diff --git a/new_logs/933675/c-api.service b/new_logs/933675/c-api.service index bdd1346a7c..46e356a178 100755 --- a/new_logs/933675/c-api.service +++ b/new_logs/933675/c-api.service @@ -1,16128 +1,16153 @@ -Jan 03 20:30:58 ubuntu systemd[1]: Starting Devstack devstack@c-api.service... -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: *** Starting uWSGI 2.0.20-debian (64bit) on [Fri Jan 3 20:30:58 2025] *** -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: nodename: ubuntu -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: machine: x86_64 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: clock source: unix -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: pcre jit disabled -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: detected number of CPU cores: 4 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: current working directory: / -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: detected binary path: /usr/bin/uwsgi-core -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: your processes number limit is 31295 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: your memory page size is 4096 bytes -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: detected max file descriptor number: 2048 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: lock engine: pthread robust mutexes -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: thunder lock: enabled -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/cinder-api.socket fd 4 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: PEP 405 virtualenv detected: /opt/stack/data/venv -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: Set PythonHome to /opt/stack/data/venv -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: Python main interpreter initialized at 0x5592ca7fcd40 -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: python threads support enabled -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: your server socket listen backlog is limited to 100 connections -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: your mercy for graceful operations on workers is 80 seconds -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: mapped 403077 bytes (393 KB) for 2 cores -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: *** Operational MODE: preforking *** -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: *** uWSGI is running in multiple interpreter mode *** -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: spawned uWSGI master process (pid: 100542) -Jan 03 20:30:58 ubuntu systemd[1]: Started Devstack devstack@c-api.service. -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: spawned uWSGI worker 1 (pid: 100550, cores: 1) -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: spawned uWSGI worker 2 (pid: 100551, cores: 1) -Jan 03 20:30:58 ubuntu devstack@c-api.service[100542]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: warnings.warn( -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: warnings.warn( -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: from defusedxml.lxml import parse -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: from defusedxml.lxml import parse -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: BASE = declarative_base() -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: BASE = declarative_base() -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=100550) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100550) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=100551) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100551) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:30:59 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: @jsonschema.FormatChecker.cls_checks('date-time') -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: @jsonschema.FormatChecker.cls_checks('date-time') -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100550) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100550) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100550) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100550) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100551) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: INFO dbcounter [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Registered counter for database cinder -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG oslo_db.sqlalchemy.engines [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100550) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100551) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100551) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100551) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: INFO dbcounter [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Registered counter for database cinder -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG oslo_db.sqlalchemy.engines [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100551) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG dbcounter [-] [100551] Writer thread running {{(pid=100551) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG dbcounter [-] [100550] Writer thread running {{(pid=100550) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: INFO cinder.rpc [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: INFO cinder.rpc [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: INFO cinder.rpc [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: INFO cinder.rpc [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: INFO cinder.rpc [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: INFO cinder.rpc [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: INFO cinder.rpc [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: INFO cinder.rpc [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING cinder.keymgr.conf_key_mgr [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING cinder.keymgr.conf_key_mgr [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG oslo_db.sqlalchemy.engines [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100551) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG oslo_db.sqlalchemy.engines [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100550) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: INFO cinder.rpc [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: INFO cinder.rpc [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: INFO cinder.rpc [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: INFO cinder.rpc [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING cinder.api.contrib.hosts [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecated: The Host API is deprecated and will be be removed in a future version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING cinder.api.contrib.hosts [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: extensions {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: consistencygroups {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-snapshot-manage {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: extensions {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-volume-type-access {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: consistencygroups {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-quota-sets {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-snapshot-manage {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-quota-class-sets {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-volume-type-access {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-services {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-hosts {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-quota-sets {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-quota-class-sets {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: qos-specs {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-services {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-hosts {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: extra_specs {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: capabilities {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: qos-specs {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: encryption {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: extra_specs {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: encryption {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: capabilities {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-volume-transfer {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: encryption {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: encryption {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: scheduler-stats {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-volume-manage {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-volume-transfer {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: scheduler-stats {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: backups {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-volume-manage {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: cgsnapshots {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: backups {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extended resource: os-availability-zone {{(pid=100550) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: cgsnapshots {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extended resource: os-availability-zone {{(pid=100551) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.contrib.snapshot_actions [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] SnapshotActionsController initialized {{(pid=100550) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.contrib.snapshot_actions [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] SnapshotActionsController initialized {{(pid=100551) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING stevedore.named [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING stevedore.named [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING castellan.key_manager [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING castellan.key_manager [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension TypesManage extending resource: types {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeTypeAccess extending resource: types {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension TypesManage extending resource: types {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeActions extending resource: volumes {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension AdminActions extending resource: volumes {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeTypeAccess extending resource: types {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension AdminActions extending resource: snapshots {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension AdminActions extending resource: backups {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension SnapshotActions extending resource: snapshots {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension UsedLimits extending resource: limits {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeActions extending resource: volumes {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=100551) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension AdminActions extending resource: volumes {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension AdminActions extending resource: snapshots {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension AdminActions extending resource: backups {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension SnapshotActions extending resource: snapshots {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeUnmanage extending resource: volumes {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeTypeEncryption extending resource: types {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING keystonemiddleware.auth_token [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension UsedLimits extending resource: limits {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=100550) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING keystonemiddleware.auth_token [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WARNING keystonemiddleware.auth_token [None req-7acb9b6b-69b0-4195-93d3-60cfeb024110 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5592ca7fcd40 pid: 100551 (default app) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WARNING keystonemiddleware.auth_token [None req-ec0d24c4-60de-4210-9263-c0a374be49cf None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:31:00 ubuntu devstack@c-api.service[100550]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5592ca7fcd40 pid: 100550 (default app) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: warnings.warn(deprecated_msg) -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.middleware.request_id [None req-36aa6d27-53b6-4d4b-ba7d-10afa4c11f88 None None] RequestId filter calling following filter/app {{(pid=100551) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:31:00 ubuntu devstack@c-api.service[100551]: [pid: 100551|app: 0|req: 1/1] 10.201.9.223 () {50 vars in 779 bytes} [Fri Jan 3 20:31:00 2025] GET /volume/v3 => generated 114 bytes in 17 msecs (HTTP/1.1 401) 5 headers in 230 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn(deprecated_msg) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.middleware.request_id [None req-c2cd522d-e742-4ff5-aa19-9b2842b423bd None None] RequestId filter calling following filter/app {{(pid=100550) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: INFO cinder.api.openstack.wsgi [None req-c2cd522d-e742-4ff5-aa19-9b2842b423bd ****** ******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack.wsgi [None req-c2cd522d-e742-4ff5-aa19-9b2842b423bd ****** ******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "lvmdriver-1", "description": null, "os-volume-type-access:is_public": true}} {{(pid=100550) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: DEBUG oslo_db.sqlalchemy.engines [None req-c2cd522d-e742-4ff5-aa19-9b2842b423bd ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100550) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: INFO cinder.api.openstack.wsgi [None req-c2cd522d-e742-4ff5-aa19-9b2842b423bd ****** ******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:31:08 ubuntu devstack@c-api.service[100550]: [pid: 100550|app: 0|req: 1/2] 10.201.9.223 () {60 vars in 1142 bytes} [Fri Jan 3 20:31:08 2025] POST /volume/v3/types => generated 186 bytes in 486 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.middleware.request_id [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 None None] RequestId filter calling following filter/app {{(pid=100551) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: INFO cinder.api.openstack.wsgi [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] POST http://10.201.9.223/volume/v3/types/13ba516e-22c7-42fd-a1b0-b00e6db8fccc/extra_specs -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack.wsgi [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=100551) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: DEBUG oslo_db.sqlalchemy.engines [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100551) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: INFO cinder.api.openstack.wsgi [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] http://10.201.9.223/volume/v3/types/13ba516e-22c7-42fd-a1b0-b00e6db8fccc/extra_specs returned with HTTP 200 -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: [pid: 100551|app: 0|req: 2/3] 10.201.9.223 () {62 vars in 1359 bytes} [Fri Jan 3 20:31:08 2025] POST /volume/v3/types/13ba516e-22c7-42fd-a1b0-b00e6db8fccc/extra_specs => generated 55 bytes in 360 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@c-api.service[100550]: DEBUG dbcounter [-] [100550] Writing DB stats cinder:SELECT=9,cinder:INSERT=1 {{(pid=100550) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:18 ubuntu devstack@c-api.service[100551]: DEBUG dbcounter [-] [100551] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=100551) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:31 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.middleware.request_id [None req-3e23a1d2-1386-4519-bae7-07d0ab1dfcf9 None None] RequestId filter calling following filter/app {{(pid=100550) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:31:31 ubuntu devstack@c-api.service[100550]: INFO cinder.api.openstack.wsgi [None req-3e23a1d2-1386-4519-bae7-07d0ab1dfcf9 None None] GET http://10.201.9.223/volume// -Jan 03 20:31:31 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack.wsgi [None req-3e23a1d2-1386-4519-bae7-07d0ab1dfcf9 None None] Empty body provided in request {{(pid=100550) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:31:31 ubuntu devstack@c-api.service[100550]: DEBUG cinder.api.openstack.wsgi [None req-3e23a1d2-1386-4519-bae7-07d0ab1dfcf9 None None] Calling method 'all' {{(pid=100550) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:31:31 ubuntu devstack@c-api.service[100550]: INFO cinder.api.openstack.wsgi [None req-3e23a1d2-1386-4519-bae7-07d0ab1dfcf9 None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:31:31 ubuntu devstack@c-api.service[100550]: [pid: 100550|app: 0|req: 2/4] 10.201.9.223 () {58 vars in 1310 bytes} [Fri Jan 3 20:31:31 2025] GET /volume/ => generated 387 bytes in 4 msecs (HTTP/1.1 300) 7 headers in 299 bytes (2 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.middleware.request_id [None req-1bcc838d-f38f-4692-90ce-880505f4785a None None] RequestId filter calling following filter/app {{(pid=100551) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:32:39 ubuntu devstack@c-api.service[100551]: INFO cinder.api.openstack.wsgi [None req-1bcc838d-f38f-4692-90ce-880505f4785a tempest-verify_tempest_config-121329496 tempest-verify_tempest_config-121329496-project-member] GET http://10.201.9.223/volume/v3/extensions -Jan 03 20:32:39 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack.wsgi [None req-1bcc838d-f38f-4692-90ce-880505f4785a tempest-verify_tempest_config-121329496 tempest-verify_tempest_config-121329496-project-member] Empty body provided in request {{(pid=100551) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:32:39 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack.wsgi [None req-1bcc838d-f38f-4692-90ce-880505f4785a tempest-verify_tempest_config-121329496 tempest-verify_tempest_config-121329496-project-member] Calling method 'index' {{(pid=100551) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:32:39 ubuntu devstack@c-api.service[100551]: INFO cinder.api.openstack.wsgi [None req-1bcc838d-f38f-4692-90ce-880505f4785a tempest-verify_tempest_config-121329496 tempest-verify_tempest_config-121329496-project-member] http://10.201.9.223/volume/v3/extensions returned with HTTP 200 -Jan 03 20:32:39 ubuntu devstack@c-api.service[100551]: [pid: 100551|app: 0|req: 3/5] 10.201.9.223 () {58 vars in 1128 bytes} [Fri Jan 3 20:32:39 2025] GET /volume/v3/extensions => generated 5245 bytes in 80 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:33:39 ubuntu devstack@c-api.service[100542]: Fri Jan 3 20:33:39 2025 - graceful shutdown triggered... -Jan 03 20:33:39 ubuntu systemd[1]: Stopping Devstack devstack@c-api.service... -Jan 03 20:33:39 ubuntu devstack@c-api.service[100551]: Gracefully killing worker 2 (pid: 100551)... -Jan 03 20:33:39 ubuntu devstack@c-api.service[100550]: Gracefully killing worker 1 (pid: 100550)... -Jan 03 20:33:40 ubuntu devstack@c-api.service[100542]: worker 1 buried after 1 seconds -Jan 03 20:33:40 ubuntu devstack@c-api.service[100542]: worker 2 buried after 1 seconds -Jan 03 20:33:40 ubuntu devstack@c-api.service[100542]: goodbye to uWSGI. -Jan 03 20:33:40 ubuntu systemd[1]: devstack@c-api.service: Deactivated successfully. -Jan 03 20:33:40 ubuntu systemd[1]: Stopped Devstack devstack@c-api.service. -Jan 03 20:33:40 ubuntu systemd[1]: devstack@c-api.service: Consumed 5.899s CPU time. -Jan 03 20:33:40 ubuntu systemd[1]: Starting Devstack devstack@c-api.service... -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: *** Starting uWSGI 2.0.20-debian (64bit) on [Fri Jan 3 20:33:40 2025] *** -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: nodename: ubuntu -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: machine: x86_64 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: clock source: unix -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: pcre jit disabled -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: detected number of CPU cores: 4 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: current working directory: / -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: detected binary path: /usr/bin/uwsgi-core -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: your processes number limit is 31295 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: your memory page size is 4096 bytes -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: detected max file descriptor number: 2048 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: lock engine: pthread robust mutexes -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: thunder lock: enabled -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/cinder-api.socket fd 4 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: PEP 405 virtualenv detected: /opt/stack/data/venv -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: Set PythonHome to /opt/stack/data/venv -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: Python main interpreter initialized at 0x5567779f5d40 -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: python threads support enabled -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: your server socket listen backlog is limited to 100 connections -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: your mercy for graceful operations on workers is 80 seconds -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: mapped 403077 bytes (393 KB) for 2 cores -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: *** Operational MODE: preforking *** -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: *** uWSGI is running in multiple interpreter mode *** -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: spawned uWSGI master process (pid: 112735) -Jan 03 20:33:40 ubuntu systemd[1]: Started Devstack devstack@c-api.service. -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: spawned uWSGI worker 1 (pid: 112736, cores: 1) -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: spawned uWSGI worker 2 (pid: 112737, cores: 1) -Jan 03 20:33:40 ubuntu devstack@c-api.service[112735]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: warnings.warn( -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: warnings.warn( -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: from defusedxml.lxml import parse -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: from defusedxml.lxml import parse -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: BASE = declarative_base() -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: BASE = declarative_base() -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=112737) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112737) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=112736) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112736) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:41 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: @jsonschema.FormatChecker.cls_checks('date-time') -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112737) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: @jsonschema.FormatChecker.cls_checks('date-time') -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112737) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112737) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112737) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG oslo_db.sqlalchemy.engines [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112737) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112736) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112736) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112736) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112736) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG oslo_db.sqlalchemy.engines [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112736) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: INFO cinder.rpc [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: INFO cinder.rpc [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: INFO cinder.rpc [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: INFO cinder.rpc [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING cinder.keymgr.conf_key_mgr [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG oslo_db.sqlalchemy.engines [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112736) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: INFO cinder.rpc [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: INFO cinder.rpc [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: INFO cinder.rpc [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: INFO cinder.rpc [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: INFO cinder.rpc [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: INFO cinder.rpc [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING cinder.keymgr.conf_key_mgr [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG oslo_db.sqlalchemy.engines [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112737) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: INFO cinder.rpc [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: INFO cinder.rpc [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING cinder.api.contrib.hosts [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: extensions {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: consistencygroups {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-snapshot-manage {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-volume-type-access {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-quota-sets {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-quota-class-sets {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-services {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-hosts {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: qos-specs {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: extra_specs {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING cinder.api.contrib.hosts [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: capabilities {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: encryption {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: encryption {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-volume-transfer {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: scheduler-stats {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-volume-manage {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: backups {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: cgsnapshots {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extended resource: os-availability-zone {{(pid=112736) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: extensions {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: consistencygroups {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.contrib.snapshot_actions [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] SnapshotActionsController initialized {{(pid=112736) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING stevedore.named [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-snapshot-manage {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING castellan.key_manager [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension TypesManage extending resource: types {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeTypeAccess extending resource: types {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-volume-type-access {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeActions extending resource: volumes {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension AdminActions extending resource: volumes {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension AdminActions extending resource: snapshots {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension AdminActions extending resource: backups {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension SnapshotActions extending resource: snapshots {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension UsedLimits extending resource: limits {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-quota-sets {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=112736) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING keystonemiddleware.auth_token [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WARNING keystonemiddleware.auth_token [None req-7bf2a5e6-5fcb-45f1-bd82-384ac51e1489 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:33:42 ubuntu devstack@c-api.service[112736]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5567779f5d40 pid: 112736 (default app) -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-quota-class-sets {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-services {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-hosts {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: qos-specs {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: extra_specs {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: capabilities {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: encryption {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: encryption {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-volume-transfer {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: scheduler-stats {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-volume-manage {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: backups {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: cgsnapshots {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extended resource: os-availability-zone {{(pid=112737) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.contrib.snapshot_actions [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] SnapshotActionsController initialized {{(pid=112737) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING stevedore.named [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING castellan.key_manager [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension TypesManage extending resource: types {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeTypeAccess extending resource: types {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeActions extending resource: volumes {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension AdminActions extending resource: volumes {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension AdminActions extending resource: snapshots {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension AdminActions extending resource: backups {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension SnapshotActions extending resource: snapshots {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension UsedLimits extending resource: limits {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=112737) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING keystonemiddleware.auth_token [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WARNING keystonemiddleware.auth_token [None req-ad5dfcd8-dc9b-4121-8549-f85aaccbd516 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:33:42 ubuntu devstack@c-api.service[112737]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5567779f5d40 pid: 112737 (default app) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [None req-3141fb2a-e8f6-4c3b-bcfe-3c43e50fe67e None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-3141fb2a-e8f6-4c3b-bcfe-3c43e50fe67e None None] GET http://10.201.9.223/volume// -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-3141fb2a-e8f6-4c3b-bcfe-3c43e50fe67e None None] Empty body provided in request {{(pid=112736) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-3141fb2a-e8f6-4c3b-bcfe-3c43e50fe67e None None] Calling method 'all' {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-3141fb2a-e8f6-4c3b-bcfe-3c43e50fe67e None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:35:01 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 1/1] 10.201.9.223 () {58 vars in 1106 bytes} [Fri Jan 3 20:35:01 2025] GET /volume/ => generated 387 bytes in 17 msecs (HTTP/1.1 300) 7 headers in 300 bytes (2 switches on core 0) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: warnings.warn(deprecated_msg) -Jan 03 20:35:01 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [None req-f0054b70-2b53-4e0e-9c59-62cedea1e979 None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-f0054b70-2b53-4e0e-9c59-62cedea1e979 ****** ******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-f0054b70-2b53-4e0e-9c59-62cedea1e979 ****** ******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "3par1", "description": null, "os-volume-type-access:is_public": true}} {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: DEBUG oslo_db.sqlalchemy.engines [None req-f0054b70-2b53-4e0e-9c59-62cedea1e979 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112737) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-f0054b70-2b53-4e0e-9c59-62cedea1e979 ****** ******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 1/2] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:35:01 2025] POST /volume/v3/types => generated 180 bytes in 391 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:35:02 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [None req-5fc996ec-34cb-4d69-ac99-4ca46a75f25d None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-5fc996ec-34cb-4d69-ac99-4ca46a75f25d None None] GET http://10.201.9.223/volume// -Jan 03 20:35:02 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-5fc996ec-34cb-4d69-ac99-4ca46a75f25d None None] Empty body provided in request {{(pid=112736) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-5fc996ec-34cb-4d69-ac99-4ca46a75f25d None None] Calling method 'all' {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-5fc996ec-34cb-4d69-ac99-4ca46a75f25d None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:35:02 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 2/3] 10.201.9.223 () {58 vars in 1106 bytes} [Fri Jan 3 20:35:02 2025] GET /volume/ => generated 387 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [None req-afe17a71-67b3-4c53-989f-b3c98f425727 None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-afe17a71-67b3-4c53-989f-b3c98f425727 ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par1&is_public=None -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-afe17a71-67b3-4c53-989f-b3c98f425727 ****** ******] Empty body provided in request {{(pid=112737) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-afe17a71-67b3-4c53-989f-b3c98f425727 ****** ******] Calling method 'index' {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-afe17a71-67b3-4c53-989f-b3c98f425727 ****** ******] http://10.201.9.223/volume/v3/types?name=3par1&is_public=None returned with HTTP 200 -Jan 03 20:35:02 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 2/4] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:35:02 2025] GET /volume/v3/types?name=3par1&is_public=None => generated 205 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:35:02 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [req-afe17a71-67b3-4c53-989f-b3c98f425727 req-ea5826f8-547a-418e-95ab-2384f77f13ce None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [req-afe17a71-67b3-4c53-989f-b3c98f425727 req-ea5826f8-547a-418e-95ab-2384f77f13ce ****** ******] POST http://10.201.9.223/volume/v3/types/eeaf024e-e57c-48b6-a871-e2ce42a61616/extra_specs -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [req-afe17a71-67b3-4c53-989f-b3c98f425727 req-ea5826f8-547a-418e-95ab-2384f77f13ce ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "3par1"}} {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: DEBUG oslo_db.sqlalchemy.engines [req-afe17a71-67b3-4c53-989f-b3c98f425727 req-ea5826f8-547a-418e-95ab-2384f77f13ce ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112736) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [req-afe17a71-67b3-4c53-989f-b3c98f425727 req-ea5826f8-547a-418e-95ab-2384f77f13ce ****** ******] http://10.201.9.223/volume/v3/types/eeaf024e-e57c-48b6-a871-e2ce42a61616/extra_specs returned with HTTP 200 -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 3/5] 10.201.9.223 () {62 vars in 1359 bytes} [Fri Jan 3 20:35:02 2025] POST /volume/v3/types/eeaf024e-e57c-48b6-a871-e2ce42a61616/extra_specs => generated 49 bytes in 312 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [None req-bc291f49-0b47-413f-85ef-7557acef801e None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-bc291f49-0b47-413f-85ef-7557acef801e None None] GET http://10.201.9.223/volume// -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-bc291f49-0b47-413f-85ef-7557acef801e None None] Empty body provided in request {{(pid=112737) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-bc291f49-0b47-413f-85ef-7557acef801e None None] Calling method 'all' {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-bc291f49-0b47-413f-85ef-7557acef801e None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 3/6] 10.201.9.223 () {58 vars in 1106 bytes} [Fri Jan 3 20:35:03 2025] GET /volume/ => generated 387 bytes in 7 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [None req-458a503e-85fc-4836-ace8-cf1471d761f9 None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-458a503e-85fc-4836-ace8-cf1471d761f9 ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par1&is_public=None -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-458a503e-85fc-4836-ace8-cf1471d761f9 ****** ******] Empty body provided in request {{(pid=112736) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-458a503e-85fc-4836-ace8-cf1471d761f9 ****** ******] Calling method 'index' {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-458a503e-85fc-4836-ace8-cf1471d761f9 ****** ******] http://10.201.9.223/volume/v3/types?name=3par1&is_public=None returned with HTTP 200 -Jan 03 20:35:03 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 4/7] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:35:03 2025] GET /volume/v3/types?name=3par1&is_public=None => generated 235 bytes in 81 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [req-458a503e-85fc-4836-ace8-cf1471d761f9 req-a152d211-fecd-40a0-8195-e5e39a7739ee None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [req-458a503e-85fc-4836-ace8-cf1471d761f9 req-a152d211-fecd-40a0-8195-e5e39a7739ee ****** ******] POST http://10.201.9.223/volume/v3/types/eeaf024e-e57c-48b6-a871-e2ce42a61616/extra_specs -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [req-458a503e-85fc-4836-ace8-cf1471d761f9 req-a152d211-fecd-40a0-8195-e5e39a7739ee ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"consistent_group_snapshot_enabled": " True"}} {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [req-458a503e-85fc-4836-ace8-cf1471d761f9 req-a152d211-fecd-40a0-8195-e5e39a7739ee ****** ******] http://10.201.9.223/volume/v3/types/eeaf024e-e57c-48b6-a871-e2ce42a61616/extra_specs returned with HTTP 200 -Jan 03 20:35:03 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 4/8] 10.201.9.223 () {62 vars in 1359 bytes} [Fri Jan 3 20:35:03 2025] POST /volume/v3/types/eeaf024e-e57c-48b6-a871-e2ce42a61616/extra_specs => generated 67 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:35:04 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [None req-2a4d5002-3bf1-464c-b0d9-da28e34f4a28 None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:04 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-2a4d5002-3bf1-464c-b0d9-da28e34f4a28 None None] GET http://10.201.9.223/volume// -Jan 03 20:35:04 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-2a4d5002-3bf1-464c-b0d9-da28e34f4a28 None None] Empty body provided in request {{(pid=112736) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:04 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-2a4d5002-3bf1-464c-b0d9-da28e34f4a28 None None] Calling method 'all' {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:04 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-2a4d5002-3bf1-464c-b0d9-da28e34f4a28 None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:35:04 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 5/9] 10.201.9.223 () {58 vars in 1106 bytes} [Fri Jan 3 20:35:04 2025] GET /volume/ => generated 387 bytes in 5 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) -Jan 03 20:35:04 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [None req-f3545996-c495-403b-ad15-fd033c4fe103 None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:04 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-f3545996-c495-403b-ad15-fd033c4fe103 ****** ******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:35:04 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-f3545996-c495-403b-ad15-fd033c4fe103 ****** ******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "3par2", "description": null, "os-volume-type-access:is_public": true}} {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:35:04 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-f3545996-c495-403b-ad15-fd033c4fe103 ****** ******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:35:04 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 5/10] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:35:04 2025] POST /volume/v3/types => generated 180 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [None req-db37c186-595a-48bc-887c-175578c93b90 None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-db37c186-595a-48bc-887c-175578c93b90 None None] GET http://10.201.9.223/volume// -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-db37c186-595a-48bc-887c-175578c93b90 None None] Empty body provided in request {{(pid=112736) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-db37c186-595a-48bc-887c-175578c93b90 None None] Calling method 'all' {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-db37c186-595a-48bc-887c-175578c93b90 None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 6/11] 10.201.9.223 () {58 vars in 1106 bytes} [Fri Jan 3 20:35:05 2025] GET /volume/ => generated 387 bytes in 6 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) -Jan 03 20:35:05 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [None req-e79fba8a-76e2-4851-b721-a295e0ff2c3b None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-e79fba8a-76e2-4851-b721-a295e0ff2c3b ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par2&is_public=None -Jan 03 20:35:05 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-e79fba8a-76e2-4851-b721-a295e0ff2c3b ****** ******] Empty body provided in request {{(pid=112737) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-e79fba8a-76e2-4851-b721-a295e0ff2c3b ****** ******] Calling method 'index' {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-e79fba8a-76e2-4851-b721-a295e0ff2c3b ****** ******] http://10.201.9.223/volume/v3/types?name=3par2&is_public=None returned with HTTP 200 -Jan 03 20:35:05 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 6/12] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:35:05 2025] GET /volume/v3/types?name=3par2&is_public=None => generated 205 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [req-e79fba8a-76e2-4851-b721-a295e0ff2c3b req-f2a25826-304e-430c-9a77-1ccd33623c71 None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [req-e79fba8a-76e2-4851-b721-a295e0ff2c3b req-f2a25826-304e-430c-9a77-1ccd33623c71 ****** ******] POST http://10.201.9.223/volume/v3/types/c60d55e5-15a1-4412-8ad2-70bf992b0339/extra_specs -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [req-e79fba8a-76e2-4851-b721-a295e0ff2c3b req-f2a25826-304e-430c-9a77-1ccd33623c71 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "3par2"}} {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [req-e79fba8a-76e2-4851-b721-a295e0ff2c3b req-f2a25826-304e-430c-9a77-1ccd33623c71 ****** ******] http://10.201.9.223/volume/v3/types/c60d55e5-15a1-4412-8ad2-70bf992b0339/extra_specs returned with HTTP 200 -Jan 03 20:35:05 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 7/13] 10.201.9.223 () {62 vars in 1359 bytes} [Fri Jan 3 20:35:05 2025] POST /volume/v3/types/c60d55e5-15a1-4412-8ad2-70bf992b0339/extra_specs => generated 49 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [None req-f9bdf788-9bec-4597-8f20-167952aab4ea None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-f9bdf788-9bec-4597-8f20-167952aab4ea None None] GET http://10.201.9.223/volume// -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-f9bdf788-9bec-4597-8f20-167952aab4ea None None] Empty body provided in request {{(pid=112737) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [None req-f9bdf788-9bec-4597-8f20-167952aab4ea None None] Calling method 'all' {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [None req-f9bdf788-9bec-4597-8f20-167952aab4ea None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 7/14] 10.201.9.223 () {58 vars in 1106 bytes} [Fri Jan 3 20:35:06 2025] GET /volume/ => generated 387 bytes in 7 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) -Jan 03 20:35:06 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.middleware.request_id [None req-66ff7687-ce79-4a28-8daf-ec3989f02b96 None None] RequestId filter calling following filter/app {{(pid=112736) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-66ff7687-ce79-4a28-8daf-ec3989f02b96 ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par2&is_public=None -Jan 03 20:35:06 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-66ff7687-ce79-4a28-8daf-ec3989f02b96 ****** ******] Empty body provided in request {{(pid=112736) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112736]: DEBUG cinder.api.openstack.wsgi [None req-66ff7687-ce79-4a28-8daf-ec3989f02b96 ****** ******] Calling method 'index' {{(pid=112736) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112736]: INFO cinder.api.openstack.wsgi [None req-66ff7687-ce79-4a28-8daf-ec3989f02b96 ****** ******] http://10.201.9.223/volume/v3/types?name=3par2&is_public=None returned with HTTP 200 -Jan 03 20:35:06 ubuntu devstack@c-api.service[112736]: [pid: 112736|app: 0|req: 8/15] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:35:06 2025] GET /volume/v3/types?name=3par2&is_public=None => generated 235 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.middleware.request_id [req-66ff7687-ce79-4a28-8daf-ec3989f02b96 req-0bbebbf6-13a9-491f-8e2d-eb7c88011f7a None None] RequestId filter calling following filter/app {{(pid=112737) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [req-66ff7687-ce79-4a28-8daf-ec3989f02b96 req-0bbebbf6-13a9-491f-8e2d-eb7c88011f7a ****** ******] POST http://10.201.9.223/volume/v3/types/c60d55e5-15a1-4412-8ad2-70bf992b0339/extra_specs -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: DEBUG cinder.api.openstack.wsgi [req-66ff7687-ce79-4a28-8daf-ec3989f02b96 req-0bbebbf6-13a9-491f-8e2d-eb7c88011f7a ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"consistent_group_snapshot_enabled": " True"}} {{(pid=112737) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: INFO cinder.api.openstack.wsgi [req-66ff7687-ce79-4a28-8daf-ec3989f02b96 req-0bbebbf6-13a9-491f-8e2d-eb7c88011f7a ****** ******] http://10.201.9.223/volume/v3/types/c60d55e5-15a1-4412-8ad2-70bf992b0339/extra_specs returned with HTTP 200 -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: [pid: 112737|app: 0|req: 8/16] 10.201.9.223 () {62 vars in 1359 bytes} [Fri Jan 3 20:35:06 2025] POST /volume/v3/types/c60d55e5-15a1-4412-8ad2-70bf992b0339/extra_specs => generated 67 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:35:06 ubuntu systemd[1]: Stopping Devstack devstack@c-api.service... -Jan 03 20:35:06 ubuntu devstack@c-api.service[112735]: Fri Jan 3 20:35:06 2025 - graceful shutdown triggered... -Jan 03 20:35:06 ubuntu devstack@c-api.service[112736]: Gracefully killing worker 1 (pid: 112736)... -Jan 03 20:35:06 ubuntu devstack@c-api.service[112737]: Gracefully killing worker 2 (pid: 112737)... -Jan 03 20:35:07 ubuntu devstack@c-api.service[112735]: worker 1 buried after 1 seconds -Jan 03 20:35:07 ubuntu devstack@c-api.service[112735]: worker 2 buried after 1 seconds -Jan 03 20:35:07 ubuntu devstack@c-api.service[112735]: goodbye to uWSGI. -Jan 03 20:35:07 ubuntu systemd[1]: devstack@c-api.service: Deactivated successfully. -Jan 03 20:35:07 ubuntu systemd[1]: Stopped Devstack devstack@c-api.service. -Jan 03 20:35:07 ubuntu systemd[1]: devstack@c-api.service: Consumed 6.030s CPU time. -Jan 03 20:35:07 ubuntu systemd[1]: Starting Devstack devstack@c-api.service... -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: *** Starting uWSGI 2.0.20-debian (64bit) on [Fri Jan 3 20:35:07 2025] *** -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: nodename: ubuntu -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: machine: x86_64 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: clock source: unix -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: pcre jit disabled -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: detected number of CPU cores: 4 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: current working directory: / -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: detected binary path: /usr/bin/uwsgi-core -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: your processes number limit is 31295 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: your memory page size is 4096 bytes -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: detected max file descriptor number: 2048 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: lock engine: pthread robust mutexes -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: thunder lock: enabled -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/cinder-api.socket fd 4 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: PEP 405 virtualenv detected: /opt/stack/data/venv -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: Set PythonHome to /opt/stack/data/venv -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: Python main interpreter initialized at 0x55f15a847d40 -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: python threads support enabled -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: your server socket listen backlog is limited to 100 connections -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: your mercy for graceful operations on workers is 80 seconds -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: mapped 403077 bytes (393 KB) for 2 cores -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: *** Operational MODE: preforking *** -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: *** uWSGI is running in multiple interpreter mode *** -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: spawned uWSGI master process (pid: 115584) -Jan 03 20:35:07 ubuntu systemd[1]: Started Devstack devstack@c-api.service. -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: spawned uWSGI worker 1 (pid: 115585, cores: 1) -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: spawned uWSGI worker 2 (pid: 115586, cores: 1) -Jan 03 20:35:07 ubuntu devstack@c-api.service[115584]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: warnings.warn( -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: warnings.warn( -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: from defusedxml.lxml import parse -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: from defusedxml.lxml import parse -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: BASE = declarative_base() -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: BASE = declarative_base() -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=115586) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115586) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=115585) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115585) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: @jsonschema.FormatChecker.cls_checks('date-time') -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: @jsonschema.FormatChecker.cls_checks('date-time') -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115585) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115585) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115585) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115585) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115586) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115586) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115586) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115586) register /opt/stack/cinder/cinder/api/extensions.py:140}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: INFO cinder.rpc [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: INFO cinder.rpc [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: INFO cinder.rpc [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: INFO cinder.rpc [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING cinder.keymgr.conf_key_mgr [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: INFO cinder.rpc [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: INFO cinder.rpc [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: INFO cinder.rpc [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: INFO cinder.rpc [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: INFO cinder.rpc [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: INFO cinder.rpc [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING cinder.keymgr.conf_key_mgr [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: INFO cinder.rpc [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: INFO cinder.rpc [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING cinder.api.contrib.hosts [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: extensions {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: consistencygroups {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-snapshot-manage {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-volume-type-access {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-quota-sets {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-quota-class-sets {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-services {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-hosts {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: qos-specs {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: extra_specs {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: capabilities {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: encryption {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: encryption {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-volume-transfer {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: scheduler-stats {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-volume-manage {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: backups {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: cgsnapshots {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extended resource: os-availability-zone {{(pid=115585) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.snapshot_actions [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] SnapshotActionsController initialized {{(pid=115585) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension TypesManage extending resource: types {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeTypeAccess extending resource: types {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeActions extending resource: volumes {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension AdminActions extending resource: volumes {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension AdminActions extending resource: snapshots {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension AdminActions extending resource: backups {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension SnapshotActions extending resource: snapshots {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension UsedLimits extending resource: limits {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=115585) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING keystonemiddleware.auth_token [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WARNING keystonemiddleware.auth_token [None req-70c08477-cb47-4df5-8da3-8eb10d24d984 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:35:09 ubuntu devstack@c-api.service[115585]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55f15a847d40 pid: 115585 (default app) -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING cinder.api.contrib.hosts [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: extensions {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: consistencygroups {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-snapshot-manage {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-volume-type-access {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-quota-sets {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-quota-class-sets {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-services {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-hosts {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: qos-specs {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: extra_specs {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: capabilities {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: encryption {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: encryption {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-volume-transfer {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: scheduler-stats {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-volume-manage {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: backups {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: cgsnapshots {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extended resource: os-availability-zone {{(pid=115586) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.snapshot_actions [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] SnapshotActionsController initialized {{(pid=115586) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension TypesManage extending resource: types {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeTypeAccess extending resource: types {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeActions extending resource: volumes {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension AdminActions extending resource: volumes {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension AdminActions extending resource: snapshots {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension AdminActions extending resource: backups {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension SnapshotActions extending resource: snapshots {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension UsedLimits extending resource: limits {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=115586) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING keystonemiddleware.auth_token [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WARNING keystonemiddleware.auth_token [None req-f79275f3-6a3d-4c28-8664-1d37fa31bc07 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:35:09 ubuntu devstack@c-api.service[115586]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55f15a847d40 pid: 115586 (default app) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:13 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: WARNING keystonemiddleware.auth_token [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 None None] A valid token was submitted as a service token, but it was not a valid service token. This is incorrect but backwards compatible behaviour. This will be removed in future releases. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "consistencygroup_id": null, "snapshot_id": null, "name": "tempest-VolumesSnapshotsTestJSON-volume-593980606", "description": null, "volume_type": null, "availability_zone": null, "metadata": {}, "imageRef": null, "source_volid": null, "backup_id": null}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Create volume request body: {'volume': {'size': 1, 'consistencygroup_id': None, 'snapshot_id': None, 'name': 'tempest-VolumesSnapshotsTestJSON-volume-593980606', 'description': None, 'volume_type': None, 'availability_zone': None, 'metadata': {}, 'imageRef': None, 'source_volid': None, 'backup_id': None}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Create volume of 1 GB -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Availability zone cache updated, next update will occur around 2025-01-03 21:36:14.339211. {{(pid=115585) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/engines/action_engine/process_executor.py:17: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: import asyncore -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Flow 'volume_create_api' (ebe3fafb-7ee5-4f6d-a9c2-5cdca175ba46) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (45db2218-a6c4-4489-a478-a52bbf4349a4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (45db2218-a6c4-4489-a478-a52bbf4349a4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (696f90a3-4709-4854-b3df-8cb5ba650d75) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Deprecated: Default quota for resource: volumes_3par1 is set by the default quota flag: quota_volumes_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Deprecated: Default quota for resource: gigabytes_3par1 is set by the default quota flag: quota_gigabytes_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Created reservations ['1033129e-2aa5-4d26-b054-e6835cb246d4', '5130a417-deb4-4f05-86a4-e78448405cac', '46ed9ed1-09b0-42bb-95ae-ddbc21cc7585', '66250262-3533-415a-955e-abb984b6f8ac'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (696f90a3-4709-4854-b3df-8cb5ba650d75) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['1033129e-2aa5-4d26-b054-e6835cb246d4', '5130a417-deb4-4f05-86a4-e78448405cac', '46ed9ed1-09b0-42bb-95ae-ddbc21cc7585', '66250262-3533-415a-955e-abb984b6f8ac']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c4cb17fe-a58a-46a9-ac03-8cf68ade725c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c4cb17fe-a58a-46a9-ac03-8cf68ade725c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '326f5abb-b025-49a4-b11e-e8922cf48329', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-593980606',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6bcf5ce6850e421bb14ad3f47da370de',qos_specs=None,replication_status=,reservations=['1033129e-2aa5-4d26-b054-e6835cb246d4','5130a417-deb4-4f05-86a4-e78448405cac','46ed9ed1-09b0-42bb-95ae-ddbc21cc7585','66250262-3533-415a-955e-abb984b6f8ac'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='080fed50695e469686f90433fb816e20',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:14Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-593980606',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=326f5abb-b025-49a4-b11e-e8922cf48329,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a4a7b8ad-7aee-45b3-b71d-cc6690e8610c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a4a7b8ad-7aee-45b3-b71d-cc6690e8610c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-593980606',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6bcf5ce6850e421bb14ad3f47da370de',qos_specs=None,replication_status=,reservations=['1033129e-2aa5-4d26-b054-e6835cb246d4','5130a417-deb4-4f05-86a4-e78448405cac','46ed9ed1-09b0-42bb-95ae-ddbc21cc7585','66250262-3533-415a-955e-abb984b6f8ac'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='080fed50695e469686f90433fb816e20',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e780931d-c97d-49ce-b4fc-0cc3a037d14d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e780931d-c97d-49ce-b4fc-0cc3a037d14d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Flow 'volume_create_api' (ebe3fafb-7ee5-4f6d-a9c2-5cdca175ba46) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Create volume request issued successfully. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 1/1] 10.201.9.223 () {64 vars in 1426 bytes} [Fri Jan 3 20:36:13 2025] POST /volume/v3/volumes => generated 753 bytes in 710 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn(deprecated_msg) -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: WARNING keystonemiddleware.auth_token [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb None None] A valid token was submitted as a service token, but it was not a valid service token. This is incorrect but backwards compatible behaviour. This will be removed in future releases. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:14 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Volume info retrieved successfully. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-bccc6acf-ea8d-4951-8aef-8450147a7feb tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 returned with HTTP 200 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 1/2] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:14 2025] GET /volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 => generated 845 bytes in 323 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-c5dd5b88-d27c-4051-92e0-3e4d8004758f req-2f4dad52-ae11-42e3-8a45-0164a5872608 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-c5dd5b88-d27c-4051-92e0-3e4d8004758f req-2f4dad52-ae11-42e3-8a45-0164a5872608 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-c5dd5b88-d27c-4051-92e0-3e4d8004758f req-2f4dad52-ae11-42e3-8a45-0164a5872608 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-c5dd5b88-d27c-4051-92e0-3e4d8004758f req-2f4dad52-ae11-42e3-8a45-0164a5872608 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-c5dd5b88-d27c-4051-92e0-3e4d8004758f req-2f4dad52-ae11-42e3-8a45-0164a5872608 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Volume info retrieved successfully. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-c5dd5b88-d27c-4051-92e0-3e4d8004758f req-2f4dad52-ae11-42e3-8a45-0164a5872608 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 returned with HTTP 200 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 2/3] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:15 2025] GET /volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 => generated 846 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "326f5abb-b025-49a4-b11e-e8922cf48329", "force": false, "name": "tempest-VolumesSnapshotsTestJSON-Snapshot-795141752", "description": null, "metadata": {}}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Volume info retrieved successfully. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.snapshots [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Create snapshot from volume 326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Deprecated: Default quota for resource: gigabytes_3par1 is set by the default quota flag: quota_gigabytes_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Deprecated: Default quota for resource: snapshots_3par1 is set by the default quota flag: quota_snapshots_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Created reservations ['0699ab96-6f4f-4ed2-b6ce-bc4823930a78', 'cd3d72af-69c5-40fd-9ab8-111f378d804f', 'fe36d64f-355f-4916-b9c7-025d176c4d11', 'e4343105-cae0-415d-b0e6-0318cf3340a9'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Snapshot create request issued successfully. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 2/4] 10.201.9.223 () {64 vars in 1432 bytes} [Fri Jan 3 20:36:15 2025] POST /volume/v3/snapshots => generated 310 bytes in 235 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-1b108fba-7215-409e-b956-a1953e96c594 req-afd05efa-85a2-4798-bdcd-34fb103e9efd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-1b108fba-7215-409e-b956-a1953e96c594 req-afd05efa-85a2-4798-bdcd-34fb103e9efd tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-1b108fba-7215-409e-b956-a1953e96c594 req-afd05efa-85a2-4798-bdcd-34fb103e9efd tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-1b108fba-7215-409e-b956-a1953e96c594 req-afd05efa-85a2-4798-bdcd-34fb103e9efd tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-1b108fba-7215-409e-b956-a1953e96c594 req-afd05efa-85a2-4798-bdcd-34fb103e9efd tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Snapshot retrieved successfully. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-1b108fba-7215-409e-b956-a1953e96c594 req-afd05efa-85a2-4798-bdcd-34fb103e9efd tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 returned with HTTP 200 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 3/5] 10.201.9.223 () {60 vars in 1489 bytes} [Fri Jan 3 20:36:15 2025] GET /volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 => generated 442 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Get all snapshots completed successfully. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-b1d282f2-f74d-4904-8a87-0aaba8a41e4a req-5cf4cdcc-9b0b-4014-adb0-ccff09dabec1 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 3/6] 10.201.9.223 () {60 vars in 1399 bytes} [Fri Jan 3 20:36:15 2025] GET /volume/v3/snapshots/detail => generated 445 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-19d256bc-31e2-42b2-ad8e-216791ae5578 req-a3ae71ee-497f-4472-8724-e87ecd207ae5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-19d256bc-31e2-42b2-ad8e-216791ae5578 req-a3ae71ee-497f-4472-8724-e87ecd207ae5 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-19d256bc-31e2-42b2-ad8e-216791ae5578 req-a3ae71ee-497f-4472-8724-e87ecd207ae5 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-19d256bc-31e2-42b2-ad8e-216791ae5578 req-a3ae71ee-497f-4472-8724-e87ecd207ae5 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-19d256bc-31e2-42b2-ad8e-216791ae5578 req-a3ae71ee-497f-4472-8724-e87ecd207ae5 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Snapshot retrieved successfully. -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-19d256bc-31e2-42b2-ad8e-216791ae5578 req-a3ae71ee-497f-4472-8724-e87ecd207ae5 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 returned with HTTP 200 -Jan 03 20:36:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 4/7] 10.201.9.223 () {60 vars in 1489 bytes} [Fri Jan 3 20:36:15 2025] GET /volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 => generated 442 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-01d961c2-55bd-47f8-805e-8a74a30b442d req-685cdf5f-4691-40dd-8a1d-ddf26ab0db2e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-01d961c2-55bd-47f8-805e-8a74a30b442d req-685cdf5f-4691-40dd-8a1d-ddf26ab0db2e tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-01d961c2-55bd-47f8-805e-8a74a30b442d req-685cdf5f-4691-40dd-8a1d-ddf26ab0db2e tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-01d961c2-55bd-47f8-805e-8a74a30b442d req-685cdf5f-4691-40dd-8a1d-ddf26ab0db2e tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-01d961c2-55bd-47f8-805e-8a74a30b442d req-685cdf5f-4691-40dd-8a1d-ddf26ab0db2e tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Snapshot retrieved successfully. -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-01d961c2-55bd-47f8-805e-8a74a30b442d req-685cdf5f-4691-40dd-8a1d-ddf26ab0db2e tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 returned with HTTP 200 -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 4/8] 10.201.9.223 () {60 vars in 1489 bytes} [Fri Jan 3 20:36:16 2025] GET /volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 => generated 469 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v2.snapshots [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Delete snapshot with id: 24b67f87-c825-404d-b09d-66a6e15e3d69 -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Snapshot retrieved successfully. -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Snapshot delete request issued successfully. -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 returned with HTTP 202 -Jan 03 20:36:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 5/9] 10.201.9.223 () {62 vars in 1511 bytes} [Fri Jan 3 20:36:16 2025] DELETE /volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-29ff2d58-1699-4f0d-940f-2cf939f9b86f req-e8c499a0-8058-4772-ac00-b9046396cb5b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-29ff2d58-1699-4f0d-940f-2cf939f9b86f req-e8c499a0-8058-4772-ac00-b9046396cb5b tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-29ff2d58-1699-4f0d-940f-2cf939f9b86f req-e8c499a0-8058-4772-ac00-b9046396cb5b tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-29ff2d58-1699-4f0d-940f-2cf939f9b86f req-e8c499a0-8058-4772-ac00-b9046396cb5b tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-29ff2d58-1699-4f0d-940f-2cf939f9b86f req-e8c499a0-8058-4772-ac00-b9046396cb5b tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Snapshot retrieved successfully. -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-29ff2d58-1699-4f0d-940f-2cf939f9b86f req-e8c499a0-8058-4772-ac00-b9046396cb5b tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 returned with HTTP 200 -Jan 03 20:36:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 5/10] 10.201.9.223 () {60 vars in 1489 bytes} [Fri Jan 3 20:36:16 2025] GET /volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 => generated 468 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-c67cb18c-44b1-4946-8858-991e6cbe8752 req-a2eb74ed-0534-4a77-a8f8-bed83e1f29da None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-c67cb18c-44b1-4946-8858-991e6cbe8752 req-a2eb74ed-0534-4a77-a8f8-bed83e1f29da tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-c67cb18c-44b1-4946-8858-991e6cbe8752 req-a2eb74ed-0534-4a77-a8f8-bed83e1f29da tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-c67cb18c-44b1-4946-8858-991e6cbe8752 req-a2eb74ed-0534-4a77-a8f8-bed83e1f29da tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-c67cb18c-44b1-4946-8858-991e6cbe8752 req-a2eb74ed-0534-4a77-a8f8-bed83e1f29da tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 returned with HTTP 404 -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 6/11] 10.201.9.223 () {60 vars in 1489 bytes} [Fri Jan 3 20:36:17 2025] GET /volume/v3/snapshots/24b67f87-c825-404d-b09d-66a6e15e3d69 => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] DELETE http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Delete volume with id: 326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Volume info retrieved successfully. -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Delete volume request issued successfully. -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 returned with HTTP 202 -Jan 03 20:36:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 6/12] 10.201.9.223 () {62 vars in 1505 bytes} [Fri Jan 3 20:36:17 2025] DELETE /volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 => generated 0 bytes in 47 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-eb7bbd47-3acb-42bb-902f-0c01e950d96b req-3693e134-4760-4d47-b572-c0ac92aba5a3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-eb7bbd47-3acb-42bb-902f-0c01e950d96b req-3693e134-4760-4d47-b572-c0ac92aba5a3 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-eb7bbd47-3acb-42bb-902f-0c01e950d96b req-3693e134-4760-4d47-b572-c0ac92aba5a3 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-eb7bbd47-3acb-42bb-902f-0c01e950d96b req-3693e134-4760-4d47-b572-c0ac92aba5a3 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-eb7bbd47-3acb-42bb-902f-0c01e950d96b req-3693e134-4760-4d47-b572-c0ac92aba5a3 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Volume info retrieved successfully. -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-eb7bbd47-3acb-42bb-902f-0c01e950d96b req-3693e134-4760-4d47-b572-c0ac92aba5a3 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 returned with HTTP 200 -Jan 03 20:36:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 7/13] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:17 2025] GET /volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 => generated 845 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-4a1f2939-a33c-42e7-b828-bed6b272fefc req-1b52a87e-f99b-46f7-be18-4f46269a96b0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-4a1f2939-a33c-42e7-b828-bed6b272fefc req-1b52a87e-f99b-46f7-be18-4f46269a96b0 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-4a1f2939-a33c-42e7-b828-bed6b272fefc req-1b52a87e-f99b-46f7-be18-4f46269a96b0 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-4a1f2939-a33c-42e7-b828-bed6b272fefc req-1b52a87e-f99b-46f7-be18-4f46269a96b0 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-4a1f2939-a33c-42e7-b828-bed6b272fefc req-1b52a87e-f99b-46f7-be18-4f46269a96b0 tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 returned with HTTP 404 -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 7/14] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:18 2025] GET /volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-bfb49995-563f-48a0-bc1d-e3ccd5d71c06 req-7fa2841e-12cd-41ec-a8ca-77ead1513f9f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-bfb49995-563f-48a0-bc1d-e3ccd5d71c06 req-7fa2841e-12cd-41ec-a8ca-77ead1513f9f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] DELETE http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-bfb49995-563f-48a0-bc1d-e3ccd5d71c06 req-7fa2841e-12cd-41ec-a8ca-77ead1513f9f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-bfb49995-563f-48a0-bc1d-e3ccd5d71c06 req-7fa2841e-12cd-41ec-a8ca-77ead1513f9f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [req-bfb49995-563f-48a0-bc1d-e3ccd5d71c06 req-7fa2841e-12cd-41ec-a8ca-77ead1513f9f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Delete volume with id: 326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-bfb49995-563f-48a0-bc1d-e3ccd5d71c06 req-7fa2841e-12cd-41ec-a8ca-77ead1513f9f tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 returned with HTTP 404 -Jan 03 20:36:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 8/15] 10.201.9.223 () {62 vars in 1505 bytes} [Fri Jan 3 20:36:18 2025] DELETE /volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-d670e790-1507-42a4-b948-25c8f707b158 req-0ab19099-3ec3-4d6a-9221-5cb59b4621ac None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-d670e790-1507-42a4-b948-25c8f707b158 req-0ab19099-3ec3-4d6a-9221-5cb59b4621ac tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] GET http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-d670e790-1507-42a4-b948-25c8f707b158 req-0ab19099-3ec3-4d6a-9221-5cb59b4621ac tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-d670e790-1507-42a4-b948-25c8f707b158 req-0ab19099-3ec3-4d6a-9221-5cb59b4621ac tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-d670e790-1507-42a4-b948-25c8f707b158 req-0ab19099-3ec3-4d6a-9221-5cb59b4621ac tempest-VolumesSnapshotsTestJSON-1223599798 tempest-VolumesSnapshotsTestJSON-1223599798-project-member] http://10.201.9.223/volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 returned with HTTP 404 -Jan 03 20:36:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 8/16] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:18 2025] GET /volume/v3/volumes/326f5abb-b025-49a4-b11e-e8922cf48329 => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "consistencygroup_id": null, "snapshot_id": null, "name": "tempest-VolumesGetTestJSON-Volume-1431199578", "description": null, "volume_type": null, "availability_zone": null, "metadata": {"Type": "work"}, "imageRef": null, "source_volid": null, "backup_id": null}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Create volume request body: {'volume': {'size': 1, 'consistencygroup_id': None, 'snapshot_id': None, 'name': 'tempest-VolumesGetTestJSON-Volume-1431199578', 'description': None, 'volume_type': None, 'availability_zone': None, 'metadata': {'Type': 'work'}, 'imageRef': None, 'source_volid': None, 'backup_id': None}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Create volume of 1 GB -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Flow 'volume_create_api' (ec49a2e4-0bab-4b8d-8429-020d79585b5c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0ab9b303-8100-4583-bb9f-8f044c1ce145) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0ab9b303-8100-4583-bb9f-8f044c1ce145) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5bee3c60-60b0-4492-81e9-2f67c95becfc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Created reservations ['5c62c079-944e-431c-8c61-6a7fcb2539d9', 'de3545d1-c615-4f03-b725-78acdb8aa021', '4dc2c0f9-4e88-4592-ac73-57f9469f608b', 'b1cb9bda-3924-4cb2-9935-78b211e7c54a'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5bee3c60-60b0-4492-81e9-2f67c95becfc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['5c62c079-944e-431c-8c61-6a7fcb2539d9', 'de3545d1-c615-4f03-b725-78acdb8aa021', '4dc2c0f9-4e88-4592-ac73-57f9469f608b', 'b1cb9bda-3924-4cb2-9935-78b211e7c54a']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (fc328a01-a4b4-42ab-9f4f-28113a4a4674) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (fc328a01-a4b4-42ab-9f4f-28113a4a4674) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '32d4b92a-cf01-45a8-b149-ded260792456', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-1431199578',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='05d474445939404c93bfb17597de1a5b',qos_specs=None,replication_status=,reservations=['5c62c079-944e-431c-8c61-6a7fcb2539d9','de3545d1-c615-4f03-b725-78acdb8aa021','4dc2c0f9-4e88-4592-ac73-57f9469f608b','b1cb9bda-3924-4cb2-9935-78b211e7c54a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='f7adbbb0c3ce4e2db70df75d3dab83ba',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-1431199578',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=32d4b92a-cf01-45a8-b149-ded260792456,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='05d474445939404c93bfb17597de1a5b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='f7adbbb0c3ce4e2db70df75d3dab83ba',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2794732c-315a-4d2e-bfa4-3b3a47b7269d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2794732c-315a-4d2e-bfa4-3b3a47b7269d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-1431199578',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='05d474445939404c93bfb17597de1a5b',qos_specs=None,replication_status=,reservations=['5c62c079-944e-431c-8c61-6a7fcb2539d9','de3545d1-c615-4f03-b725-78acdb8aa021','4dc2c0f9-4e88-4592-ac73-57f9469f608b','b1cb9bda-3924-4cb2-9935-78b211e7c54a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='f7adbbb0c3ce4e2db70df75d3dab83ba',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (52af0d96-790b-466f-b5f4-8d8983e7f34b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (52af0d96-790b-466f-b5f4-8d8983e7f34b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Flow 'volume_create_api' (ec49a2e4-0bab-4b8d-8429-020d79585b5c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Create volume request issued successfully. -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 9/17] 10.201.9.223 () {64 vars in 1426 bytes} [Fri Jan 3 20:36:20 2025] POST /volume/v3/volumes => generated 762 bytes in 145 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-8fad67ce-9118-48eb-a387-8a82ca5379d1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-8fad67ce-9118-48eb-a387-8a82ca5379d1 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] GET http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-8fad67ce-9118-48eb-a387-8a82ca5379d1 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-8fad67ce-9118-48eb-a387-8a82ca5379d1 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-8fad67ce-9118-48eb-a387-8a82ca5379d1 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Volume info retrieved successfully. -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-8fad67ce-9118-48eb-a387-8a82ca5379d1 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 returned with HTTP 200 -Jan 03 20:36:20 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 9/18] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:20 2025] GET /volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 => generated 830 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-bd819ee1-2fc5-4055-a1af-52103a8af06a req-ae09c313-7dc2-4540-86ab-ce910c543fa2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-bd819ee1-2fc5-4055-a1af-52103a8af06a req-ae09c313-7dc2-4540-86ab-ce910c543fa2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] GET http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-bd819ee1-2fc5-4055-a1af-52103a8af06a req-ae09c313-7dc2-4540-86ab-ce910c543fa2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-bd819ee1-2fc5-4055-a1af-52103a8af06a req-ae09c313-7dc2-4540-86ab-ce910c543fa2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-bd819ee1-2fc5-4055-a1af-52103a8af06a req-ae09c313-7dc2-4540-86ab-ce910c543fa2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Volume info retrieved successfully. -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-bd819ee1-2fc5-4055-a1af-52103a8af06a req-ae09c313-7dc2-4540-86ab-ce910c543fa2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 returned with HTTP 200 -Jan 03 20:36:20 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 10/19] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:20 2025] GET /volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 => generated 830 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-42ed908c-d841-4b30-baa8-61aa3692df32 req-97d52054-3327-4eed-bdcf-4477c7121e01 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-42ed908c-d841-4b30-baa8-61aa3692df32 req-97d52054-3327-4eed-bdcf-4477c7121e01 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] GET http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-42ed908c-d841-4b30-baa8-61aa3692df32 req-97d52054-3327-4eed-bdcf-4477c7121e01 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-42ed908c-d841-4b30-baa8-61aa3692df32 req-97d52054-3327-4eed-bdcf-4477c7121e01 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-42ed908c-d841-4b30-baa8-61aa3692df32 req-97d52054-3327-4eed-bdcf-4477c7121e01 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Volume info retrieved successfully. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-42ed908c-d841-4b30-baa8-61aa3692df32 req-97d52054-3327-4eed-bdcf-4477c7121e01 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 returned with HTTP 200 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 10/20] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:21 2025] GET /volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 => generated 855 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-3c71241b-9940-4485-8ab5-fcaf2e50f8a2 req-e5c637e8-45b4-4458-b06e-a7882cbb3565 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-3c71241b-9940-4485-8ab5-fcaf2e50f8a2 req-e5c637e8-45b4-4458-b06e-a7882cbb3565 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] GET http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-3c71241b-9940-4485-8ab5-fcaf2e50f8a2 req-e5c637e8-45b4-4458-b06e-a7882cbb3565 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-3c71241b-9940-4485-8ab5-fcaf2e50f8a2 req-e5c637e8-45b4-4458-b06e-a7882cbb3565 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-3c71241b-9940-4485-8ab5-fcaf2e50f8a2 req-e5c637e8-45b4-4458-b06e-a7882cbb3565 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Volume info retrieved successfully. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-3c71241b-9940-4485-8ab5-fcaf2e50f8a2 req-e5c637e8-45b4-4458-b06e-a7882cbb3565 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 returned with HTTP 200 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 11/21] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:21 2025] GET /volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 => generated 855 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] DELETE http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Delete volume with id: 32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Volume info retrieved successfully. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Delete volume request issued successfully. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 returned with HTTP 202 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 11/22] 10.201.9.223 () {62 vars in 1505 bytes} [Fri Jan 3 20:36:21 2025] DELETE /volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-54e75e3d-c43f-4548-bc07-301c8a1b0c33 req-5c55dd37-55f1-482b-9976-cd74a4c9def2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-54e75e3d-c43f-4548-bc07-301c8a1b0c33 req-5c55dd37-55f1-482b-9976-cd74a4c9def2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] GET http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-54e75e3d-c43f-4548-bc07-301c8a1b0c33 req-5c55dd37-55f1-482b-9976-cd74a4c9def2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-54e75e3d-c43f-4548-bc07-301c8a1b0c33 req-5c55dd37-55f1-482b-9976-cd74a4c9def2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-54e75e3d-c43f-4548-bc07-301c8a1b0c33 req-5c55dd37-55f1-482b-9976-cd74a4c9def2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Volume info retrieved successfully. -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-54e75e3d-c43f-4548-bc07-301c8a1b0c33 req-5c55dd37-55f1-482b-9976-cd74a4c9def2 tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 returned with HTTP 200 -Jan 03 20:36:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 12/23] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:21 2025] GET /volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 => generated 854 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-9a5b9a13-b3a8-4cb8-886f-5c7e5ba5d72c req-feae02ed-9dc6-4813-8a07-a281655f0cee None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-9a5b9a13-b3a8-4cb8-886f-5c7e5ba5d72c req-feae02ed-9dc6-4813-8a07-a281655f0cee tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] GET http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 -Jan 03 20:36:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-9a5b9a13-b3a8-4cb8-886f-5c7e5ba5d72c req-feae02ed-9dc6-4813-8a07-a281655f0cee tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-9a5b9a13-b3a8-4cb8-886f-5c7e5ba5d72c req-feae02ed-9dc6-4813-8a07-a281655f0cee tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-9a5b9a13-b3a8-4cb8-886f-5c7e5ba5d72c req-feae02ed-9dc6-4813-8a07-a281655f0cee tempest-VolumesGetTestJSON-558527286 tempest-VolumesGetTestJSON-558527286-project-member] http://10.201.9.223/volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 returned with HTTP 404 -Jan 03 20:36:22 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 12/24] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:22 2025] GET /volume/v3/volumes/32d4b92a-cf01-45a8-b149-ded260792456 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-313027256"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-313027256'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume of 1 GB -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Flow 'volume_create_api' (ff5de308-d5d9-4a16-9141-03d9111f88ba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8da0c632-2007-49d5-8c69-05888037d311) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8da0c632-2007-49d5-8c69-05888037d311) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b17f5adc-3baf-46a5-81bd-ab72f69308a9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Created reservations ['54b4222b-5daf-47c4-ba3b-73b21aa69de9', 'c3405750-02b4-4766-897d-3c47ce2af532', '213247b4-0823-4e58-985e-ae2519a0d3d6', 'cc310011-113c-4903-95db-17129f1fb5b3'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b17f5adc-3baf-46a5-81bd-ab72f69308a9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['54b4222b-5daf-47c4-ba3b-73b21aa69de9', 'c3405750-02b4-4766-897d-3c47ce2af532', '213247b4-0823-4e58-985e-ae2519a0d3d6', 'cc310011-113c-4903-95db-17129f1fb5b3']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a0f0a9dd-adc8-4466-8450-04e373ef806f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a0f0a9dd-adc8-4466-8450-04e373ef806f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'e68166bb-360c-4110-b30d-272c00ab2b86', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-313027256',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='21f1405150f0476d959ffa31fa823df5',qos_specs=None,replication_status=,reservations=['54b4222b-5daf-47c4-ba3b-73b21aa69de9','c3405750-02b4-4766-897d-3c47ce2af532','213247b4-0823-4e58-985e-ae2519a0d3d6','cc310011-113c-4903-95db-17129f1fb5b3'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-313027256',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=e68166bb-360c-4110-b30d-272c00ab2b86,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ba36cb12-b4ba-419c-87f6-f90b919e3fd5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ba36cb12-b4ba-419c-87f6-f90b919e3fd5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-313027256',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='21f1405150f0476d959ffa31fa823df5',qos_specs=None,replication_status=,reservations=['54b4222b-5daf-47c4-ba3b-73b21aa69de9','c3405750-02b4-4766-897d-3c47ce2af532','213247b4-0823-4e58-985e-ae2519a0d3d6','cc310011-113c-4903-95db-17129f1fb5b3'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (987e1c40-2b21-4b42-aae6-eff1c3b74c97) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (987e1c40-2b21-4b42-aae6-eff1c3b74c97) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Flow 'volume_create_api' (ff5de308-d5d9-4a16-9141-03d9111f88ba) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume request issued successfully. -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 13/25] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:23 2025] POST /volume/v3/volumes => generated 758 bytes in 190 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-467a7087-da09-4f17-9270-5f2df89f95fb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-467a7087-da09-4f17-9270-5f2df89f95fb tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-467a7087-da09-4f17-9270-5f2df89f95fb tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-467a7087-da09-4f17-9270-5f2df89f95fb tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-467a7087-da09-4f17-9270-5f2df89f95fb tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-467a7087-da09-4f17-9270-5f2df89f95fb tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 returned with HTTP 200 -Jan 03 20:36:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 13/26] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:24 2025] GET /volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 => generated 826 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a6cbcb0a-197f-4b5d-afe9-7f8f9e24287b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a6cbcb0a-197f-4b5d-afe9-7f8f9e24287b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a6cbcb0a-197f-4b5d-afe9-7f8f9e24287b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a6cbcb0a-197f-4b5d-afe9-7f8f9e24287b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a6cbcb0a-197f-4b5d-afe9-7f8f9e24287b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a6cbcb0a-197f-4b5d-afe9-7f8f9e24287b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 returned with HTTP 200 -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 14/27] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:25 2025] GET /volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 => generated 851 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-7582b48c-1b3f-426c-bb19-92d647236aa7 req-552d64f7-9ce1-4082-a436-de3e8f4ee279 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-7582b48c-1b3f-426c-bb19-92d647236aa7 req-552d64f7-9ce1-4082-a436-de3e8f4ee279 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-7582b48c-1b3f-426c-bb19-92d647236aa7 req-552d64f7-9ce1-4082-a436-de3e8f4ee279 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-7582b48c-1b3f-426c-bb19-92d647236aa7 req-552d64f7-9ce1-4082-a436-de3e8f4ee279 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-7582b48c-1b3f-426c-bb19-92d647236aa7 req-552d64f7-9ce1-4082-a436-de3e8f4ee279 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-7582b48c-1b3f-426c-bb19-92d647236aa7 req-552d64f7-9ce1-4082-a436-de3e8f4ee279 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 returned with HTTP 200 -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 14/28] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:25 2025] GET /volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 => generated 851 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-1525116597"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-1525116597'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume of 1 GB -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Flow 'volume_create_api' (25718c59-b6a9-4b1b-9b95-c64012c414a0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c72cfac3-fe10-42c0-81dd-ac3dd3690f33) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c72cfac3-fe10-42c0-81dd-ac3dd3690f33) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (89c8ed39-c32f-4516-ada2-8192cea92dea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Created reservations ['5ddc437b-1fa5-4bb3-9e3b-eb7870059f71', '082dfc0e-b15c-4450-8800-d5cc14db92be', '6c299e45-ce7e-43d9-8bc7-8c49238cdfec', 'bd592dc2-497b-4aa8-b2be-14f1ba97aa9b'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (89c8ed39-c32f-4516-ada2-8192cea92dea) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['5ddc437b-1fa5-4bb3-9e3b-eb7870059f71', '082dfc0e-b15c-4450-8800-d5cc14db92be', '6c299e45-ce7e-43d9-8bc7-8c49238cdfec', 'bd592dc2-497b-4aa8-b2be-14f1ba97aa9b']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (6d784613-62e2-4341-8a1a-3827670ef8dd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (6d784613-62e2-4341-8a1a-3827670ef8dd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'dd0d92e0-7c59-4a36-b07c-15b9fd26fed9', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1525116597',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='21f1405150f0476d959ffa31fa823df5',qos_specs=None,replication_status=,reservations=['5ddc437b-1fa5-4bb3-9e3b-eb7870059f71','082dfc0e-b15c-4450-8800-d5cc14db92be','6c299e45-ce7e-43d9-8bc7-8c49238cdfec','bd592dc2-497b-4aa8-b2be-14f1ba97aa9b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1525116597',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=dd0d92e0-7c59-4a36-b07c-15b9fd26fed9,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a6a1ad29-ac96-4d32-be5c-44e7b6859598) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a6a1ad29-ac96-4d32-be5c-44e7b6859598) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1525116597',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='21f1405150f0476d959ffa31fa823df5',qos_specs=None,replication_status=,reservations=['5ddc437b-1fa5-4bb3-9e3b-eb7870059f71','082dfc0e-b15c-4450-8800-d5cc14db92be','6c299e45-ce7e-43d9-8bc7-8c49238cdfec','bd592dc2-497b-4aa8-b2be-14f1ba97aa9b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (973e94d7-f571-4711-b4f0-44949fcedcb2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (973e94d7-f571-4711-b4f0-44949fcedcb2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Flow 'volume_create_api' (25718c59-b6a9-4b1b-9b95-c64012c414a0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume request issued successfully. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 15/29] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:25 2025] POST /volume/v3/volumes => generated 759 bytes in 125 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-156093de-e5e9-47dd-bf71-56231634aed0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-156093de-e5e9-47dd-bf71-56231634aed0 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-156093de-e5e9-47dd-bf71-56231634aed0 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-156093de-e5e9-47dd-bf71-56231634aed0 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-156093de-e5e9-47dd-bf71-56231634aed0 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-156093de-e5e9-47dd-bf71-56231634aed0 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 returned with HTTP 200 -Jan 03 20:36:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 15/30] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:25 2025] GET /volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 => generated 827 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cfcadf7b-4665-40ac-addc-4cd5d438f78e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cfcadf7b-4665-40ac-addc-4cd5d438f78e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cfcadf7b-4665-40ac-addc-4cd5d438f78e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cfcadf7b-4665-40ac-addc-4cd5d438f78e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cfcadf7b-4665-40ac-addc-4cd5d438f78e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cfcadf7b-4665-40ac-addc-4cd5d438f78e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 returned with HTTP 200 -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 16/31] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:26 2025] GET /volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 => generated 852 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-313dcd47-73a2-43c8-8afa-73e52ea9219b req-f454c23a-0b92-4b3c-bf47-cf36bfa57a4b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-313dcd47-73a2-43c8-8afa-73e52ea9219b req-f454c23a-0b92-4b3c-bf47-cf36bfa57a4b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-313dcd47-73a2-43c8-8afa-73e52ea9219b req-f454c23a-0b92-4b3c-bf47-cf36bfa57a4b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-313dcd47-73a2-43c8-8afa-73e52ea9219b req-f454c23a-0b92-4b3c-bf47-cf36bfa57a4b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-313dcd47-73a2-43c8-8afa-73e52ea9219b req-f454c23a-0b92-4b3c-bf47-cf36bfa57a4b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-313dcd47-73a2-43c8-8afa-73e52ea9219b req-f454c23a-0b92-4b3c-bf47-cf36bfa57a4b tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 returned with HTTP 200 -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 16/32] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:26 2025] GET /volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 => generated 852 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-201922900"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-201922900'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume of 1 GB -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Flow 'volume_create_api' (3c630a0a-2667-4e8f-82b8-e36bb0ef588e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c2cd9133-a5b3-4c15-b297-6cdac6e19da7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c2cd9133-a5b3-4c15-b297-6cdac6e19da7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (eab264f8-0a8d-46c7-8350-ba744f5915ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Created reservations ['c485f3c7-a636-42ae-a332-a13bd375512a', '4e512228-8cec-4d66-9c2e-147128992a5c', '3aa48a23-bc91-482d-af1f-329540c21ad8', 'f1da1871-a57c-4d68-a7f6-651e54f65b1c'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (eab264f8-0a8d-46c7-8350-ba744f5915ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c485f3c7-a636-42ae-a332-a13bd375512a', '4e512228-8cec-4d66-9c2e-147128992a5c', '3aa48a23-bc91-482d-af1f-329540c21ad8', 'f1da1871-a57c-4d68-a7f6-651e54f65b1c']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1a053985-795b-4c35-a4bc-2b8991dfc6b9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1a053985-795b-4c35-a4bc-2b8991dfc6b9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '1d2570c9-8d16-4e5e-a6aa-acb28fa631af', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-201922900',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='21f1405150f0476d959ffa31fa823df5',qos_specs=None,replication_status=,reservations=['c485f3c7-a636-42ae-a332-a13bd375512a','4e512228-8cec-4d66-9c2e-147128992a5c','3aa48a23-bc91-482d-af1f-329540c21ad8','f1da1871-a57c-4d68-a7f6-651e54f65b1c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:26Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-201922900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=1d2570c9-8d16-4e5e-a6aa-acb28fa631af,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ef044e22-09b0-4560-83bd-e885dee13772) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ef044e22-09b0-4560-83bd-e885dee13772) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-201922900',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='21f1405150f0476d959ffa31fa823df5',qos_specs=None,replication_status=,reservations=['c485f3c7-a636-42ae-a332-a13bd375512a','4e512228-8cec-4d66-9c2e-147128992a5c','3aa48a23-bc91-482d-af1f-329540c21ad8','f1da1871-a57c-4d68-a7f6-651e54f65b1c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (13f95cd2-7db3-4288-b869-5f59523750e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (13f95cd2-7db3-4288-b869-5f59523750e3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Flow 'volume_create_api' (3c630a0a-2667-4e8f-82b8-e36bb0ef588e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Create volume request issued successfully. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 17/33] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:26 2025] POST /volume/v3/volumes => generated 758 bytes in 112 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-312f3a7c-7fdc-4108-ba3d-dcd98350449c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-312f3a7c-7fdc-4108-ba3d-dcd98350449c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-312f3a7c-7fdc-4108-ba3d-dcd98350449c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-312f3a7c-7fdc-4108-ba3d-dcd98350449c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-312f3a7c-7fdc-4108-ba3d-dcd98350449c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-312f3a7c-7fdc-4108-ba3d-dcd98350449c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af returned with HTTP 200 -Jan 03 20:36:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 17/34] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:26 2025] GET /volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af => generated 826 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3d5d63b1-eb35-4f02-88ba-e5baa882a28c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3d5d63b1-eb35-4f02-88ba-e5baa882a28c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3d5d63b1-eb35-4f02-88ba-e5baa882a28c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3d5d63b1-eb35-4f02-88ba-e5baa882a28c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3d5d63b1-eb35-4f02-88ba-e5baa882a28c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3d5d63b1-eb35-4f02-88ba-e5baa882a28c tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af returned with HTTP 200 -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 18/35] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:27 2025] GET /volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af => generated 851 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-7bd490ee-e146-467e-b230-4801c72a7bb1 req-5ba60ebf-de47-4142-80fa-7d7271190348 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-7bd490ee-e146-467e-b230-4801c72a7bb1 req-5ba60ebf-de47-4142-80fa-7d7271190348 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-7bd490ee-e146-467e-b230-4801c72a7bb1 req-5ba60ebf-de47-4142-80fa-7d7271190348 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-7bd490ee-e146-467e-b230-4801c72a7bb1 req-5ba60ebf-de47-4142-80fa-7d7271190348 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-7bd490ee-e146-467e-b230-4801c72a7bb1 req-5ba60ebf-de47-4142-80fa-7d7271190348 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-7bd490ee-e146-467e-b230-4801c72a7bb1 req-5ba60ebf-de47-4142-80fa-7d7271190348 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af returned with HTTP 200 -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 18/36] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:27 2025] GET /volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af => generated 851 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-daf94249-1712-485b-a6ed-2cf29e6f92e0 req-85ed31dc-6584-481d-b6db-43dd9b7dbc6a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 19/37] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:27 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-5f3bae10-3545-4bb1-887a-8b63e1714edf req-8bf9e02f-7e27-40f4-b83c-f2f667cf74ba tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 19/38] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:27 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-d553d67d-b7b4-4c1e-ae1e-07a43978cd57 req-9ede9fa7-1e3f-4068-82d2-cf0943cc8d69 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 20/39] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:28 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-1781d083-91e1-48af-82ff-b57fceeef3e0 req-56c7fb09-e762-4d0f-a930-7823abc9278a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 20/40] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:28 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-c97f0c82-628c-4174-a84d-9b64ea7a47a5 req-433cc55f-d3b8-4287-a5ea-0c0ac3d19d56 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 21/41] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:28 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-adea5b49-7e62-43ca-a9a5-388b213a1aed req-97a39332-6e2a-4601-a7f4-9b54dc7ca608 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 21/42] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:28 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-3bcfc71c-bcf3-4775-b9d4-59545bbb9b37 req-21a0e0a0-de57-496a-b24b-f95b67a91b8e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 22/43] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:28 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Get all volumes completed successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-ff8b577a-e315-4c69-bd06-8a5b154574dc req-8a4b87b7-bd51-4532-8fbb-1ff8a1b586dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 22/44] 10.201.9.223 () {60 vars in 1393 bytes} [Fri Jan 3 20:36:28 2025] GET /volume/v3/volumes/detail => generated 2537 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] DELETE http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Delete volume with id: 1d2570c9-8d16-4e5e-a6aa-acb28fa631af -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Delete volume request issued successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af returned with HTTP 202 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 23/45] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:36:28 2025] DELETE /volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3ddaf06c-5087-4501-8cb7-deb8090e83e6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3ddaf06c-5087-4501-8cb7-deb8090e83e6 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3ddaf06c-5087-4501-8cb7-deb8090e83e6 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3ddaf06c-5087-4501-8cb7-deb8090e83e6 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3ddaf06c-5087-4501-8cb7-deb8090e83e6 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3ddaf06c-5087-4501-8cb7-deb8090e83e6 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af returned with HTTP 200 -Jan 03 20:36:28 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 23/46] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:28 2025] GET /volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af => generated 850 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-17b5d9a5-3110-40ed-ab46-1fe3653d82d8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-17b5d9a5-3110-40ed-ab46-1fe3653d82d8 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-17b5d9a5-3110-40ed-ab46-1fe3653d82d8 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-17b5d9a5-3110-40ed-ab46-1fe3653d82d8 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-17b5d9a5-3110-40ed-ab46-1fe3653d82d8 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af returned with HTTP 404 -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 24/47] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:29 2025] GET /volume/v3/volumes/1d2570c9-8d16-4e5e-a6aa-acb28fa631af => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] DELETE http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Delete volume with id: dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Delete volume request issued successfully. -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 returned with HTTP 202 -Jan 03 20:36:29 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 24/48] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:36:29 2025] DELETE /volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-91591cab-ac0e-4de5-844c-8b1329868249 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-91591cab-ac0e-4de5-844c-8b1329868249 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-91591cab-ac0e-4de5-844c-8b1329868249 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-91591cab-ac0e-4de5-844c-8b1329868249 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-91591cab-ac0e-4de5-844c-8b1329868249 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-91591cab-ac0e-4de5-844c-8b1329868249 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 returned with HTTP 200 -Jan 03 20:36:29 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 25/49] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:29 2025] GET /volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 => generated 851 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3457d1b8-2f75-45d8-a26a-407a777de63e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3457d1b8-2f75-45d8-a26a-407a777de63e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3457d1b8-2f75-45d8-a26a-407a777de63e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3457d1b8-2f75-45d8-a26a-407a777de63e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3457d1b8-2f75-45d8-a26a-407a777de63e tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 returned with HTTP 404 -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 25/50] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:30 2025] GET /volume/v3/volumes/dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] DELETE http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Delete volume with id: e68166bb-360c-4110-b30d-272c00ab2b86 -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Delete volume request issued successfully. -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 returned with HTTP 202 -Jan 03 20:36:30 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 26/51] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:36:30 2025] DELETE /volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8df40527-5550-4c88-8319-b1e4458cb296 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8df40527-5550-4c88-8319-b1e4458cb296 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8df40527-5550-4c88-8319-b1e4458cb296 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8df40527-5550-4c88-8319-b1e4458cb296 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8df40527-5550-4c88-8319-b1e4458cb296 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Volume info retrieved successfully. -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8df40527-5550-4c88-8319-b1e4458cb296 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 returned with HTTP 200 -Jan 03 20:36:30 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 26/52] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:30 2025] GET /volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 => generated 850 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-21e6ae82-ea8e-459c-95a8-da1d18fa1326 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-21e6ae82-ea8e-459c-95a8-da1d18fa1326 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] GET http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 -Jan 03 20:36:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-21e6ae82-ea8e-459c-95a8-da1d18fa1326 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-21e6ae82-ea8e-459c-95a8-da1d18fa1326 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-21e6ae82-ea8e-459c-95a8-da1d18fa1326 tempest-VolumesTestJSON-1386645545 tempest-VolumesTestJSON-1386645545-project-member] http://10.201.9.223/volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 returned with HTTP 404 -Jan 03 20:36:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 27/53] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:31 2025] GET /volume/v3/volumes/e68166bb-360c-4110-b30d-272c00ab2b86 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-9f8276fc-0b8f-421f-8a9d-fcfac7b584e2 req-34913ce7-0402-4396-9e4c-c6d362f0d2ab None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-9f8276fc-0b8f-421f-8a9d-fcfac7b584e2 req-34913ce7-0402-4396-9e4c-c6d362f0d2ab tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] DELETE http://10.201.9.223/volume/v3/volumes/tempest-invalid-1448201739 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-9f8276fc-0b8f-421f-8a9d-fcfac7b584e2 req-34913ce7-0402-4396-9e4c-c6d362f0d2ab tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-9f8276fc-0b8f-421f-8a9d-fcfac7b584e2 req-34913ce7-0402-4396-9e4c-c6d362f0d2ab tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [req-9f8276fc-0b8f-421f-8a9d-fcfac7b584e2 req-34913ce7-0402-4396-9e4c-c6d362f0d2ab tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Delete volume with id: tempest-invalid-1448201739 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-9f8276fc-0b8f-421f-8a9d-fcfac7b584e2 req-34913ce7-0402-4396-9e4c-c6d362f0d2ab tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-1448201739 returned with HTTP 404 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 27/54] 10.201.9.223 () {62 vars in 1475 bytes} [Fri Jan 3 20:36:32 2025] DELETE /volume/v3/volumes/tempest-invalid-1448201739 => generated 99 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [req-62051b87-c6ac-4814-9c92-2051124fd1ff req-1597c48e-e30f-436c-8987-5dd47f9de5c5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-62051b87-c6ac-4814-9c92-2051124fd1ff req-1597c48e-e30f-436c-8987-5dd47f9de5c5 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] DELETE http://10.201.9.223/volume/v3/volumes/c2542fb5-f62b-42a4-83bf-217158034308 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-62051b87-c6ac-4814-9c92-2051124fd1ff req-1597c48e-e30f-436c-8987-5dd47f9de5c5 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [req-62051b87-c6ac-4814-9c92-2051124fd1ff req-1597c48e-e30f-436c-8987-5dd47f9de5c5 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [req-62051b87-c6ac-4814-9c92-2051124fd1ff req-1597c48e-e30f-436c-8987-5dd47f9de5c5 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Delete volume with id: c2542fb5-f62b-42a4-83bf-217158034308 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [req-62051b87-c6ac-4814-9c92-2051124fd1ff req-1597c48e-e30f-436c-8987-5dd47f9de5c5 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] http://10.201.9.223/volume/v3/volumes/c2542fb5-f62b-42a4-83bf-217158034308 returned with HTTP 404 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 28/55] 10.201.9.223 () {62 vars in 1505 bytes} [Fri Jan 3 20:36:32 2025] DELETE /volume/v3/volumes/c2542fb5-f62b-42a4-83bf-217158034308 => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [req-a2739401-aac1-4746-97c8-880e164bb2a3 req-bcf86ac7-0ca5-45c6-8d8d-ea43c7042575 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-a2739401-aac1-4746-97c8-880e164bb2a3 req-bcf86ac7-0ca5-45c6-8d8d-ea43c7042575 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] GET http://10.201.9.223/volume/v3/volumes/a8d389b1-c1f5-4f08-9de3-58850d87a0e3 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-a2739401-aac1-4746-97c8-880e164bb2a3 req-bcf86ac7-0ca5-45c6-8d8d-ea43c7042575 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [req-a2739401-aac1-4746-97c8-880e164bb2a3 req-bcf86ac7-0ca5-45c6-8d8d-ea43c7042575 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [req-a2739401-aac1-4746-97c8-880e164bb2a3 req-bcf86ac7-0ca5-45c6-8d8d-ea43c7042575 tempest-VolumesNegativeTest-1764650628 tempest-VolumesNegativeTest-1764650628-project-member] http://10.201.9.223/volume/v3/volumes/a8d389b1-c1f5-4f08-9de3-58850d87a0e3 returned with HTTP 404 -Jan 03 20:36:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 28/56] 10.201.9.223 () {60 vars in 1483 bytes} [Fri Jan 3 20:36:32 2025] GET /volume/v3/volumes/a8d389b1-c1f5-4f08-9de3-58850d87a0e3 => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:36:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9843649e-2828-4468-a247-3935402d401f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9843649e-2828-4468-a247-3935402d401f tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools -Jan 03 20:36:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9843649e-2828-4468-a247-3935402d401f tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9843649e-2828-4468-a247-3935402d401f tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Calling method 'get_pools' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9843649e-2828-4468-a247-3935402d401f tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools returned with HTTP 200 -Jan 03 20:36:34 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 29/57] 10.201.9.223 () {58 vars in 1173 bytes} [Fri Jan 3 20:36:34 2025] GET /volume/v3/scheduler-stats/get_pools => generated 77 bytes in 573 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:36:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7faecf18-5194-4e6b-a211-b08808eef1fc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7faecf18-5194-4e6b-a211-b08808eef1fc tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True -Jan 03 20:36:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7faecf18-5194-4e6b-a211-b08808eef1fc tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7faecf18-5194-4e6b-a211-b08808eef1fc tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Calling method 'get_pools' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7faecf18-5194-4e6b-a211-b08808eef1fc tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True returned with HTTP 200 -Jan 03 20:36:35 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 29/58] 10.201.9.223 () {58 vars in 1196 bytes} [Fri Jan 3 20:36:34 2025] GET /volume/v3/scheduler-stats/get_pools?detail=True => generated 2154 bytes in 531 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-27cac7b3-7def-4da5-8a3a-051bc71e7838 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-27cac7b3-7def-4da5-8a3a-051bc71e7838 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] GET http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 -Jan 03 20:36:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-27cac7b3-7def-4da5-8a3a-051bc71e7838 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-27cac7b3-7def-4da5-8a3a-051bc71e7838 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-27cac7b3-7def-4da5-8a3a-051bc71e7838 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 returned with HTTP 200 -Jan 03 20:36:35 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 30/59] 10.201.9.223 () {58 vars in 1173 bytes} [Fri Jan 3 20:36:35 2025] GET /volume/v3/capabilities/ubuntu@3par2 => generated 5082 bytes in 524 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-65cc9b33-5d95-4c5d-89e2-fee41fbd4e70 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-65cc9b33-5d95-4c5d-89e2-fee41fbd4e70 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] GET http://10.201.9.223/volume/v3/capabilities/ubuntu@3par1 -Jan 03 20:36:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-65cc9b33-5d95-4c5d-89e2-fee41fbd4e70 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-65cc9b33-5d95-4c5d-89e2-fee41fbd4e70 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-65cc9b33-5d95-4c5d-89e2-fee41fbd4e70 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] http://10.201.9.223/volume/v3/capabilities/ubuntu@3par1 returned with HTTP 200 -Jan 03 20:36:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 30/60] 10.201.9.223 () {58 vars in 1173 bytes} [Fri Jan 3 20:36:35 2025] GET /volume/v3/capabilities/ubuntu@3par1 => generated 5082 bytes in 525 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-77450e24-30c6-4c39-8458-942e758b34c2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-77450e24-30c6-4c39-8458-942e758b34c2 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] GET http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 -Jan 03 20:36:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-77450e24-30c6-4c39-8458-942e758b34c2 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-77450e24-30c6-4c39-8458-942e758b34c2 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-77450e24-30c6-4c39-8458-942e758b34c2 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180-project-******] http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 returned with HTTP 200 -Jan 03 20:36:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 31/61] 10.201.9.223 () {58 vars in 1173 bytes} [Fri Jan 3 20:36:36 2025] GET /volume/v3/capabilities/ubuntu@3par2 => generated 5082 bytes in 524 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ab49d319-fef5-401c-af91-96f0c76b52f6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ab49d319-fef5-401c-af91-96f0c76b52f6 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ab49d319-fef5-401c-af91-96f0c76b52f6 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1611693771"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ab49d319-fef5-401c-af91-96f0c76b52f6 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 31/62] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:36:38 2025] POST /volume/v3/types => generated 224 bytes in 104 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-118185ab-334e-4109-9743-7745773241f5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-118185ab-334e-4109-9743-7745773241f5 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:36:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-118185ab-334e-4109-9743-7745773241f5 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-885658947"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-118185ab-334e-4109-9743-7745773241f5 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:36:38 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 32/63] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:36:38 2025] POST /volume/v3/group_types => generated 180 bytes in 26 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "a0bf1acf-3655-450b-b225-d9ffca351699", "volume_types": ["8c38e5c8-7a9e-4b33-b833-ef51e90c5e53"], "name": "tempest-GroupSnapshotsTest-Group-695510371"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating new group {'group': {'group_type': 'a0bf1acf-3655-450b-b225-d9ffca351699', 'volume_types': ['8c38e5c8-7a9e-4b33-b833-ef51e90c5e53'], 'name': 'tempest-GroupSnapshotsTest-Group-695510371'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating group tempest-GroupSnapshotsTest-Group-695510371. -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability zone cache updated, next update will occur around 2025-01-03 21:36:38.986455. {{(pid=115586) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} -Jan 03 20:36:38 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['f99efca8-b029-4f3f-827c-a4fb24a975f1'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:39 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:36:39 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 32/64] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:36:38 2025] POST /volume/v3/groups => generated 111 bytes in 142 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8a22871f-28bf-41c4-a259-fb76c45deac4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8a22871f-28bf-41c4-a259-fb76c45deac4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8a22871f-28bf-41c4-a259-fb76c45deac4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8a22871f-28bf-41c4-a259-fb76c45deac4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-8a22871f-28bf-41c4-a259-fb76c45deac4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 42e503ea-8214-4ef5-a147-d82957286515 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8a22871f-28bf-41c4-a259-fb76c45deac4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 returned with HTTP 200 -Jan 03 20:36:39 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 33/65] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:39 2025] GET /volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 => generated 391 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ce3efc38-2902-405b-9ea5-8abf923f0d5d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ce3efc38-2902-405b-9ea5-8abf923f0d5d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ce3efc38-2902-405b-9ea5-8abf923f0d5d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ce3efc38-2902-405b-9ea5-8abf923f0d5d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-ce3efc38-2902-405b-9ea5-8abf923f0d5d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 42e503ea-8214-4ef5-a147-d82957286515 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ce3efc38-2902-405b-9ea5-8abf923f0d5d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 returned with HTTP 200 -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 33/66] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:40 2025] GET /volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 => generated 392 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1250849673", "volume_type": "8c38e5c8-7a9e-4b33-b833-ef51e90c5e53", "group_id": "42e503ea-8214-4ef5-a147-d82957286515", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1250849673', 'volume_type': '8c38e5c8-7a9e-4b33-b833-ef51e90c5e53', 'group_id': '42e503ea-8214-4ef5-a147-d82957286515', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume of 1 GB -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (727f14ef-7e65-490f-9ef0-0abc51c87876) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5395feb0-0c15-490b-a1d3-c4308aa6c95b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5395feb0-0c15-490b-a1d3-c4308aa6c95b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:36:39Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-1611693771',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '8c38e5c8-7a9e-4b33-b833-ef51e90c5e53', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '42e503ea-8214-4ef5-a147-d82957286515', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (50641e49-3e8d-4d41-8aa4-7a4a87a1e6b4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-1611693771 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-1611693771, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1611693771 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1611693771, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['a67e71da-5a65-47df-95e1-5b8bf95abf52', '51dbb59c-e138-4401-ab30-6267c3531465', 'c88048f0-ee9a-4eab-a725-ce8eced2d499', '7e0a47f2-6e9f-4069-9c0e-e62bcfa4ee18'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (50641e49-3e8d-4d41-8aa4-7a4a87a1e6b4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['a67e71da-5a65-47df-95e1-5b8bf95abf52', '51dbb59c-e138-4401-ab30-6267c3531465', 'c88048f0-ee9a-4eab-a725-ce8eced2d499', '7e0a47f2-6e9f-4069-9c0e-e62bcfa4ee18']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7396fa8d-dadf-45a9-a797-11042a21e1d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7396fa8d-dadf-45a9-a797-11042a21e1d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '64135d8d-dbdd-44a9-99dc-70a3517ecf35', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1250849673',encryption_key_id=None,group_id=42e503ea-8214-4ef5-a147-d82957286515,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['a67e71da-5a65-47df-95e1-5b8bf95abf52','51dbb59c-e138-4401-ab30-6267c3531465','c88048f0-ee9a-4eab-a725-ce8eced2d499','7e0a47f2-6e9f-4069-9c0e-e62bcfa4ee18'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1250849673',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=42e503ea-8214-4ef5-a147-d82957286515,host=None,id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53),volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (31644cf1-22e1-48c9-b169-dadc9f501e7d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (31644cf1-22e1-48c9-b169-dadc9f501e7d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1250849673',encryption_key_id=None,group_id=42e503ea-8214-4ef5-a147-d82957286515,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['a67e71da-5a65-47df-95e1-5b8bf95abf52','51dbb59c-e138-4401-ab30-6267c3531465','c88048f0-ee9a-4eab-a725-ce8eced2d499','7e0a47f2-6e9f-4069-9c0e-e62bcfa4ee18'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2c83cb13-1eca-4975-8d95-cbce447db639) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2c83cb13-1eca-4975-8d95-cbce447db639) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (727f14ef-7e65-490f-9ef0-0abc51c87876) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request issued successfully. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:40 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 34/67] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:36:40 2025] POST /volume/v3/volumes => generated 825 bytes in 173 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bae9c82e-05ff-46ae-8779-a349c82fb166 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 returned with HTTP 200 -Jan 03 20:36:40 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 34/68] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:40 2025] GET /volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 => generated 893 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7e95b027-a6dc-4030-b400-a1e3c4887f77 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 returned with HTTP 200 -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 35/69] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:41 2025] GET /volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 => generated 918 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d26f0423-371e-420c-8905-58c347bede9d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/group_snapshots -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "42e503ea-8214-4ef5-a147-d82957286515", "name": "tempest-group_snapshot-1390599946"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': '42e503ea-8214-4ef5-a147-d82957286515', 'name': 'tempest-group_snapshot-1390599946'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.group_snapshots [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating group_snapshot tempest-group_snapshot-1390599946. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1611693771 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1611693771, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-1611693771 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-1611693771, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['ae49a842-e689-4fa6-807b-f68314d43632', '3df4ee67-23ac-483b-9f1f-88f7718fd42f', 'bf1c8d65-03b1-466d-8cac-460e583462bd', '37262843-4fcf-4771-b6b4-132e9a2abbd8'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 -Jan 03 20:36:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 35/70] 10.201.9.223 () {62 vars in 1206 bytes} [Fri Jan 3 20:36:41 2025] POST /volume/v3/group_snapshots => generated 168 bytes in 114 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ac907028-1fba-454d-b882-6f4a1666a12c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ac907028-1fba-454d-b882-6f4a1666a12c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ac907028-1fba-454d-b882-6f4a1666a12c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ac907028-1fba-454d-b882-6f4a1666a12c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-ac907028-1fba-454d-b882-6f4a1666a12c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9a2f89f0-6d28-450d-ae73-b364844ce216 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ac907028-1fba-454d-b882-6f4a1666a12c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 returned with HTTP 200 -Jan 03 20:36:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 36/71] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:36:41 2025] GET /volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 => generated 307 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e7d87655-4008-4c49-911b-9e02993e62b9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e7d87655-4008-4c49-911b-9e02993e62b9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e7d87655-4008-4c49-911b-9e02993e62b9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e7d87655-4008-4c49-911b-9e02993e62b9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-e7d87655-4008-4c49-911b-9e02993e62b9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9a2f89f0-6d28-450d-ae73-b364844ce216 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e7d87655-4008-4c49-911b-9e02993e62b9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 returned with HTTP 200 -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 36/72] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:36:42 2025] GET /volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 => generated 308 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all snapshots completed successfully. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-584204eb-3e6f-4da4-8fff-64e0681efaf9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 37/73] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:36:42 2025] GET /volume/v3/snapshots/detail => generated 454 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-012972aa-cd30-498e-9bdd-92ab554be16d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-012972aa-cd30-498e-9bdd-92ab554be16d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-012972aa-cd30-498e-9bdd-92ab554be16d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-012972aa-cd30-498e-9bdd-92ab554be16d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-012972aa-cd30-498e-9bdd-92ab554be16d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Snapshot retrieved successfully. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-012972aa-cd30-498e-9bdd-92ab554be16d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 returned with HTTP 200 -Jan 03 20:36:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 37/74] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:42 2025] GET /volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 => generated 451 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5c31331e-7c58-4c68-9d52-48d6c24597db None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups/action -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action body: b'{"create-from-src": {"group_snapshot_id": "9a2f89f0-6d28-450d-ae73-b364844ce216", "name": "tempest-Group_from_snap-848721437"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'action', calling method: version_select, body: {"create-from-src": {"group_snapshot_id": "9a2f89f0-6d28-450d-ae73-b364844ce216", "name": "tempest-Group_from_snap-848721437"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating new group {'create-from-src': {'group_snapshot_id': '9a2f89f0-6d28-450d-ae73-b364844ce216', 'name': 'tempest-Group_from_snap-848721437'}}. {{(pid=115585) create_from_src /opt/stack/cinder/cinder/api/v3/groups.py:236}} -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating group tempest-Group_from_snap-848721437 from group_snapshot 9a2f89f0-6d28-450d-ae73-b364844ce216. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['45d009d7-b988-4ca8-82df-d1c901b28d6e'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: INFO cinder.group.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] A mapping entry already exists for group 9eae3fe4-d66e-452c-8dd7-f7c050111719 and volume type 8c38e5c8-7a9e-4b33-b833-ef51e90c5e53. Do not need to create again. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability zone cache updated, next update will occur around 2025-01-03 21:36:43.260044. {{(pid=115585) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (68e654af-d8a2-435e-a1cb-67894e6a5464) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (68a8420e-df84-418d-8006-cd3c48ab4c79) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Validating volume size '1' using validate_int, validate_snap_size {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (68a8420e-df84-418d-8006-cd3c48ab4c79) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': '40cbd2b4-2052-4f12-aa6f-d687eba1dd08', 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:36:39Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-1611693771',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '8c38e5c8-7a9e-4b33-b833-ef51e90c5e53', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '9eae3fe4-d66e-452c-8dd7-f7c050111719', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c41184d3-5194-405e-a7b0-9b812bc2d36a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['6a64d2e2-2393-442d-bc02-2ad6a7badc7c', 'e928983f-ad1b-43c9-8ceb-23bc1c3a1287'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c41184d3-5194-405e-a7b0-9b812bc2d36a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['6a64d2e2-2393-442d-bc02-2ad6a7badc7c', 'e928983f-ad1b-43c9-8ceb-23bc1c3a1287']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e3054ce2-565b-4684-b4b0-0fdae3e95aaf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e3054ce2-565b-4684-b4b0-0fdae3e95aaf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a27ec31c-c287-4070-978a-1a334d5a1b93', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=9eae3fe4-d66e-452c-8dd7-f7c050111719,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['6a64d2e2-2393-442d-bc02-2ad6a7badc7c','e928983f-ad1b-43c9-8ceb-23bc1c3a1287'],size=1,snapshot_id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:43Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9eae3fe4-d66e-452c-8dd7-f7c050111719,host=None,id=a27ec31c-c287-4070-978a-1a334d5a1b93,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53),volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2f466d57-40bf-4a6a-a5ca-7a89f7f21446) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2f466d57-40bf-4a6a-a5ca-7a89f7f21446) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=9eae3fe4-d66e-452c-8dd7-f7c050111719,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['6a64d2e2-2393-442d-bc02-2ad6a7badc7c','e928983f-ad1b-43c9-8ceb-23bc1c3a1287'],size=1,snapshot_id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (68e654af-d8a2-435e-a1cb-67894e6a5464) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request issued successfully. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/action returned with HTTP 202 -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 38/75] 10.201.9.223 () {62 vars in 1200 bytes} [Fri Jan 3 20:36:42 2025] POST /volume/v3/groups/action => generated 102 bytes in 729 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-507f337a-391f-4ff9-8227-14c0759bd082 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-507f337a-391f-4ff9-8227-14c0759bd082 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 38/76] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:36:43 2025] GET /volume/v3/volumes/detail => generated 1839 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8840fe97-030b-4a1c-aa2b-1032307f194b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8840fe97-030b-4a1c-aa2b-1032307f194b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 returned with HTTP 200 -Jan 03 20:36:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 39/77] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:43 2025] GET /volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 => generated 928 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07dc590b-4443-4b47-8e94-7d6e95378aa1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 returned with HTTP 200 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 39/78] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:44 2025] GET /volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 => generated 929 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4a2b9978-8378-4534-8874-3063822fec37 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a2b9978-8378-4534-8874-3063822fec37 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a2b9978-8378-4534-8874-3063822fec37 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a2b9978-8378-4534-8874-3063822fec37 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-4a2b9978-8378-4534-8874-3063822fec37 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9eae3fe4-d66e-452c-8dd7-f7c050111719 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a2b9978-8378-4534-8874-3063822fec37 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719 returned with HTTP 200 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 40/79] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:44 2025] GET /volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719 => generated 417 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d1a48453-014d-418d-8101-14474e01e7b0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d1a48453-014d-418d-8101-14474e01e7b0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 40/80] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:36:44 2025] GET /volume/v3/volumes/detail => generated 1840 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719/action -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'action', calling method: version_select, body: {"delete": {"delete-volumes": true}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for group 9eae3fe4-d66e-452c-8dd7-f7c050111719 {{(pid=115585) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group with id: 9eae3fe4-d66e-452c-8dd7-f7c050111719 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719/action returned with HTTP 202 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 41/81] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:36:44 2025] POST /volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719/action => generated 0 bytes in 74 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-42e787eb-a098-4e01-8898-d1238ac9bcfe tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 returned with HTTP 200 -Jan 03 20:36:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 41/82] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:44 2025] GET /volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 => generated 928 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-51758ff3-d845-4851-8d76-faa890b14093 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51758ff3-d845-4851-8d76-faa890b14093 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51758ff3-d845-4851-8d76-faa890b14093 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51758ff3-d845-4851-8d76-faa890b14093 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51758ff3-d845-4851-8d76-faa890b14093 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 returned with HTTP 404 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 42/83] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:45 2025] GET /volume/v3/volumes/a27ec31c-c287-4070-978a-1a334d5a1b93 => generated 109 bytes in 25 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9c2ffa1d-a856-483a-b96d-fbb325d78983 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9c2ffa1d-a856-483a-b96d-fbb325d78983 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9c2ffa1d-a856-483a-b96d-fbb325d78983 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9c2ffa1d-a856-483a-b96d-fbb325d78983 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-9c2ffa1d-a856-483a-b96d-fbb325d78983 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9eae3fe4-d66e-452c-8dd7-f7c050111719 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9c2ffa1d-a856-483a-b96d-fbb325d78983 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719 returned with HTTP 404 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 42/84] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:45 2025] GET /volume/v3/groups/9eae3fe4-d66e-452c-8dd7-f7c050111719 => generated 108 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for member 9a2f89f0-6d28-450d-ae73-b364844ce216 {{(pid=115585) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.group_snapshots [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group_snapshot with id: 9a2f89f0-6d28-450d-ae73-b364844ce216 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 returned with HTTP 202 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 43/85] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:36:45 2025] DELETE /volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-881ab176-924a-4303-888c-be2b65ee27ee None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-881ab176-924a-4303-888c-be2b65ee27ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 43/86] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:36:45 2025] GET /volume/v3/volumes/detail => generated 921 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all snapshots completed successfully. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4ac2bbed-4f53-4ee5-8c24-0c4c5f011c12 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 44/87] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:36:45 2025] GET /volume/v3/snapshots/detail => generated 453 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d7de06cc-d65c-41ff-b9e6-8e7e743c8787 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d7de06cc-d65c-41ff-b9e6-8e7e743c8787 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d7de06cc-d65c-41ff-b9e6-8e7e743c8787 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d7de06cc-d65c-41ff-b9e6-8e7e743c8787 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d7de06cc-d65c-41ff-b9e6-8e7e743c8787 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Snapshot retrieved successfully. -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d7de06cc-d65c-41ff-b9e6-8e7e743c8787 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 returned with HTTP 200 -Jan 03 20:36:45 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 44/88] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:45 2025] GET /volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 => generated 450 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-13fdef02-ed85-4133-9636-a62ea52e04da None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13fdef02-ed85-4133-9636-a62ea52e04da tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13fdef02-ed85-4133-9636-a62ea52e04da tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13fdef02-ed85-4133-9636-a62ea52e04da tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13fdef02-ed85-4133-9636-a62ea52e04da tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 returned with HTTP 404 -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 45/89] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:46 2025] GET /volume/v3/snapshots/40cbd2b4-2052-4f12-aa6f-d687eba1dd08 => generated 111 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e93ad9a1-daa1-435c-8b62-173abaeffbd9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e93ad9a1-daa1-435c-8b62-173abaeffbd9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 -Jan 03 20:36:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e93ad9a1-daa1-435c-8b62-173abaeffbd9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e93ad9a1-daa1-435c-8b62-173abaeffbd9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-e93ad9a1-daa1-435c-8b62-173abaeffbd9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9a2f89f0-6d28-450d-ae73-b364844ce216 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e93ad9a1-daa1-435c-8b62-173abaeffbd9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 returned with HTTP 404 -Jan 03 20:36:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 45/90] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:36:46 2025] GET /volume/v3/group_snapshots/9a2f89f0-6d28-450d-ae73-b364844ce216 => generated 116 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2e53c313-74da-4553-aadd-8a41cd223d49 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:46 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2e53c313-74da-4553-aadd-8a41cd223d49 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 46/91] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:36:46 2025] GET /volume/v3/volumes/detail => generated 921 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515/action -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'action', calling method: version_select, body: {"delete": {"delete-volumes": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for group 42e503ea-8214-4ef5-a147-d82957286515 {{(pid=115586) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group with id: 42e503ea-8214-4ef5-a147-d82957286515 -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515/action returned with HTTP 202 -Jan 03 20:36:47 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 46/92] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:36:47 2025] POST /volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515/action => generated 0 bytes in 64 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fdd36e05-289d-4704-a12a-8d8016e8f7c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 returned with HTTP 200 -Jan 03 20:36:47 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 47/93] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:47 2025] GET /volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 => generated 917 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-64b6cd44-d14a-43e8-b3e3-2f1da8bd4e0d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-64b6cd44-d14a-43e8-b3e3-2f1da8bd4e0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-64b6cd44-d14a-43e8-b3e3-2f1da8bd4e0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-64b6cd44-d14a-43e8-b3e3-2f1da8bd4e0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-64b6cd44-d14a-43e8-b3e3-2f1da8bd4e0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 returned with HTTP 404 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 47/94] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:48 2025] GET /volume/v3/volumes/64135d8d-dbdd-44a9-99dc-70a3517ecf35 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b9f2b443-6464-44db-9b31-5019347a1b6f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b9f2b443-6464-44db-9b31-5019347a1b6f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b9f2b443-6464-44db-9b31-5019347a1b6f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b9f2b443-6464-44db-9b31-5019347a1b6f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-b9f2b443-6464-44db-9b31-5019347a1b6f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 42e503ea-8214-4ef5-a147-d82957286515 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b9f2b443-6464-44db-9b31-5019347a1b6f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 returned with HTTP 404 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 48/95] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:48 2025] GET /volume/v3/groups/42e503ea-8214-4ef5-a147-d82957286515 => generated 108 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-71df3d08-bc7b-4ac8-bc55-d6348a005934 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-71df3d08-bc7b-4ac8-bc55-d6348a005934 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] DELETE http://10.201.9.223/volume/v3/group_types/a0bf1acf-3655-450b-b225-d9ffca351699 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-71df3d08-bc7b-4ac8-bc55-d6348a005934 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-71df3d08-bc7b-4ac8-bc55-d6348a005934 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-71df3d08-bc7b-4ac8-bc55-d6348a005934 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/group_types/a0bf1acf-3655-450b-b225-d9ffca351699 returned with HTTP 202 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 48/96] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:36:48 2025] DELETE /volume/v3/group_types/a0bf1acf-3655-450b-b225-d9ffca351699 => generated 0 bytes in 26 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-13c4bfc2-d359-411e-9d2e-c9465eb72e37 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13c4bfc2-d359-411e-9d2e-c9465eb72e37 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] DELETE http://10.201.9.223/volume/v3/types/8c38e5c8-7a9e-4b33-b833-ef51e90c5e53 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13c4bfc2-d359-411e-9d2e-c9465eb72e37 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13c4bfc2-d359-411e-9d2e-c9465eb72e37 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13c4bfc2-d359-411e-9d2e-c9465eb72e37 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types/8c38e5c8-7a9e-4b33-b833-ef51e90c5e53 returned with HTTP 202 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 49/97] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:36:48 2025] DELETE /volume/v3/types/8c38e5c8-7a9e-4b33-b833-ef51e90c5e53 => generated 0 bytes in 49 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-76bbdbbc-8b92-4080-ad4c-0b722cc39d5d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-76bbdbbc-8b92-4080-ad4c-0b722cc39d5d tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] GET http://10.201.9.223/volume/v3/types/8c38e5c8-7a9e-4b33-b833-ef51e90c5e53 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-76bbdbbc-8b92-4080-ad4c-0b722cc39d5d tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-76bbdbbc-8b92-4080-ad4c-0b722cc39d5d tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-76bbdbbc-8b92-4080-ad4c-0b722cc39d5d tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types/8c38e5c8-7a9e-4b33-b833-ef51e90c5e53 returned with HTTP 404 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 49/98] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:36:48 2025] GET /volume/v3/types/8c38e5c8-7a9e-4b33-b833-ef51e90c5e53 => generated 114 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-53e55aa6-9364-4647-8c62-3d0c7c7f3590 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-53e55aa6-9364-4647-8c62-3d0c7c7f3590 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-53e55aa6-9364-4647-8c62-3d0c7c7f3590 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-44207785"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-53e55aa6-9364-4647-8c62-3d0c7c7f3590 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 50/99] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:36:48 2025] POST /volume/v3/types => generated 222 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-12d9bfb4-b366-4c58-a119-3b347d27c166 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-12d9bfb4-b366-4c58-a119-3b347d27c166 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-12d9bfb4-b366-4c58-a119-3b347d27c166 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1267363621"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-12d9bfb4-b366-4c58-a119-3b347d27c166 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 50/100] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:36:48 2025] POST /volume/v3/group_types => generated 181 bytes in 18 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c", "volume_types": ["a7e05f42-db7e-4ca8-8f24-23c416831b6f"], "name": "tempest-GroupSnapshotsTest-Group-2130914112"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating new group {'group': {'group_type': '51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c', 'volume_types': ['a7e05f42-db7e-4ca8-8f24-23c416831b6f'], 'name': 'tempest-GroupSnapshotsTest-Group-2130914112'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating group tempest-GroupSnapshotsTest-Group-2130914112. -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['29c2d701-6cd3-4cb9-9fa5-f21f42cf3434'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 51/101] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:36:48 2025] POST /volume/v3/groups => generated 112 bytes in 51 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-98eed63f-39ec-46fc-afb0-075a833a70f6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98eed63f-39ec-46fc-afb0-075a833a70f6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98eed63f-39ec-46fc-afb0-075a833a70f6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98eed63f-39ec-46fc-afb0-075a833a70f6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-98eed63f-39ec-46fc-afb0-075a833a70f6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98eed63f-39ec-46fc-afb0-075a833a70f6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 51/102] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:48 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 392 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cc8e97a2-dd9a-40fa-a179-ceeb630427ab None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cc8e97a2-dd9a-40fa-a179-ceeb630427ab tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cc8e97a2-dd9a-40fa-a179-ceeb630427ab tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cc8e97a2-dd9a-40fa-a179-ceeb630427ab tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-cc8e97a2-dd9a-40fa-a179-ceeb630427ab tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cc8e97a2-dd9a-40fa-a179-ceeb630427ab tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 52/103] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:49 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 393 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1462300380", "volume_type": "a7e05f42-db7e-4ca8-8f24-23c416831b6f", "group_id": "9f135d92-5dc6-4b5c-86df-2eb1b0044ac0", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1462300380', 'volume_type': 'a7e05f42-db7e-4ca8-8f24-23c416831b6f', 'group_id': '9f135d92-5dc6-4b5c-86df-2eb1b0044ac0', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume of 1 GB -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability zone cache updated, next update will occur around 2025-01-03 21:36:49.480650. {{(pid=115586) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/engines/action_engine/process_executor.py:17: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: import asyncore -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (4235b68a-fba1-43fa-ae2a-0bc2a099e1a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1f9b04bf-3138-410a-862f-d5514bf6a24a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1f9b04bf-3138-410a-862f-d5514bf6a24a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=a7e05f42-db7e-4ca8-8f24-23c416831b6f,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-44207785',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'a7e05f42-db7e-4ca8-8f24-23c416831b6f', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '9f135d92-5dc6-4b5c-86df-2eb1b0044ac0', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (50fbe009-9385-4787-8742-14a791ececee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['65dcb5ca-8683-45df-89d4-8ffb54a80aa1', '1f308e57-bf56-4ff3-a749-430eba1cc7e5', 'aea7c59f-694e-4b82-b72c-e097c2ecb63f', '064bdb98-d408-4836-9019-cba38acb762a'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (50fbe009-9385-4787-8742-14a791ececee) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['65dcb5ca-8683-45df-89d4-8ffb54a80aa1', '1f308e57-bf56-4ff3-a749-430eba1cc7e5', 'aea7c59f-694e-4b82-b72c-e097c2ecb63f', '064bdb98-d408-4836-9019-cba38acb762a']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d11654d5-4078-46f8-b2dc-68a94c339cb4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d11654d5-4078-46f8-b2dc-68a94c339cb4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '9f498909-19c8-4d7d-9708-25c3edcd457c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1462300380',encryption_key_id=None,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['65dcb5ca-8683-45df-89d4-8ffb54a80aa1','1f308e57-bf56-4ff3-a749-430eba1cc7e5','aea7c59f-694e-4b82-b72c-e097c2ecb63f','064bdb98-d408-4836-9019-cba38acb762a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1462300380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host=None,id=9f498909-19c8-4d7d-9708-25c3edcd457c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (cc527446-1ccd-453c-a732-7d0275334320) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (cc527446-1ccd-453c-a732-7d0275334320) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1462300380',encryption_key_id=None,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['65dcb5ca-8683-45df-89d4-8ffb54a80aa1','1f308e57-bf56-4ff3-a749-430eba1cc7e5','aea7c59f-694e-4b82-b72c-e097c2ecb63f','064bdb98-d408-4836-9019-cba38acb762a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (169885a1-9b3d-4416-936f-7bcab537dd43) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (169885a1-9b3d-4416-936f-7bcab537dd43) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (4235b68a-fba1-43fa-ae2a-0bc2a099e1a6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request issued successfully. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 52/104] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:36:49 2025] POST /volume/v3/volumes => generated 823 bytes in 191 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-debd9fb3-4880-4692-aba0-1cdb91bf18a0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c returned with HTTP 200 -Jan 03 20:36:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 53/105] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:49 2025] GET /volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c => generated 891 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1737ba50-35d2-4de9-bb11-c26e2966cb68 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c returned with HTTP 200 -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 53/106] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:50 2025] GET /volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c => generated 916 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1646963465", "volume_type": "a7e05f42-db7e-4ca8-8f24-23c416831b6f", "group_id": "9f135d92-5dc6-4b5c-86df-2eb1b0044ac0", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1646963465', 'volume_type': 'a7e05f42-db7e-4ca8-8f24-23c416831b6f', 'group_id': '9f135d92-5dc6-4b5c-86df-2eb1b0044ac0', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume of 1 GB -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (32868772-1d3d-4f31-aa2e-89c115fdfb59) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7ac31a22-0bbf-42fe-aaba-234077fe8462) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7ac31a22-0bbf-42fe-aaba-234077fe8462) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=a7e05f42-db7e-4ca8-8f24-23c416831b6f,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-44207785',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'a7e05f42-db7e-4ca8-8f24-23c416831b6f', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '9f135d92-5dc6-4b5c-86df-2eb1b0044ac0', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6017b883-3af8-4893-a8fe-e6c78c4d5866) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['0ea917d0-9e7b-4d17-b6f6-3d8e4af59f83', '1ba1be74-e232-43ee-a8c4-4060efb89a91', '0ebd1bdc-08d7-4305-b32e-524123593e9c', 'c713fb49-095a-4eb0-bdc9-2bcae335644e'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6017b883-3af8-4893-a8fe-e6c78c4d5866) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0ea917d0-9e7b-4d17-b6f6-3d8e4af59f83', '1ba1be74-e232-43ee-a8c4-4060efb89a91', '0ebd1bdc-08d7-4305-b32e-524123593e9c', 'c713fb49-095a-4eb0-bdc9-2bcae335644e']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (32ebd9de-75dd-4c01-a1e8-93aceb81b8ec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (32ebd9de-75dd-4c01-a1e8-93aceb81b8ec) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'e9dd680f-11c8-4eb0-b30e-28880f57274a', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1646963465',encryption_key_id=None,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['0ea917d0-9e7b-4d17-b6f6-3d8e4af59f83','1ba1be74-e232-43ee-a8c4-4060efb89a91','0ebd1bdc-08d7-4305-b32e-524123593e9c','c713fb49-095a-4eb0-bdc9-2bcae335644e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1646963465',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host=None,id=e9dd680f-11c8-4eb0-b30e-28880f57274a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7ff8815a-9dfd-48dc-85a2-5a59c8c19532) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7ff8815a-9dfd-48dc-85a2-5a59c8c19532) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1646963465',encryption_key_id=None,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['0ea917d0-9e7b-4d17-b6f6-3d8e4af59f83','1ba1be74-e232-43ee-a8c4-4060efb89a91','0ebd1bdc-08d7-4305-b32e-524123593e9c','c713fb49-095a-4eb0-bdc9-2bcae335644e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dcdcbd82-cdae-4231-b284-75ca72e37b18) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dcdcbd82-cdae-4231-b284-75ca72e37b18) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (32868772-1d3d-4f31-aa2e-89c115fdfb59) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request issued successfully. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:36:50 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 54/107] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:36:50 2025] POST /volume/v3/volumes => generated 823 bytes in 133 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34c7928d-a9e2-4a75-9f12-0542d1edd7c4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a returned with HTTP 200 -Jan 03 20:36:50 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 54/108] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:50 2025] GET /volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a => generated 891 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5370bc38-6394-4f11-b096-a527f0daf41a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5370bc38-6394-4f11-b096-a527f0daf41a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a returned with HTTP 200 -Jan 03 20:36:51 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 55/109] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:51 2025] GET /volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a => generated 916 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] PUT http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'update', calling method: version_select, body: {"group": {"remove_volumes": "9f498909-19c8-4d7d-9708-25c3edcd457c"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Update called for group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0. {{(pid=115586) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} -Jan 03 20:36:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Updating group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 with name None description: None add_volumes: None remove_volumes: 9f498909-19c8-4d7d-9708-25c3edcd457c. -Jan 03 20:36:52 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:52 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 202 -Jan 03 20:36:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 55/110] 10.201.9.223 () {62 vars in 1288 bytes} [Fri Jan 3 20:36:51 2025] PUT /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-855dcb3e-eddc-43f9-b07f-6f09bd0c335d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-855dcb3e-eddc-43f9-b07f-6f09bd0c335d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-855dcb3e-eddc-43f9-b07f-6f09bd0c335d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-855dcb3e-eddc-43f9-b07f-6f09bd0c335d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-855dcb3e-eddc-43f9-b07f-6f09bd0c335d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-855dcb3e-eddc-43f9-b07f-6f09bd0c335d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 56/111] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:52 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 392 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-008e8b93-fd9c-4364-bfe6-93e559b03f1c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-008e8b93-fd9c-4364-bfe6-93e559b03f1c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-008e8b93-fd9c-4364-bfe6-93e559b03f1c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-008e8b93-fd9c-4364-bfe6-93e559b03f1c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-008e8b93-fd9c-4364-bfe6-93e559b03f1c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-008e8b93-fd9c-4364-bfe6-93e559b03f1c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 56/112] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:53 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 393 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] PUT http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'update', calling method: version_select, body: {"group": {"add_volumes": "9f498909-19c8-4d7d-9708-25c3edcd457c"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Update called for group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0. {{(pid=115585) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Updating group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 with name None description: None add_volumes: 9f498909-19c8-4d7d-9708-25c3edcd457c remove_volumes: None. -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 202 -Jan 03 20:36:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 57/113] 10.201.9.223 () {62 vars in 1288 bytes} [Fri Jan 3 20:36:53 2025] PUT /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f1e7c256-a941-4c17-b9e8-ff663ad4eb0d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f1e7c256-a941-4c17-b9e8-ff663ad4eb0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f1e7c256-a941-4c17-b9e8-ff663ad4eb0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f1e7c256-a941-4c17-b9e8-ff663ad4eb0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-f1e7c256-a941-4c17-b9e8-ff663ad4eb0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f1e7c256-a941-4c17-b9e8-ff663ad4eb0d tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:53 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 57/114] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:53 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 392 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-94e65343-c990-417b-b536-8ca499fb2a34 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-94e65343-c990-417b-b536-8ca499fb2a34 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-94e65343-c990-417b-b536-8ca499fb2a34 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-94e65343-c990-417b-b536-8ca499fb2a34 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-94e65343-c990-417b-b536-8ca499fb2a34 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-94e65343-c990-417b-b536-8ca499fb2a34 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 58/115] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:54 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 393 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] PUT http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'update', calling method: version_select, body: {"group": {"remove_volumes": "e9dd680f-11c8-4eb0-b30e-28880f57274a"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Update called for group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0. {{(pid=115586) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Updating group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 with name None description: None add_volumes: None remove_volumes: e9dd680f-11c8-4eb0-b30e-28880f57274a. -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 202 -Jan 03 20:36:54 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 58/116] 10.201.9.223 () {62 vars in 1288 bytes} [Fri Jan 3 20:36:54 2025] PUT /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9d3773bc-d7df-472c-8edd-bce8756fa31b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9d3773bc-d7df-472c-8edd-bce8756fa31b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9d3773bc-d7df-472c-8edd-bce8756fa31b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9d3773bc-d7df-472c-8edd-bce8756fa31b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-9d3773bc-d7df-472c-8edd-bce8756fa31b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9d3773bc-d7df-472c-8edd-bce8756fa31b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:54 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 59/117] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:54 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 392 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-963672b4-bc60-406e-83ff-adab0e918935 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-963672b4-bc60-406e-83ff-adab0e918935 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-963672b4-bc60-406e-83ff-adab0e918935 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-963672b4-bc60-406e-83ff-adab0e918935 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-963672b4-bc60-406e-83ff-adab0e918935 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-963672b4-bc60-406e-83ff-adab0e918935 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 59/118] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:55 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 393 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] PUT http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'update', calling method: version_select, body: {"group": {"add_volumes": "e9dd680f-11c8-4eb0-b30e-28880f57274a"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Update called for group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0. {{(pid=115585) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Updating group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 with name None description: None add_volumes: e9dd680f-11c8-4eb0-b30e-28880f57274a remove_volumes: None. -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 202 -Jan 03 20:36:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 60/119] 10.201.9.223 () {62 vars in 1288 bytes} [Fri Jan 3 20:36:55 2025] PUT /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ee5d91ca-48d2-40c9-9fc2-6cc7c05e0212 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ee5d91ca-48d2-40c9-9fc2-6cc7c05e0212 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ee5d91ca-48d2-40c9-9fc2-6cc7c05e0212 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ee5d91ca-48d2-40c9-9fc2-6cc7c05e0212 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-ee5d91ca-48d2-40c9-9fc2-6cc7c05e0212 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ee5d91ca-48d2-40c9-9fc2-6cc7c05e0212 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 60/120] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:55 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 392 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ee99c4e7-7905-4ac4-a113-50b412da611f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ee99c4e7-7905-4ac4-a113-50b412da611f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ee99c4e7-7905-4ac4-a113-50b412da611f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ee99c4e7-7905-4ac4-a113-50b412da611f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-ee99c4e7-7905-4ac4-a113-50b412da611f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ee99c4e7-7905-4ac4-a113-50b412da611f tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 200 -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 61/121] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:36:56 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 393 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-686c9f07-b551-42f1-8d4f-b4ca4975689a tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 61/122] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:36:56 2025] GET /volume/v3/volumes/detail => generated 1825 bytes in 56 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/group_snapshots -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "9f135d92-5dc6-4b5c-86df-2eb1b0044ac0", "name": "tempest-GroupSnapshotsTest-Group_Snapshot-1914088254"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': '9f135d92-5dc6-4b5c-86df-2eb1b0044ac0', 'name': 'tempest-GroupSnapshotsTest-Group_Snapshot-1914088254'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.group_snapshots [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating group_snapshot tempest-GroupSnapshotsTest-Group_Snapshot-1914088254. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['8d82740c-f218-4890-a896-d9789b8699f9', '40ab320b-8714-4d33-9985-42fa949cca29', '101f562c-ef7b-4a69-9163-d4174de6bd63', '38b8c821-bda0-4ae1-931e-7ef0ac6c2f53'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 -Jan 03 20:36:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 62/123] 10.201.9.223 () {62 vars in 1206 bytes} [Fri Jan 3 20:36:56 2025] POST /volume/v3/group_snapshots => generated 187 bytes in 120 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e6f0f4de-230d-4b09-bf32-544c534132db None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e6f0f4de-230d-4b09-bf32-544c534132db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e6f0f4de-230d-4b09-bf32-544c534132db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e6f0f4de-230d-4b09-bf32-544c534132db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-e6f0f4de-230d-4b09-bf32-544c534132db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 265e1798-134f-4f28-bc47-3f353e6e09ba {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e6f0f4de-230d-4b09-bf32-544c534132db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba returned with HTTP 200 -Jan 03 20:36:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 62/124] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:36:56 2025] GET /volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba => generated 326 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-33de7b4c-fb7b-426f-9c4a-49929b81e4ee None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-33de7b4c-fb7b-426f-9c4a-49929b81e4ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-33de7b4c-fb7b-426f-9c4a-49929b81e4ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-33de7b4c-fb7b-426f-9c4a-49929b81e4ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-33de7b4c-fb7b-426f-9c4a-49929b81e4ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 265e1798-134f-4f28-bc47-3f353e6e09ba {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-33de7b4c-fb7b-426f-9c4a-49929b81e4ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba returned with HTTP 200 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 63/125] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:36:57 2025] GET /volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba => generated 327 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all snapshots completed successfully. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5ec49bf4-2a73-407d-99fe-65176e040d94 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 63/126] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:36:57 2025] GET /volume/v3/snapshots/detail => generated 931 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-61b74e26-1f6b-4691-9769-e286f7b6f9fd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-61b74e26-1f6b-4691-9769-e286f7b6f9fd tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-61b74e26-1f6b-4691-9769-e286f7b6f9fd tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-61b74e26-1f6b-4691-9769-e286f7b6f9fd tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-61b74e26-1f6b-4691-9769-e286f7b6f9fd tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Snapshot retrieved successfully. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-61b74e26-1f6b-4691-9769-e286f7b6f9fd tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 returned with HTTP 200 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 64/127] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:57 2025] GET /volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 => generated 470 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-49712f74-4ece-42ea-b780-897500a4a8ee None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-49712f74-4ece-42ea-b780-897500a4a8ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/59f9bf85-ea35-4081-9a03-c516ddb08e33 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-49712f74-4ece-42ea-b780-897500a4a8ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-49712f74-4ece-42ea-b780-897500a4a8ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-49712f74-4ece-42ea-b780-897500a4a8ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Snapshot retrieved successfully. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-49712f74-4ece-42ea-b780-897500a4a8ee tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/59f9bf85-ea35-4081-9a03-c516ddb08e33 returned with HTTP 200 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 64/128] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:57 2025] GET /volume/v3/snapshots/59f9bf85-ea35-4081-9a03-c516ddb08e33 => generated 470 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for member 265e1798-134f-4f28-bc47-3f353e6e09ba {{(pid=115585) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.group_snapshots [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group_snapshot with id: 265e1798-134f-4f28-bc47-3f353e6e09ba -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba returned with HTTP 202 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 65/129] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:36:57 2025] DELETE /volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-53f01fea-1db5-4142-853b-08a3c8b8fa01 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 65/130] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:36:57 2025] GET /volume/v3/volumes/detail => generated 1825 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all snapshots completed successfully. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-70f92ef7-af7c-4a52-9cc2-9fa072530149 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 66/131] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:36:57 2025] GET /volume/v3/snapshots/detail => generated 929 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-549b96ef-848b-4c92-805b-35eed3190842 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-549b96ef-848b-4c92-805b-35eed3190842 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-549b96ef-848b-4c92-805b-35eed3190842 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-549b96ef-848b-4c92-805b-35eed3190842 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-549b96ef-848b-4c92-805b-35eed3190842 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Snapshot retrieved successfully. -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-549b96ef-848b-4c92-805b-35eed3190842 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 returned with HTTP 200 -Jan 03 20:36:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 66/132] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:57 2025] GET /volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 => generated 469 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-80bc60bf-4fe4-4d9e-9c80-7b671a6964c2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-80bc60bf-4fe4-4d9e-9c80-7b671a6964c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-80bc60bf-4fe4-4d9e-9c80-7b671a6964c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-80bc60bf-4fe4-4d9e-9c80-7b671a6964c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-80bc60bf-4fe4-4d9e-9c80-7b671a6964c2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 returned with HTTP 404 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 67/133] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:58 2025] GET /volume/v3/snapshots/7b6ee036-bdc0-44b9-b0dd-dfd634676641 => generated 111 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0581299d-c1d4-483c-a974-4274e66ab485 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0581299d-c1d4-483c-a974-4274e66ab485 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/59f9bf85-ea35-4081-9a03-c516ddb08e33 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0581299d-c1d4-483c-a974-4274e66ab485 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0581299d-c1d4-483c-a974-4274e66ab485 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0581299d-c1d4-483c-a974-4274e66ab485 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/59f9bf85-ea35-4081-9a03-c516ddb08e33 returned with HTTP 404 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 67/134] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:36:58 2025] GET /volume/v3/snapshots/59f9bf85-ea35-4081-9a03-c516ddb08e33 => generated 111 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3fd65a71-16b4-4626-be96-0725249d9e83 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3fd65a71-16b4-4626-be96-0725249d9e83 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3fd65a71-16b4-4626-be96-0725249d9e83 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3fd65a71-16b4-4626-be96-0725249d9e83 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-3fd65a71-16b4-4626-be96-0725249d9e83 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 265e1798-134f-4f28-bc47-3f353e6e09ba {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3fd65a71-16b4-4626-be96-0725249d9e83 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba returned with HTTP 404 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 68/135] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:36:58 2025] GET /volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba => generated 116 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-51c63e76-b391-4685-8893-48f25e65ea14 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-51c63e76-b391-4685-8893-48f25e65ea14 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-51c63e76-b391-4685-8893-48f25e65ea14 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-51c63e76-b391-4685-8893-48f25e65ea14 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-51c63e76-b391-4685-8893-48f25e65ea14 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for member 265e1798-134f-4f28-bc47-3f353e6e09ba {{(pid=115586) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.group_snapshots [None req-51c63e76-b391-4685-8893-48f25e65ea14 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group_snapshot with id: 265e1798-134f-4f28-bc47-3f353e6e09ba -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-51c63e76-b391-4685-8893-48f25e65ea14 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba returned with HTTP 404 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 68/136] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:36:58 2025] DELETE /volume/v3/group_snapshots/265e1798-134f-4f28-bc47-3f353e6e09ba => generated 116 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5e4d9cc5-8c57-4a9d-bace-317dcd9c22db tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 69/137] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:36:58 2025] GET /volume/v3/volumes/detail => generated 1825 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 287 bytes (2 switches on core 0) -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0/action -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for group 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115586) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group with id: 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:58 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0/action returned with HTTP 202 -Jan 03 20:36:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 69/138] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:36:58 2025] POST /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0/action => generated 0 bytes in 82 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dcc61ce3-e905-489b-8306-147dd84fe002 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dcc61ce3-e905-489b-8306-147dd84fe002 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a returned with HTTP 200 -Jan 03 20:36:59 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 70/139] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:36:59 2025] GET /volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a => generated 915 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bb2eb5e1-a1fa-4b61-9530-48fa509654e4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bb2eb5e1-a1fa-4b61-9530-48fa509654e4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bb2eb5e1-a1fa-4b61-9530-48fa509654e4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bb2eb5e1-a1fa-4b61-9530-48fa509654e4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bb2eb5e1-a1fa-4b61-9530-48fa509654e4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a returned with HTTP 404 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 70/140] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:00 2025] GET /volume/v3/volumes/e9dd680f-11c8-4eb0-b30e-28880f57274a => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-efddbfab-615c-469e-b94e-3eb59939bb76 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-efddbfab-615c-469e-b94e-3eb59939bb76 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-efddbfab-615c-469e-b94e-3eb59939bb76 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-efddbfab-615c-469e-b94e-3eb59939bb76 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-efddbfab-615c-469e-b94e-3eb59939bb76 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c returned with HTTP 404 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 71/141] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:00 2025] GET /volume/v3/volumes/9f498909-19c8-4d7d-9708-25c3edcd457c => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7af2b7b9-7c8b-4a8d-80ae-3126acb87b6e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7af2b7b9-7c8b-4a8d-80ae-3126acb87b6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7af2b7b9-7c8b-4a8d-80ae-3126acb87b6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7af2b7b9-7c8b-4a8d-80ae-3126acb87b6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-7af2b7b9-7c8b-4a8d-80ae-3126acb87b6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7af2b7b9-7c8b-4a8d-80ae-3126acb87b6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 returned with HTTP 404 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 71/142] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:00 2025] GET /volume/v3/groups/9f135d92-5dc6-4b5c-86df-2eb1b0044ac0 => generated 108 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2899f0f8-3ea9-4145-9d33-f82cf796e475 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2899f0f8-3ea9-4145-9d33-f82cf796e475 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] DELETE http://10.201.9.223/volume/v3/group_types/51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2899f0f8-3ea9-4145-9d33-f82cf796e475 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2899f0f8-3ea9-4145-9d33-f82cf796e475 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2899f0f8-3ea9-4145-9d33-f82cf796e475 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/group_types/51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c returned with HTTP 202 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 72/143] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:00 2025] DELETE /volume/v3/group_types/51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c => generated 0 bytes in 22 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-98758953-b982-41e2-adae-f070c95e64b8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98758953-b982-41e2-adae-f070c95e64b8 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] DELETE http://10.201.9.223/volume/v3/types/a7e05f42-db7e-4ca8-8f24-23c416831b6f -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98758953-b982-41e2-adae-f070c95e64b8 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98758953-b982-41e2-adae-f070c95e64b8 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98758953-b982-41e2-adae-f070c95e64b8 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types/a7e05f42-db7e-4ca8-8f24-23c416831b6f returned with HTTP 202 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 72/144] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:00 2025] DELETE /volume/v3/types/a7e05f42-db7e-4ca8-8f24-23c416831b6f => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bfe87d8e-7fe5-424c-8700-d5019b7aaac2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bfe87d8e-7fe5-424c-8700-d5019b7aaac2 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] GET http://10.201.9.223/volume/v3/types/a7e05f42-db7e-4ca8-8f24-23c416831b6f -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bfe87d8e-7fe5-424c-8700-d5019b7aaac2 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bfe87d8e-7fe5-424c-8700-d5019b7aaac2 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bfe87d8e-7fe5-424c-8700-d5019b7aaac2 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types/a7e05f42-db7e-4ca8-8f24-23c416831b6f returned with HTTP 404 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 73/145] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:00 2025] GET /volume/v3/types/a7e05f42-db7e-4ca8-8f24-23c416831b6f => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-050b6673-64f2-4594-a502-43cdecdf8bb1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-050b6673-64f2-4594-a502-43cdecdf8bb1 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-050b6673-64f2-4594-a502-43cdecdf8bb1 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1729047533"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-050b6673-64f2-4594-a502-43cdecdf8bb1 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 73/146] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:37:00 2025] POST /volume/v3/types => generated 224 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2dbcafe4-0a12-44f6-af4d-3e30c5e73b80 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2dbcafe4-0a12-44f6-af4d-3e30c5e73b80 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2dbcafe4-0a12-44f6-af4d-3e30c5e73b80 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1237281061"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2dbcafe4-0a12-44f6-af4d-3e30c5e73b80 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 74/147] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:00 2025] POST /volume/v3/group_types => generated 181 bytes in 26 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c71ce25f-6f15-41e9-b93b-8833b225833c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "b0947c9f-a934-4fb7-9af5-134a8f877e1b", "volume_types": ["af5d5082-1a5c-478b-ab6c-361885fc8498"], "name": "tempest-GroupSnapshotsTest-Group-1762248878"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating new group {'group': {'group_type': 'b0947c9f-a934-4fb7-9af5-134a8f877e1b', 'volume_types': ['af5d5082-1a5c-478b-ab6c-361885fc8498'], 'name': 'tempest-GroupSnapshotsTest-Group-1762248878'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating group tempest-GroupSnapshotsTest-Group-1762248878. -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['842b8fb8-9322-49a0-8800-ad9c05854877'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 74/148] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:37:00 2025] POST /volume/v3/groups => generated 112 bytes in 54 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e99da2a3-f54d-4536-869b-696ab7baab59 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e99da2a3-f54d-4536-869b-696ab7baab59 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e99da2a3-f54d-4536-869b-696ab7baab59 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e99da2a3-f54d-4536-869b-696ab7baab59 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-e99da2a3-f54d-4536-869b-696ab7baab59 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e99da2a3-f54d-4536-869b-696ab7baab59 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 returned with HTTP 200 -Jan 03 20:37:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 75/149] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:00 2025] GET /volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 => generated 392 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-20a59bd1-82df-401d-aab7-77092029d86e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-20a59bd1-82df-401d-aab7-77092029d86e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-20a59bd1-82df-401d-aab7-77092029d86e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-20a59bd1-82df-401d-aab7-77092029d86e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-20a59bd1-82df-401d-aab7-77092029d86e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-20a59bd1-82df-401d-aab7-77092029d86e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 returned with HTTP 200 -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 75/150] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:01 2025] GET /volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 => generated 393 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1463553486", "volume_type": "af5d5082-1a5c-478b-ab6c-361885fc8498", "group_id": "5a9c492d-cea7-4e9c-b1b2-4679aa3f3031", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1463553486', 'volume_type': 'af5d5082-1a5c-478b-ab6c-361885fc8498', 'group_id': '5a9c492d-cea7-4e9c-b1b2-4679aa3f3031', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume of 1 GB -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (95b38904-a3b5-4bb9-b058-b3580c801fe7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5a3b797a-c264-4d90-851e-87993616200f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5a3b797a-c264-4d90-851e-87993616200f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:00Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=af5d5082-1a5c-478b-ab6c-361885fc8498,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-1729047533',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'af5d5082-1a5c-478b-ab6c-361885fc8498', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '5a9c492d-cea7-4e9c-b1b2-4679aa3f3031', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e3bed773-e96e-497a-a3d4-58b85633358b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-1729047533 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-1729047533, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1729047533 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1729047533, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['e52bc59d-7eb1-4fa2-ae91-145589425be8', '37dbee7c-81f8-4284-a91f-e85dc093cc49', '46244466-41ad-4e3e-bd91-9c40f282e7d8', '4cc6094b-f34b-4e47-abba-c56f2f5d8149'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e3bed773-e96e-497a-a3d4-58b85633358b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e52bc59d-7eb1-4fa2-ae91-145589425be8', '37dbee7c-81f8-4284-a91f-e85dc093cc49', '46244466-41ad-4e3e-bd91-9c40f282e7d8', '4cc6094b-f34b-4e47-abba-c56f2f5d8149']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4c24b64f-4516-4874-be15-be09497b4cbb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4c24b64f-4516-4874-be15-be09497b4cbb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '351178e4-c34a-402d-a865-d5f27c6c7cdf', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1463553486',encryption_key_id=None,group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['e52bc59d-7eb1-4fa2-ae91-145589425be8','37dbee7c-81f8-4284-a91f-e85dc093cc49','46244466-41ad-4e3e-bd91-9c40f282e7d8','4cc6094b-f34b-4e47-abba-c56f2f5d8149'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:01Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1463553486',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,host=None,id=351178e4-c34a-402d-a865-d5f27c6c7cdf,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(af5d5082-1a5c-478b-ab6c-361885fc8498),volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7151a34f-4d72-4129-8b66-f9cf3bfb5c2b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7151a34f-4d72-4129-8b66-f9cf3bfb5c2b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1463553486',encryption_key_id=None,group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,group_type_id=,metadata={},multiattach=False,project_id='53481d17cb0740e7a9be22461527ae72',qos_specs=None,replication_status=,reservations=['e52bc59d-7eb1-4fa2-ae91-145589425be8','37dbee7c-81f8-4284-a91f-e85dc093cc49','46244466-41ad-4e3e-bd91-9c40f282e7d8','4cc6094b-f34b-4e47-abba-c56f2f5d8149'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d2647948-0a17-4a02-93b5-437a53034cdd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d2647948-0a17-4a02-93b5-437a53034cdd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Flow 'volume_create_api' (95b38904-a3b5-4bb9-b058-b3580c801fe7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Create volume request issued successfully. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:01 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 76/151] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:37:01 2025] POST /volume/v3/volumes => generated 825 bytes in 140 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9990fe6e-b95f-41a9-86b9-d4109cce728e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf returned with HTTP 200 -Jan 03 20:37:01 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 76/152] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:01 2025] GET /volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf => generated 893 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d1719373-e619-4522-8c58-348e7e7f8142 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d1719373-e619-4522-8c58-348e7e7f8142 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf returned with HTTP 200 -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 77/153] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:02 2025] GET /volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf => generated 918 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f6958ef9-00f1-4a86-8519-88170fe74999 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/group_snapshots -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "5a9c492d-cea7-4e9c-b1b2-4679aa3f3031", "name": "tempest-group_snapshot-331875068"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': '5a9c492d-cea7-4e9c-b1b2-4679aa3f3031', 'name': 'tempest-group_snapshot-331875068'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.group_snapshots [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Creating group_snapshot tempest-group_snapshot-331875068. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1729047533 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1729047533, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-1729047533 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-1729047533, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Created reservations ['07f93bf8-4851-4b50-a9e0-4bf7c548c1d0', 'a626d05d-fd4b-4612-bbfa-cc6653231aac', '69545286-0c47-4817-ad8f-8f0a55d37efb', '5f27cc6a-f65f-41cb-8797-9a9674d7f8e3'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 -Jan 03 20:37:02 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 77/154] 10.201.9.223 () {62 vars in 1206 bytes} [Fri Jan 3 20:37:02 2025] POST /volume/v3/group_snapshots => generated 167 bytes in 105 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a4532429-b5e2-4c6a-af7d-8fa548b44736 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a4532429-b5e2-4c6a-af7d-8fa548b44736 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a4532429-b5e2-4c6a-af7d-8fa548b44736 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a4532429-b5e2-4c6a-af7d-8fa548b44736 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-a4532429-b5e2-4c6a-af7d-8fa548b44736 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9aa80ace-38db-4381-975d-6da60c3325e4 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a4532429-b5e2-4c6a-af7d-8fa548b44736 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 returned with HTTP 200 -Jan 03 20:37:02 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 78/155] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:02 2025] GET /volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 => generated 306 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-79bd795a-df19-4c4b-86f9-3677fa086c22 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-79bd795a-df19-4c4b-86f9-3677fa086c22 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-79bd795a-df19-4c4b-86f9-3677fa086c22 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-79bd795a-df19-4c4b-86f9-3677fa086c22 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-79bd795a-df19-4c4b-86f9-3677fa086c22 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9aa80ace-38db-4381-975d-6da60c3325e4 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-79bd795a-df19-4c4b-86f9-3677fa086c22 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 78/156] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 => generated 307 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all snapshots completed successfully. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0c1bcf2b-3e57-4de4-a48b-942b42c40a4b tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 79/157] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/snapshots/detail => generated 453 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4973034a-11d6-44c1-8612-5be45f85b926 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4973034a-11d6-44c1-8612-5be45f85b926 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4973034a-11d6-44c1-8612-5be45f85b926 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4973034a-11d6-44c1-8612-5be45f85b926 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4973034a-11d6-44c1-8612-5be45f85b926 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Snapshot retrieved successfully. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4973034a-11d6-44c1-8612-5be45f85b926 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 79/158] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 => generated 450 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-872c5af1-af1f-4ea0-83cd-0ae4cfe28249 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-872c5af1-af1f-4ea0-83cd-0ae4cfe28249 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-872c5af1-af1f-4ea0-83cd-0ae4cfe28249 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-872c5af1-af1f-4ea0-83cd-0ae4cfe28249 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-872c5af1-af1f-4ea0-83cd-0ae4cfe28249 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9aa80ace-38db-4381-975d-6da60c3325e4 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-872c5af1-af1f-4ea0-83cd-0ae4cfe28249 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 80/159] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 => generated 307 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-86c00079-4289-4a4d-a155-f45399ba54a4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-86c00079-4289-4a4d-a155-f45399ba54a4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/detail -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-86c00079-4289-4a4d-a155-f45399ba54a4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-86c00079-4289-4a4d-a155-f45399ba54a4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-86c00079-4289-4a4d-a155-f45399ba54a4 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/detail returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 80/160] 10.201.9.223 () {60 vars in 1205 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/group_snapshots/detail => generated 310 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a91004fd-1baf-416f-b834-509d81e3f776 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for member 9aa80ace-38db-4381-975d-6da60c3325e4 {{(pid=115585) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.group_snapshots [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group_snapshot with id: 9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 returned with HTTP 202 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 81/161] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:37:03 2025] DELETE /volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3eb22cb9-cc22-4daa-826b-e0aa811d3b11 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 81/162] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/volumes/detail => generated 921 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6aa131f8-c47c-4f06-a437-787f85718467 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6aa131f8-c47c-4f06-a437-787f85718467 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6aa131f8-c47c-4f06-a437-787f85718467 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6aa131f8-c47c-4f06-a437-787f85718467 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-6aa131f8-c47c-4f06-a437-787f85718467 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-6aa131f8-c47c-4f06-a437-787f85718467 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6aa131f8-c47c-4f06-a437-787f85718467 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all snapshots completed successfully. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6aa131f8-c47c-4f06-a437-787f85718467 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 82/163] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/snapshots/detail => generated 452 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8a4f6b6a-eee5-48a3-af47-f20e821fde6e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8a4f6b6a-eee5-48a3-af47-f20e821fde6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8a4f6b6a-eee5-48a3-af47-f20e821fde6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8a4f6b6a-eee5-48a3-af47-f20e821fde6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8a4f6b6a-eee5-48a3-af47-f20e821fde6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Snapshot retrieved successfully. -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8a4f6b6a-eee5-48a3-af47-f20e821fde6e tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 returned with HTTP 200 -Jan 03 20:37:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 82/164] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:37:03 2025] GET /volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 => generated 449 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-52d535c0-87f6-4b18-bbf4-cccca51b1156 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-52d535c0-87f6-4b18-bbf4-cccca51b1156 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-52d535c0-87f6-4b18-bbf4-cccca51b1156 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-52d535c0-87f6-4b18-bbf4-cccca51b1156 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-52d535c0-87f6-4b18-bbf4-cccca51b1156 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 returned with HTTP 404 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 83/165] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:37:04 2025] GET /volume/v3/snapshots/04ade474-cfa2-4989-88fe-6018e114d888 => generated 111 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-92fc9c58-f437-422a-b8c3-b6a302ccf5ea None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-92fc9c58-f437-422a-b8c3-b6a302ccf5ea tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-92fc9c58-f437-422a-b8c3-b6a302ccf5ea tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-92fc9c58-f437-422a-b8c3-b6a302ccf5ea tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-92fc9c58-f437-422a-b8c3-b6a302ccf5ea tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 9aa80ace-38db-4381-975d-6da60c3325e4 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-92fc9c58-f437-422a-b8c3-b6a302ccf5ea tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 returned with HTTP 404 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 83/166] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:05 2025] GET /volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 => generated 116 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e025f092-7ec1-496a-b5ee-97d9e0854584 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e025f092-7ec1-496a-b5ee-97d9e0854584 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/group_snapshots -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e025f092-7ec1-496a-b5ee-97d9e0854584 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e025f092-7ec1-496a-b5ee-97d9e0854584 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e025f092-7ec1-496a-b5ee-97d9e0854584 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 200 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 84/167] 10.201.9.223 () {60 vars in 1184 bytes} [Fri Jan 3 20:37:05 2025] GET /volume/v3/group_snapshots => generated 23 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1f086713-ee30-4e14-ab9c-151bdc7595b2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1f086713-ee30-4e14-ab9c-151bdc7595b2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1f086713-ee30-4e14-ab9c-151bdc7595b2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1f086713-ee30-4e14-ab9c-151bdc7595b2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-1f086713-ee30-4e14-ab9c-151bdc7595b2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for member 9aa80ace-38db-4381-975d-6da60c3325e4 {{(pid=115586) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.group_snapshots [None req-1f086713-ee30-4e14-ab9c-151bdc7595b2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group_snapshot with id: 9aa80ace-38db-4381-975d-6da60c3325e4 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1f086713-ee30-4e14-ab9c-151bdc7595b2 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 returned with HTTP 404 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 84/168] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:37:05 2025] DELETE /volume/v3/group_snapshots/9aa80ace-38db-4381-975d-6da60c3325e4 => generated 116 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Get all volumes completed successfully. -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-de13f996-2d8c-4e3f-833a-1ccaa430a099 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 85/169] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:05 2025] GET /volume/v3/volumes/detail => generated 921 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] POST http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031/action -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] delete called for group 5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 {{(pid=115586) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Delete group with id: 5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031/action returned with HTTP 202 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 85/170] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:05 2025] POST /volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031/action => generated 0 bytes in 53 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c315fb73-fed4-4293-a282-926e09e92073 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Volume info retrieved successfully. -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c315fb73-fed4-4293-a282-926e09e92073 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf returned with HTTP 200 -Jan 03 20:37:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 86/171] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:05 2025] GET /volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf => generated 917 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f7636233-d0ef-4eb5-b985-49779b9d5ddc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f7636233-d0ef-4eb5-b985-49779b9d5ddc tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f7636233-d0ef-4eb5-b985-49779b9d5ddc tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f7636233-d0ef-4eb5-b985-49779b9d5ddc tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f7636233-d0ef-4eb5-b985-49779b9d5ddc tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf returned with HTTP 404 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 86/172] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:06 2025] GET /volume/v3/volumes/351178e4-c34a-402d-a865-d5f27c6c7cdf => generated 109 bytes in 28 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2d264eef-254a-4087-8db4-37bb440ebdb6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2d264eef-254a-4087-8db4-37bb440ebdb6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] GET http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2d264eef-254a-4087-8db4-37bb440ebdb6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2d264eef-254a-4087-8db4-37bb440ebdb6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-2d264eef-254a-4087-8db4-37bb440ebdb6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] show called for member 5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2d264eef-254a-4087-8db4-37bb440ebdb6 tempest-GroupSnapshotsTest-1768571277 tempest-GroupSnapshotsTest-1768571277-project-member] http://10.201.9.223/volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 returned with HTTP 404 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 87/173] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:06 2025] GET /volume/v3/groups/5a9c492d-cea7-4e9c-b1b2-4679aa3f3031 => generated 108 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0cca3cc5-6de1-4e99-a6ac-9383ebb08de3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0cca3cc5-6de1-4e99-a6ac-9383ebb08de3 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] DELETE http://10.201.9.223/volume/v3/group_types/b0947c9f-a934-4fb7-9af5-134a8f877e1b -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0cca3cc5-6de1-4e99-a6ac-9383ebb08de3 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0cca3cc5-6de1-4e99-a6ac-9383ebb08de3 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0cca3cc5-6de1-4e99-a6ac-9383ebb08de3 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/group_types/b0947c9f-a934-4fb7-9af5-134a8f877e1b returned with HTTP 202 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 87/174] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:06 2025] DELETE /volume/v3/group_types/b0947c9f-a934-4fb7-9af5-134a8f877e1b => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b7d4375f-7765-4d4b-a752-3209c91039a4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b7d4375f-7765-4d4b-a752-3209c91039a4 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] DELETE http://10.201.9.223/volume/v3/types/af5d5082-1a5c-478b-ab6c-361885fc8498 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b7d4375f-7765-4d4b-a752-3209c91039a4 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b7d4375f-7765-4d4b-a752-3209c91039a4 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b7d4375f-7765-4d4b-a752-3209c91039a4 tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types/af5d5082-1a5c-478b-ab6c-361885fc8498 returned with HTTP 202 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 88/175] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:06 2025] DELETE /volume/v3/types/af5d5082-1a5c-478b-ab6c-361885fc8498 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d2d46e8a-8aab-47e1-9d4a-f631a105e2ae None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d2d46e8a-8aab-47e1-9d4a-f631a105e2ae tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] GET http://10.201.9.223/volume/v3/types/af5d5082-1a5c-478b-ab6c-361885fc8498 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d2d46e8a-8aab-47e1-9d4a-f631a105e2ae tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d2d46e8a-8aab-47e1-9d4a-f631a105e2ae tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d2d46e8a-8aab-47e1-9d4a-f631a105e2ae tempest-GroupSnapshotsTest-1723387162 tempest-GroupSnapshotsTest-1723387162-project-******] http://10.201.9.223/volume/v3/types/af5d5082-1a5c-478b-ab6c-361885fc8498 returned with HTTP 404 -Jan 03 20:37:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 88/176] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:06 2025] GET /volume/v3/types/af5d5082-1a5c-478b-ab6c-361885fc8498 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-432ded0c-1c99-4242-82be-1df3e86ddcaf None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-432ded0c-1c99-4242-82be-1df3e86ddcaf tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-432ded0c-1c99-4242-82be-1df3e86ddcaf tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsV319Test-volume-type-1318794098"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-432ded0c-1c99-4242-82be-1df3e86ddcaf tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 89/177] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:37:08 2025] POST /volume/v3/types => generated 228 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4b6433c1-b98c-432e-9da1-1871ab822ea7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4b6433c1-b98c-432e-9da1-1871ab822ea7 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4b6433c1-b98c-432e-9da1-1871ab822ea7 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsV319Test-group-type-687921300"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4b6433c1-b98c-432e-9da1-1871ab822ea7 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 89/178] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:08 2025] POST /volume/v3/group_types => generated 184 bytes in 21 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed", "volume_types": ["d1ba6b48-e640-41f3-b963-571c1efe5304"], "name": "tempest-GroupSnapshotsV319Test-Group-1665615115"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Creating new group {'group': {'group_type': '2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed', 'volume_types': ['d1ba6b48-e640-41f3-b963-571c1efe5304'], 'name': 'tempest-GroupSnapshotsV319Test-Group-1665615115'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Creating group tempest-GroupSnapshotsV319Test-Group-1665615115. -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Created reservations ['977995fc-1753-4779-9e21-5d1bd439b4da'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:37:08 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 90/179] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:37:08 2025] POST /volume/v3/groups => generated 116 bytes in 142 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5fe6e172-fbf9-41ee-94c1-5c325b63aee5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5fe6e172-fbf9-41ee-94c1-5c325b63aee5 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5fe6e172-fbf9-41ee-94c1-5c325b63aee5 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5fe6e172-fbf9-41ee-94c1-5c325b63aee5 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-5fe6e172-fbf9-41ee-94c1-5c325b63aee5 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member 1f95f203-c23a-4f69-87ea-0dbc12a53a00 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5fe6e172-fbf9-41ee-94c1-5c325b63aee5 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 returned with HTTP 200 -Jan 03 20:37:08 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 90/180] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:08 2025] GET /volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 => generated 396 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6092784a-24ca-4a6d-9811-a214c3e30c37 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6092784a-24ca-4a6d-9811-a214c3e30c37 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6092784a-24ca-4a6d-9811-a214c3e30c37 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6092784a-24ca-4a6d-9811-a214c3e30c37 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-6092784a-24ca-4a6d-9811-a214c3e30c37 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member 1f95f203-c23a-4f69-87ea-0dbc12a53a00 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6092784a-24ca-4a6d-9811-a214c3e30c37 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 returned with HTTP 200 -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 91/181] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:09 2025] GET /volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 => generated 397 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-626448249", "volume_type": "d1ba6b48-e640-41f3-b963-571c1efe5304", "group_id": "1f95f203-c23a-4f69-87ea-0dbc12a53a00", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-626448249', 'volume_type': 'd1ba6b48-e640-41f3-b963-571c1efe5304', 'group_id': '1f95f203-c23a-4f69-87ea-0dbc12a53a00', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Create volume of 1 GB -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Flow 'volume_create_api' (3609e991-6a6a-4cfe-a6d1-63d27374ad34) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e4d5a5ff-4a20-44ba-9d01-1710b2a3951e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e4d5a5ff-4a20-44ba-9d01-1710b2a3951e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:08Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=d1ba6b48-e640-41f3-b963-571c1efe5304,is_public=True,name='tempest-GroupSnapshotsV319Test-volume-type-1318794098',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd1ba6b48-e640-41f3-b963-571c1efe5304', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '1f95f203-c23a-4f69-87ea-0dbc12a53a00', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0c22536e-852d-44c5-84fb-2dd810799209) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsV319Test-volume-type-1318794098 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsV319Test-volume-type-1318794098, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1318794098 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1318794098, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Created reservations ['e34e22d4-8083-449b-a8e5-0a2e7613f7df', '1b3fccc1-a5a4-415e-aa51-b461337e2fa5', '704f5d8c-a995-4bed-893a-4db948aa7a11', '440e2ef4-e01b-42e0-a559-a05a41a7ad13'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0c22536e-852d-44c5-84fb-2dd810799209) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e34e22d4-8083-449b-a8e5-0a2e7613f7df', '1b3fccc1-a5a4-415e-aa51-b461337e2fa5', '704f5d8c-a995-4bed-893a-4db948aa7a11', '440e2ef4-e01b-42e0-a559-a05a41a7ad13']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a69b358c-16b8-46b6-8832-e5b088af5f75) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a69b358c-16b8-46b6-8832-e5b088af5f75) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ec780c15-8046-4ada-9688-4093f9247023', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-626448249',encryption_key_id=None,group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,group_type_id=,metadata={},multiattach=False,project_id='27588937343f4bfcbb7b3052a870d37d',qos_specs=None,replication_status=,reservations=['e34e22d4-8083-449b-a8e5-0a2e7613f7df','1b3fccc1-a5a4-415e-aa51-b461337e2fa5','704f5d8c-a995-4bed-893a-4db948aa7a11','440e2ef4-e01b-42e0-a559-a05a41a7ad13'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='2f1820099f7b47f8acb71ffa572cce00',volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-626448249',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,host=None,id=ec780c15-8046-4ada-9688-4093f9247023,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d1ba6b48-e640-41f3-b963-571c1efe5304),volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f06659ae-4269-4fed-add0-3713630a40cd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f06659ae-4269-4fed-add0-3713630a40cd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-626448249',encryption_key_id=None,group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,group_type_id=,metadata={},multiattach=False,project_id='27588937343f4bfcbb7b3052a870d37d',qos_specs=None,replication_status=,reservations=['e34e22d4-8083-449b-a8e5-0a2e7613f7df','1b3fccc1-a5a4-415e-aa51-b461337e2fa5','704f5d8c-a995-4bed-893a-4db948aa7a11','440e2ef4-e01b-42e0-a559-a05a41a7ad13'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='2f1820099f7b47f8acb71ffa572cce00',volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6f6a10e5-1e98-4088-868a-97bc045e02eb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6f6a10e5-1e98-4088-868a-97bc045e02eb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Flow 'volume_create_api' (3609e991-6a6a-4cfe-a6d1-63d27374ad34) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Create volume request issued successfully. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 91/182] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:37:09 2025] POST /volume/v3/volumes => generated 828 bytes in 145 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Volume info retrieved successfully. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3600143f-26c2-4db0-bdf4-0ae86839b418 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 returned with HTTP 200 -Jan 03 20:37:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 92/183] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:09 2025] GET /volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 => generated 896 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-06c2af15-1910-4585-a0cf-879705504af9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Volume info retrieved successfully. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-06c2af15-1910-4585-a0cf-879705504af9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 returned with HTTP 200 -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 92/184] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:10 2025] GET /volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 => generated 921 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] POST http://10.201.9.223/volume/v3/group_snapshots -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "1f95f203-c23a-4f69-87ea-0dbc12a53a00", "name": "tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': '1f95f203-c23a-4f69-87ea-0dbc12a53a00', 'name': 'tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.group_snapshots [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Creating group_snapshot tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1318794098 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1318794098, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsV319Test-volume-type-1318794098 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsV319Test-volume-type-1318794098, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Created reservations ['bf63e76d-ea93-452b-b138-741829969170', '98c6f521-c753-45ce-acaa-093aae9738ed', 'a2ddf3fa-c673-433d-8625-22bd0a95990e', '296987a3-da11-43f2-a912-c1c43bfbddbe'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 -Jan 03 20:37:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 93/185] 10.201.9.223 () {62 vars in 1206 bytes} [Fri Jan 3 20:37:10 2025] POST /volume/v3/group_snapshots => generated 190 bytes in 89 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-16af2c2d-a405-43fb-be3e-3756bafe0f13 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-16af2c2d-a405-43fb-be3e-3756bafe0f13 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-16af2c2d-a405-43fb-be3e-3756bafe0f13 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-16af2c2d-a405-43fb-be3e-3756bafe0f13 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-16af2c2d-a405-43fb-be3e-3756bafe0f13 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-16af2c2d-a405-43fb-be3e-3756bafe0f13 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 200 -Jan 03 20:37:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 93/186] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:10 2025] GET /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 329 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-93728f5a-938f-455a-9d34-b37dd9e260cd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-93728f5a-938f-455a-9d34-b37dd9e260cd tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-93728f5a-938f-455a-9d34-b37dd9e260cd tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-93728f5a-938f-455a-9d34-b37dd9e260cd tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-93728f5a-938f-455a-9d34-b37dd9e260cd tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-93728f5a-938f-455a-9d34-b37dd9e260cd tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 200 -Jan 03 20:37:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 94/187] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:11 2025] GET /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 330 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Get all snapshots completed successfully. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0c1e2a7a-d4b3-46bb-abc9-26009ad988b0 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 94/188] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:37:11 2025] GET /volume/v3/snapshots/detail => generated 476 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4bf9439e-3394-4746-b5d5-b9620b9477f1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4bf9439e-3394-4746-b5d5-b9620b9477f1 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4bf9439e-3394-4746-b5d5-b9620b9477f1 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4bf9439e-3394-4746-b5d5-b9620b9477f1 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4bf9439e-3394-4746-b5d5-b9620b9477f1 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Snapshot retrieved successfully. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4bf9439e-3394-4746-b5d5-b9620b9477f1 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 95/189] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 => generated 473 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-da75062b-eef2-48c3-8841-c6e62f5b1260 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-da75062b-eef2-48c3-8841-c6e62f5b1260 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-da75062b-eef2-48c3-8841-c6e62f5b1260 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action body: b'{"reset_status": {"status": "creating"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-da75062b-eef2-48c3-8841-c6e62f5b1260 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action: 'action', calling method: version_select, body: {"reset_status": {"status": "creating"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-da75062b-eef2-48c3-8841-c6e62f5b1260 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Updating group 'd23607f5-ae59-40a8-bf06-ee54936f5251' with 'creating' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-da75062b-eef2-48c3-8841-c6e62f5b1260 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action returned with HTTP 202 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 95/190] 10.201.9.223 () {62 vars in 1337 bytes} [Fri Jan 3 20:37:12 2025] POST /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action => generated 0 bytes in 27 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4a8f9fd1-3ed9-4957-9baf-edbbf49aa53f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a8f9fd1-3ed9-4957-9baf-edbbf49aa53f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a8f9fd1-3ed9-4957-9baf-edbbf49aa53f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a8f9fd1-3ed9-4957-9baf-edbbf49aa53f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-4a8f9fd1-3ed9-4957-9baf-edbbf49aa53f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a8f9fd1-3ed9-4957-9baf-edbbf49aa53f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 96/191] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 329 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e089bf6c-9b4d-45f6-b086-0ca208485168 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e089bf6c-9b4d-45f6-b086-0ca208485168 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e089bf6c-9b4d-45f6-b086-0ca208485168 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e089bf6c-9b4d-45f6-b086-0ca208485168 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-e089bf6c-9b4d-45f6-b086-0ca208485168 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Updating group 'd23607f5-ae59-40a8-bf06-ee54936f5251' with 'available' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e089bf6c-9b4d-45f6-b086-0ca208485168 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action returned with HTTP 202 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 96/192] 10.201.9.223 () {62 vars in 1337 bytes} [Fri Jan 3 20:37:12 2025] POST /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action => generated 0 bytes in 19 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-071d52e6-ba71-4b33-ab4f-93a3aa4b4f96 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-071d52e6-ba71-4b33-ab4f-93a3aa4b4f96 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-071d52e6-ba71-4b33-ab4f-93a3aa4b4f96 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-071d52e6-ba71-4b33-ab4f-93a3aa4b4f96 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-071d52e6-ba71-4b33-ab4f-93a3aa4b4f96 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-071d52e6-ba71-4b33-ab4f-93a3aa4b4f96 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 97/193] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 330 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6c511c71-6fd3-4b10-8ea3-462a4ae7da93 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6c511c71-6fd3-4b10-8ea3-462a4ae7da93 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6c511c71-6fd3-4b10-8ea3-462a4ae7da93 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action body: b'{"reset_status": {"status": "error"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6c511c71-6fd3-4b10-8ea3-462a4ae7da93 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "error"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-6c511c71-6fd3-4b10-8ea3-462a4ae7da93 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Updating group 'd23607f5-ae59-40a8-bf06-ee54936f5251' with 'error' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6c511c71-6fd3-4b10-8ea3-462a4ae7da93 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action returned with HTTP 202 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 97/194] 10.201.9.223 () {62 vars in 1337 bytes} [Fri Jan 3 20:37:12 2025] POST /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action => generated 0 bytes in 24 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1f2629cd-c0d1-4840-9d6d-223af8b1a2d4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1f2629cd-c0d1-4840-9d6d-223af8b1a2d4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1f2629cd-c0d1-4840-9d6d-223af8b1a2d4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1f2629cd-c0d1-4840-9d6d-223af8b1a2d4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-1f2629cd-c0d1-4840-9d6d-223af8b1a2d4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1f2629cd-c0d1-4840-9d6d-223af8b1a2d4 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 98/195] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 326 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a4c329e5-4402-43dc-bbea-bf56b17da3e5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a4c329e5-4402-43dc-bbea-bf56b17da3e5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a4c329e5-4402-43dc-bbea-bf56b17da3e5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a4c329e5-4402-43dc-bbea-bf56b17da3e5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-a4c329e5-4402-43dc-bbea-bf56b17da3e5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Updating group 'd23607f5-ae59-40a8-bf06-ee54936f5251' with 'available' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a4c329e5-4402-43dc-bbea-bf56b17da3e5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action returned with HTTP 202 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 98/196] 10.201.9.223 () {62 vars in 1337 bytes} [Fri Jan 3 20:37:12 2025] POST /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251/action => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7d92fbbf-a837-416e-b5aa-8643c6b52104 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7d92fbbf-a837-416e-b5aa-8643c6b52104 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7d92fbbf-a837-416e-b5aa-8643c6b52104 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7d92fbbf-a837-416e-b5aa-8643c6b52104 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-7d92fbbf-a837-416e-b5aa-8643c6b52104 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7d92fbbf-a837-416e-b5aa-8643c6b52104 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 99/197] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 330 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.group_snapshots [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] delete called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115586) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.group_snapshots [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Delete group_snapshot with id: d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 202 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 99/198] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:37:12 2025] DELETE /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Get all volumes completed successfully. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6cc79fb9-8b07-40ab-87c2-11144ddaf98a tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 100/199] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/volumes/detail => generated 924 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8f512d07-1cbb-4157-ad74-53a2440a059f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8f512d07-1cbb-4157-ad74-53a2440a059f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8f512d07-1cbb-4157-ad74-53a2440a059f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8f512d07-1cbb-4157-ad74-53a2440a059f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-8f512d07-1cbb-4157-ad74-53a2440a059f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-8f512d07-1cbb-4157-ad74-53a2440a059f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8f512d07-1cbb-4157-ad74-53a2440a059f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Get all snapshots completed successfully. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8f512d07-1cbb-4157-ad74-53a2440a059f tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 100/200] 10.201.9.223 () {58 vars in 1146 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/snapshots/detail => generated 475 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-22c6c099-d7bd-4e2a-8a43-85432a381d5d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-22c6c099-d7bd-4e2a-8a43-85432a381d5d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-22c6c099-d7bd-4e2a-8a43-85432a381d5d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-22c6c099-d7bd-4e2a-8a43-85432a381d5d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-22c6c099-d7bd-4e2a-8a43-85432a381d5d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Snapshot retrieved successfully. -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-22c6c099-d7bd-4e2a-8a43-85432a381d5d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 returned with HTTP 200 -Jan 03 20:37:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 101/201] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:37:12 2025] GET /volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 => generated 472 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6cd6c60f-36a3-4b31-8480-a9f0c5a59ebc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6cd6c60f-36a3-4b31-8480-a9f0c5a59ebc tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6cd6c60f-36a3-4b31-8480-a9f0c5a59ebc tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6cd6c60f-36a3-4b31-8480-a9f0c5a59ebc tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6cd6c60f-36a3-4b31-8480-a9f0c5a59ebc tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 returned with HTTP 404 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 101/202] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:37:13 2025] GET /volume/v3/snapshots/d8552d28-5bb7-4541-b96c-250716022372 => generated 111 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-24c07925-ec64-499a-a725-e658b8fb7013 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-24c07925-ec64-499a-a725-e658b8fb7013 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-24c07925-ec64-499a-a725-e658b8fb7013 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-24c07925-ec64-499a-a725-e658b8fb7013 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.group_snapshots [None req-24c07925-ec64-499a-a725-e658b8fb7013 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member d23607f5-ae59-40a8-bf06-ee54936f5251 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-24c07925-ec64-499a-a725-e658b8fb7013 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 returned with HTTP 404 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 102/203] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:37:13 2025] GET /volume/v3/group_snapshots/d23607f5-ae59-40a8-bf06-ee54936f5251 => generated 116 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Get all volumes completed successfully. -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d3bc0aa9-3995-4d3a-aa33-6f2d37982b9d tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 102/204] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:13 2025] GET /volume/v3/volumes/detail => generated 924 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] POST http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00/action -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] delete called for group 1f95f203-c23a-4f69-87ea-0dbc12a53a00 {{(pid=115585) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Delete group with id: 1f95f203-c23a-4f69-87ea-0dbc12a53a00 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00/action returned with HTTP 202 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 103/205] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:13 2025] POST /volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00/action => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Volume info retrieved successfully. -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f8e37e4e-d5eb-49da-ae34-d07d799f92d7 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 returned with HTTP 200 -Jan 03 20:37:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 103/206] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:13 2025] GET /volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 => generated 920 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5a722bac-3f05-43aa-9f27-1ea6ca7b7260 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a722bac-3f05-43aa-9f27-1ea6ca7b7260 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a722bac-3f05-43aa-9f27-1ea6ca7b7260 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a722bac-3f05-43aa-9f27-1ea6ca7b7260 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a722bac-3f05-43aa-9f27-1ea6ca7b7260 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 returned with HTTP 404 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 104/207] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:14 2025] GET /volume/v3/volumes/ec780c15-8046-4ada-9688-4093f9247023 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-31a1f185-e0c6-4e20-a57d-1180dbbed940 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31a1f185-e0c6-4e20-a57d-1180dbbed940 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] GET http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31a1f185-e0c6-4e20-a57d-1180dbbed940 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31a1f185-e0c6-4e20-a57d-1180dbbed940 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-31a1f185-e0c6-4e20-a57d-1180dbbed940 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] show called for member 1f95f203-c23a-4f69-87ea-0dbc12a53a00 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31a1f185-e0c6-4e20-a57d-1180dbbed940 tempest-GroupSnapshotsV319Test-1164448553 tempest-GroupSnapshotsV319Test-1164448553-project-member] http://10.201.9.223/volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 returned with HTTP 404 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 104/208] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:14 2025] GET /volume/v3/groups/1f95f203-c23a-4f69-87ea-0dbc12a53a00 => generated 108 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e6d98811-a7e3-41eb-b445-a18f58a998a5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e6d98811-a7e3-41eb-b445-a18f58a998a5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] DELETE http://10.201.9.223/volume/v3/group_types/2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e6d98811-a7e3-41eb-b445-a18f58a998a5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e6d98811-a7e3-41eb-b445-a18f58a998a5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e6d98811-a7e3-41eb-b445-a18f58a998a5 tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/group_types/2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed returned with HTTP 202 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 105/209] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:14 2025] DELETE /volume/v3/group_types/2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed => generated 0 bytes in 20 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-66593597-524f-4895-95f5-457e1711da3c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-66593597-524f-4895-95f5-457e1711da3c tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] DELETE http://10.201.9.223/volume/v3/types/d1ba6b48-e640-41f3-b963-571c1efe5304 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-66593597-524f-4895-95f5-457e1711da3c tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-66593597-524f-4895-95f5-457e1711da3c tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-66593597-524f-4895-95f5-457e1711da3c tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/types/d1ba6b48-e640-41f3-b963-571c1efe5304 returned with HTTP 202 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 105/210] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:14 2025] DELETE /volume/v3/types/d1ba6b48-e640-41f3-b963-571c1efe5304 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9f8a1d71-ce39-45f1-9e84-975e0b9864bd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9f8a1d71-ce39-45f1-9e84-975e0b9864bd tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] GET http://10.201.9.223/volume/v3/types/d1ba6b48-e640-41f3-b963-571c1efe5304 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9f8a1d71-ce39-45f1-9e84-975e0b9864bd tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9f8a1d71-ce39-45f1-9e84-975e0b9864bd tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9f8a1d71-ce39-45f1-9e84-975e0b9864bd tempest-GroupSnapshotsV319Test-1311156253 tempest-GroupSnapshotsV319Test-1311156253-project-******] http://10.201.9.223/volume/v3/types/d1ba6b48-e640-41f3-b963-571c1efe5304 returned with HTTP 404 -Jan 03 20:37:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 106/211] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:14 2025] GET /volume/v3/types/d1ba6b48-e640-41f3-b963-571c1efe5304 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9cbe8422-83ac-4901-8baa-dcf4337c6ebe None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9cbe8422-83ac-4901-8baa-dcf4337c6ebe tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9cbe8422-83ac-4901-8baa-dcf4337c6ebe tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupTypeSpecsTest-group-type-1189085900"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9cbe8422-83ac-4901-8baa-dcf4337c6ebe tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 106/212] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:16 2025] POST /volume/v3/group_types => generated 181 bytes in 82 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-12f4e0b8-d21b-4229-94f1-05c0a3094f52 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-12f4e0b8-d21b-4229-94f1-05c0a3094f52 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] POST http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-12f4e0b8-d21b-4229-94f1-05c0a3094f52 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Action: 'create', calling method: version_select, body: {"group_specs": {"key1": "value1", "key2": "value2"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-12f4e0b8-d21b-4229-94f1-05c0a3094f52 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs returned with HTTP 202 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 107/213] 10.201.9.223 () {62 vars in 1340 bytes} [Fri Jan 3 20:37:16 2025] POST /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs => generated 53 bytes in 27 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-84974c6a-41e7-464f-87de-a6acd1458a03 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-84974c6a-41e7-464f-87de-a6acd1458a03 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] POST http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-84974c6a-41e7-464f-87de-a6acd1458a03 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Action: 'create', calling method: version_select, body: {"group_specs": {"key2": "value2-updated", "key3": "value3"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-84974c6a-41e7-464f-87de-a6acd1458a03 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs returned with HTTP 202 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 107/214] 10.201.9.223 () {62 vars in 1340 bytes} [Fri Jan 3 20:37:16 2025] POST /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs => generated 61 bytes in 25 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-081a78e1-af9d-4070-8703-87974825d806 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-081a78e1-af9d-4070-8703-87974825d806 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] GET http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-081a78e1-af9d-4070-8703-87974825d806 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-081a78e1-af9d-4070-8703-87974825d806 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-081a78e1-af9d-4070-8703-87974825d806 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 returned with HTTP 200 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 108/215] 10.201.9.223 () {60 vars in 1334 bytes} [Fri Jan 3 20:37:16 2025] GET /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 => generated 26 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1644eb57-1ad6-44cc-82f2-0c1d8cda29b4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1644eb57-1ad6-44cc-82f2-0c1d8cda29b4 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] GET http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1644eb57-1ad6-44cc-82f2-0c1d8cda29b4 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1644eb57-1ad6-44cc-82f2-0c1d8cda29b4 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1644eb57-1ad6-44cc-82f2-0c1d8cda29b4 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 returned with HTTP 200 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 108/216] 10.201.9.223 () {60 vars in 1334 bytes} [Fri Jan 3 20:37:16 2025] GET /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 => generated 18 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-495c256c-ed2f-4b2a-be48-72e099dc7e11 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-495c256c-ed2f-4b2a-be48-72e099dc7e11 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] PUT http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-495c256c-ed2f-4b2a-be48-72e099dc7e11 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Action: 'update', calling method: version_select, body: {"key3": "value3-updated"} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-495c256c-ed2f-4b2a-be48-72e099dc7e11 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 returned with HTTP 200 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 109/217] 10.201.9.223 () {62 vars in 1354 bytes} [Fri Jan 3 20:37:16 2025] PUT /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 => generated 26 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6930f434-7ca7-4b2e-9e04-b02026bd8f94 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6930f434-7ca7-4b2e-9e04-b02026bd8f94 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] GET http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6930f434-7ca7-4b2e-9e04-b02026bd8f94 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6930f434-7ca7-4b2e-9e04-b02026bd8f94 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6930f434-7ca7-4b2e-9e04-b02026bd8f94 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs returned with HTTP 200 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 109/218] 10.201.9.223 () {60 vars in 1319 bytes} [Fri Jan 3 20:37:16 2025] GET /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs => generated 87 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-33d4806d-3d79-4e7a-ba88-912032b48d1e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-33d4806d-3d79-4e7a-ba88-912032b48d1e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] DELETE http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key1 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-33d4806d-3d79-4e7a-ba88-912032b48d1e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-33d4806d-3d79-4e7a-ba88-912032b48d1e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-33d4806d-3d79-4e7a-ba88-912032b48d1e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key1 returned with HTTP 202 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 110/219] 10.201.9.223 () {60 vars in 1337 bytes} [Fri Jan 3 20:37:16 2025] DELETE /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key1 => generated 0 bytes in 14 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-41dbf3a3-4e7f-4a21-8aed-37a7c6ba8d7b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-41dbf3a3-4e7f-4a21-8aed-37a7c6ba8d7b tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] GET http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key1 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-41dbf3a3-4e7f-4a21-8aed-37a7c6ba8d7b tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-41dbf3a3-4e7f-4a21-8aed-37a7c6ba8d7b tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-41dbf3a3-4e7f-4a21-8aed-37a7c6ba8d7b tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] HTTP exception thrown: Group Type cbb519a9-9d5b-40be-9d3a-62db438207bf has no extra spec with key key1. -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-41dbf3a3-4e7f-4a21-8aed-37a7c6ba8d7b tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key1 returned with HTTP 404 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 110/220] 10.201.9.223 () {60 vars in 1334 bytes} [Fri Jan 3 20:37:16 2025] GET /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key1 => generated 126 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3c543759-c49e-4c87-91e7-220090d628c5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3c543759-c49e-4c87-91e7-220090d628c5 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] DELETE http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3c543759-c49e-4c87-91e7-220090d628c5 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3c543759-c49e-4c87-91e7-220090d628c5 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3c543759-c49e-4c87-91e7-220090d628c5 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 returned with HTTP 202 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 111/221] 10.201.9.223 () {60 vars in 1337 bytes} [Fri Jan 3 20:37:16 2025] DELETE /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 => generated 0 bytes in 16 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3c299dc2-1eeb-46f4-b85b-07af4d4e6f55 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3c299dc2-1eeb-46f4-b85b-07af4d4e6f55 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] GET http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3c299dc2-1eeb-46f4-b85b-07af4d4e6f55 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3c299dc2-1eeb-46f4-b85b-07af4d4e6f55 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3c299dc2-1eeb-46f4-b85b-07af4d4e6f55 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] HTTP exception thrown: Group Type cbb519a9-9d5b-40be-9d3a-62db438207bf has no extra spec with key key2. -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3c299dc2-1eeb-46f4-b85b-07af4d4e6f55 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 returned with HTTP 404 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 111/222] 10.201.9.223 () {60 vars in 1334 bytes} [Fri Jan 3 20:37:16 2025] GET /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key2 => generated 126 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bc539fcb-098d-486d-8069-9031effc2a4e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bc539fcb-098d-486d-8069-9031effc2a4e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] DELETE http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bc539fcb-098d-486d-8069-9031effc2a4e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bc539fcb-098d-486d-8069-9031effc2a4e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bc539fcb-098d-486d-8069-9031effc2a4e tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 returned with HTTP 202 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 112/223] 10.201.9.223 () {60 vars in 1337 bytes} [Fri Jan 3 20:37:16 2025] DELETE /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 => generated 0 bytes in 14 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ac3cf856-c306-4de0-890a-84f21e1fd225 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ac3cf856-c306-4de0-890a-84f21e1fd225 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] GET http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ac3cf856-c306-4de0-890a-84f21e1fd225 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ac3cf856-c306-4de0-890a-84f21e1fd225 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ac3cf856-c306-4de0-890a-84f21e1fd225 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] HTTP exception thrown: Group Type cbb519a9-9d5b-40be-9d3a-62db438207bf has no extra spec with key key3. -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ac3cf856-c306-4de0-890a-84f21e1fd225 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 returned with HTTP 404 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 112/224] 10.201.9.223 () {60 vars in 1334 bytes} [Fri Jan 3 20:37:16 2025] GET /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf/group_specs/key3 => generated 126 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b72681fc-a05c-49dc-8d7f-bc794c82cff3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b72681fc-a05c-49dc-8d7f-bc794c82cff3 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] DELETE http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b72681fc-a05c-49dc-8d7f-bc794c82cff3 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b72681fc-a05c-49dc-8d7f-bc794c82cff3 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b72681fc-a05c-49dc-8d7f-bc794c82cff3 tempest-GroupTypeSpecsTest-936007277 tempest-GroupTypeSpecsTest-936007277-project-******] http://10.201.9.223/volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf returned with HTTP 202 -Jan 03 20:37:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 113/225] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:16 2025] DELETE /volume/v3/group_types/cbb519a9-9d5b-40be-9d3a-62db438207bf => generated 0 bytes in 16 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0f9069aa-b472-4c2d-b64d-7a17c2edaa07 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0f9069aa-b472-4c2d-b64d-7a17c2edaa07 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0f9069aa-b472-4c2d-b64d-7a17c2edaa07 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupTypesTest-group-type-256615328", "description": "tempest-group-type-description-810652339", "group_specs": {"consistent_group_snapshot_enabled": " False"}, "is_public": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0f9069aa-b472-4c2d-b64d-7a17c2edaa07 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 113/226] 10.201.9.223 () {62 vars in 1194 bytes} [Fri Jan 3 20:37:18 2025] POST /volume/v3/group_types => generated 263 bytes in 79 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8010d2e6-0f39-4901-a069-75f8ef0c3b01 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8010d2e6-0f39-4901-a069-75f8ef0c3b01 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] GET http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8010d2e6-0f39-4901-a069-75f8ef0c3b01 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8010d2e6-0f39-4901-a069-75f8ef0c3b01 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8010d2e6-0f39-4901-a069-75f8ef0c3b01 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 114/227] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:37:19 2025] GET /volume/v3/group_types => generated 497 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2086762e-7728-441f-8f59-177f8fbf3d64 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2086762e-7728-441f-8f59-177f8fbf3d64 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] PUT http://10.201.9.223/volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2086762e-7728-441f-8f59-177f8fbf3d64 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Action: 'update', calling method: version_select, body: {"group_type": {"name": "tempest-GroupTypesTest-updated-group-type-2106340826", "description": "updated-group-type-desc"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2086762e-7728-441f-8f59-177f8fbf3d64 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 114/228] 10.201.9.223 () {62 vars in 1304 bytes} [Fri Jan 3 20:37:19 2025] PUT /volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 => generated 255 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-25b860c1-dbd4-46bc-aa88-f05b38edf1a0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-25b860c1-dbd4-46bc-aa88-f05b38edf1a0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] GET http://10.201.9.223/volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-25b860c1-dbd4-46bc-aa88-f05b38edf1a0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-25b860c1-dbd4-46bc-aa88-f05b38edf1a0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-25b860c1-dbd4-46bc-aa88-f05b38edf1a0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 115/229] 10.201.9.223 () {60 vars in 1283 bytes} [Fri Jan 3 20:37:19 2025] GET /volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 => generated 255 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ecbba67f-abe2-4693-a77c-31ffa40b33ba None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ecbba67f-abe2-4693-a77c-31ffa40b33ba tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] DELETE http://10.201.9.223/volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ecbba67f-abe2-4693-a77c-31ffa40b33ba tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ecbba67f-abe2-4693-a77c-31ffa40b33ba tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ecbba67f-abe2-4693-a77c-31ffa40b33ba tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 returned with HTTP 202 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 115/230] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:19 2025] DELETE /volume/v3/group_types/8fff21f8-99ec-4b62-b365-b736bbb20be4 => generated 0 bytes in 16 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a7ef8548-146b-4ed2-a7d5-be791dc0d2e4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a7ef8548-146b-4ed2-a7d5-be791dc0d2e4 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] GET http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a7ef8548-146b-4ed2-a7d5-be791dc0d2e4 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a7ef8548-146b-4ed2-a7d5-be791dc0d2e4 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a7ef8548-146b-4ed2-a7d5-be791dc0d2e4 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 116/231] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:37:19 2025] GET /volume/v3/group_types => generated 248 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-747fcc67-a05b-4e97-a92b-974a266ffd8b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-747fcc67-a05b-4e97-a92b-974a266ffd8b tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-747fcc67-a05b-4e97-a92b-974a266ffd8b tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "a_tempest-group-type-146548769", "is_public": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-747fcc67-a05b-4e97-a92b-974a266ffd8b tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 116/232] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:19 2025] POST /volume/v3/group_types => generated 163 bytes in 15 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-28a7d2fc-b51f-4ae6-880c-98652613a9dc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-28a7d2fc-b51f-4ae6-880c-98652613a9dc tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-28a7d2fc-b51f-4ae6-880c-98652613a9dc tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "b_tempest-group-type-206898800", "is_public": false}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-28a7d2fc-b51f-4ae6-880c-98652613a9dc tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 117/233] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:19 2025] POST /volume/v3/group_types => generated 164 bytes in 16 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0eb6550f-6fa5-44a6-82d2-2772e20c3dbf None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0eb6550f-6fa5-44a6-82d2-2772e20c3dbf tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] GET http://10.201.9.223/volume/v3/group_types?sort=name%3Aasc&is_public=None -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0eb6550f-6fa5-44a6-82d2-2772e20c3dbf tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0eb6550f-6fa5-44a6-82d2-2772e20c3dbf tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0eb6550f-6fa5-44a6-82d2-2772e20c3dbf tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types?sort=name%3Aasc&is_public=None returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 117/234] 10.201.9.223 () {60 vars in 1233 bytes} [Fri Jan 3 20:37:19 2025] GET /volume/v3/group_types?sort=name%3Aasc&is_public=None => generated 547 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9910a317-52ec-42d0-b55e-115d0910a0c0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9910a317-52ec-42d0-b55e-115d0910a0c0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] GET http://10.201.9.223/volume/v3/group_types?sort=name%3Adesc&is_public=None -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9910a317-52ec-42d0-b55e-115d0910a0c0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9910a317-52ec-42d0-b55e-115d0910a0c0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9910a317-52ec-42d0-b55e-115d0910a0c0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types?sort=name%3Adesc&is_public=None returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 118/235] 10.201.9.223 () {60 vars in 1235 bytes} [Fri Jan 3 20:37:19 2025] GET /volume/v3/group_types?sort=name%3Adesc&is_public=None => generated 547 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dda3b884-97ec-4e51-94d1-d411e1b604e8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dda3b884-97ec-4e51-94d1-d411e1b604e8 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] GET http://10.201.9.223/volume/v3/group_types?is_public=False -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dda3b884-97ec-4e51-94d1-d411e1b604e8 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dda3b884-97ec-4e51-94d1-d411e1b604e8 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dda3b884-97ec-4e51-94d1-d411e1b604e8 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types?is_public=False returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 118/236] 10.201.9.223 () {60 vars in 1203 bytes} [Fri Jan 3 20:37:19 2025] GET /volume/v3/group_types?is_public=False => generated 167 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7f80eb64-94c8-4488-90a6-712d6d4e59e0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7f80eb64-94c8-4488-90a6-712d6d4e59e0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] GET http://10.201.9.223/volume/v3/group_types?is_public=True -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7f80eb64-94c8-4488-90a6-712d6d4e59e0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7f80eb64-94c8-4488-90a6-712d6d4e59e0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7f80eb64-94c8-4488-90a6-712d6d4e59e0 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types?is_public=True returned with HTTP 200 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 119/237] 10.201.9.223 () {60 vars in 1201 bytes} [Fri Jan 3 20:37:19 2025] GET /volume/v3/group_types?is_public=True => generated 397 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c9f5a1d9-4cbe-4435-a156-2b084ed33833 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c9f5a1d9-4cbe-4435-a156-2b084ed33833 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] DELETE http://10.201.9.223/volume/v3/group_types/de67c1e2-7a79-4d32-ada8-09094492a92c -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c9f5a1d9-4cbe-4435-a156-2b084ed33833 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c9f5a1d9-4cbe-4435-a156-2b084ed33833 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c9f5a1d9-4cbe-4435-a156-2b084ed33833 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types/de67c1e2-7a79-4d32-ada8-09094492a92c returned with HTTP 202 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 119/238] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:19 2025] DELETE /volume/v3/group_types/de67c1e2-7a79-4d32-ada8-09094492a92c => generated 0 bytes in 14 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1a5fda05-44c6-4e41-9af1-26631cdd9504 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1a5fda05-44c6-4e41-9af1-26631cdd9504 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] DELETE http://10.201.9.223/volume/v3/group_types/76c6c665-3d49-4243-ab28-4dcf11254c0c -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1a5fda05-44c6-4e41-9af1-26631cdd9504 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1a5fda05-44c6-4e41-9af1-26631cdd9504 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1a5fda05-44c6-4e41-9af1-26631cdd9504 tempest-GroupTypesTest-1229257114 tempest-GroupTypesTest-1229257114-project-******] http://10.201.9.223/volume/v3/group_types/76c6c665-3d49-4243-ab28-4dcf11254c0c returned with HTTP 202 -Jan 03 20:37:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 120/239] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:19 2025] DELETE /volume/v3/group_types/76c6c665-3d49-4243-ab28-4dcf11254c0c => generated 0 bytes in 16 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f81ccc88-b37b-4d79-acb8-b0ddebd3da29 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f81ccc88-b37b-4d79-acb8-b0ddebd3da29 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f81ccc88-b37b-4d79-acb8-b0ddebd3da29 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-331256148"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f81ccc88-b37b-4d79-acb8-b0ddebd3da29 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 120/240] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:37:21 2025] POST /volume/v3/types => generated 215 bytes in 95 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ad0f7997-7e28-4abf-a194-b74fa44fda84 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ad0f7997-7e28-4abf-a194-b74fa44fda84 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ad0f7997-7e28-4abf-a194-b74fa44fda84 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsTest-group-type-328960031"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ad0f7997-7e28-4abf-a194-b74fa44fda84 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 121/241] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:21 2025] POST /volume/v3/group_types => generated 172 bytes in 21 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d700572b-4922-408d-b047-5801af7862fe None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "09cc204e-2498-464b-b509-fffd10676a0e", "volume_types": ["c3341f38-c48f-4f1a-9599-19228d31fb7b"], "name": "tempest-Group1-834580420"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Creating new group {'group': {'group_type': '09cc204e-2498-464b-b509-fffd10676a0e', 'volume_types': ['c3341f38-c48f-4f1a-9599-19228d31fb7b'], 'name': 'tempest-Group1-834580420'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Creating group tempest-Group1-834580420. -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Created reservations ['286dc45a-e3c4-4ea6-8a6a-b60e9e9eed9d'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:37:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 121/242] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:37:21 2025] POST /volume/v3/groups => generated 93 bytes in 111 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-65ca11f6-bfb8-4d70-8de5-455849e7e136 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-65ca11f6-bfb8-4d70-8de5-455849e7e136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-65ca11f6-bfb8-4d70-8de5-455849e7e136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-65ca11f6-bfb8-4d70-8de5-455849e7e136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-65ca11f6-bfb8-4d70-8de5-455849e7e136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-65ca11f6-bfb8-4d70-8de5-455849e7e136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d returned with HTTP 200 -Jan 03 20:37:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 122/243] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:21 2025] GET /volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d => generated 321 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-96ea5793-2a9e-4dec-b599-e448289dd958 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96ea5793-2a9e-4dec-b599-e448289dd958 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-96ea5793-2a9e-4dec-b599-e448289dd958 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-96ea5793-2a9e-4dec-b599-e448289dd958 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-96ea5793-2a9e-4dec-b599-e448289dd958 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96ea5793-2a9e-4dec-b599-e448289dd958 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d returned with HTTP 200 -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 122/244] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:22 2025] GET /volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d => generated 322 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6d1e0027-336e-4450-8048-6b8d0860a19e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "09cc204e-2498-464b-b509-fffd10676a0e", "volume_types": ["c3341f38-c48f-4f1a-9599-19228d31fb7b"], "name": "tempest-Group2-2022857784"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Creating new group {'group': {'group_type': '09cc204e-2498-464b-b509-fffd10676a0e', 'volume_types': ['c3341f38-c48f-4f1a-9599-19228d31fb7b'], 'name': 'tempest-Group2-2022857784'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Creating group tempest-Group2-2022857784. -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Created reservations ['d405be01-08a5-481a-8641-f114ad69dfeb'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:37:22 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 123/245] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:37:22 2025] POST /volume/v3/groups => generated 94 bytes in 68 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d28f9796-e94b-4a36-b078-12e58d0c8695 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d28f9796-e94b-4a36-b078-12e58d0c8695 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d28f9796-e94b-4a36-b078-12e58d0c8695 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d28f9796-e94b-4a36-b078-12e58d0c8695 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-d28f9796-e94b-4a36-b078-12e58d0c8695 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d28f9796-e94b-4a36-b078-12e58d0c8695 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f returned with HTTP 200 -Jan 03 20:37:22 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 123/246] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:22 2025] GET /volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f => generated 322 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dd429ef3-728b-4572-8cd4-1a0897460154 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dd429ef3-728b-4572-8cd4-1a0897460154 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dd429ef3-728b-4572-8cd4-1a0897460154 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dd429ef3-728b-4572-8cd4-1a0897460154 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-dd429ef3-728b-4572-8cd4-1a0897460154 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dd429ef3-728b-4572-8cd4-1a0897460154 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f returned with HTTP 200 -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 124/247] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:23 2025] GET /volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f => generated 323 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-92557963-9d16-451b-8521-cbdf8027306e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1288976656", "volume_type": "c3341f38-c48f-4f1a-9599-19228d31fb7b", "group_id": "851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1288976656', 'volume_type': 'c3341f38-c48f-4f1a-9599-19228d31fb7b', 'group_id': '851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume of 1 GB -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Flow 'volume_create_api' (ccb630a0-536c-413b-ac2e-3b8893c34b77) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (46d9563e-3a1e-4eee-904d-6611d7253fdd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (46d9563e-3a1e-4eee-904d-6611d7253fdd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:21Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=c3341f38-c48f-4f1a-9599-19228d31fb7b,is_public=True,name='tempest-GroupsTest-volume-type-331256148',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'c3341f38-c48f-4f1a-9599-19228d31fb7b', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (040f9907-38db-475e-a235-45e27e0f2031) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-331256148 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-331256148, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-331256148 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-331256148, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Created reservations ['10894d51-3ff8-470b-a5e5-19fc272e2717', '43ac28d6-b2d1-48fb-9064-87faffa72369', '37e72ddb-1bd0-4a6a-9843-c28fc73f4150', 'f1999dda-e04d-4403-8182-3ad96f8b21fe'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (040f9907-38db-475e-a235-45e27e0f2031) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['10894d51-3ff8-470b-a5e5-19fc272e2717', '43ac28d6-b2d1-48fb-9064-87faffa72369', '37e72ddb-1bd0-4a6a-9843-c28fc73f4150', 'f1999dda-e04d-4403-8182-3ad96f8b21fe']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f58410d0-2387-4520-b6b2-2e410b7c3a57) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f58410d0-2387-4520-b6b2-2e410b7c3a57) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'aed6284f-80e2-4468-8c87-6a7ecf3867fd', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1288976656',encryption_key_id=None,group_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,group_type_id=,metadata={},multiattach=False,project_id='766419d95dcb463896227c740c4e7592',qos_specs=None,replication_status=,reservations=['10894d51-3ff8-470b-a5e5-19fc272e2717','43ac28d6-b2d1-48fb-9064-87faffa72369','37e72ddb-1bd0-4a6a-9843-c28fc73f4150','f1999dda-e04d-4403-8182-3ad96f8b21fe'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_id=c3341f38-c48f-4f1a-9599-19228d31fb7b), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1288976656',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,host=None,id=aed6284f-80e2-4468-8c87-6a7ecf3867fd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c3341f38-c48f-4f1a-9599-19228d31fb7b),volume_type_id=c3341f38-c48f-4f1a-9599-19228d31fb7b)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (21561e0e-869e-4783-91ac-346b2b7990a9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (21561e0e-869e-4783-91ac-346b2b7990a9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1288976656',encryption_key_id=None,group_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,group_type_id=,metadata={},multiattach=False,project_id='766419d95dcb463896227c740c4e7592',qos_specs=None,replication_status=,reservations=['10894d51-3ff8-470b-a5e5-19fc272e2717','43ac28d6-b2d1-48fb-9064-87faffa72369','37e72ddb-1bd0-4a6a-9843-c28fc73f4150','f1999dda-e04d-4403-8182-3ad96f8b21fe'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_id=c3341f38-c48f-4f1a-9599-19228d31fb7b)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (56707481-6578-4fdd-99f6-4ef3810618ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (56707481-6578-4fdd-99f6-4ef3810618ea) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Flow 'volume_create_api' (ccb630a0-536c-413b-ac2e-3b8893c34b77) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume request issued successfully. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 124/248] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:37:23 2025] POST /volume/v3/volumes => generated 816 bytes in 172 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-83c0ec5d-89bb-4b1a-ac82-3ab9b60328f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd returned with HTTP 200 -Jan 03 20:37:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 125/249] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:23 2025] GET /volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd => generated 884 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-39553607-b993-45f3-955b-503a4d8f0957 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-39553607-b993-45f3-955b-503a4d8f0957 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd returned with HTTP 200 -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 125/250] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:24 2025] GET /volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd => generated 909 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f2e02165-29b1-4c01-bb05-6649d5ecce85 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f2e02165-29b1-4c01-bb05-6649d5ecce85 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f2e02165-29b1-4c01-bb05-6649d5ecce85 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f2e02165-29b1-4c01-bb05-6649d5ecce85 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-f2e02165-29b1-4c01-bb05-6649d5ecce85 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f2e02165-29b1-4c01-bb05-6649d5ecce85 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d returned with HTTP 200 -Jan 03 20:37:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 126/251] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:24 2025] GET /volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d => generated 322 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cfd90b59-626b-4a35-a180-fd8d31dbc7ff None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cfd90b59-626b-4a35-a180-fd8d31dbc7ff tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cfd90b59-626b-4a35-a180-fd8d31dbc7ff tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cfd90b59-626b-4a35-a180-fd8d31dbc7ff tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-cfd90b59-626b-4a35-a180-fd8d31dbc7ff tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cfd90b59-626b-4a35-a180-fd8d31dbc7ff tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f returned with HTTP 200 -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 126/252] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:24 2025] GET /volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f => generated 323 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b9d62e98-006b-4caa-9d69-05371956428f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b9d62e98-006b-4caa-9d69-05371956428f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/detail -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b9d62e98-006b-4caa-9d69-05371956428f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b9d62e98-006b-4caa-9d69-05371956428f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b9d62e98-006b-4caa-9d69-05371956428f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/detail returned with HTTP 200 -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 127/253] 10.201.9.223 () {60 vars in 1178 bytes} [Fri Jan 3 20:37:25 2025] GET /volume/v3/groups/detail => generated 639 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Get all volumes completed successfully. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ae39a370-8ee5-43e7-84d2-c5f5f5034134 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 127/254] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:25 2025] GET /volume/v3/volumes/detail => generated 912 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Get all volumes completed successfully. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-11d3e9e6-b3a5-47eb-bc65-8cf93c5cb952 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 128/255] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:25 2025] GET /volume/v3/volumes/detail => generated 912 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d/action -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] delete called for group 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d {{(pid=115586) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Delete group with id: 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d/action returned with HTTP 202 -Jan 03 20:37:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 128/256] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:25 2025] POST /volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d/action => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4e79390a-9171-4556-816b-6e9ea0cc5b28 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd returned with HTTP 200 -Jan 03 20:37:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 129/257] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:25 2025] GET /volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd => generated 908 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-47f6a599-8a33-4646-8386-ce11b332e777 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-47f6a599-8a33-4646-8386-ce11b332e777 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-47f6a599-8a33-4646-8386-ce11b332e777 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-47f6a599-8a33-4646-8386-ce11b332e777 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-47f6a599-8a33-4646-8386-ce11b332e777 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd returned with HTTP 404 -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 129/258] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:26 2025] GET /volume/v3/volumes/aed6284f-80e2-4468-8c87-6a7ecf3867fd => generated 109 bytes in 25 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6335eddc-c988-45a2-8093-dd58f8a54558 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6335eddc-c988-45a2-8093-dd58f8a54558 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6335eddc-c988-45a2-8093-dd58f8a54558 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6335eddc-c988-45a2-8093-dd58f8a54558 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-6335eddc-c988-45a2-8093-dd58f8a54558 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6335eddc-c988-45a2-8093-dd58f8a54558 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d returned with HTTP 404 -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 130/259] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:26 2025] GET /volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d => generated 108 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6021c57d-5049-4d3a-806d-c325024d21be None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f/action -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action body: b'{"delete": {"delete-volumes": false}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": false}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] delete called for group 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f {{(pid=115586) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Delete group with id: 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f/action returned with HTTP 202 -Jan 03 20:37:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 130/260] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:26 2025] POST /volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f/action => generated 0 bytes in 51 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-068cdd01-1d0b-4cdd-bdda-4dc90ca7b433 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-068cdd01-1d0b-4cdd-bdda-4dc90ca7b433 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-068cdd01-1d0b-4cdd-bdda-4dc90ca7b433 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-068cdd01-1d0b-4cdd-bdda-4dc90ca7b433 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-068cdd01-1d0b-4cdd-bdda-4dc90ca7b433 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-068cdd01-1d0b-4cdd-bdda-4dc90ca7b433 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f returned with HTTP 200 -Jan 03 20:37:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 131/261] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:26 2025] GET /volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f => generated 322 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3029b700-6bdf-4767-a341-ba27d82e49b0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3029b700-6bdf-4767-a341-ba27d82e49b0 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3029b700-6bdf-4767-a341-ba27d82e49b0 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3029b700-6bdf-4767-a341-ba27d82e49b0 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-3029b700-6bdf-4767-a341-ba27d82e49b0 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3029b700-6bdf-4767-a341-ba27d82e49b0 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f returned with HTTP 404 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 131/262] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:27 2025] GET /volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f => generated 108 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e2d5091a-7dca-4827-9f52-f57bfe79b9f3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e2d5091a-7dca-4827-9f52-f57bfe79b9f3 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/detail -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e2d5091a-7dca-4827-9f52-f57bfe79b9f3 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e2d5091a-7dca-4827-9f52-f57bfe79b9f3 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e2d5091a-7dca-4827-9f52-f57bfe79b9f3 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/detail returned with HTTP 200 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 132/263] 10.201.9.223 () {60 vars in 1178 bytes} [Fri Jan 3 20:37:27 2025] GET /volume/v3/groups/detail => generated 14 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c743826a-6816-4a8a-9377-4d4a0672d53b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c743826a-6816-4a8a-9377-4d4a0672d53b tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c743826a-6816-4a8a-9377-4d4a0672d53b tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c743826a-6816-4a8a-9377-4d4a0672d53b tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-c743826a-6816-4a8a-9377-4d4a0672d53b tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c743826a-6816-4a8a-9377-4d4a0672d53b tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c743826a-6816-4a8a-9377-4d4a0672d53b tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Get all volumes completed successfully. -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c743826a-6816-4a8a-9377-4d4a0672d53b tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 132/264] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:27 2025] GET /volume/v3/volumes/detail => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f25b710e-e337-48ea-ada1-b5e839da652e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f25b710e-e337-48ea-ada1-b5e839da652e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f/action -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f25b710e-e337-48ea-ada1-b5e839da652e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f25b710e-e337-48ea-ada1-b5e839da652e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-f25b710e-e337-48ea-ada1-b5e839da652e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] delete called for group 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f {{(pid=115585) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-f25b710e-e337-48ea-ada1-b5e839da652e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Delete group with id: 4b1ccb35-b0b9-4ab3-8db8-5cdda535945f -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f25b710e-e337-48ea-ada1-b5e839da652e tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f/action returned with HTTP 404 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 133/265] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:27 2025] POST /volume/v3/groups/4b1ccb35-b0b9-4ab3-8db8-5cdda535945f/action => generated 108 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Get all volumes completed successfully. -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b8cd44b6-ea85-4c18-87a4-15eb0a9430dd tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 133/266] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:27 2025] GET /volume/v3/volumes/detail => generated 15 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b116761b-dff2-40b1-b28d-31fb034e3cae None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b116761b-dff2-40b1-b28d-31fb034e3cae tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d/action -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b116761b-dff2-40b1-b28d-31fb034e3cae tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b116761b-dff2-40b1-b28d-31fb034e3cae tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-b116761b-dff2-40b1-b28d-31fb034e3cae tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] delete called for group 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d {{(pid=115585) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-b116761b-dff2-40b1-b28d-31fb034e3cae tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Delete group with id: 851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b116761b-dff2-40b1-b28d-31fb034e3cae tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d/action returned with HTTP 404 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 134/267] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:27 2025] POST /volume/v3/groups/851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d/action => generated 108 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-77f5758c-47dd-4ce3-b3ff-36f26aa733ff None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-77f5758c-47dd-4ce3-b3ff-36f26aa733ff tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] DELETE http://10.201.9.223/volume/v3/group_types/09cc204e-2498-464b-b509-fffd10676a0e -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-77f5758c-47dd-4ce3-b3ff-36f26aa733ff tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-77f5758c-47dd-4ce3-b3ff-36f26aa733ff tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-77f5758c-47dd-4ce3-b3ff-36f26aa733ff tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/group_types/09cc204e-2498-464b-b509-fffd10676a0e returned with HTTP 202 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 134/268] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:27 2025] DELETE /volume/v3/group_types/09cc204e-2498-464b-b509-fffd10676a0e => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c52bcc12-72e9-48b5-ac5e-0134a4326220 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c52bcc12-72e9-48b5-ac5e-0134a4326220 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] DELETE http://10.201.9.223/volume/v3/types/c3341f38-c48f-4f1a-9599-19228d31fb7b -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c52bcc12-72e9-48b5-ac5e-0134a4326220 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c52bcc12-72e9-48b5-ac5e-0134a4326220 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c52bcc12-72e9-48b5-ac5e-0134a4326220 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/types/c3341f38-c48f-4f1a-9599-19228d31fb7b returned with HTTP 202 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 135/269] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:27 2025] DELETE /volume/v3/types/c3341f38-c48f-4f1a-9599-19228d31fb7b => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0af33192-9708-405f-b689-d7d0441611c1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0af33192-9708-405f-b689-d7d0441611c1 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] GET http://10.201.9.223/volume/v3/types/c3341f38-c48f-4f1a-9599-19228d31fb7b -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0af33192-9708-405f-b689-d7d0441611c1 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0af33192-9708-405f-b689-d7d0441611c1 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0af33192-9708-405f-b689-d7d0441611c1 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/types/c3341f38-c48f-4f1a-9599-19228d31fb7b returned with HTTP 404 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 135/270] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:27 2025] GET /volume/v3/types/c3341f38-c48f-4f1a-9599-19228d31fb7b => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-914ea07c-e828-47d9-b779-0e03a923c9f0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-914ea07c-e828-47d9-b779-0e03a923c9f0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-914ea07c-e828-47d9-b779-0e03a923c9f0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1260237994"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-914ea07c-e828-47d9-b779-0e03a923c9f0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 136/271] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:37:27 2025] POST /volume/v3/types => generated 216 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bfc0d9a9-0433-43d7-bf31-44a62d00a9aa None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bfc0d9a9-0433-43d7-bf31-44a62d00a9aa tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bfc0d9a9-0433-43d7-bf31-44a62d00a9aa tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsTest-group-type-1748710590"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bfc0d9a9-0433-43d7-bf31-44a62d00a9aa tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 136/272] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:27 2025] POST /volume/v3/group_types => generated 173 bytes in 19 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c4010d04-785b-437f-ac4f-2736066894f6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "1172d563-eccd-4cb0-96a4-1472cc6b5511", "volume_types": ["3ce0e29a-2d23-403b-9c9d-aec89fbb5aed"], "name": "tempest-GroupsTest-Group-504421489"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Creating new group {'group': {'group_type': '1172d563-eccd-4cb0-96a4-1472cc6b5511', 'volume_types': ['3ce0e29a-2d23-403b-9c9d-aec89fbb5aed'], 'name': 'tempest-GroupsTest-Group-504421489'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Creating group tempest-GroupsTest-Group-504421489. -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Created reservations ['2cf821f1-60ed-4916-9979-394babd3e0ca'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 137/273] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:37:27 2025] POST /volume/v3/groups => generated 103 bytes in 49 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-aa307e52-e77b-4503-b360-526a0b5e7463 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aa307e52-e77b-4503-b360-526a0b5e7463 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aa307e52-e77b-4503-b360-526a0b5e7463 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aa307e52-e77b-4503-b360-526a0b5e7463 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-aa307e52-e77b-4503-b360-526a0b5e7463 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aa307e52-e77b-4503-b360-526a0b5e7463 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 200 -Jan 03 20:37:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 137/274] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:27 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 331 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5a799149-e430-4b0b-9115-b86e19dfeb0f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a799149-e430-4b0b-9115-b86e19dfeb0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a799149-e430-4b0b-9115-b86e19dfeb0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a799149-e430-4b0b-9115-b86e19dfeb0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-5a799149-e430-4b0b-9115-b86e19dfeb0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a799149-e430-4b0b-9115-b86e19dfeb0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 200 -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 138/275] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:28 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 332 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-501370243", "volume_type": "3ce0e29a-2d23-403b-9c9d-aec89fbb5aed", "group_id": "e916477c-9244-40f8-b94e-5c04e480b211", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-501370243', 'volume_type': '3ce0e29a-2d23-403b-9c9d-aec89fbb5aed', 'group_id': 'e916477c-9244-40f8-b94e-5c04e480b211', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume of 1 GB -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Flow 'volume_create_api' (8d645dc8-1a30-4ad7-ab3b-a91cd46935e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9a15c954-d359-4955-b0be-fe6273f46abe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9a15c954-d359-4955-b0be-fe6273f46abe) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed,is_public=True,name='tempest-GroupsTest-volume-type-1260237994',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '3ce0e29a-2d23-403b-9c9d-aec89fbb5aed', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'e916477c-9244-40f8-b94e-5c04e480b211', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (80c28715-57ca-4736-9533-47c5c41c799e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-1260237994 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-1260237994, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-1260237994 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-1260237994, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Created reservations ['cf1987bd-a60c-4715-8cac-9487daf9a656', '4f954a98-2598-47ab-9071-464359e3758d', 'b8d75de5-0e6f-4614-9995-e67d26dca02c', 'b0195023-63ab-447a-8204-ed38276f8c92'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (80c28715-57ca-4736-9533-47c5c41c799e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['cf1987bd-a60c-4715-8cac-9487daf9a656', '4f954a98-2598-47ab-9071-464359e3758d', 'b8d75de5-0e6f-4614-9995-e67d26dca02c', 'b0195023-63ab-447a-8204-ed38276f8c92']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (5507e8e3-fcab-4fe1-aee2-5ca643e2aad8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (5507e8e3-fcab-4fe1-aee2-5ca643e2aad8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '82efafd1-7886-4ad4-9863-0d0badce328b', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-501370243',encryption_key_id=None,group_id=e916477c-9244-40f8-b94e-5c04e480b211,group_type_id=,metadata={},multiattach=False,project_id='766419d95dcb463896227c740c4e7592',qos_specs=None,replication_status=,reservations=['cf1987bd-a60c-4715-8cac-9487daf9a656','4f954a98-2598-47ab-9071-464359e3758d','b8d75de5-0e6f-4614-9995-e67d26dca02c','b0195023-63ab-447a-8204-ed38276f8c92'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-501370243',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host=None,id=82efafd1-7886-4ad4-9863-0d0badce328b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3c3a70f5-96ae-4d63-8e22-e87370ba5c36) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3c3a70f5-96ae-4d63-8e22-e87370ba5c36) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-501370243',encryption_key_id=None,group_id=e916477c-9244-40f8-b94e-5c04e480b211,group_type_id=,metadata={},multiattach=False,project_id='766419d95dcb463896227c740c4e7592',qos_specs=None,replication_status=,reservations=['cf1987bd-a60c-4715-8cac-9487daf9a656','4f954a98-2598-47ab-9071-464359e3758d','b8d75de5-0e6f-4614-9995-e67d26dca02c','b0195023-63ab-447a-8204-ed38276f8c92'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (00f01602-98a5-4f1d-9977-87267bb1f0bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (00f01602-98a5-4f1d-9977-87267bb1f0bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Flow 'volume_create_api' (8d645dc8-1a30-4ad7-ab3b-a91cd46935e0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume request issued successfully. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:28 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 138/276] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:37:28 2025] POST /volume/v3/volumes => generated 816 bytes in 154 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3ab8560b-fe80-4543-ab7e-113ac0e97466 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b returned with HTTP 200 -Jan 03 20:37:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 139/277] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:28 2025] GET /volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b => generated 884 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:29 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c3227ae7-e229-4bf1-9659-490fe382ef47 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b returned with HTTP 200 -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 139/278] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:29 2025] GET /volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b => generated 909 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-50c1b5fe-742d-45f0-81a2-115299189b92 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-48435145", "volume_type": "3ce0e29a-2d23-403b-9c9d-aec89fbb5aed", "group_id": "e916477c-9244-40f8-b94e-5c04e480b211", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-48435145', 'volume_type': '3ce0e29a-2d23-403b-9c9d-aec89fbb5aed', 'group_id': 'e916477c-9244-40f8-b94e-5c04e480b211', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume of 1 GB -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Flow 'volume_create_api' (905e287b-9f7d-491e-94cc-b648bf3ca034) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (07c812d6-e8a9-4e3e-8cbd-3cf07040c1ee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (07c812d6-e8a9-4e3e-8cbd-3cf07040c1ee) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed,is_public=True,name='tempest-GroupsTest-volume-type-1260237994',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '3ce0e29a-2d23-403b-9c9d-aec89fbb5aed', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'e916477c-9244-40f8-b94e-5c04e480b211', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (38aca7d1-5973-418a-9013-70254a8daf7b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-1260237994 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-1260237994, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-1260237994 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-1260237994, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Created reservations ['cb117f68-ad9c-4918-b942-d13c8315d183', '2fbe0481-8be5-49b1-ab06-992537cb3e9f', 'df9676b0-5231-4374-a0a4-31fb4aae20e8', 'f1267196-cfcd-427f-9ee7-c1b75e66871f'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (38aca7d1-5973-418a-9013-70254a8daf7b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['cb117f68-ad9c-4918-b942-d13c8315d183', '2fbe0481-8be5-49b1-ab06-992537cb3e9f', 'df9676b0-5231-4374-a0a4-31fb4aae20e8', 'f1267196-cfcd-427f-9ee7-c1b75e66871f']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (26c49c06-bbac-4f05-bd88-53f3338f9e46) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (26c49c06-bbac-4f05-bd88-53f3338f9e46) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'cc567920-4bd2-4451-bea6-2ccb34d07775', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-48435145',encryption_key_id=None,group_id=e916477c-9244-40f8-b94e-5c04e480b211,group_type_id=,metadata={},multiattach=False,project_id='766419d95dcb463896227c740c4e7592',qos_specs=None,replication_status=,reservations=['cb117f68-ad9c-4918-b942-d13c8315d183','2fbe0481-8be5-49b1-ab06-992537cb3e9f','df9676b0-5231-4374-a0a4-31fb4aae20e8','f1267196-cfcd-427f-9ee7-c1b75e66871f'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-48435145',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host=None,id=cc567920-4bd2-4451-bea6-2ccb34d07775,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (604c61d7-28e9-4c9c-ba3f-c4652a4008fd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (604c61d7-28e9-4c9c-ba3f-c4652a4008fd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-48435145',encryption_key_id=None,group_id=e916477c-9244-40f8-b94e-5c04e480b211,group_type_id=,metadata={},multiattach=False,project_id='766419d95dcb463896227c740c4e7592',qos_specs=None,replication_status=,reservations=['cb117f68-ad9c-4918-b942-d13c8315d183','2fbe0481-8be5-49b1-ab06-992537cb3e9f','df9676b0-5231-4374-a0a4-31fb4aae20e8','f1267196-cfcd-427f-9ee7-c1b75e66871f'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0810568e-8853-4560-bfbe-d1cd228c9912) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0810568e-8853-4560-bfbe-d1cd228c9912) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Flow 'volume_create_api' (905e287b-9f7d-491e-94cc-b648bf3ca034) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Create volume request issued successfully. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:30 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 140/279] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:37:30 2025] POST /volume/v3/volumes => generated 815 bytes in 141 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-164da5c9-b589-47d5-ba45-e529d953b136 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-164da5c9-b589-47d5-ba45-e529d953b136 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 returned with HTTP 200 -Jan 03 20:37:30 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 140/280] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:30 2025] GET /volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 => generated 883 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8753a8c-1cff-4fb2-ae7c-ba0e44a02a19 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 returned with HTTP 200 -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 141/281] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:31 2025] GET /volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 => generated 908 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] PUT http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'update', calling method: version_select, body: {"group": {"name": "new_group", "description": "This is a new group", "remove_volumes": "cc567920-4bd2-4451-bea6-2ccb34d07775"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Update called for group e916477c-9244-40f8-b94e-5c04e480b211. {{(pid=115586) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Updating group e916477c-9244-40f8-b94e-5c04e480b211 with name new_group description: This is a new group add_volumes: None remove_volumes: cc567920-4bd2-4451-bea6-2ccb34d07775. -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 202 -Jan 03 20:37:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 141/282] 10.201.9.223 () {62 vars in 1289 bytes} [Fri Jan 3 20:37:31 2025] PUT /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-beb160d6-35ef-4abb-8899-603cf0cef0e5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-beb160d6-35ef-4abb-8899-603cf0cef0e5 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-beb160d6-35ef-4abb-8899-603cf0cef0e5 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-beb160d6-35ef-4abb-8899-603cf0cef0e5 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-beb160d6-35ef-4abb-8899-603cf0cef0e5 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-beb160d6-35ef-4abb-8899-603cf0cef0e5 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 200 -Jan 03 20:37:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 142/283] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:31 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 323 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3ec534da-63a5-4298-9ffe-896ffb3e7c8c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3ec534da-63a5-4298-9ffe-896ffb3e7c8c tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3ec534da-63a5-4298-9ffe-896ffb3e7c8c tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3ec534da-63a5-4298-9ffe-896ffb3e7c8c tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-3ec534da-63a5-4298-9ffe-896ffb3e7c8c tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3ec534da-63a5-4298-9ffe-896ffb3e7c8c tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 200 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 142/284] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:32 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 324 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b43fdfcd-79af-4562-9926-2acf25226c0f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b43fdfcd-79af-4562-9926-2acf25226c0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b43fdfcd-79af-4562-9926-2acf25226c0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b43fdfcd-79af-4562-9926-2acf25226c0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-b43fdfcd-79af-4562-9926-2acf25226c0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b43fdfcd-79af-4562-9926-2acf25226c0f tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 200 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 143/285] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:32 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 324 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Get all volumes completed successfully. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-598c7a31-8069-4617-9f89-1c1b56b715e9 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 143/286] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:32 2025] GET /volume/v3/volumes/detail => generated 1776 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] PUT http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'update', calling method: version_select, body: {"group": {"add_volumes": "cc567920-4bd2-4451-bea6-2ccb34d07775"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Update called for group e916477c-9244-40f8-b94e-5c04e480b211. {{(pid=115585) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Updating group e916477c-9244-40f8-b94e-5c04e480b211 with name None description: None add_volumes: cc567920-4bd2-4451-bea6-2ccb34d07775 remove_volumes: None. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 202 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 144/287] 10.201.9.223 () {62 vars in 1288 bytes} [Fri Jan 3 20:37:32 2025] PUT /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6d63f45f-ef8c-444b-afe1-b570bfab6ca8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6d63f45f-ef8c-444b-afe1-b570bfab6ca8 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6d63f45f-ef8c-444b-afe1-b570bfab6ca8 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6d63f45f-ef8c-444b-afe1-b570bfab6ca8 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-6d63f45f-ef8c-444b-afe1-b570bfab6ca8 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6d63f45f-ef8c-444b-afe1-b570bfab6ca8 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 200 -Jan 03 20:37:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 144/288] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:32 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 323 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3122e4be-631d-4fe2-b77c-9aa28d620b69 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3122e4be-631d-4fe2-b77c-9aa28d620b69 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3122e4be-631d-4fe2-b77c-9aa28d620b69 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3122e4be-631d-4fe2-b77c-9aa28d620b69 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-3122e4be-631d-4fe2-b77c-9aa28d620b69 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3122e4be-631d-4fe2-b77c-9aa28d620b69 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 200 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 145/289] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:33 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 324 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5ffb214f-694a-4560-9b75-ccca678b68cc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Get all volumes completed successfully. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5ffb214f-694a-4560-9b75-ccca678b68cc tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 145/290] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:33 2025] GET /volume/v3/volumes/detail => generated 1810 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Get all volumes completed successfully. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-eabe42cc-d0ed-46fd-b807-466ff86e7659 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 146/291] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:33 2025] GET /volume/v3/volumes/detail => generated 1810 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 287 bytes (2 switches on core 0) -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] POST http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211/action -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] delete called for group e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115586) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Delete group with id: e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211/action returned with HTTP 202 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 146/292] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:33 2025] POST /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211/action => generated 0 bytes in 74 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Volume info retrieved successfully. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1022b319-adb5-4d5f-8a9b-d78fedfa6525 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 returned with HTTP 200 -Jan 03 20:37:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 147/293] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:33 2025] GET /volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 => generated 907 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8c0279cc-0514-4ff4-8a1f-0d92b17a2367 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8c0279cc-0514-4ff4-8a1f-0d92b17a2367 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8c0279cc-0514-4ff4-8a1f-0d92b17a2367 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8c0279cc-0514-4ff4-8a1f-0d92b17a2367 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8c0279cc-0514-4ff4-8a1f-0d92b17a2367 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 returned with HTTP 404 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 147/294] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:34 2025] GET /volume/v3/volumes/cc567920-4bd2-4451-bea6-2ccb34d07775 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-efd65567-de65-4d72-b26c-f7932f7b728d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-efd65567-de65-4d72-b26c-f7932f7b728d tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-efd65567-de65-4d72-b26c-f7932f7b728d tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-efd65567-de65-4d72-b26c-f7932f7b728d tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-efd65567-de65-4d72-b26c-f7932f7b728d tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b returned with HTTP 404 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 148/295] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:34 2025] GET /volume/v3/volumes/82efafd1-7886-4ad4-9863-0d0badce328b => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b9f04ace-7364-48f3-8e21-de9a8b7d9901 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9f04ace-7364-48f3-8e21-de9a8b7d9901 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] GET http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9f04ace-7364-48f3-8e21-de9a8b7d9901 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9f04ace-7364-48f3-8e21-de9a8b7d9901 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-b9f04ace-7364-48f3-8e21-de9a8b7d9901 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] show called for member e916477c-9244-40f8-b94e-5c04e480b211 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9f04ace-7364-48f3-8e21-de9a8b7d9901 tempest-GroupsTest-1485569320 tempest-GroupsTest-1485569320-project-member] http://10.201.9.223/volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 returned with HTTP 404 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 148/296] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:34 2025] GET /volume/v3/groups/e916477c-9244-40f8-b94e-5c04e480b211 => generated 108 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f63ba531-2a77-4b0d-8d41-f1b16a788b78 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f63ba531-2a77-4b0d-8d41-f1b16a788b78 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] DELETE http://10.201.9.223/volume/v3/group_types/1172d563-eccd-4cb0-96a4-1472cc6b5511 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f63ba531-2a77-4b0d-8d41-f1b16a788b78 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f63ba531-2a77-4b0d-8d41-f1b16a788b78 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f63ba531-2a77-4b0d-8d41-f1b16a788b78 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/group_types/1172d563-eccd-4cb0-96a4-1472cc6b5511 returned with HTTP 202 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 149/297] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:34 2025] DELETE /volume/v3/group_types/1172d563-eccd-4cb0-96a4-1472cc6b5511 => generated 0 bytes in 21 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-94930eef-c82d-4b8f-8f83-27e11fcb32f0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-94930eef-c82d-4b8f-8f83-27e11fcb32f0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] DELETE http://10.201.9.223/volume/v3/types/3ce0e29a-2d23-403b-9c9d-aec89fbb5aed -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-94930eef-c82d-4b8f-8f83-27e11fcb32f0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-94930eef-c82d-4b8f-8f83-27e11fcb32f0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-94930eef-c82d-4b8f-8f83-27e11fcb32f0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/types/3ce0e29a-2d23-403b-9c9d-aec89fbb5aed returned with HTTP 202 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 149/298] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:34 2025] DELETE /volume/v3/types/3ce0e29a-2d23-403b-9c9d-aec89fbb5aed => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-799010ce-9744-49ce-872a-bc02772eebd0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-799010ce-9744-49ce-872a-bc02772eebd0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] GET http://10.201.9.223/volume/v3/types/3ce0e29a-2d23-403b-9c9d-aec89fbb5aed -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-799010ce-9744-49ce-872a-bc02772eebd0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-799010ce-9744-49ce-872a-bc02772eebd0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-799010ce-9744-49ce-872a-bc02772eebd0 tempest-GroupsTest-19559025 tempest-GroupsTest-19559025-project-******] http://10.201.9.223/volume/v3/types/3ce0e29a-2d23-403b-9c9d-aec89fbb5aed returned with HTTP 404 -Jan 03 20:37:34 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 150/299] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:34 2025] GET /volume/v3/types/3ce0e29a-2d23-403b-9c9d-aec89fbb5aed => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1d199dc1-6cbe-46a5-8e23-32cf3d4195e7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1d199dc1-6cbe-46a5-8e23-32cf3d4195e7 tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1d199dc1-6cbe-46a5-8e23-32cf3d4195e7 tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-50376658"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1d199dc1-6cbe-46a5-8e23-32cf3d4195e7 tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 150/300] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:37:36 2025] POST /volume/v3/types => generated 218 bytes in 78 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b322481d-1a4b-441a-92e5-faf8409b7e4e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b322481d-1a4b-441a-92e5-faf8409b7e4e tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b322481d-1a4b-441a-92e5-faf8409b7e4e tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-1364060453"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b322481d-1a4b-441a-92e5-faf8409b7e4e tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 151/301] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:37 2025] POST /volume/v3/group_types => generated 177 bytes in 20 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "342e968e-6da4-49eb-b1ff-fdc9ec8006ff", "volume_types": ["aa0d15a3-eb24-4524-a352-8b0d830e3802"], "name": "tempest-GroupsV314Test-Group-1775440256"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Creating new group {'group': {'group_type': '342e968e-6da4-49eb-b1ff-fdc9ec8006ff', 'volume_types': ['aa0d15a3-eb24-4524-a352-8b0d830e3802'], 'name': 'tempest-GroupsV314Test-Group-1775440256'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Creating group tempest-GroupsV314Test-Group-1775440256. -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Created reservations ['b58a53af-1a45-42c9-8a63-b4f31a8abaf1'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:37:37 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 151/302] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:37:37 2025] POST /volume/v3/groups => generated 108 bytes in 123 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a9fa1c98-57ae-40ac-8bca-fc750cb2c182 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a9fa1c98-57ae-40ac-8bca-fc750cb2c182 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a9fa1c98-57ae-40ac-8bca-fc750cb2c182 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a9fa1c98-57ae-40ac-8bca-fc750cb2c182 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-a9fa1c98-57ae-40ac-8bca-fc750cb2c182 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] show called for member a97892fa-e9c0-4f2b-8465-592b35aaa707 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a9fa1c98-57ae-40ac-8bca-fc750cb2c182 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 returned with HTTP 200 -Jan 03 20:37:37 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 152/303] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:37 2025] GET /volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 => generated 388 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d577bc3e-b450-4596-85e7-e142a546766e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d577bc3e-b450-4596-85e7-e142a546766e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d577bc3e-b450-4596-85e7-e142a546766e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d577bc3e-b450-4596-85e7-e142a546766e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-d577bc3e-b450-4596-85e7-e142a546766e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] show called for member a97892fa-e9c0-4f2b-8465-592b35aaa707 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d577bc3e-b450-4596-85e7-e142a546766e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 returned with HTTP 200 -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 152/304] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:38 2025] GET /volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 => generated 389 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1965882651", "volume_type": "aa0d15a3-eb24-4524-a352-8b0d830e3802", "group_id": "a97892fa-e9c0-4f2b-8465-592b35aaa707", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1965882651', 'volume_type': 'aa0d15a3-eb24-4524-a352-8b0d830e3802', 'group_id': 'a97892fa-e9c0-4f2b-8465-592b35aaa707', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Create volume of 1 GB -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Flow 'volume_create_api' (2ccec979-f63a-41c0-99d8-d76c5c0c352f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e51c0c9e-f570-49d4-bd99-4863482b27bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e51c0c9e-f570-49d4-bd99-4863482b27bf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:37Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=aa0d15a3-eb24-4524-a352-8b0d830e3802,is_public=True,name='tempest-GroupsV314Test-volume-type-50376658',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'aa0d15a3-eb24-4524-a352-8b0d830e3802', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'a97892fa-e9c0-4f2b-8465-592b35aaa707', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1fadde5b-55a7-4794-90cb-521680d801c3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsV314Test-volume-type-50376658 is set by the default quota flag: quota_volumes_tempest-GroupsV314Test-volume-type-50376658, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsV314Test-volume-type-50376658 is set by the default quota flag: quota_gigabytes_tempest-GroupsV314Test-volume-type-50376658, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Created reservations ['d18f2d9c-a9a7-4943-91da-d585ec3e58c7', 'f82c4304-8b41-4e47-a073-3d244d8e7e06', 'b7e5ba43-527a-4e0c-8e25-9e63eba2ce15', '694693b2-3fef-4510-ac97-82269ea20dfe'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1fadde5b-55a7-4794-90cb-521680d801c3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['d18f2d9c-a9a7-4943-91da-d585ec3e58c7', 'f82c4304-8b41-4e47-a073-3d244d8e7e06', 'b7e5ba43-527a-4e0c-8e25-9e63eba2ce15', '694693b2-3fef-4510-ac97-82269ea20dfe']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f989ce5c-84e6-4b97-8ca2-69d035eea12c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f989ce5c-84e6-4b97-8ca2-69d035eea12c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '85264f7c-a689-434e-8b24-87f077ccafcc', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1965882651',encryption_key_id=None,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,group_type_id=,metadata={},multiattach=False,project_id='827537ff166440c4928248b33a8e4f18',qos_specs=None,replication_status=,reservations=['d18f2d9c-a9a7-4943-91da-d585ec3e58c7','f82c4304-8b41-4e47-a073-3d244d8e7e06','b7e5ba43-527a-4e0c-8e25-9e63eba2ce15','694693b2-3fef-4510-ac97-82269ea20dfe'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1965882651',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,host=None,id=85264f7c-a689-434e-8b24-87f077ccafcc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6e345e0c-4ea2-431f-a20f-fc03136c42ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6e345e0c-4ea2-431f-a20f-fc03136c42ae) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1965882651',encryption_key_id=None,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,group_type_id=,metadata={},multiattach=False,project_id='827537ff166440c4928248b33a8e4f18',qos_specs=None,replication_status=,reservations=['d18f2d9c-a9a7-4943-91da-d585ec3e58c7','f82c4304-8b41-4e47-a073-3d244d8e7e06','b7e5ba43-527a-4e0c-8e25-9e63eba2ce15','694693b2-3fef-4510-ac97-82269ea20dfe'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1bce1f4b-9f88-489b-b577-01ca6661e5b9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1bce1f4b-9f88-489b-b577-01ca6661e5b9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Flow 'volume_create_api' (2ccec979-f63a-41c0-99d8-d76c5c0c352f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Create volume request issued successfully. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:38 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 153/305] 10.201.9.223 () {62 vars in 1182 bytes} [Fri Jan 3 20:37:38 2025] POST /volume/v3/volumes => generated 819 bytes in 145 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Volume info retrieved successfully. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f32007b7-90a3-44e4-8098-9153b7425aa3 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc returned with HTTP 200 -Jan 03 20:37:38 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 153/306] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:38 2025] GET /volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc => generated 887 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Volume info retrieved successfully. -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e0c35c1b-d26e-4c4c-b912-3f04a0dd218f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc returned with HTTP 200 -Jan 03 20:37:39 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 154/307] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:39 2025] GET /volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc => generated 912 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] POST http://10.201.9.223/volume/v3/groups/action -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action body: b'{"create-from-src": {"source_group_id": "a97892fa-e9c0-4f2b-8465-592b35aaa707", "name": "tempest-Group_from_grp-1877952963"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action: 'action', calling method: version_select, body: {"create-from-src": {"source_group_id": "a97892fa-e9c0-4f2b-8465-592b35aaa707", "name": "tempest-Group_from_grp-1877952963"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Creating new group {'create-from-src': {'source_group_id': 'a97892fa-e9c0-4f2b-8465-592b35aaa707', 'name': 'tempest-Group_from_grp-1877952963'}}. {{(pid=115586) create_from_src /opt/stack/cinder/cinder/api/v3/groups.py:236}} -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Creating group tempest-Group_from_grp-1877952963 from source group a97892fa-e9c0-4f2b-8465-592b35aaa707. -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Created reservations ['4df69573-44dd-47c6-a529-7c65345163ef'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: INFO cinder.group.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] A mapping entry already exists for group 23fa8fe9-89ab-4f33-a150-569d1a62f7c3 and volume type aa0d15a3-eb24-4524-a352-8b0d830e3802. Do not need to create again. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Flow 'volume_create_api' (321dc833-a51e-481f-af43-de457bdecd1f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (197489f4-c7c9-4c5a-9f6f-1a4104767540) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Validating volume size '1' using validate_int, validate_source_size {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (197489f4-c7c9-4c5a-9f6f-1a4104767540) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': '85264f7c-a689-434e-8b24-87f077ccafcc', 'volume_type': VolumeType(created_at=2025-01-03T20:37:37Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=aa0d15a3-eb24-4524-a352-8b0d830e3802,is_public=True,name='tempest-GroupsV314Test-volume-type-50376658',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'aa0d15a3-eb24-4524-a352-8b0d830e3802', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '23fa8fe9-89ab-4f33-a150-569d1a62f7c3', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3f1d5cc7-28f4-4cd4-8f00-ef9e4932dcd1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsV314Test-volume-type-50376658 is set by the default quota flag: quota_volumes_tempest-GroupsV314Test-volume-type-50376658, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsV314Test-volume-type-50376658 is set by the default quota flag: quota_gigabytes_tempest-GroupsV314Test-volume-type-50376658, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Created reservations ['8622c863-05cc-4642-b49a-6534442fa80e', 'ed7192e8-404a-4f4e-967a-250898424ea6', '7931f16b-91a0-4159-a427-90da6e826879', 'b59949b1-2bf5-40f2-a36f-7fa5267fc284'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3f1d5cc7-28f4-4cd4-8f00-ef9e4932dcd1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8622c863-05cc-4642-b49a-6534442fa80e', 'ed7192e8-404a-4f4e-967a-250898424ea6', '7931f16b-91a0-4159-a427-90da6e826879', 'b59949b1-2bf5-40f2-a36f-7fa5267fc284']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (471ddaf3-ddb4-426a-b212-834f0b9a1168) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (471ddaf3-ddb4-426a-b212-834f0b9a1168) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '6f2c80a1-6ede-445f-b52b-d69adc1fee0f', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,group_type_id=,metadata={},multiattach=False,project_id='827537ff166440c4928248b33a8e4f18',qos_specs=None,replication_status=,reservations=['8622c863-05cc-4642-b49a-6534442fa80e','ed7192e8-404a-4f4e-967a-250898424ea6','7931f16b-91a0-4159-a427-90da6e826879','b59949b1-2bf5-40f2-a36f-7fa5267fc284'],size=1,snapshot_id=None,source_replicaid=,source_volid=85264f7c-a689-434e-8b24-87f077ccafcc,status='creating',user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:40Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,host=None,id=6f2c80a1-6ede-445f-b52b-d69adc1fee0f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=85264f7c-a689-434e-8b24-87f077ccafcc,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a7ef2918-c331-4f0d-9199-7c563f787c5c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a7ef2918-c331-4f0d-9199-7c563f787c5c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,group_type_id=,metadata={},multiattach=False,project_id='827537ff166440c4928248b33a8e4f18',qos_specs=None,replication_status=,reservations=['8622c863-05cc-4642-b49a-6534442fa80e','ed7192e8-404a-4f4e-967a-250898424ea6','7931f16b-91a0-4159-a427-90da6e826879','b59949b1-2bf5-40f2-a36f-7fa5267fc284'],size=1,snapshot_id=None,source_replicaid=,source_volid=85264f7c-a689-434e-8b24-87f077ccafcc,status='creating',user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Flow 'volume_create_api' (321dc833-a51e-481f-af43-de457bdecd1f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Create volume request issued successfully. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/action returned with HTTP 202 -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 154/308] 10.201.9.223 () {62 vars in 1200 bytes} [Fri Jan 3 20:37:39 2025] POST /volume/v3/groups/action => generated 102 bytes in 716 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Get all volumes completed successfully. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dbf0a603-be81-47a1-a641-3e8ea768f0fe tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:40 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 155/309] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:40 2025] GET /volume/v3/volumes/detail => generated 1827 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Volume info retrieved successfully. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07549d96-9ff2-486e-a3e9-adc7cb607ec5 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f returned with HTTP 200 -Jan 03 20:37:40 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 155/310] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:40 2025] GET /volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f => generated 922 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Volume info retrieved successfully. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9cfacd9f-2295-4530-bd79-7f425c4582c7 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f returned with HTTP 200 -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 156/311] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:41 2025] GET /volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f => generated 923 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-71e23614-499b-4ec5-86e4-6fc506cf4a96 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-71e23614-499b-4ec5-86e4-6fc506cf4a96 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3 -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-71e23614-499b-4ec5-86e4-6fc506cf4a96 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-71e23614-499b-4ec5-86e4-6fc506cf4a96 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-71e23614-499b-4ec5-86e4-6fc506cf4a96 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] show called for member 23fa8fe9-89ab-4f33-a150-569d1a62f7c3 {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-71e23614-499b-4ec5-86e4-6fc506cf4a96 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3 returned with HTTP 200 -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 156/312] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:41 2025] GET /volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3 => generated 417 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Get all volumes completed successfully. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cdd7787e-f58a-40dc-b4f3-bdca6eac7bf4 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 157/313] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:41 2025] GET /volume/v3/volumes/detail => generated 1828 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] POST http://10.201.9.223/volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3/action -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] delete called for group 23fa8fe9-89ab-4f33-a150-569d1a62f7c3 {{(pid=115586) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.groups [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Delete group with id: 23fa8fe9-89ab-4f33-a150-569d1a62f7c3 -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3/action returned with HTTP 202 -Jan 03 20:37:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 157/314] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:41 2025] POST /volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3/action => generated 0 bytes in 53 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Volume info retrieved successfully. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-10bd1cfb-d4d0-40d5-9e8d-900d25c3e2d1 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f returned with HTTP 200 -Jan 03 20:37:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 158/315] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:41 2025] GET /volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f => generated 922 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-04afe18d-cfdf-40fe-811e-2a0249c193fb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-04afe18d-cfdf-40fe-811e-2a0249c193fb tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-04afe18d-cfdf-40fe-811e-2a0249c193fb tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-04afe18d-cfdf-40fe-811e-2a0249c193fb tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-04afe18d-cfdf-40fe-811e-2a0249c193fb tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f returned with HTTP 404 -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 158/316] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:42 2025] GET /volume/v3/volumes/6f2c80a1-6ede-445f-b52b-d69adc1fee0f => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2be65bba-a4d0-4345-902d-31ce1908d95b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2be65bba-a4d0-4345-902d-31ce1908d95b tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3 -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2be65bba-a4d0-4345-902d-31ce1908d95b tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2be65bba-a4d0-4345-902d-31ce1908d95b tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-2be65bba-a4d0-4345-902d-31ce1908d95b tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] show called for member 23fa8fe9-89ab-4f33-a150-569d1a62f7c3 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2be65bba-a4d0-4345-902d-31ce1908d95b tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3 returned with HTTP 404 -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 159/317] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:42 2025] GET /volume/v3/groups/23fa8fe9-89ab-4f33-a150-569d1a62f7c3 => generated 108 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-93179fd1-9805-4409-a0fb-e389ea6e304e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Get all volumes completed successfully. -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93179fd1-9805-4409-a0fb-e389ea6e304e tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 159/318] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:42 2025] GET /volume/v3/volumes/detail => generated 915 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ac75a61c-9985-42df-b324-6549f3b88a2f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] POST http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707/action -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] delete called for group a97892fa-e9c0-4f2b-8465-592b35aaa707 {{(pid=115585) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Delete group with id: a97892fa-e9c0-4f2b-8465-592b35aaa707 -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707/action returned with HTTP 202 -Jan 03 20:37:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 160/319] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:42 2025] POST /volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707/action => generated 0 bytes in 54 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Volume info retrieved successfully. -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: WARNING stevedore.named [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: WARNING castellan.key_manager [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: DEBUG oslo_db.sqlalchemy.engines [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-87eb8be3-79b4-48f1-bb8c-6a900f59a14d tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc returned with HTTP 200 -Jan 03 20:37:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 160/320] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:42 2025] GET /volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc => generated 911 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Volume info retrieved successfully. -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: WARNING stevedore.named [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: WARNING castellan.key_manager [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: DEBUG oslo_db.sqlalchemy.engines [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115585) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cfc81bb8-513d-4f5e-837d-1e7928c5e7be tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc returned with HTTP 200 -Jan 03 20:37:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 161/321] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:43 2025] GET /volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc => generated 910 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d3a65f3e-c09e-4838-bac0-5de33d671875 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d3a65f3e-c09e-4838-bac0-5de33d671875 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d3a65f3e-c09e-4838-bac0-5de33d671875 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d3a65f3e-c09e-4838-bac0-5de33d671875 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d3a65f3e-c09e-4838-bac0-5de33d671875 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc returned with HTTP 404 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 161/322] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:37:44 2025] GET /volume/v3/volumes/85264f7c-a689-434e-8b24-87f077ccafcc => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-295fda3b-0799-4282-b6b1-262f6a1d2e15 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-295fda3b-0799-4282-b6b1-262f6a1d2e15 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] GET http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-295fda3b-0799-4282-b6b1-262f6a1d2e15 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-295fda3b-0799-4282-b6b1-262f6a1d2e15 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-295fda3b-0799-4282-b6b1-262f6a1d2e15 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] show called for member a97892fa-e9c0-4f2b-8465-592b35aaa707 {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-295fda3b-0799-4282-b6b1-262f6a1d2e15 tempest-GroupsV314Test-116446284 tempest-GroupsV314Test-116446284-project-member] http://10.201.9.223/volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 returned with HTTP 404 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 162/323] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:44 2025] GET /volume/v3/groups/a97892fa-e9c0-4f2b-8465-592b35aaa707 => generated 108 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4986f40a-74c1-4300-a94b-c19996b28a37 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4986f40a-74c1-4300-a94b-c19996b28a37 tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] DELETE http://10.201.9.223/volume/v3/group_types/342e968e-6da4-49eb-b1ff-fdc9ec8006ff -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4986f40a-74c1-4300-a94b-c19996b28a37 tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4986f40a-74c1-4300-a94b-c19996b28a37 tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4986f40a-74c1-4300-a94b-c19996b28a37 tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] http://10.201.9.223/volume/v3/group_types/342e968e-6da4-49eb-b1ff-fdc9ec8006ff returned with HTTP 202 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 162/324] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:44 2025] DELETE /volume/v3/group_types/342e968e-6da4-49eb-b1ff-fdc9ec8006ff => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9663aacd-9ed0-4e2c-bec0-82d862cd074b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9663aacd-9ed0-4e2c-bec0-82d862cd074b tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] DELETE http://10.201.9.223/volume/v3/types/aa0d15a3-eb24-4524-a352-8b0d830e3802 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9663aacd-9ed0-4e2c-bec0-82d862cd074b tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9663aacd-9ed0-4e2c-bec0-82d862cd074b tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9663aacd-9ed0-4e2c-bec0-82d862cd074b tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] http://10.201.9.223/volume/v3/types/aa0d15a3-eb24-4524-a352-8b0d830e3802 returned with HTTP 202 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 163/325] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:44 2025] DELETE /volume/v3/types/aa0d15a3-eb24-4524-a352-8b0d830e3802 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a18cc7ea-7468-43f9-a6eb-40d6208cd08f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a18cc7ea-7468-43f9-a6eb-40d6208cd08f tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] GET http://10.201.9.223/volume/v3/types/aa0d15a3-eb24-4524-a352-8b0d830e3802 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a18cc7ea-7468-43f9-a6eb-40d6208cd08f tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a18cc7ea-7468-43f9-a6eb-40d6208cd08f tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a18cc7ea-7468-43f9-a6eb-40d6208cd08f tempest-GroupsV314Test-1362479252 tempest-GroupsV314Test-1362479252-project-******] http://10.201.9.223/volume/v3/types/aa0d15a3-eb24-4524-a352-8b0d830e3802 returned with HTTP 404 -Jan 03 20:37:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 163/326] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:44 2025] GET /volume/v3/types/aa0d15a3-eb24-4524-a352-8b0d830e3802 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0d651389-0435-4783-a2b8-5689cb62196c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d651389-0435-4783-a2b8-5689cb62196c tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0d651389-0435-4783-a2b8-5689cb62196c tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsV320Test-volume-type-1865030027"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d651389-0435-4783-a2b8-5689cb62196c tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 164/327] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:37:46 2025] POST /volume/v3/types => generated 220 bytes in 86 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8d6c6308-fd26-4269-a6ae-b43806dcbbc0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8d6c6308-fd26-4269-a6ae-b43806dcbbc0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] POST http://10.201.9.223/volume/v3/group_types -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8d6c6308-fd26-4269-a6ae-b43806dcbbc0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsV320Test-group-type-986073732"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8d6c6308-fd26-4269-a6ae-b43806dcbbc0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 164/328] 10.201.9.223 () {62 vars in 1193 bytes} [Fri Jan 3 20:37:46 2025] POST /volume/v3/group_types => generated 176 bytes in 20 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] POST http://10.201.9.223/volume/v3/groups -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "a000d606-a8e5-489e-b5c4-5e2576eb7b9e", "volume_types": ["d60aa3b5-5db7-4063-935d-8a4a10bd92f0"], "name": "tempest-GroupsV320Test-Group-214373465"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Creating new group {'group': {'group_type': 'a000d606-a8e5-489e-b5c4-5e2576eb7b9e', 'volume_types': ['d60aa3b5-5db7-4063-935d-8a4a10bd92f0'], 'name': 'tempest-GroupsV320Test-Group-214373465'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Creating group tempest-GroupsV320Test-Group-214373465. -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Created reservations ['a5e8b50b-072c-48f1-bd35-e4c135b63982'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 -Jan 03 20:37:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 165/329] 10.201.9.223 () {62 vars in 1179 bytes} [Fri Jan 3 20:37:46 2025] POST /volume/v3/groups => generated 107 bytes in 113 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0927abcd-60bd-4f16-bd22-140d5b49e5dc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0927abcd-60bd-4f16-bd22-140d5b49e5dc tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0927abcd-60bd-4f16-bd22-140d5b49e5dc tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0927abcd-60bd-4f16-bd22-140d5b49e5dc tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-0927abcd-60bd-4f16-bd22-140d5b49e5dc tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0927abcd-60bd-4f16-bd22-140d5b49e5dc tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 200 -Jan 03 20:37:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 165/330] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:46 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 387 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1523b9a1-0d92-47b0-8871-95f546b64305 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1523b9a1-0d92-47b0-8871-95f546b64305 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1523b9a1-0d92-47b0-8871-95f546b64305 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1523b9a1-0d92-47b0-8871-95f546b64305 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-1523b9a1-0d92-47b0-8871-95f546b64305 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1523b9a1-0d92-47b0-8871-95f546b64305 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 200 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 166/331] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:47 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 388 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9799f171-5f7a-410e-bd39-939424bc72ad None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9799f171-5f7a-410e-bd39-939424bc72ad tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] POST http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9799f171-5f7a-410e-bd39-939424bc72ad tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action body: b'{"reset_status": {"status": "creating"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9799f171-5f7a-410e-bd39-939424bc72ad tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action: 'action', calling method: version_select, body: {"reset_status": {"status": "creating"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-9799f171-5f7a-410e-bd39-939424bc72ad tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Updating group 'f303e0fc-42c2-4a68-8ddc-89c7292937fc' with 'creating' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9799f171-5f7a-410e-bd39-939424bc72ad tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action returned with HTTP 202 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 166/332] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:48 2025] POST /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action => generated 0 bytes in 20 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-674b2766-223e-4ee6-b47a-610f2cc50591 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-674b2766-223e-4ee6-b47a-610f2cc50591 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-674b2766-223e-4ee6-b47a-610f2cc50591 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-674b2766-223e-4ee6-b47a-610f2cc50591 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-674b2766-223e-4ee6-b47a-610f2cc50591 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-674b2766-223e-4ee6-b47a-610f2cc50591 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 200 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 167/333] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:48 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 387 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f68bf8f0-7214-4840-9a81-770b6b9b4dd0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f68bf8f0-7214-4840-9a81-770b6b9b4dd0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] POST http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f68bf8f0-7214-4840-9a81-770b6b9b4dd0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f68bf8f0-7214-4840-9a81-770b6b9b4dd0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-f68bf8f0-7214-4840-9a81-770b6b9b4dd0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Updating group 'f303e0fc-42c2-4a68-8ddc-89c7292937fc' with 'available' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f68bf8f0-7214-4840-9a81-770b6b9b4dd0 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action returned with HTTP 202 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 167/334] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:48 2025] POST /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action => generated 0 bytes in 14 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a46b2fd6-85c5-466c-8c1e-8ce2104ea117 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a46b2fd6-85c5-466c-8c1e-8ce2104ea117 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a46b2fd6-85c5-466c-8c1e-8ce2104ea117 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a46b2fd6-85c5-466c-8c1e-8ce2104ea117 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-a46b2fd6-85c5-466c-8c1e-8ce2104ea117 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a46b2fd6-85c5-466c-8c1e-8ce2104ea117 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 200 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 168/335] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:48 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 388 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-93d3bccf-eb98-4a27-8d5b-cac81bf0eb76 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93d3bccf-eb98-4a27-8d5b-cac81bf0eb76 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] POST http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93d3bccf-eb98-4a27-8d5b-cac81bf0eb76 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action body: b'{"reset_status": {"status": "error"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93d3bccf-eb98-4a27-8d5b-cac81bf0eb76 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "error"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-93d3bccf-eb98-4a27-8d5b-cac81bf0eb76 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Updating group 'f303e0fc-42c2-4a68-8ddc-89c7292937fc' with 'error' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93d3bccf-eb98-4a27-8d5b-cac81bf0eb76 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action returned with HTTP 202 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 168/336] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:48 2025] POST /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action => generated 0 bytes in 13 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-719af193-f521-458c-9ff1-2b5bfad8e850 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-719af193-f521-458c-9ff1-2b5bfad8e850 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-719af193-f521-458c-9ff1-2b5bfad8e850 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-719af193-f521-458c-9ff1-2b5bfad8e850 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-719af193-f521-458c-9ff1-2b5bfad8e850 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-719af193-f521-458c-9ff1-2b5bfad8e850 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 200 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 169/337] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:48 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 384 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-78422400-c75c-46c9-a7c9-caa548a580e8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-78422400-c75c-46c9-a7c9-caa548a580e8 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] POST http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-78422400-c75c-46c9-a7c9-caa548a580e8 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-78422400-c75c-46c9-a7c9-caa548a580e8 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-78422400-c75c-46c9-a7c9-caa548a580e8 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Updating group 'f303e0fc-42c2-4a68-8ddc-89c7292937fc' with 'available' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-78422400-c75c-46c9-a7c9-caa548a580e8 tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action returned with HTTP 202 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 169/338] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:48 2025] POST /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action => generated 0 bytes in 15 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5cc70102-ee8f-4a61-a9a4-e192578399bb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5cc70102-ee8f-4a61-a9a4-e192578399bb tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5cc70102-ee8f-4a61-a9a4-e192578399bb tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5cc70102-ee8f-4a61-a9a4-e192578399bb tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-5cc70102-ee8f-4a61-a9a4-e192578399bb tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5cc70102-ee8f-4a61-a9a4-e192578399bb tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 200 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 170/339] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:48 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 388 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Get all volumes completed successfully. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8d17494-0822-4c6f-882b-f7ab1b7a99f2 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 170/340] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:37:48 2025] GET /volume/v3/volumes/detail => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] POST http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] delete called for group f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115585) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.groups [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Delete group with id: f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action returned with HTTP 202 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 171/341] 10.201.9.223 () {62 vars in 1310 bytes} [Fri Jan 3 20:37:48 2025] POST /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc/action => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-48cb3549-ecf6-4258-8c36-abd7ac0c2cdf None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-48cb3549-ecf6-4258-8c36-abd7ac0c2cdf tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-48cb3549-ecf6-4258-8c36-abd7ac0c2cdf tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-48cb3549-ecf6-4258-8c36-abd7ac0c2cdf tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.groups [None req-48cb3549-ecf6-4258-8c36-abd7ac0c2cdf tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115586) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-48cb3549-ecf6-4258-8c36-abd7ac0c2cdf tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 200 -Jan 03 20:37:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 171/342] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:48 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 387 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-81202782-58de-4397-b3bb-b3f2feb97f4b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-81202782-58de-4397-b3bb-b3f2feb97f4b tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] GET http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-81202782-58de-4397-b3bb-b3f2feb97f4b tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-81202782-58de-4397-b3bb-b3f2feb97f4b tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.groups [None req-81202782-58de-4397-b3bb-b3f2feb97f4b tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] show called for member f303e0fc-42c2-4a68-8ddc-89c7292937fc {{(pid=115585) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-81202782-58de-4397-b3bb-b3f2feb97f4b tempest-GroupsV320Test-2012066643 tempest-GroupsV320Test-2012066643-project-member] http://10.201.9.223/volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc returned with HTTP 404 -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 172/343] 10.201.9.223 () {60 vars in 1268 bytes} [Fri Jan 3 20:37:49 2025] GET /volume/v3/groups/f303e0fc-42c2-4a68-8ddc-89c7292937fc => generated 108 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0472c837-97a1-49ca-bb02-a383ae7a73fc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0472c837-97a1-49ca-bb02-a383ae7a73fc tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] DELETE http://10.201.9.223/volume/v3/group_types/a000d606-a8e5-489e-b5c4-5e2576eb7b9e -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0472c837-97a1-49ca-bb02-a383ae7a73fc tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0472c837-97a1-49ca-bb02-a383ae7a73fc tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0472c837-97a1-49ca-bb02-a383ae7a73fc tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/group_types/a000d606-a8e5-489e-b5c4-5e2576eb7b9e returned with HTTP 202 -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 172/344] 10.201.9.223 () {60 vars in 1286 bytes} [Fri Jan 3 20:37:49 2025] DELETE /volume/v3/group_types/a000d606-a8e5-489e-b5c4-5e2576eb7b9e => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d2f510c3-bfec-456d-baf5-f0c9a9a383bb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2f510c3-bfec-456d-baf5-f0c9a9a383bb tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] DELETE http://10.201.9.223/volume/v3/types/d60aa3b5-5db7-4063-935d-8a4a10bd92f0 -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d2f510c3-bfec-456d-baf5-f0c9a9a383bb tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d2f510c3-bfec-456d-baf5-f0c9a9a383bb tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2f510c3-bfec-456d-baf5-f0c9a9a383bb tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/types/d60aa3b5-5db7-4063-935d-8a4a10bd92f0 returned with HTTP 202 -Jan 03 20:37:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 173/345] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:49 2025] DELETE /volume/v3/types/d60aa3b5-5db7-4063-935d-8a4a10bd92f0 => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c78d25b0-01b2-4b26-bf8e-0b8f7024f4ae None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c78d25b0-01b2-4b26-bf8e-0b8f7024f4ae tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] GET http://10.201.9.223/volume/v3/types/d60aa3b5-5db7-4063-935d-8a4a10bd92f0 -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c78d25b0-01b2-4b26-bf8e-0b8f7024f4ae tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c78d25b0-01b2-4b26-bf8e-0b8f7024f4ae tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c78d25b0-01b2-4b26-bf8e-0b8f7024f4ae tempest-GroupsV320Test-931934548 tempest-GroupsV320Test-931934548-project-******] http://10.201.9.223/volume/v3/types/d60aa3b5-5db7-4063-935d-8a4a10bd92f0 returned with HTTP 404 -Jan 03 20:37:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 173/346] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:49 2025] GET /volume/v3/types/d60aa3b5-5db7-4063-935d-8a4a10bd92f0 => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d2fb8e71-c417-45e4-8eee-735856b43a3f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2fb8e71-c417-45e4-8eee-735856b43a3f tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d2fb8e71-c417-45e4-8eee-735856b43a3f tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-775344056", "extra_specs": {"volume_backend_name": "3par2"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2fb8e71-c417-45e4-8eee-735856b43a3f tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 174/347] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:37:51 2025] POST /volume/v3/types => generated 250 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-1637726697", "volume_type": "tempest-VolumeMultiBackendTest-Type-775344056", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-1637726697', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-775344056', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume of 1 GB -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (f1a70c49-1baa-479d-83d8-b75db0151195) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4abcd7f2-fd8a-4c66-ab4f-4162f2a5a570) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4abcd7f2-fd8a-4c66-ab4f-4162f2a5a570) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:51Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='3par2'},id=ebfed83d-cd22-4ab6-84f3-6b6f768462ed,is_public=True,name='tempest-VolumeMultiBackendTest-Type-775344056',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'ebfed83d-cd22-4ab6-84f3-6b6f768462ed', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ef6e5de6-8ef2-4ea9-b41b-ab0cb64926a8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-775344056 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-775344056, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-775344056 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-775344056, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Created reservations ['469c620f-af63-4b7b-bb5b-60ba5f85bda8', '2f13eee7-acec-4917-b82f-d86d748624b6', 'b6d4b36a-f545-43e2-b637-e363259a317d', 'de92895c-c4f9-4b88-a23d-86e04a61e522'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ef6e5de6-8ef2-4ea9-b41b-ab0cb64926a8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['469c620f-af63-4b7b-bb5b-60ba5f85bda8', '2f13eee7-acec-4917-b82f-d86d748624b6', 'b6d4b36a-f545-43e2-b637-e363259a317d', 'de92895c-c4f9-4b88-a23d-86e04a61e522']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (766f9a56-17ca-475c-bfc4-e76da13889e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (766f9a56-17ca-475c-bfc4-e76da13889e0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '9ea5c5fe-9402-41c9-bd4c-a99432bb8909', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1637726697',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['469c620f-af63-4b7b-bb5b-60ba5f85bda8','2f13eee7-acec-4917-b82f-d86d748624b6','b6d4b36a-f545-43e2-b637-e363259a317d','de92895c-c4f9-4b88-a23d-86e04a61e522'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=ebfed83d-cd22-4ab6-84f3-6b6f768462ed), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1637726697',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=9ea5c5fe-9402-41c9-bd4c-a99432bb8909,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ebfed83d-cd22-4ab6-84f3-6b6f768462ed),volume_type_id=ebfed83d-cd22-4ab6-84f3-6b6f768462ed)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a186f97c-17bf-4b62-9c08-d4a64eb11bf2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a186f97c-17bf-4b62-9c08-d4a64eb11bf2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1637726697',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['469c620f-af63-4b7b-bb5b-60ba5f85bda8','2f13eee7-acec-4917-b82f-d86d748624b6','b6d4b36a-f545-43e2-b637-e363259a317d','de92895c-c4f9-4b88-a23d-86e04a61e522'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=ebfed83d-cd22-4ab6-84f3-6b6f768462ed)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (001ac190-dc59-4859-86d3-2a561cfb8e9b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (001ac190-dc59-4859-86d3-2a561cfb8e9b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (f1a70c49-1baa-479d-83d8-b75db0151195) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request issued successfully. -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:51 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 174/348] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:51 2025] POST /volume/v3/volumes => generated 792 bytes in 198 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-473682d9-1e07-4e4a-acde-466afdff6285 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-473682d9-1e07-4e4a-acde-466afdff6285 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-473682d9-1e07-4e4a-acde-466afdff6285 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-473682d9-1e07-4e4a-acde-466afdff6285 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-473682d9-1e07-4e4a-acde-466afdff6285 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-473682d9-1e07-4e4a-acde-466afdff6285 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 200 -Jan 03 20:37:51 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 175/349] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:51 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-614146a8-d50e-4f73-9de4-4b536f0a0331 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-614146a8-d50e-4f73-9de4-4b536f0a0331 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-614146a8-d50e-4f73-9de4-4b536f0a0331 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-614146a8-d50e-4f73-9de4-4b536f0a0331 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-614146a8-d50e-4f73-9de4-4b536f0a0331 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-614146a8-d50e-4f73-9de4-4b536f0a0331 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 200 -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 175/350] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:52 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 885 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5f633923-0cf8-4d06-9094-6d56684d8e47 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5f633923-0cf8-4d06-9094-6d56684d8e47 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5f633923-0cf8-4d06-9094-6d56684d8e47 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5f633923-0cf8-4d06-9094-6d56684d8e47 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5f633923-0cf8-4d06-9094-6d56684d8e47 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5f633923-0cf8-4d06-9094-6d56684d8e47 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 200 -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 176/351] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:52 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 1039 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-910d1b49-8c5f-4055-aabc-759ecb6f31f0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-910d1b49-8c5f-4055-aabc-759ecb6f31f0 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-910d1b49-8c5f-4055-aabc-759ecb6f31f0 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-1458071579", "extra_specs": {"capabilities:volume_backend_name": "3par2"}}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-910d1b49-8c5f-4055-aabc-759ecb6f31f0 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 176/352] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:37:52 2025] POST /volume/v3/types => generated 264 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-136413351", "volume_type": "tempest-VolumeMultiBackendTest-Type-1458071579", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-136413351', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-1458071579', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume of 1 GB -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (3fc70b6f-8d36-43d1-acd5-920c7083f59a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e6d288a6-e057-47ea-9814-c191bf70978e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e6d288a6-e057-47ea-9814-c191bf70978e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:53Z,deleted=False,deleted_at=None,description=None,extra_specs={capabilities:volume_backend_name='3par2'},id=48d68a7f-5daf-416b-b45e-591d5691a668,is_public=True,name='tempest-VolumeMultiBackendTest-Type-1458071579',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '48d68a7f-5daf-416b-b45e-591d5691a668', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a44019f1-bb1e-4a4e-bc8c-cac4622a424a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1458071579 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1458071579, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1458071579 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1458071579, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Created reservations ['9d075708-0670-4487-8055-658901bba5cf', '0ad4a992-621c-4416-bca7-e9411cb0b35b', 'a0dd7676-f5a3-486b-aba4-9ffb276210e7', '8977f4a4-c9dc-4b77-9872-a175ff3ebc16'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a44019f1-bb1e-4a4e-bc8c-cac4622a424a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['9d075708-0670-4487-8055-658901bba5cf', '0ad4a992-621c-4416-bca7-e9411cb0b35b', 'a0dd7676-f5a3-486b-aba4-9ffb276210e7', '8977f4a4-c9dc-4b77-9872-a175ff3ebc16']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ed8799f7-8c9c-4992-9048-9c1eebed67c7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ed8799f7-8c9c-4992-9048-9c1eebed67c7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '4e0a1194-0f61-457f-8507-44fdc6fa1fdd', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-136413351',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['9d075708-0670-4487-8055-658901bba5cf','0ad4a992-621c-4416-bca7-e9411cb0b35b','a0dd7676-f5a3-486b-aba4-9ffb276210e7','8977f4a4-c9dc-4b77-9872-a175ff3ebc16'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=48d68a7f-5daf-416b-b45e-591d5691a668), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-136413351',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=4e0a1194-0f61-457f-8507-44fdc6fa1fdd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(48d68a7f-5daf-416b-b45e-591d5691a668),volume_type_id=48d68a7f-5daf-416b-b45e-591d5691a668)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2b8f388c-b185-41e6-9d84-b4f88b6b98d2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2b8f388c-b185-41e6-9d84-b4f88b6b98d2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-136413351',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['9d075708-0670-4487-8055-658901bba5cf','0ad4a992-621c-4416-bca7-e9411cb0b35b','a0dd7676-f5a3-486b-aba4-9ffb276210e7','8977f4a4-c9dc-4b77-9872-a175ff3ebc16'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=48d68a7f-5daf-416b-b45e-591d5691a668)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (13edbb4d-1815-4ef5-89f5-62461fdc79b1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (13edbb4d-1815-4ef5-89f5-62461fdc79b1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (3fc70b6f-8d36-43d1-acd5-920c7083f59a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request issued successfully. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 177/353] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:52 2025] POST /volume/v3/volumes => generated 792 bytes in 127 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0327388c-f297-42bb-8816-07a6a5878c5e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0327388c-f297-42bb-8816-07a6a5878c5e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0327388c-f297-42bb-8816-07a6a5878c5e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0327388c-f297-42bb-8816-07a6a5878c5e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-0327388c-f297-42bb-8816-07a6a5878c5e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0327388c-f297-42bb-8816-07a6a5878c5e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 200 -Jan 03 20:37:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 177/354] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:52 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 860 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0ac64492-71bd-461e-80eb-4a4dd24a4d9c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0ac64492-71bd-461e-80eb-4a4dd24a4d9c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0ac64492-71bd-461e-80eb-4a4dd24a4d9c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0ac64492-71bd-461e-80eb-4a4dd24a4d9c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0ac64492-71bd-461e-80eb-4a4dd24a4d9c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0ac64492-71bd-461e-80eb-4a4dd24a4d9c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 200 -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 178/355] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:53 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 885 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-52515789-1382-41b1-b5ec-5aa7e16c137b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-52515789-1382-41b1-b5ec-5aa7e16c137b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-52515789-1382-41b1-b5ec-5aa7e16c137b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-52515789-1382-41b1-b5ec-5aa7e16c137b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-52515789-1382-41b1-b5ec-5aa7e16c137b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-52515789-1382-41b1-b5ec-5aa7e16c137b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 200 -Jan 03 20:37:53 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 178/356] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:53 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 1039 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-03cc5010-e51f-466c-a4c1-504550ff368a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-03cc5010-e51f-466c-a4c1-504550ff368a tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-03cc5010-e51f-466c-a4c1-504550ff368a tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-2079886358", "extra_specs": {"volume_backend_name": "3par1"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-03cc5010-e51f-466c-a4c1-504550ff368a tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 179/357] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:37:53 2025] POST /volume/v3/types => generated 251 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-32350db4-e39b-4ff8-a733-ff294ead9207 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-1738414306", "volume_type": "tempest-VolumeMultiBackendTest-Type-2079886358", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-1738414306', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-2079886358', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume of 1 GB -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (69f6b10a-4eb5-4886-b6f8-eba223a932fc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6d530977-a59c-44d9-bf6b-3a4c50bedc51) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6d530977-a59c-44d9-bf6b-3a4c50bedc51) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:54Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='3par1'},id=ef7237fe-b11c-4033-a0df-5fea49bd3339,is_public=True,name='tempest-VolumeMultiBackendTest-Type-2079886358',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'ef7237fe-b11c-4033-a0df-5fea49bd3339', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e713f390-3f2c-4f5a-916e-0ad36f8979ca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-2079886358 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-2079886358, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-2079886358 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-2079886358, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Created reservations ['a18f2e73-8bb6-4bef-b7e3-2a569f9a7627', '7f502636-8766-47a8-bf41-19458b24d000', '57b001b7-58ae-4a96-a591-b84d3dc967f2', 'ab051ea6-c218-4633-ac33-322d7d2e62de'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e713f390-3f2c-4f5a-916e-0ad36f8979ca) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['a18f2e73-8bb6-4bef-b7e3-2a569f9a7627', '7f502636-8766-47a8-bf41-19458b24d000', '57b001b7-58ae-4a96-a591-b84d3dc967f2', 'ab051ea6-c218-4633-ac33-322d7d2e62de']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (764c1f8a-4daa-4574-869c-1b99c4abd83a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (764c1f8a-4daa-4574-869c-1b99c4abd83a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '64a08ec1-9f61-4677-a7a3-e732a4faa512', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1738414306',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['a18f2e73-8bb6-4bef-b7e3-2a569f9a7627','7f502636-8766-47a8-bf41-19458b24d000','57b001b7-58ae-4a96-a591-b84d3dc967f2','ab051ea6-c218-4633-ac33-322d7d2e62de'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=ef7237fe-b11c-4033-a0df-5fea49bd3339), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1738414306',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=64a08ec1-9f61-4677-a7a3-e732a4faa512,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ef7237fe-b11c-4033-a0df-5fea49bd3339),volume_type_id=ef7237fe-b11c-4033-a0df-5fea49bd3339)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (df53aafe-7667-4a94-aacf-624b851928b5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (df53aafe-7667-4a94-aacf-624b851928b5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1738414306',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['a18f2e73-8bb6-4bef-b7e3-2a569f9a7627','7f502636-8766-47a8-bf41-19458b24d000','57b001b7-58ae-4a96-a591-b84d3dc967f2','ab051ea6-c218-4633-ac33-322d7d2e62de'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=ef7237fe-b11c-4033-a0df-5fea49bd3339)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (27e4f98e-780d-429d-93e1-d990988773f9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (27e4f98e-780d-429d-93e1-d990988773f9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (69f6b10a-4eb5-4886-b6f8-eba223a932fc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request issued successfully. -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:54 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 179/358] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:54 2025] POST /volume/v3/volumes => generated 793 bytes in 232 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2786854d-1aaa-4a61-a64e-4b8195259ff0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2786854d-1aaa-4a61-a64e-4b8195259ff0 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2786854d-1aaa-4a61-a64e-4b8195259ff0 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2786854d-1aaa-4a61-a64e-4b8195259ff0 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-2786854d-1aaa-4a61-a64e-4b8195259ff0 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2786854d-1aaa-4a61-a64e-4b8195259ff0 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 200 -Jan 03 20:37:54 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 180/359] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:54 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6303faa1-54f7-43e9-81cf-e5b83ab85887 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6303faa1-54f7-43e9-81cf-e5b83ab85887 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6303faa1-54f7-43e9-81cf-e5b83ab85887 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6303faa1-54f7-43e9-81cf-e5b83ab85887 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-6303faa1-54f7-43e9-81cf-e5b83ab85887 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6303faa1-54f7-43e9-81cf-e5b83ab85887 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 200 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 180/360] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:55 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 886 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a86cc5b5-f372-44f1-9f41-221db158d0d5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a86cc5b5-f372-44f1-9f41-221db158d0d5 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a86cc5b5-f372-44f1-9f41-221db158d0d5 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a86cc5b5-f372-44f1-9f41-221db158d0d5 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a86cc5b5-f372-44f1-9f41-221db158d0d5 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a86cc5b5-f372-44f1-9f41-221db158d0d5 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 200 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 181/361] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:55 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 1040 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dc430ad6-2d58-4554-af35-e901341e6e68 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dc430ad6-2d58-4554-af35-e901341e6e68 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dc430ad6-2d58-4554-af35-e901341e6e68 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-1911068425", "extra_specs": {"capabilities:volume_backend_name": "3par1"}}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dc430ad6-2d58-4554-af35-e901341e6e68 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 181/362] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:37:55 2025] POST /volume/v3/types => generated 264 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0326d144-f722-439b-8561-de973fd2063c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-1759768475", "volume_type": "tempest-VolumeMultiBackendTest-Type-1911068425", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-1759768475', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-1911068425', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume of 1 GB -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Availability Zones retrieved successfully. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (7586e4c1-6147-4e29-857f-87631c11b91d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (86de93b2-0654-49a5-97d5-fdf715356993) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (86de93b2-0654-49a5-97d5-fdf715356993) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:37:55Z,deleted=False,deleted_at=None,description=None,extra_specs={capabilities:volume_backend_name='3par1'},id=9b8c1f6d-4e58-4117-ab49-d9d34e18be6e,is_public=True,name='tempest-VolumeMultiBackendTest-Type-1911068425',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '9b8c1f6d-4e58-4117-ab49-d9d34e18be6e', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (97fa4e83-644c-4462-aa3e-a28abd84a309) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1911068425 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1911068425, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1911068425 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1911068425, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Created reservations ['2571b153-9fad-40af-bb77-ef4f4434fbcd', '6ceef4cf-ad65-4d3e-bbb0-d8536867689a', '40285829-9ea4-4199-a791-48becca3a344', '81196307-0de8-46ca-b71a-3c7c7039250a'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (97fa4e83-644c-4462-aa3e-a28abd84a309) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['2571b153-9fad-40af-bb77-ef4f4434fbcd', '6ceef4cf-ad65-4d3e-bbb0-d8536867689a', '40285829-9ea4-4199-a791-48becca3a344', '81196307-0de8-46ca-b71a-3c7c7039250a']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7980b7be-a855-4663-8052-9b0ae205921f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7980b7be-a855-4663-8052-9b0ae205921f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2142f871-c0ba-4062-a3a2-d1a68c1ea396', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1759768475',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['2571b153-9fad-40af-bb77-ef4f4434fbcd','6ceef4cf-ad65-4d3e-bbb0-d8536867689a','40285829-9ea4-4199-a791-48becca3a344','81196307-0de8-46ca-b71a-3c7c7039250a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=9b8c1f6d-4e58-4117-ab49-d9d34e18be6e), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1759768475',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=2142f871-c0ba-4062-a3a2-d1a68c1ea396,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(9b8c1f6d-4e58-4117-ab49-d9d34e18be6e),volume_type_id=9b8c1f6d-4e58-4117-ab49-d9d34e18be6e)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f0dfe890-00d7-4ff2-9d3b-c69aa972d1ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f0dfe890-00d7-4ff2-9d3b-c69aa972d1ae) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1759768475',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4868c605f83149c1addef3bd417f6715',qos_specs=None,replication_status=,reservations=['2571b153-9fad-40af-bb77-ef4f4434fbcd','6ceef4cf-ad65-4d3e-bbb0-d8536867689a','40285829-9ea4-4199-a791-48becca3a344','81196307-0de8-46ca-b71a-3c7c7039250a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91bb516e588f4089b72128d0a0ba24f0',volume_type_id=9b8c1f6d-4e58-4117-ab49-d9d34e18be6e)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e4128bcc-7b94-41c7-bc56-49a110f28892) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e4128bcc-7b94-41c7-bc56-49a110f28892) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Flow 'volume_create_api' (7586e4c1-6147-4e29-857f-87631c11b91d) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Create volume request issued successfully. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 182/363] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:55 2025] POST /volume/v3/volumes => generated 793 bytes in 256 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9af17544-63a2-42c8-9601-6b8c987c9e7c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9af17544-63a2-42c8-9601-6b8c987c9e7c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9af17544-63a2-42c8-9601-6b8c987c9e7c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9af17544-63a2-42c8-9601-6b8c987c9e7c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9af17544-63a2-42c8-9601-6b8c987c9e7c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9af17544-63a2-42c8-9601-6b8c987c9e7c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 200 -Jan 03 20:37:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 182/364] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:55 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 861 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4bdfe351-63ef-4f91-aae4-e40122ae6a7b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4bdfe351-63ef-4f91-aae4-e40122ae6a7b tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4bdfe351-63ef-4f91-aae4-e40122ae6a7b tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4bdfe351-63ef-4f91-aae4-e40122ae6a7b tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4bdfe351-63ef-4f91-aae4-e40122ae6a7b tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4bdfe351-63ef-4f91-aae4-e40122ae6a7b tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 200 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 183/365] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 886 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f030c431-5d34-4703-b75c-7b2c3fb3f46e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f030c431-5d34-4703-b75c-7b2c3fb3f46e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f030c431-5d34-4703-b75c-7b2c3fb3f46e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f030c431-5d34-4703-b75c-7b2c3fb3f46e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f030c431-5d34-4703-b75c-7b2c3fb3f46e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f030c431-5d34-4703-b75c-7b2c3fb3f46e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 200 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 183/366] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 1040 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8f1d7168-f50a-4b02-ad64-14f07e243a4d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8f1d7168-f50a-4b02-ad64-14f07e243a4d tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8f1d7168-f50a-4b02-ad64-14f07e243a4d tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8f1d7168-f50a-4b02-ad64-14f07e243a4d tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8f1d7168-f50a-4b02-ad64-14f07e243a4d tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8f1d7168-f50a-4b02-ad64-14f07e243a4d tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 200 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 184/367] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 1039 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0d164c03-b3af-4672-bb5b-40d451947e98 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0d164c03-b3af-4672-bb5b-40d451947e98 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0d164c03-b3af-4672-bb5b-40d451947e98 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0d164c03-b3af-4672-bb5b-40d451947e98 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-0d164c03-b3af-4672-bb5b-40d451947e98 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0d164c03-b3af-4672-bb5b-40d451947e98 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 200 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 184/368] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 1040 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6163dc50-ef89-4c8a-87b6-02f2e4e27bc3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6163dc50-ef89-4c8a-87b6-02f2e4e27bc3 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6163dc50-ef89-4c8a-87b6-02f2e4e27bc3 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6163dc50-ef89-4c8a-87b6-02f2e4e27bc3 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6163dc50-ef89-4c8a-87b6-02f2e4e27bc3 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6163dc50-ef89-4c8a-87b6-02f2e4e27bc3 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 200 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 185/369] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 1039 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fabe8384-a83d-41ec-ba9c-aeefea314ae4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fabe8384-a83d-41ec-ba9c-aeefea314ae4 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fabe8384-a83d-41ec-ba9c-aeefea314ae4 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fabe8384-a83d-41ec-ba9c-aeefea314ae4 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fabe8384-a83d-41ec-ba9c-aeefea314ae4 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fabe8384-a83d-41ec-ba9c-aeefea314ae4 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 200 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 185/370] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 1040 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-18f7a7d8-a08c-4ef2-9be9-13506ea45ada None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-18f7a7d8-a08c-4ef2-9be9-13506ea45ada tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-18f7a7d8-a08c-4ef2-9be9-13506ea45ada tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-18f7a7d8-a08c-4ef2-9be9-13506ea45ada tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-18f7a7d8-a08c-4ef2-9be9-13506ea45ada tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-18f7a7d8-a08c-4ef2-9be9-13506ea45ada tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 200 -Jan 03 20:37:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 186/371] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 1039 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-15c6b813-cfbf-463e-b754-aa3019e11794 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-15c6b813-cfbf-463e-b754-aa3019e11794 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-15c6b813-cfbf-463e-b754-aa3019e11794 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-15c6b813-cfbf-463e-b754-aa3019e11794 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-15c6b813-cfbf-463e-b754-aa3019e11794 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-15c6b813-cfbf-463e-b754-aa3019e11794 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 200 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 186/372] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:56 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 1040 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dbc3b5e6-810e-4e91-817d-881505ba2c6b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dbc3b5e6-810e-4e91-817d-881505ba2c6b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dbc3b5e6-810e-4e91-817d-881505ba2c6b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dbc3b5e6-810e-4e91-817d-881505ba2c6b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-dbc3b5e6-810e-4e91-817d-881505ba2c6b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dbc3b5e6-810e-4e91-817d-881505ba2c6b tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 200 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 187/373] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:57 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 1039 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-165906a4-f1d9-475f-932c-108e183164df None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-165906a4-f1d9-475f-932c-108e183164df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-165906a4-f1d9-475f-932c-108e183164df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-165906a4-f1d9-475f-932c-108e183164df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-165906a4-f1d9-475f-932c-108e183164df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Volume info retrieved successfully. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-165906a4-f1d9-475f-932c-108e183164df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 200 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 187/374] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:57 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 1040 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-60d6fe82-0e92-4d76-ba23-29607f5ebf40 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-60d6fe82-0e92-4d76-ba23-29607f5ebf40 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-60d6fe82-0e92-4d76-ba23-29607f5ebf40 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-60d6fe82-0e92-4d76-ba23-29607f5ebf40 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-60d6fe82-0e92-4d76-ba23-29607f5ebf40 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-60d6fe82-0e92-4d76-ba23-29607f5ebf40 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 200 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 188/375] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:57 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 886 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume with id: 2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume request issued successfully. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 202 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 188/376] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:37:57 2025] DELETE /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6f9cb786-44aa-4d11-be71-48e0dd9982ff None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6f9cb786-44aa-4d11-be71-48e0dd9982ff tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6f9cb786-44aa-4d11-be71-48e0dd9982ff tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6f9cb786-44aa-4d11-be71-48e0dd9982ff tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6f9cb786-44aa-4d11-be71-48e0dd9982ff tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6f9cb786-44aa-4d11-be71-48e0dd9982ff tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 200 -Jan 03 20:37:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 189/377] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:57 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 885 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5ac20f7f-f9f1-41ce-b08e-53743c0c5a0c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5ac20f7f-f9f1-41ce-b08e-53743c0c5a0c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5ac20f7f-f9f1-41ce-b08e-53743c0c5a0c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5ac20f7f-f9f1-41ce-b08e-53743c0c5a0c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5ac20f7f-f9f1-41ce-b08e-53743c0c5a0c tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 returned with HTTP 404 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 189/378] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:58 2025] GET /volume/v3/volumes/2142f871-c0ba-4062-a3a2-d1a68c1ea396 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-eb137cac-977f-4888-be51-b65b1545a57e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-eb137cac-977f-4888-be51-b65b1545a57e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] DELETE http://10.201.9.223/volume/v3/types/9b8c1f6d-4e58-4117-ab49-d9d34e18be6e -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-eb137cac-977f-4888-be51-b65b1545a57e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-eb137cac-977f-4888-be51-b65b1545a57e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-eb137cac-977f-4888-be51-b65b1545a57e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/9b8c1f6d-4e58-4117-ab49-d9d34e18be6e returned with HTTP 202 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 190/379] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:58 2025] DELETE /volume/v3/types/9b8c1f6d-4e58-4117-ab49-d9d34e18be6e => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-871a1eb6-1f48-4679-bd02-f356f51be0df None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-871a1eb6-1f48-4679-bd02-f356f51be0df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/types/9b8c1f6d-4e58-4117-ab49-d9d34e18be6e -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-871a1eb6-1f48-4679-bd02-f356f51be0df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-871a1eb6-1f48-4679-bd02-f356f51be0df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-871a1eb6-1f48-4679-bd02-f356f51be0df tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/9b8c1f6d-4e58-4117-ab49-d9d34e18be6e returned with HTTP 404 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 190/380] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:58 2025] GET /volume/v3/types/9b8c1f6d-4e58-4117-ab49-d9d34e18be6e => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cafa47fe-eb59-45ee-b50f-7de4e9ed92f1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cafa47fe-eb59-45ee-b50f-7de4e9ed92f1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cafa47fe-eb59-45ee-b50f-7de4e9ed92f1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cafa47fe-eb59-45ee-b50f-7de4e9ed92f1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cafa47fe-eb59-45ee-b50f-7de4e9ed92f1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cafa47fe-eb59-45ee-b50f-7de4e9ed92f1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 200 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 191/381] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:58 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 886 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-73424d88-5054-4015-9088-099971d1a2c3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] DELETE http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume with id: 64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume request issued successfully. -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 202 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 191/382] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:37:58 2025] DELETE /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-000fa370-447e-4861-abae-75f7ca6426eb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-000fa370-447e-4861-abae-75f7ca6426eb tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-000fa370-447e-4861-abae-75f7ca6426eb tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-000fa370-447e-4861-abae-75f7ca6426eb tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-000fa370-447e-4861-abae-75f7ca6426eb tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-000fa370-447e-4861-abae-75f7ca6426eb tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 200 -Jan 03 20:37:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 192/383] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:58 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 885 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e5858aaa-f921-4ab3-a600-7187aca1eb07 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e5858aaa-f921-4ab3-a600-7187aca1eb07 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e5858aaa-f921-4ab3-a600-7187aca1eb07 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e5858aaa-f921-4ab3-a600-7187aca1eb07 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e5858aaa-f921-4ab3-a600-7187aca1eb07 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 returned with HTTP 404 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 192/384] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:59 2025] GET /volume/v3/volumes/64a08ec1-9f61-4677-a7a3-e732a4faa512 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-592cd876-de5a-4e08-9a58-4e31d886ff9e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-592cd876-de5a-4e08-9a58-4e31d886ff9e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] DELETE http://10.201.9.223/volume/v3/types/ef7237fe-b11c-4033-a0df-5fea49bd3339 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-592cd876-de5a-4e08-9a58-4e31d886ff9e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-592cd876-de5a-4e08-9a58-4e31d886ff9e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-592cd876-de5a-4e08-9a58-4e31d886ff9e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/ef7237fe-b11c-4033-a0df-5fea49bd3339 returned with HTTP 202 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 193/385] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:37:59 2025] DELETE /volume/v3/types/ef7237fe-b11c-4033-a0df-5fea49bd3339 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dcde50c7-2685-4e9d-9db2-f84a007714aa None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dcde50c7-2685-4e9d-9db2-f84a007714aa tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/types/ef7237fe-b11c-4033-a0df-5fea49bd3339 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dcde50c7-2685-4e9d-9db2-f84a007714aa tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dcde50c7-2685-4e9d-9db2-f84a007714aa tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dcde50c7-2685-4e9d-9db2-f84a007714aa tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/ef7237fe-b11c-4033-a0df-5fea49bd3339 returned with HTTP 404 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 193/386] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:37:59 2025] GET /volume/v3/types/ef7237fe-b11c-4033-a0df-5fea49bd3339 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cf81aeaa-0a15-4830-9eb0-1e3bf329dc6e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cf81aeaa-0a15-4830-9eb0-1e3bf329dc6e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cf81aeaa-0a15-4830-9eb0-1e3bf329dc6e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cf81aeaa-0a15-4830-9eb0-1e3bf329dc6e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cf81aeaa-0a15-4830-9eb0-1e3bf329dc6e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cf81aeaa-0a15-4830-9eb0-1e3bf329dc6e tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 200 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 194/387] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:59 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 885 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] DELETE http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume with id: 4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume request issued successfully. -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 202 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 194/388] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:37:59 2025] DELETE /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-12642803-b66a-4a72-a307-ac94b5ceea42 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-12642803-b66a-4a72-a307-ac94b5ceea42 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-12642803-b66a-4a72-a307-ac94b5ceea42 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-12642803-b66a-4a72-a307-ac94b5ceea42 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-12642803-b66a-4a72-a307-ac94b5ceea42 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-12642803-b66a-4a72-a307-ac94b5ceea42 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 200 -Jan 03 20:37:59 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 195/389] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:59 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 884 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e8b22c5c-2487-4274-b440-d4e8a7ee219f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8b22c5c-2487-4274-b440-d4e8a7ee219f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8b22c5c-2487-4274-b440-d4e8a7ee219f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8b22c5c-2487-4274-b440-d4e8a7ee219f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8b22c5c-2487-4274-b440-d4e8a7ee219f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd returned with HTTP 404 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 195/390] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:00 2025] GET /volume/v3/volumes/4e0a1194-0f61-457f-8507-44fdc6fa1fdd => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3162bfcf-8803-44a3-b80f-f04d69293e1e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3162bfcf-8803-44a3-b80f-f04d69293e1e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] DELETE http://10.201.9.223/volume/v3/types/48d68a7f-5daf-416b-b45e-591d5691a668 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3162bfcf-8803-44a3-b80f-f04d69293e1e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3162bfcf-8803-44a3-b80f-f04d69293e1e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3162bfcf-8803-44a3-b80f-f04d69293e1e tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/48d68a7f-5daf-416b-b45e-591d5691a668 returned with HTTP 202 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 196/391] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:00 2025] DELETE /volume/v3/types/48d68a7f-5daf-416b-b45e-591d5691a668 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-44dffadc-82a6-43ba-b732-86a5be7608fd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-44dffadc-82a6-43ba-b732-86a5be7608fd tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/types/48d68a7f-5daf-416b-b45e-591d5691a668 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-44dffadc-82a6-43ba-b732-86a5be7608fd tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-44dffadc-82a6-43ba-b732-86a5be7608fd tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-44dffadc-82a6-43ba-b732-86a5be7608fd tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/48d68a7f-5daf-416b-b45e-591d5691a668 returned with HTTP 404 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 196/392] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:00 2025] GET /volume/v3/types/48d68a7f-5daf-416b-b45e-591d5691a668 => generated 114 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-77995380-0c84-4c4b-81c1-d537673e744f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-77995380-0c84-4c4b-81c1-d537673e744f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-77995380-0c84-4c4b-81c1-d537673e744f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-77995380-0c84-4c4b-81c1-d537673e744f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-77995380-0c84-4c4b-81c1-d537673e744f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-77995380-0c84-4c4b-81c1-d537673e744f tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 200 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 197/393] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:00 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 885 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume with id: 9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Delete volume request issued successfully. -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 202 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 197/394] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:00 2025] DELETE /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-870635f0-b5a6-49f1-a2b7-035a5ca1f92d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-870635f0-b5a6-49f1-a2b7-035a5ca1f92d tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-870635f0-b5a6-49f1-a2b7-035a5ca1f92d tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-870635f0-b5a6-49f1-a2b7-035a5ca1f92d tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-870635f0-b5a6-49f1-a2b7-035a5ca1f92d tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Volume info retrieved successfully. -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-870635f0-b5a6-49f1-a2b7-035a5ca1f92d tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 200 -Jan 03 20:38:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 198/395] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:00 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 884 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1d22ddb7-00a8-41f8-8258-3095b5ad6daf None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1d22ddb7-00a8-41f8-8258-3095b5ad6daf tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] GET http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1d22ddb7-00a8-41f8-8258-3095b5ad6daf tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1d22ddb7-00a8-41f8-8258-3095b5ad6daf tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1d22ddb7-00a8-41f8-8258-3095b5ad6daf tempest-VolumeMultiBackendTest-1662700612 tempest-VolumeMultiBackendTest-1662700612-project-member] http://10.201.9.223/volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 returned with HTTP 404 -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 198/396] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:01 2025] GET /volume/v3/volumes/9ea5c5fe-9402-41c9-bd4c-a99432bb8909 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-40aaa608-a63a-4b12-bac0-6d8ceede08ee None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-40aaa608-a63a-4b12-bac0-6d8ceede08ee tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] DELETE http://10.201.9.223/volume/v3/types/ebfed83d-cd22-4ab6-84f3-6b6f768462ed -Jan 03 20:38:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-40aaa608-a63a-4b12-bac0-6d8ceede08ee tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-40aaa608-a63a-4b12-bac0-6d8ceede08ee tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-40aaa608-a63a-4b12-bac0-6d8ceede08ee tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/ebfed83d-cd22-4ab6-84f3-6b6f768462ed returned with HTTP 202 -Jan 03 20:38:01 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 199/397] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:01 2025] DELETE /volume/v3/types/ebfed83d-cd22-4ab6-84f3-6b6f768462ed => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-88818365-107e-42ee-a1e6-4c6f9026bb46 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-88818365-107e-42ee-a1e6-4c6f9026bb46 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] GET http://10.201.9.223/volume/v3/types/ebfed83d-cd22-4ab6-84f3-6b6f768462ed -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-88818365-107e-42ee-a1e6-4c6f9026bb46 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-88818365-107e-42ee-a1e6-4c6f9026bb46 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-88818365-107e-42ee-a1e6-4c6f9026bb46 tempest-VolumeMultiBackendTest-1422498590 tempest-VolumeMultiBackendTest-1422498590-project-******] http://10.201.9.223/volume/v3/types/ebfed83d-cd22-4ab6-84f3-6b6f768462ed returned with HTTP 404 -Jan 03 20:38:01 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 199/398] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:01 2025] GET /volume/v3/types/ebfed83d-cd22-4ab6-84f3-6b6f768462ed => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3dc0d280-646e-4cf9-b6cc-4b3346e36550 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3dc0d280-646e-4cf9-b6cc-4b3346e36550 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] POST http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3dc0d280-646e-4cf9-b6cc-4b3346e36550 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-QoS-983470182", "consumer": "front-end", "read_iops_sec": "2000"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.qos_specs [None req-3dc0d280-646e-4cf9-b6cc-4b3346e36550 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-QoS-983470182', 'consumer': 'front-end', 'specs': {'read_iops_sec': '2000'}} {{(pid=115585) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-3dc0d280-646e-4cf9-b6cc-4b3346e36550 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DB qos_specs_create(): root {'id': '923adf7d-966a-47f2-a171-8b234916a6fd', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-QoS-983470182'} {{(pid=115585) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3dc0d280-646e-4cf9-b6cc-4b3346e36550 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 200/399] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:38:03 2025] POST /volume/v3/qos-specs => generated 394 bytes in 77 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9e08282b-150b-4b8e-8ff9-d85cdf544f2d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9e08282b-150b-4b8e-8ff9-d85cdf544f2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9e08282b-150b-4b8e-8ff9-d85cdf544f2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-QosSpecsTestJSON-volume-type-739420752"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9e08282b-150b-4b8e-8ff9-d85cdf544f2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 200/400] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:38:03 2025] POST /volume/v3/types => generated 221 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cbb2520a-6738-4fa0-8f9c-874c60ebabaa None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cbb2520a-6738-4fa0-8f9c-874c60ebabaa tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cbb2520a-6738-4fa0-8f9c-874c60ebabaa tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-QosSpecsTestJSON-volume-type-1865553378"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cbb2520a-6738-4fa0-8f9c-874c60ebabaa tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 201/401] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:38:03 2025] POST /volume/v3/types => generated 222 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3113a0b6-4ce6-452d-8c0c-29eccf6861dc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3113a0b6-4ce6-452d-8c0c-29eccf6861dc tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3113a0b6-4ce6-452d-8c0c-29eccf6861dc tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-QosSpecsTestJSON-volume-type-498078817"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3113a0b6-4ce6-452d-8c0c-29eccf6861dc tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 201/402] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:38:03 2025] POST /volume/v3/types => generated 221 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a342433c-3913-41b9-bd89-cf657403e6e6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a342433c-3913-41b9-bd89-cf657403e6e6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=4b886260-1e5f-42ad-ad52-38bc6d0de258 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a342433c-3913-41b9-bd89-cf657403e6e6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a342433c-3913-41b9-bd89-cf657403e6e6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'associate' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-a342433c-3913-41b9-bd89-cf657403e6e6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Associate qos_spec: 923adf7d-966a-47f2-a171-8b234916a6fd with type: 4b886260-1e5f-42ad-ad52-38bc6d0de258 {{(pid=115585) associate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:275}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a342433c-3913-41b9-bd89-cf657403e6e6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=4b886260-1e5f-42ad-ad52-38bc6d0de258 returned with HTTP 202 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 202/403] 10.201.9.223 () {58 vars in 1363 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=4b886260-1e5f-42ad-ad52-38bc6d0de258 => generated 0 bytes in 24 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7e629ddb-58b6-4429-baae-c2892ff53d39 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7e629ddb-58b6-4429-baae-c2892ff53d39 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=18ecfaa7-1255-4608-a5c0-7bbd790886ca -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7e629ddb-58b6-4429-baae-c2892ff53d39 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7e629ddb-58b6-4429-baae-c2892ff53d39 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'associate' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-7e629ddb-58b6-4429-baae-c2892ff53d39 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Associate qos_spec: 923adf7d-966a-47f2-a171-8b234916a6fd with type: 18ecfaa7-1255-4608-a5c0-7bbd790886ca {{(pid=115586) associate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:275}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7e629ddb-58b6-4429-baae-c2892ff53d39 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=18ecfaa7-1255-4608-a5c0-7bbd790886ca returned with HTTP 202 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 202/404] 10.201.9.223 () {58 vars in 1363 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=18ecfaa7-1255-4608-a5c0-7bbd790886ca => generated 0 bytes in 24 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c744e7b5-f6e1-4296-a61b-19c4ce4c8f7d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c744e7b5-f6e1-4296-a61b-19c4ce4c8f7d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=b77952ab-a86e-4bb4-b059-125c0a27cd87 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c744e7b5-f6e1-4296-a61b-19c4ce4c8f7d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c744e7b5-f6e1-4296-a61b-19c4ce4c8f7d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'associate' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-c744e7b5-f6e1-4296-a61b-19c4ce4c8f7d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Associate qos_spec: 923adf7d-966a-47f2-a171-8b234916a6fd with type: b77952ab-a86e-4bb4-b059-125c0a27cd87 {{(pid=115585) associate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:275}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c744e7b5-f6e1-4296-a61b-19c4ce4c8f7d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=b77952ab-a86e-4bb4-b059-125c0a27cd87 returned with HTTP 202 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 203/405] 10.201.9.223 () {58 vars in 1363 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associate?vol_type_id=b77952ab-a86e-4bb4-b059-125c0a27cd87 => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1f0d7814-6b4a-4d5c-9d61-af45b8cd040d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1f0d7814-6b4a-4d5c-9d61-af45b8cd040d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1f0d7814-6b4a-4d5c-9d61-af45b8cd040d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1f0d7814-6b4a-4d5c-9d61-af45b8cd040d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'associations' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-1f0d7814-6b4a-4d5c-9d61-af45b8cd040d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Get associations for qos_spec id: 923adf7d-966a-47f2-a171-8b234916a6fd {{(pid=115586) associations /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:233}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1f0d7814-6b4a-4d5c-9d61-af45b8cd040d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations returned with HTTP 200 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 203/406] 10.201.9.223 () {58 vars in 1275 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations => generated 446 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-df48303a-93ad-450e-b40b-0039fed83e98 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-df48303a-93ad-450e-b40b-0039fed83e98 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/disassociate?vol_type_id=4b886260-1e5f-42ad-ad52-38bc6d0de258 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-df48303a-93ad-450e-b40b-0039fed83e98 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-df48303a-93ad-450e-b40b-0039fed83e98 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'disassociate' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-df48303a-93ad-450e-b40b-0039fed83e98 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Disassociate qos_spec: 923adf7d-966a-47f2-a171-8b234916a6fd from type: 4b886260-1e5f-42ad-ad52-38bc6d0de258 {{(pid=115585) disassociate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:327}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-df48303a-93ad-450e-b40b-0039fed83e98 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/disassociate?vol_type_id=4b886260-1e5f-42ad-ad52-38bc6d0de258 returned with HTTP 202 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 204/407] 10.201.9.223 () {58 vars in 1372 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/disassociate?vol_type_id=4b886260-1e5f-42ad-ad52-38bc6d0de258 => generated 0 bytes in 27 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-61d7496b-b54b-4f70-9ae3-d7ca12ccd01b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-61d7496b-b54b-4f70-9ae3-d7ca12ccd01b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-61d7496b-b54b-4f70-9ae3-d7ca12ccd01b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-61d7496b-b54b-4f70-9ae3-d7ca12ccd01b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'associations' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-61d7496b-b54b-4f70-9ae3-d7ca12ccd01b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Get associations for qos_spec id: 923adf7d-966a-47f2-a171-8b234916a6fd {{(pid=115586) associations /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:233}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-61d7496b-b54b-4f70-9ae3-d7ca12ccd01b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations returned with HTTP 200 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 204/408] 10.201.9.223 () {58 vars in 1275 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations => generated 305 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-59390baa-0344-47b8-b1d6-836b0a66f2c6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-59390baa-0344-47b8-b1d6-836b0a66f2c6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/disassociate_all -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-59390baa-0344-47b8-b1d6-836b0a66f2c6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-59390baa-0344-47b8-b1d6-836b0a66f2c6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'disassociate_all' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-59390baa-0344-47b8-b1d6-836b0a66f2c6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Disassociate qos_spec: 923adf7d-966a-47f2-a171-8b234916a6fd from all. {{(pid=115585) disassociate_all /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:361}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-59390baa-0344-47b8-b1d6-836b0a66f2c6 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/disassociate_all returned with HTTP 202 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 205/409] 10.201.9.223 () {58 vars in 1287 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/disassociate_all => generated 0 bytes in 16 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1c72d764-1105-4d01-808f-4639a29e5ae0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1c72d764-1105-4d01-808f-4639a29e5ae0 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1c72d764-1105-4d01-808f-4639a29e5ae0 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1c72d764-1105-4d01-808f-4639a29e5ae0 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'associations' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-1c72d764-1105-4d01-808f-4639a29e5ae0 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Get associations for qos_spec id: 923adf7d-966a-47f2-a171-8b234916a6fd {{(pid=115586) associations /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:233}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1c72d764-1105-4d01-808f-4639a29e5ae0 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations returned with HTTP 200 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 205/410] 10.201.9.223 () {58 vars in 1275 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/associations => generated 24 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-855126e6-81bb-4d6a-bfa9-10a52fe7b033 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-855126e6-81bb-4d6a-bfa9-10a52fe7b033 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/types/b77952ab-a86e-4bb4-b059-125c0a27cd87 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-855126e6-81bb-4d6a-bfa9-10a52fe7b033 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-855126e6-81bb-4d6a-bfa9-10a52fe7b033 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-855126e6-81bb-4d6a-bfa9-10a52fe7b033 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types/b77952ab-a86e-4bb4-b059-125c0a27cd87 returned with HTTP 202 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 206/411] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:03 2025] DELETE /volume/v3/types/b77952ab-a86e-4bb4-b059-125c0a27cd87 => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5cb7a9a5-68fd-4afd-b92f-de6a6988408f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5cb7a9a5-68fd-4afd-b92f-de6a6988408f tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/types/b77952ab-a86e-4bb4-b059-125c0a27cd87 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5cb7a9a5-68fd-4afd-b92f-de6a6988408f tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5cb7a9a5-68fd-4afd-b92f-de6a6988408f tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5cb7a9a5-68fd-4afd-b92f-de6a6988408f tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types/b77952ab-a86e-4bb4-b059-125c0a27cd87 returned with HTTP 404 -Jan 03 20:38:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 206/412] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:03 2025] GET /volume/v3/types/b77952ab-a86e-4bb4-b059-125c0a27cd87 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0f3ee738-f752-4f8d-bfe8-7e8b0a240390 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0f3ee738-f752-4f8d-bfe8-7e8b0a240390 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/types/18ecfaa7-1255-4608-a5c0-7bbd790886ca -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0f3ee738-f752-4f8d-bfe8-7e8b0a240390 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0f3ee738-f752-4f8d-bfe8-7e8b0a240390 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0f3ee738-f752-4f8d-bfe8-7e8b0a240390 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types/18ecfaa7-1255-4608-a5c0-7bbd790886ca returned with HTTP 202 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 207/413] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:03 2025] DELETE /volume/v3/types/18ecfaa7-1255-4608-a5c0-7bbd790886ca => generated 0 bytes in 29 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4b5e45d3-2740-40a8-b5c5-a737fcbb6e52 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4b5e45d3-2740-40a8-b5c5-a737fcbb6e52 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/types/18ecfaa7-1255-4608-a5c0-7bbd790886ca -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4b5e45d3-2740-40a8-b5c5-a737fcbb6e52 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4b5e45d3-2740-40a8-b5c5-a737fcbb6e52 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4b5e45d3-2740-40a8-b5c5-a737fcbb6e52 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types/18ecfaa7-1255-4608-a5c0-7bbd790886ca returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 207/414] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/types/18ecfaa7-1255-4608-a5c0-7bbd790886ca => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-15570cba-549c-4943-bac5-18cbe5ca4144 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-15570cba-549c-4943-bac5-18cbe5ca4144 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/types/4b886260-1e5f-42ad-ad52-38bc6d0de258 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-15570cba-549c-4943-bac5-18cbe5ca4144 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-15570cba-549c-4943-bac5-18cbe5ca4144 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-15570cba-549c-4943-bac5-18cbe5ca4144 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types/4b886260-1e5f-42ad-ad52-38bc6d0de258 returned with HTTP 202 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 208/415] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/types/4b886260-1e5f-42ad-ad52-38bc6d0de258 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7186332c-c41e-45f1-a9be-ae26fe75f541 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7186332c-c41e-45f1-a9be-ae26fe75f541 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/types/4b886260-1e5f-42ad-ad52-38bc6d0de258 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7186332c-c41e-45f1-a9be-ae26fe75f541 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7186332c-c41e-45f1-a9be-ae26fe75f541 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7186332c-c41e-45f1-a9be-ae26fe75f541 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/types/4b886260-1e5f-42ad-ad52-38bc6d0de258 returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 208/416] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/types/4b886260-1e5f-42ad-ad52-38bc6d0de258 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3794dd98-df17-4384-b049-0232f108e552 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3794dd98-df17-4384-b049-0232f108e552 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] POST http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3794dd98-df17-4384-b049-0232f108e552 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-qos-805397973", "consumer": "back-end"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.qos_specs [None req-3794dd98-df17-4384-b049-0232f108e552 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-qos-805397973', 'consumer': 'back-end', 'specs': {}} {{(pid=115585) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-3794dd98-df17-4384-b049-0232f108e552 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DB qos_specs_create(): root {'id': 'fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-qos-805397973'} {{(pid=115585) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3794dd98-df17-4384-b049-0232f108e552 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 209/417] 10.201.9.223 () {60 vars in 1146 bytes} [Fri Jan 3 20:38:04 2025] POST /volume/v3/qos-specs => generated 370 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-db17374d-4d25-43bc-b373-8681cf2e4282 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-db17374d-4d25-43bc-b373-8681cf2e4282 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f?force=False -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-db17374d-4d25-43bc-b373-8681cf2e4282 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-db17374d-4d25-43bc-b373-8681cf2e4282 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-db17374d-4d25-43bc-b373-8681cf2e4282 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete qos_spec: fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f, force: False {{(pid=115586) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-db17374d-4d25-43bc-b373-8681cf2e4282 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f?force=False returned with HTTP 202 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 209/418] 10.201.9.223 () {58 vars in 1262 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f?force=False => generated 0 bytes in 22 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5a996f63-3273-4072-8447-11816e04490b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a996f63-3273-4072-8447-11816e04490b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a996f63-3273-4072-8447-11816e04490b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a996f63-3273-4072-8447-11816e04490b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a996f63-3273-4072-8447-11816e04490b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 210/419] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f => generated 100 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2b7be475-bdc3-4349-894c-fc16bb0b5c7a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2b7be475-bdc3-4349-894c-fc16bb0b5c7a tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2b7be475-bdc3-4349-894c-fc16bb0b5c7a tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2b7be475-bdc3-4349-894c-fc16bb0b5c7a tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2b7be475-bdc3-4349-894c-fc16bb0b5c7a tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 210/420] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs => generated 174 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-94fb0b2a-dbce-430e-ba28-7b721339fa2d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-94fb0b2a-dbce-430e-ba28-7b721339fa2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f?force=False -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-94fb0b2a-dbce-430e-ba28-7b721339fa2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-94fb0b2a-dbce-430e-ba28-7b721339fa2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-94fb0b2a-dbce-430e-ba28-7b721339fa2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete qos_spec: fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f, force: False {{(pid=115585) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-94fb0b2a-dbce-430e-ba28-7b721339fa2d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f?force=False returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 211/421] 10.201.9.223 () {58 vars in 1262 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f?force=False => generated 100 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2b7d41dc-28c6-4dae-a255-c5a9b6374cde None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2b7d41dc-28c6-4dae-a255-c5a9b6374cde tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2b7d41dc-28c6-4dae-a255-c5a9b6374cde tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2b7d41dc-28c6-4dae-a255-c5a9b6374cde tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2b7d41dc-28c6-4dae-a255-c5a9b6374cde tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 211/422] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/fd6363e4-27b9-47b2-8b4c-4ed7beb4fb1f => generated 100 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-67f976dc-442f-404e-9bf0-d25c8c884a3d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-67f976dc-442f-404e-9bf0-d25c8c884a3d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] POST http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-67f976dc-442f-404e-9bf0-d25c8c884a3d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-qos-766898367", "consumer": "both"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.qos_specs [None req-67f976dc-442f-404e-9bf0-d25c8c884a3d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-qos-766898367', 'consumer': 'both', 'specs': {}} {{(pid=115585) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-67f976dc-442f-404e-9bf0-d25c8c884a3d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DB qos_specs_create(): root {'id': '8635c432-3955-454c-adf6-db2e54732a11', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-qos-766898367'} {{(pid=115585) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-67f976dc-442f-404e-9bf0-d25c8c884a3d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 212/423] 10.201.9.223 () {60 vars in 1146 bytes} [Fri Jan 3 20:38:04 2025] POST /volume/v3/qos-specs => generated 366 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0ab7b43d-7aa8-4242-b07c-a4d4678049f4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0ab7b43d-7aa8-4242-b07c-a4d4678049f4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11?force=False -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0ab7b43d-7aa8-4242-b07c-a4d4678049f4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0ab7b43d-7aa8-4242-b07c-a4d4678049f4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-0ab7b43d-7aa8-4242-b07c-a4d4678049f4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete qos_spec: 8635c432-3955-454c-adf6-db2e54732a11, force: False {{(pid=115586) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0ab7b43d-7aa8-4242-b07c-a4d4678049f4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11?force=False returned with HTTP 202 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 212/424] 10.201.9.223 () {58 vars in 1262 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11?force=False => generated 0 bytes in 19 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6706da3f-7a70-4a3f-ba7e-5507104265ec None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6706da3f-7a70-4a3f-ba7e-5507104265ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6706da3f-7a70-4a3f-ba7e-5507104265ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6706da3f-7a70-4a3f-ba7e-5507104265ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6706da3f-7a70-4a3f-ba7e-5507104265ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11 returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 213/425] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11 => generated 100 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3a2a4aff-1e1a-492f-aba8-7be30f446ace None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3a2a4aff-1e1a-492f-aba8-7be30f446ace tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3a2a4aff-1e1a-492f-aba8-7be30f446ace tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3a2a4aff-1e1a-492f-aba8-7be30f446ace tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3a2a4aff-1e1a-492f-aba8-7be30f446ace tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 213/426] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs => generated 174 bytes in 6 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-da8b97d1-220f-44d3-8a3f-888baea73c2c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-da8b97d1-220f-44d3-8a3f-888baea73c2c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11?force=False -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-da8b97d1-220f-44d3-8a3f-888baea73c2c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-da8b97d1-220f-44d3-8a3f-888baea73c2c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-da8b97d1-220f-44d3-8a3f-888baea73c2c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete qos_spec: 8635c432-3955-454c-adf6-db2e54732a11, force: False {{(pid=115585) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-da8b97d1-220f-44d3-8a3f-888baea73c2c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11?force=False returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 214/427] 10.201.9.223 () {58 vars in 1262 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11?force=False => generated 100 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-685413ae-3a14-4897-8837-b31c1a96ee6d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-685413ae-3a14-4897-8837-b31c1a96ee6d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-685413ae-3a14-4897-8837-b31c1a96ee6d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-685413ae-3a14-4897-8837-b31c1a96ee6d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-685413ae-3a14-4897-8837-b31c1a96ee6d tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11 returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 214/428] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/8635c432-3955-454c-adf6-db2e54732a11 => generated 100 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a1c5018d-1343-4fda-80ac-405a340a91ec None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a1c5018d-1343-4fda-80ac-405a340a91ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] POST http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a1c5018d-1343-4fda-80ac-405a340a91ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-qos-558721400", "consumer": "front-end"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.qos_specs [None req-a1c5018d-1343-4fda-80ac-405a340a91ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-qos-558721400', 'consumer': 'front-end', 'specs': {}} {{(pid=115585) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-a1c5018d-1343-4fda-80ac-405a340a91ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DB qos_specs_create(): root {'id': 'ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-qos-558721400'} {{(pid=115585) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a1c5018d-1343-4fda-80ac-405a340a91ec tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 215/429] 10.201.9.223 () {60 vars in 1146 bytes} [Fri Jan 3 20:38:04 2025] POST /volume/v3/qos-specs => generated 371 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1987145f-9f25-4c84-98c3-5d19705c804c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1987145f-9f25-4c84-98c3-5d19705c804c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81?force=False -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1987145f-9f25-4c84-98c3-5d19705c804c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1987145f-9f25-4c84-98c3-5d19705c804c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-1987145f-9f25-4c84-98c3-5d19705c804c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete qos_spec: ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81, force: False {{(pid=115586) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1987145f-9f25-4c84-98c3-5d19705c804c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81?force=False returned with HTTP 202 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 215/430] 10.201.9.223 () {58 vars in 1262 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81?force=False => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-11e38682-ddbe-4fcd-9e09-37c6cfc2e5f9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-11e38682-ddbe-4fcd-9e09-37c6cfc2e5f9 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-11e38682-ddbe-4fcd-9e09-37c6cfc2e5f9 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-11e38682-ddbe-4fcd-9e09-37c6cfc2e5f9 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-11e38682-ddbe-4fcd-9e09-37c6cfc2e5f9 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81 returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 216/431] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81 => generated 100 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3ecca6c6-14d4-4223-bdd6-bba6aab07d03 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3ecca6c6-14d4-4223-bdd6-bba6aab07d03 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3ecca6c6-14d4-4223-bdd6-bba6aab07d03 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3ecca6c6-14d4-4223-bdd6-bba6aab07d03 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3ecca6c6-14d4-4223-bdd6-bba6aab07d03 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 216/432] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs => generated 174 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-95ef6670-8b47-4afb-a362-5ac87cfd4a94 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-95ef6670-8b47-4afb-a362-5ac87cfd4a94 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81?force=False -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-95ef6670-8b47-4afb-a362-5ac87cfd4a94 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-95ef6670-8b47-4afb-a362-5ac87cfd4a94 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-95ef6670-8b47-4afb-a362-5ac87cfd4a94 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete qos_spec: ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81, force: False {{(pid=115585) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-95ef6670-8b47-4afb-a362-5ac87cfd4a94 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81?force=False returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 217/433] 10.201.9.223 () {58 vars in 1262 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81?force=False => generated 100 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8d7eddbf-1062-4458-93d9-054301067606 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8d7eddbf-1062-4458-93d9-054301067606 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8d7eddbf-1062-4458-93d9-054301067606 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8d7eddbf-1062-4458-93d9-054301067606 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8d7eddbf-1062-4458-93d9-054301067606 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81 returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 217/434] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/ac714ba3-dfbb-4806-a7f4-4d1fb57c2d81 => generated 100 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-715e1e2a-40c3-4305-8301-dd774477929b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-715e1e2a-40c3-4305-8301-dd774477929b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-715e1e2a-40c3-4305-8301-dd774477929b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-715e1e2a-40c3-4305-8301-dd774477929b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-715e1e2a-40c3-4305-8301-dd774477929b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 218/435] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd => generated 394 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-544cf20f-7a7e-43c6-9f42-d9a076ff0516 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-544cf20f-7a7e-43c6-9f42-d9a076ff0516 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-544cf20f-7a7e-43c6-9f42-d9a076ff0516 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-544cf20f-7a7e-43c6-9f42-d9a076ff0516 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-544cf20f-7a7e-43c6-9f42-d9a076ff0516 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 218/436] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs => generated 174 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-30e83050-ec68-481f-ad08-610ccac4b37c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-30e83050-ec68-481f-ad08-610ccac4b37c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] PUT http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-30e83050-ec68-481f-ad08-610ccac4b37c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'update', calling method: update, body: {"qos_specs": {"iops_bytes": "500"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.qos_specs [None req-30e83050-ec68-481f-ad08-610ccac4b37c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] qos_specs.update(): specs {'iops_bytes': '500'} {{(pid=115585) update /opt/stack/cinder/cinder/volume/qos_specs.py:79}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-30e83050-ec68-481f-ad08-610ccac4b37c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] qos_specs_update() value: {'id': 'd7b4167e-8a38-42e2-93ea-edd9c8129d85', 'key': 'iops_bytes', 'value': '500', 'specs_id': '923adf7d-966a-47f2-a171-8b234916a6fd', 'deleted': False} {{(pid=115585) qos_specs_update /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5994}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-30e83050-ec68-481f-ad08-610ccac4b37c tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 219/437] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:38:04 2025] PUT /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd => generated 36 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e3ef9cc2-df50-429a-a219-f92573decbeb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e3ef9cc2-df50-429a-a219-f92573decbeb tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e3ef9cc2-df50-429a-a219-f92573decbeb tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e3ef9cc2-df50-429a-a219-f92573decbeb tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e3ef9cc2-df50-429a-a219-f92573decbeb tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 219/438] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd => generated 415 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-30d8d44f-5ce4-4e5c-a7d0-03030d758769 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-30d8d44f-5ce4-4e5c-a7d0-03030d758769 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] PUT http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/delete_keys -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-30d8d44f-5ce4-4e5c-a7d0-03030d758769 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Action: 'delete_keys', calling method: delete_keys, body: {"keys": ["iops_bytes"]} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.qos_specs_manage [None req-30d8d44f-5ce4-4e5c-a7d0-03030d758769 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete_key spec: 923adf7d-966a-47f2-a171-8b234916a6fd, keys: ['iops_bytes'] {{(pid=115585) delete_keys /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:207}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-30d8d44f-5ce4-4e5c-a7d0-03030d758769 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/delete_keys returned with HTTP 202 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 220/439] 10.201.9.223 () {60 vars in 1292 bytes} [Fri Jan 3 20:38:04 2025] PUT /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd/delete_keys => generated 0 bytes in 21 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c6d1946e-60fe-4b2a-909c-b605ff37e826 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c6d1946e-60fe-4b2a-909c-b605ff37e826 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c6d1946e-60fe-4b2a-909c-b605ff37e826 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c6d1946e-60fe-4b2a-909c-b605ff37e826 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c6d1946e-60fe-4b2a-909c-b605ff37e826 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 220/440] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd => generated 394 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-93a6c68d-e910-468a-b3b0-45514e90544b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-93a6c68d-e910-468a-b3b0-45514e90544b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-93a6c68d-e910-468a-b3b0-45514e90544b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-93a6c68d-e910-468a-b3b0-45514e90544b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-93a6c68d-e910-468a-b3b0-45514e90544b tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd returned with HTTP 200 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 221/441] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd => generated 394 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b23f82bb-5c44-46f8-a018-f804878bedb4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b23f82bb-5c44-46f8-a018-f804878bedb4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd?force=False -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b23f82bb-5c44-46f8-a018-f804878bedb4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b23f82bb-5c44-46f8-a018-f804878bedb4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.qos_specs_manage [None req-b23f82bb-5c44-46f8-a018-f804878bedb4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Delete qos_spec: 923adf7d-966a-47f2-a171-8b234916a6fd, force: False {{(pid=115586) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b23f82bb-5c44-46f8-a018-f804878bedb4 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd?force=False returned with HTTP 202 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 221/442] 10.201.9.223 () {58 vars in 1262 bytes} [Fri Jan 3 20:38:04 2025] DELETE /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd?force=False => generated 0 bytes in 20 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a25b75f6-3784-4be6-9522-c4362eb00f27 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a25b75f6-3784-4be6-9522-c4362eb00f27 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] GET http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a25b75f6-3784-4be6-9522-c4362eb00f27 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a25b75f6-3784-4be6-9522-c4362eb00f27 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a25b75f6-3784-4be6-9522-c4362eb00f27 tempest-QosSpecsTestJSON-1188262042 tempest-QosSpecsTestJSON-1188262042-project-******] http://10.201.9.223/volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd returned with HTTP 404 -Jan 03 20:38:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 222/443] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:04 2025] GET /volume/v3/qos-specs/923adf7d-966a-47f2-a171-8b234916a6fd => generated 100 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-SnapshotsActionsTest-Volume-1584722398"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-SnapshotsActionsTest-Volume-1584722398'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create volume of 1 GB -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Flow 'volume_create_api' (b15b28c5-b282-45b1-989c-c06295dd3a4b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (923c326a-32a4-4e9e-9f65-719123685987) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (923c326a-32a4-4e9e-9f65-719123685987) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (83c0a54a-d709-409a-88c4-989abe4bd93f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Deprecated: Default quota for resource: volumes_3par1 is set by the default quota flag: quota_volumes_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Created reservations ['0bc5d163-3201-43f3-ac0e-e009eeb127c7', 'fe3d1ea5-24b2-42cd-b192-9179411b9685', 'eab6c458-8afc-42be-96c4-eec83d3d2445', '8af56e45-76c8-461f-b98e-e34e4e0c49bb'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (83c0a54a-d709-409a-88c4-989abe4bd93f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0bc5d163-3201-43f3-ac0e-e009eeb127c7', 'fe3d1ea5-24b2-42cd-b192-9179411b9685', 'eab6c458-8afc-42be-96c4-eec83d3d2445', '8af56e45-76c8-461f-b98e-e34e4e0c49bb']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d97210f-1494-48b3-bd0a-3c00e41d2acc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d97210f-1494-48b3-bd0a-3c00e41d2acc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'c16505c0-d33d-4457-bd46-7844327e4c41', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1584722398',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='078fc3e4244047e798019a2d6a8b8e43',qos_specs=None,replication_status=,reservations=['0bc5d163-3201-43f3-ac0e-e009eeb127c7','fe3d1ea5-24b2-42cd-b192-9179411b9685','eab6c458-8afc-42be-96c4-eec83d3d2445','8af56e45-76c8-461f-b98e-e34e4e0c49bb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1584722398',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=c16505c0-d33d-4457-bd46-7844327e4c41,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (1f391055-9880-4f88-bf76-d72839e9cc7d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (1f391055-9880-4f88-bf76-d72839e9cc7d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1584722398',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='078fc3e4244047e798019a2d6a8b8e43',qos_specs=None,replication_status=,reservations=['0bc5d163-3201-43f3-ac0e-e009eeb127c7','fe3d1ea5-24b2-42cd-b192-9179411b9685','eab6c458-8afc-42be-96c4-eec83d3d2445','8af56e45-76c8-461f-b98e-e34e4e0c49bb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8d961562-1f83-4a6b-8889-5b5b9fec986d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8d961562-1f83-4a6b-8889-5b5b9fec986d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Flow 'volume_create_api' (b15b28c5-b282-45b1-989c-c06295dd3a4b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create volume request issued successfully. -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 222/444] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:38:06 2025] POST /volume/v3/volumes => generated 750 bytes in 220 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-54dee465-b5e3-4773-8d30-b0d6841ca2c2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-54dee465-b5e3-4773-8d30-b0d6841ca2c2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-54dee465-b5e3-4773-8d30-b0d6841ca2c2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-54dee465-b5e3-4773-8d30-b0d6841ca2c2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-54dee465-b5e3-4773-8d30-b0d6841ca2c2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-54dee465-b5e3-4773-8d30-b0d6841ca2c2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 returned with HTTP 200 -Jan 03 20:38:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 223/445] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:06 2025] GET /volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 => generated 818 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-353237f0-0c33-4ece-9f73-a60c7f98753d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-353237f0-0c33-4ece-9f73-a60c7f98753d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-353237f0-0c33-4ece-9f73-a60c7f98753d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-353237f0-0c33-4ece-9f73-a60c7f98753d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-353237f0-0c33-4ece-9f73-a60c7f98753d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-353237f0-0c33-4ece-9f73-a60c7f98753d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 returned with HTTP 200 -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 223/446] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:07 2025] GET /volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 => generated 843 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "c16505c0-d33d-4457-bd46-7844327e4c41", "name": "tempest-SnapshotsActionsTest-Snapshot-240014379"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create snapshot from volume c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Deprecated: Default quota for resource: snapshots_3par1 is set by the default quota flag: quota_snapshots_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Created reservations ['ed05a0ad-c8a9-4312-ab4d-40d70a25cfb7', '117df62d-6aa3-4d2e-8981-83804969de35', 'f3310224-fe6c-48ec-8a14-4c471679eb7e', '39427edd-765b-42da-b81c-ab758ef1fcef'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot create request issued successfully. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:38:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 224/447] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:38:07 2025] POST /volume/v3/snapshots => generated 306 bytes in 87 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5e9e36c1-6558-46f8-81ff-6400e30fafea None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5e9e36c1-6558-46f8-81ff-6400e30fafea tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5e9e36c1-6558-46f8-81ff-6400e30fafea tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5e9e36c1-6558-46f8-81ff-6400e30fafea tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5e9e36c1-6558-46f8-81ff-6400e30fafea tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5e9e36c1-6558-46f8-81ff-6400e30fafea tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 224/448] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:07 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 438 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c0ab15eb-6f49-44c3-8de1-ddad1281d190 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c0ab15eb-6f49-44c3-8de1-ddad1281d190 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c0ab15eb-6f49-44c3-8de1-ddad1281d190 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c0ab15eb-6f49-44c3-8de1-ddad1281d190 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c0ab15eb-6f49-44c3-8de1-ddad1281d190 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c0ab15eb-6f49-44c3-8de1-ddad1281d190 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 225/449] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:08 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 465 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-84b93041-94e9-4f16-9f47-5b658b33f3d5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-84b93041-94e9-4f16-9f47-5b658b33f3d5 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-84b93041-94e9-4f16-9f47-5b658b33f3d5 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "creating"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-84b93041-94e9-4f16-9f47-5b658b33f3d5 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "creating"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-84b93041-94e9-4f16-9f47-5b658b33f3d5 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'creating'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-84b93041-94e9-4f16-9f47-5b658b33f3d5 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:08 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 225/450] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:08 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 69 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5a098d4e-a715-4169-a0d0-20cc0696fc75 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a098d4e-a715-4169-a0d0-20cc0696fc75 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a098d4e-a715-4169-a0d0-20cc0696fc75 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a098d4e-a715-4169-a0d0-20cc0696fc75 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5a098d4e-a715-4169-a0d0-20cc0696fc75 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a098d4e-a715-4169-a0d0-20cc0696fc75 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 226/451] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:08 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 464 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d687a2d3-7f35-4926-b395-a27e2cc922af None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d687a2d3-7f35-4926-b395-a27e2cc922af tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d687a2d3-7f35-4926-b395-a27e2cc922af tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d687a2d3-7f35-4926-b395-a27e2cc922af tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-d687a2d3-7f35-4926-b395-a27e2cc922af tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'available'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d687a2d3-7f35-4926-b395-a27e2cc922af tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 226/452] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:09 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 38 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-86c5def4-738e-4f59-9248-a0f14299ec1e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-86c5def4-738e-4f59-9248-a0f14299ec1e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-86c5def4-738e-4f59-9248-a0f14299ec1e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-86c5def4-738e-4f59-9248-a0f14299ec1e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-86c5def4-738e-4f59-9248-a0f14299ec1e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-86c5def4-738e-4f59-9248-a0f14299ec1e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 227/453] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:09 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 465 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "c16505c0-d33d-4457-bd46-7844327e4c41", "name": "tempest-SnapshotsActionsTest-Snapshot-565706631"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.snapshots [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create snapshot from volume c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Created reservations ['3b5e31fb-a0be-4308-8f47-aac43e65d8ee', 'f8196709-9c17-4598-ba9a-3fad48804df5', 'e7f32b5d-5fd1-4a79-94cb-2843a59e0d60', 'b51b9989-d787-41a1-99b6-f97d0e432156'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot create request issued successfully. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:38:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 227/454] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:38:09 2025] POST /volume/v3/snapshots => generated 306 bytes in 72 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-53f1a348-586a-427f-b72b-37ae625cbfb8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-53f1a348-586a-427f-b72b-37ae625cbfb8 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-53f1a348-586a-427f-b72b-37ae625cbfb8 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-53f1a348-586a-427f-b72b-37ae625cbfb8 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-53f1a348-586a-427f-b72b-37ae625cbfb8 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-53f1a348-586a-427f-b72b-37ae625cbfb8 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b returned with HTTP 200 -Jan 03 20:38:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 228/455] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:09 2025] GET /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b => generated 438 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-857f2027-282f-480e-908c-ce1662998e16 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-857f2027-282f-480e-908c-ce1662998e16 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-857f2027-282f-480e-908c-ce1662998e16 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-857f2027-282f-480e-908c-ce1662998e16 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-857f2027-282f-480e-908c-ce1662998e16 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-857f2027-282f-480e-908c-ce1662998e16 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b returned with HTTP 200 -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 228/456] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:10 2025] GET /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b => generated 465 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-118d0a71-2703-4955-871c-2dfc9bc58072 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-118d0a71-2703-4955-871c-2dfc9bc58072 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b/action -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-118d0a71-2703-4955-871c-2dfc9bc58072 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "creating"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-118d0a71-2703-4955-871c-2dfc9bc58072 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "creating"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.******_actions [None req-118d0a71-2703-4955-871c-2dfc9bc58072 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot '0d1b7f52-1b45-4b38-ac2a-2522f818a88b' with '{'status': 'creating'}' {{(pid=115585) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-118d0a71-2703-4955-871c-2dfc9bc58072 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b/action returned with HTTP 202 -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 229/457] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:10 2025] POST /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b/action => generated 0 bytes in 44 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-12054b58-33ab-4b87-8fba-f920a4a29ca9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-12054b58-33ab-4b87-8fba-f920a4a29ca9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-12054b58-33ab-4b87-8fba-f920a4a29ca9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-12054b58-33ab-4b87-8fba-f920a4a29ca9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-12054b58-33ab-4b87-8fba-f920a4a29ca9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-12054b58-33ab-4b87-8fba-f920a4a29ca9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b returned with HTTP 200 -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 229/458] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:10 2025] GET /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b => generated 464 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b8a57a41-59af-4baa-b939-696448e01a2e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b/action -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot retrieved successfully. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot delete request issued successfully. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b/action returned with HTTP 202 -Jan 03 20:38:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 230/459] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:10 2025] POST /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b/action => generated 0 bytes in 29 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c03019f6-0d31-41a6-abd3-29bfba48b0e6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c03019f6-0d31-41a6-abd3-29bfba48b0e6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c03019f6-0d31-41a6-abd3-29bfba48b0e6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c03019f6-0d31-41a6-abd3-29bfba48b0e6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c03019f6-0d31-41a6-abd3-29bfba48b0e6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c03019f6-0d31-41a6-abd3-29bfba48b0e6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b returned with HTTP 200 -Jan 03 20:38:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 230/460] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:10 2025] GET /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b => generated 464 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-43b8c7c7-ef91-471c-a3ca-aaf382f8d504 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43b8c7c7-ef91-471c-a3ca-aaf382f8d504 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43b8c7c7-ef91-471c-a3ca-aaf382f8d504 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43b8c7c7-ef91-471c-a3ca-aaf382f8d504 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43b8c7c7-ef91-471c-a3ca-aaf382f8d504 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b returned with HTTP 404 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 231/461] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:11 2025] GET /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bc1af6eb-2257-4d8d-9546-6a3395dc4ea3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bc1af6eb-2257-4d8d-9546-6a3395dc4ea3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bc1af6eb-2257-4d8d-9546-6a3395dc4ea3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bc1af6eb-2257-4d8d-9546-6a3395dc4ea3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-bc1af6eb-2257-4d8d-9546-6a3395dc4ea3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'available'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bc1af6eb-2257-4d8d-9546-6a3395dc4ea3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 231/462] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:11 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 42 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-827005fa-aa18-4aab-9717-421572a5a8b6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-827005fa-aa18-4aab-9717-421572a5a8b6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-827005fa-aa18-4aab-9717-421572a5a8b6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-827005fa-aa18-4aab-9717-421572a5a8b6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-827005fa-aa18-4aab-9717-421572a5a8b6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-827005fa-aa18-4aab-9717-421572a5a8b6 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 232/463] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:11 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 465 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0130453e-34b4-41b2-b160-ea3f2c3a669f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0130453e-34b4-41b2-b160-ea3f2c3a669f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0130453e-34b4-41b2-b160-ea3f2c3a669f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0130453e-34b4-41b2-b160-ea3f2c3a669f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-0130453e-34b4-41b2-b160-ea3f2c3a669f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Delete snapshot with id: 0d1b7f52-1b45-4b38-ac2a-2522f818a88b -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0130453e-34b4-41b2-b160-ea3f2c3a669f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b returned with HTTP 404 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 232/464] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:38:11 2025] DELETE /volume/v3/snapshots/0d1b7f52-1b45-4b38-ac2a-2522f818a88b => generated 111 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "c16505c0-d33d-4457-bd46-7844327e4c41", "name": "tempest-SnapshotsActionsTest-Snapshot-291770076"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create snapshot from volume c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Created reservations ['12df7fba-ef9e-4bdf-8c98-ceeb5d070cfe', '756112fc-99f5-444d-8ad3-74def3a459ec', '8cfb563d-f087-4f11-a12d-c9397f3f9db4', '340a9e7a-6ab5-433c-9713-98357d763c8e'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot create request issued successfully. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 233/465] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:38:11 2025] POST /volume/v3/snapshots => generated 306 bytes in 91 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b518c2b5-fa82-4cd1-9afd-1e35230b76a9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b518c2b5-fa82-4cd1-9afd-1e35230b76a9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b518c2b5-fa82-4cd1-9afd-1e35230b76a9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b518c2b5-fa82-4cd1-9afd-1e35230b76a9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b518c2b5-fa82-4cd1-9afd-1e35230b76a9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b518c2b5-fa82-4cd1-9afd-1e35230b76a9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 returned with HTTP 200 -Jan 03 20:38:11 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 233/466] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:11 2025] GET /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 => generated 438 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e78f7c73-2742-4fd2-83f8-24d44981c57e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e78f7c73-2742-4fd2-83f8-24d44981c57e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e78f7c73-2742-4fd2-83f8-24d44981c57e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e78f7c73-2742-4fd2-83f8-24d44981c57e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e78f7c73-2742-4fd2-83f8-24d44981c57e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e78f7c73-2742-4fd2-83f8-24d44981c57e tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 returned with HTTP 200 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 234/467] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:12 2025] GET /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 => generated 465 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a9905c58-9dd7-491b-bc19-e7e2b6e42512 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a9905c58-9dd7-491b-bc19-e7e2b6e42512 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1/action -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a9905c58-9dd7-491b-bc19-e7e2b6e42512 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "deleting"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a9905c58-9dd7-491b-bc19-e7e2b6e42512 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "deleting"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-a9905c58-9dd7-491b-bc19-e7e2b6e42512 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot '0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1' with '{'status': 'deleting'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a9905c58-9dd7-491b-bc19-e7e2b6e42512 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1/action returned with HTTP 202 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 234/468] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:12 2025] POST /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1/action => generated 0 bytes in 40 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9bf5b229-bbcc-448e-b431-79befde888e4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9bf5b229-bbcc-448e-b431-79befde888e4 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9bf5b229-bbcc-448e-b431-79befde888e4 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9bf5b229-bbcc-448e-b431-79befde888e4 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9bf5b229-bbcc-448e-b431-79befde888e4 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9bf5b229-bbcc-448e-b431-79befde888e4 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 returned with HTTP 200 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 235/469] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:12 2025] GET /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 => generated 464 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1/action -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot retrieved successfully. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot delete request issued successfully. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1/action returned with HTTP 202 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 235/470] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:12 2025] POST /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1/action => generated 0 bytes in 32 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-621bfa88-06d2-40bb-a30e-2d7436bb7de1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-621bfa88-06d2-40bb-a30e-2d7436bb7de1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-621bfa88-06d2-40bb-a30e-2d7436bb7de1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-621bfa88-06d2-40bb-a30e-2d7436bb7de1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-621bfa88-06d2-40bb-a30e-2d7436bb7de1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-621bfa88-06d2-40bb-a30e-2d7436bb7de1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 returned with HTTP 200 -Jan 03 20:38:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 236/471] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:12 2025] GET /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 => generated 464 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7347d8dc-0eba-44e9-b146-95d3173dd721 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7347d8dc-0eba-44e9-b146-95d3173dd721 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7347d8dc-0eba-44e9-b146-95d3173dd721 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7347d8dc-0eba-44e9-b146-95d3173dd721 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7347d8dc-0eba-44e9-b146-95d3173dd721 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 returned with HTTP 404 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 236/472] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:13 2025] GET /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 => generated 111 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5f653078-d6d8-4cce-aeb9-65ab90c59d38 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5f653078-d6d8-4cce-aeb9-65ab90c59d38 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5f653078-d6d8-4cce-aeb9-65ab90c59d38 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5f653078-d6d8-4cce-aeb9-65ab90c59d38 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.******_actions [None req-5f653078-d6d8-4cce-aeb9-65ab90c59d38 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'available'}' {{(pid=115585) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5f653078-d6d8-4cce-aeb9-65ab90c59d38 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 237/473] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:13 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 34 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-87cab25b-8765-4d02-8b5e-a9bc88ff2dce None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-87cab25b-8765-4d02-8b5e-a9bc88ff2dce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-87cab25b-8765-4d02-8b5e-a9bc88ff2dce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-87cab25b-8765-4d02-8b5e-a9bc88ff2dce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-87cab25b-8765-4d02-8b5e-a9bc88ff2dce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-87cab25b-8765-4d02-8b5e-a9bc88ff2dce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 237/474] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:13 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 465 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-08ecfc51-d6da-488e-8beb-88a548a83ed2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-08ecfc51-d6da-488e-8beb-88a548a83ed2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-08ecfc51-d6da-488e-8beb-88a548a83ed2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-08ecfc51-d6da-488e-8beb-88a548a83ed2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v2.snapshots [None req-08ecfc51-d6da-488e-8beb-88a548a83ed2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Delete snapshot with id: 0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-08ecfc51-d6da-488e-8beb-88a548a83ed2 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 returned with HTTP 404 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 238/475] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:38:13 2025] DELETE /volume/v3/snapshots/0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 => generated 111 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "c16505c0-d33d-4457-bd46-7844327e4c41", "name": "tempest-SnapshotsActionsTest-Snapshot-1533594979"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.snapshots [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create snapshot from volume c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Created reservations ['293f9f74-a566-4d93-85d7-fd8d9d2362f8', 'd3d3e0a1-b2e6-45c4-af3c-d6c6dda2ef14', '9b2ab09d-6404-4540-a96c-8d23e29bc8f1', '06471828-6a6d-4184-b05d-92dac9e22708'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot create request issued successfully. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 238/476] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:38:13 2025] POST /volume/v3/snapshots => generated 307 bytes in 86 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-672fdc43-c1cc-4a7e-8230-2aa7767a76f1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-672fdc43-c1cc-4a7e-8230-2aa7767a76f1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-672fdc43-c1cc-4a7e-8230-2aa7767a76f1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-672fdc43-c1cc-4a7e-8230-2aa7767a76f1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-672fdc43-c1cc-4a7e-8230-2aa7767a76f1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-672fdc43-c1cc-4a7e-8230-2aa7767a76f1 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 returned with HTTP 200 -Jan 03 20:38:13 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 239/477] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:13 2025] GET /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 => generated 439 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d1722e37-4c68-4b97-a4a2-f07a52df1f6c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d1722e37-4c68-4b97-a4a2-f07a52df1f6c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d1722e37-4c68-4b97-a4a2-f07a52df1f6c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d1722e37-4c68-4b97-a4a2-f07a52df1f6c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d1722e37-4c68-4b97-a4a2-f07a52df1f6c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d1722e37-4c68-4b97-a4a2-f07a52df1f6c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 returned with HTTP 200 -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 239/478] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:14 2025] GET /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 => generated 466 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c5879043-3ea4-4387-a0ae-faff0d47c995 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c5879043-3ea4-4387-a0ae-faff0d47c995 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0/action -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c5879043-3ea4-4387-a0ae-faff0d47c995 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "error"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c5879043-3ea4-4387-a0ae-faff0d47c995 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "error"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.******_actions [None req-c5879043-3ea4-4387-a0ae-faff0d47c995 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'd26a84df-3ba3-42e3-a6d3-159b318b53d0' with '{'status': 'error'}' {{(pid=115585) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c5879043-3ea4-4387-a0ae-faff0d47c995 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0/action returned with HTTP 202 -Jan 03 20:38:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 240/479] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:14 2025] POST /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0/action => generated 0 bytes in 29 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-76dfba2a-ca83-48ee-96aa-d529669db078 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-76dfba2a-ca83-48ee-96aa-d529669db078 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-76dfba2a-ca83-48ee-96aa-d529669db078 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-76dfba2a-ca83-48ee-96aa-d529669db078 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-76dfba2a-ca83-48ee-96aa-d529669db078 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-76dfba2a-ca83-48ee-96aa-d529669db078 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 returned with HTTP 200 -Jan 03 20:38:14 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 240/480] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:14 2025] GET /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 => generated 462 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-27f638fb-5280-4bae-9538-954e6ecc14fc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0/action -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot retrieved successfully. -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot delete request issued successfully. -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0/action returned with HTTP 202 -Jan 03 20:38:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 241/481] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:15 2025] POST /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0/action => generated 0 bytes in 28 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-59840446-3cea-4d1d-a149-bcc78caf2f81 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-59840446-3cea-4d1d-a149-bcc78caf2f81 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-59840446-3cea-4d1d-a149-bcc78caf2f81 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-59840446-3cea-4d1d-a149-bcc78caf2f81 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-59840446-3cea-4d1d-a149-bcc78caf2f81 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-59840446-3cea-4d1d-a149-bcc78caf2f81 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 returned with HTTP 200 -Jan 03 20:38:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 241/482] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:15 2025] GET /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 => generated 465 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ff45cbab-b96a-4f1a-9018-6265c7d19b5d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff45cbab-b96a-4f1a-9018-6265c7d19b5d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff45cbab-b96a-4f1a-9018-6265c7d19b5d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff45cbab-b96a-4f1a-9018-6265c7d19b5d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff45cbab-b96a-4f1a-9018-6265c7d19b5d tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 returned with HTTP 404 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 242/483] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:16 2025] GET /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 => generated 111 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b4c53b52-8621-4a21-8fa2-9a5d854b6916 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b4c53b52-8621-4a21-8fa2-9a5d854b6916 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b4c53b52-8621-4a21-8fa2-9a5d854b6916 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b4c53b52-8621-4a21-8fa2-9a5d854b6916 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-b4c53b52-8621-4a21-8fa2-9a5d854b6916 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'available'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b4c53b52-8621-4a21-8fa2-9a5d854b6916 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 242/484] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:16 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 37 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b1704f85-25f0-4f84-8d4b-4d308472c612 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b1704f85-25f0-4f84-8d4b-4d308472c612 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b1704f85-25f0-4f84-8d4b-4d308472c612 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b1704f85-25f0-4f84-8d4b-4d308472c612 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b1704f85-25f0-4f84-8d4b-4d308472c612 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b1704f85-25f0-4f84-8d4b-4d308472c612 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 243/485] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:16 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 465 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-07a65500-9013-4a3a-91d2-a0d11d7fade7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07a65500-9013-4a3a-91d2-a0d11d7fade7 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07a65500-9013-4a3a-91d2-a0d11d7fade7 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07a65500-9013-4a3a-91d2-a0d11d7fade7 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-07a65500-9013-4a3a-91d2-a0d11d7fade7 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Delete snapshot with id: d26a84df-3ba3-42e3-a6d3-159b318b53d0 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07a65500-9013-4a3a-91d2-a0d11d7fade7 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 returned with HTTP 404 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 243/486] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:38:16 2025] DELETE /volume/v3/snapshots/d26a84df-3ba3-42e3-a6d3-159b318b53d0 => generated 111 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "c16505c0-d33d-4457-bd46-7844327e4c41", "name": "tempest-SnapshotsActionsTest-Snapshot-1455788104"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Create snapshot from volume c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Created reservations ['1166985f-18e9-4e28-97fa-28edf4f4e2cc', '1e8004ce-5331-4c5e-9924-28c475d4a09a', 'c4fcb43c-beea-4452-bd56-2ca65cd9f987', '4404b6cb-583b-4e0b-8bd9-f91b739a37cd'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot create request issued successfully. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 244/487] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:38:16 2025] POST /volume/v3/snapshots => generated 307 bytes in 73 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dd5ee6dd-c002-4383-86c9-57a87d9d4bc9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd5ee6dd-c002-4383-86c9-57a87d9d4bc9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd5ee6dd-c002-4383-86c9-57a87d9d4bc9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd5ee6dd-c002-4383-86c9-57a87d9d4bc9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-dd5ee6dd-c002-4383-86c9-57a87d9d4bc9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd5ee6dd-c002-4383-86c9-57a87d9d4bc9 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b returned with HTTP 200 -Jan 03 20:38:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 244/488] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:16 2025] GET /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b => generated 439 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f93a95d6-a380-4c09-9bff-8dd4333a9964 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f93a95d6-a380-4c09-9bff-8dd4333a9964 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f93a95d6-a380-4c09-9bff-8dd4333a9964 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f93a95d6-a380-4c09-9bff-8dd4333a9964 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f93a95d6-a380-4c09-9bff-8dd4333a9964 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f93a95d6-a380-4c09-9bff-8dd4333a9964 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b returned with HTTP 200 -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 245/489] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:17 2025] GET /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b => generated 466 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7701eacd-c2fa-40dd-90e8-f97a0444bacb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7701eacd-c2fa-40dd-90e8-f97a0444bacb tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b/action -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7701eacd-c2fa-40dd-90e8-f97a0444bacb tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "error_deleting"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7701eacd-c2fa-40dd-90e8-f97a0444bacb tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "error_deleting"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-7701eacd-c2fa-40dd-90e8-f97a0444bacb tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'af14e3e2-0db2-437b-a2b0-0289d161ca8b' with '{'status': 'error_deleting'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7701eacd-c2fa-40dd-90e8-f97a0444bacb tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b/action returned with HTTP 202 -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 245/490] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:17 2025] POST /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b/action => generated 0 bytes in 37 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c03ab72a-7b28-473d-86a8-8601cf85c3da None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c03ab72a-7b28-473d-86a8-8601cf85c3da tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c03ab72a-7b28-473d-86a8-8601cf85c3da tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c03ab72a-7b28-473d-86a8-8601cf85c3da tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c03ab72a-7b28-473d-86a8-8601cf85c3da tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c03ab72a-7b28-473d-86a8-8601cf85c3da tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b returned with HTTP 200 -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 246/491] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:17 2025] GET /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b => generated 471 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b/action -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot retrieved successfully. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot delete request issued successfully. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b/action returned with HTTP 202 -Jan 03 20:38:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 246/492] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:17 2025] POST /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b/action => generated 0 bytes in 30 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-db0970d6-18ca-4814-b308-bc9f3748ae57 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-db0970d6-18ca-4814-b308-bc9f3748ae57 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-db0970d6-18ca-4814-b308-bc9f3748ae57 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-db0970d6-18ca-4814-b308-bc9f3748ae57 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-db0970d6-18ca-4814-b308-bc9f3748ae57 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-db0970d6-18ca-4814-b308-bc9f3748ae57 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b returned with HTTP 200 -Jan 03 20:38:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 247/493] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:17 2025] GET /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b => generated 465 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4e754bdc-bc73-4ffa-b4b3-73bd34d3f378 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4e754bdc-bc73-4ffa-b4b3-73bd34d3f378 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4e754bdc-bc73-4ffa-b4b3-73bd34d3f378 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4e754bdc-bc73-4ffa-b4b3-73bd34d3f378 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4e754bdc-bc73-4ffa-b4b3-73bd34d3f378 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b returned with HTTP 404 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 247/494] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:18 2025] GET /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b => generated 111 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ec011c1b-75a1-4718-aff1-1965440ba13e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ec011c1b-75a1-4718-aff1-1965440ba13e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ec011c1b-75a1-4718-aff1-1965440ba13e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ec011c1b-75a1-4718-aff1-1965440ba13e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.******_actions [None req-ec011c1b-75a1-4718-aff1-1965440ba13e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'available'}' {{(pid=115585) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ec011c1b-75a1-4718-aff1-1965440ba13e tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 248/495] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:18 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 34 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7cd25fcb-fc5d-4815-a7e1-c60bcc0a1973 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7cd25fcb-fc5d-4815-a7e1-c60bcc0a1973 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7cd25fcb-fc5d-4815-a7e1-c60bcc0a1973 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7cd25fcb-fc5d-4815-a7e1-c60bcc0a1973 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-7cd25fcb-fc5d-4815-a7e1-c60bcc0a1973 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7cd25fcb-fc5d-4815-a7e1-c60bcc0a1973 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 248/496] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:18 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 465 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-11969c33-cf75-4f31-a7bb-ab039be2f0cc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-11969c33-cf75-4f31-a7bb-ab039be2f0cc tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-11969c33-cf75-4f31-a7bb-ab039be2f0cc tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-11969c33-cf75-4f31-a7bb-ab039be2f0cc tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v2.snapshots [None req-11969c33-cf75-4f31-a7bb-ab039be2f0cc tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Delete snapshot with id: af14e3e2-0db2-437b-a2b0-0289d161ca8b -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-11969c33-cf75-4f31-a7bb-ab039be2f0cc tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b returned with HTTP 404 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 249/497] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:38:18 2025] DELETE /volume/v3/snapshots/af14e3e2-0db2-437b-a2b0-0289d161ca8b => generated 111 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fdd57b4c-2560-4b3e-b914-31f7195dbae0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fdd57b4c-2560-4b3e-b914-31f7195dbae0 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fdd57b4c-2560-4b3e-b914-31f7195dbae0 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "creating"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fdd57b4c-2560-4b3e-b914-31f7195dbae0 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "creating"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-fdd57b4c-2560-4b3e-b914-31f7195dbae0 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'creating'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fdd57b4c-2560-4b3e-b914-31f7195dbae0 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 249/498] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:18 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 30 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bcab9890-180a-4190-a6e1-39cb7e1a57bf None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bcab9890-180a-4190-a6e1-39cb7e1a57bf tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bcab9890-180a-4190-a6e1-39cb7e1a57bf tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bcab9890-180a-4190-a6e1-39cb7e1a57bf tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-bcab9890-180a-4190-a6e1-39cb7e1a57bf tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bcab9890-180a-4190-a6e1-39cb7e1a57bf tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 250/499] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:18 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 464 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3b025045-0752-4149-b636-fb4633cd0324 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3b025045-0752-4149-b636-fb4633cd0324 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3b025045-0752-4149-b636-fb4633cd0324 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action body: b'{"os-update_snapshot_status": {"status": "error", "progress": "80%"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3b025045-0752-4149-b636-fb4633cd0324 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Action: 'action', calling method: _update_snapshot_status, body: {"os-update_snapshot_status": {"status": "error", "progress": "80%"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.snapshot_actions [None req-3b025045-0752-4149-b636-fb4633cd0324 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] body: {'os-update_snapshot_status': {'status': 'error', 'progress': '80%'}} {{(pid=115586) _update_snapshot_status /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:46}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.snapshot_actions [None req-3b025045-0752-4149-b636-fb4633cd0324 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Updating snapshot a10c82a1-e429-40ff-a35b-5e3320fda2a8 with info {'id': 'a10c82a1-e429-40ff-a35b-5e3320fda2a8', 'status': 'error', 'progress': '80%'} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3b025045-0752-4149-b636-fb4633cd0324 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 250/500] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:18 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 20 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-88a33890-b0cd-4015-bb11-9c57a419e316 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-88a33890-b0cd-4015-bb11-9c57a419e316 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-88a33890-b0cd-4015-bb11-9c57a419e316 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-88a33890-b0cd-4015-bb11-9c57a419e316 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-88a33890-b0cd-4015-bb11-9c57a419e316 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Snapshot retrieved successfully. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-88a33890-b0cd-4015-bb11-9c57a419e316 tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 251/501] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:18 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 460 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e0b7c6c3-744f-4048-9c45-d7af83503b2d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e0b7c6c3-744f-4048-9c45-d7af83503b2d tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] POST http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e0b7c6c3-744f-4048-9c45-d7af83503b2d tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e0b7c6c3-744f-4048-9c45-d7af83503b2d tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.******_actions [None req-e0b7c6c3-744f-4048-9c45-d7af83503b2d tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] Updating snapshot 'a10c82a1-e429-40ff-a35b-5e3320fda2a8' with '{'status': 'available'}' {{(pid=115586) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e0b7c6c3-744f-4048-9c45-d7af83503b2d tempest-SnapshotsActionsTest-432807511 tempest-SnapshotsActionsTest-432807511-project-******] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action returned with HTTP 202 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 251/502] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:38:18 2025] POST /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8/action => generated 0 bytes in 24 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-955c9edd-cd17-4135-b50e-977ae1674fce None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-955c9edd-cd17-4135-b50e-977ae1674fce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-955c9edd-cd17-4135-b50e-977ae1674fce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-955c9edd-cd17-4135-b50e-977ae1674fce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-955c9edd-cd17-4135-b50e-977ae1674fce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-955c9edd-cd17-4135-b50e-977ae1674fce tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 252/503] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:18 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 464 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Delete snapshot with id: a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot delete request issued successfully. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 202 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 252/504] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:38:18 2025] DELETE /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4f241b10-e22d-45ae-bd72-a9f288c85960 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4f241b10-e22d-45ae-bd72-a9f288c85960 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4f241b10-e22d-45ae-bd72-a9f288c85960 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4f241b10-e22d-45ae-bd72-a9f288c85960 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4f241b10-e22d-45ae-bd72-a9f288c85960 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Snapshot retrieved successfully. -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4f241b10-e22d-45ae-bd72-a9f288c85960 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 200 -Jan 03 20:38:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 253/505] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:18 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 463 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7df34b36-52f5-4b27-a970-ac3f9bbe1495 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7df34b36-52f5-4b27-a970-ac3f9bbe1495 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7df34b36-52f5-4b27-a970-ac3f9bbe1495 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7df34b36-52f5-4b27-a970-ac3f9bbe1495 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7df34b36-52f5-4b27-a970-ac3f9bbe1495 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 returned with HTTP 404 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 253/506] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:19 2025] GET /volume/v3/snapshots/a10c82a1-e429-40ff-a35b-5e3320fda2a8 => generated 111 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8323f055-18c9-4c86-bf22-bb053e3c9f4c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8323f055-18c9-4c86-bf22-bb053e3c9f4c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8323f055-18c9-4c86-bf22-bb053e3c9f4c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8323f055-18c9-4c86-bf22-bb053e3c9f4c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8323f055-18c9-4c86-bf22-bb053e3c9f4c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8323f055-18c9-4c86-bf22-bb053e3c9f4c tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 returned with HTTP 200 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 254/507] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:19 2025] GET /volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 => generated 843 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-491dbb11-a1d0-4909-a040-458f313dcf92 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] DELETE http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Delete volume with id: c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Delete volume request issued successfully. -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 returned with HTTP 202 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 254/508] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:19 2025] DELETE /volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6d391896-7536-4b68-8dc6-b9f282d4c35f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6d391896-7536-4b68-8dc6-b9f282d4c35f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6d391896-7536-4b68-8dc6-b9f282d4c35f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6d391896-7536-4b68-8dc6-b9f282d4c35f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6d391896-7536-4b68-8dc6-b9f282d4c35f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Volume info retrieved successfully. -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6d391896-7536-4b68-8dc6-b9f282d4c35f tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 returned with HTTP 200 -Jan 03 20:38:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 255/509] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:19 2025] GET /volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 => generated 842 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-362a4dcd-113a-4379-838e-2ceb0c5c003a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:20 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-362a4dcd-113a-4379-838e-2ceb0c5c003a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] GET http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 -Jan 03 20:38:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-362a4dcd-113a-4379-838e-2ceb0c5c003a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-362a4dcd-113a-4379-838e-2ceb0c5c003a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:20 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-362a4dcd-113a-4379-838e-2ceb0c5c003a tempest-SnapshotsActionsTest-2065148064 tempest-SnapshotsActionsTest-2065148064-project-member] http://10.201.9.223/volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 returned with HTTP 404 -Jan 03 20:38:20 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 255/510] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:20 2025] GET /volume/v3/volumes/c16505c0-d33d-4457-bd46-7844327e4c41 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-32d775c6-697b-4be6-aca4-a240659927b3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-32d775c6-697b-4be6-aca4-a240659927b3 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-32d775c6-697b-4be6-aca4-a240659927b3 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-2128571698", "extra_specs": {"storage_protocol": "tempest-storage_protocol-2083181149", "vendor_name": "tempest-vendor_name-1694305938"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-32d775c6-697b-4be6-aca4-a240659927b3 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:22 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 256/511] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:38:22 2025] POST /volume/v3/types => generated 328 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-50a7d284-9646-4472-b6cd-6ced053cac23 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "6436e87a-3ca4-487f-a01f-b99c9241bafc", "size": 1, "name": "tempest-UserMessagesTest-Volume-377922204"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Create volume request body: {'volume': {'volume_type': '6436e87a-3ca4-487f-a01f-b99c9241bafc', 'size': 1, 'name': 'tempest-UserMessagesTest-Volume-377922204'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Create volume of 1 GB -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Flow 'volume_create_api' (b2998087-fce2-4290-aae9-17760b79294f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (551906f5-25d7-453a-93cc-f7d3b1e33f23) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (551906f5-25d7-453a-93cc-f7d3b1e33f23) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:38:23Z,deleted=False,deleted_at=None,description=None,extra_specs={storage_protocol='tempest-storage_protocol-2083181149',vendor_name='tempest-vendor_name-1694305938'},id=6436e87a-3ca4-487f-a01f-b99c9241bafc,is_public=True,name='tempest-UserMessagesTest-volume-type-2128571698',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '6436e87a-3ca4-487f-a01f-b99c9241bafc', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8a2ab8e4-dc7f-4542-ba65-c5f7ceedf7fe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Deprecated: Default quota for resource: volumes_tempest-UserMessagesTest-volume-type-2128571698 is set by the default quota flag: quota_volumes_tempest-UserMessagesTest-volume-type-2128571698, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Deprecated: Default quota for resource: gigabytes_tempest-UserMessagesTest-volume-type-2128571698 is set by the default quota flag: quota_gigabytes_tempest-UserMessagesTest-volume-type-2128571698, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Created reservations ['052fd37b-35e7-47c5-8baa-552fad3e9f10', '88e94274-6827-42d8-94dc-5b30d0942306', 'cdb82ef1-3cf2-4f67-9ef0-6b934ac89d2c', 'b67b08a3-d460-4966-bd02-c8e41cecc953'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8a2ab8e4-dc7f-4542-ba65-c5f7ceedf7fe) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['052fd37b-35e7-47c5-8baa-552fad3e9f10', '88e94274-6827-42d8-94dc-5b30d0942306', 'cdb82ef1-3cf2-4f67-9ef0-6b934ac89d2c', 'b67b08a3-d460-4966-bd02-c8e41cecc953']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d250a94c-4116-470e-89a9-1c0cfa8ff350) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d250a94c-4116-470e-89a9-1c0cfa8ff350) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '54176226-949e-4a4c-816b-f0bff5b80368', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-377922204',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7ffb718711dd4f7a8e0b4c130f75761b',qos_specs=None,replication_status=,reservations=['052fd37b-35e7-47c5-8baa-552fad3e9f10','88e94274-6827-42d8-94dc-5b30d0942306','cdb82ef1-3cf2-4f67-9ef0-6b934ac89d2c','b67b08a3-d460-4966-bd02-c8e41cecc953'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='4ca2af30c03f4f5aa9498bdd09a340a5',volume_type_id=6436e87a-3ca4-487f-a01f-b99c9241bafc), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-377922204',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=54176226-949e-4a4c-816b-f0bff5b80368,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7ffb718711dd4f7a8e0b4c130f75761b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='4ca2af30c03f4f5aa9498bdd09a340a5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(6436e87a-3ca4-487f-a01f-b99c9241bafc),volume_type_id=6436e87a-3ca4-487f-a01f-b99c9241bafc)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ac0d1aaa-76e9-4f97-9d22-b5cd9c2ea795) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ac0d1aaa-76e9-4f97-9d22-b5cd9c2ea795) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-377922204',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7ffb718711dd4f7a8e0b4c130f75761b',qos_specs=None,replication_status=,reservations=['052fd37b-35e7-47c5-8baa-552fad3e9f10','88e94274-6827-42d8-94dc-5b30d0942306','cdb82ef1-3cf2-4f67-9ef0-6b934ac89d2c','b67b08a3-d460-4966-bd02-c8e41cecc953'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='4ca2af30c03f4f5aa9498bdd09a340a5',volume_type_id=6436e87a-3ca4-487f-a01f-b99c9241bafc)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2ce42c89-3f98-45cd-9838-69ceaf88984f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2ce42c89-3f98-45cd-9838-69ceaf88984f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Flow 'volume_create_api' (b2998087-fce2-4290-aae9-17760b79294f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Create volume request issued successfully. -Jan 03 20:38:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 256/512] 10.201.9.223 () {62 vars in 1181 bytes} [Fri Jan 3 20:38:22 2025] POST /volume/v3/volumes => generated 787 bytes in 173 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9fdd45ba-b67c-4c74-9e8b-2811ad66afe9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9fdd45ba-b67c-4c74-9e8b-2811ad66afe9 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9fdd45ba-b67c-4c74-9e8b-2811ad66afe9 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9fdd45ba-b67c-4c74-9e8b-2811ad66afe9 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9fdd45ba-b67c-4c74-9e8b-2811ad66afe9 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9fdd45ba-b67c-4c74-9e8b-2811ad66afe9 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 returned with HTTP 200 -Jan 03 20:38:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 257/513] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:23 2025] GET /volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 => generated 855 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1dc1bb50-eb16-4f09-8688-0ec4d398c729 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1dc1bb50-eb16-4f09-8688-0ec4d398c729 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1dc1bb50-eb16-4f09-8688-0ec4d398c729 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1dc1bb50-eb16-4f09-8688-0ec4d398c729 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-1dc1bb50-eb16-4f09-8688-0ec4d398c729 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1dc1bb50-eb16-4f09-8688-0ec4d398c729 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 returned with HTTP 200 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 257/514] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:24 2025] GET /volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 => generated 876 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6e127d2c-fa96-4305-aa82-eec49d236319 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6e127d2c-fa96-4305-aa82-eec49d236319 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/messages -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6e127d2c-fa96-4305-aa82-eec49d236319 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6e127d2c-fa96-4305-aa82-eec49d236319 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6e127d2c-fa96-4305-aa82-eec49d236319 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/messages returned with HTTP 200 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 258/515] 10.201.9.223 () {60 vars in 1162 bytes} [Fri Jan 3 20:38:24 2025] GET /volume/v3/messages => generated 672 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4526f2f6-11eb-4222-88d5-140eae83ea00 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4526f2f6-11eb-4222-88d5-140eae83ea00 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] DELETE http://10.201.9.223/volume/v3/messages/cd71d9f0-a140-43fa-95ec-a2e24584cd47 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4526f2f6-11eb-4222-88d5-140eae83ea00 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4526f2f6-11eb-4222-88d5-140eae83ea00 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4526f2f6-11eb-4222-88d5-140eae83ea00 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/messages/cd71d9f0-a140-43fa-95ec-a2e24584cd47 returned with HTTP 204 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 258/516] 10.201.9.223 () {60 vars in 1276 bytes} [Fri Jan 3 20:38:24 2025] DELETE /volume/v3/messages/cd71d9f0-a140-43fa-95ec-a2e24584cd47 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a18410ab-684b-4543-a9c6-2553b5743818 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a18410ab-684b-4543-a9c6-2553b5743818 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/messages/cd71d9f0-a140-43fa-95ec-a2e24584cd47 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a18410ab-684b-4543-a9c6-2553b5743818 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a18410ab-684b-4543-a9c6-2553b5743818 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a18410ab-684b-4543-a9c6-2553b5743818 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/messages/cd71d9f0-a140-43fa-95ec-a2e24584cd47 returned with HTTP 404 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 259/517] 10.201.9.223 () {60 vars in 1273 bytes} [Fri Jan 3 20:38:24 2025] GET /volume/v3/messages/cd71d9f0-a140-43fa-95ec-a2e24584cd47 => generated 110 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bf1d729a-e76e-4c9a-b2ab-894c0db27ff6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bf1d729a-e76e-4c9a-b2ab-894c0db27ff6 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bf1d729a-e76e-4c9a-b2ab-894c0db27ff6 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bf1d729a-e76e-4c9a-b2ab-894c0db27ff6 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-bf1d729a-e76e-4c9a-b2ab-894c0db27ff6 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bf1d729a-e76e-4c9a-b2ab-894c0db27ff6 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 returned with HTTP 200 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 259/518] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:24 2025] GET /volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 => generated 876 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] DELETE http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Delete volume with id: 54176226-949e-4a4c-816b-f0bff5b80368 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Decrease volume quotas for non temporary volume in non error_managing status. {{(pid=115585) delete /opt/stack/cinder/cinder/volume/api.py:433}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Deprecated: Default quota for resource: volumes_tempest-UserMessagesTest-volume-type-2128571698 is set by the default quota flag: quota_volumes_tempest-UserMessagesTest-volume-type-2128571698, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Deprecated: Default quota for resource: gigabytes_tempest-UserMessagesTest-volume-type-2128571698 is set by the default quota flag: quota_gigabytes_tempest-UserMessagesTest-volume-type-2128571698, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Created reservations ['393f59f2-f27c-4985-a33d-a0f746e4f78b', 'cf963c0e-3dd7-4067-aaf5-749efc63d02c', '05553b36-c23c-414c-a4fb-353023a64ce3', 'd90a6b2e-ffed-4524-8462-910dd364bf45'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Delete volume request issued successfully. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e1cf1a1d-695a-4403-ad03-8ed69cef9dfd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 returned with HTTP 202 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 260/519] 10.201.9.223 () {60 vars in 1273 bytes} [Fri Jan 3 20:38:24 2025] DELETE /volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 => generated 0 bytes in 72 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fb5ae627-4766-4fe1-b05b-7780c989bff4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fb5ae627-4766-4fe1-b05b-7780c989bff4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fb5ae627-4766-4fe1-b05b-7780c989bff4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fb5ae627-4766-4fe1-b05b-7780c989bff4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fb5ae627-4766-4fe1-b05b-7780c989bff4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 returned with HTTP 404 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 260/520] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:24 2025] GET /volume/v3/volumes/54176226-949e-4a4c-816b-f0bff5b80368 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a3fab3e3-1bdd-4624-a5df-21ce023d9bf2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a3fab3e3-1bdd-4624-a5df-21ce023d9bf2 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] DELETE http://10.201.9.223/volume/v3/types/6436e87a-3ca4-487f-a01f-b99c9241bafc -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a3fab3e3-1bdd-4624-a5df-21ce023d9bf2 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a3fab3e3-1bdd-4624-a5df-21ce023d9bf2 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a3fab3e3-1bdd-4624-a5df-21ce023d9bf2 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] http://10.201.9.223/volume/v3/types/6436e87a-3ca4-487f-a01f-b99c9241bafc returned with HTTP 202 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 261/521] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:24 2025] DELETE /volume/v3/types/6436e87a-3ca4-487f-a01f-b99c9241bafc => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-69023e9d-a4c6-4904-846e-25fb6e15479b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-69023e9d-a4c6-4904-846e-25fb6e15479b tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] GET http://10.201.9.223/volume/v3/types/6436e87a-3ca4-487f-a01f-b99c9241bafc -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-69023e9d-a4c6-4904-846e-25fb6e15479b tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-69023e9d-a4c6-4904-846e-25fb6e15479b tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-69023e9d-a4c6-4904-846e-25fb6e15479b tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] http://10.201.9.223/volume/v3/types/6436e87a-3ca4-487f-a01f-b99c9241bafc returned with HTTP 404 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 261/522] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:24 2025] GET /volume/v3/types/6436e87a-3ca4-487f-a01f-b99c9241bafc => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e4ed245b-4c88-4b8f-a945-afee9907a140 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e4ed245b-4c88-4b8f-a945-afee9907a140 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e4ed245b-4c88-4b8f-a945-afee9907a140 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-37162928", "extra_specs": {"storage_protocol": "tempest-storage_protocol-1162587716", "vendor_name": "tempest-vendor_name-340854652"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e4ed245b-4c88-4b8f-a945-afee9907a140 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 262/523] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:38:24 2025] POST /volume/v3/types => generated 325 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "6b262d99-09fe-4218-9c0b-88cea3c97c02", "size": 1, "name": "tempest-UserMessagesTest-Volume-895564340"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Create volume request body: {'volume': {'volume_type': '6b262d99-09fe-4218-9c0b-88cea3c97c02', 'size': 1, 'name': 'tempest-UserMessagesTest-Volume-895564340'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Create volume of 1 GB -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Flow 'volume_create_api' (c0091fc6-9ee1-4d63-b05f-9a5c6ad203b9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9ab8b74c-9aba-470e-920c-63180a89b71a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9ab8b74c-9aba-470e-920c-63180a89b71a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:38:24Z,deleted=False,deleted_at=None,description=None,extra_specs={storage_protocol='tempest-storage_protocol-1162587716',vendor_name='tempest-vendor_name-340854652'},id=6b262d99-09fe-4218-9c0b-88cea3c97c02,is_public=True,name='tempest-UserMessagesTest-volume-type-37162928',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '6b262d99-09fe-4218-9c0b-88cea3c97c02', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (63f2b4fb-e6d1-4802-aef6-f28d9c072e27) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Deprecated: Default quota for resource: volumes_tempest-UserMessagesTest-volume-type-37162928 is set by the default quota flag: quota_volumes_tempest-UserMessagesTest-volume-type-37162928, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Deprecated: Default quota for resource: gigabytes_tempest-UserMessagesTest-volume-type-37162928 is set by the default quota flag: quota_gigabytes_tempest-UserMessagesTest-volume-type-37162928, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Created reservations ['422f017d-674e-4a74-8473-ac351484c37e', 'a81e216b-c783-4983-961b-4b4c33498e3a', 'f4b49523-7d15-4601-968b-719cda3bbdee', '0534d4c6-6555-495d-8512-9dd952186416'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (63f2b4fb-e6d1-4802-aef6-f28d9c072e27) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['422f017d-674e-4a74-8473-ac351484c37e', 'a81e216b-c783-4983-961b-4b4c33498e3a', 'f4b49523-7d15-4601-968b-719cda3bbdee', '0534d4c6-6555-495d-8512-9dd952186416']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (fdfb9f33-7c3f-4a36-bc12-7c5c247a1628) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (fdfb9f33-7c3f-4a36-bc12-7c5c247a1628) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '61e3dd00-8050-4d0e-b25c-9030753b68a4', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-895564340',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7ffb718711dd4f7a8e0b4c130f75761b',qos_specs=None,replication_status=,reservations=['422f017d-674e-4a74-8473-ac351484c37e','a81e216b-c783-4983-961b-4b4c33498e3a','f4b49523-7d15-4601-968b-719cda3bbdee','0534d4c6-6555-495d-8512-9dd952186416'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='4ca2af30c03f4f5aa9498bdd09a340a5',volume_type_id=6b262d99-09fe-4218-9c0b-88cea3c97c02), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-895564340',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=61e3dd00-8050-4d0e-b25c-9030753b68a4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7ffb718711dd4f7a8e0b4c130f75761b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='4ca2af30c03f4f5aa9498bdd09a340a5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(6b262d99-09fe-4218-9c0b-88cea3c97c02),volume_type_id=6b262d99-09fe-4218-9c0b-88cea3c97c02)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (279ec1a8-8c29-4ad5-abed-8b4a9021fc80) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (279ec1a8-8c29-4ad5-abed-8b4a9021fc80) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-895564340',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7ffb718711dd4f7a8e0b4c130f75761b',qos_specs=None,replication_status=,reservations=['422f017d-674e-4a74-8473-ac351484c37e','a81e216b-c783-4983-961b-4b4c33498e3a','f4b49523-7d15-4601-968b-719cda3bbdee','0534d4c6-6555-495d-8512-9dd952186416'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='4ca2af30c03f4f5aa9498bdd09a340a5',volume_type_id=6b262d99-09fe-4218-9c0b-88cea3c97c02)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (da2fc776-8860-46c1-9898-234f91bfeb7f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (da2fc776-8860-46c1-9898-234f91bfeb7f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Flow 'volume_create_api' (c0091fc6-9ee1-4d63-b05f-9a5c6ad203b9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Create volume request issued successfully. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 262/524] 10.201.9.223 () {62 vars in 1181 bytes} [Fri Jan 3 20:38:24 2025] POST /volume/v3/volumes => generated 785 bytes in 144 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4df75a88-e15c-4107-a7c0-7411f24437cb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4df75a88-e15c-4107-a7c0-7411f24437cb tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4df75a88-e15c-4107-a7c0-7411f24437cb tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4df75a88-e15c-4107-a7c0-7411f24437cb tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4df75a88-e15c-4107-a7c0-7411f24437cb tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4df75a88-e15c-4107-a7c0-7411f24437cb tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 returned with HTTP 200 -Jan 03 20:38:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 263/525] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:24 2025] GET /volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 => generated 853 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a20778b0-d913-4f30-973e-d7431feafe94 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a20778b0-d913-4f30-973e-d7431feafe94 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a20778b0-d913-4f30-973e-d7431feafe94 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a20778b0-d913-4f30-973e-d7431feafe94 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a20778b0-d913-4f30-973e-d7431feafe94 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a20778b0-d913-4f30-973e-d7431feafe94 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 returned with HTTP 200 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 263/526] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:25 2025] GET /volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 => generated 874 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-19c7d9b9-aae1-469e-8020-70dc6356542f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-19c7d9b9-aae1-469e-8020-70dc6356542f tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/messages -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-19c7d9b9-aae1-469e-8020-70dc6356542f tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-19c7d9b9-aae1-469e-8020-70dc6356542f tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-19c7d9b9-aae1-469e-8020-70dc6356542f tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/messages returned with HTTP 200 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 264/527] 10.201.9.223 () {60 vars in 1162 bytes} [Fri Jan 3 20:38:25 2025] GET /volume/v3/messages => generated 672 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b9bb2b82-fcd8-4167-b50b-9fa3e82fd8a4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9bb2b82-fcd8-4167-b50b-9fa3e82fd8a4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/messages/fb5382d7-0bf3-44d8-ada2-17f293e1ad2f -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9bb2b82-fcd8-4167-b50b-9fa3e82fd8a4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9bb2b82-fcd8-4167-b50b-9fa3e82fd8a4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9bb2b82-fcd8-4167-b50b-9fa3e82fd8a4 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/messages/fb5382d7-0bf3-44d8-ada2-17f293e1ad2f returned with HTTP 200 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 264/528] 10.201.9.223 () {60 vars in 1273 bytes} [Fri Jan 3 20:38:25 2025] GET /volume/v3/messages/fb5382d7-0bf3-44d8-ada2-17f293e1ad2f => generated 669 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2876a051-5164-4b4c-a431-0f0215eb2a0b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2876a051-5164-4b4c-a431-0f0215eb2a0b tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/messages -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2876a051-5164-4b4c-a431-0f0215eb2a0b tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2876a051-5164-4b4c-a431-0f0215eb2a0b tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'version_select' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2876a051-5164-4b4c-a431-0f0215eb2a0b tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/messages returned with HTTP 200 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 265/529] 10.201.9.223 () {60 vars in 1162 bytes} [Fri Jan 3 20:38:25 2025] GET /volume/v3/messages => generated 672 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f790c3c7-2012-4343-9fc5-0e4ebf3e9884 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f790c3c7-2012-4343-9fc5-0e4ebf3e9884 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] DELETE http://10.201.9.223/volume/v3/messages/fb5382d7-0bf3-44d8-ada2-17f293e1ad2f -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f790c3c7-2012-4343-9fc5-0e4ebf3e9884 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f790c3c7-2012-4343-9fc5-0e4ebf3e9884 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f790c3c7-2012-4343-9fc5-0e4ebf3e9884 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/messages/fb5382d7-0bf3-44d8-ada2-17f293e1ad2f returned with HTTP 204 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 265/530] 10.201.9.223 () {60 vars in 1276 bytes} [Fri Jan 3 20:38:25 2025] DELETE /volume/v3/messages/fb5382d7-0bf3-44d8-ada2-17f293e1ad2f => generated 0 bytes in 18 msecs (HTTP/1.1 204) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5ac51150-07a8-49d9-baad-e1e22723ab12 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5ac51150-07a8-49d9-baad-e1e22723ab12 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5ac51150-07a8-49d9-baad-e1e22723ab12 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5ac51150-07a8-49d9-baad-e1e22723ab12 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5ac51150-07a8-49d9-baad-e1e22723ab12 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5ac51150-07a8-49d9-baad-e1e22723ab12 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 returned with HTTP 200 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 266/531] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:25 2025] GET /volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 => generated 874 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] DELETE http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Delete volume with id: 61e3dd00-8050-4d0e-b25c-9030753b68a4 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Volume info retrieved successfully. -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Decrease volume quotas for non temporary volume in non error_managing status. {{(pid=115586) delete /opt/stack/cinder/cinder/volume/api.py:433}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Created reservations ['18b4444b-be8b-4765-9afb-2af2b1ef088b', '867dd79e-284e-44a1-8028-e80f1a4bbd7b', 'a6cdfc70-680e-46ed-97bd-813528ad24b5', '28f6bfa9-8cf2-4127-b7fa-11575d7a456d'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Delete volume request issued successfully. -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-85f86f6f-2b8d-46f1-a290-d3d7550b90fd tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 returned with HTTP 202 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 266/532] 10.201.9.223 () {60 vars in 1273 bytes} [Fri Jan 3 20:38:25 2025] DELETE /volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 => generated 0 bytes in 80 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5c72bf27-28cb-49b1-aaa8-efb820e4e798 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5c72bf27-28cb-49b1-aaa8-efb820e4e798 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] GET http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5c72bf27-28cb-49b1-aaa8-efb820e4e798 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5c72bf27-28cb-49b1-aaa8-efb820e4e798 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5c72bf27-28cb-49b1-aaa8-efb820e4e798 tempest-UserMessagesTest-1999837604 tempest-UserMessagesTest-1999837604-project-member] http://10.201.9.223/volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 returned with HTTP 404 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 267/533] 10.201.9.223 () {60 vars in 1270 bytes} [Fri Jan 3 20:38:25 2025] GET /volume/v3/volumes/61e3dd00-8050-4d0e-b25c-9030753b68a4 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4ef1f840-d191-4af8-8b36-2db2d028a3d5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4ef1f840-d191-4af8-8b36-2db2d028a3d5 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] DELETE http://10.201.9.223/volume/v3/types/6b262d99-09fe-4218-9c0b-88cea3c97c02 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4ef1f840-d191-4af8-8b36-2db2d028a3d5 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4ef1f840-d191-4af8-8b36-2db2d028a3d5 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4ef1f840-d191-4af8-8b36-2db2d028a3d5 tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] http://10.201.9.223/volume/v3/types/6b262d99-09fe-4218-9c0b-88cea3c97c02 returned with HTTP 202 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 267/534] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:25 2025] DELETE /volume/v3/types/6b262d99-09fe-4218-9c0b-88cea3c97c02 => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5561446a-5117-403b-9a28-a55e9b29cd3a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5561446a-5117-403b-9a28-a55e9b29cd3a tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] GET http://10.201.9.223/volume/v3/types/6b262d99-09fe-4218-9c0b-88cea3c97c02 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5561446a-5117-403b-9a28-a55e9b29cd3a tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5561446a-5117-403b-9a28-a55e9b29cd3a tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5561446a-5117-403b-9a28-a55e9b29cd3a tempest-UserMessagesTest-976379223 tempest-UserMessagesTest-976379223-project-******] http://10.201.9.223/volume/v3/types/6b262d99-09fe-4218-9c0b-88cea3c97c02 returned with HTTP 404 -Jan 03 20:38:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 268/535] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:25 2025] GET /volume/v3/types/6b262d99-09fe-4218-9c0b-88cea3c97c02 => generated 114 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] GET http://10.201.9.223/volume/v3/os-hosts -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.hosts [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: available, enabled, 2025-01-03 20:38:23+00:00 {{(pid=115586) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.hosts [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: unavailable, enabled, 2025-01-03 20:35:11+00:00 {{(pid=115586) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.hosts [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: unavailable, enabled, 2025-01-03 20:33:19+00:00 {{(pid=115586) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.hosts [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: available, enabled, 2025-01-03 20:38:25+00:00 {{(pid=115586) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.hosts [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: available, enabled, 2025-01-03 20:38:24+00:00 {{(pid=115586) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-97a6b764-cbd9-4b6d-bc46-3a7e9710f106 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] http://10.201.9.223/volume/v3/os-hosts returned with HTTP 200 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 268/536] 10.201.9.223 () {58 vars in 1122 bytes} [Fri Jan 3 20:38:27 2025] GET /volume/v3/os-hosts => generated 907 bytes in 86 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] GET http://10.201.9.223/volume/v3/os-hosts -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.hosts [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: available, enabled, 2025-01-03 20:38:23+00:00 {{(pid=115585) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.hosts [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: unavailable, enabled, 2025-01-03 20:35:11+00:00 {{(pid=115585) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.hosts [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: unavailable, enabled, 2025-01-03 20:33:19+00:00 {{(pid=115585) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.hosts [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: available, enabled, 2025-01-03 20:38:25+00:00 {{(pid=115585) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.hosts [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] status, active and update: available, enabled, 2025-01-03 20:38:24+00:00 {{(pid=115585) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ed204e2e-9dbb-4944-a020-3d15d2dd4ff9 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] http://10.201.9.223/volume/v3/os-hosts returned with HTTP 200 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 269/537] 10.201.9.223 () {58 vars in 1122 bytes} [Fri Jan 3 20:38:27 2025] GET /volume/v3/os-hosts => generated 907 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7adc8c67-2b15-40c8-b909-80b37fab912e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7adc8c67-2b15-40c8-b909-80b37fab912e tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] GET http://10.201.9.223/volume/v3/os-hosts/ubuntu@lvmdriver-1 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7adc8c67-2b15-40c8-b909-80b37fab912e tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7adc8c67-2b15-40c8-b909-80b37fab912e tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7adc8c67-2b15-40c8-b909-80b37fab912e tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] http://10.201.9.223/volume/v3/os-hosts/ubuntu@lvmdriver-1 returned with HTTP 200 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 269/538] 10.201.9.223 () {58 vars in 1179 bytes} [Fri Jan 3 20:38:27 2025] GET /volume/v3/os-hosts/ubuntu@lvmdriver-1 => generated 172 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0aa1829b-647d-465e-92d8-0c2f4afd5444 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0aa1829b-647d-465e-92d8-0c2f4afd5444 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] GET http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par1 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0aa1829b-647d-465e-92d8-0c2f4afd5444 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0aa1829b-647d-465e-92d8-0c2f4afd5444 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0aa1829b-647d-465e-92d8-0c2f4afd5444 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par1 returned with HTTP 200 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 270/539] 10.201.9.223 () {58 vars in 1161 bytes} [Fri Jan 3 20:38:27 2025] GET /volume/v3/os-hosts/ubuntu@3par1 => generated 166 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-11a9a048-c8e6-42af-bc27-0bd44fb1e298 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-11a9a048-c8e6-42af-bc27-0bd44fb1e298 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] GET http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par2 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-11a9a048-c8e6-42af-bc27-0bd44fb1e298 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-11a9a048-c8e6-42af-bc27-0bd44fb1e298 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-11a9a048-c8e6-42af-bc27-0bd44fb1e298 tempest-VolumeHostsAdminTestsJSON-563522771 tempest-VolumeHostsAdminTestsJSON-563522771-project-******] http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par2 returned with HTTP 200 -Jan 03 20:38:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 270/540] 10.201.9.223 () {58 vars in 1161 bytes} [Fri Jan 3 20:38:27 2025] GET /volume/v3/os-hosts/ubuntu@3par2 => generated 166 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True -Jan 03 20:38:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] Calling method 'get_pools' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True returned with HTTP 200 -Jan 03 20:38:30 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 271/541] 10.201.9.223 () {58 vars in 1196 bytes} [Fri Jan 3 20:38:29 2025] GET /volume/v3/scheduler-stats/get_pools?detail=True => generated 2155 bytes in 561 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:38:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-732168c9-53f0-402e-af5f-552acd692c12 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-732168c9-53f0-402e-af5f-552acd692c12 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools -Jan 03 20:38:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-732168c9-53f0-402e-af5f-552acd692c12 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-732168c9-53f0-402e-af5f-552acd692c12 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] Calling method 'get_pools' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-732168c9-53f0-402e-af5f-552acd692c12 tempest-VolumePoolsAdminTestsJSON-317813869 tempest-VolumePoolsAdminTestsJSON-317813869-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools returned with HTTP 200 -Jan 03 20:38:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 271/542] 10.201.9.223 () {58 vars in 1173 bytes} [Fri Jan 3 20:38:30 2025] GET /volume/v3/scheduler-stats/get_pools => generated 77 bytes in 517 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8d9b7bf6-7b77-4f42-bd58-53f11c9fb94a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8d9b7bf6-7b77-4f42-bd58-53f11c9fb94a tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] GET http://10.201.9.223/volume/v3/os-quota-class-sets/default -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8d9b7bf6-7b77-4f42-bd58-53f11c9fb94a tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8d9b7bf6-7b77-4f42-bd58-53f11c9fb94a tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8d9b7bf6-7b77-4f42-bd58-53f11c9fb94a tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 272/543] 10.201.9.223 () {58 vars in 1179 bytes} [Fri Jan 3 20:38:33 2025] GET /volume/v3/os-quota-class-sets/default => generated 476 bytes in 70 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9763cd36-cc07-4c73-bb9d-90a64e7bada5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9763cd36-cc07-4c73-bb9d-90a64e7bada5 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] GET http://10.201.9.223/volume/v3/os-quota-class-sets/default -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9763cd36-cc07-4c73-bb9d-90a64e7bada5 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9763cd36-cc07-4c73-bb9d-90a64e7bada5 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9763cd36-cc07-4c73-bb9d-90a64e7bada5 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 272/544] 10.201.9.223 () {58 vars in 1179 bytes} [Fri Jan 3 20:38:33 2025] GET /volume/v3/os-quota-class-sets/default => generated 476 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d6d17ef7-4288-4eec-a8c5-6b516e5031ef None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d6d17ef7-4288-4eec-a8c5-6b516e5031ef tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d6d17ef7-4288-4eec-a8c5-6b516e5031ef tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeQuotaClassesTest-volume-type-2017515627"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d6d17ef7-4288-4eec-a8c5-6b516e5031ef tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 273/545] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:38:33 2025] POST /volume/v3/types => generated 228 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-23c1cc8e-a554-4ea4-8c0c-3ac5f2dac727 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-23c1cc8e-a554-4ea4-8c0c-3ac5f2dac727 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] PUT http://10.201.9.223/volume/v3/os-quota-class-sets/default -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-23c1cc8e-a554-4ea4-8c0c-3ac5f2dac727 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Action: 'update', calling method: update, body: {"quota_class_set": {"volumes": 11, "per_volume_gigabytes": -1, "snapshots": 11, "gigabytes": 1001, "backups": 11, "backup_gigabytes": 1001, "volumes_tempest-VolumeQuotaClassesTest-volume-type-2017515627": 3, "snapshots_tempest-VolumeQuotaClassesTest-volume-type-2017515627": 6, "gigabytes_tempest-VolumeQuotaClassesTest-volume-type-2017515627": 3}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-23c1cc8e-a554-4ea4-8c0c-3ac5f2dac727 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 273/546] 10.201.9.223 () {60 vars in 1200 bytes} [Fri Jan 3 20:38:33 2025] PUT /volume/v3/os-quota-class-sets/default => generated 667 bytes in 101 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/5515cb9b75e54fc1b012e83b015f2802/defaults -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Calling method 'defaults' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: volumes_3par2 is set by the default quota flag: quota_volumes_3par2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: gigabytes_3par2 is set by the default quota flag: quota_gigabytes_3par2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: snapshots_3par2 is set by the default quota flag: quota_snapshots_3par2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: volumes_lvmdriver-1 is set by the default quota flag: quota_volumes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: gigabytes_lvmdriver-1 is set by the default quota flag: quota_gigabytes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: snapshots_lvmdriver-1 is set by the default quota flag: quota_snapshots_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c0498509-268a-4c65-a3bc-3f15f52f9b29 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/os-quota-sets/5515cb9b75e54fc1b012e83b015f2802/defaults returned with HTTP 200 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 274/547] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:38:33 2025] GET /volume/v3/os-quota-sets/5515cb9b75e54fc1b012e83b015f2802/defaults => generated 703 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9d863a07-744f-4793-8874-c363c7bf924b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/bfb84e5f100a4335854cbf8da8cea742/defaults -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Calling method 'defaults' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: volumes_3par2 is set by the default quota flag: quota_volumes_3par2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: gigabytes_3par2 is set by the default quota flag: quota_gigabytes_3par2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: snapshots_3par2 is set by the default quota flag: quota_snapshots_3par2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: volumes_lvmdriver-1 is set by the default quota flag: quota_volumes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: gigabytes_lvmdriver-1 is set by the default quota flag: quota_gigabytes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: snapshots_lvmdriver-1 is set by the default quota flag: quota_snapshots_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9d863a07-744f-4793-8874-c363c7bf924b tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/os-quota-sets/bfb84e5f100a4335854cbf8da8cea742/defaults returned with HTTP 200 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 274/548] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:38:33 2025] GET /volume/v3/os-quota-sets/bfb84e5f100a4335854cbf8da8cea742/defaults => generated 703 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-93d840da-459b-4ac4-83a5-ec79b9043f88 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-93d840da-459b-4ac4-83a5-ec79b9043f88 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] DELETE http://10.201.9.223/volume/v3/types/a71d3252-9323-4fa9-bd59-93bcd75188ca -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-93d840da-459b-4ac4-83a5-ec79b9043f88 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-93d840da-459b-4ac4-83a5-ec79b9043f88 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-93d840da-459b-4ac4-83a5-ec79b9043f88 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/types/a71d3252-9323-4fa9-bd59-93bcd75188ca returned with HTTP 202 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 275/549] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:33 2025] DELETE /volume/v3/types/a71d3252-9323-4fa9-bd59-93bcd75188ca => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f86d83f0-4517-4221-b12b-7f0340db2aad None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f86d83f0-4517-4221-b12b-7f0340db2aad tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] GET http://10.201.9.223/volume/v3/types/a71d3252-9323-4fa9-bd59-93bcd75188ca -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f86d83f0-4517-4221-b12b-7f0340db2aad tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f86d83f0-4517-4221-b12b-7f0340db2aad tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f86d83f0-4517-4221-b12b-7f0340db2aad tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/types/a71d3252-9323-4fa9-bd59-93bcd75188ca returned with HTTP 404 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 275/550] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:33 2025] GET /volume/v3/types/a71d3252-9323-4fa9-bd59-93bcd75188ca => generated 114 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-535e38f3-66cb-4525-9047-d96c9bbb29f3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-535e38f3-66cb-4525-9047-d96c9bbb29f3 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] PUT http://10.201.9.223/volume/v3/os-quota-class-sets/default -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-535e38f3-66cb-4525-9047-d96c9bbb29f3 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Action: 'update', calling method: update, body: {"quota_class_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-535e38f3-66cb-4525-9047-d96c9bbb29f3 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 -Jan 03 20:38:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 276/551] 10.201.9.223 () {60 vars in 1200 bytes} [Fri Jan 3 20:38:33 2025] PUT /volume/v3/os-quota-class-sets/default => generated 459 bytes in 95 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ba2d7bb9-4054-4476-a779-86c0ce94abfe None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ba2d7bb9-4054-4476-a779-86c0ce94abfe tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ba2d7bb9-4054-4476-a779-86c0ce94abfe tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ba2d7bb9-4054-4476-a779-86c0ce94abfe tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ba2d7bb9-4054-4476-a779-86c0ce94abfe tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 276/552] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:36 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 495 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6c2a39f0-3a92-49d5-9545-68606141c9af None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6c2a39f0-3a92-49d5-9545-68606141c9af tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79/defaults -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6c2a39f0-3a92-49d5-9545-68606141c9af tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6c2a39f0-3a92-49d5-9545-68606141c9af tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'defaults' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6c2a39f0-3a92-49d5-9545-68606141c9af tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79/defaults returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 277/553] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:38:36 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79/defaults => generated 495 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b6fca604-0ebf-4453-85d5-b5687ce281bd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b6fca604-0ebf-4453-85d5-b5687ce281bd tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b6fca604-0ebf-4453-85d5-b5687ce281bd tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 15}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b6fca604-0ebf-4453-85d5-b5687ce281bd tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 277/554] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:38:36 2025] PUT /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 453 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4775f325-ddfb-49ad-9a3f-4dc6f6687965 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4775f325-ddfb-49ad-9a3f-4dc6f6687965 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] DELETE http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4775f325-ddfb-49ad-9a3f-4dc6f6687965 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4775f325-ddfb-49ad-9a3f-4dc6f6687965 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4775f325-ddfb-49ad-9a3f-4dc6f6687965 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 278/555] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:38:36 2025] DELETE /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 0 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 283 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-98025a12-9bd7-4618-972a-b57d1a1ed673 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98025a12-9bd7-4618-972a-b57d1a1ed673 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98025a12-9bd7-4618-972a-b57d1a1ed673 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98025a12-9bd7-4618-972a-b57d1a1ed673 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98025a12-9bd7-4618-972a-b57d1a1ed673 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 278/556] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:36 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 495 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-08148964-f42f-4ad0-b3f1-5f3a7562064c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-08148964-f42f-4ad0-b3f1-5f3a7562064c tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-08148964-f42f-4ad0-b3f1-5f3a7562064c tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-08148964-f42f-4ad0-b3f1-5f3a7562064c tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 279/557] 10.201.9.223 () {60 vars in 1257 bytes} [Fri Jan 3 20:38:36 2025] PUT /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 453 bytes in 99 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ff693c75-d292-4770-8bcd-5668952fa871 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ff693c75-d292-4770-8bcd-5668952fa871 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79/defaults -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ff693c75-d292-4770-8bcd-5668952fa871 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ff693c75-d292-4770-8bcd-5668952fa871 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'defaults' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ff693c75-d292-4770-8bcd-5668952fa871 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79/defaults returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 279/558] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:38:36 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79/defaults => generated 495 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7c53ce4e-cca8-48c0-8b4b-bf85bf55f52a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7c53ce4e-cca8-48c0-8b4b-bf85bf55f52a tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7c53ce4e-cca8-48c0-8b4b-bf85bf55f52a tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7c53ce4e-cca8-48c0-8b4b-bf85bf55f52a tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7c53ce4e-cca8-48c0-8b4b-bf85bf55f52a tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 280/559] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:36 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 495 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9ac6ac59-3be9-4887-9138-8d9414d25b85 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9ac6ac59-3be9-4887-9138-8d9414d25b85 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9ac6ac59-3be9-4887-9138-8d9414d25b85 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9ac6ac59-3be9-4887-9138-8d9414d25b85 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9ac6ac59-3be9-4887-9138-8d9414d25b85 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 280/560] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:38:36 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True => generated 1236 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-2088054548"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeQuotasAdminTestJSON-Volume-2088054548'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Create volume of 1 GB -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Flow 'volume_create_api' (60807c27-0d4b-4d36-8c40-a7fdd9fb0b3b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (22c6e757-bec7-4556-bba2-22626a9ec52e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (22c6e757-bec7-4556-bba2-22626a9ec52e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5b5c9c65-e68b-4267-804d-4ef8dcc69ad4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Created reservations ['0b76c6ac-7995-4225-8967-de595f5863fc', '627e5768-bf7a-4731-bdb3-d7264d1cd442', 'a0efd626-95be-4fcd-9d0a-49336e67c53b', '3cb44ff3-eec5-4298-987b-297e93e7744b'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5b5c9c65-e68b-4267-804d-4ef8dcc69ad4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0b76c6ac-7995-4225-8967-de595f5863fc', '627e5768-bf7a-4731-bdb3-d7264d1cd442', 'a0efd626-95be-4fcd-9d0a-49336e67c53b', '3cb44ff3-eec5-4298-987b-297e93e7744b']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (50e5b4aa-55bd-44b6-8d5b-aa7194be41c6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (50e5b4aa-55bd-44b6-8d5b-aa7194be41c6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2058db43-dc87-4e83-bdef-7d12f86dd36a', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-2088054548',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='607738f0b8b94faab05f45478aaf0d79',qos_specs=None,replication_status=,reservations=['0b76c6ac-7995-4225-8967-de595f5863fc','627e5768-bf7a-4731-bdb3-d7264d1cd442','a0efd626-95be-4fcd-9d0a-49336e67c53b','3cb44ff3-eec5-4298-987b-297e93e7744b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='5802227d31a94618bcd868d5f11e9da6',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:36Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-2088054548',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=2058db43-dc87-4e83-bdef-7d12f86dd36a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='607738f0b8b94faab05f45478aaf0d79',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='5802227d31a94618bcd868d5f11e9da6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0ca9accd-997a-40b3-b187-92e2b3460698) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0ca9accd-997a-40b3-b187-92e2b3460698) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-2088054548',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='607738f0b8b94faab05f45478aaf0d79',qos_specs=None,replication_status=,reservations=['0b76c6ac-7995-4225-8967-de595f5863fc','627e5768-bf7a-4731-bdb3-d7264d1cd442','a0efd626-95be-4fcd-9d0a-49336e67c53b','3cb44ff3-eec5-4298-987b-297e93e7744b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='5802227d31a94618bcd868d5f11e9da6',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1ea36d8f-4750-4fa5-afeb-d2e484848321) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1ea36d8f-4750-4fa5-afeb-d2e484848321) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Flow 'volume_create_api' (60807c27-0d4b-4d36-8c40-a7fdd9fb0b3b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Create volume request issued successfully. -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 281/561] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:38:36 2025] POST /volume/v3/volumes => generated 755 bytes in 199 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-161478a2-48db-4167-8ff6-5d76afd8f262 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-161478a2-48db-4167-8ff6-5d76afd8f262 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-161478a2-48db-4167-8ff6-5d76afd8f262 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-161478a2-48db-4167-8ff6-5d76afd8f262 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-161478a2-48db-4167-8ff6-5d76afd8f262 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Volume info retrieved successfully. -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-161478a2-48db-4167-8ff6-5d76afd8f262 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a returned with HTTP 200 -Jan 03 20:38:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 281/562] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:36 2025] GET /volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a => generated 823 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b8af7e08-bc09-43b9-946d-89c7f2a48cd0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8af7e08-bc09-43b9-946d-89c7f2a48cd0 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b8af7e08-bc09-43b9-946d-89c7f2a48cd0 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b8af7e08-bc09-43b9-946d-89c7f2a48cd0 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b8af7e08-bc09-43b9-946d-89c7f2a48cd0 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Volume info retrieved successfully. -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8af7e08-bc09-43b9-946d-89c7f2a48cd0 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a returned with HTTP 200 -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 282/563] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:37 2025] GET /volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a => generated 848 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-31fdba24-a1de-4894-ab24-7bff492d58eb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31fdba24-a1de-4894-ab24-7bff492d58eb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31fdba24-a1de-4894-ab24-7bff492d58eb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31fdba24-a1de-4894-ab24-7bff492d58eb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31fdba24-a1de-4894-ab24-7bff492d58eb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True returned with HTTP 200 -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 282/564] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:38:37 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True => generated 1236 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9f0a6465-8949-4659-82ca-d89812f5d525 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Delete volume with id: 2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Volume info retrieved successfully. -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Delete volume request issued successfully. -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a returned with HTTP 202 -Jan 03 20:38:37 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 283/565] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:37 2025] DELETE /volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b721a3c4-77b9-418a-9864-f73bbe24fb7d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b721a3c4-77b9-418a-9864-f73bbe24fb7d tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b721a3c4-77b9-418a-9864-f73bbe24fb7d tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b721a3c4-77b9-418a-9864-f73bbe24fb7d tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b721a3c4-77b9-418a-9864-f73bbe24fb7d tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Volume info retrieved successfully. -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b721a3c4-77b9-418a-9864-f73bbe24fb7d tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a returned with HTTP 200 -Jan 03 20:38:37 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 283/566] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:37 2025] GET /volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-86b0f232-ad45-461c-b72c-4be943976628 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-86b0f232-ad45-461c-b72c-4be943976628 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-86b0f232-ad45-461c-b72c-4be943976628 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-86b0f232-ad45-461c-b72c-4be943976628 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-86b0f232-ad45-461c-b72c-4be943976628 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a returned with HTTP 404 -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 284/567] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:38 2025] GET /volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a => generated 109 bytes in 26 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-26641a73-8b1b-410d-a8fe-a32d4140b442 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-26641a73-8b1b-410d-a8fe-a32d4140b442 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-26641a73-8b1b-410d-a8fe-a32d4140b442 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-26641a73-8b1b-410d-a8fe-a32d4140b442 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-26641a73-8b1b-410d-a8fe-a32d4140b442 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a returned with HTTP 404 -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 284/568] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:38 2025] GET /volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-824d7396-1f9c-4dc5-a8ff-047647ec16fa None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-824d7396-1f9c-4dc5-a8ff-047647ec16fa tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-824d7396-1f9c-4dc5-a8ff-047647ec16fa tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-824d7396-1f9c-4dc5-a8ff-047647ec16fa tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-824d7396-1f9c-4dc5-a8ff-047647ec16fa tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Delete volume with id: 2058db43-dc87-4e83-bdef-7d12f86dd36a -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-824d7396-1f9c-4dc5-a8ff-047647ec16fa tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a returned with HTTP 404 -Jan 03 20:38:38 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 285/569] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:38 2025] DELETE /volume/v3/volumes/2058db43-dc87-4e83-bdef-7d12f86dd36a => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-630d9505-9b56-4e54-8019-57386729401c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-792349312"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeQuotasAdminTestJSON-Volume-792349312'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Create volume of 1 GB -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Flow 'volume_create_api' (62559359-b513-4471-8cb0-a594566e1f1e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6d56a76b-d50c-4ccc-8213-698a3bbfff00) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6d56a76b-d50c-4ccc-8213-698a3bbfff00) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5fa8a410-c02e-433a-aa5c-b3a7c9c32bfd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Created reservations ['aefd48ec-3b14-4716-8ec2-122d96e3c0ed', '547da4f6-f0d3-4473-809e-d0992f87f800', '05acd181-8c3d-432d-8b08-33b21da4efcc', '96ac61f5-899b-4043-8bb0-f88c8efc2e2e'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5fa8a410-c02e-433a-aa5c-b3a7c9c32bfd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['aefd48ec-3b14-4716-8ec2-122d96e3c0ed', '547da4f6-f0d3-4473-809e-d0992f87f800', '05acd181-8c3d-432d-8b08-33b21da4efcc', '96ac61f5-899b-4043-8bb0-f88c8efc2e2e']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (6753f29e-2df0-4302-ad3d-3a6b13701b84) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (6753f29e-2df0-4302-ad3d-3a6b13701b84) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-792349312',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='607738f0b8b94faab05f45478aaf0d79',qos_specs=None,replication_status=,reservations=['aefd48ec-3b14-4716-8ec2-122d96e3c0ed','547da4f6-f0d3-4473-809e-d0992f87f800','05acd181-8c3d-432d-8b08-33b21da4efcc','96ac61f5-899b-4043-8bb0-f88c8efc2e2e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='5802227d31a94618bcd868d5f11e9da6',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-792349312',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='607738f0b8b94faab05f45478aaf0d79',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='5802227d31a94618bcd868d5f11e9da6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (efe65396-4902-4405-b312-b0f051775694) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (efe65396-4902-4405-b312-b0f051775694) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-792349312',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='607738f0b8b94faab05f45478aaf0d79',qos_specs=None,replication_status=,reservations=['aefd48ec-3b14-4716-8ec2-122d96e3c0ed','547da4f6-f0d3-4473-809e-d0992f87f800','05acd181-8c3d-432d-8b08-33b21da4efcc','96ac61f5-899b-4043-8bb0-f88c8efc2e2e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='5802227d31a94618bcd868d5f11e9da6',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (baeef4a0-70d7-44da-a876-d2351b22a633) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (baeef4a0-70d7-44da-a876-d2351b22a633) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Flow 'volume_create_api' (62559359-b513-4471-8cb0-a594566e1f1e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Create volume request issued successfully. -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:39 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 285/570] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:38:38 2025] POST /volume/v3/volumes => generated 754 bytes in 133 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c4c73de0-4140-4fbd-b7cc-9f062b5c471b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c4c73de0-4140-4fbd-b7cc-9f062b5c471b tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c4c73de0-4140-4fbd-b7cc-9f062b5c471b tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c4c73de0-4140-4fbd-b7cc-9f062b5c471b tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c4c73de0-4140-4fbd-b7cc-9f062b5c471b tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Volume info retrieved successfully. -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c4c73de0-4140-4fbd-b7cc-9f062b5c471b tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 200 -Jan 03 20:38:39 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 286/571] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:39 2025] GET /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 822 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-280f1454-02c4-41ea-964e-aa9ca0b401fb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-280f1454-02c4-41ea-964e-aa9ca0b401fb tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-280f1454-02c4-41ea-964e-aa9ca0b401fb tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-280f1454-02c4-41ea-964e-aa9ca0b401fb tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-280f1454-02c4-41ea-964e-aa9ca0b401fb tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Volume info retrieved successfully. -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-280f1454-02c4-41ea-964e-aa9ca0b401fb tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 200 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 286/572] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:40 2025] GET /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-44c4ade5-f4e6-4ef9-b9d7-5af7598e1557 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-44c4ade5-f4e6-4ef9-b9d7-5af7598e1557 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-44c4ade5-f4e6-4ef9-b9d7-5af7598e1557 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-44c4ade5-f4e6-4ef9-b9d7-5af7598e1557 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-44c4ade5-f4e6-4ef9-b9d7-5af7598e1557 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True returned with HTTP 200 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 287/573] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:38:40 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True => generated 1236 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-07a09418-3854-42ab-9b62-6691156d7ed6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07a09418-3854-42ab-9b62-6691156d7ed6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/51aebe6d6df74c4282822883fe23cb64?usage=True -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07a09418-3854-42ab-9b62-6691156d7ed6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07a09418-3854-42ab-9b62-6691156d7ed6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07a09418-3854-42ab-9b62-6691156d7ed6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/51aebe6d6df74c4282822883fe23cb64?usage=True returned with HTTP 200 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 287/574] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:38:40 2025] GET /volume/v3/os-quota-sets/51aebe6d6df74c4282822883fe23cb64?usage=True => generated 1236 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a01d9f32-ba47-4800-b538-b4b93cdb7a00 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a01d9f32-ba47-4800-b538-b4b93cdb7a00 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a01d9f32-ba47-4800-b538-b4b93cdb7a00 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.volume_transfer [None req-a01d9f32-ba47-4800-b538-b4b93cdb7a00 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Creating new volume transfer {'transfer': {'volume_id': 'ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:85}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.contrib.volume_transfer [None req-a01d9f32-ba47-4800-b538-b4b93cdb7a00 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Creating transfer of volume ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-a01d9f32-ba47-4800-b538-b4b93cdb7a00 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Generating transfer record for volume ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a01d9f32-ba47-4800-b538-b4b93cdb7a00 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 202 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 288/575] 10.201.9.223 () {60 vars in 1173 bytes} [Fri Jan 3 20:38:40 2025] POST /volume/v3/os-volume-transfer => generated 443 bytes in 37 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-34246fec-c662-4c5c-b644-e789f9caae44 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer/a416864b-f6fe-45c8-b93f-5e271bc88c52/accept -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "de9aa64c0573541c"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.volume_transfer [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Accepting volume transfer a416864b-f6fe-45c8-b93f-5e271bc88c52 {{(pid=115586) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Accepting transfer a416864b-f6fe-45c8-b93f-5e271bc88c52 -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Created reservations ['3d54b5d8-7c09-4948-82c2-c10a1b5913b2', 'c631df85-4750-4970-9fb4-c42f09dafad5', '1d813391-8c9d-4296-8eec-343f82129a28', 'a874fce2-420c-470c-bf9f-b05dd927ca7f'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Created reservations ['691cbeb2-cfa7-4cae-823b-6e810a5b6fab', 'a6a5e407-5186-494b-8e72-5893397afbd6', 'b3408aa6-ae15-4c17-95d5-540dbea75783', '3a273a49-6cea-41f3-9263-f204126fa342'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Created reservations ['6acf7149-3982-4121-88bd-262eb79af24c', '3bdeacc9-83aa-43dc-8674-6b6754b650c3', 'a091e158-b664-43bd-9005-da60dd4579c8', 'b1b1a0ac-9c47-4db1-afc7-2ba2c1ac89ac'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Created reservations ['540af551-23b0-414c-8cb5-3bff6c312bb8', '328d3910-95ae-4e96-a29d-57bb8995a235', '8d5b36d6-f266-4f37-a021-3342a4ef4e60', 'cd83d986-8c1a-475d-9cd5-096f4aa77029'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:40 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Transfer volume completed successfully. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.transfer.api [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Volume ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 has been transferred. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/a416864b-f6fe-45c8-b93f-5e271bc88c52/accept returned with HTTP 202 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 288/576] 10.201.9.223 () {60 vars in 1305 bytes} [Fri Jan 3 20:38:40 2025] POST /volume/v3/os-volume-transfer/a416864b-f6fe-45c8-b93f-5e271bc88c52/accept => generated 367 bytes in 787 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a9700514-55a5-4457-a2b9-0936c10e9768 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a9700514-55a5-4457-a2b9-0936c10e9768 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] GET http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a9700514-55a5-4457-a2b9-0936c10e9768 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a9700514-55a5-4457-a2b9-0936c10e9768 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a9700514-55a5-4457-a2b9-0936c10e9768 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] Volume info retrieved successfully. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a9700514-55a5-4457-a2b9-0936c10e9768 tempest-VolumeQuotasAdminTestJSON-1147860496 tempest-VolumeQuotasAdminTestJSON-1147860496-project-member] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 200 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 289/577] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:41 2025] GET /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2e6acca9-316d-486c-8fe4-af21f4e31aeb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2e6acca9-316d-486c-8fe4-af21f4e31aeb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2e6acca9-316d-486c-8fe4-af21f4e31aeb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2e6acca9-316d-486c-8fe4-af21f4e31aeb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2e6acca9-316d-486c-8fe4-af21f4e31aeb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True returned with HTTP 200 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 289/578] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:38:41 2025] GET /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79?usage=True => generated 1236 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-43b6a752-b501-40b7-bc49-8a218749c226 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43b6a752-b501-40b7-bc49-8a218749c226 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/51aebe6d6df74c4282822883fe23cb64?usage=True -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43b6a752-b501-40b7-bc49-8a218749c226 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43b6a752-b501-40b7-bc49-8a218749c226 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43b6a752-b501-40b7-bc49-8a218749c226 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/51aebe6d6df74c4282822883fe23cb64?usage=True returned with HTTP 200 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 290/579] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:38:41 2025] GET /volume/v3/os-quota-sets/51aebe6d6df74c4282822883fe23cb64?usage=True => generated 1236 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] DELETE http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Delete volume with id: ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Volume info retrieved successfully. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Delete volume request issued successfully. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 202 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 290/580] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:41 2025] DELETE /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3ea71b17-8cd5-45d2-afaf-8a59cd4c50db None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3ea71b17-8cd5-45d2-afaf-8a59cd4c50db tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3ea71b17-8cd5-45d2-afaf-8a59cd4c50db tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3ea71b17-8cd5-45d2-afaf-8a59cd4c50db tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3ea71b17-8cd5-45d2-afaf-8a59cd4c50db tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Volume info retrieved successfully. -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3ea71b17-8cd5-45d2-afaf-8a59cd4c50db tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 200 -Jan 03 20:38:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 291/581] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:41 2025] GET /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 1000 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-17e5d726-1275-4541-a67b-a6ff1f1636cb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-17e5d726-1275-4541-a67b-a6ff1f1636cb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-17e5d726-1275-4541-a67b-a6ff1f1636cb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-17e5d726-1275-4541-a67b-a6ff1f1636cb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-17e5d726-1275-4541-a67b-a6ff1f1636cb tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 404 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 291/582] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:42 2025] GET /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-757eb609-b180-460a-83c6-a16331fd0d87 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-757eb609-b180-460a-83c6-a16331fd0d87 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] GET http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-757eb609-b180-460a-83c6-a16331fd0d87 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-757eb609-b180-460a-83c6-a16331fd0d87 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-757eb609-b180-460a-83c6-a16331fd0d87 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 404 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 292/583] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:42 2025] GET /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8f125f84-187b-4e32-85bf-4cb549e4ec42 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8f125f84-187b-4e32-85bf-4cb549e4ec42 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] DELETE http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8f125f84-187b-4e32-85bf-4cb549e4ec42 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8f125f84-187b-4e32-85bf-4cb549e4ec42 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-8f125f84-187b-4e32-85bf-4cb549e4ec42 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] Delete volume with id: ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8f125f84-187b-4e32-85bf-4cb549e4ec42 tempest-VolumeQuotasAdminTestJSON-1942196167 tempest-VolumeQuotasAdminTestJSON-1942196167-project-member] http://10.201.9.223/volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 returned with HTTP 404 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 292/584] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:42 2025] DELETE /volume/v3/volumes/ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-698864ff-fb9a-412d-b428-fdb54400f5a6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-698864ff-fb9a-412d-b428-fdb54400f5a6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/b19d9d6da7ea4001ad9d8b25f0672aaf?usage=True -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-698864ff-fb9a-412d-b428-fdb54400f5a6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-698864ff-fb9a-412d-b428-fdb54400f5a6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-698864ff-fb9a-412d-b428-fdb54400f5a6 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/b19d9d6da7ea4001ad9d8b25f0672aaf?usage=True returned with HTTP 200 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 293/585] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:38:42 2025] GET /volume/v3/os-quota-sets/b19d9d6da7ea4001ad9d8b25f0672aaf?usage=True => generated 1236 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ed03bea5-6215-46ad-a848-8b8de9b69577 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ed03bea5-6215-46ad-a848-8b8de9b69577 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ed03bea5-6215-46ad-a848-8b8de9b69577 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 1009, "volumes": 11, "snapshots": 11, "backups": 11, "backup_gigabytes": 1009, "per_volume_gigabytes": 1009}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ed03bea5-6215-46ad-a848-8b8de9b69577 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 293/586] 10.201.9.223 () {60 vars in 1257 bytes} [Fri Jan 3 20:38:42 2025] PUT /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 455 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-51e29364-9384-4fbe-8480-db64a0c60a98 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51e29364-9384-4fbe-8480-db64a0c60a98 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51e29364-9384-4fbe-8480-db64a0c60a98 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51e29364-9384-4fbe-8480-db64a0c60a98 tempest-VolumeQuotasAdminTestJSON-772607591 tempest-VolumeQuotasAdminTestJSON-772607591-project-******] http://10.201.9.223/volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 returned with HTTP 200 -Jan 03 20:38:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 294/587] 10.201.9.223 () {60 vars in 1257 bytes} [Fri Jan 3 20:38:42 2025] PUT /volume/v3/os-quota-sets/607738f0b8b94faab05f45478aaf0d79 => generated 453 bytes in 92 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6dd9b407-cd0b-4fb0-a5df-baa80232808f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6dd9b407-cd0b-4fb0-a5df-baa80232808f tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6dd9b407-cd0b-4fb0-a5df-baa80232808f tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6dd9b407-cd0b-4fb0-a5df-baa80232808f tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6dd9b407-cd0b-4fb0-a5df-baa80232808f tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 returned with HTTP 200 -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 294/588] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:38:45 2025] GET /volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 => generated 495 bytes in 72 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Create volume of 1 GB -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Flow 'volume_create_api' (9cc43712-a8ce-4e93-bcea-cfef6484c7b0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2860f541-f1e3-4b9e-b295-426c586f0b8b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2860f541-f1e3-4b9e-b295-426c586f0b8b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8183b85e-ecbb-4799-96a4-196f7a93fc9b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Created reservations ['78161cfb-5c45-455a-83e4-115bd1e2a20c', '0740e9a9-11c3-40c2-be8e-267e630a39cf', '21d8a63a-a149-4fa3-b90f-46e55fe796a8', '09b929ae-d369-498b-b06d-ef807a662a37'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8183b85e-ecbb-4799-96a4-196f7a93fc9b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['78161cfb-5c45-455a-83e4-115bd1e2a20c', '0740e9a9-11c3-40c2-be8e-267e630a39cf', '21d8a63a-a149-4fa3-b90f-46e55fe796a8', '09b929ae-d369-498b-b06d-ef807a662a37']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e4d3882f-f9f0-46d2-93d7-1f8a4f085fc2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e4d3882f-f9f0-46d2-93d7-1f8a4f085fc2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'dda5abec-f34e-41f4-867b-ce6d7eb2a2e9', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6093af9a4aff4233b4262e78b641a247',qos_specs=None,replication_status=,reservations=['78161cfb-5c45-455a-83e4-115bd1e2a20c','0740e9a9-11c3-40c2-be8e-267e630a39cf','21d8a63a-a149-4fa3-b90f-46e55fe796a8','09b929ae-d369-498b-b06d-ef807a662a37'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='7f357897ac31415ab32063baa6eb3593',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=dda5abec-f34e-41f4-867b-ce6d7eb2a2e9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6093af9a4aff4233b4262e78b641a247',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='7f357897ac31415ab32063baa6eb3593',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7a6e68ac-fbd3-4749-82ba-2eeddfecf8ce) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7a6e68ac-fbd3-4749-82ba-2eeddfecf8ce) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6093af9a4aff4233b4262e78b641a247',qos_specs=None,replication_status=,reservations=['78161cfb-5c45-455a-83e4-115bd1e2a20c','0740e9a9-11c3-40c2-be8e-267e630a39cf','21d8a63a-a149-4fa3-b90f-46e55fe796a8','09b929ae-d369-498b-b06d-ef807a662a37'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='7f357897ac31415ab32063baa6eb3593',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (045a6e58-0beb-4755-90d6-1a72fee081a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (045a6e58-0beb-4755-90d6-1a72fee081a6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Flow 'volume_create_api' (9cc43712-a8ce-4e93-bcea-cfef6484c7b0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Create volume request issued successfully. -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:45 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 295/589] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:38:45 2025] POST /volume/v3/volumes => generated 758 bytes in 191 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-984a8258-a27c-4716-b380-a6678895749d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-984a8258-a27c-4716-b380-a6678895749d tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] GET http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-984a8258-a27c-4716-b380-a6678895749d tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-984a8258-a27c-4716-b380-a6678895749d tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-984a8258-a27c-4716-b380-a6678895749d tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Volume info retrieved successfully. -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-984a8258-a27c-4716-b380-a6678895749d tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 returned with HTTP 200 -Jan 03 20:38:45 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 295/590] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:45 2025] GET /volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 => generated 826 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-26dfdb82-374a-40ce-a33d-2080f5628796 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-26dfdb82-374a-40ce-a33d-2080f5628796 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] GET http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-26dfdb82-374a-40ce-a33d-2080f5628796 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-26dfdb82-374a-40ce-a33d-2080f5628796 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-26dfdb82-374a-40ce-a33d-2080f5628796 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Volume info retrieved successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-26dfdb82-374a-40ce-a33d-2080f5628796 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 returned with HTTP 200 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 296/591] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:46 2025] GET /volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 => generated 851 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e67fff48-95c0-4f86-8865-05ee2deaecbf None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e67fff48-95c0-4f86-8865-05ee2deaecbf tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e67fff48-95c0-4f86-8865-05ee2deaecbf tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 1, "volumes": -1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e67fff48-95c0-4f86-8865-05ee2deaecbf tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 returned with HTTP 200 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 296/592] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:38:46 2025] PUT /volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 => generated 450 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0b819687-b33b-47d7-bb60-d18e49030b47 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 2}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Create volume request body: {'volume': {'size': 2}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Create volume of 2 GB -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Flow 'volume_create_api' (20bb9a94-a7a2-4322-a7cb-eb9012752a3a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1cb7e4ae-e7aa-46a2-a5a6-bdf8e779fef7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Validating volume size '2' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1cb7e4ae-e7aa-46a2-a5a6-bdf8e779fef7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b4b2f468-815d-43a1-8dee-4a65b33d1740) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota_utils [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Quota exceeded for 6093af9a4aff4233b4262e78b641a247, tried to create 2G volume (1G of 1G already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['gigabytes'] -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b4b2f468-815d-43a1-8dee-4a65b33d1740) transitioned into state 'FAILURE' from state 'RUNNING' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: Failure: cinder.exception.VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed gigabytes quota. Requested 2G, quota is 1G and 1G has been consumed. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b4b2f468-815d-43a1-8dee-4a65b33d1740) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b4b2f468-815d-43a1-8dee-4a65b33d1740) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1cb7e4ae-e7aa-46a2-a5a6-bdf8e779fef7) transitioned into state 'REVERTING' from state 'SUCCESS' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1cb7e4ae-e7aa-46a2-a5a6-bdf8e779fef7) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Flow 'volume_create_api' (20bb9a94-a7a2-4322-a7cb-eb9012752a3a) transitioned into state 'REVERTED' from state 'RUNNING' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.middleware.fault [None req-0b819687-b33b-47d7-bb60-d18e49030b47 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 413 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 297/593] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:38:46 2025] POST /volume/v3/volumes => generated 208 bytes in 77 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1145cda8-9e22-4ed5-96a0-0952fefed713 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1145cda8-9e22-4ed5-96a0-0952fefed713 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1145cda8-9e22-4ed5-96a0-0952fefed713 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 1, "gigabytes": -1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1145cda8-9e22-4ed5-96a0-0952fefed713 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 returned with HTTP 200 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 297/594] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:38:46 2025] PUT /volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 => generated 450 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Create volume request body: {'volume': {'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Create volume of 1 GB -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Flow 'volume_create_api' (c1401b8e-e369-4ac9-8602-00f083f732ca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (d8745105-6d92-46db-beb8-fa364bffb64c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (d8745105-6d92-46db-beb8-fa364bffb64c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e186fcb0-2dda-4eae-8b00-5478afc9a94d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota_utils [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Quota exceeded for 6093af9a4aff4233b4262e78b641a247, tried to create volume (1 volumes already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['volumes'] -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e186fcb0-2dda-4eae-8b00-5478afc9a94d) transitioned into state 'FAILURE' from state 'RUNNING' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: Failure: cinder.exception.VolumeLimitExceeded: Maximum number of volumes allowed (1) exceeded for quota 'volumes'. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e186fcb0-2dda-4eae-8b00-5478afc9a94d) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e186fcb0-2dda-4eae-8b00-5478afc9a94d) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (d8745105-6d92-46db-beb8-fa364bffb64c) transitioned into state 'REVERTING' from state 'SUCCESS' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (d8745105-6d92-46db-beb8-fa364bffb64c) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Flow 'volume_create_api' (c1401b8e-e369-4ac9-8602-00f083f732ca) transitioned into state 'REVERTED' from state 'RUNNING' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.middleware.fault [None req-860002ba-31e6-49d6-ad8a-6cbdb486cc35 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 413 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 298/595] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:38:46 2025] POST /volume/v3/volumes => generated 150 bytes in 67 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-101199a9-67c2-45f4-aa10-88b447d60c88 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-101199a9-67c2-45f4-aa10-88b447d60c88 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-101199a9-67c2-45f4-aa10-88b447d60c88 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-101199a9-67c2-45f4-aa10-88b447d60c88 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 returned with HTTP 200 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 298/596] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:38:46 2025] PUT /volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 => generated 449 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8b1128a6-24dd-4775-999d-7aba9db6c5cc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8b1128a6-24dd-4775-999d-7aba9db6c5cc tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] POST http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9/action -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8b1128a6-24dd-4775-999d-7aba9db6c5cc tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Action body: b'{"os-extend": {"new_size": 2}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8b1128a6-24dd-4775-999d-7aba9db6c5cc tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 2}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8b1128a6-24dd-4775-999d-7aba9db6c5cc tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Volume info retrieved successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: ERROR cinder.volume.api [None req-8b1128a6-24dd-4775-999d-7aba9db6c5cc tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Quota exceeded for 6093af9a4aff4233b4262e78b641a247, tried to extend volume by 1G, (1G of 1G already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['gigabytes'] -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.middleware.fault [None req-8b1128a6-24dd-4775-999d-7aba9db6c5cc tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9/action returned with HTTP 413 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 299/597] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:38:46 2025] POST /volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9/action => generated 208 bytes in 55 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e14c1766-4cdb-4166-af53-43cb2301f626 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e14c1766-4cdb-4166-af53-43cb2301f626 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] GET http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e14c1766-4cdb-4166-af53-43cb2301f626 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e14c1766-4cdb-4166-af53-43cb2301f626 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e14c1766-4cdb-4166-af53-43cb2301f626 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Volume info retrieved successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e14c1766-4cdb-4166-af53-43cb2301f626 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 returned with HTTP 200 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 299/598] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:46 2025] GET /volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 => generated 851 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] DELETE http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Delete volume with id: dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Volume info retrieved successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Delete volume request issued successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 returned with HTTP 202 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 300/599] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:46 2025] DELETE /volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d0897d27-eceb-4884-9cd9-afb552a7079f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d0897d27-eceb-4884-9cd9-afb552a7079f tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] GET http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d0897d27-eceb-4884-9cd9-afb552a7079f tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d0897d27-eceb-4884-9cd9-afb552a7079f tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d0897d27-eceb-4884-9cd9-afb552a7079f tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Volume info retrieved successfully. -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d0897d27-eceb-4884-9cd9-afb552a7079f tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 returned with HTTP 200 -Jan 03 20:38:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 300/600] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:46 2025] GET /volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 => generated 850 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bad3e907-97b5-4268-b114-f90b51dc0d6c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:47 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bad3e907-97b5-4268-b114-f90b51dc0d6c tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] GET http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 -Jan 03 20:38:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bad3e907-97b5-4268-b114-f90b51dc0d6c tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bad3e907-97b5-4268-b114-f90b51dc0d6c tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:47 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bad3e907-97b5-4268-b114-f90b51dc0d6c tempest-VolumeQuotasNegativeTestJSON-414381584 tempest-VolumeQuotasNegativeTestJSON-414381584-project-member] http://10.201.9.223/volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 returned with HTTP 404 -Jan 03 20:38:47 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 301/601] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:47 2025] GET /volume/v3/volumes/dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:38:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-80fb7f39-ec5d-4066-b049-8af2bdb40e69 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-80fb7f39-ec5d-4066-b049-8af2bdb40e69 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 -Jan 03 20:38:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-80fb7f39-ec5d-4066-b049-8af2bdb40e69 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-80fb7f39-ec5d-4066-b049-8af2bdb40e69 tempest-VolumeQuotasNegativeTestJSON-1990499556 tempest-VolumeQuotasNegativeTestJSON-1990499556-project-******] http://10.201.9.223/volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 returned with HTTP 200 -Jan 03 20:38:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 301/602] 10.201.9.223 () {60 vars in 1257 bytes} [Fri Jan 3 20:38:47 2025] PUT /volume/v3/os-quota-sets/6093af9a4aff4233b4262e78b641a247 => generated 453 bytes in 98 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-55719d2a-3876-486a-aae3-cec0581045b0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-55719d2a-3876-486a-aae3-cec0581045b0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-55719d2a-3876-486a-aae3-cec0581045b0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "volume-type-1"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-55719d2a-3876-486a-aae3-cec0581045b0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 302/603] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:38:49 2025] POST /volume/v3/types => generated 188 bytes in 85 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bd0942c6-885c-4f4d-9e1b-fdfe93e5ff24 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bd0942c6-885c-4f4d-9e1b-fdfe93e5ff24 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bd0942c6-885c-4f4d-9e1b-fdfe93e5ff24 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "volume-type-2"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bd0942c6-885c-4f4d-9e1b-fdfe93e5ff24 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 302/604] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:38:50 2025] POST /volume/v3/types => generated 188 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7e335e65-d610-4836-96a3-b046798f8449 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Create volume request body: {'volume': {'volume_type': 'volume-type-1', 'size': 1, 'name': 'tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Create volume of 1 GB -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Flow 'volume_create_api' (6f186c6a-6231-4046-b660-dba680b32a4a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0795d027-77ee-42e1-a4a7-00b813d37991) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0795d027-77ee-42e1-a4a7-00b813d37991) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:38:50Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6,is_public=True,name='volume-type-1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5153cd9e-cd75-4252-b1d6-b0b8f131bc84) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Deprecated: Default quota for resource: volumes_volume-type-1 is set by the default quota flag: quota_volumes_volume-type-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Deprecated: Default quota for resource: gigabytes_volume-type-1 is set by the default quota flag: quota_gigabytes_volume-type-1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Created reservations ['4f252eac-bfa8-41af-9922-897f8d8b07a6', '9baf83cb-cbfb-45f4-b3d5-36735a19145f', '25074f4d-ed98-4582-80c4-68601ee8b24d', '3c7a591a-f483-4e28-90e5-984a15c7b390'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5153cd9e-cd75-4252-b1d6-b0b8f131bc84) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['4f252eac-bfa8-41af-9922-897f8d8b07a6', '9baf83cb-cbfb-45f4-b3d5-36735a19145f', '25074f4d-ed98-4582-80c4-68601ee8b24d', '3c7a591a-f483-4e28-90e5-984a15c7b390']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1ab14bc1-01e1-46e3-ba6b-35d30ac8894a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1ab14bc1-01e1-46e3-ba6b-35d30ac8894a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '6deba9f3-d9a2-4c0a-a40c-a324a552d1b2', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='1fb49c0873364d64bb909d8b9a24b20e',qos_specs=None,replication_status=,reservations=['4f252eac-bfa8-41af-9922-897f8d8b07a6','9baf83cb-cbfb-45f4-b3d5-36735a19145f','25074f4d-ed98-4582-80c4-68601ee8b24d','3c7a591a-f483-4e28-90e5-984a15c7b390'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='42ec4d01f01d44d29096f89620e6bb76',volume_type_id=c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=6deba9f3-d9a2-4c0a-a40c-a324a552d1b2,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1fb49c0873364d64bb909d8b9a24b20e',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='42ec4d01f01d44d29096f89620e6bb76',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6),volume_type_id=c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b685bf20-f5f5-4ad2-9438-50911ac17496) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b685bf20-f5f5-4ad2-9438-50911ac17496) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='1fb49c0873364d64bb909d8b9a24b20e',qos_specs=None,replication_status=,reservations=['4f252eac-bfa8-41af-9922-897f8d8b07a6','9baf83cb-cbfb-45f4-b3d5-36735a19145f','25074f4d-ed98-4582-80c4-68601ee8b24d','3c7a591a-f483-4e28-90e5-984a15c7b390'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='42ec4d01f01d44d29096f89620e6bb76',volume_type_id=c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a9a05765-21a1-4fce-b25b-889af855779f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a9a05765-21a1-4fce-b25b-889af855779f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Flow 'volume_create_api' (6f186c6a-6231-4046-b660-dba680b32a4a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Create volume request issued successfully. -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:50 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 303/605] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:50 2025] POST /volume/v3/volumes => generated 769 bytes in 156 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cd381efd-8442-4716-a58e-f9367639d22e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cd381efd-8442-4716-a58e-f9367639d22e tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cd381efd-8442-4716-a58e-f9367639d22e tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cd381efd-8442-4716-a58e-f9367639d22e tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cd381efd-8442-4716-a58e-f9367639d22e tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cd381efd-8442-4716-a58e-f9367639d22e tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:50 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 303/606] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:50 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 837 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-188da56a-6ba7-4f24-8496-01d4f6b8929d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-188da56a-6ba7-4f24-8496-01d4f6b8929d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-188da56a-6ba7-4f24-8496-01d4f6b8929d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-188da56a-6ba7-4f24-8496-01d4f6b8929d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-188da56a-6ba7-4f24-8496-01d4f6b8929d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-188da56a-6ba7-4f24-8496-01d4f6b8929d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 304/607] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:51 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 862 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ae8c11a5-a67c-4353-ad96-0de111c964a0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ae8c11a5-a67c-4353-ad96-0de111c964a0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ae8c11a5-a67c-4353-ad96-0de111c964a0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ae8c11a5-a67c-4353-ad96-0de111c964a0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-ae8c11a5-a67c-4353-ad96-0de111c964a0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Volume info retrieved successfully. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ae8c11a5-a67c-4353-ad96-0de111c964a0 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 304/608] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:51 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 1016 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] POST http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2/action -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Action body: b'{"os-retype": {"new_type": "volume-type-2", "migration_policy": "never"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Action: 'action', calling method: _retype, body: {"os-retype": {"new_type": "volume-type-2", "migration_policy": "never"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Deprecated: Default quota for resource: volumes_volume-type-2 is set by the default quota flag: quota_volumes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Deprecated: Default quota for resource: gigabytes_volume-type-2 is set by the default quota flag: quota_gigabytes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Created reservations ['e7766be0-bbe1-4385-a602-6b5290431c4b', 'ab452c97-6fcd-4d49-bc9c-189a9c1861ab'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Created reservations ['6306534c-d699-474a-9224-e49c742cb2b7', '5cd58e3f-eb20-4723-89ac-c6c1670ec51c'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Retype volume request issued successfully. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2/action returned with HTTP 202 -Jan 03 20:38:51 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 305/609] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:38:51 2025] POST /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2/action => generated 0 bytes in 172 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3694ddcc-b101-48bb-991e-a4cd0304dc8c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3694ddcc-b101-48bb-991e-a4cd0304dc8c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3694ddcc-b101-48bb-991e-a4cd0304dc8c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3694ddcc-b101-48bb-991e-a4cd0304dc8c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3694ddcc-b101-48bb-991e-a4cd0304dc8c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3694ddcc-b101-48bb-991e-a4cd0304dc8c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:51 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 305/610] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:51 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 861 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-740fe871-67e7-49bd-b84e-b6073fe36a2c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-740fe871-67e7-49bd-b84e-b6073fe36a2c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-740fe871-67e7-49bd-b84e-b6073fe36a2c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-740fe871-67e7-49bd-b84e-b6073fe36a2c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-740fe871-67e7-49bd-b84e-b6073fe36a2c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-740fe871-67e7-49bd-b84e-b6073fe36a2c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 306/611] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:52 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 862 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fd77e20f-98ea-4374-aab5-54ac12c309f1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fd77e20f-98ea-4374-aab5-54ac12c309f1 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fd77e20f-98ea-4374-aab5-54ac12c309f1 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fd77e20f-98ea-4374-aab5-54ac12c309f1 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fd77e20f-98ea-4374-aab5-54ac12c309f1 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Volume info retrieved successfully. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fd77e20f-98ea-4374-aab5-54ac12c309f1 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 306/612] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:52 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 1016 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7b967885-cfd5-4e5f-b9be-d5915f49994c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7b967885-cfd5-4e5f-b9be-d5915f49994c tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] GET http://10.201.9.223/volume/v3/volumes?all_tenants=True&name=tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7b967885-cfd5-4e5f-b9be-d5915f49994c tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7b967885-cfd5-4e5f-b9be-d5915f49994c tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7b967885-cfd5-4e5f-b9be-d5915f49994c tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Searching by: MultiDict([('display_name', 'tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616'), ('all_tenants', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7b967885-cfd5-4e5f-b9be-d5915f49994c tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Get all volumes completed successfully. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7b967885-cfd5-4e5f-b9be-d5915f49994c tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/volumes?all_tenants=True&name=tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616 returned with HTTP 200 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 307/613] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:38:52 2025] GET /volume/v3/volumes?all_tenants=True&name=tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616 => generated 348 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-56c26f57-28f2-458c-9f59-09a75b58d47c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-56c26f57-28f2-458c-9f59-09a75b58d47c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-56c26f57-28f2-458c-9f59-09a75b58d47c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-56c26f57-28f2-458c-9f59-09a75b58d47c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-56c26f57-28f2-458c-9f59-09a75b58d47c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-56c26f57-28f2-458c-9f59-09a75b58d47c tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 307/614] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:52 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 862 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] DELETE http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Delete volume with id: 6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Delete volume request issued successfully. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 202 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 308/615] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:52 2025] DELETE /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c18de0a4-2133-4c79-b97c-9f84f3b07fab None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c18de0a4-2133-4c79-b97c-9f84f3b07fab tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c18de0a4-2133-4c79-b97c-9f84f3b07fab tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c18de0a4-2133-4c79-b97c-9f84f3b07fab tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c18de0a4-2133-4c79-b97c-9f84f3b07fab tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Volume info retrieved successfully. -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c18de0a4-2133-4c79-b97c-9f84f3b07fab tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 200 -Jan 03 20:38:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 308/616] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:52 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 861 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-991df762-d195-4138-bc1c-833291be9bc3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-991df762-d195-4138-bc1c-833291be9bc3 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] GET http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-991df762-d195-4138-bc1c-833291be9bc3 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-991df762-d195-4138-bc1c-833291be9bc3 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-991df762-d195-4138-bc1c-833291be9bc3 tempest-VolumeRetypeWithoutMigrationTest-752799750 tempest-VolumeRetypeWithoutMigrationTest-752799750-project-member] http://10.201.9.223/volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 returned with HTTP 404 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 309/617] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:53 2025] GET /volume/v3/volumes/6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-777e879e-255e-477a-b06a-e596db508044 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-777e879e-255e-477a-b06a-e596db508044 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] DELETE http://10.201.9.223/volume/v3/types/4665894b-f5d1-4967-bfac-d8aa6174ee9c -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-777e879e-255e-477a-b06a-e596db508044 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-777e879e-255e-477a-b06a-e596db508044 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-777e879e-255e-477a-b06a-e596db508044 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/types/4665894b-f5d1-4967-bfac-d8aa6174ee9c returned with HTTP 202 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 309/618] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:53 2025] DELETE /volume/v3/types/4665894b-f5d1-4967-bfac-d8aa6174ee9c => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3fc302a6-478a-4123-beca-5fa65e634051 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3fc302a6-478a-4123-beca-5fa65e634051 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] GET http://10.201.9.223/volume/v3/types/4665894b-f5d1-4967-bfac-d8aa6174ee9c -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3fc302a6-478a-4123-beca-5fa65e634051 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3fc302a6-478a-4123-beca-5fa65e634051 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3fc302a6-478a-4123-beca-5fa65e634051 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/types/4665894b-f5d1-4967-bfac-d8aa6174ee9c returned with HTTP 404 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 310/619] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:53 2025] GET /volume/v3/types/4665894b-f5d1-4967-bfac-d8aa6174ee9c => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8bdf5685-e24b-4b40-8d84-49132b02a107 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8bdf5685-e24b-4b40-8d84-49132b02a107 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] DELETE http://10.201.9.223/volume/v3/types/c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8bdf5685-e24b-4b40-8d84-49132b02a107 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8bdf5685-e24b-4b40-8d84-49132b02a107 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8bdf5685-e24b-4b40-8d84-49132b02a107 tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/types/c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6 returned with HTTP 202 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 310/620] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:38:53 2025] DELETE /volume/v3/types/c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a8da1b57-91ba-43a1-a9e0-8a48ab430b0f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8da1b57-91ba-43a1-a9e0-8a48ab430b0f tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] GET http://10.201.9.223/volume/v3/types/c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8da1b57-91ba-43a1-a9e0-8a48ab430b0f tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8da1b57-91ba-43a1-a9e0-8a48ab430b0f tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8da1b57-91ba-43a1-a9e0-8a48ab430b0f tempest-VolumeRetypeWithoutMigrationTest-1125207425 tempest-VolumeRetypeWithoutMigrationTest-1125207425-project-******] http://10.201.9.223/volume/v3/types/c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6 returned with HTTP 404 -Jan 03 20:38:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 311/621] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:38:53 2025] GET /volume/v3/types/c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ee8dc340-4df5-41b6-a3b1-6fe48ddf646b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ee8dc340-4df5-41b6-a3b1-6fe48ddf646b tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] GET http://10.201.9.223/volume/v3/os-services -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ee8dc340-4df5-41b6-a3b1-6fe48ddf646b tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ee8dc340-4df5-41b6-a3b1-6fe48ddf646b tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ee8dc340-4df5-41b6-a3b1-6fe48ddf646b tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] http://10.201.9.223/volume/v3/os-services returned with HTTP 200 -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 311/622] 10.201.9.223 () {58 vars in 1131 bytes} [Fri Jan 3 20:38:55 2025] GET /volume/v3/os-services => generated 1119 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-21e87fab-9073-4d4f-8337-8670ee83d8c4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-21e87fab-9073-4d4f-8337-8670ee83d8c4 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] GET http://10.201.9.223/volume/v3/os-services?host=ubuntu -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-21e87fab-9073-4d4f-8337-8670ee83d8c4 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-21e87fab-9073-4d4f-8337-8670ee83d8c4 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-21e87fab-9073-4d4f-8337-8670ee83d8c4 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] http://10.201.9.223/volume/v3/os-services?host=ubuntu returned with HTTP 200 -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 312/623] 10.201.9.223 () {58 vars in 1154 bytes} [Fri Jan 3 20:38:55 2025] GET /volume/v3/os-services?host=ubuntu => generated 1119 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8fd82538-46d9-47a7-b4b1-83e92b9cc984 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8fd82538-46d9-47a7-b4b1-83e92b9cc984 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] GET http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-scheduler -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8fd82538-46d9-47a7-b4b1-83e92b9cc984 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8fd82538-46d9-47a7-b4b1-83e92b9cc984 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8fd82538-46d9-47a7-b4b1-83e92b9cc984 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-scheduler returned with HTTP 200 -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 312/624] 10.201.9.223 () {58 vars in 1202 bytes} [Fri Jan 3 20:38:55 2025] GET /volume/v3/os-services?host=ubuntu&binary=cinder-scheduler => generated 185 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3df07827-4a5b-4422-9492-a88828f701a3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3df07827-4a5b-4422-9492-a88828f701a3 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] GET http://10.201.9.223/volume/v3/os-services?binary=cinder-scheduler -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3df07827-4a5b-4422-9492-a88828f701a3 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3df07827-4a5b-4422-9492-a88828f701a3 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3df07827-4a5b-4422-9492-a88828f701a3 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] http://10.201.9.223/volume/v3/os-services?binary=cinder-scheduler returned with HTTP 200 -Jan 03 20:38:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 313/625] 10.201.9.223 () {58 vars in 1178 bytes} [Fri Jan 3 20:38:55 2025] GET /volume/v3/os-services?binary=cinder-scheduler => generated 185 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesServicesTestJSON-Volume-384412513"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesServicesTestJSON-Volume-384412513'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Create volume of 1 GB -Jan 03 20:38:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Availability Zones retrieved successfully. -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Flow 'volume_create_api' (9c3fc2c1-4837-454c-b1ce-44a0126d3316) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9770a3f9-d932-4ca5-a16e-de227fd8fbb6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9770a3f9-d932-4ca5-a16e-de227fd8fbb6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a0993051-ed07-489f-a439-55c99da1e9c3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Created reservations ['172fd19a-107d-4664-9cd7-09199bb29661', 'acf2051c-a7ab-48f5-8d7e-b89c7790e939', '36250581-d437-4b06-a499-747d0456b753', '1ebd3c3e-5eac-4bd8-8cee-6fda9201437a'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a0993051-ed07-489f-a439-55c99da1e9c3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['172fd19a-107d-4664-9cd7-09199bb29661', 'acf2051c-a7ab-48f5-8d7e-b89c7790e939', '36250581-d437-4b06-a499-747d0456b753', '1ebd3c3e-5eac-4bd8-8cee-6fda9201437a']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c8d7b18c-6700-4c8b-b0c8-75e6a5419fbb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c8d7b18c-6700-4c8b-b0c8-75e6a5419fbb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'dd4d0210-df05-420c-9585-cf6d76471450', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-384412513',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='d9bf0b89b0014c26badfd1fb7ecdff69',qos_specs=None,replication_status=,reservations=['172fd19a-107d-4664-9cd7-09199bb29661','acf2051c-a7ab-48f5-8d7e-b89c7790e939','36250581-d437-4b06-a499-747d0456b753','1ebd3c3e-5eac-4bd8-8cee-6fda9201437a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='02a991afe33d4320b1a9ebe5d882b4b9',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-384412513',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=dd4d0210-df05-420c-9585-cf6d76471450,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d9bf0b89b0014c26badfd1fb7ecdff69',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='02a991afe33d4320b1a9ebe5d882b4b9',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (79b1648f-fa86-4aac-ac6f-d1bebd240e5f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (79b1648f-fa86-4aac-ac6f-d1bebd240e5f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-384412513',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='d9bf0b89b0014c26badfd1fb7ecdff69',qos_specs=None,replication_status=,reservations=['172fd19a-107d-4664-9cd7-09199bb29661','acf2051c-a7ab-48f5-8d7e-b89c7790e939','36250581-d437-4b06-a499-747d0456b753','1ebd3c3e-5eac-4bd8-8cee-6fda9201437a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='02a991afe33d4320b1a9ebe5d882b4b9',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a7af9b42-22a7-4513-8cf1-6d806836f5a5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a7af9b42-22a7-4513-8cf1-6d806836f5a5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Flow 'volume_create_api' (9c3fc2c1-4837-454c-b1ce-44a0126d3316) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Create volume request issued successfully. -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:38:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 313/626] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:38:55 2025] POST /volume/v3/volumes => generated 752 bytes in 165 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-53251a25-db7b-4d83-b2d3-397a7a2b5b29 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-53251a25-db7b-4d83-b2d3-397a7a2b5b29 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-53251a25-db7b-4d83-b2d3-397a7a2b5b29 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-53251a25-db7b-4d83-b2d3-397a7a2b5b29 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-53251a25-db7b-4d83-b2d3-397a7a2b5b29 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Volume info retrieved successfully. -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-53251a25-db7b-4d83-b2d3-397a7a2b5b29 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 returned with HTTP 200 -Jan 03 20:38:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 314/627] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:56 2025] GET /volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 => generated 820 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-598b3be0-686b-4ce9-ac1d-97469d47c208 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-598b3be0-686b-4ce9-ac1d-97469d47c208 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-598b3be0-686b-4ce9-ac1d-97469d47c208 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-598b3be0-686b-4ce9-ac1d-97469d47c208 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-598b3be0-686b-4ce9-ac1d-97469d47c208 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Volume info retrieved successfully. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-598b3be0-686b-4ce9-ac1d-97469d47c208 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 returned with HTTP 200 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 314/628] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:57 2025] GET /volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-94304a6c-b9c0-4884-9ac3-1dab05395d95 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-94304a6c-b9c0-4884-9ac3-1dab05395d95 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] GET http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-94304a6c-b9c0-4884-9ac3-1dab05395d95 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-94304a6c-b9c0-4884-9ac3-1dab05395d95 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-94304a6c-b9c0-4884-9ac3-1dab05395d95 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Volume info retrieved successfully. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-94304a6c-b9c0-4884-9ac3-1dab05395d95 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 returned with HTTP 200 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 315/629] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:57 2025] GET /volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 => generated 999 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-73183eaa-ed14-4b8d-9821-27d279f97e07 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-73183eaa-ed14-4b8d-9821-27d279f97e07 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] GET http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-volume -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-73183eaa-ed14-4b8d-9821-27d279f97e07 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-73183eaa-ed14-4b8d-9821-27d279f97e07 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-73183eaa-ed14-4b8d-9821-27d279f97e07 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-volume returned with HTTP 200 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 315/630] 10.201.9.223 () {58 vars in 1196 bytes} [Fri Jan 3 20:38:57 2025] GET /volume/v3/os-services?host=ubuntu&binary=cinder-volume => generated 778 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5b1d290c-76e7-41f4-b750-b9fdb6242397 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5b1d290c-76e7-41f4-b750-b9fdb6242397 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5b1d290c-76e7-41f4-b750-b9fdb6242397 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5b1d290c-76e7-41f4-b750-b9fdb6242397 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5b1d290c-76e7-41f4-b750-b9fdb6242397 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Volume info retrieved successfully. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5b1d290c-76e7-41f4-b750-b9fdb6242397 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 returned with HTTP 200 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 316/631] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:57 2025] GET /volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 => generated 845 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-252405c4-e568-4042-a263-7937b73faeb7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] DELETE http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Delete volume with id: dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Volume info retrieved successfully. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Delete volume request issued successfully. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 returned with HTTP 202 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 316/632] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:38:57 2025] DELETE /volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b7d88f0e-e4d4-4998-b887-56ea8391bfc8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b7d88f0e-e4d4-4998-b887-56ea8391bfc8 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b7d88f0e-e4d4-4998-b887-56ea8391bfc8 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b7d88f0e-e4d4-4998-b887-56ea8391bfc8 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b7d88f0e-e4d4-4998-b887-56ea8391bfc8 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Volume info retrieved successfully. -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b7d88f0e-e4d4-4998-b887-56ea8391bfc8 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 returned with HTTP 200 -Jan 03 20:38:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 317/633] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:57 2025] GET /volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 => generated 844 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:38:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a5c2ee1a-b77c-409a-87be-911a32978fe4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a5c2ee1a-b77c-409a-87be-911a32978fe4 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 -Jan 03 20:38:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a5c2ee1a-b77c-409a-87be-911a32978fe4 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a5c2ee1a-b77c-409a-87be-911a32978fe4 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a5c2ee1a-b77c-409a-87be-911a32978fe4 tempest-VolumesServicesTestJSON-2002849225 tempest-VolumesServicesTestJSON-2002849225-project-member] http://10.201.9.223/volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 returned with HTTP 404 -Jan 03 20:38:58 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 317/634] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:58 2025] GET /volume/v3/volumes/dd4d0210-df05-420c-9585-cf6d76471450 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:38:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-38a1e915-d0fa-4d08-8bb2-89843d6335b6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:38:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-38a1e915-d0fa-4d08-8bb2-89843d6335b6 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] GET http://10.201.9.223/volume/v3/os-services -Jan 03 20:38:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-38a1e915-d0fa-4d08-8bb2-89843d6335b6 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:38:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-38a1e915-d0fa-4d08-8bb2-89843d6335b6 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:38:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-38a1e915-d0fa-4d08-8bb2-89843d6335b6 tempest-VolumesServicesTestJSON-652662783 tempest-VolumesServicesTestJSON-652662783-project-******] http://10.201.9.223/volume/v3/os-services returned with HTTP 200 -Jan 03 20:38:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 318/635] 10.201.9.223 () {58 vars in 1131 bytes} [Fri Jan 3 20:38:58 2025] GET /volume/v3/os-services => generated 1119 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a2d49656-fa03-41d6-970a-2dfa810c35ea None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a2d49656-fa03-41d6-970a-2dfa810c35ea tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] GET http://10.201.9.223/volume/v3/os-services -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a2d49656-fa03-41d6-970a-2dfa810c35ea tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a2d49656-fa03-41d6-970a-2dfa810c35ea tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a2d49656-fa03-41d6-970a-2dfa810c35ea tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] http://10.201.9.223/volume/v3/os-services returned with HTTP 200 -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 318/636] 10.201.9.223 () {58 vars in 1131 bytes} [Fri Jan 3 20:39:00 2025] GET /volume/v3/os-services => generated 1119 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6b6cc76a-9ff3-49bf-8b81-a1919638ce6d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6b6cc76a-9ff3-49bf-8b81-a1919638ce6d tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] PUT http://10.201.9.223/volume/v3/os-services/disable-log-reason -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6b6cc76a-9ff3-49bf-8b81-a1919638ce6d tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] Action: 'update', calling method: update, body: {"host": "ubuntu", "binary": "cinder-scheduler", "disabled_reason": null} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6b6cc76a-9ff3-49bf-8b81-a1919638ce6d tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] http://10.201.9.223/volume/v3/os-services/disable-log-reason returned with HTTP 400 -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 319/637] 10.201.9.223 () {60 vars in 1208 bytes} [Fri Jan 3 20:39:00 2025] PUT /volume/v3/os-services/disable-log-reason => generated 136 bytes in 13 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6bf1b53d-bbd7-46b1-95fb-54e06a981bd6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6bf1b53d-bbd7-46b1-95fb-54e06a981bd6 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] PUT http://10.201.9.223/volume/v3/os-services/disable -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6bf1b53d-bbd7-46b1-95fb-54e06a981bd6 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] Action: 'update', calling method: update, body: {"host": "ubuntu", "binary": "invalid_binary"} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6bf1b53d-bbd7-46b1-95fb-54e06a981bd6 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] http://10.201.9.223/volume/v3/os-services/disable returned with HTTP 404 -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 319/638] 10.201.9.223 () {60 vars in 1175 bytes} [Fri Jan 3 20:39:00 2025] PUT /volume/v3/os-services/disable => generated 103 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b4a0edde-0cf6-452e-8fcf-41e6a8e1ad78 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b4a0edde-0cf6-452e-8fcf-41e6a8e1ad78 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] PUT http://10.201.9.223/volume/v3/os-services/enable -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b4a0edde-0cf6-452e-8fcf-41e6a8e1ad78 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] Action: 'update', calling method: update, body: {"host": "invalid_host", "binary": "cinder-scheduler"} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b4a0edde-0cf6-452e-8fcf-41e6a8e1ad78 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] http://10.201.9.223/volume/v3/os-services/enable returned with HTTP 404 -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 320/639] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:39:00 2025] PUT /volume/v3/os-services/enable => generated 111 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5d99fb9c-5157-4259-9925-596c4327abe1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5d99fb9c-5157-4259-9925-596c4327abe1 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] PUT http://10.201.9.223/volume/v3/os-services/freeze -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5d99fb9c-5157-4259-9925-596c4327abe1 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] Action: 'update', calling method: update, body: {"host": "invalid_host"} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5d99fb9c-5157-4259-9925-596c4327abe1 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] http://10.201.9.223/volume/v3/os-services/freeze returned with HTTP 400 -Jan 03 20:39:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 320/640] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:39:00 2025] PUT /volume/v3/os-services/freeze => generated 83 bytes in 12 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-39dd763e-8994-4dbf-baf1-71df9a567547 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39dd763e-8994-4dbf-baf1-71df9a567547 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] PUT http://10.201.9.223/volume/v3/os-services/thaw -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-39dd763e-8994-4dbf-baf1-71df9a567547 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] Action: 'update', calling method: update, body: {"host": "invalid_host"} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39dd763e-8994-4dbf-baf1-71df9a567547 tempest-VolumeServicesNegativeTest-1790168406 tempest-VolumeServicesNegativeTest-1790168406-project-******] http://10.201.9.223/volume/v3/os-services/thaw returned with HTTP 400 -Jan 03 20:39:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 321/641] 10.201.9.223 () {60 vars in 1166 bytes} [Fri Jan 3 20:39:00 2025] PUT /volume/v3/os-services/thaw => generated 83 bytes in 13 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2c9e3893-9de8-4ff8-bfe2-7a2907a1d570 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2c9e3893-9de8-4ff8-bfe2-7a2907a1d570 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2c9e3893-9de8-4ff8-bfe2-7a2907a1d570 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2c9e3893-9de8-4ff8-bfe2-7a2907a1d570 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2c9e3893-9de8-4ff8-bfe2-7a2907a1d570 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 returned with HTTP 200 -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 321/642] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:02 2025] GET /volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 => generated 495 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9d54b809-8f30-4a04-a964-ee141f8773b1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9d54b809-8f30-4a04-a964-ee141f8773b1 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9d54b809-8f30-4a04-a964-ee141f8773b1 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 3, "volumes": 1, "snapshots": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9d54b809-8f30-4a04-a964-ee141f8773b1 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 returned with HTTP 200 -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 322/643] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:39:02 2025] PUT /volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 => generated 448 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Create volume of 1 GB -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Flow 'volume_create_api' (83db4a50-2cfe-4503-a98b-a7a2fb7b1b2e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (35825beb-ca76-403d-bdf4-ff80ced43773) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (35825beb-ca76-403d-bdf4-ff80ced43773) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4aec19ca-164b-4434-98da-b8f16be077ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Created reservations ['941b59b9-3b44-45fa-8db0-ccb06c4784a8', '8c5a0984-6b18-4485-af02-2074bdf81122', 'ebefd051-9e0c-4c3d-8510-baf765a72dc7', '51755e47-f3dc-4271-9928-bf70e4863f9d'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4aec19ca-164b-4434-98da-b8f16be077ea) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['941b59b9-3b44-45fa-8db0-ccb06c4784a8', '8c5a0984-6b18-4485-af02-2074bdf81122', 'ebefd051-9e0c-4c3d-8510-baf765a72dc7', '51755e47-f3dc-4271-9928-bf70e4863f9d']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (15c5dafa-76ad-4f1e-ab8d-441a6f6182b7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (15c5dafa-76ad-4f1e-ab8d-441a6f6182b7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'da54b004-6190-46d0-b887-2610c3c339d8', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fdf55db15edb4bcbb78121015afd00b0',qos_specs=None,replication_status=,reservations=['941b59b9-3b44-45fa-8db0-ccb06c4784a8','8c5a0984-6b18-4485-af02-2074bdf81122','ebefd051-9e0c-4c3d-8510-baf765a72dc7','51755e47-f3dc-4271-9928-bf70e4863f9d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9d63cb2c397742daa72f92736c725044',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:02Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=da54b004-6190-46d0-b887-2610c3c339d8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d10c3eeb-6930-441c-b20b-60fd51d2a066) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d10c3eeb-6930-441c-b20b-60fd51d2a066) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fdf55db15edb4bcbb78121015afd00b0',qos_specs=None,replication_status=,reservations=['941b59b9-3b44-45fa-8db0-ccb06c4784a8','8c5a0984-6b18-4485-af02-2074bdf81122','ebefd051-9e0c-4c3d-8510-baf765a72dc7','51755e47-f3dc-4271-9928-bf70e4863f9d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9d63cb2c397742daa72f92736c725044',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6bb330b5-98af-4af2-908f-9b410e6597cd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6bb330b5-98af-4af2-908f-9b410e6597cd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Flow 'volume_create_api' (83db4a50-2cfe-4503-a98b-a7a2fb7b1b2e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Create volume request issued successfully. -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:02 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 322/644] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:02 2025] POST /volume/v3/volumes => generated 766 bytes in 181 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4906c878-ad40-4777-8a76-0c349a5ebfe8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4906c878-ad40-4777-8a76-0c349a5ebfe8 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4906c878-ad40-4777-8a76-0c349a5ebfe8 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4906c878-ad40-4777-8a76-0c349a5ebfe8 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4906c878-ad40-4777-8a76-0c349a5ebfe8 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4906c878-ad40-4777-8a76-0c349a5ebfe8 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 returned with HTTP 200 -Jan 03 20:39:02 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 323/645] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:02 2025] GET /volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 => generated 834 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-34691e58-d5c2-4801-8a8b-1b01dafd6abe None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34691e58-d5c2-4801-8a8b-1b01dafd6abe tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-34691e58-d5c2-4801-8a8b-1b01dafd6abe tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-34691e58-d5c2-4801-8a8b-1b01dafd6abe tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-34691e58-d5c2-4801-8a8b-1b01dafd6abe tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34691e58-d5c2-4801-8a8b-1b01dafd6abe tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 returned with HTTP 200 -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 323/646] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:03 2025] GET /volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "da54b004-6190-46d0-b887-2610c3c339d8", "name": "tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-129699852"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Create snapshot from volume da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Created reservations ['a5aceae5-378e-4198-8517-951e9b9d4cfe', '8e5d9e5c-4816-4823-b0e5-135f2e1f0980', '11b02218-0b47-4681-b8e6-f867c4931e28', '600d8eed-bff7-43c9-b731-04e544075d4e'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Snapshot create request issued successfully. -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:39:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 324/647] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:39:03 2025] POST /volume/v3/snapshots => generated 322 bytes in 117 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fd622b0e-e56a-4b4f-bc35-97772ec7f8d4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fd622b0e-e56a-4b4f-bc35-97772ec7f8d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fd622b0e-e56a-4b4f-bc35-97772ec7f8d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fd622b0e-e56a-4b4f-bc35-97772ec7f8d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:04 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fd622b0e-e56a-4b4f-bc35-97772ec7f8d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Snapshot retrieved successfully. -Jan 03 20:39:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fd622b0e-e56a-4b4f-bc35-97772ec7f8d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 returned with HTTP 200 -Jan 03 20:39:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 324/648] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:03 2025] GET /volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 => generated 454 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a581c2d1-040d-45f0-8d23-ae82937256bb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a581c2d1-040d-45f0-8d23-ae82937256bb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a581c2d1-040d-45f0-8d23-ae82937256bb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a581c2d1-040d-45f0-8d23-ae82937256bb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a581c2d1-040d-45f0-8d23-ae82937256bb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Snapshot retrieved successfully. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a581c2d1-040d-45f0-8d23-ae82937256bb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 returned with HTTP 200 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 325/649] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:05 2025] GET /volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 => generated 481 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-408c9dfa-f82a-40d4-b32e-03a489d04195 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-408c9dfa-f82a-40d4-b32e-03a489d04195 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-408c9dfa-f82a-40d4-b32e-03a489d04195 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 2, "volumes": 1, "snapshots": 2}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-408c9dfa-f82a-40d4-b32e-03a489d04195 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 returned with HTTP 200 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 325/650] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:39:05 2025] PUT /volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 => generated 448 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5b5a346a-e3cd-46f6-9a52-dd6466482ec3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5b5a346a-e3cd-46f6-9a52-dd6466482ec3 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5b5a346a-e3cd-46f6-9a52-dd6466482ec3 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "da54b004-6190-46d0-b887-2610c3c339d8"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5b5a346a-e3cd-46f6-9a52-dd6466482ec3 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-5b5a346a-e3cd-46f6-9a52-dd6466482ec3 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Create snapshot from volume da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota_utils [None req-5b5a346a-e3cd-46f6-9a52-dd6466482ec3 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Quota exceeded for fdf55db15edb4bcbb78121015afd00b0, tried to create 1G snapshot (2G of 2G already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['gigabytes'] -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.middleware.fault [None req-5b5a346a-e3cd-46f6-9a52-dd6466482ec3 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 413 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 326/651] 10.201.9.223 () {60 vars in 1146 bytes} [Fri Jan 3 20:39:05 2025] POST /volume/v3/snapshots => generated 208 bytes in 30 msecs (HTTP/1.1 413) 8 headers in 323 bytes (2 switches on core 0) -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1217f53e-8d8e-4677-98d0-04b6c83dcfa8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1217f53e-8d8e-4677-98d0-04b6c83dcfa8 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1217f53e-8d8e-4677-98d0-04b6c83dcfa8 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 3, "volumes": 1, "snapshots": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1217f53e-8d8e-4677-98d0-04b6c83dcfa8 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 returned with HTTP 200 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 326/652] 10.201.9.223 () {60 vars in 1256 bytes} [Fri Jan 3 20:39:05 2025] PUT /volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 => generated 448 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ee15481b-e033-48dc-a1f4-c3917c119ca9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ee15481b-e033-48dc-a1f4-c3917c119ca9 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ee15481b-e033-48dc-a1f4-c3917c119ca9 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "da54b004-6190-46d0-b887-2610c3c339d8"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ee15481b-e033-48dc-a1f4-c3917c119ca9 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-ee15481b-e033-48dc-a1f4-c3917c119ca9 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Create snapshot from volume da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota_utils [None req-ee15481b-e033-48dc-a1f4-c3917c119ca9 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Quota exceeded for fdf55db15edb4bcbb78121015afd00b0, tried to create snapshot (1 snapshots already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['snapshots'] -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.middleware.fault [None req-ee15481b-e033-48dc-a1f4-c3917c119ca9 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 413 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 327/653] 10.201.9.223 () {60 vars in 1146 bytes} [Fri Jan 3 20:39:05 2025] POST /volume/v3/snapshots => generated 133 bytes in 29 msecs (HTTP/1.1 413) 8 headers in 323 bytes (2 switches on core 0) -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-690c9f8e-3695-453e-b915-317eb0bd712c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Delete snapshot with id: 4b9fa9c5-f0a7-4910-ab2a-f656887653b9 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Snapshot retrieved successfully. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Snapshot delete request issued successfully. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 returned with HTTP 202 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 327/654] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:39:05 2025] DELETE /volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3edffcdf-4ec3-42f9-abbf-8f8017245c32 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3edffcdf-4ec3-42f9-abbf-8f8017245c32 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3edffcdf-4ec3-42f9-abbf-8f8017245c32 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3edffcdf-4ec3-42f9-abbf-8f8017245c32 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3edffcdf-4ec3-42f9-abbf-8f8017245c32 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Snapshot retrieved successfully. -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3edffcdf-4ec3-42f9-abbf-8f8017245c32 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 returned with HTTP 200 -Jan 03 20:39:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 328/655] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:05 2025] GET /volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 => generated 480 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-456461bd-aeb7-4dea-ae84-3420a88ea287 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-456461bd-aeb7-4dea-ae84-3420a88ea287 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-456461bd-aeb7-4dea-ae84-3420a88ea287 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-456461bd-aeb7-4dea-ae84-3420a88ea287 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-456461bd-aeb7-4dea-ae84-3420a88ea287 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 returned with HTTP 404 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 328/656] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:06 2025] GET /volume/v3/snapshots/4b9fa9c5-f0a7-4910-ab2a-f656887653b9 => generated 111 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-66d37ac9-d1c3-423b-8ba2-36361e128c10 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-66d37ac9-d1c3-423b-8ba2-36361e128c10 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-66d37ac9-d1c3-423b-8ba2-36361e128c10 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-66d37ac9-d1c3-423b-8ba2-36361e128c10 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-66d37ac9-d1c3-423b-8ba2-36361e128c10 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-66d37ac9-d1c3-423b-8ba2-36361e128c10 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 returned with HTTP 200 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 329/657] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:06 2025] GET /volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 => generated 859 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] DELETE http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Delete volume with id: da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Delete volume request issued successfully. -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 returned with HTTP 202 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 329/658] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:06 2025] DELETE /volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-190c918f-e3e8-46bb-801a-50a2f9e6ebd5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-190c918f-e3e8-46bb-801a-50a2f9e6ebd5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-190c918f-e3e8-46bb-801a-50a2f9e6ebd5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-190c918f-e3e8-46bb-801a-50a2f9e6ebd5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-190c918f-e3e8-46bb-801a-50a2f9e6ebd5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Volume info retrieved successfully. -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-190c918f-e3e8-46bb-801a-50a2f9e6ebd5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 returned with HTTP 200 -Jan 03 20:39:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 330/659] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:06 2025] GET /volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 => generated 858 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ca4776c6-a8c7-48ab-a9e4-22a63a029504 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ca4776c6-a8c7-48ab-a9e4-22a63a029504 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] GET http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 -Jan 03 20:39:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ca4776c6-a8c7-48ab-a9e4-22a63a029504 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ca4776c6-a8c7-48ab-a9e4-22a63a029504 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ca4776c6-a8c7-48ab-a9e4-22a63a029504 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732-project-member] http://10.201.9.223/volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 returned with HTTP 404 -Jan 03 20:39:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 330/660] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:07 2025] GET /volume/v3/volumes/da54b004-6190-46d0-b887-2610c3c339d8 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c8075f05-de57-4bb2-abcc-43ea861371da None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c8075f05-de57-4bb2-abcc-43ea861371da tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 -Jan 03 20:39:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c8075f05-de57-4bb2-abcc-43ea861371da tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c8075f05-de57-4bb2-abcc-43ea861371da tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157 tempest-VolumeSnapshotQuotasNegativeTestJSON-438637157-project-******] http://10.201.9.223/volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 returned with HTTP 200 -Jan 03 20:39:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 331/661] 10.201.9.223 () {60 vars in 1257 bytes} [Fri Jan 3 20:39:07 2025] PUT /volume/v3/os-quota-sets/fdf55db15edb4bcbb78121015afd00b0 => generated 453 bytes in 91 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6d4ccbd8-3313-4857-a13b-f0c5903f912e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6d4ccbd8-3313-4857-a13b-f0c5903f912e tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6d4ccbd8-3313-4857-a13b-f0c5903f912e tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-1675598165", "os-volume-type-access:is_public": false}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6d4ccbd8-3313-4857-a13b-f0c5903f912e tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 331/662] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:39:09 2025] POST /volume/v3/types => generated 229 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5a8750fd-9c31-4e30-a51d-8e02fd828738 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a8750fd-9c31-4e30-a51d-8e02fd828738 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a8750fd-9c31-4e30-a51d-8e02fd828738 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "a9504a0c-7a66-412f-866d-5cf1c59b0f86", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-5a8750fd-9c31-4e30-a51d-8e02fd828738 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Create volume request body: {'volume': {'volume_type': 'a9504a0c-7a66-412f-866d-5cf1c59b0f86', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a8750fd-9c31-4e30-a51d-8e02fd828738 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 332/663] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:09 2025] POST /volume/v3/volumes => generated 114 bytes in 66 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-34b0cbd0-e489-42be-9723-e204874e5aa7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34b0cbd0-e489-42be-9723-e204874e5aa7 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86/action -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-34b0cbd0-e489-42be-9723-e204874e5aa7 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action body: b'{"addProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-34b0cbd0-e489-42be-9723-e204874e5aa7 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'action', calling method: _addProjectAccess, body: {"addProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-34b0cbd0-e489-42be-9723-e204874e5aa7 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86/action returned with HTTP 202 -Jan 03 20:39:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 332/664] 10.201.9.223 () {60 vars in 1266 bytes} [Fri Jan 3 20:39:09 2025] POST /volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86/action => generated 0 bytes in 22 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "a9504a0c-7a66-412f-866d-5cf1c59b0f86", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1720587404"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Create volume request body: {'volume': {'volume_type': 'a9504a0c-7a66-412f-866d-5cf1c59b0f86', 'size': 1, 'name': 'tempest-VolumeTypesAccessTest-Volume-1720587404'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Create volume of 1 GB -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Flow 'volume_create_api' (f3adb06e-2312-4768-8e6c-c180c245d179) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (84cef54a-8c21-4506-8cee-6192d374831b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (84cef54a-8c21-4506-8cee-6192d374831b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:39:10Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=a9504a0c-7a66-412f-866d-5cf1c59b0f86,is_public=False,name='tempest-VolumeTypesAccessTest-volume-type-1675598165',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'a9504a0c-7a66-412f-866d-5cf1c59b0f86', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (db1959c4-03df-4943-b9fb-8720ef1b4050) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesAccessTest-volume-type-1675598165 is set by the default quota flag: quota_volumes_tempest-VolumeTypesAccessTest-volume-type-1675598165, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesAccessTest-volume-type-1675598165 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesAccessTest-volume-type-1675598165, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Created reservations ['d5a8c7ed-2ba5-49d1-a6e9-0280916dca88', '27602665-4913-4d24-982c-df02cebb0f77', '0bd4a576-6535-4a8f-b7ae-e80e527874d4', '3775eb2d-79e2-4295-a97f-49ceccf51710'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (db1959c4-03df-4943-b9fb-8720ef1b4050) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['d5a8c7ed-2ba5-49d1-a6e9-0280916dca88', '27602665-4913-4d24-982c-df02cebb0f77', '0bd4a576-6535-4a8f-b7ae-e80e527874d4', '3775eb2d-79e2-4295-a97f-49ceccf51710']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c1467167-940b-4006-8da2-7642cded7294) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c1467167-940b-4006-8da2-7642cded7294) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '7083e559-8e0b-4919-bf29-02ef98d4f294', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-1720587404',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='00645e8be831490b8c11e9630ebce259',qos_specs=None,replication_status=,reservations=['d5a8c7ed-2ba5-49d1-a6e9-0280916dca88','27602665-4913-4d24-982c-df02cebb0f77','0bd4a576-6535-4a8f-b7ae-e80e527874d4','3775eb2d-79e2-4295-a97f-49ceccf51710'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='fc33b2e5e95c41a18442b7a0f55647ed',volume_type_id=a9504a0c-7a66-412f-866d-5cf1c59b0f86), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-1720587404',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=7083e559-8e0b-4919-bf29-02ef98d4f294,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00645e8be831490b8c11e9630ebce259',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='fc33b2e5e95c41a18442b7a0f55647ed',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a9504a0c-7a66-412f-866d-5cf1c59b0f86),volume_type_id=a9504a0c-7a66-412f-866d-5cf1c59b0f86)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b88538d3-345f-44d4-9fe9-10650d6b764a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b88538d3-345f-44d4-9fe9-10650d6b764a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-1720587404',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='00645e8be831490b8c11e9630ebce259',qos_specs=None,replication_status=,reservations=['d5a8c7ed-2ba5-49d1-a6e9-0280916dca88','27602665-4913-4d24-982c-df02cebb0f77','0bd4a576-6535-4a8f-b7ae-e80e527874d4','3775eb2d-79e2-4295-a97f-49ceccf51710'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='fc33b2e5e95c41a18442b7a0f55647ed',volume_type_id=a9504a0c-7a66-412f-866d-5cf1c59b0f86)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f02fac0d-03a6-4a5b-9bfd-3701ac981ff8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f02fac0d-03a6-4a5b-9bfd-3701ac981ff8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Flow 'volume_create_api' (f3adb06e-2312-4768-8e6c-c180c245d179) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Create volume request issued successfully. -Jan 03 20:39:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 333/665] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:09 2025] POST /volume/v3/volumes => generated 798 bytes in 127 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-828049c0-c439-4d9a-bcac-8c4f284d0480 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-828049c0-c439-4d9a-bcac-8c4f284d0480 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] GET http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-828049c0-c439-4d9a-bcac-8c4f284d0480 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-828049c0-c439-4d9a-bcac-8c4f284d0480 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-828049c0-c439-4d9a-bcac-8c4f284d0480 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Volume info retrieved successfully. -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-828049c0-c439-4d9a-bcac-8c4f284d0480 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 returned with HTTP 200 -Jan 03 20:39:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 333/666] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:10 2025] GET /volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 => generated 866 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-98c1f6ad-a593-4655-ba89-54d4f85e0570 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-98c1f6ad-a593-4655-ba89-54d4f85e0570 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] GET http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-98c1f6ad-a593-4655-ba89-54d4f85e0570 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-98c1f6ad-a593-4655-ba89-54d4f85e0570 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-98c1f6ad-a593-4655-ba89-54d4f85e0570 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Volume info retrieved successfully. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-98c1f6ad-a593-4655-ba89-54d4f85e0570 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 returned with HTTP 200 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 334/667] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:11 2025] GET /volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 => generated 891 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-146bacb7-91e0-42e9-9c93-be615fbe31dd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-146bacb7-91e0-42e9-9c93-be615fbe31dd tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] GET http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-146bacb7-91e0-42e9-9c93-be615fbe31dd tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-146bacb7-91e0-42e9-9c93-be615fbe31dd tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-146bacb7-91e0-42e9-9c93-be615fbe31dd tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Volume info retrieved successfully. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-146bacb7-91e0-42e9-9c93-be615fbe31dd tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 returned with HTTP 200 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 334/668] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:11 2025] GET /volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 => generated 891 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d2e9ab67-2471-461d-a220-ca1974942349 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] DELETE http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Delete volume with id: 7083e559-8e0b-4919-bf29-02ef98d4f294 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Volume info retrieved successfully. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Delete volume request issued successfully. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 returned with HTTP 202 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 335/669] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:11 2025] DELETE /volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-883d0d48-f936-4583-95c0-bc23c3ee883f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-883d0d48-f936-4583-95c0-bc23c3ee883f tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] GET http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-883d0d48-f936-4583-95c0-bc23c3ee883f tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-883d0d48-f936-4583-95c0-bc23c3ee883f tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-883d0d48-f936-4583-95c0-bc23c3ee883f tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Volume info retrieved successfully. -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-883d0d48-f936-4583-95c0-bc23c3ee883f tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 returned with HTTP 200 -Jan 03 20:39:11 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 335/670] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:11 2025] GET /volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 => generated 890 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8577429b-456c-4215-a270-d38ff6131670 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8577429b-456c-4215-a270-d38ff6131670 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] GET http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8577429b-456c-4215-a270-d38ff6131670 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8577429b-456c-4215-a270-d38ff6131670 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8577429b-456c-4215-a270-d38ff6131670 tempest-VolumeTypesAccessTest-582889319 tempest-VolumeTypesAccessTest-582889319-project-member] http://10.201.9.223/volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 returned with HTTP 404 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 336/671] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:12 2025] GET /volume/v3/volumes/7083e559-8e0b-4919-bf29-02ef98d4f294 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-19dea215-fa1a-4718-b55a-676193882204 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-19dea215-fa1a-4718-b55a-676193882204 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86/action -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-19dea215-fa1a-4718-b55a-676193882204 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action body: b'{"removeProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-19dea215-fa1a-4718-b55a-676193882204 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'action', calling method: _removeProjectAccess, body: {"removeProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-19dea215-fa1a-4718-b55a-676193882204 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86/action returned with HTTP 202 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 336/672] 10.201.9.223 () {60 vars in 1266 bytes} [Fri Jan 3 20:39:12 2025] POST /volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86/action => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c4eab221-3e3a-4dee-9c7e-eb24b0a40fb3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c4eab221-3e3a-4dee-9c7e-eb24b0a40fb3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] DELETE http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c4eab221-3e3a-4dee-9c7e-eb24b0a40fb3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c4eab221-3e3a-4dee-9c7e-eb24b0a40fb3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c4eab221-3e3a-4dee-9c7e-eb24b0a40fb3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86 returned with HTTP 202 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 337/673] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:12 2025] DELETE /volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f7af973d-5be7-43ff-99e8-14d2f1770ff6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f7af973d-5be7-43ff-99e8-14d2f1770ff6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] GET http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f7af973d-5be7-43ff-99e8-14d2f1770ff6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f7af973d-5be7-43ff-99e8-14d2f1770ff6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f7af973d-5be7-43ff-99e8-14d2f1770ff6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86 returned with HTTP 404 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 337/674] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:12 2025] GET /volume/v3/types/a9504a0c-7a66-412f-866d-5cf1c59b0f86 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dfddb543-3329-4d86-ad15-a2e9177c4da5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dfddb543-3329-4d86-ad15-a2e9177c4da5 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dfddb543-3329-4d86-ad15-a2e9177c4da5 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-1109829533", "os-volume-type-access:is_public": false}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dfddb543-3329-4d86-ad15-a2e9177c4da5 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 338/675] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:39:12 2025] POST /volume/v3/types => generated 229 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-30b707ee-91f1-42a3-87fb-25835e2ed0d8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-30b707ee-91f1-42a3-87fb-25835e2ed0d8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-30b707ee-91f1-42a3-87fb-25835e2ed0d8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action body: b'{"addProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-30b707ee-91f1-42a3-87fb-25835e2ed0d8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'action', calling method: _addProjectAccess, body: {"addProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-30b707ee-91f1-42a3-87fb-25835e2ed0d8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action returned with HTTP 202 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 338/676] 10.201.9.223 () {60 vars in 1266 bytes} [Fri Jan 3 20:39:12 2025] POST /volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d67bf0d7-3315-4ea5-af8c-3142d247dac0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d67bf0d7-3315-4ea5-af8c-3142d247dac0 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d67bf0d7-3315-4ea5-af8c-3142d247dac0 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action body: b'{"addProjectAccess": {"project": "476f4abd17c94632a3d6c2cdae8616d0"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d67bf0d7-3315-4ea5-af8c-3142d247dac0 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'action', calling method: _addProjectAccess, body: {"addProjectAccess": {"project": "476f4abd17c94632a3d6c2cdae8616d0"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d67bf0d7-3315-4ea5-af8c-3142d247dac0 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action returned with HTTP 202 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 339/677] 10.201.9.223 () {60 vars in 1266 bytes} [Fri Jan 3 20:39:12 2025] POST /volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1b218522-0640-4723-88d1-18f1cad00ea8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1b218522-0640-4723-88d1-18f1cad00ea8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] GET http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/os-volume-type-access -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1b218522-0640-4723-88d1-18f1cad00ea8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1b218522-0640-4723-88d1-18f1cad00ea8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1b218522-0640-4723-88d1-18f1cad00ea8 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/os-volume-type-access returned with HTTP 200 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 339/678] 10.201.9.223 () {58 vars in 1290 bytes} [Fri Jan 3 20:39:12 2025] GET /volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/os-volume-type-access => generated 244 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6d05228e-2a99-4e78-947e-c5ec72aed2d3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6d05228e-2a99-4e78-947e-c5ec72aed2d3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6d05228e-2a99-4e78-947e-c5ec72aed2d3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action body: b'{"removeProjectAccess": {"project": "476f4abd17c94632a3d6c2cdae8616d0"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6d05228e-2a99-4e78-947e-c5ec72aed2d3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'action', calling method: _removeProjectAccess, body: {"removeProjectAccess": {"project": "476f4abd17c94632a3d6c2cdae8616d0"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6d05228e-2a99-4e78-947e-c5ec72aed2d3 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action returned with HTTP 202 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 340/679] 10.201.9.223 () {60 vars in 1266 bytes} [Fri Jan 3 20:39:12 2025] POST /volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action => generated 0 bytes in 19 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-07bab7ba-7067-48f1-8460-cbe88b6475ac None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07bab7ba-7067-48f1-8460-cbe88b6475ac tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] POST http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07bab7ba-7067-48f1-8460-cbe88b6475ac tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action body: b'{"removeProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-07bab7ba-7067-48f1-8460-cbe88b6475ac tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Action: 'action', calling method: _removeProjectAccess, body: {"removeProjectAccess": {"project": "00645e8be831490b8c11e9630ebce259"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-07bab7ba-7067-48f1-8460-cbe88b6475ac tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action returned with HTTP 202 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 340/680] 10.201.9.223 () {60 vars in 1266 bytes} [Fri Jan 3 20:39:12 2025] POST /volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8/action => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e2887fb0-0a48-40b6-ba94-8849af50a2d6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e2887fb0-0a48-40b6-ba94-8849af50a2d6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] DELETE http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e2887fb0-0a48-40b6-ba94-8849af50a2d6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e2887fb0-0a48-40b6-ba94-8849af50a2d6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e2887fb0-0a48-40b6-ba94-8849af50a2d6 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8 returned with HTTP 202 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 341/681] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:12 2025] DELETE /volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8 => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6524b94b-ff64-4d90-a250-724146e85e14 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6524b94b-ff64-4d90-a250-724146e85e14 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] GET http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6524b94b-ff64-4d90-a250-724146e85e14 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6524b94b-ff64-4d90-a250-724146e85e14 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6524b94b-ff64-4d90-a250-724146e85e14 tempest-VolumeTypesAccessTest-1284086519 tempest-VolumeTypesAccessTest-1284086519-project-******] http://10.201.9.223/volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8 returned with HTTP 404 -Jan 03 20:39:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 341/682] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:12 2025] GET /volume/v3/types/388d9c58-e814-4fe2-b2f3-e7137e79d3d8 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d2590b6a-a6ce-4a82-b157-e7c54b3af0f9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2590b6a-a6ce-4a82-b157-e7c54b3af0f9 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d2590b6a-a6ce-4a82-b157-e7c54b3af0f9 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-307106933", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Hewlett Packard Enterprise"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d2590b6a-a6ce-4a82-b157-e7c54b3af0f9 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 342/683] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:39:15 2025] POST /volume/v3/types => generated 292 bytes in 88 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9e53eea4-8eb1-4599-babb-2207adbe6a5b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9e53eea4-8eb1-4599-babb-2207adbe6a5b tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9e53eea4-8eb1-4599-babb-2207adbe6a5b tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-819792340", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Hewlett Packard Enterprise"}}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9e53eea4-8eb1-4599-babb-2207adbe6a5b tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 342/684] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:39:15 2025] POST /volume/v3/types => generated 292 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1764501380", "volume_type": "85333f97-9491-4ff8-b06a-853eb06dd62a", "size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeTypesTest-volume-1764501380', 'volume_type': '85333f97-9491-4ff8-b06a-853eb06dd62a', 'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Create volume of 1 GB -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Flow 'volume_create_api' (2e80edde-32a9-4321-9d08-b929053bf93a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3a44634b-cabd-44fc-bcae-8403e101904a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3a44634b-cabd-44fc-bcae-8403e101904a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:39:15Z,deleted=False,deleted_at=None,description=None,extra_specs={storage_protocol='iSCSI',vendor_name='Hewlett Packard Enterprise'},id=85333f97-9491-4ff8-b06a-853eb06dd62a,is_public=True,name='tempest-VolumeTypesTest-volume-type-307106933',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '85333f97-9491-4ff8-b06a-853eb06dd62a', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b0de5fb4-4381-44c2-aa4c-85d4f2ef957f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-307106933 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-307106933, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: WARNING cinder.quota [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-307106933 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-307106933, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Created reservations ['88b7b916-93f0-4d27-a8fc-bab82096f7cc', 'c6abc395-a993-4eb7-9ccc-713c2a75d3d3', '8619f3f1-019c-48ea-8ddd-491f52a4c6b1', 'f9921766-63fd-474d-8245-636f35f261d2'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b0de5fb4-4381-44c2-aa4c-85d4f2ef957f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['88b7b916-93f0-4d27-a8fc-bab82096f7cc', 'c6abc395-a993-4eb7-9ccc-713c2a75d3d3', '8619f3f1-019c-48ea-8ddd-491f52a4c6b1', 'f9921766-63fd-474d-8245-636f35f261d2']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8fb5811e-cd87-4850-b846-ceb40ee4a690) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8fb5811e-cd87-4850-b846-ceb40ee4a690) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'd28d47fd-65b6-4efa-8c2a-7f3714dea04c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-1764501380',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4d166e8374aa43fbb9cf474300ec607d',qos_specs=None,replication_status=,reservations=['88b7b916-93f0-4d27-a8fc-bab82096f7cc','c6abc395-a993-4eb7-9ccc-713c2a75d3d3','8619f3f1-019c-48ea-8ddd-491f52a4c6b1','f9921766-63fd-474d-8245-636f35f261d2'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='31ec4f3395cb4adca65f81cebb29bb57',volume_type_id=85333f97-9491-4ff8-b06a-853eb06dd62a), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-1764501380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=d28d47fd-65b6-4efa-8c2a-7f3714dea04c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4d166e8374aa43fbb9cf474300ec607d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='31ec4f3395cb4adca65f81cebb29bb57',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(85333f97-9491-4ff8-b06a-853eb06dd62a),volume_type_id=85333f97-9491-4ff8-b06a-853eb06dd62a)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0aa8feb0-138e-474f-aa2d-c5864ee7828b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0aa8feb0-138e-474f-aa2d-c5864ee7828b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-1764501380',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='4d166e8374aa43fbb9cf474300ec607d',qos_specs=None,replication_status=,reservations=['88b7b916-93f0-4d27-a8fc-bab82096f7cc','c6abc395-a993-4eb7-9ccc-713c2a75d3d3','8619f3f1-019c-48ea-8ddd-491f52a4c6b1','f9921766-63fd-474d-8245-636f35f261d2'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='31ec4f3395cb4adca65f81cebb29bb57',volume_type_id=85333f97-9491-4ff8-b06a-853eb06dd62a)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8c125fef-6061-4bb1-89a2-3757b9bf1761) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8c125fef-6061-4bb1-89a2-3757b9bf1761) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Flow 'volume_create_api' (2e80edde-32a9-4321-9d08-b929053bf93a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Create volume request issued successfully. -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 343/685] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:15 2025] POST /volume/v3/volumes => generated 785 bytes in 177 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1de28156-b348-4a0c-8d89-04035787892e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1de28156-b348-4a0c-8d89-04035787892e tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1de28156-b348-4a0c-8d89-04035787892e tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1de28156-b348-4a0c-8d89-04035787892e tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-1de28156-b348-4a0c-8d89-04035787892e tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1de28156-b348-4a0c-8d89-04035787892e tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 200 -Jan 03 20:39:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 343/686] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:15 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 853 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ce715c20-55d5-4a66-98a4-e78f5a223e22 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ce715c20-55d5-4a66-98a4-e78f5a223e22 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ce715c20-55d5-4a66-98a4-e78f5a223e22 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ce715c20-55d5-4a66-98a4-e78f5a223e22 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ce715c20-55d5-4a66-98a4-e78f5a223e22 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ce715c20-55d5-4a66-98a4-e78f5a223e22 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 200 -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 344/687] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:16 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 878 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e7bc4461-f287-41e6-b447-10738020158b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] POST http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c/action -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Action body: b'{"os-retype": {"new_type": "62865c89-c247-4152-b17f-c1eeb8ce2852"}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Action: 'action', calling method: _retype, body: {"os-retype": {"new_type": "62865c89-c247-4152-b17f-c1eeb8ce2852"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-819792340 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-819792340, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-819792340 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-819792340, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Created reservations ['bcd9eeb6-be72-4a33-b765-415cdabb05de', '2b1a3c76-04ae-4743-95a5-ab00c0c7d2a2'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-307106933 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-307106933, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: WARNING cinder.quota [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-307106933 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-307106933, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Created reservations ['1b164116-980d-4a01-9552-e38a19d15053', '2d251909-068e-4968-8a50-36b08dfd1f0f'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Retype volume request issued successfully. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c/action returned with HTTP 202 -Jan 03 20:39:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 344/688] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:39:16 2025] POST /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c/action => generated 0 bytes in 110 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-41c1d810-2204-4590-a447-f95d17d4586a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-41c1d810-2204-4590-a447-f95d17d4586a tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-41c1d810-2204-4590-a447-f95d17d4586a tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-41c1d810-2204-4590-a447-f95d17d4586a tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-41c1d810-2204-4590-a447-f95d17d4586a tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-41c1d810-2204-4590-a447-f95d17d4586a tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 200 -Jan 03 20:39:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 345/689] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:16 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 877 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a442b2f1-6f30-4aa5-adcb-c7667ef113e1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a442b2f1-6f30-4aa5-adcb-c7667ef113e1 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a442b2f1-6f30-4aa5-adcb-c7667ef113e1 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a442b2f1-6f30-4aa5-adcb-c7667ef113e1 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a442b2f1-6f30-4aa5-adcb-c7667ef113e1 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a442b2f1-6f30-4aa5-adcb-c7667ef113e1 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 200 -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 345/690] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:17 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 878 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e7d43a2c-0394-42b3-9da9-d145d7581099 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e7d43a2c-0394-42b3-9da9-d145d7581099 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e7d43a2c-0394-42b3-9da9-d145d7581099 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e7d43a2c-0394-42b3-9da9-d145d7581099 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e7d43a2c-0394-42b3-9da9-d145d7581099 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e7d43a2c-0394-42b3-9da9-d145d7581099 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 200 -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 346/691] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:17 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 878 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-66255e53-6eee-45e9-8d76-4ffbb0705483 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-66255e53-6eee-45e9-8d76-4ffbb0705483 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-66255e53-6eee-45e9-8d76-4ffbb0705483 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-66255e53-6eee-45e9-8d76-4ffbb0705483 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-66255e53-6eee-45e9-8d76-4ffbb0705483 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-66255e53-6eee-45e9-8d76-4ffbb0705483 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 200 -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 346/692] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:17 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 878 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] DELETE http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Delete volume with id: d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Delete volume request issued successfully. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 202 -Jan 03 20:39:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 347/693] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:17 2025] DELETE /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cbf00727-e2de-4cb1-93fb-d69cffa58763 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cbf00727-e2de-4cb1-93fb-d69cffa58763 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cbf00727-e2de-4cb1-93fb-d69cffa58763 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cbf00727-e2de-4cb1-93fb-d69cffa58763 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cbf00727-e2de-4cb1-93fb-d69cffa58763 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Volume info retrieved successfully. -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cbf00727-e2de-4cb1-93fb-d69cffa58763 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 200 -Jan 03 20:39:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 347/694] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:17 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 877 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9d2c6e59-a2ee-4378-939d-ce905e7458e5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9d2c6e59-a2ee-4378-939d-ce905e7458e5 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] GET http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9d2c6e59-a2ee-4378-939d-ce905e7458e5 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9d2c6e59-a2ee-4378-939d-ce905e7458e5 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9d2c6e59-a2ee-4378-939d-ce905e7458e5 tempest-VolumeTypesTest-1359786350 tempest-VolumeTypesTest-1359786350-project-member] http://10.201.9.223/volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c returned with HTTP 404 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 348/695] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:18 2025] GET /volume/v3/volumes/d28d47fd-65b6-4efa-8c2a-7f3714dea04c => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-96f1d7b1-7b7d-4b19-942b-968d7bbc67af None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96f1d7b1-7b7d-4b19-942b-968d7bbc67af tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] DELETE http://10.201.9.223/volume/v3/types/62865c89-c247-4152-b17f-c1eeb8ce2852 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-96f1d7b1-7b7d-4b19-942b-968d7bbc67af tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-96f1d7b1-7b7d-4b19-942b-968d7bbc67af tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96f1d7b1-7b7d-4b19-942b-968d7bbc67af tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/62865c89-c247-4152-b17f-c1eeb8ce2852 returned with HTTP 202 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 348/696] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:18 2025] DELETE /volume/v3/types/62865c89-c247-4152-b17f-c1eeb8ce2852 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-123a495e-3932-4031-b86e-cf2c7e3baae6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-123a495e-3932-4031-b86e-cf2c7e3baae6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/62865c89-c247-4152-b17f-c1eeb8ce2852 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-123a495e-3932-4031-b86e-cf2c7e3baae6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-123a495e-3932-4031-b86e-cf2c7e3baae6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-123a495e-3932-4031-b86e-cf2c7e3baae6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/62865c89-c247-4152-b17f-c1eeb8ce2852 returned with HTTP 404 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 349/697] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:18 2025] GET /volume/v3/types/62865c89-c247-4152-b17f-c1eeb8ce2852 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-568cb080-6f3e-41ab-89d8-729328b7fb70 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-568cb080-6f3e-41ab-89d8-729328b7fb70 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] DELETE http://10.201.9.223/volume/v3/types/85333f97-9491-4ff8-b06a-853eb06dd62a -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-568cb080-6f3e-41ab-89d8-729328b7fb70 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-568cb080-6f3e-41ab-89d8-729328b7fb70 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-568cb080-6f3e-41ab-89d8-729328b7fb70 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/85333f97-9491-4ff8-b06a-853eb06dd62a returned with HTTP 202 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 349/698] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:18 2025] DELETE /volume/v3/types/85333f97-9491-4ff8-b06a-853eb06dd62a => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-fa1b6fde-35eb-4793-b046-b8d4461fb637 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fa1b6fde-35eb-4793-b046-b8d4461fb637 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/85333f97-9491-4ff8-b06a-853eb06dd62a -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fa1b6fde-35eb-4793-b046-b8d4461fb637 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fa1b6fde-35eb-4793-b046-b8d4461fb637 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fa1b6fde-35eb-4793-b046-b8d4461fb637 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/85333f97-9491-4ff8-b06a-853eb06dd62a returned with HTTP 404 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 350/699] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:18 2025] GET /volume/v3/types/85333f97-9491-4ff8-b06a-853eb06dd62a => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d299c9f1-41e9-47bf-9e7e-02b38a1a3a74 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d299c9f1-41e9-47bf-9e7e-02b38a1a3a74 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d299c9f1-41e9-47bf-9e7e-02b38a1a3a74 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-2107630363", "description": "tempest-volume-type-description-259403094", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Hewlett Packard Enterprise"}, "os-volume-type-access:is_public": true}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d299c9f1-41e9-47bf-9e7e-02b38a1a3a74 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 350/700] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:39:18 2025] POST /volume/v3/types => generated 332 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e86ed497-5c86-4fd2-9956-aa7ab320bbb0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e86ed497-5c86-4fd2-9956-aa7ab320bbb0 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e86ed497-5c86-4fd2-9956-aa7ab320bbb0 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e86ed497-5c86-4fd2-9956-aa7ab320bbb0 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e86ed497-5c86-4fd2-9956-aa7ab320bbb0 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 returned with HTTP 200 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 351/701] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:18 2025] GET /volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 => generated 354 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-415546a1-fa97-4fa0-b966-24ff4294d85a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-415546a1-fa97-4fa0-b966-24ff4294d85a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] DELETE http://10.201.9.223/volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-415546a1-fa97-4fa0-b966-24ff4294d85a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-415546a1-fa97-4fa0-b966-24ff4294d85a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-415546a1-fa97-4fa0-b966-24ff4294d85a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 returned with HTTP 202 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 351/702] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:18 2025] DELETE /volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-37805993-cc96-4b02-9cdd-160285846d58 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-37805993-cc96-4b02-9cdd-160285846d58 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-37805993-cc96-4b02-9cdd-160285846d58 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-37805993-cc96-4b02-9cdd-160285846d58 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-37805993-cc96-4b02-9cdd-160285846d58 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 returned with HTTP 404 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 352/703] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/dcca4a71-4302-4ab6-ba8d-aad9a4383be3 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fe98e3c3-a17f-4293-9737-898280137c50 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fe98e3c3-a17f-4293-9737-898280137c50 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fe98e3c3-a17f-4293-9737-898280137c50 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1486646212"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fe98e3c3-a17f-4293-9737-898280137c50 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 352/704] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:39:19 2025] POST /volume/v3/types => generated 221 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-de97c57d-3cab-4c57-b945-37bb397d173d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-de97c57d-3cab-4c57-b945-37bb397d173d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] POST http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-de97c57d-3cab-4c57-b945-37bb397d173d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'create', calling method: create, body: {"encryption": {"provider": "LuksEncryptor", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-de97c57d-3cab-4c57-b945-37bb397d173d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 353/705] 10.201.9.223 () {60 vars in 1279 bytes} [Fri Jan 3 20:39:19 2025] POST /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption => generated 239 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-93444daf-bb68-4e73-8b00-902addf964d9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93444daf-bb68-4e73-8b00-902addf964d9 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93444daf-bb68-4e73-8b00-902addf964d9 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93444daf-bb68-4e73-8b00-902addf964d9 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93444daf-bb68-4e73-8b00-902addf964d9 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 353/706] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption => generated 325 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-054e7f4e-b240-456a-b9a9-99f950b198ce None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-054e7f4e-b240-456a-b9a9-99f950b198ce tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] PUT http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/0e8ac673-b160-4dad-a6f8-b717ab74c223 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-054e7f4e-b240-456a-b9a9-99f950b198ce tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'update', calling method: update, body: {"encryption": {"key_size": 128, "provider": "SomeProvider", "cipher": "aes-xts-plain64", "control_location": "back-end"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-054e7f4e-b240-456a-b9a9-99f950b198ce tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/0e8ac673-b160-4dad-a6f8-b717ab74c223 returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 354/707] 10.201.9.223 () {60 vars in 1389 bytes} [Fri Jan 3 20:39:19 2025] PUT /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/0e8ac673-b160-4dad-a6f8-b717ab74c223 => generated 122 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e0775c43-7511-4d65-92e2-81c11aa62f33 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e0775c43-7511-4d65-92e2-81c11aa62f33 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e0775c43-7511-4d65-92e2-81c11aa62f33 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e0775c43-7511-4d65-92e2-81c11aa62f33 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e0775c43-7511-4d65-92e2-81c11aa62f33 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 354/708] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption => generated 347 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-282b598b-7da3-4bbe-9a57-998fdd59819d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-282b598b-7da3-4bbe-9a57-998fdd59819d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/cipher -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-282b598b-7da3-4bbe-9a57-998fdd59819d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-282b598b-7da3-4bbe-9a57-998fdd59819d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-282b598b-7da3-4bbe-9a57-998fdd59819d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/cipher returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 355/709] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/cipher => generated 29 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cb118889-9568-4e08-8ee1-e80ccecf9a7d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cb118889-9568-4e08-8ee1-e80ccecf9a7d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] DELETE http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/0e8ac673-b160-4dad-a6f8-b717ab74c223 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cb118889-9568-4e08-8ee1-e80ccecf9a7d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cb118889-9568-4e08-8ee1-e80ccecf9a7d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cb118889-9568-4e08-8ee1-e80ccecf9a7d tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/0e8ac673-b160-4dad-a6f8-b717ab74c223 returned with HTTP 202 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 355/710] 10.201.9.223 () {58 vars in 1371 bytes} [Fri Jan 3 20:39:19 2025] DELETE /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption/0e8ac673-b160-4dad-a6f8-b717ab74c223 => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-75279f54-e8a3-483b-bb16-c30ad25d3571 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-75279f54-e8a3-483b-bb16-c30ad25d3571 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-75279f54-e8a3-483b-bb16-c30ad25d3571 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-75279f54-e8a3-483b-bb16-c30ad25d3571 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-75279f54-e8a3-483b-bb16-c30ad25d3571 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 356/711] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption => generated 2 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 283 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d5d57ed8-910f-4432-ab21-149a127db1ae None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d5d57ed8-910f-4432-ab21-149a127db1ae tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d5d57ed8-910f-4432-ab21-149a127db1ae tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d5d57ed8-910f-4432-ab21-149a127db1ae tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d5d57ed8-910f-4432-ab21-149a127db1ae tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 356/712] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7/encryption => generated 2 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 283 bytes (2 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-39896fdd-0a1c-49c6-b3b6-0c92ee5df2ce None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39896fdd-0a1c-49c6-b3b6-0c92ee5df2ce tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] DELETE http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-39896fdd-0a1c-49c6-b3b6-0c92ee5df2ce tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-39896fdd-0a1c-49c6-b3b6-0c92ee5df2ce tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39896fdd-0a1c-49c6-b3b6-0c92ee5df2ce tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7 returned with HTTP 202 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 357/713] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:19 2025] DELETE /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7 => generated 0 bytes in 24 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e136e8d6-17dc-4b30-8c85-f10de16298a6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e136e8d6-17dc-4b30-8c85-f10de16298a6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e136e8d6-17dc-4b30-8c85-f10de16298a6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e136e8d6-17dc-4b30-8c85-f10de16298a6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e136e8d6-17dc-4b30-8c85-f10de16298a6 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7 returned with HTTP 404 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 357/714] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/45461b43-c1f9-44fd-b75c-96e559e72ea7 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-67bf4ab8-acef-43dd-ab6c-857a6461256a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-67bf4ab8-acef-43dd-ab6c-857a6461256a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-67bf4ab8-acef-43dd-ab6c-857a6461256a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-67bf4ab8-acef-43dd-ab6c-857a6461256a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-67bf4ab8-acef-43dd-ab6c-857a6461256a tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 358/715] 10.201.9.223 () {58 vars in 1113 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types => generated 991 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f2dca3fa-dbbd-4986-b8e0-5bf6c8e4def3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f2dca3fa-dbbd-4986-b8e0-5bf6c8e4def3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f2dca3fa-dbbd-4986-b8e0-5bf6c8e4def3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-976012926"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f2dca3fa-dbbd-4986-b8e0-5bf6c8e4def3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 358/716] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:39:19 2025] POST /volume/v3/types => generated 220 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ae4a3dc0-bde8-4d5e-9a70-25cb5989bde3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ae4a3dc0-bde8-4d5e-9a70-25cb5989bde3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] PUT http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ae4a3dc0-bde8-4d5e-9a70-25cb5989bde3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Action: 'update', calling method: _update, body: {"volume_type": {"name": "tempest-volume-type-1200047261", "description": "tempest-volume-type-description-1621917749", "is_public": false}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ae4a3dc0-bde8-4d5e-9a70-25cb5989bde3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 359/717] 10.201.9.223 () {60 vars in 1245 bytes} [Fri Jan 3 20:39:19 2025] PUT /volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd => generated 205 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8d7f3147-1db8-4a1c-ad90-ff16a3282e1c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8d7f3147-1db8-4a1c-ad90-ff16a3282e1c tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8d7f3147-1db8-4a1c-ad90-ff16a3282e1c tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8d7f3147-1db8-4a1c-ad90-ff16a3282e1c tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8d7f3147-1db8-4a1c-ad90-ff16a3282e1c tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd returned with HTTP 200 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 359/718] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd => generated 269 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-678c5f81-0722-4765-81d3-472c37e763e3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-678c5f81-0722-4765-81d3-472c37e763e3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] DELETE http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-678c5f81-0722-4765-81d3-472c37e763e3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-678c5f81-0722-4765-81d3-472c37e763e3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-678c5f81-0722-4765-81d3-472c37e763e3 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd returned with HTTP 202 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 360/719] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:19 2025] DELETE /volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd => generated 0 bytes in 26 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-137b141b-1b96-4f1c-b469-74c02b97ad66 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-137b141b-1b96-4f1c-b469-74c02b97ad66 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] GET http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-137b141b-1b96-4f1c-b469-74c02b97ad66 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-137b141b-1b96-4f1c-b469-74c02b97ad66 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-137b141b-1b96-4f1c-b469-74c02b97ad66 tempest-VolumeTypesTest-1811734229 tempest-VolumeTypesTest-1811734229-project-******] http://10.201.9.223/volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd returned with HTTP 404 -Jan 03 20:39:19 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 360/720] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:19 2025] GET /volume/v3/types/e51b8ae1-7222-4bd5-b544-d1350abeb7fd => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-27d812f2-17a1-4344-aea2-0a8c4e206dfa None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-27d812f2-17a1-4344-aea2-0a8c4e206dfa tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-27d812f2-17a1-4344-aea2-0a8c4e206dfa tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesExtraSpecsTest-volume-type-1246909746"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-27d812f2-17a1-4344-aea2-0a8c4e206dfa tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 361/721] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:39:21 2025] POST /volume/v3/types => generated 231 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-40dfef6d-b09f-4b3c-9460-2646187fbf65 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-40dfef6d-b09f-4b3c-9460-2646187fbf65 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] POST http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-40dfef6d-b09f-4b3c-9460-2646187fbf65 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec3": "val1"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-40dfef6d-b09f-4b3c-9460-2646187fbf65 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 361/722] 10.201.9.223 () {60 vars in 1281 bytes} [Fri Jan 3 20:39:21 2025] POST /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs => generated 34 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ff369c0f-cc79-4b69-bd7f-c5eee9109f4b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff369c0f-cc79-4b69-bd7f-c5eee9109f4b tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] GET http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff369c0f-cc79-4b69-bd7f-c5eee9109f4b tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff369c0f-cc79-4b69-bd7f-c5eee9109f4b tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff369c0f-cc79-4b69-bd7f-c5eee9109f4b tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 362/723] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:39:21 2025] GET /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-96685896-228e-4c5d-89f1-0f9fb770e758 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96685896-228e-4c5d-89f1-0f9fb770e758 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] DELETE http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-96685896-228e-4c5d-89f1-0f9fb770e758 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-96685896-228e-4c5d-89f1-0f9fb770e758 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96685896-228e-4c5d-89f1-0f9fb770e758 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 returned with HTTP 202 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 362/724] 10.201.9.223 () {58 vars in 1281 bytes} [Fri Jan 3 20:39:21 2025] DELETE /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 => generated 0 bytes in 26 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dddbc6e6-daf1-4d18-ad17-90f2353a797c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dddbc6e6-daf1-4d18-ad17-90f2353a797c tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] GET http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dddbc6e6-daf1-4d18-ad17-90f2353a797c tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dddbc6e6-daf1-4d18-ad17-90f2353a797c tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dddbc6e6-daf1-4d18-ad17-90f2353a797c tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 returned with HTTP 404 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 363/725] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:39:21 2025] GET /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec3 => generated 129 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-90fa8de9-2717-49dc-9b9e-74acdefe48fa None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-90fa8de9-2717-49dc-9b9e-74acdefe48fa tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] POST http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-90fa8de9-2717-49dc-9b9e-74acdefe48fa tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec1": "val1"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-90fa8de9-2717-49dc-9b9e-74acdefe48fa tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 363/726] 10.201.9.223 () {60 vars in 1281 bytes} [Fri Jan 3 20:39:21 2025] POST /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs => generated 34 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5e3098a6-f72e-4487-aff8-fbf3224aadc1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5e3098a6-f72e-4487-aff8-fbf3224aadc1 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] GET http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5e3098a6-f72e-4487-aff8-fbf3224aadc1 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5e3098a6-f72e-4487-aff8-fbf3224aadc1 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5e3098a6-f72e-4487-aff8-fbf3224aadc1 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 364/727] 10.201.9.223 () {58 vars in 1260 bytes} [Fri Jan 3 20:39:21 2025] GET /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs => generated 34 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9cdef1e1-b702-4685-8f13-d8b0737423a4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9cdef1e1-b702-4685-8f13-d8b0737423a4 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] POST http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9cdef1e1-b702-4685-8f13-d8b0737423a4 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec2": "val1"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9cdef1e1-b702-4685-8f13-d8b0737423a4 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 364/728] 10.201.9.223 () {60 vars in 1281 bytes} [Fri Jan 3 20:39:21 2025] POST /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs => generated 34 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-95bcf25d-82fa-4089-a29f-82c42068c467 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-95bcf25d-82fa-4089-a29f-82c42068c467 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] PUT http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec2 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-95bcf25d-82fa-4089-a29f-82c42068c467 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Action: 'update', calling method: update, body: {"spec2": "val2"} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-95bcf25d-82fa-4089-a29f-82c42068c467 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec2 returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 365/729] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:39:21 2025] PUT /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec2 => generated 17 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dd976926-4594-40c6-9e4a-dae0f2311d67 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd976926-4594-40c6-9e4a-dae0f2311d67 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] GET http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec2 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd976926-4594-40c6-9e4a-dae0f2311d67 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd976926-4594-40c6-9e4a-dae0f2311d67 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd976926-4594-40c6-9e4a-dae0f2311d67 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec2 returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 365/730] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:39:21 2025] GET /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs/spec2 => generated 17 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-eedcfeeb-5582-418f-b8aa-08beca8d83b6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-eedcfeeb-5582-418f-b8aa-08beca8d83b6 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] POST http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-eedcfeeb-5582-418f-b8aa-08beca8d83b6 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec2": "val3", "spec4": "val4"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-eedcfeeb-5582-418f-b8aa-08beca8d83b6 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 366/731] 10.201.9.223 () {60 vars in 1281 bytes} [Fri Jan 3 20:39:21 2025] POST /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs => generated 51 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-70b6ee06-5623-49fe-9c1f-8bc011bbf445 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-70b6ee06-5623-49fe-9c1f-8bc011bbf445 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] GET http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-70b6ee06-5623-49fe-9c1f-8bc011bbf445 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-70b6ee06-5623-49fe-9c1f-8bc011bbf445 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-70b6ee06-5623-49fe-9c1f-8bc011bbf445 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs returned with HTTP 200 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 366/732] 10.201.9.223 () {58 vars in 1260 bytes} [Fri Jan 3 20:39:21 2025] GET /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0/extra_specs => generated 68 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-50bbeba9-3214-4174-8953-3e93f15c6ce0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-50bbeba9-3214-4174-8953-3e93f15c6ce0 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] DELETE http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-50bbeba9-3214-4174-8953-3e93f15c6ce0 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-50bbeba9-3214-4174-8953-3e93f15c6ce0 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-50bbeba9-3214-4174-8953-3e93f15c6ce0 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0 returned with HTTP 202 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 367/733] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:21 2025] DELETE /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0 => generated 0 bytes in 28 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ce9560ad-f3f2-4d5a-a86c-7dc4f2d26cb5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ce9560ad-f3f2-4d5a-a86c-7dc4f2d26cb5 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] GET http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ce9560ad-f3f2-4d5a-a86c-7dc4f2d26cb5 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ce9560ad-f3f2-4d5a-a86c-7dc4f2d26cb5 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ce9560ad-f3f2-4d5a-a86c-7dc4f2d26cb5 tempest-VolumeTypesExtraSpecsTest-806661585 tempest-VolumeTypesExtraSpecsTest-806661585-project-******] http://10.201.9.223/volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0 returned with HTTP 404 -Jan 03 20:39:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 367/734] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:21 2025] GET /volume/v3/types/d3d01703-bd9e-447b-9819-8081577e88f0 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d4f1356a-b307-4562-b439-c16937089fa9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d4f1356a-b307-4562-b439-c16937089fa9 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d4f1356a-b307-4562-b439-c16937089fa9 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-ExtraSpecsNegativeTest-volume-type-1346270455", "extra_specs": {"spec1": "val1"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d4f1356a-b307-4562-b439-c16937089fa9 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 368/735] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:39:23 2025] POST /volume/v3/types => generated 243 bytes in 87 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8e876ada-edee-469b-b44d-b12dd516089b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8e876ada-edee-469b-b44d-b12dd516089b tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] POST http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8e876ada-edee-469b-b44d-b12dd516089b tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'create', calling method: create, body: {"extra_specs": ["invalid"]} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8e876ada-edee-469b-b44d-b12dd516089b tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs returned with HTTP 400 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 368/736] 10.201.9.223 () {60 vars in 1281 bytes} [Fri Jan 3 20:39:23 2025] POST /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs => generated 146 bytes in 11 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c181724d-cd80-42b5-b498-5a7e872838bd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c181724d-cd80-42b5-b498-5a7e872838bd tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] POST http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c181724d-cd80-42b5-b498-5a7e872838bd tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'create', calling method: create, body: {"extra_specs": null} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c181724d-cd80-42b5-b498-5a7e872838bd tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs returned with HTTP 400 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 369/737] 10.201.9.223 () {60 vars in 1281 bytes} [Fri Jan 3 20:39:23 2025] POST /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs => generated 132 bytes in 5 msecs (HTTP/1.1 400) 7 headers in 294 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3475c27e-923e-4cf2-ba26-0c27c7346752 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3475c27e-923e-4cf2-ba26-0c27c7346752 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] POST http://10.201.9.223/volume/v3/types/2cef7946-277c-47db-8e31-c7c95f1bf884/extra_specs -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3475c27e-923e-4cf2-ba26-0c27c7346752 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec2": "val1"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3475c27e-923e-4cf2-ba26-0c27c7346752 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/2cef7946-277c-47db-8e31-c7c95f1bf884/extra_specs returned with HTTP 404 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 369/738] 10.201.9.223 () {60 vars in 1281 bytes} [Fri Jan 3 20:39:23 2025] POST /volume/v3/types/2cef7946-277c-47db-8e31-c7c95f1bf884/extra_specs => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e05f9bf8-7693-4bb2-9eea-5117349eb217 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e05f9bf8-7693-4bb2-9eea-5117349eb217 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] DELETE http://10.201.9.223/volume/v3/types/40847252-45ff-4b0f-80f1-f3513165ed8e/extra_specs/spec1 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e05f9bf8-7693-4bb2-9eea-5117349eb217 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e05f9bf8-7693-4bb2-9eea-5117349eb217 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e05f9bf8-7693-4bb2-9eea-5117349eb217 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/40847252-45ff-4b0f-80f1-f3513165ed8e/extra_specs/spec1 returned with HTTP 404 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 370/739] 10.201.9.223 () {58 vars in 1281 bytes} [Fri Jan 3 20:39:23 2025] DELETE /volume/v3/types/40847252-45ff-4b0f-80f1-f3513165ed8e/extra_specs/spec1 => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-aaf9e1c7-8d62-40ed-8c7f-4f7e4c05155b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aaf9e1c7-8d62-40ed-8c7f-4f7e4c05155b tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] GET http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/nonexistent_extra_spec_name -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aaf9e1c7-8d62-40ed-8c7f-4f7e4c05155b tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aaf9e1c7-8d62-40ed-8c7f-4f7e4c05155b tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aaf9e1c7-8d62-40ed-8c7f-4f7e4c05155b tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/nonexistent_extra_spec_name returned with HTTP 404 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 370/740] 10.201.9.223 () {58 vars in 1344 bytes} [Fri Jan 3 20:39:23 2025] GET /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/nonexistent_extra_spec_name => generated 151 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0b2162c4-45a1-4105-a043-969fcd6bb341 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0b2162c4-45a1-4105-a043-969fcd6bb341 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] GET http://10.201.9.223/volume/v3/types/6b4c2d4b-7a97-4c47-b22f-41c63a2b11a4/extra_specs/spec1 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0b2162c4-45a1-4105-a043-969fcd6bb341 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0b2162c4-45a1-4105-a043-969fcd6bb341 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0b2162c4-45a1-4105-a043-969fcd6bb341 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/6b4c2d4b-7a97-4c47-b22f-41c63a2b11a4/extra_specs/spec1 returned with HTTP 404 -Jan 03 20:39:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 371/741] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:39:23 2025] GET /volume/v3/types/6b4c2d4b-7a97-4c47-b22f-41c63a2b11a4/extra_specs/spec1 => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-febfea74-233a-45be-ac04-a7611cadd316 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-febfea74-233a-45be-ac04-a7611cadd316 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] GET http://10.201.9.223/volume/v3/types/7ef6c5c2-8d24-48cb-b1e2-9c0902090603/extra_specs -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-febfea74-233a-45be-ac04-a7611cadd316 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-febfea74-233a-45be-ac04-a7611cadd316 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-febfea74-233a-45be-ac04-a7611cadd316 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/7ef6c5c2-8d24-48cb-b1e2-9c0902090603/extra_specs returned with HTTP 404 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 371/742] 10.201.9.223 () {58 vars in 1260 bytes} [Fri Jan 3 20:39:23 2025] GET /volume/v3/types/7ef6c5c2-8d24-48cb-b1e2-9c0902090603/extra_specs => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b0f7b68a-2d14-4d8f-bb2d-91587f038acd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b0f7b68a-2d14-4d8f-bb2d-91587f038acd tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] PUT http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/spec1 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b0f7b68a-2d14-4d8f-bb2d-91587f038acd tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'update', calling method: update, body: {"spec1": "val2", "spec2": "val1"} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b0f7b68a-2d14-4d8f-bb2d-91587f038acd tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/spec1 returned with HTTP 400 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 372/743] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:39:24 2025] PUT /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/spec1 => generated 102 bytes in 4 msecs (HTTP/1.1 400) 7 headers in 294 bytes (2 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3a4b69cc-40b7-4aa3-87a9-b12c70e0139d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3a4b69cc-40b7-4aa3-87a9-b12c70e0139d tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] PUT http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/spec1 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3a4b69cc-40b7-4aa3-87a9-b12c70e0139d tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'update', calling method: update, body: null {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3a4b69cc-40b7-4aa3-87a9-b12c70e0139d tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/spec1 returned with HTTP 400 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 372/744] 10.201.9.223 () {60 vars in 1297 bytes} [Fri Jan 3 20:39:24 2025] PUT /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/spec1 => generated 72 bytes in 5 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-80203687-b064-43a1-90af-b005697e071c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-80203687-b064-43a1-90af-b005697e071c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] PUT http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/None -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-80203687-b064-43a1-90af-b005697e071c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'update', calling method: update, body: {"spec1": "val2"} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-80203687-b064-43a1-90af-b005697e071c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] HTTP exception thrown: Request body and URI mismatch -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-80203687-b064-43a1-90af-b005697e071c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/None returned with HTTP 400 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 373/745] 10.201.9.223 () {60 vars in 1295 bytes} [Fri Jan 3 20:39:24 2025] PUT /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/None => generated 73 bytes in 14 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-feb6e36d-1a94-47dd-b511-f3d26df0fd08 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-feb6e36d-1a94-47dd-b511-f3d26df0fd08 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] PUT http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/6295bc42-3e9e-4cf1-a95d-012ffa59a088 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-feb6e36d-1a94-47dd-b511-f3d26df0fd08 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'update', calling method: update, body: {"spec1": "val2"} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-feb6e36d-1a94-47dd-b511-f3d26df0fd08 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] HTTP exception thrown: Request body and URI mismatch -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-feb6e36d-1a94-47dd-b511-f3d26df0fd08 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/6295bc42-3e9e-4cf1-a95d-012ffa59a088 returned with HTTP 400 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 373/746] 10.201.9.223 () {60 vars in 1391 bytes} [Fri Jan 3 20:39:24 2025] PUT /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03/extra_specs/6295bc42-3e9e-4cf1-a95d-012ffa59a088 => generated 73 bytes in 22 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-fbf2b6b4-95bd-46fd-9fdd-306fb2a2f395 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fbf2b6b4-95bd-46fd-9fdd-306fb2a2f395 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] PUT http://10.201.9.223/volume/v3/types/4c200e1c-7b0a-4e62-a6cc-f2c1888f7866/extra_specs/spec1 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fbf2b6b4-95bd-46fd-9fdd-306fb2a2f395 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Action: 'update', calling method: update, body: {"spec1": "val5"} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fbf2b6b4-95bd-46fd-9fdd-306fb2a2f395 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/4c200e1c-7b0a-4e62-a6cc-f2c1888f7866/extra_specs/spec1 returned with HTTP 404 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 374/747] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:39:24 2025] PUT /volume/v3/types/4c200e1c-7b0a-4e62-a6cc-f2c1888f7866/extra_specs/spec1 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b9df61d4-25fb-4b17-9b04-5d8306863145 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9df61d4-25fb-4b17-9b04-5d8306863145 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] DELETE http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9df61d4-25fb-4b17-9b04-5d8306863145 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9df61d4-25fb-4b17-9b04-5d8306863145 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9df61d4-25fb-4b17-9b04-5d8306863145 tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03 returned with HTTP 202 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 374/748] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:24 2025] DELETE /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03 => generated 0 bytes in 28 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bb79d91d-0317-409d-b4bd-46d42c853e8c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bb79d91d-0317-409d-b4bd-46d42c853e8c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] GET http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bb79d91d-0317-409d-b4bd-46d42c853e8c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bb79d91d-0317-409d-b4bd-46d42c853e8c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bb79d91d-0317-409d-b4bd-46d42c853e8c tempest-ExtraSpecsNegativeTest-1809460848 tempest-ExtraSpecsNegativeTest-1809460848-project-******] http://10.201.9.223/volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03 returned with HTTP 404 -Jan 03 20:39:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 375/749] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:24 2025] GET /volume/v3/types/744c923f-d7e2-4b82-905c-c4924594cb03 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c63c4e3b-a67a-40d9-b96b-2def1c034e1c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c63c4e3b-a67a-40d9-b96b-2def1c034e1c tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] POST http://10.201.9.223/volume/v3/types/df22fac9-7bae-474a-8655-3f44ea96529e/encryption -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c63c4e3b-a67a-40d9-b96b-2def1c034e1c tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Action: 'create', calling method: create, body: {"encryption": {"provider": "LuksEncryptor", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c63c4e3b-a67a-40d9-b96b-2def1c034e1c tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types/df22fac9-7bae-474a-8655-3f44ea96529e/encryption returned with HTTP 404 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 375/750] 10.201.9.223 () {60 vars in 1279 bytes} [Fri Jan 3 20:39:26 2025] POST /volume/v3/types/df22fac9-7bae-474a-8655-3f44ea96529e/encryption => generated 114 bytes in 78 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ccb50665-ae86-4e48-a380-8d561e93ff97 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ccb50665-ae86-4e48-a380-8d561e93ff97 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ccb50665-ae86-4e48-a380-8d561e93ff97 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesNegativeTest-volume-type-827896925", "os-volume-type-access:is_public": false}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ccb50665-ae86-4e48-a380-8d561e93ff97 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 376/751] 10.201.9.223 () {60 vars in 1135 bytes} [Fri Jan 3 20:39:26 2025] POST /volume/v3/types => generated 230 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e2512864-0650-4895-b804-7d6f93a45d99 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e2512864-0650-4895-b804-7d6f93a45d99 tempest-VolumeTypesNegativeTest-2026246011 tempest-VolumeTypesNegativeTest-2026246011-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e2512864-0650-4895-b804-7d6f93a45d99 tempest-VolumeTypesNegativeTest-2026246011 tempest-VolumeTypesNegativeTest-2026246011-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "7b6aa988-8c55-4b95-a3b8-b4e63804248d", "size": 1, "name": "tempest-VolumeTypesNegativeTest-Volume-469539319"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-e2512864-0650-4895-b804-7d6f93a45d99 tempest-VolumeTypesNegativeTest-2026246011 tempest-VolumeTypesNegativeTest-2026246011-project-member] Create volume request body: {'volume': {'volume_type': '7b6aa988-8c55-4b95-a3b8-b4e63804248d', 'size': 1, 'name': 'tempest-VolumeTypesNegativeTest-Volume-469539319'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e2512864-0650-4895-b804-7d6f93a45d99 tempest-VolumeTypesNegativeTest-2026246011 tempest-VolumeTypesNegativeTest-2026246011-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 376/752] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:26 2025] POST /volume/v3/volumes => generated 114 bytes in 55 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-62cebdaa-bd94-426e-b13b-0252fd69c578 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-62cebdaa-bd94-426e-b13b-0252fd69c578 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] DELETE http://10.201.9.223/volume/v3/types/7b6aa988-8c55-4b95-a3b8-b4e63804248d -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-62cebdaa-bd94-426e-b13b-0252fd69c578 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-62cebdaa-bd94-426e-b13b-0252fd69c578 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Calling method '_delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-62cebdaa-bd94-426e-b13b-0252fd69c578 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types/7b6aa988-8c55-4b95-a3b8-b4e63804248d returned with HTTP 202 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 377/753] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:26 2025] DELETE /volume/v3/types/7b6aa988-8c55-4b95-a3b8-b4e63804248d => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-11908a42-b8c1-4da0-a504-f64831f1e50d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-11908a42-b8c1-4da0-a504-f64831f1e50d tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] GET http://10.201.9.223/volume/v3/types/7b6aa988-8c55-4b95-a3b8-b4e63804248d -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-11908a42-b8c1-4da0-a504-f64831f1e50d tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-11908a42-b8c1-4da0-a504-f64831f1e50d tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-11908a42-b8c1-4da0-a504-f64831f1e50d tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types/7b6aa988-8c55-4b95-a3b8-b4e63804248d returned with HTTP 404 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 377/754] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:26 2025] GET /volume/v3/types/7b6aa988-8c55-4b95-a3b8-b4e63804248d => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ba438b8e-417e-42f3-a279-58d2f4c4bc57 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ba438b8e-417e-42f3-a279-58d2f4c4bc57 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ba438b8e-417e-42f3-a279-58d2f4c4bc57 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": ""}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ba438b8e-417e-42f3-a279-58d2f4c4bc57 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 400 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 378/755] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:39:26 2025] POST /volume/v3/types => generated 108 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-21a9d245-2fa9-4519-9611-8d888acd2648 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-21a9d245-2fa9-4519-9611-8d888acd2648 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-21a9d245-2fa9-4519-9611-8d888acd2648 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesNegativeTest-volume-type-1801472282"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-21a9d245-2fa9-4519-9611-8d888acd2648 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 378/756] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:39:26 2025] POST /volume/v3/types => generated 229 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bbbff8bb-b078-4ec6-a814-8b819a1f00a9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bbbff8bb-b078-4ec6-a814-8b819a1f00a9 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] POST http://10.201.9.223/volume/v3/types -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bbbff8bb-b078-4ec6-a814-8b819a1f00a9 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesNegativeTest-volume-type-1801472282"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bbbff8bb-b078-4ec6-a814-8b819a1f00a9 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] HTTP exception thrown: Volume Type tempest-VolumeTypesNegativeTest-volume-type-1801472282 already exists. -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bbbff8bb-b078-4ec6-a814-8b819a1f00a9 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 409 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 379/757] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:39:26 2025] POST /volume/v3/types => generated 134 bytes in 9 msecs (HTTP/1.1 409) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fe54aa98-790f-4793-8db7-8d61cfc77eb0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fe54aa98-790f-4793-8db7-8d61cfc77eb0 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] DELETE http://10.201.9.223/volume/v3/types/11adc55d-e8be-43a2-b589-7c1b99ad3f18 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fe54aa98-790f-4793-8db7-8d61cfc77eb0 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fe54aa98-790f-4793-8db7-8d61cfc77eb0 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fe54aa98-790f-4793-8db7-8d61cfc77eb0 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types/11adc55d-e8be-43a2-b589-7c1b99ad3f18 returned with HTTP 202 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 379/758] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:26 2025] DELETE /volume/v3/types/11adc55d-e8be-43a2-b589-7c1b99ad3f18 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a8f27f7e-60c7-4b50-81cc-477625972492 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8f27f7e-60c7-4b50-81cc-477625972492 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] GET http://10.201.9.223/volume/v3/types/11adc55d-e8be-43a2-b589-7c1b99ad3f18 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8f27f7e-60c7-4b50-81cc-477625972492 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8f27f7e-60c7-4b50-81cc-477625972492 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8f27f7e-60c7-4b50-81cc-477625972492 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types/11adc55d-e8be-43a2-b589-7c1b99ad3f18 returned with HTTP 404 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 380/759] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:26 2025] GET /volume/v3/types/11adc55d-e8be-43a2-b589-7c1b99ad3f18 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0e8e61b6-2bd2-427e-9fe0-5f90c5dac477 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0e8e61b6-2bd2-427e-9fe0-5f90c5dac477 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] DELETE http://10.201.9.223/volume/v3/types/f906d013-f056-4958-9cda-b536e629bf75 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0e8e61b6-2bd2-427e-9fe0-5f90c5dac477 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0e8e61b6-2bd2-427e-9fe0-5f90c5dac477 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Calling method '_delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0e8e61b6-2bd2-427e-9fe0-5f90c5dac477 tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types/f906d013-f056-4958-9cda-b536e629bf75 returned with HTTP 404 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 380/760] 10.201.9.223 () {58 vars in 1227 bytes} [Fri Jan 3 20:39:26 2025] DELETE /volume/v3/types/f906d013-f056-4958-9cda-b536e629bf75 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-35136271-a372-4c29-86e3-e4db31d1baee None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-35136271-a372-4c29-86e3-e4db31d1baee tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] GET http://10.201.9.223/volume/v3/types/3d7b45cc-7c83-47a7-a338-663babebffc7 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-35136271-a372-4c29-86e3-e4db31d1baee tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-35136271-a372-4c29-86e3-e4db31d1baee tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-35136271-a372-4c29-86e3-e4db31d1baee tempest-VolumeTypesNegativeTest-230525140 tempest-VolumeTypesNegativeTest-230525140-project-******] http://10.201.9.223/volume/v3/types/3d7b45cc-7c83-47a7-a338-663babebffc7 returned with HTTP 404 -Jan 03 20:39:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 381/761] 10.201.9.223 () {58 vars in 1224 bytes} [Fri Jan 3 20:39:26 2025] GET /volume/v3/types/3d7b45cc-7c83-47a7-a338-663babebffc7 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Get all volumes completed successfully. -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-32a96ff1-860e-4de2-93d7-12e30644cd13 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 381/762] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:28 2025] GET /volume/v3/volumes => generated 15 bytes in 102 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesListAdminTestJSON-Volume-926531603"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesListAdminTestJSON-Volume-926531603'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume of 1 GB -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Flow 'volume_create_api' (c6678cb8-60f2-45fe-8bd3-893c4ab7cbf2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0491b9d7-86ef-4a6f-9d55-d40ebd2fc6e6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0491b9d7-86ef-4a6f-9d55-d40ebd2fc6e6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6854e4b6-afb9-4758-ac17-7e6bfb019019) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Created reservations ['c3b6e756-c5aa-4eba-bac0-4668279acc76', '0526bb76-e7d3-4dbc-bc14-839ba1b5d9c9', 'b7d9b928-fa19-431d-b5a4-6f2ba76a1554', '1bcfb0b8-b83b-42ee-a210-a8a6729101d8'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6854e4b6-afb9-4758-ac17-7e6bfb019019) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c3b6e756-c5aa-4eba-bac0-4668279acc76', '0526bb76-e7d3-4dbc-bc14-839ba1b5d9c9', 'b7d9b928-fa19-431d-b5a4-6f2ba76a1554', '1bcfb0b8-b83b-42ee-a210-a8a6729101d8']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a0bab272-8ef9-43b2-ac2d-7b1721c6754b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a0bab272-8ef9-43b2-ac2d-7b1721c6754b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '7c55f01f-eaba-4f39-a961-acb97bca9fcd', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-926531603',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',qos_specs=None,replication_status=,reservations=['c3b6e756-c5aa-4eba-bac0-4668279acc76','0526bb76-e7d3-4dbc-bc14-839ba1b5d9c9','b7d9b928-fa19-431d-b5a4-6f2ba76a1554','1bcfb0b8-b83b-42ee-a210-a8a6729101d8'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='6426508464e34983bf388535f140fbea',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:28Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-926531603',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=7c55f01f-eaba-4f39-a961-acb97bca9fcd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (16d5b63a-5bf4-4f20-94fb-c460c9de7d75) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (16d5b63a-5bf4-4f20-94fb-c460c9de7d75) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-926531603',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',qos_specs=None,replication_status=,reservations=['c3b6e756-c5aa-4eba-bac0-4668279acc76','0526bb76-e7d3-4dbc-bc14-839ba1b5d9c9','b7d9b928-fa19-431d-b5a4-6f2ba76a1554','1bcfb0b8-b83b-42ee-a210-a8a6729101d8'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='6426508464e34983bf388535f140fbea',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (b8c12076-990b-47d9-b814-11bf232f51d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (b8c12076-990b-47d9-b814-11bf232f51d7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Flow 'volume_create_api' (c6678cb8-60f2-45fe-8bd3-893c4ab7cbf2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume request issued successfully. -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 382/763] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:28 2025] POST /volume/v3/volumes => generated 753 bytes in 134 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-926eba55-b3bb-4e47-8be0-79ea3ad82ec0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-926eba55-b3bb-4e47-8be0-79ea3ad82ec0 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-926eba55-b3bb-4e47-8be0-79ea3ad82ec0 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-926eba55-b3bb-4e47-8be0-79ea3ad82ec0 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-926eba55-b3bb-4e47-8be0-79ea3ad82ec0 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-926eba55-b3bb-4e47-8be0-79ea3ad82ec0 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd returned with HTTP 200 -Jan 03 20:39:28 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 382/764] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:28 2025] GET /volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd => generated 821 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6952bc40-d61a-4f6f-888a-1303150d26a3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6952bc40-d61a-4f6f-888a-1303150d26a3 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6952bc40-d61a-4f6f-888a-1303150d26a3 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6952bc40-d61a-4f6f-888a-1303150d26a3 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6952bc40-d61a-4f6f-888a-1303150d26a3 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6952bc40-d61a-4f6f-888a-1303150d26a3 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd returned with HTTP 200 -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 383/765] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:29 2025] GET /volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd => generated 846 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f48b72a4-60f7-41d7-9807-3ba32e43bb99 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f48b72a4-60f7-41d7-9807-3ba32e43bb99 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f48b72a4-60f7-41d7-9807-3ba32e43bb99 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f48b72a4-60f7-41d7-9807-3ba32e43bb99 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f48b72a4-60f7-41d7-9807-3ba32e43bb99 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f48b72a4-60f7-41d7-9807-3ba32e43bb99 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd returned with HTTP 200 -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 383/766] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:29 2025] GET /volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd => generated 846 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesListAdminTestJSON-Volume-1072656329"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesListAdminTestJSON-Volume-1072656329'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume of 1 GB -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Flow 'volume_create_api' (09399649-ab2e-45c1-affc-00c3413edc9c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (53f67ccb-59f0-4a0b-b7e6-4aa1dad1e51a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (53f67ccb-59f0-4a0b-b7e6-4aa1dad1e51a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1161a581-62b5-4985-b0d6-6d750030a7e4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Created reservations ['1963d138-fc1f-47e2-8b7e-cf3379e4a6eb', '8804ae2f-3fa4-4c21-883c-9b411478e970', '12e96bea-0e74-4173-bf57-90de7db6f27b', '1237016c-c692-4393-ab0b-fbd36a905dc6'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1161a581-62b5-4985-b0d6-6d750030a7e4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['1963d138-fc1f-47e2-8b7e-cf3379e4a6eb', '8804ae2f-3fa4-4c21-883c-9b411478e970', '12e96bea-0e74-4173-bf57-90de7db6f27b', '1237016c-c692-4393-ab0b-fbd36a905dc6']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7abbdd00-f5ca-4c53-8e21-b2133feb8398) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7abbdd00-f5ca-4c53-8e21-b2133feb8398) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1072656329',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',qos_specs=None,replication_status=,reservations=['1963d138-fc1f-47e2-8b7e-cf3379e4a6eb','8804ae2f-3fa4-4c21-883c-9b411478e970','12e96bea-0e74-4173-bf57-90de7db6f27b','1237016c-c692-4393-ab0b-fbd36a905dc6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='6426508464e34983bf388535f140fbea',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1072656329',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (54b577da-2818-4ad5-b31c-a1307cafc33a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (54b577da-2818-4ad5-b31c-a1307cafc33a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1072656329',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',qos_specs=None,replication_status=,reservations=['1963d138-fc1f-47e2-8b7e-cf3379e4a6eb','8804ae2f-3fa4-4c21-883c-9b411478e970','12e96bea-0e74-4173-bf57-90de7db6f27b','1237016c-c692-4393-ab0b-fbd36a905dc6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='6426508464e34983bf388535f140fbea',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (fdc54ca8-5c60-48ce-bc96-3fde9ab866dd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (fdc54ca8-5c60-48ce-bc96-3fde9ab866dd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Flow 'volume_create_api' (09399649-ab2e-45c1-affc-00c3413edc9c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume request issued successfully. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:29 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 384/767] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:29 2025] POST /volume/v3/volumes => generated 754 bytes in 111 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a9072591-bd8c-4546-8820-f6c28124a072 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a9072591-bd8c-4546-8820-f6c28124a072 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a9072591-bd8c-4546-8820-f6c28124a072 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a9072591-bd8c-4546-8820-f6c28124a072 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a9072591-bd8c-4546-8820-f6c28124a072 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a9072591-bd8c-4546-8820-f6c28124a072 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 returned with HTTP 200 -Jan 03 20:39:29 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 384/768] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:29 2025] GET /volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 => generated 822 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f1fe52ff-4aa7-499a-a75c-a88eaf3a7e72 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f1fe52ff-4aa7-499a-a75c-a88eaf3a7e72 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f1fe52ff-4aa7-499a-a75c-a88eaf3a7e72 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f1fe52ff-4aa7-499a-a75c-a88eaf3a7e72 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f1fe52ff-4aa7-499a-a75c-a88eaf3a7e72 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f1fe52ff-4aa7-499a-a75c-a88eaf3a7e72 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 returned with HTTP 200 -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 385/769] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:30 2025] GET /volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dfee733b-00b0-4c36-85db-5710c8e99593 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dfee733b-00b0-4c36-85db-5710c8e99593 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dfee733b-00b0-4c36-85db-5710c8e99593 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dfee733b-00b0-4c36-85db-5710c8e99593 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-dfee733b-00b0-4c36-85db-5710c8e99593 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dfee733b-00b0-4c36-85db-5710c8e99593 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 returned with HTTP 200 -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 385/770] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:31 2025] GET /volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesListAdminTestJSON-Volume-1346139794"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesListAdminTestJSON-Volume-1346139794'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume of 1 GB -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Flow 'volume_create_api' (e56dd904-b174-4f66-b607-91e251feb589) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (05b162ad-3dba-4432-88a8-a715821c3e7b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (05b162ad-3dba-4432-88a8-a715821c3e7b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6d02a9d3-d8bc-42b6-8a3c-a7b5b93bc9fe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Created reservations ['267bdaea-720e-4838-99db-4e0c22698150', '657fdd8e-297b-4e9f-9820-838dd8bf7245', 'e1aa3866-9b75-4fe1-bcca-950ebd34d14c', 'c4937cda-5a6f-4e9c-af86-6fa73c6caa9e'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6d02a9d3-d8bc-42b6-8a3c-a7b5b93bc9fe) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['267bdaea-720e-4838-99db-4e0c22698150', '657fdd8e-297b-4e9f-9820-838dd8bf7245', 'e1aa3866-9b75-4fe1-bcca-950ebd34d14c', 'c4937cda-5a6f-4e9c-af86-6fa73c6caa9e']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b7268f65-69f6-4bab-8fcb-1b599826b773) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b7268f65-69f6-4bab-8fcb-1b599826b773) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '963b3a20-1c72-460d-b026-8e4848314c64', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1346139794',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',qos_specs=None,replication_status=,reservations=['267bdaea-720e-4838-99db-4e0c22698150','657fdd8e-297b-4e9f-9820-838dd8bf7245','e1aa3866-9b75-4fe1-bcca-950ebd34d14c','c4937cda-5a6f-4e9c-af86-6fa73c6caa9e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='6426508464e34983bf388535f140fbea',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1346139794',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=963b3a20-1c72-460d-b026-8e4848314c64,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (28b99622-331d-4f70-990c-7d13d588da6e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (28b99622-331d-4f70-990c-7d13d588da6e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1346139794',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',qos_specs=None,replication_status=,reservations=['267bdaea-720e-4838-99db-4e0c22698150','657fdd8e-297b-4e9f-9820-838dd8bf7245','e1aa3866-9b75-4fe1-bcca-950ebd34d14c','c4937cda-5a6f-4e9c-af86-6fa73c6caa9e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='6426508464e34983bf388535f140fbea',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (40b0ff15-db5b-448c-942e-b9ba7de627e4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (40b0ff15-db5b-448c-942e-b9ba7de627e4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Flow 'volume_create_api' (e56dd904-b174-4f66-b607-91e251feb589) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Create volume request issued successfully. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 386/771] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:31 2025] POST /volume/v3/volumes => generated 754 bytes in 113 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d086a859-87be-4687-acf3-2e211decb01c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d086a859-87be-4687-acf3-2e211decb01c tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d086a859-87be-4687-acf3-2e211decb01c tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d086a859-87be-4687-acf3-2e211decb01c tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d086a859-87be-4687-acf3-2e211decb01c tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d086a859-87be-4687-acf3-2e211decb01c tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 returned with HTTP 200 -Jan 03 20:39:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 386/772] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:31 2025] GET /volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 => generated 822 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d4516bef-2ae6-491d-bfa1-2622ff606033 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d4516bef-2ae6-491d-bfa1-2622ff606033 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d4516bef-2ae6-491d-bfa1-2622ff606033 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d4516bef-2ae6-491d-bfa1-2622ff606033 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d4516bef-2ae6-491d-bfa1-2622ff606033 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d4516bef-2ae6-491d-bfa1-2622ff606033 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 returned with HTTP 200 -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 387/773] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:32 2025] GET /volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-13181701-79c1-4451-aaf3-159f586d7fb4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-13181701-79c1-4451-aaf3-159f586d7fb4 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-13181701-79c1-4451-aaf3-159f586d7fb4 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-13181701-79c1-4451-aaf3-159f586d7fb4 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-13181701-79c1-4451-aaf3-159f586d7fb4 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-13181701-79c1-4451-aaf3-159f586d7fb4 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 returned with HTTP 200 -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 387/774] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:32 2025] GET /volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-49838677-69df-420d-a57e-cceff1416b48 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Action: 'create', calling method: create, body: {"volume": {"size": 1}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Create volume request body: {'volume': {'size': 1}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Create volume of 1 GB -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Availability Zones retrieved successfully. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Flow 'volume_create_api' (eb5fa024-d5b7-40dd-b25c-ddd201de5dab) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7541e679-9734-4b5a-b45b-1d25bd420c3e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7541e679-9734-4b5a-b45b-1d25bd420c3e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d94930a8-238a-46b7-a4c2-0c0aea0915a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Created reservations ['11047b74-2ee3-4f67-9983-b631af2242d6', 'd351b077-1ae7-46f1-bd93-5200cc0be137', '44efb4c3-69cc-4567-85f9-7b13bf81f8b9', 'd95724b9-1032-4557-b619-9f6a2f7ee108'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d94930a8-238a-46b7-a4c2-0c0aea0915a6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['11047b74-2ee3-4f67-9983-b631af2242d6', 'd351b077-1ae7-46f1-bd93-5200cc0be137', '44efb4c3-69cc-4567-85f9-7b13bf81f8b9', 'd95724b9-1032-4557-b619-9f6a2f7ee108']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b5b19d39-e7e2-4785-af95-13174700b981) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b5b19d39-e7e2-4785-af95-13174700b981) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '1a347850-7b83-4d33-b1af-c246e1ee5d15', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='033e969e704a4f578d9c57a2167aad6d',qos_specs=None,replication_status=,reservations=['11047b74-2ee3-4f67-9983-b631af2242d6','d351b077-1ae7-46f1-bd93-5200cc0be137','44efb4c3-69cc-4567-85f9-7b13bf81f8b9','d95724b9-1032-4557-b619-9f6a2f7ee108'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='2b99917460d341b783e7461ea5c33409',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:32Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=1a347850-7b83-4d33-b1af-c246e1ee5d15,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='033e969e704a4f578d9c57a2167aad6d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='2b99917460d341b783e7461ea5c33409',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (4bf1aaaf-ca55-4afa-baf7-9fc662358715) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (4bf1aaaf-ca55-4afa-baf7-9fc662358715) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='033e969e704a4f578d9c57a2167aad6d',qos_specs=None,replication_status=,reservations=['11047b74-2ee3-4f67-9983-b631af2242d6','d351b077-1ae7-46f1-bd93-5200cc0be137','44efb4c3-69cc-4567-85f9-7b13bf81f8b9','d95724b9-1032-4557-b619-9f6a2f7ee108'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='2b99917460d341b783e7461ea5c33409',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (772a29a1-b310-4071-a028-b71959a1c8da) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (772a29a1-b310-4071-a028-b71959a1c8da) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Flow 'volume_create_api' (eb5fa024-d5b7-40dd-b25c-ddd201de5dab) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Create volume request issued successfully. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 388/775] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:32 2025] POST /volume/v3/volumes => generated 732 bytes in 158 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-29adfdca-cda7-4867-a642-96e2fff06697 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-29adfdca-cda7-4867-a642-96e2fff06697 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] GET http://10.201.9.223/volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-29adfdca-cda7-4867-a642-96e2fff06697 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-29adfdca-cda7-4867-a642-96e2fff06697 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-29adfdca-cda7-4867-a642-96e2fff06697 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Volume info retrieved successfully. -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-29adfdca-cda7-4867-a642-96e2fff06697 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] http://10.201.9.223/volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 returned with HTTP 200 -Jan 03 20:39:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 388/776] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:32 2025] GET /volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 => generated 911 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-571860a0-2594-4653-b9f7-712d0ec5634f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-571860a0-2594-4653-b9f7-712d0ec5634f tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] GET http://10.201.9.223/volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-571860a0-2594-4653-b9f7-712d0ec5634f tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-571860a0-2594-4653-b9f7-712d0ec5634f tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-571860a0-2594-4653-b9f7-712d0ec5634f tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Volume info retrieved successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-571860a0-2594-4653-b9f7-712d0ec5634f tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] http://10.201.9.223/volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 returned with HTTP 200 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 389/777] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:33 2025] GET /volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 => generated 953 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] GET http://10.201.9.223/volume/v3/volumes/detail?all_tenants=1&project_id=c2e02d8b7c664f5bb5db1cda66c5df8c -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Could not evaluate value c2e02d8b7c664f5bb5db1cda66c5df8c, assuming string {{(pid=115586) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Searching by: MultiDict([('project_id', 'c2e02d8b7c664f5bb5db1cda66c5df8c'), ('all_tenants', 1)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Get all volumes completed successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b61d1413-ea6a-4dd4-ba39-dfed621fe778 tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] http://10.201.9.223/volume/v3/volumes/detail?all_tenants=1&project_id=c2e02d8b7c664f5bb5db1cda66c5df8c returned with HTTP 200 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 389/778] 10.201.9.223 () {58 vars in 1255 bytes} [Fri Jan 3 20:39:33 2025] GET /volume/v3/volumes/detail?all_tenants=1&project_id=c2e02d8b7c664f5bb5db1cda66c5df8c => generated 2985 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] DELETE http://10.201.9.223/volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Delete volume with id: 1a347850-7b83-4d33-b1af-c246e1ee5d15 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Volume info retrieved successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] Delete volume request issued successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 tempest-VolumesListAdminTestJSON-1462072082-project-******] http://10.201.9.223/volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 returned with HTTP 202 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 390/779] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:33 2025] DELETE /volume/v3/volumes/1a347850-7b83-4d33-b1af-c246e1ee5d15 => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4f6f53b2-ab88-4acc-a5cd-7959a780e7de None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4f6f53b2-ab88-4acc-a5cd-7959a780e7de tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4f6f53b2-ab88-4acc-a5cd-7959a780e7de tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4f6f53b2-ab88-4acc-a5cd-7959a780e7de tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4f6f53b2-ab88-4acc-a5cd-7959a780e7de tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4f6f53b2-ab88-4acc-a5cd-7959a780e7de tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 returned with HTTP 200 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 390/780] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:33 2025] GET /volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] DELETE http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Delete volume with id: 963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Delete volume request issued successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 returned with HTTP 202 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 391/781] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:33 2025] DELETE /volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f6190fb5-8875-4db7-9b2a-a781b08ce4ed None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f6190fb5-8875-4db7-9b2a-a781b08ce4ed tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f6190fb5-8875-4db7-9b2a-a781b08ce4ed tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f6190fb5-8875-4db7-9b2a-a781b08ce4ed tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f6190fb5-8875-4db7-9b2a-a781b08ce4ed tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f6190fb5-8875-4db7-9b2a-a781b08ce4ed tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 returned with HTTP 200 -Jan 03 20:39:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 391/782] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:33 2025] GET /volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 => generated 846 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3843157f-7234-4613-bc15-ee7535289071 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3843157f-7234-4613-bc15-ee7535289071 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3843157f-7234-4613-bc15-ee7535289071 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3843157f-7234-4613-bc15-ee7535289071 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3843157f-7234-4613-bc15-ee7535289071 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 returned with HTTP 404 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 392/783] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:34 2025] GET /volume/v3/volumes/963b3a20-1c72-460d-b026-8e4848314c64 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-41c7cafc-20a4-4006-924b-504bf512ee71 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-41c7cafc-20a4-4006-924b-504bf512ee71 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-41c7cafc-20a4-4006-924b-504bf512ee71 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-41c7cafc-20a4-4006-924b-504bf512ee71 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-41c7cafc-20a4-4006-924b-504bf512ee71 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-41c7cafc-20a4-4006-924b-504bf512ee71 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 returned with HTTP 200 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 392/784] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:34 2025] GET /volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e4f84f71-44ee-4510-a716-24f8998ea703 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Delete volume with id: 2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Delete volume request issued successfully. -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 returned with HTTP 202 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 393/785] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:34 2025] DELETE /volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0d9b58bb-c863-41dc-a1ae-1a8ddfb5c944 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0d9b58bb-c863-41dc-a1ae-1a8ddfb5c944 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0d9b58bb-c863-41dc-a1ae-1a8ddfb5c944 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0d9b58bb-c863-41dc-a1ae-1a8ddfb5c944 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-0d9b58bb-c863-41dc-a1ae-1a8ddfb5c944 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0d9b58bb-c863-41dc-a1ae-1a8ddfb5c944 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 returned with HTTP 200 -Jan 03 20:39:34 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 393/786] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:34 2025] GET /volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 => generated 846 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f8c7713a-be2d-4711-b35a-f230c4f07f88 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f8c7713a-be2d-4711-b35a-f230c4f07f88 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 -Jan 03 20:39:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f8c7713a-be2d-4711-b35a-f230c4f07f88 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f8c7713a-be2d-4711-b35a-f230c4f07f88 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f8c7713a-be2d-4711-b35a-f230c4f07f88 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 returned with HTTP 404 -Jan 03 20:39:35 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 394/787] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:35 2025] GET /volume/v3/volumes/2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-aaa70fc3-4f91-4ad6-a56b-30a4fd80474e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aaa70fc3-4f91-4ad6-a56b-30a4fd80474e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aaa70fc3-4f91-4ad6-a56b-30a4fd80474e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aaa70fc3-4f91-4ad6-a56b-30a4fd80474e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-aaa70fc3-4f91-4ad6-a56b-30a4fd80474e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aaa70fc3-4f91-4ad6-a56b-30a4fd80474e tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd returned with HTTP 200 -Jan 03 20:39:35 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 394/788] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:35 2025] GET /volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd => generated 846 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-436bee96-4074-490d-8ad1-fbb848359a9b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] DELETE http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Delete volume with id: 7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Delete volume request issued successfully. -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd returned with HTTP 202 -Jan 03 20:39:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 395/789] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:35 2025] DELETE /volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-183ce5ed-74e8-457e-a485-63e10e635a70 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-183ce5ed-74e8-457e-a485-63e10e635a70 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-183ce5ed-74e8-457e-a485-63e10e635a70 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-183ce5ed-74e8-457e-a485-63e10e635a70 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-183ce5ed-74e8-457e-a485-63e10e635a70 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Volume info retrieved successfully. -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-183ce5ed-74e8-457e-a485-63e10e635a70 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd returned with HTTP 200 -Jan 03 20:39:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 395/790] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:36 2025] GET /volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b0496c76-b77f-4028-bea9-1036cc3e6698 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b0496c76-b77f-4028-bea9-1036cc3e6698 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] GET http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd -Jan 03 20:39:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b0496c76-b77f-4028-bea9-1036cc3e6698 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:37 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b0496c76-b77f-4028-bea9-1036cc3e6698 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:37 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b0496c76-b77f-4028-bea9-1036cc3e6698 tempest-VolumesListAdminTestJSON-871494764 tempest-VolumesListAdminTestJSON-871494764-project-member] http://10.201.9.223/volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd returned with HTTP 404 -Jan 03 20:39:37 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 396/791] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:37 2025] GET /volume/v3/volumes/7c55f01f-eaba-4f39-a961-acb97bca9fcd => generated 109 bytes in 25 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6f514059-515b-4b29-b90f-42e5faa58c3c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6f514059-515b-4b29-b90f-42e5faa58c3c tempest-AvailabilityZoneTestJSON-1899471691 tempest-AvailabilityZoneTestJSON-1899471691-project-member] GET http://10.201.9.223/volume/v3/os-availability-zone -Jan 03 20:39:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6f514059-515b-4b29-b90f-42e5faa58c3c tempest-AvailabilityZoneTestJSON-1899471691 tempest-AvailabilityZoneTestJSON-1899471691-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6f514059-515b-4b29-b90f-42e5faa58c3c tempest-AvailabilityZoneTestJSON-1899471691 tempest-AvailabilityZoneTestJSON-1899471691-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:38 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-6f514059-515b-4b29-b90f-42e5faa58c3c tempest-AvailabilityZoneTestJSON-1899471691 tempest-AvailabilityZoneTestJSON-1899471691-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6f514059-515b-4b29-b90f-42e5faa58c3c tempest-AvailabilityZoneTestJSON-1899471691 tempest-AvailabilityZoneTestJSON-1899471691-project-member] http://10.201.9.223/volume/v3/os-availability-zone returned with HTTP 200 -Jan 03 20:39:38 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 396/792] 10.201.9.223 () {58 vars in 1158 bytes} [Fri Jan 3 20:39:38 2025] GET /volume/v3/os-availability-zone => generated 82 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4d01b1df-669c-4027-925c-b29003a0b28e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4d01b1df-669c-4027-925c-b29003a0b28e tempest-ExtensionsTestJSON-1772749187 tempest-ExtensionsTestJSON-1772749187-project-member] GET http://10.201.9.223/volume/v3/extensions -Jan 03 20:39:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4d01b1df-669c-4027-925c-b29003a0b28e tempest-ExtensionsTestJSON-1772749187 tempest-ExtensionsTestJSON-1772749187-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4d01b1df-669c-4027-925c-b29003a0b28e tempest-ExtensionsTestJSON-1772749187 tempest-ExtensionsTestJSON-1772749187-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4d01b1df-669c-4027-925c-b29003a0b28e tempest-ExtensionsTestJSON-1772749187 tempest-ExtensionsTestJSON-1772749187-project-member] http://10.201.9.223/volume/v3/extensions returned with HTTP 200 -Jan 03 20:39:39 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 397/793] 10.201.9.223 () {58 vars in 1128 bytes} [Fri Jan 3 20:39:39 2025] GET /volume/v3/extensions => generated 5245 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-SnapshotMetadataTestJSON-Volume-504158802"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-SnapshotMetadataTestJSON-Volume-504158802'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Create volume of 1 GB -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Flow 'volume_create_api' (f2937211-6e80-4c33-8c54-07a3ebaeb034) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (327ead09-a948-41d4-b5a9-cadd1ec6eae8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (327ead09-a948-41d4-b5a9-cadd1ec6eae8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (09862b3d-b695-4a05-832d-c562d1f87244) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Created reservations ['333ff5e0-315e-4a79-9712-8a14506168ef', 'a1172dd1-9bb4-43fb-8881-5a14b3966a18', '615960f6-9954-464f-b8eb-224805b8ea34', 'd2ec2f19-c922-4f6e-b454-3c3e1d788b0e'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (09862b3d-b695-4a05-832d-c562d1f87244) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['333ff5e0-315e-4a79-9712-8a14506168ef', 'a1172dd1-9bb4-43fb-8881-5a14b3966a18', '615960f6-9954-464f-b8eb-224805b8ea34', 'd2ec2f19-c922-4f6e-b454-3c3e1d788b0e']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (879e1bb0-32ab-4b06-a92b-1e352e9be100) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (879e1bb0-32ab-4b06-a92b-1e352e9be100) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'e6657ef6-d0ec-4aa2-bfdd-9663700ee8df', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-504158802',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c3318e1cc3af4f978ca731fec9753084',qos_specs=None,replication_status=,reservations=['333ff5e0-315e-4a79-9712-8a14506168ef','a1172dd1-9bb4-43fb-8881-5a14b3966a18','615960f6-9954-464f-b8eb-224805b8ea34','d2ec2f19-c922-4f6e-b454-3c3e1d788b0e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c5db42755c2b41d78cb730b0dff55238',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-504158802',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (40dcd169-c7b1-439e-9d77-78b18af29c76) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (40dcd169-c7b1-439e-9d77-78b18af29c76) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-504158802',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c3318e1cc3af4f978ca731fec9753084',qos_specs=None,replication_status=,reservations=['333ff5e0-315e-4a79-9712-8a14506168ef','a1172dd1-9bb4-43fb-8881-5a14b3966a18','615960f6-9954-464f-b8eb-224805b8ea34','d2ec2f19-c922-4f6e-b454-3c3e1d788b0e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c5db42755c2b41d78cb730b0dff55238',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (5782a829-7ed6-4f62-8e0a-f653bcbaee74) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (5782a829-7ed6-4f62-8e0a-f653bcbaee74) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Flow 'volume_create_api' (f2937211-6e80-4c33-8c54-07a3ebaeb034) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Create volume request issued successfully. -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 397/794] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:40 2025] POST /volume/v3/volumes => generated 753 bytes in 200 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-62e79315-3051-425a-8606-c2486680df7a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-62e79315-3051-425a-8606-c2486680df7a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-62e79315-3051-425a-8606-c2486680df7a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-62e79315-3051-425a-8606-c2486680df7a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-62e79315-3051-425a-8606-c2486680df7a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Volume info retrieved successfully. -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-62e79315-3051-425a-8606-c2486680df7a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df returned with HTTP 200 -Jan 03 20:39:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 398/795] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:41 2025] GET /volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df => generated 821 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fc33bba7-c3dd-46d4-ba11-4494399ce1f8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fc33bba7-c3dd-46d4-ba11-4494399ce1f8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fc33bba7-c3dd-46d4-ba11-4494399ce1f8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fc33bba7-c3dd-46d4-ba11-4494399ce1f8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fc33bba7-c3dd-46d4-ba11-4494399ce1f8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Volume info retrieved successfully. -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fc33bba7-c3dd-46d4-ba11-4494399ce1f8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df returned with HTTP 200 -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 398/796] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:42 2025] GET /volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df => generated 846 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "e6657ef6-d0ec-4aa2-bfdd-9663700ee8df", "name": "tempest-SnapshotMetadataTestJSON-Snapshot-1058509228"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Volume info retrieved successfully. -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Create snapshot from volume e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Created reservations ['16db46c5-0d6c-4123-95b4-96fa77ec4fe3', '7ef9bd1e-9f6f-47a5-97ec-856bdce98b37', '34a21546-3dcd-4792-b7b6-df0d110cc1e3', 'f8b86812-210b-4b7a-aa26-d449173fd5fb'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot create request issued successfully. -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:39:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 399/797] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:39:42 2025] POST /volume/v3/snapshots => generated 311 bytes in 108 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fe42605d-90c4-49c8-af06-163d3a91a7bc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fe42605d-90c4-49c8-af06-163d3a91a7bc tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fe42605d-90c4-49c8-af06-163d3a91a7bc tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fe42605d-90c4-49c8-af06-163d3a91a7bc tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fe42605d-90c4-49c8-af06-163d3a91a7bc tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fe42605d-90c4-49c8-af06-163d3a91a7bc tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 returned with HTTP 200 -Jan 03 20:39:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 399/798] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:42 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 => generated 443 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9982e2ed-7a80-4188-8a98-99c12bb667b9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9982e2ed-7a80-4188-8a98-99c12bb667b9 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9982e2ed-7a80-4188-8a98-99c12bb667b9 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9982e2ed-7a80-4188-8a98-99c12bb667b9 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9982e2ed-7a80-4188-8a98-99c12bb667b9 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9982e2ed-7a80-4188-8a98-99c12bb667b9 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 400/799] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 => generated 470 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-96825f96-52aa-40e5-b17a-6a983c3d7ce0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96825f96-52aa-40e5-b17a-6a983c3d7ce0 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] POST http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-96825f96-52aa-40e5-b17a-6a983c3d7ce0 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-96825f96-52aa-40e5-b17a-6a983c3d7ce0 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-96825f96-52aa-40e5-b17a-6a983c3d7ce0 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Update snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-96825f96-52aa-40e5-b17a-6a983c3d7ce0 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 400/800] 10.201.9.223 () {60 vars in 1284 bytes} [Fri Jan 3 20:39:43 2025] POST /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 68 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0d5ecbf5-3fae-4687-8177-e053addbd088 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d5ecbf5-3fae-4687-8177-e053addbd088 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0d5ecbf5-3fae-4687-8177-e053addbd088 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0d5ecbf5-3fae-4687-8177-e053addbd088 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0d5ecbf5-3fae-4687-8177-e053addbd088 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0d5ecbf5-3fae-4687-8177-e053addbd088 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Get snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d5ecbf5-3fae-4687-8177-e053addbd088 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 401/801] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 68 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cabc3f95-1aed-4f6f-9c97-f690e07a5e3a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cabc3f95-1aed-4f6f-9c97-f690e07a5e3a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] PUT http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cabc3f95-1aed-4f6f-9c97-f690e07a5e3a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {"key3": "value3_update", "key4": "value4"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cabc3f95-1aed-4f6f-9c97-f690e07a5e3a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cabc3f95-1aed-4f6f-9c97-f690e07a5e3a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Update snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cabc3f95-1aed-4f6f-9c97-f690e07a5e3a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 401/802] 10.201.9.223 () {60 vars in 1283 bytes} [Fri Jan 3 20:39:43 2025] PUT /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 57 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-682ac662-6a7f-4cfa-a95e-9e84228c0548 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-682ac662-6a7f-4cfa-a95e-9e84228c0548 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-682ac662-6a7f-4cfa-a95e-9e84228c0548 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-682ac662-6a7f-4cfa-a95e-9e84228c0548 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-682ac662-6a7f-4cfa-a95e-9e84228c0548 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-682ac662-6a7f-4cfa-a95e-9e84228c0548 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Get snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-682ac662-6a7f-4cfa-a95e-9e84228c0548 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 402/803] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 57 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Get snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Delete snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-20c68bf0-008e-4a54-9789-4402cf6dc4d7 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 402/804] 10.201.9.223 () {58 vars in 1281 bytes} [Fri Jan 3 20:39:43 2025] DELETE /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 => generated 0 bytes in 22 msecs (HTTP/1.1 200) 6 headers in 227 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cb80ed09-58f7-4c97-b595-5a57e799ba0f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cb80ed09-58f7-4c97-b595-5a57e799ba0f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cb80ed09-58f7-4c97-b595-5a57e799ba0f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cb80ed09-58f7-4c97-b595-5a57e799ba0f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cb80ed09-58f7-4c97-b595-5a57e799ba0f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cb80ed09-58f7-4c97-b595-5a57e799ba0f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Get snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cb80ed09-58f7-4c97-b595-5a57e799ba0f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 403/805] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 32 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cb8ee9c0-4917-45fd-acfb-fc95f16ba927 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cb8ee9c0-4917-45fd-acfb-fc95f16ba927 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] PUT http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cb8ee9c0-4917-45fd-acfb-fc95f16ba927 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cb8ee9c0-4917-45fd-acfb-fc95f16ba927 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cb8ee9c0-4917-45fd-acfb-fc95f16ba927 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Update snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cb8ee9c0-4917-45fd-acfb-fc95f16ba927 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 403/806] 10.201.9.223 () {60 vars in 1283 bytes} [Fri Jan 3 20:39:43 2025] PUT /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 16 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-39331dd4-c138-4b6c-ad95-bd368f392283 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39331dd4-c138-4b6c-ad95-bd368f392283 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] POST http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-39331dd4-c138-4b6c-ad95-bd368f392283 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-39331dd4-c138-4b6c-ad95-bd368f392283 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-39331dd4-c138-4b6c-ad95-bd368f392283 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Update snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39331dd4-c138-4b6c-ad95-bd368f392283 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 404/807] 10.201.9.223 () {60 vars in 1284 bytes} [Fri Jan 3 20:39:43 2025] POST /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 68 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c162ff66-2b42-47ce-9c19-64ffa0e93bd3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c162ff66-2b42-47ce-9c19-64ffa0e93bd3 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c162ff66-2b42-47ce-9c19-64ffa0e93bd3 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c162ff66-2b42-47ce-9c19-64ffa0e93bd3 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c162ff66-2b42-47ce-9c19-64ffa0e93bd3 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c162ff66-2b42-47ce-9c19-64ffa0e93bd3 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Get snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c162ff66-2b42-47ce-9c19-64ffa0e93bd3 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 404/808] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 68 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c24d1a7d-5cf9-4a25-9604-f73354ee499c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c24d1a7d-5cf9-4a25-9604-f73354ee499c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] PUT http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c24d1a7d-5cf9-4a25-9604-f73354ee499c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'update', calling method: update, body: {"meta": {"key3": "value3_update"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c24d1a7d-5cf9-4a25-9604-f73354ee499c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c24d1a7d-5cf9-4a25-9604-f73354ee499c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Update snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c24d1a7d-5cf9-4a25-9604-f73354ee499c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 405/809] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:39:43 2025] PUT /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 => generated 35 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-050ea481-d699-4bd7-9760-cdd3373db9f5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-050ea481-d699-4bd7-9760-cdd3373db9f5 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-050ea481-d699-4bd7-9760-cdd3373db9f5 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-050ea481-d699-4bd7-9760-cdd3373db9f5 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-050ea481-d699-4bd7-9760-cdd3373db9f5 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-050ea481-d699-4bd7-9760-cdd3373db9f5 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Get snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-050ea481-d699-4bd7-9760-cdd3373db9f5 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 405/810] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata/key3 => generated 35 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-743ca5f0-4981-48c7-b89e-9e0651c12034 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-743ca5f0-4981-48c7-b89e-9e0651c12034 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-743ca5f0-4981-48c7-b89e-9e0651c12034 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-743ca5f0-4981-48c7-b89e-9e0651c12034 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-743ca5f0-4981-48c7-b89e-9e0651c12034 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-743ca5f0-4981-48c7-b89e-9e0651c12034 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Get snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-743ca5f0-4981-48c7-b89e-9e0651c12034 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 406/811] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 75 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-37528ff1-9764-47f3-ae23-2dd409a3d694 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-37528ff1-9764-47f3-ae23-2dd409a3d694 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] PUT http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-37528ff1-9764-47f3-ae23-2dd409a3d694 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-37528ff1-9764-47f3-ae23-2dd409a3d694 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-37528ff1-9764-47f3-ae23-2dd409a3d694 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Update snapshot metadata completed successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-37528ff1-9764-47f3-ae23-2dd409a3d694 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 406/812] 10.201.9.223 () {60 vars in 1283 bytes} [Fri Jan 3 20:39:43 2025] PUT /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2/metadata => generated 16 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cb3dd750-de29-4ac0-862a-4de52b996309 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v2.snapshots [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Delete snapshot with id: dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot delete request issued successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 returned with HTTP 202 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 407/813] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:39:43 2025] DELETE /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e8f021f7-436a-4e86-9230-d00796297a4f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8f021f7-436a-4e86-9230-d00796297a4f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8f021f7-436a-4e86-9230-d00796297a4f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8f021f7-436a-4e86-9230-d00796297a4f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e8f021f7-436a-4e86-9230-d00796297a4f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Snapshot retrieved successfully. -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8f021f7-436a-4e86-9230-d00796297a4f tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 returned with HTTP 200 -Jan 03 20:39:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 407/814] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:43 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 => generated 469 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-af8eba30-cb87-4798-9ea6-bb5aa649be6c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-af8eba30-cb87-4798-9ea6-bb5aa649be6c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-af8eba30-cb87-4798-9ea6-bb5aa649be6c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-af8eba30-cb87-4798-9ea6-bb5aa649be6c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-af8eba30-cb87-4798-9ea6-bb5aa649be6c tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 returned with HTTP 404 -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 408/815] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:44 2025] GET /volume/v3/snapshots/dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 => generated 111 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-190d6a80-7d0b-45c9-b6af-a61267b65317 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-190d6a80-7d0b-45c9-b6af-a61267b65317 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-190d6a80-7d0b-45c9-b6af-a61267b65317 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-190d6a80-7d0b-45c9-b6af-a61267b65317 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-190d6a80-7d0b-45c9-b6af-a61267b65317 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Volume info retrieved successfully. -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-190d6a80-7d0b-45c9-b6af-a61267b65317 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df returned with HTTP 200 -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 408/816] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:44 2025] GET /volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df => generated 846 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] DELETE http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Delete volume with id: e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Volume info retrieved successfully. -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Delete volume request issued successfully. -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df returned with HTTP 202 -Jan 03 20:39:44 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 409/817] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:44 2025] DELETE /volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-78c17026-1c8a-47db-a614-592f5414c762 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-78c17026-1c8a-47db-a614-592f5414c762 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-78c17026-1c8a-47db-a614-592f5414c762 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-78c17026-1c8a-47db-a614-592f5414c762 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-78c17026-1c8a-47db-a614-592f5414c762 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Volume info retrieved successfully. -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-78c17026-1c8a-47db-a614-592f5414c762 tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df returned with HTTP 200 -Jan 03 20:39:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 409/818] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:44 2025] GET /volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1fd0a9e3-fe04-40a6-8649-6c89f008890a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1fd0a9e3-fe04-40a6-8649-6c89f008890a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] GET http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df -Jan 03 20:39:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1fd0a9e3-fe04-40a6-8649-6c89f008890a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:46 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1fd0a9e3-fe04-40a6-8649-6c89f008890a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:46 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1fd0a9e3-fe04-40a6-8649-6c89f008890a tempest-SnapshotMetadataTestJSON-1236564112 tempest-SnapshotMetadataTestJSON-1236564112-project-member] http://10.201.9.223/volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df returned with HTTP 404 -Jan 03 20:39:46 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 410/819] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:45 2025] GET /volume/v3/volumes/e6657ef6-d0ec-4aa2-bfdd-9663700ee8df => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-499d6b14-648e-4fbc-828e-6e4f5b57a5cc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-499d6b14-648e-4fbc-828e-6e4f5b57a5cc None None] GET http://10.201.9.223/volume// -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-499d6b14-648e-4fbc-828e-6e4f5b57a5cc None None] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-499d6b14-648e-4fbc-828e-6e4f5b57a5cc None None] Calling method 'all' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-499d6b14-648e-4fbc-828e-6e4f5b57a5cc None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 410/820] 10.201.9.223 () {56 vars in 886 bytes} [Fri Jan 3 20:39:47 2025] GET /volume/ => generated 387 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e012aea4-c6ce-4edf-a7d7-1d5d7275429c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e012aea4-c6ce-4edf-a7d7-1d5d7275429c None None] GET http://10.201.9.223/volume// -Jan 03 20:39:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e012aea4-c6ce-4edf-a7d7-1d5d7275429c None None] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e012aea4-c6ce-4edf-a7d7-1d5d7275429c None None] Calling method 'all' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e012aea4-c6ce-4edf-a7d7-1d5d7275429c None None] http://10.201.9.223/volume// returned with HTTP 300 -Jan 03 20:39:47 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 411/821] 10.201.9.223 () {56 vars in 886 bytes} [Fri Jan 3 20:39:47 2025] GET /volume/ => generated 387 bytes in 7 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0889f730-662f-4b4f-b3e0-21496fef7807 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0889f730-662f-4b4f-b3e0-21496fef7807 tempest-VersionsTest-1891363326 tempest-VersionsTest-1891363326-project-member] GET http://10.201.9.223/volume/v3/ -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0889f730-662f-4b4f-b3e0-21496fef7807 tempest-VersionsTest-1891363326 tempest-VersionsTest-1891363326-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0889f730-662f-4b4f-b3e0-21496fef7807 tempest-VersionsTest-1891363326 tempest-VersionsTest-1891363326-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0889f730-662f-4b4f-b3e0-21496fef7807 tempest-VersionsTest-1891363326 tempest-VersionsTest-1891363326-project-member] http://10.201.9.223/volume/v3/ returned with HTTP 200 -Jan 03 20:39:47 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 411/822] 10.201.9.223 () {58 vars in 1098 bytes} [Fri Jan 3 20:39:47 2025] GET /volume/v3/ => generated 387 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-78131203-9f54-485b-a952-2e8143c9440e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-AbsoluteLimitsTests-Volume-428511910"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-AbsoluteLimitsTests-Volume-428511910'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Create volume of 1 GB -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Flow 'volume_create_api' (95d36200-2f5d-4148-9278-d9054f3976bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7c6bd6c6-b61f-4ef7-bde5-3aab67c51dc0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7c6bd6c6-b61f-4ef7-bde5-3aab67c51dc0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (9b78e2c1-94d7-434a-a4d1-cc30c811fd19) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Created reservations ['40b9d430-466c-4e67-a0b0-5cc6edc0792c', 'd08bafa1-5927-4f82-b68a-c17f3a0e8ce5', 'a55a75a3-6035-4c2d-8f1a-2593103312ca', '49f6bb04-ff70-43b7-a586-c955a5165a5a'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (9b78e2c1-94d7-434a-a4d1-cc30c811fd19) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['40b9d430-466c-4e67-a0b0-5cc6edc0792c', 'd08bafa1-5927-4f82-b68a-c17f3a0e8ce5', 'a55a75a3-6035-4c2d-8f1a-2593103312ca', '49f6bb04-ff70-43b7-a586-c955a5165a5a']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (3555443c-f120-4ffe-a746-d8a300d389b2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (3555443c-f120-4ffe-a746-d8a300d389b2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '21cc6639-322a-46ab-b22d-834ad7049dc9', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-428511910',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6cd3f50f3e80410eaf39952b60c5bb42',qos_specs=None,replication_status=,reservations=['40b9d430-466c-4e67-a0b0-5cc6edc0792c','d08bafa1-5927-4f82-b68a-c17f3a0e8ce5','a55a75a3-6035-4c2d-8f1a-2593103312ca','49f6bb04-ff70-43b7-a586-c955a5165a5a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d766e1a58004d5e90e9853d5f43ac33',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-428511910',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=21cc6639-322a-46ab-b22d-834ad7049dc9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6cd3f50f3e80410eaf39952b60c5bb42',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0d766e1a58004d5e90e9853d5f43ac33',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3a9002ef-64f3-4c18-b566-73c94af5d737) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3a9002ef-64f3-4c18-b566-73c94af5d737) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-428511910',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6cd3f50f3e80410eaf39952b60c5bb42',qos_specs=None,replication_status=,reservations=['40b9d430-466c-4e67-a0b0-5cc6edc0792c','d08bafa1-5927-4f82-b68a-c17f3a0e8ce5','a55a75a3-6035-4c2d-8f1a-2593103312ca','49f6bb04-ff70-43b7-a586-c955a5165a5a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d766e1a58004d5e90e9853d5f43ac33',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f2821222-1f4c-4fb4-878a-f458b83a1384) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f2821222-1f4c-4fb4-878a-f458b83a1384) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Flow 'volume_create_api' (95d36200-2f5d-4148-9278-d9054f3976bc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Create volume request issued successfully. -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 412/823] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:48 2025] POST /volume/v3/volumes => generated 748 bytes in 233 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cf08f448-743d-4224-ac0a-9e3539227a68 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf08f448-743d-4224-ac0a-9e3539227a68 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] GET http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cf08f448-743d-4224-ac0a-9e3539227a68 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cf08f448-743d-4224-ac0a-9e3539227a68 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cf08f448-743d-4224-ac0a-9e3539227a68 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Volume info retrieved successfully. -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf08f448-743d-4224-ac0a-9e3539227a68 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 returned with HTTP 200 -Jan 03 20:39:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 412/824] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:48 2025] GET /volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 => generated 816 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bddb8be4-6712-4f85-81f8-4f93c44b0e5d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bddb8be4-6712-4f85-81f8-4f93c44b0e5d tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] GET http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bddb8be4-6712-4f85-81f8-4f93c44b0e5d tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bddb8be4-6712-4f85-81f8-4f93c44b0e5d tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-bddb8be4-6712-4f85-81f8-4f93c44b0e5d tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Volume info retrieved successfully. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bddb8be4-6712-4f85-81f8-4f93c44b0e5d tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 returned with HTTP 200 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 413/825] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:49 2025] GET /volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 => generated 841 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1dc1a12f-8f25-4a23-a88b-8307e9dacedd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1dc1a12f-8f25-4a23-a88b-8307e9dacedd tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] GET http://10.201.9.223/volume/v3/limits -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1dc1a12f-8f25-4a23-a88b-8307e9dacedd tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1dc1a12f-8f25-4a23-a88b-8307e9dacedd tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1dc1a12f-8f25-4a23-a88b-8307e9dacedd tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/limits returned with HTTP 200 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 413/826] 10.201.9.223 () {58 vars in 1116 bytes} [Fri Jan 3 20:39:49 2025] GET /volume/v3/limits => generated 302 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-06e5913b-3fb5-459f-9dc8-9cea91a614be None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-06e5913b-3fb5-459f-9dc8-9cea91a614be tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] GET http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-06e5913b-3fb5-459f-9dc8-9cea91a614be tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-06e5913b-3fb5-459f-9dc8-9cea91a614be tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-06e5913b-3fb5-459f-9dc8-9cea91a614be tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Volume info retrieved successfully. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-06e5913b-3fb5-459f-9dc8-9cea91a614be tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 returned with HTTP 200 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 414/827] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:49 2025] GET /volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 => generated 841 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] DELETE http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Delete volume with id: 21cc6639-322a-46ab-b22d-834ad7049dc9 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Volume info retrieved successfully. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Delete volume request issued successfully. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 returned with HTTP 202 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 414/828] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:49 2025] DELETE /volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-36f3c159-d685-436f-b5f2-f8c63ddd944c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-36f3c159-d685-436f-b5f2-f8c63ddd944c tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] GET http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-36f3c159-d685-436f-b5f2-f8c63ddd944c tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-36f3c159-d685-436f-b5f2-f8c63ddd944c tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-36f3c159-d685-436f-b5f2-f8c63ddd944c tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Volume info retrieved successfully. -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-36f3c159-d685-436f-b5f2-f8c63ddd944c tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 returned with HTTP 200 -Jan 03 20:39:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 415/829] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:49 2025] GET /volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 => generated 840 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c31d4c63-2cee-400f-8478-fa805d0a42b3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c31d4c63-2cee-400f-8478-fa805d0a42b3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] GET http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 -Jan 03 20:39:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c31d4c63-2cee-400f-8478-fa805d0a42b3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c31d4c63-2cee-400f-8478-fa805d0a42b3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c31d4c63-2cee-400f-8478-fa805d0a42b3 tempest-AbsoluteLimitsTests-548793480 tempest-AbsoluteLimitsTests-548793480-project-member] http://10.201.9.223/volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 returned with HTTP 404 -Jan 03 20:39:50 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 415/830] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:50 2025] GET /volume/v3/volumes/21cc6639-322a-46ab-b22d-834ad7049dc9 => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1228949654"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesDeleteCascade-Volume-1228949654'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume of 1 GB -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Flow 'volume_create_api' (5841cc27-6900-4274-a918-0620294d9e71) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (961d0986-fcd1-4ae2-905d-b126712b446d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (961d0986-fcd1-4ae2-905d-b126712b446d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0ac0403e-b16c-4d84-8ee9-067807d3d5a8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Created reservations ['b97dac2d-b45b-4153-b025-17b85b8f0fc0', 'a5a1ccec-a21b-48b9-9d48-b035b7a83164', '9348c173-b6d6-436b-a647-47922a5fd493', '0455bc51-97d9-4619-a8de-4d96251f0e30'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0ac0403e-b16c-4d84-8ee9-067807d3d5a8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['b97dac2d-b45b-4153-b025-17b85b8f0fc0', 'a5a1ccec-a21b-48b9-9d48-b035b7a83164', '9348c173-b6d6-436b-a647-47922a5fd493', '0455bc51-97d9-4619-a8de-4d96251f0e30']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (60357150-8a5b-405d-bf0f-73e5277f926a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (60357150-8a5b-405d-bf0f-73e5277f926a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '249cb794-4dab-4804-ba4c-b8654c5064d3', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1228949654',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='55ecd85c1c0a40d8aa1a762302b08540',qos_specs=None,replication_status=,reservations=['b97dac2d-b45b-4153-b025-17b85b8f0fc0','a5a1ccec-a21b-48b9-9d48-b035b7a83164','9348c173-b6d6-436b-a647-47922a5fd493','0455bc51-97d9-4619-a8de-4d96251f0e30'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='256382fc7c8243789a91b4bb3af6794b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1228949654',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=249cb794-4dab-4804-ba4c-b8654c5064d3,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b715cecb-7815-4589-b679-14ddda3dd40e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b715cecb-7815-4589-b679-14ddda3dd40e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1228949654',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='55ecd85c1c0a40d8aa1a762302b08540',qos_specs=None,replication_status=,reservations=['b97dac2d-b45b-4153-b025-17b85b8f0fc0','a5a1ccec-a21b-48b9-9d48-b035b7a83164','9348c173-b6d6-436b-a647-47922a5fd493','0455bc51-97d9-4619-a8de-4d96251f0e30'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='256382fc7c8243789a91b4bb3af6794b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a1973804-ff22-4def-b03c-bafad0ffc0d6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a1973804-ff22-4def-b03c-bafad0ffc0d6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Flow 'volume_create_api' (5841cc27-6900-4274-a918-0620294d9e71) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume request issued successfully. -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 416/831] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:52 2025] POST /volume/v3/volumes => generated 750 bytes in 187 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6c566366-d0e0-40eb-bf22-2e00665f2993 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6c566366-d0e0-40eb-bf22-2e00665f2993 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6c566366-d0e0-40eb-bf22-2e00665f2993 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6c566366-d0e0-40eb-bf22-2e00665f2993 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-6c566366-d0e0-40eb-bf22-2e00665f2993 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6c566366-d0e0-40eb-bf22-2e00665f2993 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 returned with HTTP 200 -Jan 03 20:39:52 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 416/832] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:52 2025] GET /volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 => generated 818 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9674ea32-6746-4b05-aab1-0be4ffdb3d59 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9674ea32-6746-4b05-aab1-0be4ffdb3d59 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9674ea32-6746-4b05-aab1-0be4ffdb3d59 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9674ea32-6746-4b05-aab1-0be4ffdb3d59 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9674ea32-6746-4b05-aab1-0be4ffdb3d59 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9674ea32-6746-4b05-aab1-0be4ffdb3d59 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 returned with HTTP 200 -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 417/833] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:53 2025] GET /volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 => generated 843 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "249cb794-4dab-4804-ba4c-b8654c5064d3", "name": "tempest-VolumesDeleteCascade-Snapshot-1994218297"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.snapshots [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create snapshot from volume 249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Created reservations ['5f9aff72-0f5e-4c0d-a858-715bb6b1ffd6', 'bb6c552c-3249-4c14-97e0-981dba2e0498', 'c69b10ed-aeb3-437d-b963-779fa7e4ff62', '3f51c835-3971-4849-8382-254ad293ae08'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot create request issued successfully. -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:39:53 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 417/834] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:39:53 2025] POST /volume/v3/snapshots => generated 307 bytes in 86 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-07c530b2-2ce6-43c9-a425-fd06ab1deb24 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-07c530b2-2ce6-43c9-a425-fd06ab1deb24 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-07c530b2-2ce6-43c9-a425-fd06ab1deb24 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-07c530b2-2ce6-43c9-a425-fd06ab1deb24 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-07c530b2-2ce6-43c9-a425-fd06ab1deb24 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot retrieved successfully. -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-07c530b2-2ce6-43c9-a425-fd06ab1deb24 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d returned with HTTP 200 -Jan 03 20:39:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 418/835] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:53 2025] GET /volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d => generated 439 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e3ef412d-c4ff-40dd-a494-eca10eff3da0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e3ef412d-c4ff-40dd-a494-eca10eff3da0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e3ef412d-c4ff-40dd-a494-eca10eff3da0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e3ef412d-c4ff-40dd-a494-eca10eff3da0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e3ef412d-c4ff-40dd-a494-eca10eff3da0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot retrieved successfully. -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e3ef412d-c4ff-40dd-a494-eca10eff3da0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d returned with HTTP 200 -Jan 03 20:39:54 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 418/836] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:54 2025] GET /volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d => generated 466 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "249cb794-4dab-4804-ba4c-b8654c5064d3", "name": "tempest-VolumesDeleteCascade-Snapshot-379641729"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create snapshot from volume 249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Created reservations ['dc085645-85be-4d75-b671-ae88481906be', 'fc921e77-4fdf-45c1-9a51-a74eca0dd342', '00ff2d9d-b17f-4a02-aa5f-9eaa18c74ca5', '1c273cf6-af14-4382-8113-4831a929c449'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot create request issued successfully. -Jan 03 20:39:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:39:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 419/837] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:39:54 2025] POST /volume/v3/snapshots => generated 306 bytes in 87 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e076cbc9-844c-460b-98e0-f34dc2796df1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e076cbc9-844c-460b-98e0-f34dc2796df1 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e076cbc9-844c-460b-98e0-f34dc2796df1 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e076cbc9-844c-460b-98e0-f34dc2796df1 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e076cbc9-844c-460b-98e0-f34dc2796df1 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot retrieved successfully. -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e076cbc9-844c-460b-98e0-f34dc2796df1 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 returned with HTTP 200 -Jan 03 20:39:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 419/838] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:55 2025] GET /volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 => generated 438 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-317d41d7-76de-4879-9703-0895ff2bb2f9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-317d41d7-76de-4879-9703-0895ff2bb2f9 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-317d41d7-76de-4879-9703-0895ff2bb2f9 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-317d41d7-76de-4879-9703-0895ff2bb2f9 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-317d41d7-76de-4879-9703-0895ff2bb2f9 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot retrieved successfully. -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-317d41d7-76de-4879-9703-0895ff2bb2f9 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 returned with HTTP 200 -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 420/839] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:56 2025] GET /volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 => generated 465 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3?cascade=True -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume with id: 249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume request issued successfully. -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3?cascade=True returned with HTTP 202 -Jan 03 20:39:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 420/840] 10.201.9.223 () {58 vars in 1258 bytes} [Fri Jan 3 20:39:56 2025] DELETE /volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3?cascade=True => generated 0 bytes in 51 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-57fdb6db-b69b-4655-b566-3b35cfe87d86 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-57fdb6db-b69b-4655-b566-3b35cfe87d86 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-57fdb6db-b69b-4655-b566-3b35cfe87d86 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-57fdb6db-b69b-4655-b566-3b35cfe87d86 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-57fdb6db-b69b-4655-b566-3b35cfe87d86 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-57fdb6db-b69b-4655-b566-3b35cfe87d86 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 returned with HTTP 200 -Jan 03 20:39:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 421/841] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:56 2025] GET /volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 => generated 842 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-17725691-c84f-48f7-8f55-ca8a32d2d9ab None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-17725691-c84f-48f7-8f55-ca8a32d2d9ab tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-17725691-c84f-48f7-8f55-ca8a32d2d9ab tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-17725691-c84f-48f7-8f55-ca8a32d2d9ab tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-17725691-c84f-48f7-8f55-ca8a32d2d9ab tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 returned with HTTP 404 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 421/842] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:57 2025] GET /volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Get all volumes completed successfully. -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9dc13ebb-9984-4f69-b48d-3bbddeafb102 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 422/843] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:57 2025] GET /volume/v3/volumes => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-968474ef-21f7-4d03-a82d-08270960396b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-968474ef-21f7-4d03-a82d-08270960396b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-968474ef-21f7-4d03-a82d-08270960396b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-968474ef-21f7-4d03-a82d-08270960396b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-968474ef-21f7-4d03-a82d-08270960396b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-968474ef-21f7-4d03-a82d-08270960396b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-968474ef-21f7-4d03-a82d-08270960396b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Get all snapshots completed successfully. -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-968474ef-21f7-4d03-a82d-08270960396b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 422/844] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:39:57 2025] GET /volume/v3/snapshots => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-69b0ea2d-7f33-45d2-98b5-4f8a2b79472f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-69b0ea2d-7f33-45d2-98b5-4f8a2b79472f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-69b0ea2d-7f33-45d2-98b5-4f8a2b79472f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-69b0ea2d-7f33-45d2-98b5-4f8a2b79472f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v2.snapshots [None req-69b0ea2d-7f33-45d2-98b5-4f8a2b79472f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete snapshot with id: 28ab2bb3-d403-444e-a479-b474549d1dc1 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-69b0ea2d-7f33-45d2-98b5-4f8a2b79472f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 returned with HTTP 404 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 423/845] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:39:57 2025] DELETE /volume/v3/snapshots/28ab2bb3-d403-444e-a479-b474549d1dc1 => generated 111 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9f2bf736-9fce-4d2e-8a13-11c0630ee829 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9f2bf736-9fce-4d2e-8a13-11c0630ee829 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9f2bf736-9fce-4d2e-8a13-11c0630ee829 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9f2bf736-9fce-4d2e-8a13-11c0630ee829 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-9f2bf736-9fce-4d2e-8a13-11c0630ee829 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete snapshot with id: 74b81fd8-51b4-4b7d-a1e8-6eadce97b94d -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9f2bf736-9fce-4d2e-8a13-11c0630ee829 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d returned with HTTP 404 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 423/846] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:39:57 2025] DELETE /volume/v3/snapshots/74b81fd8-51b4-4b7d-a1e8-6eadce97b94d => generated 111 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-fd1aff2a-a941-4d09-92a3-e669be10a1bb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fd1aff2a-a941-4d09-92a3-e669be10a1bb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fd1aff2a-a941-4d09-92a3-e669be10a1bb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-fd1aff2a-a941-4d09-92a3-e669be10a1bb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-fd1aff2a-a941-4d09-92a3-e669be10a1bb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 returned with HTTP 404 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 424/847] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:57 2025] GET /volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 => generated 109 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-201617a3-c2f0-45ee-99cc-2846445603e0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-201617a3-c2f0-45ee-99cc-2846445603e0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-201617a3-c2f0-45ee-99cc-2846445603e0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-201617a3-c2f0-45ee-99cc-2846445603e0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-201617a3-c2f0-45ee-99cc-2846445603e0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume with id: 249cb794-4dab-4804-ba4c-b8654c5064d3 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-201617a3-c2f0-45ee-99cc-2846445603e0 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 returned with HTTP 404 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 424/848] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:39:57 2025] DELETE /volume/v3/volumes/249cb794-4dab-4804-ba4c-b8654c5064d3 => generated 109 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f904ded8-a54a-4158-af21-3b1a615d060a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1390385634"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesDeleteCascade-Volume-1390385634'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume of 1 GB -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Flow 'volume_create_api' (176e5606-358d-4b45-ad69-936989dd0f8e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (fb971bdf-fa34-4a6d-94b3-1ea4e23848ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (fb971bdf-fa34-4a6d-94b3-1ea4e23848ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (cd6671a8-ecad-4e33-9407-14dcc8e5b666) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Created reservations ['0ebe0d54-ab9c-4f73-8b7b-0cb2591a2b5f', '0e1c971d-a302-4e09-a2ea-2051a357f485', '65d9907b-366f-4e4f-9ef8-927cdfdd6b62', '31942f0b-5f22-4f6b-9cf6-62e0e95f7886'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (cd6671a8-ecad-4e33-9407-14dcc8e5b666) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0ebe0d54-ab9c-4f73-8b7b-0cb2591a2b5f', '0e1c971d-a302-4e09-a2ea-2051a357f485', '65d9907b-366f-4e4f-9ef8-927cdfdd6b62', '31942f0b-5f22-4f6b-9cf6-62e0e95f7886']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (873635cf-ca07-47b0-a7b8-9e70429da151) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (873635cf-ca07-47b0-a7b8-9e70429da151) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '73524f31-e535-479d-a247-4154d60d205b', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1390385634',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='55ecd85c1c0a40d8aa1a762302b08540',qos_specs=None,replication_status=,reservations=['0ebe0d54-ab9c-4f73-8b7b-0cb2591a2b5f','0e1c971d-a302-4e09-a2ea-2051a357f485','65d9907b-366f-4e4f-9ef8-927cdfdd6b62','31942f0b-5f22-4f6b-9cf6-62e0e95f7886'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='256382fc7c8243789a91b4bb3af6794b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1390385634',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=73524f31-e535-479d-a247-4154d60d205b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7a30b5ca-0cdb-4415-8c81-9cc98eca66b7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (7a30b5ca-0cdb-4415-8c81-9cc98eca66b7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1390385634',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='55ecd85c1c0a40d8aa1a762302b08540',qos_specs=None,replication_status=,reservations=['0ebe0d54-ab9c-4f73-8b7b-0cb2591a2b5f','0e1c971d-a302-4e09-a2ea-2051a357f485','65d9907b-366f-4e4f-9ef8-927cdfdd6b62','31942f0b-5f22-4f6b-9cf6-62e0e95f7886'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='256382fc7c8243789a91b4bb3af6794b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (61ade26d-a5fa-4139-b776-8a60a7d5bc83) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (61ade26d-a5fa-4139-b776-8a60a7d5bc83) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Flow 'volume_create_api' (176e5606-358d-4b45-ad69-936989dd0f8e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume request issued successfully. -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 425/849] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:39:57 2025] POST /volume/v3/volumes => generated 750 bytes in 106 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e2b76945-7e25-4f44-bf92-dfe165f277cb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e2b76945-7e25-4f44-bf92-dfe165f277cb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e2b76945-7e25-4f44-bf92-dfe165f277cb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e2b76945-7e25-4f44-bf92-dfe165f277cb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e2b76945-7e25-4f44-bf92-dfe165f277cb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e2b76945-7e25-4f44-bf92-dfe165f277cb tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 200 -Jan 03 20:39:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 425/850] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:57 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 818 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1c7fcb0e-4f10-4af7-83fd-eb11e01735ca None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1c7fcb0e-4f10-4af7-83fd-eb11e01735ca tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1c7fcb0e-4f10-4af7-83fd-eb11e01735ca tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1c7fcb0e-4f10-4af7-83fd-eb11e01735ca tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-1c7fcb0e-4f10-4af7-83fd-eb11e01735ca tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1c7fcb0e-4f10-4af7-83fd-eb11e01735ca tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 200 -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 426/851] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:58 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 843 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "73524f31-e535-479d-a247-4154d60d205b", "name": "tempest-VolumesDeleteCascade-Snapshot-1381986597"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.snapshots [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create snapshot from volume 73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Created reservations ['717ec18a-2dd2-465d-b357-e552e3f18e45', '2cd7b9e4-f52b-45f3-9cce-9d94e3cb099e', 'c4cbeb93-a7fd-46c2-b1a8-72585f84a6b8', 'f0bce010-1936-44ab-b8ca-de928fdff712'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot create request issued successfully. -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:39:58 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 426/852] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:39:58 2025] POST /volume/v3/snapshots => generated 307 bytes in 75 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3a1198ce-2e8a-48ad-90eb-cbcb63121f7d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3a1198ce-2e8a-48ad-90eb-cbcb63121f7d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3a1198ce-2e8a-48ad-90eb-cbcb63121f7d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3a1198ce-2e8a-48ad-90eb-cbcb63121f7d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3a1198ce-2e8a-48ad-90eb-cbcb63121f7d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot retrieved successfully. -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3a1198ce-2e8a-48ad-90eb-cbcb63121f7d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded returned with HTTP 200 -Jan 03 20:39:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 427/853] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:58 2025] GET /volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded => generated 439 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-60540281-c94f-43ab-8610-4808886ca240 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-60540281-c94f-43ab-8610-4808886ca240 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-60540281-c94f-43ab-8610-4808886ca240 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-60540281-c94f-43ab-8610-4808886ca240 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-60540281-c94f-43ab-8610-4808886ca240 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot retrieved successfully. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-60540281-c94f-43ab-8610-4808886ca240 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded returned with HTTP 200 -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 427/854] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:39:59 2025] GET /volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded => generated 466 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ad58d66a-30bd-4841-bf00-1395801f281e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Action: 'create', calling method: create, body: {"volume": {"snapshot_id": "68279dfa-e5e2-4b4b-b6f1-7af380ad4ded", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1011157792"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume request body: {'volume': {'snapshot_id': '68279dfa-e5e2-4b4b-b6f1-7af380ad4ded', 'size': 1, 'name': 'tempest-VolumesDeleteCascade-Volume-1011157792'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Snapshot retrieved successfully. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume of 1 GB -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Availability Zones retrieved successfully. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Flow 'volume_create_api' (0996e6e0-e45b-4d53-8dd4-55c836e5a9f0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c215533c-687e-4844-bba0-f512d5b06f61) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Validating volume size '1' using validate_int, validate_snap_size {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c215533c-687e-4844-bba0-f512d5b06f61) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': '68279dfa-e5e2-4b4b-b6f1-7af380ad4ded', 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3e0d4863-2e92-42f6-ad9f-63b19432d412) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Created reservations ['f54577a0-c6b0-4943-9af6-a79279b0ca35', '3175a3d9-71cb-41bf-8ebb-a6056ad14c52', '14b7807b-6a4e-4051-a6c6-8acf64161388', 'e112b11c-319c-4ed2-8ebe-012df4d8501b'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3e0d4863-2e92-42f6-ad9f-63b19432d412) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['f54577a0-c6b0-4943-9af6-a79279b0ca35', '3175a3d9-71cb-41bf-8ebb-a6056ad14c52', '14b7807b-6a4e-4051-a6c6-8acf64161388', 'e112b11c-319c-4ed2-8ebe-012df4d8501b']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (09f42ebc-7403-4f3a-bcf2-a3570f91c614) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (09f42ebc-7403-4f3a-bcf2-a3570f91c614) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '89718bd9-362a-476c-bffc-a5be863fa4fb', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1011157792',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='55ecd85c1c0a40d8aa1a762302b08540',qos_specs=None,replication_status=,reservations=['f54577a0-c6b0-4943-9af6-a79279b0ca35','3175a3d9-71cb-41bf-8ebb-a6056ad14c52','14b7807b-6a4e-4051-a6c6-8acf64161388','e112b11c-319c-4ed2-8ebe-012df4d8501b'],size=1,snapshot_id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,source_replicaid=,source_volid=None,status='creating',user_id='256382fc7c8243789a91b4bb3af6794b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:59Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1011157792',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=89718bd9-362a-476c-bffc-a5be863fa4fb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (915e7623-c3c4-42f5-9540-cf4aa9869d5a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (915e7623-c3c4-42f5-9540-cf4aa9869d5a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1011157792',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='55ecd85c1c0a40d8aa1a762302b08540',qos_specs=None,replication_status=,reservations=['f54577a0-c6b0-4943-9af6-a79279b0ca35','3175a3d9-71cb-41bf-8ebb-a6056ad14c52','14b7807b-6a4e-4051-a6c6-8acf64161388','e112b11c-319c-4ed2-8ebe-012df4d8501b'],size=1,snapshot_id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,source_replicaid=,source_volid=None,status='creating',user_id='256382fc7c8243789a91b4bb3af6794b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf25c607-e44d-4414-aeff-574579590977) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf25c607-e44d-4414-aeff-574579590977) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Flow 'volume_create_api' (0996e6e0-e45b-4d53-8dd4-55c836e5a9f0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Create volume request issued successfully. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:39:59 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 428/855] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:59 2025] POST /volume/v3/volumes => generated 784 bytes in 147 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bba27a29-fd29-4db8-917e-3f355c10b0e8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bba27a29-fd29-4db8-917e-3f355c10b0e8 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bba27a29-fd29-4db8-917e-3f355c10b0e8 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bba27a29-fd29-4db8-917e-3f355c10b0e8 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-bba27a29-fd29-4db8-917e-3f355c10b0e8 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bba27a29-fd29-4db8-917e-3f355c10b0e8 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb returned with HTTP 200 -Jan 03 20:39:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 428/856] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:59 2025] GET /volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb => generated 852 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1ba9aab5-9e16-496c-8510-63f4594e3f1f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1ba9aab5-9e16-496c-8510-63f4594e3f1f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1ba9aab5-9e16-496c-8510-63f4594e3f1f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1ba9aab5-9e16-496c-8510-63f4594e3f1f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-1ba9aab5-9e16-496c-8510-63f4594e3f1f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1ba9aab5-9e16-496c-8510-63f4594e3f1f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb returned with HTTP 200 -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 429/857] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:00 2025] GET /volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb => generated 877 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1188c8a5-5345-4067-84f3-096705d9bb1c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1188c8a5-5345-4067-84f3-096705d9bb1c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1188c8a5-5345-4067-84f3-096705d9bb1c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1188c8a5-5345-4067-84f3-096705d9bb1c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-1188c8a5-5345-4067-84f3-096705d9bb1c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1188c8a5-5345-4067-84f3-096705d9bb1c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb returned with HTTP 200 -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 429/858] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:00 2025] GET /volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb => generated 877 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b?cascade=True -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume with id: 73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume request issued successfully. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b?cascade=True returned with HTTP 202 -Jan 03 20:40:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 430/859] 10.201.9.223 () {58 vars in 1258 bytes} [Fri Jan 3 20:40:00 2025] DELETE /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b?cascade=True => generated 0 bytes in 47 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9651e681-9dd6-44f1-b8a6-8b41e1febd4e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9651e681-9dd6-44f1-b8a6-8b41e1febd4e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9651e681-9dd6-44f1-b8a6-8b41e1febd4e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9651e681-9dd6-44f1-b8a6-8b41e1febd4e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9651e681-9dd6-44f1-b8a6-8b41e1febd4e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9651e681-9dd6-44f1-b8a6-8b41e1febd4e tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 200 -Jan 03 20:40:00 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 430/860] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:00 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 842 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f55ede8a-0283-4c81-86fd-031c0c529c88 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f55ede8a-0283-4c81-86fd-031c0c529c88 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f55ede8a-0283-4c81-86fd-031c0c529c88 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f55ede8a-0283-4c81-86fd-031c0c529c88 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f55ede8a-0283-4c81-86fd-031c0c529c88 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f55ede8a-0283-4c81-86fd-031c0c529c88 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 200 -Jan 03 20:40:01 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 431/861] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:01 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 842 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-089b464e-bf06-41da-888b-68b8d7df693b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-089b464e-bf06-41da-888b-68b8d7df693b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-089b464e-bf06-41da-888b-68b8d7df693b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-089b464e-bf06-41da-888b-68b8d7df693b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-089b464e-bf06-41da-888b-68b8d7df693b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-089b464e-bf06-41da-888b-68b8d7df693b tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 200 -Jan 03 20:40:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 431/862] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:03 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 842 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-43810da4-1bd1-4d3f-a1e2-60f26ff1eeed None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43810da4-1bd1-4d3f-a1e2-60f26ff1eeed tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43810da4-1bd1-4d3f-a1e2-60f26ff1eeed tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-43810da4-1bd1-4d3f-a1e2-60f26ff1eeed tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-43810da4-1bd1-4d3f-a1e2-60f26ff1eeed tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-43810da4-1bd1-4d3f-a1e2-60f26ff1eeed tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 200 -Jan 03 20:40:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 432/863] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:04 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 842 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-623a1b3a-ebf7-4ee8-9eb3-3a1ee3be1260 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-623a1b3a-ebf7-4ee8-9eb3-3a1ee3be1260 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-623a1b3a-ebf7-4ee8-9eb3-3a1ee3be1260 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-623a1b3a-ebf7-4ee8-9eb3-3a1ee3be1260 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-623a1b3a-ebf7-4ee8-9eb3-3a1ee3be1260 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-623a1b3a-ebf7-4ee8-9eb3-3a1ee3be1260 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 200 -Jan 03 20:40:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 432/864] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:05 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 842 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-13d04420-7547-496e-9758-83920ae7dffe None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13d04420-7547-496e-9758-83920ae7dffe tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13d04420-7547-496e-9758-83920ae7dffe tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13d04420-7547-496e-9758-83920ae7dffe tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13d04420-7547-496e-9758-83920ae7dffe tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 404 -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 433/865] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:06 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a96041ae-154e-4702-a5e3-13dde744f34c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a96041ae-154e-4702-a5e3-13dde744f34c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a96041ae-154e-4702-a5e3-13dde744f34c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a96041ae-154e-4702-a5e3-13dde744f34c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-a96041ae-154e-4702-a5e3-13dde744f34c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-a96041ae-154e-4702-a5e3-13dde744f34c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a96041ae-154e-4702-a5e3-13dde744f34c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Get all volumes completed successfully. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a96041ae-154e-4702-a5e3-13dde744f34c tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 433/866] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:06 2025] GET /volume/v3/volumes => generated 337 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/snapshots -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Get all snapshots completed successfully. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8359e0d1-aac0-451d-a869-51c4d632d8cd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 434/867] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:40:06 2025] GET /volume/v3/snapshots => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a36122f6-e82e-4ee5-b3d9-529a0eb6fa64 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a36122f6-e82e-4ee5-b3d9-529a0eb6fa64 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a36122f6-e82e-4ee5-b3d9-529a0eb6fa64 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a36122f6-e82e-4ee5-b3d9-529a0eb6fa64 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a36122f6-e82e-4ee5-b3d9-529a0eb6fa64 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a36122f6-e82e-4ee5-b3d9-529a0eb6fa64 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb returned with HTTP 200 -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 434/868] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:06 2025] GET /volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb => generated 877 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume with id: 89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume request issued successfully. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb returned with HTTP 202 -Jan 03 20:40:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 435/869] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:06 2025] DELETE /volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb => generated 0 bytes in 54 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e5b58ac1-c69b-43bc-84b9-cb83120bff55 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e5b58ac1-c69b-43bc-84b9-cb83120bff55 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e5b58ac1-c69b-43bc-84b9-cb83120bff55 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e5b58ac1-c69b-43bc-84b9-cb83120bff55 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e5b58ac1-c69b-43bc-84b9-cb83120bff55 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Volume info retrieved successfully. -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e5b58ac1-c69b-43bc-84b9-cb83120bff55 tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb returned with HTTP 200 -Jan 03 20:40:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 435/870] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:06 2025] GET /volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb => generated 876 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-13055d91-d217-4c3a-826d-8846680e4a5d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13055d91-d217-4c3a-826d-8846680e4a5d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13055d91-d217-4c3a-826d-8846680e4a5d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-13055d91-d217-4c3a-826d-8846680e4a5d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-13055d91-d217-4c3a-826d-8846680e4a5d tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb returned with HTTP 404 -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 436/871] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:07 2025] GET /volume/v3/volumes/89718bd9-362a-476c-bffc-a5be863fa4fb => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ba2b203b-9aaf-4417-a384-ce8df4fe84dd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ba2b203b-9aaf-4417-a384-ce8df4fe84dd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ba2b203b-9aaf-4417-a384-ce8df4fe84dd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ba2b203b-9aaf-4417-a384-ce8df4fe84dd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-ba2b203b-9aaf-4417-a384-ce8df4fe84dd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete snapshot with id: 68279dfa-e5e2-4b4b-b6f1-7af380ad4ded -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ba2b203b-9aaf-4417-a384-ce8df4fe84dd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded returned with HTTP 404 -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 436/872] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:40:07 2025] DELETE /volume/v3/snapshots/68279dfa-e5e2-4b4b-b6f1-7af380ad4ded => generated 111 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-09e76dd0-6542-481b-a774-0b84c4c0f55f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-09e76dd0-6542-481b-a774-0b84c4c0f55f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] GET http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-09e76dd0-6542-481b-a774-0b84c4c0f55f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-09e76dd0-6542-481b-a774-0b84c4c0f55f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-09e76dd0-6542-481b-a774-0b84c4c0f55f tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 404 -Jan 03 20:40:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 437/873] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:07 2025] GET /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b3c5f2cf-a7f9-4d9b-98c6-2ffc33b756bd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b3c5f2cf-a7f9-4d9b-98c6-2ffc33b756bd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] DELETE http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b3c5f2cf-a7f9-4d9b-98c6-2ffc33b756bd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b3c5f2cf-a7f9-4d9b-98c6-2ffc33b756bd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-b3c5f2cf-a7f9-4d9b-98c6-2ffc33b756bd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] Delete volume with id: 73524f31-e535-479d-a247-4154d60d205b -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b3c5f2cf-a7f9-4d9b-98c6-2ffc33b756bd tempest-VolumesDeleteCascade-834105226 tempest-VolumesDeleteCascade-834105226-project-member] http://10.201.9.223/volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b returned with HTTP 404 -Jan 03 20:40:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 437/874] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:07 2025] DELETE /volume/v3/volumes/73524f31-e535-479d-a247-4154d60d205b => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesMetadataTest-Volume-736829819"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesMetadataTest-Volume-736829819'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Create volume of 1 GB -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Flow 'volume_create_api' (ee51449d-56d3-43ea-90d6-4760fa88dedf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (be2856d6-45e4-4caa-9c4b-e1f7de4ab1f5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (be2856d6-45e4-4caa-9c4b-e1f7de4ab1f5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3785ffd2-0cc5-4747-86e7-b1bf5332884e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Created reservations ['ad1dd9b9-f530-43f1-8f5e-0e452778477f', '16d062af-11a8-42d2-bb3d-51a09de79321', '1eca9670-e7a4-4ed7-835b-ac178ff7c6f1', '0712144c-7875-4dcb-bf5f-134ed582c5ab'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3785ffd2-0cc5-4747-86e7-b1bf5332884e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['ad1dd9b9-f530-43f1-8f5e-0e452778477f', '16d062af-11a8-42d2-bb3d-51a09de79321', '1eca9670-e7a4-4ed7-835b-ac178ff7c6f1', '0712144c-7875-4dcb-bf5f-134ed582c5ab']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0ff68723-e5db-40b6-bda6-a791994a004c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0ff68723-e5db-40b6-bda6-a791994a004c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2e5006ea-01eb-40de-86bb-2697a168d063', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-736829819',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='f686118cc38a432d873442a6369af3bb',qos_specs=None,replication_status=,reservations=['ad1dd9b9-f530-43f1-8f5e-0e452778477f','16d062af-11a8-42d2-bb3d-51a09de79321','1eca9670-e7a4-4ed7-835b-ac178ff7c6f1','0712144c-7875-4dcb-bf5f-134ed582c5ab'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='d4fd03b6d30147dca58f9438df41f5b7',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-736829819',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=2e5006ea-01eb-40de-86bb-2697a168d063,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f686118cc38a432d873442a6369af3bb',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='d4fd03b6d30147dca58f9438df41f5b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (244a77a0-f26f-435a-af0a-32c769510548) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (244a77a0-f26f-435a-af0a-32c769510548) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-736829819',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='f686118cc38a432d873442a6369af3bb',qos_specs=None,replication_status=,reservations=['ad1dd9b9-f530-43f1-8f5e-0e452778477f','16d062af-11a8-42d2-bb3d-51a09de79321','1eca9670-e7a4-4ed7-835b-ac178ff7c6f1','0712144c-7875-4dcb-bf5f-134ed582c5ab'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='d4fd03b6d30147dca58f9438df41f5b7',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (506337a1-96d9-42d4-b998-a643a085803b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (506337a1-96d9-42d4-b998-a643a085803b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Flow 'volume_create_api' (ee51449d-56d3-43ea-90d6-4760fa88dedf) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Create volume request issued successfully. -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:08 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 438/875] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:40:08 2025] POST /volume/v3/volumes => generated 748 bytes in 199 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cf60dd6e-2f2b-4944-9cee-a19b1b13c5b0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf60dd6e-2f2b-4944-9cee-a19b1b13c5b0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cf60dd6e-2f2b-4944-9cee-a19b1b13c5b0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cf60dd6e-2f2b-4944-9cee-a19b1b13c5b0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cf60dd6e-2f2b-4944-9cee-a19b1b13c5b0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf60dd6e-2f2b-4944-9cee-a19b1b13c5b0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 returned with HTTP 200 -Jan 03 20:40:08 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 438/876] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:08 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 => generated 816 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1fcaef6c-322a-4ab0-be3b-0b597c156eeb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1fcaef6c-322a-4ab0-be3b-0b597c156eeb tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1fcaef6c-322a-4ab0-be3b-0b597c156eeb tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1fcaef6c-322a-4ab0-be3b-0b597c156eeb tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-1fcaef6c-322a-4ab0-be3b-0b597c156eeb tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1fcaef6c-322a-4ab0-be3b-0b597c156eeb tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 439/877] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:09 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 => generated 841 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f99164c7-a3fb-4d45-a239-2577e4bc37c6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f99164c7-a3fb-4d45-a239-2577e4bc37c6 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] POST http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f99164c7-a3fb-4d45-a239-2577e4bc37c6 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3", "key4": ""}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f99164c7-a3fb-4d45-a239-2577e4bc37c6 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f99164c7-a3fb-4d45-a239-2577e4bc37c6 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Create volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f99164c7-a3fb-4d45-a239-2577e4bc37c6 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 439/878] 10.201.9.223 () {60 vars in 1279 bytes} [Fri Jan 3 20:40:09 2025] POST /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 101 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ec4176d5-c27c-4508-ac73-4b60b5fc5dcf None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ec4176d5-c27c-4508-ac73-4b60b5fc5dcf tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ec4176d5-c27c-4508-ac73-4b60b5fc5dcf tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ec4176d5-c27c-4508-ac73-4b60b5fc5dcf tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ec4176d5-c27c-4508-ac73-4b60b5fc5dcf tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ec4176d5-c27c-4508-ac73-4b60b5fc5dcf tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Get volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ec4176d5-c27c-4508-ac73-4b60b5fc5dcf tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 440/879] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:40:09 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 101 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-46437bfd-b941-42df-9f02-ac803f80fe52 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-46437bfd-b941-42df-9f02-ac803f80fe52 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] PUT http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-46437bfd-b941-42df-9f02-ac803f80fe52 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {"key4": "value4", "key1": "value1_update"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-46437bfd-b941-42df-9f02-ac803f80fe52 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-46437bfd-b941-42df-9f02-ac803f80fe52 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Update volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-46437bfd-b941-42df-9f02-ac803f80fe52 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 440/880] 10.201.9.223 () {60 vars in 1277 bytes} [Fri Jan 3 20:40:09 2025] PUT /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 57 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-51b2ec3c-921b-4220-8438-7b1681ce8278 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51b2ec3c-921b-4220-8438-7b1681ce8278 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51b2ec3c-921b-4220-8438-7b1681ce8278 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51b2ec3c-921b-4220-8438-7b1681ce8278 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-51b2ec3c-921b-4220-8438-7b1681ce8278 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-51b2ec3c-921b-4220-8438-7b1681ce8278 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Get volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51b2ec3c-921b-4220-8438-7b1681ce8278 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 441/881] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:40:09 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 57 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key1 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Get volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Delete volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e821ecf4-7a18-4092-b6f4-6a54b515367f tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key1 returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 441/882] 10.201.9.223 () {58 vars in 1275 bytes} [Fri Jan 3 20:40:09 2025] DELETE /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key1 => generated 0 bytes in 34 msecs (HTTP/1.1 200) 6 headers in 227 bytes (1 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5202d9c1-1b31-48e3-a0bb-c16257957eb5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5202d9c1-1b31-48e3-a0bb-c16257957eb5 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5202d9c1-1b31-48e3-a0bb-c16257957eb5 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5202d9c1-1b31-48e3-a0bb-c16257957eb5 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5202d9c1-1b31-48e3-a0bb-c16257957eb5 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5202d9c1-1b31-48e3-a0bb-c16257957eb5 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Get volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5202d9c1-1b31-48e3-a0bb-c16257957eb5 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 442/883] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:40:09 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 32 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b3eecf1b-9d07-4aef-bad0-96132adda29d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b3eecf1b-9d07-4aef-bad0-96132adda29d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] PUT http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b3eecf1b-9d07-4aef-bad0-96132adda29d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b3eecf1b-9d07-4aef-bad0-96132adda29d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b3eecf1b-9d07-4aef-bad0-96132adda29d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Update volume metadata completed successfully. -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b3eecf1b-9d07-4aef-bad0-96132adda29d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 442/884] 10.201.9.223 () {60 vars in 1277 bytes} [Fri Jan 3 20:40:09 2025] PUT /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 16 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e6014f99-d7e0-4cbc-8a60-da39c43681a7 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e6014f99-d7e0-4cbc-8a60-da39c43681a7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] POST http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e6014f99-d7e0-4cbc-8a60-da39c43681a7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e6014f99-d7e0-4cbc-8a60-da39c43681a7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e6014f99-d7e0-4cbc-8a60-da39c43681a7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Create volume metadata completed successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e6014f99-d7e0-4cbc-8a60-da39c43681a7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 443/885] 10.201.9.223 () {60 vars in 1278 bytes} [Fri Jan 3 20:40:09 2025] POST /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 68 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c53492f2-46af-4c7e-a2ba-2dbc7cd92ab7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c53492f2-46af-4c7e-a2ba-2dbc7cd92ab7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] PUT http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key3 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c53492f2-46af-4c7e-a2ba-2dbc7cd92ab7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Action: 'update', calling method: update, body: {"meta": {"key3": "value3_update"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c53492f2-46af-4c7e-a2ba-2dbc7cd92ab7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c53492f2-46af-4c7e-a2ba-2dbc7cd92ab7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Update volume metadata completed successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c53492f2-46af-4c7e-a2ba-2dbc7cd92ab7 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key3 returned with HTTP 200 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 443/886] 10.201.9.223 () {60 vars in 1292 bytes} [Fri Jan 3 20:40:10 2025] PUT /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key3 => generated 35 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-34fed6d2-0a2e-4ba5-a719-b5a8a403b67d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-34fed6d2-0a2e-4ba5-a719-b5a8a403b67d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key3 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-34fed6d2-0a2e-4ba5-a719-b5a8a403b67d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-34fed6d2-0a2e-4ba5-a719-b5a8a403b67d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-34fed6d2-0a2e-4ba5-a719-b5a8a403b67d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-34fed6d2-0a2e-4ba5-a719-b5a8a403b67d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Get volume metadata completed successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-34fed6d2-0a2e-4ba5-a719-b5a8a403b67d tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key3 returned with HTTP 200 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 444/887] 10.201.9.223 () {58 vars in 1272 bytes} [Fri Jan 3 20:40:10 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata/key3 => generated 35 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4ba74bce-1a44-4011-a716-a3ebe1fb9777 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4ba74bce-1a44-4011-a716-a3ebe1fb9777 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4ba74bce-1a44-4011-a716-a3ebe1fb9777 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4ba74bce-1a44-4011-a716-a3ebe1fb9777 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4ba74bce-1a44-4011-a716-a3ebe1fb9777 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4ba74bce-1a44-4011-a716-a3ebe1fb9777 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Get volume metadata completed successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4ba74bce-1a44-4011-a716-a3ebe1fb9777 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 444/888] 10.201.9.223 () {58 vars in 1257 bytes} [Fri Jan 3 20:40:10 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 75 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e28692d7-90aa-4e92-ac66-5447dd94bfd0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e28692d7-90aa-4e92-ac66-5447dd94bfd0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] PUT http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e28692d7-90aa-4e92-ac66-5447dd94bfd0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e28692d7-90aa-4e92-ac66-5447dd94bfd0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e28692d7-90aa-4e92-ac66-5447dd94bfd0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Update volume metadata completed successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e28692d7-90aa-4e92-ac66-5447dd94bfd0 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata returned with HTTP 200 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 445/889] 10.201.9.223 () {60 vars in 1277 bytes} [Fri Jan 3 20:40:10 2025] PUT /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063/metadata => generated 16 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3c2a8b94-1e02-433d-937e-7116ec0c1d13 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3c2a8b94-1e02-433d-937e-7116ec0c1d13 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3c2a8b94-1e02-433d-937e-7116ec0c1d13 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3c2a8b94-1e02-433d-937e-7116ec0c1d13 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3c2a8b94-1e02-433d-937e-7116ec0c1d13 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3c2a8b94-1e02-433d-937e-7116ec0c1d13 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 returned with HTTP 200 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 445/890] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:10 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 => generated 841 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Delete volume with id: 2e5006ea-01eb-40de-86bb-2697a168d063 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Delete volume request issued successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 returned with HTTP 202 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 446/891] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:10 2025] DELETE /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-745ba3fb-b8fe-43fd-9082-a2824bd71483 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-745ba3fb-b8fe-43fd-9082-a2824bd71483 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-745ba3fb-b8fe-43fd-9082-a2824bd71483 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-745ba3fb-b8fe-43fd-9082-a2824bd71483 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-745ba3fb-b8fe-43fd-9082-a2824bd71483 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Volume info retrieved successfully. -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-745ba3fb-b8fe-43fd-9082-a2824bd71483 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 returned with HTTP 200 -Jan 03 20:40:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 446/892] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:10 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 => generated 840 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-06319611-3110-49c5-b143-44532b256c02 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-06319611-3110-49c5-b143-44532b256c02 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] GET http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 -Jan 03 20:40:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-06319611-3110-49c5-b143-44532b256c02 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-06319611-3110-49c5-b143-44532b256c02 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-06319611-3110-49c5-b143-44532b256c02 tempest-VolumesMetadataTest-775625768 tempest-VolumesMetadataTest-775625768-project-member] http://10.201.9.223/volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 returned with HTTP 404 -Jan 03 20:40:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 447/893] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:11 2025] GET /volume/v3/volumes/2e5006ea-01eb-40de-86bb-2697a168d063 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-230000409"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersTest-Volume-230000409'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Create volume of 1 GB -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Flow 'volume_create_api' (2329a507-6fe6-4fe6-88df-73eb823537d2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a711839a-ffcd-4585-aa83-94c202b0ccee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a711839a-ffcd-4585-aa83-94c202b0ccee) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a208cd16-d79b-4eed-bd45-6f5545ab7055) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Created reservations ['efaf0363-8009-4226-93bd-153709d61167', '39bfa66e-2c57-42a5-a8a8-e0411f6631f7', '1d9fafc8-0717-455f-b46d-eb056e45d7d7', 'bae8b236-d704-4d96-8302-880e7d7578a0'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a208cd16-d79b-4eed-bd45-6f5545ab7055) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['efaf0363-8009-4226-93bd-153709d61167', '39bfa66e-2c57-42a5-a8a8-e0411f6631f7', '1d9fafc8-0717-455f-b46d-eb056e45d7d7', 'bae8b236-d704-4d96-8302-880e7d7578a0']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4cd7839c-2585-4f3e-889c-a33c68cf7241) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4cd7839c-2585-4f3e-889c-a33c68cf7241) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-230000409',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',qos_specs=None,replication_status=,reservations=['efaf0363-8009-4226-93bd-153709d61167','39bfa66e-2c57-42a5-a8a8-e0411f6631f7','1d9fafc8-0717-455f-b46d-eb056e45d7d7','bae8b236-d704-4d96-8302-880e7d7578a0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:13Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-230000409',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d03a7cad-e87b-4888-ae7b-2b3e16bb6095) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d03a7cad-e87b-4888-ae7b-2b3e16bb6095) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-230000409',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',qos_specs=None,replication_status=,reservations=['efaf0363-8009-4226-93bd-153709d61167','39bfa66e-2c57-42a5-a8a8-e0411f6631f7','1d9fafc8-0717-455f-b46d-eb056e45d7d7','bae8b236-d704-4d96-8302-880e7d7578a0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (50c99123-053d-415f-95ea-afefaffba8c3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (50c99123-053d-415f-95ea-afefaffba8c3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Flow 'volume_create_api' (2329a507-6fe6-4fe6-88df-73eb823537d2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Create volume request issued successfully. -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 447/894] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:40:12 2025] POST /volume/v3/volumes => generated 749 bytes in 209 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-522feadc-4980-4a3f-ac4a-e8c88646def4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-522feadc-4980-4a3f-ac4a-e8c88646def4 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-522feadc-4980-4a3f-ac4a-e8c88646def4 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-522feadc-4980-4a3f-ac4a-e8c88646def4 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-522feadc-4980-4a3f-ac4a-e8c88646def4 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Volume info retrieved successfully. -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-522feadc-4980-4a3f-ac4a-e8c88646def4 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 200 -Jan 03 20:40:13 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 448/895] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:13 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 817 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9f6b68bb-38ce-4afe-941f-c4606baecfba None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9f6b68bb-38ce-4afe-941f-c4606baecfba tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9f6b68bb-38ce-4afe-941f-c4606baecfba tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9f6b68bb-38ce-4afe-941f-c4606baecfba tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9f6b68bb-38ce-4afe-941f-c4606baecfba tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Volume info retrieved successfully. -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9f6b68bb-38ce-4afe-941f-c4606baecfba tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 200 -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 448/896] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:14 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 842 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7e1926de-39b3-49d2-a2b6-f288a31ac705 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7e1926de-39b3-49d2-a2b6-f288a31ac705 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7e1926de-39b3-49d2-a2b6-f288a31ac705 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.volume_transfer [None req-7e1926de-39b3-49d2-a2b6-f288a31ac705 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Creating new volume transfer {'transfer': {'volume_id': '96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:85}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.contrib.volume_transfer [None req-7e1926de-39b3-49d2-a2b6-f288a31ac705 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Creating transfer of volume 96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-7e1926de-39b3-49d2-a2b6-f288a31ac705 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Generating transfer record for volume 96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7e1926de-39b3-49d2-a2b6-f288a31ac705 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 202 -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 449/897] 10.201.9.223 () {60 vars in 1173 bytes} [Fri Jan 3 20:40:14 2025] POST /volume/v3/os-volume-transfer => generated 443 bytes in 36 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-de1f86ef-dbaa-47dc-b9fd-1dbd0a68adef None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-de1f86ef-dbaa-47dc-b9fd-1dbd0a68adef tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-de1f86ef-dbaa-47dc-b9fd-1dbd0a68adef tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-de1f86ef-dbaa-47dc-b9fd-1dbd0a68adef tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-de1f86ef-dbaa-47dc-b9fd-1dbd0a68adef tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Volume info retrieved successfully. -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-de1f86ef-dbaa-47dc-b9fd-1dbd0a68adef tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 200 -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 449/898] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:14 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 850 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d0c3a9ea-b2c1-4c59-bdfc-33e81a3b1a88 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d0c3a9ea-b2c1-4c59-bdfc-33e81a3b1a88 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1 -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d0c3a9ea-b2c1-4c59-bdfc-33e81a3b1a88 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d0c3a9ea-b2c1-4c59-bdfc-33e81a3b1a88 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d0c3a9ea-b2c1-4c59-bdfc-33e81a3b1a88 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1 returned with HTTP 200 -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 450/899] 10.201.9.223 () {58 vars in 1263 bytes} [Fri Jan 3 20:40:14 2025] GET /volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1 => generated 411 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-11a9a09c-80b2-419a-a76d-d058b29a41ad None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-11a9a09c-80b2-419a-a76d-d058b29a41ad tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/os-volume-transfer -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-11a9a09c-80b2-419a-a76d-d058b29a41ad tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-11a9a09c-80b2-419a-a76d-d058b29a41ad tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.contrib.volume_transfer [None req-11a9a09c-80b2-419a-a76d-d058b29a41ad tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Listing volume transfers {{(pid=115586) _get_transfers /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:63}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-11a9a09c-80b2-419a-a76d-d058b29a41ad tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 200 -Jan 03 20:40:14 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 450/900] 10.201.9.223 () {58 vars in 1152 bytes} [Fri Jan 3 20:40:14 2025] GET /volume/v3/os-volume-transfer => generated 370 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1/accept -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "3455dbff1886d73d"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.volume_transfer [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Accepting volume transfer eae6c4f9-dd1f-4493-91d3-777f37f428d1 {{(pid=115585) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.contrib.volume_transfer [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Accepting transfer eae6c4f9-dd1f-4493-91d3-777f37f428d1 -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Created reservations ['b7fdf195-4b17-45c4-8dbf-ca58563d43fa', 'c72cfce3-3841-4f47-a98c-0c0135ac57c5', '8b9c3a25-0863-4c79-b6ae-3b01b0bdc13d', 'b9ec11c9-90e4-45a8-ad2f-0726a88feea4'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Created reservations ['8ff44d25-2f3d-4ff5-b912-0de19a1d9a3c', '569112c3-4bb4-43e7-987d-5ac8ec129c4c', 'af068de5-0185-495a-9303-08917cf28113', '0e17c1c9-b6df-4025-a0b0-6c4a4536f815'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Created reservations ['2a6cdced-f8b6-45d9-a236-2e14eb60e62c', 'cf8e96e4-b2f0-442d-b89a-0f7bd3320a68', '007e7014-c81f-431b-8431-44da9f138087', '900f6ad2-c33e-427a-9e2e-e243e1c40b4e'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Created reservations ['1ca67875-cf55-4db6-9eb2-817ed6dc7b25', '92c2f4cd-88fb-459c-a090-4b7c530fc7ac', '0b349ae6-9f82-476f-a786-53076e8e3fe7', 'e9dd87d2-b90c-49ae-ae8e-3241103a8d4f'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Transfer volume completed successfully. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Volume 96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb has been transferred. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1/accept returned with HTTP 202 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 451/901] 10.201.9.223 () {60 vars in 1305 bytes} [Fri Jan 3 20:40:14 2025] POST /volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1/accept => generated 367 bytes in 812 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-31c38a55-9ed4-4414-a4c7-5a14e23458e6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31c38a55-9ed4-4414-a4c7-5a14e23458e6 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31c38a55-9ed4-4414-a4c7-5a14e23458e6 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31c38a55-9ed4-4414-a4c7-5a14e23458e6 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-31c38a55-9ed4-4414-a4c7-5a14e23458e6 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Volume info retrieved successfully. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31c38a55-9ed4-4414-a4c7-5a14e23458e6 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 200 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 451/902] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:15 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 842 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4a4683b2-476c-4cc0-9981-b53b1be65b36 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a4683b2-476c-4cc0-9981-b53b1be65b36 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a4683b2-476c-4cc0-9981-b53b1be65b36 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a4683b2-476c-4cc0-9981-b53b1be65b36 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4a4683b2-476c-4cc0-9981-b53b1be65b36 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] Volume info retrieved successfully. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a4683b2-476c-4cc0-9981-b53b1be65b36 tempest-VolumesTransfersTest-591864211 tempest-VolumesTransfersTest-591864211-project-member] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 200 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 452/903] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:15 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 842 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9c82a37e-b7ad-4f91-abdd-ed8a21e4d2d5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9c82a37e-b7ad-4f91-abdd-ed8a21e4d2d5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] DELETE http://10.201.9.223/volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9c82a37e-b7ad-4f91-abdd-ed8a21e4d2d5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9c82a37e-b7ad-4f91-abdd-ed8a21e4d2d5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-9c82a37e-b7ad-4f91-abdd-ed8a21e4d2d5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Delete transfer with id: eae6c4f9-dd1f-4493-91d3-777f37f428d1 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9c82a37e-b7ad-4f91-abdd-ed8a21e4d2d5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1 returned with HTTP 404 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 452/904] 10.201.9.223 () {58 vars in 1266 bytes} [Fri Jan 3 20:40:15 2025] DELETE /volume/v3/os-volume-transfer/eae6c4f9-dd1f-4493-91d3-777f37f428d1 => generated 111 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] DELETE http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Delete volume with id: 96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Volume info retrieved successfully. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Delete volume request issued successfully. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 202 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 453/905] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:15 2025] DELETE /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 0 bytes in 51 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4cb1789d-6417-4237-80d7-9dd05129618e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4cb1789d-6417-4237-80d7-9dd05129618e tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4cb1789d-6417-4237-80d7-9dd05129618e tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4cb1789d-6417-4237-80d7-9dd05129618e tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4cb1789d-6417-4237-80d7-9dd05129618e tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Volume info retrieved successfully. -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4cb1789d-6417-4237-80d7-9dd05129618e tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 200 -Jan 03 20:40:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 453/906] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:15 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 995 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a4009883-e06b-4a47-b009-1883c6195dab None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a4009883-e06b-4a47-b009-1883c6195dab tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a4009883-e06b-4a47-b009-1883c6195dab tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a4009883-e06b-4a47-b009-1883c6195dab tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a4009883-e06b-4a47-b009-1883c6195dab tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 404 -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 454/907] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:16 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-558fa209-585f-44d9-a135-1edeb6050769 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-558fa209-585f-44d9-a135-1edeb6050769 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-558fa209-585f-44d9-a135-1edeb6050769 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-558fa209-585f-44d9-a135-1edeb6050769 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-558fa209-585f-44d9-a135-1edeb6050769 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 404 -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 454/908] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:16 2025] GET /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bdd77b94-2325-4b55-8ebd-822a5cc2d526 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bdd77b94-2325-4b55-8ebd-822a5cc2d526 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] DELETE http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bdd77b94-2325-4b55-8ebd-822a5cc2d526 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bdd77b94-2325-4b55-8ebd-822a5cc2d526 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-bdd77b94-2325-4b55-8ebd-822a5cc2d526 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Delete volume with id: 96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bdd77b94-2325-4b55-8ebd-822a5cc2d526 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb returned with HTTP 404 -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 455/909] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:16 2025] DELETE /volume/v3/volumes/96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-910921202"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersTest-Volume-910921202'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Create volume of 1 GB -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Flow 'volume_create_api' (07ffde2f-4d4e-43f3-9382-c23760f4698b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b22fa5d0-2cec-4ded-b864-9e1d0444e6be) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b22fa5d0-2cec-4ded-b864-9e1d0444e6be) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (9df2a8f5-fbf0-4d58-84c7-f91810efda05) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Created reservations ['532be4a5-da38-44f0-a774-68a832d7948b', '5f803a0b-6838-4309-b976-1997d31d2f8e', 'c76461a6-35d9-44b4-92a5-aa7114e387b1', '8254cad0-667a-490e-b775-0d6e2ae75a34'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (9df2a8f5-fbf0-4d58-84c7-f91810efda05) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['532be4a5-da38-44f0-a774-68a832d7948b', '5f803a0b-6838-4309-b976-1997d31d2f8e', 'c76461a6-35d9-44b4-92a5-aa7114e387b1', '8254cad0-667a-490e-b775-0d6e2ae75a34']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (aa741847-e619-46b3-a2b2-141ad3b77cdc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (aa741847-e619-46b3-a2b2-141ad3b77cdc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'e45af58e-7e19-4665-a6e4-08e223ca2fa2', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-910921202',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',qos_specs=None,replication_status=,reservations=['532be4a5-da38-44f0-a774-68a832d7948b','5f803a0b-6838-4309-b976-1997d31d2f8e','c76461a6-35d9-44b4-92a5-aa7114e387b1','8254cad0-667a-490e-b775-0d6e2ae75a34'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-910921202',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=e45af58e-7e19-4665-a6e4-08e223ca2fa2,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f5782b39-2ac3-4093-869c-bf0487a18d3e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f5782b39-2ac3-4093-869c-bf0487a18d3e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-910921202',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',qos_specs=None,replication_status=,reservations=['532be4a5-da38-44f0-a774-68a832d7948b','5f803a0b-6838-4309-b976-1997d31d2f8e','c76461a6-35d9-44b4-92a5-aa7114e387b1','8254cad0-667a-490e-b775-0d6e2ae75a34'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (263683da-4312-4ebc-906e-93e73a2e87fd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (263683da-4312-4ebc-906e-93e73a2e87fd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Flow 'volume_create_api' (07ffde2f-4d4e-43f3-9382-c23760f4698b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Create volume request issued successfully. -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 455/910] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:40:16 2025] POST /volume/v3/volumes => generated 749 bytes in 121 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-595032c2-f5d9-40b3-9424-72948b3b8273 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-595032c2-f5d9-40b3-9424-72948b3b8273 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-595032c2-f5d9-40b3-9424-72948b3b8273 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-595032c2-f5d9-40b3-9424-72948b3b8273 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-595032c2-f5d9-40b3-9424-72948b3b8273 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Volume info retrieved successfully. -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-595032c2-f5d9-40b3-9424-72948b3b8273 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 200 -Jan 03 20:40:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 456/911] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:16 2025] GET /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 817 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-82e5b98c-25d6-43d4-b1e1-ae7621522d4e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-82e5b98c-25d6-43d4-b1e1-ae7621522d4e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-82e5b98c-25d6-43d4-b1e1-ae7621522d4e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-82e5b98c-25d6-43d4-b1e1-ae7621522d4e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-82e5b98c-25d6-43d4-b1e1-ae7621522d4e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Volume info retrieved successfully. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-82e5b98c-25d6-43d4-b1e1-ae7621522d4e tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 200 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 456/912] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:17 2025] GET /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 842 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a8b33390-bee8-4a8c-af9d-c5012b9f48dd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8b33390-bee8-4a8c-af9d-c5012b9f48dd tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8b33390-bee8-4a8c-af9d-c5012b9f48dd tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "e45af58e-7e19-4665-a6e4-08e223ca2fa2"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.volume_transfer [None req-a8b33390-bee8-4a8c-af9d-c5012b9f48dd tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Creating new volume transfer {'transfer': {'volume_id': 'e45af58e-7e19-4665-a6e4-08e223ca2fa2'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:85}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.contrib.volume_transfer [None req-a8b33390-bee8-4a8c-af9d-c5012b9f48dd tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Creating transfer of volume e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-a8b33390-bee8-4a8c-af9d-c5012b9f48dd tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Generating transfer record for volume e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8b33390-bee8-4a8c-af9d-c5012b9f48dd tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 202 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 457/913] 10.201.9.223 () {60 vars in 1173 bytes} [Fri Jan 3 20:40:17 2025] POST /volume/v3/os-volume-transfer => generated 443 bytes in 31 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-010154c0-7326-488d-bc71-dc103f27b442 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-010154c0-7326-488d-bc71-dc103f27b442 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-010154c0-7326-488d-bc71-dc103f27b442 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-010154c0-7326-488d-bc71-dc103f27b442 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-010154c0-7326-488d-bc71-dc103f27b442 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Volume info retrieved successfully. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-010154c0-7326-488d-bc71-dc103f27b442 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 200 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 457/914] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:17 2025] GET /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 850 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-902e5e70-144b-410e-9b68-eea3f5afa004 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-902e5e70-144b-410e-9b68-eea3f5afa004 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/os-volume-transfer/detail -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-902e5e70-144b-410e-9b68-eea3f5afa004 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-902e5e70-144b-410e-9b68-eea3f5afa004 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.volume_transfer [None req-902e5e70-144b-410e-9b68-eea3f5afa004 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Listing volume transfers {{(pid=115585) _get_transfers /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:63}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-902e5e70-144b-410e-9b68-eea3f5afa004 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/detail returned with HTTP 200 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 458/915] 10.201.9.223 () {58 vars in 1173 bytes} [Fri Jan 3 20:40:17 2025] GET /volume/v3/os-volume-transfer/detail => generated 414 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b72003f8-7bc7-45c0-935d-beb7b1e493a6 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b72003f8-7bc7-45c0-935d-beb7b1e493a6 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] DELETE http://10.201.9.223/volume/v3/os-volume-transfer/725045ce-e1cb-417d-b438-774a56c0f897 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b72003f8-7bc7-45c0-935d-beb7b1e493a6 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b72003f8-7bc7-45c0-935d-beb7b1e493a6 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-b72003f8-7bc7-45c0-935d-beb7b1e493a6 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Delete transfer with id: 725045ce-e1cb-417d-b438-774a56c0f897 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b72003f8-7bc7-45c0-935d-beb7b1e493a6 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/725045ce-e1cb-417d-b438-774a56c0f897 returned with HTTP 202 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 458/916] 10.201.9.223 () {58 vars in 1266 bytes} [Fri Jan 3 20:40:17 2025] DELETE /volume/v3/os-volume-transfer/725045ce-e1cb-417d-b438-774a56c0f897 => generated 0 bytes in 24 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8e6ef436-64d6-4378-b2ea-f41ef2f477e5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8e6ef436-64d6-4378-b2ea-f41ef2f477e5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8e6ef436-64d6-4378-b2ea-f41ef2f477e5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8e6ef436-64d6-4378-b2ea-f41ef2f477e5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8e6ef436-64d6-4378-b2ea-f41ef2f477e5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Volume info retrieved successfully. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8e6ef436-64d6-4378-b2ea-f41ef2f477e5 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 200 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 459/917] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:17 2025] GET /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 842 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-10c73eb0-813e-472f-b934-7fb9ce40064f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-10c73eb0-813e-472f-b934-7fb9ce40064f tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] DELETE http://10.201.9.223/volume/v3/os-volume-transfer/725045ce-e1cb-417d-b438-774a56c0f897 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-10c73eb0-813e-472f-b934-7fb9ce40064f tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-10c73eb0-813e-472f-b934-7fb9ce40064f tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-10c73eb0-813e-472f-b934-7fb9ce40064f tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Delete transfer with id: 725045ce-e1cb-417d-b438-774a56c0f897 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-10c73eb0-813e-472f-b934-7fb9ce40064f tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/725045ce-e1cb-417d-b438-774a56c0f897 returned with HTTP 404 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 459/918] 10.201.9.223 () {58 vars in 1266 bytes} [Fri Jan 3 20:40:17 2025] DELETE /volume/v3/os-volume-transfer/725045ce-e1cb-417d-b438-774a56c0f897 => generated 111 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] DELETE http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Delete volume with id: e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Volume info retrieved successfully. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Delete volume request issued successfully. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 202 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 460/919] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:17 2025] DELETE /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4a239ae9-32e3-48ff-88b3-e6108891c4eb None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4a239ae9-32e3-48ff-88b3-e6108891c4eb tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] GET http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4a239ae9-32e3-48ff-88b3-e6108891c4eb tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4a239ae9-32e3-48ff-88b3-e6108891c4eb tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4a239ae9-32e3-48ff-88b3-e6108891c4eb tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Volume info retrieved successfully. -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4a239ae9-32e3-48ff-88b3-e6108891c4eb tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 200 -Jan 03 20:40:17 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 460/920] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:17 2025] GET /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 995 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-01c32bbf-5662-4f45-afde-7d9de68de4e2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-01c32bbf-5662-4f45-afde-7d9de68de4e2 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] GET http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-01c32bbf-5662-4f45-afde-7d9de68de4e2 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-01c32bbf-5662-4f45-afde-7d9de68de4e2 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-01c32bbf-5662-4f45-afde-7d9de68de4e2 tempest-VolumesTransfersTest-1676238009 tempest-VolumesTransfersTest-1676238009-project-******] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 404 -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 461/921] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:18 2025] GET /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ced48bc3-b4c9-412e-a9a3-9a422ae01ce2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ced48bc3-b4c9-412e-a9a3-9a422ae01ce2 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] GET http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ced48bc3-b4c9-412e-a9a3-9a422ae01ce2 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ced48bc3-b4c9-412e-a9a3-9a422ae01ce2 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ced48bc3-b4c9-412e-a9a3-9a422ae01ce2 tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 404 -Jan 03 20:40:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 461/922] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:18 2025] GET /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c71d148b-1e3c-4431-83d7-9b29008998ee None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c71d148b-1e3c-4431-83d7-9b29008998ee tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] DELETE http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c71d148b-1e3c-4431-83d7-9b29008998ee tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c71d148b-1e3c-4431-83d7-9b29008998ee tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-c71d148b-1e3c-4431-83d7-9b29008998ee tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] Delete volume with id: e45af58e-7e19-4665-a6e4-08e223ca2fa2 -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c71d148b-1e3c-4431-83d7-9b29008998ee tempest-VolumesTransfersTest-1712286301 tempest-VolumesTransfersTest-1712286301-project-member] http://10.201.9.223/volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 returned with HTTP 404 -Jan 03 20:40:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 462/923] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:18 2025] DELETE /volume/v3/volumes/e45af58e-7e19-4665-a6e4-08e223ca2fa2 => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c8952532-f839-4fd4-a3b8-86a691e132dd None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1210438407"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV355Test-Volume-1210438407'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Create volume of 1 GB -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Flow 'volume_create_api' (262860bf-7452-44cd-966c-5d9eb1640190) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (47347184-e6bf-4f51-bc08-739d76c1b749) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (47347184-e6bf-4f51-bc08-739d76c1b749) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (428a9e86-1510-4621-99b8-97d37beb0043) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Created reservations ['00f74ee6-3138-4f5b-9fb8-f3f1311532f0', '3b96862a-55d3-4522-9c00-1b7d4ddd722d', 'e3deeee2-865e-4cc5-8af0-7b24fdc1b390', '4ce92c29-2522-4f84-9c80-0928c36f5986'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (428a9e86-1510-4621-99b8-97d37beb0043) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['00f74ee6-3138-4f5b-9fb8-f3f1311532f0', '3b96862a-55d3-4522-9c00-1b7d4ddd722d', 'e3deeee2-865e-4cc5-8af0-7b24fdc1b390', '4ce92c29-2522-4f84-9c80-0928c36f5986']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (43181ee8-b5fb-4c2f-91bf-d41b1245598c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (43181ee8-b5fb-4c2f-91bf-d41b1245598c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ba52a5b4-cb42-4b91-b83a-87f7469d6395', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1210438407',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='1652d9dc3b9044f1bb5c4a267178ab37',qos_specs=None,replication_status=,reservations=['00f74ee6-3138-4f5b-9fb8-f3f1311532f0','3b96862a-55d3-4522-9c00-1b7d4ddd722d','e3deeee2-865e-4cc5-8af0-7b24fdc1b390','4ce92c29-2522-4f84-9c80-0928c36f5986'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='7d86758b55d948339467f0025d0f3e90',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1210438407',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=ba52a5b4-cb42-4b91-b83a-87f7469d6395,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1652d9dc3b9044f1bb5c4a267178ab37',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='7d86758b55d948339467f0025d0f3e90',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (33e6993a-0ac0-4589-97d8-0a5c538a94c8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (33e6993a-0ac0-4589-97d8-0a5c538a94c8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1210438407',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='1652d9dc3b9044f1bb5c4a267178ab37',qos_specs=None,replication_status=,reservations=['00f74ee6-3138-4f5b-9fb8-f3f1311532f0','3b96862a-55d3-4522-9c00-1b7d4ddd722d','e3deeee2-865e-4cc5-8af0-7b24fdc1b390','4ce92c29-2522-4f84-9c80-0928c36f5986'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='7d86758b55d948339467f0025d0f3e90',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (fc6711a4-ac49-4742-9e74-0604ee389abc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (fc6711a4-ac49-4742-9e74-0604ee389abc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Flow 'volume_create_api' (262860bf-7452-44cd-966c-5d9eb1640190) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Create volume request issued successfully. -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 462/924] 10.201.9.223 () {62 vars in 1181 bytes} [Fri Jan 3 20:40:21 2025] POST /volume/v3/volumes => generated 818 bytes in 218 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0a3ee0a3-e37e-4749-a12b-e48aab5b5e55 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0a3ee0a3-e37e-4749-a12b-e48aab5b5e55 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0a3ee0a3-e37e-4749-a12b-e48aab5b5e55 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0a3ee0a3-e37e-4749-a12b-e48aab5b5e55 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0a3ee0a3-e37e-4749-a12b-e48aab5b5e55 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Volume info retrieved successfully. -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0a3ee0a3-e37e-4749-a12b-e48aab5b5e55 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 200 -Jan 03 20:40:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 463/925] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:21 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 886 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d400336d-c1a7-48bd-8ea8-743da16e20b9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d400336d-c1a7-48bd-8ea8-743da16e20b9 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d400336d-c1a7-48bd-8ea8-743da16e20b9 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d400336d-c1a7-48bd-8ea8-743da16e20b9 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d400336d-c1a7-48bd-8ea8-743da16e20b9 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Volume info retrieved successfully. -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d400336d-c1a7-48bd-8ea8-743da16e20b9 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 200 -Jan 03 20:40:22 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 463/926] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:22 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 945 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a6179d21-03da-4f7d-a29f-1e1a49ba47d0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a6179d21-03da-4f7d-a29f-1e1a49ba47d0 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] POST http://10.201.9.223/volume/v3/volume-transfers -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a6179d21-03da-4f7d-a29f-1e1a49ba47d0 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "ba52a5b4-cb42-4b91-b83a-87f7469d6395"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volume_transfer [None req-a6179d21-03da-4f7d-a29f-1e1a49ba47d0 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Creating new volume transfer {'transfer': {'volume_id': 'ba52a5b4-cb42-4b91-b83a-87f7469d6395'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volume_transfer [None req-a6179d21-03da-4f7d-a29f-1e1a49ba47d0 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Creating transfer of volume ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-a6179d21-03da-4f7d-a29f-1e1a49ba47d0 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Generating transfer record for volume ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a6179d21-03da-4f7d-a29f-1e1a49ba47d0 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 464/927] 10.201.9.223 () {62 vars in 1208 bytes} [Fri Jan 3 20:40:22 2025] POST /volume/v3/volume-transfers => generated 466 bytes in 25 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-837457dc-bfe8-47fa-a5bc-99e3d442e3e2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-837457dc-bfe8-47fa-a5bc-99e3d442e3e2 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-837457dc-bfe8-47fa-a5bc-99e3d442e3e2 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-837457dc-bfe8-47fa-a5bc-99e3d442e3e2 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-837457dc-bfe8-47fa-a5bc-99e3d442e3e2 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Volume info retrieved successfully. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-837457dc-bfe8-47fa-a5bc-99e3d442e3e2 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 200 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 464/928] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:23 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 953 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a629a436-19b7-4092-b555-be2419d11d0e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a629a436-19b7-4092-b555-be2419d11d0e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a629a436-19b7-4092-b555-be2419d11d0e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a629a436-19b7-4092-b555-be2419d11d0e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a629a436-19b7-4092-b555-be2419d11d0e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 returned with HTTP 200 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 465/929] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:40:23 2025] GET /volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 => generated 434 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-51598fff-a5e3-46a2-967f-563459196973 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-51598fff-a5e3-46a2-967f-563459196973 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volume-transfers -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-51598fff-a5e3-46a2-967f-563459196973 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-51598fff-a5e3-46a2-967f-563459196973 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volume_transfer [None req-51598fff-a5e3-46a2-967f-563459196973 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Listing volume transfers {{(pid=115586) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-51598fff-a5e3-46a2-967f-563459196973 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 200 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 465/930] 10.201.9.223 () {60 vars in 1187 bytes} [Fri Jan 3 20:40:23 2025] GET /volume/v3/volume-transfers => generated 370 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] POST http://10.201.9.223/volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17/accept -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "0a5f9a79dc8e6805"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.volume_transfer [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Accepting volume transfer c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 {{(pid=115585) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.contrib.volume_transfer [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Accepting transfer c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Created reservations ['12987710-9a98-4000-b5d1-68542c2a0eec', 'afca804a-5f7c-4d45-8197-bc6fb1ee1620', '2d05196c-0dbd-460d-ba14-c8b0118ab04a', '89f0414e-5afe-41c9-a269-143660ee9cfb'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Created reservations ['9e91518f-baaa-408a-8a35-4e70b8c0fe99', '3c9d3135-0d14-450c-b9af-bb7f7be7d9ba', '28353d5f-0330-4993-8887-323e0ea69d49', '068bcff6-ccdd-452a-81fd-f5c5cd49cf97'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Created reservations ['6c51eae4-db42-4fd5-812b-5ed83163629e', '0476e5f5-c351-4995-89d6-3c650b697792', 'a20f2edc-7bbc-4286-beab-88ead4a082b1', 'bbe8369d-bce5-4d49-975d-93493b3e7e28'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Created reservations ['0ac63ba5-3ccc-4026-b990-7cd22073c352', 'd4840d7d-477e-46a1-ad3f-e2f51fb428ab', '45f45c6f-fad0-47b7-b0fd-937a256a5532', '28fc40e0-f69f-450d-8e80-6573baec8112'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Transfer volume completed successfully. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Volume ba52a5b4-cb42-4b91-b83a-87f7469d6395 has been transferred. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] http://10.201.9.223/volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17/accept returned with HTTP 202 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 466/931] 10.201.9.223 () {62 vars in 1340 bytes} [Fri Jan 3 20:40:23 2025] POST /volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17/accept => generated 367 bytes in 768 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e38bd475-b427-4b71-a6ca-29310b9d8c28 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e38bd475-b427-4b71-a6ca-29310b9d8c28 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e38bd475-b427-4b71-a6ca-29310b9d8c28 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e38bd475-b427-4b71-a6ca-29310b9d8c28 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e38bd475-b427-4b71-a6ca-29310b9d8c28 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Volume info retrieved successfully. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e38bd475-b427-4b71-a6ca-29310b9d8c28 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 200 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 466/932] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:23 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 945 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-83585de7-b548-4fb4-95ee-43ab8dfc9d68 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-83585de7-b548-4fb4-95ee-43ab8dfc9d68 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-83585de7-b548-4fb4-95ee-43ab8dfc9d68 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-83585de7-b548-4fb4-95ee-43ab8dfc9d68 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-83585de7-b548-4fb4-95ee-43ab8dfc9d68 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] Volume info retrieved successfully. -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-83585de7-b548-4fb4-95ee-43ab8dfc9d68 tempest-VolumesTransfersV355Test-779089118 tempest-VolumesTransfersV355Test-779089118-project-member] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 200 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 467/933] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:23 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 945 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-13124c55-6720-420b-962a-b93928744d3b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-13124c55-6720-420b-962a-b93928744d3b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-13124c55-6720-420b-962a-b93928744d3b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-13124c55-6720-420b-962a-b93928744d3b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-13124c55-6720-420b-962a-b93928744d3b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Delete transfer with id: c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-13124c55-6720-420b-962a-b93928744d3b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 returned with HTTP 404 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 467/934] 10.201.9.223 () {60 vars in 1301 bytes} [Fri Jan 3 20:40:23 2025] DELETE /volume/v3/volume-transfers/c95cbb54-2f75-4a16-bc1f-7ee1ad35eb17 => generated 111 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] DELETE http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Delete volume with id: ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:24 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:24 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Volume info retrieved successfully. -Jan 03 20:40:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Delete volume request issued successfully. -Jan 03 20:40:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 202 -Jan 03 20:40:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 468/935] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:23 2025] DELETE /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 0 bytes in 62 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c2718ecb-3f93-4b94-b7fd-701b1fde3d2f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c2718ecb-3f93-4b94-b7fd-701b1fde3d2f tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c2718ecb-3f93-4b94-b7fd-701b1fde3d2f tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c2718ecb-3f93-4b94-b7fd-701b1fde3d2f tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c2718ecb-3f93-4b94-b7fd-701b1fde3d2f tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Volume info retrieved successfully. -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c2718ecb-3f93-4b94-b7fd-701b1fde3d2f tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 200 -Jan 03 20:40:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 468/936] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:24 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 1119 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ff21312b-ce4d-41fd-a8ad-046bd11aaedb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff21312b-ce4d-41fd-a8ad-046bd11aaedb tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff21312b-ce4d-41fd-a8ad-046bd11aaedb tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ff21312b-ce4d-41fd-a8ad-046bd11aaedb tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ff21312b-ce4d-41fd-a8ad-046bd11aaedb tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 404 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 469/937] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:25 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2eee9a51-5be3-45a0-87ab-e10c2a8f3d20 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2eee9a51-5be3-45a0-87ab-e10c2a8f3d20 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2eee9a51-5be3-45a0-87ab-e10c2a8f3d20 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2eee9a51-5be3-45a0-87ab-e10c2a8f3d20 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2eee9a51-5be3-45a0-87ab-e10c2a8f3d20 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 404 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 469/938] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:25 2025] GET /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a0a307aa-f094-4787-93d4-4ab84ade3ecf None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a0a307aa-f094-4787-93d4-4ab84ade3ecf tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] DELETE http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a0a307aa-f094-4787-93d4-4ab84ade3ecf tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a0a307aa-f094-4787-93d4-4ab84ade3ecf tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-a0a307aa-f094-4787-93d4-4ab84ade3ecf tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Delete volume with id: ba52a5b4-cb42-4b91-b83a-87f7469d6395 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a0a307aa-f094-4787-93d4-4ab84ade3ecf tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 returned with HTTP 404 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 470/939] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:25 2025] DELETE /volume/v3/volumes/ba52a5b4-cb42-4b91-b83a-87f7469d6395 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-714542890"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV355Test-Volume-714542890'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Create volume of 1 GB -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Flow 'volume_create_api' (ff61abc8-c71e-43ca-ad6d-d0121717ad0f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (ec6fc339-ca78-4e4a-af23-8efad88f6b94) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (ec6fc339-ca78-4e4a-af23-8efad88f6b94) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (614fdbab-f58e-492a-82e0-c6c43ea3c9a0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Created reservations ['5fe27226-f7dc-4af5-9d8b-53c6048aba68', '0e37aa88-3a73-41d2-9003-e862a0b615c0', 'cfdf310f-97a2-4ec4-acf6-9fb13dcaef81', '1011c514-5818-4a4f-9b19-6502da1f2b74'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (614fdbab-f58e-492a-82e0-c6c43ea3c9a0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['5fe27226-f7dc-4af5-9d8b-53c6048aba68', '0e37aa88-3a73-41d2-9003-e862a0b615c0', 'cfdf310f-97a2-4ec4-acf6-9fb13dcaef81', '1011c514-5818-4a4f-9b19-6502da1f2b74']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0a91ec71-87a5-4a74-b05e-46b0a9d5e844) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0a91ec71-87a5-4a74-b05e-46b0a9d5e844) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'aeea9aa4-1357-42af-b735-0311c8214ec0', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-714542890',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='1652d9dc3b9044f1bb5c4a267178ab37',qos_specs=None,replication_status=,reservations=['5fe27226-f7dc-4af5-9d8b-53c6048aba68','0e37aa88-3a73-41d2-9003-e862a0b615c0','cfdf310f-97a2-4ec4-acf6-9fb13dcaef81','1011c514-5818-4a4f-9b19-6502da1f2b74'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='7d86758b55d948339467f0025d0f3e90',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-714542890',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=aeea9aa4-1357-42af-b735-0311c8214ec0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1652d9dc3b9044f1bb5c4a267178ab37',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='7d86758b55d948339467f0025d0f3e90',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (950478d8-dd5d-4f3c-bdeb-79187d2304d6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (950478d8-dd5d-4f3c-bdeb-79187d2304d6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-714542890',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='1652d9dc3b9044f1bb5c4a267178ab37',qos_specs=None,replication_status=,reservations=['5fe27226-f7dc-4af5-9d8b-53c6048aba68','0e37aa88-3a73-41d2-9003-e862a0b615c0','cfdf310f-97a2-4ec4-acf6-9fb13dcaef81','1011c514-5818-4a4f-9b19-6502da1f2b74'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='7d86758b55d948339467f0025d0f3e90',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2abcc5d0-707c-4283-89df-552278b6f845) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2abcc5d0-707c-4283-89df-552278b6f845) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Flow 'volume_create_api' (ff61abc8-c71e-43ca-ad6d-d0121717ad0f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Create volume request issued successfully. -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 470/940] 10.201.9.223 () {62 vars in 1181 bytes} [Fri Jan 3 20:40:25 2025] POST /volume/v3/volumes => generated 817 bytes in 106 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-74b01904-b806-4fa8-bdb6-1efff1a8c8c3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-74b01904-b806-4fa8-bdb6-1efff1a8c8c3 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-74b01904-b806-4fa8-bdb6-1efff1a8c8c3 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-74b01904-b806-4fa8-bdb6-1efff1a8c8c3 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-74b01904-b806-4fa8-bdb6-1efff1a8c8c3 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Volume info retrieved successfully. -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-74b01904-b806-4fa8-bdb6-1efff1a8c8c3 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 200 -Jan 03 20:40:25 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 471/941] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:25 2025] GET /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 885 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-405c3708-8270-4b99-819c-4b53a499f785 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-405c3708-8270-4b99-819c-4b53a499f785 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-405c3708-8270-4b99-819c-4b53a499f785 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-405c3708-8270-4b99-819c-4b53a499f785 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-405c3708-8270-4b99-819c-4b53a499f785 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Volume info retrieved successfully. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-405c3708-8270-4b99-819c-4b53a499f785 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 200 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 471/942] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:26 2025] GET /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 944 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3a94f4fc-3e23-4dc4-b12e-79424325e68e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3a94f4fc-3e23-4dc4-b12e-79424325e68e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] POST http://10.201.9.223/volume/v3/volume-transfers -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3a94f4fc-3e23-4dc4-b12e-79424325e68e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "aeea9aa4-1357-42af-b735-0311c8214ec0"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volume_transfer [None req-3a94f4fc-3e23-4dc4-b12e-79424325e68e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Creating new volume transfer {'transfer': {'volume_id': 'aeea9aa4-1357-42af-b735-0311c8214ec0'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volume_transfer [None req-3a94f4fc-3e23-4dc4-b12e-79424325e68e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Creating transfer of volume aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-3a94f4fc-3e23-4dc4-b12e-79424325e68e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Generating transfer record for volume aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3a94f4fc-3e23-4dc4-b12e-79424325e68e tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 472/943] 10.201.9.223 () {62 vars in 1208 bytes} [Fri Jan 3 20:40:26 2025] POST /volume/v3/volume-transfers => generated 466 bytes in 30 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d96fdcc7-d51f-4038-bb4e-0b4d999c44dc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d96fdcc7-d51f-4038-bb4e-0b4d999c44dc tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d96fdcc7-d51f-4038-bb4e-0b4d999c44dc tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d96fdcc7-d51f-4038-bb4e-0b4d999c44dc tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d96fdcc7-d51f-4038-bb4e-0b4d999c44dc tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Volume info retrieved successfully. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d96fdcc7-d51f-4038-bb4e-0b4d999c44dc tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 200 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 472/944] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:26 2025] GET /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 952 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-39d93a88-99be-4673-98c2-f9ce321a3b2c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39d93a88-99be-4673-98c2-f9ce321a3b2c tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/detail -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-39d93a88-99be-4673-98c2-f9ce321a3b2c tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-39d93a88-99be-4673-98c2-f9ce321a3b2c tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volume_transfer [None req-39d93a88-99be-4673-98c2-f9ce321a3b2c tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Listing volume transfers {{(pid=115585) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-39d93a88-99be-4673-98c2-f9ce321a3b2c tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers/detail returned with HTTP 200 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 473/945] 10.201.9.223 () {60 vars in 1208 bytes} [Fri Jan 3 20:40:26 2025] GET /volume/v3/volume-transfers/detail => generated 437 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0b141457-56b9-4ca6-963c-519e1b4ecc5b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0b141457-56b9-4ca6-963c-519e1b4ecc5b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/25248334-c398-404b-b472-b3ec9aef17ff -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0b141457-56b9-4ca6-963c-519e1b4ecc5b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0b141457-56b9-4ca6-963c-519e1b4ecc5b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-0b141457-56b9-4ca6-963c-519e1b4ecc5b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Delete transfer with id: 25248334-c398-404b-b472-b3ec9aef17ff -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0b141457-56b9-4ca6-963c-519e1b4ecc5b tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers/25248334-c398-404b-b472-b3ec9aef17ff returned with HTTP 202 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 473/946] 10.201.9.223 () {60 vars in 1301 bytes} [Fri Jan 3 20:40:26 2025] DELETE /volume/v3/volume-transfers/25248334-c398-404b-b472-b3ec9aef17ff => generated 0 bytes in 23 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-73c343c2-0cba-4358-9342-90a661058533 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-73c343c2-0cba-4358-9342-90a661058533 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-73c343c2-0cba-4358-9342-90a661058533 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-73c343c2-0cba-4358-9342-90a661058533 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-73c343c2-0cba-4358-9342-90a661058533 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Volume info retrieved successfully. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-73c343c2-0cba-4358-9342-90a661058533 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 200 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 474/947] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:26 2025] GET /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 944 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1952b45e-2dbc-46ed-ab60-e0321f2938be None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1952b45e-2dbc-46ed-ab60-e0321f2938be tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/25248334-c398-404b-b472-b3ec9aef17ff -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1952b45e-2dbc-46ed-ab60-e0321f2938be tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1952b45e-2dbc-46ed-ab60-e0321f2938be tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-1952b45e-2dbc-46ed-ab60-e0321f2938be tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Delete transfer with id: 25248334-c398-404b-b472-b3ec9aef17ff -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1952b45e-2dbc-46ed-ab60-e0321f2938be tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volume-transfers/25248334-c398-404b-b472-b3ec9aef17ff returned with HTTP 404 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 474/948] 10.201.9.223 () {60 vars in 1301 bytes} [Fri Jan 3 20:40:26 2025] DELETE /volume/v3/volume-transfers/25248334-c398-404b-b472-b3ec9aef17ff => generated 111 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] DELETE http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Delete volume with id: aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Volume info retrieved successfully. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Delete volume request issued successfully. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 202 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 475/949] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:26 2025] DELETE /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a79aabb3-a2da-45d5-b7b9-8c38d84078ed None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a79aabb3-a2da-45d5-b7b9-8c38d84078ed tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] GET http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a79aabb3-a2da-45d5-b7b9-8c38d84078ed tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a79aabb3-a2da-45d5-b7b9-8c38d84078ed tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a79aabb3-a2da-45d5-b7b9-8c38d84078ed tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Volume info retrieved successfully. -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a79aabb3-a2da-45d5-b7b9-8c38d84078ed tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 200 -Jan 03 20:40:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 475/950] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:26 2025] GET /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 1118 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 287 bytes (2 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e0f92fe1-936b-4667-b0de-b0a560de1bb1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e0f92fe1-936b-4667-b0de-b0a560de1bb1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] GET http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e0f92fe1-936b-4667-b0de-b0a560de1bb1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e0f92fe1-936b-4667-b0de-b0a560de1bb1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e0f92fe1-936b-4667-b0de-b0a560de1bb1 tempest-VolumesTransfersV355Test-2144534067 tempest-VolumesTransfersV355Test-2144534067-project-******] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 404 -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 476/951] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:27 2025] GET /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2ad5c15d-222b-4536-9e7c-8c8905ca7087 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2ad5c15d-222b-4536-9e7c-8c8905ca7087 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] GET http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2ad5c15d-222b-4536-9e7c-8c8905ca7087 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2ad5c15d-222b-4536-9e7c-8c8905ca7087 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2ad5c15d-222b-4536-9e7c-8c8905ca7087 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 404 -Jan 03 20:40:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 476/952] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:27 2025] GET /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b1087ad6-8ac9-4674-b90d-06dd396aae04 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b1087ad6-8ac9-4674-b90d-06dd396aae04 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] DELETE http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b1087ad6-8ac9-4674-b90d-06dd396aae04 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b1087ad6-8ac9-4674-b90d-06dd396aae04 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-b1087ad6-8ac9-4674-b90d-06dd396aae04 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] Delete volume with id: aeea9aa4-1357-42af-b735-0311c8214ec0 -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b1087ad6-8ac9-4674-b90d-06dd396aae04 tempest-VolumesTransfersV355Test-70665496 tempest-VolumesTransfersV355Test-70665496-project-member] http://10.201.9.223/volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 returned with HTTP 404 -Jan 03 20:40:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 477/953] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:27 2025] DELETE /volume/v3/volumes/aeea9aa4-1357-42af-b735-0311c8214ec0 => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-278cd408-439e-4854-bedc-2090e7cd347d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-1847410101"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV357Test-Volume-1847410101'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Create volume of 1 GB -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Flow 'volume_create_api' (e5489b54-1f9f-4962-a3ed-57b126de3399) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5905068f-5400-4fe1-acbe-111c3560e263) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5905068f-5400-4fe1-acbe-111c3560e263) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4e8ab3d6-643f-4fe3-97a0-6fcf858d3b5b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Created reservations ['e4104aa4-f6cc-4135-8d42-add6143bf1b8', '10646269-8546-4f72-ae99-fb4bdf95b4ce', 'b051002a-38a9-4450-97f6-d83a7ed6216c', '5cadb580-f10a-42ed-a553-0944327ac1b6'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4e8ab3d6-643f-4fe3-97a0-6fcf858d3b5b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e4104aa4-f6cc-4135-8d42-add6143bf1b8', '10646269-8546-4f72-ae99-fb4bdf95b4ce', 'b051002a-38a9-4450-97f6-d83a7ed6216c', '5cadb580-f10a-42ed-a553-0944327ac1b6']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a14c70a8-bf23-4578-817d-e8bbe053a59a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a14c70a8-bf23-4578-817d-e8bbe053a59a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '8894148f-cbd9-41f4-b58a-2a8351d353fc', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1847410101',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7f8d6c18716d4b4190b9901cbc617110',qos_specs=None,replication_status=,reservations=['e4104aa4-f6cc-4135-8d42-add6143bf1b8','10646269-8546-4f72-ae99-fb4bdf95b4ce','b051002a-38a9-4450-97f6-d83a7ed6216c','5cadb580-f10a-42ed-a553-0944327ac1b6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b672ad704260479095a37107e5e6ca38',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1847410101',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=8894148f-cbd9-41f4-b58a-2a8351d353fc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f8d6c18716d4b4190b9901cbc617110',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='b672ad704260479095a37107e5e6ca38',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ed829f26-5d6d-46a6-a8d0-e72231558ad8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ed829f26-5d6d-46a6-a8d0-e72231558ad8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1847410101',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7f8d6c18716d4b4190b9901cbc617110',qos_specs=None,replication_status=,reservations=['e4104aa4-f6cc-4135-8d42-add6143bf1b8','10646269-8546-4f72-ae99-fb4bdf95b4ce','b051002a-38a9-4450-97f6-d83a7ed6216c','5cadb580-f10a-42ed-a553-0944327ac1b6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b672ad704260479095a37107e5e6ca38',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6e4f34ae-ed00-411c-9243-f9b08c356346) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6e4f34ae-ed00-411c-9243-f9b08c356346) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Flow 'volume_create_api' (e5489b54-1f9f-4962-a3ed-57b126de3399) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Create volume request issued successfully. -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:30 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 477/954] 10.201.9.223 () {62 vars in 1181 bytes} [Fri Jan 3 20:40:30 2025] POST /volume/v3/volumes => generated 818 bytes in 221 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-be29f56f-a032-4871-9560-abc420c00a40 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-be29f56f-a032-4871-9560-abc420c00a40 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-be29f56f-a032-4871-9560-abc420c00a40 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-be29f56f-a032-4871-9560-abc420c00a40 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-be29f56f-a032-4871-9560-abc420c00a40 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Volume info retrieved successfully. -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-be29f56f-a032-4871-9560-abc420c00a40 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 200 -Jan 03 20:40:30 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 478/955] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:30 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 886 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8cdba0ec-40ae-47bd-9648-fe64d7276ec9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8cdba0ec-40ae-47bd-9648-fe64d7276ec9 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8cdba0ec-40ae-47bd-9648-fe64d7276ec9 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8cdba0ec-40ae-47bd-9648-fe64d7276ec9 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8cdba0ec-40ae-47bd-9648-fe64d7276ec9 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Volume info retrieved successfully. -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8cdba0ec-40ae-47bd-9648-fe64d7276ec9 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 200 -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 478/956] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:31 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 945 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c5413241-f707-44bb-a718-cd6a430ec31c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c5413241-f707-44bb-a718-cd6a430ec31c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] POST http://10.201.9.223/volume/v3/volume-transfers -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c5413241-f707-44bb-a718-cd6a430ec31c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "8894148f-cbd9-41f4-b58a-2a8351d353fc"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volume_transfer [None req-c5413241-f707-44bb-a718-cd6a430ec31c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Creating new volume transfer {'transfer': {'volume_id': '8894148f-cbd9-41f4-b58a-2a8351d353fc'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volume_transfer [None req-c5413241-f707-44bb-a718-cd6a430ec31c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Creating transfer of volume 8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-c5413241-f707-44bb-a718-cd6a430ec31c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Generating transfer record for volume 8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c5413241-f707-44bb-a718-cd6a430ec31c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 479/957] 10.201.9.223 () {62 vars in 1208 bytes} [Fri Jan 3 20:40:31 2025] POST /volume/v3/volume-transfers => generated 574 bytes in 29 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f5388ec0-2f0d-43ee-a725-ba1997ded6af None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f5388ec0-2f0d-43ee-a725-ba1997ded6af tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f5388ec0-2f0d-43ee-a725-ba1997ded6af tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f5388ec0-2f0d-43ee-a725-ba1997ded6af tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f5388ec0-2f0d-43ee-a725-ba1997ded6af tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Volume info retrieved successfully. -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f5388ec0-2f0d-43ee-a725-ba1997ded6af tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 200 -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 479/958] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:31 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 953 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b4f95a72-22ea-41b6-bdc9-d5811d731c76 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b4f95a72-22ea-41b6-bdc9-d5811d731c76 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133 -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b4f95a72-22ea-41b6-bdc9-d5811d731c76 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b4f95a72-22ea-41b6-bdc9-d5811d731c76 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b4f95a72-22ea-41b6-bdc9-d5811d731c76 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133 returned with HTTP 200 -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 480/959] 10.201.9.223 () {60 vars in 1298 bytes} [Fri Jan 3 20:40:31 2025] GET /volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133 => generated 542 bytes in 6 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7e35a47e-603f-41e1-ae52-0480473b4653 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7e35a47e-603f-41e1-ae52-0480473b4653 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volume-transfers -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7e35a47e-603f-41e1-ae52-0480473b4653 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7e35a47e-603f-41e1-ae52-0480473b4653 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volume_transfer [None req-7e35a47e-603f-41e1-ae52-0480473b4653 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Listing volume transfers {{(pid=115586) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7e35a47e-603f-41e1-ae52-0480473b4653 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 200 -Jan 03 20:40:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 480/960] 10.201.9.223 () {60 vars in 1187 bytes} [Fri Jan 3 20:40:31 2025] GET /volume/v3/volume-transfers => generated 370 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] POST http://10.201.9.223/volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133/accept -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "31bdd320d5d08560"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.contrib.volume_transfer [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Accepting volume transfer f5a4f6f0-8242-449f-9506-66b875027133 {{(pid=115585) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.contrib.volume_transfer [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Accepting transfer f5a4f6f0-8242-449f-9506-66b875027133 -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Created reservations ['108c68d0-3bb9-4116-b42a-020d5e07b7b0', 'f0183eed-b5a7-4155-beff-5959264526cc', '732faa9b-79c1-4f87-bc2c-73373846a1dc', '68411892-7641-433e-9474-2785e9ae8e15'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Created reservations ['dee527c1-21a9-4334-84e3-4ea72887b017', 'b5537403-8bd2-45c2-8c84-2b08971d627f', '07a7e528-2a44-46de-bfcc-2a6dbb480da4', '1d16e52d-747c-4d28-b18b-acba08279d33'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Created reservations ['fe49c5d4-e5a0-467c-bf56-3c3944fcffa3', '6a0f7367-4126-407d-bd78-b976781b9f50', 'f1af03c5-5ef8-4667-8318-d320aed45dc1', 'a4943809-b660-4a41-981c-4ac74a0ae343'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Created reservations ['496f525c-c373-4c30-85df-44bd28d95bf7', 'a6aac29a-7769-488d-b083-b53b6bd203b2', 'c04ebbe9-541b-4d92-944f-a6514fb00cc1', '6f7fdf13-8e08-4287-8096-ea745442c872'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Transfer volume completed successfully. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Volume 8894148f-cbd9-41f4-b58a-2a8351d353fc has been transferred. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] http://10.201.9.223/volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133/accept returned with HTTP 202 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 481/961] 10.201.9.223 () {62 vars in 1340 bytes} [Fri Jan 3 20:40:31 2025] POST /volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133/accept => generated 367 bytes in 772 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4b2fed06-72e5-437f-954f-4afbb8fd1a85 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4b2fed06-72e5-437f-954f-4afbb8fd1a85 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4b2fed06-72e5-437f-954f-4afbb8fd1a85 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4b2fed06-72e5-437f-954f-4afbb8fd1a85 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4b2fed06-72e5-437f-954f-4afbb8fd1a85 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Volume info retrieved successfully. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4b2fed06-72e5-437f-954f-4afbb8fd1a85 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 200 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 481/962] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:32 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 945 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-05b48ef1-33fd-42e1-9993-43d6241e5817 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-05b48ef1-33fd-42e1-9993-43d6241e5817 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-05b48ef1-33fd-42e1-9993-43d6241e5817 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-05b48ef1-33fd-42e1-9993-43d6241e5817 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-05b48ef1-33fd-42e1-9993-43d6241e5817 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] Volume info retrieved successfully. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-05b48ef1-33fd-42e1-9993-43d6241e5817 tempest-VolumesTransfersV357Test-1088470814 tempest-VolumesTransfersV357Test-1088470814-project-member] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 200 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 482/963] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:32 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 945 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7daf2ef0-32f2-4892-a15e-b69402f87a17 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7daf2ef0-32f2-4892-a15e-b69402f87a17 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7daf2ef0-32f2-4892-a15e-b69402f87a17 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7daf2ef0-32f2-4892-a15e-b69402f87a17 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-7daf2ef0-32f2-4892-a15e-b69402f87a17 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Delete transfer with id: f5a4f6f0-8242-449f-9506-66b875027133 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7daf2ef0-32f2-4892-a15e-b69402f87a17 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133 returned with HTTP 404 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 482/964] 10.201.9.223 () {60 vars in 1301 bytes} [Fri Jan 3 20:40:32 2025] DELETE /volume/v3/volume-transfers/f5a4f6f0-8242-449f-9506-66b875027133 => generated 111 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] DELETE http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Delete volume with id: 8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Volume info retrieved successfully. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Delete volume request issued successfully. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 202 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 483/965] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:32 2025] DELETE /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 0 bytes in 54 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0b803bfe-0f4b-4d09-bfea-4ba056010fdc None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0b803bfe-0f4b-4d09-bfea-4ba056010fdc tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0b803bfe-0f4b-4d09-bfea-4ba056010fdc tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0b803bfe-0f4b-4d09-bfea-4ba056010fdc tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-0b803bfe-0f4b-4d09-bfea-4ba056010fdc tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Volume info retrieved successfully. -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0b803bfe-0f4b-4d09-bfea-4ba056010fdc tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 200 -Jan 03 20:40:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 483/966] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:32 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 1119 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a7a8c6f3-3783-4ed6-a187-ada44bf2bb50 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a7a8c6f3-3783-4ed6-a187-ada44bf2bb50 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a7a8c6f3-3783-4ed6-a187-ada44bf2bb50 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a7a8c6f3-3783-4ed6-a187-ada44bf2bb50 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a7a8c6f3-3783-4ed6-a187-ada44bf2bb50 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 404 -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 484/967] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:33 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d19cd147-2e95-434e-bbb8-1358671e5ace None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d19cd147-2e95-434e-bbb8-1358671e5ace tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d19cd147-2e95-434e-bbb8-1358671e5ace tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d19cd147-2e95-434e-bbb8-1358671e5ace tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d19cd147-2e95-434e-bbb8-1358671e5ace tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 404 -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 484/968] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:33 2025] GET /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-250298e8-0b53-455c-ba18-fcdcea0a3525 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-250298e8-0b53-455c-ba18-fcdcea0a3525 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] DELETE http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-250298e8-0b53-455c-ba18-fcdcea0a3525 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-250298e8-0b53-455c-ba18-fcdcea0a3525 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-250298e8-0b53-455c-ba18-fcdcea0a3525 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Delete volume with id: 8894148f-cbd9-41f4-b58a-2a8351d353fc -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-250298e8-0b53-455c-ba18-fcdcea0a3525 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc returned with HTTP 404 -Jan 03 20:40:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 485/969] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:33 2025] DELETE /volume/v3/volumes/8894148f-cbd9-41f4-b58a-2a8351d353fc => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-649073555"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV357Test-Volume-649073555'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Create volume of 1 GB -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Flow 'volume_create_api' (cec4448f-4f20-4ce2-ae5e-72b385bd0d8f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (399edd2c-8411-4f7c-a35c-91d0c718a934) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (399edd2c-8411-4f7c-a35c-91d0c718a934) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (446c849d-2a87-4fb5-8c24-6c9c8f1edac6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Created reservations ['10ded111-b61d-4b45-bdd8-7c4864dde6d3', 'e2791f14-1d76-4811-a526-93458b81f4e7', 'ddc3775f-f6e7-453a-ab91-4710451e6022', 'cbd15100-59ed-4031-bdb5-bfa4fdaae718'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (446c849d-2a87-4fb5-8c24-6c9c8f1edac6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['10ded111-b61d-4b45-bdd8-7c4864dde6d3', 'e2791f14-1d76-4811-a526-93458b81f4e7', 'ddc3775f-f6e7-453a-ab91-4710451e6022', 'cbd15100-59ed-4031-bdb5-bfa4fdaae718']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (71fdcd34-0c6f-480e-aadf-1a04169a9b67) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (71fdcd34-0c6f-480e-aadf-1a04169a9b67) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '601e65ac-239f-45e0-ad7c-46bb9f972ca7', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-649073555',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7f8d6c18716d4b4190b9901cbc617110',qos_specs=None,replication_status=,reservations=['10ded111-b61d-4b45-bdd8-7c4864dde6d3','e2791f14-1d76-4811-a526-93458b81f4e7','ddc3775f-f6e7-453a-ab91-4710451e6022','cbd15100-59ed-4031-bdb5-bfa4fdaae718'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b672ad704260479095a37107e5e6ca38',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-649073555',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=601e65ac-239f-45e0-ad7c-46bb9f972ca7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f8d6c18716d4b4190b9901cbc617110',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='b672ad704260479095a37107e5e6ca38',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6e2edf79-94e8-442a-aa64-ba9cbb55b998) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6e2edf79-94e8-442a-aa64-ba9cbb55b998) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-649073555',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7f8d6c18716d4b4190b9901cbc617110',qos_specs=None,replication_status=,reservations=['10ded111-b61d-4b45-bdd8-7c4864dde6d3','e2791f14-1d76-4811-a526-93458b81f4e7','ddc3775f-f6e7-453a-ab91-4710451e6022','cbd15100-59ed-4031-bdb5-bfa4fdaae718'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b672ad704260479095a37107e5e6ca38',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (905ed94c-4ffc-41dd-a26b-0a91f0f0f52e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (905ed94c-4ffc-41dd-a26b-0a91f0f0f52e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Flow 'volume_create_api' (cec4448f-4f20-4ce2-ae5e-72b385bd0d8f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Create volume request issued successfully. -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:33 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 485/970] 10.201.9.223 () {62 vars in 1181 bytes} [Fri Jan 3 20:40:33 2025] POST /volume/v3/volumes => generated 817 bytes in 117 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d4b811c4-ca84-4c71-b906-fff1e9a19af4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d4b811c4-ca84-4c71-b906-fff1e9a19af4 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d4b811c4-ca84-4c71-b906-fff1e9a19af4 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d4b811c4-ca84-4c71-b906-fff1e9a19af4 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d4b811c4-ca84-4c71-b906-fff1e9a19af4 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Volume info retrieved successfully. -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d4b811c4-ca84-4c71-b906-fff1e9a19af4 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 200 -Jan 03 20:40:34 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 486/971] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:34 2025] GET /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 885 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7ae4b9f9-cf68-43d6-b76a-2e1af8d9bc35 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7ae4b9f9-cf68-43d6-b76a-2e1af8d9bc35 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7ae4b9f9-cf68-43d6-b76a-2e1af8d9bc35 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7ae4b9f9-cf68-43d6-b76a-2e1af8d9bc35 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-7ae4b9f9-cf68-43d6-b76a-2e1af8d9bc35 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Volume info retrieved successfully. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7ae4b9f9-cf68-43d6-b76a-2e1af8d9bc35 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 200 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 486/972] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:35 2025] GET /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 944 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8ece6718-d9ac-4b65-8a68-e00dde5024b3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8ece6718-d9ac-4b65-8a68-e00dde5024b3 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] POST http://10.201.9.223/volume/v3/volume-transfers -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8ece6718-d9ac-4b65-8a68-e00dde5024b3 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "601e65ac-239f-45e0-ad7c-46bb9f972ca7"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volume_transfer [None req-8ece6718-d9ac-4b65-8a68-e00dde5024b3 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Creating new volume transfer {'transfer': {'volume_id': '601e65ac-239f-45e0-ad7c-46bb9f972ca7'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volume_transfer [None req-8ece6718-d9ac-4b65-8a68-e00dde5024b3 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Creating transfer of volume 601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.transfer.api [None req-8ece6718-d9ac-4b65-8a68-e00dde5024b3 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Generating transfer record for volume 601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8ece6718-d9ac-4b65-8a68-e00dde5024b3 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 487/973] 10.201.9.223 () {62 vars in 1208 bytes} [Fri Jan 3 20:40:35 2025] POST /volume/v3/volume-transfers => generated 574 bytes in 34 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-a92fd9a3-9e11-421d-9bea-111c0adb28ce None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a92fd9a3-9e11-421d-9bea-111c0adb28ce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a92fd9a3-9e11-421d-9bea-111c0adb28ce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-a92fd9a3-9e11-421d-9bea-111c0adb28ce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-a92fd9a3-9e11-421d-9bea-111c0adb28ce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Volume info retrieved successfully. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-a92fd9a3-9e11-421d-9bea-111c0adb28ce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 200 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 487/974] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:35 2025] GET /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 952 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3c423f7f-fa45-4a6d-9548-b197eed971bf None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3c423f7f-fa45-4a6d-9548-b197eed971bf tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/detail -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3c423f7f-fa45-4a6d-9548-b197eed971bf tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3c423f7f-fa45-4a6d-9548-b197eed971bf tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volume_transfer [None req-3c423f7f-fa45-4a6d-9548-b197eed971bf tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Listing volume transfers {{(pid=115585) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3c423f7f-fa45-4a6d-9548-b197eed971bf tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers/detail returned with HTTP 200 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 488/975] 10.201.9.223 () {60 vars in 1208 bytes} [Fri Jan 3 20:40:35 2025] GET /volume/v3/volume-transfers/detail => generated 545 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bde00b96-e0aa-4a15-8403-d041f7c7a027 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bde00b96-e0aa-4a15-8403-d041f7c7a027 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/a1eda583-158e-40b2-9bad-889db7f3a3ee -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bde00b96-e0aa-4a15-8403-d041f7c7a027 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bde00b96-e0aa-4a15-8403-d041f7c7a027 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-bde00b96-e0aa-4a15-8403-d041f7c7a027 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Delete transfer with id: a1eda583-158e-40b2-9bad-889db7f3a3ee -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bde00b96-e0aa-4a15-8403-d041f7c7a027 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers/a1eda583-158e-40b2-9bad-889db7f3a3ee returned with HTTP 202 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 488/976] 10.201.9.223 () {60 vars in 1301 bytes} [Fri Jan 3 20:40:35 2025] DELETE /volume/v3/volume-transfers/a1eda583-158e-40b2-9bad-889db7f3a3ee => generated 0 bytes in 28 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a4374f59-6866-40e4-9649-90c6284db967 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a4374f59-6866-40e4-9649-90c6284db967 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a4374f59-6866-40e4-9649-90c6284db967 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a4374f59-6866-40e4-9649-90c6284db967 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a4374f59-6866-40e4-9649-90c6284db967 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Volume info retrieved successfully. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a4374f59-6866-40e4-9649-90c6284db967 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 200 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 489/977] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:35 2025] GET /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 944 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8c8e13e0-13a3-497a-99de-83b749407fe1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8c8e13e0-13a3-497a-99de-83b749407fe1 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/a1eda583-158e-40b2-9bad-889db7f3a3ee -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8c8e13e0-13a3-497a-99de-83b749407fe1 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8c8e13e0-13a3-497a-99de-83b749407fe1 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.contrib.volume_transfer [None req-8c8e13e0-13a3-497a-99de-83b749407fe1 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Delete transfer with id: a1eda583-158e-40b2-9bad-889db7f3a3ee -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8c8e13e0-13a3-497a-99de-83b749407fe1 tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volume-transfers/a1eda583-158e-40b2-9bad-889db7f3a3ee returned with HTTP 404 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 489/978] 10.201.9.223 () {60 vars in 1301 bytes} [Fri Jan 3 20:40:35 2025] DELETE /volume/v3/volume-transfers/a1eda583-158e-40b2-9bad-889db7f3a3ee => generated 111 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] DELETE http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Delete volume with id: 601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Volume info retrieved successfully. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Delete volume request issued successfully. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 202 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 490/979] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:35 2025] DELETE /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f4ab7441-060d-41ad-b07f-e0e8b3992a3d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f4ab7441-060d-41ad-b07f-e0e8b3992a3d tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] GET http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f4ab7441-060d-41ad-b07f-e0e8b3992a3d tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f4ab7441-060d-41ad-b07f-e0e8b3992a3d tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f4ab7441-060d-41ad-b07f-e0e8b3992a3d tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Volume info retrieved successfully. -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f4ab7441-060d-41ad-b07f-e0e8b3992a3d tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 200 -Jan 03 20:40:35 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 490/980] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:35 2025] GET /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 1118 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5a8e71a5-c0e6-49a2-bf53-b8949e7c2e1c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a8e71a5-c0e6-49a2-bf53-b8949e7c2e1c tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] GET http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a8e71a5-c0e6-49a2-bf53-b8949e7c2e1c tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5a8e71a5-c0e6-49a2-bf53-b8949e7c2e1c tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5a8e71a5-c0e6-49a2-bf53-b8949e7c2e1c tempest-VolumesTransfersV357Test-566731218 tempest-VolumesTransfersV357Test-566731218-project-******] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 404 -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 491/981] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:36 2025] GET /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c02c2e7c-3555-43ec-9120-ccdd94128fce None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c02c2e7c-3555-43ec-9120-ccdd94128fce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] GET http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c02c2e7c-3555-43ec-9120-ccdd94128fce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c02c2e7c-3555-43ec-9120-ccdd94128fce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c02c2e7c-3555-43ec-9120-ccdd94128fce tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 404 -Jan 03 20:40:36 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 491/982] 10.201.9.223 () {60 vars in 1271 bytes} [Fri Jan 3 20:40:36 2025] GET /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-57bdb5ca-98cf-4af8-9ec8-0c7e3540fe6c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-57bdb5ca-98cf-4af8-9ec8-0c7e3540fe6c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] DELETE http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-57bdb5ca-98cf-4af8-9ec8-0c7e3540fe6c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-57bdb5ca-98cf-4af8-9ec8-0c7e3540fe6c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-57bdb5ca-98cf-4af8-9ec8-0c7e3540fe6c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] Delete volume with id: 601e65ac-239f-45e0-ad7c-46bb9f972ca7 -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-57bdb5ca-98cf-4af8-9ec8-0c7e3540fe6c tempest-VolumesTransfersV357Test-1487981797 tempest-VolumesTransfersV357Test-1487981797-project-member] http://10.201.9.223/volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 returned with HTTP 404 -Jan 03 20:40:36 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 492/983] 10.201.9.223 () {60 vars in 1274 bytes} [Fri Jan 3 20:40:36 2025] DELETE /volume/v3/volumes/601e65ac-239f-45e0-ad7c-46bb9f972ca7 => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c31e4285-61fc-40af-bbcf-2965f0495767 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesCloneTest-Volume-2112963566"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesCloneTest-Volume-2112963566'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Create volume of 1 GB -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Flow 'volume_create_api' (6ca2b98a-2c68-4f5c-8744-46acea00c13e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6522ccd1-79a2-4103-b79c-1d691d03671c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6522ccd1-79a2-4103-b79c-1d691d03671c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (7331c60c-8177-467d-a08d-b49643cf7ad9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Created reservations ['42d81d23-0a53-4ec1-9c59-da865657b7b5', 'c961377e-c86e-49ac-9e0a-e13b28c29638', 'e02ea467-66c9-4b20-bb82-2717d911880b', 'bf338482-ca34-4e39-ad89-6202e9004932'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (7331c60c-8177-467d-a08d-b49643cf7ad9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['42d81d23-0a53-4ec1-9c59-da865657b7b5', 'c961377e-c86e-49ac-9e0a-e13b28c29638', 'e02ea467-66c9-4b20-bb82-2717d911880b', 'bf338482-ca34-4e39-ad89-6202e9004932']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (817855c9-c165-4f75-b070-043a53415b1a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (817855c9-c165-4f75-b070-043a53415b1a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'cb54f276-eabe-4a97-a574-77ae3675dd30', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-2112963566',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='70d3e984749c43a1a550d5285f827bd9',qos_specs=None,replication_status=,reservations=['42d81d23-0a53-4ec1-9c59-da865657b7b5','c961377e-c86e-49ac-9e0a-e13b28c29638','e02ea467-66c9-4b20-bb82-2717d911880b','bf338482-ca34-4e39-ad89-6202e9004932'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-2112963566',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=cb54f276-eabe-4a97-a574-77ae3675dd30,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (82783c04-16e1-4c8d-be88-e7bab61bfcc2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (82783c04-16e1-4c8d-be88-e7bab61bfcc2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-2112963566',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='70d3e984749c43a1a550d5285f827bd9',qos_specs=None,replication_status=,reservations=['42d81d23-0a53-4ec1-9c59-da865657b7b5','c961377e-c86e-49ac-9e0a-e13b28c29638','e02ea467-66c9-4b20-bb82-2717d911880b','bf338482-ca34-4e39-ad89-6202e9004932'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (9017b977-524a-42fa-a664-dc585d4efe73) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (9017b977-524a-42fa-a664-dc585d4efe73) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Flow 'volume_create_api' (6ca2b98a-2c68-4f5c-8744-46acea00c13e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Create volume request issued successfully. -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:38 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 492/984] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:40:38 2025] POST /volume/v3/volumes => generated 746 bytes in 202 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a7e7dc90-0719-4c49-ba23-bb7d08b2f48b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a7e7dc90-0719-4c49-ba23-bb7d08b2f48b tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a7e7dc90-0719-4c49-ba23-bb7d08b2f48b tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a7e7dc90-0719-4c49-ba23-bb7d08b2f48b tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a7e7dc90-0719-4c49-ba23-bb7d08b2f48b tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a7e7dc90-0719-4c49-ba23-bb7d08b2f48b tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 returned with HTTP 200 -Jan 03 20:40:38 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 493/985] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:38 2025] GET /volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 => generated 814 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f70d4932-5875-4998-98f6-3e42bdcefad8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f70d4932-5875-4998-98f6-3e42bdcefad8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f70d4932-5875-4998-98f6-3e42bdcefad8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f70d4932-5875-4998-98f6-3e42bdcefad8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f70d4932-5875-4998-98f6-3e42bdcefad8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f70d4932-5875-4998-98f6-3e42bdcefad8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 returned with HTTP 200 -Jan 03 20:40:39 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 493/986] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:39 2025] GET /volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 => generated 839 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Action: 'create', calling method: create, body: {"volume": {"source_volid": "cb54f276-eabe-4a97-a574-77ae3675dd30", "size": 2, "name": "tempest-VolumesCloneTest-Volume-235778197"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Create volume request body: {'volume': {'source_volid': 'cb54f276-eabe-4a97-a574-77ae3675dd30', 'size': 2, 'name': 'tempest-VolumesCloneTest-Volume-235778197'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume retrieved successfully. -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Create volume of 2 GB -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Flow 'volume_create_api' (9d286094-dbb1-466c-813d-98252f928d79) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f584bc69-3496-4653-a776-bc66cb4802c7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Validating volume size '2' using validate_int, validate_source_size {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f584bc69-3496-4653-a776-bc66cb4802c7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': 'cb54f276-eabe-4a97-a574-77ae3675dd30', 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (90cdfacd-9a41-4db7-9957-e684b52aa0fd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Created reservations ['720be0d2-177a-4e58-8096-444b1b819bdd', '721f85e6-0804-4a41-be1b-7bf67684ed25', '35f77734-acc7-42c4-941d-973f1ef299b0', 'ab2ba6e7-5963-4c70-bde4-33b11b45215f'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (90cdfacd-9a41-4db7-9957-e684b52aa0fd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['720be0d2-177a-4e58-8096-444b1b819bdd', '721f85e6-0804-4a41-be1b-7bf67684ed25', '35f77734-acc7-42c4-941d-973f1ef299b0', 'ab2ba6e7-5963-4c70-bde4-33b11b45215f']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (5561faa8-e44b-42dd-8104-d480b7b152da) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (5561faa8-e44b-42dd-8104-d480b7b152da) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '855a258a-511c-4ec1-977c-5ce79ad34e2c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-235778197',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='70d3e984749c43a1a550d5285f827bd9',qos_specs=None,replication_status=,reservations=['720be0d2-177a-4e58-8096-444b1b819bdd','721f85e6-0804-4a41-be1b-7bf67684ed25','35f77734-acc7-42c4-941d-973f1ef299b0','ab2ba6e7-5963-4c70-bde4-33b11b45215f'],size=2,snapshot_id=None,source_replicaid=,source_volid=cb54f276-eabe-4a97-a574-77ae3675dd30,status='creating',user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-235778197',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=855a258a-511c-4ec1-977c-5ce79ad34e2c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=cb54f276-eabe-4a97-a574-77ae3675dd30,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ca22cc74-1d1b-4212-b5df-40201879f4e8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ca22cc74-1d1b-4212-b5df-40201879f4e8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-235778197',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='70d3e984749c43a1a550d5285f827bd9',qos_specs=None,replication_status=,reservations=['720be0d2-177a-4e58-8096-444b1b819bdd','721f85e6-0804-4a41-be1b-7bf67684ed25','35f77734-acc7-42c4-941d-973f1ef299b0','ab2ba6e7-5963-4c70-bde4-33b11b45215f'],size=2,snapshot_id=None,source_replicaid=,source_volid=cb54f276-eabe-4a97-a574-77ae3675dd30,status='creating',user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8dabb59f-b1db-4adc-babf-ebbed8854c4f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8dabb59f-b1db-4adc-babf-ebbed8854c4f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Flow 'volume_create_api' (9d286094-dbb1-466c-813d-98252f928d79) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Create volume request issued successfully. -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:39 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 494/987] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:39 2025] POST /volume/v3/volumes => generated 779 bytes in 148 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-314e3b11-67e0-4e8f-947b-49a48b18dfae None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-314e3b11-67e0-4e8f-947b-49a48b18dfae tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-314e3b11-67e0-4e8f-947b-49a48b18dfae tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-314e3b11-67e0-4e8f-947b-49a48b18dfae tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-314e3b11-67e0-4e8f-947b-49a48b18dfae tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-314e3b11-67e0-4e8f-947b-49a48b18dfae tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c returned with HTTP 200 -Jan 03 20:40:40 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 494/988] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:40 2025] GET /volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-01b80475-163e-4354-96ed-b8a6f9d951c3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-01b80475-163e-4354-96ed-b8a6f9d951c3 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-01b80475-163e-4354-96ed-b8a6f9d951c3 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-01b80475-163e-4354-96ed-b8a6f9d951c3 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-01b80475-163e-4354-96ed-b8a6f9d951c3 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-01b80475-163e-4354-96ed-b8a6f9d951c3 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c returned with HTTP 200 -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 495/989] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:41 2025] GET /volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c => generated 872 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-be6dd348-1bb5-4064-9f31-d6818086f773 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-be6dd348-1bb5-4064-9f31-d6818086f773 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-be6dd348-1bb5-4064-9f31-d6818086f773 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-be6dd348-1bb5-4064-9f31-d6818086f773 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-be6dd348-1bb5-4064-9f31-d6818086f773 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-be6dd348-1bb5-4064-9f31-d6818086f773 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c returned with HTTP 200 -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 495/990] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:41 2025] GET /volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c => generated 872 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-73445a4d-4ba0-44a6-8574-92d0115c6ad9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-73445a4d-4ba0-44a6-8574-92d0115c6ad9 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-73445a4d-4ba0-44a6-8574-92d0115c6ad9 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-73445a4d-4ba0-44a6-8574-92d0115c6ad9 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-73445a4d-4ba0-44a6-8574-92d0115c6ad9 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-73445a4d-4ba0-44a6-8574-92d0115c6ad9 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c returned with HTTP 200 -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 496/991] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:41 2025] GET /volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c => generated 872 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] DELETE http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Delete volume with id: 855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Delete volume request issued successfully. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c returned with HTTP 202 -Jan 03 20:40:41 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 496/992] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:41 2025] DELETE /volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5829273f-ed4d-4e88-8464-c2e420420c70 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5829273f-ed4d-4e88-8464-c2e420420c70 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5829273f-ed4d-4e88-8464-c2e420420c70 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5829273f-ed4d-4e88-8464-c2e420420c70 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5829273f-ed4d-4e88-8464-c2e420420c70 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5829273f-ed4d-4e88-8464-c2e420420c70 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c returned with HTTP 200 -Jan 03 20:40:41 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 497/993] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:41 2025] GET /volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c => generated 871 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ae218854-44dc-4e37-90de-e090c0732aef None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ae218854-44dc-4e37-90de-e090c0732aef tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ae218854-44dc-4e37-90de-e090c0732aef tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ae218854-44dc-4e37-90de-e090c0732aef tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ae218854-44dc-4e37-90de-e090c0732aef tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c returned with HTTP 404 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 497/994] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:42 2025] GET /volume/v3/volumes/855a258a-511c-4ec1-977c-5ce79ad34e2c => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0b4d4a00-098f-424b-b05c-e002709644f8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0b4d4a00-098f-424b-b05c-e002709644f8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0b4d4a00-098f-424b-b05c-e002709644f8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0b4d4a00-098f-424b-b05c-e002709644f8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0b4d4a00-098f-424b-b05c-e002709644f8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0b4d4a00-098f-424b-b05c-e002709644f8 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 returned with HTTP 200 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 498/995] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:42 2025] GET /volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 => generated 839 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] DELETE http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Delete volume with id: cb54f276-eabe-4a97-a574-77ae3675dd30 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Delete volume request issued successfully. -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 returned with HTTP 202 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 498/996] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:42 2025] DELETE /volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7a7df48e-fd1c-4f0c-9693-b4603101d548 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7a7df48e-fd1c-4f0c-9693-b4603101d548 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7a7df48e-fd1c-4f0c-9693-b4603101d548 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7a7df48e-fd1c-4f0c-9693-b4603101d548 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7a7df48e-fd1c-4f0c-9693-b4603101d548 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Volume info retrieved successfully. -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7a7df48e-fd1c-4f0c-9693-b4603101d548 tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 returned with HTTP 200 -Jan 03 20:40:42 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 499/997] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:42 2025] GET /volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 => generated 838 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4d09b935-42a9-4133-85b2-b7bd5557a4ad None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4d09b935-42a9-4133-85b2-b7bd5557a4ad tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] GET http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 -Jan 03 20:40:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4d09b935-42a9-4133-85b2-b7bd5557a4ad tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:43 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4d09b935-42a9-4133-85b2-b7bd5557a4ad tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:43 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4d09b935-42a9-4133-85b2-b7bd5557a4ad tempest-VolumesCloneTest-1969858781 tempest-VolumesCloneTest-1969858781-project-member] http://10.201.9.223/volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 returned with HTTP 404 -Jan 03 20:40:43 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 499/998] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:43 2025] GET /volume/v3/volumes/cb54f276-eabe-4a97-a574-77ae3675dd30 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1f9820e3-029c-479d-ab95-076161d5c7cd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 2, "name": "tempest-VolumesCloneNegativeTest-Volume-1204634017"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Create volume request body: {'volume': {'size': 2, 'name': 'tempest-VolumesCloneNegativeTest-Volume-1204634017'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Create volume of 2 GB -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Flow 'volume_create_api' (b9500947-6761-4a85-8989-3276fbe69c18) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2a8000ca-8397-4359-bb32-70db9663c735) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Validating volume size '2' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2a8000ca-8397-4359-bb32-70db9663c735) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a74086eb-a07b-493f-a2dd-771237a555c1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Created reservations ['47ecc3a2-ecfe-408c-88ae-b49b8547c754', 'c8383b0f-9bd7-42a6-8767-5921e63bea02', '129824a0-1f51-4752-8092-070f7ea0d90b', '8636fa63-8dc8-4a63-b51c-36d77e4aecbb'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a74086eb-a07b-493f-a2dd-771237a555c1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['47ecc3a2-ecfe-408c-88ae-b49b8547c754', 'c8383b0f-9bd7-42a6-8767-5921e63bea02', '129824a0-1f51-4752-8092-070f7ea0d90b', '8636fa63-8dc8-4a63-b51c-36d77e4aecbb']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2af29dc1-85aa-4883-b284-7baed51a7136) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2af29dc1-85aa-4883-b284-7baed51a7136) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'fa508c74-92ab-4a34-a538-5fd6fd640245', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-1204634017',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='00601580a9d3499e9ffe81bf43143a57',qos_specs=None,replication_status=,reservations=['47ecc3a2-ecfe-408c-88ae-b49b8547c754','c8383b0f-9bd7-42a6-8767-5921e63bea02','129824a0-1f51-4752-8092-070f7ea0d90b','8636fa63-8dc8-4a63-b51c-36d77e4aecbb'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='469c4cc532b045758c0e0ec997c55716',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:44Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-1204634017',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=fa508c74-92ab-4a34-a538-5fd6fd640245,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00601580a9d3499e9ffe81bf43143a57',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='469c4cc532b045758c0e0ec997c55716',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (41c941cc-9da1-458d-911a-24da4b8e0810) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (41c941cc-9da1-458d-911a-24da4b8e0810) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-1204634017',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='00601580a9d3499e9ffe81bf43143a57',qos_specs=None,replication_status=,reservations=['47ecc3a2-ecfe-408c-88ae-b49b8547c754','c8383b0f-9bd7-42a6-8767-5921e63bea02','129824a0-1f51-4752-8092-070f7ea0d90b','8636fa63-8dc8-4a63-b51c-36d77e4aecbb'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='469c4cc532b045758c0e0ec997c55716',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d8259dc6-3656-41e6-9774-a85656ceac7c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d8259dc6-3656-41e6-9774-a85656ceac7c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Flow 'volume_create_api' (b9500947-6761-4a85-8989-3276fbe69c18) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Create volume request issued successfully. -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:44 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 500/999] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:40:44 2025] POST /volume/v3/volumes => generated 754 bytes in 204 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b4716111-cb50-46da-8d39-281adf2a043a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b4716111-cb50-46da-8d39-281adf2a043a tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] GET http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b4716111-cb50-46da-8d39-281adf2a043a tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b4716111-cb50-46da-8d39-281adf2a043a tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b4716111-cb50-46da-8d39-281adf2a043a tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Volume info retrieved successfully. -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b4716111-cb50-46da-8d39-281adf2a043a tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 returned with HTTP 200 -Jan 03 20:40:44 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 500/1000] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:44 2025] GET /volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 => generated 822 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0d89d752-bf48-4580-8d3e-5f709bc9c31e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d89d752-bf48-4580-8d3e-5f709bc9c31e tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] GET http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0d89d752-bf48-4580-8d3e-5f709bc9c31e tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0d89d752-bf48-4580-8d3e-5f709bc9c31e tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0d89d752-bf48-4580-8d3e-5f709bc9c31e tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Volume info retrieved successfully. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0d89d752-bf48-4580-8d3e-5f709bc9c31e tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 returned with HTTP 200 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 501/1001] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:45 2025] GET /volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2eeafb48-809b-4302-bb05-fec23973e693 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "source_volid": "fa508c74-92ab-4a34-a538-5fd6fd640245"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Create volume request body: {'volume': {'size': 1, 'source_volid': 'fa508c74-92ab-4a34-a538-5fd6fd640245'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Volume retrieved successfully. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Create volume of 1 GB -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Flow 'volume_create_api' (290e8590-1a16-440e-8778-2ac5a92f9415) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3ada09b9-4b53-46a2-93be-d337bee6f86f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Validating volume size '1' using validate_int, validate_source_size {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: WARNING cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3ada09b9-4b53-46a2-93be-d337bee6f86f) transitioned into state 'FAILURE' from state 'RUNNING' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: Failure: cinder.exception.InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than original volume size 2GB. They must be >= original volume size. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3ada09b9-4b53-46a2-93be-d337bee6f86f) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: WARNING cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3ada09b9-4b53-46a2-93be-d337bee6f86f) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: WARNING cinder.volume.api [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Flow 'volume_create_api' (290e8590-1a16-440e-8778-2ac5a92f9415) transitioned into state 'REVERTED' from state 'RUNNING' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2eeafb48-809b-4302-bb05-fec23973e693 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 501/1002] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:40:45 2025] POST /volume/v3/volumes => generated 173 bytes in 37 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5cfca14a-605c-49b2-9ef3-7e062a39ded5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5cfca14a-605c-49b2-9ef3-7e062a39ded5 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] GET http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5cfca14a-605c-49b2-9ef3-7e062a39ded5 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5cfca14a-605c-49b2-9ef3-7e062a39ded5 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-5cfca14a-605c-49b2-9ef3-7e062a39ded5 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Volume info retrieved successfully. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5cfca14a-605c-49b2-9ef3-7e062a39ded5 tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 returned with HTTP 200 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 502/1003] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:45 2025] GET /volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] DELETE http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Delete volume with id: fa508c74-92ab-4a34-a538-5fd6fd640245 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Volume info retrieved successfully. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Delete volume request issued successfully. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 returned with HTTP 202 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 502/1004] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:45 2025] DELETE /volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dd8c9717-201e-40ac-9a04-b893efa84f8c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dd8c9717-201e-40ac-9a04-b893efa84f8c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] GET http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dd8c9717-201e-40ac-9a04-b893efa84f8c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dd8c9717-201e-40ac-9a04-b893efa84f8c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-dd8c9717-201e-40ac-9a04-b893efa84f8c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Volume info retrieved successfully. -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dd8c9717-201e-40ac-9a04-b893efa84f8c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 returned with HTTP 200 -Jan 03 20:40:45 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 503/1005] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:45 2025] GET /volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 => generated 846 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-67c657cc-132a-414d-8da7-ff7d877ada3c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-67c657cc-132a-414d-8da7-ff7d877ada3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] GET http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 -Jan 03 20:40:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-67c657cc-132a-414d-8da7-ff7d877ada3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:46 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-67c657cc-132a-414d-8da7-ff7d877ada3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:46 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-67c657cc-132a-414d-8da7-ff7d877ada3c tempest-VolumesCloneNegativeTest-1528556197 tempest-VolumesCloneNegativeTest-1528556197-project-member] http://10.201.9.223/volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 returned with HTTP 404 -Jan 03 20:40:46 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 503/1006] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:46 2025] GET /volume/v3/volumes/fa508c74-92ab-4a34-a538-5fd6fd640245 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a3315510-12ea-4723-a350-73445116e5ef None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-680032102", "metadata": {"Type": "Test"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesGetTest-Volume-680032102', 'metadata': {'Type': 'Test'}}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume of 1 GB -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (3e48d9b0-89d5-4147-a54a-af81391f17bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5ae6521b-4a61-4259-9d2d-3d942954a94d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Validating volume size '1' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (5ae6521b-4a61-4259-9d2d-3d942954a94d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6c1d5fdb-33c5-4f50-9403-f21af72e014d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Created reservations ['0b149b65-10e9-4878-9632-ece50a72fd27', '2fe6dd53-961b-4082-9f29-d219def54054', '9a7f35cf-5f73-4297-a70a-1cd7f90b92a8', '277d2d1e-8a5f-4aef-9853-1fa50bf99e61'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6c1d5fdb-33c5-4f50-9403-f21af72e014d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0b149b65-10e9-4878-9632-ece50a72fd27', '2fe6dd53-961b-4082-9f29-d219def54054', '9a7f35cf-5f73-4297-a70a-1cd7f90b92a8', '277d2d1e-8a5f-4aef-9853-1fa50bf99e61']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1cac5d01-8141-45b0-9829-8dce46854ab7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1cac5d01-8141-45b0-9829-8dce46854ab7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '567cef82-4672-49ce-a3d2-b47170f95522', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-680032102',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['0b149b65-10e9-4878-9632-ece50a72fd27','2fe6dd53-961b-4082-9f29-d219def54054','9a7f35cf-5f73-4297-a70a-1cd7f90b92a8','277d2d1e-8a5f-4aef-9853-1fa50bf99e61'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-680032102',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=567cef82-4672-49ce-a3d2-b47170f95522,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (de8744aa-bef7-4397-84ca-79974c679d4f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (de8744aa-bef7-4397-84ca-79974c679d4f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-680032102',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['0b149b65-10e9-4878-9632-ece50a72fd27','2fe6dd53-961b-4082-9f29-d219def54054','9a7f35cf-5f73-4297-a70a-1cd7f90b92a8','277d2d1e-8a5f-4aef-9853-1fa50bf99e61'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (06b79380-ba8c-416f-8e97-ebdce2dad2e5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (06b79380-ba8c-416f-8e97-ebdce2dad2e5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (3e48d9b0-89d5-4147-a54a-af81391f17bf) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request issued successfully. -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:48 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 504/1007] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:47 2025] POST /volume/v3/volumes => generated 757 bytes in 197 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cf4965a0-b42a-47b3-972b-648de0ec322a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf4965a0-b42a-47b3-972b-648de0ec322a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cf4965a0-b42a-47b3-972b-648de0ec322a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cf4965a0-b42a-47b3-972b-648de0ec322a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cf4965a0-b42a-47b3-972b-648de0ec322a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cf4965a0-b42a-47b3-972b-648de0ec322a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 200 -Jan 03 20:40:48 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 504/1008] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:48 2025] GET /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 825 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b91813a7-5cef-43a0-9861-b2549632e2bd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b91813a7-5cef-43a0-9861-b2549632e2bd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b91813a7-5cef-43a0-9861-b2549632e2bd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b91813a7-5cef-43a0-9861-b2549632e2bd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b91813a7-5cef-43a0-9861-b2549632e2bd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b91813a7-5cef-43a0-9861-b2549632e2bd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 200 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 505/1009] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:49 2025] GET /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 850 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7d81f97b-865f-4c40-8614-1786bbf7bd3b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7d81f97b-865f-4c40-8614-1786bbf7bd3b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7d81f97b-865f-4c40-8614-1786bbf7bd3b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7d81f97b-865f-4c40-8614-1786bbf7bd3b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-7d81f97b-865f-4c40-8614-1786bbf7bd3b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7d81f97b-865f-4c40-8614-1786bbf7bd3b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 200 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 505/1010] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:49 2025] GET /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 850 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b8ffc0c5-4e9d-4924-adf7-4e38ff2f0ea6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8ffc0c5-4e9d-4924-adf7-4e38ff2f0ea6 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] PUT http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b8ffc0c5-4e9d-4924-adf7-4e38ff2f0ea6 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-680032102"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b8ffc0c5-4e9d-4924-adf7-4e38ff2f0ea6 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b8ffc0c5-4e9d-4924-adf7-4e38ff2f0ea6 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume updated successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b8ffc0c5-4e9d-4924-adf7-4e38ff2f0ea6 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 200 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 506/1011] 10.201.9.223 () {60 vars in 1250 bytes} [Fri Jan 3 20:40:49 2025] PUT /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 782 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d1a6fe76-72e1-4897-9901-5e0c52be4a6c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d1a6fe76-72e1-4897-9901-5e0c52be4a6c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] PUT http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d1a6fe76-72e1-4897-9901-5e0c52be4a6c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-new-Volume-2095017809", "description": "This is the new description of volume"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d1a6fe76-72e1-4897-9901-5e0c52be4a6c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d1a6fe76-72e1-4897-9901-5e0c52be4a6c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume updated successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d1a6fe76-72e1-4897-9901-5e0c52be4a6c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 200 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 506/1012] 10.201.9.223 () {60 vars in 1251 bytes} [Fri Jan 3 20:40:49 2025] PUT /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 822 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e60ac951-1a27-49e9-b357-44ea814c5bb9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e60ac951-1a27-49e9-b357-44ea814c5bb9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e60ac951-1a27-49e9-b357-44ea814c5bb9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e60ac951-1a27-49e9-b357-44ea814c5bb9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e60ac951-1a27-49e9-b357-44ea814c5bb9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e60ac951-1a27-49e9-b357-44ea814c5bb9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 200 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 507/1013] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:49 2025] GET /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 890 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'create', calling method: create, body: {"volume": {"description": "tempest-@#$%^* description-1329949923", "availability_zone": "nova", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request body: {'volume': {'description': 'tempest-@#$%^* description-1329949923', 'availability_zone': 'nova', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume of 1 GB -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (58dd9235-18fb-46e6-ae4a-12fda9c4a1d8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9d533bd2-d2df-4a03-9783-600e6e597fb2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9d533bd2-d2df-4a03-9783-600e6e597fb2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8731fc09-34d2-45c0-98b9-8fe8ebc52d5f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Created reservations ['326bd617-172a-4432-bc72-5da84fbd659f', 'cd707855-0516-4674-81c3-6b69d2a11be9', 'b29b8adc-4f3a-4550-81b8-0132800899bb', '8ecf5723-e514-47c4-8ece-84fa1407d5d5'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8731fc09-34d2-45c0-98b9-8fe8ebc52d5f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['326bd617-172a-4432-bc72-5da84fbd659f', 'cd707855-0516-4674-81c3-6b69d2a11be9', 'b29b8adc-4f3a-4550-81b8-0132800899bb', '8ecf5723-e514-47c4-8ece-84fa1407d5d5']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b64fe061-19a7-4c9e-a609-671ee5e35ee1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b64fe061-19a7-4c9e-a609-671ee5e35ee1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a771aabe-9a88-4c1d-b7af-173467002770', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-1329949923',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['326bd617-172a-4432-bc72-5da84fbd659f','cd707855-0516-4674-81c3-6b69d2a11be9','b29b8adc-4f3a-4550-81b8-0132800899bb','8ecf5723-e514-47c4-8ece-84fa1407d5d5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:49Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-1329949923',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=a771aabe-9a88-4c1d-b7af-173467002770,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (9677c02b-79e2-4fa2-8590-378cb3741900) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (9677c02b-79e2-4fa2-8590-378cb3741900) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-1329949923',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['326bd617-172a-4432-bc72-5da84fbd659f','cd707855-0516-4674-81c3-6b69d2a11be9','b29b8adc-4f3a-4550-81b8-0132800899bb','8ecf5723-e514-47c4-8ece-84fa1407d5d5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (08b8a8fc-5c05-414a-b245-7d9af36c44dd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (08b8a8fc-5c05-414a-b245-7d9af36c44dd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (58dd9235-18fb-46e6-ae4a-12fda9c4a1d8) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request issued successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 507/1014] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:49 2025] POST /volume/v3/volumes => generated 741 bytes in 104 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8bf326dc-4b9f-46aa-8bd0-7ccb849a0c9b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8bf326dc-4b9f-46aa-8bd0-7ccb849a0c9b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8bf326dc-4b9f-46aa-8bd0-7ccb849a0c9b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8bf326dc-4b9f-46aa-8bd0-7ccb849a0c9b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8bf326dc-4b9f-46aa-8bd0-7ccb849a0c9b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8bf326dc-4b9f-46aa-8bd0-7ccb849a0c9b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 returned with HTTP 200 -Jan 03 20:40:49 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 508/1015] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:49 2025] GET /volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 => generated 809 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1c72a052-4968-4bd1-8f0f-a46dbf353328 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1c72a052-4968-4bd1-8f0f-a46dbf353328 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1c72a052-4968-4bd1-8f0f-a46dbf353328 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1c72a052-4968-4bd1-8f0f-a46dbf353328 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-1c72a052-4968-4bd1-8f0f-a46dbf353328 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1c72a052-4968-4bd1-8f0f-a46dbf353328 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 returned with HTTP 200 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 508/1016] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:50 2025] GET /volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 => generated 834 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f3ca92a1-7bfe-4ed3-b89a-6870bc6577a2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f3ca92a1-7bfe-4ed3-b89a-6870bc6577a2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] PUT http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f3ca92a1-7bfe-4ed3-b89a-6870bc6577a2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-680032102", "description": null}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f3ca92a1-7bfe-4ed3-b89a-6870bc6577a2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f3ca92a1-7bfe-4ed3-b89a-6870bc6577a2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume updated successfully. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f3ca92a1-7bfe-4ed3-b89a-6870bc6577a2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 returned with HTTP 200 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 509/1017] 10.201.9.223 () {60 vars in 1250 bytes} [Fri Jan 3 20:40:50 2025] PUT /volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 => generated 768 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] DELETE http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume with id: a771aabe-9a88-4c1d-b7af-173467002770 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume request issued successfully. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 returned with HTTP 202 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 509/1018] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:50 2025] DELETE /volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e19c6377-6a1c-49d2-8e48-080d6b46aa6e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e19c6377-6a1c-49d2-8e48-080d6b46aa6e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e19c6377-6a1c-49d2-8e48-080d6b46aa6e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e19c6377-6a1c-49d2-8e48-080d6b46aa6e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e19c6377-6a1c-49d2-8e48-080d6b46aa6e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e19c6377-6a1c-49d2-8e48-080d6b46aa6e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 returned with HTTP 200 -Jan 03 20:40:50 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 510/1019] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:50 2025] GET /volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 => generated 835 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4cf94c39-2599-4d2d-993d-c99d33c2b265 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4cf94c39-2599-4d2d-993d-c99d33c2b265 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4cf94c39-2599-4d2d-993d-c99d33c2b265 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4cf94c39-2599-4d2d-993d-c99d33c2b265 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4cf94c39-2599-4d2d-993d-c99d33c2b265 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 returned with HTTP 404 -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 510/1020] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:51 2025] GET /volume/v3/volumes/a771aabe-9a88-4c1d-b7af-173467002770 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-2105f490-821e-40a0-8947-65bc183dc9c1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] DELETE http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume with id: 567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume request issued successfully. -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 202 -Jan 03 20:40:51 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 511/1021] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:51 2025] DELETE /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-de7e7680-610f-4ffe-b3c8-63f295e54111 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-de7e7680-610f-4ffe-b3c8-63f295e54111 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-de7e7680-610f-4ffe-b3c8-63f295e54111 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-de7e7680-610f-4ffe-b3c8-63f295e54111 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-de7e7680-610f-4ffe-b3c8-63f295e54111 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-de7e7680-610f-4ffe-b3c8-63f295e54111 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 200 -Jan 03 20:40:51 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 511/1022] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:51 2025] GET /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 889 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-afe2a705-8421-4a78-a79c-2b9d5bd2ff40 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-afe2a705-8421-4a78-a79c-2b9d5bd2ff40 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 -Jan 03 20:40:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-afe2a705-8421-4a78-a79c-2b9d5bd2ff40 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-afe2a705-8421-4a78-a79c-2b9d5bd2ff40 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-afe2a705-8421-4a78-a79c-2b9d5bd2ff40 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 returned with HTTP 404 -Jan 03 20:40:52 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 512/1023] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:52 2025] GET /volume/v3/volumes/567cef82-4672-49ce-a3d2-b47170f95522 => generated 109 bytes in 27 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-2047175482"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesGetTest-Volume-2047175482'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume of 1 GB -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (3735f0ef-ab2b-40e8-9503-a15ef08604e4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0fa8050b-444a-485d-a70a-c88bba92744d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0fa8050b-444a-485d-a70a-c88bba92744d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (df80696f-d6c7-40d9-88e5-e144a59824e9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Created reservations ['591e2c7c-5499-4a2b-a564-4a23c1a4fec4', '7a44e836-b5fe-4061-b3ba-5270d3740637', '73e9d80e-47dc-465f-8498-00c165217daa', '351447b9-b352-497f-91b2-f8f6d24d504c'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (df80696f-d6c7-40d9-88e5-e144a59824e9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['591e2c7c-5499-4a2b-a564-4a23c1a4fec4', '7a44e836-b5fe-4061-b3ba-5270d3740637', '73e9d80e-47dc-465f-8498-00c165217daa', '351447b9-b352-497f-91b2-f8f6d24d504c']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b73d12eb-37b3-4562-b7aa-8e5d94aca0d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b73d12eb-37b3-4562-b7aa-8e5d94aca0d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '16e7e461-357c-4009-9711-0798f408c8a0', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-2047175482',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['591e2c7c-5499-4a2b-a564-4a23c1a4fec4','7a44e836-b5fe-4061-b3ba-5270d3740637','73e9d80e-47dc-465f-8498-00c165217daa','351447b9-b352-497f-91b2-f8f6d24d504c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-2047175482',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=16e7e461-357c-4009-9711-0798f408c8a0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c7fb262f-2661-4039-8f43-de8ec3741b72) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c7fb262f-2661-4039-8f43-de8ec3741b72) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-2047175482',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['591e2c7c-5499-4a2b-a564-4a23c1a4fec4','7a44e836-b5fe-4061-b3ba-5270d3740637','73e9d80e-47dc-465f-8498-00c165217daa','351447b9-b352-497f-91b2-f8f6d24d504c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8c855104-540d-4799-8072-40fd155398b8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8c855104-540d-4799-8072-40fd155398b8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:52 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (3735f0ef-ab2b-40e8-9503-a15ef08604e4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:53 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request issued successfully. -Jan 03 20:40:53 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:53 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 512/1024] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:40:52 2025] POST /volume/v3/volumes => generated 744 bytes in 136 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-287ca042-042a-4ec6-9718-51fef5536fca None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-287ca042-042a-4ec6-9718-51fef5536fca tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-287ca042-042a-4ec6-9718-51fef5536fca tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-287ca042-042a-4ec6-9718-51fef5536fca tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-287ca042-042a-4ec6-9718-51fef5536fca tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-287ca042-042a-4ec6-9718-51fef5536fca tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 returned with HTTP 200 -Jan 03 20:40:53 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 513/1025] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:53 2025] GET /volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 => generated 812 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-389a713c-9cdc-44b2-a971-8cd2bbdb36ed None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-389a713c-9cdc-44b2-a971-8cd2bbdb36ed tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-389a713c-9cdc-44b2-a971-8cd2bbdb36ed tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-389a713c-9cdc-44b2-a971-8cd2bbdb36ed tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-389a713c-9cdc-44b2-a971-8cd2bbdb36ed tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-389a713c-9cdc-44b2-a971-8cd2bbdb36ed tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 returned with HTTP 200 -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 513/1026] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:54 2025] GET /volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 => generated 837 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6c68cfb6-8950-4731-a429-a125c724213d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'create', calling method: create, body: {"volume": {"source_volid": "16e7e461-357c-4009-9711-0798f408c8a0", "size": 1, "name": "tempest-VolumesGetTest-Volume-1199589551", "metadata": {"Type": "Test"}}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request body: {'volume': {'source_volid': '16e7e461-357c-4009-9711-0798f408c8a0', 'size': 1, 'name': 'tempest-VolumesGetTest-Volume-1199589551', 'metadata': {'Type': 'Test'}}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume retrieved successfully. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume of 1 GB -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (7251b9b8-31ef-4985-a42c-16c27df5cdbd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (dbd61511-8c49-4ff8-b589-e69954a3a141) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Validating volume size '1' using validate_int, validate_source_size {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (dbd61511-8c49-4ff8-b589-e69954a3a141) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': '16e7e461-357c-4009-9711-0798f408c8a0', 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85576b39-8861-4409-a89a-978b39fd4e8d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Created reservations ['778ad05a-151f-49eb-aaf6-785f1acc430e', '6fadaf68-bb95-4084-b15c-75c307a216d1', '0b200ded-1c83-422a-acf6-a103e90ab978', '0aa5fb02-159e-4178-9bd7-faae5bc27bfe'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85576b39-8861-4409-a89a-978b39fd4e8d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['778ad05a-151f-49eb-aaf6-785f1acc430e', '6fadaf68-bb95-4084-b15c-75c307a216d1', '0b200ded-1c83-422a-acf6-a103e90ab978', '0aa5fb02-159e-4178-9bd7-faae5bc27bfe']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1287a5e4-9a8d-4ff1-b23a-e89378b6224e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1287a5e4-9a8d-4ff1-b23a-e89378b6224e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'b1067468-dec9-4714-b070-44d14a283f28', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1199589551',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['778ad05a-151f-49eb-aaf6-785f1acc430e','6fadaf68-bb95-4084-b15c-75c307a216d1','0b200ded-1c83-422a-acf6-a103e90ab978','0aa5fb02-159e-4178-9bd7-faae5bc27bfe'],size=1,snapshot_id=None,source_replicaid=,source_volid=16e7e461-357c-4009-9711-0798f408c8a0,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1199589551',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=b1067468-dec9-4714-b070-44d14a283f28,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=16e7e461-357c-4009-9711-0798f408c8a0,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fcfd0c4e-f42c-4e14-a81b-0c2b23ccca40) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fcfd0c4e-f42c-4e14-a81b-0c2b23ccca40) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1199589551',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['778ad05a-151f-49eb-aaf6-785f1acc430e','6fadaf68-bb95-4084-b15c-75c307a216d1','0b200ded-1c83-422a-acf6-a103e90ab978','0aa5fb02-159e-4178-9bd7-faae5bc27bfe'],size=1,snapshot_id=None,source_replicaid=,source_volid=16e7e461-357c-4009-9711-0798f408c8a0,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2dcec2d0-86c1-4e30-b38b-750c5bb24aa5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2dcec2d0-86c1-4e30-b38b-750c5bb24aa5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (7251b9b8-31ef-4985-a42c-16c27df5cdbd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request issued successfully. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:54 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 514/1027] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:54 2025] POST /volume/v3/volumes => generated 792 bytes in 144 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6a34aa06-6819-459e-8afb-5b7aa88d8cc4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6a34aa06-6819-459e-8afb-5b7aa88d8cc4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6a34aa06-6819-459e-8afb-5b7aa88d8cc4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6a34aa06-6819-459e-8afb-5b7aa88d8cc4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-6a34aa06-6819-459e-8afb-5b7aa88d8cc4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6a34aa06-6819-459e-8afb-5b7aa88d8cc4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 200 -Jan 03 20:40:54 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 514/1028] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:54 2025] GET /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 860 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a12d1ed6-e0a4-4839-8edb-e433c8b5effd None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a12d1ed6-e0a4-4839-8edb-e433c8b5effd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a12d1ed6-e0a4-4839-8edb-e433c8b5effd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a12d1ed6-e0a4-4839-8edb-e433c8b5effd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a12d1ed6-e0a4-4839-8edb-e433c8b5effd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a12d1ed6-e0a4-4839-8edb-e433c8b5effd tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 200 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 515/1029] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:55 2025] GET /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 885 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-70118d6b-b67d-4a0a-b073-90aeeaa1b368 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-70118d6b-b67d-4a0a-b073-90aeeaa1b368 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-70118d6b-b67d-4a0a-b073-90aeeaa1b368 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-70118d6b-b67d-4a0a-b073-90aeeaa1b368 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-70118d6b-b67d-4a0a-b073-90aeeaa1b368 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-70118d6b-b67d-4a0a-b073-90aeeaa1b368 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 200 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 515/1030] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:55 2025] GET /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 885 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9ce7f6d5-2400-4223-84e2-5a443cacc5e4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9ce7f6d5-2400-4223-84e2-5a443cacc5e4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] PUT http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9ce7f6d5-2400-4223-84e2-5a443cacc5e4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-1199589551"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9ce7f6d5-2400-4223-84e2-5a443cacc5e4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9ce7f6d5-2400-4223-84e2-5a443cacc5e4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume updated successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9ce7f6d5-2400-4223-84e2-5a443cacc5e4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 200 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 516/1031] 10.201.9.223 () {60 vars in 1250 bytes} [Fri Jan 3 20:40:55 2025] PUT /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 817 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ccc2fae2-4311-447c-89f2-1354188c6e7c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ccc2fae2-4311-447c-89f2-1354188c6e7c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] PUT http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ccc2fae2-4311-447c-89f2-1354188c6e7c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-new-Volume-1194766815", "description": "This is the new description of volume"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-ccc2fae2-4311-447c-89f2-1354188c6e7c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-ccc2fae2-4311-447c-89f2-1354188c6e7c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume updated successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ccc2fae2-4311-447c-89f2-1354188c6e7c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 200 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 516/1032] 10.201.9.223 () {60 vars in 1251 bytes} [Fri Jan 3 20:40:55 2025] PUT /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 856 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-32f44828-f72c-4e4a-a938-01b65b7d3691 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-32f44828-f72c-4e4a-a938-01b65b7d3691 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-32f44828-f72c-4e4a-a938-01b65b7d3691 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-32f44828-f72c-4e4a-a938-01b65b7d3691 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-32f44828-f72c-4e4a-a938-01b65b7d3691 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-32f44828-f72c-4e4a-a938-01b65b7d3691 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 200 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 517/1033] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:55 2025] GET /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 924 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'create', calling method: create, body: {"volume": {"description": "tempest-@#$%^* description-568906102", "availability_zone": "nova", "size": 1}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request body: {'volume': {'description': 'tempest-@#$%^* description-568906102', 'availability_zone': 'nova', 'size': 1}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume of 1 GB -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Availability Zones retrieved successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (55e2ecf2-01a5-469a-9126-0154f07b010f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (162fdf85-1eb1-4b7e-93ef-13a83c66009f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (162fdf85-1eb1-4b7e-93ef-13a83c66009f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (2beb17dd-2b17-46a0-a2fe-e27cdecd991b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Created reservations ['e9fcfbe2-cc93-4714-9e0a-e2afa59bd3b0', '917b0753-77f8-4a72-b324-af3c8befc048', '5d898a01-769b-40ab-bea0-e5e884a03f60', 'ea6d5ac8-ed92-4475-b38d-5807436ca5a4'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (2beb17dd-2b17-46a0-a2fe-e27cdecd991b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e9fcfbe2-cc93-4714-9e0a-e2afa59bd3b0', '917b0753-77f8-4a72-b324-af3c8befc048', '5d898a01-769b-40ab-bea0-e5e884a03f60', 'ea6d5ac8-ed92-4475-b38d-5807436ca5a4']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e8e65600-1cd3-43b5-8c00-0f7cd6763396) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e8e65600-1cd3-43b5-8c00-0f7cd6763396) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '724eedba-afeb-4278-a954-576306e0ec4f', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-568906102',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['e9fcfbe2-cc93-4714-9e0a-e2afa59bd3b0','917b0753-77f8-4a72-b324-af3c8befc048','5d898a01-769b-40ab-bea0-e5e884a03f60','ea6d5ac8-ed92-4475-b38d-5807436ca5a4'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:55Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-568906102',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=724eedba-afeb-4278-a954-576306e0ec4f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3c8181cb-7c17-4eb4-91d0-16dbbae27542) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3c8181cb-7c17-4eb4-91d0-16dbbae27542) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-568906102',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3093ab862fbe44c18273c0fc716c70b4',qos_specs=None,replication_status=,reservations=['e9fcfbe2-cc93-4714-9e0a-e2afa59bd3b0','917b0753-77f8-4a72-b324-af3c8befc048','5d898a01-769b-40ab-bea0-e5e884a03f60','ea6d5ac8-ed92-4475-b38d-5807436ca5a4'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (b5ec41e4-b1d8-47be-ad95-ea697fa8247a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (b5ec41e4-b1d8-47be-ad95-ea697fa8247a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Flow 'volume_create_api' (55e2ecf2-01a5-469a-9126-0154f07b010f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Create volume request issued successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 517/1034] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:55 2025] POST /volume/v3/volumes => generated 740 bytes in 113 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-dacd2813-d028-4659-84f6-efcc305224b8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dacd2813-d028-4659-84f6-efcc305224b8 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dacd2813-d028-4659-84f6-efcc305224b8 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-dacd2813-d028-4659-84f6-efcc305224b8 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-dacd2813-d028-4659-84f6-efcc305224b8 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-dacd2813-d028-4659-84f6-efcc305224b8 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f returned with HTTP 200 -Jan 03 20:40:55 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 518/1035] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:55 2025] GET /volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f => generated 808 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-6299962a-99b7-4106-b0b1-6e7453fb38a9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6299962a-99b7-4106-b0b1-6e7453fb38a9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6299962a-99b7-4106-b0b1-6e7453fb38a9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-6299962a-99b7-4106-b0b1-6e7453fb38a9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-6299962a-99b7-4106-b0b1-6e7453fb38a9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-6299962a-99b7-4106-b0b1-6e7453fb38a9 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f returned with HTTP 200 -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 518/1036] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:56 2025] GET /volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f => generated 833 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8ae86482-8a0e-4b34-9d8f-869d0b941e85 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8ae86482-8a0e-4b34-9d8f-869d0b941e85 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] PUT http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8ae86482-8a0e-4b34-9d8f-869d0b941e85 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-1199589551", "description": null}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8ae86482-8a0e-4b34-9d8f-869d0b941e85 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8ae86482-8a0e-4b34-9d8f-869d0b941e85 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume updated successfully. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8ae86482-8a0e-4b34-9d8f-869d0b941e85 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f returned with HTTP 200 -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 519/1037] 10.201.9.223 () {60 vars in 1250 bytes} [Fri Jan 3 20:40:56 2025] PUT /volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f => generated 769 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] DELETE http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume with id: 724eedba-afeb-4278-a954-576306e0ec4f -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume request issued successfully. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f returned with HTTP 202 -Jan 03 20:40:56 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 519/1038] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:56 2025] DELETE /volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0678a22f-93a9-41d9-a37f-b64ae701460c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0678a22f-93a9-41d9-a37f-b64ae701460c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0678a22f-93a9-41d9-a37f-b64ae701460c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0678a22f-93a9-41d9-a37f-b64ae701460c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0678a22f-93a9-41d9-a37f-b64ae701460c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0678a22f-93a9-41d9-a37f-b64ae701460c tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f returned with HTTP 200 -Jan 03 20:40:56 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 520/1039] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:56 2025] GET /volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f => generated 836 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d99e09c5-d083-45ec-ad03-81f82b4cb172 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d99e09c5-d083-45ec-ad03-81f82b4cb172 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d99e09c5-d083-45ec-ad03-81f82b4cb172 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d99e09c5-d083-45ec-ad03-81f82b4cb172 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d99e09c5-d083-45ec-ad03-81f82b4cb172 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f returned with HTTP 404 -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 520/1040] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:57 2025] GET /volume/v3/volumes/724eedba-afeb-4278-a954-576306e0ec4f => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] DELETE http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume with id: b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume request issued successfully. -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 202 -Jan 03 20:40:57 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 521/1041] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:57 2025] DELETE /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2e82658b-7273-4671-950e-4aa21c58694a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2e82658b-7273-4671-950e-4aa21c58694a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2e82658b-7273-4671-950e-4aa21c58694a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2e82658b-7273-4671-950e-4aa21c58694a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-2e82658b-7273-4671-950e-4aa21c58694a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2e82658b-7273-4671-950e-4aa21c58694a tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 200 -Jan 03 20:40:57 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 521/1042] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:57 2025] GET /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 923 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-abb4c2e8-76ce-477b-8b3c-fce0827042ea None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-abb4c2e8-76ce-477b-8b3c-fce0827042ea tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 -Jan 03 20:40:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-abb4c2e8-76ce-477b-8b3c-fce0827042ea tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:58 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-abb4c2e8-76ce-477b-8b3c-fce0827042ea tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:58 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-abb4c2e8-76ce-477b-8b3c-fce0827042ea tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 returned with HTTP 404 -Jan 03 20:40:58 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 522/1043] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:58 2025] GET /volume/v3/volumes/b1067468-dec9-4714-b070-44d14a283f28 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:40:58 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3fdf24fc-f3ed-4409-9b66-af0bd56c1db4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3fdf24fc-f3ed-4409-9b66-af0bd56c1db4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3fdf24fc-f3ed-4409-9b66-af0bd56c1db4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3fdf24fc-f3ed-4409-9b66-af0bd56c1db4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3fdf24fc-f3ed-4409-9b66-af0bd56c1db4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3fdf24fc-f3ed-4409-9b66-af0bd56c1db4 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 returned with HTTP 200 -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 522/1044] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:58 2025] GET /volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 => generated 837 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] DELETE http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume with id: 16e7e461-357c-4009-9711-0798f408c8a0 -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Delete volume request issued successfully. -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 returned with HTTP 202 -Jan 03 20:40:59 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 523/1045] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:40:59 2025] DELETE /volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8199e26f-6d4f-4e26-ab31-a031562dca36 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8199e26f-6d4f-4e26-ab31-a031562dca36 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8199e26f-6d4f-4e26-ab31-a031562dca36 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8199e26f-6d4f-4e26-ab31-a031562dca36 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8199e26f-6d4f-4e26-ab31-a031562dca36 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Volume info retrieved successfully. -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8199e26f-6d4f-4e26-ab31-a031562dca36 tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 returned with HTTP 200 -Jan 03 20:40:59 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 523/1046] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:59 2025] GET /volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 => generated 836 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-adf05cd8-2606-4266-b344-e84df60a1a8b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-adf05cd8-2606-4266-b344-e84df60a1a8b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] GET http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 -Jan 03 20:41:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-adf05cd8-2606-4266-b344-e84df60a1a8b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:00 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-adf05cd8-2606-4266-b344-e84df60a1a8b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:00 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-adf05cd8-2606-4266-b344-e84df60a1a8b tempest-VolumesGetTest-1366798154 tempest-VolumesGetTest-1366798154-project-member] http://10.201.9.223/volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 returned with HTTP 404 -Jan 03 20:41:00 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 524/1047] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:00 2025] GET /volume/v3/volumes/16e7e461-357c-4009-9711-0798f408c8a0 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4d046031-949c-442f-bd25-156b4f639c81 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4d046031-949c-442f-bd25-156b4f639c81 tempest-VolumesSummaryTest-1656360012 tempest-VolumesSummaryTest-1656360012-project-member] GET http://10.201.9.223/volume/v3/volumes/summary -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4d046031-949c-442f-bd25-156b4f639c81 tempest-VolumesSummaryTest-1656360012 tempest-VolumesSummaryTest-1656360012-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4d046031-949c-442f-bd25-156b4f639c81 tempest-VolumesSummaryTest-1656360012 tempest-VolumesSummaryTest-1656360012-project-member] Calling method 'version_select' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-4d046031-949c-442f-bd25-156b4f639c81 tempest-VolumesSummaryTest-1656360012 tempest-VolumesSummaryTest-1656360012-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4d046031-949c-442f-bd25-156b4f639c81 tempest-VolumesSummaryTest-1656360012 tempest-VolumesSummaryTest-1656360012-project-member] Get summary completed successfully. -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4d046031-949c-442f-bd25-156b4f639c81 tempest-VolumesSummaryTest-1656360012 tempest-VolumesSummaryTest-1656360012-project-member] http://10.201.9.223/volume/v3/volumes/summary returned with HTTP 200 -Jan 03 20:41:01 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 524/1048] 10.201.9.223 () {60 vars in 1184 bytes} [Fri Jan 3 20:41:01 2025] GET /volume/v3/volumes/summary => generated 55 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9eeb351a-2cc4-4398-96cb-36f7b271d614 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 525/1049] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:02 2025] GET /volume/v3/volumes => generated 15 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fc168898-e767-4590-88e5-4e5e0c16183a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "name": "tempest-VolumesListTestJSON-Volume-2055920979"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'name': 'tempest-VolumesListTestJSON-Volume-2055920979'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume of 1 GB -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Flow 'volume_create_api' (6092ed15-2406-4b5b-ada9-64b072931826) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (193818ea-5693-4ebb-a189-57f5ec31c40c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (193818ea-5693-4ebb-a189-57f5ec31c40c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f9883c54-62a4-488f-b5ae-f25b38ed681f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Created reservations ['6297e0fb-79a1-4a18-a1dc-b4569f8c88ac', '2715c727-cf46-44a7-ad39-5f3b02b69d81', 'c1e3bd62-8717-418f-ac0d-a48b1b03899f', '22c34f37-fa02-433f-b522-36796ed0b7db'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f9883c54-62a4-488f-b5ae-f25b38ed681f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['6297e0fb-79a1-4a18-a1dc-b4569f8c88ac', '2715c727-cf46-44a7-ad39-5f3b02b69d81', 'c1e3bd62-8717-418f-ac0d-a48b1b03899f', '22c34f37-fa02-433f-b522-36796ed0b7db']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9bf6a26d-53eb-4756-a630-127ea8f22a91) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9bf6a26d-53eb-4756-a630-127ea8f22a91) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'd6e62458-ae74-4f75-87d6-a4755aa38180', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-2055920979',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='dfa15a50eb7346e5b8bda30dfb904381',qos_specs=None,replication_status=,reservations=['6297e0fb-79a1-4a18-a1dc-b4569f8c88ac','2715c727-cf46-44a7-ad39-5f3b02b69d81','c1e3bd62-8717-418f-ac0d-a48b1b03899f','22c34f37-fa02-433f-b522-36796ed0b7db'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:02Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-2055920979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=d6e62458-ae74-4f75-87d6-a4755aa38180,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2f557fa4-7617-46ae-86d7-42b798f54883) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2f557fa4-7617-46ae-86d7-42b798f54883) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-2055920979',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='dfa15a50eb7346e5b8bda30dfb904381',qos_specs=None,replication_status=,reservations=['6297e0fb-79a1-4a18-a1dc-b4569f8c88ac','2715c727-cf46-44a7-ad39-5f3b02b69d81','c1e3bd62-8717-418f-ac0d-a48b1b03899f','22c34f37-fa02-433f-b522-36796ed0b7db'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2959bb85-8f62-4c11-9d7a-59746a3569ec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2959bb85-8f62-4c11-9d7a-59746a3569ec) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Flow 'volume_create_api' (6092ed15-2406-4b5b-ada9-64b072931826) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume request issued successfully. -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:41:02 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 525/1050] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:02 2025] POST /volume/v3/volumes => generated 763 bytes in 116 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-44da9079-a2ea-47e0-8805-7e13aadb4e7f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-44da9079-a2ea-47e0-8805-7e13aadb4e7f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-44da9079-a2ea-47e0-8805-7e13aadb4e7f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-44da9079-a2ea-47e0-8805-7e13aadb4e7f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-44da9079-a2ea-47e0-8805-7e13aadb4e7f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-44da9079-a2ea-47e0-8805-7e13aadb4e7f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 200 -Jan 03 20:41:02 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 526/1051] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:02 2025] GET /volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 831 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c1c81120-ee2c-4c30-9647-70fe8ba1c6c8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c1c81120-ee2c-4c30-9647-70fe8ba1c6c8 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c1c81120-ee2c-4c30-9647-70fe8ba1c6c8 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c1c81120-ee2c-4c30-9647-70fe8ba1c6c8 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c1c81120-ee2c-4c30-9647-70fe8ba1c6c8 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c1c81120-ee2c-4c30-9647-70fe8ba1c6c8 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 200 -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 526/1052] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:03 2025] GET /volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 856 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-90b6d8ee-c7d4-4215-b30c-e010e34aa8e1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-90b6d8ee-c7d4-4215-b30c-e010e34aa8e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-90b6d8ee-c7d4-4215-b30c-e010e34aa8e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-90b6d8ee-c7d4-4215-b30c-e010e34aa8e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-90b6d8ee-c7d4-4215-b30c-e010e34aa8e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-90b6d8ee-c7d4-4215-b30c-e010e34aa8e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 200 -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 527/1053] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:03 2025] GET /volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 856 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "name": "tempest-VolumesListTestJSON-Volume-1803967900"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'name': 'tempest-VolumesListTestJSON-Volume-1803967900'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume of 1 GB -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Flow 'volume_create_api' (198cc3c5-0a87-4d04-88fb-80553365adb8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c84b3432-0367-429c-9ed7-b5fdb3f0561d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c84b3432-0367-429c-9ed7-b5fdb3f0561d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (36b25951-651f-4ea3-bbdf-78643235b458) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Created reservations ['c8bd8107-4386-4d99-a45d-629868778ff3', '9f6e41ca-115f-4335-9811-035b8387c059', 'd7177d60-9942-4af7-a34c-f13ac359f21f', 'f2209eba-ea07-4a27-982f-4e2e84d9a93c'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (36b25951-651f-4ea3-bbdf-78643235b458) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c8bd8107-4386-4d99-a45d-629868778ff3', '9f6e41ca-115f-4335-9811-035b8387c059', 'd7177d60-9942-4af7-a34c-f13ac359f21f', 'f2209eba-ea07-4a27-982f-4e2e84d9a93c']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (82f487b5-0c71-4287-a778-7cfab93a676d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (82f487b5-0c71-4287-a778-7cfab93a676d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'e5f5d812-be68-4335-b010-22b8fb74219d', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1803967900',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='dfa15a50eb7346e5b8bda30dfb904381',qos_specs=None,replication_status=,reservations=['c8bd8107-4386-4d99-a45d-629868778ff3','9f6e41ca-115f-4335-9811-035b8387c059','d7177d60-9942-4af7-a34c-f13ac359f21f','f2209eba-ea07-4a27-982f-4e2e84d9a93c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1803967900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=e5f5d812-be68-4335-b010-22b8fb74219d,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e16d5c4d-2539-4728-b227-98113d07b952) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e16d5c4d-2539-4728-b227-98113d07b952) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1803967900',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='dfa15a50eb7346e5b8bda30dfb904381',qos_specs=None,replication_status=,reservations=['c8bd8107-4386-4d99-a45d-629868778ff3','9f6e41ca-115f-4335-9811-035b8387c059','d7177d60-9942-4af7-a34c-f13ac359f21f','f2209eba-ea07-4a27-982f-4e2e84d9a93c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dded5036-84b4-4fe6-a1fd-75c820bb0544) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dded5036-84b4-4fe6-a1fd-75c820bb0544) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Flow 'volume_create_api' (198cc3c5-0a87-4d04-88fb-80553365adb8) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume request issued successfully. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:41:03 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 527/1054] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:03 2025] POST /volume/v3/volumes => generated 763 bytes in 105 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-61343431-ee39-42ba-a896-f73021e209b9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-61343431-ee39-42ba-a896-f73021e209b9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-61343431-ee39-42ba-a896-f73021e209b9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-61343431-ee39-42ba-a896-f73021e209b9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-61343431-ee39-42ba-a896-f73021e209b9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-61343431-ee39-42ba-a896-f73021e209b9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 200 -Jan 03 20:41:03 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 528/1055] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:03 2025] GET /volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d => generated 831 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-fa386043-ca7d-4186-931e-e75c525e276a None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fa386043-ca7d-4186-931e-e75c525e276a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fa386043-ca7d-4186-931e-e75c525e276a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-fa386043-ca7d-4186-931e-e75c525e276a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-fa386043-ca7d-4186-931e-e75c525e276a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-fa386043-ca7d-4186-931e-e75c525e276a tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 200 -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 528/1056] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:04 2025] GET /volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d => generated 856 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b43fbfad-c012-4727-b587-45c5e3cca811 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b43fbfad-c012-4727-b587-45c5e3cca811 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b43fbfad-c012-4727-b587-45c5e3cca811 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b43fbfad-c012-4727-b587-45c5e3cca811 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b43fbfad-c012-4727-b587-45c5e3cca811 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b43fbfad-c012-4727-b587-45c5e3cca811 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 200 -Jan 03 20:41:04 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 529/1057] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:04 2025] GET /volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d => generated 856 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "name": "tempest-VolumesListTestJSON-Volume-1549315665"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'name': 'tempest-VolumesListTestJSON-Volume-1549315665'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume of 1 GB -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Flow 'volume_create_api' (9ffad9c4-4f92-4ce7-8ce4-c7f004713f90) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (004dff64-5bc4-4675-977c-4b7f90b90333) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (004dff64-5bc4-4675-977c-4b7f90b90333) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4a94554b-f449-41ba-81ca-340a6c19c88f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Created reservations ['9045b76a-62f7-49ce-a8e5-bd585cfc1899', '5937d10b-a49a-4fca-a497-7cff79f07fa1', 'acde264d-6409-42b4-8d0f-b317c75c0627', '00b818ff-86b0-4880-acc4-10377d4e0677'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4a94554b-f449-41ba-81ca-340a6c19c88f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['9045b76a-62f7-49ce-a8e5-bd585cfc1899', '5937d10b-a49a-4fca-a497-7cff79f07fa1', 'acde264d-6409-42b4-8d0f-b317c75c0627', '00b818ff-86b0-4880-acc4-10377d4e0677']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (94d39c0a-bd75-45cf-8496-44eae535d049) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (94d39c0a-bd75-45cf-8496-44eae535d049) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '524d04d1-3c41-4916-bbfa-966c37ea4dfa', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1549315665',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='dfa15a50eb7346e5b8bda30dfb904381',qos_specs=None,replication_status=,reservations=['9045b76a-62f7-49ce-a8e5-bd585cfc1899','5937d10b-a49a-4fca-a497-7cff79f07fa1','acde264d-6409-42b4-8d0f-b317c75c0627','00b818ff-86b0-4880-acc4-10377d4e0677'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1549315665',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=524d04d1-3c41-4916-bbfa-966c37ea4dfa,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:04 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6ec17206-5f4f-4cf5-806c-471963f3369e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6ec17206-5f4f-4cf5-806c-471963f3369e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1549315665',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='dfa15a50eb7346e5b8bda30dfb904381',qos_specs=None,replication_status=,reservations=['9045b76a-62f7-49ce-a8e5-bd585cfc1899','5937d10b-a49a-4fca-a497-7cff79f07fa1','acde264d-6409-42b4-8d0f-b317c75c0627','00b818ff-86b0-4880-acc4-10377d4e0677'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0588e574-78a0-4125-b924-e8c9aee013a8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0588e574-78a0-4125-b924-e8c9aee013a8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Flow 'volume_create_api' (9ffad9c4-4f92-4ce7-8ce4-c7f004713f90) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Create volume request issued successfully. -Jan 03 20:41:05 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:41:05 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 529/1058] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:04 2025] POST /volume/v3/volumes => generated 763 bytes in 130 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-de714489-25c2-4aa9-86e7-b0b40a7a00c4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-de714489-25c2-4aa9-86e7-b0b40a7a00c4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-de714489-25c2-4aa9-86e7-b0b40a7a00c4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-de714489-25c2-4aa9-86e7-b0b40a7a00c4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-de714489-25c2-4aa9-86e7-b0b40a7a00c4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-de714489-25c2-4aa9-86e7-b0b40a7a00c4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 200 -Jan 03 20:41:05 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 530/1059] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:05 2025] GET /volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 831 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9b46e338-f53c-48bf-997c-5fd03a1965b1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9b46e338-f53c-48bf-997c-5fd03a1965b1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9b46e338-f53c-48bf-997c-5fd03a1965b1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9b46e338-f53c-48bf-997c-5fd03a1965b1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9b46e338-f53c-48bf-997c-5fd03a1965b1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9b46e338-f53c-48bf-997c-5fd03a1965b1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 530/1060] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 856 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e21e6a56-f95a-4489-9af0-df17957cd8ab None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e21e6a56-f95a-4489-9af0-df17957cd8ab tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e21e6a56-f95a-4489-9af0-df17957cd8ab tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e21e6a56-f95a-4489-9af0-df17957cd8ab tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e21e6a56-f95a-4489-9af0-df17957cd8ab tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e21e6a56-f95a-4489-9af0-df17957cd8ab tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 531/1061] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 856 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ed4619e4-98b5-44d2-b3c3-8e19e25ca7e4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 531/1062] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes => generated 982 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1549315665 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesListTestJSON-Volume-1549315665'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a28fa39f-643c-4ad3-b932-3e903b3ad04f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1549315665 returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 532/1063] 10.201.9.223 () {58 vars in 1220 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1549315665 => generated 336 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1549315665 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesListTestJSON-Volume-1549315665'), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-570c87c0-579a-49b6-ae52-6f086ebe8ef2 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1549315665 returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 532/1064] 10.201.9.223 () {58 vars in 1241 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1549315665 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0842dee5-9fed-4a0d-a741-6e23f9c65517 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1 returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 533/1065] 10.201.9.223 () {58 vars in 1155 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/detail?limit=1 => generated 1003 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c19d1cee-dc1b-4d08-b22d-3d140814bd31 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 533/1066] 10.201.9.223 () {58 vars in 1243 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/detail?limit=1&marker=524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 1003 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f846f260-5922-4e6d-9202-1e9d60204105 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f846f260-5922-4e6d-9202-1e9d60204105 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f846f260-5922-4e6d-9202-1e9d60204105 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f846f260-5922-4e6d-9202-1e9d60204105 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-f846f260-5922-4e6d-9202-1e9d60204105 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-f846f260-5922-4e6d-9202-1e9d60204105 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f846f260-5922-4e6d-9202-1e9d60204105 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f846f260-5922-4e6d-9202-1e9d60204105 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 534/1067] 10.201.9.223 () {58 vars in 1243 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/detail?limit=1&marker=e5f5d812-be68-4335-b010-22b8fb74219d => generated 1003 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-92dd4545-0f03-4f84-bd43-51910ecfb450 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 534/1068] 10.201.9.223 () {58 vars in 1243 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/detail?limit=1&marker=d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 15 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=asc&sort_key=id -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value available, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e151f803-fea7-445e-8ccb-abe5fca31f8e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=asc&sort_key=id returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 535/1069] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/detail?limit=2&status=available&sort_dir=asc&sort_key=id => generated 1891 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=desc&sort_key=id -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value available, assuming string {{(pid=115586) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7ddf5185-f350-4809-ba5c-e1b051a5e4ba tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=desc&sort_key=id returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 535/1070] 10.201.9.223 () {58 vars in 1241 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes/detail?limit=2&status=available&sort_dir=desc&sort_key=id => generated 1892 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a1a0fcb4-e297-450a-8b6b-113d88303df9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?limit=1 returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 536/1071] 10.201.9.223 () {58 vars in 1134 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes?limit=1 => generated 473 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-40277dc7-1666-4115-850c-336873e3c096 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-40277dc7-1666-4115-850c-336873e3c096 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1&marker=524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-40277dc7-1666-4115-850c-336873e3c096 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-40277dc7-1666-4115-850c-336873e3c096 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-40277dc7-1666-4115-850c-336873e3c096 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-40277dc7-1666-4115-850c-336873e3c096 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-40277dc7-1666-4115-850c-336873e3c096 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-40277dc7-1666-4115-850c-336873e3c096 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?limit=1&marker=524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 536/1072] 10.201.9.223 () {58 vars in 1222 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes?limit=1&marker=524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 473 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1&marker=e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bbd08bd1-7bc5-4f91-a3a5-34139d34f73c tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?limit=1&marker=e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 537/1073] 10.201.9.223 () {58 vars in 1222 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes?limit=1&marker=e5f5d812-be68-4335-b010-22b8fb74219d => generated 473 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1&marker=d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3a1e68a0-99fc-4c7e-8063-96a0bcf9e6e1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?limit=1&marker=d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 537/1074] 10.201.9.223 () {58 vars in 1222 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes?limit=1&marker=d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 15 bytes in 175 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-2055920979&status=available -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value available, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('status', 'available'), ('display_name', 'tempest-VolumesListTestJSON-Volume-2055920979'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-0553adc5-5971-45bb-9fc1-9ec9b0ffd496 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-2055920979&status=available returned with HTTP 200 -Jan 03 20:41:06 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 538/1075] 10.201.9.223 () {58 vars in 1254 bytes} [Fri Jan 3 20:41:06 2025] GET /volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-2055920979&status=available => generated 336 bytes in 189 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1803967900&status=available -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value available, assuming string {{(pid=115586) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('status', 'available'), ('display_name', 'tempest-VolumesListTestJSON-Volume-1803967900'), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-76c16429-4f4c-4df8-98c9-e1423d8b4ba1 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1803967900&status=available returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 538/1076] 10.201.9.223 () {58 vars in 1275 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1803967900&status=available => generated 859 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?marker=d6e62458-ae74-4f75-87d6-a4755aa38180&sort=id%3Aasc -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7031ab3b-ef8b-4400-944e-4345ad81c396 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?marker=d6e62458-ae74-4f75-87d6-a4755aa38180&sort=id%3Aasc returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 539/1077] 10.201.9.223 () {58 vars in 1255 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/detail?marker=d6e62458-ae74-4f75-87d6-a4755aa38180&sort=id%3Aasc => generated 859 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?metadata=%7B%27Type%27%3A+%27work%27%7D -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('metadata', {'Type': 'work'}), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9c49aa1d-86f8-4af6-bdbb-0666aae84b5d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?metadata=%7B%27Type%27%3A+%27work%27%7D returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 539/1078] 10.201.9.223 () {58 vars in 1219 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/detail?metadata=%7B%27Type%27%3A+%27work%27%7D => generated 2551 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c1088da0-608c-4998-b790-dc9d81d894cc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c1088da0-608c-4998-b790-dc9d81d894cc tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c1088da0-608c-4998-b790-dc9d81d894cc tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c1088da0-608c-4998-b790-dc9d81d894cc tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-c1088da0-608c-4998-b790-dc9d81d894cc tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-c1088da0-608c-4998-b790-dc9d81d894cc tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c1088da0-608c-4998-b790-dc9d81d894cc tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c1088da0-608c-4998-b790-dc9d81d894cc tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 540/1079] 10.201.9.223 () {58 vars in 1140 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/detail => generated 2551 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?metadata=%7B%27Type%27%3A+%27work%27%7D -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('metadata', {'Type': 'work'}), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f0d6fc20-5bca-4f00-be4c-d9de17896e1e tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?metadata=%7B%27Type%27%3A+%27work%27%7D returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 540/1080] 10.201.9.223 () {58 vars in 1198 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes?metadata=%7B%27Type%27%3A+%27work%27%7D => generated 982 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?availability_zone=nova -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value nova, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('availability_zone', 'nova'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-41868eb5-f2ee-411e-aeeb-6b0f0f18da63 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?availability_zone=nova returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 541/1081] 10.201.9.223 () {58 vars in 1164 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes?availability_zone=nova => generated 982 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?availability_zone=nova -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value nova, assuming string {{(pid=115586) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('availability_zone', 'nova'), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-61d17f5c-a434-465f-a42e-2bfd39ab9f74 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?availability_zone=nova returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 541/1082] 10.201.9.223 () {58 vars in 1164 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes?availability_zone=nova => generated 982 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?bootable=false -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('bootable', False), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-99e183fc-6a62-4a3b-8224-3b7e0f11e0d6 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?bootable=false returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 542/1083] 10.201.9.223 () {58 vars in 1148 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes?bootable=false => generated 982 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?bootable=false -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('bootable', False), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-93bb0e64-3dd2-4028-a5c8-8c581a4caa68 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?bootable=false returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 542/1084] 10.201.9.223 () {58 vars in 1148 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes?bootable=false => generated 982 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?status=available -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value available, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9a2a75ef-22cf-48f4-ae10-0580084bc683 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?status=available returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 543/1085] 10.201.9.223 () {58 vars in 1152 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes?status=available => generated 982 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes?status=available -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value available, assuming string {{(pid=115586) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-d6fd35da-8797-4636-847e-780e1d4b5af4 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes?status=available returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 543/1086] 10.201.9.223 () {58 vars in 1152 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes?status=available => generated 982 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?availability_zone=nova -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value nova, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('availability_zone', 'nova'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4a7a9811-2e8b-46a2-bf09-8481acdb0da5 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?availability_zone=nova returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 544/1087] 10.201.9.223 () {58 vars in 1185 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/detail?availability_zone=nova => generated 2551 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?bootable=false -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('bootable', False), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-857172e8-09fe-4cc5-b8ae-179511f1b240 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?bootable=false returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 544/1088] 10.201.9.223 () {58 vars in 1169 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/detail?bootable=false => generated 2551 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?status=available -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Could not evaluate value available, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Get all volumes completed successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-bc158785-aa0f-4dd3-bbac-3e1f4db472a7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/detail?status=available returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 545/1089] 10.201.9.223 () {58 vars in 1173 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/detail?status=available => generated 2551 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e6a9c7ca-27e6-4a1d-8f31-fcb00baf7b00 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e6a9c7ca-27e6-4a1d-8f31-fcb00baf7b00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e6a9c7ca-27e6-4a1d-8f31-fcb00baf7b00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e6a9c7ca-27e6-4a1d-8f31-fcb00baf7b00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e6a9c7ca-27e6-4a1d-8f31-fcb00baf7b00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e6a9c7ca-27e6-4a1d-8f31-fcb00baf7b00 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 545/1090] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 856 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] DELETE http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Delete volume with id: 524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Delete volume request issued successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 202 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 546/1091] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:41:07 2025] DELETE /volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 0 bytes in 63 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5b3de5fe-f12e-414c-916f-ea691d8dac6d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5b3de5fe-f12e-414c-916f-ea691d8dac6d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5b3de5fe-f12e-414c-916f-ea691d8dac6d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5b3de5fe-f12e-414c-916f-ea691d8dac6d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5b3de5fe-f12e-414c-916f-ea691d8dac6d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5b3de5fe-f12e-414c-916f-ea691d8dac6d tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 200 -Jan 03 20:41:07 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 546/1092] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:07 2025] GET /volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 855 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-090fc87c-810a-42c5-a9a6-e5f4c09e804f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-090fc87c-810a-42c5-a9a6-e5f4c09e804f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-090fc87c-810a-42c5-a9a6-e5f4c09e804f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-090fc87c-810a-42c5-a9a6-e5f4c09e804f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-090fc87c-810a-42c5-a9a6-e5f4c09e804f tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa returned with HTTP 404 -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 547/1093] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:08 2025] GET /volume/v3/volumes/524d04d1-3c41-4916-bbfa-966c37ea4dfa => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-28102005-1b75-4874-97f6-6a8e0a7a2cf7 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-28102005-1b75-4874-97f6-6a8e0a7a2cf7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-28102005-1b75-4874-97f6-6a8e0a7a2cf7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-28102005-1b75-4874-97f6-6a8e0a7a2cf7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-28102005-1b75-4874-97f6-6a8e0a7a2cf7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-28102005-1b75-4874-97f6-6a8e0a7a2cf7 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 200 -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 547/1094] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:08 2025] GET /volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d => generated 856 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] DELETE http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Delete volume with id: e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Delete volume request issued successfully. -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 202 -Jan 03 20:41:08 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 548/1095] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:41:08 2025] DELETE /volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-60b5c5a2-f1a7-47cd-8101-d69d78816ff3 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-60b5c5a2-f1a7-47cd-8101-d69d78816ff3 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-60b5c5a2-f1a7-47cd-8101-d69d78816ff3 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-60b5c5a2-f1a7-47cd-8101-d69d78816ff3 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-60b5c5a2-f1a7-47cd-8101-d69d78816ff3 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-60b5c5a2-f1a7-47cd-8101-d69d78816ff3 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 200 -Jan 03 20:41:08 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 548/1096] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:08 2025] GET /volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d => generated 855 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5bead519-69e0-49c6-80fd-bb2d21172591 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5bead519-69e0-49c6-80fd-bb2d21172591 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5bead519-69e0-49c6-80fd-bb2d21172591 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5bead519-69e0-49c6-80fd-bb2d21172591 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5bead519-69e0-49c6-80fd-bb2d21172591 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d returned with HTTP 404 -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 549/1097] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:09 2025] GET /volume/v3/volumes/e5f5d812-be68-4335-b010-22b8fb74219d => generated 109 bytes in 27 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0f53fe09-0762-4d16-bb97-683daea0fbc0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0f53fe09-0762-4d16-bb97-683daea0fbc0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0f53fe09-0762-4d16-bb97-683daea0fbc0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0f53fe09-0762-4d16-bb97-683daea0fbc0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-0f53fe09-0762-4d16-bb97-683daea0fbc0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0f53fe09-0762-4d16-bb97-683daea0fbc0 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 200 -Jan 03 20:41:09 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 549/1098] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:09 2025] GET /volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 856 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] DELETE http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Delete volume with id: d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:09 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:10 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Delete volume request issued successfully. -Jan 03 20:41:10 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 202 -Jan 03 20:41:10 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 550/1099] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:41:09 2025] DELETE /volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 0 bytes in 29 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-09566501-d3c8-4a9e-acee-a7cdfa55133b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-09566501-d3c8-4a9e-acee-a7cdfa55133b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-09566501-d3c8-4a9e-acee-a7cdfa55133b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-09566501-d3c8-4a9e-acee-a7cdfa55133b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-09566501-d3c8-4a9e-acee-a7cdfa55133b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Volume info retrieved successfully. -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-09566501-d3c8-4a9e-acee-a7cdfa55133b tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 200 -Jan 03 20:41:10 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 550/1100] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:10 2025] GET /volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 855 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-813cdd81-8b42-46b0-8a3f-6486face83c9 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-813cdd81-8b42-46b0-8a3f-6486face83c9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] GET http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 -Jan 03 20:41:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-813cdd81-8b42-46b0-8a3f-6486face83c9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:11 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-813cdd81-8b42-46b0-8a3f-6486face83c9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:11 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-813cdd81-8b42-46b0-8a3f-6486face83c9 tempest-VolumesListTestJSON-772831102 tempest-VolumesListTestJSON-772831102-project-member] http://10.201.9.223/volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 returned with HTTP 404 -Jan 03 20:41:11 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 551/1101] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:11 2025] GET /volume/v3/volumes/d6e62458-ae74-4f75-87d6-a4755aa38180 => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-200fee60-49ce-453b-b984-f708a32ea7ff None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesNegativeTest-Volume-1162830807"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesNegativeTest-Volume-1162830807'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume of 1 GB -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Flow 'volume_create_api' (10f99c00-3e35-4fff-aa9f-43520e64f820) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2a946441-63a4-4ddf-b21e-aadffd0fec81) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2a946441-63a4-4ddf-b21e-aadffd0fec81) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d97eaa33-c688-49d0-9117-4d08a73f096d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Created reservations ['64c22675-7ccc-4cd4-a8ec-87cb3d626e94', '71bada6d-8e59-4154-b124-9dc38b132fe5', '1edc5e65-bcd9-45f4-a70a-3de4127935d5', 'f6207d28-9581-4fe7-99e4-b5bd3fb3668a'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d97eaa33-c688-49d0-9117-4d08a73f096d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['64c22675-7ccc-4cd4-a8ec-87cb3d626e94', '71bada6d-8e59-4154-b124-9dc38b132fe5', '1edc5e65-bcd9-45f4-a70a-3de4127935d5', 'f6207d28-9581-4fe7-99e4-b5bd3fb3668a']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (882165a6-fffe-4292-bed6-53fe2679c30f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (882165a6-fffe-4292-bed6-53fe2679c30f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'dd4c33c5-5067-460a-9586-ede15adb2fa6', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1162830807',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='24b19edb70374b44855a0e50c32416df',qos_specs=None,replication_status=,reservations=['64c22675-7ccc-4cd4-a8ec-87cb3d626e94','71bada6d-8e59-4154-b124-9dc38b132fe5','1edc5e65-bcd9-45f4-a70a-3de4127935d5','f6207d28-9581-4fe7-99e4-b5bd3fb3668a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0863b8a7ca76460c8b1272dba951109b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1162830807',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=dd4c33c5-5067-460a-9586-ede15adb2fa6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='24b19edb70374b44855a0e50c32416df',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0863b8a7ca76460c8b1272dba951109b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (13c20956-11cc-485d-91f4-88b48907287c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (13c20956-11cc-485d-91f4-88b48907287c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1162830807',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='24b19edb70374b44855a0e50c32416df',qos_specs=None,replication_status=,reservations=['64c22675-7ccc-4cd4-a8ec-87cb3d626e94','71bada6d-8e59-4154-b124-9dc38b132fe5','1edc5e65-bcd9-45f4-a70a-3de4127935d5','f6207d28-9581-4fe7-99e4-b5bd3fb3668a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0863b8a7ca76460c8b1272dba951109b',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1f801de2-1d2f-4f8d-b7f6-9bbc6e85e048) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1f801de2-1d2f-4f8d-b7f6-9bbc6e85e048) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Flow 'volume_create_api' (10f99c00-3e35-4fff-aa9f-43520e64f820) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume request issued successfully. -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:41:12 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 551/1102] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:12 2025] POST /volume/v3/volumes => generated 749 bytes in 232 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-3df51008-8927-4eb6-b3ee-bb9f11d58616 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3df51008-8927-4eb6-b3ee-bb9f11d58616 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3df51008-8927-4eb6-b3ee-bb9f11d58616 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-3df51008-8927-4eb6-b3ee-bb9f11d58616 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-3df51008-8927-4eb6-b3ee-bb9f11d58616 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-3df51008-8927-4eb6-b3ee-bb9f11d58616 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 returned with HTTP 200 -Jan 03 20:41:12 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 552/1103] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:12 2025] GET /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 => generated 817 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-50ff9d6e-5b80-4f46-90da-860a5a58e680 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-50ff9d6e-5b80-4f46-90da-860a5a58e680 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-50ff9d6e-5b80-4f46-90da-860a5a58e680 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-50ff9d6e-5b80-4f46-90da-860a5a58e680 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-50ff9d6e-5b80-4f46-90da-860a5a58e680 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-50ff9d6e-5b80-4f46-90da-860a5a58e680 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 returned with HTTP 200 -Jan 03 20:41:13 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 552/1104] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:13 2025] GET /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 => generated 842 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cfac5f82-f45a-48ef-9385-af30856f1361 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"imageRef": "1ca00381-1f99-419e-a7d7-ec95be3b44a2", "size": 2, "name": "tempest-VolumesNegativeTest-Volume-1931107882"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume request body: {'volume': {'imageRef': '1ca00381-1f99-419e-a7d7-ec95be3b44a2', 'size': 2, 'name': 'tempest-VolumesNegativeTest-Volume-1931107882'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume of 2 GB -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Flow 'volume_create_api' (a39b688a-5949-4413-9792-6edcab15cb57) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (25f6ca65-6cb4-442b-8ab9-a713e70b5c7e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Validating volume size '2' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (25f6ca65-6cb4-442b-8ab9-a713e70b5c7e) transitioned into state 'FAILURE' from state 'RUNNING' -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: Failure: cinder.exception.InvalidInput: Invalid input received: Image 1ca00381-1f99-419e-a7d7-ec95be3b44a2 is not active. -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (25f6ca65-6cb4-442b-8ab9-a713e70b5c7e) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (25f6ca65-6cb4-442b-8ab9-a713e70b5c7e) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Flow 'volume_create_api' (a39b688a-5949-4413-9792-6edcab15cb57) transitioned into state 'REVERTED' from state 'RUNNING' -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:41:14 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 553/1105] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:14 2025] POST /volume/v3/volumes => generated 125 bytes in 123 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9ae1d4af-14ee-4541-9922-365ac885c5da None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "imageRef": "f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume request body: {'volume': {'size': 1, 'imageRef': 'f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume of 1 GB -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Flow 'volume_create_api' (8d78fa99-9f50-470c-b725-27948f3164d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8b2b0a0c-d93a-48bf-b021-f439bbe54856) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: WARNING cinder.volume.api [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8b2b0a0c-d93a-48bf-b021-f439bbe54856) transitioned into state 'FAILURE' from state 'RUNNING' -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: Failure: cinder.exception.InvalidInput: Invalid input received: Volume size 1GB cannot be smaller than the image minDisk size 2GB. -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8b2b0a0c-d93a-48bf-b021-f439bbe54856) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: WARNING cinder.volume.api [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8b2b0a0c-d93a-48bf-b021-f439bbe54856) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: WARNING cinder.volume.api [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Flow 'volume_create_api' (8d78fa99-9f50-470c-b725-27948f3164d7) transitioned into state 'REVERTED' from state 'RUNNING' -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:41:15 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 553/1106] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:15 2025] POST /volume/v3/volumes => generated 134 bytes in 118 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-71fa66dc-2ab5-4f06-a05f-311d0d006973 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-71fa66dc-2ab5-4f06-a05f-311d0d006973 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-71fa66dc-2ab5-4f06-a05f-311d0d006973 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": "#$%"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-71fa66dc-2ab5-4f06-a05f-311d0d006973 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 554/1107] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes => generated 127 bytes in 11 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-25f7f700-d7cf-41f7-8a23-594f8054bad8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-25f7f700-d7cf-41f7-8a23-594f8054bad8 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-25f7f700-d7cf-41f7-8a23-594f8054bad8 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "snapshot_id": "aaa8d833-1362-4c2c-a55c-64eaa55d3219"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-25f7f700-d7cf-41f7-8a23-594f8054bad8 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume request body: {'volume': {'size': 1, 'snapshot_id': 'aaa8d833-1362-4c2c-a55c-64eaa55d3219'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-25f7f700-d7cf-41f7-8a23-594f8054bad8 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 554/1108] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes => generated 111 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9f3c186d-05bc-474b-b169-d6b9a8fc316f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9f3c186d-05bc-474b-b169-d6b9a8fc316f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9f3c186d-05bc-474b-b169-d6b9a8fc316f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "source_volid": "9805520e-b44f-41c7-abeb-84c1e9fd536e"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-9f3c186d-05bc-474b-b169-d6b9a8fc316f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume request body: {'volume': {'size': 1, 'source_volid': '9805520e-b44f-41c7-abeb-84c1e9fd536e'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9f3c186d-05bc-474b-b169-d6b9a8fc316f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 555/1109] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-326a4d67-0579-4e03-a72e-08e644b40e69 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-326a4d67-0579-4e03-a72e-08e644b40e69 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-326a4d67-0579-4e03-a72e-08e644b40e69 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "volume_type": "197657d2-cebc-4f22-8b94-7a1c5e967575"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-326a4d67-0579-4e03-a72e-08e644b40e69 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Create volume request body: {'volume': {'size': 1, 'volume_type': '197657d2-cebc-4f22-8b94-7a1c5e967575'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-326a4d67-0579-4e03-a72e-08e644b40e69 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 555/1110] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-1d252822-024b-4174-ac23-4289cab48412 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1d252822-024b-4174-ac23-4289cab48412 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-1d252822-024b-4174-ac23-4289cab48412 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": "-1"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-1d252822-024b-4174-ac23-4289cab48412 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 556/1111] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes => generated 125 bytes in 11 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dcb6e681-ee71-444e-9116-8dfeb891f05b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dcb6e681-ee71-444e-9116-8dfeb891f05b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dcb6e681-ee71-444e-9116-8dfeb891f05b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": "0"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dcb6e681-ee71-444e-9116-8dfeb891f05b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 556/1112] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes => generated 125 bytes in 5 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e565279a-7bef-4e13-8283-26771cdd6931 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e565279a-7bef-4e13-8283-26771cdd6931 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e565279a-7bef-4e13-8283-26771cdd6931 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'create', calling method: create, body: {"volume": {"size": ""}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e565279a-7bef-4e13-8283-26771cdd6931 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 557/1113] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes => generated 121 bytes in 7 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-9d407b3a-6b30-487a-8f99-f5d43e3db3be None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9d407b3a-6b30-487a-8f99-f5d43e3db3be tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] DELETE http://10.201.9.223/volume/v3/volumes/tempest-invalid-1500059465 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9d407b3a-6b30-487a-8f99-f5d43e3db3be tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-9d407b3a-6b30-487a-8f99-f5d43e3db3be tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-9d407b3a-6b30-487a-8f99-f5d43e3db3be tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Delete volume with id: tempest-invalid-1500059465 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-9d407b3a-6b30-487a-8f99-f5d43e3db3be tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-1500059465 returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 557/1114] 10.201.9.223 () {58 vars in 1203 bytes} [Fri Jan 3 20:41:16 2025] DELETE /volume/v3/volumes/tempest-invalid-1500059465 => generated 99 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-de4a720e-3655-450b-92fc-ab5fb0c91ce0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 558/1115] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:41:16 2025] DELETE /volume/v3/volumes/ => generated 112 bytes in 3 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-56608931-7881-4609-beab-606805d527c2 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-56608931-7881-4609-beab-606805d527c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/xxx/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-56608931-7881-4609-beab-606805d527c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-detach": {}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-56608931-7881-4609-beab-606805d527c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _detach, body: {"os-detach": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-56608931-7881-4609-beab-606805d527c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/xxx/action returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 558/1116] 10.201.9.223 () {60 vars in 1173 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/xxx/action => generated 76 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d42084bb-ee05-48a4-ad47-d0c0de261c5d None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d42084bb-ee05-48a4-ad47-d0c0de261c5d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/tempest-invalid-449709383 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d42084bb-ee05-48a4-ad47-d0c0de261c5d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d42084bb-ee05-48a4-ad47-d0c0de261c5d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d42084bb-ee05-48a4-ad47-d0c0de261c5d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-449709383 returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 559/1117] 10.201.9.223 () {58 vars in 1197 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes/tempest-invalid-449709383 => generated 98 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-887e9d46-a02e-42da-a3b0-71832da3ec9b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 559/1118] 10.201.9.223 () {58 vars in 1122 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes/ => generated 112 bytes in 3 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?status=null -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Could not evaluate value null, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Searching by: MultiDict([('status', 'null'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Get all volumes completed successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a8777b2d-7038-40a1-9cc3-1db47fd77e88 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/detail?status=null returned with HTTP 200 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 560/1119] 10.201.9.223 () {58 vars in 1163 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes/detail?status=null => generated 15 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesNegativeTest-Volume-385032035 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesNegativeTest-Volume-385032035'), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Get all volumes completed successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c06ca67b-b6fb-497e-bb74-0101a6e09266 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesNegativeTest-Volume-385032035 returned with HTTP 200 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 560/1120] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes/detail?name=tempest-VolumesNegativeTest-Volume-385032035 => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes?status=null -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Could not evaluate value null, assuming string {{(pid=115585) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Searching by: MultiDict([('status', 'null'), ('no_migration_targets', True)]). {{(pid=115585) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Get all volumes completed successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d694d8e0-1c48-4d04-806b-5c56aaca60f2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes?status=null returned with HTTP 200 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 561/1121] 10.201.9.223 () {58 vars in 1142 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes?status=null => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesNegativeTest-Volume-1507656324 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesNegativeTest-Volume-1507656324'), ('no_migration_targets', True)]). {{(pid=115586) get_all /opt/stack/cinder/cinder/volume/api.py:663}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Get all volumes completed successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-ef2c0f8e-352e-436d-835f-f0b49a007c19 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesNegativeTest-Volume-1507656324 returned with HTTP 200 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 561/1122] 10.201.9.223 () {58 vars in 1220 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes?name=tempest-VolumesNegativeTest-Volume-1507656324 => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8cc8ccd6-fddd-403e-a167-894d5bf071eb None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8cc8ccd6-fddd-403e-a167-894d5bf071eb tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8cc8ccd6-fddd-403e-a167-894d5bf071eb tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-reserve": {}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8cc8ccd6-fddd-403e-a167-894d5bf071eb tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _reserve, body: {"os-reserve": {}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8cc8ccd6-fddd-403e-a167-894d5bf071eb tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8cc8ccd6-fddd-403e-a167-894d5bf071eb tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Reserve volume completed successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8cc8ccd6-fddd-403e-a167-894d5bf071eb tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action returned with HTTP 202 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 562/1123] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action => generated 0 bytes in 32 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8a0e1537-3b66-4430-9aa8-9f96286c2a4d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8a0e1537-3b66-4430-9aa8-9f96286c2a4d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8a0e1537-3b66-4430-9aa8-9f96286c2a4d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-reserve": {}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8a0e1537-3b66-4430-9aa8-9f96286c2a4d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _reserve, body: {"os-reserve": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8a0e1537-3b66-4430-9aa8-9f96286c2a4d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: ERROR cinder.volume.api [None req-8a0e1537-3b66-4430-9aa8-9f96286c2a4d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume status must be available to reserve, but the status is attaching. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8a0e1537-3b66-4430-9aa8-9f96286c2a4d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 562/1124] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action => generated 132 bytes in 28 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4094c4be-ff8e-4285-a9aa-f663327570c2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4094c4be-ff8e-4285-a9aa-f663327570c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4094c4be-ff8e-4285-a9aa-f663327570c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-unreserve": {}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4094c4be-ff8e-4285-a9aa-f663327570c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _unreserve, body: {"os-unreserve": {}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4094c4be-ff8e-4285-a9aa-f663327570c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4094c4be-ff8e-4285-a9aa-f663327570c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Unreserve volume completed successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4094c4be-ff8e-4285-a9aa-f663327570c2 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action returned with HTTP 202 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 563/1125] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action => generated 0 bytes in 38 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-f62c6fb2-c1fb-49cc-bbc0-7bc1f756b049 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f62c6fb2-c1fb-49cc-bbc0-7bc1f756b049 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/afc4bc59-a7f8-44fb-a32c-637125ba1d15/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f62c6fb2-c1fb-49cc-bbc0-7bc1f756b049 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-reserve": {}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-f62c6fb2-c1fb-49cc-bbc0-7bc1f756b049 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _reserve, body: {"os-reserve": {}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-f62c6fb2-c1fb-49cc-bbc0-7bc1f756b049 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/afc4bc59-a7f8-44fb-a32c-637125ba1d15/action returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 563/1126] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/afc4bc59-a7f8-44fb-a32c-637125ba1d15/action => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8db16afb-9158-470b-bba6-104c58521cfc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8db16afb-9158-470b-bba6-104c58521cfc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/7ea3ae49-bce6-4aed-b0e7-91d557394307/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8db16afb-9158-470b-bba6-104c58521cfc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-unreserve": {}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8db16afb-9158-470b-bba6-104c58521cfc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _unreserve, body: {"os-unreserve": {}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8db16afb-9158-470b-bba6-104c58521cfc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/7ea3ae49-bce6-4aed-b0e7-91d557394307/action returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 564/1127] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/7ea3ae49-bce6-4aed-b0e7-91d557394307/action => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-209f8069-e367-4daf-a630-ec573293c9c5 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 564/1128] 10.201.9.223 () {60 vars in 1142 bytes} [Fri Jan 3 20:41:16 2025] PUT /volume/v3/volumes/ => generated 112 bytes in 4 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5063ae25-e99f-4a57-8915-d3334b986c56 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5063ae25-e99f-4a57-8915-d3334b986c56 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] PUT http://10.201.9.223/volume/v3/volumes/tempest-invalid-896882902 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5063ae25-e99f-4a57-8915-d3334b986c56 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "n"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5063ae25-e99f-4a57-8915-d3334b986c56 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-896882902 returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 565/1129] 10.201.9.223 () {60 vars in 1217 bytes} [Fri Jan 3 20:41:16 2025] PUT /volume/v3/volumes/tempest-invalid-896882902 => generated 98 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2acf3391-ae0d-4467-a0bf-a0f20824afd9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2acf3391-ae0d-4467-a0bf-a0f20824afd9 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] PUT http://10.201.9.223/volume/v3/volumes/a18d98cf-e41b-4b63-a5fe-754623b08a4f -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2acf3391-ae0d-4467-a0bf-a0f20824afd9 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "n"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2acf3391-ae0d-4467-a0bf-a0f20824afd9 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/a18d98cf-e41b-4b63-a5fe-754623b08a4f returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 565/1130] 10.201.9.223 () {60 vars in 1250 bytes} [Fri Jan 3 20:41:16 2025] PUT /volume/v3/volumes/a18d98cf-e41b-4b63-a5fe-754623b08a4f => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-5fdf29de-d552-444c-94cd-2ce6c094a6ee None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5fdf29de-d552-444c-94cd-2ce6c094a6ee tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] DELETE http://10.201.9.223/volume/v3/volumes/b4714cd1-83a2-428d-8dd7-97c2fd7488bf -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5fdf29de-d552-444c-94cd-2ce6c094a6ee tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-5fdf29de-d552-444c-94cd-2ce6c094a6ee tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-5fdf29de-d552-444c-94cd-2ce6c094a6ee tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Delete volume with id: b4714cd1-83a2-428d-8dd7-97c2fd7488bf -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-5fdf29de-d552-444c-94cd-2ce6c094a6ee tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/b4714cd1-83a2-428d-8dd7-97c2fd7488bf returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 566/1131] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:41:16 2025] DELETE /volume/v3/volumes/b4714cd1-83a2-428d-8dd7-97c2fd7488bf => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e8523979-445c-45cf-aba3-d2eba9119852 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8523979-445c-45cf-aba3-d2eba9119852 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8523979-445c-45cf-aba3-d2eba9119852 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-extend": {"new_size": null}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8523979-445c-45cf-aba3-d2eba9119852 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": null}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8523979-445c-45cf-aba3-d2eba9119852 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 566/1132] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action => generated 140 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f5e1ae08-deb6-4a4e-9c23-6ac231e4bfef None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f5e1ae08-deb6-4a4e-9c23-6ac231e4bfef tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f5e1ae08-deb6-4a4e-9c23-6ac231e4bfef tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-extend": {"new_size": "abc"}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f5e1ae08-deb6-4a4e-9c23-6ac231e4bfef tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": "abc"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f5e1ae08-deb6-4a4e-9c23-6ac231e4bfef tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 567/1133] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action => generated 131 bytes in 5 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-302f5dfc-cb65-4e7c-9683-a83c4312ded0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-302f5dfc-cb65-4e7c-9683-a83c4312ded0 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/c744ffd7-2d9b-4f7a-b2f6-6f50b306192d/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-302f5dfc-cb65-4e7c-9683-a83c4312ded0 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-extend": {"new_size": 2}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-302f5dfc-cb65-4e7c-9683-a83c4312ded0 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 2}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-302f5dfc-cb65-4e7c-9683-a83c4312ded0 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/c744ffd7-2d9b-4f7a-b2f6-6f50b306192d/action returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 567/1134] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/c744ffd7-2d9b-4f7a-b2f6-6f50b306192d/action => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b857474a-c056-4b73-b7dc-1ce8aebe920b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b857474a-c056-4b73-b7dc-1ce8aebe920b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b857474a-c056-4b73-b7dc-1ce8aebe920b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-extend": {"new_size": 0}}' {{(pid=115585) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b857474a-c056-4b73-b7dc-1ce8aebe920b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 0}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b857474a-c056-4b73-b7dc-1ce8aebe920b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action returned with HTTP 400 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 568/1135] 10.201.9.223 () {60 vars in 1272 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6/action => generated 129 bytes in 7 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-0ae1c15a-56c7-4a8e-93fa-f6e241d21d17 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0ae1c15a-56c7-4a8e-93fa-f6e241d21d17 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] POST http://10.201.9.223/volume/v3/volumes/None/action -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0ae1c15a-56c7-4a8e-93fa-f6e241d21d17 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action body: b'{"os-extend": {"new_size": 2}}' {{(pid=115586) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-0ae1c15a-56c7-4a8e-93fa-f6e241d21d17 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 2}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-0ae1c15a-56c7-4a8e-93fa-f6e241d21d17 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/None/action returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 568/1136] 10.201.9.223 () {60 vars in 1176 bytes} [Fri Jan 3 20:41:16 2025] POST /volume/v3/volumes/None/action => generated 77 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a721d6f8-74d6-4752-b184-579f4331b27b None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a721d6f8-74d6-4752-b184-579f4331b27b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/f8df0d90-a880-4d31-af82-ecbd8a2c5625 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a721d6f8-74d6-4752-b184-579f4331b27b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a721d6f8-74d6-4752-b184-579f4331b27b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a721d6f8-74d6-4752-b184-579f4331b27b tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/f8df0d90-a880-4d31-af82-ecbd8a2c5625 returned with HTTP 404 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 569/1137] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes/f8df0d90-a880-4d31-af82-ecbd8a2c5625 => generated 109 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-dd2d7d6a-69ac-46a1-b6ac-964cb2fdf92f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd2d7d6a-69ac-46a1-b6ac-964cb2fdf92f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd2d7d6a-69ac-46a1-b6ac-964cb2fdf92f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-dd2d7d6a-69ac-46a1-b6ac-964cb2fdf92f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-dd2d7d6a-69ac-46a1-b6ac-964cb2fdf92f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-dd2d7d6a-69ac-46a1-b6ac-964cb2fdf92f tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 returned with HTTP 200 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 569/1138] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 => generated 842 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] DELETE http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Delete volume with id: dd4c33c5-5067-460a-9586-ede15adb2fa6 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Delete volume request issued successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 returned with HTTP 202 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 570/1139] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:41:16 2025] DELETE /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-344bdfa1-d6f6-4391-900b-d2cd7e75c53d None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-344bdfa1-d6f6-4391-900b-d2cd7e75c53d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-344bdfa1-d6f6-4391-900b-d2cd7e75c53d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-344bdfa1-d6f6-4391-900b-d2cd7e75c53d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-344bdfa1-d6f6-4391-900b-d2cd7e75c53d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Volume info retrieved successfully. -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-344bdfa1-d6f6-4391-900b-d2cd7e75c53d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 returned with HTTP 200 -Jan 03 20:41:16 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 570/1140] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:16 2025] GET /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 => generated 841 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-afcb1eb8-355d-49bf-b4d0-94e224cba2bc None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-afcb1eb8-355d-49bf-b4d0-94e224cba2bc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] GET http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 -Jan 03 20:41:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-afcb1eb8-355d-49bf-b4d0-94e224cba2bc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:17 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-afcb1eb8-355d-49bf-b4d0-94e224cba2bc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:17 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-afcb1eb8-355d-49bf-b4d0-94e224cba2bc tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] http://10.201.9.223/volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 returned with HTTP 404 -Jan 03 20:41:17 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 571/1141] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:17 2025] GET /volume/v3/volumes/dd4c33c5-5067-460a-9586-ede15adb2fa6 => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesSnapshotListTestJSON-Volume-32296163"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.v3.volumes [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesSnapshotListTestJSON-Volume-32296163'}} {{(pid=115586) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Create volume of 1 GB -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Flow 'volume_create_api' (096f2dd2-3699-483d-8e73-27d499c824d4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (74abd9ea-17ac-43b4-8e1d-626104f2d3a2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.flows.api.create_volume [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Validating volume size '1' using validate_int {{(pid=115586) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (74abd9ea-17ac-43b4-8e1d-626104f2d3a2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (351fa5e4-c9f8-4b70-a3ad-67a7f8167b3d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Created reservations ['3b2dacac-bf40-4746-9f59-514f78077f2f', '0cca5923-b4f6-4d72-9b30-7deb7cc3776a', 'bd0190c2-f7e8-4205-956a-6e406e01ef1c', '2c691ce2-23f9-493c-89ca-5ea53faadac7'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (351fa5e4-c9f8-4b70-a3ad-67a7f8167b3d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['3b2dacac-bf40-4746-9f59-514f78077f2f', '0cca5923-b4f6-4d72-9b30-7deb7cc3776a', 'bd0190c2-f7e8-4205-956a-6e406e01ef1c', '2c691ce2-23f9-493c-89ca-5ea53faadac7']}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b1cb8f49-e715-4bf5-9163-952e6fbdc059) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b1cb8f49-e715-4bf5-9163-952e6fbdc059) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'cefe5ed1-5571-4297-929f-6940acfb0ead', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-32296163',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3a6c1799ef26472e88b16d7116337942',qos_specs=None,replication_status=,reservations=['3b2dacac-bf40-4746-9f59-514f78077f2f','0cca5923-b4f6-4d72-9b30-7deb7cc3776a','bd0190c2-f7e8-4205-956a-6e406e01ef1c','2c691ce2-23f9-493c-89ca-5ea53faadac7'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b545ceba28b145188e11763c4131ea02',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:18Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-32296163',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=cefe5ed1-5571-4297-929f-6940acfb0ead,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c3ed9d13-d72e-4018-9581-b3244ec59744) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c3ed9d13-d72e-4018-9581-b3244ec59744) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-32296163',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3a6c1799ef26472e88b16d7116337942',qos_specs=None,replication_status=,reservations=['3b2dacac-bf40-4746-9f59-514f78077f2f','0cca5923-b4f6-4d72-9b30-7deb7cc3776a','bd0190c2-f7e8-4205-956a-6e406e01ef1c','2c691ce2-23f9-493c-89ca-5ea53faadac7'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b545ceba28b145188e11763c4131ea02',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7de447b6-2eab-4c06-8656-519060fb092c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7de447b6-2eab-4c06-8656-519060fb092c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115586) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: DEBUG cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Flow 'volume_create_api' (096f2dd2-3699-483d-8e73-27d499c824d4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115586) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Create volume request issued successfully. -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:41:18 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 571/1142] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:18 2025] POST /volume/v3/volumes => generated 755 bytes in 186 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-197204eb-2209-410b-a25b-073ded5e1b18 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-197204eb-2209-410b-a25b-073ded5e1b18 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-197204eb-2209-410b-a25b-073ded5e1b18 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-197204eb-2209-410b-a25b-073ded5e1b18 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-197204eb-2209-410b-a25b-073ded5e1b18 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-197204eb-2209-410b-a25b-073ded5e1b18 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead returned with HTTP 200 -Jan 03 20:41:18 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 572/1143] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:18 2025] GET /volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead => generated 823 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4ebae460-44fe-47fc-8496-8823397e5b3f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:19 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4ebae460-44fe-47fc-8496-8823397e5b3f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4ebae460-44fe-47fc-8496-8823397e5b3f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:19 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4ebae460-44fe-47fc-8496-8823397e5b3f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:19 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:19 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:19 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4ebae460-44fe-47fc-8496-8823397e5b3f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4ebae460-44fe-47fc-8496-8823397e5b3f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead returned with HTTP 200 -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 572/1144] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:19 2025] GET /volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead => generated 848 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "cefe5ed1-5571-4297-929f-6940acfb0ead", "name": "tempest-VolumesSnapshotListTestJSON-Snapshot-1436859235"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Create snapshot from volume cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Created reservations ['368be0ae-8357-4bbf-90a7-5cb98fc2912e', '8ccfe0ed-58ca-4dff-a8b7-a96edcd3a71b', 'fd95f605-f000-475b-a401-79703255276c', 'feb82df0-a33d-440e-bcbe-d50d0792352d'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot create request issued successfully. -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:41:20 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 573/1145] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:41:20 2025] POST /volume/v3/snapshots => generated 314 bytes in 93 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-47b878ca-8512-48a6-9e7c-834010342af0 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-47b878ca-8512-48a6-9e7c-834010342af0 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-47b878ca-8512-48a6-9e7c-834010342af0 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-47b878ca-8512-48a6-9e7c-834010342af0 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-47b878ca-8512-48a6-9e7c-834010342af0 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-47b878ca-8512-48a6-9e7c-834010342af0 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b returned with HTTP 200 -Jan 03 20:41:20 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 573/1146] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:20 2025] GET /volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b => generated 446 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-d5eb91fe-6cfa-4861-aca4-ad15b8516c70 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d5eb91fe-6cfa-4861-aca4-ad15b8516c70 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d5eb91fe-6cfa-4861-aca4-ad15b8516c70 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-d5eb91fe-6cfa-4861-aca4-ad15b8516c70 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-d5eb91fe-6cfa-4861-aca4-ad15b8516c70 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-d5eb91fe-6cfa-4861-aca4-ad15b8516c70 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b returned with HTTP 200 -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 574/1147] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:21 2025] GET /volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b => generated 473 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-aed575dd-8384-4e8d-aa05-7248943f3536 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "cefe5ed1-5571-4297-929f-6940acfb0ead", "name": "tempest-VolumesSnapshotListTestJSON-Snapshot-217565641"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.snapshots [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Create snapshot from volume cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Created reservations ['eabc7ea4-4eee-45bb-8fc2-2e00366d2cf5', 'cd091d87-977c-47ad-bd66-08c95e289f6d', 'd5577bc5-5510-4084-893f-6b19071e0ce5', 'b95eba11-f487-4851-aa29-75b2d11e4c8f'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot create request issued successfully. -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:41:21 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 574/1148] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:41:21 2025] POST /volume/v3/snapshots => generated 313 bytes in 92 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7187c8b0-6344-4e06-9f67-6886e9194e6f None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7187c8b0-6344-4e06-9f67-6886e9194e6f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7187c8b0-6344-4e06-9f67-6886e9194e6f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7187c8b0-6344-4e06-9f67-6886e9194e6f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7187c8b0-6344-4e06-9f67-6886e9194e6f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7187c8b0-6344-4e06-9f67-6886e9194e6f tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 returned with HTTP 200 -Jan 03 20:41:21 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 575/1149] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:21 2025] GET /volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 => generated 445 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-35ef0e33-dc4a-4248-ac64-2fc555e80a81 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-35ef0e33-dc4a-4248-ac64-2fc555e80a81 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-35ef0e33-dc4a-4248-ac64-2fc555e80a81 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-35ef0e33-dc4a-4248-ac64-2fc555e80a81 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-35ef0e33-dc4a-4248-ac64-2fc555e80a81 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-35ef0e33-dc4a-4248-ac64-2fc555e80a81 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 returned with HTTP 200 -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 575/1150] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:22 2025] GET /volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 => generated 472 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9acc0062-7c95-494e-acad-5f9a515092f7 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "cefe5ed1-5571-4297-929f-6940acfb0ead", "name": "tempest-VolumesSnapshotListTestJSON-Snapshot-475275732"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.snapshots [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Create snapshot from volume cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Created reservations ['d9774e40-daf0-4db1-b872-96e7d7b19048', '43ebec0b-e5f7-427d-a6b6-6f11b694ac26', 'a295fdcb-150f-47d8-b39c-5a25c95a2675', 'a9e50d28-8d4b-4aeb-aab4-e299eaedf6e0'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot create request issued successfully. -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:41:22 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 576/1151] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:41:22 2025] POST /volume/v3/snapshots => generated 313 bytes in 88 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e195ac8d-051e-4cee-acaf-4effc18bfa3c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e195ac8d-051e-4cee-acaf-4effc18bfa3c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e195ac8d-051e-4cee-acaf-4effc18bfa3c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e195ac8d-051e-4cee-acaf-4effc18bfa3c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e195ac8d-051e-4cee-acaf-4effc18bfa3c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e195ac8d-051e-4cee-acaf-4effc18bfa3c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 returned with HTTP 200 -Jan 03 20:41:22 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 576/1152] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:22 2025] GET /volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 => generated 445 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ec15f071-84a1-4314-9747-d941de899564 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ec15f071-84a1-4314-9747-d941de899564 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ec15f071-84a1-4314-9747-d941de899564 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ec15f071-84a1-4314-9747-d941de899564 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ec15f071-84a1-4314-9747-d941de899564 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ec15f071-84a1-4314-9747-d941de899564 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 577/1153] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 => generated 472 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-49e2bf2e-73ef-4df2-8281-00aab453153b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-49e2bf2e-73ef-4df2-8281-00aab453153b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=1 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-49e2bf2e-73ef-4df2-8281-00aab453153b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-49e2bf2e-73ef-4df2-8281-00aab453153b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-49e2bf2e-73ef-4df2-8281-00aab453153b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-49e2bf2e-73ef-4df2-8281-00aab453153b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-49e2bf2e-73ef-4df2-8281-00aab453153b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-49e2bf2e-73ef-4df2-8281-00aab453153b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?limit=1 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 577/1154] 10.201.9.223 () {58 vars in 1140 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?limit=1 => generated 482 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-8bf6afff-1644-4a41-8455-d3fe16fc390e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 578/1155] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots => generated 994 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=100000 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-1e42cc0e-23a0-4989-b02e-20202ea2c80c tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?limit=100000 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 578/1156] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?limit=100000 => generated 994 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9681374f-b2ad-4234-8b40-02f0030bede1 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9681374f-b2ad-4234-8b40-02f0030bede1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=0 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9681374f-b2ad-4234-8b40-02f0030bede1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9681374f-b2ad-4234-8b40-02f0030bede1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-9681374f-b2ad-4234-8b40-02f0030bede1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-9681374f-b2ad-4234-8b40-02f0030bede1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9681374f-b2ad-4234-8b40-02f0030bede1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9681374f-b2ad-4234-8b40-02f0030bede1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?limit=0 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 579/1157] 10.201.9.223 () {58 vars in 1140 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?limit=0 => generated 17 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-37405e4f-a05b-40fc-937a-da2140d6909e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-37405e4f-a05b-40fc-937a-da2140d6909e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-37405e4f-a05b-40fc-937a-da2140d6909e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-37405e4f-a05b-40fc-937a-da2140d6909e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-37405e4f-a05b-40fc-937a-da2140d6909e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-37405e4f-a05b-40fc-937a-da2140d6909e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-37405e4f-a05b-40fc-937a-da2140d6909e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-37405e4f-a05b-40fc-937a-da2140d6909e tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 579/1158] 10.201.9.223 () {58 vars in 1125 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots => generated 994 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?marker=efca69ef-234f-4b2b-88e8-03ac923b2883 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7b5abb07-34eb-41f0-af5d-9554973ba225 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?marker=efca69ef-234f-4b2b-88e8-03ac923b2883 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 580/1159] 10.201.9.223 () {58 vars in 1212 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?marker=efca69ef-234f-4b2b-88e8-03ac923b2883 => generated 342 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e8f79154-9ce3-4197-b296-031721dc8b9b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8f79154-9ce3-4197-b296-031721dc8b9b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?offset=2&limit=3 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8f79154-9ce3-4197-b296-031721dc8b9b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e8f79154-9ce3-4197-b296-031721dc8b9b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-e8f79154-9ce3-4197-b296-031721dc8b9b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-e8f79154-9ce3-4197-b296-031721dc8b9b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-e8f79154-9ce3-4197-b296-031721dc8b9b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e8f79154-9ce3-4197-b296-031721dc8b9b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?offset=2&limit=3 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 580/1160] 10.201.9.223 () {58 vars in 1158 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?offset=2&limit=3 => generated 342 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=asc -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-be3596c1-53d1-4d4e-9c2c-feb4b9866b57 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=asc returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 581/1161] 10.201.9.223 () {58 vars in 1190 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?sort_key=created_at&sort_dir=asc => generated 994 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=desc -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b8ff18eb-1c37-464b-bcf5-e0234fab9565 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=desc returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 581/1162] 10.201.9.223 () {58 vars in 1192 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?sort_key=created_at&sort_dir=desc => generated 994 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=asc -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-ab594816-045b-49b1-8113-a9ef38f8bff7 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=asc returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 582/1163] 10.201.9.223 () {58 vars in 1174 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?sort_key=id&sort_dir=asc => generated 994 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-5701638d-9cd0-4f98-93da-ccf048094e03 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5701638d-9cd0-4f98-93da-ccf048094e03 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=desc -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5701638d-9cd0-4f98-93da-ccf048094e03 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-5701638d-9cd0-4f98-93da-ccf048094e03 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-5701638d-9cd0-4f98-93da-ccf048094e03 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-5701638d-9cd0-4f98-93da-ccf048094e03 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-5701638d-9cd0-4f98-93da-ccf048094e03 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-5701638d-9cd0-4f98-93da-ccf048094e03 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=desc returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 582/1164] 10.201.9.223 () {58 vars in 1176 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?sort_key=id&sort_dir=desc => generated 994 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=asc -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7c98689e-d220-4827-a8aa-dae07cb232a6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=asc returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 583/1165] 10.201.9.223 () {58 vars in 1194 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?sort_key=display_name&sort_dir=asc => generated 994 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=desc -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-bdbe75d2-49b9-4322-b592-1e4ae94ebfa9 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=desc returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 583/1166] 10.201.9.223 () {58 vars in 1196 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?sort_key=display_name&sort_dir=desc => generated 994 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail?name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-4ba44322-07ad-44c2-a6a4-fb26e1dc9fb2 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/detail?name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 584/1167] 10.201.9.223 () {58 vars in 1265 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots/detail?name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 => generated 475 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail?status=available -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'detail' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-7e85036a-4d05-4d35-b39d-a82c2cb8db21 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/detail?status=available returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 584/1168] 10.201.9.223 () {58 vars in 1179 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots/detail?status=available => generated 1396 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'detail' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-22f87a38-b3e2-4963-aa0d-8c11b9050fa4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/detail?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 585/1169] 10.201.9.223 () {58 vars in 1299 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots/detail?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 => generated 475 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-83445804-dbc8-4765-986d-f1b52be50749 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-83445804-dbc8-4765-986d-f1b52be50749 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-83445804-dbc8-4765-986d-f1b52be50749 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-83445804-dbc8-4765-986d-f1b52be50749 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-83445804-dbc8-4765-986d-f1b52be50749 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-83445804-dbc8-4765-986d-f1b52be50749 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-83445804-dbc8-4765-986d-f1b52be50749 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-83445804-dbc8-4765-986d-f1b52be50749 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 585/1170] 10.201.9.223 () {58 vars in 1244 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 => generated 341 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?status=available -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-b6ef5890-2fc9-4061-a52d-d68ecfbabdc3 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?status=available returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 586/1171] 10.201.9.223 () {58 vars in 1158 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?status=available => generated 994 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Get all snapshots completed successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-31cae223-3eba-42b1-bdec-19b75a9031f4 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 586/1172] 10.201.9.223 () {58 vars in 1278 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-475275732 => generated 341 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v2.snapshots [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Delete snapshot with id: 7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot delete request issued successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 returned with HTTP 202 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 587/1173] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:41:23 2025] DELETE /volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 => generated 0 bytes in 28 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-65011422-32b1-49e0-8ef6-ea58938501a1 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-65011422-32b1-49e0-8ef6-ea58938501a1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-65011422-32b1-49e0-8ef6-ea58938501a1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-65011422-32b1-49e0-8ef6-ea58938501a1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-65011422-32b1-49e0-8ef6-ea58938501a1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-65011422-32b1-49e0-8ef6-ea58938501a1 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 returned with HTTP 200 -Jan 03 20:41:23 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 587/1174] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:23 2025] GET /volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 => generated 471 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-611fcba4-7ebc-4235-9620-53131b5830c8 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-611fcba4-7ebc-4235-9620-53131b5830c8 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-611fcba4-7ebc-4235-9620-53131b5830c8 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-611fcba4-7ebc-4235-9620-53131b5830c8 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-611fcba4-7ebc-4235-9620-53131b5830c8 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 returned with HTTP 404 -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 588/1175] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:24 2025] GET /volume/v3/snapshots/7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 => generated 111 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Delete snapshot with id: efca69ef-234f-4b2b-88e8-03ac923b2883 -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot delete request issued successfully. -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 returned with HTTP 202 -Jan 03 20:41:24 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 588/1176] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:41:24 2025] DELETE /volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-51551d75-bdd6-451d-a585-9dffd5e058ae None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51551d75-bdd6-451d-a585-9dffd5e058ae tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51551d75-bdd6-451d-a585-9dffd5e058ae tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-51551d75-bdd6-451d-a585-9dffd5e058ae tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-51551d75-bdd6-451d-a585-9dffd5e058ae tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-51551d75-bdd6-451d-a585-9dffd5e058ae tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 returned with HTTP 200 -Jan 03 20:41:24 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 589/1177] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:24 2025] GET /volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 => generated 471 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-c5dbe6cf-f1b6-4c9d-a259-ca52c319f254 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c5dbe6cf-f1b6-4c9d-a259-ca52c319f254 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 -Jan 03 20:41:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c5dbe6cf-f1b6-4c9d-a259-ca52c319f254 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:25 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-c5dbe6cf-f1b6-4c9d-a259-ca52c319f254 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:25 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-c5dbe6cf-f1b6-4c9d-a259-ca52c319f254 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 returned with HTTP 404 -Jan 03 20:41:25 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 589/1178] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:25 2025] GET /volume/v3/snapshots/efca69ef-234f-4b2b-88e8-03ac923b2883 => generated 111 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-479ce11f-9e76-438e-8a69-4781acb21197 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v2.snapshots [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Delete snapshot with id: 649f7b47-b8c1-4558-8454-5dc54de8950b -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot delete request issued successfully. -Jan 03 20:41:25 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b returned with HTTP 202 -Jan 03 20:41:26 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 590/1179] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:41:25 2025] DELETE /volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b => generated 0 bytes in 29 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2ee2ddb7-ab85-4e4d-bc39-e616e88dcb4b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2ee2ddb7-ab85-4e4d-bc39-e616e88dcb4b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2ee2ddb7-ab85-4e4d-bc39-e616e88dcb4b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2ee2ddb7-ab85-4e4d-bc39-e616e88dcb4b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-2ee2ddb7-ab85-4e4d-bc39-e616e88dcb4b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Snapshot retrieved successfully. -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2ee2ddb7-ab85-4e4d-bc39-e616e88dcb4b tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b returned with HTTP 200 -Jan 03 20:41:26 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 590/1180] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:26 2025] GET /volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b => generated 472 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-cc619484-edfc-4d73-89f8-dbdd54d10109 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cc619484-edfc-4d73-89f8-dbdd54d10109 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cc619484-edfc-4d73-89f8-dbdd54d10109 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-cc619484-edfc-4d73-89f8-dbdd54d10109 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-cc619484-edfc-4d73-89f8-dbdd54d10109 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b returned with HTTP 404 -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 591/1181] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:27 2025] GET /volume/v3/snapshots/649f7b47-b8c1-4558-8454-5dc54de8950b => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-492825f2-7160-4b5d-9208-0f884586e555 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-492825f2-7160-4b5d-9208-0f884586e555 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-492825f2-7160-4b5d-9208-0f884586e555 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-492825f2-7160-4b5d-9208-0f884586e555 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-492825f2-7160-4b5d-9208-0f884586e555 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-492825f2-7160-4b5d-9208-0f884586e555 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead returned with HTTP 200 -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 591/1182] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:27 2025] GET /volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead => generated 848 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] DELETE http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'delete' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Delete volume with id: cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Delete volume request issued successfully. -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead returned with HTTP 202 -Jan 03 20:41:27 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 592/1183] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:41:27 2025] DELETE /volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-8943dd95-440c-4d16-9dd7-1df4dad78517 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8943dd95-440c-4d16-9dd7-1df4dad78517 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8943dd95-440c-4d16-9dd7-1df4dad78517 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-8943dd95-440c-4d16-9dd7-1df4dad78517 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-8943dd95-440c-4d16-9dd7-1df4dad78517 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Volume info retrieved successfully. -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-8943dd95-440c-4d16-9dd7-1df4dad78517 tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead returned with HTTP 200 -Jan 03 20:41:27 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 592/1184] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:27 2025] GET /volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7339894a-ef1b-4b60-ad88-7023ae58689a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7339894a-ef1b-4b60-ad88-7023ae58689a tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] GET http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead -Jan 03 20:41:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7339894a-ef1b-4b60-ad88-7023ae58689a tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:28 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7339894a-ef1b-4b60-ad88-7023ae58689a tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:28 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7339894a-ef1b-4b60-ad88-7023ae58689a tempest-VolumesSnapshotListTestJSON-737028585 tempest-VolumesSnapshotListTestJSON-737028585-project-member] http://10.201.9.223/volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead returned with HTTP 404 -Jan 03 20:41:28 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 593/1185] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:28 2025] GET /volume/v3/volumes/cefe5ed1-5571-4297-929f-6940acfb0ead => generated 109 bytes in 28 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3d799e40-83d5-4e1a-9a47-289c94525c48 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3d799e40-83d5-4e1a-9a47-289c94525c48 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3d799e40-83d5-4e1a-9a47-289c94525c48 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "7812ca3a-069b-4a88-8098-0d2daa9faecb", "display_name": "tempest-VolumesSnapshotNegativeTestJSON-snap-217947985"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3d799e40-83d5-4e1a-9a47-289c94525c48 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 404 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 593/1186] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:41:29 2025] POST /volume/v3/snapshots => generated 109 bytes in 60 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-797c84a1-8650-49e1-8522-029fc88e26b4 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-797c84a1-8650-49e1-8522-029fc88e26b4 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-797c84a1-8650-49e1-8522-029fc88e26b4 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": null, "display_name": "tempest-VolumesSnapshotNegativeTestJSON-snap-1174460501"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-797c84a1-8650-49e1-8522-029fc88e26b4 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 404 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 594/1187] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:41:29 2025] POST /volume/v3/snapshots => generated 77 bytes in 44 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4cf6e511-298e-40b3-9f07-4c5360715977 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4cf6e511-298e-40b3-9f07-4c5360715977 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=invalid -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4cf6e511-298e-40b3-9f07-4c5360715977 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4cf6e511-298e-40b3-9f07-4c5360715977 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4cf6e511-298e-40b3-9f07-4c5360715977 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] HTTP exception thrown: limit param must be an integer -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4cf6e511-298e-40b3-9f07-4c5360715977 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots?limit=invalid returned with HTTP 400 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 594/1188] 10.201.9.223 () {58 vars in 1152 bytes} [Fri Jan 3 20:41:29 2025] GET /volume/v3/snapshots?limit=invalid => generated 74 bytes in 7 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-850c7e04-52b1-418b-9765-f003b4e32a58 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-850c7e04-52b1-418b-9765-f003b4e32a58 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/snapshots?marker=72d37cd1-8173-41e1-96dc-f86615cdff3e -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-850c7e04-52b1-418b-9765-f003b4e32a58 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-850c7e04-52b1-418b-9765-f003b4e32a58 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'index' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.api_utils [None req-850c7e04-52b1-418b-9765-f003b4e32a58 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Removing options '' from query. {{(pid=115585) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.db.sqlalchemy.api [None req-850c7e04-52b1-418b-9765-f003b4e32a58 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Building query based on filter {{(pid=115585) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-850c7e04-52b1-418b-9765-f003b4e32a58 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots?marker=72d37cd1-8173-41e1-96dc-f86615cdff3e returned with HTTP 404 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 595/1189] 10.201.9.223 () {58 vars in 1212 bytes} [Fri Jan 3 20:41:29 2025] GET /volume/v3/snapshots?marker=72d37cd1-8173-41e1-96dc-f86615cdff3e => generated 111 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-98b27b89-255a-4d70-850e-140a3c39e20f None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98b27b89-255a-4d70-850e-140a3c39e20f tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=invalid -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98b27b89-255a-4d70-850e-140a3c39e20f tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-98b27b89-255a-4d70-850e-140a3c39e20f tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'index' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.api_utils [None req-98b27b89-255a-4d70-850e-140a3c39e20f tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Removing options '' from query. {{(pid=115586) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.db.sqlalchemy.api [None req-98b27b89-255a-4d70-850e-140a3c39e20f tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Building query based on filter {{(pid=115586) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-98b27b89-255a-4d70-850e-140a3c39e20f tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=invalid returned with HTTP 400 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 595/1190] 10.201.9.223 () {58 vars in 1158 bytes} [Fri Jan 3 20:41:29 2025] GET /volume/v3/snapshots?sort_key=invalid => generated 84 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 293 bytes (2 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Create volume request body: {'volume': {'size': 2, 'name': 'tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Create volume of 2 GB -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Flow 'volume_create_api' (0eca3f2e-adc9-4c81-8aa9-da71bb24317a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f6b5028d-ba2b-4710-8bf8-ba8c361306fa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Validating volume size '2' using validate_int {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f6b5028d-ba2b-4710-8bf8-ba8c361306fa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-03T20:35:02Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=eeaf024e-e57c-48b6-a871-e2ce42a61616,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'eeaf024e-e57c-48b6-a871-e2ce42a61616', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (39b4642c-c12e-498f-aa5f-c7529ff0a8ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.quota [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Created reservations ['fdbd1ed8-f48e-46af-bfc0-8e724cbc5d14', '84f802ec-620d-4f26-ba87-cd3f04436bbe', 'a7264c47-e369-42e2-838f-7223a9193e12', 'e0f88c75-bfab-464e-8e7d-cd3fd99f28be'] {{(pid=115585) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (39b4642c-c12e-498f-aa5f-c7529ff0a8ea) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['fdbd1ed8-f48e-46af-bfc0-8e724cbc5d14', '84f802ec-620d-4f26-ba87-cd3f04436bbe', 'a7264c47-e369-42e2-838f-7223a9193e12', 'e0f88c75-bfab-464e-8e7d-cd3fd99f28be']}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1c104052-c3b2-419e-b541-d8b7e75adbd8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1c104052-c3b2-419e-b541-d8b7e75adbd8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '8c120700-17db-435b-9766-0da16ce6fdd8', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e73ac4922afb4f4d8669b889861629f3',qos_specs=None,replication_status=,reservations=['fdbd1ed8-f48e-46af-bfc0-8e724cbc5d14','84f802ec-620d-4f26-ba87-cd3f04436bbe','a7264c47-e369-42e2-838f-7223a9193e12','e0f88c75-bfab-464e-8e7d-cd3fd99f28be'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=8c120700-17db-435b-9766-0da16ce6fdd8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (9d6067de-0545-471a-a0c0-260f14bad2bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (9d6067de-0545-471a-a0c0-260f14bad2bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e73ac4922afb4f4d8669b889861629f3',qos_specs=None,replication_status=,reservations=['fdbd1ed8-f48e-46af-bfc0-8e724cbc5d14','84f802ec-620d-4f26-ba87-cd3f04436bbe','a7264c47-e369-42e2-838f-7223a9193e12','e0f88c75-bfab-464e-8e7d-cd3fd99f28be'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (34db9881-6a0a-4f4d-bf46-2c6490e8d1ba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (34db9881-6a0a-4f4d-bf46-2c6490e8d1ba) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Flow 'volume_create_api' (0eca3f2e-adc9-4c81-8aa9-da71bb24317a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Create volume request issued successfully. -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 596/1191] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:29 2025] POST /volume/v3/volumes => generated 760 bytes in 123 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-3d54251f-3cd8-4991-aac8-0f32e7dfc042 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3d54251f-3cd8-4991-aac8-0f32e7dfc042 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3d54251f-3cd8-4991-aac8-0f32e7dfc042 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-3d54251f-3cd8-4991-aac8-0f32e7dfc042 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-3d54251f-3cd8-4991-aac8-0f32e7dfc042 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Volume info retrieved successfully. -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-3d54251f-3cd8-4991-aac8-0f32e7dfc042 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 returned with HTTP 200 -Jan 03 20:41:29 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 596/1192] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:29 2025] GET /volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 => generated 828 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-f96e922b-9538-4398-ba31-892bf4ba570a None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f96e922b-9538-4398-ba31-892bf4ba570a tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f96e922b-9538-4398-ba31-892bf4ba570a tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-f96e922b-9538-4398-ba31-892bf4ba570a tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-f96e922b-9538-4398-ba31-892bf4ba570a tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Volume info retrieved successfully. -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-f96e922b-9538-4398-ba31-892bf4ba570a tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 returned with HTTP 200 -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 597/1193] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:30 2025] GET /volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 => generated 853 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] POST http://10.201.9.223/volume/v3/snapshots -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "8c120700-17db-435b-9766-0da16ce6fdd8", "name": "tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1957632027"}} {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Volume info retrieved successfully. -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.snapshots [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Create snapshot from volume 8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: DEBUG cinder.quota [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Created reservations ['d4fb5f46-4df1-4041-9d13-0d59f3013559', '7983e0a6-feae-4c74-9a4d-9faddf773b37', 'ac757131-c641-4d86-841f-0198cc474e5c', '26c92f2c-d08e-4963-9508-087a4235f048'] {{(pid=115586) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Snapshot create request issued successfully. -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 -Jan 03 20:41:30 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 597/1194] 10.201.9.223 () {60 vars in 1147 bytes} [Fri Jan 3 20:41:30 2025] POST /volume/v3/snapshots => generated 318 bytes in 94 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-a2ddd13a-dc2e-4f65-afe9-787fbf2f1d79 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a2ddd13a-dc2e-4f65-afe9-787fbf2f1d79 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a2ddd13a-dc2e-4f65-afe9-787fbf2f1d79 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-a2ddd13a-dc2e-4f65-afe9-787fbf2f1d79 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-a2ddd13a-dc2e-4f65-afe9-787fbf2f1d79 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Snapshot retrieved successfully. -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-a2ddd13a-dc2e-4f65-afe9-787fbf2f1d79 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c returned with HTTP 200 -Jan 03 20:41:30 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 598/1195] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:30 2025] GET /volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c => generated 450 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-da552b78-480a-4c20-a7f4-f80ba34e0923 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-da552b78-480a-4c20-a7f4-f80ba34e0923 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-da552b78-480a-4c20-a7f4-f80ba34e0923 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-da552b78-480a-4c20-a7f4-f80ba34e0923 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-da552b78-480a-4c20-a7f4-f80ba34e0923 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Snapshot retrieved successfully. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-da552b78-480a-4c20-a7f4-f80ba34e0923 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c returned with HTTP 200 -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 598/1196] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:31 2025] GET /volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c => generated 477 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] POST http://10.201.9.223/volume/v3/volumes -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "snapshot_id": "4e0a607c-7bac-4255-be7e-51cbafee2b8c"}} {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.v3.volumes [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Create volume request body: {'volume': {'size': 1, 'snapshot_id': '4e0a607c-7bac-4255-be7e-51cbafee2b8c'}} {{(pid=115585) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Snapshot retrieved successfully. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.v3.volumes [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Create volume of 1 GB -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Availability Zones retrieved successfully. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Flow 'volume_create_api' (409e08d0-80b5-48e8-a7a1-48cf020ebe51) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4880e7df-2c16-49ba-84fd-74b50bce553c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.flows.api.create_volume [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Validating volume size '1' using validate_int, validate_snap_size {{(pid=115585) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4880e7df-2c16-49ba-84fd-74b50bce553c) transitioned into state 'FAILURE' from state 'RUNNING' -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: Failure: cinder.exception.InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than the snapshot size 2GB. They must be >= original snapshot size. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4880e7df-2c16-49ba-84fd-74b50bce553c) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115585) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4880e7df-2c16-49ba-84fd-74b50bce553c) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: WARNING cinder.volume.api [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Flow 'volume_create_api' (409e08d0-80b5-48e8-a7a1-48cf020ebe51) transitioned into state 'REVERTED' from state 'RUNNING' -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-e8ba1bf0-c767-4c49-88c9-7a7748d2428e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 599/1197] 10.201.9.223 () {60 vars in 1140 bytes} [Fri Jan 3 20:41:31 2025] POST /volume/v3/volumes => generated 171 bytes in 37 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v2.snapshots [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Delete snapshot with id: 4e0a607c-7bac-4255-be7e-51cbafee2b8c -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Snapshot retrieved successfully. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Snapshot delete request issued successfully. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c returned with HTTP 202 -Jan 03 20:41:31 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 599/1198] 10.201.9.223 () {58 vars in 1239 bytes} [Fri Jan 3 20:41:31 2025] DELETE /volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-6500a2cd-1fc1-44db-b7ab-109425a31da0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6500a2cd-1fc1-44db-b7ab-109425a31da0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6500a2cd-1fc1-44db-b7ab-109425a31da0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-6500a2cd-1fc1-44db-b7ab-109425a31da0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-6500a2cd-1fc1-44db-b7ab-109425a31da0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Snapshot retrieved successfully. -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-6500a2cd-1fc1-44db-b7ab-109425a31da0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c returned with HTTP 200 -Jan 03 20:41:31 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 600/1199] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:31 2025] GET /volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c => generated 476 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-e94f2367-38c0-4263-9ed2-ed637dfe9f8e None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e94f2367-38c0-4263-9ed2-ed637dfe9f8e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e94f2367-38c0-4263-9ed2-ed637dfe9f8e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-e94f2367-38c0-4263-9ed2-ed637dfe9f8e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-e94f2367-38c0-4263-9ed2-ed637dfe9f8e tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c returned with HTTP 404 -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 600/1200] 10.201.9.223 () {58 vars in 1236 bytes} [Fri Jan 3 20:41:32 2025] GET /volume/v3/snapshots/4e0a607c-7bac-4255-be7e-51cbafee2b8c => generated 111 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-294a04c7-37a0-4db7-93fb-20d7241e5d07 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-294a04c7-37a0-4db7-93fb-20d7241e5d07 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-294a04c7-37a0-4db7-93fb-20d7241e5d07 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-294a04c7-37a0-4db7-93fb-20d7241e5d07 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-294a04c7-37a0-4db7-93fb-20d7241e5d07 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Volume info retrieved successfully. -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-294a04c7-37a0-4db7-93fb-20d7241e5d07 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 returned with HTTP 200 -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 601/1201] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:32 2025] GET /volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 => generated 853 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-83d77f42-70cf-444e-be49-4e31360d513b None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] DELETE http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'delete' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.v3.volumes [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Delete volume with id: 8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Volume info retrieved successfully. -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: INFO cinder.volume.api [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Delete volume request issued successfully. -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 returned with HTTP 202 -Jan 03 20:41:32 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 601/1202] 10.201.9.223 () {58 vars in 1233 bytes} [Fri Jan 3 20:41:32 2025] DELETE /volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.middleware.request_id [None req-c06d6d3e-c93a-4530-90c8-8021c55f93c0 None None] RequestId filter calling following filter/app {{(pid=115585) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c06d6d3e-c93a-4530-90c8-8021c55f93c0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c06d6d3e-c93a-4530-90c8-8021c55f93c0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115585) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:32 ubuntu devstack@c-api.service[115585]: DEBUG cinder.api.openstack.wsgi [None req-c06d6d3e-c93a-4530-90c8-8021c55f93c0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115585) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:33 ubuntu devstack@c-api.service[115585]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:41:33 ubuntu devstack@c-api.service[115585]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:41:33 ubuntu devstack@c-api.service[115585]: INFO cinder.volume.api [None req-c06d6d3e-c93a-4530-90c8-8021c55f93c0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Volume info retrieved successfully. -Jan 03 20:41:33 ubuntu devstack@c-api.service[115585]: INFO cinder.api.openstack.wsgi [None req-c06d6d3e-c93a-4530-90c8-8021c55f93c0 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 returned with HTTP 200 -Jan 03 20:41:33 ubuntu devstack@c-api.service[115585]: [pid: 115585|app: 0|req: 602/1203] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:32 2025] GET /volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 => generated 852 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) -Jan 03 20:41:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.middleware.request_id [None req-2d7be2dc-5633-4060-80a0-2b58330aafb8 None None] RequestId filter calling following filter/app {{(pid=115586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:41:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2d7be2dc-5633-4060-80a0-2b58330aafb8 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] GET http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 -Jan 03 20:41:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2d7be2dc-5633-4060-80a0-2b58330aafb8 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Empty body provided in request {{(pid=115586) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} -Jan 03 20:41:34 ubuntu devstack@c-api.service[115586]: DEBUG cinder.api.openstack.wsgi [None req-2d7be2dc-5633-4060-80a0-2b58330aafb8 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] Calling method 'show' {{(pid=115586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} -Jan 03 20:41:34 ubuntu devstack@c-api.service[115586]: INFO cinder.api.openstack.wsgi [None req-2d7be2dc-5633-4060-80a0-2b58330aafb8 tempest-VolumesSnapshotNegativeTestJSON-259380678 tempest-VolumesSnapshotNegativeTestJSON-259380678-project-member] http://10.201.9.223/volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 returned with HTTP 404 -Jan 03 20:41:34 ubuntu devstack@c-api.service[115586]: [pid: 115586|app: 0|req: 602/1204] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:34 2025] GET /volume/v3/volumes/8c120700-17db-435b-9766-0da16ce6fdd8 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:36:11 ubuntu systemd[1]: Starting Devstack devstack@c-api.service... +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: *** Starting uWSGI 2.0.20-debian (64bit) on [Tue Jan 14 22:36:11 2025] *** +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: nodename: ubuntu +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: machine: x86_64 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: clock source: unix +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: pcre jit disabled +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: detected number of CPU cores: 4 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: current working directory: / +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: detected binary path: /usr/bin/uwsgi-core +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: your processes number limit is 31295 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: your memory page size is 4096 bytes +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: detected max file descriptor number: 2048 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: lock engine: pthread robust mutexes +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: thunder lock: enabled +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/cinder-api.socket fd 4 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: PEP 405 virtualenv detected: /opt/stack/data/venv +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: Set PythonHome to /opt/stack/data/venv +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: Python main interpreter initialized at 0x555596fded40 +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: python threads support enabled +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: your server socket listen backlog is limited to 100 connections +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: your mercy for graceful operations on workers is 80 seconds +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: mapped 403077 bytes (393 KB) for 2 cores +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: *** Operational MODE: preforking *** +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: *** uWSGI is running in multiple interpreter mode *** +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: spawned uWSGI master process (pid: 100452) +Jan 14 22:36:11 ubuntu systemd[1]: Started Devstack devstack@c-api.service. +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: spawned uWSGI worker 1 (pid: 100459, cores: 1) +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: spawned uWSGI worker 2 (pid: 100460, cores: 1) +Jan 14 22:36:11 ubuntu devstack@c-api.service[100452]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... +Jan 14 22:36:12 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release +Jan 14 22:36:12 ubuntu devstack@c-api.service[100459]: warnings.warn( +Jan 14 22:36:12 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release +Jan 14 22:36:12 ubuntu devstack@c-api.service[100460]: warnings.warn( +Jan 14 22:36:12 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. +Jan 14 22:36:12 ubuntu devstack@c-api.service[100459]: from defusedxml.lxml import parse +Jan 14 22:36:12 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. +Jan 14 22:36:12 ubuntu devstack@c-api.service[100460]: from defusedxml.lxml import parse +Jan 14 22:36:12 ubuntu devstack@c-api.service[100459]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) +Jan 14 22:36:12 ubuntu devstack@c-api.service[100459]: BASE = declarative_base() +Jan 14 22:36:12 ubuntu devstack@c-api.service[100460]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) +Jan 14 22:36:12 ubuntu devstack@c-api.service[100460]: BASE = declarative_base() +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=100459) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=100460) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100459) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100460) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: @jsonschema.FormatChecker.cls_checks('date-time') +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: @jsonschema.FormatChecker.cls_checks('date-time') +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100459) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=100460) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100459) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100459) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100459) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=100460) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=100460) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=100460) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: INFO dbcounter [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Registered counter for database cinder +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: INFO dbcounter [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Registered counter for database cinder +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG oslo_db.sqlalchemy.engines [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100459) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG oslo_db.sqlalchemy.engines [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100460) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG dbcounter [-] [100459] Writer thread running {{(pid=100459) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: INFO cinder.rpc [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: INFO cinder.rpc [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: INFO cinder.rpc [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: INFO cinder.rpc [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG dbcounter [-] [100460] Writer thread running {{(pid=100460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING cinder.keymgr.conf_key_mgr [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: INFO cinder.rpc [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: INFO cinder.rpc [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: DEBUG oslo_db.sqlalchemy.engines [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100459) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: INFO cinder.rpc [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: INFO cinder.rpc [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: INFO cinder.rpc [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: INFO cinder.rpc [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING cinder.keymgr.conf_key_mgr [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: DEBUG oslo_db.sqlalchemy.engines [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100460) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: INFO cinder.rpc [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: INFO cinder.rpc [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:13 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING cinder.api.contrib.hosts [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: extensions {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: consistencygroups {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-snapshot-manage {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-volume-type-access {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-quota-sets {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-quota-class-sets {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-services {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-hosts {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: qos-specs {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: extra_specs {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING cinder.api.contrib.hosts [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: capabilities {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: encryption {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: encryption {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-volume-transfer {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: scheduler-stats {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: extensions {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-volume-manage {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: consistencygroups {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: backups {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-snapshot-manage {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: cgsnapshots {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extended resource: os-availability-zone {{(pid=100460) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-volume-type-access {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-quota-sets {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-quota-class-sets {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-services {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-hosts {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.contrib.snapshot_actions [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] SnapshotActionsController initialized {{(pid=100460) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: qos-specs {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING stevedore.named [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING castellan.key_manager [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension TypesManage extending resource: types {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeTypeAccess extending resource: types {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeActions extending resource: volumes {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension AdminActions extending resource: volumes {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension AdminActions extending resource: snapshots {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension AdminActions extending resource: backups {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension SnapshotActions extending resource: snapshots {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension UsedLimits extending resource: limits {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=100460) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: extra_specs {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: capabilities {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING keystonemiddleware.auth_token [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: encryption {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: encryption {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WARNING keystonemiddleware.auth_token [None req-76472d79-0ed2-43cd-9157-34b90adc3474 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-volume-transfer {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x555596fded40 pid: 100460 (default app) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: scheduler-stats {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-volume-manage {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: backups {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: cgsnapshots {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extended resource: os-availability-zone {{(pid=100459) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: warnings.warn(deprecated_msg) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.middleware.request_id [None req-59bf69a1-d088-4dfa-ba22-9d6a9ee2501b None None] RequestId filter calling following filter/app {{(pid=100460) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100460]: [pid: 100460|app: 0|req: 1/1] 10.201.9.223 () {50 vars in 779 bytes} [Tue Jan 14 22:36:14 2025] GET /volume/v3 => generated 114 bytes in 13 msecs (HTTP/1.1 401) 5 headers in 230 bytes (1 switches on core 0) +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.contrib.snapshot_actions [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] SnapshotActionsController initialized {{(pid=100459) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING stevedore.named [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING castellan.key_manager [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension TypesManage extending resource: types {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeTypeAccess extending resource: types {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeActions extending resource: volumes {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension AdminActions extending resource: volumes {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension AdminActions extending resource: snapshots {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension AdminActions extending resource: backups {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension SnapshotActions extending resource: snapshots {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension UsedLimits extending resource: limits {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=100459) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING keystonemiddleware.auth_token [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WARNING keystonemiddleware.auth_token [None req-3e842fee-e250-4204-8fec-6e8ec55cdcb7 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:36:14 ubuntu devstack@c-api.service[100459]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x555596fded40 pid: 100459 (default app) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.middleware.request_id [None req-76dcb7f2-538c-4937-9915-223ce38e823c None None] RequestId filter calling following filter/app {{(pid=100460) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: INFO cinder.api.openstack.wsgi [None req-76dcb7f2-538c-4937-9915-223ce38e823c ****** ******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack.wsgi [None req-76dcb7f2-538c-4937-9915-223ce38e823c ****** ******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "lvmdriver-1", "description": null, "os-volume-type-access:is_public": true}} {{(pid=100460) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: DEBUG oslo_db.sqlalchemy.engines [None req-76dcb7f2-538c-4937-9915-223ce38e823c ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100460) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: INFO cinder.api.openstack.wsgi [None req-76dcb7f2-538c-4937-9915-223ce38e823c ****** ******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:36:21 ubuntu devstack@c-api.service[100460]: [pid: 100460|app: 0|req: 2/2] 10.201.9.223 () {60 vars in 1142 bytes} [Tue Jan 14 22:36:21 2025] POST /volume/v3/types => generated 186 bytes in 403 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn(deprecated_msg) +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.middleware.request_id [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 None None] RequestId filter calling following filter/app {{(pid=100459) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] POST http://10.201.9.223/volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=100459) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG oslo_db.sqlalchemy.engines [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100459) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] http://10.201.9.223/volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs returned with HTTP 200 +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: [pid: 100459|app: 0|req: 1/3] 10.201.9.223 () {62 vars in 1359 bytes} [Tue Jan 14 22:36:21 2025] POST /volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs => generated 55 bytes in 334 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:36:31 ubuntu devstack@c-api.service[100460]: DEBUG dbcounter [-] [100460] Writing DB stats cinder:SELECT=9,cinder:INSERT=1 {{(pid=100460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:31 ubuntu devstack@c-api.service[100459]: DEBUG dbcounter [-] [100459] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=100459) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:45 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.middleware.request_id [None req-1733cec6-54e9-42aa-8afa-969ffc24cedd None None] RequestId filter calling following filter/app {{(pid=100460) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:36:45 ubuntu devstack@c-api.service[100460]: INFO cinder.api.openstack.wsgi [None req-1733cec6-54e9-42aa-8afa-969ffc24cedd None None] GET http://10.201.9.223/volume// +Jan 14 22:36:45 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack.wsgi [None req-1733cec6-54e9-42aa-8afa-969ffc24cedd None None] Empty body provided in request {{(pid=100460) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:36:45 ubuntu devstack@c-api.service[100460]: DEBUG cinder.api.openstack.wsgi [None req-1733cec6-54e9-42aa-8afa-969ffc24cedd None None] Calling method 'all' {{(pid=100460) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:36:45 ubuntu devstack@c-api.service[100460]: INFO cinder.api.openstack.wsgi [None req-1733cec6-54e9-42aa-8afa-969ffc24cedd None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:36:45 ubuntu devstack@c-api.service[100460]: [pid: 100460|app: 0|req: 3/4] 10.201.9.223 () {58 vars in 1310 bytes} [Tue Jan 14 22:36:45 2025] GET /volume/ => generated 387 bytes in 5 msecs (HTTP/1.1 300) 7 headers in 299 bytes (2 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.middleware.request_id [None req-351de5d0-0d6f-45a5-877a-39f684d31115 None None] RequestId filter calling following filter/app {{(pid=100459) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:37:53 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [None req-351de5d0-0d6f-45a5-877a-39f684d31115 tempest-verify_tempest_config-2058294629 tempest-verify_tempest_config-2058294629-project-member] GET http://10.201.9.223/volume/v3/extensions +Jan 14 22:37:53 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack.wsgi [None req-351de5d0-0d6f-45a5-877a-39f684d31115 tempest-verify_tempest_config-2058294629 tempest-verify_tempest_config-2058294629-project-member] Empty body provided in request {{(pid=100459) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:37:53 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack.wsgi [None req-351de5d0-0d6f-45a5-877a-39f684d31115 tempest-verify_tempest_config-2058294629 tempest-verify_tempest_config-2058294629-project-member] Calling method 'index' {{(pid=100459) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:37:53 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [None req-351de5d0-0d6f-45a5-877a-39f684d31115 tempest-verify_tempest_config-2058294629 tempest-verify_tempest_config-2058294629-project-member] http://10.201.9.223/volume/v3/extensions returned with HTTP 200 +Jan 14 22:37:53 ubuntu devstack@c-api.service[100459]: [pid: 100459|app: 0|req: 2/5] 10.201.9.223 () {58 vars in 1128 bytes} [Tue Jan 14 22:37:53 2025] GET /volume/v3/extensions => generated 5245 bytes in 91 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:39:02 ubuntu systemd[1]: Stopping Devstack devstack@c-api.service... +Jan 14 22:39:02 ubuntu devstack@c-api.service[100452]: Tue Jan 14 22:39:02 2025 - graceful shutdown triggered... +Jan 14 22:39:02 ubuntu devstack@c-api.service[100460]: Gracefully killing worker 2 (pid: 100460)... +Jan 14 22:39:02 ubuntu devstack@c-api.service[100459]: Gracefully killing worker 1 (pid: 100459)... +Jan 14 22:39:03 ubuntu devstack@c-api.service[100452]: worker 1 buried after 1 seconds +Jan 14 22:39:03 ubuntu devstack@c-api.service[100452]: worker 2 buried after 1 seconds +Jan 14 22:39:03 ubuntu devstack@c-api.service[100452]: goodbye to uWSGI. +Jan 14 22:39:03 ubuntu systemd[1]: devstack@c-api.service: Deactivated successfully. +Jan 14 22:39:03 ubuntu systemd[1]: Stopped Devstack devstack@c-api.service. +Jan 14 22:39:03 ubuntu systemd[1]: devstack@c-api.service: Consumed 6.063s CPU time. +Jan 14 22:39:03 ubuntu systemd[1]: Starting Devstack devstack@c-api.service... +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: *** Starting uWSGI 2.0.20-debian (64bit) on [Tue Jan 14 22:39:03 2025] *** +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: nodename: ubuntu +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: machine: x86_64 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: clock source: unix +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: pcre jit disabled +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: detected number of CPU cores: 4 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: current working directory: / +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: detected binary path: /usr/bin/uwsgi-core +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: your processes number limit is 31295 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: your memory page size is 4096 bytes +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: detected max file descriptor number: 2048 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: lock engine: pthread robust mutexes +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: thunder lock: enabled +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/cinder-api.socket fd 4 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: PEP 405 virtualenv detected: /opt/stack/data/venv +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: Set PythonHome to /opt/stack/data/venv +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: Python main interpreter initialized at 0x55a991275d40 +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: python threads support enabled +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: your server socket listen backlog is limited to 100 connections +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: your mercy for graceful operations on workers is 80 seconds +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: mapped 403077 bytes (393 KB) for 2 cores +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: *** Operational MODE: preforking *** +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: *** uWSGI is running in multiple interpreter mode *** +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: spawned uWSGI master process (pid: 112648) +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: spawned uWSGI worker 1 (pid: 112650, cores: 1) +Jan 14 22:39:03 ubuntu systemd[1]: Started Devstack devstack@c-api.service. +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: spawned uWSGI worker 2 (pid: 112651, cores: 1) +Jan 14 22:39:03 ubuntu devstack@c-api.service[112648]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: warnings.warn( +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: warnings.warn( +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: from defusedxml.lxml import parse +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: from defusedxml.lxml import parse +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: BASE = declarative_base() +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: BASE = declarative_base() +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=112651) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112651) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=112650) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112650) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. +Jan 14 22:39:04 ubuntu devstack@c-api.service[112651]: @jsonschema.FormatChecker.cls_checks('date-time') +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. +Jan 14 22:39:04 ubuntu devstack@c-api.service[112650]: @jsonschema.FormatChecker.cls_checks('date-time') +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112650) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112650) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112650) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112650) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG oslo_db.sqlalchemy.engines [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112650) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=112651) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=112651) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=112651) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=112651) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG oslo_db.sqlalchemy.engines [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112651) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: INFO cinder.rpc [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: INFO cinder.rpc [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: INFO cinder.rpc [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: INFO cinder.rpc [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING cinder.keymgr.conf_key_mgr [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG oslo_db.sqlalchemy.engines [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112650) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: INFO cinder.rpc [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: INFO cinder.rpc [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: INFO cinder.rpc [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: INFO cinder.rpc [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: INFO cinder.rpc [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: INFO cinder.rpc [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING cinder.keymgr.conf_key_mgr [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG oslo_db.sqlalchemy.engines [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112651) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: INFO cinder.rpc [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: INFO cinder.rpc [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING cinder.api.contrib.hosts [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: extensions {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: consistencygroups {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-snapshot-manage {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-volume-type-access {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-quota-sets {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-quota-class-sets {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-services {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-hosts {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: qos-specs {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: extra_specs {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: capabilities {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: encryption {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: encryption {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-volume-transfer {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: scheduler-stats {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-volume-manage {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: backups {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: cgsnapshots {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extended resource: os-availability-zone {{(pid=112650) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.contrib.snapshot_actions [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] SnapshotActionsController initialized {{(pid=112650) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING stevedore.named [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING castellan.key_manager [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension TypesManage extending resource: types {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeTypeAccess extending resource: types {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeActions extending resource: volumes {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension AdminActions extending resource: volumes {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension AdminActions extending resource: snapshots {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension AdminActions extending resource: backups {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension SnapshotActions extending resource: snapshots {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension UsedLimits extending resource: limits {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=112650) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING keystonemiddleware.auth_token [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WARNING keystonemiddleware.auth_token [None req-e01e1afd-2761-4938-b42f-5db5d2e7dd51 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112650]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55a991275d40 pid: 112650 (default app) +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING cinder.api.contrib.hosts [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: extensions {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: consistencygroups {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-snapshot-manage {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-volume-type-access {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-quota-sets {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-quota-class-sets {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-services {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-hosts {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: qos-specs {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: extra_specs {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: capabilities {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: encryption {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: encryption {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-volume-transfer {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: scheduler-stats {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-volume-manage {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: backups {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: cgsnapshots {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extended resource: os-availability-zone {{(pid=112651) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.contrib.snapshot_actions [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] SnapshotActionsController initialized {{(pid=112651) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING stevedore.named [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING castellan.key_manager [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension TypesManage extending resource: types {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeTypeAccess extending resource: types {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeActions extending resource: volumes {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension AdminActions extending resource: volumes {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension AdminActions extending resource: snapshots {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension AdminActions extending resource: backups {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension SnapshotActions extending resource: snapshots {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension UsedLimits extending resource: limits {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=112651) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING keystonemiddleware.auth_token [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WARNING keystonemiddleware.auth_token [None req-8cff1d37-40cf-41b7-9f3e-8e5c0a165ad1 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:39:05 ubuntu devstack@c-api.service[112651]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55a991275d40 pid: 112651 (default app) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:21 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [None req-b96386cb-ee4d-415f-9c7f-df488a7302a4 None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-b96386cb-ee4d-415f-9c7f-df488a7302a4 None None] GET http://10.201.9.223/volume// +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-b96386cb-ee4d-415f-9c7f-df488a7302a4 None None] Empty body provided in request {{(pid=112650) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-b96386cb-ee4d-415f-9c7f-df488a7302a4 None None] Calling method 'all' {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-b96386cb-ee4d-415f-9c7f-df488a7302a4 None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:40:22 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 1/1] 10.201.9.223 () {58 vars in 1106 bytes} [Tue Jan 14 22:40:21 2025] GET /volume/ => generated 387 bytes in 18 msecs (HTTP/1.1 300) 7 headers in 300 bytes (2 switches on core 0) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn(deprecated_msg) +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [None req-4fb73021-b17f-4eaa-8c71-5e2c6f5356c0 None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-4fb73021-b17f-4eaa-8c71-5e2c6f5356c0 ****** ******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-4fb73021-b17f-4eaa-8c71-5e2c6f5356c0 ****** ******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "3par1", "description": null, "os-volume-type-access:is_public": true}} {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: DEBUG oslo_db.sqlalchemy.engines [None req-4fb73021-b17f-4eaa-8c71-5e2c6f5356c0 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112651) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-4fb73021-b17f-4eaa-8c71-5e2c6f5356c0 ****** ******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:40:22 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 1/2] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:40:21 2025] POST /volume/v3/types => generated 180 bytes in 403 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [None req-c21de49a-5671-4914-822e-5cad70b39673 None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-c21de49a-5671-4914-822e-5cad70b39673 None None] GET http://10.201.9.223/volume// +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-c21de49a-5671-4914-822e-5cad70b39673 None None] Empty body provided in request {{(pid=112650) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-c21de49a-5671-4914-822e-5cad70b39673 None None] Calling method 'all' {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-c21de49a-5671-4914-822e-5cad70b39673 None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 2/3] 10.201.9.223 () {58 vars in 1106 bytes} [Tue Jan 14 22:40:23 2025] GET /volume/ => generated 387 bytes in 5 msecs (HTTP/1.1 300) 7 headers in 300 bytes (2 switches on core 0) +Jan 14 22:40:23 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [None req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par1&is_public=None +Jan 14 22:40:23 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 ****** ******] Empty body provided in request {{(pid=112651) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 ****** ******] Calling method 'index' {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 ****** ******] http://10.201.9.223/volume/v3/types?name=3par1&is_public=None returned with HTTP 200 +Jan 14 22:40:23 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 2/4] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:40:23 2025] GET /volume/v3/types?name=3par1&is_public=None => generated 205 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 req-64a72bd1-932d-4cd7-bfec-4646be86ecf2 None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 req-64a72bd1-932d-4cd7-bfec-4646be86ecf2 ****** ******] POST http://10.201.9.223/volume/v3/types/106d2d30-07a0-49f0-b0d9-0e678e974159/extra_specs +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 req-64a72bd1-932d-4cd7-bfec-4646be86ecf2 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "3par1"}} {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: DEBUG oslo_db.sqlalchemy.engines [req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 req-64a72bd1-932d-4cd7-bfec-4646be86ecf2 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112650) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [req-e9c7d48f-5f3a-4170-903e-caa513a4fe95 req-64a72bd1-932d-4cd7-bfec-4646be86ecf2 ****** ******] http://10.201.9.223/volume/v3/types/106d2d30-07a0-49f0-b0d9-0e678e974159/extra_specs returned with HTTP 200 +Jan 14 22:40:23 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 3/5] 10.201.9.223 () {62 vars in 1359 bytes} [Tue Jan 14 22:40:23 2025] POST /volume/v3/types/106d2d30-07a0-49f0-b0d9-0e678e974159/extra_specs => generated 49 bytes in 304 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [None req-a7bdbe2c-e074-4988-8f7b-972fb96b9eb2 None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-a7bdbe2c-e074-4988-8f7b-972fb96b9eb2 None None] GET http://10.201.9.223/volume// +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-a7bdbe2c-e074-4988-8f7b-972fb96b9eb2 None None] Empty body provided in request {{(pid=112651) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-a7bdbe2c-e074-4988-8f7b-972fb96b9eb2 None None] Calling method 'all' {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-a7bdbe2c-e074-4988-8f7b-972fb96b9eb2 None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 3/6] 10.201.9.223 () {58 vars in 1106 bytes} [Tue Jan 14 22:40:24 2025] GET /volume/ => generated 387 bytes in 9 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [None req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par1&is_public=None +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e ****** ******] Empty body provided in request {{(pid=112650) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e ****** ******] Calling method 'index' {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e ****** ******] http://10.201.9.223/volume/v3/types?name=3par1&is_public=None returned with HTTP 200 +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 4/7] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:40:24 2025] GET /volume/v3/types?name=3par1&is_public=None => generated 235 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e req-30383930-1db9-4252-852e-8666e577dd10 None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e req-30383930-1db9-4252-852e-8666e577dd10 ****** ******] POST http://10.201.9.223/volume/v3/types/106d2d30-07a0-49f0-b0d9-0e678e974159/extra_specs +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e req-30383930-1db9-4252-852e-8666e577dd10 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"consistent_group_snapshot_enabled": " True"}} {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [req-bf069a0a-abb4-4ea3-92c2-dc2f72d8454e req-30383930-1db9-4252-852e-8666e577dd10 ****** ******] http://10.201.9.223/volume/v3/types/106d2d30-07a0-49f0-b0d9-0e678e974159/extra_specs returned with HTTP 200 +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 4/8] 10.201.9.223 () {62 vars in 1359 bytes} [Tue Jan 14 22:40:24 2025] POST /volume/v3/types/106d2d30-07a0-49f0-b0d9-0e678e974159/extra_specs => generated 67 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [None req-59599289-9ea0-429e-9611-1ed07393f1e7 None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-59599289-9ea0-429e-9611-1ed07393f1e7 None None] GET http://10.201.9.223/volume// +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-59599289-9ea0-429e-9611-1ed07393f1e7 None None] Empty body provided in request {{(pid=112650) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-59599289-9ea0-429e-9611-1ed07393f1e7 None None] Calling method 'all' {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-59599289-9ea0-429e-9611-1ed07393f1e7 None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:40:24 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 5/9] 10.201.9.223 () {58 vars in 1106 bytes} [Tue Jan 14 22:40:24 2025] GET /volume/ => generated 387 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 300 bytes (2 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [None req-b01595db-e6f1-4a84-a5a8-2a17ee557d6e None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-b01595db-e6f1-4a84-a5a8-2a17ee557d6e ****** ******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-b01595db-e6f1-4a84-a5a8-2a17ee557d6e ****** ******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "3par2", "description": null, "os-volume-type-access:is_public": true}} {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-b01595db-e6f1-4a84-a5a8-2a17ee557d6e ****** ******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:40:24 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 5/10] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:40:24 2025] POST /volume/v3/types => generated 180 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [None req-f173fc09-cc93-4e59-8637-227d831777eb None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-f173fc09-cc93-4e59-8637-227d831777eb None None] GET http://10.201.9.223/volume// +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-f173fc09-cc93-4e59-8637-227d831777eb None None] Empty body provided in request {{(pid=112650) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-f173fc09-cc93-4e59-8637-227d831777eb None None] Calling method 'all' {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-f173fc09-cc93-4e59-8637-227d831777eb None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 6/11] 10.201.9.223 () {58 vars in 1106 bytes} [Tue Jan 14 22:40:25 2025] GET /volume/ => generated 387 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) +Jan 14 22:40:25 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [None req-cf8550df-0b13-491a-aca0-6d4704d691ba None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-cf8550df-0b13-491a-aca0-6d4704d691ba ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par2&is_public=None +Jan 14 22:40:25 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-cf8550df-0b13-491a-aca0-6d4704d691ba ****** ******] Empty body provided in request {{(pid=112651) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-cf8550df-0b13-491a-aca0-6d4704d691ba ****** ******] Calling method 'index' {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-cf8550df-0b13-491a-aca0-6d4704d691ba ****** ******] http://10.201.9.223/volume/v3/types?name=3par2&is_public=None returned with HTTP 200 +Jan 14 22:40:25 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 6/12] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:40:25 2025] GET /volume/v3/types?name=3par2&is_public=None => generated 205 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [req-cf8550df-0b13-491a-aca0-6d4704d691ba req-cacb0b27-4266-4391-b324-9ae1581f6fb6 None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [req-cf8550df-0b13-491a-aca0-6d4704d691ba req-cacb0b27-4266-4391-b324-9ae1581f6fb6 ****** ******] POST http://10.201.9.223/volume/v3/types/9836adc1-ea3f-447a-9bf1-74e3c53812f2/extra_specs +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [req-cf8550df-0b13-491a-aca0-6d4704d691ba req-cacb0b27-4266-4391-b324-9ae1581f6fb6 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "3par2"}} {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [req-cf8550df-0b13-491a-aca0-6d4704d691ba req-cacb0b27-4266-4391-b324-9ae1581f6fb6 ****** ******] http://10.201.9.223/volume/v3/types/9836adc1-ea3f-447a-9bf1-74e3c53812f2/extra_specs returned with HTTP 200 +Jan 14 22:40:25 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 7/13] 10.201.9.223 () {62 vars in 1359 bytes} [Tue Jan 14 22:40:25 2025] POST /volume/v3/types/9836adc1-ea3f-447a-9bf1-74e3c53812f2/extra_specs => generated 49 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [None req-24d0f9d5-779a-437a-8d77-2463e062f326 None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-24d0f9d5-779a-437a-8d77-2463e062f326 None None] GET http://10.201.9.223/volume// +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-24d0f9d5-779a-437a-8d77-2463e062f326 None None] Empty body provided in request {{(pid=112651) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [None req-24d0f9d5-779a-437a-8d77-2463e062f326 None None] Calling method 'all' {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [None req-24d0f9d5-779a-437a-8d77-2463e062f326 None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 7/14] 10.201.9.223 () {58 vars in 1106 bytes} [Tue Jan 14 22:40:26 2025] GET /volume/ => generated 387 bytes in 7 msecs (HTTP/1.1 300) 7 headers in 300 bytes (1 switches on core 0) +Jan 14 22:40:26 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.middleware.request_id [None req-133592b5-15be-48e9-9930-70f8fb80407c None None] RequestId filter calling following filter/app {{(pid=112650) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-133592b5-15be-48e9-9930-70f8fb80407c ****** ******] GET http://10.201.9.223/volume/v3/types?name=3par2&is_public=None +Jan 14 22:40:26 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-133592b5-15be-48e9-9930-70f8fb80407c ****** ******] Empty body provided in request {{(pid=112650) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112650]: DEBUG cinder.api.openstack.wsgi [None req-133592b5-15be-48e9-9930-70f8fb80407c ****** ******] Calling method 'index' {{(pid=112650) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112650]: INFO cinder.api.openstack.wsgi [None req-133592b5-15be-48e9-9930-70f8fb80407c ****** ******] http://10.201.9.223/volume/v3/types?name=3par2&is_public=None returned with HTTP 200 +Jan 14 22:40:26 ubuntu devstack@c-api.service[112650]: [pid: 112650|app: 0|req: 8/15] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:40:26 2025] GET /volume/v3/types?name=3par2&is_public=None => generated 235 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.middleware.request_id [req-133592b5-15be-48e9-9930-70f8fb80407c req-9f737790-ef4f-44a4-a72e-bcd4a4fe4e2c None None] RequestId filter calling following filter/app {{(pid=112651) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [req-133592b5-15be-48e9-9930-70f8fb80407c req-9f737790-ef4f-44a4-a72e-bcd4a4fe4e2c ****** ******] POST http://10.201.9.223/volume/v3/types/9836adc1-ea3f-447a-9bf1-74e3c53812f2/extra_specs +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: DEBUG cinder.api.openstack.wsgi [req-133592b5-15be-48e9-9930-70f8fb80407c req-9f737790-ef4f-44a4-a72e-bcd4a4fe4e2c ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"consistent_group_snapshot_enabled": " True"}} {{(pid=112651) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: INFO cinder.api.openstack.wsgi [req-133592b5-15be-48e9-9930-70f8fb80407c req-9f737790-ef4f-44a4-a72e-bcd4a4fe4e2c ****** ******] http://10.201.9.223/volume/v3/types/9836adc1-ea3f-447a-9bf1-74e3c53812f2/extra_specs returned with HTTP 200 +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: [pid: 112651|app: 0|req: 8/16] 10.201.9.223 () {62 vars in 1359 bytes} [Tue Jan 14 22:40:26 2025] POST /volume/v3/types/9836adc1-ea3f-447a-9bf1-74e3c53812f2/extra_specs => generated 67 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:40:26 ubuntu devstack@c-api.service[112648]: Tue Jan 14 22:40:26 2025 - graceful shutdown triggered... +Jan 14 22:40:26 ubuntu devstack@c-api.service[112651]: Gracefully killing worker 2 (pid: 112651)... +Jan 14 22:40:26 ubuntu devstack@c-api.service[112650]: Gracefully killing worker 1 (pid: 112650)... +Jan 14 22:40:26 ubuntu systemd[1]: Stopping Devstack devstack@c-api.service... +Jan 14 22:40:27 ubuntu devstack@c-api.service[112648]: worker 1 buried after 1 seconds +Jan 14 22:40:27 ubuntu devstack@c-api.service[112648]: worker 2 buried after 1 seconds +Jan 14 22:40:27 ubuntu devstack@c-api.service[112648]: goodbye to uWSGI. +Jan 14 22:40:27 ubuntu systemd[1]: devstack@c-api.service: Deactivated successfully. +Jan 14 22:40:27 ubuntu systemd[1]: Stopped Devstack devstack@c-api.service. +Jan 14 22:40:27 ubuntu systemd[1]: devstack@c-api.service: Consumed 6.085s CPU time. +Jan 14 22:40:27 ubuntu systemd[1]: Starting Devstack devstack@c-api.service... +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: *** Starting uWSGI 2.0.20-debian (64bit) on [Tue Jan 14 22:40:27 2025] *** +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: nodename: ubuntu +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: machine: x86_64 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: clock source: unix +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: pcre jit disabled +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: detected number of CPU cores: 4 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: current working directory: / +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: detected binary path: /usr/bin/uwsgi-core +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: your processes number limit is 31295 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: your memory page size is 4096 bytes +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: detected max file descriptor number: 2048 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: lock engine: pthread robust mutexes +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: thunder lock: enabled +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/cinder-api.socket fd 4 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: PEP 405 virtualenv detected: /opt/stack/data/venv +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: Set PythonHome to /opt/stack/data/venv +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: Python main interpreter initialized at 0x5648bccc8d40 +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: python threads support enabled +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: your server socket listen backlog is limited to 100 connections +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: your mercy for graceful operations on workers is 80 seconds +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: mapped 403077 bytes (393 KB) for 2 cores +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: *** Operational MODE: preforking *** +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: *** uWSGI is running in multiple interpreter mode *** +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: spawned uWSGI master process (pid: 115486) +Jan 14 22:40:27 ubuntu systemd[1]: Started Devstack devstack@c-api.service. +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: spawned uWSGI worker 1 (pid: 115488, cores: 1) +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: spawned uWSGI worker 2 (pid: 115489, cores: 1) +Jan 14 22:40:27 ubuntu devstack@c-api.service[115486]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... +Jan 14 22:40:28 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release +Jan 14 22:40:28 ubuntu devstack@c-api.service[115489]: warnings.warn( +Jan 14 22:40:28 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release +Jan 14 22:40:28 ubuntu devstack@c-api.service[115488]: warnings.warn( +Jan 14 22:40:28 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. +Jan 14 22:40:28 ubuntu devstack@c-api.service[115488]: from defusedxml.lxml import parse +Jan 14 22:40:28 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. +Jan 14 22:40:28 ubuntu devstack@c-api.service[115489]: from defusedxml.lxml import parse +Jan 14 22:40:28 ubuntu devstack@c-api.service[115488]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) +Jan 14 22:40:28 ubuntu devstack@c-api.service[115488]: BASE = declarative_base() +Jan 14 22:40:28 ubuntu devstack@c-api.service[115489]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) +Jan 14 22:40:28 ubuntu devstack@c-api.service[115489]: BASE = declarative_base() +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=115489) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115489) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=115488) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115488) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: @jsonschema.FormatChecker.cls_checks('date-time') +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: @jsonschema.FormatChecker.cls_checks('date-time') +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115489) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115489) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115489) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115489) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=115488) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host ******istration. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.******_actions.Admin_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.******_actions.Admin_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-******-actions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable ****** actions. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-******-actions {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=115488) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=115488) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=115488) register /opt/stack/cinder/cinder/api/extensions.py:140}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: INFO cinder.rpc [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: INFO cinder.rpc [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: INFO cinder.rpc [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: INFO cinder.rpc [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING cinder.keymgr.conf_key_mgr [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: INFO cinder.rpc [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: INFO cinder.rpc [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: INFO cinder.rpc [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: INFO cinder.rpc [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: INFO cinder.rpc [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: INFO cinder.rpc [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING cinder.keymgr.conf_key_mgr [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: INFO cinder.rpc [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: INFO cinder.rpc [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING cinder.api.contrib.hosts [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: extensions {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: consistencygroups {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-snapshot-manage {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-volume-type-access {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-quota-sets {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-quota-class-sets {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-services {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-hosts {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: qos-specs {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: extra_specs {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: capabilities {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: encryption {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: encryption {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-volume-transfer {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: scheduler-stats {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-volume-manage {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: backups {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING cinder.api.contrib.hosts [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecated: The Host API is deprecated and will be be removed in a future version. +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:29 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: cgsnapshots {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extended resource: os-availability-zone {{(pid=115489) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: extensions {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: consistencygroups {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-snapshot-manage {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.snapshot_actions [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] SnapshotActionsController initialized {{(pid=115489) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-volume-type-access {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension TypesManage extending resource: types {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeTypeAccess extending resource: types {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeActions extending resource: volumes {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension AdminActions extending resource: volumes {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-quota-sets {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension AdminActions extending resource: snapshots {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension AdminActions extending resource: backups {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension SnapshotActions extending resource: snapshots {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension UsedLimits extending resource: limits {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=115489) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-quota-class-sets {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-services {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING keystonemiddleware.auth_token [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-hosts {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: qos-specs {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WARNING keystonemiddleware.auth_token [None req-8c337eb0-badb-47ff-b47c-6ea4dea4d8e8 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: extra_specs {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115489]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x5648bccc8d40 pid: 115489 (default app) +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: capabilities {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: encryption {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: encryption {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-volume-transfer {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: scheduler-stats {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-volume-manage {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: backups {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: cgsnapshots {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extended resource: os-availability-zone {{(pid=115488) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.snapshot_actions [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] SnapshotActionsController initialized {{(pid=115488) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension TypesManage extending resource: types {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeTypeAccess extending resource: types {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeActions extending resource: volumes {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension AdminActions extending resource: volumes {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension AdminActions extending resource: snapshots {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension AdminActions extending resource: backups {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension SnapshotActions extending resource: snapshots {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeUnmanage extending resource: volumes {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeTypeEncryption extending resource: types {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension UsedLimits extending resource: limits {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=115488) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING keystonemiddleware.auth_token [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WARNING keystonemiddleware.auth_token [None req-7ad95753-bbad-478e-bbab-bbef6bb3d16c None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:40:30 ubuntu devstack@c-api.service[115488]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x5648bccc8d40 pid: 115488 (default app) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn(deprecated_msg) +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: WARNING keystonemiddleware.auth_token [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 None None] A valid token was submitted as a service token, but it was not a valid service token. This is incorrect but backwards compatible behaviour. This will be removed in future releases. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "consistencygroup_id": null, "snapshot_id": null, "name": "tempest-VolumesSnapshotsTestJSON-volume-974721103", "description": null, "volume_type": null, "availability_zone": null, "metadata": {}, "imageRef": null, "source_volid": null, "backup_id": null}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Create volume request body: {'volume': {'size': 1, 'consistencygroup_id': None, 'snapshot_id': None, 'name': 'tempest-VolumesSnapshotsTestJSON-volume-974721103', 'description': None, 'volume_type': None, 'availability_zone': None, 'metadata': {}, 'imageRef': None, 'source_volid': None, 'backup_id': None}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Create volume of 1 GB +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Availability zone cache updated, next update will occur around 2025-01-14 23:41:38.651600. {{(pid=115489) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Availability Zones retrieved successfully. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/engines/action_engine/process_executor.py:17: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: import asyncore +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Flow 'volume_create_api' (1ce98461-9575-41a8-b908-c6dbcbfd2601) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (fbde034f-3368-4f9a-a98b-e0e5a3df8e83) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (fbde034f-3368-4f9a-a98b-e0e5a3df8e83) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d2b8bf28-b449-447e-9df9-d696eadc66cd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Deprecated: Default quota for resource: volumes_3par1 is set by the default quota flag: quota_volumes_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Deprecated: Default quota for resource: gigabytes_3par1 is set by the default quota flag: quota_gigabytes_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Created reservations ['e9d91f27-b54e-41ae-aa39-cabd81a900ea', '1321d510-ed91-4593-8cd0-94d78339628a', 'b51bf1fc-2558-4f44-93f9-fc9aa1a086d9', 'ca5e124e-f89b-491d-8c29-e94816696d19'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d2b8bf28-b449-447e-9df9-d696eadc66cd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e9d91f27-b54e-41ae-aa39-cabd81a900ea', '1321d510-ed91-4593-8cd0-94d78339628a', 'b51bf1fc-2558-4f44-93f9-fc9aa1a086d9', 'ca5e124e-f89b-491d-8c29-e94816696d19']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a874ab32-1e53-472e-9083-0c3240237bec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a874ab32-1e53-472e-9083-0c3240237bec) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '9f39c764-9933-43ae-99e6-4465af5a7457', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-974721103',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='d1d7bc1d30e24af6848c1109d0efd8ea',qos_specs=None,replication_status=,reservations=['e9d91f27-b54e-41ae-aa39-cabd81a900ea','1321d510-ed91-4593-8cd0-94d78339628a','b51bf1fc-2558-4f44-93f9-fc9aa1a086d9','ca5e124e-f89b-491d-8c29-e94816696d19'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24afcb15049d4dbb90e15d624b88b837',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-974721103',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=9f39c764-9933-43ae-99e6-4465af5a7457,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (330d827c-119b-4287-839b-838fecc39b5d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (330d827c-119b-4287-839b-838fecc39b5d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-974721103',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='d1d7bc1d30e24af6848c1109d0efd8ea',qos_specs=None,replication_status=,reservations=['e9d91f27-b54e-41ae-aa39-cabd81a900ea','1321d510-ed91-4593-8cd0-94d78339628a','b51bf1fc-2558-4f44-93f9-fc9aa1a086d9','ca5e124e-f89b-491d-8c29-e94816696d19'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24afcb15049d4dbb90e15d624b88b837',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (4652192f-47d5-4c0c-91ca-fce93e7de438) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (4652192f-47d5-4c0c-91ca-fce93e7de438) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Flow 'volume_create_api' (1ce98461-9575-41a8-b908-c6dbcbfd2601) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Create volume request issued successfully. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 1/1] 10.201.9.223 () {64 vars in 1426 bytes} [Tue Jan 14 22:41:38 2025] POST /volume/v3/volumes => generated 753 bytes in 751 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:******_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:******_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:******_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:******_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:******_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:******_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:******_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:delete":"rule:******_or_owner" was deprecated in X in favor of "backup:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:******_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:******_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:******_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:******_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:******_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:******_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:******_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:******_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:******_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:******_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:******_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_******_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:******_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:******_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:******_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:******_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:******_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:******_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:******_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:******_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_******_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_******_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:******_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:******_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:******_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:******_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:******_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_******_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:******_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_******_or_project_member". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_get":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:****** and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_******" was deprecated in X in favor of "volume_extension:default_unset":"rule:******_api". Reason: Default policies now support the three Keystone default roles, namely '******', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn(deprecated_msg) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: WARNING keystonemiddleware.auth_token [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa None None] A valid token was submitted as a service token, but it was not a valid service token. This is incorrect but backwards compatible behaviour. This will be removed in future releases. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Volume info retrieved successfully. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-4388cb07-9096-4b3c-b66a-7661b33ac8fa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 200 +Jan 14 22:41:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 1/2] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:39 2025] GET /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 845 bytes in 324 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-e152a6a4-ebff-48e5-98f6-54012722f495 req-6baaf84b-c62a-437e-84ca-862e849d259d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-e152a6a4-ebff-48e5-98f6-54012722f495 req-6baaf84b-c62a-437e-84ca-862e849d259d tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-e152a6a4-ebff-48e5-98f6-54012722f495 req-6baaf84b-c62a-437e-84ca-862e849d259d tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-e152a6a4-ebff-48e5-98f6-54012722f495 req-6baaf84b-c62a-437e-84ca-862e849d259d tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-e152a6a4-ebff-48e5-98f6-54012722f495 req-6baaf84b-c62a-437e-84ca-862e849d259d tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Volume info retrieved successfully. +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-e152a6a4-ebff-48e5-98f6-54012722f495 req-6baaf84b-c62a-437e-84ca-862e849d259d tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 200 +Jan 14 22:41:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 2/3] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:39 2025] GET /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-f2b07d80-b6f3-4aa4-a3d6-6499748aae11 req-fad2ab8a-9cdb-44db-8333-7c6f370d295f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-f2b07d80-b6f3-4aa4-a3d6-6499748aae11 req-fad2ab8a-9cdb-44db-8333-7c6f370d295f tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-f2b07d80-b6f3-4aa4-a3d6-6499748aae11 req-fad2ab8a-9cdb-44db-8333-7c6f370d295f tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-f2b07d80-b6f3-4aa4-a3d6-6499748aae11 req-fad2ab8a-9cdb-44db-8333-7c6f370d295f tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-f2b07d80-b6f3-4aa4-a3d6-6499748aae11 req-fad2ab8a-9cdb-44db-8333-7c6f370d295f tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Volume info retrieved successfully. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-f2b07d80-b6f3-4aa4-a3d6-6499748aae11 req-fad2ab8a-9cdb-44db-8333-7c6f370d295f tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 200 +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 2/4] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:40 2025] GET /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 846 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "9f39c764-9933-43ae-99e6-4465af5a7457", "force": false, "name": "tempest-VolumesSnapshotsTestJSON-Snapshot-1536940712", "description": null, "metadata": {}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Volume info retrieved successfully. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Create snapshot from volume 9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Deprecated: Default quota for resource: snapshots_3par1 is set by the default quota flag: quota_snapshots_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Created reservations ['a7234e5d-513c-4f72-9c0b-247e7fab1d4e', '37f411f2-15fe-4920-ab4a-7718dae260ea', 'ef812b5e-c50e-423f-b60d-92c853c80c4f', '77483202-5935-4d77-aee7-b0512b40748f'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Snapshot create request issued successfully. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 3/5] 10.201.9.223 () {64 vars in 1432 bytes} [Tue Jan 14 22:41:40 2025] POST /volume/v3/snapshots => generated 311 bytes in 117 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-35a70aaf-394a-4192-885d-b2c5e38c12ac req-18720958-8224-4d73-aff7-f2da0a17aabe None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-35a70aaf-394a-4192-885d-b2c5e38c12ac req-18720958-8224-4d73-aff7-f2da0a17aabe tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-35a70aaf-394a-4192-885d-b2c5e38c12ac req-18720958-8224-4d73-aff7-f2da0a17aabe tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-35a70aaf-394a-4192-885d-b2c5e38c12ac req-18720958-8224-4d73-aff7-f2da0a17aabe tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-35a70aaf-394a-4192-885d-b2c5e38c12ac req-18720958-8224-4d73-aff7-f2da0a17aabe tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Snapshot retrieved successfully. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-35a70aaf-394a-4192-885d-b2c5e38c12ac req-18720958-8224-4d73-aff7-f2da0a17aabe tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a returned with HTTP 200 +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 3/6] 10.201.9.223 () {60 vars in 1489 bytes} [Tue Jan 14 22:41:40 2025] GET /volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a => generated 443 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Get all snapshots completed successfully. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-1ac302a3-43e9-4098-a170-bce06e5a8106 req-0df678f7-edd2-4d79-b037-331375a09613 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:41:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 4/7] 10.201.9.223 () {60 vars in 1399 bytes} [Tue Jan 14 22:41:40 2025] GET /volume/v3/snapshots/detail => generated 446 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-498593fb-ee7b-4b94-bff2-4022e48e7816 req-b9cc76cb-575c-47f7-bca5-9fb51ae9f561 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-498593fb-ee7b-4b94-bff2-4022e48e7816 req-b9cc76cb-575c-47f7-bca5-9fb51ae9f561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-498593fb-ee7b-4b94-bff2-4022e48e7816 req-b9cc76cb-575c-47f7-bca5-9fb51ae9f561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-498593fb-ee7b-4b94-bff2-4022e48e7816 req-b9cc76cb-575c-47f7-bca5-9fb51ae9f561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-498593fb-ee7b-4b94-bff2-4022e48e7816 req-b9cc76cb-575c-47f7-bca5-9fb51ae9f561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Snapshot retrieved successfully. +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-498593fb-ee7b-4b94-bff2-4022e48e7816 req-b9cc76cb-575c-47f7-bca5-9fb51ae9f561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a returned with HTTP 200 +Jan 14 22:41:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 4/8] 10.201.9.223 () {60 vars in 1489 bytes} [Tue Jan 14 22:41:40 2025] GET /volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a => generated 443 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-e56c70ae-2c5f-4a91-bdfe-5e3b466e011e req-359add83-0ee5-47a8-8367-741c0c19c143 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-e56c70ae-2c5f-4a91-bdfe-5e3b466e011e req-359add83-0ee5-47a8-8367-741c0c19c143 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-e56c70ae-2c5f-4a91-bdfe-5e3b466e011e req-359add83-0ee5-47a8-8367-741c0c19c143 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-e56c70ae-2c5f-4a91-bdfe-5e3b466e011e req-359add83-0ee5-47a8-8367-741c0c19c143 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-e56c70ae-2c5f-4a91-bdfe-5e3b466e011e req-359add83-0ee5-47a8-8367-741c0c19c143 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Snapshot retrieved successfully. +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-e56c70ae-2c5f-4a91-bdfe-5e3b466e011e req-359add83-0ee5-47a8-8367-741c0c19c143 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a returned with HTTP 200 +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 5/9] 10.201.9.223 () {60 vars in 1489 bytes} [Tue Jan 14 22:41:41 2025] GET /volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a => generated 470 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Delete snapshot with id: 03890eec-3a55-4853-a4c6-5e5bd201613a +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Snapshot retrieved successfully. +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Snapshot delete request issued successfully. +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a returned with HTTP 202 +Jan 14 22:41:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 5/10] 10.201.9.223 () {62 vars in 1511 bytes} [Tue Jan 14 22:41:41 2025] DELETE /volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a => generated 0 bytes in 55 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-c8e6b0ec-4ec6-44ed-be20-3c712f125b37 req-ed40e09b-b02d-41f6-ad76-34bb8a428b40 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-c8e6b0ec-4ec6-44ed-be20-3c712f125b37 req-ed40e09b-b02d-41f6-ad76-34bb8a428b40 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-c8e6b0ec-4ec6-44ed-be20-3c712f125b37 req-ed40e09b-b02d-41f6-ad76-34bb8a428b40 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-c8e6b0ec-4ec6-44ed-be20-3c712f125b37 req-ed40e09b-b02d-41f6-ad76-34bb8a428b40 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-c8e6b0ec-4ec6-44ed-be20-3c712f125b37 req-ed40e09b-b02d-41f6-ad76-34bb8a428b40 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Snapshot retrieved successfully. +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-c8e6b0ec-4ec6-44ed-be20-3c712f125b37 req-ed40e09b-b02d-41f6-ad76-34bb8a428b40 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a returned with HTTP 200 +Jan 14 22:41:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 6/11] 10.201.9.223 () {60 vars in 1489 bytes} [Tue Jan 14 22:41:41 2025] GET /volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a => generated 469 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-f3763345-b54f-45b4-bdd8-0a2139bd7103 req-9291a2ec-b3c9-4a55-be5d-3481ebccb561 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-f3763345-b54f-45b4-bdd8-0a2139bd7103 req-9291a2ec-b3c9-4a55-be5d-3481ebccb561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a +Jan 14 22:41:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-f3763345-b54f-45b4-bdd8-0a2139bd7103 req-9291a2ec-b3c9-4a55-be5d-3481ebccb561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-f3763345-b54f-45b4-bdd8-0a2139bd7103 req-9291a2ec-b3c9-4a55-be5d-3481ebccb561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-f3763345-b54f-45b4-bdd8-0a2139bd7103 req-9291a2ec-b3c9-4a55-be5d-3481ebccb561 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a returned with HTTP 404 +Jan 14 22:41:42 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 6/12] 10.201.9.223 () {60 vars in 1489 bytes} [Tue Jan 14 22:41:42 2025] GET /volume/v3/snapshots/03890eec-3a55-4853-a4c6-5e5bd201613a => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Delete volume with id: 9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:42 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:42 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Volume info retrieved successfully. +Jan 14 22:41:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Delete volume request issued successfully. +Jan 14 22:41:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 202 +Jan 14 22:41:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 7/13] 10.201.9.223 () {62 vars in 1505 bytes} [Tue Jan 14 22:41:42 2025] DELETE /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 0 bytes in 61 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-bb8b0343-1401-40e4-9e96-959c7fa970c5 req-e5e99f5f-0882-42df-9b96-6480eeeabbc3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-bb8b0343-1401-40e4-9e96-959c7fa970c5 req-e5e99f5f-0882-42df-9b96-6480eeeabbc3 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-bb8b0343-1401-40e4-9e96-959c7fa970c5 req-e5e99f5f-0882-42df-9b96-6480eeeabbc3 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-bb8b0343-1401-40e4-9e96-959c7fa970c5 req-e5e99f5f-0882-42df-9b96-6480eeeabbc3 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-bb8b0343-1401-40e4-9e96-959c7fa970c5 req-e5e99f5f-0882-42df-9b96-6480eeeabbc3 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Volume info retrieved successfully. +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-bb8b0343-1401-40e4-9e96-959c7fa970c5 req-e5e99f5f-0882-42df-9b96-6480eeeabbc3 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 200 +Jan 14 22:41:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 7/14] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:43 2025] GET /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 845 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-701094a0-a8ed-47ca-b11e-f86dda73fa97 req-da66075e-7e72-4d83-be69-c352f83f87ac None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-701094a0-a8ed-47ca-b11e-f86dda73fa97 req-da66075e-7e72-4d83-be69-c352f83f87ac tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-701094a0-a8ed-47ca-b11e-f86dda73fa97 req-da66075e-7e72-4d83-be69-c352f83f87ac tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-701094a0-a8ed-47ca-b11e-f86dda73fa97 req-da66075e-7e72-4d83-be69-c352f83f87ac tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-701094a0-a8ed-47ca-b11e-f86dda73fa97 req-da66075e-7e72-4d83-be69-c352f83f87ac tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 404 +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 8/15] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:44 2025] GET /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-c546ee50-6ddf-4607-8788-1773ce46c80c req-3258b9b9-17ba-444c-ada2-d93d773269f0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-c546ee50-6ddf-4607-8788-1773ce46c80c req-3258b9b9-17ba-444c-ada2-d93d773269f0 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-c546ee50-6ddf-4607-8788-1773ce46c80c req-3258b9b9-17ba-444c-ada2-d93d773269f0 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-c546ee50-6ddf-4607-8788-1773ce46c80c req-3258b9b9-17ba-444c-ada2-d93d773269f0 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [req-c546ee50-6ddf-4607-8788-1773ce46c80c req-3258b9b9-17ba-444c-ada2-d93d773269f0 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Delete volume with id: 9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-c546ee50-6ddf-4607-8788-1773ce46c80c req-3258b9b9-17ba-444c-ada2-d93d773269f0 tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 404 +Jan 14 22:41:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 8/16] 10.201.9.223 () {62 vars in 1505 bytes} [Tue Jan 14 22:41:44 2025] DELETE /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-fda0fdb2-29b1-486a-86d0-7d169c1e2b1e req-24e5a34b-5c9d-4faa-bce5-7bbfb6b5431a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-fda0fdb2-29b1-486a-86d0-7d169c1e2b1e req-24e5a34b-5c9d-4faa-bce5-7bbfb6b5431a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] GET http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-fda0fdb2-29b1-486a-86d0-7d169c1e2b1e req-24e5a34b-5c9d-4faa-bce5-7bbfb6b5431a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-fda0fdb2-29b1-486a-86d0-7d169c1e2b1e req-24e5a34b-5c9d-4faa-bce5-7bbfb6b5431a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-fda0fdb2-29b1-486a-86d0-7d169c1e2b1e req-24e5a34b-5c9d-4faa-bce5-7bbfb6b5431a tempest-VolumesSnapshotsTestJSON-392717810 tempest-VolumesSnapshotsTestJSON-392717810-project-member] http://10.201.9.223/volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 returned with HTTP 404 +Jan 14 22:41:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 9/17] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:44 2025] GET /volume/v3/volumes/9f39c764-9933-43ae-99e6-4465af5a7457 => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "consistencygroup_id": null, "snapshot_id": null, "name": "tempest-VolumesGetTestJSON-Volume-703627331", "description": null, "volume_type": null, "availability_zone": null, "metadata": {"Type": "work"}, "imageRef": null, "source_volid": null, "backup_id": null}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Create volume request body: {'volume': {'size': 1, 'consistencygroup_id': None, 'snapshot_id': None, 'name': 'tempest-VolumesGetTestJSON-Volume-703627331', 'description': None, 'volume_type': None, 'availability_zone': None, 'metadata': {'Type': 'work'}, 'imageRef': None, 'source_volid': None, 'backup_id': None}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Create volume of 1 GB +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Availability zone cache updated, next update will occur around 2025-01-14 23:41:45.385893. {{(pid=115488) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Availability Zones retrieved successfully. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/engines/action_engine/process_executor.py:17: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: import asyncore +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Flow 'volume_create_api' (0585ecbf-7759-4589-be45-c5b561991335) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1b39cec7-90c5-4754-a1d5-1374c3493749) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1b39cec7-90c5-4754-a1d5-1374c3493749) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (83295158-405d-4957-88a5-dd7a3cfa8275) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Deprecated: Default quota for resource: volumes_3par1 is set by the default quota flag: quota_volumes_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Deprecated: Default quota for resource: gigabytes_3par1 is set by the default quota flag: quota_gigabytes_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Created reservations ['6f6ef3c3-1fe4-4fa3-8f8b-cac9bdd546ce', 'd585fed2-8aeb-4a58-b91a-dcc1bba236a8', '596c95d1-d817-4d4b-9da0-76374de8c5a5', 'a49a1356-90ca-48f3-b2ad-5e6fd8166195'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (83295158-405d-4957-88a5-dd7a3cfa8275) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['6f6ef3c3-1fe4-4fa3-8f8b-cac9bdd546ce', 'd585fed2-8aeb-4a58-b91a-dcc1bba236a8', '596c95d1-d817-4d4b-9da0-76374de8c5a5', 'a49a1356-90ca-48f3-b2ad-5e6fd8166195']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (fba07d67-d2fc-4609-875d-5c1a6fd9141e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (fba07d67-d2fc-4609-875d-5c1a6fd9141e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '03279bb0-415f-453a-b656-32b6048d13f2', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-703627331',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8f010970277d4e5785f400d40dcd0879',qos_specs=None,replication_status=,reservations=['6f6ef3c3-1fe4-4fa3-8f8b-cac9bdd546ce','d585fed2-8aeb-4a58-b91a-dcc1bba236a8','596c95d1-d817-4d4b-9da0-76374de8c5a5','a49a1356-90ca-48f3-b2ad-5e6fd8166195'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0e4b064320514b5aa2befbe95294da37',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-703627331',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=03279bb0-415f-453a-b656-32b6048d13f2,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8f010970277d4e5785f400d40dcd0879',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0e4b064320514b5aa2befbe95294da37',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e3b8d51f-298d-4e44-bc8d-e955789cec96) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e3b8d51f-298d-4e44-bc8d-e955789cec96) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-703627331',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8f010970277d4e5785f400d40dcd0879',qos_specs=None,replication_status=,reservations=['6f6ef3c3-1fe4-4fa3-8f8b-cac9bdd546ce','d585fed2-8aeb-4a58-b91a-dcc1bba236a8','596c95d1-d817-4d4b-9da0-76374de8c5a5','a49a1356-90ca-48f3-b2ad-5e6fd8166195'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0e4b064320514b5aa2befbe95294da37',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (752310c1-4dbf-4f87-9740-fb3fd7e35d15) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (752310c1-4dbf-4f87-9740-fb3fd7e35d15) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Flow 'volume_create_api' (0585ecbf-7759-4589-be45-c5b561991335) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Create volume request issued successfully. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 9/18] 10.201.9.223 () {64 vars in 1426 bytes} [Tue Jan 14 22:41:45 2025] POST /volume/v3/volumes => generated 761 bytes in 314 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-7811301a-095d-4b1f-b30d-0daf70553561 req-60619c1f-acfb-45ff-b1de-e7fe44063726 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-60619c1f-acfb-45ff-b1de-e7fe44063726 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] GET http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-60619c1f-acfb-45ff-b1de-e7fe44063726 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-60619c1f-acfb-45ff-b1de-e7fe44063726 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-7811301a-095d-4b1f-b30d-0daf70553561 req-60619c1f-acfb-45ff-b1de-e7fe44063726 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Volume info retrieved successfully. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-60619c1f-acfb-45ff-b1de-e7fe44063726 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 returned with HTTP 200 +Jan 14 22:41:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 10/19] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:45 2025] GET /volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 => generated 829 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-c96af6d9-6419-45f5-9f7b-557f8ca97843 req-e7797b0d-7905-4aa6-bdf4-ecda01e1cfa7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-c96af6d9-6419-45f5-9f7b-557f8ca97843 req-e7797b0d-7905-4aa6-bdf4-ecda01e1cfa7 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] GET http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-c96af6d9-6419-45f5-9f7b-557f8ca97843 req-e7797b0d-7905-4aa6-bdf4-ecda01e1cfa7 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-c96af6d9-6419-45f5-9f7b-557f8ca97843 req-e7797b0d-7905-4aa6-bdf4-ecda01e1cfa7 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-c96af6d9-6419-45f5-9f7b-557f8ca97843 req-e7797b0d-7905-4aa6-bdf4-ecda01e1cfa7 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Volume info retrieved successfully. +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-c96af6d9-6419-45f5-9f7b-557f8ca97843 req-e7797b0d-7905-4aa6-bdf4-ecda01e1cfa7 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 returned with HTTP 200 +Jan 14 22:41:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 10/20] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:45 2025] GET /volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 => generated 829 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-2a227772-4471-47b3-a626-7512551d7013 req-16e1200e-3a3f-46c6-b73a-5f1b5b8acfc8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-2a227772-4471-47b3-a626-7512551d7013 req-16e1200e-3a3f-46c6-b73a-5f1b5b8acfc8 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] GET http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-2a227772-4471-47b3-a626-7512551d7013 req-16e1200e-3a3f-46c6-b73a-5f1b5b8acfc8 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-2a227772-4471-47b3-a626-7512551d7013 req-16e1200e-3a3f-46c6-b73a-5f1b5b8acfc8 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-2a227772-4471-47b3-a626-7512551d7013 req-16e1200e-3a3f-46c6-b73a-5f1b5b8acfc8 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Volume info retrieved successfully. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-2a227772-4471-47b3-a626-7512551d7013 req-16e1200e-3a3f-46c6-b73a-5f1b5b8acfc8 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 returned with HTTP 200 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 11/21] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:46 2025] GET /volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 => generated 854 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-3494bfa9-64fa-42e4-aac7-db321b11ab57 req-b5609bf7-ac11-44ed-b9b3-25c77148f546 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-3494bfa9-64fa-42e4-aac7-db321b11ab57 req-b5609bf7-ac11-44ed-b9b3-25c77148f546 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] GET http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-3494bfa9-64fa-42e4-aac7-db321b11ab57 req-b5609bf7-ac11-44ed-b9b3-25c77148f546 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-3494bfa9-64fa-42e4-aac7-db321b11ab57 req-b5609bf7-ac11-44ed-b9b3-25c77148f546 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-3494bfa9-64fa-42e4-aac7-db321b11ab57 req-b5609bf7-ac11-44ed-b9b3-25c77148f546 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Volume info retrieved successfully. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-3494bfa9-64fa-42e4-aac7-db321b11ab57 req-b5609bf7-ac11-44ed-b9b3-25c77148f546 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 returned with HTTP 200 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 11/22] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:46 2025] GET /volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 => generated 854 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] DELETE http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Delete volume with id: 03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Volume info retrieved successfully. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Delete volume request issued successfully. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 returned with HTTP 202 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 12/23] 10.201.9.223 () {62 vars in 1505 bytes} [Tue Jan 14 22:41:46 2025] DELETE /volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-5cc0d36e-bbea-4ffc-9097-175985fada98 req-2fd7e48a-ab16-4621-a744-7df3eaa89bd9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-5cc0d36e-bbea-4ffc-9097-175985fada98 req-2fd7e48a-ab16-4621-a744-7df3eaa89bd9 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] GET http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-5cc0d36e-bbea-4ffc-9097-175985fada98 req-2fd7e48a-ab16-4621-a744-7df3eaa89bd9 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-5cc0d36e-bbea-4ffc-9097-175985fada98 req-2fd7e48a-ab16-4621-a744-7df3eaa89bd9 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-5cc0d36e-bbea-4ffc-9097-175985fada98 req-2fd7e48a-ab16-4621-a744-7df3eaa89bd9 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Volume info retrieved successfully. +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-5cc0d36e-bbea-4ffc-9097-175985fada98 req-2fd7e48a-ab16-4621-a744-7df3eaa89bd9 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 returned with HTTP 200 +Jan 14 22:41:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 12/24] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:46 2025] GET /volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 => generated 853 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-be17eecf-5353-4d2e-b764-aa26dcbf329c req-922eb10e-3689-4488-a389-53127abab409 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-be17eecf-5353-4d2e-b764-aa26dcbf329c req-922eb10e-3689-4488-a389-53127abab409 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] GET http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 +Jan 14 22:41:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-be17eecf-5353-4d2e-b764-aa26dcbf329c req-922eb10e-3689-4488-a389-53127abab409 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-be17eecf-5353-4d2e-b764-aa26dcbf329c req-922eb10e-3689-4488-a389-53127abab409 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-be17eecf-5353-4d2e-b764-aa26dcbf329c req-922eb10e-3689-4488-a389-53127abab409 tempest-VolumesGetTestJSON-1424275029 tempest-VolumesGetTestJSON-1424275029-project-member] http://10.201.9.223/volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 returned with HTTP 404 +Jan 14 22:41:47 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 13/25] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:47 2025] GET /volume/v3/volumes/03279bb0-415f-453a-b656-32b6048d13f2 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-874095584"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-874095584'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume of 1 GB +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Availability Zones retrieved successfully. +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Flow 'volume_create_api' (0c42095e-9872-405e-a082-000a985536d9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (25324825-1c7b-44cf-9a22-f228a5b7c4a2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (25324825-1c7b-44cf-9a22-f228a5b7c4a2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (484bdb91-5b0a-4af0-b73c-611f3806f9d8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Created reservations ['380edffd-26e7-43d8-ae82-6b244dd8cd69', '817c9be3-5f99-486f-8778-935b0ebf4ecb', '51a4bde2-9a6c-46b1-a9d9-3cc726e9c878', '52c550e7-b9f7-4e44-8a3e-93114e4f66ae'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (484bdb91-5b0a-4af0-b73c-611f3806f9d8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['380edffd-26e7-43d8-ae82-6b244dd8cd69', '817c9be3-5f99-486f-8778-935b0ebf4ecb', '51a4bde2-9a6c-46b1-a9d9-3cc726e9c878', '52c550e7-b9f7-4e44-8a3e-93114e4f66ae']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7adf4c5b-7e21-46f8-86f4-944a48efe4a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7adf4c5b-7e21-46f8-86f4-944a48efe4a6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '7ca9388b-7a72-4125-af5c-0f473e471070', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-874095584',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',qos_specs=None,replication_status=,reservations=['380edffd-26e7-43d8-ae82-6b244dd8cd69','817c9be3-5f99-486f-8778-935b0ebf4ecb','51a4bde2-9a6c-46b1-a9d9-3cc726e9c878','52c550e7-b9f7-4e44-8a3e-93114e4f66ae'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66a04acf37574538a9c504c074513ab6',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-874095584',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=7ca9388b-7a72-4125-af5c-0f473e471070,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a28ccac0-a29f-48be-8c94-07443bbd70d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a28ccac0-a29f-48be-8c94-07443bbd70d7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-874095584',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',qos_specs=None,replication_status=,reservations=['380edffd-26e7-43d8-ae82-6b244dd8cd69','817c9be3-5f99-486f-8778-935b0ebf4ecb','51a4bde2-9a6c-46b1-a9d9-3cc726e9c878','52c550e7-b9f7-4e44-8a3e-93114e4f66ae'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66a04acf37574538a9c504c074513ab6',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2a7cad71-d2b7-4d50-bfa5-3b6348ff8d01) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2a7cad71-d2b7-4d50-bfa5-3b6348ff8d01) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Flow 'volume_create_api' (0c42095e-9872-405e-a082-000a985536d9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume request issued successfully. +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:41:49 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 13/26] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:49 2025] POST /volume/v3/volumes => generated 758 bytes in 213 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e542364e-e4ed-4f9e-ad2d-8b5e1890d057 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e542364e-e4ed-4f9e-ad2d-8b5e1890d057 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e542364e-e4ed-4f9e-ad2d-8b5e1890d057 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e542364e-e4ed-4f9e-ad2d-8b5e1890d057 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e542364e-e4ed-4f9e-ad2d-8b5e1890d057 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e542364e-e4ed-4f9e-ad2d-8b5e1890d057 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 returned with HTTP 200 +Jan 14 22:41:49 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 14/27] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:49 2025] GET /volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 => generated 826 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d5ba4be3-9cf7-4e80-af94-f4a7c9782a84 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d5ba4be3-9cf7-4e80-af94-f4a7c9782a84 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d5ba4be3-9cf7-4e80-af94-f4a7c9782a84 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d5ba4be3-9cf7-4e80-af94-f4a7c9782a84 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d5ba4be3-9cf7-4e80-af94-f4a7c9782a84 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d5ba4be3-9cf7-4e80-af94-f4a7c9782a84 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 returned with HTTP 200 +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 14/28] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:50 2025] GET /volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 => generated 851 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-86df49c2-48f2-4bfd-8ce1-bc497efd676c req-3bfa5cf1-93a1-47e7-bbd0-605efecdc1b8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-86df49c2-48f2-4bfd-8ce1-bc497efd676c req-3bfa5cf1-93a1-47e7-bbd0-605efecdc1b8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-86df49c2-48f2-4bfd-8ce1-bc497efd676c req-3bfa5cf1-93a1-47e7-bbd0-605efecdc1b8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-86df49c2-48f2-4bfd-8ce1-bc497efd676c req-3bfa5cf1-93a1-47e7-bbd0-605efecdc1b8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-86df49c2-48f2-4bfd-8ce1-bc497efd676c req-3bfa5cf1-93a1-47e7-bbd0-605efecdc1b8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-86df49c2-48f2-4bfd-8ce1-bc497efd676c req-3bfa5cf1-93a1-47e7-bbd0-605efecdc1b8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 returned with HTTP 200 +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 15/29] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:50 2025] GET /volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 => generated 851 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-2144845288"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-2144845288'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume of 1 GB +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Availability Zones retrieved successfully. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Flow 'volume_create_api' (c8ec575c-2203-4fda-b688-337c838d37ba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0dc0cc68-0f03-4722-8fec-ed87ea23b235) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0dc0cc68-0f03-4722-8fec-ed87ea23b235) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (08f8adcc-90f4-4b0e-b511-f295c0c73164) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Created reservations ['aa806412-b434-4bdf-8a81-212ff6119b38', 'ce8c8de2-9d69-4f04-a8be-a92bd1171e83', 'c430c6fa-7b08-400c-a9d0-c3b739e07c0b', 'bac8adc2-705e-4f50-b5be-c2255f821648'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (08f8adcc-90f4-4b0e-b511-f295c0c73164) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['aa806412-b434-4bdf-8a81-212ff6119b38', 'ce8c8de2-9d69-4f04-a8be-a92bd1171e83', 'c430c6fa-7b08-400c-a9d0-c3b739e07c0b', 'bac8adc2-705e-4f50-b5be-c2255f821648']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d7fc90a9-5845-41f7-a2e2-996ca7f60cbd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d7fc90a9-5845-41f7-a2e2-996ca7f60cbd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'af3e9493-376f-4f86-9bc0-cdb7b085c886', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2144845288',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',qos_specs=None,replication_status=,reservations=['aa806412-b434-4bdf-8a81-212ff6119b38','ce8c8de2-9d69-4f04-a8be-a92bd1171e83','c430c6fa-7b08-400c-a9d0-c3b739e07c0b','bac8adc2-705e-4f50-b5be-c2255f821648'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66a04acf37574538a9c504c074513ab6',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2144845288',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=af3e9493-376f-4f86-9bc0-cdb7b085c886,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6d536939-e198-49a5-a71c-3b8f6d6072a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6d536939-e198-49a5-a71c-3b8f6d6072a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2144845288',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',qos_specs=None,replication_status=,reservations=['aa806412-b434-4bdf-8a81-212ff6119b38','ce8c8de2-9d69-4f04-a8be-a92bd1171e83','c430c6fa-7b08-400c-a9d0-c3b739e07c0b','bac8adc2-705e-4f50-b5be-c2255f821648'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66a04acf37574538a9c504c074513ab6',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (411c47be-6ae7-4d51-9776-9f10f9ed9181) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (411c47be-6ae7-4d51-9776-9f10f9ed9181) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Flow 'volume_create_api' (c8ec575c-2203-4fda-b688-337c838d37ba) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume request issued successfully. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:41:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 15/30] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:50 2025] POST /volume/v3/volumes => generated 759 bytes in 105 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2848d5f2-ed80-4b85-8cb9-09f117c44c06 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2848d5f2-ed80-4b85-8cb9-09f117c44c06 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2848d5f2-ed80-4b85-8cb9-09f117c44c06 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2848d5f2-ed80-4b85-8cb9-09f117c44c06 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2848d5f2-ed80-4b85-8cb9-09f117c44c06 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2848d5f2-ed80-4b85-8cb9-09f117c44c06 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 returned with HTTP 200 +Jan 14 22:41:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 16/31] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:50 2025] GET /volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 => generated 827 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-367ecf5a-4815-4408-8d9a-b97c01754357 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-367ecf5a-4815-4408-8d9a-b97c01754357 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-367ecf5a-4815-4408-8d9a-b97c01754357 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-367ecf5a-4815-4408-8d9a-b97c01754357 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-367ecf5a-4815-4408-8d9a-b97c01754357 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-367ecf5a-4815-4408-8d9a-b97c01754357 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 returned with HTTP 200 +Jan 14 22:41:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 16/32] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:51 2025] GET /volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 => generated 851 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-22a0bfec-d964-4b85-9e52-9050fcdae2e8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-22a0bfec-d964-4b85-9e52-9050fcdae2e8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-22a0bfec-d964-4b85-9e52-9050fcdae2e8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-22a0bfec-d964-4b85-9e52-9050fcdae2e8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-22a0bfec-d964-4b85-9e52-9050fcdae2e8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-22a0bfec-d964-4b85-9e52-9050fcdae2e8 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 returned with HTTP 200 +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 17/33] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:52 2025] GET /volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 => generated 852 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-caea03dd-95bd-4429-83fd-3dee6a21b9f8 req-d83d6cde-ff76-4acf-97d8-f9faf39e7e13 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-caea03dd-95bd-4429-83fd-3dee6a21b9f8 req-d83d6cde-ff76-4acf-97d8-f9faf39e7e13 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-caea03dd-95bd-4429-83fd-3dee6a21b9f8 req-d83d6cde-ff76-4acf-97d8-f9faf39e7e13 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-caea03dd-95bd-4429-83fd-3dee6a21b9f8 req-d83d6cde-ff76-4acf-97d8-f9faf39e7e13 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-caea03dd-95bd-4429-83fd-3dee6a21b9f8 req-d83d6cde-ff76-4acf-97d8-f9faf39e7e13 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-caea03dd-95bd-4429-83fd-3dee6a21b9f8 req-d83d6cde-ff76-4acf-97d8-f9faf39e7e13 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 returned with HTTP 200 +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 17/34] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:52 2025] GET /volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 => generated 852 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-71696149"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-71696149'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume of 1 GB +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Availability Zones retrieved successfully. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Flow 'volume_create_api' (52ebac7d-62b2-4617-9565-1af5f46a5b4f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c11850fa-2a28-4551-af4b-bee119a633a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c11850fa-2a28-4551-af4b-bee119a633a6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5344e5bc-ad92-4f18-b778-4a91329e705c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Created reservations ['49d5b210-df67-49cf-a203-de65a4714e68', '96f0b29a-88a6-4737-8f85-56c7c3b4a314', 'ad71a0bf-33af-41a5-89d7-eb60d946c13a', '65bf5263-d437-4e39-bc99-ab19bc681aa6'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5344e5bc-ad92-4f18-b778-4a91329e705c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['49d5b210-df67-49cf-a203-de65a4714e68', '96f0b29a-88a6-4737-8f85-56c7c3b4a314', 'ad71a0bf-33af-41a5-89d7-eb60d946c13a', '65bf5263-d437-4e39-bc99-ab19bc681aa6']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (251df2b5-cea3-47ee-803f-6ff0b05bf554) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (251df2b5-cea3-47ee-803f-6ff0b05bf554) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '877b0178-6034-4f6e-b4b9-a51737970e37', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-71696149',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',qos_specs=None,replication_status=,reservations=['49d5b210-df67-49cf-a203-de65a4714e68','96f0b29a-88a6-4737-8f85-56c7c3b4a314','ad71a0bf-33af-41a5-89d7-eb60d946c13a','65bf5263-d437-4e39-bc99-ab19bc681aa6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66a04acf37574538a9c504c074513ab6',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-71696149',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=877b0178-6034-4f6e-b4b9-a51737970e37,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (cf01e36e-540f-4e45-8d63-7061bee05c46) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (cf01e36e-540f-4e45-8d63-7061bee05c46) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-71696149',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',qos_specs=None,replication_status=,reservations=['49d5b210-df67-49cf-a203-de65a4714e68','96f0b29a-88a6-4737-8f85-56c7c3b4a314','ad71a0bf-33af-41a5-89d7-eb60d946c13a','65bf5263-d437-4e39-bc99-ab19bc681aa6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66a04acf37574538a9c504c074513ab6',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0780f088-c3dc-4c1c-a39d-6271bd426381) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0780f088-c3dc-4c1c-a39d-6271bd426381) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Flow 'volume_create_api' (52ebac7d-62b2-4617-9565-1af5f46a5b4f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Create volume request issued successfully. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:41:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 18/35] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:52 2025] POST /volume/v3/volumes => generated 757 bytes in 136 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c5039dae-9e52-465c-99e7-2c7bed0a3a88 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c5039dae-9e52-465c-99e7-2c7bed0a3a88 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c5039dae-9e52-465c-99e7-2c7bed0a3a88 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c5039dae-9e52-465c-99e7-2c7bed0a3a88 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c5039dae-9e52-465c-99e7-2c7bed0a3a88 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c5039dae-9e52-465c-99e7-2c7bed0a3a88 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 returned with HTTP 200 +Jan 14 22:41:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 18/36] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:52 2025] GET /volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 => generated 825 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5a1f87ce-4925-4772-81d8-f5905212455d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5a1f87ce-4925-4772-81d8-f5905212455d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 +Jan 14 22:41:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5a1f87ce-4925-4772-81d8-f5905212455d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5a1f87ce-4925-4772-81d8-f5905212455d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:53 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:53 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5a1f87ce-4925-4772-81d8-f5905212455d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5a1f87ce-4925-4772-81d8-f5905212455d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 19/37] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:53 2025] GET /volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 => generated 850 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-a05d91af-449c-44b5-90ce-0bf7ceeb1578 req-f062c8a7-7e1e-4fe1-897f-94a8053963c3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-a05d91af-449c-44b5-90ce-0bf7ceeb1578 req-f062c8a7-7e1e-4fe1-897f-94a8053963c3 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-a05d91af-449c-44b5-90ce-0bf7ceeb1578 req-f062c8a7-7e1e-4fe1-897f-94a8053963c3 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-a05d91af-449c-44b5-90ce-0bf7ceeb1578 req-f062c8a7-7e1e-4fe1-897f-94a8053963c3 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-a05d91af-449c-44b5-90ce-0bf7ceeb1578 req-f062c8a7-7e1e-4fe1-897f-94a8053963c3 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-a05d91af-449c-44b5-90ce-0bf7ceeb1578 req-f062c8a7-7e1e-4fe1-897f-94a8053963c3 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 19/38] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 => generated 850 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-7e9ff57c-496f-4302-9241-e31b2a871be9 req-3186b208-6a4b-4df4-afda-6c990cb8cd53 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 20/39] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-a790c6cb-a567-43f7-b0cb-229ec2212fb6 req-a3a42cd0-f29e-4cee-8a00-0b25ef09deb1 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 20/40] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-41622057-ccf3-46c6-afdc-80495b662077 req-137851c8-53ba-460d-b416-d5a89b97a48b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 21/41] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-78dd65fc-c136-4754-93b8-3ff843f5b0e3 req-902f744f-c9ec-4dfd-99ea-c78ee4a4e032 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 21/42] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-a5e77f0f-6796-4635-b019-78f5ae6a03bf req-f1fd043f-df6f-4cf5-bf54-d6ae82b7d214 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 22/43] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-37850f6a-f835-4d40-9da2-56c2ed65d242 req-c10f84e7-d686-4bd1-ad83-23d1bbfb87d0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 22/44] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-160131f0-f100-4c2c-96e9-a59282fae251 req-2c7ebbfa-9b26-431a-8fe3-874a38a55cc7 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 23/45] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Get all volumes completed successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-070168c5-8250-4f51-b3fa-3cece58c196a req-9f0f70ca-1146-45e6-98b3-1e56bf6bbb86 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 23/46] 10.201.9.223 () {60 vars in 1393 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/detail => generated 2536 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] DELETE http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Delete volume with id: 877b0178-6034-4f6e-b4b9-a51737970e37 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Delete volume request issued successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 returned with HTTP 202 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 24/47] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:41:54 2025] DELETE /volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-149fe265-e44c-487c-89c9-e2b9fe76eaba None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-149fe265-e44c-487c-89c9-e2b9fe76eaba tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-149fe265-e44c-487c-89c9-e2b9fe76eaba tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-149fe265-e44c-487c-89c9-e2b9fe76eaba tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-149fe265-e44c-487c-89c9-e2b9fe76eaba tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-149fe265-e44c-487c-89c9-e2b9fe76eaba tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 returned with HTTP 200 +Jan 14 22:41:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 24/48] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:54 2025] GET /volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 => generated 849 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-36e5c8e9-b666-4828-af0e-f855acab571c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-36e5c8e9-b666-4828-af0e-f855acab571c tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-36e5c8e9-b666-4828-af0e-f855acab571c tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-36e5c8e9-b666-4828-af0e-f855acab571c tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-36e5c8e9-b666-4828-af0e-f855acab571c tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 returned with HTTP 404 +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 25/49] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:55 2025] GET /volume/v3/volumes/877b0178-6034-4f6e-b4b9-a51737970e37 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b797349f-2b57-4533-aa25-1df2abf82802 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] DELETE http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Delete volume with id: af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Delete volume request issued successfully. +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 returned with HTTP 202 +Jan 14 22:41:55 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 25/50] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:41:55 2025] DELETE /volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 => generated 0 bytes in 47 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e3ab878f-00df-4c25-8575-c302edc5f4a0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e3ab878f-00df-4c25-8575-c302edc5f4a0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e3ab878f-00df-4c25-8575-c302edc5f4a0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e3ab878f-00df-4c25-8575-c302edc5f4a0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e3ab878f-00df-4c25-8575-c302edc5f4a0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e3ab878f-00df-4c25-8575-c302edc5f4a0 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 returned with HTTP 200 +Jan 14 22:41:55 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 26/51] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:55 2025] GET /volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 => generated 851 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a48de541-f2a2-45dd-b2d1-a5afdc3ac19b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a48de541-f2a2-45dd-b2d1-a5afdc3ac19b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a48de541-f2a2-45dd-b2d1-a5afdc3ac19b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a48de541-f2a2-45dd-b2d1-a5afdc3ac19b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a48de541-f2a2-45dd-b2d1-a5afdc3ac19b tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 returned with HTTP 404 +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 26/52] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:56 2025] GET /volume/v3/volumes/af3e9493-376f-4f86-9bc0-cdb7b085c886 => generated 109 bytes in 26 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] DELETE http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Delete volume with id: 7ca9388b-7a72-4125-af5c-0f473e471070 +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Delete volume request issued successfully. +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 returned with HTTP 202 +Jan 14 22:41:56 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 27/53] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:41:56 2025] DELETE /volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 => generated 0 bytes in 51 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-08c48d67-066e-4a0d-8303-021e2b3e677a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-08c48d67-066e-4a0d-8303-021e2b3e677a tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-08c48d67-066e-4a0d-8303-021e2b3e677a tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-08c48d67-066e-4a0d-8303-021e2b3e677a tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-08c48d67-066e-4a0d-8303-021e2b3e677a tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Volume info retrieved successfully. +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-08c48d67-066e-4a0d-8303-021e2b3e677a tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 returned with HTTP 200 +Jan 14 22:41:56 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 27/54] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:56 2025] GET /volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 => generated 850 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:41:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-97c07ff5-771a-4dbf-b631-f7a03cfb52eb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-97c07ff5-771a-4dbf-b631-f7a03cfb52eb tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] GET http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 +Jan 14 22:41:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-97c07ff5-771a-4dbf-b631-f7a03cfb52eb tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-97c07ff5-771a-4dbf-b631-f7a03cfb52eb tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-97c07ff5-771a-4dbf-b631-f7a03cfb52eb tempest-VolumesTestJSON-2024561709 tempest-VolumesTestJSON-2024561709-project-member] http://10.201.9.223/volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 returned with HTTP 404 +Jan 14 22:41:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 28/55] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:57 2025] GET /volume/v3/volumes/7ca9388b-7a72-4125-af5c-0f473e471070 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-81711ffa-0162-4cc0-82c0-8d530e1a1a58 req-7f8109a0-dc6f-481e-83bc-7c221d62f28d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-81711ffa-0162-4cc0-82c0-8d530e1a1a58 req-7f8109a0-dc6f-481e-83bc-7c221d62f28d tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] DELETE http://10.201.9.223/volume/v3/volumes/tempest-invalid-1996769584 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-81711ffa-0162-4cc0-82c0-8d530e1a1a58 req-7f8109a0-dc6f-481e-83bc-7c221d62f28d tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-81711ffa-0162-4cc0-82c0-8d530e1a1a58 req-7f8109a0-dc6f-481e-83bc-7c221d62f28d tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [req-81711ffa-0162-4cc0-82c0-8d530e1a1a58 req-7f8109a0-dc6f-481e-83bc-7c221d62f28d tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Delete volume with id: tempest-invalid-1996769584 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-81711ffa-0162-4cc0-82c0-8d530e1a1a58 req-7f8109a0-dc6f-481e-83bc-7c221d62f28d tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-1996769584 returned with HTTP 404 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 28/56] 10.201.9.223 () {62 vars in 1475 bytes} [Tue Jan 14 22:41:59 2025] DELETE /volume/v3/volumes/tempest-invalid-1996769584 => generated 99 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [req-6b54816c-ff8d-477b-a48a-e5984f88e20a req-cc9a2d3a-a36c-488e-affb-e811cbdff1ff None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-6b54816c-ff8d-477b-a48a-e5984f88e20a req-cc9a2d3a-a36c-488e-affb-e811cbdff1ff tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] DELETE http://10.201.9.223/volume/v3/volumes/021b083c-066e-4bd6-9569-efbca6cbc627 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-6b54816c-ff8d-477b-a48a-e5984f88e20a req-cc9a2d3a-a36c-488e-affb-e811cbdff1ff tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [req-6b54816c-ff8d-477b-a48a-e5984f88e20a req-cc9a2d3a-a36c-488e-affb-e811cbdff1ff tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [req-6b54816c-ff8d-477b-a48a-e5984f88e20a req-cc9a2d3a-a36c-488e-affb-e811cbdff1ff tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Delete volume with id: 021b083c-066e-4bd6-9569-efbca6cbc627 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [req-6b54816c-ff8d-477b-a48a-e5984f88e20a req-cc9a2d3a-a36c-488e-affb-e811cbdff1ff tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] http://10.201.9.223/volume/v3/volumes/021b083c-066e-4bd6-9569-efbca6cbc627 returned with HTTP 404 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 29/57] 10.201.9.223 () {62 vars in 1505 bytes} [Tue Jan 14 22:41:59 2025] DELETE /volume/v3/volumes/021b083c-066e-4bd6-9569-efbca6cbc627 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [req-c5b9425d-602b-4942-86f1-3946f86b5dbc req-b069feb4-5711-41f0-8888-1ea1271bbe67 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-c5b9425d-602b-4942-86f1-3946f86b5dbc req-b069feb4-5711-41f0-8888-1ea1271bbe67 tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] GET http://10.201.9.223/volume/v3/volumes/19212bc9-ef2d-42fe-ad5f-7fb315369623 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-c5b9425d-602b-4942-86f1-3946f86b5dbc req-b069feb4-5711-41f0-8888-1ea1271bbe67 tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [req-c5b9425d-602b-4942-86f1-3946f86b5dbc req-b069feb4-5711-41f0-8888-1ea1271bbe67 tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [req-c5b9425d-602b-4942-86f1-3946f86b5dbc req-b069feb4-5711-41f0-8888-1ea1271bbe67 tempest-VolumesNegativeTest-1128806875 tempest-VolumesNegativeTest-1128806875-project-member] http://10.201.9.223/volume/v3/volumes/19212bc9-ef2d-42fe-ad5f-7fb315369623 returned with HTTP 404 +Jan 14 22:41:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 29/58] 10.201.9.223 () {60 vars in 1483 bytes} [Tue Jan 14 22:41:59 2025] GET /volume/v3/volumes/19212bc9-ef2d-42fe-ad5f-7fb315369623 => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools +Jan 14 22:42:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Calling method 'get_pools' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools returned with HTTP 200 +Jan 14 22:42:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 30/59] 10.201.9.223 () {58 vars in 1173 bytes} [Tue Jan 14 22:42:00 2025] GET /volume/v3/scheduler-stats/get_pools => generated 77 bytes in 570 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:42:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-431161d2-ebf3-4811-adee-24ad0591d858 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-431161d2-ebf3-4811-adee-24ad0591d858 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True +Jan 14 22:42:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-431161d2-ebf3-4811-adee-24ad0591d858 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-431161d2-ebf3-4811-adee-24ad0591d858 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Calling method 'get_pools' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-431161d2-ebf3-4811-adee-24ad0591d858 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True returned with HTTP 200 +Jan 14 22:42:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 30/60] 10.201.9.223 () {58 vars in 1196 bytes} [Tue Jan 14 22:42:01 2025] GET /volume/v3/scheduler-stats/get_pools?detail=True => generated 2155 bytes in 526 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5ff57b02-e738-467d-9f0c-79551c2137ac None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5ff57b02-e738-467d-9f0c-79551c2137ac tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] GET http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 +Jan 14 22:42:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5ff57b02-e738-467d-9f0c-79551c2137ac tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5ff57b02-e738-467d-9f0c-79551c2137ac tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5ff57b02-e738-467d-9f0c-79551c2137ac tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 returned with HTTP 200 +Jan 14 22:42:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 31/61] 10.201.9.223 () {58 vars in 1173 bytes} [Tue Jan 14 22:42:01 2025] GET /volume/v3/capabilities/ubuntu@3par2 => generated 5082 bytes in 526 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-eb998f2f-a9e5-44a5-bfca-c32f5f9651f7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eb998f2f-a9e5-44a5-bfca-c32f5f9651f7 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] GET http://10.201.9.223/volume/v3/capabilities/ubuntu@3par1 +Jan 14 22:42:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eb998f2f-a9e5-44a5-bfca-c32f5f9651f7 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eb998f2f-a9e5-44a5-bfca-c32f5f9651f7 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eb998f2f-a9e5-44a5-bfca-c32f5f9651f7 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] http://10.201.9.223/volume/v3/capabilities/ubuntu@3par1 returned with HTTP 200 +Jan 14 22:42:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 31/62] 10.201.9.223 () {58 vars in 1173 bytes} [Tue Jan 14 22:42:02 2025] GET /volume/v3/capabilities/ubuntu@3par1 => generated 5082 bytes in 520 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2c802196-7035-443c-98ad-89c57d5af074 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2c802196-7035-443c-98ad-89c57d5af074 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] GET http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 +Jan 14 22:42:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2c802196-7035-443c-98ad-89c57d5af074 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2c802196-7035-443c-98ad-89c57d5af074 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2c802196-7035-443c-98ad-89c57d5af074 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142-project-******] http://10.201.9.223/volume/v3/capabilities/ubuntu@3par2 returned with HTTP 200 +Jan 14 22:42:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 32/63] 10.201.9.223 () {58 vars in 1173 bytes} [Tue Jan 14 22:42:02 2025] GET /volume/v3/capabilities/ubuntu@3par2 => generated 5082 bytes in 524 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f3329d94-9076-4ba5-8da8-80131e983673 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f3329d94-9076-4ba5-8da8-80131e983673 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f3329d94-9076-4ba5-8da8-80131e983673 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-657161688"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f3329d94-9076-4ba5-8da8-80131e983673 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 32/64] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:42:05 2025] POST /volume/v3/types => generated 223 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a823aaea-fb0f-4437-96e2-f49f5bec109a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a823aaea-fb0f-4437-96e2-f49f5bec109a tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a823aaea-fb0f-4437-96e2-f49f5bec109a tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1982625012"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a823aaea-fb0f-4437-96e2-f49f5bec109a tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 33/65] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:05 2025] POST /volume/v3/group_types => generated 181 bytes in 44 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "f1b58007-40e4-481e-89d2-0e1b125a0458", "volume_types": ["50ee265a-4ddf-4463-bf4b-5f572bb48385"], "name": "tempest-GroupSnapshotsTest-Group-1698881369"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating new group {'group': {'group_type': 'f1b58007-40e4-481e-89d2-0e1b125a0458', 'volume_types': ['50ee265a-4ddf-4463-bf4b-5f572bb48385'], 'name': 'tempest-GroupSnapshotsTest-Group-1698881369'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating group tempest-GroupSnapshotsTest-Group-1698881369. +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability zone cache updated, next update will occur around 2025-01-14 23:42:05.500717. {{(pid=115488) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['522b2608-0948-4b81-93d5-554c0e0f2882'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:42:05 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 33/66] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:42:05 2025] POST /volume/v3/groups => generated 112 bytes in 138 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5c9a5d70-7f49-4952-ad3b-6b65eeb77f20 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5c9a5d70-7f49-4952-ad3b-6b65eeb77f20 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5c9a5d70-7f49-4952-ad3b-6b65eeb77f20 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5c9a5d70-7f49-4952-ad3b-6b65eeb77f20 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-5c9a5d70-7f49-4952-ad3b-6b65eeb77f20 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 9bcacc48-322e-44ec-90bc-2997c29db079 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5c9a5d70-7f49-4952-ad3b-6b65eeb77f20 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 returned with HTTP 200 +Jan 14 22:42:05 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 34/67] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:05 2025] GET /volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 => generated 392 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-eb3293a7-b1b3-48e4-9f84-e09623cd7ef9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eb3293a7-b1b3-48e4-9f84-e09623cd7ef9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eb3293a7-b1b3-48e4-9f84-e09623cd7ef9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eb3293a7-b1b3-48e4-9f84-e09623cd7ef9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-eb3293a7-b1b3-48e4-9f84-e09623cd7ef9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 9bcacc48-322e-44ec-90bc-2997c29db079 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eb3293a7-b1b3-48e4-9f84-e09623cd7ef9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 returned with HTTP 200 +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 34/68] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:06 2025] GET /volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 => generated 393 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-451022992", "volume_type": "50ee265a-4ddf-4463-bf4b-5f572bb48385", "group_id": "9bcacc48-322e-44ec-90bc-2997c29db079", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-451022992', 'volume_type': '50ee265a-4ddf-4463-bf4b-5f572bb48385', 'group_id': '9bcacc48-322e-44ec-90bc-2997c29db079', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume of 1 GB +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (de94372b-f410-4678-b600-1f83b047b7df) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (228eab57-0708-4ffc-95d1-7966c3108f1d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (228eab57-0708-4ffc-95d1-7966c3108f1d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:05Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=50ee265a-4ddf-4463-bf4b-5f572bb48385,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-657161688',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '50ee265a-4ddf-4463-bf4b-5f572bb48385', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '9bcacc48-322e-44ec-90bc-2997c29db079', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a84f49eb-916d-48fc-91b7-e4080cd847f2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-657161688 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-657161688, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-657161688 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-657161688, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['12de2c71-d670-4985-b2ad-e5702518de96', 'b42d2622-6d2d-4670-bc46-700508c50254', '7343cf9a-69fd-455a-92b2-995e11a924f5', 'cf7f69ac-f9c7-4605-890b-d59dd15fc9c5'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a84f49eb-916d-48fc-91b7-e4080cd847f2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['12de2c71-d670-4985-b2ad-e5702518de96', 'b42d2622-6d2d-4670-bc46-700508c50254', '7343cf9a-69fd-455a-92b2-995e11a924f5', 'cf7f69ac-f9c7-4605-890b-d59dd15fc9c5']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0e8c2e76-8e38-4547-9cc7-82e879cc94a0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0e8c2e76-8e38-4547-9cc7-82e879cc94a0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'df385d2d-2e6c-4774-bca4-fc29cbb52bc5', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-451022992',encryption_key_id=None,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['12de2c71-d670-4985-b2ad-e5702518de96','b42d2622-6d2d-4670-bc46-700508c50254','7343cf9a-69fd-455a-92b2-995e11a924f5','cf7f69ac-f9c7-4605-890b-d59dd15fc9c5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-451022992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,host=None,id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385),volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (53afceb5-e545-45e2-842f-56635407963a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (53afceb5-e545-45e2-842f-56635407963a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-451022992',encryption_key_id=None,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['12de2c71-d670-4985-b2ad-e5702518de96','b42d2622-6d2d-4670-bc46-700508c50254','7343cf9a-69fd-455a-92b2-995e11a924f5','cf7f69ac-f9c7-4605-890b-d59dd15fc9c5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (49be524c-523f-4d43-bd55-66c8cb13a4de) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (49be524c-523f-4d43-bd55-66c8cb13a4de) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (de94372b-f410-4678-b600-1f83b047b7df) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request issued successfully. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:06 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 35/69] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:06 2025] POST /volume/v3/volumes => generated 823 bytes in 174 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dcf08eab-d5b2-4f28-bf67-1e4404fd8abe tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 returned with HTTP 200 +Jan 14 22:42:06 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 35/70] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:06 2025] GET /volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 => generated 891 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-265954d0-03f5-4a4f-96ac-3bcc4e3b4ea2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 returned with HTTP 200 +Jan 14 22:42:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 36/71] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:07 2025] GET /volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 => generated 916 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/group_snapshots +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "9bcacc48-322e-44ec-90bc-2997c29db079", "name": "tempest-group_snapshot-1680849399"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': '9bcacc48-322e-44ec-90bc-2997c29db079', 'name': 'tempest-group_snapshot-1680849399'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.group_snapshots [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating group_snapshot tempest-group_snapshot-1680849399. +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-657161688 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-657161688, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:07 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-657161688 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-657161688, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['1b1d1acb-8a72-471d-9520-b7a908f473c5', 'e168077d-ffc1-4daa-bcca-2bcf23960fd1', 'a6c9d79d-d4e6-4e1b-a579-b07daf383455', '8e0cbb1c-0d71-4e75-9e75-0aa42d79c63c'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 +Jan 14 22:42:08 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 36/72] 10.201.9.223 () {62 vars in 1206 bytes} [Tue Jan 14 22:42:07 2025] POST /volume/v3/group_snapshots => generated 168 bytes in 120 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d278a864-1a43-4710-b47d-ab15a87b6063 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d278a864-1a43-4710-b47d-ab15a87b6063 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d278a864-1a43-4710-b47d-ab15a87b6063 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d278a864-1a43-4710-b47d-ab15a87b6063 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-d278a864-1a43-4710-b47d-ab15a87b6063 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member a277a9ea-8364-4513-b3a7-198d56bb48ee {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d278a864-1a43-4710-b47d-ab15a87b6063 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee returned with HTTP 200 +Jan 14 22:42:08 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 37/73] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:08 2025] GET /volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee => generated 307 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3f9bcfb8-9f6a-4313-9738-c52a16e15af4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3f9bcfb8-9f6a-4313-9738-c52a16e15af4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3f9bcfb8-9f6a-4313-9738-c52a16e15af4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3f9bcfb8-9f6a-4313-9738-c52a16e15af4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-3f9bcfb8-9f6a-4313-9738-c52a16e15af4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member a277a9ea-8364-4513-b3a7-198d56bb48ee {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3f9bcfb8-9f6a-4313-9738-c52a16e15af4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee returned with HTTP 200 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 37/74] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:09 2025] GET /volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee => generated 308 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all snapshots completed successfully. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f5f14076-03c0-458e-8ef0-0e0c132dede6 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 38/75] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:09 2025] GET /volume/v3/snapshots/detail => generated 454 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b264ff33-33f5-4b80-b0b1-eb4a482e05c3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b264ff33-33f5-4b80-b0b1-eb4a482e05c3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b264ff33-33f5-4b80-b0b1-eb4a482e05c3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b264ff33-33f5-4b80-b0b1-eb4a482e05c3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b264ff33-33f5-4b80-b0b1-eb4a482e05c3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Snapshot retrieved successfully. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b264ff33-33f5-4b80-b0b1-eb4a482e05c3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 returned with HTTP 200 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 38/76] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:09 2025] GET /volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 => generated 451 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups/action +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action body: b'{"create-from-src": {"group_snapshot_id": "a277a9ea-8364-4513-b3a7-198d56bb48ee", "name": "tempest-Group_from_snap-768414927"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'action', calling method: version_select, body: {"create-from-src": {"group_snapshot_id": "a277a9ea-8364-4513-b3a7-198d56bb48ee", "name": "tempest-Group_from_snap-768414927"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating new group {'create-from-src': {'group_snapshot_id': 'a277a9ea-8364-4513-b3a7-198d56bb48ee', 'name': 'tempest-Group_from_snap-768414927'}}. {{(pid=115489) create_from_src /opt/stack/cinder/cinder/api/v3/groups.py:236}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating group tempest-Group_from_snap-768414927 from group_snapshot a277a9ea-8364-4513-b3a7-198d56bb48ee. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['7c4fc961-4276-414c-b317-a2a1dd023339'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.group.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] A mapping entry already exists for group 243e08eb-6a46-4d0f-9ba0-f2f63646ca12 and volume type 50ee265a-4ddf-4463-bf4b-5f572bb48385. Do not need to create again. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability zone cache updated, next update will occur around 2025-01-14 23:42:09.756618. {{(pid=115489) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (9a47d6e4-12bc-4abc-8f85-ffcdbb2d02cd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c95aedb3-a2ea-496e-aef0-f837737af4f8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Validating volume size '1' using validate_int, validate_snap_size {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c95aedb3-a2ea-496e-aef0-f837737af4f8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': '0747e424-f306-4ed0-8494-3d1db2b8e7d1', 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:05Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=50ee265a-4ddf-4463-bf4b-5f572bb48385,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-657161688',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '50ee265a-4ddf-4463-bf4b-5f572bb48385', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '243e08eb-6a46-4d0f-9ba0-f2f63646ca12', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (53058d13-7c39-4e59-9df0-0af7e9c4513f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['f32daa45-1500-4075-ba83-2114ea4b51f0', '61faacf3-e9d2-4a67-8439-f28f5e8e0114'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (53058d13-7c39-4e59-9df0-0af7e9c4513f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['f32daa45-1500-4075-ba83-2114ea4b51f0', '61faacf3-e9d2-4a67-8439-f28f5e8e0114']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (085d25f1-171a-4fa5-b115-4fe4f2de0844) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (085d25f1-171a-4fa5-b115-4fe4f2de0844) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'b959a17d-2ef6-4cbf-ac6b-8b0790294f48', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['f32daa45-1500-4075-ba83-2114ea4b51f0','61faacf3-e9d2-4a67-8439-f28f5e8e0114'],size=1,snapshot_id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:09Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,host=None,id=b959a17d-2ef6-4cbf-ac6b-8b0790294f48,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385),volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e950b9ba-7a2b-42a4-b7c2-2353e539bd39) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e950b9ba-7a2b-42a4-b7c2-2353e539bd39) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['f32daa45-1500-4075-ba83-2114ea4b51f0','61faacf3-e9d2-4a67-8439-f28f5e8e0114'],size=1,snapshot_id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (9a47d6e4-12bc-4abc-8f85-ffcdbb2d02cd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request issued successfully. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/action returned with HTTP 202 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 39/77] 10.201.9.223 () {62 vars in 1200 bytes} [Tue Jan 14 22:42:09 2025] POST /volume/v3/groups/action => generated 102 bytes in 758 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24952f79-9061-46c1-b38c-d95e23d7b0bc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 39/78] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:09 2025] GET /volume/v3/volumes/detail => generated 1836 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-202c7142-e06e-488e-991c-31823b38e656 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-202c7142-e06e-488e-991c-31823b38e656 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 returned with HTTP 200 +Jan 14 22:42:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 40/79] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:09 2025] GET /volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 => generated 927 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3f218c17-5afd-40b7-946d-6e19ef59f349 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 returned with HTTP 200 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 40/80] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:11 2025] GET /volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 => generated 928 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-460dcdfe-7ca5-46ef-a809-cb8be7eb0e63 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-460dcdfe-7ca5-46ef-a809-cb8be7eb0e63 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-460dcdfe-7ca5-46ef-a809-cb8be7eb0e63 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-460dcdfe-7ca5-46ef-a809-cb8be7eb0e63 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-460dcdfe-7ca5-46ef-a809-cb8be7eb0e63 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 243e08eb-6a46-4d0f-9ba0-f2f63646ca12 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-460dcdfe-7ca5-46ef-a809-cb8be7eb0e63 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12 returned with HTTP 200 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 41/81] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:11 2025] GET /volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12 => generated 417 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bf06eff7-a319-4974-9c7d-5c4d5721cf12 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 41/82] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:11 2025] GET /volume/v3/volumes/detail => generated 1837 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 287 bytes (2 switches on core 0) +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12/action +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'action', calling method: version_select, body: {"delete": {"delete-volumes": true}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for group 243e08eb-6a46-4d0f-9ba0-f2f63646ca12 {{(pid=115489) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group with id: 243e08eb-6a46-4d0f-9ba0-f2f63646ca12 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12/action returned with HTTP 202 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 42/83] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:11 2025] POST /volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12/action => generated 0 bytes in 68 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e5dc65d4-fbcf-437f-95f7-d0e8891e9578 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 returned with HTTP 200 +Jan 14 22:42:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 42/84] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:11 2025] GET /volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 => generated 927 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a99e5213-b0aa-4bcf-aa14-c2d1e0aee527 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a99e5213-b0aa-4bcf-aa14-c2d1e0aee527 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a99e5213-b0aa-4bcf-aa14-c2d1e0aee527 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a99e5213-b0aa-4bcf-aa14-c2d1e0aee527 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a99e5213-b0aa-4bcf-aa14-c2d1e0aee527 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 returned with HTTP 404 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 43/85] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:12 2025] GET /volume/v3/volumes/b959a17d-2ef6-4cbf-ac6b-8b0790294f48 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2b468815-8aba-45af-94a8-187f4e72ac1a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2b468815-8aba-45af-94a8-187f4e72ac1a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2b468815-8aba-45af-94a8-187f4e72ac1a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2b468815-8aba-45af-94a8-187f4e72ac1a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-2b468815-8aba-45af-94a8-187f4e72ac1a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 243e08eb-6a46-4d0f-9ba0-f2f63646ca12 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2b468815-8aba-45af-94a8-187f4e72ac1a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12 returned with HTTP 404 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 43/86] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:12 2025] GET /volume/v3/groups/243e08eb-6a46-4d0f-9ba0-f2f63646ca12 => generated 108 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for member a277a9ea-8364-4513-b3a7-198d56bb48ee {{(pid=115489) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.group_snapshots [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group_snapshot with id: a277a9ea-8364-4513-b3a7-198d56bb48ee +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee returned with HTTP 202 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 44/87] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:42:12 2025] DELETE /volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee => generated 0 bytes in 46 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1fa34850-1e2d-465c-a78d-730f7aab312a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1fa34850-1e2d-465c-a78d-730f7aab312a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 44/88] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:12 2025] GET /volume/v3/volumes/detail => generated 919 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all snapshots completed successfully. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3556d335-3fdb-47b4-aefa-e1814f23f807 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 45/89] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:12 2025] GET /volume/v3/snapshots/detail => generated 453 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-267f0ab9-ac08-46ce-8f99-7b968c7f56f9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-267f0ab9-ac08-46ce-8f99-7b968c7f56f9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-267f0ab9-ac08-46ce-8f99-7b968c7f56f9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-267f0ab9-ac08-46ce-8f99-7b968c7f56f9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-267f0ab9-ac08-46ce-8f99-7b968c7f56f9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Snapshot retrieved successfully. +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-267f0ab9-ac08-46ce-8f99-7b968c7f56f9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 returned with HTTP 200 +Jan 14 22:42:12 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 45/90] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:12 2025] GET /volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 => generated 450 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-01e0d115-7632-4738-b07b-c7d5fc7b82e4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-01e0d115-7632-4738-b07b-c7d5fc7b82e4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-01e0d115-7632-4738-b07b-c7d5fc7b82e4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-01e0d115-7632-4738-b07b-c7d5fc7b82e4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-01e0d115-7632-4738-b07b-c7d5fc7b82e4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 returned with HTTP 404 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 46/91] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:13 2025] GET /volume/v3/snapshots/0747e424-f306-4ed0-8494-3d1db2b8e7d1 => generated 111 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-40e66863-abf8-459f-b40e-7f36b72ef169 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40e66863-abf8-459f-b40e-7f36b72ef169 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-40e66863-abf8-459f-b40e-7f36b72ef169 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-40e66863-abf8-459f-b40e-7f36b72ef169 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-40e66863-abf8-459f-b40e-7f36b72ef169 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member a277a9ea-8364-4513-b3a7-198d56bb48ee {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40e66863-abf8-459f-b40e-7f36b72ef169 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee returned with HTTP 404 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 46/92] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:13 2025] GET /volume/v3/group_snapshots/a277a9ea-8364-4513-b3a7-198d56bb48ee => generated 116 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-94d5c99a-204d-4773-9b2b-fd87570cf4e3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 47/93] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:13 2025] GET /volume/v3/volumes/detail => generated 919 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079/action +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'action', calling method: version_select, body: {"delete": {"delete-volumes": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for group 9bcacc48-322e-44ec-90bc-2997c29db079 {{(pid=115488) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group with id: 9bcacc48-322e-44ec-90bc-2997c29db079 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079/action returned with HTTP 202 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 47/94] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:13 2025] POST /volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079/action => generated 0 bytes in 73 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-21020b6c-168f-4bb3-a3df-888deed7e1b1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 returned with HTTP 200 +Jan 14 22:42:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 48/95] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:13 2025] GET /volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 => generated 915 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-98b6db62-4048-4048-a8e8-3aafbbeee41f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-98b6db62-4048-4048-a8e8-3aafbbeee41f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-98b6db62-4048-4048-a8e8-3aafbbeee41f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-98b6db62-4048-4048-a8e8-3aafbbeee41f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-98b6db62-4048-4048-a8e8-3aafbbeee41f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 returned with HTTP 404 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 48/96] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:14 2025] GET /volume/v3/volumes/df385d2d-2e6c-4774-bca4-fc29cbb52bc5 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2f9c9a14-900c-415e-b823-793af6af3a59 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2f9c9a14-900c-415e-b823-793af6af3a59 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2f9c9a14-900c-415e-b823-793af6af3a59 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2f9c9a14-900c-415e-b823-793af6af3a59 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-2f9c9a14-900c-415e-b823-793af6af3a59 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 9bcacc48-322e-44ec-90bc-2997c29db079 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2f9c9a14-900c-415e-b823-793af6af3a59 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 returned with HTTP 404 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 49/97] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:14 2025] GET /volume/v3/groups/9bcacc48-322e-44ec-90bc-2997c29db079 => generated 108 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c408a2ae-f90d-44a9-8498-832909e846d1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c408a2ae-f90d-44a9-8498-832909e846d1 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] DELETE http://10.201.9.223/volume/v3/group_types/f1b58007-40e4-481e-89d2-0e1b125a0458 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c408a2ae-f90d-44a9-8498-832909e846d1 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c408a2ae-f90d-44a9-8498-832909e846d1 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c408a2ae-f90d-44a9-8498-832909e846d1 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/group_types/f1b58007-40e4-481e-89d2-0e1b125a0458 returned with HTTP 202 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 49/98] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:14 2025] DELETE /volume/v3/group_types/f1b58007-40e4-481e-89d2-0e1b125a0458 => generated 0 bytes in 28 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e0daab73-8051-4848-aab4-d86b3174381c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e0daab73-8051-4848-aab4-d86b3174381c tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] DELETE http://10.201.9.223/volume/v3/types/50ee265a-4ddf-4463-bf4b-5f572bb48385 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e0daab73-8051-4848-aab4-d86b3174381c tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e0daab73-8051-4848-aab4-d86b3174381c tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e0daab73-8051-4848-aab4-d86b3174381c tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types/50ee265a-4ddf-4463-bf4b-5f572bb48385 returned with HTTP 202 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 50/99] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:42:14 2025] DELETE /volume/v3/types/50ee265a-4ddf-4463-bf4b-5f572bb48385 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-06cb7f73-4027-4b41-93d0-e15282d2df50 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-06cb7f73-4027-4b41-93d0-e15282d2df50 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] GET http://10.201.9.223/volume/v3/types/50ee265a-4ddf-4463-bf4b-5f572bb48385 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-06cb7f73-4027-4b41-93d0-e15282d2df50 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-06cb7f73-4027-4b41-93d0-e15282d2df50 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-06cb7f73-4027-4b41-93d0-e15282d2df50 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types/50ee265a-4ddf-4463-bf4b-5f572bb48385 returned with HTTP 404 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 50/100] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:42:14 2025] GET /volume/v3/types/50ee265a-4ddf-4463-bf4b-5f572bb48385 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-69284dc2-9bac-455a-8caa-a31a5c118f21 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-69284dc2-9bac-455a-8caa-a31a5c118f21 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-69284dc2-9bac-455a-8caa-a31a5c118f21 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1915249815"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-69284dc2-9bac-455a-8caa-a31a5c118f21 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 51/101] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:42:14 2025] POST /volume/v3/types => generated 224 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-744ebe53-27f0-48ca-a51e-490a99d7c30e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-744ebe53-27f0-48ca-a51e-490a99d7c30e tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-744ebe53-27f0-48ca-a51e-490a99d7c30e tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1555435231"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-744ebe53-27f0-48ca-a51e-490a99d7c30e tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 51/102] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:14 2025] POST /volume/v3/group_types => generated 181 bytes in 26 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "d0adb23a-7031-49be-a590-e00b37390367", "volume_types": ["d15cf9be-9316-4cbd-95cc-d572684a6bf5"], "name": "tempest-GroupSnapshotsTest-Group-1787334690"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating new group {'group': {'group_type': 'd0adb23a-7031-49be-a590-e00b37390367', 'volume_types': ['d15cf9be-9316-4cbd-95cc-d572684a6bf5'], 'name': 'tempest-GroupSnapshotsTest-Group-1787334690'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating group tempest-GroupSnapshotsTest-Group-1787334690. +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['430b7dbc-7cd7-484c-937f-eb5fee7e58b8'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 52/103] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:42:14 2025] POST /volume/v3/groups => generated 112 bytes in 63 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3dac8844-4d49-4572-96c4-4e340ead033f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3dac8844-4d49-4572-96c4-4e340ead033f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3dac8844-4d49-4572-96c4-4e340ead033f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3dac8844-4d49-4572-96c4-4e340ead033f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-3dac8844-4d49-4572-96c4-4e340ead033f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3dac8844-4d49-4572-96c4-4e340ead033f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 52/104] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:14 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 392 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-19132a92-8990-4864-b13f-c1897c963c7c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-19132a92-8990-4864-b13f-c1897c963c7c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-19132a92-8990-4864-b13f-c1897c963c7c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-19132a92-8990-4864-b13f-c1897c963c7c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-19132a92-8990-4864-b13f-c1897c963c7c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-19132a92-8990-4864-b13f-c1897c963c7c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:15 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 53/105] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:15 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 393 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a26d0a36-2886-4aed-8695-3288634d193f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-2040430759", "volume_type": "d15cf9be-9316-4cbd-95cc-d572684a6bf5", "group_id": "fe249b8e-3c08-448c-ae32-cc7a5b437c6e", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-2040430759', 'volume_type': 'd15cf9be-9316-4cbd-95cc-d572684a6bf5', 'group_id': 'fe249b8e-3c08-448c-ae32-cc7a5b437c6e', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume of 1 GB +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (32cbc5e3-b43f-4c8d-8e63-dfb2a5325c87) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b75c6e1d-15d2-47fe-9272-295b53a2c737) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b75c6e1d-15d2-47fe-9272-295b53a2c737) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=d15cf9be-9316-4cbd-95cc-d572684a6bf5,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-1915249815',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd15cf9be-9316-4cbd-95cc-d572684a6bf5', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'fe249b8e-3c08-448c-ae32-cc7a5b437c6e', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4d77604c-61b1-44a2-9895-e3ffee0584a5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['2fc50dbc-3d3e-41b3-9415-490d39e57992', '5529f1c9-82f7-4909-b01b-7437af0c59c5', 'aee7cded-2815-44ad-ac7e-4c4d36970fe2', '01881bc7-1783-4f7f-8f41-5bbcac016b8e'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4d77604c-61b1-44a2-9895-e3ffee0584a5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['2fc50dbc-3d3e-41b3-9415-490d39e57992', '5529f1c9-82f7-4909-b01b-7437af0c59c5', 'aee7cded-2815-44ad-ac7e-4c4d36970fe2', '01881bc7-1783-4f7f-8f41-5bbcac016b8e']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1ae2e8ec-742e-49cb-aa90-8809e20565b8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1ae2e8ec-742e-49cb-aa90-8809e20565b8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2494b6e3-26d2-4359-9927-927dd13aa5ee', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-2040430759',encryption_key_id=None,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['2fc50dbc-3d3e-41b3-9415-490d39e57992','5529f1c9-82f7-4909-b01b-7437af0c59c5','aee7cded-2815-44ad-ac7e-4c4d36970fe2','01881bc7-1783-4f7f-8f41-5bbcac016b8e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-2040430759',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host=None,id=2494b6e3-26d2-4359-9927-927dd13aa5ee,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ef9e4f17-e43f-4874-a38c-abe73f949ff3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ef9e4f17-e43f-4874-a38c-abe73f949ff3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-2040430759',encryption_key_id=None,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['2fc50dbc-3d3e-41b3-9415-490d39e57992','5529f1c9-82f7-4909-b01b-7437af0c59c5','aee7cded-2815-44ad-ac7e-4c4d36970fe2','01881bc7-1783-4f7f-8f41-5bbcac016b8e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (831bc728-cfa7-4827-b583-0267a2a2d5f3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (831bc728-cfa7-4827-b583-0267a2a2d5f3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (32cbc5e3-b43f-4c8d-8e63-dfb2a5325c87) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request issued successfully. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:16 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 53/106] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:15 2025] POST /volume/v3/volumes => generated 825 bytes in 138 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bc662cff-6e9d-428d-a12f-21d48532cba8 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee returned with HTTP 200 +Jan 14 22:42:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 54/107] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:16 2025] GET /volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee => generated 893 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6cf6e8c1-f6d9-49ba-993c-10226839a2f1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee returned with HTTP 200 +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 54/108] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:17 2025] GET /volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee => generated 918 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1028279487", "volume_type": "d15cf9be-9316-4cbd-95cc-d572684a6bf5", "group_id": "fe249b8e-3c08-448c-ae32-cc7a5b437c6e", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1028279487', 'volume_type': 'd15cf9be-9316-4cbd-95cc-d572684a6bf5', 'group_id': 'fe249b8e-3c08-448c-ae32-cc7a5b437c6e', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume of 1 GB +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (9db76fad-179d-4909-8e61-03cdc7d7c7be) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4d95a4d5-a609-4d1a-9fd0-6581d01b74e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4d95a4d5-a609-4d1a-9fd0-6581d01b74e3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=d15cf9be-9316-4cbd-95cc-d572684a6bf5,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-1915249815',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd15cf9be-9316-4cbd-95cc-d572684a6bf5', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'fe249b8e-3c08-448c-ae32-cc7a5b437c6e', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (bcf949d5-9891-41fe-9e21-9d0502e11543) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['792d84fd-18b2-4c34-af81-26be4dba0903', 'f42fe450-c375-4940-b706-2ceb3475f601', 'bd0f56c1-492f-4275-842b-e710f38cef0d', '5af2d35b-e92d-4e0a-81c6-abf87fadf542'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (bcf949d5-9891-41fe-9e21-9d0502e11543) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['792d84fd-18b2-4c34-af81-26be4dba0903', 'f42fe450-c375-4940-b706-2ceb3475f601', 'bd0f56c1-492f-4275-842b-e710f38cef0d', '5af2d35b-e92d-4e0a-81c6-abf87fadf542']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (87c16590-bd41-4562-bace-c784546f2d42) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (87c16590-bd41-4562-bace-c784546f2d42) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '6da75f55-328e-4ff4-97ce-67ddb136c09a', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1028279487',encryption_key_id=None,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['792d84fd-18b2-4c34-af81-26be4dba0903','f42fe450-c375-4940-b706-2ceb3475f601','bd0f56c1-492f-4275-842b-e710f38cef0d','5af2d35b-e92d-4e0a-81c6-abf87fadf542'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1028279487',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host=None,id=6da75f55-328e-4ff4-97ce-67ddb136c09a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (60a6e0a3-6772-4186-9e57-b75c2b9e28f6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (60a6e0a3-6772-4186-9e57-b75c2b9e28f6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1028279487',encryption_key_id=None,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['792d84fd-18b2-4c34-af81-26be4dba0903','f42fe450-c375-4940-b706-2ceb3475f601','bd0f56c1-492f-4275-842b-e710f38cef0d','5af2d35b-e92d-4e0a-81c6-abf87fadf542'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (b55c663a-0b88-4461-a67a-dd6a5bc1c4b6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (b55c663a-0b88-4461-a67a-dd6a5bc1c4b6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (9db76fad-179d-4909-8e61-03cdc7d7c7be) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request issued successfully. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:17 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 55/109] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:17 2025] POST /volume/v3/volumes => generated 825 bytes in 170 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-46c48dcc-b25c-49fe-b952-2003bd701054 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-46c48dcc-b25c-49fe-b952-2003bd701054 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a returned with HTTP 200 +Jan 14 22:42:17 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 55/110] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:17 2025] GET /volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a => generated 893 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-60a5867f-5c03-45fd-bb05-add5adc9f163 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a returned with HTTP 200 +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 56/111] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:18 2025] GET /volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a => generated 918 bytes in 66 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] PUT http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'update', calling method: version_select, body: {"group": {"remove_volumes": "2494b6e3-26d2-4359-9927-927dd13aa5ee"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Update called for group fe249b8e-3c08-448c-ae32-cc7a5b437c6e. {{(pid=115488) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Updating group fe249b8e-3c08-448c-ae32-cc7a5b437c6e with name None description: None add_volumes: None remove_volumes: 2494b6e3-26d2-4359-9927-927dd13aa5ee. +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 202 +Jan 14 22:42:18 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 56/112] 10.201.9.223 () {62 vars in 1288 bytes} [Tue Jan 14 22:42:18 2025] PUT /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cad53577-0f76-4901-b607-343f1c2ae53d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cad53577-0f76-4901-b607-343f1c2ae53d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cad53577-0f76-4901-b607-343f1c2ae53d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cad53577-0f76-4901-b607-343f1c2ae53d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-cad53577-0f76-4901-b607-343f1c2ae53d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cad53577-0f76-4901-b607-343f1c2ae53d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 57/113] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:18 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 392 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2ffa9ef2-899e-4faf-9f22-9c1ade1111ba None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ffa9ef2-899e-4faf-9f22-9c1ade1111ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ffa9ef2-899e-4faf-9f22-9c1ade1111ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ffa9ef2-899e-4faf-9f22-9c1ade1111ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-2ffa9ef2-899e-4faf-9f22-9c1ade1111ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ffa9ef2-899e-4faf-9f22-9c1ade1111ba tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 57/114] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:19 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 393 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] PUT http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'update', calling method: version_select, body: {"group": {"add_volumes": "2494b6e3-26d2-4359-9927-927dd13aa5ee"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Update called for group fe249b8e-3c08-448c-ae32-cc7a5b437c6e. {{(pid=115489) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Updating group fe249b8e-3c08-448c-ae32-cc7a5b437c6e with name None description: None add_volumes: 2494b6e3-26d2-4359-9927-927dd13aa5ee remove_volumes: None. +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 202 +Jan 14 22:42:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 58/115] 10.201.9.223 () {62 vars in 1288 bytes} [Tue Jan 14 22:42:19 2025] PUT /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 0 bytes in 58 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ffceb952-d2a5-473e-ab70-e2aa7950c991 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ffceb952-d2a5-473e-ab70-e2aa7950c991 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ffceb952-d2a5-473e-ab70-e2aa7950c991 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ffceb952-d2a5-473e-ab70-e2aa7950c991 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-ffceb952-d2a5-473e-ab70-e2aa7950c991 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ffceb952-d2a5-473e-ab70-e2aa7950c991 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 58/116] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:19 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 392 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4ae81899-d798-40c2-ae4e-37936323c6c4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4ae81899-d798-40c2-ae4e-37936323c6c4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4ae81899-d798-40c2-ae4e-37936323c6c4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4ae81899-d798-40c2-ae4e-37936323c6c4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-4ae81899-d798-40c2-ae4e-37936323c6c4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4ae81899-d798-40c2-ae4e-37936323c6c4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 59/117] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:20 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 393 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-13293f42-4690-4543-862b-78985dc66c07 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] PUT http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'update', calling method: version_select, body: {"group": {"remove_volumes": "6da75f55-328e-4ff4-97ce-67ddb136c09a"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Update called for group fe249b8e-3c08-448c-ae32-cc7a5b437c6e. {{(pid=115488) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Updating group fe249b8e-3c08-448c-ae32-cc7a5b437c6e with name None description: None add_volumes: None remove_volumes: 6da75f55-328e-4ff4-97ce-67ddb136c09a. +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 202 +Jan 14 22:42:20 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 59/118] 10.201.9.223 () {62 vars in 1288 bytes} [Tue Jan 14 22:42:20 2025] PUT /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6f233de3-6841-4863-9311-0df169d3e944 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6f233de3-6841-4863-9311-0df169d3e944 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6f233de3-6841-4863-9311-0df169d3e944 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6f233de3-6841-4863-9311-0df169d3e944 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-6f233de3-6841-4863-9311-0df169d3e944 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6f233de3-6841-4863-9311-0df169d3e944 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 60/119] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:20 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 392 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-918bd0a0-692a-4639-a8a8-6528364a6580 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-918bd0a0-692a-4639-a8a8-6528364a6580 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-918bd0a0-692a-4639-a8a8-6528364a6580 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-918bd0a0-692a-4639-a8a8-6528364a6580 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-918bd0a0-692a-4639-a8a8-6528364a6580 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-918bd0a0-692a-4639-a8a8-6528364a6580 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 60/120] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:21 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 393 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9668e30f-2022-480a-af89-e0d75c88e19b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] PUT http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'update', calling method: version_select, body: {"group": {"add_volumes": "6da75f55-328e-4ff4-97ce-67ddb136c09a"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Update called for group fe249b8e-3c08-448c-ae32-cc7a5b437c6e. {{(pid=115489) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Updating group fe249b8e-3c08-448c-ae32-cc7a5b437c6e with name None description: None add_volumes: 6da75f55-328e-4ff4-97ce-67ddb136c09a remove_volumes: None. +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 202 +Jan 14 22:42:21 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 61/121] 10.201.9.223 () {62 vars in 1288 bytes} [Tue Jan 14 22:42:21 2025] PUT /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 0 bytes in 47 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-585b268f-b2d4-4652-8ddb-3da3338f2355 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-585b268f-b2d4-4652-8ddb-3da3338f2355 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-585b268f-b2d4-4652-8ddb-3da3338f2355 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-585b268f-b2d4-4652-8ddb-3da3338f2355 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-585b268f-b2d4-4652-8ddb-3da3338f2355 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-585b268f-b2d4-4652-8ddb-3da3338f2355 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:21 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 61/122] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:21 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 392 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5fb01016-5836-4472-afba-d26bc94e6963 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5fb01016-5836-4472-afba-d26bc94e6963 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5fb01016-5836-4472-afba-d26bc94e6963 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5fb01016-5836-4472-afba-d26bc94e6963 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-5fb01016-5836-4472-afba-d26bc94e6963 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:22 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:22 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5fb01016-5836-4472-afba-d26bc94e6963 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 200 +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 62/123] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:22 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 393 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-daf5635c-e67e-4fc8-98df-7b00b4d49b7a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 62/124] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:23 2025] GET /volume/v3/volumes/detail => generated 1829 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/group_snapshots +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "fe249b8e-3c08-448c-ae32-cc7a5b437c6e", "name": "tempest-GroupSnapshotsTest-Group_Snapshot-685666915"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': 'fe249b8e-3c08-448c-ae32-cc7a5b437c6e', 'name': 'tempest-GroupSnapshotsTest-Group_Snapshot-685666915'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.group_snapshots [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating group_snapshot tempest-GroupSnapshotsTest-Group_Snapshot-685666915. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['0dfd7e62-88c7-46a6-9839-cd70062330f1', 'a5aad15e-0667-48d9-845b-23498e0daac4', '21f33515-821f-4287-bbad-03bd27e8e830', 'd51e6e3b-ce28-4b26-b089-8022985117c3'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 +Jan 14 22:42:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 63/125] 10.201.9.223 () {62 vars in 1206 bytes} [Tue Jan 14 22:42:23 2025] POST /volume/v3/group_snapshots => generated 186 bytes in 122 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1cd686c1-36ae-4cb9-b6ce-6ff1cdc4b55c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1cd686c1-36ae-4cb9-b6ce-6ff1cdc4b55c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1cd686c1-36ae-4cb9-b6ce-6ff1cdc4b55c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1cd686c1-36ae-4cb9-b6ce-6ff1cdc4b55c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-1cd686c1-36ae-4cb9-b6ce-6ff1cdc4b55c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member bfb02693-7a33-49a1-9298-87e418acae84 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1cd686c1-36ae-4cb9-b6ce-6ff1cdc4b55c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 returned with HTTP 200 +Jan 14 22:42:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 63/126] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:23 2025] GET /volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 => generated 325 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-106b3670-d629-412c-ab03-c13907a1a04a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-106b3670-d629-412c-ab03-c13907a1a04a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-106b3670-d629-412c-ab03-c13907a1a04a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-106b3670-d629-412c-ab03-c13907a1a04a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-106b3670-d629-412c-ab03-c13907a1a04a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member bfb02693-7a33-49a1-9298-87e418acae84 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-106b3670-d629-412c-ab03-c13907a1a04a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 returned with HTTP 200 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 64/127] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:24 2025] GET /volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 => generated 326 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all snapshots completed successfully. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2cbcbf5e-daa9-42e6-9c72-0388338dedcf tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 64/128] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:24 2025] GET /volume/v3/snapshots/detail => generated 929 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ab6148e6-9f38-46fc-892b-6da2da1b712d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab6148e6-9f38-46fc-892b-6da2da1b712d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ab6148e6-9f38-46fc-892b-6da2da1b712d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ab6148e6-9f38-46fc-892b-6da2da1b712d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ab6148e6-9f38-46fc-892b-6da2da1b712d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Snapshot retrieved successfully. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab6148e6-9f38-46fc-892b-6da2da1b712d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb returned with HTTP 200 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 65/129] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:24 2025] GET /volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb => generated 469 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e9e6f532-bb5a-4c03-a328-effe6789d150 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e9e6f532-bb5a-4c03-a328-effe6789d150 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/06ee7e79-5692-4994-b9c2-2fdb0ac69c54 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e9e6f532-bb5a-4c03-a328-effe6789d150 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e9e6f532-bb5a-4c03-a328-effe6789d150 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e9e6f532-bb5a-4c03-a328-effe6789d150 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Snapshot retrieved successfully. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e9e6f532-bb5a-4c03-a328-effe6789d150 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/06ee7e79-5692-4994-b9c2-2fdb0ac69c54 returned with HTTP 200 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 65/130] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:24 2025] GET /volume/v3/snapshots/06ee7e79-5692-4994-b9c2-2fdb0ac69c54 => generated 469 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5970afe0-eea6-4f87-9b00-430817e5fddd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for member bfb02693-7a33-49a1-9298-87e418acae84 {{(pid=115489) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.group_snapshots [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group_snapshot with id: bfb02693-7a33-49a1-9298-87e418acae84 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 returned with HTTP 202 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 66/131] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:42:24 2025] DELETE /volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c905ed6f-aac6-4fcf-8e12-22e1e9785973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 66/132] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:24 2025] GET /volume/v3/volumes/detail => generated 1829 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 287 bytes (2 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all snapshots completed successfully. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a523cb5f-0d3c-4301-a172-3a61778c10c5 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 67/133] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:24 2025] GET /volume/v3/snapshots/detail => generated 927 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-85301876-0f8a-480e-9628-39ce1ae2b709 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85301876-0f8a-480e-9628-39ce1ae2b709 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-85301876-0f8a-480e-9628-39ce1ae2b709 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-85301876-0f8a-480e-9628-39ce1ae2b709 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-85301876-0f8a-480e-9628-39ce1ae2b709 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Snapshot retrieved successfully. +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85301876-0f8a-480e-9628-39ce1ae2b709 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb returned with HTTP 200 +Jan 14 22:42:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 67/134] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:24 2025] GET /volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb => generated 468 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c8c86e1c-cfa7-47dd-b18b-e7d144ce790a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c8c86e1c-cfa7-47dd-b18b-e7d144ce790a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c8c86e1c-cfa7-47dd-b18b-e7d144ce790a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c8c86e1c-cfa7-47dd-b18b-e7d144ce790a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c8c86e1c-cfa7-47dd-b18b-e7d144ce790a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb returned with HTTP 404 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 68/135] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:25 2025] GET /volume/v3/snapshots/974c630f-1c10-46bf-a494-85e37a85d1fb => generated 111 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-38da11b3-cbc9-4e9e-9acf-7d5cd2f03e1e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-38da11b3-cbc9-4e9e-9acf-7d5cd2f03e1e tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/06ee7e79-5692-4994-b9c2-2fdb0ac69c54 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-38da11b3-cbc9-4e9e-9acf-7d5cd2f03e1e tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-38da11b3-cbc9-4e9e-9acf-7d5cd2f03e1e tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-38da11b3-cbc9-4e9e-9acf-7d5cd2f03e1e tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/06ee7e79-5692-4994-b9c2-2fdb0ac69c54 returned with HTTP 404 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 68/136] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:25 2025] GET /volume/v3/snapshots/06ee7e79-5692-4994-b9c2-2fdb0ac69c54 => generated 111 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cd0532c8-0c64-4da2-b501-da709b22ee34 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cd0532c8-0c64-4da2-b501-da709b22ee34 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cd0532c8-0c64-4da2-b501-da709b22ee34 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cd0532c8-0c64-4da2-b501-da709b22ee34 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-cd0532c8-0c64-4da2-b501-da709b22ee34 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member bfb02693-7a33-49a1-9298-87e418acae84 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cd0532c8-0c64-4da2-b501-da709b22ee34 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 returned with HTTP 404 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 69/137] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:25 2025] GET /volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 => generated 116 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7cd2f871-dd14-45f6-8017-bcdc644a7843 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7cd2f871-dd14-45f6-8017-bcdc644a7843 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7cd2f871-dd14-45f6-8017-bcdc644a7843 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7cd2f871-dd14-45f6-8017-bcdc644a7843 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-7cd2f871-dd14-45f6-8017-bcdc644a7843 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for member bfb02693-7a33-49a1-9298-87e418acae84 {{(pid=115488) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.group_snapshots [None req-7cd2f871-dd14-45f6-8017-bcdc644a7843 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group_snapshot with id: bfb02693-7a33-49a1-9298-87e418acae84 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7cd2f871-dd14-45f6-8017-bcdc644a7843 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 returned with HTTP 404 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 69/138] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:42:25 2025] DELETE /volume/v3/group_snapshots/bfb02693-7a33-49a1-9298-87e418acae84 => generated 116 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6d84a434-98c9-4a41-bc35-280a8b69e640 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 70/139] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:25 2025] GET /volume/v3/volumes/detail => generated 1829 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e/action +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for group fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115488) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group with id: fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e/action returned with HTTP 202 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 70/140] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:25 2025] POST /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e/action => generated 0 bytes in 66 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f6b5ed54-de0b-48fb-8094-d08d79b75330 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a returned with HTTP 200 +Jan 14 22:42:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 71/141] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:25 2025] GET /volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a => generated 917 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a46003c9-0496-4b0c-b5b8-e6339bd36f25 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a46003c9-0496-4b0c-b5b8-e6339bd36f25 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a46003c9-0496-4b0c-b5b8-e6339bd36f25 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a46003c9-0496-4b0c-b5b8-e6339bd36f25 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a46003c9-0496-4b0c-b5b8-e6339bd36f25 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a returned with HTTP 404 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 71/142] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:26 2025] GET /volume/v3/volumes/6da75f55-328e-4ff4-97ce-67ddb136c09a => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-598e808b-d307-40cb-ab04-786a2a3989a9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-598e808b-d307-40cb-ab04-786a2a3989a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-598e808b-d307-40cb-ab04-786a2a3989a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-598e808b-d307-40cb-ab04-786a2a3989a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-598e808b-d307-40cb-ab04-786a2a3989a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee returned with HTTP 404 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 72/143] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:26 2025] GET /volume/v3/volumes/2494b6e3-26d2-4359-9927-927dd13aa5ee => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1c84b27e-d41e-4d87-bb11-ed7ff75eb009 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c84b27e-d41e-4d87-bb11-ed7ff75eb009 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c84b27e-d41e-4d87-bb11-ed7ff75eb009 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c84b27e-d41e-4d87-bb11-ed7ff75eb009 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-1c84b27e-d41e-4d87-bb11-ed7ff75eb009 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member fe249b8e-3c08-448c-ae32-cc7a5b437c6e {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c84b27e-d41e-4d87-bb11-ed7ff75eb009 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e returned with HTTP 404 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 72/144] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:26 2025] GET /volume/v3/groups/fe249b8e-3c08-448c-ae32-cc7a5b437c6e => generated 108 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1be560f2-5c4a-468f-b3d2-6c21bcb15956 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1be560f2-5c4a-468f-b3d2-6c21bcb15956 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] DELETE http://10.201.9.223/volume/v3/group_types/d0adb23a-7031-49be-a590-e00b37390367 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1be560f2-5c4a-468f-b3d2-6c21bcb15956 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1be560f2-5c4a-468f-b3d2-6c21bcb15956 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1be560f2-5c4a-468f-b3d2-6c21bcb15956 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/group_types/d0adb23a-7031-49be-a590-e00b37390367 returned with HTTP 202 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 73/145] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:26 2025] DELETE /volume/v3/group_types/d0adb23a-7031-49be-a590-e00b37390367 => generated 0 bytes in 20 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e9d5330d-e0b4-4238-a75a-ba5d7dffb526 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e9d5330d-e0b4-4238-a75a-ba5d7dffb526 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] DELETE http://10.201.9.223/volume/v3/types/d15cf9be-9316-4cbd-95cc-d572684a6bf5 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e9d5330d-e0b4-4238-a75a-ba5d7dffb526 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e9d5330d-e0b4-4238-a75a-ba5d7dffb526 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e9d5330d-e0b4-4238-a75a-ba5d7dffb526 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types/d15cf9be-9316-4cbd-95cc-d572684a6bf5 returned with HTTP 202 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 73/146] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:42:26 2025] DELETE /volume/v3/types/d15cf9be-9316-4cbd-95cc-d572684a6bf5 => generated 0 bytes in 52 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-115520d1-ff5b-426b-b27f-42bb0a66737b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-115520d1-ff5b-426b-b27f-42bb0a66737b tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] GET http://10.201.9.223/volume/v3/types/d15cf9be-9316-4cbd-95cc-d572684a6bf5 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-115520d1-ff5b-426b-b27f-42bb0a66737b tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-115520d1-ff5b-426b-b27f-42bb0a66737b tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-115520d1-ff5b-426b-b27f-42bb0a66737b tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types/d15cf9be-9316-4cbd-95cc-d572684a6bf5 returned with HTTP 404 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 74/147] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:42:26 2025] GET /volume/v3/types/d15cf9be-9316-4cbd-95cc-d572684a6bf5 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-310ad8ad-a91a-4397-982e-29bf8807b7e7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-310ad8ad-a91a-4397-982e-29bf8807b7e7 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-310ad8ad-a91a-4397-982e-29bf8807b7e7 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-708394507"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-310ad8ad-a91a-4397-982e-29bf8807b7e7 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 74/148] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:42:26 2025] POST /volume/v3/types => generated 223 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9d2d16db-2019-4ece-bbf7-06f38eb5df22 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9d2d16db-2019-4ece-bbf7-06f38eb5df22 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9d2d16db-2019-4ece-bbf7-06f38eb5df22 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1350387925"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9d2d16db-2019-4ece-bbf7-06f38eb5df22 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 75/149] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:26 2025] POST /volume/v3/group_types => generated 181 bytes in 19 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "2797fe49-17a9-4fea-a1b6-2e48e983b897", "volume_types": ["c4537013-7cc7-49df-aeb1-d9ef6f9d5651"], "name": "tempest-GroupSnapshotsTest-Group-1231753928"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating new group {'group': {'group_type': '2797fe49-17a9-4fea-a1b6-2e48e983b897', 'volume_types': ['c4537013-7cc7-49df-aeb1-d9ef6f9d5651'], 'name': 'tempest-GroupSnapshotsTest-Group-1231753928'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating group tempest-GroupSnapshotsTest-Group-1231753928. +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['6432e1f4-f39f-4829-a83e-5a6d5f8b6c93'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 75/150] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:42:26 2025] POST /volume/v3/groups => generated 112 bytes in 51 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-56700a1a-eff8-4fd5-bffb-23d76c25ead2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-56700a1a-eff8-4fd5-bffb-23d76c25ead2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-56700a1a-eff8-4fd5-bffb-23d76c25ead2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-56700a1a-eff8-4fd5-bffb-23d76c25ead2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-56700a1a-eff8-4fd5-bffb-23d76c25ead2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member c424af4e-ef2e-4ebd-aab2-6b2680d2124e {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-56700a1a-eff8-4fd5-bffb-23d76c25ead2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e returned with HTTP 200 +Jan 14 22:42:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 76/151] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:26 2025] GET /volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e => generated 392 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-00d09a70-744b-42bc-9b92-bdbac0290aa4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-00d09a70-744b-42bc-9b92-bdbac0290aa4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-00d09a70-744b-42bc-9b92-bdbac0290aa4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-00d09a70-744b-42bc-9b92-bdbac0290aa4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-00d09a70-744b-42bc-9b92-bdbac0290aa4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member c424af4e-ef2e-4ebd-aab2-6b2680d2124e {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-00d09a70-744b-42bc-9b92-bdbac0290aa4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e returned with HTTP 200 +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 76/152] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:28 2025] GET /volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e => generated 393 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-783956322", "volume_type": "c4537013-7cc7-49df-aeb1-d9ef6f9d5651", "group_id": "c424af4e-ef2e-4ebd-aab2-6b2680d2124e", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-783956322', 'volume_type': 'c4537013-7cc7-49df-aeb1-d9ef6f9d5651', 'group_id': 'c424af4e-ef2e-4ebd-aab2-6b2680d2124e', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume of 1 GB +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (eafbf8dd-7bb2-45dc-b1d0-6a94bc46b31c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e19bece8-1e21-4b08-a1cd-b5f94fe4bc4a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e19bece8-1e21-4b08-a1cd-b5f94fe4bc4a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:27Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651,is_public=True,name='tempest-GroupSnapshotsTest-volume-type-708394507',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'c4537013-7cc7-49df-aeb1-d9ef6f9d5651', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'c424af4e-ef2e-4ebd-aab2-6b2680d2124e', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (96092286-40a6-44b3-89d6-6b2e104b5e16) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-708394507 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-708394507, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-708394507 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-708394507, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['f42792c5-ff25-4608-9aff-3f0843943dba', '9d5a4dd7-8342-4bc2-ba84-5e9d7442115f', 'ee13be75-97b6-4c28-aa63-b827f902c91f', '240226a7-f6a7-453a-98f8-605b0cfeb38c'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (96092286-40a6-44b3-89d6-6b2e104b5e16) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['f42792c5-ff25-4608-9aff-3f0843943dba', '9d5a4dd7-8342-4bc2-ba84-5e9d7442115f', 'ee13be75-97b6-4c28-aa63-b827f902c91f', '240226a7-f6a7-453a-98f8-605b0cfeb38c']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d70fd718-c264-46b8-9bbd-363cfb2be6df) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d70fd718-c264-46b8-9bbd-363cfb2be6df) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'cbed63ae-8c68-485c-b56b-75a8a443c9d8', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-783956322',encryption_key_id=None,group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['f42792c5-ff25-4608-9aff-3f0843943dba','9d5a4dd7-8342-4bc2-ba84-5e9d7442115f','ee13be75-97b6-4c28-aa63-b827f902c91f','240226a7-f6a7-453a-98f8-605b0cfeb38c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:28Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-783956322',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,host=None,id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c4537013-7cc7-49df-aeb1-d9ef6f9d5651),volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ba05558f-175b-4e82-b54f-0a841e940c6e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ba05558f-175b-4e82-b54f-0a841e940c6e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-783956322',encryption_key_id=None,group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,group_type_id=,metadata={},multiattach=False,project_id='e92fbbba4ac240588d4ee2d43bc8e673',qos_specs=None,replication_status=,reservations=['f42792c5-ff25-4608-9aff-3f0843943dba','9d5a4dd7-8342-4bc2-ba84-5e9d7442115f','ee13be75-97b6-4c28-aa63-b827f902c91f','240226a7-f6a7-453a-98f8-605b0cfeb38c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dba70bac-bf46-4052-9af1-03919374cf15) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dba70bac-bf46-4052-9af1-03919374cf15) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Flow 'volume_create_api' (eafbf8dd-7bb2-45dc-b1d0-6a94bc46b31c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Create volume request issued successfully. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:28 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 77/153] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:28 2025] POST /volume/v3/volumes => generated 823 bytes in 151 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-060c7263-079d-476a-8285-f166eebbe0d4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-060c7263-079d-476a-8285-f166eebbe0d4 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 returned with HTTP 200 +Jan 14 22:42:28 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 77/154] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:28 2025] GET /volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 => generated 891 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-51539a4e-ebc3-4154-9dfa-6f346b2ea374 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 returned with HTTP 200 +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 78/155] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:29 2025] GET /volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 => generated 916 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-97b01f81-0196-4992-8483-fbe7b2771105 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/group_snapshots +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "c424af4e-ef2e-4ebd-aab2-6b2680d2124e", "name": "tempest-group_snapshot-671136102"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': 'c424af4e-ef2e-4ebd-aab2-6b2680d2124e', 'name': 'tempest-group_snapshot-671136102'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.group_snapshots [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Creating group_snapshot tempest-group_snapshot-671136102. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-708394507 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-708394507, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-708394507 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-708394507, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Created reservations ['3dc7aaca-c8b0-4fdd-92d2-e1cb8fef6af3', 'e6a6ba02-e567-45cc-9249-3e7d690c77ae', '0740d2d2-a966-4138-b6fe-a9649a2fb52c', '8c467801-5953-4a45-8b4c-290439955b9e'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 +Jan 14 22:42:29 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 78/156] 10.201.9.223 () {62 vars in 1206 bytes} [Tue Jan 14 22:42:29 2025] POST /volume/v3/group_snapshots => generated 167 bytes in 91 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-dd8fb6ca-3c42-46c9-9ba1-8923562a4c7d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dd8fb6ca-3c42-46c9-9ba1-8923562a4c7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dd8fb6ca-3c42-46c9-9ba1-8923562a4c7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dd8fb6ca-3c42-46c9-9ba1-8923562a4c7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-dd8fb6ca-3c42-46c9-9ba1-8923562a4c7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 83ad7361-ac02-48de-9f67-1336cfd27b42 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dd8fb6ca-3c42-46c9-9ba1-8923562a4c7d tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 returned with HTTP 200 +Jan 14 22:42:29 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 79/157] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:29 2025] GET /volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 => generated 306 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-50b7754e-fb4c-4e6a-a118-86c54cefc592 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-50b7754e-fb4c-4e6a-a118-86c54cefc592 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-50b7754e-fb4c-4e6a-a118-86c54cefc592 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-50b7754e-fb4c-4e6a-a118-86c54cefc592 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-50b7754e-fb4c-4e6a-a118-86c54cefc592 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 83ad7361-ac02-48de-9f67-1336cfd27b42 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-50b7754e-fb4c-4e6a-a118-86c54cefc592 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 79/158] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 => generated 307 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all snapshots completed successfully. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af85c8a1-e188-48fa-a9c4-c24de35c264f tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 80/159] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/snapshots/detail => generated 453 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bb113bab-346b-44be-bf1a-24c49edfa0cc None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bb113bab-346b-44be-bf1a-24c49edfa0cc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bb113bab-346b-44be-bf1a-24c49edfa0cc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bb113bab-346b-44be-bf1a-24c49edfa0cc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bb113bab-346b-44be-bf1a-24c49edfa0cc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Snapshot retrieved successfully. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bb113bab-346b-44be-bf1a-24c49edfa0cc tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 80/160] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd => generated 450 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-892decab-13e3-4af6-820f-b9c1a2751476 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-892decab-13e3-4af6-820f-b9c1a2751476 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-892decab-13e3-4af6-820f-b9c1a2751476 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-892decab-13e3-4af6-820f-b9c1a2751476 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-892decab-13e3-4af6-820f-b9c1a2751476 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 83ad7361-ac02-48de-9f67-1336cfd27b42 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-892decab-13e3-4af6-820f-b9c1a2751476 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 81/161] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 => generated 307 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a22953be-9ea5-407c-b225-f1d3208d5cb0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a22953be-9ea5-407c-b225-f1d3208d5cb0 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/detail +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a22953be-9ea5-407c-b225-f1d3208d5cb0 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a22953be-9ea5-407c-b225-f1d3208d5cb0 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a22953be-9ea5-407c-b225-f1d3208d5cb0 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/detail returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 81/162] 10.201.9.223 () {60 vars in 1205 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/group_snapshots/detail => generated 310 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d110ab92-38c8-4c99-a198-77b866d53a37 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for member 83ad7361-ac02-48de-9f67-1336cfd27b42 {{(pid=115489) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.group_snapshots [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group_snapshot with id: 83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 returned with HTTP 202 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 82/163] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:42:30 2025] DELETE /volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-224a8ba7-8d88-42d1-8f50-98b4a5d244eb tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 82/164] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/volumes/detail => generated 919 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all snapshots completed successfully. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f53fada2-5d1f-4879-9ac2-3211904965a9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 83/165] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/snapshots/detail => generated 452 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e09ccebe-769a-4e89-901b-6937c7bf3a51 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e09ccebe-769a-4e89-901b-6937c7bf3a51 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e09ccebe-769a-4e89-901b-6937c7bf3a51 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e09ccebe-769a-4e89-901b-6937c7bf3a51 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e09ccebe-769a-4e89-901b-6937c7bf3a51 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Snapshot retrieved successfully. +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e09ccebe-769a-4e89-901b-6937c7bf3a51 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd returned with HTTP 200 +Jan 14 22:42:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 83/166] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:30 2025] GET /volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd => generated 449 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6d4e08e3-1984-463d-b010-674690627973 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6d4e08e3-1984-463d-b010-674690627973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6d4e08e3-1984-463d-b010-674690627973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6d4e08e3-1984-463d-b010-674690627973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6d4e08e3-1984-463d-b010-674690627973 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd returned with HTTP 404 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 84/167] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:31 2025] GET /volume/v3/snapshots/f922ad66-b148-4727-a9eb-ebe6e86622bd => generated 111 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ccf53d76-5c44-45f3-b6e8-f091c0763fb1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ccf53d76-5c44-45f3-b6e8-f091c0763fb1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ccf53d76-5c44-45f3-b6e8-f091c0763fb1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ccf53d76-5c44-45f3-b6e8-f091c0763fb1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-ccf53d76-5c44-45f3-b6e8-f091c0763fb1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member 83ad7361-ac02-48de-9f67-1336cfd27b42 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ccf53d76-5c44-45f3-b6e8-f091c0763fb1 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 returned with HTTP 404 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 84/168] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:31 2025] GET /volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 => generated 116 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-204623b4-857d-422d-a021-06dd6ac6db38 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-204623b4-857d-422d-a021-06dd6ac6db38 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/group_snapshots +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-204623b4-857d-422d-a021-06dd6ac6db38 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-204623b4-857d-422d-a021-06dd6ac6db38 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-204623b4-857d-422d-a021-06dd6ac6db38 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 200 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 85/169] 10.201.9.223 () {60 vars in 1184 bytes} [Tue Jan 14 22:42:31 2025] GET /volume/v3/group_snapshots => generated 23 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7bf6eed0-d2ce-4a6e-b8d4-d62021821164 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7bf6eed0-d2ce-4a6e-b8d4-d62021821164 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7bf6eed0-d2ce-4a6e-b8d4-d62021821164 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7bf6eed0-d2ce-4a6e-b8d4-d62021821164 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-7bf6eed0-d2ce-4a6e-b8d4-d62021821164 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for member 83ad7361-ac02-48de-9f67-1336cfd27b42 {{(pid=115488) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.group_snapshots [None req-7bf6eed0-d2ce-4a6e-b8d4-d62021821164 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group_snapshot with id: 83ad7361-ac02-48de-9f67-1336cfd27b42 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7bf6eed0-d2ce-4a6e-b8d4-d62021821164 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 returned with HTTP 404 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 85/170] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:42:31 2025] DELETE /volume/v3/group_snapshots/83ad7361-ac02-48de-9f67-1336cfd27b42 => generated 116 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Get all volumes completed successfully. +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-90b525ab-7ce2-4364-aed4-34e7bbe95ce2 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 86/171] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:31 2025] GET /volume/v3/volumes/detail => generated 919 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] POST http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e/action +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] delete called for group c424af4e-ef2e-4ebd-aab2-6b2680d2124e {{(pid=115488) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Delete group with id: c424af4e-ef2e-4ebd-aab2-6b2680d2124e +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e/action returned with HTTP 202 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 86/172] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:31 2025] POST /volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e/action => generated 0 bytes in 57 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Volume info retrieved successfully. +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-85b1df03-68f2-4276-b90b-c9e56080d2d9 tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 returned with HTTP 200 +Jan 14 22:42:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 87/173] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:31 2025] GET /volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 => generated 915 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2ecb4ae0-fdc9-4b43-a6fb-d23b57efac0a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ecb4ae0-fdc9-4b43-a6fb-d23b57efac0a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ecb4ae0-fdc9-4b43-a6fb-d23b57efac0a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ecb4ae0-fdc9-4b43-a6fb-d23b57efac0a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ecb4ae0-fdc9-4b43-a6fb-d23b57efac0a tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 returned with HTTP 404 +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 87/174] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:32 2025] GET /volume/v3/volumes/cbed63ae-8c68-485c-b56b-75a8a443c9d8 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bd689f5c-7768-4363-aab9-74b6de7ca7ab None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bd689f5c-7768-4363-aab9-74b6de7ca7ab tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] GET http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bd689f5c-7768-4363-aab9-74b6de7ca7ab tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bd689f5c-7768-4363-aab9-74b6de7ca7ab tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-bd689f5c-7768-4363-aab9-74b6de7ca7ab tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] show called for member c424af4e-ef2e-4ebd-aab2-6b2680d2124e {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bd689f5c-7768-4363-aab9-74b6de7ca7ab tempest-GroupSnapshotsTest-1765274612 tempest-GroupSnapshotsTest-1765274612-project-member] http://10.201.9.223/volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e returned with HTTP 404 +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 88/175] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:32 2025] GET /volume/v3/groups/c424af4e-ef2e-4ebd-aab2-6b2680d2124e => generated 108 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8231440b-676a-4ab9-9a89-e8506317cd6e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8231440b-676a-4ab9-9a89-e8506317cd6e tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] DELETE http://10.201.9.223/volume/v3/group_types/2797fe49-17a9-4fea-a1b6-2e48e983b897 +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8231440b-676a-4ab9-9a89-e8506317cd6e tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8231440b-676a-4ab9-9a89-e8506317cd6e tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8231440b-676a-4ab9-9a89-e8506317cd6e tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/group_types/2797fe49-17a9-4fea-a1b6-2e48e983b897 returned with HTTP 202 +Jan 14 22:42:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 88/176] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:32 2025] DELETE /volume/v3/group_types/2797fe49-17a9-4fea-a1b6-2e48e983b897 => generated 0 bytes in 22 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-caf5aacf-61c3-4508-a23f-deae8d2ff540 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-caf5aacf-61c3-4508-a23f-deae8d2ff540 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] DELETE http://10.201.9.223/volume/v3/types/c4537013-7cc7-49df-aeb1-d9ef6f9d5651 +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-caf5aacf-61c3-4508-a23f-deae8d2ff540 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-caf5aacf-61c3-4508-a23f-deae8d2ff540 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-caf5aacf-61c3-4508-a23f-deae8d2ff540 tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types/c4537013-7cc7-49df-aeb1-d9ef6f9d5651 returned with HTTP 202 +Jan 14 22:42:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 89/177] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:42:32 2025] DELETE /volume/v3/types/c4537013-7cc7-49df-aeb1-d9ef6f9d5651 => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:42:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-18cff73a-f7dd-4d9a-a57d-fdc329d3135f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-18cff73a-f7dd-4d9a-a57d-fdc329d3135f tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] GET http://10.201.9.223/volume/v3/types/c4537013-7cc7-49df-aeb1-d9ef6f9d5651 +Jan 14 22:42:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-18cff73a-f7dd-4d9a-a57d-fdc329d3135f tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-18cff73a-f7dd-4d9a-a57d-fdc329d3135f tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-18cff73a-f7dd-4d9a-a57d-fdc329d3135f tempest-GroupSnapshotsTest-794401207 tempest-GroupSnapshotsTest-794401207-project-******] http://10.201.9.223/volume/v3/types/c4537013-7cc7-49df-aeb1-d9ef6f9d5651 returned with HTTP 404 +Jan 14 22:42:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 89/178] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:42:33 2025] GET /volume/v3/types/c4537013-7cc7-49df-aeb1-d9ef6f9d5651 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-16cd159e-d2a5-448c-a307-66b874464787 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-16cd159e-d2a5-448c-a307-66b874464787 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-16cd159e-d2a5-448c-a307-66b874464787 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupSnapshotsV319Test-volume-type-1294140574"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-16cd159e-d2a5-448c-a307-66b874464787 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 90/179] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:42:35 2025] POST /volume/v3/types => generated 228 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c3582280-2efc-4398-8b10-832627d7e224 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c3582280-2efc-4398-8b10-832627d7e224 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c3582280-2efc-4398-8b10-832627d7e224 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupSnapshotsV319Test-group-type-399278962"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c3582280-2efc-4398-8b10-832627d7e224 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 90/180] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:35 2025] POST /volume/v3/group_types => generated 184 bytes in 19 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "f9219755-eca3-4b93-818b-a5dab4fbcc11", "volume_types": ["5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4"], "name": "tempest-GroupSnapshotsV319Test-Group-793246588"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Creating new group {'group': {'group_type': 'f9219755-eca3-4b93-818b-a5dab4fbcc11', 'volume_types': ['5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4'], 'name': 'tempest-GroupSnapshotsV319Test-Group-793246588'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Creating group tempest-GroupSnapshotsV319Test-Group-793246588. +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Created reservations ['ba01ed35-141f-4fdc-8496-7d6cb2c95ff3'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:42:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 91/181] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:42:35 2025] POST /volume/v3/groups => generated 115 bytes in 113 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-51733dc4-cf7c-4a9a-8dc1-5693cccf845f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51733dc4-cf7c-4a9a-8dc1-5693cccf845f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51733dc4-cf7c-4a9a-8dc1-5693cccf845f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51733dc4-cf7c-4a9a-8dc1-5693cccf845f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-51733dc4-cf7c-4a9a-8dc1-5693cccf845f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member cb7a3e44-d666-4d92-a88f-c79cbe9974a8 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51733dc4-cf7c-4a9a-8dc1-5693cccf845f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 returned with HTTP 200 +Jan 14 22:42:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 91/182] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:35 2025] GET /volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 => generated 395 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-03ef03ee-1876-4d06-af2f-d0ad106704ea None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03ef03ee-1876-4d06-af2f-d0ad106704ea tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-03ef03ee-1876-4d06-af2f-d0ad106704ea tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-03ef03ee-1876-4d06-af2f-d0ad106704ea tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-03ef03ee-1876-4d06-af2f-d0ad106704ea tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member cb7a3e44-d666-4d92-a88f-c79cbe9974a8 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03ef03ee-1876-4d06-af2f-d0ad106704ea tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 returned with HTTP 200 +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 92/183] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:36 2025] GET /volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 => generated 396 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-710174997", "volume_type": "5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4", "group_id": "cb7a3e44-d666-4d92-a88f-c79cbe9974a8", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-710174997', 'volume_type': '5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4', 'group_id': 'cb7a3e44-d666-4d92-a88f-c79cbe9974a8', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Create volume of 1 GB +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Flow 'volume_create_api' (eed965ec-7703-4023-8d1f-8cf4218865ec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (97956c97-2d79-47eb-a7db-852673d3072c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (97956c97-2d79-47eb-a7db-852673d3072c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:35Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4,is_public=True,name='tempest-GroupSnapshotsV319Test-volume-type-1294140574',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'cb7a3e44-d666-4d92-a88f-c79cbe9974a8', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5d84f1f3-e01a-4996-8f92-bc5e0dd7cab9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsV319Test-volume-type-1294140574 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsV319Test-volume-type-1294140574, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1294140574 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1294140574, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Created reservations ['2a07e894-c406-4ae7-93b5-d6e57c6da03c', 'fd807b8d-5f83-47c6-8aa1-059afd7b81b5', '340a9709-2b70-49e6-b41a-bf9551dd5f1c', '9e967f70-4a2c-4f20-a1f4-646bcce9dfac'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5d84f1f3-e01a-4996-8f92-bc5e0dd7cab9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['2a07e894-c406-4ae7-93b5-d6e57c6da03c', 'fd807b8d-5f83-47c6-8aa1-059afd7b81b5', '340a9709-2b70-49e6-b41a-bf9551dd5f1c', '9e967f70-4a2c-4f20-a1f4-646bcce9dfac']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (150813c9-af20-4f86-8705-02c94d13bb1e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (150813c9-af20-4f86-8705-02c94d13bb1e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-710174997',encryption_key_id=None,group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,group_type_id=,metadata={},multiattach=False,project_id='2678eb85b7de4d4993b8f05df5a1220b',qos_specs=None,replication_status=,reservations=['2a07e894-c406-4ae7-93b5-d6e57c6da03c','fd807b8d-5f83-47c6-8aa1-059afd7b81b5','340a9709-2b70-49e6-b41a-bf9551dd5f1c','9e967f70-4a2c-4f20-a1f4-646bcce9dfac'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:36Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-710174997',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,host=None,id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4),volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e57e4f36-02fa-41b3-914d-e2f00c700bf2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e57e4f36-02fa-41b3-914d-e2f00c700bf2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-710174997',encryption_key_id=None,group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,group_type_id=,metadata={},multiattach=False,project_id='2678eb85b7de4d4993b8f05df5a1220b',qos_specs=None,replication_status=,reservations=['2a07e894-c406-4ae7-93b5-d6e57c6da03c','fd807b8d-5f83-47c6-8aa1-059afd7b81b5','340a9709-2b70-49e6-b41a-bf9551dd5f1c','9e967f70-4a2c-4f20-a1f4-646bcce9dfac'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7bb32a76-9b3d-43c2-b2f6-39391b9eb5aa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7bb32a76-9b3d-43c2-b2f6-39391b9eb5aa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Flow 'volume_create_api' (eed965ec-7703-4023-8d1f-8cf4218865ec) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Create volume request issued successfully. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 92/184] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:36 2025] POST /volume/v3/volumes => generated 828 bytes in 159 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Volume info retrieved successfully. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2c7041d7-7142-40ba-8918-799ce2a65aa8 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 returned with HTTP 200 +Jan 14 22:42:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 93/185] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:36 2025] GET /volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 => generated 896 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Volume info retrieved successfully. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3d3952f8-2c1e-4afe-bc4b-1f7dac04d51d tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 returned with HTTP 200 +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 93/186] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:37 2025] GET /volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 => generated 921 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-35239cf7-b405-4e88-a119-383e7b969a8f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] POST http://10.201.9.223/volume/v3/group_snapshots +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Action: 'create', calling method: version_select, body: {"group_snapshot": {"group_id": "cb7a3e44-d666-4d92-a88f-c79cbe9974a8", "name": "tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Creating new group_snapshot {'group_snapshot': {'group_id': 'cb7a3e44-d666-4d92-a88f-c79cbe9974a8', 'name': 'tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/group_snapshots.py:154}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.group_snapshots [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Creating group_snapshot tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1294140574 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1294140574, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsV319Test-volume-type-1294140574 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsV319Test-volume-type-1294140574, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Created reservations ['1a47ae04-c3c7-46b0-a669-d1c39a89b54c', 'cc9e1f9d-50ab-489d-876b-f74aab9081b5', 'e53ae970-a716-41e2-a22e-3933bbb2e918', 'a4befaa0-e5ea-45b6-8c7e-ea6524044cdc'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots returned with HTTP 202 +Jan 14 22:42:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 94/187] 10.201.9.223 () {62 vars in 1206 bytes} [Tue Jan 14 22:42:37 2025] POST /volume/v3/group_snapshots => generated 191 bytes in 93 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8d8e6622-c9a0-4eac-a4ec-7e2cc5fff0f0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8d8e6622-c9a0-4eac-a4ec-7e2cc5fff0f0 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8d8e6622-c9a0-4eac-a4ec-7e2cc5fff0f0 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8d8e6622-c9a0-4eac-a4ec-7e2cc5fff0f0 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-8d8e6622-c9a0-4eac-a4ec-7e2cc5fff0f0 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8d8e6622-c9a0-4eac-a4ec-7e2cc5fff0f0 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 200 +Jan 14 22:42:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 94/188] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:37 2025] GET /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 330 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8df9bbd3-0570-4516-98df-c5fddd83fbf4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8df9bbd3-0570-4516-98df-c5fddd83fbf4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8df9bbd3-0570-4516-98df-c5fddd83fbf4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8df9bbd3-0570-4516-98df-c5fddd83fbf4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-8df9bbd3-0570-4516-98df-c5fddd83fbf4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8df9bbd3-0570-4516-98df-c5fddd83fbf4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 200 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 95/189] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:38 2025] GET /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 331 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-50a9c827-1bc2-452e-a9fc-07431debf86e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-50a9c827-1bc2-452e-a9fc-07431debf86e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-50a9c827-1bc2-452e-a9fc-07431debf86e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-50a9c827-1bc2-452e-a9fc-07431debf86e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-50a9c827-1bc2-452e-a9fc-07431debf86e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-50a9c827-1bc2-452e-a9fc-07431debf86e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-50a9c827-1bc2-452e-a9fc-07431debf86e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Get all snapshots completed successfully. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-50a9c827-1bc2-452e-a9fc-07431debf86e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 95/190] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:38 2025] GET /volume/v3/snapshots/detail => generated 477 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c0380388-b70f-414a-856a-e9fd51905d71 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c0380388-b70f-414a-856a-e9fd51905d71 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c0380388-b70f-414a-856a-e9fd51905d71 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c0380388-b70f-414a-856a-e9fd51905d71 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c0380388-b70f-414a-856a-e9fd51905d71 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Snapshot retrieved successfully. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c0380388-b70f-414a-856a-e9fd51905d71 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 returned with HTTP 200 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 96/191] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:38 2025] GET /volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 => generated 474 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-440b4113-6d78-4cdd-ac94-e336d495514b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-440b4113-6d78-4cdd-ac94-e336d495514b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-440b4113-6d78-4cdd-ac94-e336d495514b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action body: b'{"reset_status": {"status": "creating"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-440b4113-6d78-4cdd-ac94-e336d495514b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action: 'action', calling method: version_select, body: {"reset_status": {"status": "creating"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-440b4113-6d78-4cdd-ac94-e336d495514b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Updating group '898b6534-a44a-452e-b818-68adbc65ffe9' with 'creating' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-440b4113-6d78-4cdd-ac94-e336d495514b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action returned with HTTP 202 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 96/192] 10.201.9.223 () {62 vars in 1337 bytes} [Tue Jan 14 22:42:38 2025] POST /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action => generated 0 bytes in 19 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ab5fc82a-a51e-464e-848b-f9c6646d9593 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab5fc82a-a51e-464e-848b-f9c6646d9593 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ab5fc82a-a51e-464e-848b-f9c6646d9593 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ab5fc82a-a51e-464e-848b-f9c6646d9593 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-ab5fc82a-a51e-464e-848b-f9c6646d9593 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab5fc82a-a51e-464e-848b-f9c6646d9593 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 200 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 97/193] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:38 2025] GET /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 330 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8290bbd8-84b5-490e-9f6f-c2e39c205aab None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8290bbd8-84b5-490e-9f6f-c2e39c205aab tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8290bbd8-84b5-490e-9f6f-c2e39c205aab tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8290bbd8-84b5-490e-9f6f-c2e39c205aab tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-8290bbd8-84b5-490e-9f6f-c2e39c205aab tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Updating group '898b6534-a44a-452e-b818-68adbc65ffe9' with 'available' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8290bbd8-84b5-490e-9f6f-c2e39c205aab tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action returned with HTTP 202 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 97/194] 10.201.9.223 () {62 vars in 1337 bytes} [Tue Jan 14 22:42:38 2025] POST /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-da161b99-61dc-4582-8391-27e6a0908e59 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-da161b99-61dc-4582-8391-27e6a0908e59 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-da161b99-61dc-4582-8391-27e6a0908e59 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-da161b99-61dc-4582-8391-27e6a0908e59 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-da161b99-61dc-4582-8391-27e6a0908e59 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-da161b99-61dc-4582-8391-27e6a0908e59 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 200 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 98/195] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:38 2025] GET /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 331 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4446c5cd-3b94-4da2-9748-f8722e5efa8b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4446c5cd-3b94-4da2-9748-f8722e5efa8b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4446c5cd-3b94-4da2-9748-f8722e5efa8b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action body: b'{"reset_status": {"status": "error"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4446c5cd-3b94-4da2-9748-f8722e5efa8b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "error"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-4446c5cd-3b94-4da2-9748-f8722e5efa8b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Updating group '898b6534-a44a-452e-b818-68adbc65ffe9' with 'error' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4446c5cd-3b94-4da2-9748-f8722e5efa8b tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action returned with HTTP 202 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 98/196] 10.201.9.223 () {62 vars in 1337 bytes} [Tue Jan 14 22:42:38 2025] POST /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action => generated 0 bytes in 15 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4b44248e-966b-4c0d-8ac0-c0d5cd4b172e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4b44248e-966b-4c0d-8ac0-c0d5cd4b172e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4b44248e-966b-4c0d-8ac0-c0d5cd4b172e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4b44248e-966b-4c0d-8ac0-c0d5cd4b172e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-4b44248e-966b-4c0d-8ac0-c0d5cd4b172e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4b44248e-966b-4c0d-8ac0-c0d5cd4b172e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 200 +Jan 14 22:42:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 99/197] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:38 2025] GET /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 327 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-217e05ff-3db6-401b-b28a-e8a3a623eda5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-217e05ff-3db6-401b-b28a-e8a3a623eda5 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] POST http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-217e05ff-3db6-401b-b28a-e8a3a623eda5 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-217e05ff-3db6-401b-b28a-e8a3a623eda5 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-217e05ff-3db6-401b-b28a-e8a3a623eda5 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Updating group '898b6534-a44a-452e-b818-68adbc65ffe9' with 'available' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/group_snapshots.py:194}} +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-217e05ff-3db6-401b-b28a-e8a3a623eda5 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action returned with HTTP 202 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 99/198] 10.201.9.223 () {62 vars in 1337 bytes} [Tue Jan 14 22:42:38 2025] POST /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9/action => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-22ec95ec-80d6-4602-93ac-eb2873ea7b3f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-22ec95ec-80d6-4602-93ac-eb2873ea7b3f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-22ec95ec-80d6-4602-93ac-eb2873ea7b3f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-22ec95ec-80d6-4602-93ac-eb2873ea7b3f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-22ec95ec-80d6-4602-93ac-eb2873ea7b3f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-22ec95ec-80d6-4602-93ac-eb2873ea7b3f tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 200 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 100/199] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:39 2025] GET /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 331 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] DELETE http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.group_snapshots [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] delete called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115488) delete /opt/stack/cinder/cinder/api/v3/group_snapshots.py:72}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.group_snapshots [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Delete group_snapshot with id: 898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 202 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 100/200] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:42:39 2025] DELETE /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f19e681a-b97c-4778-a31b-63e7710e139b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Get all volumes completed successfully. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f19e681a-b97c-4778-a31b-63e7710e139b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 101/201] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:39 2025] GET /volume/v3/volumes/detail => generated 924 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Get all snapshots completed successfully. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1590f4f4-9166-44f6-bfc8-8f598ad11478 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/snapshots/detail returned with HTTP 200 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 101/202] 10.201.9.223 () {58 vars in 1146 bytes} [Tue Jan 14 22:42:39 2025] GET /volume/v3/snapshots/detail => generated 476 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bee7180e-ce21-480c-86bc-6b1d5a33637c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bee7180e-ce21-480c-86bc-6b1d5a33637c tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bee7180e-ce21-480c-86bc-6b1d5a33637c tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bee7180e-ce21-480c-86bc-6b1d5a33637c tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bee7180e-ce21-480c-86bc-6b1d5a33637c tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Snapshot retrieved successfully. +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bee7180e-ce21-480c-86bc-6b1d5a33637c tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 returned with HTTP 200 +Jan 14 22:42:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 102/203] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:39 2025] GET /volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 => generated 473 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1cc01fbb-2c85-4a35-89f7-0f1b0db248bd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1cc01fbb-2c85-4a35-89f7-0f1b0db248bd tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1cc01fbb-2c85-4a35-89f7-0f1b0db248bd tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1cc01fbb-2c85-4a35-89f7-0f1b0db248bd tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1cc01fbb-2c85-4a35-89f7-0f1b0db248bd tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 returned with HTTP 404 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 102/204] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:42:40 2025] GET /volume/v3/snapshots/b0d0c824-be46-4991-b9a9-b8ba175de130 => generated 111 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2122f313-0c22-446a-9d7a-4b4db17cc7c6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2122f313-0c22-446a-9d7a-4b4db17cc7c6 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2122f313-0c22-446a-9d7a-4b4db17cc7c6 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2122f313-0c22-446a-9d7a-4b4db17cc7c6 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.group_snapshots [None req-2122f313-0c22-446a-9d7a-4b4db17cc7c6 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member 898b6534-a44a-452e-b818-68adbc65ffe9 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/group_snapshots.py:58}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2122f313-0c22-446a-9d7a-4b4db17cc7c6 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 returned with HTTP 404 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 103/205] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:42:40 2025] GET /volume/v3/group_snapshots/898b6534-a44a-452e-b818-68adbc65ffe9 => generated 116 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Get all volumes completed successfully. +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fc606fba-a48b-4724-a796-8c8f6acbda4e tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 103/206] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:40 2025] GET /volume/v3/volumes/detail => generated 924 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] POST http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8/action +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] delete called for group cb7a3e44-d666-4d92-a88f-c79cbe9974a8 {{(pid=115489) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Delete group with id: cb7a3e44-d666-4d92-a88f-c79cbe9974a8 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8/action returned with HTTP 202 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 104/207] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:40 2025] POST /volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8/action => generated 0 bytes in 57 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Volume info retrieved successfully. +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e37ceb3-98d5-4ede-9725-db3b0f6500a4 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 returned with HTTP 200 +Jan 14 22:42:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 104/208] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:40 2025] GET /volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 => generated 920 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-42f49d33-5b4e-4e54-b41b-3f0f784c1794 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-42f49d33-5b4e-4e54-b41b-3f0f784c1794 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-42f49d33-5b4e-4e54-b41b-3f0f784c1794 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-42f49d33-5b4e-4e54-b41b-3f0f784c1794 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-42f49d33-5b4e-4e54-b41b-3f0f784c1794 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 returned with HTTP 404 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 105/209] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:41 2025] GET /volume/v3/volumes/fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2be03c11-6989-4c7a-a61f-bb4668010b81 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2be03c11-6989-4c7a-a61f-bb4668010b81 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] GET http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2be03c11-6989-4c7a-a61f-bb4668010b81 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2be03c11-6989-4c7a-a61f-bb4668010b81 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-2be03c11-6989-4c7a-a61f-bb4668010b81 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] show called for member cb7a3e44-d666-4d92-a88f-c79cbe9974a8 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2be03c11-6989-4c7a-a61f-bb4668010b81 tempest-GroupSnapshotsV319Test-659259751 tempest-GroupSnapshotsV319Test-659259751-project-member] http://10.201.9.223/volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 returned with HTTP 404 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 105/210] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:41 2025] GET /volume/v3/groups/cb7a3e44-d666-4d92-a88f-c79cbe9974a8 => generated 108 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4aa56e08-936a-4b03-beed-72d6b1720ea6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4aa56e08-936a-4b03-beed-72d6b1720ea6 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] DELETE http://10.201.9.223/volume/v3/group_types/f9219755-eca3-4b93-818b-a5dab4fbcc11 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4aa56e08-936a-4b03-beed-72d6b1720ea6 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4aa56e08-936a-4b03-beed-72d6b1720ea6 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4aa56e08-936a-4b03-beed-72d6b1720ea6 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/group_types/f9219755-eca3-4b93-818b-a5dab4fbcc11 returned with HTTP 202 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 106/211] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:41 2025] DELETE /volume/v3/group_types/f9219755-eca3-4b93-818b-a5dab4fbcc11 => generated 0 bytes in 21 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a059a94c-ef70-4995-a9fc-5f3aa54c82bd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a059a94c-ef70-4995-a9fc-5f3aa54c82bd tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] DELETE http://10.201.9.223/volume/v3/types/5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a059a94c-ef70-4995-a9fc-5f3aa54c82bd tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a059a94c-ef70-4995-a9fc-5f3aa54c82bd tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a059a94c-ef70-4995-a9fc-5f3aa54c82bd tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/types/5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4 returned with HTTP 202 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 106/212] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:42:41 2025] DELETE /volume/v3/types/5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c03ca4ec-95c1-486c-8cc2-c6c354a10e92 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c03ca4ec-95c1-486c-8cc2-c6c354a10e92 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] GET http://10.201.9.223/volume/v3/types/5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c03ca4ec-95c1-486c-8cc2-c6c354a10e92 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c03ca4ec-95c1-486c-8cc2-c6c354a10e92 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c03ca4ec-95c1-486c-8cc2-c6c354a10e92 tempest-GroupSnapshotsV319Test-1345785850 tempest-GroupSnapshotsV319Test-1345785850-project-******] http://10.201.9.223/volume/v3/types/5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4 returned with HTTP 404 +Jan 14 22:42:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 107/213] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:42:41 2025] GET /volume/v3/types/5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a21fea52-b54d-4a79-89f4-f6dad6a34214 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a21fea52-b54d-4a79-89f4-f6dad6a34214 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a21fea52-b54d-4a79-89f4-f6dad6a34214 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupTypeSpecsTest-group-type-2076471185"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a21fea52-b54d-4a79-89f4-f6dad6a34214 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 107/214] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:43 2025] POST /volume/v3/group_types => generated 181 bytes in 62 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-75591885-d81c-44fc-9c3c-462f39440068 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75591885-d81c-44fc-9c3c-462f39440068 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] POST http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-75591885-d81c-44fc-9c3c-462f39440068 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Action: 'create', calling method: version_select, body: {"group_specs": {"key1": "value1", "key2": "value2"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75591885-d81c-44fc-9c3c-462f39440068 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs returned with HTTP 202 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 108/215] 10.201.9.223 () {62 vars in 1340 bytes} [Tue Jan 14 22:42:43 2025] POST /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs => generated 53 bytes in 33 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-40eb6306-62fd-4f6c-9290-791f37430ed1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40eb6306-62fd-4f6c-9290-791f37430ed1 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] POST http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-40eb6306-62fd-4f6c-9290-791f37430ed1 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Action: 'create', calling method: version_select, body: {"group_specs": {"key2": "value2-updated", "key3": "value3"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40eb6306-62fd-4f6c-9290-791f37430ed1 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs returned with HTTP 202 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 108/216] 10.201.9.223 () {62 vars in 1340 bytes} [Tue Jan 14 22:42:43 2025] POST /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs => generated 61 bytes in 19 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cdc60a88-4575-4ada-ab94-8eabf4be9b99 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cdc60a88-4575-4ada-ab94-8eabf4be9b99 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] GET http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cdc60a88-4575-4ada-ab94-8eabf4be9b99 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cdc60a88-4575-4ada-ab94-8eabf4be9b99 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cdc60a88-4575-4ada-ab94-8eabf4be9b99 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 returned with HTTP 200 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 109/217] 10.201.9.223 () {60 vars in 1334 bytes} [Tue Jan 14 22:42:43 2025] GET /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 => generated 26 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1263ffe8-2709-4765-8c30-f17019789576 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1263ffe8-2709-4765-8c30-f17019789576 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] GET http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1263ffe8-2709-4765-8c30-f17019789576 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1263ffe8-2709-4765-8c30-f17019789576 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1263ffe8-2709-4765-8c30-f17019789576 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 returned with HTTP 200 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 109/218] 10.201.9.223 () {60 vars in 1334 bytes} [Tue Jan 14 22:42:43 2025] GET /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 => generated 18 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-43aa74e9-c3bc-4483-a726-e1e924ac3dae None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-43aa74e9-c3bc-4483-a726-e1e924ac3dae tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] PUT http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-43aa74e9-c3bc-4483-a726-e1e924ac3dae tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Action: 'update', calling method: version_select, body: {"key3": "value3-updated"} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-43aa74e9-c3bc-4483-a726-e1e924ac3dae tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 returned with HTTP 200 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 110/219] 10.201.9.223 () {62 vars in 1354 bytes} [Tue Jan 14 22:42:43 2025] PUT /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 => generated 26 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c28f9eaf-22bb-4b24-ac2a-d5588db59944 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c28f9eaf-22bb-4b24-ac2a-d5588db59944 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] GET http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c28f9eaf-22bb-4b24-ac2a-d5588db59944 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c28f9eaf-22bb-4b24-ac2a-d5588db59944 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c28f9eaf-22bb-4b24-ac2a-d5588db59944 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs returned with HTTP 200 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 110/220] 10.201.9.223 () {60 vars in 1319 bytes} [Tue Jan 14 22:42:43 2025] GET /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs => generated 87 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d434467d-a99e-4722-bbb9-ea2cc5da203d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d434467d-a99e-4722-bbb9-ea2cc5da203d tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] DELETE http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key1 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d434467d-a99e-4722-bbb9-ea2cc5da203d tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d434467d-a99e-4722-bbb9-ea2cc5da203d tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d434467d-a99e-4722-bbb9-ea2cc5da203d tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key1 returned with HTTP 202 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 111/221] 10.201.9.223 () {60 vars in 1337 bytes} [Tue Jan 14 22:42:43 2025] DELETE /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key1 => generated 0 bytes in 23 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6d0a7a77-17ce-4480-a671-a253014ebc47 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6d0a7a77-17ce-4480-a671-a253014ebc47 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] GET http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key1 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6d0a7a77-17ce-4480-a671-a253014ebc47 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6d0a7a77-17ce-4480-a671-a253014ebc47 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6d0a7a77-17ce-4480-a671-a253014ebc47 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] HTTP exception thrown: Group Type ed4d5ee0-853e-4caf-b180-177abb59909b has no extra spec with key key1. +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6d0a7a77-17ce-4480-a671-a253014ebc47 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key1 returned with HTTP 404 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 111/222] 10.201.9.223 () {60 vars in 1334 bytes} [Tue Jan 14 22:42:43 2025] GET /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key1 => generated 126 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3e571acb-f788-42ac-aa0e-684ee5481343 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3e571acb-f788-42ac-aa0e-684ee5481343 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] DELETE http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3e571acb-f788-42ac-aa0e-684ee5481343 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3e571acb-f788-42ac-aa0e-684ee5481343 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3e571acb-f788-42ac-aa0e-684ee5481343 tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 returned with HTTP 202 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 112/223] 10.201.9.223 () {60 vars in 1337 bytes} [Tue Jan 14 22:42:43 2025] DELETE /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 => generated 0 bytes in 15 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b8a07be2-db4c-4405-966a-11e03960ac5f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b8a07be2-db4c-4405-966a-11e03960ac5f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] GET http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b8a07be2-db4c-4405-966a-11e03960ac5f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b8a07be2-db4c-4405-966a-11e03960ac5f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b8a07be2-db4c-4405-966a-11e03960ac5f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] HTTP exception thrown: Group Type ed4d5ee0-853e-4caf-b180-177abb59909b has no extra spec with key key2. +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b8a07be2-db4c-4405-966a-11e03960ac5f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 returned with HTTP 404 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 112/224] 10.201.9.223 () {60 vars in 1334 bytes} [Tue Jan 14 22:42:43 2025] GET /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key2 => generated 126 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-03b82d64-e8c8-43bc-83ff-3b6ff23ffa9e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03b82d64-e8c8-43bc-83ff-3b6ff23ffa9e tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] DELETE http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-03b82d64-e8c8-43bc-83ff-3b6ff23ffa9e tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-03b82d64-e8c8-43bc-83ff-3b6ff23ffa9e tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03b82d64-e8c8-43bc-83ff-3b6ff23ffa9e tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 returned with HTTP 202 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 113/225] 10.201.9.223 () {60 vars in 1337 bytes} [Tue Jan 14 22:42:43 2025] DELETE /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 => generated 0 bytes in 13 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-57965928-5d85-4e17-93d6-492de00392af None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-57965928-5d85-4e17-93d6-492de00392af tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] GET http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-57965928-5d85-4e17-93d6-492de00392af tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-57965928-5d85-4e17-93d6-492de00392af tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-57965928-5d85-4e17-93d6-492de00392af tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] HTTP exception thrown: Group Type ed4d5ee0-853e-4caf-b180-177abb59909b has no extra spec with key key3. +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-57965928-5d85-4e17-93d6-492de00392af tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 returned with HTTP 404 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 113/226] 10.201.9.223 () {60 vars in 1334 bytes} [Tue Jan 14 22:42:43 2025] GET /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b/group_specs/key3 => generated 126 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-953660a7-0a8c-4a39-9131-7182e47ae45f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-953660a7-0a8c-4a39-9131-7182e47ae45f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] DELETE http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-953660a7-0a8c-4a39-9131-7182e47ae45f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-953660a7-0a8c-4a39-9131-7182e47ae45f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-953660a7-0a8c-4a39-9131-7182e47ae45f tempest-GroupTypeSpecsTest-805762975 tempest-GroupTypeSpecsTest-805762975-project-******] http://10.201.9.223/volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b returned with HTTP 202 +Jan 14 22:42:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 114/227] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:43 2025] DELETE /volume/v3/group_types/ed4d5ee0-853e-4caf-b180-177abb59909b => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4779e5a8-638f-4e9b-9e5b-7e5818442b36 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4779e5a8-638f-4e9b-9e5b-7e5818442b36 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4779e5a8-638f-4e9b-9e5b-7e5818442b36 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupTypesTest-group-type-48909859", "description": "tempest-group-type-description-2008034680", "group_specs": {"consistent_group_snapshot_enabled": " False"}, "is_public": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4779e5a8-638f-4e9b-9e5b-7e5818442b36 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 114/228] 10.201.9.223 () {62 vars in 1194 bytes} [Tue Jan 14 22:42:45 2025] POST /volume/v3/group_types => generated 263 bytes in 96 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fd992223-5827-4ff0-ac44-c25de7f0a273 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fd992223-5827-4ff0-ac44-c25de7f0a273 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] GET http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fd992223-5827-4ff0-ac44-c25de7f0a273 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fd992223-5827-4ff0-ac44-c25de7f0a273 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fd992223-5827-4ff0-ac44-c25de7f0a273 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 115/229] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:42:45 2025] GET /volume/v3/group_types => generated 497 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-841d140b-5f5e-4fbc-a929-405376634f93 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-841d140b-5f5e-4fbc-a929-405376634f93 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] PUT http://10.201.9.223/volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-841d140b-5f5e-4fbc-a929-405376634f93 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Action: 'update', calling method: version_select, body: {"group_type": {"name": "tempest-GroupTypesTest-updated-group-type-519929445", "description": "updated-group-type-desc"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-841d140b-5f5e-4fbc-a929-405376634f93 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 115/230] 10.201.9.223 () {62 vars in 1304 bytes} [Tue Jan 14 22:42:45 2025] PUT /volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c => generated 254 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7c862d5c-db92-4f84-a7d0-745698eab7a9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7c862d5c-db92-4f84-a7d0-745698eab7a9 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] GET http://10.201.9.223/volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7c862d5c-db92-4f84-a7d0-745698eab7a9 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7c862d5c-db92-4f84-a7d0-745698eab7a9 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7c862d5c-db92-4f84-a7d0-745698eab7a9 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 116/231] 10.201.9.223 () {60 vars in 1283 bytes} [Tue Jan 14 22:42:45 2025] GET /volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c => generated 254 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-fceaaf4e-48ec-4b94-b7cb-b84a2cf5a1ae None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fceaaf4e-48ec-4b94-b7cb-b84a2cf5a1ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] DELETE http://10.201.9.223/volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fceaaf4e-48ec-4b94-b7cb-b84a2cf5a1ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fceaaf4e-48ec-4b94-b7cb-b84a2cf5a1ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fceaaf4e-48ec-4b94-b7cb-b84a2cf5a1ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c returned with HTTP 202 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 116/232] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:45 2025] DELETE /volume/v3/group_types/b33f0406-0695-42e4-ab6b-427a9ffdaf0c => generated 0 bytes in 22 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4adfdccd-a16b-476a-a431-9847d2abed18 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4adfdccd-a16b-476a-a431-9847d2abed18 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] GET http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4adfdccd-a16b-476a-a431-9847d2abed18 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4adfdccd-a16b-476a-a431-9847d2abed18 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4adfdccd-a16b-476a-a431-9847d2abed18 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 117/233] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:42:45 2025] GET /volume/v3/group_types => generated 248 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6c83f612-1da0-43dd-b00a-c9f5a71db133 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6c83f612-1da0-43dd-b00a-c9f5a71db133 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6c83f612-1da0-43dd-b00a-c9f5a71db133 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "a_tempest-group-type-404692544", "is_public": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6c83f612-1da0-43dd-b00a-c9f5a71db133 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 117/234] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:45 2025] POST /volume/v3/group_types => generated 163 bytes in 15 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-01c64c79-143b-40a0-b2b2-7cf595980550 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-01c64c79-143b-40a0-b2b2-7cf595980550 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-01c64c79-143b-40a0-b2b2-7cf595980550 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "b_tempest-group-type-877965643", "is_public": false}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-01c64c79-143b-40a0-b2b2-7cf595980550 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 118/235] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:45 2025] POST /volume/v3/group_types => generated 164 bytes in 21 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-cdc4381b-1616-45ef-9d6f-a230108258ae None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cdc4381b-1616-45ef-9d6f-a230108258ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] GET http://10.201.9.223/volume/v3/group_types?sort=name%3Aasc&is_public=None +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cdc4381b-1616-45ef-9d6f-a230108258ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cdc4381b-1616-45ef-9d6f-a230108258ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cdc4381b-1616-45ef-9d6f-a230108258ae tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types?sort=name%3Aasc&is_public=None returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 118/236] 10.201.9.223 () {60 vars in 1233 bytes} [Tue Jan 14 22:42:45 2025] GET /volume/v3/group_types?sort=name%3Aasc&is_public=None => generated 547 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4e32a6ac-bec8-4736-aef8-f65dcdc73217 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4e32a6ac-bec8-4736-aef8-f65dcdc73217 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] GET http://10.201.9.223/volume/v3/group_types?sort=name%3Adesc&is_public=None +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4e32a6ac-bec8-4736-aef8-f65dcdc73217 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4e32a6ac-bec8-4736-aef8-f65dcdc73217 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4e32a6ac-bec8-4736-aef8-f65dcdc73217 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types?sort=name%3Adesc&is_public=None returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 119/237] 10.201.9.223 () {60 vars in 1235 bytes} [Tue Jan 14 22:42:45 2025] GET /volume/v3/group_types?sort=name%3Adesc&is_public=None => generated 547 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a874763d-1979-44da-8e98-cf594771f5e0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a874763d-1979-44da-8e98-cf594771f5e0 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] GET http://10.201.9.223/volume/v3/group_types?is_public=False +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a874763d-1979-44da-8e98-cf594771f5e0 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a874763d-1979-44da-8e98-cf594771f5e0 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a874763d-1979-44da-8e98-cf594771f5e0 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types?is_public=False returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 119/238] 10.201.9.223 () {60 vars in 1203 bytes} [Tue Jan 14 22:42:45 2025] GET /volume/v3/group_types?is_public=False => generated 167 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b2d10d24-75ec-459b-99f9-90418ed26166 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b2d10d24-75ec-459b-99f9-90418ed26166 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] GET http://10.201.9.223/volume/v3/group_types?is_public=True +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b2d10d24-75ec-459b-99f9-90418ed26166 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b2d10d24-75ec-459b-99f9-90418ed26166 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b2d10d24-75ec-459b-99f9-90418ed26166 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types?is_public=True returned with HTTP 200 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 120/239] 10.201.9.223 () {60 vars in 1201 bytes} [Tue Jan 14 22:42:45 2025] GET /volume/v3/group_types?is_public=True => generated 397 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8bdb4092-50b8-47ce-8109-2c636c0563b8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8bdb4092-50b8-47ce-8109-2c636c0563b8 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] DELETE http://10.201.9.223/volume/v3/group_types/c04925c1-e2d4-4e29-ad2c-5f9e801c8635 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8bdb4092-50b8-47ce-8109-2c636c0563b8 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8bdb4092-50b8-47ce-8109-2c636c0563b8 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8bdb4092-50b8-47ce-8109-2c636c0563b8 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types/c04925c1-e2d4-4e29-ad2c-5f9e801c8635 returned with HTTP 202 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 120/240] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:45 2025] DELETE /volume/v3/group_types/c04925c1-e2d4-4e29-ad2c-5f9e801c8635 => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6e051a6b-a863-4ae2-8a52-81b5330dcb56 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6e051a6b-a863-4ae2-8a52-81b5330dcb56 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] DELETE http://10.201.9.223/volume/v3/group_types/28d98bbf-764b-48c6-90ae-4b69dd564231 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6e051a6b-a863-4ae2-8a52-81b5330dcb56 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6e051a6b-a863-4ae2-8a52-81b5330dcb56 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6e051a6b-a863-4ae2-8a52-81b5330dcb56 tempest-GroupTypesTest-1935566277 tempest-GroupTypesTest-1935566277-project-******] http://10.201.9.223/volume/v3/group_types/28d98bbf-764b-48c6-90ae-4b69dd564231 returned with HTTP 202 +Jan 14 22:42:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 121/241] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:45 2025] DELETE /volume/v3/group_types/28d98bbf-764b-48c6-90ae-4b69dd564231 => generated 0 bytes in 15 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dff7a4dc-986a-4dc9-9d3f-797d4441e773 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dff7a4dc-986a-4dc9-9d3f-797d4441e773 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dff7a4dc-986a-4dc9-9d3f-797d4441e773 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1752576165"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dff7a4dc-986a-4dc9-9d3f-797d4441e773 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 121/242] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:42:47 2025] POST /volume/v3/types => generated 216 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-40e65052-05fe-4817-879a-0faf07b925fd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-40e65052-05fe-4817-879a-0faf07b925fd tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-40e65052-05fe-4817-879a-0faf07b925fd tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsTest-group-type-579971596"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-40e65052-05fe-4817-879a-0faf07b925fd tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 122/243] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:47 2025] POST /volume/v3/group_types => generated 172 bytes in 19 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-04c80a8a-754e-472e-85fd-e88935d7b40f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "81f70c78-e17c-41c7-901e-fe99739231ff", "volume_types": ["6e574e03-8018-4b78-b9ec-7c82d76e974f"], "name": "tempest-Group1-1253507462"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Creating new group {'group': {'group_type': '81f70c78-e17c-41c7-901e-fe99739231ff', 'volume_types': ['6e574e03-8018-4b78-b9ec-7c82d76e974f'], 'name': 'tempest-Group1-1253507462'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Creating group tempest-Group1-1253507462. +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Created reservations ['aadd0627-23ff-49b9-8394-62d441d160db'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:42:47 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 122/244] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:42:47 2025] POST /volume/v3/groups => generated 94 bytes in 109 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-afc59fdb-70e0-4103-aa09-afc51bc894ff None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-afc59fdb-70e0-4103-aa09-afc51bc894ff tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-afc59fdb-70e0-4103-aa09-afc51bc894ff tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-afc59fdb-70e0-4103-aa09-afc51bc894ff tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-afc59fdb-70e0-4103-aa09-afc51bc894ff tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member 111c1b6d-fd1c-42df-ac7a-ca8241c8899d {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:47 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-afc59fdb-70e0-4103-aa09-afc51bc894ff tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d returned with HTTP 200 +Jan 14 22:42:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 123/245] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:47 2025] GET /volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d => generated 322 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5c6c40af-ad47-46f3-a8a3-a0cca004a9da None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5c6c40af-ad47-46f3-a8a3-a0cca004a9da tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5c6c40af-ad47-46f3-a8a3-a0cca004a9da tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5c6c40af-ad47-46f3-a8a3-a0cca004a9da tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-5c6c40af-ad47-46f3-a8a3-a0cca004a9da tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member 111c1b6d-fd1c-42df-ac7a-ca8241c8899d {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5c6c40af-ad47-46f3-a8a3-a0cca004a9da tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d returned with HTTP 200 +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 123/246] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:49 2025] GET /volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d => generated 323 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-42d7be31-c088-462f-881f-0a9019294fca None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "81f70c78-e17c-41c7-901e-fe99739231ff", "volume_types": ["6e574e03-8018-4b78-b9ec-7c82d76e974f"], "name": "tempest-Group2-1453117378"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Creating new group {'group': {'group_type': '81f70c78-e17c-41c7-901e-fe99739231ff', 'volume_types': ['6e574e03-8018-4b78-b9ec-7c82d76e974f'], 'name': 'tempest-Group2-1453117378'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Creating group tempest-Group2-1453117378. +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Created reservations ['fbd05a4e-3309-4256-b6b7-5643b9717fb5'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:42:49 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 124/247] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:42:49 2025] POST /volume/v3/groups => generated 94 bytes in 59 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9cc3d058-14f3-4a95-8af7-05cf9027d85a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9cc3d058-14f3-4a95-8af7-05cf9027d85a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9cc3d058-14f3-4a95-8af7-05cf9027d85a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9cc3d058-14f3-4a95-8af7-05cf9027d85a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-9cc3d058-14f3-4a95-8af7-05cf9027d85a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member abbbe8b1-b71b-41af-ab32-88361677ddfc {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9cc3d058-14f3-4a95-8af7-05cf9027d85a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc returned with HTTP 200 +Jan 14 22:42:49 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 124/248] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:49 2025] GET /volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc => generated 322 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-dbfd9772-cf25-4611-bfcd-b9ef750e2660 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dbfd9772-cf25-4611-bfcd-b9ef750e2660 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dbfd9772-cf25-4611-bfcd-b9ef750e2660 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dbfd9772-cf25-4611-bfcd-b9ef750e2660 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-dbfd9772-cf25-4611-bfcd-b9ef750e2660 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member abbbe8b1-b71b-41af-ab32-88361677ddfc {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dbfd9772-cf25-4611-bfcd-b9ef750e2660 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc returned with HTTP 200 +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 125/249] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:50 2025] GET /volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc => generated 323 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-591300768", "volume_type": "6e574e03-8018-4b78-b9ec-7c82d76e974f", "group_id": "111c1b6d-fd1c-42df-ac7a-ca8241c8899d", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-591300768', 'volume_type': '6e574e03-8018-4b78-b9ec-7c82d76e974f', 'group_id': '111c1b6d-fd1c-42df-ac7a-ca8241c8899d', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume of 1 GB +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Flow 'volume_create_api' (9c987603-efbb-482b-89f7-2afd9d2ab16f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (ad176e24-4ac7-4bdd-886d-641a34776d9b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (ad176e24-4ac7-4bdd-886d-641a34776d9b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:48Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=6e574e03-8018-4b78-b9ec-7c82d76e974f,is_public=True,name='tempest-GroupsTest-volume-type-1752576165',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '6e574e03-8018-4b78-b9ec-7c82d76e974f', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '111c1b6d-fd1c-42df-ac7a-ca8241c8899d', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (76e317d7-5246-43c6-b43b-e86708cae935) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-1752576165 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-1752576165, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-1752576165 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-1752576165, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Created reservations ['66258658-4fd1-4b96-a2a1-ec60cdc730c7', '411606ca-8320-48aa-9c41-3e5af44c2865', 'b227e225-ac33-417d-ac23-14a6549cf753', '234e7d9d-d875-4860-bf3e-5eb3e06d0459'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (76e317d7-5246-43c6-b43b-e86708cae935) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['66258658-4fd1-4b96-a2a1-ec60cdc730c7', '411606ca-8320-48aa-9c41-3e5af44c2865', 'b227e225-ac33-417d-ac23-14a6549cf753', '234e7d9d-d875-4860-bf3e-5eb3e06d0459']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (170ccf96-5d95-4295-b6be-37a4e8245040) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (170ccf96-5d95-4295-b6be-37a4e8245040) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '6714a0bf-edc4-4a56-8aba-18db7c89c69a', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-591300768',encryption_key_id=None,group_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,group_type_id=,metadata={},multiattach=False,project_id='67aac3bbe7fe4f40bf40831c418ba073',qos_specs=None,replication_status=,reservations=['66258658-4fd1-4b96-a2a1-ec60cdc730c7','411606ca-8320-48aa-9c41-3e5af44c2865','b227e225-ac33-417d-ac23-14a6549cf753','234e7d9d-d875-4860-bf3e-5eb3e06d0459'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_id=6e574e03-8018-4b78-b9ec-7c82d76e974f), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-591300768',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,host=None,id=6714a0bf-edc4-4a56-8aba-18db7c89c69a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(6e574e03-8018-4b78-b9ec-7c82d76e974f),volume_type_id=6e574e03-8018-4b78-b9ec-7c82d76e974f)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b6bf12e4-7807-467f-85e6-797e9433881e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b6bf12e4-7807-467f-85e6-797e9433881e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-591300768',encryption_key_id=None,group_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,group_type_id=,metadata={},multiattach=False,project_id='67aac3bbe7fe4f40bf40831c418ba073',qos_specs=None,replication_status=,reservations=['66258658-4fd1-4b96-a2a1-ec60cdc730c7','411606ca-8320-48aa-9c41-3e5af44c2865','b227e225-ac33-417d-ac23-14a6549cf753','234e7d9d-d875-4860-bf3e-5eb3e06d0459'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_id=6e574e03-8018-4b78-b9ec-7c82d76e974f)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (88c54c68-ee05-4aaa-8236-60ab09f4c5a5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (88c54c68-ee05-4aaa-8236-60ab09f4c5a5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Flow 'volume_create_api' (9c987603-efbb-482b-89f7-2afd9d2ab16f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume request issued successfully. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 125/250] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:50 2025] POST /volume/v3/volumes => generated 816 bytes in 143 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a49cb133-51d7-40bb-a997-5ffd017c862f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a49cb133-51d7-40bb-a997-5ffd017c862f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a returned with HTTP 200 +Jan 14 22:42:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 126/251] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:50 2025] GET /volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a => generated 884 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-98b95479-b619-455c-ac1c-0ae3e04113a8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a returned with HTTP 200 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 126/252] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:51 2025] GET /volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a => generated 909 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8676d049-3910-46c8-9182-f9d427d1a69c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8676d049-3910-46c8-9182-f9d427d1a69c tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8676d049-3910-46c8-9182-f9d427d1a69c tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8676d049-3910-46c8-9182-f9d427d1a69c tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-8676d049-3910-46c8-9182-f9d427d1a69c tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member 111c1b6d-fd1c-42df-ac7a-ca8241c8899d {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8676d049-3910-46c8-9182-f9d427d1a69c tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d returned with HTTP 200 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 127/253] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:51 2025] GET /volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d => generated 323 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-14749414-5b7f-4ecb-b575-3cc2f0860d7a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14749414-5b7f-4ecb-b575-3cc2f0860d7a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-14749414-5b7f-4ecb-b575-3cc2f0860d7a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-14749414-5b7f-4ecb-b575-3cc2f0860d7a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-14749414-5b7f-4ecb-b575-3cc2f0860d7a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member abbbe8b1-b71b-41af-ab32-88361677ddfc {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14749414-5b7f-4ecb-b575-3cc2f0860d7a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc returned with HTTP 200 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 127/254] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:51 2025] GET /volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc => generated 323 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-79f2b3c9-3000-408e-803b-89463c0596cf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79f2b3c9-3000-408e-803b-89463c0596cf tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/detail +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79f2b3c9-3000-408e-803b-89463c0596cf tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79f2b3c9-3000-408e-803b-89463c0596cf tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79f2b3c9-3000-408e-803b-89463c0596cf tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/detail returned with HTTP 200 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 128/255] 10.201.9.223 () {60 vars in 1178 bytes} [Tue Jan 14 22:42:51 2025] GET /volume/v3/groups/detail => generated 640 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Get all volumes completed successfully. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5bc2dbf6-d2ef-46fb-bdf7-5ef50f4f8897 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 128/256] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:51 2025] GET /volume/v3/volumes/detail => generated 912 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Get all volumes completed successfully. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-edb251c5-9ae7-4d9b-bc89-fa9dbe9c73ed tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 129/257] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:51 2025] GET /volume/v3/volumes/detail => generated 912 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-fb4715d2-6615-4a3a-858c-d968542753b9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d/action +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] delete called for group 111c1b6d-fd1c-42df-ac7a-ca8241c8899d {{(pid=115488) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Delete group with id: 111c1b6d-fd1c-42df-ac7a-ca8241c8899d +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d/action returned with HTTP 202 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 129/258] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:51 2025] POST /volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d/action => generated 0 bytes in 50 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e87ff68b-a6d8-4d35-bd3e-01d421c5a4fb tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a returned with HTTP 200 +Jan 14 22:42:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 130/259] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:51 2025] GET /volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a => generated 908 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-562a432b-347d-4863-b475-3492b4446648 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-562a432b-347d-4863-b475-3492b4446648 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-562a432b-347d-4863-b475-3492b4446648 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-562a432b-347d-4863-b475-3492b4446648 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-562a432b-347d-4863-b475-3492b4446648 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a returned with HTTP 404 +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 130/260] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:52 2025] GET /volume/v3/volumes/6714a0bf-edc4-4a56-8aba-18db7c89c69a => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8b9dd843-2f43-4059-8a84-3656340f1420 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8b9dd843-2f43-4059-8a84-3656340f1420 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8b9dd843-2f43-4059-8a84-3656340f1420 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8b9dd843-2f43-4059-8a84-3656340f1420 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-8b9dd843-2f43-4059-8a84-3656340f1420 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member 111c1b6d-fd1c-42df-ac7a-ca8241c8899d {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8b9dd843-2f43-4059-8a84-3656340f1420 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d returned with HTTP 404 +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 131/261] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:52 2025] GET /volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d => generated 108 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-21673541-7025-4791-95f4-ff80d30fbd09 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc/action +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action body: b'{"delete": {"delete-volumes": false}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": false}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] delete called for group abbbe8b1-b71b-41af-ab32-88361677ddfc {{(pid=115488) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Delete group with id: abbbe8b1-b71b-41af-ab32-88361677ddfc +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc/action returned with HTTP 202 +Jan 14 22:42:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 131/262] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:52 2025] POST /volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc/action => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-48bf4793-7ff2-4daa-ba24-d2bbba023099 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-48bf4793-7ff2-4daa-ba24-d2bbba023099 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-48bf4793-7ff2-4daa-ba24-d2bbba023099 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-48bf4793-7ff2-4daa-ba24-d2bbba023099 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-48bf4793-7ff2-4daa-ba24-d2bbba023099 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member abbbe8b1-b71b-41af-ab32-88361677ddfc {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-48bf4793-7ff2-4daa-ba24-d2bbba023099 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc returned with HTTP 200 +Jan 14 22:42:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 132/263] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:52 2025] GET /volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc => generated 322 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e36b916d-cfc0-4081-9f88-352bcd14f6e9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e36b916d-cfc0-4081-9f88-352bcd14f6e9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e36b916d-cfc0-4081-9f88-352bcd14f6e9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e36b916d-cfc0-4081-9f88-352bcd14f6e9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-e36b916d-cfc0-4081-9f88-352bcd14f6e9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member abbbe8b1-b71b-41af-ab32-88361677ddfc {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e36b916d-cfc0-4081-9f88-352bcd14f6e9 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc returned with HTTP 404 +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 132/264] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:53 2025] GET /volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc => generated 108 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d152954d-eb76-450e-b26e-87ebd0200691 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d152954d-eb76-450e-b26e-87ebd0200691 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/detail +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d152954d-eb76-450e-b26e-87ebd0200691 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d152954d-eb76-450e-b26e-87ebd0200691 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d152954d-eb76-450e-b26e-87ebd0200691 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/detail returned with HTTP 200 +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 133/265] 10.201.9.223 () {60 vars in 1178 bytes} [Tue Jan 14 22:42:53 2025] GET /volume/v3/groups/detail => generated 14 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Get all volumes completed successfully. +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bdb386fe-6f67-4f54-8b79-6bc7864471de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 133/266] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:53 2025] GET /volume/v3/volumes/detail => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-715f9f7f-1091-45d4-b795-9690418e8ff5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-715f9f7f-1091-45d4-b795-9690418e8ff5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc/action +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-715f9f7f-1091-45d4-b795-9690418e8ff5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-715f9f7f-1091-45d4-b795-9690418e8ff5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-715f9f7f-1091-45d4-b795-9690418e8ff5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] delete called for group abbbe8b1-b71b-41af-ab32-88361677ddfc {{(pid=115489) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-715f9f7f-1091-45d4-b795-9690418e8ff5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Delete group with id: abbbe8b1-b71b-41af-ab32-88361677ddfc +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-715f9f7f-1091-45d4-b795-9690418e8ff5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc/action returned with HTTP 404 +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 134/267] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:53 2025] POST /volume/v3/groups/abbbe8b1-b71b-41af-ab32-88361677ddfc/action => generated 108 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Get all volumes completed successfully. +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7ccdea76-bfff-490b-9b31-63c01c4a6f0b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 134/268] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:53 2025] GET /volume/v3/volumes/detail => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4f9b1f29-e548-4f71-b51b-eeda2f14297b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4f9b1f29-e548-4f71-b51b-eeda2f14297b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d/action +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4f9b1f29-e548-4f71-b51b-eeda2f14297b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4f9b1f29-e548-4f71-b51b-eeda2f14297b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-4f9b1f29-e548-4f71-b51b-eeda2f14297b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] delete called for group 111c1b6d-fd1c-42df-ac7a-ca8241c8899d {{(pid=115489) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-4f9b1f29-e548-4f71-b51b-eeda2f14297b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Delete group with id: 111c1b6d-fd1c-42df-ac7a-ca8241c8899d +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4f9b1f29-e548-4f71-b51b-eeda2f14297b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d/action returned with HTTP 404 +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 135/269] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:42:53 2025] POST /volume/v3/groups/111c1b6d-fd1c-42df-ac7a-ca8241c8899d/action => generated 108 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bf8492e7-b19e-4a31-954c-1d0f9eea6846 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bf8492e7-b19e-4a31-954c-1d0f9eea6846 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] DELETE http://10.201.9.223/volume/v3/group_types/81f70c78-e17c-41c7-901e-fe99739231ff +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bf8492e7-b19e-4a31-954c-1d0f9eea6846 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bf8492e7-b19e-4a31-954c-1d0f9eea6846 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bf8492e7-b19e-4a31-954c-1d0f9eea6846 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/group_types/81f70c78-e17c-41c7-901e-fe99739231ff returned with HTTP 202 +Jan 14 22:42:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 135/270] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:42:53 2025] DELETE /volume/v3/group_types/81f70c78-e17c-41c7-901e-fe99739231ff => generated 0 bytes in 19 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:42:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-405a97dc-2d64-49ce-98db-b1544b17dc56 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-405a97dc-2d64-49ce-98db-b1544b17dc56 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] DELETE http://10.201.9.223/volume/v3/types/6e574e03-8018-4b78-b9ec-7c82d76e974f +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-405a97dc-2d64-49ce-98db-b1544b17dc56 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-405a97dc-2d64-49ce-98db-b1544b17dc56 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-405a97dc-2d64-49ce-98db-b1544b17dc56 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/types/6e574e03-8018-4b78-b9ec-7c82d76e974f returned with HTTP 202 +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 136/271] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:42:53 2025] DELETE /volume/v3/types/6e574e03-8018-4b78-b9ec-7c82d76e974f => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-54790309-dccf-4e6a-a190-71c4c2d1848d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-54790309-dccf-4e6a-a190-71c4c2d1848d tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] GET http://10.201.9.223/volume/v3/types/6e574e03-8018-4b78-b9ec-7c82d76e974f +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-54790309-dccf-4e6a-a190-71c4c2d1848d tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-54790309-dccf-4e6a-a190-71c4c2d1848d tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-54790309-dccf-4e6a-a190-71c4c2d1848d tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/types/6e574e03-8018-4b78-b9ec-7c82d76e974f returned with HTTP 404 +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 136/272] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:42:54 2025] GET /volume/v3/types/6e574e03-8018-4b78-b9ec-7c82d76e974f => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-99296d1e-997f-4b51-898c-fce375c785b6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-99296d1e-997f-4b51-898c-fce375c785b6 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-99296d1e-997f-4b51-898c-fce375c785b6 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-2081451951"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-99296d1e-997f-4b51-898c-fce375c785b6 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 137/273] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:42:54 2025] POST /volume/v3/types => generated 216 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-44f410cc-a18d-4bed-ac7c-a288319923cb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44f410cc-a18d-4bed-ac7c-a288319923cb tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-44f410cc-a18d-4bed-ac7c-a288319923cb tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsTest-group-type-344549529"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44f410cc-a18d-4bed-ac7c-a288319923cb tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 137/274] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:42:54 2025] POST /volume/v3/group_types => generated 172 bytes in 21 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "3a8cffcf-8c90-494b-93dd-dc7724d3fc31", "volume_types": ["aa82b48d-4268-429c-ae17-1ba59935ff6f"], "name": "tempest-GroupsTest-Group-560048169"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Creating new group {'group': {'group_type': '3a8cffcf-8c90-494b-93dd-dc7724d3fc31', 'volume_types': ['aa82b48d-4268-429c-ae17-1ba59935ff6f'], 'name': 'tempest-GroupsTest-Group-560048169'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Creating group tempest-GroupsTest-Group-560048169. +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Created reservations ['5d1fea25-cb7f-40a7-ab5f-51d880c03876'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:42:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 138/275] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:42:54 2025] POST /volume/v3/groups => generated 103 bytes in 54 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c176e872-f85c-4ba6-b607-aa62f4d8af4f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c176e872-f85c-4ba6-b607-aa62f4d8af4f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c176e872-f85c-4ba6-b607-aa62f4d8af4f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c176e872-f85c-4ba6-b607-aa62f4d8af4f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-c176e872-f85c-4ba6-b607-aa62f4d8af4f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c176e872-f85c-4ba6-b607-aa62f4d8af4f tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 200 +Jan 14 22:42:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 138/276] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:54 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 331 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-eebac24f-6af5-414a-b49c-cd0952c0df24 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-eebac24f-6af5-414a-b49c-cd0952c0df24 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-eebac24f-6af5-414a-b49c-cd0952c0df24 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-eebac24f-6af5-414a-b49c-cd0952c0df24 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-eebac24f-6af5-414a-b49c-cd0952c0df24 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-eebac24f-6af5-414a-b49c-cd0952c0df24 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 200 +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 139/277] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:55 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 332 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-1329546964", "volume_type": "aa82b48d-4268-429c-ae17-1ba59935ff6f", "group_id": "de96c5e2-32c9-4cff-bea3-bf5d3569d401", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-1329546964', 'volume_type': 'aa82b48d-4268-429c-ae17-1ba59935ff6f', 'group_id': 'de96c5e2-32c9-4cff-bea3-bf5d3569d401', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume of 1 GB +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Flow 'volume_create_api' (c45516b0-27a2-4b20-ba25-910a740d7e8f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (faf4ce78-2a4e-44ea-86b9-5574f2195bfc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (faf4ce78-2a4e-44ea-86b9-5574f2195bfc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=aa82b48d-4268-429c-ae17-1ba59935ff6f,is_public=True,name='tempest-GroupsTest-volume-type-2081451951',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'aa82b48d-4268-429c-ae17-1ba59935ff6f', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'de96c5e2-32c9-4cff-bea3-bf5d3569d401', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f62a5c7f-d82c-4d0f-8537-29744d1ce967) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-2081451951 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-2081451951, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-2081451951 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-2081451951, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Created reservations ['454eb83b-08bc-41bf-971e-e39265274f80', '35cd380f-692c-489e-a037-104ec2d05744', 'ca1fc3dd-ee9e-42e4-815b-d502a22c1d12', '15a883e0-5138-4f6d-88ed-cdee7a8288d8'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f62a5c7f-d82c-4d0f-8537-29744d1ce967) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['454eb83b-08bc-41bf-971e-e39265274f80', '35cd380f-692c-489e-a037-104ec2d05744', 'ca1fc3dd-ee9e-42e4-815b-d502a22c1d12', '15a883e0-5138-4f6d-88ed-cdee7a8288d8']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (3b07b8c6-950e-4491-828b-4bbf69943e7d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (3b07b8c6-950e-4491-828b-4bbf69943e7d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '67655594-5c8e-4c29-8eb7-d96cd977c710', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1329546964',encryption_key_id=None,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,group_type_id=,metadata={},multiattach=False,project_id='67aac3bbe7fe4f40bf40831c418ba073',qos_specs=None,replication_status=,reservations=['454eb83b-08bc-41bf-971e-e39265274f80','35cd380f-692c-489e-a037-104ec2d05744','ca1fc3dd-ee9e-42e4-815b-d502a22c1d12','15a883e0-5138-4f6d-88ed-cdee7a8288d8'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1329546964',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host=None,id=67655594-5c8e-4c29-8eb7-d96cd977c710,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a10820f4-7362-4f81-8b00-b6f2a4361a1a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a10820f4-7362-4f81-8b00-b6f2a4361a1a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-1329546964',encryption_key_id=None,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,group_type_id=,metadata={},multiattach=False,project_id='67aac3bbe7fe4f40bf40831c418ba073',qos_specs=None,replication_status=,reservations=['454eb83b-08bc-41bf-971e-e39265274f80','35cd380f-692c-489e-a037-104ec2d05744','ca1fc3dd-ee9e-42e4-815b-d502a22c1d12','15a883e0-5138-4f6d-88ed-cdee7a8288d8'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (9be7b946-e329-48dc-8024-2bfda59f42eb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (9be7b946-e329-48dc-8024-2bfda59f42eb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Flow 'volume_create_api' (c45516b0-27a2-4b20-ba25-910a740d7e8f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume request issued successfully. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:55 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 139/278] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:55 2025] POST /volume/v3/volumes => generated 817 bytes in 157 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75f04fa0-f18b-43e8-b33e-add216d6c1d5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 returned with HTTP 200 +Jan 14 22:42:55 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 140/279] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:55 2025] GET /volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 => generated 885 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1f35fb67-3984-4689-8ecd-6ca976a13c3a tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 returned with HTTP 200 +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 140/280] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:56 2025] GET /volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 => generated 910 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-26f0c166-aadf-4fcf-add2-f79667286914 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-52005623", "volume_type": "aa82b48d-4268-429c-ae17-1ba59935ff6f", "group_id": "de96c5e2-32c9-4cff-bea3-bf5d3569d401", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-52005623', 'volume_type': 'aa82b48d-4268-429c-ae17-1ba59935ff6f', 'group_id': 'de96c5e2-32c9-4cff-bea3-bf5d3569d401', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume of 1 GB +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Availability Zones retrieved successfully. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Flow 'volume_create_api' (6cad2f83-3646-4bc1-9cfb-160b5fe8cba6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e5e267c0-6f2f-4e49-9726-f515030d3a9a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e5e267c0-6f2f-4e49-9726-f515030d3a9a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=aa82b48d-4268-429c-ae17-1ba59935ff6f,is_public=True,name='tempest-GroupsTest-volume-type-2081451951',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'aa82b48d-4268-429c-ae17-1ba59935ff6f', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'de96c5e2-32c9-4cff-bea3-bf5d3569d401', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3fb070d2-1a80-4f63-ad01-2f0d66ceb48a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-2081451951 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-2081451951, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-2081451951 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-2081451951, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Created reservations ['8cb69b4d-c7f0-4ddd-a437-469dc2da46cf', '030c271c-d352-4a81-acb9-39876ca0b040', '5c581d05-577a-4838-940b-d6a68bdacb37', '98b562a1-b1a1-449b-84b0-a80c544c6e96'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3fb070d2-1a80-4f63-ad01-2f0d66ceb48a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8cb69b4d-c7f0-4ddd-a437-469dc2da46cf', '030c271c-d352-4a81-acb9-39876ca0b040', '5c581d05-577a-4838-940b-d6a68bdacb37', '98b562a1-b1a1-449b-84b0-a80c544c6e96']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2f9eb86e-5d13-45df-8b46-6db9d93fcfb7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2f9eb86e-5d13-45df-8b46-6db9d93fcfb7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a6ee64c0-3e96-4407-a6b8-2913c2a185d1', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-52005623',encryption_key_id=None,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,group_type_id=,metadata={},multiattach=False,project_id='67aac3bbe7fe4f40bf40831c418ba073',qos_specs=None,replication_status=,reservations=['8cb69b4d-c7f0-4ddd-a437-469dc2da46cf','030c271c-d352-4a81-acb9-39876ca0b040','5c581d05-577a-4838-940b-d6a68bdacb37','98b562a1-b1a1-449b-84b0-a80c544c6e96'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-52005623',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host=None,id=a6ee64c0-3e96-4407-a6b8-2913c2a185d1,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fd66874a-5ebb-4593-8664-d16ce9fc4c0f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fd66874a-5ebb-4593-8664-d16ce9fc4c0f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-52005623',encryption_key_id=None,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,group_type_id=,metadata={},multiattach=False,project_id='67aac3bbe7fe4f40bf40831c418ba073',qos_specs=None,replication_status=,reservations=['8cb69b4d-c7f0-4ddd-a437-469dc2da46cf','030c271c-d352-4a81-acb9-39876ca0b040','5c581d05-577a-4838-940b-d6a68bdacb37','98b562a1-b1a1-449b-84b0-a80c544c6e96'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf883efd-faaf-423c-b39e-034934d4d71a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf883efd-faaf-423c-b39e-034934d4d71a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Flow 'volume_create_api' (6cad2f83-3646-4bc1-9cfb-160b5fe8cba6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Create volume request issued successfully. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:42:56 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 141/281] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:42:56 2025] POST /volume/v3/volumes => generated 815 bytes in 148 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6fa409f2-38bc-417e-a620-2f85777f040b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6fa409f2-38bc-417e-a620-2f85777f040b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 returned with HTTP 200 +Jan 14 22:42:56 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 141/282] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:56 2025] GET /volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 => generated 883 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f558a0a5-4d2c-434f-9300-952d826943c5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f558a0a5-4d2c-434f-9300-952d826943c5 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 returned with HTTP 200 +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 142/283] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:42:57 2025] GET /volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 => generated 908 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] PUT http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'update', calling method: version_select, body: {"group": {"name": "new_group", "description": "This is a new group", "remove_volumes": "a6ee64c0-3e96-4407-a6b8-2913c2a185d1"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Update called for group de96c5e2-32c9-4cff-bea3-bf5d3569d401. {{(pid=115488) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Updating group de96c5e2-32c9-4cff-bea3-bf5d3569d401 with name new_group description: This is a new group add_volumes: None remove_volumes: a6ee64c0-3e96-4407-a6b8-2913c2a185d1. +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 202 +Jan 14 22:42:57 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 142/284] 10.201.9.223 () {62 vars in 1289 bytes} [Tue Jan 14 22:42:57 2025] PUT /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-91b32b57-6de6-43c3-a968-0eb9dc3a3968 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-91b32b57-6de6-43c3-a968-0eb9dc3a3968 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-91b32b57-6de6-43c3-a968-0eb9dc3a3968 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-91b32b57-6de6-43c3-a968-0eb9dc3a3968 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-91b32b57-6de6-43c3-a968-0eb9dc3a3968 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-91b32b57-6de6-43c3-a968-0eb9dc3a3968 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 200 +Jan 14 22:42:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 143/285] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:57 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 323 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b16eb4ec-c121-44ef-9fc9-b3f7aa965df4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b16eb4ec-c121-44ef-9fc9-b3f7aa965df4 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b16eb4ec-c121-44ef-9fc9-b3f7aa965df4 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b16eb4ec-c121-44ef-9fc9-b3f7aa965df4 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-b16eb4ec-c121-44ef-9fc9-b3f7aa965df4 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b16eb4ec-c121-44ef-9fc9-b3f7aa965df4 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 200 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 143/286] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:58 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 324 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d153f0c0-4b9f-415a-9c5c-de166f0bb8e8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d153f0c0-4b9f-415a-9c5c-de166f0bb8e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d153f0c0-4b9f-415a-9c5c-de166f0bb8e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d153f0c0-4b9f-415a-9c5c-de166f0bb8e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-d153f0c0-4b9f-415a-9c5c-de166f0bb8e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d153f0c0-4b9f-415a-9c5c-de166f0bb8e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 200 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 144/287] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:58 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 324 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Get all volumes completed successfully. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f31f157c-aef8-40c8-9b9a-5aba27fd610b tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 144/288] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:42:58 2025] GET /volume/v3/volumes/detail => generated 1777 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] PUT http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'update', calling method: version_select, body: {"group": {"add_volumes": "a6ee64c0-3e96-4407-a6b8-2913c2a185d1"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Update called for group de96c5e2-32c9-4cff-bea3-bf5d3569d401. {{(pid=115489) update /opt/stack/cinder/cinder/api/v3/groups.py:302}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Updating group de96c5e2-32c9-4cff-bea3-bf5d3569d401 with name None description: None add_volumes: a6ee64c0-3e96-4407-a6b8-2913c2a185d1 remove_volumes: None. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 202 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 145/289] 10.201.9.223 () {62 vars in 1288 bytes} [Tue Jan 14 22:42:58 2025] PUT /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-55b34ecb-4e2b-4979-8877-dd79ba15555e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55b34ecb-4e2b-4979-8877-dd79ba15555e tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55b34ecb-4e2b-4979-8877-dd79ba15555e tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55b34ecb-4e2b-4979-8877-dd79ba15555e tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-55b34ecb-4e2b-4979-8877-dd79ba15555e tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55b34ecb-4e2b-4979-8877-dd79ba15555e tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 200 +Jan 14 22:42:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 145/290] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:58 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 323 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:42:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0fb97839-cbcf-46f2-aaeb-dbdd7f4a8983 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:42:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0fb97839-cbcf-46f2-aaeb-dbdd7f4a8983 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:42:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0fb97839-cbcf-46f2-aaeb-dbdd7f4a8983 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:42:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0fb97839-cbcf-46f2-aaeb-dbdd7f4a8983 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:42:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-0fb97839-cbcf-46f2-aaeb-dbdd7f4a8983 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:42:59 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:42:59 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0fb97839-cbcf-46f2-aaeb-dbdd7f4a8983 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 200 +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 146/291] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:42:59 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 324 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-51a1a088-7797-4c39-94c6-65dd499c9514 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Get all volumes completed successfully. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51a1a088-7797-4c39-94c6-65dd499c9514 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 146/292] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:43:00 2025] GET /volume/v3/volumes/detail => generated 1811 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-887bba47-4623-47f3-a4c6-56991d2219b3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Get all volumes completed successfully. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-887bba47-4623-47f3-a4c6-56991d2219b3 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 147/293] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:43:00 2025] GET /volume/v3/volumes/detail => generated 1811 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] POST http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401/action +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] delete called for group de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115488) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Delete group with id: de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401/action returned with HTTP 202 +Jan 14 22:43:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 147/294] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:00 2025] POST /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401/action => generated 0 bytes in 67 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Volume info retrieved successfully. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e9faa7e8-a205-4e69-b690-8385f02874e8 tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 returned with HTTP 200 +Jan 14 22:43:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 148/295] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:00 2025] GET /volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 => generated 907 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7e77d10f-fc00-441c-a5fe-a12660fd4dda None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7e77d10f-fc00-441c-a5fe-a12660fd4dda tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7e77d10f-fc00-441c-a5fe-a12660fd4dda tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7e77d10f-fc00-441c-a5fe-a12660fd4dda tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7e77d10f-fc00-441c-a5fe-a12660fd4dda tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 returned with HTTP 404 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 148/296] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:01 2025] GET /volume/v3/volumes/a6ee64c0-3e96-4407-a6b8-2913c2a185d1 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-64e30add-3ee9-4f55-acf0-5bf2d040729d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64e30add-3ee9-4f55-acf0-5bf2d040729d tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64e30add-3ee9-4f55-acf0-5bf2d040729d tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64e30add-3ee9-4f55-acf0-5bf2d040729d tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64e30add-3ee9-4f55-acf0-5bf2d040729d tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 returned with HTTP 404 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 149/297] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:01 2025] GET /volume/v3/volumes/67655594-5c8e-4c29-8eb7-d96cd977c710 => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a282a738-4998-443c-9ba5-1c2447d417ec None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a282a738-4998-443c-9ba5-1c2447d417ec tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] GET http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a282a738-4998-443c-9ba5-1c2447d417ec tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a282a738-4998-443c-9ba5-1c2447d417ec tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-a282a738-4998-443c-9ba5-1c2447d417ec tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] show called for member de96c5e2-32c9-4cff-bea3-bf5d3569d401 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a282a738-4998-443c-9ba5-1c2447d417ec tempest-GroupsTest-582112004 tempest-GroupsTest-582112004-project-member] http://10.201.9.223/volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 returned with HTTP 404 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 149/298] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:01 2025] GET /volume/v3/groups/de96c5e2-32c9-4cff-bea3-bf5d3569d401 => generated 108 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b3a21128-2b0e-4a7d-96ca-95777e7690d5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b3a21128-2b0e-4a7d-96ca-95777e7690d5 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] DELETE http://10.201.9.223/volume/v3/group_types/3a8cffcf-8c90-494b-93dd-dc7724d3fc31 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b3a21128-2b0e-4a7d-96ca-95777e7690d5 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b3a21128-2b0e-4a7d-96ca-95777e7690d5 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b3a21128-2b0e-4a7d-96ca-95777e7690d5 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/group_types/3a8cffcf-8c90-494b-93dd-dc7724d3fc31 returned with HTTP 202 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 150/299] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:43:01 2025] DELETE /volume/v3/group_types/3a8cffcf-8c90-494b-93dd-dc7724d3fc31 => generated 0 bytes in 19 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-cd35a2f2-2b09-4538-8317-d013a0f57073 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cd35a2f2-2b09-4538-8317-d013a0f57073 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] DELETE http://10.201.9.223/volume/v3/types/aa82b48d-4268-429c-ae17-1ba59935ff6f +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cd35a2f2-2b09-4538-8317-d013a0f57073 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cd35a2f2-2b09-4538-8317-d013a0f57073 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cd35a2f2-2b09-4538-8317-d013a0f57073 tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/types/aa82b48d-4268-429c-ae17-1ba59935ff6f returned with HTTP 202 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 150/300] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:01 2025] DELETE /volume/v3/types/aa82b48d-4268-429c-ae17-1ba59935ff6f => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5681ebff-fa07-4599-83d6-a80073e3ca3f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5681ebff-fa07-4599-83d6-a80073e3ca3f tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] GET http://10.201.9.223/volume/v3/types/aa82b48d-4268-429c-ae17-1ba59935ff6f +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5681ebff-fa07-4599-83d6-a80073e3ca3f tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5681ebff-fa07-4599-83d6-a80073e3ca3f tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5681ebff-fa07-4599-83d6-a80073e3ca3f tempest-GroupsTest-1796996109 tempest-GroupsTest-1796996109-project-******] http://10.201.9.223/volume/v3/types/aa82b48d-4268-429c-ae17-1ba59935ff6f returned with HTTP 404 +Jan 14 22:43:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 151/301] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:01 2025] GET /volume/v3/types/aa82b48d-4268-429c-ae17-1ba59935ff6f => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ff94fb5f-f9a1-4e2e-9cc4-a8140b1daa83 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ff94fb5f-f9a1-4e2e-9cc4-a8140b1daa83 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ff94fb5f-f9a1-4e2e-9cc4-a8140b1daa83 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-1629386577"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ff94fb5f-f9a1-4e2e-9cc4-a8140b1daa83 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 151/302] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:43:03 2025] POST /volume/v3/types => generated 220 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-03e31901-ae2c-4a4b-b896-67efcd8efc2b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03e31901-ae2c-4a4b-b896-67efcd8efc2b tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-03e31901-ae2c-4a4b-b896-67efcd8efc2b tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-1768652878"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03e31901-ae2c-4a4b-b896-67efcd8efc2b tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 152/303] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:43:03 2025] POST /volume/v3/group_types => generated 177 bytes in 28 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-754f73cc-5504-447b-bd2c-33685496872b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "eca26041-7853-4fa2-ac11-30838b52e7b0", "volume_types": ["21578f4a-319c-48fc-8216-f833c02565a7"], "name": "tempest-GroupsV314Test-Group-1920102818"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Creating new group {'group': {'group_type': 'eca26041-7853-4fa2-ac11-30838b52e7b0', 'volume_types': ['21578f4a-319c-48fc-8216-f833c02565a7'], 'name': 'tempest-GroupsV314Test-Group-1920102818'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Creating group tempest-GroupsV314Test-Group-1920102818. +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Created reservations ['59674e8d-6bff-44ed-bddb-8991b2b00c54'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:43:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 152/304] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:43:03 2025] POST /volume/v3/groups => generated 108 bytes in 108 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d6c4ec23-63e4-43d9-abeb-076ae1215094 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d6c4ec23-63e4-43d9-abeb-076ae1215094 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d6c4ec23-63e4-43d9-abeb-076ae1215094 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d6c4ec23-63e4-43d9-abeb-076ae1215094 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-d6c4ec23-63e4-43d9-abeb-076ae1215094 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] show called for member c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d6c4ec23-63e4-43d9-abeb-076ae1215094 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c returned with HTTP 200 +Jan 14 22:43:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 153/305] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:03 2025] GET /volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c => generated 388 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-55ddb7f9-cfbc-4a14-82de-50d0da2ec3d8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55ddb7f9-cfbc-4a14-82de-50d0da2ec3d8 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55ddb7f9-cfbc-4a14-82de-50d0da2ec3d8 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55ddb7f9-cfbc-4a14-82de-50d0da2ec3d8 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-55ddb7f9-cfbc-4a14-82de-50d0da2ec3d8 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] show called for member c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55ddb7f9-cfbc-4a14-82de-50d0da2ec3d8 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c returned with HTTP 200 +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 153/306] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:04 2025] GET /volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c => generated 389 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-volume-286924979", "volume_type": "21578f4a-319c-48fc-8216-f833c02565a7", "group_id": "c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Create volume request body: {'volume': {'name': 'tempest-volume-286924979', 'volume_type': '21578f4a-319c-48fc-8216-f833c02565a7', 'group_id': 'c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Create volume of 1 GB +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Flow 'volume_create_api' (396054cb-a4f6-464d-98c7-57e70a43afc0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (015a5d27-73d8-4081-8514-01057c506ec4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (015a5d27-73d8-4081-8514-01057c506ec4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:43:03Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=21578f4a-319c-48fc-8216-f833c02565a7,is_public=True,name='tempest-GroupsV314Test-volume-type-1629386577',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '21578f4a-319c-48fc-8216-f833c02565a7', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': 'c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (532dae2a-d672-4fc4-9761-33b0a40487fd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsV314Test-volume-type-1629386577 is set by the default quota flag: quota_volumes_tempest-GroupsV314Test-volume-type-1629386577, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsV314Test-volume-type-1629386577 is set by the default quota flag: quota_gigabytes_tempest-GroupsV314Test-volume-type-1629386577, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Created reservations ['dd2cbcaa-db95-4bae-bc4a-2766e8138b7c', '83d0f6e3-c664-448a-9790-16ebcbcdd41f', 'e6803872-9a5d-4ec3-8369-eef31888d93a', '2556b52e-2e80-47ca-ab0d-36b122c693d7'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (532dae2a-d672-4fc4-9761-33b0a40487fd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['dd2cbcaa-db95-4bae-bc4a-2766e8138b7c', '83d0f6e3-c664-448a-9790-16ebcbcdd41f', 'e6803872-9a5d-4ec3-8369-eef31888d93a', '2556b52e-2e80-47ca-ab0d-36b122c693d7']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (58d59d65-5dbe-4d6a-bbaf-462fb2ba9620) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (58d59d65-5dbe-4d6a-bbaf-462fb2ba9620) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a9acca1e-835f-4052-9dc4-43b11a73f007', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-286924979',encryption_key_id=None,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,group_type_id=,metadata={},multiattach=False,project_id='f3c632b037314750b4b9b547ab0c9e6b',qos_specs=None,replication_status=,reservations=['dd2cbcaa-db95-4bae-bc4a-2766e8138b7c','83d0f6e3-c664-448a-9790-16ebcbcdd41f','e6803872-9a5d-4ec3-8369-eef31888d93a','2556b52e-2e80-47ca-ab0d-36b122c693d7'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-286924979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,host=None,id=a9acca1e-835f-4052-9dc4-43b11a73f007,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (96861b46-9fe7-43ad-b39a-3017ca9bb1f2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (96861b46-9fe7-43ad-b39a-3017ca9bb1f2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-volume-286924979',encryption_key_id=None,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,group_type_id=,metadata={},multiattach=False,project_id='f3c632b037314750b4b9b547ab0c9e6b',qos_specs=None,replication_status=,reservations=['dd2cbcaa-db95-4bae-bc4a-2766e8138b7c','83d0f6e3-c664-448a-9790-16ebcbcdd41f','e6803872-9a5d-4ec3-8369-eef31888d93a','2556b52e-2e80-47ca-ab0d-36b122c693d7'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (564f01db-ed09-42a0-8cc3-e1483151b701) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (564f01db-ed09-42a0-8cc3-e1483151b701) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Flow 'volume_create_api' (396054cb-a4f6-464d-98c7-57e70a43afc0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Create volume request issued successfully. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:04 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 154/307] 10.201.9.223 () {62 vars in 1182 bytes} [Tue Jan 14 22:43:04 2025] POST /volume/v3/volumes => generated 820 bytes in 180 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Volume info retrieved successfully. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b8e9814e-c196-415b-9b5d-a434c8329ffb tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 returned with HTTP 200 +Jan 14 22:43:04 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 154/308] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:04 2025] GET /volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 => generated 888 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3d877f0c-c655-4fac-9546-032533a6b112 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Volume info retrieved successfully. +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3d877f0c-c655-4fac-9546-032533a6b112 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 returned with HTTP 200 +Jan 14 22:43:05 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 155/309] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:05 2025] GET /volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 => generated 913 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2300a462-5985-4c93-9ff3-f2796a059b14 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] POST http://10.201.9.223/volume/v3/groups/action +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action body: b'{"create-from-src": {"source_group_id": "c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c", "name": "tempest-Group_from_grp-175843176"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action: 'action', calling method: version_select, body: {"create-from-src": {"source_group_id": "c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c", "name": "tempest-Group_from_grp-175843176"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Creating new group {'create-from-src': {'source_group_id': 'c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c', 'name': 'tempest-Group_from_grp-175843176'}}. {{(pid=115488) create_from_src /opt/stack/cinder/cinder/api/v3/groups.py:236}} +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Creating group tempest-Group_from_grp-175843176 from source group c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c. +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Created reservations ['413470a8-8972-46f4-86e0-d4d85eabac41'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: INFO cinder.group.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] A mapping entry already exists for group 9d8893db-9d59-48b0-b12a-aa9d113ae426 and volume type 21578f4a-319c-48fc-8216-f833c02565a7. Do not need to create again. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Flow 'volume_create_api' (824de44f-1c42-4251-af62-78b462b7b143) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7434cf82-de82-475e-9e0a-33a4c6df2a06) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Validating volume size '1' using validate_int, validate_source_size {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7434cf82-de82-475e-9e0a-33a4c6df2a06) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': 'a9acca1e-835f-4052-9dc4-43b11a73f007', 'volume_type': VolumeType(created_at=2025-01-14T22:43:03Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=21578f4a-319c-48fc-8216-f833c02565a7,is_public=True,name='tempest-GroupsV314Test-volume-type-1629386577',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '21578f4a-319c-48fc-8216-f833c02565a7', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': '9d8893db-9d59-48b0-b12a-aa9d113ae426', 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e6a4b58a-53fd-491a-923c-26a1245ab9a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecated: Default quota for resource: volumes_tempest-GroupsV314Test-volume-type-1629386577 is set by the default quota flag: quota_volumes_tempest-GroupsV314Test-volume-type-1629386577, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecated: Default quota for resource: gigabytes_tempest-GroupsV314Test-volume-type-1629386577 is set by the default quota flag: quota_gigabytes_tempest-GroupsV314Test-volume-type-1629386577, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Created reservations ['167c5bd6-987a-4bad-af71-bb9784b210ee', '4db4ff39-342f-4586-857d-eb8ae3dbc017', 'b3fc9c4f-311a-4b3c-88d5-439f51727181', '62c87836-9d73-49e9-8017-e84223301481'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e6a4b58a-53fd-491a-923c-26a1245ab9a3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['167c5bd6-987a-4bad-af71-bb9784b210ee', '4db4ff39-342f-4586-857d-eb8ae3dbc017', 'b3fc9c4f-311a-4b3c-88d5-439f51727181', '62c87836-9d73-49e9-8017-e84223301481']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ac4a238f-f578-4989-a9c6-2356b1fe8cc0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ac4a238f-f578-4989-a9c6-2356b1fe8cc0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ae73d3cc-6f00-42cf-8447-331d44b5e678', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=9d8893db-9d59-48b0-b12a-aa9d113ae426,group_type_id=,metadata={},multiattach=False,project_id='f3c632b037314750b4b9b547ab0c9e6b',qos_specs=None,replication_status=,reservations=['167c5bd6-987a-4bad-af71-bb9784b210ee','4db4ff39-342f-4586-857d-eb8ae3dbc017','b3fc9c4f-311a-4b3c-88d5-439f51727181','62c87836-9d73-49e9-8017-e84223301481'],size=1,snapshot_id=None,source_replicaid=,source_volid=a9acca1e-835f-4052-9dc4-43b11a73f007,status='creating',user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:06Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9d8893db-9d59-48b0-b12a-aa9d113ae426,host=None,id=ae73d3cc-6f00-42cf-8447-331d44b5e678,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=a9acca1e-835f-4052-9dc4-43b11a73f007,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (03f8bcec-e46f-4e32-acc1-3150b30ac73a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (03f8bcec-e46f-4e32-acc1-3150b30ac73a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=9d8893db-9d59-48b0-b12a-aa9d113ae426,group_type_id=,metadata={},multiattach=False,project_id='f3c632b037314750b4b9b547ab0c9e6b',qos_specs=None,replication_status=,reservations=['167c5bd6-987a-4bad-af71-bb9784b210ee','4db4ff39-342f-4586-857d-eb8ae3dbc017','b3fc9c4f-311a-4b3c-88d5-439f51727181','62c87836-9d73-49e9-8017-e84223301481'],size=1,snapshot_id=None,source_replicaid=,source_volid=a9acca1e-835f-4052-9dc4-43b11a73f007,status='creating',user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Flow 'volume_create_api' (824de44f-1c42-4251-af62-78b462b7b143) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Create volume request issued successfully. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/action returned with HTTP 202 +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 155/310] 10.201.9.223 () {62 vars in 1200 bytes} [Tue Jan 14 22:43:05 2025] POST /volume/v3/groups/action => generated 101 bytes in 704 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Get all volumes completed successfully. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-15f45faf-2a01-4f86-9d05-f1d653c14222 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:43:06 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 156/311] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:43:06 2025] GET /volume/v3/volumes/detail => generated 1830 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Volume info retrieved successfully. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-711dc65c-3bb7-42d4-a219-2a162664c0a4 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 returned with HTTP 200 +Jan 14 22:43:06 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 156/312] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:06 2025] GET /volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 => generated 924 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-03b35027-8af2-4d57-81a6-247a028ff63d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Volume info retrieved successfully. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-03b35027-8af2-4d57-81a6-247a028ff63d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 returned with HTTP 200 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 157/313] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:07 2025] GET /volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 => generated 925 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-62bd9ac4-150b-4645-9fc8-e9c7a931fa0d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-62bd9ac4-150b-4645-9fc8-e9c7a931fa0d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-62bd9ac4-150b-4645-9fc8-e9c7a931fa0d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-62bd9ac4-150b-4645-9fc8-e9c7a931fa0d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-62bd9ac4-150b-4645-9fc8-e9c7a931fa0d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] show called for member 9d8893db-9d59-48b0-b12a-aa9d113ae426 {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-62bd9ac4-150b-4645-9fc8-e9c7a931fa0d tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426 returned with HTTP 200 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 157/314] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:07 2025] GET /volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426 => generated 416 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Get all volumes completed successfully. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1ebf175d-fffe-4a8d-a257-ebdb4c529d73 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 158/315] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:43:07 2025] GET /volume/v3/volumes/detail => generated 1831 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 287 bytes (2 switches on core 0) +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] POST http://10.201.9.223/volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426/action +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] delete called for group 9d8893db-9d59-48b0-b12a-aa9d113ae426 {{(pid=115488) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.groups [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Delete group with id: 9d8893db-9d59-48b0-b12a-aa9d113ae426 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426/action returned with HTTP 202 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 158/316] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:07 2025] POST /volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426/action => generated 0 bytes in 50 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Volume info retrieved successfully. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ebc51ad5-5ecc-4f9e-8b28-b97949c6221c tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 returned with HTTP 200 +Jan 14 22:43:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 159/317] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:07 2025] GET /volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 => generated 924 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7872783c-b6b3-42e6-b5c7-24c56b848afd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7872783c-b6b3-42e6-b5c7-24c56b848afd tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7872783c-b6b3-42e6-b5c7-24c56b848afd tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7872783c-b6b3-42e6-b5c7-24c56b848afd tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7872783c-b6b3-42e6-b5c7-24c56b848afd tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 returned with HTTP 404 +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 159/318] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:08 2025] GET /volume/v3/volumes/ae73d3cc-6f00-42cf-8447-331d44b5e678 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:43:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-af0727ae-7a3b-4b55-915e-49860415bfcf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af0727ae-7a3b-4b55-915e-49860415bfcf tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426 +Jan 14 22:43:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-af0727ae-7a3b-4b55-915e-49860415bfcf tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-af0727ae-7a3b-4b55-915e-49860415bfcf tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-af0727ae-7a3b-4b55-915e-49860415bfcf tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] show called for member 9d8893db-9d59-48b0-b12a-aa9d113ae426 {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af0727ae-7a3b-4b55-915e-49860415bfcf tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426 returned with HTTP 404 +Jan 14 22:43:08 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 160/319] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:08 2025] GET /volume/v3/groups/9d8893db-9d59-48b0-b12a-aa9d113ae426 => generated 108 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0d36eea8-1e85-4196-9b59-05201696adf5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Get all volumes completed successfully. +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:08 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0d36eea8-1e85-4196-9b59-05201696adf5 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 160/320] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:43:08 2025] GET /volume/v3/volumes/detail => generated 916 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] POST http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c/action +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] delete called for group c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c {{(pid=115489) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Delete group with id: c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c/action returned with HTTP 202 +Jan 14 22:43:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 161/321] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:09 2025] POST /volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c/action => generated 0 bytes in 49 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d021bd41-6801-44f3-a0eb-9be303cae27e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Volume info retrieved successfully. +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: WARNING stevedore.named [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: WARNING castellan.key_manager [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: DEBUG oslo_db.sqlalchemy.engines [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115488) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d021bd41-6801-44f3-a0eb-9be303cae27e tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 returned with HTTP 200 +Jan 14 22:43:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 161/322] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:09 2025] GET /volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 => generated 912 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Volume info retrieved successfully. +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: WARNING stevedore.named [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: WARNING castellan.key_manager [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: DEBUG oslo_db.sqlalchemy.engines [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115489) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b4274467-1adb-4626-90d9-2d396d5dbf84 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 returned with HTTP 200 +Jan 14 22:43:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 162/323] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:10 2025] GET /volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 => generated 912 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-14092633-0a50-48ef-ab73-f9356a923ad2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14092633-0a50-48ef-ab73-f9356a923ad2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-14092633-0a50-48ef-ab73-f9356a923ad2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-14092633-0a50-48ef-ab73-f9356a923ad2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14092633-0a50-48ef-ab73-f9356a923ad2 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 returned with HTTP 404 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 162/324] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:43:11 2025] GET /volume/v3/volumes/a9acca1e-835f-4052-9dc4-43b11a73f007 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-64df0ed9-a7f2-4562-a685-06f4672c6318 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64df0ed9-a7f2-4562-a685-06f4672c6318 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] GET http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64df0ed9-a7f2-4562-a685-06f4672c6318 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64df0ed9-a7f2-4562-a685-06f4672c6318 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-64df0ed9-a7f2-4562-a685-06f4672c6318 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] show called for member c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64df0ed9-a7f2-4562-a685-06f4672c6318 tempest-GroupsV314Test-501035483 tempest-GroupsV314Test-501035483-project-member] http://10.201.9.223/volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c returned with HTTP 404 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 163/325] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:11 2025] GET /volume/v3/groups/c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c => generated 108 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d43ea839-a798-417a-989d-3d8e51ad8755 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d43ea839-a798-417a-989d-3d8e51ad8755 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] DELETE http://10.201.9.223/volume/v3/group_types/eca26041-7853-4fa2-ac11-30838b52e7b0 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d43ea839-a798-417a-989d-3d8e51ad8755 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d43ea839-a798-417a-989d-3d8e51ad8755 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d43ea839-a798-417a-989d-3d8e51ad8755 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] http://10.201.9.223/volume/v3/group_types/eca26041-7853-4fa2-ac11-30838b52e7b0 returned with HTTP 202 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 163/326] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:43:11 2025] DELETE /volume/v3/group_types/eca26041-7853-4fa2-ac11-30838b52e7b0 => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c1096b43-b46f-4831-a79c-7d835fe5e042 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c1096b43-b46f-4831-a79c-7d835fe5e042 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] DELETE http://10.201.9.223/volume/v3/types/21578f4a-319c-48fc-8216-f833c02565a7 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c1096b43-b46f-4831-a79c-7d835fe5e042 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c1096b43-b46f-4831-a79c-7d835fe5e042 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c1096b43-b46f-4831-a79c-7d835fe5e042 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] http://10.201.9.223/volume/v3/types/21578f4a-319c-48fc-8216-f833c02565a7 returned with HTTP 202 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 164/327] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:11 2025] DELETE /volume/v3/types/21578f4a-319c-48fc-8216-f833c02565a7 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d36db2a8-dfc8-4533-93d8-b71095c41ba6 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d36db2a8-dfc8-4533-93d8-b71095c41ba6 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] GET http://10.201.9.223/volume/v3/types/21578f4a-319c-48fc-8216-f833c02565a7 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d36db2a8-dfc8-4533-93d8-b71095c41ba6 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d36db2a8-dfc8-4533-93d8-b71095c41ba6 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d36db2a8-dfc8-4533-93d8-b71095c41ba6 tempest-GroupsV314Test-1723472350 tempest-GroupsV314Test-1723472350-project-******] http://10.201.9.223/volume/v3/types/21578f4a-319c-48fc-8216-f833c02565a7 returned with HTTP 404 +Jan 14 22:43:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 164/328] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:11 2025] GET /volume/v3/types/21578f4a-319c-48fc-8216-f833c02565a7 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ab59465e-d0a5-4489-ab17-b67ea30d6c0e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab59465e-d0a5-4489-ab17-b67ea30d6c0e tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ab59465e-d0a5-4489-ab17-b67ea30d6c0e tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-GroupsV320Test-volume-type-195772029"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab59465e-d0a5-4489-ab17-b67ea30d6c0e tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 165/329] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:43:13 2025] POST /volume/v3/types => generated 219 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4f3967b7-cba7-46eb-9de2-53e542498857 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4f3967b7-cba7-46eb-9de2-53e542498857 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] POST http://10.201.9.223/volume/v3/group_types +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4f3967b7-cba7-46eb-9de2-53e542498857 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action: 'create', calling method: version_select, body: {"group_type": {"name": "tempest-GroupsV320Test-group-type-1549947275"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4f3967b7-cba7-46eb-9de2-53e542498857 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/group_types returned with HTTP 202 +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 165/330] 10.201.9.223 () {62 vars in 1193 bytes} [Tue Jan 14 22:43:13 2025] POST /volume/v3/group_types => generated 177 bytes in 20 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] POST http://10.201.9.223/volume/v3/groups +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Action: 'create', calling method: version_select, body: {"group": {"group_type": "a9f4ec89-4d52-443f-aa21-d8544473ebcb", "volume_types": ["34a73f97-302a-4e7e-a6dc-156c0ac16e99"], "name": "tempest-GroupsV320Test-Group-1379991746"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Creating new group {'group': {'group_type': 'a9f4ec89-4d52-443f-aa21-d8544473ebcb', 'volume_types': ['34a73f97-302a-4e7e-a6dc-156c0ac16e99'], 'name': 'tempest-GroupsV320Test-Group-1379991746'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/groups.py:190}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Creating group tempest-GroupsV320Test-Group-1379991746. +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Created reservations ['60f77b6c-9db7-41ce-846f-e55fd15bfae9'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups returned with HTTP 202 +Jan 14 22:43:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 166/331] 10.201.9.223 () {62 vars in 1179 bytes} [Tue Jan 14 22:43:13 2025] POST /volume/v3/groups => generated 108 bytes in 123 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1e9c329f-dca0-44e1-98a0-8925ac48276a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1e9c329f-dca0-44e1-98a0-8925ac48276a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1e9c329f-dca0-44e1-98a0-8925ac48276a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1e9c329f-dca0-44e1-98a0-8925ac48276a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-1e9c329f-dca0-44e1-98a0-8925ac48276a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1e9c329f-dca0-44e1-98a0-8925ac48276a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 200 +Jan 14 22:43:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 166/332] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:13 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 388 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1349ca94-8da0-413d-8914-b2899b9b0fcf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1349ca94-8da0-413d-8914-b2899b9b0fcf tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1349ca94-8da0-413d-8914-b2899b9b0fcf tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1349ca94-8da0-413d-8914-b2899b9b0fcf tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-1349ca94-8da0-413d-8914-b2899b9b0fcf tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1349ca94-8da0-413d-8914-b2899b9b0fcf tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 200 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 167/333] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:14 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 389 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0ad83d5c-194d-42dc-9732-6eac1c31888f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0ad83d5c-194d-42dc-9732-6eac1c31888f tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] POST http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0ad83d5c-194d-42dc-9732-6eac1c31888f tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action body: b'{"reset_status": {"status": "creating"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0ad83d5c-194d-42dc-9732-6eac1c31888f tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action: 'action', calling method: version_select, body: {"reset_status": {"status": "creating"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-0ad83d5c-194d-42dc-9732-6eac1c31888f tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Updating group '18ccee0b-29c0-4881-b59c-b7b311f40a4f' with 'creating' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0ad83d5c-194d-42dc-9732-6eac1c31888f tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action returned with HTTP 202 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 167/334] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:14 2025] POST /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-66695f9d-0839-43a0-b2fd-88c71dcc98c9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-66695f9d-0839-43a0-b2fd-88c71dcc98c9 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-66695f9d-0839-43a0-b2fd-88c71dcc98c9 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-66695f9d-0839-43a0-b2fd-88c71dcc98c9 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-66695f9d-0839-43a0-b2fd-88c71dcc98c9 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-66695f9d-0839-43a0-b2fd-88c71dcc98c9 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 200 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 168/335] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:14 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 388 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-fc71955e-fc07-4dcf-a03d-33daa6708372 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fc71955e-fc07-4dcf-a03d-33daa6708372 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] POST http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fc71955e-fc07-4dcf-a03d-33daa6708372 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fc71955e-fc07-4dcf-a03d-33daa6708372 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-fc71955e-fc07-4dcf-a03d-33daa6708372 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Updating group '18ccee0b-29c0-4881-b59c-b7b311f40a4f' with 'available' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fc71955e-fc07-4dcf-a03d-33daa6708372 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action returned with HTTP 202 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 168/336] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:14 2025] POST /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action => generated 0 bytes in 15 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e541474f-f8c0-4cf3-b6e5-284bafc97734 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e541474f-f8c0-4cf3-b6e5-284bafc97734 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e541474f-f8c0-4cf3-b6e5-284bafc97734 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e541474f-f8c0-4cf3-b6e5-284bafc97734 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-e541474f-f8c0-4cf3-b6e5-284bafc97734 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e541474f-f8c0-4cf3-b6e5-284bafc97734 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 200 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 169/337] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:14 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 389 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f463f4b5-a8b4-4ce0-ba0a-87fbe3912efe None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f463f4b5-a8b4-4ce0-ba0a-87fbe3912efe tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] POST http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f463f4b5-a8b4-4ce0-ba0a-87fbe3912efe tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action body: b'{"reset_status": {"status": "error"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f463f4b5-a8b4-4ce0-ba0a-87fbe3912efe tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "error"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-f463f4b5-a8b4-4ce0-ba0a-87fbe3912efe tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Updating group '18ccee0b-29c0-4881-b59c-b7b311f40a4f' with 'error' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f463f4b5-a8b4-4ce0-ba0a-87fbe3912efe tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action returned with HTTP 202 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 169/338] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:14 2025] POST /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action => generated 0 bytes in 13 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fe5677a4-89b4-408b-b7c5-9d5579b91d9a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fe5677a4-89b4-408b-b7c5-9d5579b91d9a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fe5677a4-89b4-408b-b7c5-9d5579b91d9a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fe5677a4-89b4-408b-b7c5-9d5579b91d9a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-fe5677a4-89b4-408b-b7c5-9d5579b91d9a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fe5677a4-89b4-408b-b7c5-9d5579b91d9a tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 200 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 170/339] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:14 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 385 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a2a3eb67-eee4-488d-8ca8-9c5a1baa128d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a2a3eb67-eee4-488d-8ca8-9c5a1baa128d tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] POST http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a2a3eb67-eee4-488d-8ca8-9c5a1baa128d tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action body: b'{"reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a2a3eb67-eee4-488d-8ca8-9c5a1baa128d tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Action: 'action', calling method: reset_status, body: {"reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-a2a3eb67-eee4-488d-8ca8-9c5a1baa128d tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Updating group '18ccee0b-29c0-4881-b59c-b7b311f40a4f' with 'available' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/v3/groups.py:82}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a2a3eb67-eee4-488d-8ca8-9c5a1baa128d tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action returned with HTTP 202 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 170/340] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:14 2025] POST /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action => generated 0 bytes in 14 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-70fc8a03-4d01-459e-9b95-a551982098c0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-70fc8a03-4d01-459e-9b95-a551982098c0 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-70fc8a03-4d01-459e-9b95-a551982098c0 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-70fc8a03-4d01-459e-9b95-a551982098c0 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-70fc8a03-4d01-459e-9b95-a551982098c0 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-70fc8a03-4d01-459e-9b95-a551982098c0 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 200 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 171/341] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:14 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 389 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Get all volumes completed successfully. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a41cc9ad-4217-46e8-9689-d728a90a0ca2 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 171/342] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:43:14 2025] GET /volume/v3/volumes/detail => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-01296534-92e0-4075-a89e-e34b458b0913 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] POST http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Action body: b'{"delete": {"delete-volumes": true}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Action: 'action', calling method: delete_group, body: {"delete": {"delete-volumes": true}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] delete called for group 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115489) _delete /opt/stack/cinder/cinder/api/v3/groups.py:117}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.groups [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Delete group with id: 18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action returned with HTTP 202 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 172/343] 10.201.9.223 () {62 vars in 1310 bytes} [Tue Jan 14 22:43:14 2025] POST /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f/action => generated 0 bytes in 46 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-81aeb478-49ec-4242-907f-0edaa8f98dd4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-81aeb478-49ec-4242-907f-0edaa8f98dd4 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-81aeb478-49ec-4242-907f-0edaa8f98dd4 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-81aeb478-49ec-4242-907f-0edaa8f98dd4 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.groups [None req-81aeb478-49ec-4242-907f-0edaa8f98dd4 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115488) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-81aeb478-49ec-4242-907f-0edaa8f98dd4 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 200 +Jan 14 22:43:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 172/344] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:14 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 388 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-95057aef-7f63-451d-9add-2335cad06294 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-95057aef-7f63-451d-9add-2335cad06294 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] GET http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-95057aef-7f63-451d-9add-2335cad06294 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-95057aef-7f63-451d-9add-2335cad06294 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.groups [None req-95057aef-7f63-451d-9add-2335cad06294 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] show called for member 18ccee0b-29c0-4881-b59c-b7b311f40a4f {{(pid=115489) show /opt/stack/cinder/cinder/api/v3/groups.py:58}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-95057aef-7f63-451d-9add-2335cad06294 tempest-GroupsV320Test-762235853 tempest-GroupsV320Test-762235853-project-member] http://10.201.9.223/volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f returned with HTTP 404 +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 173/345] 10.201.9.223 () {60 vars in 1268 bytes} [Tue Jan 14 22:43:15 2025] GET /volume/v3/groups/18ccee0b-29c0-4881-b59c-b7b311f40a4f => generated 108 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-04d01432-2aa6-4ece-9df4-ec873e5e4419 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-04d01432-2aa6-4ece-9df4-ec873e5e4419 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] DELETE http://10.201.9.223/volume/v3/group_types/a9f4ec89-4d52-443f-aa21-d8544473ebcb +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-04d01432-2aa6-4ece-9df4-ec873e5e4419 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-04d01432-2aa6-4ece-9df4-ec873e5e4419 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-04d01432-2aa6-4ece-9df4-ec873e5e4419 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/group_types/a9f4ec89-4d52-443f-aa21-d8544473ebcb returned with HTTP 202 +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 173/346] 10.201.9.223 () {60 vars in 1286 bytes} [Tue Jan 14 22:43:15 2025] DELETE /volume/v3/group_types/a9f4ec89-4d52-443f-aa21-d8544473ebcb => generated 0 bytes in 26 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-931aca8e-43c6-4219-a4bc-bc7c0d7c2fb7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-931aca8e-43c6-4219-a4bc-bc7c0d7c2fb7 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] DELETE http://10.201.9.223/volume/v3/types/34a73f97-302a-4e7e-a6dc-156c0ac16e99 +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-931aca8e-43c6-4219-a4bc-bc7c0d7c2fb7 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-931aca8e-43c6-4219-a4bc-bc7c0d7c2fb7 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-931aca8e-43c6-4219-a4bc-bc7c0d7c2fb7 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/types/34a73f97-302a-4e7e-a6dc-156c0ac16e99 returned with HTTP 202 +Jan 14 22:43:15 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 174/347] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:15 2025] DELETE /volume/v3/types/34a73f97-302a-4e7e-a6dc-156c0ac16e99 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1267348d-3d31-4a11-b6ad-f7d69aa11cf5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1267348d-3d31-4a11-b6ad-f7d69aa11cf5 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] GET http://10.201.9.223/volume/v3/types/34a73f97-302a-4e7e-a6dc-156c0ac16e99 +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1267348d-3d31-4a11-b6ad-f7d69aa11cf5 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1267348d-3d31-4a11-b6ad-f7d69aa11cf5 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1267348d-3d31-4a11-b6ad-f7d69aa11cf5 tempest-GroupsV320Test-2037528388 tempest-GroupsV320Test-2037528388-project-******] http://10.201.9.223/volume/v3/types/34a73f97-302a-4e7e-a6dc-156c0ac16e99 returned with HTTP 404 +Jan 14 22:43:15 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 174/348] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:15 2025] GET /volume/v3/types/34a73f97-302a-4e7e-a6dc-156c0ac16e99 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3ba6c6b2-3c77-42f1-825a-2faae34282d1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:17 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3ba6c6b2-3c77-42f1-825a-2faae34282d1 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3ba6c6b2-3c77-42f1-825a-2faae34282d1 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-1853734565", "extra_specs": {"volume_backend_name": "3par2"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3ba6c6b2-3c77-42f1-825a-2faae34282d1 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 175/349] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:43:17 2025] POST /volume/v3/types => generated 251 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-13f57e44-2fcc-4061-a186-f0d1d558898d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-1778835525", "volume_type": "tempest-VolumeMultiBackendTest-Type-1853734565", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-1778835525', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-1853734565', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume of 1 GB +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (5f3a13f7-a0a0-4245-8ffb-08bbe83e0b25) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f92ab0c5-526a-4e64-8e8d-9fd58a34e8a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f92ab0c5-526a-4e64-8e8d-9fd58a34e8a3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:43:18Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='3par2'},id=f4c0af77-f19a-4c27-80df-d6ed800c45c0,is_public=True,name='tempest-VolumeMultiBackendTest-Type-1853734565',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'f4c0af77-f19a-4c27-80df-d6ed800c45c0', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (fe033daf-994f-40af-b4a6-9702cccfcfc1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1853734565 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1853734565, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1853734565 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1853734565, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Created reservations ['9a3f5eb1-8de3-4fba-958d-736235622267', 'afa94d16-e01a-4abb-b3ae-fe7720dd55ad', 'f5d79c5c-14b8-4a32-ba02-dbfe5afd0270', 'd71e3dd3-de4e-427a-885b-f5fb6bc66989'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (fe033daf-994f-40af-b4a6-9702cccfcfc1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['9a3f5eb1-8de3-4fba-958d-736235622267', 'afa94d16-e01a-4abb-b3ae-fe7720dd55ad', 'f5d79c5c-14b8-4a32-ba02-dbfe5afd0270', 'd71e3dd3-de4e-427a-885b-f5fb6bc66989']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7d56a5d9-8e9a-49de-bc1b-2c64a21e93f5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (7d56a5d9-8e9a-49de-bc1b-2c64a21e93f5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '0d4cb480-b123-448a-83ee-c5222908eb9c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1778835525',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['9a3f5eb1-8de3-4fba-958d-736235622267','afa94d16-e01a-4abb-b3ae-fe7720dd55ad','f5d79c5c-14b8-4a32-ba02-dbfe5afd0270','d71e3dd3-de4e-427a-885b-f5fb6bc66989'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=f4c0af77-f19a-4c27-80df-d6ed800c45c0), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:18Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1778835525',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=0d4cb480-b123-448a-83ee-c5222908eb9c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(f4c0af77-f19a-4c27-80df-d6ed800c45c0),volume_type_id=f4c0af77-f19a-4c27-80df-d6ed800c45c0)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fa0c64d7-cd18-4551-bd75-befe94215092) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fa0c64d7-cd18-4551-bd75-befe94215092) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1778835525',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['9a3f5eb1-8de3-4fba-958d-736235622267','afa94d16-e01a-4abb-b3ae-fe7720dd55ad','f5d79c5c-14b8-4a32-ba02-dbfe5afd0270','d71e3dd3-de4e-427a-885b-f5fb6bc66989'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=f4c0af77-f19a-4c27-80df-d6ed800c45c0)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d23ee984-2141-4899-b190-9cbb2e7a7e12) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d23ee984-2141-4899-b190-9cbb2e7a7e12) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (5f3a13f7-a0a0-4245-8ffb-08bbe83e0b25) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request issued successfully. +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:18 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 175/350] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:18 2025] POST /volume/v3/volumes => generated 793 bytes in 178 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-452f43a4-8a9a-4e71-99c6-9baeef713566 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-452f43a4-8a9a-4e71-99c6-9baeef713566 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-452f43a4-8a9a-4e71-99c6-9baeef713566 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-452f43a4-8a9a-4e71-99c6-9baeef713566 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-452f43a4-8a9a-4e71-99c6-9baeef713566 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-452f43a4-8a9a-4e71-99c6-9baeef713566 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 200 +Jan 14 22:43:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 176/351] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:18 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 861 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6f5957a8-1c93-4e2e-871a-aa647656b884 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f5957a8-1c93-4e2e-871a-aa647656b884 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6f5957a8-1c93-4e2e-871a-aa647656b884 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6f5957a8-1c93-4e2e-871a-aa647656b884 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6f5957a8-1c93-4e2e-871a-aa647656b884 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f5957a8-1c93-4e2e-871a-aa647656b884 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 200 +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 176/352] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:19 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 886 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9fbf1576-8890-401a-8587-ff5fdc4c3a4a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9fbf1576-8890-401a-8587-ff5fdc4c3a4a tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9fbf1576-8890-401a-8587-ff5fdc4c3a4a tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9fbf1576-8890-401a-8587-ff5fdc4c3a4a tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9fbf1576-8890-401a-8587-ff5fdc4c3a4a tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9fbf1576-8890-401a-8587-ff5fdc4c3a4a tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 200 +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 177/353] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:19 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 1040 bytes in 181 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1077279f-5fe4-4af8-b77e-a09860e5e917 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1077279f-5fe4-4af8-b77e-a09860e5e917 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1077279f-5fe4-4af8-b77e-a09860e5e917 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-1747505641", "extra_specs": {"capabilities:volume_backend_name": "3par2"}}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1077279f-5fe4-4af8-b77e-a09860e5e917 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 177/354] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:43:19 2025] POST /volume/v3/types => generated 264 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-658598545", "volume_type": "tempest-VolumeMultiBackendTest-Type-1747505641", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-658598545', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-1747505641', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume of 1 GB +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (ed75ac8c-8046-4689-a404-8272eb428335) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (106444f1-610a-428b-94cb-301e8dd033c2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (106444f1-610a-428b-94cb-301e8dd033c2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:43:19Z,deleted=False,deleted_at=None,description=None,extra_specs={capabilities:volume_backend_name='3par2'},id=a4c061dd-d217-442b-acde-60a853471017,is_public=True,name='tempest-VolumeMultiBackendTest-Type-1747505641',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'a4c061dd-d217-442b-acde-60a853471017', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0a584874-f0c4-42a1-a300-657f858be5de) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1747505641 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1747505641, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1747505641 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1747505641, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Created reservations ['3eb4c025-a960-4f1a-ac25-8f3775a0deda', '6fec9070-b5bd-4e55-8ac3-0ae33e54360d', '2a2b9bb0-396c-4709-81e3-0ec178de5c7a', '0d4cf82a-7a89-41d3-b1a7-0d81dc61b5bc'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0a584874-f0c4-42a1-a300-657f858be5de) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['3eb4c025-a960-4f1a-ac25-8f3775a0deda', '6fec9070-b5bd-4e55-8ac3-0ae33e54360d', '2a2b9bb0-396c-4709-81e3-0ec178de5c7a', '0d4cf82a-7a89-41d3-b1a7-0d81dc61b5bc']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c033531b-3632-4104-b4ae-1387da46d48c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c033531b-3632-4104-b4ae-1387da46d48c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '5986a5d9-2cad-442d-a2fb-a890091dadba', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-658598545',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['3eb4c025-a960-4f1a-ac25-8f3775a0deda','6fec9070-b5bd-4e55-8ac3-0ae33e54360d','2a2b9bb0-396c-4709-81e3-0ec178de5c7a','0d4cf82a-7a89-41d3-b1a7-0d81dc61b5bc'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=a4c061dd-d217-442b-acde-60a853471017), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-658598545',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=5986a5d9-2cad-442d-a2fb-a890091dadba,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a4c061dd-d217-442b-acde-60a853471017),volume_type_id=a4c061dd-d217-442b-acde-60a853471017)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fdab5b0e-de5d-4d92-8da4-179c1ed72690) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fdab5b0e-de5d-4d92-8da4-179c1ed72690) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-658598545',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['3eb4c025-a960-4f1a-ac25-8f3775a0deda','6fec9070-b5bd-4e55-8ac3-0ae33e54360d','2a2b9bb0-396c-4709-81e3-0ec178de5c7a','0d4cf82a-7a89-41d3-b1a7-0d81dc61b5bc'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=a4c061dd-d217-442b-acde-60a853471017)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (67abb9f3-c04c-459b-b840-be25c036500d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (67abb9f3-c04c-459b-b840-be25c036500d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (ed75ac8c-8046-4689-a404-8272eb428335) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request issued successfully. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 178/355] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:19 2025] POST /volume/v3/volumes => generated 792 bytes in 109 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-215c3404-375d-4124-a7e5-fc7fb1fea9fa None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-215c3404-375d-4124-a7e5-fc7fb1fea9fa tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-215c3404-375d-4124-a7e5-fc7fb1fea9fa tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-215c3404-375d-4124-a7e5-fc7fb1fea9fa tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-215c3404-375d-4124-a7e5-fc7fb1fea9fa tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-215c3404-375d-4124-a7e5-fc7fb1fea9fa tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 200 +Jan 14 22:43:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 178/356] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:19 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 860 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-10359324-b58c-492f-833c-ce719b6b184f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-10359324-b58c-492f-833c-ce719b6b184f tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-10359324-b58c-492f-833c-ce719b6b184f tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-10359324-b58c-492f-833c-ce719b6b184f tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-10359324-b58c-492f-833c-ce719b6b184f tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-10359324-b58c-492f-833c-ce719b6b184f tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 200 +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 179/357] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:20 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 885 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d28e46d6-6213-4d98-96b8-3cf7ee197bb4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d28e46d6-6213-4d98-96b8-3cf7ee197bb4 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d28e46d6-6213-4d98-96b8-3cf7ee197bb4 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d28e46d6-6213-4d98-96b8-3cf7ee197bb4 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d28e46d6-6213-4d98-96b8-3cf7ee197bb4 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d28e46d6-6213-4d98-96b8-3cf7ee197bb4 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 200 +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 179/358] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:20 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 1039 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-304046e4-7334-42a0-8368-05a95111ab98 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-304046e4-7334-42a0-8368-05a95111ab98 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-304046e4-7334-42a0-8368-05a95111ab98 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-1605565329", "extra_specs": {"volume_backend_name": "3par1"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-304046e4-7334-42a0-8368-05a95111ab98 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 180/359] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:43:20 2025] POST /volume/v3/types => generated 251 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-680354082", "volume_type": "tempest-VolumeMultiBackendTest-Type-1605565329", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-680354082', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-1605565329', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume of 1 GB +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (78b82605-2172-473f-8487-5abc437b50cd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (77309d8e-1213-4f78-8c01-79a177cf1e88) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (77309d8e-1213-4f78-8c01-79a177cf1e88) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:43:21Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='3par1'},id=3fada857-b462-40ff-995c-b4db01a75e2d,is_public=True,name='tempest-VolumeMultiBackendTest-Type-1605565329',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '3fada857-b462-40ff-995c-b4db01a75e2d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85d2c03b-7cb9-4c18-a623-e2b9fb5d3287) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1605565329 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1605565329, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1605565329 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1605565329, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Created reservations ['dd364ad6-51c1-476f-808f-90d26267d8ca', '4b0dc454-3e1d-400f-977e-6ab747829bc4', '1cd3f74f-a2be-4059-bf2f-86460aa9a9a4', '5d9d0cb3-7b7a-4b16-9dd9-5b13e39aa5c0'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85d2c03b-7cb9-4c18-a623-e2b9fb5d3287) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['dd364ad6-51c1-476f-808f-90d26267d8ca', '4b0dc454-3e1d-400f-977e-6ab747829bc4', '1cd3f74f-a2be-4059-bf2f-86460aa9a9a4', '5d9d0cb3-7b7a-4b16-9dd9-5b13e39aa5c0']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9b47b17b-11b9-44fa-8bb4-7824a95488da) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9b47b17b-11b9-44fa-8bb4-7824a95488da) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '3fb1541f-e305-4492-9a46-16733c2c2912', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-680354082',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['dd364ad6-51c1-476f-808f-90d26267d8ca','4b0dc454-3e1d-400f-977e-6ab747829bc4','1cd3f74f-a2be-4059-bf2f-86460aa9a9a4','5d9d0cb3-7b7a-4b16-9dd9-5b13e39aa5c0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=3fada857-b462-40ff-995c-b4db01a75e2d), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-680354082',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=3fb1541f-e305-4492-9a46-16733c2c2912,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3fada857-b462-40ff-995c-b4db01a75e2d),volume_type_id=3fada857-b462-40ff-995c-b4db01a75e2d)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8e02e2f1-17a9-4542-a326-d8543a653ee4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8e02e2f1-17a9-4542-a326-d8543a653ee4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-680354082',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['dd364ad6-51c1-476f-808f-90d26267d8ca','4b0dc454-3e1d-400f-977e-6ab747829bc4','1cd3f74f-a2be-4059-bf2f-86460aa9a9a4','5d9d0cb3-7b7a-4b16-9dd9-5b13e39aa5c0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=3fada857-b462-40ff-995c-b4db01a75e2d)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (171a1890-5a5b-4bf8-94ab-89bafd41fd19) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (171a1890-5a5b-4bf8-94ab-89bafd41fd19) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (78b82605-2172-473f-8487-5abc437b50cd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request issued successfully. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:20 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 180/360] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:20 2025] POST /volume/v3/volumes => generated 792 bytes in 119 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2a6216a0-515c-4f1d-9a8a-8b7eb43a1296 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2a6216a0-515c-4f1d-9a8a-8b7eb43a1296 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2a6216a0-515c-4f1d-9a8a-8b7eb43a1296 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2a6216a0-515c-4f1d-9a8a-8b7eb43a1296 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2a6216a0-515c-4f1d-9a8a-8b7eb43a1296 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2a6216a0-515c-4f1d-9a8a-8b7eb43a1296 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 200 +Jan 14 22:43:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 181/361] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:20 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 860 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-895ef371-ed0a-4539-85f2-4aa189b23c3d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-895ef371-ed0a-4539-85f2-4aa189b23c3d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-895ef371-ed0a-4539-85f2-4aa189b23c3d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-895ef371-ed0a-4539-85f2-4aa189b23c3d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-895ef371-ed0a-4539-85f2-4aa189b23c3d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-895ef371-ed0a-4539-85f2-4aa189b23c3d tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 200 +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 181/362] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:21 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 885 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bad70823-f294-49d7-8926-e95e5569f7aa None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bad70823-f294-49d7-8926-e95e5569f7aa tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bad70823-f294-49d7-8926-e95e5569f7aa tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bad70823-f294-49d7-8926-e95e5569f7aa tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bad70823-f294-49d7-8926-e95e5569f7aa tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bad70823-f294-49d7-8926-e95e5569f7aa tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 200 +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 182/363] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:22 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 1039 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-056d72db-e1a6-4ea4-94b6-fcc4b3ca3d9b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-056d72db-e1a6-4ea4-94b6-fcc4b3ca3d9b tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-056d72db-e1a6-4ea4-94b6-fcc4b3ca3d9b tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeMultiBackendTest-Type-327854239", "extra_specs": {"capabilities:volume_backend_name": "3par1"}}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-056d72db-e1a6-4ea4-94b6-fcc4b3ca3d9b tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 182/364] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:43:22 2025] POST /volume/v3/types => generated 263 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7ff79598-8742-44b9-a37f-c108e6928964 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeMultiBackendTest-Volume-222605084", "volume_type": "tempest-VolumeMultiBackendTest-Type-327854239", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeMultiBackendTest-Volume-222605084', 'volume_type': 'tempest-VolumeMultiBackendTest-Type-327854239', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume of 1 GB +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (89f0283c-c7ae-467e-ad6f-cc645ddeb296) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9aee0299-c0ca-40d2-aa16-58738f92e513) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (9aee0299-c0ca-40d2-aa16-58738f92e513) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:43:22Z,deleted=False,deleted_at=None,description=None,extra_specs={capabilities:volume_backend_name='3par1'},id=b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9,is_public=True,name='tempest-VolumeMultiBackendTest-Type-327854239',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0658e7f2-575c-47ad-8ca7-2ecd31b3ba43) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-327854239 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-327854239, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-327854239 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-327854239, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Created reservations ['1a94c79d-41e0-4162-84a4-8d28b7e423cd', 'de159fdb-d225-46e6-a56d-fce79e4a931e', '1ad98259-5718-483d-ae61-af9bdf3aa629', 'b8fdf37f-dfc7-474f-a7cd-9e6252f6fa79'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0658e7f2-575c-47ad-8ca7-2ecd31b3ba43) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['1a94c79d-41e0-4162-84a4-8d28b7e423cd', 'de159fdb-d225-46e6-a56d-fce79e4a931e', '1ad98259-5718-483d-ae61-af9bdf3aa629', 'b8fdf37f-dfc7-474f-a7cd-9e6252f6fa79']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d43cd5f-4ad0-4ab9-952f-c679e44cd42c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d43cd5f-4ad0-4ab9-952f-c679e44cd42c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'c80c8ef2-b427-43e6-82a7-01b0c82bdf34', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-222605084',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['1a94c79d-41e0-4162-84a4-8d28b7e423cd','de159fdb-d225-46e6-a56d-fce79e4a931e','1ad98259-5718-483d-ae61-af9bdf3aa629','b8fdf37f-dfc7-474f-a7cd-9e6252f6fa79'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-222605084',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=c80c8ef2-b427-43e6-82a7-01b0c82bdf34,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9),volume_type_id=b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5cd85b86-dbf2-478b-bf40-deac0be0dd82) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5cd85b86-dbf2-478b-bf40-deac0be0dd82) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-222605084',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='c2b7468b8ad449d59b84bf057f8a5507',qos_specs=None,replication_status=,reservations=['1a94c79d-41e0-4162-84a4-8d28b7e423cd','de159fdb-d225-46e6-a56d-fce79e4a931e','1ad98259-5718-483d-ae61-af9bdf3aa629','b8fdf37f-dfc7-474f-a7cd-9e6252f6fa79'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='24eb719314974b91a1dd618c6f69e3e0',volume_type_id=b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1951e88c-1c23-4f93-8dbf-484db346566b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1951e88c-1c23-4f93-8dbf-484db346566b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Flow 'volume_create_api' (89f0283c-c7ae-467e-ad6f-cc645ddeb296) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Create volume request issued successfully. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:22 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 183/365] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:22 2025] POST /volume/v3/volumes => generated 791 bytes in 125 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3fd93c21-db66-4da6-9d56-f7b07d65599e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3fd93c21-db66-4da6-9d56-f7b07d65599e tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3fd93c21-db66-4da6-9d56-f7b07d65599e tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3fd93c21-db66-4da6-9d56-f7b07d65599e tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3fd93c21-db66-4da6-9d56-f7b07d65599e tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3fd93c21-db66-4da6-9d56-f7b07d65599e tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 200 +Jan 14 22:43:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 183/366] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:22 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 859 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1d5522e4-ad36-4837-b6c8-401187ade0c6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1d5522e4-ad36-4837-b6c8-401187ade0c6 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1d5522e4-ad36-4837-b6c8-401187ade0c6 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1d5522e4-ad36-4837-b6c8-401187ade0c6 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1d5522e4-ad36-4837-b6c8-401187ade0c6 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1d5522e4-ad36-4837-b6c8-401187ade0c6 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 184/367] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 884 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2343674a-cd99-4e21-8e67-43eca7cf083d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2343674a-cd99-4e21-8e67-43eca7cf083d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2343674a-cd99-4e21-8e67-43eca7cf083d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2343674a-cd99-4e21-8e67-43eca7cf083d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2343674a-cd99-4e21-8e67-43eca7cf083d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2343674a-cd99-4e21-8e67-43eca7cf083d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 184/368] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 1038 bytes in 157 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f06626b3-3a82-4152-8fea-93deac061467 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f06626b3-3a82-4152-8fea-93deac061467 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f06626b3-3a82-4152-8fea-93deac061467 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f06626b3-3a82-4152-8fea-93deac061467 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f06626b3-3a82-4152-8fea-93deac061467 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f06626b3-3a82-4152-8fea-93deac061467 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 185/369] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 1040 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-fe801c2e-2fd3-44aa-b921-1f42de78dbc0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fe801c2e-2fd3-44aa-b921-1f42de78dbc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fe801c2e-2fd3-44aa-b921-1f42de78dbc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fe801c2e-2fd3-44aa-b921-1f42de78dbc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-fe801c2e-2fd3-44aa-b921-1f42de78dbc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fe801c2e-2fd3-44aa-b921-1f42de78dbc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 185/370] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 1039 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d37425f0-ec8f-4f32-a793-c6d8061735fb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d37425f0-ec8f-4f32-a793-c6d8061735fb tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d37425f0-ec8f-4f32-a793-c6d8061735fb tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d37425f0-ec8f-4f32-a793-c6d8061735fb tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d37425f0-ec8f-4f32-a793-c6d8061735fb tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d37425f0-ec8f-4f32-a793-c6d8061735fb tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 186/371] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 1039 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c48e89ef-fdef-4991-b07a-35d188c65e8e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c48e89ef-fdef-4991-b07a-35d188c65e8e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c48e89ef-fdef-4991-b07a-35d188c65e8e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c48e89ef-fdef-4991-b07a-35d188c65e8e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c48e89ef-fdef-4991-b07a-35d188c65e8e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c48e89ef-fdef-4991-b07a-35d188c65e8e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 186/372] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 1038 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-551760f5-b1f4-4a92-9e29-0ad05ef16431 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-551760f5-b1f4-4a92-9e29-0ad05ef16431 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-551760f5-b1f4-4a92-9e29-0ad05ef16431 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-551760f5-b1f4-4a92-9e29-0ad05ef16431 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-551760f5-b1f4-4a92-9e29-0ad05ef16431 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-551760f5-b1f4-4a92-9e29-0ad05ef16431 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 187/373] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 1040 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e7ec0204-4abb-4125-ad3d-c7a9f8e94d97 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e7ec0204-4abb-4125-ad3d-c7a9f8e94d97 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e7ec0204-4abb-4125-ad3d-c7a9f8e94d97 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e7ec0204-4abb-4125-ad3d-c7a9f8e94d97 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e7ec0204-4abb-4125-ad3d-c7a9f8e94d97 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e7ec0204-4abb-4125-ad3d-c7a9f8e94d97 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 187/374] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 1039 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-213fc9ed-7a53-43c2-8e89-d298b62a6e5e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-213fc9ed-7a53-43c2-8e89-d298b62a6e5e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-213fc9ed-7a53-43c2-8e89-d298b62a6e5e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-213fc9ed-7a53-43c2-8e89-d298b62a6e5e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-213fc9ed-7a53-43c2-8e89-d298b62a6e5e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-213fc9ed-7a53-43c2-8e89-d298b62a6e5e tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 188/375] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 1039 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-cdc9b1c7-00a2-473c-a338-cc6cb33e78bd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cdc9b1c7-00a2-473c-a338-cc6cb33e78bd tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cdc9b1c7-00a2-473c-a338-cc6cb33e78bd tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cdc9b1c7-00a2-473c-a338-cc6cb33e78bd tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-cdc9b1c7-00a2-473c-a338-cc6cb33e78bd tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cdc9b1c7-00a2-473c-a338-cc6cb33e78bd tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 188/376] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 1038 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3483b0a8-a813-4926-9ba1-30647fe774d2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3483b0a8-a813-4926-9ba1-30647fe774d2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3483b0a8-a813-4926-9ba1-30647fe774d2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3483b0a8-a813-4926-9ba1-30647fe774d2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3483b0a8-a813-4926-9ba1-30647fe774d2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3483b0a8-a813-4926-9ba1-30647fe774d2 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 189/377] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 884 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] DELETE http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume with id: c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume request issued successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 202 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 189/378] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:43:23 2025] DELETE /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-839e2425-5c45-4091-8cde-35c225835dec None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-839e2425-5c45-4091-8cde-35c225835dec tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-839e2425-5c45-4091-8cde-35c225835dec tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-839e2425-5c45-4091-8cde-35c225835dec tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-839e2425-5c45-4091-8cde-35c225835dec tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-839e2425-5c45-4091-8cde-35c225835dec tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 200 +Jan 14 22:43:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 190/379] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:23 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 883 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7b4c74bd-23d1-4a11-8e71-19e4e86048e3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7b4c74bd-23d1-4a11-8e71-19e4e86048e3 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7b4c74bd-23d1-4a11-8e71-19e4e86048e3 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7b4c74bd-23d1-4a11-8e71-19e4e86048e3 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7b4c74bd-23d1-4a11-8e71-19e4e86048e3 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 returned with HTTP 404 +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 190/380] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:24 2025] GET /volume/v3/volumes/c80c8ef2-b427-43e6-82a7-01b0c82bdf34 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ebbdd020-cf20-492c-a396-d9c1706eba5d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ebbdd020-cf20-492c-a396-d9c1706eba5d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] DELETE http://10.201.9.223/volume/v3/types/b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9 +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ebbdd020-cf20-492c-a396-d9c1706eba5d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ebbdd020-cf20-492c-a396-d9c1706eba5d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ebbdd020-cf20-492c-a396-d9c1706eba5d tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9 returned with HTTP 202 +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 191/381] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:24 2025] DELETE /volume/v3/types/b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9 => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2f3a4197-1f81-4e58-b183-92210db9b28c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f3a4197-1f81-4e58-b183-92210db9b28c tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/types/b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9 +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f3a4197-1f81-4e58-b183-92210db9b28c tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f3a4197-1f81-4e58-b183-92210db9b28c tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f3a4197-1f81-4e58-b183-92210db9b28c tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9 returned with HTTP 404 +Jan 14 22:43:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 191/382] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:24 2025] GET /volume/v3/types/b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8059acff-6087-44b8-85c4-f7583e5025b0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8059acff-6087-44b8-85c4-f7583e5025b0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8059acff-6087-44b8-85c4-f7583e5025b0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8059acff-6087-44b8-85c4-f7583e5025b0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8059acff-6087-44b8-85c4-f7583e5025b0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8059acff-6087-44b8-85c4-f7583e5025b0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 200 +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 192/383] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:24 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 885 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] DELETE http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume with id: 3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume request issued successfully. +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 202 +Jan 14 22:43:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 192/384] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:43:25 2025] DELETE /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-dd739773-c238-453e-a818-086822319613 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dd739773-c238-453e-a818-086822319613 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dd739773-c238-453e-a818-086822319613 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dd739773-c238-453e-a818-086822319613 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dd739773-c238-453e-a818-086822319613 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dd739773-c238-453e-a818-086822319613 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 200 +Jan 14 22:43:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 193/385] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:25 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 884 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-de8bb293-0361-4816-bb46-4e073ce68811 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de8bb293-0361-4816-bb46-4e073ce68811 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de8bb293-0361-4816-bb46-4e073ce68811 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de8bb293-0361-4816-bb46-4e073ce68811 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de8bb293-0361-4816-bb46-4e073ce68811 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 returned with HTTP 404 +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 193/386] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:26 2025] GET /volume/v3/volumes/3fb1541f-e305-4492-9a46-16733c2c2912 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ddc61bf4-afab-4948-b9fc-f6b878f65da1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ddc61bf4-afab-4948-b9fc-f6b878f65da1 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] DELETE http://10.201.9.223/volume/v3/types/3fada857-b462-40ff-995c-b4db01a75e2d +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ddc61bf4-afab-4948-b9fc-f6b878f65da1 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ddc61bf4-afab-4948-b9fc-f6b878f65da1 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ddc61bf4-afab-4948-b9fc-f6b878f65da1 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/3fada857-b462-40ff-995c-b4db01a75e2d returned with HTTP 202 +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 194/387] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:26 2025] DELETE /volume/v3/types/3fada857-b462-40ff-995c-b4db01a75e2d => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2ec168bd-d4ec-4336-81f4-26b8cfe5c927 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ec168bd-d4ec-4336-81f4-26b8cfe5c927 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/types/3fada857-b462-40ff-995c-b4db01a75e2d +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ec168bd-d4ec-4336-81f4-26b8cfe5c927 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ec168bd-d4ec-4336-81f4-26b8cfe5c927 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ec168bd-d4ec-4336-81f4-26b8cfe5c927 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/3fada857-b462-40ff-995c-b4db01a75e2d returned with HTTP 404 +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 194/388] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:26 2025] GET /volume/v3/types/3fada857-b462-40ff-995c-b4db01a75e2d => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-71193ef9-92f6-4417-af1f-cb146c01908c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-71193ef9-92f6-4417-af1f-cb146c01908c tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-71193ef9-92f6-4417-af1f-cb146c01908c tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-71193ef9-92f6-4417-af1f-cb146c01908c tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-71193ef9-92f6-4417-af1f-cb146c01908c tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-71193ef9-92f6-4417-af1f-cb146c01908c tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 200 +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 195/389] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:26 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 885 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] DELETE http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume with id: 5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume request issued successfully. +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 202 +Jan 14 22:43:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 195/390] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:43:26 2025] DELETE /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-641abf35-8744-4fae-8983-4e05aba276d4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-641abf35-8744-4fae-8983-4e05aba276d4 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-641abf35-8744-4fae-8983-4e05aba276d4 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-641abf35-8744-4fae-8983-4e05aba276d4 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-641abf35-8744-4fae-8983-4e05aba276d4 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-641abf35-8744-4fae-8983-4e05aba276d4 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 200 +Jan 14 22:43:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 196/391] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:26 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 884 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-de2f42b7-e553-4dfa-bab7-42c00bd72638 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de2f42b7-e553-4dfa-bab7-42c00bd72638 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de2f42b7-e553-4dfa-bab7-42c00bd72638 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de2f42b7-e553-4dfa-bab7-42c00bd72638 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de2f42b7-e553-4dfa-bab7-42c00bd72638 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba returned with HTTP 404 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 196/392] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:27 2025] GET /volume/v3/volumes/5986a5d9-2cad-442d-a2fb-a890091dadba => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-34cf204b-5401-474f-97f9-242087c77764 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-34cf204b-5401-474f-97f9-242087c77764 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] DELETE http://10.201.9.223/volume/v3/types/a4c061dd-d217-442b-acde-60a853471017 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-34cf204b-5401-474f-97f9-242087c77764 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-34cf204b-5401-474f-97f9-242087c77764 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-34cf204b-5401-474f-97f9-242087c77764 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/a4c061dd-d217-442b-acde-60a853471017 returned with HTTP 202 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 197/393] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:27 2025] DELETE /volume/v3/types/a4c061dd-d217-442b-acde-60a853471017 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9e13ee87-8ba4-4457-a7e2-43a0bad1cfc0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e13ee87-8ba4-4457-a7e2-43a0bad1cfc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/types/a4c061dd-d217-442b-acde-60a853471017 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e13ee87-8ba4-4457-a7e2-43a0bad1cfc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e13ee87-8ba4-4457-a7e2-43a0bad1cfc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e13ee87-8ba4-4457-a7e2-43a0bad1cfc0 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/a4c061dd-d217-442b-acde-60a853471017 returned with HTTP 404 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 197/394] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:27 2025] GET /volume/v3/types/a4c061dd-d217-442b-acde-60a853471017 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5792eb38-e9fc-4c1c-b9c4-76ed87ccbcd0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5792eb38-e9fc-4c1c-b9c4-76ed87ccbcd0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5792eb38-e9fc-4c1c-b9c4-76ed87ccbcd0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5792eb38-e9fc-4c1c-b9c4-76ed87ccbcd0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5792eb38-e9fc-4c1c-b9c4-76ed87ccbcd0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5792eb38-e9fc-4c1c-b9c4-76ed87ccbcd0 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 200 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 198/395] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:27 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 886 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] DELETE http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume with id: 0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Delete volume request issued successfully. +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 202 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 198/396] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:43:27 2025] DELETE /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8e8abef5-5edf-42cb-9c1e-089c4a355456 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8e8abef5-5edf-42cb-9c1e-089c4a355456 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8e8abef5-5edf-42cb-9c1e-089c4a355456 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8e8abef5-5edf-42cb-9c1e-089c4a355456 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8e8abef5-5edf-42cb-9c1e-089c4a355456 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Volume info retrieved successfully. +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8e8abef5-5edf-42cb-9c1e-089c4a355456 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 200 +Jan 14 22:43:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 199/397] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:27 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 885 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-03cc67c9-cc02-4374-a9e0-2336bb8d9034 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-03cc67c9-cc02-4374-a9e0-2336bb8d9034 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] GET http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-03cc67c9-cc02-4374-a9e0-2336bb8d9034 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-03cc67c9-cc02-4374-a9e0-2336bb8d9034 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-03cc67c9-cc02-4374-a9e0-2336bb8d9034 tempest-VolumeMultiBackendTest-1050150737 tempest-VolumeMultiBackendTest-1050150737-project-member] http://10.201.9.223/volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c returned with HTTP 404 +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 199/398] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:28 2025] GET /volume/v3/volumes/0d4cb480-b123-448a-83ee-c5222908eb9c => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4fe1d23d-3b8e-4214-98bf-e2bd39ea1ab7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4fe1d23d-3b8e-4214-98bf-e2bd39ea1ab7 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] DELETE http://10.201.9.223/volume/v3/types/f4c0af77-f19a-4c27-80df-d6ed800c45c0 +Jan 14 22:43:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4fe1d23d-3b8e-4214-98bf-e2bd39ea1ab7 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4fe1d23d-3b8e-4214-98bf-e2bd39ea1ab7 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4fe1d23d-3b8e-4214-98bf-e2bd39ea1ab7 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/f4c0af77-f19a-4c27-80df-d6ed800c45c0 returned with HTTP 202 +Jan 14 22:43:28 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 200/399] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:28 2025] DELETE /volume/v3/types/f4c0af77-f19a-4c27-80df-d6ed800c45c0 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d6a6fedc-d5c3-4355-9a73-538f5645a995 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d6a6fedc-d5c3-4355-9a73-538f5645a995 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] GET http://10.201.9.223/volume/v3/types/f4c0af77-f19a-4c27-80df-d6ed800c45c0 +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d6a6fedc-d5c3-4355-9a73-538f5645a995 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d6a6fedc-d5c3-4355-9a73-538f5645a995 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d6a6fedc-d5c3-4355-9a73-538f5645a995 tempest-VolumeMultiBackendTest-637918457 tempest-VolumeMultiBackendTest-637918457-project-******] http://10.201.9.223/volume/v3/types/f4c0af77-f19a-4c27-80df-d6ed800c45c0 returned with HTTP 404 +Jan 14 22:43:28 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 200/400] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:28 2025] GET /volume/v3/types/f4c0af77-f19a-4c27-80df-d6ed800c45c0 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-efce11e0-5b4a-4ddf-b7d1-0cbd21445777 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-efce11e0-5b4a-4ddf-b7d1-0cbd21445777 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] POST http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-efce11e0-5b4a-4ddf-b7d1-0cbd21445777 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-QoS-2007075953", "consumer": "front-end", "read_iops_sec": "2000"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.qos_specs [None req-efce11e0-5b4a-4ddf-b7d1-0cbd21445777 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-QoS-2007075953', 'consumer': 'front-end', 'specs': {'read_iops_sec': '2000'}} {{(pid=115489) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-efce11e0-5b4a-4ddf-b7d1-0cbd21445777 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DB qos_specs_create(): root {'id': 'e92b393a-614b-4e8f-9efb-230521e9ffd7', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-QoS-2007075953'} {{(pid=115489) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-efce11e0-5b4a-4ddf-b7d1-0cbd21445777 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 201/401] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:43:30 2025] POST /volume/v3/qos-specs => generated 395 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0cf049f1-bd66-40e0-8077-2db773100674 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0cf049f1-bd66-40e0-8077-2db773100674 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0cf049f1-bd66-40e0-8077-2db773100674 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-QosSpecsTestJSON-volume-type-1438223567"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0cf049f1-bd66-40e0-8077-2db773100674 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 201/402] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:43:30 2025] POST /volume/v3/types => generated 222 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-952c663b-0f8f-4be6-8f40-1b3fb864381d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-952c663b-0f8f-4be6-8f40-1b3fb864381d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-952c663b-0f8f-4be6-8f40-1b3fb864381d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-QosSpecsTestJSON-volume-type-960395854"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-952c663b-0f8f-4be6-8f40-1b3fb864381d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 202/403] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:43:30 2025] POST /volume/v3/types => generated 221 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-100ba981-a16a-477d-bc4a-b9677846d453 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-100ba981-a16a-477d-bc4a-b9677846d453 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-100ba981-a16a-477d-bc4a-b9677846d453 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-QosSpecsTestJSON-volume-type-2094306158"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-100ba981-a16a-477d-bc4a-b9677846d453 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 202/404] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:43:30 2025] POST /volume/v3/types => generated 222 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f6f19620-d66d-458b-b09c-52e75d3729bc None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f6f19620-d66d-458b-b09c-52e75d3729bc tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=0564be24-28e1-435c-9c63-8771affc69a8 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f6f19620-d66d-458b-b09c-52e75d3729bc tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f6f19620-d66d-458b-b09c-52e75d3729bc tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'associate' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-f6f19620-d66d-458b-b09c-52e75d3729bc tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Associate qos_spec: e92b393a-614b-4e8f-9efb-230521e9ffd7 with type: 0564be24-28e1-435c-9c63-8771affc69a8 {{(pid=115489) associate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:275}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f6f19620-d66d-458b-b09c-52e75d3729bc tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=0564be24-28e1-435c-9c63-8771affc69a8 returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 203/405] 10.201.9.223 () {58 vars in 1363 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=0564be24-28e1-435c-9c63-8771affc69a8 => generated 0 bytes in 26 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-19ff0b43-a9eb-40ec-9229-cc631baf63ff None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-19ff0b43-a9eb-40ec-9229-cc631baf63ff tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=617b8d63-2010-43fe-b50a-83685bd54ecf +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-19ff0b43-a9eb-40ec-9229-cc631baf63ff tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-19ff0b43-a9eb-40ec-9229-cc631baf63ff tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'associate' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-19ff0b43-a9eb-40ec-9229-cc631baf63ff tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Associate qos_spec: e92b393a-614b-4e8f-9efb-230521e9ffd7 with type: 617b8d63-2010-43fe-b50a-83685bd54ecf {{(pid=115488) associate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:275}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-19ff0b43-a9eb-40ec-9229-cc631baf63ff tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=617b8d63-2010-43fe-b50a-83685bd54ecf returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 203/406] 10.201.9.223 () {58 vars in 1363 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=617b8d63-2010-43fe-b50a-83685bd54ecf => generated 0 bytes in 29 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6b71e49a-6bfe-4993-a73d-59df22b3030b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6b71e49a-6bfe-4993-a73d-59df22b3030b tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=add1912d-1888-402a-9d74-eef7d2e37b76 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6b71e49a-6bfe-4993-a73d-59df22b3030b tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6b71e49a-6bfe-4993-a73d-59df22b3030b tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'associate' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-6b71e49a-6bfe-4993-a73d-59df22b3030b tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Associate qos_spec: e92b393a-614b-4e8f-9efb-230521e9ffd7 with type: add1912d-1888-402a-9d74-eef7d2e37b76 {{(pid=115489) associate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:275}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6b71e49a-6bfe-4993-a73d-59df22b3030b tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=add1912d-1888-402a-9d74-eef7d2e37b76 returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 204/407] 10.201.9.223 () {58 vars in 1363 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associate?vol_type_id=add1912d-1888-402a-9d74-eef7d2e37b76 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6ac42880-d639-46dc-a73f-9bb3cb3ebf77 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6ac42880-d639-46dc-a73f-9bb3cb3ebf77 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6ac42880-d639-46dc-a73f-9bb3cb3ebf77 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6ac42880-d639-46dc-a73f-9bb3cb3ebf77 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'associations' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-6ac42880-d639-46dc-a73f-9bb3cb3ebf77 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Get associations for qos_spec id: e92b393a-614b-4e8f-9efb-230521e9ffd7 {{(pid=115488) associations /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:233}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6ac42880-d639-46dc-a73f-9bb3cb3ebf77 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 204/408] 10.201.9.223 () {58 vars in 1275 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations => generated 447 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4190d1c1-76d8-4b67-9af6-9b9459497b72 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4190d1c1-76d8-4b67-9af6-9b9459497b72 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/disassociate?vol_type_id=0564be24-28e1-435c-9c63-8771affc69a8 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4190d1c1-76d8-4b67-9af6-9b9459497b72 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4190d1c1-76d8-4b67-9af6-9b9459497b72 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'disassociate' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-4190d1c1-76d8-4b67-9af6-9b9459497b72 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Disassociate qos_spec: e92b393a-614b-4e8f-9efb-230521e9ffd7 from type: 0564be24-28e1-435c-9c63-8771affc69a8 {{(pid=115489) disassociate /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:327}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4190d1c1-76d8-4b67-9af6-9b9459497b72 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/disassociate?vol_type_id=0564be24-28e1-435c-9c63-8771affc69a8 returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 205/409] 10.201.9.223 () {58 vars in 1372 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/disassociate?vol_type_id=0564be24-28e1-435c-9c63-8771affc69a8 => generated 0 bytes in 22 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2402361e-ed6c-45f0-a1e7-6db896e6f8a5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2402361e-ed6c-45f0-a1e7-6db896e6f8a5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2402361e-ed6c-45f0-a1e7-6db896e6f8a5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2402361e-ed6c-45f0-a1e7-6db896e6f8a5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'associations' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-2402361e-ed6c-45f0-a1e7-6db896e6f8a5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Get associations for qos_spec id: e92b393a-614b-4e8f-9efb-230521e9ffd7 {{(pid=115488) associations /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:233}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2402361e-ed6c-45f0-a1e7-6db896e6f8a5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 205/410] 10.201.9.223 () {58 vars in 1275 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations => generated 305 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d3642275-d416-47c1-bf37-3b09d359add5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d3642275-d416-47c1-bf37-3b09d359add5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/disassociate_all +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d3642275-d416-47c1-bf37-3b09d359add5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d3642275-d416-47c1-bf37-3b09d359add5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'disassociate_all' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-d3642275-d416-47c1-bf37-3b09d359add5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Disassociate qos_spec: e92b393a-614b-4e8f-9efb-230521e9ffd7 from all. {{(pid=115489) disassociate_all /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:361}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d3642275-d416-47c1-bf37-3b09d359add5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/disassociate_all returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 206/411] 10.201.9.223 () {58 vars in 1287 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/disassociate_all => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e74e27d5-9daf-44f3-b4c0-f79792b62a2e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e74e27d5-9daf-44f3-b4c0-f79792b62a2e tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e74e27d5-9daf-44f3-b4c0-f79792b62a2e tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e74e27d5-9daf-44f3-b4c0-f79792b62a2e tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'associations' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-e74e27d5-9daf-44f3-b4c0-f79792b62a2e tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Get associations for qos_spec id: e92b393a-614b-4e8f-9efb-230521e9ffd7 {{(pid=115488) associations /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:233}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e74e27d5-9daf-44f3-b4c0-f79792b62a2e tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 206/412] 10.201.9.223 () {58 vars in 1275 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/associations => generated 24 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-90106692-09aa-4684-ad7f-b5efab38c24c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-90106692-09aa-4684-ad7f-b5efab38c24c tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/types/add1912d-1888-402a-9d74-eef7d2e37b76 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-90106692-09aa-4684-ad7f-b5efab38c24c tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-90106692-09aa-4684-ad7f-b5efab38c24c tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-90106692-09aa-4684-ad7f-b5efab38c24c tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types/add1912d-1888-402a-9d74-eef7d2e37b76 returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 207/413] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:30 2025] DELETE /volume/v3/types/add1912d-1888-402a-9d74-eef7d2e37b76 => generated 0 bytes in 24 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a7e172e6-11f1-4369-b3f9-7be925a64ef0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a7e172e6-11f1-4369-b3f9-7be925a64ef0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/types/add1912d-1888-402a-9d74-eef7d2e37b76 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a7e172e6-11f1-4369-b3f9-7be925a64ef0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a7e172e6-11f1-4369-b3f9-7be925a64ef0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a7e172e6-11f1-4369-b3f9-7be925a64ef0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types/add1912d-1888-402a-9d74-eef7d2e37b76 returned with HTTP 404 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 207/414] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/types/add1912d-1888-402a-9d74-eef7d2e37b76 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-565c2b96-484d-446a-b777-bba16d0fc5e7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-565c2b96-484d-446a-b777-bba16d0fc5e7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/types/617b8d63-2010-43fe-b50a-83685bd54ecf +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-565c2b96-484d-446a-b777-bba16d0fc5e7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-565c2b96-484d-446a-b777-bba16d0fc5e7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-565c2b96-484d-446a-b777-bba16d0fc5e7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types/617b8d63-2010-43fe-b50a-83685bd54ecf returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 208/415] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:30 2025] DELETE /volume/v3/types/617b8d63-2010-43fe-b50a-83685bd54ecf => generated 0 bytes in 23 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-67691ac9-fe23-4a54-9d8f-5e9d3f15ecc7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-67691ac9-fe23-4a54-9d8f-5e9d3f15ecc7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/types/617b8d63-2010-43fe-b50a-83685bd54ecf +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-67691ac9-fe23-4a54-9d8f-5e9d3f15ecc7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-67691ac9-fe23-4a54-9d8f-5e9d3f15ecc7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-67691ac9-fe23-4a54-9d8f-5e9d3f15ecc7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types/617b8d63-2010-43fe-b50a-83685bd54ecf returned with HTTP 404 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 208/416] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/types/617b8d63-2010-43fe-b50a-83685bd54ecf => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-217f0b50-f1b3-4577-94ed-8d90cf0dde98 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-217f0b50-f1b3-4577-94ed-8d90cf0dde98 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/types/0564be24-28e1-435c-9c63-8771affc69a8 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-217f0b50-f1b3-4577-94ed-8d90cf0dde98 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-217f0b50-f1b3-4577-94ed-8d90cf0dde98 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-217f0b50-f1b3-4577-94ed-8d90cf0dde98 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types/0564be24-28e1-435c-9c63-8771affc69a8 returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 209/417] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:30 2025] DELETE /volume/v3/types/0564be24-28e1-435c-9c63-8771affc69a8 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-98f2d19d-8eb8-487c-9c38-c5066ecdaed0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-98f2d19d-8eb8-487c-9c38-c5066ecdaed0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/types/0564be24-28e1-435c-9c63-8771affc69a8 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-98f2d19d-8eb8-487c-9c38-c5066ecdaed0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-98f2d19d-8eb8-487c-9c38-c5066ecdaed0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-98f2d19d-8eb8-487c-9c38-c5066ecdaed0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/types/0564be24-28e1-435c-9c63-8771affc69a8 returned with HTTP 404 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 209/418] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/types/0564be24-28e1-435c-9c63-8771affc69a8 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9ca79863-0cf7-459c-a4ea-131072e09504 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9ca79863-0cf7-459c-a4ea-131072e09504 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] POST http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9ca79863-0cf7-459c-a4ea-131072e09504 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-qos-1054992639", "consumer": "back-end"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.qos_specs [None req-9ca79863-0cf7-459c-a4ea-131072e09504 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-qos-1054992639', 'consumer': 'back-end', 'specs': {}} {{(pid=115489) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-9ca79863-0cf7-459c-a4ea-131072e09504 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DB qos_specs_create(): root {'id': '1a70a72a-03a4-4d90-bedc-c39e3cc704bf', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-qos-1054992639'} {{(pid=115489) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9ca79863-0cf7-459c-a4ea-131072e09504 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 210/419] 10.201.9.223 () {60 vars in 1146 bytes} [Tue Jan 14 22:43:30 2025] POST /volume/v3/qos-specs => generated 371 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b1214dcd-dbea-4620-8f67-e8929a9bfc54 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b1214dcd-dbea-4620-8f67-e8929a9bfc54 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf?force=False +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b1214dcd-dbea-4620-8f67-e8929a9bfc54 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b1214dcd-dbea-4620-8f67-e8929a9bfc54 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-b1214dcd-dbea-4620-8f67-e8929a9bfc54 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete qos_spec: 1a70a72a-03a4-4d90-bedc-c39e3cc704bf, force: False {{(pid=115488) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b1214dcd-dbea-4620-8f67-e8929a9bfc54 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf?force=False returned with HTTP 202 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 210/420] 10.201.9.223 () {58 vars in 1262 bytes} [Tue Jan 14 22:43:30 2025] DELETE /volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf?force=False => generated 0 bytes in 28 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b587847a-c832-4d36-92cd-3cbba24b0ecf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b587847a-c832-4d36-92cd-3cbba24b0ecf tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b587847a-c832-4d36-92cd-3cbba24b0ecf tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b587847a-c832-4d36-92cd-3cbba24b0ecf tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b587847a-c832-4d36-92cd-3cbba24b0ecf tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf returned with HTTP 404 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 211/421] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf => generated 100 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c3969742-ef29-4326-a08b-5a10a12d66de None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c3969742-ef29-4326-a08b-5a10a12d66de tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c3969742-ef29-4326-a08b-5a10a12d66de tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c3969742-ef29-4326-a08b-5a10a12d66de tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c3969742-ef29-4326-a08b-5a10a12d66de tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 211/422] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs => generated 175 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-db833ea9-8e29-451b-af89-fa4158b8d22f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-db833ea9-8e29-451b-af89-fa4158b8d22f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf?force=False +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-db833ea9-8e29-451b-af89-fa4158b8d22f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-db833ea9-8e29-451b-af89-fa4158b8d22f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-db833ea9-8e29-451b-af89-fa4158b8d22f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete qos_spec: 1a70a72a-03a4-4d90-bedc-c39e3cc704bf, force: False {{(pid=115489) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-db833ea9-8e29-451b-af89-fa4158b8d22f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf?force=False returned with HTTP 404 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 212/423] 10.201.9.223 () {58 vars in 1262 bytes} [Tue Jan 14 22:43:30 2025] DELETE /volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf?force=False => generated 100 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ed1beb86-4696-4fec-a087-6205268e6c2d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ed1beb86-4696-4fec-a087-6205268e6c2d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ed1beb86-4696-4fec-a087-6205268e6c2d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ed1beb86-4696-4fec-a087-6205268e6c2d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ed1beb86-4696-4fec-a087-6205268e6c2d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf returned with HTTP 404 +Jan 14 22:43:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 212/424] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:30 2025] GET /volume/v3/qos-specs/1a70a72a-03a4-4d90-bedc-c39e3cc704bf => generated 100 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1a08056e-978a-48b0-a96a-730c9e2cfc47 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1a08056e-978a-48b0-a96a-730c9e2cfc47 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] POST http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1a08056e-978a-48b0-a96a-730c9e2cfc47 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-qos-879647233", "consumer": "both"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.qos_specs [None req-1a08056e-978a-48b0-a96a-730c9e2cfc47 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-qos-879647233', 'consumer': 'both', 'specs': {}} {{(pid=115489) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-1a08056e-978a-48b0-a96a-730c9e2cfc47 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DB qos_specs_create(): root {'id': '21a94c96-ea7b-4372-a7ad-529b7f46842d', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-qos-879647233'} {{(pid=115489) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1a08056e-978a-48b0-a96a-730c9e2cfc47 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 213/425] 10.201.9.223 () {60 vars in 1146 bytes} [Tue Jan 14 22:43:31 2025] POST /volume/v3/qos-specs => generated 366 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f36e758d-8150-41b7-932e-d9e71bdf60bb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f36e758d-8150-41b7-932e-d9e71bdf60bb tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d?force=False +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f36e758d-8150-41b7-932e-d9e71bdf60bb tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f36e758d-8150-41b7-932e-d9e71bdf60bb tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-f36e758d-8150-41b7-932e-d9e71bdf60bb tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete qos_spec: 21a94c96-ea7b-4372-a7ad-529b7f46842d, force: False {{(pid=115488) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f36e758d-8150-41b7-932e-d9e71bdf60bb tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d?force=False returned with HTTP 202 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 213/426] 10.201.9.223 () {58 vars in 1262 bytes} [Tue Jan 14 22:43:31 2025] DELETE /volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d?force=False => generated 0 bytes in 21 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c0b74f8c-53f6-4834-9fe9-94c08355318f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c0b74f8c-53f6-4834-9fe9-94c08355318f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c0b74f8c-53f6-4834-9fe9-94c08355318f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c0b74f8c-53f6-4834-9fe9-94c08355318f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c0b74f8c-53f6-4834-9fe9-94c08355318f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d returned with HTTP 404 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 214/427] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d => generated 100 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6926b373-546f-4214-b1b8-2ef57b2bae7d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6926b373-546f-4214-b1b8-2ef57b2bae7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6926b373-546f-4214-b1b8-2ef57b2bae7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6926b373-546f-4214-b1b8-2ef57b2bae7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6926b373-546f-4214-b1b8-2ef57b2bae7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 214/428] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs => generated 175 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b30c36c4-29ee-4723-9e9a-478973db0cf4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b30c36c4-29ee-4723-9e9a-478973db0cf4 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d?force=False +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b30c36c4-29ee-4723-9e9a-478973db0cf4 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b30c36c4-29ee-4723-9e9a-478973db0cf4 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-b30c36c4-29ee-4723-9e9a-478973db0cf4 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete qos_spec: 21a94c96-ea7b-4372-a7ad-529b7f46842d, force: False {{(pid=115489) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b30c36c4-29ee-4723-9e9a-478973db0cf4 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d?force=False returned with HTTP 404 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 215/429] 10.201.9.223 () {58 vars in 1262 bytes} [Tue Jan 14 22:43:31 2025] DELETE /volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d?force=False => generated 100 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ca4a041c-00ac-412a-92c3-73fc0dab69f0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ca4a041c-00ac-412a-92c3-73fc0dab69f0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ca4a041c-00ac-412a-92c3-73fc0dab69f0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ca4a041c-00ac-412a-92c3-73fc0dab69f0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ca4a041c-00ac-412a-92c3-73fc0dab69f0 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d returned with HTTP 404 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 215/430] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/21a94c96-ea7b-4372-a7ad-529b7f46842d => generated 100 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5a416419-3149-487a-bca8-76680c688fe8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5a416419-3149-487a-bca8-76680c688fe8 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] POST http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5a416419-3149-487a-bca8-76680c688fe8 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'create', calling method: create, body: {"qos_specs": {"name": "tempest-QosSpecsTestJSON-qos-793677654", "consumer": "front-end"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.qos_specs [None req-5a416419-3149-487a-bca8-76680c688fe8 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Dict for qos_specs: {'name': 'tempest-QosSpecsTestJSON-qos-793677654', 'consumer': 'front-end', 'specs': {}} {{(pid=115489) create /opt/stack/cinder/cinder/volume/qos_specs.py:64}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-5a416419-3149-487a-bca8-76680c688fe8 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DB qos_specs_create(): root {'id': '3fdba340-a496-4d63-ae62-c03cfe56c8b0', 'key': 'QoS_Specs_Name', 'value': 'tempest-QosSpecsTestJSON-qos-793677654'} {{(pid=115489) qos_specs_create /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5632}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5a416419-3149-487a-bca8-76680c688fe8 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 216/431] 10.201.9.223 () {60 vars in 1146 bytes} [Tue Jan 14 22:43:31 2025] POST /volume/v3/qos-specs => generated 371 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9bac0111-1209-4130-825e-d5176c4bbf7d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9bac0111-1209-4130-825e-d5176c4bbf7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0?force=False +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9bac0111-1209-4130-825e-d5176c4bbf7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9bac0111-1209-4130-825e-d5176c4bbf7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-9bac0111-1209-4130-825e-d5176c4bbf7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete qos_spec: 3fdba340-a496-4d63-ae62-c03cfe56c8b0, force: False {{(pid=115488) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9bac0111-1209-4130-825e-d5176c4bbf7d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0?force=False returned with HTTP 202 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 216/432] 10.201.9.223 () {58 vars in 1262 bytes} [Tue Jan 14 22:43:31 2025] DELETE /volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0?force=False => generated 0 bytes in 22 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ef172b6b-4647-446b-8673-9f5f848a73c7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ef172b6b-4647-446b-8673-9f5f848a73c7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ef172b6b-4647-446b-8673-9f5f848a73c7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ef172b6b-4647-446b-8673-9f5f848a73c7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ef172b6b-4647-446b-8673-9f5f848a73c7 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0 returned with HTTP 404 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 217/433] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0 => generated 100 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c1ce9260-ecc7-44e1-88c1-986b8e4c9201 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c1ce9260-ecc7-44e1-88c1-986b8e4c9201 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c1ce9260-ecc7-44e1-88c1-986b8e4c9201 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c1ce9260-ecc7-44e1-88c1-986b8e4c9201 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c1ce9260-ecc7-44e1-88c1-986b8e4c9201 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 217/434] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs => generated 175 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0e4ecc1f-cf0f-43be-bc4c-c6a48b73b09f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0e4ecc1f-cf0f-43be-bc4c-c6a48b73b09f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0?force=False +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0e4ecc1f-cf0f-43be-bc4c-c6a48b73b09f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0e4ecc1f-cf0f-43be-bc4c-c6a48b73b09f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-0e4ecc1f-cf0f-43be-bc4c-c6a48b73b09f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete qos_spec: 3fdba340-a496-4d63-ae62-c03cfe56c8b0, force: False {{(pid=115489) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0e4ecc1f-cf0f-43be-bc4c-c6a48b73b09f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0?force=False returned with HTTP 404 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 218/435] 10.201.9.223 () {58 vars in 1262 bytes} [Tue Jan 14 22:43:31 2025] DELETE /volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0?force=False => generated 100 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b176e1b3-3a08-4ca7-945f-e2d2810d1b7f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b176e1b3-3a08-4ca7-945f-e2d2810d1b7f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b176e1b3-3a08-4ca7-945f-e2d2810d1b7f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b176e1b3-3a08-4ca7-945f-e2d2810d1b7f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b176e1b3-3a08-4ca7-945f-e2d2810d1b7f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0 returned with HTTP 404 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 218/436] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/3fdba340-a496-4d63-ae62-c03cfe56c8b0 => generated 100 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e62a7d58-f66c-4963-a500-75ec2e2fa26f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e62a7d58-f66c-4963-a500-75ec2e2fa26f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e62a7d58-f66c-4963-a500-75ec2e2fa26f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e62a7d58-f66c-4963-a500-75ec2e2fa26f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e62a7d58-f66c-4963-a500-75ec2e2fa26f tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 219/437] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 => generated 395 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-781a8f52-8262-45ae-9755-a38fe06e9673 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-781a8f52-8262-45ae-9755-a38fe06e9673 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-781a8f52-8262-45ae-9755-a38fe06e9673 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-781a8f52-8262-45ae-9755-a38fe06e9673 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-781a8f52-8262-45ae-9755-a38fe06e9673 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 219/438] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs => generated 175 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ed87a77e-b709-4f91-80b6-b2846ce8540d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ed87a77e-b709-4f91-80b6-b2846ce8540d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] PUT http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ed87a77e-b709-4f91-80b6-b2846ce8540d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'update', calling method: update, body: {"qos_specs": {"iops_bytes": "500"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.qos_specs [None req-ed87a77e-b709-4f91-80b6-b2846ce8540d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] qos_specs.update(): specs {'iops_bytes': '500'} {{(pid=115489) update /opt/stack/cinder/cinder/volume/qos_specs.py:79}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-ed87a77e-b709-4f91-80b6-b2846ce8540d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] qos_specs_update() value: {'id': '6907b3da-f32f-41ef-99c2-e608dcb4d3c8', 'key': 'iops_bytes', 'value': '500', 'specs_id': 'e92b393a-614b-4e8f-9efb-230521e9ffd7', 'deleted': False} {{(pid=115489) qos_specs_update /opt/stack/cinder/cinder/db/sqlalchemy/api.py:5994}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ed87a77e-b709-4f91-80b6-b2846ce8540d tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 220/439] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:43:31 2025] PUT /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 => generated 36 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5cc6d2b9-382f-47b8-9ad3-cf49e6cc1dc5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5cc6d2b9-382f-47b8-9ad3-cf49e6cc1dc5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5cc6d2b9-382f-47b8-9ad3-cf49e6cc1dc5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5cc6d2b9-382f-47b8-9ad3-cf49e6cc1dc5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5cc6d2b9-382f-47b8-9ad3-cf49e6cc1dc5 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 220/440] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 => generated 416 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cdb82ee5-eccc-47ed-a080-3977f7b68188 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cdb82ee5-eccc-47ed-a080-3977f7b68188 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] PUT http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/delete_keys +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cdb82ee5-eccc-47ed-a080-3977f7b68188 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Action: 'delete_keys', calling method: delete_keys, body: {"keys": ["iops_bytes"]} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.qos_specs_manage [None req-cdb82ee5-eccc-47ed-a080-3977f7b68188 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete_key spec: e92b393a-614b-4e8f-9efb-230521e9ffd7, keys: ['iops_bytes'] {{(pid=115489) delete_keys /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:207}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cdb82ee5-eccc-47ed-a080-3977f7b68188 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/delete_keys returned with HTTP 202 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 221/441] 10.201.9.223 () {60 vars in 1292 bytes} [Tue Jan 14 22:43:31 2025] PUT /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7/delete_keys => generated 0 bytes in 23 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b00a68d5-6d52-451c-8451-e9823fcdeb85 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b00a68d5-6d52-451c-8451-e9823fcdeb85 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b00a68d5-6d52-451c-8451-e9823fcdeb85 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b00a68d5-6d52-451c-8451-e9823fcdeb85 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b00a68d5-6d52-451c-8451-e9823fcdeb85 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 221/442] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 => generated 395 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-97897b4d-1918-43d4-8c50-148fe92f1a48 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-97897b4d-1918-43d4-8c50-148fe92f1a48 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-97897b4d-1918-43d4-8c50-148fe92f1a48 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-97897b4d-1918-43d4-8c50-148fe92f1a48 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-97897b4d-1918-43d4-8c50-148fe92f1a48 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 returned with HTTP 200 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 222/443] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 => generated 395 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f0af90c2-c5c1-49a0-973d-c31ab29d3879 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f0af90c2-c5c1-49a0-973d-c31ab29d3879 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] DELETE http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7?force=False +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f0af90c2-c5c1-49a0-973d-c31ab29d3879 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f0af90c2-c5c1-49a0-973d-c31ab29d3879 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.qos_specs_manage [None req-f0af90c2-c5c1-49a0-973d-c31ab29d3879 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Delete qos_spec: e92b393a-614b-4e8f-9efb-230521e9ffd7, force: False {{(pid=115488) delete /opt/stack/cinder/cinder/api/contrib/qos_specs_manage.py:168}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f0af90c2-c5c1-49a0-973d-c31ab29d3879 tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7?force=False returned with HTTP 202 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 222/444] 10.201.9.223 () {58 vars in 1262 bytes} [Tue Jan 14 22:43:31 2025] DELETE /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7?force=False => generated 0 bytes in 23 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6406d90e-72de-4b3f-94df-2058fada4aec None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6406d90e-72de-4b3f-94df-2058fada4aec tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] GET http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6406d90e-72de-4b3f-94df-2058fada4aec tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6406d90e-72de-4b3f-94df-2058fada4aec tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6406d90e-72de-4b3f-94df-2058fada4aec tempest-QosSpecsTestJSON-1894731926 tempest-QosSpecsTestJSON-1894731926-project-******] http://10.201.9.223/volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 returned with HTTP 404 +Jan 14 22:43:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 223/445] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:31 2025] GET /volume/v3/qos-specs/e92b393a-614b-4e8f-9efb-230521e9ffd7 => generated 100 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9481558b-b027-43d9-aaed-637ea4603f41 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-SnapshotsActionsTest-Volume-1931685345"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-SnapshotsActionsTest-Volume-1931685345'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create volume of 1 GB +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Flow 'volume_create_api' (be92fabf-9098-4493-a5d0-a0addb4b4854) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1c39e6b8-3181-4609-b2e9-20a142687ddf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1c39e6b8-3181-4609-b2e9-20a142687ddf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f38db274-3605-429e-9878-d1c0fd429da8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Created reservations ['b2fd1fec-7fd0-4804-8431-4273c14c129a', '1497d256-7512-46e6-a9c1-2b8eb64f19d8', '142558b4-cd2e-4859-b31f-a4af1e7a4818', 'e4a33122-88ab-4587-b367-d47cfdb98135'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f38db274-3605-429e-9878-d1c0fd429da8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['b2fd1fec-7fd0-4804-8431-4273c14c129a', '1497d256-7512-46e6-a9c1-2b8eb64f19d8', '142558b4-cd2e-4859-b31f-a4af1e7a4818', 'e4a33122-88ab-4587-b367-d47cfdb98135']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (99a3f9a9-13e2-41ce-ad9d-52b7b6c3a5d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (99a3f9a9-13e2-41ce-ad9d-52b7b6c3a5d7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ed5fd22b-e11b-4c16-9fa0-4828f216a351', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1931685345',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='06010f2bf25047129373ac9cbc2499d3',qos_specs=None,replication_status=,reservations=['b2fd1fec-7fd0-4804-8431-4273c14c129a','1497d256-7512-46e6-a9c1-2b8eb64f19d8','142558b4-cd2e-4859-b31f-a4af1e7a4818','e4a33122-88ab-4587-b367-d47cfdb98135'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1931685345',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b7c1ab84-c7ba-4d2e-9411-9a84e6f615d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b7c1ab84-c7ba-4d2e-9411-9a84e6f615d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1931685345',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='06010f2bf25047129373ac9cbc2499d3',qos_specs=None,replication_status=,reservations=['b2fd1fec-7fd0-4804-8431-4273c14c129a','1497d256-7512-46e6-a9c1-2b8eb64f19d8','142558b4-cd2e-4859-b31f-a4af1e7a4818','e4a33122-88ab-4587-b367-d47cfdb98135'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (3132b7ee-de5e-4ae4-9e68-128a201d20af) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (3132b7ee-de5e-4ae4-9e68-128a201d20af) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Flow 'volume_create_api' (be92fabf-9098-4493-a5d0-a0addb4b4854) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create volume request issued successfully. +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 223/446] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:43:33 2025] POST /volume/v3/volumes => generated 750 bytes in 213 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-06b02152-a685-4769-9c9f-fdb4d0c35bf8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-06b02152-a685-4769-9c9f-fdb4d0c35bf8 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-06b02152-a685-4769-9c9f-fdb4d0c35bf8 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-06b02152-a685-4769-9c9f-fdb4d0c35bf8 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-06b02152-a685-4769-9c9f-fdb4d0c35bf8 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-06b02152-a685-4769-9c9f-fdb4d0c35bf8 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 returned with HTTP 200 +Jan 14 22:43:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 224/447] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:33 2025] GET /volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 => generated 818 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c9bc8a80-3ce4-43f3-9a6b-692a4cebe538 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c9bc8a80-3ce4-43f3-9a6b-692a4cebe538 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c9bc8a80-3ce4-43f3-9a6b-692a4cebe538 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c9bc8a80-3ce4-43f3-9a6b-692a4cebe538 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c9bc8a80-3ce4-43f3-9a6b-692a4cebe538 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c9bc8a80-3ce4-43f3-9a6b-692a4cebe538 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 returned with HTTP 200 +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 224/448] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:34 2025] GET /volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 => generated 843 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "ed5fd22b-e11b-4c16-9fa0-4828f216a351", "name": "tempest-SnapshotsActionsTest-Snapshot-2009284660"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create snapshot from volume ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Created reservations ['270324d5-5fef-4f28-83db-346471a6fd3e', 'e5a732f9-3f61-4352-a390-8c8a92e84272', 'b576ef9f-47ce-4be0-b0ea-aa0109ab41fb', 'b7561782-f74d-41dd-ae73-d877261a293c'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot create request issued successfully. +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:43:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 225/449] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:43:34 2025] POST /volume/v3/snapshots => generated 307 bytes in 113 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f9c672fb-2869-4322-b989-9d722b276335 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f9c672fb-2869-4322-b989-9d722b276335 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f9c672fb-2869-4322-b989-9d722b276335 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f9c672fb-2869-4322-b989-9d722b276335 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f9c672fb-2869-4322-b989-9d722b276335 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f9c672fb-2869-4322-b989-9d722b276335 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 225/450] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:34 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 439 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-656beae0-a03d-4e9f-8d1c-f139ce181580 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-656beae0-a03d-4e9f-8d1c-f139ce181580 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-656beae0-a03d-4e9f-8d1c-f139ce181580 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-656beae0-a03d-4e9f-8d1c-f139ce181580 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-656beae0-a03d-4e9f-8d1c-f139ce181580 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-656beae0-a03d-4e9f-8d1c-f139ce181580 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 226/451] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:35 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 466 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a95090cb-8422-4a88-8d31-de3e12e71a8c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a95090cb-8422-4a88-8d31-de3e12e71a8c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a95090cb-8422-4a88-8d31-de3e12e71a8c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "creating"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a95090cb-8422-4a88-8d31-de3e12e71a8c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "creating"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-a95090cb-8422-4a88-8d31-de3e12e71a8c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'creating'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a95090cb-8422-4a88-8d31-de3e12e71a8c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 226/452] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:35 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 70 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8a50ee15-576a-498e-a419-31e0fcbccdce None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8a50ee15-576a-498e-a419-31e0fcbccdce tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8a50ee15-576a-498e-a419-31e0fcbccdce tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8a50ee15-576a-498e-a419-31e0fcbccdce tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8a50ee15-576a-498e-a419-31e0fcbccdce tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8a50ee15-576a-498e-a419-31e0fcbccdce tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 227/453] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:35 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 465 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-55b8e84d-8b1c-4e88-9d2d-5988eaa6fed7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55b8e84d-8b1c-4e88-9d2d-5988eaa6fed7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55b8e84d-8b1c-4e88-9d2d-5988eaa6fed7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55b8e84d-8b1c-4e88-9d2d-5988eaa6fed7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-55b8e84d-8b1c-4e88-9d2d-5988eaa6fed7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'available'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55b8e84d-8b1c-4e88-9d2d-5988eaa6fed7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 227/454] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:35 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 27 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4d49a7e6-360c-43ee-807d-c658a77b8e56 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4d49a7e6-360c-43ee-807d-c658a77b8e56 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4d49a7e6-360c-43ee-807d-c658a77b8e56 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4d49a7e6-360c-43ee-807d-c658a77b8e56 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-4d49a7e6-360c-43ee-807d-c658a77b8e56 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4d49a7e6-360c-43ee-807d-c658a77b8e56 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 228/455] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:35 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 466 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "ed5fd22b-e11b-4c16-9fa0-4828f216a351", "name": "tempest-SnapshotsActionsTest-Snapshot-1346088085"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.snapshots [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create snapshot from volume ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Deprecated: Default quota for resource: snapshots_3par1 is set by the default quota flag: quota_snapshots_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Created reservations ['cbe13540-e7d3-4653-8fdb-679081faeefc', '2c76fadc-f544-48e2-922b-f54de2ebf052', 'eddbe24b-1c64-4daa-8679-cd6bd39cbcd7', 'cda033a3-f6e6-44a7-ab53-8f37360b1a36'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot create request issued successfully. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 228/456] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:43:35 2025] POST /volume/v3/snapshots => generated 307 bytes in 76 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2258cb67-5d10-428c-954e-85e3abf80136 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2258cb67-5d10-428c-954e-85e3abf80136 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2258cb67-5d10-428c-954e-85e3abf80136 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2258cb67-5d10-428c-954e-85e3abf80136 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2258cb67-5d10-428c-954e-85e3abf80136 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2258cb67-5d10-428c-954e-85e3abf80136 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 returned with HTTP 200 +Jan 14 22:43:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 229/457] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:35 2025] GET /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 => generated 439 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7e7aba86-03b6-41ec-9976-af2db8562909 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7e7aba86-03b6-41ec-9976-af2db8562909 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7e7aba86-03b6-41ec-9976-af2db8562909 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7e7aba86-03b6-41ec-9976-af2db8562909 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7e7aba86-03b6-41ec-9976-af2db8562909 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7e7aba86-03b6-41ec-9976-af2db8562909 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 returned with HTTP 200 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 229/458] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:36 2025] GET /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 => generated 466 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e71fe292-eedc-4990-80ca-8c960476e906 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e71fe292-eedc-4990-80ca-8c960476e906 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17/action +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e71fe292-eedc-4990-80ca-8c960476e906 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "creating"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e71fe292-eedc-4990-80ca-8c960476e906 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "creating"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.******_actions [None req-e71fe292-eedc-4990-80ca-8c960476e906 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '96b8875e-4556-4bbe-85b6-83f29a191f17' with '{'status': 'creating'}' {{(pid=115489) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e71fe292-eedc-4990-80ca-8c960476e906 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17/action returned with HTTP 202 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 230/459] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:37 2025] POST /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17/action => generated 0 bytes in 52 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d3eef467-0be3-42f3-a6c8-128d6dbbd9dc None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d3eef467-0be3-42f3-a6c8-128d6dbbd9dc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d3eef467-0be3-42f3-a6c8-128d6dbbd9dc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d3eef467-0be3-42f3-a6c8-128d6dbbd9dc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d3eef467-0be3-42f3-a6c8-128d6dbbd9dc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d3eef467-0be3-42f3-a6c8-128d6dbbd9dc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 returned with HTTP 200 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 230/460] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:37 2025] GET /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 => generated 465 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17/action +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot retrieved successfully. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot delete request issued successfully. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17/action returned with HTTP 202 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 231/461] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:37 2025] POST /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17/action => generated 0 bytes in 41 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9934816c-0721-4db8-bb47-8984a67d23a9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9934816c-0721-4db8-bb47-8984a67d23a9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9934816c-0721-4db8-bb47-8984a67d23a9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9934816c-0721-4db8-bb47-8984a67d23a9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9934816c-0721-4db8-bb47-8984a67d23a9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9934816c-0721-4db8-bb47-8984a67d23a9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 returned with HTTP 200 +Jan 14 22:43:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 231/462] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:37 2025] GET /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 => generated 465 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b9585685-3e08-493f-b373-cb62caf1d4ca None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b9585685-3e08-493f-b373-cb62caf1d4ca tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b9585685-3e08-493f-b373-cb62caf1d4ca tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b9585685-3e08-493f-b373-cb62caf1d4ca tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b9585685-3e08-493f-b373-cb62caf1d4ca tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 returned with HTTP 404 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 232/463] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:38 2025] GET /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-40854644-6919-4be9-b1ce-6a56b5f70359 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40854644-6919-4be9-b1ce-6a56b5f70359 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-40854644-6919-4be9-b1ce-6a56b5f70359 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-40854644-6919-4be9-b1ce-6a56b5f70359 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-40854644-6919-4be9-b1ce-6a56b5f70359 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'available'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40854644-6919-4be9-b1ce-6a56b5f70359 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 232/464] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:38 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 50 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0a29124f-6642-4d0a-b7bf-b99e530c5eb5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0a29124f-6642-4d0a-b7bf-b99e530c5eb5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0a29124f-6642-4d0a-b7bf-b99e530c5eb5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0a29124f-6642-4d0a-b7bf-b99e530c5eb5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0a29124f-6642-4d0a-b7bf-b99e530c5eb5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0a29124f-6642-4d0a-b7bf-b99e530c5eb5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 233/465] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:38 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 466 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0f0146e3-5a12-47eb-a0ad-e9b6cde70ccb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0f0146e3-5a12-47eb-a0ad-e9b6cde70ccb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0f0146e3-5a12-47eb-a0ad-e9b6cde70ccb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0f0146e3-5a12-47eb-a0ad-e9b6cde70ccb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-0f0146e3-5a12-47eb-a0ad-e9b6cde70ccb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Delete snapshot with id: 96b8875e-4556-4bbe-85b6-83f29a191f17 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0f0146e3-5a12-47eb-a0ad-e9b6cde70ccb tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 returned with HTTP 404 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 233/466] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:43:38 2025] DELETE /volume/v3/snapshots/96b8875e-4556-4bbe-85b6-83f29a191f17 => generated 111 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "ed5fd22b-e11b-4c16-9fa0-4828f216a351", "name": "tempest-SnapshotsActionsTest-Snapshot-1622503050"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create snapshot from volume ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Created reservations ['5287d14f-0fac-4d0a-b9a5-26eeeee4e92a', 'ae21faff-9f91-4a43-aa04-b1fe1c40e634', 'f9987c13-3ea2-4878-89e7-83b9ed3e3732', '3b8e5446-b9b1-4b71-81ff-49b97e244416'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot create request issued successfully. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 234/467] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:43:38 2025] POST /volume/v3/snapshots => generated 307 bytes in 85 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-eda3066c-ae27-45af-bfd1-e846da56e9a3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eda3066c-ae27-45af-bfd1-e846da56e9a3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eda3066c-ae27-45af-bfd1-e846da56e9a3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eda3066c-ae27-45af-bfd1-e846da56e9a3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-eda3066c-ae27-45af-bfd1-e846da56e9a3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eda3066c-ae27-45af-bfd1-e846da56e9a3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e returned with HTTP 200 +Jan 14 22:43:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 234/468] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:38 2025] GET /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e => generated 439 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9d73a109-4364-4d84-8a86-a46deb4460bc None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9d73a109-4364-4d84-8a86-a46deb4460bc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9d73a109-4364-4d84-8a86-a46deb4460bc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9d73a109-4364-4d84-8a86-a46deb4460bc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9d73a109-4364-4d84-8a86-a46deb4460bc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9d73a109-4364-4d84-8a86-a46deb4460bc tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e returned with HTTP 200 +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 235/469] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:39 2025] GET /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e => generated 466 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3a9b8b29-a95c-4b92-b762-d1a317ac645b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3a9b8b29-a95c-4b92-b762-d1a317ac645b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e/action +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3a9b8b29-a95c-4b92-b762-d1a317ac645b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "deleting"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3a9b8b29-a95c-4b92-b762-d1a317ac645b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "deleting"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-3a9b8b29-a95c-4b92-b762-d1a317ac645b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot 'fb8e072a-d230-4ad6-b8eb-8480f0ce343e' with '{'status': 'deleting'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3a9b8b29-a95c-4b92-b762-d1a317ac645b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e/action returned with HTTP 202 +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 235/470] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:39 2025] POST /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e/action => generated 0 bytes in 39 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d5b2986e-a04f-4e8e-b914-cc9cda53b858 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d5b2986e-a04f-4e8e-b914-cc9cda53b858 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d5b2986e-a04f-4e8e-b914-cc9cda53b858 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d5b2986e-a04f-4e8e-b914-cc9cda53b858 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d5b2986e-a04f-4e8e-b914-cc9cda53b858 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d5b2986e-a04f-4e8e-b914-cc9cda53b858 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e returned with HTTP 200 +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 236/471] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:39 2025] GET /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e => generated 465 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e/action +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot retrieved successfully. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot delete request issued successfully. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e/action returned with HTTP 202 +Jan 14 22:43:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 236/472] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:39 2025] POST /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e/action => generated 0 bytes in 30 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ee079392-fa37-4013-940d-34c66d17146e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ee079392-fa37-4013-940d-34c66d17146e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ee079392-fa37-4013-940d-34c66d17146e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ee079392-fa37-4013-940d-34c66d17146e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ee079392-fa37-4013-940d-34c66d17146e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ee079392-fa37-4013-940d-34c66d17146e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e returned with HTTP 200 +Jan 14 22:43:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 237/473] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:39 2025] GET /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e => generated 465 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-24a97fd7-d0cd-4d00-bc5f-e51527fe1701 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24a97fd7-d0cd-4d00-bc5f-e51527fe1701 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24a97fd7-d0cd-4d00-bc5f-e51527fe1701 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24a97fd7-d0cd-4d00-bc5f-e51527fe1701 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24a97fd7-d0cd-4d00-bc5f-e51527fe1701 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e returned with HTTP 404 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 237/474] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:40 2025] GET /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e => generated 111 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-919276fe-601b-43c1-8dc5-9aeb3b6d97bd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-919276fe-601b-43c1-8dc5-9aeb3b6d97bd tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-919276fe-601b-43c1-8dc5-9aeb3b6d97bd tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-919276fe-601b-43c1-8dc5-9aeb3b6d97bd tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.******_actions [None req-919276fe-601b-43c1-8dc5-9aeb3b6d97bd tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'available'}' {{(pid=115489) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-919276fe-601b-43c1-8dc5-9aeb3b6d97bd tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 238/475] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:40 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 37 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-536de1d6-66dc-4aae-b201-44b10dcca8a5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-536de1d6-66dc-4aae-b201-44b10dcca8a5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-536de1d6-66dc-4aae-b201-44b10dcca8a5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-536de1d6-66dc-4aae-b201-44b10dcca8a5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-536de1d6-66dc-4aae-b201-44b10dcca8a5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-536de1d6-66dc-4aae-b201-44b10dcca8a5 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 238/476] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:40 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 466 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2065e405-572d-471b-adfb-b317240cb8f3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2065e405-572d-471b-adfb-b317240cb8f3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2065e405-572d-471b-adfb-b317240cb8f3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2065e405-572d-471b-adfb-b317240cb8f3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v2.snapshots [None req-2065e405-572d-471b-adfb-b317240cb8f3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Delete snapshot with id: fb8e072a-d230-4ad6-b8eb-8480f0ce343e +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2065e405-572d-471b-adfb-b317240cb8f3 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e returned with HTTP 404 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 239/477] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:43:40 2025] DELETE /volume/v3/snapshots/fb8e072a-d230-4ad6-b8eb-8480f0ce343e => generated 111 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "ed5fd22b-e11b-4c16-9fa0-4828f216a351", "name": "tempest-SnapshotsActionsTest-Snapshot-1729377594"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.snapshots [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create snapshot from volume ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Created reservations ['2d8359db-fa25-419b-bf78-3c8ea76975e3', 'b4a6bcb0-48b3-49e8-9ade-8a8a66371610', 'd664c883-2da8-4a49-90ca-76bf80777ec2', 'a1a3b5ab-b38a-40be-8ed0-14af9c1602d9'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot create request issued successfully. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 239/478] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:43:40 2025] POST /volume/v3/snapshots => generated 307 bytes in 78 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0074ffa0-481c-44ee-8b39-c07e97bd3973 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0074ffa0-481c-44ee-8b39-c07e97bd3973 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0074ffa0-481c-44ee-8b39-c07e97bd3973 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0074ffa0-481c-44ee-8b39-c07e97bd3973 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0074ffa0-481c-44ee-8b39-c07e97bd3973 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0074ffa0-481c-44ee-8b39-c07e97bd3973 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 returned with HTTP 200 +Jan 14 22:43:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 240/479] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:40 2025] GET /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 => generated 439 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b5ae3517-ebea-4eb6-a9e4-6788623b77da None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b5ae3517-ebea-4eb6-a9e4-6788623b77da tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b5ae3517-ebea-4eb6-a9e4-6788623b77da tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b5ae3517-ebea-4eb6-a9e4-6788623b77da tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b5ae3517-ebea-4eb6-a9e4-6788623b77da tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b5ae3517-ebea-4eb6-a9e4-6788623b77da tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 returned with HTTP 200 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 240/480] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:41 2025] GET /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 => generated 466 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6efbc4d5-ea04-4ef5-aa9d-a25e06971977 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6efbc4d5-ea04-4ef5-aa9d-a25e06971977 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9/action +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6efbc4d5-ea04-4ef5-aa9d-a25e06971977 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "error"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6efbc4d5-ea04-4ef5-aa9d-a25e06971977 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "error"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.******_actions [None req-6efbc4d5-ea04-4ef5-aa9d-a25e06971977 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot 'b61e86e7-3151-4075-acd6-39c3e0dd56d9' with '{'status': 'error'}' {{(pid=115489) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6efbc4d5-ea04-4ef5-aa9d-a25e06971977 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9/action returned with HTTP 202 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 241/481] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:41 2025] POST /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9/action => generated 0 bytes in 48 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1b54aed6-d799-4141-a599-5f39437ae818 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1b54aed6-d799-4141-a599-5f39437ae818 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1b54aed6-d799-4141-a599-5f39437ae818 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1b54aed6-d799-4141-a599-5f39437ae818 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1b54aed6-d799-4141-a599-5f39437ae818 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1b54aed6-d799-4141-a599-5f39437ae818 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 returned with HTTP 200 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 241/482] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:41 2025] GET /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 => generated 462 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-38cc4205-f931-4851-943c-465df6f51743 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9/action +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot retrieved successfully. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot delete request issued successfully. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9/action returned with HTTP 202 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 242/483] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:41 2025] POST /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9/action => generated 0 bytes in 33 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7ca9f295-cae6-4e37-8579-59d9a3c2344e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7ca9f295-cae6-4e37-8579-59d9a3c2344e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7ca9f295-cae6-4e37-8579-59d9a3c2344e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7ca9f295-cae6-4e37-8579-59d9a3c2344e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7ca9f295-cae6-4e37-8579-59d9a3c2344e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7ca9f295-cae6-4e37-8579-59d9a3c2344e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 returned with HTTP 200 +Jan 14 22:43:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 242/484] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:41 2025] GET /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 => generated 465 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ede9f6ae-855b-4512-9c6e-d90b243d3b34 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ede9f6ae-855b-4512-9c6e-d90b243d3b34 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 +Jan 14 22:43:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ede9f6ae-855b-4512-9c6e-d90b243d3b34 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ede9f6ae-855b-4512-9c6e-d90b243d3b34 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ede9f6ae-855b-4512-9c6e-d90b243d3b34 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 returned with HTTP 404 +Jan 14 22:43:42 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 243/485] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:42 2025] GET /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-10ed93a8-f7d4-485b-a8f4-b4a8f2dae0f3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-10ed93a8-f7d4-485b-a8f4-b4a8f2dae0f3 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-10ed93a8-f7d4-485b-a8f4-b4a8f2dae0f3 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-10ed93a8-f7d4-485b-a8f4-b4a8f2dae0f3 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-10ed93a8-f7d4-485b-a8f4-b4a8f2dae0f3 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'available'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:42 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:42 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-10ed93a8-f7d4-485b-a8f4-b4a8f2dae0f3 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 243/486] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:42 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 39 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-20353214-d3a5-4725-847b-7c8decc5aa39 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-20353214-d3a5-4725-847b-7c8decc5aa39 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-20353214-d3a5-4725-847b-7c8decc5aa39 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-20353214-d3a5-4725-847b-7c8decc5aa39 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-20353214-d3a5-4725-847b-7c8decc5aa39 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-20353214-d3a5-4725-847b-7c8decc5aa39 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 244/487] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:43 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 466 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6b6969cd-9362-4d65-ad6c-1b1b99cb4a6f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6b6969cd-9362-4d65-ad6c-1b1b99cb4a6f tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6b6969cd-9362-4d65-ad6c-1b1b99cb4a6f tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6b6969cd-9362-4d65-ad6c-1b1b99cb4a6f tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-6b6969cd-9362-4d65-ad6c-1b1b99cb4a6f tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Delete snapshot with id: b61e86e7-3151-4075-acd6-39c3e0dd56d9 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6b6969cd-9362-4d65-ad6c-1b1b99cb4a6f tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 returned with HTTP 404 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 244/488] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:43:43 2025] DELETE /volume/v3/snapshots/b61e86e7-3151-4075-acd6-39c3e0dd56d9 => generated 111 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "ed5fd22b-e11b-4c16-9fa0-4828f216a351", "name": "tempest-SnapshotsActionsTest-Snapshot-240632468"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Create snapshot from volume ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Created reservations ['9a4d178d-6b28-4530-b984-d6da344691e1', '2cf77980-8423-4239-94a5-b3d77e5ce9fb', 'c590546d-ac8a-4652-9e0d-1ef0670e623d', 'd0d7a45f-065d-42a0-8e53-850da06b6294'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot create request issued successfully. +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 245/489] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:43:43 2025] POST /volume/v3/snapshots => generated 306 bytes in 77 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-44c91b62-7546-49fa-945f-56fa2fb46155 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44c91b62-7546-49fa-945f-56fa2fb46155 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-44c91b62-7546-49fa-945f-56fa2fb46155 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-44c91b62-7546-49fa-945f-56fa2fb46155 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-44c91b62-7546-49fa-945f-56fa2fb46155 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44c91b62-7546-49fa-945f-56fa2fb46155 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 returned with HTTP 200 +Jan 14 22:43:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 245/490] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:43 2025] GET /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 => generated 438 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-517ac9c7-94c8-467b-82d0-eeba424124fe None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-517ac9c7-94c8-467b-82d0-eeba424124fe tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-517ac9c7-94c8-467b-82d0-eeba424124fe tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-517ac9c7-94c8-467b-82d0-eeba424124fe tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-517ac9c7-94c8-467b-82d0-eeba424124fe tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-517ac9c7-94c8-467b-82d0-eeba424124fe tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 returned with HTTP 200 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 246/491] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:44 2025] GET /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 => generated 465 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-62bef454-43bc-46e8-82a8-2f5cebfcd41e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-62bef454-43bc-46e8-82a8-2f5cebfcd41e tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249/action +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-62bef454-43bc-46e8-82a8-2f5cebfcd41e tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "error_deleting"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-62bef454-43bc-46e8-82a8-2f5cebfcd41e tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "error_deleting"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-62bef454-43bc-46e8-82a8-2f5cebfcd41e tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '38863182-40a4-4fa0-b0d8-500f821d9249' with '{'status': 'error_deleting'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-62bef454-43bc-46e8-82a8-2f5cebfcd41e tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249/action returned with HTTP 202 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 246/492] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:44 2025] POST /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249/action => generated 0 bytes in 39 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0715aa68-7d2a-436b-9d08-8c4207bb5966 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0715aa68-7d2a-436b-9d08-8c4207bb5966 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0715aa68-7d2a-436b-9d08-8c4207bb5966 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0715aa68-7d2a-436b-9d08-8c4207bb5966 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0715aa68-7d2a-436b-9d08-8c4207bb5966 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0715aa68-7d2a-436b-9d08-8c4207bb5966 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 returned with HTTP 200 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 247/493] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:44 2025] GET /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 => generated 470 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249/action +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-force_delete": {}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _force_delete, body: {"os-force_delete": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot retrieved successfully. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot delete request issued successfully. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249/action returned with HTTP 202 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 247/494] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:44 2025] POST /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249/action => generated 0 bytes in 35 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-df9ef371-ef98-41b1-847a-540b05bcbc1c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-df9ef371-ef98-41b1-847a-540b05bcbc1c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-df9ef371-ef98-41b1-847a-540b05bcbc1c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-df9ef371-ef98-41b1-847a-540b05bcbc1c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-df9ef371-ef98-41b1-847a-540b05bcbc1c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-df9ef371-ef98-41b1-847a-540b05bcbc1c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 returned with HTTP 200 +Jan 14 22:43:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 248/495] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:44 2025] GET /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 => generated 464 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f8800f80-bf9a-409c-8268-3d1c6f563387 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f8800f80-bf9a-409c-8268-3d1c6f563387 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f8800f80-bf9a-409c-8268-3d1c6f563387 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f8800f80-bf9a-409c-8268-3d1c6f563387 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f8800f80-bf9a-409c-8268-3d1c6f563387 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 returned with HTTP 404 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 248/496] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:45 2025] GET /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 => generated 111 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f63b9f91-157c-48f4-8e56-57533c3e4a69 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f63b9f91-157c-48f4-8e56-57533c3e4a69 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f63b9f91-157c-48f4-8e56-57533c3e4a69 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f63b9f91-157c-48f4-8e56-57533c3e4a69 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.******_actions [None req-f63b9f91-157c-48f4-8e56-57533c3e4a69 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'available'}' {{(pid=115489) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f63b9f91-157c-48f4-8e56-57533c3e4a69 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 249/497] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:45 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 37 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3a465332-69f4-4d4b-8809-dc07eec5ad2b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3a465332-69f4-4d4b-8809-dc07eec5ad2b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3a465332-69f4-4d4b-8809-dc07eec5ad2b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3a465332-69f4-4d4b-8809-dc07eec5ad2b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3a465332-69f4-4d4b-8809-dc07eec5ad2b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3a465332-69f4-4d4b-8809-dc07eec5ad2b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 249/498] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:45 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 466 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a27e8204-c6d8-47df-95ea-96b98de0319b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a27e8204-c6d8-47df-95ea-96b98de0319b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a27e8204-c6d8-47df-95ea-96b98de0319b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a27e8204-c6d8-47df-95ea-96b98de0319b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v2.snapshots [None req-a27e8204-c6d8-47df-95ea-96b98de0319b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Delete snapshot with id: 38863182-40a4-4fa0-b0d8-500f821d9249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a27e8204-c6d8-47df-95ea-96b98de0319b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 returned with HTTP 404 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 250/499] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:43:45 2025] DELETE /volume/v3/snapshots/38863182-40a4-4fa0-b0d8-500f821d9249 => generated 111 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5ecd8af3-3002-4fb5-ab7d-7f86ebbe6f27 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5ecd8af3-3002-4fb5-ab7d-7f86ebbe6f27 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5ecd8af3-3002-4fb5-ab7d-7f86ebbe6f27 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "creating"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5ecd8af3-3002-4fb5-ab7d-7f86ebbe6f27 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "creating"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-5ecd8af3-3002-4fb5-ab7d-7f86ebbe6f27 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'creating'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5ecd8af3-3002-4fb5-ab7d-7f86ebbe6f27 tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 250/500] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:45 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 31 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1414dba8-1ca7-45a0-bc6e-93ee89dbab3c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1414dba8-1ca7-45a0-bc6e-93ee89dbab3c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1414dba8-1ca7-45a0-bc6e-93ee89dbab3c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1414dba8-1ca7-45a0-bc6e-93ee89dbab3c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1414dba8-1ca7-45a0-bc6e-93ee89dbab3c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1414dba8-1ca7-45a0-bc6e-93ee89dbab3c tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 251/501] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:45 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 465 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e4670d12-dede-43cd-be1b-e6e318a08103 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e4670d12-dede-43cd-be1b-e6e318a08103 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e4670d12-dede-43cd-be1b-e6e318a08103 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action body: b'{"os-update_snapshot_status": {"status": "error", "progress": "80%"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e4670d12-dede-43cd-be1b-e6e318a08103 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Action: 'action', calling method: _update_snapshot_status, body: {"os-update_snapshot_status": {"status": "error", "progress": "80%"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.snapshot_actions [None req-e4670d12-dede-43cd-be1b-e6e318a08103 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] body: {'os-update_snapshot_status': {'status': 'error', 'progress': '80%'}} {{(pid=115488) _update_snapshot_status /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:46}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.snapshot_actions [None req-e4670d12-dede-43cd-be1b-e6e318a08103 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Updating snapshot 88c185bb-1602-48ca-9ed7-d0b5c79bd249 with info {'id': '88c185bb-1602-48ca-9ed7-d0b5c79bd249', 'status': 'error', 'progress': '80%'} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e4670d12-dede-43cd-be1b-e6e318a08103 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 251/502] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:45 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 17 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e1ce6e27-fb2e-4fde-a21f-e40b3167791b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1ce6e27-fb2e-4fde-a21f-e40b3167791b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1ce6e27-fb2e-4fde-a21f-e40b3167791b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1ce6e27-fb2e-4fde-a21f-e40b3167791b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e1ce6e27-fb2e-4fde-a21f-e40b3167791b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Snapshot retrieved successfully. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1ce6e27-fb2e-4fde-a21f-e40b3167791b tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 252/503] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:45 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 461 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e5fc382e-827d-4e8b-8613-cae89cb0b84d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e5fc382e-827d-4e8b-8613-cae89cb0b84d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] POST http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e5fc382e-827d-4e8b-8613-cae89cb0b84d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action body: b'{"os-reset_status": {"status": "available"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e5fc382e-827d-4e8b-8613-cae89cb0b84d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Action: 'action', calling method: _reset_status, body: {"os-reset_status": {"status": "available"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.******_actions [None req-e5fc382e-827d-4e8b-8613-cae89cb0b84d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] Updating snapshot '88c185bb-1602-48ca-9ed7-d0b5c79bd249' with '{'status': 'available'}' {{(pid=115488) _reset_status /opt/stack/cinder/cinder/api/contrib/******_actions.py:100}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e5fc382e-827d-4e8b-8613-cae89cb0b84d tempest-SnapshotsActionsTest-1153692828 tempest-SnapshotsActionsTest-1153692828-project-******] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action returned with HTTP 202 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 252/504] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:43:45 2025] POST /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249/action => generated 0 bytes in 23 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8d0c105c-b30b-4681-9bc0-a188bd514b36 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8d0c105c-b30b-4681-9bc0-a188bd514b36 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8d0c105c-b30b-4681-9bc0-a188bd514b36 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8d0c105c-b30b-4681-9bc0-a188bd514b36 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8d0c105c-b30b-4681-9bc0-a188bd514b36 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8d0c105c-b30b-4681-9bc0-a188bd514b36 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 253/505] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:45 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 465 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Delete snapshot with id: 88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot delete request issued successfully. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 202 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 253/506] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:43:45 2025] DELETE /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2b76d6f5-6866-44dc-bd64-279adb6dd2f1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2b76d6f5-6866-44dc-bd64-279adb6dd2f1 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2b76d6f5-6866-44dc-bd64-279adb6dd2f1 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2b76d6f5-6866-44dc-bd64-279adb6dd2f1 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2b76d6f5-6866-44dc-bd64-279adb6dd2f1 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Snapshot retrieved successfully. +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2b76d6f5-6866-44dc-bd64-279adb6dd2f1 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 200 +Jan 14 22:43:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 254/507] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:45 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 464 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dda1e5f7-a55e-4b30-832a-f21b19923b00 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dda1e5f7-a55e-4b30-832a-f21b19923b00 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dda1e5f7-a55e-4b30-832a-f21b19923b00 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dda1e5f7-a55e-4b30-832a-f21b19923b00 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dda1e5f7-a55e-4b30-832a-f21b19923b00 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 returned with HTTP 404 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 254/508] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:43:46 2025] GET /volume/v3/snapshots/88c185bb-1602-48ca-9ed7-d0b5c79bd249 => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7ad9e426-82e9-4a3a-a034-ad7b2a69851b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7ad9e426-82e9-4a3a-a034-ad7b2a69851b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7ad9e426-82e9-4a3a-a034-ad7b2a69851b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7ad9e426-82e9-4a3a-a034-ad7b2a69851b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7ad9e426-82e9-4a3a-a034-ad7b2a69851b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7ad9e426-82e9-4a3a-a034-ad7b2a69851b tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 returned with HTTP 200 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 255/509] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:46 2025] GET /volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-847418bb-02ff-4e9b-af9c-863a7066f05a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] DELETE http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Delete volume with id: ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Delete volume request issued successfully. +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 returned with HTTP 202 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 255/510] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:43:46 2025] DELETE /volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9bd00632-a440-4950-b420-05bb94f3cdff None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9bd00632-a440-4950-b420-05bb94f3cdff tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9bd00632-a440-4950-b420-05bb94f3cdff tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9bd00632-a440-4950-b420-05bb94f3cdff tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9bd00632-a440-4950-b420-05bb94f3cdff tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Volume info retrieved successfully. +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9bd00632-a440-4950-b420-05bb94f3cdff tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 returned with HTTP 200 +Jan 14 22:43:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 256/511] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:46 2025] GET /volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 => generated 842 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2b4ef9a2-85b3-47dc-90a1-8c01e3bcd9b9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2b4ef9a2-85b3-47dc-90a1-8c01e3bcd9b9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] GET http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 +Jan 14 22:43:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2b4ef9a2-85b3-47dc-90a1-8c01e3bcd9b9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2b4ef9a2-85b3-47dc-90a1-8c01e3bcd9b9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2b4ef9a2-85b3-47dc-90a1-8c01e3bcd9b9 tempest-SnapshotsActionsTest-1528063260 tempest-SnapshotsActionsTest-1528063260-project-member] http://10.201.9.223/volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 returned with HTTP 404 +Jan 14 22:43:47 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 256/512] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:47 2025] GET /volume/v3/volumes/ed5fd22b-e11b-4c16-9fa0-4828f216a351 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d9adb90f-200b-4318-b1fc-b1858818f2f4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d9adb90f-200b-4318-b1fc-b1858818f2f4 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d9adb90f-200b-4318-b1fc-b1858818f2f4 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-567249659", "extra_specs": {"storage_protocol": "tempest-storage_protocol-624615581", "vendor_name": "tempest-vendor_name-1711461917"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d9adb90f-200b-4318-b1fc-b1858818f2f4 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:49 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 257/513] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:43:49 2025] POST /volume/v3/types => generated 326 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "8145e973-7346-4562-adea-815146529331", "size": 1, "name": "tempest-UserMessagesTest-Volume-1357375891"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Create volume request body: {'volume': {'volume_type': '8145e973-7346-4562-adea-815146529331', 'size': 1, 'name': 'tempest-UserMessagesTest-Volume-1357375891'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Create volume of 1 GB +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Flow 'volume_create_api' (e43a6bf3-a38e-412f-a4d9-d4c219ff5a4b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f738abaf-f0b9-4e76-8a8b-fd7c8c3b403e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f738abaf-f0b9-4e76-8a8b-fd7c8c3b403e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:43:50Z,deleted=False,deleted_at=None,description=None,extra_specs={storage_protocol='tempest-storage_protocol-624615581',vendor_name='tempest-vendor_name-1711461917'},id=8145e973-7346-4562-adea-815146529331,is_public=True,name='tempest-UserMessagesTest-volume-type-567249659',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '8145e973-7346-4562-adea-815146529331', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6ca8b79a-2733-487a-8dda-4e0a78dd91e1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Deprecated: Default quota for resource: volumes_tempest-UserMessagesTest-volume-type-567249659 is set by the default quota flag: quota_volumes_tempest-UserMessagesTest-volume-type-567249659, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Deprecated: Default quota for resource: gigabytes_tempest-UserMessagesTest-volume-type-567249659 is set by the default quota flag: quota_gigabytes_tempest-UserMessagesTest-volume-type-567249659, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Created reservations ['c294785d-c382-4bba-b811-27028d9d1c0a', '36ef9aec-b1eb-4174-8c11-096eef4d02b1', 'fba14006-a89c-4310-a2c6-8dbb01fba500', '5eb9083e-6ff3-4d7b-9aa5-fd753d412a4a'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6ca8b79a-2733-487a-8dda-4e0a78dd91e1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c294785d-c382-4bba-b811-27028d9d1c0a', '36ef9aec-b1eb-4174-8c11-096eef4d02b1', 'fba14006-a89c-4310-a2c6-8dbb01fba500', '5eb9083e-6ff3-4d7b-9aa5-fd753d412a4a']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (af6f798d-6dc5-4ff8-80fc-26fa333fbdfe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (af6f798d-6dc5-4ff8-80fc-26fa333fbdfe) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'd8b59dd6-193a-4078-931f-9eef42130f3d', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-1357375891',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7c856116edd546769ff9c6144da51370',qos_specs=None,replication_status=,reservations=['c294785d-c382-4bba-b811-27028d9d1c0a','36ef9aec-b1eb-4174-8c11-096eef4d02b1','fba14006-a89c-4310-a2c6-8dbb01fba500','5eb9083e-6ff3-4d7b-9aa5-fd753d412a4a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='14f07870526844a6b91a73296da50f70',volume_type_id=8145e973-7346-4562-adea-815146529331), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-1357375891',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=d8b59dd6-193a-4078-931f-9eef42130f3d,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7c856116edd546769ff9c6144da51370',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='14f07870526844a6b91a73296da50f70',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8145e973-7346-4562-adea-815146529331),volume_type_id=8145e973-7346-4562-adea-815146529331)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f5139fb2-b67a-43b0-b051-e96599d4493c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f5139fb2-b67a-43b0-b051-e96599d4493c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-1357375891',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7c856116edd546769ff9c6144da51370',qos_specs=None,replication_status=,reservations=['c294785d-c382-4bba-b811-27028d9d1c0a','36ef9aec-b1eb-4174-8c11-096eef4d02b1','fba14006-a89c-4310-a2c6-8dbb01fba500','5eb9083e-6ff3-4d7b-9aa5-fd753d412a4a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='14f07870526844a6b91a73296da50f70',volume_type_id=8145e973-7346-4562-adea-815146529331)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0b67a8fa-f3f2-4e89-b39e-fcaceee59117) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0b67a8fa-f3f2-4e89-b39e-fcaceee59117) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Flow 'volume_create_api' (e43a6bf3-a38e-412f-a4d9-d4c219ff5a4b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Create volume request issued successfully. +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:49 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 257/514] 10.201.9.223 () {62 vars in 1181 bytes} [Tue Jan 14 22:43:49 2025] POST /volume/v3/volumes => generated 787 bytes in 168 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6c91edcc-05bd-4e90-95b8-deddc1e58567 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6c91edcc-05bd-4e90-95b8-deddc1e58567 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6c91edcc-05bd-4e90-95b8-deddc1e58567 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6c91edcc-05bd-4e90-95b8-deddc1e58567 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6c91edcc-05bd-4e90-95b8-deddc1e58567 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6c91edcc-05bd-4e90-95b8-deddc1e58567 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d returned with HTTP 200 +Jan 14 22:43:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 258/515] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:50 2025] GET /volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d => generated 855 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b68dcd6c-f83c-4d22-8571-de08ec8d653f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b68dcd6c-f83c-4d22-8571-de08ec8d653f tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b68dcd6c-f83c-4d22-8571-de08ec8d653f tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b68dcd6c-f83c-4d22-8571-de08ec8d653f tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b68dcd6c-f83c-4d22-8571-de08ec8d653f tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b68dcd6c-f83c-4d22-8571-de08ec8d653f tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d returned with HTTP 200 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 258/516] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:51 2025] GET /volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d => generated 876 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-47957ec1-96e7-47d0-9c3d-79cd003ec3a5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-47957ec1-96e7-47d0-9c3d-79cd003ec3a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/messages +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-47957ec1-96e7-47d0-9c3d-79cd003ec3a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-47957ec1-96e7-47d0-9c3d-79cd003ec3a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-47957ec1-96e7-47d0-9c3d-79cd003ec3a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/messages returned with HTTP 200 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 259/517] 10.201.9.223 () {60 vars in 1162 bytes} [Tue Jan 14 22:43:51 2025] GET /volume/v3/messages => generated 672 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7cf29d86-1a85-4a59-8e00-a51b0f4a1b35 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7cf29d86-1a85-4a59-8e00-a51b0f4a1b35 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] DELETE http://10.201.9.223/volume/v3/messages/4afae94a-0395-4327-8e6f-7aa3a9e3b1a5 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7cf29d86-1a85-4a59-8e00-a51b0f4a1b35 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7cf29d86-1a85-4a59-8e00-a51b0f4a1b35 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7cf29d86-1a85-4a59-8e00-a51b0f4a1b35 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/messages/4afae94a-0395-4327-8e6f-7aa3a9e3b1a5 returned with HTTP 204 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 259/518] 10.201.9.223 () {60 vars in 1276 bytes} [Tue Jan 14 22:43:51 2025] DELETE /volume/v3/messages/4afae94a-0395-4327-8e6f-7aa3a9e3b1a5 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-48ea2fb5-de89-48fc-9db1-15ac6605e4a5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-48ea2fb5-de89-48fc-9db1-15ac6605e4a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/messages/4afae94a-0395-4327-8e6f-7aa3a9e3b1a5 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-48ea2fb5-de89-48fc-9db1-15ac6605e4a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-48ea2fb5-de89-48fc-9db1-15ac6605e4a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-48ea2fb5-de89-48fc-9db1-15ac6605e4a5 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/messages/4afae94a-0395-4327-8e6f-7aa3a9e3b1a5 returned with HTTP 404 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 260/519] 10.201.9.223 () {60 vars in 1273 bytes} [Tue Jan 14 22:43:51 2025] GET /volume/v3/messages/4afae94a-0395-4327-8e6f-7aa3a9e3b1a5 => generated 110 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-51250b54-a29b-405f-b876-c6c1826c2aae None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51250b54-a29b-405f-b876-c6c1826c2aae tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51250b54-a29b-405f-b876-c6c1826c2aae tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51250b54-a29b-405f-b876-c6c1826c2aae tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-51250b54-a29b-405f-b876-c6c1826c2aae tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51250b54-a29b-405f-b876-c6c1826c2aae tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d returned with HTTP 200 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 260/520] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:51 2025] GET /volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d => generated 876 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a793d082-5d76-4b4f-80b9-06f77132622e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] DELETE http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Delete volume with id: d8b59dd6-193a-4078-931f-9eef42130f3d +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Decrease volume quotas for non temporary volume in non error_managing status. {{(pid=115489) delete /opt/stack/cinder/cinder/volume/api.py:433}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Deprecated: Default quota for resource: volumes_tempest-UserMessagesTest-volume-type-567249659 is set by the default quota flag: quota_volumes_tempest-UserMessagesTest-volume-type-567249659, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Deprecated: Default quota for resource: gigabytes_tempest-UserMessagesTest-volume-type-567249659 is set by the default quota flag: quota_gigabytes_tempest-UserMessagesTest-volume-type-567249659, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Created reservations ['32b511c7-e131-4781-b9cd-5ade11daa98b', '837e4552-809f-4570-ae3d-f52649c04d34', '045dbe6a-83ee-44f6-9659-7027fd089c05', '91ac4b39-4d0f-4a50-b2c0-5c593e531c2b'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Delete volume request issued successfully. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a793d082-5d76-4b4f-80b9-06f77132622e tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d returned with HTTP 202 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 261/521] 10.201.9.223 () {60 vars in 1273 bytes} [Tue Jan 14 22:43:51 2025] DELETE /volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d => generated 0 bytes in 66 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-85e91a45-c245-4982-a60d-750f7f44c6c4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85e91a45-c245-4982-a60d-750f7f44c6c4 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-85e91a45-c245-4982-a60d-750f7f44c6c4 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-85e91a45-c245-4982-a60d-750f7f44c6c4 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85e91a45-c245-4982-a60d-750f7f44c6c4 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d returned with HTTP 404 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 261/522] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:51 2025] GET /volume/v3/volumes/d8b59dd6-193a-4078-931f-9eef42130f3d => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bdac5326-542f-48aa-9c8e-f2a60adfcd70 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bdac5326-542f-48aa-9c8e-f2a60adfcd70 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] DELETE http://10.201.9.223/volume/v3/types/8145e973-7346-4562-adea-815146529331 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bdac5326-542f-48aa-9c8e-f2a60adfcd70 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bdac5326-542f-48aa-9c8e-f2a60adfcd70 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bdac5326-542f-48aa-9c8e-f2a60adfcd70 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] http://10.201.9.223/volume/v3/types/8145e973-7346-4562-adea-815146529331 returned with HTTP 202 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 262/523] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:51 2025] DELETE /volume/v3/types/8145e973-7346-4562-adea-815146529331 => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b98f6176-310a-4736-bf0c-c30d8f864091 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b98f6176-310a-4736-bf0c-c30d8f864091 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] GET http://10.201.9.223/volume/v3/types/8145e973-7346-4562-adea-815146529331 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b98f6176-310a-4736-bf0c-c30d8f864091 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b98f6176-310a-4736-bf0c-c30d8f864091 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b98f6176-310a-4736-bf0c-c30d8f864091 tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] http://10.201.9.223/volume/v3/types/8145e973-7346-4562-adea-815146529331 returned with HTTP 404 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 262/524] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:51 2025] GET /volume/v3/types/8145e973-7346-4562-adea-815146529331 => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2cd1a32c-e34c-44c9-992b-2883bae64aba None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2cd1a32c-e34c-44c9-992b-2883bae64aba tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2cd1a32c-e34c-44c9-992b-2883bae64aba tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-751558716", "extra_specs": {"storage_protocol": "tempest-storage_protocol-648386158", "vendor_name": "tempest-vendor_name-1226741020"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2cd1a32c-e34c-44c9-992b-2883bae64aba tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 263/525] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:43:51 2025] POST /volume/v3/types => generated 326 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-412fd988-093a-4363-9cdd-22f34140e928 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "f00fbad0-360b-47f6-80b2-a5c0a3f9075e", "size": 1, "name": "tempest-UserMessagesTest-Volume-1200815646"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Create volume request body: {'volume': {'volume_type': 'f00fbad0-360b-47f6-80b2-a5c0a3f9075e', 'size': 1, 'name': 'tempest-UserMessagesTest-Volume-1200815646'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Create volume of 1 GB +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Availability Zones retrieved successfully. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Flow 'volume_create_api' (881df92e-e6a3-4027-b583-a17f76897286) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c318a36b-b23c-4cd3-b64a-f35d551cfec7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c318a36b-b23c-4cd3-b64a-f35d551cfec7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:43:51Z,deleted=False,deleted_at=None,description=None,extra_specs={storage_protocol='tempest-storage_protocol-648386158',vendor_name='tempest-vendor_name-1226741020'},id=f00fbad0-360b-47f6-80b2-a5c0a3f9075e,is_public=True,name='tempest-UserMessagesTest-volume-type-751558716',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'f00fbad0-360b-47f6-80b2-a5c0a3f9075e', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (cac97866-3df8-4072-915c-467efd99ceae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Deprecated: Default quota for resource: volumes_tempest-UserMessagesTest-volume-type-751558716 is set by the default quota flag: quota_volumes_tempest-UserMessagesTest-volume-type-751558716, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Deprecated: Default quota for resource: gigabytes_tempest-UserMessagesTest-volume-type-751558716 is set by the default quota flag: quota_gigabytes_tempest-UserMessagesTest-volume-type-751558716, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Created reservations ['8981bdb2-af9e-4d06-96b4-7f49404b9a99', '0b0e3995-f5c8-42ff-b8ac-3838330c12e0', '3ed11594-1319-4497-a02b-52d139b89197', '3911f0c0-1f1a-49c3-aef4-be0797e74ff4'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (cac97866-3df8-4072-915c-467efd99ceae) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8981bdb2-af9e-4d06-96b4-7f49404b9a99', '0b0e3995-f5c8-42ff-b8ac-3838330c12e0', '3ed11594-1319-4497-a02b-52d139b89197', '3911f0c0-1f1a-49c3-aef4-be0797e74ff4']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ebb748fb-47e8-4c6e-8c26-7cfc07a52c29) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ebb748fb-47e8-4c6e-8c26-7cfc07a52c29) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '8914ed05-62a7-49f0-901e-af11fa9bfd1e', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-1200815646',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7c856116edd546769ff9c6144da51370',qos_specs=None,replication_status=,reservations=['8981bdb2-af9e-4d06-96b4-7f49404b9a99','0b0e3995-f5c8-42ff-b8ac-3838330c12e0','3ed11594-1319-4497-a02b-52d139b89197','3911f0c0-1f1a-49c3-aef4-be0797e74ff4'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='14f07870526844a6b91a73296da50f70',volume_type_id=f00fbad0-360b-47f6-80b2-a5c0a3f9075e), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-1200815646',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=8914ed05-62a7-49f0-901e-af11fa9bfd1e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7c856116edd546769ff9c6144da51370',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='14f07870526844a6b91a73296da50f70',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(f00fbad0-360b-47f6-80b2-a5c0a3f9075e),volume_type_id=f00fbad0-360b-47f6-80b2-a5c0a3f9075e)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a2d4a369-d315-4901-830a-30bcb92d7b4c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (a2d4a369-d315-4901-830a-30bcb92d7b4c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-UserMessagesTest-Volume-1200815646',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7c856116edd546769ff9c6144da51370',qos_specs=None,replication_status=,reservations=['8981bdb2-af9e-4d06-96b4-7f49404b9a99','0b0e3995-f5c8-42ff-b8ac-3838330c12e0','3ed11594-1319-4497-a02b-52d139b89197','3911f0c0-1f1a-49c3-aef4-be0797e74ff4'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='14f07870526844a6b91a73296da50f70',volume_type_id=f00fbad0-360b-47f6-80b2-a5c0a3f9075e)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e24876b2-f6ba-44da-b9a0-ec6ef4c22a6d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e24876b2-f6ba-44da-b9a0-ec6ef4c22a6d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Flow 'volume_create_api' (881df92e-e6a3-4027-b583-a17f76897286) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Create volume request issued successfully. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 263/526] 10.201.9.223 () {62 vars in 1181 bytes} [Tue Jan 14 22:43:51 2025] POST /volume/v3/volumes => generated 787 bytes in 121 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-89c236d0-2831-4bf5-80dc-87e69ed85db8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-89c236d0-2831-4bf5-80dc-87e69ed85db8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-89c236d0-2831-4bf5-80dc-87e69ed85db8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-89c236d0-2831-4bf5-80dc-87e69ed85db8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-89c236d0-2831-4bf5-80dc-87e69ed85db8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-89c236d0-2831-4bf5-80dc-87e69ed85db8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e returned with HTTP 200 +Jan 14 22:43:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 264/527] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:51 2025] GET /volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e => generated 855 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-671cb900-e9ff-4b55-87a4-c0e0474086bf None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-671cb900-e9ff-4b55-87a4-c0e0474086bf tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-671cb900-e9ff-4b55-87a4-c0e0474086bf tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-671cb900-e9ff-4b55-87a4-c0e0474086bf tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-671cb900-e9ff-4b55-87a4-c0e0474086bf tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-671cb900-e9ff-4b55-87a4-c0e0474086bf tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e returned with HTTP 200 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 264/528] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:52 2025] GET /volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e => generated 876 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9aa09060-c774-4737-9f3e-7dd32fab451a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9aa09060-c774-4737-9f3e-7dd32fab451a tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/messages +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9aa09060-c774-4737-9f3e-7dd32fab451a tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9aa09060-c774-4737-9f3e-7dd32fab451a tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9aa09060-c774-4737-9f3e-7dd32fab451a tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/messages returned with HTTP 200 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 265/529] 10.201.9.223 () {60 vars in 1162 bytes} [Tue Jan 14 22:43:52 2025] GET /volume/v3/messages => generated 672 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a225a0ca-9f3d-4995-bf30-eaf634a2fc88 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a225a0ca-9f3d-4995-bf30-eaf634a2fc88 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/messages/9fb8d910-9512-412b-a4f4-c365f051e573 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a225a0ca-9f3d-4995-bf30-eaf634a2fc88 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a225a0ca-9f3d-4995-bf30-eaf634a2fc88 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a225a0ca-9f3d-4995-bf30-eaf634a2fc88 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/messages/9fb8d910-9512-412b-a4f4-c365f051e573 returned with HTTP 200 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 265/530] 10.201.9.223 () {60 vars in 1273 bytes} [Tue Jan 14 22:43:52 2025] GET /volume/v3/messages/9fb8d910-9512-412b-a4f4-c365f051e573 => generated 669 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ceac51a5-e1b7-445c-a0ea-c83474ddbba8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ceac51a5-e1b7-445c-a0ea-c83474ddbba8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/messages +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ceac51a5-e1b7-445c-a0ea-c83474ddbba8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ceac51a5-e1b7-445c-a0ea-c83474ddbba8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ceac51a5-e1b7-445c-a0ea-c83474ddbba8 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/messages returned with HTTP 200 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 266/531] 10.201.9.223 () {60 vars in 1162 bytes} [Tue Jan 14 22:43:52 2025] GET /volume/v3/messages => generated 672 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8046f1a2-4fc6-47f7-9d27-a65ce9db61a2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8046f1a2-4fc6-47f7-9d27-a65ce9db61a2 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] DELETE http://10.201.9.223/volume/v3/messages/9fb8d910-9512-412b-a4f4-c365f051e573 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8046f1a2-4fc6-47f7-9d27-a65ce9db61a2 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8046f1a2-4fc6-47f7-9d27-a65ce9db61a2 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8046f1a2-4fc6-47f7-9d27-a65ce9db61a2 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/messages/9fb8d910-9512-412b-a4f4-c365f051e573 returned with HTTP 204 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 266/532] 10.201.9.223 () {60 vars in 1276 bytes} [Tue Jan 14 22:43:52 2025] DELETE /volume/v3/messages/9fb8d910-9512-412b-a4f4-c365f051e573 => generated 0 bytes in 14 msecs (HTTP/1.1 204) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4e924b8a-f125-422d-8fed-15f430719773 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4e924b8a-f125-422d-8fed-15f430719773 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4e924b8a-f125-422d-8fed-15f430719773 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4e924b8a-f125-422d-8fed-15f430719773 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-4e924b8a-f125-422d-8fed-15f430719773 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4e924b8a-f125-422d-8fed-15f430719773 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e returned with HTTP 200 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 267/533] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:52 2025] GET /volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e => generated 876 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] DELETE http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Delete volume with id: 8914ed05-62a7-49f0-901e-af11fa9bfd1e +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Volume info retrieved successfully. +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Decrease volume quotas for non temporary volume in non error_managing status. {{(pid=115488) delete /opt/stack/cinder/cinder/volume/api.py:433}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Created reservations ['7d9f1378-62bd-43ab-a673-1591c180a860', '0d411a30-97ee-4e1a-8c40-a58cebea2551', '4f96ef05-1a30-4aa4-963c-29565138b86b', '3aab351a-03f8-47c0-a328-8c53dad430b9'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Delete volume request issued successfully. +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ae20bbea-1ce3-4dab-96f9-d038d59b99bd tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e returned with HTTP 202 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 267/534] 10.201.9.223 () {60 vars in 1273 bytes} [Tue Jan 14 22:43:52 2025] DELETE /volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e => generated 0 bytes in 76 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e1c99470-0c51-4922-b02a-2d382cf7f374 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1c99470-0c51-4922-b02a-2d382cf7f374 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] GET http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1c99470-0c51-4922-b02a-2d382cf7f374 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1c99470-0c51-4922-b02a-2d382cf7f374 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1c99470-0c51-4922-b02a-2d382cf7f374 tempest-UserMessagesTest-1584936032 tempest-UserMessagesTest-1584936032-project-member] http://10.201.9.223/volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e returned with HTTP 404 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 268/535] 10.201.9.223 () {60 vars in 1270 bytes} [Tue Jan 14 22:43:52 2025] GET /volume/v3/volumes/8914ed05-62a7-49f0-901e-af11fa9bfd1e => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-33eeedaf-a6b1-4556-90cf-257b4da522ed None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-33eeedaf-a6b1-4556-90cf-257b4da522ed tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] DELETE http://10.201.9.223/volume/v3/types/f00fbad0-360b-47f6-80b2-a5c0a3f9075e +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-33eeedaf-a6b1-4556-90cf-257b4da522ed tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-33eeedaf-a6b1-4556-90cf-257b4da522ed tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-33eeedaf-a6b1-4556-90cf-257b4da522ed tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] http://10.201.9.223/volume/v3/types/f00fbad0-360b-47f6-80b2-a5c0a3f9075e returned with HTTP 202 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 268/536] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:43:52 2025] DELETE /volume/v3/types/f00fbad0-360b-47f6-80b2-a5c0a3f9075e => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c659cc78-1656-45bd-8732-b1f760c3f58a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c659cc78-1656-45bd-8732-b1f760c3f58a tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] GET http://10.201.9.223/volume/v3/types/f00fbad0-360b-47f6-80b2-a5c0a3f9075e +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c659cc78-1656-45bd-8732-b1f760c3f58a tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c659cc78-1656-45bd-8732-b1f760c3f58a tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c659cc78-1656-45bd-8732-b1f760c3f58a tempest-UserMessagesTest-36061084 tempest-UserMessagesTest-36061084-project-******] http://10.201.9.223/volume/v3/types/f00fbad0-360b-47f6-80b2-a5c0a3f9075e returned with HTTP 404 +Jan 14 22:43:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 269/537] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:43:52 2025] GET /volume/v3/types/f00fbad0-360b-47f6-80b2-a5c0a3f9075e => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] GET http://10.201.9.223/volume/v3/os-hosts +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.hosts [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: available, enabled, 2025-01-14 22:43:51+00:00 {{(pid=115488) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.hosts [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: unavailable, enabled, 2025-01-14 22:40:29+00:00 {{(pid=115488) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.hosts [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: unavailable, enabled, 2025-01-14 22:38:31+00:00 {{(pid=115488) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.hosts [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: available, enabled, 2025-01-14 22:43:46+00:00 {{(pid=115488) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.hosts [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: available, enabled, 2025-01-14 22:43:46+00:00 {{(pid=115488) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-92f2e049-0eb9-42ae-8a0e-fe3bf3974963 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] http://10.201.9.223/volume/v3/os-hosts returned with HTTP 200 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 269/538] 10.201.9.223 () {58 vars in 1122 bytes} [Tue Jan 14 22:43:54 2025] GET /volume/v3/os-hosts => generated 907 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] GET http://10.201.9.223/volume/v3/os-hosts +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.hosts [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: available, enabled, 2025-01-14 22:43:51+00:00 {{(pid=115489) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.hosts [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: unavailable, enabled, 2025-01-14 22:40:29+00:00 {{(pid=115489) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.hosts [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: unavailable, enabled, 2025-01-14 22:38:31+00:00 {{(pid=115489) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.hosts [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: available, enabled, 2025-01-14 22:43:46+00:00 {{(pid=115489) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.hosts [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] status, active and update: available, enabled, 2025-01-14 22:43:46+00:00 {{(pid=115489) _list_hosts /opt/stack/cinder/cinder/api/contrib/hosts.py:59}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fc8d7c00-b6a2-45a8-bdc5-7d8d321bdac9 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] http://10.201.9.223/volume/v3/os-hosts returned with HTTP 200 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 270/539] 10.201.9.223 () {58 vars in 1122 bytes} [Tue Jan 14 22:43:54 2025] GET /volume/v3/os-hosts => generated 907 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-43dcab40-2a31-4b24-b778-363ca06f2f8b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-43dcab40-2a31-4b24-b778-363ca06f2f8b tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] GET http://10.201.9.223/volume/v3/os-hosts/ubuntu@lvmdriver-1 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-43dcab40-2a31-4b24-b778-363ca06f2f8b tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-43dcab40-2a31-4b24-b778-363ca06f2f8b tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-43dcab40-2a31-4b24-b778-363ca06f2f8b tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] http://10.201.9.223/volume/v3/os-hosts/ubuntu@lvmdriver-1 returned with HTTP 200 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 270/540] 10.201.9.223 () {58 vars in 1179 bytes} [Tue Jan 14 22:43:54 2025] GET /volume/v3/os-hosts/ubuntu@lvmdriver-1 => generated 172 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e43c97b8-92c5-4eb3-894e-452bd29ab6ff None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e43c97b8-92c5-4eb3-894e-452bd29ab6ff tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] GET http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par1 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e43c97b8-92c5-4eb3-894e-452bd29ab6ff tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e43c97b8-92c5-4eb3-894e-452bd29ab6ff tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e43c97b8-92c5-4eb3-894e-452bd29ab6ff tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par1 returned with HTTP 200 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 271/541] 10.201.9.223 () {58 vars in 1161 bytes} [Tue Jan 14 22:43:54 2025] GET /volume/v3/os-hosts/ubuntu@3par1 => generated 166 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-58eeccc5-fa75-46f5-ba43-2a3c40d443e8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-58eeccc5-fa75-46f5-ba43-2a3c40d443e8 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] GET http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par2 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-58eeccc5-fa75-46f5-ba43-2a3c40d443e8 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-58eeccc5-fa75-46f5-ba43-2a3c40d443e8 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-58eeccc5-fa75-46f5-ba43-2a3c40d443e8 tempest-VolumeHostsAdminTestsJSON-1105616303 tempest-VolumeHostsAdminTestsJSON-1105616303-project-******] http://10.201.9.223/volume/v3/os-hosts/ubuntu@3par2 returned with HTTP 200 +Jan 14 22:43:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 271/542] 10.201.9.223 () {58 vars in 1161 bytes} [Tue Jan 14 22:43:54 2025] GET /volume/v3/os-hosts/ubuntu@3par2 => generated 166 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True +Jan 14 22:43:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] Calling method 'get_pools' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools?detail=True returned with HTTP 200 +Jan 14 22:43:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 272/543] 10.201.9.223 () {58 vars in 1196 bytes} [Tue Jan 14 22:43:56 2025] GET /volume/v3/scheduler-stats/get_pools?detail=True => generated 2156 bytes in 573 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:43:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b7daefb1-315d-4888-af99-bbe9f70769af None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:43:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b7daefb1-315d-4888-af99-bbe9f70769af tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] GET http://10.201.9.223/volume/v3/scheduler-stats/get_pools +Jan 14 22:43:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b7daefb1-315d-4888-af99-bbe9f70769af tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:43:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b7daefb1-315d-4888-af99-bbe9f70769af tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] Calling method 'get_pools' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:43:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b7daefb1-315d-4888-af99-bbe9f70769af tempest-VolumePoolsAdminTestsJSON-2101626585 tempest-VolumePoolsAdminTestsJSON-2101626585-project-******] http://10.201.9.223/volume/v3/scheduler-stats/get_pools returned with HTTP 200 +Jan 14 22:43:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 272/544] 10.201.9.223 () {58 vars in 1173 bytes} [Tue Jan 14 22:43:57 2025] GET /volume/v3/scheduler-stats/get_pools => generated 77 bytes in 515 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1a5a5c9d-16e2-4d7b-9f0b-69448cac5262 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1a5a5c9d-16e2-4d7b-9f0b-69448cac5262 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] GET http://10.201.9.223/volume/v3/os-quota-class-sets/default +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1a5a5c9d-16e2-4d7b-9f0b-69448cac5262 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1a5a5c9d-16e2-4d7b-9f0b-69448cac5262 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1a5a5c9d-16e2-4d7b-9f0b-69448cac5262 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 273/545] 10.201.9.223 () {58 vars in 1179 bytes} [Tue Jan 14 22:44:00 2025] GET /volume/v3/os-quota-class-sets/default => generated 476 bytes in 80 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-efc7ee8f-3051-4665-a475-35b608939de5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-efc7ee8f-3051-4665-a475-35b608939de5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] GET http://10.201.9.223/volume/v3/os-quota-class-sets/default +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-efc7ee8f-3051-4665-a475-35b608939de5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-efc7ee8f-3051-4665-a475-35b608939de5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-efc7ee8f-3051-4665-a475-35b608939de5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 273/546] 10.201.9.223 () {58 vars in 1179 bytes} [Tue Jan 14 22:44:00 2025] GET /volume/v3/os-quota-class-sets/default => generated 476 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-502f6be5-2744-40ae-b722-f4b19ffb167e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-502f6be5-2744-40ae-b722-f4b19ffb167e tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-502f6be5-2744-40ae-b722-f4b19ffb167e tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeQuotaClassesTest-volume-type-29140561"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-502f6be5-2744-40ae-b722-f4b19ffb167e tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 274/547] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:00 2025] POST /volume/v3/types => generated 226 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bbed6bf2-29a7-4fad-9caf-da5d4a6a6224 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bbed6bf2-29a7-4fad-9caf-da5d4a6a6224 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] PUT http://10.201.9.223/volume/v3/os-quota-class-sets/default +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bbed6bf2-29a7-4fad-9caf-da5d4a6a6224 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Action: 'update', calling method: update, body: {"quota_class_set": {"volumes": 11, "per_volume_gigabytes": -1, "snapshots": 11, "gigabytes": 1001, "backups": 11, "backup_gigabytes": 1001, "volumes_tempest-VolumeQuotaClassesTest-volume-type-29140561": 1, "snapshots_tempest-VolumeQuotaClassesTest-volume-type-29140561": 4, "gigabytes_tempest-VolumeQuotaClassesTest-volume-type-29140561": 5}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bbed6bf2-29a7-4fad-9caf-da5d4a6a6224 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 274/548] 10.201.9.223 () {60 vars in 1200 bytes} [Tue Jan 14 22:44:00 2025] PUT /volume/v3/os-quota-class-sets/default => generated 661 bytes in 98 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/48b9d9e331554388b4d559a4f51a9136/defaults +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Calling method 'defaults' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: volumes_3par2 is set by the default quota flag: quota_volumes_3par2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: gigabytes_3par2 is set by the default quota flag: quota_gigabytes_3par2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: snapshots_3par2 is set by the default quota flag: quota_snapshots_3par2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: volumes_lvmdriver-1 is set by the default quota flag: quota_volumes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: gigabytes_lvmdriver-1 is set by the default quota flag: quota_gigabytes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: snapshots_lvmdriver-1 is set by the default quota flag: quota_snapshots_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3d5b7aa8-1a46-4137-82aa-05a9c07d5ad3 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/os-quota-sets/48b9d9e331554388b4d559a4f51a9136/defaults returned with HTTP 200 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 275/549] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:44:00 2025] GET /volume/v3/os-quota-sets/48b9d9e331554388b4d559a4f51a9136/defaults => generated 697 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/4e14d64a93084b7298e2dd0c4cc10562/defaults +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Calling method 'defaults' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: volumes_3par2 is set by the default quota flag: quota_volumes_3par2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: gigabytes_3par2 is set by the default quota flag: quota_gigabytes_3par2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: snapshots_3par2 is set by the default quota flag: quota_snapshots_3par2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: volumes_lvmdriver-1 is set by the default quota flag: quota_volumes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: gigabytes_lvmdriver-1 is set by the default quota flag: quota_gigabytes_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: snapshots_lvmdriver-1 is set by the default quota flag: quota_snapshots_lvmdriver-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-abfe10de-3f6f-4064-b987-17f8f5efb9f4 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/os-quota-sets/4e14d64a93084b7298e2dd0c4cc10562/defaults returned with HTTP 200 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 275/550] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:44:00 2025] GET /volume/v3/os-quota-sets/4e14d64a93084b7298e2dd0c4cc10562/defaults => generated 697 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f08feb44-2e7f-4b78-b81e-d79ace6ff7b7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f08feb44-2e7f-4b78-b81e-d79ace6ff7b7 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] DELETE http://10.201.9.223/volume/v3/types/2d07c02a-f471-4aff-8c5a-5fcfc130290f +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f08feb44-2e7f-4b78-b81e-d79ace6ff7b7 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f08feb44-2e7f-4b78-b81e-d79ace6ff7b7 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f08feb44-2e7f-4b78-b81e-d79ace6ff7b7 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/types/2d07c02a-f471-4aff-8c5a-5fcfc130290f returned with HTTP 202 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 276/551] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:00 2025] DELETE /volume/v3/types/2d07c02a-f471-4aff-8c5a-5fcfc130290f => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e03f27ab-c96f-4b21-b0a0-93aeae1534c5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e03f27ab-c96f-4b21-b0a0-93aeae1534c5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] GET http://10.201.9.223/volume/v3/types/2d07c02a-f471-4aff-8c5a-5fcfc130290f +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e03f27ab-c96f-4b21-b0a0-93aeae1534c5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e03f27ab-c96f-4b21-b0a0-93aeae1534c5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e03f27ab-c96f-4b21-b0a0-93aeae1534c5 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/types/2d07c02a-f471-4aff-8c5a-5fcfc130290f returned with HTTP 404 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 276/552] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:00 2025] GET /volume/v3/types/2d07c02a-f471-4aff-8c5a-5fcfc130290f => generated 114 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-59f0bd76-cefe-4c81-9968-1ba4030b28e9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-59f0bd76-cefe-4c81-9968-1ba4030b28e9 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] PUT http://10.201.9.223/volume/v3/os-quota-class-sets/default +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-59f0bd76-cefe-4c81-9968-1ba4030b28e9 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Action: 'update', calling method: update, body: {"quota_class_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-59f0bd76-cefe-4c81-9968-1ba4030b28e9 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] http://10.201.9.223/volume/v3/os-quota-class-sets/default returned with HTTP 200 +Jan 14 22:44:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 277/553] 10.201.9.223 () {60 vars in 1200 bytes} [Tue Jan 14 22:44:00 2025] PUT /volume/v3/os-quota-class-sets/default => generated 459 bytes in 79 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9df8e44c-d82c-4011-b27a-e42b08191fa9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9df8e44c-d82c-4011-b27a-e42b08191fa9 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9df8e44c-d82c-4011-b27a-e42b08191fa9 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9df8e44c-d82c-4011-b27a-e42b08191fa9 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9df8e44c-d82c-4011-b27a-e42b08191fa9 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 277/554] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:02 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 495 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b6cc4a27-65e1-4b91-b1b2-d2d395278faf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b6cc4a27-65e1-4b91-b1b2-d2d395278faf tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b/defaults +Jan 14 22:44:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b6cc4a27-65e1-4b91-b1b2-d2d395278faf tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b6cc4a27-65e1-4b91-b1b2-d2d395278faf tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'defaults' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b6cc4a27-65e1-4b91-b1b2-d2d395278faf tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b/defaults returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 278/555] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:44:02 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b/defaults => generated 495 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-58b2f465-3433-470b-8283-131d118fc623 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-58b2f465-3433-470b-8283-131d118fc623 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-58b2f465-3433-470b-8283-131d118fc623 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 15}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-58b2f465-3433-470b-8283-131d118fc623 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 278/556] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:44:03 2025] PUT /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 453 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e68bc75e-8112-4e80-aa0a-259b63d30fc1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e68bc75e-8112-4e80-aa0a-259b63d30fc1 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] DELETE http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e68bc75e-8112-4e80-aa0a-259b63d30fc1 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e68bc75e-8112-4e80-aa0a-259b63d30fc1 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e68bc75e-8112-4e80-aa0a-259b63d30fc1 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 279/557] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:44:03 2025] DELETE /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 0 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 283 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-30514b4f-a2e5-4302-a1e6-39894533f73a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-30514b4f-a2e5-4302-a1e6-39894533f73a tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-30514b4f-a2e5-4302-a1e6-39894533f73a tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-30514b4f-a2e5-4302-a1e6-39894533f73a tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-30514b4f-a2e5-4302-a1e6-39894533f73a tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 279/558] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:03 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 495 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7e9c93ce-89ae-43ee-b6c7-e3ff416e448d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e9c93ce-89ae-43ee-b6c7-e3ff416e448d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7e9c93ce-89ae-43ee-b6c7-e3ff416e448d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e9c93ce-89ae-43ee-b6c7-e3ff416e448d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 280/559] 10.201.9.223 () {60 vars in 1257 bytes} [Tue Jan 14 22:44:03 2025] PUT /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 453 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ef28e16b-1d7d-4010-85be-25e8dccbcf71 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ef28e16b-1d7d-4010-85be-25e8dccbcf71 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b/defaults +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ef28e16b-1d7d-4010-85be-25e8dccbcf71 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ef28e16b-1d7d-4010-85be-25e8dccbcf71 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'defaults' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ef28e16b-1d7d-4010-85be-25e8dccbcf71 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b/defaults returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 280/560] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:44:03 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b/defaults => generated 495 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c9a1e747-a5cf-4bd5-9180-0ec57f75aa23 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c9a1e747-a5cf-4bd5-9180-0ec57f75aa23 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c9a1e747-a5cf-4bd5-9180-0ec57f75aa23 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c9a1e747-a5cf-4bd5-9180-0ec57f75aa23 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c9a1e747-a5cf-4bd5-9180-0ec57f75aa23 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 281/561] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:03 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 495 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d5004552-1d68-4deb-a069-086985a13448 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d5004552-1d68-4deb-a069-086985a13448 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d5004552-1d68-4deb-a069-086985a13448 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d5004552-1d68-4deb-a069-086985a13448 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d5004552-1d68-4deb-a069-086985a13448 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 281/562] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:03 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True => generated 1236 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a396accb-886b-4cdd-8652-e1cc494f5005 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-816043703"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeQuotasAdminTestJSON-Volume-816043703'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Create volume of 1 GB +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Flow 'volume_create_api' (f0cd3984-a956-466d-b923-7e1f784ef9db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8e39c4c5-5c55-41e8-9c63-0a9c10e808b2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8e39c4c5-5c55-41e8-9c63-0a9c10e808b2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ea6074a6-8579-441c-a77b-4d2f0cbf6a80) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Created reservations ['bae38a77-07d4-4fee-a54a-01a5c1c47a39', '229c1e98-0ee5-42f0-bf54-a3b1bf816ade', '68d86c3a-2633-4083-8c5d-918b6e469e1c', '7f47c715-2578-459f-98cc-2bd6d8834afe'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ea6074a6-8579-441c-a77b-4d2f0cbf6a80) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['bae38a77-07d4-4fee-a54a-01a5c1c47a39', '229c1e98-0ee5-42f0-bf54-a3b1bf816ade', '68d86c3a-2633-4083-8c5d-918b6e469e1c', '7f47c715-2578-459f-98cc-2bd6d8834afe']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c3da5313-1b84-46f8-8da8-18460676779c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c3da5313-1b84-46f8-8da8-18460676779c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'e4796ce4-e958-4bb9-84f8-1ffd68e226fb', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-816043703',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='0a72a83cda9c4a95bd4636159faf2b2b',qos_specs=None,replication_status=,reservations=['bae38a77-07d4-4fee-a54a-01a5c1c47a39','229c1e98-0ee5-42f0-bf54-a3b1bf816ade','68d86c3a-2633-4083-8c5d-918b6e469e1c','7f47c715-2578-459f-98cc-2bd6d8834afe'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e44447f7afea4e0fb0bea36f12a84726',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-816043703',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=e4796ce4-e958-4bb9-84f8-1ffd68e226fb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0a72a83cda9c4a95bd4636159faf2b2b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e44447f7afea4e0fb0bea36f12a84726',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8503bdd2-d9d9-4f14-bf91-b9c2406bd5bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8503bdd2-d9d9-4f14-bf91-b9c2406bd5bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-816043703',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='0a72a83cda9c4a95bd4636159faf2b2b',qos_specs=None,replication_status=,reservations=['bae38a77-07d4-4fee-a54a-01a5c1c47a39','229c1e98-0ee5-42f0-bf54-a3b1bf816ade','68d86c3a-2633-4083-8c5d-918b6e469e1c','7f47c715-2578-459f-98cc-2bd6d8834afe'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e44447f7afea4e0fb0bea36f12a84726',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (4809a689-379f-4a50-9b91-b7b08bc9b530) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (4809a689-379f-4a50-9b91-b7b08bc9b530) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Flow 'volume_create_api' (f0cd3984-a956-466d-b923-7e1f784ef9db) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Create volume request issued successfully. +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 282/563] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:03 2025] POST /volume/v3/volumes => generated 754 bytes in 211 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e644aa4a-6b91-4b8b-8b4c-64d5647fc6a8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e644aa4a-6b91-4b8b-8b4c-64d5647fc6a8 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e644aa4a-6b91-4b8b-8b4c-64d5647fc6a8 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e644aa4a-6b91-4b8b-8b4c-64d5647fc6a8 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e644aa4a-6b91-4b8b-8b4c-64d5647fc6a8 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Volume info retrieved successfully. +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e644aa4a-6b91-4b8b-8b4c-64d5647fc6a8 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb returned with HTTP 200 +Jan 14 22:44:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 282/564] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:03 2025] GET /volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb => generated 822 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fefe9bbf-413b-4fc9-a184-027c4d6801ab None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fefe9bbf-413b-4fc9-a184-027c4d6801ab tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fefe9bbf-413b-4fc9-a184-027c4d6801ab tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fefe9bbf-413b-4fc9-a184-027c4d6801ab tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-fefe9bbf-413b-4fc9-a184-027c4d6801ab tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Volume info retrieved successfully. +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fefe9bbf-413b-4fc9-a184-027c4d6801ab tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb returned with HTTP 200 +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 283/565] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:04 2025] GET /volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f8ce77f8-cc2f-464f-9609-c85e7f52292d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f8ce77f8-cc2f-464f-9609-c85e7f52292d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f8ce77f8-cc2f-464f-9609-c85e7f52292d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f8ce77f8-cc2f-464f-9609-c85e7f52292d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f8ce77f8-cc2f-464f-9609-c85e7f52292d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True returned with HTTP 200 +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 283/566] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:04 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True => generated 1236 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] DELETE http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Delete volume with id: e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Volume info retrieved successfully. +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Delete volume request issued successfully. +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb returned with HTTP 202 +Jan 14 22:44:04 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 284/567] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:04 2025] DELETE /volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c8905801-5574-4f5a-8168-e27a0e033060 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c8905801-5574-4f5a-8168-e27a0e033060 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c8905801-5574-4f5a-8168-e27a0e033060 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c8905801-5574-4f5a-8168-e27a0e033060 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c8905801-5574-4f5a-8168-e27a0e033060 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Volume info retrieved successfully. +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c8905801-5574-4f5a-8168-e27a0e033060 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb returned with HTTP 200 +Jan 14 22:44:04 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 284/568] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:04 2025] GET /volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb => generated 846 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a144274f-49fd-46ad-aa5a-227b2b437106 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a144274f-49fd-46ad-aa5a-227b2b437106 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a144274f-49fd-46ad-aa5a-227b2b437106 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a144274f-49fd-46ad-aa5a-227b2b437106 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a144274f-49fd-46ad-aa5a-227b2b437106 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb returned with HTTP 404 +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 285/569] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:05 2025] GET /volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9e248c1d-bc58-4b59-8200-3c7a9d6ddede None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e248c1d-bc58-4b59-8200-3c7a9d6ddede tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e248c1d-bc58-4b59-8200-3c7a9d6ddede tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e248c1d-bc58-4b59-8200-3c7a9d6ddede tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e248c1d-bc58-4b59-8200-3c7a9d6ddede tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb returned with HTTP 404 +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 285/570] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:05 2025] GET /volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-522498c9-8885-4c62-b763-50f73122ced4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-522498c9-8885-4c62-b763-50f73122ced4 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] DELETE http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-522498c9-8885-4c62-b763-50f73122ced4 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-522498c9-8885-4c62-b763-50f73122ced4 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-522498c9-8885-4c62-b763-50f73122ced4 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Delete volume with id: e4796ce4-e958-4bb9-84f8-1ffd68e226fb +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-522498c9-8885-4c62-b763-50f73122ced4 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb returned with HTTP 404 +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 286/571] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:05 2025] DELETE /volume/v3/volumes/e4796ce4-e958-4bb9-84f8-1ffd68e226fb => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-341359777"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeQuotasAdminTestJSON-Volume-341359777'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Create volume of 1 GB +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Flow 'volume_create_api' (bfc5efc0-560c-4148-abb6-e5ffb747d34e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e8226548-af67-4856-8a63-9f014610f938) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e8226548-af67-4856-8a63-9f014610f938) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (dc42af97-6bbe-4851-b246-d44090fec0eb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Created reservations ['f1b6399e-8770-4837-bd97-44af108570e0', '45ff0a5f-e075-4b31-8d96-7a82bf5053f0', '455169ad-985e-492e-9f8a-fe1f188b3ae2', 'f5599aef-493e-499c-9edb-e4cd4bbf6e75'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (dc42af97-6bbe-4851-b246-d44090fec0eb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['f1b6399e-8770-4837-bd97-44af108570e0', '45ff0a5f-e075-4b31-8d96-7a82bf5053f0', '455169ad-985e-492e-9f8a-fe1f188b3ae2', 'f5599aef-493e-499c-9edb-e4cd4bbf6e75']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2d38710b-87bf-4a36-9ad0-ed8ebb8f9cf2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2d38710b-87bf-4a36-9ad0-ed8ebb8f9cf2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-341359777',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='0a72a83cda9c4a95bd4636159faf2b2b',qos_specs=None,replication_status=,reservations=['f1b6399e-8770-4837-bd97-44af108570e0','45ff0a5f-e075-4b31-8d96-7a82bf5053f0','455169ad-985e-492e-9f8a-fe1f188b3ae2','f5599aef-493e-499c-9edb-e4cd4bbf6e75'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e44447f7afea4e0fb0bea36f12a84726',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-341359777',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0a72a83cda9c4a95bd4636159faf2b2b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e44447f7afea4e0fb0bea36f12a84726',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e4105196-d0ea-4d93-bfee-e57826e730dc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e4105196-d0ea-4d93-bfee-e57826e730dc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-341359777',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='0a72a83cda9c4a95bd4636159faf2b2b',qos_specs=None,replication_status=,reservations=['f1b6399e-8770-4837-bd97-44af108570e0','45ff0a5f-e075-4b31-8d96-7a82bf5053f0','455169ad-985e-492e-9f8a-fe1f188b3ae2','f5599aef-493e-499c-9edb-e4cd4bbf6e75'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e44447f7afea4e0fb0bea36f12a84726',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (addb67e6-a11d-43ce-9bc1-86040bb8ec16) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (addb67e6-a11d-43ce-9bc1-86040bb8ec16) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Flow 'volume_create_api' (bfc5efc0-560c-4148-abb6-e5ffb747d34e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Create volume request issued successfully. +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:05 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 286/572] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:05 2025] POST /volume/v3/volumes => generated 754 bytes in 113 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-228e4cd9-c8fc-4442-b95f-534006eac9f6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-228e4cd9-c8fc-4442-b95f-534006eac9f6 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-228e4cd9-c8fc-4442-b95f-534006eac9f6 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-228e4cd9-c8fc-4442-b95f-534006eac9f6 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-228e4cd9-c8fc-4442-b95f-534006eac9f6 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Volume info retrieved successfully. +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-228e4cd9-c8fc-4442-b95f-534006eac9f6 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 200 +Jan 14 22:44:05 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 287/573] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:05 2025] GET /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 822 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1c9bddcd-a46c-4dc3-afa4-b01affc41076 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c9bddcd-a46c-4dc3-afa4-b01affc41076 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c9bddcd-a46c-4dc3-afa4-b01affc41076 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c9bddcd-a46c-4dc3-afa4-b01affc41076 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1c9bddcd-a46c-4dc3-afa4-b01affc41076 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Volume info retrieved successfully. +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c9bddcd-a46c-4dc3-afa4-b01affc41076 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 200 +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 287/574] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:06 2025] GET /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a19f78b7-3978-4299-993b-7c24ca8cfad8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a19f78b7-3978-4299-993b-7c24ca8cfad8 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a19f78b7-3978-4299-993b-7c24ca8cfad8 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a19f78b7-3978-4299-993b-7c24ca8cfad8 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a19f78b7-3978-4299-993b-7c24ca8cfad8 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True returned with HTTP 200 +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 288/575] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:06 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True => generated 1236 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-cf3f4013-0067-4412-98a2-3dfe16f31ec7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cf3f4013-0067-4412-98a2-3dfe16f31ec7 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/8abcc94ddfb449abbd0d4efeacff95bc?usage=True +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cf3f4013-0067-4412-98a2-3dfe16f31ec7 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cf3f4013-0067-4412-98a2-3dfe16f31ec7 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cf3f4013-0067-4412-98a2-3dfe16f31ec7 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/8abcc94ddfb449abbd0d4efeacff95bc?usage=True returned with HTTP 200 +Jan 14 22:44:06 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 288/576] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:06 2025] GET /volume/v3/os-quota-sets/8abcc94ddfb449abbd0d4efeacff95bc?usage=True => generated 1236 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9554302b-9ed8-413d-87b6-4645a9327f07 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9554302b-9ed8-413d-87b6-4645a9327f07 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9554302b-9ed8-413d-87b6-4645a9327f07 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.volume_transfer [None req-9554302b-9ed8-413d-87b6-4645a9327f07 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Creating new volume transfer {'transfer': {'volume_id': 'b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:85}} +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.contrib.volume_transfer [None req-9554302b-9ed8-413d-87b6-4645a9327f07 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Creating transfer of volume b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:06 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-9554302b-9ed8-413d-87b6-4645a9327f07 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Generating transfer record for volume b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9554302b-9ed8-413d-87b6-4645a9327f07 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 202 +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 289/577] 10.201.9.223 () {60 vars in 1173 bytes} [Tue Jan 14 22:44:06 2025] POST /volume/v3/os-volume-transfer => generated 443 bytes in 30 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer/67e1ea14-c4dc-4e35-a32f-dccad8a441b7/accept +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "6dec4b40a92c33a8"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.volume_transfer [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Accepting volume transfer 67e1ea14-c4dc-4e35-a32f-dccad8a441b7 {{(pid=115488) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Accepting transfer 67e1ea14-c4dc-4e35-a32f-dccad8a441b7 +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Created reservations ['2222ae44-1fa0-4310-aa2b-3fecd88f1695', '345115f2-c88a-4316-817a-e2b4a22d39f4', 'abb82b04-a525-4c5f-a1d5-73ae2c59f677', '1e9d36b2-9c2f-485f-8f00-6c381c82ba6d'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Created reservations ['ecc36f35-53af-4313-a8e6-0aa66921da5c', '7b488e68-d70d-43e2-85ee-4888b2ebf7a7', '40fd5013-6454-4aa3-bac3-878d4959db5a', '27ef26e6-bff1-4ad9-a362-9e976539d7f8'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Created reservations ['892dcf04-b52d-416d-bb17-f4c8a2d8b258', '5b0a98e8-4a99-4534-9191-9402a6fc180f', '8ebf756f-5dc1-4b69-aedc-f44588e61f34', 'fe9220a2-79f1-4afb-aaf7-c9f42b54fc0a'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Created reservations ['4f5f1d1d-c91e-4c34-bdf3-6f9d997e6faa', '7a5a5f86-fa75-41ff-9772-9febe9c6f55b', '8a02d4ec-5a76-4d6a-a099-916fec7fd9ff', '2a0a7cc1-d7f3-4390-89ad-f444bef0a1c9'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Transfer volume completed successfully. +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.transfer.api [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Volume b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb has been transferred. +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/67e1ea14-c4dc-4e35-a32f-dccad8a441b7/accept returned with HTTP 202 +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 289/578] 10.201.9.223 () {60 vars in 1305 bytes} [Tue Jan 14 22:44:07 2025] POST /volume/v3/os-volume-transfer/67e1ea14-c4dc-4e35-a32f-dccad8a441b7/accept => generated 367 bytes in 820 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7518c69c-8eac-482c-a616-5e7e93b771e1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7518c69c-8eac-482c-a616-5e7e93b771e1 tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] GET http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7518c69c-8eac-482c-a616-5e7e93b771e1 tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7518c69c-8eac-482c-a616-5e7e93b771e1 tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7518c69c-8eac-482c-a616-5e7e93b771e1 tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] Volume info retrieved successfully. +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7518c69c-8eac-482c-a616-5e7e93b771e1 tempest-VolumeQuotasAdminTestJSON-147490250 tempest-VolumeQuotasAdminTestJSON-147490250-project-member] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 200 +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 290/579] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:07 2025] GET /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-241c7d6a-bcfb-4d01-b817-aa1320c62d2d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-241c7d6a-bcfb-4d01-b817-aa1320c62d2d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-241c7d6a-bcfb-4d01-b817-aa1320c62d2d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-241c7d6a-bcfb-4d01-b817-aa1320c62d2d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-241c7d6a-bcfb-4d01-b817-aa1320c62d2d tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True returned with HTTP 200 +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 290/580] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:07 2025] GET /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b?usage=True => generated 1236 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-faa6d5d6-90b1-4c0b-8a84-294800916e5b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-faa6d5d6-90b1-4c0b-8a84-294800916e5b tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/8abcc94ddfb449abbd0d4efeacff95bc?usage=True +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-faa6d5d6-90b1-4c0b-8a84-294800916e5b tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-faa6d5d6-90b1-4c0b-8a84-294800916e5b tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-faa6d5d6-90b1-4c0b-8a84-294800916e5b tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/8abcc94ddfb449abbd0d4efeacff95bc?usage=True returned with HTTP 200 +Jan 14 22:44:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 291/581] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:07 2025] GET /volume/v3/os-quota-sets/8abcc94ddfb449abbd0d4efeacff95bc?usage=True => generated 1236 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] DELETE http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Delete volume with id: b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:07 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Volume info retrieved successfully. +Jan 14 22:44:08 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Delete volume request issued successfully. +Jan 14 22:44:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 202 +Jan 14 22:44:08 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 291/582] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:07 2025] DELETE /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-171e6794-241a-4e50-b340-7cf30960a845 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-171e6794-241a-4e50-b340-7cf30960a845 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-171e6794-241a-4e50-b340-7cf30960a845 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-171e6794-241a-4e50-b340-7cf30960a845 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-171e6794-241a-4e50-b340-7cf30960a845 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Volume info retrieved successfully. +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-171e6794-241a-4e50-b340-7cf30960a845 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 200 +Jan 14 22:44:08 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 292/583] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:08 2025] GET /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 1000 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5159ffdc-adba-4ab7-b3c2-0e8273a25686 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5159ffdc-adba-4ab7-b3c2-0e8273a25686 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5159ffdc-adba-4ab7-b3c2-0e8273a25686 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5159ffdc-adba-4ab7-b3c2-0e8273a25686 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5159ffdc-adba-4ab7-b3c2-0e8273a25686 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 404 +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 292/584] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:09 2025] GET /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2f24ce72-93dc-44fe-a396-5eca943dc28d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2f24ce72-93dc-44fe-a396-5eca943dc28d tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] GET http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2f24ce72-93dc-44fe-a396-5eca943dc28d tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2f24ce72-93dc-44fe-a396-5eca943dc28d tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2f24ce72-93dc-44fe-a396-5eca943dc28d tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 404 +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 293/585] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:09 2025] GET /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-900b131d-f341-4913-9458-326e5194f822 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-900b131d-f341-4913-9458-326e5194f822 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] DELETE http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-900b131d-f341-4913-9458-326e5194f822 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-900b131d-f341-4913-9458-326e5194f822 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-900b131d-f341-4913-9458-326e5194f822 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] Delete volume with id: b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-900b131d-f341-4913-9458-326e5194f822 tempest-VolumeQuotasAdminTestJSON-2045703389 tempest-VolumeQuotasAdminTestJSON-2045703389-project-member] http://10.201.9.223/volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb returned with HTTP 404 +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 293/586] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:09 2025] DELETE /volume/v3/volumes/b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fb5a7731-16ab-40bf-b669-27c70c1659b3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fb5a7731-16ab-40bf-b669-27c70c1659b3 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/2ade485237da4ccd81b0d3d0a0fa4232?usage=True +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fb5a7731-16ab-40bf-b669-27c70c1659b3 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fb5a7731-16ab-40bf-b669-27c70c1659b3 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fb5a7731-16ab-40bf-b669-27c70c1659b3 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/2ade485237da4ccd81b0d3d0a0fa4232?usage=True returned with HTTP 200 +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 294/587] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:09 2025] GET /volume/v3/os-quota-sets/2ade485237da4ccd81b0d3d0a0fa4232?usage=True => generated 1236 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0d0ed93e-644a-4b47-9795-587b9c993d9f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0d0ed93e-644a-4b47-9795-587b9c993d9f tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0d0ed93e-644a-4b47-9795-587b9c993d9f tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 1009, "volumes": 11, "snapshots": 11, "backups": 11, "backup_gigabytes": 1009, "per_volume_gigabytes": 1009}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0d0ed93e-644a-4b47-9795-587b9c993d9f tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 294/588] 10.201.9.223 () {60 vars in 1257 bytes} [Tue Jan 14 22:44:09 2025] PUT /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 455 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-aed46832-c53b-4990-a200-0ca34fd88128 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aed46832-c53b-4990-a200-0ca34fd88128 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-aed46832-c53b-4990-a200-0ca34fd88128 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aed46832-c53b-4990-a200-0ca34fd88128 tempest-VolumeQuotasAdminTestJSON-1792726324 tempest-VolumeQuotasAdminTestJSON-1792726324-project-******] http://10.201.9.223/volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b returned with HTTP 200 +Jan 14 22:44:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 295/589] 10.201.9.223 () {60 vars in 1257 bytes} [Tue Jan 14 22:44:09 2025] PUT /volume/v3/os-quota-sets/0a72a83cda9c4a95bd4636159faf2b2b => generated 453 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e807c6c3-95e2-4786-b5bd-5668f2e337ec None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e807c6c3-95e2-4786-b5bd-5668f2e337ec tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b +Jan 14 22:44:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e807c6c3-95e2-4786-b5bd-5668f2e337ec tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e807c6c3-95e2-4786-b5bd-5668f2e337ec tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e807c6c3-95e2-4786-b5bd-5668f2e337ec tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b returned with HTTP 200 +Jan 14 22:44:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 295/590] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:11 2025] GET /volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b => generated 495 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Create volume of 1 GB +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Flow 'volume_create_api' (8253f8b5-08e4-4d2d-8b6a-9506a2fb270b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (98f12ca7-540d-408e-b9d5-bce51ca46f04) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (98f12ca7-540d-408e-b9d5-bce51ca46f04) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (dcff7811-e97d-440f-85b4-283da7334f5a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Created reservations ['a77005d7-c590-4b65-9de7-7280a41cac3b', 'dbba5838-d029-41c9-91a0-c1d3a061cabc', '7efc5897-091c-41c7-8eae-4430772e5db6', 'c8737cc9-ce4e-4504-a987-ce5b6e13bf28'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (dcff7811-e97d-440f-85b4-283da7334f5a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['a77005d7-c590-4b65-9de7-7280a41cac3b', 'dbba5838-d029-41c9-91a0-c1d3a061cabc', '7efc5897-091c-41c7-8eae-4430772e5db6', 'c8737cc9-ce4e-4504-a987-ce5b6e13bf28']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a1688daf-9282-4bdf-b31c-a9733c3d2334) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (a1688daf-9282-4bdf-b31c-a9733c3d2334) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '4c8a0bfa-138c-43ee-8094-86a8c5439fe7', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a667ad6ae8b547ff96b11f6d1294db7b',qos_specs=None,replication_status=,reservations=['a77005d7-c590-4b65-9de7-7280a41cac3b','dbba5838-d029-41c9-91a0-c1d3a061cabc','7efc5897-091c-41c7-8eae-4430772e5db6','c8737cc9-ce4e-4504-a987-ce5b6e13bf28'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='be2dcb6e95414ccf83de494900ba7edf',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=4c8a0bfa-138c-43ee-8094-86a8c5439fe7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a667ad6ae8b547ff96b11f6d1294db7b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='be2dcb6e95414ccf83de494900ba7edf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (638eeefc-35b2-4dde-87d1-10c9bcde3d33) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (638eeefc-35b2-4dde-87d1-10c9bcde3d33) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a667ad6ae8b547ff96b11f6d1294db7b',qos_specs=None,replication_status=,reservations=['a77005d7-c590-4b65-9de7-7280a41cac3b','dbba5838-d029-41c9-91a0-c1d3a061cabc','7efc5897-091c-41c7-8eae-4430772e5db6','c8737cc9-ce4e-4504-a987-ce5b6e13bf28'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='be2dcb6e95414ccf83de494900ba7edf',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7fdb0627-2ca3-4fd7-95a7-af3addabfac9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7fdb0627-2ca3-4fd7-95a7-af3addabfac9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Flow 'volume_create_api' (8253f8b5-08e4-4d2d-8b6a-9506a2fb270b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Create volume request issued successfully. +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:12 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 296/591] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:11 2025] POST /volume/v3/volumes => generated 758 bytes in 197 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-cfb8a772-a201-4a7c-8788-eddac241116f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cfb8a772-a201-4a7c-8788-eddac241116f tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] GET http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cfb8a772-a201-4a7c-8788-eddac241116f tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cfb8a772-a201-4a7c-8788-eddac241116f tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-cfb8a772-a201-4a7c-8788-eddac241116f tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Volume info retrieved successfully. +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cfb8a772-a201-4a7c-8788-eddac241116f tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 returned with HTTP 200 +Jan 14 22:44:12 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 296/592] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:12 2025] GET /volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 => generated 826 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7e10b955-2348-4be5-b447-2a996c1036e5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e10b955-2348-4be5-b447-2a996c1036e5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] GET http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7e10b955-2348-4be5-b447-2a996c1036e5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7e10b955-2348-4be5-b447-2a996c1036e5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7e10b955-2348-4be5-b447-2a996c1036e5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Volume info retrieved successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e10b955-2348-4be5-b447-2a996c1036e5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 returned with HTTP 200 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 297/593] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:13 2025] GET /volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 => generated 851 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1caffa55-0b6d-48d8-a860-6cf446f90a65 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1caffa55-0b6d-48d8-a860-6cf446f90a65 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1caffa55-0b6d-48d8-a860-6cf446f90a65 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 1, "volumes": -1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1caffa55-0b6d-48d8-a860-6cf446f90a65 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b returned with HTTP 200 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 297/594] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:44:13 2025] PUT /volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b => generated 450 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8601f996-68c5-489f-a141-54dde72ccc5b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 2}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Create volume request body: {'volume': {'size': 2}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Create volume of 2 GB +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Flow 'volume_create_api' (58e61770-1080-420a-bb36-75bbc902dd9e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a82cd5c9-2ed3-4cfd-bf6a-83638cbde472) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Validating volume size '2' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a82cd5c9-2ed3-4cfd-bf6a-83638cbde472) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8dbd1ba1-77ea-4302-bf3b-d6030d3c9be4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota_utils [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Quota exceeded for a667ad6ae8b547ff96b11f6d1294db7b, tried to create 2G volume (1G of 1G already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['gigabytes'] +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8dbd1ba1-77ea-4302-bf3b-d6030d3c9be4) transitioned into state 'FAILURE' from state 'RUNNING' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: Failure: cinder.exception.VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed gigabytes quota. Requested 2G, quota is 1G and 1G has been consumed. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8dbd1ba1-77ea-4302-bf3b-d6030d3c9be4) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8dbd1ba1-77ea-4302-bf3b-d6030d3c9be4) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a82cd5c9-2ed3-4cfd-bf6a-83638cbde472) transitioned into state 'REVERTING' from state 'SUCCESS' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a82cd5c9-2ed3-4cfd-bf6a-83638cbde472) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Flow 'volume_create_api' (58e61770-1080-420a-bb36-75bbc902dd9e) transitioned into state 'REVERTED' from state 'RUNNING' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.middleware.fault [None req-8601f996-68c5-489f-a141-54dde72ccc5b tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 413 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 298/595] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:13 2025] POST /volume/v3/volumes => generated 208 bytes in 70 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-14b3d243-4871-4591-9b96-a040b4127ce2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14b3d243-4871-4591-9b96-a040b4127ce2 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-14b3d243-4871-4591-9b96-a040b4127ce2 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 1, "gigabytes": -1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14b3d243-4871-4591-9b96-a040b4127ce2 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b returned with HTTP 200 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 298/596] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:44:13 2025] PUT /volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b => generated 450 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Create volume request body: {'volume': {'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Create volume of 1 GB +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Flow 'volume_create_api' (dd550267-0880-43bb-8933-140156f33108) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b47f3196-88f6-4da4-aca9-9ab3427693e7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b47f3196-88f6-4da4-aca9-9ab3427693e7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (2ac4567a-2930-44ad-86f0-9be9bed92c43) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota_utils [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Quota exceeded for a667ad6ae8b547ff96b11f6d1294db7b, tried to create volume (1 volumes already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['volumes'] +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (2ac4567a-2930-44ad-86f0-9be9bed92c43) transitioned into state 'FAILURE' from state 'RUNNING' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: Failure: cinder.exception.VolumeLimitExceeded: Maximum number of volumes allowed (1) exceeded for quota 'volumes'. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (2ac4567a-2930-44ad-86f0-9be9bed92c43) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (2ac4567a-2930-44ad-86f0-9be9bed92c43) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b47f3196-88f6-4da4-aca9-9ab3427693e7) transitioned into state 'REVERTING' from state 'SUCCESS' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b47f3196-88f6-4da4-aca9-9ab3427693e7) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Flow 'volume_create_api' (dd550267-0880-43bb-8933-140156f33108) transitioned into state 'REVERTED' from state 'RUNNING' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.middleware.fault [None req-672e07ed-5470-454c-9d77-eb9a1fba99d5 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 413 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 299/597] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:13 2025] POST /volume/v3/volumes => generated 150 bytes in 67 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-362a69db-da49-4ce2-b2d9-2612fa40bdb2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-362a69db-da49-4ce2-b2d9-2612fa40bdb2 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-362a69db-da49-4ce2-b2d9-2612fa40bdb2 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-362a69db-da49-4ce2-b2d9-2612fa40bdb2 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b returned with HTTP 200 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 299/598] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:44:13 2025] PUT /volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b => generated 449 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-529ae1bd-04a0-481f-9e97-0ab8b5d13eac None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-529ae1bd-04a0-481f-9e97-0ab8b5d13eac tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] POST http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7/action +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-529ae1bd-04a0-481f-9e97-0ab8b5d13eac tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Action body: b'{"os-extend": {"new_size": 2}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-529ae1bd-04a0-481f-9e97-0ab8b5d13eac tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 2}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-529ae1bd-04a0-481f-9e97-0ab8b5d13eac tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Volume info retrieved successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: ERROR cinder.volume.api [None req-529ae1bd-04a0-481f-9e97-0ab8b5d13eac tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Quota exceeded for a667ad6ae8b547ff96b11f6d1294db7b, tried to extend volume by 1G, (1G of 1G already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['gigabytes'] +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.middleware.fault [None req-529ae1bd-04a0-481f-9e97-0ab8b5d13eac tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7/action returned with HTTP 413 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 300/599] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:44:13 2025] POST /volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7/action => generated 208 bytes in 52 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5c29dd57-d3d8-4fa9-af5b-4e452dfe0c60 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5c29dd57-d3d8-4fa9-af5b-4e452dfe0c60 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] GET http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5c29dd57-d3d8-4fa9-af5b-4e452dfe0c60 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5c29dd57-d3d8-4fa9-af5b-4e452dfe0c60 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5c29dd57-d3d8-4fa9-af5b-4e452dfe0c60 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Volume info retrieved successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5c29dd57-d3d8-4fa9-af5b-4e452dfe0c60 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 returned with HTTP 200 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 300/600] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:13 2025] GET /volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 => generated 851 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] DELETE http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Delete volume with id: 4c8a0bfa-138c-43ee-8094-86a8c5439fe7 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Volume info retrieved successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Delete volume request issued successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 returned with HTTP 202 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 301/601] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:13 2025] DELETE /volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 => generated 0 bytes in 27 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ed3cc96b-e336-4e75-a38a-2337c0925ef9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ed3cc96b-e336-4e75-a38a-2337c0925ef9 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] GET http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ed3cc96b-e336-4e75-a38a-2337c0925ef9 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ed3cc96b-e336-4e75-a38a-2337c0925ef9 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ed3cc96b-e336-4e75-a38a-2337c0925ef9 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Volume info retrieved successfully. +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ed3cc96b-e336-4e75-a38a-2337c0925ef9 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 returned with HTTP 200 +Jan 14 22:44:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 301/602] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:13 2025] GET /volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 => generated 850 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-da1d6217-5192-4878-98de-3d6c6d4f8520 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-da1d6217-5192-4878-98de-3d6c6d4f8520 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] GET http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 +Jan 14 22:44:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-da1d6217-5192-4878-98de-3d6c6d4f8520 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:14 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-da1d6217-5192-4878-98de-3d6c6d4f8520 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:14 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-da1d6217-5192-4878-98de-3d6c6d4f8520 tempest-VolumeQuotasNegativeTestJSON-692683748 tempest-VolumeQuotasNegativeTestJSON-692683748-project-member] http://10.201.9.223/volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 returned with HTTP 404 +Jan 14 22:44:14 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 302/603] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:14 2025] GET /volume/v3/volumes/4c8a0bfa-138c-43ee-8094-86a8c5439fe7 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-729c8d2e-c238-40bf-93e7-cba44f500f82 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-729c8d2e-c238-40bf-93e7-cba44f500f82 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b +Jan 14 22:44:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-729c8d2e-c238-40bf-93e7-cba44f500f82 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-729c8d2e-c238-40bf-93e7-cba44f500f82 tempest-VolumeQuotasNegativeTestJSON-863057424 tempest-VolumeQuotasNegativeTestJSON-863057424-project-******] http://10.201.9.223/volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b returned with HTTP 200 +Jan 14 22:44:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 302/604] 10.201.9.223 () {60 vars in 1257 bytes} [Tue Jan 14 22:44:14 2025] PUT /volume/v3/os-quota-sets/a667ad6ae8b547ff96b11f6d1294db7b => generated 453 bytes in 98 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6b5bd658-df13-40ee-b897-b6bba9290373 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6b5bd658-df13-40ee-b897-b6bba9290373 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6b5bd658-df13-40ee-b897-b6bba9290373 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "volume-type-1"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6b5bd658-df13-40ee-b897-b6bba9290373 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 303/605] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:16 2025] POST /volume/v3/types => generated 188 bytes in 67 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dd917f2d-f410-4710-b4e7-5bb745e05bb7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dd917f2d-f410-4710-b4e7-5bb745e05bb7 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dd917f2d-f410-4710-b4e7-5bb745e05bb7 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "volume-type-2"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dd917f2d-f410-4710-b4e7-5bb745e05bb7 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:16 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 303/606] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:16 2025] POST /volume/v3/types => generated 188 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-299c59b2-886d-49a9-be25-d72960eeaed5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Create volume request body: {'volume': {'volume_type': 'volume-type-1', 'size': 1, 'name': 'tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Create volume of 1 GB +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Flow 'volume_create_api' (a0ff8dc7-055e-4967-8cdd-3e5c22a440a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2f3060a9-6fc8-43ed-9414-a2896ab42441) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2f3060a9-6fc8-43ed-9414-a2896ab42441) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:44:17Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=9da094d7-d8f6-427c-a273-5f8609d17ee6,is_public=True,name='volume-type-1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '9da094d7-d8f6-427c-a273-5f8609d17ee6', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3594d131-f0a1-4c24-b596-0c979f698211) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Deprecated: Default quota for resource: volumes_volume-type-1 is set by the default quota flag: quota_volumes_volume-type-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Deprecated: Default quota for resource: gigabytes_volume-type-1 is set by the default quota flag: quota_gigabytes_volume-type-1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Created reservations ['fec84dfe-c07f-4a42-af26-5f5fb52ff712', '9ef67cf1-100f-4ea8-8927-466b2b212b57', '0ce6a9b2-49b9-4d9f-8e4f-0381dd66b985', '7207a0cc-9b02-4355-835e-325f5dfb17c0'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3594d131-f0a1-4c24-b596-0c979f698211) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['fec84dfe-c07f-4a42-af26-5f5fb52ff712', '9ef67cf1-100f-4ea8-8927-466b2b212b57', '0ce6a9b2-49b9-4d9f-8e4f-0381dd66b985', '7207a0cc-9b02-4355-835e-325f5dfb17c0']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d75ca99a-ed80-40e3-9978-f6572f787ca7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d75ca99a-ed80-40e3-9978-f6572f787ca7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'd9b14fa7-ef9f-4b65-be11-e58dc2fe117f', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='0bc77edcdfdf428390615e7ce291612c',qos_specs=None,replication_status=,reservations=['fec84dfe-c07f-4a42-af26-5f5fb52ff712','9ef67cf1-100f-4ea8-8927-466b2b212b57','0ce6a9b2-49b9-4d9f-8e4f-0381dd66b985','7207a0cc-9b02-4355-835e-325f5dfb17c0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='86be688fe22c4cd29dded48a5b090def',volume_type_id=9da094d7-d8f6-427c-a273-5f8609d17ee6), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=d9b14fa7-ef9f-4b65-be11-e58dc2fe117f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0bc77edcdfdf428390615e7ce291612c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='86be688fe22c4cd29dded48a5b090def',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(9da094d7-d8f6-427c-a273-5f8609d17ee6),volume_type_id=9da094d7-d8f6-427c-a273-5f8609d17ee6)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b42d1f3a-75ca-450f-be1e-935433af9934) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b42d1f3a-75ca-450f-be1e-935433af9934) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='0bc77edcdfdf428390615e7ce291612c',qos_specs=None,replication_status=,reservations=['fec84dfe-c07f-4a42-af26-5f5fb52ff712','9ef67cf1-100f-4ea8-8927-466b2b212b57','0ce6a9b2-49b9-4d9f-8e4f-0381dd66b985','7207a0cc-9b02-4355-835e-325f5dfb17c0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='86be688fe22c4cd29dded48a5b090def',volume_type_id=9da094d7-d8f6-427c-a273-5f8609d17ee6)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e8355e97-ac19-4ab4-9616-57b9c3b1db47) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e8355e97-ac19-4ab4-9616-57b9c3b1db47) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Flow 'volume_create_api' (a0ff8dc7-055e-4967-8cdd-3e5c22a440a7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Create volume request issued successfully. +Jan 14 22:44:17 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:17 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 304/607] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:16 2025] POST /volume/v3/volumes => generated 769 bytes in 168 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8b1d3918-cfc8-490f-a5f4-b803c4c8416e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8b1d3918-cfc8-490f-a5f4-b803c4c8416e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8b1d3918-cfc8-490f-a5f4-b803c4c8416e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8b1d3918-cfc8-490f-a5f4-b803c4c8416e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8b1d3918-cfc8-490f-a5f4-b803c4c8416e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8b1d3918-cfc8-490f-a5f4-b803c4c8416e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:17 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 304/608] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:17 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 837 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bf122d77-3af8-456e-9c65-87a9559f131e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bf122d77-3af8-456e-9c65-87a9559f131e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bf122d77-3af8-456e-9c65-87a9559f131e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bf122d77-3af8-456e-9c65-87a9559f131e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bf122d77-3af8-456e-9c65-87a9559f131e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bf122d77-3af8-456e-9c65-87a9559f131e tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 305/609] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:18 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 862 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-17a39823-427f-4621-9820-502ec2b730fd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-17a39823-427f-4621-9820-502ec2b730fd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-17a39823-427f-4621-9820-502ec2b730fd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-17a39823-427f-4621-9820-502ec2b730fd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-17a39823-427f-4621-9820-502ec2b730fd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Volume info retrieved successfully. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-17a39823-427f-4621-9820-502ec2b730fd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 305/610] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:18 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 1016 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-86282da1-1555-4426-bb61-65c9742394d6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] POST http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f/action +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Action body: b'{"os-retype": {"new_type": "volume-type-2", "migration_policy": "never"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Action: 'action', calling method: _retype, body: {"os-retype": {"new_type": "volume-type-2", "migration_policy": "never"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Deprecated: Default quota for resource: volumes_volume-type-2 is set by the default quota flag: quota_volumes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Deprecated: Default quota for resource: gigabytes_volume-type-2 is set by the default quota flag: quota_gigabytes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Created reservations ['96034d70-041b-4d69-b887-23e436d956bd', 'a3b08fe8-df29-4012-b0fd-bdc18cafa3a7'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Created reservations ['595dbd00-494f-4356-9cea-0c45dec0f40b', 'c6d82410-c802-4533-afb1-37b29fa544a8'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Retype volume request issued successfully. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f/action returned with HTTP 202 +Jan 14 22:44:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 306/611] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:44:18 2025] POST /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f/action => generated 0 bytes in 121 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-06b408bb-ee7a-42af-9891-963acfff6382 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-06b408bb-ee7a-42af-9891-963acfff6382 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-06b408bb-ee7a-42af-9891-963acfff6382 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-06b408bb-ee7a-42af-9891-963acfff6382 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-06b408bb-ee7a-42af-9891-963acfff6382 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-06b408bb-ee7a-42af-9891-963acfff6382 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:18 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 306/612] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:18 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 861 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0fa78153-71d2-4e6d-896e-047f537d0eaf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0fa78153-71d2-4e6d-896e-047f537d0eaf tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0fa78153-71d2-4e6d-896e-047f537d0eaf tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0fa78153-71d2-4e6d-896e-047f537d0eaf tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0fa78153-71d2-4e6d-896e-047f537d0eaf tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0fa78153-71d2-4e6d-896e-047f537d0eaf tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 307/613] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:19 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 862 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d7d4cfe3-1c22-4703-8627-a12260b16282 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d7d4cfe3-1c22-4703-8627-a12260b16282 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d7d4cfe3-1c22-4703-8627-a12260b16282 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d7d4cfe3-1c22-4703-8627-a12260b16282 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d7d4cfe3-1c22-4703-8627-a12260b16282 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Volume info retrieved successfully. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d7d4cfe3-1c22-4703-8627-a12260b16282 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 307/614] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:19 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 1016 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b7762c6e-1247-4dc2-ba60-d22cb828cd25 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b7762c6e-1247-4dc2-ba60-d22cb828cd25 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] GET http://10.201.9.223/volume/v3/volumes?all_tenants=True&name=tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504 +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b7762c6e-1247-4dc2-ba60-d22cb828cd25 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b7762c6e-1247-4dc2-ba60-d22cb828cd25 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b7762c6e-1247-4dc2-ba60-d22cb828cd25 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Searching by: MultiDict([('display_name', 'tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504'), ('all_tenants', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b7762c6e-1247-4dc2-ba60-d22cb828cd25 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Get all volumes completed successfully. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b7762c6e-1247-4dc2-ba60-d22cb828cd25 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/volumes?all_tenants=True&name=tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504 returned with HTTP 200 +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 308/615] 10.201.9.223 () {58 vars in 1278 bytes} [Tue Jan 14 22:44:19 2025] GET /volume/v3/volumes?all_tenants=True&name=tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504 => generated 348 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8bf23dc4-88a6-40f8-a8a8-92401c03e9cd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8bf23dc4-88a6-40f8-a8a8-92401c03e9cd tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8bf23dc4-88a6-40f8-a8a8-92401c03e9cd tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8bf23dc4-88a6-40f8-a8a8-92401c03e9cd tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8bf23dc4-88a6-40f8-a8a8-92401c03e9cd tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8bf23dc4-88a6-40f8-a8a8-92401c03e9cd tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 308/616] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:19 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 862 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-409f3451-e069-453a-9586-62ac982469b9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] DELETE http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Delete volume with id: d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Delete volume request issued successfully. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 202 +Jan 14 22:44:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 309/617] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:19 2025] DELETE /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-06d5dd7c-884a-402c-ae5f-696f21a65aab None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-06d5dd7c-884a-402c-ae5f-696f21a65aab tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-06d5dd7c-884a-402c-ae5f-696f21a65aab tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-06d5dd7c-884a-402c-ae5f-696f21a65aab tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-06d5dd7c-884a-402c-ae5f-696f21a65aab tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Volume info retrieved successfully. +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-06d5dd7c-884a-402c-ae5f-696f21a65aab tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 200 +Jan 14 22:44:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 309/618] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:19 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 861 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e4bfa8db-a4d9-47da-8313-d8d429a4b721 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e4bfa8db-a4d9-47da-8313-d8d429a4b721 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] GET http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e4bfa8db-a4d9-47da-8313-d8d429a4b721 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e4bfa8db-a4d9-47da-8313-d8d429a4b721 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e4bfa8db-a4d9-47da-8313-d8d429a4b721 tempest-VolumeRetypeWithoutMigrationTest-930269313 tempest-VolumeRetypeWithoutMigrationTest-930269313-project-member] http://10.201.9.223/volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f returned with HTTP 404 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 310/619] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:20 2025] GET /volume/v3/volumes/d9b14fa7-ef9f-4b65-be11-e58dc2fe117f => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-61ade6e2-8e13-4405-96cc-997068262d61 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-61ade6e2-8e13-4405-96cc-997068262d61 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] DELETE http://10.201.9.223/volume/v3/types/28bac4b4-cb9b-487b-9c8b-cbb85d907b23 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-61ade6e2-8e13-4405-96cc-997068262d61 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-61ade6e2-8e13-4405-96cc-997068262d61 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-61ade6e2-8e13-4405-96cc-997068262d61 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/types/28bac4b4-cb9b-487b-9c8b-cbb85d907b23 returned with HTTP 202 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 310/620] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:20 2025] DELETE /volume/v3/types/28bac4b4-cb9b-487b-9c8b-cbb85d907b23 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-84b47796-b108-437c-9d8c-aa06f41b5d1b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-84b47796-b108-437c-9d8c-aa06f41b5d1b tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] GET http://10.201.9.223/volume/v3/types/28bac4b4-cb9b-487b-9c8b-cbb85d907b23 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-84b47796-b108-437c-9d8c-aa06f41b5d1b tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-84b47796-b108-437c-9d8c-aa06f41b5d1b tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-84b47796-b108-437c-9d8c-aa06f41b5d1b tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/types/28bac4b4-cb9b-487b-9c8b-cbb85d907b23 returned with HTTP 404 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 311/621] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:20 2025] GET /volume/v3/types/28bac4b4-cb9b-487b-9c8b-cbb85d907b23 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-026ca59c-cdc0-42d6-a256-1d6fb1a312d4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-026ca59c-cdc0-42d6-a256-1d6fb1a312d4 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] DELETE http://10.201.9.223/volume/v3/types/9da094d7-d8f6-427c-a273-5f8609d17ee6 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-026ca59c-cdc0-42d6-a256-1d6fb1a312d4 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-026ca59c-cdc0-42d6-a256-1d6fb1a312d4 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-026ca59c-cdc0-42d6-a256-1d6fb1a312d4 tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/types/9da094d7-d8f6-427c-a273-5f8609d17ee6 returned with HTTP 202 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 311/622] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:20 2025] DELETE /volume/v3/types/9da094d7-d8f6-427c-a273-5f8609d17ee6 => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3fa8a681-de88-4857-a6df-adc5182a24bd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3fa8a681-de88-4857-a6df-adc5182a24bd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] GET http://10.201.9.223/volume/v3/types/9da094d7-d8f6-427c-a273-5f8609d17ee6 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3fa8a681-de88-4857-a6df-adc5182a24bd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3fa8a681-de88-4857-a6df-adc5182a24bd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3fa8a681-de88-4857-a6df-adc5182a24bd tempest-VolumeRetypeWithoutMigrationTest-1072974453 tempest-VolumeRetypeWithoutMigrationTest-1072974453-project-******] http://10.201.9.223/volume/v3/types/9da094d7-d8f6-427c-a273-5f8609d17ee6 returned with HTTP 404 +Jan 14 22:44:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 312/623] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:20 2025] GET /volume/v3/types/9da094d7-d8f6-427c-a273-5f8609d17ee6 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6f6f0091-4d9c-4a70-853e-6610453dfdc1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f6f0091-4d9c-4a70-853e-6610453dfdc1 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] GET http://10.201.9.223/volume/v3/os-services +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6f6f0091-4d9c-4a70-853e-6610453dfdc1 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6f6f0091-4d9c-4a70-853e-6610453dfdc1 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f6f0091-4d9c-4a70-853e-6610453dfdc1 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] http://10.201.9.223/volume/v3/os-services returned with HTTP 200 +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 312/624] 10.201.9.223 () {58 vars in 1131 bytes} [Tue Jan 14 22:44:22 2025] GET /volume/v3/os-services => generated 1119 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f7c05239-7454-4830-b2b0-8c8677dc2cbb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f7c05239-7454-4830-b2b0-8c8677dc2cbb tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] GET http://10.201.9.223/volume/v3/os-services?host=ubuntu +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f7c05239-7454-4830-b2b0-8c8677dc2cbb tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f7c05239-7454-4830-b2b0-8c8677dc2cbb tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f7c05239-7454-4830-b2b0-8c8677dc2cbb tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] http://10.201.9.223/volume/v3/os-services?host=ubuntu returned with HTTP 200 +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 313/625] 10.201.9.223 () {58 vars in 1154 bytes} [Tue Jan 14 22:44:22 2025] GET /volume/v3/os-services?host=ubuntu => generated 1119 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-aab8acbd-cdff-4b5a-883d-a53c0503a3e4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aab8acbd-cdff-4b5a-883d-a53c0503a3e4 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] GET http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-scheduler +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aab8acbd-cdff-4b5a-883d-a53c0503a3e4 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aab8acbd-cdff-4b5a-883d-a53c0503a3e4 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aab8acbd-cdff-4b5a-883d-a53c0503a3e4 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-scheduler returned with HTTP 200 +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 313/626] 10.201.9.223 () {58 vars in 1202 bytes} [Tue Jan 14 22:44:22 2025] GET /volume/v3/os-services?host=ubuntu&binary=cinder-scheduler => generated 185 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5da2641f-4a21-458f-afc5-4257655eaf64 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5da2641f-4a21-458f-afc5-4257655eaf64 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] GET http://10.201.9.223/volume/v3/os-services?binary=cinder-scheduler +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5da2641f-4a21-458f-afc5-4257655eaf64 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5da2641f-4a21-458f-afc5-4257655eaf64 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5da2641f-4a21-458f-afc5-4257655eaf64 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] http://10.201.9.223/volume/v3/os-services?binary=cinder-scheduler returned with HTTP 200 +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 314/627] 10.201.9.223 () {58 vars in 1178 bytes} [Tue Jan 14 22:44:22 2025] GET /volume/v3/os-services?binary=cinder-scheduler => generated 185 bytes in 6 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesServicesTestJSON-Volume-1855564209"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesServicesTestJSON-Volume-1855564209'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Create volume of 1 GB +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Flow 'volume_create_api' (645f82ec-d4cb-4ae1-baec-3f3031d5b4c2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e71faaec-33fa-4596-ae3b-cea17fdc2cb2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e71faaec-33fa-4596-ae3b-cea17fdc2cb2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (04d8891d-ae64-4758-9c9b-1e35d1d7d2ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Created reservations ['8e4291ba-25b1-492b-8847-8336ef1febec', '2af45b76-c2a3-45a1-8911-f0afa25decc7', 'bc9961ef-8322-4489-a92a-811f96fa8caf', 'b722229f-ee00-4284-ba78-d60e0382561a'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (04d8891d-ae64-4758-9c9b-1e35d1d7d2ea) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8e4291ba-25b1-492b-8847-8336ef1febec', '2af45b76-c2a3-45a1-8911-f0afa25decc7', 'bc9961ef-8322-4489-a92a-811f96fa8caf', 'b722229f-ee00-4284-ba78-d60e0382561a']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (08a3b6cd-2498-4e0a-bbcd-2d57ea2b4d27) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (08a3b6cd-2498-4e0a-bbcd-2d57ea2b4d27) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '5424f8a8-25ef-4ce6-ae97-8d1259e5e18e', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-1855564209',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6a3d022a52984e40b3257f10a13c4fa2',qos_specs=None,replication_status=,reservations=['8e4291ba-25b1-492b-8847-8336ef1febec','2af45b76-c2a3-45a1-8911-f0afa25decc7','bc9961ef-8322-4489-a92a-811f96fa8caf','b722229f-ee00-4284-ba78-d60e0382561a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91add5d6388e4661a7f24e8590860baf',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-1855564209',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=5424f8a8-25ef-4ce6-ae97-8d1259e5e18e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a3d022a52984e40b3257f10a13c4fa2',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='91add5d6388e4661a7f24e8590860baf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0bbebef8-ec34-4d9a-9548-f9f443fd4350) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0bbebef8-ec34-4d9a-9548-f9f443fd4350) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-1855564209',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6a3d022a52984e40b3257f10a13c4fa2',qos_specs=None,replication_status=,reservations=['8e4291ba-25b1-492b-8847-8336ef1febec','2af45b76-c2a3-45a1-8911-f0afa25decc7','bc9961ef-8322-4489-a92a-811f96fa8caf','b722229f-ee00-4284-ba78-d60e0382561a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='91add5d6388e4661a7f24e8590860baf',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (260842e8-d2eb-4c21-b451-42f96a775a36) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (260842e8-d2eb-4c21-b451-42f96a775a36) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Flow 'volume_create_api' (645f82ec-d4cb-4ae1-baec-3f3031d5b4c2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Create volume request issued successfully. +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 314/628] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:22 2025] POST /volume/v3/volumes => generated 753 bytes in 180 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5c5a77bb-b443-4f59-b33f-6305d3a20223 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5c5a77bb-b443-4f59-b33f-6305d3a20223 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] GET http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5c5a77bb-b443-4f59-b33f-6305d3a20223 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5c5a77bb-b443-4f59-b33f-6305d3a20223 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5c5a77bb-b443-4f59-b33f-6305d3a20223 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Volume info retrieved successfully. +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5c5a77bb-b443-4f59-b33f-6305d3a20223 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e returned with HTTP 200 +Jan 14 22:44:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 315/629] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:22 2025] GET /volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e => generated 821 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-70eb2eac-88f7-4e12-9577-14fac1d5edfc None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-70eb2eac-88f7-4e12-9577-14fac1d5edfc tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] GET http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-70eb2eac-88f7-4e12-9577-14fac1d5edfc tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-70eb2eac-88f7-4e12-9577-14fac1d5edfc tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-70eb2eac-88f7-4e12-9577-14fac1d5edfc tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Volume info retrieved successfully. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-70eb2eac-88f7-4e12-9577-14fac1d5edfc tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e returned with HTTP 200 +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 315/630] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:24 2025] GET /volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e => generated 846 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cdd03c2e-9b9a-4e54-94b2-29b15e92bae2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cdd03c2e-9b9a-4e54-94b2-29b15e92bae2 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] GET http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cdd03c2e-9b9a-4e54-94b2-29b15e92bae2 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cdd03c2e-9b9a-4e54-94b2-29b15e92bae2 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-cdd03c2e-9b9a-4e54-94b2-29b15e92bae2 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Volume info retrieved successfully. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cdd03c2e-9b9a-4e54-94b2-29b15e92bae2 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e returned with HTTP 200 +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 316/631] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:24 2025] GET /volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e => generated 1000 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b2916fd2-44b4-4deb-8ddf-84b55f77f43b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b2916fd2-44b4-4deb-8ddf-84b55f77f43b tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] GET http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-volume +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b2916fd2-44b4-4deb-8ddf-84b55f77f43b tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b2916fd2-44b4-4deb-8ddf-84b55f77f43b tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b2916fd2-44b4-4deb-8ddf-84b55f77f43b tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] http://10.201.9.223/volume/v3/os-services?host=ubuntu&binary=cinder-volume returned with HTTP 200 +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 316/632] 10.201.9.223 () {58 vars in 1196 bytes} [Tue Jan 14 22:44:24 2025] GET /volume/v3/os-services?host=ubuntu&binary=cinder-volume => generated 778 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-56a6f25f-f3a9-4fb7-9231-a8ac33cba9ef None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-56a6f25f-f3a9-4fb7-9231-a8ac33cba9ef tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] GET http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-56a6f25f-f3a9-4fb7-9231-a8ac33cba9ef tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-56a6f25f-f3a9-4fb7-9231-a8ac33cba9ef tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-56a6f25f-f3a9-4fb7-9231-a8ac33cba9ef tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Volume info retrieved successfully. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-56a6f25f-f3a9-4fb7-9231-a8ac33cba9ef tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e returned with HTTP 200 +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 317/633] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:24 2025] GET /volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e => generated 846 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] DELETE http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Delete volume with id: 5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Volume info retrieved successfully. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Delete volume request issued successfully. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e returned with HTTP 202 +Jan 14 22:44:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 317/634] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:24 2025] DELETE /volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ddf3fc3d-80da-4a10-bb41-345b119cbf60 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ddf3fc3d-80da-4a10-bb41-345b119cbf60 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] GET http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ddf3fc3d-80da-4a10-bb41-345b119cbf60 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ddf3fc3d-80da-4a10-bb41-345b119cbf60 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ddf3fc3d-80da-4a10-bb41-345b119cbf60 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Volume info retrieved successfully. +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ddf3fc3d-80da-4a10-bb41-345b119cbf60 tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e returned with HTTP 200 +Jan 14 22:44:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 318/635] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:24 2025] GET /volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d6761646-34ca-4030-94e6-0229abb29e5f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d6761646-34ca-4030-94e6-0229abb29e5f tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] GET http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e +Jan 14 22:44:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d6761646-34ca-4030-94e6-0229abb29e5f tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d6761646-34ca-4030-94e6-0229abb29e5f tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d6761646-34ca-4030-94e6-0229abb29e5f tempest-VolumesServicesTestJSON-1281175982 tempest-VolumesServicesTestJSON-1281175982-project-member] http://10.201.9.223/volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e returned with HTTP 404 +Jan 14 22:44:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 318/636] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:25 2025] GET /volume/v3/volumes/5424f8a8-25ef-4ce6-ae97-8d1259e5e18e => generated 109 bytes in 27 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-45a50e57-fda8-417f-8259-c16b0866f371 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-45a50e57-fda8-417f-8259-c16b0866f371 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] GET http://10.201.9.223/volume/v3/os-services +Jan 14 22:44:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-45a50e57-fda8-417f-8259-c16b0866f371 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-45a50e57-fda8-417f-8259-c16b0866f371 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-45a50e57-fda8-417f-8259-c16b0866f371 tempest-VolumesServicesTestJSON-249014188 tempest-VolumesServicesTestJSON-249014188-project-******] http://10.201.9.223/volume/v3/os-services returned with HTTP 200 +Jan 14 22:44:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 319/637] 10.201.9.223 () {58 vars in 1131 bytes} [Tue Jan 14 22:44:25 2025] GET /volume/v3/os-services => generated 1119 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-da9548f9-2eac-43a4-91ac-a740623e0e80 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-da9548f9-2eac-43a4-91ac-a740623e0e80 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] GET http://10.201.9.223/volume/v3/os-services +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-da9548f9-2eac-43a4-91ac-a740623e0e80 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-da9548f9-2eac-43a4-91ac-a740623e0e80 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-da9548f9-2eac-43a4-91ac-a740623e0e80 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] http://10.201.9.223/volume/v3/os-services returned with HTTP 200 +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 319/638] 10.201.9.223 () {58 vars in 1131 bytes} [Tue Jan 14 22:44:27 2025] GET /volume/v3/os-services => generated 1119 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e181d980-7c5a-4d36-8bda-aab064b714d5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e181d980-7c5a-4d36-8bda-aab064b714d5 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] PUT http://10.201.9.223/volume/v3/os-services/disable-log-reason +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e181d980-7c5a-4d36-8bda-aab064b714d5 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] Action: 'update', calling method: update, body: {"host": "ubuntu", "binary": "cinder-scheduler", "disabled_reason": null} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e181d980-7c5a-4d36-8bda-aab064b714d5 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] http://10.201.9.223/volume/v3/os-services/disable-log-reason returned with HTTP 400 +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 320/639] 10.201.9.223 () {60 vars in 1208 bytes} [Tue Jan 14 22:44:27 2025] PUT /volume/v3/os-services/disable-log-reason => generated 136 bytes in 12 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-79a4b5de-2ab1-4203-9784-44aea5568755 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-79a4b5de-2ab1-4203-9784-44aea5568755 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] PUT http://10.201.9.223/volume/v3/os-services/disable +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-79a4b5de-2ab1-4203-9784-44aea5568755 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] Action: 'update', calling method: update, body: {"host": "ubuntu", "binary": "invalid_binary"} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-79a4b5de-2ab1-4203-9784-44aea5568755 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] http://10.201.9.223/volume/v3/os-services/disable returned with HTTP 404 +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 320/640] 10.201.9.223 () {60 vars in 1175 bytes} [Tue Jan 14 22:44:27 2025] PUT /volume/v3/os-services/disable => generated 103 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-14ba6a46-ecb5-4f84-bfcc-e7daaa8358a7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-14ba6a46-ecb5-4f84-bfcc-e7daaa8358a7 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] PUT http://10.201.9.223/volume/v3/os-services/enable +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-14ba6a46-ecb5-4f84-bfcc-e7daaa8358a7 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] Action: 'update', calling method: update, body: {"host": "invalid_host", "binary": "cinder-scheduler"} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-14ba6a46-ecb5-4f84-bfcc-e7daaa8358a7 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] http://10.201.9.223/volume/v3/os-services/enable returned with HTTP 404 +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 321/641] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:44:27 2025] PUT /volume/v3/os-services/enable => generated 111 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-93ee4ba0-4400-4ab5-939d-8fc75b04f0f5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-93ee4ba0-4400-4ab5-939d-8fc75b04f0f5 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] PUT http://10.201.9.223/volume/v3/os-services/freeze +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-93ee4ba0-4400-4ab5-939d-8fc75b04f0f5 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] Action: 'update', calling method: update, body: {"host": "invalid_host"} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-93ee4ba0-4400-4ab5-939d-8fc75b04f0f5 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] http://10.201.9.223/volume/v3/os-services/freeze returned with HTTP 400 +Jan 14 22:44:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 321/642] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:44:27 2025] PUT /volume/v3/os-services/freeze => generated 83 bytes in 12 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ae794460-02bb-4618-bb6d-2b983f08f690 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ae794460-02bb-4618-bb6d-2b983f08f690 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] PUT http://10.201.9.223/volume/v3/os-services/thaw +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ae794460-02bb-4618-bb6d-2b983f08f690 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] Action: 'update', calling method: update, body: {"host": "invalid_host"} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ae794460-02bb-4618-bb6d-2b983f08f690 tempest-VolumeServicesNegativeTest-680826691 tempest-VolumeServicesNegativeTest-680826691-project-******] http://10.201.9.223/volume/v3/os-services/thaw returned with HTTP 400 +Jan 14 22:44:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 322/643] 10.201.9.223 () {60 vars in 1166 bytes} [Tue Jan 14 22:44:27 2025] PUT /volume/v3/os-services/thaw => generated 83 bytes in 18 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-aa81c361-eb76-47cf-a689-9aaffb72f973 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aa81c361-eb76-47cf-a689-9aaffb72f973 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] GET http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aa81c361-eb76-47cf-a689-9aaffb72f973 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aa81c361-eb76-47cf-a689-9aaffb72f973 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aa81c361-eb76-47cf-a689-9aaffb72f973 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad returned with HTTP 200 +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 322/644] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:29 2025] GET /volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad => generated 495 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b8ba1777-1c00-41a4-a910-520a3127ed2e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b8ba1777-1c00-41a4-a910-520a3127ed2e tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b8ba1777-1c00-41a4-a910-520a3127ed2e tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 3, "volumes": 1, "snapshots": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b8ba1777-1c00-41a4-a910-520a3127ed2e tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad returned with HTTP 200 +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 323/645] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:44:29 2025] PUT /volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad => generated 448 bytes in 66 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Create volume of 1 GB +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Flow 'volume_create_api' (bf9c5a12-3146-4ed7-89ad-293e115f8971) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8b8336d3-9b37-48c2-8c0d-656258bf93b1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8b8336d3-9b37-48c2-8c0d-656258bf93b1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (16ecd88e-0cf8-49e2-b625-2fc36ba8e210) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Created reservations ['e8ed0cef-e11c-4e29-bf5a-016655fc01d8', '80caab72-8756-4ee1-b2e8-4fbaa9e1dc29', 'ed9132bc-ed67-4fb8-a859-6d0bd3871cad', 'a110e2e6-11dc-4946-9b37-85c91b5d80cb'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (16ecd88e-0cf8-49e2-b625-2fc36ba8e210) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e8ed0cef-e11c-4e29-bf5a-016655fc01d8', '80caab72-8756-4ee1-b2e8-4fbaa9e1dc29', 'ed9132bc-ed67-4fb8-a859-6d0bd3871cad', 'a110e2e6-11dc-4946-9b37-85c91b5d80cb']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (146ebad2-a6a4-48aa-967f-1a39042e1850) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (146ebad2-a6a4-48aa-967f-1a39042e1850) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '32f6a277-33e7-4678-accf-66412c7dacb7', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='f821a1bf9483483790914830ddc8e3ad',qos_specs=None,replication_status=,reservations=['e8ed0cef-e11c-4e29-bf5a-016655fc01d8','80caab72-8756-4ee1-b2e8-4fbaa9e1dc29','ed9132bc-ed67-4fb8-a859-6d0bd3871cad','a110e2e6-11dc-4946-9b37-85c91b5d80cb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='4843798f074e46e09ae735108a0a4c1a',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=32f6a277-33e7-4678-accf-66412c7dacb7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c67877a0-1cc4-4272-be59-1755a0969435) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c67877a0-1cc4-4272-be59-1755a0969435) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='f821a1bf9483483790914830ddc8e3ad',qos_specs=None,replication_status=,reservations=['e8ed0cef-e11c-4e29-bf5a-016655fc01d8','80caab72-8756-4ee1-b2e8-4fbaa9e1dc29','ed9132bc-ed67-4fb8-a859-6d0bd3871cad','a110e2e6-11dc-4946-9b37-85c91b5d80cb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='4843798f074e46e09ae735108a0a4c1a',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2e8c6686-239b-4e32-9971-cfd663134deb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2e8c6686-239b-4e32-9971-cfd663134deb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Flow 'volume_create_api' (bf9c5a12-3146-4ed7-89ad-293e115f8971) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Create volume request issued successfully. +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:29 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 323/646] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:29 2025] POST /volume/v3/volumes => generated 766 bytes in 174 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d865c3f5-e065-49a1-a69f-f33f0aca5658 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d865c3f5-e065-49a1-a69f-f33f0aca5658 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d865c3f5-e065-49a1-a69f-f33f0aca5658 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d865c3f5-e065-49a1-a69f-f33f0aca5658 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d865c3f5-e065-49a1-a69f-f33f0aca5658 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d865c3f5-e065-49a1-a69f-f33f0aca5658 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 returned with HTTP 200 +Jan 14 22:44:29 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 324/647] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:29 2025] GET /volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 => generated 834 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f6aeaf26-0a4f-4d34-970a-e3bc85dda104 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f6aeaf26-0a4f-4d34-970a-e3bc85dda104 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f6aeaf26-0a4f-4d34-970a-e3bc85dda104 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f6aeaf26-0a4f-4d34-970a-e3bc85dda104 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f6aeaf26-0a4f-4d34-970a-e3bc85dda104 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f6aeaf26-0a4f-4d34-970a-e3bc85dda104 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 returned with HTTP 200 +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 324/648] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:30 2025] GET /volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 => generated 859 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "32f6a277-33e7-4678-accf-66412c7dacb7", "name": "tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-108409040"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Create snapshot from volume 32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Created reservations ['c37173b2-a49e-4f95-ba13-f5519ae848bc', '55a53884-45bc-4fbc-b190-4a3e9b935510', '118ef1e5-2e5b-4ecd-830b-638c63033711', '95116d98-fa9e-4827-881d-acd2f8330e8d'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Snapshot create request issued successfully. +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:44:30 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 325/649] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:44:30 2025] POST /volume/v3/snapshots => generated 322 bytes in 96 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-31d007ee-1483-411f-90ec-93aa938fa66e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-31d007ee-1483-411f-90ec-93aa938fa66e tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-31d007ee-1483-411f-90ec-93aa938fa66e tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-31d007ee-1483-411f-90ec-93aa938fa66e tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-31d007ee-1483-411f-90ec-93aa938fa66e tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Snapshot retrieved successfully. +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-31d007ee-1483-411f-90ec-93aa938fa66e tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 returned with HTTP 200 +Jan 14 22:44:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 325/650] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:30 2025] GET /volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 => generated 454 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-62dddb9a-5ea1-46d5-9778-6c70c4d745ea None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-62dddb9a-5ea1-46d5-9778-6c70c4d745ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-62dddb9a-5ea1-46d5-9778-6c70c4d745ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-62dddb9a-5ea1-46d5-9778-6c70c4d745ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-62dddb9a-5ea1-46d5-9778-6c70c4d745ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Snapshot retrieved successfully. +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-62dddb9a-5ea1-46d5-9778-6c70c4d745ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 returned with HTTP 200 +Jan 14 22:44:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 326/651] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:31 2025] GET /volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 => generated 481 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ffb1dff9-2d2b-4ee6-8e7c-c41e21c97630 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ffb1dff9-2d2b-4ee6-8e7c-c41e21c97630 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad +Jan 14 22:44:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ffb1dff9-2d2b-4ee6-8e7c-c41e21c97630 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 2, "volumes": 1, "snapshots": 2}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ffb1dff9-2d2b-4ee6-8e7c-c41e21c97630 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad returned with HTTP 200 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 326/652] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:44:31 2025] PUT /volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad => generated 448 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ee6a57a7-4c03-484e-a9d0-580ad5ef0806 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ee6a57a7-4c03-484e-a9d0-580ad5ef0806 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ee6a57a7-4c03-484e-a9d0-580ad5ef0806 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "32f6a277-33e7-4678-accf-66412c7dacb7"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ee6a57a7-4c03-484e-a9d0-580ad5ef0806 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-ee6a57a7-4c03-484e-a9d0-580ad5ef0806 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Create snapshot from volume 32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota_utils [None req-ee6a57a7-4c03-484e-a9d0-580ad5ef0806 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Quota exceeded for f821a1bf9483483790914830ddc8e3ad, tried to create 1G snapshot (2G of 2G already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['gigabytes'] +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.middleware.fault [None req-ee6a57a7-4c03-484e-a9d0-580ad5ef0806 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 413 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 327/653] 10.201.9.223 () {60 vars in 1146 bytes} [Tue Jan 14 22:44:32 2025] POST /volume/v3/snapshots => generated 208 bytes in 38 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-851a3a67-6f8d-439e-a4c4-c2f4ee2a8df5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-851a3a67-6f8d-439e-a4c4-c2f4ee2a8df5 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-851a3a67-6f8d-439e-a4c4-c2f4ee2a8df5 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] Action: 'update', calling method: update, body: {"quota_set": {"gigabytes": 3, "volumes": 1, "snapshots": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-851a3a67-6f8d-439e-a4c4-c2f4ee2a8df5 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad returned with HTTP 200 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 327/654] 10.201.9.223 () {60 vars in 1256 bytes} [Tue Jan 14 22:44:32 2025] PUT /volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad => generated 448 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7c0bd9b1-06b3-4aab-a0e7-dca621df571d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7c0bd9b1-06b3-4aab-a0e7-dca621df571d tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7c0bd9b1-06b3-4aab-a0e7-dca621df571d tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "32f6a277-33e7-4678-accf-66412c7dacb7"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7c0bd9b1-06b3-4aab-a0e7-dca621df571d tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-7c0bd9b1-06b3-4aab-a0e7-dca621df571d tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Create snapshot from volume 32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota_utils [None req-7c0bd9b1-06b3-4aab-a0e7-dca621df571d tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Quota exceeded for f821a1bf9483483790914830ddc8e3ad, tried to create snapshot (1 snapshots already consumed).: cinder.exception.OverQuota: Quota exceeded for resources: ['snapshots'] +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.middleware.fault [None req-7c0bd9b1-06b3-4aab-a0e7-dca621df571d tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 413 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 328/655] 10.201.9.223 () {60 vars in 1146 bytes} [Tue Jan 14 22:44:32 2025] POST /volume/v3/snapshots => generated 133 bytes in 32 msecs (HTTP/1.1 413) 8 headers in 323 bytes (1 switches on core 0) +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Delete snapshot with id: 0eeee082-b105-4460-a8b5-b4ec82c7b3d2 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Snapshot retrieved successfully. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Snapshot delete request issued successfully. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 returned with HTTP 202 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 328/656] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:44:32 2025] DELETE /volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b10797db-c147-43a1-b734-bdf413a2b683 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b10797db-c147-43a1-b734-bdf413a2b683 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b10797db-c147-43a1-b734-bdf413a2b683 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b10797db-c147-43a1-b734-bdf413a2b683 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b10797db-c147-43a1-b734-bdf413a2b683 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Snapshot retrieved successfully. +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b10797db-c147-43a1-b734-bdf413a2b683 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 returned with HTTP 200 +Jan 14 22:44:32 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 329/657] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:32 2025] GET /volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 => generated 480 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ecf9fa69-6c18-4354-b22f-a0247c1724ea None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ecf9fa69-6c18-4354-b22f-a0247c1724ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ecf9fa69-6c18-4354-b22f-a0247c1724ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ecf9fa69-6c18-4354-b22f-a0247c1724ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ecf9fa69-6c18-4354-b22f-a0247c1724ea tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 returned with HTTP 404 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 329/658] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:44:33 2025] GET /volume/v3/snapshots/0eeee082-b105-4460-a8b5-b4ec82c7b3d2 => generated 111 bytes in 26 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9f3dc588-49e1-457f-b8c1-7a7cdfa0e7d4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9f3dc588-49e1-457f-b8c1-7a7cdfa0e7d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9f3dc588-49e1-457f-b8c1-7a7cdfa0e7d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9f3dc588-49e1-457f-b8c1-7a7cdfa0e7d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9f3dc588-49e1-457f-b8c1-7a7cdfa0e7d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9f3dc588-49e1-457f-b8c1-7a7cdfa0e7d4 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 returned with HTTP 200 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 330/659] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:33 2025] GET /volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 => generated 859 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] DELETE http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Delete volume with id: 32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Delete volume request issued successfully. +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 returned with HTTP 202 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 330/660] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:33 2025] DELETE /volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-82ea152a-91db-4d5c-9213-3ef9270c1674 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-82ea152a-91db-4d5c-9213-3ef9270c1674 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-82ea152a-91db-4d5c-9213-3ef9270c1674 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-82ea152a-91db-4d5c-9213-3ef9270c1674 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-82ea152a-91db-4d5c-9213-3ef9270c1674 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Volume info retrieved successfully. +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-82ea152a-91db-4d5c-9213-3ef9270c1674 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 returned with HTTP 200 +Jan 14 22:44:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 331/661] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:33 2025] GET /volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 => generated 858 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-45644903-6b8f-45a1-8826-0fb0db242e3a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-45644903-6b8f-45a1-8826-0fb0db242e3a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] GET http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 +Jan 14 22:44:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-45644903-6b8f-45a1-8826-0fb0db242e3a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-45644903-6b8f-45a1-8826-0fb0db242e3a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-45644903-6b8f-45a1-8826-0fb0db242e3a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623-project-member] http://10.201.9.223/volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 returned with HTTP 404 +Jan 14 22:44:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 331/662] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:34 2025] GET /volume/v3/volumes/32f6a277-33e7-4678-accf-66412c7dacb7 => generated 109 bytes in 25 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8b62889f-b176-46d4-a21d-ab4a84d87027 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8b62889f-b176-46d4-a21d-ab4a84d87027 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] PUT http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad +Jan 14 22:44:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8b62889f-b176-46d4-a21d-ab4a84d87027 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] Action: 'update', calling method: update, body: {"quota_set": {"volumes": 10, "per_volume_gigabytes": -1, "snapshots": 10, "gigabytes": 1000, "backups": 10, "backup_gigabytes": 1000}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8b62889f-b176-46d4-a21d-ab4a84d87027 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522 tempest-VolumeSnapshotQuotasNegativeTestJSON-650942522-project-******] http://10.201.9.223/volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad returned with HTTP 200 +Jan 14 22:44:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 332/663] 10.201.9.223 () {60 vars in 1257 bytes} [Tue Jan 14 22:44:34 2025] PUT /volume/v3/os-quota-sets/f821a1bf9483483790914830ddc8e3ad => generated 453 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a3f67697-2b5d-4df8-be20-2a8b456c196e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a3f67697-2b5d-4df8-be20-2a8b456c196e tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a3f67697-2b5d-4df8-be20-2a8b456c196e tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-529823636", "os-volume-type-access:is_public": false}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a3f67697-2b5d-4df8-be20-2a8b456c196e tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 332/664] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:44:36 2025] POST /volume/v3/types => generated 228 bytes in 80 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ab5178f8-7f00-4318-a025-056de34782c2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab5178f8-7f00-4318-a025-056de34782c2 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ab5178f8-7f00-4318-a025-056de34782c2 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "7363a44f-a40e-4fd7-a996-d95c6c177d7f", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-ab5178f8-7f00-4318-a025-056de34782c2 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Create volume request body: {'volume': {'volume_type': '7363a44f-a40e-4fd7-a996-d95c6c177d7f', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab5178f8-7f00-4318-a025-056de34782c2 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 +Jan 14 22:44:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 333/665] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:36 2025] POST /volume/v3/volumes => generated 114 bytes in 56 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d8613df2-5467-4cff-9402-50071f39a8bc None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d8613df2-5467-4cff-9402-50071f39a8bc tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f/action +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d8613df2-5467-4cff-9402-50071f39a8bc tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action body: b'{"addProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d8613df2-5467-4cff-9402-50071f39a8bc tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'action', calling method: _addProjectAccess, body: {"addProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d8613df2-5467-4cff-9402-50071f39a8bc tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f/action returned with HTTP 202 +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 333/666] 10.201.9.223 () {60 vars in 1266 bytes} [Tue Jan 14 22:44:36 2025] POST /volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f/action => generated 0 bytes in 15 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "7363a44f-a40e-4fd7-a996-d95c6c177d7f", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-337577982"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Create volume request body: {'volume': {'volume_type': '7363a44f-a40e-4fd7-a996-d95c6c177d7f', 'size': 1, 'name': 'tempest-VolumeTypesAccessTest-Volume-337577982'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Create volume of 1 GB +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Flow 'volume_create_api' (0114cb74-4f77-4c70-89fb-74b4ea057ecc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (bc0e32b6-e4aa-44a2-b6a8-0c1c9b2337a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (bc0e32b6-e4aa-44a2-b6a8-0c1c9b2337a3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:44:37Z,deleted=False,deleted_at=None,description=None,extra_specs={},id=7363a44f-a40e-4fd7-a996-d95c6c177d7f,is_public=False,name='tempest-VolumeTypesAccessTest-volume-type-529823636',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '7363a44f-a40e-4fd7-a996-d95c6c177d7f', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6fe8ea25-0720-480d-ad79-6501661f4391) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesAccessTest-volume-type-529823636 is set by the default quota flag: quota_volumes_tempest-VolumeTypesAccessTest-volume-type-529823636, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesAccessTest-volume-type-529823636 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesAccessTest-volume-type-529823636, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Created reservations ['c9a8e7f0-3a7b-492b-a154-c437a77dfc3f', '28b16775-c058-4c11-928e-08b1e3399aa9', 'a09988a4-66d2-4754-a3ac-2846dd5ba492', '4b710175-d16a-4998-adc7-9e5811102db9'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (6fe8ea25-0720-480d-ad79-6501661f4391) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c9a8e7f0-3a7b-492b-a154-c437a77dfc3f', '28b16775-c058-4c11-928e-08b1e3399aa9', 'a09988a4-66d2-4754-a3ac-2846dd5ba492', '4b710175-d16a-4998-adc7-9e5811102db9']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (18b6b801-70d3-40e7-b953-c4110801b949) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (18b6b801-70d3-40e7-b953-c4110801b949) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'd5b77036-d3ec-44f1-917e-695c6689f7f8', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-337577982',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='9b3c527f17204637830dee1c7bb65e22',qos_specs=None,replication_status=,reservations=['c9a8e7f0-3a7b-492b-a154-c437a77dfc3f','28b16775-c058-4c11-928e-08b1e3399aa9','a09988a4-66d2-4754-a3ac-2846dd5ba492','4b710175-d16a-4998-adc7-9e5811102db9'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='f116984d4e5d4d30ab60682a86fe4fca',volume_type_id=7363a44f-a40e-4fd7-a996-d95c6c177d7f), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-337577982',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=d5b77036-d3ec-44f1-917e-695c6689f7f8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='9b3c527f17204637830dee1c7bb65e22',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='f116984d4e5d4d30ab60682a86fe4fca',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(7363a44f-a40e-4fd7-a996-d95c6c177d7f),volume_type_id=7363a44f-a40e-4fd7-a996-d95c6c177d7f)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (83541fad-348b-495e-bec8-c04db365595a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (83541fad-348b-495e-bec8-c04db365595a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-337577982',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='9b3c527f17204637830dee1c7bb65e22',qos_specs=None,replication_status=,reservations=['c9a8e7f0-3a7b-492b-a154-c437a77dfc3f','28b16775-c058-4c11-928e-08b1e3399aa9','a09988a4-66d2-4754-a3ac-2846dd5ba492','4b710175-d16a-4998-adc7-9e5811102db9'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='f116984d4e5d4d30ab60682a86fe4fca',volume_type_id=7363a44f-a40e-4fd7-a996-d95c6c177d7f)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (576bc18d-aeea-46f0-afca-97d456fbe31c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (576bc18d-aeea-46f0-afca-97d456fbe31c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Flow 'volume_create_api' (0114cb74-4f77-4c70-89fb-74b4ea057ecc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Create volume request issued successfully. +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 334/667] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:37 2025] POST /volume/v3/volumes => generated 796 bytes in 112 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-18ff2e1b-5442-4702-aafa-f9cb0a175cbb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-18ff2e1b-5442-4702-aafa-f9cb0a175cbb tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] GET http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-18ff2e1b-5442-4702-aafa-f9cb0a175cbb tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-18ff2e1b-5442-4702-aafa-f9cb0a175cbb tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-18ff2e1b-5442-4702-aafa-f9cb0a175cbb tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Volume info retrieved successfully. +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-18ff2e1b-5442-4702-aafa-f9cb0a175cbb tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 returned with HTTP 200 +Jan 14 22:44:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 334/668] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:37 2025] GET /volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 => generated 864 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-41f6f893-ac05-46eb-9c8f-a952a1d082e9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-41f6f893-ac05-46eb-9c8f-a952a1d082e9 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] GET http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-41f6f893-ac05-46eb-9c8f-a952a1d082e9 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-41f6f893-ac05-46eb-9c8f-a952a1d082e9 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-41f6f893-ac05-46eb-9c8f-a952a1d082e9 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Volume info retrieved successfully. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-41f6f893-ac05-46eb-9c8f-a952a1d082e9 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 returned with HTTP 200 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 335/669] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:38 2025] GET /volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 => generated 889 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-51fd55f3-f933-44a6-8ecc-e71505525a01 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51fd55f3-f933-44a6-8ecc-e71505525a01 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] GET http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51fd55f3-f933-44a6-8ecc-e71505525a01 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51fd55f3-f933-44a6-8ecc-e71505525a01 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-51fd55f3-f933-44a6-8ecc-e71505525a01 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Volume info retrieved successfully. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51fd55f3-f933-44a6-8ecc-e71505525a01 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 returned with HTTP 200 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 335/670] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:38 2025] GET /volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 => generated 889 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5c322241-785b-479e-a276-4f28998254cd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] DELETE http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Delete volume with id: d5b77036-d3ec-44f1-917e-695c6689f7f8 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Volume info retrieved successfully. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Delete volume request issued successfully. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 returned with HTTP 202 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 336/671] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:38 2025] DELETE /volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-eeca35bc-4191-4107-9df0-e7c4d7e3972b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eeca35bc-4191-4107-9df0-e7c4d7e3972b tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] GET http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eeca35bc-4191-4107-9df0-e7c4d7e3972b tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-eeca35bc-4191-4107-9df0-e7c4d7e3972b tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-eeca35bc-4191-4107-9df0-e7c4d7e3972b tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Volume info retrieved successfully. +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-eeca35bc-4191-4107-9df0-e7c4d7e3972b tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 returned with HTTP 200 +Jan 14 22:44:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 336/672] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:38 2025] GET /volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 => generated 888 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2182101a-f9e2-4037-88d1-1427f4b70980 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2182101a-f9e2-4037-88d1-1427f4b70980 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] GET http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2182101a-f9e2-4037-88d1-1427f4b70980 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2182101a-f9e2-4037-88d1-1427f4b70980 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2182101a-f9e2-4037-88d1-1427f4b70980 tempest-VolumeTypesAccessTest-1089869715 tempest-VolumeTypesAccessTest-1089869715-project-member] http://10.201.9.223/volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 returned with HTTP 404 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 337/673] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:39 2025] GET /volume/v3/volumes/d5b77036-d3ec-44f1-917e-695c6689f7f8 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9ce5e981-be52-41d3-8869-3ac829fd7080 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9ce5e981-be52-41d3-8869-3ac829fd7080 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f/action +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9ce5e981-be52-41d3-8869-3ac829fd7080 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action body: b'{"removeProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9ce5e981-be52-41d3-8869-3ac829fd7080 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'action', calling method: _removeProjectAccess, body: {"removeProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9ce5e981-be52-41d3-8869-3ac829fd7080 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f/action returned with HTTP 202 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 337/674] 10.201.9.223 () {60 vars in 1266 bytes} [Tue Jan 14 22:44:39 2025] POST /volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f/action => generated 0 bytes in 23 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-25db0364-013d-442f-abdf-65bc7e2ea109 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-25db0364-013d-442f-abdf-65bc7e2ea109 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] DELETE http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-25db0364-013d-442f-abdf-65bc7e2ea109 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-25db0364-013d-442f-abdf-65bc7e2ea109 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-25db0364-013d-442f-abdf-65bc7e2ea109 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f returned with HTTP 202 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 338/675] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:39 2025] DELETE /volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-de3371ad-5a8d-4528-9f3c-210ecc9b213f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de3371ad-5a8d-4528-9f3c-210ecc9b213f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] GET http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de3371ad-5a8d-4528-9f3c-210ecc9b213f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de3371ad-5a8d-4528-9f3c-210ecc9b213f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de3371ad-5a8d-4528-9f3c-210ecc9b213f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f returned with HTTP 404 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 338/676] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:39 2025] GET /volume/v3/types/7363a44f-a40e-4fd7-a996-d95c6c177d7f => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5eafb1f6-9159-46a9-bbb4-5f40c53b4f87 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5eafb1f6-9159-46a9-bbb4-5f40c53b4f87 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5eafb1f6-9159-46a9-bbb4-5f40c53b4f87 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-1767958372", "os-volume-type-access:is_public": false}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5eafb1f6-9159-46a9-bbb4-5f40c53b4f87 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 339/677] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:44:39 2025] POST /volume/v3/types => generated 229 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-440d3ee5-3094-480b-99c7-deb7c2911e15 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-440d3ee5-3094-480b-99c7-deb7c2911e15 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-440d3ee5-3094-480b-99c7-deb7c2911e15 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action body: b'{"addProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-440d3ee5-3094-480b-99c7-deb7c2911e15 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'action', calling method: _addProjectAccess, body: {"addProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-440d3ee5-3094-480b-99c7-deb7c2911e15 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action returned with HTTP 202 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 339/678] 10.201.9.223 () {60 vars in 1266 bytes} [Tue Jan 14 22:44:39 2025] POST /volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action => generated 0 bytes in 14 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1eb7556a-a2a5-4153-9f9a-eaee7f0a48a4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1eb7556a-a2a5-4153-9f9a-eaee7f0a48a4 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1eb7556a-a2a5-4153-9f9a-eaee7f0a48a4 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action body: b'{"addProjectAccess": {"project": "65efdcace2d5450cb4173ec3451c6dd5"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1eb7556a-a2a5-4153-9f9a-eaee7f0a48a4 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'action', calling method: _addProjectAccess, body: {"addProjectAccess": {"project": "65efdcace2d5450cb4173ec3451c6dd5"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1eb7556a-a2a5-4153-9f9a-eaee7f0a48a4 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action returned with HTTP 202 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 340/679] 10.201.9.223 () {60 vars in 1266 bytes} [Tue Jan 14 22:44:39 2025] POST /volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action => generated 0 bytes in 16 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-00faa2af-059a-4762-bd4f-51f91d4c97ae None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-00faa2af-059a-4762-bd4f-51f91d4c97ae tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] GET http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/os-volume-type-access +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-00faa2af-059a-4762-bd4f-51f91d4c97ae tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-00faa2af-059a-4762-bd4f-51f91d4c97ae tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-00faa2af-059a-4762-bd4f-51f91d4c97ae tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/os-volume-type-access returned with HTTP 200 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 340/680] 10.201.9.223 () {58 vars in 1290 bytes} [Tue Jan 14 22:44:39 2025] GET /volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/os-volume-type-access => generated 244 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-93f996c6-0f2b-482c-9147-70378976fea2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-93f996c6-0f2b-482c-9147-70378976fea2 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-93f996c6-0f2b-482c-9147-70378976fea2 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action body: b'{"removeProjectAccess": {"project": "65efdcace2d5450cb4173ec3451c6dd5"}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-93f996c6-0f2b-482c-9147-70378976fea2 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'action', calling method: _removeProjectAccess, body: {"removeProjectAccess": {"project": "65efdcace2d5450cb4173ec3451c6dd5"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-93f996c6-0f2b-482c-9147-70378976fea2 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action returned with HTTP 202 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 341/681] 10.201.9.223 () {60 vars in 1266 bytes} [Tue Jan 14 22:44:39 2025] POST /volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action => generated 0 bytes in 18 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9370a373-83f6-4769-b34c-a6166d31de8f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9370a373-83f6-4769-b34c-a6166d31de8f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] POST http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9370a373-83f6-4769-b34c-a6166d31de8f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action body: b'{"removeProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9370a373-83f6-4769-b34c-a6166d31de8f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Action: 'action', calling method: _removeProjectAccess, body: {"removeProjectAccess": {"project": "9b3c527f17204637830dee1c7bb65e22"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9370a373-83f6-4769-b34c-a6166d31de8f tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action returned with HTTP 202 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 341/682] 10.201.9.223 () {60 vars in 1266 bytes} [Tue Jan 14 22:44:39 2025] POST /volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32/action => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-16b1e797-3a2b-4a0e-87af-dbe136c0a7f1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-16b1e797-3a2b-4a0e-87af-dbe136c0a7f1 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] DELETE http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-16b1e797-3a2b-4a0e-87af-dbe136c0a7f1 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-16b1e797-3a2b-4a0e-87af-dbe136c0a7f1 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-16b1e797-3a2b-4a0e-87af-dbe136c0a7f1 tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32 returned with HTTP 202 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 342/683] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:39 2025] DELETE /volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e06cfc94-563f-4d30-877f-fd81b5f3dbce None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e06cfc94-563f-4d30-877f-fd81b5f3dbce tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] GET http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e06cfc94-563f-4d30-877f-fd81b5f3dbce tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e06cfc94-563f-4d30-877f-fd81b5f3dbce tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e06cfc94-563f-4d30-877f-fd81b5f3dbce tempest-VolumeTypesAccessTest-1087412268 tempest-VolumeTypesAccessTest-1087412268-project-******] http://10.201.9.223/volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32 returned with HTTP 404 +Jan 14 22:44:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 342/684] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:39 2025] GET /volume/v3/types/f3c9ccdd-cfc4-41de-b519-0e71493fbf32 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-134014aa-272f-4d98-b859-95291edd4fdd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-134014aa-272f-4d98-b859-95291edd4fdd tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-134014aa-272f-4d98-b859-95291edd4fdd tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1460912050", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Hewlett Packard Enterprise"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-134014aa-272f-4d98-b859-95291edd4fdd tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 343/685] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:44:41 2025] POST /volume/v3/types => generated 293 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c851af6d-8854-4c11-897e-fe74aac67044 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c851af6d-8854-4c11-897e-fe74aac67044 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c851af6d-8854-4c11-897e-fe74aac67044 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1904892328", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Hewlett Packard Enterprise"}}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c851af6d-8854-4c11-897e-fe74aac67044 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 343/686] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:44:42 2025] POST /volume/v3/types => generated 293 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-VolumeTypesTest-volume-348656514", "volume_type": "7b194180-1c42-4ca3-95af-8faea399bf47", "size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Create volume request body: {'volume': {'name': 'tempest-VolumeTypesTest-volume-348656514', 'volume_type': '7b194180-1c42-4ca3-95af-8faea399bf47', 'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Create volume of 1 GB +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Flow 'volume_create_api' (5c17a45f-f747-4898-9708-05464291bbbe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2a63ffa1-0bbc-4110-a126-3b16b8d71c34) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2a63ffa1-0bbc-4110-a126-3b16b8d71c34) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:44:42Z,deleted=False,deleted_at=None,description=None,extra_specs={storage_protocol='iSCSI',vendor_name='Hewlett Packard Enterprise'},id=7b194180-1c42-4ca3-95af-8faea399bf47,is_public=True,name='tempest-VolumeTypesTest-volume-type-1460912050',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '7b194180-1c42-4ca3-95af-8faea399bf47', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0e15aaa3-b27d-4877-b428-31a3d43f1b82) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-1460912050 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-1460912050, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: WARNING cinder.quota [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-1460912050 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-1460912050, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Created reservations ['8c221e43-3351-4eaa-a4c2-cbe2fd5a4c71', 'a73c8c4d-70dd-4f3e-ac00-1e31557d6586', '685f9c13-4171-4c3e-87ab-a579a76ed6e4', '742131f5-13fb-4f58-8df9-81f48d87beb8'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0e15aaa3-b27d-4877-b428-31a3d43f1b82) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8c221e43-3351-4eaa-a4c2-cbe2fd5a4c71', 'a73c8c4d-70dd-4f3e-ac00-1e31557d6586', '685f9c13-4171-4c3e-87ab-a579a76ed6e4', '742131f5-13fb-4f58-8df9-81f48d87beb8']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c90e0536-fb67-47ae-9051-11f07b22d156) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c90e0536-fb67-47ae-9051-11f07b22d156) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a5ffdf63-bc83-43fa-88c6-9525371cbbb4', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-348656514',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='edd8ea6caf5f4138b8b419d7687b8f60',qos_specs=None,replication_status=,reservations=['8c221e43-3351-4eaa-a4c2-cbe2fd5a4c71','a73c8c4d-70dd-4f3e-ac00-1e31557d6586','685f9c13-4171-4c3e-87ab-a579a76ed6e4','742131f5-13fb-4f58-8df9-81f48d87beb8'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='cc9563acfb3d4d938544754d937ac2e5',volume_type_id=7b194180-1c42-4ca3-95af-8faea399bf47), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-348656514',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=a5ffdf63-bc83-43fa-88c6-9525371cbbb4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='edd8ea6caf5f4138b8b419d7687b8f60',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='cc9563acfb3d4d938544754d937ac2e5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(7b194180-1c42-4ca3-95af-8faea399bf47),volume_type_id=7b194180-1c42-4ca3-95af-8faea399bf47)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5346bf94-e49b-4677-b33b-4681133927ac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5346bf94-e49b-4677-b33b-4681133927ac) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-348656514',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='edd8ea6caf5f4138b8b419d7687b8f60',qos_specs=None,replication_status=,reservations=['8c221e43-3351-4eaa-a4c2-cbe2fd5a4c71','a73c8c4d-70dd-4f3e-ac00-1e31557d6586','685f9c13-4171-4c3e-87ab-a579a76ed6e4','742131f5-13fb-4f58-8df9-81f48d87beb8'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='cc9563acfb3d4d938544754d937ac2e5',volume_type_id=7b194180-1c42-4ca3-95af-8faea399bf47)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2c4a8ca3-8258-41ef-810c-ce621816ec9f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2c4a8ca3-8258-41ef-810c-ce621816ec9f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Flow 'volume_create_api' (5c17a45f-f747-4898-9708-05464291bbbe) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Create volume request issued successfully. +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:42 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 344/687] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:42 2025] POST /volume/v3/volumes => generated 785 bytes in 177 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0770a9db-67ef-43e9-9e24-aae9e7cef1b6 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0770a9db-67ef-43e9-9e24-aae9e7cef1b6 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0770a9db-67ef-43e9-9e24-aae9e7cef1b6 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0770a9db-67ef-43e9-9e24-aae9e7cef1b6 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0770a9db-67ef-43e9-9e24-aae9e7cef1b6 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0770a9db-67ef-43e9-9e24-aae9e7cef1b6 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 200 +Jan 14 22:44:42 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 344/688] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:42 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 853 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ddce8a0a-c94f-4da1-b59f-78e34db61c02 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ddce8a0a-c94f-4da1-b59f-78e34db61c02 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ddce8a0a-c94f-4da1-b59f-78e34db61c02 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ddce8a0a-c94f-4da1-b59f-78e34db61c02 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ddce8a0a-c94f-4da1-b59f-78e34db61c02 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ddce8a0a-c94f-4da1-b59f-78e34db61c02 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 200 +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 345/689] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:43 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 878 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] POST http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4/action +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Action body: b'{"os-retype": {"new_type": "a9ff7077-0eee-4668-ad62-80613a5973b8"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Action: 'action', calling method: _retype, body: {"os-retype": {"new_type": "a9ff7077-0eee-4668-ad62-80613a5973b8"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-1904892328 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-1904892328, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-1904892328 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-1904892328, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Created reservations ['65d05794-453d-4180-8028-3d98e8168a8e', '3f263b2a-530c-4b26-b45a-e73d0682b236'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-1460912050 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-1460912050, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: WARNING cinder.quota [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-1460912050 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-1460912050, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Created reservations ['44044e6b-e0df-428a-93ed-bd236f5b9b12', 'e7af11e4-e25f-4b93-91c8-1d8418064898'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Retype volume request issued successfully. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4/action returned with HTTP 202 +Jan 14 22:44:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 345/690] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:44:43 2025] POST /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4/action => generated 0 bytes in 118 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e5d3a87a-6c2a-46d9-a5cd-e5857596bd08 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e5d3a87a-6c2a-46d9-a5cd-e5857596bd08 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e5d3a87a-6c2a-46d9-a5cd-e5857596bd08 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e5d3a87a-6c2a-46d9-a5cd-e5857596bd08 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e5d3a87a-6c2a-46d9-a5cd-e5857596bd08 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e5d3a87a-6c2a-46d9-a5cd-e5857596bd08 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 200 +Jan 14 22:44:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 346/691] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:43 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 877 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a62f6356-9883-4b6d-9953-78048a00d404 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a62f6356-9883-4b6d-9953-78048a00d404 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a62f6356-9883-4b6d-9953-78048a00d404 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a62f6356-9883-4b6d-9953-78048a00d404 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a62f6356-9883-4b6d-9953-78048a00d404 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a62f6356-9883-4b6d-9953-78048a00d404 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 200 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 346/692] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:44 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 878 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c8e60a36-39bb-4021-9a16-06afba8319c4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c8e60a36-39bb-4021-9a16-06afba8319c4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c8e60a36-39bb-4021-9a16-06afba8319c4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c8e60a36-39bb-4021-9a16-06afba8319c4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c8e60a36-39bb-4021-9a16-06afba8319c4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c8e60a36-39bb-4021-9a16-06afba8319c4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 200 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 347/693] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:44 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 878 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-47d4a780-9f20-4bbc-8f0e-cdcb77eeec2b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-47d4a780-9f20-4bbc-8f0e-cdcb77eeec2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-47d4a780-9f20-4bbc-8f0e-cdcb77eeec2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-47d4a780-9f20-4bbc-8f0e-cdcb77eeec2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-47d4a780-9f20-4bbc-8f0e-cdcb77eeec2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-47d4a780-9f20-4bbc-8f0e-cdcb77eeec2b tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 200 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 347/694] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:44 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 878 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] DELETE http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Delete volume with id: a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Delete volume request issued successfully. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 202 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 348/695] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:44:44 2025] DELETE /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0aac4001-265c-468a-8b35-4163449029ae None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0aac4001-265c-468a-8b35-4163449029ae tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0aac4001-265c-468a-8b35-4163449029ae tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0aac4001-265c-468a-8b35-4163449029ae tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0aac4001-265c-468a-8b35-4163449029ae tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Volume info retrieved successfully. +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0aac4001-265c-468a-8b35-4163449029ae tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 200 +Jan 14 22:44:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 348/696] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:44 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 877 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-12c5cdeb-7c3a-4528-9db9-591b4246f5d4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-12c5cdeb-7c3a-4528-9db9-591b4246f5d4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] GET http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-12c5cdeb-7c3a-4528-9db9-591b4246f5d4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-12c5cdeb-7c3a-4528-9db9-591b4246f5d4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-12c5cdeb-7c3a-4528-9db9-591b4246f5d4 tempest-VolumeTypesTest-598912398 tempest-VolumeTypesTest-598912398-project-member] http://10.201.9.223/volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 returned with HTTP 404 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 349/697] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:45 2025] GET /volume/v3/volumes/a5ffdf63-bc83-43fa-88c6-9525371cbbb4 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-179b8e6b-903f-4b2b-8d69-a66aa9f6bdad None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-179b8e6b-903f-4b2b-8d69-a66aa9f6bdad tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] DELETE http://10.201.9.223/volume/v3/types/a9ff7077-0eee-4668-ad62-80613a5973b8 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-179b8e6b-903f-4b2b-8d69-a66aa9f6bdad tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-179b8e6b-903f-4b2b-8d69-a66aa9f6bdad tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-179b8e6b-903f-4b2b-8d69-a66aa9f6bdad tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/a9ff7077-0eee-4668-ad62-80613a5973b8 returned with HTTP 202 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 349/698] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:45 2025] DELETE /volume/v3/types/a9ff7077-0eee-4668-ad62-80613a5973b8 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-20f75948-aebe-4ef3-afc8-efecc7f3ae9c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-20f75948-aebe-4ef3-afc8-efecc7f3ae9c tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/a9ff7077-0eee-4668-ad62-80613a5973b8 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-20f75948-aebe-4ef3-afc8-efecc7f3ae9c tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-20f75948-aebe-4ef3-afc8-efecc7f3ae9c tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-20f75948-aebe-4ef3-afc8-efecc7f3ae9c tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/a9ff7077-0eee-4668-ad62-80613a5973b8 returned with HTTP 404 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 350/699] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:45 2025] GET /volume/v3/types/a9ff7077-0eee-4668-ad62-80613a5973b8 => generated 114 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-cb230f98-0cb6-4105-a7b7-242962389d53 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cb230f98-0cb6-4105-a7b7-242962389d53 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] DELETE http://10.201.9.223/volume/v3/types/7b194180-1c42-4ca3-95af-8faea399bf47 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cb230f98-0cb6-4105-a7b7-242962389d53 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cb230f98-0cb6-4105-a7b7-242962389d53 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cb230f98-0cb6-4105-a7b7-242962389d53 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/7b194180-1c42-4ca3-95af-8faea399bf47 returned with HTTP 202 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 350/700] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:45 2025] DELETE /volume/v3/types/7b194180-1c42-4ca3-95af-8faea399bf47 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a9cfc058-1aec-4e70-8e9f-280887dd3849 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a9cfc058-1aec-4e70-8e9f-280887dd3849 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/7b194180-1c42-4ca3-95af-8faea399bf47 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a9cfc058-1aec-4e70-8e9f-280887dd3849 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a9cfc058-1aec-4e70-8e9f-280887dd3849 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a9cfc058-1aec-4e70-8e9f-280887dd3849 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/7b194180-1c42-4ca3-95af-8faea399bf47 returned with HTTP 404 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 351/701] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:45 2025] GET /volume/v3/types/7b194180-1c42-4ca3-95af-8faea399bf47 => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f2a37fa1-dc3e-4821-a166-c57d15ca9765 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f2a37fa1-dc3e-4821-a166-c57d15ca9765 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f2a37fa1-dc3e-4821-a166-c57d15ca9765 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1965445635", "description": "tempest-volume-type-description-1625279699", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Hewlett Packard Enterprise"}, "os-volume-type-access:is_public": true}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f2a37fa1-dc3e-4821-a166-c57d15ca9765 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 351/702] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:44:45 2025] POST /volume/v3/types => generated 333 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d26d28a7-daee-4b46-a296-e2aab3284d96 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d26d28a7-daee-4b46-a296-e2aab3284d96 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d26d28a7-daee-4b46-a296-e2aab3284d96 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d26d28a7-daee-4b46-a296-e2aab3284d96 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d26d28a7-daee-4b46-a296-e2aab3284d96 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 returned with HTTP 200 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 352/703] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:45 2025] GET /volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 => generated 355 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3a2fb839-d0d2-4394-bd6f-2ecdd2c7b8c5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3a2fb839-d0d2-4394-bd6f-2ecdd2c7b8c5 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] DELETE http://10.201.9.223/volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3a2fb839-d0d2-4394-bd6f-2ecdd2c7b8c5 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3a2fb839-d0d2-4394-bd6f-2ecdd2c7b8c5 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3a2fb839-d0d2-4394-bd6f-2ecdd2c7b8c5 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 returned with HTTP 202 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 352/704] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:45 2025] DELETE /volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 => generated 0 bytes in 27 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-38d98674-19d0-447a-aef3-46ee9f525235 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-38d98674-19d0-447a-aef3-46ee9f525235 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-38d98674-19d0-447a-aef3-46ee9f525235 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-38d98674-19d0-447a-aef3-46ee9f525235 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-38d98674-19d0-447a-aef3-46ee9f525235 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 returned with HTTP 404 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 353/705] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:45 2025] GET /volume/v3/types/e0a22ba8-4f38-41ec-bd8f-e6ff147a6c29 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e712d8a1-e291-4a5c-b4c0-387a250f0dda None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e712d8a1-e291-4a5c-b4c0-387a250f0dda tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e712d8a1-e291-4a5c-b4c0-387a250f0dda tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-712740106"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e712d8a1-e291-4a5c-b4c0-387a250f0dda tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 353/706] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:45 2025] POST /volume/v3/types => generated 220 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f3f6a060-5e27-4dca-a0e3-ca1adc02b0e9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f3f6a060-5e27-4dca-a0e3-ca1adc02b0e9 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] POST http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption +Jan 14 22:44:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f3f6a060-5e27-4dca-a0e3-ca1adc02b0e9 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'create', calling method: create, body: {"encryption": {"provider": "LuksEncryptor", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f3f6a060-5e27-4dca-a0e3-ca1adc02b0e9 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 354/707] 10.201.9.223 () {60 vars in 1279 bytes} [Tue Jan 14 22:44:45 2025] POST /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption => generated 239 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2ffd6193-54c9-47e7-8f94-b1d190df8241 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ffd6193-54c9-47e7-8f94-b1d190df8241 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ffd6193-54c9-47e7-8f94-b1d190df8241 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2ffd6193-54c9-47e7-8f94-b1d190df8241 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2ffd6193-54c9-47e7-8f94-b1d190df8241 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 354/708] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption => generated 325 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ab8d006f-46c3-4c2d-bbe7-7948af868603 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab8d006f-46c3-4c2d-bbe7-7948af868603 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] PUT http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/f9e12a8a-15d2-4dd0-9622-3f5153e22213 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ab8d006f-46c3-4c2d-bbe7-7948af868603 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'update', calling method: update, body: {"encryption": {"key_size": 128, "provider": "SomeProvider", "cipher": "aes-xts-plain64", "control_location": "back-end"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ab8d006f-46c3-4c2d-bbe7-7948af868603 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/f9e12a8a-15d2-4dd0-9622-3f5153e22213 returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 355/709] 10.201.9.223 () {60 vars in 1389 bytes} [Tue Jan 14 22:44:46 2025] PUT /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/f9e12a8a-15d2-4dd0-9622-3f5153e22213 => generated 122 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2403d6e0-5e68-4bb3-ba2f-60fade7b31e0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2403d6e0-5e68-4bb3-ba2f-60fade7b31e0 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2403d6e0-5e68-4bb3-ba2f-60fade7b31e0 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2403d6e0-5e68-4bb3-ba2f-60fade7b31e0 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2403d6e0-5e68-4bb3-ba2f-60fade7b31e0 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 355/710] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption => generated 347 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f562f8ee-a5da-4ac4-af5a-d93fa4a334be None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f562f8ee-a5da-4ac4-af5a-d93fa4a334be tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/cipher +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f562f8ee-a5da-4ac4-af5a-d93fa4a334be tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f562f8ee-a5da-4ac4-af5a-d93fa4a334be tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f562f8ee-a5da-4ac4-af5a-d93fa4a334be tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/cipher returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 356/711] 10.201.9.223 () {58 vars in 1278 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/cipher => generated 29 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-111c4e7b-4c35-44e3-9e3a-13cdee8476ef None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-111c4e7b-4c35-44e3-9e3a-13cdee8476ef tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] DELETE http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/f9e12a8a-15d2-4dd0-9622-3f5153e22213 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-111c4e7b-4c35-44e3-9e3a-13cdee8476ef tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-111c4e7b-4c35-44e3-9e3a-13cdee8476ef tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-111c4e7b-4c35-44e3-9e3a-13cdee8476ef tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/f9e12a8a-15d2-4dd0-9622-3f5153e22213 returned with HTTP 202 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 356/712] 10.201.9.223 () {58 vars in 1371 bytes} [Tue Jan 14 22:44:46 2025] DELETE /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption/f9e12a8a-15d2-4dd0-9622-3f5153e22213 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0d899afd-5b92-494b-a20f-94b50a23d928 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0d899afd-5b92-494b-a20f-94b50a23d928 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0d899afd-5b92-494b-a20f-94b50a23d928 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0d899afd-5b92-494b-a20f-94b50a23d928 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0d899afd-5b92-494b-a20f-94b50a23d928 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 357/713] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption => generated 2 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 283 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-72ba94b9-ddda-4c51-8203-17f481054696 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-72ba94b9-ddda-4c51-8203-17f481054696 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-72ba94b9-ddda-4c51-8203-17f481054696 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-72ba94b9-ddda-4c51-8203-17f481054696 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-72ba94b9-ddda-4c51-8203-17f481054696 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 357/714] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56/encryption => generated 2 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 283 bytes (1 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c06a0d65-ecfd-46b1-98ea-e9757f78ee2e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c06a0d65-ecfd-46b1-98ea-e9757f78ee2e tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] DELETE http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c06a0d65-ecfd-46b1-98ea-e9757f78ee2e tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c06a0d65-ecfd-46b1-98ea-e9757f78ee2e tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c06a0d65-ecfd-46b1-98ea-e9757f78ee2e tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56 returned with HTTP 202 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 358/715] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:46 2025] DELETE /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56 => generated 0 bytes in 29 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-cb8a95c9-647c-4677-af96-033948694649 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cb8a95c9-647c-4677-af96-033948694649 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cb8a95c9-647c-4677-af96-033948694649 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-cb8a95c9-647c-4677-af96-033948694649 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-cb8a95c9-647c-4677-af96-033948694649 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56 returned with HTTP 404 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 358/716] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/f86090f6-f144-4e60-b343-0e7c685cfa56 => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-59fc3418-ca2a-4665-b31e-3dfd20b5c210 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-59fc3418-ca2a-4665-b31e-3dfd20b5c210 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-59fc3418-ca2a-4665-b31e-3dfd20b5c210 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-59fc3418-ca2a-4665-b31e-3dfd20b5c210 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-59fc3418-ca2a-4665-b31e-3dfd20b5c210 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 359/717] 10.201.9.223 () {58 vars in 1113 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types => generated 991 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-af89b383-b948-4bd2-98c4-0fc83353091f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-af89b383-b948-4bd2-98c4-0fc83353091f tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-af89b383-b948-4bd2-98c4-0fc83353091f tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-314898646"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-af89b383-b948-4bd2-98c4-0fc83353091f tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 359/718] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:46 2025] POST /volume/v3/types => generated 220 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fbe108b9-d986-4ebb-8d60-e0cece1e7d9f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fbe108b9-d986-4ebb-8d60-e0cece1e7d9f tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] PUT http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fbe108b9-d986-4ebb-8d60-e0cece1e7d9f tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Action: 'update', calling method: _update, body: {"volume_type": {"name": "tempest-volume-type-814682291", "description": "tempest-volume-type-description-1001742078", "is_public": false}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fbe108b9-d986-4ebb-8d60-e0cece1e7d9f tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 360/719] 10.201.9.223 () {60 vars in 1245 bytes} [Tue Jan 14 22:44:46 2025] PUT /volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 => generated 204 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2cb29349-8551-42b0-bb5f-31a486010c16 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2cb29349-8551-42b0-bb5f-31a486010c16 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2cb29349-8551-42b0-bb5f-31a486010c16 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2cb29349-8551-42b0-bb5f-31a486010c16 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2cb29349-8551-42b0-bb5f-31a486010c16 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 returned with HTTP 200 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 360/720] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 => generated 268 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-acd6be51-96de-4760-b346-3ecc8d3cee42 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-acd6be51-96de-4760-b346-3ecc8d3cee42 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] DELETE http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-acd6be51-96de-4760-b346-3ecc8d3cee42 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-acd6be51-96de-4760-b346-3ecc8d3cee42 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-acd6be51-96de-4760-b346-3ecc8d3cee42 tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 returned with HTTP 202 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 361/721] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:46 2025] DELETE /volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-59015297-6bd5-485e-8963-4bb381de7dbe None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-59015297-6bd5-485e-8963-4bb381de7dbe tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] GET http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-59015297-6bd5-485e-8963-4bb381de7dbe tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-59015297-6bd5-485e-8963-4bb381de7dbe tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-59015297-6bd5-485e-8963-4bb381de7dbe tempest-VolumeTypesTest-879551711 tempest-VolumeTypesTest-879551711-project-******] http://10.201.9.223/volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 returned with HTTP 404 +Jan 14 22:44:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 361/722] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:46 2025] GET /volume/v3/types/88a91fa5-6037-424d-93ad-b2516f44d9a9 => generated 114 bytes in 6 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e74c9da4-49d9-49f3-a6ab-21b338d25ef2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e74c9da4-49d9-49f3-a6ab-21b338d25ef2 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e74c9da4-49d9-49f3-a6ab-21b338d25ef2 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesExtraSpecsTest-volume-type-1126900615"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e74c9da4-49d9-49f3-a6ab-21b338d25ef2 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 362/723] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:48 2025] POST /volume/v3/types => generated 231 bytes in 80 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1e4612ac-9765-4a2b-aa4e-3320c025fc09 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1e4612ac-9765-4a2b-aa4e-3320c025fc09 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] POST http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1e4612ac-9765-4a2b-aa4e-3320c025fc09 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec3": "val1"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1e4612ac-9765-4a2b-aa4e-3320c025fc09 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 362/724] 10.201.9.223 () {60 vars in 1281 bytes} [Tue Jan 14 22:44:48 2025] POST /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs => generated 34 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cf4b15dd-7f02-4e59-a927-34441c8fe71c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cf4b15dd-7f02-4e59-a927-34441c8fe71c tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] GET http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cf4b15dd-7f02-4e59-a927-34441c8fe71c tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cf4b15dd-7f02-4e59-a927-34441c8fe71c tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cf4b15dd-7f02-4e59-a927-34441c8fe71c tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 363/725] 10.201.9.223 () {58 vars in 1278 bytes} [Tue Jan 14 22:44:48 2025] GET /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e2725951-c641-41c3-93c1-dbacb7955d64 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e2725951-c641-41c3-93c1-dbacb7955d64 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] DELETE http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e2725951-c641-41c3-93c1-dbacb7955d64 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e2725951-c641-41c3-93c1-dbacb7955d64 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e2725951-c641-41c3-93c1-dbacb7955d64 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 returned with HTTP 202 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 363/726] 10.201.9.223 () {58 vars in 1281 bytes} [Tue Jan 14 22:44:48 2025] DELETE /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b6a0cbef-35ce-46f9-9072-f517f045a1cc None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b6a0cbef-35ce-46f9-9072-f517f045a1cc tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] GET http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b6a0cbef-35ce-46f9-9072-f517f045a1cc tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b6a0cbef-35ce-46f9-9072-f517f045a1cc tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b6a0cbef-35ce-46f9-9072-f517f045a1cc tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 returned with HTTP 404 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 364/727] 10.201.9.223 () {58 vars in 1278 bytes} [Tue Jan 14 22:44:48 2025] GET /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec3 => generated 129 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-07e38eef-f994-446c-b982-96726843c4ec None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-07e38eef-f994-446c-b982-96726843c4ec tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] POST http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-07e38eef-f994-446c-b982-96726843c4ec tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec1": "val1"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-07e38eef-f994-446c-b982-96726843c4ec tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 364/728] 10.201.9.223 () {60 vars in 1281 bytes} [Tue Jan 14 22:44:48 2025] POST /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs => generated 34 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2bdb9753-da03-4994-a4c1-8a5323be052b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2bdb9753-da03-4994-a4c1-8a5323be052b tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] GET http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2bdb9753-da03-4994-a4c1-8a5323be052b tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2bdb9753-da03-4994-a4c1-8a5323be052b tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2bdb9753-da03-4994-a4c1-8a5323be052b tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 365/729] 10.201.9.223 () {58 vars in 1260 bytes} [Tue Jan 14 22:44:48 2025] GET /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs => generated 34 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5d64b8b5-2734-4962-9058-75c128f391d1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5d64b8b5-2734-4962-9058-75c128f391d1 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] POST http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5d64b8b5-2734-4962-9058-75c128f391d1 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec2": "val1"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5d64b8b5-2734-4962-9058-75c128f391d1 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 365/730] 10.201.9.223 () {60 vars in 1281 bytes} [Tue Jan 14 22:44:48 2025] POST /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs => generated 34 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d7d83954-8de6-470a-ae88-e24cad369804 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d7d83954-8de6-470a-ae88-e24cad369804 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] PUT http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec2 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d7d83954-8de6-470a-ae88-e24cad369804 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Action: 'update', calling method: update, body: {"spec2": "val2"} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d7d83954-8de6-470a-ae88-e24cad369804 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec2 returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 366/731] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:44:48 2025] PUT /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec2 => generated 17 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-aed53c1f-42a3-4148-a648-69aa2b228910 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aed53c1f-42a3-4148-a648-69aa2b228910 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] GET http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec2 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aed53c1f-42a3-4148-a648-69aa2b228910 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aed53c1f-42a3-4148-a648-69aa2b228910 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aed53c1f-42a3-4148-a648-69aa2b228910 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec2 returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 366/732] 10.201.9.223 () {58 vars in 1278 bytes} [Tue Jan 14 22:44:48 2025] GET /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs/spec2 => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7912a500-d19c-4800-aa20-4ba04ea6b6e9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7912a500-d19c-4800-aa20-4ba04ea6b6e9 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] POST http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7912a500-d19c-4800-aa20-4ba04ea6b6e9 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec2": "val3", "spec4": "val4"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7912a500-d19c-4800-aa20-4ba04ea6b6e9 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 367/733] 10.201.9.223 () {60 vars in 1281 bytes} [Tue Jan 14 22:44:48 2025] POST /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs => generated 51 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f547a0a1-3c79-4d6c-8961-349a68931c7d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f547a0a1-3c79-4d6c-8961-349a68931c7d tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] GET http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f547a0a1-3c79-4d6c-8961-349a68931c7d tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f547a0a1-3c79-4d6c-8961-349a68931c7d tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f547a0a1-3c79-4d6c-8961-349a68931c7d tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs returned with HTTP 200 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 367/734] 10.201.9.223 () {58 vars in 1260 bytes} [Tue Jan 14 22:44:48 2025] GET /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e/extra_specs => generated 68 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3c0756c5-784c-4e5d-bfcb-e21d6115e1e6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3c0756c5-784c-4e5d-bfcb-e21d6115e1e6 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] DELETE http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3c0756c5-784c-4e5d-bfcb-e21d6115e1e6 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3c0756c5-784c-4e5d-bfcb-e21d6115e1e6 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3c0756c5-784c-4e5d-bfcb-e21d6115e1e6 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e returned with HTTP 202 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 368/735] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:48 2025] DELETE /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e => generated 0 bytes in 28 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-927829e1-da31-4233-be18-a3ab4d480127 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-927829e1-da31-4233-be18-a3ab4d480127 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] GET http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-927829e1-da31-4233-be18-a3ab4d480127 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-927829e1-da31-4233-be18-a3ab4d480127 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-927829e1-da31-4233-be18-a3ab4d480127 tempest-VolumeTypesExtraSpecsTest-1441913442 tempest-VolumeTypesExtraSpecsTest-1441913442-project-******] http://10.201.9.223/volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e returned with HTTP 404 +Jan 14 22:44:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 368/736] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:48 2025] GET /volume/v3/types/1c7935cb-e604-49ad-8b89-82550dbc237e => generated 114 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4aabb85d-416d-4db8-a26e-15dcda81ccb2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4aabb85d-416d-4db8-a26e-15dcda81ccb2 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4aabb85d-416d-4db8-a26e-15dcda81ccb2 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-ExtraSpecsNegativeTest-volume-type-719781055", "extra_specs": {"spec1": "val1"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4aabb85d-416d-4db8-a26e-15dcda81ccb2 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 369/737] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:44:50 2025] POST /volume/v3/types => generated 242 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3b2a2c71-896f-44f7-9747-6a7c3ee3fb03 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3b2a2c71-896f-44f7-9747-6a7c3ee3fb03 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] POST http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3b2a2c71-896f-44f7-9747-6a7c3ee3fb03 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'create', calling method: create, body: {"extra_specs": ["invalid"]} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3b2a2c71-896f-44f7-9747-6a7c3ee3fb03 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs returned with HTTP 400 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 369/738] 10.201.9.223 () {60 vars in 1281 bytes} [Tue Jan 14 22:44:50 2025] POST /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs => generated 146 bytes in 12 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f30ea1e6-726e-4d27-ac3d-c72d5c986f66 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f30ea1e6-726e-4d27-ac3d-c72d5c986f66 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] POST http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f30ea1e6-726e-4d27-ac3d-c72d5c986f66 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'create', calling method: create, body: {"extra_specs": null} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f30ea1e6-726e-4d27-ac3d-c72d5c986f66 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs returned with HTTP 400 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 370/739] 10.201.9.223 () {60 vars in 1281 bytes} [Tue Jan 14 22:44:50 2025] POST /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs => generated 132 bytes in 5 msecs (HTTP/1.1 400) 7 headers in 294 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-190501a4-9a15-4665-a883-6e5d317a7117 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-190501a4-9a15-4665-a883-6e5d317a7117 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] POST http://10.201.9.223/volume/v3/types/e7ae3de8-355f-428e-a90d-afd1ee57ba46/extra_specs +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-190501a4-9a15-4665-a883-6e5d317a7117 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'create', calling method: create, body: {"extra_specs": {"spec2": "val1"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-190501a4-9a15-4665-a883-6e5d317a7117 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/e7ae3de8-355f-428e-a90d-afd1ee57ba46/extra_specs returned with HTTP 404 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 370/740] 10.201.9.223 () {60 vars in 1281 bytes} [Tue Jan 14 22:44:50 2025] POST /volume/v3/types/e7ae3de8-355f-428e-a90d-afd1ee57ba46/extra_specs => generated 114 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-63e13b55-72cd-4a25-8b06-606a8b992386 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-63e13b55-72cd-4a25-8b06-606a8b992386 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] DELETE http://10.201.9.223/volume/v3/types/eaa8bed8-1b55-4bb6-b67d-7251682ab820/extra_specs/spec1 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-63e13b55-72cd-4a25-8b06-606a8b992386 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-63e13b55-72cd-4a25-8b06-606a8b992386 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-63e13b55-72cd-4a25-8b06-606a8b992386 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/eaa8bed8-1b55-4bb6-b67d-7251682ab820/extra_specs/spec1 returned with HTTP 404 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 371/741] 10.201.9.223 () {58 vars in 1281 bytes} [Tue Jan 14 22:44:50 2025] DELETE /volume/v3/types/eaa8bed8-1b55-4bb6-b67d-7251682ab820/extra_specs/spec1 => generated 114 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d6df4396-b0c7-491d-96df-414f05cea263 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d6df4396-b0c7-491d-96df-414f05cea263 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] GET http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/nonexistent_extra_spec_name +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d6df4396-b0c7-491d-96df-414f05cea263 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d6df4396-b0c7-491d-96df-414f05cea263 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d6df4396-b0c7-491d-96df-414f05cea263 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/nonexistent_extra_spec_name returned with HTTP 404 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 371/742] 10.201.9.223 () {58 vars in 1344 bytes} [Tue Jan 14 22:44:50 2025] GET /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/nonexistent_extra_spec_name => generated 151 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ecd0317f-8508-49e1-a6d0-0db386385970 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ecd0317f-8508-49e1-a6d0-0db386385970 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] GET http://10.201.9.223/volume/v3/types/6fb688d5-014c-4d5b-823c-1679220bd611/extra_specs/spec1 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ecd0317f-8508-49e1-a6d0-0db386385970 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ecd0317f-8508-49e1-a6d0-0db386385970 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ecd0317f-8508-49e1-a6d0-0db386385970 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/6fb688d5-014c-4d5b-823c-1679220bd611/extra_specs/spec1 returned with HTTP 404 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 372/743] 10.201.9.223 () {58 vars in 1278 bytes} [Tue Jan 14 22:44:50 2025] GET /volume/v3/types/6fb688d5-014c-4d5b-823c-1679220bd611/extra_specs/spec1 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7eed29e8-7dd0-485f-aac8-7985eb50ef1a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7eed29e8-7dd0-485f-aac8-7985eb50ef1a tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] GET http://10.201.9.223/volume/v3/types/d9817a11-cb59-4561-b022-29216eddfbee/extra_specs +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7eed29e8-7dd0-485f-aac8-7985eb50ef1a tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7eed29e8-7dd0-485f-aac8-7985eb50ef1a tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7eed29e8-7dd0-485f-aac8-7985eb50ef1a tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/d9817a11-cb59-4561-b022-29216eddfbee/extra_specs returned with HTTP 404 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 372/744] 10.201.9.223 () {58 vars in 1260 bytes} [Tue Jan 14 22:44:50 2025] GET /volume/v3/types/d9817a11-cb59-4561-b022-29216eddfbee/extra_specs => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-52886b3c-f063-42c2-99d3-8043fdd28265 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-52886b3c-f063-42c2-99d3-8043fdd28265 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] PUT http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/spec1 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-52886b3c-f063-42c2-99d3-8043fdd28265 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'update', calling method: update, body: {"spec1": "val2", "spec2": "val1"} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-52886b3c-f063-42c2-99d3-8043fdd28265 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/spec1 returned with HTTP 400 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 373/745] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:44:50 2025] PUT /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/spec1 => generated 102 bytes in 11 msecs (HTTP/1.1 400) 7 headers in 294 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c5dfafce-1601-4172-8817-4b0d5d8c680b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c5dfafce-1601-4172-8817-4b0d5d8c680b tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] PUT http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/spec1 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c5dfafce-1601-4172-8817-4b0d5d8c680b tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'update', calling method: update, body: null {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c5dfafce-1601-4172-8817-4b0d5d8c680b tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/spec1 returned with HTTP 400 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 373/746] 10.201.9.223 () {60 vars in 1297 bytes} [Tue Jan 14 22:44:50 2025] PUT /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/spec1 => generated 72 bytes in 12 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c116f2d5-fdad-4911-934c-f5ff81931702 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c116f2d5-fdad-4911-934c-f5ff81931702 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] PUT http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/None +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c116f2d5-fdad-4911-934c-f5ff81931702 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'update', calling method: update, body: {"spec1": "val2"} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c116f2d5-fdad-4911-934c-f5ff81931702 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] HTTP exception thrown: Request body and URI mismatch +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c116f2d5-fdad-4911-934c-f5ff81931702 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/None returned with HTTP 400 +Jan 14 22:44:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 374/747] 10.201.9.223 () {60 vars in 1295 bytes} [Tue Jan 14 22:44:50 2025] PUT /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/None => generated 73 bytes in 16 msecs (HTTP/1.1 400) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-403ecd80-fb78-4465-8d69-bae41f9d4552 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-403ecd80-fb78-4465-8d69-bae41f9d4552 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] PUT http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/a629c237-1664-43fd-962b-11fb44c453aa +Jan 14 22:44:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-403ecd80-fb78-4465-8d69-bae41f9d4552 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'update', calling method: update, body: {"spec1": "val2"} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-403ecd80-fb78-4465-8d69-bae41f9d4552 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] HTTP exception thrown: Request body and URI mismatch +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-403ecd80-fb78-4465-8d69-bae41f9d4552 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/a629c237-1664-43fd-962b-11fb44c453aa returned with HTTP 400 +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 374/748] 10.201.9.223 () {60 vars in 1391 bytes} [Tue Jan 14 22:44:50 2025] PUT /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0/extra_specs/a629c237-1664-43fd-962b-11fb44c453aa => generated 73 bytes in 16 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-91de9ef2-8b57-43a9-b999-d0b66cf7de98 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-91de9ef2-8b57-43a9-b999-d0b66cf7de98 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] PUT http://10.201.9.223/volume/v3/types/0bc16a34-d878-45ad-91f5-6ee9f7ca56b1/extra_specs/spec1 +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-91de9ef2-8b57-43a9-b999-d0b66cf7de98 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Action: 'update', calling method: update, body: {"spec1": "val5"} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-91de9ef2-8b57-43a9-b999-d0b66cf7de98 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/0bc16a34-d878-45ad-91f5-6ee9f7ca56b1/extra_specs/spec1 returned with HTTP 404 +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 375/749] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:44:51 2025] PUT /volume/v3/types/0bc16a34-d878-45ad-91f5-6ee9f7ca56b1/extra_specs/spec1 => generated 114 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-adfd0d73-46f6-46a7-ba48-d3e6558c42c5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-adfd0d73-46f6-46a7-ba48-d3e6558c42c5 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] DELETE http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0 +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-adfd0d73-46f6-46a7-ba48-d3e6558c42c5 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-adfd0d73-46f6-46a7-ba48-d3e6558c42c5 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-adfd0d73-46f6-46a7-ba48-d3e6558c42c5 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0 returned with HTTP 202 +Jan 14 22:44:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 375/750] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:51 2025] DELETE /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e0ee01d2-45de-4ed7-95db-a2dcf86e6958 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e0ee01d2-45de-4ed7-95db-a2dcf86e6958 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] GET http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0 +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e0ee01d2-45de-4ed7-95db-a2dcf86e6958 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e0ee01d2-45de-4ed7-95db-a2dcf86e6958 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e0ee01d2-45de-4ed7-95db-a2dcf86e6958 tempest-ExtraSpecsNegativeTest-820259707 tempest-ExtraSpecsNegativeTest-820259707-project-******] http://10.201.9.223/volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0 returned with HTTP 404 +Jan 14 22:44:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 376/751] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:51 2025] GET /volume/v3/types/8a7ab066-1d79-4e22-9651-270ffc81c7b0 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-74608369-971c-4f3e-a6ff-4a9fa10b3723 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-74608369-971c-4f3e-a6ff-4a9fa10b3723 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] POST http://10.201.9.223/volume/v3/types/e7e4924b-7944-4832-bc5e-a8b19266162d/encryption +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-74608369-971c-4f3e-a6ff-4a9fa10b3723 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Action: 'create', calling method: create, body: {"encryption": {"provider": "LuksEncryptor", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-74608369-971c-4f3e-a6ff-4a9fa10b3723 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types/e7e4924b-7944-4832-bc5e-a8b19266162d/encryption returned with HTTP 404 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 376/752] 10.201.9.223 () {60 vars in 1279 bytes} [Tue Jan 14 22:44:53 2025] POST /volume/v3/types/e7e4924b-7944-4832-bc5e-a8b19266162d/encryption => generated 114 bytes in 79 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-993c3439-069c-49c0-a4a3-f1e43d68e823 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-993c3439-069c-49c0-a4a3-f1e43d68e823 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-993c3439-069c-49c0-a4a3-f1e43d68e823 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesNegativeTest-volume-type-1668682369", "os-volume-type-access:is_public": false}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-993c3439-069c-49c0-a4a3-f1e43d68e823 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 377/753] 10.201.9.223 () {60 vars in 1135 bytes} [Tue Jan 14 22:44:53 2025] POST /volume/v3/types => generated 231 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-87f4f914-9f32-4ea5-a0ed-712cceaa2202 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-87f4f914-9f32-4ea5-a0ed-712cceaa2202 tempest-VolumeTypesNegativeTest-829469219 tempest-VolumeTypesNegativeTest-829469219-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-87f4f914-9f32-4ea5-a0ed-712cceaa2202 tempest-VolumeTypesNegativeTest-829469219 tempest-VolumeTypesNegativeTest-829469219-project-member] Action: 'create', calling method: create, body: {"volume": {"volume_type": "d2adfea9-f152-4558-b703-47271e22e902", "size": 1, "name": "tempest-VolumeTypesNegativeTest-Volume-880658757"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-87f4f914-9f32-4ea5-a0ed-712cceaa2202 tempest-VolumeTypesNegativeTest-829469219 tempest-VolumeTypesNegativeTest-829469219-project-member] Create volume request body: {'volume': {'volume_type': 'd2adfea9-f152-4558-b703-47271e22e902', 'size': 1, 'name': 'tempest-VolumeTypesNegativeTest-Volume-880658757'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-87f4f914-9f32-4ea5-a0ed-712cceaa2202 tempest-VolumeTypesNegativeTest-829469219 tempest-VolumeTypesNegativeTest-829469219-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 377/754] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:53 2025] POST /volume/v3/volumes => generated 114 bytes in 63 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-88970bc5-596f-4699-a322-6efe6efe9c1a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-88970bc5-596f-4699-a322-6efe6efe9c1a tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] DELETE http://10.201.9.223/volume/v3/types/d2adfea9-f152-4558-b703-47271e22e902 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-88970bc5-596f-4699-a322-6efe6efe9c1a tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-88970bc5-596f-4699-a322-6efe6efe9c1a tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Calling method '_delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-88970bc5-596f-4699-a322-6efe6efe9c1a tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types/d2adfea9-f152-4558-b703-47271e22e902 returned with HTTP 202 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 378/755] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:53 2025] DELETE /volume/v3/types/d2adfea9-f152-4558-b703-47271e22e902 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-71611be0-dbc8-4843-91a4-d825da3d75e1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-71611be0-dbc8-4843-91a4-d825da3d75e1 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] GET http://10.201.9.223/volume/v3/types/d2adfea9-f152-4558-b703-47271e22e902 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-71611be0-dbc8-4843-91a4-d825da3d75e1 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-71611be0-dbc8-4843-91a4-d825da3d75e1 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-71611be0-dbc8-4843-91a4-d825da3d75e1 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types/d2adfea9-f152-4558-b703-47271e22e902 returned with HTTP 404 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 378/756] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:53 2025] GET /volume/v3/types/d2adfea9-f152-4558-b703-47271e22e902 => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fb03a796-aa44-4228-80ac-f5156c5d9b94 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fb03a796-aa44-4228-80ac-f5156c5d9b94 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fb03a796-aa44-4228-80ac-f5156c5d9b94 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": ""}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fb03a796-aa44-4228-80ac-f5156c5d9b94 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 400 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 379/757] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:53 2025] POST /volume/v3/types => generated 115 bytes in 5 msecs (HTTP/1.1 400) 7 headers in 294 bytes (2 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b065e7f1-199b-4e63-8841-9ea4865fe35b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b065e7f1-199b-4e63-8841-9ea4865fe35b tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b065e7f1-199b-4e63-8841-9ea4865fe35b tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesNegativeTest-volume-type-363385270"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b065e7f1-199b-4e63-8841-9ea4865fe35b tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 200 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 379/758] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:53 2025] POST /volume/v3/types => generated 228 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-15699b86-7c3c-4703-a5f2-2669dbaab9f8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-15699b86-7c3c-4703-a5f2-2669dbaab9f8 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] POST http://10.201.9.223/volume/v3/types +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-15699b86-7c3c-4703-a5f2-2669dbaab9f8 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Action: 'create', calling method: _create, body: {"volume_type": {"name": "tempest-VolumeTypesNegativeTest-volume-type-363385270"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-15699b86-7c3c-4703-a5f2-2669dbaab9f8 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] HTTP exception thrown: Volume Type tempest-VolumeTypesNegativeTest-volume-type-363385270 already exists. +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-15699b86-7c3c-4703-a5f2-2669dbaab9f8 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types returned with HTTP 409 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 380/759] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:44:53 2025] POST /volume/v3/types => generated 133 bytes in 8 msecs (HTTP/1.1 409) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dddb7aae-8bd4-447d-9201-5904e68d0e16 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dddb7aae-8bd4-447d-9201-5904e68d0e16 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] DELETE http://10.201.9.223/volume/v3/types/2984e55b-5a80-4673-89c5-5ef307bbd750 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dddb7aae-8bd4-447d-9201-5904e68d0e16 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dddb7aae-8bd4-447d-9201-5904e68d0e16 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dddb7aae-8bd4-447d-9201-5904e68d0e16 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types/2984e55b-5a80-4673-89c5-5ef307bbd750 returned with HTTP 202 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 380/760] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:53 2025] DELETE /volume/v3/types/2984e55b-5a80-4673-89c5-5ef307bbd750 => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d6a4a598-c615-42ee-8af2-6468ff6372ba None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d6a4a598-c615-42ee-8af2-6468ff6372ba tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] GET http://10.201.9.223/volume/v3/types/2984e55b-5a80-4673-89c5-5ef307bbd750 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d6a4a598-c615-42ee-8af2-6468ff6372ba tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d6a4a598-c615-42ee-8af2-6468ff6372ba tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d6a4a598-c615-42ee-8af2-6468ff6372ba tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types/2984e55b-5a80-4673-89c5-5ef307bbd750 returned with HTTP 404 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 381/761] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:53 2025] GET /volume/v3/types/2984e55b-5a80-4673-89c5-5ef307bbd750 => generated 114 bytes in 7 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0e784258-b38a-435f-a831-bacbe374072d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e784258-b38a-435f-a831-bacbe374072d tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] DELETE http://10.201.9.223/volume/v3/types/598e7f97-580f-48df-bb35-bbe74b0c29db +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e784258-b38a-435f-a831-bacbe374072d tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e784258-b38a-435f-a831-bacbe374072d tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Calling method '_delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e784258-b38a-435f-a831-bacbe374072d tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types/598e7f97-580f-48df-bb35-bbe74b0c29db returned with HTTP 404 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 381/762] 10.201.9.223 () {58 vars in 1227 bytes} [Tue Jan 14 22:44:53 2025] DELETE /volume/v3/types/598e7f97-580f-48df-bb35-bbe74b0c29db => generated 114 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6a43ee79-e1f8-4843-a55e-048a3069f1a7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6a43ee79-e1f8-4843-a55e-048a3069f1a7 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] GET http://10.201.9.223/volume/v3/types/6a702e55-d58f-42b1-8f40-39f00fea2afc +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6a43ee79-e1f8-4843-a55e-048a3069f1a7 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6a43ee79-e1f8-4843-a55e-048a3069f1a7 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6a43ee79-e1f8-4843-a55e-048a3069f1a7 tempest-VolumeTypesNegativeTest-2146045664 tempest-VolumeTypesNegativeTest-2146045664-project-******] http://10.201.9.223/volume/v3/types/6a702e55-d58f-42b1-8f40-39f00fea2afc returned with HTTP 404 +Jan 14 22:44:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 382/763] 10.201.9.223 () {58 vars in 1224 bytes} [Tue Jan 14 22:44:53 2025] GET /volume/v3/types/6a702e55-d58f-42b1-8f40-39f00fea2afc => generated 114 bytes in 5 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Get all volumes completed successfully. +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f468962-cc2f-4f72-a4db-cc40f020dcc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 382/764] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:55 2025] GET /volume/v3/volumes => generated 15 bytes in 106 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesListAdminTestJSON-Volume-1197206316"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesListAdminTestJSON-Volume-1197206316'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume of 1 GB +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Flow 'volume_create_api' (3c36a4af-a2b4-4b56-8eb4-a04a64f401f3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (30df02da-9e18-4ac0-95a4-0e6a9471987f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (30df02da-9e18-4ac0-95a4-0e6a9471987f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0e7f35f0-6dbd-4cb8-89db-517dcc63d24c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Created reservations ['d73fbae4-79ef-4fc6-bb63-80b2653d4029', '41134327-d933-4956-af85-ea0387f9b29c', '21cee9b2-486b-40d8-8f02-67e2d0622870', 'a608db8f-ac76-4d10-bbc8-bfe614e58a6b'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0e7f35f0-6dbd-4cb8-89db-517dcc63d24c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['d73fbae4-79ef-4fc6-bb63-80b2653d4029', '41134327-d933-4956-af85-ea0387f9b29c', '21cee9b2-486b-40d8-8f02-67e2d0622870', 'a608db8f-ac76-4d10-bbc8-bfe614e58a6b']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8531b917-5a80-46f4-a807-fe7109f199d5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8531b917-5a80-46f4-a807-fe7109f199d5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'c85e4afa-79be-4ff4-a3e7-ed30a719f6e6', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1197206316',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a8a05f7fc80741f092961af8a53785d6',qos_specs=None,replication_status=,reservations=['d73fbae4-79ef-4fc6-bb63-80b2653d4029','41134327-d933-4956-af85-ea0387f9b29c','21cee9b2-486b-40d8-8f02-67e2d0622870','a608db8f-ac76-4d10-bbc8-bfe614e58a6b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1197206316',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=c85e4afa-79be-4ff4-a3e7-ed30a719f6e6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (85768dd5-9f2f-4d23-a7f3-70276bce347f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (85768dd5-9f2f-4d23-a7f3-70276bce347f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1197206316',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a8a05f7fc80741f092961af8a53785d6',qos_specs=None,replication_status=,reservations=['d73fbae4-79ef-4fc6-bb63-80b2653d4029','41134327-d933-4956-af85-ea0387f9b29c','21cee9b2-486b-40d8-8f02-67e2d0622870','a608db8f-ac76-4d10-bbc8-bfe614e58a6b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (73a64150-9e69-4c41-9628-3988d83e84da) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (73a64150-9e69-4c41-9628-3988d83e84da) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Flow 'volume_create_api' (3c36a4af-a2b4-4b56-8eb4-a04a64f401f3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume request issued successfully. +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:55 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 383/765] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:55 2025] POST /volume/v3/volumes => generated 754 bytes in 128 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8ba5845e-fde7-4214-91b0-9df58a7b1c9c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8ba5845e-fde7-4214-91b0-9df58a7b1c9c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8ba5845e-fde7-4214-91b0-9df58a7b1c9c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8ba5845e-fde7-4214-91b0-9df58a7b1c9c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8ba5845e-fde7-4214-91b0-9df58a7b1c9c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8ba5845e-fde7-4214-91b0-9df58a7b1c9c tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 returned with HTTP 200 +Jan 14 22:44:55 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 383/766] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:55 2025] GET /volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 => generated 822 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6f7eebda-a6bc-415f-84f5-38c5afc54cc4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6f7eebda-a6bc-415f-84f5-38c5afc54cc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6f7eebda-a6bc-415f-84f5-38c5afc54cc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6f7eebda-a6bc-415f-84f5-38c5afc54cc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6f7eebda-a6bc-415f-84f5-38c5afc54cc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6f7eebda-a6bc-415f-84f5-38c5afc54cc4 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 returned with HTTP 200 +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 384/767] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:56 2025] GET /volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-01cefeef-d00e-4e06-a9cc-73d0f96ff1bd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01cefeef-d00e-4e06-a9cc-73d0f96ff1bd tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01cefeef-d00e-4e06-a9cc-73d0f96ff1bd tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01cefeef-d00e-4e06-a9cc-73d0f96ff1bd tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-01cefeef-d00e-4e06-a9cc-73d0f96ff1bd tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01cefeef-d00e-4e06-a9cc-73d0f96ff1bd tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 returned with HTTP 200 +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 384/768] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:56 2025] GET /volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f148ac2d-0538-4470-9e40-720150f54f39 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesListAdminTestJSON-Volume-87906857"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesListAdminTestJSON-Volume-87906857'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume of 1 GB +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Flow 'volume_create_api' (3a6fa26c-856e-4d14-a64d-01ad21cda0a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4a1fcdf4-8b35-4992-b40e-29400f62adcf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4a1fcdf4-8b35-4992-b40e-29400f62adcf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (308710d1-96f9-45ca-95f2-54d4f62632c3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Created reservations ['409328a1-c6ac-44d2-93d0-fb713606dbf8', '1e181b92-3abe-4366-9010-84820ba58cfa', 'b397c49d-ac90-48f8-b9f1-3370c1a23bcb', '919315c3-48e9-4422-bae1-4fa91265ff91'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (308710d1-96f9-45ca-95f2-54d4f62632c3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['409328a1-c6ac-44d2-93d0-fb713606dbf8', '1e181b92-3abe-4366-9010-84820ba58cfa', 'b397c49d-ac90-48f8-b9f1-3370c1a23bcb', '919315c3-48e9-4422-bae1-4fa91265ff91']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d609bd1d-93c9-4505-b9a6-66ae0ad81311) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d609bd1d-93c9-4505-b9a6-66ae0ad81311) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '20b495d5-e845-4b96-88ef-d6dbc8333f76', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-87906857',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a8a05f7fc80741f092961af8a53785d6',qos_specs=None,replication_status=,reservations=['409328a1-c6ac-44d2-93d0-fb713606dbf8','1e181b92-3abe-4366-9010-84820ba58cfa','b397c49d-ac90-48f8-b9f1-3370c1a23bcb','919315c3-48e9-4422-bae1-4fa91265ff91'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-87906857',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=20b495d5-e845-4b96-88ef-d6dbc8333f76,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d248e780-bc14-43b3-8cd2-6c04f900bd33) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d248e780-bc14-43b3-8cd2-6c04f900bd33) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-87906857',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a8a05f7fc80741f092961af8a53785d6',qos_specs=None,replication_status=,reservations=['409328a1-c6ac-44d2-93d0-fb713606dbf8','1e181b92-3abe-4366-9010-84820ba58cfa','b397c49d-ac90-48f8-b9f1-3370c1a23bcb','919315c3-48e9-4422-bae1-4fa91265ff91'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ab20344e-1f7e-43e2-a9bc-442cdf7c1187) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ab20344e-1f7e-43e2-a9bc-442cdf7c1187) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Flow 'volume_create_api' (3a6fa26c-856e-4d14-a64d-01ad21cda0a3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume request issued successfully. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:56 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 385/769] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:56 2025] POST /volume/v3/volumes => generated 752 bytes in 112 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ccfe2616-b0d9-47c8-9799-66062cf1928d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ccfe2616-b0d9-47c8-9799-66062cf1928d tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ccfe2616-b0d9-47c8-9799-66062cf1928d tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ccfe2616-b0d9-47c8-9799-66062cf1928d tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ccfe2616-b0d9-47c8-9799-66062cf1928d tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ccfe2616-b0d9-47c8-9799-66062cf1928d tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 returned with HTTP 200 +Jan 14 22:44:56 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 385/770] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:56 2025] GET /volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 => generated 820 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3dfc377c-eb05-4db9-968b-7e1d1bfee540 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3dfc377c-eb05-4db9-968b-7e1d1bfee540 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3dfc377c-eb05-4db9-968b-7e1d1bfee540 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3dfc377c-eb05-4db9-968b-7e1d1bfee540 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3dfc377c-eb05-4db9-968b-7e1d1bfee540 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3dfc377c-eb05-4db9-968b-7e1d1bfee540 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 returned with HTTP 200 +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 386/771] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:57 2025] GET /volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4e6f8432-352e-4357-a4cc-d244acca40d5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4e6f8432-352e-4357-a4cc-d244acca40d5 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4e6f8432-352e-4357-a4cc-d244acca40d5 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4e6f8432-352e-4357-a4cc-d244acca40d5 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-4e6f8432-352e-4357-a4cc-d244acca40d5 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4e6f8432-352e-4357-a4cc-d244acca40d5 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 returned with HTTP 200 +Jan 14 22:44:57 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 386/772] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:57 2025] GET /volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesListAdminTestJSON-Volume-1758942307"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesListAdminTestJSON-Volume-1758942307'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume of 1 GB +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Availability Zones retrieved successfully. +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Flow 'volume_create_api' (9fb7c315-cc35-4878-97af-37103467bf2d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8c42a0a0-f5cc-4436-8a52-5197ec6094b2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8c42a0a0-f5cc-4436-8a52-5197ec6094b2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1692f3b6-f4d9-4905-971c-9624e8e8cf69) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Created reservations ['e2ad39ec-bbf1-43c5-88a5-08336224e134', '0fd09539-f951-40a6-b2a9-18e4a4b24832', '40402576-5adc-493d-988f-a42a61f56049', 'b6b3acad-7508-4dc5-8e95-63dbe94d8a2e'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1692f3b6-f4d9-4905-971c-9624e8e8cf69) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e2ad39ec-bbf1-43c5-88a5-08336224e134', '0fd09539-f951-40a6-b2a9-18e4a4b24832', '40402576-5adc-493d-988f-a42a61f56049', 'b6b3acad-7508-4dc5-8e95-63dbe94d8a2e']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (eed0a5eb-757b-48ff-8f1a-e40a7d0d36d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (eed0a5eb-757b-48ff-8f1a-e40a7d0d36d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'b53dd0ff-e88f-402d-8b7f-f90ef7ec495e', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1758942307',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a8a05f7fc80741f092961af8a53785d6',qos_specs=None,replication_status=,reservations=['e2ad39ec-bbf1-43c5-88a5-08336224e134','0fd09539-f951-40a6-b2a9-18e4a4b24832','40402576-5adc-493d-988f-a42a61f56049','b6b3acad-7508-4dc5-8e95-63dbe94d8a2e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1758942307',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=b53dd0ff-e88f-402d-8b7f-f90ef7ec495e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (11fc113c-b269-46f7-a9b4-9e48c7a3656f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (11fc113c-b269-46f7-a9b4-9e48c7a3656f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1758942307',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='a8a05f7fc80741f092961af8a53785d6',qos_specs=None,replication_status=,reservations=['e2ad39ec-bbf1-43c5-88a5-08336224e134','0fd09539-f951-40a6-b2a9-18e4a4b24832','40402576-5adc-493d-988f-a42a61f56049','b6b3acad-7508-4dc5-8e95-63dbe94d8a2e'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2e6e439e-49cb-4c69-9025-7c1dcab27b5c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2e6e439e-49cb-4c69-9025-7c1dcab27b5c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Flow 'volume_create_api' (9fb7c315-cc35-4878-97af-37103467bf2d) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Create volume request issued successfully. +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 387/773] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:57 2025] POST /volume/v3/volumes => generated 754 bytes in 103 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-291beb27-5651-4623-8b6b-090b50555932 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-291beb27-5651-4623-8b6b-090b50555932 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-291beb27-5651-4623-8b6b-090b50555932 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-291beb27-5651-4623-8b6b-090b50555932 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-291beb27-5651-4623-8b6b-090b50555932 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-291beb27-5651-4623-8b6b-090b50555932 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e returned with HTTP 200 +Jan 14 22:44:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 387/774] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:58 2025] GET /volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e => generated 822 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-79961b87-ad1f-4286-93c9-d56906f921f2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79961b87-ad1f-4286-93c9-d56906f921f2 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79961b87-ad1f-4286-93c9-d56906f921f2 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79961b87-ad1f-4286-93c9-d56906f921f2 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-79961b87-ad1f-4286-93c9-d56906f921f2 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79961b87-ad1f-4286-93c9-d56906f921f2 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e returned with HTTP 200 +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 388/775] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:59 2025] GET /volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d3d7454a-4083-4f31-a89c-84ae73fd9ed1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d3d7454a-4083-4f31-a89c-84ae73fd9ed1 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d3d7454a-4083-4f31-a89c-84ae73fd9ed1 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d3d7454a-4083-4f31-a89c-84ae73fd9ed1 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d3d7454a-4083-4f31-a89c-84ae73fd9ed1 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d3d7454a-4083-4f31-a89c-84ae73fd9ed1 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e returned with HTTP 200 +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 388/776] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:59 2025] GET /volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Action: 'create', calling method: create, body: {"volume": {"size": 1}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Create volume request body: {'volume': {'size': 1}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Create volume of 1 GB +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Availability Zones retrieved successfully. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Flow 'volume_create_api' (f83d71fb-9ac6-4353-bea1-94665faaffbb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (cdb69360-a055-4c0d-8fce-4c347f335f8e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (cdb69360-a055-4c0d-8fce-4c347f335f8e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e36b5b80-f746-41a5-ab79-7fd0a0adaa5b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Created reservations ['98d4e429-cb2f-42a7-806a-37045d3958dc', '221acb7c-2a7e-4832-b6d0-8352dee2087a', '1156af11-c440-42fa-a3c7-b2dc8ce7d7ae', '61f4eb96-9e8d-49ee-9c2a-8eaaa3431317'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e36b5b80-f746-41a5-ab79-7fd0a0adaa5b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['98d4e429-cb2f-42a7-806a-37045d3958dc', '221acb7c-2a7e-4832-b6d0-8352dee2087a', '1156af11-c440-42fa-a3c7-b2dc8ce7d7ae', '61f4eb96-9e8d-49ee-9c2a-8eaaa3431317']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (eab2e3bf-4e7b-4745-9d5d-4c32733a1564) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (eab2e3bf-4e7b-4745-9d5d-4c32733a1564) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '0e68b503-9ce3-49f9-8bc1-3505ec488499', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='951c63a8670c42698bc422672f754118',qos_specs=None,replication_status=,reservations=['98d4e429-cb2f-42a7-806a-37045d3958dc','221acb7c-2a7e-4832-b6d0-8352dee2087a','1156af11-c440-42fa-a3c7-b2dc8ce7d7ae','61f4eb96-9e8d-49ee-9c2a-8eaaa3431317'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='30772e7155694285b667580f88924f6a',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:59Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=0e68b503-9ce3-49f9-8bc1-3505ec488499,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='951c63a8670c42698bc422672f754118',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='30772e7155694285b667580f88924f6a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8206ff5f-aba1-451c-bebd-f0c0737fbca1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8206ff5f-aba1-451c-bebd-f0c0737fbca1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='951c63a8670c42698bc422672f754118',qos_specs=None,replication_status=,reservations=['98d4e429-cb2f-42a7-806a-37045d3958dc','221acb7c-2a7e-4832-b6d0-8352dee2087a','1156af11-c440-42fa-a3c7-b2dc8ce7d7ae','61f4eb96-9e8d-49ee-9c2a-8eaaa3431317'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='30772e7155694285b667580f88924f6a',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2799ffb6-f2b4-4e8f-94fa-0b7b82b38bb4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2799ffb6-f2b4-4e8f-94fa-0b7b82b38bb4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Flow 'volume_create_api' (f83d71fb-9ac6-4353-bea1-94665faaffbb) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Create volume request issued successfully. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:44:59 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 389/777] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:44:59 2025] POST /volume/v3/volumes => generated 732 bytes in 187 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6a66f9cb-1972-4b66-a577-285e0c3f6d95 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6a66f9cb-1972-4b66-a577-285e0c3f6d95 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] GET http://10.201.9.223/volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6a66f9cb-1972-4b66-a577-285e0c3f6d95 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6a66f9cb-1972-4b66-a577-285e0c3f6d95 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6a66f9cb-1972-4b66-a577-285e0c3f6d95 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Volume info retrieved successfully. +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6a66f9cb-1972-4b66-a577-285e0c3f6d95 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] http://10.201.9.223/volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 returned with HTTP 200 +Jan 14 22:44:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 389/778] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:59 2025] GET /volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 => generated 911 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3c038ae0-e010-4a6e-a39b-48c541c9dac2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3c038ae0-e010-4a6e-a39b-48c541c9dac2 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] GET http://10.201.9.223/volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3c038ae0-e010-4a6e-a39b-48c541c9dac2 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3c038ae0-e010-4a6e-a39b-48c541c9dac2 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3c038ae0-e010-4a6e-a39b-48c541c9dac2 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Volume info retrieved successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3c038ae0-e010-4a6e-a39b-48c541c9dac2 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] http://10.201.9.223/volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 returned with HTTP 200 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 390/779] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:00 2025] GET /volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 => generated 953 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] GET http://10.201.9.223/volume/v3/volumes/detail?all_tenants=1&project_id=a8a05f7fc80741f092961af8a53785d6 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Could not evaluate value a8a05f7fc80741f092961af8a53785d6, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Searching by: MultiDict([('project_id', 'a8a05f7fc80741f092961af8a53785d6'), ('all_tenants', 1)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Get all volumes completed successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e7e8844-96d2-4f71-a9ba-6ad6fce57741 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] http://10.201.9.223/volume/v3/volumes/detail?all_tenants=1&project_id=a8a05f7fc80741f092961af8a53785d6 returned with HTTP 200 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 390/780] 10.201.9.223 () {58 vars in 1255 bytes} [Tue Jan 14 22:45:00 2025] GET /volume/v3/volumes/detail?all_tenants=1&project_id=a8a05f7fc80741f092961af8a53785d6 => generated 2984 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] DELETE http://10.201.9.223/volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Delete volume with id: 0e68b503-9ce3-49f9-8bc1-3505ec488499 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Volume info retrieved successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] Delete volume request issued successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 tempest-VolumesListAdminTestJSON-1692440600-project-******] http://10.201.9.223/volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 returned with HTTP 202 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 391/781] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:00 2025] DELETE /volume/v3/volumes/0e68b503-9ce3-49f9-8bc1-3505ec488499 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-755523fb-49b7-401b-b05b-0f9f60724709 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-755523fb-49b7-401b-b05b-0f9f60724709 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-755523fb-49b7-401b-b05b-0f9f60724709 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-755523fb-49b7-401b-b05b-0f9f60724709 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-755523fb-49b7-401b-b05b-0f9f60724709 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-755523fb-49b7-401b-b05b-0f9f60724709 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e returned with HTTP 200 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 391/782] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:00 2025] GET /volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] DELETE http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Delete volume with id: b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Delete volume request issued successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e returned with HTTP 202 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 392/783] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:00 2025] DELETE /volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d448ebdf-36f2-413e-a1b9-6c17a9511fc7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d448ebdf-36f2-413e-a1b9-6c17a9511fc7 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d448ebdf-36f2-413e-a1b9-6c17a9511fc7 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d448ebdf-36f2-413e-a1b9-6c17a9511fc7 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d448ebdf-36f2-413e-a1b9-6c17a9511fc7 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d448ebdf-36f2-413e-a1b9-6c17a9511fc7 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e returned with HTTP 200 +Jan 14 22:45:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 392/784] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:00 2025] GET /volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e => generated 846 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ee07b555-c0bd-470d-b21d-832d637008bb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ee07b555-c0bd-470d-b21d-832d637008bb tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ee07b555-c0bd-470d-b21d-832d637008bb tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ee07b555-c0bd-470d-b21d-832d637008bb tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ee07b555-c0bd-470d-b21d-832d637008bb tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e returned with HTTP 404 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 393/785] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:01 2025] GET /volume/v3/volumes/b53dd0ff-e88f-402d-8b7f-f90ef7ec495e => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ca79b870-912a-4054-b95e-5bde37b29f90 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ca79b870-912a-4054-b95e-5bde37b29f90 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ca79b870-912a-4054-b95e-5bde37b29f90 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ca79b870-912a-4054-b95e-5bde37b29f90 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ca79b870-912a-4054-b95e-5bde37b29f90 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ca79b870-912a-4054-b95e-5bde37b29f90 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 returned with HTTP 200 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 393/786] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:01 2025] GET /volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] DELETE http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Delete volume with id: 20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Delete volume request issued successfully. +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 returned with HTTP 202 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 394/787] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:01 2025] DELETE /volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8e5678b5-f38f-4e2a-9e99-1eb842615139 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8e5678b5-f38f-4e2a-9e99-1eb842615139 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8e5678b5-f38f-4e2a-9e99-1eb842615139 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8e5678b5-f38f-4e2a-9e99-1eb842615139 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8e5678b5-f38f-4e2a-9e99-1eb842615139 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8e5678b5-f38f-4e2a-9e99-1eb842615139 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 returned with HTTP 200 +Jan 14 22:45:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 394/788] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:01 2025] GET /volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 => generated 844 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a9191cf0-97fd-4f7d-8e03-e4d12705fb84 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a9191cf0-97fd-4f7d-8e03-e4d12705fb84 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a9191cf0-97fd-4f7d-8e03-e4d12705fb84 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a9191cf0-97fd-4f7d-8e03-e4d12705fb84 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a9191cf0-97fd-4f7d-8e03-e4d12705fb84 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 returned with HTTP 404 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 395/789] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:02 2025] GET /volume/v3/volumes/20b495d5-e845-4b96-88ef-d6dbc8333f76 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-de2f3970-22ea-4a69-9542-a7c81eee599e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de2f3970-22ea-4a69-9542-a7c81eee599e tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de2f3970-22ea-4a69-9542-a7c81eee599e tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-de2f3970-22ea-4a69-9542-a7c81eee599e tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-de2f3970-22ea-4a69-9542-a7c81eee599e tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-de2f3970-22ea-4a69-9542-a7c81eee599e tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 returned with HTTP 200 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 395/790] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:02 2025] GET /volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] DELETE http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Delete volume with id: c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Delete volume request issued successfully. +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 returned with HTTP 202 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 396/791] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:02 2025] DELETE /volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 => generated 0 bytes in 29 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-75302ffa-c26b-47ab-aa6b-8312ddc4d245 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-75302ffa-c26b-47ab-aa6b-8312ddc4d245 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-75302ffa-c26b-47ab-aa6b-8312ddc4d245 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-75302ffa-c26b-47ab-aa6b-8312ddc4d245 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-75302ffa-c26b-47ab-aa6b-8312ddc4d245 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Volume info retrieved successfully. +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-75302ffa-c26b-47ab-aa6b-8312ddc4d245 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 returned with HTTP 200 +Jan 14 22:45:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 396/792] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:02 2025] GET /volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 => generated 846 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ecdece5c-4331-4340-9aae-0bcb05a96e91 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ecdece5c-4331-4340-9aae-0bcb05a96e91 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] GET http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 +Jan 14 22:45:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ecdece5c-4331-4340-9aae-0bcb05a96e91 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ecdece5c-4331-4340-9aae-0bcb05a96e91 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ecdece5c-4331-4340-9aae-0bcb05a96e91 tempest-VolumesListAdminTestJSON-74310328 tempest-VolumesListAdminTestJSON-74310328-project-member] http://10.201.9.223/volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 returned with HTTP 404 +Jan 14 22:45:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 397/793] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:03 2025] GET /volume/v3/volumes/c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 => generated 109 bytes in 26 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8b7f597f-36ab-478b-a915-f897f4257fed None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8b7f597f-36ab-478b-a915-f897f4257fed tempest-AvailabilityZoneTestJSON-1849590215 tempest-AvailabilityZoneTestJSON-1849590215-project-member] GET http://10.201.9.223/volume/v3/os-availability-zone +Jan 14 22:45:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8b7f597f-36ab-478b-a915-f897f4257fed tempest-AvailabilityZoneTestJSON-1849590215 tempest-AvailabilityZoneTestJSON-1849590215-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8b7f597f-36ab-478b-a915-f897f4257fed tempest-AvailabilityZoneTestJSON-1849590215 tempest-AvailabilityZoneTestJSON-1849590215-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:05 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8b7f597f-36ab-478b-a915-f897f4257fed tempest-AvailabilityZoneTestJSON-1849590215 tempest-AvailabilityZoneTestJSON-1849590215-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8b7f597f-36ab-478b-a915-f897f4257fed tempest-AvailabilityZoneTestJSON-1849590215 tempest-AvailabilityZoneTestJSON-1849590215-project-member] http://10.201.9.223/volume/v3/os-availability-zone returned with HTTP 200 +Jan 14 22:45:05 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 397/794] 10.201.9.223 () {58 vars in 1158 bytes} [Tue Jan 14 22:45:05 2025] GET /volume/v3/os-availability-zone => generated 82 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e1f4614a-5ac8-4859-b459-d49cc6e36ba7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1f4614a-5ac8-4859-b459-d49cc6e36ba7 tempest-ExtensionsTestJSON-255791464 tempest-ExtensionsTestJSON-255791464-project-member] GET http://10.201.9.223/volume/v3/extensions +Jan 14 22:45:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1f4614a-5ac8-4859-b459-d49cc6e36ba7 tempest-ExtensionsTestJSON-255791464 tempest-ExtensionsTestJSON-255791464-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1f4614a-5ac8-4859-b459-d49cc6e36ba7 tempest-ExtensionsTestJSON-255791464 tempest-ExtensionsTestJSON-255791464-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1f4614a-5ac8-4859-b459-d49cc6e36ba7 tempest-ExtensionsTestJSON-255791464 tempest-ExtensionsTestJSON-255791464-project-member] http://10.201.9.223/volume/v3/extensions returned with HTTP 200 +Jan 14 22:45:06 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 398/795] 10.201.9.223 () {58 vars in 1128 bytes} [Tue Jan 14 22:45:06 2025] GET /volume/v3/extensions => generated 5245 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6f3add83-34c7-4d83-a086-009323dacf24 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-SnapshotMetadataTestJSON-Volume-1567458267"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-SnapshotMetadataTestJSON-Volume-1567458267'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Create volume of 1 GB +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Flow 'volume_create_api' (4446aa66-7b78-43c8-bfe3-524794331d46) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (cb224aac-4a0b-4817-b3f8-7a727cf215b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (cb224aac-4a0b-4817-b3f8-7a727cf215b3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0115fbe9-7afd-4be9-83d3-0077c973d97e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Created reservations ['53628638-b524-4c16-85a4-67789de36ecf', 'b43ad656-d6c7-4895-ae71-fa3e05727bf7', '4fa09755-a26d-4292-bc0a-64e046a25e0d', '64a925d7-4808-48af-99d8-3a62072ef6d4'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (0115fbe9-7afd-4be9-83d3-0077c973d97e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['53628638-b524-4c16-85a4-67789de36ecf', 'b43ad656-d6c7-4895-ae71-fa3e05727bf7', '4fa09755-a26d-4292-bc0a-64e046a25e0d', '64a925d7-4808-48af-99d8-3a62072ef6d4']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b18bdbd0-27f7-4c50-8295-13b1835068ec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b18bdbd0-27f7-4c50-8295-13b1835068ec) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '0b63a003-ed04-49ed-b62e-5a2c25575dec', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-1567458267',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='f46584e7668b46d597305d28fbc0251c',qos_specs=None,replication_status=,reservations=['53628638-b524-4c16-85a4-67789de36ecf','b43ad656-d6c7-4895-ae71-fa3e05727bf7','4fa09755-a26d-4292-bc0a-64e046a25e0d','64a925d7-4808-48af-99d8-3a62072ef6d4'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66b821cf225b43bcb5165d9646230484',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-1567458267',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=0b63a003-ed04-49ed-b62e-5a2c25575dec,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (87337d3d-8fad-49e4-86ac-e624d50186ba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (87337d3d-8fad-49e4-86ac-e624d50186ba) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-1567458267',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='f46584e7668b46d597305d28fbc0251c',qos_specs=None,replication_status=,reservations=['53628638-b524-4c16-85a4-67789de36ecf','b43ad656-d6c7-4895-ae71-fa3e05727bf7','4fa09755-a26d-4292-bc0a-64e046a25e0d','64a925d7-4808-48af-99d8-3a62072ef6d4'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='66b821cf225b43bcb5165d9646230484',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (56a4ef48-7614-4318-aa33-a7d8daef3a50) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (56a4ef48-7614-4318-aa33-a7d8daef3a50) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Flow 'volume_create_api' (4446aa66-7b78-43c8-bfe3-524794331d46) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Create volume request issued successfully. +Jan 14 22:45:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:08 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 398/796] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:45:07 2025] POST /volume/v3/volumes => generated 754 bytes in 201 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2831dad7-1043-4d00-9c48-9018ab79a93f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2831dad7-1043-4d00-9c48-9018ab79a93f tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2831dad7-1043-4d00-9c48-9018ab79a93f tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2831dad7-1043-4d00-9c48-9018ab79a93f tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-2831dad7-1043-4d00-9c48-9018ab79a93f tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Volume info retrieved successfully. +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2831dad7-1043-4d00-9c48-9018ab79a93f tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec returned with HTTP 200 +Jan 14 22:45:08 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 399/797] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:08 2025] GET /volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec => generated 822 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e6a38cf9-1951-4b91-b4ad-8ec8ff3d9374 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e6a38cf9-1951-4b91-b4ad-8ec8ff3d9374 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e6a38cf9-1951-4b91-b4ad-8ec8ff3d9374 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e6a38cf9-1951-4b91-b4ad-8ec8ff3d9374 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e6a38cf9-1951-4b91-b4ad-8ec8ff3d9374 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Volume info retrieved successfully. +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e6a38cf9-1951-4b91-b4ad-8ec8ff3d9374 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec returned with HTTP 200 +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 399/798] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:09 2025] GET /volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "0b63a003-ed04-49ed-b62e-5a2c25575dec", "name": "tempest-SnapshotMetadataTestJSON-Snapshot-885164539"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Volume info retrieved successfully. +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Create snapshot from volume 0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Created reservations ['1c46134e-23bf-4889-8e8c-e3f0dcf4def1', '47c7d39b-f1eb-41b9-9f9b-e5c54c2776c1', '80415afb-3420-4893-8b39-cc2701f931f3', '084096aa-f5b1-4073-a24e-39c52eb02b82'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot create request issued successfully. +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:45:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 400/799] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:45:09 2025] POST /volume/v3/snapshots => generated 310 bytes in 91 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d2ac3ad9-f621-4e5e-9ef2-4d5432fdc209 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d2ac3ad9-f621-4e5e-9ef2-4d5432fdc209 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d2ac3ad9-f621-4e5e-9ef2-4d5432fdc209 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d2ac3ad9-f621-4e5e-9ef2-4d5432fdc209 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d2ac3ad9-f621-4e5e-9ef2-4d5432fdc209 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d2ac3ad9-f621-4e5e-9ef2-4d5432fdc209 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 returned with HTTP 200 +Jan 14 22:45:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 400/800] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:09 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 => generated 442 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-efe6aa06-8bcf-4075-b8eb-075778dc6e72 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-efe6aa06-8bcf-4075-b8eb-075778dc6e72 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-efe6aa06-8bcf-4075-b8eb-075778dc6e72 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-efe6aa06-8bcf-4075-b8eb-075778dc6e72 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-efe6aa06-8bcf-4075-b8eb-075778dc6e72 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-efe6aa06-8bcf-4075-b8eb-075778dc6e72 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 401/801] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 => generated 469 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2f4bf11d-9e75-47a0-b814-e6c808b444f8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f4bf11d-9e75-47a0-b814-e6c808b444f8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] POST http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f4bf11d-9e75-47a0-b814-e6c808b444f8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2f4bf11d-9e75-47a0-b814-e6c808b444f8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2f4bf11d-9e75-47a0-b814-e6c808b444f8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Update snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f4bf11d-9e75-47a0-b814-e6c808b444f8 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 401/802] 10.201.9.223 () {60 vars in 1284 bytes} [Tue Jan 14 22:45:10 2025] POST /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 68 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ced2ab06-303e-453f-b67e-7a1fe9f29692 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ced2ab06-303e-453f-b67e-7a1fe9f29692 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ced2ab06-303e-453f-b67e-7a1fe9f29692 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ced2ab06-303e-453f-b67e-7a1fe9f29692 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ced2ab06-303e-453f-b67e-7a1fe9f29692 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ced2ab06-303e-453f-b67e-7a1fe9f29692 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Get snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ced2ab06-303e-453f-b67e-7a1fe9f29692 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 402/803] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 68 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e5f3e350-a7d0-48c9-9dae-05950e2f8f11 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e5f3e350-a7d0-48c9-9dae-05950e2f8f11 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] PUT http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e5f3e350-a7d0-48c9-9dae-05950e2f8f11 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {"key3": "value3_update", "key4": "value4"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e5f3e350-a7d0-48c9-9dae-05950e2f8f11 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e5f3e350-a7d0-48c9-9dae-05950e2f8f11 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Update snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e5f3e350-a7d0-48c9-9dae-05950e2f8f11 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 402/804] 10.201.9.223 () {60 vars in 1283 bytes} [Tue Jan 14 22:45:10 2025] PUT /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 57 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-55999116-51af-419f-bec5-ed27fb2579ba None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-55999116-51af-419f-bec5-ed27fb2579ba tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-55999116-51af-419f-bec5-ed27fb2579ba tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-55999116-51af-419f-bec5-ed27fb2579ba tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-55999116-51af-419f-bec5-ed27fb2579ba tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-55999116-51af-419f-bec5-ed27fb2579ba tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Get snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-55999116-51af-419f-bec5-ed27fb2579ba tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 403/805] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 57 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-251974ef-8999-4ecf-bff2-415354544bfd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-251974ef-8999-4ecf-bff2-415354544bfd tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-251974ef-8999-4ecf-bff2-415354544bfd tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-251974ef-8999-4ecf-bff2-415354544bfd tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-251974ef-8999-4ecf-bff2-415354544bfd tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-251974ef-8999-4ecf-bff2-415354544bfd tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Get snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-251974ef-8999-4ecf-bff2-415354544bfd tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Delete snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-251974ef-8999-4ecf-bff2-415354544bfd tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 403/806] 10.201.9.223 () {58 vars in 1281 bytes} [Tue Jan 14 22:45:10 2025] DELETE /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 => generated 0 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 227 bytes (2 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bd55b27d-e328-41d5-8771-d5fa93b7a021 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bd55b27d-e328-41d5-8771-d5fa93b7a021 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bd55b27d-e328-41d5-8771-d5fa93b7a021 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bd55b27d-e328-41d5-8771-d5fa93b7a021 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bd55b27d-e328-41d5-8771-d5fa93b7a021 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bd55b27d-e328-41d5-8771-d5fa93b7a021 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Get snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bd55b27d-e328-41d5-8771-d5fa93b7a021 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 404/807] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 32 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-07d46464-9aae-45c5-8fcd-506a52292ae1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-07d46464-9aae-45c5-8fcd-506a52292ae1 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] PUT http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-07d46464-9aae-45c5-8fcd-506a52292ae1 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-07d46464-9aae-45c5-8fcd-506a52292ae1 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-07d46464-9aae-45c5-8fcd-506a52292ae1 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Update snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-07d46464-9aae-45c5-8fcd-506a52292ae1 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 404/808] 10.201.9.223 () {60 vars in 1283 bytes} [Tue Jan 14 22:45:10 2025] PUT /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 16 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bc6dc613-354a-4622-a418-3eb3d8773ded None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bc6dc613-354a-4622-a418-3eb3d8773ded tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] POST http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bc6dc613-354a-4622-a418-3eb3d8773ded tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bc6dc613-354a-4622-a418-3eb3d8773ded tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bc6dc613-354a-4622-a418-3eb3d8773ded tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Update snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bc6dc613-354a-4622-a418-3eb3d8773ded tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 405/809] 10.201.9.223 () {60 vars in 1284 bytes} [Tue Jan 14 22:45:10 2025] POST /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 68 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dec5ec0e-6de8-4f62-9dfc-08c5cae232e5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dec5ec0e-6de8-4f62-9dfc-08c5cae232e5 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dec5ec0e-6de8-4f62-9dfc-08c5cae232e5 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dec5ec0e-6de8-4f62-9dfc-08c5cae232e5 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-dec5ec0e-6de8-4f62-9dfc-08c5cae232e5 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-dec5ec0e-6de8-4f62-9dfc-08c5cae232e5 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Get snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dec5ec0e-6de8-4f62-9dfc-08c5cae232e5 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 405/810] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 68 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-21edc7f1-ae5b-4856-ac01-bfa954c97a9d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-21edc7f1-ae5b-4856-ac01-bfa954c97a9d tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] PUT http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-21edc7f1-ae5b-4856-ac01-bfa954c97a9d tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'update', calling method: update, body: {"meta": {"key3": "value3_update"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-21edc7f1-ae5b-4856-ac01-bfa954c97a9d tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-21edc7f1-ae5b-4856-ac01-bfa954c97a9d tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Update snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-21edc7f1-ae5b-4856-ac01-bfa954c97a9d tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 406/811] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:45:10 2025] PUT /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 => generated 35 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-09595393-3e85-4c34-a90d-382dedbe1347 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-09595393-3e85-4c34-a90d-382dedbe1347 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-09595393-3e85-4c34-a90d-382dedbe1347 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-09595393-3e85-4c34-a90d-382dedbe1347 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-09595393-3e85-4c34-a90d-382dedbe1347 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-09595393-3e85-4c34-a90d-382dedbe1347 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Get snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-09595393-3e85-4c34-a90d-382dedbe1347 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 406/812] 10.201.9.223 () {58 vars in 1278 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata/key3 => generated 35 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-59bfa578-2299-4a75-a1b0-9e3f844465b3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-59bfa578-2299-4a75-a1b0-9e3f844465b3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-59bfa578-2299-4a75-a1b0-9e3f844465b3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-59bfa578-2299-4a75-a1b0-9e3f844465b3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-59bfa578-2299-4a75-a1b0-9e3f844465b3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-59bfa578-2299-4a75-a1b0-9e3f844465b3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Get snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-59bfa578-2299-4a75-a1b0-9e3f844465b3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 407/813] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 75 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a432f32a-ca0e-48df-94ec-3a2f88cc5119 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a432f32a-ca0e-48df-94ec-3a2f88cc5119 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] PUT http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a432f32a-ca0e-48df-94ec-3a2f88cc5119 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a432f32a-ca0e-48df-94ec-3a2f88cc5119 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a432f32a-ca0e-48df-94ec-3a2f88cc5119 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Update snapshot metadata completed successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a432f32a-ca0e-48df-94ec-3a2f88cc5119 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 407/814] 10.201.9.223 () {60 vars in 1283 bytes} [Tue Jan 14 22:45:10 2025] PUT /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2/metadata => generated 16 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v2.snapshots [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Delete snapshot with id: c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot delete request issued successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 returned with HTTP 202 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 408/815] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:45:10 2025] DELETE /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 => generated 0 bytes in 27 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-230fc447-b04b-437e-899d-e32ad2c3d8ac None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-230fc447-b04b-437e-899d-e32ad2c3d8ac tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-230fc447-b04b-437e-899d-e32ad2c3d8ac tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-230fc447-b04b-437e-899d-e32ad2c3d8ac tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-230fc447-b04b-437e-899d-e32ad2c3d8ac tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Snapshot retrieved successfully. +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-230fc447-b04b-437e-899d-e32ad2c3d8ac tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 returned with HTTP 200 +Jan 14 22:45:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 408/816] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:10 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 => generated 468 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5e3ff712-e994-408d-804d-15e3256e040e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5e3ff712-e994-408d-804d-15e3256e040e tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5e3ff712-e994-408d-804d-15e3256e040e tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5e3ff712-e994-408d-804d-15e3256e040e tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5e3ff712-e994-408d-804d-15e3256e040e tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 returned with HTTP 404 +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 409/817] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:11 2025] GET /volume/v3/snapshots/c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1373be56-86cc-4dfb-a750-18cf245df423 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1373be56-86cc-4dfb-a750-18cf245df423 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1373be56-86cc-4dfb-a750-18cf245df423 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1373be56-86cc-4dfb-a750-18cf245df423 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1373be56-86cc-4dfb-a750-18cf245df423 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Volume info retrieved successfully. +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1373be56-86cc-4dfb-a750-18cf245df423 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec returned with HTTP 200 +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 409/818] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:11 2025] GET /volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] DELETE http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Delete volume with id: 0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Volume info retrieved successfully. +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Delete volume request issued successfully. +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec returned with HTTP 202 +Jan 14 22:45:11 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 410/819] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:11 2025] DELETE /volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bc0271c8-6f5b-4b66-8699-ae22999e0d23 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bc0271c8-6f5b-4b66-8699-ae22999e0d23 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bc0271c8-6f5b-4b66-8699-ae22999e0d23 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bc0271c8-6f5b-4b66-8699-ae22999e0d23 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bc0271c8-6f5b-4b66-8699-ae22999e0d23 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Volume info retrieved successfully. +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bc0271c8-6f5b-4b66-8699-ae22999e0d23 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec returned with HTTP 200 +Jan 14 22:45:11 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 410/820] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:11 2025] GET /volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec => generated 846 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-44f812b9-bd1b-43c9-b4db-12ce9afc8ca3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-44f812b9-bd1b-43c9-b4db-12ce9afc8ca3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] GET http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec +Jan 14 22:45:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-44f812b9-bd1b-43c9-b4db-12ce9afc8ca3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-44f812b9-bd1b-43c9-b4db-12ce9afc8ca3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-44f812b9-bd1b-43c9-b4db-12ce9afc8ca3 tempest-SnapshotMetadataTestJSON-2134068277 tempest-SnapshotMetadataTestJSON-2134068277-project-member] http://10.201.9.223/volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec returned with HTTP 404 +Jan 14 22:45:12 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 411/821] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:12 2025] GET /volume/v3/volumes/0b63a003-ed04-49ed-b62e-5a2c25575dec => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-063d57ff-198a-4be6-833c-a5fd34e80f44 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-063d57ff-198a-4be6-833c-a5fd34e80f44 None None] GET http://10.201.9.223/volume// +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-063d57ff-198a-4be6-833c-a5fd34e80f44 None None] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-063d57ff-198a-4be6-833c-a5fd34e80f44 None None] Calling method 'all' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-063d57ff-198a-4be6-833c-a5fd34e80f44 None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 411/822] 10.201.9.223 () {56 vars in 886 bytes} [Tue Jan 14 22:45:13 2025] GET /volume/ => generated 387 bytes in 5 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-785de9dd-8685-4b1d-af81-94e579b1cb12 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-785de9dd-8685-4b1d-af81-94e579b1cb12 None None] GET http://10.201.9.223/volume// +Jan 14 22:45:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-785de9dd-8685-4b1d-af81-94e579b1cb12 None None] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-785de9dd-8685-4b1d-af81-94e579b1cb12 None None] Calling method 'all' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-785de9dd-8685-4b1d-af81-94e579b1cb12 None None] http://10.201.9.223/volume// returned with HTTP 300 +Jan 14 22:45:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 412/823] 10.201.9.223 () {56 vars in 886 bytes} [Tue Jan 14 22:45:13 2025] GET /volume/ => generated 387 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (2 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5ed10117-f552-4bac-9a92-69e15a4e171b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5ed10117-f552-4bac-9a92-69e15a4e171b tempest-VersionsTest-1127678074 tempest-VersionsTest-1127678074-project-member] GET http://10.201.9.223/volume/v3/ +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5ed10117-f552-4bac-9a92-69e15a4e171b tempest-VersionsTest-1127678074 tempest-VersionsTest-1127678074-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5ed10117-f552-4bac-9a92-69e15a4e171b tempest-VersionsTest-1127678074 tempest-VersionsTest-1127678074-project-member] Calling method 'version_select' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5ed10117-f552-4bac-9a92-69e15a4e171b tempest-VersionsTest-1127678074 tempest-VersionsTest-1127678074-project-member] http://10.201.9.223/volume/v3/ returned with HTTP 200 +Jan 14 22:45:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 412/824] 10.201.9.223 () {58 vars in 1098 bytes} [Tue Jan 14 22:45:13 2025] GET /volume/v3/ => generated 387 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b770d831-1e25-4709-bbec-94373979d6e0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-AbsoluteLimitsTests-Volume-653607317"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-AbsoluteLimitsTests-Volume-653607317'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Create volume of 1 GB +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Flow 'volume_create_api' (b2bd0bff-2c1a-44f5-b8f2-66c67834f4ac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f24c9f22-40d3-4e39-a4c1-20c87b515b8b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f24c9f22-40d3-4e39-a4c1-20c87b515b8b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a4d3f943-d65c-4cc5-8814-fd4ab4fe393c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Created reservations ['d0ae05e3-5205-4743-98c3-7fa380883e47', '17432b0e-f3bf-4525-83ed-ac2467231b93', '89589e87-a9f7-4f8b-9923-3be8c3af9c6d', '40cb74e6-88f9-4251-8e00-23df271fa693'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a4d3f943-d65c-4cc5-8814-fd4ab4fe393c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['d0ae05e3-5205-4743-98c3-7fa380883e47', '17432b0e-f3bf-4525-83ed-ac2467231b93', '89589e87-a9f7-4f8b-9923-3be8c3af9c6d', '40cb74e6-88f9-4251-8e00-23df271fa693']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ced83aa8-15a7-40f6-8d86-6d27c6643ccf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ced83aa8-15a7-40f6-8d86-6d27c6643ccf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'b5c35df7-65d1-44c2-a238-07f648e98409', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-653607317',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='31d1317df5dd4cb9be017fcc33f64b3a',qos_specs=None,replication_status=,reservations=['d0ae05e3-5205-4743-98c3-7fa380883e47','17432b0e-f3bf-4525-83ed-ac2467231b93','89589e87-a9f7-4f8b-9923-3be8c3af9c6d','40cb74e6-88f9-4251-8e00-23df271fa693'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1c446cf9bf0a41c08c25a132b2ee419e',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-653607317',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=b5c35df7-65d1-44c2-a238-07f648e98409,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='31d1317df5dd4cb9be017fcc33f64b3a',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='1c446cf9bf0a41c08c25a132b2ee419e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (cfdd10ab-7970-4f6d-9d64-54dc09b5d7d9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (cfdd10ab-7970-4f6d-9d64-54dc09b5d7d9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-653607317',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='31d1317df5dd4cb9be017fcc33f64b3a',qos_specs=None,replication_status=,reservations=['d0ae05e3-5205-4743-98c3-7fa380883e47','17432b0e-f3bf-4525-83ed-ac2467231b93','89589e87-a9f7-4f8b-9923-3be8c3af9c6d','40cb74e6-88f9-4251-8e00-23df271fa693'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='1c446cf9bf0a41c08c25a132b2ee419e',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7d60d934-fdb5-4236-8322-f0c433f61cb2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (7d60d934-fdb5-4236-8322-f0c433f61cb2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Flow 'volume_create_api' (b2bd0bff-2c1a-44f5-b8f2-66c67834f4ac) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Create volume request issued successfully. +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:15 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 413/825] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:45:15 2025] POST /volume/v3/volumes => generated 748 bytes in 201 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2f9b4af3-698b-4a1f-9d1c-dfe68b2f9c96 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f9b4af3-698b-4a1f-9d1c-dfe68b2f9c96 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] GET http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f9b4af3-698b-4a1f-9d1c-dfe68b2f9c96 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f9b4af3-698b-4a1f-9d1c-dfe68b2f9c96 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2f9b4af3-698b-4a1f-9d1c-dfe68b2f9c96 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Volume info retrieved successfully. +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f9b4af3-698b-4a1f-9d1c-dfe68b2f9c96 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 returned with HTTP 200 +Jan 14 22:45:15 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 413/826] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:15 2025] GET /volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 => generated 816 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d2e3646b-75ae-456b-8cb1-e5216465dc10 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d2e3646b-75ae-456b-8cb1-e5216465dc10 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] GET http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d2e3646b-75ae-456b-8cb1-e5216465dc10 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d2e3646b-75ae-456b-8cb1-e5216465dc10 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d2e3646b-75ae-456b-8cb1-e5216465dc10 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Volume info retrieved successfully. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d2e3646b-75ae-456b-8cb1-e5216465dc10 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 returned with HTTP 200 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 414/827] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:16 2025] GET /volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 => generated 841 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-44347d52-710e-431e-b39c-447f0ac12f01 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44347d52-710e-431e-b39c-447f0ac12f01 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] GET http://10.201.9.223/volume/v3/limits +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-44347d52-710e-431e-b39c-447f0ac12f01 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-44347d52-710e-431e-b39c-447f0ac12f01 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-44347d52-710e-431e-b39c-447f0ac12f01 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/limits returned with HTTP 200 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 414/828] 10.201.9.223 () {58 vars in 1116 bytes} [Tue Jan 14 22:45:16 2025] GET /volume/v3/limits => generated 302 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7cc367cb-b15d-4679-998e-53748dd7a8bb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7cc367cb-b15d-4679-998e-53748dd7a8bb tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] GET http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7cc367cb-b15d-4679-998e-53748dd7a8bb tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7cc367cb-b15d-4679-998e-53748dd7a8bb tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7cc367cb-b15d-4679-998e-53748dd7a8bb tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Volume info retrieved successfully. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7cc367cb-b15d-4679-998e-53748dd7a8bb tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 returned with HTTP 200 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 415/829] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:16 2025] GET /volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 => generated 841 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-028fb878-3373-4283-9b3e-b275403decab None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] DELETE http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Delete volume with id: b5c35df7-65d1-44c2-a238-07f648e98409 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Volume info retrieved successfully. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Delete volume request issued successfully. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 returned with HTTP 202 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 415/830] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:16 2025] DELETE /volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d7df6a0f-36b2-4c01-92af-85ee13c8a47f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d7df6a0f-36b2-4c01-92af-85ee13c8a47f tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] GET http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d7df6a0f-36b2-4c01-92af-85ee13c8a47f tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d7df6a0f-36b2-4c01-92af-85ee13c8a47f tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d7df6a0f-36b2-4c01-92af-85ee13c8a47f tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Volume info retrieved successfully. +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d7df6a0f-36b2-4c01-92af-85ee13c8a47f tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 returned with HTTP 200 +Jan 14 22:45:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 416/831] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:16 2025] GET /volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 => generated 840 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-91efcecd-745d-4a40-a1c8-b59a0f685cd6 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-91efcecd-745d-4a40-a1c8-b59a0f685cd6 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] GET http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 +Jan 14 22:45:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-91efcecd-745d-4a40-a1c8-b59a0f685cd6 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-91efcecd-745d-4a40-a1c8-b59a0f685cd6 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-91efcecd-745d-4a40-a1c8-b59a0f685cd6 tempest-AbsoluteLimitsTests-2128996770 tempest-AbsoluteLimitsTests-2128996770-project-member] http://10.201.9.223/volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 returned with HTTP 404 +Jan 14 22:45:17 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 416/832] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:17 2025] GET /volume/v3/volumes/b5c35df7-65d1-44c2-a238-07f648e98409 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1492712835"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesDeleteCascade-Volume-1492712835'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume of 1 GB +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Flow 'volume_create_api' (993eb68d-38db-4a89-ba7d-0d67acc2a89c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f64706f6-d7e1-462f-8f93-cf75842ab8d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f64706f6-d7e1-462f-8f93-cf75842ab8d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (34b7c348-84d8-4d21-9213-32683e81723f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Created reservations ['b3c3c71e-d2e9-4856-a3d3-228c79f036b4', 'a1f90a88-38a6-479b-adc4-26dd8f552390', '2e30d5ba-17cd-4946-b896-bcb0d84084d5', '69aa7a79-d819-4fd4-8e89-2d047b3be4af'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (34b7c348-84d8-4d21-9213-32683e81723f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['b3c3c71e-d2e9-4856-a3d3-228c79f036b4', 'a1f90a88-38a6-479b-adc4-26dd8f552390', '2e30d5ba-17cd-4946-b896-bcb0d84084d5', '69aa7a79-d819-4fd4-8e89-2d047b3be4af']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b0149ec7-81cd-4f12-b7a1-58bfbaca368d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b0149ec7-81cd-4f12-b7a1-58bfbaca368d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '9d6ea83f-328f-490b-a2c0-9874c2e68335', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1492712835',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='57fb0abd696d4f53bd93fa45c2fe788f',qos_specs=None,replication_status=,reservations=['b3c3c71e-d2e9-4856-a3d3-228c79f036b4','a1f90a88-38a6-479b-adc4-26dd8f552390','2e30d5ba-17cd-4946-b896-bcb0d84084d5','69aa7a79-d819-4fd4-8e89-2d047b3be4af'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ca3cbe536da3459689405aadd075d0f8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1492712835',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=9d6ea83f-328f-490b-a2c0-9874c2e68335,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (64b683f5-e291-44a0-a491-cffd4b389d45) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (64b683f5-e291-44a0-a491-cffd4b389d45) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1492712835',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='57fb0abd696d4f53bd93fa45c2fe788f',qos_specs=None,replication_status=,reservations=['b3c3c71e-d2e9-4856-a3d3-228c79f036b4','a1f90a88-38a6-479b-adc4-26dd8f552390','2e30d5ba-17cd-4946-b896-bcb0d84084d5','69aa7a79-d819-4fd4-8e89-2d047b3be4af'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ca3cbe536da3459689405aadd075d0f8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8246c39f-e88a-4a72-838a-6c7de5d708ad) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8246c39f-e88a-4a72-838a-6c7de5d708ad) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Flow 'volume_create_api' (993eb68d-38db-4a89-ba7d-0d67acc2a89c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume request issued successfully. +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 417/833] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:45:19 2025] POST /volume/v3/volumes => generated 750 bytes in 191 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8345a4aa-7d05-46eb-830f-2b6a4cb1937c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8345a4aa-7d05-46eb-830f-2b6a4cb1937c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8345a4aa-7d05-46eb-830f-2b6a4cb1937c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8345a4aa-7d05-46eb-830f-2b6a4cb1937c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8345a4aa-7d05-46eb-830f-2b6a4cb1937c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8345a4aa-7d05-46eb-830f-2b6a4cb1937c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 returned with HTTP 200 +Jan 14 22:45:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 417/834] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:19 2025] GET /volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 => generated 818 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-dc8af63d-75da-40b1-bd68-6d836ac2000f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc8af63d-75da-40b1-bd68-6d836ac2000f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dc8af63d-75da-40b1-bd68-6d836ac2000f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dc8af63d-75da-40b1-bd68-6d836ac2000f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dc8af63d-75da-40b1-bd68-6d836ac2000f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc8af63d-75da-40b1-bd68-6d836ac2000f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 returned with HTTP 200 +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 418/835] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:20 2025] GET /volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 => generated 843 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "9d6ea83f-328f-490b-a2c0-9874c2e68335", "name": "tempest-VolumesDeleteCascade-Snapshot-1173372104"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.snapshots [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create snapshot from volume 9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Created reservations ['b4181c05-4486-4184-9c72-0e36543a8ac8', '7256e384-cbca-4b3f-82a2-0a7fdd06989e', '1c272697-e9d1-40a5-959c-5c10f1d17b4b', 'ef33f687-2434-48f4-ac95-bc29a31bf066'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot create request issued successfully. +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:45:20 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 418/836] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:45:20 2025] POST /volume/v3/snapshots => generated 307 bytes in 103 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d9c1407e-ad10-4bde-aa0f-3e126f16773b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d9c1407e-ad10-4bde-aa0f-3e126f16773b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d9c1407e-ad10-4bde-aa0f-3e126f16773b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d9c1407e-ad10-4bde-aa0f-3e126f16773b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d9c1407e-ad10-4bde-aa0f-3e126f16773b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot retrieved successfully. +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d9c1407e-ad10-4bde-aa0f-3e126f16773b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 returned with HTTP 200 +Jan 14 22:45:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 419/837] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:20 2025] GET /volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 => generated 439 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-031a24d3-b031-4678-8293-75bb53311663 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-031a24d3-b031-4678-8293-75bb53311663 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-031a24d3-b031-4678-8293-75bb53311663 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-031a24d3-b031-4678-8293-75bb53311663 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-031a24d3-b031-4678-8293-75bb53311663 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot retrieved successfully. +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-031a24d3-b031-4678-8293-75bb53311663 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 returned with HTTP 200 +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 419/838] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:21 2025] GET /volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 => generated 466 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-33f30180-83fb-4820-b499-cffc6aca42b5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "9d6ea83f-328f-490b-a2c0-9874c2e68335", "name": "tempest-VolumesDeleteCascade-Snapshot-1719653861"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create snapshot from volume 9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Created reservations ['fd5f64a4-46a3-4356-9ff5-7c7dd017961d', 'e5e0e09e-493d-42ef-ac72-306b0fd10809', '2db241ed-af2a-4064-a774-0f49d8a15ed0', '145d140c-67de-482f-b33a-989c41095c4d'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot create request issued successfully. +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:45:21 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 420/839] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:45:21 2025] POST /volume/v3/snapshots => generated 307 bytes in 95 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3b2c9de3-250d-43e2-a1d7-f4fe38b09f67 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3b2c9de3-250d-43e2-a1d7-f4fe38b09f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3b2c9de3-250d-43e2-a1d7-f4fe38b09f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3b2c9de3-250d-43e2-a1d7-f4fe38b09f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3b2c9de3-250d-43e2-a1d7-f4fe38b09f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot retrieved successfully. +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3b2c9de3-250d-43e2-a1d7-f4fe38b09f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 returned with HTTP 200 +Jan 14 22:45:21 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 420/840] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:21 2025] GET /volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 => generated 439 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-08dd5bca-9f94-4133-87ad-eb74a95d5a5a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-08dd5bca-9f94-4133-87ad-eb74a95d5a5a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-08dd5bca-9f94-4133-87ad-eb74a95d5a5a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-08dd5bca-9f94-4133-87ad-eb74a95d5a5a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-08dd5bca-9f94-4133-87ad-eb74a95d5a5a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot retrieved successfully. +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-08dd5bca-9f94-4133-87ad-eb74a95d5a5a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 returned with HTTP 200 +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 421/841] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:22 2025] GET /volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 => generated 466 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335?cascade=True +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume with id: 9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume request issued successfully. +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335?cascade=True returned with HTTP 202 +Jan 14 22:45:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 421/842] 10.201.9.223 () {58 vars in 1258 bytes} [Tue Jan 14 22:45:22 2025] DELETE /volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335?cascade=True => generated 0 bytes in 62 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-667fb3d3-66bd-4eb2-8d6f-558056a0550c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-667fb3d3-66bd-4eb2-8d6f-558056a0550c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-667fb3d3-66bd-4eb2-8d6f-558056a0550c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-667fb3d3-66bd-4eb2-8d6f-558056a0550c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:22 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-667fb3d3-66bd-4eb2-8d6f-558056a0550c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-667fb3d3-66bd-4eb2-8d6f-558056a0550c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 returned with HTTP 200 +Jan 14 22:45:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 422/843] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:22 2025] GET /volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 => generated 842 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3413e067-bdb0-4dc1-aa97-265b2df46fdf None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3413e067-bdb0-4dc1-aa97-265b2df46fdf tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3413e067-bdb0-4dc1-aa97-265b2df46fdf tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3413e067-bdb0-4dc1-aa97-265b2df46fdf tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3413e067-bdb0-4dc1-aa97-265b2df46fdf tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 returned with HTTP 404 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 422/844] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:24 2025] GET /volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7646047c-991e-4bad-a382-7cc907f7161c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7646047c-991e-4bad-a382-7cc907f7161c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7646047c-991e-4bad-a382-7cc907f7161c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7646047c-991e-4bad-a382-7cc907f7161c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-7646047c-991e-4bad-a382-7cc907f7161c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7646047c-991e-4bad-a382-7cc907f7161c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7646047c-991e-4bad-a382-7cc907f7161c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Get all volumes completed successfully. +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7646047c-991e-4bad-a382-7cc907f7161c tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 423/845] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:24 2025] GET /volume/v3/volumes => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Get all snapshots completed successfully. +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b594fc83-0d63-47ac-bc12-ed1ac911b720 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 423/846] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:45:24 2025] GET /volume/v3/snapshots => generated 17 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fecd02c0-7207-4f18-95a0-cae0208feeb3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fecd02c0-7207-4f18-95a0-cae0208feeb3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fecd02c0-7207-4f18-95a0-cae0208feeb3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fecd02c0-7207-4f18-95a0-cae0208feeb3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v2.snapshots [None req-fecd02c0-7207-4f18-95a0-cae0208feeb3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete snapshot with id: 34159715-e0c6-4224-b723-e7fbf02274d4 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fecd02c0-7207-4f18-95a0-cae0208feeb3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 returned with HTTP 404 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 424/847] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:45:24 2025] DELETE /volume/v3/snapshots/34159715-e0c6-4224-b723-e7fbf02274d4 => generated 111 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-700f3a28-9d01-4310-8e3a-8b1baaaebe6f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-700f3a28-9d01-4310-8e3a-8b1baaaebe6f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-700f3a28-9d01-4310-8e3a-8b1baaaebe6f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-700f3a28-9d01-4310-8e3a-8b1baaaebe6f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-700f3a28-9d01-4310-8e3a-8b1baaaebe6f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete snapshot with id: c6cc3282-9964-4c08-b490-23423b388b92 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-700f3a28-9d01-4310-8e3a-8b1baaaebe6f tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 returned with HTTP 404 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 424/848] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:45:24 2025] DELETE /volume/v3/snapshots/c6cc3282-9964-4c08-b490-23423b388b92 => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-bec00e78-b936-4df5-b280-57b42170fb10 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bec00e78-b936-4df5-b280-57b42170fb10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bec00e78-b936-4df5-b280-57b42170fb10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-bec00e78-b936-4df5-b280-57b42170fb10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-bec00e78-b936-4df5-b280-57b42170fb10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 returned with HTTP 404 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 425/849] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:24 2025] GET /volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-47b8e80b-96db-4464-b5d6-0b3eccef8a30 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-47b8e80b-96db-4464-b5d6-0b3eccef8a30 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-47b8e80b-96db-4464-b5d6-0b3eccef8a30 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-47b8e80b-96db-4464-b5d6-0b3eccef8a30 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-47b8e80b-96db-4464-b5d6-0b3eccef8a30 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume with id: 9d6ea83f-328f-490b-a2c0-9874c2e68335 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-47b8e80b-96db-4464-b5d6-0b3eccef8a30 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 returned with HTTP 404 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 425/850] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:24 2025] DELETE /volume/v3/volumes/9d6ea83f-328f-490b-a2c0-9874c2e68335 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-2068354908"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesDeleteCascade-Volume-2068354908'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume of 1 GB +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Flow 'volume_create_api' (48c9fb32-89c8-48ec-a9ad-afe4efead2f7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (30120a74-30cb-4c5d-81f3-f189462ed487) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (30120a74-30cb-4c5d-81f3-f189462ed487) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (58091ec6-768f-4aaa-ad29-87a4c54b47a9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Created reservations ['8310d1cd-3790-4bd8-8a98-9fc8dbbaba0f', '57dfd4f4-156f-4020-a286-ab9cf454fa54', '02a90470-663a-48f0-9c99-5a1c9d39764c', '637bf229-6328-440c-b40d-7d0034a34e5a'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (58091ec6-768f-4aaa-ad29-87a4c54b47a9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8310d1cd-3790-4bd8-8a98-9fc8dbbaba0f', '57dfd4f4-156f-4020-a286-ab9cf454fa54', '02a90470-663a-48f0-9c99-5a1c9d39764c', '637bf229-6328-440c-b40d-7d0034a34e5a']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (96321ae4-d86f-42cd-81c5-eefefc7e335c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (96321ae4-d86f-42cd-81c5-eefefc7e335c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2238dde4-6c7d-455e-83b6-201c8832f60d', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-2068354908',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='57fb0abd696d4f53bd93fa45c2fe788f',qos_specs=None,replication_status=,reservations=['8310d1cd-3790-4bd8-8a98-9fc8dbbaba0f','57dfd4f4-156f-4020-a286-ab9cf454fa54','02a90470-663a-48f0-9c99-5a1c9d39764c','637bf229-6328-440c-b40d-7d0034a34e5a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ca3cbe536da3459689405aadd075d0f8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-2068354908',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=2238dde4-6c7d-455e-83b6-201c8832f60d,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (56a43205-f3ae-45b4-826a-7fe9af99183b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (56a43205-f3ae-45b4-826a-7fe9af99183b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-2068354908',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='57fb0abd696d4f53bd93fa45c2fe788f',qos_specs=None,replication_status=,reservations=['8310d1cd-3790-4bd8-8a98-9fc8dbbaba0f','57dfd4f4-156f-4020-a286-ab9cf454fa54','02a90470-663a-48f0-9c99-5a1c9d39764c','637bf229-6328-440c-b40d-7d0034a34e5a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ca3cbe536da3459689405aadd075d0f8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf8aefe5-5bed-491a-885d-a5f4379fefd2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf8aefe5-5bed-491a-885d-a5f4379fefd2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Flow 'volume_create_api' (48c9fb32-89c8-48ec-a9ad-afe4efead2f7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume request issued successfully. +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 426/851] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:45:24 2025] POST /volume/v3/volumes => generated 750 bytes in 121 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f797047d-4656-4d49-8776-b44e9e1b7268 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f797047d-4656-4d49-8776-b44e9e1b7268 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f797047d-4656-4d49-8776-b44e9e1b7268 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f797047d-4656-4d49-8776-b44e9e1b7268 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f797047d-4656-4d49-8776-b44e9e1b7268 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f797047d-4656-4d49-8776-b44e9e1b7268 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 200 +Jan 14 22:45:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 426/852] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:24 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 818 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c22be823-a639-4bd5-9743-0ca74d1d2f10 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c22be823-a639-4bd5-9743-0ca74d1d2f10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c22be823-a639-4bd5-9743-0ca74d1d2f10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c22be823-a639-4bd5-9743-0ca74d1d2f10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c22be823-a639-4bd5-9743-0ca74d1d2f10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c22be823-a639-4bd5-9743-0ca74d1d2f10 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 200 +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 427/853] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:25 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 843 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "2238dde4-6c7d-455e-83b6-201c8832f60d", "name": "tempest-VolumesDeleteCascade-Snapshot-2018086412"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.snapshots [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create snapshot from volume 2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Created reservations ['4fcbfe7b-abe5-46b6-b916-1419015cb727', '020869f6-17fd-40e0-a778-5c47cade021c', 'f8c8bce3-6046-4366-9a17-821db3741c78', '3b313f0f-f67a-4bb8-b538-a47982a4c90c'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot create request issued successfully. +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:45:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 427/854] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:45:25 2025] POST /volume/v3/snapshots => generated 307 bytes in 93 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9c5732ad-27f1-46b8-b928-61159aadb6a3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9c5732ad-27f1-46b8-b928-61159aadb6a3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9c5732ad-27f1-46b8-b928-61159aadb6a3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9c5732ad-27f1-46b8-b928-61159aadb6a3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9c5732ad-27f1-46b8-b928-61159aadb6a3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot retrieved successfully. +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9c5732ad-27f1-46b8-b928-61159aadb6a3 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 returned with HTTP 200 +Jan 14 22:45:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 428/855] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:25 2025] GET /volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 => generated 439 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-24a568a6-d4d4-49bd-a6a1-ca53cdcc78ec None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24a568a6-d4d4-49bd-a6a1-ca53cdcc78ec tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24a568a6-d4d4-49bd-a6a1-ca53cdcc78ec tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24a568a6-d4d4-49bd-a6a1-ca53cdcc78ec tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-24a568a6-d4d4-49bd-a6a1-ca53cdcc78ec tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot retrieved successfully. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24a568a6-d4d4-49bd-a6a1-ca53cdcc78ec tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 returned with HTTP 200 +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 428/856] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:45:26 2025] GET /volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 => generated 466 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Action: 'create', calling method: create, body: {"volume": {"snapshot_id": "ae0c5078-3970-4c22-8a29-d58d2fccbf71", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-233522569"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume request body: {'volume': {'snapshot_id': 'ae0c5078-3970-4c22-8a29-d58d2fccbf71', 'size': 1, 'name': 'tempest-VolumesDeleteCascade-Volume-233522569'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Snapshot retrieved successfully. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume of 1 GB +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Flow 'volume_create_api' (6272fcb4-982c-4c05-a546-2626304cb16f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (589c3660-052e-4b9d-9e4f-63dd47a04597) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Validating volume size '1' using validate_int, validate_snap_size {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (589c3660-052e-4b9d-9e4f-63dd47a04597) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': 'ae0c5078-3970-4c22-8a29-d58d2fccbf71', 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b7d9ff82-95e9-489b-a2d7-09abd179240e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Created reservations ['44c2730d-123f-42c2-b6b6-8ae4e2cb628d', 'd6fea78a-a8ee-44c5-a47d-82b55eb866d6', '6a1c5798-b7f9-4586-ae11-a05f17d28cdc', '7aec7b39-fb30-4b71-8d9e-b35d54312969'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (b7d9ff82-95e9-489b-a2d7-09abd179240e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['44c2730d-123f-42c2-b6b6-8ae4e2cb628d', 'd6fea78a-a8ee-44c5-a47d-82b55eb866d6', '6a1c5798-b7f9-4586-ae11-a05f17d28cdc', '7aec7b39-fb30-4b71-8d9e-b35d54312969']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (dcb45b65-2c72-4191-a6c5-29df92bc3c50) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (dcb45b65-2c72-4191-a6c5-29df92bc3c50) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'c9403e52-920c-4a19-a256-ffea90ddc12b', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-233522569',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='57fb0abd696d4f53bd93fa45c2fe788f',qos_specs=None,replication_status=,reservations=['44c2730d-123f-42c2-b6b6-8ae4e2cb628d','d6fea78a-a8ee-44c5-a47d-82b55eb866d6','6a1c5798-b7f9-4586-ae11-a05f17d28cdc','7aec7b39-fb30-4b71-8d9e-b35d54312969'],size=1,snapshot_id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,source_replicaid=,source_volid=None,status='creating',user_id='ca3cbe536da3459689405aadd075d0f8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:26Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-233522569',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=c9403e52-920c-4a19-a256-ffea90ddc12b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (87f3ce5c-e4c1-49fc-a726-fd552a31ca0a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (87f3ce5c-e4c1-49fc-a726-fd552a31ca0a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-233522569',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='57fb0abd696d4f53bd93fa45c2fe788f',qos_specs=None,replication_status=,reservations=['44c2730d-123f-42c2-b6b6-8ae4e2cb628d','d6fea78a-a8ee-44c5-a47d-82b55eb866d6','6a1c5798-b7f9-4586-ae11-a05f17d28cdc','7aec7b39-fb30-4b71-8d9e-b35d54312969'],size=1,snapshot_id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,source_replicaid=,source_volid=None,status='creating',user_id='ca3cbe536da3459689405aadd075d0f8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (04992bea-5cc5-426b-8f7e-0a9fdfa090ec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (04992bea-5cc5-426b-8f7e-0a9fdfa090ec) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Flow 'volume_create_api' (6272fcb4-982c-4c05-a546-2626304cb16f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Create volume request issued successfully. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 429/857] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:26 2025] POST /volume/v3/volumes => generated 783 bytes in 159 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-572d2ab1-f593-4532-b80d-f24a48b3f350 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-572d2ab1-f593-4532-b80d-f24a48b3f350 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-572d2ab1-f593-4532-b80d-f24a48b3f350 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-572d2ab1-f593-4532-b80d-f24a48b3f350 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-572d2ab1-f593-4532-b80d-f24a48b3f350 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-572d2ab1-f593-4532-b80d-f24a48b3f350 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b returned with HTTP 200 +Jan 14 22:45:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 429/858] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:26 2025] GET /volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b => generated 851 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-98f6b178-c04b-47b9-9704-8942daf6a1ac None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-98f6b178-c04b-47b9-9704-8942daf6a1ac tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-98f6b178-c04b-47b9-9704-8942daf6a1ac tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-98f6b178-c04b-47b9-9704-8942daf6a1ac tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-98f6b178-c04b-47b9-9704-8942daf6a1ac tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-98f6b178-c04b-47b9-9704-8942daf6a1ac tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b returned with HTTP 200 +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 430/859] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:27 2025] GET /volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b => generated 876 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-89f79fa5-ee14-47ff-bce4-6f7f0d52fa03 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-89f79fa5-ee14-47ff-bce4-6f7f0d52fa03 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-89f79fa5-ee14-47ff-bce4-6f7f0d52fa03 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-89f79fa5-ee14-47ff-bce4-6f7f0d52fa03 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-89f79fa5-ee14-47ff-bce4-6f7f0d52fa03 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-89f79fa5-ee14-47ff-bce4-6f7f0d52fa03 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b returned with HTTP 200 +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 430/860] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:27 2025] GET /volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b => generated 876 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d?cascade=True +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume with id: 2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume request issued successfully. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d?cascade=True returned with HTTP 202 +Jan 14 22:45:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 431/861] 10.201.9.223 () {58 vars in 1258 bytes} [Tue Jan 14 22:45:27 2025] DELETE /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d?cascade=True => generated 0 bytes in 53 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7e349662-99f1-4e61-b43b-b1c59b760ea5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7e349662-99f1-4e61-b43b-b1c59b760ea5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7e349662-99f1-4e61-b43b-b1c59b760ea5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7e349662-99f1-4e61-b43b-b1c59b760ea5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7e349662-99f1-4e61-b43b-b1c59b760ea5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7e349662-99f1-4e61-b43b-b1c59b760ea5 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 200 +Jan 14 22:45:27 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 431/862] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:27 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 842 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5fb44ea5-b0cc-4168-b26d-080276eac41e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5fb44ea5-b0cc-4168-b26d-080276eac41e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5fb44ea5-b0cc-4168-b26d-080276eac41e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5fb44ea5-b0cc-4168-b26d-080276eac41e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5fb44ea5-b0cc-4168-b26d-080276eac41e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5fb44ea5-b0cc-4168-b26d-080276eac41e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 200 +Jan 14 22:45:28 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 432/863] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:28 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 842 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2a419a93-3867-419b-8022-984b45de8c84 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:29 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2a419a93-3867-419b-8022-984b45de8c84 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2a419a93-3867-419b-8022-984b45de8c84 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:29 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2a419a93-3867-419b-8022-984b45de8c84 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:30 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:30 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:30 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2a419a93-3867-419b-8022-984b45de8c84 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2a419a93-3867-419b-8022-984b45de8c84 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 200 +Jan 14 22:45:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 432/864] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:29 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 842 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-41d13a6f-3fc8-44f5-ade0-c4f632dd7393 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-41d13a6f-3fc8-44f5-ade0-c4f632dd7393 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-41d13a6f-3fc8-44f5-ade0-c4f632dd7393 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-41d13a6f-3fc8-44f5-ade0-c4f632dd7393 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-41d13a6f-3fc8-44f5-ade0-c4f632dd7393 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-41d13a6f-3fc8-44f5-ade0-c4f632dd7393 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 200 +Jan 14 22:45:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 433/865] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:31 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 842 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a4142666-fb63-4d6e-af29-8a85ae32a45b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a4142666-fb63-4d6e-af29-8a85ae32a45b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a4142666-fb63-4d6e-af29-8a85ae32a45b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a4142666-fb63-4d6e-af29-8a85ae32a45b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a4142666-fb63-4d6e-af29-8a85ae32a45b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a4142666-fb63-4d6e-af29-8a85ae32a45b tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 200 +Jan 14 22:45:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 433/866] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:32 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 842 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-60a35119-9fcb-4dfb-96d7-5ab404981a64 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-60a35119-9fcb-4dfb-96d7-5ab404981a64 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-60a35119-9fcb-4dfb-96d7-5ab404981a64 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-60a35119-9fcb-4dfb-96d7-5ab404981a64 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-60a35119-9fcb-4dfb-96d7-5ab404981a64 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 404 +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 434/867] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:33 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Get all volumes completed successfully. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d2962a10-93bf-43e8-a9ab-f5b6bc470368 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 434/868] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:33 2025] GET /volume/v3/volumes => generated 336 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/snapshots +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Get all snapshots completed successfully. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-49c9d5be-afcd-4adb-8097-bda35fb8452e tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 435/869] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:45:33 2025] GET /volume/v3/snapshots => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-01a51ba1-72b7-4021-986c-a2901ef447c2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01a51ba1-72b7-4021-986c-a2901ef447c2 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01a51ba1-72b7-4021-986c-a2901ef447c2 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01a51ba1-72b7-4021-986c-a2901ef447c2 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-01a51ba1-72b7-4021-986c-a2901ef447c2 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01a51ba1-72b7-4021-986c-a2901ef447c2 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b returned with HTTP 200 +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 435/870] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:33 2025] GET /volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b => generated 876 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-53b206e5-c40a-4954-af02-68084b061195 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume with id: c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume request issued successfully. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b returned with HTTP 202 +Jan 14 22:45:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 436/871] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:33 2025] DELETE /volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b => generated 0 bytes in 43 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5c380109-7b24-4653-83ea-1c3688ee0b58 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5c380109-7b24-4653-83ea-1c3688ee0b58 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5c380109-7b24-4653-83ea-1c3688ee0b58 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5c380109-7b24-4653-83ea-1c3688ee0b58 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5c380109-7b24-4653-83ea-1c3688ee0b58 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Volume info retrieved successfully. +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5c380109-7b24-4653-83ea-1c3688ee0b58 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b returned with HTTP 200 +Jan 14 22:45:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 436/872] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:33 2025] GET /volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b => generated 875 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-011520d6-50b3-4440-80cd-25e51bb9f286 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-011520d6-50b3-4440-80cd-25e51bb9f286 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-011520d6-50b3-4440-80cd-25e51bb9f286 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-011520d6-50b3-4440-80cd-25e51bb9f286 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-011520d6-50b3-4440-80cd-25e51bb9f286 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b returned with HTTP 404 +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 437/873] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:34 2025] GET /volume/v3/volumes/c9403e52-920c-4a19-a256-ffea90ddc12b => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4914e40f-6025-4925-ba1f-be1b74146f67 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4914e40f-6025-4925-ba1f-be1b74146f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4914e40f-6025-4925-ba1f-be1b74146f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4914e40f-6025-4925-ba1f-be1b74146f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-4914e40f-6025-4925-ba1f-be1b74146f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete snapshot with id: ae0c5078-3970-4c22-8a29-d58d2fccbf71 +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4914e40f-6025-4925-ba1f-be1b74146f67 tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 returned with HTTP 404 +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 437/874] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:45:34 2025] DELETE /volume/v3/snapshots/ae0c5078-3970-4c22-8a29-d58d2fccbf71 => generated 111 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-692ff28a-eab0-4463-9dbf-6345afa251af None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-692ff28a-eab0-4463-9dbf-6345afa251af tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] GET http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-692ff28a-eab0-4463-9dbf-6345afa251af tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-692ff28a-eab0-4463-9dbf-6345afa251af tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-692ff28a-eab0-4463-9dbf-6345afa251af tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 404 +Jan 14 22:45:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 438/875] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:34 2025] GET /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dcc5654a-6e40-490f-bde9-fe46a993d9bc None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dcc5654a-6e40-490f-bde9-fe46a993d9bc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] DELETE http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dcc5654a-6e40-490f-bde9-fe46a993d9bc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dcc5654a-6e40-490f-bde9-fe46a993d9bc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-dcc5654a-6e40-490f-bde9-fe46a993d9bc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] Delete volume with id: 2238dde4-6c7d-455e-83b6-201c8832f60d +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dcc5654a-6e40-490f-bde9-fe46a993d9bc tempest-VolumesDeleteCascade-669254964 tempest-VolumesDeleteCascade-669254964-project-member] http://10.201.9.223/volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d returned with HTTP 404 +Jan 14 22:45:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 438/876] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:34 2025] DELETE /volume/v3/volumes/2238dde4-6c7d-455e-83b6-201c8832f60d => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesMetadataTest-Volume-876319092"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesMetadataTest-Volume-876319092'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Create volume of 1 GB +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Flow 'volume_create_api' (f2328ece-87ac-46e5-a425-da73cfb0bcc9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (91e7dfa7-c696-4c46-8632-8490cf721a6b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (91e7dfa7-c696-4c46-8632-8490cf721a6b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3b50516b-70a3-465e-9104-5c0d692347ac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Created reservations ['0d8dd007-c1c6-4237-b5d7-cc4e42597523', 'b61ed874-f24d-4c47-a294-74456bb7d51a', 'af1f9994-8b53-401a-b7af-6e476051d686', '35f85e05-45e5-4a2f-8e48-5599e55e0475'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3b50516b-70a3-465e-9104-5c0d692347ac) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0d8dd007-c1c6-4237-b5d7-cc4e42597523', 'b61ed874-f24d-4c47-a294-74456bb7d51a', 'af1f9994-8b53-401a-b7af-6e476051d686', '35f85e05-45e5-4a2f-8e48-5599e55e0475']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ff2746b2-92b0-4492-97e3-789739b13503) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ff2746b2-92b0-4492-97e3-789739b13503) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '9bdeaea8-11cd-47c4-ba20-a7a33e4362fd', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-876319092',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6a91f9cfff4b4de3ab06c0ce5ceb87b7',qos_specs=None,replication_status=,reservations=['0d8dd007-c1c6-4237-b5d7-cc4e42597523','b61ed874-f24d-4c47-a294-74456bb7d51a','af1f9994-8b53-401a-b7af-6e476051d686','35f85e05-45e5-4a2f-8e48-5599e55e0475'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3440736cd84a41bc908c88496a3d3a10',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:35Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-876319092',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=9bdeaea8-11cd-47c4-ba20-a7a33e4362fd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a91f9cfff4b4de3ab06c0ce5ceb87b7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='3440736cd84a41bc908c88496a3d3a10',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (08e0b35e-9589-49ab-9e0f-67a41eb5e3a8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (08e0b35e-9589-49ab-9e0f-67a41eb5e3a8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-876319092',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='6a91f9cfff4b4de3ab06c0ce5ceb87b7',qos_specs=None,replication_status=,reservations=['0d8dd007-c1c6-4237-b5d7-cc4e42597523','b61ed874-f24d-4c47-a294-74456bb7d51a','af1f9994-8b53-401a-b7af-6e476051d686','35f85e05-45e5-4a2f-8e48-5599e55e0475'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3440736cd84a41bc908c88496a3d3a10',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8b15e685-9cb3-45cf-909f-fe09c81e8d6d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8b15e685-9cb3-45cf-909f-fe09c81e8d6d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Flow 'volume_create_api' (f2328ece-87ac-46e5-a425-da73cfb0bcc9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Create volume request issued successfully. +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 439/877] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:45:35 2025] POST /volume/v3/volumes => generated 748 bytes in 207 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0baa5ae2-b100-477c-9d10-24183863b882 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0baa5ae2-b100-477c-9d10-24183863b882 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0baa5ae2-b100-477c-9d10-24183863b882 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0baa5ae2-b100-477c-9d10-24183863b882 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0baa5ae2-b100-477c-9d10-24183863b882 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0baa5ae2-b100-477c-9d10-24183863b882 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd returned with HTTP 200 +Jan 14 22:45:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 439/878] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:35 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd => generated 816 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ca2cb0de-1a1d-4405-baaa-4e3ae1c34c33 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ca2cb0de-1a1d-4405-baaa-4e3ae1c34c33 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ca2cb0de-1a1d-4405-baaa-4e3ae1c34c33 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ca2cb0de-1a1d-4405-baaa-4e3ae1c34c33 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ca2cb0de-1a1d-4405-baaa-4e3ae1c34c33 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ca2cb0de-1a1d-4405-baaa-4e3ae1c34c33 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 440/879] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:36 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd => generated 841 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f7f81756-871f-4cda-b3dc-227e1c6a233f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f7f81756-871f-4cda-b3dc-227e1c6a233f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] POST http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f7f81756-871f-4cda-b3dc-227e1c6a233f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3", "key4": ""}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f7f81756-871f-4cda-b3dc-227e1c6a233f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f7f81756-871f-4cda-b3dc-227e1c6a233f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Create volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f7f81756-871f-4cda-b3dc-227e1c6a233f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 440/880] 10.201.9.223 () {60 vars in 1279 bytes} [Tue Jan 14 22:45:36 2025] POST /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 101 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d3e3ff89-89ec-4a0f-bc64-2258b2c8f7e2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d3e3ff89-89ec-4a0f-bc64-2258b2c8f7e2 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d3e3ff89-89ec-4a0f-bc64-2258b2c8f7e2 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d3e3ff89-89ec-4a0f-bc64-2258b2c8f7e2 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d3e3ff89-89ec-4a0f-bc64-2258b2c8f7e2 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d3e3ff89-89ec-4a0f-bc64-2258b2c8f7e2 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Get volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d3e3ff89-89ec-4a0f-bc64-2258b2c8f7e2 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 441/881] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:45:36 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 101 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-53e65fb4-2582-4cc6-80c4-c0dd11b69ce9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-53e65fb4-2582-4cc6-80c4-c0dd11b69ce9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] PUT http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-53e65fb4-2582-4cc6-80c4-c0dd11b69ce9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {"key4": "value4", "key1": "value1_update"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-53e65fb4-2582-4cc6-80c4-c0dd11b69ce9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-53e65fb4-2582-4cc6-80c4-c0dd11b69ce9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Update volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-53e65fb4-2582-4cc6-80c4-c0dd11b69ce9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 441/882] 10.201.9.223 () {60 vars in 1277 bytes} [Tue Jan 14 22:45:36 2025] PUT /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 57 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-aa0b561d-8b60-46ac-8450-f15bc1aa4a23 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aa0b561d-8b60-46ac-8450-f15bc1aa4a23 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-aa0b561d-8b60-46ac-8450-f15bc1aa4a23 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-aa0b561d-8b60-46ac-8450-f15bc1aa4a23 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-aa0b561d-8b60-46ac-8450-f15bc1aa4a23 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-aa0b561d-8b60-46ac-8450-f15bc1aa4a23 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Get volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aa0b561d-8b60-46ac-8450-f15bc1aa4a23 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 442/883] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:45:36 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 57 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-128787e9-5cd9-4ecd-8245-1b1919148061 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-128787e9-5cd9-4ecd-8245-1b1919148061 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key1 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-128787e9-5cd9-4ecd-8245-1b1919148061 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-128787e9-5cd9-4ecd-8245-1b1919148061 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-128787e9-5cd9-4ecd-8245-1b1919148061 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-128787e9-5cd9-4ecd-8245-1b1919148061 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Get volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-128787e9-5cd9-4ecd-8245-1b1919148061 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Delete volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-128787e9-5cd9-4ecd-8245-1b1919148061 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key1 returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 442/884] 10.201.9.223 () {58 vars in 1275 bytes} [Tue Jan 14 22:45:36 2025] DELETE /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key1 => generated 0 bytes in 25 msecs (HTTP/1.1 200) 6 headers in 227 bytes (1 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ce972d29-be80-4d48-8b8c-422c65ced048 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ce972d29-be80-4d48-8b8c-422c65ced048 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ce972d29-be80-4d48-8b8c-422c65ced048 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ce972d29-be80-4d48-8b8c-422c65ced048 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ce972d29-be80-4d48-8b8c-422c65ced048 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ce972d29-be80-4d48-8b8c-422c65ced048 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Get volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ce972d29-be80-4d48-8b8c-422c65ced048 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 443/885] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:45:36 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 32 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4a424685-5969-40ac-a8a2-61f7e4d594f0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4a424685-5969-40ac-a8a2-61f7e4d594f0 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] PUT http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4a424685-5969-40ac-a8a2-61f7e4d594f0 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-4a424685-5969-40ac-a8a2-61f7e4d594f0 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-4a424685-5969-40ac-a8a2-61f7e4d594f0 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Update volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4a424685-5969-40ac-a8a2-61f7e4d594f0 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 443/886] 10.201.9.223 () {60 vars in 1277 bytes} [Tue Jan 14 22:45:36 2025] PUT /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 16 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0d774ecf-7661-4228-9488-2ac3a92ecc11 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0d774ecf-7661-4228-9488-2ac3a92ecc11 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] POST http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0d774ecf-7661-4228-9488-2ac3a92ecc11 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Action: 'create', calling method: create, body: {"metadata": {"key1": "value1", "key2": "value2", "key3": "value3"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0d774ecf-7661-4228-9488-2ac3a92ecc11 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0d774ecf-7661-4228-9488-2ac3a92ecc11 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Create volume metadata completed successfully. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0d774ecf-7661-4228-9488-2ac3a92ecc11 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 444/887] 10.201.9.223 () {60 vars in 1278 bytes} [Tue Jan 14 22:45:36 2025] POST /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 68 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-053d6d87-f27f-4e4e-b7a6-46a5769bce86 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-053d6d87-f27f-4e4e-b7a6-46a5769bce86 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] PUT http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key3 +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-053d6d87-f27f-4e4e-b7a6-46a5769bce86 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Action: 'update', calling method: update, body: {"meta": {"key3": "value3_update"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-053d6d87-f27f-4e4e-b7a6-46a5769bce86 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-053d6d87-f27f-4e4e-b7a6-46a5769bce86 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Update volume metadata completed successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-053d6d87-f27f-4e4e-b7a6-46a5769bce86 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key3 returned with HTTP 200 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 444/888] 10.201.9.223 () {60 vars in 1292 bytes} [Tue Jan 14 22:45:36 2025] PUT /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key3 => generated 35 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8ab48e70-66b2-4646-9729-27d7243c1599 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8ab48e70-66b2-4646-9729-27d7243c1599 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key3 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8ab48e70-66b2-4646-9729-27d7243c1599 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8ab48e70-66b2-4646-9729-27d7243c1599 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8ab48e70-66b2-4646-9729-27d7243c1599 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8ab48e70-66b2-4646-9729-27d7243c1599 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Get volume metadata completed successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8ab48e70-66b2-4646-9729-27d7243c1599 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key3 returned with HTTP 200 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 445/889] 10.201.9.223 () {58 vars in 1272 bytes} [Tue Jan 14 22:45:37 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata/key3 => generated 35 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ac09dca3-7b81-433a-abf2-32ffaa2fd771 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ac09dca3-7b81-433a-abf2-32ffaa2fd771 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ac09dca3-7b81-433a-abf2-32ffaa2fd771 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ac09dca3-7b81-433a-abf2-32ffaa2fd771 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ac09dca3-7b81-433a-abf2-32ffaa2fd771 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ac09dca3-7b81-433a-abf2-32ffaa2fd771 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Get volume metadata completed successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ac09dca3-7b81-433a-abf2-32ffaa2fd771 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 445/890] 10.201.9.223 () {58 vars in 1257 bytes} [Tue Jan 14 22:45:37 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 75 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-428262b5-cb5b-4cd9-8674-f2c13baf6ce6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-428262b5-cb5b-4cd9-8674-f2c13baf6ce6 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] PUT http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-428262b5-cb5b-4cd9-8674-f2c13baf6ce6 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Action: 'update_all', calling method: update_all, body: {"metadata": {}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-428262b5-cb5b-4cd9-8674-f2c13baf6ce6 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-428262b5-cb5b-4cd9-8674-f2c13baf6ce6 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Update volume metadata completed successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-428262b5-cb5b-4cd9-8674-f2c13baf6ce6 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata returned with HTTP 200 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 446/891] 10.201.9.223 () {60 vars in 1277 bytes} [Tue Jan 14 22:45:37 2025] PUT /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd/metadata => generated 16 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5d9b99d6-d374-471a-90e7-ce1800e83cc9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5d9b99d6-d374-471a-90e7-ce1800e83cc9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5d9b99d6-d374-471a-90e7-ce1800e83cc9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5d9b99d6-d374-471a-90e7-ce1800e83cc9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5d9b99d6-d374-471a-90e7-ce1800e83cc9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5d9b99d6-d374-471a-90e7-ce1800e83cc9 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd returned with HTTP 200 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 446/892] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:37 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd => generated 841 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Delete volume with id: 9bdeaea8-11cd-47c4-ba20-a7a33e4362fd +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Delete volume request issued successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd returned with HTTP 202 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 447/893] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:37 2025] DELETE /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d28bc83b-7c1d-4222-8464-1d3b18d7ae3f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d28bc83b-7c1d-4222-8464-1d3b18d7ae3f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d28bc83b-7c1d-4222-8464-1d3b18d7ae3f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d28bc83b-7c1d-4222-8464-1d3b18d7ae3f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d28bc83b-7c1d-4222-8464-1d3b18d7ae3f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Volume info retrieved successfully. +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d28bc83b-7c1d-4222-8464-1d3b18d7ae3f tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd returned with HTTP 200 +Jan 14 22:45:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 447/894] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:37 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd => generated 840 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-610fbb1a-0fec-4674-b693-9ecf4b15f147 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-610fbb1a-0fec-4674-b693-9ecf4b15f147 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] GET http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd +Jan 14 22:45:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-610fbb1a-0fec-4674-b693-9ecf4b15f147 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-610fbb1a-0fec-4674-b693-9ecf4b15f147 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-610fbb1a-0fec-4674-b693-9ecf4b15f147 tempest-VolumesMetadataTest-736310978 tempest-VolumesMetadataTest-736310978-project-member] http://10.201.9.223/volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd returned with HTTP 404 +Jan 14 22:45:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 448/895] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:38 2025] GET /volume/v3/volumes/9bdeaea8-11cd-47c4-ba20-a7a33e4362fd => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-384902327"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersTest-Volume-384902327'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Create volume of 1 GB +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Flow 'volume_create_api' (4c0cff79-840c-4dc9-98e9-7dbf952c561e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (80f6d839-d686-4117-bc87-737146f5a6b0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (80f6d839-d686-4117-bc87-737146f5a6b0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (86b7395a-8442-46de-b4d8-f1e962ae38c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Created reservations ['a91b6232-a6d9-4e91-b6f6-b2a408964724', 'a9c6562a-c28f-435c-9435-d37b6ad45050', 'ec1d6484-48e9-4238-86be-c0c0844fbfe7', '9e349d52-c83a-42ba-b5dd-9fe29975f946'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (86b7395a-8442-46de-b4d8-f1e962ae38c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['a91b6232-a6d9-4e91-b6f6-b2a408964724', 'a9c6562a-c28f-435c-9435-d37b6ad45050', 'ec1d6484-48e9-4238-86be-c0c0844fbfe7', '9e349d52-c83a-42ba-b5dd-9fe29975f946']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1f9af659-4629-4f8c-848d-4ef32b7e8ed3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1f9af659-4629-4f8c-848d-4ef32b7e8ed3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '1575ff39-6f71-49ed-88cc-3ed5febaabd8', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-384902327',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='372d8cc5641749a8b864e981b6916450',qos_specs=None,replication_status=,reservations=['a91b6232-a6d9-4e91-b6f6-b2a408964724','a9c6562a-c28f-435c-9435-d37b6ad45050','ec1d6484-48e9-4238-86be-c0c0844fbfe7','9e349d52-c83a-42ba-b5dd-9fe29975f946'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3f44af4ffb19423ca19c170a9176069c',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-384902327',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=1575ff39-6f71-49ed-88cc-3ed5febaabd8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='372d8cc5641749a8b864e981b6916450',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='3f44af4ffb19423ca19c170a9176069c',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2fe9b5c5-bde8-4391-87ca-19e002096053) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (2fe9b5c5-bde8-4391-87ca-19e002096053) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-384902327',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='372d8cc5641749a8b864e981b6916450',qos_specs=None,replication_status=,reservations=['a91b6232-a6d9-4e91-b6f6-b2a408964724','a9c6562a-c28f-435c-9435-d37b6ad45050','ec1d6484-48e9-4238-86be-c0c0844fbfe7','9e349d52-c83a-42ba-b5dd-9fe29975f946'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3f44af4ffb19423ca19c170a9176069c',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (39ee99a8-1b0d-4c6e-99be-b14cac158596) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (39ee99a8-1b0d-4c6e-99be-b14cac158596) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Flow 'volume_create_api' (4c0cff79-840c-4dc9-98e9-7dbf952c561e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Create volume request issued successfully. +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 448/896] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:45:39 2025] POST /volume/v3/volumes => generated 749 bytes in 236 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f89a59e3-5bc9-4302-9620-a5a4fbe1dc10 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f89a59e3-5bc9-4302-9620-a5a4fbe1dc10 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f89a59e3-5bc9-4302-9620-a5a4fbe1dc10 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f89a59e3-5bc9-4302-9620-a5a4fbe1dc10 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f89a59e3-5bc9-4302-9620-a5a4fbe1dc10 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Volume info retrieved successfully. +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f89a59e3-5bc9-4302-9620-a5a4fbe1dc10 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 200 +Jan 14 22:45:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 449/897] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:40 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 817 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-098ef4fa-5d96-4323-b4c8-261aab5847e9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-098ef4fa-5d96-4323-b4c8-261aab5847e9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-098ef4fa-5d96-4323-b4c8-261aab5847e9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-098ef4fa-5d96-4323-b4c8-261aab5847e9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-098ef4fa-5d96-4323-b4c8-261aab5847e9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Volume info retrieved successfully. +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-098ef4fa-5d96-4323-b4c8-261aab5847e9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 200 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 449/898] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:41 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 842 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-39cf8556-3ac7-41d7-8553-325d40ebd854 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-39cf8556-3ac7-41d7-8553-325d40ebd854 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-39cf8556-3ac7-41d7-8553-325d40ebd854 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "1575ff39-6f71-49ed-88cc-3ed5febaabd8"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.volume_transfer [None req-39cf8556-3ac7-41d7-8553-325d40ebd854 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Creating new volume transfer {'transfer': {'volume_id': '1575ff39-6f71-49ed-88cc-3ed5febaabd8'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:85}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.contrib.volume_transfer [None req-39cf8556-3ac7-41d7-8553-325d40ebd854 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Creating transfer of volume 1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-39cf8556-3ac7-41d7-8553-325d40ebd854 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Generating transfer record for volume 1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-39cf8556-3ac7-41d7-8553-325d40ebd854 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 202 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 450/899] 10.201.9.223 () {60 vars in 1173 bytes} [Tue Jan 14 22:45:41 2025] POST /volume/v3/os-volume-transfer => generated 443 bytes in 41 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4073c260-0530-4518-98f8-9f08fff765ff None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4073c260-0530-4518-98f8-9f08fff765ff tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4073c260-0530-4518-98f8-9f08fff765ff tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4073c260-0530-4518-98f8-9f08fff765ff tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-4073c260-0530-4518-98f8-9f08fff765ff tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Volume info retrieved successfully. +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4073c260-0530-4518-98f8-9f08fff765ff tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 200 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 450/900] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:41 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 850 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4151c52b-cfbb-47eb-9f4a-b5af5ac74c47 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4151c52b-cfbb-47eb-9f4a-b5af5ac74c47 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4151c52b-cfbb-47eb-9f4a-b5af5ac74c47 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4151c52b-cfbb-47eb-9f4a-b5af5ac74c47 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4151c52b-cfbb-47eb-9f4a-b5af5ac74c47 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8 returned with HTTP 200 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 451/901] 10.201.9.223 () {58 vars in 1263 bytes} [Tue Jan 14 22:45:41 2025] GET /volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8 => generated 411 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ac0e0815-2a0d-4343-b058-f55822366d6f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ac0e0815-2a0d-4343-b058-f55822366d6f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/os-volume-transfer +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ac0e0815-2a0d-4343-b058-f55822366d6f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ac0e0815-2a0d-4343-b058-f55822366d6f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.contrib.volume_transfer [None req-ac0e0815-2a0d-4343-b058-f55822366d6f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Listing volume transfers {{(pid=115488) _get_transfers /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:63}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ac0e0815-2a0d-4343-b058-f55822366d6f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 200 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 451/902] 10.201.9.223 () {58 vars in 1152 bytes} [Tue Jan 14 22:45:41 2025] GET /volume/v3/os-volume-transfer => generated 370 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8/accept +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "e41fc1f69e9a7b10"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.volume_transfer [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Accepting volume transfer ffe682aa-b908-441b-9d3f-abf79c21e3d8 {{(pid=115489) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.contrib.volume_transfer [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Accepting transfer ffe682aa-b908-441b-9d3f-abf79c21e3d8 +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Created reservations ['d9232f8e-75a9-4bc1-9b71-adb6b0f7cb8c', '354917bb-f3ea-4b86-9a22-1313dbf6dae7', 'b9e327aa-4a5d-4b24-b176-ac909b9bcf01', '8b789df0-63ec-42d5-a880-952f32398020'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Created reservations ['fb24871c-147a-4050-ab02-036bbdcbeaae', '14902246-125a-4bb9-a43e-18fd997be028', '91f5c0ad-08bd-4bf8-8d4c-d0261e15bd0b', '862df90f-a5a4-46fb-bb37-b8bf4af085eb'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Created reservations ['cf4ad6bd-c0a9-4684-a48f-d31555573288', '2ed63753-4bb4-4f79-8002-012b355cb7b4', '78bfc640-a125-4187-83b5-a069a370d88b', 'bd567d84-fee4-4696-b835-2f009e500d24'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Created reservations ['d440eeaf-86fb-40d2-b885-a54f9c3bd4e7', 'b496377e-8d8e-4765-9e5d-3f4da61f5d1e', '8b53341e-8330-4ddd-a292-d727d0074697', '70acd2bf-540a-44f9-b122-ce480075afa8'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Transfer volume completed successfully. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Volume 1575ff39-6f71-49ed-88cc-3ed5febaabd8 has been transferred. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8/accept returned with HTTP 202 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 452/903] 10.201.9.223 () {60 vars in 1305 bytes} [Tue Jan 14 22:45:41 2025] POST /volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8/accept => generated 367 bytes in 805 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-01d4f4a7-4d3a-40a1-beec-d22545ee55ee None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01d4f4a7-4d3a-40a1-beec-d22545ee55ee tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01d4f4a7-4d3a-40a1-beec-d22545ee55ee tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01d4f4a7-4d3a-40a1-beec-d22545ee55ee tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-01d4f4a7-4d3a-40a1-beec-d22545ee55ee tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Volume info retrieved successfully. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01d4f4a7-4d3a-40a1-beec-d22545ee55ee tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 200 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 452/904] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:42 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 842 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6d56ac1d-37b1-4847-8af3-f4f667ecb931 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6d56ac1d-37b1-4847-8af3-f4f667ecb931 tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6d56ac1d-37b1-4847-8af3-f4f667ecb931 tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6d56ac1d-37b1-4847-8af3-f4f667ecb931 tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6d56ac1d-37b1-4847-8af3-f4f667ecb931 tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] Volume info retrieved successfully. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6d56ac1d-37b1-4847-8af3-f4f667ecb931 tempest-VolumesTransfersTest-708651700 tempest-VolumesTransfersTest-708651700-project-member] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 200 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 453/905] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:42 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 842 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-57a44f2a-2db6-45ab-aa42-1b369d60b218 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-57a44f2a-2db6-45ab-aa42-1b369d60b218 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] DELETE http://10.201.9.223/volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-57a44f2a-2db6-45ab-aa42-1b369d60b218 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-57a44f2a-2db6-45ab-aa42-1b369d60b218 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-57a44f2a-2db6-45ab-aa42-1b369d60b218 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Delete transfer with id: ffe682aa-b908-441b-9d3f-abf79c21e3d8 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-57a44f2a-2db6-45ab-aa42-1b369d60b218 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8 returned with HTTP 404 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 453/906] 10.201.9.223 () {58 vars in 1266 bytes} [Tue Jan 14 22:45:42 2025] DELETE /volume/v3/os-volume-transfer/ffe682aa-b908-441b-9d3f-abf79c21e3d8 => generated 111 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] DELETE http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Delete volume with id: 1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Volume info retrieved successfully. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Delete volume request issued successfully. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 202 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 454/907] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:42 2025] DELETE /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 0 bytes in 60 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4197775d-aec9-4979-b483-4d8dadf52a96 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4197775d-aec9-4979-b483-4d8dadf52a96 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4197775d-aec9-4979-b483-4d8dadf52a96 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4197775d-aec9-4979-b483-4d8dadf52a96 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-4197775d-aec9-4979-b483-4d8dadf52a96 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Volume info retrieved successfully. +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4197775d-aec9-4979-b483-4d8dadf52a96 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 200 +Jan 14 22:45:42 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 454/908] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:42 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 995 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-522d8a04-deaa-4aa8-adfe-1930113f0b74 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-522d8a04-deaa-4aa8-adfe-1930113f0b74 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-522d8a04-deaa-4aa8-adfe-1930113f0b74 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-522d8a04-deaa-4aa8-adfe-1930113f0b74 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-522d8a04-deaa-4aa8-adfe-1930113f0b74 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 404 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 455/909] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:43 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-24deb2e6-c8a1-4e6a-9b39-2a6dc5c03461 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24deb2e6-c8a1-4e6a-9b39-2a6dc5c03461 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24deb2e6-c8a1-4e6a-9b39-2a6dc5c03461 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24deb2e6-c8a1-4e6a-9b39-2a6dc5c03461 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24deb2e6-c8a1-4e6a-9b39-2a6dc5c03461 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 404 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 455/910] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:43 2025] GET /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 109 bytes in 26 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-063e1b76-ab67-4057-bdf2-7a7ef9ad9e1e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-063e1b76-ab67-4057-bdf2-7a7ef9ad9e1e tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] DELETE http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-063e1b76-ab67-4057-bdf2-7a7ef9ad9e1e tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-063e1b76-ab67-4057-bdf2-7a7ef9ad9e1e tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-063e1b76-ab67-4057-bdf2-7a7ef9ad9e1e tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Delete volume with id: 1575ff39-6f71-49ed-88cc-3ed5febaabd8 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-063e1b76-ab67-4057-bdf2-7a7ef9ad9e1e tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 returned with HTTP 404 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 456/911] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:43 2025] DELETE /volume/v3/volumes/1575ff39-6f71-49ed-88cc-3ed5febaabd8 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-1508181454"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersTest-Volume-1508181454'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Create volume of 1 GB +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Flow 'volume_create_api' (947490ef-124d-4146-94de-c8d9788fd8db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2ac779e2-b350-4c3a-8e84-f8866b4ac44f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2ac779e2-b350-4c3a-8e84-f8866b4ac44f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c1798728-c293-4bde-99f9-7e651e9bde3a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Created reservations ['cff9097f-8825-48fb-88e7-5cc4ff9cec3f', 'f46d5832-f04b-4e61-a7c9-25285c5836ac', 'a2e9d08b-1347-4e47-a59f-0cc4d82d9ac9', '51204047-965b-429c-b539-d7b8f1ff79bb'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c1798728-c293-4bde-99f9-7e651e9bde3a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['cff9097f-8825-48fb-88e7-5cc4ff9cec3f', 'f46d5832-f04b-4e61-a7c9-25285c5836ac', 'a2e9d08b-1347-4e47-a59f-0cc4d82d9ac9', '51204047-965b-429c-b539-d7b8f1ff79bb']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (43ddd672-b64b-4c18-8c21-f895c4cc9e78) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (43ddd672-b64b-4c18-8c21-f895c4cc9e78) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ac204d92-ac54-4039-8f38-8141165fa623', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-1508181454',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='372d8cc5641749a8b864e981b6916450',qos_specs=None,replication_status=,reservations=['cff9097f-8825-48fb-88e7-5cc4ff9cec3f','f46d5832-f04b-4e61-a7c9-25285c5836ac','a2e9d08b-1347-4e47-a59f-0cc4d82d9ac9','51204047-965b-429c-b539-d7b8f1ff79bb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3f44af4ffb19423ca19c170a9176069c',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:43Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-1508181454',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=ac204d92-ac54-4039-8f38-8141165fa623,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='372d8cc5641749a8b864e981b6916450',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='3f44af4ffb19423ca19c170a9176069c',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fb144924-4407-43cc-8045-f4f2e26a00a9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fb144924-4407-43cc-8045-f4f2e26a00a9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-1508181454',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='372d8cc5641749a8b864e981b6916450',qos_specs=None,replication_status=,reservations=['cff9097f-8825-48fb-88e7-5cc4ff9cec3f','f46d5832-f04b-4e61-a7c9-25285c5836ac','a2e9d08b-1347-4e47-a59f-0cc4d82d9ac9','51204047-965b-429c-b539-d7b8f1ff79bb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3f44af4ffb19423ca19c170a9176069c',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (93350391-2b39-4ab5-b1e1-874a013e30bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (93350391-2b39-4ab5-b1e1-874a013e30bf) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Flow 'volume_create_api' (947490ef-124d-4146-94de-c8d9788fd8db) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Create volume request issued successfully. +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 456/912] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:45:43 2025] POST /volume/v3/volumes => generated 750 bytes in 116 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5b8121c4-ee00-4c3f-b6c5-e65d82df85d7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5b8121c4-ee00-4c3f-b6c5-e65d82df85d7 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5b8121c4-ee00-4c3f-b6c5-e65d82df85d7 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5b8121c4-ee00-4c3f-b6c5-e65d82df85d7 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5b8121c4-ee00-4c3f-b6c5-e65d82df85d7 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Volume info retrieved successfully. +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5b8121c4-ee00-4c3f-b6c5-e65d82df85d7 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 200 +Jan 14 22:45:43 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 457/913] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:43 2025] GET /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 818 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a44f62bd-d868-4c4b-8e53-20985c1254a8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a44f62bd-d868-4c4b-8e53-20985c1254a8 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a44f62bd-d868-4c4b-8e53-20985c1254a8 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a44f62bd-d868-4c4b-8e53-20985c1254a8 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a44f62bd-d868-4c4b-8e53-20985c1254a8 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Volume info retrieved successfully. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a44f62bd-d868-4c4b-8e53-20985c1254a8 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 200 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 457/914] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:44 2025] GET /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 843 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-51a60c68-0bfc-481e-8e56-e696493d722a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-51a60c68-0bfc-481e-8e56-e696493d722a tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] POST http://10.201.9.223/volume/v3/os-volume-transfer +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-51a60c68-0bfc-481e-8e56-e696493d722a tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "ac204d92-ac54-4039-8f38-8141165fa623"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.volume_transfer [None req-51a60c68-0bfc-481e-8e56-e696493d722a tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Creating new volume transfer {'transfer': {'volume_id': 'ac204d92-ac54-4039-8f38-8141165fa623'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:85}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.contrib.volume_transfer [None req-51a60c68-0bfc-481e-8e56-e696493d722a tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Creating transfer of volume ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-51a60c68-0bfc-481e-8e56-e696493d722a tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Generating transfer record for volume ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-51a60c68-0bfc-481e-8e56-e696493d722a tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer returned with HTTP 202 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 458/915] 10.201.9.223 () {60 vars in 1173 bytes} [Tue Jan 14 22:45:44 2025] POST /volume/v3/os-volume-transfer => generated 443 bytes in 27 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-845ab9ef-764c-4b06-baf7-b998d2571f90 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-845ab9ef-764c-4b06-baf7-b998d2571f90 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-845ab9ef-764c-4b06-baf7-b998d2571f90 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-845ab9ef-764c-4b06-baf7-b998d2571f90 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-845ab9ef-764c-4b06-baf7-b998d2571f90 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Volume info retrieved successfully. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-845ab9ef-764c-4b06-baf7-b998d2571f90 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 200 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 458/916] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:44 2025] GET /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 851 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a0c51842-c0bb-41b9-9f70-1de26e47c1f2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a0c51842-c0bb-41b9-9f70-1de26e47c1f2 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/os-volume-transfer/detail +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a0c51842-c0bb-41b9-9f70-1de26e47c1f2 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a0c51842-c0bb-41b9-9f70-1de26e47c1f2 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.volume_transfer [None req-a0c51842-c0bb-41b9-9f70-1de26e47c1f2 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Listing volume transfers {{(pid=115489) _get_transfers /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:63}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a0c51842-c0bb-41b9-9f70-1de26e47c1f2 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/detail returned with HTTP 200 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 459/917] 10.201.9.223 () {58 vars in 1173 bytes} [Tue Jan 14 22:45:44 2025] GET /volume/v3/os-volume-transfer/detail => generated 414 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-72327d4c-6229-4d14-b329-521ffbefc00f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-72327d4c-6229-4d14-b329-521ffbefc00f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] DELETE http://10.201.9.223/volume/v3/os-volume-transfer/2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-72327d4c-6229-4d14-b329-521ffbefc00f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-72327d4c-6229-4d14-b329-521ffbefc00f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-72327d4c-6229-4d14-b329-521ffbefc00f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Delete transfer with id: 2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-72327d4c-6229-4d14-b329-521ffbefc00f tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 returned with HTTP 202 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 459/918] 10.201.9.223 () {58 vars in 1266 bytes} [Tue Jan 14 22:45:44 2025] DELETE /volume/v3/os-volume-transfer/2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 => generated 0 bytes in 21 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6fde2e5b-8256-4f63-9288-5f3e9f291fe6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6fde2e5b-8256-4f63-9288-5f3e9f291fe6 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6fde2e5b-8256-4f63-9288-5f3e9f291fe6 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6fde2e5b-8256-4f63-9288-5f3e9f291fe6 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-6fde2e5b-8256-4f63-9288-5f3e9f291fe6 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Volume info retrieved successfully. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6fde2e5b-8256-4f63-9288-5f3e9f291fe6 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 200 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 460/919] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:44 2025] GET /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 843 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-39cc91d2-9edb-4dea-9dc2-1adf7d211da9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-39cc91d2-9edb-4dea-9dc2-1adf7d211da9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] DELETE http://10.201.9.223/volume/v3/os-volume-transfer/2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-39cc91d2-9edb-4dea-9dc2-1adf7d211da9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-39cc91d2-9edb-4dea-9dc2-1adf7d211da9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-39cc91d2-9edb-4dea-9dc2-1adf7d211da9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Delete transfer with id: 2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-39cc91d2-9edb-4dea-9dc2-1adf7d211da9 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/os-volume-transfer/2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 returned with HTTP 404 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 460/920] 10.201.9.223 () {58 vars in 1266 bytes} [Tue Jan 14 22:45:44 2025] DELETE /volume/v3/os-volume-transfer/2a03f75e-acd7-4a0c-bf81-8256e91a3ea3 => generated 111 bytes in 5 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] DELETE http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Delete volume with id: ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Volume info retrieved successfully. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Delete volume request issued successfully. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 202 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 461/921] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:44 2025] DELETE /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c80a3c7f-6855-4495-a002-76590f055034 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c80a3c7f-6855-4495-a002-76590f055034 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] GET http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c80a3c7f-6855-4495-a002-76590f055034 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c80a3c7f-6855-4495-a002-76590f055034 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c80a3c7f-6855-4495-a002-76590f055034 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Volume info retrieved successfully. +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c80a3c7f-6855-4495-a002-76590f055034 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 200 +Jan 14 22:45:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 461/922] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:44 2025] GET /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 996 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-12011d41-adc1-41e9-af9a-ccdf12c339d8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-12011d41-adc1-41e9-af9a-ccdf12c339d8 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] GET http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-12011d41-adc1-41e9-af9a-ccdf12c339d8 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-12011d41-adc1-41e9-af9a-ccdf12c339d8 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-12011d41-adc1-41e9-af9a-ccdf12c339d8 tempest-VolumesTransfersTest-963922369 tempest-VolumesTransfersTest-963922369-project-******] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 404 +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 462/923] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:45 2025] GET /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-83c5fb08-e138-4165-82ab-02be1ea95cc1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-83c5fb08-e138-4165-82ab-02be1ea95cc1 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] GET http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-83c5fb08-e138-4165-82ab-02be1ea95cc1 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-83c5fb08-e138-4165-82ab-02be1ea95cc1 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-83c5fb08-e138-4165-82ab-02be1ea95cc1 tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 404 +Jan 14 22:45:45 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 462/924] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:45 2025] GET /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-806b1718-1f68-40f9-9891-645eb673cbaf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-806b1718-1f68-40f9-9891-645eb673cbaf tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] DELETE http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-806b1718-1f68-40f9-9891-645eb673cbaf tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-806b1718-1f68-40f9-9891-645eb673cbaf tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:45 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-806b1718-1f68-40f9-9891-645eb673cbaf tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] Delete volume with id: ac204d92-ac54-4039-8f38-8141165fa623 +Jan 14 22:45:46 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-806b1718-1f68-40f9-9891-645eb673cbaf tempest-VolumesTransfersTest-1302935985 tempest-VolumesTransfersTest-1302935985-project-member] http://10.201.9.223/volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 returned with HTTP 404 +Jan 14 22:45:46 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 463/925] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:45:45 2025] DELETE /volume/v3/volumes/ac204d92-ac54-4039-8f38-8141165fa623 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1601213684"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV355Test-Volume-1601213684'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Create volume of 1 GB +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Flow 'volume_create_api' (38800dde-7438-4576-b924-74c799be6f1b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7944040b-be59-4513-a83f-2610477e7b68) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7944040b-be59-4513-a83f-2610477e7b68) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (653ea661-e350-4ad3-9f69-9a61be0fd68d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Created reservations ['af8f4e1d-1649-44e6-8982-bc0427d6aefe', '01408b8d-1c49-46ea-a618-bd77ffb7ffa8', '9c3032cf-108a-4829-a052-49487fa41364', '2ff182af-d843-45ce-b16e-5ddf2626f4b9'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (653ea661-e350-4ad3-9f69-9a61be0fd68d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['af8f4e1d-1649-44e6-8982-bc0427d6aefe', '01408b8d-1c49-46ea-a618-bd77ffb7ffa8', '9c3032cf-108a-4829-a052-49487fa41364', '2ff182af-d843-45ce-b16e-5ddf2626f4b9']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (92f7f679-e8e5-4c99-9058-d3f9992489e6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (92f7f679-e8e5-4c99-9058-d3f9992489e6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '59df1d63-c44d-42a4-ba2b-264e262596e4', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1601213684',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='50e0cec8329c4fb1bf225c3f76702c51',qos_specs=None,replication_status=,reservations=['af8f4e1d-1649-44e6-8982-bc0427d6aefe','01408b8d-1c49-46ea-a618-bd77ffb7ffa8','9c3032cf-108a-4829-a052-49487fa41364','2ff182af-d843-45ce-b16e-5ddf2626f4b9'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9add8b63a98e4899a64584a830dd94b7',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1601213684',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=59df1d63-c44d-42a4-ba2b-264e262596e4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='50e0cec8329c4fb1bf225c3f76702c51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9add8b63a98e4899a64584a830dd94b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (777397b3-3e5f-4cf3-b5bf-a2e41b9c65b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (777397b3-3e5f-4cf3-b5bf-a2e41b9c65b3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1601213684',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='50e0cec8329c4fb1bf225c3f76702c51',qos_specs=None,replication_status=,reservations=['af8f4e1d-1649-44e6-8982-bc0427d6aefe','01408b8d-1c49-46ea-a618-bd77ffb7ffa8','9c3032cf-108a-4829-a052-49487fa41364','2ff182af-d843-45ce-b16e-5ddf2626f4b9'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9add8b63a98e4899a64584a830dd94b7',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6903f502-f41d-45d2-bc77-75ce90002e82) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6903f502-f41d-45d2-bc77-75ce90002e82) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Flow 'volume_create_api' (38800dde-7438-4576-b924-74c799be6f1b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Create volume request issued successfully. +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:49 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 463/926] 10.201.9.223 () {62 vars in 1181 bytes} [Tue Jan 14 22:45:48 2025] POST /volume/v3/volumes => generated 818 bytes in 237 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5efa32a7-7b30-485c-94ec-1e54bce89ac3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5efa32a7-7b30-485c-94ec-1e54bce89ac3 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5efa32a7-7b30-485c-94ec-1e54bce89ac3 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5efa32a7-7b30-485c-94ec-1e54bce89ac3 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5efa32a7-7b30-485c-94ec-1e54bce89ac3 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Volume info retrieved successfully. +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5efa32a7-7b30-485c-94ec-1e54bce89ac3 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 200 +Jan 14 22:45:49 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 464/927] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:49 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 886 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-178cba28-8824-4565-9049-8064b43515cb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-178cba28-8824-4565-9049-8064b43515cb tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-178cba28-8824-4565-9049-8064b43515cb tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-178cba28-8824-4565-9049-8064b43515cb tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-178cba28-8824-4565-9049-8064b43515cb tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Volume info retrieved successfully. +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-178cba28-8824-4565-9049-8064b43515cb tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 200 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 464/928] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:50 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 945 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2d7b211b-fb4c-4cf2-b1f4-119173f8708b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2d7b211b-fb4c-4cf2-b1f4-119173f8708b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] POST http://10.201.9.223/volume/v3/volume-transfers +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2d7b211b-fb4c-4cf2-b1f4-119173f8708b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "59df1d63-c44d-42a4-ba2b-264e262596e4"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volume_transfer [None req-2d7b211b-fb4c-4cf2-b1f4-119173f8708b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Creating new volume transfer {'transfer': {'volume_id': '59df1d63-c44d-42a4-ba2b-264e262596e4'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volume_transfer [None req-2d7b211b-fb4c-4cf2-b1f4-119173f8708b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Creating transfer of volume 59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-2d7b211b-fb4c-4cf2-b1f4-119173f8708b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Generating transfer record for volume 59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2d7b211b-fb4c-4cf2-b1f4-119173f8708b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 465/929] 10.201.9.223 () {62 vars in 1208 bytes} [Tue Jan 14 22:45:50 2025] POST /volume/v3/volume-transfers => generated 466 bytes in 33 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8f649614-dc17-4b3f-b0be-84fdc294a94f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8f649614-dc17-4b3f-b0be-84fdc294a94f tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8f649614-dc17-4b3f-b0be-84fdc294a94f tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8f649614-dc17-4b3f-b0be-84fdc294a94f tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8f649614-dc17-4b3f-b0be-84fdc294a94f tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Volume info retrieved successfully. +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8f649614-dc17-4b3f-b0be-84fdc294a94f tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 200 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 465/930] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:50 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 953 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3aef6e3c-0735-40a1-8ed2-297ccab9e983 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3aef6e3c-0735-40a1-8ed2-297ccab9e983 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3aef6e3c-0735-40a1-8ed2-297ccab9e983 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3aef6e3c-0735-40a1-8ed2-297ccab9e983 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3aef6e3c-0735-40a1-8ed2-297ccab9e983 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af returned with HTTP 200 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 466/931] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:45:50 2025] GET /volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af => generated 434 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4bb7c108-8b66-4f3c-8218-fda42f3cfa75 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4bb7c108-8b66-4f3c-8218-fda42f3cfa75 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volume-transfers +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4bb7c108-8b66-4f3c-8218-fda42f3cfa75 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4bb7c108-8b66-4f3c-8218-fda42f3cfa75 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volume_transfer [None req-4bb7c108-8b66-4f3c-8218-fda42f3cfa75 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Listing volume transfers {{(pid=115488) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4bb7c108-8b66-4f3c-8218-fda42f3cfa75 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 200 +Jan 14 22:45:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 466/932] 10.201.9.223 () {60 vars in 1187 bytes} [Tue Jan 14 22:45:50 2025] GET /volume/v3/volume-transfers => generated 370 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] POST http://10.201.9.223/volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af/accept +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "5cc8ca504d687568"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.volume_transfer [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Accepting volume transfer cfd7ae7c-d553-4668-82c4-a9162c55b8af {{(pid=115489) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.contrib.volume_transfer [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Accepting transfer cfd7ae7c-d553-4668-82c4-a9162c55b8af +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Created reservations ['82ca9ece-4ef8-43f0-a1ed-5a587a6d816e', '4115aaa5-69c0-4a47-b50e-cb1f6866bcaa', '47609d70-bb67-4e7d-9045-77cbd3d6fc4b', 'd5cdd743-ad7c-4c46-be6d-d850d404488e'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Created reservations ['502173db-7806-4602-8210-83cbb7846f22', '13716846-cf9d-4d05-841d-bc16887d7753', 'e7f774c0-69f7-4161-9afc-853492d44c9b', '39262570-8808-4b38-86aa-25c75e43aee0'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Created reservations ['38f455ad-c3fd-4db7-96f1-cf8b665afba0', 'ebb48035-65cf-435c-90fd-75c80bb4fbac', 'f9248cdf-c5a9-432c-9b01-14adc6f6c5e7', '9ac37224-4cb2-4f1a-a209-3e2c7749a5f4'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Created reservations ['2d4d099f-f930-4c14-aae3-3292cdb729f8', '52b6d8b6-c43e-4b19-9d93-b3b760823915', '879380e8-5e5f-4b7c-861b-4b910704db87', '0cfc4041-af39-42ee-9843-a8b54919618a'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Transfer volume completed successfully. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Volume 59df1d63-c44d-42a4-ba2b-264e262596e4 has been transferred. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] http://10.201.9.223/volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af/accept returned with HTTP 202 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 467/933] 10.201.9.223 () {62 vars in 1340 bytes} [Tue Jan 14 22:45:50 2025] POST /volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af/accept => generated 367 bytes in 874 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f236ea30-0492-4a4d-a488-39e751d7d1b0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f236ea30-0492-4a4d-a488-39e751d7d1b0 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f236ea30-0492-4a4d-a488-39e751d7d1b0 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f236ea30-0492-4a4d-a488-39e751d7d1b0 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f236ea30-0492-4a4d-a488-39e751d7d1b0 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Volume info retrieved successfully. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f236ea30-0492-4a4d-a488-39e751d7d1b0 tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 200 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 467/934] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:51 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 945 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-49454b00-1896-4f8c-9149-905af906cf9c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-49454b00-1896-4f8c-9149-905af906cf9c tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-49454b00-1896-4f8c-9149-905af906cf9c tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-49454b00-1896-4f8c-9149-905af906cf9c tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-49454b00-1896-4f8c-9149-905af906cf9c tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] Volume info retrieved successfully. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-49454b00-1896-4f8c-9149-905af906cf9c tempest-VolumesTransfersV355Test-1635760355 tempest-VolumesTransfersV355Test-1635760355-project-member] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 200 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 468/935] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:51 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 945 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-dfaf8abd-5e03-4968-8715-e32fa7250ab5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dfaf8abd-5e03-4968-8715-e32fa7250ab5 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dfaf8abd-5e03-4968-8715-e32fa7250ab5 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-dfaf8abd-5e03-4968-8715-e32fa7250ab5 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-dfaf8abd-5e03-4968-8715-e32fa7250ab5 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Delete transfer with id: cfd7ae7c-d553-4668-82c4-a9162c55b8af +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-dfaf8abd-5e03-4968-8715-e32fa7250ab5 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af returned with HTTP 404 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 468/936] 10.201.9.223 () {60 vars in 1301 bytes} [Tue Jan 14 22:45:51 2025] DELETE /volume/v3/volume-transfers/cfd7ae7c-d553-4668-82c4-a9162c55b8af => generated 111 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4d256f9a-0748-4583-92b7-426ce0071a1c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] DELETE http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Delete volume with id: 59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Volume info retrieved successfully. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Delete volume request issued successfully. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 202 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 469/937] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:45:51 2025] DELETE /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 0 bytes in 51 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1c75c2f3-3d7a-4bb3-abec-35dda5e5591b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c75c2f3-3d7a-4bb3-abec-35dda5e5591b tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c75c2f3-3d7a-4bb3-abec-35dda5e5591b tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c75c2f3-3d7a-4bb3-abec-35dda5e5591b tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1c75c2f3-3d7a-4bb3-abec-35dda5e5591b tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Volume info retrieved successfully. +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c75c2f3-3d7a-4bb3-abec-35dda5e5591b tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 200 +Jan 14 22:45:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 469/938] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:51 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 1119 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-deefc10d-820a-497b-b974-bcf1d411fc8e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-deefc10d-820a-497b-b974-bcf1d411fc8e tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-deefc10d-820a-497b-b974-bcf1d411fc8e tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-deefc10d-820a-497b-b974-bcf1d411fc8e tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-deefc10d-820a-497b-b974-bcf1d411fc8e tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 404 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 470/939] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:52 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-990f565f-c7dc-4f51-8413-26a67c32619e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-990f565f-c7dc-4f51-8413-26a67c32619e tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-990f565f-c7dc-4f51-8413-26a67c32619e tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-990f565f-c7dc-4f51-8413-26a67c32619e tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-990f565f-c7dc-4f51-8413-26a67c32619e tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 404 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 470/940] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:52 2025] GET /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9bab85ad-2c68-4450-b1fe-d023798faf15 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9bab85ad-2c68-4450-b1fe-d023798faf15 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] DELETE http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9bab85ad-2c68-4450-b1fe-d023798faf15 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9bab85ad-2c68-4450-b1fe-d023798faf15 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-9bab85ad-2c68-4450-b1fe-d023798faf15 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Delete volume with id: 59df1d63-c44d-42a4-ba2b-264e262596e4 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9bab85ad-2c68-4450-b1fe-d023798faf15 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 returned with HTTP 404 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 471/941] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:45:52 2025] DELETE /volume/v3/volumes/59df1d63-c44d-42a4-ba2b-264e262596e4 => generated 109 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-431366505"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV355Test-Volume-431366505'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Create volume of 1 GB +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Flow 'volume_create_api' (f448f448-53eb-4a79-82e5-098cc51b8421) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3d524818-8a61-4d8b-9384-3f69553c58e5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (3d524818-8a61-4d8b-9384-3f69553c58e5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c6d45a8a-a5f9-4ed1-97be-0f582cdf1b23) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Created reservations ['01bbd5d8-00cb-4aa4-b6c0-63957022f0a1', '10224f7e-84ee-44b7-a703-7fe22cf98461', 'a8cc4063-a1b3-4bd7-9d0c-eb6a5c72cef2', '28858091-ce0a-47cf-b578-858d60e601bb'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c6d45a8a-a5f9-4ed1-97be-0f582cdf1b23) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['01bbd5d8-00cb-4aa4-b6c0-63957022f0a1', '10224f7e-84ee-44b7-a703-7fe22cf98461', 'a8cc4063-a1b3-4bd7-9d0c-eb6a5c72cef2', '28858091-ce0a-47cf-b578-858d60e601bb']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f51948b9-c367-4257-bf03-bebcfaae03c8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f51948b9-c367-4257-bf03-bebcfaae03c8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '4a8ee810-ada7-44cc-a05f-359696f251e6', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-431366505',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='50e0cec8329c4fb1bf225c3f76702c51',qos_specs=None,replication_status=,reservations=['01bbd5d8-00cb-4aa4-b6c0-63957022f0a1','10224f7e-84ee-44b7-a703-7fe22cf98461','a8cc4063-a1b3-4bd7-9d0c-eb6a5c72cef2','28858091-ce0a-47cf-b578-858d60e601bb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9add8b63a98e4899a64584a830dd94b7',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-431366505',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=4a8ee810-ada7-44cc-a05f-359696f251e6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='50e0cec8329c4fb1bf225c3f76702c51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9add8b63a98e4899a64584a830dd94b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (688cd4e4-0ede-4b5e-b56e-d3eabb44aa22) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (688cd4e4-0ede-4b5e-b56e-d3eabb44aa22) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-431366505',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='50e0cec8329c4fb1bf225c3f76702c51',qos_specs=None,replication_status=,reservations=['01bbd5d8-00cb-4aa4-b6c0-63957022f0a1','10224f7e-84ee-44b7-a703-7fe22cf98461','a8cc4063-a1b3-4bd7-9d0c-eb6a5c72cef2','28858091-ce0a-47cf-b578-858d60e601bb'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9add8b63a98e4899a64584a830dd94b7',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2ab9b2b1-4273-4239-84fb-ead77a5e38c3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2ab9b2b1-4273-4239-84fb-ead77a5e38c3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Flow 'volume_create_api' (f448f448-53eb-4a79-82e5-098cc51b8421) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Create volume request issued successfully. +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 471/942] 10.201.9.223 () {62 vars in 1181 bytes} [Tue Jan 14 22:45:52 2025] POST /volume/v3/volumes => generated 817 bytes in 123 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-68628723-0092-46f2-b18e-1d44c29c3a94 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-68628723-0092-46f2-b18e-1d44c29c3a94 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-68628723-0092-46f2-b18e-1d44c29c3a94 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-68628723-0092-46f2-b18e-1d44c29c3a94 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-68628723-0092-46f2-b18e-1d44c29c3a94 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Volume info retrieved successfully. +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-68628723-0092-46f2-b18e-1d44c29c3a94 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 200 +Jan 14 22:45:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 472/943] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:52 2025] GET /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 885 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ef92b0da-79ec-419c-b8f3-acca30b46523 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ef92b0da-79ec-419c-b8f3-acca30b46523 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ef92b0da-79ec-419c-b8f3-acca30b46523 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ef92b0da-79ec-419c-b8f3-acca30b46523 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ef92b0da-79ec-419c-b8f3-acca30b46523 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Volume info retrieved successfully. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ef92b0da-79ec-419c-b8f3-acca30b46523 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 200 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 472/944] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:53 2025] GET /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 944 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2e22af59-c263-441b-8c5f-1c53320c0ce4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2e22af59-c263-441b-8c5f-1c53320c0ce4 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] POST http://10.201.9.223/volume/v3/volume-transfers +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2e22af59-c263-441b-8c5f-1c53320c0ce4 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "4a8ee810-ada7-44cc-a05f-359696f251e6"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volume_transfer [None req-2e22af59-c263-441b-8c5f-1c53320c0ce4 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Creating new volume transfer {'transfer': {'volume_id': '4a8ee810-ada7-44cc-a05f-359696f251e6'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volume_transfer [None req-2e22af59-c263-441b-8c5f-1c53320c0ce4 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Creating transfer of volume 4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-2e22af59-c263-441b-8c5f-1c53320c0ce4 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Generating transfer record for volume 4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2e22af59-c263-441b-8c5f-1c53320c0ce4 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 473/945] 10.201.9.223 () {62 vars in 1208 bytes} [Tue Jan 14 22:45:53 2025] POST /volume/v3/volume-transfers => generated 466 bytes in 36 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c267b572-c0a9-451b-905d-0c07f0aa1019 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c267b572-c0a9-451b-905d-0c07f0aa1019 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c267b572-c0a9-451b-905d-0c07f0aa1019 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c267b572-c0a9-451b-905d-0c07f0aa1019 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c267b572-c0a9-451b-905d-0c07f0aa1019 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Volume info retrieved successfully. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c267b572-c0a9-451b-905d-0c07f0aa1019 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 200 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 473/946] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:53 2025] GET /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 952 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-903b0038-ca70-403d-b6b0-21cb8c2c8b4a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-903b0038-ca70-403d-b6b0-21cb8c2c8b4a tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/detail +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-903b0038-ca70-403d-b6b0-21cb8c2c8b4a tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-903b0038-ca70-403d-b6b0-21cb8c2c8b4a tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volume_transfer [None req-903b0038-ca70-403d-b6b0-21cb8c2c8b4a tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Listing volume transfers {{(pid=115489) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-903b0038-ca70-403d-b6b0-21cb8c2c8b4a tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers/detail returned with HTTP 200 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 474/947] 10.201.9.223 () {60 vars in 1208 bytes} [Tue Jan 14 22:45:53 2025] GET /volume/v3/volume-transfers/detail => generated 437 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7cb70a08-8c9a-4b2b-8d8b-daafb8d5d1a8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7cb70a08-8c9a-4b2b-8d8b-daafb8d5d1a8 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/68832ca9-18d9-4b11-9ce9-2aca7f9971d3 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7cb70a08-8c9a-4b2b-8d8b-daafb8d5d1a8 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7cb70a08-8c9a-4b2b-8d8b-daafb8d5d1a8 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-7cb70a08-8c9a-4b2b-8d8b-daafb8d5d1a8 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Delete transfer with id: 68832ca9-18d9-4b11-9ce9-2aca7f9971d3 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7cb70a08-8c9a-4b2b-8d8b-daafb8d5d1a8 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers/68832ca9-18d9-4b11-9ce9-2aca7f9971d3 returned with HTTP 202 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 474/948] 10.201.9.223 () {60 vars in 1301 bytes} [Tue Jan 14 22:45:53 2025] DELETE /volume/v3/volume-transfers/68832ca9-18d9-4b11-9ce9-2aca7f9971d3 => generated 0 bytes in 30 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-933200b9-57a5-455c-992f-d80fa5f57cad None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-933200b9-57a5-455c-992f-d80fa5f57cad tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-933200b9-57a5-455c-992f-d80fa5f57cad tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-933200b9-57a5-455c-992f-d80fa5f57cad tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-933200b9-57a5-455c-992f-d80fa5f57cad tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Volume info retrieved successfully. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-933200b9-57a5-455c-992f-d80fa5f57cad tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 200 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 475/949] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:53 2025] GET /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 944 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5557fbe1-e61c-46a2-a3b7-f52a492b62e0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5557fbe1-e61c-46a2-a3b7-f52a492b62e0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/68832ca9-18d9-4b11-9ce9-2aca7f9971d3 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5557fbe1-e61c-46a2-a3b7-f52a492b62e0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5557fbe1-e61c-46a2-a3b7-f52a492b62e0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-5557fbe1-e61c-46a2-a3b7-f52a492b62e0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Delete transfer with id: 68832ca9-18d9-4b11-9ce9-2aca7f9971d3 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5557fbe1-e61c-46a2-a3b7-f52a492b62e0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volume-transfers/68832ca9-18d9-4b11-9ce9-2aca7f9971d3 returned with HTTP 404 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 475/950] 10.201.9.223 () {60 vars in 1301 bytes} [Tue Jan 14 22:45:53 2025] DELETE /volume/v3/volume-transfers/68832ca9-18d9-4b11-9ce9-2aca7f9971d3 => generated 111 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] DELETE http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Delete volume with id: 4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Volume info retrieved successfully. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Delete volume request issued successfully. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 202 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 476/951] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:45:53 2025] DELETE /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-24de9bc3-6a3f-4040-b336-871e2fb66c24 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24de9bc3-6a3f-4040-b336-871e2fb66c24 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] GET http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24de9bc3-6a3f-4040-b336-871e2fb66c24 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-24de9bc3-6a3f-4040-b336-871e2fb66c24 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-24de9bc3-6a3f-4040-b336-871e2fb66c24 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Volume info retrieved successfully. +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-24de9bc3-6a3f-4040-b336-871e2fb66c24 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 200 +Jan 14 22:45:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 476/952] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:53 2025] GET /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 1118 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d937e99c-03c6-4e7c-b5c3-cc2f55a20558 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d937e99c-03c6-4e7c-b5c3-cc2f55a20558 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] GET http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d937e99c-03c6-4e7c-b5c3-cc2f55a20558 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d937e99c-03c6-4e7c-b5c3-cc2f55a20558 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d937e99c-03c6-4e7c-b5c3-cc2f55a20558 tempest-VolumesTransfersV355Test-931099656 tempest-VolumesTransfersV355Test-931099656-project-******] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 404 +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 477/953] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:54 2025] GET /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:45:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b2349861-390a-4d8d-b78d-70a797c8fbf2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b2349861-390a-4d8d-b78d-70a797c8fbf2 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] GET http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b2349861-390a-4d8d-b78d-70a797c8fbf2 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b2349861-390a-4d8d-b78d-70a797c8fbf2 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b2349861-390a-4d8d-b78d-70a797c8fbf2 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 404 +Jan 14 22:45:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 477/954] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:54 2025] GET /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b46b6d42-1852-4d32-b5af-b9aea5d903c0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b46b6d42-1852-4d32-b5af-b9aea5d903c0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] DELETE http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b46b6d42-1852-4d32-b5af-b9aea5d903c0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b46b6d42-1852-4d32-b5af-b9aea5d903c0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-b46b6d42-1852-4d32-b5af-b9aea5d903c0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] Delete volume with id: 4a8ee810-ada7-44cc-a05f-359696f251e6 +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b46b6d42-1852-4d32-b5af-b9aea5d903c0 tempest-VolumesTransfersV355Test-1482425230 tempest-VolumesTransfersV355Test-1482425230-project-member] http://10.201.9.223/volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 returned with HTTP 404 +Jan 14 22:45:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 478/955] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:45:54 2025] DELETE /volume/v3/volumes/4a8ee810-ada7-44cc-a05f-359696f251e6 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-1113762076"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV357Test-Volume-1113762076'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Create volume of 1 GB +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Availability Zones retrieved successfully. +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Flow 'volume_create_api' (9f4cc204-6abf-4f93-9c91-96c93de125a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4439ba28-4346-4351-b09c-1e811b4e9a44) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4439ba28-4346-4351-b09c-1e811b4e9a44) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1cce3c32-ed31-4216-91de-828d278baf75) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Created reservations ['49d24441-e1eb-4b1b-b983-7ed8ab157097', 'ba820a4c-d2b2-497c-a672-bd41ccabc9ae', '8bd0b3f5-a4dc-4fd3-8740-00be3af95304', '9c8c2aeb-b636-4b79-872e-9709156b8d2b'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1cce3c32-ed31-4216-91de-828d278baf75) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['49d24441-e1eb-4b1b-b983-7ed8ab157097', 'ba820a4c-d2b2-497c-a672-bd41ccabc9ae', '8bd0b3f5-a4dc-4fd3-8740-00be3af95304', '9c8c2aeb-b636-4b79-872e-9709156b8d2b']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ae34d57d-5e4b-412d-aa59-400c61e17325) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (ae34d57d-5e4b-412d-aa59-400c61e17325) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'f78c0cdd-7123-49d9-802e-48d75504b470', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1113762076',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='22b3113221b64a04be87e8fde0f63487',qos_specs=None,replication_status=,reservations=['49d24441-e1eb-4b1b-b983-7ed8ab157097','ba820a4c-d2b2-497c-a672-bd41ccabc9ae','8bd0b3f5-a4dc-4fd3-8740-00be3af95304','9c8c2aeb-b636-4b79-872e-9709156b8d2b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3ff94217c66e4b02a8810c5a2171468f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1113762076',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=f78c0cdd-7123-49d9-802e-48d75504b470,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='22b3113221b64a04be87e8fde0f63487',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='3ff94217c66e4b02a8810c5a2171468f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (386b62fb-6786-4ae2-b65f-83d5851d159f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (386b62fb-6786-4ae2-b65f-83d5851d159f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1113762076',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='22b3113221b64a04be87e8fde0f63487',qos_specs=None,replication_status=,reservations=['49d24441-e1eb-4b1b-b983-7ed8ab157097','ba820a4c-d2b2-497c-a672-bd41ccabc9ae','8bd0b3f5-a4dc-4fd3-8740-00be3af95304','9c8c2aeb-b636-4b79-872e-9709156b8d2b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3ff94217c66e4b02a8810c5a2171468f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d24cd791-5ffb-4c58-8028-d186a7966e6e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d24cd791-5ffb-4c58-8028-d186a7966e6e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Flow 'volume_create_api' (9f4cc204-6abf-4f93-9c91-96c93de125a6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:57 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Create volume request issued successfully. +Jan 14 22:45:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:45:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 478/956] 10.201.9.223 () {62 vars in 1181 bytes} [Tue Jan 14 22:45:57 2025] POST /volume/v3/volumes => generated 818 bytes in 218 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fb74d3e3-0c13-4c8d-9c8f-b37ae81f036a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fb74d3e3-0c13-4c8d-9c8f-b37ae81f036a tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fb74d3e3-0c13-4c8d-9c8f-b37ae81f036a tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fb74d3e3-0c13-4c8d-9c8f-b37ae81f036a tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-fb74d3e3-0c13-4c8d-9c8f-b37ae81f036a tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Volume info retrieved successfully. +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fb74d3e3-0c13-4c8d-9c8f-b37ae81f036a tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 200 +Jan 14 22:45:58 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 479/957] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:58 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 886 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b754de20-eae6-4649-a950-b4c3059cd690 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b754de20-eae6-4649-a950-b4c3059cd690 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b754de20-eae6-4649-a950-b4c3059cd690 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b754de20-eae6-4649-a950-b4c3059cd690 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b754de20-eae6-4649-a950-b4c3059cd690 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Volume info retrieved successfully. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b754de20-eae6-4649-a950-b4c3059cd690 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 200 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 479/958] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:59 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 945 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-68109158-b941-4635-9b77-3546556fc1ba None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-68109158-b941-4635-9b77-3546556fc1ba tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] POST http://10.201.9.223/volume/v3/volume-transfers +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-68109158-b941-4635-9b77-3546556fc1ba tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "f78c0cdd-7123-49d9-802e-48d75504b470"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volume_transfer [None req-68109158-b941-4635-9b77-3546556fc1ba tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Creating new volume transfer {'transfer': {'volume_id': 'f78c0cdd-7123-49d9-802e-48d75504b470'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volume_transfer [None req-68109158-b941-4635-9b77-3546556fc1ba tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Creating transfer of volume f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-68109158-b941-4635-9b77-3546556fc1ba tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Generating transfer record for volume f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-68109158-b941-4635-9b77-3546556fc1ba tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 480/959] 10.201.9.223 () {62 vars in 1208 bytes} [Tue Jan 14 22:45:59 2025] POST /volume/v3/volume-transfers => generated 574 bytes in 28 msecs (HTTP/1.1 202) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7194a16a-c972-4417-b545-db00a4334988 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7194a16a-c972-4417-b545-db00a4334988 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7194a16a-c972-4417-b545-db00a4334988 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7194a16a-c972-4417-b545-db00a4334988 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7194a16a-c972-4417-b545-db00a4334988 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Volume info retrieved successfully. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7194a16a-c972-4417-b545-db00a4334988 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 200 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 480/960] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:59 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 953 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5a7da6bd-9aee-464e-8679-6f596076108c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5a7da6bd-9aee-464e-8679-6f596076108c tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5a7da6bd-9aee-464e-8679-6f596076108c tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5a7da6bd-9aee-464e-8679-6f596076108c tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5a7da6bd-9aee-464e-8679-6f596076108c tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d returned with HTTP 200 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 481/961] 10.201.9.223 () {60 vars in 1298 bytes} [Tue Jan 14 22:45:59 2025] GET /volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d => generated 542 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-82212c3a-71d3-4b9e-a3aa-f3ffbdcf3460 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-82212c3a-71d3-4b9e-a3aa-f3ffbdcf3460 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volume-transfers +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-82212c3a-71d3-4b9e-a3aa-f3ffbdcf3460 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-82212c3a-71d3-4b9e-a3aa-f3ffbdcf3460 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volume_transfer [None req-82212c3a-71d3-4b9e-a3aa-f3ffbdcf3460 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Listing volume transfers {{(pid=115488) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-82212c3a-71d3-4b9e-a3aa-f3ffbdcf3460 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 200 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 481/962] 10.201.9.223 () {60 vars in 1187 bytes} [Tue Jan 14 22:45:59 2025] GET /volume/v3/volume-transfers => generated 370 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9269b847-b180-437d-96db-a08c765de30e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] POST http://10.201.9.223/volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d/accept +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Action: 'accept', calling method: accept, body: {"accept": {"auth_key": "ed1e47a6ad7564d1"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.contrib.volume_transfer [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Accepting volume transfer 129fb2b1-b8b7-4928-b216-6e6657426e7d {{(pid=115489) accept /opt/stack/cinder/cinder/api/contrib/volume_transfer.py:115}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.contrib.volume_transfer [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Accepting transfer 129fb2b1-b8b7-4928-b216-6e6657426e7d +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Created reservations ['421042b0-24e6-41be-bd48-59504fef0cb8', '506ec1b9-de34-41ca-951e-2aa8e539d9a8', 'aea71d03-1573-4b25-b052-38dc42c3799f', 'a8dc5868-0cb0-4677-95ce-62c5f07faa76'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Created reservations ['6e8f1173-abdb-459c-8c47-09fb4811fd0d', '416ac645-2676-402f-8583-1820d687e17d', '07d5013f-8d86-4095-9d26-f068f5a82ebc', 'f081bd0a-6ddb-4109-81ba-2ddda3e94545'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Created reservations ['b0cf5741-59c0-4432-92e6-a0e16d83d44c', '3e00757f-d066-4b51-87fe-78b36d94e1a9', '2fce31b8-3ea6-4b3e-b4d2-c1a629929c84', '5f571335-823e-4d23-9fca-4d8b5721cc90'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Created reservations ['a6ccc264-ae92-4e0f-85db-9b7de0314391', 'd4c4e201-7bcb-4500-8e08-93d803988545', '73ffda6c-92e5-4443-8288-de21fe166124', 'ed073190-9f92-476e-b32c-5d6ca797ee9a'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Transfer volume completed successfully. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Volume f78c0cdd-7123-49d9-802e-48d75504b470 has been transferred. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] http://10.201.9.223/volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d/accept returned with HTTP 202 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 482/963] 10.201.9.223 () {62 vars in 1340 bytes} [Tue Jan 14 22:45:59 2025] POST /volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d/accept => generated 367 bytes in 756 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c2ee97e5-b5b0-4dcc-9c21-9f197e615e91 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c2ee97e5-b5b0-4dcc-9c21-9f197e615e91 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c2ee97e5-b5b0-4dcc-9c21-9f197e615e91 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c2ee97e5-b5b0-4dcc-9c21-9f197e615e91 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c2ee97e5-b5b0-4dcc-9c21-9f197e615e91 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Volume info retrieved successfully. +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c2ee97e5-b5b0-4dcc-9c21-9f197e615e91 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 200 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 482/964] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:59 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 945 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0dda8351-f801-4830-84a5-f237094c5d72 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0dda8351-f801-4830-84a5-f237094c5d72 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0dda8351-f801-4830-84a5-f237094c5d72 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:45:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0dda8351-f801-4830-84a5-f237094c5d72 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0dda8351-f801-4830-84a5-f237094c5d72 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] Volume info retrieved successfully. +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0dda8351-f801-4830-84a5-f237094c5d72 tempest-VolumesTransfersV357Test-1301335193 tempest-VolumesTransfersV357Test-1301335193-project-member] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 200 +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 483/965] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:45:59 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 945 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ba132998-c7d1-4884-b3cc-13492b34afc4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ba132998-c7d1-4884-b3cc-13492b34afc4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ba132998-c7d1-4884-b3cc-13492b34afc4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ba132998-c7d1-4884-b3cc-13492b34afc4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-ba132998-c7d1-4884-b3cc-13492b34afc4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Delete transfer with id: 129fb2b1-b8b7-4928-b216-6e6657426e7d +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ba132998-c7d1-4884-b3cc-13492b34afc4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d returned with HTTP 404 +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 483/966] 10.201.9.223 () {60 vars in 1301 bytes} [Tue Jan 14 22:46:00 2025] DELETE /volume/v3/volume-transfers/129fb2b1-b8b7-4928-b216-6e6657426e7d => generated 111 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e2746033-d04b-417b-a49b-27a0803bb72f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] DELETE http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Delete volume with id: f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Volume info retrieved successfully. +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Delete volume request issued successfully. +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 202 +Jan 14 22:46:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 484/967] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:46:00 2025] DELETE /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 0 bytes in 75 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-54b9b699-3f98-48d2-b031-283b3373eaa2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-54b9b699-3f98-48d2-b031-283b3373eaa2 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-54b9b699-3f98-48d2-b031-283b3373eaa2 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-54b9b699-3f98-48d2-b031-283b3373eaa2 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-54b9b699-3f98-48d2-b031-283b3373eaa2 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Volume info retrieved successfully. +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-54b9b699-3f98-48d2-b031-283b3373eaa2 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 200 +Jan 14 22:46:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 484/968] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:00 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 1119 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-36995335-41bc-4a87-bfb6-dcb425723868 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-36995335-41bc-4a87-bfb6-dcb425723868 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-36995335-41bc-4a87-bfb6-dcb425723868 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-36995335-41bc-4a87-bfb6-dcb425723868 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-36995335-41bc-4a87-bfb6-dcb425723868 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 404 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 485/969] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:01 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7a8698fc-6ec9-4b5a-89ba-5cb2feb20fcf None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7a8698fc-6ec9-4b5a-89ba-5cb2feb20fcf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7a8698fc-6ec9-4b5a-89ba-5cb2feb20fcf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7a8698fc-6ec9-4b5a-89ba-5cb2feb20fcf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7a8698fc-6ec9-4b5a-89ba-5cb2feb20fcf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 404 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 485/970] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:01 2025] GET /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f3f57069-4b23-4ba2-b951-a05aa49bf343 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f3f57069-4b23-4ba2-b951-a05aa49bf343 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] DELETE http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f3f57069-4b23-4ba2-b951-a05aa49bf343 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f3f57069-4b23-4ba2-b951-a05aa49bf343 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-f3f57069-4b23-4ba2-b951-a05aa49bf343 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Delete volume with id: f78c0cdd-7123-49d9-802e-48d75504b470 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f3f57069-4b23-4ba2-b951-a05aa49bf343 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 returned with HTTP 404 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 486/971] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:46:01 2025] DELETE /volume/v3/volumes/f78c0cdd-7123-49d9-802e-48d75504b470 => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 293 bytes (2 switches on core 0) +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c3863318-f521-4202-9786-5dd62d0f38a6 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-911892708"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesTransfersV357Test-Volume-911892708'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Create volume of 1 GB +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Flow 'volume_create_api' (efea57c8-38bf-4b77-b723-1346b80401e8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (64969948-7b81-4d9d-a5d8-ae3260b2c52f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (64969948-7b81-4d9d-a5d8-ae3260b2c52f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1671b98b-c7d5-402c-99c8-bcb747f73671) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Created reservations ['f7ca60c9-cbd1-4794-9201-19ff2cb8887e', '3780fff6-d776-47fb-b6f3-b95b50f83cde', 'bb4b7bf0-de45-4f5c-b458-6ac9b8fe2c60', '7b5204d2-f3d3-411b-8826-c45d7c9cd889'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1671b98b-c7d5-402c-99c8-bcb747f73671) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['f7ca60c9-cbd1-4794-9201-19ff2cb8887e', '3780fff6-d776-47fb-b6f3-b95b50f83cde', 'bb4b7bf0-de45-4f5c-b458-6ac9b8fe2c60', '7b5204d2-f3d3-411b-8826-c45d7c9cd889']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (57a7bc17-497b-4229-ba42-35fd9e94de17) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (57a7bc17-497b-4229-ba42-35fd9e94de17) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'e894a356-4c8a-4086-ba97-6b0198656982', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-911892708',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='22b3113221b64a04be87e8fde0f63487',qos_specs=None,replication_status=,reservations=['f7ca60c9-cbd1-4794-9201-19ff2cb8887e','3780fff6-d776-47fb-b6f3-b95b50f83cde','bb4b7bf0-de45-4f5c-b458-6ac9b8fe2c60','7b5204d2-f3d3-411b-8826-c45d7c9cd889'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3ff94217c66e4b02a8810c5a2171468f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:01Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-911892708',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=e894a356-4c8a-4086-ba97-6b0198656982,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='22b3113221b64a04be87e8fde0f63487',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='3ff94217c66e4b02a8810c5a2171468f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5141a487-363a-4555-a6f0-c898ae63367c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5141a487-363a-4555-a6f0-c898ae63367c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-911892708',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='22b3113221b64a04be87e8fde0f63487',qos_specs=None,replication_status=,reservations=['f7ca60c9-cbd1-4794-9201-19ff2cb8887e','3780fff6-d776-47fb-b6f3-b95b50f83cde','bb4b7bf0-de45-4f5c-b458-6ac9b8fe2c60','7b5204d2-f3d3-411b-8826-c45d7c9cd889'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3ff94217c66e4b02a8810c5a2171468f',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8f91c460-1baa-4aa1-86ac-aa2c843ef973) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (8f91c460-1baa-4aa1-86ac-aa2c843ef973) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Flow 'volume_create_api' (efea57c8-38bf-4b77-b723-1346b80401e8) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Create volume request issued successfully. +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 486/972] 10.201.9.223 () {62 vars in 1181 bytes} [Tue Jan 14 22:46:01 2025] POST /volume/v3/volumes => generated 817 bytes in 124 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-86e76f3b-cab4-4078-8e03-dd8e690528d0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-86e76f3b-cab4-4078-8e03-dd8e690528d0 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-86e76f3b-cab4-4078-8e03-dd8e690528d0 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-86e76f3b-cab4-4078-8e03-dd8e690528d0 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-86e76f3b-cab4-4078-8e03-dd8e690528d0 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Volume info retrieved successfully. +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-86e76f3b-cab4-4078-8e03-dd8e690528d0 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 200 +Jan 14 22:46:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 487/973] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:01 2025] GET /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 885 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e1d738bd-f297-487a-b4b6-bdb852d2813f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e1d738bd-f297-487a-b4b6-bdb852d2813f tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e1d738bd-f297-487a-b4b6-bdb852d2813f tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e1d738bd-f297-487a-b4b6-bdb852d2813f tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e1d738bd-f297-487a-b4b6-bdb852d2813f tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Volume info retrieved successfully. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e1d738bd-f297-487a-b4b6-bdb852d2813f tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 200 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 487/974] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:02 2025] GET /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 944 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e2b6e256-b587-46ef-bf91-b230dfe71be1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e2b6e256-b587-46ef-bf91-b230dfe71be1 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] POST http://10.201.9.223/volume/v3/volume-transfers +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e2b6e256-b587-46ef-bf91-b230dfe71be1 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Action: 'create', calling method: create, body: {"transfer": {"volume_id": "e894a356-4c8a-4086-ba97-6b0198656982"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volume_transfer [None req-e2b6e256-b587-46ef-bf91-b230dfe71be1 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Creating new volume transfer {'transfer': {'volume_id': 'e894a356-4c8a-4086-ba97-6b0198656982'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volume_transfer.py:85}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volume_transfer [None req-e2b6e256-b587-46ef-bf91-b230dfe71be1 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Creating transfer of volume e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.transfer.api [None req-e2b6e256-b587-46ef-bf91-b230dfe71be1 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Generating transfer record for volume e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e2b6e256-b587-46ef-bf91-b230dfe71be1 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers returned with HTTP 202 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 488/975] 10.201.9.223 () {62 vars in 1208 bytes} [Tue Jan 14 22:46:02 2025] POST /volume/v3/volume-transfers => generated 574 bytes in 39 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7d3c2d3f-8d14-463f-a110-a1a1c63608ca None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7d3c2d3f-8d14-463f-a110-a1a1c63608ca tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7d3c2d3f-8d14-463f-a110-a1a1c63608ca tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7d3c2d3f-8d14-463f-a110-a1a1c63608ca tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7d3c2d3f-8d14-463f-a110-a1a1c63608ca tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Volume info retrieved successfully. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7d3c2d3f-8d14-463f-a110-a1a1c63608ca tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 200 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 488/976] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:02 2025] GET /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 952 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1af52777-b51f-4804-b9b2-947cca8acdb8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1af52777-b51f-4804-b9b2-947cca8acdb8 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volume-transfers/detail +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1af52777-b51f-4804-b9b2-947cca8acdb8 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1af52777-b51f-4804-b9b2-947cca8acdb8 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volume_transfer [None req-1af52777-b51f-4804-b9b2-947cca8acdb8 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Listing volume transfers {{(pid=115489) _get_transfers /opt/stack/cinder/cinder/api/v3/volume_transfer.py:51}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1af52777-b51f-4804-b9b2-947cca8acdb8 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers/detail returned with HTTP 200 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 489/977] 10.201.9.223 () {60 vars in 1208 bytes} [Tue Jan 14 22:46:02 2025] GET /volume/v3/volume-transfers/detail => generated 545 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a4e078c0-7be6-4da1-9167-a4f60793ebf7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a4e078c0-7be6-4da1-9167-a4f60793ebf7 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a4e078c0-7be6-4da1-9167-a4f60793ebf7 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a4e078c0-7be6-4da1-9167-a4f60793ebf7 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-a4e078c0-7be6-4da1-9167-a4f60793ebf7 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Delete transfer with id: ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a4e078c0-7be6-4da1-9167-a4f60793ebf7 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers/ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 returned with HTTP 202 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 489/978] 10.201.9.223 () {60 vars in 1301 bytes} [Tue Jan 14 22:46:02 2025] DELETE /volume/v3/volume-transfers/ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 => generated 0 bytes in 26 msecs (HTTP/1.1 202) 6 headers in 234 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-211af434-d64d-4fe3-ba13-d5c175f252cf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-211af434-d64d-4fe3-ba13-d5c175f252cf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-211af434-d64d-4fe3-ba13-d5c175f252cf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-211af434-d64d-4fe3-ba13-d5c175f252cf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-211af434-d64d-4fe3-ba13-d5c175f252cf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Volume info retrieved successfully. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-211af434-d64d-4fe3-ba13-d5c175f252cf tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 200 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 490/979] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:02 2025] GET /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 944 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-40060b0f-d63e-4823-a2a9-69d534114ed2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40060b0f-d63e-4823-a2a9-69d534114ed2 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] DELETE http://10.201.9.223/volume/v3/volume-transfers/ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-40060b0f-d63e-4823-a2a9-69d534114ed2 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-40060b0f-d63e-4823-a2a9-69d534114ed2 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.contrib.volume_transfer [None req-40060b0f-d63e-4823-a2a9-69d534114ed2 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Delete transfer with id: ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-40060b0f-d63e-4823-a2a9-69d534114ed2 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volume-transfers/ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 returned with HTTP 404 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 490/980] 10.201.9.223 () {60 vars in 1301 bytes} [Tue Jan 14 22:46:02 2025] DELETE /volume/v3/volume-transfers/ff6d4473-f1c2-4493-9bf6-1f5d7c8e10f4 => generated 111 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] DELETE http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Delete volume with id: e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Volume info retrieved successfully. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Delete volume request issued successfully. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 202 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 491/981] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:46:02 2025] DELETE /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 0 bytes in 33 msecs (HTTP/1.1 202) 6 headers in 234 bytes (2 switches on core 0) +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2f45869a-ea87-4661-89a3-dcd64a9f9ab5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f45869a-ea87-4661-89a3-dcd64a9f9ab5 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] GET http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f45869a-ea87-4661-89a3-dcd64a9f9ab5 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f45869a-ea87-4661-89a3-dcd64a9f9ab5 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2f45869a-ea87-4661-89a3-dcd64a9f9ab5 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Volume info retrieved successfully. +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f45869a-ea87-4661-89a3-dcd64a9f9ab5 tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 200 +Jan 14 22:46:02 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 491/982] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:02 2025] GET /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 1118 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d90548a5-77e6-44e9-b272-162593ac7a7a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d90548a5-77e6-44e9-b272-162593ac7a7a tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] GET http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d90548a5-77e6-44e9-b272-162593ac7a7a tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d90548a5-77e6-44e9-b272-162593ac7a7a tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d90548a5-77e6-44e9-b272-162593ac7a7a tempest-VolumesTransfersV357Test-1778291828 tempest-VolumesTransfersV357Test-1778291828-project-******] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 404 +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 492/983] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:03 2025] GET /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 109 bytes in 25 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-55cd1717-637d-4aad-8136-a80e1964c9f4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55cd1717-637d-4aad-8136-a80e1964c9f4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] GET http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55cd1717-637d-4aad-8136-a80e1964c9f4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-55cd1717-637d-4aad-8136-a80e1964c9f4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-55cd1717-637d-4aad-8136-a80e1964c9f4 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 404 +Jan 14 22:46:03 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 492/984] 10.201.9.223 () {60 vars in 1271 bytes} [Tue Jan 14 22:46:03 2025] GET /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-98c6f464-52a2-4c22-a8e6-2f5de5eaf816 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-98c6f464-52a2-4c22-a8e6-2f5de5eaf816 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] DELETE http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-98c6f464-52a2-4c22-a8e6-2f5de5eaf816 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-98c6f464-52a2-4c22-a8e6-2f5de5eaf816 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-98c6f464-52a2-4c22-a8e6-2f5de5eaf816 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] Delete volume with id: e894a356-4c8a-4086-ba97-6b0198656982 +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-98c6f464-52a2-4c22-a8e6-2f5de5eaf816 tempest-VolumesTransfersV357Test-428734361 tempest-VolumesTransfersV357Test-428734361-project-member] http://10.201.9.223/volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 returned with HTTP 404 +Jan 14 22:46:03 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 493/985] 10.201.9.223 () {60 vars in 1274 bytes} [Tue Jan 14 22:46:03 2025] DELETE /volume/v3/volumes/e894a356-4c8a-4086-ba97-6b0198656982 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7188e799-011e-4d6e-9b7a-22e7585973ca None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesCloneTest-Volume-1870154136"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:05 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesCloneTest-Volume-1870154136'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:05 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Create volume of 1 GB +Jan 14 22:46:05 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Flow 'volume_create_api' (6f90256b-c9ec-4758-9067-ca553e356c94) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (487556ae-09ea-4d7b-991c-135a9c16a615) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (487556ae-09ea-4d7b-991c-135a9c16a615) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (239dc350-604e-412f-995f-cfde8b75043e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Created reservations ['7f5e23fa-865c-4659-a33a-1306ba505f2c', '22f9f052-5b13-42e9-a542-851f8564db79', '0a72dec6-d6e6-46b7-8181-6b85d8b47e2f', '01f5c778-2ced-4596-9609-212e2b78497a'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (239dc350-604e-412f-995f-cfde8b75043e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['7f5e23fa-865c-4659-a33a-1306ba505f2c', '22f9f052-5b13-42e9-a542-851f8564db79', '0a72dec6-d6e6-46b7-8181-6b85d8b47e2f', '01f5c778-2ced-4596-9609-212e2b78497a']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e833fa82-0060-4229-957d-c9455fb6fb9d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e833fa82-0060-4229-957d-c9455fb6fb9d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-1870154136',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='5206485a63584be9a8778512fb04d8af',qos_specs=None,replication_status=,reservations=['7f5e23fa-865c-4659-a33a-1306ba505f2c','22f9f052-5b13-42e9-a542-851f8564db79','0a72dec6-d6e6-46b7-8181-6b85d8b47e2f','01f5c778-2ced-4596-9609-212e2b78497a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-1870154136',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (152dc580-f0f4-42b0-b80c-8f086c0098d5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (152dc580-f0f4-42b0-b80c-8f086c0098d5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-1870154136',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='5206485a63584be9a8778512fb04d8af',qos_specs=None,replication_status=,reservations=['7f5e23fa-865c-4659-a33a-1306ba505f2c','22f9f052-5b13-42e9-a542-851f8564db79','0a72dec6-d6e6-46b7-8181-6b85d8b47e2f','01f5c778-2ced-4596-9609-212e2b78497a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d3f46ee4-db99-4804-858f-594fa2869b73) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d3f46ee4-db99-4804-858f-594fa2869b73) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Flow 'volume_create_api' (6f90256b-c9ec-4758-9067-ca553e356c94) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Create volume request issued successfully. +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:06 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 493/986] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:05 2025] POST /volume/v3/volumes => generated 746 bytes in 200 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b1a43372-c03d-492b-a9c9-bed1656b199c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b1a43372-c03d-492b-a9c9-bed1656b199c tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b1a43372-c03d-492b-a9c9-bed1656b199c tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b1a43372-c03d-492b-a9c9-bed1656b199c tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b1a43372-c03d-492b-a9c9-bed1656b199c tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b1a43372-c03d-492b-a9c9-bed1656b199c tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 returned with HTTP 200 +Jan 14 22:46:06 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 494/987] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:06 2025] GET /volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 => generated 814 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-96f40c68-bac5-42fc-8bc2-3dcb4f22b028 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-96f40c68-bac5-42fc-8bc2-3dcb4f22b028 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-96f40c68-bac5-42fc-8bc2-3dcb4f22b028 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-96f40c68-bac5-42fc-8bc2-3dcb4f22b028 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-96f40c68-bac5-42fc-8bc2-3dcb4f22b028 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-96f40c68-bac5-42fc-8bc2-3dcb4f22b028 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 returned with HTTP 200 +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 494/988] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:07 2025] GET /volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 => generated 839 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Action: 'create', calling method: create, body: {"volume": {"source_volid": "5e869307-44ee-49be-9dc6-a7bb4cc4dc22", "size": 2, "name": "tempest-VolumesCloneTest-Volume-300661179"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Create volume request body: {'volume': {'source_volid': '5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'size': 2, 'name': 'tempest-VolumesCloneTest-Volume-300661179'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume retrieved successfully. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Create volume of 2 GB +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Flow 'volume_create_api' (d2fa4140-5a1b-47fe-ba4a-3bbdbb137351) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a406b7c0-5d7a-48dd-8a64-25390d8e7c22) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Validating volume size '2' using validate_int, validate_source_size {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a406b7c0-5d7a-48dd-8a64-25390d8e7c22) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': '5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (34d15eba-1357-477f-893a-92ddeb36cacb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Created reservations ['c31f70b0-dd74-4931-8baf-db3458cc62a4', 'd1159300-41c3-4492-97af-6a1a717545ce', '1f8cb6ca-cc79-4c15-b91b-904dda6a6ba8', '775f9075-2e81-40cc-a99c-ab933f6548c5'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (34d15eba-1357-477f-893a-92ddeb36cacb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c31f70b0-dd74-4931-8baf-db3458cc62a4', 'd1159300-41c3-4492-97af-6a1a717545ce', '1f8cb6ca-cc79-4c15-b91b-904dda6a6ba8', '775f9075-2e81-40cc-a99c-ab933f6548c5']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (077cb4e5-69c5-4be2-9775-2f70148497bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (077cb4e5-69c5-4be2-9775-2f70148497bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '95679694-ab52-4f37-a055-5fea86696445', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-300661179',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='5206485a63584be9a8778512fb04d8af',qos_specs=None,replication_status=,reservations=['c31f70b0-dd74-4931-8baf-db3458cc62a4','d1159300-41c3-4492-97af-6a1a717545ce','1f8cb6ca-cc79-4c15-b91b-904dda6a6ba8','775f9075-2e81-40cc-a99c-ab933f6548c5'],size=2,snapshot_id=None,source_replicaid=,source_volid=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,status='creating',user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-300661179',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=95679694-ab52-4f37-a055-5fea86696445,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fc97c798-3ad9-4b95-a291-fe3f64f8367f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fc97c798-3ad9-4b95-a291-fe3f64f8367f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-300661179',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='5206485a63584be9a8778512fb04d8af',qos_specs=None,replication_status=,reservations=['c31f70b0-dd74-4931-8baf-db3458cc62a4','d1159300-41c3-4492-97af-6a1a717545ce','1f8cb6ca-cc79-4c15-b91b-904dda6a6ba8','775f9075-2e81-40cc-a99c-ab933f6548c5'],size=2,snapshot_id=None,source_replicaid=,source_volid=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,status='creating',user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ae9f0c81-5df6-4f32-bddc-3fd96d0f34e6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ae9f0c81-5df6-4f32-bddc-3fd96d0f34e6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Flow 'volume_create_api' (d2fa4140-5a1b-47fe-ba4a-3bbdbb137351) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Create volume request issued successfully. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:07 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 495/989] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:07 2025] POST /volume/v3/volumes => generated 779 bytes in 140 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-01b5e525-0d1f-4421-ac3f-6b3ab6f505e8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01b5e525-0d1f-4421-ac3f-6b3ab6f505e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01b5e525-0d1f-4421-ac3f-6b3ab6f505e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-01b5e525-0d1f-4421-ac3f-6b3ab6f505e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-01b5e525-0d1f-4421-ac3f-6b3ab6f505e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-01b5e525-0d1f-4421-ac3f-6b3ab6f505e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 returned with HTTP 200 +Jan 14 22:46:07 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 495/990] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:07 2025] GET /volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 => generated 847 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-fad236de-3b3a-47bf-9122-0d046b92a075 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fad236de-3b3a-47bf-9122-0d046b92a075 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fad236de-3b3a-47bf-9122-0d046b92a075 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-fad236de-3b3a-47bf-9122-0d046b92a075 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-fad236de-3b3a-47bf-9122-0d046b92a075 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-fad236de-3b3a-47bf-9122-0d046b92a075 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 returned with HTTP 200 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 496/991] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:08 2025] GET /volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 => generated 872 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0e55025e-b2e6-4c5c-a790-a3920e5c5bbe None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e55025e-b2e6-4c5c-a790-a3920e5c5bbe tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e55025e-b2e6-4c5c-a790-a3920e5c5bbe tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e55025e-b2e6-4c5c-a790-a3920e5c5bbe tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0e55025e-b2e6-4c5c-a790-a3920e5c5bbe tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e55025e-b2e6-4c5c-a790-a3920e5c5bbe tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 returned with HTTP 200 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 496/992] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:08 2025] GET /volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 => generated 872 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-93bda8ee-222f-404d-91a0-bfe30c45574f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-93bda8ee-222f-404d-91a0-bfe30c45574f tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-93bda8ee-222f-404d-91a0-bfe30c45574f tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-93bda8ee-222f-404d-91a0-bfe30c45574f tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-93bda8ee-222f-404d-91a0-bfe30c45574f tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-93bda8ee-222f-404d-91a0-bfe30c45574f tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 returned with HTTP 200 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 497/993] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:08 2025] GET /volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 => generated 872 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] DELETE http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Delete volume with id: 95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Delete volume request issued successfully. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 returned with HTTP 202 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 497/994] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:08 2025] DELETE /volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-26c166c3-d973-4190-8b02-3217cddf9667 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-26c166c3-d973-4190-8b02-3217cddf9667 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-26c166c3-d973-4190-8b02-3217cddf9667 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-26c166c3-d973-4190-8b02-3217cddf9667 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-26c166c3-d973-4190-8b02-3217cddf9667 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-26c166c3-d973-4190-8b02-3217cddf9667 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 returned with HTTP 200 +Jan 14 22:46:08 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 498/995] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:08 2025] GET /volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 => generated 871 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a33c7e05-84c5-49bc-9547-f289c4369a68 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a33c7e05-84c5-49bc-9547-f289c4369a68 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a33c7e05-84c5-49bc-9547-f289c4369a68 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a33c7e05-84c5-49bc-9547-f289c4369a68 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a33c7e05-84c5-49bc-9547-f289c4369a68 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 returned with HTTP 404 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 498/996] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:09 2025] GET /volume/v3/volumes/95679694-ab52-4f37-a055-5fea86696445 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-22968b48-3350-4aec-8432-1a58dd2ec191 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-22968b48-3350-4aec-8432-1a58dd2ec191 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-22968b48-3350-4aec-8432-1a58dd2ec191 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-22968b48-3350-4aec-8432-1a58dd2ec191 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-22968b48-3350-4aec-8432-1a58dd2ec191 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-22968b48-3350-4aec-8432-1a58dd2ec191 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 returned with HTTP 200 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 499/997] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:09 2025] GET /volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 => generated 839 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-92ef892f-043e-400d-b705-94edf360e0e8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] DELETE http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Delete volume with id: 5e869307-44ee-49be-9dc6-a7bb4cc4dc22 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Delete volume request issued successfully. +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 returned with HTTP 202 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 499/998] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:09 2025] DELETE /volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-68c1d823-553c-4ffa-87e1-391246d16cd6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-68c1d823-553c-4ffa-87e1-391246d16cd6 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-68c1d823-553c-4ffa-87e1-391246d16cd6 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-68c1d823-553c-4ffa-87e1-391246d16cd6 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-68c1d823-553c-4ffa-87e1-391246d16cd6 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Volume info retrieved successfully. +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-68c1d823-553c-4ffa-87e1-391246d16cd6 tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 returned with HTTP 200 +Jan 14 22:46:09 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 500/999] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:09 2025] GET /volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 => generated 838 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-84fad577-1f95-4be1-a3cd-36b1a5ff57bf None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-84fad577-1f95-4be1-a3cd-36b1a5ff57bf tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] GET http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 +Jan 14 22:46:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-84fad577-1f95-4be1-a3cd-36b1a5ff57bf tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:10 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-84fad577-1f95-4be1-a3cd-36b1a5ff57bf tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:10 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-84fad577-1f95-4be1-a3cd-36b1a5ff57bf tempest-VolumesCloneTest-1386361472 tempest-VolumesCloneTest-1386361472-project-member] http://10.201.9.223/volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 returned with HTTP 404 +Jan 14 22:46:10 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 500/1000] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:10 2025] GET /volume/v3/volumes/5e869307-44ee-49be-9dc6-a7bb4cc4dc22 => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 2, "name": "tempest-VolumesCloneNegativeTest-Volume-412781424"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Create volume request body: {'volume': {'size': 2, 'name': 'tempest-VolumesCloneNegativeTest-Volume-412781424'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Create volume of 2 GB +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Flow 'volume_create_api' (341bce53-ba30-4319-9370-74083c2892b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0adf042e-e8f4-4a8d-87b6-6709883c2112) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Validating volume size '2' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0adf042e-e8f4-4a8d-87b6-6709883c2112) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:11 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (7ad9e852-3c25-491a-8c85-2876f323c197) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Created reservations ['134ffef3-977b-4c36-b6f7-e410f62b3dad', 'd43c96fd-e8ed-4b3a-8f12-d7a17a22cd7e', 'a5411b85-8367-464e-9729-2711425e72be', 'd55d85d9-0ceb-4f4c-b554-3f73da5558a1'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (7ad9e852-3c25-491a-8c85-2876f323c197) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['134ffef3-977b-4c36-b6f7-e410f62b3dad', 'd43c96fd-e8ed-4b3a-8f12-d7a17a22cd7e', 'a5411b85-8367-464e-9729-2711425e72be', 'd55d85d9-0ceb-4f4c-b554-3f73da5558a1']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e0ef49f6-2f00-41e0-b6ff-e6af7ff4697a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e0ef49f6-2f00-41e0-b6ff-e6af7ff4697a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ba898086-4d13-4461-a630-1785ae51dc1b', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-412781424',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3a1747f9d8f54720945acd016df942a3',qos_specs=None,replication_status=,reservations=['134ffef3-977b-4c36-b6f7-e410f62b3dad','d43c96fd-e8ed-4b3a-8f12-d7a17a22cd7e','a5411b85-8367-464e-9729-2711425e72be','d55d85d9-0ceb-4f4c-b554-3f73da5558a1'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3a3bafb2c5ce4e78b15832ff092ace52',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-412781424',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=ba898086-4d13-4461-a630-1785ae51dc1b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a1747f9d8f54720945acd016df942a3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='3a3bafb2c5ce4e78b15832ff092ace52',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (bc82d35d-a894-469a-b779-471dc92f9f71) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (bc82d35d-a894-469a-b779-471dc92f9f71) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-412781424',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='3a1747f9d8f54720945acd016df942a3',qos_specs=None,replication_status=,reservations=['134ffef3-977b-4c36-b6f7-e410f62b3dad','d43c96fd-e8ed-4b3a-8f12-d7a17a22cd7e','a5411b85-8367-464e-9729-2711425e72be','d55d85d9-0ceb-4f4c-b554-3f73da5558a1'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3a3bafb2c5ce4e78b15832ff092ace52',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d3086907-3b9c-44bb-98bd-4a9f0842cb1c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d3086907-3b9c-44bb-98bd-4a9f0842cb1c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Flow 'volume_create_api' (341bce53-ba30-4319-9370-74083c2892b3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Create volume request issued successfully. +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:12 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 501/1001] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:11 2025] POST /volume/v3/volumes => generated 753 bytes in 182 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0e0d1ffd-01a2-4c79-ab02-9b840cd6741d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e0d1ffd-01a2-4c79-ab02-9b840cd6741d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] GET http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e0d1ffd-01a2-4c79-ab02-9b840cd6741d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0e0d1ffd-01a2-4c79-ab02-9b840cd6741d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0e0d1ffd-01a2-4c79-ab02-9b840cd6741d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Volume info retrieved successfully. +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0e0d1ffd-01a2-4c79-ab02-9b840cd6741d tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b returned with HTTP 200 +Jan 14 22:46:12 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 501/1002] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:12 2025] GET /volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b => generated 821 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ea401268-30e9-4625-a600-fca224fbc6ef None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ea401268-30e9-4625-a600-fca224fbc6ef tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] GET http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ea401268-30e9-4625-a600-fca224fbc6ef tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ea401268-30e9-4625-a600-fca224fbc6ef tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ea401268-30e9-4625-a600-fca224fbc6ef tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Volume info retrieved successfully. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ea401268-30e9-4625-a600-fca224fbc6ef tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b returned with HTTP 200 +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 502/1003] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:13 2025] GET /volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b => generated 846 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a533a7be-c885-4967-89f4-41b485dac1a9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "source_volid": "ba898086-4d13-4461-a630-1785ae51dc1b"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Create volume request body: {'volume': {'size': 1, 'source_volid': 'ba898086-4d13-4461-a630-1785ae51dc1b'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Volume retrieved successfully. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Create volume of 1 GB +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Flow 'volume_create_api' (39f8c7cb-b77b-4736-898f-33b9d6ef14b6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (10fe2524-7f5e-4203-816f-9b5c04414450) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Validating volume size '1' using validate_int, validate_source_size {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (10fe2524-7f5e-4203-816f-9b5c04414450) transitioned into state 'FAILURE' from state 'RUNNING' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: Failure: cinder.exception.InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than original volume size 2GB. They must be >= original volume size. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (10fe2524-7f5e-4203-816f-9b5c04414450) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (10fe2524-7f5e-4203-816f-9b5c04414450) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Flow 'volume_create_api' (39f8c7cb-b77b-4736-898f-33b9d6ef14b6) transitioned into state 'REVERTED' from state 'RUNNING' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a533a7be-c885-4967-89f4-41b485dac1a9 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 502/1004] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:13 2025] POST /volume/v3/volumes => generated 173 bytes in 43 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-10ad2f92-0072-451b-a780-ec8e060ad7fc None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-10ad2f92-0072-451b-a780-ec8e060ad7fc tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] GET http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-10ad2f92-0072-451b-a780-ec8e060ad7fc tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-10ad2f92-0072-451b-a780-ec8e060ad7fc tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-10ad2f92-0072-451b-a780-ec8e060ad7fc tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Volume info retrieved successfully. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-10ad2f92-0072-451b-a780-ec8e060ad7fc tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b returned with HTTP 200 +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 503/1005] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:13 2025] GET /volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b => generated 846 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] DELETE http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Delete volume with id: ba898086-4d13-4461-a630-1785ae51dc1b +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Volume info retrieved successfully. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Delete volume request issued successfully. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b returned with HTTP 202 +Jan 14 22:46:13 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 503/1006] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:13 2025] DELETE /volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f0015db3-f205-41cb-b5b7-a0ede7994e3c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f0015db3-f205-41cb-b5b7-a0ede7994e3c tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] GET http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f0015db3-f205-41cb-b5b7-a0ede7994e3c tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f0015db3-f205-41cb-b5b7-a0ede7994e3c tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f0015db3-f205-41cb-b5b7-a0ede7994e3c tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Volume info retrieved successfully. +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f0015db3-f205-41cb-b5b7-a0ede7994e3c tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b returned with HTTP 200 +Jan 14 22:46:13 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 504/1007] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:13 2025] GET /volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b => generated 845 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d3188182-a76e-48aa-9136-d29a58276174 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d3188182-a76e-48aa-9136-d29a58276174 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] GET http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b +Jan 14 22:46:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d3188182-a76e-48aa-9136-d29a58276174 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:14 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d3188182-a76e-48aa-9136-d29a58276174 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:14 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d3188182-a76e-48aa-9136-d29a58276174 tempest-VolumesCloneNegativeTest-1461379781 tempest-VolumesCloneNegativeTest-1461379781-project-member] http://10.201.9.223/volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b returned with HTTP 404 +Jan 14 22:46:14 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 504/1008] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:14 2025] GET /volume/v3/volumes/ba898086-4d13-4461-a630-1785ae51dc1b => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a317995d-3717-492e-943a-4b82751c5668 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-238071081", "metadata": {"Type": "Test"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesGetTest-Volume-238071081', 'metadata': {'Type': 'Test'}}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume of 1 GB +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (3307c69d-38b3-4720-b451-fa8464c8703b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (744343cd-c416-45d2-b9e4-3deae3cc09fd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (744343cd-c416-45d2-b9e4-3deae3cc09fd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (709368c0-d2ec-4e18-a543-ba4a02b502d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Created reservations ['2683ea8b-5ee8-4933-8dbe-eedb6f2839a5', 'e8e6d173-ca54-4b87-9339-400933f195f1', 'ad9d335c-d0bf-42ee-9fd2-49eaca8e64d6', '81b7d351-1e4b-4d0d-92c0-8d716e0e59e0'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (709368c0-d2ec-4e18-a543-ba4a02b502d7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['2683ea8b-5ee8-4933-8dbe-eedb6f2839a5', 'e8e6d173-ca54-4b87-9339-400933f195f1', 'ad9d335c-d0bf-42ee-9fd2-49eaca8e64d6', '81b7d351-1e4b-4d0d-92c0-8d716e0e59e0']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d6746e5-75c1-4380-ae6a-068767859c22) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d6746e5-75c1-4380-ae6a-068767859c22) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-238071081',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['2683ea8b-5ee8-4933-8dbe-eedb6f2839a5','e8e6d173-ca54-4b87-9339-400933f195f1','ad9d335c-d0bf-42ee-9fd2-49eaca8e64d6','81b7d351-1e4b-4d0d-92c0-8d716e0e59e0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-238071081',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (786b88cd-55df-4c9c-89d4-86f1d186812f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (786b88cd-55df-4c9c-89d4-86f1d186812f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-238071081',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['2683ea8b-5ee8-4933-8dbe-eedb6f2839a5','e8e6d173-ca54-4b87-9339-400933f195f1','ad9d335c-d0bf-42ee-9fd2-49eaca8e64d6','81b7d351-1e4b-4d0d-92c0-8d716e0e59e0'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d521d5a3-4ee7-4066-b960-5255bb366412) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (d521d5a3-4ee7-4066-b960-5255bb366412) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (3307c69d-38b3-4720-b451-fa8464c8703b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request issued successfully. +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:15 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 505/1009] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:15 2025] POST /volume/v3/volumes => generated 757 bytes in 185 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-51d6bec9-acec-4d0e-9302-7d6086a09c14 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51d6bec9-acec-4d0e-9302-7d6086a09c14 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51d6bec9-acec-4d0e-9302-7d6086a09c14 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-51d6bec9-acec-4d0e-9302-7d6086a09c14 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-51d6bec9-acec-4d0e-9302-7d6086a09c14 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-51d6bec9-acec-4d0e-9302-7d6086a09c14 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 200 +Jan 14 22:46:15 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 505/1010] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:15 2025] GET /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 825 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c04e5e35-db30-46e5-a075-108381689dd9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c04e5e35-db30-46e5-a075-108381689dd9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c04e5e35-db30-46e5-a075-108381689dd9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c04e5e35-db30-46e5-a075-108381689dd9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c04e5e35-db30-46e5-a075-108381689dd9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c04e5e35-db30-46e5-a075-108381689dd9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 200 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 506/1011] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:16 2025] GET /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 850 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-75656ac6-4a70-4a65-938d-984cec949086 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-75656ac6-4a70-4a65-938d-984cec949086 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-75656ac6-4a70-4a65-938d-984cec949086 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-75656ac6-4a70-4a65-938d-984cec949086 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-75656ac6-4a70-4a65-938d-984cec949086 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-75656ac6-4a70-4a65-938d-984cec949086 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 200 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 506/1012] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:16 2025] GET /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 850 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-67bdd31e-fa57-4f72-b728-270a54d56ee9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-67bdd31e-fa57-4f72-b728-270a54d56ee9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] PUT http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-67bdd31e-fa57-4f72-b728-270a54d56ee9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-238071081"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-67bdd31e-fa57-4f72-b728-270a54d56ee9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-67bdd31e-fa57-4f72-b728-270a54d56ee9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume updated successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-67bdd31e-fa57-4f72-b728-270a54d56ee9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 200 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 507/1013] 10.201.9.223 () {60 vars in 1250 bytes} [Tue Jan 14 22:46:16 2025] PUT /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 782 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-792106a9-9a17-49d6-b4f0-67def33e8ff2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-792106a9-9a17-49d6-b4f0-67def33e8ff2 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] PUT http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-792106a9-9a17-49d6-b4f0-67def33e8ff2 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-new-Volume-2104365574", "description": "This is the new description of volume"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-792106a9-9a17-49d6-b4f0-67def33e8ff2 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-792106a9-9a17-49d6-b4f0-67def33e8ff2 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume updated successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-792106a9-9a17-49d6-b4f0-67def33e8ff2 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 200 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 507/1014] 10.201.9.223 () {60 vars in 1251 bytes} [Tue Jan 14 22:46:16 2025] PUT /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 822 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-848a2099-4bc4-470c-9de9-6cfa56f84ff6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-848a2099-4bc4-470c-9de9-6cfa56f84ff6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-848a2099-4bc4-470c-9de9-6cfa56f84ff6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-848a2099-4bc4-470c-9de9-6cfa56f84ff6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-848a2099-4bc4-470c-9de9-6cfa56f84ff6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-848a2099-4bc4-470c-9de9-6cfa56f84ff6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 200 +Jan 14 22:46:16 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 508/1015] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:16 2025] GET /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 890 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-501026db-774c-440d-86c0-90a0d8c822cd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'create', calling method: create, body: {"volume": {"description": "tempest-@#$%^* description-44399051", "availability_zone": "nova", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request body: {'volume': {'description': 'tempest-@#$%^* description-44399051', 'availability_zone': 'nova', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume of 1 GB +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (542a346d-373d-43a9-ab9b-62f503bc4a8d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0bae9346-36be-4604-aa82-f902bac373b6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0bae9346-36be-4604-aa82-f902bac373b6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:16 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (22c03528-3b4b-4b93-8d60-c395ac53547a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Created reservations ['2ab5bcdf-0b90-4725-9f37-83e3ad2bf86b', 'e7b4cb6a-4147-4afd-8cf9-e2548345d898', 'ad851c79-67e3-4a2f-a942-1424348d533f', 'd11ba407-8cf1-4a91-b5a8-3e171b2606a3'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (22c03528-3b4b-4b93-8d60-c395ac53547a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['2ab5bcdf-0b90-4725-9f37-83e3ad2bf86b', 'e7b4cb6a-4147-4afd-8cf9-e2548345d898', 'ad851c79-67e3-4a2f-a942-1424348d533f', 'd11ba407-8cf1-4a91-b5a8-3e171b2606a3']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (cc5ca65e-94f4-493d-8648-24ac7c221e55) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (cc5ca65e-94f4-493d-8648-24ac7c221e55) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '794ff573-576d-49b7-9abc-0344f8b07835', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-44399051',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['2ab5bcdf-0b90-4725-9f37-83e3ad2bf86b','e7b4cb6a-4147-4afd-8cf9-e2548345d898','ad851c79-67e3-4a2f-a942-1424348d533f','d11ba407-8cf1-4a91-b5a8-3e171b2606a3'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:17Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-44399051',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=794ff573-576d-49b7-9abc-0344f8b07835,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3887b459-23ad-4a5b-a063-48faf5517aae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3887b459-23ad-4a5b-a063-48faf5517aae) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-44399051',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['2ab5bcdf-0b90-4725-9f37-83e3ad2bf86b','e7b4cb6a-4147-4afd-8cf9-e2548345d898','ad851c79-67e3-4a2f-a942-1424348d533f','d11ba407-8cf1-4a91-b5a8-3e171b2606a3'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dd5f372d-4a3f-4933-a255-2c233dd42574) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (dd5f372d-4a3f-4933-a255-2c233dd42574) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (542a346d-373d-43a9-ab9b-62f503bc4a8d) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request issued successfully. +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:17 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 508/1016] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:16 2025] POST /volume/v3/volumes => generated 739 bytes in 115 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-83e07b61-76fd-4177-9d41-0f4b19ad2d2d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-83e07b61-76fd-4177-9d41-0f4b19ad2d2d tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-83e07b61-76fd-4177-9d41-0f4b19ad2d2d tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-83e07b61-76fd-4177-9d41-0f4b19ad2d2d tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-83e07b61-76fd-4177-9d41-0f4b19ad2d2d tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-83e07b61-76fd-4177-9d41-0f4b19ad2d2d tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 returned with HTTP 200 +Jan 14 22:46:17 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 509/1017] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:17 2025] GET /volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 => generated 807 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-612f7a07-7806-46da-b399-63ccaf71968a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-612f7a07-7806-46da-b399-63ccaf71968a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-612f7a07-7806-46da-b399-63ccaf71968a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-612f7a07-7806-46da-b399-63ccaf71968a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-612f7a07-7806-46da-b399-63ccaf71968a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-612f7a07-7806-46da-b399-63ccaf71968a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 returned with HTTP 200 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 509/1018] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:18 2025] GET /volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 => generated 832 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-af6f70de-7ca8-497f-86f4-fcc6191026f4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af6f70de-7ca8-497f-86f4-fcc6191026f4 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] PUT http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-af6f70de-7ca8-497f-86f4-fcc6191026f4 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-238071081", "description": null}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-af6f70de-7ca8-497f-86f4-fcc6191026f4 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-af6f70de-7ca8-497f-86f4-fcc6191026f4 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume updated successfully. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af6f70de-7ca8-497f-86f4-fcc6191026f4 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 returned with HTTP 200 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 510/1019] 10.201.9.223 () {60 vars in 1250 bytes} [Tue Jan 14 22:46:18 2025] PUT /volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 => generated 768 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] DELETE http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume with id: 794ff573-576d-49b7-9abc-0344f8b07835 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume request issued successfully. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 returned with HTTP 202 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 510/1020] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:18 2025] DELETE /volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7ffaadd8-328e-4bba-8a70-0720d22ed3a3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7ffaadd8-328e-4bba-8a70-0720d22ed3a3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7ffaadd8-328e-4bba-8a70-0720d22ed3a3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7ffaadd8-328e-4bba-8a70-0720d22ed3a3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7ffaadd8-328e-4bba-8a70-0720d22ed3a3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7ffaadd8-328e-4bba-8a70-0720d22ed3a3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 returned with HTTP 200 +Jan 14 22:46:18 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 511/1021] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:18 2025] GET /volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 => generated 835 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1a37ad09-1a83-4ff1-a9cc-468d01c5c8ed None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1a37ad09-1a83-4ff1-a9cc-468d01c5c8ed tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1a37ad09-1a83-4ff1-a9cc-468d01c5c8ed tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1a37ad09-1a83-4ff1-a9cc-468d01c5c8ed tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1a37ad09-1a83-4ff1-a9cc-468d01c5c8ed tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 returned with HTTP 404 +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 511/1022] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:19 2025] GET /volume/v3/volumes/794ff573-576d-49b7-9abc-0344f8b07835 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e449e125-fac0-4fca-88a9-172a90d70d27 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] DELETE http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume with id: 6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume request issued successfully. +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 202 +Jan 14 22:46:19 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 512/1023] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:19 2025] DELETE /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9b9dc13b-b35c-45d9-aa1c-e0a7253a3320 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9b9dc13b-b35c-45d9-aa1c-e0a7253a3320 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9b9dc13b-b35c-45d9-aa1c-e0a7253a3320 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9b9dc13b-b35c-45d9-aa1c-e0a7253a3320 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9b9dc13b-b35c-45d9-aa1c-e0a7253a3320 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9b9dc13b-b35c-45d9-aa1c-e0a7253a3320 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 200 +Jan 14 22:46:19 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 512/1024] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:19 2025] GET /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 889 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b27c6a40-0407-4e14-b544-84c832f04cc8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b27c6a40-0407-4e14-b544-84c832f04cc8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b27c6a40-0407-4e14-b544-84c832f04cc8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b27c6a40-0407-4e14-b544-84c832f04cc8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b27c6a40-0407-4e14-b544-84c832f04cc8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 returned with HTTP 404 +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 513/1025] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:20 2025] GET /volume/v3/volumes/6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 => generated 109 bytes in 25 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d67e1254-0186-4077-9b9d-f775f8dd466f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-302766688"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesGetTest-Volume-302766688'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume of 1 GB +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (d176217d-0b3c-431d-b719-3cbeed40250e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2eeb0244-df1f-42b4-8246-c4f8120e8c5f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2eeb0244-df1f-42b4-8246-c4f8120e8c5f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (72e72e6a-5297-44c9-8e59-d3d68a45455c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Created reservations ['7b4a85ce-9b43-437b-8488-867f3e89d6cf', 'f37ef76e-e6a3-4b33-9fd9-a6ec779fbfa5', '4263fc0b-52c4-4a5e-bfec-8b6d8faed8ae', '67ebc64d-57ae-4fa5-b541-da38939dac5b'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (72e72e6a-5297-44c9-8e59-d3d68a45455c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['7b4a85ce-9b43-437b-8488-867f3e89d6cf', 'f37ef76e-e6a3-4b33-9fd9-a6ec779fbfa5', '4263fc0b-52c4-4a5e-bfec-8b6d8faed8ae', '67ebc64d-57ae-4fa5-b541-da38939dac5b']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e565524c-079f-4225-8084-dc573b45d91f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e565524c-079f-4225-8084-dc573b45d91f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'd4532e09-0672-4ece-88f2-df87884bb92c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-302766688',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['7b4a85ce-9b43-437b-8488-867f3e89d6cf','f37ef76e-e6a3-4b33-9fd9-a6ec779fbfa5','4263fc0b-52c4-4a5e-bfec-8b6d8faed8ae','67ebc64d-57ae-4fa5-b541-da38939dac5b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-302766688',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=d4532e09-0672-4ece-88f2-df87884bb92c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3cb90727-6a24-4559-8870-2072e701a9fb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3cb90727-6a24-4559-8870-2072e701a9fb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-302766688',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['7b4a85ce-9b43-437b-8488-867f3e89d6cf','f37ef76e-e6a3-4b33-9fd9-a6ec779fbfa5','4263fc0b-52c4-4a5e-bfec-8b6d8faed8ae','67ebc64d-57ae-4fa5-b541-da38939dac5b'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e481f1c9-1166-4cca-abc1-d634a6a26a5f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e481f1c9-1166-4cca-abc1-d634a6a26a5f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (d176217d-0b3c-431d-b719-3cbeed40250e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request issued successfully. +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:20 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 513/1026] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:20 2025] POST /volume/v3/volumes => generated 743 bytes in 132 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-62bc1bcf-e7c3-4f86-876a-6398cf89603c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-62bc1bcf-e7c3-4f86-876a-6398cf89603c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-62bc1bcf-e7c3-4f86-876a-6398cf89603c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-62bc1bcf-e7c3-4f86-876a-6398cf89603c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-62bc1bcf-e7c3-4f86-876a-6398cf89603c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-62bc1bcf-e7c3-4f86-876a-6398cf89603c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c returned with HTTP 200 +Jan 14 22:46:20 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 514/1027] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:20 2025] GET /volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c => generated 811 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-380425d5-dff7-4f54-b257-d5f9ceac9244 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-380425d5-dff7-4f54-b257-d5f9ceac9244 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-380425d5-dff7-4f54-b257-d5f9ceac9244 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-380425d5-dff7-4f54-b257-d5f9ceac9244 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-380425d5-dff7-4f54-b257-d5f9ceac9244 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-380425d5-dff7-4f54-b257-d5f9ceac9244 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c returned with HTTP 200 +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 514/1028] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:21 2025] GET /volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c => generated 836 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'create', calling method: create, body: {"volume": {"source_volid": "d4532e09-0672-4ece-88f2-df87884bb92c", "size": 1, "name": "tempest-VolumesGetTest-Volume-1432729897", "metadata": {"Type": "Test"}}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request body: {'volume': {'source_volid': 'd4532e09-0672-4ece-88f2-df87884bb92c', 'size': 1, 'name': 'tempest-VolumesGetTest-Volume-1432729897', 'metadata': {'Type': 'Test'}}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume retrieved successfully. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume of 1 GB +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (a075c7d4-be47-431e-99e6-60adeb381f88) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2c1900cd-ee01-42c7-a227-b37a0d02b880) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Validating volume size '1' using validate_int, validate_source_size {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2c1900cd-ee01-42c7-a227-b37a0d02b880) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': 'd4532e09-0672-4ece-88f2-df87884bb92c', 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e0807044-0ca5-4f44-a378-d7a2199452d0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Created reservations ['83a56934-1161-4b38-8d19-174d956e1b71', '49d5d4aa-8a1d-4b6f-93f3-8db10ec71f06', 'fb788db8-3db2-402d-8737-19b07c38163a', 'b6685c7a-4969-4219-a30c-2c42252e4191'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (e0807044-0ca5-4f44-a378-d7a2199452d0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['83a56934-1161-4b38-8d19-174d956e1b71', '49d5d4aa-8a1d-4b6f-93f3-8db10ec71f06', 'fb788db8-3db2-402d-8737-19b07c38163a', 'b6685c7a-4969-4219-a30c-2c42252e4191']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4dbcd3da-9e0a-464e-a7a9-9aea26d00e8c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4dbcd3da-9e0a-464e-a7a9-9aea26d00e8c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '9c5c6f96-138e-4f43-b1e2-0658c10f3f17', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1432729897',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['83a56934-1161-4b38-8d19-174d956e1b71','49d5d4aa-8a1d-4b6f-93f3-8db10ec71f06','fb788db8-3db2-402d-8737-19b07c38163a','b6685c7a-4969-4219-a30c-2c42252e4191'],size=1,snapshot_id=None,source_replicaid=,source_volid=d4532e09-0672-4ece-88f2-df87884bb92c,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1432729897',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=9c5c6f96-138e-4f43-b1e2-0658c10f3f17,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=d4532e09-0672-4ece-88f2-df87884bb92c,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c5bc4307-a8ec-4c9d-8a1f-37b47e0cd336) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c5bc4307-a8ec-4c9d-8a1f-37b47e0cd336) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1432729897',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='Test'},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['83a56934-1161-4b38-8d19-174d956e1b71','49d5d4aa-8a1d-4b6f-93f3-8db10ec71f06','fb788db8-3db2-402d-8737-19b07c38163a','b6685c7a-4969-4219-a30c-2c42252e4191'],size=1,snapshot_id=None,source_replicaid=,source_volid=d4532e09-0672-4ece-88f2-df87884bb92c,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (67b3b8ff-7fb0-4180-bb1b-00b7e8160dca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (67b3b8ff-7fb0-4180-bb1b-00b7e8160dca) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (a075c7d4-be47-431e-99e6-60adeb381f88) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request issued successfully. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:21 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 515/1029] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:21 2025] POST /volume/v3/volumes => generated 792 bytes in 141 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f6095605-71c9-46df-ae9c-9946eb22bed9 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f6095605-71c9-46df-ae9c-9946eb22bed9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f6095605-71c9-46df-ae9c-9946eb22bed9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f6095605-71c9-46df-ae9c-9946eb22bed9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f6095605-71c9-46df-ae9c-9946eb22bed9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f6095605-71c9-46df-ae9c-9946eb22bed9 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 200 +Jan 14 22:46:21 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 515/1030] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:21 2025] GET /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 860 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1a7af554-8921-45f2-b5c4-808ece9382cb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1a7af554-8921-45f2-b5c4-808ece9382cb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1a7af554-8921-45f2-b5c4-808ece9382cb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1a7af554-8921-45f2-b5c4-808ece9382cb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1a7af554-8921-45f2-b5c4-808ece9382cb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1a7af554-8921-45f2-b5c4-808ece9382cb tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 200 +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 516/1031] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:22 2025] GET /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 885 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-45143b0c-90f2-42a7-8e9a-9f79b55934d1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-45143b0c-90f2-42a7-8e9a-9f79b55934d1 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-45143b0c-90f2-42a7-8e9a-9f79b55934d1 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-45143b0c-90f2-42a7-8e9a-9f79b55934d1 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-45143b0c-90f2-42a7-8e9a-9f79b55934d1 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-45143b0c-90f2-42a7-8e9a-9f79b55934d1 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 200 +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 516/1032] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:22 2025] GET /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 885 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c22bb0bd-97a4-46c0-ab68-e0e859aa5fd3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c22bb0bd-97a4-46c0-ab68-e0e859aa5fd3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] PUT http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c22bb0bd-97a4-46c0-ab68-e0e859aa5fd3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-1432729897"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c22bb0bd-97a4-46c0-ab68-e0e859aa5fd3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c22bb0bd-97a4-46c0-ab68-e0e859aa5fd3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume updated successfully. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c22bb0bd-97a4-46c0-ab68-e0e859aa5fd3 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 200 +Jan 14 22:46:22 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 517/1033] 10.201.9.223 () {60 vars in 1250 bytes} [Tue Jan 14 22:46:22 2025] PUT /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 817 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2d1138bf-39e8-47ad-bdd2-40da9f1a0d77 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2d1138bf-39e8-47ad-bdd2-40da9f1a0d77 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] PUT http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2d1138bf-39e8-47ad-bdd2-40da9f1a0d77 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-new-Volume-1081473888", "description": "This is the new description of volume"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:22 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2d1138bf-39e8-47ad-bdd2-40da9f1a0d77 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2d1138bf-39e8-47ad-bdd2-40da9f1a0d77 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume updated successfully. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2d1138bf-39e8-47ad-bdd2-40da9f1a0d77 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 200 +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 517/1034] 10.201.9.223 () {60 vars in 1251 bytes} [Tue Jan 14 22:46:22 2025] PUT /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4bf0e03c-2eb0-4caf-916c-5c12db6f5b15 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4bf0e03c-2eb0-4caf-916c-5c12db6f5b15 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4bf0e03c-2eb0-4caf-916c-5c12db6f5b15 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4bf0e03c-2eb0-4caf-916c-5c12db6f5b15 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-4bf0e03c-2eb0-4caf-916c-5c12db6f5b15 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4bf0e03c-2eb0-4caf-916c-5c12db6f5b15 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 200 +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 518/1035] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:23 2025] GET /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 924 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a7943247-83a9-4648-95f2-250f5d18483a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'create', calling method: create, body: {"volume": {"description": "tempest-@#$%^* description-1430180581", "availability_zone": "nova", "size": 1}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request body: {'volume': {'description': 'tempest-@#$%^* description-1430180581', 'availability_zone': 'nova', 'size': 1}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume of 1 GB +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (af3c42bf-7ceb-4907-b357-51ffbd4687e6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1f91c9b3-3d49-4757-af4f-110ff6ff6c1b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Validating volume size '1' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1f91c9b3-3d49-4757-af4f-110ff6ff6c1b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (825b63c9-231e-4497-b571-045f3adca71d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Created reservations ['38b6a4b9-fe75-4bd5-8276-5ff380dbbcb7', '947ad79d-16db-4676-81ea-e0f41f2f567c', 'a0ece3a2-eb4b-4e78-972a-d6f3b7063c27', '4ff6aa87-bc7f-4e0d-9ff2-700611c360d5'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (825b63c9-231e-4497-b571-045f3adca71d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['38b6a4b9-fe75-4bd5-8276-5ff380dbbcb7', '947ad79d-16db-4676-81ea-e0f41f2f567c', 'a0ece3a2-eb4b-4e78-972a-d6f3b7063c27', '4ff6aa87-bc7f-4e0d-9ff2-700611c360d5']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b6e99929-c30c-4435-ac99-279aaba22789) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b6e99929-c30c-4435-ac99-279aaba22789) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'd001f677-c0cb-434e-911d-4f580be7c446', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-1430180581',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['38b6a4b9-fe75-4bd5-8276-5ff380dbbcb7','947ad79d-16db-4676-81ea-e0f41f2f567c','a0ece3a2-eb4b-4e78-972a-d6f3b7063c27','4ff6aa87-bc7f-4e0d-9ff2-700611c360d5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:23Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-1430180581',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=d001f677-c0cb-434e-911d-4f580be7c446,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8122d817-f90f-413a-a108-71b9b4e3ee2a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (8122d817-f90f-413a-a108-71b9b4e3ee2a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description='tempest-@#$%^* description-1430180581',display_name=None,encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fa1c6342ed5a49b0b8e556468740e792',qos_specs=None,replication_status=,reservations=['38b6a4b9-fe75-4bd5-8276-5ff380dbbcb7','947ad79d-16db-4676-81ea-e0f41f2f567c','a0ece3a2-eb4b-4e78-972a-d6f3b7063c27','4ff6aa87-bc7f-4e0d-9ff2-700611c360d5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ac40ad92-9999-4224-ae86-3988d1c2273d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ac40ad92-9999-4224-ae86-3988d1c2273d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Flow 'volume_create_api' (af3c42bf-7ceb-4907-b357-51ffbd4687e6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Create volume request issued successfully. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:23 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 518/1036] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:23 2025] POST /volume/v3/volumes => generated 741 bytes in 128 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0d373b2f-d68a-484f-aaf4-b3b5683d706b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0d373b2f-d68a-484f-aaf4-b3b5683d706b tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0d373b2f-d68a-484f-aaf4-b3b5683d706b tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0d373b2f-d68a-484f-aaf4-b3b5683d706b tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0d373b2f-d68a-484f-aaf4-b3b5683d706b tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0d373b2f-d68a-484f-aaf4-b3b5683d706b tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 returned with HTTP 200 +Jan 14 22:46:23 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 519/1037] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:23 2025] GET /volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 => generated 809 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-950263c9-7533-4cbb-aef6-7596b43a6279 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-950263c9-7533-4cbb-aef6-7596b43a6279 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-950263c9-7533-4cbb-aef6-7596b43a6279 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-950263c9-7533-4cbb-aef6-7596b43a6279 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-950263c9-7533-4cbb-aef6-7596b43a6279 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-950263c9-7533-4cbb-aef6-7596b43a6279 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 returned with HTTP 200 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 519/1038] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:24 2025] GET /volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 => generated 834 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8baf37eb-cb1e-407f-9bda-be214db2ba0e None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8baf37eb-cb1e-407f-9bda-be214db2ba0e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] PUT http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8baf37eb-cb1e-407f-9bda-be214db2ba0e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "tempest-VolumesGetTest-Volume-1432729897", "description": null}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8baf37eb-cb1e-407f-9bda-be214db2ba0e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8baf37eb-cb1e-407f-9bda-be214db2ba0e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume updated successfully. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8baf37eb-cb1e-407f-9bda-be214db2ba0e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 returned with HTTP 200 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 520/1039] 10.201.9.223 () {60 vars in 1250 bytes} [Tue Jan 14 22:46:24 2025] PUT /volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 => generated 769 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] DELETE http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume with id: d001f677-c0cb-434e-911d-4f580be7c446 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume request issued successfully. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 returned with HTTP 202 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 520/1040] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:24 2025] DELETE /volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d671138c-a9e6-41a8-8d1c-67a456d0f4ae None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d671138c-a9e6-41a8-8d1c-67a456d0f4ae tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d671138c-a9e6-41a8-8d1c-67a456d0f4ae tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d671138c-a9e6-41a8-8d1c-67a456d0f4ae tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d671138c-a9e6-41a8-8d1c-67a456d0f4ae tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d671138c-a9e6-41a8-8d1c-67a456d0f4ae tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 returned with HTTP 200 +Jan 14 22:46:24 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 521/1041] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:24 2025] GET /volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 => generated 836 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-85a4e166-fe97-4fb2-a96e-effe36d91135 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85a4e166-fe97-4fb2-a96e-effe36d91135 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-85a4e166-fe97-4fb2-a96e-effe36d91135 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-85a4e166-fe97-4fb2-a96e-effe36d91135 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-85a4e166-fe97-4fb2-a96e-effe36d91135 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 returned with HTTP 404 +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 521/1042] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:25 2025] GET /volume/v3/volumes/d001f677-c0cb-434e-911d-4f580be7c446 => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-91835a26-8571-4bda-945e-43da279cf5ea None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] DELETE http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume with id: 9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume request issued successfully. +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 202 +Jan 14 22:46:25 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 522/1043] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:25 2025] DELETE /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-218db3ec-a7ad-4170-82f0-55da9b74a4ce None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-218db3ec-a7ad-4170-82f0-55da9b74a4ce tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-218db3ec-a7ad-4170-82f0-55da9b74a4ce tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-218db3ec-a7ad-4170-82f0-55da9b74a4ce tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-218db3ec-a7ad-4170-82f0-55da9b74a4ce tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-218db3ec-a7ad-4170-82f0-55da9b74a4ce tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 200 +Jan 14 22:46:25 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 522/1044] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:25 2025] GET /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 923 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3800ad3d-bcff-4803-90d4-9626094d1c8f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3800ad3d-bcff-4803-90d4-9626094d1c8f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3800ad3d-bcff-4803-90d4-9626094d1c8f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3800ad3d-bcff-4803-90d4-9626094d1c8f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3800ad3d-bcff-4803-90d4-9626094d1c8f tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 returned with HTTP 404 +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 523/1045] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:26 2025] GET /volume/v3/volumes/9c5c6f96-138e-4f43-b1e2-0658c10f3f17 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-ec407c10-9bc3-4f94-b8ae-45a8dedb3ace None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ec407c10-9bc3-4f94-b8ae-45a8dedb3ace tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ec407c10-9bc3-4f94-b8ae-45a8dedb3ace tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-ec407c10-9bc3-4f94-b8ae-45a8dedb3ace tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-ec407c10-9bc3-4f94-b8ae-45a8dedb3ace tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-ec407c10-9bc3-4f94-b8ae-45a8dedb3ace tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c returned with HTTP 200 +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 523/1046] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:26 2025] GET /volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c => generated 836 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] DELETE http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume with id: d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Delete volume request issued successfully. +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c returned with HTTP 202 +Jan 14 22:46:26 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 524/1047] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:26 2025] DELETE /volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5dc0b429-7acc-4878-9758-9a5a8d7275ec None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5dc0b429-7acc-4878-9758-9a5a8d7275ec tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5dc0b429-7acc-4878-9758-9a5a8d7275ec tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5dc0b429-7acc-4878-9758-9a5a8d7275ec tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5dc0b429-7acc-4878-9758-9a5a8d7275ec tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5dc0b429-7acc-4878-9758-9a5a8d7275ec tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c returned with HTTP 200 +Jan 14 22:46:26 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 524/1048] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:26 2025] GET /volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c => generated 835 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0f3de0e9-d69c-4261-94f6-d082e7f9c9e6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0f3de0e9-d69c-4261-94f6-d082e7f9c9e6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0f3de0e9-d69c-4261-94f6-d082e7f9c9e6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0f3de0e9-d69c-4261-94f6-d082e7f9c9e6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0f3de0e9-d69c-4261-94f6-d082e7f9c9e6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Volume info retrieved successfully. +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0f3de0e9-d69c-4261-94f6-d082e7f9c9e6 tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c returned with HTTP 200 +Jan 14 22:46:27 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 525/1049] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:27 2025] GET /volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c => generated 835 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e1e59e5b-0a39-4152-8534-73473998020e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e1e59e5b-0a39-4152-8534-73473998020e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] GET http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c +Jan 14 22:46:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e1e59e5b-0a39-4152-8534-73473998020e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:28 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e1e59e5b-0a39-4152-8534-73473998020e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:28 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e1e59e5b-0a39-4152-8534-73473998020e tempest-VolumesGetTest-1399171525 tempest-VolumesGetTest-1399171525-project-member] http://10.201.9.223/volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c returned with HTTP 404 +Jan 14 22:46:28 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 525/1050] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:28 2025] GET /volume/v3/volumes/d4532e09-0672-4ece-88f2-df87884bb92c => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-345d4469-ce88-4a8a-9dde-b220cbe93aa1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-345d4469-ce88-4a8a-9dde-b220cbe93aa1 tempest-VolumesSummaryTest-596143763 tempest-VolumesSummaryTest-596143763-project-member] GET http://10.201.9.223/volume/v3/volumes/summary +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-345d4469-ce88-4a8a-9dde-b220cbe93aa1 tempest-VolumesSummaryTest-596143763 tempest-VolumesSummaryTest-596143763-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-345d4469-ce88-4a8a-9dde-b220cbe93aa1 tempest-VolumesSummaryTest-596143763 tempest-VolumesSummaryTest-596143763-project-member] Calling method 'version_select' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-345d4469-ce88-4a8a-9dde-b220cbe93aa1 tempest-VolumesSummaryTest-596143763 tempest-VolumesSummaryTest-596143763-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-345d4469-ce88-4a8a-9dde-b220cbe93aa1 tempest-VolumesSummaryTest-596143763 tempest-VolumesSummaryTest-596143763-project-member] Get summary completed successfully. +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-345d4469-ce88-4a8a-9dde-b220cbe93aa1 tempest-VolumesSummaryTest-596143763 tempest-VolumesSummaryTest-596143763-project-member] http://10.201.9.223/volume/v3/volumes/summary returned with HTTP 200 +Jan 14 22:46:29 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 526/1051] 10.201.9.223 () {60 vars in 1184 bytes} [Tue Jan 14 22:46:29 2025] GET /volume/v3/volumes/summary => generated 55 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-bc60a276-57e4-45ee-b560-58763594b2e3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bc60a276-57e4-45ee-b560-58763594b2e3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bc60a276-57e4-45ee-b560-58763594b2e3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-bc60a276-57e4-45ee-b560-58763594b2e3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-bc60a276-57e4-45ee-b560-58763594b2e3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-bc60a276-57e4-45ee-b560-58763594b2e3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-bc60a276-57e4-45ee-b560-58763594b2e3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-bc60a276-57e4-45ee-b560-58763594b2e3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 +Jan 14 22:46:30 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 526/1052] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:30 2025] GET /volume/v3/volumes => generated 15 bytes in 96 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "name": "tempest-VolumesListTestJSON-Volume-626822992"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'name': 'tempest-VolumesListTestJSON-Volume-626822992'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume of 1 GB +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Flow 'volume_create_api' (99850564-4433-4afe-9502-21f86496188c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (18b6b0d8-8219-4716-b52c-b48f543f119d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (18b6b0d8-8219-4716-b52c-b48f543f119d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85c64373-862d-4107-ad63-3274c2143cf7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Created reservations ['bbc5178d-c7a4-4f80-afaf-061ffebd93db', '52faf127-20ef-4421-8f9c-b60b68e4c1cc', '19c37c5f-cedf-40ac-a68e-9f4a1127724d', 'fa18041f-8293-4c36-89ff-12c582bef441'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85c64373-862d-4107-ad63-3274c2143cf7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['bbc5178d-c7a4-4f80-afaf-061ffebd93db', '52faf127-20ef-4421-8f9c-b60b68e4c1cc', '19c37c5f-cedf-40ac-a68e-9f4a1127724d', 'fa18041f-8293-4c36-89ff-12c582bef441']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9254f975-c0a8-4579-aeba-20fc18502b63) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9254f975-c0a8-4579-aeba-20fc18502b63) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a4c15baa-7954-4a95-89f2-cf0f93f15c7f', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-626822992',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8e658465ce2e4856bfa6292173b31a51',qos_specs=None,replication_status=,reservations=['bbc5178d-c7a4-4f80-afaf-061ffebd93db','52faf127-20ef-4421-8f9c-b60b68e4c1cc','19c37c5f-cedf-40ac-a68e-9f4a1127724d','fa18041f-8293-4c36-89ff-12c582bef441'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c2ee97822c374553b39869dcabfbe6f2',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-626822992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=a4c15baa-7954-4a95-89f2-cf0f93f15c7f,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:30 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (90227499-0e31-4723-9efa-296b9f053337) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (90227499-0e31-4723-9efa-296b9f053337) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-626822992',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8e658465ce2e4856bfa6292173b31a51',qos_specs=None,replication_status=,reservations=['bbc5178d-c7a4-4f80-afaf-061ffebd93db','52faf127-20ef-4421-8f9c-b60b68e4c1cc','19c37c5f-cedf-40ac-a68e-9f4a1127724d','fa18041f-8293-4c36-89ff-12c582bef441'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c2ee97822c374553b39869dcabfbe6f2',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2f298c47-0f79-4095-8aea-829fa725c531) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (2f298c47-0f79-4095-8aea-829fa725c531) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Flow 'volume_create_api' (99850564-4433-4afe-9502-21f86496188c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume request issued successfully. +Jan 14 22:46:31 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:31 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 527/1053] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:30 2025] POST /volume/v3/volumes => generated 762 bytes in 127 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-439e7aba-7aa7-4003-8e68-4d69b81056ea None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-439e7aba-7aa7-4003-8e68-4d69b81056ea tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-439e7aba-7aa7-4003-8e68-4d69b81056ea tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-439e7aba-7aa7-4003-8e68-4d69b81056ea tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-439e7aba-7aa7-4003-8e68-4d69b81056ea tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-439e7aba-7aa7-4003-8e68-4d69b81056ea tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 200 +Jan 14 22:46:31 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 527/1054] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:31 2025] GET /volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 830 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8af6f6fd-a857-4daf-a334-f10481b6e7ec None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8af6f6fd-a857-4daf-a334-f10481b6e7ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8af6f6fd-a857-4daf-a334-f10481b6e7ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8af6f6fd-a857-4daf-a334-f10481b6e7ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8af6f6fd-a857-4daf-a334-f10481b6e7ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8af6f6fd-a857-4daf-a334-f10481b6e7ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 200 +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 528/1055] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:32 2025] GET /volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 855 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-afd97565-a252-449d-aad7-267994870bc3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-afd97565-a252-449d-aad7-267994870bc3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-afd97565-a252-449d-aad7-267994870bc3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-afd97565-a252-449d-aad7-267994870bc3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-afd97565-a252-449d-aad7-267994870bc3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-afd97565-a252-449d-aad7-267994870bc3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 200 +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 528/1056] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:32 2025] GET /volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 855 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "name": "tempest-VolumesListTestJSON-Volume-594405468"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'name': 'tempest-VolumesListTestJSON-Volume-594405468'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume of 1 GB +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Flow 'volume_create_api' (d31cf42b-285f-48be-8a1b-7863c044de3b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a0c4a945-eb53-4d19-9455-e56bd13cee30) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a0c4a945-eb53-4d19-9455-e56bd13cee30) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (bf587269-ea57-410a-a02d-4d04a2c994e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Created reservations ['8b342cc8-5bf3-4d3c-9bd4-5b3cbd112787', 'd428b4e8-3950-4fbe-8d06-a811745b1cce', 'e3c01adc-698b-4989-9656-da87d8c955fa', '5dd393c7-e53c-429a-81df-c049a81946db'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (bf587269-ea57-410a-a02d-4d04a2c994e0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8b342cc8-5bf3-4d3c-9bd4-5b3cbd112787', 'd428b4e8-3950-4fbe-8d06-a811745b1cce', 'e3c01adc-698b-4989-9656-da87d8c955fa', '5dd393c7-e53c-429a-81df-c049a81946db']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (925287a4-952a-45fb-b059-370292d8673c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (925287a4-952a-45fb-b059-370292d8673c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'b1190a74-b5fa-4f6a-8fb9-55ebff5140d2', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-594405468',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8e658465ce2e4856bfa6292173b31a51',qos_specs=None,replication_status=,reservations=['8b342cc8-5bf3-4d3c-9bd4-5b3cbd112787','d428b4e8-3950-4fbe-8d06-a811745b1cce','e3c01adc-698b-4989-9656-da87d8c955fa','5dd393c7-e53c-429a-81df-c049a81946db'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c2ee97822c374553b39869dcabfbe6f2',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:32Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-594405468',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (320f3e6b-f7dd-474a-a97c-86f3ccb4120b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (320f3e6b-f7dd-474a-a97c-86f3ccb4120b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-594405468',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8e658465ce2e4856bfa6292173b31a51',qos_specs=None,replication_status=,reservations=['8b342cc8-5bf3-4d3c-9bd4-5b3cbd112787','d428b4e8-3950-4fbe-8d06-a811745b1cce','e3c01adc-698b-4989-9656-da87d8c955fa','5dd393c7-e53c-429a-81df-c049a81946db'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c2ee97822c374553b39869dcabfbe6f2',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (819e6c55-1b49-4dda-a563-326426d377ad) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (819e6c55-1b49-4dda-a563-326426d377ad) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Flow 'volume_create_api' (d31cf42b-285f-48be-8a1b-7863c044de3b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume request issued successfully. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:32 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 529/1057] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:32 2025] POST /volume/v3/volumes => generated 762 bytes in 115 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-669dbd81-340b-4f8b-8d38-c3063e06a850 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-669dbd81-340b-4f8b-8d38-c3063e06a850 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-669dbd81-340b-4f8b-8d38-c3063e06a850 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-669dbd81-340b-4f8b-8d38-c3063e06a850 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-669dbd81-340b-4f8b-8d38-c3063e06a850 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-669dbd81-340b-4f8b-8d38-c3063e06a850 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 200 +Jan 14 22:46:32 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 529/1058] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:32 2025] GET /volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 830 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9506481d-7a43-43ca-a6b7-bcfbfb59b8e2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9506481d-7a43-43ca-a6b7-bcfbfb59b8e2 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9506481d-7a43-43ca-a6b7-bcfbfb59b8e2 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9506481d-7a43-43ca-a6b7-bcfbfb59b8e2 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9506481d-7a43-43ca-a6b7-bcfbfb59b8e2 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9506481d-7a43-43ca-a6b7-bcfbfb59b8e2 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 200 +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 530/1059] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:33 2025] GET /volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 855 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1876cb0d-1cbf-4499-9e5f-f4ea12c57957 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1876cb0d-1cbf-4499-9e5f-f4ea12c57957 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1876cb0d-1cbf-4499-9e5f-f4ea12c57957 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1876cb0d-1cbf-4499-9e5f-f4ea12c57957 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1876cb0d-1cbf-4499-9e5f-f4ea12c57957 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1876cb0d-1cbf-4499-9e5f-f4ea12c57957 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 200 +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 530/1060] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:33 2025] GET /volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 855 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "name": "tempest-VolumesListTestJSON-Volume-1339847679"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'name': 'tempest-VolumesListTestJSON-Volume-1339847679'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume of 1 GB +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Flow 'volume_create_api' (b9b029e5-7373-41c0-b829-98e29017b767) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e1802884-f03e-4d75-a236-eda806c6188a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e1802884-f03e-4d75-a236-eda806c6188a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3bf791c8-57eb-48f2-9526-1232b52a947b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Created reservations ['0d315148-c040-431c-81c1-466b5f3a27a4', 'd14d0fbe-4d4c-4bfb-91d0-eb619b64c1d5', 'de4eafe0-9733-4843-b1a4-2de048a6c745', '3cd7ca33-98f6-4d86-bc1c-439252a5dcb2'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (3bf791c8-57eb-48f2-9526-1232b52a947b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0d315148-c040-431c-81c1-466b5f3a27a4', 'd14d0fbe-4d4c-4bfb-91d0-eb619b64c1d5', 'de4eafe0-9733-4843-b1a4-2de048a6c745', '3cd7ca33-98f6-4d86-bc1c-439252a5dcb2']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2b1d6c9c-d9b0-407d-bafe-777e82d24a69) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (2b1d6c9c-d9b0-407d-bafe-777e82d24a69) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '5e79d5f8-4f9e-4c5a-b184-1345cba53a30', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1339847679',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8e658465ce2e4856bfa6292173b31a51',qos_specs=None,replication_status=,reservations=['0d315148-c040-431c-81c1-466b5f3a27a4','d14d0fbe-4d4c-4bfb-91d0-eb619b64c1d5','de4eafe0-9733-4843-b1a4-2de048a6c745','3cd7ca33-98f6-4d86-bc1c-439252a5dcb2'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c2ee97822c374553b39869dcabfbe6f2',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1339847679',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=5e79d5f8-4f9e-4c5a-b184-1345cba53a30,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (474f4a7e-2144-4624-a01b-764be0389568) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (474f4a7e-2144-4624-a01b-764be0389568) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1339847679',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='8e658465ce2e4856bfa6292173b31a51',qos_specs=None,replication_status=,reservations=['0d315148-c040-431c-81c1-466b5f3a27a4','d14d0fbe-4d4c-4bfb-91d0-eb619b64c1d5','de4eafe0-9733-4843-b1a4-2de048a6c745','3cd7ca33-98f6-4d86-bc1c-439252a5dcb2'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='c2ee97822c374553b39869dcabfbe6f2',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f54ed830-a65d-4244-8171-89e4a4fc0bf0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f54ed830-a65d-4244-8171-89e4a4fc0bf0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Flow 'volume_create_api' (b9b029e5-7373-41c0-b829-98e29017b767) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Create volume request issued successfully. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:33 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 531/1061] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:33 2025] POST /volume/v3/volumes => generated 763 bytes in 109 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-fd541ccb-17ce-45eb-bd62-5b1447f09b66 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fd541ccb-17ce-45eb-bd62-5b1447f09b66 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fd541ccb-17ce-45eb-bd62-5b1447f09b66 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fd541ccb-17ce-45eb-bd62-5b1447f09b66 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-fd541ccb-17ce-45eb-bd62-5b1447f09b66 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fd541ccb-17ce-45eb-bd62-5b1447f09b66 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 200 +Jan 14 22:46:33 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 531/1062] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:33 2025] GET /volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 831 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-cadea4e8-0ce1-4415-aab2-042141fdb9fa None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cadea4e8-0ce1-4415-aab2-042141fdb9fa tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cadea4e8-0ce1-4415-aab2-042141fdb9fa tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-cadea4e8-0ce1-4415-aab2-042141fdb9fa tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-cadea4e8-0ce1-4415-aab2-042141fdb9fa tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-cadea4e8-0ce1-4415-aab2-042141fdb9fa tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 532/1063] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-31563b10-f89d-4595-bd9e-cffdca2553fb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-31563b10-f89d-4595-bd9e-cffdca2553fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-31563b10-f89d-4595-bd9e-cffdca2553fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-31563b10-f89d-4595-bd9e-cffdca2553fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-31563b10-f89d-4595-bd9e-cffdca2553fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-31563b10-f89d-4595-bd9e-cffdca2553fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 532/1064] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 856 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0bf82cef-091e-4df9-9ec8-916dec5f2fb7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 533/1065] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes => generated 980 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1339847679 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesListTestJSON-Volume-1339847679'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1ba6901f-380f-43da-bb67-8f27b7bb2ef5 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1339847679 returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 533/1066] 10.201.9.223 () {58 vars in 1220 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1339847679 => generated 336 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1339847679 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesListTestJSON-Volume-1339847679'), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-703b9c92-05f0-4bb3-a4b5-14ef1c542954 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1339847679 returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 534/1067] 10.201.9.223 () {58 vars in 1241 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1339847679 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7d33e9fe-57de-4d43-af49-8d77f43afdd1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1 returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 534/1068] 10.201.9.223 () {58 vars in 1155 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/detail?limit=1 => generated 1003 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4628fe81-2a59-4e58-b6b5-d2e0c7c942ef tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 535/1069] 10.201.9.223 () {58 vars in 1243 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/detail?limit=1&marker=5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 1002 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-65f54ef1-5df7-4404-877c-7f25774cf667 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-65f54ef1-5df7-4404-877c-7f25774cf667 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-65f54ef1-5df7-4404-877c-7f25774cf667 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-65f54ef1-5df7-4404-877c-7f25774cf667 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-65f54ef1-5df7-4404-877c-7f25774cf667 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-65f54ef1-5df7-4404-877c-7f25774cf667 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-65f54ef1-5df7-4404-877c-7f25774cf667 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-65f54ef1-5df7-4404-877c-7f25774cf667 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 535/1070] 10.201.9.223 () {58 vars in 1243 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/detail?limit=1&marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 1002 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f201415f-2cc0-43b1-8c63-89c29b34ed99 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=1&marker=a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 536/1071] 10.201.9.223 () {58 vars in 1243 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/detail?limit=1&marker=a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-97edf402-5646-47a7-8320-95b65601786b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=asc&sort_key=id +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value available, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-97edf402-5646-47a7-8320-95b65601786b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=asc&sort_key=id returned with HTTP 200 +Jan 14 22:46:34 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 536/1072] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/detail?limit=2&status=available&sort_dir=asc&sort_key=id => generated 1890 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:46:34 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=desc&sort_key=id +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value available, assuming string {{(pid=115489) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f68bedf7-0fc6-4168-a8c3-a0ee650a898d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?limit=2&status=available&sort_dir=desc&sort_key=id returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 537/1073] 10.201.9.223 () {58 vars in 1241 bytes} [Tue Jan 14 22:46:34 2025] GET /volume/v3/volumes/detail?limit=2&status=available&sort_dir=desc&sort_key=id => generated 1890 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-692dde38-5077-43ad-8dab-5c9f6952ce32 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?limit=1 returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 537/1074] 10.201.9.223 () {58 vars in 1134 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?limit=1 => generated 473 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1&marker=5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-1066d911-0267-4f8c-9e0d-3fed1b171df7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?limit=1&marker=5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 538/1075] 10.201.9.223 () {58 vars in 1222 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?limit=1&marker=5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 472 bytes in 183 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1&marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-75bdb978-6845-4ec8-8ada-bb18866c20b7 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?limit=1&marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 538/1076] 10.201.9.223 () {58 vars in 1222 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?limit=1&marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 472 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?limit=1&marker=a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-721d363a-3d0b-4cc6-aac1-1ef0942a5794 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?limit=1&marker=a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 539/1077] 10.201.9.223 () {58 vars in 1222 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?limit=1&marker=a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b7838185-6d51-452e-9364-e41541264ebd None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1339847679&status=available +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value available, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('status', 'available'), ('display_name', 'tempest-VolumesListTestJSON-Volume-1339847679'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b7838185-6d51-452e-9364-e41541264ebd tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1339847679&status=available returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 539/1078] 10.201.9.223 () {58 vars in 1254 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?name=tempest-VolumesListTestJSON-Volume-1339847679&status=available => generated 336 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1339847679&status=available +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value available, assuming string {{(pid=115489) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('status', 'available'), ('display_name', 'tempest-VolumesListTestJSON-Volume-1339847679'), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79ceccfa-d7d9-413b-ae45-4ef0b0177af3 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1339847679&status=available returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 540/1079] 10.201.9.223 () {58 vars in 1275 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes/detail?name=tempest-VolumesListTestJSON-Volume-1339847679&status=available => generated 859 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2&sort=id%3Aasc +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9952a135-d8b4-41a2-b136-2a68f985dd5d tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2&sort=id%3Aasc returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 540/1080] 10.201.9.223 () {58 vars in 1255 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes/detail?marker=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2&sort=id%3Aasc => generated 15 bytes in 193 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?metadata=%7B%27Type%27%3A+%27work%27%7D +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('metadata', {'Type': 'work'}), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-47ce1a75-9434-449d-b6fe-38666dfd1270 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?metadata=%7B%27Type%27%3A+%27work%27%7D returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 541/1081] 10.201.9.223 () {58 vars in 1219 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes/detail?metadata=%7B%27Type%27%3A+%27work%27%7D => generated 2549 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c073cb2e-2a7c-4981-9e6d-5427bd941415 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 541/1082] 10.201.9.223 () {58 vars in 1140 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes/detail => generated 2549 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?metadata=%7B%27Type%27%3A+%27work%27%7D +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('metadata', {'Type': 'work'}), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-534c2e0a-78c5-49b1-b04d-b159711af9c1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?metadata=%7B%27Type%27%3A+%27work%27%7D returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 542/1083] 10.201.9.223 () {58 vars in 1198 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?metadata=%7B%27Type%27%3A+%27work%27%7D => generated 980 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?availability_zone=nova +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value nova, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('availability_zone', 'nova'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6650d18b-6641-4d0c-8e2e-8e971819ea2f tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?availability_zone=nova returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 542/1084] 10.201.9.223 () {58 vars in 1164 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?availability_zone=nova => generated 980 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?availability_zone=nova +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value nova, assuming string {{(pid=115489) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('availability_zone', 'nova'), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-94f2e299-ba2b-4f4a-a423-d08b4fa8887a tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?availability_zone=nova returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 543/1085] 10.201.9.223 () {58 vars in 1164 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?availability_zone=nova => generated 980 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?bootable=false +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('bootable', False), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5821c346-9fe9-4704-9b63-a6d7cda39332 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?bootable=false returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 543/1086] 10.201.9.223 () {58 vars in 1148 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?bootable=false => generated 980 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?bootable=false +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('bootable', False), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-55320e26-9bee-4d65-91d8-b268f4bfce78 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?bootable=false returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 544/1087] 10.201.9.223 () {58 vars in 1148 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?bootable=false => generated 980 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?status=available +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value available, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c274a8d2-8445-4d77-a996-a7e6fad0fa2c tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?status=available returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 544/1088] 10.201.9.223 () {58 vars in 1152 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?status=available => generated 980 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d8143d00-c833-440a-b21b-870eb9890e35 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes?status=available +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value available, assuming string {{(pid=115489) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d8143d00-c833-440a-b21b-870eb9890e35 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes?status=available returned with HTTP 200 +Jan 14 22:46:35 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 545/1089] 10.201.9.223 () {58 vars in 1152 bytes} [Tue Jan 14 22:46:35 2025] GET /volume/v3/volumes?status=available => generated 980 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?availability_zone=nova +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value nova, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('availability_zone', 'nova'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-db76d24a-ae4e-4bce-b7db-d6d39c9692e1 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?availability_zone=nova returned with HTTP 200 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 545/1090] 10.201.9.223 () {58 vars in 1185 bytes} [Tue Jan 14 22:46:36 2025] GET /volume/v3/volumes/detail?availability_zone=nova => generated 2549 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?bootable=false +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('bootable', False), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0546c3db-d17d-4ea5-93a6-27a67ccf5e96 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?bootable=false returned with HTTP 200 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 546/1091] 10.201.9.223 () {58 vars in 1169 bytes} [Tue Jan 14 22:46:36 2025] GET /volume/v3/volumes/detail?bootable=false => generated 2549 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?status=available +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Could not evaluate value available, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Searching by: MultiDict([('status', 'available'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Get all volumes completed successfully. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9d3076c9-12d1-43f6-922c-8c0cdba9ff67 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/detail?status=available returned with HTTP 200 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 546/1092] 10.201.9.223 () {58 vars in 1173 bytes} [Tue Jan 14 22:46:36 2025] GET /volume/v3/volumes/detail?status=available => generated 2549 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b4635ce6-bf33-49b9-b09b-b734999e5c51 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b4635ce6-bf33-49b9-b09b-b734999e5c51 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b4635ce6-bf33-49b9-b09b-b734999e5c51 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b4635ce6-bf33-49b9-b09b-b734999e5c51 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b4635ce6-bf33-49b9-b09b-b734999e5c51 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b4635ce6-bf33-49b9-b09b-b734999e5c51 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 200 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 547/1093] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:36 2025] GET /volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 856 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] DELETE http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Delete volume with id: 5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Delete volume request issued successfully. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 202 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 547/1094] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:36 2025] DELETE /volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8dbb74ee-10b0-4051-93d2-549377fd8370 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8dbb74ee-10b0-4051-93d2-549377fd8370 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8dbb74ee-10b0-4051-93d2-549377fd8370 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8dbb74ee-10b0-4051-93d2-549377fd8370 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-8dbb74ee-10b0-4051-93d2-549377fd8370 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8dbb74ee-10b0-4051-93d2-549377fd8370 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 200 +Jan 14 22:46:36 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 548/1095] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:36 2025] GET /volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 855 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f2fa8380-7fa1-462d-a00e-fbbd8abcc853 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f2fa8380-7fa1-462d-a00e-fbbd8abcc853 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f2fa8380-7fa1-462d-a00e-fbbd8abcc853 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f2fa8380-7fa1-462d-a00e-fbbd8abcc853 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f2fa8380-7fa1-462d-a00e-fbbd8abcc853 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 returned with HTTP 404 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 548/1096] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:37 2025] GET /volume/v3/volumes/5e79d5f8-4f9e-4c5a-b184-1345cba53a30 => generated 109 bytes in 27 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-af26ef10-4736-498d-af3c-e613649e4d52 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af26ef10-4736-498d-af3c-e613649e4d52 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-af26ef10-4736-498d-af3c-e613649e4d52 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-af26ef10-4736-498d-af3c-e613649e4d52 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-af26ef10-4736-498d-af3c-e613649e4d52 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-af26ef10-4736-498d-af3c-e613649e4d52 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 200 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 549/1097] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:37 2025] GET /volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 855 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] DELETE http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Delete volume with id: b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Delete volume request issued successfully. +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 202 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 549/1098] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:37 2025] DELETE /volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9c40395c-59c3-441b-80ba-39be7fa40414 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9c40395c-59c3-441b-80ba-39be7fa40414 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9c40395c-59c3-441b-80ba-39be7fa40414 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9c40395c-59c3-441b-80ba-39be7fa40414 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9c40395c-59c3-441b-80ba-39be7fa40414 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9c40395c-59c3-441b-80ba-39be7fa40414 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 200 +Jan 14 22:46:37 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 550/1099] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:37 2025] GET /volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 854 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5418775f-f39d-41b5-b48c-d80eff43764b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5418775f-f39d-41b5-b48c-d80eff43764b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5418775f-f39d-41b5-b48c-d80eff43764b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5418775f-f39d-41b5-b48c-d80eff43764b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5418775f-f39d-41b5-b48c-d80eff43764b tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 returned with HTTP 404 +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 550/1100] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:38 2025] GET /volume/v3/volumes/b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 => generated 109 bytes in 30 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-a67f92b0-0415-40dd-911f-3e348c3f79ec None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a67f92b0-0415-40dd-911f-3e348c3f79ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a67f92b0-0415-40dd-911f-3e348c3f79ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-a67f92b0-0415-40dd-911f-3e348c3f79ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-a67f92b0-0415-40dd-911f-3e348c3f79ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-a67f92b0-0415-40dd-911f-3e348c3f79ec tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 200 +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 551/1101] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:38 2025] GET /volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 855 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b5799553-03e5-49fe-9be2-b86e671db0ab None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] DELETE http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Delete volume with id: a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Delete volume request issued successfully. +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 202 +Jan 14 22:46:38 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 551/1102] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:38 2025] DELETE /volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d150a48c-dca6-4ff9-8cdc-e07f989e6dd4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d150a48c-dca6-4ff9-8cdc-e07f989e6dd4 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d150a48c-dca6-4ff9-8cdc-e07f989e6dd4 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d150a48c-dca6-4ff9-8cdc-e07f989e6dd4 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d150a48c-dca6-4ff9-8cdc-e07f989e6dd4 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Volume info retrieved successfully. +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d150a48c-dca6-4ff9-8cdc-e07f989e6dd4 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 200 +Jan 14 22:46:38 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 552/1103] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:38 2025] GET /volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 854 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e80e2cc4-2a34-4dbd-916d-10a8d27176f0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e80e2cc4-2a34-4dbd-916d-10a8d27176f0 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] GET http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f +Jan 14 22:46:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e80e2cc4-2a34-4dbd-916d-10a8d27176f0 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:39 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e80e2cc4-2a34-4dbd-916d-10a8d27176f0 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:39 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e80e2cc4-2a34-4dbd-916d-10a8d27176f0 tempest-VolumesListTestJSON-1475572500 tempest-VolumesListTestJSON-1475572500-project-member] http://10.201.9.223/volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f returned with HTTP 404 +Jan 14 22:46:39 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 552/1104] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:39 2025] GET /volume/v3/volumes/a4c15baa-7954-4a95-89f2-cf0f93f15c7f => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesNegativeTest-Volume-1470219506"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesNegativeTest-Volume-1470219506'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume of 1 GB +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Flow 'volume_create_api' (dac075b9-079a-48fb-b0d2-23289e6f4df5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a20e345f-e610-4f7f-ad54-5b158e5211a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a20e345f-e610-4f7f-ad54-5b158e5211a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (44f082f7-d660-4a61-90df-3b38d34325d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Created reservations ['0ee82572-6abe-46f7-a13f-9327cedb5379', '56887eac-9b2d-4c99-b472-a5e18c980f22', 'ce25f6fa-21b3-4c6c-a36f-47dd763cf424', '3920a70d-c7fa-481f-8ec6-cbf3493b8440'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (44f082f7-d660-4a61-90df-3b38d34325d7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['0ee82572-6abe-46f7-a13f-9327cedb5379', '56887eac-9b2d-4c99-b472-a5e18c980f22', 'ce25f6fa-21b3-4c6c-a36f-47dd763cf424', '3920a70d-c7fa-481f-8ec6-cbf3493b8440']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (70f60dd6-90f5-4614-a7f0-7338ebb06269) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (70f60dd6-90f5-4614-a7f0-7338ebb06269) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '556a5511-bd43-44ed-8c19-7bd590ea1c0f', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1470219506',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fad46d0adef34921933449eeeb5a7ce5',qos_specs=None,replication_status=,reservations=['0ee82572-6abe-46f7-a13f-9327cedb5379','56887eac-9b2d-4c99-b472-a5e18c980f22','ce25f6fa-21b3-4c6c-a36f-47dd763cf424','3920a70d-c7fa-481f-8ec6-cbf3493b8440'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e94503858e7b4bd58f2415e4caa14bc8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1470219506',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=556a5511-bd43-44ed-8c19-7bd590ea1c0f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fad46d0adef34921933449eeeb5a7ce5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='e94503858e7b4bd58f2415e4caa14bc8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0b1fe742-e332-481a-a4f9-e09c274279e9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0b1fe742-e332-481a-a4f9-e09c274279e9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1470219506',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='fad46d0adef34921933449eeeb5a7ce5',qos_specs=None,replication_status=,reservations=['0ee82572-6abe-46f7-a13f-9327cedb5379','56887eac-9b2d-4c99-b472-a5e18c980f22','ce25f6fa-21b3-4c6c-a36f-47dd763cf424','3920a70d-c7fa-481f-8ec6-cbf3493b8440'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='e94503858e7b4bd58f2415e4caa14bc8',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6f1b082a-3d76-4b2c-a6d8-c1e82cc05552) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (6f1b082a-3d76-4b2c-a6d8-c1e82cc05552) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Flow 'volume_create_api' (dac075b9-079a-48fb-b0d2-23289e6f4df5) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume request issued successfully. +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:40 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 553/1105] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:40 2025] POST /volume/v3/volumes => generated 749 bytes in 182 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6881f55c-2165-4a4d-b531-e5b26a956631 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6881f55c-2165-4a4d-b531-e5b26a956631 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6881f55c-2165-4a4d-b531-e5b26a956631 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6881f55c-2165-4a4d-b531-e5b26a956631 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6881f55c-2165-4a4d-b531-e5b26a956631 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6881f55c-2165-4a4d-b531-e5b26a956631 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f returned with HTTP 200 +Jan 14 22:46:40 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 553/1106] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:40 2025] GET /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f => generated 817 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-aaa64a56-8dc4-46b9-b9ef-2dd9f8706bc8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aaa64a56-8dc4-46b9-b9ef-2dd9f8706bc8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-aaa64a56-8dc4-46b9-b9ef-2dd9f8706bc8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-aaa64a56-8dc4-46b9-b9ef-2dd9f8706bc8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-aaa64a56-8dc4-46b9-b9ef-2dd9f8706bc8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-aaa64a56-8dc4-46b9-b9ef-2dd9f8706bc8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f returned with HTTP 200 +Jan 14 22:46:41 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 554/1107] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:41 2025] GET /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f => generated 842 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:42 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"imageRef": "f190516e-79dc-44de-8515-915e1dafc749", "size": 2, "name": "tempest-VolumesNegativeTest-Volume-1064194963"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:42 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume request body: {'volume': {'imageRef': 'f190516e-79dc-44de-8515-915e1dafc749', 'size': 2, 'name': 'tempest-VolumesNegativeTest-Volume-1064194963'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume of 2 GB +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Flow 'volume_create_api' (45a6f05b-d438-49e2-aa68-9a751628b165) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f297263b-cae6-48a7-ab64-12d3dab8f46c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Validating volume size '2' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f297263b-cae6-48a7-ab64-12d3dab8f46c) transitioned into state 'FAILURE' from state 'RUNNING' +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: Failure: cinder.exception.InvalidInput: Invalid input received: Image f190516e-79dc-44de-8515-915e1dafc749 is not active. +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f297263b-cae6-48a7-ab64-12d3dab8f46c) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f297263b-cae6-48a7-ab64-12d3dab8f46c) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Flow 'volume_create_api' (45a6f05b-d438-49e2-aa68-9a751628b165) transitioned into state 'REVERTED' from state 'RUNNING' +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:46:43 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 554/1108] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:42 2025] POST /volume/v3/volumes => generated 125 bytes in 122 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-27428195-c5f2-450c-9e8e-01545ac7f806 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "imageRef": "2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume request body: {'volume': {'size': 1, 'imageRef': '2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume of 1 GB +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Flow 'volume_create_api' (10b6e4fd-8e33-4208-a787-3fb303b7a54a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (79f1842c-bbd7-413b-9dae-39bf4861fa1d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (79f1842c-bbd7-413b-9dae-39bf4861fa1d) transitioned into state 'FAILURE' from state 'RUNNING' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: Failure: cinder.exception.InvalidInput: Invalid input received: Volume size 1GB cannot be smaller than the image minDisk size 2GB. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (79f1842c-bbd7-413b-9dae-39bf4861fa1d) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (79f1842c-bbd7-413b-9dae-39bf4861fa1d) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: WARNING cinder.volume.api [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Flow 'volume_create_api' (10b6e4fd-8e33-4208-a787-3fb303b7a54a) transitioned into state 'REVERTED' from state 'RUNNING' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 555/1109] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 134 bytes in 99 msecs (HTTP/1.1 400) 7 headers in 294 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-db23a736-1efd-4947-bb23-50227c2a6f23 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-db23a736-1efd-4947-bb23-50227c2a6f23 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-db23a736-1efd-4947-bb23-50227c2a6f23 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": "#$%"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-db23a736-1efd-4947-bb23-50227c2a6f23 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 555/1110] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 127 bytes in 12 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-33e50708-638d-49c0-add5-208c9e8bcc55 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-33e50708-638d-49c0-add5-208c9e8bcc55 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-33e50708-638d-49c0-add5-208c9e8bcc55 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "snapshot_id": "d1a0d64d-eaf7-48d3-8980-c0778bb26ff7"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-33e50708-638d-49c0-add5-208c9e8bcc55 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume request body: {'volume': {'size': 1, 'snapshot_id': 'd1a0d64d-eaf7-48d3-8980-c0778bb26ff7'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-33e50708-638d-49c0-add5-208c9e8bcc55 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 556/1111] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 111 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7a7e0053-15b9-4b0b-a075-a4536c76a39a None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7a7e0053-15b9-4b0b-a075-a4536c76a39a tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7a7e0053-15b9-4b0b-a075-a4536c76a39a tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "source_volid": "6aa5a5a0-e863-4a0a-9b17-5ba835eec01b"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-7a7e0053-15b9-4b0b-a075-a4536c76a39a tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume request body: {'volume': {'size': 1, 'source_volid': '6aa5a5a0-e863-4a0a-9b17-5ba835eec01b'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7a7e0053-15b9-4b0b-a075-a4536c76a39a tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 556/1112] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e9711c39-d22e-493d-8bc1-fe03f574cc03 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e9711c39-d22e-493d-8bc1-fe03f574cc03 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e9711c39-d22e-493d-8bc1-fe03f574cc03 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "volume_type": "75208051-74ba-4e88-a769-e543b0bfb67e"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-e9711c39-d22e-493d-8bc1-fe03f574cc03 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Create volume request body: {'volume': {'size': 1, 'volume_type': '75208051-74ba-4e88-a769-e543b0bfb67e'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e9711c39-d22e-493d-8bc1-fe03f574cc03 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 557/1113] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 114 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3e9adf64-e6a6-4148-b3e4-520fc4e5e39d None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3e9adf64-e6a6-4148-b3e4-520fc4e5e39d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3e9adf64-e6a6-4148-b3e4-520fc4e5e39d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": "-1"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3e9adf64-e6a6-4148-b3e4-520fc4e5e39d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 557/1114] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 125 bytes in 8 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-db749b17-01c3-4c6d-b8d0-9119005fb8e9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-db749b17-01c3-4c6d-b8d0-9119005fb8e9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-db749b17-01c3-4c6d-b8d0-9119005fb8e9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": "0"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-db749b17-01c3-4c6d-b8d0-9119005fb8e9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 558/1115] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 125 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2a0664f6-ab91-4bef-beb4-7f1e0dcf3979 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2a0664f6-ab91-4bef-beb4-7f1e0dcf3979 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2a0664f6-ab91-4bef-beb4-7f1e0dcf3979 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'create', calling method: create, body: {"volume": {"size": ""}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2a0664f6-ab91-4bef-beb4-7f1e0dcf3979 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 558/1116] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes => generated 121 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-86a245d3-288b-4940-a5c0-8ba8f94a4b21 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-86a245d3-288b-4940-a5c0-8ba8f94a4b21 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] DELETE http://10.201.9.223/volume/v3/volumes/tempest-invalid-1183527320 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-86a245d3-288b-4940-a5c0-8ba8f94a4b21 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-86a245d3-288b-4940-a5c0-8ba8f94a4b21 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-86a245d3-288b-4940-a5c0-8ba8f94a4b21 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Delete volume with id: tempest-invalid-1183527320 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-86a245d3-288b-4940-a5c0-8ba8f94a4b21 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-1183527320 returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 559/1117] 10.201.9.223 () {58 vars in 1203 bytes} [Tue Jan 14 22:46:44 2025] DELETE /volume/v3/volumes/tempest-invalid-1183527320 => generated 99 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-23faa629-eb84-4253-ba1e-3fbc8a865089 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 559/1118] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:46:44 2025] DELETE /volume/v3/volumes/ => generated 112 bytes in 2 msecs (HTTP/1.1 404) 4 headers in 164 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f3157ccb-bed3-4815-9eeb-87c0f45f23b8 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f3157ccb-bed3-4815-9eeb-87c0f45f23b8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/xxx/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f3157ccb-bed3-4815-9eeb-87c0f45f23b8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-detach": {}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f3157ccb-bed3-4815-9eeb-87c0f45f23b8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _detach, body: {"os-detach": {}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f3157ccb-bed3-4815-9eeb-87c0f45f23b8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/xxx/action returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 560/1119] 10.201.9.223 () {60 vars in 1173 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/xxx/action => generated 76 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2acdf388-2b15-4090-812d-ac26174594a0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2acdf388-2b15-4090-812d-ac26174594a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/tempest-invalid-108509197 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2acdf388-2b15-4090-812d-ac26174594a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2acdf388-2b15-4090-812d-ac26174594a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2acdf388-2b15-4090-812d-ac26174594a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-108509197 returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 560/1120] 10.201.9.223 () {58 vars in 1197 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes/tempest-invalid-108509197 => generated 98 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3abc0932-2f80-4464-88ae-2362ab177033 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 561/1121] 10.201.9.223 () {58 vars in 1122 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes/ => generated 112 bytes in 2 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?status=null +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Could not evaluate value null, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Searching by: MultiDict([('status', 'null'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Get all volumes completed successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f9ae7575-b703-4a69-b57b-52e8ab3835d8 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/detail?status=null returned with HTTP 200 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 561/1122] 10.201.9.223 () {58 vars in 1163 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes/detail?status=null => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesNegativeTest-Volume-504114628 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesNegativeTest-Volume-504114628'), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Get all volumes completed successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e2ab098-276d-42c9-b945-e715513e4dd3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/detail?name=tempest-VolumesNegativeTest-Volume-504114628 returned with HTTP 200 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 562/1123] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes/detail?name=tempest-VolumesNegativeTest-Volume-504114628 => generated 15 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes?status=null +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Could not evaluate value null, assuming string {{(pid=115488) check_volume_filters /opt/stack/cinder/cinder/volume/api.py:2367}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Searching by: MultiDict([('status', 'null'), ('no_migration_targets', True)]). {{(pid=115488) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Get all volumes completed successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-4343a698-e1c3-4dec-a815-f3a3745706a5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes?status=null returned with HTTP 200 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 562/1124] 10.201.9.223 () {58 vars in 1142 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes?status=null => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesNegativeTest-Volume-707404064 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Searching by: MultiDict([('display_name', 'tempest-VolumesNegativeTest-Volume-707404064'), ('no_migration_targets', True)]). {{(pid=115489) get_all /opt/stack/cinder/cinder/volume/api.py:663}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Get all volumes completed successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-423228c3-660b-41d2-b0e5-b807a7cfbb8d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes?name=tempest-VolumesNegativeTest-Volume-707404064 returned with HTTP 200 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 563/1125] 10.201.9.223 () {58 vars in 1218 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes?name=tempest-VolumesNegativeTest-Volume-707404064 => generated 15 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-0a9eeeb4-ebac-4555-a39e-22600ff327e5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0a9eeeb4-ebac-4555-a39e-22600ff327e5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0a9eeeb4-ebac-4555-a39e-22600ff327e5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-reserve": {}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-0a9eeeb4-ebac-4555-a39e-22600ff327e5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _reserve, body: {"os-reserve": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0a9eeeb4-ebac-4555-a39e-22600ff327e5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-0a9eeeb4-ebac-4555-a39e-22600ff327e5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Reserve volume completed successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-0a9eeeb4-ebac-4555-a39e-22600ff327e5 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action returned with HTTP 202 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 563/1126] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action => generated 0 bytes in 22 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-64759278-c766-4ac8-a717-27195cf5f729 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64759278-c766-4ac8-a717-27195cf5f729 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64759278-c766-4ac8-a717-27195cf5f729 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-reserve": {}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-64759278-c766-4ac8-a717-27195cf5f729 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _reserve, body: {"os-reserve": {}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-64759278-c766-4ac8-a717-27195cf5f729 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: ERROR cinder.volume.api [None req-64759278-c766-4ac8-a717-27195cf5f729 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume status must be available to reserve, but the status is attaching. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-64759278-c766-4ac8-a717-27195cf5f729 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 564/1127] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action => generated 132 bytes in 19 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9903217d-1dac-4aab-b5e6-33beca6407a3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9903217d-1dac-4aab-b5e6-33beca6407a3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9903217d-1dac-4aab-b5e6-33beca6407a3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-unreserve": {}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9903217d-1dac-4aab-b5e6-33beca6407a3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _unreserve, body: {"os-unreserve": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9903217d-1dac-4aab-b5e6-33beca6407a3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9903217d-1dac-4aab-b5e6-33beca6407a3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Unreserve volume completed successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9903217d-1dac-4aab-b5e6-33beca6407a3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action returned with HTTP 202 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 564/1128] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action => generated 0 bytes in 26 msecs (HTTP/1.1 202) 7 headers in 289 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ba8f5598-2b07-4a5d-8e42-5ccc7c10abcb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ba8f5598-2b07-4a5d-8e42-5ccc7c10abcb tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/6a6e3df1-9f5d-43bc-a2a0-fdee8330e03b/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ba8f5598-2b07-4a5d-8e42-5ccc7c10abcb tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-reserve": {}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ba8f5598-2b07-4a5d-8e42-5ccc7c10abcb tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _reserve, body: {"os-reserve": {}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ba8f5598-2b07-4a5d-8e42-5ccc7c10abcb tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/6a6e3df1-9f5d-43bc-a2a0-fdee8330e03b/action returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 565/1129] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/6a6e3df1-9f5d-43bc-a2a0-fdee8330e03b/action => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-62f5f476-9d67-47f5-9778-cba01491f065 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-62f5f476-9d67-47f5-9778-cba01491f065 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/f949659d-eeba-4039-baa3-eb3f7bd24e54/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-62f5f476-9d67-47f5-9778-cba01491f065 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-unreserve": {}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-62f5f476-9d67-47f5-9778-cba01491f065 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _unreserve, body: {"os-unreserve": {}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-62f5f476-9d67-47f5-9778-cba01491f065 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/f949659d-eeba-4039-baa3-eb3f7bd24e54/action returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 565/1130] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/f949659d-eeba-4039-baa3-eb3f7bd24e54/action => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-97ab1486-a580-4723-9d56-89f451cf46a0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 566/1131] 10.201.9.223 () {60 vars in 1142 bytes} [Tue Jan 14 22:46:44 2025] PUT /volume/v3/volumes/ => generated 112 bytes in 3 msecs (HTTP/1.1 404) 4 headers in 164 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-05e331a8-8ed4-498a-86fa-363df50771d3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-05e331a8-8ed4-498a-86fa-363df50771d3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] PUT http://10.201.9.223/volume/v3/volumes/tempest-invalid-1752706266 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-05e331a8-8ed4-498a-86fa-363df50771d3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "n"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-05e331a8-8ed4-498a-86fa-363df50771d3 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/tempest-invalid-1752706266 returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 566/1132] 10.201.9.223 () {60 vars in 1220 bytes} [Tue Jan 14 22:46:44 2025] PUT /volume/v3/volumes/tempest-invalid-1752706266 => generated 99 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6ffc3538-470f-404a-bbca-fdf370d5036c None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6ffc3538-470f-404a-bbca-fdf370d5036c tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] PUT http://10.201.9.223/volume/v3/volumes/9ca1e1c3-dc6b-4c3d-80b0-1cf8c13bb88a +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6ffc3538-470f-404a-bbca-fdf370d5036c tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'update', calling method: update, body: {"volume": {"name": "n"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6ffc3538-470f-404a-bbca-fdf370d5036c tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/9ca1e1c3-dc6b-4c3d-80b0-1cf8c13bb88a returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 567/1133] 10.201.9.223 () {60 vars in 1250 bytes} [Tue Jan 14 22:46:44 2025] PUT /volume/v3/volumes/9ca1e1c3-dc6b-4c3d-80b0-1cf8c13bb88a => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-b34dbe62-e084-4951-8597-979c54d716ac None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b34dbe62-e084-4951-8597-979c54d716ac tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] DELETE http://10.201.9.223/volume/v3/volumes/a7c26684-791f-4689-9544-bc33f0b0b7d8 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b34dbe62-e084-4951-8597-979c54d716ac tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-b34dbe62-e084-4951-8597-979c54d716ac tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-b34dbe62-e084-4951-8597-979c54d716ac tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Delete volume with id: a7c26684-791f-4689-9544-bc33f0b0b7d8 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-b34dbe62-e084-4951-8597-979c54d716ac tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/a7c26684-791f-4689-9544-bc33f0b0b7d8 returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 567/1134] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:44 2025] DELETE /volume/v3/volumes/a7c26684-791f-4689-9544-bc33f0b0b7d8 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-2214d1c1-7bc3-4eab-a588-427f78eee9c6 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2214d1c1-7bc3-4eab-a588-427f78eee9c6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2214d1c1-7bc3-4eab-a588-427f78eee9c6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-extend": {"new_size": null}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-2214d1c1-7bc3-4eab-a588-427f78eee9c6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": null}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-2214d1c1-7bc3-4eab-a588-427f78eee9c6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 568/1135] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action => generated 140 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-017c909a-0fa4-4035-abaf-45b3be232a0e None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-017c909a-0fa4-4035-abaf-45b3be232a0e tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-017c909a-0fa4-4035-abaf-45b3be232a0e tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-extend": {"new_size": "abc"}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-017c909a-0fa4-4035-abaf-45b3be232a0e tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": "abc"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-017c909a-0fa4-4035-abaf-45b3be232a0e tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 568/1136] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action => generated 131 bytes in 5 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-e1995272-b09d-47c9-9bf4-2c395215a8ea None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1995272-b09d-47c9-9bf4-2c395215a8ea tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/581864ed-5a9f-4367-a38d-163dd1316734/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1995272-b09d-47c9-9bf4-2c395215a8ea tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-extend": {"new_size": 2}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-e1995272-b09d-47c9-9bf4-2c395215a8ea tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 2}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-e1995272-b09d-47c9-9bf4-2c395215a8ea tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/581864ed-5a9f-4367-a38d-163dd1316734/action returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 569/1137] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/581864ed-5a9f-4367-a38d-163dd1316734/action => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e4815a7e-4c39-485e-9d9b-727ab29be546 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e4815a7e-4c39-485e-9d9b-727ab29be546 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e4815a7e-4c39-485e-9d9b-727ab29be546 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-extend": {"new_size": 0}}' {{(pid=115488) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e4815a7e-4c39-485e-9d9b-727ab29be546 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 0}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e4815a7e-4c39-485e-9d9b-727ab29be546 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action returned with HTTP 400 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 569/1138] 10.201.9.223 () {60 vars in 1272 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f/action => generated 129 bytes in 8 msecs (HTTP/1.1 400) 7 headers in 294 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-6942e691-1ace-41fa-8631-e98bf59a5692 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6942e691-1ace-41fa-8631-e98bf59a5692 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] POST http://10.201.9.223/volume/v3/volumes/None/action +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6942e691-1ace-41fa-8631-e98bf59a5692 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action body: b'{"os-extend": {"new_size": 2}}' {{(pid=115489) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-6942e691-1ace-41fa-8631-e98bf59a5692 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Action: 'action', calling method: _extend, body: {"os-extend": {"new_size": 2}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-6942e691-1ace-41fa-8631-e98bf59a5692 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/None/action returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 570/1139] 10.201.9.223 () {60 vars in 1176 bytes} [Tue Jan 14 22:46:44 2025] POST /volume/v3/volumes/None/action => generated 77 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 291 bytes (2 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-f1a7fcd3-8e9b-4949-aaf9-cf2ba889c013 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f1a7fcd3-8e9b-4949-aaf9-cf2ba889c013 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/f76eb8be-7bd8-4514-9132-b8aa43991e5c +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f1a7fcd3-8e9b-4949-aaf9-cf2ba889c013 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-f1a7fcd3-8e9b-4949-aaf9-cf2ba889c013 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-f1a7fcd3-8e9b-4949-aaf9-cf2ba889c013 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/f76eb8be-7bd8-4514-9132-b8aa43991e5c returned with HTTP 404 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 570/1140] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes/f76eb8be-7bd8-4514-9132-b8aa43991e5c => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-21a23adb-ef1e-4019-9fec-7ac05846d262 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-21a23adb-ef1e-4019-9fec-7ac05846d262 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-21a23adb-ef1e-4019-9fec-7ac05846d262 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-21a23adb-ef1e-4019-9fec-7ac05846d262 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-21a23adb-ef1e-4019-9fec-7ac05846d262 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-21a23adb-ef1e-4019-9fec-7ac05846d262 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f returned with HTTP 200 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 571/1141] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f => generated 842 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] DELETE http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Delete volume with id: 556a5511-bd43-44ed-8c19-7bd590ea1c0f +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Delete volume request issued successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f returned with HTTP 202 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 571/1142] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:44 2025] DELETE /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-33846faa-964e-4007-bb8a-00c4b000f975 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-33846faa-964e-4007-bb8a-00c4b000f975 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-33846faa-964e-4007-bb8a-00c4b000f975 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-33846faa-964e-4007-bb8a-00c4b000f975 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-33846faa-964e-4007-bb8a-00c4b000f975 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Volume info retrieved successfully. +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-33846faa-964e-4007-bb8a-00c4b000f975 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f returned with HTTP 200 +Jan 14 22:46:44 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 572/1143] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:44 2025] GET /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f => generated 841 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-344255e2-8efa-4f04-ab60-a5786eec72a0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:45 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-344255e2-8efa-4f04-ab60-a5786eec72a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] GET http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f +Jan 14 22:46:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-344255e2-8efa-4f04-ab60-a5786eec72a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:45 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-344255e2-8efa-4f04-ab60-a5786eec72a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:46 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-344255e2-8efa-4f04-ab60-a5786eec72a0 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] http://10.201.9.223/volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f returned with HTTP 404 +Jan 14 22:46:46 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 572/1144] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:45 2025] GET /volume/v3/volumes/556a5511-bd43-44ed-8c19-7bd590ea1c0f => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-c1046550-f4ff-434d-9052-d6110c7160ba None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "name": "tempest-VolumesSnapshotListTestJSON-Volume-791294339"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.v3.volumes [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Create volume request body: {'volume': {'size': 1, 'name': 'tempest-VolumesSnapshotListTestJSON-Volume-791294339'}} {{(pid=115489) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Create volume of 1 GB +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Flow 'volume_create_api' (fd420338-1857-4264-a9fc-211f3333e824) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2136075f-91ca-4117-9a0e-4a7882c00600) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.flows.api.create_volume [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Validating volume size '1' using validate_int {{(pid=115489) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (2136075f-91ca-4117-9a0e-4a7882c00600) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (fcb1c71b-f285-4b65-a217-b580a5a27582) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Created reservations ['99b24ed5-c1aa-4d97-9c25-5603d2cdaa5a', '113cd8ef-2d06-4067-82cc-855447586ac1', '027f8db8-1f5a-47d5-94a0-4803bc400ec1', 'f20a1266-3abe-41bf-b772-f3584c14c24a'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (fcb1c71b-f285-4b65-a217-b580a5a27582) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['99b24ed5-c1aa-4d97-9c25-5603d2cdaa5a', '113cd8ef-2d06-4067-82cc-855447586ac1', '027f8db8-1f5a-47d5-94a0-4803bc400ec1', 'f20a1266-3abe-41bf-b772-f3584c14c24a']}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d6c1af15-eb9d-4de5-90a2-5ffac6fc44d8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d6c1af15-eb9d-4de5-90a2-5ffac6fc44d8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '732b6898-90cc-4314-92e4-e87cf1fe06f9', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-791294339',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='bf9591606baf4273a4d36d561418be8f',qos_specs=None,replication_status=,reservations=['99b24ed5-c1aa-4d97-9c25-5603d2cdaa5a','113cd8ef-2d06-4067-82cc-855447586ac1','027f8db8-1f5a-47d5-94a0-4803bc400ec1','f20a1266-3abe-41bf-b772-f3584c14c24a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:47Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-791294339',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=732b6898-90cc-4314-92e4-e87cf1fe06f9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (16fdab0d-9f66-4e45-9869-a4f164fb8a4a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (16fdab0d-9f66-4e45-9869-a4f164fb8a4a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-791294339',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='bf9591606baf4273a4d36d561418be8f',qos_specs=None,replication_status=,reservations=['99b24ed5-c1aa-4d97-9c25-5603d2cdaa5a','113cd8ef-2d06-4067-82cc-855447586ac1','027f8db8-1f5a-47d5-94a0-4803bc400ec1','f20a1266-3abe-41bf-b772-f3584c14c24a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (86e234cb-8d23-4da8-ae66-f8b5bde65914) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (86e234cb-8d23-4da8-ae66-f8b5bde65914) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115489) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: DEBUG cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Flow 'volume_create_api' (fd420338-1857-4264-a9fc-211f3333e824) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115489) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Create volume request issued successfully. +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:47 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 573/1145] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:47 2025] POST /volume/v3/volumes => generated 756 bytes in 196 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-26aa531e-fee6-45b2-b65f-fcdcf549382f None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-26aa531e-fee6-45b2-b65f-fcdcf549382f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-26aa531e-fee6-45b2-b65f-fcdcf549382f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-26aa531e-fee6-45b2-b65f-fcdcf549382f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-26aa531e-fee6-45b2-b65f-fcdcf549382f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-26aa531e-fee6-45b2-b65f-fcdcf549382f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 returned with HTTP 200 +Jan 14 22:46:47 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 573/1146] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:47 2025] GET /volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 => generated 824 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d950fa8c-9568-4e38-8971-db9d11a1db70 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d950fa8c-9568-4e38-8971-db9d11a1db70 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d950fa8c-9568-4e38-8971-db9d11a1db70 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d950fa8c-9568-4e38-8971-db9d11a1db70 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d950fa8c-9568-4e38-8971-db9d11a1db70 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d950fa8c-9568-4e38-8971-db9d11a1db70 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 returned with HTTP 200 +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 574/1147] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:48 2025] GET /volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 => generated 849 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-d0527519-0bb7-462d-94fa-565ca74435a5 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "732b6898-90cc-4314-92e4-e87cf1fe06f9", "name": "tempest-VolumesSnapshotListTestJSON-Snapshot-183589186"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.snapshots [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Create snapshot from volume 732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Created reservations ['a837e270-fbdd-41df-86dc-02c0989e5a2d', '38bb7a0d-5475-479c-89f8-1806107c2226', '358f7045-9113-4fcf-84dc-52be939e3665', '6c44152c-fb24-4cd6-88de-a5bd1b37f732'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot create request issued successfully. +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:46:48 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 574/1148] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:46:48 2025] POST /volume/v3/snapshots => generated 313 bytes in 90 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-022c54dd-6513-4a58-b7df-0567b71ac5b5 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-022c54dd-6513-4a58-b7df-0567b71ac5b5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-022c54dd-6513-4a58-b7df-0567b71ac5b5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-022c54dd-6513-4a58-b7df-0567b71ac5b5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-022c54dd-6513-4a58-b7df-0567b71ac5b5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-022c54dd-6513-4a58-b7df-0567b71ac5b5 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 returned with HTTP 200 +Jan 14 22:46:48 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 575/1149] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:48 2025] GET /volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 => generated 445 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-edf2caea-9b22-4544-aceb-e68030ca2646 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-edf2caea-9b22-4544-aceb-e68030ca2646 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-edf2caea-9b22-4544-aceb-e68030ca2646 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-edf2caea-9b22-4544-aceb-e68030ca2646 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-edf2caea-9b22-4544-aceb-e68030ca2646 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-edf2caea-9b22-4544-aceb-e68030ca2646 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 returned with HTTP 200 +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 575/1150] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:49 2025] GET /volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 => generated 472 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3bd3523f-4887-4179-88fa-56c710c350f0 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "732b6898-90cc-4314-92e4-e87cf1fe06f9", "name": "tempest-VolumesSnapshotListTestJSON-Snapshot-977254322"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Create snapshot from volume 732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Created reservations ['6e4e63c6-17ce-4cdd-9243-a0a1800facb9', 'a4230321-f339-4fbe-8bfb-bbbdba9f0959', '3d62c1ae-b6fb-4468-9a2e-8a09300b2340', '5e7eafa4-1b61-449e-9e5a-c069a3d46c95'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot create request issued successfully. +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:46:49 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 576/1151] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:46:49 2025] POST /volume/v3/snapshots => generated 313 bytes in 102 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-8a1c02f3-7145-4d7a-a8f9-d314a0e25366 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8a1c02f3-7145-4d7a-a8f9-d314a0e25366 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8a1c02f3-7145-4d7a-a8f9-d314a0e25366 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-8a1c02f3-7145-4d7a-a8f9-d314a0e25366 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-8a1c02f3-7145-4d7a-a8f9-d314a0e25366 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-8a1c02f3-7145-4d7a-a8f9-d314a0e25366 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 returned with HTTP 200 +Jan 14 22:46:49 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 576/1152] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:49 2025] GET /volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 => generated 445 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-ee4ac5a4-2792-42f4-9b99-a7f616e616fd None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ee4ac5a4-2792-42f4-9b99-a7f616e616fd tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ee4ac5a4-2792-42f4-9b99-a7f616e616fd tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-ee4ac5a4-2792-42f4-9b99-a7f616e616fd tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-ee4ac5a4-2792-42f4-9b99-a7f616e616fd tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-ee4ac5a4-2792-42f4-9b99-a7f616e616fd tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 returned with HTTP 200 +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 577/1153] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:50 2025] GET /volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 => generated 472 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "732b6898-90cc-4314-92e4-e87cf1fe06f9", "name": "tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.snapshots [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Create snapshot from volume 732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Created reservations ['9a27ed21-24f5-4439-8e5a-f6e0f67b8dc6', 'cab099da-6a09-447b-82bf-d532d718b8ba', '4436ee22-16ed-4ad4-a7e5-a6418b80df9c', '01d17481-18c7-4ec0-b8be-1572892d4940'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot create request issued successfully. +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:46:50 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 577/1154] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:46:50 2025] POST /volume/v3/snapshots => generated 314 bytes in 81 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f60c6c22-d3c5-4b79-8094-0f00a0d9d094 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f60c6c22-d3c5-4b79-8094-0f00a0d9d094 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f60c6c22-d3c5-4b79-8094-0f00a0d9d094 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f60c6c22-d3c5-4b79-8094-0f00a0d9d094 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f60c6c22-d3c5-4b79-8094-0f00a0d9d094 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f60c6c22-d3c5-4b79-8094-0f00a0d9d094 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 returned with HTTP 200 +Jan 14 22:46:50 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 578/1155] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:50 2025] GET /volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 => generated 446 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a9ad4d53-1d56-4aaf-a10e-d5c299a36547 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a9ad4d53-1d56-4aaf-a10e-d5c299a36547 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a9ad4d53-1d56-4aaf-a10e-d5c299a36547 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a9ad4d53-1d56-4aaf-a10e-d5c299a36547 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a9ad4d53-1d56-4aaf-a10e-d5c299a36547 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a9ad4d53-1d56-4aaf-a10e-d5c299a36547 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 578/1156] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 => generated 473 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=1 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f92f17ac-9e8d-4703-903e-2dc52dba3161 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?limit=1 returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 579/1157] 10.201.9.223 () {58 vars in 1140 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?limit=1 => generated 483 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9242e2f0-2deb-481d-9d2a-3c758b871273 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 579/1158] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots => generated 994 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=100000 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5b37d0f0-2daa-4afe-bbfe-4dd196c703e1 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?limit=100000 returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 580/1159] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?limit=100000 => generated 994 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=0 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2f172bcb-3a37-48a4-835c-bff2b0410850 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?limit=0 returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 580/1160] 10.201.9.223 () {58 vars in 1140 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?limit=0 => generated 17 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-9ae4b43f-ed27-449a-95ed-2ba00e5da091 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 581/1161] 10.201.9.223 () {58 vars in 1125 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots => generated 994 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-9e20a3df-2fcb-4797-b2de-889b5158efae None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e20a3df-2fcb-4797-b2de-889b5158efae tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?marker=fcfb4fec-b47c-4627-9a26-3f9ce4be5406 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e20a3df-2fcb-4797-b2de-889b5158efae tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-9e20a3df-2fcb-4797-b2de-889b5158efae tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-9e20a3df-2fcb-4797-b2de-889b5158efae tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-9e20a3df-2fcb-4797-b2de-889b5158efae tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-9e20a3df-2fcb-4797-b2de-889b5158efae tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-9e20a3df-2fcb-4797-b2de-889b5158efae tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?marker=fcfb4fec-b47c-4627-9a26-3f9ce4be5406 returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 581/1162] 10.201.9.223 () {58 vars in 1212 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?marker=fcfb4fec-b47c-4627-9a26-3f9ce4be5406 => generated 341 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?offset=2&limit=3 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-b037a5d7-0a06-4ecd-aa0e-124a38bb0f39 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?offset=2&limit=3 returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 582/1163] 10.201.9.223 () {58 vars in 1158 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?offset=2&limit=3 => generated 341 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-7132646f-ac78-4709-b47a-4f082682bd24 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7132646f-ac78-4709-b47a-4f082682bd24 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=asc +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7132646f-ac78-4709-b47a-4f082682bd24 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-7132646f-ac78-4709-b47a-4f082682bd24 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-7132646f-ac78-4709-b47a-4f082682bd24 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-7132646f-ac78-4709-b47a-4f082682bd24 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-7132646f-ac78-4709-b47a-4f082682bd24 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-7132646f-ac78-4709-b47a-4f082682bd24 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=asc returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 582/1164] 10.201.9.223 () {58 vars in 1190 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?sort_key=created_at&sort_dir=asc => generated 994 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-447084dd-e38c-47c8-ad36-19052754efc9 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-447084dd-e38c-47c8-ad36-19052754efc9 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=desc +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-447084dd-e38c-47c8-ad36-19052754efc9 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-447084dd-e38c-47c8-ad36-19052754efc9 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-447084dd-e38c-47c8-ad36-19052754efc9 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-447084dd-e38c-47c8-ad36-19052754efc9 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-447084dd-e38c-47c8-ad36-19052754efc9 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-447084dd-e38c-47c8-ad36-19052754efc9 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=created_at&sort_dir=desc returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 583/1165] 10.201.9.223 () {58 vars in 1192 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?sort_key=created_at&sort_dir=desc => generated 994 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=asc +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-a1ccdc86-cef3-427d-9578-364b1f57ebec tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=asc returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 583/1166] 10.201.9.223 () {58 vars in 1174 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?sort_key=id&sort_dir=asc => generated 994 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-3b85aa50-706c-4c56-86b2-35db5709de00 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3b85aa50-706c-4c56-86b2-35db5709de00 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=desc +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3b85aa50-706c-4c56-86b2-35db5709de00 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-3b85aa50-706c-4c56-86b2-35db5709de00 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-3b85aa50-706c-4c56-86b2-35db5709de00 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-3b85aa50-706c-4c56-86b2-35db5709de00 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-3b85aa50-706c-4c56-86b2-35db5709de00 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-3b85aa50-706c-4c56-86b2-35db5709de00 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=id&sort_dir=desc returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 584/1167] 10.201.9.223 () {58 vars in 1176 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?sort_key=id&sort_dir=desc => generated 994 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=asc +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3f241eda-90e4-4f41-82b7-ab01dc69ec43 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=asc returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 584/1168] 10.201.9.223 () {58 vars in 1194 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?sort_key=display_name&sort_dir=asc => generated 994 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d06e435f-65e5-4c11-b333-2e5371927a1f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d06e435f-65e5-4c11-b333-2e5371927a1f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=desc +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d06e435f-65e5-4c11-b333-2e5371927a1f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d06e435f-65e5-4c11-b333-2e5371927a1f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-d06e435f-65e5-4c11-b333-2e5371927a1f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-d06e435f-65e5-4c11-b333-2e5371927a1f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-d06e435f-65e5-4c11-b333-2e5371927a1f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d06e435f-65e5-4c11-b333-2e5371927a1f tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=display_name&sort_dir=desc returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 585/1169] 10.201.9.223 () {58 vars in 1196 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots?sort_key=display_name&sort_dir=desc => generated 994 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail?name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-3420c78e-f4f3-46f8-a5f6-662cec35e651 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/detail?name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 returned with HTTP 200 +Jan 14 22:46:51 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 585/1170] 10.201.9.223 () {58 vars in 1267 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots/detail?name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 => generated 476 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail?status=available +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'detail' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:51 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-de513ef8-d969-4942-a4ae-57fc9652cf85 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/detail?status=available returned with HTTP 200 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 586/1171] 10.201.9.223 () {58 vars in 1179 bytes} [Tue Jan 14 22:46:51 2025] GET /volume/v3/snapshots/detail?status=available => generated 1396 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/detail?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'detail' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-e4c27655-fcc8-4896-9975-e0e53bd1c5b4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/detail?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 returned with HTTP 200 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 586/1172] 10.201.9.223 () {58 vars in 1301 bytes} [Tue Jan 14 22:46:52 2025] GET /volume/v3/snapshots/detail?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 => generated 476 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-927231c7-f2f1-4ce0-bfb3-4f5d8e06b2f7 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 returned with HTTP 200 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 587/1173] 10.201.9.223 () {58 vars in 1246 bytes} [Tue Jan 14 22:46:52 2025] GET /volume/v3/snapshots?name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 => generated 342 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?status=available +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-359a7658-6b51-4f3b-a664-89fa918a49d0 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?status=available returned with HTTP 200 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 587/1174] 10.201.9.223 () {58 vars in 1158 bytes} [Tue Jan 14 22:46:52 2025] GET /volume/v3/snapshots?status=available => generated 994 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Get all snapshots completed successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-4c5f226d-c143-42b4-a014-e591fa45bb1a tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 returned with HTTP 200 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 588/1175] 10.201.9.223 () {58 vars in 1280 bytes} [Tue Jan 14 22:46:52 2025] GET /volume/v3/snapshots?status=available&name=tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176 => generated 342 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6039376d-025e-4c5d-861b-5914f8eac041 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Delete snapshot with id: 54d5ec8e-c9a8-493b-bf02-035aa3aa6600 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot delete request issued successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 returned with HTTP 202 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 588/1176] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:46:52 2025] DELETE /volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 => generated 0 bytes in 24 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-7e222b41-793a-4185-8efe-0586a7c79fa4 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e222b41-793a-4185-8efe-0586a7c79fa4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7e222b41-793a-4185-8efe-0586a7c79fa4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-7e222b41-793a-4185-8efe-0586a7c79fa4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-7e222b41-793a-4185-8efe-0586a7c79fa4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-7e222b41-793a-4185-8efe-0586a7c79fa4 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 returned with HTTP 200 +Jan 14 22:46:52 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 589/1177] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:52 2025] GET /volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 => generated 472 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-5cb7873b-eaa8-4c07-927d-2217fa2b7457 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5cb7873b-eaa8-4c07-927d-2217fa2b7457 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5cb7873b-eaa8-4c07-927d-2217fa2b7457 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-5cb7873b-eaa8-4c07-927d-2217fa2b7457 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-5cb7873b-eaa8-4c07-927d-2217fa2b7457 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 returned with HTTP 404 +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 589/1178] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:53 2025] GET /volume/v3/snapshots/54d5ec8e-c9a8-493b-bf02-035aa3aa6600 => generated 111 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v2.snapshots [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Delete snapshot with id: fcfb4fec-b47c-4627-9a26-3f9ce4be5406 +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot delete request issued successfully. +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 returned with HTTP 202 +Jan 14 22:46:53 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 590/1179] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:46:53 2025] DELETE /volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-160d8d45-0f38-4f55-b2f5-1fd08b62683c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-160d8d45-0f38-4f55-b2f5-1fd08b62683c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-160d8d45-0f38-4f55-b2f5-1fd08b62683c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-160d8d45-0f38-4f55-b2f5-1fd08b62683c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-160d8d45-0f38-4f55-b2f5-1fd08b62683c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-160d8d45-0f38-4f55-b2f5-1fd08b62683c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 returned with HTTP 200 +Jan 14 22:46:53 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 590/1180] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:53 2025] GET /volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 => generated 471 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-d4e6e0f0-0fca-429e-b8c4-6e17df2de525 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d4e6e0f0-0fca-429e-b8c4-6e17df2de525 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d4e6e0f0-0fca-429e-b8c4-6e17df2de525 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-d4e6e0f0-0fca-429e-b8c4-6e17df2de525 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-d4e6e0f0-0fca-429e-b8c4-6e17df2de525 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 returned with HTTP 404 +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 591/1181] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:54 2025] GET /volume/v3/snapshots/fcfb4fec-b47c-4627-9a26-3f9ce4be5406 => generated 111 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-680ed758-95c4-48be-96dd-6aed9684ef29 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v2.snapshots [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Delete snapshot with id: 98cb2391-d313-4492-89c3-f00d5f6ca597 +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot delete request issued successfully. +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 returned with HTTP 202 +Jan 14 22:46:54 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 591/1182] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:46:54 2025] DELETE /volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-270f8a4c-2f71-4715-a497-6a63818de256 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-270f8a4c-2f71-4715-a497-6a63818de256 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-270f8a4c-2f71-4715-a497-6a63818de256 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-270f8a4c-2f71-4715-a497-6a63818de256 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-270f8a4c-2f71-4715-a497-6a63818de256 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Snapshot retrieved successfully. +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-270f8a4c-2f71-4715-a497-6a63818de256 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 returned with HTTP 200 +Jan 14 22:46:54 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 592/1183] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:54 2025] GET /volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 => generated 471 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-80176e17-3c46-4c3e-9978-e46c1d64c30c None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-80176e17-3c46-4c3e-9978-e46c1d64c30c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-80176e17-3c46-4c3e-9978-e46c1d64c30c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-80176e17-3c46-4c3e-9978-e46c1d64c30c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-80176e17-3c46-4c3e-9978-e46c1d64c30c tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 returned with HTTP 404 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 592/1184] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:55 2025] GET /volume/v3/snapshots/98cb2391-d313-4492-89c3-f00d5f6ca597 => generated 111 bytes in 21 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-75027a66-9220-4c26-bc51-76138b0e721d None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75027a66-9220-4c26-bc51-76138b0e721d tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-75027a66-9220-4c26-bc51-76138b0e721d tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-75027a66-9220-4c26-bc51-76138b0e721d tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-75027a66-9220-4c26-bc51-76138b0e721d tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75027a66-9220-4c26-bc51-76138b0e721d tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 returned with HTTP 200 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 593/1185] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:55 2025] GET /volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 => generated 849 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] DELETE http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'delete' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Delete volume with id: 732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Delete volume request issued successfully. +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 returned with HTTP 202 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 593/1186] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:46:55 2025] DELETE /volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-5025786a-a460-483e-9c30-3407d2b2e51b None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5025786a-a460-483e-9c30-3407d2b2e51b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5025786a-a460-483e-9c30-3407d2b2e51b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-5025786a-a460-483e-9c30-3407d2b2e51b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-5025786a-a460-483e-9c30-3407d2b2e51b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Volume info retrieved successfully. +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-5025786a-a460-483e-9c30-3407d2b2e51b tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 returned with HTTP 200 +Jan 14 22:46:55 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 594/1187] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:55 2025] GET /volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 => generated 848 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-30b0c6b7-dbb6-4af6-982c-a0a59e91f435 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-30b0c6b7-dbb6-4af6-982c-a0a59e91f435 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] GET http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 +Jan 14 22:46:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-30b0c6b7-dbb6-4af6-982c-a0a59e91f435 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:56 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-30b0c6b7-dbb6-4af6-982c-a0a59e91f435 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:56 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-30b0c6b7-dbb6-4af6-982c-a0a59e91f435 tempest-VolumesSnapshotListTestJSON-1923077438 tempest-VolumesSnapshotListTestJSON-1923077438-project-member] http://10.201.9.223/volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 returned with HTTP 404 +Jan 14 22:46:56 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 594/1188] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:56 2025] GET /volume/v3/volumes/732b6898-90cc-4314-92e4-e87cf1fe06f9 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-92324316-7480-4f26-ba9b-5c8c8a5035e2 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-92324316-7480-4f26-ba9b-5c8c8a5035e2 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-92324316-7480-4f26-ba9b-5c8c8a5035e2 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "b5bc0e5f-8066-4aef-9aa4-eccad142d56a", "display_name": "tempest-VolumesSnapshotNegativeTestJSON-snap-2106624374"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-92324316-7480-4f26-ba9b-5c8c8a5035e2 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 404 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 595/1189] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:46:57 2025] POST /volume/v3/snapshots => generated 109 bytes in 70 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1c744338-a8bc-4793-bd07-d67f53ea0cd3 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c744338-a8bc-4793-bd07-d67f53ea0cd3 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1c744338-a8bc-4793-bd07-d67f53ea0cd3 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": null, "display_name": "tempest-VolumesSnapshotNegativeTestJSON-snap-1499217790"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1c744338-a8bc-4793-bd07-d67f53ea0cd3 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 404 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 595/1190] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:46:57 2025] POST /volume/v3/snapshots => generated 77 bytes in 35 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-092e1de5-68c5-436c-8e9f-14f1d786a841 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-092e1de5-68c5-436c-8e9f-14f1d786a841 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/snapshots?limit=invalid +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-092e1de5-68c5-436c-8e9f-14f1d786a841 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-092e1de5-68c5-436c-8e9f-14f1d786a841 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-092e1de5-68c5-436c-8e9f-14f1d786a841 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] HTTP exception thrown: limit param must be an integer +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-092e1de5-68c5-436c-8e9f-14f1d786a841 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots?limit=invalid returned with HTTP 400 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 596/1191] 10.201.9.223 () {58 vars in 1152 bytes} [Tue Jan 14 22:46:57 2025] GET /volume/v3/snapshots?limit=invalid => generated 74 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-aec8198f-6c66-405b-9578-d34cb90dc164 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aec8198f-6c66-405b-9578-d34cb90dc164 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/snapshots?marker=8e244258-9444-4d1f-aae1-4ff88a9c13f1 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aec8198f-6c66-405b-9578-d34cb90dc164 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-aec8198f-6c66-405b-9578-d34cb90dc164 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'index' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.api_utils [None req-aec8198f-6c66-405b-9578-d34cb90dc164 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Removing options '' from query. {{(pid=115488) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.db.sqlalchemy.api [None req-aec8198f-6c66-405b-9578-d34cb90dc164 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Building query based on filter {{(pid=115488) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-aec8198f-6c66-405b-9578-d34cb90dc164 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots?marker=8e244258-9444-4d1f-aae1-4ff88a9c13f1 returned with HTTP 404 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 596/1192] 10.201.9.223 () {58 vars in 1212 bytes} [Tue Jan 14 22:46:57 2025] GET /volume/v3/snapshots?marker=8e244258-9444-4d1f-aae1-4ff88a9c13f1 => generated 111 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-75719282-e439-48b6-86e6-3b82e6de0277 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75719282-e439-48b6-86e6-3b82e6de0277 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/snapshots?sort_key=invalid +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-75719282-e439-48b6-86e6-3b82e6de0277 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-75719282-e439-48b6-86e6-3b82e6de0277 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'index' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.api_utils [None req-75719282-e439-48b6-86e6-3b82e6de0277 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Removing options '' from query. {{(pid=115489) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.db.sqlalchemy.api [None req-75719282-e439-48b6-86e6-3b82e6de0277 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Building query based on filter {{(pid=115489) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-75719282-e439-48b6-86e6-3b82e6de0277 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots?sort_key=invalid returned with HTTP 400 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 597/1193] 10.201.9.223 () {58 vars in 1158 bytes} [Tue Jan 14 22:46:57 2025] GET /volume/v3/snapshots?sort_key=invalid => generated 84 bytes in 6 msecs (HTTP/1.1 400) 7 headers in 293 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Create volume request body: {'volume': {'size': 2, 'name': 'tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Create volume of 2 GB +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Availability Zones retrieved successfully. +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Flow 'volume_create_api' (f7e738f8-6ffc-4230-9ca4-80e6b59eb3dd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b96d9f43-334e-49ac-a749-89f6639250ba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Validating volume size '2' using validate_int {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b96d9f43-334e-49ac-a749-89f6639250ba) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 2, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-01-14T22:40:22Z,deleted=False,deleted_at=None,description=None,extra_specs={consistent_group_snapshot_enabled=' True',volume_backend_name='3par1'},id=106d2d30-07a0-49f0-b0d9-0e678e974159,is_public=True,name='3par1',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': '106d2d30-07a0-49f0-b0d9-0e678e974159', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5f54ce2c-ec0a-4c9b-884d-6cbdea201675) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.quota [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Created reservations ['f9b2ac3a-070f-4ef2-b210-c3bc3923951b', 'd433a921-cfbe-46bf-a72e-b1e8c5fd0c01', 'bcb72038-6a4a-49d5-9481-4ce02a8fc2dd', 'c5de2caf-b703-468d-b711-64d79dffc9ba'] {{(pid=115488) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5f54ce2c-ec0a-4c9b-884d-6cbdea201675) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['f9b2ac3a-070f-4ef2-b210-c3bc3923951b', 'd433a921-cfbe-46bf-a72e-b1e8c5fd0c01', 'bcb72038-6a4a-49d5-9481-4ce02a8fc2dd', 'c5de2caf-b703-468d-b711-64d79dffc9ba']}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (faa2766b-85f8-4d63-a1ab-28e04c6b430b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (faa2766b-85f8-4d63-a1ab-28e04c6b430b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '03d7b1d0-30ff-4213-847d-4bcac182a9bc', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='ea9f9b05945b4720bea7a98d3be7a69b',qos_specs=None,replication_status=,reservations=['f9b2ac3a-070f-4ef2-b210-c3bc3923951b','d433a921-cfbe-46bf-a72e-b1e8c5fd0c01','bcb72038-6a4a-49d5-9481-4ce02a8fc2dd','c5de2caf-b703-468d-b711-64d79dffc9ba'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='36d4408605a54bdf8addb081f0b35b79',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6e2ddd7a-fc21-4ff3-a2b3-09ffee2fcd98) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (6e2ddd7a-fc21-4ff3-a2b3-09ffee2fcd98) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='ea9f9b05945b4720bea7a98d3be7a69b',qos_specs=None,replication_status=,reservations=['f9b2ac3a-070f-4ef2-b210-c3bc3923951b','d433a921-cfbe-46bf-a72e-b1e8c5fd0c01','bcb72038-6a4a-49d5-9481-4ce02a8fc2dd','c5de2caf-b703-468d-b711-64d79dffc9ba'],size=2,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='36d4408605a54bdf8addb081f0b35b79',volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0ffa7f6f-39ce-4444-ac87-ab9489c596cb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (0ffa7f6f-39ce-4444-ac87-ab9489c596cb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Flow 'volume_create_api' (f7e738f8-6ffc-4230-9ca4-80e6b59eb3dd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Create volume request issued successfully. +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 202 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 597/1194] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:46:57 2025] POST /volume/v3/volumes => generated 760 bytes in 127 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-89e1517c-c47f-4b91-9d9c-3a08c9649095 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-89e1517c-c47f-4b91-9d9c-3a08c9649095 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-89e1517c-c47f-4b91-9d9c-3a08c9649095 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-89e1517c-c47f-4b91-9d9c-3a08c9649095 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-89e1517c-c47f-4b91-9d9c-3a08c9649095 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Volume info retrieved successfully. +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-89e1517c-c47f-4b91-9d9c-3a08c9649095 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc returned with HTTP 200 +Jan 14 22:46:57 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 598/1195] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:57 2025] GET /volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc => generated 828 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-1caffdd8-2aa7-4529-acec-4a1c5b7ad797 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1caffdd8-2aa7-4529-acec-4a1c5b7ad797 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1caffdd8-2aa7-4529-acec-4a1c5b7ad797 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-1caffdd8-2aa7-4529-acec-4a1c5b7ad797 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-1caffdd8-2aa7-4529-acec-4a1c5b7ad797 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Volume info retrieved successfully. +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-1caffdd8-2aa7-4529-acec-4a1c5b7ad797 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc returned with HTTP 200 +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 598/1196] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:58 2025] GET /volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc => generated 853 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] POST http://10.201.9.223/volume/v3/snapshots +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "03d7b1d0-30ff-4213-847d-4bcac182a9bc", "name": "tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1724813653"}} {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Volume info retrieved successfully. +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.snapshots [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Create snapshot from volume 03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: DEBUG cinder.quota [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Created reservations ['ab840755-d6e0-48f4-aba9-5a9c31d5ad2d', 'de160673-5291-4e8a-bb3b-b9a3706475a4', '8ffd0004-c2a9-4efd-843c-3b6c8638e88c', 'd9eb9d89-5bf6-4036-a386-5ac09b7135b7'] {{(pid=115489) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Snapshot create request issued successfully. +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots returned with HTTP 202 +Jan 14 22:46:58 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 599/1197] 10.201.9.223 () {60 vars in 1147 bytes} [Tue Jan 14 22:46:58 2025] POST /volume/v3/snapshots => generated 318 bytes in 115 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-38c6a6ec-05be-4bb3-959f-09e6a5cfdd58 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-38c6a6ec-05be-4bb3-959f-09e6a5cfdd58 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-38c6a6ec-05be-4bb3-959f-09e6a5cfdd58 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-38c6a6ec-05be-4bb3-959f-09e6a5cfdd58 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-38c6a6ec-05be-4bb3-959f-09e6a5cfdd58 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Snapshot retrieved successfully. +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-38c6a6ec-05be-4bb3-959f-09e6a5cfdd58 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 returned with HTTP 200 +Jan 14 22:46:58 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 599/1198] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:58 2025] GET /volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 => generated 450 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) +Jan 14 22:46:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-20fa3d1f-e52c-4e2d-9124-66f604e9d867 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:46:59 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-20fa3d1f-e52c-4e2d-9124-66f604e9d867 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 +Jan 14 22:46:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-20fa3d1f-e52c-4e2d-9124-66f604e9d867 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:46:59 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-20fa3d1f-e52c-4e2d-9124-66f604e9d867 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-20fa3d1f-e52c-4e2d-9124-66f604e9d867 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Snapshot retrieved successfully. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-20fa3d1f-e52c-4e2d-9124-66f604e9d867 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 returned with HTTP 200 +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 600/1199] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:46:59 2025] GET /volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 => generated 477 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] POST http://10.201.9.223/volume/v3/volumes +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "snapshot_id": "28fafddb-12fb-49b3-b351-848231cad976"}} {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.v3.volumes [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Create volume request body: {'volume': {'size': 1, 'snapshot_id': '28fafddb-12fb-49b3-b351-848231cad976'}} {{(pid=115488) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Snapshot retrieved successfully. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.v3.volumes [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Create volume of 1 GB +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Availability Zones retrieved successfully. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Flow 'volume_create_api' (65825c78-8f14-4eba-bfe6-56858297999b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7fdb27ca-ad9d-4b2f-944a-bb1aedb1c4c6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.flows.api.create_volume [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Validating volume size '1' using validate_int, validate_snap_size {{(pid=115488) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7fdb27ca-ad9d-4b2f-944a-bb1aedb1c4c6) transitioned into state 'FAILURE' from state 'RUNNING' +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: Failure: cinder.exception.InvalidInput: Invalid input received: Volume size '1'GB cannot be smaller than the snapshot size 2GB. They must be >= original snapshot size. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7fdb27ca-ad9d-4b2f-944a-bb1aedb1c4c6) transitioned into state 'REVERTING' from state 'FAILURE' {{(pid=115488) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (7fdb27ca-ad9d-4b2f-944a-bb1aedb1c4c6) transitioned into state 'REVERTED' from state 'REVERTING' with result 'None' +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: WARNING cinder.volume.api [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Flow 'volume_create_api' (65825c78-8f14-4eba-bfe6-56858297999b) transitioned into state 'REVERTED' from state 'RUNNING' +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-c761cafc-58c2-4bdd-b6b6-1fa1a8336c6b tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes returned with HTTP 400 +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 600/1200] 10.201.9.223 () {60 vars in 1140 bytes} [Tue Jan 14 22:47:00 2025] POST /volume/v3/volumes => generated 171 bytes in 38 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] DELETE http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v2.snapshots [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Delete snapshot with id: 28fafddb-12fb-49b3-b351-848231cad976 +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Snapshot retrieved successfully. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Snapshot delete request issued successfully. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 returned with HTTP 202 +Jan 14 22:47:00 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 601/1201] 10.201.9.223 () {58 vars in 1239 bytes} [Tue Jan 14 22:47:00 2025] DELETE /volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-afce2ce7-b107-4d02-b03c-82430edab483 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-afce2ce7-b107-4d02-b03c-82430edab483 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-afce2ce7-b107-4d02-b03c-82430edab483 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-afce2ce7-b107-4d02-b03c-82430edab483 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-afce2ce7-b107-4d02-b03c-82430edab483 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Snapshot retrieved successfully. +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-afce2ce7-b107-4d02-b03c-82430edab483 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 returned with HTTP 200 +Jan 14 22:47:00 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 601/1202] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:47:00 2025] GET /volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 => generated 476 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-79642467-8fec-446d-8dc2-59d5c74bbae7 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79642467-8fec-446d-8dc2-59d5c74bbae7 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79642467-8fec-446d-8dc2-59d5c74bbae7 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-79642467-8fec-446d-8dc2-59d5c74bbae7 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-79642467-8fec-446d-8dc2-59d5c74bbae7 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 returned with HTTP 404 +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 602/1203] 10.201.9.223 () {58 vars in 1236 bytes} [Tue Jan 14 22:47:01 2025] GET /volume/v3/snapshots/28fafddb-12fb-49b3-b351-848231cad976 => generated 111 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-14ce2b64-ea67-4708-abda-fbfea1dca0ce None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14ce2b64-ea67-4708-abda-fbfea1dca0ce tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-14ce2b64-ea67-4708-abda-fbfea1dca0ce tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-14ce2b64-ea67-4708-abda-fbfea1dca0ce tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-14ce2b64-ea67-4708-abda-fbfea1dca0ce tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Volume info retrieved successfully. +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-14ce2b64-ea67-4708-abda-fbfea1dca0ce tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc returned with HTTP 200 +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 602/1204] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:47:01 2025] GET /volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc => generated 853 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] DELETE http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'delete' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.v3.volumes [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Delete volume with id: 03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Volume info retrieved successfully. +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: INFO cinder.volume.api [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Delete volume request issued successfully. +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc returned with HTTP 202 +Jan 14 22:47:01 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 603/1205] 10.201.9.223 () {58 vars in 1233 bytes} [Tue Jan 14 22:47:01 2025] DELETE /volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc => generated 0 bytes in 59 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.middleware.request_id [None req-2560b408-e1cf-4648-968d-592bbf0e2772 None None] RequestId filter calling following filter/app {{(pid=115488) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2560b408-e1cf-4648-968d-592bbf0e2772 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2560b408-e1cf-4648-968d-592bbf0e2772 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115488) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: DEBUG cinder.api.openstack.wsgi [None req-2560b408-e1cf-4648-968d-592bbf0e2772 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115488) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: INFO cinder.volume.api [None req-2560b408-e1cf-4648-968d-592bbf0e2772 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Volume info retrieved successfully. +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: INFO cinder.api.openstack.wsgi [None req-2560b408-e1cf-4648-968d-592bbf0e2772 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc returned with HTTP 200 +Jan 14 22:47:01 ubuntu devstack@c-api.service[115488]: [pid: 115488|app: 0|req: 603/1206] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:47:01 2025] GET /volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc => generated 852 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) +Jan 14 22:47:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.middleware.request_id [None req-8ebafb92-b05d-46ca-a471-fa96bca99c21 None None] RequestId filter calling following filter/app {{(pid=115489) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:47:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8ebafb92-b05d-46ca-a471-fa96bca99c21 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] GET http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc +Jan 14 22:47:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8ebafb92-b05d-46ca-a471-fa96bca99c21 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Empty body provided in request {{(pid=115489) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} +Jan 14 22:47:02 ubuntu devstack@c-api.service[115489]: DEBUG cinder.api.openstack.wsgi [None req-8ebafb92-b05d-46ca-a471-fa96bca99c21 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] Calling method 'show' {{(pid=115489) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} +Jan 14 22:47:02 ubuntu devstack@c-api.service[115489]: INFO cinder.api.openstack.wsgi [None req-8ebafb92-b05d-46ca-a471-fa96bca99c21 tempest-VolumesSnapshotNegativeTestJSON-1834125916 tempest-VolumesSnapshotNegativeTestJSON-1834125916-project-member] http://10.201.9.223/volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc returned with HTTP 404 +Jan 14 22:47:02 ubuntu devstack@c-api.service[115489]: [pid: 115489|app: 0|req: 604/1207] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:47:02 2025] GET /volume/v3/volumes/03d7b1d0-30ff-4213-847d-4bcac182a9bc => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) diff --git a/new_logs/933675/c-sch.service b/new_logs/933675/c-sch.service index 82998a41f7..a7f01dd6ea 100755 --- a/new_logs/933675/c-sch.service +++ b/new_logs/933675/c-sch.service @@ -1,5371 +1,5374 @@ -Jan 03 20:31:02 ubuntu systemd[1]: Started Devstack devstack@c-sch.service. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: INFO dbcounter [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Registered counter for database cinder -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_db.sqlalchemy.engines [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=101592) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG dbcounter [-] [101592] Writer thread running {{(pid=101592) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: INFO cinder.rpc [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: INFO cinder.rpc [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_db.sqlalchemy.engines [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=101592) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: INFO cinder.rpc [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: INFO cinder.rpc [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: INFO cinder.rpc [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: INFO cinder.rpc [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_db.sqlalchemy.engines [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=101592) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_concurrency.lockutils [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Acquiring lock "singleton_lock" {{(pid=101592) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_concurrency.lockutils [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Acquired lock "singleton_lock" {{(pid=101592) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_concurrency.lockutils [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Releasing lock "singleton_lock" {{(pid=101592) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] ******************************************************************************** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Configuration options gathered from: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] ================================================================================ {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allow_availability_zone_fallback = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allow_compression_on_image_upload = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allowed_direct_url_schemes = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] api_rate_limit = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] auth_strategy = keystone {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] az_cache_duration = 3600 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backdoor_port = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backdoor_socket = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_availability_zone = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_api_class = cinder.backup.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_name_template = backup-%s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_use_same_host = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_use_temp_snapshot = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] capacity_weight_multiplier = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] chap_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] chap_username = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cloned_volume_same_az = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] compression_format = gzip {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] compute_api_class = cinder.compute.nova.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config_dir = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config_source = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] control_exchange = openstack {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] debug = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_availability_zone = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_group_type = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_volume_type = lvmdriver-1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_client_cert = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_client_cert_key = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_data_namespace = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_ssl_cert_path = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_ssl_cert_verify = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_use_ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enable_force_upload = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enable_new_services = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enable_unsupported_driver = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enabled_backends = ['lvmdriver-1'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enforce_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] filter_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_api_insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_api_ssl_compression = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_ca_certificates_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_catalog_info = image:glance:publicURL {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_num_retries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_request_timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] goodness_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] graceful_shutdown_timeout = 5 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] group_api_class = cinder.group.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] host = ubuntu {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_compress_on_upload = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_address_space_limit = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_cpu_limit = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_disable = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_upload_use_cinder_backend = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_upload_use_internal_tenant = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_volume_cache_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_volume_cache_max_count = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_volume_cache_max_size_gb = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] instance_format = [instance: %(uuid)s] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iscsi_iotype = fileio {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iscsi_target_flags = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iscsi_write_cache = on {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_helper = tgtadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_color = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_config_append = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_dir = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_options = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_rotate_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_rotate_interval_type = days {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_rotation_type = none {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_age = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_logfile_count = 30 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_logfile_size_mb = 200 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_over_subscription_ratio = 20.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] message_reap_interval = 86400 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] message_ttl = 2592000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] monkey_patch = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] monkey_patch_modules = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] my_ip = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] no_snapshot_gb_quota = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] num_iser_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] num_shell_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] num_volume_device_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nvmeof_conn_info_version = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nvmet_ns_id = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nvmet_port_id = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_max_limit = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_ext_list = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_listen = 0.0.0.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_listen_port = 8776 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_use_ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_workers = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] per_volume_size_limit = -1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] periodic_fuzzy_delay = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] periodic_interval = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] project_id_regex = [0-9a-f\-]+ {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] public_endpoint = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] publish_errors = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_backup_gigabytes = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_backups = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_gigabytes = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_groups = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_snapshots = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_volumes = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rate_limit_burst = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rate_limit_except_level = CRITICAL {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rate_limit_interval = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] replication_device = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] report_discard_supported = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] report_interval = 120 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reservation_clean_interval = 86400 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reservation_expire = 86400 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reserved_image_namespaces = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reserved_percentage = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rpc_response_timeout = 120 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] run_external_periodic_tasks = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_driver_init_wait_time = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_json_config_location = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_max_attempts = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scst_target_driver = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scst_target_iqn_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_down_time = 720 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] shell_completion = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] snapshot_name_template = snapshot-%s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] snapshot_same_host = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] split_loggers = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] state_path = /opt/stack/data/cinder {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] storage_availability_zone = nova {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] storage_protocol = iSCSI {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] syslog_log_facility = LOG_USER {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_helper = lioadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_protocol = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_secondary_ip_addresses = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] trace_flags = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] transfer_api_class = cinder.transfer.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] transport_url = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] until_refresh = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_chap_auth = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_default_quota_class = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_eventlog = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_journal = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_json = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_stderr = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_syslog = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] verify_glance_signatures = enabled {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_api_class = cinder.volume.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_backend_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_clear = zero {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_clear_ionice = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_clear_size = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_copy_bps_limit = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_dd_blocksize = 1M {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_name_template = volume-%s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_number_multiplier = -1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_usage_audit_period = month {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] watch_log_file = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_concurrency.disable_process_locking = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_process_name = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.connection_string = messaging:// {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.es_doc_type = notification {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.es_scroll_size = 10000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.es_scroll_time = 2m {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.filter_error_trace = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.hmac_keys = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.sentinel_service_name = mymaster {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.socket_timeout = 0.1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.trace_requests = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.trace_sqlalchemy = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler_jaeger.process_tags = {} {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler_jaeger.service_name_prefix = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler_otlp.service_name_prefix = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_tenant_name = ****** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_token = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_user = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_******_prefix = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_port = 35357 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_protocol = https {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_section = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_type = password {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_uri = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_version = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.cache = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.delay_auth_decision = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.http_connect_timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.identity_uri = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.include_service_catalog = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.interface = public {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_secret_key = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_security_strategy = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.region_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.service_token_roles_required = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.service_type = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.token_cache_time = 300 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.www_authenticate_uri = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.backend = dogpile.cache.null {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.backend_argument = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.backend_expiration_time = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.config_prefix = cache.oslo {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.dead_timeout = 60.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.debug_cache_backend = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enable_retry_client = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enable_socket_keepalive = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enforce_fips_mode = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.expiration_time = 600 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.hashclient_retry_attempts = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.hashclient_retry_delay = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_dead_retry = 300 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_maxsize = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_unused_timeout = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_sasl_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_servers = ['localhost:11211'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_socket_timeout = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_username = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.proxies = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_db = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_sentinel_service_name = mymaster {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_server = localhost:6379 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_socket_timeout = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_username = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.retry_attempts = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.retry_delay = 0.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.socket_keepalive_count = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.socket_keepalive_idle = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.socket_keepalive_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_allowed_ciphers = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_cafile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] coordination.backend_url = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.asyncio_connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.asyncio_slave_connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.backend = sqlalchemy {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_debug = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_parameters = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_recycle_time = 3600 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_trace = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_inc_retry_interval = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_max_retries = 20 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_max_retry_interval = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_retry_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.max_overflow = 50 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.max_pool_size = 5 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.max_retries = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.mysql_sql_mode = TRADITIONAL {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.mysql_wsrep_sync_wait = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.pool_timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.retry_interval = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.slave_connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.sqlite_synchronous = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.use_db_reconnect = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.enforce_new_defaults = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: WARNING oslo_config.cfg [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.enforce_scope = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.policy_default_rule = default {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.policy_file = policy.yaml {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_timeout = 60.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] os_brick.lock_path = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] os_brick.wait_mpath_device_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.capabilities = [21] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.group = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.helper_command = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.thread_pool_size = 4 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.user = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.group = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.helper_command = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.thread_pool_size = 4 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.user = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.auth_section = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.auth_type = password {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.collect_timing = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.send_service_user_token = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.split_loggers = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.backend_availability_zone = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.chap_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.chap_username = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_client_cert = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_client_cert_key = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_data_namespace = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_ssl_cert_path = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_use_ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.enable_unsupported_driver = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.filter_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.goodness_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_volume_cache_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iscsi_iotype = fileio {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iscsi_target_flags = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iscsi_write_cache = on {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_helper = tgtadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.num_shell_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.nvmet_ns_id = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.nvmet_port_id = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.replication_device = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.report_discard_supported = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.reserved_percentage = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.scst_target_driver = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.scst_target_iqn_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.storage_protocol = iSCSI {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_helper = tgtadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_protocol = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.trace_flags = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.unique_fqdn_network = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.use_chap_auth = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_backend_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_clear = zero {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_clear_ionice = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_clear_size = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_reports.file_event_handler = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_reports.file_event_handler_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_reports.log_dir = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_version = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.driver = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.retry = -1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.transport_url = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.auth_section = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.auth_type = password {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.collect_timing = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.interface = public {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.region_name = RegionOne {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.split_loggers = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.token_auth_url = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] ******************************************************************************** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Full set of CONF: {{(pid=101592) _wait_for_exit_or_signal /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:363}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] ******************************************************************************** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Configuration options gathered from: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] ================================================================================ {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allow_availability_zone_fallback = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allow_compression_on_image_upload = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] allowed_direct_url_schemes = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] api_rate_limit = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] auth_strategy = keystone {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] az_cache_duration = 3600 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backdoor_port = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backdoor_socket = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_availability_zone = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_api_class = cinder.backup.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_name_template = backup-%s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_use_same_host = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backup_use_temp_snapshot = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] capacity_weight_multiplier = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] chap_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] chap_username = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cloned_volume_same_az = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] compression_format = gzip {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] compute_api_class = cinder.compute.nova.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config_dir = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] config_source = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] control_exchange = openstack {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] debug = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_availability_zone = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_group_type = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] default_volume_type = lvmdriver-1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_client_cert = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_client_cert_key = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_data_namespace = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_ssl_cert_path = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_ssl_cert_verify = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] driver_use_ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enable_force_upload = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enable_new_services = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enable_unsupported_driver = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enabled_backends = ['lvmdriver-1'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] enforce_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] fatal_deprecations = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] filter_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_api_insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_api_ssl_compression = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_ca_certificates_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_catalog_info = image:glance:publicURL {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_num_retries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] glance_request_timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] goodness_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] graceful_shutdown_timeout = 5 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] group_api_class = cinder.group.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] host = ubuntu {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_compress_on_upload = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_address_space_limit = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_cpu_limit = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_conversion_disable = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_upload_use_cinder_backend = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_upload_use_internal_tenant = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_volume_cache_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_volume_cache_max_count = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] image_volume_cache_max_size_gb = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] instance_format = [instance: %(uuid)s] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iscsi_iotype = fileio {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iscsi_target_flags = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iscsi_write_cache = on {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_helper = tgtadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_color = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_config_append = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_dir = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_options = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_rotate_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_rotate_interval_type = days {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] log_rotation_type = none {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_age = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_logfile_count = 30 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_logfile_size_mb = 200 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] max_over_subscription_ratio = 20.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] message_reap_interval = 86400 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] message_ttl = 2592000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] monkey_patch = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] monkey_patch_modules = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] my_ip = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] no_snapshot_gb_quota = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] num_iser_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] num_shell_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] num_volume_device_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nvmeof_conn_info_version = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nvmet_ns_id = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nvmet_port_id = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_max_limit = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_ext_list = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_listen = 0.0.0.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_listen_port = 8776 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_use_ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] osapi_volume_workers = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] per_volume_size_limit = -1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] periodic_fuzzy_delay = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] periodic_interval = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] project_id_regex = [0-9a-f\-]+ {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] public_endpoint = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] publish_errors = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_backup_gigabytes = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_backups = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_gigabytes = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_groups = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_snapshots = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] quota_volumes = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rate_limit_burst = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rate_limit_except_level = CRITICAL {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rate_limit_interval = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] replication_device = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] report_discard_supported = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] report_interval = 120 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reservation_clean_interval = 86400 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reservation_expire = 86400 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reserved_image_namespaces = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] reserved_percentage = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] rpc_response_timeout = 120 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] run_external_periodic_tasks = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_driver_init_wait_time = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_json_config_location = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_max_attempts = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scst_target_driver = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] scst_target_iqn_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_down_time = 720 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] shell_completion = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] snapshot_name_template = snapshot-%s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] snapshot_same_host = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] split_loggers = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] state_path = /opt/stack/data/cinder {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] storage_availability_zone = nova {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] storage_protocol = iSCSI {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] syslog_log_facility = LOG_USER {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_helper = lioadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_protocol = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] target_secondary_ip_addresses = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] trace_flags = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] transfer_api_class = cinder.transfer.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] transport_url = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] until_refresh = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_chap_auth = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_default_quota_class = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_eventlog = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_journal = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_json = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_stderr = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] use_syslog = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] verify_glance_signatures = enabled {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_api_class = cinder.volume.api.API {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_backend_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_clear = zero {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_clear_ionice = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_clear_size = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_copy_bps_limit = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_dd_blocksize = 1M {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_name_template = volume-%s {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_number_multiplier = -1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volume_usage_audit_period = month {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] watch_log_file = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_concurrency.disable_process_locking = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_process_name = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.connection_string = messaging:// {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.es_doc_type = notification {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.es_scroll_size = 10000 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.es_scroll_time = 2m {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.filter_error_trace = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.hmac_keys = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.sentinel_service_name = mymaster {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.socket_timeout = 0.1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.trace_requests = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler.trace_sqlalchemy = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler_jaeger.process_tags = {} {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler_jaeger.service_name_prefix = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] profiler_otlp.service_name_prefix = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_tenant_name = ****** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_token = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.******_user = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_******_prefix = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_port = 35357 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_protocol = https {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_section = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_type = password {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_uri = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.auth_version = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.cache = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.delay_auth_decision = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.http_connect_timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.identity_uri = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.include_service_catalog = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.interface = public {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:04 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_secret_key = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_security_strategy = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.region_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.service_token_roles_required = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.service_type = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.token_cache_time = 300 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] keystone_authtoken.www_authenticate_uri = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.backend = dogpile.cache.null {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.backend_argument = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.backend_expiration_time = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.config_prefix = cache.oslo {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.dead_timeout = 60.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.debug_cache_backend = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enable_retry_client = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enable_socket_keepalive = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.enforce_fips_mode = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.expiration_time = 600 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.hashclient_retry_attempts = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.hashclient_retry_delay = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_dead_retry = 300 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_maxsize = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_pool_unused_timeout = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_sasl_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_servers = ['localhost:11211'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_socket_timeout = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.memcache_username = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.proxies = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_db = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_sentinel_service_name = mymaster {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_server = localhost:6379 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_socket_timeout = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.redis_username = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.retry_attempts = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.retry_delay = 0.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.socket_keepalive_count = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.socket_keepalive_idle = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.socket_keepalive_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_allowed_ciphers = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_cafile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cache.tls_keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] coordination.backend_url = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.asyncio_connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.asyncio_slave_connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.backend = sqlalchemy {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_debug = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_parameters = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_recycle_time = 3600 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.connection_trace = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_inc_retry_interval = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_max_retries = 20 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_max_retry_interval = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.db_retry_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.max_overflow = 50 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.max_pool_size = 5 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.max_retries = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.mysql_sql_mode = TRADITIONAL {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.mysql_wsrep_sync_wait = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.pool_timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.retry_interval = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.slave_connection = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.sqlite_synchronous = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] database.use_db_reconnect = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.enforce_new_defaults = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.enforce_scope = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.policy_default_rule = default {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.policy_file = policy.yaml {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_policy.remote_timeout = 60.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] os_brick.lock_path = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] os_brick.wait_mpath_device_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.capabilities = [21] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.group = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.helper_command = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.thread_pool_size = 4 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] privsep_osbrick.user = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.group = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.helper_command = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.thread_pool_size = 4 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] cinder_sys_******.user = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.auth_section = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.auth_type = password {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.collect_timing = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.send_service_user_token = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.split_loggers = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] service_user.timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.backend_availability_zone = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.chap_password = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.chap_username = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_client_cert = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_client_cert_key = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_data_namespace = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_ssl_cert_path = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.driver_use_ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.enable_unsupported_driver = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.filter_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.goodness_function = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_volume_cache_enabled = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iscsi_iotype = fileio {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iscsi_target_flags = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iscsi_write_cache = on {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_helper = tgtadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.num_shell_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.nvmet_ns_id = 10 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.nvmet_port_id = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.replication_device = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.report_discard_supported = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.reserved_percentage = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.scst_target_driver = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.scst_target_iqn_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.storage_protocol = iSCSI {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_helper = tgtadm {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_port = 3260 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_protocol = iscsi {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.trace_flags = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.unique_fqdn_network = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.use_chap_auth = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_backend_name = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_clear = zero {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_clear_ionice = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_clear_size = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_reports.file_event_handler = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_reports.file_event_handler_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_reports.log_dir = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.ssl_version = {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.driver = [] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.retry = -1 {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] oslo_messaging_notifications.transport_url = **** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.auth_section = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.auth_type = password {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.certfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.collect_timing = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.insecure = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.interface = public {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.keyfile = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.region_name = RegionOne {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.split_loggers = False {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.timeout = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] nova.token_auth_url = None {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.service [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] ******************************************************************************** {{(pid=101592) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: INFO cinder.service [-] Starting cinder-scheduler node (version 25.1.0) -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: INFO cinder.manager [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Initiating service 1 cleanup -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: INFO cinder.manager [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Service 1 cleanup completed. -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Creating RPC server for service cinder-scheduler {{(pid=101592) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=101592) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:31:06 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-c457b7f2-6b93-43b5-b1a9-7b1987f8fef7 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101592) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:31:15 ubuntu cinder-scheduler[101592]: DEBUG dbcounter [-] [101592] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=101592) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:16 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101592) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:31:16 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@lvmdriver-1#lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 31, 16, 977234)}, {'type': 'backend', 'name_to_id': 'ubuntu@lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 31, 16, 977234)}]. {{(pid=101592) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:31:16 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Updating capabilities for ubuntu@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2025, 1, 3, 20, 31, 16, 935775)} {{(pid=101592) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:31:26 ubuntu cinder-scheduler[101592]: DEBUG dbcounter [-] [101592] Writing DB stats cinder:SELECT=1 {{(pid=101592) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:33 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.periodic_task [None req-cdf9f6d0-6f52-4ec4-8cd4-5480e4680a2c None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=101592) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:31:33 ubuntu cinder-scheduler[101592]: INFO cinder.message.api [None req-cdf9f6d0-6f52-4ec4-8cd4-5480e4680a2c None None] Deleted 0 expired messages. -Jan 03 20:31:33 ubuntu cinder-scheduler[101592]: DEBUG oslo_service.periodic_task [None req-cdf9f6d0-6f52-4ec4-8cd4-5480e4680a2c None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=101592) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:31:43 ubuntu cinder-scheduler[101592]: DEBUG dbcounter [-] [101592] Writing DB stats cinder:DELETE=1,cinder:SELECT=1 {{(pid=101592) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:06 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-0b6a2b4c-d337-4936-9b8a-52349b3f7be4 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101592) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:32:42 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-27593c66-a774-457e-943d-30a736c9c367 None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101592) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:33:27 ubuntu cinder-scheduler[101592]: DEBUG dbcounter [-] [101592] Writing DB stats cinder:SELECT=1,cinder:UPDATE=1 {{(pid=101592) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:39 ubuntu systemd[1]: Stopping Devstack devstack@c-sch.service... -Jan 03 20:33:40 ubuntu cinder-scheduler[101592]: DEBUG oslo_concurrency.lockutils [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Acquiring lock "singleton_lock" {{(pid=101592) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:33:40 ubuntu cinder-scheduler[101592]: DEBUG oslo_concurrency.lockutils [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Acquired lock "singleton_lock" {{(pid=101592) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:33:40 ubuntu cinder-scheduler[101592]: DEBUG oslo_concurrency.lockutils [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Releasing lock "singleton_lock" {{(pid=101592) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:33:40 ubuntu cinder-scheduler[101592]: WARNING amqp [None req-db7bace6-1d08-4aba-87db-2a287c2979be None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:33:40 ubuntu systemd[1]: devstack@c-sch.service: Deactivated successfully. -Jan 03 20:33:40 ubuntu systemd[1]: Stopped Devstack devstack@c-sch.service. -Jan 03 20:33:40 ubuntu systemd[1]: devstack@c-sch.service: Consumed 2.449s CPU time. -Jan 03 20:33:40 ubuntu systemd[1]: Started Devstack devstack@c-sch.service. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_db.sqlalchemy.engines [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112738) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.rpc [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.rpc [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_db.sqlalchemy.engines [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112738) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.rpc [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.rpc [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.rpc [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.rpc [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_db.sqlalchemy.engines [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112738) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_concurrency.lockutils [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Acquiring lock "singleton_lock" {{(pid=112738) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_concurrency.lockutils [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Acquired lock "singleton_lock" {{(pid=112738) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_concurrency.lockutils [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Releasing lock "singleton_lock" {{(pid=112738) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] ******************************************************************************** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Configuration options gathered from: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] ================================================================================ {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allow_availability_zone_fallback = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allow_compression_on_image_upload = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allowed_direct_url_schemes = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] api_rate_limit = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] auth_strategy = keystone {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] az_cache_duration = 3600 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backdoor_port = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backdoor_socket = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_availability_zone = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_api_class = cinder.backup.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_name_template = backup-%s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_use_same_host = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_use_temp_snapshot = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] capacity_weight_multiplier = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] chap_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] chap_username = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cloned_volume_same_az = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] compression_format = gzip {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] compute_api_class = cinder.compute.nova.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config_dir = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config_source = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] control_exchange = openstack {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] debug = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_availability_zone = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_group_type = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_volume_type = 3par1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_client_cert = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_client_cert_key = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_data_namespace = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_ssl_cert_path = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_ssl_cert_verify = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_use_ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enable_force_upload = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enable_new_services = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enable_unsupported_driver = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enabled_backends = ['3par1', '3par2'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enforce_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] filter_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_api_insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_api_ssl_compression = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_ca_certificates_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_catalog_info = image:glance:publicURL {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_num_retries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_request_timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] goodness_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] graceful_shutdown_timeout = 5 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] group_api_class = cinder.group.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] host = ubuntu {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_compress_on_upload = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_address_space_limit = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_cpu_limit = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_disable = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_upload_use_cinder_backend = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_upload_use_internal_tenant = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_volume_cache_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_volume_cache_max_count = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_volume_cache_max_size_gb = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] instance_format = [instance: %(uuid)s] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iscsi_iotype = fileio {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iscsi_target_flags = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iscsi_write_cache = on {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_color = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_config_append = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_dir = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_options = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_rotate_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_rotate_interval_type = days {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_rotation_type = none {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_age = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_logfile_count = 30 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_logfile_size_mb = 200 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_over_subscription_ratio = 20.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] message_reap_interval = 86400 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] message_ttl = 2592000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] monkey_patch = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] monkey_patch_modules = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] my_ip = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] no_snapshot_gb_quota = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] num_iser_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] num_shell_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] num_volume_device_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nvmeof_conn_info_version = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nvmet_ns_id = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nvmet_port_id = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_max_limit = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_ext_list = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_listen = 0.0.0.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_listen_port = 8776 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_use_ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_workers = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] per_volume_size_limit = -1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] periodic_fuzzy_delay = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] periodic_interval = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] project_id_regex = [0-9a-f\-]+ {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] public_endpoint = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] publish_errors = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_backup_gigabytes = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_backups = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_gigabytes = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_groups = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_snapshots = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_volumes = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rate_limit_burst = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rate_limit_except_level = CRITICAL {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rate_limit_interval = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] replication_device = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] report_discard_supported = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] report_interval = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reservation_clean_interval = 86400 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reservation_expire = 86400 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reserved_image_namespaces = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reserved_percentage = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rpc_response_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] run_external_periodic_tasks = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_driver_init_wait_time = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_json_config_location = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_max_attempts = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scst_target_driver = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scst_target_iqn_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_down_time = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] shell_completion = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] snapshot_name_template = snapshot-%s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] snapshot_same_host = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] split_loggers = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] state_path = /opt/stack/data/cinder {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] storage_availability_zone = nova {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] storage_protocol = iSCSI {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] syslog_log_facility = LOG_USER {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_protocol = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_secondary_ip_addresses = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] trace_flags = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] transfer_api_class = cinder.transfer.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] transport_url = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] until_refresh = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_chap_auth = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_default_quota_class = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_eventlog = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_journal = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_json = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_stderr = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_syslog = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] verify_glance_signatures = enabled {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_api_class = cinder.volume.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_backend_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_clear = zero {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_clear_ionice = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_clear_size = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_copy_bps_limit = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_dd_blocksize = 1M {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_name_template = volume-%s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_number_multiplier = -1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_usage_audit_period = month {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] watch_log_file = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_concurrency.disable_process_locking = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.connection_string = messaging:// {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.es_doc_type = notification {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.es_scroll_size = 10000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.es_scroll_time = 2m {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.filter_error_trace = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.hmac_keys = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.sentinel_service_name = mymaster {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.socket_timeout = 0.1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.trace_requests = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.trace_sqlalchemy = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler_jaeger.process_tags = {} {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler_jaeger.service_name_prefix = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler_otlp.service_name_prefix = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_token = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_user = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_******_prefix = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_port = 35357 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_protocol = https {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_section = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_type = password {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_uri = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_version = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.cache = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.delay_auth_decision = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.http_connect_timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.identity_uri = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.include_service_catalog = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.interface = public {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.region_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.service_token_roles_required = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.service_type = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.token_cache_time = 300 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.backend = dogpile.cache.null {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.backend_argument = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.backend_expiration_time = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.config_prefix = cache.oslo {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.dead_timeout = 60.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.debug_cache_backend = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enable_retry_client = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enable_socket_keepalive = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enforce_fips_mode = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.expiration_time = 600 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.hashclient_retry_attempts = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.hashclient_retry_delay = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_dead_retry = 300 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_maxsize = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_sasl_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_socket_timeout = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_username = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.proxies = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_db = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_sentinel_service_name = mymaster {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_server = localhost:6379 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_socket_timeout = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_username = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.retry_attempts = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.retry_delay = 0.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.socket_keepalive_count = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.socket_keepalive_idle = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.socket_keepalive_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_allowed_ciphers = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_cafile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] coordination.backend_url = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.asyncio_connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.asyncio_slave_connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.backend = sqlalchemy {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_debug = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_parameters = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_recycle_time = 3600 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_trace = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_inc_retry_interval = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_max_retries = 20 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_max_retry_interval = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_retry_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.max_overflow = 50 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.max_pool_size = 5 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.max_retries = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.mysql_wsrep_sync_wait = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.pool_timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.retry_interval = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.slave_connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.sqlite_synchronous = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.use_db_reconnect = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.enforce_new_defaults = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.enforce_scope = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.policy_default_rule = default {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.policy_file = policy.yaml {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_timeout = 60.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] os_brick.lock_path = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.capabilities = [21] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.group = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.helper_command = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.user = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.group = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.helper_command = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.user = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.auth_section = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.auth_type = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.cafile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.collect_timing = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.send_service_user_token = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.split_loggers = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.backend_availability_zone = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.chap_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.chap_username = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_client_cert = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_client_cert_key = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_data_namespace = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_use_ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.enable_unsupported_driver = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.filter_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.goodness_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iscsi_iotype = fileio {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iscsi_target_flags = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iscsi_write_cache = on {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.num_shell_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.nvmet_port_id = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.replication_device = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.report_discard_supported = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.reserved_percentage = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.scst_target_driver = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.scst_target_iqn_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.storage_protocol = iSCSI {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_protocol = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.trace_flags = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.unique_fqdn_network = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.use_chap_auth = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_backend_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_clear = zero {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_clear_ionice = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_clear_size = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_reports.file_event_handler = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_reports.log_dir = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_version = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.driver = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.retry = -1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.transport_url = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.auth_section = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.auth_type = password {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.collect_timing = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.interface = public {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.region_name = RegionOne {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.split_loggers = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.token_auth_url = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] ******************************************************************************** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Full set of CONF: {{(pid=112738) _wait_for_exit_or_signal /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:363}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] ******************************************************************************** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Configuration options gathered from: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] ================================================================================ {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allow_availability_zone_fallback = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allow_compression_on_image_upload = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] allowed_direct_url_schemes = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] api_rate_limit = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] auth_strategy = keystone {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] az_cache_duration = 3600 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backdoor_port = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backdoor_socket = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_availability_zone = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_api_class = cinder.backup.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_name_template = backup-%s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_use_same_host = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backup_use_temp_snapshot = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] capacity_weight_multiplier = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] chap_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] chap_username = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cloned_volume_same_az = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] compression_format = gzip {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] compute_api_class = cinder.compute.nova.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config_dir = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] config_source = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] control_exchange = openstack {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] debug = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_availability_zone = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_group_type = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] default_volume_type = 3par1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_client_cert = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_client_cert_key = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_data_namespace = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_ssl_cert_path = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_ssl_cert_verify = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] driver_use_ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enable_force_upload = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enable_new_services = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enable_unsupported_driver = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enabled_backends = ['3par1', '3par2'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] enforce_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] filter_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_api_insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_api_ssl_compression = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_ca_certificates_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_catalog_info = image:glance:publicURL {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_num_retries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] glance_request_timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] goodness_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] graceful_shutdown_timeout = 5 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] group_api_class = cinder.group.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] host = ubuntu {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_compress_on_upload = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_address_space_limit = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_cpu_limit = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_conversion_disable = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_upload_use_cinder_backend = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_upload_use_internal_tenant = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_volume_cache_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_volume_cache_max_count = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] image_volume_cache_max_size_gb = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] instance_format = [instance: %(uuid)s] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iscsi_iotype = fileio {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iscsi_target_flags = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iscsi_write_cache = on {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_color = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_config_append = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_dir = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_options = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_rotate_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_rotate_interval_type = days {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] log_rotation_type = none {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_age = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_logfile_count = 30 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_logfile_size_mb = 200 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] max_over_subscription_ratio = 20.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] message_reap_interval = 86400 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] message_ttl = 2592000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] monkey_patch = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] monkey_patch_modules = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] my_ip = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] no_snapshot_gb_quota = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] num_iser_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] num_shell_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] num_volume_device_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nvmeof_conn_info_version = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nvmet_ns_id = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nvmet_port_id = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_max_limit = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_ext_list = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_listen = 0.0.0.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_listen_port = 8776 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_use_ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] osapi_volume_workers = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] per_volume_size_limit = -1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] periodic_fuzzy_delay = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] periodic_interval = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] project_id_regex = [0-9a-f\-]+ {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] public_endpoint = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] publish_errors = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_backup_gigabytes = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_backups = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_gigabytes = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_groups = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_snapshots = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] quota_volumes = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rate_limit_burst = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rate_limit_except_level = CRITICAL {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rate_limit_interval = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] replication_device = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] report_discard_supported = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] report_interval = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reservation_clean_interval = 86400 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reservation_expire = 86400 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reserved_image_namespaces = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] reserved_percentage = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] rpc_response_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] run_external_periodic_tasks = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_driver_init_wait_time = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_json_config_location = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_max_attempts = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scst_target_driver = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] scst_target_iqn_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_down_time = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] shell_completion = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] snapshot_name_template = snapshot-%s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] snapshot_same_host = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] split_loggers = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] state_path = /opt/stack/data/cinder {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] storage_availability_zone = nova {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] storage_protocol = iSCSI {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] syslog_log_facility = LOG_USER {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_protocol = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] target_secondary_ip_addresses = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] trace_flags = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] transfer_api_class = cinder.transfer.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] transport_url = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] until_refresh = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_chap_auth = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_default_quota_class = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_eventlog = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_journal = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_json = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_stderr = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] use_syslog = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] verify_glance_signatures = enabled {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_api_class = cinder.volume.api.API {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_backend_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_clear = zero {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_clear_ionice = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_clear_size = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_copy_bps_limit = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_dd_blocksize = 1M {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_name_template = volume-%s {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_number_multiplier = -1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volume_usage_audit_period = month {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] watch_log_file = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_concurrency.disable_process_locking = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.connection_string = messaging:// {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.es_doc_type = notification {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.es_scroll_size = 10000 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.es_scroll_time = 2m {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.filter_error_trace = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.hmac_keys = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.sentinel_service_name = mymaster {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.socket_timeout = 0.1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.trace_requests = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler.trace_sqlalchemy = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler_jaeger.process_tags = {} {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler_jaeger.service_name_prefix = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] profiler_otlp.service_name_prefix = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_token = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.******_user = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_******_prefix = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_port = 35357 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_protocol = https {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_section = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_type = password {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_uri = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.auth_version = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.cache = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.delay_auth_decision = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.http_connect_timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.identity_uri = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.include_service_catalog = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.interface = public {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.region_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.service_token_roles_required = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.service_type = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.token_cache_time = 300 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.backend = dogpile.cache.null {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.backend_argument = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.backend_expiration_time = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.config_prefix = cache.oslo {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.dead_timeout = 60.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.debug_cache_backend = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enable_retry_client = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enable_socket_keepalive = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.enforce_fips_mode = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.expiration_time = 600 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.hashclient_retry_attempts = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.hashclient_retry_delay = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_dead_retry = 300 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_maxsize = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_sasl_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_socket_timeout = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.memcache_username = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.proxies = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_db = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_sentinel_service_name = mymaster {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_server = localhost:6379 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_socket_timeout = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.redis_username = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.retry_attempts = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.retry_delay = 0.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.socket_keepalive_count = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.socket_keepalive_idle = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.socket_keepalive_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_allowed_ciphers = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_cafile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cache.tls_keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] coordination.backend_url = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.asyncio_connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.asyncio_slave_connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.backend = sqlalchemy {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_debug = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_parameters = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_recycle_time = 3600 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.connection_trace = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_inc_retry_interval = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_max_retries = 20 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_max_retry_interval = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.db_retry_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.max_overflow = 50 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.max_pool_size = 5 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.max_retries = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.mysql_wsrep_sync_wait = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.pool_timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.retry_interval = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.slave_connection = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.sqlite_synchronous = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] database.use_db_reconnect = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.enforce_new_defaults = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.enforce_scope = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.policy_default_rule = default {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.policy_file = policy.yaml {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_policy.remote_timeout = 60.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] os_brick.lock_path = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.capabilities = [21] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.group = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.helper_command = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] privsep_osbrick.user = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.group = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.helper_command = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] cinder_sys_******.user = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.auth_section = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.auth_type = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.cafile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.collect_timing = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.send_service_user_token = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.split_loggers = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] service_user.timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.backend_availability_zone = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.chap_password = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.chap_username = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_client_cert = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_client_cert_key = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_data_namespace = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.driver_use_ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.enable_unsupported_driver = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.filter_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.goodness_function = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iscsi_iotype = fileio {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iscsi_target_flags = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iscsi_write_cache = on {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.num_shell_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.nvmet_port_id = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.replication_device = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.report_discard_supported = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.reserved_percentage = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.scst_target_driver = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.scst_target_iqn_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.storage_protocol = iSCSI {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_helper = tgtadm {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_port = 3260 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_protocol = iscsi {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.trace_flags = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.unique_fqdn_network = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.use_chap_auth = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_backend_name = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_clear = zero {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_clear_ionice = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_clear_size = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_reports.file_event_handler = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_reports.log_dir = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.ssl_version = {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.driver = [] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.retry = -1 {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] oslo_messaging_notifications.transport_url = **** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.auth_section = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.auth_type = password {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.certfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.collect_timing = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.insecure = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.interface = public {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.keyfile = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.region_name = RegionOne {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.split_loggers = False {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.timeout = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] nova.token_auth_url = None {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.service [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] ******************************************************************************** {{(pid=112738) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.service [-] Starting cinder-scheduler node (version 25.1.0) -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.manager [None req-7e700cb3-6665-442b-b87d-583863d72d71 None None] Initiating service 1 cleanup -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: INFO cinder.manager [None req-7e700cb3-6665-442b-b87d-583863d72d71 None None] Service 1 cleanup completed. -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-7e700cb3-6665-442b-b87d-583863d72d71 None None] Creating RPC server for service cinder-scheduler {{(pid=112738) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:33:42 ubuntu cinder-scheduler[112738]: DEBUG cinder.service [None req-7e700cb3-6665-442b-b87d-583863d72d71 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=112738) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:33:43 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-0dfa8ab5-3b75-42c7-ab86-6aabbc7507cc None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=112738) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:33:43 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-0dfa8ab5-3b75-42c7-ab86-6aabbc7507cc None None] Updating capabilities for ubuntu@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2025, 1, 3, 20, 33, 43, 555952)} {{(pid=112738) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:33:43 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-0dfa8ab5-3b75-42c7-ab86-6aabbc7507cc None None] Publish storage capacity: [{'type': 'backend', 'name_to_id': 'ubuntu@lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 33, 43, 571432)}]. {{(pid=112738) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:33:44 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-3f47f7bb-dbbe-4b9f-9960-9bb524a633b9 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=112738) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:33:48 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=112738) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:33:48 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 33, 48, 694085)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 33, 48, 694085)}]. {{(pid=112738) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:33:48 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=112738) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:33:48 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 33, 48, 723928)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 33, 48, 723928)}]. {{(pid=112738) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:34:35 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.periodic_task [None req-05a848cf-78b4-4eed-b3c5-c751d7ec4f71 None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=112738) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:34:35 ubuntu cinder-scheduler[112738]: INFO cinder.message.api [None req-05a848cf-78b4-4eed-b3c5-c751d7ec4f71 None None] Deleted 0 expired messages. -Jan 03 20:34:35 ubuntu cinder-scheduler[112738]: DEBUG oslo_service.periodic_task [None req-05a848cf-78b4-4eed-b3c5-c751d7ec4f71 None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=112738) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:34:45 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-e14bfe6e-2a85-4d81-85b5-6fa194290069 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=112738) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:35:04 ubuntu cinder-scheduler[112738]: DEBUG cinder.scheduler.host_manager [None req-3a7cad49-238c-4063-b36c-3fbfd9f612b6 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=112738) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:35:06 ubuntu systemd[1]: Stopping Devstack devstack@c-sch.service... -Jan 03 20:35:06 ubuntu cinder-scheduler[112738]: DEBUG oslo_concurrency.lockutils [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Acquiring lock "singleton_lock" {{(pid=112738) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:06 ubuntu cinder-scheduler[112738]: DEBUG oslo_concurrency.lockutils [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Acquired lock "singleton_lock" {{(pid=112738) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:06 ubuntu cinder-scheduler[112738]: DEBUG oslo_concurrency.lockutils [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Releasing lock "singleton_lock" {{(pid=112738) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:06 ubuntu cinder-scheduler[112738]: WARNING amqp [None req-d62a2f4f-7512-41d2-afba-ad8f03dfb276 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:07 ubuntu systemd[1]: devstack@c-sch.service: Deactivated successfully. -Jan 03 20:35:07 ubuntu systemd[1]: Stopped Devstack devstack@c-sch.service. -Jan 03 20:35:07 ubuntu systemd[1]: devstack@c-sch.service: Consumed 2.442s CPU time. -Jan 03 20:35:07 ubuntu systemd[1]: Started Devstack devstack@c-sch.service. -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: INFO cinder.rpc [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: INFO cinder.rpc [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: INFO cinder.rpc [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: INFO cinder.rpc [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: INFO cinder.rpc [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:35:08 ubuntu cinder-scheduler[115581]: INFO cinder.rpc [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_concurrency.lockutils [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Acquiring lock "singleton_lock" {{(pid=115581) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_concurrency.lockutils [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Acquired lock "singleton_lock" {{(pid=115581) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_concurrency.lockutils [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Releasing lock "singleton_lock" {{(pid=115581) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] ******************************************************************************** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Configuration options gathered from: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] ================================================================================ {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allow_availability_zone_fallback = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allow_compression_on_image_upload = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allowed_direct_url_schemes = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] api_rate_limit = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] auth_strategy = keystone {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] az_cache_duration = 3600 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backdoor_port = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backdoor_socket = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_availability_zone = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_api_class = cinder.backup.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_name_template = backup-%s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_use_same_host = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_use_temp_snapshot = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] capacity_weight_multiplier = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] chap_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] chap_username = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cloned_volume_same_az = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] compression_format = gzip {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] compute_api_class = cinder.compute.nova.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config_dir = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config_source = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] control_exchange = openstack {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] debug = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_availability_zone = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_group_type = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_volume_type = 3par1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_client_cert = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_client_cert_key = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_data_namespace = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_ssl_cert_path = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_ssl_cert_verify = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_use_ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enable_force_upload = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enable_new_services = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enable_unsupported_driver = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enabled_backends = ['3par1', '3par2'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enforce_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] filter_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_api_insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_api_ssl_compression = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_ca_certificates_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_catalog_info = image:glance:publicURL {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_num_retries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_request_timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] goodness_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] graceful_shutdown_timeout = 5 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] group_api_class = cinder.group.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] host = ubuntu {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_compress_on_upload = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_address_space_limit = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_cpu_limit = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_disable = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_upload_use_cinder_backend = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_upload_use_internal_tenant = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_volume_cache_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_volume_cache_max_count = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_volume_cache_max_size_gb = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] instance_format = [instance: %(uuid)s] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iscsi_iotype = fileio {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iscsi_target_flags = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iscsi_write_cache = on {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_color = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_config_append = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_dir = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_options = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_rotate_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_rotate_interval_type = days {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_rotation_type = none {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_age = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_logfile_count = 30 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_logfile_size_mb = 200 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_over_subscription_ratio = 20.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] message_reap_interval = 86400 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] message_ttl = 2592000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] monkey_patch = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] monkey_patch_modules = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] my_ip = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] no_snapshot_gb_quota = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] num_iser_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] num_shell_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] num_volume_device_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nvmeof_conn_info_version = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nvmet_ns_id = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nvmet_port_id = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_max_limit = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_ext_list = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_listen = 0.0.0.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_listen_port = 8776 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_use_ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_workers = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] per_volume_size_limit = -1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] periodic_fuzzy_delay = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] periodic_interval = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] project_id_regex = [0-9a-f\-]+ {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] public_endpoint = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] publish_errors = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_backup_gigabytes = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_backups = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_gigabytes = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_groups = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_snapshots = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_volumes = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rate_limit_burst = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rate_limit_except_level = CRITICAL {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rate_limit_interval = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] replication_device = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] report_discard_supported = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] report_interval = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reservation_clean_interval = 86400 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reservation_expire = 86400 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reserved_image_namespaces = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reserved_percentage = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rpc_response_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] run_external_periodic_tasks = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_driver_init_wait_time = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_json_config_location = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_max_attempts = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scst_target_driver = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scst_target_iqn_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_down_time = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] shell_completion = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] snapshot_name_template = snapshot-%s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] snapshot_same_host = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] split_loggers = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] state_path = /opt/stack/data/cinder {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] storage_availability_zone = nova {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] storage_protocol = iSCSI {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] syslog_log_facility = LOG_USER {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_protocol = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_secondary_ip_addresses = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] trace_flags = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] transfer_api_class = cinder.transfer.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] transport_url = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] until_refresh = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_chap_auth = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_default_quota_class = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_eventlog = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_journal = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_json = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_stderr = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_syslog = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] verify_glance_signatures = enabled {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_api_class = cinder.volume.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_backend_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_clear = zero {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_clear_ionice = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_clear_size = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_copy_bps_limit = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_dd_blocksize = 1M {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_name_template = volume-%s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_number_multiplier = -1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_usage_audit_period = month {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] watch_log_file = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_concurrency.disable_process_locking = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_process_name = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.connection_string = messaging:// {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.es_doc_type = notification {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.es_scroll_size = 10000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.es_scroll_time = 2m {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.filter_error_trace = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.hmac_keys = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.sentinel_service_name = mymaster {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.socket_timeout = 0.1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.trace_requests = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.trace_sqlalchemy = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler_jaeger.process_tags = {} {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler_jaeger.service_name_prefix = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler_otlp.service_name_prefix = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_tenant_name = ****** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_token = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_user = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_******_prefix = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_port = 35357 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_protocol = https {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_section = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_type = password {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_uri = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_version = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.cache = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.delay_auth_decision = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.http_connect_timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.identity_uri = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.include_service_catalog = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.interface = public {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_secret_key = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_security_strategy = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.region_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.service_token_roles_required = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.service_type = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.token_cache_time = 300 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.www_authenticate_uri = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.backend = dogpile.cache.null {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.backend_argument = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.backend_expiration_time = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.config_prefix = cache.oslo {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.dead_timeout = 60.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.debug_cache_backend = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enable_retry_client = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enable_socket_keepalive = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enforce_fips_mode = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.expiration_time = 600 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.hashclient_retry_attempts = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.hashclient_retry_delay = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_dead_retry = 300 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_maxsize = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_unused_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_sasl_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_servers = ['localhost:11211'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_socket_timeout = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_username = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.proxies = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_db = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_sentinel_service_name = mymaster {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_server = localhost:6379 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_socket_timeout = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_username = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.retry_attempts = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.retry_delay = 0.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.socket_keepalive_count = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.socket_keepalive_idle = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.socket_keepalive_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_allowed_ciphers = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_cafile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] coordination.backend_url = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.asyncio_connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.asyncio_slave_connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.backend = sqlalchemy {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_debug = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_parameters = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_recycle_time = 3600 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_trace = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_inc_retry_interval = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_max_retries = 20 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_max_retry_interval = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_retry_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.max_overflow = 50 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.max_pool_size = 5 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.max_retries = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.mysql_sql_mode = TRADITIONAL {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.mysql_wsrep_sync_wait = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.pool_timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.retry_interval = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.slave_connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.sqlite_synchronous = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.use_db_reconnect = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.enforce_new_defaults = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.enforce_scope = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.policy_default_rule = default {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.policy_file = policy.yaml {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_timeout = 60.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] os_brick.lock_path = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] os_brick.wait_mpath_device_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.capabilities = [21] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.group = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.helper_command = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.thread_pool_size = 4 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.user = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.group = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.helper_command = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.thread_pool_size = 4 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.user = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.auth_section = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.auth_type = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.cafile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.collect_timing = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.send_service_user_token = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.split_loggers = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.backend_availability_zone = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.chap_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.chap_username = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_client_cert = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_client_cert_key = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_data_namespace = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_ssl_cert_path = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_use_ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.enable_unsupported_driver = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.filter_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.goodness_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_volume_cache_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iscsi_iotype = fileio {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iscsi_target_flags = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iscsi_write_cache = on {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.num_shell_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.nvmet_ns_id = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.nvmet_port_id = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.replication_device = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.report_discard_supported = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.reserved_percentage = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.scst_target_driver = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.scst_target_iqn_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.storage_protocol = iSCSI {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_protocol = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.trace_flags = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.unique_fqdn_network = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.use_chap_auth = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_backend_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_clear = zero {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_clear_ionice = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_clear_size = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_reports.file_event_handler = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_reports.log_dir = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_version = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.driver = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.retry = -1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.transport_url = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.auth_section = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.auth_type = password {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.collect_timing = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.interface = public {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.region_name = RegionOne {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.split_loggers = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.token_auth_url = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] ******************************************************************************** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Full set of CONF: {{(pid=115581) _wait_for_exit_or_signal /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:363}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] ******************************************************************************** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] Configuration options gathered from: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] ================================================================================ {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allow_availability_zone_fallback = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allow_compression_on_image_upload = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] allowed_direct_url_schemes = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] api_rate_limit = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] auth_strategy = keystone {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] az_cache_duration = 3600 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backdoor_port = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backdoor_socket = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_availability_zone = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_api_class = cinder.backup.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_name_template = backup-%s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_use_same_host = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backup_use_temp_snapshot = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] capacity_weight_multiplier = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] chap_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] chap_username = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cloned_volume_same_az = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] compression_format = gzip {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] compute_api_class = cinder.compute.nova.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config_dir = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] config_source = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] control_exchange = openstack {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] debug = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_availability_zone = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_group_type = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] default_volume_type = 3par1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_client_cert = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_client_cert_key = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_data_namespace = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_ssl_cert_path = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_ssl_cert_verify = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] driver_use_ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enable_force_upload = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enable_new_services = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enable_unsupported_driver = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enabled_backends = ['3par1', '3par2'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] enforce_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] filter_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_api_insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_api_ssl_compression = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_ca_certificates_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_catalog_info = image:glance:publicURL {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_num_retries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] glance_request_timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] goodness_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] graceful_shutdown_timeout = 5 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] group_api_class = cinder.group.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] host = ubuntu {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_compress_on_upload = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_address_space_limit = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_cpu_limit = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_conversion_disable = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_upload_use_cinder_backend = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_upload_use_internal_tenant = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_volume_cache_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_volume_cache_max_count = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] image_volume_cache_max_size_gb = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] instance_format = [instance: %(uuid)s] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iscsi_iotype = fileio {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iscsi_target_flags = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iscsi_write_cache = on {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_color = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_config_append = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_dir = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_options = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_rotate_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_rotate_interval_type = days {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] log_rotation_type = none {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_age = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_logfile_count = 30 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_logfile_size_mb = 200 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] max_over_subscription_ratio = 20.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] message_reap_interval = 86400 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] message_ttl = 2592000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] monkey_patch = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] monkey_patch_modules = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] my_ip = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] no_snapshot_gb_quota = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] num_iser_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] num_shell_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] num_volume_device_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nvmeof_conn_info_version = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nvmet_ns_id = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nvmet_port_id = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_max_limit = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_ext_list = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_listen = 0.0.0.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_listen_port = 8776 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_use_ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] osapi_volume_workers = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] per_volume_size_limit = -1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] periodic_fuzzy_delay = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] periodic_interval = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] project_id_regex = [0-9a-f\-]+ {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] public_endpoint = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] publish_errors = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_backup_gigabytes = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_backups = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_gigabytes = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_groups = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_snapshots = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] quota_volumes = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rate_limit_burst = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rate_limit_except_level = CRITICAL {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rate_limit_interval = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] replication_device = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] report_discard_supported = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] report_interval = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reservation_clean_interval = 86400 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reservation_expire = 86400 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reserved_image_namespaces = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] reserved_percentage = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] rpc_response_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] run_external_periodic_tasks = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_driver_init_wait_time = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_json_config_location = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_max_attempts = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scst_target_driver = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] scst_target_iqn_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_down_time = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] shell_completion = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] snapshot_name_template = snapshot-%s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] snapshot_same_host = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] split_loggers = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] state_path = /opt/stack/data/cinder {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] storage_availability_zone = nova {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] storage_protocol = iSCSI {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] syslog_log_facility = LOG_USER {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_protocol = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] target_secondary_ip_addresses = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] trace_flags = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] transfer_api_class = cinder.transfer.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] transport_url = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] until_refresh = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_chap_auth = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_default_quota_class = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_eventlog = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_journal = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_json = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_stderr = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] use_syslog = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] verify_glance_signatures = enabled {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_api_class = cinder.volume.api.API {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_backend_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_clear = zero {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_clear_ionice = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_clear_size = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_copy_bps_limit = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_dd_blocksize = 1M {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_name_template = volume-%s {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_number_multiplier = -1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volume_usage_audit_period = month {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] watch_log_file = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_concurrency.disable_process_locking = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_process_name = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.connection_string = messaging:// {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.es_doc_type = notification {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.es_scroll_size = 10000 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.es_scroll_time = 2m {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.filter_error_trace = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.hmac_keys = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.sentinel_service_name = mymaster {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.socket_timeout = 0.1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.trace_requests = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler.trace_sqlalchemy = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler_jaeger.process_tags = {} {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler_jaeger.service_name_prefix = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] profiler_otlp.service_name_prefix = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_tenant_name = ****** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_token = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.******_user = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_******_prefix = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_port = 35357 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_protocol = https {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_section = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_type = password {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_uri = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.auth_version = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.cache = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.delay_auth_decision = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.http_connect_timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.identity_uri = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.include_service_catalog = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.interface = public {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_secret_key = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_security_strategy = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.region_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.service_token_roles_required = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.service_type = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.token_cache_time = 300 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] keystone_authtoken.www_authenticate_uri = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.backend = dogpile.cache.null {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.backend_argument = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.backend_expiration_time = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.config_prefix = cache.oslo {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.dead_timeout = 60.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.debug_cache_backend = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enable_retry_client = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enable_socket_keepalive = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.enforce_fips_mode = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.expiration_time = 600 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.hashclient_retry_attempts = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.hashclient_retry_delay = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_dead_retry = 300 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_maxsize = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_pool_unused_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_sasl_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_servers = ['localhost:11211'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_socket_timeout = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.memcache_username = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.proxies = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_db = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_sentinel_service_name = mymaster {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_server = localhost:6379 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_socket_timeout = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.redis_username = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.retry_attempts = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.retry_delay = 0.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.socket_keepalive_count = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.socket_keepalive_idle = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.socket_keepalive_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_allowed_ciphers = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_cafile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cache.tls_keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] coordination.backend_url = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.asyncio_connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.asyncio_slave_connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.backend = sqlalchemy {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_debug = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_parameters = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_recycle_time = 3600 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.connection_trace = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_inc_retry_interval = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_max_retries = 20 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_max_retry_interval = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.db_retry_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.max_overflow = 50 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.max_pool_size = 5 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.max_retries = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.mysql_sql_mode = TRADITIONAL {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.mysql_wsrep_sync_wait = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.pool_timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.retry_interval = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.slave_connection = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.sqlite_synchronous = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] database.use_db_reconnect = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.enforce_new_defaults = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.enforce_scope = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.policy_default_rule = default {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.policy_file = policy.yaml {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_policy.remote_timeout = 60.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] os_brick.lock_path = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] os_brick.wait_mpath_device_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.capabilities = [21] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.group = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.helper_command = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.thread_pool_size = 4 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] privsep_osbrick.user = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.group = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.helper_command = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.thread_pool_size = 4 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] cinder_sys_******.user = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.auth_section = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.auth_type = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.cafile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.collect_timing = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.send_service_user_token = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.split_loggers = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] service_user.timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.backend_availability_zone = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.chap_password = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.chap_username = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_client_cert = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_client_cert_key = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_data_namespace = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_ssl_cert_path = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.driver_use_ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.enable_unsupported_driver = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.filter_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.goodness_function = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_volume_cache_enabled = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iscsi_iotype = fileio {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iscsi_target_flags = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iscsi_write_cache = on {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.num_shell_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.nvmet_ns_id = 10 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.nvmet_port_id = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.replication_device = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.report_discard_supported = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.reserved_percentage = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.scst_target_driver = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.scst_target_iqn_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.storage_protocol = iSCSI {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_helper = tgtadm {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_port = 3260 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_protocol = iscsi {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.trace_flags = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.unique_fqdn_network = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.use_chap_auth = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_backend_name = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_clear = zero {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_clear_ionice = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_clear_size = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_reports.file_event_handler = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_reports.log_dir = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.ssl_version = {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.driver = [] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.retry = -1 {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] oslo_messaging_notifications.transport_url = **** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.auth_section = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.auth_type = password {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.certfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.collect_timing = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.insecure = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.interface = public {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.keyfile = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.region_name = RegionOne {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.split_loggers = False {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.timeout = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] nova.token_auth_url = None {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.service [None req-5ec2f4b8-370e-46ba-9432-566bc79ba99c None None] ******************************************************************************** {{(pid=115581) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: INFO cinder.service [-] Starting cinder-scheduler node (version 25.1.0) -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: INFO cinder.manager [None req-bb0be542-1410-4992-97fc-f99bffd7c938 None None] Initiating service 1 cleanup -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: INFO cinder.manager [None req-bb0be542-1410-4992-97fc-f99bffd7c938 None None] Service 1 cleanup completed. -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-bb0be542-1410-4992-97fc-f99bffd7c938 None None] Creating RPC server for service cinder-scheduler {{(pid=115581) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:35:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.service [None req-bb0be542-1410-4992-97fc-f99bffd7c938 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=115581) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:35:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4f6e1411-1429-4bee-ab8c-0f7129821a5b None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:35:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:35:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 35, 13, 289109)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 35, 13, 289109)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:35:13 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:35:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:35:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:35:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 35, 13, 308436)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 35, 13, 308436)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:36:10 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.periodic_task [None req-83e3f113-90b3-466c-b516-7418be7ab3bb None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=115581) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:36:10 ubuntu cinder-scheduler[115581]: INFO cinder.message.api [None req-83e3f113-90b3-466c-b516-7418be7ab3bb None None] Deleted 0 expired messages. -Jan 03 20:36:10 ubuntu cinder-scheduler[115581]: DEBUG oslo_service.periodic_task [None req-83e3f113-90b3-466c-b516-7418be7ab3bb None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=115581) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Flow 'volume_create_scheduler' (a4472bbe-6c5c-4f17-b354-d6746510aa31) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6462efff-b967-473e-9529-4e71da8971c5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6462efff-b967-473e-9529-4e71da8971c5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(326f5abb-b025-49a4-b11e-e8922cf48329),volume_id=326f5abb-b025-49a4-b11e-e8922cf48329,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (872425f7-5813-46bf-9f7f-a4f6fa533798) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 275746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (326f5abb-b025-49a4-b11e-e8922cf48329) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (326f5abb-b025-49a4-b11e-e8922cf48329) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.275746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.275746] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:14.749055 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (872425f7-5813-46bf-9f7f-a4f6fa533798) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Flow 'volume_create_scheduler' (a4472bbe-6c5c-4f17-b354-d6746510aa31) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 275746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:14.749055 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:14.749055] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:15.411318 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-290f3b43-6e51-40d7-97a3-5f28fac8e324 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:36:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Flow 'volume_create_scheduler' (dc50e4df-3560-4fa6-b50a-8d489b00a085) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (5bc8b085-dc76-4566-9f46-56073421be70) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (5bc8b085-dc76-4566-9f46-56073421be70) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(32d4b92a-cf01-45a8-b149-ded260792456),volume_id=32d4b92a-cf01-45a8-b149-ded260792456,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c84d63aa-324f-4b74-9607-89eb4346b979) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 18, 653195)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (32d4b92a-cf01-45a8-b149-ded260792456) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (32d4b92a-cf01-45a8-b149-ded260792456) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:18.653195 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:18.653195] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:20.224806 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c84d63aa-324f-4b74-9607-89eb4346b979) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Flow 'volume_create_scheduler' (dc50e4df-3560-4fa6-b50a-8d489b00a085) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_scheduler' (f4280cab-d324-4a3c-8b3f-2a9f409c06b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (e065d462-acae-4540-8e01-4c06de8a05f6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (e065d462-acae-4540-8e01-4c06de8a05f6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(e68166bb-360c-4110-b30d-272c00ab2b86),volume_id=e68166bb-360c-4110-b30d-272c00ab2b86,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (692a0e3b-4406-4c9d-8496-10c282a61924) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 22, 401307)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (e68166bb-360c-4110-b30d-272c00ab2b86) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (e68166bb-360c-4110-b30d-272c00ab2b86) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:22.401307 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:22.401307] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:24.224445 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (692a0e3b-4406-4c9d-8496-10c282a61924) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_scheduler' (f4280cab-d324-4a3c-8b3f-2a9f409c06b3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_scheduler' (7b00487b-3aa3-4663-86b4-78894ea2250c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (ea015956-0dbb-4688-8733-c3f32e376df0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (ea015956-0dbb-4688-8733-c3f32e376df0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(dd0d92e0-7c59-4a36-b07c-15b9fd26fed9),volume_id=dd0d92e0-7c59-4a36-b07c-15b9fd26fed9,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (35171ae9-65aa-4a9e-86ad-16a4465ba4e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 22, 401307)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (dd0d92e0-7c59-4a36-b07c-15b9fd26fed9) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (dd0d92e0-7c59-4a36-b07c-15b9fd26fed9) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:24.224445 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:24.224445] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Weigher CapacityWeigher returned, weigher value is {max: 58003.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:25.521817 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (35171ae9-65aa-4a9e-86ad-16a4465ba4e3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_scheduler' (7b00487b-3aa3-4663-86b4-78894ea2250c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_scheduler' (1464dbb0-bf72-4a2a-b923-897fa4203212) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f12ee5d5-c323-4e3a-aa3d-c0a6fe7dda32) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f12ee5d5-c323-4e3a-aa3d-c0a6fe7dda32) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(1d2570c9-8d16-4e5e-a6aa-acb28fa631af),volume_id=1d2570c9-8d16-4e5e-a6aa-acb28fa631af,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (4acfc83d-b64b-4921-81ac-4e2d9b0af38e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 22, 401307)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (1d2570c9-8d16-4e5e-a6aa-acb28fa631af) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (1d2570c9-8d16-4e5e-a6aa-acb28fa631af) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:25.521817 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:25.521817] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Weigher CapacityWeigher returned, weigher value is {max: 58002.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:26.774687 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (4acfc83d-b64b-4921-81ac-4e2d9b0af38e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_scheduler' (1464dbb0-bf72-4a2a-b923-897fa4203212) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 28, 983395)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 28, 983395)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:36:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 30, 140393)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 30, 140393)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:36:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 31, 216314)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 31, 216314)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:36:34 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-9843649e-2828-4468-a247-3935402d401f tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9843649e-2828-4468-a247-3935402d401f tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 31, 212766)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9843649e-2828-4468-a247-3935402d401f tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:34 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-7faecf18-5194-4e6b-a211-b08808eef1fc tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7faecf18-5194-4e6b-a211-b08808eef1fc tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 31, 212766)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7faecf18-5194-4e6b-a211-b08808eef1fc tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 31, 212766)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:31.212766] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6cc84d4a-8306-4fde-8d91-8c6df2dbf714 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (ed21d4e6-0000-45a8-9ee5-662f8c3363c7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (549b173c-2984-4c85-8e61-dd9f595c294e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (549b173c-2984-4c85-8e61-dd9f595c294e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=42e503ea-8214-4ef5-a147-d82957286515,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(64135d8d-dbdd-44a9-99dc-70a3517ecf35),volume_id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,volume_properties=VolumeProperties,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (71118201-e359-4ab6-9af5-1ee7f168be1b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (64135d8d-dbdd-44a9-99dc-70a3517ecf35) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (64135d8d-dbdd-44a9-99dc-70a3517ecf35) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:35:13.269334, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:40.320963 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (71118201-e359-4ab6-9af5-1ee7f168be1b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (ed21d4e6-0000-45a8-9ee5-662f8c3363c7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 35, 13, 269334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 587, 'calculated_free_capacity': 58733.0, 'virtual_free_capacity': 58733.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:40.320963 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58733.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:40.320963, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58733.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:42.744916 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-95ada82f-de66-4006-b93a-c7b0c6afb9b0 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-95ada82f-de66-4006-b93a-c7b0c6afb9b0 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2968.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 42, 802279)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2968.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 42, 802279)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:36:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2968.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 45, 446622)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2968.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 45, 446622)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 48, 248163)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 36, 48, 248163)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 48, 246320)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:48.246320, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 48, 246320)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:48.246320, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (5e75bebb-f94c-467f-8999-e8bd5d6f2c86) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (0445bc26-89d2-4d3b-a2ee-990ef78a4025) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (0445bc26-89d2-4d3b-a2ee-990ef78a4025) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(9f498909-19c8-4d7d-9708-25c3edcd457c),volume_id=9f498909-19c8-4d7d-9708-25c3edcd457c,volume_properties=VolumeProperties,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (8c2f1ac7-3862-4922-873e-03b520eb53d2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 48, 246320)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (9f498909-19c8-4d7d-9708-25c3edcd457c) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:48.246320 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (9f498909-19c8-4d7d-9708-25c3edcd457c) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:48.246320, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:49.651847 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (8c2f1ac7-3862-4922-873e-03b520eb53d2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (5e75bebb-f94c-467f-8999-e8bd5d6f2c86) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (77e1db2f-632e-4986-bd0c-06ecb778cfa4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (d33b1e06-48e8-463f-ad6d-0722d9d2a203) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (d33b1e06-48e8-463f-ad6d-0722d9d2a203) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(e9dd680f-11c8-4eb0-b30e-28880f57274a),volume_id=e9dd680f-11c8-4eb0-b30e-28880f57274a,volume_properties=VolumeProperties,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (87ae987a-bd32-4a4f-9f88-068684b9325a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 48, 246320)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (e9dd680f-11c8-4eb0-b30e-28880f57274a) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 587, 'calculated_free_capacity': 58733.0, 'virtual_free_capacity': 58733.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:49.651847 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58733.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (e9dd680f-11c8-4eb0-b30e-28880f57274a) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:49.651847, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58733.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:50.908773 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (87ae987a-bd32-4a4f-9f88-068684b9325a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (77e1db2f-632e-4986-bd0c-06ecb778cfa4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 4.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 0, 330)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 4.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 0, 330)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 59, 996576)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:59.996576, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 59, 996576)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:59.996576, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (ec144549-3989-4a26-87e3-0a8ae39dfde1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1554aa7e-5f08-4fb2-aa9c-81de09128838) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1554aa7e-5f08-4fb2-aa9c-81de09128838) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(351178e4-c34a-402d-a865-d5f27c6c7cdf),volume_id=351178e4-c34a-402d-a865-d5f27c6c7cdf,volume_properties=VolumeProperties,volume_type=VolumeType(af5d5082-1a5c-478b-ab6c-361885fc8498))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (8deecf17-1808-40c3-a2ad-01e1f0cd4b1e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 59, 996576)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (351178e4-c34a-402d-a865-d5f27c6c7cdf) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:59.996576 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (351178e4-c34a-402d-a865-d5f27c6c7cdf) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:59.996576, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:01.591025 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (8deecf17-1808-40c3-a2ad-01e1f0cd4b1e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_scheduler' (ec144549-3989-4a26-87e3-0a8ae39dfde1) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 5.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 5, 934943)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 5.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 5, 934943)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 5, 931461)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:05.931461, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 5, 931461)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:05.931461, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Flow 'volume_create_scheduler' (05c0e709-67c9-49d5-8b23-f8bf13a15bd0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (00af1080-dae2-4c24-a99d-fa1da9df30ca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (00af1080-dae2-4c24-a99d-fa1da9df30ca) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(ec780c15-8046-4ada-9688-4093f9247023),volume_id=ec780c15-8046-4ada-9688-4093f9247023,volume_properties=VolumeProperties,volume_type=VolumeType(d1ba6b48-e640-41f3-b963-571c1efe5304))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (305fec31-8834-430f-94d7-20e6aac24074) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 5, 931461)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (ec780c15-8046-4ada-9688-4093f9247023) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:05.931461 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (ec780c15-8046-4ada-9688-4093f9247023) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:05.931461, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:09.772016 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (305fec31-8834-430f-94d7-20e6aac24074) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Flow 'volume_create_scheduler' (05c0e709-67c9-49d5-8b23-f8bf13a15bd0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:14 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 6.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 14, 413503)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 6.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 14, 413503)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a95704be-d7dc-4641-ad73-be74639f12f8 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 14, 409434)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:14.409434, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 14, 409434)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:14.409434, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 14, 409434)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:14.409434, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 14, 409434)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:14.409434, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Flow 'volume_create_scheduler' (97ba830a-78df-4bc5-b1d7-9a9dc5b764b7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (780820cf-efe8-4014-8b64-b4603c773c7d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (780820cf-efe8-4014-8b64-b4603c773c7d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(aed6284f-80e2-4468-8c87-6a7ecf3867fd),volume_id=aed6284f-80e2-4468-8c87-6a7ecf3867fd,volume_properties=VolumeProperties,volume_type=VolumeType(c3341f38-c48f-4f1a-9599-19228d31fb7b))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e0a36680-0cc5-4571-bc43-57182d27c3d8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 14, 409434)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (aed6284f-80e2-4468-8c87-6a7ecf3867fd) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:14.409434 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (aed6284f-80e2-4468-8c87-6a7ecf3867fd) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:14.409434, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:23.894139 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e0a36680-0cc5-4571-bc43-57182d27c3d8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Flow 'volume_create_scheduler' (97ba830a-78df-4bc5-b1d7-9a9dc5b764b7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 7.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 25, 937401)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 7.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 25, 937401)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:26 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 26, 850780)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:26.850780, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 26, 850780)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:26.850780, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Flow 'volume_create_scheduler' (f5114f05-6250-467e-bddd-56e82a6b0944) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7465a82b-38f6-4a0f-abc3-f02edca651bb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7465a82b-38f6-4a0f-abc3-f02edca651bb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(82efafd1-7886-4ad4-9863-0d0badce328b),volume_id=82efafd1-7886-4ad4-9863-0d0badce328b,volume_properties=VolumeProperties,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (38aaf220-ebca-48a9-afdb-a8a8158f2d4e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 26, 850780)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (82efafd1-7886-4ad4-9863-0d0badce328b) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:26.850780 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (82efafd1-7886-4ad4-9863-0d0badce328b) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:26.850780, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 8, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:28.899017 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (38aaf220-ebca-48a9-afdb-a8a8158f2d4e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Flow 'volume_create_scheduler' (f5114f05-6250-467e-bddd-56e82a6b0944) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Flow 'volume_create_scheduler' (5d3a6c14-2aee-4691-8e73-c94b2099e742) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bfbfad6d-30cf-4829-80d0-95da793d7cdb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bfbfad6d-30cf-4829-80d0-95da793d7cdb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(cc567920-4bd2-4451-bea6-2ccb34d07775),volume_id=cc567920-4bd2-4451-bea6-2ccb34d07775,volume_properties=VolumeProperties,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (6187c597-9c36-4f5d-a21b-153e22778222) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 26, 850780)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (cc567920-4bd2-4451-bea6-2ccb34d07775) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 587, 'calculated_free_capacity': 58733.0, 'virtual_free_capacity': 58733.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 8, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:28.899017 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58733.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (cc567920-4bd2-4451-bea6-2ccb34d07775) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 8, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:28.899017, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Weigher CapacityWeigher returned, weigher value is {max: 58733.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:30.176031 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (6187c597-9c36-4f5d-a21b-153e22778222) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Flow 'volume_create_scheduler' (5d3a6c14-2aee-4691-8e73-c94b2099e742) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 9.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 34, 670305)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 9.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 34, 670305)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 34, 668843)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:34.668843, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 34, 668843)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:34.668843, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:37 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Flow 'volume_create_scheduler' (8991157f-b2b5-492b-b17c-7327b2a8e59c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2b617b3b-e89f-41be-923c-2d240c0e94bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2b617b3b-e89f-41be-923c-2d240c0e94bf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,image_id=None,operation=,resource_backend='ubuntu@3par2',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(85264f7c-a689-434e-8b24-87f077ccafcc),volume_id=85264f7c-a689-434e-8b24-87f077ccafcc,volume_properties=VolumeProperties,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bbd0f8fd-2202-4e78-8a4b-0e8991f5fbff) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 36, 39, 72211)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 34, 668843)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (85264f7c-a689-434e-8b24-87f077ccafcc) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:34.668843 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (85264f7c-a689-434e-8b24-87f077ccafcc) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:34.668843, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:36:39.072211] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 10, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:38.390240 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bbd0f8fd-2202-4e78-8a4b-0e8991f5fbff) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Flow 'volume_create_scheduler' (8991157f-b2b5-492b-b17c-7327b2a8e59c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-da346b7f-8642-40a1-991a-14cc94641e93 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 39, 336670)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 34, 668843)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 587, 'calculated_free_capacity': 58733.0, 'virtual_free_capacity': 58733.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 10, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:38.390240 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58733.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 10, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:38.390240, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Weigher CapacityWeigher returned, weigher value is {max: 58733.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.555671 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:43 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:43 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2968.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 43, 166553)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2968.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 43, 166553)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:43 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9d464978-5f04-472e-a4c0-a57a9df2f588 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 44, 335778)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 44, 335778)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 39, 336670)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 44, 334065)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:44.334065, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670] {{(pid=115581) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 39, 336670)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 44, 334065)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:44.334065, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670] {{(pid=115581) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} -Jan 03 20:37:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (eeab8e60-3683-434a-9a2f-a51852246cab) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6102ceec-c9de-4a5a-8bcc-a90d99ad25d5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6102ceec-c9de-4a5a-8bcc-a90d99ad25d5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(9ea5c5fe-9402-41c9-bd4c-a99432bb8909),volume_id=9ea5c5fe-9402-41c9-bd4c-a99432bb8909,volume_properties=VolumeProperties,volume_type=VolumeType(ebfed83d-cd22-4ab6-84f3-6b6f768462ed))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (03ed3fab-5c73-4dc6-8549-c54e6d8c4db3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 39, 336670)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 48, 764367)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (9ea5c5fe-9402-41c9-bd4c-a99432bb8909) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:48.764367 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (9ea5c5fe-9402-41c9-bd4c-a99432bb8909) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Volume type extra spec requirement "volume_backend_name=3par2" does not match reported capability "3par1" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:48.764367] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58734.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:51.577151 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (03ed3fab-5c73-4dc6-8549-c54e6d8c4db3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (eeab8e60-3683-434a-9a2f-a51852246cab) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (fd0211a6-b625-404e-be63-ec3500e294aa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (be231aa4-1476-4c29-bcad-e54833120835) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (be231aa4-1476-4c29-bcad-e54833120835) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(4e0a1194-0f61-457f-8507-44fdc6fa1fdd),volume_id=4e0a1194-0f61-457f-8507-44fdc6fa1fdd,volume_properties=VolumeProperties,volume_type=VolumeType(48d68a7f-5daf-416b-b45e-591d5691a668))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2f22c630-5107-4dfa-be36-8b11a541d1f3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 39, 336670)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 48, 764367)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (4e0a1194-0f61-457f-8507-44fdc6fa1fdd) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 587, 'calculated_free_capacity': 58733.0, 'virtual_free_capacity': 58733.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:51.577151 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58733.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (4e0a1194-0f61-457f-8507-44fdc6fa1fdd) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Volume type extra spec requirement "capabilities:volume_backend_name=3par2" does not match reported capability "3par1" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:51.577151] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Weigher CapacityWeigher returned, weigher value is {max: 58733.0, min: 58733.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:52.898919 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2f22c630-5107-4dfa-be36-8b11a541d1f3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (fd0211a6-b625-404e-be63-ec3500e294aa) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (25945cd6-6929-4ee9-93a4-89e699369145) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (82e73724-bfa8-48c0-bf88-e0db1d87e08a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (82e73724-bfa8-48c0-bf88-e0db1d87e08a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(64a08ec1-9f61-4677-a7a3-e732a4faa512),volume_id=64a08ec1-9f61-4677-a7a3-e732a4faa512,volume_properties=VolumeProperties,volume_type=VolumeType(ef7237fe-b11c-4033-a0df-5fea49bd3339))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (5654823e-5f0b-48cf-9c04-a1053929833b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 39, 336670)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 48, 764367)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (64a08ec1-9f61-4677-a7a3-e732a4faa512) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 588, 'calculated_free_capacity': 58732.0, 'virtual_free_capacity': 58732.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:52.898919 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58732.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (64a08ec1-9f61-4677-a7a3-e732a4faa512) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:52.898919 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:39.336670] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:54.307606 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (5654823e-5f0b-48cf-9c04-a1053929833b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (25945cd6-6929-4ee9-93a4-89e699369145) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (11cc9f47-262d-4f02-8403-c6986defdbc0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c28e97be-ace9-4144-98de-a0cbd184d2d2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c28e97be-ace9-4144-98de-a0cbd184d2d2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(2142f871-c0ba-4062-a3a2-d1a68c1ea396),volume_id=2142f871-c0ba-4062-a3a2-d1a68c1ea396,volume_properties=VolumeProperties,volume_type=VolumeType(9b8c1f6d-4e58-4117-ab49-d9d34e18be6e))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (40ea18a7-7c09-41d3-ac17-6cd8ed7ae18b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 39, 336670)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 48, 764367)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (2142f871-c0ba-4062-a3a2-d1a68c1ea396) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 588, 'calculated_free_capacity': 58732.0, 'virtual_free_capacity': 58732.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:52.898919 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58732.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (2142f871-c0ba-4062-a3a2-d1a68c1ea396) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:54.307606 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Volume type extra spec requirement "capabilities:volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2944, total_capacity_gb: 2966, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:52.898919 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:54.307606] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Weigher CapacityWeigher returned, weigher value is {max: 58003.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:55.701075 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (40ea18a7-7c09-41d3-ac17-6cd8ed7ae18b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_scheduler' (11cc9f47-262d-4f02-8403-c6986defdbc0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 57, 877198)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 57, 877198)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:37:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:37:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 59, 87006)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 37, 59, 87006)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:38:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:01 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Flow 'volume_create_scheduler' (07cfc559-d90d-4dc7-b6c4-1fd692bf3b10) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (548cc512-5c42-43ac-850a-a3386301ec10) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (548cc512-5c42-43ac-850a-a3386301ec10) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bb3ac232-2ddc-4734-92cd-9b414e5956eb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 59, 83683)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (c16505c0-d33d-4457-bd46-7844327e4c41) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (c16505c0-d33d-4457-bd46-7844327e4c41) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:59.083683 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:37:59.083683] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:06.722126 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bb3ac232-2ddc-4734-92cd-9b414e5956eb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Flow 'volume_create_scheduler' (07cfc559-d90d-4dc7-b6c4-1fd692bf3b10) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 59, 83683)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:06.722126 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:06.722126] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:07.861303 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 59, 83683)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:07.861303 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:07.861303] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:09.157144 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 59, 83683)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2943, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 58001.0, 'virtual_free_capacity': 58001.0, 'free_percent': 97.02, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:09.157144 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58001.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:09.157144] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58001.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2942, total_capacity_gb: 2989, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:11.541314 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 59, 83683)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2942, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1780, 'calculated_free_capacity': 58000.0, 'virtual_free_capacity': 58000.0, 'free_percent': 97.02, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2942, total_capacity_gb: 2989, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:11.541314 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58000.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2942, total_capacity_gb: 2989, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:11.541314] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58000.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2941, total_capacity_gb: 2989, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1781, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:13.907826 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 37, 59, 83683)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2941, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1781, 'calculated_free_capacity': 57999.0, 'virtual_free_capacity': 57999.0, 'free_percent': 97.02, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2941, total_capacity_gb: 2989, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1781, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:13.907826 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/57999.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2941, total_capacity_gb: 2989, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1781, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:13.907826] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 57999.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2940, total_capacity_gb: 2989, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1782, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:16.230837 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-25065d44-51b5-4e76-a34c-d601f13b9537 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:38:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Flow 'volume_create_scheduler' (0272c6b5-9811-45e1-aacf-4b212b310f15) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bd8c5688-7449-4dfc-b4cf-c699880058a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bd8c5688-7449-4dfc-b4cf-c699880058a6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(54176226-949e-4a4c-816b-f0bff5b80368),volume_id=54176226-949e-4a4c-816b-f0bff5b80368,volume_properties=VolumeProperties,volume_type=VolumeType(6436e87a-3ca4-487f-a01f-b99c9241bafc))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (44c535fe-fb60-4e5e-9807-c97415fc20b1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 20, 512583)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (54176226-949e-4a4c-816b-f0bff5b80368) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (54176226-949e-4a4c-816b-f0bff5b80368) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:20.512583 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-2083181149" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-2083181149" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:20.512583 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Filter CapabilitiesFilter returned 0 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Filtering removed all hosts for the request with volume ID '54176226-949e-4a4c-816b-f0bff5b80368'. Filter results: [('AvailabilityZoneFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapacityFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapabilitiesFilter', [])] {{(pid=115581) _log_filtration /opt/stack/cinder/cinder/scheduler/base_filter.py:73}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: INFO cinder.scheduler.base_filter [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Filtering removed all hosts for the request with volume ID '54176226-949e-4a4c-816b-f0bff5b80368'. Filter results: AvailabilityZoneFilter: (start: 2, end: 2), CapacityFilter: (start: 2, end: 2), CapabilitiesFilter: (start: 2, end: 0) -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.filter_scheduler [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] No weighed backend found for volume with properties: {'id': '6436e87a-3ca4-487f-a01f-b99c9241bafc', 'name': 'tempest-UserMessagesTest-volume-type-2128571698', 'description': None, 'is_public': True, 'projects': [], 'extra_specs': {'storage_protocol': 'tempest-storage_protocol-2083181149', 'vendor_name': 'tempest-vendor_name-1694305938'}, 'qos_specs_id': None, 'created_at': '2025-01-03T20:38:23.000000', 'updated_at': None, 'deleted_at': None, 'deleted': False} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: INFO cinder.message.api [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Creating message record for request_id = req-50a7d284-9646-4472-b6cd-6ced053cac23 -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: ERROR cinder.scheduler.flows.create_volume [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Failed to run task cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: No valid backend was found. No weighed backends available: cinder.exception.NoValidBackend: No valid backend was found. No weighed backends available -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.volume.flows.common [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Setting Volume 54176226-949e-4a4c-816b-f0bff5b80368 to error due to: No valid backend was found. No weighed backends available {{(pid=115581) error_out /opt/stack/cinder/cinder/volume/flows/common.py:81}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (44c535fe-fb60-4e5e-9807-c97415fc20b1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:23 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-50a7d284-9646-4472-b6cd-6ced053cac23 tempest-UserMessagesTest-1999837604 None] Flow 'volume_create_scheduler' (0272c6b5-9811-45e1-aacf-4b212b310f15) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Flow 'volume_create_scheduler' (2cc728ee-e166-4d3e-8925-bf1598396abd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (ecdda801-c830-4e21-b1bd-412e059ae3ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (ecdda801-c830-4e21-b1bd-412e059ae3ae) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(61e3dd00-8050-4d0e-b25c-9030753b68a4),volume_id=61e3dd00-8050-4d0e-b25c-9030753b68a4,volume_properties=VolumeProperties,volume_type=VolumeType(6b262d99-09fe-4218-9c0b-88cea3c97c02))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (89317385-38e6-4ae7-bf2a-f213d326d502) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 20, 512583)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (61e3dd00-8050-4d0e-b25c-9030753b68a4) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (61e3dd00-8050-4d0e-b25c-9030753b68a4) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:20.512583 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-1162587716" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-1162587716" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:20.512583 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Filter CapabilitiesFilter returned 0 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Filtering removed all hosts for the request with volume ID '61e3dd00-8050-4d0e-b25c-9030753b68a4'. Filter results: [('AvailabilityZoneFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapacityFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapabilitiesFilter', [])] {{(pid=115581) _log_filtration /opt/stack/cinder/cinder/scheduler/base_filter.py:73}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: INFO cinder.scheduler.base_filter [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Filtering removed all hosts for the request with volume ID '61e3dd00-8050-4d0e-b25c-9030753b68a4'. Filter results: AvailabilityZoneFilter: (start: 2, end: 2), CapacityFilter: (start: 2, end: 2), CapabilitiesFilter: (start: 2, end: 0) -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.filter_scheduler [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] No weighed backend found for volume with properties: {'id': '6b262d99-09fe-4218-9c0b-88cea3c97c02', 'name': 'tempest-UserMessagesTest-volume-type-37162928', 'description': None, 'is_public': True, 'projects': [], 'extra_specs': {'storage_protocol': 'tempest-storage_protocol-1162587716', 'vendor_name': 'tempest-vendor_name-340854652'}, 'qos_specs_id': None, 'created_at': '2025-01-03T20:38:24.000000', 'updated_at': None, 'deleted_at': None, 'deleted': False} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: INFO cinder.message.api [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Creating message record for request_id = req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: ERROR cinder.scheduler.flows.create_volume [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Failed to run task cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: No valid backend was found. No weighed backends available: cinder.exception.NoValidBackend: No valid backend was found. No weighed backends available -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.volume.flows.common [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Setting Volume 61e3dd00-8050-4d0e-b25c-9030753b68a4 to error due to: No valid backend was found. No weighed backends available {{(pid=115581) error_out /opt/stack/cinder/cinder/volume/flows/common.py:81}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (89317385-38e6-4ae7-bf2a-f213d326d502) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-005a8c3c-00b1-4267-bbc4-9e8319be0a59 tempest-UserMessagesTest-1999837604 None] Flow 'volume_create_scheduler' (2cc728ee-e166-4d3e-8925-bf1598396abd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:30 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 tempest-VolumePoolsAdminTestsJSON-317813869 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 tempest-VolumePoolsAdminTestsJSON-317813869 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 20, 512583)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d8d7dcc9-ee77-4a5c-95b5-757c40de3363 tempest-VolumePoolsAdminTestsJSON-317813869 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:30 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-732168c9-53f0-402e-af5f-552acd692c12 tempest-VolumePoolsAdminTestsJSON-317813869 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-732168c9-53f0-402e-af5f-552acd692c12 tempest-VolumePoolsAdminTestsJSON-317813869 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 20, 512583)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-732168c9-53f0-402e-af5f-552acd692c12 tempest-VolumePoolsAdminTestsJSON-317813869 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_scheduler' (d2e9b5b4-5be0-4c4e-9f07-8e11f491a87c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (74405b60-cdd7-49d1-b560-fe72b5f4f51c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (74405b60-cdd7-49d1-b560-fe72b5f4f51c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(2058db43-dc87-4e83-bdef-7d12f86dd36a),volume_id=2058db43-dc87-4e83-bdef-7d12f86dd36a,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (90505d3e-b526-4138-a88c-bcd66e62bcc6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 20, 512583)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (2058db43-dc87-4e83-bdef-7d12f86dd36a) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (2058db43-dc87-4e83-bdef-7d12f86dd36a) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:20.512583 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:20.512583] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:36.702652 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (90505d3e-b526-4138-a88c-bcd66e62bcc6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_scheduler' (d2e9b5b4-5be0-4c4e-9f07-8e11f491a87c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_scheduler' (fed5ebdc-c9df-4efa-9905-1e5e66548608) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (49eb5f29-8bcd-4f39-acfb-0b0aa2d7244d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (49eb5f29-8bcd-4f39-acfb-0b0aa2d7244d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1),volume_id=ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (6a16c342-4a98-406a-8f1f-cbe883e71b76) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-1c6b7a9f-5b7d-4e87-945e-2c7ae5fc17b9 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 39, 91648)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 1, 815732)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:39.091648 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:01.815732 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:39.091648] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:39.112388 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (6a16c342-4a98-406a-8f1f-cbe883e71b76) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_scheduler' (fed5ebdc-c9df-4efa-9905-1e5e66548608) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b39be7c1-5aa5-4ef6-a250-6f90d8da6d61 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Flow 'volume_create_scheduler' (71022c46-e6cd-408e-9c3c-cab7de1adb8e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (722920c7-e3c0-4a17-a3c9-6438dfbd84fc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (722920c7-e3c0-4a17-a3c9-6438dfbd84fc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(dda5abec-f34e-41f4-867b-ce6d7eb2a2e9),volume_id=dda5abec-f34e-41f4-867b-ce6d7eb2a2e9,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (12b69126-e27e-427b-9c48-be98f4b4bc5b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 41, 995249)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 42, 786782)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (dda5abec-f34e-41f4-867b-ce6d7eb2a2e9) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:42.786782 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (dda5abec-f34e-41f4-867b-ce6d7eb2a2e9) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:41.995249 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:42.786782 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:41.995249] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:45.337788 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (12b69126-e27e-427b-9c48-be98f4b4bc5b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Flow 'volume_create_scheduler' (71022c46-e6cd-408e-9c3c-cab7de1adb8e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Flow 'volume_create_scheduler' (5d60e3e8-483a-4715-88b5-51ac85245513) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (95afadb3-9ab8-44b6-96c5-57c6bb5f73d0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (95afadb3-9ab8-44b6-96c5-57c6bb5f73d0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(6deba9f3-d9a2-4c0a-a40c-a324a552d1b2),volume_id=6deba9f3-d9a2-4c0a-a40c-a324a552d1b2,volume_properties=VolumeProperties,volume_type=VolumeType(c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fb2a4efe-9f6b-4c55-85ea-0d93fbd23d13) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 48, 154473)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 42, 786782)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (6deba9f3-d9a2-4c0a-a40c-a324a552d1b2) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:42.786782 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (6deba9f3-d9a2-4c0a-a40c-a324a552d1b2) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:48.154473 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:42.786782, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:48.154473] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:50.306246 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fb2a4efe-9f6b-4c55-85ea-0d93fbd23d13) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Flow 'volume_create_scheduler' (5d60e3e8-483a-4715-88b5-51ac85245513) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 48, 154473)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 42, 786782)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (6deba9f3-d9a2-4c0a-a40c-a324a552d1b2) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:48.154473 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:50.306246, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:48.154473] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Weigher CapacityWeigher returned, weigher value is {max: 58733.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2968.0, 'free': 2946.0, 'allocated': 12.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 38, 52, 131226)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2968.0, 'free': 2946.0, 'allocated': 12.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 38, 52, 131226)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:38:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:38:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 38, 53, 574550)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 38, 53, 574550)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Flow 'volume_create_scheduler' (d8635f29-9250-4154-af30-708f6ff2c0fb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2ae62a42-43ba-41fa-93a8-77961fbfad0f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2ae62a42-43ba-41fa-93a8-77961fbfad0f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(dd4d0210-df05-420c-9585-cf6d76471450),volume_id=dd4d0210-df05-420c-9585-cf6d76471450,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (50956cdc-caf0-4cfe-8879-3f872de7270a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 48, 154473)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 53, 571299)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (dd4d0210-df05-420c-9585-cf6d76471450) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (dd4d0210-df05-420c-9585-cf6d76471450) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:48.154473 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:48.154473] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:56.154633 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (50956cdc-caf0-4cfe-8879-3f872de7270a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Flow 'volume_create_scheduler' (d8635f29-9250-4154-af30-708f6ff2c0fb) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Flow 'volume_create_scheduler' (b398b2e4-4ed4-4108-b90f-0591e65c0ff6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6e87c5d4-f700-4ef2-905a-9b535e114207) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6e87c5d4-f700-4ef2-905a-9b535e114207) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(da54b004-6190-46d0-b887-2610c3c339d8),volume_id=da54b004-6190-46d0-b887-2610c3c339d8,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (538e1bab-b84a-4fe9-b756-27b193ab7d9c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 58, 45334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 53, 571299)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (da54b004-6190-46d0-b887-2610c3c339d8) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (da54b004-6190-46d0-b887-2610c3c339d8) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:58.045334 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:58.045334] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:02.829035 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (538e1bab-b84a-4fe9-b756-27b193ab7d9c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Flow 'volume_create_scheduler' (b398b2e4-4ed4-4108-b90f-0591e65c0ff6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 58, 45334)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 53, 571299)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:02.829035 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:02.829035] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:03.986674 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Flow 'volume_create_scheduler' (43ef7d96-9d05-4aea-be52-3d0a498e5542) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (472e4ac7-a231-4ec5-a8e4-69931ce0338b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (472e4ac7-a231-4ec5-a8e4-69931ce0338b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(7083e559-8e0b-4919-bf29-02ef98d4f294),volume_id=7083e559-8e0b-4919-bf29-02ef98d4f294,volume_properties=VolumeProperties,volume_type=VolumeType(a9504a0c-7a66-412f-866d-5cf1c59b0f86))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7de281b1-21e6-4dbc-bb4d-5eb1aa4857db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 7, 56651)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 38, 53, 571299)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (7083e559-8e0b-4919-bf29-02ef98d4f294) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (7083e559-8e0b-4919-bf29-02ef98d4f294) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:38:53.571299, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:10.049999 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7de281b1-21e6-4dbc-bb4d-5eb1aa4857db) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Flow 'volume_create_scheduler' (43ef7d96-9d05-4aea-be52-3d0a498e5542) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Flow 'volume_create_scheduler' (a636a475-5bc5-4e3b-a0c9-50f66ca51860) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (de7afd28-2c19-4fbd-855c-d0efa3043ec1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (de7afd28-2c19-4fbd-855c-d0efa3043ec1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(d28d47fd-65b6-4efa-8c2a-7f3714dea04c),volume_id=d28d47fd-65b6-4efa-8c2a-7f3714dea04c,volume_properties=VolumeProperties,volume_type=VolumeType(85333f97-9491-4ff8-b06a-853eb06dd62a))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (4cc7695c-d804-41d8-a8fe-b4961dbeaf6a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 7, 56651)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 11, 935193)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d28d47fd-65b6-4efa-8c2a-7f3714dea04c) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:11.935193 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d28d47fd-65b6-4efa-8c2a-7f3714dea04c) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:11.935193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:15.359163 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (4cc7695c-d804-41d8-a8fe-b4961dbeaf6a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Flow 'volume_create_scheduler' (a636a475-5bc5-4e3b-a0c9-50f66ca51860) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 7, 56651)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 11, 935193)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d28d47fd-65b6-4efa-8c2a-7f3714dea04c) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2945, total_capacity_gb: 2966, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:15.359163, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Weigher CapacityWeigher returned, weigher value is {max: 58733.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:17 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:17 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2968.0, 'free': 2946.0, 'allocated': 12.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 17, 107392)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2968.0, 'free': 2946.0, 'allocated': 12.0, 'provisioned': 586.0, 'virtual_free': 58774.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 17, 107392)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:39:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4db1b3dc-20c2-48b6-8dcc-fb4f8275211c None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:39:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2966.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 18, 513293)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2966.0, 'free': 2946.0, 'allocated': 11.0, 'provisioned': 586.0, 'virtual_free': 58734.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 18, 513293)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_scheduler' (910cabb5-e09d-4490-bc0d-f1b6e7066edf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (85808c86-9eaa-4c94-895f-479c76eb4505) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (85808c86-9eaa-4c94-895f-479c76eb4505) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(7c55f01f-eaba-4f39-a961-acb97bca9fcd),volume_id=7c55f01f-eaba-4f39-a961-acb97bca9fcd,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fbe316b9-a55d-4147-9c7a-867bff814dd6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 7, 56651)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 18, 510189)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (7c55f01f-eaba-4f39-a961-acb97bca9fcd) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (7c55f01f-eaba-4f39-a961-acb97bca9fcd) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:07.056651] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:28.726436 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fbe316b9-a55d-4147-9c7a-867bff814dd6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_scheduler' (910cabb5-e09d-4490-bc0d-f1b6e7066edf) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_scheduler' (1a5083d8-6157-4d0d-be7e-0ccd4a7050bd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (9dabd07f-e0eb-43c5-8754-c3d9150d5142) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (9dabd07f-e0eb-43c5-8754-c3d9150d5142) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3),volume_id=2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (b18aba3b-3daf-424d-9688-45fd7834df3c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 7, 56651)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 18, 510189)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:28.726436 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:28.726436] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Weigher CapacityWeigher returned, weigher value is {max: 58003.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:29.991652 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (b18aba3b-3daf-424d-9688-45fd7834df3c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_scheduler' (1a5083d8-6157-4d0d-be7e-0ccd4a7050bd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_scheduler' (0de3acf5-3f6b-4745-9e26-4d509f66bb96) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (da96e329-358a-45f5-a971-1825b1441cfc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (da96e329-358a-45f5-a971-1825b1441cfc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(963b3a20-1c72-460d-b026-8e4848314c64),volume_id=963b3a20-1c72-460d-b026-8e4848314c64,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (051893dd-c4fe-4c11-b07e-33a8a9328c43) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 7, 56651)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 18, 510189)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (963b3a20-1c72-460d-b026-8e4848314c64) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (963b3a20-1c72-460d-b026-8e4848314c64) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:29.991652 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:29.991652] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Weigher CapacityWeigher returned, weigher value is {max: 58002.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:31.223773 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (051893dd-c4fe-4c11-b07e-33a8a9328c43) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_scheduler' (0de3acf5-3f6b-4745-9e26-4d509f66bb96) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Flow 'volume_create_scheduler' (fcba145e-785c-48b7-b10a-305d5cfb85d5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (436a3d47-08ab-4136-9e0a-8d5544f62996) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (436a3d47-08ab-4136-9e0a-8d5544f62996) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(1a347850-7b83-4d33-b1af-c246e1ee5d15),volume_id=1a347850-7b83-4d33-b1af-c246e1ee5d15,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (95cb33e9-6348-46ee-b465-1706b6620bf6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 7, 56651)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 18, 510189)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (1a347850-7b83-4d33-b1af-c246e1ee5d15) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (1a347850-7b83-4d33-b1af-c246e1ee5d15) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2943, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 58001.0, 'virtual_free_capacity': 58001.0, 'free_percent': 97.02, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:31.223773 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58001.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:31.223773] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Weigher CapacityWeigher returned, weigher value is {max: 58001.0, min: 58001.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2942, total_capacity_gb: 2989, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:32.529817 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (95cb33e9-6348-46ee-b465-1706b6620bf6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Flow 'volume_create_scheduler' (fcba145e-785c-48b7-b10a-305d5cfb85d5) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 34, 437001)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 34, 437001)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:39:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:35 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:35 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 35, 634625)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 35, 634625)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:39:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 36, 767240)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 39, 36, 767240)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:39:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6c14e719-a29b-4689-928b-a7c9b6b1741d None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Flow 'volume_create_scheduler' (2d50d2ef-dcd4-490c-9c29-24849b485da4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f72c6de2-00a1-4ab0-9876-b98ec062a362) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f72c6de2-00a1-4ab0-9876-b98ec062a362) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(e6657ef6-d0ec-4aa2-bfdd-9663700ee8df),volume_id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (9546f5dd-ae61-4b3e-9150-6048d9c441e9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 39, 70298)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 18, 510189)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (e6657ef6-d0ec-4aa2-bfdd-9663700ee8df) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (e6657ef6-d0ec-4aa2-bfdd-9663700ee8df) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:39.070298 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:39.070298] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:41.220226 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (9546f5dd-ae61-4b3e-9150-6048d9c441e9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Flow 'volume_create_scheduler' (2d50d2ef-dcd4-490c-9c29-24849b485da4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 39, 70298)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 18, 510189)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:41.220226 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:18.510189, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:41.220226] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:42.404233 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:43 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b799e07b-40fa-43cc-b80a-5f4fb95c41a4 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:45 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Flow 'volume_create_scheduler' (99966696-83ea-4fca-9f96-8a7929d53c55) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7ba3adfc-c992-4bb8-9250-7204f3c5b1fa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7ba3adfc-c992-4bb8-9250-7204f3c5b1fa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(21cc6639-322a-46ab-b22d-834ad7049dc9),volume_id=21cc6639-322a-46ab-b22d-834ad7049dc9,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7209bdb3-5f6b-4708-bcdd-c9f3a2d2c88c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 45, 845710)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (21cc6639-322a-46ab-b22d-834ad7049dc9) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (21cc6639-322a-46ab-b22d-834ad7049dc9) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:45.845710 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:45.845710] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:48.729165 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7209bdb3-5f6b-4708-bcdd-c9f3a2d2c88c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Flow 'volume_create_scheduler' (99966696-83ea-4fca-9f96-8a7929d53c55) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:50 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_scheduler' (2f9783bd-c78a-441b-a3fc-49349085e408) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (44d4364a-5aed-4604-aea9-5999e441c0df) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (44d4364a-5aed-4604-aea9-5999e441c0df) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(249cb794-4dab-4804-ba4c-b8654c5064d3),volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2b8fb92e-f7f3-4f57-be91-cc37fda288c9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 50, 591709)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (249cb794-4dab-4804-ba4c-b8654c5064d3) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (249cb794-4dab-4804-ba4c-b8654c5064d3) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:50.591709 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:50.591709] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:52.775895 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2b8fb92e-f7f3-4f57-be91-cc37fda288c9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_scheduler' (2f9783bd-c78a-441b-a3fc-49349085e408) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 50, 591709)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:52.775895 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:52.775895] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:53.915331 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 50, 591709)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:53.915331 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:53.915331] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:55.050750 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_scheduler' (365d6894-c2a5-4e56-96c7-e9eb4827d470) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (445dcdc1-498c-4ec5-8f1d-9f5e646c6f21) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (445dcdc1-498c-4ec5-8f1d-9f5e646c6f21) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(73524f31-e535-479d-a247-4154d60d205b),volume_id=73524f31-e535-479d-a247-4154d60d205b,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (1d6d24d0-dc75-4a6b-87d6-c3a95a7caaea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 50, 591709)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (73524f31-e535-479d-a247-4154d60d205b) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (73524f31-e535-479d-a247-4154d60d205b) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2943, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 58001.0, 'virtual_free_capacity': 58001.0, 'free_percent': 97.02, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:55.050750 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58001.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:55.050750] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Weigher CapacityWeigher returned, weigher value is {max: 58001.0, min: 58001.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2942, total_capacity_gb: 2989, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:57.431688 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (1d6d24d0-dc75-4a6b-87d6-c3a95a7caaea) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_scheduler' (365d6894-c2a5-4e56-96c7-e9eb4827d470) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 57, 441725)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:57.441725 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:57.441725] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:58.569248 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_scheduler' (89a11bc3-c927-4938-9f5b-cee4aedb9d2a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (04c9d309-44bf-45fc-aacf-26f13a5ee120) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (04c9d309-44bf-45fc-aacf-26f13a5ee120) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend='ubuntu@3par1#CI_CPG',snapshot_id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,source_replicaid=,source_volid=None,volume=Volume(89718bd9-362a-476c-bffc-a5be863fa4fb),volume_id=89718bd9-362a-476c-bffc-a5be863fa4fb,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a30bdb6b-2ab7-4430-8f5c-161b0a8dbb9c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 57, 441725)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (89718bd9-362a-476c-bffc-a5be863fa4fb) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (89718bd9-362a-476c-bffc-a5be863fa4fb) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:58.569248 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:58.569248] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Weigher CapacityWeigher returned, weigher value is {max: 58003.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:59.798649 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a30bdb6b-2ab7-4430-8f5c-161b0a8dbb9c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_scheduler' (89a11bc3-c927-4938-9f5b-cee4aedb9d2a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:06 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 6, 533222)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 6, 533222)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:07 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 7, 64827)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 7, 64827)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Flow 'volume_create_scheduler' (daa11258-5723-4066-b85f-cf8db210d3d9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6bdf6398-9646-49dc-b79b-1964421862e5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6bdf6398-9646-49dc-b79b-1964421862e5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(2e5006ea-01eb-40de-86bb-2697a168d063),volume_id=2e5006ea-01eb-40de-86bb-2697a168d063,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (44ba575d-ed65-4566-9f2b-b57d24956342) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 7, 61484)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (2e5006ea-01eb-40de-86bb-2697a168d063) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (2e5006ea-01eb-40de-86bb-2697a168d063) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:07.061484 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:07.061484] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:08.703078 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (44ba575d-ed65-4566-9f2b-b57d24956342) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Flow 'volume_create_scheduler' (daa11258-5723-4066-b85f-cf8db210d3d9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:10 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_scheduler' (91d512d2-ac4e-4a17-82af-d407656ae800) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c4fbd939-e3d6-4693-b391-4b46eae5300a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c4fbd939-e3d6-4693-b391-4b46eae5300a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb),volume_id=96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (98a8b440-ccb8-4f56-b5b9-365a730c0004) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 10, 934818)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:10.934818 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:10.934818] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:13.209127 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (98a8b440-ccb8-4f56-b5b9-365a730c0004) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_scheduler' (91d512d2-ac4e-4a17-82af-d407656ae800) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_scheduler' (19dbe9f7-073a-4268-a9fc-7e2fb05f7c1d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1eb2d66e-d110-4dd3-8067-65d6bd9ce4bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1eb2d66e-d110-4dd3-8067-65d6bd9ce4bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(e45af58e-7e19-4665-a6e4-08e223ca2fa2),volume_id=e45af58e-7e19-4665-a6e4-08e223ca2fa2,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (520d410e-dd92-46b5-9449-e485fbc55f75) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 16, 295755)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (e45af58e-7e19-4665-a6e4-08e223ca2fa2) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (e45af58e-7e19-4665-a6e4-08e223ca2fa2) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:16.295755 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:16.295755] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:16.608970 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (520d410e-dd92-46b5-9449-e485fbc55f75) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_scheduler' (19dbe9f7-073a-4268-a9fc-7e2fb05f7c1d) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-34464381-09a1-45f1-9567-230f2774d6c0 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:40:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_scheduler' (91d6f798-4583-43b5-aade-8844ba999182) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (0bcfba28-ab35-48ab-93b7-e8b17e050420) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (0bcfba28-ab35-48ab-93b7-e8b17e050420) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(ba52a5b4-cb42-4b91-b83a-87f7469d6395),volume_id=ba52a5b4-cb42-4b91-b83a-87f7469d6395,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2f1a690c-b22d-41a5-b552-89e1ee0a7778) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 18, 589318)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (ba52a5b4-cb42-4b91-b83a-87f7469d6395) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (ba52a5b4-cb42-4b91-b83a-87f7469d6395) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:18.589318 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:18.589318] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:21.944663 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2f1a690c-b22d-41a5-b552-89e1ee0a7778) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_scheduler' (91d6f798-4583-43b5-aade-8844ba999182) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:24 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_scheduler' (6e046dc3-a4e0-4489-857e-4c2ce918d9b2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (488ceb94-c5fd-46bc-9c9a-184d1a3cc296) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (488ceb94-c5fd-46bc-9c9a-184d1a3cc296) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(aeea9aa4-1357-42af-b735-0311c8214ec0),volume_id=aeea9aa4-1357-42af-b735-0311c8214ec0,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (de7b6602-90b7-4eea-a3ea-5057385582dc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 24, 831752)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (aeea9aa4-1357-42af-b735-0311c8214ec0) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (aeea9aa4-1357-42af-b735-0311c8214ec0) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:24.831752 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:24.831752] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:25.280170 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (de7b6602-90b7-4eea-a3ea-5057385582dc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_scheduler' (6e046dc3-a4e0-4489-857e-4c2ce918d9b2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_scheduler' (4d911f94-1e86-4f8d-888f-b3dbcdac54d5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c9f41c63-bec1-4cd5-a5d4-dc092579829e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c9f41c63-bec1-4cd5-a5d4-dc092579829e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(8894148f-cbd9-41f4-b58a-2a8351d353fc),volume_id=8894148f-cbd9-41f4-b58a-2a8351d353fc,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e7ffc419-270f-4cdb-b7f4-60ddc156e466) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 27, 252500)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (8894148f-cbd9-41f4-b58a-2a8351d353fc) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (8894148f-cbd9-41f4-b58a-2a8351d353fc) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:27.252500 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:27.252500] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:30.708079 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e7ffc419-270f-4cdb-b7f4-60ddc156e466) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_scheduler' (4d911f94-1e86-4f8d-888f-b3dbcdac54d5) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:33 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_scheduler' (8878239e-fe35-4dcc-8b63-461a15e93e96) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (02152c82-c33a-48f7-afe0-32a63098720a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (02152c82-c33a-48f7-afe0-32a63098720a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(601e65ac-239f-45e0-ad7c-46bb9f972ca7),volume_id=601e65ac-239f-45e0-ad7c-46bb9f972ca7,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (b24d4a6e-4bc1-481c-815f-615d8a08492f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 33, 591003)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (601e65ac-239f-45e0-ad7c-46bb9f972ca7) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (601e65ac-239f-45e0-ad7c-46bb9f972ca7) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:33.591003 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:33.591003] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:34.026234 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (b24d4a6e-4bc1-481c-815f-615d8a08492f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_scheduler' (8878239e-fe35-4dcc-8b63-461a15e93e96) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:36 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_scheduler' (7f9c3929-4b0c-4091-a32c-2cd6da3f5b8b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2a599d61-3caf-46f4-be12-b2e3ebb2ca85) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2a599d61-3caf-46f4-be12-b2e3ebb2ca85) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(cb54f276-eabe-4a97-a574-77ae3675dd30),volume_id=cb54f276-eabe-4a97-a574-77ae3675dd30,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (3fca3561-7204-4360-8d0e-a2a6a4150cd4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 36, 31610)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (cb54f276-eabe-4a97-a574-77ae3675dd30) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (cb54f276-eabe-4a97-a574-77ae3675dd30) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:36.031610 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:36.031610] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:38.801938 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (3fca3561-7204-4360-8d0e-a2a6a4150cd4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_scheduler' (7f9c3929-4b0c-4091-a32c-2cd6da3f5b8b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-21d36413-292a-40c4-86df-3b4ca958cd41 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-21d36413-292a-40c4-86df-3b4ca958cd41 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 39, 81631)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 39, 81631)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_scheduler' (8384008b-a80c-43a3-a7f2-8c6f124d2516) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2c6a9dc4-62ff-4ec2-b7b3-50b96047d1c8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2c6a9dc4-62ff-4ec2-b7b3-50b96047d1c8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend='ubuntu@3par1#CI_CPG',snapshot_id=None,source_replicaid=,source_volid=cb54f276-eabe-4a97-a574-77ae3675dd30,volume=Volume(855a258a-511c-4ec1-977c-5ce79ad34e2c),volume_id=855a258a-511c-4ec1-977c-5ce79ad34e2c,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a7d38317-1a5b-43ec-aed0-36230b7b38fa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 39, 77350)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 39, 43, 31897)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (855a258a-511c-4ec1-977c-5ce79ad34e2c) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (855a258a-511c-4ec1-977c-5ce79ad34e2c) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:39.077350 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:39:43.031897 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:39.077350] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:40.030263 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a7d38317-1a5b-43ec-aed0-36230b7b38fa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_scheduler' (8384008b-a80c-43a3-a7f2-8c6f124d2516) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:41 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 41, 988539)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 41, 988539)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-f55f005d-d6ec-42d0-b6ee-64bdf1f22dd5 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:43 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:43 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 43, 168125)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 43, 168125)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Flow 'volume_create_scheduler' (c232b5fd-5aa4-4c02-9be9-857bad2b7d79) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (010af531-d5f5-4b9e-96e1-0749ea717b78) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (010af531-d5f5-4b9e-96e1-0749ea717b78) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(fa508c74-92ab-4a34-a538-5fd6fd640245),volume_id=fa508c74-92ab-4a34-a538-5fd6fd640245,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (3ee5876a-50fe-487a-9682-dcfb45f8e4b7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 43, 165163)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (fa508c74-92ab-4a34-a538-5fd6fd640245) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (fa508c74-92ab-4a34-a538-5fd6fd640245) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:43.165163 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:43.165163] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:44.666096 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (3ee5876a-50fe-487a-9682-dcfb45f8e4b7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Flow 'volume_create_scheduler' (c232b5fd-5aa4-4c02-9be9-857bad2b7d79) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:46 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (7842ab7c-bfc5-4be2-9f1b-706de3cfedde) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (0eea89e6-5c0e-49fd-b55c-7051ce287db1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (0eea89e6-5c0e-49fd-b55c-7051ce287db1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(567cef82-4672-49ce-a3d2-b47170f95522),volume_id=567cef82-4672-49ce-a3d2-b47170f95522,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ae34a65f-9cb8-43bf-b297-84365d5c774a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 46, 514458)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (567cef82-4672-49ce-a3d2-b47170f95522) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (567cef82-4672-49ce-a3d2-b47170f95522) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:46.514458 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:46.514458] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:48.171599 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ae34a65f-9cb8-43bf-b297-84365d5c774a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (7842ab7c-bfc5-4be2-9f1b-706de3cfedde) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (f7ce4f7e-48d9-4804-95c0-72f1fb2324f6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (25dd0cd8-f78f-4357-8c7a-a040403218c4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (25dd0cd8-f78f-4357-8c7a-a040403218c4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(a771aabe-9a88-4c1d-b7af-173467002770),volume_id=a771aabe-9a88-4c1d-b7af-173467002770,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f2df0f23-4396-4b0a-bae5-1e97acc7071c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 46, 514458)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (a771aabe-9a88-4c1d-b7af-173467002770) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (a771aabe-9a88-4c1d-b7af-173467002770) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:48.171599 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:48.171599] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Weigher CapacityWeigher returned, weigher value is {max: 58003.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:49.551385 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f2df0f23-4396-4b0a-bae5-1e97acc7071c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (f7ce4f7e-48d9-4804-95c0-72f1fb2324f6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:51 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 51, 400121)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 51, 400121)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:52 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 52, 532021)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 52, 532021)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (6e448955-4351-464c-9994-1602f1593e57) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (aa9599fe-2069-4e6b-869d-16c62fbce1a8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (aa9599fe-2069-4e6b-869d-16c62fbce1a8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(16e7e461-357c-4009-9711-0798f408c8a0),volume_id=16e7e461-357c-4009-9711-0798f408c8a0,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d0f815ce-86d4-4f88-9a4c-1d86910e5448) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 52, 528619)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (16e7e461-357c-4009-9711-0798f408c8a0) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (16e7e461-357c-4009-9711-0798f408c8a0) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:52.528619 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:52.528619] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:53.054586 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d0f815ce-86d4-4f88-9a4c-1d86910e5448) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (6e448955-4351-464c-9994-1602f1593e57) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (82dd1dbd-5495-4bff-830a-79fdadf424e4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (437b9013-1c85-4f13-8b19-d2a880ab3f56) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (437b9013-1c85-4f13-8b19-d2a880ab3f56) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend='ubuntu@3par1#CI_CPG',snapshot_id=None,source_replicaid=,source_volid=16e7e461-357c-4009-9711-0798f408c8a0,volume=Volume(b1067468-dec9-4714-b070-44d14a283f28),volume_id=b1067468-dec9-4714-b070-44d14a283f28,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2a3c68f6-22f9-4ce9-9dee-fe08d0d1a22d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 52, 528619)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (b1067468-dec9-4714-b070-44d14a283f28) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (b1067468-dec9-4714-b070-44d14a283f28) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:53.054586 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:53.054586] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Weigher CapacityWeigher returned, weigher value is {max: 58003.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:54.282347 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2a3c68f6-22f9-4ce9-9dee-fe08d0d1a22d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (82dd1dbd-5495-4bff-830a-79fdadf424e4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (af663e65-5005-4c60-b244-671969c1a876) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a7669374-dc5c-4eeb-9c81-40856a89e1e9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a7669374-dc5c-4eeb-9c81-40856a89e1e9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(724eedba-afeb-4278-a954-576306e0ec4f),volume_id=724eedba-afeb-4278-a954-576306e0ec4f,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bfe7c568-0fda-47d3-8e78-f1f25b116ad2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 52, 528619)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (724eedba-afeb-4278-a954-576306e0ec4f) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (724eedba-afeb-4278-a954-576306e0ec4f) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:54.282347 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:54.282347] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Weigher CapacityWeigher returned, weigher value is {max: 58002.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:55.653247 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bfe7c568-0fda-47d3-8e78-f1f25b116ad2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_scheduler' (af663e65-5005-4c60-b244-671969c1a876) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:57 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 57, 565620)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 57, 565620)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:40:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:40:58 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 58, 628296)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 40, 58, 628296)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:41:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:00 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 0, 601046)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 0, 601046)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_scheduler' (aa762c7b-5e62-434c-b2be-c5d4b6bb175a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (631748ed-dedf-49a3-99bf-50580f9cb249) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (631748ed-dedf-49a3-99bf-50580f9cb249) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(d6e62458-ae74-4f75-87d6-a4755aa38180),volume_id=d6e62458-ae74-4f75-87d6-a4755aa38180,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7ce11581-3276-45a4-b0b7-05f0cec707c8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 0, 597099)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d6e62458-ae74-4f75-87d6-a4755aa38180) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d6e62458-ae74-4f75-87d6-a4755aa38180) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:00.597099 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:00.597099] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:02.615478 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7ce11581-3276-45a4-b0b7-05f0cec707c8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_scheduler' (aa762c7b-5e62-434c-b2be-c5d4b6bb175a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_scheduler' (2ec8680c-b6ea-478c-b7dd-05110f22b848) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f680e93c-0c3e-472b-bc63-5e28031390ce) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f680e93c-0c3e-472b-bc63-5e28031390ce) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(e5f5d812-be68-4335-b010-22b8fb74219d),volume_id=e5f5d812-be68-4335-b010-22b8fb74219d,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d781302f-7c4e-4f43-92c5-634b91af1dbc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 0, 597099)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (e5f5d812-be68-4335-b010-22b8fb74219d) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (e5f5d812-be68-4335-b010-22b8fb74219d) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:02.615478 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:02.615478] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Weigher CapacityWeigher returned, weigher value is {max: 58003.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:03.833623 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d781302f-7c4e-4f43-92c5-634b91af1dbc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_scheduler' (2ec8680c-b6ea-478c-b7dd-05110f22b848) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_scheduler' (e6b1b969-e4cf-4ca5-b5a4-7d816a9b2001) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2be5d469-05db-4043-89ff-f8316b6fef5e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (2be5d469-05db-4043-89ff-f8316b6fef5e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(524d04d1-3c41-4916-bbfa-966c37ea4dfa),volume_id=524d04d1-3c41-4916-bbfa-966c37ea4dfa,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (53d1863f-b7fc-4e9d-9aa4-77a1d13b8627) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 0, 597099)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (524d04d1-3c41-4916-bbfa-966c37ea4dfa) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (524d04d1-3c41-4916-bbfa-966c37ea4dfa) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:03.833623 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:03.833623] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Weigher CapacityWeigher returned, weigher value is {max: 58002.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:05.066569 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (53d1863f-b7fc-4e9d-9aa4-77a1d13b8627) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_scheduler' (e6b1b969-e4cf-4ca5-b5a4-7d816a9b2001) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:08 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 8, 457516)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2993.0, 'free': 2946.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 58084.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 8, 457516)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:41:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:09 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 9, 587290)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2991.0, 'free': 2946.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 58044.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 9, 587290)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:41:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:11 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 11, 510128)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 2989.0, 'free': 2946.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 58004.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 41, 11, 510128)}]. {{(pid=115581) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Flow 'volume_create_scheduler' (e1bc69d4-747c-4284-87da-73bb77e352cd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a4785ed9-7a1b-4b79-8d81-639b5fb0d0c4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a4785ed9-7a1b-4b79-8d81-639b5fb0d0c4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(dd4c33c5-5067-460a-9586-ede15adb2fa6),volume_id=dd4c33c5-5067-460a-9586-ede15adb2fa6,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fcb53b2f-1b8c-4265-9368-47d871636178) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 11, 504195)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (dd4c33c5-5067-460a-9586-ede15adb2fa6) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (dd4c33c5-5067-460a-9586-ede15adb2fa6) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:11.504195 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:11.504195] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:12.407167 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fcb53b2f-1b8c-4265-9368-47d871636178) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Flow 'volume_create_scheduler' (e1bc69d4-747c-4284-87da-73bb77e352cd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:17 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-8e9c145e-48a1-4aa9-9ed5-ef9ac755afb5 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Flow 'volume_create_scheduler' (7a969f53-8c70-4f9b-b619-bbf579bde2b6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (9ba7d7af-6f47-497d-93a3-000b34b93b90) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (9ba7d7af-6f47-497d-93a3-000b34b93b90) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(cefe5ed1-5571-4297-929f-6940acfb0ead),volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (4c78cc44-bb49-4103-9672-8deebe2ddaa5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 17, 409846)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (cefe5ed1-5571-4297-929f-6940acfb0ead) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (cefe5ed1-5571-4297-929f-6940acfb0ead) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:17.409846 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:17.409846] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:18.978131 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (4c78cc44-bb49-4103-9672-8deebe2ddaa5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:18 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Flow 'volume_create_scheduler' (7a969f53-8c70-4f9b-b619-bbf579bde2b6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 17, 409846)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2945, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 58003.0, 'virtual_free_capacity': 58003.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:18.978131 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58003.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2945, total_capacity_gb: 2989, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:18.978131] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58003.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:20 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:20.123231 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 17, 409846)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:20.123231 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:20.123231] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:21 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:21.282227 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 17, 409846)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2943, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 58001.0, 'virtual_free_capacity': 58001.0, 'free_percent': 97.02, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:21.282227 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/58001.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2943, total_capacity_gb: 2989, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:21.282227] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58001.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:22 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2942, total_capacity_gb: 2989, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:22.434724 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:27 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Flow 'volume_create_scheduler' (1f5b71e8-a12f-40b3-b6c0-d0bdbc085b06) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (4736d572-ef13-4959-b03b-c25bd496d457) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (4736d572-ef13-4959-b03b-c25bd496d457) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(8c120700-17db-435b-9766-0da16ce6fdd8),volume_id=8c120700-17db-435b-9766-0da16ce6fdd8,volume_properties=VolumeProperties,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616))}' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e99fdda4-9995-4f28-923e-05cbac1cc3c2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG oslo_db.sqlalchemy.engines [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115581) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 27, 883846)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (8c120700-17db-435b-9766-0da16ce6fdd8) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (8c120700-17db-435b-9766-0da16ce6fdd8) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 58004.0, 'virtual_free_capacity': 58004.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:27.883846 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/58004.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115581) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 fails resource_type extra_specs requirements {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2946, total_capacity_gb: 2989, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:27.883846] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Weigher CapacityWeigher returned, weigher value is {max: 58004.0, min: 58004.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115581) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:29.520256 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e99fdda4-9995-4f28-923e-05cbac1cc3c2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115581) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Flow 'volume_create_scheduler' (1f5b71e8-a12f-40b3-b6c0-d0bdbc085b06) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115581) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: WARNING cinder.scheduler.host_manager [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] volume service is down. (host: ubuntu@lvmdriver-1) -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 41, 27, 883846)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 3, 20, 40, 42, 974746)} {{(pid=115581) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Starting with 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Storage Capacity factors {'total_capacity': 2966.0, 'free_capacity': 2946, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2966.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59320.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 58734.0, 'virtual_free_capacity': 58734.0, 'free_percent': 99.01, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/58734.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (None) {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Storage Capacity factors {'total_capacity': 2989.0, 'free_capacity': 2944, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2989.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 59780.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 58002.0, 'virtual_free_capacity': 58002.0, 'free_percent': 97.03, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:29.520256 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filters.capacity_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/58002.0 {{(pid=115581) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filter CapacityFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_filter [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115581) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.filter_scheduler [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2946, total_capacity_gb: 2966, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:40:42.974746, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2944, total_capacity_gb: 2989, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:29.520256] {{(pid=115581) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.base_weight [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Weigher CapacityWeigher returned, weigher value is {max: 58734.0, min: 58002.0} {{(pid=115581) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 1.0], WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115581) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} -Jan 03 20:41:30 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2942, total_capacity_gb: 2989, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-03 20:41:30.683658 {{(pid=115581) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} -Jan 03 20:41:34 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:39 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-209719f3-3dd0-49c6-9756-8ff8ca69e7ca None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:41:42 ubuntu cinder-scheduler[115581]: DEBUG cinder.scheduler.host_manager [None req-18fbe649-b8df-431b-b6b5-f819374d8772 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115581) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:36:15 ubuntu systemd[1]: Started Devstack devstack@c-sch.service. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: INFO dbcounter [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Registered counter for database cinder +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_db.sqlalchemy.engines [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=101461) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writer thread running {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: INFO cinder.rpc [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: INFO cinder.rpc [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_db.sqlalchemy.engines [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=101461) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: INFO cinder.rpc [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: INFO cinder.rpc [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: INFO cinder.rpc [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: INFO cinder.rpc [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_db.sqlalchemy.engines [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=101461) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_concurrency.lockutils [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Acquiring lock "singleton_lock" {{(pid=101461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_concurrency.lockutils [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Acquired lock "singleton_lock" {{(pid=101461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_concurrency.lockutils [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Releasing lock "singleton_lock" {{(pid=101461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] ******************************************************************************** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Configuration options gathered from: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] ================================================================================ {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allow_availability_zone_fallback = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allow_compression_on_image_upload = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allowed_direct_url_schemes = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] api_rate_limit = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] auth_strategy = keystone {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] az_cache_duration = 3600 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backdoor_port = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backdoor_socket = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_availability_zone = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_api_class = cinder.backup.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_name_template = backup-%s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_use_same_host = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_use_temp_snapshot = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] capacity_weight_multiplier = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] chap_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] chap_username = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cloned_volume_same_az = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] compression_format = gzip {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] compute_api_class = cinder.compute.nova.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config_dir = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config_source = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] control_exchange = openstack {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] debug = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_availability_zone = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_group_type = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_volume_type = lvmdriver-1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_client_cert = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_client_cert_key = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_data_namespace = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_ssl_cert_path = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_ssl_cert_verify = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_use_ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enable_force_upload = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enable_new_services = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enable_unsupported_driver = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enabled_backends = ['lvmdriver-1'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enforce_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] filter_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_api_insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_api_ssl_compression = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_ca_certificates_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_catalog_info = image:glance:publicURL {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_num_retries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_request_timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] goodness_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] graceful_shutdown_timeout = 5 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] group_api_class = cinder.group.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] host = ubuntu {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_compress_on_upload = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_address_space_limit = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_cpu_limit = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_disable = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_upload_use_cinder_backend = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_upload_use_internal_tenant = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_volume_cache_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_volume_cache_max_count = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_volume_cache_max_size_gb = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] instance_format = [instance: %(uuid)s] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iscsi_iotype = fileio {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iscsi_target_flags = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iscsi_write_cache = on {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_helper = tgtadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_color = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_config_append = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_dir = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_options = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_rotate_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_rotate_interval_type = days {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_rotation_type = none {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_age = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_logfile_count = 30 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_logfile_size_mb = 200 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_over_subscription_ratio = 20.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] message_reap_interval = 86400 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] message_ttl = 2592000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] monkey_patch = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] monkey_patch_modules = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] my_ip = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] no_snapshot_gb_quota = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] num_iser_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] num_shell_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] num_volume_device_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nvmeof_conn_info_version = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nvmet_ns_id = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nvmet_port_id = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_max_limit = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_ext_list = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_listen = 0.0.0.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_listen_port = 8776 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_use_ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_workers = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] per_volume_size_limit = -1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] periodic_fuzzy_delay = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] periodic_interval = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] project_id_regex = [0-9a-f\-]+ {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] public_endpoint = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] publish_errors = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_backup_gigabytes = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_backups = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_gigabytes = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_groups = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_snapshots = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_volumes = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rate_limit_burst = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rate_limit_except_level = CRITICAL {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rate_limit_interval = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] replication_device = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] report_discard_supported = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] report_interval = 120 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reservation_clean_interval = 86400 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reservation_expire = 86400 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reserved_image_namespaces = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reserved_percentage = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rpc_response_timeout = 120 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] run_external_periodic_tasks = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_driver_init_wait_time = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_json_config_location = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_max_attempts = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scst_target_driver = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scst_target_iqn_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_down_time = 720 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] shell_completion = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] snapshot_name_template = snapshot-%s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] snapshot_same_host = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] split_loggers = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] state_path = /opt/stack/data/cinder {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] storage_availability_zone = nova {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] storage_protocol = iSCSI {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] syslog_log_facility = LOG_USER {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_helper = lioadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_protocol = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_secondary_ip_addresses = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] trace_flags = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] transfer_api_class = cinder.transfer.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] transport_url = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] until_refresh = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_chap_auth = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_default_quota_class = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_journal = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_json = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_stderr = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_syslog = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] verify_glance_signatures = enabled {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_api_class = cinder.volume.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_backend_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_clear = zero {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_clear_ionice = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_clear_size = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_copy_bps_limit = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_dd_blocksize = 1M {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_name_template = volume-%s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_number_multiplier = -1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_usage_audit_period = month {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] watch_log_file = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_concurrency.disable_process_locking = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.connection_string = messaging:// {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.es_doc_type = notification {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.es_scroll_size = 10000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.es_scroll_time = 2m {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.filter_error_trace = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.hmac_keys = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.sentinel_service_name = mymaster {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.socket_timeout = 0.1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.trace_requests = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.trace_sqlalchemy = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler_jaeger.process_tags = {} {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler_jaeger.service_name_prefix = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler_otlp.service_name_prefix = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_token = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_user = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_******_prefix = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_port = 35357 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_protocol = https {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_section = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_type = password {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_uri = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_version = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.cache = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.delay_auth_decision = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.http_connect_timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.identity_uri = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.include_service_catalog = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.interface = public {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.region_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.service_token_roles_required = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.service_type = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.token_cache_time = 300 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.backend = dogpile.cache.null {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.backend_argument = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.backend_expiration_time = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.config_prefix = cache.oslo {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.dead_timeout = 60.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.debug_cache_backend = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enable_retry_client = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enable_socket_keepalive = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enforce_fips_mode = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.expiration_time = 600 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.hashclient_retry_attempts = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.hashclient_retry_delay = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_dead_retry = 300 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_maxsize = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_sasl_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_socket_timeout = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_username = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.proxies = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_db = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_sentinel_service_name = mymaster {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_server = localhost:6379 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_socket_timeout = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_username = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.retry_attempts = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.retry_delay = 0.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.socket_keepalive_count = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.socket_keepalive_idle = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.socket_keepalive_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_allowed_ciphers = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_cafile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] coordination.backend_url = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.asyncio_connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.asyncio_slave_connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.backend = sqlalchemy {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_debug = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_parameters = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_recycle_time = 3600 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_trace = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_inc_retry_interval = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_max_retries = 20 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_max_retry_interval = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_retry_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.max_overflow = 50 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.max_pool_size = 5 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.max_retries = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.mysql_wsrep_sync_wait = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.pool_timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.retry_interval = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.slave_connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.sqlite_synchronous = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.use_db_reconnect = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.enforce_new_defaults = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: WARNING oslo_config.cfg [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.enforce_scope = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.policy_default_rule = default {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.policy_file = policy.yaml {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_timeout = 60.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] os_brick.lock_path = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.capabilities = [21] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.group = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.helper_command = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.user = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.group = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.helper_command = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.user = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.auth_section = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.auth_type = password {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.collect_timing = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.send_service_user_token = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.split_loggers = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.backend_availability_zone = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.chap_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.chap_username = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_client_cert = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_client_cert_key = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_data_namespace = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_use_ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.enable_unsupported_driver = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.filter_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.goodness_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iscsi_iotype = fileio {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iscsi_target_flags = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iscsi_write_cache = on {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_helper = tgtadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.num_shell_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.nvmet_port_id = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.replication_device = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.report_discard_supported = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.reserved_percentage = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.scst_target_driver = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.scst_target_iqn_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.storage_protocol = iSCSI {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_helper = tgtadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_protocol = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.trace_flags = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.unique_fqdn_network = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.use_chap_auth = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_backend_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_clear = zero {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_clear_ionice = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_clear_size = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_reports.file_event_handler = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_reports.log_dir = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_version = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.driver = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.retry = -1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.transport_url = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.auth_section = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.auth_type = password {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.collect_timing = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.interface = public {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.region_name = RegionOne {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.split_loggers = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.token_auth_url = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] ******************************************************************************** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Full set of CONF: {{(pid=101461) _wait_for_exit_or_signal /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:363}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] ******************************************************************************** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Configuration options gathered from: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] ================================================================================ {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allow_availability_zone_fallback = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allow_compression_on_image_upload = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] allowed_direct_url_schemes = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] api_rate_limit = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] auth_strategy = keystone {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] az_cache_duration = 3600 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backdoor_port = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backdoor_socket = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_availability_zone = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_api_class = cinder.backup.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_name_template = backup-%s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_use_same_host = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backup_use_temp_snapshot = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] capacity_weight_multiplier = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] chap_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] chap_username = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cloned_volume_same_az = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] compression_format = gzip {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] compute_api_class = cinder.compute.nova.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config_dir = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] config_source = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] control_exchange = openstack {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] debug = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_availability_zone = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_group_type = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] default_volume_type = lvmdriver-1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_client_cert = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_client_cert_key = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_data_namespace = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_ssl_cert_path = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_ssl_cert_verify = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] driver_use_ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enable_force_upload = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enable_new_services = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enable_unsupported_driver = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enabled_backends = ['lvmdriver-1'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] enforce_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] fatal_deprecations = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] filter_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_api_insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_api_ssl_compression = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_ca_certificates_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_catalog_info = image:glance:publicURL {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_num_retries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] glance_request_timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] goodness_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] graceful_shutdown_timeout = 5 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] group_api_class = cinder.group.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] host = ubuntu {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_compress_on_upload = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_address_space_limit = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_cpu_limit = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_conversion_disable = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_upload_use_cinder_backend = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_upload_use_internal_tenant = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_volume_cache_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_volume_cache_max_count = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] image_volume_cache_max_size_gb = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] instance_format = [instance: %(uuid)s] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iscsi_iotype = fileio {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iscsi_target_flags = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iscsi_write_cache = on {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_helper = tgtadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_color = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_config_append = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_dir = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_options = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_rotate_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_rotate_interval_type = days {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] log_rotation_type = none {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_age = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_logfile_count = 30 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_logfile_size_mb = 200 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] max_over_subscription_ratio = 20.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] message_reap_interval = 86400 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] message_ttl = 2592000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] monkey_patch = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] monkey_patch_modules = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] my_ip = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] no_snapshot_gb_quota = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] num_iser_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] num_shell_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] num_volume_device_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nvmeof_conn_info_version = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nvmet_ns_id = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nvmet_port_id = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_max_limit = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_ext_list = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_listen = 0.0.0.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_listen_port = 8776 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_use_ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] osapi_volume_workers = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] per_volume_size_limit = -1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] periodic_fuzzy_delay = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] periodic_interval = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] project_id_regex = [0-9a-f\-]+ {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] public_endpoint = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] publish_errors = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_backup_gigabytes = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_backups = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_gigabytes = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_groups = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_snapshots = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] quota_volumes = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rate_limit_burst = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rate_limit_except_level = CRITICAL {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rate_limit_interval = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] replication_device = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] report_discard_supported = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] report_interval = 120 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reservation_clean_interval = 86400 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reservation_expire = 86400 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reserved_image_namespaces = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] reserved_percentage = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] rpc_response_timeout = 120 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] run_external_periodic_tasks = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_driver_init_wait_time = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_json_config_location = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_max_attempts = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scst_target_driver = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] scst_target_iqn_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_down_time = 720 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] shell_completion = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] snapshot_name_template = snapshot-%s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] snapshot_same_host = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] split_loggers = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] state_path = /opt/stack/data/cinder {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] storage_availability_zone = nova {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] storage_protocol = iSCSI {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] syslog_log_facility = LOG_USER {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_helper = lioadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_protocol = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] target_secondary_ip_addresses = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] trace_flags = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] transfer_api_class = cinder.transfer.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] transport_url = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] until_refresh = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_chap_auth = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_default_quota_class = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_journal = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_json = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_stderr = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] use_syslog = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] verify_glance_signatures = enabled {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_api_class = cinder.volume.api.API {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_backend_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_clear = zero {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_clear_ionice = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_clear_size = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_copy_bps_limit = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_dd_blocksize = 1M {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_name_template = volume-%s {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_number_multiplier = -1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volume_usage_audit_period = month {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] watch_log_file = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_concurrency.disable_process_locking = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:17 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.connection_string = messaging:// {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.es_doc_type = notification {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.es_scroll_size = 10000 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.es_scroll_time = 2m {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.filter_error_trace = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.hmac_keys = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.sentinel_service_name = mymaster {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.socket_timeout = 0.1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.trace_requests = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler.trace_sqlalchemy = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler_jaeger.process_tags = {} {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler_jaeger.service_name_prefix = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] profiler_otlp.service_name_prefix = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_token = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.******_user = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_******_prefix = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_port = 35357 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_protocol = https {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_section = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_type = password {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_uri = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.auth_version = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.cache = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.delay_auth_decision = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.http_connect_timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.identity_uri = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.include_service_catalog = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.interface = public {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.region_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.service_token_roles_required = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.service_type = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.token_cache_time = 300 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.backend = dogpile.cache.null {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.backend_argument = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.backend_expiration_time = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.config_prefix = cache.oslo {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.dead_timeout = 60.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.debug_cache_backend = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enable_retry_client = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enable_socket_keepalive = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.enforce_fips_mode = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.expiration_time = 600 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.hashclient_retry_attempts = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.hashclient_retry_delay = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_dead_retry = 300 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_maxsize = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_sasl_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_socket_timeout = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.memcache_username = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.proxies = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_db = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_sentinel_service_name = mymaster {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_server = localhost:6379 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_socket_timeout = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.redis_username = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.retry_attempts = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.retry_delay = 0.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.socket_keepalive_count = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.socket_keepalive_idle = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.socket_keepalive_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_allowed_ciphers = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_cafile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cache.tls_keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] coordination.backend_url = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.asyncio_connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.asyncio_slave_connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.backend = sqlalchemy {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_debug = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_parameters = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_recycle_time = 3600 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.connection_trace = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_inc_retry_interval = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_max_retries = 20 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_max_retry_interval = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.db_retry_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.max_overflow = 50 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.max_pool_size = 5 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.max_retries = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.mysql_wsrep_sync_wait = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.pool_timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.retry_interval = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.slave_connection = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.sqlite_synchronous = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] database.use_db_reconnect = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.enforce_new_defaults = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.enforce_scope = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.policy_default_rule = default {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.policy_file = policy.yaml {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_policy.remote_timeout = 60.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] os_brick.lock_path = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.capabilities = [21] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.group = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.helper_command = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] privsep_osbrick.user = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.group = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.helper_command = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] cinder_sys_******.user = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.auth_section = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.auth_type = password {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.collect_timing = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.send_service_user_token = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.split_loggers = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] service_user.timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.backend_availability_zone = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.chap_password = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.chap_username = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_client_cert = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_client_cert_key = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_data_namespace = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.driver_use_ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.enable_unsupported_driver = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.filter_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.goodness_function = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iscsi_iotype = fileio {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iscsi_target_flags = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iscsi_write_cache = on {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_helper = tgtadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.num_shell_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.nvmet_port_id = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.replication_device = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.report_discard_supported = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.reserved_percentage = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.scst_target_driver = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.scst_target_iqn_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.storage_protocol = iSCSI {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_helper = tgtadm {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_port = 3260 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_protocol = iscsi {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.trace_flags = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.unique_fqdn_network = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.use_chap_auth = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_backend_name = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_clear = zero {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_clear_ionice = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_clear_size = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_reports.file_event_handler = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_reports.log_dir = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.ssl_version = {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.driver = [] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.retry = -1 {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] oslo_messaging_notifications.transport_url = **** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.auth_section = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.auth_type = password {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.certfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.collect_timing = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.insecure = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.interface = public {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.keyfile = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.region_name = RegionOne {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.split_loggers = False {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.timeout = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] nova.token_auth_url = None {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.service [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] ******************************************************************************** {{(pid=101461) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: INFO cinder.service [-] Starting cinder-scheduler node (version 25.1.0) +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: INFO cinder.manager [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Initiating service 1 cleanup +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: INFO cinder.manager [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Service 1 cleanup completed. +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Creating RPC server for service cinder-scheduler {{(pid=101461) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=101461) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:36:19 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:36:28 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@lvmdriver-1#lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 36, 29, 754377)}, {'type': 'backend', 'name_to_id': 'ubuntu@lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 36, 29, 754377)}]. {{(pid=101461) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Updating capabilities for ubuntu@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2025, 1, 14, 22, 36, 29, 728432)} {{(pid=101461) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:36:39 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:SELECT=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:02 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.periodic_task [None req-75740be0-e126-477a-af42-02e039777812 None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=101461) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:37:02 ubuntu cinder-scheduler[101461]: INFO cinder.message.api [None req-75740be0-e126-477a-af42-02e039777812 None None] Deleted 0 expired messages. +Jan 14 22:37:02 ubuntu cinder-scheduler[101461]: DEBUG oslo_service.periodic_task [None req-75740be0-e126-477a-af42-02e039777812 None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=101461) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:37:12 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:DELETE=1,cinder:SELECT=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:37:42 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-0e83808e-8677-40f0-a6fd-789a0688abc6 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:38:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-ccb3bd12-50e0-431f-b6b9-ae81d4d0966a None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:38:40 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:SELECT=1,cinder:UPDATE=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:42 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-c38e133f-be09-4027-a955-22f7017a5dbc None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:39:02 ubuntu systemd[1]: Stopping Devstack devstack@c-sch.service... +Jan 14 22:39:05 ubuntu cinder-scheduler[101461]: DEBUG oslo_concurrency.lockutils [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Acquiring lock "singleton_lock" {{(pid=101461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:39:05 ubuntu cinder-scheduler[101461]: DEBUG oslo_concurrency.lockutils [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Acquired lock "singleton_lock" {{(pid=101461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:39:05 ubuntu cinder-scheduler[101461]: DEBUG oslo_concurrency.lockutils [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Releasing lock "singleton_lock" {{(pid=101461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:39:05 ubuntu cinder-scheduler[101461]: WARNING amqp [None req-5baf9ac1-0b7c-4270-b8ba-bc4b15783551 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:39:06 ubuntu systemd[1]: devstack@c-sch.service: Deactivated successfully. +Jan 14 22:39:06 ubuntu systemd[1]: Stopped Devstack devstack@c-sch.service. +Jan 14 22:39:06 ubuntu systemd[1]: devstack@c-sch.service: Consumed 2.490s CPU time. +Jan 14 22:39:06 ubuntu systemd[1]: Started Devstack devstack@c-sch.service. +Jan 14 22:39:07 ubuntu cinder-scheduler[112670]: DEBUG oslo_db.sqlalchemy.engines [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112670) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.rpc [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.rpc [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_db.sqlalchemy.engines [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112670) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.rpc [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.rpc [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.rpc [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.rpc [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_db.sqlalchemy.engines [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112670) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_concurrency.lockutils [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Acquiring lock "singleton_lock" {{(pid=112670) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_concurrency.lockutils [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Acquired lock "singleton_lock" {{(pid=112670) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_concurrency.lockutils [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Releasing lock "singleton_lock" {{(pid=112670) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] ******************************************************************************** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Configuration options gathered from: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] ================================================================================ {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allow_availability_zone_fallback = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allow_compression_on_image_upload = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allowed_direct_url_schemes = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] api_rate_limit = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] auth_strategy = keystone {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] az_cache_duration = 3600 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backdoor_port = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backdoor_socket = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_availability_zone = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_api_class = cinder.backup.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_name_template = backup-%s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_use_same_host = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_use_temp_snapshot = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] capacity_weight_multiplier = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] chap_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] chap_username = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cloned_volume_same_az = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] compression_format = gzip {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] compute_api_class = cinder.compute.nova.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config_dir = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config_source = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] control_exchange = openstack {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] debug = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_availability_zone = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_group_type = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_volume_type = 3par1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_client_cert = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_client_cert_key = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_data_namespace = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_ssl_cert_path = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_ssl_cert_verify = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_use_ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enable_force_upload = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enable_new_services = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enable_unsupported_driver = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enabled_backends = ['3par1', '3par2'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enforce_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] filter_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_api_insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_api_ssl_compression = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_ca_certificates_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_catalog_info = image:glance:publicURL {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_num_retries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_request_timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] goodness_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] graceful_shutdown_timeout = 5 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] group_api_class = cinder.group.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] host = ubuntu {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_compress_on_upload = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_address_space_limit = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_cpu_limit = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_disable = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_upload_use_cinder_backend = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_upload_use_internal_tenant = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_volume_cache_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_volume_cache_max_count = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_volume_cache_max_size_gb = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] instance_format = [instance: %(uuid)s] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iscsi_iotype = fileio {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iscsi_target_flags = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iscsi_write_cache = on {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_color = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_config_append = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_dir = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_options = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_rotate_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_rotate_interval_type = days {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_rotation_type = none {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_age = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_logfile_count = 30 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_logfile_size_mb = 200 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_over_subscription_ratio = 20.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] message_reap_interval = 86400 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] message_ttl = 2592000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] monkey_patch = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] monkey_patch_modules = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] my_ip = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] no_snapshot_gb_quota = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] num_iser_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] num_shell_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] num_volume_device_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nvmeof_conn_info_version = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nvmet_ns_id = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nvmet_port_id = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_max_limit = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_ext_list = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_listen = 0.0.0.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_listen_port = 8776 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_use_ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_workers = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] per_volume_size_limit = -1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] periodic_fuzzy_delay = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] periodic_interval = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] project_id_regex = [0-9a-f\-]+ {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] public_endpoint = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] publish_errors = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_backup_gigabytes = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_backups = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_gigabytes = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_groups = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_snapshots = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_volumes = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rate_limit_burst = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rate_limit_except_level = CRITICAL {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rate_limit_interval = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] replication_device = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] report_discard_supported = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] report_interval = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reservation_clean_interval = 86400 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reservation_expire = 86400 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reserved_image_namespaces = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reserved_percentage = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rpc_response_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] run_external_periodic_tasks = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_driver_init_wait_time = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_json_config_location = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_max_attempts = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scst_target_driver = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scst_target_iqn_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_down_time = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] shell_completion = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] snapshot_name_template = snapshot-%s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] snapshot_same_host = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] split_loggers = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] state_path = /opt/stack/data/cinder {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] storage_availability_zone = nova {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] storage_protocol = iSCSI {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] syslog_log_facility = LOG_USER {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_protocol = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_secondary_ip_addresses = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] trace_flags = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] transfer_api_class = cinder.transfer.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] transport_url = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] until_refresh = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_chap_auth = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_default_quota_class = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_journal = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_json = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_stderr = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_syslog = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] verify_glance_signatures = enabled {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_api_class = cinder.volume.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_backend_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_clear = zero {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_clear_ionice = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_clear_size = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_copy_bps_limit = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_dd_blocksize = 1M {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_name_template = volume-%s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_number_multiplier = -1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_usage_audit_period = month {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] watch_log_file = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_concurrency.disable_process_locking = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_process_name = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.connection_string = messaging:// {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.es_doc_type = notification {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.es_scroll_size = 10000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.es_scroll_time = 2m {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.filter_error_trace = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.hmac_keys = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.sentinel_service_name = mymaster {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.socket_timeout = 0.1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.trace_requests = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.trace_sqlalchemy = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler_jaeger.process_tags = {} {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler_jaeger.service_name_prefix = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler_otlp.service_name_prefix = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_tenant_name = ****** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_token = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_user = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_******_prefix = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_port = 35357 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_protocol = https {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_section = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_type = password {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_uri = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_version = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.cache = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.delay_auth_decision = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.http_connect_timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.identity_uri = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.include_service_catalog = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.interface = public {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_secret_key = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_security_strategy = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.region_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.service_token_roles_required = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.service_type = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.token_cache_time = 300 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.www_authenticate_uri = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.backend = dogpile.cache.null {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.backend_argument = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.backend_expiration_time = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.config_prefix = cache.oslo {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.dead_timeout = 60.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.debug_cache_backend = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enable_retry_client = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enable_socket_keepalive = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enforce_fips_mode = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.expiration_time = 600 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.hashclient_retry_attempts = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.hashclient_retry_delay = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_dead_retry = 300 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_maxsize = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_unused_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_sasl_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_servers = ['localhost:11211'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_socket_timeout = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_username = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.proxies = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_db = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_sentinel_service_name = mymaster {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_server = localhost:6379 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_socket_timeout = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_username = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.retry_attempts = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.retry_delay = 0.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.socket_keepalive_count = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.socket_keepalive_idle = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.socket_keepalive_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_allowed_ciphers = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_cafile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] coordination.backend_url = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.asyncio_connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.asyncio_slave_connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.backend = sqlalchemy {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_debug = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_parameters = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_recycle_time = 3600 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_trace = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_inc_retry_interval = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_max_retries = 20 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_max_retry_interval = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_retry_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.max_overflow = 50 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.max_pool_size = 5 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.max_retries = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.mysql_sql_mode = TRADITIONAL {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.mysql_wsrep_sync_wait = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.pool_timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.retry_interval = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.slave_connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.sqlite_synchronous = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.use_db_reconnect = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.enforce_new_defaults = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.enforce_scope = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.policy_default_rule = default {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.policy_file = policy.yaml {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_timeout = 60.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] os_brick.lock_path = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] os_brick.wait_mpath_device_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.capabilities = [21] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.group = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.helper_command = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.thread_pool_size = 4 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.user = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.group = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.helper_command = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.thread_pool_size = 4 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.user = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.auth_section = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.auth_type = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.cafile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.collect_timing = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.send_service_user_token = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.split_loggers = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.backend_availability_zone = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.chap_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.chap_username = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_client_cert = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_client_cert_key = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_data_namespace = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_ssl_cert_path = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_use_ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.enable_unsupported_driver = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.filter_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.goodness_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_volume_cache_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iscsi_iotype = fileio {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iscsi_target_flags = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iscsi_write_cache = on {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.num_shell_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.nvmet_ns_id = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.nvmet_port_id = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.replication_device = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.report_discard_supported = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.reserved_percentage = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.scst_target_driver = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.scst_target_iqn_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.storage_protocol = iSCSI {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_protocol = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.trace_flags = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.unique_fqdn_network = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.use_chap_auth = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_backend_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_clear = zero {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_clear_ionice = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_clear_size = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_reports.file_event_handler = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_reports.file_event_handler_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_reports.log_dir = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_version = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.driver = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.retry = -1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.transport_url = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.auth_section = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.auth_type = password {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.collect_timing = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.interface = public {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.region_name = RegionOne {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.split_loggers = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.token_auth_url = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] ******************************************************************************** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Full set of CONF: {{(pid=112670) _wait_for_exit_or_signal /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:363}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] ******************************************************************************** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Configuration options gathered from: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] ================================================================================ {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allow_availability_zone_fallback = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allow_compression_on_image_upload = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] allowed_direct_url_schemes = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] api_rate_limit = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] auth_strategy = keystone {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] az_cache_duration = 3600 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backdoor_port = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backdoor_socket = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_availability_zone = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_api_class = cinder.backup.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_name_template = backup-%s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_use_same_host = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backup_use_temp_snapshot = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] capacity_weight_multiplier = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] chap_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] chap_username = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cloned_volume_same_az = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] compression_format = gzip {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] compute_api_class = cinder.compute.nova.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config_dir = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] config_source = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] control_exchange = openstack {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] debug = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_availability_zone = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_group_type = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] default_volume_type = 3par1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_client_cert = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_client_cert_key = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_data_namespace = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_ssl_cert_path = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_ssl_cert_verify = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] driver_use_ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enable_force_upload = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enable_new_services = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enable_unsupported_driver = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enabled_backends = ['3par1', '3par2'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] enforce_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] filter_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_api_insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_api_ssl_compression = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_ca_certificates_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_catalog_info = image:glance:publicURL {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_num_retries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] glance_request_timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] goodness_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] graceful_shutdown_timeout = 5 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] group_api_class = cinder.group.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] host = ubuntu {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_compress_on_upload = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_address_space_limit = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_cpu_limit = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_conversion_disable = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_upload_use_cinder_backend = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_upload_use_internal_tenant = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_volume_cache_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_volume_cache_max_count = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] image_volume_cache_max_size_gb = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] instance_format = [instance: %(uuid)s] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iscsi_iotype = fileio {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iscsi_target_flags = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iscsi_write_cache = on {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_color = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_config_append = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_dir = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_options = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_rotate_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_rotate_interval_type = days {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] log_rotation_type = none {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_age = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_logfile_count = 30 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_logfile_size_mb = 200 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] max_over_subscription_ratio = 20.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] message_reap_interval = 86400 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] message_ttl = 2592000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] monkey_patch = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] monkey_patch_modules = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] my_ip = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] no_snapshot_gb_quota = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] num_iser_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] num_shell_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] num_volume_device_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nvmeof_conn_info_version = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nvmet_ns_id = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nvmet_port_id = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_max_limit = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_ext_list = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_listen = 0.0.0.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_listen_port = 8776 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_use_ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] osapi_volume_workers = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] per_volume_size_limit = -1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] periodic_fuzzy_delay = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] periodic_interval = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] project_id_regex = [0-9a-f\-]+ {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] public_endpoint = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] publish_errors = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_backup_gigabytes = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_backups = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_gigabytes = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_groups = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_snapshots = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] quota_volumes = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rate_limit_burst = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rate_limit_except_level = CRITICAL {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rate_limit_interval = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] replication_device = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] report_discard_supported = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] report_interval = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reservation_clean_interval = 86400 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reservation_expire = 86400 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reserved_image_namespaces = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] reserved_percentage = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] rpc_response_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] run_external_periodic_tasks = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_driver_init_wait_time = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_json_config_location = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_max_attempts = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scst_target_driver = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] scst_target_iqn_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_down_time = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] shell_completion = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] snapshot_name_template = snapshot-%s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] snapshot_same_host = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] split_loggers = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] state_path = /opt/stack/data/cinder {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] storage_availability_zone = nova {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] storage_protocol = iSCSI {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] syslog_log_facility = LOG_USER {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_protocol = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] target_secondary_ip_addresses = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] trace_flags = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] transfer_api_class = cinder.transfer.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] transport_url = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] until_refresh = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_chap_auth = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_default_quota_class = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_journal = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_json = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_stderr = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] use_syslog = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] verify_glance_signatures = enabled {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_api_class = cinder.volume.api.API {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_backend_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_clear = zero {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_clear_ionice = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_clear_size = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_copy_bps_limit = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_dd_blocksize = 1M {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_name_template = volume-%s {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_number_multiplier = -1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volume_usage_audit_period = month {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] watch_log_file = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_concurrency.disable_process_locking = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_process_name = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.connection_string = messaging:// {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.es_doc_type = notification {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.es_scroll_size = 10000 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.es_scroll_time = 2m {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.filter_error_trace = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.hmac_keys = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.sentinel_service_name = mymaster {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.socket_timeout = 0.1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.trace_requests = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler.trace_sqlalchemy = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler_jaeger.process_tags = {} {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler_jaeger.service_name_prefix = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] profiler_otlp.service_name_prefix = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_tenant_name = ****** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_token = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.******_user = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_******_prefix = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_port = 35357 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_protocol = https {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_section = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_type = password {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_uri = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.auth_version = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.cache = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.delay_auth_decision = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.http_connect_timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.identity_uri = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.include_service_catalog = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.interface = public {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_secret_key = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_security_strategy = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.region_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.service_token_roles_required = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.service_type = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.token_cache_time = 300 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] keystone_authtoken.www_authenticate_uri = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.backend = dogpile.cache.null {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.backend_argument = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.backend_expiration_time = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.config_prefix = cache.oslo {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.dead_timeout = 60.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.debug_cache_backend = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enable_retry_client = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enable_socket_keepalive = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.enforce_fips_mode = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.expiration_time = 600 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.hashclient_retry_attempts = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.hashclient_retry_delay = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_dead_retry = 300 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_maxsize = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_pool_unused_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_sasl_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_servers = ['localhost:11211'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_socket_timeout = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.memcache_username = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.proxies = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_db = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_sentinel_service_name = mymaster {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_server = localhost:6379 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_socket_timeout = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.redis_username = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.retry_attempts = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.retry_delay = 0.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.socket_keepalive_count = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.socket_keepalive_idle = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.socket_keepalive_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_allowed_ciphers = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_cafile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cache.tls_keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] coordination.backend_url = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.asyncio_connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.asyncio_slave_connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.backend = sqlalchemy {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_debug = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_parameters = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_recycle_time = 3600 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.connection_trace = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_inc_retry_interval = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_max_retries = 20 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_max_retry_interval = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.db_retry_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.max_overflow = 50 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.max_pool_size = 5 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.max_retries = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.mysql_sql_mode = TRADITIONAL {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.mysql_wsrep_sync_wait = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.pool_timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.retry_interval = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.slave_connection = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.sqlite_synchronous = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] database.use_db_reconnect = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.enforce_new_defaults = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.enforce_scope = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.policy_default_rule = default {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.policy_file = policy.yaml {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_policy.remote_timeout = 60.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] os_brick.lock_path = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] os_brick.wait_mpath_device_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.capabilities = [21] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.group = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.helper_command = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.thread_pool_size = 4 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] privsep_osbrick.user = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.group = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.helper_command = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.thread_pool_size = 4 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] cinder_sys_******.user = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.auth_section = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.auth_type = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.cafile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.collect_timing = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.send_service_user_token = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.split_loggers = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] service_user.timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.backend_availability_zone = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.chap_password = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.chap_username = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_client_cert = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_client_cert_key = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_data_namespace = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_ssl_cert_path = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.driver_use_ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.enable_unsupported_driver = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.filter_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.goodness_function = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_volume_cache_enabled = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iscsi_iotype = fileio {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iscsi_target_flags = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iscsi_write_cache = on {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.num_shell_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.nvmet_ns_id = 10 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.nvmet_port_id = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.replication_device = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.report_discard_supported = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.reserved_percentage = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.scst_target_driver = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.scst_target_iqn_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.storage_protocol = iSCSI {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_helper = tgtadm {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_port = 3260 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_protocol = iscsi {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.trace_flags = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.unique_fqdn_network = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.use_chap_auth = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_backend_name = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_clear = zero {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_clear_ionice = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_clear_size = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_reports.file_event_handler = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_reports.file_event_handler_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_reports.log_dir = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.ssl_version = {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.driver = [] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.retry = -1 {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] oslo_messaging_notifications.transport_url = **** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.auth_section = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.auth_type = password {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.certfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.collect_timing = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.insecure = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.interface = public {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.keyfile = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.region_name = RegionOne {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.split_loggers = False {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.timeout = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] nova.token_auth_url = None {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.service [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] ******************************************************************************** {{(pid=112670) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.service [-] Starting cinder-scheduler node (version 25.1.0) +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.manager [None req-69d4e905-04b4-4033-9d3f-977dd6d2fd94 None None] Initiating service 1 cleanup +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: INFO cinder.manager [None req-69d4e905-04b4-4033-9d3f-977dd6d2fd94 None None] Service 1 cleanup completed. +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-69d4e905-04b4-4033-9d3f-977dd6d2fd94 None None] Creating RPC server for service cinder-scheduler {{(pid=112670) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.service [None req-69d4e905-04b4-4033-9d3f-977dd6d2fd94 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=112670) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:39:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.scheduler.host_manager [None req-4d4987ec-0e6a-4131-b5fc-dece63ceee7d None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=112670) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:39:09 ubuntu cinder-scheduler[112670]: DEBUG cinder.scheduler.host_manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=112670) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:39:09 ubuntu cinder-scheduler[112670]: DEBUG cinder.scheduler.host_manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 39, 9, 908150)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 39, 9, 908150)}]. {{(pid=112670) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:39:09 ubuntu cinder-scheduler[112670]: DEBUG cinder.scheduler.host_manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 39, 9, 888120)} {{(pid=112670) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:39:10 ubuntu cinder-scheduler[112670]: DEBUG cinder.scheduler.host_manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=112670) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:39:10 ubuntu cinder-scheduler[112670]: DEBUG cinder.scheduler.host_manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2908.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 57574.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 39, 10, 64486)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2908.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 57574.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 39, 10, 64486)}]. {{(pid=112670) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:40:08 ubuntu cinder-scheduler[112670]: DEBUG cinder.scheduler.host_manager [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=112670) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:40:13 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.periodic_task [None req-2fd84a88-381f-45c9-87f7-462f8a7b9eff None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=112670) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:40:13 ubuntu cinder-scheduler[112670]: INFO cinder.message.api [None req-2fd84a88-381f-45c9-87f7-462f8a7b9eff None None] Deleted 0 expired messages. +Jan 14 22:40:13 ubuntu cinder-scheduler[112670]: DEBUG oslo_service.periodic_task [None req-2fd84a88-381f-45c9-87f7-462f8a7b9eff None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=112670) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:40:26 ubuntu systemd[1]: Stopping Devstack devstack@c-sch.service... +Jan 14 22:40:26 ubuntu cinder-scheduler[112670]: DEBUG oslo_concurrency.lockutils [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Acquiring lock "singleton_lock" {{(pid=112670) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:26 ubuntu cinder-scheduler[112670]: DEBUG oslo_concurrency.lockutils [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Acquired lock "singleton_lock" {{(pid=112670) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:26 ubuntu cinder-scheduler[112670]: DEBUG oslo_concurrency.lockutils [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Releasing lock "singleton_lock" {{(pid=112670) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:26 ubuntu cinder-scheduler[112670]: WARNING amqp [None req-0a43be15-9693-429d-998a-14cd2b8ba57b None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:27 ubuntu systemd[1]: devstack@c-sch.service: Deactivated successfully. +Jan 14 22:40:27 ubuntu systemd[1]: Stopped Devstack devstack@c-sch.service. +Jan 14 22:40:27 ubuntu systemd[1]: devstack@c-sch.service: Consumed 2.440s CPU time. +Jan 14 22:40:27 ubuntu systemd[1]: Started Devstack devstack@c-sch.service. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.rpc [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.rpc [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.rpc [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.rpc [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.rpc [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.rpc [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_concurrency.lockutils [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Acquiring lock "singleton_lock" {{(pid=115484) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_concurrency.lockutils [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Acquired lock "singleton_lock" {{(pid=115484) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_concurrency.lockutils [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Releasing lock "singleton_lock" {{(pid=115484) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] ******************************************************************************** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Configuration options gathered from: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] ================================================================================ {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allow_availability_zone_fallback = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allow_compression_on_image_upload = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allowed_direct_url_schemes = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] api_rate_limit = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] auth_strategy = keystone {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] az_cache_duration = 3600 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backdoor_port = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backdoor_socket = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_availability_zone = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_api_class = cinder.backup.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_name_template = backup-%s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_use_same_host = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_use_temp_snapshot = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] capacity_weight_multiplier = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] chap_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] chap_username = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cloned_volume_same_az = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] compression_format = gzip {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] compute_api_class = cinder.compute.nova.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config_dir = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config_source = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] control_exchange = openstack {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] debug = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_availability_zone = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_group_type = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_volume_type = 3par1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_client_cert = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_client_cert_key = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_data_namespace = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_ssl_cert_path = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_ssl_cert_verify = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_use_ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enable_force_upload = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enable_new_services = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enable_unsupported_driver = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enabled_backends = ['3par1', '3par2'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enforce_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] filter_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_api_insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_api_ssl_compression = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_ca_certificates_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_catalog_info = image:glance:publicURL {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_num_retries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_request_timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] goodness_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] graceful_shutdown_timeout = 5 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] group_api_class = cinder.group.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] host = ubuntu {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_compress_on_upload = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_address_space_limit = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_cpu_limit = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_disable = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_upload_use_cinder_backend = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_upload_use_internal_tenant = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_volume_cache_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_volume_cache_max_count = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_volume_cache_max_size_gb = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] instance_format = [instance: %(uuid)s] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iscsi_iotype = fileio {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iscsi_target_flags = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iscsi_write_cache = on {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_color = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_config_append = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_dir = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_options = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_rotate_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_rotate_interval_type = days {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_rotation_type = none {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_age = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_logfile_count = 30 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_logfile_size_mb = 200 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_over_subscription_ratio = 20.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] message_reap_interval = 86400 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] message_ttl = 2592000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] monkey_patch = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] monkey_patch_modules = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] my_ip = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] no_snapshot_gb_quota = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] num_iser_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] num_shell_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] num_volume_device_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nvmeof_conn_info_version = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nvmet_ns_id = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nvmet_port_id = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_max_limit = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_ext_list = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_listen = 0.0.0.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_listen_port = 8776 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_use_ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_workers = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] per_volume_size_limit = -1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] periodic_fuzzy_delay = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] periodic_interval = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] project_id_regex = [0-9a-f\-]+ {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] public_endpoint = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] publish_errors = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_backup_gigabytes = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_backups = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_gigabytes = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_groups = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_snapshots = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_volumes = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rate_limit_burst = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rate_limit_except_level = CRITICAL {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rate_limit_interval = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] replication_device = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] report_discard_supported = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] report_interval = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reservation_clean_interval = 86400 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reservation_expire = 86400 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reserved_image_namespaces = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reserved_percentage = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rpc_response_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] run_external_periodic_tasks = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_driver_init_wait_time = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_json_config_location = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_max_attempts = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scst_target_driver = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scst_target_iqn_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_down_time = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] shell_completion = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] snapshot_name_template = snapshot-%s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] snapshot_same_host = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] split_loggers = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] state_path = /opt/stack/data/cinder {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] storage_availability_zone = nova {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] storage_protocol = iSCSI {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] syslog_log_facility = LOG_USER {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_protocol = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_secondary_ip_addresses = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] trace_flags = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] transfer_api_class = cinder.transfer.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] transport_url = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] until_refresh = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_chap_auth = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_default_quota_class = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_journal = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_json = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_stderr = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_syslog = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] verify_glance_signatures = enabled {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_api_class = cinder.volume.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_backend_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_clear = zero {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_clear_ionice = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_clear_size = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_copy_bps_limit = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_dd_blocksize = 1M {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_name_template = volume-%s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_number_multiplier = -1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_usage_audit_period = month {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] watch_log_file = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_concurrency.disable_process_locking = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.connection_string = messaging:// {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.es_doc_type = notification {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.es_scroll_size = 10000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.es_scroll_time = 2m {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.filter_error_trace = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.hmac_keys = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.sentinel_service_name = mymaster {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.socket_timeout = 0.1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.trace_requests = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.trace_sqlalchemy = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler_jaeger.process_tags = {} {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler_jaeger.service_name_prefix = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler_otlp.service_name_prefix = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_token = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_user = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_******_prefix = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_port = 35357 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_protocol = https {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_section = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_type = password {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_uri = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_version = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.cache = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.delay_auth_decision = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.http_connect_timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.identity_uri = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.include_service_catalog = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.interface = public {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.region_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.service_token_roles_required = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.service_type = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.token_cache_time = 300 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.backend = dogpile.cache.null {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.backend_argument = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.backend_expiration_time = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.config_prefix = cache.oslo {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.dead_timeout = 60.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.debug_cache_backend = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enable_retry_client = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enable_socket_keepalive = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enforce_fips_mode = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.expiration_time = 600 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.hashclient_retry_attempts = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.hashclient_retry_delay = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_dead_retry = 300 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_maxsize = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_sasl_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_socket_timeout = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_username = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.proxies = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_db = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_sentinel_service_name = mymaster {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_server = localhost:6379 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_socket_timeout = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_username = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.retry_attempts = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.retry_delay = 0.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.socket_keepalive_count = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.socket_keepalive_idle = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.socket_keepalive_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_allowed_ciphers = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_cafile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] coordination.backend_url = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.asyncio_connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.asyncio_slave_connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.backend = sqlalchemy {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_debug = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_parameters = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_recycle_time = 3600 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_trace = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_inc_retry_interval = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_max_retries = 20 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_max_retry_interval = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_retry_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.max_overflow = 50 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.max_pool_size = 5 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.max_retries = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.mysql_wsrep_sync_wait = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.pool_timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.retry_interval = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.slave_connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.sqlite_synchronous = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.use_db_reconnect = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.enforce_new_defaults = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.enforce_scope = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.policy_default_rule = default {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.policy_file = policy.yaml {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_timeout = 60.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] os_brick.lock_path = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.capabilities = [21] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.group = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.helper_command = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.user = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.group = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.helper_command = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.user = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.auth_section = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.auth_type = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.cafile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.collect_timing = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.send_service_user_token = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.split_loggers = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.backend_availability_zone = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.chap_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.chap_username = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_client_cert = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_client_cert_key = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_data_namespace = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_use_ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.enable_unsupported_driver = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.filter_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.goodness_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iscsi_iotype = fileio {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iscsi_target_flags = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iscsi_write_cache = on {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.num_shell_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.nvmet_port_id = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.replication_device = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.report_discard_supported = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.reserved_percentage = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.scst_target_driver = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.scst_target_iqn_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.storage_protocol = iSCSI {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_protocol = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.trace_flags = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.unique_fqdn_network = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.use_chap_auth = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_backend_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_clear = zero {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_clear_ionice = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_clear_size = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_reports.file_event_handler = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_reports.log_dir = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_version = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.driver = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.retry = -1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.transport_url = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.auth_section = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.auth_type = password {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.collect_timing = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.interface = public {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.region_name = RegionOne {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.split_loggers = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.token_auth_url = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] ******************************************************************************** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Full set of CONF: {{(pid=115484) _wait_for_exit_or_signal /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:363}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] ******************************************************************************** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] Configuration options gathered from: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] ================================================================================ {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allocated_capacity_weight_multiplier = -1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allow_availability_zone_fallback = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allow_compression_on_image_upload = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] allowed_direct_url_schemes = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] api_rate_limit = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] auth_strategy = keystone {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] az_cache_duration = 3600 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backdoor_port = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backdoor_socket = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_availability_zone = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_api_class = cinder.backup.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_name_template = backup-%s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_use_same_host = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backup_use_temp_snapshot = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] capacity_weight_multiplier = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] chap_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] chap_username = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cloned_volume_same_az = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] compression_format = gzip {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] compute_api_class = cinder.compute.nova.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config_dir = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] config_source = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] control_exchange = openstack {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] debug = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_availability_zone = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_group_type = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] default_volume_type = 3par1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_client_cert = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_client_cert_key = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_data_namespace = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_ssl_cert_path = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_ssl_cert_verify = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] driver_use_ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enable_force_upload = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enable_new_services = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enable_unsupported_driver = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enabled_backends = ['3par1', '3par2'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] enforce_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] filter_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_api_insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_api_ssl_compression = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_ca_certificates_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_catalog_info = image:glance:publicURL {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_num_retries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] glance_request_timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] goodness_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] graceful_shutdown_timeout = 5 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] group_api_class = cinder.group.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] host = ubuntu {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_compress_on_upload = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_address_space_limit = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_cpu_limit = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_conversion_disable = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_upload_use_cinder_backend = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_upload_use_internal_tenant = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_volume_cache_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_volume_cache_max_count = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] image_volume_cache_max_size_gb = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] instance_format = [instance: %(uuid)s] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iscsi_iotype = fileio {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iscsi_target_flags = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iscsi_write_cache = on {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_color = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_config_append = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_dir = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_options = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_rotate_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_rotate_interval_type = days {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] log_rotation_type = none {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_age = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_logfile_count = 30 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_logfile_size_mb = 200 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] max_over_subscription_ratio = 20.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] message_reap_interval = 86400 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] message_ttl = 2592000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] monkey_patch = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] monkey_patch_modules = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] my_ip = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] no_snapshot_gb_quota = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] num_iser_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] num_shell_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] num_volume_device_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nvmeof_conn_info_version = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nvmet_ns_id = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nvmet_port_id = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_max_limit = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_ext_list = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_listen = 0.0.0.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_listen_port = 8776 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_use_ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] osapi_volume_workers = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] per_volume_size_limit = -1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] periodic_fuzzy_delay = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] periodic_interval = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] project_id_regex = [0-9a-f\-]+ {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] public_endpoint = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] publish_errors = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_backup_gigabytes = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_backups = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_gigabytes = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_groups = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_snapshots = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] quota_volumes = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rate_limit_burst = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rate_limit_except_level = CRITICAL {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rate_limit_interval = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] replication_device = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] report_discard_supported = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] report_interval = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reservation_clean_interval = 86400 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reservation_expire = 86400 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reserved_image_namespaces = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] reserved_percentage = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] rpc_response_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] run_external_periodic_tasks = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_default_filters = ['AvailabilityZoneFilter', 'CapacityFilter', 'CapabilitiesFilter'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_default_weighers = ['CapacityWeigher'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_driver_init_wait_time = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_host_manager = cinder.scheduler.host_manager.HostManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_json_config_location = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_max_attempts = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scheduler_weight_handler = cinder.scheduler.weights.OrderedHostWeightHandler {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scst_target_driver = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] scst_target_iqn_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_down_time = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] shell_completion = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] snapshot_name_template = snapshot-%s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] snapshot_same_host = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] split_loggers = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] state_path = /opt/stack/data/cinder {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] storage_availability_zone = nova {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] storage_protocol = iSCSI {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] syslog_log_facility = LOG_USER {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_protocol = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] target_secondary_ip_addresses = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] trace_flags = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] transfer_api_class = cinder.transfer.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] transport_url = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] until_refresh = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_chap_auth = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_default_quota_class = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_journal = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_json = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_stderr = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] use_syslog = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] verify_glance_signatures = enabled {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_api_class = cinder.volume.api.API {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_backend_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_clear = zero {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_clear_ionice = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_clear_size = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_copy_bps_limit = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_dd_blocksize = 1M {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_name_template = volume-%s {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_number_multiplier = -1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volume_usage_audit_period = month {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] watch_log_file = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_concurrency.disable_process_locking = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.connection_string = messaging:// {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.es_doc_type = notification {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.es_scroll_size = 10000 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.es_scroll_time = 2m {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.filter_error_trace = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.hmac_keys = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.sentinel_service_name = mymaster {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.socket_timeout = 0.1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.trace_requests = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler.trace_sqlalchemy = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler_jaeger.process_tags = {} {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler_jaeger.service_name_prefix = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] profiler_otlp.service_name_prefix = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_token = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.******_user = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_******_prefix = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_port = 35357 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_protocol = https {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_section = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_type = password {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_uri = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.auth_version = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.cache = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.delay_auth_decision = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.http_connect_timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.identity_uri = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.include_service_catalog = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.interface = public {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.region_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.service_token_roles_required = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.service_type = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.token_cache_time = 300 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.backend = dogpile.cache.null {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.backend_argument = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.backend_expiration_time = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.config_prefix = cache.oslo {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.dead_timeout = 60.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.debug_cache_backend = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enable_retry_client = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enable_socket_keepalive = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.enforce_fips_mode = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.expiration_time = 600 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.hashclient_retry_attempts = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.hashclient_retry_delay = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_dead_retry = 300 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_maxsize = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_sasl_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_socket_timeout = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.memcache_username = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.proxies = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_db = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_sentinel_service_name = mymaster {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_server = localhost:6379 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_socket_timeout = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.redis_username = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.retry_attempts = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.retry_delay = 0.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.socket_keepalive_count = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.socket_keepalive_idle = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.socket_keepalive_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_allowed_ciphers = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_cafile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cache.tls_keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] coordination.backend_url = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.asyncio_connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.asyncio_slave_connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.backend = sqlalchemy {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_debug = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_parameters = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_recycle_time = 3600 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.connection_trace = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_inc_retry_interval = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_max_retries = 20 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_max_retry_interval = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.db_retry_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.max_overflow = 50 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.max_pool_size = 5 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.max_retries = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.mysql_wsrep_sync_wait = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.pool_timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.retry_interval = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.slave_connection = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.sqlite_synchronous = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] database.use_db_reconnect = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.enforce_new_defaults = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.enforce_scope = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.policy_default_rule = default {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.policy_file = policy.yaml {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_policy.remote_timeout = 60.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] os_brick.lock_path = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.capabilities = [21] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.group = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.helper_command = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] privsep_osbrick.user = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.group = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.helper_command = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] cinder_sys_******.user = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.auth_section = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.auth_type = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.cafile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.collect_timing = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.send_service_user_token = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.split_loggers = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] service_user.timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.backend_availability_zone = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.chap_password = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.chap_username = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_client_cert = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_client_cert_key = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_data_namespace = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.driver_use_ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.enable_unsupported_driver = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.filter_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.goodness_function = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iscsi_iotype = fileio {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iscsi_target_flags = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iscsi_write_cache = on {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.num_shell_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.nvmet_port_id = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.replication_device = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.report_discard_supported = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.reserved_percentage = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.scst_target_driver = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.scst_target_iqn_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.storage_protocol = iSCSI {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_helper = tgtadm {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_port = 3260 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_protocol = iscsi {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.trace_flags = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.unique_fqdn_network = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.use_chap_auth = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_backend_name = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_clear = zero {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_clear_ionice = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_clear_size = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_reports.file_event_handler = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_reports.log_dir = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.processname = cinder-scheduler {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.ssl_version = {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.driver = [] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.retry = -1 {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] oslo_messaging_notifications.transport_url = **** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.auth_section = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.auth_type = password {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.certfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.collect_timing = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.insecure = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.interface = public {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.keyfile = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.region_name = RegionOne {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.split_loggers = False {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.timeout = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] nova.token_auth_url = None {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.service [None req-63f2fabc-26f1-47cf-a7b7-bd57fc652092 None None] ******************************************************************************** {{(pid=115484) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.service [-] Starting cinder-scheduler node (version 25.1.0) +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.manager [None req-46fe40df-a142-4569-85f3-66aba9e4690b None None] Initiating service 1 cleanup +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: INFO cinder.manager [None req-46fe40df-a142-4569-85f3-66aba9e4690b None None] Service 1 cleanup completed. +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-46fe40df-a142-4569-85f3-66aba9e4690b None None] Creating RPC server for service cinder-scheduler {{(pid=115484) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.service [None req-46fe40df-a142-4569-85f3-66aba9e4690b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=115484) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:40:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:40:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:40:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2908.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 57574.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 40, 30, 838382)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2908.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 57574.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 40, 30, 838382)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:40:30 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:40:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 30, 835403)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:40:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:40:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 40, 30, 868320)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 40, 30, 868320)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:40:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:40:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:40:57 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.periodic_task [None req-493d8ef8-040c-49d5-97c8-24a7abd7461b None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=115484) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:40:57 ubuntu cinder-scheduler[115484]: INFO cinder.message.api [None req-493d8ef8-040c-49d5-97c8-24a7abd7461b None None] Deleted 0 expired messages. +Jan 14 22:40:57 ubuntu cinder-scheduler[115484]: DEBUG oslo_service.periodic_task [None req-493d8ef8-040c-49d5-97c8-24a7abd7461b None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=115484) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:41:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Flow 'volume_create_scheduler' (8e8d2e23-ea71-4ddd-9956-e42f272cdac0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1d17e117-4438-4047-8608-a96119604d32) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1d17e117-4438-4047-8608-a96119604d32) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(9f39c764-9933-43ae-99e6-4465af5a7457),volume_id=9f39c764-9933-43ae-99e6-4465af5a7457,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ae4a4902-b44f-47ff-b9e5-2f8e386f56e8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 33, 872739)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (9f39c764-9933-43ae-99e6-4465af5a7457) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (9f39c764-9933-43ae-99e6-4465af5a7457) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:33.872739 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:33.872739] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:39.085185 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ae4a4902-b44f-47ff-b9e5-2f8e386f56e8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Flow 'volume_create_scheduler' (8e8d2e23-ea71-4ddd-9956-e42f272cdac0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 33, 872739)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:39.085185 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:39.085185] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:41:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:40.673115 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:41:44 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Flow 'volume_create_scheduler' (5ae97d6b-7f91-4f60-b9b7-961e24c89305) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (cf506fae-02da-40c6-b6f5-19c7c553f9bb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (cf506fae-02da-40c6-b6f5-19c7c553f9bb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(03279bb0-415f-453a-b656-32b6048d13f2),volume_id=03279bb0-415f-453a-b656-32b6048d13f2,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2364b0e0-ae58-4515-8045-8d2986eae28a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 44, 212567)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (03279bb0-415f-453a-b656-32b6048d13f2) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (03279bb0-415f-453a-b656-32b6048d13f2) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:44.212567 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:44.212567] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:45.630782 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2364b0e0-ae58-4515-8045-8d2986eae28a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Flow 'volume_create_scheduler' (5ae97d6b-7f91-4f60-b9b7-961e24c89305) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_scheduler' (458bc5fe-e431-43a8-ab3d-2cb1a40cdd13) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (e9309155-5b8d-4e4b-b612-c1081c8cd24a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (e9309155-5b8d-4e4b-b612-c1081c8cd24a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(7ca9388b-7a72-4125-af5c-0f473e471070),volume_id=7ca9388b-7a72-4125-af5c-0f473e471070,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c510bd21-f4fb-489c-aae7-38baee9a3e15) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 48, 69836)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (7ca9388b-7a72-4125-af5c-0f473e471070) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (7ca9388b-7a72-4125-af5c-0f473e471070) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:48.069836 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:48.069836] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:49.411885 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c510bd21-f4fb-489c-aae7-38baee9a3e15) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_scheduler' (458bc5fe-e431-43a8-ab3d-2cb1a40cdd13) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5086588e-878b-4409-9d1c-747edc36c75f None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_scheduler' (f52cfa76-b2dd-4e64-8ee5-5efb0cbb1dac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a28b0b93-720a-42d3-9330-ed4f19b7ce58) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a28b0b93-720a-42d3-9330-ed4f19b7ce58) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(af3e9493-376f-4f86-9bc0-cdb7b085c886),volume_id=af3e9493-376f-4f86-9bc0-cdb7b085c886,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ce350a45-1ae2-44fc-ae48-337839c5b862) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 48, 69836)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (af3e9493-376f-4f86-9bc0-cdb7b085c886) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (af3e9493-376f-4f86-9bc0-cdb7b085c886) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:49.411885 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:49.411885] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:50.652549 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ce350a45-1ae2-44fc-ae48-337839c5b862) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_scheduler' (f52cfa76-b2dd-4e64-8ee5-5efb0cbb1dac) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_scheduler' (d49cb0b5-86fd-4e8d-b102-96e459769fc2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7671164f-c55e-45be-9581-99ef77110ece) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7671164f-c55e-45be-9581-99ef77110ece) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(877b0178-6034-4f6e-b4b9-a51737970e37),volume_id=877b0178-6034-4f6e-b4b9-a51737970e37,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (3c4d1999-3b5e-41cd-accb-d8535cb59e97) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 48, 69836)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (877b0178-6034-4f6e-b4b9-a51737970e37) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (877b0178-6034-4f6e-b4b9-a51737970e37) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:50.652549 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:50.652549] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 64842.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:52.983500 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (3c4d1999-3b5e-41cd-accb-d8535cb59e97) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_scheduler' (d49cb0b5-86fd-4e8d-b102-96e459769fc2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:41:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3335.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 41, 55, 387324)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3335.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 41, 55, 387324)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:41:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:41:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 41, 56, 538673)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 1.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 41, 56, 538673)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:41:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:41:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 41, 57, 635917)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 41, 57, 635917)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:42:00 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:00 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 57, 632538)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:00 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-11a547b8-99c3-4535-9f48-3ec04a7f6ca9 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:01 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-431161d2-ebf3-4811-adee-24ad0591d858 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-431161d2-ebf3-4811-adee-24ad0591d858 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 57, 632538)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-431161d2-ebf3-4811-adee-24ad0591d858 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 57, 632538)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:57.632538] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 57, 632538)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:57.632538] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (be60c2bd-e58c-4f1e-bd5e-34bba72dddfe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (61387cb3-911b-45cf-add9-eb492d5b76b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (61387cb3-911b-45cf-add9-eb492d5b76b3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(df385d2d-2e6c-4774-bca4-fc29cbb52bc5),volume_id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,volume_properties=VolumeProperties,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (22476ead-3394-460e-a7ac-f964a428bd26) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 57, 632538)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (df385d2d-2e6c-4774-bca4-fc29cbb52bc5) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (df385d2d-2e6c-4774-bca4-fc29cbb52bc5) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:57.632538 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:41:57.632538] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:06.841192 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (22476ead-3394-460e-a7ac-f964a428bd26) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (be60c2bd-e58c-4f1e-bd5e-34bba72dddfe) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 41, 57, 632538)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:06.841192 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:06.841192] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:09.236078 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 12, 540225)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 12, 540225)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 14, 550688)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 14, 550688)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 14, 547298)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:14.547298] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 14, 547298)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:14.547298] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (aa5bc949-d123-4bd1-877d-450154007a13) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f62e1ee2-82c0-468d-9abb-bb0ca1bfe084) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (f62e1ee2-82c0-468d-9abb-bb0ca1bfe084) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(2494b6e3-26d2-4359-9927-927dd13aa5ee),volume_id=2494b6e3-26d2-4359-9927-927dd13aa5ee,volume_properties=VolumeProperties,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7c6f2d2e-2518-4c45-8ef0-f32fe7ab0542) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 14, 547298)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (2494b6e3-26d2-4359-9927-927dd13aa5ee) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (2494b6e3-26d2-4359-9927-927dd13aa5ee) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:14.547298 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:14.547298] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:16.171199 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7c6f2d2e-2518-4c45-8ef0-f32fe7ab0542) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (aa5bc949-d123-4bd1-877d-450154007a13) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (73016215-aa78-4e0b-ab88-6d6aaf6d18e1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (899edf22-72fc-461e-b0c3-7b6cbdec83e6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (899edf22-72fc-461e-b0c3-7b6cbdec83e6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(6da75f55-328e-4ff4-97ce-67ddb136c09a),volume_id=6da75f55-328e-4ff4-97ce-67ddb136c09a,volume_properties=VolumeProperties,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f1f1c2e1-439d-4e1c-ab62-5350a1aec337) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 14, 547298)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 40, 35, 726193)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (6da75f55-328e-4ff4-97ce-67ddb136c09a) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (6da75f55-328e-4ff4-97ce-67ddb136c09a) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:16.171199 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:40:35.726193, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 3, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:16.171199] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:17.453715 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f1f1c2e1-439d-4e1c-ab62-5350a1aec337) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (73016215-aa78-4e0b-ab88-6d6aaf6d18e1) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-343f0a34-4124-4553-80bc-5e8c3801ea1d None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 4.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 26, 744970)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 4.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 26, 744970)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 26, 741172)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:26.741172] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 26, 741172)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:26.741172] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (9370c6ac-bcfe-4203-8fc6-ed3b040af43c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a47b1bf2-6737-4f00-bb22-0c7ee9576173) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a47b1bf2-6737-4f00-bb22-0c7ee9576173) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(cbed63ae-8c68-485c-b56b-75a8a443c9d8),volume_id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,volume_properties=VolumeProperties,volume_type=VolumeType(c4537013-7cc7-49df-aeb1-d9ef6f9d5651))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2656db5c-e70f-4532-acce-6d384d318d67) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 4, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 26, 741172)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (cbed63ae-8c68-485c-b56b-75a8a443c9d8) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (cbed63ae-8c68-485c-b56b-75a8a443c9d8) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:26.741172 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 4, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:26.741172] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:28.213119 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2656db5c-e70f-4532-acce-6d384d318d67) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_scheduler' (9370c6ac-bcfe-4203-8fc6-ed3b040af43c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 5.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 32, 768641)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 5.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 32, 768641)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 32, 764146)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:32.764146] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 32, 764146)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:32.764146] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Flow 'volume_create_scheduler' (c83980eb-2838-423c-8929-8de06ef7e372) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bff92a18-7628-409f-97b3-72f175632485) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bff92a18-7628-409f-97b3-72f175632485) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6),volume_id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,volume_properties=VolumeProperties,volume_type=VolumeType(5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7a7caaae-3629-471f-9e15-80928251f301) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 5, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 32, 764146)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:32.764146 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 5, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:32.764146] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:36.613136 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7a7caaae-3629-471f-9e15-80928251f301) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Flow 'volume_create_scheduler' (c83980eb-2838-423c-8929-8de06ef7e372) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:41 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:41 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 6.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 41, 216804)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 6.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 41, 216804)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 41, 213715)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:41.213715] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 41, 213715)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:41.213715] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 41, 213715)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:41.213715] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 41, 213715)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:41.213715] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Flow 'volume_create_scheduler' (20c9f586-1e0f-4d72-99ed-f71618e863b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c181e1e8-6a83-4379-9fb4-0c82a3307df7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c181e1e8-6a83-4379-9fb4-0c82a3307df7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(6714a0bf-edc4-4a56-8aba-18db7c89c69a),volume_id=6714a0bf-edc4-4a56-8aba-18db7c89c69a,volume_properties=VolumeProperties,volume_type=VolumeType(6e574e03-8018-4b78-b9ec-7c82d76e974f))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (04b34f95-88c3-45a7-939e-b2fb19a9af7f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 6, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 41, 213715)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (6714a0bf-edc4-4a56-8aba-18db7c89c69a) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (6714a0bf-edc4-4a56-8aba-18db7c89c69a) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:41.213715 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 6, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:41.213715] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:50.361788 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (04b34f95-88c3-45a7-939e-b2fb19a9af7f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Flow 'volume_create_scheduler' (20c9f586-1e0f-4d72-99ed-f71618e863b3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5682861f-b52b-41ea-af88-f2254dbab539 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:42:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 7.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 52, 572555)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 7.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 42, 52, 572555)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:42:53 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 53, 508436)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:53.508436] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 53, 508436)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:53.508436] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Flow 'volume_create_scheduler' (31f4d029-d4c6-497f-8cd4-a116922df1a0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a3177ee3-b8dd-458a-b63c-a58f192c0334) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a3177ee3-b8dd-458a-b63c-a58f192c0334) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(67655594-5c8e-4c29-8eb7-d96cd977c710),volume_id=67655594-5c8e-4c29-8eb7-d96cd977c710,volume_properties=VolumeProperties,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (97b7f9e1-326b-49e6-bdec-e5ad6ad6c059) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 53, 508436)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (67655594-5c8e-4c29-8eb7-d96cd977c710) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (67655594-5c8e-4c29-8eb7-d96cd977c710) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:53.508436 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 7, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:53.508436] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 8, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:55.421399 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (97b7f9e1-326b-49e6-bdec-e5ad6ad6c059) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Flow 'volume_create_scheduler' (31f4d029-d4c6-497f-8cd4-a116922df1a0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Flow 'volume_create_scheduler' (0171f877-7509-47e9-8136-461598d0f1b9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (b5671e9f-b0b2-4ecb-ad8a-8b9a326b95b1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (b5671e9f-b0b2-4ecb-ad8a-8b9a326b95b1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(a6ee64c0-3e96-4407-a6b8-2913c2a185d1),volume_id=a6ee64c0-3e96-4407-a6b8-2913c2a185d1,volume_properties=VolumeProperties,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c951833c-28d6-449e-aa3a-763d4118447a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 7, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 53, 508436)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (a6ee64c0-3e96-4407-a6b8-2913c2a185d1) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (a6ee64c0-3e96-4407-a6b8-2913c2a185d1) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 8, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:55.421399 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 8, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:55.421399] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:56.664712 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c951833c-28d6-449e-aa3a-763d4118447a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Flow 'volume_create_scheduler' (0171f877-7509-47e9-8136-461598d0f1b9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 9.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 1, 233600)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 9.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 1, 233600)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 1, 228519)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:01.228519] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 1, 228519)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:01.228519] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Flow 'volume_create_scheduler' (624f23b2-28ec-4cf0-82f2-db92a0070465) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (17cab943-ea90-49f5-b0ff-396f29d2762c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (17cab943-ea90-49f5-b0ff-396f29d2762c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,image_id=None,operation=,resource_backend='ubuntu@3par1',snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(a9acca1e-835f-4052-9dc4-43b11a73f007),volume_id=a9acca1e-835f-4052-9dc4-43b11a73f007,volume_properties=VolumeProperties,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ba727ee2-ed97-4dc2-9b07-adeabecccae3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 1, 228519)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (a9acca1e-835f-4052-9dc4-43b11a73f007) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (a9acca1e-835f-4052-9dc4-43b11a73f007) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:01.228519 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 9, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:01.228519] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 10, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:04.819430 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ba727ee2-ed97-4dc2-9b07-adeabecccae3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Flow 'volume_create_scheduler' (624f23b2-28ec-4cf0-82f2-db92a0070465) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 9, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 1, 228519)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 10, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:04.819430 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 10, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:04.819430] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:05.969307 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 9, 691188)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 9, 691188)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:11 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:11 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 11, 405947)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 11, 405947)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 11, 403948)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:11.403948] {{(pid=115484) _get_weighted_candidates_by_group_type /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:528}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 11, 403948)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Checking if host ubuntu@3par2#SSD_r6 can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Checking if host ubuntu@3par1#CI_CPG can create a 0 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:11.403948] {{(pid=115484) _get_weighted_candidates_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:435}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:13 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend_generic_group /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:603}} +Jan 14 22:43:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (c5a06dbe-a35a-4710-af17-bd4745cbff00) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (b47bcbaf-0675-43cc-af14-f0eb1eef4da7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (b47bcbaf-0675-43cc-af14-f0eb1eef4da7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(0d4cb480-b123-448a-83ee-c5222908eb9c),volume_id=0d4cb480-b123-448a-83ee-c5222908eb9c,volume_properties=VolumeProperties,volume_type=VolumeType(f4c0af77-f19a-4c27-80df-d6ed800c45c0))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f7c5dea5-6c44-48dc-9d04-fbb2c507d685) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 15, 519989)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (0d4cb480-b123-448a-83ee-c5222908eb9c) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (0d4cb480-b123-448a-83ee-c5222908eb9c) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:15.519989 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Volume type extra spec requirement "volume_backend_name=3par2" does not match reported capability "3par1" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:15.519989 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:42:23.925365] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Weigher CapacityWeigher returned, weigher value is {max: 57574.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2885, total_capacity_gb: 2908, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:18.237005 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f7c5dea5-6c44-48dc-9d04-fbb2c507d685) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (c5a06dbe-a35a-4710-af17-bd4745cbff00) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (029f651e-a7e7-4dc8-b1d4-e5d58f00c5ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (13be866d-3b45-45c3-953b-ae19ac6ea2d0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (13be866d-3b45-45c3-953b-ae19ac6ea2d0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(5986a5d9-2cad-442d-a2fb-a890091dadba),volume_id=5986a5d9-2cad-442d-a2fb-a890091dadba,volume_properties=VolumeProperties,volume_type=VolumeType(a4c061dd-d217-442b-acde-60a853471017))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a9f69fa1-b1f5-4fae-9b16-3ea2e6331254) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 15, 519989)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (5986a5d9-2cad-442d-a2fb-a890091dadba) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 587, 'calculated_free_capacity': 57573.0, 'virtual_free_capacity': 57573.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2885, total_capacity_gb: 2908, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:18.237005 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57573.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (5986a5d9-2cad-442d-a2fb-a890091dadba) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:15.519989 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Volume type extra spec requirement "capabilities:volume_backend_name=3par2" does not match reported capability "3par1" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:15.519989 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2885, total_capacity_gb: 2908, allocated_capacity_gb: 1, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 587, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:18.237005] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Weigher CapacityWeigher returned, weigher value is {max: 57573.0, min: 57573.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Weighed [WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Choosing ubuntu@3par2#SSD_r6 {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Consumed 1 GB from backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2884, total_capacity_gb: 2908, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:19.644484 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a9f69fa1-b1f5-4fae-9b16-3ea2e6331254) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (029f651e-a7e7-4dc8-b1d4-e5d58f00c5ae) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (1dcb1d84-571f-444f-96e5-198f9603e340) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (4f06c2ba-096a-4a23-894e-5de52908a819) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (4f06c2ba-096a-4a23-894e-5de52908a819) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(3fb1541f-e305-4492-9a46-16733c2c2912),volume_id=3fb1541f-e305-4492-9a46-16733c2c2912,volume_properties=VolumeProperties,volume_type=VolumeType(3fada857-b462-40ff-995c-b4db01a75e2d))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bc06cd49-cf10-42df-a01d-6f0212f14010) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 15, 519989)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (3fb1541f-e305-4492-9a46-16733c2c2912) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 588, 'calculated_free_capacity': 57572.0, 'virtual_free_capacity': 57572.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2884, total_capacity_gb: 2908, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:19.644484 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57572.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (3fb1541f-e305-4492-9a46-16733c2c2912) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:15.519989 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2884, total_capacity_gb: 2908, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:19.644484 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:15.519989] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:20.959898 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (bc06cd49-cf10-42df-a01d-6f0212f14010) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (1dcb1d84-571f-444f-96e5-198f9603e340) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (6ebb7357-25b9-46d4-b841-7da52cb1785c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (3dddc6dd-0ffd-4f8f-9ea2-9c275a2c593d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (3dddc6dd-0ffd-4f8f-9ea2-9c275a2c593d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(c80c8ef2-b427-43e6-82a7-01b0c82bdf34),volume_id=c80c8ef2-b427-43e6-82a7-01b0c82bdf34,volume_properties=VolumeProperties,volume_type=VolumeType(b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f9047291-6cd0-4f3e-ae20-01c1a43c6536) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 15, 519989)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 42, 23, 925365)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (c80c8ef2-b427-43e6-82a7-01b0c82bdf34) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 588, 'calculated_free_capacity': 57572.0, 'virtual_free_capacity': 57572.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2884, total_capacity_gb: 2908, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:19.644484 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57572.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (c80c8ef2-b427-43e6-82a7-01b0c82bdf34) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:20.959898 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Volume type extra spec requirement "capabilities:volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2884, total_capacity_gb: 2908, allocated_capacity_gb: 2, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 588, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:19.644484 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:20.959898] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:22.269835 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f9047291-6cd0-4f3e-ae20-01c1a43c6536) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_scheduler' (6ebb7357-25b9-46d4-b841-7da52cb1785c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-df0742f5-ab1b-44a3-944d-ca6432e014d8 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2912, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 14, 'capacity_utilization': 0.8928571428571428, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 2, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-df0742f5-ab1b-44a3-944d-ca6432e014d8 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2912.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 586.0, 'virtual_free': 57654.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 24, 98095)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2912.0, 'free': 2886.0, 'allocated': 2.0, 'provisioned': 586.0, 'virtual_free': 57654.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 24, 98095)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 24, 674347)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 24, 674347)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 25, 911527)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 25, 911527)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2910, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 13, 'capacity_utilization': 0.8247422680412372, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 1, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:27 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2910.0, 'free': 2886.0, 'allocated': 1.0, 'provisioned': 586.0, 'virtual_free': 57614.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 27, 164149)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2910.0, 'free': 2886.0, 'allocated': 1.0, 'provisioned': 586.0, 'virtual_free': 57614.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 27, 164149)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par2#SSD_r6', 'total': 2908.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 57574.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 28, 601755)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par2', 'total': 2908.0, 'free': 2886.0, 'allocated': 0.0, 'provisioned': 586.0, 'virtual_free': 57574.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 28, 601755)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Flow 'volume_create_scheduler' (e69df2db-ee43-449a-adb5-0946369cf39e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (57c54b77-b6de-4390-8ae5-a35465e003cb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (57c54b77-b6de-4390-8ae5-a35465e003cb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (b8cb7cae-5092-4fa5-a62f-16fdbef74c0d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 25, 908384)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (ed5fd22b-e11b-4c16-9fa0-4828f216a351) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (ed5fd22b-e11b-4c16-9fa0-4828f216a351) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:25.908384 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:25.908384] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:33.550364 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (b8cb7cae-5092-4fa5-a62f-16fdbef74c0d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Flow 'volume_create_scheduler' (e69df2db-ee43-449a-adb5-0946369cf39e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-25c16647-43a4-4b48-8d28-3db8d807736f None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-25c16647-43a4-4b48-8d28-3db8d807736f None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 33, 925307)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 33, 925307)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 33, 922676)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:33.922676 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:33.922676] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:34.728253 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 33, 922676)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:34.728253 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:34.728253] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:35.978149 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 33, 922676)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:35.978149 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:35.978149] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 15, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:38.422194 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 33, 922676)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2883, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 64841.0, 'virtual_free_capacity': 64841.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 15, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:38.422194 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64841.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 15, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:38.422194] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Weigher CapacityWeigher returned, weigher value is {max: 64841.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2882, total_capacity_gb: 3331, allocated_capacity_gb: 16, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:40.751376 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 33, 922676)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2882, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1780, 'calculated_free_capacity': 64840.0, 'virtual_free_capacity': 64840.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2882, total_capacity_gb: 3331, allocated_capacity_gb: 16, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:40.751376 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64840.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2882, total_capacity_gb: 3331, allocated_capacity_gb: 16, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:40.751376] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Weigher CapacityWeigher returned, weigher value is {max: 64840.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:43:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2881, total_capacity_gb: 3331, allocated_capacity_gb: 17, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1781, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:43.157817 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:43:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:43:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 48, 79889)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 43, 48, 79889)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Flow 'volume_create_scheduler' (1af05780-3e9b-4406-8147-b7f161ab9a32) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c3dec320-ee04-4c45-ad9b-81d357143b52) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c3dec320-ee04-4c45-ad9b-81d357143b52) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(d8b59dd6-193a-4078-931f-9eef42130f3d),volume_id=d8b59dd6-193a-4078-931f-9eef42130f3d,volume_properties=VolumeProperties,volume_type=VolumeType(8145e973-7346-4562-adea-815146529331))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (5d7bf36e-5a75-4da9-b096-005777b2cefe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 48, 74444)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d8b59dd6-193a-4078-931f-9eef42130f3d) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d8b59dd6-193a-4078-931f-9eef42130f3d) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:48.074444 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-624615581" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-624615581" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:48.074444 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Filter CapabilitiesFilter returned 0 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Filtering removed all hosts for the request with volume ID 'd8b59dd6-193a-4078-931f-9eef42130f3d'. Filter results: [('AvailabilityZoneFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapacityFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapabilitiesFilter', [])] {{(pid=115484) _log_filtration /opt/stack/cinder/cinder/scheduler/base_filter.py:73}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: INFO cinder.scheduler.base_filter [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Filtering removed all hosts for the request with volume ID 'd8b59dd6-193a-4078-931f-9eef42130f3d'. Filter results: AvailabilityZoneFilter: (start: 2, end: 2), CapacityFilter: (start: 2, end: 2), CapabilitiesFilter: (start: 2, end: 0) +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.filter_scheduler [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] No weighed backend found for volume with properties: {'id': '8145e973-7346-4562-adea-815146529331', 'name': 'tempest-UserMessagesTest-volume-type-567249659', 'description': None, 'is_public': True, 'projects': [], 'extra_specs': {'storage_protocol': 'tempest-storage_protocol-624615581', 'vendor_name': 'tempest-vendor_name-1711461917'}, 'qos_specs_id': None, 'created_at': '2025-01-14T22:43:50.000000', 'updated_at': None, 'deleted_at': None, 'deleted': False} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: INFO cinder.message.api [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Creating message record for request_id = req-194bb1f4-f9d3-4032-8bf6-77e473be776b +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: ERROR cinder.scheduler.flows.create_volume [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Failed to run task cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: No valid backend was found. No weighed backends available: cinder.exception.NoValidBackend: No valid backend was found. No weighed backends available +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.volume.flows.common [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Setting Volume d8b59dd6-193a-4078-931f-9eef42130f3d to error due to: No valid backend was found. No weighed backends available {{(pid=115484) error_out /opt/stack/cinder/cinder/volume/flows/common.py:81}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (5d7bf36e-5a75-4da9-b096-005777b2cefe) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-194bb1f4-f9d3-4032-8bf6-77e473be776b tempest-UserMessagesTest-1584936032 None] Flow 'volume_create_scheduler' (1af05780-3e9b-4406-8147-b7f161ab9a32) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1a3af60b-912e-476c-9004-dd0ed3876651 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Flow 'volume_create_scheduler' (a87edaab-8cb8-4876-9bec-fdf61dce495f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (56164ce2-cecb-40fc-a7df-b25629025a79) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (56164ce2-cecb-40fc-a7df-b25629025a79) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(8914ed05-62a7-49f0-901e-af11fa9bfd1e),volume_id=8914ed05-62a7-49f0-901e-af11fa9bfd1e,volume_properties=VolumeProperties,volume_type=VolumeType(f00fbad0-360b-47f6-80b2-a5c0a3f9075e))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (674abc93-e1f0-458f-b181-3768eab01473) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 48, 74444)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (8914ed05-62a7-49f0-901e-af11fa9bfd1e) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (8914ed05-62a7-49f0-901e-af11fa9bfd1e) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:48.074444 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-648386158" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Volume type extra spec requirement "storage_protocol=tempest-storage_protocol-648386158" does not match reported capability "['iSCSI', 'iscsi']" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:48.074444 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Filter CapabilitiesFilter returned 0 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Filtering removed all hosts for the request with volume ID '8914ed05-62a7-49f0-901e-af11fa9bfd1e'. Filter results: [('AvailabilityZoneFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapacityFilter', ['ubuntu@3par2#SSD_r6', 'ubuntu@3par1#CI_CPG']), ('CapabilitiesFilter', [])] {{(pid=115484) _log_filtration /opt/stack/cinder/cinder/scheduler/base_filter.py:73}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: INFO cinder.scheduler.base_filter [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Filtering removed all hosts for the request with volume ID '8914ed05-62a7-49f0-901e-af11fa9bfd1e'. Filter results: AvailabilityZoneFilter: (start: 2, end: 2), CapacityFilter: (start: 2, end: 2), CapabilitiesFilter: (start: 2, end: 0) +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.filter_scheduler [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] No weighed backend found for volume with properties: {'id': 'f00fbad0-360b-47f6-80b2-a5c0a3f9075e', 'name': 'tempest-UserMessagesTest-volume-type-751558716', 'description': None, 'is_public': True, 'projects': [], 'extra_specs': {'storage_protocol': 'tempest-storage_protocol-648386158', 'vendor_name': 'tempest-vendor_name-1226741020'}, 'qos_specs_id': None, 'created_at': '2025-01-14T22:43:51.000000', 'updated_at': None, 'deleted_at': None, 'deleted': False} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: INFO cinder.message.api [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Creating message record for request_id = req-412fd988-093a-4363-9cdd-22f34140e928 +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: ERROR cinder.scheduler.flows.create_volume [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Failed to run task cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: No valid backend was found. No weighed backends available: cinder.exception.NoValidBackend: No valid backend was found. No weighed backends available +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.volume.flows.common [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Setting Volume 8914ed05-62a7-49f0-901e-af11fa9bfd1e to error due to: No valid backend was found. No weighed backends available {{(pid=115484) error_out /opt/stack/cinder/cinder/volume/flows/common.py:81}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (674abc93-e1f0-458f-b181-3768eab01473) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:51 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-412fd988-093a-4363-9cdd-22f34140e928 tempest-UserMessagesTest-1584936032 None] Flow 'volume_create_scheduler' (a87edaab-8cb8-4876-9bec-fdf61dce495f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:57 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb tempest-VolumePoolsAdminTestsJSON-2101626585 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb tempest-VolumePoolsAdminTestsJSON-2101626585 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 48, 74444)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3527fc19-9eba-4263-830b-98c4dfc3fdfb tempest-VolumePoolsAdminTestsJSON-2101626585 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:57 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-b7daefb1-315d-4888-af99-bbe9f70769af tempest-VolumePoolsAdminTestsJSON-2101626585 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:43:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b7daefb1-315d-4888-af99-bbe9f70769af tempest-VolumePoolsAdminTestsJSON-2101626585 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 48, 74444)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:43:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b7daefb1-315d-4888-af99-bbe9f70769af tempest-VolumePoolsAdminTestsJSON-2101626585 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_scheduler' (30520d77-2981-4614-a2f0-ef4fbcacffff) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (76da93b3-9f7c-4259-89ef-51317e5476db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (76da93b3-9f7c-4259-89ef-51317e5476db) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(e4796ce4-e958-4bb9-84f8-1ffd68e226fb),volume_id=e4796ce4-e958-4bb9-84f8-1ffd68e226fb,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7092d0a5-b867-4835-99d5-d6e6e117fc84) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 48, 74444)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (e4796ce4-e958-4bb9-84f8-1ffd68e226fb) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (e4796ce4-e958-4bb9-84f8-1ffd68e226fb) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:48.074444 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:48.074444] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:03.491644 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7092d0a5-b867-4835-99d5-d6e6e117fc84) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_scheduler' (30520d77-2981-4614-a2f0-ef4fbcacffff) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_scheduler' (85c30459-074f-4354-8cde-2ab7522253cc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1f621efc-d7cc-4dde-84f3-ff4384485646) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (1f621efc-d7cc-4dde-84f3-ff4384485646) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb),volume_id=b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (051f2225-7caa-4a5f-88c0-0478141c0a8f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 5, 449199)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:05.449199 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:05.449199] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:05.848117 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (051f2225-7caa-4a5f-88c0-0478141c0a8f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_scheduler' (85c30459-074f-4354-8cde-2ab7522253cc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Flow 'volume_create_scheduler' (d558ba3b-f33b-41a8-91f2-19a015d071d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (84d89b14-aa5c-48ae-8a90-3eef930a200c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (84d89b14-aa5c-48ae-8a90-3eef930a200c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(4c8a0bfa-138c-43ee-8094-86a8c5439fe7),volume_id=4c8a0bfa-138c-43ee-8094-86a8c5439fe7,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (5fbc3be9-403e-4ac0-86a6-d3027e586385) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 8, 830550)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (4c8a0bfa-138c-43ee-8094-86a8c5439fe7) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (4c8a0bfa-138c-43ee-8094-86a8c5439fe7) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:08.830550 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:08.830550] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:12.144119 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (5fbc3be9-403e-4ac0-86a6-d3027e586385) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Flow 'volume_create_scheduler' (d558ba3b-f33b-41a8-91f2-19a015d071d7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Flow 'volume_create_scheduler' (a546c9dd-4258-4377-874c-0e87cd5f11e6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (62bf49a5-3d70-4495-8c88-c976e51b8a3d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (62bf49a5-3d70-4495-8c88-c976e51b8a3d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(d9b14fa7-ef9f-4b65-be11-e58dc2fe117f),volume_id=d9b14fa7-ef9f-4b65-be11-e58dc2fe117f,volume_properties=VolumeProperties,volume_type=VolumeType(9da094d7-d8f6-427c-a273-5f8609d17ee6))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e5cbf4d5-c632-4853-b42b-dca5967999c9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 14, 428065)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d9b14fa7-ef9f-4b65-be11-e58dc2fe117f) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d9b14fa7-ef9f-4b65-be11-e58dc2fe117f) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:14.428065 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:14.428065] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:17.050541 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (e5cbf4d5-c632-4853-b42b-dca5967999c9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Flow 'volume_create_scheduler' (a546c9dd-4258-4377-874c-0e87cd5f11e6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 14, 428065)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d9b14fa7-ef9f-4b65-be11-e58dc2fe117f) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:17.050541] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:18 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 19, 55353)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 19, 55353)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:44:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 20, 479948)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 20, 479948)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Flow 'volume_create_scheduler' (e14b67d0-3ab1-4d8e-8ed1-8d9b97f3cc9b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8cb1ca00-8f65-4783-bf29-5308359729ab) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8cb1ca00-8f65-4783-bf29-5308359729ab) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(5424f8a8-25ef-4ce6-ae97-8d1259e5e18e),volume_id=5424f8a8-25ef-4ce6-ae97-8d1259e5e18e,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (77c4061b-034f-47e8-a88a-0fedc01b435c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 20, 476635)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 43, 28, 598518)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (5424f8a8-25ef-4ce6-ae97-8d1259e5e18e) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (5424f8a8-25ef-4ce6-ae97-8d1259e5e18e) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:20.476635 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:43:28.598518 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:20.476635] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:23.023933 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (77c4061b-034f-47e8-a88a-0fedc01b435c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Flow 'volume_create_scheduler' (e14b67d0-3ab1-4d8e-8ed1-8d9b97f3cc9b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-56ac5b17-9dec-4ec0-a4bb-d6a37c2a6a72 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Flow 'volume_create_scheduler' (d4dd8646-859c-4472-a3c2-6ed0f92d9f62) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (9bd5e18d-9e0a-4238-a964-9bd6e61f8017) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (9bd5e18d-9e0a-4238-a964-9bd6e61f8017) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(32f6a277-33e7-4678-accf-66412c7dacb7),volume_id=32f6a277-33e7-4678-accf-66412c7dacb7,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (290eab29-da34-4d7f-ad27-7a1cdba1aea4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 25, 51284)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (32f6a277-33e7-4678-accf-66412c7dacb7) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (32f6a277-33e7-4678-accf-66412c7dacb7) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:25.051284 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:25.051284] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:29.760957 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (290eab29-da34-4d7f-ad27-7a1cdba1aea4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Flow 'volume_create_scheduler' (d4dd8646-859c-4472-a3c2-6ed0f92d9f62) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 25, 51284)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:29.760957 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:29.760957] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:30 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:30.918501 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7991bfb9-5298-4802-b04d-645d6d17d532 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7991bfb9-5298-4802-b04d-645d6d17d532 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 34, 22300)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 34, 22300)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:44:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 34, 251382)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 34, 251382)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Flow 'volume_create_scheduler' (11b0bfea-a990-4fb8-9bf9-956963848ab9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (241a5adf-44f1-4a5f-b52e-11124699f834) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (241a5adf-44f1-4a5f-b52e-11124699f834) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(d5b77036-d3ec-44f1-917e-695c6689f7f8),volume_id=d5b77036-d3ec-44f1-917e-695c6689f7f8,volume_properties=VolumeProperties,volume_type=VolumeType(7363a44f-a40e-4fd7-a996-d95c6c177d7f))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (385d93d3-7bea-4bec-b0e1-46b16c7a20cc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 34, 248623)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d5b77036-d3ec-44f1-917e-695c6689f7f8) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d5b77036-d3ec-44f1-917e-695c6689f7f8) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:34.248623 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:34.248623] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:37.160132 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (385d93d3-7bea-4bec-b0e1-46b16c7a20cc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Flow 'volume_create_scheduler' (11b0bfea-a990-4fb8-9bf9-956963848ab9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Flow 'volume_create_scheduler' (bb0f38fb-00f9-4c64-9e77-c3f8107c6caf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a74a8a21-4674-4909-9679-d067be955c98) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (a74a8a21-4674-4909-9679-d067be955c98) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(a5ffdf63-bc83-43fa-88c6-9525371cbbb4),volume_id=a5ffdf63-bc83-43fa-88c6-9525371cbbb4,volume_properties=VolumeProperties,volume_type=VolumeType(7b194180-1c42-4ca3-95af-8faea399bf47))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ce7d6b39-0379-43ce-8d9d-56d318c8f2a9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 39, 418142)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (a5ffdf63-bc83-43fa-88c6-9525371cbbb4) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (a5ffdf63-bc83-43fa-88c6-9525371cbbb4) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:39.418142 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:39.418142] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:42.324206 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ce7d6b39-0379-43ce-8d9d-56d318c8f2a9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Flow 'volume_create_scheduler' (bb0f38fb-00f9-4c64-9e77-c3f8107c6caf) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 39, 418142)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (a5ffdf63-bc83-43fa-88c6-9525371cbbb4) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:42.324206] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:44 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:44 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 44, 172956)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 44, 172956)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:44:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:44:45 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 45, 536620)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 44, 45, 536620)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:44:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-8661e937-34ff-48f4-9d6e-82cc44ba77be None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_scheduler' (6ac90ea0-23b4-46d5-a571-a29c2c36e5cc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (3682bbf5-8088-49ea-8881-96798721e20d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (3682bbf5-8088-49ea-8881-96798721e20d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(c85e4afa-79be-4ff4-a3e7-ed30a719f6e6),volume_id=c85e4afa-79be-4ff4-a3e7-ed30a719f6e6,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (521da473-eadc-4165-a764-3e432ccc36bb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 45, 532913)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (c85e4afa-79be-4ff4-a3e7-ed30a719f6e6) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (c85e4afa-79be-4ff4-a3e7-ed30a719f6e6) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:45.532913 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:45.532913] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:55.556703 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (521da473-eadc-4165-a764-3e432ccc36bb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_scheduler' (6ac90ea0-23b4-46d5-a571-a29c2c36e5cc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_scheduler' (30574f0c-50b3-498a-8048-56ddb8bd7012) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8cc8c796-faa1-4773-9737-e31c4fc7fa26) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8cc8c796-faa1-4773-9737-e31c4fc7fa26) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(20b495d5-e845-4b96-88ef-d6dbc8333f76),volume_id=20b495d5-e845-4b96-88ef-d6dbc8333f76,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7a0bc506-8a7f-4a7a-8455-5c6c1d69a140) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 45, 532913)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (20b495d5-e845-4b96-88ef-d6dbc8333f76) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (20b495d5-e845-4b96-88ef-d6dbc8333f76) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:55.556703 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:55.556703] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:56.802353 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (7a0bc506-8a7f-4a7a-8455-5c6c1d69a140) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_scheduler' (30574f0c-50b3-498a-8048-56ddb8bd7012) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_scheduler' (d0255f06-0755-4f05-9d49-a7936970030d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c18e0792-ba49-4244-879e-41f7f41fb833) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c18e0792-ba49-4244-879e-41f7f41fb833) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(b53dd0ff-e88f-402d-8b7f-f90ef7ec495e),volume_id=b53dd0ff-e88f-402d-8b7f-f90ef7ec495e,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (11b47638-44bd-49e7-ad6d-c7098db0b8a2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 45, 532913)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (b53dd0ff-e88f-402d-8b7f-f90ef7ec495e) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (b53dd0ff-e88f-402d-8b7f-f90ef7ec495e) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:56.802353 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:56.802353] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 64842.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:58.044224 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (11b47638-44bd-49e7-ad6d-c7098db0b8a2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_scheduler' (d0255f06-0755-4f05-9d49-a7936970030d) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Flow 'volume_create_scheduler' (e4435598-5c3f-4197-bb5a-e2cac263a6f4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (57260b06-7ac1-4317-b6c1-9dac2a830e38) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (57260b06-7ac1-4317-b6c1-9dac2a830e38) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(0e68b503-9ce3-49f9-8bc1-3505ec488499),volume_id=0e68b503-9ce3-49f9-8bc1-3505ec488499,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ad200288-6d97-4367-a0fc-278b5eb5f0af) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 45, 532913)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (0e68b503-9ce3-49f9-8bc1-3505ec488499) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (0e68b503-9ce3-49f9-8bc1-3505ec488499) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2883, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 64841.0, 'virtual_free_capacity': 64841.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:58.044224 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64841.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:58.044224] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Weigher CapacityWeigher returned, weigher value is {max: 64841.0, min: 64841.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2882, total_capacity_gb: 3331, allocated_capacity_gb: 15, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:59.354644 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ad200288-6d97-4367-a0fc-278b5eb5f0af) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Flow 'volume_create_scheduler' (e4435598-5c3f-4197-bb5a-e2cac263a6f4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 13, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3335.0, 'free': 2886.0, 'allocated': 13.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 1, 731026)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3335.0, 'free': 2886.0, 'allocated': 13.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 1, 731026)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:45:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3335.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 1, 961390)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3335.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 1, 961390)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:45:02 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:02 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 2, 532629)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 2, 532629)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:45:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 3, 978609)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 3, 978609)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Flow 'volume_create_scheduler' (84962986-218e-4adf-b875-0b2ce0a39730) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (05797093-4e87-4164-b26c-64f9c69748c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (05797093-4e87-4164-b26c-64f9c69748c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(0b63a003-ed04-49ed-b62e-5a2c25575dec),volume_id=0b63a003-ed04-49ed-b62e-5a2c25575dec,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ff4c1f41-1a4c-4dca-9aae-0ece63aeeb25) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 3, 976285)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (0b63a003-ed04-49ed-b62e-5a2c25575dec) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (0b63a003-ed04-49ed-b62e-5a2c25575dec) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:03.976285 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:03.976285] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:08.070769 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ff4c1f41-1a4c-4dca-9aae-0ece63aeeb25) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Flow 'volume_create_scheduler' (84962986-218e-4adf-b875-0b2ce0a39730) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 3, 976285)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:08.070769 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:08.070769] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:09.217943 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Flow 'volume_create_scheduler' (b6d33762-4fc6-4ce6-9462-2a071928a572) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (96b0550c-3f80-43f0-b8d7-bf59536ba90d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (96b0550c-3f80-43f0-b8d7-bf59536ba90d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(b5c35df7-65d1-44c2-a238-07f648e98409),volume_id=b5c35df7-65d1-44c2-a238-07f648e98409,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f5e50a60-4a93-4706-b487-25250f9d08ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 12, 667607)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (b5c35df7-65d1-44c2-a238-07f648e98409) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (b5c35df7-65d1-44c2-a238-07f648e98409) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:12.667607 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:12.667607] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:15.590249 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f5e50a60-4a93-4706-b487-25250f9d08ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Flow 'volume_create_scheduler' (b6d33762-4fc6-4ce6-9462-2a071928a572) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_scheduler' (3800bb28-ccb2-49ef-9cdf-8f92a5dd77d4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (5ccd24c2-bdcb-463a-9c59-a6152a7f4890) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (5ccd24c2-bdcb-463a-9c59-a6152a7f4890) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(9d6ea83f-328f-490b-a2c0-9874c2e68335),volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ed690056-22dc-4126-98f3-d21569005d34) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 17, 606059)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (9d6ea83f-328f-490b-a2c0-9874c2e68335) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (9d6ea83f-328f-490b-a2c0-9874c2e68335) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:17.606059 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:17.606059] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:19.575622 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (ed690056-22dc-4126-98f3-d21569005d34) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_scheduler' (3800bb28-ccb2-49ef-9cdf-8f92a5dd77d4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 17, 606059)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:19.575622 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:19.575622] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:20.729378 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 17, 606059)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 44, 24, 52620)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:20.729378 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:44:24.052620, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:20.729378] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:21.883662 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-50855c84-dd0f-4671-8781-5f1b016dfef3 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_scheduler' (2373e95a-8ef1-411e-b40b-65481e784202) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c26b51fe-6b2a-4540-9540-40d9368b3719) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (c26b51fe-6b2a-4540-9540-40d9368b3719) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(2238dde4-6c7d-455e-83b6-201c8832f60d),volume_id=2238dde4-6c7d-455e-83b6-201c8832f60d,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (735d1b81-b2ca-4faa-bb6e-cb97ba2768ad) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 17, 606059)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (2238dde4-6c7d-455e-83b6-201c8832f60d) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (2238dde4-6c7d-455e-83b6-201c8832f60d) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2883, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 64841.0, 'virtual_free_capacity': 64841.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:21.883662 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64841.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:21.883662] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Weigher CapacityWeigher returned, weigher value is {max: 64841.0, min: 64841.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2882, total_capacity_gb: 3331, allocated_capacity_gb: 15, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.359555 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (735d1b81-b2ca-4faa-bb6e-cb97ba2768ad) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_scheduler' (2373e95a-8ef1-411e-b40b-65481e784202) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 24, 446900)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 24, 446900)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 439298)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.439298 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.439298] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:25.511769 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_scheduler' (96f2cfb5-7c9a-4701-a01e-a29c42fa9c65) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (e7356165-d4cf-4052-8f9f-935c8b63d500) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (e7356165-d4cf-4052-8f9f-935c8b63d500) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend='ubuntu@3par1#CI_CPG',snapshot_id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,source_replicaid=,source_volid=None,volume=Volume(c9403e52-920c-4a19-a256-ffea90ddc12b),volume_id=c9403e52-920c-4a19-a256-ffea90ddc12b,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (cbc61045-4945-480c-ad69-b3832c63f51b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 439298)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (c9403e52-920c-4a19-a256-ffea90ddc12b) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (c9403e52-920c-4a19-a256-ffea90ddc12b) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:25.511769 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:25.511769] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:26.750616 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (cbc61045-4945-480c-ad69-b3832c63f51b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_scheduler' (96f2cfb5-7c9a-4701-a01e-a29c42fa9c65) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 33, 239575)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 33, 239575)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:45:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-07598fc8-9677-417d-9252-adf4df535ef5 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-07598fc8-9677-417d-9252-adf4df535ef5 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 33, 984513)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 45, 33, 984513)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:45:34 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Flow 'volume_create_scheduler' (1e634f9e-fa82-4964-befd-4931bb60c690) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (ee88cf2e-0bb3-4149-b9e7-c5c89fbe5585) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (ee88cf2e-0bb3-4149-b9e7-c5c89fbe5585) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(9bdeaea8-11cd-47c4-ba20-a7a33e4362fd),volume_id=9bdeaea8-11cd-47c4-ba20-a7a33e4362fd,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c3a69e24-cbc5-45e5-89fe-ecd8820031fa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 34, 115712)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (9bdeaea8-11cd-47c4-ba20-a7a33e4362fd) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (9bdeaea8-11cd-47c4-ba20-a7a33e4362fd) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:34.115712 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:34.115712] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:35.728553 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c3a69e24-cbc5-45e5-89fe-ecd8820031fa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Flow 'volume_create_scheduler' (1e634f9e-fa82-4964-befd-4931bb60c690) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_scheduler' (6a589ab6-318d-43ac-818e-8b17916be5a1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8b9b903d-cbc9-45e3-b0d7-30e7b091e1e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8b9b903d-cbc9-45e3-b0d7-30e7b091e1e0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(1575ff39-6f71-49ed-88cc-3ed5febaabd8),volume_id=1575ff39-6f71-49ed-88cc-3ed5febaabd8,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (527a76cb-727b-433a-8745-026249c37468) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 38, 85030)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (1575ff39-6f71-49ed-88cc-3ed5febaabd8) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (1575ff39-6f71-49ed-88cc-3ed5febaabd8) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:38.085030 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:38.085030] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:40.253577 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (527a76cb-727b-433a-8745-026249c37468) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_scheduler' (6a589ab6-318d-43ac-818e-8b17916be5a1) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_scheduler' (562d4944-38e8-4ec8-ba84-4cbbb5d694e4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (93e1a649-bdc4-4ef2-b690-cb6fddd6dd17) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (93e1a649-bdc4-4ef2-b690-cb6fddd6dd17) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(ac204d92-ac54-4039-8f38-8141165fa623),volume_id=ac204d92-ac54-4039-8f38-8141165fa623,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (6e51720b-86ca-45a8-a906-f286b4e9e988) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 43, 225363)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (ac204d92-ac54-4039-8f38-8141165fa623) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (ac204d92-ac54-4039-8f38-8141165fa623) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:43.225363 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:43.225363] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:43.671624 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (6e51720b-86ca-45a8-a906-f286b4e9e988) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_scheduler' (562d4944-38e8-4ec8-ba84-4cbbb5d694e4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:46 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_scheduler' (323f9f88-f613-4b86-9325-ffc6870eace3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8631d931-a21f-4e38-9bf7-f17c38f44ac2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8631d931-a21f-4e38-9bf7-f17c38f44ac2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(59df1d63-c44d-42a4-ba2b-264e262596e4),volume_id=59df1d63-c44d-42a4-ba2b-264e262596e4,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d1b193ab-6758-4994-8e88-a161fe1a3639) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 46, 183133)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (59df1d63-c44d-42a4-ba2b-264e262596e4) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (59df1d63-c44d-42a4-ba2b-264e262596e4) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:46.183133 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:46.183133] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:49.113381 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d1b193ab-6758-4994-8e88-a161fe1a3639) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_scheduler' (323f9f88-f613-4b86-9325-ffc6870eace3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-31b972e6-8d80-4b42-92ea-943be9411b52 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_scheduler' (4a6c8235-432b-4a49-83c0-f1a225cc971f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bf09d51a-c698-46e7-999d-4903652ce935) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (bf09d51a-c698-46e7-999d-4903652ce935) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(4a8ee810-ada7-44cc-a05f-359696f251e6),volume_id=4a8ee810-ada7-44cc-a05f-359696f251e6,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (422c006b-106e-4f7a-bc54-e7eb6f0adb38) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 52, 131290)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (4a8ee810-ada7-44cc-a05f-359696f251e6) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (4a8ee810-ada7-44cc-a05f-359696f251e6) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:52.131290 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:52.131290] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:52.558321 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (422c006b-106e-4f7a-bc54-e7eb6f0adb38) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_scheduler' (4a6c8235-432b-4a49-83c0-f1a225cc971f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:54 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_scheduler' (fc0707d0-f358-4343-811b-a944131db8e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6f9c00a9-5441-48f4-afed-51966b459539) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6f9c00a9-5441-48f4-afed-51966b459539) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(f78c0cdd-7123-49d9-802e-48d75504b470),volume_id=f78c0cdd-7123-49d9-802e-48d75504b470,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d30ffa87-733b-4772-aca9-cfe6fe3efffe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 54, 695488)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (f78c0cdd-7123-49d9-802e-48d75504b470) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (f78c0cdd-7123-49d9-802e-48d75504b470) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:54.695488 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:54.695488] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:58.030338 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d30ffa87-733b-4772-aca9-cfe6fe3efffe) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_scheduler' (fc0707d0-f358-4343-811b-a944131db8e3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:00 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_scheduler' (84c5e1f5-2c18-447d-a39b-3fc4d0a57a30) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (92092951-ec14-43da-a5ce-02d90c35304f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (92092951-ec14-43da-a5ce-02d90c35304f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(e894a356-4c8a-4086-ba97-6b0198656982),volume_id=e894a356-4c8a-4086-ba97-6b0198656982,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (17e5b599-dcf6-476d-9c70-76e4ded84a9e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 0, 972935)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (e894a356-4c8a-4086-ba97-6b0198656982) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (e894a356-4c8a-4086-ba97-6b0198656982) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:00.972935 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:00.972935] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:01.395738 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (17e5b599-dcf6-476d-9c70-76e4ded84a9e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_scheduler' (84c5e1f5-2c18-447d-a39b-3fc4d0a57a30) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:03 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_scheduler' (2090e976-0775-4ebb-a22a-ae31818f84ca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7d9188a2-a27a-4426-990e-e3fab0c6b773) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (7d9188a2-a27a-4426-990e-e3fab0c6b773) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(5e869307-44ee-49be-9dc6-a7bb4cc4dc22),volume_id=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (87ea1475-149d-4bc8-a53a-95d022ef652a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 3, 525249)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (5e869307-44ee-49be-9dc6-a7bb4cc4dc22) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (5e869307-44ee-49be-9dc6-a7bb4cc4dc22) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:03.525249 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:03.525249] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:06.172267 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (87ea1475-149d-4bc8-a53a-95d022ef652a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_scheduler' (2090e976-0775-4ebb-a22a-ae31818f84ca) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_scheduler' (7e58a476-b05d-4acb-a4c9-a5da0f619539) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (b3f1ca4f-793b-434a-80be-afa1f5329282) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (b3f1ca4f-793b-434a-80be-afa1f5329282) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend='ubuntu@3par1#CI_CPG',snapshot_id=None,source_replicaid=,source_volid=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,volume=Volume(95679694-ab52-4f37-a055-5fea86696445),volume_id=95679694-ab52-4f37-a055-5fea86696445,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c40686a3-8282-4c8e-9223-ea31dbc0c06c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 3, 525249)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (95679694-ab52-4f37-a055-5fea86696445) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (95679694-ab52-4f37-a055-5fea86696445) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:06.172267 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:06.172267] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:07.399204 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (c40686a3-8282-4c8e-9223-ea31dbc0c06c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_scheduler' (7e58a476-b05d-4acb-a4c9-a5da0f619539) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:09 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 9, 384701)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 9, 384701)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:10 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:10 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 10, 961167)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 10, 961167)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Flow 'volume_create_scheduler' (f7d103ee-bacd-4311-b037-540683f9a0af) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (79b197a6-6336-4576-9952-cc2bc27a42f2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (79b197a6-6336-4576-9952-cc2bc27a42f2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(ba898086-4d13-4461-a630-1785ae51dc1b),volume_id=ba898086-4d13-4461-a630-1785ae51dc1b,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fa755159-984d-4643-89cb-6d05fa0c1f3b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 10, 959424)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (ba898086-4d13-4461-a630-1785ae51dc1b) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (ba898086-4d13-4461-a630-1785ae51dc1b) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:10.959424 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:10.959424] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:12.082313 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (fa755159-984d-4643-89cb-6d05fa0c1f3b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Flow 'volume_create_scheduler' (f7d103ee-bacd-4311-b037-540683f9a0af) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:14 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (6cb2a902-6eac-41fa-a930-5b5a04b9fb3b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (47fe6dcb-ebb6-4b6b-a048-ebcc213feeec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (47fe6dcb-ebb6-4b6b-a048-ebcc213feeec) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5),volume_id=6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a6f395fd-08f5-4759-a3f8-de67e63af8ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 14, 95576)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:14.095576 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:14.095576] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:15.721847 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a6f395fd-08f5-4759-a3f8-de67e63af8ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (6cb2a902-6eac-41fa-a930-5b5a04b9fb3b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (1460b4e3-f8cd-4b66-8ee4-ffb0d57496f6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (41b7cc3d-84d9-4bba-b6d1-c1724c392172) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (41b7cc3d-84d9-4bba-b6d1-c1724c392172) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(794ff573-576d-49b7-9abc-0344f8b07835),volume_id=794ff573-576d-49b7-9abc-0344f8b07835,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f9a78a4c-7b1d-4fea-9a70-1c4bfcd41135) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 14, 95576)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (794ff573-576d-49b7-9abc-0344f8b07835) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (794ff573-576d-49b7-9abc-0344f8b07835) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:15.721847 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:15.721847] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:17.095728 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f9a78a4c-7b1d-4fea-9a70-1c4bfcd41135) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (1460b4e3-f8cd-4b66-8ee4-ffb0d57496f6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:19 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 19, 33917)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 19, 33917)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 20, 176330)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 20, 176330)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (45da2b0b-c587-4d55-8638-6f5744f09610) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (68454361-e20e-45ec-811c-040e77e77dd3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (68454361-e20e-45ec-811c-040e77e77dd3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(d4532e09-0672-4ece-88f2-df87884bb92c),volume_id=d4532e09-0672-4ece-88f2-df87884bb92c,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d5b5ea39-55fb-4b12-a017-7d60bd5a605c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 20, 172917)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d4532e09-0672-4ece-88f2-df87884bb92c) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d4532e09-0672-4ece-88f2-df87884bb92c) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:20.172917 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:20.172917] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:20.595747 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (d5b5ea39-55fb-4b12-a017-7d60bd5a605c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (45da2b0b-c587-4d55-8638-6f5744f09610) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (ff7d7bb4-fd4b-4f96-96f1-e6b433e40cf3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (fe5119d1-36f1-4489-94ff-c77bb5afe932) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (fe5119d1-36f1-4489-94ff-c77bb5afe932) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend='ubuntu@3par1#CI_CPG',snapshot_id=None,source_replicaid=,source_volid=d4532e09-0672-4ece-88f2-df87884bb92c,volume=Volume(9c5c6f96-138e-4f43-b1e2-0658c10f3f17),volume_id=9c5c6f96-138e-4f43-b1e2-0658c10f3f17,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f78f436f-4ed1-44a4-bba0-50bc50cbe594) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 20, 172917)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (9c5c6f96-138e-4f43-b1e2-0658c10f3f17) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (9c5c6f96-138e-4f43-b1e2-0658c10f3f17) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:20.595747 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:20.595747] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:21.844244 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f78f436f-4ed1-44a4-bba0-50bc50cbe594) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (ff7d7bb4-fd4b-4f96-96f1-e6b433e40cf3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (c3e560f6-b4a0-4550-9bb7-c375a675f4ba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8720614e-8ce1-4bf1-b60a-0fab0329302f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (8720614e-8ce1-4bf1-b60a-0fab0329302f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(d001f677-c0cb-434e-911d-4f580be7c446),volume_id=d001f677-c0cb-434e-911d-4f580be7c446,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (873682c3-df6f-4d40-a822-363cedfc11ad) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 20, 172917)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 45, 24, 215787)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (d001f677-c0cb-434e-911d-4f580be7c446) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (d001f677-c0cb-434e-911d-4f580be7c446) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:21.844244 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:45:24.215787 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:21.844244] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 64842.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:23.255200 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (873682c3-df6f-4d40-a822-363cedfc11ad) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_scheduler' (c3e560f6-b4a0-4550-9bb7-c375a675f4ba) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-25e3f953-6156-4c4d-bd8e-7ac7dc29e30d None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 13, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:25 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3335.0, 'free': 2886.0, 'allocated': 13.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 25, 249001)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3335.0, 'free': 2886.0, 'allocated': 13.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 25, 249001)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:26 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 26, 321601)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 26, 321601)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:28 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 28, 874897)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 28, 874897)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_scheduler' (c666faf8-079e-4188-ba4b-9e3ea7ebd92f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (65de5f7b-1784-4eb8-b8d7-48f60624b10f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (65de5f7b-1784-4eb8-b8d7-48f60624b10f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(a4c15baa-7954-4a95-89f2-cf0f93f15c7f),volume_id=a4c15baa-7954-4a95-89f2-cf0f93f15c7f,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a2bfe07c-1b84-4aee-8e5e-5e34e55a2a29) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 28, 873024)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (a4c15baa-7954-4a95-89f2-cf0f93f15c7f) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (a4c15baa-7954-4a95-89f2-cf0f93f15c7f) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:28.873024 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:28.873024] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:31.076415 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (a2bfe07c-1b84-4aee-8e5e-5e34e55a2a29) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_scheduler' (c666faf8-079e-4188-ba4b-9e3ea7ebd92f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_scheduler' (eab48da4-fe99-4c17-bbce-c8595ad5f2bd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (3ce37aae-5aa3-4886-87b1-ce1173436cc4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (3ce37aae-5aa3-4886-87b1-ce1173436cc4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(b1190a74-b5fa-4f6a-8fb9-55ebff5140d2),volume_id=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (9a19e77e-1475-4b69-9ede-036dcfac8251) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 28, 873024)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (b1190a74-b5fa-4f6a-8fb9-55ebff5140d2) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (b1190a74-b5fa-4f6a-8fb9-55ebff5140d2) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:31.076415 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:31.076415] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 64843.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:32.315466 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (9a19e77e-1475-4b69-9ede-036dcfac8251) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_scheduler' (eab48da4-fe99-4c17-bbce-c8595ad5f2bd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_scheduler' (94981cd6-5844-4af9-9cda-8342dbe9970e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6ef123a2-9c4e-4844-ab1e-fefad0bac911) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (6ef123a2-9c4e-4844-ab1e-fefad0bac911) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(5e79d5f8-4f9e-4c5a-b184-1345cba53a30),volume_id=5e79d5f8-4f9e-4c5a-b184-1345cba53a30,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2525d321-cb7f-4f28-84e7-8571e3f3c912) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 28, 873024)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (5e79d5f8-4f9e-4c5a-b184-1345cba53a30) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (5e79d5f8-4f9e-4c5a-b184-1345cba53a30) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:32.315466 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:32.315466] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 64842.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:33.538774 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (2525d321-cb7f-4f28-84e7-8571e3f3c912) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_scheduler' (94981cd6-5844-4af9-9cda-8342dbe9970e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-4eb3efa4-1d03-4dae-9a68-defa2a9d624c None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 14, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-4eb3efa4-1d03-4dae-9a68-defa2a9d624c None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3335.0, 'free': 2886.0, 'allocated': 14.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 33, 909812)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3335.0, 'free': 2886.0, 'allocated': 14.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 33, 909812)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 13, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:37 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3335.0, 'free': 2886.0, 'allocated': 13.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 37, 345382)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3335.0, 'free': 2886.0, 'allocated': 13.0, 'provisioned': 1776.0, 'virtual_free': 64924.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 37, 345382)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 12, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:38 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 38, 182349)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3333.0, 'free': 2886.0, 'allocated': 12.0, 'provisioned': 1776.0, 'virtual_free': 64884.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 38, 182349)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:39 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@3par1#CI_CPG', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 39, 340036)}, {'type': 'backend', 'name_to_id': 'ubuntu@3par1', 'total': 3331.0, 'free': 2886.0, 'allocated': 11.0, 'provisioned': 1776.0, 'virtual_free': 64844.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 46, 39, 340036)}]. {{(pid=115484) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Flow 'volume_create_scheduler' (4707bc0e-a039-42b4-93c4-39c0ae6eef8c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (90733958-8b31-41cd-ba8c-8c809e39c7ff) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (90733958-8b31-41cd-ba8c-8c809e39c7ff) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(556a5511-bd43-44ed-8c19-7bd590ea1c0f),volume_id=556a5511-bd43-44ed-8c19-7bd590ea1c0f,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (53705172-7ed4-4bc5-931d-52baf6eff24f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 39, 336362)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (556a5511-bd43-44ed-8c19-7bd590ea1c0f) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (556a5511-bd43-44ed-8c19-7bd590ea1c0f) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:39.336362 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:39.336362] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:40.821409 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (53705172-7ed4-4bc5-931d-52baf6eff24f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Flow 'volume_create_scheduler' (4707bc0e-a039-42b4-93c4-39c0ae6eef8c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:46 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Flow 'volume_create_scheduler' (e030f140-fe27-4a12-834a-307a3e4bfd38) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (85ae9f11-12fb-4934-9888-9613ee94ea77) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (85ae9f11-12fb-4934-9888-9613ee94ea77) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(732b6898-90cc-4314-92e4-e87cf1fe06f9),volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (df16f9f4-8679-4297-9282-e9d04aa2f6b4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 46, 110907)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (732b6898-90cc-4314-92e4-e87cf1fe06f9) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (732b6898-90cc-4314-92e4-e87cf1fe06f9) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:46.110907 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:46.110907] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:47.254076 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (df16f9f4-8679-4297-9282-e9d04aa2f6b4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Flow 'volume_create_scheduler' (e030f140-fe27-4a12-834a-307a3e4bfd38) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 46, 110907)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2885, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1777, 'calculated_free_capacity': 64843.0, 'virtual_free_capacity': 64843.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:47.254076 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64843.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2885, total_capacity_gb: 3331, allocated_capacity_gb: 12, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1777, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:47.254076] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Weigher CapacityWeigher returned, weigher value is {max: 64843.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:48 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:48.406913 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 46, 110907)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:48.406913 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:48.406913] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:49 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:49.565150 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dfc043f0-b02e-44a8-9a6d-ee71c132b848 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 46, 110907)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par2#SSD_r6 can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 1/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking if host ubuntu@3par1#CI_CPG can create a 1 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2883, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1779, 'calculated_free_capacity': 64841.0, 'virtual_free_capacity': 64841.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Checking provisioning for request of 1 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:49.565150 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 1/64841.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2883, total_capacity_gb: 3331, allocated_capacity_gb: 14, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1779, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:49.565150] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Weigher CapacityWeigher returned, weigher value is {max: 64841.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:50 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Consumed 1 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2882, total_capacity_gb: 3331, allocated_capacity_gb: 15, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:50.707724 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:56 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Flow 'volume_create_scheduler' (401f1c8a-c465-4dd9-9f00-290be071a29d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (762ca118-6c99-4ec2-9045-04570be68e6a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.scheduler.flows.create_volume.ExtractSchedulerSpecTask;volume:create' (762ca118-6c99-4ec2-9045-04570be68e6a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'request_spec': RequestSpec(CG_backend=,availability_zones=['nova'],backup_id=None,cgsnapshot_id=None,consistencygroup_id=None,group_backend=,group_id=None,image_id=None,operation=,resource_backend=,snapshot_id=None,source_replicaid=,source_volid=None,volume=Volume(03d7b1d0-30ff-4213-847d-4bcac182a9bc),volume_id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,volume_properties=VolumeProperties,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159))}' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f55c5f39-8a41-4579-a953-b867bdedd43d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG oslo_db.sqlalchemy.engines [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115484) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 56, 264067)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (03d7b1d0-30ff-4213-847d-4bcac182a9bc) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (03d7b1d0-30ff-4213-847d-4bcac182a9bc) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1776, 'calculated_free_capacity': 64844.0, 'virtual_free_capacity': 64844.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:56.264067 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/64844.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Volume type extra spec requirement "volume_backend_name=3par1" does not match reported capability "3par2" {{(pid=115484) _satisfies_extra_specs /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:86}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capabilities_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 fails resource_type extra_specs requirements {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capabilities_filter.py:100}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filter CapabilitiesFilter returned 1 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filtered [host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2886, total_capacity_gb: 3331, allocated_capacity_gb: 11, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1776, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:56.264067] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Weigher CapacityWeigher returned, weigher value is {max: 64844.0, min: 64844.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Choosing ubuntu@3par1#CI_CPG {{(pid=115484) _choose_top_backend /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:593}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:57.807144 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create' (f55c5f39-8a41-4579-a953-b867bdedd43d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115484) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Flow 'volume_create_scheduler' (401f1c8a-c465-4dd9-9f00-290be071a29d) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115484) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: WARNING cinder.scheduler.host_manager [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] volume service is down. (host: ubuntu@lvmdriver-1) +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Updating capabilities for ubuntu@3par1#CI_CPG: {'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True, 'volume_backend_name': '3par1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 56, 264067)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Updating capabilities for ubuntu@3par2#SSD_r6: {'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': '3par2', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Hewlett Packard Enterprise', 'driver_version': '4.0.9', 'timestamp': datetime.datetime(2025, 1, 14, 22, 46, 24, 687665)} {{(pid=115484) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Starting with 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:97}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filter AvailabilityZoneFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking if host ubuntu@3par2#SSD_r6 can create a 2 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Storage Capacity factors {'total_capacity': 2908.0, 'free_capacity': 2886, 'reserved_capacity': 0, 'total_reserved_available_capacity': 2908.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 58160.0, 'provisioned_capacity': 586, 'calculated_free_capacity': 57574.0, 'virtual_free_capacity': 57574.0, 'free_percent': 98.99, 'provisioned_ratio': 0.01, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Space information for volume creation on host ubuntu@3par2#SSD_r6 (requested / avail): 2/57574.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking if host ubuntu@3par1#CI_CPG can create a 2 GB volume (None) {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:57}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Storage Capacity factors {'total_capacity': 3331.0, 'free_capacity': 2884, 'reserved_capacity': 0, 'total_reserved_available_capacity': 3331.0, 'max_over_subscription_ratio': 20.0, 'total_available_capacity': 66620.0, 'provisioned_capacity': 1778, 'calculated_free_capacity': 64842.0, 'virtual_free_capacity': 64842.0, 'free_percent': 97.33, 'provisioned_ratio': 0.03, 'provisioned_type': 'thin'} {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:137}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Checking provisioning for request of 2 GB. Backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:57.807144 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:155}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filters.capacity_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Space information for volume creation on host ubuntu@3par1#CI_CPG (requested / avail): 2/64842.0 {{(pid=115484) backend_passes /opt/stack/cinder/cinder/scheduler/filters/capacity_filter.py:186}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filter CapacityFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_filter [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filter CapabilitiesFilter returned 2 host(s) {{(pid=115484) get_filtered_objects /opt/stack/cinder/cinder/scheduler/base_filter.py:125}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.filter_scheduler [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Filtered [host 'ubuntu@3par2#SSD_r6': free_capacity_gb: 2886, total_capacity_gb: 2908, allocated_capacity_gb: 0, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 586, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:24.687665, host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2884, total_capacity_gb: 3331, allocated_capacity_gb: 13, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1778, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:57.807144] {{(pid=115484) _get_weighted_candidates /opt/stack/cinder/cinder/scheduler/filter_scheduler.py:357}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.base_weight [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Weigher CapacityWeigher returned, weigher value is {max: 64842.0, min: 57574.0} {{(pid=115484) get_weighed_objects /opt/stack/cinder/cinder/scheduler/base_weight.py:154}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Weighed [WeighedHost [host: ubuntu@3par1#CI_CPG, weight: 1.0], WeighedHost [host: ubuntu@3par2#SSD_r6, weight: 0.0]] {{(pid=115484) get_weighed_backends /opt/stack/cinder/cinder/scheduler/host_manager.py:564}} +Jan 14 22:46:58 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Consumed 2 GB from backend: host 'ubuntu@3par1#CI_CPG': free_capacity_gb: 2882, total_capacity_gb: 3331, allocated_capacity_gb: 15, max_over_subscription_ratio: 20.0, reserved_percentage: 0, provisioned_capacity_gb: 1780, thin_provisioning_support: True, thick_provisioning_support: True, pools: {}, updated at: 2025-01-14 22:46:58.970867 {{(pid=115484) consume_from_volume /opt/stack/cinder/cinder/scheduler/host_manager.py:352}} +Jan 14 22:47:02 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:47:24 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-51257a3c-18f9-4deb-ac86-8b1ba82f9340 None None] Received volume service update from ubuntu@3par2: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 0, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:47:33 ubuntu cinder-scheduler[115484]: DEBUG cinder.scheduler.host_manager [None req-fa1ebf91-11f3-4356-b32a-ff090948b1a4 None None] Received volume service update from ubuntu@3par1: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0, 'allocated_capacity_gb': 11, 'cacheable': True}], 'filter_function': None, 'goodness_function': None} {{(pid=115484) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} diff --git a/new_logs/933675/c-vol.service b/new_logs/933675/c-vol.service index 470b3b4dd3..b90f04d17c 100755 --- a/new_logs/933675/c-vol.service +++ b/new_logs/933675/c-vol.service @@ -1,6378 +1,6397 @@ -Jan 03 20:31:06 ubuntu systemd[1]: Started Devstack devstack@c-vol.service. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=103013) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=103013) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=103013) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO dbcounter [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Registered counter for database cinder -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_db.sqlalchemy.engines [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=103013) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG dbcounter [-] [103013] Writer thread running {{(pid=103013) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO cinder.rpc [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO cinder.rpc [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_db.sqlalchemy.engines [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=103013) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO cinder.volume.manager [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Determined volume DB was empty at startup. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG cinder.volume.manager [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=103013) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO cinder.volume.manager [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Service not found for updating active_backend_id, assuming default for driver init. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: WARNING stevedore.named [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:08 ubuntu cinder-volume[103013]: WARNING castellan.key_manager [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:08 ubuntu cinder-volume[103013]: WARNING cinder.keymgr.conf_key_mgr [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG cinder.volume.drivers.lvm [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Attempting to initialize LVM driver with the following target_driver: cinder.volume.targets.lio.LioAdm {{(pid=103013) __init__ /opt/stack/cinder/cinder/volume/drivers/lvm.py:106}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.processutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Running cmd (subprocess): cinder-rtstool verify {{(pid=103013) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.processutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] CMD "cinder-rtstool verify" returned: 0 in 0.168s {{(pid=103013) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_db.sqlalchemy.engines [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=103013) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO cinder.rpc [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO cinder.rpc [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: WARNING stevedore.named [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:31:08 ubuntu cinder-volume[103013]: WARNING castellan.key_manager [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO cinder.volume.manager [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Image-volume cache enabled for host ubuntu@lvmdriver-1. -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_db.sqlalchemy.engines [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=103013) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: INFO oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Starting 1 workers -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Started child 103202 {{(pid=103013) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Full set of CONF: {{(pid=103013) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] ******************************************************************************** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Configuration options gathered from: {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] ================================================================================ {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] allow_availability_zone_fallback = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] allow_compression_on_image_upload = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] allowed_direct_url_schemes = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] api_rate_limit = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103202]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] auth_strategy = keystone {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] az_cache_duration = 3600 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_availability_zone = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_host = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_stats_polling_interval = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backup_api_class = cinder.backup.api.API {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backup_name_template = backup-%s {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backup_use_same_host = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backup_use_temp_snapshot = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] chap_password = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] chap_username = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cloned_volume_same_az = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cluster = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] compression_format = gzip {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] compute_api_class = cinder.compute.nova.API {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] config_dir = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] config_source = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] control_exchange = openstack {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] debug = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] default_availability_zone = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] default_group_type = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] default_volume_type = lvmdriver-1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] driver_client_cert = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] driver_client_cert_key = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] driver_data_namespace = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] driver_ssl_cert_path = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] driver_ssl_cert_verify = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] driver_use_ssl = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] enable_force_upload = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] enable_new_services = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] enable_unsupported_driver = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] enabled_backends = ['lvmdriver-1'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] enforce_multipath_for_image_xfer = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] filter_function = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_api_insecure = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_api_ssl_compression = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_ca_certificates_file = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_catalog_info = image:glance:publicURL {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_certfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_keyfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_num_retries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] glance_request_timeout = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] goodness_function = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] graceful_shutdown_timeout = 5 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] group_api_class = cinder.group.api.API {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] host = ubuntu {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_compress_on_upload = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_conversion_address_space_limit = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_conversion_cpu_limit = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_conversion_disable = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_upload_use_cinder_backend = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_upload_use_internal_tenant = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_volume_cache_enabled = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_volume_cache_max_count = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] image_volume_cache_max_size_gb = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] init_host_max_objects_retrieval = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] instance_format = [instance: %(uuid)s] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] iscsi_iotype = fileio {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] iscsi_target_flags = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] iscsi_write_cache = on {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] iser_helper = tgtadm {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] iser_ip_address = 10.201.9.223 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] iser_port = 3260 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_color = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_config_append = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_dir = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_file = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_options = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103202]: INFO cinder.volume.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Starting volume driver LVMVolumeDriver (3.0.0) -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_rotate_interval = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_rotate_interval_type = days {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] log_rotation_type = none {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] max_age = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] max_logfile_count = 30 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] max_logfile_size_mb = 200 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] max_over_subscription_ratio = 20.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] message_reap_interval = 86400 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] message_ttl = 2592000 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] migration_create_volume_timeout_secs = 300 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] monkey_patch = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] monkey_patch_modules = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] my_ip = 10.201.9.223 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] no_snapshot_gb_quota = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] num_iser_scan_tries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] num_shell_tries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] num_volume_device_scan_tries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] nvmeof_conn_info_version = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] nvmet_ns_id = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] nvmet_port_id = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] osapi_max_limit = 1000 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] osapi_volume_ext_list = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] osapi_volume_listen = 0.0.0.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] osapi_volume_listen_port = 8776 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] osapi_volume_use_ssl = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] osapi_volume_workers = 2 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] per_volume_size_limit = -1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] periodic_fuzzy_delay = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] periodic_interval = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] project_id_regex = [0-9a-f\-]+ {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] public_endpoint = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] publish_errors = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] quota_backup_gigabytes = 1000 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] quota_backups = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] quota_gigabytes = 1000 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] quota_groups = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] quota_snapshots = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] quota_volumes = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] rate_limit_burst = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] rate_limit_except_level = CRITICAL {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] rate_limit_interval = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] reinit_driver_count = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] replication_device = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] report_discard_supported = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] report_interval = 120 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] reservation_clean_interval = 86400 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] reservation_expire = 86400 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] reserved_image_namespaces = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] reserved_percentage = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] rpc_response_timeout = 120 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] run_external_periodic_tasks = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] scst_target_driver = iscsi {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] scst_target_iqn_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_down_time = 720 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] shell_completion = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] snapshot_name_template = snapshot-%s {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] snapshot_same_host = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] split_loggers = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] state_path = /opt/stack/data/cinder {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] storage_availability_zone = nova {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] storage_protocol = iSCSI {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] syslog_log_facility = LOG_USER {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] target_helper = lioadm {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] target_ip_address = 10.201.9.223 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] target_port = 3260 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] target_protocol = iscsi {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] target_secondary_ip_addresses = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] trace_flags = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] transfer_api_class = cinder.transfer.api.API {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] transport_url = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] until_refresh = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_chap_auth = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_default_quota_class = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_eventlog = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_journal = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_json = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_multipath_for_image_xfer = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_stderr = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] use_syslog = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] verify_glance_signatures = enabled {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_api_class = cinder.volume.api.API {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_backend_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_clear = zero {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_clear_ionice = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_clear_size = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_copy_bps_limit = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_dd_blocksize = 1M {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_name_template = volume-%s {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_service_inithost_offload = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volume_usage_audit_period = month {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] watch_log_file = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] zoning_mode = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] os_brick.lock_path = /opt/stack/data/cinder {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_concurrency.disable_process_locking = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.******_password = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.******_token = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.******_user = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_******_prefix = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_port = 35357 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_protocol = https {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_section = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_type = password {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_uri = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.auth_version = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.cache = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.certfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.delay_auth_decision = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.http_connect_timeout = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.identity_uri = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.include_service_catalog = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.insecure = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.interface = public {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.keyfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.region_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.service_token_roles_required = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.service_type = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.token_cache_time = 300 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.backend = dogpile.cache.null {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.backend_argument = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.backend_expiration_time = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.config_prefix = cache.oslo {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.dead_timeout = 60.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.debug_cache_backend = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.enable_retry_client = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.enable_socket_keepalive = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.enabled = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.enforce_fips_mode = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.expiration_time = 600 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.hashclient_retry_attempts = 2 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.hashclient_retry_delay = 1.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_dead_retry = 300 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.041s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_password = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_pool_maxsize = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_sasl_enabled = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_socket_timeout = 1.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.memcache_username = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.proxies = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.redis_db = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.redis_password = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.redis_sentinel_service_name = mymaster {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.redis_server = localhost:6379 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.redis_socket_timeout = 1.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.redis_username = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.retry_attempts = 2 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.retry_delay = 0.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.socket_keepalive_count = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.socket_keepalive_idle = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.socket_keepalive_interval = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.tls_allowed_ciphers = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.tls_cafile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.tls_certfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.tls_enabled = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cache.tls_keyfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] coordination.backend_url = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.asyncio_connection = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.asyncio_slave_connection = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.backend = sqlalchemy {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.connection = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:08 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.connection_debug = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.connection_parameters = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.connection_recycle_time = 3600 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.connection_trace = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.db_inc_retry_interval = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.db_max_retries = 20 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.db_max_retry_interval = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.db_retry_interval = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.max_overflow = 50 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.max_pool_size = 5 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.max_retries = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.mysql_wsrep_sync_wait = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.pool_timeout = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.retry_interval = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.slave_connection = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.sqlite_synchronous = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] database.use_db_reconnect = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.connection_string = messaging:// {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.enabled = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.es_doc_type = notification {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.es_scroll_size = 10000 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.es_scroll_time = 2m {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.filter_error_trace = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.hmac_keys = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.sentinel_service_name = mymaster {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.socket_timeout = 0.1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.trace_requests = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler.trace_sqlalchemy = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler_jaeger.process_tags = {} {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler_jaeger.service_name_prefix = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] profiler_otlp.service_name_prefix = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.enforce_new_defaults = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: WARNING oslo_config.cfg [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.enforce_scope = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.policy_default_rule = default {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.policy_file = policy.yaml {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_policy.remote_timeout = 60.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] privsep_osbrick.capabilities = [21] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] privsep_osbrick.group = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] privsep_osbrick.helper_command = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] privsep_osbrick.user = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_sys_******.group = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_sys_******.helper_command = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] cinder_sys_******.user = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.auth_section = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.auth_type = password {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.cafile = /opt/stack/data/ca-bundle.pem {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.certfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.collect_timing = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.insecure = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.keyfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.send_service_user_token = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.split_loggers = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] service_user.timeout = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.backend_availability_zone = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.backend_native_threads_pool_size = 20 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.backup_use_temp_snapshot = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.chap_password = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.chap_username = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.driver_client_cert = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.driver_client_cert_key = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.driver_data_namespace = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.driver_use_ssl = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.enable_unsupported_driver = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.extra_capabilities = {} {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.filter_function = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.goodness_function = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.iscsi_iotype = fileio {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.iscsi_target_flags = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.iscsi_write_cache = on {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.iser_helper = tgtadm {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.iser_port = 3260 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.lvm_conf_file = /etc/cinder/lvm.conf {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.lvm_mirrors = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.lvm_share_target = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.lvm_suppress_fd_warnings = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.lvm_type = auto {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.num_shell_tries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.nvmet_port_id = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.replication_device = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.report_discard_supported = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.reserved_percentage = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.scst_target_driver = iscsi {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.scst_target_iqn_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.storage_protocol = iSCSI {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.suppress_requests_ssl_warnings = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.033s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.target_helper = tgtadm {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.target_port = 3260 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.target_protocol = iscsi {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.trace_flags = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.unique_fqdn_network = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.use_chap_auth = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_backend_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_clear = zero {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_clear_ionice = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_clear_size = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volume_group = cinder-volumes {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_reports.file_event_handler = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_reports.log_dir = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.backend_availability_zone = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.backend_host = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.backend_native_threads_pool_size = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.backup_use_temp_snapshot = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.chap_password = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.chap_username = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.chiscsi_conf = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.driver_client_cert = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.driver_client_cert_key = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.driver_data_namespace = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.driver_ssl_cert_path = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.driver_ssl_cert_verify = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.driver_use_ssl = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.enable_unsupported_driver = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.enforce_multipath_for_image_xfer = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.extra_capabilities = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.filter_function = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.goodness_function = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.image_upload_use_cinder_backend = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.image_upload_use_internal_tenant = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.image_volume_cache_enabled = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.image_volume_cache_max_count = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.image_volume_cache_max_size_gb = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.iscsi_iotype = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.iscsi_target_flags = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.iscsi_write_cache = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.iser_helper = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.iser_ip_address = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.iser_port = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.iser_target_prefix = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.lvm_conf_file = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.lvm_mirrors = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.lvm_share_target = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.lvm_suppress_fd_warnings = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.lvm_type = auto {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.max_over_subscription_ratio = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.num_iser_scan_tries = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.num_shell_tries = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.num_volume_device_scan_tries = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.nvmeof_conn_info_version = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.nvmet_ns_id = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.nvmet_port_id = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.replication_device = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.report_discard_supported = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.reserved_percentage = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.scst_target_driver = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.scst_target_iqn_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.storage_protocol = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.suppress_requests_ssl_warnings = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.target_helper = lioadm {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.target_ip_address = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.target_port = 3260 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.target_prefix = iqn.2010-10.org.openstack: {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.target_protocol = iscsi {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.target_secondary_ip_addresses = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.trace_flags = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.unique_fqdn_network = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.use_chap_auth = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.use_multipath_for_image_xfer = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_backend_name = lvmdriver-1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_clear = zero {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_clear_ionice = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_clear_size = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_copy_blkio_cgroup_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_copy_bps_limit = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_dd_blocksize = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volume_group = stack-volumes-lvmdriver-1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] lvmdriver-1.volumes_dir = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.processname = cinder-volume {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.ssl = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.ssl_version = {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_notifications.driver = [] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_notifications.retry = -1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] oslo_messaging_notifications.transport_url = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] key_manager.backend = cinder.keymgr.conf_key_mgr.ConfKeyManager {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] key_manager.fixed_key = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.barbican_api_version = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.barbican_endpoint = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.barbican_endpoint_type = public {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.barbican_region_name = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.cafile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.certfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.029s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.collect_timing = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.insecure = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.keyfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.number_of_retries = 60 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.retry_delay = 1 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.send_service_user_token = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.split_loggers = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.timeout = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.verify_ssl = True {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican.verify_ssl_path = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.auth_section = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.auth_type = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.cafile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.certfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.collect_timing = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.insecure = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.keyfile = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.split_loggers = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] barbican_service_user.timeout = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.approle_role_id = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.approle_secret_id = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.kv_mountpoint = secret {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.kv_path = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.kv_version = 2 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.namespace = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.root_token_id = **** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.ssl_ca_crt_file = None {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.timeout = 60.0 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.use_ssl = False {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:09 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] ******************************************************************************** {{(pid=103013) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:31:09 ubuntu sudo[103206]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name stack-volumes-lvmdriver-1 -Jan 03 20:31:09 ubuntu sudo[103206]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:09 ubuntu sudo[103206]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name stack-volumes-lvmdriver-1" returned: 0 in 0.437s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:09 ubuntu sudo[103403]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:09 ubuntu sudo[103403]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:09 ubuntu sudo[103403]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 5 in 0.385s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] 'sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool' failed. Not Retrying. {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:472}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: INFO cinder.brick.local_dev.lvm [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Logical Volume not found when querying LVM info. (vg_name=stack-volumes-lvmdriver-1, lv_name=stack-volumes-lvmdriver-1-pool -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.018s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:09 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:09 ubuntu sudo[103644]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:31:09 ubuntu sudo[103644]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:10 ubuntu sudo[103644]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:10 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.387s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:10 ubuntu cinder-volume[103202]: DEBUG cinder.brick.local_dev.lvm [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Creating thin pool 'stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool' with size 28.5g of total 30.0g {{(pid=103202) create_thin_pool /opt/stack/cinder/cinder/brick/local_dev/lvm.py:550}} -Jan 03 20:31:10 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvcreate -T -L 28.5g stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:10 ubuntu sudo[103852]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvcreate -T -L 28.5g stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:10 ubuntu sudo[103852]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:11 ubuntu sudo[103852]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvcreate -T -L 28.5g stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.826s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.021s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf lvchange -a y --yes -K stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:11 ubuntu sudo[104110]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf lvchange -a y --yes -K stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:11 ubuntu sudo[104110]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:11 ubuntu sudo[104110]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf lvchange -a y --yes -K stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.377s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.034s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C pvs --noheadings --unit=g -o vg_name,name,size,free --separator | --nosuffix --ignoreskippedcluster {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:11 ubuntu sudo[104206]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C pvs --noheadings --unit=g -o vg_name,name,size,free --separator | --nosuffix --ignoreskippedcluster -Jan 03 20:31:11 ubuntu sudo[104206]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:11 ubuntu sudo[104206]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C pvs --noheadings --unit=g -o vg_name,name,size,free --separator | --nosuffix --ignoreskippedcluster" returned: 0 in 0.372s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:11 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:11 ubuntu sudo[104285]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:31:11 ubuntu sudo[104285]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:12 ubuntu sudo[104285]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:12 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.352s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:12 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:12 ubuntu sudo[104289]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:31:12 ubuntu sudo[104289]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:12 ubuntu sudo[104289]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:12 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.362s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:12 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:12 ubuntu sudo[104330]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:12 ubuntu sudo[104330]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:12 ubuntu sudo[104330]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:12 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.347s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:12 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:13 ubuntu sudo[104335]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:13 ubuntu sudo[104335]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:13 ubuntu sudo[104335]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.344s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.016s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:13 ubuntu sudo[104340]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:13 ubuntu sudo[104340]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:13 ubuntu sudo[104340]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.311s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:13 ubuntu cinder-volume[103202]: INFO cinder.volume.drivers.lvm [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Enabling LVM thin provisioning by default because a thin pool exists. -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.010s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:13 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:13 ubuntu sudo[104454]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:13 ubuntu sudo[104454]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:14 ubuntu sudo[104454]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:14 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.335s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:14 ubuntu cinder-volume[103202]: DEBUG cinder.volume.drivers.lvm [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Updating volume stats {{(pid=103202) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} -Jan 03 20:31:14 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:14 ubuntu sudo[104559]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:31:14 ubuntu sudo[104559]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:14 ubuntu sudo[104559]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:14 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.347s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:14 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:14 ubuntu sudo[104562]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:14 ubuntu sudo[104562]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:14 ubuntu sudo[104562]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:14 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.365s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:14 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:14 ubuntu sudo[104565]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:14 ubuntu sudo[104565]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:15 ubuntu sudo[104565]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.367s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:15 ubuntu sudo[104568]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:15 ubuntu sudo[104568]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:15 ubuntu sudo[104568]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.343s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: INFO cinder.volume.driver [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Driver hasn't implemented _init_vendor_properties() -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG cinder.volume.driver [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Initialized capabilities list: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up'}], 'shared_targets': False, 'sparse_copy_volume': True, 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}}}. {{(pid=103202) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG oslo_db.sqlalchemy.engines [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=103202) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG dbcounter [-] [103202] Writer thread running {{(pid=103202) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG cinder.db.sqlalchemy.api [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Building query based on filter {{(pid=103202) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG cinder.image.image_utils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=103202) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: INFO cinder.keymgr.migration [None req-0e981695-17fd-4c9d-bee8-997c2979225f None None] Not migrating encryption keys because the ConfKeyManager is still in use. -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG cinder.volume.drivers.lvm [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Updating volume stats {{(pid=103202) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:15 ubuntu sudo[104572]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:31:15 ubuntu sudo[104572]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:15 ubuntu sudo[104572]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.362s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:15 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:15 ubuntu sudo[104575]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:15 ubuntu sudo[104575]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:16 ubuntu sudo[104575]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.341s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:16 ubuntu sudo[104578]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:16 ubuntu sudo[104578]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:16 ubuntu sudo[104578]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.368s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:16 ubuntu sudo[104650]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:16 ubuntu sudo[104650]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:16 ubuntu sudo[104650]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.322s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG cinder.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Notifying Schedulers of capabilities ... {{(pid=103202) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:31:16 ubuntu cinder-volume[103202]: INFO cinder.volume.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Driver initialization completed successfully. -Jan 03 20:31:16 ubuntu cinder-volume[103202]: INFO cinder.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Initiating service 3 cleanup -Jan 03 20:31:16 ubuntu cinder-volume[103202]: INFO cinder.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Service 3 cleanup completed. -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG cinder.service [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Creating RPC server for service cinder-volume {{(pid=103202) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:31:16 ubuntu cinder-volume[103202]: DEBUG cinder.service [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=103202) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:31:17 ubuntu cinder-volume[103202]: INFO cinder.volume.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Initializing RPC dependent components of volume driver LVMVolumeDriver (3.0.0) -Jan 03 20:31:17 ubuntu cinder-volume[103202]: DEBUG cinder.volume.drivers.lvm [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Updating volume stats {{(pid=103202) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} -Jan 03 20:31:17 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:17 ubuntu sudo[104843]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:31:17 ubuntu sudo[104843]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:17 ubuntu sudo[104843]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:17 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.354s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:17 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:17 ubuntu sudo[104848]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:17 ubuntu sudo[104848]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:17 ubuntu sudo[104848]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:17 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.330s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:17 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:17 ubuntu sudo[104851]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:31:17 ubuntu sudo[104851]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:18 ubuntu sudo[104851]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:18 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.365s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:18 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:18 ubuntu sudo[104854]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:18 ubuntu sudo[104854]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:18 ubuntu sudo[104854]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:18 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.378s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:18 ubuntu cinder-volume[103202]: INFO cinder.volume.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Driver post RPC initialization completed successfully. -Jan 03 20:31:18 ubuntu cinder-volume[103013]: DEBUG dbcounter [-] [103013] Writing DB stats cinder:SELECT=8,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=103013) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:26 ubuntu cinder-volume[103202]: DEBUG dbcounter [-] [103202] Writing DB stats cinder:SELECT=3 {{(pid=103202) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:28 ubuntu cinder-volume[103202]: DEBUG dbcounter [-] [103202] Writing DB stats cinder:SELECT=11,cinder:INSERT=1,cinder:UPDATE=2 {{(pid=103202) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:41 ubuntu cinder-volume[103202]: DEBUG oslo_service.periodic_task [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=103202) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:32:41 ubuntu cinder-volume[103202]: DEBUG cinder.volume.drivers.lvm [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Updating volume stats {{(pid=103202) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} -Jan 03 20:32:41 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:32:41 ubuntu sudo[112451]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:32:41 ubuntu sudo[112451]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:32:41 ubuntu sudo[112451]: pam_unix(sudo:session): session closed for user root -Jan 03 20:32:41 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.350s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:32:41 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:32:41 ubuntu sudo[112454]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:32:41 ubuntu sudo[112454]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:32:42 ubuntu sudo[112454]: pam_unix(sudo:session): session closed for user root -Jan 03 20:32:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.327s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:32:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:32:42 ubuntu sudo[112457]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:32:42 ubuntu sudo[112457]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:32:42 ubuntu sudo[112457]: pam_unix(sudo:session): session closed for user root -Jan 03 20:32:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.348s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:32:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:32:42 ubuntu sudo[112460]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:32:42 ubuntu sudo[112460]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:32:42 ubuntu sudo[112460]: pam_unix(sudo:session): session closed for user root -Jan 03 20:32:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.344s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:32:42 ubuntu cinder-volume[103202]: DEBUG cinder.manager [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Notifying Schedulers of capabilities ... {{(pid=103202) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:33:28 ubuntu cinder-volume[103202]: DEBUG dbcounter [-] [103202] Writing DB stats cinder:SELECT=1,cinder:UPDATE=1 {{(pid=103202) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:39 ubuntu systemd[1]: Stopping Devstack devstack@c-vol.service... -Jan 03 20:33:39 ubuntu cinder-volume[103013]: INFO oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Caught SIGTERM, stopping children -Jan 03 20:33:39 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.lockutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Acquiring lock "singleton_lock" {{(pid=103013) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:33:39 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.lockutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Acquired lock "singleton_lock" {{(pid=103013) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:33:39 ubuntu cinder-volume[103013]: DEBUG oslo_concurrency.lockutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Releasing lock "singleton_lock" {{(pid=103013) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:33:39 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Stop services. {{(pid=103013) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} -Jan 03 20:33:39 ubuntu cinder-volume[103013]: DEBUG oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Killing children. {{(pid=103013) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} -Jan 03 20:33:39 ubuntu cinder-volume[103013]: INFO oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Waiting on 1 children to exit -Jan 03 20:33:41 ubuntu cinder-volume[103202]: DEBUG oslo_service.periodic_task [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=103202) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:33:41 ubuntu cinder-volume[103202]: DEBUG cinder.volume.drivers.lvm [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Updating volume stats {{(pid=103202) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} -Jan 03 20:33:41 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:33:41 ubuntu sudo[112748]: ubuntu : PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 -Jan 03 20:33:41 ubuntu sudo[112748]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:33:42 ubuntu sudo[112748]: pam_unix(sudo:session): session closed for user root -Jan 03 20:33:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.607s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:33:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:33:42 ubuntu sudo[112753]: ubuntu : PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:33:42 ubuntu sudo[112753]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:33:42 ubuntu sudo[112753]: pam_unix(sudo:session): session closed for user root -Jan 03 20:33:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.680s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:33:42 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:33:42 ubuntu sudo[112758]: ubuntu : PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool -Jan 03 20:33:42 ubuntu sudo[112758]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:33:43 ubuntu sudo[112758]: pam_unix(sudo:session): session closed for user root -Jan 03 20:33:43 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.433s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:33:43 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:33:43 ubuntu sudo[112763]: ubuntu : PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:33:43 ubuntu sudo[112763]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:33:43 ubuntu sudo[112763]: pam_unix(sudo:session): session closed for user root -Jan 03 20:33:43 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-e463e811-4f08-44d0-a421-e7233767097f None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.322s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:33:43 ubuntu cinder-volume[103202]: DEBUG cinder.manager [None req-e463e811-4f08-44d0-a421-e7233767097f None None] Notifying Schedulers of capabilities ... {{(pid=103202) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:33:43 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.lockutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Acquiring lock "singleton_lock" {{(pid=103202) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:33:43 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.lockutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Acquired lock "singleton_lock" {{(pid=103202) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:33:43 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.lockutils [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Releasing lock "singleton_lock" {{(pid=103202) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:33:43 ubuntu cinder-volume[103202]: WARNING amqp [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:33:43 ubuntu cinder-volume[103202]: WARNING amqp [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:33:43 ubuntu cinder-volume[103013]: INFO oslo_service.service [None req-06abfe4d-99d7-419c-b015-f4f621652393 None None] Child 103202 exited with status 0 -Jan 03 20:33:43 ubuntu systemd[1]: devstack@c-vol.service: Deactivated successfully. -Jan 03 20:33:43 ubuntu systemd[1]: Stopped Devstack devstack@c-vol.service. -Jan 03 20:33:43 ubuntu systemd[1]: devstack@c-vol.service: Consumed 18.132s CPU time. -Jan 03 20:33:43 ubuntu systemd[1]: Started Devstack devstack@c-vol.service. -Jan 03 20:33:44 ubuntu cinder-volume[112767]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=112767) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:33:44 ubuntu cinder-volume[112767]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=112767) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:33:44 ubuntu cinder-volume[112767]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=112767) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_db.sqlalchemy.engines [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112767) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.rpc [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.rpc [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_db.sqlalchemy.engines [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112767) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Determined volume DB was empty at startup. -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=112767) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Service not found for updating active_backend_id, assuming default for driver init. -Jan 03 20:33:45 ubuntu cinder-volume[112767]: WARNING stevedore.named [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:45 ubuntu cinder-volume[112767]: WARNING castellan.key_manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:45 ubuntu cinder-volume[112767]: WARNING cinder.keymgr.conf_key_mgr [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Image-volume cache disabled for host ubuntu@3par1. -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_db.sqlalchemy.engines [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112767) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Starting 1 workers -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Started child 112773 {{(pid=112767) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_db.sqlalchemy.engines [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112767) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: INFO cinder.volume.manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Determined volume DB was empty at startup. -Jan 03 20:33:45 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Connecting to 3PAR {{(pid=112773) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=112767) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Service not found for updating active_backend_id, assuming default for driver init. -Jan 03 20:33:45 ubuntu cinder-volume[112767]: WARNING stevedore.named [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:33:45 ubuntu cinder-volume[112767]: WARNING castellan.key_manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO cinder.volume.manager [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Image-volume cache disabled for host ubuntu@3par2. -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_db.sqlalchemy.engines [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112767) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112767]: INFO oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Starting 1 workers -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Started child 112774 {{(pid=112767) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Full set of CONF: {{(pid=112767) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] ******************************************************************************** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Configuration options gathered from: {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] ================================================================================ {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] allow_availability_zone_fallback = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] allow_compression_on_image_upload = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] allowed_direct_url_schemes = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] api_rate_limit = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] auth_strategy = keystone {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_availability_zone = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_host = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_stats_polling_interval = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backup_api_class = cinder.backup.api.API {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backup_name_template = backup-%s {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backup_use_same_host = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backup_use_temp_snapshot = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] chap_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] chap_username = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112774]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cluster = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] compression_format = gzip {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] compute_api_class = cinder.compute.nova.API {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] config_dir = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] config_source = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] control_exchange = openstack {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] debug = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] default_availability_zone = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] default_group_type = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] default_volume_type = 3par1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] driver_client_cert = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] driver_client_cert_key = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] driver_data_namespace = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] driver_ssl_cert_path = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] driver_ssl_cert_verify = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] driver_use_ssl = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] enable_new_services = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] enable_unsupported_driver = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] enabled_backends = ['3par1', '3par2'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] enforce_multipath_for_image_xfer = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] filter_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_api_insecure = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_api_ssl_compression = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_ca_certificates_file = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_catalog_info = image:glance:publicURL {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_certfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_keyfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_num_retries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] glance_request_timeout = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] goodness_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] graceful_shutdown_timeout = 5 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] group_api_class = cinder.group.api.API {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] host = ubuntu {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_compress_on_upload = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_conversion_address_space_limit = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_conversion_cpu_limit = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_conversion_disable = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_upload_use_cinder_backend = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_upload_use_internal_tenant = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_volume_cache_enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_volume_cache_max_count = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] image_volume_cache_max_size_gb = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] init_host_max_objects_retrieval = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] instance_format = [instance: %(uuid)s] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] iscsi_iotype = fileio {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] iscsi_target_flags = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] iscsi_write_cache = on {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] iser_helper = tgtadm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] iser_ip_address = 10.201.9.223 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] iser_port = 3260 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Disconnect from 3PAR REST and SSH 48630cc1-9e6e-4ebb-9b8b-ec73b9e66ed1 {{(pid=112773) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_color = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_config_append = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_dir = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_file = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_options = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_rotate_interval = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_rotate_interval_type = days {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] log_rotation_type = none {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] max_age = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] max_logfile_count = 30 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] max_logfile_size_mb = 200 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] max_over_subscription_ratio = 20.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] message_reap_interval = 86400 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] message_ttl = 2592000 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] migration_create_volume_timeout_secs = 300 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] monkey_patch = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] monkey_patch_modules = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] my_ip = 10.201.9.223 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] no_snapshot_gb_quota = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] num_iser_scan_tries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] num_shell_tries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] num_volume_device_scan_tries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] nvmeof_conn_info_version = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] nvmet_ns_id = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] nvmet_port_id = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] osapi_max_limit = 1000 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] osapi_volume_ext_list = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] osapi_volume_listen = 0.0.0.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] osapi_volume_listen_port = 8776 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] osapi_volume_use_ssl = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] osapi_volume_workers = 2 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] per_volume_size_limit = -1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] periodic_fuzzy_delay = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] periodic_interval = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] project_id_regex = [0-9a-f\-]+ {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] public_endpoint = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] publish_errors = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] quota_backup_gigabytes = 1000 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] quota_backups = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] quota_gigabytes = 1000 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] quota_groups = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] quota_snapshots = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] quota_volumes = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] rate_limit_burst = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] rate_limit_except_level = CRITICAL {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] rate_limit_interval = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] reinit_driver_count = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] replication_device = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] report_discard_supported = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] report_interval = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] reservation_clean_interval = 86400 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] reservation_expire = 86400 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] reserved_image_namespaces = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] reserved_percentage = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] rpc_response_timeout = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] run_external_periodic_tasks = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] scst_target_driver = iscsi {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] scst_target_iqn_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_down_time = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] shell_completion = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] snapshot_name_template = snapshot-%s {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] split_loggers = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] ssh_hosts_key_file = /opt/stack/data/cinder/ssh_known_hosts {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] state_path = /opt/stack/data/cinder {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] storage_availability_zone = nova {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] storage_protocol = iSCSI {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] strict_ssh_host_key_policy = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] syslog_log_facility = LOG_USER {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] target_helper = tgtadm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] target_ip_address = 10.201.9.223 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] target_port = 3260 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] target_protocol = iscsi {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] target_secondary_ip_addresses = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] trace_flags = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] transfer_api_class = cinder.transfer.api.API {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] transport_url = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] until_refresh = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_chap_auth = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_default_quota_class = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_eventlog = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_journal = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_json = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_multipath_for_image_xfer = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_stderr = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] use_syslog = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] verify_glance_signatures = enabled {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_api_class = cinder.volume.api.API {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_backend_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_clear = zero {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_clear_ionice = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_clear_size = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_copy_bps_limit = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_dd_blocksize = 1M {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112774]: INFO cinder.volume.manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_name_template = volume-%s {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_service_inithost_offload = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volume_usage_audit_period = month {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] watch_log_file = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] zoning_mode = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] os_brick.lock_path = /opt/stack/data/cinder {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_concurrency.disable_process_locking = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Connecting to 3PAR {{(pid=112774) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.******_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.******_token = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.******_user = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_******_prefix = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_port = 35357 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_protocol = https {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Connecting to 3PAR {{(pid=112773) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_section = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_type = password {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_uri = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.auth_version = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.cache = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.certfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.delay_auth_decision = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.http_connect_timeout = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.identity_uri = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.include_service_catalog = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.insecure = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.interface = public {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.keyfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.region_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.service_token_roles_required = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.service_type = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.token_cache_time = 300 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.backend = dogpile.cache.null {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.backend_argument = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.backend_expiration_time = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.config_prefix = cache.oslo {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.dead_timeout = 60.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.debug_cache_backend = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.enable_retry_client = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.enable_socket_keepalive = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.enforce_fips_mode = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.expiration_time = 600 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.hashclient_retry_attempts = 2 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.hashclient_retry_delay = 1.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_dead_retry = 300 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_pool_maxsize = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_sasl_enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_socket_timeout = 1.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.memcache_username = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.proxies = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.redis_db = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.redis_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.redis_sentinel_service_name = mymaster {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.redis_server = localhost:6379 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.redis_socket_timeout = 1.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.redis_username = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.retry_attempts = 2 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.retry_delay = 0.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.socket_keepalive_count = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.socket_keepalive_idle = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.socket_keepalive_interval = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.tls_allowed_ciphers = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.tls_cafile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.tls_certfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.tls_enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cache.tls_keyfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] coordination.backend_url = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.asyncio_connection = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.asyncio_slave_connection = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.backend = sqlalchemy {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.connection = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.connection_debug = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.connection_parameters = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.connection_recycle_time = 3600 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.connection_trace = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.db_inc_retry_interval = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.db_max_retries = 20 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.db_max_retry_interval = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.db_retry_interval = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.max_overflow = 50 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.max_pool_size = 5 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.max_retries = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.mysql_wsrep_sync_wait = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.pool_timeout = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.retry_interval = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.slave_connection = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.sqlite_synchronous = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] database.use_db_reconnect = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.connection_string = messaging:// {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.es_doc_type = notification {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.es_scroll_size = 10000 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.es_scroll_time = 2m {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.filter_error_trace = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.hmac_keys = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.sentinel_service_name = mymaster {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.socket_timeout = 0.1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.trace_requests = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler.trace_sqlalchemy = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler_jaeger.process_tags = {} {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler_jaeger.service_name_prefix = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] profiler_otlp.service_name_prefix = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.enforce_new_defaults = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.enforce_scope = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.policy_default_rule = default {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.policy_file = policy.yaml {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_policy.remote_timeout = 60.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] privsep_osbrick.capabilities = [21] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] privsep_osbrick.group = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] privsep_osbrick.helper_command = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] privsep_osbrick.user = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_sys_******.group = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_sys_******.helper_command = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] cinder_sys_******.user = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.auth_section = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.auth_type = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.cafile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.certfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.collect_timing = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.insecure = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.keyfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.send_service_user_token = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.split_loggers = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] service_user.timeout = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.backend_availability_zone = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.backend_native_threads_pool_size = 20 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.backup_use_temp_snapshot = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.chap_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.chap_username = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.driver_client_cert = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.driver_client_cert_key = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.driver_data_namespace = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.driver_use_ssl = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.enable_unsupported_driver = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.extra_capabilities = {} {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.filter_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.goodness_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_api_url = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_cpg = ['OpenStack'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_cpg_snap = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_debug = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_iscsi_chap_enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_iscsi_ips = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_snapshot_expiration = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_snapshot_retention = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_target_nsp = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.hpe3par_username = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.iscsi_iotype = fileio {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.iscsi_target_flags = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.iscsi_write_cache = on {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.iser_helper = tgtadm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.iser_port = 3260 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.num_shell_tries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.nvmet_port_id = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.replication_device = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.report_discard_supported = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.reserved_percentage = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_api_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_clustername = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_ip = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_is_local = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_login = ****** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_private_key = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_ssh_port = 22 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.san_thin_provision = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.scst_target_driver = iscsi {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.scst_target_iqn_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.ssh_conn_timeout = 30 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.ssh_max_pool_conn = 5 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.ssh_min_pool_conn = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.storage_protocol = iSCSI {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.suppress_requests_ssl_warnings = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.target_helper = tgtadm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.target_port = 3260 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.target_protocol = iscsi {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.trace_flags = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.unique_fqdn_network = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.use_chap_auth = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_backend_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_clear = zero {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_clear_ionice = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_clear_size = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_reports.file_event_handler = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_reports.log_dir = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.backend_availability_zone = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.backend_host = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.backend_native_threads_pool_size = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.backup_use_temp_snapshot = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.chap_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.chap_username = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.chiscsi_conf = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.driver_client_cert = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.driver_client_cert_key = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.driver_data_namespace = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.driver_ssl_cert_path = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.driver_ssl_cert_verify = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.driver_use_ssl = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.enable_unsupported_driver = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.enforce_multipath_for_image_xfer = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.extra_capabilities = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.filter_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.goodness_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_cpg = ['CI_CPG'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_cpg_snap = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_debug = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_iscsi_chap_enabled = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_snapshot_expiration = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_snapshot_retention = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_target_nsp = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.hpe3par_username = 3paradm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.image_upload_use_cinder_backend = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.image_upload_use_internal_tenant = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.image_volume_cache_enabled = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.image_volume_cache_max_count = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.image_volume_cache_max_size_gb = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.iscsi_iotype = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.iscsi_target_flags = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.iscsi_write_cache = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.iser_helper = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.iser_ip_address = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.iser_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.iser_target_prefix = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.max_over_subscription_ratio = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.num_iser_scan_tries = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.num_shell_tries = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.num_volume_device_scan_tries = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.nvmeof_conn_info_version = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.nvmet_ns_id = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.nvmet_port_id = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.replication_device = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.report_discard_supported = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.reserved_percentage = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_api_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_clustername = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_ip = 10.201.1.221 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_is_local = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_login = 3paradm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_private_key = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_ssh_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.san_thin_provision = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.scst_target_driver = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.scst_target_iqn_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.ssh_conn_timeout = 45 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.ssh_max_pool_conn = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.ssh_min_pool_conn = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.storage_protocol = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.suppress_requests_ssl_warnings = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.target_helper = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.target_ip_address = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.target_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.target_prefix = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.target_protocol = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.target_secondary_ip_addresses = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.trace_flags = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.unique_fqdn_network = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.use_chap_auth = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.use_multipath_for_image_xfer = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_backend_name = 3par1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_clear = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_clear_ionice = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_clear_size = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_copy_blkio_cgroup_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_copy_bps_limit = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_dd_blocksize = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par1.volumes_dir = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.processname = cinder-volume {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.ssl = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.ssl_version = {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_notifications.driver = [] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_notifications.retry = -1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] oslo_messaging_notifications.transport_url = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] key_manager.backend = cinder.keymgr.conf_key_mgr.ConfKeyManager {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] key_manager.fixed_key = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.barbican_api_version = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.barbican_endpoint = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.barbican_endpoint_type = public {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.barbican_region_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.cafile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.certfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.collect_timing = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.insecure = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.keyfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.number_of_retries = 60 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.retry_delay = 1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.send_service_user_token = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.split_loggers = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.timeout = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.verify_ssl = True {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican.verify_ssl_path = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.auth_section = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.auth_type = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.cafile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.certfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.collect_timing = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.insecure = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.keyfile = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.split_loggers = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] barbican_service_user.timeout = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.approle_role_id = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.approle_secret_id = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.kv_mountpoint = secret {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.kv_path = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.kv_version = 2 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.namespace = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.root_token_id = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.ssl_ca_crt_file = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.timeout = 60.0 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.use_ssl = False {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.backend_availability_zone = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.backend_host = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.backend_native_threads_pool_size = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.backup_use_temp_snapshot = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.chap_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.chap_username = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.chiscsi_conf = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.driver_client_cert = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.driver_client_cert_key = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.driver_data_namespace = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.driver_ssl_cert_path = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.driver_ssl_cert_verify = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.driver_use_ssl = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.enable_unsupported_driver = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.enforce_multipath_for_image_xfer = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.extra_capabilities = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.filter_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.goodness_function = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_cpg = ['SSD_r6'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_cpg_snap = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_debug = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_iscsi_chap_enabled = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_snapshot_expiration = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_snapshot_retention = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_target_nsp = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.hpe3par_username = 3paradm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.image_upload_use_cinder_backend = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.image_upload_use_internal_tenant = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.image_volume_cache_enabled = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.image_volume_cache_max_count = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.image_volume_cache_max_size_gb = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.iscsi_iotype = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.iscsi_target_flags = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.iscsi_write_cache = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.iser_helper = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.iser_ip_address = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.iser_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.iser_target_prefix = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.max_over_subscription_ratio = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.num_iser_scan_tries = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.num_shell_tries = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.num_volume_device_scan_tries = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.nvmeof_conn_info_version = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.nvmet_ns_id = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.nvmet_port_id = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.replication_device = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.report_discard_supported = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.reserved_percentage = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_api_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_clustername = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_ip = 10.201.1.221 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_is_local = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_login = 3paradm {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_password = **** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_private_key = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_ssh_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.san_thin_provision = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.scst_target_driver = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.scst_target_iqn_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.ssh_conn_timeout = 45 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.ssh_max_pool_conn = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.ssh_min_pool_conn = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.storage_protocol = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.suppress_requests_ssl_warnings = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.target_helper = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.target_ip_address = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.target_port = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.target_prefix = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.target_protocol = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.target_secondary_ip_addresses = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.trace_flags = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.unique_fqdn_network = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.use_chap_auth = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.use_multipath_for_image_xfer = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_backend_name = 3par2 {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_clear = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_clear_ionice = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_clear_size = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_copy_blkio_cgroup_name = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_copy_bps_limit = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_dd_blocksize = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] 3par2.volumes_dir = None {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:33:45 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] ******************************************************************************** {{(pid=112767) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:33:45 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Disconnect from 3PAR REST and SSH 9c3de2e6-8bc3-4cf2-9c28-ca45aa58c3fc {{(pid=112774) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:45 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112774]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 -Jan 03 20:33:45 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Connecting to 3PAR {{(pid=112774) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:45 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:45 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:45 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Disconnect from 3PAR REST and SSH 48630cc1-9e6e-4ebb-9b8b-ec73b9e66ed1 {{(pid=112773) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:46 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Disconnect from 3PAR REST and SSH 9c3de2e6-8bc3-4cf2-9c28-ca45aa58c3fc {{(pid=112774) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:46 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Connecting to 3PAR {{(pid=112773) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:46 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Connecting to 3PAR {{(pid=112774) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:46 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Disconnect from 3PAR REST and SSH 9c3de2e6-8bc3-4cf2-9c28-ca45aa58c3fc {{(pid=112774) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:46 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Disconnect from 3PAR REST and SSH 48630cc1-9e6e-4ebb-9b8b-ec73b9e66ed1 {{(pid=112773) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:46 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Connecting to 3PAR {{(pid=112774) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:46 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Connecting to 3PAR {{(pid=112773) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:46 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:46 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:46 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] array version: 40600075 {{(pid=112774) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} -Jan 03 20:33:46 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Connecting to 3PAR {{(pid=112774) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] array version: 40600075 {{(pid=112773) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} -Jan 03 20:33:47 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Connecting to 3PAR {{(pid=112773) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=112773) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} -Jan 03 20:33:47 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Disconnect from 3PAR REST and SSH 48630cc1-9e6e-4ebb-9b8b-ec73b9e66ed1 {{(pid=112773) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=112774) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} -Jan 03 20:33:47 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Disconnect from 3PAR REST and SSH 9c3de2e6-8bc3-4cf2-9c28-ca45aa58c3fc {{(pid=112774) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:47 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:47 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] <== get_volume_stats: return (563ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: WARNING cinder.volume.driver [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.volume.driver [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=112773) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG oslo_db.sqlalchemy.engines [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112773) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.db.sqlalchemy.api [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Building query based on filter {{(pid=112773) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.image.image_utils [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=112773) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] <== get_volume_stats: return (592ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING cinder.volume.driver [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.volume.driver [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=112774) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG oslo_db.sqlalchemy.engines [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112774) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: INFO cinder.keymgr.migration [None req-9a27bd0f-8b4f-4b22-b79d-55f783935e05 None None] Not migrating encryption keys because the ConfKeyManager is still in use. -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.db.sqlalchemy.api [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Building query based on filter {{(pid=112774) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.image.image_utils [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=112774) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: INFO cinder.keymgr.migration [None req-0e526167-fb75-4d75-b5d6-d1e4fb12a0c6 None None] Not migrating encryption keys because the ConfKeyManager is still in use. -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] <== get_volume_stats: return (481ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Notifying Schedulers of capabilities ... {{(pid=112773) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: INFO cinder.volume.manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Driver initialization completed successfully. -Jan 03 20:33:48 ubuntu cinder-volume[112773]: INFO cinder.manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Initiating service 4 cleanup -Jan 03 20:33:48 ubuntu cinder-volume[112773]: INFO cinder.manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Service 4 cleanup completed. -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.service [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Creating RPC server for service cinder-volume {{(pid=112773) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.service [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=112773) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] <== get_volume_stats: return (494ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Notifying Schedulers of capabilities ... {{(pid=112774) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: INFO cinder.volume.manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Driver initialization completed successfully. -Jan 03 20:33:48 ubuntu cinder-volume[112774]: INFO cinder.manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Initiating service 5 cleanup -Jan 03 20:33:48 ubuntu cinder-volume[112774]: INFO cinder.manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Service 5 cleanup completed. -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.service [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Creating RPC server for service cinder-volume {{(pid=112774) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.service [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=112774) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: INFO cinder.volume.manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:33:48 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:48 ubuntu cinder-volume[112774]: INFO cinder.volume.manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:33:48 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:33:48 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:48 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:48 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:49 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:49 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:49 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:49 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:49 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:49 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:33:49 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:33:49 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:33:49 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] <== get_volume_stats: return (529ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:49 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] <== get_volume_stats: return (552ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:33:49 ubuntu cinder-volume[112774]: INFO cinder.volume.manager [None req-e9de1e51-fda1-4e3e-9713-704d4d5dca16 None None] Driver post RPC initialization completed successfully. -Jan 03 20:33:49 ubuntu cinder-volume[112773]: INFO cinder.volume.manager [None req-fbfbccd3-0e52-483c-8778-6c0b3481bf40 None None] Driver post RPC initialization completed successfully. -Jan 03 20:35:04 ubuntu cinder-volume[112774]: DEBUG oslo_service.periodic_task [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=112774) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:35:04 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:04 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:04 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:35:04 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:04 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:35:04 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:04 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:35:04 ubuntu cinder-volume[112774]: WARNING py.warnings [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:04 ubuntu cinder-volume[112774]: warnings.warn( -Jan 03 20:35:04 ubuntu cinder-volume[112774]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] <== get_volume_stats: return (490ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112774) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:04 ubuntu cinder-volume[112774]: DEBUG cinder.manager [None req-9de70462-78c0-4078-a3e1-a5b7847c7d97 None None] Notifying Schedulers of capabilities ... {{(pid=112774) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:35:06 ubuntu systemd[1]: Stopping Devstack devstack@c-vol.service... -Jan 03 20:35:06 ubuntu cinder-volume[112767]: INFO oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Caught SIGTERM, stopping children -Jan 03 20:35:06 ubuntu cinder-volume[112767]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Acquiring lock "singleton_lock" {{(pid=112767) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:06 ubuntu cinder-volume[112767]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Acquired lock "singleton_lock" {{(pid=112767) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:06 ubuntu cinder-volume[112767]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Releasing lock "singleton_lock" {{(pid=112767) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:06 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Stop services. {{(pid=112767) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} -Jan 03 20:35:06 ubuntu cinder-volume[112767]: DEBUG oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Killing children. {{(pid=112767) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} -Jan 03 20:35:06 ubuntu cinder-volume[112767]: INFO oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Waiting on 2 children to exit -Jan 03 20:35:08 ubuntu cinder-volume[112773]: DEBUG oslo_service.periodic_task [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=112773) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:35:08 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:08 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:08 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:08 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:08 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: WARNING py.warnings [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:08 ubuntu cinder-volume[112773]: warnings.warn( -Jan 03 20:35:08 ubuntu cinder-volume[112774]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Acquiring lock "singleton_lock" {{(pid=112774) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:08 ubuntu cinder-volume[112774]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Acquired lock "singleton_lock" {{(pid=112774) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:08 ubuntu cinder-volume[112774]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Releasing lock "singleton_lock" {{(pid=112774) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:08 ubuntu cinder-volume[112774]: WARNING amqp [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:08 ubuntu cinder-volume[112774]: WARNING amqp [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:08 ubuntu cinder-volume[112767]: INFO oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Child 112774 exited with status 0 -Jan 03 20:35:08 ubuntu cinder-volume[112773]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] <== get_volume_stats: return (463ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112773) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:08 ubuntu cinder-volume[112773]: DEBUG cinder.manager [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] Notifying Schedulers of capabilities ... {{(pid=112773) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo.messaging._drivers.impl_rabbit [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] Failed to publish message to topic 'cinder-scheduler_fanout': Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo.messaging._drivers.impl_rabbit [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] Unable to connect to AMQP server on 10.201.9.223:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task [None req-67a2a259-5ee7-4ca4-8992-164b253dc960 None None] Error during VolumeManager.publish_service_capabilities: oslo_messaging.exceptions.MessageDeliveryFailure: Unable to connect to AMQP server on 10.201.9.223:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task Traceback (most recent call last): -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1166, in ensure -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task ret, channel = autoretry_method() -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/connection.py", line 556, in _ensured -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return fun(*args, **kwargs) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/connection.py", line 639, in __call__ -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return fun(*args, channel=channels[0], **kwargs), channels[0] -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1155, in execute_method -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task method() -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1617, in _publish -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self._producer.publish( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/messaging.py", line 186, in publish -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return _publish( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/messaging.py", line 208, in _publish -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return channel.basic_publish( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/channel.py", line 1820, in basic_publish_confirm -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self.wait([spec.Basic.Ack, spec.Basic.Nack], -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/abstract_channel.py", line 99, in wait -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self.connection.drain_events(timeout=timeout) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/connection.py", line 526, in drain_events -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task while not self.blocking_read(timeout): -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/connection.py", line 532, in blocking_read -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return self.on_inbound_frame(frame) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/method_framing.py", line 53, in on_frame -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task callback(channel, method_sig, buf, None) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/connection.py", line 538, in on_inbound_method -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return self.channels[channel_id].dispatch_method( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/abstract_channel.py", line 156, in dispatch_method -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task listener(*args) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/channel.py", line 293, in _on_close -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task raise error_for_code( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task During handling of the above exception, another exception occurred: -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task Traceback (most recent call last): -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py", line 216, in run_periodic_tasks -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task task(self, context) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/cinder/cinder/volume/manager.py", line 2843, in publish_service_capabilities -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self._publish_service_capabilities(context) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/cinder/cinder/manager.py", line 203, in _publish_service_capabilities -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self.scheduler_rpcapi.update_service_capabilities( -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/cinder/cinder/scheduler/rpcapi.py", line 222, in update_service_capabilities -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task cctxt.cast(ctxt, 'update_service_capabilities', **msg_args) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/rpc/client.py", line 156, in cast -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self.transport._send(self.target, msg_ctxt, msg, -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/transport.py", line 123, in _send -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return self._driver.send(target, ctxt, message, -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 800, in send -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task return self._send(target, ctxt, message, wait_for_reply, timeout, -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 775, in _send -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task conn.fanout_send(target.topic, msg, retry=retry) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1736, in fanout_send -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self._ensure_publishing(self._publish, exchange, msg, retry=retry) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1568, in _ensure_publishing -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task self.ensure(method, retry=retry, error_callback=_error_callback) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1188, in ensure -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task raise exceptions.MessageDeliveryFailure(msg) -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task oslo_messaging.exceptions.MessageDeliveryFailure: Unable to connect to AMQP server on 10.201.9.223:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' -Jan 03 20:35:08 ubuntu cinder-volume[112773]: ERROR oslo_service.periodic_task -Jan 03 20:35:08 ubuntu cinder-volume[112773]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Acquiring lock "singleton_lock" {{(pid=112773) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:08 ubuntu cinder-volume[112773]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Acquired lock "singleton_lock" {{(pid=112773) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:08 ubuntu cinder-volume[112773]: DEBUG oslo_concurrency.lockutils [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Releasing lock "singleton_lock" {{(pid=112773) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:08 ubuntu cinder-volume[112773]: WARNING amqp [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:08 ubuntu cinder-volume[112773]: WARNING amqp [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:08 ubuntu cinder-volume[112767]: INFO oslo_service.service [None req-173b364a-45c2-4d86-a217-cd76140772d8 None None] Child 112773 exited with status 0 -Jan 03 20:35:08 ubuntu systemd[1]: devstack@c-vol.service: Deactivated successfully. -Jan 03 20:35:08 ubuntu systemd[1]: Stopped Devstack devstack@c-vol.service. -Jan 03 20:35:08 ubuntu systemd[1]: devstack@c-vol.service: Consumed 6.984s CPU time. -Jan 03 20:35:08 ubuntu systemd[1]: Started Devstack devstack@c-vol.service. -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=115598) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=115598) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=115598) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_db.sqlalchemy.engines [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115598) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO cinder.rpc [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO cinder.rpc [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_db.sqlalchemy.engines [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115598) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO cinder.volume.manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Determined volume DB was empty at startup. -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG cinder.volume.manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Cinder Volume DB check: vol_db_empty=True {{(pid=115598) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: WARNING stevedore.named [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:10 ubuntu cinder-volume[115598]: WARNING castellan.key_manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:10 ubuntu cinder-volume[115598]: WARNING cinder.keymgr.conf_key_mgr [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO cinder.volume.manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Image-volume cache disabled for host ubuntu@3par1. -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_db.sqlalchemy.engines [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115598) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Starting 1 workers -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Started child 115613 {{(pid=115598) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_db.sqlalchemy.engines [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115598) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO cinder.volume.manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Determined volume DB was empty at startup. -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG cinder.volume.manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Cinder Volume DB check: vol_db_empty=True {{(pid=115598) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:35:10 ubuntu cinder-volume[115598]: WARNING stevedore.named [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager -Jan 03 20:35:10 ubuntu cinder-volume[115598]: WARNING castellan.key_manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' -Jan 03 20:35:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Connecting to 3PAR {{(pid=115613) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO cinder.volume.manager [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Image-volume cache disabled for host ubuntu@3par2. -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_db.sqlalchemy.engines [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115598) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: INFO oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Starting 1 workers -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Started child 115614 {{(pid=115598) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Full set of CONF: {{(pid=115598) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] ******************************************************************************** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] Configuration options gathered from: {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] ================================================================================ {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] allow_availability_zone_fallback = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] allow_compression_on_image_upload = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] allowed_direct_url_schemes = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] api_rate_limit = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] auth_strategy = keystone {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_availability_zone = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_host = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_stats_polling_interval = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backup_api_class = cinder.backup.api.API {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backup_name_template = backup-%s {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backup_use_same_host = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backup_use_temp_snapshot = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] chap_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] chap_username = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cluster = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] compression_format = gzip {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] compute_api_class = cinder.compute.nova.API {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] config_dir = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] config_source = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] control_exchange = openstack {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] debug = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] default_availability_zone = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] default_group_type = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] default_volume_type = 3par1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] driver_client_cert = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] driver_client_cert_key = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] driver_data_namespace = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] driver_ssl_cert_path = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] driver_ssl_cert_verify = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] driver_use_ssl = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] enable_new_services = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] enable_unsupported_driver = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] enabled_backends = ['3par1', '3par2'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] enforce_multipath_for_image_xfer = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] filter_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_api_insecure = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_api_ssl_compression = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_ca_certificates_file = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_catalog_info = image:glance:publicURL {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_certfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_keyfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_num_retries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] glance_request_timeout = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] goodness_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] graceful_shutdown_timeout = 5 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] group_api_class = cinder.group.api.API {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] host = ubuntu {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_compress_on_upload = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_conversion_address_space_limit = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_conversion_cpu_limit = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_conversion_disable = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_upload_use_cinder_backend = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_upload_use_internal_tenant = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_volume_cache_enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_volume_cache_max_count = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] image_volume_cache_max_size_gb = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] init_host_max_objects_retrieval = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] instance_format = [instance: %(uuid)s] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] iscsi_iotype = fileio {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] iscsi_target_flags = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] iscsi_write_cache = on {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] iser_helper = tgtadm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] iser_ip_address = 10.201.9.223 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] iser_port = 3260 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_color = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_config_append = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_dir = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_file = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_options = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_rotate_interval = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_rotate_interval_type = days {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] log_rotation_type = none {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] max_age = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] max_logfile_count = 30 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] max_logfile_size_mb = 200 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] max_over_subscription_ratio = 20.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] message_reap_interval = 86400 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] message_ttl = 2592000 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] migration_create_volume_timeout_secs = 300 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] monkey_patch = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] monkey_patch_modules = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] my_ip = 10.201.9.223 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] no_snapshot_gb_quota = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] num_iser_scan_tries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] num_shell_tries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] num_volume_device_scan_tries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] nvmeof_conn_info_version = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] nvmet_ns_id = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] nvmet_port_id = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] osapi_max_limit = 1000 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] osapi_volume_ext_list = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] osapi_volume_listen = 0.0.0.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] osapi_volume_listen_port = 8776 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] osapi_volume_use_ssl = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] osapi_volume_workers = 2 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] per_volume_size_limit = -1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] periodic_fuzzy_delay = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] periodic_interval = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] project_id_regex = [0-9a-f\-]+ {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] public_endpoint = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] publish_errors = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] quota_backup_gigabytes = 1000 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] quota_backups = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] quota_gigabytes = 1000 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] quota_groups = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] quota_snapshots = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] quota_volumes = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] rate_limit_burst = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] rate_limit_except_level = CRITICAL {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] rate_limit_interval = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] reinit_driver_count = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] replication_device = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] report_discard_supported = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] report_interval = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] reservation_clean_interval = 86400 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] reservation_expire = 86400 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] reserved_image_namespaces = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] reserved_percentage = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] rpc_response_timeout = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] run_external_periodic_tasks = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] scst_target_driver = iscsi {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] scst_target_iqn_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_down_time = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] shell_completion = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] snapshot_name_template = snapshot-%s {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] split_loggers = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] ssh_hosts_key_file = /opt/stack/data/cinder/ssh_known_hosts {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] state_path = /opt/stack/data/cinder {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] storage_availability_zone = nova {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] storage_protocol = iSCSI {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] strict_ssh_host_key_policy = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] syslog_log_facility = LOG_USER {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] target_helper = tgtadm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] target_ip_address = 10.201.9.223 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] target_port = 3260 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] target_protocol = iscsi {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] target_secondary_ip_addresses = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] trace_flags = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Disconnect from 3PAR REST and SSH 6d7cd1ea-ee96-4d9f-bbc3-b08b3faafac8 {{(pid=115613) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] transfer_api_class = cinder.transfer.api.API {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] transport_url = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] until_refresh = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_chap_auth = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_default_quota_class = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_eventlog = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_journal = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_json = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_multipath_for_image_xfer = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_stderr = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] use_syslog = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] verify_glance_signatures = enabled {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_api_class = cinder.volume.api.API {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_backend_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Connecting to 3PAR {{(pid=115614) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_clear = zero {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_clear_ionice = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_clear_size = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_copy_bps_limit = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_dd_blocksize = 1M {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_name_template = volume-%s {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_service_inithost_offload = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volume_usage_audit_period = month {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] watch_log_file = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] zoning_mode = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] os_brick.lock_path = /opt/stack/data/cinder {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] os_brick.wait_mpath_device_interval = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_concurrency.disable_process_locking = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.******_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.******_tenant_name = ****** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.******_token = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.******_user = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_******_prefix = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_port = 35357 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_protocol = https {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_section = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_type = password {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_uri = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.auth_version = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.cache = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.certfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.delay_auth_decision = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.http_connect_timeout = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.identity_uri = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.include_service_catalog = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.insecure = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.interface = public {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.keyfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_secret_key = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_security_strategy = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.region_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.service_token_roles_required = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.service_type = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.token_cache_time = 300 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] keystone_authtoken.www_authenticate_uri = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.backend = dogpile.cache.null {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.backend_argument = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.backend_expiration_time = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.config_prefix = cache.oslo {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.dead_timeout = 60.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.debug_cache_backend = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.enable_retry_client = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.enable_socket_keepalive = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.enforce_fips_mode = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.expiration_time = 600 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.hashclient_retry_attempts = 2 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.hashclient_retry_delay = 1.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_dead_retry = 300 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_pool_maxsize = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_pool_unused_timeout = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_sasl_enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_servers = ['localhost:11211'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_socket_timeout = 1.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.memcache_username = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.proxies = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.redis_db = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.redis_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.redis_sentinel_service_name = mymaster {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.redis_server = localhost:6379 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.redis_socket_timeout = 1.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.redis_username = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Connecting to 3PAR {{(pid=115613) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.retry_attempts = 2 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.retry_delay = 0.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.socket_keepalive_count = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.socket_keepalive_idle = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.socket_keepalive_interval = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.tls_allowed_ciphers = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.tls_cafile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.tls_certfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.tls_enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cache.tls_keyfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] coordination.backend_url = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.asyncio_connection = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.asyncio_slave_connection = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.backend = sqlalchemy {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.connection = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.connection_debug = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.connection_parameters = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.connection_recycle_time = 3600 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.connection_trace = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.db_inc_retry_interval = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.db_max_retries = 20 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.db_max_retry_interval = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.db_retry_interval = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.max_overflow = 50 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.max_pool_size = 5 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.max_retries = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.mysql_sql_mode = TRADITIONAL {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.mysql_wsrep_sync_wait = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.pool_timeout = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.retry_interval = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.slave_connection = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.sqlite_synchronous = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] database.use_db_reconnect = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_metrics.metrics_process_name = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.connection_string = messaging:// {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.es_doc_type = notification {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.es_scroll_size = 10000 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.es_scroll_time = 2m {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.filter_error_trace = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.hmac_keys = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.sentinel_service_name = mymaster {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.socket_timeout = 0.1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.trace_requests = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler.trace_sqlalchemy = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler_jaeger.process_tags = {} {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler_jaeger.service_name_prefix = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] profiler_otlp.service_name_prefix = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.enforce_new_defaults = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.enforce_scope = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.policy_default_rule = default {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.policy_file = policy.yaml {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_policy.remote_timeout = 60.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] privsep_osbrick.capabilities = [21] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] privsep_osbrick.group = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] privsep_osbrick.helper_command = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] privsep_osbrick.thread_pool_size = 4 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] privsep_osbrick.user = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_sys_******.group = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_sys_******.helper_command = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_sys_******.thread_pool_size = 4 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] cinder_sys_******.user = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.auth_section = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.auth_type = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.cafile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.certfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.collect_timing = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.insecure = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.keyfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.send_service_user_token = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.split_loggers = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] service_user.timeout = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.backend_availability_zone = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.backend_native_threads_pool_size = 20 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.backup_use_temp_snapshot = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.chap_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.chap_username = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.driver_client_cert = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.driver_client_cert_key = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.driver_data_namespace = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.driver_ssl_cert_path = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.driver_use_ssl = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.enable_unsupported_driver = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.extra_capabilities = {} {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.filter_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.goodness_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_api_url = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_cpg = ['OpenStack'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_cpg_snap = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_debug = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_iscsi_chap_enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_iscsi_ips = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_snapshot_expiration = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_snapshot_retention = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_target_nsp = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.hpe3par_username = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.image_volume_cache_enabled = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.iscsi_iotype = fileio {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.iscsi_target_flags = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.iscsi_write_cache = on {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.iser_helper = tgtadm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.iser_port = 3260 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.num_shell_tries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.nvmet_ns_id = 10 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.nvmet_port_id = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.replication_device = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.report_discard_supported = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.reserved_percentage = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_api_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_clustername = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_ip = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_is_local = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_login = ****** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_private_key = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_ssh_port = 22 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.san_thin_provision = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.scst_target_driver = iscsi {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.scst_target_iqn_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.ssh_conn_timeout = 30 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.ssh_max_pool_conn = 5 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.ssh_min_pool_conn = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.storage_protocol = iSCSI {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.suppress_requests_ssl_warnings = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.target_helper = tgtadm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.target_port = 3260 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.target_protocol = iscsi {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.trace_flags = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.unique_fqdn_network = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.use_chap_auth = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_backend_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_clear = zero {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_clear_ionice = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_clear_size = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_reports.file_event_handler = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_reports.log_dir = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.backend_availability_zone = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.backend_host = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.backend_native_threads_pool_size = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.backup_use_temp_snapshot = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.chap_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.chap_username = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.chiscsi_conf = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.driver_client_cert = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.driver_client_cert_key = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.driver_data_namespace = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.driver_ssl_cert_path = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.driver_ssl_cert_verify = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.driver_use_ssl = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.enable_unsupported_driver = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.enforce_multipath_for_image_xfer = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.extra_capabilities = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.filter_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.goodness_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_cpg = ['CI_CPG'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_cpg_snap = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_debug = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_iscsi_chap_enabled = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_snapshot_expiration = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_snapshot_retention = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_target_nsp = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.hpe3par_username = 3paradm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.image_upload_use_cinder_backend = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.image_upload_use_internal_tenant = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.image_volume_cache_enabled = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.image_volume_cache_max_count = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.image_volume_cache_max_size_gb = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.iscsi_iotype = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.iscsi_target_flags = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.iscsi_write_cache = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.iser_helper = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.iser_ip_address = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.iser_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.iser_target_prefix = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.max_over_subscription_ratio = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.num_iser_scan_tries = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.num_shell_tries = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.num_volume_device_scan_tries = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.nvmeof_conn_info_version = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.nvmet_ns_id = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.nvmet_port_id = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.replication_device = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.report_discard_supported = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.reserved_percentage = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_api_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_clustername = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_ip = 10.201.1.221 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_is_local = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_login = 3paradm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_private_key = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_ssh_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.san_thin_provision = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.scst_target_driver = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.scst_target_iqn_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.ssh_conn_timeout = 45 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.ssh_max_pool_conn = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.ssh_min_pool_conn = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.storage_protocol = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.suppress_requests_ssl_warnings = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.target_helper = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.target_ip_address = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.target_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.target_prefix = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.target_protocol = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.target_secondary_ip_addresses = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.trace_flags = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.unique_fqdn_network = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Disconnect from 3PAR REST and SSH 201d3aa6-a62b-4579-b1c2-50a36eb091dc {{(pid=115614) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.use_chap_auth = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.use_multipath_for_image_xfer = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_backend_name = 3par1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_clear = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_clear_ionice = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_clear_size = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_copy_blkio_cgroup_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_copy_bps_limit = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_dd_blocksize = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par1.volumes_dir = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.processname = cinder-volume {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.ssl = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.ssl_version = {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_notifications.driver = [] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_notifications.retry = -1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] oslo_messaging_notifications.transport_url = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] key_manager.backend = cinder.keymgr.conf_key_mgr.ConfKeyManager {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] key_manager.fixed_key = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.barbican_api_version = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.barbican_endpoint = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.barbican_endpoint_type = public {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.barbican_region_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.cafile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.certfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.collect_timing = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.insecure = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.keyfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.number_of_retries = 60 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.retry_delay = 1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.send_service_user_token = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.split_loggers = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.timeout = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.verify_ssl = True {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican.verify_ssl_path = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.auth_section = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.auth_type = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.cafile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.certfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.collect_timing = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.insecure = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.keyfile = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.split_loggers = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] barbican_service_user.timeout = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.approle_role_id = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.approle_secret_id = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.kv_mountpoint = secret {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.kv_path = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.kv_version = 2 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.namespace = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.root_token_id = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.ssl_ca_crt_file = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.timeout = 60.0 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.use_ssl = False {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.backend_availability_zone = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.backend_host = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.backend_native_threads_pool_size = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.backup_use_temp_snapshot = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.chap_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.chap_username = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.chiscsi_conf = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.driver_client_cert = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.driver_client_cert_key = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.driver_data_namespace = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.driver_ssl_cert_path = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.driver_ssl_cert_verify = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.driver_use_ssl = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.enable_unsupported_driver = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.enforce_multipath_for_image_xfer = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.extra_capabilities = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.filter_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.goodness_function = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_cpg = ['SSD_r6'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_cpg_snap = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_debug = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_iscsi_chap_enabled = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_snapshot_expiration = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_snapshot_retention = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_target_nsp = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.hpe3par_username = 3paradm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Connecting to 3PAR {{(pid=115614) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.image_upload_use_cinder_backend = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.image_upload_use_internal_tenant = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.image_volume_cache_enabled = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.image_volume_cache_max_count = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.image_volume_cache_max_size_gb = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.iscsi_iotype = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.iscsi_target_flags = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.iscsi_write_cache = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.iser_helper = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.iser_ip_address = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.iser_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.iser_target_prefix = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.max_over_subscription_ratio = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.num_iser_scan_tries = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.num_shell_tries = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.num_volume_device_scan_tries = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.nvmeof_conn_info_version = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.nvmet_ns_id = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.nvmet_port_id = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.replication_device = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.report_discard_supported = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.reserved_percentage = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_api_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_clustername = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_ip = 10.201.1.221 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_is_local = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_login = 3paradm {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_password = **** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_private_key = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_ssh_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.san_thin_provision = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.scst_target_driver = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.scst_target_iqn_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.ssh_conn_timeout = 45 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.ssh_max_pool_conn = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.ssh_min_pool_conn = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.storage_protocol = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.suppress_requests_ssl_warnings = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.target_helper = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.target_ip_address = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.target_port = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.target_prefix = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.target_protocol = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.target_secondary_ip_addresses = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.trace_flags = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.unique_fqdn_network = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.use_chap_auth = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.use_multipath_for_image_xfer = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_backend_name = 3par2 {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_clear = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_clear_ionice = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_clear_size = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_copy_blkio_cgroup_name = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_copy_bps_limit = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_dd_blocksize = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] 3par2.volumes_dir = None {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:10 ubuntu cinder-volume[115598]: DEBUG oslo_service.service [None req-5fc7d6b7-ae1f-48d2-8ec0-b339004b355a None None] ******************************************************************************** {{(pid=115598) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:35:10 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:10 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Disconnect from 3PAR REST and SSH 6d7cd1ea-ee96-4d9f-bbc3-b08b3faafac8 {{(pid=115613) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Connecting to 3PAR {{(pid=115613) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Disconnect from 3PAR REST and SSH 201d3aa6-a62b-4579-b1c2-50a36eb091dc {{(pid=115614) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Connecting to 3PAR {{(pid=115614) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Disconnect from 3PAR REST and SSH 6d7cd1ea-ee96-4d9f-bbc3-b08b3faafac8 {{(pid=115613) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Connecting to 3PAR {{(pid=115613) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Disconnect from 3PAR REST and SSH 201d3aa6-a62b-4579-b1c2-50a36eb091dc {{(pid=115614) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Connecting to 3PAR {{(pid=115614) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] array version: 40600075 {{(pid=115613) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Connecting to 3PAR {{(pid=115613) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] array version: 40600075 {{(pid=115614) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} -Jan 03 20:35:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Connecting to 3PAR {{(pid=115614) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=115613) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} -Jan 03 20:35:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Disconnect from 3PAR REST and SSH 6d7cd1ea-ee96-4d9f-bbc3-b08b3faafac8 {{(pid=115613) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'csi-centos2', 'csi-centos3', 'csi-centos1', 'vijayanu-worker1', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2', '10.201.9.125-Host1', '10.201.6.24-Host2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=115614) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Disconnect from 3PAR REST and SSH 201d3aa6-a62b-4579-b1c2-50a36eb091dc {{(pid=115614) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] <== get_volume_stats: return (592ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING cinder.volume.driver [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.driver [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115613) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG oslo_db.sqlalchemy.engines [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115613) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.db.sqlalchemy.api [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Building query based on filter {{(pid=115613) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] <== get_volume_stats: return (583ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING cinder.volume.driver [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.driver [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115614) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.image.image_utils [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=115613) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG oslo_db.sqlalchemy.engines [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115614) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:12 ubuntu cinder-volume[115613]: INFO cinder.keymgr.migration [None req-05e9cb21-a626-4c2e-b5b8-8abe9ab19b7c None None] Not migrating encryption keys because the ConfKeyManager is still in use. -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.db.sqlalchemy.api [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Building query based on filter {{(pid=115614) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.image.image_utils [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=115614) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:12 ubuntu cinder-volume[115614]: INFO cinder.keymgr.migration [None req-174b30ca-a06b-4533-9701-8b07e5f8304f None None] Not migrating encryption keys because the ConfKeyManager is still in use. -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] <== get_volume_stats: return (537ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:13 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:35:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] <== get_volume_stats: return (582ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:13 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:35:13 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Driver initialization completed successfully. -Jan 03 20:35:13 ubuntu cinder-volume[115614]: INFO cinder.manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Initiating service 5 cleanup -Jan 03 20:35:13 ubuntu cinder-volume[115614]: INFO cinder.manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Service 5 cleanup completed. -Jan 03 20:35:13 ubuntu cinder-volume[115614]: DEBUG cinder.service [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Creating RPC server for service cinder-volume {{(pid=115614) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:35:13 ubuntu cinder-volume[115614]: DEBUG cinder.service [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=115614) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:35:13 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Driver initialization completed successfully. -Jan 03 20:35:13 ubuntu cinder-volume[115613]: INFO cinder.manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Initiating service 4 cleanup -Jan 03 20:35:13 ubuntu cinder-volume[115613]: INFO cinder.manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Service 4 cleanup completed. -Jan 03 20:35:13 ubuntu cinder-volume[115613]: DEBUG cinder.service [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Creating RPC server for service cinder-volume {{(pid=115613) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:35:13 ubuntu cinder-volume[115613]: DEBUG cinder.service [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=115613) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:35:13 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:35:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:13 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) -Jan 03 20:35:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:35:13 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:13 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:13 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:14 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:14 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:14 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:14 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:35:14 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] <== get_volume_stats: return (933ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:14 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-079391c3-7522-49ba-a8a2-ea5ebf60c668 None None] Driver post RPC initialization completed successfully. -Jan 03 20:35:14 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:14 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:14 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:35:14 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:35:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] <== get_volume_stats: return (1197ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:35:14 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-7a9ca951-2cb0-40cb-84e3-067c567a30e2 None None] Driver post RPC initialization completed successfully. -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Flow 'volume_create_manager' (82e94833-32c6-4828-ab5a-684b5b0cc3a0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (072e8f81-7339-4b64-a0c0-354e13c3bfa2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (072e8f81-7339-4b64-a0c0-354e13c3bfa2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-593980606',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=326f5abb-b025-49a4-b11e-e8922cf48329,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:15Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:15Z,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (11ae2be7-705c-4edb-8c9e-33b740aa2f2d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (11ae2be7-705c-4edb-8c9e-33b740aa2f2d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (9e934260-97ad-4153-b3eb-c3bf06ebbbc9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (9e934260-97ad-4153-b3eb-c3bf06ebbbc9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '326f5abb-b025-49a4-b11e-e8922cf48329', 'volume_name': 'volume-326f5abb-b025-49a4-b11e-e8922cf48329', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ee423a79-b831-4f76-ac06-a0070f25ad4a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ee423a79-b831-4f76-ac06-a0070f25ad4a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4af0cdde-968b-4116-bc0c-ee1fd7e925e5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Volume 326f5abb-b025-49a4-b11e-e8922cf48329: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-326f5abb-b025-49a4-b11e-e8922cf48329', 'volume_size': 1} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-593980606',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=326f5abb-b025-49a4-b11e-e8922cf48329,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:15Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:15Z,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] CREATE VOLUME (tempest-VolumesSnapshotsTestJSON-volume-593980606: volume-326f5abb-b025-49a4-b11e-e8922cf48329 osv-Mm9au7AlSaSxHuiSLPSDKQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Parameters passed for create volume {'name': 'osv-Mm9au7AlSaSxHuiSLPSDKQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "326f5abb-b025-49a4-b11e-e8922cf48329", "name": "volume-326f5abb-b025-49a4-b11e-e8922cf48329", "type": "OpenStack", "display_name": "tempest-VolumesSnapshotsTestJSON-volume-593980606", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:14 ubuntu cinder-volume[115613]: WARNING py.warnings [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:14 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] <== create_volume: return (237ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4af0cdde-968b-4116-bc0c-ee1fd7e925e5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-326f5abb-b025-49a4-b11e-e8922cf48329', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2d694ca0-3a7a-41f8-8e26-8c533d2b0b74) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Volume volume-326f5abb-b025-49a4-b11e-e8922cf48329 (326f5abb-b025-49a4-b11e-e8922cf48329): created successfully -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2d694ca0-3a7a-41f8-8e26-8c533d2b0b74) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Flow 'volume_create_manager' (82e94833-32c6-4828-ab5a-684b5b0cc3a0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [req-64c8676f-05c9-47d8-a32e-e22ac550e4e3 req-d9b76294-c91e-4fe1-801f-2a1950a86e70 tempest-VolumesSnapshotsTestJSON-1223599798 None] Created volume successfully. -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-795141752',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=24b67f87-c825-404d-b09d-66a6e15e3d69,metadata={},progress='0%',project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume=,volume_id=326f5abb-b025-49a4-b11e-e8922cf48329,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Create Snapshot -Jan 03 20:36:15 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-795141752',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=24b67f87-c825-404d-b09d-66a6e15e3d69,metadata={},progress='0%',project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume=,volume_id=326f5abb-b025-49a4-b11e-e8922cf48329,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: WARNING py.warnings [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:15 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] <== create_snapshot: return (62ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:15 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [req-b14e01e7-8301-48bb-90b8-c55af89763b4 req-59369889-5c9c-4bd4-9268-e49ffec599db tempest-VolumesSnapshotsTestJSON-1223599798 None] Create snapshot completed successfully -Jan 03 20:36:16 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Acquiring lock "/opt/stack/data/cinder/cinder-24b67f87-c825-404d-b09d-66a6e15e3d69-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:36:16 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Lock "/opt/stack/data/cinder/cinder-24b67f87-c825-404d-b09d-66a6e15e3d69-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:36:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-795141752',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=24b67f87-c825-404d-b09d-66a6e15e3d69,metadata={},progress='100%',project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:16Z,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume=Volume(326f5abb-b025-49a4-b11e-e8922cf48329),volume_id=326f5abb-b025-49a4-b11e-e8922cf48329,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Delete Snapshot id 24b67f87-c825-404d-b09d-66a6e15e3d69 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-795141752',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=24b67f87-c825-404d-b09d-66a6e15e3d69,metadata={},progress='100%',project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:16Z,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume=Volume(326f5abb-b025-49a4-b11e-e8922cf48329),volume_id=326f5abb-b025-49a4-b11e-e8922cf48329,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:36:16 ubuntu cinder-volume[115613]: WARNING py.warnings [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:16 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] <== delete_snapshot: return (50ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:16 ubuntu cinder-volume[115613]: WARNING cinder.quota [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Deprecated: Default quota for resource: gigabytes_3par1 is set by the default quota flag: quota_gigabytes_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:16 ubuntu cinder-volume[115613]: WARNING cinder.quota [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Deprecated: Default quota for resource: snapshots_3par1 is set by the default quota flag: quota_snapshots_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:16 ubuntu cinder-volume[115613]: DEBUG cinder.quota [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Created reservations ['49f3176b-888e-4c08-82e5-a6d882f6b3d9', '1d4d0c29-9cb5-4301-9ae8-1dcf87354ced', '026cfa85-8c19-4318-913a-1fb9f0aac70a', '06cc7be2-dee6-41a2-9a2e-15f86e4eb2ed'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:16 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Delete snapshot completed successfully. -Jan 03 20:36:16 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-e9f9ac07-3a44-4e6c-873c-d2a158723888 req-e333d19c-f548-4412-bbbc-6112b592de8f tempest-VolumesSnapshotsTestJSON-1223599798 None] Lock "/opt/stack/data/cinder/cinder-24b67f87-c825-404d-b09d-66a6e15e3d69-delete_snapshot" released by "delete_snapshot" :: held 0.121s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:36:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Acquiring lock "/opt/stack/data/cinder/cinder-326f5abb-b025-49a4-b11e-e8922cf48329-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:36:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Lock "/opt/stack/data/cinder/cinder-326f5abb-b025-49a4-b11e-e8922cf48329-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:36:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-593980606',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=326f5abb-b025-49a4-b11e-e8922cf48329,launched_at=2025-01-03T20:36:15Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6bcf5ce6850e421bb14ad3f47da370de',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:15Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:36:18Z,updated_at=2025-01-03T20:36:18Z,use_quota=True,user_id='080fed50695e469686f90433fb816e20',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] DELETE volume vol_id: 326f5abb-b025-49a4-b11e-e8922cf48329, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] volume_name: osv-Mm9au7AlSaSxHuiSLPSDKQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:17 ubuntu cinder-volume[115613]: WARNING py.warnings [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:17 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] <== delete_volume: return (308ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:18 ubuntu cinder-volume[115613]: WARNING cinder.quota [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Deprecated: Default quota for resource: volumes_3par1 is set by the default quota flag: quota_volumes_3par1, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:18 ubuntu cinder-volume[115613]: DEBUG cinder.quota [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Created reservations ['0755f744-211f-43ff-a561-9457ab62e627', 'e2891e2f-1dca-449a-b7a7-5b9b520eda19', 'db762ec4-11f9-40e0-86bb-f0acc82e1329', '5b49073f-058c-4ffc-bfe8-e774b94e7964'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:18 ubuntu cinder-volume[115613]: WARNING py.warnings [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:18 ubuntu cinder-volume[115613]: WARNING py.warnings [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:18 ubuntu cinder-volume[115613]: WARNING py.warnings [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:18 ubuntu cinder-volume[115613]: WARNING py.warnings [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] <== get_volume_stats: return (505ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:18 ubuntu cinder-volume[115613]: DEBUG cinder.manager [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:18 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Deleted volume successfully. -Jan 03 20:36:18 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-7555219b-e843-42b4-baec-bfb734e4f41c req-a0997ee6-b38c-44d5-b549-f79d7c8ec850 tempest-VolumesSnapshotsTestJSON-1223599798 None] Lock "/opt/stack/data/cinder/cinder-326f5abb-b025-49a4-b11e-e8922cf48329-delete_volume" released by "delete_volume" :: held 0.912s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Flow 'volume_create_manager' (d026d5ae-63c4-4027-9a1d-06826a7daeeb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (1b15c4b5-4886-4d1d-8500-e8f4562b8add) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (1b15c4b5-4886-4d1d-8500-e8f4562b8add) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-1431199578',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=32d4b92a-cf01-45a8-b149-ded260792456,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='05d474445939404c93bfb17597de1a5b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:20Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:20Z,use_quota=True,user_id='f7adbbb0c3ce4e2db70df75d3dab83ba',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (677c93cb-726b-4ac4-a674-d6c92db92eca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (677c93cb-726b-4ac4-a674-d6c92db92eca) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (140fa3ac-707d-4758-9b20-7911dc1b573d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (140fa3ac-707d-4758-9b20-7911dc1b573d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '32d4b92a-cf01-45a8-b149-ded260792456', 'volume_name': 'volume-32d4b92a-cf01-45a8-b149-ded260792456', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e417ff5a-8145-4908-a4ea-0ef76f2208b7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e417ff5a-8145-4908-a4ea-0ef76f2208b7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (31ea7742-b339-47f5-8531-ffc88f4a8247) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Volume 32d4b92a-cf01-45a8-b149-ded260792456: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-32d4b92a-cf01-45a8-b149-ded260792456', 'volume_size': 1} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-1431199578',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=32d4b92a-cf01-45a8-b149-ded260792456,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='05d474445939404c93bfb17597de1a5b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:20Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:20Z,use_quota=True,user_id='f7adbbb0c3ce4e2db70df75d3dab83ba',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] CREATE VOLUME (tempest-VolumesGetTestJSON-Volume-1431199578: volume-32d4b92a-cf01-45a8-b149-ded260792456 osv-MtS5Ks8BRaixSd7SYHkkVg on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Parameters passed for create volume {'name': 'osv-MtS5Ks8BRaixSd7SYHkkVg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "32d4b92a-cf01-45a8-b149-ded260792456", "name": "volume-32d4b92a-cf01-45a8-b149-ded260792456", "type": "OpenStack", "display_name": "tempest-VolumesGetTestJSON-Volume-1431199578", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: WARNING py.warnings [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:20 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] <== create_volume: return (236ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (31ea7742-b339-47f5-8531-ffc88f4a8247) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-32d4b92a-cf01-45a8-b149-ded260792456', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f101ec9b-58d7-4d1a-bc59-99744aa5d54d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Volume volume-32d4b92a-cf01-45a8-b149-ded260792456 (32d4b92a-cf01-45a8-b149-ded260792456): created successfully -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f101ec9b-58d7-4d1a-bc59-99744aa5d54d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Flow 'volume_create_manager' (d026d5ae-63c4-4027-9a1d-06826a7daeeb) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:20 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [req-11415c36-038c-426d-b3c8-38e4f6b30945 req-f06de499-4918-4fbe-bbe1-a08dd03db90e tempest-VolumesGetTestJSON-558527286 None] Created volume successfully. -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] Acquiring lock "/opt/stack/data/cinder/cinder-32d4b92a-cf01-45a8-b149-ded260792456-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] Lock "/opt/stack/data/cinder/cinder-32d4b92a-cf01-45a8-b149-ded260792456-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-1431199578',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=32d4b92a-cf01-45a8-b149-ded260792456,launched_at=2025-01-03T20:36:21Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='05d474445939404c93bfb17597de1a5b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:20Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:36:21Z,updated_at=2025-01-03T20:36:21Z,use_quota=True,user_id='f7adbbb0c3ce4e2db70df75d3dab83ba',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] DELETE volume vol_id: 32d4b92a-cf01-45a8-b149-ded260792456, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] volume_name: osv-MtS5Ks8BRaixSd7SYHkkVg {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: WARNING py.warnings [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:21 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] <== delete_volume: return (362ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.quota [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] Created reservations ['704e3647-bca4-4226-a7cd-938ab948beab', '2a44d8c8-e72c-4291-9371-abd3522b60d8', '3cfb194b-2bb6-47b9-9dc3-38ba294d1832', 'd1f3b60d-2c49-41b3-b1d8-94a9f7d3550c'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:21 ubuntu cinder-volume[115613]: WARNING py.warnings [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:21 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:22 ubuntu cinder-volume[115613]: WARNING py.warnings [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:22 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:22 ubuntu cinder-volume[115613]: WARNING py.warnings [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:22 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:22 ubuntu cinder-volume[115613]: WARNING py.warnings [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:22 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] <== get_volume_stats: return (525ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:22 ubuntu cinder-volume[115613]: DEBUG cinder.manager [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:22 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] Deleted volume successfully. -Jan 03 20:36:22 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [req-9f37422f-8df2-4dbe-bf7f-5c8e886c99d5 req-896c2944-4507-4364-855b-c05d2308299f tempest-VolumesGetTestJSON-558527286 None] Lock "/opt/stack/data/cinder/cinder-32d4b92a-cf01-45a8-b149-ded260792456-delete_volume" released by "delete_volume" :: held 0.983s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_manager' (c53f3f6a-6ad4-4ed9-9b43-57cfa3176ec9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (174b4b0b-7bf8-4550-ba05-edae2c129bf4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (174b4b0b-7bf8-4550-ba05-edae2c129bf4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-313027256',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e68166bb-360c-4110-b30d-272c00ab2b86,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:24Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:24Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f6b7245a-3499-4f98-9294-0daa40850752) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f6b7245a-3499-4f98-9294-0daa40850752) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (b3d0c892-3980-40f8-b3f4-c8a21a38a464) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (b3d0c892-3980-40f8-b3f4-c8a21a38a464) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'e68166bb-360c-4110-b30d-272c00ab2b86', 'volume_name': 'volume-e68166bb-360c-4110-b30d-272c00ab2b86', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5d0df092-7782-491a-ba28-714b401dfcb5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5d0df092-7782-491a-ba28-714b401dfcb5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (caa15999-8e67-4bf1-9fa2-7c7309b1bb39) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Volume e68166bb-360c-4110-b30d-272c00ab2b86: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-e68166bb-360c-4110-b30d-272c00ab2b86', 'volume_size': 1} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-313027256',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e68166bb-360c-4110-b30d-272c00ab2b86,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:24Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:24Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] CREATE VOLUME (tempest-VolumesTestJSON-volume-313027256: volume-e68166bb-360c-4110-b30d-272c00ab2b86 osv-5oFmuzYMQRCzDScsAKsrhg on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Parameters passed for create volume {'name': 'osv-5oFmuzYMQRCzDScsAKsrhg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "e68166bb-360c-4110-b30d-272c00ab2b86", "name": "volume-e68166bb-360c-4110-b30d-272c00ab2b86", "type": "OpenStack", "display_name": "tempest-VolumesTestJSON-volume-313027256", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:24 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] <== create_volume: return (242ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (caa15999-8e67-4bf1-9fa2-7c7309b1bb39) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-e68166bb-360c-4110-b30d-272c00ab2b86', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d39bcb8d-161f-4b54-8ac3-f103879b4463) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Volume volume-e68166bb-360c-4110-b30d-272c00ab2b86 (e68166bb-360c-4110-b30d-272c00ab2b86): created successfully -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d39bcb8d-161f-4b54-8ac3-f103879b4463) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_manager' (c53f3f6a-6ad4-4ed9-9b43-57cfa3176ec9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:24 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-8e848c9a-02ab-481f-846b-66220af2e2a1 tempest-VolumesTestJSON-1386645545 None] Created volume successfully. -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_manager' (e5cb5bfa-0691-4673-ba35-7e90c243d255) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (44695fa2-3934-4ac1-8378-65ede25bfd6f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (44695fa2-3934-4ac1-8378-65ede25bfd6f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1525116597',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd0d92e0-7c59-4a36-b07c-15b9fd26fed9,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:26Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:26Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (17124924-ad52-46af-bd09-d3f816b397c1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (17124924-ad52-46af-bd09-d3f816b397c1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fed92ef9-7de6-498c-bb1f-38a36d2c4573) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fed92ef9-7de6-498c-bb1f-38a36d2c4573) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'dd0d92e0-7c59-4a36-b07c-15b9fd26fed9', 'volume_name': 'volume-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3be97e73-6fce-4837-899b-d94b8d17ad73) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3be97e73-6fce-4837-899b-d94b8d17ad73) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8a8955b1-e665-4131-b940-1804ffbfc856) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Volume dd0d92e0-7c59-4a36-b07c-15b9fd26fed9: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9', 'volume_size': 1} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1525116597',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd0d92e0-7c59-4a36-b07c-15b9fd26fed9,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:26Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:26Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] CREATE VOLUME (tempest-VolumesTestJSON-volume-1525116597: volume-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 osv-3Q2S4HxZSjawfBW5-Sb.2Q on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Parameters passed for create volume {'name': 'osv-3Q2S4HxZSjawfBW5-Sb.2Q', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "dd0d92e0-7c59-4a36-b07c-15b9fd26fed9", "name": "volume-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9", "type": "OpenStack", "display_name": "tempest-VolumesTestJSON-volume-1525116597", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:25 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:25 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] <== create_volume: return (415ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8a8955b1-e665-4131-b940-1804ffbfc856) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a6bade20-fcba-4a30-ba82-cf804a2b8b32) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Volume volume-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9 (dd0d92e0-7c59-4a36-b07c-15b9fd26fed9): created successfully -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a6bade20-fcba-4a30-ba82-cf804a2b8b32) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_manager' (e5cb5bfa-0691-4673-ba35-7e90c243d255) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-383f6427-9ae8-4cd9-9f33-201bdc5ed2a1 tempest-VolumesTestJSON-1386645545 None] Created volume successfully. -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_manager' (308302ec-6039-46f0-a40a-9ff18345b374) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f6657af0-1b11-498e-87f2-6b5d4a540d44) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f6657af0-1b11-498e-87f2-6b5d4a540d44) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:27Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-201922900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1d2570c9-8d16-4e5e-a6aa-acb28fa631af,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:27Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:27Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (143d207e-c947-407b-86fc-ccfae58ee3ad) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (143d207e-c947-407b-86fc-ccfae58ee3ad) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (63094b2d-3e97-4fdc-9dc2-c56686cfc1a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (63094b2d-3e97-4fdc-9dc2-c56686cfc1a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '1d2570c9-8d16-4e5e-a6aa-acb28fa631af', 'volume_name': 'volume-1d2570c9-8d16-4e5e-a6aa-acb28fa631af', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d9d9e4cc-b9b1-4b67-82d7-9e1b3a558920) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d9d9e4cc-b9b1-4b67-82d7-9e1b3a558920) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (124ab26a-856f-4cfb-9545-9accce8e83ee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Volume 1d2570c9-8d16-4e5e-a6aa-acb28fa631af: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-1d2570c9-8d16-4e5e-a6aa-acb28fa631af', 'volume_size': 1} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:27Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-201922900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1d2570c9-8d16-4e5e-a6aa-acb28fa631af,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:27Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:27Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] CREATE VOLUME (tempest-VolumesTestJSON-volume-201922900: volume-1d2570c9-8d16-4e5e-a6aa-acb28fa631af osv-HSVwyY0WTl6mqqyyj6Yxrw on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Parameters passed for create volume {'name': 'osv-HSVwyY0WTl6mqqyyj6Yxrw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "1d2570c9-8d16-4e5e-a6aa-acb28fa631af", "name": "volume-1d2570c9-8d16-4e5e-a6aa-acb28fa631af", "type": "OpenStack", "display_name": "tempest-VolumesTestJSON-volume-201922900", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:26 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:26 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] <== create_volume: return (711ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (124ab26a-856f-4cfb-9545-9accce8e83ee) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-1d2570c9-8d16-4e5e-a6aa-acb28fa631af', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (4fb2a6cc-ff44-4574-bb24-63633805dd3c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:27 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Volume volume-1d2570c9-8d16-4e5e-a6aa-acb28fa631af (1d2570c9-8d16-4e5e-a6aa-acb28fa631af): created successfully -Jan 03 20:36:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (4fb2a6cc-ff44-4574-bb24-63633805dd3c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Flow 'volume_create_manager' (308302ec-6039-46f0-a40a-9ff18345b374) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:27 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-51eb7f37-d23e-4cb9-850a-80df5e6012a5 tempest-VolumesTestJSON-1386645545 None] Created volume successfully. -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Acquiring lock "/opt/stack/data/cinder/cinder-1d2570c9-8d16-4e5e-a6aa-acb28fa631af-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Lock "/opt/stack/data/cinder/cinder-1d2570c9-8d16-4e5e-a6aa-acb28fa631af-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:27Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-201922900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1d2570c9-8d16-4e5e-a6aa-acb28fa631af,launched_at=2025-01-03T20:36:28Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:27Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:36:28Z,updated_at=2025-01-03T20:36:28Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] DELETE volume vol_id: 1d2570c9-8d16-4e5e-a6aa-acb28fa631af, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] volume_name: osv-HSVwyY0WTl6mqqyyj6Yxrw {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:28 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] <== delete_volume: return (125ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Created reservations ['6f695771-005c-4e07-90f7-d402f629a54e', '518752f7-c7cc-40a2-b579-77583ecb8276', '774a9d8a-eb05-4fda-a1e5-9be04cdb485b', 'd5f686c6-0a9a-4bd5-9a99-b03db77a3183'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:28 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:28 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:28 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:28 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:28 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:28 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:28 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] <== get_volume_stats: return (486ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:28 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Deleted volume successfully. -Jan 03 20:36:28 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a482cbfa-d4b9-48ee-a493-8cd7c60d507a tempest-VolumesTestJSON-1386645545 None] Lock "/opt/stack/data/cinder/cinder-1d2570c9-8d16-4e5e-a6aa-acb28fa631af-delete_volume" released by "delete_volume" :: held 0.714s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Acquiring lock "/opt/stack/data/cinder/cinder-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Lock "/opt/stack/data/cinder/cinder-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1525116597',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd0d92e0-7c59-4a36-b07c-15b9fd26fed9,launched_at=2025-01-03T20:36:26Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:26Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:36:29Z,updated_at=2025-01-03T20:36:29Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] DELETE volume vol_id: dd0d92e0-7c59-4a36-b07c-15b9fd26fed9, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] volume_name: osv-3Q2S4HxZSjawfBW5-Sb.2Q {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:29 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] <== delete_volume: return (134ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Created reservations ['15f1d0d6-4083-4db8-a793-2df9d318fdd8', 'aca7dee5-e59a-4d94-af19-b285e12f13cc', '4a7e2637-0b18-4ab7-959f-759512ba540b', 'edbf61f1-7af5-40a1-9196-f0cce71873e6'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:29 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:29 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:29 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:29 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:29 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:29 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:29 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:29 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] <== get_volume_stats: return (538ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Deleted volume successfully. -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-dd6e5ae9-f376-425c-848a-4f72a3992673 tempest-VolumesTestJSON-1386645545 None] Lock "/opt/stack/data/cinder/cinder-dd0d92e0-7c59-4a36-b07c-15b9fd26fed9-delete_volume" released by "delete_volume" :: held 0.772s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Acquiring lock "/opt/stack/data/cinder/cinder-e68166bb-360c-4110-b30d-272c00ab2b86-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Lock "/opt/stack/data/cinder/cinder-e68166bb-360c-4110-b30d-272c00ab2b86-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-313027256',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e68166bb-360c-4110-b30d-272c00ab2b86,launched_at=2025-01-03T20:36:25Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='21f1405150f0476d959ffa31fa823df5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:24Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:36:30Z,updated_at=2025-01-03T20:36:30Z,use_quota=True,user_id='777b35dfa6aa4fa2b4da2155eb7375f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] DELETE volume vol_id: e68166bb-360c-4110-b30d-272c00ab2b86, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] volume_name: osv-5oFmuzYMQRCzDScsAKsrhg {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:30 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] <== delete_volume: return (118ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Created reservations ['098d389d-2d33-43f2-b613-50567cac28a4', '1320cf74-998a-4d94-bfc4-de2d2e475c90', '07777c3c-e3da-45ab-be18-9f32058dc7ca', 'f1a852b9-d57e-4a6c-a1f8-896e51b17248'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:30 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:30 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:30 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:30 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:31 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:31 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:31 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:31 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] <== get_volume_stats: return (518ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:31 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:31 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Deleted volume successfully. -Jan 03 20:36:31 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-43fcfa2c-89c8-4e4c-96ad-ec38924213dc tempest-VolumesTestJSON-1386645545 None] Lock "/opt/stack/data/cinder/cinder-e68166bb-360c-4110-b30d-272c00ab2b86-delete_volume" released by "delete_volume" :: held 0.745s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:36:35 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-27cac7b3-7def-4da5-8a3a-051bc71e7838 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] Obtained capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115614) get_capabilities /opt/stack/cinder/cinder/volume/manager.py:4767}} -Jan 03 20:36:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-65cc9b33-5d95-4c5d-89e2-fee41fbd4e70 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] Obtained capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115613) get_capabilities /opt/stack/cinder/cinder/volume/manager.py:4767}} -Jan 03 20:36:36 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-77450e24-30c6-4c39-8458-942e758b34c2 tempest-BackendsCapabilitiesAdminTestsJSON-1569759180 None] Obtained capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115614) get_capabilities /opt/stack/cinder/cinder/volume/manager.py:4767}} -Jan 03 20:36:38 ubuntu cinder-volume[115613]: DEBUG oslo_service.periodic_task [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115613) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:36:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:36:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] <== get_volume_stats: return (495ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:39 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:39 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Group tempest-GroupSnapshotsTest-Group-695510371: creating -Jan 03 20:36:39 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:39Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=42e503ea-8214-4ef5-a147-d82957286515,name='tempest-GroupSnapshotsTest-Group-695510371',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:36:39Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=['8c38e5c8-7a9e-4b33-b833-ef51e90c5e53'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:39 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:39Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=42e503ea-8214-4ef5-a147-d82957286515,name='tempest-GroupSnapshotsTest-Group-695510371',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:36:39Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=['8c38e5c8-7a9e-4b33-b833-ef51e90c5e53'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:39 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] <== create_group: exception (14ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:39 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Group tempest-GroupSnapshotsTest-Group-695510371: created successfully -Jan 03 20:36:39 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c45e26e9-b8bc-4785-97f1-75e4eccc4a01 tempest-GroupSnapshotsTest-1768571277 None] Create group completed successfully. -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (e22fa0ec-c9ee-4f7f-beba-f262fac6d9d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (25b99ab0-8af7-4d08-8ac6-4cf9880f1841) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (25b99ab0-8af7-4d08-8ac6-4cf9880f1841) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1250849673',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=42e503ea-8214-4ef5-a147-d82957286515,host='ubuntu@3par2#SSD_r6',id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:40Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:40Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53),volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (6dee2f77-797b-42e1-a1f7-af28bd5d773d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (6dee2f77-797b-42e1-a1f7-af28bd5d773d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (08a519fd-243e-4e63-9ce5-2cac08463568) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (08a519fd-243e-4e63-9ce5-2cac08463568) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '64135d8d-dbdd-44a9-99dc-70a3517ecf35', 'volume_name': 'volume-64135d8d-dbdd-44a9-99dc-70a3517ecf35', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (19acf8a8-a061-44ad-a781-6eeec0e6aa72) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (19acf8a8-a061-44ad-a781-6eeec0e6aa72) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (36326871-b125-4515-812a-9cc0a40c29cf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Volume 64135d8d-dbdd-44a9-99dc-70a3517ecf35: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-64135d8d-dbdd-44a9-99dc-70a3517ecf35', 'volume_size': 1} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=42e503ea-8214-4ef5-a147-d82957286515,created_at=2025-01-03T20:36:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1250849673',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=42e503ea-8214-4ef5-a147-d82957286515,host='ubuntu@3par2#SSD_r6',id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:40Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:40Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53),volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] CREATE VOLUME (tempest-volume-1250849673: volume-64135d8d-dbdd-44a9-99dc-70a3517ecf35 osv-ZBNdjdvdRKmZ3HCjUX7PNQ on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Parameters passed for create volume {'name': 'osv-ZBNdjdvdRKmZ3HCjUX7PNQ', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "64135d8d-dbdd-44a9-99dc-70a3517ecf35", "name": "volume-64135d8d-dbdd-44a9-99dc-70a3517ecf35", "type": "OpenStack", "display_name": "tempest-volume-1250849673", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-1611693771", "volume_type_id": "8c38e5c8-7a9e-4b33-b833-ef51e90c5e53", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:40 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] <== create_volume: return (238ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (36326871-b125-4515-812a-9cc0a40c29cf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-64135d8d-dbdd-44a9-99dc-70a3517ecf35', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a747c270-ed76-4936-b289-c336008638bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Volume volume-64135d8d-dbdd-44a9-99dc-70a3517ecf35 (64135d8d-dbdd-44a9-99dc-70a3517ecf35): created successfully -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a747c270-ed76-4936-b289-c336008638bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (e22fa0ec-c9ee-4f7f-beba-f262fac6d9d3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:40 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-33dfc1c1-286f-4ed8-a6cb-8d9e05739bca tempest-GroupSnapshotsTest-1768571277 None] Created volume successfully. -Jan 03 20:36:41 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] GroupSnapshot 9a2f89f0-6d28-450d-ae73-b364844ce216: creating. -Jan 03 20:36:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] Group snapshot 9a2f89f0-6d28-450d-ae73-b364844ce216: creating. {{(pid=115614) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} -Jan 03 20:36:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:36:41Z,deleted=False,deleted_at=None,description=None,group=Group(42e503ea-8214-4ef5-a147-d82957286515),group_id=42e503ea-8214-4ef5-a147-d82957286515,group_type_id=a0bf1acf-3655-450b-b225-d9ffca351699,id=9a2f89f0-6d28-450d-ae73-b364844ce216,name='tempest-group_snapshot-1390599946',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0'), 'snapshots': SnapshotList(objects=[Snapshot(40cbd2b4-2052-4f12-aa6f-d687eba1dd08)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] Checking if GroupSnapshot(created_at=2025-01-03T20:36:41Z,deleted=False,deleted_at=None,description=None,group=Group(42e503ea-8214-4ef5-a147-d82957286515),group_id=42e503ea-8214-4ef5-a147-d82957286515,group_type_id=a0bf1acf-3655-450b-b225-d9ffca351699,id=9a2f89f0-6d28-450d-ae73-b364844ce216,name='tempest-group_snapshot-1390599946',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] <== create_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1390599946',encryption_key_id=None,group_snapshot=,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,volume_size=1,volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] Create Snapshot -Jan 03 20:36:41 ubuntu cinder-volume[115614]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1390599946',encryption_key_id=None,group_snapshot=,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,volume_size=1,volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53) {{(pid=115614) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:36:41 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:41 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:41 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] <== create_snapshot: return (390ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:42 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d26f0423-371e-420c-8905-58c347bede9d tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9a2f89f0-6d28-450d-ae73-b364844ce216: created successfully -Jan 03 20:36:42 ubuntu cinder-volume[115614]: DEBUG oslo_service.periodic_task [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115614) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:36:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] <== get_volume_stats: return (506ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:42 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] ==> create_group_from_src: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:43Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,group_snapshots=,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=9eae3fe4-d66e-452c-8dd7-f7c050111719,name='tempest-Group_from_snap-848721437',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(a27ec31c-c287-4070-978a-1a334d5a1b93)]), 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:36:41Z,deleted=False,deleted_at=None,description=None,group=,group_id=42e503ea-8214-4ef5-a147-d82957286515,group_type_id=a0bf1acf-3655-450b-b225-d9ffca351699,id=9a2f89f0-6d28-450d-ae73-b364844ce216,name='tempest-group_snapshot-1390599946',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='available',updated_at=2025-01-03T20:36:42Z,user_id='489eff76926b4a99a1cdd0cb12794ff0'), 'snapshots': [Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1390599946',encryption_key_id=None,group_snapshot=,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='available',updated_at=2025-01-03T20:36:42Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,volume_size=1,volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)], 'source_group': None, 'source_vols': None}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:43Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,group_snapshots=,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=9eae3fe4-d66e-452c-8dd7-f7c050111719,name='tempest-Group_from_snap-848721437',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] <== create_group_from_src: exception (6ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] ==> create_volume_from_snapshot: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:43Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9eae3fe4-d66e-452c-8dd7-f7c050111719,host='ubuntu@3par2#SSD_r6',id=a27ec31c-c287-4070-978a-1a334d5a1b93,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:43Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53),volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53), 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1390599946',encryption_key_id=None,group_snapshot=,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='available',updated_at=2025-01-03T20:36:42Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,volume_size=1,volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Create Volume from Snapshot -Jan 03 20:36:43 ubuntu cinder-volume[115614]: None -Jan 03 20:36:43 ubuntu cinder-volume[115614]: 'tempest-group_snapshot-1390599946' {{(pid=115614) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2866}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:43 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:43 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] convert_to_base: False {{(pid=115614) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2905}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] growth_size: 0 {{(pid=115614) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2909}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] volume is created as child of snapshot {{(pid=115614) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2916}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] <== create_volume_from_snapshot: return (62ms) {} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:43 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-5c31331e-7c58-4c68-9d52-48d6c24597db tempest-GroupSnapshotsTest-1768571277 None] Create group from source-snapshot-9a2f89f0-6d28-450d-ae73-b364844ce216 completed successfully. -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:44Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,group_snapshots=GroupSnapshotList,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=9eae3fe4-d66e-452c-8dd7-f7c050111719,name='tempest-Group_from_snap-848721437',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:36:44Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(a27ec31c-c287-4070-978a-1a334d5a1b93)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:44Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,group_snapshots=GroupSnapshotList,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=9eae3fe4-d66e-452c-8dd7-f7c050111719,name='tempest-Group_from_snap-848721437',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:36:44Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:44Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9eae3fe4-d66e-452c-8dd7-f7c050111719,host='ubuntu@3par2#SSD_r6',id=a27ec31c-c287-4070-978a-1a334d5a1b93,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:36:45Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53),volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] DELETE volume vol_id: a27ec31c-c287-4070-978a-1a334d5a1b93, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] volume_name: osv-on7DHMKHQHCXihozTVobkw {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:44 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:44 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] <== delete_volume: return (65ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['937e6879-2488-4dc4-81f1-2842afd091e0'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-1611693771 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-1611693771, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:44 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1611693771 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1611693771, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['fc8912d0-9ee1-46b9-ad53-1fea4ff0af21', '6daf6ad1-7abc-4f39-9dbe-a8dead8b39ce', '9f563505-f95f-4e69-a5bb-a61f525c7341', '3219da33-4ca6-4110-8bef-229263180ce4'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:44 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:44 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:45 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:45 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:45 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:45 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:45 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:45 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] <== get_volume_stats: return (502ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-dea415f3-12d0-4437-8c7e-819b1065ecc1 tempest-GroupSnapshotsTest-1768571277 None] Delete group completed successfully. -Jan 03 20:36:45 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9a2f89f0-6d28-450d-ae73-b364844ce216: deleting -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9a2f89f0-6d28-450d-ae73-b364844ce216: deleting {{(pid=115614) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:36:41Z,deleted=False,deleted_at=None,description=None,group=Group(42e503ea-8214-4ef5-a147-d82957286515),group_id=42e503ea-8214-4ef5-a147-d82957286515,group_type_id=a0bf1acf-3655-450b-b225-d9ffca351699,id=9a2f89f0-6d28-450d-ae73-b364844ce216,name='tempest-group_snapshot-1390599946',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='deleting',updated_at=2025-01-03T20:36:42Z,user_id='489eff76926b4a99a1cdd0cb12794ff0'), 'snapshots': SnapshotList(objects=[Snapshot(40cbd2b4-2052-4f12-aa6f-d687eba1dd08)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] Checking if GroupSnapshot(created_at=2025-01-03T20:36:41Z,deleted=False,deleted_at=None,description=None,group=Group(42e503ea-8214-4ef5-a147-d82957286515),group_id=42e503ea-8214-4ef5-a147-d82957286515,group_type_id=a0bf1acf-3655-450b-b225-d9ffca351699,id=9a2f89f0-6d28-450d-ae73-b364844ce216,name='tempest-group_snapshot-1390599946',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='deleting',updated_at=2025-01-03T20:36:42Z,user_id='489eff76926b4a99a1cdd0cb12794ff0') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] <== delete_group_snapshot: exception (3ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1390599946',encryption_key_id=None,group_snapshot=,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:46Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,volume_size=1,volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] Delete Snapshot id 40cbd2b4-2052-4f12-aa6f-d687eba1dd08 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1390599946',encryption_key_id=None,group_snapshot=,group_snapshot_id=9a2f89f0-6d28-450d-ae73-b364844ce216,id=40cbd2b4-2052-4f12-aa6f-d687eba1dd08,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:46Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,volume_size=1,volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53) {{(pid=115614) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:45 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:45 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] <== delete_snapshot: return (48ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-1611693771 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-1611693771, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:45 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['cdfcf51f-0883-4717-8f1e-f52156d042d1', 'c1644c5c-cadd-4d54-bbcc-c19b3cb95ea8', 'bc8cef61-3fa3-4aaf-a299-29de32881ff5', '352b04ff-9763-4a15-a2ad-e1801c19c63c'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:45 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-0b8c2882-0b0a-488a-b29a-5bc09a90cb8a tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9a2f89f0-6d28-450d-ae73-b364844ce216: deleted successfully -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:39Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=42e503ea-8214-4ef5-a147-d82957286515,name='tempest-GroupSnapshotsTest-Group-695510371',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:36:39Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(64135d8d-dbdd-44a9-99dc-70a3517ecf35)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:39Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='a0bf1acf-3655-450b-b225-d9ffca351699',host='ubuntu@3par2#SSD_r6',id=42e503ea-8214-4ef5-a147-d82957286515,name='tempest-GroupSnapshotsTest-Group-695510371',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:36:39Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1250849673',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=42e503ea-8214-4ef5-a147-d82957286515,host='ubuntu@3par2#SSD_r6',id=64135d8d-dbdd-44a9-99dc-70a3517ecf35,launched_at=2025-01-03T20:36:41Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:40Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:36:47Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(8c38e5c8-7a9e-4b33-b833-ef51e90c5e53),volume_type_id=8c38e5c8-7a9e-4b33-b833-ef51e90c5e53)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] DELETE volume vol_id: 64135d8d-dbdd-44a9-99dc-70a3517ecf35, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] volume_name: osv-ZBNdjdvdRKmZ3HCjUX7PNQ {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:47 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:47 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] <== delete_volume: return (130ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['fa19126b-944b-469e-84e2-011694cd6a35'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: WARNING cinder.db.sqlalchemy.api [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Reservation would make usage less than 0 for the following resources, so on commit they will be limited to prevent going below 0: ['gigabytes', 'gigabytes_tempest-GroupSnapshotsTest-volume-type-1611693771'] -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['f2eb8d5f-5406-45dc-ba01-fe8619189304', '93ea793d-8a75-4043-832b-55bb5ed002df', 'd44a6d6d-1d1d-4db6-a700-21b68a9ff785', '4f245a64-1360-41fa-9cce-8b60dd017689'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:47 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:47 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:47 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:47 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:47 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:47 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:48 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:48 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] <== get_volume_stats: return (885ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:48 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:36:48 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-32ca3e08-5fa8-40ab-b2e9-905b9ca16676 tempest-GroupSnapshotsTest-1768571277 None] Delete group completed successfully. -Jan 03 20:36:48 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Group tempest-GroupSnapshotsTest-Group-2130914112: creating -Jan 03 20:36:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:36:48Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=['a7e05f42-db7e-4ca8-8f24-23c416831b6f'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:36:48Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=['a7e05f42-db7e-4ca8-8f24-23c416831b6f'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] <== create_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:48 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Group tempest-GroupSnapshotsTest-Group-2130914112: created successfully -Jan 03 20:36:48 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c145d1fd-e7ee-4a17-a152-b1a8e4be4721 tempest-GroupSnapshotsTest-1768571277 None] Create group completed successfully. -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (3ba1be1d-ee93-405d-9147-c95e9355792b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a3620dd3-8032-4f6d-9d72-aaca327cb60d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a3620dd3-8032-4f6d-9d72-aaca327cb60d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1462300380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=9f498909-19c8-4d7d-9708-25c3edcd457c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:50Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (51307735-bdc9-44b6-a724-ddc1986f441e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (51307735-bdc9-44b6-a724-ddc1986f441e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5f58d319-7761-4c54-8bf1-062e4912ba4b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5f58d319-7761-4c54-8bf1-062e4912ba4b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '9f498909-19c8-4d7d-9708-25c3edcd457c', 'volume_name': 'volume-9f498909-19c8-4d7d-9708-25c3edcd457c', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d48371e4-e2ee-482e-ae41-dd347e9e14f5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d48371e4-e2ee-482e-ae41-dd347e9e14f5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (92a977c8-1107-4ef0-8ad8-16a7748d2f30) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Volume 9f498909-19c8-4d7d-9708-25c3edcd457c: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-9f498909-19c8-4d7d-9708-25c3edcd457c', 'volume_size': 1} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,created_at=2025-01-03T20:36:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1462300380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=9f498909-19c8-4d7d-9708-25c3edcd457c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:50Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] CREATE VOLUME (tempest-volume-1462300380: volume-9f498909-19c8-4d7d-9708-25c3edcd457c osv-n0mJCRnITX2XCCXD7c1FfA on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Parameters passed for create volume {'name': 'osv-n0mJCRnITX2XCCXD7c1FfA', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "9f498909-19c8-4d7d-9708-25c3edcd457c", "name": "volume-9f498909-19c8-4d7d-9708-25c3edcd457c", "type": "OpenStack", "display_name": "tempest-volume-1462300380", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-44207785", "volume_type_id": "a7e05f42-db7e-4ca8-8f24-23c416831b6f", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:49 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] <== create_volume: return (234ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (92a977c8-1107-4ef0-8ad8-16a7748d2f30) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-9f498909-19c8-4d7d-9708-25c3edcd457c', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cbd4bd5b-639c-41ce-a1fa-8ba22e9b89ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Volume volume-9f498909-19c8-4d7d-9708-25c3edcd457c (9f498909-19c8-4d7d-9708-25c3edcd457c): created successfully -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cbd4bd5b-639c-41ce-a1fa-8ba22e9b89ea) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (3ba1be1d-ee93-405d-9147-c95e9355792b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:49 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-15bc8d9c-ba24-48ef-a749-4fdc7d3a7674 tempest-GroupSnapshotsTest-1768571277 None] Created volume successfully. -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (af3fd0ae-cf67-4295-a32a-f448d3542f56) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8e38ce24-5a54-429a-ad50-cb35d29028bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8e38ce24-5a54-429a-ad50-cb35d29028bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1646963465',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=e9dd680f-11c8-4eb0-b30e-28880f57274a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:51Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:51Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (2acda7ff-3afc-4eb2-b4f5-57b443a9047b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (2acda7ff-3afc-4eb2-b4f5-57b443a9047b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (62b1d977-a64f-4d4b-9a4d-ea22513c38a2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (62b1d977-a64f-4d4b-9a4d-ea22513c38a2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'e9dd680f-11c8-4eb0-b30e-28880f57274a', 'volume_name': 'volume-e9dd680f-11c8-4eb0-b30e-28880f57274a', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0c7b9137-3e04-412a-9bdc-64393891eb87) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0c7b9137-3e04-412a-9bdc-64393891eb87) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (fcacb447-2345-4939-bc0d-bbba0d35c223) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Volume e9dd680f-11c8-4eb0-b30e-28880f57274a: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-e9dd680f-11c8-4eb0-b30e-28880f57274a', 'volume_size': 1} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,created_at=2025-01-03T20:36:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1646963465',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=e9dd680f-11c8-4eb0-b30e-28880f57274a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:51Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:36:51Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] CREATE VOLUME (tempest-volume-1646963465: volume-e9dd680f-11c8-4eb0-b30e-28880f57274a osv-6d1oDxHITrCzDiiID1cnSg on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:36:50 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Parameters passed for create volume {'name': 'osv-6d1oDxHITrCzDiiID1cnSg', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "e9dd680f-11c8-4eb0-b30e-28880f57274a", "name": "volume-e9dd680f-11c8-4eb0-b30e-28880f57274a", "type": "OpenStack", "display_name": "tempest-volume-1646963465", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-44207785", "volume_type_id": "a7e05f42-db7e-4ca8-8f24-23c416831b6f", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:36:51 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:51 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] <== create_volume: return (235ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (fcacb447-2345-4939-bc0d-bbba0d35c223) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-e9dd680f-11c8-4eb0-b30e-28880f57274a', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (edf5d57b-27ec-40e5-b567-5e0827e3e2e7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:36:51 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Volume volume-e9dd680f-11c8-4eb0-b30e-28880f57274a (e9dd680f-11c8-4eb0-b30e-28880f57274a): created successfully -Jan 03 20:36:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (edf5d57b-27ec-40e5-b567-5e0827e3e2e7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:36:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (af3fd0ae-cf67-4295-a32a-f448d3542f56) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:36:51 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-7a96387a-41d8-4ccf-8703-2b37e01ea8a9 tempest-GroupSnapshotsTest-1768571277 None] Created volume successfully. -Jan 03 20:36:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:52Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=), 'add_volumes': [], 'remove_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1462300380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=9f498909-19c8-4d7d-9708-25c3edcd457c,launched_at=2025-01-03T20:36:50Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:50Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:36:50Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)]}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:52Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 None] <== update_group: exception (6ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:52 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-6f8f7ca6-8ffd-42f6-bee2-f6095d6bb2b3 tempest-GroupSnapshotsTest-1768571277 None] Update group completed successfully. -Jan 03 20:36:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:53Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=VolumeTypeList,volumes=), 'add_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1462300380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=9f498909-19c8-4d7d-9708-25c3edcd457c,launched_at=2025-01-03T20:36:50Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:50Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:36:52Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)], 'remove_volumes': []}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:53Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=VolumeTypeList,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 None] <== update_group: exception (8ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:53 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-2b5c7f0e-a9d0-4f06-af34-9524af0a1964 tempest-GroupSnapshotsTest-1768571277 None] Update group completed successfully. -Jan 03 20:36:54 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:54Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=), 'add_volumes': [], 'remove_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1646963465',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=e9dd680f-11c8-4eb0-b30e-28880f57274a,launched_at=2025-01-03T20:36:51Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:51Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:36:51Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)]}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:54 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:54Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:54 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 None] <== update_group: exception (10ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:54 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-179cbb9f-9c1d-4bfb-bf17-699013691f65 tempest-GroupSnapshotsTest-1768571277 None] Update group completed successfully. -Jan 03 20:36:55 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:55Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=VolumeTypeList,volumes=), 'add_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1646963465',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=e9dd680f-11c8-4eb0-b30e-28880f57274a,launched_at=2025-01-03T20:36:51Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:51Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:36:54Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)], 'remove_volumes': []}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:55 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:36:55Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=VolumeTypeList,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:55 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 None] <== update_group: exception (14ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:55 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-83f0a8ed-db58-411b-99c0-20ecd2044a16 tempest-GroupSnapshotsTest-1768571277 None] Update group completed successfully. -Jan 03 20:36:56 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] GroupSnapshot 265e1798-134f-4f28-bc47-3f353e6e09ba: creating. -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] Group snapshot 265e1798-134f-4f28-bc47-3f353e6e09ba: creating. {{(pid=115614) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,description=None,group=Group(9f135d92-5dc6-4b5c-86df-2eb1b0044ac0),group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c,id=265e1798-134f-4f28-bc47-3f353e6e09ba,name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0'), 'snapshots': SnapshotList(objects=[Snapshot(59f9bf85-ea35-4081-9a03-c516ddb08e33),Snapshot(7b6ee036-bdc0-44b9-b0dd-dfd634676641)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] Checking if GroupSnapshot(created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,description=None,group=Group(9f135d92-5dc6-4b5c-86df-2eb1b0044ac0),group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c,id=265e1798-134f-4f28-bc47-3f353e6e09ba,name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] <== create_group_snapshot: exception (3ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=59f9bf85-ea35-4081-9a03-c516ddb08e33,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=9f498909-19c8-4d7d-9708-25c3edcd457c,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] Create Snapshot -Jan 03 20:36:56 ubuntu cinder-volume[115614]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=59f9bf85-ea35-4081-9a03-c516ddb08e33,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=9f498909-19c8-4d7d-9708-25c3edcd457c,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f) {{(pid=115614) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:56 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:56 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] <== create_snapshot: return (63ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=7b6ee036-bdc0-44b9-b0dd-dfd634676641,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=e9dd680f-11c8-4eb0-b30e-28880f57274a,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] Create Snapshot -Jan 03 20:36:56 ubuntu cinder-volume[115614]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=7b6ee036-bdc0-44b9-b0dd-dfd634676641,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=e9dd680f-11c8-4eb0-b30e-28880f57274a,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f) {{(pid=115614) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:56 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:56 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:56 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] <== create_snapshot: return (62ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:56 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-5805d73a-6640-4f35-abcf-b6c5bb051f52 tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 265e1798-134f-4f28-bc47-3f353e6e09ba: created successfully -Jan 03 20:36:57 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 265e1798-134f-4f28-bc47-3f353e6e09ba: deleting -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 265e1798-134f-4f28-bc47-3f353e6e09ba: deleting {{(pid=115614) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,description=None,group=Group(9f135d92-5dc6-4b5c-86df-2eb1b0044ac0),group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c,id=265e1798-134f-4f28-bc47-3f353e6e09ba,name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='deleting',updated_at=2025-01-03T20:36:57Z,user_id='489eff76926b4a99a1cdd0cb12794ff0'), 'snapshots': SnapshotList(objects=[Snapshot(59f9bf85-ea35-4081-9a03-c516ddb08e33),Snapshot(7b6ee036-bdc0-44b9-b0dd-dfd634676641)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] Checking if GroupSnapshot(created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,description=None,group=Group(9f135d92-5dc6-4b5c-86df-2eb1b0044ac0),group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,group_type_id=51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c,id=265e1798-134f-4f28-bc47-3f353e6e09ba,name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='deleting',updated_at=2025-01-03T20:36:57Z,user_id='489eff76926b4a99a1cdd0cb12794ff0') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] <== delete_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=59f9bf85-ea35-4081-9a03-c516ddb08e33,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:58Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=9f498909-19c8-4d7d-9708-25c3edcd457c,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] Delete Snapshot id 59f9bf85-ea35-4081-9a03-c516ddb08e33 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=59f9bf85-ea35-4081-9a03-c516ddb08e33,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:58Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=9f498909-19c8-4d7d-9708-25c3edcd457c,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f) {{(pid=115614) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:57 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:57 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] <== delete_snapshot: return (138ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=7b6ee036-bdc0-44b9-b0dd-dfd634676641,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:58Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=e9dd680f-11c8-4eb0-b30e-28880f57274a,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] Delete Snapshot id 7b6ee036-bdc0-44b9-b0dd-dfd634676641 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:36:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-1914088254',encryption_key_id=None,group_snapshot=,group_snapshot_id=265e1798-134f-4f28-bc47-3f353e6e09ba,id=7b6ee036-bdc0-44b9-b0dd-dfd634676641,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:36:58Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=e9dd680f-11c8-4eb0-b30e-28880f57274a,volume_size=1,volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f) {{(pid=115614) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:36:57 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:57 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:57 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:57 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] <== delete_snapshot: return (58ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:58 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:58 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:58 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['51e35816-d905-4f11-86d6-6d2e781a5e59', '6ba1b2b5-b113-4965-8c83-623684fa7853', '89a374cb-9a2b-4f67-b6f3-2a7b8a8eb3b9', 'aae2ddb6-e0bd-4af9-9e11-becd970ee23c'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:58 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['10064fd9-e19c-410e-9c59-4f2fbc9d8f3a', '81db7136-dab8-4daf-8d69-f672c9c4cf0d', '4fe24521-4293-4f68-88fe-f0a1ad10f7c3', '5d131e4f-e1cd-45d2-84de-68107cd4d75b'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:58 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-f73d533d-17cb-459d-a6ae-bc2ef09716cb tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 265e1798-134f-4f28-bc47-3f353e6e09ba: deleted successfully -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:36:55Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(9f498909-19c8-4d7d-9708-25c3edcd457c),Volume(e9dd680f-11c8-4eb0-b30e-28880f57274a)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:36:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='51a8cdf1-1cdd-4621-bdb4-ca20e5bf4b8c',host='ubuntu@3par2#SSD_r6',id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,name='tempest-GroupSnapshotsTest-Group-2130914112',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:36:55Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1462300380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=9f498909-19c8-4d7d-9708-25c3edcd457c,launched_at=2025-01-03T20:36:50Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:50Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:36:59Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] DELETE volume vol_id: 9f498909-19c8-4d7d-9708-25c3edcd457c, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] volume_name: osv-n0mJCRnITX2XCCXD7c1FfA {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:59 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] <== delete_volume: return (130ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:36:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1646963465',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9f135d92-5dc6-4b5c-86df-2eb1b0044ac0,host='ubuntu@3par2#SSD_r6',id=e9dd680f-11c8-4eb0-b30e-28880f57274a,launched_at=2025-01-03T20:36:51Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:36:51Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:36:59Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a7e05f42-db7e-4ca8-8f24-23c416831b6f),volume_type_id=a7e05f42-db7e-4ca8-8f24-23c416831b6f)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] DELETE volume vol_id: e9dd680f-11c8-4eb0-b30e-28880f57274a, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] volume_name: osv-6d1oDxHITrCzDiiID1cnSg {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:59 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] <== delete_volume: return (124ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['b2f28ad5-5ae7-4756-8207-55431f742b61'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-44207785 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-44207785, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['a906464e-5111-415f-8ce3-1f8f67993672', '620da670-95ca-4595-8604-dd16fff9c71e', '7d4e76ca-ac53-4e26-8842-ec3152dd19cf', '1f87cda7-71a0-46da-afc8-0abf6d574466'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['50b3471c-783c-4762-a201-0f97e8c099a8', '66c2f3ef-40cc-473d-88da-a96533ccc753', 'e0e9e5bf-114a-4fee-ac52-63a9da1242ad', '353fc742-2e29-4ba4-b88d-2197b12d7d0b'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:36:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] <== get_volume_stats: return (496ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:36:59 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:00 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-4938cacc-7ef4-4de7-9e2c-ead4a0b939ba tempest-GroupSnapshotsTest-1768571277 None] Delete group completed successfully. -Jan 03 20:37:00 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Group tempest-GroupSnapshotsTest-Group-1762248878: creating -Jan 03 20:37:00 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:00Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='b0947c9f-a934-4fb7-9af5-134a8f877e1b',host='ubuntu@3par2#SSD_r6',id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,name='tempest-GroupSnapshotsTest-Group-1762248878',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:00Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=['af5d5082-1a5c-478b-ab6c-361885fc8498'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:00 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:00Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='b0947c9f-a934-4fb7-9af5-134a8f877e1b',host='ubuntu@3par2#SSD_r6',id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,name='tempest-GroupSnapshotsTest-Group-1762248878',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:00Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=['af5d5082-1a5c-478b-ab6c-361885fc8498'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:00 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] <== create_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:00 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Group tempest-GroupSnapshotsTest-Group-1762248878: created successfully -Jan 03 20:37:00 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c71ce25f-6f15-41e9-b93b-8833b225833c tempest-GroupSnapshotsTest-1768571277 None] Create group completed successfully. -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (74825268-0eeb-409e-8c49-194f01ac4a38) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (198eb643-3555-4827-9dd3-e7c1e5320d11) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (198eb643-3555-4827-9dd3-e7c1e5320d11) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:02Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1463553486',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,host='ubuntu@3par2#SSD_r6',id=351178e4-c34a-402d-a865-d5f27c6c7cdf,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:02Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:02Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(af5d5082-1a5c-478b-ab6c-361885fc8498),volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (002b6a4f-7370-4350-83de-e0fa502eecfa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (002b6a4f-7370-4350-83de-e0fa502eecfa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (69b8c8e7-c296-470d-b330-16f40584dcd0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (69b8c8e7-c296-470d-b330-16f40584dcd0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '351178e4-c34a-402d-a865-d5f27c6c7cdf', 'volume_name': 'volume-351178e4-c34a-402d-a865-d5f27c6c7cdf', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0779dbbc-403f-4b82-98fa-2a24ded5505a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0779dbbc-403f-4b82-98fa-2a24ded5505a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8e7175d3-4189-4a14-92fb-a01475eeacca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Volume 351178e4-c34a-402d-a865-d5f27c6c7cdf: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-351178e4-c34a-402d-a865-d5f27c6c7cdf', 'volume_size': 1} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,created_at=2025-01-03T20:37:02Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1463553486',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,host='ubuntu@3par2#SSD_r6',id=351178e4-c34a-402d-a865-d5f27c6c7cdf,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:02Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:02Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(af5d5082-1a5c-478b-ab6c-361885fc8498),volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] CREATE VOLUME (tempest-volume-1463553486: volume-351178e4-c34a-402d-a865-d5f27c6c7cdf osv-NRF45MNKQC2oZdXyfGx83w on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Parameters passed for create volume {'name': 'osv-NRF45MNKQC2oZdXyfGx83w', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "351178e4-c34a-402d-a865-d5f27c6c7cdf", "name": "volume-351178e4-c34a-402d-a865-d5f27c6c7cdf", "type": "OpenStack", "display_name": "tempest-volume-1463553486", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-1729047533", "volume_type_id": "af5d5082-1a5c-478b-ab6c-361885fc8498", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:01 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] <== create_volume: return (234ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8e7175d3-4189-4a14-92fb-a01475eeacca) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-351178e4-c34a-402d-a865-d5f27c6c7cdf', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6dbcb525-1696-4332-9539-78e1422bba37) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Volume volume-351178e4-c34a-402d-a865-d5f27c6c7cdf (351178e4-c34a-402d-a865-d5f27c6c7cdf): created successfully -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6dbcb525-1696-4332-9539-78e1422bba37) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Flow 'volume_create_manager' (74825268-0eeb-409e-8c49-194f01ac4a38) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:01 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-cb46efe1-2042-4bf9-87e4-912a87c2e3cf tempest-GroupSnapshotsTest-1768571277 None] Created volume successfully. -Jan 03 20:37:02 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] GroupSnapshot 9aa80ace-38db-4381-975d-6da60c3325e4: creating. -Jan 03 20:37:02 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] Group snapshot 9aa80ace-38db-4381-975d-6da60c3325e4: creating. {{(pid=115614) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} -Jan 03 20:37:02 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,description=None,group=Group(5a9c492d-cea7-4e9c-b1b2-4679aa3f3031),group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,group_type_id=b0947c9f-a934-4fb7-9af5-134a8f877e1b,id=9aa80ace-38db-4381-975d-6da60c3325e4,name='tempest-group_snapshot-331875068',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0'), 'snapshots': SnapshotList(objects=[Snapshot(04ade474-cfa2-4989-88fe-6018e114d888)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:02 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] Checking if GroupSnapshot(created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,description=None,group=Group(5a9c492d-cea7-4e9c-b1b2-4679aa3f3031),group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,group_type_id=b0947c9f-a934-4fb7-9af5-134a8f877e1b,id=9aa80ace-38db-4381-975d-6da60c3325e4,name='tempest-group_snapshot-331875068',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='creating',updated_at=None,user_id='489eff76926b4a99a1cdd0cb12794ff0') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:02 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] <== create_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:02 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-331875068',encryption_key_id=None,group_snapshot=,group_snapshot_id=9aa80ace-38db-4381-975d-6da60c3325e4,id=04ade474-cfa2-4989-88fe-6018e114d888,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=351178e4-c34a-402d-a865-d5f27c6c7cdf,volume_size=1,volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:02 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] Create Snapshot -Jan 03 20:37:02 ubuntu cinder-volume[115614]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-331875068',encryption_key_id=None,group_snapshot=,group_snapshot_id=9aa80ace-38db-4381-975d-6da60c3325e4,id=04ade474-cfa2-4989-88fe-6018e114d888,metadata={},progress='0%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=351178e4-c34a-402d-a865-d5f27c6c7cdf,volume_size=1,volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498) {{(pid=115614) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:37:02 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:02 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:02 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:02 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] <== create_snapshot: return (58ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:02 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-f6958ef9-00f1-4a86-8519-88170fe74999 tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9aa80ace-38db-4381-975d-6da60c3325e4: created successfully -Jan 03 20:37:03 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9aa80ace-38db-4381-975d-6da60c3325e4: deleting -Jan 03 20:37:03 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9aa80ace-38db-4381-975d-6da60c3325e4: deleting {{(pid=115614) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} -Jan 03 20:37:03 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,description=None,group=Group(5a9c492d-cea7-4e9c-b1b2-4679aa3f3031),group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,group_type_id=b0947c9f-a934-4fb7-9af5-134a8f877e1b,id=9aa80ace-38db-4381-975d-6da60c3325e4,name='tempest-group_snapshot-331875068',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='deleting',updated_at=2025-01-03T20:37:03Z,user_id='489eff76926b4a99a1cdd0cb12794ff0'), 'snapshots': SnapshotList(objects=[Snapshot(04ade474-cfa2-4989-88fe-6018e114d888)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:03 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] Checking if GroupSnapshot(created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,description=None,group=Group(5a9c492d-cea7-4e9c-b1b2-4679aa3f3031),group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,group_type_id=b0947c9f-a934-4fb7-9af5-134a8f877e1b,id=9aa80ace-38db-4381-975d-6da60c3325e4,name='tempest-group_snapshot-331875068',project_id='53481d17cb0740e7a9be22461527ae72',snapshots=,status='deleting',updated_at=2025-01-03T20:37:03Z,user_id='489eff76926b4a99a1cdd0cb12794ff0') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:03 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] <== delete_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:03 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-331875068',encryption_key_id=None,group_snapshot=,group_snapshot_id=9aa80ace-38db-4381-975d-6da60c3325e4,id=04ade474-cfa2-4989-88fe-6018e114d888,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:37:04Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=351178e4-c34a-402d-a865-d5f27c6c7cdf,volume_size=1,volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:03 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] Delete Snapshot id 04ade474-cfa2-4989-88fe-6018e114d888 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-331875068',encryption_key_id=None,group_snapshot=,group_snapshot_id=9aa80ace-38db-4381-975d-6da60c3325e4,id=04ade474-cfa2-4989-88fe-6018e114d888,metadata={},progress='100%',project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:37:04Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume=,volume_id=351178e4-c34a-402d-a865-d5f27c6c7cdf,volume_size=1,volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498) {{(pid=115614) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:37:03 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:03 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:03 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:03 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] <== delete_snapshot: return (48ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:04 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1729047533 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1729047533, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:04 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-1729047533 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-1729047533, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:04 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['9a3c76bb-dc86-46e5-aa32-e60225646233', '29e87423-f2bf-47cc-a7c9-dd77bbde8e2b', '5042e898-590b-47ce-ae53-48d20563805f', 'e6bd66d6-5f2d-4d4d-a707-ff15343a645c'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:04 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-a91004fd-1baf-416f-b834-509d81e3f776 tempest-GroupSnapshotsTest-1768571277 None] group_snapshot 9aa80ace-38db-4381-975d-6da60c3325e4: deleted successfully -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:00Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='b0947c9f-a934-4fb7-9af5-134a8f877e1b',host='ubuntu@3par2#SSD_r6',id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,name='tempest-GroupSnapshotsTest-Group-1762248878',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:00Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(351178e4-c34a-402d-a865-d5f27c6c7cdf)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:00Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='b0947c9f-a934-4fb7-9af5-134a8f877e1b',host='ubuntu@3par2#SSD_r6',id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,name='tempest-GroupSnapshotsTest-Group-1762248878',project_id='53481d17cb0740e7a9be22461527ae72',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:00Z,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] <== delete_group: exception (18ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:02Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1463553486',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=5a9c492d-cea7-4e9c-b1b2-4679aa3f3031,host='ubuntu@3par2#SSD_r6',id=351178e4-c34a-402d-a865-d5f27c6c7cdf,launched_at=2025-01-03T20:37:02Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='53481d17cb0740e7a9be22461527ae72',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:02Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:37:05Z,use_quota=True,user_id='489eff76926b4a99a1cdd0cb12794ff0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(af5d5082-1a5c-478b-ab6c-361885fc8498),volume_type_id=af5d5082-1a5c-478b-ab6c-361885fc8498)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] DELETE volume vol_id: 351178e4-c34a-402d-a865-d5f27c6c7cdf, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] volume_name: osv-NRF45MNKQC2oZdXyfGx83w {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:05 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:05 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] <== delete_volume: return (126ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['c6299e4c-89f3-4fe6-b8c8-2a2e419ba7b4'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-1729047533 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-1729047533, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Created reservations ['c3a19f2e-0047-46f1-bb41-b6236e24a761', '31a10e4a-225b-47a1-8602-e192a22a7f34', '4c85b00d-b3e4-4b53-8eca-ff9ecaedddb2', '3cee5dec-7a9b-4390-a718-bc0040e11d22'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:05 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:05 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:05 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:05 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:05 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:05 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:05 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] <== get_volume_stats: return (524ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:05 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-5cb0a23e-a382-46b6-9e64-438d75067bf0 tempest-GroupSnapshotsTest-1768571277 None] Delete group completed successfully. -Jan 03 20:37:08 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Group tempest-GroupSnapshotsV319Test-Group-1665615115: creating -Jan 03 20:37:08 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:08Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed',host='ubuntu@3par2#SSD_r6',id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,name='tempest-GroupSnapshotsV319Test-Group-1665615115',project_id='27588937343f4bfcbb7b3052a870d37d',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:08Z,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_type_ids=['d1ba6b48-e640-41f3-b963-571c1efe5304'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:08 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:08Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed',host='ubuntu@3par2#SSD_r6',id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,name='tempest-GroupSnapshotsV319Test-Group-1665615115',project_id='27588937343f4bfcbb7b3052a870d37d',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:08Z,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_type_ids=['d1ba6b48-e640-41f3-b963-571c1efe5304'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:08 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] <== create_group: exception (11ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:08 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Group tempest-GroupSnapshotsV319Test-Group-1665615115: created successfully -Jan 03 20:37:08 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-950cba2a-f20f-4963-a68a-ceaf7da5e2c4 tempest-GroupSnapshotsV319Test-1164448553 None] Create group completed successfully. -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Flow 'volume_create_manager' (bec2dc9f-8065-4c08-9640-c3a211831e25) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (690d1eda-1e28-4923-a752-b4390f6605c2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (690d1eda-1e28-4923-a752-b4390f6605c2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:10Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-626448249',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,host='ubuntu@3par2#SSD_r6',id=ec780c15-8046-4ada-9688-4093f9247023,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:10Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:10Z,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d1ba6b48-e640-41f3-b963-571c1efe5304),volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (bc204e28-a2c1-4763-9ea3-f00516aed9ba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (bc204e28-a2c1-4763-9ea3-f00516aed9ba) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (78e28bc6-adb4-49b2-92b4-e4041deb9e4c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (78e28bc6-adb4-49b2-92b4-e4041deb9e4c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'ec780c15-8046-4ada-9688-4093f9247023', 'volume_name': 'volume-ec780c15-8046-4ada-9688-4093f9247023', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (eeafc6f8-96d9-41da-8277-a28ee32ae294) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (eeafc6f8-96d9-41da-8277-a28ee32ae294) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9cf942ad-2f1e-4503-be4d-abe975b12d39) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Volume ec780c15-8046-4ada-9688-4093f9247023: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-ec780c15-8046-4ada-9688-4093f9247023', 'volume_size': 1} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,created_at=2025-01-03T20:37:10Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-626448249',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,host='ubuntu@3par2#SSD_r6',id=ec780c15-8046-4ada-9688-4093f9247023,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:10Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:10Z,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d1ba6b48-e640-41f3-b963-571c1efe5304),volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] CREATE VOLUME (tempest-volume-626448249: volume-ec780c15-8046-4ada-9688-4093f9247023 osv-7HgMFYBGStqWiECT.SRwIw on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Parameters passed for create volume {'name': 'osv-7HgMFYBGStqWiECT.SRwIw', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "ec780c15-8046-4ada-9688-4093f9247023", "name": "volume-ec780c15-8046-4ada-9688-4093f9247023", "type": "OpenStack", "display_name": "tempest-volume-626448249", "volume_type_name": "tempest-GroupSnapshotsV319Test-volume-type-1318794098", "volume_type_id": "d1ba6b48-e640-41f3-b963-571c1efe5304", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:09 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:09 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] <== create_volume: return (493ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9cf942ad-2f1e-4503-be4d-abe975b12d39) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-ec780c15-8046-4ada-9688-4093f9247023', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d2463690-8f7f-4d5b-9871-ce58db7c258a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Volume volume-ec780c15-8046-4ada-9688-4093f9247023 (ec780c15-8046-4ada-9688-4093f9247023): created successfully -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d2463690-8f7f-4d5b-9871-ce58db7c258a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Flow 'volume_create_manager' (bec2dc9f-8065-4c08-9640-c3a211831e25) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-fd9eefc4-d86e-48fb-8fea-a8a666b604d8 tempest-GroupSnapshotsV319Test-1164448553 None] Created volume successfully. -Jan 03 20:37:10 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] GroupSnapshot d23607f5-ae59-40a8-bf06-ee54936f5251: creating. -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] Group snapshot d23607f5-ae59-40a8-bf06-ee54936f5251: creating. {{(pid=115614) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,description=None,group=Group(1f95f203-c23a-4f69-87ea-0dbc12a53a00),group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,group_type_id=2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed,id=d23607f5-ae59-40a8-bf06-ee54936f5251,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',project_id='27588937343f4bfcbb7b3052a870d37d',snapshots=,status='creating',updated_at=None,user_id='2f1820099f7b47f8acb71ffa572cce00'), 'snapshots': SnapshotList(objects=[Snapshot(d8552d28-5bb7-4541-b96c-250716022372)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if GroupSnapshot(created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,description=None,group=Group(1f95f203-c23a-4f69-87ea-0dbc12a53a00),group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,group_type_id=2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed,id=d23607f5-ae59-40a8-bf06-ee54936f5251,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',project_id='27588937343f4bfcbb7b3052a870d37d',snapshots=,status='creating',updated_at=None,user_id='2f1820099f7b47f8acb71ffa572cce00') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] <== create_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',encryption_key_id=None,group_snapshot=,group_snapshot_id=d23607f5-ae59-40a8-bf06-ee54936f5251,id=d8552d28-5bb7-4541-b96c-250716022372,metadata={},progress='0%',project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume=,volume_id=ec780c15-8046-4ada-9688-4093f9247023,volume_size=1,volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] Create Snapshot -Jan 03 20:37:10 ubuntu cinder-volume[115614]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',encryption_key_id=None,group_snapshot=,group_snapshot_id=d23607f5-ae59-40a8-bf06-ee54936f5251,id=d8552d28-5bb7-4541-b96c-250716022372,metadata={},progress='0%',project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume=,volume_id=ec780c15-8046-4ada-9688-4093f9247023,volume_size=1,volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304) {{(pid=115614) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:37:10 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:10 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:10 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] <== create_snapshot: return (140ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:11 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-7b72138c-d1d5-410d-b168-06d46c5636b8 tempest-GroupSnapshotsV319Test-1164448553 None] group_snapshot d23607f5-ae59-40a8-bf06-ee54936f5251: created successfully -Jan 03 20:37:12 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] group_snapshot d23607f5-ae59-40a8-bf06-ee54936f5251: deleting -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] group_snapshot d23607f5-ae59-40a8-bf06-ee54936f5251: deleting {{(pid=115614) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,description=None,group=Group(1f95f203-c23a-4f69-87ea-0dbc12a53a00),group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,group_type_id=2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed,id=d23607f5-ae59-40a8-bf06-ee54936f5251,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',project_id='27588937343f4bfcbb7b3052a870d37d',snapshots=,status='deleting',updated_at=2025-01-03T20:37:12Z,user_id='2f1820099f7b47f8acb71ffa572cce00'), 'snapshots': SnapshotList(objects=[Snapshot(d8552d28-5bb7-4541-b96c-250716022372)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if GroupSnapshot(created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,description=None,group=Group(1f95f203-c23a-4f69-87ea-0dbc12a53a00),group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,group_type_id=2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed,id=d23607f5-ae59-40a8-bf06-ee54936f5251,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',project_id='27588937343f4bfcbb7b3052a870d37d',snapshots=,status='deleting',updated_at=2025-01-03T20:37:12Z,user_id='2f1820099f7b47f8acb71ffa572cce00') is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] <== delete_group_snapshot: exception (5ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',encryption_key_id=None,group_snapshot=,group_snapshot_id=d23607f5-ae59-40a8-bf06-ee54936f5251,id=d8552d28-5bb7-4541-b96c-250716022372,metadata={},progress='100%',project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:37:12Z,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume=,volume_id=ec780c15-8046-4ada-9688-4093f9247023,volume_size=1,volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] Delete Snapshot id d8552d28-5bb7-4541-b96c-250716022372 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:37:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-461649564',encryption_key_id=None,group_snapshot=,group_snapshot_id=d23607f5-ae59-40a8-bf06-ee54936f5251,id=d8552d28-5bb7-4541-b96c-250716022372,metadata={},progress='100%',project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:37:12Z,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume=,volume_id=ec780c15-8046-4ada-9688-4093f9247023,volume_size=1,volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304) {{(pid=115614) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:12 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:12 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] <== delete_snapshot: return (51ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1318794098 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1318794098, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:12 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsV319Test-volume-type-1318794098 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsV319Test-volume-type-1318794098, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:12 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] Created reservations ['ba736e12-3822-4066-8677-2a34a8883669', 'ec720254-7c34-445d-b6b1-c3465886e1c1', '8fc031fd-1ad4-4306-9593-41ee54093d2b', 'edfe525e-b7cf-4f20-bd7b-83488ade1be0'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:12 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-011c0e42-5d10-4aa3-9bd3-4bf72aa266c9 tempest-GroupSnapshotsV319Test-1164448553 None] group_snapshot d23607f5-ae59-40a8-bf06-ee54936f5251: deleted successfully -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:09Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed',host='ubuntu@3par2#SSD_r6',id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,name='tempest-GroupSnapshotsV319Test-Group-1665615115',project_id='27588937343f4bfcbb7b3052a870d37d',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:09Z,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(ec780c15-8046-4ada-9688-4093f9247023)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:09Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='2dc9e5c0-e1c4-4355-a72c-b65abb3c03ed',host='ubuntu@3par2#SSD_r6',id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,name='tempest-GroupSnapshotsV319Test-Group-1665615115',project_id='27588937343f4bfcbb7b3052a870d37d',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:09Z,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] <== delete_group: exception (8ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:10Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-626448249',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=1f95f203-c23a-4f69-87ea-0dbc12a53a00,host='ubuntu@3par2#SSD_r6',id=ec780c15-8046-4ada-9688-4093f9247023,launched_at=2025-01-03T20:37:10Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='27588937343f4bfcbb7b3052a870d37d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:10Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:37:13Z,use_quota=True,user_id='2f1820099f7b47f8acb71ffa572cce00',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d1ba6b48-e640-41f3-b963-571c1efe5304),volume_type_id=d1ba6b48-e640-41f3-b963-571c1efe5304)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] DELETE volume vol_id: ec780c15-8046-4ada-9688-4093f9247023, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] volume_name: osv-7HgMFYBGStqWiECT.SRwIw {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:13 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:13 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] <== delete_volume: return (160ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Created reservations ['7c75b707-0f19-4617-baf7-6fd95e1bf214'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsV319Test-volume-type-1318794098 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsV319Test-volume-type-1318794098, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Created reservations ['5bdac089-286b-41c1-81c5-50b7b3eb4101', '92530e3e-c505-4f99-ad67-8da7be2506f0', '13739f8c-9be3-457b-bdd8-9d2ec3456a93', '973c8f81-27d4-49d4-b948-868f5cb29087'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:13 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:13 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:13 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:13 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:14 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:14 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:14 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:14 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:14 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] <== get_volume_stats: return (626ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:14 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:14 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-2be2fce4-be23-4e2b-9fa5-1c5106361330 tempest-GroupSnapshotsV319Test-1164448553 None] Delete group completed successfully. -Jan 03 20:37:21 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Group tempest-Group1-834580420: creating -Jan 03 20:37:21 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:21Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,name='tempest-Group1-834580420',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:21Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=['c3341f38-c48f-4f1a-9599-19228d31fb7b'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:21 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:21Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,name='tempest-Group1-834580420',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:21Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=['c3341f38-c48f-4f1a-9599-19228d31fb7b'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:21 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] <== create_group: exception (6ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:21 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Group tempest-Group1-834580420: created successfully -Jan 03 20:37:21 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d700572b-4922-408d-b047-5801af7862fe tempest-GroupsTest-1485569320 None] Create group completed successfully. -Jan 03 20:37:22 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Group tempest-Group2-2022857784: creating -Jan 03 20:37:22 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:22Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=4b1ccb35-b0b9-4ab3-8db8-5cdda535945f,name='tempest-Group2-2022857784',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:22Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=['c3341f38-c48f-4f1a-9599-19228d31fb7b'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:22 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:22Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=4b1ccb35-b0b9-4ab3-8db8-5cdda535945f,name='tempest-Group2-2022857784',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:22Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=['c3341f38-c48f-4f1a-9599-19228d31fb7b'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:22 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] <== create_group: exception (8ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:22 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Group tempest-Group2-2022857784: created successfully -Jan 03 20:37:22 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-6d1e0027-336e-4450-8048-6b8d0860a19e tempest-GroupsTest-1485569320 None] Create group completed successfully. -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Flow 'volume_create_manager' (d3578c49-9ff0-4adf-b63e-369a6d5b3a88) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (ba1f4e32-1c53-4bcd-87a8-263c48d06308) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (ba1f4e32-1c53-4bcd-87a8-263c48d06308) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1288976656',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,host='ubuntu@3par2#SSD_r6',id=aed6284f-80e2-4468-8c87-6a7ecf3867fd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:24Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:24Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c3341f38-c48f-4f1a-9599-19228d31fb7b),volume_type_id=c3341f38-c48f-4f1a-9599-19228d31fb7b)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7676a58a-d358-481e-8b34-f8113a9e9e90) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7676a58a-d358-481e-8b34-f8113a9e9e90) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (33a83d10-d5a4-4a24-a4ed-0cf3abf4ccef) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (33a83d10-d5a4-4a24-a4ed-0cf3abf4ccef) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'aed6284f-80e2-4468-8c87-6a7ecf3867fd', 'volume_name': 'volume-aed6284f-80e2-4468-8c87-6a7ecf3867fd', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (bf0df9c2-3b8c-40e9-99a3-8f9fe521c16f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (bf0df9c2-3b8c-40e9-99a3-8f9fe521c16f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c7049df5-63bd-4121-9132-9972630fdefa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Volume aed6284f-80e2-4468-8c87-6a7ecf3867fd: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-aed6284f-80e2-4468-8c87-6a7ecf3867fd', 'volume_size': 1} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,created_at=2025-01-03T20:37:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1288976656',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,host='ubuntu@3par2#SSD_r6',id=aed6284f-80e2-4468-8c87-6a7ecf3867fd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:24Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:24Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c3341f38-c48f-4f1a-9599-19228d31fb7b),volume_type_id=c3341f38-c48f-4f1a-9599-19228d31fb7b), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] CREATE VOLUME (tempest-volume-1288976656: volume-aed6284f-80e2-4468-8c87-6a7ecf3867fd osv-rtYoT4DiRGiMh2p.zzhn-Q on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Parameters passed for create volume {'name': 'osv-rtYoT4DiRGiMh2p.zzhn-Q', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "aed6284f-80e2-4468-8c87-6a7ecf3867fd", "name": "volume-aed6284f-80e2-4468-8c87-6a7ecf3867fd", "type": "OpenStack", "display_name": "tempest-volume-1288976656", "volume_type_name": "tempest-GroupsTest-volume-type-331256148", "volume_type_id": "c3341f38-c48f-4f1a-9599-19228d31fb7b", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:23 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:23 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:24 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] <== create_volume: return (242ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:24 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c7049df5-63bd-4121-9132-9972630fdefa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-aed6284f-80e2-4468-8c87-6a7ecf3867fd', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:24 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cec82028-9224-4632-97ef-ba42f74e9f1c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:24 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Volume volume-aed6284f-80e2-4468-8c87-6a7ecf3867fd (aed6284f-80e2-4468-8c87-6a7ecf3867fd): created successfully -Jan 03 20:37:24 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cec82028-9224-4632-97ef-ba42f74e9f1c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:24 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Flow 'volume_create_manager' (d3578c49-9ff0-4adf-b63e-369a6d5b3a88) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:24 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-92557963-9d16-451b-8521-cbdf8027306e tempest-GroupsTest-1485569320 None] Created volume successfully. -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:22Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,name='tempest-Group1-834580420',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:22Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(aed6284f-80e2-4468-8c87-6a7ecf3867fd)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:22Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,name='tempest-Group1-834580420',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:22Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1288976656',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=851f2aa0-229b-4bbf-b7f8-e1ccd9ae855d,host='ubuntu@3par2#SSD_r6',id=aed6284f-80e2-4468-8c87-6a7ecf3867fd,launched_at=2025-01-03T20:37:24Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:24Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:37:25Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c3341f38-c48f-4f1a-9599-19228d31fb7b),volume_type_id=c3341f38-c48f-4f1a-9599-19228d31fb7b)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] DELETE volume vol_id: aed6284f-80e2-4468-8c87-6a7ecf3867fd, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] volume_name: osv-rtYoT4DiRGiMh2p.zzhn-Q {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:25 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:25 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] <== delete_volume: return (128ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Created reservations ['896a650b-4f76-4599-bdc5-d89baae715b9'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-331256148 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-331256148, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:25 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-331256148 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-331256148, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Created reservations ['9819dc05-125b-4321-90f0-253579b2db46', '917af376-1df6-4d01-8695-947c1861994e', 'ff86eee3-0537-472a-b4ad-46202f149594', 'b83f1b00-4c90-4ad7-bc47-5892a2fb23ea'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:25 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:25 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:25 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:25 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:25 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:25 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:25 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] <== get_volume_stats: return (513ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:25 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-f1a344d6-d5c9-422b-adb6-083123ee5afa tempest-GroupsTest-1485569320 None] Delete group completed successfully. -Jan 03 20:37:26 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:23Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=4b1ccb35-b0b9-4ab3-8db8-5cdda535945f,name='tempest-Group2-2022857784',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:23Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:26 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:23Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='09cc204e-2498-464b-b509-fffd10676a0e',host='ubuntu@3par2#SSD_r6',id=4b1ccb35-b0b9-4ab3-8db8-5cdda535945f,name='tempest-Group2-2022857784',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:23Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:26 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] <== delete_group: exception (9ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:26 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] Created reservations ['fb3a84f5-df1b-40a5-bd86-6cf8befe02d5'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:26 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:26 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:26 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:26 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:26 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:26 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:26 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:26 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:26 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:26 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] <== get_volume_stats: return (494ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:26 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:26 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-6021c57d-5049-4d3a-806d-c325024d21be tempest-GroupsTest-1485569320 None] Delete group completed successfully. -Jan 03 20:37:27 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Group tempest-GroupsTest-Group-504421489: creating -Jan 03 20:37:27 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:27Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='tempest-GroupsTest-Group-504421489',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:27Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=['3ce0e29a-2d23-403b-9c9d-aec89fbb5aed'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:27 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:27Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='tempest-GroupsTest-Group-504421489',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:27Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=['3ce0e29a-2d23-403b-9c9d-aec89fbb5aed'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:27 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] <== create_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:27 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Group tempest-GroupsTest-Group-504421489: created successfully -Jan 03 20:37:27 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-c4010d04-785b-437f-ac4f-2736066894f6 tempest-GroupsTest-1485569320 None] Create group completed successfully. -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Flow 'volume_create_manager' (c74ed5f7-37ce-41f1-b979-e2aaf092cf04) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (73e0a108-5d56-4e90-9625-5072e25b860a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (73e0a108-5d56-4e90-9625-5072e25b860a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-501370243',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host='ubuntu@3par2#SSD_r6',id=82efafd1-7886-4ad4-9863-0d0badce328b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:29Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:29Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a030cd89-14f5-4dde-a38c-be4e9d47a5a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a030cd89-14f5-4dde-a38c-be4e9d47a5a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (da81b6dc-a826-45c0-82ad-743643d2e583) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (da81b6dc-a826-45c0-82ad-743643d2e583) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '82efafd1-7886-4ad4-9863-0d0badce328b', 'volume_name': 'volume-82efafd1-7886-4ad4-9863-0d0badce328b', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (12f17683-9b60-4c0b-a5d1-b8dbb6f55c20) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (12f17683-9b60-4c0b-a5d1-b8dbb6f55c20) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a8d6e1e6-3961-46b4-9e64-70cabe8e7770) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Volume 82efafd1-7886-4ad4-9863-0d0badce328b: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-82efafd1-7886-4ad4-9863-0d0badce328b', 'volume_size': 1} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=e916477c-9244-40f8-b94e-5c04e480b211,created_at=2025-01-03T20:37:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-501370243',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host='ubuntu@3par2#SSD_r6',id=82efafd1-7886-4ad4-9863-0d0badce328b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:29Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:29Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] CREATE VOLUME (tempest-volume-501370243: volume-82efafd1-7886-4ad4-9863-0d0badce328b osv-gu.v0XiGStSYYw0Lrc4yiw on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Parameters passed for create volume {'name': 'osv-gu.v0XiGStSYYw0Lrc4yiw', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "82efafd1-7886-4ad4-9863-0d0badce328b", "name": "volume-82efafd1-7886-4ad4-9863-0d0badce328b", "type": "OpenStack", "display_name": "tempest-volume-501370243", "volume_type_name": "tempest-GroupsTest-volume-type-1260237994", "volume_type_id": "3ce0e29a-2d23-403b-9c9d-aec89fbb5aed", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:28 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:28 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:29 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] <== create_volume: return (233ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:29 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a8d6e1e6-3961-46b4-9e64-70cabe8e7770) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-82efafd1-7886-4ad4-9863-0d0badce328b', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:29 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d5b47978-25f5-49d7-9341-fe9945adbc2a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:29 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Volume volume-82efafd1-7886-4ad4-9863-0d0badce328b (82efafd1-7886-4ad4-9863-0d0badce328b): created successfully -Jan 03 20:37:29 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d5b47978-25f5-49d7-9341-fe9945adbc2a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:29 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Flow 'volume_create_manager' (c74ed5f7-37ce-41f1-b979-e2aaf092cf04) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:29 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-5490dcf0-5825-465a-b1c3-f6c4110c27eb tempest-GroupsTest-1485569320 None] Created volume successfully. -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Flow 'volume_create_manager' (b75ca190-4cd5-4e39-815d-65905f3a9a5f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f8d06004-7a18-4dc1-b49b-d91e34e73674) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f8d06004-7a18-4dc1-b49b-d91e34e73674) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-48435145',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host='ubuntu@3par2#SSD_r6',id=cc567920-4bd2-4451-bea6-2ccb34d07775,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:30Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:30Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (438649b1-1a48-43f4-811f-0aeeebcf68d2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (438649b1-1a48-43f4-811f-0aeeebcf68d2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (743f9936-f29d-49dd-b76c-5a9265d10826) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (743f9936-f29d-49dd-b76c-5a9265d10826) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'cc567920-4bd2-4451-bea6-2ccb34d07775', 'volume_name': 'volume-cc567920-4bd2-4451-bea6-2ccb34d07775', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a5b28bb9-504b-4060-8740-ed892e01c357) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a5b28bb9-504b-4060-8740-ed892e01c357) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (2e6e8a47-aae7-4bf1-9f73-297b95beec41) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Volume cc567920-4bd2-4451-bea6-2ccb34d07775: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-cc567920-4bd2-4451-bea6-2ccb34d07775', 'volume_size': 1} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=e916477c-9244-40f8-b94e-5c04e480b211,created_at=2025-01-03T20:37:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-48435145',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host='ubuntu@3par2#SSD_r6',id=cc567920-4bd2-4451-bea6-2ccb34d07775,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:30Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:30Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] CREATE VOLUME (tempest-volume-48435145: volume-cc567920-4bd2-4451-bea6-2ccb34d07775 osv-zFZ5IEvSRFG.pizLNNB3dQ on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Parameters passed for create volume {'name': 'osv-zFZ5IEvSRFG.pizLNNB3dQ', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "cc567920-4bd2-4451-bea6-2ccb34d07775", "name": "volume-cc567920-4bd2-4451-bea6-2ccb34d07775", "type": "OpenStack", "display_name": "tempest-volume-48435145", "volume_type_name": "tempest-GroupsTest-volume-type-1260237994", "volume_type_id": "3ce0e29a-2d23-403b-9c9d-aec89fbb5aed", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:30 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] <== create_volume: return (233ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (2e6e8a47-aae7-4bf1-9f73-297b95beec41) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-cc567920-4bd2-4451-bea6-2ccb34d07775', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f368bc07-5049-419b-b906-76fdaf7a0084) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Volume volume-cc567920-4bd2-4451-bea6-2ccb34d07775 (cc567920-4bd2-4451-bea6-2ccb34d07775): created successfully -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f368bc07-5049-419b-b906-76fdaf7a0084) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Flow 'volume_create_manager' (b75ca190-4cd5-4e39-815d-65905f3a9a5f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:30 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-50c1b5fe-742d-45f0-81a2-115299189b92 tempest-GroupsTest-1485569320 None] Created volume successfully. -Jan 03 20:37:31 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='new_group',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:37:31Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=), 'add_volumes': [], 'remove_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-48435145',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host='ubuntu@3par2#SSD_r6',id=cc567920-4bd2-4451-bea6-2ccb34d07775,launched_at=2025-01-03T20:37:30Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:30Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:37:30Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)]}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:31 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='new_group',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:37:31Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:31 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 None] <== update_group: exception (8ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:31 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-bf0924ba-07e8-4932-9abc-2ce0a216270a tempest-GroupsTest-1485569320 None] Update group completed successfully. -Jan 03 20:37:32 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='new_group',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:37:32Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=VolumeTypeList,volumes=), 'add_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-48435145',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=cc567920-4bd2-4451-bea6-2ccb34d07775,launched_at=2025-01-03T20:37:30Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:30Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:37:31Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)], 'remove_volumes': []}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:32 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='new_group',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-03T20:37:32Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=VolumeTypeList,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:32 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 None] <== update_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:32 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-823ffd6c-d1f9-4574-b71c-ad1e8f64c635 tempest-GroupsTest-1485569320 None] Update group completed successfully. -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='new_group',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:33Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(82efafd1-7886-4ad4-9863-0d0badce328b),Volume(cc567920-4bd2-4451-bea6-2ccb34d07775)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:28Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='1172d563-eccd-4cb0-96a4-1472cc6b5511',host='ubuntu@3par2#SSD_r6',id=e916477c-9244-40f8-b94e-5c04e480b211,name='new_group',project_id='766419d95dcb463896227c740c4e7592',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:33Z,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] <== delete_group: exception (6ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-501370243',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host='ubuntu@3par2#SSD_r6',id=82efafd1-7886-4ad4-9863-0d0badce328b,launched_at=2025-01-03T20:37:29Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:29Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:37:34Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] DELETE volume vol_id: 82efafd1-7886-4ad4-9863-0d0badce328b, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] volume_name: osv-gu.v0XiGStSYYw0Lrc4yiw {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:33 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:33 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] <== delete_volume: return (126ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-48435145',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=e916477c-9244-40f8-b94e-5c04e480b211,host='ubuntu@3par2#SSD_r6',id=cc567920-4bd2-4451-bea6-2ccb34d07775,launched_at=2025-01-03T20:37:30Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='766419d95dcb463896227c740c4e7592',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:30Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:37:34Z,use_quota=True,user_id='94fe934c393d4fb9b0aa95a86579b049',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3ce0e29a-2d23-403b-9c9d-aec89fbb5aed),volume_type_id=3ce0e29a-2d23-403b-9c9d-aec89fbb5aed)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] DELETE volume vol_id: cc567920-4bd2-4451-bea6-2ccb34d07775, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] volume_name: osv-zFZ5IEvSRFG.pizLNNB3dQ {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:33 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:33 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:33 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:34 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] <== delete_volume: return (121ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:34 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Created reservations ['4a334da7-c14d-41c1-978a-f371ed1ae9ab'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:34 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-1260237994 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-1260237994, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:34 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-1260237994 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-1260237994, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:34 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Created reservations ['7b4a9877-dd36-4a62-8c87-1b5233ce56d1', 'ac56f2a6-c99f-4a91-bd67-9f477cb78c2a', 'b7f0179a-1fd8-4125-941a-9f0e9bf398f1', '4761ac54-ed6e-41c2-9599-f2b766d7f419'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:34 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Created reservations ['323e756c-08d9-43e4-91a1-32bb4f2fcb47', '6375f1f7-40d1-4f95-90f7-692feaa367c9', '71bb617d-fd3a-4110-983f-7b91ae7864fe', '0c76e017-ead4-4ae5-9647-446b7927cf6e'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:34 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:34 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:34 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:34 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:34 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:34 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:34 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:34 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:34 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:34 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] <== get_volume_stats: return (509ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:34 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:34 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-10716425-97a4-41d4-b2e9-7140eddbdf76 tempest-GroupsTest-1485569320 None] Delete group completed successfully. -Jan 03 20:37:37 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Group tempest-GroupsV314Test-Group-1775440256: creating -Jan 03 20:37:37 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:37Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=a97892fa-e9c0-4f2b-8465-592b35aaa707,name='tempest-GroupsV314Test-Group-1775440256',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:37Z,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=['aa0d15a3-eb24-4524-a352-8b0d830e3802'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:37 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:37Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=a97892fa-e9c0-4f2b-8465-592b35aaa707,name='tempest-GroupsV314Test-Group-1775440256',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:37Z,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=['aa0d15a3-eb24-4524-a352-8b0d830e3802'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:37 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] <== create_group: exception (12ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:37 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Group tempest-GroupsV314Test-Group-1775440256: created successfully -Jan 03 20:37:37 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-b79ccf94-d3c9-4297-823c-f5e76215f7b4 tempest-GroupsV314Test-116446284 None] Create group completed successfully. -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Flow 'volume_create_manager' (4ffb23c9-6085-4bce-8609-a8ceaa01a9e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c290f393-29d4-4402-83ce-7a65414cd35b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c290f393-29d4-4402-83ce-7a65414cd35b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1965882651',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,host='ubuntu@3par2#SSD_r6',id=85264f7c-a689-434e-8b24-87f077ccafcc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:38Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:38Z,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (befa81e8-7796-4e2c-883f-fc0f7399cfff) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (befa81e8-7796-4e2c-883f-fc0f7399cfff) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fc48054b-6cb4-4b2b-8cd2-c11f0944e07e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fc48054b-6cb4-4b2b-8cd2-c11f0944e07e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '85264f7c-a689-434e-8b24-87f077ccafcc', 'volume_name': 'volume-85264f7c-a689-434e-8b24-87f077ccafcc', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (40cb3e88-413c-4049-8543-cf19f91cc7e2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (40cb3e88-413c-4049-8543-cf19f91cc7e2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3cf10d1a-dbae-4e56-9b0b-3144fc9a8f4a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Volume 85264f7c-a689-434e-8b24-87f077ccafcc: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-85264f7c-a689-434e-8b24-87f077ccafcc', 'volume_size': 1} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,created_at=2025-01-03T20:37:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1965882651',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,host='ubuntu@3par2#SSD_r6',id=85264f7c-a689-434e-8b24-87f077ccafcc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:38Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:38Z,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] CREATE VOLUME (tempest-volume-1965882651: volume-85264f7c-a689-434e-8b24-87f077ccafcc osv-hSZPfKaJQ06LJIfwd8yvzA on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Parameters passed for create volume {'name': 'osv-hSZPfKaJQ06LJIfwd8yvzA', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "85264f7c-a689-434e-8b24-87f077ccafcc", "name": "volume-85264f7c-a689-434e-8b24-87f077ccafcc", "type": "OpenStack", "display_name": "tempest-volume-1965882651", "volume_type_name": "tempest-GroupsV314Test-volume-type-50376658", "volume_type_id": "aa0d15a3-eb24-4524-a352-8b0d830e3802", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:38 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:38 ubuntu cinder-volume[115613]: DEBUG oslo_service.periodic_task [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115613) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:37:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] <== create_volume: return (363ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3cf10d1a-dbae-4e56-9b0b-3144fc9a8f4a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-85264f7c-a689-434e-8b24-87f077ccafcc', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ecf6d8d1-bf6d-4304-804f-bf0074c771be) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Volume volume-85264f7c-a689-434e-8b24-87f077ccafcc (85264f7c-a689-434e-8b24-87f077ccafcc): created successfully -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ecf6d8d1-bf6d-4304-804f-bf0074c771be) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Flow 'volume_create_manager' (4ffb23c9-6085-4bce-8609-a8ceaa01a9e3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:38 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-4d358cb6-f841-4865-908c-99f5e9f838a3 tempest-GroupsV314Test-116446284 None] Created volume successfully. -Jan 03 20:37:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:39 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:39 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:39 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:39 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] <== get_volume_stats: return (765ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:39 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] ==> create_group_from_src: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:40Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,name='tempest-Group_from_grp-1877952963',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,status='creating',updated_at=None,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(6f2c80a1-6ede-445f-b52b-d69adc1fee0f)]), 'group_snapshot': None, 'snapshots': None, 'source_group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:37Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=a97892fa-e9c0-4f2b-8465-592b35aaa707,name='tempest-GroupsV314Test-Group-1775440256',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=None,status='available',updated_at=2025-01-03T20:37:37Z,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=None,volume_types=,volumes=), 'source_vols': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1965882651',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,host='ubuntu@3par2#SSD_r6',id=85264f7c-a689-434e-8b24-87f077ccafcc,launched_at=2025-01-03T20:37:39Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:38Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:37:39Z,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)]}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:40Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,name='tempest-Group_from_grp-1877952963',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,status='creating',updated_at=None,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] <== create_group_from_src: exception (6ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] ==> create_cloned_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:40Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,host='ubuntu@3par2#SSD_r6',id=6f2c80a1-6ede-445f-b52b-d69adc1fee0f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=85264f7c-a689-434e-8b24-87f077ccafcc,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:40Z,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802), 'src_vref': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1965882651',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,host='ubuntu@3par2#SSD_r6',id=85264f7c-a689-434e-8b24-87f077ccafcc,launched_at=2025-01-03T20:37:39Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:38Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:37:39Z,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Creating a clone of volume, using online copy. {{(pid=115614) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2639}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Creating temp snapshot tss-a3orLjeGQT.Ctcc9UTU.yg from volume osv-hSZPfKaJQ06LJIfwd8yvzA -Jan 03 20:37:40 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:40 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:40 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:40 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:40 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:40 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Creating clone of a volume tss-a3orLjeGQT.Ctcc9UTU.yg to osv-byyAoW7eRF.1K9aa3B-uDw. {{(pid=115614) _copy_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2513}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'osv-byyAoW7eRF.1K9aa3B-uDw', 'destCPG': 'SSD_r6', 'tpvv': True, 'online': True, 'snapCPG': 'SSD_r6'}} {{(pid=115614) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:40 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:40 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:40 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] <== create_cloned_volume: return (502ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:40 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-6f3c6242-89a4-4f7f-8444-d0b6bcd4d2b8 tempest-GroupsV314Test-116446284 None] Create group from source-group-a97892fa-e9c0-4f2b-8465-592b35aaa707 completed successfully. -Jan 03 20:37:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:41Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,name='tempest-Group_from_grp-1877952963',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,status='deleting',updated_at=2025-01-03T20:37:41Z,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(6f2c80a1-6ede-445f-b52b-d69adc1fee0f)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:41Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,name='tempest-Group_from_grp-1877952963',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,status='deleting',updated_at=2025-01-03T20:37:41Z,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] <== delete_group: exception (6ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:41Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=23fa8fe9-89ab-4f33-a150-569d1a62f7c3,host='ubuntu@3par2#SSD_r6',id=6f2c80a1-6ede-445f-b52b-d69adc1fee0f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=85264f7c-a689-434e-8b24-87f077ccafcc,status='deleting',terminated_at=None,updated_at=2025-01-03T20:37:41Z,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] DELETE volume vol_id: 6f2c80a1-6ede-445f-b52b-d69adc1fee0f, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:41 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] volume_name: osv-byyAoW7eRF.1K9aa3B-uDw {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:41 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:41 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:41 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG oslo_service.periodic_task [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115614) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] <== delete_volume: return (773ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Created reservations ['f1c175ca-0158-49fd-8eed-fd3a79faee7f'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Deprecated: Default quota for resource: volumes_tempest-GroupsV314Test-volume-type-50376658 is set by the default quota flag: quota_volumes_tempest-GroupsV314Test-volume-type-50376658, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupsV314Test-volume-type-50376658 is set by the default quota flag: quota_gigabytes_tempest-GroupsV314Test-volume-type-50376658, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Created reservations ['55eb1f2a-f3e0-4f4f-bbe0-b8b949b2f097', '88cd302b-1851-47ca-ab36-f838e33d2549', 'ab613300-760d-4722-af64-f0857390537d', '1bc23e14-4ad9-4846-b248-2dab02d24a85'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:37Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=a97892fa-e9c0-4f2b-8465-592b35aaa707,name='tempest-GroupsV314Test-Group-1775440256',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:37Z,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(85264f7c-a689-434e-8b24-87f077ccafcc)])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:37Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='342e968e-6da4-49eb-b1ff-fdc9ec8006ff',host='ubuntu@3par2#SSD_r6',id=a97892fa-e9c0-4f2b-8465-592b35aaa707,name='tempest-GroupsV314Test-Group-1775440256',project_id='827537ff166440c4928248b33a8e4f18',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:37Z,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] <== delete_group: exception (8ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1965882651',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=a97892fa-e9c0-4f2b-8465-592b35aaa707,host='ubuntu@3par2#SSD_r6',id=85264f7c-a689-434e-8b24-87f077ccafcc,launched_at=2025-01-03T20:37:39Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='827537ff166440c4928248b33a8e4f18',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:38Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-03T20:37:43Z,use_quota=True,user_id='c952f6a5f7f94746b237ee41e3101a4e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa0d15a3-eb24-4524-a352-8b0d830e3802),volume_type_id=aa0d15a3-eb24-4524-a352-8b0d830e3802)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] DELETE volume vol_id: 85264f7c-a689-434e-8b24-87f077ccafcc, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] volume_name: osv-hSZPfKaJQ06LJIfwd8yvzA {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: : NotImplementedError -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:42 ubuntu cinder-volume[115614]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:37:42 ubuntu cinder-volume[115614]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Found a temporary snapshot tss-a3orLjeGQT.Ctcc9UTU.yg -Jan 03 20:37:43 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:43 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:43 ubuntu cinder-volume[115614]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] DELETE volume vol_id: 85264f7c-a689-434e-8b24-87f077ccafcc, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] volume_name: osv-hSZPfKaJQ06LJIfwd8yvzA {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:43 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:43 ubuntu cinder-volume[115614]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] <== get_volume_stats: return (746ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-4d923aa9-ef26-4db4-b512-d42d34bc3036 tempest-GroupsV314Test-116446284 None] Delete group completed successfully. -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] <== get_volume_stats: return (882ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] <== delete_volume: return (974ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Created reservations ['aeeecafa-aaa9-471a-98d5-7a6a5969f00e'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Created reservations ['61691426-cdd3-45c0-b850-b11199d5a817', 'f10e78e8-17cf-4509-b638-67523dd0e836', 'aca73a2e-253b-4a89-875f-6a93c7e1ff05', '699b3d51-88dc-4143-93c4-fe97327ec447'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:43 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:43 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:43 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:43 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:44 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:44 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:44 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:44 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:44 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] <== get_volume_stats: return (518ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:44 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:44 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-ac75a61c-9985-42df-b324-6549f3b88a2f tempest-GroupsV314Test-116446284 None] Delete group completed successfully. -Jan 03 20:37:47 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Group tempest-GroupsV320Test-Group-214373465: creating -Jan 03 20:37:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:46Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='a000d606-a8e5-489e-b5c4-5e2576eb7b9e',host='ubuntu@3par2#SSD_r6',id=f303e0fc-42c2-4a68-8ddc-89c7292937fc,name='tempest-GroupsV320Test-Group-214373465',project_id='73811c9fe8d646298c97f1a6e92131f3',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:46Z,user_id='65cc2a8d3019477cb316e1c3429ce536',volume_type_ids=['d60aa3b5-5db7-4063-935d-8a4a10bd92f0'],volume_types=,volumes=)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:46Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='a000d606-a8e5-489e-b5c4-5e2576eb7b9e',host='ubuntu@3par2#SSD_r6',id=f303e0fc-42c2-4a68-8ddc-89c7292937fc,name='tempest-GroupsV320Test-Group-214373465',project_id='73811c9fe8d646298c97f1a6e92131f3',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-03T20:37:46Z,user_id='65cc2a8d3019477cb316e1c3429ce536',volume_type_ids=['d60aa3b5-5db7-4063-935d-8a4a10bd92f0'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:47 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] <== create_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:47 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Group tempest-GroupsV320Test-Group-214373465: created successfully -Jan 03 20:37:47 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-a8d633c5-07bf-4c59-8f4b-3f4c382604e9 tempest-GroupsV320Test-2012066643 None] Create group completed successfully. -Jan 03 20:37:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:47Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='a000d606-a8e5-489e-b5c4-5e2576eb7b9e',host='ubuntu@3par2#SSD_r6',id=f303e0fc-42c2-4a68-8ddc-89c7292937fc,name='tempest-GroupsV320Test-Group-214373465',project_id='73811c9fe8d646298c97f1a6e92131f3',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:48Z,user_id='65cc2a8d3019477cb316e1c3429ce536',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[])}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.volume_utils [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-03T20:37:47Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='a000d606-a8e5-489e-b5c4-5e2576eb7b9e',host='ubuntu@3par2#SSD_r6',id=f303e0fc-42c2-4a68-8ddc-89c7292937fc,name='tempest-GroupsV320Test-Group-214373465',project_id='73811c9fe8d646298c97f1a6e92131f3',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-03T20:37:48Z,user_id='65cc2a8d3019477cb316e1c3429ce536',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115614) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} -Jan 03 20:37:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} -Jan 03 20:37:48 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] Created reservations ['a6c04a74-ccc3-4e25-89bb-56b8df34c2c8'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:48 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:48 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:48 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:48 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:48 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:48 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:48 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:48 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:48 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] <== get_volume_stats: return (448ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:48 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:48 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-4dd582b8-438b-45ec-b238-efcef4ec54f8 tempest-GroupsV320Test-2012066643 None] Delete group completed successfully. -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (7a47d604-f0ec-4ad0-9684-1c550cd8c54c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (d038e4b5-a693-48be-82c3-e6669e2468bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (d038e4b5-a693-48be-82c3-e6669e2468bf) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1637726697',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=9ea5c5fe-9402-41c9-bd4c-a99432bb8909,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:52Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:52Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ebfed83d-cd22-4ab6-84f3-6b6f768462ed),volume_type_id=ebfed83d-cd22-4ab6-84f3-6b6f768462ed)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e2b1d31c-8ad2-4a50-bc1c-085067f55fa2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e2b1d31c-8ad2-4a50-bc1c-085067f55fa2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5d93290b-812b-4ad5-b4bb-146d647b06ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5d93290b-812b-4ad5-b4bb-146d647b06ae) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '9ea5c5fe-9402-41c9-bd4c-a99432bb8909', 'volume_name': 'volume-9ea5c5fe-9402-41c9-bd4c-a99432bb8909', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (8ce30536-3b37-4728-8873-0f44de112794) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (8ce30536-3b37-4728-8873-0f44de112794) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5595b1b2-7eab-4e22-947d-5be6684f2de1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Volume 9ea5c5fe-9402-41c9-bd4c-a99432bb8909: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-9ea5c5fe-9402-41c9-bd4c-a99432bb8909', 'volume_size': 1} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1637726697',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=9ea5c5fe-9402-41c9-bd4c-a99432bb8909,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:52Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:52Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ebfed83d-cd22-4ab6-84f3-6b6f768462ed),volume_type_id=ebfed83d-cd22-4ab6-84f3-6b6f768462ed), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-1637726697: volume-9ea5c5fe-9402-41c9-bd4c-a99432bb8909 osv-nqXF-pQCQcm9TKmUMruJCQ on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Parameters passed for create volume {'name': 'osv-nqXF-pQCQcm9TKmUMruJCQ', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "9ea5c5fe-9402-41c9-bd4c-a99432bb8909", "name": "volume-9ea5c5fe-9402-41c9-bd4c-a99432bb8909", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-1637726697", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-775344056", "volume_type_id": "ebfed83d-cd22-4ab6-84f3-6b6f768462ed", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:51 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] <== create_volume: return (237ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5595b1b2-7eab-4e22-947d-5be6684f2de1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-9ea5c5fe-9402-41c9-bd4c-a99432bb8909', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (8bbe64fc-4d0f-47a5-bec8-d3be1998a5d4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Volume volume-9ea5c5fe-9402-41c9-bd4c-a99432bb8909 (9ea5c5fe-9402-41c9-bd4c-a99432bb8909): created successfully -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (8bbe64fc-4d0f-47a5-bec8-d3be1998a5d4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (7a47d604-f0ec-4ad0-9684-1c550cd8c54c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:51 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-3657c5e9-ca9b-4b38-9e82-42b2bf2e84b7 tempest-VolumeMultiBackendTest-1662700612 None] Created volume successfully. -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (7a59cb29-f37b-43ea-9690-3f01d19f6ae7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (36072fb0-496e-443b-9489-8e252b3a1fa5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (36072fb0-496e-443b-9489-8e252b3a1fa5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-136413351',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=4e0a1194-0f61-457f-8507-44fdc6fa1fdd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:53Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(48d68a7f-5daf-416b-b45e-591d5691a668),volume_type_id=48d68a7f-5daf-416b-b45e-591d5691a668)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0b07af6b-6750-4d14-9d8e-16f9f8fa5e18) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0b07af6b-6750-4d14-9d8e-16f9f8fa5e18) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c7f01c47-a9a6-439c-999d-d668be4d3ea4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c7f01c47-a9a6-439c-999d-d668be4d3ea4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '4e0a1194-0f61-457f-8507-44fdc6fa1fdd', 'volume_name': 'volume-4e0a1194-0f61-457f-8507-44fdc6fa1fdd', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (902ae519-ae11-4574-8978-3854b316b2df) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (902ae519-ae11-4574-8978-3854b316b2df) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d8830b23-df63-4285-af7f-2d8a8c624b17) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Volume 4e0a1194-0f61-457f-8507-44fdc6fa1fdd: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-4e0a1194-0f61-457f-8507-44fdc6fa1fdd', 'volume_size': 1} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-136413351',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=4e0a1194-0f61-457f-8507-44fdc6fa1fdd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:53Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(48d68a7f-5daf-416b-b45e-591d5691a668),volume_type_id=48d68a7f-5daf-416b-b45e-591d5691a668), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-136413351: volume-4e0a1194-0f61-457f-8507-44fdc6fa1fdd osv-TgoRlA9hRX.FB0T9xvof3Q on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Parameters passed for create volume {'name': 'osv-TgoRlA9hRX.FB0T9xvof3Q', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "4e0a1194-0f61-457f-8507-44fdc6fa1fdd", "name": "volume-4e0a1194-0f61-457f-8507-44fdc6fa1fdd", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-136413351", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-1458071579", "volume_type_id": "48d68a7f-5daf-416b-b45e-591d5691a668", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:52 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:52 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] <== create_volume: return (235ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d8830b23-df63-4285-af7f-2d8a8c624b17) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-4e0a1194-0f61-457f-8507-44fdc6fa1fdd', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (efb27feb-158d-42ef-93db-a388f3afd343) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:53 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Volume volume-4e0a1194-0f61-457f-8507-44fdc6fa1fdd (4e0a1194-0f61-457f-8507-44fdc6fa1fdd): created successfully -Jan 03 20:37:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (efb27feb-158d-42ef-93db-a388f3afd343) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (7a59cb29-f37b-43ea-9690-3f01d19f6ae7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:53 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d9eb12eb-d432-42e0-ae2e-d7681529b391 tempest-VolumeMultiBackendTest-1662700612 None] Created volume successfully. -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (adf08147-41e0-41bb-b4b1-3ac9c4b17545) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (51c45032-80aa-43ce-afcd-899eaa7f341f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (51c45032-80aa-43ce-afcd-899eaa7f341f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1738414306',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=64a08ec1-9f61-4677-a7a3-e732a4faa512,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:54Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:54Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ef7237fe-b11c-4033-a0df-5fea49bd3339),volume_type_id=ef7237fe-b11c-4033-a0df-5fea49bd3339)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0305d39e-6d28-4b7e-8bda-62f73ecbead9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0305d39e-6d28-4b7e-8bda-62f73ecbead9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (25c550ff-d5cf-44df-abcf-7fd4f1c9a8cb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (25c550ff-d5cf-44df-abcf-7fd4f1c9a8cb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '64a08ec1-9f61-4677-a7a3-e732a4faa512', 'volume_name': 'volume-64a08ec1-9f61-4677-a7a3-e732a4faa512', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (62b6b9c2-5773-4225-bf4b-42e0ea4336af) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (62b6b9c2-5773-4225-bf4b-42e0ea4336af) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8fbcf8be-e905-41c4-9bd7-faec27e3a291) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Volume 64a08ec1-9f61-4677-a7a3-e732a4faa512: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-64a08ec1-9f61-4677-a7a3-e732a4faa512', 'volume_size': 1} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1738414306',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=64a08ec1-9f61-4677-a7a3-e732a4faa512,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:54Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:54Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ef7237fe-b11c-4033-a0df-5fea49bd3339),volume_type_id=ef7237fe-b11c-4033-a0df-5fea49bd3339), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-1738414306: volume-64a08ec1-9f61-4677-a7a3-e732a4faa512 osv-ZKCOwZ9hRneno.cypPqlEg on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Parameters passed for create volume {'name': 'osv-ZKCOwZ9hRneno.cypPqlEg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "64a08ec1-9f61-4677-a7a3-e732a4faa512", "name": "volume-64a08ec1-9f61-4677-a7a3-e732a4faa512", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-1738414306", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-2079886358", "volume_type_id": "ef7237fe-b11c-4033-a0df-5fea49bd3339", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:54 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] <== create_volume: return (252ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8fbcf8be-e905-41c4-9bd7-faec27e3a291) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-64a08ec1-9f61-4677-a7a3-e732a4faa512', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fa178d44-6ebe-4ad9-83ce-8340a9e9fc07) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Volume volume-64a08ec1-9f61-4677-a7a3-e732a4faa512 (64a08ec1-9f61-4677-a7a3-e732a4faa512): created successfully -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fa178d44-6ebe-4ad9-83ce-8340a9e9fc07) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (adf08147-41e0-41bb-b4b1-3ac9c4b17545) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:54 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-32350db4-e39b-4ff8-a733-ff294ead9207 tempest-VolumeMultiBackendTest-1662700612 None] Created volume successfully. -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (e094caa4-742a-43c8-84e2-9cb279fb2cf5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (bb1731f6-43c8-4e83-8d25-8f3e3ff25328) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (bb1731f6-43c8-4e83-8d25-8f3e3ff25328) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1759768475',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2142f871-c0ba-4062-a3a2-d1a68c1ea396,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:56Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(9b8c1f6d-4e58-4117-ab49-d9d34e18be6e),volume_type_id=9b8c1f6d-4e58-4117-ab49-d9d34e18be6e)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ffb7bb3a-556c-48ad-9cff-f0c68c03841e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ffb7bb3a-556c-48ad-9cff-f0c68c03841e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f637987e-a62c-450d-8cd2-9dacdd8363f5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f637987e-a62c-450d-8cd2-9dacdd8363f5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '2142f871-c0ba-4062-a3a2-d1a68c1ea396', 'volume_name': 'volume-2142f871-c0ba-4062-a3a2-d1a68c1ea396', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c6ce64b4-2f51-4fee-baa3-74692f9fb360) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c6ce64b4-2f51-4fee-baa3-74692f9fb360) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (0ed58e53-79e2-4e83-b967-2ed5143fa6a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Volume 2142f871-c0ba-4062-a3a2-d1a68c1ea396: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-2142f871-c0ba-4062-a3a2-d1a68c1ea396', 'volume_size': 1} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1759768475',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2142f871-c0ba-4062-a3a2-d1a68c1ea396,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:37:56Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(9b8c1f6d-4e58-4117-ab49-d9d34e18be6e),volume_type_id=9b8c1f6d-4e58-4117-ab49-d9d34e18be6e), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-1759768475: volume-2142f871-c0ba-4062-a3a2-d1a68c1ea396 osv-IUL4ccC6QGKjotGmjB6jlg on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Parameters passed for create volume {'name': 'osv-IUL4ccC6QGKjotGmjB6jlg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "2142f871-c0ba-4062-a3a2-d1a68c1ea396", "name": "volume-2142f871-c0ba-4062-a3a2-d1a68c1ea396", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-1759768475", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-1911068425", "volume_type_id": "9b8c1f6d-4e58-4117-ab49-d9d34e18be6e", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:55 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] <== create_volume: return (230ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (0ed58e53-79e2-4e83-b967-2ed5143fa6a3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-2142f871-c0ba-4062-a3a2-d1a68c1ea396', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (55b04809-66e1-4226-99a9-acb859667b7f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:37:56 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Volume volume-2142f871-c0ba-4062-a3a2-d1a68c1ea396 (2142f871-c0ba-4062-a3a2-d1a68c1ea396): created successfully -Jan 03 20:37:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (55b04809-66e1-4226-99a9-acb859667b7f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:37:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Flow 'volume_create_manager' (e094caa4-742a-43c8-84e2-9cb279fb2cf5) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:37:56 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-0326d144-f722-439b-8561-de973fd2063c tempest-VolumeMultiBackendTest-1662700612 None] Created volume successfully. -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Acquiring lock "/opt/stack/data/cinder/cinder-2142f871-c0ba-4062-a3a2-d1a68c1ea396-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-2142f871-c0ba-4062-a3a2-d1a68c1ea396-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1759768475',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2142f871-c0ba-4062-a3a2-d1a68c1ea396,launched_at=2025-01-03T20:37:56Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:56Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:37:57Z,updated_at=2025-01-03T20:37:57Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(9b8c1f6d-4e58-4117-ab49-d9d34e18be6e),volume_type_id=9b8c1f6d-4e58-4117-ab49-d9d34e18be6e)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] DELETE volume vol_id: 2142f871-c0ba-4062-a3a2-d1a68c1ea396, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] volume_name: osv-IUL4ccC6QGKjotGmjB6jlg {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] <== delete_volume: return (128ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: WARNING cinder.quota [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1911068425 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1911068425, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:57 ubuntu cinder-volume[115613]: WARNING cinder.quota [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1911068425 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1911068425, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Created reservations ['a8060b9e-fb4f-493a-8c5a-49b290b4822a', '3824c231-ded2-41b4-9c3f-64fa9f26b9f1', 'dde8ab0e-de94-4222-918e-588a44f89289', '64cbca0f-7d4d-45df-a37a-86e9075c9a06'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] <== get_volume_stats: return (505ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:57 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Deleted volume successfully. -Jan 03 20:37:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-f4ec10f0-60e2-4963-9f4c-a57058337622 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-2142f871-c0ba-4062-a3a2-d1a68c1ea396-delete_volume" released by "delete_volume" :: held 0.750s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Acquiring lock "/opt/stack/data/cinder/cinder-64a08ec1-9f61-4677-a7a3-e732a4faa512-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-64a08ec1-9f61-4677-a7a3-e732a4faa512-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1738414306',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=64a08ec1-9f61-4677-a7a3-e732a4faa512,launched_at=2025-01-03T20:37:55Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:54Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:37:58Z,updated_at=2025-01-03T20:37:58Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ef7237fe-b11c-4033-a0df-5fea49bd3339),volume_type_id=ef7237fe-b11c-4033-a0df-5fea49bd3339)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] DELETE volume vol_id: 64a08ec1-9f61-4677-a7a3-e732a4faa512, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] volume_name: osv-ZKCOwZ9hRneno.cypPqlEg {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] <== delete_volume: return (122ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: WARNING cinder.quota [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-2079886358 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-2079886358, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:58 ubuntu cinder-volume[115613]: WARNING cinder.quota [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-2079886358 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-2079886358, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Created reservations ['85827e57-c3ef-4fcb-af9e-e096ad29d90f', '1d0891ac-1c94-4d7c-ac3f-2f489718608f', '4291aeb0-2ad2-4053-9a22-2734cd21371a', 'ea8b6e51-bedd-445a-a9b1-0cadd013d675'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:37:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] <== get_volume_stats: return (527ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:59 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:37:59 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Deleted volume successfully. -Jan 03 20:37:59 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-73424d88-5054-4015-9088-099971d1a2c3 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-64a08ec1-9f61-4677-a7a3-e732a4faa512-delete_volume" released by "delete_volume" :: held 0.756s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Acquiring lock "/opt/stack/data/cinder/cinder-4e0a1194-0f61-457f-8507-44fdc6fa1fdd-delete_volume" by "delete_volume" {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-4e0a1194-0f61-457f-8507-44fdc6fa1fdd-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-136413351',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=4e0a1194-0f61-457f-8507-44fdc6fa1fdd,launched_at=2025-01-03T20:37:53Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:53Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:00Z,updated_at=2025-01-03T20:38:00Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(48d68a7f-5daf-416b-b45e-591d5691a668),volume_type_id=48d68a7f-5daf-416b-b45e-591d5691a668)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] DELETE volume vol_id: 4e0a1194-0f61-457f-8507-44fdc6fa1fdd, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] volume_name: osv-TgoRlA9hRX.FB0T9xvof3Q {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] <== delete_volume: return (356ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1458071579 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1458071579, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:59 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1458071579 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1458071579, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Created reservations ['bdc3bdd6-d585-4548-958e-e5bd3095969b', '50363627-dff9-4397-a2c8-ccd500807b83', '564cf0d5-e5c5-4365-8311-3c210d086265', 'afee465d-aba2-4d38-b4fa-3a9057e1d020'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:37:59 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:37:59 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:00 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Acquiring lock "/opt/stack/data/cinder/cinder-9ea5c5fe-9402-41c9-bd4c-a99432bb8909-delete_volume" by "delete_volume" {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:00 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-9ea5c5fe-9402-41c9-bd4c-a99432bb8909-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:00 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:37:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1637726697',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=9ea5c5fe-9402-41c9-bd4c-a99432bb8909,launched_at=2025-01-03T20:37:52Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4868c605f83149c1addef3bd417f6715',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:37:52Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:01Z,updated_at=2025-01-03T20:38:01Z,use_quota=True,user_id='91bb516e588f4089b72128d0a0ba24f0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(ebfed83d-cd22-4ab6-84f3-6b6f768462ed),volume_type_id=ebfed83d-cd22-4ab6-84f3-6b6f768462ed)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:00 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] DELETE volume vol_id: 9ea5c5fe-9402-41c9-bd4c-a99432bb8909, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:38:00 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] volume_name: osv-nqXF-pQCQcm9TKmUMruJCQ {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:38:00 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:00 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:00 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:00 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:00 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] <== delete_volume: return (259ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-775344056 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-775344056, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-775344056 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-775344056, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Created reservations ['1e8be347-9955-4e16-932f-8eaa07aa3878', 'be97c1dc-1104-460e-a9f0-f4b4e710da6b', 'b438db47-920b-45a5-91ed-2c96a7242cab', '6371994b-15f6-460f-b7d1-540270bd2abe'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:01 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:01 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:01 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] <== get_volume_stats: return (1354ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Deleted volume successfully. -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:01 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-8f20e6ee-0d07-4ede-a3ce-d4683e03dac1 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-4e0a1194-0f61-457f-8507-44fdc6fa1fdd-delete_volume" released by "delete_volume" :: held 1.810s {{(pid=115614) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:01 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:01 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:01 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] <== get_volume_stats: return (766ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:01 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Deleted volume successfully. -Jan 03 20:38:01 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-8b7f0895-2ffd-4acc-83a3-a11792950945 tempest-VolumeMultiBackendTest-1662700612 None] Lock "/opt/stack/data/cinder/cinder-9ea5c5fe-9402-41c9-bd4c-a99432bb8909-delete_volume" released by "delete_volume" :: held 1.122s {{(pid=115614) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Flow 'volume_create_manager' (264ecc45-ca60-4c17-814c-868cb8ee5f35) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4afaa662-2f65-4a1a-9523-a78b7b878c5a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4afaa662-2f65-4a1a-9523-a78b7b878c5a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1584722398',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c16505c0-d33d-4457-bd46-7844327e4c41,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:07Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:07Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (9341935f-1061-447d-b7de-1fc4740c9fbe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (9341935f-1061-447d-b7de-1fc4740c9fbe) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (66eae37e-d555-499a-862e-490629beeed8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (66eae37e-d555-499a-862e-490629beeed8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'c16505c0-d33d-4457-bd46-7844327e4c41', 'volume_name': 'volume-c16505c0-d33d-4457-bd46-7844327e4c41', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (019592f3-2089-4ece-ac09-436414efc031) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (019592f3-2089-4ece-ac09-436414efc031) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (37fedb83-605a-421e-aff7-b16da08f4517) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Volume c16505c0-d33d-4457-bd46-7844327e4c41: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-c16505c0-d33d-4457-bd46-7844327e4c41', 'volume_size': 1} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1584722398',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c16505c0-d33d-4457-bd46-7844327e4c41,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:07Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:07Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] CREATE VOLUME (tempest-SnapshotsActionsTest-Volume-1584722398: volume-c16505c0-d33d-4457-bd46-7844327e4c41 osv-wWUFwNM9RFe9RnhEMn5MQQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Parameters passed for create volume {'name': 'osv-wWUFwNM9RFe9RnhEMn5MQQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "c16505c0-d33d-4457-bd46-7844327e4c41", "name": "volume-c16505c0-d33d-4457-bd46-7844327e4c41", "type": "OpenStack", "display_name": "tempest-SnapshotsActionsTest-Volume-1584722398", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:38:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] <== create_volume: return (244ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (37fedb83-605a-421e-aff7-b16da08f4517) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-c16505c0-d33d-4457-bd46-7844327e4c41', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f5adbd91-debd-4dea-b47a-460939332c1d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Volume volume-c16505c0-d33d-4457-bd46-7844327e4c41 (c16505c0-d33d-4457-bd46-7844327e4c41): created successfully -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f5adbd91-debd-4dea-b47a-460939332c1d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Flow 'volume_create_manager' (264ecc45-ca60-4c17-814c-868cb8ee5f35) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-f37d3bad-0477-46f9-ab95-56216e64c8e2 tempest-SnapshotsActionsTest-2065148064 None] Created volume successfully. -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240014379',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=a10c82a1-e429-40ff-a35b-5e3320fda2a8,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Create Snapshot -Jan 03 20:38:07 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240014379',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=a10c82a1-e429-40ff-a35b-5e3320fda2a8,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:07 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] <== create_snapshot: return (60ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:07 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-c48c2abf-571f-44a1-8d03-a391238c7ef9 tempest-SnapshotsActionsTest-2065148064 None] Create snapshot completed successfully -Jan 03 20:38:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-565706631',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0d1b7f52-1b45-4b38-ac2a-2522f818a88b,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Create Snapshot -Jan 03 20:38:09 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-565706631',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0d1b7f52-1b45-4b38-ac2a-2522f818a88b,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:38:09 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:09 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] <== create_snapshot: return (56ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:09 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-cf48f5eb-a962-4a29-8185-c7b16652e52a tempest-SnapshotsActionsTest-2065148064 None] Create snapshot completed successfully -Jan 03 20:38:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] Acquiring lock "/opt/stack/data/cinder/cinder-0d1b7f52-1b45-4b38-ac2a-2522f818a88b-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-0d1b7f52-1b45-4b38-ac2a-2522f818a88b-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-565706631',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0d1b7f52-1b45-4b38-ac2a-2522f818a88b,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:10Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] Delete Snapshot id 0d1b7f52-1b45-4b38-ac2a-2522f818a88b Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-565706631',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0d1b7f52-1b45-4b38-ac2a-2522f818a88b,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:10Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:38:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] <== delete_snapshot: return (54ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:10 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] Created reservations ['1e7181da-0335-4c2c-8c4f-117462fb3d0c', '7d047fe6-56d2-48bd-87e0-bd9982e5e96c', 'ae62c3e4-a4b1-4608-97aa-819c49404cbd', '39d12687-ec26-4c41-ad39-fb8adccd34a2'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:10 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] Delete snapshot completed successfully. -Jan 03 20:38:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b8a57a41-59af-4baa-b939-696448e01a2e tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-0d1b7f52-1b45-4b38-ac2a-2522f818a88b-delete_snapshot" released by "delete_snapshot" :: held 0.123s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-291770076',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Create Snapshot -Jan 03 20:38:11 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-291770076',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:38:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] <== create_snapshot: return (59ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:11 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-ac36ddb6-4dcc-4c9a-830e-0fd6d222c9ad tempest-SnapshotsActionsTest-2065148064 None] Create snapshot completed successfully -Jan 03 20:38:12 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] Acquiring lock "/opt/stack/data/cinder/cinder-0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:12 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-291770076',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:13Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] Delete Snapshot id 0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-291770076',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:13Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:38:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] <== delete_snapshot: return (48ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:12 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] Created reservations ['e4a14a40-e9ee-4c6b-8b62-f84864ffa507', 'b4139cd1-d1b9-47d3-9256-cf1b9247b486', 'ab768808-a3dd-4687-b16c-4b65a5284d5d', 'a8a3cbf7-31a8-4ef7-9528-a810fbbedfad'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:12 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] Delete snapshot completed successfully. -Jan 03 20:38:12 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-38a6c4b4-c45a-411e-a854-00ba3d69a47a tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-0e943b9d-8ab6-40b5-b169-a5bbbb5e65f1-delete_snapshot" released by "delete_snapshot" :: held 0.098s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:13Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1533594979',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=d26a84df-3ba3-42e3-a6d3-159b318b53d0,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Create Snapshot -Jan 03 20:38:13 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:13Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1533594979',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=d26a84df-3ba3-42e3-a6d3-159b318b53d0,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:38:13 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:13 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] <== create_snapshot: return (58ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:14 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-571d792d-c9cc-4fa2-9599-fc423cf5e855 tempest-SnapshotsActionsTest-2065148064 None] Create snapshot completed successfully -Jan 03 20:38:15 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] Acquiring lock "/opt/stack/data/cinder/cinder-d26a84df-3ba3-42e3-a6d3-159b318b53d0-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:15 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-d26a84df-3ba3-42e3-a6d3-159b318b53d0-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:14Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1533594979',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=d26a84df-3ba3-42e3-a6d3-159b318b53d0,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:15Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] Delete Snapshot id d26a84df-3ba3-42e3-a6d3-159b318b53d0 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:14Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1533594979',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=d26a84df-3ba3-42e3-a6d3-159b318b53d0,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:15Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:38:15 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:15 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] <== delete_snapshot: return (60ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:15 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] Created reservations ['6a33c965-c9fa-43c8-882a-83202246ab90', 'b3752bd5-b88d-4750-8fb9-c270172a24f5', 'cfead495-97e0-4135-bc24-66f4a6ae7f1b', 'cac0c026-24f9-41bc-88cc-af9ece697d23'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:15 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] Delete snapshot completed successfully. -Jan 03 20:38:15 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-27f638fb-5280-4bae-9538-954e6ecc14fc tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-d26a84df-3ba3-42e3-a6d3-159b318b53d0-delete_snapshot" released by "delete_snapshot" :: held 0.122s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1455788104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=af14e3e2-0db2-437b-a2b0-0289d161ca8b,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Create Snapshot -Jan 03 20:38:16 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1455788104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=af14e3e2-0db2-437b-a2b0-0289d161ca8b,metadata={},progress='0%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=,volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:38:16 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:16 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] <== create_snapshot: return (62ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:16 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-0326c556-2076-46b1-a8fe-d2cb998bbe03 tempest-SnapshotsActionsTest-2065148064 None] Create snapshot completed successfully -Jan 03 20:38:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] Acquiring lock "/opt/stack/data/cinder/cinder-af14e3e2-0db2-437b-a2b0-0289d161ca8b-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-af14e3e2-0db2-437b-a2b0-0289d161ca8b-delete_snapshot" acquired by "delete_snapshot" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1455788104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=af14e3e2-0db2-437b-a2b0-0289d161ca8b,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:17Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] Delete Snapshot id af14e3e2-0db2-437b-a2b0-0289d161ca8b Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1455788104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=af14e3e2-0db2-437b-a2b0-0289d161ca8b,metadata={},progress='100%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:17Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:38:17 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:17 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] <== delete_snapshot: return (52ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:17 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] Created reservations ['a10ef252-b59d-457a-b3c4-e25d7edc6ba0', '0a8fedcc-4fa6-4d06-900c-bc20ac06d35a', '3bfbad46-3f8f-4738-a384-370976b629ba', '34eec961-0ba5-4b18-b486-69986912ae02'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:17 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] Delete snapshot completed successfully. -Jan 03 20:38:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-487c9a9c-0ea0-421a-b60b-c2ddacaedba3 tempest-SnapshotsActionsTest-432807511 None] Lock "/opt/stack/data/cinder/cinder-af14e3e2-0db2-437b-a2b0-0289d161ca8b-delete_snapshot" released by "delete_snapshot" :: held 0.117s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:18 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] Acquiring lock "/opt/stack/data/cinder/cinder-a10c82a1-e429-40ff-a35b-5e3320fda2a8-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:18 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] Lock "/opt/stack/data/cinder/cinder-a10c82a1-e429-40ff-a35b-5e3320fda2a8-delete_snapshot" acquired by "delete_snapshot" :: waited 0.000s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240014379',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=a10c82a1-e429-40ff-a35b-5e3320fda2a8,metadata={},progress='80%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:19Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] Delete Snapshot id a10c82a1-e429-40ff-a35b-5e3320fda2a8 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:38:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240014379',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=a10c82a1-e429-40ff-a35b-5e3320fda2a8,metadata={},progress='80%',project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:38:19Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume=Volume(c16505c0-d33d-4457-bd46-7844327e4c41),volume_id=c16505c0-d33d-4457-bd46-7844327e4c41,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:38:18 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] <== delete_snapshot: return (48ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:18 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] Created reservations ['958feb4b-454b-4797-a102-301318ca064f', '9ca1ac88-d495-4573-bd66-4fb83d8b0198', '084be850-caac-4316-a1c0-c87bf59f63ab', 'a17624f0-583e-4276-b58a-a21ae511b64f'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:18 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] Delete snapshot completed successfully. -Jan 03 20:38:18 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-5130febc-bdaf-4147-9dd2-7895630a3d76 tempest-SnapshotsActionsTest-2065148064 None] Lock "/opt/stack/data/cinder/cinder-a10c82a1-e429-40ff-a35b-5e3320fda2a8-delete_snapshot" released by "delete_snapshot" :: held 0.111s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:19 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] Acquiring lock "/opt/stack/data/cinder/cinder-c16505c0-d33d-4457-bd46-7844327e4c41-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:19 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] Lock "/opt/stack/data/cinder/cinder-c16505c0-d33d-4457-bd46-7844327e4c41-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1584722398',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c16505c0-d33d-4457-bd46-7844327e4c41,launched_at=2025-01-03T20:38:07Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='078fc3e4244047e798019a2d6a8b8e43',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:07Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:20Z,updated_at=2025-01-03T20:38:20Z,use_quota=True,user_id='acb0e4f70b79421bbc8fc23bea8bbdeb',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] DELETE volume vol_id: c16505c0-d33d-4457-bd46-7844327e4c41, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:38:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] volume_name: osv-wWUFwNM9RFe9RnhEMn5MQQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:38:19 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:19 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] <== delete_volume: return (119ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:19 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] Created reservations ['69bc4e98-b346-4855-a8c4-b31ce8bc3b4f', '3770eaa3-89c5-47e3-a9ae-235411fd7ebc', 'c4d1913b-96fd-4ea0-8f01-e7f1d98a3ad3', '22b42455-ae6c-4bbe-9a6a-6798de825e49'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:20 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:20 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:20 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:20 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:20 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:20 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:20 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:20 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] <== get_volume_stats: return (503ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:20 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:20 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] Deleted volume successfully. -Jan 03 20:38:20 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-491dbb11-a1d0-4909-a040-458f313dcf92 tempest-SnapshotsActionsTest-2065148064 None] Lock "/opt/stack/data/cinder/cinder-c16505c0-d33d-4457-bd46-7844327e4c41-delete_volume" released by "delete_volume" :: held 0.720s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_manager' (0581dce9-8faa-4ccd-af49-4ed511cbb7cb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8de0f207-692a-4fe8-9144-bfece70ef9b1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8de0f207-692a-4fe8-9144-bfece70ef9b1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-2088054548',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2058db43-dc87-4e83-bdef-7d12f86dd36a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='607738f0b8b94faab05f45478aaf0d79',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:37Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:37Z,use_quota=True,user_id='5802227d31a94618bcd868d5f11e9da6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (71f8d9c8-b0f5-4ab6-9b50-07cbde15ec71) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (71f8d9c8-b0f5-4ab6-9b50-07cbde15ec71) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5ebb177b-ba64-46fb-835e-3f26642817e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5ebb177b-ba64-46fb-835e-3f26642817e0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '2058db43-dc87-4e83-bdef-7d12f86dd36a', 'volume_name': 'volume-2058db43-dc87-4e83-bdef-7d12f86dd36a', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (175d5ff0-a398-416d-b538-67d176e60958) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (175d5ff0-a398-416d-b538-67d176e60958) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (102e706e-99e3-44da-9d2b-b02a3314f588) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume 2058db43-dc87-4e83-bdef-7d12f86dd36a: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-2058db43-dc87-4e83-bdef-7d12f86dd36a', 'volume_size': 1} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-2088054548',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2058db43-dc87-4e83-bdef-7d12f86dd36a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='607738f0b8b94faab05f45478aaf0d79',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:37Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:37Z,use_quota=True,user_id='5802227d31a94618bcd868d5f11e9da6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] CREATE VOLUME (tempest-VolumeQuotasAdminTestJSON-Volume-2088054548: volume-2058db43-dc87-4e83-bdef-7d12f86dd36a osv-IFjbQ9yHToO9730S.G3Tag on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Parameters passed for create volume {'name': 'osv-IFjbQ9yHToO9730S.G3Tag', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "2058db43-dc87-4e83-bdef-7d12f86dd36a", "name": "volume-2058db43-dc87-4e83-bdef-7d12f86dd36a", "type": "OpenStack", "display_name": "tempest-VolumeQuotasAdminTestJSON-Volume-2088054548", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:36 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] <== create_volume: return (239ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (102e706e-99e3-44da-9d2b-b02a3314f588) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-2058db43-dc87-4e83-bdef-7d12f86dd36a', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (34dd9bb3-e321-48b8-8aca-b9c483e88dca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume volume-2058db43-dc87-4e83-bdef-7d12f86dd36a (2058db43-dc87-4e83-bdef-7d12f86dd36a): created successfully -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (34dd9bb3-e321-48b8-8aca-b9c483e88dca) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_manager' (0581dce9-8faa-4ccd-af49-4ed511cbb7cb) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-d6da3fd0-afd3-4242-8e03-d319485aec49 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Created volume successfully. -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Acquiring lock "/opt/stack/data/cinder/cinder-2058db43-dc87-4e83-bdef-7d12f86dd36a-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Lock "/opt/stack/data/cinder/cinder-2058db43-dc87-4e83-bdef-7d12f86dd36a-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-2088054548',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2058db43-dc87-4e83-bdef-7d12f86dd36a,launched_at=2025-01-03T20:38:37Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='607738f0b8b94faab05f45478aaf0d79',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:37Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:38Z,updated_at=2025-01-03T20:38:38Z,use_quota=True,user_id='5802227d31a94618bcd868d5f11e9da6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] DELETE volume vol_id: 2058db43-dc87-4e83-bdef-7d12f86dd36a, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] volume_name: osv-IFjbQ9yHToO9730S.G3Tag {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:37 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] <== delete_volume: return (122ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:37 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Created reservations ['8ee23eb5-fd60-40a1-b00f-e260e9bf98fe', '9c26667a-c3e0-4485-a593-1c4d44c23720', '9c0ca237-92cf-458a-a32a-8b7f0393f5dd', 'a833a8c3-325e-4e20-b902-216c4ae90d80'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:38 ubuntu cinder-volume[115613]: DEBUG oslo_service.periodic_task [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115613) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:38:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] <== get_volume_stats: return (654ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:38 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:38 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Deleted volume successfully. -Jan 03 20:38:38 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9f0a6465-8949-4659-82ca-d89812f5d525 tempest-VolumeQuotasAdminTestJSON-1942196167 None] Lock "/opt/stack/data/cinder/cinder-2058db43-dc87-4e83-bdef-7d12f86dd36a-delete_volume" released by "delete_volume" :: held 0.878s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] <== get_volume_stats: return (526ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_manager' (d697b387-d1ef-47a2-a480-f655ac7f953b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b4385c4f-cd5f-47a4-9017-5177641aaaa7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b4385c4f-cd5f-47a4-9017-5177641aaaa7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-792349312',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='607738f0b8b94faab05f45478aaf0d79',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:39Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:39Z,use_quota=True,user_id='5802227d31a94618bcd868d5f11e9da6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d56dc006-fedd-489f-b607-5b67b3ac25a5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d56dc006-fedd-489f-b607-5b67b3ac25a5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1b5deb45-9a3c-4408-8121-f6cf764fa4c2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1b5deb45-9a3c-4408-8121-f6cf764fa4c2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1', 'volume_name': 'volume-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (9a62ffd0-3704-42cc-b260-4ecf5f730554) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (9a62ffd0-3704-42cc-b260-4ecf5f730554) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4105af67-de29-4616-8e0f-3f468f523e38) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1', 'volume_size': 1} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-792349312',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='607738f0b8b94faab05f45478aaf0d79',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:39Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:39Z,use_quota=True,user_id='5802227d31a94618bcd868d5f11e9da6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] CREATE VOLUME (tempest-VolumeQuotasAdminTestJSON-Volume-792349312: volume-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 osv-up6aVJnmTPOy45eg-JnRwQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Parameters passed for create volume {'name': 'osv-up6aVJnmTPOy45eg-JnRwQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1", "name": "volume-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1", "type": "OpenStack", "display_name": "tempest-VolumeQuotasAdminTestJSON-Volume-792349312", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:39 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] <== create_volume: return (249ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4105af67-de29-4616-8e0f-3f468f523e38) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (8af68e62-03e5-4a6a-9baf-21e668d10975) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Volume volume-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1 (ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1): created successfully -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (8af68e62-03e5-4a6a-9baf-21e668d10975) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Flow 'volume_create_manager' (d697b387-d1ef-47a2-a480-f655ac7f953b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:39 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-630d9505-9b56-4e54-8019-57386729401c tempest-VolumeQuotasAdminTestJSON-1942196167 None] Created volume successfully. -Jan 03 20:38:40 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-34246fec-c662-4c5c-b644-e789f9caae44 tempest-VolumeQuotasAdminTestJSON-1147860496 None] Transfer volume completed successfully. -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] Acquiring lock "/opt/stack/data/cinder/cinder-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] Lock "/opt/stack/data/cinder/cinder-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-792349312',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1,launched_at=2025-01-03T20:38:39Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='51aebe6d6df74c4282822883fe23cb64',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:39Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:41Z,updated_at=2025-01-03T20:38:41Z,use_quota=True,user_id='bda034a9aa0c4b11ac1dfd17d7a3c053',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] DELETE volume vol_id: ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] volume_name: osv-up6aVJnmTPOy45eg-JnRwQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] <== delete_volume: return (140ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] Created reservations ['c66c5a44-c96e-4749-a5cd-4c6828042972', '96a77cd4-63d4-4970-90b7-4129b3f0e185', 'dbd650e1-bc05-4902-8d82-e9c54b3e3650', '69ed9264-b2ba-49f0-8313-2052fd182811'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] <== get_volume_stats: return (520ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:41 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:42 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] Deleted volume successfully. -Jan 03 20:38:42 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a091aa65-bb0d-42c6-a2c8-07e7e668c96e tempest-VolumeQuotasAdminTestJSON-772607591 None] Lock "/opt/stack/data/cinder/cinder-ba9e9a54-99e6-4cf3-b2e3-97a0fc99d1c1-delete_volume" released by "delete_volume" :: held 0.769s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:42 ubuntu cinder-volume[115614]: DEBUG oslo_service.periodic_task [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115614) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:38:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] <== get_volume_stats: return (496ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:42 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Flow 'volume_create_manager' (4d405f43-014c-4612-b93b-1b00f6d6a973) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (00ab0201-3a76-403e-acc0-d656c5a0c2c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (00ab0201-3a76-403e-acc0-d656c5a0c2c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dda5abec-f34e-41f4-867b-ce6d7eb2a2e9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6093af9a4aff4233b4262e78b641a247',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:45Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:45Z,use_quota=True,user_id='7f357897ac31415ab32063baa6eb3593',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1a109a0c-371a-4892-a5a6-73ef73e0ecc5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1a109a0c-371a-4892-a5a6-73ef73e0ecc5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0effe77e-e9b4-4d84-95b0-ab2ea77f06ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0effe77e-e9b4-4d84-95b0-ab2ea77f06ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'dda5abec-f34e-41f4-867b-ce6d7eb2a2e9', 'volume_name': 'volume-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4355dda6-a8c2-43e6-b349-c3ff780cc85c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4355dda6-a8c2-43e6-b349-c3ff780cc85c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (121e2fbd-ad44-4a93-be17-299d2a3277f1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Volume dda5abec-f34e-41f4-867b-ce6d7eb2a2e9: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9', 'volume_size': 1} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dda5abec-f34e-41f4-867b-ce6d7eb2a2e9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6093af9a4aff4233b4262e78b641a247',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:45Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:45Z,use_quota=True,user_id='7f357897ac31415ab32063baa6eb3593',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] CREATE VOLUME (tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119: volume-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 osv-3aWr7PNOQfSGe85tfrKi6Q on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Parameters passed for create volume {'name': 'osv-3aWr7PNOQfSGe85tfrKi6Q', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "dda5abec-f34e-41f4-867b-ce6d7eb2a2e9", "name": "volume-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9", "type": "OpenStack", "display_name": "tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:45 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] <== create_volume: return (238ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (121e2fbd-ad44-4a93-be17-299d2a3277f1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (40349488-97e9-41cc-b58c-b277fb90cf82) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Volume volume-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9 (dda5abec-f34e-41f4-867b-ce6d7eb2a2e9): created successfully -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (40349488-97e9-41cc-b58c-b277fb90cf82) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Flow 'volume_create_manager' (4d405f43-014c-4612-b93b-1b00f6d6a973) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:45 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-fb0d99aa-4901-43fd-a1e3-244332b2c7e7 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Created volume successfully. -Jan 03 20:38:46 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Acquiring lock "/opt/stack/data/cinder/cinder-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:46 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Lock "/opt/stack/data/cinder/cinder-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:46 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1734516119',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dda5abec-f34e-41f4-867b-ce6d7eb2a2e9,launched_at=2025-01-03T20:38:46Z,metadata={},migration_status=None,multiattach=False,previous_status='available',project_id='6093af9a4aff4233b4262e78b641a247',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:45Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:47Z,updated_at=2025-01-03T20:38:47Z,use_quota=True,user_id='7f357897ac31415ab32063baa6eb3593',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:46 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] DELETE volume vol_id: dda5abec-f34e-41f4-867b-ce6d7eb2a2e9, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:38:46 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] volume_name: osv-3aWr7PNOQfSGe85tfrKi6Q {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:38:46 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:46 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:47 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] <== delete_volume: return (252ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:47 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Created reservations ['f54d96f2-a4e3-460c-80ae-ecc7a36de4a5', '63a1f5e7-6848-4f1e-8651-26f7c4cab5a5', '29e5e54e-94ae-4306-be8a-287112708db4', 'cfed7ec0-6e1f-4e13-8564-7715c4b46950'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:47 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:47 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:47 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:47 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:47 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:48 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:48 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:48 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:48 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] <== get_volume_stats: return (962ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:48 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:48 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Deleted volume successfully. -Jan 03 20:38:48 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9183e89a-75d7-4d70-9494-2db0c1710c00 tempest-VolumeQuotasNegativeTestJSON-414381584 None] Lock "/opt/stack/data/cinder/cinder-dda5abec-f34e-41f4-867b-ce6d7eb2a2e9-delete_volume" released by "delete_volume" :: held 1.307s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Flow 'volume_create_manager' (5860a6a9-028b-4ec3-9603-8d1d0ad572ef) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a6db3b1c-a0d3-4ee0-b6c5-80a899141d0c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a6db3b1c-a0d3-4ee0-b6c5-80a899141d0c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=6deba9f3-d9a2-4c0a-a40c-a324a552d1b2,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1fb49c0873364d64bb909d8b9a24b20e',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:50Z,use_quota=True,user_id='42ec4d01f01d44d29096f89620e6bb76',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6),volume_type_id=c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5e702530-7af4-4ff9-bb9f-bc4a33fe6705) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5e702530-7af4-4ff9-bb9f-bc4a33fe6705) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f2b03e5d-6c18-4e86-8b7e-3452410cfb7f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f2b03e5d-6c18-4e86-8b7e-3452410cfb7f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '6deba9f3-d9a2-4c0a-a40c-a324a552d1b2', 'volume_name': 'volume-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (02f2ad12-90c6-4c02-8c50-34574b0a1fe7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (02f2ad12-90c6-4c02-8c50-34574b0a1fe7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (05d713fb-a2f2-46f6-a153-6edd1b95025a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Volume 6deba9f3-d9a2-4c0a-a40c-a324a552d1b2: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2', 'volume_size': 1} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=6deba9f3-d9a2-4c0a-a40c-a324a552d1b2,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1fb49c0873364d64bb909d8b9a24b20e',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:50Z,use_quota=True,user_id='42ec4d01f01d44d29096f89620e6bb76',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6),volume_type_id=c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] CREATE VOLUME (tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616: volume-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 osv-beup89miTAqkDKMkpVLRsg on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Parameters passed for create volume {'name': 'osv-beup89miTAqkDKMkpVLRsg', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "6deba9f3-d9a2-4c0a-a40c-a324a552d1b2", "name": "volume-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2", "type": "OpenStack", "display_name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616", "volume_type_name": "volume-type-1", "volume_type_id": "c2ae0c31-a56d-495b-bbf1-cc5f2a5968f6", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:50 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] <== create_volume: return (233ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (05d713fb-a2f2-46f6-a153-6edd1b95025a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6fd994cd-f75c-462e-9022-7c56114cd916) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Volume volume-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2 (6deba9f3-d9a2-4c0a-a40c-a324a552d1b2): created successfully -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6fd994cd-f75c-462e-9022-7c56114cd916) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Flow 'volume_create_manager' (5860a6a9-028b-4ec3-9603-8d1d0ad572ef) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:50 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-7e335e65-d610-4836-96a3-b046798f8449 tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Created volume successfully. -Jan 03 20:38:51 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:51 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:51 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:51 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:51 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:51 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:51 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:51 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:51 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] <== get_volume_stats: return (496ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d56faa08-3d08-492d-9e86-9ee09cc3b37f tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Retype volume completed successfully. -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Acquiring lock "/opt/stack/data/cinder/cinder-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2-delete_volume" by "delete_volume" {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Lock "/opt/stack/data/cinder/cinder-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-464442616',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=6deba9f3-d9a2-4c0a-a40c-a324a552d1b2,launched_at=2025-01-03T20:38:51Z,metadata={},migration_status=None,multiattach=False,previous_status='available',project_id='1fb49c0873364d64bb909d8b9a24b20e',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:50Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:53Z,updated_at=2025-01-03T20:38:53Z,use_quota=True,user_id='42ec4d01f01d44d29096f89620e6bb76',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(4665894b-f5d1-4967-bfac-d8aa6174ee9c),volume_type_id=4665894b-f5d1-4967-bfac-d8aa6174ee9c)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] DELETE volume vol_id: 6deba9f3-d9a2-4c0a-a40c-a324a552d1b2, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] volume_name: osv-beup89miTAqkDKMkpVLRsg {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:52 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] <== delete_volume: return (131ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:52 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Deprecated: Default quota for resource: volumes_volume-type-2 is set by the default quota flag: quota_volumes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:52 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Deprecated: Default quota for resource: gigabytes_volume-type-2 is set by the default quota flag: quota_gigabytes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:38:52 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Created reservations ['a4236a7f-a540-4734-8650-da9d5fa48c19', '1b6e6be1-61fa-4eac-9119-9e7206b7126c', '95b44364-a2df-4535-a55f-ed598d7dbee9', '9a28362b-0789-4125-8431-112d10f3b905'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:53 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:53 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:53 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:53 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:53 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:53 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:53 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:53 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:38:53 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] <== get_volume_stats: return (557ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:53 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:53 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Deleted volume successfully. -Jan 03 20:38:53 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-4b3f5a5e-0d85-4566-9432-9bc11378854d tempest-VolumeRetypeWithoutMigrationTest-752799750 None] Lock "/opt/stack/data/cinder/cinder-6deba9f3-d9a2-4c0a-a40c-a324a552d1b2-delete_volume" released by "delete_volume" :: held 0.793s {{(pid=115614) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Flow 'volume_create_manager' (5f30a806-6133-4981-8c13-0e2383183460) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (317402f2-a87d-4772-aaa4-8d415415b42a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (317402f2-a87d-4772-aaa4-8d415415b42a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-384412513',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd4d0210-df05-420c-9585-cf6d76471450,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d9bf0b89b0014c26badfd1fb7ecdff69',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:56Z,use_quota=True,user_id='02a991afe33d4320b1a9ebe5d882b4b9',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (749d1747-b9d7-4b00-9297-350d344126c7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (749d1747-b9d7-4b00-9297-350d344126c7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a20c3817-c0eb-49aa-bea4-164a49540f72) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a20c3817-c0eb-49aa-bea4-164a49540f72) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'dd4d0210-df05-420c-9585-cf6d76471450', 'volume_name': 'volume-dd4d0210-df05-420c-9585-cf6d76471450', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a992f4c7-84a0-4cc6-85ee-8ff0f508c732) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a992f4c7-84a0-4cc6-85ee-8ff0f508c732) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a9bfcb15-6c4a-45c1-8dc7-74db3241bf3a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Volume dd4d0210-df05-420c-9585-cf6d76471450: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-dd4d0210-df05-420c-9585-cf6d76471450', 'volume_size': 1} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-384412513',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd4d0210-df05-420c-9585-cf6d76471450,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d9bf0b89b0014c26badfd1fb7ecdff69',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:38:56Z,use_quota=True,user_id='02a991afe33d4320b1a9ebe5d882b4b9',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] CREATE VOLUME (tempest-VolumesServicesTestJSON-Volume-384412513: volume-dd4d0210-df05-420c-9585-cf6d76471450 osv-3U0CEN8FQgyVhc9tdkcUUA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Parameters passed for create volume {'name': 'osv-3U0CEN8FQgyVhc9tdkcUUA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "dd4d0210-df05-420c-9585-cf6d76471450", "name": "volume-dd4d0210-df05-420c-9585-cf6d76471450", "type": "OpenStack", "display_name": "tempest-VolumesServicesTestJSON-Volume-384412513", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:56 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] <== create_volume: return (237ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a9bfcb15-6c4a-45c1-8dc7-74db3241bf3a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-dd4d0210-df05-420c-9585-cf6d76471450', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (5866fa72-db20-4520-8d2c-272c305aa3a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Volume volume-dd4d0210-df05-420c-9585-cf6d76471450 (dd4d0210-df05-420c-9585-cf6d76471450): created successfully -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (5866fa72-db20-4520-8d2c-272c305aa3a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Flow 'volume_create_manager' (5f30a806-6133-4981-8c13-0e2383183460) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:38:56 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-b9f27f28-5b89-4718-8e52-55a0c2ad2f85 tempest-VolumesServicesTestJSON-2002849225 None] Created volume successfully. -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] Acquiring lock "/opt/stack/data/cinder/cinder-dd4d0210-df05-420c-9585-cf6d76471450-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] Lock "/opt/stack/data/cinder/cinder-dd4d0210-df05-420c-9585-cf6d76471450-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:38:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-384412513',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd4d0210-df05-420c-9585-cf6d76471450,launched_at=2025-01-03T20:38:56Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d9bf0b89b0014c26badfd1fb7ecdff69',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:38:56Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:38:57Z,updated_at=2025-01-03T20:38:57Z,use_quota=True,user_id='02a991afe33d4320b1a9ebe5d882b4b9',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] DELETE volume vol_id: dd4d0210-df05-420c-9585-cf6d76471450, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] volume_name: osv-3U0CEN8FQgyVhc9tdkcUUA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] <== delete_volume: return (118ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] Created reservations ['379dbac2-f785-4c27-9d98-5363670ab76c', '1023063d-6179-41c0-b4cc-d1f0e1acfe18', '9f0feb45-7e61-4752-b13f-2d80a85c928f', '7427262c-a977-4c03-ad61-1afd3aa311ff'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:38:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:38:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:38:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] <== get_volume_stats: return (516ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:38:58 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:38:58 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] Deleted volume successfully. -Jan 03 20:38:58 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-252405c4-e568-4042-a263-7937b73faeb7 tempest-VolumesServicesTestJSON-2002849225 None] Lock "/opt/stack/data/cinder/cinder-dd4d0210-df05-420c-9585-cf6d76471450-delete_volume" released by "delete_volume" :: held 0.730s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Flow 'volume_create_manager' (f2e0ad16-8929-44c2-b102-4e2aa25ab585) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b38a31e9-f8ff-4b5f-8a40-d0be96d580d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b38a31e9-f8ff-4b5f-8a40-d0be96d580d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=da54b004-6190-46d0-b887-2610c3c339d8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:03Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:03Z,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (77154cf6-d829-463a-8b7c-68c751fafa66) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (77154cf6-d829-463a-8b7c-68c751fafa66) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fa80a6a3-888d-4dd2-b26c-cdd7c999de01) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fa80a6a3-888d-4dd2-b26c-cdd7c999de01) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'da54b004-6190-46d0-b887-2610c3c339d8', 'volume_name': 'volume-da54b004-6190-46d0-b887-2610c3c339d8', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d0b2221a-b8ce-4d56-9f7a-7f5a973f3d89) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d0b2221a-b8ce-4d56-9f7a-7f5a973f3d89) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5f9e202b-d63d-4c97-9913-a4ea5bd4d8dc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Volume da54b004-6190-46d0-b887-2610c3c339d8: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-da54b004-6190-46d0-b887-2610c3c339d8', 'volume_size': 1} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=da54b004-6190-46d0-b887-2610c3c339d8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:03Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:03Z,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] CREATE VOLUME (tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471: volume-da54b004-6190-46d0-b887-2610c3c339d8 osv-2lSwBGGQRtC4hyYQw8M52A on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Parameters passed for create volume {'name': 'osv-2lSwBGGQRtC4hyYQw8M52A', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "da54b004-6190-46d0-b887-2610c3c339d8", "name": "volume-da54b004-6190-46d0-b887-2610c3c339d8", "type": "OpenStack", "display_name": "tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:02 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:02 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] <== create_volume: return (247ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5f9e202b-d63d-4c97-9913-a4ea5bd4d8dc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-da54b004-6190-46d0-b887-2610c3c339d8', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (08fab6ce-7176-4147-9296-f6da631d2714) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:03 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Volume volume-da54b004-6190-46d0-b887-2610c3c339d8 (da54b004-6190-46d0-b887-2610c3c339d8): created successfully -Jan 03 20:39:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (08fab6ce-7176-4147-9296-f6da631d2714) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Flow 'volume_create_manager' (f2e0ad16-8929-44c2-b102-4e2aa25ab585) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:03 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-d0b1cfcd-040c-4fb7-9a81-ac53d34aa56a tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Created volume successfully. -Jan 03 20:39:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-129699852',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4b9fa9c5-f0a7-4910-ab2a-f656887653b9,metadata={},progress='0%',project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume=,volume_id=da54b004-6190-46d0-b887-2610c3c339d8,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Create Snapshot -Jan 03 20:39:04 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-129699852',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4b9fa9c5-f0a7-4910-ab2a-f656887653b9,metadata={},progress='0%',project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume=,volume_id=da54b004-6190-46d0-b887-2610c3c339d8,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:39:04 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] <== create_snapshot: return (63ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:04 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-b39a69c1-d33c-4b81-97ed-743fe67e7fb5 tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Create snapshot completed successfully -Jan 03 20:39:05 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Acquiring lock "/opt/stack/data/cinder/cinder-4b9fa9c5-f0a7-4910-ab2a-f656887653b9-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:05 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Lock "/opt/stack/data/cinder/cinder-4b9fa9c5-f0a7-4910-ab2a-f656887653b9-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-129699852',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4b9fa9c5-f0a7-4910-ab2a-f656887653b9,metadata={},progress='100%',project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:04Z,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume=Volume(da54b004-6190-46d0-b887-2610c3c339d8),volume_id=da54b004-6190-46d0-b887-2610c3c339d8,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Delete Snapshot id 4b9fa9c5-f0a7-4910-ab2a-f656887653b9 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-129699852',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4b9fa9c5-f0a7-4910-ab2a-f656887653b9,metadata={},progress='100%',project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:04Z,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume=Volume(da54b004-6190-46d0-b887-2610c3c339d8),volume_id=da54b004-6190-46d0-b887-2610c3c339d8,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:39:05 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:05 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] <== delete_snapshot: return (54ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:05 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Created reservations ['b6ef59c8-280e-4408-b38c-594a21cf72e6', '983aba51-97ab-47b8-b096-17b9fba2918e', '3f15ef39-c5a2-4d81-ac94-9edd7aa3b542', '42cf8861-71bb-4450-9a1b-165314064ed7'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:05 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Delete snapshot completed successfully. -Jan 03 20:39:05 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-690c9f8e-3695-453e-b915-317eb0bd712c tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Lock "/opt/stack/data/cinder/cinder-4b9fa9c5-f0a7-4910-ab2a-f656887653b9-delete_snapshot" released by "delete_snapshot" :: held 0.116s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Acquiring lock "/opt/stack/data/cinder/cinder-da54b004-6190-46d0-b887-2610c3c339d8-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Lock "/opt/stack/data/cinder/cinder-da54b004-6190-46d0-b887-2610c3c339d8-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2018539471',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=da54b004-6190-46d0-b887-2610c3c339d8,launched_at=2025-01-03T20:39:03Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fdf55db15edb4bcbb78121015afd00b0',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:03Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:06Z,updated_at=2025-01-03T20:39:06Z,use_quota=True,user_id='9d63cb2c397742daa72f92736c725044',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] DELETE volume vol_id: da54b004-6190-46d0-b887-2610c3c339d8, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] volume_name: osv-2lSwBGGQRtC4hyYQw8M52A {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] <== delete_volume: return (122ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Created reservations ['932ad20c-cabc-4fbe-a8c4-7ab3106bc019', 'f1c70fc8-e280-4fd7-84c4-dd41a52741c0', '450b0b9e-274e-4424-9143-d53082cfc5c4', '0681c9ba-bc3e-43e2-937b-dcf85dd7791d'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] <== get_volume_stats: return (467ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:07 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:07 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Deleted volume successfully. -Jan 03 20:39:07 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e3d4d6e2-293e-423a-ab1c-1cc64b444acb tempest-VolumeSnapshotQuotasNegativeTestJSON-833637732 None] Lock "/opt/stack/data/cinder/cinder-da54b004-6190-46d0-b887-2610c3c339d8-delete_volume" released by "delete_volume" :: held 0.683s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Flow 'volume_create_manager' (180cc741-f984-484d-9516-a7fe26f1df0c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (72f1c7b7-5e85-42c5-92d7-4bd331df5348) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (72f1c7b7-5e85-42c5-92d7-4bd331df5348) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:10Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-1720587404',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=7083e559-8e0b-4919-bf29-02ef98d4f294,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00645e8be831490b8c11e9630ebce259',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:10Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:10Z,use_quota=True,user_id='fc33b2e5e95c41a18442b7a0f55647ed',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a9504a0c-7a66-412f-866d-5cf1c59b0f86),volume_type_id=a9504a0c-7a66-412f-866d-5cf1c59b0f86)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (26d2f71d-43f8-4a85-8b0c-118095a9f225) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (26d2f71d-43f8-4a85-8b0c-118095a9f225) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (78fab89b-6088-4161-9353-9e53fc9f4b97) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (78fab89b-6088-4161-9353-9e53fc9f4b97) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '7083e559-8e0b-4919-bf29-02ef98d4f294', 'volume_name': 'volume-7083e559-8e0b-4919-bf29-02ef98d4f294', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6d3cbf2c-6180-4d01-9f7c-e141502ada88) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6d3cbf2c-6180-4d01-9f7c-e141502ada88) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e90a621e-80f7-4f7e-9a68-b55d2a0b5dc3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Volume 7083e559-8e0b-4919-bf29-02ef98d4f294: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-7083e559-8e0b-4919-bf29-02ef98d4f294', 'volume_size': 1} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:10Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-1720587404',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=7083e559-8e0b-4919-bf29-02ef98d4f294,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00645e8be831490b8c11e9630ebce259',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:10Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:10Z,use_quota=True,user_id='fc33b2e5e95c41a18442b7a0f55647ed',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a9504a0c-7a66-412f-866d-5cf1c59b0f86),volume_type_id=a9504a0c-7a66-412f-866d-5cf1c59b0f86), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] CREATE VOLUME (tempest-VolumeTypesAccessTest-Volume-1720587404: volume-7083e559-8e0b-4919-bf29-02ef98d4f294 osv-cIPlWY4LSRm-KQLvmNTylA on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Parameters passed for create volume {'name': 'osv-cIPlWY4LSRm-KQLvmNTylA', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "7083e559-8e0b-4919-bf29-02ef98d4f294", "name": "volume-7083e559-8e0b-4919-bf29-02ef98d4f294", "type": "OpenStack", "display_name": "tempest-VolumeTypesAccessTest-Volume-1720587404", "volume_type_name": "tempest-VolumeTypesAccessTest-volume-type-1675598165", "volume_type_id": "a9504a0c-7a66-412f-866d-5cf1c59b0f86", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:10 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] <== create_volume: return (241ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e90a621e-80f7-4f7e-9a68-b55d2a0b5dc3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-7083e559-8e0b-4919-bf29-02ef98d4f294', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fc4b2b2f-e365-479e-ac90-ba24ff25fbeb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Volume volume-7083e559-8e0b-4919-bf29-02ef98d4f294 (7083e559-8e0b-4919-bf29-02ef98d4f294): created successfully -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fc4b2b2f-e365-479e-ac90-ba24ff25fbeb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Flow 'volume_create_manager' (180cc741-f984-484d-9516-a7fe26f1df0c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:10 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-bcf88a6d-939e-4f6a-b977-7513fe1382b2 tempest-VolumeTypesAccessTest-582889319 None] Created volume successfully. -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Acquiring lock "/opt/stack/data/cinder/cinder-7083e559-8e0b-4919-bf29-02ef98d4f294-delete_volume" by "delete_volume" {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Lock "/opt/stack/data/cinder/cinder-7083e559-8e0b-4919-bf29-02ef98d4f294-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:10Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-1720587404',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=7083e559-8e0b-4919-bf29-02ef98d4f294,launched_at=2025-01-03T20:39:10Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00645e8be831490b8c11e9630ebce259',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:10Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:11Z,updated_at=2025-01-03T20:39:11Z,use_quota=True,user_id='fc33b2e5e95c41a18442b7a0f55647ed',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a9504a0c-7a66-412f-866d-5cf1c59b0f86),volume_type_id=a9504a0c-7a66-412f-866d-5cf1c59b0f86)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] DELETE volume vol_id: 7083e559-8e0b-4919-bf29-02ef98d4f294, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] volume_name: osv-cIPlWY4LSRm-KQLvmNTylA {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] <== delete_volume: return (121ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesAccessTest-volume-type-1675598165 is set by the default quota flag: quota_volumes_tempest-VolumeTypesAccessTest-volume-type-1675598165, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:11 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesAccessTest-volume-type-1675598165 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesAccessTest-volume-type-1675598165, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Created reservations ['ac700e3c-482f-4faf-90db-2fa7bdb15107', 'e8b44bb0-bdcb-413a-97bd-1bd8d7c51659', 'e8555707-2a70-497f-a499-81cc8c2d057c', 'd24793b9-9ce3-4f8e-a16e-3f68b62ff741'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:11 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:11 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] <== get_volume_stats: return (531ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:11 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Deleted volume successfully. -Jan 03 20:39:11 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-d2e9ab67-2471-461d-a220-ca1974942349 tempest-VolumeTypesAccessTest-582889319 None] Lock "/opt/stack/data/cinder/cinder-7083e559-8e0b-4919-bf29-02ef98d4f294-delete_volume" released by "delete_volume" :: held 0.772s {{(pid=115614) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.flows.manager.create_volume [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115614) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Flow 'volume_create_manager' (a1371d0b-d89f-488d-909a-ba88691634d6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (087454e6-99dd-457b-8fd8-2f1fbee908a4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (087454e6-99dd-457b-8fd8-2f1fbee908a4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-1764501380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=d28d47fd-65b6-4efa-8c2a-7f3714dea04c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4d166e8374aa43fbb9cf474300ec607d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:15Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:15Z,use_quota=True,user_id='31ec4f3395cb4adca65f81cebb29bb57',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(85333f97-9491-4ff8-b06a-853eb06dd62a),volume_type_id=85333f97-9491-4ff8-b06a-853eb06dd62a)' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (834b2f68-0059-4c2a-9712-e55c3555c43a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (834b2f68-0059-4c2a-9712-e55c3555c43a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8792b606-dd8b-4a47-a442-2c93ed893bd2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8792b606-dd8b-4a47-a442-2c93ed893bd2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'd28d47fd-65b6-4efa-8c2a-7f3714dea04c', 'volume_name': 'volume-d28d47fd-65b6-4efa-8c2a-7f3714dea04c', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (63e72def-d50a-4960-aa42-9a52f4eade1a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (63e72def-d50a-4960-aa42-9a52f4eade1a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (571659dc-c231-445f-9dbb-a72ad3177006) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Volume d28d47fd-65b6-4efa-8c2a-7f3714dea04c: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-d28d47fd-65b6-4efa-8c2a-7f3714dea04c', 'volume_size': 1} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-1764501380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=d28d47fd-65b6-4efa-8c2a-7f3714dea04c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='4d166e8374aa43fbb9cf474300ec607d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:15Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:15Z,use_quota=True,user_id='31ec4f3395cb4adca65f81cebb29bb57',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(85333f97-9491-4ff8-b06a-853eb06dd62a),volume_type_id=85333f97-9491-4ff8-b06a-853eb06dd62a), 'perform_replica': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] CREATE VOLUME (tempest-VolumeTypesTest-volume-1764501380: volume-d28d47fd-65b6-4efa-8c2a-7f3714dea04c osv-0o1H-WW2TvqMKn83FN6gTA on ubuntu@3par2#SSD_r6) {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] self.API_VERSION: 40600075 {{(pid=115614) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG hpe3parclient.client [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Parameters passed for create volume {'name': 'osv-0o1H-WW2TvqMKn83FN6gTA', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "d28d47fd-65b6-4efa-8c2a-7f3714dea04c", "name": "volume-d28d47fd-65b6-4efa-8c2a-7f3714dea04c", "type": "OpenStack", "display_name": "tempest-VolumeTypesTest-volume-1764501380", "volume_type_name": "tempest-VolumeTypesTest-volume-type-307106933", "volume_type_id": "85333f97-9491-4ff8-b06a-853eb06dd62a", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115614) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:15 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] <== create_volume: return (232ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (571659dc-c231-445f-9dbb-a72ad3177006) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-d28d47fd-65b6-4efa-8c2a-7f3714dea04c', 'volume_size': 1}' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a0f7b406-f43f-4578-9ce7-873ee09f649e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: INFO cinder.volume.flows.manager.create_volume [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Volume volume-d28d47fd-65b6-4efa-8c2a-7f3714dea04c (d28d47fd-65b6-4efa-8c2a-7f3714dea04c): created successfully -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a0f7b406-f43f-4578-9ce7-873ee09f649e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115614) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: DEBUG cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Flow 'volume_create_manager' (a1371d0b-d89f-488d-909a-ba88691634d6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115614) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:15 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-9fa5804d-dad7-4e2d-9934-31af3be43d39 tempest-VolumeTypesTest-1359786350 None] Created volume successfully. -Jan 03 20:39:16 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:16 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:16 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:16 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:16 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:16 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:16 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:16 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:16 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] <== get_volume_stats: return (502ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2968, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7412398921832885, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-e7bc4461-f287-41e6-b447-10738020158b tempest-VolumeTypesTest-1359786350 None] Retype volume completed successfully. -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Acquiring lock "/opt/stack/data/cinder/cinder-d28d47fd-65b6-4efa-8c2a-7f3714dea04c-delete_volume" by "delete_volume" {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Lock "/opt/stack/data/cinder/cinder-d28d47fd-65b6-4efa-8c2a-7f3714dea04c-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115614) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-1764501380',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=d28d47fd-65b6-4efa-8c2a-7f3714dea04c,launched_at=2025-01-03T20:39:16Z,metadata={},migration_status=None,multiattach=False,previous_status='available',project_id='4d166e8374aa43fbb9cf474300ec607d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:15Z,service_uuid='bf8db15e-44b3-42d1-a037-4f708c68b261',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:18Z,updated_at=2025-01-03T20:39:18Z,use_quota=True,user_id='31ec4f3395cb4adca65f81cebb29bb57',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(62865c89-c247-4152-b17f-c1eeb8ce2852),volume_type_id=62865c89-c247-4152-b17f-c1eeb8ce2852)}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] DELETE volume vol_id: d28d47fd-65b6-4efa-8c2a-7f3714dea04c, name_id: None {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] volume_name: osv-0o1H-WW2TvqMKn83FN6gTA {{(pid=115614) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:17 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] <== delete_volume: return (133ms) None {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-819792340 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-819792340, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:17 ubuntu cinder-volume[115614]: WARNING cinder.quota [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-819792340 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-819792340, it is now deprecated. Please use the default quota class for default quota. -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.quota [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Created reservations ['0d6bbca7-6d97-45d1-9815-2d033b5a1839', 'aa359969-8ee9-4571-842e-7f1f680920bd', 'f86ff93e-69b1-4503-b59e-3b48f59150a5', '261334f8-c38e-4665-a032-ca1d851fc028'] {{(pid=115614) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:17 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:17 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:18 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:18 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:18 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:18 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:18 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:18 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:18 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] <== get_volume_stats: return (551ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:18 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:18 ubuntu cinder-volume[115614]: INFO cinder.volume.manager [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Deleted volume successfully. -Jan 03 20:39:18 ubuntu cinder-volume[115614]: DEBUG cinder.coordination [None req-7745deff-f125-4b01-9322-c5fb5514a4b6 tempest-VolumeTypesTest-1359786350 None] Lock "/opt/stack/data/cinder/cinder-d28d47fd-65b6-4efa-8c2a-7f3714dea04c-delete_volume" released by "delete_volume" :: held 0.769s {{(pid=115614) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_manager' (f13bad5d-df5c-4e1a-ae55-0af3c729b75b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a712ac95-965c-436d-a470-f36f12f6a2b2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a712ac95-965c-436d-a470-f36f12f6a2b2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-926531603',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=7c55f01f-eaba-4f39-a961-acb97bca9fcd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:29Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:29Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (cf877b00-5683-46e9-a2a2-efd56bc85515) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (cf877b00-5683-46e9-a2a2-efd56bc85515) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f7e20cfe-b99b-4e1a-bf3c-641c8ceb11bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f7e20cfe-b99b-4e1a-bf3c-641c8ceb11bf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '7c55f01f-eaba-4f39-a961-acb97bca9fcd', 'volume_name': 'volume-7c55f01f-eaba-4f39-a961-acb97bca9fcd', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (53a4ac62-4d8c-44db-8b74-f59bf1cabf42) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (53a4ac62-4d8c-44db-8b74-f59bf1cabf42) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3240344f-b60a-4a39-9190-196f85329e3d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Volume 7c55f01f-eaba-4f39-a961-acb97bca9fcd: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-7c55f01f-eaba-4f39-a961-acb97bca9fcd', 'volume_size': 1} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-926531603',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=7c55f01f-eaba-4f39-a961-acb97bca9fcd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:29Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:29Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] CREATE VOLUME (tempest-VolumesListAdminTestJSON-Volume-926531603: volume-7c55f01f-eaba-4f39-a961-acb97bca9fcd osv-fFXwH.q6TzmpYay5e8qfzQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Parameters passed for create volume {'name': 'osv-fFXwH.q6TzmpYay5e8qfzQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "7c55f01f-eaba-4f39-a961-acb97bca9fcd", "name": "volume-7c55f01f-eaba-4f39-a961-acb97bca9fcd", "type": "OpenStack", "display_name": "tempest-VolumesListAdminTestJSON-Volume-926531603", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:28 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:28 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] <== create_volume: return (240ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3240344f-b60a-4a39-9190-196f85329e3d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-7c55f01f-eaba-4f39-a961-acb97bca9fcd', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2102819b-c0ab-4dcf-a0c3-f5199ce91156) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:29 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Volume volume-7c55f01f-eaba-4f39-a961-acb97bca9fcd (7c55f01f-eaba-4f39-a961-acb97bca9fcd): created successfully -Jan 03 20:39:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2102819b-c0ab-4dcf-a0c3-f5199ce91156) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_manager' (f13bad5d-df5c-4e1a-ae55-0af3c729b75b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:29 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-8c3c8e3d-1c38-4d42-b49f-82da442ff93b tempest-VolumesListAdminTestJSON-871494764 None] Created volume successfully. -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_manager' (6f77b99c-231b-49d5-8f18-a9a4ce697fb8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6e8e469b-cc4c-432f-84f0-cc48d19126de) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6e8e469b-cc4c-432f-84f0-cc48d19126de) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1072656329',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:30Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:30Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (40cb17da-1086-458e-a7ad-3f4819761b8b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (40cb17da-1086-458e-a7ad-3f4819761b8b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8f62d6fa-289b-4814-bd77-d1c6636b58a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8f62d6fa-289b-4814-bd77-d1c6636b58a3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3', 'volume_name': 'volume-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5140c5ec-ce9d-4af2-9575-3285aa4ff5dd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5140c5ec-ce9d-4af2-9575-3285aa4ff5dd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (fb4ac38a-5408-42ca-a9a1-845d525df4d0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Volume 2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3', 'volume_size': 1} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1072656329',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:30Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:30Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] CREATE VOLUME (tempest-VolumesListAdminTestJSON-Volume-1072656329: volume-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 osv-LVGxsQ7TRpCsi.JeNO1F4w on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Parameters passed for create volume {'name': 'osv-LVGxsQ7TRpCsi.JeNO1F4w', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3", "name": "volume-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3", "type": "OpenStack", "display_name": "tempest-VolumesListAdminTestJSON-Volume-1072656329", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:30 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] <== create_volume: return (247ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (fb4ac38a-5408-42ca-a9a1-845d525df4d0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (933ea7f3-93c8-4642-be31-a7bd0269285a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Volume volume-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3 (2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3): created successfully -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (933ea7f3-93c8-4642-be31-a7bd0269285a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_manager' (6f77b99c-231b-49d5-8f18-a9a4ce697fb8) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:30 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-936a3fde-03bd-4a78-a3eb-bd2b8067845f tempest-VolumesListAdminTestJSON-871494764 None] Created volume successfully. -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_manager' (f588dafd-ccf1-4c16-9f35-33dd1bb4a196) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (978360b0-3ce7-45d2-9d89-d58b4ac83015) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (978360b0-3ce7-45d2-9d89-d58b4ac83015) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1346139794',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=963b3a20-1c72-460d-b026-8e4848314c64,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:31Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:31Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (37eccab1-ab0b-4d79-a441-094d9b68f02f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (37eccab1-ab0b-4d79-a441-094d9b68f02f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cd237be4-242e-41bc-b921-af44c78b2722) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cd237be4-242e-41bc-b921-af44c78b2722) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '963b3a20-1c72-460d-b026-8e4848314c64', 'volume_name': 'volume-963b3a20-1c72-460d-b026-8e4848314c64', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (715b9ff2-cb1c-4545-9edc-bb3cd8ae5782) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (715b9ff2-cb1c-4545-9edc-bb3cd8ae5782) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a9559843-d29b-427c-a13d-9f7db5e81c35) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Volume 963b3a20-1c72-460d-b026-8e4848314c64: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-963b3a20-1c72-460d-b026-8e4848314c64', 'volume_size': 1} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1346139794',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=963b3a20-1c72-460d-b026-8e4848314c64,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:31Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:31Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] CREATE VOLUME (tempest-VolumesListAdminTestJSON-Volume-1346139794: volume-963b3a20-1c72-460d-b026-8e4848314c64 osv-ljs6IBxyRg2wJo5ISDFMZA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Parameters passed for create volume {'name': 'osv-ljs6IBxyRg2wJo5ISDFMZA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "963b3a20-1c72-460d-b026-8e4848314c64", "name": "volume-963b3a20-1c72-460d-b026-8e4848314c64", "type": "OpenStack", "display_name": "tempest-VolumesListAdminTestJSON-Volume-1346139794", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:31 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] <== create_volume: return (258ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a9559843-d29b-427c-a13d-9f7db5e81c35) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-963b3a20-1c72-460d-b026-8e4848314c64', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d386ab1e-e046-45ec-8958-f97e9e98bc21) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Volume volume-963b3a20-1c72-460d-b026-8e4848314c64 (963b3a20-1c72-460d-b026-8e4848314c64): created successfully -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d386ab1e-e046-45ec-8958-f97e9e98bc21) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Flow 'volume_create_manager' (f588dafd-ccf1-4c16-9f35-33dd1bb4a196) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:31 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-965349e5-4be5-4a94-a4c3-5397ee3a655e tempest-VolumesListAdminTestJSON-871494764 None] Created volume successfully. -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Flow 'volume_create_manager' (dbc53222-bcd1-4611-a742-fffd2543876b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4109f231-2e3d-4b34-8eb4-09ab44bdf5e2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4109f231-2e3d-4b34-8eb4-09ab44bdf5e2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:32Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1a347850-7b83-4d33-b1af-c246e1ee5d15,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='033e969e704a4f578d9c57a2167aad6d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:33Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:33Z,use_quota=True,user_id='2b99917460d341b783e7461ea5c33409',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (78d38340-3d89-4d28-9456-3f48450c7871) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (78d38340-3d89-4d28-9456-3f48450c7871) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e818d10e-2776-4762-b6ae-e7dcacb5286a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e818d10e-2776-4762-b6ae-e7dcacb5286a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '1a347850-7b83-4d33-b1af-c246e1ee5d15', 'volume_name': 'volume-1a347850-7b83-4d33-b1af-c246e1ee5d15', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5e449448-5b7b-457b-b17d-f1e30c55aa8f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5e449448-5b7b-457b-b17d-f1e30c55aa8f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5638f43f-49d0-49ed-8ca5-a92cbd18a98d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Volume 1a347850-7b83-4d33-b1af-c246e1ee5d15: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-1a347850-7b83-4d33-b1af-c246e1ee5d15', 'volume_size': 1} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:32Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1a347850-7b83-4d33-b1af-c246e1ee5d15,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='033e969e704a4f578d9c57a2167aad6d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:33Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:33Z,use_quota=True,user_id='2b99917460d341b783e7461ea5c33409',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] CREATE VOLUME (None: volume-1a347850-7b83-4d33-b1af-c246e1ee5d15 osv-GjR4UHuDTTOxr8JG4e5dFQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Parameters passed for create volume {'name': 'osv-GjR4UHuDTTOxr8JG4e5dFQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "1a347850-7b83-4d33-b1af-c246e1ee5d15", "name": "volume-1a347850-7b83-4d33-b1af-c246e1ee5d15", "type": "OpenStack", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:32 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:32 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] <== create_volume: return (719ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5638f43f-49d0-49ed-8ca5-a92cbd18a98d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-1a347850-7b83-4d33-b1af-c246e1ee5d15', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (59083c70-57de-47c0-8177-1eeee2044148) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Volume volume-1a347850-7b83-4d33-b1af-c246e1ee5d15 (1a347850-7b83-4d33-b1af-c246e1ee5d15): created successfully -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (59083c70-57de-47c0-8177-1eeee2044148) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Flow 'volume_create_manager' (dbc53222-bcd1-4611-a742-fffd2543876b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-49838677-69df-420d-a57e-cceff1416b48 tempest-VolumesListAdminTestJSON-1462072082 None] Created volume successfully. -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Acquiring lock "/opt/stack/data/cinder/cinder-1a347850-7b83-4d33-b1af-c246e1ee5d15-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Lock "/opt/stack/data/cinder/cinder-1a347850-7b83-4d33-b1af-c246e1ee5d15-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:32Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1a347850-7b83-4d33-b1af-c246e1ee5d15,launched_at=2025-01-03T20:39:33Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='033e969e704a4f578d9c57a2167aad6d',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:33Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:34Z,updated_at=2025-01-03T20:39:34Z,use_quota=True,user_id='2b99917460d341b783e7461ea5c33409',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] DELETE volume vol_id: 1a347850-7b83-4d33-b1af-c246e1ee5d15, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] volume_name: osv-GjR4UHuDTTOxr8JG4e5dFQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] Acquiring lock "/opt/stack/data/cinder/cinder-963b3a20-1c72-460d-b026-8e4848314c64-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] Lock "/opt/stack/data/cinder/cinder-963b3a20-1c72-460d-b026-8e4848314c64-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1346139794',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=963b3a20-1c72-460d-b026-8e4848314c64,launched_at=2025-01-03T20:39:32Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:31Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:34Z,updated_at=2025-01-03T20:39:34Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] DELETE volume vol_id: 963b3a20-1c72-460d-b026-8e4848314c64, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] volume_name: osv-ljs6IBxyRg2wJo5ISDFMZA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] <== delete_volume: return (165ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Created reservations ['04aadf9c-71e9-4749-aad0-88ddb6fa4990', 'd1ba712f-1b31-4f0d-9d9d-091c2113834a', '1b8d863b-b2ba-441f-9af6-4414bc55d6f0', 'cea6cc91-978b-4bdc-b2d3-a799c4c3990c'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] <== delete_volume: return (171ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:33 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] Created reservations ['462946c9-22c5-41f2-baa4-9a61e163d58d', '80408b3c-6a94-422f-9087-3bf98dd58b50', 'af4837d0-5523-43b9-ab4e-a9fce41ef146', 'e6ad4bbe-683e-4a9d-93ac-2a85289b87a8'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] <== get_volume_stats: return (504ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Deleted volume successfully. -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-d7a79f51-e407-4db5-8eb7-5d6a0ec8501c tempest-VolumesListAdminTestJSON-1462072082 None] Lock "/opt/stack/data/cinder/cinder-1a347850-7b83-4d33-b1af-c246e1ee5d15-delete_volume" released by "delete_volume" :: held 0.769s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] <== get_volume_stats: return (496ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] Deleted volume successfully. -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4091bbc9-afb0-440c-a5bb-d1c8d885c4f2 tempest-VolumesListAdminTestJSON-871494764 None] Lock "/opt/stack/data/cinder/cinder-963b3a20-1c72-460d-b026-8e4848314c64-delete_volume" released by "delete_volume" :: held 0.754s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Acquiring lock "/opt/stack/data/cinder/cinder-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Lock "/opt/stack/data/cinder/cinder-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1072656329',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3,launched_at=2025-01-03T20:39:30Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:30Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:35Z,updated_at=2025-01-03T20:39:35Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] DELETE volume vol_id: 2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] volume_name: osv-LVGxsQ7TRpCsi.JeNO1F4w {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] <== delete_volume: return (118ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:35 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Created reservations ['7ecb8a2a-6ff3-4e63-8851-892d7663f71a', '9d1f91b3-56ab-445b-9c6e-e8f3b5d46335', '20d747fd-4e11-4282-90f3-3ee6c5b74779', 'daf09953-f861-4e97-b414-0edbf3530e6c'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] <== get_volume_stats: return (527ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:35 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:35 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Deleted volume successfully. -Jan 03 20:39:35 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e4f84f71-44ee-4510-a716-24f8998ea703 tempest-VolumesListAdminTestJSON-871494764 None] Lock "/opt/stack/data/cinder/cinder-2d51b1b1-0ed3-4690-ac8b-e25e34ed45e3-delete_volume" released by "delete_volume" :: held 0.746s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Acquiring lock "/opt/stack/data/cinder/cinder-7c55f01f-eaba-4f39-a961-acb97bca9fcd-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Lock "/opt/stack/data/cinder/cinder-7c55f01f-eaba-4f39-a961-acb97bca9fcd-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-926531603',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=7c55f01f-eaba-4f39-a961-acb97bca9fcd,launched_at=2025-01-03T20:39:29Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2e02d8b7c664f5bb5db1cda66c5df8c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:29Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:36Z,updated_at=2025-01-03T20:39:36Z,use_quota=True,user_id='6426508464e34983bf388535f140fbea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] DELETE volume vol_id: 7c55f01f-eaba-4f39-a961-acb97bca9fcd, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] volume_name: osv-fFXwH.q6TzmpYay5e8qfzQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:36 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] <== delete_volume: return (122ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Created reservations ['3bd2f5a5-6f60-4a78-a1a1-bdcc3c39a5a5', 'f5412b00-eb67-4cbd-b5a8-798b3d1086db', '5ee87a48-9ceb-48b1-8dbe-63088f324bb1', '30dd591b-5fd9-41e5-b3ef-67a18ae027f1'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:36 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:36 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:36 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:36 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:36 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:36 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:36 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] <== get_volume_stats: return (508ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:36 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Deleted volume successfully. -Jan 03 20:39:36 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-436bee96-4074-490d-8ad1-fbb848359a9b tempest-VolumesListAdminTestJSON-871494764 None] Lock "/opt/stack/data/cinder/cinder-7c55f01f-eaba-4f39-a961-acb97bca9fcd-delete_volume" released by "delete_volume" :: held 0.737s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:38 ubuntu cinder-volume[115613]: DEBUG oslo_service.periodic_task [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115613) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:39:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] <== get_volume_stats: return (498ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:39 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Flow 'volume_create_manager' (9773021f-523b-4968-ad81-e8cc4055a387) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (63e7f114-e396-4216-99d4-8bb1ae87a315) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (63e7f114-e396-4216-99d4-8bb1ae87a315) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-504158802',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:41Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:41Z,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (dd25dba2-5624-452e-8d9a-503c36ed2d26) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (dd25dba2-5624-452e-8d9a-503c36ed2d26) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (797e8077-4852-43e5-99f5-51b7e977e5cd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (797e8077-4852-43e5-99f5-51b7e977e5cd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'e6657ef6-d0ec-4aa2-bfdd-9663700ee8df', 'volume_name': 'volume-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c9e7e674-9d47-47d4-8beb-82c972623846) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c9e7e674-9d47-47d4-8beb-82c972623846) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (51668515-8f7e-4148-b41a-08262cd295de) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Volume e6657ef6-d0ec-4aa2-bfdd-9663700ee8df: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df', 'volume_size': 1} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-504158802',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:41Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:41Z,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] CREATE VOLUME (tempest-SnapshotMetadataTestJSON-Volume-504158802: volume-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df osv-5mV.9tDsSqK-3ZZjcA7o3w on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Parameters passed for create volume {'name': 'osv-5mV.9tDsSqK-3ZZjcA7o3w', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "e6657ef6-d0ec-4aa2-bfdd-9663700ee8df", "name": "volume-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df", "type": "OpenStack", "display_name": "tempest-SnapshotMetadataTestJSON-Volume-504158802", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] <== create_volume: return (253ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (51668515-8f7e-4148-b41a-08262cd295de) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f2a1ce12-b212-49e5-837e-d6cd53c8aeaa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Volume volume-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df (e6657ef6-d0ec-4aa2-bfdd-9663700ee8df): created successfully -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f2a1ce12-b212-49e5-837e-d6cd53c8aeaa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Flow 'volume_create_manager' (9773021f-523b-4968-ad81-e8cc4055a387) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:41 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-4aa6da20-df45-46be-b3aa-f1cc3e48ae84 tempest-SnapshotMetadataTestJSON-1236564112 None] Created volume successfully. -Jan 03 20:39:42 ubuntu cinder-volume[115614]: DEBUG oslo_service.periodic_task [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115614) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:39:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-1058509228',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=dcd888c4-206a-4bd9-9dba-9feb9d9bdda2,metadata={},progress='0%',project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume=,volume_id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Create Snapshot -Jan 03 20:39:42 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-1058509228',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=dcd888c4-206a-4bd9-9dba-9feb9d9bdda2,metadata={},progress='0%',project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume=,volume_id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:39:42 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:42 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] <== create_snapshot: return (190ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:42 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-d7c25799-bde1-4b6f-8ed2-5666c2f440e8 tempest-SnapshotMetadataTestJSON-1236564112 None] Create snapshot completed successfully -Jan 03 20:39:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:39:43 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] <== get_volume_stats: return (735ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:43 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:43 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] Acquiring lock "/opt/stack/data/cinder/cinder-dcd888c4-206a-4bd9-9dba-9feb9d9bdda2-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:43 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] Lock "/opt/stack/data/cinder/cinder-dcd888c4-206a-4bd9-9dba-9feb9d9bdda2-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:43 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-1058509228',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=dcd888c4-206a-4bd9-9dba-9feb9d9bdda2,metadata={},progress='100%',project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:44Z,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume=Volume(e6657ef6-d0ec-4aa2-bfdd-9663700ee8df),volume_id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:43 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] Delete Snapshot id dcd888c4-206a-4bd9-9dba-9feb9d9bdda2 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-1058509228',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=dcd888c4-206a-4bd9-9dba-9feb9d9bdda2,metadata={},progress='100%',project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:44Z,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume=Volume(e6657ef6-d0ec-4aa2-bfdd-9663700ee8df),volume_id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:39:43 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:43 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:43 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] <== delete_snapshot: return (49ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:43 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] Created reservations ['a712e2f0-64a5-4da1-9cf9-89291749b972', 'a492bc61-960d-449a-a708-a1341d9db5a6', '0ba946fa-5a64-4452-a40b-b4d9e4bdd67d', '6b4bb207-636e-418d-8143-9957a06b1d6f'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:43 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] Delete snapshot completed successfully. -Jan 03 20:39:43 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cb3dd750-de29-4ac0-862a-4de52b996309 tempest-SnapshotMetadataTestJSON-1236564112 None] Lock "/opt/stack/data/cinder/cinder-dcd888c4-206a-4bd9-9dba-9feb9d9bdda2-delete_snapshot" released by "delete_snapshot" :: held 0.108s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:44 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] Acquiring lock "/opt/stack/data/cinder/cinder-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:44 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] Lock "/opt/stack/data/cinder/cinder-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-504158802',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e6657ef6-d0ec-4aa2-bfdd-9663700ee8df,launched_at=2025-01-03T20:39:42Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c3318e1cc3af4f978ca731fec9753084',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:41Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:45Z,updated_at=2025-01-03T20:39:45Z,use_quota=True,user_id='c5db42755c2b41d78cb730b0dff55238',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] DELETE volume vol_id: e6657ef6-d0ec-4aa2-bfdd-9663700ee8df, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] volume_name: osv-5mV.9tDsSqK-3ZZjcA7o3w {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:44 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:44 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] <== delete_volume: return (123ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:45 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] Created reservations ['f1251f8e-722c-4333-9b3e-14c217ddda65', 'b5e3608c-106d-4c65-bc51-e7b665cc16ff', '50d9e029-2faf-4c1c-bde4-3397719b7f80', 'd3d222ff-114e-4268-8d96-c115f0eaff68'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:45 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:45 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:45 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:45 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:45 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:45 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:45 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:45 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] <== get_volume_stats: return (680ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:45 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:45 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] Deleted volume successfully. -Jan 03 20:39:45 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4a5dcc3b-eb77-4289-87e1-9889625bf4e2 tempest-SnapshotMetadataTestJSON-1236564112 None] Lock "/opt/stack/data/cinder/cinder-e6657ef6-d0ec-4aa2-bfdd-9663700ee8df-delete_volume" released by "delete_volume" :: held 0.913s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Flow 'volume_create_manager' (56607aae-f2a2-45b8-9b2b-e7612c84a204) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (897294c7-75ec-4f83-8965-86bb99cc522a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (897294c7-75ec-4f83-8965-86bb99cc522a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-428511910',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=21cc6639-322a-46ab-b22d-834ad7049dc9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6cd3f50f3e80410eaf39952b60c5bb42',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:49Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:49Z,use_quota=True,user_id='0d766e1a58004d5e90e9853d5f43ac33',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f1cfcb15-c905-494c-84b2-7bf247e3a8b8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f1cfcb15-c905-494c-84b2-7bf247e3a8b8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c4e82d34-3b3a-4988-9a7c-2f4d635819f0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c4e82d34-3b3a-4988-9a7c-2f4d635819f0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '21cc6639-322a-46ab-b22d-834ad7049dc9', 'volume_name': 'volume-21cc6639-322a-46ab-b22d-834ad7049dc9', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a274219e-f25d-46cc-bebc-da8a255cb168) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a274219e-f25d-46cc-bebc-da8a255cb168) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c904e52d-6bde-4e33-bfa9-dd85fbaab92b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Volume 21cc6639-322a-46ab-b22d-834ad7049dc9: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-21cc6639-322a-46ab-b22d-834ad7049dc9', 'volume_size': 1} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-428511910',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=21cc6639-322a-46ab-b22d-834ad7049dc9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6cd3f50f3e80410eaf39952b60c5bb42',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:49Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:49Z,use_quota=True,user_id='0d766e1a58004d5e90e9853d5f43ac33',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] CREATE VOLUME (tempest-AbsoluteLimitsTests-Volume-428511910: volume-21cc6639-322a-46ab-b22d-834ad7049dc9 osv-IcxmOTIqRquyLYNK1wSdyQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Parameters passed for create volume {'name': 'osv-IcxmOTIqRquyLYNK1wSdyQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "21cc6639-322a-46ab-b22d-834ad7049dc9", "name": "volume-21cc6639-322a-46ab-b22d-834ad7049dc9", "type": "OpenStack", "display_name": "tempest-AbsoluteLimitsTests-Volume-428511910", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:48 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:48 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] <== create_volume: return (234ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c904e52d-6bde-4e33-bfa9-dd85fbaab92b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-21cc6639-322a-46ab-b22d-834ad7049dc9', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d933b4b3-4990-4891-84a7-347ee54fa134) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Volume volume-21cc6639-322a-46ab-b22d-834ad7049dc9 (21cc6639-322a-46ab-b22d-834ad7049dc9): created successfully -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d933b4b3-4990-4891-84a7-347ee54fa134) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Flow 'volume_create_manager' (56607aae-f2a2-45b8-9b2b-e7612c84a204) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-78131203-9f54-485b-a952-2e8143c9440e tempest-AbsoluteLimitsTests-548793480 None] Created volume successfully. -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] Acquiring lock "/opt/stack/data/cinder/cinder-21cc6639-322a-46ab-b22d-834ad7049dc9-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] Lock "/opt/stack/data/cinder/cinder-21cc6639-322a-46ab-b22d-834ad7049dc9-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-428511910',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=21cc6639-322a-46ab-b22d-834ad7049dc9,launched_at=2025-01-03T20:39:49Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6cd3f50f3e80410eaf39952b60c5bb42',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:49Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:50Z,updated_at=2025-01-03T20:39:50Z,use_quota=True,user_id='0d766e1a58004d5e90e9853d5f43ac33',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] DELETE volume vol_id: 21cc6639-322a-46ab-b22d-834ad7049dc9, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] volume_name: osv-IcxmOTIqRquyLYNK1wSdyQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:49 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:49 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] <== delete_volume: return (116ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:50 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] Created reservations ['d7aecb53-f9a7-4408-aead-6b37b03c4dd9', 'fa50c1ca-dfa7-429a-87f3-b74ebb700f93', '36efea5d-3a7c-40aa-8bc8-219ed52c59e6', 'b64564da-a3fb-420b-98b8-d1fffd36138b'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:50 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:50 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:50 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:50 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:50 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:50 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:50 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:50 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] <== get_volume_stats: return (510ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:50 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:50 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] Deleted volume successfully. -Jan 03 20:39:50 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b5fcdf63-6b24-4101-bdb6-337a5b76f7a3 tempest-AbsoluteLimitsTests-548793480 None] Lock "/opt/stack/data/cinder/cinder-21cc6639-322a-46ab-b22d-834ad7049dc9-delete_volume" released by "delete_volume" :: held 0.720s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_manager' (0ff6dd6f-1931-4a7d-aa0e-b12e2664164b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (90444eda-eb24-4f3e-87d8-758d63ca7ef6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (90444eda-eb24-4f3e-87d8-758d63ca7ef6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1228949654',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=249cb794-4dab-4804-ba4c-b8654c5064d3,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:53Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7c6c1ac3-bc95-444c-a8b6-609efa32ad56) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7c6c1ac3-bc95-444c-a8b6-609efa32ad56) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (da420434-dca6-43a6-a12f-21198e3573d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (da420434-dca6-43a6-a12f-21198e3573d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '249cb794-4dab-4804-ba4c-b8654c5064d3', 'volume_name': 'volume-249cb794-4dab-4804-ba4c-b8654c5064d3', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (dbaeb112-729d-41d8-b946-f21344b619d6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (dbaeb112-729d-41d8-b946-f21344b619d6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5a0f0f2c-47a9-4dd2-a5a8-0ad3fb108f80) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Volume 249cb794-4dab-4804-ba4c-b8654c5064d3: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-249cb794-4dab-4804-ba4c-b8654c5064d3', 'volume_size': 1} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1228949654',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=249cb794-4dab-4804-ba4c-b8654c5064d3,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:53Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] CREATE VOLUME (tempest-VolumesDeleteCascade-Volume-1228949654: volume-249cb794-4dab-4804-ba4c-b8654c5064d3 osv-JJy3lE2rSAS6TLhlTFBk0w on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Parameters passed for create volume {'name': 'osv-JJy3lE2rSAS6TLhlTFBk0w', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "249cb794-4dab-4804-ba4c-b8654c5064d3", "name": "volume-249cb794-4dab-4804-ba4c-b8654c5064d3", "type": "OpenStack", "display_name": "tempest-VolumesDeleteCascade-Volume-1228949654", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:52 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:52 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] <== create_volume: return (247ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5a0f0f2c-47a9-4dd2-a5a8-0ad3fb108f80) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-249cb794-4dab-4804-ba4c-b8654c5064d3', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (54cea816-1890-4522-9d13-29ccfd23ae22) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:53 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Volume volume-249cb794-4dab-4804-ba4c-b8654c5064d3 (249cb794-4dab-4804-ba4c-b8654c5064d3): created successfully -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (54cea816-1890-4522-9d13-29ccfd23ae22) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_manager' (0ff6dd6f-1931-4a7d-aa0e-b12e2664164b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:53 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-19d9f0e7-41c9-4610-9d0f-0fe5cef7c227 tempest-VolumesDeleteCascade-834105226 None] Created volume successfully. -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1994218297',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=74b81fd8-51b4-4b7d-a1e8-6eadce97b94d,metadata={},progress='0%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Create Snapshot -Jan 03 20:39:53 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1994218297',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=74b81fd8-51b4-4b7d-a1e8-6eadce97b94d,metadata={},progress='0%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:39:53 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:53 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] <== create_snapshot: return (61ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:54 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-71d74fd1-64a7-4a2d-bb5c-ea0701da6189 tempest-VolumesDeleteCascade-834105226 None] Create snapshot completed successfully -Jan 03 20:39:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-379641729',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28ab2bb3-d403-444e-a479-b474549d1dc1,metadata={},progress='0%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Create Snapshot -Jan 03 20:39:55 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-379641729',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28ab2bb3-d403-444e-a479-b474549d1dc1,metadata={},progress='0%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:39:55 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:55 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] <== create_snapshot: return (928ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-4b749f65-c9ad-4a47-9fb4-93ae69e7cc6b tempest-VolumesDeleteCascade-834105226 None] Create snapshot completed successfully -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Acquiring lock "/opt/stack/data/cinder/cinder-249cb794-4dab-4804-ba4c-b8654c5064d3-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-249cb794-4dab-4804-ba4c-b8654c5064d3-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Performing cascade delete. {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/manager.py:995}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Acquiring lock "/opt/stack/data/cinder/cinder-28ab2bb3-d403-444e-a479-b474549d1dc1-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-28ab2bb3-d403-444e-a479-b474549d1dc1-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-379641729',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28ab2bb3-d403-444e-a479-b474549d1dc1,metadata={},progress='100%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:56Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Delete Snapshot id 28ab2bb3-d403-444e-a479-b474549d1dc1 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-379641729',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28ab2bb3-d403-444e-a479-b474549d1dc1,metadata={},progress='100%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:56Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:56 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] <== delete_snapshot: return (180ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Created reservations ['3e8746b1-cae3-4cdf-a298-ab3e3af160c5', '12f7ed5d-01f5-4968-913f-2e8404d698bd', 'e1b68172-d6b7-4c9f-b11f-92d38c550ebd', 'e93c902a-3f6f-446d-b0af-1e296bcbe62e'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Delete snapshot completed successfully. -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-28ab2bb3-d403-444e-a479-b474549d1dc1-delete_snapshot" released by "delete_snapshot" :: held 0.250s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Acquiring lock "/opt/stack/data/cinder/cinder-74b81fd8-51b4-4b7d-a1e8-6eadce97b94d-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-74b81fd8-51b4-4b7d-a1e8-6eadce97b94d-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1994218297',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=74b81fd8-51b4-4b7d-a1e8-6eadce97b94d,metadata={},progress='100%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:56Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Delete Snapshot id 74b81fd8-51b4-4b7d-a1e8-6eadce97b94d Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1994218297',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=74b81fd8-51b4-4b7d-a1e8-6eadce97b94d,metadata={},progress='100%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:39:56Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=249cb794-4dab-4804-ba4c-b8654c5064d3,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:56 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] <== delete_snapshot: return (50ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Created reservations ['1eacb2ba-0d2c-4194-80cf-2770fede96ae', '419baa2f-6f9c-4fa4-ad5f-0e68cc6b6a01', '0e1d738b-0337-4741-8f98-6d443a643465', '4225d0e2-8aaf-494f-98b8-07f28fcbf020'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Delete snapshot completed successfully. -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-74b81fd8-51b4-4b7d-a1e8-6eadce97b94d-delete_snapshot" released by "delete_snapshot" :: held 0.109s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Snapshots deleted, issuing volume delete {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/manager.py:1010}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1228949654',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=249cb794-4dab-4804-ba4c-b8654c5064d3,launched_at=2025-01-03T20:39:53Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:53Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:39:56Z,updated_at=2025-01-03T20:39:56Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] DELETE volume vol_id: 249cb794-4dab-4804-ba4c-b8654c5064d3, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] volume_name: osv-JJy3lE2rSAS6TLhlTFBk0w {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:56 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] <== delete_volume: return (328ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Created reservations ['cdddfcce-e1e3-434d-a20a-80da29898c5b', '2aa6dfe9-c47d-4129-ab33-a108f685782d', '06458809-de38-496e-af53-aa3a7c7c06ae', '84b2f541-570d-43ef-8659-69dc33b0cb95'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:56 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:56 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] <== get_volume_stats: return (517ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Deleted volume successfully. -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-563ca875-fe56-458d-ad7b-8ac38be3c09e tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-249cb794-4dab-4804-ba4c-b8654c5064d3-delete_volume" released by "delete_volume" :: held 1.316s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_manager' (f2ed6dfa-d409-430e-bed0-0912c908221e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (0e9efcd3-b224-4278-9e9a-b940290001b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (0e9efcd3-b224-4278-9e9a-b940290001b3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1390385634',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=73524f31-e535-479d-a247-4154d60d205b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:57Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:57Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (4f7cf1e7-2f7e-46d6-89a6-80a4db3f179e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (4f7cf1e7-2f7e-46d6-89a6-80a4db3f179e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (3424a4ee-10e2-49fe-a8a6-a141fc6f520e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (3424a4ee-10e2-49fe-a8a6-a141fc6f520e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '73524f31-e535-479d-a247-4154d60d205b', 'volume_name': 'volume-73524f31-e535-479d-a247-4154d60d205b', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (2c4b283f-5c07-402a-a83c-20175ec34698) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (2c4b283f-5c07-402a-a83c-20175ec34698) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8ff7f121-d8a6-4f38-b3c1-524ad96554ec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Volume 73524f31-e535-479d-a247-4154d60d205b: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-73524f31-e535-479d-a247-4154d60d205b', 'volume_size': 1} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1390385634',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=73524f31-e535-479d-a247-4154d60d205b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:57Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:39:57Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] CREATE VOLUME (tempest-VolumesDeleteCascade-Volume-1390385634: volume-73524f31-e535-479d-a247-4154d60d205b osv-c1JPMeU1R52iR0FU1g0gWw on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Parameters passed for create volume {'name': 'osv-c1JPMeU1R52iR0FU1g0gWw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "73524f31-e535-479d-a247-4154d60d205b", "name": "volume-73524f31-e535-479d-a247-4154d60d205b", "type": "OpenStack", "display_name": "tempest-VolumesDeleteCascade-Volume-1390385634", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] <== create_volume: return (248ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8ff7f121-d8a6-4f38-b3c1-524ad96554ec) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-73524f31-e535-479d-a247-4154d60d205b', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3ddd8552-5ac3-40cc-8589-5687fc1de86b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Volume volume-73524f31-e535-479d-a247-4154d60d205b (73524f31-e535-479d-a247-4154d60d205b): created successfully -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3ddd8552-5ac3-40cc-8589-5687fc1de86b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_manager' (f2ed6dfa-d409-430e-bed0-0912c908221e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:57 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-f904ded8-a54a-4158-af21-3b1a615d060a tempest-VolumesDeleteCascade-834105226 None] Created volume successfully. -Jan 03 20:39:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1381986597',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,metadata={},progress='0%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=73524f31-e535-479d-a247-4154d60d205b,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Create Snapshot -Jan 03 20:39:58 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1381986597',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,metadata={},progress='0%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=73524f31-e535-479d-a247-4154d60d205b,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:39:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:39:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] <== create_snapshot: return (58ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:39:58 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-2d9611d6-74e1-4b6a-a404-e935f53921c2 tempest-VolumesDeleteCascade-834105226 None] Create snapshot completed successfully -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_manager' (f91f5c3e-fb48-4c98-8a49-4d33dd637c54) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6a60c9b5-1779-4def-8655-cf6cfa3001ee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6a60c9b5-1779-4def-8655-cf6cfa3001ee) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:00Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1011157792',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=89718bd9-362a-476c-bffc-a5be863fa4fb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:00Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:00Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0f7df461-8f25-4abd-9b78-f869f6fa85d2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0f7df461-8f25-4abd-9b78-f869f6fa85d2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (4a2600f9-338e-44fd-81e0-557d19c3786a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (4a2600f9-338e-44fd-81e0-557d19c3786a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'snap', 'volume_id': '89718bd9-362a-476c-bffc-a5be863fa4fb', 'volume_name': 'volume-89718bd9-362a-476c-bffc-a5be863fa4fb', 'volume_size': 1, 'snapshot_id': '68279dfa-e5e2-4b4b-b6f1-7af380ad4ded'}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4f721c3a-2034-42e0-82d2-e09995017379) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4f721c3a-2034-42e0-82d2-e09995017379) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (22c72659-1ba3-434d-adc8-a37f1582383e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Volume 89718bd9-362a-476c-bffc-a5be863fa4fb: being created as snap with specification: {'status': 'creating', 'volume_name': 'volume-89718bd9-362a-476c-bffc-a5be863fa4fb', 'volume_size': 1, 'snapshot_id': '68279dfa-e5e2-4b4b-b6f1-7af380ad4ded'} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] ==> create_volume_from_snapshot: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:00Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1011157792',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=89718bd9-362a-476c-bffc-a5be863fa4fb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:00Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:00Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:59Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1381986597',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,metadata={},progress='100%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='available',updated_at=2025-01-03T20:39:59Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=73524f31-e535-479d-a247-4154d60d205b,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Create Volume from Snapshot -Jan 03 20:39:59 ubuntu cinder-volume[115613]: 'tempest-VolumesDeleteCascade-Volume-1011157792' -Jan 03 20:39:59 ubuntu cinder-volume[115613]: 'tempest-VolumesDeleteCascade-Snapshot-1381986597' {{(pid=115613) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2866}} -Jan 03 20:39:59 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:39:59 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] convert_to_base: False {{(pid=115613) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2905}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] growth_size: 0 {{(pid=115613) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2909}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] volume is created as child of snapshot {{(pid=115613) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2916}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] <== create_volume_from_snapshot: return (136ms) {} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (22c72659-1ba3-434d-adc8-a37f1582383e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-89718bd9-362a-476c-bffc-a5be863fa4fb', 'volume_size': 1, 'snapshot_id': '68279dfa-e5e2-4b4b-b6f1-7af380ad4ded'}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a100c541-929b-4aa9-a900-0d91fc7c2181) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Volume volume-89718bd9-362a-476c-bffc-a5be863fa4fb (89718bd9-362a-476c-bffc-a5be863fa4fb): created successfully -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a100c541-929b-4aa9-a900-0d91fc7c2181) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Flow 'volume_create_manager' (f91f5c3e-fb48-4c98-8a49-4d33dd637c54) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-ad58d66a-30bd-4841-bf00-1395801f281e tempest-VolumesDeleteCascade-834105226 None] Created volume successfully. -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Acquiring lock "/opt/stack/data/cinder/cinder-73524f31-e535-479d-a247-4154d60d205b-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-73524f31-e535-479d-a247-4154d60d205b-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Performing cascade delete. {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/manager.py:995}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Acquiring lock "/opt/stack/data/cinder/cinder-68279dfa-e5e2-4b4b-b6f1-7af380ad4ded-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-68279dfa-e5e2-4b4b-b6f1-7af380ad4ded-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:59Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1381986597',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,metadata={},progress='100%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:40:01Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=73524f31-e535-479d-a247-4154d60d205b,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Delete Snapshot id 68279dfa-e5e2-4b4b-b6f1-7af380ad4ded Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:39:59Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1381986597',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,metadata={},progress='100%',project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:40:01Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume=,volume_id=73524f31-e535-479d-a247-4154d60d205b,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:40:00 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:00 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:01 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:01 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:01 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:01 ubuntu cinder-volume[115613]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Found a volume osv-iXGL2TYqR2y--KW.hj.k.w -Jan 03 20:40:01 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:01 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:01 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:01 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:01 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:01 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:01 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:01 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:01 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:01 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Converting to base volume type: 89718bd9-362a-476c-bffc-a5be863fa4fb. {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3400}} -Jan 03 20:40:01 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:01 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:01 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Creating clone of a volume osv-iXGL2TYqR2y--KW.hj.k.w to omv-iXGL2TYqR2y--KW.hj.k.w. {{(pid=115613) _copy_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2513}} -Jan 03 20:40:02 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'omv-iXGL2TYqR2y--KW.hj.k.w', 'destCPG': 'CI_CPG', 'tpvv': True, 'online': True, 'snapCPG': 'CI_CPG'}} {{(pid=115613) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} -Jan 03 20:40:02 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:02 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:02 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Copy volume scheduled: convert_to_base_volume: id=89718bd9-362a-476c-bffc-a5be863fa4fb. {{(pid=115613) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3286}} -Jan 03 20:40:02 ubuntu cinder-volume[115613]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:02 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 25533 status = 2 {{(pid=115613) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} -Jan 03 20:40:03 ubuntu cinder-volume[115613]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:03 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 25533 status = 2 {{(pid=115613) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 25533 status = 1 {{(pid=115613) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Copy volume completed: convert_to_base_volume: id=89718bd9-362a-476c-bffc-a5be863fa4fb. {{(pid=115613) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3297}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:04 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:04 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:04 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Assigned the comment: convert_to_base_volume: id=89718bd9-362a-476c-bffc-a5be863fa4fb. {{(pid=115613) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3303}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:04 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Delete src volume completed: convert_to_base_volume: id=89718bd9-362a-476c-bffc-a5be863fa4fb. {{(pid=115613) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3308}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:04 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Volume rename completed: convert_to_base_volume: id=89718bd9-362a-476c-bffc-a5be863fa4fb. {{(pid=115613) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3313}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Completed: convert_to_base_volume: id=89718bd9-362a-476c-bffc-a5be863fa4fb. -Jan 03 20:40:04 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:04 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] <== delete_snapshot: return (3863ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Created reservations ['f1fc4a12-bd6f-43e7-9d00-d7adfedcaa98', '38e9e71b-4f51-4278-99ba-ebd5a5c150be', 'd053d339-8f2b-471e-a318-ec2311a68553', '108dc7fc-1876-4dec-9b3b-5b914761edba'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Delete snapshot completed successfully. -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-68279dfa-e5e2-4b4b-b6f1-7af380ad4ded-delete_snapshot" released by "delete_snapshot" :: held 3.933s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Snapshots deleted, issuing volume delete {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/manager.py:1010}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:39:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1390385634',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=73524f31-e535-479d-a247-4154d60d205b,launched_at=2025-01-03T20:39:58Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:39:57Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:01Z,updated_at=2025-01-03T20:40:01Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] DELETE volume vol_id: 73524f31-e535-479d-a247-4154d60d205b, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] volume_name: osv-c1JPMeU1R52iR0FU1g0gWw {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:04 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:04 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] <== delete_volume: return (617ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:05 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Created reservations ['6abeb06c-8673-4d68-bce6-d065b6832e1e', '2ca3359d-81cd-465a-a385-b9a456b07087', 'bd24f14d-85a4-40bb-b7d6-1a4cfdb3ee0d', '3e858cec-3c54-4f14-a2f6-db97ca9041ae'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:05 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:05 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:05 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:05 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:05 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:05 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:05 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:05 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Acquiring lock "/opt/stack/data/cinder/cinder-89718bd9-362a-476c-bffc-a5be863fa4fb-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-89718bd9-362a-476c-bffc-a5be863fa4fb-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:00Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1011157792',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=89718bd9-362a-476c-bffc-a5be863fa4fb,launched_at=2025-01-03T20:40:00Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='55ecd85c1c0a40d8aa1a762302b08540',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:00Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=68279dfa-e5e2-4b4b-b6f1-7af380ad4ded,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:06Z,updated_at=2025-01-03T20:40:06Z,use_quota=True,user_id='256382fc7c8243789a91b4bb3af6794b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] DELETE volume vol_id: 89718bd9-362a-476c-bffc-a5be863fa4fb, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] volume_name: osv-iXGL2TYqR2y--KW.hj.k.w {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] <== delete_volume: return (138ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Created reservations ['0625b3c5-c5bd-4a38-9edc-e489504262da', '0ca3afe4-737f-471d-8177-db442cc7b771', 'fe341ce9-12a3-4cbd-ac98-d71dced93dcc', '63cbafa2-2b66-4363-b214-7d20edff2439'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] <== get_volume_stats: return (951ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Deleted volume successfully. -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-cc751e0b-2b6d-429c-ad5e-6e069bf9af35 tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-73524f31-e535-479d-a247-4154d60d205b-delete_volume" released by "delete_volume" :: held 5.618s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:06 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:06 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] <== get_volume_stats: return (492ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:07 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:07 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Deleted volume successfully. -Jan 03 20:40:07 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-3d6ab721-e50c-4421-9497-cb528d4a7152 tempest-VolumesDeleteCascade-834105226 None] Lock "/opt/stack/data/cinder/cinder-89718bd9-362a-476c-bffc-a5be863fa4fb-delete_volume" released by "delete_volume" :: held 0.755s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Flow 'volume_create_manager' (f05f80ac-1b52-4ef9-97bc-f90893bab8a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b70dce0c-b23c-4d8c-ae5e-6ef4f927595b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b70dce0c-b23c-4d8c-ae5e-6ef4f927595b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-736829819',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2e5006ea-01eb-40de-86bb-2697a168d063,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f686118cc38a432d873442a6369af3bb',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:09Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:09Z,use_quota=True,user_id='d4fd03b6d30147dca58f9438df41f5b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d656d77e-ec63-4b6e-a091-e0c352e8fe78) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d656d77e-ec63-4b6e-a091-e0c352e8fe78) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6ca9a73f-71f2-47fc-991f-846479821b40) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6ca9a73f-71f2-47fc-991f-846479821b40) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '2e5006ea-01eb-40de-86bb-2697a168d063', 'volume_name': 'volume-2e5006ea-01eb-40de-86bb-2697a168d063', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e81f1401-7417-4d8a-a970-a932487f864b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e81f1401-7417-4d8a-a970-a932487f864b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (dc149d9c-9043-42a3-a8b0-89fff2a46dbb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Volume 2e5006ea-01eb-40de-86bb-2697a168d063: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-2e5006ea-01eb-40de-86bb-2697a168d063', 'volume_size': 1} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-736829819',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2e5006ea-01eb-40de-86bb-2697a168d063,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f686118cc38a432d873442a6369af3bb',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:09Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:09Z,use_quota=True,user_id='d4fd03b6d30147dca58f9438df41f5b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] CREATE VOLUME (tempest-VolumesMetadataTest-Volume-736829819: volume-2e5006ea-01eb-40de-86bb-2697a168d063 osv-LlAG6gHrQN6GuyaXoWjQYw on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Parameters passed for create volume {'name': 'osv-LlAG6gHrQN6GuyaXoWjQYw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "2e5006ea-01eb-40de-86bb-2697a168d063", "name": "volume-2e5006ea-01eb-40de-86bb-2697a168d063", "type": "OpenStack", "display_name": "tempest-VolumesMetadataTest-Volume-736829819", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:08 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:08 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] <== create_volume: return (250ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (dc149d9c-9043-42a3-a8b0-89fff2a46dbb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-2e5006ea-01eb-40de-86bb-2697a168d063', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0285acf1-f67e-4c1e-8e96-0485c90dd9b0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:09 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Volume volume-2e5006ea-01eb-40de-86bb-2697a168d063 (2e5006ea-01eb-40de-86bb-2697a168d063): created successfully -Jan 03 20:40:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0285acf1-f67e-4c1e-8e96-0485c90dd9b0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Flow 'volume_create_manager' (f05f80ac-1b52-4ef9-97bc-f90893bab8a3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:09 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-e4ca4db2-dec2-48e1-b99b-42bd514acac7 tempest-VolumesMetadataTest-775625768 None] Created volume successfully. -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] Acquiring lock "/opt/stack/data/cinder/cinder-2e5006ea-01eb-40de-86bb-2697a168d063-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] Lock "/opt/stack/data/cinder/cinder-2e5006ea-01eb-40de-86bb-2697a168d063-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-736829819',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2e5006ea-01eb-40de-86bb-2697a168d063,launched_at=2025-01-03T20:40:09Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f686118cc38a432d873442a6369af3bb',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:09Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:10Z,updated_at=2025-01-03T20:40:10Z,use_quota=True,user_id='d4fd03b6d30147dca58f9438df41f5b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] DELETE volume vol_id: 2e5006ea-01eb-40de-86bb-2697a168d063, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] volume_name: osv-LlAG6gHrQN6GuyaXoWjQYw {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] <== delete_volume: return (123ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] Created reservations ['91660805-cd1f-4a9c-854b-b2ef7bc6f14f', '5358cb76-6da2-458a-9203-bc2fa4c40fde', '6422a6f7-acf7-4daa-be15-5438d84a5037', '3ec8a055-295d-49c3-9c36-da5c0bd28206'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] <== get_volume_stats: return (515ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:10 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] Deleted volume successfully. -Jan 03 20:40:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e59ac2b3-8ef4-4e35-a8c5-064ed4348dc3 tempest-VolumesMetadataTest-775625768 None] Lock "/opt/stack/data/cinder/cinder-2e5006ea-01eb-40de-86bb-2697a168d063-delete_volume" released by "delete_volume" :: held 0.735s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_manager' (58cfeb9b-6484-4e45-9928-74249b97514e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b867b7c2-5701-40ef-9e09-75a59e60b0f4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b867b7c2-5701-40ef-9e09-75a59e60b0f4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:13Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-230000409',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:13Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:13Z,use_quota=True,user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (582c57b4-a1b6-43f6-89c4-f56c74208c19) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (582c57b4-a1b6-43f6-89c4-f56c74208c19) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (d69ede57-14e1-48e7-958b-afa2662e6fd4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (d69ede57-14e1-48e7-958b-afa2662e6fd4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb', 'volume_name': 'volume-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (95be449f-1109-4abc-a4f2-3c8065974076) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (95be449f-1109-4abc-a4f2-3c8065974076) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (626d36f3-5dc8-4ddf-adb0-3fea41b8437a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Volume 96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb', 'volume_size': 1} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:13Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-230000409',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:13Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:13Z,use_quota=True,user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] CREATE VOLUME (tempest-VolumesTransfersTest-Volume-230000409: volume-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb osv-lvBQC49uTzyqml.nC8yN2w on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Parameters passed for create volume {'name': 'osv-lvBQC49uTzyqml.nC8yN2w', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb", "name": "volume-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb", "type": "OpenStack", "display_name": "tempest-VolumesTransfersTest-Volume-230000409", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:13 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] <== create_volume: return (490ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (626d36f3-5dc8-4ddf-adb0-3fea41b8437a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d412e210-f162-4c34-8284-4cc5f1910482) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Volume volume-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb (96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb): created successfully -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d412e210-f162-4c34-8284-4cc5f1910482) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_manager' (58cfeb9b-6484-4e45-9928-74249b97514e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:13 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-b5a86468-62b4-47b0-9b63-d38176e69b0e tempest-VolumesTransfersTest-1712286301 None] Created volume successfully. -Jan 03 20:40:14 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-2bb78351-3cf5-471e-86c4-23a23aa931e3 tempest-VolumesTransfersTest-591864211 None] Transfer volume completed successfully. -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] Acquiring lock "/opt/stack/data/cinder/cinder-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] Lock "/opt/stack/data/cinder/cinder-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:13Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-230000409',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb,launched_at=2025-01-03T20:40:14Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='ce6465622f9d4a3090ac53b200cad6f5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:13Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:15Z,updated_at=2025-01-03T20:40:15Z,use_quota=True,user_id='9dbdaa565bc64749a5df64d9e0132dea',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] DELETE volume vol_id: 96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] volume_name: osv-lvBQC49uTzyqml.nC8yN2w {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:15 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] <== delete_volume: return (194ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] Created reservations ['f09e4575-131d-46e3-8920-80cb0eb319bc', 'f7c228e0-dbde-4d5a-9417-dbb6886decd9', '5050a08d-8a81-4850-b757-413d50ea9033', 'b6a0d718-08ae-4b04-9c4f-8c94cd5dbc5c'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:15 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:15 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:15 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:15 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:16 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:16 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:16 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:16 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] <== get_volume_stats: return (637ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] Deleted volume successfully. -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-c7047ebd-a99c-472e-aae2-cc14dcfca422 tempest-VolumesTransfersTest-1676238009 None] Lock "/opt/stack/data/cinder/cinder-96f0500b-8f6e-4f3c-aa9a-5fa70bcc8ddb-delete_volume" released by "delete_volume" :: held 0.950s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_manager' (e7a7abcb-366a-478c-8209-dad549b9318a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (1b160603-a58b-4626-98f5-5fc8b1a89f1a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (1b160603-a58b-4626-98f5-5fc8b1a89f1a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-910921202',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e45af58e-7e19-4665-a6e4-08e223ca2fa2,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:17Z,use_quota=True,user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (afba12e5-8178-46e1-8652-971aedf1096e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (afba12e5-8178-46e1-8652-971aedf1096e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (06f8a00c-3b30-45ca-b716-0b39b6b0ea87) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (06f8a00c-3b30-45ca-b716-0b39b6b0ea87) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'e45af58e-7e19-4665-a6e4-08e223ca2fa2', 'volume_name': 'volume-e45af58e-7e19-4665-a6e4-08e223ca2fa2', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (35ae5597-c7fa-4a3f-9b82-409ff316d4d4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (35ae5597-c7fa-4a3f-9b82-409ff316d4d4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7602b3b1-25b2-4d0e-bddd-74b6e7578982) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Volume e45af58e-7e19-4665-a6e4-08e223ca2fa2: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-e45af58e-7e19-4665-a6e4-08e223ca2fa2', 'volume_size': 1} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-910921202',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e45af58e-7e19-4665-a6e4-08e223ca2fa2,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:17Z,use_quota=True,user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] CREATE VOLUME (tempest-VolumesTransfersTest-Volume-910921202: volume-e45af58e-7e19-4665-a6e4-08e223ca2fa2 osv-5Fr1jn4ZRmWm5AjiI8ovog on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Parameters passed for create volume {'name': 'osv-5Fr1jn4ZRmWm5AjiI8ovog', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "e45af58e-7e19-4665-a6e4-08e223ca2fa2", "name": "volume-e45af58e-7e19-4665-a6e4-08e223ca2fa2", "type": "OpenStack", "display_name": "tempest-VolumesTransfersTest-Volume-910921202", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:16 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] <== create_volume: return (242ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7602b3b1-25b2-4d0e-bddd-74b6e7578982) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-e45af58e-7e19-4665-a6e4-08e223ca2fa2', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (c0f50ad5-67e3-4928-b8ca-f4ca8aad2fe4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Volume volume-e45af58e-7e19-4665-a6e4-08e223ca2fa2 (e45af58e-7e19-4665-a6e4-08e223ca2fa2): created successfully -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (c0f50ad5-67e3-4928-b8ca-f4ca8aad2fe4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Flow 'volume_create_manager' (e7a7abcb-366a-478c-8209-dad549b9318a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:16 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-9175bb9f-8c41-4cbf-ab1a-f870a169fe40 tempest-VolumesTransfersTest-1712286301 None] Created volume successfully. -Jan 03 20:40:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] Acquiring lock "/opt/stack/data/cinder/cinder-e45af58e-7e19-4665-a6e4-08e223ca2fa2-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] Lock "/opt/stack/data/cinder/cinder-e45af58e-7e19-4665-a6e4-08e223ca2fa2-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-910921202',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e45af58e-7e19-4665-a6e4-08e223ca2fa2,launched_at=2025-01-03T20:40:17Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c01eb9a781a044779e6e1b3bbfeebaa7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:17Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:18Z,updated_at=2025-01-03T20:40:18Z,use_quota=True,user_id='0edd1cf132f5475e9ce7b2060c9f9c61',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] DELETE volume vol_id: e45af58e-7e19-4665-a6e4-08e223ca2fa2, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] volume_name: osv-5Fr1jn4ZRmWm5AjiI8ovog {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:17 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:17 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] <== delete_volume: return (120ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:18 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] Created reservations ['f2883c94-9198-49d9-ae23-ef4b3e053956', '0c15b736-3664-4252-9945-8fc6ef7fb20e', '3e32ff8e-99ec-4551-a1fe-f5b784e39926', '3ee4b803-d0c6-4440-ac72-f4d42b55a4c4'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:18 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:18 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:18 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:18 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:18 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:18 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] <== get_volume_stats: return (532ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:18 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:18 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] Deleted volume successfully. -Jan 03 20:40:18 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-ff7a7a92-5191-43fb-a251-a655e6a4a2be tempest-VolumesTransfersTest-1676238009 None] Lock "/opt/stack/data/cinder/cinder-e45af58e-7e19-4665-a6e4-08e223ca2fa2-delete_volume" released by "delete_volume" :: held 0.748s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_manager' (0be4757a-c50e-4a51-b3dc-7074bbb94af9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8ea1e800-22ee-4cce-911a-2266c6ba0e01) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8ea1e800-22ee-4cce-911a-2266c6ba0e01) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1210438407',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba52a5b4-cb42-4b91-b83a-87f7469d6395,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1652d9dc3b9044f1bb5c4a267178ab37',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:22Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:22Z,use_quota=True,user_id='7d86758b55d948339467f0025d0f3e90',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (b725834f-40bd-44c1-94ff-2b4be870fd9c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (b725834f-40bd-44c1-94ff-2b4be870fd9c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fce8893d-f9a5-4f86-8b18-cd7835ebbef2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fce8893d-f9a5-4f86-8b18-cd7835ebbef2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'ba52a5b4-cb42-4b91-b83a-87f7469d6395', 'volume_name': 'volume-ba52a5b4-cb42-4b91-b83a-87f7469d6395', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0e27dd76-cea9-40c8-81d9-57917635439a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0e27dd76-cea9-40c8-81d9-57917635439a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4b234306-6e9c-403d-b22e-b9dc10e0c62a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Volume ba52a5b4-cb42-4b91-b83a-87f7469d6395: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-ba52a5b4-cb42-4b91-b83a-87f7469d6395', 'volume_size': 1} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1210438407',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba52a5b4-cb42-4b91-b83a-87f7469d6395,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1652d9dc3b9044f1bb5c4a267178ab37',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:22Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:22Z,use_quota=True,user_id='7d86758b55d948339467f0025d0f3e90',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] CREATE VOLUME (tempest-VolumesTransfersV355Test-Volume-1210438407: volume-ba52a5b4-cb42-4b91-b83a-87f7469d6395 osv-ulKltMtCS5G4Oof3Rp1jlQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:21 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Parameters passed for create volume {'name': 'osv-ulKltMtCS5G4Oof3Rp1jlQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "ba52a5b4-cb42-4b91-b83a-87f7469d6395", "name": "volume-ba52a5b4-cb42-4b91-b83a-87f7469d6395", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV355Test-Volume-1210438407", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:22 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:22 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] <== create_volume: return (374ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4b234306-6e9c-403d-b22e-b9dc10e0c62a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-ba52a5b4-cb42-4b91-b83a-87f7469d6395', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (1141ea38-c6f2-4927-b697-81edb206d059) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:22 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Volume volume-ba52a5b4-cb42-4b91-b83a-87f7469d6395 (ba52a5b4-cb42-4b91-b83a-87f7469d6395): created successfully -Jan 03 20:40:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (1141ea38-c6f2-4927-b697-81edb206d059) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_manager' (0be4757a-c50e-4a51-b3dc-7074bbb94af9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:22 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-c8952532-f839-4fd4-a3b8-86a691e132dd tempest-VolumesTransfersV355Test-70665496 None] Created volume successfully. -Jan 03 20:40:23 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-03cb1961-5c96-471d-bcc8-2cbb67f64e09 tempest-VolumesTransfersV355Test-779089118 None] Transfer volume completed successfully. -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] Acquiring lock "/opt/stack/data/cinder/cinder-ba52a5b4-cb42-4b91-b83a-87f7469d6395-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] Lock "/opt/stack/data/cinder/cinder-ba52a5b4-cb42-4b91-b83a-87f7469d6395-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1210438407',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba52a5b4-cb42-4b91-b83a-87f7469d6395,launched_at=2025-01-03T20:40:22Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='eceb0fefb58e4e618dcc817442f7ee96',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:22Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:24Z,updated_at=2025-01-03T20:40:24Z,use_quota=True,user_id='40927fb31b3f405cb12cb4e1340c8f10',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] DELETE volume vol_id: ba52a5b4-cb42-4b91-b83a-87f7469d6395, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] volume_name: osv-ulKltMtCS5G4Oof3Rp1jlQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:24 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] <== delete_volume: return (127ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] Created reservations ['19f34db3-3536-40bb-ac67-bb1c79a068de', 'c258086d-e3f7-42fc-b153-9879e69e1a49', '48503de1-93fc-4efd-9777-e012be78ee6d', '43c72f50-db69-4148-b4e6-35899768daea'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:24 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:24 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:24 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:24 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:24 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:24 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:24 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] <== get_volume_stats: return (578ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:24 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] Deleted volume successfully. -Jan 03 20:40:24 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-02da9e0e-ddfb-45e8-bbfb-d9185fe6b028 tempest-VolumesTransfersV355Test-2144534067 None] Lock "/opt/stack/data/cinder/cinder-ba52a5b4-cb42-4b91-b83a-87f7469d6395-delete_volume" released by "delete_volume" :: held 0.821s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_manager' (006c6072-6aa4-4f5e-9c8b-3d1cf7b6dd0f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (17821d59-8f2b-4bbb-a6bb-542f721c0f06) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (17821d59-8f2b-4bbb-a6bb-542f721c0f06) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-714542890',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=aeea9aa4-1357-42af-b735-0311c8214ec0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1652d9dc3b9044f1bb5c4a267178ab37',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:25Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:25Z,use_quota=True,user_id='7d86758b55d948339467f0025d0f3e90',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d9724192-2ff8-49fa-ba36-6cdb956fbf2d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d9724192-2ff8-49fa-ba36-6cdb956fbf2d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (13d6f4ce-bf74-498c-b2db-211875c57260) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (13d6f4ce-bf74-498c-b2db-211875c57260) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'aeea9aa4-1357-42af-b735-0311c8214ec0', 'volume_name': 'volume-aeea9aa4-1357-42af-b735-0311c8214ec0', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (158a696c-a3fc-469c-94d8-fb081172503d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (158a696c-a3fc-469c-94d8-fb081172503d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f61b77b7-1521-4b7d-a146-6c45902bca2a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Volume aeea9aa4-1357-42af-b735-0311c8214ec0: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-aeea9aa4-1357-42af-b735-0311c8214ec0', 'volume_size': 1} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-714542890',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=aeea9aa4-1357-42af-b735-0311c8214ec0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1652d9dc3b9044f1bb5c4a267178ab37',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:25Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:25Z,use_quota=True,user_id='7d86758b55d948339467f0025d0f3e90',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] CREATE VOLUME (tempest-VolumesTransfersV355Test-Volume-714542890: volume-aeea9aa4-1357-42af-b735-0311c8214ec0 osv-ruqapBNXQq.3NQMRyCFOwA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Parameters passed for create volume {'name': 'osv-ruqapBNXQq.3NQMRyCFOwA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "aeea9aa4-1357-42af-b735-0311c8214ec0", "name": "volume-aeea9aa4-1357-42af-b735-0311c8214ec0", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV355Test-Volume-714542890", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:25 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] <== create_volume: return (486ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f61b77b7-1521-4b7d-a146-6c45902bca2a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-aeea9aa4-1357-42af-b735-0311c8214ec0', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f4878349-2bfe-44b8-a7d4-edcef563ca33) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Volume volume-aeea9aa4-1357-42af-b735-0311c8214ec0 (aeea9aa4-1357-42af-b735-0311c8214ec0): created successfully -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f4878349-2bfe-44b8-a7d4-edcef563ca33) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Flow 'volume_create_manager' (006c6072-6aa4-4f5e-9c8b-3d1cf7b6dd0f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:25 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-78e3a430-8132-4ecb-99f9-4f2c8026a736 tempest-VolumesTransfersV355Test-70665496 None] Created volume successfully. -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] Acquiring lock "/opt/stack/data/cinder/cinder-aeea9aa4-1357-42af-b735-0311c8214ec0-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] Lock "/opt/stack/data/cinder/cinder-aeea9aa4-1357-42af-b735-0311c8214ec0-delete_volume" acquired by "delete_volume" :: waited 0.000s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-714542890',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=aeea9aa4-1357-42af-b735-0311c8214ec0,launched_at=2025-01-03T20:40:26Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='1652d9dc3b9044f1bb5c4a267178ab37',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:25Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:26Z,updated_at=2025-01-03T20:40:26Z,use_quota=True,user_id='7d86758b55d948339467f0025d0f3e90',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] DELETE volume vol_id: aeea9aa4-1357-42af-b735-0311c8214ec0, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] volume_name: osv-ruqapBNXQq.3NQMRyCFOwA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:26 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] <== delete_volume: return (117ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] Created reservations ['0de0068d-f188-41a8-bcc1-9deb12dac91b', '904bfdd8-04d0-4883-80b2-7cb53ac07e8a', 'eabdc80d-29fa-4fc1-bb6f-78ce8d9155b6', 'b2676780-68e2-4e99-bc1d-147126d08d56'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:26 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:26 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:26 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:26 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:27 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:27 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:27 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:27 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] <== get_volume_stats: return (545ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:27 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:27 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] Deleted volume successfully. -Jan 03 20:40:27 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4e033e7a-39d2-49d3-a178-2ebbaaece5c1 tempest-VolumesTransfersV355Test-2144534067 None] Lock "/opt/stack/data/cinder/cinder-aeea9aa4-1357-42af-b735-0311c8214ec0-delete_volume" released by "delete_volume" :: held 0.765s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_manager' (4275ee8d-a875-4fa2-bf6b-c9ea605f8fff) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (69760251-36c3-48a6-b44b-5e851b1f0b48) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (69760251-36c3-48a6-b44b-5e851b1f0b48) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1847410101',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=8894148f-cbd9-41f4-b58a-2a8351d353fc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f8d6c18716d4b4190b9901cbc617110',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:31Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:31Z,use_quota=True,user_id='b672ad704260479095a37107e5e6ca38',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (875ecf72-3b19-4652-a64c-e5db6f716fdf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (875ecf72-3b19-4652-a64c-e5db6f716fdf) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (017777c2-462d-4c04-ad71-105cf9e56a2d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (017777c2-462d-4c04-ad71-105cf9e56a2d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '8894148f-cbd9-41f4-b58a-2a8351d353fc', 'volume_name': 'volume-8894148f-cbd9-41f4-b58a-2a8351d353fc', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (446f025c-304d-405e-ba2d-91591e002b8d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (446f025c-304d-405e-ba2d-91591e002b8d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9c0e6716-b3ab-4924-8951-fec8ceebd3bc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Volume 8894148f-cbd9-41f4-b58a-2a8351d353fc: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-8894148f-cbd9-41f4-b58a-2a8351d353fc', 'volume_size': 1} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1847410101',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=8894148f-cbd9-41f4-b58a-2a8351d353fc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f8d6c18716d4b4190b9901cbc617110',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:31Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:31Z,use_quota=True,user_id='b672ad704260479095a37107e5e6ca38',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] CREATE VOLUME (tempest-VolumesTransfersV357Test-Volume-1847410101: volume-8894148f-cbd9-41f4-b58a-2a8351d353fc osv-iJQUj8vZQfS1iiqDUdNT-A on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Parameters passed for create volume {'name': 'osv-iJQUj8vZQfS1iiqDUdNT-A', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "8894148f-cbd9-41f4-b58a-2a8351d353fc", "name": "volume-8894148f-cbd9-41f4-b58a-2a8351d353fc", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV357Test-Volume-1847410101", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:30 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:30 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] <== create_volume: return (232ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9c0e6716-b3ab-4924-8951-fec8ceebd3bc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-8894148f-cbd9-41f4-b58a-2a8351d353fc', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3015db59-fd47-464d-8f4a-40bed64be908) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:31 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Volume volume-8894148f-cbd9-41f4-b58a-2a8351d353fc (8894148f-cbd9-41f4-b58a-2a8351d353fc): created successfully -Jan 03 20:40:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3015db59-fd47-464d-8f4a-40bed64be908) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_manager' (4275ee8d-a875-4fa2-bf6b-c9ea605f8fff) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:31 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-278cd408-439e-4854-bedc-2090e7cd347d tempest-VolumesTransfersV357Test-1487981797 None] Created volume successfully. -Jan 03 20:40:32 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-f414a907-9f90-4d6d-9ac9-a66aa5d9059a tempest-VolumesTransfersV357Test-1088470814 None] Transfer volume completed successfully. -Jan 03 20:40:32 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] Acquiring lock "/opt/stack/data/cinder/cinder-8894148f-cbd9-41f4-b58a-2a8351d353fc-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:32 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] Lock "/opt/stack/data/cinder/cinder-8894148f-cbd9-41f4-b58a-2a8351d353fc-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1847410101',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=8894148f-cbd9-41f4-b58a-2a8351d353fc,launched_at=2025-01-03T20:40:31Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6c782efb024a4ebc9365a187005a43f0',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:31Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:33Z,updated_at=2025-01-03T20:40:33Z,use_quota=True,user_id='98ec237019e6439187a64781c7c72c53',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] DELETE volume vol_id: 8894148f-cbd9-41f4-b58a-2a8351d353fc, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] volume_name: osv-iJQUj8vZQfS1iiqDUdNT-A {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:32 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:32 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] <== delete_volume: return (222ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:33 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] Created reservations ['7125c36f-27fd-4a0b-a7dd-47fd8d9bb5c1', 'f5641c5e-8dc2-44a7-aeba-4c714eebd57a', 'c85ae3dd-c38a-4a30-adcd-1e707dcb5dae', '9d52cdfc-78ff-42a8-b2e4-203fa001ef0b'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] <== get_volume_stats: return (534ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:33 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:33 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] Deleted volume successfully. -Jan 03 20:40:33 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-0d6de7c2-5947-446d-a4cc-8b02c6ce25fb tempest-VolumesTransfersV357Test-566731218 None] Lock "/opt/stack/data/cinder/cinder-8894148f-cbd9-41f4-b58a-2a8351d353fc-delete_volume" released by "delete_volume" :: held 0.848s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_manager' (9b87dd7a-949b-4286-9991-17c5c655c7d5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (bc2acdf8-755a-403a-895d-1e04d05dd699) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (bc2acdf8-755a-403a-895d-1e04d05dd699) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:34Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-649073555',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=601e65ac-239f-45e0-ad7c-46bb9f972ca7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f8d6c18716d4b4190b9901cbc617110',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:34Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:34Z,use_quota=True,user_id='b672ad704260479095a37107e5e6ca38',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (52494c3f-2048-4ebe-a8d6-582b96a846ad) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (52494c3f-2048-4ebe-a8d6-582b96a846ad) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6d9ffa24-0d6e-4cc0-a386-46170a7aa81a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6d9ffa24-0d6e-4cc0-a386-46170a7aa81a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '601e65ac-239f-45e0-ad7c-46bb9f972ca7', 'volume_name': 'volume-601e65ac-239f-45e0-ad7c-46bb9f972ca7', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (8b6fd5a1-bea9-4e07-88ec-b3830a981c3f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (8b6fd5a1-bea9-4e07-88ec-b3830a981c3f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (6813bcb7-2be7-4c21-8152-e3c868970120) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Volume 601e65ac-239f-45e0-ad7c-46bb9f972ca7: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-601e65ac-239f-45e0-ad7c-46bb9f972ca7', 'volume_size': 1} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:34Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-649073555',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=601e65ac-239f-45e0-ad7c-46bb9f972ca7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f8d6c18716d4b4190b9901cbc617110',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:34Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:34Z,use_quota=True,user_id='b672ad704260479095a37107e5e6ca38',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] CREATE VOLUME (tempest-VolumesTransfersV357Test-Volume-649073555: volume-601e65ac-239f-45e0-ad7c-46bb9f972ca7 osv-YB5lrCOfReCtfEa7n5cspw on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Parameters passed for create volume {'name': 'osv-YB5lrCOfReCtfEa7n5cspw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "601e65ac-239f-45e0-ad7c-46bb9f972ca7", "name": "volume-601e65ac-239f-45e0-ad7c-46bb9f972ca7", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV357Test-Volume-649073555", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:34 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] <== create_volume: return (247ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (6813bcb7-2be7-4c21-8152-e3c868970120) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-601e65ac-239f-45e0-ad7c-46bb9f972ca7', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (04c1b9d4-1cb3-43f1-8093-97677dbecaf7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Volume volume-601e65ac-239f-45e0-ad7c-46bb9f972ca7 (601e65ac-239f-45e0-ad7c-46bb9f972ca7): created successfully -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (04c1b9d4-1cb3-43f1-8093-97677dbecaf7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Flow 'volume_create_manager' (9b87dd7a-949b-4286-9991-17c5c655c7d5) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:34 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-d9d2f57a-6d7c-4871-8f15-d556399bb72b tempest-VolumesTransfersV357Test-1487981797 None] Created volume successfully. -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] Acquiring lock "/opt/stack/data/cinder/cinder-601e65ac-239f-45e0-ad7c-46bb9f972ca7-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] Lock "/opt/stack/data/cinder/cinder-601e65ac-239f-45e0-ad7c-46bb9f972ca7-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:34Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-649073555',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=601e65ac-239f-45e0-ad7c-46bb9f972ca7,launched_at=2025-01-03T20:40:34Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f8d6c18716d4b4190b9901cbc617110',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:34Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:35Z,updated_at=2025-01-03T20:40:35Z,use_quota=True,user_id='b672ad704260479095a37107e5e6ca38',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] DELETE volume vol_id: 601e65ac-239f-45e0-ad7c-46bb9f972ca7, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] volume_name: osv-YB5lrCOfReCtfEa7n5cspw {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] <== delete_volume: return (132ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] Created reservations ['ad7d126b-93ac-41a2-b125-d53c5e7b0a31', 'f1915600-b6f7-4cc0-a5b2-f5cce5ba362f', 'c61ca6cc-2207-4be6-9dfd-fbd62bece0ba', 'bafd3f24-fb23-4890-93a5-da28d89f3217'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:35 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:35 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:36 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] <== get_volume_stats: return (507ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:36 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:36 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] Deleted volume successfully. -Jan 03 20:40:36 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-8137fb0b-e7a8-42f0-8106-d6f6b5c58601 tempest-VolumesTransfersV357Test-566731218 None] Lock "/opt/stack/data/cinder/cinder-601e65ac-239f-45e0-ad7c-46bb9f972ca7-delete_volume" released by "delete_volume" :: held 0.741s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG oslo_service.periodic_task [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115613) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_manager' (e37b4f55-169a-4672-aa8c-a9f4ef5ffaea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7265096a-99c9-414d-9bfa-6a1ea95dabdc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7265096a-99c9-414d-9bfa-6a1ea95dabdc) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-2112963566',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=cb54f276-eabe-4a97-a574-77ae3675dd30,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:39Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:39Z,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (4e87d178-9985-4437-9476-b778f66e14c5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (4e87d178-9985-4437-9476-b778f66e14c5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8f24a02c-76d0-437a-9783-61830d3261a3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8f24a02c-76d0-437a-9783-61830d3261a3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'cb54f276-eabe-4a97-a574-77ae3675dd30', 'volume_name': 'volume-cb54f276-eabe-4a97-a574-77ae3675dd30', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d5d66e08-4abb-43f4-8aea-f39c3d831a63) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d5d66e08-4abb-43f4-8aea-f39c3d831a63) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9658f3c7-2e7e-4b71-a6b5-c2e4baa1202d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Volume cb54f276-eabe-4a97-a574-77ae3675dd30: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-cb54f276-eabe-4a97-a574-77ae3675dd30', 'volume_size': 1} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-2112963566',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=cb54f276-eabe-4a97-a574-77ae3675dd30,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:39Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:39Z,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] CREATE VOLUME (tempest-VolumesCloneTest-Volume-2112963566: volume-cb54f276-eabe-4a97-a574-77ae3675dd30 osv-y1Tyduq.SpeldHeuNnXdMA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Parameters passed for create volume {'name': 'osv-y1Tyduq.SpeldHeuNnXdMA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "cb54f276-eabe-4a97-a574-77ae3675dd30", "name": "volume-cb54f276-eabe-4a97-a574-77ae3675dd30", "type": "OpenStack", "display_name": "tempest-VolumesCloneTest-Volume-2112963566", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] <== get_volume_stats: return (505ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:39 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] <== create_volume: return (248ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9658f3c7-2e7e-4b71-a6b5-c2e4baa1202d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-cb54f276-eabe-4a97-a574-77ae3675dd30', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (038e7b3a-bc01-43c9-9fd8-98fc0a9dea25) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:39 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Volume volume-cb54f276-eabe-4a97-a574-77ae3675dd30 (cb54f276-eabe-4a97-a574-77ae3675dd30): created successfully -Jan 03 20:40:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (038e7b3a-bc01-43c9-9fd8-98fc0a9dea25) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_manager' (e37b4f55-169a-4672-aa8c-a9f4ef5ffaea) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:39 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-c31e4285-61fc-40af-bbcf-2965f0495767 tempest-VolumesCloneTest-1969858781 None] Created volume successfully. -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_manager' (50a9babd-3067-4095-bc6b-a2448df9a58a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c16f3185-1edc-49ef-b867-8161bdbd5e19) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c16f3185-1edc-49ef-b867-8161bdbd5e19) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-235778197',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=855a258a-511c-4ec1-977c-5ce79ad34e2c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:40Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=cb54f276-eabe-4a97-a574-77ae3675dd30,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:40Z,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (bdebdd75-88d8-46c0-a6a0-444147ae5e2e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (bdebdd75-88d8-46c0-a6a0-444147ae5e2e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (465fd948-8ddd-4a32-bc0f-4ca6e683f1af) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (465fd948-8ddd-4a32-bc0f-4ca6e683f1af) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'source_vol', 'volume_id': '855a258a-511c-4ec1-977c-5ce79ad34e2c', 'volume_name': 'volume-855a258a-511c-4ec1-977c-5ce79ad34e2c', 'volume_size': 2, 'source_volid': 'cb54f276-eabe-4a97-a574-77ae3675dd30', 'source_volstatus': 'available'}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ad57f37a-68a4-49cf-b524-fdc28ecbd7d7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ad57f37a-68a4-49cf-b524-fdc28ecbd7d7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (006db01f-9d74-41f4-ae2d-9e8d9c09cb21) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Volume 855a258a-511c-4ec1-977c-5ce79ad34e2c: being created as source_vol with specification: {'status': 'creating', 'volume_name': 'volume-855a258a-511c-4ec1-977c-5ce79ad34e2c', 'volume_size': 2, 'source_volid': 'cb54f276-eabe-4a97-a574-77ae3675dd30', 'source_volstatus': 'available'} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] ==> create_cloned_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-235778197',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=855a258a-511c-4ec1-977c-5ce79ad34e2c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:40Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=cb54f276-eabe-4a97-a574-77ae3675dd30,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:40Z,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'src_vref': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-2112963566',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=cb54f276-eabe-4a97-a574-77ae3675dd30,launched_at=2025-01-03T20:40:39Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:39Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:40:39Z,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Creating a clone of volume, using non-online copy. {{(pid=115613) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2685}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] CREATE VOLUME (tempest-VolumesCloneTest-Volume-235778197: volume-855a258a-511c-4ec1-977c-5ce79ad34e2c osv-hVolilEcTsGXfFznmtNOLA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Parameters passed for create volume {'name': 'osv-hVolilEcTsGXfFznmtNOLA', 'cpg': 'CI_CPG', 'sizeMiB': 2048, 'comment': '{"volume_id": "855a258a-511c-4ec1-977c-5ce79ad34e2c", "name": "volume-855a258a-511c-4ec1-977c-5ce79ad34e2c", "type": "OpenStack", "display_name": "tempest-VolumesCloneTest-Volume-235778197", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:40 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'osv-hVolilEcTsGXfFznmtNOLA', 'priority': 1}} {{(pid=115613) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:40 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:40 ubuntu cinder-volume[115613]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:40 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 25534 status = 1 {{(pid=115613) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Copy volume completed: create_cloned_volume: id=855a258a-511c-4ec1-977c-5ce79ad34e2c. {{(pid=115613) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2703}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] v2 replication check {{(pid=115613) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2707}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] replication_flag: False {{(pid=115613) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2721}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] <== create_cloned_volume: return (375ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (006db01f-9d74-41f4-ae2d-9e8d9c09cb21) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-855a258a-511c-4ec1-977c-5ce79ad34e2c', 'volume_size': 2, 'source_volid': 'cb54f276-eabe-4a97-a574-77ae3675dd30', 'source_volstatus': 'available'}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (96dc6af3-d309-475a-b10c-9fa8f8d4edbe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Volume volume-855a258a-511c-4ec1-977c-5ce79ad34e2c (855a258a-511c-4ec1-977c-5ce79ad34e2c): created successfully -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (96dc6af3-d309-475a-b10c-9fa8f8d4edbe) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Flow 'volume_create_manager' (50a9babd-3067-4095-bc6b-a2448df9a58a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:40 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-6886047c-b69e-4577-8e11-13aa66e7eec6 tempest-VolumesCloneTest-1969858781 None] Created volume successfully. -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Acquiring lock "/opt/stack/data/cinder/cinder-855a258a-511c-4ec1-977c-5ce79ad34e2c-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Lock "/opt/stack/data/cinder/cinder-855a258a-511c-4ec1-977c-5ce79ad34e2c-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-235778197',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=855a258a-511c-4ec1-977c-5ce79ad34e2c,launched_at=2025-01-03T20:40:40Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:40Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=cb54f276-eabe-4a97-a574-77ae3675dd30,status='deleting',terminated_at=2025-01-03T20:40:41Z,updated_at=2025-01-03T20:40:41Z,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] DELETE volume vol_id: 855a258a-511c-4ec1-977c-5ce79ad34e2c, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] volume_name: osv-hVolilEcTsGXfFznmtNOLA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] <== delete_volume: return (143ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Created reservations ['637271f9-9164-4405-9219-0463275e5e06', '32311340-5f66-41d8-9345-caf72be85fe7', 'd4dff7fe-b819-4613-9f11-a3861dbbeb37', '9f0f0806-c293-49ca-9d7a-743881dce0c0'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:41 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:41 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] <== get_volume_stats: return (543ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:41 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Deleted volume successfully. -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-50cc8f5a-73a0-473a-8b30-3dfef7b932a1 tempest-VolumesCloneTest-1969858781 None] Lock "/opt/stack/data/cinder/cinder-855a258a-511c-4ec1-977c-5ce79ad34e2c-delete_volume" released by "delete_volume" :: held 0.811s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:42 ubuntu cinder-volume[115614]: DEBUG oslo_service.periodic_task [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115614) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:40:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Acquiring lock "/opt/stack/data/cinder/cinder-cb54f276-eabe-4a97-a574-77ae3675dd30-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Lock "/opt/stack/data/cinder/cinder-cb54f276-eabe-4a97-a574-77ae3675dd30-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-2112963566',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=cb54f276-eabe-4a97-a574-77ae3675dd30,launched_at=2025-01-03T20:40:39Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='70d3e984749c43a1a550d5285f827bd9',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:39Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:42Z,updated_at=2025-01-03T20:40:42Z,use_quota=True,user_id='62a4b2358f1d4a78a3a07f86b369f7d1',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] DELETE volume vol_id: cb54f276-eabe-4a97-a574-77ae3675dd30, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] volume_name: osv-y1Tyduq.SpeldHeuNnXdMA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:42 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] <== delete_volume: return (218ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Created reservations ['5639214d-195c-486e-8158-c13879abefe3', '63eb54db-7313-463e-bec2-b0902ec84760', '1b9407d6-de83-454d-b26a-000c6afaffc2', 'b62206cb-5b6c-4c6a-952f-4ce0ae8ea845'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:42 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:42 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:40:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:40:42 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:42 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] <== get_volume_stats: return (671ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:42 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:43 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:43 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:43 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:43 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:43 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] <== get_volume_stats: return (526ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:43 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:43 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Deleted volume successfully. -Jan 03 20:40:43 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e784d631-24ed-4c1f-8b3a-c8c514d23213 tempest-VolumesCloneTest-1969858781 None] Lock "/opt/stack/data/cinder/cinder-cb54f276-eabe-4a97-a574-77ae3675dd30-delete_volume" released by "delete_volume" :: held 0.843s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Flow 'volume_create_manager' (dbe18ad2-d1e1-4a5c-8f02-6dab3039cbdc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (99d1eb98-73ec-4c94-a559-7039f51061f3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (99d1eb98-73ec-4c94-a559-7039f51061f3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-1204634017',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=fa508c74-92ab-4a34-a538-5fd6fd640245,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00601580a9d3499e9ffe81bf43143a57',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:45Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:45Z,use_quota=True,user_id='469c4cc532b045758c0e0ec997c55716',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (c39f35fa-ea07-445f-bef3-37a020ecbc23) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (c39f35fa-ea07-445f-bef3-37a020ecbc23) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c8d86417-bfb5-4b20-b195-a6683285232e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c8d86417-bfb5-4b20-b195-a6683285232e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'fa508c74-92ab-4a34-a538-5fd6fd640245', 'volume_name': 'volume-fa508c74-92ab-4a34-a538-5fd6fd640245', 'volume_size': 2}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (83856a7b-7fcc-44f9-9c5d-b5d130a5ed90) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (83856a7b-7fcc-44f9-9c5d-b5d130a5ed90) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ec7f0271-6f36-4724-8c25-c22c48df8587) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Volume fa508c74-92ab-4a34-a538-5fd6fd640245: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-fa508c74-92ab-4a34-a538-5fd6fd640245', 'volume_size': 2} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-1204634017',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=fa508c74-92ab-4a34-a538-5fd6fd640245,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00601580a9d3499e9ffe81bf43143a57',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:45Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:45Z,use_quota=True,user_id='469c4cc532b045758c0e0ec997c55716',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] CREATE VOLUME (tempest-VolumesCloneNegativeTest-Volume-1204634017: volume-fa508c74-92ab-4a34-a538-5fd6fd640245 osv-.lCMdJKrSjSlOF-W-WQCRQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Parameters passed for create volume {'name': 'osv-.lCMdJKrSjSlOF-W-WQCRQ', 'cpg': 'CI_CPG', 'sizeMiB': 2048, 'comment': '{"volume_id": "fa508c74-92ab-4a34-a538-5fd6fd640245", "name": "volume-fa508c74-92ab-4a34-a538-5fd6fd640245", "type": "OpenStack", "display_name": "tempest-VolumesCloneNegativeTest-Volume-1204634017", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:44 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] <== create_volume: return (239ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ec7f0271-6f36-4724-8c25-c22c48df8587) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-fa508c74-92ab-4a34-a538-5fd6fd640245', 'volume_size': 2}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (1c2d122f-e086-473e-891a-3e6a40f5249b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Volume volume-fa508c74-92ab-4a34-a538-5fd6fd640245 (fa508c74-92ab-4a34-a538-5fd6fd640245): created successfully -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (1c2d122f-e086-473e-891a-3e6a40f5249b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Flow 'volume_create_manager' (dbe18ad2-d1e1-4a5c-8f02-6dab3039cbdc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:44 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-1f9820e3-029c-479d-ab95-076161d5c7cd tempest-VolumesCloneNegativeTest-1528556197 None] Created volume successfully. -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] Acquiring lock "/opt/stack/data/cinder/cinder-fa508c74-92ab-4a34-a538-5fd6fd640245-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] Lock "/opt/stack/data/cinder/cinder-fa508c74-92ab-4a34-a538-5fd6fd640245-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:45Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-1204634017',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=fa508c74-92ab-4a34-a538-5fd6fd640245,launched_at=2025-01-03T20:40:45Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='00601580a9d3499e9ffe81bf43143a57',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:45Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:46Z,updated_at=2025-01-03T20:40:46Z,use_quota=True,user_id='469c4cc532b045758c0e0ec997c55716',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] DELETE volume vol_id: fa508c74-92ab-4a34-a538-5fd6fd640245, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] volume_name: osv-.lCMdJKrSjSlOF-W-WQCRQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:45 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:45 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] <== delete_volume: return (119ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] Created reservations ['ecb3053b-0c73-4dd8-9146-4457922a34e1', '0fe829f5-75b2-4897-b797-549793bbe837', '792d058d-9464-4c07-90be-ff86881bdf74', 'e1f55423-c070-4cb3-bfda-1b2fb964802c'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:45 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:46 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:46 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:46 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:46 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:46 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:46 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:46 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:46 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:46 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] <== get_volume_stats: return (518ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:46 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:46 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] Deleted volume successfully. -Jan 03 20:40:46 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-db292e4d-7b1b-4b7a-ad95-0cac32555a3c tempest-VolumesCloneNegativeTest-1528556197 None] Lock "/opt/stack/data/cinder/cinder-fa508c74-92ab-4a34-a538-5fd6fd640245-delete_volume" released by "delete_volume" :: held 0.724s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (d202350d-b934-4400-a5f1-54b37ae394be) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (ef1918d6-a17a-4d00-bf0b-8fdfae84b067) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (ef1918d6-a17a-4d00-bf0b-8fdfae84b067) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-680032102',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=567cef82-4672-49ce-a3d2-b47170f95522,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:48Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:48Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (6d193ae3-5a83-402c-83c7-ce93ce6108dd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (6d193ae3-5a83-402c-83c7-ce93ce6108dd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (49dba5be-eab4-4ec8-a873-b499d507a2b3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (49dba5be-eab4-4ec8-a873-b499d507a2b3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '567cef82-4672-49ce-a3d2-b47170f95522', 'volume_name': 'volume-567cef82-4672-49ce-a3d2-b47170f95522', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (22f4a589-1732-46fa-a4b1-35e5f99881e8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (22f4a589-1732-46fa-a4b1-35e5f99881e8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (da25124d-8c02-4793-b136-06eb47e1faa6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Volume 567cef82-4672-49ce-a3d2-b47170f95522: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-567cef82-4672-49ce-a3d2-b47170f95522', 'volume_size': 1} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-680032102',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=567cef82-4672-49ce-a3d2-b47170f95522,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:48Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:48Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] CREATE VOLUME (tempest-VolumesGetTest-Volume-680032102: volume-567cef82-4672-49ce-a3d2-b47170f95522 osv-VnzvgkZySc6j0rRxcPlVIg on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Parameters passed for create volume {'name': 'osv-VnzvgkZySc6j0rRxcPlVIg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "567cef82-4672-49ce-a3d2-b47170f95522", "name": "volume-567cef82-4672-49ce-a3d2-b47170f95522", "type": "OpenStack", "display_name": "tempest-VolumesGetTest-Volume-680032102", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:48 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] <== create_volume: return (251ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (da25124d-8c02-4793-b136-06eb47e1faa6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-567cef82-4672-49ce-a3d2-b47170f95522', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (53babdb5-4924-4914-bb1c-6fcb50044d3d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Volume volume-567cef82-4672-49ce-a3d2-b47170f95522 (567cef82-4672-49ce-a3d2-b47170f95522): created successfully -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (53babdb5-4924-4914-bb1c-6fcb50044d3d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (d202350d-b934-4400-a5f1-54b37ae394be) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:48 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-a3315510-12ea-4723-a350-73445116e5ef tempest-VolumesGetTest-1366798154 None] Created volume successfully. -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (5633a385-90e2-4b92-84f2-a3738359ef77) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7c58f62c-1e2d-4f93-9aaa-73d11aac25ef) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7c58f62c-1e2d-4f93-9aaa-73d11aac25ef) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:49Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-1329949923',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a771aabe-9a88-4c1d-b7af-173467002770,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:50Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d5fdae23-9932-43d2-b4ee-1b0a857f78ec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d5fdae23-9932-43d2-b4ee-1b0a857f78ec) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (b1442ba3-9dcc-4440-b9c3-82d91df3271e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (b1442ba3-9dcc-4440-b9c3-82d91df3271e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'a771aabe-9a88-4c1d-b7af-173467002770', 'volume_name': 'volume-a771aabe-9a88-4c1d-b7af-173467002770', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (826b7e7d-8661-4644-80d2-4f868e05bde3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (826b7e7d-8661-4644-80d2-4f868e05bde3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ca8b89f4-cef5-414a-8bef-aef6dd9368f1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Volume a771aabe-9a88-4c1d-b7af-173467002770: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-a771aabe-9a88-4c1d-b7af-173467002770', 'volume_size': 1} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:49Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-1329949923',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a771aabe-9a88-4c1d-b7af-173467002770,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:50Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] CREATE VOLUME (None: volume-a771aabe-9a88-4c1d-b7af-173467002770 osv-p3GqvpqITB23rxc0ZwAncA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Parameters passed for create volume {'name': 'osv-p3GqvpqITB23rxc0ZwAncA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "a771aabe-9a88-4c1d-b7af-173467002770", "name": "volume-a771aabe-9a88-4c1d-b7af-173467002770", "type": "OpenStack", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:49 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] <== create_volume: return (317ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ca8b89f4-cef5-414a-8bef-aef6dd9368f1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-a771aabe-9a88-4c1d-b7af-173467002770', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d0f59cec-7d7e-4f35-85d1-3f9ffbc7224e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Volume volume-a771aabe-9a88-4c1d-b7af-173467002770 (a771aabe-9a88-4c1d-b7af-173467002770): created successfully -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d0f59cec-7d7e-4f35-85d1-3f9ffbc7224e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (5633a385-90e2-4b92-84f2-a3738359ef77) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:49 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-9a62feaf-fa67-4ee1-9161-b195306b3933 tempest-VolumesGetTest-1366798154 None] Created volume successfully. -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Acquiring lock "/opt/stack/data/cinder/cinder-a771aabe-9a88-4c1d-b7af-173467002770-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-a771aabe-9a88-4c1d-b7af-173467002770-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-680032102',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a771aabe-9a88-4c1d-b7af-173467002770,launched_at=2025-01-03T20:40:50Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:50Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:51Z,updated_at=2025-01-03T20:40:51Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] DELETE volume vol_id: a771aabe-9a88-4c1d-b7af-173467002770, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] volume_name: osv-p3GqvpqITB23rxc0ZwAncA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:50 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] <== delete_volume: return (118ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Created reservations ['fb2b278e-3eaf-4942-b53d-9e6c0869a705', '3e648f9b-e92f-42f0-aa5b-10b68a99ffea', '7c83de13-42aa-4dea-9ccb-a26df994a46c', 'a816ac5c-ba7a-45b6-bf89-80ab180e74a0'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:50 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:50 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:50 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:50 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:51 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:51 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:51 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:51 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] <== get_volume_stats: return (529ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Deleted volume successfully. -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-bc7c014d-4a75-4d47-bf74-65043e2b6030 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-a771aabe-9a88-4c1d-b7af-173467002770-delete_volume" released by "delete_volume" :: held 0.746s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Acquiring lock "/opt/stack/data/cinder/cinder-567cef82-4672-49ce-a3d2-b47170f95522-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-567cef82-4672-49ce-a3d2-b47170f95522-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:48Z,deleted=False,deleted_at=None,display_description='This is the new description of volume',display_name='tempest-VolumesGetTest-new-Volume-2095017809',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=567cef82-4672-49ce-a3d2-b47170f95522,launched_at=2025-01-03T20:40:48Z,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:48Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:52Z,updated_at=2025-01-03T20:40:52Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] DELETE volume vol_id: 567cef82-4672-49ce-a3d2-b47170f95522, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] volume_name: osv-VnzvgkZySc6j0rRxcPlVIg {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:51 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] <== delete_volume: return (119ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Created reservations ['e580d1d9-91a2-4e28-9c43-0078274213f0', '78c618c3-611e-4180-9865-0bd090af85b4', '2ca08284-4a16-4c15-a99b-a1c3e6445155', 'caeb94eb-c51e-445e-8104-1986871a9c23'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:51 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:52 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:52 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:52 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:52 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:52 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:52 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:52 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:52 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:52 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] <== get_volume_stats: return (530ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:52 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:52 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Deleted volume successfully. -Jan 03 20:40:52 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-2105f490-821e-40a0-8947-65bc183dc9c1 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-567cef82-4672-49ce-a3d2-b47170f95522-delete_volume" released by "delete_volume" :: held 0.750s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (f5ee24e1-3826-4632-a7d1-5f4d4291cd5f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (76174de5-3e5e-4d51-a6bf-ed6d3b43a88e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (76174de5-3e5e-4d51-a6bf-ed6d3b43a88e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-2047175482',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=16e7e461-357c-4009-9711-0798f408c8a0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:53Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f75d1b25-49d0-4b99-9cd1-3f01cab02629) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f75d1b25-49d0-4b99-9cd1-3f01cab02629) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (62e9e5f8-2b3c-414b-be26-17beda70d4a8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (62e9e5f8-2b3c-414b-be26-17beda70d4a8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '16e7e461-357c-4009-9711-0798f408c8a0', 'volume_name': 'volume-16e7e461-357c-4009-9711-0798f408c8a0', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e032ee99-d3ef-4e13-ba6b-2f87825f9bef) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e032ee99-d3ef-4e13-ba6b-2f87825f9bef) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (eb487ea7-c486-4839-b588-31db4a2ed011) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Volume 16e7e461-357c-4009-9711-0798f408c8a0: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-16e7e461-357c-4009-9711-0798f408c8a0', 'volume_size': 1} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-2047175482',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=16e7e461-357c-4009-9711-0798f408c8a0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:53Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] CREATE VOLUME (tempest-VolumesGetTest-Volume-2047175482: volume-16e7e461-357c-4009-9711-0798f408c8a0 osv-FufkYTV8QAmXEQeY9AjIoA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Parameters passed for create volume {'name': 'osv-FufkYTV8QAmXEQeY9AjIoA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "16e7e461-357c-4009-9711-0798f408c8a0", "name": "volume-16e7e461-357c-4009-9711-0798f408c8a0", "type": "OpenStack", "display_name": "tempest-VolumesGetTest-Volume-2047175482", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:53 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] <== create_volume: return (248ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (eb487ea7-c486-4839-b588-31db4a2ed011) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-16e7e461-357c-4009-9711-0798f408c8a0', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (50774d99-f205-46f1-8d11-0c10209198e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Volume volume-16e7e461-357c-4009-9711-0798f408c8a0 (16e7e461-357c-4009-9711-0798f408c8a0): created successfully -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (50774d99-f205-46f1-8d11-0c10209198e3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (f5ee24e1-3826-4632-a7d1-5f4d4291cd5f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:53 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-051fa8eb-ca56-48bd-871f-0857faf53a1c tempest-VolumesGetTest-1366798154 None] Created volume successfully. -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (a6a5344d-9141-4bc6-aa36-b3a0d6b32987) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2d483867-71e1-4755-b7cc-c13e81b14cac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2d483867-71e1-4755-b7cc-c13e81b14cac) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1199589551',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b1067468-dec9-4714-b070-44d14a283f28,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:54Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=16e7e461-357c-4009-9711-0798f408c8a0,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:54Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a5eeae88-548d-4c94-ba70-62f3969322a1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a5eeae88-548d-4c94-ba70-62f3969322a1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1a05718d-e75b-4160-86a8-7acd3add68e8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1a05718d-e75b-4160-86a8-7acd3add68e8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'source_vol', 'volume_id': 'b1067468-dec9-4714-b070-44d14a283f28', 'volume_name': 'volume-b1067468-dec9-4714-b070-44d14a283f28', 'volume_size': 1, 'source_volid': '16e7e461-357c-4009-9711-0798f408c8a0', 'source_volstatus': 'available'}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (18480382-2494-4de6-98e6-e3e3c560a853) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (18480382-2494-4de6-98e6-e3e3c560a853) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7d324987-2aff-45a5-a67b-b1e8ecf06b6f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Volume b1067468-dec9-4714-b070-44d14a283f28: being created as source_vol with specification: {'status': 'creating', 'volume_name': 'volume-b1067468-dec9-4714-b070-44d14a283f28', 'volume_size': 1, 'source_volid': '16e7e461-357c-4009-9711-0798f408c8a0', 'source_volstatus': 'available'} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] ==> create_cloned_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:54Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1199589551',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b1067468-dec9-4714-b070-44d14a283f28,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:54Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=16e7e461-357c-4009-9711-0798f408c8a0,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:54Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'src_vref': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-2047175482',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=16e7e461-357c-4009-9711-0798f408c8a0,launched_at=2025-01-03T20:40:53Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:53Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-03T20:40:53Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Creating a clone of volume, using online copy. {{(pid=115613) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2639}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Creating temp snapshot tss-hD6Ea7G-QlWl37CCg4aweg from volume osv-FufkYTV8QAmXEQeY9AjIoA -Jan 03 20:40:54 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:54 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:54 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:54 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Creating clone of a volume tss-hD6Ea7G-QlWl37CCg4aweg to osv-sQZ0aN7JRxSwcETRSig-KA. {{(pid=115613) _copy_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2513}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'osv-sQZ0aN7JRxSwcETRSig-KA', 'destCPG': 'CI_CPG', 'tpvv': True, 'online': True, 'snapCPG': 'CI_CPG'}} {{(pid=115613) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:54 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] <== create_cloned_volume: return (388ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7d324987-2aff-45a5-a67b-b1e8ecf06b6f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-b1067468-dec9-4714-b070-44d14a283f28', 'volume_size': 1, 'source_volid': '16e7e461-357c-4009-9711-0798f408c8a0', 'source_volstatus': 'available'}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (285dcdda-1f57-444d-a6d8-a590d790a98f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Volume volume-b1067468-dec9-4714-b070-44d14a283f28 (b1067468-dec9-4714-b070-44d14a283f28): created successfully -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (285dcdda-1f57-444d-a6d8-a590d790a98f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (a6a5344d-9141-4bc6-aa36-b3a0d6b32987) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:54 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-6c68cfb6-8950-4731-a429-a125c724213d tempest-VolumesGetTest-1366798154 None] Created volume successfully. -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (9ac14de5-85f6-4f94-9812-a834aa006869) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (13d4e485-bf43-4ebc-9483-fa05845eb525) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (13d4e485-bf43-4ebc-9483-fa05845eb525) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:56Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-568906102',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=724eedba-afeb-4278-a954-576306e0ec4f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:56Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (9a816b7e-9281-4151-bf83-972ad8774bbb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (9a816b7e-9281-4151-bf83-972ad8774bbb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (370d56ee-6876-4296-b400-87e7198be27e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (370d56ee-6876-4296-b400-87e7198be27e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '724eedba-afeb-4278-a954-576306e0ec4f', 'volume_name': 'volume-724eedba-afeb-4278-a954-576306e0ec4f', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5911d810-4f2e-48ee-a65f-96d7083708b1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5911d810-4f2e-48ee-a65f-96d7083708b1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a41246f8-456e-4460-b064-f422acb1c518) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Volume 724eedba-afeb-4278-a954-576306e0ec4f: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-724eedba-afeb-4278-a954-576306e0ec4f', 'volume_size': 1} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:56Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-568906102',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=724eedba-afeb-4278-a954-576306e0ec4f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:40:56Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] CREATE VOLUME (None: volume-724eedba-afeb-4278-a954-576306e0ec4f osv-ck7tuq-rQnipVFdjBuDsTw on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Parameters passed for create volume {'name': 'osv-ck7tuq-rQnipVFdjBuDsTw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "724eedba-afeb-4278-a954-576306e0ec4f", "name": "volume-724eedba-afeb-4278-a954-576306e0ec4f", "type": "OpenStack", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:55 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] <== create_volume: return (283ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a41246f8-456e-4460-b064-f422acb1c518) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-724eedba-afeb-4278-a954-576306e0ec4f', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:55 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (abd5b014-bf20-43f2-921b-ca74ec9b372f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Volume volume-724eedba-afeb-4278-a954-576306e0ec4f (724eedba-afeb-4278-a954-576306e0ec4f): created successfully -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (abd5b014-bf20-43f2-921b-ca74ec9b372f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Flow 'volume_create_manager' (9ac14de5-85f6-4f94-9812-a834aa006869) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-b08efc45-e9f4-402b-a6e6-f34b67e23492 tempest-VolumesGetTest-1366798154 None] Created volume successfully. -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Acquiring lock "/opt/stack/data/cinder/cinder-724eedba-afeb-4278-a954-576306e0ec4f-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-724eedba-afeb-4278-a954-576306e0ec4f-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:56Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1199589551',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=724eedba-afeb-4278-a954-576306e0ec4f,launched_at=2025-01-03T20:40:56Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:56Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:57Z,updated_at=2025-01-03T20:40:57Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] DELETE volume vol_id: 724eedba-afeb-4278-a954-576306e0ec4f, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] volume_name: osv-ck7tuq-rQnipVFdjBuDsTw {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:56 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] <== delete_volume: return (116ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:56 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Created reservations ['f7f9945f-774a-481b-9cc3-e8830faa8e54', 'b88c8580-4ae2-4d5e-b937-a9c5659914c7', '7084b59f-c254-4ab6-ab42-308a14f5f045', 'e354d618-482e-4efa-8d98-a66afc17ca60'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] <== get_volume_stats: return (543ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Deleted volume successfully. -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-04c94478-4b2f-49c0-b610-f1e82c2eacd1 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-724eedba-afeb-4278-a954-576306e0ec4f-delete_volume" released by "delete_volume" :: held 0.762s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Acquiring lock "/opt/stack/data/cinder/cinder-b1067468-dec9-4714-b070-44d14a283f28-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-b1067468-dec9-4714-b070-44d14a283f28-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:54Z,deleted=False,deleted_at=None,display_description='This is the new description of volume',display_name='tempest-VolumesGetTest-new-Volume-1194766815',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b1067468-dec9-4714-b070-44d14a283f28,launched_at=2025-01-03T20:40:55Z,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:54Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=16e7e461-357c-4009-9711-0798f408c8a0,status='deleting',terminated_at=2025-01-03T20:40:58Z,updated_at=2025-01-03T20:40:58Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] DELETE volume vol_id: b1067468-dec9-4714-b070-44d14a283f28, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] volume_name: osv-sQZ0aN7JRxSwcETRSig-KA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:57 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:57 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] <== delete_volume: return (118ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:58 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Created reservations ['af253bf3-9a41-4b4b-8e14-87bb7d98c2e6', '0b79e3cc-8253-4fc0-98fc-8bf33f93ac09', '8453dbac-eab9-4afa-8449-fe7993454917', '393ca9fe-0cc1-4215-82fe-93fb8d64c1af'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:40:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:58 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:58 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:58 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] <== get_volume_stats: return (510ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:40:58 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:40:58 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Deleted volume successfully. -Jan 03 20:40:58 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-0a1f5b10-7619-40dc-8bcc-3967e12a918e tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-b1067468-dec9-4714-b070-44d14a283f28-delete_volume" released by "delete_volume" :: held 0.719s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Acquiring lock "/opt/stack/data/cinder/cinder-16e7e461-357c-4009-9711-0798f408c8a0-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-16e7e461-357c-4009-9711-0798f408c8a0-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:40:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-2047175482',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=16e7e461-357c-4009-9711-0798f408c8a0,launched_at=2025-01-03T20:40:53Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3093ab862fbe44c18273c0fc716c70b4',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:40:53Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:40:59Z,updated_at=2025-01-03T20:40:59Z,use_quota=True,user_id='62d1adc029724f2cb16b1b84b4a4e922',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] DELETE volume vol_id: 16e7e461-357c-4009-9711-0798f408c8a0, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] volume_name: osv-FufkYTV8QAmXEQeY9AjIoA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:59 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:59 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:59 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:59 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:59 ubuntu cinder-volume[115613]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Found a temporary snapshot tss-hD6Ea7G-QlWl37CCg4aweg -Jan 03 20:40:59 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:59 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:59 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:40:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] DELETE volume vol_id: 16e7e461-357c-4009-9711-0798f408c8a0, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] volume_name: osv-FufkYTV8QAmXEQeY9AjIoA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:40:59 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:40:59 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:40:59 ubuntu cinder-volume[115613]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child -Jan 03 20:41:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] <== delete_volume: return (929ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:00 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Created reservations ['bf2d73bb-295c-4193-89f7-79d66601b42c', '5b828457-8b7f-4d46-b9c3-7271a5ab9c07', 'ffb8680e-b8a9-4b05-93f5-13b45fb15730', '7bfc2500-60d7-452c-a1d0-81d022d5a2dc'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:00 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:00 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:00 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:00 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:00 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:00 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:00 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:00 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:00 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] <== get_volume_stats: return (506ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:00 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:00 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Deleted volume successfully. -Jan 03 20:41:00 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-15a077c6-89fe-47c0-9201-e44d6d32dcb2 tempest-VolumesGetTest-1366798154 None] Lock "/opt/stack/data/cinder/cinder-16e7e461-357c-4009-9711-0798f408c8a0-delete_volume" released by "delete_volume" :: held 1.547s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_manager' (69066caf-80f1-492d-9c47-35fbbf19c534) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b42400e9-9cb4-4585-9e5c-b15301e64963) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b42400e9-9cb4-4585-9e5c-b15301e64963) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-2055920979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d6e62458-ae74-4f75-87d6-a4755aa38180,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:03Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:03Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (12844351-1424-41c8-8bfb-ae7bc12b1402) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (12844351-1424-41c8-8bfb-ae7bc12b1402) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (74dfbc7a-3c44-4514-8d7c-e5a7eea231c2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (74dfbc7a-3c44-4514-8d7c-e5a7eea231c2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'd6e62458-ae74-4f75-87d6-a4755aa38180', 'volume_name': 'volume-d6e62458-ae74-4f75-87d6-a4755aa38180', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4b4aba65-d0cd-46ca-80b2-12e9439dd0d9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4b4aba65-d0cd-46ca-80b2-12e9439dd0d9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c5a623df-b7e3-4d89-9678-c1721146b6f6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Volume d6e62458-ae74-4f75-87d6-a4755aa38180: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-d6e62458-ae74-4f75-87d6-a4755aa38180', 'volume_size': 1} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-2055920979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d6e62458-ae74-4f75-87d6-a4755aa38180,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:03Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:03Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] CREATE VOLUME (tempest-VolumesListTestJSON-Volume-2055920979: volume-d6e62458-ae74-4f75-87d6-a4755aa38180 osv-1uYkWK50T3WH1qR1WqOBgA on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Parameters passed for create volume {'name': 'osv-1uYkWK50T3WH1qR1WqOBgA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "d6e62458-ae74-4f75-87d6-a4755aa38180", "name": "volume-d6e62458-ae74-4f75-87d6-a4755aa38180", "type": "OpenStack", "display_name": "tempest-VolumesListTestJSON-Volume-2055920979", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:02 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] <== create_volume: return (237ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c5a623df-b7e3-4d89-9678-c1721146b6f6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-d6e62458-ae74-4f75-87d6-a4755aa38180', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (df7bff66-e701-42c9-9464-b0008d047bb6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Volume volume-d6e62458-ae74-4f75-87d6-a4755aa38180 (d6e62458-ae74-4f75-87d6-a4755aa38180): created successfully -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (df7bff66-e701-42c9-9464-b0008d047bb6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_manager' (69066caf-80f1-492d-9c47-35fbbf19c534) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:02 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-fc168898-e767-4590-88e5-4e5e0c16183a tempest-VolumesListTestJSON-772831102 None] Created volume successfully. -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_manager' (9dc4eb9f-ed37-4cbd-af6c-26b13f427589) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (3395d493-2725-45a5-84a6-351630fe4bad) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (3395d493-2725-45a5-84a6-351630fe4bad) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1803967900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e5f5d812-be68-4335-b010-22b8fb74219d,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:04Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:04Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (2d0e2f33-acf1-4d77-9482-df5dc9abc725) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (2d0e2f33-acf1-4d77-9482-df5dc9abc725) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e0506a2b-c4c7-4cd1-8b6c-a0482336953c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e0506a2b-c4c7-4cd1-8b6c-a0482336953c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'e5f5d812-be68-4335-b010-22b8fb74219d', 'volume_name': 'volume-e5f5d812-be68-4335-b010-22b8fb74219d', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3eaee12c-f3bc-44ee-a016-68849bef440d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3eaee12c-f3bc-44ee-a016-68849bef440d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7c005516-ef30-4094-b75e-0de0d8a58cfd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Volume e5f5d812-be68-4335-b010-22b8fb74219d: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-e5f5d812-be68-4335-b010-22b8fb74219d', 'volume_size': 1} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1803967900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e5f5d812-be68-4335-b010-22b8fb74219d,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:04Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:04Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] CREATE VOLUME (tempest-VolumesListTestJSON-Volume-1803967900: volume-e5f5d812-be68-4335-b010-22b8fb74219d osv-5fXYEr5oQzWwECK4.3QhnQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Parameters passed for create volume {'name': 'osv-5fXYEr5oQzWwECK4.3QhnQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "e5f5d812-be68-4335-b010-22b8fb74219d", "name": "volume-e5f5d812-be68-4335-b010-22b8fb74219d", "type": "OpenStack", "display_name": "tempest-VolumesListTestJSON-Volume-1803967900", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:41:03 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:03 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] <== create_volume: return (238ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7c005516-ef30-4094-b75e-0de0d8a58cfd) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-e5f5d812-be68-4335-b010-22b8fb74219d', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ca75f02f-703e-4d27-a6e0-9fa50527676c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:04 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Volume volume-e5f5d812-be68-4335-b010-22b8fb74219d (e5f5d812-be68-4335-b010-22b8fb74219d): created successfully -Jan 03 20:41:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ca75f02f-703e-4d27-a6e0-9fa50527676c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:04 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_manager' (9dc4eb9f-ed37-4cbd-af6c-26b13f427589) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:04 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-77c51b95-0e27-4274-a6fc-1b08383e1a00 tempest-VolumesListTestJSON-772831102 None] Created volume successfully. -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_manager' (2abe79b7-1102-4aef-9a39-b93384aeb707) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (9e1ac4d7-193d-41ba-8aae-b14414a04771) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (9e1ac4d7-193d-41ba-8aae-b14414a04771) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1549315665',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=524d04d1-3c41-4916-bbfa-966c37ea4dfa,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:05Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:05Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (b6af40dd-216b-440d-8291-f58bb5ba8602) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (b6af40dd-216b-440d-8291-f58bb5ba8602) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c2b5a94b-84cf-40dc-b414-d33cb6574899) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c2b5a94b-84cf-40dc-b414-d33cb6574899) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '524d04d1-3c41-4916-bbfa-966c37ea4dfa', 'volume_name': 'volume-524d04d1-3c41-4916-bbfa-966c37ea4dfa', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ce87dc1f-3369-4632-86af-27e231811a71) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ce87dc1f-3369-4632-86af-27e231811a71) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7776912f-5de9-4e2e-83cb-762778d9921a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Volume 524d04d1-3c41-4916-bbfa-966c37ea4dfa: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-524d04d1-3c41-4916-bbfa-966c37ea4dfa', 'volume_size': 1} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1549315665',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=524d04d1-3c41-4916-bbfa-966c37ea4dfa,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:05Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:05Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] CREATE VOLUME (tempest-VolumesListTestJSON-Volume-1549315665: volume-524d04d1-3c41-4916-bbfa-966c37ea4dfa osv-Uk0E0TxBSRa7.pZsN.pN.g on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Parameters passed for create volume {'name': 'osv-Uk0E0TxBSRa7.pZsN.pN.g', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "524d04d1-3c41-4916-bbfa-966c37ea4dfa", "name": "volume-524d04d1-3c41-4916-bbfa-966c37ea4dfa", "type": "OpenStack", "display_name": "tempest-VolumesListTestJSON-Volume-1549315665", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:05 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] <== create_volume: return (241ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7776912f-5de9-4e2e-83cb-762778d9921a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-524d04d1-3c41-4916-bbfa-966c37ea4dfa', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (8d8f5cfc-baa3-4294-8208-903bf3600e38) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Volume volume-524d04d1-3c41-4916-bbfa-966c37ea4dfa (524d04d1-3c41-4916-bbfa-966c37ea4dfa): created successfully -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (8d8f5cfc-baa3-4294-8208-903bf3600e38) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Flow 'volume_create_manager' (2abe79b7-1102-4aef-9a39-b93384aeb707) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:05 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-cb20365c-baaa-42fe-97ff-1436c46ace0c tempest-VolumesListTestJSON-772831102 None] Created volume successfully. -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Acquiring lock "/opt/stack/data/cinder/cinder-524d04d1-3c41-4916-bbfa-966c37ea4dfa-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Lock "/opt/stack/data/cinder/cinder-524d04d1-3c41-4916-bbfa-966c37ea4dfa-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1549315665',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=524d04d1-3c41-4916-bbfa-966c37ea4dfa,launched_at=2025-01-03T20:41:05Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:05Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:41:08Z,updated_at=2025-01-03T20:41:08Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] DELETE volume vol_id: 524d04d1-3c41-4916-bbfa-966c37ea4dfa, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] volume_name: osv-Uk0E0TxBSRa7.pZsN.pN.g {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:07 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] <== delete_volume: return (122ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Created reservations ['acccfd9a-67e6-4636-a7ad-17a1d2396b17', '918a4130-baec-47ef-8b0a-a6d09c82f6dc', '58406bf0-607a-4c95-b999-0e63fd87eaf0', 'b3a49768-f6f5-4b08-a0a6-bf58b24f7a8b'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:07 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:07 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:08 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:08 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:08 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:08 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:08 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:08 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] <== get_volume_stats: return (515ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2993, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 24, 'capacity_utilization': 1.5703307718008688, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Deleted volume successfully. -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-51cdd39b-217a-401d-857f-a91f149ed5c0 tempest-VolumesListTestJSON-772831102 None] Lock "/opt/stack/data/cinder/cinder-524d04d1-3c41-4916-bbfa-966c37ea4dfa-delete_volume" released by "delete_volume" :: held 0.748s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Acquiring lock "/opt/stack/data/cinder/cinder-e5f5d812-be68-4335-b010-22b8fb74219d-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Lock "/opt/stack/data/cinder/cinder-e5f5d812-be68-4335-b010-22b8fb74219d-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1803967900',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e5f5d812-be68-4335-b010-22b8fb74219d,launched_at=2025-01-03T20:41:04Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:04Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:41:09Z,updated_at=2025-01-03T20:41:09Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] DELETE volume vol_id: e5f5d812-be68-4335-b010-22b8fb74219d, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] volume_name: osv-5fXYEr5oQzWwECK4.3QhnQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:41:08 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:08 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] <== delete_volume: return (118ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:09 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Created reservations ['52054751-c603-4c02-8379-efd49f97c0ca', '35b1ecbc-66d0-4641-8d54-1f4f15b0f3ee', '401a30e7-2fe1-4f11-a851-16dbdb187a6f', '2cc12d73-7f2e-428e-b414-9b6ff1ef7fe8'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:09 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:09 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:09 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:09 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:09 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:09 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:09 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:09 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:09 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] <== get_volume_stats: return (514ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2991, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 23, 'capacity_utilization': 1.5045135406218655, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:09 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:09 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Deleted volume successfully. -Jan 03 20:41:09 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a50319df-6634-469d-bdaf-9b14cfcb0938 tempest-VolumesListTestJSON-772831102 None] Lock "/opt/stack/data/cinder/cinder-e5f5d812-be68-4335-b010-22b8fb74219d-delete_volume" released by "delete_volume" :: held 0.731s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Acquiring lock "/opt/stack/data/cinder/cinder-d6e62458-ae74-4f75-87d6-a4755aa38180-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Lock "/opt/stack/data/cinder/cinder-d6e62458-ae74-4f75-87d6-a4755aa38180-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-2055920979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d6e62458-ae74-4f75-87d6-a4755aa38180,launched_at=2025-01-03T20:41:03Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='dfa15a50eb7346e5b8bda30dfb904381',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:03Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:41:10Z,updated_at=2025-01-03T20:41:10Z,use_quota=True,user_id='c1ec4be0ae734fd6a419f867ffd7fc94',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] DELETE volume vol_id: d6e62458-ae74-4f75-87d6-a4755aa38180, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] volume_name: osv-1uYkWK50T3WH1qR1WqOBgA {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] <== delete_volume: return (217ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Created reservations ['4cf252e3-3a16-419b-a0d0-78fa9bd3f617', 'd0cfa2da-5c2c-491b-a7f7-ac7f0c0455da', '0e9e7d0e-43ea-4b81-a84b-cb067697e1c7', 'f18b6979-e1b1-425d-9fe2-b5cc261bbf0b'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:10 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:10 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:11 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:11 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:11 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] <== get_volume_stats: return (1180ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:11 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:11 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Deleted volume successfully. -Jan 03 20:41:11 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-e5846547-62e0-4fd5-83e9-d6ca6bf65d7b tempest-VolumesListTestJSON-772831102 None] Lock "/opt/stack/data/cinder/cinder-d6e62458-ae74-4f75-87d6-a4755aa38180-delete_volume" released by "delete_volume" :: held 1.513s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Flow 'volume_create_manager' (3a3a6019-6315-4d48-9468-39b87fcaf19c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a9f5149e-bf04-47c0-b2b7-22f95f07b54f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a9f5149e-bf04-47c0-b2b7-22f95f07b54f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1162830807',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd4c33c5-5067-460a-9586-ede15adb2fa6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='24b19edb70374b44855a0e50c32416df',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:12Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:12Z,use_quota=True,user_id='0863b8a7ca76460c8b1272dba951109b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d92e03a5-7ab2-4f86-a74c-7170b9816abd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d92e03a5-7ab2-4f86-a74c-7170b9816abd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5f40db5c-7782-41e8-b91e-b528dd094b97) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5f40db5c-7782-41e8-b91e-b528dd094b97) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'dd4c33c5-5067-460a-9586-ede15adb2fa6', 'volume_name': 'volume-dd4c33c5-5067-460a-9586-ede15adb2fa6', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (bbc6ac82-e970-4606-af05-336b21efd692) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (bbc6ac82-e970-4606-af05-336b21efd692) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (bf8865e2-dfd6-4f26-88a4-149a767a8ae9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Volume dd4c33c5-5067-460a-9586-ede15adb2fa6: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-dd4c33c5-5067-460a-9586-ede15adb2fa6', 'volume_size': 1} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1162830807',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd4c33c5-5067-460a-9586-ede15adb2fa6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='24b19edb70374b44855a0e50c32416df',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:12Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:12Z,use_quota=True,user_id='0863b8a7ca76460c8b1272dba951109b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] CREATE VOLUME (tempest-VolumesNegativeTest-Volume-1162830807: volume-dd4c33c5-5067-460a-9586-ede15adb2fa6 osv-3UwzxVBnRgqVhu3hWtsvpg on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Parameters passed for create volume {'name': 'osv-3UwzxVBnRgqVhu3hWtsvpg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "dd4c33c5-5067-460a-9586-ede15adb2fa6", "name": "volume-dd4c33c5-5067-460a-9586-ede15adb2fa6", "type": "OpenStack", "display_name": "tempest-VolumesNegativeTest-Volume-1162830807", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:12 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] <== create_volume: return (242ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (bf8865e2-dfd6-4f26-88a4-149a767a8ae9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-dd4c33c5-5067-460a-9586-ede15adb2fa6', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (e02ab0d3-e85e-4ca6-a477-442f4cec1dee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Volume volume-dd4c33c5-5067-460a-9586-ede15adb2fa6 (dd4c33c5-5067-460a-9586-ede15adb2fa6): created successfully -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (e02ab0d3-e85e-4ca6-a477-442f4cec1dee) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Flow 'volume_create_manager' (3a3a6019-6315-4d48-9468-39b87fcaf19c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:12 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-200fee60-49ce-453b-b984-f708a32ea7ff tempest-VolumesNegativeTest-1816157827 None] Created volume successfully. -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] Acquiring lock "/opt/stack/data/cinder/cinder-dd4c33c5-5067-460a-9586-ede15adb2fa6-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] Lock "/opt/stack/data/cinder/cinder-dd4c33c5-5067-460a-9586-ede15adb2fa6-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1162830807',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=dd4c33c5-5067-460a-9586-ede15adb2fa6,launched_at=2025-01-03T20:41:13Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='24b19edb70374b44855a0e50c32416df',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:12Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:41:17Z,updated_at=2025-01-03T20:41:17Z,use_quota=True,user_id='0863b8a7ca76460c8b1272dba951109b',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] DELETE volume vol_id: dd4c33c5-5067-460a-9586-ede15adb2fa6, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] volume_name: osv-3UwzxVBnRgqVhu3hWtsvpg {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:16 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] <== delete_volume: return (116ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] Created reservations ['f911d19b-2b09-441e-9585-b10ca947aa56', 'f9b1b81d-8a70-44f0-b272-1b51b561c240', '21b4efc2-c5fd-456f-89a8-d32751a7d66a', 'd743a48f-e5ae-4d0d-9de9-90f58ddcc6eb'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:16 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:16 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:17 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:17 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:17 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:17 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:17 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:17 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:17 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] <== get_volume_stats: return (511ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:17 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:17 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] Deleted volume successfully. -Jan 03 20:41:17 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9606b8c0-7ec9-47b4-b6f4-03b737eedff6 tempest-VolumesNegativeTest-1816157827 None] Lock "/opt/stack/data/cinder/cinder-dd4c33c5-5067-460a-9586-ede15adb2fa6-delete_volume" released by "delete_volume" :: held 0.747s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Flow 'volume_create_manager' (0dc8b859-c078-459f-bf0e-c4beb6cb3eae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4d6b37d3-3220-40a5-bd7b-955ede48668c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4d6b37d3-3220-40a5-bd7b-955ede48668c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-32296163',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=cefe5ed1-5571-4297-929f-6940acfb0ead,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:19Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:19Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ef8bd682-3f36-402b-bace-697d36d31d89) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ef8bd682-3f36-402b-bace-697d36d31d89) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0f7b1f98-63c3-468b-bfa7-c14785740a4c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0f7b1f98-63c3-468b-bfa7-c14785740a4c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'cefe5ed1-5571-4297-929f-6940acfb0ead', 'volume_name': 'volume-cefe5ed1-5571-4297-929f-6940acfb0ead', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (fca57aa9-abd3-4168-b6be-5a3f55fcadf3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (fca57aa9-abd3-4168-b6be-5a3f55fcadf3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4531de4d-db77-44bf-a33e-35d73be60180) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Volume cefe5ed1-5571-4297-929f-6940acfb0ead: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-cefe5ed1-5571-4297-929f-6940acfb0ead', 'volume_size': 1} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-32296163',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=cefe5ed1-5571-4297-929f-6940acfb0ead,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:19Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:19Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] CREATE VOLUME (tempest-VolumesSnapshotListTestJSON-Volume-32296163: volume-cefe5ed1-5571-4297-929f-6940acfb0ead osv-zv5e0VVxQpeSn2lArPsOrQ on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Parameters passed for create volume {'name': 'osv-zv5e0VVxQpeSn2lArPsOrQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "cefe5ed1-5571-4297-929f-6940acfb0ead", "name": "volume-cefe5ed1-5571-4297-929f-6940acfb0ead", "type": "OpenStack", "display_name": "tempest-VolumesSnapshotListTestJSON-Volume-32296163", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:19 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] <== create_volume: return (235ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4531de4d-db77-44bf-a33e-35d73be60180) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-cefe5ed1-5571-4297-929f-6940acfb0ead', 'volume_size': 1}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (c4a03e6f-a7d3-42b6-ac1d-734e595c2603) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Volume volume-cefe5ed1-5571-4297-929f-6940acfb0ead (cefe5ed1-5571-4297-929f-6940acfb0ead): created successfully -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (c4a03e6f-a7d3-42b6-ac1d-734e595c2603) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Flow 'volume_create_manager' (0dc8b859-c078-459f-bf0e-c4beb6cb3eae) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:19 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-aad628ff-f4e1-4932-92ba-5c7d34398337 tempest-VolumesSnapshotListTestJSON-737028585 None] Created volume successfully. -Jan 03 20:41:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1436859235',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=649f7b47-b8c1-4558-8454-5dc54de8950b,metadata={},progress='0%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=,volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Create Snapshot -Jan 03 20:41:20 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1436859235',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=649f7b47-b8c1-4558-8454-5dc54de8950b,metadata={},progress='0%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=,volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:41:20 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:20 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:20 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] <== create_snapshot: return (57ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:20 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-c6696dd8-9328-41d8-843b-7170fbc11bfa tempest-VolumesSnapshotListTestJSON-737028585 None] Create snapshot completed successfully -Jan 03 20:41:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-217565641',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=efca69ef-234f-4b2b-88e8-03ac923b2883,metadata={},progress='0%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=,volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Create Snapshot -Jan 03 20:41:21 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-217565641',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=efca69ef-234f-4b2b-88e8-03ac923b2883,metadata={},progress='0%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=,volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:41:21 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:21 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:21 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] <== create_snapshot: return (59ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:21 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-aed575dd-8384-4e8d-aa05-7248943f3536 tempest-VolumesSnapshotListTestJSON-737028585 None] Create snapshot completed successfully -Jan 03 20:41:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-475275732',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=7608f38f-9fc2-4b4d-8c0a-20ddc664eb93,metadata={},progress='0%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=,volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Create Snapshot -Jan 03 20:41:22 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-475275732',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=7608f38f-9fc2-4b4d-8c0a-20ddc664eb93,metadata={},progress='0%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=,volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:41:22 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:22 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:22 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] <== create_snapshot: return (59ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:22 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-9acc0062-7c95-494e-acad-5f9a515092f7 tempest-VolumesSnapshotListTestJSON-737028585 None] Create snapshot completed successfully -Jan 03 20:41:23 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] Acquiring lock "/opt/stack/data/cinder/cinder-7608f38f-9fc2-4b4d-8c0a-20ddc664eb93-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:23 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-7608f38f-9fc2-4b4d-8c0a-20ddc664eb93-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:23 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-475275732',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=7608f38f-9fc2-4b4d-8c0a-20ddc664eb93,metadata={},progress='100%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:23Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=Volume(cefe5ed1-5571-4297-929f-6940acfb0ead),volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:23 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] Delete Snapshot id 7608f38f-9fc2-4b4d-8c0a-20ddc664eb93 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-475275732',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=7608f38f-9fc2-4b4d-8c0a-20ddc664eb93,metadata={},progress='100%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:23Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=Volume(cefe5ed1-5571-4297-929f-6940acfb0ead),volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:41:23 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:23 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:23 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] <== delete_snapshot: return (82ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:23 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] Created reservations ['e4405432-9a52-4cd5-9b15-a4002aa95ea6', 'e0f62209-2823-4a5a-80b2-7880a016bfb5', '9a1db9eb-74b9-43f7-9f52-33606ece4020', 'a46d25bb-e4a0-4362-b1c1-9ce04378b06b'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:23 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] Delete snapshot completed successfully. -Jan 03 20:41:23 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-a5eadeb0-2905-4afe-b2f9-2497f86e78d6 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-7608f38f-9fc2-4b4d-8c0a-20ddc664eb93-delete_snapshot" released by "delete_snapshot" :: held 0.147s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:24 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] Acquiring lock "/opt/stack/data/cinder/cinder-efca69ef-234f-4b2b-88e8-03ac923b2883-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:24 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-efca69ef-234f-4b2b-88e8-03ac923b2883-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-217565641',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=efca69ef-234f-4b2b-88e8-03ac923b2883,metadata={},progress='100%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:21Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=Volume(cefe5ed1-5571-4297-929f-6940acfb0ead),volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] Delete Snapshot id efca69ef-234f-4b2b-88e8-03ac923b2883 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-217565641',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=efca69ef-234f-4b2b-88e8-03ac923b2883,metadata={},progress='100%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:21Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=Volume(cefe5ed1-5571-4297-929f-6940acfb0ead),volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:41:24 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:24 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:24 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] <== delete_snapshot: return (49ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:25 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] Created reservations ['b767a27f-a0f2-425d-8270-b4b01d4e968b', '62886251-5288-40ef-871a-d6c858144703', 'a164af6f-41b4-4fce-bf1a-cc5f4107b5d6', '7af6b63f-c93e-41d7-bfe9-e3452d9fd35a'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:25 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] Delete snapshot completed successfully. -Jan 03 20:41:25 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-b9e29f3c-1fe4-47a3-b23f-eb271fcf9700 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-efca69ef-234f-4b2b-88e8-03ac923b2883-delete_snapshot" released by "delete_snapshot" :: held 0.112s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:26 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] Acquiring lock "/opt/stack/data/cinder/cinder-649f7b47-b8c1-4558-8454-5dc54de8950b-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:26 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-649f7b47-b8c1-4558-8454-5dc54de8950b-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1436859235',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=649f7b47-b8c1-4558-8454-5dc54de8950b,metadata={},progress='100%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:20Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=Volume(cefe5ed1-5571-4297-929f-6940acfb0ead),volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] Delete Snapshot id 649f7b47-b8c1-4558-8454-5dc54de8950b Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1436859235',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=649f7b47-b8c1-4558-8454-5dc54de8950b,metadata={},progress='100%',project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:20Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume=Volume(cefe5ed1-5571-4297-929f-6940acfb0ead),volume_id=cefe5ed1-5571-4297-929f-6940acfb0ead,volume_size=1,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:41:26 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:26 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:26 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] <== delete_snapshot: return (50ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:26 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] Created reservations ['c2bd345d-9f66-4cca-8e5d-4faf78482056', '3107db73-97a6-4ce8-b1ce-cf850f1dcb4f', 'cdfc85ea-da78-4470-9133-69f915348357', 'f3f3032a-8eef-4976-b467-f5924c3f8b8d'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:26 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] Delete snapshot completed successfully. -Jan 03 20:41:26 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-479ce11f-9e76-438e-8a69-4781acb21197 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-649f7b47-b8c1-4558-8454-5dc54de8950b-delete_snapshot" released by "delete_snapshot" :: held 0.124s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] Acquiring lock "/opt/stack/data/cinder/cinder-cefe5ed1-5571-4297-929f-6940acfb0ead-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-cefe5ed1-5571-4297-929f-6940acfb0ead-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-32296163',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=cefe5ed1-5571-4297-929f-6940acfb0ead,launched_at=2025-01-03T20:41:19Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a6c1799ef26472e88b16d7116337942',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:19Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:41:27Z,updated_at=2025-01-03T20:41:27Z,use_quota=True,user_id='b545ceba28b145188e11763c4131ea02',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] DELETE volume vol_id: cefe5ed1-5571-4297-929f-6940acfb0ead, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] volume_name: osv-zv5e0VVxQpeSn2lArPsOrQ {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:27 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] <== delete_volume: return (115ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] Created reservations ['eed5e7e1-a3fc-4d3e-9cd9-c22a020addeb', 'd5de698a-e8d1-4812-bd18-624968439805', 'fc721e31-59ba-44ea-ac18-ec20f2c6fffb', '7067fb47-7702-482b-aa62-35eba0b50d7d'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:27 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:27 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:27 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:27 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:27 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:27 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:27 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] <== get_volume_stats: return (562ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:27 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] Deleted volume successfully. -Jan 03 20:41:27 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-9dea537a-7ba8-4f9e-b8de-62e2f2935159 tempest-VolumesSnapshotListTestJSON-737028585 None] Lock "/opt/stack/data/cinder/cinder-cefe5ed1-5571-4297-929f-6940acfb0ead-delete_volume" released by "delete_volume" :: held 0.785s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.flows.manager.create_volume [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115613) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Flow 'volume_create_manager' (4a0598a2-6db0-4c06-93db-47b263eef1bd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (d7c447fa-0552-4960-90fb-b2c7ed155fbd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (d7c447fa-0552-4960-90fb-b2c7ed155fbd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=8c120700-17db-435b-9766-0da16ce6fdd8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:30Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:30Z,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1eee92fd-3f44-43c8-a23c-2721d2ef9414) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1eee92fd-3f44-43c8-a23c-2721d2ef9414) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c598132d-11f3-457c-8eb4-cba403ed808e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c598132d-11f3-457c-8eb4-cba403ed808e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '8c120700-17db-435b-9766-0da16ce6fdd8', 'volume_name': 'volume-8c120700-17db-435b-9766-0da16ce6fdd8', 'volume_size': 2}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (1f836d59-c3af-4133-b3af-84c77043fb19) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (1f836d59-c3af-4133-b3af-84c77043fb19) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4e06b71b-7693-4a45-9f4c-b6c80e05ad52) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Volume 8c120700-17db-435b-9766-0da16ce6fdd8: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-8c120700-17db-435b-9766-0da16ce6fdd8', 'volume_size': 2} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=8c120700-17db-435b-9766-0da16ce6fdd8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:30Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-03T20:41:30Z,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616), 'perform_replica': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] CREATE VOLUME (tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621: volume-8c120700-17db-435b-9766-0da16ce6fdd8 osv-jBIHABfbQ1uXZg2hbOb92A on ubuntu@3par1#CI_CPG) {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] self.API_VERSION: 40600075 {{(pid=115613) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG hpe3parclient.client [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Parameters passed for create volume {'name': 'osv-jBIHABfbQ1uXZg2hbOb92A', 'cpg': 'CI_CPG', 'sizeMiB': 2048, 'comment': '{"volume_id": "8c120700-17db-435b-9766-0da16ce6fdd8", "name": "volume-8c120700-17db-435b-9766-0da16ce6fdd8", "type": "OpenStack", "display_name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621", "volume_type_name": "3par1", "volume_type_id": "eeaf024e-e57c-48b6-a871-e2ce42a61616", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115613) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:29 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] <== create_volume: return (236ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (4e06b71b-7693-4a45-9f4c-b6c80e05ad52) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-8c120700-17db-435b-9766-0da16ce6fdd8', 'volume_size': 2}' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3c5308b5-1359-4178-904c-2b922da5b3ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: INFO cinder.volume.flows.manager.create_volume [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Volume volume-8c120700-17db-435b-9766-0da16ce6fdd8 (8c120700-17db-435b-9766-0da16ce6fdd8): created successfully -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3c5308b5-1359-4178-904c-2b922da5b3ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115613) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: DEBUG cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Flow 'volume_create_manager' (4a0598a2-6db0-4c06-93db-47b263eef1bd) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115613) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} -Jan 03 20:41:29 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-7145d117-b657-4fa5-98e8-4aa99dfc8d33 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Created volume successfully. -Jan 03 20:41:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1957632027',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4e0a607c-7bac-4255-be7e-51cbafee2b8c,metadata={},progress='0%',project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume=,volume_id=8c120700-17db-435b-9766-0da16ce6fdd8,volume_size=2,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Create Snapshot -Jan 03 20:41:30 ubuntu cinder-volume[115613]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1957632027',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4e0a607c-7bac-4255-be7e-51cbafee2b8c,metadata={},progress='0%',project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume=,volume_id=8c120700-17db-435b-9766-0da16ce6fdd8,volume_size=2,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} -Jan 03 20:41:30 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:30 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:30 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] <== create_snapshot: return (62ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:30 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-37aad883-2c5b-4fd2-a0ba-3876b5323484 tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Create snapshot completed successfully -Jan 03 20:41:31 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Acquiring lock "/opt/stack/data/cinder/cinder-4e0a607c-7bac-4255-be7e-51cbafee2b8c-delete_snapshot" by "delete_snapshot" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:31 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Lock "/opt/stack/data/cinder/cinder-4e0a607c-7bac-4255-be7e-51cbafee2b8c-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1957632027',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4e0a607c-7bac-4255-be7e-51cbafee2b8c,metadata={},progress='100%',project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:31Z,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume=Volume(8c120700-17db-435b-9766-0da16ce6fdd8),volume_id=8c120700-17db-435b-9766-0da16ce6fdd8,volume_size=2,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Delete Snapshot id 4e0a607c-7bac-4255-be7e-51cbafee2b8c Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-03T20:41:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1957632027',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=4e0a607c-7bac-4255-be7e-51cbafee2b8c,metadata={},progress='100%',project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-03T20:41:31Z,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume=Volume(8c120700-17db-435b-9766-0da16ce6fdd8),volume_id=8c120700-17db-435b-9766-0da16ce6fdd8,volume_size=2,volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616) {{(pid=115613) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} -Jan 03 20:41:31 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:31 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:31 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] <== delete_snapshot: return (60ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:31 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Created reservations ['c142c040-982b-436f-a104-bbb22a249313', 'b54a228f-ebb5-4614-82cf-3833772ee2bf', '80d5e9e7-1663-4cd1-a244-214eadc041f3', 'f324ec00-dd2e-49f7-912b-9b6d263caedc'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:31 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Delete snapshot completed successfully. -Jan 03 20:41:31 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-4aa9b6f2-ae22-473f-998e-adea36e37b0c tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Lock "/opt/stack/data/cinder/cinder-4e0a607c-7bac-4255-be7e-51cbafee2b8c-delete_snapshot" released by "delete_snapshot" :: held 0.122s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:32 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Acquiring lock "/opt/stack/data/cinder/cinder-8c120700-17db-435b-9766-0da16ce6fdd8-delete_volume" by "delete_volume" {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:143}} -Jan 03 20:41:32 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Lock "/opt/stack/data/cinder/cinder-8c120700-17db-435b-9766-0da16ce6fdd8-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115613) __acquire /opt/stack/cinder/cinder/coordination.py:146}} -Jan 03 20:41:32 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-03T20:41:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-928667621',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=8c120700-17db-435b-9766-0da16ce6fdd8,launched_at=2025-01-03T20:41:30Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e73ac4922afb4f4d8669b889861629f3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-03T20:41:30Z,service_uuid='5e179fae-aaa1-4f52-b5f1-0fdad3e28740',shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-03T20:41:33Z,updated_at=2025-01-03T20:41:33Z,use_quota=True,user_id='1c4d9a944f6b4879a4007bd82d00a9df',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(eeaf024e-e57c-48b6-a871-e2ce42a61616),volume_type_id=eeaf024e-e57c-48b6-a871-e2ce42a61616)}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] DELETE volume vol_id: 8c120700-17db-435b-9766-0da16ce6fdd8, name_id: None {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} -Jan 03 20:41:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] volume_name: osv-jBIHABfbQ1uXZg2hbOb92A {{(pid=115613) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} -Jan 03 20:41:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] <== delete_volume: return (122ms) None {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:33 ubuntu cinder-volume[115613]: DEBUG cinder.quota [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Created reservations ['7197b9a7-0fd6-4e0c-9d83-c80575d40aac', 'b9b91871-ba05-4a29-8a1f-552ce9d5a868', 'c51d0356-0c9c-4547-adc9-9a9790eeeea0', '2bbca81d-0348-4701-8d53-263804b065e7'] {{(pid=115613) reserve /opt/stack/cinder/cinder/quota.py:752}} -Jan 03 20:41:33 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:33 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:33 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:34 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] <== get_volume_stats: return (964ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:34 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:34 ubuntu cinder-volume[115613]: INFO cinder.volume.manager [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Deleted volume successfully. -Jan 03 20:41:34 ubuntu cinder-volume[115613]: DEBUG cinder.coordination [None req-83d77f42-70cf-444e-be49-4e31360d513b tempest-VolumesSnapshotNegativeTestJSON-259380678 None] Lock "/opt/stack/data/cinder/cinder-8c120700-17db-435b-9766-0da16ce6fdd8-delete_volume" released by "delete_volume" :: held 1.177s {{(pid=115613) __release /opt/stack/cinder/cinder/coordination.py:157}} -Jan 03 20:41:38 ubuntu cinder-volume[115613]: DEBUG oslo_service.periodic_task [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115613) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:41:38 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:38 ubuntu cinder-volume[115613]: WARNING py.warnings [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:38 ubuntu cinder-volume[115613]: warnings.warn( -Jan 03 20:41:39 ubuntu cinder-volume[115613]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] <== get_volume_stats: return (491ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 2989, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 22, 'capacity_utilization': 1.4386082301773169, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115613) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:39 ubuntu cinder-volume[115613]: DEBUG cinder.manager [None req-afa7cdfd-e3fa-4958-b0cc-94401b612421 None None] Notifying Schedulers of capabilities ... {{(pid=115613) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:41:42 ubuntu cinder-volume[115614]: DEBUG oslo_service.periodic_task [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115614) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} -Jan 03 20:41:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} -Jan 03 20:41:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:41:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:41:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:41:42 ubuntu cinder-volume[115614]: WARNING py.warnings [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings -Jan 03 20:41:42 ubuntu cinder-volume[115614]: warnings.warn( -Jan 03 20:41:42 ubuntu cinder-volume[115614]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] <== get_volume_stats: return (516ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2966, 'free_capacity_gb': 2946, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 11, 'capacity_utilization': 0.6743088334457181, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115614) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} -Jan 03 20:41:42 ubuntu cinder-volume[115614]: DEBUG cinder.manager [None req-3bce43cc-f019-4cb0-8973-947abbfe89ae None None] Notifying Schedulers of capabilities ... {{(pid=115614) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:36:19 ubuntu systemd[1]: Started Devstack devstack@c-vol.service. +Jan 14 22:36:20 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=102914) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:36:20 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=102914) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:36:20 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=102914) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO dbcounter [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Registered counter for database cinder +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_db.sqlalchemy.engines [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=102914) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG dbcounter [-] [102914] Writer thread running {{(pid=102914) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO cinder.rpc [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO cinder.rpc [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_db.sqlalchemy.engines [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=102914) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO cinder.volume.manager [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Determined volume DB was empty at startup. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG cinder.volume.manager [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=102914) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO cinder.volume.manager [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Service not found for updating active_backend_id, assuming default for driver init. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: WARNING stevedore.named [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:21 ubuntu cinder-volume[102914]: WARNING castellan.key_manager [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:21 ubuntu cinder-volume[102914]: WARNING cinder.keymgr.conf_key_mgr [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG cinder.volume.drivers.lvm [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Attempting to initialize LVM driver with the following target_driver: cinder.volume.targets.lio.LioAdm {{(pid=102914) __init__ /opt/stack/cinder/cinder/volume/drivers/lvm.py:106}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.processutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Running cmd (subprocess): cinder-rtstool verify {{(pid=102914) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.processutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] CMD "cinder-rtstool verify" returned: 0 in 0.169s {{(pid=102914) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_db.sqlalchemy.engines [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=102914) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO cinder.rpc [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO cinder.rpc [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: WARNING stevedore.named [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:36:21 ubuntu cinder-volume[102914]: WARNING castellan.key_manager [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO cinder.volume.manager [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Image-volume cache enabled for host ubuntu@lvmdriver-1. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_db.sqlalchemy.engines [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=102914) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: INFO oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Starting 1 workers +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Started child 103103 {{(pid=102914) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Full set of CONF: {{(pid=102914) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] ******************************************************************************** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Configuration options gathered from: {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] ================================================================================ {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] allow_availability_zone_fallback = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] allow_compression_on_image_upload = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] allowed_direct_url_schemes = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] api_rate_limit = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] auth_strategy = keystone {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] az_cache_duration = 3600 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_availability_zone = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_host = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_stats_polling_interval = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backup_api_class = cinder.backup.api.API {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backup_name_template = backup-%s {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backup_use_same_host = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backup_use_temp_snapshot = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] chap_password = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] chap_username = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cloned_volume_same_az = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cluster = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] compression_format = gzip {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] compute_api_class = cinder.compute.nova.API {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] config_dir = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] config_source = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] control_exchange = openstack {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] debug = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] default_availability_zone = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] default_group_type = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] default_volume_type = lvmdriver-1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] driver_client_cert = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] driver_client_cert_key = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] driver_data_namespace = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] driver_ssl_cert_path = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] driver_ssl_cert_verify = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] driver_use_ssl = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] enable_force_upload = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] enable_new_services = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] enable_unsupported_driver = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] enabled_backends = ['lvmdriver-1'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] enforce_multipath_for_image_xfer = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] filter_function = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_api_insecure = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_api_ssl_compression = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_ca_certificates_file = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_catalog_info = image:glance:publicURL {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_certfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_keyfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_num_retries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] glance_request_timeout = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] goodness_function = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] graceful_shutdown_timeout = 5 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] group_api_class = cinder.group.api.API {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] host = ubuntu {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_compress_on_upload = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_conversion_address_space_limit = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_conversion_cpu_limit = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_conversion_disable = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_upload_use_cinder_backend = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_upload_use_internal_tenant = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_volume_cache_enabled = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_volume_cache_max_count = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] image_volume_cache_max_size_gb = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] init_host_max_objects_retrieval = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] instance_format = [instance: %(uuid)s] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] iscsi_iotype = fileio {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] iscsi_target_flags = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] iscsi_write_cache = on {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] iser_helper = tgtadm {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] iser_ip_address = 10.201.9.223 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] iser_port = 3260 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_color = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: INFO cinder.volume.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Starting volume driver LVMVolumeDriver (3.0.0) +Jan 14 22:36:21 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_config_append = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_dir = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_file = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_options = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_rotate_interval = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_rotate_interval_type = days {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] log_rotation_type = none {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] max_age = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] max_logfile_count = 30 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] max_logfile_size_mb = 200 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] max_over_subscription_ratio = 20.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] message_reap_interval = 86400 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] message_ttl = 2592000 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] migration_create_volume_timeout_secs = 300 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] monkey_patch = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] monkey_patch_modules = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] my_ip = 10.201.9.223 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] no_snapshot_gb_quota = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] num_iser_scan_tries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] num_shell_tries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] num_volume_device_scan_tries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] nvmeof_conn_info_version = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] nvmet_ns_id = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] nvmet_port_id = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] osapi_max_limit = 1000 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] osapi_volume_ext_list = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] osapi_volume_listen = 0.0.0.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] osapi_volume_listen_port = 8776 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] osapi_volume_use_ssl = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] osapi_volume_workers = 2 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] per_volume_size_limit = -1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] periodic_fuzzy_delay = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] periodic_interval = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] project_id_regex = [0-9a-f\-]+ {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] public_endpoint = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] publish_errors = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] quota_backup_gigabytes = 1000 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] quota_backups = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] quota_gigabytes = 1000 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] quota_groups = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] quota_snapshots = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] quota_volumes = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] rate_limit_burst = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] rate_limit_except_level = CRITICAL {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] rate_limit_interval = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] reinit_driver_count = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] replication_device = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] report_discard_supported = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] report_interval = 120 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] reservation_clean_interval = 86400 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] reservation_expire = 86400 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] reserved_image_namespaces = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] reserved_percentage = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] rpc_response_timeout = 120 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] run_external_periodic_tasks = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] scst_target_driver = iscsi {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] scst_target_iqn_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_down_time = 720 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] shell_completion = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] snapshot_name_template = snapshot-%s {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] snapshot_same_host = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] split_loggers = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] state_path = /opt/stack/data/cinder {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] storage_availability_zone = nova {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] storage_protocol = iSCSI {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] syslog_log_facility = LOG_USER {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] target_helper = lioadm {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] target_ip_address = 10.201.9.223 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] target_port = 3260 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] target_protocol = iscsi {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] target_secondary_ip_addresses = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] trace_flags = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] transfer_api_class = cinder.transfer.api.API {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] transport_url = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] until_refresh = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] use_chap_auth = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] use_default_quota_class = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] use_journal = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] use_json = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] use_multipath_for_image_xfer = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] use_stderr = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] use_syslog = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] verify_glance_signatures = enabled {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_api_class = cinder.volume.api.API {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_backend_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_clear = zero {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_clear_ionice = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_clear_size = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_copy_bps_limit = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_dd_blocksize = 1M {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_name_template = volume-%s {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_service_inithost_offload = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volume_usage_audit_period = month {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] watch_log_file = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] zoning_mode = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] os_brick.lock_path = /opt/stack/data/cinder {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_concurrency.disable_process_locking = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.******_password = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.******_token = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.******_user = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_******_prefix = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_port = 35357 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_protocol = https {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_section = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_type = password {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_uri = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.auth_version = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.cache = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.certfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.delay_auth_decision = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.http_connect_timeout = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.identity_uri = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.include_service_catalog = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.insecure = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.interface = public {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.keyfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.033s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.region_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.service_token_roles_required = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.service_type = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.token_cache_time = 300 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.backend = dogpile.cache.null {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.backend_argument = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.backend_expiration_time = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.config_prefix = cache.oslo {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.dead_timeout = 60.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.debug_cache_backend = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.enable_retry_client = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.enable_socket_keepalive = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.enabled = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.enforce_fips_mode = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.expiration_time = 600 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.hashclient_retry_attempts = 2 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.hashclient_retry_delay = 1.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_dead_retry = 300 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_password = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_pool_maxsize = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_sasl_enabled = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_socket_timeout = 1.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.memcache_username = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.proxies = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.redis_db = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.redis_password = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.redis_sentinel_service_name = mymaster {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.redis_server = localhost:6379 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.redis_socket_timeout = 1.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.redis_username = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.retry_attempts = 2 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.retry_delay = 0.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.socket_keepalive_count = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.socket_keepalive_idle = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.socket_keepalive_interval = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.tls_allowed_ciphers = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.tls_cafile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.tls_certfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.tls_enabled = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cache.tls_keyfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] coordination.backend_url = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.asyncio_connection = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.asyncio_slave_connection = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.backend = sqlalchemy {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.connection = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.connection_debug = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.connection_parameters = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.connection_recycle_time = 3600 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.connection_trace = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.db_inc_retry_interval = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.db_max_retries = 20 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.db_max_retry_interval = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.db_retry_interval = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.max_overflow = 50 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.max_pool_size = 5 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.max_retries = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.mysql_wsrep_sync_wait = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.pool_timeout = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.retry_interval = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.slave_connection = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.sqlite_synchronous = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] database.use_db_reconnect = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.connection_string = messaging:// {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.enabled = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.es_doc_type = notification {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.es_scroll_size = 10000 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.es_scroll_time = 2m {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.filter_error_trace = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.hmac_keys = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.sentinel_service_name = mymaster {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.socket_timeout = 0.1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.trace_requests = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler.trace_sqlalchemy = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler_jaeger.process_tags = {} {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler_jaeger.service_name_prefix = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] profiler_otlp.service_name_prefix = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.enforce_new_defaults = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: WARNING oslo_config.cfg [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.enforce_scope = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.policy_default_rule = default {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.policy_file = policy.yaml {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_policy.remote_timeout = 60.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] privsep_osbrick.capabilities = [21] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] privsep_osbrick.group = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] privsep_osbrick.helper_command = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] privsep_osbrick.user = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_sys_******.group = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_sys_******.helper_command = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] cinder_sys_******.user = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.auth_section = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.auth_type = password {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.cafile = /opt/stack/data/ca-bundle.pem {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.certfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.collect_timing = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.insecure = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.keyfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.send_service_user_token = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.split_loggers = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] service_user.timeout = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.backend_availability_zone = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.backend_native_threads_pool_size = 20 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.backup_use_temp_snapshot = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.chap_password = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.chap_username = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.driver_client_cert = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.driver_client_cert_key = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.driver_data_namespace = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.driver_use_ssl = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.enable_unsupported_driver = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.extra_capabilities = {} {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.filter_function = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.goodness_function = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.iscsi_iotype = fileio {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.iscsi_target_flags = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.iscsi_write_cache = on {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.iser_helper = tgtadm {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.iser_port = 3260 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.lvm_conf_file = /etc/cinder/lvm.conf {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.lvm_mirrors = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.lvm_share_target = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.lvm_suppress_fd_warnings = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.lvm_type = auto {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.num_shell_tries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.nvmet_port_id = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.replication_device = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.report_discard_supported = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.reserved_percentage = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.scst_target_driver = iscsi {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.scst_target_iqn_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.storage_protocol = iSCSI {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.suppress_requests_ssl_warnings = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.target_helper = tgtadm {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.target_port = 3260 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.target_protocol = iscsi {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.trace_flags = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.unique_fqdn_network = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.use_chap_auth = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_backend_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_clear = zero {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_clear_ionice = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_clear_size = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volume_group = cinder-volumes {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_reports.file_event_handler = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_reports.log_dir = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.backend_availability_zone = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.backend_host = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.backend_native_threads_pool_size = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.backup_use_temp_snapshot = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.chap_password = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.chap_username = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.chiscsi_conf = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.driver_client_cert = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.driver_client_cert_key = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.driver_data_namespace = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.driver_ssl_cert_path = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.driver_ssl_cert_verify = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.driver_use_ssl = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.enable_unsupported_driver = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.enforce_multipath_for_image_xfer = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.extra_capabilities = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.filter_function = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.goodness_function = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.image_upload_use_cinder_backend = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.image_upload_use_internal_tenant = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.035s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.image_volume_cache_enabled = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.image_volume_cache_max_count = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.image_volume_cache_max_size_gb = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.iscsi_iotype = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.iscsi_target_flags = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.iscsi_write_cache = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.iser_helper = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.iser_ip_address = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.iser_port = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.iser_target_prefix = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.lvm_conf_file = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.lvm_mirrors = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.lvm_share_target = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.lvm_suppress_fd_warnings = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.lvm_type = auto {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.max_over_subscription_ratio = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.num_iser_scan_tries = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.num_shell_tries = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.num_volume_device_scan_tries = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.nvmeof_conn_info_version = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.nvmet_ns_id = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.nvmet_port_id = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.replication_device = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.report_discard_supported = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.reserved_percentage = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.scst_target_driver = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.scst_target_iqn_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.storage_protocol = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.suppress_requests_ssl_warnings = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.target_helper = lioadm {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.target_ip_address = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.target_port = 3260 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.target_prefix = iqn.2010-10.org.openstack: {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.target_protocol = iscsi {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.target_secondary_ip_addresses = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.trace_flags = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.unique_fqdn_network = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.use_chap_auth = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.use_multipath_for_image_xfer = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_backend_name = lvmdriver-1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_clear = zero {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_clear_ionice = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_clear_size = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_copy_blkio_cgroup_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_copy_bps_limit = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_dd_blocksize = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volume_group = stack-volumes-lvmdriver-1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] lvmdriver-1.volumes_dir = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.processname = cinder-volume {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.ssl = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.ssl_version = {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_notifications.driver = [] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_notifications.retry = -1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] oslo_messaging_notifications.transport_url = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] key_manager.backend = cinder.keymgr.conf_key_mgr.ConfKeyManager {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] key_manager.fixed_key = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.barbican_api_version = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.barbican_endpoint = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.barbican_endpoint_type = public {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.barbican_region_name = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.cafile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.certfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.collect_timing = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.insecure = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.keyfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.number_of_retries = 60 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.retry_delay = 1 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.send_service_user_token = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.split_loggers = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.timeout = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.verify_ssl = True {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican.verify_ssl_path = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.auth_section = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.auth_type = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.cafile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.certfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.collect_timing = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.insecure = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.keyfile = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.split_loggers = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] barbican_service_user.timeout = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.approle_role_id = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.approle_secret_id = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.kv_mountpoint = secret {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.kv_path = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.kv_version = 2 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.namespace = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.root_token_id = **** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.ssl_ca_crt_file = None {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.timeout = 60.0 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.use_ssl = False {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:21 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] ******************************************************************************** {{(pid=102914) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.035s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:21 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:21 ubuntu sudo[103107]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name stack-volumes-lvmdriver-1 +Jan 14 22:36:21 ubuntu sudo[103107]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:22 ubuntu sudo[103107]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:22 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings -o name stack-volumes-lvmdriver-1" returned: 0 in 0.411s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:22 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:22 ubuntu sudo[103337]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:22 ubuntu sudo[103337]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:22 ubuntu sudo[103337]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:22 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 5 in 0.409s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:22 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] 'sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool' failed. Not Retrying. {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:472}} +Jan 14 22:36:22 ubuntu cinder-volume[103103]: INFO cinder.brick.local_dev.lvm [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Logical Volume not found when querying LVM info. (vg_name=stack-volumes-lvmdriver-1, lv_name=stack-volumes-lvmdriver-1-pool +Jan 14 22:36:22 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:22 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.012s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:22 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:22 ubuntu sudo[103564]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:36:22 ubuntu sudo[103564]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:23 ubuntu sudo[103564]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:23 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.382s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:23 ubuntu cinder-volume[103103]: DEBUG cinder.brick.local_dev.lvm [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Creating thin pool 'stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool' with size 28.5g of total 30.0g {{(pid=103103) create_thin_pool /opt/stack/cinder/cinder/brick/local_dev/lvm.py:550}} +Jan 14 22:36:23 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvcreate -T -L 28.5g stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:23 ubuntu sudo[103723]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvcreate -T -L 28.5g stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:23 ubuntu sudo[103723]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:24 ubuntu sudo[103723]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvcreate -T -L 28.5g stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.840s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.015s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf lvchange -a y --yes -K stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:24 ubuntu sudo[104012]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf lvchange -a y --yes -K stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:24 ubuntu sudo[104012]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:24 ubuntu sudo[104012]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf lvchange -a y --yes -K stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.352s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.010s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C pvs --noheadings --unit=g -o vg_name,name,size,free --separator | --nosuffix --ignoreskippedcluster {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:24 ubuntu sudo[104080]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C pvs --noheadings --unit=g -o vg_name,name,size,free --separator | --nosuffix --ignoreskippedcluster +Jan 14 22:36:24 ubuntu sudo[104080]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:24 ubuntu sudo[104080]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C pvs --noheadings --unit=g -o vg_name,name,size,free --separator | --nosuffix --ignoreskippedcluster" returned: 0 in 0.386s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:24 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:24 ubuntu sudo[104182]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:36:24 ubuntu sudo[104182]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:25 ubuntu sudo[104182]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:25 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.407s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:25 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:25 ubuntu sudo[104188]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:36:25 ubuntu sudo[104188]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:25 ubuntu sudo[104188]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:25 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.323s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:25 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:25 ubuntu sudo[104228]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:25 ubuntu sudo[104228]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:25 ubuntu sudo[104228]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:25 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.335s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:25 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:25 ubuntu sudo[104233]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:25 ubuntu sudo[104233]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:26 ubuntu sudo[104233]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.360s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.015s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:26 ubuntu sudo[104237]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:26 ubuntu sudo[104237]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:26 ubuntu sudo[104237]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.340s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: INFO cinder.volume.drivers.lvm [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Enabling LVM thin provisioning by default because a thin pool exists. +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): env LC_ALL=C lvm version {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "env LC_ALL=C lvm version" returned: 0 in 0.012s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:26 ubuntu sudo[104290]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:26 ubuntu sudo[104290]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:26 ubuntu sudo[104290]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.320s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG cinder.volume.drivers.lvm [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Updating volume stats {{(pid=103103) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} +Jan 14 22:36:26 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:26 ubuntu sudo[104456]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:36:26 ubuntu sudo[104456]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:27 ubuntu sudo[104456]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:27 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.326s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:27 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:27 ubuntu sudo[104460]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:27 ubuntu sudo[104460]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:27 ubuntu sudo[104460]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:27 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.306s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:27 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:27 ubuntu sudo[104463]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:27 ubuntu sudo[104463]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:27 ubuntu sudo[104463]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:27 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.331s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:27 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:27 ubuntu sudo[104466]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:27 ubuntu sudo[104466]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:28 ubuntu sudo[104466]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.348s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: INFO cinder.volume.driver [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Driver hasn't implemented _init_vendor_properties() +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG cinder.volume.driver [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Initialized capabilities list: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up'}], 'shared_targets': False, 'sparse_copy_volume': True, 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}}}. {{(pid=103103) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG oslo_db.sqlalchemy.engines [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=103103) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG dbcounter [-] [103103] Writer thread running {{(pid=103103) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG cinder.db.sqlalchemy.api [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Building query based on filter {{(pid=103103) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG cinder.image.image_utils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=103103) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: INFO cinder.keymgr.migration [None req-1d952646-c62e-4b02-be2e-ce09a1756883 None None] Not migrating encryption keys because the ConfKeyManager is still in use. +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG cinder.volume.drivers.lvm [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Updating volume stats {{(pid=103103) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:28 ubuntu sudo[104470]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:36:28 ubuntu sudo[104470]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:28 ubuntu sudo[104470]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.348s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:28 ubuntu sudo[104473]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:28 ubuntu sudo[104473]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:29 ubuntu sudo[104473]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.333s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:29 ubuntu sudo[104476]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:29 ubuntu sudo[104476]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:29 ubuntu sudo[104476]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.337s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:29 ubuntu sudo[104479]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:29 ubuntu sudo[104479]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:29 ubuntu sudo[104479]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.355s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG cinder.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Notifying Schedulers of capabilities ... {{(pid=103103) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:36:29 ubuntu cinder-volume[103103]: INFO cinder.volume.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Driver initialization completed successfully. +Jan 14 22:36:29 ubuntu cinder-volume[103103]: INFO cinder.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Initiating service 3 cleanup +Jan 14 22:36:29 ubuntu cinder-volume[103103]: INFO cinder.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Service 3 cleanup completed. +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG cinder.service [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Creating RPC server for service cinder-volume {{(pid=103103) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG cinder.service [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=103103) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:36:29 ubuntu cinder-volume[103103]: INFO cinder.volume.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Initializing RPC dependent components of volume driver LVMVolumeDriver (3.0.0) +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG cinder.volume.drivers.lvm [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Updating volume stats {{(pid=103103) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} +Jan 14 22:36:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:29 ubuntu sudo[104484]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:36:29 ubuntu sudo[104484]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:30 ubuntu sudo[104484]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.346s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:30 ubuntu sudo[104487]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:30 ubuntu sudo[104487]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:30 ubuntu sudo[104487]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.332s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:30 ubuntu sudo[104537]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:36:30 ubuntu sudo[104537]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:30 ubuntu sudo[104537]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.331s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:30 ubuntu sudo[104687]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:30 ubuntu sudo[104687]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:31 ubuntu sudo[104687]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:31 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.328s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:31 ubuntu cinder-volume[103103]: INFO cinder.volume.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Driver post RPC initialization completed successfully. +Jan 14 22:36:31 ubuntu cinder-volume[102914]: DEBUG dbcounter [-] [102914] Writing DB stats cinder:SELECT=8,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=102914) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:39 ubuntu cinder-volume[103103]: DEBUG dbcounter [-] [103103] Writing DB stats cinder:SELECT=4 {{(pid=103103) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:41 ubuntu cinder-volume[103103]: DEBUG dbcounter [-] [103103] Writing DB stats cinder:SELECT=10,cinder:INSERT=1,cinder:UPDATE=2 {{(pid=103103) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:28 ubuntu cinder-volume[103103]: DEBUG oslo_service.periodic_task [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=103103) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:37:28 ubuntu cinder-volume[103103]: DEBUG cinder.volume.drivers.lvm [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Updating volume stats {{(pid=103103) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} +Jan 14 22:37:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:37:28 ubuntu sudo[111692]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:37:28 ubuntu sudo[111692]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:37:28 ubuntu sudo[111692]: pam_unix(sudo:session): session closed for user root +Jan 14 22:37:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.345s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:37:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:37:28 ubuntu sudo[111710]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:37:28 ubuntu sudo[111710]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:37:28 ubuntu sudo[111710]: pam_unix(sudo:session): session closed for user root +Jan 14 22:37:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.309s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:37:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:37:28 ubuntu sudo[111716]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:37:28 ubuntu sudo[111716]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:37:29 ubuntu sudo[111716]: pam_unix(sudo:session): session closed for user root +Jan 14 22:37:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.337s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:37:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:37:29 ubuntu sudo[111720]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:37:29 ubuntu sudo[111720]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:37:29 ubuntu sudo[111720]: pam_unix(sudo:session): session closed for user root +Jan 14 22:37:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.328s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:37:29 ubuntu cinder-volume[103103]: DEBUG cinder.manager [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Notifying Schedulers of capabilities ... {{(pid=103103) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:38:28 ubuntu cinder-volume[103103]: DEBUG oslo_service.periodic_task [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=103103) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:38:28 ubuntu cinder-volume[103103]: DEBUG cinder.volume.drivers.lvm [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Updating volume stats {{(pid=103103) _update_volume_stats /opt/stack/cinder/cinder/volume/drivers/lvm.py:227}} +Jan 14 22:38:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:38:28 ubuntu sudo[112557]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 +Jan 14 22:38:28 ubuntu sudo[112557]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:38:28 ubuntu sudo[112557]: pam_unix(sudo:session): session closed for user root +Jan 14 22:38:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.374s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:38:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:38:28 ubuntu sudo[112562]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:38:28 ubuntu sudo[112562]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:38:28 ubuntu sudo[112562]: pam_unix(sudo:session): session closed for user root +Jan 14 22:38:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.339s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:38:28 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:38:28 ubuntu sudo[112566]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool +Jan 14 22:38:28 ubuntu sudo[112566]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:38:29 ubuntu sudo[112566]: pam_unix(sudo:session): session closed for user root +Jan 14 22:38:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.372s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:38:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:38:29 ubuntu sudo[112570]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:38:29 ubuntu sudo[112570]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:38:29 ubuntu sudo[112570]: pam_unix(sudo:session): session closed for user root +Jan 14 22:38:29 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.337s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:38:29 ubuntu cinder-volume[103103]: DEBUG cinder.manager [None req-84e047fe-8bbe-4f94-bce3-e5fcabf75af3 None None] Notifying Schedulers of capabilities ... {{(pid=103103) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:38:41 ubuntu cinder-volume[103103]: DEBUG dbcounter [-] [103103] Writing DB stats cinder:SELECT=1,cinder:UPDATE=1 {{(pid=103103) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:02 ubuntu systemd[1]: Stopping Devstack devstack@c-vol.service... +Jan 14 22:39:02 ubuntu cinder-volume[102914]: INFO oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Caught SIGTERM, stopping children +Jan 14 22:39:02 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.lockutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Acquiring lock "singleton_lock" {{(pid=102914) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:39:02 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.lockutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Acquired lock "singleton_lock" {{(pid=102914) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:39:02 ubuntu cinder-volume[102914]: DEBUG oslo_concurrency.lockutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Releasing lock "singleton_lock" {{(pid=102914) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:39:02 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Stop services. {{(pid=102914) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} +Jan 14 22:39:02 ubuntu cinder-volume[102914]: DEBUG oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Killing children. {{(pid=102914) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} +Jan 14 22:39:02 ubuntu cinder-volume[102914]: INFO oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Waiting on 1 children to exit +Jan 14 22:39:04 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.lockutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Acquiring lock "singleton_lock" {{(pid=103103) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:39:04 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.lockutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Acquired lock "singleton_lock" {{(pid=103103) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:39:04 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.lockutils [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Releasing lock "singleton_lock" {{(pid=103103) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:39:04 ubuntu cinder-volume[103103]: WARNING amqp [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:39:04 ubuntu cinder-volume[103103]: WARNING amqp [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:39:04 ubuntu cinder-volume[102914]: INFO oslo_service.service [None req-6389f881-c1a9-426c-8c5b-445453d5d946 None None] Child 103103 exited with status 0 +Jan 14 22:39:04 ubuntu systemd[1]: devstack@c-vol.service: Deactivated successfully. +Jan 14 22:39:04 ubuntu systemd[1]: Stopped Devstack devstack@c-vol.service. +Jan 14 22:39:04 ubuntu systemd[1]: devstack@c-vol.service: Consumed 16.501s CPU time. +Jan 14 22:39:04 ubuntu systemd[1]: Started Devstack devstack@c-vol.service. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=112660) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=112660) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=112660) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_db.sqlalchemy.engines [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112660) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.rpc [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.rpc [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_db.sqlalchemy.engines [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112660) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Determined volume DB was empty at startup. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=112660) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Service not found for updating active_backend_id, assuming default for driver init. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: WARNING stevedore.named [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:06 ubuntu cinder-volume[112660]: WARNING castellan.key_manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:06 ubuntu cinder-volume[112660]: WARNING cinder.keymgr.conf_key_mgr [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Image-volume cache disabled for host ubuntu@3par1. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_db.sqlalchemy.engines [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112660) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Starting 1 workers +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Started child 112673 {{(pid=112660) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_db.sqlalchemy.engines [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112660) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Determined volume DB was empty at startup. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=112660) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: INFO cinder.volume.manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:39:06 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Connecting to 3PAR {{(pid=112673) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Service not found for updating active_backend_id, assuming default for driver init. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: WARNING stevedore.named [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:39:06 ubuntu cinder-volume[112660]: WARNING castellan.key_manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO cinder.volume.manager [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Image-volume cache disabled for host ubuntu@3par2. +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_db.sqlalchemy.engines [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112660) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: INFO oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Starting 1 workers +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Started child 112674 {{(pid=112660) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Full set of CONF: {{(pid=112660) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] ******************************************************************************** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Configuration options gathered from: {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] ================================================================================ {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] allow_availability_zone_fallback = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] allow_compression_on_image_upload = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] allowed_direct_url_schemes = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] api_rate_limit = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] auth_strategy = keystone {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_availability_zone = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_host = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_stats_polling_interval = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backup_api_class = cinder.backup.api.API {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backup_name_template = backup-%s {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backup_use_same_host = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backup_use_temp_snapshot = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] chap_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] chap_username = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cluster = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] compression_format = gzip {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112674]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] compute_api_class = cinder.compute.nova.API {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] config_dir = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] config_source = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] control_exchange = openstack {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] debug = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] default_availability_zone = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] default_group_type = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] default_volume_type = 3par1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] driver_client_cert = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] driver_client_cert_key = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] driver_data_namespace = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] driver_ssl_cert_path = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] driver_ssl_cert_verify = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] driver_use_ssl = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] enable_new_services = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] enable_unsupported_driver = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] enabled_backends = ['3par1', '3par2'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] enforce_multipath_for_image_xfer = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] filter_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_api_insecure = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_api_ssl_compression = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_ca_certificates_file = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_catalog_info = image:glance:publicURL {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_certfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_keyfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_num_retries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] glance_request_timeout = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] goodness_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] graceful_shutdown_timeout = 5 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] group_api_class = cinder.group.api.API {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] host = ubuntu {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_compress_on_upload = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_conversion_address_space_limit = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_conversion_cpu_limit = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_conversion_disable = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_upload_use_cinder_backend = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_upload_use_internal_tenant = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_volume_cache_enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_volume_cache_max_count = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] image_volume_cache_max_size_gb = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] init_host_max_objects_retrieval = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] instance_format = [instance: %(uuid)s] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] iscsi_iotype = fileio {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] iscsi_target_flags = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] iscsi_write_cache = on {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] iser_helper = tgtadm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] iser_ip_address = 10.201.9.223 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] iser_port = 3260 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_color = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_config_append = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_dir = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_file = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_options = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_rotate_interval = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_rotate_interval_type = days {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] log_rotation_type = none {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] max_age = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] max_logfile_count = 30 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] max_logfile_size_mb = 200 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] max_over_subscription_ratio = 20.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] message_reap_interval = 86400 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] message_ttl = 2592000 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] migration_create_volume_timeout_secs = 300 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] monkey_patch = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] monkey_patch_modules = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] my_ip = 10.201.9.223 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] no_snapshot_gb_quota = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] num_iser_scan_tries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] num_shell_tries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] num_volume_device_scan_tries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] nvmeof_conn_info_version = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] nvmet_ns_id = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] nvmet_port_id = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] osapi_max_limit = 1000 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] osapi_volume_ext_list = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] osapi_volume_listen = 0.0.0.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] osapi_volume_listen_port = 8776 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] osapi_volume_use_ssl = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] osapi_volume_workers = 2 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] per_volume_size_limit = -1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] periodic_fuzzy_delay = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] periodic_interval = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] project_id_regex = [0-9a-f\-]+ {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] public_endpoint = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] publish_errors = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] quota_backup_gigabytes = 1000 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] quota_backups = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] quota_gigabytes = 1000 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] quota_groups = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112674]: INFO cinder.volume.manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] quota_snapshots = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] quota_volumes = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] rate_limit_burst = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] rate_limit_except_level = CRITICAL {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] rate_limit_interval = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] reinit_driver_count = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] replication_device = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Connecting to 3PAR {{(pid=112674) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] report_discard_supported = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] report_interval = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] reservation_clean_interval = 86400 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] reservation_expire = 86400 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] reserved_image_namespaces = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] reserved_percentage = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] rpc_response_timeout = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] run_external_periodic_tasks = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] scst_target_driver = iscsi {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] scst_target_iqn_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_down_time = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] shell_completion = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] snapshot_name_template = snapshot-%s {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] split_loggers = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] ssh_hosts_key_file = /opt/stack/data/cinder/ssh_known_hosts {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] state_path = /opt/stack/data/cinder {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] storage_availability_zone = nova {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] storage_protocol = iSCSI {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] strict_ssh_host_key_policy = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] syslog_log_facility = LOG_USER {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] target_helper = tgtadm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] target_ip_address = 10.201.9.223 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] target_port = 3260 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] target_protocol = iscsi {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] target_secondary_ip_addresses = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] trace_flags = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] transfer_api_class = cinder.transfer.api.API {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] transport_url = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] until_refresh = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] use_chap_auth = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] use_default_quota_class = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] use_journal = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] use_json = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] use_multipath_for_image_xfer = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] use_stderr = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] use_syslog = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] verify_glance_signatures = enabled {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_api_class = cinder.volume.api.API {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_backend_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_clear = zero {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_clear_ionice = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_clear_size = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_copy_bps_limit = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_dd_blocksize = 1M {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_name_template = volume-%s {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_service_inithost_offload = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volume_usage_audit_period = month {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] watch_log_file = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] zoning_mode = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] os_brick.lock_path = /opt/stack/data/cinder {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_concurrency.disable_process_locking = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.******_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.******_token = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.******_user = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_******_prefix = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_port = 35357 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_protocol = https {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_section = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_type = password {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_uri = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.auth_version = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.cache = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.certfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.delay_auth_decision = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.http_connect_timeout = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.identity_uri = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.include_service_catalog = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.insecure = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.interface = public {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.keyfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.region_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.service_token_roles_required = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.service_type = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.token_cache_time = 300 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.backend = dogpile.cache.null {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.backend_argument = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.backend_expiration_time = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.config_prefix = cache.oslo {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.dead_timeout = 60.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.debug_cache_backend = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.enable_retry_client = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.enable_socket_keepalive = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.enforce_fips_mode = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.expiration_time = 600 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.hashclient_retry_attempts = 2 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.hashclient_retry_delay = 1.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_dead_retry = 300 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_pool_maxsize = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_sasl_enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_socket_timeout = 1.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.memcache_username = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.proxies = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.redis_db = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.redis_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.redis_sentinel_service_name = mymaster {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.redis_server = localhost:6379 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.redis_socket_timeout = 1.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.redis_username = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.retry_attempts = 2 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.retry_delay = 0.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.socket_keepalive_count = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.socket_keepalive_idle = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.socket_keepalive_interval = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.tls_allowed_ciphers = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.tls_cafile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.tls_certfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.tls_enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cache.tls_keyfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] coordination.backend_url = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.asyncio_connection = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.asyncio_slave_connection = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.backend = sqlalchemy {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.connection = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.connection_debug = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.connection_parameters = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.connection_recycle_time = 3600 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.connection_trace = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.db_inc_retry_interval = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.db_max_retries = 20 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.db_max_retry_interval = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.db_retry_interval = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.max_overflow = 50 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.max_pool_size = 5 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.max_retries = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.mysql_wsrep_sync_wait = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.pool_timeout = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.retry_interval = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.slave_connection = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.sqlite_synchronous = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] database.use_db_reconnect = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.connection_string = messaging:// {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.es_doc_type = notification {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.es_scroll_size = 10000 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.es_scroll_time = 2m {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.filter_error_trace = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.hmac_keys = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.sentinel_service_name = mymaster {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.socket_timeout = 0.1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.trace_requests = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler.trace_sqlalchemy = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler_jaeger.process_tags = {} {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler_jaeger.service_name_prefix = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] profiler_otlp.service_name_prefix = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.enforce_new_defaults = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.enforce_scope = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.policy_default_rule = default {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.policy_file = policy.yaml {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_policy.remote_timeout = 60.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] privsep_osbrick.capabilities = [21] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] privsep_osbrick.group = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] privsep_osbrick.helper_command = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] privsep_osbrick.user = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_sys_******.group = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_sys_******.helper_command = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] cinder_sys_******.user = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.auth_section = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.auth_type = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.cafile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.certfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.collect_timing = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.insecure = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.keyfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.send_service_user_token = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.split_loggers = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] service_user.timeout = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.backend_availability_zone = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.backend_native_threads_pool_size = 20 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.backup_use_temp_snapshot = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.chap_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Disconnect from 3PAR REST and SSH 710839fc-f5e5-49de-868a-32716e20a07b {{(pid=112673) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.chap_username = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.driver_client_cert = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.driver_client_cert_key = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.driver_data_namespace = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.driver_use_ssl = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.enable_unsupported_driver = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.extra_capabilities = {} {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.filter_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.goodness_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_api_url = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_cpg = ['OpenStack'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_cpg_snap = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_debug = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_iscsi_chap_enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_iscsi_ips = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_snapshot_expiration = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_snapshot_retention = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_target_nsp = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.hpe3par_username = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.iscsi_iotype = fileio {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.iscsi_target_flags = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.iscsi_write_cache = on {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.iser_helper = tgtadm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.iser_port = 3260 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.num_shell_tries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.nvmet_port_id = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.replication_device = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.report_discard_supported = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.reserved_percentage = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_api_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_clustername = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_ip = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_is_local = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_login = ****** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_private_key = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_ssh_port = 22 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.san_thin_provision = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.scst_target_driver = iscsi {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.scst_target_iqn_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.ssh_conn_timeout = 30 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.ssh_max_pool_conn = 5 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.ssh_min_pool_conn = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.storage_protocol = iSCSI {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.suppress_requests_ssl_warnings = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.target_helper = tgtadm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.target_port = 3260 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.target_protocol = iscsi {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.trace_flags = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.unique_fqdn_network = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.use_chap_auth = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_backend_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_clear = zero {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_clear_ionice = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_clear_size = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_reports.file_event_handler = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_reports.log_dir = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.backend_availability_zone = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.backend_host = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.backend_native_threads_pool_size = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.backup_use_temp_snapshot = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.chap_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.chap_username = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.chiscsi_conf = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.driver_client_cert = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.driver_client_cert_key = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.driver_data_namespace = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.driver_ssl_cert_path = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.driver_ssl_cert_verify = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.driver_use_ssl = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.enable_unsupported_driver = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.enforce_multipath_for_image_xfer = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.extra_capabilities = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.filter_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.goodness_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_cpg = ['CI_CPG'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_cpg_snap = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_debug = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_iscsi_chap_enabled = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_snapshot_expiration = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_snapshot_retention = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_target_nsp = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.hpe3par_username = 3paradm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.image_upload_use_cinder_backend = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.image_upload_use_internal_tenant = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.image_volume_cache_enabled = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.image_volume_cache_max_count = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.image_volume_cache_max_size_gb = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.iscsi_iotype = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.iscsi_target_flags = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.iscsi_write_cache = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.iser_helper = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.iser_ip_address = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.iser_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.iser_target_prefix = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.max_over_subscription_ratio = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.num_iser_scan_tries = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.num_shell_tries = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.num_volume_device_scan_tries = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.nvmeof_conn_info_version = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.nvmet_ns_id = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.nvmet_port_id = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.replication_device = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.report_discard_supported = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.reserved_percentage = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_api_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_clustername = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_ip = 10.201.1.221 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_is_local = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_login = 3paradm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_private_key = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_ssh_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.san_thin_provision = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.scst_target_driver = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.scst_target_iqn_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.ssh_conn_timeout = 45 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.ssh_max_pool_conn = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.ssh_min_pool_conn = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.storage_protocol = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.suppress_requests_ssl_warnings = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.target_helper = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.target_ip_address = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.target_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.target_prefix = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.target_protocol = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.target_secondary_ip_addresses = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.trace_flags = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.unique_fqdn_network = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.use_chap_auth = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.use_multipath_for_image_xfer = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_backend_name = 3par1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_clear = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_clear_ionice = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_clear_size = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_copy_blkio_cgroup_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_copy_bps_limit = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_dd_blocksize = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par1.volumes_dir = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.processname = cinder-volume {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.ssl = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.ssl_version = {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_notifications.driver = [] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_notifications.retry = -1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] oslo_messaging_notifications.transport_url = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] key_manager.backend = cinder.keymgr.conf_key_mgr.ConfKeyManager {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] key_manager.fixed_key = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.barbican_api_version = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.barbican_endpoint = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.barbican_endpoint_type = public {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.barbican_region_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.cafile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.certfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.collect_timing = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.insecure = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.keyfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.number_of_retries = 60 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.retry_delay = 1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.send_service_user_token = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.split_loggers = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.timeout = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.verify_ssl = True {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican.verify_ssl_path = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.auth_section = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.auth_type = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.cafile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.certfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.collect_timing = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.insecure = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.keyfile = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.split_loggers = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] barbican_service_user.timeout = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.approle_role_id = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.approle_secret_id = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.kv_mountpoint = secret {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.kv_path = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.kv_version = 2 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.namespace = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.root_token_id = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Connecting to 3PAR {{(pid=112673) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.ssl_ca_crt_file = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.timeout = 60.0 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.use_ssl = False {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.backend_availability_zone = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.backend_host = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.backend_native_threads_pool_size = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.backup_use_temp_snapshot = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.chap_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.chap_username = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.chiscsi_conf = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.driver_client_cert = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.driver_client_cert_key = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.driver_data_namespace = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.driver_ssl_cert_path = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.driver_ssl_cert_verify = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.driver_use_ssl = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.enable_unsupported_driver = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.enforce_multipath_for_image_xfer = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.extra_capabilities = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.filter_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.goodness_function = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_cpg = ['SSD_r6'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_cpg_snap = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_debug = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_iscsi_chap_enabled = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_snapshot_expiration = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_snapshot_retention = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Disconnect from 3PAR REST and SSH 99a6f598-2bff-411c-b3d5-079f5b246b4c {{(pid=112674) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_target_nsp = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.hpe3par_username = 3paradm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.image_upload_use_cinder_backend = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.image_upload_use_internal_tenant = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.image_volume_cache_enabled = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.image_volume_cache_max_count = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.image_volume_cache_max_size_gb = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.iscsi_iotype = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.iscsi_target_flags = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.iscsi_write_cache = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.iser_helper = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.iser_ip_address = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.iser_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.iser_target_prefix = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.max_over_subscription_ratio = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.num_iser_scan_tries = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.num_shell_tries = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.num_volume_device_scan_tries = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.nvmeof_conn_info_version = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.nvmet_ns_id = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.nvmet_port_id = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.replication_device = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.report_discard_supported = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.reserved_percentage = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_api_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_clustername = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_ip = 10.201.1.221 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_is_local = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_login = 3paradm {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_password = **** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_private_key = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_ssh_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.san_thin_provision = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.scst_target_driver = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.scst_target_iqn_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.ssh_conn_timeout = 45 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.ssh_max_pool_conn = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.ssh_min_pool_conn = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.storage_protocol = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.suppress_requests_ssl_warnings = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.target_helper = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.target_ip_address = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.target_port = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.target_prefix = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.target_protocol = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.target_secondary_ip_addresses = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.trace_flags = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.unique_fqdn_network = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.use_chap_auth = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.use_multipath_for_image_xfer = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_backend_name = 3par2 {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_clear = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_clear_ionice = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_clear_size = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_copy_blkio_cgroup_name = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_copy_bps_limit = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_dd_blocksize = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] 3par2.volumes_dir = None {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:39:06 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] ******************************************************************************** {{(pid=112660) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112674]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 +Jan 14 22:39:06 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Connecting to 3PAR {{(pid=112674) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:06 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:06 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:06 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Disconnect from 3PAR REST and SSH 710839fc-f5e5-49de-868a-32716e20a07b {{(pid=112673) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Connecting to 3PAR {{(pid=112673) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Disconnect from 3PAR REST and SSH 99a6f598-2bff-411c-b3d5-079f5b246b4c {{(pid=112674) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Connecting to 3PAR {{(pid=112674) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Disconnect from 3PAR REST and SSH 710839fc-f5e5-49de-868a-32716e20a07b {{(pid=112673) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Connecting to 3PAR {{(pid=112673) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] array version: 40600075 {{(pid=112673) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} +Jan 14 22:39:07 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Connecting to 3PAR {{(pid=112673) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Disconnect from 3PAR REST and SSH 99a6f598-2bff-411c-b3d5-079f5b246b4c {{(pid=112674) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Connecting to 3PAR {{(pid=112674) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] array version: 40600075 {{(pid=112674) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} +Jan 14 22:39:07 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Connecting to 3PAR {{(pid=112674) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:07 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:07 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=112673) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} +Jan 14 22:39:08 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Disconnect from 3PAR REST and SSH 710839fc-f5e5-49de-868a-32716e20a07b {{(pid=112673) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=112674) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} +Jan 14 22:39:08 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Disconnect from 3PAR REST and SSH 99a6f598-2bff-411c-b3d5-079f5b246b4c {{(pid=112674) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:08 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:08 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] <== get_volume_stats: return (950ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: WARNING cinder.volume.driver [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.volume.driver [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=112673) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG oslo_db.sqlalchemy.engines [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112673) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.db.sqlalchemy.api [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Building query based on filter {{(pid=112673) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.image.image_utils [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=112673) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: INFO cinder.keymgr.migration [None req-d58a54d7-f312-4dc7-bb43-79163056041e None None] Not migrating encryption keys because the ConfKeyManager is still in use. +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] <== get_volume_stats: return (772ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: WARNING cinder.volume.driver [None req-6ec34564-de68-4183-979b-8567c817d631 None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG cinder.volume.driver [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=112674) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG oslo_db.sqlalchemy.engines [None req-6ec34564-de68-4183-979b-8567c817d631 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=112674) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG cinder.db.sqlalchemy.api [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Building query based on filter {{(pid=112674) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG cinder.image.image_utils [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=112674) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: INFO cinder.keymgr.migration [None req-f36988b9-b50a-45a5-9469-6e91df3fb452 None None] Not migrating encryption keys because the ConfKeyManager is still in use. +Jan 14 22:39:09 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] <== get_volume_stats: return (781ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:09 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Notifying Schedulers of capabilities ... {{(pid=112673) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: INFO cinder.volume.manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Driver initialization completed successfully. +Jan 14 22:39:09 ubuntu cinder-volume[112673]: INFO cinder.manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Initiating service 4 cleanup +Jan 14 22:39:09 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:09 ubuntu cinder-volume[112673]: INFO cinder.manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Service 4 cleanup completed. +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.service [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Creating RPC server for service cinder-volume {{(pid=112673) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.service [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=112673) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: INFO cinder.volume.manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:39:09 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:09 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:09 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] <== get_volume_stats: return (782ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:10 ubuntu cinder-volume[112674]: DEBUG cinder.manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Notifying Schedulers of capabilities ... {{(pid=112674) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:39:10 ubuntu cinder-volume[112674]: INFO cinder.volume.manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Driver initialization completed successfully. +Jan 14 22:39:10 ubuntu cinder-volume[112674]: INFO cinder.manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Initiating service 5 cleanup +Jan 14 22:39:10 ubuntu cinder-volume[112674]: INFO cinder.manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Service 5 cleanup completed. +Jan 14 22:39:10 ubuntu cinder-volume[112674]: DEBUG cinder.service [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Creating RPC server for service cinder-volume {{(pid=112674) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:39:10 ubuntu cinder-volume[112674]: DEBUG cinder.service [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=112674) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:39:10 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:10 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112674]: INFO cinder.volume.manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:39:10 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:39:10 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:10 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:10 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:10 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:10 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:10 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] <== get_volume_stats: return (681ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:10 ubuntu cinder-volume[112673]: INFO cinder.volume.manager [None req-aa600b47-c9db-410b-b348-cfc0d968ab15 None None] Driver post RPC initialization completed successfully. +Jan 14 22:39:10 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-6ec34564-de68-4183-979b-8567c817d631 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:39:10 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:39:10 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec34564-de68-4183-979b-8567c817d631 None None] <== get_volume_stats: return (652ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:39:10 ubuntu cinder-volume[112674]: INFO cinder.volume.manager [None req-6ec34564-de68-4183-979b-8567c817d631 None None] Driver post RPC initialization completed successfully. +Jan 14 22:40:06 ubuntu cinder-volume[112674]: DEBUG oslo_service.periodic_task [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=112674) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:40:06 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:06 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:06 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:08 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:08 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:08 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] <== get_volume_stats: return (1734ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:08 ubuntu cinder-volume[112674]: DEBUG cinder.manager [None req-c4ffa9a3-551f-4afc-8c19-a96ddee1fb5a None None] Notifying Schedulers of capabilities ... {{(pid=112674) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:40:26 ubuntu systemd[1]: Stopping Devstack devstack@c-vol.service... +Jan 14 22:40:26 ubuntu cinder-volume[112660]: INFO oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Caught SIGTERM, stopping children +Jan 14 22:40:26 ubuntu cinder-volume[112660]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Acquiring lock "singleton_lock" {{(pid=112660) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:26 ubuntu cinder-volume[112660]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Acquired lock "singleton_lock" {{(pid=112660) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:26 ubuntu cinder-volume[112660]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Releasing lock "singleton_lock" {{(pid=112660) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:26 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Stop services. {{(pid=112660) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} +Jan 14 22:40:26 ubuntu cinder-volume[112660]: DEBUG oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Killing children. {{(pid=112660) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} +Jan 14 22:40:26 ubuntu cinder-volume[112660]: INFO oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Waiting on 2 children to exit +Jan 14 22:40:27 ubuntu cinder-volume[112673]: DEBUG oslo_service.periodic_task [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=112673) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:40:27 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:27 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:27 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:27 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:27 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:28 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:28 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] <== get_volume_stats: return (612ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:28 ubuntu cinder-volume[112673]: DEBUG cinder.manager [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] Notifying Schedulers of capabilities ... {{(pid=112673) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo.messaging._drivers.impl_rabbit [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] Failed to publish message to topic 'cinder-scheduler_fanout': Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo.messaging._drivers.impl_rabbit [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] Unable to connect to AMQP server on 10.201.9.223:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task [None req-6bd71934-85c7-4aa9-a94d-207608064a73 None None] Error during VolumeManager.publish_service_capabilities: oslo_messaging.exceptions.MessageDeliveryFailure: Unable to connect to AMQP server on 10.201.9.223:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task Traceback (most recent call last): +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1163, in ensure +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task ret, channel = autoretry_method() +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/connection.py", line 556, in _ensured +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return fun(*args, **kwargs) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/connection.py", line 639, in __call__ +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return fun(*args, channel=channels[0], **kwargs), channels[0] +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1152, in execute_method +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task method() +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1614, in _publish +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self._producer.publish( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/messaging.py", line 186, in publish +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return _publish( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/kombu/messaging.py", line 208, in _publish +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return channel.basic_publish( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/channel.py", line 1820, in basic_publish_confirm +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self.wait([spec.Basic.Ack, spec.Basic.Nack], +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/abstract_channel.py", line 99, in wait +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self.connection.drain_events(timeout=timeout) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/connection.py", line 526, in drain_events +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task while not self.blocking_read(timeout): +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/connection.py", line 532, in blocking_read +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return self.on_inbound_frame(frame) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/method_framing.py", line 53, in on_frame +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task callback(channel, method_sig, buf, None) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/connection.py", line 538, in on_inbound_method +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return self.channels[channel_id].dispatch_method( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/abstract_channel.py", line 156, in dispatch_method +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task listener(*args) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/amqp/channel.py", line 293, in _on_close +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task raise error_for_code( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task During handling of the above exception, another exception occurred: +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task Traceback (most recent call last): +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py", line 216, in run_periodic_tasks +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task task(self, context) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/cinder/cinder/volume/manager.py", line 2843, in publish_service_capabilities +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self._publish_service_capabilities(context) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/cinder/cinder/manager.py", line 203, in _publish_service_capabilities +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self.scheduler_rpcapi.update_service_capabilities( +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/cinder/cinder/scheduler/rpcapi.py", line 222, in update_service_capabilities +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task cctxt.cast(ctxt, 'update_service_capabilities', **msg_args) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/rpc/client.py", line 156, in cast +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self.transport._send(self.target, msg_ctxt, msg, +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/transport.py", line 123, in _send +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return self._driver.send(target, ctxt, message, +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 800, in send +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task return self._send(target, ctxt, message, wait_for_reply, timeout, +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 775, in _send +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task conn.fanout_send(target.topic, msg, retry=retry) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1733, in fanout_send +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self._ensure_publishing(self._publish, exchange, msg, retry=retry) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1565, in _ensure_publishing +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task self.ensure(method, retry=retry, error_callback=_error_callback) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 1185, in ensure +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task raise exceptions.MessageDeliveryFailure(msg) +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task oslo_messaging.exceptions.MessageDeliveryFailure: Unable to connect to AMQP server on 10.201.9.223:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'cinder-scheduler_fanout' in vhost '/' +Jan 14 22:40:28 ubuntu cinder-volume[112673]: ERROR oslo_service.periodic_task +Jan 14 22:40:29 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:29 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:29 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:29 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:29 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:29 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:29 ubuntu cinder-volume[112673]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Acquiring lock "singleton_lock" {{(pid=112673) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:29 ubuntu cinder-volume[112673]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Acquired lock "singleton_lock" {{(pid=112673) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:29 ubuntu cinder-volume[112673]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Releasing lock "singleton_lock" {{(pid=112673) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:30 ubuntu cinder-volume[112674]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Acquiring lock "singleton_lock" {{(pid=112674) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:30 ubuntu cinder-volume[112674]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Acquired lock "singleton_lock" {{(pid=112674) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:30 ubuntu cinder-volume[112674]: DEBUG oslo_concurrency.lockutils [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Releasing lock "singleton_lock" {{(pid=112674) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:30 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:30 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:30 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:30 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:30 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:30 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:30 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:30 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:30 ubuntu cinder-volume[112674]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:30 ubuntu cinder-volume[112674]: warnings.warn( +Jan 14 22:40:30 ubuntu cinder-volume[112673]: WARNING py.warnings [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:30 ubuntu cinder-volume[112673]: warnings.warn( +Jan 14 22:40:30 ubuntu cinder-volume[112674]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] <== get_volume_stats: return (960ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112674) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:30 ubuntu cinder-volume[112674]: DEBUG cinder.manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Notifying Schedulers of capabilities ... {{(pid=112674) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:40:30 ubuntu cinder-volume[112674]: WARNING amqp [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:30 ubuntu cinder-volume[112674]: WARNING amqp [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:30 ubuntu cinder-volume[112660]: INFO oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Child 112674 exited with status 0 +Jan 14 22:40:30 ubuntu cinder-volume[112673]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] <== get_volume_stats: return (985ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=112673) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:30 ubuntu cinder-volume[112673]: DEBUG cinder.manager [None req-b5f49a66-9ce4-4328-806a-94b8b3d72e11 None None] Notifying Schedulers of capabilities ... {{(pid=112673) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:40:30 ubuntu cinder-volume[112673]: WARNING amqp [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:30 ubuntu cinder-volume[112673]: WARNING amqp [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:30 ubuntu cinder-volume[112660]: INFO oslo_service.service [None req-d9e73406-f4f2-48df-bb51-45f9824ed883 None None] Child 112673 exited with status 0 +Jan 14 22:40:30 ubuntu systemd[1]: devstack@c-vol.service: Deactivated successfully. +Jan 14 22:40:30 ubuntu systemd[1]: Stopped Devstack devstack@c-vol.service. +Jan 14 22:40:30 ubuntu systemd[1]: devstack@c-vol.service: Consumed 8.691s CPU time. +Jan 14 22:40:30 ubuntu systemd[1]: Started Devstack devstack@c-vol.service. +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=115506) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=115506) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=115506) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_db.sqlalchemy.engines [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115506) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO cinder.rpc [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO cinder.rpc [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_db.sqlalchemy.engines [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115506) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO cinder.volume.manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Determined volume DB was empty at startup. +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG cinder.volume.manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=115506) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: WARNING stevedore.named [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:32 ubuntu cinder-volume[115506]: WARNING castellan.key_manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:32 ubuntu cinder-volume[115506]: WARNING cinder.keymgr.conf_key_mgr [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO cinder.volume.manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Image-volume cache disabled for host ubuntu@3par1. +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_db.sqlalchemy.engines [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115506) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Starting 1 workers +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Started child 115516 {{(pid=115506) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_db.sqlalchemy.engines [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115506) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:40:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Connecting to 3PAR {{(pid=115516) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO cinder.volume.manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Determined volume DB was empty at startup. +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG cinder.volume.manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Cinder Volume DB check: vol_db_empty=True {{(pid=115506) __init__ /opt/stack/cinder/cinder/volume/manager.py:288}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: WARNING stevedore.named [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager +Jan 14 22:40:32 ubuntu cinder-volume[115506]: WARNING castellan.key_manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO cinder.volume.manager [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Image-volume cache disabled for host ubuntu@3par2. +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_db.sqlalchemy.engines [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115506) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: INFO oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Starting 1 workers +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Started child 115517 {{(pid=115506) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Full set of CONF: {{(pid=115506) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] ******************************************************************************** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] Configuration options gathered from: {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] command line args: ['--config-file', '/etc/cinder/cinder.conf'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] config files: ['/etc/cinder/cinder.conf'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] ================================================================================ {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] allow_availability_zone_fallback = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] allow_compression_on_image_upload = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] allowed_direct_url_schemes = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] api_rate_limit = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] auth_strategy = keystone {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_availability_zone = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_host = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_stats_polling_interval = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backup_api_class = cinder.backup.api.API {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backup_manager = cinder.backup.manager.BackupManager {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backup_name_template = backup-%s {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backup_use_same_host = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backup_use_temp_snapshot = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] chap_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] chap_username = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cluster = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] compression_format = gzip {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] compute_api_class = cinder.compute.nova.API {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] config_dir = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] config_file = ['/etc/cinder/cinder.conf'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] config_source = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] consistencygroup_api_class = cinder.consistencygroup.api.API {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] control_exchange = openstack {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] debug = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] default_availability_zone = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] default_group_type = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] default_volume_type = 3par1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] driver_client_cert = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] driver_client_cert_key = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: INFO cinder.service [-] Starting cinder-volume node (version 25.1.0) +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] driver_data_namespace = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] driver_ssl_cert_path = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] driver_ssl_cert_verify = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] driver_use_ssl = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] enable_new_services = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] enable_unsupported_driver = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] enabled_backends = ['3par1', '3par2'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] enforce_multipath_for_image_xfer = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] filter_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_api_insecure = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_api_servers = ['http://10.201.9.223/image'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_api_ssl_compression = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_ca_certificates_file = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_catalog_info = image:glance:publicURL {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_certfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_core_properties = ['checksum', 'container_format', 'disk_format', 'image_name', 'image_id', 'min_disk', 'min_ram', 'name', 'size'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_keyfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_num_retries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] glance_request_timeout = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] goodness_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] graceful_shutdown_timeout = 5 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] group_api_class = cinder.group.api.API {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] host = ubuntu {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_compress_on_upload = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_conversion_address_space_limit = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_conversion_cpu_limit = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_conversion_dir = /opt/stack/data/cinder/conversion {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_conversion_disable = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_upload_use_cinder_backend = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_upload_use_internal_tenant = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_volume_cache_enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_volume_cache_max_count = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] image_volume_cache_max_size_gb = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] init_host_max_objects_retrieval = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] instance_format = [instance: %(uuid)s] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] iscsi_iotype = fileio {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] iscsi_target_flags = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] iscsi_write_cache = on {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] iser_helper = tgtadm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] iser_ip_address = 10.201.9.223 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] iser_port = 3260 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_color = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_config_append = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_dir = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_file = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_options = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_rotate_interval = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_rotate_interval_type = days {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] log_rotation_type = none {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] max_age = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] max_logfile_count = 30 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] max_logfile_size_mb = 200 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] max_over_subscription_ratio = 20.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] message_reap_interval = 86400 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] message_ttl = 2592000 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] migration_create_volume_timeout_secs = 300 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] monkey_patch = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] monkey_patch_modules = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] my_ip = 10.201.9.223 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] no_snapshot_gb_quota = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] num_iser_scan_tries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] num_shell_tries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] num_volume_device_scan_tries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] nvmeof_conn_info_version = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] nvmet_ns_id = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] nvmet_port_id = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] osapi_max_limit = 1000 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Starting volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] osapi_volume_ext_list = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Disconnect from 3PAR REST and SSH 205c24ad-9b5a-49b5-b2cc-50f48d7737c6 {{(pid=115516) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] osapi_volume_extension = ['cinder.api.contrib.standard_extensions'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] osapi_volume_listen = 0.0.0.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] osapi_volume_listen_port = 8776 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Connecting to 3PAR {{(pid=115517) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] osapi_volume_use_ssl = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] osapi_volume_workers = 2 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] per_volume_size_limit = -1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] periodic_fuzzy_delay = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] periodic_interval = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] project_id_regex = [0-9a-f\-]+ {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] public_endpoint = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] publish_errors = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] quota_backup_gigabytes = 1000 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] quota_backups = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] quota_driver = cinder.quota.DbQuotaDriver {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] quota_gigabytes = 1000 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] quota_groups = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] quota_snapshots = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] quota_volumes = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] rate_limit_burst = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] rate_limit_except_level = CRITICAL {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] rate_limit_interval = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] reinit_driver_count = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] replication_device = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] report_discard_supported = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] report_interval = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] reservation_clean_interval = 86400 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] reservation_expire = 86400 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] reserved_image_namespaces = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] reserved_percentage = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] resource_query_filters_file = /etc/cinder/resource_filters.json {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] rootwrap_config = /etc/cinder/rootwrap.conf {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] rpc_response_timeout = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] run_external_periodic_tasks = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] scheduler_manager = cinder.scheduler.manager.SchedulerManager {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] scst_target_driver = iscsi {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] scst_target_iqn_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_down_time = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] shell_completion = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] snapshot_name_template = snapshot-%s {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] split_loggers = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] ssh_hosts_key_file = /opt/stack/data/cinder/ssh_known_hosts {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] state_path = /opt/stack/data/cinder {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] storage_availability_zone = nova {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] storage_protocol = iSCSI {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] strict_ssh_host_key_policy = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] syslog_log_facility = LOG_USER {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] target_helper = tgtadm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] target_ip_address = 10.201.9.223 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] target_port = 3260 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] target_prefix = iqn.2010-10.org.openstack: {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] target_protocol = iscsi {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] target_secondary_ip_addresses = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] trace_flags = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] transfer_api_class = cinder.transfer.api.API {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] transport_url = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] until_refresh = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] use_chap_auth = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] use_default_quota_class = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] use_journal = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] use_json = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] use_multipath_for_image_xfer = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] use_stderr = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] use_syslog = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] verify_glance_signatures = enabled {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_api_class = cinder.volume.api.API {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_backend_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_clear = zero {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_clear_ionice = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_clear_size = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_copy_bps_limit = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_dd_blocksize = 1M {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_manager = cinder.volume.manager.VolumeManager {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_name_template = volume-%s {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_service_inithost_offload = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volume_usage_audit_period = month {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] watch_log_file = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] zoning_mode = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] os_brick.lock_path = /opt/stack/data/cinder {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_concurrency.disable_process_locking = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_concurrency.lock_path = /opt/stack/data/cinder {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.******_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.******_token = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.******_user = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_******_prefix = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_port = 35357 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_protocol = https {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_section = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_type = password {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_uri = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.auth_version = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.cache = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.certfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.delay_auth_decision = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.http_connect_timeout = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Connecting to 3PAR {{(pid=115516) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.identity_uri = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.include_service_catalog = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.insecure = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.interface = public {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.keyfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.region_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.service_token_roles_required = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.service_type = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.token_cache_time = 300 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.backend = dogpile.cache.null {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.backend_argument = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.backend_expiration_time = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.config_prefix = cache.oslo {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.dead_timeout = 60.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.debug_cache_backend = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.enable_retry_client = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.enable_socket_keepalive = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.enforce_fips_mode = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.expiration_time = 600 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.hashclient_retry_attempts = 2 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.hashclient_retry_delay = 1.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_dead_retry = 300 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_pool_maxsize = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_sasl_enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_socket_timeout = 1.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.memcache_username = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.proxies = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.redis_db = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.redis_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.redis_sentinel_service_name = mymaster {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.redis_server = localhost:6379 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.redis_socket_timeout = 1.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.redis_username = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.retry_attempts = 2 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.retry_delay = 0.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.socket_keepalive_count = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.socket_keepalive_idle = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.socket_keepalive_interval = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.tls_allowed_ciphers = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.tls_cafile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.tls_certfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.tls_enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cache.tls_keyfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] coordination.backend_url = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.asyncio_connection = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.asyncio_slave_connection = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.backend = sqlalchemy {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.connection = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.connection_debug = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.connection_parameters = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.connection_recycle_time = 3600 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.connection_trace = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.db_inc_retry_interval = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.db_max_retries = 20 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.db_max_retry_interval = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.db_retry_interval = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.max_overflow = 50 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.max_pool_size = 5 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.max_retries = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.mysql_wsrep_sync_wait = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.pool_timeout = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.retry_interval = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.slave_connection = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.sqlite_synchronous = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] database.use_db_reconnect = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.connection_string = messaging:// {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.es_doc_type = notification {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.es_scroll_size = 10000 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.es_scroll_time = 2m {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.filter_error_trace = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.hmac_keys = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.sentinel_service_name = mymaster {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.socket_timeout = 0.1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.trace_requests = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler.trace_sqlalchemy = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler_jaeger.process_tags = {} {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler_jaeger.service_name_prefix = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] profiler_otlp.service_name_prefix = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.enforce_new_defaults = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.enforce_scope = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.policy_default_rule = default {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.policy_file = policy.yaml {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_policy.remote_timeout = 60.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] privsep_osbrick.capabilities = [21] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] privsep_osbrick.group = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] privsep_osbrick.helper_command = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] privsep_osbrick.user = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_sys_******.capabilities = [0, 1, 2, 3, 12, 21] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_sys_******.group = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_sys_******.helper_command = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_sys_******.logger_name = oslo_privsep.daemon {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_sys_******.thread_pool_size = 4 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] cinder_sys_******.user = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.auth_section = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.auth_type = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.cafile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.certfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.collect_timing = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.insecure = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.keyfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.send_service_user_token = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.split_loggers = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] service_user.timeout = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.backend_availability_zone = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.backend_native_threads_pool_size = 20 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.backup_use_temp_snapshot = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.chap_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.chap_username = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.chiscsi_conf = /etc/chelsio-iscsi/chiscsi.conf {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.driver_client_cert = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.driver_client_cert_key = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.driver_data_namespace = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.driver_ssl_cert_path = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.driver_ssl_cert_verify = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.driver_use_ssl = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.enable_unsupported_driver = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.enforce_multipath_for_image_xfer = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.extra_capabilities = {} {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.filter_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.goodness_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_api_url = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_cpg = ['OpenStack'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_cpg_snap = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_debug = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_iscsi_chap_enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_iscsi_ips = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_snapshot_expiration = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_snapshot_retention = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_target_nsp = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.hpe3par_username = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.image_upload_use_cinder_backend = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.image_upload_use_internal_tenant = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.image_volume_cache_enabled = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.image_volume_cache_max_count = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.image_volume_cache_max_size_gb = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.iscsi_iotype = fileio {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.iscsi_target_flags = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.iscsi_write_cache = on {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.iser_helper = tgtadm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.iser_ip_address = 10.201.9.223 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.iser_port = 3260 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.iser_target_prefix = iqn.2010-10.org.openstack: {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.max_over_subscription_ratio = 20.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.num_iser_scan_tries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.num_shell_tries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.num_volume_device_scan_tries = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.nvmeof_conn_info_version = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.nvmet_ns_id = 10 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.nvmet_port_id = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.replication_device = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.report_discard_supported = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.reserved_percentage = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_api_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_clustername = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_ip = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_is_local = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_login = ****** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_private_key = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_ssh_port = 22 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.san_thin_provision = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.scst_target_driver = iscsi {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.scst_target_iqn_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.ssh_conn_timeout = 30 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.ssh_max_pool_conn = 5 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.ssh_min_pool_conn = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.storage_protocol = iSCSI {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.suppress_requests_ssl_warnings = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.target_helper = tgtadm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.target_ip_address = 10.201.9.223 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.target_port = 3260 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.target_prefix = iqn.2010-10.org.openstack: {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.target_protocol = iscsi {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.target_secondary_ip_addresses = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.trace_flags = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.unique_fqdn_network = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.use_chap_auth = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_backend_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_clear = zero {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_clear_ionice = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Disconnect from 3PAR REST and SSH 36f6f9cc-f688-4896-a7dd-c258894f2af3 {{(pid=115517) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_clear_size = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_reports.file_event_handler = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_reports.log_dir = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.backend_availability_zone = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.backend_host = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.backend_native_threads_pool_size = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.backup_use_temp_snapshot = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.chap_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.chap_username = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.chiscsi_conf = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.driver_client_cert = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.driver_client_cert_key = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.driver_data_namespace = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.driver_ssl_cert_path = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.driver_ssl_cert_verify = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.driver_use_ssl = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.enable_unsupported_driver = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.enforce_multipath_for_image_xfer = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.extra_capabilities = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.filter_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.goodness_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_cpg = ['CI_CPG'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_cpg_snap = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_debug = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_iscsi_chap_enabled = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_snapshot_expiration = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_snapshot_retention = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_target_nsp = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.hpe3par_username = 3paradm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.image_upload_use_cinder_backend = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.image_upload_use_internal_tenant = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.image_volume_cache_enabled = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.image_volume_cache_max_count = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.image_volume_cache_max_size_gb = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.iscsi_iotype = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.iscsi_target_flags = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.iscsi_write_cache = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.iser_helper = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.iser_ip_address = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.iser_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.iser_target_prefix = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.max_over_subscription_ratio = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.num_iser_scan_tries = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.num_shell_tries = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.num_volume_device_scan_tries = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.nvmeof_conn_info_version = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.nvmet_ns_id = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.nvmet_port_id = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.replication_device = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.report_discard_supported = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.reserved_percentage = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_api_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_clustername = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_ip = 10.201.1.221 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_is_local = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_login = 3paradm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_private_key = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_ssh_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.san_thin_provision = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.scst_target_driver = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.scst_target_iqn_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.ssh_conn_timeout = 45 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.ssh_max_pool_conn = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.ssh_min_pool_conn = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.storage_protocol = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.suppress_requests_ssl_warnings = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.target_helper = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.target_ip_address = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.target_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.target_prefix = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.target_protocol = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.target_secondary_ip_addresses = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.trace_flags = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.unique_fqdn_network = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.use_chap_auth = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.use_multipath_for_image_xfer = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_backend_name = 3par1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_clear = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_clear_ionice = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_clear_size = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_copy_blkio_cgroup_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_copy_bps_limit = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_dd_blocksize = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par1.volumes_dir = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.processname = cinder-volume {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] HPE3PARCommon 4.0.24,hpe3parclient 4.2.13 +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Connecting to 3PAR {{(pid=115517) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.ssl = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.ssl_version = {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_notifications.driver = [] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_notifications.retry = -1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] oslo_messaging_notifications.transport_url = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] key_manager.backend = cinder.keymgr.conf_key_mgr.ConfKeyManager {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] key_manager.fixed_key = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.barbican_api_version = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.barbican_endpoint = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.barbican_endpoint_type = public {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.barbican_region_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.cafile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.certfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.collect_timing = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.insecure = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.keyfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.number_of_retries = 60 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.retry_delay = 1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.send_service_user_token = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.split_loggers = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.timeout = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.verify_ssl = True {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican.verify_ssl_path = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.auth_section = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.auth_type = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.cafile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.certfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.collect_timing = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.insecure = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.keyfile = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.split_loggers = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] barbican_service_user.timeout = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.approle_role_id = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.approle_secret_id = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.kv_mountpoint = secret {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.kv_path = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.kv_version = 2 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.namespace = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.root_token_id = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.ssl_ca_crt_file = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.timeout = 60.0 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.use_ssl = False {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.backend_availability_zone = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.backend_host = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.backend_native_threads_pool_size = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.backup_use_temp_snapshot = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.chap_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.chap_username = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.chiscsi_conf = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.driver_client_cert = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.driver_client_cert_key = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.driver_data_namespace = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.driver_ssl_cert_path = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.driver_ssl_cert_verify = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.driver_use_ssl = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.enable_unsupported_driver = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.enforce_multipath_for_image_xfer = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.extra_capabilities = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.filter_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.goodness_function = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_api_url = https://10.201.1.221/api/v1 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_cpg = ['SSD_r6'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_cpg_snap = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_debug = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_iscsi_chap_enabled = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_iscsi_ips = ['172.28.65.17'] {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_snapshot_expiration = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_snapshot_retention = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_target_nsp = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.hpe3par_username = 3paradm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.image_upload_use_cinder_backend = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.image_upload_use_internal_tenant = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.image_volume_cache_enabled = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.image_volume_cache_max_count = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.image_volume_cache_max_size_gb = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.iscsi_iotype = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.iscsi_target_flags = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.iscsi_write_cache = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.iser_helper = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.iser_ip_address = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.iser_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.iser_target_prefix = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.max_over_subscription_ratio = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.num_iser_scan_tries = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.num_shell_tries = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.num_volume_device_scan_tries = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.nvmeof_conn_info_version = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.nvmet_ns_id = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.nvmet_port_id = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.replication_device = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.report_discard_supported = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.reserved_percentage = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_api_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_clustername = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_ip = 10.201.1.221 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_is_local = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_login = 3paradm {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_password = **** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_private_key = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_ssh_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.san_thin_provision = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.scst_target_driver = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.scst_target_iqn_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.ssh_conn_timeout = 45 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.ssh_max_pool_conn = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.ssh_min_pool_conn = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.storage_protocol = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.suppress_requests_ssl_warnings = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.target_helper = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.target_ip_address = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.target_port = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.target_prefix = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.target_protocol = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.target_secondary_ip_addresses = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.trace_flags = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.unique_fqdn_network = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.use_chap_auth = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.use_multipath_for_image_xfer = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_backend_name = 3par2 {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_clear = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_clear_ionice = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_clear_size = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_copy_blkio_cgroup_name = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_copy_bps_limit = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_dd_blocksize = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volume_driver = cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] 3par2.volumes_dir = None {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:40:32 ubuntu cinder-volume[115506]: DEBUG oslo_service.service [None req-dc0dd2e3-347a-4377-b2e8-06cfa3ee6776 None None] ******************************************************************************** {{(pid=115506) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:40:32 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Disconnect from 3PAR REST and SSH 205c24ad-9b5a-49b5-b2cc-50f48d7737c6 {{(pid=115516) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Connecting to 3PAR {{(pid=115516) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:32 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Disconnect from 3PAR REST and SSH 36f6f9cc-f688-4896-a7dd-c258894f2af3 {{(pid=115517) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Connecting to 3PAR {{(pid=115517) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Disconnect from 3PAR REST and SSH 205c24ad-9b5a-49b5-b2cc-50f48d7737c6 {{(pid=115516) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Connecting to 3PAR {{(pid=115516) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] array version: 40600075 {{(pid=115516) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} +Jan 14 22:40:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Connecting to 3PAR {{(pid=115516) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Disconnect from 3PAR REST and SSH 36f6f9cc-f688-4896-a7dd-c258894f2af3 {{(pid=115517) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Connecting to 3PAR {{(pid=115517) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] array version: 40600075 {{(pid=115517) _do_setup /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:154}} +Jan 14 22:40:33 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Connecting to 3PAR {{(pid=115517) client_login /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:431}} +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=115516) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} +Jan 14 22:40:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Disconnect from 3PAR REST and SSH 205c24ad-9b5a-49b5-b2cc-50f48d7737c6 {{(pid=115516) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:33 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] iscsi_ports: [{'portPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C2', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.26', 'iSCSIName': 'iqn.2000-05.com.******:20510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 51, 'stgt': 51, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:1'}, {'portPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD701C3', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.17', 'iSCSIName': 'iqn.2000-05.com.******:20520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 1500, 'tpgt': 52, 'stgt': 52, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '0:5:2'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 1}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46192', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 1}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.1.27', 'iSCSIName': 'iqn.2000-05.com.******:21510002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 151, 'stgt': 151, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:1'}, {'portPos': {'node': 1, 'slot': 5, 'cardPort': 2}, 'mode': 2, 'linkState': 4, 'HWAddr': '1402ECD46193', 'type': 1, 'protocol': 2, 'partnerPos': {'node': 0, 'slot': 5, 'cardPort': 2}, 'failoverState': 1, 'device': ['sipvc_10.201.10.148_iscsi', 'sipvc_10.201.6.183_iscsi', 'scale_10.201.10.78_iscsi', 'scale_10.201.14.46_iscsi', 'ubuntunimbleworker1', 'sk-worker-centos', 'sk-worker1-centos', 'rhel9-worker1', 'rhel9-worker2', 'centosworker1', 'centosworker2'], 'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'iSCSIPortInfo': {'IPAddr': '172.28.65.18', 'iSCSIName': 'iqn.2000-05.com.******:21520002ac0287f3', 'netmask': '255.255.224.0', 'gateway': '0.0.0.0', 'mtu': 9000, 'tpgt': 152, 'stgt': 152, 'iSNSPort': 3205, 'iSNSAddr': '0.0.0.0', 'rate': '10Gbps', 'vlan': 1}, 'iSCSIVlans': [], 'hardwareType': 3, 'connectionType': 99, 'connectionMode': 2, 'configurableRate': 'auto', 'maxRate': '10Gbps', 'class2': 99, 'smartSANStatus': 99, 'uniqueNodeWWN': 3, 'vcn': 3, 'interruptCoalesce': 3, 'targetModeWriteOptimization': 3, 'nsp': '1:5:2'}] {{(pid=115517) initialize_iscsi_ports /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_iscsi.py:230}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Disconnect from 3PAR REST and SSH 36f6f9cc-f688-4896-a7dd-c258894f2af3 {{(pid=115517) client_logout /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:442}} +Jan 14 22:40:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: : hpe3parclient.exceptions.HTTPForbidden: Forbidden (HTTP 403) 6 - invalid session key +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] <== get_volume_stats: return (859ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:34 ubuntu cinder-volume[115516]: WARNING cinder.volume.driver [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.driver [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115516) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG oslo_db.sqlalchemy.engines [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115516) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG cinder.db.sqlalchemy.api [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Building query based on filter {{(pid=115516) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG cinder.image.image_utils [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=115516) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} +Jan 14 22:40:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:34 ubuntu cinder-volume[115516]: INFO cinder.keymgr.migration [None req-edf887c3-168d-463f-bad0-4cfce9ca4f8f None None] Not migrating encryption keys because the ConfKeyManager is still in use. +Jan 14 22:40:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] <== get_volume_stats: return (771ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] ==> _init_vendor_properties: call "{'self': }" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] <== _init_vendor_properties: return (0ms) ({'HPE:3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE:3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE:3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE:3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE:3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE:3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE:3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE:3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE:3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE:3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE:3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE:3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE:3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'HPE:3PAR') {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: WARNING cinder.volume.driver [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] The colon in vendor name was replaced by underscore. Updated vendor name is HPE_3PAR". +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG cinder.volume.driver [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Initialized capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115517) init_capabilities /opt/stack/cinder/cinder/volume/driver.py:829}} +Jan 14 22:40:34 ubuntu cinder-volume[115517]: DEBUG oslo_db.sqlalchemy.engines [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115517) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:40:35 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.db.sqlalchemy.api [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Building query based on filter {{(pid=115517) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.image.image_utils [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=115517) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1246}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: INFO cinder.keymgr.migration [None req-f3df36fb-dfd5-416f-9ebc-a48f4e80926e None None] Not migrating encryption keys because the ConfKeyManager is still in use. +Jan 14 22:40:35 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] <== get_volume_stats: return (699ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:35 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Driver initialization completed successfully. +Jan 14 22:40:35 ubuntu cinder-volume[115516]: INFO cinder.manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Initiating service 4 cleanup +Jan 14 22:40:35 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115516]: INFO cinder.manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Service 4 cleanup completed. +Jan 14 22:40:35 ubuntu cinder-volume[115516]: DEBUG cinder.service [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Creating RPC server for service cinder-volume {{(pid=115516) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:40:35 ubuntu cinder-volume[115516]: DEBUG cinder.service [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=115516) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:40:35 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:40:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:35 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] <== get_volume_stats: return (691ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Driver initialization completed successfully. +Jan 14 22:40:35 ubuntu cinder-volume[115517]: INFO cinder.manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Initiating service 5 cleanup +Jan 14 22:40:35 ubuntu cinder-volume[115517]: INFO cinder.manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Service 5 cleanup completed. +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.service [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Creating RPC server for service cinder-volume {{(pid=115517) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.service [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=115517) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:40:35 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Initializing RPC dependent components of volume driver HPE3PARISCSIDriver (4.0.9) +Jan 14 22:40:35 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:40:35 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:35 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:35 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:40:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] <== get_volume_stats: return (619ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:36 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-200a0ee4-44ca-4d9a-95aa-8e78e26055ca None None] Driver post RPC initialization completed successfully. +Jan 14 22:40:36 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:36 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:36 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:40:36 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:40:36 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] <== get_volume_stats: return (620ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:40:36 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-ac01f12e-b183-414c-a3fd-3f0170f66f9f None None] Driver post RPC initialization completed successfully. +Jan 14 22:41:33 ubuntu cinder-volume[115516]: DEBUG oslo_service.periodic_task [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115516) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:41:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] <== get_volume_stats: return (590ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:33 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Flow 'volume_create_manager' (fe65e580-0dff-434e-ac4a-61ce1a4346c9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2b12e587-87c5-4c65-9716-7e0ddcd449f8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2b12e587-87c5-4c65-9716-7e0ddcd449f8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-974721103',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9f39c764-9933-43ae-99e6-4465af5a7457,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:39Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:39Z,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (139e7678-52db-4de5-872f-0adc86ce3593) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (139e7678-52db-4de5-872f-0adc86ce3593) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (29f4b717-97ed-45a3-ad42-501b2594740d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (29f4b717-97ed-45a3-ad42-501b2594740d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '9f39c764-9933-43ae-99e6-4465af5a7457', 'volume_name': 'volume-9f39c764-9933-43ae-99e6-4465af5a7457', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5f8aea91-7b0f-4140-bb4c-89c8507b9511) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5f8aea91-7b0f-4140-bb4c-89c8507b9511) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3a95d1c9-c26e-43ae-8548-981aa019f31f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Volume 9f39c764-9933-43ae-99e6-4465af5a7457: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-9f39c764-9933-43ae-99e6-4465af5a7457', 'volume_size': 1} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-974721103',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9f39c764-9933-43ae-99e6-4465af5a7457,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:39Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:39Z,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] CREATE VOLUME (tempest-VolumesSnapshotsTestJSON-volume-974721103: volume-9f39c764-9933-43ae-99e6-4465af5a7457 osv-nznHZJkzQ66Z5kRlr1p0Vw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Parameters passed for create volume {'name': 'osv-nznHZJkzQ66Z5kRlr1p0Vw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "9f39c764-9933-43ae-99e6-4465af5a7457", "name": "volume-9f39c764-9933-43ae-99e6-4465af5a7457", "type": "OpenStack", "display_name": "tempest-VolumesSnapshotsTestJSON-volume-974721103", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: WARNING py.warnings [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:39 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] <== create_volume: return (255ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3a95d1c9-c26e-43ae-8548-981aa019f31f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-9f39c764-9933-43ae-99e6-4465af5a7457', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2bcfb4eb-94f2-4af1-b065-f3a6d8a349af) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Volume volume-9f39c764-9933-43ae-99e6-4465af5a7457 (9f39c764-9933-43ae-99e6-4465af5a7457): created successfully +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2bcfb4eb-94f2-4af1-b065-f3a6d8a349af) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Flow 'volume_create_manager' (fe65e580-0dff-434e-ac4a-61ce1a4346c9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:39 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [req-281557d2-4da0-4bc1-93ba-bd1df0555556 req-e09d7942-fcaf-4ee2-9d75-4fbe11973ac7 tempest-VolumesSnapshotsTestJSON-392717810 None] Created volume successfully. +Jan 14 22:41:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:41:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-1536940712',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=03890eec-3a55-4853-a4c6-5e5bd201613a,metadata={},progress='0%',project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume=,volume_id=9f39c764-9933-43ae-99e6-4465af5a7457,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Create Snapshot +Jan 14 22:41:40 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:41:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-1536940712',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=03890eec-3a55-4853-a4c6-5e5bd201613a,metadata={},progress='0%',project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume=,volume_id=9f39c764-9933-43ae-99e6-4465af5a7457,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:41:40 ubuntu cinder-volume[115516]: WARNING py.warnings [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:40 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] <== create_snapshot: return (230ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:40 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [req-08994498-a72a-45bd-8ed3-f4e3c26b00bc req-d342b7c3-69be-4183-92c6-eb66824a5eaa tempest-VolumesSnapshotsTestJSON-392717810 None] Create snapshot completed successfully +Jan 14 22:41:41 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Acquiring lock "/opt/stack/data/cinder/cinder-03890eec-3a55-4853-a4c6-5e5bd201613a-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:41:41 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Lock "/opt/stack/data/cinder/cinder-03890eec-3a55-4853-a4c6-5e5bd201613a-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:41:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:41:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-1536940712',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=03890eec-3a55-4853-a4c6-5e5bd201613a,metadata={},progress='100%',project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:41:41Z,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume=Volume(9f39c764-9933-43ae-99e6-4465af5a7457),volume_id=9f39c764-9933-43ae-99e6-4465af5a7457,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Delete Snapshot id 03890eec-3a55-4853-a4c6-5e5bd201613a Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:41:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-Snapshot-1536940712',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=03890eec-3a55-4853-a4c6-5e5bd201613a,metadata={},progress='100%',project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:41:41Z,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume=Volume(9f39c764-9933-43ae-99e6-4465af5a7457),volume_id=9f39c764-9933-43ae-99e6-4465af5a7457,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:41:41 ubuntu cinder-volume[115516]: WARNING py.warnings [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:41 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] <== delete_snapshot: return (66ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:42 ubuntu cinder-volume[115516]: WARNING cinder.quota [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Deprecated: Default quota for resource: gigabytes_3par1 is set by the default quota flag: quota_gigabytes_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:42 ubuntu cinder-volume[115516]: WARNING cinder.quota [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Deprecated: Default quota for resource: snapshots_3par1 is set by the default quota flag: quota_snapshots_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:42 ubuntu cinder-volume[115516]: DEBUG cinder.quota [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Created reservations ['53826693-1a29-429c-bb32-cf520a64ce0e', '3c9b7182-895c-48e0-ab6c-6e557ae18619', 'b31f9db8-524e-494d-bc29-77d10f6dabbc', '5db05055-272d-45ad-a3ea-32df347f71de'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:42 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Delete snapshot completed successfully. +Jan 14 22:41:42 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-091439e0-0ab2-4213-bf1d-a00211913774 req-fce43552-3016-4481-ab33-a1dcf0d94ad7 tempest-VolumesSnapshotsTestJSON-392717810 None] Lock "/opt/stack/data/cinder/cinder-03890eec-3a55-4853-a4c6-5e5bd201613a-delete_snapshot" released by "delete_snapshot" :: held 0.147s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Acquiring lock "/opt/stack/data/cinder/cinder-9f39c764-9933-43ae-99e6-4465af5a7457-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Lock "/opt/stack/data/cinder/cinder-9f39c764-9933-43ae-99e6-4465af5a7457-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:39Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-974721103',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9f39c764-9933-43ae-99e6-4465af5a7457,launched_at=2025-01-14T22:41:39Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='d1d7bc1d30e24af6848c1109d0efd8ea',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:39Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:41:43Z,updated_at=2025-01-14T22:41:43Z,use_quota=True,user_id='24afcb15049d4dbb90e15d624b88b837',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] DELETE volume vol_id: 9f39c764-9933-43ae-99e6-4465af5a7457, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] volume_name: osv-nznHZJkzQ66Z5kRlr1p0Vw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: WARNING py.warnings [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] <== delete_volume: return (126ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: WARNING cinder.quota [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Deprecated: Default quota for resource: volumes_3par1 is set by the default quota flag: quota_volumes_3par1, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.quota [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Created reservations ['25f26fe2-b28f-40a9-b30b-5059b3ee4c1d', '56e1e324-b972-4c18-82e8-736c9b061907', 'adca1bca-0af8-49f8-a775-c3fc12bf02bc', '3cdf6e90-6543-4652-932f-6ac763322351'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:43 ubuntu cinder-volume[115516]: WARNING py.warnings [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:43 ubuntu cinder-volume[115516]: WARNING py.warnings [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:44 ubuntu cinder-volume[115516]: WARNING py.warnings [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:44 ubuntu cinder-volume[115516]: WARNING py.warnings [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] <== get_volume_stats: return (938ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:44 ubuntu cinder-volume[115516]: DEBUG cinder.manager [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:41:44 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Deleted volume successfully. +Jan 14 22:41:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-69ff76d6-ad23-45b4-89c7-5857fef733fa req-40f8432f-0474-43cb-84b2-82278d7ce89a tempest-VolumesSnapshotsTestJSON-392717810 None] Lock "/opt/stack/data/cinder/cinder-9f39c764-9933-43ae-99e6-4465af5a7457-delete_volume" released by "delete_volume" :: held 1.187s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Flow 'volume_create_manager' (5a8549c6-0fab-441d-bbf1-3c0977d99a76) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2874fd2c-bbd6-4a1c-b2c6-1449c4f5a863) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2874fd2c-bbd6-4a1c-b2c6-1449c4f5a863) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:46Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-703627331',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=03279bb0-415f-453a-b656-32b6048d13f2,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8f010970277d4e5785f400d40dcd0879',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:46Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:46Z,use_quota=True,user_id='0e4b064320514b5aa2befbe95294da37',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (8425ecb1-68e1-4f92-9c06-77c26e1cc916) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (8425ecb1-68e1-4f92-9c06-77c26e1cc916) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (05c1c779-8892-48bd-9283-3c9031b13ecc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (05c1c779-8892-48bd-9283-3c9031b13ecc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '03279bb0-415f-453a-b656-32b6048d13f2', 'volume_name': 'volume-03279bb0-415f-453a-b656-32b6048d13f2', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0ca57e1d-bce5-408f-a06e-f3aa729eee0f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0ca57e1d-bce5-408f-a06e-f3aa729eee0f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a3ca6a71-dcb7-40bd-b14f-9c56277eb339) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Volume 03279bb0-415f-453a-b656-32b6048d13f2: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-03279bb0-415f-453a-b656-32b6048d13f2', 'volume_size': 1} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:46Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-703627331',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=03279bb0-415f-453a-b656-32b6048d13f2,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8f010970277d4e5785f400d40dcd0879',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:46Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:46Z,use_quota=True,user_id='0e4b064320514b5aa2befbe95294da37',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] CREATE VOLUME (tempest-VolumesGetTestJSON-Volume-703627331: volume-03279bb0-415f-453a-b656-32b6048d13f2 osv-AyebsEFfRTq2VjK2BI0T8g on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Parameters passed for create volume {'name': 'osv-AyebsEFfRTq2VjK2BI0T8g', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "03279bb0-415f-453a-b656-32b6048d13f2", "name": "volume-03279bb0-415f-453a-b656-32b6048d13f2", "type": "OpenStack", "display_name": "tempest-VolumesGetTestJSON-Volume-703627331", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: WARNING py.warnings [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] <== create_volume: return (246ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a3ca6a71-dcb7-40bd-b14f-9c56277eb339) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-03279bb0-415f-453a-b656-32b6048d13f2', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (decb3249-84bd-4013-8bf9-176ac3757126) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Volume volume-03279bb0-415f-453a-b656-32b6048d13f2 (03279bb0-415f-453a-b656-32b6048d13f2): created successfully +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (decb3249-84bd-4013-8bf9-176ac3757126) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Flow 'volume_create_manager' (5a8549c6-0fab-441d-bbf1-3c0977d99a76) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:45 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [req-7811301a-095d-4b1f-b30d-0daf70553561 req-7c2c19a7-2052-40bd-8999-6f6263260e39 tempest-VolumesGetTestJSON-1424275029 None] Created volume successfully. +Jan 14 22:41:46 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] Acquiring lock "/opt/stack/data/cinder/cinder-03279bb0-415f-453a-b656-32b6048d13f2-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:41:46 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] Lock "/opt/stack/data/cinder/cinder-03279bb0-415f-453a-b656-32b6048d13f2-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:41:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:46Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-703627331',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=03279bb0-415f-453a-b656-32b6048d13f2,launched_at=2025-01-14T22:41:46Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8f010970277d4e5785f400d40dcd0879',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:46Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:41:47Z,updated_at=2025-01-14T22:41:47Z,use_quota=True,user_id='0e4b064320514b5aa2befbe95294da37',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] DELETE volume vol_id: 03279bb0-415f-453a-b656-32b6048d13f2, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:41:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] volume_name: osv-AyebsEFfRTq2VjK2BI0T8g {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:41:46 ubuntu cinder-volume[115516]: WARNING py.warnings [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:46 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] <== delete_volume: return (568ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:47 ubuntu cinder-volume[115516]: DEBUG cinder.quota [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] Created reservations ['2955ec7f-74bf-4c9f-ba0b-2221af233dab', '52e13cdc-2b40-4651-b4f8-58ac02c9d4e9', 'a9d10f4b-ec52-441f-8cb7-7ffe564af5b6', '2beea327-c7ab-489c-bb07-ea593b40a78d'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:47 ubuntu cinder-volume[115516]: WARNING py.warnings [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:47 ubuntu cinder-volume[115516]: WARNING py.warnings [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:47 ubuntu cinder-volume[115516]: WARNING py.warnings [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:47 ubuntu cinder-volume[115516]: WARNING py.warnings [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] <== get_volume_stats: return (612ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:48 ubuntu cinder-volume[115516]: DEBUG cinder.manager [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:41:48 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] Deleted volume successfully. +Jan 14 22:41:48 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [req-27b1a5ad-37f9-4128-bff6-98d0c764d527 req-c85fe96f-b692-4ab4-99dd-11571e93bc68 tempest-VolumesGetTestJSON-1424275029 None] Lock "/opt/stack/data/cinder/cinder-03279bb0-415f-453a-b656-32b6048d13f2-delete_volume" released by "delete_volume" :: held 1.281s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_manager' (6e8f8b78-734b-44b3-b5ea-8484ab11cae1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2eab9313-3e79-4cb7-a9d0-a051d9b29f95) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2eab9313-3e79-4cb7-a9d0-a051d9b29f95) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-874095584',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=7ca9388b-7a72-4125-af5c-0f473e471070,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:49Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:49Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ecff6a3b-651a-466c-a9b2-51ffd5adaabb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ecff6a3b-651a-466c-a9b2-51ffd5adaabb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c2aae1cb-0154-42a2-af13-1bea279b294d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c2aae1cb-0154-42a2-af13-1bea279b294d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '7ca9388b-7a72-4125-af5c-0f473e471070', 'volume_name': 'volume-7ca9388b-7a72-4125-af5c-0f473e471070', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5f0f108b-5e2a-4201-b0e2-157b4f0d54da) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5f0f108b-5e2a-4201-b0e2-157b4f0d54da) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5a648653-c952-4afb-9823-dca13f768abc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Volume 7ca9388b-7a72-4125-af5c-0f473e471070: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-7ca9388b-7a72-4125-af5c-0f473e471070', 'volume_size': 1} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-874095584',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=7ca9388b-7a72-4125-af5c-0f473e471070,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:49Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:49Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] CREATE VOLUME (tempest-VolumesTestJSON-volume-874095584: volume-7ca9388b-7a72-4125-af5c-0f473e471070 osv-fKk4i3pyQSWvXA9HPkcQcA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Parameters passed for create volume {'name': 'osv-fKk4i3pyQSWvXA9HPkcQcA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "7ca9388b-7a72-4125-af5c-0f473e471070", "name": "volume-7ca9388b-7a72-4125-af5c-0f473e471070", "type": "OpenStack", "display_name": "tempest-VolumesTestJSON-volume-874095584", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:49 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] <== create_volume: return (242ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5a648653-c952-4afb-9823-dca13f768abc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-7ca9388b-7a72-4125-af5c-0f473e471070', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (75b2facc-0ade-48d7-92eb-1c8f3e37ad54) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Volume volume-7ca9388b-7a72-4125-af5c-0f473e471070 (7ca9388b-7a72-4125-af5c-0f473e471070): created successfully +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (75b2facc-0ade-48d7-92eb-1c8f3e37ad54) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_manager' (6e8f8b78-734b-44b3-b5ea-8484ab11cae1) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:49 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-44ad8820-1e2f-4c0b-b5d6-9b16b288544e tempest-VolumesTestJSON-2024561709 None] Created volume successfully. +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_manager' (607bdfaa-d54b-4555-8817-ba489b232506) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e4caa982-9323-43fb-86e9-4bf21c8ea728) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e4caa982-9323-43fb-86e9-4bf21c8ea728) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2144845288',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=af3e9493-376f-4f86-9bc0-cdb7b085c886,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:51Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:51Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (fde1ed64-780d-414d-aea2-b7503d2d655f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (fde1ed64-780d-414d-aea2-b7503d2d655f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (86fbd116-4b9c-4af5-a148-50c6ef0e798e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (86fbd116-4b9c-4af5-a148-50c6ef0e798e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'af3e9493-376f-4f86-9bc0-cdb7b085c886', 'volume_name': 'volume-af3e9493-376f-4f86-9bc0-cdb7b085c886', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6ac14e17-1e1b-4f47-9fd8-1c7dbb004c7a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6ac14e17-1e1b-4f47-9fd8-1c7dbb004c7a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (fcd0c31e-8723-445d-873a-c93f616a4bee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Volume af3e9493-376f-4f86-9bc0-cdb7b085c886: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-af3e9493-376f-4f86-9bc0-cdb7b085c886', 'volume_size': 1} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2144845288',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=af3e9493-376f-4f86-9bc0-cdb7b085c886,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:51Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:51Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] CREATE VOLUME (tempest-VolumesTestJSON-volume-2144845288: volume-af3e9493-376f-4f86-9bc0-cdb7b085c886 osv-rz6UkzdvT4abwM23sIXIhg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Parameters passed for create volume {'name': 'osv-rz6UkzdvT4abwM23sIXIhg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "af3e9493-376f-4f86-9bc0-cdb7b085c886", "name": "volume-af3e9493-376f-4f86-9bc0-cdb7b085c886", "type": "OpenStack", "display_name": "tempest-VolumesTestJSON-volume-2144845288", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:41:50 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:50 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] <== create_volume: return (1014ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (fcd0c31e-8723-445d-873a-c93f616a4bee) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-af3e9493-376f-4f86-9bc0-cdb7b085c886', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f89d4973-b417-43cc-9424-8000adac86ca) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:51 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Volume volume-af3e9493-376f-4f86-9bc0-cdb7b085c886 (af3e9493-376f-4f86-9bc0-cdb7b085c886): created successfully +Jan 14 22:41:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f89d4973-b417-43cc-9424-8000adac86ca) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_manager' (607bdfaa-d54b-4555-8817-ba489b232506) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:51 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d19f181e-0d66-4db1-b977-98a8bb6298dd tempest-VolumesTestJSON-2024561709 None] Created volume successfully. +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_manager' (1a1c1c1b-40ca-4c36-92e4-1562a55bb734) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e96eac68-2bf3-4848-b399-6c4cabead87a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e96eac68-2bf3-4848-b399-6c4cabead87a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-71696149',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=877b0178-6034-4f6e-b4b9-a51737970e37,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:53Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7f6ecf06-4e68-4d1a-be75-6822b7384214) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7f6ecf06-4e68-4d1a-be75-6822b7384214) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (eec07ace-838e-42cf-bbbc-2fcdf5fbb734) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (eec07ace-838e-42cf-bbbc-2fcdf5fbb734) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '877b0178-6034-4f6e-b4b9-a51737970e37', 'volume_name': 'volume-877b0178-6034-4f6e-b4b9-a51737970e37', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d194eb78-c3a1-4565-b473-f177dee3a572) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d194eb78-c3a1-4565-b473-f177dee3a572) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5dfe3148-2817-4fd7-995f-c2aeb689706b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Volume 877b0178-6034-4f6e-b4b9-a51737970e37: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-877b0178-6034-4f6e-b4b9-a51737970e37', 'volume_size': 1} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-71696149',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=877b0178-6034-4f6e-b4b9-a51737970e37,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:41:53Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] CREATE VOLUME (tempest-VolumesTestJSON-volume-71696149: volume-877b0178-6034-4f6e-b4b9-a51737970e37 osv-h3sBeGA0T260uaUXN5cONw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Parameters passed for create volume {'name': 'osv-h3sBeGA0T260uaUXN5cONw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "877b0178-6034-4f6e-b4b9-a51737970e37", "name": "volume-877b0178-6034-4f6e-b4b9-a51737970e37", "type": "OpenStack", "display_name": "tempest-VolumesTestJSON-volume-71696149", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:53 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] <== create_volume: return (554ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5dfe3148-2817-4fd7-995f-c2aeb689706b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-877b0178-6034-4f6e-b4b9-a51737970e37', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (e55df412-93f3-45e0-81f7-cf91cfdb8c45) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Volume volume-877b0178-6034-4f6e-b4b9-a51737970e37 (877b0178-6034-4f6e-b4b9-a51737970e37): created successfully +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (e55df412-93f3-45e0-81f7-cf91cfdb8c45) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Flow 'volume_create_manager' (1a1c1c1b-40ca-4c36-92e4-1562a55bb734) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:41:53 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d37e54be-f9e6-4b9f-9da2-cd4d78af469f tempest-VolumesTestJSON-2024561709 None] Created volume successfully. +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Acquiring lock "/opt/stack/data/cinder/cinder-877b0178-6034-4f6e-b4b9-a51737970e37-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Lock "/opt/stack/data/cinder/cinder-877b0178-6034-4f6e-b4b9-a51737970e37-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:53Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-71696149',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=877b0178-6034-4f6e-b4b9-a51737970e37,launched_at=2025-01-14T22:41:54Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:53Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:41:55Z,updated_at=2025-01-14T22:41:55Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] DELETE volume vol_id: 877b0178-6034-4f6e-b4b9-a51737970e37, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] volume_name: osv-h3sBeGA0T260uaUXN5cONw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] <== delete_volume: return (140ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Created reservations ['8fe8e3f3-d5b8-4eab-be63-707c171a2357', '0148be09-0ce3-4d97-b9ef-ae9b02b6a170', 'c263098a-d02c-456d-86ad-ac9e716d8433', '0ffce6db-2360-4200-aad4-51f26d2ddc46'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] <== get_volume_stats: return (641ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Deleted volume successfully. +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-2ce9666e-4fab-48bb-8069-623cdd693c2d tempest-VolumesTestJSON-2024561709 None] Lock "/opt/stack/data/cinder/cinder-877b0178-6034-4f6e-b4b9-a51737970e37-delete_volume" released by "delete_volume" :: held 0.875s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Acquiring lock "/opt/stack/data/cinder/cinder-af3e9493-376f-4f86-9bc0-cdb7b085c886-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Lock "/opt/stack/data/cinder/cinder-af3e9493-376f-4f86-9bc0-cdb7b085c886-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2144845288',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=af3e9493-376f-4f86-9bc0-cdb7b085c886,launched_at=2025-01-14T22:41:52Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:51Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:41:56Z,updated_at=2025-01-14T22:41:56Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] DELETE volume vol_id: af3e9493-376f-4f86-9bc0-cdb7b085c886, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] volume_name: osv-rz6UkzdvT4abwM23sIXIhg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] <== delete_volume: return (135ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Created reservations ['20bc2f77-fe6a-4ab5-9ab4-a67b63144ee0', '09f238ed-cfd7-4ede-988c-a4df4e81baff', '3eb29bcd-1b02-4d07-9af3-7fa27b6acebb', 'c7a94793-2fb1-4fcd-a487-e2c490e81667'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:56 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:56 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:56 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:56 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] <== get_volume_stats: return (679ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Deleted volume successfully. +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b797349f-2b57-4533-aa25-1df2abf82802 tempest-VolumesTestJSON-2024561709 None] Lock "/opt/stack/data/cinder/cinder-af3e9493-376f-4f86-9bc0-cdb7b085c886-delete_volume" released by "delete_volume" :: held 0.908s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Acquiring lock "/opt/stack/data/cinder/cinder-7ca9388b-7a72-4125-af5c-0f473e471070-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Lock "/opt/stack/data/cinder/cinder-7ca9388b-7a72-4125-af5c-0f473e471070-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:41:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-874095584',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=7ca9388b-7a72-4125-af5c-0f473e471070,launched_at=2025-01-14T22:41:50Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='bfab34a9ae7c435cb81b6946cbcc0f88',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:41:49Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:41:57Z,updated_at=2025-01-14T22:41:57Z,use_quota=True,user_id='66a04acf37574538a9c504c074513ab6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] DELETE volume vol_id: 7ca9388b-7a72-4125-af5c-0f473e471070, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] volume_name: osv-fKk4i3pyQSWvXA9HPkcQcA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:56 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] <== delete_volume: return (125ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Created reservations ['23811400-c822-47da-98b7-7b0ba210b0b3', 'a2cf3924-3c5d-423d-9d9e-d0c8b0e1dec7', '2036f587-4e86-41c5-b724-a9df7df87ddc', '611b6d82-030a-4976-ac59-6cb41f3177ba'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:41:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:41:57 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:57 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:57 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:57 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:57 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:57 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:57 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:41:57 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:41:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] <== get_volume_stats: return (643ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:41:57 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:41:57 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Deleted volume successfully. +Jan 14 22:41:57 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-52920b16-d9d1-45fb-8c0a-98e59a6b5b37 tempest-VolumesTestJSON-2024561709 None] Lock "/opt/stack/data/cinder/cinder-7ca9388b-7a72-4125-af5c-0f473e471070-delete_volume" released by "delete_volume" :: held 0.871s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:42:01 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-5ff57b02-e738-467d-9f0c-79551c2137ac tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] Obtained capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115517) get_capabilities /opt/stack/cinder/cinder/volume/manager.py:4767}} +Jan 14 22:42:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-eb998f2f-a9e5-44a5-bfca-c32f5f9651f7 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] Obtained capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115516) get_capabilities /opt/stack/cinder/cinder/volume/manager.py:4767}} +Jan 14 22:42:02 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-2c802196-7035-443c-98ad-89c57d5af074 tempest-BackendsCapabilitiesAdminTestsJSON-1077003142 None] Obtained capabilities list: {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}], 'properties': {'thin_provisioning': {'title': 'Thin Provisioning', 'description': 'Sets thin provisioning.', 'type': 'boolean'}, 'compression': {'title': 'Compression', 'description': 'Enables compression.', 'type': 'boolean'}, 'qos': {'title': 'QoS', 'description': 'Enables QoS.', 'type': 'boolean'}, 'replication_enabled': {'title': 'Replication', 'description': 'Enables replication.', 'type': 'boolean'}, 'HPE_3PAR:hpe3par:snap_cpg': {'title': 'Snap CPG Extra-specs.', 'description': 'Specifies the Snap CPG for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string'}, 'HPE_3PAR:hpe3par:persona': {'title': 'Host Persona Extra-specs.', 'description': 'Specifies the host persona property for a volume type. It overrides the hpe3par_cpg_snap setting. Defaults to the hpe3par_cpg_snap setting in the cinder.conf file. If hpe3par_cpg_snap is not set, it defaults to the hpe3par_cpg setting.', 'type': 'string', 'enum': ['2 - Generic-ALUA', '1 - Generic', '3 - Generic-legacy', '4 - HPEUX-legacy', '5 - AIX-legacy', '6 - EGENERA', '7 - ONTAP-legacy', '8 - VMware', '9 - OpenVMS', '10 - HPEUX', '11 - WindowsServer'], 'default': '2 - Generic-ALUA'}, 'HPE_3PAR:hpe3par:vvs': {'title': 'Virtual Volume Set Extra-specs.', 'description': 'The virtual volume set name that has been set up by the ******istrator that would have predefined QoS rules associated with it. If you specify extra_specs hpe3par:vvs, the qos_specs minIOPS, maxIOPS, minBWS, and maxBWS settings are ignored.', 'type': 'string'}, 'HPE_3PAR:hpe3par:flash_cache': {'title': 'Flash cache Extra-specs.', 'description': 'Enables Flash cache setting for a volume type.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:hpe3par:provisioning': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Specifies the provisioning for a volume type.', 'type': 'string', 'enum': ['thin', 'full', 'dedup'], 'default': 'thin'}, 'HPE_3PAR:hpe3par:compression': {'title': 'Storage Provisioning Extra-specs.', 'description': 'Enables compression for a volume type. Minimum requirement of 3par OS version is 3.3.1 with SSD drives only. Volume size must have > 16 GB to enable compression on volume. A full provisioned volume cannot be compressed.', 'type': 'boolean', 'default': False}, 'HPE_3PAR:replication_enabled': {'title': 'Volume Replication Extra-specs.', 'description': 'The valid value is: True If True, the volume is to be replicated, if supported, by the backend driver. If the option is not specified or false, then replication is not enabled. This option is required to enable replication.', 'type': 'string', 'enum': [' True'], 'default': False}, 'HPE_3PAR:replication:mode': {'title': 'Replication Mode Extra-specs.', 'description': 'Sets the replication mode for 3par.', 'type': 'string', 'enum': ['sync', 'periodic'], 'default': 'periodic'}, 'HPE_3PAR:replication:sync_period': {'title': 'Sync Period for Volume Replication Extra-specs.', 'description': 'Sets the time interval for synchronization. Only needed if replication:mode is periodic.', 'type': 'integer', 'default': 900}, 'HPE_3PAR:replication:retention_count': {'title': 'Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the primary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:replication:remote_retention_count': {'title': 'Remote Retention Count for Replication Extra-specs.', 'description': 'Sets the number of snapshots that will be saved on the secondary array.', 'type': 'integer', 'default': 5}, 'HPE_3PAR:minIOPS': {'title': 'Minimum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count minimum goal. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:maxIOPS': {'title': 'Maximum IOPS QoS.', 'description': 'Sets the QoS, I/O issue count rate limit. If not specified, there is no limit on I/O issue count.', 'type': 'integer'}, 'HPE_3PAR:minBWS': {'title': 'Minimum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth minimum goal. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:maxBWS': {'title': 'Maximum Bandwidth QoS.', 'description': 'Sets the QoS, I/O issue bandwidth rate limit. If not specified, there is no limit on I/O issue bandwidth rate.', 'type': 'integer'}, 'HPE_3PAR:latency': {'title': 'Latency QoS.', 'description': 'Sets the latency goal in milliseconds.', 'type': 'integer'}, 'HPE_3PAR:priority': {'title': 'Priority QoS.', 'description': 'Sets the priority of the QoS rule over other rules.', 'type': 'string', 'enum': ['low', 'normal', 'high'], 'default': 'normal'}}, 'vendor_prefix': 'HPE_3PAR'}. {{(pid=115517) get_capabilities /opt/stack/cinder/cinder/volume/manager.py:4767}} +Jan 14 22:42:05 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Group tempest-GroupSnapshotsTest-Group-1698881369: creating +Jan 14 22:42:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:05Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=9bcacc48-322e-44ec-90bc-2997c29db079,name='tempest-GroupSnapshotsTest-Group-1698881369',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:05Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=['50ee265a-4ddf-4463-bf4b-5f572bb48385'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:05Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=9bcacc48-322e-44ec-90bc-2997c29db079,name='tempest-GroupSnapshotsTest-Group-1698881369',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:05Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=['50ee265a-4ddf-4463-bf4b-5f572bb48385'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] <== create_group: exception (12ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:05 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Group tempest-GroupSnapshotsTest-Group-1698881369: created successfully +Jan 14 22:42:05 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-dbbc9191-97d2-481e-a011-4f7d27c59211 tempest-GroupSnapshotsTest-1765274612 None] Create group completed successfully. +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (d6ef19af-762c-4d85-95eb-3d3cebfe1770) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (08fdadba-3d7a-4ff6-a50d-202789bff747) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (08fdadba-3d7a-4ff6-a50d-202789bff747) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-451022992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,host='ubuntu@3par1#CI_CPG',id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:07Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:07Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385),volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (fbde41ed-0b7c-4e00-b1a9-eccdc542b67b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (fbde41ed-0b7c-4e00-b1a9-eccdc542b67b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c167ca38-23cd-4886-b69e-281d28a659c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c167ca38-23cd-4886-b69e-281d28a659c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'df385d2d-2e6c-4774-bca4-fc29cbb52bc5', 'volume_name': 'volume-df385d2d-2e6c-4774-bca4-fc29cbb52bc5', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d258a469-c3ea-4bc0-9577-3532b5c6f53f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d258a469-c3ea-4bc0-9577-3532b5c6f53f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f82de712-491e-4fb9-ae5b-dfac3ffeac7b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Volume df385d2d-2e6c-4774-bca4-fc29cbb52bc5: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-df385d2d-2e6c-4774-bca4-fc29cbb52bc5', 'volume_size': 1} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=9bcacc48-322e-44ec-90bc-2997c29db079,created_at=2025-01-14T22:42:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-451022992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,host='ubuntu@3par1#CI_CPG',id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:07Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:07Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385),volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] CREATE VOLUME (tempest-volume-451022992: volume-df385d2d-2e6c-4774-bca4-fc29cbb52bc5 osv-3zhdLS5sR3S8pPwpy7UrxQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Parameters passed for create volume {'name': 'osv-3zhdLS5sR3S8pPwpy7UrxQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "df385d2d-2e6c-4774-bca4-fc29cbb52bc5", "name": "volume-df385d2d-2e6c-4774-bca4-fc29cbb52bc5", "type": "OpenStack", "display_name": "tempest-volume-451022992", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-657161688", "volume_type_id": "50ee265a-4ddf-4463-bf4b-5f572bb48385", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:06 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:06 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] <== create_volume: return (320ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f82de712-491e-4fb9-ae5b-dfac3ffeac7b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-df385d2d-2e6c-4774-bca4-fc29cbb52bc5', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2ae48a6f-c32e-45f6-8d55-c0588284b855) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:07 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Volume volume-df385d2d-2e6c-4774-bca4-fc29cbb52bc5 (df385d2d-2e6c-4774-bca4-fc29cbb52bc5): created successfully +Jan 14 22:42:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2ae48a6f-c32e-45f6-8d55-c0588284b855) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (d6ef19af-762c-4d85-95eb-3d3cebfe1770) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:07 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-36781baf-7054-4cd1-8e45-0dc39ea052d2 tempest-GroupSnapshotsTest-1765274612 None] Created volume successfully. +Jan 14 22:42:08 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] GroupSnapshot a277a9ea-8364-4513-b3a7-198d56bb48ee: creating. +Jan 14 22:42:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] Group snapshot a277a9ea-8364-4513-b3a7-198d56bb48ee: creating. {{(pid=115516) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} +Jan 14 22:42:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,description=None,group=Group(9bcacc48-322e-44ec-90bc-2997c29db079),group_id=9bcacc48-322e-44ec-90bc-2997c29db079,group_type_id=f1b58007-40e4-481e-89d2-0e1b125a0458,id=a277a9ea-8364-4513-b3a7-198d56bb48ee,name='tempest-group_snapshot-1680849399',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6'), 'snapshots': SnapshotList(objects=[Snapshot(0747e424-f306-4ed0-8494-3d1db2b8e7d1)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,description=None,group=Group(9bcacc48-322e-44ec-90bc-2997c29db079),group_id=9bcacc48-322e-44ec-90bc-2997c29db079,group_type_id=f1b58007-40e4-481e-89d2-0e1b125a0458,id=a277a9ea-8364-4513-b3a7-198d56bb48ee,name='tempest-group_snapshot-1680849399',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] <== create_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1680849399',encryption_key_id=None,group_snapshot=,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,volume_size=1,volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] Create Snapshot +Jan 14 22:42:08 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1680849399',encryption_key_id=None,group_snapshot=,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,volume_size=1,volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:42:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:08 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] <== create_snapshot: return (56ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:08 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-ddb3d7c1-896f-428b-ae03-e6f0bfb4dc0c tempest-GroupSnapshotsTest-1765274612 None] group_snapshot a277a9ea-8364-4513-b3a7-198d56bb48ee: created successfully +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] ==> create_group_from_src: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:09Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,group_snapshots=,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,name='tempest-Group_from_snap-768414927',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(b959a17d-2ef6-4cbf-ac6b-8b0790294f48)]), 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,description=None,group=,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,group_type_id=f1b58007-40e4-481e-89d2-0e1b125a0458,id=a277a9ea-8364-4513-b3a7-198d56bb48ee,name='tempest-group_snapshot-1680849399',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='available',updated_at=2025-01-14T22:42:08Z,user_id='e03521c1577b416f883ff2bfb88eafe6'), 'snapshots': [Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1680849399',encryption_key_id=None,group_snapshot=,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='available',updated_at=2025-01-14T22:42:08Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,volume_size=1,volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)], 'source_group': None, 'source_vols': None}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:09Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,group_snapshots=,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,name='tempest-Group_from_snap-768414927',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] <== create_group_from_src: exception (6ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] ==> create_volume_from_snapshot: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:10Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,host='ubuntu@3par1#CI_CPG',id=b959a17d-2ef6-4cbf-ac6b-8b0790294f48,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:10Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385),volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385), 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1680849399',encryption_key_id=None,group_snapshot=,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='available',updated_at=2025-01-14T22:42:08Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,volume_size=1,volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Create Volume from Snapshot +Jan 14 22:42:09 ubuntu cinder-volume[115516]: None +Jan 14 22:42:09 ubuntu cinder-volume[115516]: 'tempest-group_snapshot-1680849399' {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2866}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:09 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] convert_to_base: False {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2905}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] growth_size: 0 {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2909}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] volume is created as child of snapshot {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2916}} +Jan 14 22:42:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] <== create_volume_from_snapshot: return (59ms) {} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:10 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-3703b759-f2a8-4683-8a12-d37980bfd2ef tempest-GroupSnapshotsTest-1765274612 None] Create group from source-snapshot-a277a9ea-8364-4513-b3a7-198d56bb48ee completed successfully. +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:10Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,group_snapshots=GroupSnapshotList,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,name='tempest-Group_from_snap-768414927',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:10Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(b959a17d-2ef6-4cbf-ac6b-8b0790294f48)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:10Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,group_snapshots=GroupSnapshotList,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,name='tempest-Group_from_snap-768414927',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:10Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:10Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=243e08eb-6a46-4d0f-9ba0-f2f63646ca12,host='ubuntu@3par1#CI_CPG',id=b959a17d-2ef6-4cbf-ac6b-8b0790294f48,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:42:11Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385),volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] DELETE volume vol_id: b959a17d-2ef6-4cbf-ac6b-8b0790294f48, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] volume_name: osv-uVmhfS72TL.sa4sHkClPSA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:11 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:11 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] <== delete_volume: return (516ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['bf452d55-aeb3-4f01-ad1d-c621ae1114e2'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-657161688 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-657161688, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:11 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-657161688 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-657161688, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['2cd80cfa-323b-450a-bb69-6d4619e432d5', '46e318d3-bbe6-4249-a008-a3a521a3dbe8', 'c643468b-e1bb-4283-b055-fb89525ca69c', '2dbda701-505e-4660-b7e4-dbf0a9733b51'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:11 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:11 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:12 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] group_snapshot a277a9ea-8364-4513-b3a7-198d56bb48ee: deleting +Jan 14 22:42:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] group_snapshot a277a9ea-8364-4513-b3a7-198d56bb48ee: deleting {{(pid=115516) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,description=None,group=Group(9bcacc48-322e-44ec-90bc-2997c29db079),group_id=9bcacc48-322e-44ec-90bc-2997c29db079,group_type_id=f1b58007-40e4-481e-89d2-0e1b125a0458,id=a277a9ea-8364-4513-b3a7-198d56bb48ee,name='tempest-group_snapshot-1680849399',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='deleting',updated_at=2025-01-14T22:42:08Z,user_id='e03521c1577b416f883ff2bfb88eafe6'), 'snapshots': SnapshotList(objects=[Snapshot(0747e424-f306-4ed0-8494-3d1db2b8e7d1)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,description=None,group=Group(9bcacc48-322e-44ec-90bc-2997c29db079),group_id=9bcacc48-322e-44ec-90bc-2997c29db079,group_type_id=f1b58007-40e4-481e-89d2-0e1b125a0458,id=a277a9ea-8364-4513-b3a7-198d56bb48ee,name='tempest-group_snapshot-1680849399',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='deleting',updated_at=2025-01-14T22:42:08Z,user_id='e03521c1577b416f883ff2bfb88eafe6') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] <== delete_group_snapshot: exception (3ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1680849399',encryption_key_id=None,group_snapshot=,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:12Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,volume_size=1,volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] Delete Snapshot id 0747e424-f306-4ed0-8494-3d1db2b8e7d1 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-1680849399',encryption_key_id=None,group_snapshot=,group_snapshot_id=a277a9ea-8364-4513-b3a7-198d56bb48ee,id=0747e424-f306-4ed0-8494-3d1db2b8e7d1,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:12Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,volume_size=1,volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:12 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] <== delete_snapshot: return (80ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-657161688 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-657161688, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['5e1bab12-e806-4464-85f5-6a80085ab1e4', '0da3288e-78e6-4c12-a157-130fc8a4321c', 'e71df413-eea5-4a79-b8b8-43b99bb7aafc', '7834587e-1cac-46bd-ae0b-ca05e6d38551'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] <== get_volume_stats: return (643ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:12 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-16e9c3dc-c39b-4d84-b2a2-21ac651a05ba tempest-GroupSnapshotsTest-1765274612 None] Delete group completed successfully. +Jan 14 22:42:12 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6680f7c0-d186-444b-ba38-d06d47fe0779 tempest-GroupSnapshotsTest-1765274612 None] group_snapshot a277a9ea-8364-4513-b3a7-198d56bb48ee: deleted successfully +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:06Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=9bcacc48-322e-44ec-90bc-2997c29db079,name='tempest-GroupSnapshotsTest-Group-1698881369',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:06Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(df385d2d-2e6c-4774-bca4-fc29cbb52bc5)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:06Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='f1b58007-40e4-481e-89d2-0e1b125a0458',host='ubuntu@3par1#CI_CPG',id=9bcacc48-322e-44ec-90bc-2997c29db079,name='tempest-GroupSnapshotsTest-Group-1698881369',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:06Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] <== delete_group: exception (8ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-451022992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9bcacc48-322e-44ec-90bc-2997c29db079,host='ubuntu@3par1#CI_CPG',id=df385d2d-2e6c-4774-bca4-fc29cbb52bc5,launched_at=2025-01-14T22:42:07Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:07Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:42:14Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(50ee265a-4ddf-4463-bf4b-5f572bb48385),volume_type_id=50ee265a-4ddf-4463-bf4b-5f572bb48385)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] DELETE volume vol_id: df385d2d-2e6c-4774-bca4-fc29cbb52bc5, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] volume_name: osv-3zhdLS5sR3S8pPwpy7UrxQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:13 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] <== delete_volume: return (131ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['a7272f41-3632-48d8-bf8e-20f33dfb84a2'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: WARNING cinder.db.sqlalchemy.api [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Reservation would make usage less than 0 for the following resources, so on commit they will be limited to prevent going below 0: ['gigabytes', 'gigabytes_tempest-GroupSnapshotsTest-volume-type-657161688'] +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['73d2490a-eecd-472a-91c0-2fd4eee1ef98', '9841246a-8711-4a12-b5e4-63889b2daccc', 'ecf35fc5-abf0-4047-89b6-bcd407a72fdc', 'bc6a884f-7e7f-406b-ab13-0900eea548f5'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:14 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:14 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:14 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:14 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:14 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:14 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] <== get_volume_stats: return (662ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:14 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:14 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-631307db-b8f3-4cf8-ac42-dee55330fa7d tempest-GroupSnapshotsTest-1765274612 None] Delete group completed successfully. +Jan 14 22:42:14 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Group tempest-GroupSnapshotsTest-Group-1787334690: creating +Jan 14 22:42:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:14Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:14Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=['d15cf9be-9316-4cbd-95cc-d572684a6bf5'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:14Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:14Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=['d15cf9be-9316-4cbd-95cc-d572684a6bf5'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] <== create_group: exception (6ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:14 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Group tempest-GroupSnapshotsTest-Group-1787334690: created successfully +Jan 14 22:42:14 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-cf311d34-7dfb-40b2-b0d7-ccdb794e6181 tempest-GroupSnapshotsTest-1765274612 None] Create group completed successfully. +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (ad5e9670-f2dd-4b0b-8d8c-fc7c964f0c23) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (92726881-ac37-4834-bff0-53e33e68c7e8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (92726881-ac37-4834-bff0-53e33e68c7e8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-2040430759',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=2494b6e3-26d2-4359-9927-927dd13aa5ee,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:16Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:16Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (22c3bdaf-1533-4e22-b857-173722e77138) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (22c3bdaf-1533-4e22-b857-173722e77138) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f116188b-e677-4051-b46a-8c45d976e85a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f116188b-e677-4051-b46a-8c45d976e85a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '2494b6e3-26d2-4359-9927-927dd13aa5ee', 'volume_name': 'volume-2494b6e3-26d2-4359-9927-927dd13aa5ee', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (9041354a-337c-478b-9b95-7e7b3fd8049f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (9041354a-337c-478b-9b95-7e7b3fd8049f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (92754fba-8dc8-4afb-8cb3-d3dc1f13a6e9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Volume 2494b6e3-26d2-4359-9927-927dd13aa5ee: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-2494b6e3-26d2-4359-9927-927dd13aa5ee', 'volume_size': 1} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,created_at=2025-01-14T22:42:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-2040430759',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=2494b6e3-26d2-4359-9927-927dd13aa5ee,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:16Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:16Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] CREATE VOLUME (tempest-volume-2040430759: volume-2494b6e3-26d2-4359-9927-927dd13aa5ee osv-JJS24ybSQ1mZJ5J90Tql7g on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Parameters passed for create volume {'name': 'osv-JJS24ybSQ1mZJ5J90Tql7g', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "2494b6e3-26d2-4359-9927-927dd13aa5ee", "name": "volume-2494b6e3-26d2-4359-9927-927dd13aa5ee", "type": "OpenStack", "display_name": "tempest-volume-2040430759", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-1915249815", "volume_type_id": "d15cf9be-9316-4cbd-95cc-d572684a6bf5", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:16 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] <== create_volume: return (239ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (92754fba-8dc8-4afb-8cb3-d3dc1f13a6e9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-2494b6e3-26d2-4359-9927-927dd13aa5ee', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3d08d7c1-66a8-48ae-b34a-188deb487b10) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Volume volume-2494b6e3-26d2-4359-9927-927dd13aa5ee (2494b6e3-26d2-4359-9927-927dd13aa5ee): created successfully +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3d08d7c1-66a8-48ae-b34a-188deb487b10) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (ad5e9670-f2dd-4b0b-8d8c-fc7c964f0c23) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:16 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-a26d0a36-2886-4aed-8695-3288634d193f tempest-GroupSnapshotsTest-1765274612 None] Created volume successfully. +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (1bbc2630-daa4-459e-aa16-59beeb324d26) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e495c36e-ef59-443a-920c-fc7fe4d07ae1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e495c36e-ef59-443a-920c-fc7fe4d07ae1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1028279487',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=6da75f55-328e-4ff4-97ce-67ddb136c09a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:17Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ef5e20a6-c786-472c-b763-bcb1bae97808) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ef5e20a6-c786-472c-b763-bcb1bae97808) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (ea85f518-540d-4fc6-ba54-50d1a8babaeb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (ea85f518-540d-4fc6-ba54-50d1a8babaeb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '6da75f55-328e-4ff4-97ce-67ddb136c09a', 'volume_name': 'volume-6da75f55-328e-4ff4-97ce-67ddb136c09a', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c1fa6806-936a-4f51-a66c-8841e3312b08) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c1fa6806-936a-4f51-a66c-8841e3312b08) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a3bb2789-e9a2-49d0-ae22-6ce1fb6f7586) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Volume 6da75f55-328e-4ff4-97ce-67ddb136c09a: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-6da75f55-328e-4ff4-97ce-67ddb136c09a', 'volume_size': 1} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,created_at=2025-01-14T22:42:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1028279487',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=6da75f55-328e-4ff4-97ce-67ddb136c09a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:17Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] CREATE VOLUME (tempest-volume-1028279487: volume-6da75f55-328e-4ff4-97ce-67ddb136c09a osv-badfVTKOT-SXzmfdsTbAmg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Parameters passed for create volume {'name': 'osv-badfVTKOT-SXzmfdsTbAmg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "6da75f55-328e-4ff4-97ce-67ddb136c09a", "name": "volume-6da75f55-328e-4ff4-97ce-67ddb136c09a", "type": "OpenStack", "display_name": "tempest-volume-1028279487", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-1915249815", "volume_type_id": "d15cf9be-9316-4cbd-95cc-d572684a6bf5", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:17 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] <== create_volume: return (230ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a3bb2789-e9a2-49d0-ae22-6ce1fb6f7586) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-6da75f55-328e-4ff4-97ce-67ddb136c09a', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (c521ee7d-43cd-4434-898a-5393121d3f40) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Volume volume-6da75f55-328e-4ff4-97ce-67ddb136c09a (6da75f55-328e-4ff4-97ce-67ddb136c09a): created successfully +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (c521ee7d-43cd-4434-898a-5393121d3f40) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (1bbc2630-daa4-459e-aa16-59beeb324d26) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:17 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-3ffb57ef-674c-4f90-8636-458e91aaa680 tempest-GroupSnapshotsTest-1765274612 None] Created volume successfully. +Jan 14 22:42:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:18Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=), 'add_volumes': [], 'remove_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-2040430759',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=2494b6e3-26d2-4359-9927-927dd13aa5ee,launched_at=2025-01-14T22:42:16Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:16Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:42:16Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)]}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:18Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 None] <== update_group: exception (8ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:18 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6e84ed43-32ef-4d36-916a-e207100c7df4 tempest-GroupSnapshotsTest-1765274612 None] Update group completed successfully. +Jan 14 22:42:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:19Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=VolumeTypeList,volumes=), 'add_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-2040430759',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2494b6e3-26d2-4359-9927-927dd13aa5ee,launched_at=2025-01-14T22:42:16Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:16Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:42:19Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)], 'remove_volumes': []}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:19Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=VolumeTypeList,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 None] <== update_group: exception (11ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:19 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5eb5c327-468f-4cf9-8870-da5c0a898070 tempest-GroupSnapshotsTest-1765274612 None] Update group completed successfully. +Jan 14 22:42:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:20Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=), 'add_volumes': [], 'remove_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1028279487',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=6da75f55-328e-4ff4-97ce-67ddb136c09a,launched_at=2025-01-14T22:42:18Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:17Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:42:18Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)]}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:20Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 None] <== update_group: exception (9ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:20 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-13293f42-4690-4543-862b-78985dc66c07 tempest-GroupSnapshotsTest-1765274612 None] Update group completed successfully. +Jan 14 22:42:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:21Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=VolumeTypeList,volumes=), 'add_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1028279487',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=6da75f55-328e-4ff4-97ce-67ddb136c09a,launched_at=2025-01-14T22:42:18Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:17Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:42:21Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)], 'remove_volumes': []}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:21Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=VolumeTypeList,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 None] <== update_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:21 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-9668e30f-2022-480a-af89-e0d75c88e19b tempest-GroupSnapshotsTest-1765274612 None] Update group completed successfully. +Jan 14 22:42:23 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] GroupSnapshot bfb02693-7a33-49a1-9298-87e418acae84: creating. +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] Group snapshot bfb02693-7a33-49a1-9298-87e418acae84: creating. {{(pid=115516) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,description=None,group=Group(fe249b8e-3c08-448c-ae32-cc7a5b437c6e),group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=d0adb23a-7031-49be-a590-e00b37390367,id=bfb02693-7a33-49a1-9298-87e418acae84,name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6'), 'snapshots': SnapshotList(objects=[Snapshot(06ee7e79-5692-4994-b9c2-2fdb0ac69c54),Snapshot(974c630f-1c10-46bf-a494-85e37a85d1fb)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,description=None,group=Group(fe249b8e-3c08-448c-ae32-cc7a5b437c6e),group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=d0adb23a-7031-49be-a590-e00b37390367,id=bfb02693-7a33-49a1-9298-87e418acae84,name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] <== create_group_snapshot: exception (4ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=06ee7e79-5692-4994-b9c2-2fdb0ac69c54,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=2494b6e3-26d2-4359-9927-927dd13aa5ee,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] Create Snapshot +Jan 14 22:42:23 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=06ee7e79-5692-4994-b9c2-2fdb0ac69c54,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=2494b6e3-26d2-4359-9927-927dd13aa5ee,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:23 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] <== create_snapshot: return (60ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=974c630f-1c10-46bf-a494-85e37a85d1fb,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=6da75f55-328e-4ff4-97ce-67ddb136c09a,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] Create Snapshot +Jan 14 22:42:23 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=974c630f-1c10-46bf-a494-85e37a85d1fb,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=6da75f55-328e-4ff4-97ce-67ddb136c09a,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:23 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] <== create_snapshot: return (68ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:23 ubuntu cinder-volume[115517]: DEBUG oslo_service.periodic_task [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115517) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:42:23 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:23 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0b60906f-660d-475e-99dc-5072dfcfd4aa tempest-GroupSnapshotsTest-1765274612 None] group_snapshot bfb02693-7a33-49a1-9298-87e418acae84: created successfully +Jan 14 22:42:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:42:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:42:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:42:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:42:23 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] <== get_volume_stats: return (497ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:23 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] group_snapshot bfb02693-7a33-49a1-9298-87e418acae84: deleting +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] group_snapshot bfb02693-7a33-49a1-9298-87e418acae84: deleting {{(pid=115516) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,description=None,group=Group(fe249b8e-3c08-448c-ae32-cc7a5b437c6e),group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=d0adb23a-7031-49be-a590-e00b37390367,id=bfb02693-7a33-49a1-9298-87e418acae84,name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='deleting',updated_at=2025-01-14T22:42:23Z,user_id='e03521c1577b416f883ff2bfb88eafe6'), 'snapshots': SnapshotList(objects=[Snapshot(06ee7e79-5692-4994-b9c2-2fdb0ac69c54),Snapshot(974c630f-1c10-46bf-a494-85e37a85d1fb)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,description=None,group=Group(fe249b8e-3c08-448c-ae32-cc7a5b437c6e),group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,group_type_id=d0adb23a-7031-49be-a590-e00b37390367,id=bfb02693-7a33-49a1-9298-87e418acae84,name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='deleting',updated_at=2025-01-14T22:42:23Z,user_id='e03521c1577b416f883ff2bfb88eafe6') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] <== delete_group_snapshot: exception (3ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=06ee7e79-5692-4994-b9c2-2fdb0ac69c54,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:24Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=2494b6e3-26d2-4359-9927-927dd13aa5ee,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] Delete Snapshot id 06ee7e79-5692-4994-b9c2-2fdb0ac69c54 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=06ee7e79-5692-4994-b9c2-2fdb0ac69c54,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:24Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=2494b6e3-26d2-4359-9927-927dd13aa5ee,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:24 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] <== delete_snapshot: return (48ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=974c630f-1c10-46bf-a494-85e37a85d1fb,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:24Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=6da75f55-328e-4ff4-97ce-67ddb136c09a,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] Delete Snapshot id 974c630f-1c10-46bf-a494-85e37a85d1fb Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsTest-Group_Snapshot-685666915',encryption_key_id=None,group_snapshot=,group_snapshot_id=bfb02693-7a33-49a1-9298-87e418acae84,id=974c630f-1c10-46bf-a494-85e37a85d1fb,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:24Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=6da75f55-328e-4ff4-97ce-67ddb136c09a,volume_size=1,volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:24 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] <== delete_snapshot: return (58ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:24 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['ee962e46-6e18-4c30-8fb0-f975af44db82', '354940e4-46a9-431d-bb84-203a6cedd9bb', 'c180aa22-ccd8-4b7b-81f2-012f50612574', 'b9267b47-b6ea-4737-b34d-c85a362809c8'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['10c2b94c-9c3c-4740-bb05-d7ca58e3fc96', '152490cc-d115-414b-aadc-1f8a7e3966fc', '8e40d448-fcb8-4c08-a539-fbed59887dc0', 'ac20a0db-9b87-4dbe-806e-bdabd73728d3'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:24 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5970afe0-eea6-4f87-9b00-430817e5fddd tempest-GroupSnapshotsTest-1765274612 None] group_snapshot bfb02693-7a33-49a1-9298-87e418acae84: deleted successfully +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:22Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(2494b6e3-26d2-4359-9927-927dd13aa5ee),Volume(6da75f55-328e-4ff4-97ce-67ddb136c09a)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:15Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='d0adb23a-7031-49be-a590-e00b37390367',host='ubuntu@3par1#CI_CPG',id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,name='tempest-GroupSnapshotsTest-Group-1787334690',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:22Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] <== delete_group: exception (10ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-2040430759',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=2494b6e3-26d2-4359-9927-927dd13aa5ee,launched_at=2025-01-14T22:42:16Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:16Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:42:26Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] DELETE volume vol_id: 2494b6e3-26d2-4359-9927-927dd13aa5ee, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] volume_name: osv-JJS24ybSQ1mZJ5J90Tql7g {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:25 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] <== delete_volume: return (120ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1028279487',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=fe249b8e-3c08-448c-ae32-cc7a5b437c6e,host='ubuntu@3par1#CI_CPG',id=6da75f55-328e-4ff4-97ce-67ddb136c09a,launched_at=2025-01-14T22:42:18Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:17Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:42:26Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d15cf9be-9316-4cbd-95cc-d572684a6bf5),volume_type_id=d15cf9be-9316-4cbd-95cc-d572684a6bf5)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] DELETE volume vol_id: 6da75f55-328e-4ff4-97ce-67ddb136c09a, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] volume_name: osv-badfVTKOT-SXzmfdsTbAmg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:25 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] <== delete_volume: return (126ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:25 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['d7aac678-9648-4f7e-9673-2cf35a155911'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:26 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-1915249815 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-1915249815, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:26 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['9c9d8f8c-66fe-430b-bbf1-3c399c29326b', 'f347aa55-d689-4f65-bfb0-1531eec36a53', '408a1f71-f235-438d-b56d-2e34addfe7ad', '68757e33-fc0a-4f5d-a496-5f8cfe28eb3d'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:26 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['198989ad-3d42-4930-a2c6-0c247ce19b58', '8899c4a6-f4bb-453f-818d-2b0ed30a78de', 'fc02d245-fb5f-476e-afcf-2992206657a5', '1f61b1ee-eb66-4e43-8239-744bf516236d'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] <== get_volume_stats: return (630ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:26 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:26 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-24f92b5d-f8f9-4b99-b5c0-533acd3335b3 tempest-GroupSnapshotsTest-1765274612 None] Delete group completed successfully. +Jan 14 22:42:27 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Group tempest-GroupSnapshotsTest-Group-1231753928: creating +Jan 14 22:42:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:26Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='2797fe49-17a9-4fea-a1b6-2e48e983b897',host='ubuntu@3par1#CI_CPG',id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,name='tempest-GroupSnapshotsTest-Group-1231753928',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:27Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=['c4537013-7cc7-49df-aeb1-d9ef6f9d5651'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:26Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='2797fe49-17a9-4fea-a1b6-2e48e983b897',host='ubuntu@3par1#CI_CPG',id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,name='tempest-GroupSnapshotsTest-Group-1231753928',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:27Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=['c4537013-7cc7-49df-aeb1-d9ef6f9d5651'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] <== create_group: exception (6ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:27 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Group tempest-GroupSnapshotsTest-Group-1231753928: created successfully +Jan 14 22:42:27 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b11ff5d0-a583-4083-8863-fa40be0f0722 tempest-GroupSnapshotsTest-1765274612 None] Create group completed successfully. +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (b3a09881-d3e3-4c7e-93b5-8b229a083a44) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f019c3b0-d344-40f4-8567-b335f61854fb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f019c3b0-d344-40f4-8567-b335f61854fb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:28Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-783956322',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,host='ubuntu@3par1#CI_CPG',id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:28Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:28Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c4537013-7cc7-49df-aeb1-d9ef6f9d5651),volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ad784a11-bb78-48f1-8c4c-f4c0dcddf1ce) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ad784a11-bb78-48f1-8c4c-f4c0dcddf1ce) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f415abfd-4b84-4244-9ec5-a0971a9c5d55) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f415abfd-4b84-4244-9ec5-a0971a9c5d55) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'cbed63ae-8c68-485c-b56b-75a8a443c9d8', 'volume_name': 'volume-cbed63ae-8c68-485c-b56b-75a8a443c9d8', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (1538cc0c-a0ec-4374-b53a-6cb3c59f2bb6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (1538cc0c-a0ec-4374-b53a-6cb3c59f2bb6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e7b9813f-a6eb-40a0-98a4-3a7f08fabcd1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Volume cbed63ae-8c68-485c-b56b-75a8a443c9d8: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-cbed63ae-8c68-485c-b56b-75a8a443c9d8', 'volume_size': 1} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,created_at=2025-01-14T22:42:28Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-783956322',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,host='ubuntu@3par1#CI_CPG',id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:28Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:28Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c4537013-7cc7-49df-aeb1-d9ef6f9d5651),volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] CREATE VOLUME (tempest-volume-783956322: volume-cbed63ae-8c68-485c-b56b-75a8a443c9d8 osv-y.1jroxoSFy1a3WopEPJ2A on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Parameters passed for create volume {'name': 'osv-y.1jroxoSFy1a3WopEPJ2A', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "cbed63ae-8c68-485c-b56b-75a8a443c9d8", "name": "volume-cbed63ae-8c68-485c-b56b-75a8a443c9d8", "type": "OpenStack", "display_name": "tempest-volume-783956322", "volume_type_name": "tempest-GroupSnapshotsTest-volume-type-708394507", "volume_type_id": "c4537013-7cc7-49df-aeb1-d9ef6f9d5651", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] <== create_volume: return (275ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e7b9813f-a6eb-40a0-98a4-3a7f08fabcd1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-cbed63ae-8c68-485c-b56b-75a8a443c9d8', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a4bfd54d-7aa1-46be-b9ad-373487ac7929) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Volume volume-cbed63ae-8c68-485c-b56b-75a8a443c9d8 (cbed63ae-8c68-485c-b56b-75a8a443c9d8): created successfully +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a4bfd54d-7aa1-46be-b9ad-373487ac7929) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Flow 'volume_create_manager' (b3a09881-d3e3-4c7e-93b5-8b229a083a44) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:28 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-439e21b1-c63d-4c84-957b-3649f29c9e1c tempest-GroupSnapshotsTest-1765274612 None] Created volume successfully. +Jan 14 22:42:29 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] GroupSnapshot 83ad7361-ac02-48de-9f67-1336cfd27b42: creating. +Jan 14 22:42:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] Group snapshot 83ad7361-ac02-48de-9f67-1336cfd27b42: creating. {{(pid=115516) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} +Jan 14 22:42:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,description=None,group=Group(c424af4e-ef2e-4ebd-aab2-6b2680d2124e),group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,group_type_id=2797fe49-17a9-4fea-a1b6-2e48e983b897,id=83ad7361-ac02-48de-9f67-1336cfd27b42,name='tempest-group_snapshot-671136102',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6'), 'snapshots': SnapshotList(objects=[Snapshot(f922ad66-b148-4727-a9eb-ebe6e86622bd)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,description=None,group=Group(c424af4e-ef2e-4ebd-aab2-6b2680d2124e),group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,group_type_id=2797fe49-17a9-4fea-a1b6-2e48e983b897,id=83ad7361-ac02-48de-9f67-1336cfd27b42,name='tempest-group_snapshot-671136102',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='creating',updated_at=None,user_id='e03521c1577b416f883ff2bfb88eafe6') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] <== create_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-671136102',encryption_key_id=None,group_snapshot=,group_snapshot_id=83ad7361-ac02-48de-9f67-1336cfd27b42,id=f922ad66-b148-4727-a9eb-ebe6e86622bd,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,volume_size=1,volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] Create Snapshot +Jan 14 22:42:29 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-671136102',encryption_key_id=None,group_snapshot=,group_snapshot_id=83ad7361-ac02-48de-9f67-1336cfd27b42,id=f922ad66-b148-4727-a9eb-ebe6e86622bd,metadata={},progress='0%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,volume_size=1,volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:42:29 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:29 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:29 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] <== create_snapshot: return (148ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:29 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-97b01f81-0196-4992-8483-fbe7b2771105 tempest-GroupSnapshotsTest-1765274612 None] group_snapshot 83ad7361-ac02-48de-9f67-1336cfd27b42: created successfully +Jan 14 22:42:30 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] group_snapshot 83ad7361-ac02-48de-9f67-1336cfd27b42: deleting +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] group_snapshot 83ad7361-ac02-48de-9f67-1336cfd27b42: deleting {{(pid=115516) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,description=None,group=Group(c424af4e-ef2e-4ebd-aab2-6b2680d2124e),group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,group_type_id=2797fe49-17a9-4fea-a1b6-2e48e983b897,id=83ad7361-ac02-48de-9f67-1336cfd27b42,name='tempest-group_snapshot-671136102',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='deleting',updated_at=2025-01-14T22:42:30Z,user_id='e03521c1577b416f883ff2bfb88eafe6'), 'snapshots': SnapshotList(objects=[Snapshot(f922ad66-b148-4727-a9eb-ebe6e86622bd)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,description=None,group=Group(c424af4e-ef2e-4ebd-aab2-6b2680d2124e),group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,group_type_id=2797fe49-17a9-4fea-a1b6-2e48e983b897,id=83ad7361-ac02-48de-9f67-1336cfd27b42,name='tempest-group_snapshot-671136102',project_id='e92fbbba4ac240588d4ee2d43bc8e673',snapshots=,status='deleting',updated_at=2025-01-14T22:42:30Z,user_id='e03521c1577b416f883ff2bfb88eafe6') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] <== delete_group_snapshot: exception (3ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-671136102',encryption_key_id=None,group_snapshot=,group_snapshot_id=83ad7361-ac02-48de-9f67-1336cfd27b42,id=f922ad66-b148-4727-a9eb-ebe6e86622bd,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:31Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,volume_size=1,volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] Delete Snapshot id f922ad66-b148-4727-a9eb-ebe6e86622bd Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:29Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-group_snapshot-671136102',encryption_key_id=None,group_snapshot=,group_snapshot_id=83ad7361-ac02-48de-9f67-1336cfd27b42,id=f922ad66-b148-4727-a9eb-ebe6e86622bd,metadata={},progress='100%',project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:31Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume=,volume_id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,volume_size=1,volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:30 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:30 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] <== delete_snapshot: return (128ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsTest-volume-type-708394507 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsTest-volume-type-708394507, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:30 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsTest-volume-type-708394507 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsTest-volume-type-708394507, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:30 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['f4d677b2-a18c-4776-a355-32b107c9b7ec', '1f0d9a15-cad4-4459-bb17-704694e74396', '96828cc7-c5f9-4d28-9833-6dfe7a5a8d2c', '5893bbc8-10cb-4be8-b46b-aafd1606f08b'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:30 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d110ab92-38c8-4c99-a198-77b866d53a37 tempest-GroupSnapshotsTest-1765274612 None] group_snapshot 83ad7361-ac02-48de-9f67-1336cfd27b42: deleted successfully +Jan 14 22:42:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:27Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='2797fe49-17a9-4fea-a1b6-2e48e983b897',host='ubuntu@3par1#CI_CPG',id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,name='tempest-GroupSnapshotsTest-Group-1231753928',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:27Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(cbed63ae-8c68-485c-b56b-75a8a443c9d8)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:27Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='2797fe49-17a9-4fea-a1b6-2e48e983b897',host='ubuntu@3par1#CI_CPG',id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,name='tempest-GroupSnapshotsTest-Group-1231753928',project_id='e92fbbba4ac240588d4ee2d43bc8e673',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:27Z,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] <== delete_group: exception (9ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:28Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-783956322',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c424af4e-ef2e-4ebd-aab2-6b2680d2124e,host='ubuntu@3par1#CI_CPG',id=cbed63ae-8c68-485c-b56b-75a8a443c9d8,launched_at=2025-01-14T22:42:29Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e92fbbba4ac240588d4ee2d43bc8e673',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:28Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:42:32Z,use_quota=True,user_id='e03521c1577b416f883ff2bfb88eafe6',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(c4537013-7cc7-49df-aeb1-d9ef6f9d5651),volume_type_id=c4537013-7cc7-49df-aeb1-d9ef6f9d5651)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] DELETE volume vol_id: cbed63ae-8c68-485c-b56b-75a8a443c9d8, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:42:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] volume_name: osv-y.1jroxoSFy1a3WopEPJ2A {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:42:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:31 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] <== delete_volume: return (120ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:32 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['0d067aa4-479a-4494-b8d5-952919b19a1f'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:32 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsTest-volume-type-708394507 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsTest-volume-type-708394507, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:32 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Created reservations ['7da66518-3379-4cce-9563-28217d04e9b1', '8daca972-bfaf-4d05-b653-811e1f9584e5', '6733208f-7f04-4869-8114-6aee4a468865', 'f2fbeb47-98a6-4538-8d4a-22cb2cd53456'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] <== get_volume_stats: return (647ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:32 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:32 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-f861b02c-0b9c-4154-aeec-6ec4af634263 tempest-GroupSnapshotsTest-1765274612 None] Delete group completed successfully. +Jan 14 22:42:35 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Group tempest-GroupSnapshotsV319Test-Group-793246588: creating +Jan 14 22:42:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:35Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='f9219755-eca3-4b93-818b-a5dab4fbcc11',host='ubuntu@3par1#CI_CPG',id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,name='tempest-GroupSnapshotsV319Test-Group-793246588',project_id='2678eb85b7de4d4993b8f05df5a1220b',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:35Z,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_type_ids=['5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:35Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='f9219755-eca3-4b93-818b-a5dab4fbcc11',host='ubuntu@3par1#CI_CPG',id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,name='tempest-GroupSnapshotsV319Test-Group-793246588',project_id='2678eb85b7de4d4993b8f05df5a1220b',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:35Z,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_type_ids=['5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] <== create_group: exception (6ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:35 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Group tempest-GroupSnapshotsV319Test-Group-793246588: created successfully +Jan 14 22:42:35 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6b6a9b18-3f68-4d6a-99cd-cb83e4869678 tempest-GroupSnapshotsV319Test-659259751 None] Create group completed successfully. +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Flow 'volume_create_manager' (317e84bd-375f-4c5a-b960-a56fb1379b14) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4630fe7d-93e4-4c1f-a650-d7473fa080c7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4630fe7d-93e4-4c1f-a650-d7473fa080c7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-710174997',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,host='ubuntu@3par1#CI_CPG',id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:37Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:37Z,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4),volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (231bd72d-6d68-4d33-9aba-faf294dd1de1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (231bd72d-6d68-4d33-9aba-faf294dd1de1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (4d42d7c7-e8ee-4d29-b232-0567e33d5617) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (4d42d7c7-e8ee-4d29-b232-0567e33d5617) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6', 'volume_name': 'volume-fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (951d2c3d-47af-443f-9ef2-186ca3073320) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (951d2c3d-47af-443f-9ef2-186ca3073320) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a61a46c2-eda2-42de-83f2-532f995750df) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Volume fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6', 'volume_size': 1} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,created_at=2025-01-14T22:42:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-710174997',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,host='ubuntu@3par1#CI_CPG',id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:37Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:37Z,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4),volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] CREATE VOLUME (tempest-volume-710174997: volume-fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 osv-.mjNwEDHTxuA9IO5vJKr9g on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Parameters passed for create volume {'name': 'osv-.mjNwEDHTxuA9IO5vJKr9g', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6", "name": "volume-fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6", "type": "OpenStack", "display_name": "tempest-volume-710174997", "volume_type_name": "tempest-GroupSnapshotsV319Test-volume-type-1294140574", "volume_type_id": "5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] <== create_volume: return (338ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a61a46c2-eda2-42de-83f2-532f995750df) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (45996d27-9882-4ad2-80d5-a62b737de6a9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Volume volume-fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6 (fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6): created successfully +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (45996d27-9882-4ad2-80d5-a62b737de6a9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Flow 'volume_create_manager' (317e84bd-375f-4c5a-b960-a56fb1379b14) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e21715e0-77af-4b44-8a00-fe9d3a84569d tempest-GroupSnapshotsV319Test-659259751 None] Created volume successfully. +Jan 14 22:42:37 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] GroupSnapshot 898b6534-a44a-452e-b818-68adbc65ffe9: creating. +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] Group snapshot 898b6534-a44a-452e-b818-68adbc65ffe9: creating. {{(pid=115516) create_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4112}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] ==> create_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,description=None,group=Group(cb7a3e44-d666-4d92-a88f-c79cbe9974a8),group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,group_type_id=f9219755-eca3-4b93-818b-a5dab4fbcc11,id=898b6534-a44a-452e-b818-68adbc65ffe9,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',project_id='2678eb85b7de4d4993b8f05df5a1220b',snapshots=,status='creating',updated_at=None,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14'), 'snapshots': SnapshotList(objects=[Snapshot(b0d0c824-be46-4991-b9a9-b8ba175de130)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,description=None,group=Group(cb7a3e44-d666-4d92-a88f-c79cbe9974a8),group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,group_type_id=f9219755-eca3-4b93-818b-a5dab4fbcc11,id=898b6534-a44a-452e-b818-68adbc65ffe9,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',project_id='2678eb85b7de4d4993b8f05df5a1220b',snapshots=,status='creating',updated_at=None,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] <== create_group_snapshot: exception (2ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',encryption_key_id=None,group_snapshot=,group_snapshot_id=898b6534-a44a-452e-b818-68adbc65ffe9,id=b0d0c824-be46-4991-b9a9-b8ba175de130,metadata={},progress='0%',project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume=,volume_id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,volume_size=1,volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] Create Snapshot +Jan 14 22:42:37 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',encryption_key_id=None,group_snapshot=,group_snapshot_id=898b6534-a44a-452e-b818-68adbc65ffe9,id=b0d0c824-be46-4991-b9a9-b8ba175de130,metadata={},progress='0%',project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume=,volume_id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,volume_size=1,volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:37 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] <== create_snapshot: return (69ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:37 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-35239cf7-b405-4e88-a119-383e7b969a8f tempest-GroupSnapshotsV319Test-659259751 None] group_snapshot 898b6534-a44a-452e-b818-68adbc65ffe9: created successfully +Jan 14 22:42:39 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] group_snapshot 898b6534-a44a-452e-b818-68adbc65ffe9: deleting +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] group_snapshot 898b6534-a44a-452e-b818-68adbc65ffe9: deleting {{(pid=115516) delete_group_snapshot /opt/stack/cinder/cinder/volume/manager.py:4287}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] ==> delete_group_snapshot: call "{'self': , 'context': , 'group_snapshot': GroupSnapshot(created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,description=None,group=Group(cb7a3e44-d666-4d92-a88f-c79cbe9974a8),group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,group_type_id=f9219755-eca3-4b93-818b-a5dab4fbcc11,id=898b6534-a44a-452e-b818-68adbc65ffe9,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',project_id='2678eb85b7de4d4993b8f05df5a1220b',snapshots=,status='deleting',updated_at=2025-01-14T22:42:39Z,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14'), 'snapshots': SnapshotList(objects=[Snapshot(b0d0c824-be46-4991-b9a9-b8ba175de130)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] Checking if GroupSnapshot(created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,description=None,group=Group(cb7a3e44-d666-4d92-a88f-c79cbe9974a8),group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,group_type_id=f9219755-eca3-4b93-818b-a5dab4fbcc11,id=898b6534-a44a-452e-b818-68adbc65ffe9,name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',project_id='2678eb85b7de4d4993b8f05df5a1220b',snapshots=,status='deleting',updated_at=2025-01-14T22:42:39Z,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14') is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] <== delete_group_snapshot: exception (3ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',encryption_key_id=None,group_snapshot=,group_snapshot_id=898b6534-a44a-452e-b818-68adbc65ffe9,id=b0d0c824-be46-4991-b9a9-b8ba175de130,metadata={},progress='100%',project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:39Z,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume=,volume_id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,volume_size=1,volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] Delete Snapshot id b0d0c824-be46-4991-b9a9-b8ba175de130 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:42:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-GroupSnapshotsV319Test-Group_Snapshot-1032269085',encryption_key_id=None,group_snapshot=,group_snapshot_id=898b6534-a44a-452e-b818-68adbc65ffe9,id=b0d0c824-be46-4991-b9a9-b8ba175de130,metadata={},progress='100%',project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:42:39Z,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume=,volume_id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,volume_size=1,volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:39 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:39 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] <== delete_snapshot: return (53ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1294140574 is set by the default quota flag: quota_gigabytes_tempest-GroupSnapshotsV319Test-volume-type-1294140574, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:39 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] Deprecated: Default quota for resource: snapshots_tempest-GroupSnapshotsV319Test-volume-type-1294140574 is set by the default quota flag: quota_snapshots_tempest-GroupSnapshotsV319Test-volume-type-1294140574, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:39 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] Created reservations ['b7557403-a800-4eb8-b94e-1f0d606b8264', '325ace3c-9256-4a89-9aed-b7dd6ccdbf22', 'b8c19833-9c6f-44de-929c-c3ff2efd7bcf', '0b3287bc-6bc5-43fb-8140-e039214546cb'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:39 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-8dc90ae7-5f84-48da-8e4c-ac33cd801150 tempest-GroupSnapshotsV319Test-659259751 None] group_snapshot 898b6534-a44a-452e-b818-68adbc65ffe9: deleted successfully +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:35Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='f9219755-eca3-4b93-818b-a5dab4fbcc11',host='ubuntu@3par1#CI_CPG',id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,name='tempest-GroupSnapshotsV319Test-Group-793246588',project_id='2678eb85b7de4d4993b8f05df5a1220b',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:35Z,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:35Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='f9219755-eca3-4b93-818b-a5dab4fbcc11',host='ubuntu@3par1#CI_CPG',id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,name='tempest-GroupSnapshotsV319Test-Group-793246588',project_id='2678eb85b7de4d4993b8f05df5a1220b',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:35Z,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] <== delete_group: exception (12ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-710174997',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=cb7a3e44-d666-4d92-a88f-c79cbe9974a8,host='ubuntu@3par1#CI_CPG',id=fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6,launched_at=2025-01-14T22:42:37Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='2678eb85b7de4d4993b8f05df5a1220b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:37Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:42:40Z,use_quota=True,user_id='64f8f06a65d341cc8ce8ed3b15d8ef14',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4),volume_type_id=5dcdfbc5-5850-4a14-b26f-2f2eb00e6fe4)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] DELETE volume vol_id: fa68cdc0-40c7-4f1b-80f4-83b9bc92abf6, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] volume_name: osv-.mjNwEDHTxuA9IO5vJKr9g {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:40 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:40 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] <== delete_volume: return (122ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Created reservations ['7dd4981e-4d59-4c98-b0d0-979e46adfa73'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Deprecated: Default quota for resource: volumes_tempest-GroupSnapshotsV319Test-volume-type-1294140574 is set by the default quota flag: quota_volumes_tempest-GroupSnapshotsV319Test-volume-type-1294140574, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Created reservations ['edfd71ba-ac1e-4d14-8f38-6b067e862c70', 'a2d7d445-70aa-4a15-b970-29f1d2b25374', 'a7e07e8a-2df6-4b24-a21e-089f0173bdf4', '052e8cd4-199f-4e52-85f6-b8b0486e3c53'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:40 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:40 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:40 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:40 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:41 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:41 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:41 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:41 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] <== get_volume_stats: return (621ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:41 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:41 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-aa1d7af8-ede7-41ea-9b71-eae3d1fd228b tempest-GroupSnapshotsV319Test-659259751 None] Delete group completed successfully. +Jan 14 22:42:48 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Group tempest-Group1-1253507462: creating +Jan 14 22:42:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:47Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,name='tempest-Group1-1253507462',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:48Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=['6e574e03-8018-4b78-b9ec-7c82d76e974f'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:47Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,name='tempest-Group1-1253507462',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:48Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=['6e574e03-8018-4b78-b9ec-7c82d76e974f'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] <== create_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:48 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Group tempest-Group1-1253507462: created successfully +Jan 14 22:42:48 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-04c80a8a-754e-472e-85fd-e88935d7b40f tempest-GroupsTest-582112004 None] Create group completed successfully. +Jan 14 22:42:49 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Group tempest-Group2-1453117378: creating +Jan 14 22:42:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:49Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=abbbe8b1-b71b-41af-ab32-88361677ddfc,name='tempest-Group2-1453117378',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:49Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=['6e574e03-8018-4b78-b9ec-7c82d76e974f'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:49Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=abbbe8b1-b71b-41af-ab32-88361677ddfc,name='tempest-Group2-1453117378',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:49Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=['6e574e03-8018-4b78-b9ec-7c82d76e974f'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] <== create_group: exception (6ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:49 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Group tempest-Group2-1453117378: created successfully +Jan 14 22:42:49 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-42d7be31-c088-462f-881f-0a9019294fca tempest-GroupsTest-582112004 None] Create group completed successfully. +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Flow 'volume_create_manager' (4801d31a-1a29-4afe-8a92-c611df0bcf32) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7880ebdc-8769-45b9-8198-632704d93606) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7880ebdc-8769-45b9-8198-632704d93606) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-591300768',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,host='ubuntu@3par1#CI_CPG',id=6714a0bf-edc4-4a56-8aba-18db7c89c69a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:50Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(6e574e03-8018-4b78-b9ec-7c82d76e974f),volume_type_id=6e574e03-8018-4b78-b9ec-7c82d76e974f)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (da04daa8-d5d9-4110-acaa-0ee43e849781) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (da04daa8-d5d9-4110-acaa-0ee43e849781) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (65a91bd6-8499-4ed2-af07-82eb0a0982f0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (65a91bd6-8499-4ed2-af07-82eb0a0982f0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '6714a0bf-edc4-4a56-8aba-18db7c89c69a', 'volume_name': 'volume-6714a0bf-edc4-4a56-8aba-18db7c89c69a', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3d20729d-7e4f-4497-8a44-7ab5e2efdb28) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3d20729d-7e4f-4497-8a44-7ab5e2efdb28) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a16a3ecf-bb8a-4f81-b442-48ca5ca68120) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Volume 6714a0bf-edc4-4a56-8aba-18db7c89c69a: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-6714a0bf-edc4-4a56-8aba-18db7c89c69a', 'volume_size': 1} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,created_at=2025-01-14T22:42:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-591300768',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,host='ubuntu@3par1#CI_CPG',id=6714a0bf-edc4-4a56-8aba-18db7c89c69a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:50Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:50Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(6e574e03-8018-4b78-b9ec-7c82d76e974f),volume_type_id=6e574e03-8018-4b78-b9ec-7c82d76e974f), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] CREATE VOLUME (tempest-volume-591300768: volume-6714a0bf-edc4-4a56-8aba-18db7c89c69a osv-ZxSgv.3ESlaKuhjbfInGmg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Parameters passed for create volume {'name': 'osv-ZxSgv.3ESlaKuhjbfInGmg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "6714a0bf-edc4-4a56-8aba-18db7c89c69a", "name": "volume-6714a0bf-edc4-4a56-8aba-18db7c89c69a", "type": "OpenStack", "display_name": "tempest-volume-591300768", "volume_type_name": "tempest-GroupsTest-volume-type-1752576165", "volume_type_id": "6e574e03-8018-4b78-b9ec-7c82d76e974f", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:50 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] <== create_volume: return (473ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a16a3ecf-bb8a-4f81-b442-48ca5ca68120) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-6714a0bf-edc4-4a56-8aba-18db7c89c69a', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a158b284-852f-44ae-98bd-109e3bce7691) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Volume volume-6714a0bf-edc4-4a56-8aba-18db7c89c69a (6714a0bf-edc4-4a56-8aba-18db7c89c69a): created successfully +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a158b284-852f-44ae-98bd-109e3bce7691) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Flow 'volume_create_manager' (4801d31a-1a29-4afe-8a92-c611df0bcf32) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:50 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-85325d78-d8fc-4bf5-b5d8-323902cddb42 tempest-GroupsTest-582112004 None] Created volume successfully. +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,name='tempest-Group1-1253507462',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:48Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(6714a0bf-edc4-4a56-8aba-18db7c89c69a)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:48Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,name='tempest-Group1-1253507462',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:48Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-591300768',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=111c1b6d-fd1c-42df-ac7a-ca8241c8899d,host='ubuntu@3par1#CI_CPG',id=6714a0bf-edc4-4a56-8aba-18db7c89c69a,launched_at=2025-01-14T22:42:51Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:50Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:42:52Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(6e574e03-8018-4b78-b9ec-7c82d76e974f),volume_type_id=6e574e03-8018-4b78-b9ec-7c82d76e974f)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] DELETE volume vol_id: 6714a0bf-edc4-4a56-8aba-18db7c89c69a, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] volume_name: osv-ZxSgv.3ESlaKuhjbfInGmg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:51 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:51 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] <== delete_volume: return (128ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Created reservations ['04c66377-8108-477b-91de-ea3b547dafac'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-1752576165 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-1752576165, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:51 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-1752576165 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-1752576165, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Created reservations ['f0b8d1d5-2332-43de-b958-247241a3650e', '1cd30a81-88f3-4fb7-8568-5147aebe2c56', '9f8b9301-2e49-4882-8b96-28d872143998', '6066c8fa-aabc-4d15-84f1-b0ec62811d5c'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:51 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:51 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:52 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:52 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:52 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:52 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:52 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:52 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] <== get_volume_stats: return (635ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:52 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:52 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-fb4715d2-6615-4a3a-858c-d968542753b9 tempest-GroupsTest-582112004 None] Delete group completed successfully. +Jan 14 22:42:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:49Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=abbbe8b1-b71b-41af-ab32-88361677ddfc,name='tempest-Group2-1453117378',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:49Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:49Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='81f70c78-e17c-41c7-901e-fe99739231ff',host='ubuntu@3par1#CI_CPG',id=abbbe8b1-b71b-41af-ab32-88361677ddfc,name='tempest-Group2-1453117378',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:49Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:52 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] Created reservations ['04085e7e-5f76-44e9-a852-c2e2f46ff9f4'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:42:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:52 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:52 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:53 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:53 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:53 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:53 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:53 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:53 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] <== get_volume_stats: return (630ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:53 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:42:53 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-21673541-7025-4791-95f4-ff80d30fbd09 tempest-GroupsTest-582112004 None] Delete group completed successfully. +Jan 14 22:42:54 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Group tempest-GroupsTest-Group-560048169: creating +Jan 14 22:42:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='tempest-GroupsTest-Group-560048169',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:54Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=['aa82b48d-4268-429c-ae17-1ba59935ff6f'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='tempest-GroupsTest-Group-560048169',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:42:54Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=['aa82b48d-4268-429c-ae17-1ba59935ff6f'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] <== create_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:54 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Group tempest-GroupsTest-Group-560048169: created successfully +Jan 14 22:42:54 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-cc098fab-74e1-4ed7-a7fd-8b56f1458bef tempest-GroupsTest-582112004 None] Create group completed successfully. +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Flow 'volume_create_manager' (f6e56d1b-5153-48bc-9e35-d68a906719b1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b67af25a-c191-4de5-8ff2-0ffe83657067) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b67af25a-c191-4de5-8ff2-0ffe83657067) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1329546964',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host='ubuntu@3par1#CI_CPG',id=67655594-5c8e-4c29-8eb7-d96cd977c710,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:55Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:55Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (cb640773-6079-4791-97b1-213be7d50350) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (cb640773-6079-4791-97b1-213be7d50350) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (24486e15-fead-4f91-84a5-53a30358d634) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (24486e15-fead-4f91-84a5-53a30358d634) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '67655594-5c8e-4c29-8eb7-d96cd977c710', 'volume_name': 'volume-67655594-5c8e-4c29-8eb7-d96cd977c710', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (31e878cd-47d3-450a-bbf1-bec2b3a7a983) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (31e878cd-47d3-450a-bbf1-bec2b3a7a983) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (754ec10d-4f22-4e9d-931e-4d5453345110) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Volume 67655594-5c8e-4c29-8eb7-d96cd977c710: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-67655594-5c8e-4c29-8eb7-d96cd977c710', 'volume_size': 1} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,created_at=2025-01-14T22:42:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1329546964',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host='ubuntu@3par1#CI_CPG',id=67655594-5c8e-4c29-8eb7-d96cd977c710,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:55Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:55Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] CREATE VOLUME (tempest-volume-1329546964: volume-67655594-5c8e-4c29-8eb7-d96cd977c710 osv-Z2VVlFyOTCmOt9ls2XfHEA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Parameters passed for create volume {'name': 'osv-Z2VVlFyOTCmOt9ls2XfHEA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "67655594-5c8e-4c29-8eb7-d96cd977c710", "name": "volume-67655594-5c8e-4c29-8eb7-d96cd977c710", "type": "OpenStack", "display_name": "tempest-volume-1329546964", "volume_type_name": "tempest-GroupsTest-volume-type-2081451951", "volume_type_id": "aa82b48d-4268-429c-ae17-1ba59935ff6f", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] <== create_volume: return (229ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (754ec10d-4f22-4e9d-931e-4d5453345110) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-67655594-5c8e-4c29-8eb7-d96cd977c710', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fc253402-6364-491e-b818-8205d0869157) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Volume volume-67655594-5c8e-4c29-8eb7-d96cd977c710 (67655594-5c8e-4c29-8eb7-d96cd977c710): created successfully +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fc253402-6364-491e-b818-8205d0869157) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Flow 'volume_create_manager' (f6e56d1b-5153-48bc-9e35-d68a906719b1) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:55 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-1c34435e-5b06-449f-a620-83b76f12a9b0 tempest-GroupsTest-582112004 None] Created volume successfully. +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Flow 'volume_create_manager' (14f097d0-4d7f-44a3-a3ba-f40192248ebe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (0ed57027-87f6-48d4-8a28-90630d622c27) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (0ed57027-87f6-48d4-8a28-90630d622c27) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-52005623',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host='ubuntu@3par1#CI_CPG',id=a6ee64c0-3e96-4407-a6b8-2913c2a185d1,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:57Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:57Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7f3880d5-efba-4c47-affe-63fe675066cf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7f3880d5-efba-4c47-affe-63fe675066cf) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (863245d8-affc-4d49-ab2b-0cabb23d1cd3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (863245d8-affc-4d49-ab2b-0cabb23d1cd3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'a6ee64c0-3e96-4407-a6b8-2913c2a185d1', 'volume_name': 'volume-a6ee64c0-3e96-4407-a6b8-2913c2a185d1', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6f32969b-6e8d-47e2-98aa-a0db2ce72a2a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6f32969b-6e8d-47e2-98aa-a0db2ce72a2a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (02c4f6f3-f53e-4f1e-8f6e-0ed27a8c5d0d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Volume a6ee64c0-3e96-4407-a6b8-2913c2a185d1: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-a6ee64c0-3e96-4407-a6b8-2913c2a185d1', 'volume_size': 1} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,created_at=2025-01-14T22:42:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-52005623',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host='ubuntu@3par1#CI_CPG',id=a6ee64c0-3e96-4407-a6b8-2913c2a185d1,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:57Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:42:57Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] CREATE VOLUME (tempest-volume-52005623: volume-a6ee64c0-3e96-4407-a6b8-2913c2a185d1 osv-pu5kwD6WRAemuCkTwqGF0Q on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Parameters passed for create volume {'name': 'osv-pu5kwD6WRAemuCkTwqGF0Q', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "a6ee64c0-3e96-4407-a6b8-2913c2a185d1", "name": "volume-a6ee64c0-3e96-4407-a6b8-2913c2a185d1", "type": "OpenStack", "display_name": "tempest-volume-52005623", "volume_type_name": "tempest-GroupsTest-volume-type-2081451951", "volume_type_id": "aa82b48d-4268-429c-ae17-1ba59935ff6f", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:42:56 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] <== create_volume: return (266ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (02c4f6f3-f53e-4f1e-8f6e-0ed27a8c5d0d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-a6ee64c0-3e96-4407-a6b8-2913c2a185d1', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (bcf802f2-783e-40ee-9322-eaf21a0525e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:42:56 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Volume volume-a6ee64c0-3e96-4407-a6b8-2913c2a185d1 (a6ee64c0-3e96-4407-a6b8-2913c2a185d1): created successfully +Jan 14 22:42:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (bcf802f2-783e-40ee-9322-eaf21a0525e3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:42:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Flow 'volume_create_manager' (14f097d0-4d7f-44a3-a3ba-f40192248ebe) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:42:57 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-26f0c166-aadf-4fcf-add2-f79667286914 tempest-GroupsTest-582112004 None] Created volume successfully. +Jan 14 22:42:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='new_group',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:57Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=), 'add_volumes': [], 'remove_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-52005623',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host='ubuntu@3par1#CI_CPG',id=a6ee64c0-3e96-4407-a6b8-2913c2a185d1,launched_at=2025-01-14T22:42:57Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:57Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:42:57Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)]}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='new_group',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:57Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 None] <== update_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:57 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6e0a6c26-bc05-46b2-b0c3-8de9b5869301 tempest-GroupsTest-582112004 None] Update group completed successfully. +Jan 14 22:42:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 None] ==> update_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='new_group',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:58Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=VolumeTypeList,volumes=), 'add_volumes': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-52005623',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a6ee64c0-3e96-4407-a6b8-2913c2a185d1,launched_at=2025-01-14T22:42:57Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:57Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:42:58Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)], 'remove_volumes': []}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:42:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='new_group',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='updating',updated_at=2025-01-14T22:42:58Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=VolumeTypeList,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:42:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 None] <== update_group: exception (10ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:42:59 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-10d01590-924b-4bce-9d2e-ab6b3888c8ac tempest-GroupsTest-582112004 None] Update group completed successfully. +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='new_group',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:59Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(67655594-5c8e-4c29-8eb7-d96cd977c710),Volume(a6ee64c0-3e96-4407-a6b8-2913c2a185d1)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:42:54Z,deleted=False,deleted_at=None,description='This is a new group',group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='3a8cffcf-8c90-494b-93dd-dc7724d3fc31',host='ubuntu@3par1#CI_CPG',id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,name='new_group',project_id='67aac3bbe7fe4f40bf40831c418ba073',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:42:59Z,user_id='0d410497dd0547f18f46a7ebae428d82',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] <== delete_group: exception (9ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-1329546964',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host='ubuntu@3par1#CI_CPG',id=67655594-5c8e-4c29-8eb7-d96cd977c710,launched_at=2025-01-14T22:42:56Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:55Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:43:00Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] DELETE volume vol_id: 67655594-5c8e-4c29-8eb7-d96cd977c710, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] volume_name: osv-Z2VVlFyOTCmOt9ls2XfHEA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:00 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] <== delete_volume: return (127ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:42:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-52005623',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=de96c5e2-32c9-4cff-bea3-bf5d3569d401,host='ubuntu@3par1#CI_CPG',id=a6ee64c0-3e96-4407-a6b8-2913c2a185d1,launched_at=2025-01-14T22:42:57Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='67aac3bbe7fe4f40bf40831c418ba073',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:42:57Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:43:00Z,use_quota=True,user_id='0d410497dd0547f18f46a7ebae428d82',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(aa82b48d-4268-429c-ae17-1ba59935ff6f),volume_type_id=aa82b48d-4268-429c-ae17-1ba59935ff6f)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] DELETE volume vol_id: a6ee64c0-3e96-4407-a6b8-2913c2a185d1, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] volume_name: osv-pu5kwD6WRAemuCkTwqGF0Q {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:00 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] <== delete_volume: return (125ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Created reservations ['399cabda-4690-447d-a9b0-9f170dbad28e'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Deprecated: Default quota for resource: volumes_tempest-GroupsTest-volume-type-2081451951 is set by the default quota flag: quota_volumes_tempest-GroupsTest-volume-type-2081451951, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:00 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupsTest-volume-type-2081451951 is set by the default quota flag: quota_gigabytes_tempest-GroupsTest-volume-type-2081451951, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Created reservations ['fbc77cbc-7887-4834-8205-4f8f7db9b79d', '78aceea3-d401-4438-a29e-6b6673926e20', 'b271aacc-193f-47c5-b580-647525cda3be', '9a907d5a-ddbb-4ed1-b3ac-8db123044312'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Created reservations ['91c74784-1bc6-4fd5-b818-bac655a02f9a', '175f86b6-891e-4ee9-ac8a-2d278e8b7da5', '0be42f2c-a299-4d17-8c0d-2df8a5d2998f', 'e3227c48-d232-4080-b6f4-0d98f55cbf8e'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] <== get_volume_stats: return (599ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:01 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:01 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b35b4ff7-b7d8-400b-bfa0-e8983b0e28de tempest-GroupsTest-582112004 None] Delete group completed successfully. +Jan 14 22:43:03 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Group tempest-GroupsV314Test-Group-1920102818: creating +Jan 14 22:43:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:03Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,name='tempest-GroupsV314Test-Group-1920102818',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:43:03Z,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=['21578f4a-319c-48fc-8216-f833c02565a7'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:03Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,name='tempest-GroupsV314Test-Group-1920102818',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:43:03Z,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=['21578f4a-319c-48fc-8216-f833c02565a7'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:43:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] <== create_group: exception (6ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:43:03 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Group tempest-GroupsV314Test-Group-1920102818: created successfully +Jan 14 22:43:03 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-754f73cc-5504-447b-bd2c-33685496872b tempest-GroupsV314Test-501035483 None] Create group completed successfully. +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Flow 'volume_create_manager' (2ed37ee8-1e4b-4e58-8c81-1ed415311991) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a829b6ec-a210-4278-8821-0bab3881c604) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (a829b6ec-a210-4278-8821-0bab3881c604) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-286924979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,host='ubuntu@3par1#CI_CPG',id=a9acca1e-835f-4052-9dc4-43b11a73f007,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:05Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:05Z,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ebb09b40-68af-4fa9-903d-74d252df6f15) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (ebb09b40-68af-4fa9-903d-74d252df6f15) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a5c7e5e0-428a-41ac-9a95-c6f7325a7b17) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a5c7e5e0-428a-41ac-9a95-c6f7325a7b17) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'a9acca1e-835f-4052-9dc4-43b11a73f007', 'volume_name': 'volume-a9acca1e-835f-4052-9dc4-43b11a73f007', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (fae2ba46-99f9-4359-8099-b429c66f5eb2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (fae2ba46-99f9-4359-8099-b429c66f5eb2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d8fe6d25-49bc-40ca-ad5d-b24146cdc001) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Volume a9acca1e-835f-4052-9dc4-43b11a73f007: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-a9acca1e-835f-4052-9dc4-43b11a73f007', 'volume_size': 1} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,created_at=2025-01-14T22:43:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-286924979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,host='ubuntu@3par1#CI_CPG',id=a9acca1e-835f-4052-9dc4-43b11a73f007,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:05Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:05Z,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] CREATE VOLUME (tempest-volume-286924979: volume-a9acca1e-835f-4052-9dc4-43b11a73f007 osv-qazKHoNfQFKdxEOxGnPwBw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Parameters passed for create volume {'name': 'osv-qazKHoNfQFKdxEOxGnPwBw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "a9acca1e-835f-4052-9dc4-43b11a73f007", "name": "volume-a9acca1e-835f-4052-9dc4-43b11a73f007", "type": "OpenStack", "display_name": "tempest-volume-286924979", "volume_type_name": "tempest-GroupsV314Test-volume-type-1629386577", "volume_type_id": "21578f4a-319c-48fc-8216-f833c02565a7", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:43:04 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:04 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] <== create_volume: return (232ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d8fe6d25-49bc-40ca-ad5d-b24146cdc001) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-a9acca1e-835f-4052-9dc4-43b11a73f007', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (5524b368-ff0f-4da4-b2d9-fedd0653fa6c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:05 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Volume volume-a9acca1e-835f-4052-9dc4-43b11a73f007 (a9acca1e-835f-4052-9dc4-43b11a73f007): created successfully +Jan 14 22:43:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (5524b368-ff0f-4da4-b2d9-fedd0653fa6c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Flow 'volume_create_manager' (2ed37ee8-1e4b-4e58-8c81-1ed415311991) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:05 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e2192f4c-53e8-4467-9472-0ec328ea0a23 tempest-GroupsV314Test-501035483 None] Created volume successfully. +Jan 14 22:43:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] ==> create_group_from_src: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:06Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=9d8893db-9d59-48b0-b12a-aa9d113ae426,name='tempest-Group_from_grp-175843176',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,status='creating',updated_at=None,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(ae73d3cc-6f00-42cf-8447-331d44b5e678)]), 'group_snapshot': None, 'snapshots': None, 'source_group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:04Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,name='tempest-GroupsV314Test-Group-1920102818',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=None,status='available',updated_at=2025-01-14T22:43:04Z,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=None,volume_types=,volumes=), 'source_vols': [Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-286924979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,host='ubuntu@3par1#CI_CPG',id=a9acca1e-835f-4052-9dc4-43b11a73f007,launched_at=2025-01-14T22:43:05Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:05Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:43:05Z,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)]}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:06Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=9d8893db-9d59-48b0-b12a-aa9d113ae426,name='tempest-Group_from_grp-175843176',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,status='creating',updated_at=None,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:43:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] <== create_group_from_src: exception (8ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:43:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] ==> create_cloned_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:07Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9d8893db-9d59-48b0-b12a-aa9d113ae426,host='ubuntu@3par1#CI_CPG',id=ae73d3cc-6f00-42cf-8447-331d44b5e678,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=a9acca1e-835f-4052-9dc4-43b11a73f007,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:07Z,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7), 'src_vref': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-286924979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,host='ubuntu@3par1#CI_CPG',id=a9acca1e-835f-4052-9dc4-43b11a73f007,launched_at=2025-01-14T22:43:05Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:05Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:43:05Z,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Creating a clone of volume, using online copy. {{(pid=115516) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2639}} +Jan 14 22:43:06 ubuntu cinder-volume[115516]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Creating temp snapshot tss-QjGF6bysTtyGhT.w2VaEuw from volume osv-qazKHoNfQFKdxEOxGnPwBw +Jan 14 22:43:06 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:06 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:06 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:43:06 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:06 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:06 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:43:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Creating clone of a volume tss-QjGF6bysTtyGhT.w2VaEuw to osv-rnPTzG8AQs.ERzMdRLXmeA. {{(pid=115516) _copy_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2513}} +Jan 14 22:43:06 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'osv-rnPTzG8AQs.ERzMdRLXmeA', 'destCPG': 'CI_CPG', 'tpvv': True, 'online': True, 'snapCPG': 'CI_CPG'}} {{(pid=115516) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} +Jan 14 22:43:06 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:06 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:06 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:43:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] <== create_cloned_volume: return (409ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:07 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-2300a462-5985-4c93-9ff3-f2796a059b14 tempest-GroupsV314Test-501035483 None] Create group from source-group-c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c completed successfully. +Jan 14 22:43:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:07Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=9d8893db-9d59-48b0-b12a-aa9d113ae426,name='tempest-Group_from_grp-175843176',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,status='deleting',updated_at=2025-01-14T22:43:07Z,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(ae73d3cc-6f00-42cf-8447-331d44b5e678)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:07Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=9d8893db-9d59-48b0-b12a-aa9d113ae426,name='tempest-Group_from_grp-175843176',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,status='deleting',updated_at=2025-01-14T22:43:07Z,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:43:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:43:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:07Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=9d8893db-9d59-48b0-b12a-aa9d113ae426,host='ubuntu@3par1#CI_CPG',id=ae73d3cc-6f00-42cf-8447-331d44b5e678,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=a9acca1e-835f-4052-9dc4-43b11a73f007,status='deleting',terminated_at=None,updated_at=2025-01-14T22:43:08Z,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] DELETE volume vol_id: ae73d3cc-6f00-42cf-8447-331d44b5e678, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] volume_name: osv-rnPTzG8AQs.ERzMdRLXmeA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:07 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:07 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:07 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:43:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] <== delete_volume: return (464ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:08 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Created reservations ['653c2a8b-d23c-4f73-9a04-8afa67e73214'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:08 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Deprecated: Default quota for resource: volumes_tempest-GroupsV314Test-volume-type-1629386577 is set by the default quota flag: quota_volumes_tempest-GroupsV314Test-volume-type-1629386577, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:08 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Deprecated: Default quota for resource: gigabytes_tempest-GroupsV314Test-volume-type-1629386577 is set by the default quota flag: quota_gigabytes_tempest-GroupsV314Test-volume-type-1629386577, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:08 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Created reservations ['6d442c4a-b090-4d55-9af6-fe34b4db92ee', '0a331c4c-498b-4302-a2c5-2ceafdc0dbea', '78cad62d-302c-4134-b060-02db70d2d428', 'bb871f66-f659-408d-bb05-d1f71a834a4b'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:04Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,name='tempest-GroupsV314Test-Group-1920102818',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:43:04Z,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[Volume(a9acca1e-835f-4052-9dc4-43b11a73f007)])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:04Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='eca26041-7853-4fa2-ac11-30838b52e7b0',host='ubuntu@3par1#CI_CPG',id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,name='tempest-GroupsV314Test-Group-1920102818',project_id='f3c632b037314750b4b9b547ab0c9e6b',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:43:04Z,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:05Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-volume-286924979',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=c8c5c0ed-797a-4d1a-9f3d-8cda1c3e051c,host='ubuntu@3par1#CI_CPG',id=a9acca1e-835f-4052-9dc4-43b11a73f007,launched_at=2025-01-14T22:43:05Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f3c632b037314750b4b9b547ab0c9e6b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:05Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=None,updated_at=2025-01-14T22:43:09Z,use_quota=True,user_id='48719dd888d04386ab893b7cf9a5b0ec',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(21578f4a-319c-48fc-8216-f833c02565a7),volume_type_id=21578f4a-319c-48fc-8216-f833c02565a7)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] DELETE volume vol_id: a9acca1e-835f-4052-9dc4-43b11a73f007, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] volume_name: osv-qazKHoNfQFKdxEOxGnPwBw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:09 ubuntu cinder-volume[115516]: : NotImplementedError +Jan 14 22:43:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:09 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:43:09 ubuntu cinder-volume[115516]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Found a temporary snapshot tss-QjGF6bysTtyGhT.w2VaEuw +Jan 14 22:43:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:09 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] DELETE volume vol_id: a9acca1e-835f-4052-9dc4-43b11a73f007, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] volume_name: osv-qazKHoNfQFKdxEOxGnPwBw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:09 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] <== get_volume_stats: return (1192ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:09 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-68fa5705-7abd-46ee-9457-0680e3f3e45a tempest-GroupsV314Test-501035483 None] Delete group completed successfully. +Jan 14 22:43:10 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] <== delete_volume: return (1594ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:10 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Created reservations ['26b11075-f441-47c4-b6a6-fe4bea3bb495'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:10 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Created reservations ['9a7044a9-7ff4-45ec-8441-8a0d61f78c09', 'a8d3c036-f3a9-4fad-8fdb-305e14549c94', 'ccb264d8-eba4-40fe-993f-ecf4ea9af6aa', '8b66b514-cf43-4a9f-9e76-47596e6442d2'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:10 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:10 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:10 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:10 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:10 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:11 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:11 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:11 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:11 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] <== get_volume_stats: return (608ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:11 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:11 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b0d3e95d-4508-4a61-b4a9-4e4a6a1694c2 tempest-GroupsV314Test-501035483 None] Delete group completed successfully. +Jan 14 22:43:13 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Group tempest-GroupsV320Test-Group-1379991746: creating +Jan 14 22:43:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] ==> create_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:13Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='a9f4ec89-4d52-443f-aa21-d8544473ebcb',host='ubuntu@3par1#CI_CPG',id=18ccee0b-29c0-4881-b59c-b7b311f40a4f,name='tempest-GroupsV320Test-Group-1379991746',project_id='665b916bd7e445bc98c78de1b3c2549e',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:43:13Z,user_id='50d743b21e174b1199662c3b4c51744a',volume_type_ids=['34a73f97-302a-4e7e-a6dc-156c0ac16e99'],volume_types=,volumes=)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:13Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=,group_type_id='a9f4ec89-4d52-443f-aa21-d8544473ebcb',host='ubuntu@3par1#CI_CPG',id=18ccee0b-29c0-4881-b59c-b7b311f40a4f,name='tempest-GroupsV320Test-Group-1379991746',project_id='665b916bd7e445bc98c78de1b3c2549e',replication_status='disabled',source_group_id=None,status='creating',updated_at=2025-01-14T22:43:13Z,user_id='50d743b21e174b1199662c3b4c51744a',volume_type_ids=['34a73f97-302a-4e7e-a6dc-156c0ac16e99'],volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:43:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] <== create_group: exception (8ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:43:13 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Group tempest-GroupsV320Test-Group-1379991746: created successfully +Jan 14 22:43:13 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e9d0bc86-cff2-468c-b31b-0e1674cb28f1 tempest-GroupsV320Test-762235853 None] Create group completed successfully. +Jan 14 22:43:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] ==> delete_group: call "{'self': , 'context': , 'group': Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:14Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='a9f4ec89-4d52-443f-aa21-d8544473ebcb',host='ubuntu@3par1#CI_CPG',id=18ccee0b-29c0-4881-b59c-b7b311f40a4f,name='tempest-GroupsV320Test-Group-1379991746',project_id='665b916bd7e445bc98c78de1b3c2549e',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:43:15Z,user_id='50d743b21e174b1199662c3b4c51744a',volume_type_ids=None,volume_types=,volumes=), 'volumes': VolumeList(objects=[])}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.volume_utils [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] Checking if Group(availability_zone='nova',cluster_name=None,created_at=2025-01-14T22:43:14Z,deleted=False,deleted_at=None,description=None,group_snapshot_id=None,group_snapshots=GroupSnapshotList,group_type_id='a9f4ec89-4d52-443f-aa21-d8544473ebcb',host='ubuntu@3par1#CI_CPG',id=18ccee0b-29c0-4881-b59c-b7b311f40a4f,name='tempest-GroupsV320Test-Group-1379991746',project_id='665b916bd7e445bc98c78de1b3c2549e',replication_status='disabled',source_group_id=None,status='deleting',updated_at=2025-01-14T22:43:15Z,user_id='50d743b21e174b1199662c3b4c51744a',volume_type_ids=None,volume_types=,volumes=) is a consistent snapshot group {{(pid=115516) is_group_a_cg_snapshot_type /opt/stack/cinder/cinder/volume/volume_utils.py:1045}} +Jan 14 22:43:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] <== delete_group: exception (7ms) NotImplementedError() {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1508}} +Jan 14 22:43:14 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] Created reservations ['780c0e97-781b-4ecb-af19-1bae4e845869'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:14 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:14 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:15 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:15 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:15 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:15 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:15 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:15 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] <== get_volume_stats: return (592ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:15 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:15 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-01296534-92e0-4075-a89e-e34b458b0913 tempest-GroupsV320Test-762235853 None] Delete group completed successfully. +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.flows.manager.create_volume [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115517) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (047e23dd-5db8-4769-ae4d-4184ab792948) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (95dba566-7a69-4550-a1bc-fddb96260b62) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (95dba566-7a69-4550-a1bc-fddb96260b62) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:18Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1778835525',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=0d4cb480-b123-448a-83ee-c5222908eb9c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:18Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:18Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(f4c0af77-f19a-4c27-80df-d6ed800c45c0),volume_type_id=f4c0af77-f19a-4c27-80df-d6ed800c45c0)' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0b79007d-7c34-42ab-a1af-2d5c126567db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0b79007d-7c34-42ab-a1af-2d5c126567db) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a38f1bc0-af6b-4103-838d-1e7c80b8dd80) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a38f1bc0-af6b-4103-838d-1e7c80b8dd80) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '0d4cb480-b123-448a-83ee-c5222908eb9c', 'volume_name': 'volume-0d4cb480-b123-448a-83ee-c5222908eb9c', 'volume_size': 1}' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (9b8a5e3e-7f60-4fc1-9eb0-dc4f9db2ad33) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (9b8a5e3e-7f60-4fc1-9eb0-dc4f9db2ad33) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5bd9e797-e076-45b5-8e01-75550bdf47f0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: INFO cinder.volume.flows.manager.create_volume [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Volume 0d4cb480-b123-448a-83ee-c5222908eb9c: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-0d4cb480-b123-448a-83ee-c5222908eb9c', 'volume_size': 1} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:18Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1778835525',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=0d4cb480-b123-448a-83ee-c5222908eb9c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:18Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:18Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(f4c0af77-f19a-4c27-80df-d6ed800c45c0),volume_type_id=f4c0af77-f19a-4c27-80df-d6ed800c45c0), 'perform_replica': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-1778835525: volume-0d4cb480-b123-448a-83ee-c5222908eb9c osv-DUy0gLEjRIqD7sUiKQjrnA on ubuntu@3par2#SSD_r6) {{(pid=115517) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] self.API_VERSION: 40600075 {{(pid=115517) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG hpe3parclient.client [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Parameters passed for create volume {'name': 'osv-DUy0gLEjRIqD7sUiKQjrnA', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "0d4cb480-b123-448a-83ee-c5222908eb9c", "name": "volume-0d4cb480-b123-448a-83ee-c5222908eb9c", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-1778835525", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-1853734565", "volume_type_id": "f4c0af77-f19a-4c27-80df-d6ed800c45c0", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115517) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:18 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] <== create_volume: return (238ms) None {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (5bd9e797-e076-45b5-8e01-75550bdf47f0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-0d4cb480-b123-448a-83ee-c5222908eb9c', 'volume_size': 1}' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a4febba0-8cfb-4496-b084-ecf92db4d6de) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: INFO cinder.volume.flows.manager.create_volume [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Volume volume-0d4cb480-b123-448a-83ee-c5222908eb9c (0d4cb480-b123-448a-83ee-c5222908eb9c): created successfully +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (a4febba0-8cfb-4496-b084-ecf92db4d6de) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (047e23dd-5db8-4769-ae4d-4184ab792948) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115517) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:18 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-13f57e44-2fcc-4061-a186-f0d1d558898d tempest-VolumeMultiBackendTest-1050150737 None] Created volume successfully. +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.flows.manager.create_volume [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par2#SSD_r6'], 'hosts': ['ubuntu@3par2#SSD_r6']} {{(pid=115517) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (9ad69835-f299-46c0-a58f-30c2c4033c2a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (975f6ef1-a8d6-4ca0-983c-f6b0c986e16a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (975f6ef1-a8d6-4ca0-983c-f6b0c986e16a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-658598545',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=5986a5d9-2cad-442d-a2fb-a890091dadba,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:20Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:20Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a4c061dd-d217-442b-acde-60a853471017),volume_type_id=a4c061dd-d217-442b-acde-60a853471017)' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a6c5a2bd-5e07-40ea-824c-176f40c15d7c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a6c5a2bd-5e07-40ea-824c-176f40c15d7c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cb724c69-051a-451b-a309-0d4175c7a3e5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cb724c69-051a-451b-a309-0d4175c7a3e5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '5986a5d9-2cad-442d-a2fb-a890091dadba', 'volume_name': 'volume-5986a5d9-2cad-442d-a2fb-a890091dadba', 'volume_size': 1}' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e06a5586-9907-45c3-b7f3-afd9e38cd0f8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (e06a5586-9907-45c3-b7f3-afd9e38cd0f8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (529803f2-ff29-4666-b839-5b34da477c2e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: INFO cinder.volume.flows.manager.create_volume [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Volume 5986a5d9-2cad-442d-a2fb-a890091dadba: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-5986a5d9-2cad-442d-a2fb-a890091dadba', 'volume_size': 1} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-658598545',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=5986a5d9-2cad-442d-a2fb-a890091dadba,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:20Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:20Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a4c061dd-d217-442b-acde-60a853471017),volume_type_id=a4c061dd-d217-442b-acde-60a853471017), 'perform_replica': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-658598545: volume-5986a5d9-2cad-442d-a2fb-a890091dadba osv-WYal2SytRC2i.6iQCR2tug on ubuntu@3par2#SSD_r6) {{(pid=115517) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] self.API_VERSION: 40600075 {{(pid=115517) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG hpe3parclient.client [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Parameters passed for create volume {'name': 'osv-WYal2SytRC2i.6iQCR2tug', 'cpg': 'SSD_r6', 'sizeMiB': 1024, 'comment': '{"volume_id": "5986a5d9-2cad-442d-a2fb-a890091dadba", "name": "volume-5986a5d9-2cad-442d-a2fb-a890091dadba", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-658598545", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-1747505641", "volume_type_id": "a4c061dd-d217-442b-acde-60a853471017", "qos": {}}', 'tpvv': True, 'snapCPG': 'SSD_r6'} {{(pid=115517) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:19 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] <== create_volume: return (237ms) None {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (529803f2-ff29-4666-b839-5b34da477c2e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-5986a5d9-2cad-442d-a2fb-a890091dadba', 'volume_size': 1}' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f37ba4d9-d673-4f49-b956-86133184c354) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: INFO cinder.volume.flows.manager.create_volume [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Volume volume-5986a5d9-2cad-442d-a2fb-a890091dadba (5986a5d9-2cad-442d-a2fb-a890091dadba): created successfully +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f37ba4d9-d673-4f49-b956-86133184c354) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115517) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: DEBUG cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (9ad69835-f299-46c0-a58f-30c2c4033c2a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115517) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:19 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-dc7fe4b0-989b-4c73-ad23-249cc95b5f68 tempest-VolumeMultiBackendTest-1050150737 None] Created volume successfully. +Jan 14 22:43:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:43:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (0aeb157a-0989-43e0-a23e-b9992609caac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (777c9afd-59ed-4574-8b9d-87e79af46d9f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (777c9afd-59ed-4574-8b9d-87e79af46d9f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-680354082',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=3fb1541f-e305-4492-9a46-16733c2c2912,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:21Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:21Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3fada857-b462-40ff-995c-b4db01a75e2d),volume_type_id=3fada857-b462-40ff-995c-b4db01a75e2d)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (357e8d3a-78f0-42e0-a2f0-0be82958dad4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (357e8d3a-78f0-42e0-a2f0-0be82958dad4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0493e156-17ff-461e-bddb-ca3cd64a9392) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0493e156-17ff-461e-bddb-ca3cd64a9392) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '3fb1541f-e305-4492-9a46-16733c2c2912', 'volume_name': 'volume-3fb1541f-e305-4492-9a46-16733c2c2912', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (625dcdf1-5c5b-41e5-8e65-3a2e0aac4a44) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (625dcdf1-5c5b-41e5-8e65-3a2e0aac4a44) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (cc01c7ed-b4c7-4de0-a2d6-35e3a9da5978) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Volume 3fb1541f-e305-4492-9a46-16733c2c2912: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-3fb1541f-e305-4492-9a46-16733c2c2912', 'volume_size': 1} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-680354082',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=3fb1541f-e305-4492-9a46-16733c2c2912,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:21Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:21Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3fada857-b462-40ff-995c-b4db01a75e2d),volume_type_id=3fada857-b462-40ff-995c-b4db01a75e2d), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-680354082: volume-3fb1541f-e305-4492-9a46-16733c2c2912 osv-P7FUH.MFRJKaRhZzPCwpEg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Parameters passed for create volume {'name': 'osv-P7FUH.MFRJKaRhZzPCwpEg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "3fb1541f-e305-4492-9a46-16733c2c2912", "name": "volume-3fb1541f-e305-4492-9a46-16733c2c2912", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-680354082", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-1605565329", "volume_type_id": "3fada857-b462-40ff-995c-b4db01a75e2d", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:21 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] <== create_volume: return (230ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (cc01c7ed-b4c7-4de0-a2d6-35e3a9da5978) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-3fb1541f-e305-4492-9a46-16733c2c2912', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0a3b8cb8-efca-4eeb-b154-1c915d04dc0d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Volume volume-3fb1541f-e305-4492-9a46-16733c2c2912 (3fb1541f-e305-4492-9a46-16733c2c2912): created successfully +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0a3b8cb8-efca-4eeb-b154-1c915d04dc0d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (0aeb157a-0989-43e0-a23e-b9992609caac) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:21 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d81b3e5d-193d-47fa-b8af-2bb9c8b7aab2 tempest-VolumeMultiBackendTest-1050150737 None] Created volume successfully. +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (534dece2-b26b-4ae9-bf3a-b0e5751844e7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c2e45629-a498-441e-b1d7-f4b958f15a1b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c2e45629-a498-441e-b1d7-f4b958f15a1b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-222605084',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c80c8ef2-b427-43e6-82a7-01b0c82bdf34,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:22Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:22Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9),volume_type_id=b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (278604e7-219f-4025-93d5-28db3f1f5cb3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (278604e7-219f-4025-93d5-28db3f1f5cb3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (115434b1-0fc0-4e1a-9c2f-5dbd237d3dff) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (115434b1-0fc0-4e1a-9c2f-5dbd237d3dff) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'c80c8ef2-b427-43e6-82a7-01b0c82bdf34', 'volume_name': 'volume-c80c8ef2-b427-43e6-82a7-01b0c82bdf34', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4baa3718-508a-4e65-8b60-6472d8e42d4b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4baa3718-508a-4e65-8b60-6472d8e42d4b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f1c7f93d-632b-4378-9bcc-ae044c783ae2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Volume c80c8ef2-b427-43e6-82a7-01b0c82bdf34: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-c80c8ef2-b427-43e6-82a7-01b0c82bdf34', 'volume_size': 1} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-222605084',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c80c8ef2-b427-43e6-82a7-01b0c82bdf34,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:22Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:22Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9),volume_type_id=b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] CREATE VOLUME (tempest-VolumeMultiBackendTest-Volume-222605084: volume-c80c8ef2-b427-43e6-82a7-01b0c82bdf34 osv-yAyO8rQnQ.aCpwGwyCvfNA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Parameters passed for create volume {'name': 'osv-yAyO8rQnQ.aCpwGwyCvfNA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "c80c8ef2-b427-43e6-82a7-01b0c82bdf34", "name": "volume-c80c8ef2-b427-43e6-82a7-01b0c82bdf34", "type": "OpenStack", "display_name": "tempest-VolumeMultiBackendTest-Volume-222605084", "volume_type_name": "tempest-VolumeMultiBackendTest-Type-327854239", "volume_type_id": "b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:22 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] <== create_volume: return (236ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f1c7f93d-632b-4378-9bcc-ae044c783ae2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-c80c8ef2-b427-43e6-82a7-01b0c82bdf34', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0551a283-b36b-469e-98f3-6787bc98476f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Volume volume-c80c8ef2-b427-43e6-82a7-01b0c82bdf34 (c80c8ef2-b427-43e6-82a7-01b0c82bdf34): created successfully +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0551a283-b36b-469e-98f3-6787bc98476f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Flow 'volume_create_manager' (534dece2-b26b-4ae9-bf3a-b0e5751844e7) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:22 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7ff79598-8742-44b9-a37f-c108e6928964 tempest-VolumeMultiBackendTest-1050150737 None] Created volume successfully. +Jan 14 22:43:23 ubuntu cinder-volume[115517]: DEBUG oslo_service.periodic_task [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115517) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:43:23 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Acquiring lock "/opt/stack/data/cinder/cinder-c80c8ef2-b427-43e6-82a7-01b0c82bdf34-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-c80c8ef2-b427-43e6-82a7-01b0c82bdf34-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-222605084',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c80c8ef2-b427-43e6-82a7-01b0c82bdf34,launched_at=2025-01-14T22:43:23Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:22Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:43:24Z,updated_at=2025-01-14T22:43:24Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9),volume_type_id=b6c7f3cd-766a-40ff-b7b0-c3b8995fe7e9)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] DELETE volume vol_id: c80c8ef2-b427-43e6-82a7-01b0c82bdf34, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] volume_name: osv-yAyO8rQnQ.aCpwGwyCvfNA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] <== delete_volume: return (134ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:24 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-327854239 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-327854239, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:24 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-327854239 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-327854239, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:24 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Created reservations ['e2317435-2b7f-404c-aa08-b1dfe913d1e4', '27884db5-da14-4a8a-9f2e-3ee404f3400d', 'a9a0f3f0-55d5-4d43-a1c7-9bda20e1ef51', '7d162f3c-8db4-46e3-be95-4622bb14e42c'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:24 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] <== get_volume_stats: return (664ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2912, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 14, 'capacity_utilization': 0.8928571428571428, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:24 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] <== get_volume_stats: return (597ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:24 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:24 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Deleted volume successfully. +Jan 14 22:43:24 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-8f01cd4b-714f-41e6-b00c-fb7b6376fd31 tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-c80c8ef2-b427-43e6-82a7-01b0c82bdf34-delete_volume" released by "delete_volume" :: held 0.818s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Acquiring lock "/opt/stack/data/cinder/cinder-3fb1541f-e305-4492-9a46-16733c2c2912-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-3fb1541f-e305-4492-9a46-16733c2c2912-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-680354082',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=3fb1541f-e305-4492-9a46-16733c2c2912,launched_at=2025-01-14T22:43:21Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:21Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:43:25Z,updated_at=2025-01-14T22:43:25Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(3fada857-b462-40ff-995c-b4db01a75e2d),volume_type_id=3fada857-b462-40ff-995c-b4db01a75e2d)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] DELETE volume vol_id: 3fb1541f-e305-4492-9a46-16733c2c2912, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] volume_name: osv-P7FUH.MFRJKaRhZzPCwpEg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] <== delete_volume: return (131ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1605565329 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1605565329, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:25 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1605565329 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1605565329, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Created reservations ['00825765-96d6-434a-b71b-d3ebede16d00', '634decbd-52b3-4652-9c17-8d88d2f66cfe', 'a1233641-0361-4a5b-b00a-1b41e28df57c', '57ed672c-05e0-4d29-8a6f-90b782d4e002'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] <== get_volume_stats: return (634ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:25 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Deleted volume successfully. +Jan 14 22:43:25 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6dab80b4-7748-499f-a81e-6c5cf49fdb7b tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-3fb1541f-e305-4492-9a46-16733c2c2912-delete_volume" released by "delete_volume" :: held 0.870s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.coordination [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Acquiring lock "/opt/stack/data/cinder/cinder-5986a5d9-2cad-442d-a2fb-a890091dadba-delete_volume" by "delete_volume" {{(pid=115517) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.coordination [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-5986a5d9-2cad-442d-a2fb-a890091dadba-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115517) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-658598545',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=5986a5d9-2cad-442d-a2fb-a890091dadba,launched_at=2025-01-14T22:43:20Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:20Z,service_uuid='76235b92-129a-428a-a0e1-87c7af6b3eaa',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:43:26Z,updated_at=2025-01-14T22:43:26Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a4c061dd-d217-442b-acde-60a853471017),volume_type_id=a4c061dd-d217-442b-acde-60a853471017)}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] DELETE volume vol_id: 5986a5d9-2cad-442d-a2fb-a890091dadba, name_id: None {{(pid=115517) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] volume_name: osv-WYal2SytRC2i.6iQCR2tug {{(pid=115517) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:26 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] <== delete_volume: return (148ms) None {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: WARNING cinder.quota [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1747505641 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1747505641, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:26 ubuntu cinder-volume[115517]: WARNING cinder.quota [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1747505641 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1747505641, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.quota [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Created reservations ['2734e222-e43e-45c5-b619-2297b8274ae4', 'a21e127a-5c94-45f4-9b61-5dd3185230f8', '4ddea6ab-8b06-490c-8523-7494c1fc014f', '41fc623f-f90b-4fb1-aeb4-93d7e0174f72'] {{(pid=115517) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:26 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:26 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:26 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:26 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:26 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:26 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:27 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:27 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] <== get_volume_stats: return (640ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2910, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 13, 'capacity_utilization': 0.8247422680412372, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Deleted volume successfully. +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.coordination [None req-3412d174-5c71-49c9-8bca-7ba3450fae56 tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-5986a5d9-2cad-442d-a2fb-a890091dadba-delete_volume" released by "delete_volume" :: held 0.941s {{(pid=115517) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.coordination [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Acquiring lock "/opt/stack/data/cinder/cinder-0d4cb480-b123-448a-83ee-c5222908eb9c-delete_volume" by "delete_volume" {{(pid=115517) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.coordination [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-0d4cb480-b123-448a-83ee-c5222908eb9c-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115517) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:18Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeMultiBackendTest-Volume-1778835525',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par2#SSD_r6',id=0d4cb480-b123-448a-83ee-c5222908eb9c,launched_at=2025-01-14T22:43:19Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c2b7468b8ad449d59b84bf057f8a5507',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:18Z,service_uuid='76235b92-129a-428a-a0e1-87c7af6b3eaa',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:43:27Z,updated_at=2025-01-14T22:43:27Z,use_quota=True,user_id='24eb719314974b91a1dd618c6f69e3e0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(f4c0af77-f19a-4c27-80df-d6ed800c45c0),volume_type_id=f4c0af77-f19a-4c27-80df-d6ed800c45c0)}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] DELETE volume vol_id: 0d4cb480-b123-448a-83ee-c5222908eb9c, name_id: None {{(pid=115517) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] volume_name: osv-DUy0gLEjRIqD7sUiKQjrnA {{(pid=115517) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:27 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] <== delete_volume: return (366ms) None {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: WARNING cinder.quota [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: volumes_tempest-VolumeMultiBackendTest-Type-1853734565 is set by the default quota flag: quota_volumes_tempest-VolumeMultiBackendTest-Type-1853734565, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:27 ubuntu cinder-volume[115517]: WARNING cinder.quota [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeMultiBackendTest-Type-1853734565 is set by the default quota flag: quota_gigabytes_tempest-VolumeMultiBackendTest-Type-1853734565, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.quota [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Created reservations ['831a290b-4a03-4d74-8ad5-213c3f4cb0aa', 'd3a4160f-511a-4b20-b1e3-16478152e598', 'dbf122d8-6aa5-47d8-9735-2c3a08e8243b', 'db2dd875-3e64-428c-bae3-0e8435b1124a'] {{(pid=115517) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:27 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:27 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:28 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:28 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:28 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:28 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:28 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:28 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:43:28 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] <== get_volume_stats: return (752ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:28 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:28 ubuntu cinder-volume[115517]: INFO cinder.volume.manager [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Deleted volume successfully. +Jan 14 22:43:28 ubuntu cinder-volume[115517]: DEBUG cinder.coordination [None req-1899dd7c-6128-4cc0-ae65-5fca199191f8 tempest-VolumeMultiBackendTest-1050150737 None] Lock "/opt/stack/data/cinder/cinder-0d4cb480-b123-448a-83ee-c5222908eb9c-delete_volume" released by "delete_volume" :: held 1.203s {{(pid=115517) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG oslo_service.periodic_task [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115516) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Flow 'volume_create_manager' (9034549b-5bbf-42b4-a6be-a0d13a9d0071) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (fcff7678-f181-4cb9-903f-b81be01c7400) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (fcff7678-f181-4cb9-903f-b81be01c7400) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1931685345',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:34Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:34Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (08b32e0c-5a79-446c-97a6-e4ef060f3dc1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (08b32e0c-5a79-446c-97a6-e4ef060f3dc1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c2c449df-a89a-426a-94eb-a1cb75ee297f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c2c449df-a89a-426a-94eb-a1cb75ee297f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'ed5fd22b-e11b-4c16-9fa0-4828f216a351', 'volume_name': 'volume-ed5fd22b-e11b-4c16-9fa0-4828f216a351', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (cbb0a385-b9ea-4ca2-bc03-3b7f39a37948) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (cbb0a385-b9ea-4ca2-bc03-3b7f39a37948) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (6cd2da65-13aa-4e70-b53f-4605bae8462d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Volume ed5fd22b-e11b-4c16-9fa0-4828f216a351: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-ed5fd22b-e11b-4c16-9fa0-4828f216a351', 'volume_size': 1} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1931685345',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:34Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:43:34Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] CREATE VOLUME (tempest-SnapshotsActionsTest-Volume-1931685345: volume-ed5fd22b-e11b-4c16-9fa0-4828f216a351 osv-7V-SK.EbTBafoEgo8hajUQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Parameters passed for create volume {'name': 'osv-7V-SK.EbTBafoEgo8hajUQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "ed5fd22b-e11b-4c16-9fa0-4828f216a351", "name": "volume-ed5fd22b-e11b-4c16-9fa0-4828f216a351", "type": "OpenStack", "display_name": "tempest-SnapshotsActionsTest-Volume-1931685345", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] <== create_volume: return (254ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (6cd2da65-13aa-4e70-b53f-4605bae8462d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-ed5fd22b-e11b-4c16-9fa0-4828f216a351', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (54e507ab-c91b-43c8-ae0b-4466c6badc0c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Volume volume-ed5fd22b-e11b-4c16-9fa0-4828f216a351 (ed5fd22b-e11b-4c16-9fa0-4828f216a351): created successfully +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (54e507ab-c91b-43c8-ae0b-4466c6badc0c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Flow 'volume_create_manager' (9034549b-5bbf-42b4-a6be-a0d13a9d0071) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-9481558b-b027-43d9-aaed-637ea4603f41 tempest-SnapshotsActionsTest-1528063260 None] Created volume successfully. +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] <== get_volume_stats: return (639ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:33 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:34Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-2009284660',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=88c185bb-1602-48ca-9ed7-d0b5c79bd249,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Create Snapshot +Jan 14 22:43:34 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:34Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-2009284660',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=88c185bb-1602-48ca-9ed7-d0b5c79bd249,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:43:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] <== create_snapshot: return (91ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:34 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-de34fdb9-eb8d-486b-b5b2-6f268488fb5e tempest-SnapshotsActionsTest-1528063260 None] Create snapshot completed successfully +Jan 14 22:43:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:35Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1346088085',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=96b8875e-4556-4bbe-85b6-83f29a191f17,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Create Snapshot +Jan 14 22:43:35 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:35Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1346088085',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=96b8875e-4556-4bbe-85b6-83f29a191f17,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:43:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] <== create_snapshot: return (60ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:36 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-bb02d885-6aff-4427-8fc9-fe717f76edbb tempest-SnapshotsActionsTest-1528063260 None] Create snapshot completed successfully +Jan 14 22:43:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] Acquiring lock "/opt/stack/data/cinder/cinder-96b8875e-4556-4bbe-85b6-83f29a191f17-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-96b8875e-4556-4bbe-85b6-83f29a191f17-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:36Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1346088085',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=96b8875e-4556-4bbe-85b6-83f29a191f17,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:37Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] Delete Snapshot id 96b8875e-4556-4bbe-85b6-83f29a191f17 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:36Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1346088085',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=96b8875e-4556-4bbe-85b6-83f29a191f17,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:37Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:43:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] <== delete_snapshot: return (73ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:37 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] Created reservations ['e2603d65-dede-48b6-8ce9-c5c1c7be2d92', 'fe10755c-d932-4f95-b461-98d3e9f673e0', 'd3795f0a-2285-4a26-82ae-d20412da5be0', '38476a84-1e7c-4377-a9ce-9c9e099e37ea'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:37 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] Delete snapshot completed successfully. +Jan 14 22:43:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6ec48969-d057-49f5-9da8-ac08f163e0e7 tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-96b8875e-4556-4bbe-85b6-83f29a191f17-delete_snapshot" released by "delete_snapshot" :: held 0.129s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1622503050',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fb8e072a-d230-4ad6-b8eb-8480f0ce343e,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Create Snapshot +Jan 14 22:43:38 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1622503050',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fb8e072a-d230-4ad6-b8eb-8480f0ce343e,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:43:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] <== create_snapshot: return (57ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:38 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e4a4e248-06ee-4e1f-a8e7-09836371aeab tempest-SnapshotsActionsTest-1528063260 None] Create snapshot completed successfully +Jan 14 22:43:39 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] Acquiring lock "/opt/stack/data/cinder/cinder-fb8e072a-d230-4ad6-b8eb-8480f0ce343e-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:39 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-fb8e072a-d230-4ad6-b8eb-8480f0ce343e-delete_snapshot" acquired by "delete_snapshot" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1622503050',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fb8e072a-d230-4ad6-b8eb-8480f0ce343e,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:39Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] Delete Snapshot id fb8e072a-d230-4ad6-b8eb-8480f0ce343e Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1622503050',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fb8e072a-d230-4ad6-b8eb-8480f0ce343e,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:39Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:43:39 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:39 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] <== delete_snapshot: return (51ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:39 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] Created reservations ['64c257b3-4385-4eb1-8878-dc8e47ab86fa', '83ddb44b-1d9e-494c-8c72-b032ed8040d9', '7ef95dcd-3273-4f7e-b4ef-265281b461df', 'f7096089-2de7-4551-a567-4f964c0aff66'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:39 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] Delete snapshot completed successfully. +Jan 14 22:43:39 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-76663f8b-1fcd-4fd2-b3e7-b4fc3e84838c tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-fb8e072a-d230-4ad6-b8eb-8480f0ce343e-delete_snapshot" released by "delete_snapshot" :: held 0.118s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1729377594',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=b61e86e7-3151-4075-acd6-39c3e0dd56d9,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Create Snapshot +Jan 14 22:43:40 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1729377594',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=b61e86e7-3151-4075-acd6-39c3e0dd56d9,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:43:40 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:40 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] <== create_snapshot: return (58ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:40 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-f8fed3ac-6fe8-4551-89c4-88f16cec99ea tempest-SnapshotsActionsTest-1528063260 None] Create snapshot completed successfully +Jan 14 22:43:41 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] Acquiring lock "/opt/stack/data/cinder/cinder-b61e86e7-3151-4075-acd6-39c3e0dd56d9-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:41 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-b61e86e7-3151-4075-acd6-39c3e0dd56d9-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1729377594',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=b61e86e7-3151-4075-acd6-39c3e0dd56d9,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:42Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] Delete Snapshot id b61e86e7-3151-4075-acd6-39c3e0dd56d9 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-1729377594',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=b61e86e7-3151-4075-acd6-39c3e0dd56d9,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:42Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:43:41 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:41 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] <== delete_snapshot: return (57ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:42 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] Created reservations ['96727289-979d-4b26-b99f-418371bfb020', '64b8bcd7-416c-4a15-ab3c-19cdc6f2904d', '5fb26baf-bbeb-4c8e-b3a6-0a1b4fbd845c', 'ff849677-e702-4ba5-b569-3449dc29767f'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:42 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] Delete snapshot completed successfully. +Jan 14 22:43:42 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-38cc4205-f931-4851-943c-465df6f51743 tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-b61e86e7-3151-4075-acd6-39c3e0dd56d9-delete_snapshot" released by "delete_snapshot" :: held 0.116s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:43Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240632468',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=38863182-40a4-4fa0-b0d8-500f821d9249,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Create Snapshot +Jan 14 22:43:43 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:43Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240632468',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=38863182-40a4-4fa0-b0d8-500f821d9249,metadata={},progress='0%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=,volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:43:43 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] <== create_snapshot: return (62ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:43 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-2f610761-2e6d-4d43-8ab0-a23383dad1e7 tempest-SnapshotsActionsTest-1528063260 None] Create snapshot completed successfully +Jan 14 22:43:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] Acquiring lock "/opt/stack/data/cinder/cinder-38863182-40a4-4fa0-b0d8-500f821d9249-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-38863182-40a4-4fa0-b0d8-500f821d9249-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:43Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240632468',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=38863182-40a4-4fa0-b0d8-500f821d9249,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:44Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] Delete Snapshot id 38863182-40a4-4fa0-b0d8-500f821d9249 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:43Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-240632468',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=38863182-40a4-4fa0-b0d8-500f821d9249,metadata={},progress='100%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:44Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:43:44 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] <== delete_snapshot: return (49ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:44 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] Created reservations ['60c219c5-5687-48bc-92cd-d697c5fa25f3', '10b1c479-8735-493f-a265-93d3a2c6e2b3', 'b38b9f5d-523b-48b8-9886-95ddd602020f', 'bd1121fb-831b-434e-9dd2-775883136954'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:44 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] Delete snapshot completed successfully. +Jan 14 22:43:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0e3e8210-5315-49ff-bf7b-b704a5bd526d tempest-SnapshotsActionsTest-1153692828 None] Lock "/opt/stack/data/cinder/cinder-38863182-40a4-4fa0-b0d8-500f821d9249-delete_snapshot" released by "delete_snapshot" :: held 0.118s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:45 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] Acquiring lock "/opt/stack/data/cinder/cinder-88c185bb-1602-48ca-9ed7-d0b5c79bd249-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:45 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] Lock "/opt/stack/data/cinder/cinder-88c185bb-1602-48ca-9ed7-d0b5c79bd249-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:35Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-2009284660',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=88c185bb-1602-48ca-9ed7-d0b5c79bd249,metadata={},progress='80%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:46Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] Delete Snapshot id 88c185bb-1602-48ca-9ed7-d0b5c79bd249 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:43:35Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Snapshot-2009284660',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=88c185bb-1602-48ca-9ed7-d0b5c79bd249,metadata={},progress='80%',project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:43:46Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume=Volume(ed5fd22b-e11b-4c16-9fa0-4828f216a351),volume_id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:43:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] <== delete_snapshot: return (48ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:45 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] Created reservations ['10863c2e-7c06-4b23-8d7a-bbf1d42f0f50', 'f9f3db02-f60a-44d2-8b81-3404c9f4cb5d', 'a025b1c4-773d-4e65-adc5-c43d78eb4db7', '880604d3-c794-4b60-b36d-30eff65b32ed'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:45 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] Delete snapshot completed successfully. +Jan 14 22:43:45 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e546ac70-96bf-490f-aa4f-28d4b7b9a14e tempest-SnapshotsActionsTest-1528063260 None] Lock "/opt/stack/data/cinder/cinder-88c185bb-1602-48ca-9ed7-d0b5c79bd249-delete_snapshot" released by "delete_snapshot" :: held 0.115s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Acquiring lock "/opt/stack/data/cinder/cinder-ed5fd22b-e11b-4c16-9fa0-4828f216a351-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Lock "/opt/stack/data/cinder/cinder-ed5fd22b-e11b-4c16-9fa0-4828f216a351-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:43:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotsActionsTest-Volume-1931685345',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ed5fd22b-e11b-4c16-9fa0-4828f216a351,launched_at=2025-01-14T22:43:34Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='06010f2bf25047129373ac9cbc2499d3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:43:34Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:43:47Z,updated_at=2025-01-14T22:43:47Z,use_quota=True,user_id='83fc3f0d2e8f4fc5b25341ca78a62586',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] DELETE volume vol_id: ed5fd22b-e11b-4c16-9fa0-4828f216a351, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] volume_name: osv-7V-SK.EbTBafoEgo8hajUQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:46 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] <== delete_volume: return (118ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Created reservations ['81b66f37-68a0-4f6f-9390-ed27c2b3db55', '1cc21914-6d95-43e8-8fad-c6e88409de2e', '0a2a9298-d14e-4bfd-9074-324a6fba9349', '6412892f-0cb5-4a7f-92f3-21ee00816444'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:43:46 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:46 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:47 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:47 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:47 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:43:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:43:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] <== get_volume_stats: return (1139ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:43:48 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:43:48 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Deleted volume successfully. +Jan 14 22:43:48 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-847418bb-02ff-4e9b-af9c-863a7066f05a tempest-SnapshotsActionsTest-1528063260 None] Lock "/opt/stack/data/cinder/cinder-ed5fd22b-e11b-4c16-9fa0-4828f216a351-delete_volume" released by "delete_volume" :: held 1.350s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_manager' (b02ed8ba-12f4-4782-ad8f-fc1fc2e59dc9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (55dbc6c7-ddae-4b4a-b876-0d08c5dcf8db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (55dbc6c7-ddae-4b4a-b876-0d08c5dcf8db) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-816043703',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e4796ce4-e958-4bb9-84f8-1ffd68e226fb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0a72a83cda9c4a95bd4636159faf2b2b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:03Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:03Z,use_quota=True,user_id='e44447f7afea4e0fb0bea36f12a84726',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1ed964bf-ef59-4332-8ec8-ce27d9cca5e5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1ed964bf-ef59-4332-8ec8-ce27d9cca5e5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (9555fd94-e56a-43b5-bf72-635b90a23a1d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (9555fd94-e56a-43b5-bf72-635b90a23a1d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'e4796ce4-e958-4bb9-84f8-1ffd68e226fb', 'volume_name': 'volume-e4796ce4-e958-4bb9-84f8-1ffd68e226fb', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c9e7cf93-5910-4f2e-a63b-ba515bf6715f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c9e7cf93-5910-4f2e-a63b-ba515bf6715f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (cc40780c-bd9b-4151-a3ef-24cf60cafc21) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume e4796ce4-e958-4bb9-84f8-1ffd68e226fb: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-e4796ce4-e958-4bb9-84f8-1ffd68e226fb', 'volume_size': 1} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-816043703',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e4796ce4-e958-4bb9-84f8-1ffd68e226fb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0a72a83cda9c4a95bd4636159faf2b2b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:03Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:03Z,use_quota=True,user_id='e44447f7afea4e0fb0bea36f12a84726',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] CREATE VOLUME (tempest-VolumeQuotasAdminTestJSON-Volume-816043703: volume-e4796ce4-e958-4bb9-84f8-1ffd68e226fb osv-5Hls5OlYS7mE.B-9aOIm.w on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Parameters passed for create volume {'name': 'osv-5Hls5OlYS7mE.B-9aOIm.w', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "e4796ce4-e958-4bb9-84f8-1ffd68e226fb", "name": "volume-e4796ce4-e958-4bb9-84f8-1ffd68e226fb", "type": "OpenStack", "display_name": "tempest-VolumeQuotasAdminTestJSON-Volume-816043703", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] <== create_volume: return (242ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (cc40780c-bd9b-4151-a3ef-24cf60cafc21) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-e4796ce4-e958-4bb9-84f8-1ffd68e226fb', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6567c07c-d3b4-4f16-a7bb-654a80f73fd5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume volume-e4796ce4-e958-4bb9-84f8-1ffd68e226fb (e4796ce4-e958-4bb9-84f8-1ffd68e226fb): created successfully +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6567c07c-d3b4-4f16-a7bb-654a80f73fd5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_manager' (b02ed8ba-12f4-4782-ad8f-fc1fc2e59dc9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:03 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-a396accb-886b-4cdd-8652-e1cc494f5005 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Created volume successfully. +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Acquiring lock "/opt/stack/data/cinder/cinder-e4796ce4-e958-4bb9-84f8-1ffd68e226fb-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Lock "/opt/stack/data/cinder/cinder-e4796ce4-e958-4bb9-84f8-1ffd68e226fb-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-816043703',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e4796ce4-e958-4bb9-84f8-1ffd68e226fb,launched_at=2025-01-14T22:44:04Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0a72a83cda9c4a95bd4636159faf2b2b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:03Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:05Z,updated_at=2025-01-14T22:44:05Z,use_quota=True,user_id='e44447f7afea4e0fb0bea36f12a84726',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] DELETE volume vol_id: e4796ce4-e958-4bb9-84f8-1ffd68e226fb, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] volume_name: osv-5Hls5OlYS7mE.B-9aOIm.w {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:04 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] <== delete_volume: return (124ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Created reservations ['a4a9864a-2cb0-4c70-8506-1e09594dc524', '0fef87ae-b294-4675-a129-6f7451179a9f', '3e4578da-28e1-47e8-92ac-cbb51d41cd4b', 'ecf6df92-fb3b-44bc-b126-e695146e0fbb'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:04 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:04 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:04 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:04 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:05 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:05 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:05 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:05 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] <== get_volume_stats: return (636ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Deleted volume successfully. +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-1ed1dcae-4af2-419b-880c-acd21ace8b00 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Lock "/opt/stack/data/cinder/cinder-e4796ce4-e958-4bb9-84f8-1ffd68e226fb-delete_volume" released by "delete_volume" :: held 0.855s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_manager' (4aec7500-0c7a-4364-aca6-5bc1c7ff18da) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (983b4ef6-7442-40c3-b9ce-d0c392b0a1a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (983b4ef6-7442-40c3-b9ce-d0c392b0a1a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-341359777',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0a72a83cda9c4a95bd4636159faf2b2b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:06Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:06Z,use_quota=True,user_id='e44447f7afea4e0fb0bea36f12a84726',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (834d05eb-d876-42a8-9b2a-3ae0357f61f1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (834d05eb-d876-42a8-9b2a-3ae0357f61f1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1dccfcd4-bfe2-4538-ab24-bb05b1da8d5a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1dccfcd4-bfe2-4538-ab24-bb05b1da8d5a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb', 'volume_name': 'volume-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c9340928-c4dc-476d-a0e5-836958625f37) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c9340928-c4dc-476d-a0e5-836958625f37) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (2a0d7ce2-8bb1-4093-9792-7905fb648a62) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb', 'volume_size': 1} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-341359777',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0a72a83cda9c4a95bd4636159faf2b2b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:06Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:06Z,use_quota=True,user_id='e44447f7afea4e0fb0bea36f12a84726',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] CREATE VOLUME (tempest-VolumeQuotasAdminTestJSON-Volume-341359777: volume-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb osv-tPmih3.KQLSOwoibS50c6w on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Parameters passed for create volume {'name': 'osv-tPmih3.KQLSOwoibS50c6w', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb", "name": "volume-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb", "type": "OpenStack", "display_name": "tempest-VolumeQuotasAdminTestJSON-Volume-341359777", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:05 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:05 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] <== create_volume: return (242ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (2a0d7ce2-8bb1-4093-9792-7905fb648a62) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6b1f47a0-28b0-4ada-b152-d1d3fbd7f51b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:06 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Volume volume-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb (b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb): created successfully +Jan 14 22:44:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6b1f47a0-28b0-4ada-b152-d1d3fbd7f51b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Flow 'volume_create_manager' (4aec7500-0c7a-4364-aca6-5bc1c7ff18da) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:06 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-847fde89-90c4-4a94-b35b-15bfef6dd1c0 tempest-VolumeQuotasAdminTestJSON-2045703389 None] Created volume successfully. +Jan 14 22:44:07 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-1a694d7f-ca4a-4fa8-9602-7e92976f975e tempest-VolumeQuotasAdminTestJSON-147490250 None] Transfer volume completed successfully. +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] Acquiring lock "/opt/stack/data/cinder/cinder-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] Lock "/opt/stack/data/cinder/cinder-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasAdminTestJSON-Volume-341359777',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb,launched_at=2025-01-14T22:44:06Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='8abcc94ddfb449abbd0d4efeacff95bc',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:06Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:08Z,updated_at=2025-01-14T22:44:08Z,use_quota=True,user_id='c29683be165a4f5f9b696078ffc2d9de',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] DELETE volume vol_id: b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] volume_name: osv-tPmih3.KQLSOwoibS50c6w {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] <== delete_volume: return (120ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] Created reservations ['1230bf10-6878-4470-8bd0-cd28e48bf30e', '2987637d-dcf7-4685-88ba-7aea7cbb0419', 'e8145ad1-edeb-409c-9c2e-5f662c7b5d5d', '596495eb-a570-41a7-8126-affec7c51fdc'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] <== get_volume_stats: return (624ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:08 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] Deleted volume successfully. +Jan 14 22:44:08 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-dc895d06-47fd-4d63-acc7-9458e0c31719 tempest-VolumeQuotasAdminTestJSON-1792726324 None] Lock "/opt/stack/data/cinder/cinder-b4f9a287-7f8a-40b4-8ec2-889b4b9d1ceb-delete_volume" released by "delete_volume" :: held 0.839s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Flow 'volume_create_manager' (e69bf5ba-4672-4299-9daf-4262898e2b2a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (5e3d19cc-588c-4fb4-8dc5-c10ee30799b2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (5e3d19cc-588c-4fb4-8dc5-c10ee30799b2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=4c8a0bfa-138c-43ee-8094-86a8c5439fe7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a667ad6ae8b547ff96b11f6d1294db7b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:12Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:12Z,use_quota=True,user_id='be2dcb6e95414ccf83de494900ba7edf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (48437c35-9d42-442a-823b-c61c1b160d3a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (48437c35-9d42-442a-823b-c61c1b160d3a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (52e5febe-eb5a-44b0-bd67-19da09d75d25) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (52e5febe-eb5a-44b0-bd67-19da09d75d25) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '4c8a0bfa-138c-43ee-8094-86a8c5439fe7', 'volume_name': 'volume-4c8a0bfa-138c-43ee-8094-86a8c5439fe7', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (7c8a6b18-563c-449e-9560-4df7bc5d94a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (7c8a6b18-563c-449e-9560-4df7bc5d94a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (b9746e7f-d07e-4c00-9089-520aa3ef1ed5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Volume 4c8a0bfa-138c-43ee-8094-86a8c5439fe7: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-4c8a0bfa-138c-43ee-8094-86a8c5439fe7', 'volume_size': 1} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=4c8a0bfa-138c-43ee-8094-86a8c5439fe7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a667ad6ae8b547ff96b11f6d1294db7b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:12Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:12Z,use_quota=True,user_id='be2dcb6e95414ccf83de494900ba7edf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] CREATE VOLUME (tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878: volume-4c8a0bfa-138c-43ee-8094-86a8c5439fe7 osv-TIoL.hOMQ.6AlIaoxUOf5w on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Parameters passed for create volume {'name': 'osv-TIoL.hOMQ.6AlIaoxUOf5w', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "4c8a0bfa-138c-43ee-8094-86a8c5439fe7", "name": "volume-4c8a0bfa-138c-43ee-8094-86a8c5439fe7", "type": "OpenStack", "display_name": "tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] <== create_volume: return (237ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (b9746e7f-d07e-4c00-9089-520aa3ef1ed5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-4c8a0bfa-138c-43ee-8094-86a8c5439fe7', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3b3cdc20-aa5e-4359-83c6-15e251564da3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Volume volume-4c8a0bfa-138c-43ee-8094-86a8c5439fe7 (4c8a0bfa-138c-43ee-8094-86a8c5439fe7): created successfully +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (3b3cdc20-aa5e-4359-83c6-15e251564da3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Flow 'volume_create_manager' (e69bf5ba-4672-4299-9daf-4262898e2b2a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:12 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-bd3e806b-255c-400d-9398-a4d3c30144d8 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Created volume successfully. +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Acquiring lock "/opt/stack/data/cinder/cinder-4c8a0bfa-138c-43ee-8094-86a8c5439fe7-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Lock "/opt/stack/data/cinder/cinder-4c8a0bfa-138c-43ee-8094-86a8c5439fe7-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeQuotasNegativeTestJSON-Volume-1217541878',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=4c8a0bfa-138c-43ee-8094-86a8c5439fe7,launched_at=2025-01-14T22:44:12Z,metadata={},migration_status=None,multiattach=False,previous_status='available',project_id='a667ad6ae8b547ff96b11f6d1294db7b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:12Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:14Z,updated_at=2025-01-14T22:44:14Z,use_quota=True,user_id='be2dcb6e95414ccf83de494900ba7edf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] DELETE volume vol_id: 4c8a0bfa-138c-43ee-8094-86a8c5439fe7, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] volume_name: osv-TIoL.hOMQ.6AlIaoxUOf5w {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] <== delete_volume: return (127ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Created reservations ['b2f4bbac-82bd-4cc0-b80c-93052ae0a10d', 'a6717c3b-ff64-4203-af64-a62f17a65101', '2a43b3ef-1e51-4249-89a2-f8678a3e7b98', '17252a05-c469-40bb-9b07-22cf09e34f85'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:14 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:14 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:14 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:14 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] <== get_volume_stats: return (607ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:14 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:14 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Deleted volume successfully. +Jan 14 22:44:14 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-957d9e06-54cf-40f2-ad9e-8a4c28270dc0 tempest-VolumeQuotasNegativeTestJSON-692683748 None] Lock "/opt/stack/data/cinder/cinder-4c8a0bfa-138c-43ee-8094-86a8c5439fe7-delete_volume" released by "delete_volume" :: held 0.828s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Flow 'volume_create_manager' (fd4cdde2-9b04-4f7c-9f7f-3bd458bb99cc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (749c4617-7bdd-4078-9395-4ead7375b0f0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (749c4617-7bdd-4078-9395-4ead7375b0f0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d9b14fa7-ef9f-4b65-be11-e58dc2fe117f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0bc77edcdfdf428390615e7ce291612c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:17Z,use_quota=True,user_id='86be688fe22c4cd29dded48a5b090def',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(9da094d7-d8f6-427c-a273-5f8609d17ee6),volume_type_id=9da094d7-d8f6-427c-a273-5f8609d17ee6)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e58395a3-db70-4a11-b7a3-119cf02173bd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e58395a3-db70-4a11-b7a3-119cf02173bd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6657bad0-8e22-4121-a842-43b38d49d59a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6657bad0-8e22-4121-a842-43b38d49d59a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'd9b14fa7-ef9f-4b65-be11-e58dc2fe117f', 'volume_name': 'volume-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6779cfd7-d68f-4f47-bccc-3162b6c28337) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (6779cfd7-d68f-4f47-bccc-3162b6c28337) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (81123846-690b-42d8-9404-91fe3f1eb7ee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Volume d9b14fa7-ef9f-4b65-be11-e58dc2fe117f: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f', 'volume_size': 1} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d9b14fa7-ef9f-4b65-be11-e58dc2fe117f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='0bc77edcdfdf428390615e7ce291612c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:17Z,use_quota=True,user_id='86be688fe22c4cd29dded48a5b090def',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(9da094d7-d8f6-427c-a273-5f8609d17ee6),volume_type_id=9da094d7-d8f6-427c-a273-5f8609d17ee6), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] CREATE VOLUME (tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504: volume-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f osv-2bFPp..fS2W.EeWNwv4Rfw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Parameters passed for create volume {'name': 'osv-2bFPp..fS2W.EeWNwv4Rfw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "d9b14fa7-ef9f-4b65-be11-e58dc2fe117f", "name": "volume-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f", "type": "OpenStack", "display_name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504", "volume_type_name": "volume-type-1", "volume_type_id": "9da094d7-d8f6-427c-a273-5f8609d17ee6", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:17 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] <== create_volume: return (400ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (81123846-690b-42d8-9404-91fe3f1eb7ee) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (4f3a6efd-a272-4208-aac8-18e0bc0dd3c8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Volume volume-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f (d9b14fa7-ef9f-4b65-be11-e58dc2fe117f): created successfully +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (4f3a6efd-a272-4208-aac8-18e0bc0dd3c8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Flow 'volume_create_manager' (fd4cdde2-9b04-4f7c-9f7f-3bd458bb99cc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:17 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-299c59b2-886d-49a9-be25-d72960eeaed5 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Created volume successfully. +Jan 14 22:44:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] <== get_volume_stats: return (714ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-86282da1-1555-4426-bb61-65c9742394d6 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Retype volume completed successfully. +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Acquiring lock "/opt/stack/data/cinder/cinder-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Lock "/opt/stack/data/cinder/cinder-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeRetypeWithoutMigrationTest-Volume-161695504',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d9b14fa7-ef9f-4b65-be11-e58dc2fe117f,launched_at=2025-01-14T22:44:18Z,metadata={},migration_status=None,multiattach=False,previous_status='available',project_id='0bc77edcdfdf428390615e7ce291612c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:17Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:19Z,updated_at=2025-01-14T22:44:19Z,use_quota=True,user_id='86be688fe22c4cd29dded48a5b090def',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(28bac4b4-cb9b-487b-9c8b-cbb85d907b23),volume_type_id=28bac4b4-cb9b-487b-9c8b-cbb85d907b23)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] DELETE volume vol_id: d9b14fa7-ef9f-4b65-be11-e58dc2fe117f, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] volume_name: osv-2bFPp..fS2W.EeWNwv4Rfw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:19 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] <== delete_volume: return (132ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Deprecated: Default quota for resource: volumes_volume-type-2 is set by the default quota flag: quota_volumes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:19 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Deprecated: Default quota for resource: gigabytes_volume-type-2 is set by the default quota flag: quota_gigabytes_volume-type-2, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Created reservations ['b3764aa4-8013-4a5b-8525-56201f8b97de', 'fa9bc8d6-f502-4a4e-a365-da13a6612e01', '3f124314-2081-43ae-85d1-514aa578b7a8', '68af3707-c679-4469-a09a-30d899341719'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:19 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:19 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:19 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:19 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:20 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:20 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:20 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:20 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] <== get_volume_stats: return (750ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:20 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:20 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Deleted volume successfully. +Jan 14 22:44:20 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-409f3451-e069-453a-9586-62ac982469b9 tempest-VolumeRetypeWithoutMigrationTest-930269313 None] Lock "/opt/stack/data/cinder/cinder-d9b14fa7-ef9f-4b65-be11-e58dc2fe117f-delete_volume" released by "delete_volume" :: held 0.991s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Flow 'volume_create_manager' (821e73d5-584f-47a7-ab6c-6f3148543b1b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4656be13-9d9a-424f-9189-5e6ae2f5effb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (4656be13-9d9a-424f-9189-5e6ae2f5effb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-1855564209',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5424f8a8-25ef-4ce6-ae97-8d1259e5e18e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a3d022a52984e40b3257f10a13c4fa2',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:23Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:23Z,use_quota=True,user_id='91add5d6388e4661a7f24e8590860baf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0cebec74-00a4-45cf-981f-a3ccfe1885fe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (0cebec74-00a4-45cf-981f-a3ccfe1885fe) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (458e5a51-0ecd-4809-b13a-03018aaa82c5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (458e5a51-0ecd-4809-b13a-03018aaa82c5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '5424f8a8-25ef-4ce6-ae97-8d1259e5e18e', 'volume_name': 'volume-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (1c2ef445-955f-4a23-b1eb-bade314f0374) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (1c2ef445-955f-4a23-b1eb-bade314f0374) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7f7bce28-8237-48d8-99f2-e4a38eb2b733) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Volume 5424f8a8-25ef-4ce6-ae97-8d1259e5e18e: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e', 'volume_size': 1} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-1855564209',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5424f8a8-25ef-4ce6-ae97-8d1259e5e18e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a3d022a52984e40b3257f10a13c4fa2',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:23Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:23Z,use_quota=True,user_id='91add5d6388e4661a7f24e8590860baf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] CREATE VOLUME (tempest-VolumesServicesTestJSON-Volume-1855564209: volume-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e osv-VCT4qCXvTOaul40SWeXhjg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Parameters passed for create volume {'name': 'osv-VCT4qCXvTOaul40SWeXhjg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "5424f8a8-25ef-4ce6-ae97-8d1259e5e18e", "name": "volume-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e", "type": "OpenStack", "display_name": "tempest-VolumesServicesTestJSON-Volume-1855564209", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] <== create_volume: return (235ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7f7bce28-8237-48d8-99f2-e4a38eb2b733) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (09cdad6f-eee5-4e3d-8083-dfa40dec4dc9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Volume volume-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e (5424f8a8-25ef-4ce6-ae97-8d1259e5e18e): created successfully +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (09cdad6f-eee5-4e3d-8083-dfa40dec4dc9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Flow 'volume_create_manager' (821e73d5-584f-47a7-ab6c-6f3148543b1b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:23 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-2a5cd575-a3ae-4107-89fb-ae10c3e58a19 tempest-VolumesServicesTestJSON-1281175982 None] Created volume successfully. +Jan 14 22:44:23 ubuntu cinder-volume[115517]: DEBUG oslo_service.periodic_task [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115517) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:44:23 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:44:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:44:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:44:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:44:24 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] <== get_volume_stats: return (625ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:24 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] Acquiring lock "/opt/stack/data/cinder/cinder-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] Lock "/opt/stack/data/cinder/cinder-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesServicesTestJSON-Volume-1855564209',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5424f8a8-25ef-4ce6-ae97-8d1259e5e18e,launched_at=2025-01-14T22:44:23Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a3d022a52984e40b3257f10a13c4fa2',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:23Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:24Z,updated_at=2025-01-14T22:44:24Z,use_quota=True,user_id='91add5d6388e4661a7f24e8590860baf',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] DELETE volume vol_id: 5424f8a8-25ef-4ce6-ae97-8d1259e5e18e, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] volume_name: osv-VCT4qCXvTOaul40SWeXhjg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] <== delete_volume: return (121ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] Created reservations ['48c29d64-6f0b-4f95-a207-2da78672243a', 'e3843a8b-7731-49cf-b8fb-2e6edc5ed338', '0b9efba6-31b0-4453-ba1e-e47346c3d574', '5243198f-9b96-4d9d-a57d-dd6519c5db78'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] <== get_volume_stats: return (607ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:25 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:25 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] Deleted volume successfully. +Jan 14 22:44:25 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-bad35cd9-478a-4d42-b214-b98e3892fb83 tempest-VolumesServicesTestJSON-1281175982 None] Lock "/opt/stack/data/cinder/cinder-5424f8a8-25ef-4ce6-ae97-8d1259e5e18e-delete_volume" released by "delete_volume" :: held 0.841s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Flow 'volume_create_manager' (64bfcff4-701d-4d9c-ba1d-112ecf747405) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (250e01e6-48aa-49bb-8442-af9eff8e6ff7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (250e01e6-48aa-49bb-8442-af9eff8e6ff7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=32f6a277-33e7-4678-accf-66412c7dacb7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:30Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:30Z,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (3d25468d-c103-4f37-a2f2-8c4d67e58151) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (3d25468d-c103-4f37-a2f2-8c4d67e58151) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (796ebbee-17d3-4928-af39-3cd844940258) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (796ebbee-17d3-4928-af39-3cd844940258) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '32f6a277-33e7-4678-accf-66412c7dacb7', 'volume_name': 'volume-32f6a277-33e7-4678-accf-66412c7dacb7', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (75cc9841-bd4d-4941-8437-f126651379f9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (75cc9841-bd4d-4941-8437-f126651379f9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (dda4dc1a-7bd2-4eff-9712-b9d208aef829) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Volume 32f6a277-33e7-4678-accf-66412c7dacb7: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-32f6a277-33e7-4678-accf-66412c7dacb7', 'volume_size': 1} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=32f6a277-33e7-4678-accf-66412c7dacb7,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:30Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:30Z,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] CREATE VOLUME (tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282: volume-32f6a277-33e7-4678-accf-66412c7dacb7 osv-MvaidzPnRnisz2ZBLH2stw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Parameters passed for create volume {'name': 'osv-MvaidzPnRnisz2ZBLH2stw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "32f6a277-33e7-4678-accf-66412c7dacb7", "name": "volume-32f6a277-33e7-4678-accf-66412c7dacb7", "type": "OpenStack", "display_name": "tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:29 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:29 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] <== create_volume: return (259ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (dda4dc1a-7bd2-4eff-9712-b9d208aef829) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-32f6a277-33e7-4678-accf-66412c7dacb7', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ebc79a19-6582-482c-bd34-2a5e410f283e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:30 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Volume volume-32f6a277-33e7-4678-accf-66412c7dacb7 (32f6a277-33e7-4678-accf-66412c7dacb7): created successfully +Jan 14 22:44:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ebc79a19-6582-482c-bd34-2a5e410f283e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Flow 'volume_create_manager' (64bfcff4-701d-4d9c-ba1d-112ecf747405) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:30 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-48e1fe3f-8dd4-4269-b67b-86fb50116ee8 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Created volume successfully. +Jan 14 22:44:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:44:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-108409040',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0eeee082-b105-4460-a8b5-b4ec82c7b3d2,metadata={},progress='0%',project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume=,volume_id=32f6a277-33e7-4678-accf-66412c7dacb7,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Create Snapshot +Jan 14 22:44:30 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:44:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-108409040',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0eeee082-b105-4460-a8b5-b4ec82c7b3d2,metadata={},progress='0%',project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume=,volume_id=32f6a277-33e7-4678-accf-66412c7dacb7,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:44:30 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:30 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] <== create_snapshot: return (66ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:31 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-a5ba3dd4-b8cc-4c1f-afcb-12868edb3654 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Create snapshot completed successfully +Jan 14 22:44:32 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Acquiring lock "/opt/stack/data/cinder/cinder-0eeee082-b105-4460-a8b5-b4ec82c7b3d2-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:32 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Lock "/opt/stack/data/cinder/cinder-0eeee082-b105-4460-a8b5-b4ec82c7b3d2-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:44:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-108409040',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0eeee082-b105-4460-a8b5-b4ec82c7b3d2,metadata={},progress='100%',project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:44:31Z,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume=Volume(32f6a277-33e7-4678-accf-66412c7dacb7),volume_id=32f6a277-33e7-4678-accf-66412c7dacb7,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Delete Snapshot id 0eeee082-b105-4460-a8b5-b4ec82c7b3d2 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:44:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Snapshot-108409040',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=0eeee082-b105-4460-a8b5-b4ec82c7b3d2,metadata={},progress='100%',project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:44:31Z,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume=Volume(32f6a277-33e7-4678-accf-66412c7dacb7),volume_id=32f6a277-33e7-4678-accf-66412c7dacb7,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:44:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] <== delete_snapshot: return (52ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:32 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Created reservations ['3a648239-76ac-4c3a-8513-01c8c3388b50', '80f17c9b-7dd1-4b99-8f12-6ef561e85aac', 'fc168c08-3efd-4261-a44d-d149daedc7a1', '4ae1ad7c-113c-474d-95cd-d2339ddc99ea'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:32 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Delete snapshot completed successfully. +Jan 14 22:44:32 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5ae9cd5a-5c1b-4c22-ba4c-0ae5035eec7a tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Lock "/opt/stack/data/cinder/cinder-0eeee082-b105-4460-a8b5-b4ec82c7b3d2-delete_snapshot" released by "delete_snapshot" :: held 0.113s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG oslo_service.periodic_task [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115516) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Acquiring lock "/opt/stack/data/cinder/cinder-32f6a277-33e7-4678-accf-66412c7dacb7-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Lock "/opt/stack/data/cinder/cinder-32f6a277-33e7-4678-accf-66412c7dacb7-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:30Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-2079354282',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=32f6a277-33e7-4678-accf-66412c7dacb7,launched_at=2025-01-14T22:44:30Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f821a1bf9483483790914830ddc8e3ad',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:30Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:33Z,updated_at=2025-01-14T22:44:33Z,use_quota=True,user_id='4843798f074e46e09ae735108a0a4c1a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] DELETE volume vol_id: 32f6a277-33e7-4678-accf-66412c7dacb7, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] volume_name: osv-MvaidzPnRnisz2ZBLH2stw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] <== delete_volume: return (221ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Created reservations ['e4daf85e-02cb-4c8d-b392-2d316cd2eac0', '4fec92c6-b671-465e-8bef-ccbbbadc87bf', 'be2469c8-4b9b-40fd-b0bb-72e71ea2342e', '3aa81b9b-8015-4a95-854a-56cc4e90719c'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] <== get_volume_stats: return (734ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:34 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] <== get_volume_stats: return (579ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:34 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:34 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Deleted volume successfully. +Jan 14 22:44:34 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-9b1e5547-7ea9-478d-beda-0aa12d4e3e68 tempest-VolumeSnapshotQuotasNegativeTestJSON-2085327623 None] Lock "/opt/stack/data/cinder/cinder-32f6a277-33e7-4678-accf-66412c7dacb7-delete_volume" released by "delete_volume" :: held 0.893s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Flow 'volume_create_manager' (79903afb-3e91-4d8d-9beb-47adaf120357) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (409ef94c-fa60-4387-943b-28220f75a5a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (409ef94c-fa60-4387-943b-28220f75a5a6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-337577982',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d5b77036-d3ec-44f1-917e-695c6689f7f8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='9b3c527f17204637830dee1c7bb65e22',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:37Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:37Z,use_quota=True,user_id='f116984d4e5d4d30ab60682a86fe4fca',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(7363a44f-a40e-4fd7-a996-d95c6c177d7f),volume_type_id=7363a44f-a40e-4fd7-a996-d95c6c177d7f)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (cc7b8eb8-cfab-4d7c-8561-a37da015feaa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (cc7b8eb8-cfab-4d7c-8561-a37da015feaa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fc2f7286-5250-49b7-a74e-852d50796979) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (fc2f7286-5250-49b7-a74e-852d50796979) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'd5b77036-d3ec-44f1-917e-695c6689f7f8', 'volume_name': 'volume-d5b77036-d3ec-44f1-917e-695c6689f7f8', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (fec7303d-9e74-4cf2-aa71-689c22f02627) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (fec7303d-9e74-4cf2-aa71-689c22f02627) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (182ec0ba-8bbe-4515-8dbe-7b2b66bec43f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Volume d5b77036-d3ec-44f1-917e-695c6689f7f8: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-d5b77036-d3ec-44f1-917e-695c6689f7f8', 'volume_size': 1} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-337577982',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d5b77036-d3ec-44f1-917e-695c6689f7f8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='9b3c527f17204637830dee1c7bb65e22',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:37Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:37Z,use_quota=True,user_id='f116984d4e5d4d30ab60682a86fe4fca',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(7363a44f-a40e-4fd7-a996-d95c6c177d7f),volume_type_id=7363a44f-a40e-4fd7-a996-d95c6c177d7f), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] CREATE VOLUME (tempest-VolumeTypesAccessTest-Volume-337577982: volume-d5b77036-d3ec-44f1-917e-695c6689f7f8 osv-1bdwNtPsRPGRfmlcZon3.A on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Parameters passed for create volume {'name': 'osv-1bdwNtPsRPGRfmlcZon3.A', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "d5b77036-d3ec-44f1-917e-695c6689f7f8", "name": "volume-d5b77036-d3ec-44f1-917e-695c6689f7f8", "type": "OpenStack", "display_name": "tempest-VolumeTypesAccessTest-Volume-337577982", "volume_type_name": "tempest-VolumeTypesAccessTest-volume-type-529823636", "volume_type_id": "7363a44f-a40e-4fd7-a996-d95c6c177d7f", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] <== create_volume: return (237ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (182ec0ba-8bbe-4515-8dbe-7b2b66bec43f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-d5b77036-d3ec-44f1-917e-695c6689f7f8', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (90ec80b1-c96f-464b-a656-6dc974c5b6bb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Volume volume-d5b77036-d3ec-44f1-917e-695c6689f7f8 (d5b77036-d3ec-44f1-917e-695c6689f7f8): created successfully +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (90ec80b1-c96f-464b-a656-6dc974c5b6bb) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Flow 'volume_create_manager' (79903afb-3e91-4d8d-9beb-47adaf120357) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:37 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5587888f-c326-4ddc-ac70-3812e2caa0fe tempest-VolumeTypesAccessTest-1089869715 None] Created volume successfully. +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Acquiring lock "/opt/stack/data/cinder/cinder-d5b77036-d3ec-44f1-917e-695c6689f7f8-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Lock "/opt/stack/data/cinder/cinder-d5b77036-d3ec-44f1-917e-695c6689f7f8-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:37Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesAccessTest-Volume-337577982',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d5b77036-d3ec-44f1-917e-695c6689f7f8,launched_at=2025-01-14T22:44:37Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='9b3c527f17204637830dee1c7bb65e22',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:37Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:38Z,updated_at=2025-01-14T22:44:38Z,use_quota=True,user_id='f116984d4e5d4d30ab60682a86fe4fca',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(7363a44f-a40e-4fd7-a996-d95c6c177d7f),volume_type_id=7363a44f-a40e-4fd7-a996-d95c6c177d7f)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] DELETE volume vol_id: d5b77036-d3ec-44f1-917e-695c6689f7f8, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] volume_name: osv-1bdwNtPsRPGRfmlcZon3.A {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] <== delete_volume: return (150ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesAccessTest-volume-type-529823636 is set by the default quota flag: quota_volumes_tempest-VolumeTypesAccessTest-volume-type-529823636, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:38 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesAccessTest-volume-type-529823636 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesAccessTest-volume-type-529823636, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Created reservations ['f998d439-dc30-43a8-9e79-55a06bcb5855', '7b8b0233-b661-4dab-9254-dd17a25cbf97', '4f64e3fc-728c-43c6-8629-db05418329c2', 'a70d83e4-3c4a-492a-a8f1-48357555ef26'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] <== get_volume_stats: return (912ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:39 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:39 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Deleted volume successfully. +Jan 14 22:44:39 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5c322241-785b-479e-a276-4f28998254cd tempest-VolumeTypesAccessTest-1089869715 None] Lock "/opt/stack/data/cinder/cinder-d5b77036-d3ec-44f1-917e-695c6689f7f8-delete_volume" released by "delete_volume" :: held 1.153s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Flow 'volume_create_manager' (ad7b6e6f-4f31-4dfa-b3d1-1f99455b941f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (5e27e518-4ca3-40bc-bda4-5b490ef62c23) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (5e27e518-4ca3-40bc-bda4-5b490ef62c23) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-348656514',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a5ffdf63-bc83-43fa-88c6-9525371cbbb4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='edd8ea6caf5f4138b8b419d7687b8f60',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:42Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:42Z,use_quota=True,user_id='cc9563acfb3d4d938544754d937ac2e5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(7b194180-1c42-4ca3-95af-8faea399bf47),volume_type_id=7b194180-1c42-4ca3-95af-8faea399bf47)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5e6a4730-b685-45b6-870b-7d815815ea6f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5e6a4730-b685-45b6-870b-7d815815ea6f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (7719bbb5-6314-4a53-b7f9-57037e07b0a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (7719bbb5-6314-4a53-b7f9-57037e07b0a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'a5ffdf63-bc83-43fa-88c6-9525371cbbb4', 'volume_name': 'volume-a5ffdf63-bc83-43fa-88c6-9525371cbbb4', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (08e18f32-405f-4a47-8e37-38dcd6028121) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (08e18f32-405f-4a47-8e37-38dcd6028121) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (72e6c79e-0b54-42e9-95a2-8fdef6c83607) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Volume a5ffdf63-bc83-43fa-88c6-9525371cbbb4: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-a5ffdf63-bc83-43fa-88c6-9525371cbbb4', 'volume_size': 1} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-348656514',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a5ffdf63-bc83-43fa-88c6-9525371cbbb4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='edd8ea6caf5f4138b8b419d7687b8f60',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:42Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:42Z,use_quota=True,user_id='cc9563acfb3d4d938544754d937ac2e5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(7b194180-1c42-4ca3-95af-8faea399bf47),volume_type_id=7b194180-1c42-4ca3-95af-8faea399bf47), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] CREATE VOLUME (tempest-VolumeTypesTest-volume-348656514: volume-a5ffdf63-bc83-43fa-88c6-9525371cbbb4 osv-pf-fY7yDQ-qIxpUlNxy7tA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Parameters passed for create volume {'name': 'osv-pf-fY7yDQ-qIxpUlNxy7tA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "a5ffdf63-bc83-43fa-88c6-9525371cbbb4", "name": "volume-a5ffdf63-bc83-43fa-88c6-9525371cbbb4", "type": "OpenStack", "display_name": "tempest-VolumeTypesTest-volume-348656514", "volume_type_name": "tempest-VolumeTypesTest-volume-type-1460912050", "volume_type_id": "7b194180-1c42-4ca3-95af-8faea399bf47", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:42 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] <== create_volume: return (248ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (72e6c79e-0b54-42e9-95a2-8fdef6c83607) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-a5ffdf63-bc83-43fa-88c6-9525371cbbb4', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (89b39a42-47af-49e5-a731-db7b3db5276c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Volume volume-a5ffdf63-bc83-43fa-88c6-9525371cbbb4 (a5ffdf63-bc83-43fa-88c6-9525371cbbb4): created successfully +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (89b39a42-47af-49e5-a731-db7b3db5276c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Flow 'volume_create_manager' (ad7b6e6f-4f31-4dfa-b3d1-1f99455b941f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:42 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-50580e41-6fcc-4f2e-9e95-9714780f8b2b tempest-VolumeTypesTest-598912398 None] Created volume successfully. +Jan 14 22:44:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:43 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:43 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:44 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:44 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] <== get_volume_stats: return (613ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-088e2717-34bf-49aa-9ce0-2b9268fa9bed tempest-VolumeTypesTest-598912398 None] Retype volume completed successfully. +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Acquiring lock "/opt/stack/data/cinder/cinder-a5ffdf63-bc83-43fa-88c6-9525371cbbb4-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Lock "/opt/stack/data/cinder/cinder-a5ffdf63-bc83-43fa-88c6-9525371cbbb4-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:42Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumeTypesTest-volume-348656514',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a5ffdf63-bc83-43fa-88c6-9525371cbbb4,launched_at=2025-01-14T22:44:43Z,metadata={},migration_status=None,multiattach=False,previous_status='available',project_id='edd8ea6caf5f4138b8b419d7687b8f60',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:42Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:44:45Z,updated_at=2025-01-14T22:44:45Z,use_quota=True,user_id='cc9563acfb3d4d938544754d937ac2e5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(a9ff7077-0eee-4668-ad62-80613a5973b8),volume_type_id=a9ff7077-0eee-4668-ad62-80613a5973b8)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] DELETE volume vol_id: a5ffdf63-bc83-43fa-88c6-9525371cbbb4, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] volume_name: osv-pf-fY7yDQ-qIxpUlNxy7tA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] <== delete_volume: return (122ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Deprecated: Default quota for resource: volumes_tempest-VolumeTypesTest-volume-type-1904892328 is set by the default quota flag: quota_volumes_tempest-VolumeTypesTest-volume-type-1904892328, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:44 ubuntu cinder-volume[115516]: WARNING cinder.quota [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Deprecated: Default quota for resource: gigabytes_tempest-VolumeTypesTest-volume-type-1904892328 is set by the default quota flag: quota_gigabytes_tempest-VolumeTypesTest-volume-type-1904892328, it is now deprecated. Please use the default quota class for default quota. +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Created reservations ['5527708b-e0f4-4a93-a810-09f86e3c2667', 'ebce0099-6b0a-47ca-8334-abcfbe0205dd', '5603fe9e-bef9-4a3f-be61-969fe57a9dcb', '6577116a-d5de-49fd-bd40-2306788a0eb1'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:44 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] <== get_volume_stats: return (613ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:45 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:44:45 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Deleted volume successfully. +Jan 14 22:44:45 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7c55afb1-233d-492c-bc8a-0e5732663df0 tempest-VolumeTypesTest-598912398 None] Lock "/opt/stack/data/cinder/cinder-a5ffdf63-bc83-43fa-88c6-9525371cbbb4-delete_volume" released by "delete_volume" :: held 0.842s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_manager' (fcd5367d-6ba4-4601-a3ce-e8e90080a115) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (36661caa-2ead-4418-8fd8-e3ac9f807dcd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (36661caa-2ead-4418-8fd8-e3ac9f807dcd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1197206316',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c85e4afa-79be-4ff4-a3e7-ed30a719f6e6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:56Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (c5aa9231-02cb-4dbf-bf22-4ac3ad3053e9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (c5aa9231-02cb-4dbf-bf22-4ac3ad3053e9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (70a286c4-77d4-4698-a3a5-e7c08ec4a7a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (70a286c4-77d4-4698-a3a5-e7c08ec4a7a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'c85e4afa-79be-4ff4-a3e7-ed30a719f6e6', 'volume_name': 'volume-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (25e7118e-886f-4ca9-afdd-75ae715c94d5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (25e7118e-886f-4ca9-afdd-75ae715c94d5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8e3791dc-d43c-4bf2-9d8f-c23bf01368ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Volume c85e4afa-79be-4ff4-a3e7-ed30a719f6e6: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6', 'volume_size': 1} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1197206316',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c85e4afa-79be-4ff4-a3e7-ed30a719f6e6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:56Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:56Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] CREATE VOLUME (tempest-VolumesListAdminTestJSON-Volume-1197206316: volume-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 osv-yF5K.nm.T-Sj5.0wpxn25g on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Parameters passed for create volume {'name': 'osv-yF5K.nm.T-Sj5.0wpxn25g', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "c85e4afa-79be-4ff4-a3e7-ed30a719f6e6", "name": "volume-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6", "type": "OpenStack", "display_name": "tempest-VolumesListAdminTestJSON-Volume-1197206316", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] <== create_volume: return (240ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8e3791dc-d43c-4bf2-9d8f-c23bf01368ae) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (4aff0d68-5ee6-426a-915b-b70beb2cacda) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Volume volume-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6 (c85e4afa-79be-4ff4-a3e7-ed30a719f6e6): created successfully +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (4aff0d68-5ee6-426a-915b-b70beb2cacda) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_manager' (fcd5367d-6ba4-4601-a3ce-e8e90080a115) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:55 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-c30f2c2c-5e0f-480e-b930-efbfeb7e956c tempest-VolumesListAdminTestJSON-74310328 None] Created volume successfully. +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_manager' (943a5a5e-87c5-4b29-b26e-f13f079db079) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (19399345-7029-4972-8583-e58e58c04120) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (19399345-7029-4972-8583-e58e58c04120) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-87906857',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=20b495d5-e845-4b96-88ef-d6dbc8333f76,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:57Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:57Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e95bbbd1-6f12-43a3-bbc5-5575d2a43329) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e95bbbd1-6f12-43a3-bbc5-5575d2a43329) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (80d4a111-fdf9-414b-8b67-a1dc7b1bbac9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (80d4a111-fdf9-414b-8b67-a1dc7b1bbac9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '20b495d5-e845-4b96-88ef-d6dbc8333f76', 'volume_name': 'volume-20b495d5-e845-4b96-88ef-d6dbc8333f76', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (dd933c9d-6971-452e-a48e-fec5663e994b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (dd933c9d-6971-452e-a48e-fec5663e994b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ea3abfe7-cbb3-41cd-846d-3f50ef3ec4ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Volume 20b495d5-e845-4b96-88ef-d6dbc8333f76: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-20b495d5-e845-4b96-88ef-d6dbc8333f76', 'volume_size': 1} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-87906857',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=20b495d5-e845-4b96-88ef-d6dbc8333f76,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:57Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:57Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] CREATE VOLUME (tempest-VolumesListAdminTestJSON-Volume-87906857: volume-20b495d5-e845-4b96-88ef-d6dbc8333f76 osv-ILSV1ehFS5aI79bbyDM-dg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Parameters passed for create volume {'name': 'osv-ILSV1ehFS5aI79bbyDM-dg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "20b495d5-e845-4b96-88ef-d6dbc8333f76", "name": "volume-20b495d5-e845-4b96-88ef-d6dbc8333f76", "type": "OpenStack", "display_name": "tempest-VolumesListAdminTestJSON-Volume-87906857", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:56 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:56 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] <== create_volume: return (384ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ea3abfe7-cbb3-41cd-846d-3f50ef3ec4ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-20b495d5-e845-4b96-88ef-d6dbc8333f76', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fb1d13a8-830d-4ab4-baf3-655fddf5af10) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:57 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Volume volume-20b495d5-e845-4b96-88ef-d6dbc8333f76 (20b495d5-e845-4b96-88ef-d6dbc8333f76): created successfully +Jan 14 22:44:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (fb1d13a8-830d-4ab4-baf3-655fddf5af10) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_manager' (943a5a5e-87c5-4b29-b26e-f13f079db079) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:57 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-f148ac2d-0538-4470-9e40-720150f54f39 tempest-VolumesListAdminTestJSON-74310328 None] Created volume successfully. +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_manager' (4eb28962-1dc6-4bdd-82c3-956dc44fbd93) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c2b83739-7857-4ff7-af8a-d8b79260d700) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c2b83739-7857-4ff7-af8a-d8b79260d700) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1758942307',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b53dd0ff-e88f-402d-8b7f-f90ef7ec495e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:58Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:58Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (2b7b12a1-13ff-49b2-ad9b-4f89a09746f7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (2b7b12a1-13ff-49b2-ad9b-4f89a09746f7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (ab708fb4-f7e0-46bd-a649-ff9a92051291) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (ab708fb4-f7e0-46bd-a649-ff9a92051291) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'b53dd0ff-e88f-402d-8b7f-f90ef7ec495e', 'volume_name': 'volume-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ae73bcf8-3a67-4ada-a405-30f6e7819bfa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ae73bcf8-3a67-4ada-a405-30f6e7819bfa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (583e3628-054f-40ba-b8e1-7e503210951c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Volume b53dd0ff-e88f-402d-8b7f-f90ef7ec495e: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e', 'volume_size': 1} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1758942307',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b53dd0ff-e88f-402d-8b7f-f90ef7ec495e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:58Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:58Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] CREATE VOLUME (tempest-VolumesListAdminTestJSON-Volume-1758942307: volume-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e osv-tT3Q-.iPQC2Lf-kO9.xJXg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Parameters passed for create volume {'name': 'osv-tT3Q-.iPQC2Lf-kO9.xJXg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "b53dd0ff-e88f-402d-8b7f-f90ef7ec495e", "name": "volume-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e", "type": "OpenStack", "display_name": "tempest-VolumesListAdminTestJSON-Volume-1758942307", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:58 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] <== create_volume: return (234ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (583e3628-054f-40ba-b8e1-7e503210951c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (b70883af-93f4-4e5b-87cf-e43174634ae9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Volume volume-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e (b53dd0ff-e88f-402d-8b7f-f90ef7ec495e): created successfully +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (b70883af-93f4-4e5b-87cf-e43174634ae9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Flow 'volume_create_manager' (4eb28962-1dc6-4bdd-82c3-956dc44fbd93) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:58 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-ba4e15ec-9edc-4c23-a820-74771b302cdc tempest-VolumesListAdminTestJSON-74310328 None] Created volume successfully. +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Flow 'volume_create_manager' (36d0f036-d78e-4bb8-b437-3c6f22a01bf2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (5435903a-8f95-4ea2-94be-eb2f43bd3131) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (5435903a-8f95-4ea2-94be-eb2f43bd3131) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:59Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=0e68b503-9ce3-49f9-8bc1-3505ec488499,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='951c63a8670c42698bc422672f754118',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:59Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:59Z,use_quota=True,user_id='30772e7155694285b667580f88924f6a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7adf2f64-2f94-48b8-bc88-b3087c91b842) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7adf2f64-2f94-48b8-bc88-b3087c91b842) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e42593ca-5774-4e66-a455-80ada40e429b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e42593ca-5774-4e66-a455-80ada40e429b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '0e68b503-9ce3-49f9-8bc1-3505ec488499', 'volume_name': 'volume-0e68b503-9ce3-49f9-8bc1-3505ec488499', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (378201a9-b302-4225-a2ac-300e8cfddfb0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (378201a9-b302-4225-a2ac-300e8cfddfb0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3907d685-60ac-4a44-9eac-3d4e2cdcf219) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Volume 0e68b503-9ce3-49f9-8bc1-3505ec488499: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-0e68b503-9ce3-49f9-8bc1-3505ec488499', 'volume_size': 1} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:59Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=0e68b503-9ce3-49f9-8bc1-3505ec488499,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='951c63a8670c42698bc422672f754118',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:59Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:44:59Z,use_quota=True,user_id='30772e7155694285b667580f88924f6a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] CREATE VOLUME (None: volume-0e68b503-9ce3-49f9-8bc1-3505ec488499 osv-Dmi1A5zjSfmLwTUF7EiEmQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Parameters passed for create volume {'name': 'osv-Dmi1A5zjSfmLwTUF7EiEmQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "0e68b503-9ce3-49f9-8bc1-3505ec488499", "name": "volume-0e68b503-9ce3-49f9-8bc1-3505ec488499", "type": "OpenStack", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:44:59 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] <== create_volume: return (239ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (3907d685-60ac-4a44-9eac-3d4e2cdcf219) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-0e68b503-9ce3-49f9-8bc1-3505ec488499', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9a7abffa-1898-468b-bb03-683e312464bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Volume volume-0e68b503-9ce3-49f9-8bc1-3505ec488499 (0e68b503-9ce3-49f9-8bc1-3505ec488499): created successfully +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9a7abffa-1898-468b-bb03-683e312464bf) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Flow 'volume_create_manager' (36d0f036-d78e-4bb8-b437-3c6f22a01bf2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:44:59 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-45fcf923-8b69-4af3-9bf0-f59bb61df548 tempest-VolumesListAdminTestJSON-1692440600 None] Created volume successfully. +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Acquiring lock "/opt/stack/data/cinder/cinder-0e68b503-9ce3-49f9-8bc1-3505ec488499-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Lock "/opt/stack/data/cinder/cinder-0e68b503-9ce3-49f9-8bc1-3505ec488499-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:59Z,deleted=False,deleted_at=None,display_description=None,display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=0e68b503-9ce3-49f9-8bc1-3505ec488499,launched_at=2025-01-14T22:45:00Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='951c63a8670c42698bc422672f754118',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:59Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:00Z,updated_at=2025-01-14T22:45:00Z,use_quota=True,user_id='30772e7155694285b667580f88924f6a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] DELETE volume vol_id: 0e68b503-9ce3-49f9-8bc1-3505ec488499, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] volume_name: osv-Dmi1A5zjSfmLwTUF7EiEmQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Acquiring lock "/opt/stack/data/cinder/cinder-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Lock "/opt/stack/data/cinder/cinder-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1758942307',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b53dd0ff-e88f-402d-8b7f-f90ef7ec495e,launched_at=2025-01-14T22:44:58Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:58Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:01Z,updated_at=2025-01-14T22:45:01Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] DELETE volume vol_id: b53dd0ff-e88f-402d-8b7f-f90ef7ec495e, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] volume_name: osv-tT3Q-.iPQC2Lf-kO9.xJXg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] <== delete_volume: return (191ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Created reservations ['a165e3d6-b834-4db0-95fe-dc6aafb1ddd4', '7d98bc5e-5a9a-4eb4-a743-07fcc75a0bad', '2db18b52-2675-48bd-8a2e-3687c8bb1992', '92e27431-80b7-4a2f-a05e-27236c0c5b47'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] <== delete_volume: return (204ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Created reservations ['3cc707cd-5320-4e2d-bd99-150962d34cad', '8a7a4066-eaa6-4ced-aa75-b88dc29df71f', '8bbd52df-f2f6-4a2f-afe7-9e49059e0529', 'ae0f26fd-8928-4033-b8f5-a8552f26f37e'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Acquiring lock "/opt/stack/data/cinder/cinder-20b495d5-e845-4b96-88ef-d6dbc8333f76-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Lock "/opt/stack/data/cinder/cinder-20b495d5-e845-4b96-88ef-d6dbc8333f76-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] <== get_volume_stats: return (979ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Deleted volume successfully. +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-87906857',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=20b495d5-e845-4b96-88ef-d6dbc8333f76,launched_at=2025-01-14T22:44:57Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:57Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:02Z,updated_at=2025-01-14T22:45:02Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] DELETE volume vol_id: 20b495d5-e845-4b96-88ef-d6dbc8333f76, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-abc25d3c-f5a1-48ee-9351-cac847addaf5 tempest-VolumesListAdminTestJSON-1692440600 None] Lock "/opt/stack/data/cinder/cinder-0e68b503-9ce3-49f9-8bc1-3505ec488499-delete_volume" released by "delete_volume" :: held 1.268s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] volume_name: osv-ILSV1ehFS5aI79bbyDM-dg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] <== delete_volume: return (132ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Created reservations ['8683c011-789d-47ef-8641-7390d57028a8', '848a202a-541e-4f3d-867f-41b1d0d09dbd', '70677f0a-b39e-4a72-8b11-24a31ed336a6', '1b9a97de-0d1b-4eed-95b8-3aacfc4ca602'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] <== get_volume_stats: return (1142ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:01 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Deleted volume successfully. +Jan 14 22:45:01 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-eb512a97-6151-429b-a4a0-8c5044ce1830 tempest-VolumesListAdminTestJSON-74310328 None] Lock "/opt/stack/data/cinder/cinder-b53dd0ff-e88f-402d-8b7f-f90ef7ec495e-delete_volume" released by "delete_volume" :: held 1.419s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:02 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:02 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:02 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:02 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:02 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] <== get_volume_stats: return (590ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Deleted volume successfully. +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-f7a5b33e-e926-44d2-b656-e4d113affa17 tempest-VolumesListAdminTestJSON-74310328 None] Lock "/opt/stack/data/cinder/cinder-20b495d5-e845-4b96-88ef-d6dbc8333f76-delete_volume" released by "delete_volume" :: held 0.840s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Acquiring lock "/opt/stack/data/cinder/cinder-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Lock "/opt/stack/data/cinder/cinder-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6-delete_volume" acquired by "delete_volume" :: waited 0.003s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:44:55Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListAdminTestJSON-Volume-1197206316',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c85e4afa-79be-4ff4-a3e7-ed30a719f6e6,launched_at=2025-01-14T22:44:56Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='a8a05f7fc80741f092961af8a53785d6',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:44:56Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:03Z,updated_at=2025-01-14T22:45:03Z,use_quota=True,user_id='1abbb0493ea3470c9b9b6ef61c43598f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] DELETE volume vol_id: c85e4afa-79be-4ff4-a3e7-ed30a719f6e6, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] volume_name: osv-yF5K.nm.T-Sj5.0wpxn25g {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:02 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:02 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] <== delete_volume: return (249ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:03 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Created reservations ['cc0469ab-a683-4378-ae55-b4f4319acec8', '800afe7f-b1e5-4c33-b66f-6ba4e88813f8', 'ab04e6ef-95b9-469d-9aec-ff184780bbae', '30bd181e-e05d-4e4c-94b7-6595f3b45471'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] <== get_volume_stats: return (776ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:03 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:03 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Deleted volume successfully. +Jan 14 22:45:03 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-2435a101-6e75-4716-bc49-8a6bcaaac814 tempest-VolumesListAdminTestJSON-74310328 None] Lock "/opt/stack/data/cinder/cinder-c85e4afa-79be-4ff4-a3e7-ed30a719f6e6-delete_volume" released by "delete_volume" :: held 1.144s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Flow 'volume_create_manager' (6544faeb-b21b-43f2-b6f7-953baff058fe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (24940642-42d1-4336-a0fd-6ba60605cf13) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (24940642-42d1-4336-a0fd-6ba60605cf13) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-1567458267',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=0b63a003-ed04-49ed-b62e-5a2c25575dec,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:08Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:08Z,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (dd5646af-3aec-4d0e-b9af-21d06ce61227) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (dd5646af-3aec-4d0e-b9af-21d06ce61227) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cf3bc163-245f-4ef4-b94a-355eec104a82) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cf3bc163-245f-4ef4-b94a-355eec104a82) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '0b63a003-ed04-49ed-b62e-5a2c25575dec', 'volume_name': 'volume-0b63a003-ed04-49ed-b62e-5a2c25575dec', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (f6c2e7e2-94d4-457e-86ac-a204c20bdbb9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (f6c2e7e2-94d4-457e-86ac-a204c20bdbb9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (6d6edf73-d97a-4bc7-92af-8dcb230588ee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Volume 0b63a003-ed04-49ed-b62e-5a2c25575dec: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-0b63a003-ed04-49ed-b62e-5a2c25575dec', 'volume_size': 1} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-1567458267',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=0b63a003-ed04-49ed-b62e-5a2c25575dec,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:08Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:08Z,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] CREATE VOLUME (tempest-SnapshotMetadataTestJSON-Volume-1567458267: volume-0b63a003-ed04-49ed-b62e-5a2c25575dec osv-C2OgA.0ESe22LlosJVdd7A on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Parameters passed for create volume {'name': 'osv-C2OgA.0ESe22LlosJVdd7A', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "0b63a003-ed04-49ed-b62e-5a2c25575dec", "name": "volume-0b63a003-ed04-49ed-b62e-5a2c25575dec", "type": "OpenStack", "display_name": "tempest-SnapshotMetadataTestJSON-Volume-1567458267", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] <== create_volume: return (237ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (6d6edf73-d97a-4bc7-92af-8dcb230588ee) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-0b63a003-ed04-49ed-b62e-5a2c25575dec', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9c9cdbb7-1e43-4b71-bdb3-6c98544f237b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Volume volume-0b63a003-ed04-49ed-b62e-5a2c25575dec (0b63a003-ed04-49ed-b62e-5a2c25575dec): created successfully +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9c9cdbb7-1e43-4b71-bdb3-6c98544f237b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Flow 'volume_create_manager' (6544faeb-b21b-43f2-b6f7-953baff058fe) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:08 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6f3add83-34c7-4d83-a086-009323dacf24 tempest-SnapshotMetadataTestJSON-2134068277 None] Created volume successfully. +Jan 14 22:45:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-885164539',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2,metadata={},progress='0%',project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume=,volume_id=0b63a003-ed04-49ed-b62e-5a2c25575dec,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Create Snapshot +Jan 14 22:45:09 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-885164539',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2,metadata={},progress='0%',project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume=,volume_id=0b63a003-ed04-49ed-b62e-5a2c25575dec,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:45:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] <== create_snapshot: return (70ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:09 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7eca6988-3cd3-4c91-869c-516a4b4334a8 tempest-SnapshotMetadataTestJSON-2134068277 None] Create snapshot completed successfully +Jan 14 22:45:10 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] Acquiring lock "/opt/stack/data/cinder/cinder-c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:10 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] Lock "/opt/stack/data/cinder/cinder-c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2-delete_snapshot" acquired by "delete_snapshot" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:10 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-885164539',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2,metadata={},progress='100%',project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:11Z,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume=Volume(0b63a003-ed04-49ed-b62e-5a2c25575dec),volume_id=0b63a003-ed04-49ed-b62e-5a2c25575dec,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:10 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] Delete Snapshot id c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:09Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Snapshot-885164539',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2,metadata={},progress='100%',project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:11Z,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume=Volume(0b63a003-ed04-49ed-b62e-5a2c25575dec),volume_id=0b63a003-ed04-49ed-b62e-5a2c25575dec,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:45:10 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:10 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:10 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] <== delete_snapshot: return (60ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:10 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] Created reservations ['686fb440-01ec-47dc-bf0e-d24873d8c11a', '5a488509-28ba-4316-b232-6452a059f607', 'cba7b607-4874-4a4c-8f1f-ebe56f7b67f5', '0213ccfa-501d-4a1b-85a7-b335e68a1be4'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:10 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] Delete snapshot completed successfully. +Jan 14 22:45:10 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-cb1f2fbc-d077-46d2-ac7c-757f0c92f625 tempest-SnapshotMetadataTestJSON-2134068277 None] Lock "/opt/stack/data/cinder/cinder-c2e3ecec-d4a0-4ab3-bbd7-4692c07978a2-delete_snapshot" released by "delete_snapshot" :: held 0.122s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:11 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] Acquiring lock "/opt/stack/data/cinder/cinder-0b63a003-ed04-49ed-b62e-5a2c25575dec-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:11 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] Lock "/opt/stack/data/cinder/cinder-0b63a003-ed04-49ed-b62e-5a2c25575dec-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:08Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-SnapshotMetadataTestJSON-Volume-1567458267',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=0b63a003-ed04-49ed-b62e-5a2c25575dec,launched_at=2025-01-14T22:45:08Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f46584e7668b46d597305d28fbc0251c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:08Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:12Z,updated_at=2025-01-14T22:45:12Z,use_quota=True,user_id='66b821cf225b43bcb5165d9646230484',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] DELETE volume vol_id: 0b63a003-ed04-49ed-b62e-5a2c25575dec, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] volume_name: osv-C2OgA.0ESe22LlosJVdd7A {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:11 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:11 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:11 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] <== delete_volume: return (123ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:11 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] Created reservations ['c7e3d6ad-5bf9-4e74-88b4-23c7d22ace28', '033f67c7-58b7-498e-9d42-5d980f4c9331', 'ff67b6c0-d258-4004-a04f-01a1532e87fb', '08cd7516-f9e4-46e8-85eb-5e6fbd727d28'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] <== get_volume_stats: return (647ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:12 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:12 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] Deleted volume successfully. +Jan 14 22:45:12 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-bf31a070-5ce7-4d29-9a90-d0a0c19e73b0 tempest-SnapshotMetadataTestJSON-2134068277 None] Lock "/opt/stack/data/cinder/cinder-0b63a003-ed04-49ed-b62e-5a2c25575dec-delete_volume" released by "delete_volume" :: held 0.876s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Flow 'volume_create_manager' (dfcf5160-3822-4782-a000-19e476ada732) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (25a73f75-54d3-4f2d-bfe6-4a3ed6fa9478) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (25a73f75-54d3-4f2d-bfe6-4a3ed6fa9478) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-653607317',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b5c35df7-65d1-44c2-a238-07f648e98409,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='31d1317df5dd4cb9be017fcc33f64b3a',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:16Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:16Z,use_quota=True,user_id='1c446cf9bf0a41c08c25a132b2ee419e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5f5178a2-eca5-47bb-9a49-368232b68350) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5f5178a2-eca5-47bb-9a49-368232b68350) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8fe17764-f1f7-4f52-abe4-df471a6403d3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (8fe17764-f1f7-4f52-abe4-df471a6403d3) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'b5c35df7-65d1-44c2-a238-07f648e98409', 'volume_name': 'volume-b5c35df7-65d1-44c2-a238-07f648e98409', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4262f963-3b60-4996-a671-07b19de27cc7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (4262f963-3b60-4996-a671-07b19de27cc7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9a318bde-72a7-493e-97fc-1837dd853bfc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Volume b5c35df7-65d1-44c2-a238-07f648e98409: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-b5c35df7-65d1-44c2-a238-07f648e98409', 'volume_size': 1} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-653607317',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b5c35df7-65d1-44c2-a238-07f648e98409,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='31d1317df5dd4cb9be017fcc33f64b3a',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:16Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:16Z,use_quota=True,user_id='1c446cf9bf0a41c08c25a132b2ee419e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] CREATE VOLUME (tempest-AbsoluteLimitsTests-Volume-653607317: volume-b5c35df7-65d1-44c2-a238-07f648e98409 osv-tcNd92XRRMKiOAf2SOmECQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Parameters passed for create volume {'name': 'osv-tcNd92XRRMKiOAf2SOmECQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "b5c35df7-65d1-44c2-a238-07f648e98409", "name": "volume-b5c35df7-65d1-44c2-a238-07f648e98409", "type": "OpenStack", "display_name": "tempest-AbsoluteLimitsTests-Volume-653607317", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:15 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] <== create_volume: return (256ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9a318bde-72a7-493e-97fc-1837dd853bfc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-b5c35df7-65d1-44c2-a238-07f648e98409', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2b4e4088-99bf-4529-9fdf-219f6e52b04b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Volume volume-b5c35df7-65d1-44c2-a238-07f648e98409 (b5c35df7-65d1-44c2-a238-07f648e98409): created successfully +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (2b4e4088-99bf-4529-9fdf-219f6e52b04b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Flow 'volume_create_manager' (dfcf5160-3822-4782-a000-19e476ada732) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:15 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b770d831-1e25-4709-bbec-94373979d6e0 tempest-AbsoluteLimitsTests-2128996770 None] Created volume successfully. +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] Acquiring lock "/opt/stack/data/cinder/cinder-b5c35df7-65d1-44c2-a238-07f648e98409-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] Lock "/opt/stack/data/cinder/cinder-b5c35df7-65d1-44c2-a238-07f648e98409-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:15Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AbsoluteLimitsTests-Volume-653607317',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b5c35df7-65d1-44c2-a238-07f648e98409,launched_at=2025-01-14T22:45:16Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='31d1317df5dd4cb9be017fcc33f64b3a',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:16Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:17Z,updated_at=2025-01-14T22:45:17Z,use_quota=True,user_id='1c446cf9bf0a41c08c25a132b2ee419e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] DELETE volume vol_id: b5c35df7-65d1-44c2-a238-07f648e98409, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] volume_name: osv-tcNd92XRRMKiOAf2SOmECQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:16 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] <== delete_volume: return (135ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] Created reservations ['4a7e282d-75fd-45d3-ae8c-c70d39eeb1b4', 'f3ffd2dc-e433-44ad-b34e-63990ea8e364', 'ce90bfad-fa97-479d-856f-5fdfb76e2e85', 'a3a14f68-ac70-4d3f-9616-f6e12d20b628'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:16 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:16 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:17 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:17 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:17 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:17 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:17 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:17 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] <== get_volume_stats: return (636ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:17 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:17 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] Deleted volume successfully. +Jan 14 22:45:17 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-028fb878-3373-4283-9b3e-b275403decab tempest-AbsoluteLimitsTests-2128996770 None] Lock "/opt/stack/data/cinder/cinder-b5c35df7-65d1-44c2-a238-07f648e98409-delete_volume" released by "delete_volume" :: held 0.870s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_manager' (12f59de1-7df3-4f3d-b381-052961c6e7e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b5014e33-fd8b-4f81-bdc5-dd3225bb1ed8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b5014e33-fd8b-4f81-bdc5-dd3225bb1ed8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1492712835',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9d6ea83f-328f-490b-a2c0-9874c2e68335,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:20Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:20Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (77c488dc-823c-41b9-ab10-09f438c48d8f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (77c488dc-823c-41b9-ab10-09f438c48d8f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cf97ba99-a90f-43b3-8424-ccd96d53296e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (cf97ba99-a90f-43b3-8424-ccd96d53296e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '9d6ea83f-328f-490b-a2c0-9874c2e68335', 'volume_name': 'volume-9d6ea83f-328f-490b-a2c0-9874c2e68335', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c15ab3c1-e110-445b-8a7a-ba57db32a84d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (c15ab3c1-e110-445b-8a7a-ba57db32a84d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (93245a69-7340-4420-884b-8c9b57f440a1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Volume 9d6ea83f-328f-490b-a2c0-9874c2e68335: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-9d6ea83f-328f-490b-a2c0-9874c2e68335', 'volume_size': 1} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1492712835',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9d6ea83f-328f-490b-a2c0-9874c2e68335,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:20Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:20Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] CREATE VOLUME (tempest-VolumesDeleteCascade-Volume-1492712835: volume-9d6ea83f-328f-490b-a2c0-9874c2e68335 osv-nW6oPzKPSQuiwJh0wuaDNQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Parameters passed for create volume {'name': 'osv-nW6oPzKPSQuiwJh0wuaDNQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "9d6ea83f-328f-490b-a2c0-9874c2e68335", "name": "volume-9d6ea83f-328f-490b-a2c0-9874c2e68335", "type": "OpenStack", "display_name": "tempest-VolumesDeleteCascade-Volume-1492712835", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:19 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] <== create_volume: return (240ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (93245a69-7340-4420-884b-8c9b57f440a1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-9d6ea83f-328f-490b-a2c0-9874c2e68335', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cc7a8389-98c4-45db-8593-100d0b5e4d57) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Volume volume-9d6ea83f-328f-490b-a2c0-9874c2e68335 (9d6ea83f-328f-490b-a2c0-9874c2e68335): created successfully +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cc7a8389-98c4-45db-8593-100d0b5e4d57) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_manager' (12f59de1-7df3-4f3d-b381-052961c6e7e0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:19 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-c2991bc2-0674-4f27-afc1-904a175c94f5 tempest-VolumesDeleteCascade-669254964 None] Created volume successfully. +Jan 14 22:45:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1173372104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c6cc3282-9964-4c08-b490-23423b388b92,metadata={},progress='0%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Create Snapshot +Jan 14 22:45:20 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1173372104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c6cc3282-9964-4c08-b490-23423b388b92,metadata={},progress='0%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:45:20 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:20 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] <== create_snapshot: return (56ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:20 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-9dcad562-c3aa-4d23-965d-b7ede2a60f79 tempest-VolumesDeleteCascade-669254964 None] Create snapshot completed successfully +Jan 14 22:45:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1719653861',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=34159715-e0c6-4224-b723-e7fbf02274d4,metadata={},progress='0%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Create Snapshot +Jan 14 22:45:21 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1719653861',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=34159715-e0c6-4224-b723-e7fbf02274d4,metadata={},progress='0%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:45:21 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:21 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] <== create_snapshot: return (62ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:21 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-33f30180-83fb-4820-b499-cffc6aca42b5 tempest-VolumesDeleteCascade-669254964 None] Create snapshot completed successfully +Jan 14 22:45:22 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Acquiring lock "/opt/stack/data/cinder/cinder-9d6ea83f-328f-490b-a2c0-9874c2e68335-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:22 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-9d6ea83f-328f-490b-a2c0-9874c2e68335-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Performing cascade delete. {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/manager.py:995}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Acquiring lock "/opt/stack/data/cinder/cinder-34159715-e0c6-4224-b723-e7fbf02274d4-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-34159715-e0c6-4224-b723-e7fbf02274d4-delete_snapshot" acquired by "delete_snapshot" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1719653861',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=34159715-e0c6-4224-b723-e7fbf02274d4,metadata={},progress='100%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:23Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Delete Snapshot id 34159715-e0c6-4224-b723-e7fbf02274d4 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1719653861',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=34159715-e0c6-4224-b723-e7fbf02274d4,metadata={},progress='100%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:23Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] <== delete_snapshot: return (50ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Created reservations ['feb2fac3-68b5-4e8a-a4dd-da7bc5f24a83', '8a003496-8b23-4f58-84d3-b0ac70d1cbe5', 'a1580028-81f3-4f32-9963-4a183bfbade2', 'a69c2a63-abef-4aa2-9ee6-565456b828d7'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Delete snapshot completed successfully. +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-34159715-e0c6-4224-b723-e7fbf02274d4-delete_snapshot" released by "delete_snapshot" :: held 0.114s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Acquiring lock "/opt/stack/data/cinder/cinder-c6cc3282-9964-4c08-b490-23423b388b92-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-c6cc3282-9964-4c08-b490-23423b388b92-delete_snapshot" acquired by "delete_snapshot" :: waited 0.000s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1173372104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c6cc3282-9964-4c08-b490-23423b388b92,metadata={},progress='100%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:23Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Delete Snapshot id c6cc3282-9964-4c08-b490-23423b388b92 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:21Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-1173372104',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=c6cc3282-9964-4c08-b490-23423b388b92,metadata={},progress='100%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:23Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=9d6ea83f-328f-490b-a2c0-9874c2e68335,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] <== delete_snapshot: return (53ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Created reservations ['913904d0-902e-44ae-bd29-23078be1dd1f', '0778ec3b-d2fd-4afd-b677-8c0f9fd831c0', '7e88e7b0-c68f-414b-90b6-f883a8fb25bd', 'f8823c4b-5978-43f7-b153-4c3d066ed3bc'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Delete snapshot completed successfully. +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-c6cc3282-9964-4c08-b490-23423b388b92-delete_snapshot" released by "delete_snapshot" :: held 0.121s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Snapshots deleted, issuing volume delete {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/manager.py:1010}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:19Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-1492712835',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9d6ea83f-328f-490b-a2c0-9874c2e68335,launched_at=2025-01-14T22:45:20Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:20Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:23Z,updated_at=2025-01-14T22:45:23Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] DELETE volume vol_id: 9d6ea83f-328f-490b-a2c0-9874c2e68335, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] volume_name: osv-nW6oPzKPSQuiwJh0wuaDNQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115517]: DEBUG oslo_service.periodic_task [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115517) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:45:23 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] <== delete_volume: return (519ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Created reservations ['06ea64e3-46a3-4d5f-b7f3-af0cb838a8f1', '3e2cbd13-fc53-4122-bc97-470349e4beea', '437e77c1-edbc-4c51-9000-d65eb0c3d44e', 'c31ab9d8-32d6-4419-ba31-caa068917158'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:45:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:24 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] <== get_volume_stats: return (790ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:24 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_manager' (441ff582-9662-47ce-b1d9-3c4b3eb351cb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (cb525231-c1a8-4480-b465-8eba1596b801) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (cb525231-c1a8-4480-b465-8eba1596b801) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-2068354908',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2238dde4-6c7d-455e-83b6-201c8832f60d,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:24Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:24Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7c29dccb-e2cd-4d5b-8cb2-689960b70271) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7c29dccb-e2cd-4d5b-8cb2-689960b70271) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (275c8401-9f21-4fba-8532-77a024db4695) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (275c8401-9f21-4fba-8532-77a024db4695) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '2238dde4-6c7d-455e-83b6-201c8832f60d', 'volume_name': 'volume-2238dde4-6c7d-455e-83b6-201c8832f60d', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3efab983-ef32-4960-b9bf-bfa3a36c45c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3efab983-ef32-4960-b9bf-bfa3a36c45c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a7f2cc26-287a-4669-ab3c-d79d41ff883e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Volume 2238dde4-6c7d-455e-83b6-201c8832f60d: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-2238dde4-6c7d-455e-83b6-201c8832f60d', 'volume_size': 1} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-2068354908',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2238dde4-6c7d-455e-83b6-201c8832f60d,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:24Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:24Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] CREATE VOLUME (tempest-VolumesDeleteCascade-Volume-2068354908: volume-2238dde4-6c7d-455e-83b6-201c8832f60d osv-Ijjd5Gx9RV6DtiAciDL2DQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Parameters passed for create volume {'name': 'osv-Ijjd5Gx9RV6DtiAciDL2DQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "2238dde4-6c7d-455e-83b6-201c8832f60d", "name": "volume-2238dde4-6c7d-455e-83b6-201c8832f60d", "type": "OpenStack", "display_name": "tempest-VolumesDeleteCascade-Volume-2068354908", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] <== get_volume_stats: return (605ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:24 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Deleted volume successfully. +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-7f899a97-a785-45b8-bf71-928e6aa20ce1 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-9d6ea83f-328f-490b-a2c0-9874c2e68335-delete_volume" released by "delete_volume" :: held 1.475s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] <== create_volume: return (256ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a7f2cc26-287a-4669-ab3c-d79d41ff883e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-2238dde4-6c7d-455e-83b6-201c8832f60d', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d3a583c8-e370-4e1e-8a50-37ae826306ce) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Volume volume-2238dde4-6c7d-455e-83b6-201c8832f60d (2238dde4-6c7d-455e-83b6-201c8832f60d): created successfully +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d3a583c8-e370-4e1e-8a50-37ae826306ce) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_manager' (441ff582-9662-47ce-b1d9-3c4b3eb351cb) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:24 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-8e3ddc07-edae-4aa6-b132-06c140ffd3dc tempest-VolumesDeleteCascade-669254964 None] Created volume successfully. +Jan 14 22:45:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-2018086412',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,metadata={},progress='0%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=2238dde4-6c7d-455e-83b6-201c8832f60d,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Create Snapshot +Jan 14 22:45:25 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-2018086412',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,metadata={},progress='0%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=2238dde4-6c7d-455e-83b6-201c8832f60d,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:45:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] <== create_snapshot: return (72ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:25 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-091ab9fa-cbc5-475c-91c9-4071c8c25f1a tempest-VolumesDeleteCascade-669254964 None] Create snapshot completed successfully +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_manager' (a830b1f1-54b7-42ba-acf0-aba189ba74ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (899bdfd2-f1d9-47d4-9832-fa33179db729) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (899bdfd2-f1d9-47d4-9832-fa33179db729) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:27Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-233522569',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c9403e52-920c-4a19-a256-ffea90ddc12b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:27Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:27Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f5fcd33b-4b17-440a-8908-d89438c00fa5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (f5fcd33b-4b17-440a-8908-d89438c00fa5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a7974357-2d9a-4961-934a-f8f1a70abdb2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (a7974357-2d9a-4961-934a-f8f1a70abdb2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'snap', 'volume_id': 'c9403e52-920c-4a19-a256-ffea90ddc12b', 'volume_name': 'volume-c9403e52-920c-4a19-a256-ffea90ddc12b', 'volume_size': 1, 'snapshot_id': 'ae0c5078-3970-4c22-8a29-d58d2fccbf71'}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (f62a8657-1d20-49c7-879e-afb34d7d8ce5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (f62a8657-1d20-49c7-879e-afb34d7d8ce5) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e594ea00-af64-4c33-9160-de08f461d79c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Volume c9403e52-920c-4a19-a256-ffea90ddc12b: being created as snap with specification: {'status': 'creating', 'volume_name': 'volume-c9403e52-920c-4a19-a256-ffea90ddc12b', 'volume_size': 1, 'snapshot_id': 'ae0c5078-3970-4c22-8a29-d58d2fccbf71'} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] ==> create_volume_from_snapshot: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:27Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-233522569',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c9403e52-920c-4a19-a256-ffea90ddc12b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:27Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:27Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-2018086412',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,metadata={},progress='100%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='available',updated_at=2025-01-14T22:45:26Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=2238dde4-6c7d-455e-83b6-201c8832f60d,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Create Volume from Snapshot +Jan 14 22:45:26 ubuntu cinder-volume[115516]: 'tempest-VolumesDeleteCascade-Volume-233522569' +Jan 14 22:45:26 ubuntu cinder-volume[115516]: 'tempest-VolumesDeleteCascade-Snapshot-2018086412' {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2866}} +Jan 14 22:45:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] convert_to_base: False {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2905}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] growth_size: 0 {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2909}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] volume is created as child of snapshot {{(pid=115516) create_volume_from_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2916}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] <== create_volume_from_snapshot: return (274ms) {} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e594ea00-af64-4c33-9160-de08f461d79c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-c9403e52-920c-4a19-a256-ffea90ddc12b', 'volume_size': 1, 'snapshot_id': 'ae0c5078-3970-4c22-8a29-d58d2fccbf71'}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cb6459c3-7b69-4e41-a01c-99dbef54ccea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Volume volume-c9403e52-920c-4a19-a256-ffea90ddc12b (c9403e52-920c-4a19-a256-ffea90ddc12b): created successfully +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (cb6459c3-7b69-4e41-a01c-99dbef54ccea) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Flow 'volume_create_manager' (a830b1f1-54b7-42ba-acf0-aba189ba74ea) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-323a9466-7d72-4231-ab44-2e85a96d9c17 tempest-VolumesDeleteCascade-669254964 None] Created volume successfully. +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Acquiring lock "/opt/stack/data/cinder/cinder-2238dde4-6c7d-455e-83b6-201c8832f60d-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-2238dde4-6c7d-455e-83b6-201c8832f60d-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Performing cascade delete. {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/manager.py:995}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Acquiring lock "/opt/stack/data/cinder/cinder-ae0c5078-3970-4c22-8a29-d58d2fccbf71-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-ae0c5078-3970-4c22-8a29-d58d2fccbf71-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-2018086412',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,metadata={},progress='100%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:28Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=2238dde4-6c7d-455e-83b6-201c8832f60d,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Delete Snapshot id ae0c5078-3970-4c22-8a29-d58d2fccbf71 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:45:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Snapshot-2018086412',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,metadata={},progress='100%',project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:45:28Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume=,volume_id=2238dde4-6c7d-455e-83b6-201c8832f60d,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:45:27 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:27 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:28 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:28 ubuntu cinder-volume[115516]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Found a volume osv-yUA.UpIMShmiVv-qkN3BKw +Jan 14 22:45:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:28 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:28 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:28 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Converting to base volume type: c9403e52-920c-4a19-a256-ffea90ddc12b. {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3400}} +Jan 14 22:45:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:28 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Creating clone of a volume osv-yUA.UpIMShmiVv-qkN3BKw to omv-yUA.UpIMShmiVv-qkN3BKw. {{(pid=115516) _copy_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2513}} +Jan 14 22:45:29 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'omv-yUA.UpIMShmiVv-qkN3BKw', 'destCPG': 'CI_CPG', 'tpvv': True, 'online': True, 'snapCPG': 'CI_CPG'}} {{(pid=115516) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} +Jan 14 22:45:29 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:29 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:29 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Copy volume scheduled: convert_to_base_volume: id=c9403e52-920c-4a19-a256-ffea90ddc12b. {{(pid=115516) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3286}} +Jan 14 22:45:29 ubuntu cinder-volume[115516]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:29 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:29 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 27970 status = 2 {{(pid=115516) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} +Jan 14 22:45:30 ubuntu cinder-volume[115516]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:30 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:30 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 27970 status = 2 {{(pid=115516) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 27970 status = 1 {{(pid=115516) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Copy volume completed: convert_to_base_volume: id=c9403e52-920c-4a19-a256-ffea90ddc12b. {{(pid=115516) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3297}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:31 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:31 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Assigned the comment: convert_to_base_volume: id=c9403e52-920c-4a19-a256-ffea90ddc12b. {{(pid=115516) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3303}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:31 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Delete src volume completed: convert_to_base_volume: id=c9403e52-920c-4a19-a256-ffea90ddc12b. {{(pid=115516) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3308}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:31 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Volume rename completed: convert_to_base_volume: id=c9403e52-920c-4a19-a256-ffea90ddc12b. {{(pid=115516) _convert_to_base_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3313}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Completed: convert_to_base_volume: id=c9403e52-920c-4a19-a256-ffea90ddc12b. +Jan 14 22:45:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:31 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] <== delete_snapshot: return (3882ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Created reservations ['78606fc1-412f-48d4-9ba5-d7b0476d7022', '260dd76a-4279-43e1-acf6-f9cee772436c', 'ec6c7a4c-efdf-4675-92c3-e88d9204674c', '3c6ece60-bb17-4f2d-b96e-8fbc9d7cdf3c'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Delete snapshot completed successfully. +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-ae0c5078-3970-4c22-8a29-d58d2fccbf71-delete_snapshot" released by "delete_snapshot" :: held 3.959s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Snapshots deleted, issuing volume delete {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/manager.py:1010}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:24Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-2068354908',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=2238dde4-6c7d-455e-83b6-201c8832f60d,launched_at=2025-01-14T22:45:25Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:24Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:28Z,updated_at=2025-01-14T22:45:28Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] DELETE volume vol_id: 2238dde4-6c7d-455e-83b6-201c8832f60d, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] volume_name: osv-Ijjd5Gx9RV6DtiAciDL2DQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] <== delete_volume: return (623ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:32 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Created reservations ['b6d9844f-daaa-4bf5-a9ab-3c17f406fdf2', 'a9cf1cbf-3014-4fc3-94b2-5db61fa39f1f', '55d1eb04-0b82-4a30-b00f-9f4db8c97719', '625ac353-7b80-41ed-984a-909bf55df49c'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] <== get_volume_stats: return (655ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Deleted volume successfully. +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-64e5da89-7281-4ddb-ba81-5a54bf4d3203 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-2238dde4-6c7d-455e-83b6-201c8832f60d-delete_volume" released by "delete_volume" :: held 5.351s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] Acquiring lock "/opt/stack/data/cinder/cinder-c9403e52-920c-4a19-a256-ffea90ddc12b-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-c9403e52-920c-4a19-a256-ffea90ddc12b-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG oslo_service.periodic_task [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115516) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:27Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesDeleteCascade-Volume-233522569',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=c9403e52-920c-4a19-a256-ffea90ddc12b,launched_at=2025-01-14T22:45:27Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='57fb0abd696d4f53bd93fa45c2fe788f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:27Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=ae0c5078-3970-4c22-8a29-d58d2fccbf71,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:33Z,updated_at=2025-01-14T22:45:33Z,use_quota=True,user_id='ca3cbe536da3459689405aadd075d0f8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] DELETE volume vol_id: c9403e52-920c-4a19-a256-ffea90ddc12b, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] volume_name: osv-yUA.UpIMShmiVv-qkN3BKw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] <== delete_volume: return (143ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] Created reservations ['d02a7fb8-2828-4480-b267-e22fc0b0c76b', '06bfca52-c0d8-4155-8b31-f3a7da228e5b', '298640f9-8201-4c99-99ad-df1427bfa72f', '5652eb0f-a969-46b1-96a2-15e5cb935c90'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] <== get_volume_stats: return (700ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:33 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:34 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:34 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:34 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] <== get_volume_stats: return (613ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:34 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:34 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] Deleted volume successfully. +Jan 14 22:45:34 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-53b206e5-c40a-4954-af02-68084b061195 tempest-VolumesDeleteCascade-669254964 None] Lock "/opt/stack/data/cinder/cinder-c9403e52-920c-4a19-a256-ffea90ddc12b-delete_volume" released by "delete_volume" :: held 0.854s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Flow 'volume_create_manager' (4675eef4-b7ba-4400-8c5d-7451cf3b319e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c2fbc749-8752-4a46-9c1b-b413cda63a09) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c2fbc749-8752-4a46-9c1b-b413cda63a09) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:36Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-876319092',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9bdeaea8-11cd-47c4-ba20-a7a33e4362fd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a91f9cfff4b4de3ab06c0ce5ceb87b7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:36Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:36Z,use_quota=True,user_id='3440736cd84a41bc908c88496a3d3a10',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7f1b10c5-ff32-4610-a1b8-aa935784cda3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (7f1b10c5-ff32-4610-a1b8-aa935784cda3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (31af6cda-0f0b-42ec-8258-96e493e8e490) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (31af6cda-0f0b-42ec-8258-96e493e8e490) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '9bdeaea8-11cd-47c4-ba20-a7a33e4362fd', 'volume_name': 'volume-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ee70aabb-ce3e-4f63-a5b7-543e922b7517) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ee70aabb-ce3e-4f63-a5b7-543e922b7517) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8af19f89-b7e1-4d38-b5b2-6f26a7c34183) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Volume 9bdeaea8-11cd-47c4-ba20-a7a33e4362fd: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd', 'volume_size': 1} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:36Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-876319092',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9bdeaea8-11cd-47c4-ba20-a7a33e4362fd,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a91f9cfff4b4de3ab06c0ce5ceb87b7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:36Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:36Z,use_quota=True,user_id='3440736cd84a41bc908c88496a3d3a10',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] CREATE VOLUME (tempest-VolumesMetadataTest-Volume-876319092: volume-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd osv-m96uqBHNR8S6IKejPkNi-Q on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Parameters passed for create volume {'name': 'osv-m96uqBHNR8S6IKejPkNi-Q', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "9bdeaea8-11cd-47c4-ba20-a7a33e4362fd", "name": "volume-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd", "type": "OpenStack", "display_name": "tempest-VolumesMetadataTest-Volume-876319092", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:35 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:35 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] <== create_volume: return (239ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8af19f89-b7e1-4d38-b5b2-6f26a7c34183) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (e40ec161-0f4a-4f37-8a88-c73050cc084f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:36 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Volume volume-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd (9bdeaea8-11cd-47c4-ba20-a7a33e4362fd): created successfully +Jan 14 22:45:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (e40ec161-0f4a-4f37-8a88-c73050cc084f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Flow 'volume_create_manager' (4675eef4-b7ba-4400-8c5d-7451cf3b319e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:36 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7b27e97c-f045-4dab-854d-ab2bd11e6b18 tempest-VolumesMetadataTest-736310978 None] Created volume successfully. +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] Acquiring lock "/opt/stack/data/cinder/cinder-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] Lock "/opt/stack/data/cinder/cinder-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:36Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesMetadataTest-Volume-876319092',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9bdeaea8-11cd-47c4-ba20-a7a33e4362fd,launched_at=2025-01-14T22:45:36Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6a91f9cfff4b4de3ab06c0ce5ceb87b7',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:36Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:37Z,updated_at=2025-01-14T22:45:37Z,use_quota=True,user_id='3440736cd84a41bc908c88496a3d3a10',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] DELETE volume vol_id: 9bdeaea8-11cd-47c4-ba20-a7a33e4362fd, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] volume_name: osv-m96uqBHNR8S6IKejPkNi-Q {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] <== delete_volume: return (192ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] Created reservations ['c95e0ee1-1a02-4f18-b82a-3856bbf32de3', '1c578a58-1052-4c67-a456-887a1c8b3301', '5cf6db88-e19f-45a1-bfc7-8203fef66f53', '29fbea9b-5006-4abd-929c-9644393e30bc'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] <== get_volume_stats: return (613ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:38 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:38 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] Deleted volume successfully. +Jan 14 22:45:38 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-3dec5b91-5cb8-4905-9d66-afadc800d336 tempest-VolumesMetadataTest-736310978 None] Lock "/opt/stack/data/cinder/cinder-9bdeaea8-11cd-47c4-ba20-a7a33e4362fd-delete_volume" released by "delete_volume" :: held 0.923s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_manager' (8084c1ad-e1d7-4bae-bf0c-249207e80a1f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2a2d8784-1083-4dca-b441-f9a5c86414f8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2a2d8784-1083-4dca-b441-f9a5c86414f8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-384902327',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1575ff39-6f71-49ed-88cc-3ed5febaabd8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='372d8cc5641749a8b864e981b6916450',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:40Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:40Z,use_quota=True,user_id='3f44af4ffb19423ca19c170a9176069c',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (9e36ca35-005e-444e-84bb-97d9ac14363c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (9e36ca35-005e-444e-84bb-97d9ac14363c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c3fa8982-c764-467a-b560-8d2a4511582b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (c3fa8982-c764-467a-b560-8d2a4511582b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '1575ff39-6f71-49ed-88cc-3ed5febaabd8', 'volume_name': 'volume-1575ff39-6f71-49ed-88cc-3ed5febaabd8', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0771ec9a-f36b-4fb4-b2a5-62e761b1ef69) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (0771ec9a-f36b-4fb4-b2a5-62e761b1ef69) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9a9aa23c-08de-43f0-82cb-205c7e33d4e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Volume 1575ff39-6f71-49ed-88cc-3ed5febaabd8: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-1575ff39-6f71-49ed-88cc-3ed5febaabd8', 'volume_size': 1} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-384902327',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1575ff39-6f71-49ed-88cc-3ed5febaabd8,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='372d8cc5641749a8b864e981b6916450',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:40Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:40Z,use_quota=True,user_id='3f44af4ffb19423ca19c170a9176069c',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] CREATE VOLUME (tempest-VolumesTransfersTest-Volume-384902327: volume-1575ff39-6f71-49ed-88cc-3ed5febaabd8 osv-FXX-OW9xSe2IzD7V-rqr2A on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Parameters passed for create volume {'name': 'osv-FXX-OW9xSe2IzD7V-rqr2A', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "1575ff39-6f71-49ed-88cc-3ed5febaabd8", "name": "volume-1575ff39-6f71-49ed-88cc-3ed5febaabd8", "type": "OpenStack", "display_name": "tempest-VolumesTransfersTest-Volume-384902327", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:40 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] <== create_volume: return (247ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (9a9aa23c-08de-43f0-82cb-205c7e33d4e0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-1575ff39-6f71-49ed-88cc-3ed5febaabd8', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f255fe1f-8b03-43ce-82fa-b5bd1c9221ef) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Volume volume-1575ff39-6f71-49ed-88cc-3ed5febaabd8 (1575ff39-6f71-49ed-88cc-3ed5febaabd8): created successfully +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f255fe1f-8b03-43ce-82fa-b5bd1c9221ef) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_manager' (8084c1ad-e1d7-4bae-bf0c-249207e80a1f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:40 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d8804e0d-d260-4bde-a41c-0f946c46c055 tempest-VolumesTransfersTest-1302935985 None] Created volume successfully. +Jan 14 22:45:41 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-1c9f8a3c-a8bc-47dd-a334-6f72849a522e tempest-VolumesTransfersTest-708651700 None] Transfer volume completed successfully. +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] Acquiring lock "/opt/stack/data/cinder/cinder-1575ff39-6f71-49ed-88cc-3ed5febaabd8-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] Lock "/opt/stack/data/cinder/cinder-1575ff39-6f71-49ed-88cc-3ed5febaabd8-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-384902327',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=1575ff39-6f71-49ed-88cc-3ed5febaabd8,launched_at=2025-01-14T22:45:41Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='6bece417b6d24522bbe6cf3144961942',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:40Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:42Z,updated_at=2025-01-14T22:45:42Z,use_quota=True,user_id='fab5aa1481964d2ab4035ac45e99a674',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] DELETE volume vol_id: 1575ff39-6f71-49ed-88cc-3ed5febaabd8, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] volume_name: osv-FXX-OW9xSe2IzD7V-rqr2A {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:42 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] <== delete_volume: return (121ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] Created reservations ['99713325-c071-4b3e-837b-e42c620fdb7c', 'a51e18cd-c202-41fe-99e3-e2e1ea9a5c67', '8a0c2f85-5747-4a2c-9fc1-b6887975b8eb', 'ce73222b-bf2f-4620-9d97-5f7a44d08375'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:42 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:42 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:42 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:42 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:43 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:43 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] <== get_volume_stats: return (623ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] Deleted volume successfully. +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-acf3463a-0f34-4d2c-bece-95b417c6e8c4 tempest-VolumesTransfersTest-963922369 None] Lock "/opt/stack/data/cinder/cinder-1575ff39-6f71-49ed-88cc-3ed5febaabd8-delete_volume" released by "delete_volume" :: held 0.838s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_manager' (3edae408-5667-40c5-a8e8-028d1e34c0f4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2c96f1f6-4ea3-49c1-83db-b7fb5bb3d913) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2c96f1f6-4ea3-49c1-83db-b7fb5bb3d913) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:44Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-1508181454',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ac204d92-ac54-4039-8f38-8141165fa623,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='372d8cc5641749a8b864e981b6916450',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:44Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:44Z,use_quota=True,user_id='3f44af4ffb19423ca19c170a9176069c',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (134488b4-547a-4e78-bf93-c08e26ac934a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (134488b4-547a-4e78-bf93-c08e26ac934a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (bfcab8a2-2563-4348-a420-455e3176e7fa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (bfcab8a2-2563-4348-a420-455e3176e7fa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'ac204d92-ac54-4039-8f38-8141165fa623', 'volume_name': 'volume-ac204d92-ac54-4039-8f38-8141165fa623', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (438fdd3d-80b1-4a28-9d6b-bf6b9f02a8ac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (438fdd3d-80b1-4a28-9d6b-bf6b9f02a8ac) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (0c7286f5-ff11-4bfc-9b95-6f308e893785) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Volume ac204d92-ac54-4039-8f38-8141165fa623: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-ac204d92-ac54-4039-8f38-8141165fa623', 'volume_size': 1} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:44Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-1508181454',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ac204d92-ac54-4039-8f38-8141165fa623,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='372d8cc5641749a8b864e981b6916450',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:44Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:44Z,use_quota=True,user_id='3f44af4ffb19423ca19c170a9176069c',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] CREATE VOLUME (tempest-VolumesTransfersTest-Volume-1508181454: volume-ac204d92-ac54-4039-8f38-8141165fa623 osv-rCBNkqxUQDmPOIFBFl.mIw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Parameters passed for create volume {'name': 'osv-rCBNkqxUQDmPOIFBFl.mIw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "ac204d92-ac54-4039-8f38-8141165fa623", "name": "volume-ac204d92-ac54-4039-8f38-8141165fa623", "type": "OpenStack", "display_name": "tempest-VolumesTransfersTest-Volume-1508181454", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:43 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] <== create_volume: return (244ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (0c7286f5-ff11-4bfc-9b95-6f308e893785) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-ac204d92-ac54-4039-8f38-8141165fa623', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0f457b31-f341-426e-9318-f35893ce0599) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Volume volume-ac204d92-ac54-4039-8f38-8141165fa623 (ac204d92-ac54-4039-8f38-8141165fa623): created successfully +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (0f457b31-f341-426e-9318-f35893ce0599) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Flow 'volume_create_manager' (3edae408-5667-40c5-a8e8-028d1e34c0f4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:43 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-c564b38a-d522-4705-9f47-5e65471fd7f3 tempest-VolumesTransfersTest-1302935985 None] Created volume successfully. +Jan 14 22:45:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] Acquiring lock "/opt/stack/data/cinder/cinder-ac204d92-ac54-4039-8f38-8141165fa623-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] Lock "/opt/stack/data/cinder/cinder-ac204d92-ac54-4039-8f38-8141165fa623-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:44Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersTest-Volume-1508181454',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ac204d92-ac54-4039-8f38-8141165fa623,launched_at=2025-01-14T22:45:44Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='372d8cc5641749a8b864e981b6916450',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:44Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:45Z,updated_at=2025-01-14T22:45:45Z,use_quota=True,user_id='3f44af4ffb19423ca19c170a9176069c',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] DELETE volume vol_id: ac204d92-ac54-4039-8f38-8141165fa623, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] volume_name: osv-rCBNkqxUQDmPOIFBFl.mIw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:44 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] <== delete_volume: return (559ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:45 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] Created reservations ['3c6b9be0-2691-4825-818e-6673fcfbdd9c', '524a1a11-ac84-42f0-b279-839a314e3546', '08fe587f-b9eb-455c-9814-7f6bf298413e', 'adef6736-84b5-4e67-b93a-adb34cb391c7'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:46 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:46 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:46 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:46 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] <== get_volume_stats: return (618ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:46 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:46 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] Deleted volume successfully. +Jan 14 22:45:46 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0ed17a24-6b35-4653-8c49-b6c348cad4fd tempest-VolumesTransfersTest-963922369 None] Lock "/opt/stack/data/cinder/cinder-ac204d92-ac54-4039-8f38-8141165fa623-delete_volume" released by "delete_volume" :: held 1.274s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_manager' (5d819e14-a6b5-4394-a91b-1478d4a70561) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (befce73a-59d5-4263-810b-6240aec030d8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (befce73a-59d5-4263-810b-6240aec030d8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1601213684',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=59df1d63-c44d-42a4-ba2b-264e262596e4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='50e0cec8329c4fb1bf225c3f76702c51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:49Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:49Z,use_quota=True,user_id='9add8b63a98e4899a64584a830dd94b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a42ad096-5a00-4591-b8b2-58bc298acb7f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (a42ad096-5a00-4591-b8b2-58bc298acb7f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (3c37f807-52e5-4506-9896-9cced2661f12) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (3c37f807-52e5-4506-9896-9cced2661f12) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '59df1d63-c44d-42a4-ba2b-264e262596e4', 'volume_name': 'volume-59df1d63-c44d-42a4-ba2b-264e262596e4', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (2da525e5-0fcc-4bad-b944-2d1367d09d8e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (2da525e5-0fcc-4bad-b944-2d1367d09d8e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (bccb2668-3e4e-420f-8370-ec9a20b50400) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Volume 59df1d63-c44d-42a4-ba2b-264e262596e4: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-59df1d63-c44d-42a4-ba2b-264e262596e4', 'volume_size': 1} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1601213684',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=59df1d63-c44d-42a4-ba2b-264e262596e4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='50e0cec8329c4fb1bf225c3f76702c51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:49Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:49Z,use_quota=True,user_id='9add8b63a98e4899a64584a830dd94b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] CREATE VOLUME (tempest-VolumesTransfersV355Test-Volume-1601213684: volume-59df1d63-c44d-42a4-ba2b-264e262596e4 osv-Wd8dY8RNQqS6KyZOJiWW5A on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Parameters passed for create volume {'name': 'osv-Wd8dY8RNQqS6KyZOJiWW5A', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "59df1d63-c44d-42a4-ba2b-264e262596e4", "name": "volume-59df1d63-c44d-42a4-ba2b-264e262596e4", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV355Test-Volume-1601213684", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:49 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] <== create_volume: return (242ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (bccb2668-3e4e-420f-8370-ec9a20b50400) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-59df1d63-c44d-42a4-ba2b-264e262596e4', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f66eadc2-bf08-4dbd-980d-82214788203a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Volume volume-59df1d63-c44d-42a4-ba2b-264e262596e4 (59df1d63-c44d-42a4-ba2b-264e262596e4): created successfully +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f66eadc2-bf08-4dbd-980d-82214788203a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_manager' (5d819e14-a6b5-4394-a91b-1478d4a70561) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:49 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b97561d3-58a7-47ba-8b30-785ae70c6cdc tempest-VolumesTransfersV355Test-1482425230 None] Created volume successfully. +Jan 14 22:45:50 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-a9761a3b-cc7b-49fc-bfac-cee777948f40 tempest-VolumesTransfersV355Test-1635760355 None] Transfer volume completed successfully. +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] Acquiring lock "/opt/stack/data/cinder/cinder-59df1d63-c44d-42a4-ba2b-264e262596e4-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] Lock "/opt/stack/data/cinder/cinder-59df1d63-c44d-42a4-ba2b-264e262596e4-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-1601213684',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=59df1d63-c44d-42a4-ba2b-264e262596e4,launched_at=2025-01-14T22:45:49Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='c43b31f83aac4adca81537db0a3e08fb',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:49Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:51Z,updated_at=2025-01-14T22:45:51Z,use_quota=True,user_id='42625c146e594ad28ff2917e845805d9',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] DELETE volume vol_id: 59df1d63-c44d-42a4-ba2b-264e262596e4, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] volume_name: osv-Wd8dY8RNQqS6KyZOJiWW5A {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:51 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] <== delete_volume: return (145ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] Created reservations ['d6a2e77f-9b67-4a56-981d-11a6124c8edf', '66befff1-c875-47a6-acb7-4cb4b332d5fa', '0207a76f-18b6-4203-8959-22eb4a2e60d7', 'edd92eb8-2b90-4d35-bda6-6ec9a0f59de9'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:51 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:51 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:51 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:51 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:51 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:51 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:51 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:51 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] <== get_volume_stats: return (618ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] Deleted volume successfully. +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-4d256f9a-0748-4583-92b7-426ce0071a1c tempest-VolumesTransfersV355Test-931099656 None] Lock "/opt/stack/data/cinder/cinder-59df1d63-c44d-42a4-ba2b-264e262596e4-delete_volume" released by "delete_volume" :: held 0.862s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_manager' (c2d6c9c7-41e5-4fdf-83f0-7d96b30186ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f7e7de83-d993-4015-bc3a-9b57228a0386) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f7e7de83-d993-4015-bc3a-9b57228a0386) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-431366505',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=4a8ee810-ada7-44cc-a05f-359696f251e6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='50e0cec8329c4fb1bf225c3f76702c51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:53Z,use_quota=True,user_id='9add8b63a98e4899a64584a830dd94b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (09f369ac-679b-4a3d-aa0d-01d4968796b8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (09f369ac-679b-4a3d-aa0d-01d4968796b8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0aceb4d0-1f7e-4b50-899e-40b818c6e530) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0aceb4d0-1f7e-4b50-899e-40b818c6e530) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '4a8ee810-ada7-44cc-a05f-359696f251e6', 'volume_name': 'volume-4a8ee810-ada7-44cc-a05f-359696f251e6', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (cc697825-5450-4e29-8245-f8c8b123318b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (cc697825-5450-4e29-8245-f8c8b123318b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7fe1fe53-906e-46f8-abab-0ec8b3c6fe5b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Volume 4a8ee810-ada7-44cc-a05f-359696f251e6: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-4a8ee810-ada7-44cc-a05f-359696f251e6', 'volume_size': 1} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-431366505',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=4a8ee810-ada7-44cc-a05f-359696f251e6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='50e0cec8329c4fb1bf225c3f76702c51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:53Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:53Z,use_quota=True,user_id='9add8b63a98e4899a64584a830dd94b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] CREATE VOLUME (tempest-VolumesTransfersV355Test-Volume-431366505: volume-4a8ee810-ada7-44cc-a05f-359696f251e6 osv-So7oEK2nRMygXzWWlvJR5g on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Parameters passed for create volume {'name': 'osv-So7oEK2nRMygXzWWlvJR5g', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "4a8ee810-ada7-44cc-a05f-359696f251e6", "name": "volume-4a8ee810-ada7-44cc-a05f-359696f251e6", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV355Test-Volume-431366505", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:52 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] <== create_volume: return (239ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (7fe1fe53-906e-46f8-abab-0ec8b3c6fe5b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-4a8ee810-ada7-44cc-a05f-359696f251e6', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9c9ce986-f1b3-47e6-9ece-7409cd45f477) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Volume volume-4a8ee810-ada7-44cc-a05f-359696f251e6 (4a8ee810-ada7-44cc-a05f-359696f251e6): created successfully +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9c9ce986-f1b3-47e6-9ece-7409cd45f477) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Flow 'volume_create_manager' (c2d6c9c7-41e5-4fdf-83f0-7d96b30186ed) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:52 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-ef23edde-ebb5-4c24-9dab-c4985ad6dd2b tempest-VolumesTransfersV355Test-1482425230 None] Created volume successfully. +Jan 14 22:45:53 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] Acquiring lock "/opt/stack/data/cinder/cinder-4a8ee810-ada7-44cc-a05f-359696f251e6-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:45:53 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] Lock "/opt/stack/data/cinder/cinder-4a8ee810-ada7-44cc-a05f-359696f251e6-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:45:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:52Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV355Test-Volume-431366505',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=4a8ee810-ada7-44cc-a05f-359696f251e6,launched_at=2025-01-14T22:45:53Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='50e0cec8329c4fb1bf225c3f76702c51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:53Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:45:54Z,updated_at=2025-01-14T22:45:54Z,use_quota=True,user_id='9add8b63a98e4899a64584a830dd94b7',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] DELETE volume vol_id: 4a8ee810-ada7-44cc-a05f-359696f251e6, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:45:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] volume_name: osv-So7oEK2nRMygXzWWlvJR5g {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:45:53 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:53 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] <== delete_volume: return (147ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:54 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] Created reservations ['c704ed47-91f3-4e36-871f-83de83b7fdad', 'b98ea671-fd34-4270-9722-007251310961', 'cbb31f6d-544a-43e8-ae4c-59604aaff396', 'e4aa8c25-dccd-43c0-99af-ddd68fbe8f86'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:45:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] <== get_volume_stats: return (621ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:54 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:45:54 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] Deleted volume successfully. +Jan 14 22:45:54 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e232dc0c-3ec1-43d7-8b14-3e5e879cdc9a tempest-VolumesTransfersV355Test-931099656 None] Lock "/opt/stack/data/cinder/cinder-4a8ee810-ada7-44cc-a05f-359696f251e6-delete_volume" released by "delete_volume" :: held 0.874s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_manager' (b3113029-c5aa-43e6-9336-f8003bca4129) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (82c00e3f-7f2d-4c01-bb9d-65ca87f8b3ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (82c00e3f-7f2d-4c01-bb9d-65ca87f8b3ae) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1113762076',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=f78c0cdd-7123-49d9-802e-48d75504b470,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='22b3113221b64a04be87e8fde0f63487',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:58Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:58Z,use_quota=True,user_id='3ff94217c66e4b02a8810c5a2171468f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (8e3d31a5-7562-4679-a0c4-7d9ce7572d64) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (8e3d31a5-7562-4679-a0c4-7d9ce7572d64) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f6eb1c20-e3b4-4a70-8ab0-80939d61da8b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f6eb1c20-e3b4-4a70-8ab0-80939d61da8b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'f78c0cdd-7123-49d9-802e-48d75504b470', 'volume_name': 'volume-f78c0cdd-7123-49d9-802e-48d75504b470', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (03fdf08b-1c57-4a9d-8a92-fa7ce74a4de1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (03fdf08b-1c57-4a9d-8a92-fa7ce74a4de1) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (70d10b67-5f70-4ee4-b214-21817b972ccb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Volume f78c0cdd-7123-49d9-802e-48d75504b470: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-f78c0cdd-7123-49d9-802e-48d75504b470', 'volume_size': 1} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1113762076',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=f78c0cdd-7123-49d9-802e-48d75504b470,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='22b3113221b64a04be87e8fde0f63487',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:58Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:45:58Z,use_quota=True,user_id='3ff94217c66e4b02a8810c5a2171468f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] CREATE VOLUME (tempest-VolumesTransfersV357Test-Volume-1113762076: volume-f78c0cdd-7123-49d9-802e-48d75504b470 osv-94wM3XEjSdmALkjXVQS0cA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Parameters passed for create volume {'name': 'osv-94wM3XEjSdmALkjXVQS0cA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "f78c0cdd-7123-49d9-802e-48d75504b470", "name": "volume-f78c0cdd-7123-49d9-802e-48d75504b470", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV357Test-Volume-1113762076", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:45:58 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] <== create_volume: return (241ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (70d10b67-5f70-4ee4-b214-21817b972ccb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-f78c0cdd-7123-49d9-802e-48d75504b470', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6a4dde31-c27c-4f9e-a792-0fdfda68dd1c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Volume volume-f78c0cdd-7123-49d9-802e-48d75504b470 (f78c0cdd-7123-49d9-802e-48d75504b470): created successfully +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (6a4dde31-c27c-4f9e-a792-0fdfda68dd1c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_manager' (b3113029-c5aa-43e6-9336-f8003bca4129) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:45:58 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0a41d4b6-96af-4a85-b332-0a3bb23ca430 tempest-VolumesTransfersV357Test-428734361 None] Created volume successfully. +Jan 14 22:45:59 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-9269b847-b180-437d-96db-a08c765de30e tempest-VolumesTransfersV357Test-1301335193 None] Transfer volume completed successfully. +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] Acquiring lock "/opt/stack/data/cinder/cinder-f78c0cdd-7123-49d9-802e-48d75504b470-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] Lock "/opt/stack/data/cinder/cinder-f78c0cdd-7123-49d9-802e-48d75504b470-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:45:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-1113762076',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=f78c0cdd-7123-49d9-802e-48d75504b470,launched_at=2025-01-14T22:45:58Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='f492c140e17b4c03b4906b3c63c39bd8',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:45:58Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:00Z,updated_at=2025-01-14T22:46:00Z,use_quota=True,user_id='b9a8b02c8b434d9bac53eef8b4892ce2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] DELETE volume vol_id: f78c0cdd-7123-49d9-802e-48d75504b470, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] volume_name: osv-94wM3XEjSdmALkjXVQS0cA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] <== delete_volume: return (187ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] Created reservations ['962baf47-92be-4fa2-b09e-197c9c703ac9', 'adcd4fe5-7149-49ef-92c7-0f584f68dbc7', '13ac2ad3-384c-4092-bcc2-f908bccdff61', '600670e1-bb17-4ef3-9e09-b7fed0c96395'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] <== get_volume_stats: return (587ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:00 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] Deleted volume successfully. +Jan 14 22:46:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e2746033-d04b-417b-a49b-27a0803bb72f tempest-VolumesTransfersV357Test-1778291828 None] Lock "/opt/stack/data/cinder/cinder-f78c0cdd-7123-49d9-802e-48d75504b470-delete_volume" released by "delete_volume" :: held 0.875s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_manager' (6034b743-add7-4b2b-a8da-dc01d2fc54ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6a4bf0cd-bc3e-4647-8d05-d159c955baba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6a4bf0cd-bc3e-4647-8d05-d159c955baba) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:01Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-911892708',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e894a356-4c8a-4086-ba97-6b0198656982,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='22b3113221b64a04be87e8fde0f63487',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:01Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:01Z,use_quota=True,user_id='3ff94217c66e4b02a8810c5a2171468f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (34508c6b-a2f9-4211-a3bb-6ab330e5ae95) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (34508c6b-a2f9-4211-a3bb-6ab330e5ae95) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f20546a3-5cde-4fd0-bb93-be7f7fcdd3f0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f20546a3-5cde-4fd0-bb93-be7f7fcdd3f0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'e894a356-4c8a-4086-ba97-6b0198656982', 'volume_name': 'volume-e894a356-4c8a-4086-ba97-6b0198656982', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (f032a6b4-66e6-46c7-9bcb-7cfa3c94b422) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (f032a6b4-66e6-46c7-9bcb-7cfa3c94b422) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (b21def00-ae61-45cc-ae96-a32fa88e8932) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Volume e894a356-4c8a-4086-ba97-6b0198656982: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-e894a356-4c8a-4086-ba97-6b0198656982', 'volume_size': 1} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:01Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-911892708',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e894a356-4c8a-4086-ba97-6b0198656982,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='22b3113221b64a04be87e8fde0f63487',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:01Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:01Z,use_quota=True,user_id='3ff94217c66e4b02a8810c5a2171468f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] CREATE VOLUME (tempest-VolumesTransfersV357Test-Volume-911892708: volume-e894a356-4c8a-4086-ba97-6b0198656982 osv-6JSjVkyKQIa6l2sBmGVpgg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Parameters passed for create volume {'name': 'osv-6JSjVkyKQIa6l2sBmGVpgg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "e894a356-4c8a-4086-ba97-6b0198656982", "name": "volume-e894a356-4c8a-4086-ba97-6b0198656982", "type": "OpenStack", "display_name": "tempest-VolumesTransfersV357Test-Volume-911892708", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] <== create_volume: return (245ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (b21def00-ae61-45cc-ae96-a32fa88e8932) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-e894a356-4c8a-4086-ba97-6b0198656982', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (31150f65-6bc7-426c-89b6-292be40b6844) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Volume volume-e894a356-4c8a-4086-ba97-6b0198656982 (e894a356-4c8a-4086-ba97-6b0198656982): created successfully +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (31150f65-6bc7-426c-89b6-292be40b6844) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Flow 'volume_create_manager' (6034b743-add7-4b2b-a8da-dc01d2fc54ea) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:01 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-c3863318-f521-4202-9786-5dd62d0f38a6 tempest-VolumesTransfersV357Test-428734361 None] Created volume successfully. +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] Acquiring lock "/opt/stack/data/cinder/cinder-e894a356-4c8a-4086-ba97-6b0198656982-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] Lock "/opt/stack/data/cinder/cinder-e894a356-4c8a-4086-ba97-6b0198656982-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:01Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTransfersV357Test-Volume-911892708',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=e894a356-4c8a-4086-ba97-6b0198656982,launched_at=2025-01-14T22:46:02Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='22b3113221b64a04be87e8fde0f63487',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:01Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:03Z,updated_at=2025-01-14T22:46:03Z,use_quota=True,user_id='3ff94217c66e4b02a8810c5a2171468f',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] DELETE volume vol_id: e894a356-4c8a-4086-ba97-6b0198656982, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] volume_name: osv-6JSjVkyKQIa6l2sBmGVpgg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:02 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] <== delete_volume: return (139ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] Created reservations ['7f0cd477-0609-4536-a7d4-2ea8ea7817b4', '1f8aada2-2366-4dfd-a185-b3ddf3d4c1f7', 'eab9acd0-0554-41a5-bca4-bd129c4ad030', 'f179746d-8fba-45a8-963b-667696df6379'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:02 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:02 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:03 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:03 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:03 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] <== get_volume_stats: return (628ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:03 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:03 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] Deleted volume successfully. +Jan 14 22:46:03 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-07a8fef2-2f72-4a5f-9920-98cc997bcc24 tempest-VolumesTransfersV357Test-1778291828 None] Lock "/opt/stack/data/cinder/cinder-e894a356-4c8a-4086-ba97-6b0198656982-delete_volume" released by "delete_volume" :: held 0.862s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_manager' (878246d9-5a68-4532-b6c8-8399904908b9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (370e7370-f3df-49ee-a91b-cf0d650b24aa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (370e7370-f3df-49ee-a91b-cf0d650b24aa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-1870154136',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:06Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:06Z,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (8f8e7bf5-28dc-41e2-b533-9611af71a34f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (8f8e7bf5-28dc-41e2-b533-9611af71a34f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (413dd286-82a3-4fd5-844c-5de8ee604f0c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (413dd286-82a3-4fd5-844c-5de8ee604f0c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'volume_name': 'volume-5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (20c36952-b6e1-4e52-b68e-45b353c6f949) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (20c36952-b6e1-4e52-b68e-45b353c6f949) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8842cb8f-9823-4676-b580-0f1415551373) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Volume 5e869307-44ee-49be-9dc6-a7bb4cc4dc22: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'volume_size': 1} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-1870154136',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:06Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:06Z,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] CREATE VOLUME (tempest-VolumesCloneTest-Volume-1870154136: volume-5e869307-44ee-49be-9dc6-a7bb4cc4dc22 osv-XoaTB0TuSb6dxqe7TMTcIg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Parameters passed for create volume {'name': 'osv-XoaTB0TuSb6dxqe7TMTcIg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "5e869307-44ee-49be-9dc6-a7bb4cc4dc22", "name": "volume-5e869307-44ee-49be-9dc6-a7bb4cc4dc22", "type": "OpenStack", "display_name": "tempest-VolumesCloneTest-Volume-1870154136", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:06 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] <== create_volume: return (239ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (8842cb8f-9823-4676-b580-0f1415551373) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (1d92fcba-1f95-4356-90c5-3f585aea3241) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Volume volume-5e869307-44ee-49be-9dc6-a7bb4cc4dc22 (5e869307-44ee-49be-9dc6-a7bb4cc4dc22): created successfully +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (1d92fcba-1f95-4356-90c5-3f585aea3241) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_manager' (878246d9-5a68-4532-b6c8-8399904908b9) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:06 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-7188e799-011e-4d6e-9b7a-22e7585973ca tempest-VolumesCloneTest-1386361472 None] Created volume successfully. +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_manager' (797d611d-c026-485a-ae91-ced66ead7b03) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e4b399bd-6a2f-4b4f-ae4d-a6a9900a1116) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e4b399bd-6a2f-4b4f-ae4d-a6a9900a1116) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-300661179',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=95679694-ab52-4f37-a055-5fea86696445,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:07Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:07Z,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (855536d5-776c-4309-8ac2-2dbd9cb2cc83) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (855536d5-776c-4309-8ac2-2dbd9cb2cc83) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (476ec41f-6ef9-4cf5-84a6-4e2c8916a0aa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (476ec41f-6ef9-4cf5-84a6-4e2c8916a0aa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'source_vol', 'volume_id': '95679694-ab52-4f37-a055-5fea86696445', 'volume_name': 'volume-95679694-ab52-4f37-a055-5fea86696445', 'volume_size': 2, 'source_volid': '5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'source_volstatus': 'available'}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3eb729e5-adad-4c47-9b79-91f18ab5ed5b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3eb729e5-adad-4c47-9b79-91f18ab5ed5b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e339589b-70f3-4078-b36f-a3250e3f1bc9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Volume 95679694-ab52-4f37-a055-5fea86696445: being created as source_vol with specification: {'status': 'creating', 'volume_name': 'volume-95679694-ab52-4f37-a055-5fea86696445', 'volume_size': 2, 'source_volid': '5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'source_volstatus': 'available'} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] ==> create_cloned_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-300661179',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=95679694-ab52-4f37-a055-5fea86696445,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:07Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:07Z,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'src_vref': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-1870154136',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,launched_at=2025-01-14T22:46:06Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:06Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:46:06Z,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Creating a clone of volume, using non-online copy. {{(pid=115516) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2685}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] CREATE VOLUME (tempest-VolumesCloneTest-Volume-300661179: volume-95679694-ab52-4f37-a055-5fea86696445 osv-lWeWlKtSTzegVV-qhmlkRQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Parameters passed for create volume {'name': 'osv-lWeWlKtSTzegVV-qhmlkRQ', 'cpg': 'CI_CPG', 'sizeMiB': 2048, 'comment': '{"volume_id": "95679694-ab52-4f37-a055-5fea86696445", "name": "volume-95679694-ab52-4f37-a055-5fea86696445", "type": "OpenStack", "display_name": "tempest-VolumesCloneTest-Volume-300661179", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:07 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'osv-lWeWlKtSTzegVV-qhmlkRQ', 'priority': 1}} {{(pid=115516) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:07 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:07 ubuntu cinder-volume[115516]: WARNING py.warnings [-] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:07 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [-] 3PAR Task id 27971 status = 1 {{(pid=115516) _wait_for_task /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3236}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Copy volume completed: create_cloned_volume: id=95679694-ab52-4f37-a055-5fea86696445. {{(pid=115516) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2703}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] v2 replication check {{(pid=115516) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2707}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] replication_flag: False {{(pid=115516) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2721}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] <== create_cloned_volume: return (386ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (e339589b-70f3-4078-b36f-a3250e3f1bc9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-95679694-ab52-4f37-a055-5fea86696445', 'volume_size': 2, 'source_volid': '5e869307-44ee-49be-9dc6-a7bb4cc4dc22', 'source_volstatus': 'available'}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (888c9dfb-2210-49bc-a519-bbffb12fdadf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Volume volume-95679694-ab52-4f37-a055-5fea86696445 (95679694-ab52-4f37-a055-5fea86696445): created successfully +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (888c9dfb-2210-49bc-a519-bbffb12fdadf) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Flow 'volume_create_manager' (797d611d-c026-485a-ae91-ced66ead7b03) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:07 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-099e2a45-6879-4a26-b4a6-cdfd921439a7 tempest-VolumesCloneTest-1386361472 None] Created volume successfully. +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Acquiring lock "/opt/stack/data/cinder/cinder-95679694-ab52-4f37-a055-5fea86696445-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Lock "/opt/stack/data/cinder/cinder-95679694-ab52-4f37-a055-5fea86696445-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-300661179',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=95679694-ab52-4f37-a055-5fea86696445,launched_at=2025-01-14T22:46:08Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:07Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,status='deleting',terminated_at=2025-01-14T22:46:09Z,updated_at=2025-01-14T22:46:09Z,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] DELETE volume vol_id: 95679694-ab52-4f37-a055-5fea86696445, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] volume_name: osv-lWeWlKtSTzegVV-qhmlkRQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] <== delete_volume: return (122ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Created reservations ['131ebe87-0f48-4d12-8258-79f53c2b624e', '60049775-8ebe-43cf-9f1e-14a185bf72f4', '9572d780-085b-4b62-8d9b-c795b4eadc71', '2fe24b93-3483-4b14-8dba-a07aa51caea8'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:08 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:08 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] <== get_volume_stats: return (623ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Deleted volume successfully. +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-30c1b842-f95b-47ec-8b02-b3eab2217875 tempest-VolumesCloneTest-1386361472 None] Lock "/opt/stack/data/cinder/cinder-95679694-ab52-4f37-a055-5fea86696445-delete_volume" released by "delete_volume" :: held 0.848s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Acquiring lock "/opt/stack/data/cinder/cinder-5e869307-44ee-49be-9dc6-a7bb4cc4dc22-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Lock "/opt/stack/data/cinder/cinder-5e869307-44ee-49be-9dc6-a7bb4cc4dc22-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:06Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneTest-Volume-1870154136',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5e869307-44ee-49be-9dc6-a7bb4cc4dc22,launched_at=2025-01-14T22:46:06Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='5206485a63584be9a8778512fb04d8af',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:06Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:10Z,updated_at=2025-01-14T22:46:10Z,use_quota=True,user_id='098b46adc60e47829f1bb1ebe8c10df5',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] DELETE volume vol_id: 5e869307-44ee-49be-9dc6-a7bb4cc4dc22, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] volume_name: osv-XoaTB0TuSb6dxqe7TMTcIg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] <== delete_volume: return (122ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Created reservations ['ccdaaccf-e02a-4448-beb5-4509e7758ddd', 'c12d60bd-97f9-4f79-b6be-75d324420024', 'a1a3cbef-6b0c-4d7c-8b60-91b9fbaeddcb', 'd72d0a38-b932-4015-aa3c-e4906269e413'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:09 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:09 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:10 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:10 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:10 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:10 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:10 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:10 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:10 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] <== get_volume_stats: return (1066ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:10 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:10 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Deleted volume successfully. +Jan 14 22:46:10 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-92ef892f-043e-400d-b705-94edf360e0e8 tempest-VolumesCloneTest-1386361472 None] Lock "/opt/stack/data/cinder/cinder-5e869307-44ee-49be-9dc6-a7bb4cc4dc22-delete_volume" released by "delete_volume" :: held 1.279s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Flow 'volume_create_manager' (9f7781dd-ce18-4ff5-b66a-301c5b319db2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (12a77845-1cd8-42cc-9f04-0888b9710d0d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (12a77845-1cd8-42cc-9f04-0888b9710d0d) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-412781424',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba898086-4d13-4461-a630-1785ae51dc1b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a1747f9d8f54720945acd016df942a3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:12Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:12Z,use_quota=True,user_id='3a3bafb2c5ce4e78b15832ff092ace52',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (bcae07ac-b034-410a-a161-65564b983683) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (bcae07ac-b034-410a-a161-65564b983683) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f8c2b63c-48af-4a83-bbdf-1292e6caab00) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f8c2b63c-48af-4a83-bbdf-1292e6caab00) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'ba898086-4d13-4461-a630-1785ae51dc1b', 'volume_name': 'volume-ba898086-4d13-4461-a630-1785ae51dc1b', 'volume_size': 2}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d68561a4-e04c-44b7-a65f-e0c365ea36f2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (d68561a4-e04c-44b7-a65f-e0c365ea36f2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a10fd057-87a2-4a65-8591-201d59738f69) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Volume ba898086-4d13-4461-a630-1785ae51dc1b: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-ba898086-4d13-4461-a630-1785ae51dc1b', 'volume_size': 2} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-412781424',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba898086-4d13-4461-a630-1785ae51dc1b,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a1747f9d8f54720945acd016df942a3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:12Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:12Z,use_quota=True,user_id='3a3bafb2c5ce4e78b15832ff092ace52',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] CREATE VOLUME (tempest-VolumesCloneNegativeTest-Volume-412781424: volume-ba898086-4d13-4461-a630-1785ae51dc1b osv-uomAhk0TRGGmMBeFrlHcGw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Parameters passed for create volume {'name': 'osv-uomAhk0TRGGmMBeFrlHcGw', 'cpg': 'CI_CPG', 'sizeMiB': 2048, 'comment': '{"volume_id": "ba898086-4d13-4461-a630-1785ae51dc1b", "name": "volume-ba898086-4d13-4461-a630-1785ae51dc1b", "type": "OpenStack", "display_name": "tempest-VolumesCloneNegativeTest-Volume-412781424", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:12 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] <== create_volume: return (244ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (a10fd057-87a2-4a65-8591-201d59738f69) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-ba898086-4d13-4461-a630-1785ae51dc1b', 'volume_size': 2}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (b744739e-287a-4a13-9b44-940086d0ccb4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Volume volume-ba898086-4d13-4461-a630-1785ae51dc1b (ba898086-4d13-4461-a630-1785ae51dc1b): created successfully +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (b744739e-287a-4a13-9b44-940086d0ccb4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Flow 'volume_create_manager' (9f7781dd-ce18-4ff5-b66a-301c5b319db2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:12 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-ca5890c0-f0fb-4185-a005-c7fa87f3945d tempest-VolumesCloneNegativeTest-1461379781 None] Created volume successfully. +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] Acquiring lock "/opt/stack/data/cinder/cinder-ba898086-4d13-4461-a630-1785ae51dc1b-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] Lock "/opt/stack/data/cinder/cinder-ba898086-4d13-4461-a630-1785ae51dc1b-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:12Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesCloneNegativeTest-Volume-412781424',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=ba898086-4d13-4461-a630-1785ae51dc1b,launched_at=2025-01-14T22:46:12Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='3a1747f9d8f54720945acd016df942a3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:12Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:13Z,updated_at=2025-01-14T22:46:13Z,use_quota=True,user_id='3a3bafb2c5ce4e78b15832ff092ace52',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] DELETE volume vol_id: ba898086-4d13-4461-a630-1785ae51dc1b, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] volume_name: osv-uomAhk0TRGGmMBeFrlHcGw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] <== delete_volume: return (130ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] Created reservations ['234d3af6-a9f3-447e-a79d-f0ef231f65b6', '7d2ae655-8eb3-4543-a63d-b1afde4d5137', '9e613efb-0d02-4a88-aa55-395d82cd7ccd', 'fa935796-d51c-4310-a788-c61e39eb5105'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:13 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:13 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:14 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] <== get_volume_stats: return (626ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:14 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:14 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] Deleted volume successfully. +Jan 14 22:46:14 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-08f076e8-5783-4d39-acdc-a0dbe634f768 tempest-VolumesCloneNegativeTest-1461379781 None] Lock "/opt/stack/data/cinder/cinder-ba898086-4d13-4461-a630-1785ae51dc1b-delete_volume" released by "delete_volume" :: held 0.858s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (9d318b1d-e9f3-47d2-bade-6558a07925ab) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e7589ec2-801e-4947-8abd-210ca53d05c3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (e7589ec2-801e-4947-8abd-210ca53d05c3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-238071081',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:16Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:16Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (600bdbed-d35f-4353-84ef-fb364a15a3e0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (600bdbed-d35f-4353-84ef-fb364a15a3e0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f71f1277-bc45-4e5b-a53f-b5a05454bc3e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (f71f1277-bc45-4e5b-a53f-b5a05454bc3e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5', 'volume_name': 'volume-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (890b2507-fc4d-47e6-80b6-d8384f8c9062) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (890b2507-fc4d-47e6-80b6-d8384f8c9062) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (b27f98c0-2c56-449d-b03f-d8b5a1e842f4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Volume 6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5', 'volume_size': 1} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:16Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-238071081',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:16Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:16Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] CREATE VOLUME (tempest-VolumesGetTest-Volume-238071081: volume-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 osv-YEjwCd.tR9G-sqjb59zHxQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Parameters passed for create volume {'name': 'osv-YEjwCd.tR9G-sqjb59zHxQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5", "name": "volume-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5", "type": "OpenStack", "display_name": "tempest-VolumesGetTest-Volume-238071081", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:15 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:15 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] <== create_volume: return (235ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (b27f98c0-2c56-449d-b03f-d8b5a1e842f4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ec0d10fe-0f8b-44ba-bbee-ef91c0dfd244) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:16 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Volume volume-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5 (6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5): created successfully +Jan 14 22:46:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ec0d10fe-0f8b-44ba-bbee-ef91c0dfd244) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:16 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (9d318b1d-e9f3-47d2-bade-6558a07925ab) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:16 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-a317995d-3717-492e-943a-4b82751c5668 tempest-VolumesGetTest-1399171525 None] Created volume successfully. +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (b7e7147c-c56f-4f67-a66a-f48a089920a0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7af4a955-e1f4-489a-a430-961acd3976c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (7af4a955-e1f4-489a-a430-961acd3976c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:17Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-44399051',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=794ff573-576d-49b7-9abc-0344f8b07835,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:17Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (113089bb-eebb-41f4-b9ea-cbba2658f508) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (113089bb-eebb-41f4-b9ea-cbba2658f508) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5ab8bc8f-f02e-4d37-89b8-0d2027fb7512) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5ab8bc8f-f02e-4d37-89b8-0d2027fb7512) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '794ff573-576d-49b7-9abc-0344f8b07835', 'volume_name': 'volume-794ff573-576d-49b7-9abc-0344f8b07835', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5df8d4bd-4142-4fff-bbf8-336e9a7431fa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (5df8d4bd-4142-4fff-bbf8-336e9a7431fa) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d1223c2e-9428-46b5-b4d6-6cd3cd3c826e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Volume 794ff573-576d-49b7-9abc-0344f8b07835: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-794ff573-576d-49b7-9abc-0344f8b07835', 'volume_size': 1} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:17Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-44399051',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=794ff573-576d-49b7-9abc-0344f8b07835,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:17Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:17Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] CREATE VOLUME (None: volume-794ff573-576d-49b7-9abc-0344f8b07835 osv-eU-1c1dtSbeavANE.LB4NQ on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Parameters passed for create volume {'name': 'osv-eU-1c1dtSbeavANE.LB4NQ', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "794ff573-576d-49b7-9abc-0344f8b07835", "name": "volume-794ff573-576d-49b7-9abc-0344f8b07835", "type": "OpenStack", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:17 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] <== create_volume: return (246ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d1223c2e-9428-46b5-b4d6-6cd3cd3c826e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-794ff573-576d-49b7-9abc-0344f8b07835', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d1bcb2ed-14e3-47f7-b41e-2c1fcdc4c984) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Volume volume-794ff573-576d-49b7-9abc-0344f8b07835 (794ff573-576d-49b7-9abc-0344f8b07835): created successfully +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d1bcb2ed-14e3-47f7-b41e-2c1fcdc4c984) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (b7e7147c-c56f-4f67-a66a-f48a089920a0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:17 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-501026db-774c-440d-86c0-90a0d8c822cd tempest-VolumesGetTest-1399171525 None] Created volume successfully. +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Acquiring lock "/opt/stack/data/cinder/cinder-794ff573-576d-49b7-9abc-0344f8b07835-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-794ff573-576d-49b7-9abc-0344f8b07835-delete_volume" acquired by "delete_volume" :: waited 0.004s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:17Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-238071081',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=794ff573-576d-49b7-9abc-0344f8b07835,launched_at=2025-01-14T22:46:17Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:17Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:18Z,updated_at=2025-01-14T22:46:18Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] DELETE volume vol_id: 794ff573-576d-49b7-9abc-0344f8b07835, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] volume_name: osv-eU-1c1dtSbeavANE.LB4NQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] <== delete_volume: return (120ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Created reservations ['a3cbfdac-fe5d-45e7-9930-f643614d7ff9', '9b1d12b3-7be5-4209-95d3-9f6f9773331a', '7af98d54-b692-4f86-92a3-75cc53d5bd0a', '19b583e3-e2d6-49e6-893c-e98e8594d884'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:18 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:18 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] <== get_volume_stats: return (588ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Deleted volume successfully. +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-5d5a4616-9d9a-4e5e-82e4-80dd6a407bfb tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-794ff573-576d-49b7-9abc-0344f8b07835-delete_volume" released by "delete_volume" :: held 0.823s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Acquiring lock "/opt/stack/data/cinder/cinder-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:16Z,deleted=False,deleted_at=None,display_description='This is the new description of volume',display_name='tempest-VolumesGetTest-new-Volume-2104365574',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5,launched_at=2025-01-14T22:46:16Z,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:16Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:19Z,updated_at=2025-01-14T22:46:19Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] DELETE volume vol_id: 6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] volume_name: osv-YEjwCd.tR9G-sqjb59zHxQ {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:19 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] <== delete_volume: return (123ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Created reservations ['0a7b5d34-ad74-40e0-b980-f68413b094be', 'a580cc8b-d1be-4f2f-88cc-356c201dcdae', '891077a3-c903-4c4c-87e7-7233e8055e29', '135a0195-5afc-4858-a8b4-b74a2d223f65'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:19 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:19 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:19 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:19 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:20 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:20 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:20 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:20 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] <== get_volume_stats: return (615ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Deleted volume successfully. +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-e449e125-fac0-4fca-88a9-172a90d70d27 tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-6048f009-dfad-47d1-bfb2-a8dbe7dcc7c5-delete_volume" released by "delete_volume" :: held 0.854s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (ac5c8fdc-ca5f-495f-813d-cd315cccee4c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2b4d0a79-36c0-4378-a4b2-341e14f8209e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2b4d0a79-36c0-4378-a4b2-341e14f8209e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-302766688',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d4532e09-0672-4ece-88f2-df87884bb92c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:21Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:21Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5f2054fa-375a-41e6-a550-b311beae4f3a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (5f2054fa-375a-41e6-a550-b311beae4f3a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0afbbb00-7b37-4562-b6ba-be2b79dd6b81) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (0afbbb00-7b37-4562-b6ba-be2b79dd6b81) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'd4532e09-0672-4ece-88f2-df87884bb92c', 'volume_name': 'volume-d4532e09-0672-4ece-88f2-df87884bb92c', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (379b04f2-907b-48e2-b115-f87039b9e1be) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (379b04f2-907b-48e2-b115-f87039b9e1be) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (2817bf69-3890-4d55-8469-6d8a5a1c3706) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Volume d4532e09-0672-4ece-88f2-df87884bb92c: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-d4532e09-0672-4ece-88f2-df87884bb92c', 'volume_size': 1} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-302766688',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d4532e09-0672-4ece-88f2-df87884bb92c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:21Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:21Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] CREATE VOLUME (tempest-VolumesGetTest-Volume-302766688: volume-d4532e09-0672-4ece-88f2-df87884bb92c osv-1FMuCQZyTs6I8t.HiEu5LA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Parameters passed for create volume {'name': 'osv-1FMuCQZyTs6I8t.HiEu5LA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "d4532e09-0672-4ece-88f2-df87884bb92c", "name": "volume-d4532e09-0672-4ece-88f2-df87884bb92c", "type": "OpenStack", "display_name": "tempest-VolumesGetTest-Volume-302766688", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:20 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] <== create_volume: return (235ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (2817bf69-3890-4d55-8469-6d8a5a1c3706) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-d4532e09-0672-4ece-88f2-df87884bb92c', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d473f1e9-143a-447b-a81d-e1bbff0efda6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Volume volume-d4532e09-0672-4ece-88f2-df87884bb92c (d4532e09-0672-4ece-88f2-df87884bb92c): created successfully +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (d473f1e9-143a-447b-a81d-e1bbff0efda6) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (ac5c8fdc-ca5f-495f-813d-cd315cccee4c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:20 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d67e1254-0186-4077-9b9d-f775f8dd466f tempest-VolumesGetTest-1399171525 None] Created volume successfully. +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (b2fc34b9-3a98-4590-ab7e-10549c99a890) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c680d4c0-9bc6-4cf5-9520-7b07caabac1f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (c680d4c0-9bc6-4cf5-9520-7b07caabac1f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1432729897',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9c5c6f96-138e-4f43-b1e2-0658c10f3f17,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:22Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=d4532e09-0672-4ece-88f2-df87884bb92c,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:22Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (6e299afa-5d37-48e6-81e5-0cfdccfb2690) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (6e299afa-5d37-48e6-81e5-0cfdccfb2690) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (d5bc1b39-1cea-4daa-9384-fca81336d5a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (d5bc1b39-1cea-4daa-9384-fca81336d5a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'source_vol', 'volume_id': '9c5c6f96-138e-4f43-b1e2-0658c10f3f17', 'volume_name': 'volume-9c5c6f96-138e-4f43-b1e2-0658c10f3f17', 'volume_size': 1, 'source_volid': 'd4532e09-0672-4ece-88f2-df87884bb92c', 'source_volstatus': 'available'}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3d2ddb23-ac98-40bd-956c-7922876d18c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (3d2ddb23-ac98-40bd-956c-7922876d18c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f5f37690-c4cc-4f1b-a656-28e5fafabdc4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Volume 9c5c6f96-138e-4f43-b1e2-0658c10f3f17: being created as source_vol with specification: {'status': 'creating', 'volume_name': 'volume-9c5c6f96-138e-4f43-b1e2-0658c10f3f17', 'volume_size': 1, 'source_volid': 'd4532e09-0672-4ece-88f2-df87884bb92c', 'source_volstatus': 'available'} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] ==> create_cloned_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:22Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1432729897',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9c5c6f96-138e-4f43-b1e2-0658c10f3f17,launched_at=None,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:22Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=d4532e09-0672-4ece-88f2-df87884bb92c,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:22Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'src_vref': Volume(_name_id=None,******_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-302766688',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d4532e09-0672-4ece-88f2-df87884bb92c,launched_at=2025-01-14T22:46:21Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:21Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='available',terminated_at=None,updated_at=2025-01-14T22:46:21Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Creating a clone of volume, using online copy. {{(pid=115516) create_cloned_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2639}} +Jan 14 22:46:21 ubuntu cinder-volume[115516]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Creating temp snapshot tss-i.qqrgmyQ-qttaxJs-LHrw from volume osv-1FMuCQZyTs6I8t.HiEu5LA +Jan 14 22:46:21 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:21 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:22 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:22 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Creating clone of a volume tss-i.qqrgmyQ-qttaxJs-LHrw to osv-nFxvlhOOT0Ox4gZYwQ8-Fw. {{(pid=115516) _copy_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2513}} +Jan 14 22:46:22 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Parameters passed for copy volume {'action': 'createPhysicalCopy', 'parameters': {'destVolume': 'osv-nFxvlhOOT0Ox4gZYwQ8-Fw', 'destCPG': 'CI_CPG', 'tpvv': True, 'online': True, 'snapCPG': 'CI_CPG'}} {{(pid=115516) copyVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:1028}} +Jan 14 22:46:22 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:22 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] <== create_cloned_volume: return (401ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (f5f37690-c4cc-4f1b-a656-28e5fafabdc4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-9c5c6f96-138e-4f43-b1e2-0658c10f3f17', 'volume_size': 1, 'source_volid': 'd4532e09-0672-4ece-88f2-df87884bb92c', 'source_volstatus': 'available'}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (5582be89-5a23-4348-adb6-04ac43d527e2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:22 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Volume volume-9c5c6f96-138e-4f43-b1e2-0658c10f3f17 (9c5c6f96-138e-4f43-b1e2-0658c10f3f17): created successfully +Jan 14 22:46:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (5582be89-5a23-4348-adb6-04ac43d527e2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:22 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (b2fc34b9-3a98-4590-ab7e-10549c99a890) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:22 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-46ecc13a-da79-40c9-aca9-e741bdb7657c tempest-VolumesGetTest-1399171525 None] Created volume successfully. +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (74a92a11-a270-4bc0-a220-5e3cf0460ebf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6da85581-4a49-4f23-b16e-fd85a98562d9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (6da85581-4a49-4f23-b16e-fd85a98562d9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:23Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-1430180581',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d001f677-c0cb-434e-911d-4f580be7c446,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:23Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:23Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (74215fe9-7eda-4cd6-9e73-748a29f81e3e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (74215fe9-7eda-4cd6-9e73-748a29f81e3e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6a16b763-6de9-4d99-9ebf-2c8e2ead9756) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (6a16b763-6de9-4d99-9ebf-2c8e2ead9756) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'd001f677-c0cb-434e-911d-4f580be7c446', 'volume_name': 'volume-d001f677-c0cb-434e-911d-4f580be7c446', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (302adee2-f829-4fc6-82d9-8ebde25b2ee3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (302adee2-f829-4fc6-82d9-8ebde25b2ee3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (93d63625-b90e-4e7a-ac43-8586fcd533aa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Volume d001f677-c0cb-434e-911d-4f580be7c446: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-d001f677-c0cb-434e-911d-4f580be7c446', 'volume_size': 1} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:23Z,deleted=False,deleted_at=None,display_description='tempest-@#$%^* description-1430180581',display_name=None,ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d001f677-c0cb-434e-911d-4f580be7c446,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:23Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:23Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] CREATE VOLUME (None: volume-d001f677-c0cb-434e-911d-4f580be7c446 osv-0AH2d8DLQ06RHU9YC.fERg on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Parameters passed for create volume {'name': 'osv-0AH2d8DLQ06RHU9YC.fERg', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "d001f677-c0cb-434e-911d-4f580be7c446", "name": "volume-d001f677-c0cb-434e-911d-4f580be7c446", "type": "OpenStack", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:23 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:23 ubuntu cinder-volume[115517]: DEBUG oslo_service.periodic_task [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115517) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:46:23 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] <== create_volume: return (290ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (93d63625-b90e-4e7a-ac43-8586fcd533aa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-d001f677-c0cb-434e-911d-4f580be7c446', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (abfd55ec-9807-4d8f-9496-ee230d6510ee) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Volume volume-d001f677-c0cb-434e-911d-4f580be7c446 (d001f677-c0cb-434e-911d-4f580be7c446): created successfully +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (abfd55ec-9807-4d8f-9496-ee230d6510ee) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Flow 'volume_create_manager' (74a92a11-a270-4bc0-a220-5e3cf0460ebf) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:23 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-a7943247-83a9-4648-95f2-250f5d18483a tempest-VolumesGetTest-1399171525 None] Created volume successfully. +Jan 14 22:46:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:46:24 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:24 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:46:24 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:24 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Acquiring lock "/opt/stack/data/cinder/cinder-d001f677-c0cb-434e-911d-4f580be7c446-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-d001f677-c0cb-434e-911d-4f580be7c446-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:23Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-1432729897',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d001f677-c0cb-434e-911d-4f580be7c446,launched_at=2025-01-14T22:46:24Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:23Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:24Z,updated_at=2025-01-14T22:46:24Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] DELETE volume vol_id: d001f677-c0cb-434e-911d-4f580be7c446, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] volume_name: osv-0AH2d8DLQ06RHU9YC.fERg {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] <== delete_volume: return (121ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Created reservations ['01bda792-ca1a-45ac-8aba-14fe0e26eae5', '53bad7dd-38c2-4105-b913-08eb3f77cb25', '8bb8059d-7736-49e3-bc51-5cd0f228b546', '7944db33-e495-4916-bd6e-4f473b6b3b90'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:24 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] <== get_volume_stats: return (1266ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:24 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:24 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:24 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] <== get_volume_stats: return (662ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Deleted volume successfully. +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b63a02dc-80d0-4f5c-b169-219b3d04f4b8 tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-d001f677-c0cb-434e-911d-4f580be7c446-delete_volume" released by "delete_volume" :: held 0.895s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Acquiring lock "/opt/stack/data/cinder/cinder-9c5c6f96-138e-4f43-b1e2-0658c10f3f17-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-9c5c6f96-138e-4f43-b1e2-0658c10f3f17-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:22Z,deleted=False,deleted_at=None,display_description='This is the new description of volume',display_name='tempest-VolumesGetTest-new-Volume-1081473888',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=9c5c6f96-138e-4f43-b1e2-0658c10f3f17,launched_at=2025-01-14T22:46:22Z,metadata={Type='Test'},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:22Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=d4532e09-0672-4ece-88f2-df87884bb92c,status='deleting',terminated_at=2025-01-14T22:46:25Z,updated_at=2025-01-14T22:46:25Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] DELETE volume vol_id: 9c5c6f96-138e-4f43-b1e2-0658c10f3f17, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] volume_name: osv-nFxvlhOOT0Ox4gZYwQ8-Fw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] <== delete_volume: return (128ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Created reservations ['d52f6032-7248-4596-9503-e2f3c413a29f', '5f4531ab-c15d-4600-83b9-4d580d06ca09', '8ac3fcfa-22f5-43ef-862e-6e4899e65a58', '1f2382e5-e2f6-4455-a80e-507ea9cdfcf4'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:25 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:25 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] <== get_volume_stats: return (629ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Deleted volume successfully. +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-91835a26-8571-4bda-945e-43da279cf5ea tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-9c5c6f96-138e-4f43-b1e2-0658c10f3f17-delete_volume" released by "delete_volume" :: held 0.864s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Acquiring lock "/opt/stack/data/cinder/cinder-d4532e09-0672-4ece-88f2-df87884bb92c-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-d4532e09-0672-4ece-88f2-df87884bb92c-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTest-Volume-302766688',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=d4532e09-0672-4ece-88f2-df87884bb92c,launched_at=2025-01-14T22:46:21Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fa1c6342ed5a49b0b8e556468740e792',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:21Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:27Z,updated_at=2025-01-14T22:46:27Z,use_quota=True,user_id='9f0d3cbe6dfd4df6a1c799c4783b7404',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] DELETE volume vol_id: d4532e09-0672-4ece-88f2-df87884bb92c, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] volume_name: osv-1FMuCQZyTs6I8t.HiEu5LA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:26 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:46:26 ubuntu cinder-volume[115516]: INFO cinder.volume.drivers.hpe.hpe_3par_common [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Found a temporary snapshot tss-i.qqrgmyQ-qttaxJs-LHrw +Jan 14 22:46:26 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:26 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:26 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:46:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] DELETE volume vol_id: d4532e09-0672-4ece-88f2-df87884bb92c, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:27 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] volume_name: osv-1FMuCQZyTs6I8t.HiEu5LA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:27 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:27 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:27 ubuntu cinder-volume[115516]: : hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 32 - volume has a child +Jan 14 22:46:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] <== delete_volume: return (1536ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:28 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Created reservations ['dbdbff56-bc35-4bfe-b068-cb0faab8e1d4', 'faede814-057d-4e23-80c8-991ea70a0a68', '977e65e4-1a32-4fa7-88c7-2aade68e5f1c', 'b0cd2cb5-55a4-4f0b-90b6-36bebc981fce'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:28 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:28 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:28 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] <== get_volume_stats: return (643ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:28 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:28 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Deleted volume successfully. +Jan 14 22:46:28 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-eb016379-9b34-43ce-a109-0bdb296f1ba0 tempest-VolumesGetTest-1399171525 None] Lock "/opt/stack/data/cinder/cinder-d4532e09-0672-4ece-88f2-df87884bb92c-delete_volume" released by "delete_volume" :: held 2.283s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_manager' (27ea762a-4bf0-4a13-b0a1-bfc9d804a1f6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8d435e8f-0eb5-4b7d-8643-e328a5dc972e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (8d435e8f-0eb5-4b7d-8643-e328a5dc972e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-626822992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a4c15baa-7954-4a95-89f2-cf0f93f15c7f,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:31Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:31Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (fc36811e-aa11-4df5-936a-b405c55e7c68) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (fc36811e-aa11-4df5-936a-b405c55e7c68) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (dee40d41-96ad-40e3-9b50-1765dfcfb9ea) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (dee40d41-96ad-40e3-9b50-1765dfcfb9ea) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'a4c15baa-7954-4a95-89f2-cf0f93f15c7f', 'volume_name': 'volume-a4c15baa-7954-4a95-89f2-cf0f93f15c7f', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ba9194d9-04b0-491f-85f5-e0cd29873166) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (ba9194d9-04b0-491f-85f5-e0cd29873166) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c4d4c623-f76f-4904-b4b5-ab2ecbbfb70d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Volume a4c15baa-7954-4a95-89f2-cf0f93f15c7f: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-a4c15baa-7954-4a95-89f2-cf0f93f15c7f', 'volume_size': 1} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-626822992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a4c15baa-7954-4a95-89f2-cf0f93f15c7f,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:31Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:31Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] CREATE VOLUME (tempest-VolumesListTestJSON-Volume-626822992: volume-a4c15baa-7954-4a95-89f2-cf0f93f15c7f osv-pMFbqnlUSpWJ8s8Pk-Fcfw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Parameters passed for create volume {'name': 'osv-pMFbqnlUSpWJ8s8Pk-Fcfw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "a4c15baa-7954-4a95-89f2-cf0f93f15c7f", "name": "volume-a4c15baa-7954-4a95-89f2-cf0f93f15c7f", "type": "OpenStack", "display_name": "tempest-VolumesListTestJSON-Volume-626822992", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:31 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] <== create_volume: return (236ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c4d4c623-f76f-4904-b4b5-ab2ecbbfb70d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-a4c15baa-7954-4a95-89f2-cf0f93f15c7f', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ebc61f54-1c62-4ecb-be2b-309a5f48503e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Volume volume-a4c15baa-7954-4a95-89f2-cf0f93f15c7f (a4c15baa-7954-4a95-89f2-cf0f93f15c7f): created successfully +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (ebc61f54-1c62-4ecb-be2b-309a5f48503e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_manager' (27ea762a-4bf0-4a13-b0a1-bfc9d804a1f6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:31 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-5b5ca4a0-8209-430f-8ac4-4bc970eddc9a tempest-VolumesListTestJSON-1475572500 None] Created volume successfully. +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_manager' (bfaab3b8-f7d1-4e0c-90c2-64913001962e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f5cd3684-6d25-4315-88c5-3e851648fa2e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (f5cd3684-6d25-4315-88c5-3e851648fa2e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:32Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-594405468',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:32Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:32Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (b4162d16-610a-4dac-82d5-93ea1f181409) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (b4162d16-610a-4dac-82d5-93ea1f181409) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e82d5744-9a64-4796-993a-caf20ef73167) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (e82d5744-9a64-4796-993a-caf20ef73167) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': 'b1190a74-b5fa-4f6a-8fb9-55ebff5140d2', 'volume_name': 'volume-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (53f1df50-cafd-45c0-b5a0-d17c7a24a44b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (53f1df50-cafd-45c0-b5a0-d17c7a24a44b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (701b17b8-afba-4209-a6eb-dde117e51f93) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Volume b1190a74-b5fa-4f6a-8fb9-55ebff5140d2: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2', 'volume_size': 1} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:32Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-594405468',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:32Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:32Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] CREATE VOLUME (tempest-VolumesListTestJSON-Volume-594405468: volume-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 osv-sRkKdLX6T2qPuVXr-1FA0g on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Parameters passed for create volume {'name': 'osv-sRkKdLX6T2qPuVXr-1FA0g', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "b1190a74-b5fa-4f6a-8fb9-55ebff5140d2", "name": "volume-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2", "type": "OpenStack", "display_name": "tempest-VolumesListTestJSON-Volume-594405468", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:32 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] <== create_volume: return (235ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (701b17b8-afba-4209-a6eb-dde117e51f93) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (18e4a1a2-6127-444c-b173-8cd2ad372e3f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Volume volume-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2 (b1190a74-b5fa-4f6a-8fb9-55ebff5140d2): created successfully +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (18e4a1a2-6127-444c-b173-8cd2ad372e3f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_manager' (bfaab3b8-f7d1-4e0c-90c2-64913001962e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:32 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-a74c8d87-43f9-4d24-b938-e654bd10b96f tempest-VolumesListTestJSON-1475572500 None] Created volume successfully. +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG oslo_service.periodic_task [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115516) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_manager' (0f9f65bd-bf81-43aa-87fa-803ef05b18a2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2be5c47c-95b6-495c-9c38-9c1e47200509) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2be5c47c-95b6-495c-9c38-9c1e47200509) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1339847679',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5e79d5f8-4f9e-4c5a-b184-1345cba53a30,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:34Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:34Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1656ab60-7e07-43d0-9e54-09e78c62be52) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (1656ab60-7e07-43d0-9e54-09e78c62be52) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (07f22c3f-12fe-4871-b60f-dd65ec079ffe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (07f22c3f-12fe-4871-b60f-dd65ec079ffe) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '5e79d5f8-4f9e-4c5a-b184-1345cba53a30', 'volume_name': 'volume-5e79d5f8-4f9e-4c5a-b184-1345cba53a30', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (57c3a3a2-3fd2-48ec-9e59-f27961f3c7ae) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (57c3a3a2-3fd2-48ec-9e59-f27961f3c7ae) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d6470ee0-7abc-405e-b8d3-09a6f7d7d3d0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Volume 5e79d5f8-4f9e-4c5a-b184-1345cba53a30: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-5e79d5f8-4f9e-4c5a-b184-1345cba53a30', 'volume_size': 1} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1339847679',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5e79d5f8-4f9e-4c5a-b184-1345cba53a30,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:34Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:34Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] CREATE VOLUME (tempest-VolumesListTestJSON-Volume-1339847679: volume-5e79d5f8-4f9e-4c5a-b184-1345cba53a30 osv-XnnV.E.eTFqxhBNFy6U6MA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Parameters passed for create volume {'name': 'osv-XnnV.E.eTFqxhBNFy6U6MA', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "5e79d5f8-4f9e-4c5a-b184-1345cba53a30", "name": "volume-5e79d5f8-4f9e-4c5a-b184-1345cba53a30", "type": "OpenStack", "display_name": "tempest-VolumesListTestJSON-Volume-1339847679", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] <== create_volume: return (239ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d6470ee0-7abc-405e-b8d3-09a6f7d7d3d0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-5e79d5f8-4f9e-4c5a-b184-1345cba53a30', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (28312199-a9b4-4ad7-a28d-b8c1dba3a2f7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Volume volume-5e79d5f8-4f9e-4c5a-b184-1345cba53a30 (5e79d5f8-4f9e-4c5a-b184-1345cba53a30): created successfully +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (28312199-a9b4-4ad7-a28d-b8c1dba3a2f7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Flow 'volume_create_manager' (0f9f65bd-bf81-43aa-87fa-803ef05b18a2) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-dc5cb86d-4542-4067-b9cd-dac0e67ce4de tempest-VolumesListTestJSON-1475572500 None] Created volume successfully. +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] <== get_volume_stats: return (622ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:33 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Acquiring lock "/opt/stack/data/cinder/cinder-5e79d5f8-4f9e-4c5a-b184-1345cba53a30-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Lock "/opt/stack/data/cinder/cinder-5e79d5f8-4f9e-4c5a-b184-1345cba53a30-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:33Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-1339847679',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=5e79d5f8-4f9e-4c5a-b184-1345cba53a30,launched_at=2025-01-14T22:46:34Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:34Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:36Z,updated_at=2025-01-14T22:46:36Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] DELETE volume vol_id: 5e79d5f8-4f9e-4c5a-b184-1345cba53a30, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] volume_name: osv-XnnV.E.eTFqxhBNFy6U6MA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] <== delete_volume: return (120ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Created reservations ['39af2b6f-7245-4a5b-a779-c0b6e598fa26', '6067d53d-4461-48a5-b39c-403290b9a631', '4d764d0d-e81f-4049-a166-e8e0ed86ebf7', 'cc0657bd-87d8-42a7-a871-6fe71f85850a'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:36 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:36 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] <== get_volume_stats: return (947ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3335, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 225, 'capacity_utilization': 13.463268365817092, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Deleted volume successfully. +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Acquiring lock "/opt/stack/data/cinder/cinder-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Lock "/opt/stack/data/cinder/cinder-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2-delete_volume" acquired by "delete_volume" :: waited 0.000s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0882e495-eddb-42ca-8d03-45a64ecf90fb tempest-VolumesListTestJSON-1475572500 None] Lock "/opt/stack/data/cinder/cinder-5e79d5f8-4f9e-4c5a-b184-1345cba53a30-delete_volume" released by "delete_volume" :: held 1.176s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:32Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-594405468',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=b1190a74-b5fa-4f6a-8fb9-55ebff5140d2,launched_at=2025-01-14T22:46:33Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:32Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:37Z,updated_at=2025-01-14T22:46:37Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] DELETE volume vol_id: b1190a74-b5fa-4f6a-8fb9-55ebff5140d2, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] volume_name: osv-sRkKdLX6T2qPuVXr-1FA0g {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] <== delete_volume: return (121ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Created reservations ['da1d526d-5fb0-40d5-b65a-c296109bbfd3', 'e959dea4-377d-4cd0-ad64-b7447fc5fd58', 'ba31352d-6fd1-4eba-a653-a735b153faf4', 'd69a507b-bd5f-4a73-bcf7-1d2f5f215f4d'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:37 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:37 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] <== get_volume_stats: return (628ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3333, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 224, 'capacity_utilization': 13.41134113411341, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Deleted volume successfully. +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0290e188-a620-4dd5-8183-fe4a81b2cf26 tempest-VolumesListTestJSON-1475572500 None] Lock "/opt/stack/data/cinder/cinder-b1190a74-b5fa-4f6a-8fb9-55ebff5140d2-delete_volume" released by "delete_volume" :: held 0.841s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Acquiring lock "/opt/stack/data/cinder/cinder-a4c15baa-7954-4a95-89f2-cf0f93f15c7f-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Lock "/opt/stack/data/cinder/cinder-a4c15baa-7954-4a95-89f2-cf0f93f15c7f-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:31Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesListTestJSON-Volume-626822992',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=a4c15baa-7954-4a95-89f2-cf0f93f15c7f,launched_at=2025-01-14T22:46:31Z,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='8e658465ce2e4856bfa6292173b31a51',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:31Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:38Z,updated_at=2025-01-14T22:46:38Z,use_quota=True,user_id='c2ee97822c374553b39869dcabfbe6f2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] DELETE volume vol_id: a4c15baa-7954-4a95-89f2-cf0f93f15c7f, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] volume_name: osv-pMFbqnlUSpWJ8s8Pk-Fcfw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] <== delete_volume: return (131ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Created reservations ['22e7f1c8-14f3-439a-82a9-4d848f030545', 'f602380a-44b3-4e82-a2df-f60ba50360ec', 'ea9f4a20-44ed-4eae-adca-3c28b7fedeb5', '9a6ae90b-b3d5-4d31-aaf3-6aa8169829ee'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:38 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:38 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:39 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:39 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:39 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:39 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:39 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] <== get_volume_stats: return (601ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:39 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:39 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Deleted volume successfully. +Jan 14 22:46:39 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-b5799553-03e5-49fe-9be2-b86e671db0ab tempest-VolumesListTestJSON-1475572500 None] Lock "/opt/stack/data/cinder/cinder-a4c15baa-7954-4a95-89f2-cf0f93f15c7f-delete_volume" released by "delete_volume" :: held 0.847s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Flow 'volume_create_manager' (36efe37c-5b63-4259-a6dd-295e0cbe176b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b52f8631-e75d-4085-a7f5-6b58b5a3215f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (b52f8631-e75d-4085-a7f5-6b58b5a3215f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1470219506',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=556a5511-bd43-44ed-8c19-7bd590ea1c0f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fad46d0adef34921933449eeeb5a7ce5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:41Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:41Z,use_quota=True,user_id='e94503858e7b4bd58f2415e4caa14bc8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e916e2c8-b3f2-4209-ac52-7265a3401a72) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (e916e2c8-b3f2-4209-ac52-7265a3401a72) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (54c85c7b-8251-4cb9-bab4-17dfe31c6418) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (54c85c7b-8251-4cb9-bab4-17dfe31c6418) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '556a5511-bd43-44ed-8c19-7bd590ea1c0f', 'volume_name': 'volume-556a5511-bd43-44ed-8c19-7bd590ea1c0f', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (7aec4c25-4aaf-4d93-8c70-db8ba9aac4bf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (7aec4c25-4aaf-4d93-8c70-db8ba9aac4bf) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ce43a1c8-8da8-4862-825a-23e669f8ecac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Volume 556a5511-bd43-44ed-8c19-7bd590ea1c0f: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-556a5511-bd43-44ed-8c19-7bd590ea1c0f', 'volume_size': 1} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1470219506',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=556a5511-bd43-44ed-8c19-7bd590ea1c0f,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fad46d0adef34921933449eeeb5a7ce5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:41Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:41Z,use_quota=True,user_id='e94503858e7b4bd58f2415e4caa14bc8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] CREATE VOLUME (tempest-VolumesNegativeTest-Volume-1470219506: volume-556a5511-bd43-44ed-8c19-7bd590ea1c0f osv-VWpVEb1DRO2MGXvVkOocDw on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Parameters passed for create volume {'name': 'osv-VWpVEb1DRO2MGXvVkOocDw', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "556a5511-bd43-44ed-8c19-7bd590ea1c0f", "name": "volume-556a5511-bd43-44ed-8c19-7bd590ea1c0f", "type": "OpenStack", "display_name": "tempest-VolumesNegativeTest-Volume-1470219506", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:40 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:40 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] <== create_volume: return (239ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (ce43a1c8-8da8-4862-825a-23e669f8ecac) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-556a5511-bd43-44ed-8c19-7bd590ea1c0f', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f5c77db7-f417-4e49-9ae8-d77ad151dd96) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:41 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Volume volume-556a5511-bd43-44ed-8c19-7bd590ea1c0f (556a5511-bd43-44ed-8c19-7bd590ea1c0f): created successfully +Jan 14 22:46:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (f5c77db7-f417-4e49-9ae8-d77ad151dd96) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:41 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Flow 'volume_create_manager' (36efe37c-5b63-4259-a6dd-295e0cbe176b) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:41 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-b05637dc-d8ea-453a-bab4-743b88ef8adf tempest-VolumesNegativeTest-808434659 None] Created volume successfully. +Jan 14 22:46:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] Acquiring lock "/opt/stack/data/cinder/cinder-556a5511-bd43-44ed-8c19-7bd590ea1c0f-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:44 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] Lock "/opt/stack/data/cinder/cinder-556a5511-bd43-44ed-8c19-7bd590ea1c0f-delete_volume" acquired by "delete_volume" :: waited 0.002s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesNegativeTest-Volume-1470219506',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=556a5511-bd43-44ed-8c19-7bd590ea1c0f,launched_at=2025-01-14T22:46:41Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='fad46d0adef34921933449eeeb5a7ce5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:41Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:45Z,updated_at=2025-01-14T22:46:45Z,use_quota=True,user_id='e94503858e7b4bd58f2415e4caa14bc8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] DELETE volume vol_id: 556a5511-bd43-44ed-8c19-7bd590ea1c0f, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:44 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] volume_name: osv-VWpVEb1DRO2MGXvVkOocDw {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:44 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:44 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] <== delete_volume: return (435ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:45 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] Created reservations ['5862ec83-16be-49b2-b3ea-fea8b32df648', '60e2c8b5-16d3-4408-9e96-924b0514894c', '536c3b50-6d67-4135-a529-3578d7708de6', '85bd5815-a50c-4bbf-8668-5e08b155e5dc'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:45 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:45 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:45 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:46 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] <== get_volume_stats: return (626ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:46 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:46 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] Deleted volume successfully. +Jan 14 22:46:46 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-fd8400ac-66a4-4f74-8411-15a7fad2f83b tempest-VolumesNegativeTest-808434659 None] Lock "/opt/stack/data/cinder/cinder-556a5511-bd43-44ed-8c19-7bd590ea1c0f-delete_volume" released by "delete_volume" :: held 1.181s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Flow 'volume_create_manager' (aa729ed6-4856-457e-9362-20b63ebd9e0f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2d12cdc2-7bd5-4a5b-9174-fcbdc35ca325) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (2d12cdc2-7bd5-4a5b-9174-fcbdc35ca325) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:47Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-791294339',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=732b6898-90cc-4314-92e4-e87cf1fe06f9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:47Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:47Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (585c759b-75f2-4cfe-a4d7-7653c8ff78c0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (585c759b-75f2-4cfe-a4d7-7653c8ff78c0) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1e1397ba-aade-460c-85fe-e31be3b91306) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (1e1397ba-aade-460c-85fe-e31be3b91306) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '732b6898-90cc-4314-92e4-e87cf1fe06f9', 'volume_name': 'volume-732b6898-90cc-4314-92e4-e87cf1fe06f9', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (21259202-bc48-4aca-90dc-dd2a5ac9e023) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (21259202-bc48-4aca-90dc-dd2a5ac9e023) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d22b22ea-4ac4-4cb1-8fd8-efb42793a06b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Volume 732b6898-90cc-4314-92e4-e87cf1fe06f9: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-732b6898-90cc-4314-92e4-e87cf1fe06f9', 'volume_size': 1} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:47Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-791294339',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=732b6898-90cc-4314-92e4-e87cf1fe06f9,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:47Z,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:47Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] CREATE VOLUME (tempest-VolumesSnapshotListTestJSON-Volume-791294339: volume-732b6898-90cc-4314-92e4-e87cf1fe06f9 osv-cytomJDMQxSS5Oh88f4G.Q on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Parameters passed for create volume {'name': 'osv-cytomJDMQxSS5Oh88f4G.Q', 'cpg': 'CI_CPG', 'sizeMiB': 1024, 'comment': '{"volume_id": "732b6898-90cc-4314-92e4-e87cf1fe06f9", "name": "volume-732b6898-90cc-4314-92e4-e87cf1fe06f9", "type": "OpenStack", "display_name": "tempest-VolumesSnapshotListTestJSON-Volume-791294339", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:47 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] <== create_volume: return (238ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (d22b22ea-4ac4-4cb1-8fd8-efb42793a06b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-732b6898-90cc-4314-92e4-e87cf1fe06f9', 'volume_size': 1}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9b8f1202-3429-41ae-9db7-34b6b164c48a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Volume volume-732b6898-90cc-4314-92e4-e87cf1fe06f9 (732b6898-90cc-4314-92e4-e87cf1fe06f9): created successfully +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (9b8f1202-3429-41ae-9db7-34b6b164c48a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Flow 'volume_create_manager' (aa729ed6-4856-457e-9362-20b63ebd9e0f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:47 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-c1046550-f4ff-434d-9052-d6110c7160ba tempest-VolumesSnapshotListTestJSON-1923077438 None] Created volume successfully. +Jan 14 22:46:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-183589186',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=98cb2391-d313-4492-89c3-f00d5f6ca597,metadata={},progress='0%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=,volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Create Snapshot +Jan 14 22:46:48 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-183589186',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=98cb2391-d313-4492-89c3-f00d5f6ca597,metadata={},progress='0%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=,volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:46:48 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:48 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:48 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] <== create_snapshot: return (58ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:48 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-d0527519-0bb7-462d-94fa-565ca74435a5 tempest-VolumesSnapshotListTestJSON-1923077438 None] Create snapshot completed successfully +Jan 14 22:46:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-977254322',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fcfb4fec-b47c-4627-9a26-3f9ce4be5406,metadata={},progress='0%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=,volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Create Snapshot +Jan 14 22:46:49 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-977254322',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fcfb4fec-b47c-4627-9a26-3f9ce4be5406,metadata={},progress='0%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=,volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:46:49 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:49 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:49 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] <== create_snapshot: return (57ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:49 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-3bd3523f-4887-4179-88fa-56c710c350f0 tempest-VolumesSnapshotListTestJSON-1923077438 None] Create snapshot completed successfully +Jan 14 22:46:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=54d5ec8e-c9a8-493b-bf02-035aa3aa6600,metadata={},progress='0%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=,volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Create Snapshot +Jan 14 22:46:50 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=54d5ec8e-c9a8-493b-bf02-035aa3aa6600,metadata={},progress='0%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=,volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:46:50 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:50 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:50 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] <== create_snapshot: return (60ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:50 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-05bd96f6-f88d-4e75-854e-fc2f9bc66e8b tempest-VolumesSnapshotListTestJSON-1923077438 None] Create snapshot completed successfully +Jan 14 22:46:52 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] Acquiring lock "/opt/stack/data/cinder/cinder-54d5ec8e-c9a8-493b-bf02-035aa3aa6600-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:52 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-54d5ec8e-c9a8-493b-bf02-035aa3aa6600-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=54d5ec8e-c9a8-493b-bf02-035aa3aa6600,metadata={},progress='100%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:51Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=Volume(732b6898-90cc-4314-92e4-e87cf1fe06f9),volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] Delete Snapshot id 54d5ec8e-c9a8-493b-bf02-035aa3aa6600 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:51Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-1058727176',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=54d5ec8e-c9a8-493b-bf02-035aa3aa6600,metadata={},progress='100%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:51Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=Volume(732b6898-90cc-4314-92e4-e87cf1fe06f9),volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:46:52 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:52 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:52 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] <== delete_snapshot: return (49ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:52 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] Created reservations ['8cb3bb8d-88fc-4c06-98e9-720aee90a27b', '6f1d4d4c-fa2a-4145-a0e4-e65281e86a8a', '66d73085-fc60-4e71-8e6c-13f001a6a611', '35552447-f62f-4be1-ac78-c3abbcb32626'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:52 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] Delete snapshot completed successfully. +Jan 14 22:46:52 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-6039376d-025e-4c5d-861b-5914f8eac041 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-54d5ec8e-c9a8-493b-bf02-035aa3aa6600-delete_snapshot" released by "delete_snapshot" :: held 0.104s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:53 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] Acquiring lock "/opt/stack/data/cinder/cinder-fcfb4fec-b47c-4627-9a26-3f9ce4be5406-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:53 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-fcfb4fec-b47c-4627-9a26-3f9ce4be5406-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-977254322',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fcfb4fec-b47c-4627-9a26-3f9ce4be5406,metadata={},progress='100%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:50Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=Volume(732b6898-90cc-4314-92e4-e87cf1fe06f9),volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] Delete Snapshot id fcfb4fec-b47c-4627-9a26-3f9ce4be5406 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:50Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-977254322',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=fcfb4fec-b47c-4627-9a26-3f9ce4be5406,metadata={},progress='100%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:50Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=Volume(732b6898-90cc-4314-92e4-e87cf1fe06f9),volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:46:53 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:53 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:53 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] <== delete_snapshot: return (56ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:53 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] Created reservations ['718b8307-7094-4a97-92cb-abb03a56c7ea', 'cf20657b-8417-47c0-9bad-e0e6c79f6bbe', 'c3a5bc2d-cfa8-4e83-804b-eacbd97b319d', '03b7cab2-2477-4f9f-8927-f559a63da3f8'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:53 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] Delete snapshot completed successfully. +Jan 14 22:46:53 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-0200cb24-cbc7-4f9e-9a1e-091f27a1c832 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-fcfb4fec-b47c-4627-9a26-3f9ce4be5406-delete_snapshot" released by "delete_snapshot" :: held 0.122s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:54 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] Acquiring lock "/opt/stack/data/cinder/cinder-98cb2391-d313-4492-89c3-f00d5f6ca597-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:54 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-98cb2391-d313-4492-89c3-f00d5f6ca597-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-183589186',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=98cb2391-d313-4492-89c3-f00d5f6ca597,metadata={},progress='100%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:48Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=Volume(732b6898-90cc-4314-92e4-e87cf1fe06f9),volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] Delete Snapshot id 98cb2391-d313-4492-89c3-f00d5f6ca597 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:48Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Snapshot-183589186',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=98cb2391-d313-4492-89c3-f00d5f6ca597,metadata={},progress='100%',project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:48Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume=Volume(732b6898-90cc-4314-92e4-e87cf1fe06f9),volume_id=732b6898-90cc-4314-92e4-e87cf1fe06f9,volume_size=1,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:46:54 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:54 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:54 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] <== delete_snapshot: return (51ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:54 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] Created reservations ['64de7ded-ab6e-4034-8bf9-be548a47e83b', 'f339b24c-7d93-4e87-b88a-5a2c117bfbe2', '2562468e-499b-406e-9d3b-a811ae643a4d', 'e4e3b670-ee47-4cd9-8f20-cdea9ec75c33'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:54 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] Delete snapshot completed successfully. +Jan 14 22:46:54 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-680ed758-95c4-48be-96dd-6aed9684ef29 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-98cb2391-d313-4492-89c3-f00d5f6ca597-delete_snapshot" released by "delete_snapshot" :: held 0.112s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] Acquiring lock "/opt/stack/data/cinder/cinder-732b6898-90cc-4314-92e4-e87cf1fe06f9-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-732b6898-90cc-4314-92e4-e87cf1fe06f9-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:47Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotListTestJSON-Volume-791294339',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=732b6898-90cc-4314-92e4-e87cf1fe06f9,launched_at=2025-01-14T22:46:48Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='bf9591606baf4273a4d36d561418be8f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:47Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:46:55Z,updated_at=2025-01-14T22:46:55Z,use_quota=True,user_id='b9dbdde102494ca29b3b4dcc0da3913d',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] DELETE volume vol_id: 732b6898-90cc-4314-92e4-e87cf1fe06f9, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] volume_name: osv-cytomJDMQxSS5Oh88f4G.Q {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] <== delete_volume: return (135ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] Created reservations ['d21b951f-212d-4304-b88f-781ee6071e86', 'd78bd6cb-0326-4dc9-80e6-cea09b56df7d', '6f2cdaeb-baa7-417b-b75b-200e0ad39d8c', '213f1df2-7e9f-4860-b279-a4461d5a81fd'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:55 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:55 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:56 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:56 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:56 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:56 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:56 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] <== get_volume_stats: return (642ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:56 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:46:56 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] Deleted volume successfully. +Jan 14 22:46:56 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-82c55ba6-86e4-4a12-b639-db55a2a6d668 tempest-VolumesSnapshotListTestJSON-1923077438 None] Lock "/opt/stack/data/cinder/cinder-732b6898-90cc-4314-92e4-e87cf1fe06f9-delete_volume" released by "delete_volume" :: held 0.890s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.flows.manager.create_volume [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Volume reschedule parameters: True retry: {'num_attempts': 1, 'backends': ['ubuntu@3par1#CI_CPG'], 'hosts': ['ubuntu@3par1#CI_CPG']} {{(pid=115516) get_flow /opt/stack/cinder/cinder/volume/flows/manager/create_volume.py:1376}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Flow 'volume_create_manager' (eb640ff0-2a68-4995-a68a-a683e9a8757a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (0e350e8c-cf9d-462e-836d-161b70187e55) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeRefTask;volume:create' (0e350e8c-cf9d-462e-836d-161b70187e55) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:58Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:58Z,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d39cbae5-8d31-4d0f-9a9a-e0c360c19c6a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.OnFailureRescheduleTask;volume:create' (d39cbae5-8d31-4d0f-9a9a-e0c360c19c6a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5721e78d-5c12-4181-96ee-d552809e0531) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.ExtractVolumeSpecTask;volume:create' (5721e78d-5c12-4181-96ee-d552809e0531) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'type': 'raw', 'volume_id': '03d7b1d0-30ff-4213-847d-4bcac182a9bc', 'volume_name': 'volume-03d7b1d0-30ff-4213-847d-4bcac182a9bc', 'volume_size': 2}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a4f7331d-e4e5-4918-b707-855edf738e1e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.NotifyVolumeActionTask;volume:create, create.start' (a4f7331d-e4e5-4918-b707-855edf738e1e) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c759d6a6-070b-4e99-ad56-781aa1fbe709) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Volume 03d7b1d0-30ff-4213-847d-4bcac182a9bc: being created as raw with specification: {'status': 'creating', 'volume_name': 'volume-03d7b1d0-30ff-4213-847d-4bcac182a9bc', 'volume_size': 2} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] ==> create_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:58Z,service_uuid=None,shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=2025-01-14T22:46:58Z,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159), 'perform_replica': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] CREATE VOLUME (tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652: volume-03d7b1d0-30ff-4213-847d-4bcac182a9bc osv-A9ex0DD-QhOEfUvKwYKpvA on ubuntu@3par1#CI_CPG) {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2385}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] self.API_VERSION: 40600075 {{(pid=115516) create_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2440}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: DEBUG hpe3parclient.client [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Parameters passed for create volume {'name': 'osv-A9ex0DD-QhOEfUvKwYKpvA', 'cpg': 'CI_CPG', 'sizeMiB': 2048, 'comment': '{"volume_id": "03d7b1d0-30ff-4213-847d-4bcac182a9bc", "name": "volume-03d7b1d0-30ff-4213-847d-4bcac182a9bc", "type": "OpenStack", "display_name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652", "volume_type_name": "3par1", "volume_type_id": "106d2d30-07a0-49f0-b0d9-0e678e974159", "qos": {}}', 'tpvv': True, 'snapCPG': 'CI_CPG'} {{(pid=115516) createVolume /usr/local/lib/python3.10/dist-packages/hpe3parclient/client.py:545}} +Jan 14 22:46:57 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:57 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] <== create_volume: return (392ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeFromSpecTask;volume:create' (c759d6a6-070b-4e99-ad56-781aa1fbe709) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'status': 'creating', 'volume_name': 'volume-03d7b1d0-30ff-4213-847d-4bcac182a9bc', 'volume_size': 2}' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (516cb689-7a29-41fd-8200-69d1abf048e7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} +Jan 14 22:46:58 ubuntu cinder-volume[115516]: INFO cinder.volume.flows.manager.create_volume [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Volume volume-03d7b1d0-30ff-4213-847d-4bcac182a9bc (03d7b1d0-30ff-4213-847d-4bcac182a9bc): created successfully +Jan 14 22:46:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Task 'cinder.volume.flows.manager.create_volume.CreateVolumeOnFinishTask;volume:create, create.end' (516cb689-7a29-41fd-8200-69d1abf048e7) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=115516) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} +Jan 14 22:46:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Flow 'volume_create_manager' (eb640ff0-2a68-4995-a68a-a683e9a8757a) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=115516) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} +Jan 14 22:46:58 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-6e52a0e7-0cb8-4813-8754-0aa34fefd323 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Created volume successfully. +Jan 14 22:46:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] ==> create_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1724813653',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28fafddb-12fb-49b3-b351-848231cad976,metadata={},progress='0%',project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume=,volume_id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,volume_size=2,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:46:58 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Create Snapshot +Jan 14 22:46:58 ubuntu cinder-volume[115516]: Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1724813653',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28fafddb-12fb-49b3-b351-848231cad976,metadata={},progress='0%',project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_id=None,provider_location=None,status='creating',updated_at=None,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume=,volume_id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,volume_size=2,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) create_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2970}} +Jan 14 22:46:59 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:46:59 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:46:59 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] <== create_snapshot: return (59ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:46:59 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-f342b139-acbb-4945-a8f3-17a0080aa6fb tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Create snapshot completed successfully +Jan 14 22:47:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Acquiring lock "/opt/stack/data/cinder/cinder-28fafddb-12fb-49b3-b351-848231cad976-delete_snapshot" by "delete_snapshot" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:47:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Lock "/opt/stack/data/cinder/cinder-28fafddb-12fb-49b3-b351-848231cad976-delete_snapshot" acquired by "delete_snapshot" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:47:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] ==> delete_snapshot: call "{'self': , 'snapshot': Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:59Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1724813653',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28fafddb-12fb-49b3-b351-848231cad976,metadata={},progress='100%',project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:59Z,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume=Volume(03d7b1d0-30ff-4213-847d-4bcac182a9bc),volume_id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,volume_size=2,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:47:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Delete Snapshot id 28fafddb-12fb-49b3-b351-848231cad976 Snapshot(cgsnapshot=,cgsnapshot_id=None,created_at=2025-01-14T22:46:59Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Snapshot-1724813653',encryption_key_id=None,group_snapshot=,group_snapshot_id=None,id=28fafddb-12fb-49b3-b351-848231cad976,metadata={},progress='100%',project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_id=None,provider_location=None,status='deleting',updated_at=2025-01-14T22:46:59Z,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume=Volume(03d7b1d0-30ff-4213-847d-4bcac182a9bc),volume_id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,volume_size=2,volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159) {{(pid=115516) delete_snapshot /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:3335}} +Jan 14 22:47:00 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:00 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:00 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] <== delete_snapshot: return (55ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:47:00 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Created reservations ['99b9b843-600d-4c34-893a-e3a8dd18117e', '68e2262a-f555-4366-ac8c-4b03da530afe', '1ffa050b-003d-4f5e-89c7-23af5111e7ce', 'db874339-942d-49e7-9c84-77b32ccc9255'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:47:00 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Delete snapshot completed successfully. +Jan 14 22:47:00 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-81768b2f-233d-4755-a6d2-a03287a2fc7f tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Lock "/opt/stack/data/cinder/cinder-28fafddb-12fb-49b3-b351-848231cad976-delete_snapshot" released by "delete_snapshot" :: held 0.119s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Acquiring lock "/opt/stack/data/cinder/cinder-03d7b1d0-30ff-4213-847d-4bcac182a9bc-delete_volume" by "delete_volume" {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:143}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Lock "/opt/stack/data/cinder/cinder-03d7b1d0-30ff-4213-847d-4bcac182a9bc-delete_volume" acquired by "delete_volume" :: waited 0.001s {{(pid=115516) __acquire /opt/stack/cinder/cinder/coordination.py:146}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] ==> delete_volume: call "{'self': , 'volume': Volume(_name_id=None,******_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-01-14T22:46:58Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotNegativeTestJSON-Volume-537780652',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host='ubuntu@3par1#CI_CPG',id=03d7b1d0-30ff-4213-847d-4bcac182a9bc,launched_at=2025-01-14T22:46:58Z,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='ea9f9b05945b4720bea7a98d3be7a69b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=2025-01-14T22:46:58Z,service_uuid='dd37fd33-90e1-4282-83c9-9b6141cb6505',shared_targets=True,size=2,snapshot_id=None,snapshots=,source_volid=None,status='deleting',terminated_at=2025-01-14T22:47:01Z,updated_at=2025-01-14T22:47:01Z,use_quota=True,user_id='36d4408605a54bdf8addb081f0b35b79',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(106d2d30-07a0-49f0-b0d9-0e678e974159),volume_type_id=106d2d30-07a0-49f0-b0d9-0e678e974159)}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] DELETE volume vol_id: 03d7b1d0-30ff-4213-847d-4bcac182a9bc, name_id: None {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2737}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_common [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] volume_name: osv-A9ex0DD-QhOEfUvKwYKpvA {{(pid=115516) delete_volume /opt/stack/cinder/cinder/volume/drivers/hpe/hpe_3par_common.py:2776}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] <== delete_volume: return (123ms) None {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.quota [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Created reservations ['f54045e4-ce45-42f3-9880-a4f652a29693', '8d1d6724-8a5d-4373-8719-53a563858dc5', 'b9cb7d0b-e2bd-4ad0-9781-7d11d4572371', 'cb0135e8-a305-4714-98ff-3a4372f39355'] {{(pid=115516) reserve /opt/stack/cinder/cinder/quota.py:752}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:47:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:01 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:01 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:02 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] <== get_volume_stats: return (687ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:47:02 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:47:02 ubuntu cinder-volume[115516]: INFO cinder.volume.manager [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Deleted volume successfully. +Jan 14 22:47:02 ubuntu cinder-volume[115516]: DEBUG cinder.coordination [None req-dc70e3ef-21e8-415f-97a1-7a730a0e9668 tempest-VolumesSnapshotNegativeTestJSON-1834125916 None] Lock "/opt/stack/data/cinder/cinder-03d7b1d0-30ff-4213-847d-4bcac182a9bc-delete_volume" released by "delete_volume" :: held 0.915s {{(pid=115516) __release /opt/stack/cinder/cinder/coordination.py:157}} +Jan 14 22:47:23 ubuntu cinder-volume[115517]: DEBUG oslo_service.periodic_task [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115517) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:47:23 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:47:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:47:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:47:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:47:23 ubuntu cinder-volume[115517]: WARNING py.warnings [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:23 ubuntu cinder-volume[115517]: warnings.warn( +Jan 14 22:47:24 ubuntu cinder-volume[115517]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] <== get_volume_stats: return (597ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par2', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'SSD_r6', 'total_capacity_gb': 2908, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 586, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:SSD_r6', 'total_volumes': 12, 'capacity_utilization': 0.7565337001375516, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115517) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:47:24 ubuntu cinder-volume[115517]: DEBUG cinder.manager [None req-ab8cd3fe-4cdd-46d0-9632-2671df6bb1dd None None] Notifying Schedulers of capabilities ... {{(pid=115517) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:47:33 ubuntu cinder-volume[115516]: DEBUG oslo_service.periodic_task [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Running periodic task VolumeManager.publish_service_capabilities {{(pid=115516) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} +Jan 14 22:47:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] ==> get_volume_stats: call "{'self': , 'refresh': True}" {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1498}} +Jan 14 22:47:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:33 ubuntu cinder-volume[115516]: WARNING py.warnings [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] /opt/stack/data/venv/lib/python3.10/site-packages/urllib3/connectionpool.py:1064: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.201.1.221'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings +Jan 14 22:47:33 ubuntu cinder-volume[115516]: warnings.warn( +Jan 14 22:47:33 ubuntu cinder-volume[115516]: DEBUG cinder.volume.drivers.hpe.hpe_3par_iscsi [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] <== get_volume_stats: return (619ms) {'driver_version': '4.0.9', 'storage_protocol': 'iSCSI', 'vendor_name': 'Hewlett Packard Enterprise', 'volume_backend_name': '3par1', 'array_id': 165875, 'replication_enabled': False, 'replication_targets': [], 'pools': [{'pool_name': 'CI_CPG', 'total_capacity_gb': 3331, 'free_capacity_gb': 2886, 'provisioned_capacity_gb': 1776, 'QoS_support': True, 'thin_provisioning_support': True, 'thick_provisioning_support': True, 'max_over_subscription_ratio': '20.0', 'reserved_percentage': 0, 'location_info': 'HPE3PARDriver:2M215100B3:CI_CPG', 'total_volumes': 223, 'capacity_utilization': 13.359351546082257, 'throughput': 0.0, 'bandwidth': 0.0, 'latency': 0.0, 'io_size': 0.0, 'queue_length': 0.0, 'avg_busy_perc': 0.0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'consistent_group_snapshot_enabled': True, 'compression': True, 'consistent_group_replication_enabled': False, 'backend_state': 'up', 'replication_enabled': False, 'replication_type': ['sync', 'periodic'], 'replication_count': 0}]} {{(pid=115516) trace_logging_wrapper /opt/stack/cinder/cinder/volume/volume_utils.py:1523}} +Jan 14 22:47:33 ubuntu cinder-volume[115516]: DEBUG cinder.manager [None req-9f79bf9c-458c-4215-9e5e-47931ad01e9f None None] Notifying Schedulers of capabilities ... {{(pid=115516) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} diff --git a/new_logs/933675/devstack_logs/devstacklog.txt b/new_logs/933675/devstack_logs/devstacklog.txt index ebc3524339..7770b7ab3d 120000 --- a/new_logs/933675/devstack_logs/devstacklog.txt +++ b/new_logs/933675/devstack_logs/devstacklog.txt @@ -1 +1 @@ -/tmp/devstack_logs/devstacklog.txt.2025-01-03-201501 \ No newline at end of file +/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 \ No newline at end of file diff --git a/new_logs/933675/devstack_logs/devstacklog.txt.2025-01-14-222045 b/new_logs/933675/devstack_logs/devstacklog.txt.2025-01-14-222045 new file mode 100755 index 0000000000..654d34d0c8 --- /dev/null +++ b/new_logs/933675/devstack_logs/devstacklog.txt.2025-01-14-222045 @@ -0,0 +1,50845 @@ +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | +./stack.sh:main:515 exec +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | ++./stack.sh:main:515 /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | +./stack.sh:main:523 echo_summary 'stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045' +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | +./stack.sh:echo_summary:474 echo -e stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | +./stack.sh:main:525 ln -sf /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 /tmp/devstack_logs/devstacklog.txt +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | +./stack.sh:main:526 ln -sf /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 /tmp/devstack_logs/devstacklog.txt.summary +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.702 | +./stack.sh:main:541 check_path_perm_sanity /opt/stack +2025-01-14 22:20:45.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.706 | +functions:check_path_perm_sanity:607 local real_path +2025-01-14 22:20:45.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.710 | ++functions:check_path_perm_sanity:608 readlink -f /opt/stack +2025-01-14 22:20:45.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.715 | +functions:check_path_perm_sanity:608 real_path=/opt/stack +2025-01-14 22:20:45.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.719 | +functions:check_path_perm_sanity:609 local rebuilt_path= +2025-01-14 22:20:45.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.725 | ++functions:check_path_perm_sanity:610 echo /opt/stack +2025-01-14 22:20:45.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.726 | ++functions:check_path_perm_sanity:610 tr / ' ' +2025-01-14 22:20:45.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.732 | +functions:check_path_perm_sanity:610 for i in $(echo ${real_path} | tr "/" " ") +2025-01-14 22:20:45.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.736 | +functions:check_path_perm_sanity:611 rebuilt_path=/opt +2025-01-14 22:20:45.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.741 | ++functions:check_path_perm_sanity:613 stat -c %a /opt +2025-01-14 22:20:45.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.747 | +functions:check_path_perm_sanity:613 [[ 755 = 700 ]] +2025-01-14 22:20:45.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.751 | +functions:check_path_perm_sanity:610 for i in $(echo ${real_path} | tr "/" " ") +2025-01-14 22:20:45.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.757 | +functions:check_path_perm_sanity:611 rebuilt_path=/opt/stack +2025-01-14 22:20:45.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.765 | ++functions:check_path_perm_sanity:613 stat -c %a /opt/stack +2025-01-14 22:20:45.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.774 | +functions:check_path_perm_sanity:613 [[ 777 = 700 ]] +2025-01-14 22:20:45.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.781 | +./stack.sh:main:547 trap exit_trap EXIT +2025-01-14 22:20:45.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.789 | +./stack.sh:main:588 trap err_trap ERR +2025-01-14 22:20:45.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.797 | +./stack.sh:main:601 set -o errexit +2025-01-14 22:20:45.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.805 | +./stack.sh:main:604 uname -a +2025-01-14 22:20:45.807 | Linux ubuntu 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux +2025-01-14 22:20:45.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.816 | +./stack.sh:main:607 SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem +2025-01-14 22:20:45.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.825 | +./stack.sh:main:608 rm -f /opt/stack/data/ca-bundle.pem +2025-01-14 22:20:45.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.838 | +./stack.sh:main:611 source /opt/stack/devstack/lib/database +2025-01-14 22:20:45.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.909 | +./stack.sh:main:612 source /opt/stack/devstack/lib/rpc_backend +2025-01-14 22:20:45.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.946 | +./stack.sh:main:618 fetch_plugins +2025-01-14 22:20:45.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.954 | +functions-common:fetch_plugins:1767 local plugins= +2025-01-14 22:20:45.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.962 | +functions-common:fetch_plugins:1768 local plugin +2025-01-14 22:20:45.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.970 | +functions-common:fetch_plugins:1771 [[ -z '' ]] +2025-01-14 22:20:45.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.978 | +functions-common:fetch_plugins:1772 return +2025-01-14 22:20:45.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.988 | +./stack.sh:main:622 run_phase override_defaults +2025-01-14 22:20:45.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:45.998 | +functions-common:run_phase:1849 local mode=override_defaults +2025-01-14 22:20:46.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.008 | +functions-common:run_phase:1850 local phase= +2025-01-14 22:20:46.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.019 | +functions-common:run_phase:1851 [[ -d /opt/stack/devstack/extras.d ]] +2025-01-14 22:20:46.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.029 | +functions-common:run_phase:1852 local extra_plugin_file_name +2025-01-14 22:20:46.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.041 | +functions-common:run_phase:1853 for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh +2025-01-14 22:20:46.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.052 | +functions-common:run_phase:1858 local exceptions=80-tempest.sh +2025-01-14 22:20:46.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.064 | +functions-common:run_phase:1859 local extra +2025-01-14 22:20:46.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.075 | ++functions-common:run_phase:1860 basename /opt/stack/devstack/extras.d/80-tempest.sh +2025-01-14 22:20:46.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.089 | +functions-common:run_phase:1860 extra=80-tempest.sh +2025-01-14 22:20:46.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.100 | +functions-common:run_phase:1861 [[ 80-tempest.sh =~ 80-tempest\.sh ]] +2025-01-14 22:20:46.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.112 | +functions-common:run_phase:1865 [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] +2025-01-14 22:20:46.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.123 | +functions-common:run_phase:1865 source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults +2025-01-14 22:20:46.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.133 | ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest +2025-01-14 22:20:46.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.185 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:20:46.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.196 | ++extras.d/80-tempest.sh:source:4 [[ override_defaults == \s\o\u\r\c\e ]] +2025-01-14 22:20:46.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.207 | ++extras.d/80-tempest.sh:source:7 [[ override_defaults == \s\t\a\c\k ]] +2025-01-14 22:20:46.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.218 | ++extras.d/80-tempest.sh:source:10 [[ override_defaults == \s\t\a\c\k ]] +2025-01-14 22:20:46.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.229 | ++extras.d/80-tempest.sh:source:13 [[ override_defaults == \s\t\a\c\k ]] +2025-01-14 22:20:46.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.241 | ++extras.d/80-tempest.sh:source:16 [[ override_defaults == \s\t\a\c\k ]] +2025-01-14 22:20:46.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.250 | ++extras.d/80-tempest.sh:source:19 [[ override_defaults == \s\t\a\c\k ]] +2025-01-14 22:20:46.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.260 | ++extras.d/80-tempest.sh:source:27 [[ override_defaults == \u\n\s\t\a\c\k ]] +2025-01-14 22:20:46.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.271 | ++extras.d/80-tempest.sh:source:32 [[ override_defaults == \c\l\e\a\n ]] +2025-01-14 22:20:46.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.283 | +functions-common:run_phase:1870 [[ override_defaults == \s\o\u\r\c\e ]] +2025-01-14 22:20:46.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.294 | +functions-common:run_phase:1873 [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] +2025-01-14 22:20:46.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.304 | +functions-common:run_phase:1874 plugin_override_defaults +2025-01-14 22:20:46.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.313 | +functions-common:plugin_override_defaults:1808 local plugins= +2025-01-14 22:20:46.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.324 | +functions-common:plugin_override_defaults:1809 local plugin +2025-01-14 22:20:46.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.335 | +functions-common:plugin_override_defaults:1812 [[ -z '' ]] +2025-01-14 22:20:46.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.347 | +functions-common:plugin_override_defaults:1813 return +2025-01-14 22:20:46.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.360 | +./stack.sh:main:625 source /opt/stack/devstack/lib/apache +2025-01-14 22:20:46.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.409 | +./stack.sh:main:628 source /opt/stack/devstack/lib/tls +2025-01-14 22:20:46.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.418 | ++lib/tls:source:38 is_service_enabled tls-proxy +2025-01-14 22:20:46.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.459 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:20:46.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.467 | +++lib/tls:source:43 hostname -f +2025-01-14 22:20:46.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.475 | ++lib/tls:source:43 DEVSTACK_HOSTNAME=localhost +2025-01-14 22:20:46.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.484 | ++lib/tls:source:44 DEVSTACK_CERT_NAME=devstack-cert +2025-01-14 22:20:46.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.492 | ++lib/tls:source:45 DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem +2025-01-14 22:20:46.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.500 | ++lib/tls:source:48 ROOT_CA_DIR=/opt/stack/data/CA/root-ca +2025-01-14 22:20:46.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.509 | ++lib/tls:source:49 INT_CA_DIR=/opt/stack/data/CA/int-ca +2025-01-14 22:20:46.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.517 | ++lib/tls:source:51 ORG_NAME=OpenStack +2025-01-14 22:20:46.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.526 | ++lib/tls:source:52 ORG_UNIT_NAME=DevStack +2025-01-14 22:20:46.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.537 | ++lib/tls:source:55 STUD_PROTO=--tls +2025-01-14 22:20:46.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.547 | ++lib/tls:source:56 STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' +2025-01-14 22:20:46.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.557 | ++lib/tls:source:63 OPENSSL=/usr/bin/openssl +2025-01-14 22:20:46.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.576 | +./stack.sh:main:631 source /opt/stack/devstack/lib/infra +2025-01-14 22:20:46.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.617 | +./stack.sh:main:632 source /opt/stack/devstack/lib/libraries +2025-01-14 22:20:46.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.660 | +./stack.sh:main:633 source /opt/stack/devstack/lib/lvm +2025-01-14 22:20:46.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.695 | +./stack.sh:main:634 source /opt/stack/devstack/lib/horizon +2025-01-14 22:20:46.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.728 | +./stack.sh:main:635 source /opt/stack/devstack/lib/keystone +2025-01-14 22:20:46.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.780 | +./stack.sh:main:636 source /opt/stack/devstack/lib/glance +2025-01-14 22:20:46.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.876 | +./stack.sh:main:637 source /opt/stack/devstack/lib/nova +2025-01-14 22:20:46.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:46.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.003 | +./stack.sh:main:638 source /opt/stack/devstack/lib/placement +2025-01-14 22:20:47.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.056 | +./stack.sh:main:639 source /opt/stack/devstack/lib/cinder +2025-01-14 22:20:47.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.170 | +./stack.sh:main:640 source /opt/stack/devstack/lib/swift +2025-01-14 22:20:47.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.271 | +./stack.sh:main:641 source /opt/stack/devstack/lib/neutron +2025-01-14 22:20:47.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.281 | ++lib/neutron:source:61 is_service_enabled tls-proxy +2025-01-14 22:20:47.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.327 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:20:47.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.336 | ++lib/neutron:source:67 GITDIR["python-neutronclient"]=/opt/stack/python-neutronclient +2025-01-14 22:20:47.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.344 | ++lib/neutron:source:70 NEUTRON_DIR=/opt/stack/neutron +2025-01-14 22:20:47.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.352 | ++lib/neutron:source:71 NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas +2025-01-14 22:20:47.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.360 | ++lib/neutron:source:74 [[ -d /opt/stack/neutron/bin/neutron-server ]] +2025-01-14 22:20:47.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.368 | +++lib/neutron:source:77 get_python_exec_prefix +2025-01-14 22:20:47.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.410 | +++inc/python:get_python_exec_prefix:80 [[ True == \T\r\u\e ]] +2025-01-14 22:20:47.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.418 | +++inc/python:get_python_exec_prefix:81 echo /opt/stack/data/venv/bin +2025-01-14 22:20:47.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.427 | ++lib/neutron:source:77 NEUTRON_BIN_DIR=/opt/stack/data/venv/bin +2025-01-14 22:20:47.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.435 | ++lib/neutron:source:80 NEUTRON_CONF_DIR=/etc/neutron +2025-01-14 22:20:47.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.442 | ++lib/neutron:source:81 NEUTRON_CONF=/etc/neutron/neutron.conf +2025-01-14 22:20:47.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.452 | ++lib/neutron:source:82 export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini +2025-01-14 22:20:47.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.464 | ++lib/neutron:source:82 NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini +2025-01-14 22:20:47.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.476 | +++lib/neutron:source:89 trueorfalse False NEUTRON_DEPLOY_MOD_WSGI +2025-01-14 22:20:47.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.527 | ++lib/neutron:source:89 NEUTRON_DEPLOY_MOD_WSGI=False +2025-01-14 22:20:47.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.536 | ++lib/neutron:source:91 NEUTRON_UWSGI=neutron.wsgi.api:application +2025-01-14 22:20:47.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.545 | ++lib/neutron:source:92 NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini +2025-01-14 22:20:47.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.559 | +++lib/neutron:source:98 trueorfalse True NEUTRON_ENFORCE_SCOPE +2025-01-14 22:20:47.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.609 | ++lib/neutron:source:98 NEUTRON_ENFORCE_SCOPE=True +2025-01-14 22:20:47.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.617 | ++lib/neutron:source:102 AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent +2025-01-14 22:20:47.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.627 | ++lib/neutron:source:103 AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent +2025-01-14 22:20:47.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.637 | ++lib/neutron:source:104 AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent +2025-01-14 22:20:47.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.648 | ++lib/neutron:source:108 Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini +2025-01-14 22:20:47.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.659 | ++lib/neutron:source:111 NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini +2025-01-14 22:20:47.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.670 | ++lib/neutron:source:112 Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini +2025-01-14 22:20:47.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.683 | ++lib/neutron:source:115 NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini +2025-01-14 22:20:47.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.693 | ++lib/neutron:source:116 Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini +2025-01-14 22:20:47.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.705 | ++lib/neutron:source:119 Q_DB_NAME=neutron +2025-01-14 22:20:47.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.715 | ++lib/neutron:source:121 Q_PLUGIN=ml2 +2025-01-14 22:20:47.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.726 | ++lib/neutron:source:123 Q_PORT=9696 +2025-01-14 22:20:47.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.737 | ++lib/neutron:source:125 Q_PORT_INT=19696 +2025-01-14 22:20:47.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.748 | ++lib/neutron:source:127 Q_HOST=10.201.9.223 +2025-01-14 22:20:47.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.760 | ++lib/neutron:source:129 Q_PROTOCOL=http +2025-01-14 22:20:47.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.772 | +++lib/neutron:source:131 ipv6_unquote 0.0.0.0 +2025-01-14 22:20:47.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.783 | +++functions-common:ipv6_unquote:2219 echo 0.0.0.0 +2025-01-14 22:20:47.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.786 | +++functions-common:ipv6_unquote:2219 tr -d '[]' +2025-01-14 22:20:47.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.798 | ++lib/neutron:source:131 Q_LISTEN_ADDRESS=0.0.0.0 +2025-01-14 22:20:47.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.807 | ++lib/neutron:source:133 Q_ADMIN_USERNAME=neutron +2025-01-14 22:20:47.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.816 | ++lib/neutron:source:135 Q_AUTH_STRATEGY=keystone +2025-01-14 22:20:47.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.827 | ++lib/neutron:source:137 Q_OVS_USE_VETH=False +2025-01-14 22:20:47.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.838 | ++lib/neutron:source:138 Q_USE_ROOTWRAP=True +2025-01-14 22:20:47.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.849 | +++lib/neutron:source:139 trueorfalse True Q_USE_ROOTWRAP_DAEMON +2025-01-14 22:20:47.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.898 | ++lib/neutron:source:139 Q_USE_ROOTWRAP_DAEMON=True +2025-01-14 22:20:47.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.908 | +++lib/neutron:source:141 ipv6_unquote 10.201.9.223 +2025-01-14 22:20:47.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.918 | +++functions-common:ipv6_unquote:2219 echo 10.201.9.223 +2025-01-14 22:20:47.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.920 | +++functions-common:ipv6_unquote:2219 tr -d '[]' +2025-01-14 22:20:47.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.931 | ++lib/neutron:source:141 Q_META_DATA_IP=10.201.9.223 +2025-01-14 22:20:47.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.938 | ++lib/neutron:source:143 Q_ALLOW_OVERLAPPING_IP=True +2025-01-14 22:20:47.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.946 | ++lib/neutron:source:144 Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True +2025-01-14 22:20:47.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.955 | ++lib/neutron:source:145 Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True +2025-01-14 22:20:47.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.965 | ++lib/neutron:source:146 VIF_PLUGGING_IS_FATAL=True +2025-01-14 22:20:47.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.975 | ++lib/neutron:source:147 VIF_PLUGGING_TIMEOUT=300 +2025-01-14 22:20:47.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.986 | ++lib/neutron:source:150 SKIP_STOP_OVN=False +2025-01-14 22:20:47.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:47.996 | ++lib/neutron:source:154 _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron +2025-01-14 22:20:48.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.008 | ++lib/neutron:source:157 NEUTRON_ENDPOINT_SERVICE_NAME=networking +2025-01-14 22:20:48.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.019 | ++lib/neutron:source:158 [[ False == \T\r\u\e ]] +2025-01-14 22:20:48.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.030 | ++lib/neutron:source:163 ALEMBIC_REPO=https://github.com/sqlalchemy/alembic.git +2025-01-14 22:20:48.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.041 | ++lib/neutron:source:164 ALEMBIC_DIR=/opt/stack/alembic +2025-01-14 22:20:48.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.051 | ++lib/neutron:source:165 ALEMBIC_BRANCH=main +2025-01-14 22:20:48.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.062 | ++lib/neutron:source:166 SQLALCHEMY_REPO=https://github.com/sqlalchemy/sqlalchemy.git +2025-01-14 22:20:48.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.072 | ++lib/neutron:source:167 SQLALCHEMY_DIR=/opt/stack/sqlalchemy +2025-01-14 22:20:48.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.082 | ++lib/neutron:source:168 SQLALCHEMY_BRANCH=main +2025-01-14 22:20:48.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.095 | ++lib/neutron:source:179 declare -a -g Q_PLUGIN_EXTRA_CONF_FILES +2025-01-14 22:20:48.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.106 | ++lib/neutron:source:182 declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS +2025-01-14 22:20:48.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.118 | ++lib/neutron:source:185 Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf +2025-01-14 22:20:48.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.130 | ++lib/neutron:source:186 [[ True == \F\a\l\s\e ]] +2025-01-14 22:20:48.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.143 | +++lib/neutron:source:189 get_rootwrap_location neutron +2025-01-14 22:20:48.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.156 | +++functions:get_rootwrap_location:593 local module=neutron +2025-01-14 22:20:48.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.165 | ++++functions:get_rootwrap_location:595 get_python_exec_prefix +2025-01-14 22:20:48.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.204 | ++++inc/python:get_python_exec_prefix:80 [[ True == \T\r\u\e ]] +2025-01-14 22:20:48.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.211 | ++++inc/python:get_python_exec_prefix:81 echo /opt/stack/data/venv/bin +2025-01-14 22:20:48.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.218 | +++functions:get_rootwrap_location:595 echo /opt/stack/data/venv/bin/neutron-rootwrap +2025-01-14 22:20:48.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.224 | ++lib/neutron:source:189 NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap +2025-01-14 22:20:48.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.228 | ++lib/neutron:source:190 Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' +2025-01-14 22:20:48.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.234 | ++lib/neutron:source:191 [[ True == \T\r\u\e ]] +2025-01-14 22:20:48.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.240 | ++lib/neutron:source:192 Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' +2025-01-14 22:20:48.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.246 | ++lib/neutron:source:204 Q_DVR_MODE=legacy +2025-01-14 22:20:48.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.251 | ++lib/neutron:source:205 [[ legacy != \l\e\g\a\c\y ]] +2025-01-14 22:20:48.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.258 | ++lib/neutron:source:221 ENABLE_TENANT_TUNNELS=True +2025-01-14 22:20:48.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.266 | ++lib/neutron:source:226 TENANT_TUNNEL_RANGES=1:1000 +2025-01-14 22:20:48.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.273 | ++lib/neutron:source:231 ENABLE_TENANT_VLANS=False +2025-01-14 22:20:48.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.280 | ++lib/neutron:source:239 TENANT_VLAN_RANGE= +2025-01-14 22:20:48.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.287 | ++lib/neutron:source:248 PHYSICAL_NETWORK=public +2025-01-14 22:20:48.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.295 | ++lib/neutron:source:258 OVS_PHYSICAL_BRIDGE=br-ex +2025-01-14 22:20:48.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.303 | ++lib/neutron:source:266 [[ '' == \l\i\n\u\x\b\r\i\d\g\e ]] +2025-01-14 22:20:48.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.311 | ++lib/neutron:source:276 OVS_ENABLE_TUNNELING=True +2025-01-14 22:20:48.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.319 | ++lib/neutron:source:280 ENABLE_ISOLATED_METADATA=False +2025-01-14 22:20:48.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.329 | ++lib/neutron:source:285 ENABLE_METADATA_NETWORK=False +2025-01-14 22:20:48.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.338 | ++lib/neutron:source:290 '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' +2025-01-14 22:20:48.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.348 | ++lib/neutron:source:291 source /opt/stack/devstack/lib/neutron_plugins/ml2 +2025-01-14 22:20:48.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.527 | ++lib/neutron:source:298 source /opt/stack/devstack/lib/neutron_plugins/services/metering +2025-01-14 22:20:48.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.538 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.538 | No value for $TERM and no -T specified +2025-01-14 22:20:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.565 | ++lib/neutron:source:301 source /opt/stack/devstack/lib/neutron_plugins/services/l3 +2025-01-14 22:20:48.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.572 | +++lib/neutron_plugins/services/l3:source:3 IP_VERSION=4 +2025-01-14 22:20:48.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.584 | +++lib/neutron_plugins/services/l3:source:5 [[ 4 != \4 ]] +2025-01-14 22:20:48.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.594 | +++lib/neutron_plugins/services/l3:source:9 NEUTRON_CREATE_INITIAL_NETWORKS=True +2025-01-14 22:20:48.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.606 | +++lib/neutron_plugins/services/l3:source:12 PROVIDER_SUBNET_NAME=provider_net +2025-01-14 22:20:48.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.616 | +++lib/neutron_plugins/services/l3:source:13 IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 +2025-01-14 22:20:48.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.629 | +++lib/neutron_plugins/services/l3:source:14 IPV6_PROVIDER_FIXED_RANGE= +2025-01-14 22:20:48.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.642 | +++lib/neutron_plugins/services/l3:source:15 IPV6_PROVIDER_NETWORK_GATEWAY= +2025-01-14 22:20:48.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.656 | +++lib/neutron_plugins/services/l3:source:17 PUBLIC_BRIDGE=br-ex +2025-01-14 22:20:48.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.669 | +++lib/neutron_plugins/services/l3:source:18 PUBLIC_BRIDGE_MTU=1500 +2025-01-14 22:20:48.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.682 | +++lib/neutron_plugins/services/l3:source:23 Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=True +2025-01-14 22:20:48.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.695 | +++lib/neutron_plugins/services/l3:source:26 Q_ROUTER_NAME=router1 +2025-01-14 22:20:48.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.708 | +++lib/neutron_plugins/services/l3:source:31 Q_USE_PUBLIC_VETH=False +2025-01-14 22:20:48.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.721 | +++lib/neutron_plugins/services/l3:source:32 Q_PUBLIC_VETH_EX=veth-pub-ex +2025-01-14 22:20:48.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.738 | +++lib/neutron_plugins/services/l3:source:33 Q_PUBLIC_VETH_INT=veth-pub-int +2025-01-14 22:20:48.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.749 | +++lib/neutron_plugins/services/l3:source:39 Q_L3_ROUTER_PER_TENANT=True +2025-01-14 22:20:48.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.761 | +++lib/neutron_plugins/services/l3:source:72 Q_USE_PROVIDERNET_FOR_PUBLIC=True +2025-01-14 22:20:48.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.773 | +++lib/neutron_plugins/services/l3:source:73 PUBLIC_PHYSICAL_NETWORK=public +2025-01-14 22:20:48.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.785 | ++++lib/neutron_plugins/services/l3:source:76 sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' +2025-01-14 22:20:48.787 | ++++lib/neutron_plugins/services/l3:source:76 cut -c 23- +2025-01-14 22:20:48.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.788 | ++++lib/neutron_plugins/services/l3:source:76 uuidgen +2025-01-14 22:20:48.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.788 | ++++lib/neutron_plugins/services/l3:source:76 sed s/-//g +2025-01-14 22:20:48.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.797 | +++lib/neutron_plugins/services/l3:source:76 IPV6_GLOBAL_ID=fe:6cac:c3e9 +2025-01-14 22:20:48.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.802 | +++lib/neutron_plugins/services/l3:source:79 IPV6_RA_MODE=slaac +2025-01-14 22:20:48.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.807 | +++lib/neutron_plugins/services/l3:source:80 IPV6_ADDRESS_MODE=slaac +2025-01-14 22:20:48.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.812 | +++lib/neutron_plugins/services/l3:source:81 IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet +2025-01-14 22:20:48.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.817 | +++lib/neutron_plugins/services/l3:source:82 IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet +2025-01-14 22:20:48.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.824 | +++lib/neutron_plugins/services/l3:source:83 IPV6_ADDRS_SAFE_TO_USE=fdfe:6cac:c3e9::/56 +2025-01-14 22:20:48.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.832 | ++++lib/neutron_plugins/services/l3:source:86 echo fdfe:6cac:c3e9::/56 +2025-01-14 22:20:48.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.832 | ++++lib/neutron_plugins/services/l3:source:86 awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' +2025-01-14 22:20:48.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.843 | +++lib/neutron_plugins/services/l3:source:86 FIXED_RANGE_V6=fdfe:6cac:c3e9::/64 +2025-01-14 22:20:48.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.850 | +++lib/neutron_plugins/services/l3:source:87 IPV6_PRIVATE_NETWORK_GATEWAY= +2025-01-14 22:20:48.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.858 | +++lib/neutron_plugins/services/l3:source:88 IPV6_PUBLIC_RANGE=2001:db8::/64 +2025-01-14 22:20:48.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.864 | +++lib/neutron_plugins/services/l3:source:89 IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 +2025-01-14 22:20:48.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.874 | +++lib/neutron_plugins/services/l3:source:90 IPV6_ROUTER_GW_IP=2001:db8::1 +2025-01-14 22:20:48.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.883 | +++lib/neutron_plugins/services/l3:source:93 NETWORK_GATEWAY= +2025-01-14 22:20:48.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.892 | +++lib/neutron_plugins/services/l3:source:94 PUBLIC_NETWORK_GATEWAY= +2025-01-14 22:20:48.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.902 | +++lib/neutron_plugins/services/l3:source:95 PRIVATE_SUBNET_NAME=private-subnet +2025-01-14 22:20:48.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.914 | +++lib/neutron_plugins/services/l3:source:96 PUBLIC_SUBNET_NAME=public-subnet +2025-01-14 22:20:48.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.925 | +++lib/neutron_plugins/services/l3:source:99 USE_SUBNETPOOL=False +2025-01-14 22:20:48.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.938 | +++lib/neutron_plugins/services/l3:source:100 SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 +2025-01-14 22:20:48.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.951 | +++lib/neutron_plugins/services/l3:source:101 SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 +2025-01-14 22:20:48.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.964 | +++lib/neutron_plugins/services/l3:source:103 SUBNETPOOL_PREFIX_V4=10.0.0.0/22 +2025-01-14 22:20:48.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.977 | +++lib/neutron_plugins/services/l3:source:104 SUBNETPOOL_PREFIX_V6=fdfe:6cac:c3e9::/56 +2025-01-14 22:20:48.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:48.989 | +++lib/neutron_plugins/services/l3:source:106 SUBNETPOOL_SIZE_V4=26 +2025-01-14 22:20:48.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.002 | +++lib/neutron_plugins/services/l3:source:107 SUBNETPOOL_SIZE_V6=64 +2025-01-14 22:20:49.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.017 | ++++lib/neutron_plugins/services/l3:source:109 ip -4 route +2025-01-14 22:20:49.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.020 | ++++lib/neutron_plugins/services/l3:source:109 grep '^default' +2025-01-14 22:20:49.020 | ++++lib/neutron_plugins/services/l3:source:109 awk '{print $5}' +2025-01-14 22:20:49.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.031 | +++lib/neutron_plugins/services/l3:source:109 default_v4_route_devs=ens3 +2025-01-14 22:20:49.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.034 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.034 | No value for $TERM and no -T specified +2025-01-14 22:20:49.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.039 | ++++lib/neutron_plugins/services/l3:source:111 awk '{print $5}' +2025-01-14 22:20:49.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.039 | ++++lib/neutron_plugins/services/l3:source:111 ip -6 route list match default table all +2025-01-14 22:20:49.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.040 | ++++lib/neutron_plugins/services/l3:source:111 grep via +2025-01-14 22:20:49.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.047 | +++lib/neutron_plugins/services/l3:source:111 default_v6_route_devs= +2025-01-14 22:20:49.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.055 | ++lib/neutron:source:304 source /opt/stack/devstack/lib/neutron_plugins/services/placement +2025-01-14 22:20:49.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.062 | ++lib/neutron:source:305 source /opt/stack/devstack/lib/neutron_plugins/services/trunk +2025-01-14 22:20:49.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.068 | ++lib/neutron:source:306 source /opt/stack/devstack/lib/neutron_plugins/services/qos +2025-01-14 22:20:49.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.075 | ++lib/neutron:source:307 source /opt/stack/devstack/lib/neutron_plugins/services/segments +2025-01-14 22:20:49.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.081 | ++lib/neutron:source:310 has_neutron_plugin_security_group +2025-01-14 22:20:49.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.088 | ++lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 return 0 +2025-01-14 22:20:49.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.097 | ++lib/neutron:source:311 Q_USE_SECGROUP=True +2025-01-14 22:20:49.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.104 | ++lib/neutron:source:319 OVN_BRIDGE_MAPPINGS=public:br-ex +2025-01-14 22:20:49.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.154 | +./stack.sh:main:642 source /opt/stack/devstack/lib/ldap +2025-01-14 22:20:49.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.192 | +./stack.sh:main:643 source /opt/stack/devstack/lib/dstat +2025-01-14 22:20:49.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.221 | +./stack.sh:main:644 source /opt/stack/devstack/lib/tcpdump +2025-01-14 22:20:49.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.249 | +./stack.sh:main:645 source /opt/stack/devstack/lib/etcd3 +2025-01-14 22:20:49.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.328 | +./stack.sh:main:646 source /opt/stack/devstack/lib/os-vif +2025-01-14 22:20:49.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.339 | +++lib/os-vif:source:12 is_ml2_ovs +2025-01-14 22:20:49.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.350 | +++lib/os-vif:is_ml2_ovs:4 [[ ovn == \o\p\e\n\v\s\w\i\t\c\h ]] +2025-01-14 22:20:49.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.361 | +++lib/os-vif:is_ml2_ovs:7 echo False +2025-01-14 22:20:49.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.373 | ++lib/os-vif:source:12 OS_VIF_OVS_ISOLATE_VIF=False +2025-01-14 22:20:49.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.385 | +++lib/os-vif:source:13 trueorfalse False OS_VIF_OVS_ISOLATE_VIF +2025-01-14 22:20:49.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.432 | ++lib/os-vif:source:13 OS_VIF_OVS_ISOLATE_VIF=False +2025-01-14 22:20:49.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.438 | +./stack.sh:main:652 run_phase source +2025-01-14 22:20:49.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.444 | +functions-common:run_phase:1849 local mode=source +2025-01-14 22:20:49.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.450 | +functions-common:run_phase:1850 local phase= +2025-01-14 22:20:49.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.458 | +functions-common:run_phase:1851 [[ -d /opt/stack/devstack/extras.d ]] +2025-01-14 22:20:49.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.465 | +functions-common:run_phase:1852 local extra_plugin_file_name +2025-01-14 22:20:49.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.473 | +functions-common:run_phase:1853 for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh +2025-01-14 22:20:49.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.483 | +functions-common:run_phase:1858 local exceptions=80-tempest.sh +2025-01-14 22:20:49.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.491 | +functions-common:run_phase:1859 local extra +2025-01-14 22:20:49.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.501 | ++functions-common:run_phase:1860 basename /opt/stack/devstack/extras.d/80-tempest.sh +2025-01-14 22:20:49.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.510 | +functions-common:run_phase:1860 extra=80-tempest.sh +2025-01-14 22:20:49.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.519 | +functions-common:run_phase:1861 [[ 80-tempest.sh =~ 80-tempest\.sh ]] +2025-01-14 22:20:49.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.528 | +functions-common:run_phase:1865 [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] +2025-01-14 22:20:49.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.538 | +functions-common:run_phase:1865 source /opt/stack/devstack/extras.d/80-tempest.sh source +2025-01-14 22:20:49.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.549 | ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest +2025-01-14 22:20:49.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.598 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:20:49.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.606 | ++extras.d/80-tempest.sh:source:4 [[ source == \s\o\u\r\c\e ]] +2025-01-14 22:20:49.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.614 | ++extras.d/80-tempest.sh:source:6 source /opt/stack/devstack/lib/tempest +2025-01-14 22:20:49.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.677 | ++extras.d/80-tempest.sh:source:27 [[ source == \u\n\s\t\a\c\k ]] +2025-01-14 22:20:49.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.685 | ++extras.d/80-tempest.sh:source:32 [[ source == \c\l\e\a\n ]] +2025-01-14 22:20:49.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.693 | +functions-common:run_phase:1870 [[ source == \s\o\u\r\c\e ]] +2025-01-14 22:20:49.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.700 | +functions-common:run_phase:1871 load_plugin_settings +2025-01-14 22:20:49.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.708 | +functions-common:load_plugin_settings:1785 local plugins= +2025-01-14 22:20:49.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.715 | +functions-common:load_plugin_settings:1786 local plugin +2025-01-14 22:20:49.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.725 | +functions-common:load_plugin_settings:1789 [[ -z '' ]] +2025-01-14 22:20:49.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.736 | +functions-common:load_plugin_settings:1790 return +2025-01-14 22:20:49.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.744 | +functions-common:run_phase:1872 verify_disabled_services +2025-01-14 22:20:49.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.756 | +functions-common:verify_disabled_services:2132 local service +2025-01-14 22:20:49.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.768 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.777 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,key, ]] +2025-01-14 22:20:49.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.788 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.800 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,n-api, ]] +2025-01-14 22:20:49.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.810 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.821 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,n-cpu, ]] +2025-01-14 22:20:49.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.832 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.844 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,n-cond, ]] +2025-01-14 22:20:49.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.858 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.871 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,n-sch, ]] +2025-01-14 22:20:49.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.885 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.900 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,n-novnc, ]] +2025-01-14 22:20:49.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.913 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.925 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,n-api-meta, ]] +2025-01-14 22:20:49.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.937 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.950 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,placement-api, ]] +2025-01-14 22:20:49.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.961 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.975 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,placement-client, ]] +2025-01-14 22:20:49.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.986 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:49.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:49.999 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,g-api, ]] +2025-01-14 22:20:50.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.013 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.026 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,c-sch, ]] +2025-01-14 22:20:50.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.037 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.051 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,c-api, ]] +2025-01-14 22:20:50.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.064 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.077 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,c-vol, ]] +2025-01-14 22:20:50.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.088 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.101 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,ovn-controller, ]] +2025-01-14 22:20:50.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.114 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.127 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,ovn-northd, ]] +2025-01-14 22:20:50.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.140 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.154 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,ovs-vswitchd, ]] +2025-01-14 22:20:50.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.166 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.177 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,ovsdb-server, ]] +2025-01-14 22:20:50.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.188 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.198 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,q-svc, ]] +2025-01-14 22:20:50.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.209 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.222 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,q-ovn-metadata-agent, ]] +2025-01-14 22:20:50.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.233 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.246 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,rabbit, ]] +2025-01-14 22:20:50.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.258 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.268 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,tempest, ]] +2025-01-14 22:20:50.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.278 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.287 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,mysql, ]] +2025-01-14 22:20:50.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.296 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.307 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,etcd3, ]] +2025-01-14 22:20:50.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.317 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.328 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,dstat, ]] +2025-01-14 22:20:50.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.339 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.350 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,cinder, ]] +2025-01-14 22:20:50.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.361 | +functions-common:verify_disabled_services:2133 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:20:50.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.373 | +functions-common:verify_disabled_services:2134 [[ ,n-net,horizon,heat,h-api,h-api-cfn,h-api-cw, =~ ,c-bak, ]] +2025-01-14 22:20:50.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.386 | +./stack.sh:main:723 initialize_database_backends +2025-01-14 22:20:50.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.398 | +lib/database:initialize_database_backends:65 for backend in $DATABASE_BACKENDS +2025-01-14 22:20:50.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.408 | +lib/database:initialize_database_backends:66 is_service_enabled mysql +2025-01-14 22:20:50.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.454 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:20:50.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.463 | +lib/database:initialize_database_backends:66 DATABASE_TYPE=mysql +2025-01-14 22:20:50.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.472 | +lib/database:initialize_database_backends:65 for backend in $DATABASE_BACKENDS +2025-01-14 22:20:50.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.481 | +lib/database:initialize_database_backends:66 is_service_enabled postgresql +2025-01-14 22:20:50.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.526 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:20:50.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.534 | +lib/database:initialize_database_backends:69 '[' -z mysql ']' +2025-01-14 22:20:50.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.541 | +lib/database:initialize_database_backends:73 MYSQL_HOST=127.0.0.1 +2025-01-14 22:20:50.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.548 | +lib/database:initialize_database_backends:74 MYSQL_USER=root +2025-01-14 22:20:50.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.556 | +lib/database:initialize_database_backends:80 [[ 4 == 6 ]] +2025-01-14 22:20:50.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.563 | +lib/database:initialize_database_backends:83 DATABASE_HOST=127.0.0.1 +2025-01-14 22:20:50.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.572 | +lib/database:initialize_database_backends:86 DATABASE_USER=root +2025-01-14 22:20:50.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.580 | +lib/database:initialize_database_backends:88 '[' -n '' ']' +2025-01-14 22:20:50.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.589 | +lib/database:initialize_database_backends:92 return 0 +2025-01-14 22:20:50.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.599 | +./stack.sh:main:724 echo 'Using mysql database backend' +2025-01-14 22:20:50.599 | Using mysql database backend +2025-01-14 22:20:50.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.609 | +./stack.sh:main:727 read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' +2025-01-14 22:20:50.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.665 | +./stack.sh:main:729 define_database_baseurl +2025-01-14 22:20:50.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.678 | ++lib/database:define_database_baseurl:106 get_database_type_mysql +2025-01-14 22:20:50.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.691 | ++lib/databases/mysql:get_database_type_mysql:32 [[ PyMySQL == \P\y\M\y\S\Q\L ]] +2025-01-14 22:20:50.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.705 | ++lib/databases/mysql:get_database_type_mysql:33 echo mysql+pymysql +2025-01-14 22:20:50.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.719 | +lib/database:define_database_baseurl:106 BASE_SQL_CONN=mysql+pymysql://root:******@127.0.0.1 +2025-01-14 22:20:50.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.729 | +./stack.sh:main:741 is_service_enabled rabbit +2025-01-14 22:20:50.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.780 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:20:50.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.788 | +./stack.sh:main:742 read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' +2025-01-14 22:20:50.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.800 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.800 | No value for $TERM and no -T specified +2025-01-14 22:20:50.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.832 | +./stack.sh:main:749 is_service_enabled keystone +2025-01-14 22:20:50.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.875 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:20:50.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.885 | +./stack.sh:main:751 read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' +2025-01-14 22:20:50.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.937 | +./stack.sh:main:753 read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' +2025-01-14 22:20:50.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:50.992 | +./stack.sh:main:764 is_service_enabled ldap +2025-01-14 22:20:50.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.055 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:20:51.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.067 | +./stack.sh:main:773 is_service_enabled s-proxy +2025-01-14 22:20:51.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.125 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:20:51.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.136 | +./stack.sh:main:785 save_stackenv 785 +2025-01-14 22:20:51.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.146 | +functions-common:save_stackenv:60 local tag=785 +2025-01-14 22:20:51.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.160 | ++functions-common:save_stackenv:62 date +%F-%H%M%S +2025-01-14 22:20:51.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.174 | +functions-common:save_stackenv:62 time_stamp=2025-01-14-222051 +2025-01-14 22:20:51.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.185 | +functions-common:save_stackenv:63 echo '# 2025-01-14-222051 785' +2025-01-14 22:20:51.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.198 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.210 | +functions-common:save_stackenv:65 echo BASE_SQL_CONN=mysql+pymysql://root:******@127.0.0.1 +2025-01-14 22:20:51.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.223 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.237 | +functions-common:save_stackenv:65 echo DATA_DIR=/opt/stack/data +2025-01-14 22:20:51.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.248 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.261 | +functions-common:save_stackenv:65 echo DEST=/opt/stack +2025-01-14 22:20:51.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.272 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.286 | +functions-common:save_stackenv:65 echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak +2025-01-14 22:20:51.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.299 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.312 | +functions-common:save_stackenv:65 echo HOST_IP=10.201.9.223 +2025-01-14 22:20:51.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.326 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.339 | +functions-common:save_stackenv:65 echo KEYSTONE_SERVICE_URI=http://10.201.9.223/identity +2025-01-14 22:20:51.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.351 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.364 | +functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 +2025-01-14 22:20:51.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.379 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.391 | +functions-common:save_stackenv:65 echo OS_CACERT= +2025-01-14 22:20:51.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.404 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.417 | +functions-common:save_stackenv:65 echo SERVICE_HOST=10.201.9.223 +2025-01-14 22:20:51.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.430 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.442 | +functions-common:save_stackenv:65 echo STACK_USER=ubuntu +2025-01-14 22:20:51.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.454 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.466 | +functions-common:save_stackenv:65 echo TLS_IP= +2025-01-14 22:20:51.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.479 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.491 | +functions-common:save_stackenv:65 echo HOST_IPV6=::1 +2025-01-14 22:20:51.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.506 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.518 | +functions-common:save_stackenv:65 echo SERVICE_IP_VERSION=4 +2025-01-14 22:20:51.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.532 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.547 | +functions-common:save_stackenv:65 echo TUNNEL_ENDPOINT_IP=10.201.9.223 +2025-01-14 22:20:51.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.563 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:20:51.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.576 | +functions-common:save_stackenv:65 echo TUNNEL_IP_VERSION=4 +2025-01-14 22:20:51.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.592 | +./stack.sh:main:798 GIT_DEPTH=0 +2025-01-14 22:20:51.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.606 | +./stack.sh:main:798 git_clone http://github.com/openstack/requirements.git /opt/stack/requirements master +2025-01-14 22:20:51.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.620 | +functions-common:git_clone:593 local git_remote=http://github.com/openstack/requirements.git +2025-01-14 22:20:51.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.633 | +functions-common:git_clone:594 local git_dest=/opt/stack/requirements +2025-01-14 22:20:51.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.646 | +functions-common:git_clone:595 local git_ref=master +2025-01-14 22:20:51.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.660 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:20:51.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.675 | ++functions-common:git_clone:597 pwd +2025-01-14 22:20:51.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.691 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:20:51.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.703 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:20:51.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.716 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:20:51.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.733 | tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified +2025-01-14 22:20:51.733 | +2025-01-14 22:20:51.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.769 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:20:51.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.778 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:20:51.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.789 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:20:51.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.800 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:20:51.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.802 | +functions-common:git_clone:614 echo master +2025-01-14 22:20:51.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.811 | +functions-common:git_clone:628 [[ ! -d /opt/stack/requirements ]] +2025-01-14 22:20:51.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.818 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:20:51.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.826 | +functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/requirements.git /opt/stack/requirements +2025-01-14 22:20:51.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.833 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:20:51.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.841 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:20:51.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.851 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:20:51.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.861 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:20:51.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.873 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:20:51.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.883 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:20:51.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.895 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:20:51.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.906 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:20:51.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.918 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:20:51.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.932 | +functions-common:time_start:2412 _TIME_START[$name]=1736893251920 +2025-01-14 22:20:51.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:51.945 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/requirements.git /opt/stack/requirements +2025-01-14 22:20:51.952 | Cloning into '/opt/stack/requirements'... +2025-01-14 22:20:52.431 | warning: redirecting to https://github.com/openstack/requirements.git/ +2025-01-14 22:20:54.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.300 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:20:54.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.307 | +functions-common:time_stop:2421 local name +2025-01-14 22:20:54.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.313 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:20:54.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.319 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:20:54.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.326 | +functions-common:time_stop:2424 local total +2025-01-14 22:20:54.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.332 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:20:54.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.339 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:20:54.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.345 | +functions-common:time_stop:2428 start_time=1736893251920 +2025-01-14 22:20:54.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.351 | +functions-common:time_stop:2430 [[ -z 1736893251920 ]] +2025-01-14 22:20:54.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.358 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:20:54.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.364 | +functions-common:time_stop:2433 end_time=1736893254359 +2025-01-14 22:20:54.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.371 | +functions-common:time_stop:2434 elapsed_time=2439 +2025-01-14 22:20:54.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.378 | +functions-common:time_stop:2435 total=0 +2025-01-14 22:20:54.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.385 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:20:54.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.392 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=2439 +2025-01-14 22:20:54.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.400 | +functions-common:git_clone:635 cd /opt/stack/requirements +2025-01-14 22:20:54.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.410 | +functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:20:54.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.419 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:20:54.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.429 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:20:54.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.441 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:20:54.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.452 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:20:54.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.463 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:20:54.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.474 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:20:54.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.485 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:20:54.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.497 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:20:54.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.509 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:20:54.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.524 | +functions-common:time_start:2412 _TIME_START[$name]=1736893254511 +2025-01-14 22:20:54.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:54.536 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:20:54.957 | warning: redirecting to https://github.com/openstack/requirements.git/ +2025-01-14 22:20:55.198 | From http://github.com/openstack/requirements +2025-01-14 22:20:55.198 | * branch master -> FETCH_HEAD +2025-01-14 22:20:55.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.224 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:20:55.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.236 | +functions-common:time_stop:2421 local name +2025-01-14 22:20:55.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.246 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:20:55.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.260 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:20:55.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.270 | +functions-common:time_stop:2424 local total +2025-01-14 22:20:55.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.283 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:20:55.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.295 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:20:55.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.308 | +functions-common:time_stop:2428 start_time=1736893254511 +2025-01-14 22:20:55.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.321 | +functions-common:time_stop:2430 [[ -z 1736893254511 ]] +2025-01-14 22:20:55.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.336 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:20:55.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.351 | +functions-common:time_stop:2433 end_time=1736893255339 +2025-01-14 22:20:55.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.363 | +functions-common:time_stop:2434 elapsed_time=828 +2025-01-14 22:20:55.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.376 | +functions-common:time_stop:2435 total=2439 +2025-01-14 22:20:55.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.386 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:20:55.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.400 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=3267 +2025-01-14 22:20:55.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.414 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:20:55.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.427 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:20:55.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.438 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:20:55.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.450 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:20:55.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.463 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:20:55.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.475 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:20:55.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.488 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:20:55.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.498 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:20:55.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.512 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:20:55.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.527 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:20:55.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.543 | +functions-common:time_start:2412 _TIME_START[$name]=1736893255529 +2025-01-14 22:20:55.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.556 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:20:55.576 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:20:55.576 | +2025-01-14 22:20:55.576 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:20:55.576 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:20:55.576 | state without impacting any branches by switching back to a branch. +2025-01-14 22:20:55.576 | +2025-01-14 22:20:55.576 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:20:55.576 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:20:55.576 | +2025-01-14 22:20:55.576 | git switch -c +2025-01-14 22:20:55.576 | +2025-01-14 22:20:55.576 | Or undo this operation with: +2025-01-14 22:20:55.576 | +2025-01-14 22:20:55.576 | git switch - +2025-01-14 22:20:55.576 | +2025-01-14 22:20:55.576 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:20:55.576 | +2025-01-14 22:20:55.576 | HEAD is now at f7ff09fb Merge "Bump eventlet to latest version" +2025-01-14 22:20:55.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.589 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:20:55.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.603 | +functions-common:time_stop:2421 local name +2025-01-14 22:20:55.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.614 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:20:55.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.624 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:20:55.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.635 | +functions-common:time_stop:2424 local total +2025-01-14 22:20:55.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.647 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:20:55.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.659 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:20:55.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.672 | +functions-common:time_stop:2428 start_time=1736893255529 +2025-01-14 22:20:55.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.685 | +functions-common:time_stop:2430 [[ -z 1736893255529 ]] +2025-01-14 22:20:55.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.700 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:20:55.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.716 | +functions-common:time_stop:2433 end_time=1736893255703 +2025-01-14 22:20:55.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.727 | +functions-common:time_stop:2434 elapsed_time=174 +2025-01-14 22:20:55.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.741 | +functions-common:time_stop:2435 total=3267 +2025-01-14 22:20:55.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.753 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:20:55.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.766 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=3441 +2025-01-14 22:20:55.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.780 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/requirements +2025-01-14 22:20:55.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.804 | +functions-common:git_clone:676 cd /opt/stack/requirements +2025-01-14 22:20:55.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.815 | +functions-common:git_clone:677 head -1 +2025-01-14 22:20:55.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.817 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:20:55.825 | f7ff09fb Merge "Bump eventlet to latest version" +2025-01-14 22:20:55.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.833 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:20:55.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.841 | +./stack.sh:main:802 echo_summary 'Installing package prerequisites' +2025-01-14 22:20:55.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.852 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:20:55.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.866 | +./stack.sh:echo_summary:474 echo -e Installing package prerequisites +2025-01-14 22:20:55.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.877 | +./stack.sh:main:803 source /opt/stack/devstack/tools/install_prereqs.sh +2025-01-14 22:20:55.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.888 | ++tools/install_prereqs.sh:source:11 FORCE_PREREQ=0 +2025-01-14 22:20:55.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.900 | ++tools/install_prereqs.sh:source:13 getopts :f opt +2025-01-14 22:20:55.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.912 | ++tools/install_prereqs.sh:source:23 [[ -z /opt/stack/devstack ]] +2025-01-14 22:20:55.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.922 | ++tools/install_prereqs.sh:source:43 PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs +2025-01-14 22:20:55.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.936 | ++tools/install_prereqs.sh:source:44 PREREQ_RERUN_HOURS=2 +2025-01-14 22:20:55.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.950 | ++tools/install_prereqs.sh:source:45 PREREQ_RERUN_SECONDS=7200 +2025-01-14 22:20:55.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.964 | +++tools/install_prereqs.sh:source:47 date +%s +2025-01-14 22:20:55.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.983 | ++tools/install_prereqs.sh:source:47 NOW=1736893255 +2025-01-14 22:20:55.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:55.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.000 | +++tools/install_prereqs.sh:source:48 head -1 /opt/stack/devstack/.prereqs +2025-01-14 22:20:56.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.018 | +++tools/install_prereqs.sh:source:48 echo 0 +2025-01-14 22:20:56.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.034 | ++tools/install_prereqs.sh:source:48 LAST_RUN=0 +2025-01-14 22:20:56.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.048 | ++tools/install_prereqs.sh:source:49 DELTA=1736893255 +2025-01-14 22:20:56.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.063 | ++tools/install_prereqs.sh:source:50 [[ 1736893255 -lt 7200 ]] +2025-01-14 22:20:56.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.075 | ++tools/install_prereqs.sh:source:57 export_proxy_variables +2025-01-14 22:20:56.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.086 | ++functions-common:export_proxy_variables:2239 isset http_proxy +2025-01-14 22:20:56.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.099 | ++functions-common:isset:261 [[ -v http_proxy ]] +2025-01-14 22:20:56.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.111 | ++functions-common:export_proxy_variables:2240 export http_proxy=http://proxy-in.its.hpecorp.net:80 +2025-01-14 22:20:56.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.123 | ++functions-common:export_proxy_variables:2240 http_proxy=http://proxy-in.its.hpecorp.net:80 +2025-01-14 22:20:56.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.134 | ++functions-common:export_proxy_variables:2242 isset https_proxy +2025-01-14 22:20:56.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.149 | ++functions-common:isset:261 [[ -v https_proxy ]] +2025-01-14 22:20:56.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.163 | ++functions-common:export_proxy_variables:2243 export https_proxy=http://proxy-in.its.hpecorp.net:443 +2025-01-14 22:20:56.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.174 | ++functions-common:export_proxy_variables:2243 https_proxy=http://proxy-in.its.hpecorp.net:443 +2025-01-14 22:20:56.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.189 | ++functions-common:export_proxy_variables:2245 isset no_proxy +2025-01-14 22:20:56.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.201 | ++functions-common:isset:261 [[ -v no_proxy ]] +2025-01-14 22:20:56.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.214 | ++functions-common:export_proxy_variables:2246 export no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 +2025-01-14 22:20:56.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.228 | ++functions-common:export_proxy_variables:2246 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 +2025-01-14 22:20:56.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.243 | +++tools/install_prereqs.sh:source:64 get_packages general,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak +2025-01-14 22:20:56.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.326 | ++tools/install_prereqs.sh:source:64 PACKAGES='apache2 +2025-01-14 22:20:56.326 | apache2-dev +2025-01-14 22:20:56.326 | bc +2025-01-14 22:20:56.326 | bsdmainutils +2025-01-14 22:20:56.326 | curl +2025-01-14 22:20:56.326 | g++ +2025-01-14 22:20:56.326 | gawk +2025-01-14 22:20:56.326 | gcc +2025-01-14 22:20:56.326 | gettext +2025-01-14 22:20:56.326 | git +2025-01-14 22:20:56.326 | graphviz +2025-01-14 22:20:56.327 | iputils-ping +2025-01-14 22:20:56.327 | libapache2-mod-proxy-uwsgi +2025-01-14 22:20:56.327 | libffi-dev +2025-01-14 22:20:56.327 | libjpeg-dev +2025-01-14 22:20:56.327 | libpcre3-dev +2025-01-14 22:20:56.327 | libpq-dev +2025-01-14 22:20:56.327 | libssl-dev +2025-01-14 22:20:56.327 | libsystemd-dev +2025-01-14 22:20:56.327 | libxml2-dev +2025-01-14 22:20:56.327 | libxslt1-dev +2025-01-14 22:20:56.327 | libyaml-dev +2025-01-14 22:20:56.327 | lsof +2025-01-14 22:20:56.327 | openssh-server +2025-01-14 22:20:56.327 | openssl +2025-01-14 22:20:56.327 | pkg-config +2025-01-14 22:20:56.327 | psmisc +2025-01-14 22:20:56.327 | python3-dev +2025-01-14 22:20:56.327 | python3-pip +2025-01-14 22:20:56.327 | python3-systemd +2025-01-14 22:20:56.327 | python3-venv +2025-01-14 22:20:56.328 | tar +2025-01-14 22:20:56.328 | tcpdump +2025-01-14 22:20:56.328 | unzip +2025-01-14 22:20:56.328 | uuid-runtime +2025-01-14 22:20:56.328 | wget +2025-01-14 22:20:56.328 | wget +2025-01-14 22:20:56.328 | zlib1g-dev +2025-01-14 22:20:56.328 | libkrb5-dev +2025-01-14 22:20:56.328 | libldap2-dev +2025-01-14 22:20:56.328 | libsasl2-dev +2025-01-14 22:20:56.328 | memcached +2025-01-14 22:20:56.328 | python3-mysqldb +2025-01-14 22:20:56.328 | sqlite3 +2025-01-14 22:20:56.328 | conntrack +2025-01-14 22:20:56.328 | curl +2025-01-14 22:20:56.328 | ebtables +2025-01-14 22:20:56.328 | genisoimage +2025-01-14 22:20:56.328 | iptables +2025-01-14 22:20:56.328 | iputils-arping +2025-01-14 22:20:56.328 | kpartx +2025-01-14 22:20:56.328 | libjs-jquery-tablesorter +2025-01-14 22:20:56.329 | parted +2025-01-14 22:20:56.329 | pm-utils +2025-01-14 22:20:56.329 | python3-mysqldb +2025-01-14 22:20:56.329 | socat +2025-01-14 22:20:56.329 | sqlite3 +2025-01-14 22:20:56.329 | sudo +2025-01-14 22:20:56.329 | vlan +2025-01-14 22:20:56.329 | lsscsi +2025-01-14 22:20:56.329 | open-iscsi +2025-01-14 22:20:56.329 | cryptsetup +2025-01-14 22:20:56.329 | dosfstools +2025-01-14 22:20:56.329 | genisoimage +2025-01-14 22:20:56.329 | gir1.2-libosinfo-1.0 +2025-01-14 22:20:56.329 | netcat-openbsd +2025-01-14 22:20:56.329 | open-iscsi +2025-01-14 22:20:56.329 | qemu-utils +2025-01-14 22:20:56.329 | sg3-utils +2025-01-14 22:20:56.329 | sysfsutils +2025-01-14 22:20:56.329 | lvm2 +2025-01-14 22:20:56.329 | qemu-utils +2025-01-14 22:20:56.330 | thin-provisioning-tools +2025-01-14 22:20:56.330 | acl +2025-01-14 22:20:56.330 | dnsmasq-base +2025-01-14 22:20:56.330 | dnsmasq-utils +2025-01-14 22:20:56.330 | ebtables +2025-01-14 22:20:56.330 | haproxy +2025-01-14 22:20:56.330 | iptables +2025-01-14 22:20:56.330 | iputils-arping +2025-01-14 22:20:56.330 | iputils-ping +2025-01-14 22:20:56.330 | postgresql-server-dev-all +2025-01-14 22:20:56.330 | python3-mysqldb +2025-01-14 22:20:56.330 | sqlite3 +2025-01-14 22:20:56.330 | sudo +2025-01-14 22:20:56.330 | vlan +2025-01-14 22:20:56.330 | pcp +2025-01-14 22:20:56.330 | lvm2 +2025-01-14 22:20:56.330 | qemu-utils +2025-01-14 22:20:56.330 | thin-provisioning-tools' +2025-01-14 22:20:56.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.335 | +++tools/install_prereqs.sh:source:65 get_plugin_packages +2025-01-14 22:20:56.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.400 | ++tools/install_prereqs.sh:source:65 PACKAGES='apache2 +2025-01-14 22:20:56.400 | apache2-dev +2025-01-14 22:20:56.400 | bc +2025-01-14 22:20:56.400 | bsdmainutils +2025-01-14 22:20:56.400 | curl +2025-01-14 22:20:56.400 | g++ +2025-01-14 22:20:56.400 | gawk +2025-01-14 22:20:56.400 | gcc +2025-01-14 22:20:56.400 | gettext +2025-01-14 22:20:56.400 | git +2025-01-14 22:20:56.400 | graphviz +2025-01-14 22:20:56.400 | iputils-ping +2025-01-14 22:20:56.400 | libapache2-mod-proxy-uwsgi +2025-01-14 22:20:56.400 | libffi-dev +2025-01-14 22:20:56.400 | libjpeg-dev +2025-01-14 22:20:56.400 | libpcre3-dev +2025-01-14 22:20:56.401 | libpq-dev +2025-01-14 22:20:56.401 | libssl-dev +2025-01-14 22:20:56.401 | libsystemd-dev +2025-01-14 22:20:56.401 | libxml2-dev +2025-01-14 22:20:56.401 | libxslt1-dev +2025-01-14 22:20:56.401 | libyaml-dev +2025-01-14 22:20:56.401 | lsof +2025-01-14 22:20:56.401 | openssh-server +2025-01-14 22:20:56.401 | openssl +2025-01-14 22:20:56.401 | pkg-config +2025-01-14 22:20:56.401 | psmisc +2025-01-14 22:20:56.401 | python3-dev +2025-01-14 22:20:56.401 | python3-pip +2025-01-14 22:20:56.401 | python3-systemd +2025-01-14 22:20:56.401 | python3-venv +2025-01-14 22:20:56.401 | tar +2025-01-14 22:20:56.401 | tcpdump +2025-01-14 22:20:56.401 | unzip +2025-01-14 22:20:56.401 | uuid-runtime +2025-01-14 22:20:56.401 | wget +2025-01-14 22:20:56.401 | wget +2025-01-14 22:20:56.401 | zlib1g-dev +2025-01-14 22:20:56.401 | libkrb5-dev +2025-01-14 22:20:56.401 | libldap2-dev +2025-01-14 22:20:56.401 | libsasl2-dev +2025-01-14 22:20:56.401 | memcached +2025-01-14 22:20:56.401 | python3-mysqldb +2025-01-14 22:20:56.401 | sqlite3 +2025-01-14 22:20:56.402 | conntrack +2025-01-14 22:20:56.402 | curl +2025-01-14 22:20:56.402 | ebtables +2025-01-14 22:20:56.402 | genisoimage +2025-01-14 22:20:56.402 | iptables +2025-01-14 22:20:56.402 | iputils-arping +2025-01-14 22:20:56.402 | kpartx +2025-01-14 22:20:56.402 | libjs-jquery-tablesorter +2025-01-14 22:20:56.402 | parted +2025-01-14 22:20:56.402 | pm-utils +2025-01-14 22:20:56.402 | python3-mysqldb +2025-01-14 22:20:56.402 | socat +2025-01-14 22:20:56.402 | sqlite3 +2025-01-14 22:20:56.402 | sudo +2025-01-14 22:20:56.402 | vlan +2025-01-14 22:20:56.402 | lsscsi +2025-01-14 22:20:56.402 | open-iscsi +2025-01-14 22:20:56.402 | cryptsetup +2025-01-14 22:20:56.402 | dosfstools +2025-01-14 22:20:56.402 | genisoimage +2025-01-14 22:20:56.402 | gir1.2-libosinfo-1.0 +2025-01-14 22:20:56.402 | netcat-openbsd +2025-01-14 22:20:56.402 | open-iscsi +2025-01-14 22:20:56.402 | qemu-utils +2025-01-14 22:20:56.402 | sg3-utils +2025-01-14 22:20:56.402 | sysfsutils +2025-01-14 22:20:56.402 | lvm2 +2025-01-14 22:20:56.402 | qemu-utils +2025-01-14 22:20:56.402 | thin-provisioning-tools +2025-01-14 22:20:56.402 | acl +2025-01-14 22:20:56.402 | dnsmasq-base +2025-01-14 22:20:56.403 | dnsmasq-utils +2025-01-14 22:20:56.403 | ebtables +2025-01-14 22:20:56.403 | haproxy +2025-01-14 22:20:56.403 | iptables +2025-01-14 22:20:56.403 | iputils-arping +2025-01-14 22:20:56.403 | iputils-ping +2025-01-14 22:20:56.403 | postgresql-server-dev-all +2025-01-14 22:20:56.403 | python3-mysqldb +2025-01-14 22:20:56.403 | sqlite3 +2025-01-14 22:20:56.403 | sudo +2025-01-14 22:20:56.403 | vlan +2025-01-14 22:20:56.403 | pcp +2025-01-14 22:20:56.403 | lvm2 +2025-01-14 22:20:56.403 | qemu-utils +2025-01-14 22:20:56.403 | thin-provisioning-tools ' +2025-01-14 22:20:56.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.414 | ++tools/install_prereqs.sh:source:67 is_ubuntu +2025-01-14 22:20:56.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.427 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:20:56.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.439 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:20:56.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.454 | ++tools/install_prereqs.sh:source:67 grep -q dkms +2025-01-14 22:20:56.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.456 | ++tools/install_prereqs.sh:source:67 echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools +2025-01-14 22:20:56.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.467 | ++tools/install_prereqs.sh:source:72 install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools +2025-01-14 22:20:56.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.475 | ++functions-common:install_package:1442 update_package_repo +2025-01-14 22:20:56.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.483 | ++functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:20:56.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.492 | ++functions-common:update_package_repo:1417 REPOS_UPDATED=False +2025-01-14 22:20:56.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.503 | ++functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:20:56.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.514 | ++functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:20:56.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.524 | ++functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:20:56.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.536 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:20:56.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.548 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:20:56.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.559 | ++functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:20:56.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.571 | ++functions-common:apt_get_update:1170 [[ False == \T\r\u\e ]] +2025-01-14 22:20:56.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.581 | ++functions-common:apt_get_update:1175 [[ False = \T\r\u\e ]] +2025-01-14 22:20:56.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.594 | ++functions-common:apt_get_update:1177 local sudo=sudo +2025-01-14 22:20:56.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.607 | +++functions-common:apt_get_update:1178 id -u +2025-01-14 22:20:56.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.621 | ++functions-common:apt_get_update:1178 [[ 1000 = \0 ]] +2025-01-14 22:20:56.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.633 | ++functions-common:apt_get_update:1181 time_start apt-get-update +2025-01-14 22:20:56.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.645 | ++functions-common:time_start:2407 local name=apt-get-update +2025-01-14 22:20:56.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.658 | ++functions-common:time_start:2408 local start_time= +2025-01-14 22:20:56.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.672 | ++functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:20:56.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.684 | +++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:20:56.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.698 | ++functions-common:time_start:2412 _TIME_START[$name]=1736893256686 +2025-01-14 22:20:56.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.709 | ++functions-common:apt_get_update:1183 local 'proxies=http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 ' +2025-01-14 22:20:56.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.722 | ++functions-common:apt_get_update:1184 local 'update_cmd=sudo http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get update' +2025-01-14 22:20:56.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:56.735 | ++functions-common:apt_get_update:1185 timeout 300 sh -c 'while ! sudo http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get update; do sleep 30; done' +2025-01-14 22:20:57.443 | Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease +2025-01-14 22:20:57.473 | Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease +2025-01-14 22:20:57.692 | Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease +2025-01-14 22:20:57.961 | Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease +2025-01-14 22:20:59.144 | Reading package lists... +2025-01-14 22:20:59.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.190 | ++functions-common:apt_get_update:1189 REPOS_UPDATED=True +2025-01-14 22:20:59.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.204 | ++functions-common:apt_get_update:1191 time_stop apt-get-update +2025-01-14 22:20:59.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.218 | ++functions-common:time_stop:2421 local name +2025-01-14 22:20:59.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.230 | ++functions-common:time_stop:2422 local end_time +2025-01-14 22:20:59.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.242 | ++functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:20:59.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.255 | ++functions-common:time_stop:2424 local total +2025-01-14 22:20:59.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.268 | ++functions-common:time_stop:2425 local start_time +2025-01-14 22:20:59.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.281 | ++functions-common:time_stop:2427 name=apt-get-update +2025-01-14 22:20:59.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.292 | ++functions-common:time_stop:2428 start_time=1736893256686 +2025-01-14 22:20:59.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.303 | ++functions-common:time_stop:2430 [[ -z 1736893256686 ]] +2025-01-14 22:20:59.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.314 | +++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:20:59.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.327 | ++functions-common:time_stop:2433 end_time=1736893259316 +2025-01-14 22:20:59.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.337 | ++functions-common:time_stop:2434 elapsed_time=2630 +2025-01-14 22:20:59.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.347 | ++functions-common:time_stop:2435 total=0 +2025-01-14 22:20:59.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.357 | ++functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:20:59.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.367 | ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=2630 +2025-01-14 22:20:59.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.377 | ++functions-common:install_package:1443 real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools +2025-01-14 22:20:59.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.388 | ++functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:20:59.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.400 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:20:59.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.410 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:20:59.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.424 | ++functions-common:real_install_package:1431 apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools +2025-01-14 22:20:59.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:20:59.483 | ++functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools +2025-01-14 22:20:59.551 | Reading package lists... +2025-01-14 22:20:59.739 | Building dependency tree... +2025-01-14 22:20:59.740 | Reading state information... +2025-01-14 22:20:59.930 | bc is already the newest version (1.07.1-3build1). +2025-01-14 22:20:59.930 | bc set to manually installed. +2025-01-14 22:20:59.930 | dosfstools is already the newest version (4.2-1build3). +2025-01-14 22:20:59.930 | dosfstools set to manually installed. +2025-01-14 22:20:59.930 | gcc is already the newest version (4:11.2.0-1ubuntu1). +2025-01-14 22:20:59.930 | gcc set to manually installed. +2025-01-14 22:20:59.930 | iputils-ping is already the newest version (3:20211215-1). +2025-01-14 22:20:59.930 | iputils-ping set to manually installed. +2025-01-14 22:20:59.931 | lsof is already the newest version (4.93.2+dfsg-1.1build2). +2025-01-14 22:20:59.931 | lsof set to manually installed. +2025-01-14 22:20:59.931 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). +2025-01-14 22:20:59.931 | lvm2 set to manually installed. +2025-01-14 22:20:59.931 | netcat-openbsd is already the newest version (1.218-4ubuntu1). +2025-01-14 22:20:59.931 | netcat-openbsd set to manually installed. +2025-01-14 22:20:59.931 | open-iscsi is already the newest version (2.1.5-1ubuntu1). +2025-01-14 22:20:59.931 | parted is already the newest version (3.4-2build1). +2025-01-14 22:20:59.931 | parted set to manually installed. +2025-01-14 22:20:59.931 | psmisc is already the newest version (23.4-2build3). +2025-01-14 22:20:59.931 | psmisc set to manually installed. +2025-01-14 22:20:59.931 | python3-systemd is already the newest version (234-3ubuntu2). +2025-01-14 22:20:59.931 | python3-systemd set to manually installed. +2025-01-14 22:20:59.931 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). +2025-01-14 22:20:59.931 | thin-provisioning-tools set to manually installed. +2025-01-14 22:20:59.931 | vlan is already the newest version (2.0.5ubuntu5). +2025-01-14 22:20:59.932 | cryptsetup is already the newest version (2:2.4.3-1ubuntu1.2). +2025-01-14 22:20:59.932 | cryptsetup set to manually installed. +2025-01-14 22:20:59.932 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). +2025-01-14 22:20:59.932 | gawk set to manually installed. +2025-01-14 22:20:59.932 | iptables is already the newest version (1.8.7-1ubuntu5.2). +2025-01-14 22:20:59.932 | iptables set to manually installed. +2025-01-14 22:20:59.932 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). +2025-01-14 22:20:59.932 | kpartx set to manually installed. +2025-01-14 22:20:59.932 | sg3-utils is already the newest version (1.46-1ubuntu0.22.04.1). +2025-01-14 22:20:59.932 | sg3-utils set to manually installed. +2025-01-14 22:20:59.932 | sudo is already the newest version (1.9.9-1ubuntu2.4). +2025-01-14 22:20:59.932 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). +2025-01-14 22:20:59.932 | tar set to manually installed. +2025-01-14 22:20:59.932 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). +2025-01-14 22:20:59.932 | tcpdump set to manually installed. +2025-01-14 22:20:59.932 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). +2025-01-14 22:20:59.932 | uuid-runtime set to manually installed. +2025-01-14 22:20:59.932 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). +2025-01-14 22:20:59.933 | zlib1g-dev set to manually installed. +2025-01-14 22:20:59.933 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). +2025-01-14 22:20:59.933 | The following additional packages will be installed: +2025-01-14 22:20:59.933 | apache2-bin apache2-data apache2-utils autoconf automake autopoint +2025-01-14 22:20:59.933 | autotools-dev clang-14 comerr-dev dconf-gsettings-backend dconf-service +2025-01-14 22:20:59.933 | debhelper debugedit dh-autoreconf dh-strip-nondeterminism dwz fontconfig +2025-01-14 22:20:59.933 | fontconfig-config fonts-dejavu-core g++-11 gir1.2-freedesktop +2025-01-14 22:20:59.933 | glib-networking glib-networking-common glib-networking-services +2025-01-14 22:20:59.933 | gsettings-desktop-schemas icu-devtools intltool-debian krb5-multidev +2025-01-14 22:20:59.933 | lib32gcc-s1 lib32stdc++6 libann0 libapr1 libapr1-dev libaprutil1 +2025-01-14 22:20:59.933 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap libarchive-zip-perl +2025-01-14 22:20:59.933 | libc6-i386 libcairo2 libcdt5 libcgraph6 libclang-common-14-dev +2025-01-14 22:20:59.933 | libclang-cpp14 libclang1-14 libcom-err2 libcurl4 libdatrie1 libdconf1 +2025-01-14 22:20:59.933 | libdebhelper-perl libdeflate0 libfile-stripnondeterminism-perl +2025-01-14 22:20:59.933 | libfontconfig1 libgc1 libgd3 libgraphite2-3 libgssapi-krb5-2 libgssrpc4 +2025-01-14 22:20:59.933 | libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libice6 libicu-dev libjbig0 +2025-01-14 22:20:59.934 | libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery +2025-01-14 22:20:59.934 | libjs-jquery-metadata libjs-sphinxdoc libjs-underscore libjson-perl +2025-01-14 22:20:59.934 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10 libkrb5-3 +2025-01-14 22:20:59.934 | libkrb5support0 liblab-gamut1 libldap-2.5-0 libldap-dev libllvm14 libltdl7 +2025-01-14 22:20:59.934 | liblua5.3-0 libmysqlclient21 libncurses-dev libobjc-11-dev libobjc4 +2025-01-14 22:20:59.934 | libosinfo-1.0-0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 +2025-01-14 22:20:59.934 | libpathplan4 libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda3 +2025-01-14 22:20:59.934 | libpcp-trace2 libpcp-web1 libpcp3 libpcre16-3 libpcre32-3 libpcrecpp0v5 +2025-01-14 22:20:59.934 | libpfm4 libpixman-1-0 libpq5 libproxy1v5 libpython3-dev libpython3-stdlib +2025-01-14 22:20:59.934 | libsctp-dev libsctp1 libsm6 libsoup2.4-1 libsoup2.4-common libssl3 +2025-01-14 22:20:59.934 | libstdc++-11-dev libsub-override-perl libsysfs2 libthai-data libthai0 +2025-01-14 22:20:59.934 | libtiff5 libtinfo-dev libtool liburing2 libwebp7 libxaw7 libxcb-render0 +2025-01-14 22:20:59.934 | libxcb-shm0 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-14 +2025-01-14 22:20:59.934 | llvm-14-dev llvm-14-linker-tools llvm-14-runtime llvm-14-tools m4 mailcap +2025-01-14 22:20:59.934 | mime-support mysql-common ncal openssh-client openssh-sftp-server osinfo-db +2025-01-14 22:20:59.934 | pcp-conf po-debconf postgresql-client-14 postgresql-client-common +2025-01-14 22:20:59.934 | postgresql-common postgresql-server-dev-14 python3 python3-minimal +2025-01-14 22:20:59.934 | python3-pcp python3-pygments python3.10-venv session-migration ssl-cert +2025-01-14 22:20:59.935 | uuid-dev x11-common +2025-01-14 22:20:59.935 | Suggested packages: +2025-01-14 22:20:59.935 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser +2025-01-14 22:20:59.935 | autoconf-archive gnu-standards autoconf-doc calendar whois vacation +2025-01-14 22:20:59.935 | mailutils clang-14-doc doc-base dh-make g++-multilib g++-11-multilib +2025-01-14 22:20:59.935 | gcc-11-doc wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev +2025-01-14 22:20:59.935 | git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb +2025-01-14 22:20:59.935 | git-cvs git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc +2025-01-14 22:20:59.935 | krb5-doc libgd-tools krb5-user icu-doc ncurses-doc libosinfo-l10n +2025-01-14 22:20:59.935 | postgresql-doc-14 lksctp-tools libssl-doc libstdc++-11-doc libtool-doc +2025-01-14 22:20:59.935 | gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-14-doc m4-doc +2025-01-14 22:20:59.935 | libanyevent-perl libcache-memcached-perl libmemcached libyaml-perl keychain +2025-01-14 22:20:59.935 | libpam-ssh monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl +2025-01-14 22:20:59.935 | bpftrace python3-bpfcc redis-server cpufrequtils wireless-tools radeontool +2025-01-14 22:20:59.935 | libmail-box-perl postgresql-14 python3-doc python3-tk default-mysql-server +2025-01-14 22:20:59.935 | | virtual-mysql-server python-pygments-doc ttf-bitstream-vera debootstrap +2025-01-14 22:20:59.935 | sqlite3-doc zip +2025-01-14 22:20:59.936 | Recommended packages: +2025-01-14 22:20:59.936 | dns-root-data fonts-liberation libarchive-cpio-perl libgts-bin +2025-01-14 22:20:59.936 | javascript-common libjson-xs-perl krb5-locales libltdl-dev binfmt-support +2025-01-14 22:20:59.936 | libpcp-pmda-perl vbetool libmail-sendmail-perl qemu-block-extra +2025-01-14 22:21:00.025 | The following NEW packages will be installed: +2025-01-14 22:21:00.025 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf +2025-01-14 22:21:00.025 | automake autopoint autotools-dev bsdmainutils clang-14 comerr-dev conntrack +2025-01-14 22:21:00.025 | dconf-gsettings-backend dconf-service debhelper debugedit dh-autoreconf +2025-01-14 22:21:00.025 | dh-strip-nondeterminism dnsmasq-base dnsmasq-utils dwz ebtables fontconfig +2025-01-14 22:21:00.025 | fontconfig-config fonts-dejavu-core g++ g++-11 genisoimage gettext +2025-01-14 22:21:00.025 | gir1.2-freedesktop gir1.2-libosinfo-1.0 glib-networking +2025-01-14 22:21:00.025 | glib-networking-common glib-networking-services graphviz +2025-01-14 22:21:00.025 | gsettings-desktop-schemas haproxy icu-devtools intltool-debian +2025-01-14 22:21:00.026 | iputils-arping krb5-multidev lib32gcc-s1 lib32stdc++6 libann0 +2025-01-14 22:21:00.026 | libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 +2025-01-14 22:21:00.026 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap libarchive-zip-perl +2025-01-14 22:21:00.026 | libc6-i386 libcairo2 libcdt5 libcgraph6 libclang-common-14-dev +2025-01-14 22:21:00.026 | libclang-cpp14 libclang1-14 libdatrie1 libdconf1 libdebhelper-perl +2025-01-14 22:21:00.026 | libdeflate0 libffi-dev libfile-stripnondeterminism-perl libfontconfig1 +2025-01-14 22:21:00.026 | libgc1 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 libgvc6 libgvpr2 +2025-01-14 22:21:00.026 | libharfbuzz0b libice6 libicu-dev libjbig0 libjpeg-dev libjpeg-turbo8 +2025-01-14 22:21:00.026 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata +2025-01-14 22:21:00.026 | libjs-jquery-tablesorter libjs-sphinxdoc libjs-underscore libjson-perl +2025-01-14 22:21:00.026 | libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10 libkrb5-dev liblab-gamut1 +2025-01-14 22:21:00.026 | libldap-dev libldap2-dev libllvm14 libltdl7 liblua5.3-0 libmysqlclient21 +2025-01-14 22:21:00.026 | libncurses-dev libobjc-11-dev libobjc4 libosinfo-1.0-0 libpango-1.0-0 +2025-01-14 22:21:00.026 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 +2025-01-14 22:21:00.026 | libpcp-import1 libpcp-mmv1 libpcp-pmda3 libpcp-trace2 libpcp-web1 libpcp3 +2025-01-14 22:21:00.026 | libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpfm4 libpixman-1-0 +2025-01-14 22:21:00.026 | libpq-dev libpq5 libproxy1v5 libpython3-dev libsasl2-dev libsctp-dev +2025-01-14 22:21:00.026 | libsctp1 libsm6 libsoup2.4-1 libsoup2.4-common libssl-dev libstdc++-11-dev +2025-01-14 22:21:00.027 | libsub-override-perl libsysfs2 libsystemd-dev libthai-data libthai0 libtiff5 +2025-01-14 22:21:00.027 | libtinfo-dev libtool liburing2 libwebp7 libxaw7 libxcb-render0 libxcb-shm0 +2025-01-14 22:21:00.027 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev +2025-01-14 22:21:00.027 | libz3-4 libz3-dev llvm-14 llvm-14-dev llvm-14-linker-tools llvm-14-runtime +2025-01-14 22:21:00.027 | llvm-14-tools lsscsi m4 mailcap memcached mime-support mysql-common ncal +2025-01-14 22:21:00.027 | osinfo-db pcp pcp-conf pkg-config pm-utils po-debconf postgresql-client-14 +2025-01-14 22:21:00.027 | postgresql-client-common postgresql-common postgresql-server-dev-14 +2025-01-14 22:21:00.027 | postgresql-server-dev-all python3-dev python3-mysqldb python3-pcp +2025-01-14 22:21:00.027 | python3-pygments python3-venv python3.10-venv qemu-utils session-migration +2025-01-14 22:21:00.027 | socat sqlite3 ssl-cert sysfsutils unzip uuid-dev x11-common +2025-01-14 22:21:00.027 | The following packages will be upgraded: +2025-01-14 22:21:00.027 | curl git libcom-err2 libcurl4 libgssapi-krb5-2 libk5crypto3 libkrb5-3 +2025-01-14 22:21:00.027 | libkrb5support0 libldap-2.5-0 libpython3-stdlib libssl3 openssh-client +2025-01-14 22:21:00.027 | openssh-server openssh-sftp-server openssl python3 python3-minimal wget +2025-01-14 22:21:00.340 | 18 upgraded, 194 newly installed, 0 to remove and 74 not upgraded. +2025-01-14 22:21:00.340 | Need to get 185 MB of archives. +2025-01-14 22:21:00.340 | After this operation, 902 MB of additional disk space will be used. +2025-01-14 22:21:00.340 | Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] +2025-01-14 22:21:00.365 | Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 git amd64 1:2.34.1-1ubuntu1.12 [3,165 kB] +2025-01-14 22:21:00.885 | Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] +2025-01-14 22:21:01.541 | Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6,812 B] +2025-01-14 22:21:01.806 | Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1 amd64 1.7.0-8ubuntu0.22.04.2 [108 kB] +2025-01-14 22:21:02.543 | Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl3 amd64 3.0.2-0ubuntu1.18 [1,905 kB] +2025-01-14 22:21:06.714 | Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1 amd64 1.6.1-5ubuntu4.22.04.2 [92.8 kB] +2025-01-14 22:21:07.134 | Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-5ubuntu4.22.04.2 [11.3 kB] +2025-01-14 22:21:07.402 | Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [183 kB] +2025-01-14 22:21:08.075 | Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-ldap amd64 1.6.1-5ubuntu4.22.04.2 [9,170 B] +2025-01-14 22:21:08.342 | Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.20 [194 kB] +2025-01-14 22:21:08.947 | Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libk5crypto3 amd64 1.19.2-2ubuntu0.4 [86.3 kB] +2025-01-14 22:21:09.240 | Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5support0 amd64 1.19.2-2ubuntu0.4 [32.3 kB] +2025-01-14 22:21:09.545 | Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-3 amd64 1.19.2-2ubuntu0.4 [356 kB] +2025-01-14 22:21:10.101 | Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssapi-krb5-2 amd64 1.19.2-2ubuntu0.4 [144 kB] +2025-01-14 22:21:10.482 | Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcom-err2 amd64 1.46.5-2ubuntu1.2 [9,304 B] +2025-01-14 22:21:10.749 | Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] +2025-01-14 22:21:11.383 | Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-0 amd64 5.3.6-1build1 [140 kB] +2025-01-14 22:21:11.690 | Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-bin amd64 2.4.52-1ubuntu4.12 [1,348 kB] +2025-01-14 22:21:13.360 | Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-data all 2.4.52-1ubuntu4.12 [165 kB] +2025-01-14 22:21:13.674 | Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-utils amd64 2.4.52-1ubuntu4.12 [89.1 kB] +2025-01-14 22:21:13.982 | Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] +2025-01-14 22:21:14.252 | Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] +2025-01-14 22:21:14.536 | Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2 amd64 2.4.52-1ubuntu4.12 [97.9 kB] +2025-01-14 22:21:14.829 | Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 haproxy amd64 2.4.24-0ubuntu0.22.04.1 [1,648 kB] +2025-01-14 22:21:16.199 | Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 memcached amd64 1.6.14-1ubuntu0.1 [210 kB] +2025-01-14 22:21:16.526 | Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-sftp-server amd64 1:8.9p1-3ubuntu0.10 [38.9 kB] +2025-01-14 22:21:16.833 | Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-server amd64 1:8.9p1-3ubuntu0.10 [435 kB] +2025-01-14 22:21:17.402 | Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.10 [906 kB] +2025-01-14 22:21:18.446 | Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsysfs2 amd64 2.1.1-1build1 [20.1 kB] +2025-01-14 22:21:19.028 | Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 sysfsutils amd64 2.1.1-1build1 [12.8 kB] +2025-01-14 22:21:19.269 | Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.18 [1,184 kB] +2025-01-14 22:21:21.939 | Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] +2025-01-14 22:21:23.028 | Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 acl amd64 2.3.1-1 [38.5 kB] +2025-01-14 22:21:23.199 | Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB] +2025-01-14 22:21:23.462 | Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB] +2025-01-14 22:21:23.697 | Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB] +2025-01-14 22:21:24.412 | Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB] +2025-01-14 22:21:25.085 | Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB] +2025-01-14 22:21:25.702 | Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB] +2025-01-14 22:21:25.880 | Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] +2025-01-14 22:21:31.999 | Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] +2025-01-14 22:21:39.975 | Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2,101 kB] +2025-01-14 22:21:42.121 | Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgc1 amd64 1:8.0.6-1.1build1 [96.8 kB] +2025-01-14 22:21:42.288 | Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libobjc4 amd64 12.3.0-1ubuntu1~22.04 [48.6 kB] +2025-01-14 22:21:42.538 | Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libobjc-11-dev amd64 11.4.0-1ubuntu1~22.04 [196 kB] +2025-01-14 22:21:42.733 | Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-i386 amd64 2.35-0ubuntu3.8 [2,838 kB] +2025-01-14 22:21:43.927 | Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32gcc-s1 amd64 12.3.0-1ubuntu1~22.04 [63.9 kB] +2025-01-14 22:21:44.253 | Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32stdc++6 amd64 12.3.0-1ubuntu1~22.04 [740 kB] +2025-01-14 22:21:45.922 | Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-common-14-dev amd64 1:14.0.0-1ubuntu1.1 [5,975 kB] +2025-01-14 22:21:47.656 | Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-linker-tools amd64 1:14.0.0-1ubuntu1.1 [1,355 kB] +2025-01-14 22:21:48.940 | Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang1-14 amd64 1:14.0.0-1ubuntu1.1 [6,792 kB] +2025-01-14 22:21:52.697 | Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 clang-14 amd64 1:14.0.0-1ubuntu1.1 [81.2 kB] +2025-01-14 22:21:52.875 | Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB] +2025-01-14 22:21:53.063 | Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB] +2025-01-14 22:21:53.205 | Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] +2025-01-14 22:21:53.377 | Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9,532 B] +2025-01-14 22:21:53.513 | Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB] +2025-01-14 22:21:53.669 | Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5,344 B] +2025-01-14 22:21:53.804 | Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB] +2025-01-14 22:21:53.965 | Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB] +2025-01-14 22:21:54.157 | Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] +2025-01-14 22:21:54.498 | Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] +2025-01-14 22:21:54.643 | Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB] +2025-01-14 22:21:54.845 | Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB] +2025-01-14 22:21:55.431 | Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] +2025-01-14 22:21:55.589 | Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsctp1 amd64 1.0.19+dfsg-1build1 [9,370 B] +2025-01-14 22:21:55.725 | Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsctp-dev amd64 1.0.19+dfsg-1build1 [51.1 kB] +2025-01-14 22:21:55.888 | Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1-dev amd64 1.7.0-8ubuntu0.22.04.2 [741 kB] +2025-01-14 22:21:56.344 | Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-dev amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [303 kB] +2025-01-14 22:21:56.561 | Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap2-dev all 2.5.18+dfsg-0ubuntu0.22.04.2 [7,114 B] +2025-01-14 22:21:56.696 | Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-dev amd64 1.6.1-5ubuntu4.22.04.2 [402 kB] +2025-01-14 22:21:56.934 | Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-dev amd64 2.4.52-1ubuntu4.12 [191 kB] +2025-01-14 22:21:57.147 | Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ncal amd64 12.1.7+nmu3ubuntu2 [20.2 kB] +2025-01-14 22:21:57.302 | Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 bsdmainutils all 12.1.7+nmu3ubuntu2 [3,170 B] +2025-01-14 22:21:57.435 | Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 conntrack amd64 1:1.4.6-2build2 [33.5 kB] +2025-01-14 22:21:57.594 | Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdconf1 amd64 0.40.0-3 [40.5 kB] +2025-01-14 22:21:57.744 | Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 dconf-service amd64 0.40.0-3 [28.5 kB] +2025-01-14 22:21:57.900 | Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 dconf-gsettings-backend amd64 0.40.0-3 [22.8 kB] +2025-01-14 22:21:58.043 | Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dnsmasq-base amd64 2.90-0ubuntu0.22.04.1 [374 kB] +2025-01-14 22:21:58.275 | Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dnsmasq-utils amd64 2.90-0ubuntu0.22.04.1 [13.3 kB] +2025-01-14 22:21:58.413 | Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 ebtables amd64 2.0.11-4build2 [84.9 kB] +2025-01-14 22:21:58.584 | Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1,041 kB] +2025-01-14 22:21:59.104 | Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] +2025-01-14 22:21:59.261 | Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] +2025-01-14 22:21:59.440 | Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] +2025-01-14 22:21:59.628 | Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB] +2025-01-14 22:22:02.238 | Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1,412 B] +2025-01-14 22:22:02.390 | Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 genisoimage amd64 9:1.1.11-3.2ubuntu1 [370 kB] +2025-01-14 22:22:02.581 | Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-freedesktop amd64 1.72.0-1 [22.3 kB] +2025-01-14 22:22:02.738 | Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproxy1v5 amd64 0.4.17-2 [51.9 kB] +2025-01-14 22:22:02.879 | Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-common all 2.72.0-1 [3,718 B] +2025-01-14 22:22:03.031 | Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-services amd64 2.72.0-1 [9,982 B] +2025-01-14 22:22:03.164 | Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 session-migration amd64 0.3.6 [9,774 B] +2025-01-14 22:22:03.318 | Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 gsettings-desktop-schemas all 42.0-1ubuntu1 [31.1 kB] +2025-01-14 22:22:03.455 | Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking amd64 2.72.0-1 [69.8 kB] +2025-01-14 22:22:03.622 | Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] +2025-01-14 22:22:03.758 | Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] +2025-01-14 22:22:03.914 | Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] +2025-01-14 22:22:04.053 | Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] +2025-01-14 22:22:04.233 | Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2,264 B] +2025-01-14 22:22:04.370 | Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] +2025-01-14 22:22:04.537 | Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] +2025-01-14 22:22:04.674 | Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] +2025-01-14 22:22:04.869 | Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.10 [185 kB] +2025-01-14 22:22:05.031 | Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] +2025-01-14 22:22:05.190 | Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] +2025-01-14 22:22:05.343 | Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] +2025-01-14 22:22:05.529 | Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB] +2025-01-14 22:22:05.846 | Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] +2025-01-14 22:22:06.000 | Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] +2025-01-14 22:22:06.134 | Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] +2025-01-14 22:22:06.289 | Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] +2025-01-14 22:22:06.521 | Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] +2025-01-14 22:22:06.681 | Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] +2025-01-14 22:22:06.826 | Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.1 [352 kB] +2025-01-14 22:22:07.054 | Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] +2025-01-14 22:22:07.212 | Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] +2025-01-14 22:22:07.367 | Get:119 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] +2025-01-14 22:22:07.503 | Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] +2025-01-14 22:22:07.702 | Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangoft2-1.0-0 amd64 1.50.6+ds-2ubuntu1 [54.0 kB] +2025-01-14 22:22:07.845 | Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangocairo-1.0-0 amd64 1.50.6+ds-2ubuntu1 [39.8 kB] +2025-01-14 22:22:08.005 | Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] +2025-01-14 22:22:08.141 | Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] +2025-01-14 22:22:08.444 | Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] +2025-01-14 22:22:08.606 | Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] +2025-01-14 22:22:09.142 | Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] +2025-01-14 22:22:09.279 | Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] +2025-01-14 22:22:09.437 | Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] +2025-01-14 22:22:09.573 | Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] +2025-01-14 22:22:09.757 | Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] +2025-01-14 22:22:09.896 | Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] +2025-01-14 22:22:10.082 | Get:133 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] +2025-01-14 22:22:10.318 | Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] +2025-01-14 22:22:10.506 | Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 iputils-arping amd64 3:20211215-1 [16.3 kB] +2025-01-14 22:22:10.641 | Get:136 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssrpc4 amd64 1.19.2-2ubuntu0.4 [58.7 kB] +2025-01-14 22:22:10.803 | Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkdb5-10 amd64 1.19.2-2ubuntu0.4 [40.4 kB] +2025-01-14 22:22:10.942 | Get:138 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkadm5srv-mit12 amd64 1.19.2-2ubuntu0.4 [54.7 kB] +2025-01-14 22:22:11.104 | Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkadm5clnt-mit12 amd64 1.19.2-2ubuntu0.4 [41.9 kB] +2025-01-14 22:22:11.243 | Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 comerr-dev amd64 2.1-1.46.5-2ubuntu1.2 [41.0 kB] +2025-01-14 22:22:11.402 | Get:141 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 krb5-multidev amd64 1.19.2-2ubuntu0.4 [125 kB] +2025-01-14 22:22:11.554 | Get:142 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] +2025-01-14 22:22:13.409 | Get:143 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] +2025-01-14 22:22:13.583 | Get:144 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] +2025-01-14 22:22:13.734 | Get:145 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-dev amd64 8c-2ubuntu10 [1,472 B] +2025-01-14 22:22:13.868 | Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB] +2025-01-14 22:22:14.060 | Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjs-jquery-metadata all 12-3 [7,096 B] +2025-01-14 22:22:14.194 | Get:148 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-3 [193 kB] +2025-01-14 22:22:14.368 | Get:149 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB] +2025-01-14 22:22:14.519 | Get:150 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB] +2025-01-14 22:22:14.689 | Get:151 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB] +2025-01-14 22:22:14.834 | Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] +2025-01-14 22:22:14.987 | Get:153 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.40-0ubuntu0.22.04.1 [1,308 kB] +2025-01-14 22:22:15.324 | Get:154 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] +2025-01-14 22:22:15.524 | Get:155 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre16-3 amd64 2:8.39-13ubuntu0.22.04.1 [164 kB] +2025-01-14 22:22:15.681 | Get:156 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre32-3 amd64 2:8.39-13ubuntu0.22.04.1 [155 kB] +2025-01-14 22:22:15.851 | Get:157 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-13ubuntu0.22.04.1 [16.5 kB] +2025-01-14 22:22:15.987 | Get:158 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre3-dev amd64 2:8.39-13ubuntu0.22.04.1 [579 kB] +2025-01-14 22:22:16.210 | Get:159 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq5 amd64 14.15-0ubuntu0.22.04.1 [150 kB] +2025-01-14 22:22:16.367 | Get:160 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.18 [2,375 kB] +2025-01-14 22:22:16.821 | Get:161 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq-dev amd64 14.15-0ubuntu0.22.04.1 [147 kB] +2025-01-14 22:22:16.976 | Get:162 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04.1 [7,064 B] +2025-01-14 22:22:17.129 | Get:163 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg2-3ubuntu1.2 [248 kB] +2025-01-14 22:22:17.299 | Get:164 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-common all 2.74.2-3ubuntu0.1 [4,070 B] +2025-01-14 22:22:17.452 | Get:165 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-1 amd64 2.74.2-3ubuntu0.1 [288 kB] +2025-01-14 22:22:17.629 | Get:166 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.12 [306 kB] +2025-01-14 22:22:17.820 | Get:167 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtinfo-dev amd64 6.3-2ubuntu0.1 [780 B] +2025-01-14 22:22:17.954 | Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburing2 amd64 2.1-2build1 [10.3 kB] +2025-01-14 22:22:18.107 | Get:169 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.4 [804 kB] +2025-01-14 22:22:18.363 | Get:170 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.1 [219 kB] +2025-01-14 22:22:18.543 | Get:171 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] +2025-01-14 22:22:18.751 | Get:172 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] +2025-01-14 22:22:18.927 | Get:173 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] +2025-01-14 22:22:20.698 | Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] +2025-01-14 22:22:20.841 | Get:175 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] +2025-01-14 22:22:21.086 | Get:176 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] +2025-01-14 22:22:21.283 | Get:177 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] +2025-01-14 22:22:22.170 | Get:178 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] +2025-01-14 22:22:22.312 | Get:179 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-dev amd64 1:14.0.0-1ubuntu1.1 [37.8 MB] +2025-01-14 22:22:27.680 | Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsscsi amd64 0.31-1build2 [48.5 kB] +2025-01-14 22:22:27.830 | Get:181 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 osinfo-db all 0.20240523-0ubuntu0.22.04.1 [166 kB] +2025-01-14 22:22:27.987 | Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] +2025-01-14 22:22:28.129 | Get:183 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] +2025-01-14 22:22:28.273 | Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 postgresql-client-common all 238 [29.6 kB] +2025-01-14 22:22:28.412 | Get:185 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 postgresql-client-14 amd64 14.15-0ubuntu0.22.04.1 [1,225 kB] +2025-01-14 22:22:28.712 | Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 ssl-cert all 1.1.2 [17.4 kB] +2025-01-14 22:22:28.852 | Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 postgresql-common all 238 [169 kB] +2025-01-14 22:22:29.010 | Get:188 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 postgresql-server-dev-14 amd64 14.15-0ubuntu0.22.04.1 [1,181 kB] +2025-01-14 22:22:29.297 | Get:189 http://archive.ubuntu.com/ubuntu jammy/universe amd64 postgresql-server-dev-all amd64 238 [14.0 kB] +2025-01-14 22:22:29.435 | Get:190 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04.1 [26.0 kB] +2025-01-14 22:22:29.574 | Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-mysqldb amd64 1.4.6-1build1 [48.8 kB] +2025-01-14 22:22:29.716 | Get:192 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3.10-venv amd64 3.10.12-1~22.04.7 [5,718 B] +2025-01-14 22:22:29.855 | Get:193 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-venv amd64 3.10.6-1~22.04.1 [1,042 B] +2025-01-14 22:22:29.994 | Get:194 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-utils amd64 1:6.2+dfsg-2ubuntu6.24 [1,526 kB] +2025-01-14 22:22:30.326 | Get:195 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 sqlite3 amd64 3.37.2-2ubuntu0.3 [768 kB] +2025-01-14 22:22:30.560 | Get:196 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] +2025-01-14 22:22:30.719 | Get:197 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libosinfo-1.0-0 amd64 1.8.0-1 [85.3 kB] +2025-01-14 22:22:30.866 | Get:198 http://archive.ubuntu.com/ubuntu jammy/universe amd64 gir1.2-libosinfo-1.0 amd64 1.8.0-1 [16.1 kB] +2025-01-14 22:22:31.005 | Get:199 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.52-1ubuntu4.12 [984 B] +2025-01-14 22:22:31.236 | Get:200 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-dev amd64 1.19.2-2ubuntu0.4 [12.0 kB] +2025-01-14 22:22:31.375 | Get:201 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pcp-conf amd64 5.3.6-1build1 [19.3 kB] +2025-01-14 22:22:31.514 | Get:202 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp3 amd64 5.3.6-1build1 [311 kB] +2025-01-14 22:22:31.691 | Get:203 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-gui2 amd64 5.3.6-1build1 [12.4 kB] +2025-01-14 22:22:31.830 | Get:204 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-import1 amd64 5.3.6-1build1 [17.0 kB] +2025-01-14 22:22:31.969 | Get:205 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-mmv1 amd64 5.3.6-1build1 [13.8 kB] +2025-01-14 22:22:32.107 | Get:206 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-pmda3 amd64 5.3.6-1build1 [44.5 kB] +2025-01-14 22:22:32.249 | Get:207 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-trace2 amd64 5.3.6-1build1 [17.2 kB] +2025-01-14 22:22:32.388 | Get:208 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-web1 amd64 5.3.6-1build1 [211 kB] +2025-01-14 22:22:32.551 | Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-dev amd64 0.2.2-1build2 [62.8 kB] +2025-01-14 22:22:32.695 | Get:210 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pcp amd64 5.3.6-1build1 [74.3 kB] +2025-01-14 22:22:32.840 | Get:211 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pcp amd64 5.3.6-1build1 [2,619 kB] +2025-01-14 22:22:33.312 | Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] +2025-01-14 22:22:34.492 | Preconfiguring packages ... +2025-01-14 22:22:34.612 | Fetched 185 MB in 1min 34s (1,974 kB/s) +2025-01-14 22:22:34.673 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49600 files and directories currently installed.) +2025-01-14 22:22:34.674 | Preparing to unpack .../python3-minimal_3.10.6-1~22.04.1_amd64.deb ... +2025-01-14 22:22:34.696 | Unpacking python3-minimal (3.10.6-1~22.04.1) over (3.10.6-1~22.04) ... +2025-01-14 22:22:34.753 | Setting up python3-minimal (3.10.6-1~22.04.1) ... +2025-01-14 22:22:35.014 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49600 files and directories currently installed.) +2025-01-14 22:22:35.015 | Preparing to unpack .../python3_3.10.6-1~22.04.1_amd64.deb ... +2025-01-14 22:22:35.114 | Unpacking python3 (3.10.6-1~22.04.1) over (3.10.6-1~22.04) ... +2025-01-14 22:22:35.168 | Preparing to unpack .../libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ... +2025-01-14 22:22:35.175 | Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) over (3.10.6-1~22.04) ... +2025-01-14 22:22:35.213 | Selecting previously unselected package libapr1:amd64. +2025-01-14 22:22:35.220 | Preparing to unpack .../libapr1_1.7.0-8ubuntu0.22.04.2_amd64.deb ... +2025-01-14 22:22:35.225 | Unpacking libapr1:amd64 (1.7.0-8ubuntu0.22.04.2) ... +2025-01-14 22:22:35.283 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.18_amd64.deb ... +2025-01-14 22:22:35.290 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.15) ... +2025-01-14 22:22:35.373 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.18) ... +2025-01-14 22:22:35.527 | Selecting previously unselected package libaprutil1:amd64. +2025-01-14 22:22:35.550 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49607 files and directories currently installed.) +2025-01-14 22:22:35.551 | Preparing to unpack .../0-libaprutil1_1.6.1-5ubuntu4.22.04.2_amd64.deb ... +2025-01-14 22:22:35.553 | Unpacking libaprutil1:amd64 (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:22:35.589 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. +2025-01-14 22:22:35.595 | Preparing to unpack .../1-libaprutil1-dbd-sqlite3_1.6.1-5ubuntu4.22.04.2_amd64.deb ... +2025-01-14 22:22:35.597 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:22:35.646 | Preparing to unpack .../2-libldap-2.5-0_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb ... +2025-01-14 22:22:35.652 | Unpacking libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) over (2.5.17+dfsg-0ubuntu0.22.04.1) ... +2025-01-14 22:22:35.690 | Selecting previously unselected package libaprutil1-ldap:amd64. +2025-01-14 22:22:35.695 | Preparing to unpack .../3-libaprutil1-ldap_1.6.1-5ubuntu4.22.04.2_amd64.deb ... +2025-01-14 22:22:35.697 | Unpacking libaprutil1-ldap:amd64 (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:22:35.730 | Preparing to unpack .../4-curl_7.81.0-1ubuntu1.20_amd64.deb ... +2025-01-14 22:22:35.735 | Unpacking curl (7.81.0-1ubuntu1.20) over (7.81.0-1ubuntu1.16) ... +2025-01-14 22:22:35.776 | Preparing to unpack .../5-libk5crypto3_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:35.782 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.4) over (1.19.2-2ubuntu0.3) ... +2025-01-14 22:22:35.828 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:35.883 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49633 files and directories currently installed.) +2025-01-14 22:22:35.884 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:35.889 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.4) over (1.19.2-2ubuntu0.3) ... +2025-01-14 22:22:35.934 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:36.006 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49633 files and directories currently installed.) +2025-01-14 22:22:36.007 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:36.014 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.4) over (1.19.2-2ubuntu0.3) ... +2025-01-14 22:22:36.077 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:36.145 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49633 files and directories currently installed.) +2025-01-14 22:22:36.145 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:36.152 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.4) over (1.19.2-2ubuntu0.3) ... +2025-01-14 22:22:36.205 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:36.280 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49633 files and directories currently installed.) +2025-01-14 22:22:36.281 | Preparing to unpack .../libcom-err2_1.46.5-2ubuntu1.2_amd64.deb ... +2025-01-14 22:22:36.288 | Unpacking libcom-err2:amd64 (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... +2025-01-14 22:22:36.344 | Setting up libcom-err2:amd64 (1.46.5-2ubuntu1.2) ... +2025-01-14 22:22:36.426 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49633 files and directories currently installed.) +2025-01-14 22:22:36.427 | Preparing to unpack .../000-libcurl4_7.81.0-1ubuntu1.20_amd64.deb ... +2025-01-14 22:22:36.434 | Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.20) over (7.81.0-1ubuntu1.16) ... +2025-01-14 22:22:36.474 | Selecting previously unselected package liblua5.3-0:amd64. +2025-01-14 22:22:36.478 | Preparing to unpack .../001-liblua5.3-0_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:36.480 | Unpacking liblua5.3-0:amd64 (5.3.6-1build1) ... +2025-01-14 22:22:36.511 | Selecting previously unselected package apache2-bin. +2025-01-14 22:22:36.516 | Preparing to unpack .../002-apache2-bin_2.4.52-1ubuntu4.12_amd64.deb ... +2025-01-14 22:22:36.518 | Unpacking apache2-bin (2.4.52-1ubuntu4.12) ... +2025-01-14 22:22:36.587 | Selecting previously unselected package apache2-data. +2025-01-14 22:22:36.592 | Preparing to unpack .../003-apache2-data_2.4.52-1ubuntu4.12_all.deb ... +2025-01-14 22:22:36.594 | Unpacking apache2-data (2.4.52-1ubuntu4.12) ... +2025-01-14 22:22:36.669 | Selecting previously unselected package apache2-utils. +2025-01-14 22:22:36.675 | Preparing to unpack .../004-apache2-utils_2.4.52-1ubuntu4.12_amd64.deb ... +2025-01-14 22:22:36.676 | Unpacking apache2-utils (2.4.52-1ubuntu4.12) ... +2025-01-14 22:22:36.713 | Selecting previously unselected package mailcap. +2025-01-14 22:22:36.719 | Preparing to unpack .../005-mailcap_3.70+nmu1ubuntu1_all.deb ... +2025-01-14 22:22:36.720 | Unpacking mailcap (3.70+nmu1ubuntu1) ... +2025-01-14 22:22:36.754 | Selecting previously unselected package mime-support. +2025-01-14 22:22:36.759 | Preparing to unpack .../006-mime-support_3.66_all.deb ... +2025-01-14 22:22:36.761 | Unpacking mime-support (3.66) ... +2025-01-14 22:22:36.801 | Selecting previously unselected package apache2. +2025-01-14 22:22:36.811 | Preparing to unpack .../007-apache2_2.4.52-1ubuntu4.12_amd64.deb ... +2025-01-14 22:22:36.823 | Unpacking apache2 (2.4.52-1ubuntu4.12) ... +2025-01-14 22:22:36.897 | Selecting previously unselected package haproxy. +2025-01-14 22:22:36.902 | Preparing to unpack .../008-haproxy_2.4.24-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:36.915 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.1) ... +2025-01-14 22:22:36.985 | Selecting previously unselected package memcached. +2025-01-14 22:22:36.996 | Preparing to unpack .../009-memcached_1.6.14-1ubuntu0.1_amd64.deb ... +2025-01-14 22:22:36.999 | Unpacking memcached (1.6.14-1ubuntu0.1) ... +2025-01-14 22:22:37.064 | Preparing to unpack .../010-git_1%3a2.34.1-1ubuntu1.12_amd64.deb ... +2025-01-14 22:22:37.096 | Unpacking git (1:2.34.1-1ubuntu1.12) over (1:2.34.1-1ubuntu1.11) ... +2025-01-14 22:22:37.379 | Preparing to unpack .../011-openssh-sftp-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... +2025-01-14 22:22:37.386 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.10) over (1:8.9p1-3ubuntu0.7) ... +2025-01-14 22:22:37.438 | Preparing to unpack .../012-openssh-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... +2025-01-14 22:22:37.485 | Unpacking openssh-server (1:8.9p1-3ubuntu0.10) over (1:8.9p1-3ubuntu0.7) ... +2025-01-14 22:22:37.564 | Preparing to unpack .../013-openssh-client_1%3a8.9p1-3ubuntu0.10_amd64.deb ... +2025-01-14 22:22:37.595 | Unpacking openssh-client (1:8.9p1-3ubuntu0.10) over (1:8.9p1-3ubuntu0.7) ... +2025-01-14 22:22:37.665 | Selecting previously unselected package libsysfs2:amd64. +2025-01-14 22:22:37.676 | Preparing to unpack .../014-libsysfs2_2.1.1-1build1_amd64.deb ... +2025-01-14 22:22:37.679 | Unpacking libsysfs2:amd64 (2.1.1-1build1) ... +2025-01-14 22:22:37.709 | Selecting previously unselected package sysfsutils. +2025-01-14 22:22:37.714 | Preparing to unpack .../015-sysfsutils_2.1.1-1build1_amd64.deb ... +2025-01-14 22:22:37.715 | Unpacking sysfsutils (2.1.1-1build1) ... +2025-01-14 22:22:37.748 | Preparing to unpack .../016-openssl_3.0.2-0ubuntu1.18_amd64.deb ... +2025-01-14 22:22:37.753 | Unpacking openssl (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.15) ... +2025-01-14 22:22:37.864 | Preparing to unpack .../017-wget_1.21.2-2ubuntu1.1_amd64.deb ... +2025-01-14 22:22:37.870 | Unpacking wget (1.21.2-2ubuntu1.1) over (1.21.2-2ubuntu1) ... +2025-01-14 22:22:37.912 | Selecting previously unselected package acl. +2025-01-14 22:22:37.917 | Preparing to unpack .../018-acl_2.3.1-1_amd64.deb ... +2025-01-14 22:22:37.919 | Unpacking acl (2.3.1-1) ... +2025-01-14 22:22:37.950 | Selecting previously unselected package autotools-dev. +2025-01-14 22:22:37.955 | Preparing to unpack .../019-autotools-dev_20220109.1_all.deb ... +2025-01-14 22:22:37.957 | Unpacking autotools-dev (20220109.1) ... +2025-01-14 22:22:37.990 | Selecting previously unselected package m4. +2025-01-14 22:22:37.995 | Preparing to unpack .../020-m4_1.4.18-5ubuntu2_amd64.deb ... +2025-01-14 22:22:37.997 | Unpacking m4 (1.4.18-5ubuntu2) ... +2025-01-14 22:22:38.038 | Selecting previously unselected package autoconf. +2025-01-14 22:22:38.043 | Preparing to unpack .../021-autoconf_2.71-2_all.deb ... +2025-01-14 22:22:38.045 | Unpacking autoconf (2.71-2) ... +2025-01-14 22:22:38.095 | Selecting previously unselected package automake. +2025-01-14 22:22:38.100 | Preparing to unpack .../022-automake_1%3a1.16.5-1.3_all.deb ... +2025-01-14 22:22:38.105 | Unpacking automake (1:1.16.5-1.3) ... +2025-01-14 22:22:38.162 | Selecting previously unselected package autopoint. +2025-01-14 22:22:38.167 | Preparing to unpack .../023-autopoint_0.21-4ubuntu4_all.deb ... +2025-01-14 22:22:38.170 | Unpacking autopoint (0.21-4ubuntu4) ... +2025-01-14 22:22:38.206 | Selecting previously unselected package libdebhelper-perl. +2025-01-14 22:22:38.212 | Preparing to unpack .../024-libdebhelper-perl_13.6ubuntu1_all.deb ... +2025-01-14 22:22:38.215 | Unpacking libdebhelper-perl (13.6ubuntu1) ... +2025-01-14 22:22:38.266 | Selecting previously unselected package libllvm14:amd64. +2025-01-14 22:22:38.276 | Preparing to unpack .../025-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:38.278 | Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:38.747 | Selecting previously unselected package libclang-cpp14. +2025-01-14 22:22:38.747 | Preparing to unpack .../026-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:38.749 | Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:39.018 | Selecting previously unselected package libstdc++-11-dev:amd64. +2025-01-14 22:22:39.027 | Preparing to unpack .../027-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... +2025-01-14 22:22:39.030 | Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... +2025-01-14 22:22:39.248 | Selecting previously unselected package libgc1:amd64. +2025-01-14 22:22:39.253 | Preparing to unpack .../028-libgc1_1%3a8.0.6-1.1build1_amd64.deb ... +2025-01-14 22:22:39.255 | Unpacking libgc1:amd64 (1:8.0.6-1.1build1) ... +2025-01-14 22:22:39.292 | Selecting previously unselected package libobjc4:amd64. +2025-01-14 22:22:39.298 | Preparing to unpack .../029-libobjc4_12.3.0-1ubuntu1~22.04_amd64.deb ... +2025-01-14 22:22:39.301 | Unpacking libobjc4:amd64 (12.3.0-1ubuntu1~22.04) ... +2025-01-14 22:22:39.335 | Selecting previously unselected package libobjc-11-dev:amd64. +2025-01-14 22:22:39.341 | Preparing to unpack .../030-libobjc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... +2025-01-14 22:22:39.344 | Unpacking libobjc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... +2025-01-14 22:22:39.391 | Selecting previously unselected package libc6-i386. +2025-01-14 22:22:39.398 | Preparing to unpack .../031-libc6-i386_2.35-0ubuntu3.8_amd64.deb ... +2025-01-14 22:22:39.401 | Unpacking libc6-i386 (2.35-0ubuntu3.8) ... +2025-01-14 22:22:39.521 | Selecting previously unselected package lib32gcc-s1. +2025-01-14 22:22:39.527 | Preparing to unpack .../032-lib32gcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb ... +2025-01-14 22:22:39.529 | Unpacking lib32gcc-s1 (12.3.0-1ubuntu1~22.04) ... +2025-01-14 22:22:39.567 | Selecting previously unselected package lib32stdc++6. +2025-01-14 22:22:39.574 | Preparing to unpack .../033-lib32stdc++6_12.3.0-1ubuntu1~22.04_amd64.deb ... +2025-01-14 22:22:39.576 | Unpacking lib32stdc++6 (12.3.0-1ubuntu1~22.04) ... +2025-01-14 22:22:39.623 | Selecting previously unselected package libclang-common-14-dev. +2025-01-14 22:22:39.629 | Preparing to unpack .../034-libclang-common-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:39.632 | Unpacking libclang-common-14-dev (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:39.948 | Selecting previously unselected package llvm-14-linker-tools. +2025-01-14 22:22:39.954 | Preparing to unpack .../035-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:39.956 | Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:40.024 | Selecting previously unselected package libclang1-14. +2025-01-14 22:22:40.031 | Preparing to unpack .../036-libclang1-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:40.034 | Unpacking libclang1-14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:40.194 | Selecting previously unselected package clang-14. +2025-01-14 22:22:40.199 | Preparing to unpack .../037-clang-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:40.202 | Unpacking clang-14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:40.253 | Selecting previously unselected package libtool. +2025-01-14 22:22:40.261 | Preparing to unpack .../038-libtool_2.4.6-15build2_all.deb ... +2025-01-14 22:22:40.263 | Unpacking libtool (2.4.6-15build2) ... +2025-01-14 22:22:40.311 | Selecting previously unselected package dh-autoreconf. +2025-01-14 22:22:40.317 | Preparing to unpack .../039-dh-autoreconf_20_all.deb ... +2025-01-14 22:22:40.320 | Unpacking dh-autoreconf (20) ... +2025-01-14 22:22:40.350 | Selecting previously unselected package libarchive-zip-perl. +2025-01-14 22:22:40.355 | Preparing to unpack .../040-libarchive-zip-perl_1.68-1_all.deb ... +2025-01-14 22:22:40.357 | Unpacking libarchive-zip-perl (1.68-1) ... +2025-01-14 22:22:40.399 | Selecting previously unselected package libsub-override-perl. +2025-01-14 22:22:40.404 | Preparing to unpack .../041-libsub-override-perl_0.09-2_all.deb ... +2025-01-14 22:22:40.406 | Unpacking libsub-override-perl (0.09-2) ... +2025-01-14 22:22:40.439 | Selecting previously unselected package libfile-stripnondeterminism-perl. +2025-01-14 22:22:40.444 | Preparing to unpack .../042-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... +2025-01-14 22:22:40.447 | Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ... +2025-01-14 22:22:40.481 | Selecting previously unselected package dh-strip-nondeterminism. +2025-01-14 22:22:40.487 | Preparing to unpack .../043-dh-strip-nondeterminism_1.13.0-1_all.deb ... +2025-01-14 22:22:40.489 | Unpacking dh-strip-nondeterminism (1.13.0-1) ... +2025-01-14 22:22:40.521 | Selecting previously unselected package debugedit. +2025-01-14 22:22:40.527 | Preparing to unpack .../044-debugedit_1%3a5.0-4build1_amd64.deb ... +2025-01-14 22:22:40.529 | Unpacking debugedit (1:5.0-4build1) ... +2025-01-14 22:22:40.566 | Selecting previously unselected package dwz. +2025-01-14 22:22:40.573 | Preparing to unpack .../045-dwz_0.14-1build2_amd64.deb ... +2025-01-14 22:22:40.576 | Unpacking dwz (0.14-1build2) ... +2025-01-14 22:22:40.612 | Selecting previously unselected package gettext. +2025-01-14 22:22:40.617 | Preparing to unpack .../046-gettext_0.21-4ubuntu4_amd64.deb ... +2025-01-14 22:22:40.620 | Unpacking gettext (0.21-4ubuntu4) ... +2025-01-14 22:22:40.681 | Selecting previously unselected package intltool-debian. +2025-01-14 22:22:40.686 | Preparing to unpack .../047-intltool-debian_0.35.0+20060710.5_all.deb ... +2025-01-14 22:22:40.688 | Unpacking intltool-debian (0.35.0+20060710.5) ... +2025-01-14 22:22:40.721 | Selecting previously unselected package po-debconf. +2025-01-14 22:22:40.726 | Preparing to unpack .../048-po-debconf_1.0.21+nmu1_all.deb ... +2025-01-14 22:22:40.728 | Unpacking po-debconf (1.0.21+nmu1) ... +2025-01-14 22:22:40.783 | Selecting previously unselected package debhelper. +2025-01-14 22:22:40.788 | Preparing to unpack .../049-debhelper_13.6ubuntu1_all.deb ... +2025-01-14 22:22:40.791 | Unpacking debhelper (13.6ubuntu1) ... +2025-01-14 22:22:40.892 | Selecting previously unselected package uuid-dev:amd64. +2025-01-14 22:22:40.897 | Preparing to unpack .../050-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... +2025-01-14 22:22:40.899 | Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... +2025-01-14 22:22:40.939 | Selecting previously unselected package libsctp1:amd64. +2025-01-14 22:22:40.946 | Preparing to unpack .../051-libsctp1_1.0.19+dfsg-1build1_amd64.deb ... +2025-01-14 22:22:40.949 | Unpacking libsctp1:amd64 (1.0.19+dfsg-1build1) ... +2025-01-14 22:22:40.984 | Selecting previously unselected package libsctp-dev:amd64. +2025-01-14 22:22:40.992 | Preparing to unpack .../052-libsctp-dev_1.0.19+dfsg-1build1_amd64.deb ... +2025-01-14 22:22:40.994 | Unpacking libsctp-dev:amd64 (1.0.19+dfsg-1build1) ... +2025-01-14 22:22:41.030 | Selecting previously unselected package libapr1-dev. +2025-01-14 22:22:41.035 | Preparing to unpack .../053-libapr1-dev_1.7.0-8ubuntu0.22.04.2_amd64.deb ... +2025-01-14 22:22:41.038 | Unpacking libapr1-dev (1.7.0-8ubuntu0.22.04.2) ... +2025-01-14 22:22:41.189 | Selecting previously unselected package libldap-dev:amd64. +2025-01-14 22:22:41.195 | Preparing to unpack .../054-libldap-dev_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb ... +2025-01-14 22:22:41.197 | Unpacking libldap-dev:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ... +2025-01-14 22:22:41.267 | Selecting previously unselected package libldap2-dev. +2025-01-14 22:22:41.273 | Preparing to unpack .../055-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ... +2025-01-14 22:22:41.275 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) ... +2025-01-14 22:22:41.307 | Selecting previously unselected package libaprutil1-dev. +2025-01-14 22:22:41.316 | Preparing to unpack .../056-libaprutil1-dev_1.6.1-5ubuntu4.22.04.2_amd64.deb ... +2025-01-14 22:22:41.319 | Unpacking libaprutil1-dev (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:22:41.450 | Selecting previously unselected package apache2-dev. +2025-01-14 22:22:41.456 | Preparing to unpack .../057-apache2-dev_2.4.52-1ubuntu4.12_amd64.deb ... +2025-01-14 22:22:41.458 | Unpacking apache2-dev (2.4.52-1ubuntu4.12) ... +2025-01-14 22:22:41.502 | Selecting previously unselected package ncal. +2025-01-14 22:22:41.508 | Preparing to unpack .../058-ncal_12.1.7+nmu3ubuntu2_amd64.deb ... +2025-01-14 22:22:41.510 | Unpacking ncal (12.1.7+nmu3ubuntu2) ... +2025-01-14 22:22:41.546 | Selecting previously unselected package bsdmainutils. +2025-01-14 22:22:41.553 | Preparing to unpack .../059-bsdmainutils_12.1.7+nmu3ubuntu2_all.deb ... +2025-01-14 22:22:41.558 | Unpacking bsdmainutils (12.1.7+nmu3ubuntu2) ... +2025-01-14 22:22:41.592 | Selecting previously unselected package conntrack. +2025-01-14 22:22:41.600 | Preparing to unpack .../060-conntrack_1%3a1.4.6-2build2_amd64.deb ... +2025-01-14 22:22:41.602 | Unpacking conntrack (1:1.4.6-2build2) ... +2025-01-14 22:22:41.645 | Selecting previously unselected package libdconf1:amd64. +2025-01-14 22:22:41.651 | Preparing to unpack .../061-libdconf1_0.40.0-3_amd64.deb ... +2025-01-14 22:22:41.653 | Unpacking libdconf1:amd64 (0.40.0-3) ... +2025-01-14 22:22:41.687 | Selecting previously unselected package dconf-service. +2025-01-14 22:22:41.693 | Preparing to unpack .../062-dconf-service_0.40.0-3_amd64.deb ... +2025-01-14 22:22:41.695 | Unpacking dconf-service (0.40.0-3) ... +2025-01-14 22:22:41.732 | Selecting previously unselected package dconf-gsettings-backend:amd64. +2025-01-14 22:22:41.742 | Preparing to unpack .../063-dconf-gsettings-backend_0.40.0-3_amd64.deb ... +2025-01-14 22:22:41.745 | Unpacking dconf-gsettings-backend:amd64 (0.40.0-3) ... +2025-01-14 22:22:41.788 | Selecting previously unselected package dnsmasq-base. +2025-01-14 22:22:41.795 | Preparing to unpack .../064-dnsmasq-base_2.90-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:41.798 | Unpacking dnsmasq-base (2.90-0ubuntu0.22.04.1) ... +2025-01-14 22:22:41.846 | Selecting previously unselected package dnsmasq-utils. +2025-01-14 22:22:41.850 | Preparing to unpack .../065-dnsmasq-utils_2.90-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:41.853 | Unpacking dnsmasq-utils (2.90-0ubuntu0.22.04.1) ... +2025-01-14 22:22:41.888 | Selecting previously unselected package ebtables. +2025-01-14 22:22:41.893 | Preparing to unpack .../066-ebtables_2.0.11-4build2_amd64.deb ... +2025-01-14 22:22:41.912 | Unpacking ebtables (2.0.11-4build2) ... +2025-01-14 22:22:41.951 | Selecting previously unselected package fonts-dejavu-core. +2025-01-14 22:22:41.958 | Preparing to unpack .../067-fonts-dejavu-core_2.37-2build1_all.deb ... +2025-01-14 22:22:41.960 | Unpacking fonts-dejavu-core (2.37-2build1) ... +2025-01-14 22:22:42.082 | Selecting previously unselected package fontconfig-config. +2025-01-14 22:22:42.089 | Preparing to unpack .../068-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... +2025-01-14 22:22:42.092 | Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... +2025-01-14 22:22:42.139 | Selecting previously unselected package libfontconfig1:amd64. +2025-01-14 22:22:42.145 | Preparing to unpack .../069-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... +2025-01-14 22:22:42.148 | Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... +2025-01-14 22:22:42.198 | Selecting previously unselected package fontconfig. +2025-01-14 22:22:42.204 | Preparing to unpack .../070-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... +2025-01-14 22:22:42.207 | Unpacking fontconfig (2.13.1-4.2ubuntu5) ... +2025-01-14 22:22:42.254 | Selecting previously unselected package g++-11. +2025-01-14 22:22:42.261 | Preparing to unpack .../071-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ... +2025-01-14 22:22:42.264 | Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... +2025-01-14 22:22:42.469 | Selecting previously unselected package g++. +2025-01-14 22:22:42.475 | Preparing to unpack .../072-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... +2025-01-14 22:22:42.477 | Unpacking g++ (4:11.2.0-1ubuntu1) ... +2025-01-14 22:22:42.507 | Selecting previously unselected package genisoimage. +2025-01-14 22:22:42.513 | Preparing to unpack .../073-genisoimage_9%3a1.1.11-3.2ubuntu1_amd64.deb ... +2025-01-14 22:22:42.515 | Unpacking genisoimage (9:1.1.11-3.2ubuntu1) ... +2025-01-14 22:22:42.561 | Selecting previously unselected package gir1.2-freedesktop:amd64. +2025-01-14 22:22:42.567 | Preparing to unpack .../074-gir1.2-freedesktop_1.72.0-1_amd64.deb ... +2025-01-14 22:22:42.569 | Unpacking gir1.2-freedesktop:amd64 (1.72.0-1) ... +2025-01-14 22:22:42.623 | Selecting previously unselected package libproxy1v5:amd64. +2025-01-14 22:22:42.628 | Preparing to unpack .../075-libproxy1v5_0.4.17-2_amd64.deb ... +2025-01-14 22:22:42.631 | Unpacking libproxy1v5:amd64 (0.4.17-2) ... +2025-01-14 22:22:42.667 | Selecting previously unselected package glib-networking-common. +2025-01-14 22:22:42.673 | Preparing to unpack .../076-glib-networking-common_2.72.0-1_all.deb ... +2025-01-14 22:22:42.675 | Unpacking glib-networking-common (2.72.0-1) ... +2025-01-14 22:22:42.707 | Selecting previously unselected package glib-networking-services. +2025-01-14 22:22:42.712 | Preparing to unpack .../077-glib-networking-services_2.72.0-1_amd64.deb ... +2025-01-14 22:22:42.715 | Unpacking glib-networking-services (2.72.0-1) ... +2025-01-14 22:22:42.750 | Selecting previously unselected package session-migration. +2025-01-14 22:22:42.757 | Preparing to unpack .../078-session-migration_0.3.6_amd64.deb ... +2025-01-14 22:22:42.760 | Unpacking session-migration (0.3.6) ... +2025-01-14 22:22:42.790 | Selecting previously unselected package gsettings-desktop-schemas. +2025-01-14 22:22:42.794 | Preparing to unpack .../079-gsettings-desktop-schemas_42.0-1ubuntu1_all.deb ... +2025-01-14 22:22:42.797 | Unpacking gsettings-desktop-schemas (42.0-1ubuntu1) ... +2025-01-14 22:22:42.843 | Selecting previously unselected package glib-networking:amd64. +2025-01-14 22:22:42.848 | Preparing to unpack .../080-glib-networking_2.72.0-1_amd64.deb ... +2025-01-14 22:22:42.850 | Unpacking glib-networking:amd64 (2.72.0-1) ... +2025-01-14 22:22:42.886 | Selecting previously unselected package libann0. +2025-01-14 22:22:42.891 | Preparing to unpack .../081-libann0_1.1.2+doc-7build1_amd64.deb ... +2025-01-14 22:22:42.894 | Unpacking libann0 (1.1.2+doc-7build1) ... +2025-01-14 22:22:42.932 | Selecting previously unselected package libcdt5:amd64. +2025-01-14 22:22:42.938 | Preparing to unpack .../082-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... +2025-01-14 22:22:42.940 | Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:42.976 | Selecting previously unselected package libcgraph6:amd64. +2025-01-14 22:22:42.983 | Preparing to unpack .../083-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... +2025-01-14 22:22:42.985 | Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:43.022 | Selecting previously unselected package libjpeg-turbo8:amd64. +2025-01-14 22:22:43.027 | Preparing to unpack .../084-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... +2025-01-14 22:22:43.029 | Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... +2025-01-14 22:22:43.065 | Selecting previously unselected package libjpeg8:amd64. +2025-01-14 22:22:43.069 | Preparing to unpack .../085-libjpeg8_8c-2ubuntu10_amd64.deb ... +2025-01-14 22:22:43.071 | Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... +2025-01-14 22:22:43.106 | Selecting previously unselected package libdeflate0:amd64. +2025-01-14 22:22:43.113 | Preparing to unpack .../086-libdeflate0_1.10-2_amd64.deb ... +2025-01-14 22:22:43.115 | Unpacking libdeflate0:amd64 (1.10-2) ... +2025-01-14 22:22:43.149 | Selecting previously unselected package libjbig0:amd64. +2025-01-14 22:22:43.155 | Preparing to unpack .../087-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:43.158 | Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... +2025-01-14 22:22:43.197 | Selecting previously unselected package libwebp7:amd64. +2025-01-14 22:22:43.204 | Preparing to unpack .../088-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... +2025-01-14 22:22:43.206 | Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... +2025-01-14 22:22:43.255 | Selecting previously unselected package libtiff5:amd64. +2025-01-14 22:22:43.263 | Preparing to unpack .../089-libtiff5_4.3.0-6ubuntu0.10_amd64.deb ... +2025-01-14 22:22:43.266 | Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.10) ... +2025-01-14 22:22:43.304 | Selecting previously unselected package libxpm4:amd64. +2025-01-14 22:22:43.309 | Preparing to unpack .../090-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... +2025-01-14 22:22:43.311 | Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... +2025-01-14 22:22:43.346 | Selecting previously unselected package libgd3:amd64. +2025-01-14 22:22:43.351 | Preparing to unpack .../091-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... +2025-01-14 22:22:43.353 | Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... +2025-01-14 22:22:43.397 | Selecting previously unselected package libgts-0.7-5:amd64. +2025-01-14 22:22:43.402 | Preparing to unpack .../092-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... +2025-01-14 22:22:43.404 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... +2025-01-14 22:22:43.452 | Selecting previously unselected package libpixman-1-0:amd64. +2025-01-14 22:22:43.461 | Preparing to unpack .../093-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:43.464 | Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... +2025-01-14 22:22:43.507 | Selecting previously unselected package libxcb-render0:amd64. +2025-01-14 22:22:43.514 | Preparing to unpack .../094-libxcb-render0_1.14-3ubuntu3_amd64.deb ... +2025-01-14 22:22:43.516 | Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ... +2025-01-14 22:22:43.545 | Selecting previously unselected package libxcb-shm0:amd64. +2025-01-14 22:22:43.551 | Preparing to unpack .../095-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... +2025-01-14 22:22:43.553 | Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... +2025-01-14 22:22:43.584 | Selecting previously unselected package libxrender1:amd64. +2025-01-14 22:22:43.591 | Preparing to unpack .../096-libxrender1_1%3a0.9.10-1build4_amd64.deb ... +2025-01-14 22:22:43.593 | Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... +2025-01-14 22:22:43.629 | Selecting previously unselected package libcairo2:amd64. +2025-01-14 22:22:43.635 | Preparing to unpack .../097-libcairo2_1.16.0-5ubuntu2_amd64.deb ... +2025-01-14 22:22:43.638 | Unpacking libcairo2:amd64 (1.16.0-5ubuntu2) ... +2025-01-14 22:22:43.686 | Selecting previously unselected package libltdl7:amd64. +2025-01-14 22:22:43.696 | Preparing to unpack .../098-libltdl7_2.4.6-15build2_amd64.deb ... +2025-01-14 22:22:43.699 | Unpacking libltdl7:amd64 (2.4.6-15build2) ... +2025-01-14 22:22:43.739 | Selecting previously unselected package libgraphite2-3:amd64. +2025-01-14 22:22:43.749 | Preparing to unpack .../099-libgraphite2-3_1.3.14-1build2_amd64.deb ... +2025-01-14 22:22:43.752 | Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ... +2025-01-14 22:22:43.800 | Selecting previously unselected package libharfbuzz0b:amd64. +2025-01-14 22:22:43.810 | Preparing to unpack .../100-libharfbuzz0b_2.7.4-1ubuntu3.1_amd64.deb ... +2025-01-14 22:22:43.813 | Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ... +2025-01-14 22:22:43.853 | Selecting previously unselected package libthai-data. +2025-01-14 22:22:43.861 | Preparing to unpack .../101-libthai-data_0.1.29-1build1_all.deb ... +2025-01-14 22:22:43.864 | Unpacking libthai-data (0.1.29-1build1) ... +2025-01-14 22:22:43.906 | Selecting previously unselected package libdatrie1:amd64. +2025-01-14 22:22:43.913 | Preparing to unpack .../102-libdatrie1_0.2.13-2_amd64.deb ... +2025-01-14 22:22:43.916 | Unpacking libdatrie1:amd64 (0.2.13-2) ... +2025-01-14 22:22:43.957 | Selecting previously unselected package libthai0:amd64. +2025-01-14 22:22:43.963 | Preparing to unpack .../103-libthai0_0.1.29-1build1_amd64.deb ... +2025-01-14 22:22:43.966 | Unpacking libthai0:amd64 (0.1.29-1build1) ... +2025-01-14 22:22:44.005 | Selecting previously unselected package libpango-1.0-0:amd64. +2025-01-14 22:22:44.014 | Preparing to unpack .../104-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... +2025-01-14 22:22:44.017 | Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... +2025-01-14 22:22:44.061 | Selecting previously unselected package libpangoft2-1.0-0:amd64. +2025-01-14 22:22:44.067 | Preparing to unpack .../105-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... +2025-01-14 22:22:44.069 | Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... +2025-01-14 22:22:44.109 | Selecting previously unselected package libpangocairo-1.0-0:amd64. +2025-01-14 22:22:44.115 | Preparing to unpack .../106-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... +2025-01-14 22:22:44.118 | Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... +2025-01-14 22:22:44.159 | Selecting previously unselected package libpathplan4:amd64. +2025-01-14 22:22:44.168 | Preparing to unpack .../107-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... +2025-01-14 22:22:44.171 | Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:44.218 | Selecting previously unselected package libgvc6. +2025-01-14 22:22:44.230 | Preparing to unpack .../108-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... +2025-01-14 22:22:44.234 | Unpacking libgvc6 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:44.281 | Selecting previously unselected package libgvpr2:amd64. +2025-01-14 22:22:44.287 | Preparing to unpack .../109-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... +2025-01-14 22:22:44.289 | Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:44.330 | Selecting previously unselected package liblab-gamut1:amd64. +2025-01-14 22:22:44.337 | Preparing to unpack .../110-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... +2025-01-14 22:22:44.340 | Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:44.395 | Selecting previously unselected package x11-common. +2025-01-14 22:22:44.401 | Preparing to unpack .../111-x11-common_1%3a7.7+23ubuntu2_all.deb ... +2025-01-14 22:22:44.404 | Unpacking x11-common (1:7.7+23ubuntu2) ... +2025-01-14 22:22:44.443 | Selecting previously unselected package libice6:amd64. +2025-01-14 22:22:44.450 | Preparing to unpack .../112-libice6_2%3a1.0.10-1build2_amd64.deb ... +2025-01-14 22:22:44.452 | Unpacking libice6:amd64 (2:1.0.10-1build2) ... +2025-01-14 22:22:44.494 | Selecting previously unselected package libsm6:amd64. +2025-01-14 22:22:44.502 | Preparing to unpack .../113-libsm6_2%3a1.2.3-1build2_amd64.deb ... +2025-01-14 22:22:44.505 | Unpacking libsm6:amd64 (2:1.2.3-1build2) ... +2025-01-14 22:22:44.547 | Selecting previously unselected package libxt6:amd64. +2025-01-14 22:22:44.553 | Preparing to unpack .../114-libxt6_1%3a1.2.1-1_amd64.deb ... +2025-01-14 22:22:44.556 | Unpacking libxt6:amd64 (1:1.2.1-1) ... +2025-01-14 22:22:44.599 | Selecting previously unselected package libxmu6:amd64. +2025-01-14 22:22:44.608 | Preparing to unpack .../115-libxmu6_2%3a1.1.3-3_amd64.deb ... +2025-01-14 22:22:44.611 | Unpacking libxmu6:amd64 (2:1.1.3-3) ... +2025-01-14 22:22:44.649 | Selecting previously unselected package libxaw7:amd64. +2025-01-14 22:22:44.655 | Preparing to unpack .../116-libxaw7_2%3a1.0.14-1_amd64.deb ... +2025-01-14 22:22:44.657 | Unpacking libxaw7:amd64 (2:1.0.14-1) ... +2025-01-14 22:22:44.698 | Selecting previously unselected package graphviz. +2025-01-14 22:22:44.707 | Preparing to unpack .../117-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... +2025-01-14 22:22:44.710 | Unpacking graphviz (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:44.776 | Selecting previously unselected package icu-devtools. +2025-01-14 22:22:44.787 | Preparing to unpack .../118-icu-devtools_70.1-2_amd64.deb ... +2025-01-14 22:22:44.789 | Unpacking icu-devtools (70.1-2) ... +2025-01-14 22:22:44.841 | Selecting previously unselected package iputils-arping. +2025-01-14 22:22:44.847 | Preparing to unpack .../119-iputils-arping_3%3a20211215-1_amd64.deb ... +2025-01-14 22:22:44.849 | Unpacking iputils-arping (3:20211215-1) ... +2025-01-14 22:22:44.891 | Selecting previously unselected package libgssrpc4:amd64. +2025-01-14 22:22:44.898 | Preparing to unpack .../120-libgssrpc4_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:44.902 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:44.938 | Selecting previously unselected package libkdb5-10:amd64. +2025-01-14 22:22:44.944 | Preparing to unpack .../121-libkdb5-10_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:44.946 | Unpacking libkdb5-10:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:44.986 | Selecting previously unselected package libkadm5srv-mit12:amd64. +2025-01-14 22:22:44.991 | Preparing to unpack .../122-libkadm5srv-mit12_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:44.993 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:45.036 | Selecting previously unselected package libkadm5clnt-mit12:amd64. +2025-01-14 22:22:45.045 | Preparing to unpack .../123-libkadm5clnt-mit12_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:45.048 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:45.091 | Selecting previously unselected package comerr-dev:amd64. +2025-01-14 22:22:45.098 | Preparing to unpack .../124-comerr-dev_2.1-1.46.5-2ubuntu1.2_amd64.deb ... +2025-01-14 22:22:45.103 | Unpacking comerr-dev:amd64 (2.1-1.46.5-2ubuntu1.2) ... +2025-01-14 22:22:45.141 | Selecting previously unselected package krb5-multidev:amd64. +2025-01-14 22:22:45.152 | Preparing to unpack .../125-krb5-multidev_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:45.154 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:45.201 | Selecting previously unselected package libicu-dev:amd64. +2025-01-14 22:22:45.206 | Preparing to unpack .../126-libicu-dev_70.1-2_amd64.deb ... +2025-01-14 22:22:45.209 | Unpacking libicu-dev:amd64 (70.1-2) ... +2025-01-14 22:22:45.437 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. +2025-01-14 22:22:45.442 | Preparing to unpack .../127-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... +2025-01-14 22:22:45.444 | Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... +2025-01-14 22:22:45.484 | Selecting previously unselected package libjpeg8-dev:amd64. +2025-01-14 22:22:45.490 | Preparing to unpack .../128-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... +2025-01-14 22:22:45.492 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... +2025-01-14 22:22:45.522 | Selecting previously unselected package libjpeg-dev:amd64. +2025-01-14 22:22:45.528 | Preparing to unpack .../129-libjpeg-dev_8c-2ubuntu10_amd64.deb ... +2025-01-14 22:22:45.530 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu10) ... +2025-01-14 22:22:45.567 | Selecting previously unselected package libjs-jquery. +2025-01-14 22:22:45.573 | Preparing to unpack .../130-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ... +2025-01-14 22:22:45.587 | Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... +2025-01-14 22:22:45.632 | Selecting previously unselected package libjs-jquery-metadata. +2025-01-14 22:22:45.640 | Preparing to unpack .../131-libjs-jquery-metadata_12-3_all.deb ... +2025-01-14 22:22:45.643 | Unpacking libjs-jquery-metadata (12-3) ... +2025-01-14 22:22:45.675 | Selecting previously unselected package libjs-jquery-tablesorter. +2025-01-14 22:22:45.681 | Preparing to unpack .../132-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-3_all.deb ... +2025-01-14 22:22:45.683 | Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-3) ... +2025-01-14 22:22:45.744 | Selecting previously unselected package libjs-underscore. +2025-01-14 22:22:45.748 | Preparing to unpack .../133-libjs-underscore_1.13.2~dfsg-2_all.deb ... +2025-01-14 22:22:45.750 | Unpacking libjs-underscore (1.13.2~dfsg-2) ... +2025-01-14 22:22:45.787 | Selecting previously unselected package libjs-sphinxdoc. +2025-01-14 22:22:45.798 | Preparing to unpack .../134-libjs-sphinxdoc_4.3.2-1_all.deb ... +2025-01-14 22:22:45.802 | Unpacking libjs-sphinxdoc (4.3.2-1) ... +2025-01-14 22:22:45.835 | Selecting previously unselected package libjson-perl. +2025-01-14 22:22:45.839 | Preparing to unpack .../135-libjson-perl_4.04000-1_all.deb ... +2025-01-14 22:22:45.841 | Unpacking libjson-perl (4.04000-1) ... +2025-01-14 22:22:45.885 | Selecting previously unselected package mysql-common. +2025-01-14 22:22:45.890 | Preparing to unpack .../136-mysql-common_5.8+1.0.8_all.deb ... +2025-01-14 22:22:45.912 | Unpacking mysql-common (5.8+1.0.8) ... +2025-01-14 22:22:45.951 | Selecting previously unselected package libmysqlclient21:amd64. +2025-01-14 22:22:45.958 | Preparing to unpack .../137-libmysqlclient21_8.0.40-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:45.961 | Unpacking libmysqlclient21:amd64 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:22:46.027 | Selecting previously unselected package libncurses-dev:amd64. +2025-01-14 22:22:46.032 | Preparing to unpack .../138-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... +2025-01-14 22:22:46.034 | Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... +2025-01-14 22:22:46.094 | Selecting previously unselected package libpcre16-3:amd64. +2025-01-14 22:22:46.103 | Preparing to unpack .../139-libpcre16-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:46.106 | Unpacking libpcre16-3:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:46.157 | Selecting previously unselected package libpcre32-3:amd64. +2025-01-14 22:22:46.163 | Preparing to unpack .../140-libpcre32-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:46.165 | Unpacking libpcre32-3:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:46.206 | Selecting previously unselected package libpcrecpp0v5:amd64. +2025-01-14 22:22:46.212 | Preparing to unpack .../141-libpcrecpp0v5_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:46.214 | Unpacking libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:46.254 | Selecting previously unselected package libpcre3-dev:amd64. +2025-01-14 22:22:46.262 | Preparing to unpack .../142-libpcre3-dev_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:46.265 | Unpacking libpcre3-dev:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:46.344 | Selecting previously unselected package libpq5:amd64. +2025-01-14 22:22:46.356 | Preparing to unpack .../143-libpq5_14.15-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:46.358 | Unpacking libpq5:amd64 (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:22:46.395 | Selecting previously unselected package libssl-dev:amd64. +2025-01-14 22:22:46.401 | Preparing to unpack .../144-libssl-dev_3.0.2-0ubuntu1.18_amd64.deb ... +2025-01-14 22:22:46.403 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.18) ... +2025-01-14 22:22:46.511 | Selecting previously unselected package libpq-dev. +2025-01-14 22:22:46.516 | Preparing to unpack .../145-libpq-dev_14.15-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:46.518 | Unpacking libpq-dev (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:22:46.559 | Selecting previously unselected package libpython3-dev:amd64. +2025-01-14 22:22:46.565 | Preparing to unpack .../146-libpython3-dev_3.10.6-1~22.04.1_amd64.deb ... +2025-01-14 22:22:46.567 | Unpacking libpython3-dev:amd64 (3.10.6-1~22.04.1) ... +2025-01-14 22:22:46.599 | Selecting previously unselected package libsasl2-dev. +2025-01-14 22:22:46.605 | Preparing to unpack .../147-libsasl2-dev_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... +2025-01-14 22:22:46.606 | Unpacking libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ... +2025-01-14 22:22:46.662 | Selecting previously unselected package libsoup2.4-common. +2025-01-14 22:22:46.667 | Preparing to unpack .../148-libsoup2.4-common_2.74.2-3ubuntu0.1_all.deb ... +2025-01-14 22:22:46.670 | Unpacking libsoup2.4-common (2.74.2-3ubuntu0.1) ... +2025-01-14 22:22:46.706 | Selecting previously unselected package libsoup2.4-1:amd64. +2025-01-14 22:22:46.711 | Preparing to unpack .../149-libsoup2.4-1_2.74.2-3ubuntu0.1_amd64.deb ... +2025-01-14 22:22:46.713 | Unpacking libsoup2.4-1:amd64 (2.74.2-3ubuntu0.1) ... +2025-01-14 22:22:46.753 | Selecting previously unselected package libsystemd-dev:amd64. +2025-01-14 22:22:46.758 | Preparing to unpack .../150-libsystemd-dev_249.11-0ubuntu3.12_amd64.deb ... +2025-01-14 22:22:46.760 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.12) ... +2025-01-14 22:22:46.866 | Selecting previously unselected package libtinfo-dev:amd64. +2025-01-14 22:22:46.871 | Preparing to unpack .../151-libtinfo-dev_6.3-2ubuntu0.1_amd64.deb ... +2025-01-14 22:22:46.873 | Unpacking libtinfo-dev:amd64 (6.3-2ubuntu0.1) ... +2025-01-14 22:22:46.909 | Selecting previously unselected package liburing2:amd64. +2025-01-14 22:22:46.915 | Preparing to unpack .../152-liburing2_2.1-2build1_amd64.deb ... +2025-01-14 22:22:46.918 | Unpacking liburing2:amd64 (2.1-2build1) ... +2025-01-14 22:22:46.955 | Selecting previously unselected package libxml2-dev:amd64. +2025-01-14 22:22:46.962 | Preparing to unpack .../153-libxml2-dev_2.9.13+dfsg-1ubuntu0.4_amd64.deb ... +2025-01-14 22:22:46.966 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.4) ... +2025-01-14 22:22:47.030 | Selecting previously unselected package libxslt1-dev:amd64. +2025-01-14 22:22:47.035 | Preparing to unpack .../154-libxslt1-dev_1.1.34-4ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:47.038 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.1) ... +2025-01-14 22:22:47.100 | Selecting previously unselected package llvm-14-runtime. +2025-01-14 22:22:47.104 | Preparing to unpack .../155-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:47.106 | Unpacking llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:47.157 | Selecting previously unselected package libpfm4:amd64. +2025-01-14 22:22:47.163 | Preparing to unpack .../156-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... +2025-01-14 22:22:47.164 | Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... +2025-01-14 22:22:47.212 | Selecting previously unselected package llvm-14. +2025-01-14 22:22:47.218 | Preparing to unpack .../157-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:47.220 | Unpacking llvm-14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:47.474 | Selecting previously unselected package libffi-dev:amd64. +2025-01-14 22:22:47.480 | Preparing to unpack .../158-libffi-dev_3.4.2-4_amd64.deb ... +2025-01-14 22:22:47.482 | Unpacking libffi-dev:amd64 (3.4.2-4) ... +2025-01-14 22:22:47.522 | Selecting previously unselected package python3-pygments. +2025-01-14 22:22:47.528 | Preparing to unpack .../159-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... +2025-01-14 22:22:47.530 | Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... +2025-01-14 22:22:47.622 | Selecting previously unselected package llvm-14-tools. +2025-01-14 22:22:47.627 | Preparing to unpack .../160-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:47.629 | Unpacking llvm-14-tools (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:47.744 | Selecting previously unselected package libz3-4:amd64. +2025-01-14 22:22:47.750 | Preparing to unpack .../161-libz3-4_4.8.12-1_amd64.deb ... +2025-01-14 22:22:47.753 | Unpacking libz3-4:amd64 (4.8.12-1) ... +2025-01-14 22:22:47.878 | Selecting previously unselected package libz3-dev:amd64. +2025-01-14 22:22:47.884 | Preparing to unpack .../162-libz3-dev_4.8.12-1_amd64.deb ... +2025-01-14 22:22:47.886 | Unpacking libz3-dev:amd64 (4.8.12-1) ... +2025-01-14 22:22:47.933 | Selecting previously unselected package llvm-14-dev. +2025-01-14 22:22:47.938 | Preparing to unpack .../163-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +2025-01-14 22:22:47.942 | Unpacking llvm-14-dev (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:49.119 | Selecting previously unselected package lsscsi. +2025-01-14 22:22:49.126 | Preparing to unpack .../164-lsscsi_0.31-1build2_amd64.deb ... +2025-01-14 22:22:49.128 | Unpacking lsscsi (0.31-1build2) ... +2025-01-14 22:22:49.163 | Selecting previously unselected package osinfo-db. +2025-01-14 22:22:49.168 | Preparing to unpack .../165-osinfo-db_0.20240523-0ubuntu0.22.04.1_all.deb ... +2025-01-14 22:22:49.170 | Unpacking osinfo-db (0.20240523-0ubuntu0.22.04.1) ... +2025-01-14 22:22:49.390 | Selecting previously unselected package pkg-config. +2025-01-14 22:22:49.398 | Preparing to unpack .../166-pkg-config_0.29.2-1ubuntu3_amd64.deb ... +2025-01-14 22:22:49.401 | Unpacking pkg-config (0.29.2-1ubuntu3) ... +2025-01-14 22:22:49.443 | Selecting previously unselected package pm-utils. +2025-01-14 22:22:49.450 | Preparing to unpack .../167-pm-utils_1.4.1-19_all.deb ... +2025-01-14 22:22:49.453 | Unpacking pm-utils (1.4.1-19) ... +2025-01-14 22:22:49.516 | Selecting previously unselected package postgresql-client-common. +2025-01-14 22:22:49.527 | Preparing to unpack .../168-postgresql-client-common_238_all.deb ... +2025-01-14 22:22:49.531 | Unpacking postgresql-client-common (238) ... +2025-01-14 22:22:49.574 | Selecting previously unselected package postgresql-client-14. +2025-01-14 22:22:49.580 | Preparing to unpack .../169-postgresql-client-14_14.15-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:49.583 | Unpacking postgresql-client-14 (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:22:49.677 | Selecting previously unselected package ssl-cert. +2025-01-14 22:22:49.682 | Preparing to unpack .../170-ssl-cert_1.1.2_all.deb ... +2025-01-14 22:22:49.684 | Unpacking ssl-cert (1.1.2) ... +2025-01-14 22:22:49.730 | Selecting previously unselected package postgresql-common. +2025-01-14 22:22:49.736 | Preparing to unpack .../171-postgresql-common_238_all.deb ... +2025-01-14 22:22:49.759 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' +2025-01-14 22:22:49.772 | Unpacking postgresql-common (238) ... +2025-01-14 22:22:49.847 | Selecting previously unselected package postgresql-server-dev-14. +2025-01-14 22:22:49.859 | Preparing to unpack .../172-postgresql-server-dev-14_14.15-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:22:49.862 | Unpacking postgresql-server-dev-14 (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:22:50.058 | Selecting previously unselected package postgresql-server-dev-all:amd64. +2025-01-14 22:22:50.063 | Preparing to unpack .../173-postgresql-server-dev-all_238_amd64.deb ... +2025-01-14 22:22:50.065 | Unpacking postgresql-server-dev-all:amd64 (238) ... +2025-01-14 22:22:50.102 | Selecting previously unselected package python3-dev. +2025-01-14 22:22:50.109 | Preparing to unpack .../174-python3-dev_3.10.6-1~22.04.1_amd64.deb ... +2025-01-14 22:22:50.112 | Unpacking python3-dev (3.10.6-1~22.04.1) ... +2025-01-14 22:22:50.150 | Selecting previously unselected package python3-mysqldb. +2025-01-14 22:22:50.157 | Preparing to unpack .../175-python3-mysqldb_1.4.6-1build1_amd64.deb ... +2025-01-14 22:22:50.161 | Unpacking python3-mysqldb (1.4.6-1build1) ... +2025-01-14 22:22:50.198 | Selecting previously unselected package python3.10-venv. +2025-01-14 22:22:50.204 | Preparing to unpack .../176-python3.10-venv_3.10.12-1~22.04.7_amd64.deb ... +2025-01-14 22:22:50.208 | Unpacking python3.10-venv (3.10.12-1~22.04.7) ... +2025-01-14 22:22:50.243 | Selecting previously unselected package python3-venv. +2025-01-14 22:22:50.251 | Preparing to unpack .../177-python3-venv_3.10.6-1~22.04.1_amd64.deb ... +2025-01-14 22:22:50.253 | Unpacking python3-venv (3.10.6-1~22.04.1) ... +2025-01-14 22:22:50.287 | Selecting previously unselected package qemu-utils. +2025-01-14 22:22:50.293 | Preparing to unpack .../178-qemu-utils_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:22:50.296 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:22:50.366 | Selecting previously unselected package sqlite3. +2025-01-14 22:22:50.372 | Preparing to unpack .../179-sqlite3_3.37.2-2ubuntu0.3_amd64.deb ... +2025-01-14 22:22:50.374 | Unpacking sqlite3 (3.37.2-2ubuntu0.3) ... +2025-01-14 22:22:50.417 | Selecting previously unselected package unzip. +2025-01-14 22:22:50.424 | Preparing to unpack .../180-unzip_6.0-26ubuntu3.2_amd64.deb ... +2025-01-14 22:22:50.426 | Unpacking unzip (6.0-26ubuntu3.2) ... +2025-01-14 22:22:50.470 | Selecting previously unselected package libosinfo-1.0-0:amd64. +2025-01-14 22:22:50.476 | Preparing to unpack .../181-libosinfo-1.0-0_1.8.0-1_amd64.deb ... +2025-01-14 22:22:50.479 | Unpacking libosinfo-1.0-0:amd64 (1.8.0-1) ... +2025-01-14 22:22:50.527 | Selecting previously unselected package gir1.2-libosinfo-1.0:amd64. +2025-01-14 22:22:50.538 | Preparing to unpack .../182-gir1.2-libosinfo-1.0_1.8.0-1_amd64.deb ... +2025-01-14 22:22:50.541 | Unpacking gir1.2-libosinfo-1.0:amd64 (1.8.0-1) ... +2025-01-14 22:22:50.583 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. +2025-01-14 22:22:50.588 | Preparing to unpack .../183-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.12_amd64.deb ... +2025-01-14 22:22:50.601 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.12) ... +2025-01-14 22:22:50.636 | Selecting previously unselected package libkrb5-dev:amd64. +2025-01-14 22:22:50.645 | Preparing to unpack .../184-libkrb5-dev_1.19.2-2ubuntu0.4_amd64.deb ... +2025-01-14 22:22:50.649 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:50.691 | Selecting previously unselected package pcp-conf. +2025-01-14 22:22:50.698 | Preparing to unpack .../185-pcp-conf_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:50.701 | Unpacking pcp-conf (5.3.6-1build1) ... +2025-01-14 22:22:50.740 | Selecting previously unselected package libpcp3. +2025-01-14 22:22:50.748 | Preparing to unpack .../186-libpcp3_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:50.750 | Unpacking libpcp3 (5.3.6-1build1) ... +2025-01-14 22:22:50.793 | Selecting previously unselected package libpcp-gui2. +2025-01-14 22:22:50.798 | Preparing to unpack .../187-libpcp-gui2_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:50.803 | Unpacking libpcp-gui2 (5.3.6-1build1) ... +2025-01-14 22:22:50.839 | Selecting previously unselected package libpcp-import1. +2025-01-14 22:22:50.844 | Preparing to unpack .../188-libpcp-import1_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:50.847 | Unpacking libpcp-import1 (5.3.6-1build1) ... +2025-01-14 22:22:50.882 | Selecting previously unselected package libpcp-mmv1. +2025-01-14 22:22:50.889 | Preparing to unpack .../189-libpcp-mmv1_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:50.891 | Unpacking libpcp-mmv1 (5.3.6-1build1) ... +2025-01-14 22:22:50.924 | Selecting previously unselected package libpcp-pmda3. +2025-01-14 22:22:50.930 | Preparing to unpack .../190-libpcp-pmda3_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:50.934 | Unpacking libpcp-pmda3 (5.3.6-1build1) ... +2025-01-14 22:22:50.970 | Selecting previously unselected package libpcp-trace2. +2025-01-14 22:22:50.976 | Preparing to unpack .../191-libpcp-trace2_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:50.978 | Unpacking libpcp-trace2 (5.3.6-1build1) ... +2025-01-14 22:22:51.018 | Selecting previously unselected package libpcp-web1. +2025-01-14 22:22:51.024 | Preparing to unpack .../192-libpcp-web1_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:51.026 | Unpacking libpcp-web1 (5.3.6-1build1) ... +2025-01-14 22:22:51.063 | Selecting previously unselected package libyaml-dev:amd64. +2025-01-14 22:22:51.069 | Preparing to unpack .../193-libyaml-dev_0.2.2-1build2_amd64.deb ... +2025-01-14 22:22:51.072 | Unpacking libyaml-dev:amd64 (0.2.2-1build2) ... +2025-01-14 22:22:51.108 | Selecting previously unselected package python3-pcp. +2025-01-14 22:22:51.114 | Preparing to unpack .../194-python3-pcp_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:51.117 | Unpacking python3-pcp (5.3.6-1build1) ... +2025-01-14 22:22:51.166 | Selecting previously unselected package pcp. +2025-01-14 22:22:51.175 | Preparing to unpack .../195-pcp_5.3.6-1build1_amd64.deb ... +2025-01-14 22:22:51.557 | Unpacking pcp (5.3.6-1build1) ... +2025-01-14 22:22:51.967 | Selecting previously unselected package socat. +2025-01-14 22:22:51.975 | Preparing to unpack .../196-socat_1.7.4.1-3ubuntu4_amd64.deb ... +2025-01-14 22:22:51.978 | Unpacking socat (1.7.4.1-3ubuntu4) ... +2025-01-14 22:22:52.067 | Setting up genisoimage (9:1.1.11-3.2ubuntu1) ... +2025-01-14 22:22:52.076 | Setting up libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:52.082 | Setting up postgresql-client-common (238) ... +2025-01-14 22:22:52.092 | Setting up libgraphite2-3:amd64 (1.3.14-1build2) ... +2025-01-14 22:22:52.098 | Setting up dnsmasq-utils (2.90-0ubuntu0.22.04.1) ... +2025-01-14 22:22:52.105 | Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... +2025-01-14 22:22:52.113 | Setting up mysql-common (5.8+1.0.8) ... +2025-01-14 22:22:52.159 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode +2025-01-14 22:22:52.164 | Setting up session-migration (0.3.6) ... +2025-01-14 22:22:52.319 | Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service. +2025-01-14 22:22:52.326 | Setting up libmysqlclient21:amd64 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:22:52.333 | Setting up libproxy1v5:amd64 (0.4.17-2) ... +2025-01-14 22:22:52.340 | Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ... +2025-01-14 22:22:52.349 | Setting up gettext (0.21-4ubuntu4) ... +2025-01-14 22:22:52.356 | Setting up gir1.2-freedesktop:amd64 (1.72.0-1) ... +2025-01-14 22:22:52.363 | Setting up libpython3-dev:amd64 (3.10.6-1~22.04.1) ... +2025-01-14 22:22:52.370 | Setting up python3.10-venv (3.10.12-1~22.04.7) ... +2025-01-14 22:22:52.440 | Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... +2025-01-14 22:22:52.447 | Setting up wget (1.21.2-2ubuntu1.1) ... +2025-01-14 22:22:52.456 | Setting up libpcre16-3:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:52.464 | Setting up libsysfs2:amd64 (2.1.1-1build1) ... +2025-01-14 22:22:52.471 | Setting up libxrender1:amd64 (1:0.9.10-1build4) ... +2025-01-14 22:22:52.479 | Setting up libdatrie1:amd64 (0.2.13-2) ... +2025-01-14 22:22:52.486 | Setting up libyaml-dev:amd64 (0.2.2-1build2) ... +2025-01-14 22:22:52.494 | Setting up sysfsutils (2.1.1-1build1) ... +2025-01-14 22:22:52.800 | Setting up ncal (12.1.7+nmu3ubuntu2) ... +2025-01-14 22:22:52.806 | Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ... +2025-01-14 22:22:52.812 | Setting up libarchive-zip-perl (1.68-1) ... +2025-01-14 22:22:52.818 | Setting up openssh-client (1:8.9p1-3ubuntu0.10) ... +2025-01-14 22:22:52.856 | Setting up pm-utils (1.4.1-19) ... +2025-01-14 22:22:52.871 | Setting up unzip (6.0-26ubuntu3.2) ... +2025-01-14 22:22:52.904 | Setting up libdebhelper-perl (13.6ubuntu1) ... +2025-01-14 22:22:52.913 | Setting up liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:52.919 | Setting up x11-common (1:7.7+23ubuntu2) ... +2025-01-14 22:22:53.312 | Setting up libdeflate0:amd64 (1.10-2) ... +2025-01-14 22:22:53.320 | Setting up libapr1:amd64 (1.7.0-8ubuntu0.22.04.2) ... +2025-01-14 22:22:53.327 | Setting up m4 (1.4.18-5ubuntu2) ... +2025-01-14 22:22:53.333 | Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... +2025-01-14 22:22:53.341 | Setting up dnsmasq-base (2.90-0ubuntu0.22.04.1) ... +2025-01-14 22:22:53.485 | Setting up iputils-arping (3:20211215-1) ... +2025-01-14 22:22:53.517 | Setting up libffi-dev:amd64 (3.4.2-4) ... +2025-01-14 22:22:53.525 | Setting up conntrack (1:1.4.6-2build2) ... +2025-01-14 22:22:53.533 | Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... +2025-01-14 22:22:53.542 | Setting up memcached (1.6.14-1ubuntu0.1) ... +2025-01-14 22:22:54.110 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. +2025-01-14 22:22:54.551 | Setting up libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ... +2025-01-14 22:22:54.560 | Setting up acl (2.3.1-1) ... +2025-01-14 22:22:54.569 | Setting up intltool-debian (0.35.0+20060710.5) ... +2025-01-14 22:22:54.578 | Setting up libdconf1:amd64 (0.40.0-3) ... +2025-01-14 22:22:54.585 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... +2025-01-14 22:22:54.594 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:54.601 | Setting up autotools-dev (20220109.1) ... +2025-01-14 22:22:54.608 | Setting up libz3-4:amd64 (4.8.12-1) ... +2025-01-14 22:22:54.616 | Setting up libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ... +2025-01-14 22:22:54.623 | Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... +2025-01-14 22:22:54.629 | Setting up libldap-dev:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ... +2025-01-14 22:22:54.637 | Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... +2025-01-14 22:22:54.646 | Setting up libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:54.654 | Setting up ebtables (2.0.11-4build2) ... +2025-01-14 22:22:55.004 | Setting up socat (1.7.4.1-3ubuntu4) ... +2025-01-14 22:22:55.014 | Setting up libann0 (1.1.2+doc-7build1) ... +2025-01-14 22:22:55.022 | Setting up bsdmainutils (12.1.7+nmu3ubuntu2) ... +2025-01-14 22:22:55.035 | Setting up comerr-dev:amd64 (2.1-1.46.5-2ubuntu1.2) ... +2025-01-14 22:22:55.047 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.18) ... +2025-01-14 22:22:55.058 | Setting up libpcre32-3:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:55.067 | Setting up autopoint (0.21-4ubuntu4) ... +2025-01-14 22:22:55.076 | Setting up icu-devtools (70.1-2) ... +2025-01-14 22:22:55.088 | Setting up pkg-config (0.29.2-1ubuntu3) ... +2025-01-14 22:22:55.154 | Setting up fonts-dejavu-core (2.37-2build1) ... +2025-01-14 22:22:55.194 | Setting up lsscsi (0.31-1build2) ... +2025-01-14 22:22:55.202 | Setting up osinfo-db (0.20240523-0ubuntu0.22.04.1) ... +2025-01-14 22:22:55.209 | Setting up git (1:2.34.1-1ubuntu1.12) ... +2025-01-14 22:22:55.232 | Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... +2025-01-14 22:22:55.254 | Setting up libgc1:amd64 (1:8.0.6-1.1build1) ... +2025-01-14 22:22:55.261 | Setting up libltdl7:amd64 (2.4.6-15build2) ... +2025-01-14 22:22:55.267 | Setting up autoconf (2.71-2) ... +2025-01-14 22:22:55.275 | Setting up libsoup2.4-common (2.74.2-3ubuntu0.1) ... +2025-01-14 22:22:55.282 | Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... +2025-01-14 22:22:55.289 | Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... +2025-01-14 22:22:55.298 | Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:55.309 | Setting up dwz (0.14-1build2) ... +2025-01-14 22:22:55.316 | Setting up libsctp1:amd64 (1.0.19+dfsg-1build1) ... +2025-01-14 22:22:55.324 | Setting up liblua5.3-0:amd64 (5.3.6-1build1) ... +2025-01-14 22:22:55.332 | Setting up libjson-perl (4.04000-1) ... +2025-01-14 22:22:55.339 | Setting up pcp-conf (5.3.6-1build1) ... +2025-01-14 22:22:55.365 | Setting up debugedit (1:5.0-4build1) ... +2025-01-14 22:22:55.371 | Setting up libc6-i386 (2.35-0ubuntu3.8) ... +2025-01-14 22:22:55.379 | Setting up libcurl4:amd64 (7.81.0-1ubuntu1.20) ... +2025-01-14 22:22:55.385 | Setting up libsub-override-perl (0.09-2) ... +2025-01-14 22:22:55.392 | Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ... +2025-01-14 22:22:55.398 | Setting up libthai-data (0.1.29-1build1) ... +2025-01-14 22:22:55.405 | Setting up libcdt5:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:55.413 | Setting up libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:22:55.421 | Setting up apache2-data (2.4.52-1ubuntu4.12) ... +2025-01-14 22:22:55.428 | Setting up curl (7.81.0-1ubuntu1.20) ... +2025-01-14 22:22:55.435 | Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... +2025-01-14 22:22:55.453 | Setting up glib-networking-common (2.72.0-1) ... +2025-01-14 22:22:55.465 | Setting up liburing2:amd64 (2.1-2build1) ... +2025-01-14 22:22:55.472 | Setting up llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:55.481 | Setting up openssl (3.0.2-0ubuntu1.18) ... +2025-01-14 22:22:55.494 | Setting up mailcap (3.70+nmu1ubuntu1) ... +2025-01-14 22:22:55.533 | Setting up libicu-dev:amd64 (70.1-2) ... +2025-01-14 22:22:55.542 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.12) ... +2025-01-14 22:22:55.550 | Setting up sqlite3 (3.37.2-2ubuntu0.3) ... +2025-01-14 22:22:55.560 | Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ... +2025-01-14 22:22:55.572 | Setting up libjs-underscore (1.13.2~dfsg-2) ... +2025-01-14 22:22:55.583 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:55.594 | Setting up libaprutil1:amd64 (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:22:55.602 | Setting up libjpeg8:amd64 (8c-2ubuntu10) ... +2025-01-14 22:22:55.612 | Setting up automake (1:1.16.5-1.3) ... +2025-01-14 22:22:55.625 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode +2025-01-14 22:22:55.632 | Setting up libfile-stripnondeterminism-perl (1.13.0-1) ... +2025-01-14 22:22:55.643 | Setting up libtinfo-dev:amd64 (6.3-2ubuntu0.1) ... +2025-01-14 22:22:55.655 | Setting up glib-networking-services (2.72.0-1) ... +2025-01-14 22:22:55.666 | Setting up libz3-dev:amd64 (4.8.12-1) ... +2025-01-14 22:22:55.676 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.10) ... +2025-01-14 22:22:55.685 | Setting up libice6:amd64 (2:1.0.10-1build2) ... +2025-01-14 22:22:55.695 | Setting up libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... +2025-01-14 22:22:55.706 | Setting up libkdb5-10:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:22:55.715 | Setting up libpcp3 (5.3.6-1build1) ... +2025-01-14 22:22:55.724 | Setting up mime-support (3.66) ... +2025-01-14 22:22:55.742 | Setting up libpcp-pmda3 (5.3.6-1build1) ... +2025-01-14 22:22:55.753 | Setting up openssh-server (1:8.9p1-3ubuntu0.10) ... +2025-01-14 22:22:56.687 | rescue-ssh.target is a disabled or a static unit not running, not starting it. +2025-01-14 22:22:57.193 | ssh.socket is a disabled or a static unit not running, not starting it. +2025-01-14 22:22:57.229 | Setting up libtool (2.4.6-15build2) ... +2025-01-14 22:22:57.239 | Setting up g++-11 (11.4.0-1ubuntu1~22.04) ... +2025-01-14 22:22:57.248 | Setting up libpcre3-dev:amd64 (2:8.39-13ubuntu0.22.04.1) ... +2025-01-14 22:22:57.259 | Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... +2025-01-14 22:22:57.391 | Setting up po-debconf (1.0.21+nmu1) ... +2025-01-14 22:22:57.399 | Setting up libpcp-trace2 (5.3.6-1build1) ... +2025-01-14 22:22:57.406 | Setting up libpq5:amd64 (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:22:57.414 | Setting up haproxy (2.4.24-0ubuntu0.22.04.1) ... +2025-01-14 22:22:57.923 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. +2025-01-14 22:22:58.428 | Setting up libclang1-14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:22:58.437 | Setting up libpq-dev (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:22:58.446 | Setting up libobjc4:amd64 (12.3.0-1ubuntu1~22.04) ... +2025-01-14 22:22:58.454 | Setting up dconf-service (0.40.0-3) ... +2025-01-14 22:22:58.460 | Setting up python3 (3.10.6-1~22.04.1) ... +2025-01-14 22:22:58.833 | Setting up libpcp-gui2 (5.3.6-1build1) ... +2025-01-14 22:22:58.843 | Setting up libaprutil1-ldap:amd64 (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:22:58.851 | Setting up postgresql-client-14 (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:22:59.530 | update-alternatives: using /usr/share/postgresql/14/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode +2025-01-14 22:22:59.568 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:22:59.576 | Setting up python3-mysqldb (1.4.6-1build1) ... +2025-01-14 22:22:59.739 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) ... +2025-01-14 22:22:59.747 | Setting up dh-autoreconf (20) ... +2025-01-14 22:22:59.756 | Setting up libthai0:amd64 (0.1.29-1build1) ... +2025-01-14 22:22:59.764 | Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... +2025-01-14 22:23:00.331 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.4) ... +2025-01-14 22:23:00.341 | Setting up python3-venv (3.10.6-1~22.04.1) ... +2025-01-14 22:23:00.351 | Setting up llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:23:00.363 | Setting up lib32gcc-s1 (12.3.0-1ubuntu1~22.04) ... +2025-01-14 22:23:00.370 | Setting up lib32stdc++6 (12.3.0-1ubuntu1~22.04) ... +2025-01-14 22:23:00.383 | Setting up libpcp-mmv1 (5.3.6-1build1) ... +2025-01-14 22:23:00.391 | Setting up ssl-cert (1.1.2) ... +2025-01-14 22:23:00.921 | Setting up libjs-jquery-metadata (12-3) ... +2025-01-14 22:23:00.933 | Setting up postgresql-common (238) ... +2025-01-14 22:23:01.277 | Adding user postgres to group ssl-cert +2025-01-14 22:23:01.410 | +2025-01-14 22:23:01.410 | Creating config file /etc/postgresql-common/createcluster.conf with new version +2025-01-14 22:23:01.612 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... +2025-01-14 22:23:01.612 | Removing obsolete dictionary files: +2025-01-14 22:23:02.209 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. +2025-01-14 22:23:02.538 | Setting up libclang-common-14-dev (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:23:02.547 | Setting up libsctp-dev:amd64 (1.0.19+dfsg-1build1) ... +2025-01-14 22:23:02.556 | Setting up libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:23:02.565 | Setting up libjs-sphinxdoc (4.3.2-1) ... +2025-01-14 22:23:02.574 | Setting up dh-strip-nondeterminism (1.13.0-1) ... +2025-01-14 22:23:02.582 | Setting up libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:23:02.591 | Setting up g++ (4:11.2.0-1ubuntu1) ... +2025-01-14 22:23:02.639 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode +2025-01-14 22:23:02.645 | Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-3) ... +2025-01-14 22:23:02.653 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:23:02.668 | Setting up libtiff5:amd64 (4.3.0-6ubuntu0.10) ... +2025-01-14 22:23:02.676 | Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... +2025-01-14 22:23:02.685 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:23:02.694 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu10) ... +2025-01-14 22:23:02.703 | Setting up libsm6:amd64 (2:1.2.3-1build2) ... +2025-01-14 22:23:02.712 | Setting up apache2-utils (2.4.52-1ubuntu4.12) ... +2025-01-14 22:23:02.721 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:23:02.729 | Setting up llvm-14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:23:02.737 | Setting up llvm-14-tools (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:23:02.746 | Setting up libpcp-import1 (5.3.6-1build1) ... +2025-01-14 22:23:02.754 | Setting up fontconfig (2.13.1-4.2ubuntu5) ... +2025-01-14 22:23:04.780 | Regenerating fonts cache... done. +2025-01-14 22:23:04.786 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.1) ... +2025-01-14 22:23:04.798 | Setting up dconf-gsettings-backend:amd64 (0.40.0-3) ... +2025-01-14 22:23:04.808 | Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... +2025-01-14 22:23:04.816 | Setting up libjpeg-dev:amd64 (8c-2ubuntu10) ... +2025-01-14 22:23:04.824 | Setting up libobjc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... +2025-01-14 22:23:04.832 | Setting up debhelper (13.6ubuntu1) ... +2025-01-14 22:23:04.839 | Setting up apache2-bin (2.4.52-1ubuntu4.12) ... +2025-01-14 22:23:04.846 | Setting up libcairo2:amd64 (1.16.0-5ubuntu2) ... +2025-01-14 22:23:04.852 | Setting up libpcp-web1 (5.3.6-1build1) ... +2025-01-14 22:23:04.858 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.4) ... +2025-01-14 22:23:04.864 | Setting up python3-pcp (5.3.6-1build1) ... +2025-01-14 22:23:05.058 | Setting up libapr1-dev (1.7.0-8ubuntu0.22.04.2) ... +2025-01-14 22:23:05.066 | Setting up python3-dev (3.10.6-1~22.04.1) ... +2025-01-14 22:23:05.074 | Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ... +2025-01-14 22:23:05.082 | Setting up libxt6:amd64 (1:1.2.1-1) ... +2025-01-14 22:23:05.088 | Setting up libaprutil1-dev (1.6.1-5ubuntu4.22.04.2) ... +2025-01-14 22:23:05.096 | Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... +2025-01-14 22:23:05.104 | Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... +2025-01-14 22:23:05.111 | Setting up llvm-14-dev (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:23:05.118 | Setting up apache2-dev (2.4.52-1ubuntu4.12) ... +2025-01-14 22:23:05.124 | Setting up gsettings-desktop-schemas (42.0-1ubuntu1) ... +2025-01-14 22:23:05.132 | Setting up libxmu6:amd64 (2:1.1.3-3) ... +2025-01-14 22:23:05.138 | Setting up clang-14 (1:14.0.0-1ubuntu1.1) ... +2025-01-14 22:23:05.144 | Setting up pcp (5.3.6-1build1) ... +2025-01-14 22:23:06.536 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. +2025-01-14 22:23:06.804 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. +2025-01-14 22:23:07.096 | Created symlink /etc/systemd/system/pmlogger.service.requires/pmlogger_farm.service → /lib/systemd/system/pmlogger_farm.service. +2025-01-14 22:23:07.361 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. +2025-01-14 22:23:07.626 | Created symlink /etc/systemd/system/pmie.service.requires/pmie_farm.service → /lib/systemd/system/pmie_farm.service. +2025-01-14 22:23:07.899 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. +2025-01-14 22:23:09.066 | Setting up apache2 (2.4.52-1ubuntu4.12) ... +2025-01-14 22:23:09.451 | Enabling module mpm_event. +2025-01-14 22:23:09.486 | Enabling module authz_core. +2025-01-14 22:23:09.492 | Enabling module authz_host. +2025-01-14 22:23:09.526 | Enabling module authn_core. +2025-01-14 22:23:09.531 | Enabling module auth_basic. +2025-01-14 22:23:09.573 | Enabling module access_compat. +2025-01-14 22:23:09.620 | Enabling module authn_file. +2025-01-14 22:23:09.667 | Enabling module authz_user. +2025-01-14 22:23:09.715 | Enabling module alias. +2025-01-14 22:23:09.761 | Enabling module dir. +2025-01-14 22:23:09.810 | Enabling module autoindex. +2025-01-14 22:23:09.859 | Enabling module env. +2025-01-14 22:23:09.904 | Enabling module mime. +2025-01-14 22:23:09.950 | Enabling module negotiation. +2025-01-14 22:23:09.996 | Enabling module setenvif. +2025-01-14 22:23:10.041 | Enabling module filter. +2025-01-14 22:23:10.086 | Enabling module deflate. +2025-01-14 22:23:10.131 | Enabling module status. +2025-01-14 22:23:10.178 | Enabling module reqtimeout. +2025-01-14 22:23:10.226 | Enabling conf charset. +2025-01-14 22:23:10.274 | Enabling conf localized-error-pages. +2025-01-14 22:23:10.319 | Enabling conf other-vhosts-access-log. +2025-01-14 22:23:10.361 | Enabling conf security. +2025-01-14 22:23:10.408 | Enabling conf serve-cgi-bin. +2025-01-14 22:23:10.454 | Enabling site 000-default. +2025-01-14 22:23:11.130 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. +2025-01-14 22:23:11.812 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. +2025-01-14 22:23:13.157 | Setting up libxaw7:amd64 (2:1.0.14-1) ... +2025-01-14 22:23:13.165 | Setting up postgresql-server-dev-14 (14.15-0ubuntu0.22.04.1) ... +2025-01-14 22:23:13.171 | Setting up libgvc6 (2.42.2-6ubuntu0.1) ... +2025-01-14 22:23:13.199 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.12) ... +2025-01-14 22:23:13.217 | Setting up postgresql-server-dev-all:amd64 (238) ... +2025-01-14 22:23:13.225 | Setting up graphviz (2.42.2-6ubuntu0.1) ... +2025-01-14 22:23:13.243 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... +2025-01-14 22:23:13.266 | Processing triggers for install-info (6.8-4build1) ... +2025-01-14 22:23:13.500 | Processing triggers for libglib2.0-0:amd64 (2.72.4-0ubuntu2.3) ... +2025-01-14 22:23:13.547 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... +2025-01-14 22:23:13.586 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... +2025-01-14 22:23:13.649 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... +2025-01-14 22:23:13.761 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:23:14.326 | Setting up glib-networking:amd64 (2.72.0-1) ... +2025-01-14 22:23:14.335 | Setting up libsoup2.4-1:amd64 (2.74.2-3ubuntu0.1) ... +2025-01-14 22:23:14.349 | Setting up libosinfo-1.0-0:amd64 (1.8.0-1) ... +2025-01-14 22:23:14.359 | Setting up gir1.2-libosinfo-1.0:amd64 (1.8.0-1) ... +2025-01-14 22:23:14.368 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... +2025-01-14 22:23:14.762 | NEEDRESTART-VER: 3.5 +2025-01-14 22:23:15.313 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:23:15.314 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:23:15.314 | NEEDRESTART-KSTA: 1 +2025-01-14 22:23:15.314 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:23:15.314 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:23:15.314 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:23:15.314 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:23:15.314 | NEEDRESTART-SVC: systemd-journald.service +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:23:15.315 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:23:18.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.062 | ++functions-common:apt_get:1215 result=0 +2025-01-14 22:23:18.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.072 | ++functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:23:18.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.080 | ++functions-common:time_stop:2421 local name +2025-01-14 22:23:18.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.090 | ++functions-common:time_stop:2422 local end_time +2025-01-14 22:23:18.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.101 | ++functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:23:18.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.110 | ++functions-common:time_stop:2424 local total +2025-01-14 22:23:18.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.121 | ++functions-common:time_stop:2425 local start_time +2025-01-14 22:23:18.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.134 | ++functions-common:time_stop:2427 name=apt-get +2025-01-14 22:23:18.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.146 | ++functions-common:time_stop:2428 start_time=1736893259475 +2025-01-14 22:23:18.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.159 | ++functions-common:time_stop:2430 [[ -z 1736893259475 ]] +2025-01-14 22:23:18.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.170 | +++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:23:18.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.184 | ++functions-common:time_stop:2433 end_time=1736893398173 +2025-01-14 22:23:18.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.197 | ++functions-common:time_stop:2434 elapsed_time=138698 +2025-01-14 22:23:18.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.209 | ++functions-common:time_stop:2435 total=28945 +2025-01-14 22:23:18.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.221 | ++functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:23:18.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.232 | ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=167643 +2025-01-14 22:23:18.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.244 | ++functions-common:apt_get:1219 return 0 +2025-01-14 22:23:18.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.259 | ++tools/install_prereqs.sh:source:74 [[ -n False ]] +2025-01-14 22:23:18.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.273 | ++tools/install_prereqs.sh:source:74 [[ False != \F\a\l\s\e ]] +2025-01-14 22:23:18.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.287 | +++tools/install_prereqs.sh:source:83 which python3.10 +2025-01-14 22:23:18.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.305 | ++tools/install_prereqs.sh:source:83 export PYTHON=/usr/bin/python3.10 +2025-01-14 22:23:18.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.317 | ++tools/install_prereqs.sh:source:83 PYTHON=/usr/bin/python3.10 +2025-01-14 22:23:18.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.329 | ++tools/install_prereqs.sh:source:88 date +%s +2025-01-14 22:23:18.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.344 | ++tools/install_prereqs.sh:source:89 date +2025-01-14 22:23:18.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.359 | +./stack.sh:main:818 [[ False != \T\r\u\e ]] +2025-01-14 22:23:18.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.372 | +./stack.sh:main:819 PYPI_ALTERNATIVE_URL= +2025-01-14 22:23:18.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.385 | +./stack.sh:main:819 /opt/stack/devstack/tools/install_pip.sh +2025-01-14 22:23:18.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.747 | +tools/install_pip.sh:main:25 FILES=/opt/stack/devstack/files +2025-01-14 22:23:18.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.752 | +tools/install_pip.sh:main:40 PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py +2025-01-14 22:23:18.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.756 | +tools/install_pip.sh:main:41 PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py +2025-01-14 22:23:18.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.761 | +tools/install_pip.sh:main:43 GetDistro +2025-01-14 22:23:18.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.766 | +functions-common:GetDistro:470 GetOSVersion +2025-01-14 22:23:18.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.771 | +functions-common:GetOSVersion:437 source /etc/os-release +2025-01-14 22:23:18.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.776 | ++/etc/os-release:source:1 PRETTY_NAME='Ubuntu 22.04.4 LTS' +2025-01-14 22:23:18.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.783 | ++/etc/os-release:source:2 NAME=Ubuntu +2025-01-14 22:23:18.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.789 | ++/etc/os-release:source:3 VERSION_ID=22.04 +2025-01-14 22:23:18.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.796 | ++/etc/os-release:source:4 VERSION='22.04.4 LTS (Jammy Jellyfish)' +2025-01-14 22:23:18.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.803 | ++/etc/os-release:source:5 VERSION_CODENAME=jammy +2025-01-14 22:23:18.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.811 | ++/etc/os-release:source:6 ID=ubuntu +2025-01-14 22:23:18.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.820 | ++/etc/os-release:source:7 ID_LIKE=debian +2025-01-14 22:23:18.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.828 | ++/etc/os-release:source:8 HOME_URL=https://www.ubuntu.com/ +2025-01-14 22:23:18.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.836 | ++/etc/os-release:source:9 SUPPORT_URL=https://help.ubuntu.com/ +2025-01-14 22:23:18.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.845 | ++/etc/os-release:source:10 BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ +2025-01-14 22:23:18.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.854 | ++/etc/os-release:source:11 PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy +2025-01-14 22:23:18.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.864 | ++/etc/os-release:source:12 UBUNTU_CODENAME=jammy +2025-01-14 22:23:18.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.873 | +functions-common:GetOSVersion:438 [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] +2025-01-14 22:23:18.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.883 | +functions-common:GetOSVersion:438 [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rhel9 ]] +2025-01-14 22:23:18.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.892 | +functions-common:GetOSVersion:442 [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] +2025-01-14 22:23:18.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.901 | +functions-common:GetOSVersion:446 _ensure_lsb_release +2025-01-14 22:23:18.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.913 | ++functions-common:_ensure_lsb_release:414 command -v lsb_release +2025-01-14 22:23:18.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.923 | +functions-common:_ensure_lsb_release:414 [[ -x /usr/bin/lsb_release ]] +2025-01-14 22:23:18.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.933 | +functions-common:_ensure_lsb_release:415 return +2025-01-14 22:23:18.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.944 | ++functions-common:GetOSVersion:448 lsb_release -r -s +2025-01-14 22:23:18.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:18.997 | +functions-common:GetOSVersion:448 os_RELEASE=22.04 +2025-01-14 22:23:19.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.009 | ++functions-common:GetOSVersion:449 lsb_release -c -s +2025-01-14 22:23:19.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.057 | +functions-common:GetOSVersion:449 os_CODENAME=jammy +2025-01-14 22:23:19.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.069 | ++functions-common:GetOSVersion:450 lsb_release -i -s +2025-01-14 22:23:19.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.121 | +functions-common:GetOSVersion:450 os_VENDOR=Ubuntu +2025-01-14 22:23:19.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.129 | +functions-common:GetOSVersion:453 [[ Ubuntu =~ (Debian|Ubuntu) ]] +2025-01-14 22:23:19.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.139 | +functions-common:GetOSVersion:454 os_PACKAGE=deb +2025-01-14 22:23:19.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.152 | +functions-common:GetOSVersion:459 typeset -xr os_VENDOR +2025-01-14 22:23:19.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.163 | +functions-common:GetOSVersion:460 typeset -xr os_RELEASE +2025-01-14 22:23:19.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.171 | +functions-common:GetOSVersion:461 typeset -xr os_PACKAGE +2025-01-14 22:23:19.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.179 | +functions-common:GetOSVersion:462 typeset -xr os_CODENAME +2025-01-14 22:23:19.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.187 | +functions-common:GetDistro:471 [[ Ubuntu =~ (Ubuntu) ]] +2025-01-14 22:23:19.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.195 | +functions-common:GetDistro:474 DISTRO=jammy +2025-01-14 22:23:19.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.203 | +functions-common:GetDistro:512 typeset -xr DISTRO +2025-01-14 22:23:19.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.212 | +tools/install_pip.sh:main:44 echo 'Distro: jammy' +2025-01-14 22:23:19.212 | Distro: jammy +2025-01-14 22:23:19.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.220 | +tools/install_pip.sh:main:124 get_versions +2025-01-14 22:23:19.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.228 | ++tools/install_pip.sh:get_versions:49 which pip +2025-01-14 22:23:19.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.240 | +tools/install_pip.sh:get_versions:49 PIP=/usr/bin/pip +2025-01-14 22:23:19.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.250 | +tools/install_pip.sh:get_versions:50 [[ -n /usr/bin/pip ]] +2025-01-14 22:23:19.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.260 | ++tools/install_pip.sh:get_versions:51 /usr/bin/pip --version +2025-01-14 22:23:19.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.261 | ++tools/install_pip.sh:get_versions:51 awk '{ print $2}' +2025-01-14 22:23:19.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.608 | +tools/install_pip.sh:get_versions:51 PIP_VERSION=22.0.2 +2025-01-14 22:23:19.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.617 | +tools/install_pip.sh:get_versions:52 echo 'pip: 22.0.2' +2025-01-14 22:23:19.617 | pip: 22.0.2 +2025-01-14 22:23:19.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.624 | +tools/install_pip.sh:main:126 [[ -n '' ]] +2025-01-14 22:23:19.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.631 | +tools/install_pip.sh:main:130 is_fedora +2025-01-14 22:23:19.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.639 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:23:19.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.648 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:23:19.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.656 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:23:19.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.664 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:23:19.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.672 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:23:19.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.680 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:23:19.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.688 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:23:19.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.696 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:23:19.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.704 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:23:19.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.713 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:23:19.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.720 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:23:19.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.729 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:23:19.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.736 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:23:19.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.744 | +tools/install_pip.sh:main:141 is_ubuntu +2025-01-14 22:23:19.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.752 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:23:19.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.759 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:23:19.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.766 | +tools/install_pip.sh:main:144 sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt +2025-01-14 22:23:19.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.779 | +tools/install_pip.sh:main:153 set -x +2025-01-14 22:23:19.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.789 | +tools/install_pip.sh:main:156 get_versions +2025-01-14 22:23:19.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.799 | ++tools/install_pip.sh:get_versions:49 which pip +2025-01-14 22:23:19.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.811 | +tools/install_pip.sh:get_versions:49 PIP=/usr/bin/pip +2025-01-14 22:23:19.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.821 | +tools/install_pip.sh:get_versions:50 [[ -n /usr/bin/pip ]] +2025-01-14 22:23:19.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.830 | ++tools/install_pip.sh:get_versions:51 /usr/bin/pip --version +2025-01-14 22:23:19.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:19.833 | ++tools/install_pip.sh:get_versions:51 awk '{ print $2}' +2025-01-14 22:23:20.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.164 | +tools/install_pip.sh:get_versions:51 PIP_VERSION=22.0.2 +2025-01-14 22:23:20.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.173 | +tools/install_pip.sh:get_versions:52 echo 'pip: 22.0.2' +2025-01-14 22:23:20.173 | pip: 22.0.2 +2025-01-14 22:23:20.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.185 | +./stack.sh:main:823 source /opt/stack/devstack/tools/fixup_stuff.sh +2025-01-14 22:23:20.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.200 | ++tools/fixup_stuff.sh:source:12 [[ -z /opt/stack/devstack ]] +2025-01-14 22:23:20.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.212 | +./stack.sh:main:824 fixup_all +2025-01-14 22:23:20.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.223 | +tools/fixup_stuff.sh:fixup_all:124 fixup_ubuntu +2025-01-14 22:23:20.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.234 | +tools/fixup_stuff.sh:fixup_ubuntu:108 is_ubuntu +2025-01-14 22:23:20.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.245 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:23:20.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.256 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:23:20.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.267 | +tools/fixup_stuff.sh:fixup_ubuntu:118 sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info +2025-01-14 22:23:20.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.300 | +tools/fixup_stuff.sh:fixup_ubuntu:119 sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info +2025-01-14 22:23:20.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.329 | +tools/fixup_stuff.sh:fixup_ubuntu:120 sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' +2025-01-14 22:23:20.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.355 | +tools/fixup_stuff.sh:fixup_all:125 fixup_fedora +2025-01-14 22:23:20.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.365 | +tools/fixup_stuff.sh:fixup_fedora:33 is_fedora +2025-01-14 22:23:20.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.376 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:23:20.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.385 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:23:20.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.395 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:23:20.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.405 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:23:20.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.414 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:23:20.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.426 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:23:20.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.437 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:23:20.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.447 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:23:20.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.458 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:23:20.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.469 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:23:20.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.480 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:23:20.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.492 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:23:20.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.503 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:23:20.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.515 | +tools/fixup_stuff.sh:fixup_fedora:34 return +2025-01-14 22:23:20.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.528 | +./stack.sh:main:826 [[ True == \T\r\u\e ]] +2025-01-14 22:23:20.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.540 | +./stack.sh:main:828 sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin +2025-01-14 22:23:20.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.565 | +./stack.sh:main:829 sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin +2025-01-14 22:23:20.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.587 | +./stack.sh:main:830 sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin +2025-01-14 22:23:20.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.610 | +./stack.sh:main:831 sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin +2025-01-14 22:23:20.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.632 | +./stack.sh:main:832 sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin +2025-01-14 22:23:20.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.652 | +./stack.sh:main:833 sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin +2025-01-14 22:23:20.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.672 | +./stack.sh:main:834 sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin +2025-01-14 22:23:20.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.692 | +./stack.sh:main:836 setup_devstack_virtualenv +2025-01-14 22:23:20.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.702 | +inc/python:setup_devstack_virtualenv:39 [[ ! -d /opt/stack/data/venv ]] +2025-01-14 22:23:20.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:20.714 | +inc/python:setup_devstack_virtualenv:43 /usr/bin/python3.10 -m venv --system-site-packages /opt/stack/data/venv +2025-01-14 22:23:23.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.600 | +inc/python:setup_devstack_virtualenv:44 pip_install -U pip 'setuptools[core]' +2025-01-14 22:23:23.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.628 | No value for $TERM and no -T specified +2025-01-14 22:23:23.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.657 | Using python 3.10 to install setuptools +2025-01-14 22:23:23.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:23.667 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pip 'setuptools[core]' +2025-01-14 22:23:24.524 | Requirement already satisfied: pip in /opt/stack/data/venv/lib/python3.10/site-packages (22.0.2) +2025-01-14 22:23:24.804 | Collecting pip +2025-01-14 22:23:25.010 | Downloading pip-24.3.1-py3-none-any.whl (1.8 MB) +2025-01-14 22:23:25.151 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 13.8 MB/s eta 0:00:00 +2025-01-14 22:23:25.163 | Requirement already satisfied: setuptools[core] in /opt/stack/data/venv/lib/python3.10/site-packages (59.6.0) +2025-01-14 22:23:25.460 | Collecting setuptools[core] +2025-01-14 22:23:25.481 | Downloading setuptools-75.8.0-py3-none-any.whl (1.2 MB) +2025-01-14 22:23:25.531 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 26.9 MB/s eta 0:00:00 +2025-01-14 22:23:25.654 | Collecting packaging>=24.2 +2025-01-14 22:23:25.671 | Downloading packaging-24.2-py3-none-any.whl (65 kB) +2025-01-14 22:23:25.678 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 13.8 MB/s eta 0:00:00 +2025-01-14 22:23:25.730 | Collecting jaraco.functools>=4 +2025-01-14 22:23:25.751 | Downloading jaraco.functools-4.1.0-py3-none-any.whl (10 kB) +2025-01-14 22:23:25.805 | Collecting tomli>=2.0.1 +2025-01-14 22:23:25.820 | Downloading tomli-2.2.1-py3-none-any.whl (14 kB) +2025-01-14 22:23:25.875 | Collecting platformdirs>=4.2.2 +2025-01-14 22:23:25.890 | Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) +2025-01-14 22:23:25.934 | Collecting jaraco.text>=3.7 +2025-01-14 22:23:25.950 | Downloading jaraco.text-4.0.0-py3-none-any.whl (11 kB) +2025-01-14 22:23:26.003 | Collecting more_itertools +2025-01-14 22:23:26.020 | Downloading more_itertools-10.5.0-py3-none-any.whl (60 kB) +2025-01-14 22:23:26.027 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 KB 11.3 MB/s eta 0:00:00 +2025-01-14 22:23:26.091 | Collecting wheel>=0.43.0 +2025-01-14 22:23:26.106 | Downloading wheel-0.45.1-py3-none-any.whl (72 kB) +2025-01-14 22:23:26.114 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.5/72.5 KB 12.1 MB/s eta 0:00:00 +2025-01-14 22:23:26.156 | Collecting jaraco.collections +2025-01-14 22:23:26.174 | Downloading jaraco.collections-5.1.0-py3-none-any.whl (11 kB) +2025-01-14 22:23:26.252 | Collecting autocommand +2025-01-14 22:23:26.273 | Downloading autocommand-2.2.2-py3-none-any.whl (19 kB) +2025-01-14 22:23:26.330 | Collecting jaraco.context>=4.1 +2025-01-14 22:23:26.345 | Downloading jaraco.context-6.0.1-py3-none-any.whl (6.8 kB) +2025-01-14 22:23:26.419 | Collecting backports.tarfile +2025-01-14 22:23:26.437 | Downloading backports.tarfile-1.2.0-py3-none-any.whl (30 kB) +2025-01-14 22:23:26.727 | Installing collected packages: wheel, tomli, setuptools, platformdirs, pip, packaging, more_itertools, backports.tarfile, autocommand, jaraco.functools, jaraco.context, jaraco.text, jaraco.collections +2025-01-14 22:23:26.727 | Attempting uninstall: wheel +2025-01-14 22:23:26.728 | Found existing installation: wheel 0.37.1 +2025-01-14 22:23:26.729 | Not uninstalling wheel at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:23:26.729 | Can't uninstall 'wheel'. No files were found to uninstall. +2025-01-14 22:23:26.798 | Attempting uninstall: setuptools +2025-01-14 22:23:26.799 | Found existing installation: setuptools 59.6.0 +2025-01-14 22:23:26.890 | Uninstalling setuptools-59.6.0: +2025-01-14 22:23:26.900 | Successfully uninstalled setuptools-59.6.0 +2025-01-14 22:23:27.567 | Attempting uninstall: platformdirs +2025-01-14 22:23:27.568 | Found existing installation: platformdirs 2.5.1 +2025-01-14 22:23:27.569 | Not uninstalling platformdirs at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:23:27.570 | Can't uninstall 'platformdirs'. No files were found to uninstall. +2025-01-14 22:23:27.588 | Attempting uninstall: pip +2025-01-14 22:23:27.588 | Found existing installation: pip 22.0.2 +2025-01-14 22:23:27.924 | Uninstalling pip-22.0.2: +2025-01-14 22:23:27.931 | Successfully uninstalled pip-22.0.2 +2025-01-14 22:23:28.732 | Attempting uninstall: more_itertools +2025-01-14 22:23:28.733 | Found existing installation: more-itertools 8.10.0 +2025-01-14 22:23:28.734 | Not uninstalling more-itertools at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:23:28.735 | Can't uninstall 'more-itertools'. No files were found to uninstall. +2025-01-14 22:23:28.826 | ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. +2025-01-14 22:23:28.826 | virtualenv 20.13.0+ds requires platformdirs<3,>=2, but you have platformdirs 4.3.6 which is incompatible. +2025-01-14 22:23:28.826 | Successfully installed autocommand-2.2.2 backports.tarfile-1.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 more_itertools-10.5.0 packaging-24.2 pip-24.3.1 platformdirs-4.3.6 setuptools-75.8.0 tomli-2.2.1 wheel-0.45.1 +2025-01-14 22:23:28.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.939 | +inc/python:pip_install:216 result=0 +2025-01-14 22:23:28.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.948 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:23:28.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.960 | +functions-common:time_stop:2421 local name +2025-01-14 22:23:28.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.972 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:23:28.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.982 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:23:28.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:28.993 | +functions-common:time_stop:2424 local total +2025-01-14 22:23:28.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.005 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:23:29.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.018 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:23:29.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.028 | +functions-common:time_stop:2428 start_time=1736893403650 +2025-01-14 22:23:29.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.040 | +functions-common:time_stop:2430 [[ -z 1736893403650 ]] +2025-01-14 22:23:29.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.052 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:23:29.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.066 | +functions-common:time_stop:2433 end_time=1736893409054 +2025-01-14 22:23:29.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.078 | +functions-common:time_stop:2434 elapsed_time=5404 +2025-01-14 22:23:29.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.092 | +functions-common:time_stop:2435 total=0 +2025-01-14 22:23:29.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.104 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:23:29.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.115 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=5404 +2025-01-14 22:23:29.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.127 | +inc/python:pip_install:219 return 0 +2025-01-14 22:23:29.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.140 | +inc/python:setup_devstack_virtualenv:46 [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] +2025-01-14 22:23:29.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.155 | +inc/python:setup_devstack_virtualenv:47 export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:23:29.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.164 | +inc/python:setup_devstack_virtualenv:47 PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:23:29.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.173 | +inc/python:setup_devstack_virtualenv:48 export PYTHON=/opt/stack/data/venv/bin/python3 +2025-01-14 22:23:29.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.182 | +inc/python:setup_devstack_virtualenv:48 PYTHON=/opt/stack/data/venv/bin/python3 +2025-01-14 22:23:29.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.192 | +./stack.sh:main:840 pip_install -U os-testr +2025-01-14 22:23:29.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.238 | Using python 3.10 to install os-testr +2025-01-14 22:23:29.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:29.249 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr +2025-01-14 22:23:30.151 | Collecting os-testr +2025-01-14 22:23:30.310 | Downloading os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) +2025-01-14 22:23:30.365 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) +2025-01-14 22:23:30.383 | Downloading pbr-6.1.0-py2.py3-none-any.whl.metadata (3.4 kB) +2025-01-14 22:23:30.417 | Collecting python-subunit>=1.0.0 (from os-testr) +2025-01-14 22:23:30.435 | Downloading python_subunit-1.4.4-py3-none-any.whl.metadata (22 kB) +2025-01-14 22:23:30.486 | Collecting testtools>=2.2.0 (from os-testr) +2025-01-14 22:23:30.503 | Downloading testtools-2.7.2-py3-none-any.whl.metadata (5.2 kB) +2025-01-14 22:23:30.546 | Collecting iso8601 (from python-subunit>=1.0.0->os-testr) +2025-01-14 22:23:30.564 | Downloading iso8601-2.1.0-py3-none-any.whl.metadata (3.7 kB) +2025-01-14 22:23:30.601 | Downloading os_testr-3.0.0-py3-none-any.whl (32 kB) +2025-01-14 22:23:30.629 | Downloading pbr-6.1.0-py2.py3-none-any.whl (108 kB) +2025-01-14 22:23:30.664 | Downloading python_subunit-1.4.4-py3-none-any.whl (104 kB) +2025-01-14 22:23:30.703 | Downloading testtools-2.7.2-py3-none-any.whl (179 kB) +2025-01-14 22:23:30.754 | Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) +2025-01-14 22:23:30.852 | Installing collected packages: testtools, pbr, iso8601, python-subunit, os-testr +2025-01-14 22:23:31.132 | Successfully installed iso8601-2.1.0 os-testr-3.0.0 pbr-6.1.0 python-subunit-1.4.4 testtools-2.7.2 +2025-01-14 22:23:31.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.483 | +inc/python:pip_install:216 result=0 +2025-01-14 22:23:31.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.494 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:23:31.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.508 | +functions-common:time_stop:2421 local name +2025-01-14 22:23:31.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.522 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:23:31.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.536 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:23:31.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.551 | +functions-common:time_stop:2424 local total +2025-01-14 22:23:31.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.565 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:23:31.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.578 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:23:31.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.591 | +functions-common:time_stop:2428 start_time=1736893409231 +2025-01-14 22:23:31.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.603 | +functions-common:time_stop:2430 [[ -z 1736893409231 ]] +2025-01-14 22:23:31.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.616 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:23:31.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.633 | +functions-common:time_stop:2433 end_time=1736893411619 +2025-01-14 22:23:31.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.645 | +functions-common:time_stop:2434 elapsed_time=2388 +2025-01-14 22:23:31.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.657 | +functions-common:time_stop:2435 total=5404 +2025-01-14 22:23:31.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.668 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:23:31.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.679 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=7792 +2025-01-14 22:23:31.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.690 | +inc/python:pip_install:219 return 0 +2025-01-14 22:23:31.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.703 | +./stack.sh:main:844 iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 +2025-01-14 22:23:31.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.828 | +./stack.sh:main:845 sudo systemctl restart systemd-journald +2025-01-14 22:23:31.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.905 | +./stack.sh:main:851 install_infra +2025-01-14 22:23:31.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.917 | +lib/infra:install_infra:31 local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv +2025-01-14 22:23:31.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.926 | +lib/infra:install_infra:32 '[' '!' -d /opt/stack/requirements/.venv ']' +2025-01-14 22:23:31.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:31.935 | +lib/infra:install_infra:32 python3 -m venv /opt/stack/requirements/.venv +2025-01-14 22:23:34.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.924 | +lib/infra:install_infra:34 PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv +2025-01-14 22:23:34.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.935 | +lib/infra:install_infra:34 pip_install -U pbr 'setuptools[core]' +2025-01-14 22:23:34.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:34.996 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 'setuptools[core]' +2025-01-14 22:23:36.030 | Collecting pbr +2025-01-14 22:23:36.228 | Downloading pbr-6.1.0-py2.py3-none-any.whl (108 kB) +2025-01-14 22:23:36.257 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/108.5 KB 5.7 MB/s eta 0:00:00 +2025-01-14 22:23:36.262 | Requirement already satisfied: setuptools[core] in /opt/stack/requirements/.venv/lib/python3.10/site-packages (59.6.0) +2025-01-14 22:23:36.544 | Collecting setuptools[core] +2025-01-14 22:23:36.551 | Using cached setuptools-75.8.0-py3-none-any.whl (1.2 MB) +2025-01-14 22:23:36.674 | Collecting jaraco.functools>=4 +2025-01-14 22:23:36.676 | Using cached jaraco.functools-4.1.0-py3-none-any.whl (10 kB) +2025-01-14 22:23:36.721 | Collecting jaraco.text>=3.7 +2025-01-14 22:23:36.723 | Using cached jaraco.text-4.0.0-py3-none-any.whl (11 kB) +2025-01-14 22:23:36.776 | Collecting jaraco.collections +2025-01-14 22:23:36.777 | Using cached jaraco.collections-5.1.0-py3-none-any.whl (11 kB) +2025-01-14 22:23:36.826 | Collecting more_itertools +2025-01-14 22:23:36.827 | Using cached more_itertools-10.5.0-py3-none-any.whl (60 kB) +2025-01-14 22:23:36.872 | Collecting packaging>=24.2 +2025-01-14 22:23:36.873 | Using cached packaging-24.2-py3-none-any.whl (65 kB) +2025-01-14 22:23:36.926 | Collecting wheel>=0.43.0 +2025-01-14 22:23:36.928 | Using cached wheel-0.45.1-py3-none-any.whl (72 kB) +2025-01-14 22:23:36.967 | Collecting tomli>=2.0.1 +2025-01-14 22:23:36.968 | Using cached tomli-2.2.1-py3-none-any.whl (14 kB) +2025-01-14 22:23:37.020 | Collecting platformdirs>=4.2.2 +2025-01-14 22:23:37.021 | Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB) +2025-01-14 22:23:37.088 | Collecting jaraco.context>=4.1 +2025-01-14 22:23:37.089 | Using cached jaraco.context-6.0.1-py3-none-any.whl (6.8 kB) +2025-01-14 22:23:37.119 | Collecting autocommand +2025-01-14 22:23:37.120 | Using cached autocommand-2.2.2-py3-none-any.whl (19 kB) +2025-01-14 22:23:37.179 | Collecting backports.tarfile +2025-01-14 22:23:37.180 | Using cached backports.tarfile-1.2.0-py3-none-any.whl (30 kB) +2025-01-14 22:23:37.313 | Installing collected packages: wheel, tomli, setuptools, platformdirs, pbr, packaging, more_itertools, backports.tarfile, autocommand, jaraco.functools, jaraco.context, jaraco.text, jaraco.collections +2025-01-14 22:23:37.370 | Attempting uninstall: setuptools +2025-01-14 22:23:37.371 | Found existing installation: setuptools 59.6.0 +2025-01-14 22:23:37.467 | Uninstalling setuptools-59.6.0: +2025-01-14 22:23:37.477 | Successfully uninstalled setuptools-59.6.0 +2025-01-14 22:23:38.340 | Successfully installed autocommand-2.2.2 backports.tarfile-1.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 more_itertools-10.5.0 packaging-24.2 pbr-6.1.0 platformdirs-4.3.6 setuptools-75.8.0 tomli-2.2.1 wheel-0.45.1 +2025-01-14 22:23:38.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.451 | +inc/python:pip_install:216 result=0 +2025-01-14 22:23:38.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.460 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:23:38.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.468 | +functions-common:time_stop:2421 local name +2025-01-14 22:23:38.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.476 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:23:38.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.484 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:23:38.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.491 | +functions-common:time_stop:2424 local total +2025-01-14 22:23:38.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.500 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:23:38.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.508 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:23:38.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.516 | +functions-common:time_stop:2428 start_time=1736893414979 +2025-01-14 22:23:38.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.524 | +functions-common:time_stop:2430 [[ -z 1736893414979 ]] +2025-01-14 22:23:38.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.538 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:23:38.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.550 | +functions-common:time_stop:2433 end_time=1736893418540 +2025-01-14 22:23:38.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.562 | +functions-common:time_stop:2434 elapsed_time=3561 +2025-01-14 22:23:38.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.575 | +functions-common:time_stop:2435 total=7792 +2025-01-14 22:23:38.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.587 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:23:38.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.600 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=11353 +2025-01-14 22:23:38.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.611 | +inc/python:pip_install:219 return 0 +2025-01-14 22:23:38.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.624 | +lib/infra:install_infra:35 PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv +2025-01-14 22:23:38.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.637 | +lib/infra:install_infra:35 pip_install /opt/stack/requirements +2025-01-14 22:23:38.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:38.698 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements +2025-01-14 22:23:39.515 | Processing /opt/stack/requirements +2025-01-14 22:23:39.516 | Preparing metadata (setup.py): started +2025-01-14 22:23:40.223 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:23:40.459 | Collecting fixtures>=3.0.0 +2025-01-14 22:23:40.647 | Downloading fixtures-4.1.0-py3-none-any.whl (64 kB) +2025-01-14 22:23:40.664 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 KB 5.0 MB/s eta 0:00:00 +2025-01-14 22:23:40.698 | Collecting Parsley>=1.2 +2025-01-14 22:23:40.716 | Downloading Parsley-1.3-py2.py3-none-any.whl (88 kB) +2025-01-14 22:23:40.738 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.9/88.9 KB 4.5 MB/s eta 0:00:00 +2025-01-14 22:23:40.743 | Requirement already satisfied: packaging!=20.5,!=20.6,!=20.7,>=16.5 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from openstack_requirements==1.2.1.dev7268) (24.2) +2025-01-14 22:23:40.813 | Collecting requests>=2.14.2 +2025-01-14 22:23:40.829 | Downloading requests-2.32.3-py3-none-any.whl (64 kB) +2025-01-14 22:23:40.848 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 KB 4.1 MB/s eta 0:00:00 +2025-01-14 22:23:40.951 | Collecting PyYAML>=3.12 +2025-01-14 22:23:40.968 | Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) +2025-01-14 22:23:41.055 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 8.8 MB/s eta 0:00:00 +2025-01-14 22:23:41.093 | Collecting beagle>=0.2.1 +2025-01-14 22:23:41.109 | Downloading beagle-0.4.0-py3-none-any.whl (11 kB) +2025-01-14 22:23:41.119 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from openstack_requirements==1.2.1.dev7268) (75.8.0) +2025-01-14 22:23:41.179 | Collecting cliff>=2.11.0 +2025-01-14 22:23:41.196 | Downloading cliff-4.8.0-py3-none-any.whl (80 kB) +2025-01-14 22:23:41.208 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 KB 9.2 MB/s eta 0:00:00 +2025-01-14 22:23:41.212 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack_requirements==1.2.1.dev7268) (6.1.0) +2025-01-14 22:23:41.312 | Collecting urllib3<3,>=1.21.1 +2025-01-14 22:23:41.328 | Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) +2025-01-14 22:23:41.342 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 KB 15.2 MB/s eta 0:00:00 +2025-01-14 22:23:41.396 | Collecting certifi>=2017.4.17 +2025-01-14 22:23:41.411 | Downloading certifi-2024.12.14-py3-none-any.whl (164 kB) +2025-01-14 22:23:41.420 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.9/164.9 KB 27.0 MB/s eta 0:00:00 +2025-01-14 22:23:41.611 | Collecting charset-normalizer<4,>=2 +2025-01-14 22:23:41.626 | Downloading charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) +2025-01-14 22:23:41.635 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.8/144.8 KB 22.4 MB/s eta 0:00:00 +2025-01-14 22:23:41.682 | Collecting idna<4,>=2.5 +2025-01-14 22:23:41.697 | Downloading idna-3.10-py3-none-any.whl (70 kB) +2025-01-14 22:23:41.705 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 KB 12.5 MB/s eta 0:00:00 +2025-01-14 22:23:41.792 | Collecting stevedore>=2.0.1 +2025-01-14 22:23:41.810 | Downloading stevedore-5.4.0-py3-none-any.whl (49 kB) +2025-01-14 22:23:41.822 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 KB 5.5 MB/s eta 0:00:00 +2025-01-14 22:23:41.866 | Collecting autopage>=0.4.0 +2025-01-14 22:23:41.881 | Downloading autopage-0.5.2-py3-none-any.whl (30 kB) +2025-01-14 22:23:41.956 | Collecting cmd2>=1.0.0 +2025-01-14 22:23:41.973 | Downloading cmd2-2.5.7-py3-none-any.whl (152 kB) +2025-01-14 22:23:41.985 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.0/152.0 KB 16.6 MB/s eta 0:00:00 +2025-01-14 22:23:42.030 | Collecting PrettyTable>=0.7.2 +2025-01-14 22:23:42.050 | Downloading prettytable-3.12.0-py3-none-any.whl (31 kB) +2025-01-14 22:23:42.145 | Collecting wcwidth +2025-01-14 22:23:42.167 | Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) +2025-01-14 22:23:42.215 | Collecting pyperclip +2025-01-14 22:23:42.231 | Downloading pyperclip-1.9.0.tar.gz (20 kB) +2025-01-14 22:23:42.248 | Preparing metadata (setup.py): started +2025-01-14 22:23:42.441 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:23:42.504 | Building wheels for collected packages: openstack_requirements, pyperclip +2025-01-14 22:23:42.504 | Building wheel for openstack_requirements (setup.py): started +2025-01-14 22:23:43.931 | Building wheel for openstack_requirements (setup.py): finished with status 'done' +2025-01-14 22:23:43.933 | Created wheel for openstack_requirements: filename=openstack_requirements-1.2.1.dev7268-py3-none-any.whl size=58236 sha256=2131933afc5f909c737701af8fd15bed582824535aaf2aad834f80dc536d7557 +2025-01-14 22:23:43.934 | Stored in directory: /tmp/pip-ephem-wheel-cache-arlr8ev4/wheels/e1/e8/0d/0f4e660d9aaaf181126542ff9b648c105830cc8a37987debf7 +2025-01-14 22:23:43.941 | Building wheel for pyperclip (setup.py): started +2025-01-14 22:23:44.161 | Building wheel for pyperclip (setup.py): finished with status 'done' +2025-01-14 22:23:44.163 | Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11049 sha256=617e0a286ebda6687b290b8aa420001bcae4b84e8e9adf4b06ed755ea6cb255e +2025-01-14 22:23:44.164 | Stored in directory: /home/ubuntu/.cache/pip/wheels/cc/ae/36/ee17d1de094fcb61e24106cb329b5103861e819f94bef5e10a +2025-01-14 22:23:44.167 | Successfully built openstack_requirements pyperclip +2025-01-14 22:23:44.294 | Installing collected packages: wcwidth, pyperclip, Parsley, urllib3, stevedore, PyYAML, PrettyTable, idna, fixtures, cmd2, charset-normalizer, certifi, autopage, requests, cliff, beagle, openstack_requirements +2025-01-14 22:23:45.019 | Successfully installed Parsley-1.3 PrettyTable-3.12.0 PyYAML-6.0.2 autopage-0.5.2 beagle-0.4.0 certifi-2024.12.14 charset-normalizer-3.4.0 cliff-4.8.0 cmd2-2.5.7 fixtures-4.1.0 idna-3.10 openstack_requirements-1.2.1.dev7268 pyperclip-1.9.0 requests-2.32.3 stevedore-5.4.0 urllib3-1.26.20 wcwidth-0.2.13 +2025-01-14 22:23:45.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.127 | +inc/python:pip_install:216 result=0 +2025-01-14 22:23:45.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.141 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:23:45.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.155 | +functions-common:time_stop:2421 local name +2025-01-14 22:23:45.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.166 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:23:45.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.175 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:23:45.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.187 | +functions-common:time_stop:2424 local total +2025-01-14 22:23:45.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.198 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:23:45.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.210 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:23:45.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.222 | +functions-common:time_stop:2428 start_time=1736893418682 +2025-01-14 22:23:45.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.235 | +functions-common:time_stop:2430 [[ -z 1736893418682 ]] +2025-01-14 22:23:45.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.250 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:23:45.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.266 | +functions-common:time_stop:2433 end_time=1736893425253 +2025-01-14 22:23:45.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.278 | +functions-common:time_stop:2434 elapsed_time=6571 +2025-01-14 22:23:45.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.292 | +functions-common:time_stop:2435 total=11353 +2025-01-14 22:23:45.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.307 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:23:45.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.320 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=17924 +2025-01-14 22:23:45.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.334 | +inc/python:pip_install:219 return 0 +2025-01-14 22:23:45.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.351 | +lib/infra:install_infra:39 unset PIP_VIRTUAL_ENV +2025-01-14 22:23:45.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.366 | +lib/infra:install_infra:42 use_library_from_git pbr +2025-01-14 22:23:45.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.379 | +inc/python:use_library_from_git:266 local name=pbr +2025-01-14 22:23:45.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.392 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:23:45.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.407 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:23:45.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.420 | +inc/python:use_library_from_git:268 [[ ,, =~ ,pbr, ]] +2025-01-14 22:23:45.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.435 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:23:45.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.447 | +lib/infra:install_infra:48 pip_install -U pbr +2025-01-14 22:23:45.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.507 | Using python 3.10 to install pbr +2025-01-14 22:23:45.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:45.518 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr +2025-01-14 22:23:46.224 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (6.1.0) +2025-01-14 22:23:46.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.607 | +inc/python:pip_install:216 result=0 +2025-01-14 22:23:46.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.618 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:23:46.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.631 | +functions-common:time_stop:2421 local name +2025-01-14 22:23:46.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.642 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:23:46.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.654 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:23:46.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.666 | +functions-common:time_stop:2424 local total +2025-01-14 22:23:46.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.678 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:23:46.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.691 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:23:46.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.702 | +functions-common:time_stop:2428 start_time=1736893425500 +2025-01-14 22:23:46.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.713 | +functions-common:time_stop:2430 [[ -z 1736893425500 ]] +2025-01-14 22:23:46.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.725 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:23:46.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.739 | +functions-common:time_stop:2433 end_time=1736893426728 +2025-01-14 22:23:46.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.751 | +functions-common:time_stop:2434 elapsed_time=1228 +2025-01-14 22:23:46.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.763 | +functions-common:time_stop:2435 total=17924 +2025-01-14 22:23:46.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.774 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:23:46.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.784 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=19152 +2025-01-14 22:23:46.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.798 | +inc/python:pip_install:219 return 0 +2025-01-14 22:23:46.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:46.810 | +./stack.sh:main:854 python3 -m venv /opt/stack/bindep-venv +2025-01-14 22:23:49.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:49.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:49.727 | +./stack.sh:main:856 /opt/stack/bindep-venv/bin/pip install bindep +2025-01-14 22:23:50.383 | Collecting bindep +2025-01-14 22:23:50.574 | Downloading bindep-2.11.0-py2.py3-none-any.whl (34 kB) +2025-01-14 22:23:50.651 | Collecting packaging +2025-01-14 22:23:50.652 | Using cached packaging-24.2-py3-none-any.whl (65 kB) +2025-01-14 22:23:50.686 | Collecting distro>=1.7.0 +2025-01-14 22:23:50.704 | Downloading distro-1.9.0-py3-none-any.whl (20 kB) +2025-01-14 22:23:50.767 | Collecting pbr>=2.0.0 +2025-01-14 22:23:50.769 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) +2025-01-14 22:23:50.811 | Collecting Parsley +2025-01-14 22:23:50.813 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) +2025-01-14 22:23:50.844 | Installing collected packages: Parsley, pbr, packaging, distro, bindep +2025-01-14 22:23:51.073 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.2 pbr-6.1.0 +2025-01-14 22:23:51.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.153 | +./stack.sh:main:857 export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep +2025-01-14 22:23:51.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.162 | +./stack.sh:main:857 BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep +2025-01-14 22:23:51.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.173 | ++./stack.sh:main:860 _get_plugin_bindep_packages +2025-01-14 22:23:51.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.231 | +./stack.sh:main:860 pkgs= +2025-01-14 22:23:51.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.239 | +./stack.sh:main:861 [[ -n '' ]] +2025-01-14 22:23:51.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.249 | +./stack.sh:main:868 run_phase stack pre-install +2025-01-14 22:23:51.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.261 | +functions-common:run_phase:1849 local mode=stack +2025-01-14 22:23:51.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.271 | +functions-common:run_phase:1850 local phase=pre-install +2025-01-14 22:23:51.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.284 | +functions-common:run_phase:1851 [[ -d /opt/stack/devstack/extras.d ]] +2025-01-14 22:23:51.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.297 | +functions-common:run_phase:1852 local extra_plugin_file_name +2025-01-14 22:23:51.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.311 | +functions-common:run_phase:1853 for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh +2025-01-14 22:23:51.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.324 | +functions-common:run_phase:1858 local exceptions=80-tempest.sh +2025-01-14 22:23:51.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.338 | +functions-common:run_phase:1859 local extra +2025-01-14 22:23:51.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.354 | ++functions-common:run_phase:1860 basename /opt/stack/devstack/extras.d/80-tempest.sh +2025-01-14 22:23:51.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.374 | +functions-common:run_phase:1860 extra=80-tempest.sh +2025-01-14 22:23:51.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.388 | +functions-common:run_phase:1861 [[ 80-tempest.sh =~ 80-tempest\.sh ]] +2025-01-14 22:23:51.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.403 | +functions-common:run_phase:1865 [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] +2025-01-14 22:23:51.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.418 | +functions-common:run_phase:1865 source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install +2025-01-14 22:23:51.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.432 | ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest +2025-01-14 22:23:51.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.497 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:23:51.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.509 | ++extras.d/80-tempest.sh:source:4 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:23:51.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.521 | ++extras.d/80-tempest.sh:source:7 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:23:51.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.535 | ++extras.d/80-tempest.sh:source:7 [[ pre-install == \i\n\s\t\a\l\l ]] +2025-01-14 22:23:51.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.546 | ++extras.d/80-tempest.sh:source:10 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:23:51.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.560 | ++extras.d/80-tempest.sh:source:10 [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] +2025-01-14 22:23:51.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.575 | ++extras.d/80-tempest.sh:source:13 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:23:51.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.588 | ++extras.d/80-tempest.sh:source:13 [[ pre-install == \e\x\t\r\a ]] +2025-01-14 22:23:51.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.602 | ++extras.d/80-tempest.sh:source:16 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:23:51.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.617 | ++extras.d/80-tempest.sh:source:16 [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] +2025-01-14 22:23:51.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.631 | ++extras.d/80-tempest.sh:source:19 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:23:51.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.647 | ++extras.d/80-tempest.sh:source:19 [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] +2025-01-14 22:23:51.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.662 | ++extras.d/80-tempest.sh:source:27 [[ stack == \u\n\s\t\a\c\k ]] +2025-01-14 22:23:51.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.675 | ++extras.d/80-tempest.sh:source:32 [[ stack == \c\l\e\a\n ]] +2025-01-14 22:23:51.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.692 | +functions-common:run_phase:1870 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:23:51.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.708 | +functions-common:run_phase:1873 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] +2025-01-14 22:23:51.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.723 | +functions-common:run_phase:1876 run_plugins stack pre-install +2025-01-14 22:23:51.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.737 | +functions-common:run_plugins:1835 local mode=stack +2025-01-14 22:23:51.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.750 | +functions-common:run_plugins:1836 local phase=pre-install +2025-01-14 22:23:51.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.763 | +functions-common:run_plugins:1838 local plugins= +2025-01-14 22:23:51.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.778 | +functions-common:run_plugins:1839 local plugin +2025-01-14 22:23:51.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.791 | +./stack.sh:main:871 set_systemd_override DefaultLimitNOFILE 2048 +2025-01-14 22:23:51.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.806 | +functions:set_systemd_override:836 local key=DefaultLimitNOFILE +2025-01-14 22:23:51.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.819 | +functions:set_systemd_override:837 local value=2048 +2025-01-14 22:23:51.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.832 | +functions:set_systemd_override:839 local sysconf=/etc/systemd/system.conf +2025-01-14 22:23:51.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.846 | +functions:set_systemd_override:840 iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 +2025-01-14 22:23:51.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.971 | +functions:set_systemd_override:841 echo 'Set systemd system override for DefaultLimitNOFILE=2048' +2025-01-14 22:23:51.971 | Set systemd system override for DefaultLimitNOFILE=2048 +2025-01-14 22:23:51.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:51.990 | +functions:set_systemd_override:843 sudo systemctl daemon-reload +2025-01-14 22:23:52.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.266 | +./stack.sh:main:873 install_rpc_backend +2025-01-14 22:23:52.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.275 | +lib/rpc_backend:install_rpc_backend:52 is_service_enabled rabbit +2025-01-14 22:23:52.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.330 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:23:52.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.342 | +lib/rpc_backend:install_rpc_backend:54 install_package rabbitmq-server +2025-01-14 22:23:52.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.354 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:23:52.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.368 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:23:52.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.384 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:23:52.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.396 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:23:52.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.409 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:23:52.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.423 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:23:52.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.435 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:23:52.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.448 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:23:52.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.461 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:23:52.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.473 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:23:52.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.485 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:23:52.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.496 | +functions-common:apt_get_update:1171 return +2025-01-14 22:23:52.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.508 | +functions-common:install_package:1443 real_install_package rabbitmq-server +2025-01-14 22:23:52.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.520 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:23:52.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.533 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:23:52.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.545 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:23:52.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.557 | +functions-common:real_install_package:1431 apt_get install rabbitmq-server +2025-01-14 22:23:52.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:23:52.619 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server +2025-01-14 22:23:52.699 | Reading package lists... +2025-01-14 22:23:52.892 | Building dependency tree... +2025-01-14 22:23:52.892 | Reading state information... +2025-01-14 22:23:53.067 | The following additional packages will be installed: +2025-01-14 22:23:53.067 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets +2025-01-14 22:23:53.067 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key +2025-01-14 22:23:53.068 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp +2025-01-14 22:23:53.068 | erlang-tools erlang-xmerl +2025-01-14 22:23:53.069 | Suggested packages: +2025-01-14 22:23:53.069 | erlang erlang-manpages erlang-doc +2025-01-14 22:23:53.104 | The following NEW packages will be installed: +2025-01-14 22:23:53.104 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets +2025-01-14 22:23:53.104 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key +2025-01-14 22:23:53.104 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp +2025-01-14 22:23:53.104 | erlang-tools erlang-xmerl rabbitmq-server +2025-01-14 22:23:53.403 | 0 upgraded, 18 newly installed, 0 to remove and 74 not upgraded. +2025-01-14 22:23:53.403 | Need to get 35.1 MB of archives. +2025-01-14 22:23:53.403 | After this operation, 54.8 MB of additional disk space will be used. +2025-01-14 22:23:53.403 | Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-base amd64 1:24.2.1+dfsg-1ubuntu0.1 [9,829 kB] +2025-01-14 22:23:57.779 | Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-asn1 amd64 1:24.2.1+dfsg-1ubuntu0.1 [911 kB] +2025-01-14 22:23:58.209 | Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-crypto amd64 1:24.2.1+dfsg-1ubuntu0.1 [157 kB] +2025-01-14 22:23:58.875 | Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-public-key amd64 1:24.2.1+dfsg-1ubuntu0.1 [784 kB] +2025-01-14 22:23:59.148 | Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-mnesia amd64 1:24.2.1+dfsg-1ubuntu0.1 [891 kB] +2025-01-14 22:24:00.267 | Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-runtime-tools amd64 1:24.2.1+dfsg-1ubuntu0.1 [227 kB] +2025-01-14 22:24:00.440 | Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-ssl amd64 1:24.2.1+dfsg-1ubuntu0.1 [1,585 kB] +2025-01-14 22:24:01.286 | Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-eldap amd64 1:24.2.1+dfsg-1ubuntu0.1 [125 kB] +2025-01-14 22:24:01.441 | Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-ftp amd64 1:24.2.1+dfsg-1ubuntu0.1 [84.4 kB] +2025-01-14 22:24:01.584 | Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-tftp amd64 1:24.2.1+dfsg-1ubuntu0.1 [103 kB] +2025-01-14 22:24:01.736 | Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-inets amd64 1:24.2.1+dfsg-1ubuntu0.1 [627 kB] +2025-01-14 22:24:02.034 | Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-snmp amd64 1:24.2.1+dfsg-1ubuntu0.1 [1,894 kB] +2025-01-14 22:24:02.480 | Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-os-mon amd64 1:24.2.1+dfsg-1ubuntu0.1 [91.1 kB] +2025-01-14 22:24:02.623 | Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-parsetools amd64 1:24.2.1+dfsg-1ubuntu0.1 [194 kB] +2025-01-14 22:24:02.787 | Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-syntax-tools amd64 1:24.2.1+dfsg-1ubuntu0.1 [303 kB] +2025-01-14 22:24:02.956 | Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-tools amd64 1:24.2.1+dfsg-1ubuntu0.1 [635 kB] +2025-01-14 22:24:03.192 | Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-xmerl amd64 1:24.2.1+dfsg-1ubuntu0.1 [1,383 kB] +2025-01-14 22:24:03.737 | Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rabbitmq-server all 3.9.27-0ubuntu0.1 [15.2 MB] +2025-01-14 22:24:06.542 | Fetched 35.1 MB in 13s (2,687 kB/s) +2025-01-14 22:24:06.579 | Selecting previously unselected package erlang-base. +2025-01-14 22:24:06.621 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65987 files and directories currently installed.) +2025-01-14 22:24:06.622 | Preparing to unpack .../00-erlang-base_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:06.625 | Unpacking erlang-base (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:06.784 | Selecting previously unselected package erlang-asn1. +2025-01-14 22:24:06.790 | Preparing to unpack .../01-erlang-asn1_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:06.792 | Unpacking erlang-asn1 (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:06.831 | Selecting previously unselected package erlang-crypto. +2025-01-14 22:24:06.837 | Preparing to unpack .../02-erlang-crypto_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:06.839 | Unpacking erlang-crypto (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:06.878 | Selecting previously unselected package erlang-public-key. +2025-01-14 22:24:06.885 | Preparing to unpack .../03-erlang-public-key_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:06.887 | Unpacking erlang-public-key (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:06.930 | Selecting previously unselected package erlang-mnesia. +2025-01-14 22:24:06.937 | Preparing to unpack .../04-erlang-mnesia_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:06.939 | Unpacking erlang-mnesia (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:06.981 | Selecting previously unselected package erlang-runtime-tools. +2025-01-14 22:24:06.987 | Preparing to unpack .../05-erlang-runtime-tools_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:06.989 | Unpacking erlang-runtime-tools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.022 | Selecting previously unselected package erlang-ssl. +2025-01-14 22:24:07.028 | Preparing to unpack .../06-erlang-ssl_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.029 | Unpacking erlang-ssl (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.084 | Selecting previously unselected package erlang-eldap. +2025-01-14 22:24:07.098 | Preparing to unpack .../07-erlang-eldap_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.099 | Unpacking erlang-eldap (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.133 | Selecting previously unselected package erlang-ftp. +2025-01-14 22:24:07.139 | Preparing to unpack .../08-erlang-ftp_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.140 | Unpacking erlang-ftp (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.174 | Selecting previously unselected package erlang-tftp. +2025-01-14 22:24:07.179 | Preparing to unpack .../09-erlang-tftp_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.182 | Unpacking erlang-tftp (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.215 | Selecting previously unselected package erlang-inets. +2025-01-14 22:24:07.222 | Preparing to unpack .../10-erlang-inets_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.224 | Unpacking erlang-inets (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.276 | Selecting previously unselected package erlang-snmp. +2025-01-14 22:24:07.285 | Preparing to unpack .../11-erlang-snmp_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.288 | Unpacking erlang-snmp (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.355 | Selecting previously unselected package erlang-os-mon. +2025-01-14 22:24:07.361 | Preparing to unpack .../12-erlang-os-mon_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.363 | Unpacking erlang-os-mon (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.394 | Selecting previously unselected package erlang-parsetools. +2025-01-14 22:24:07.400 | Preparing to unpack .../13-erlang-parsetools_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.402 | Unpacking erlang-parsetools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.435 | Selecting previously unselected package erlang-syntax-tools. +2025-01-14 22:24:07.441 | Preparing to unpack .../14-erlang-syntax-tools_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.443 | Unpacking erlang-syntax-tools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.480 | Selecting previously unselected package erlang-tools. +2025-01-14 22:24:07.492 | Preparing to unpack .../15-erlang-tools_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.495 | Unpacking erlang-tools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.539 | Selecting previously unselected package erlang-xmerl. +2025-01-14 22:24:07.545 | Preparing to unpack .../16-erlang-xmerl_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... +2025-01-14 22:24:07.548 | Unpacking erlang-xmerl (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:07.600 | Selecting previously unselected package rabbitmq-server. +2025-01-14 22:24:07.606 | Preparing to unpack .../17-rabbitmq-server_3.9.27-0ubuntu0.1_all.deb ... +2025-01-14 22:24:07.608 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.1) ... +2025-01-14 22:24:08.044 | Setting up erlang-base (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:09.963 | Searching for services which depend on erlang and should be started... none found. +2025-01-14 22:24:09.967 | Setting up erlang-xmerl (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:09.977 | Setting up erlang-syntax-tools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:09.985 | Setting up erlang-parsetools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:09.993 | Setting up erlang-asn1 (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.003 | Setting up erlang-tftp (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.012 | Setting up erlang-mnesia (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.021 | Setting up erlang-crypto (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.029 | Setting up erlang-runtime-tools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.039 | Setting up erlang-tools (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.048 | Setting up erlang-snmp (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.056 | Setting up erlang-public-key (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.065 | Setting up erlang-ssl (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.073 | Setting up erlang-os-mon (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.082 | Setting up erlang-eldap (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.092 | Setting up erlang-ftp (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.100 | Setting up erlang-inets (1:24.2.1+dfsg-1ubuntu0.1) ... +2025-01-14 22:24:10.108 | Setting up rabbitmq-server (3.9.27-0ubuntu0.1) ... +2025-01-14 22:24:10.169 | Adding group `rabbitmq' (GID 126) ... +2025-01-14 22:24:10.188 | Done. +2025-01-14 22:24:10.231 | Adding system user `rabbitmq' (UID 118) ... +2025-01-14 22:24:10.231 | Adding new user `rabbitmq' (UID 118) with group `rabbitmq' ... +2025-01-14 22:24:10.289 | Not creating home directory `/var/lib/rabbitmq'. +2025-01-14 22:24:10.485 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. +2025-01-14 22:24:14.921 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:24:15.367 | NEEDRESTART-VER: 3.5 +2025-01-14 22:24:15.910 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:24:15.911 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:24:15.911 | NEEDRESTART-KSTA: 1 +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:24:15.911 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:24:18.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.608 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:24:18.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.620 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:24:18.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.632 | +functions-common:time_stop:2421 local name +2025-01-14 22:24:18.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.643 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:24:18.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.654 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:24:18.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.668 | +functions-common:time_stop:2424 local total +2025-01-14 22:24:18.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.681 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:24:18.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.694 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:24:18.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.708 | +functions-common:time_stop:2428 start_time=1736893432610 +2025-01-14 22:24:18.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.719 | +functions-common:time_stop:2430 [[ -z 1736893432610 ]] +2025-01-14 22:24:18.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.733 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:24:18.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.745 | +functions-common:time_stop:2433 end_time=1736893458735 +2025-01-14 22:24:18.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.756 | +functions-common:time_stop:2434 elapsed_time=26125 +2025-01-14 22:24:18.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.767 | +functions-common:time_stop:2435 total=167643 +2025-01-14 22:24:18.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.778 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:24:18.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.790 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=193768 +2025-01-14 22:24:18.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.801 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:24:18.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.816 | +lib/rpc_backend:install_rpc_backend:55 is_fedora +2025-01-14 22:24:18.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.827 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:24:18.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.838 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:24:18.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.854 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:24:18.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.869 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:24:18.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.884 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:24:18.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.897 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:24:18.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.910 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:24:18.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.924 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:24:18.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.937 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:24:18.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.951 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:24:18.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.963 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:24:18.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.977 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:24:18.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:18.990 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:24:18.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.004 | +./stack.sh:main:874 restart_rpc_backend +2025-01-14 22:24:19.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.018 | +lib/rpc_backend:restart_rpc_backend:68 is_service_enabled rabbit +2025-01-14 22:24:19.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.083 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:24:19.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.098 | +lib/rpc_backend:restart_rpc_backend:70 echo_summary 'Starting RabbitMQ' +2025-01-14 22:24:19.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.111 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:24:19.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.122 | +./stack.sh:echo_summary:474 echo -e Starting RabbitMQ +2025-01-14 22:24:19.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.136 | +lib/rpc_backend:restart_rpc_backend:81 local i +2025-01-14 22:24:19.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.152 | ++lib/rpc_backend:restart_rpc_backend:82 seq 20 +2025-01-14 22:24:19.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.166 | +lib/rpc_backend:restart_rpc_backend:82 for i in `seq 20` +2025-01-14 22:24:19.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.180 | +lib/rpc_backend:restart_rpc_backend:83 local rc=0 +2025-01-14 22:24:19.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.192 | +lib/rpc_backend:restart_rpc_backend:85 [[ 1 -eq 20 ]] +2025-01-14 22:24:19.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.206 | +lib/rpc_backend:restart_rpc_backend:87 [[ 1 == \0 ]] +2025-01-14 22:24:19.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.219 | +lib/rpc_backend:restart_rpc_backend:91 rabbit_setuser stackrabbit ****** +2025-01-14 22:24:19.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.231 | +lib/rpc_backend:rabbit_setuser:160 local user=stackrabbit pass=****** found= out= +2025-01-14 22:24:19.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.247 | ++lib/rpc_backend:rabbit_setuser:161 sudo rabbitmqctl list_users +2025-01-14 22:24:19.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.801 | +lib/rpc_backend:rabbit_setuser:161 out='Listing users ... +2025-01-14 22:24:19.801 | user tags +2025-01-14 22:24:19.801 | guest [******istrator]' +2025-01-14 22:24:19.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.810 | ++lib/rpc_backend:rabbit_setuser:163 echo 'Listing users ... +2025-01-14 22:24:19.810 | user tags +2025-01-14 22:24:19.810 | guest [******istrator]' +2025-01-14 22:24:19.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.813 | ++lib/rpc_backend:rabbit_setuser:163 awk '$1 == user { print $1 }' user=stackrabbit +2025-01-14 22:24:19.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.827 | +lib/rpc_backend:rabbit_setuser:163 found= +2025-01-14 22:24:19.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.835 | +lib/rpc_backend:rabbit_setuser:164 '[' '' = stackrabbit ']' +2025-01-14 22:24:19.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:19.844 | +lib/rpc_backend:rabbit_setuser:168 sudo rabbitmqctl add_user stackrabbit ****** +2025-01-14 22:24:20.380 | Adding user "stackrabbit" ... +2025-01-14 22:24:20.386 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. +2025-01-14 22:24:20.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:20.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:20.412 | +lib/rpc_backend:rabbit_setuser:171 sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' +2025-01-14 22:24:20.939 | Setting permissions for user "stackrabbit" in vhost "/" ... +2025-01-14 22:24:20.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:20.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:20.969 | +lib/rpc_backend:restart_rpc_backend:92 '[' 0 -ne 0 ']' +2025-01-14 22:24:20.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:20.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:20.977 | +lib/rpc_backend:restart_rpc_backend:97 sudo rabbitmqctl change_password stackrabbit ****** +2025-01-14 22:24:21.468 | Changing password for user "stackrabbit" ... +2025-01-14 22:24:21.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:21.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:21.498 | +lib/rpc_backend:restart_rpc_backend:99 '[' 0 -ne 0 ']' +2025-01-14 22:24:21.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:21.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:21.506 | +lib/rpc_backend:restart_rpc_backend:103 break +2025-01-14 22:24:21.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:21.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:21.516 | +lib/rpc_backend:restart_rpc_backend:106 sudo rabbitmqctl delete_user guest +2025-01-14 22:24:22.015 | Deleting user "guest" ... +2025-01-14 22:24:22.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.047 | +./stack.sh:main:876 is_service_enabled mysql postgresql +2025-01-14 22:24:22.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.098 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:24:22.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.108 | +./stack.sh:main:877 install_database +2025-01-14 22:24:22.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.116 | +lib/database:install_database:118 install_database_mysql +2025-01-14 22:24:22.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.127 | +lib/databases/mysql:install_database_mysql:192 is_ubuntu +2025-01-14 22:24:22.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.137 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:24:22.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.146 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:24:22.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.161 | +lib/databases/mysql:install_database_mysql:195 sudo debconf-set-selections +2025-01-14 22:24:22.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.298 | +lib/databases/mysql:install_database_mysql:205 [[ ! -e /home/ubuntu/.my.cnf ]] +2025-01-14 22:24:22.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.310 | +lib/databases/mysql:install_database_mysql:206 cat +2025-01-14 22:24:22.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.325 | +lib/databases/mysql:install_database_mysql:212 is_ubuntu +2025-01-14 22:24:22.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.340 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:24:22.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.351 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:24:22.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.365 | +lib/databases/mysql:install_database_mysql:212 '[' mysql '!=' mariadb ']' +2025-01-14 22:24:22.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.376 | +lib/databases/mysql:install_database_mysql:213 echo host=127.0.0.1 +2025-01-14 22:24:22.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.389 | +lib/databases/mysql:install_database_mysql:215 chmod 0600 /home/ubuntu/.my.cnf +2025-01-14 22:24:22.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.403 | +lib/databases/mysql:install_database_mysql:218 [[ True == \T\r\u\e ]] +2025-01-14 22:24:22.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.416 | +lib/databases/mysql:install_database_mysql:219 is_oraclelinux +2025-01-14 22:24:22.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.429 | +functions-common:is_oraclelinux:524 [[ -z Ubuntu ]] +2025-01-14 22:24:22.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.442 | +functions-common:is_oraclelinux:528 '[' Ubuntu = OracleServer ']' +2025-01-14 22:24:22.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.453 | +lib/databases/mysql:install_database_mysql:221 is_fedora +2025-01-14 22:24:22.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.464 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:24:22.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.476 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:24:22.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.488 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:24:22.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.499 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:24:22.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.511 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:24:22.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.523 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:24:22.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.535 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:24:22.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.546 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:24:22.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.560 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:24:22.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.572 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:24:22.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.583 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:24:22.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.596 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:24:22.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.610 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:24:22.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.625 | +lib/databases/mysql:install_database_mysql:224 is_ubuntu +2025-01-14 22:24:22.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.636 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:24:22.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.648 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:24:22.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.661 | +lib/databases/mysql:install_database_mysql:225 install_package mysql-server +2025-01-14 22:24:22.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.675 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:24:22.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.687 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:24:22.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.698 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:24:22.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.711 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:24:22.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.725 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:24:22.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.737 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:24:22.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.750 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:24:22.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.765 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:24:22.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.778 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:24:22.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.792 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:24:22.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.805 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:24:22.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.817 | +functions-common:apt_get_update:1171 return +2025-01-14 22:24:22.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.831 | +functions-common:install_package:1443 real_install_package mysql-server +2025-01-14 22:24:22.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.845 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:24:22.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.859 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:24:22.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.872 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:24:22.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.883 | +functions-common:real_install_package:1431 apt_get install mysql-server +2025-01-14 22:24:22.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:22.943 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server +2025-01-14 22:24:23.016 | Reading package lists... +2025-01-14 22:24:23.199 | Building dependency tree... +2025-01-14 22:24:23.200 | Reading state information... +2025-01-14 22:24:23.378 | The following additional packages will be installed: +2025-01-14 22:24:23.379 | libevent-pthreads-2.1-7 libmecab2 libprotobuf-lite23 mysql-client-8.0 +2025-01-14 22:24:23.379 | mysql-client-core-8.0 mysql-server-8.0 mysql-server-core-8.0 +2025-01-14 22:24:23.380 | Suggested packages: +2025-01-14 22:24:23.380 | mailx tinyca +2025-01-14 22:24:23.380 | Recommended packages: +2025-01-14 22:24:23.380 | libhtml-template-perl mecab-ipadic-utf8 +2025-01-14 22:24:23.405 | The following NEW packages will be installed: +2025-01-14 22:24:23.405 | libevent-pthreads-2.1-7 libmecab2 libprotobuf-lite23 mysql-client-8.0 +2025-01-14 22:24:23.406 | mysql-client-core-8.0 mysql-server mysql-server-8.0 mysql-server-core-8.0 +2025-01-14 22:24:23.910 | 0 upgraded, 8 newly installed, 0 to remove and 74 not upgraded. +2025-01-14 22:24:23.910 | Need to get 22.2 MB of archives. +2025-01-14 22:24:23.910 | After this operation, 187 MB of additional disk space will be used. +2025-01-14 22:24:23.910 | Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-core-8.0 amd64 8.0.40-0ubuntu0.22.04.1 [2,715 kB] +2025-01-14 22:24:28.260 | Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-8.0 amd64 8.0.40-0ubuntu0.22.04.1 [22.7 kB] +2025-01-14 22:24:28.531 | Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-pthreads-2.1-7 amd64 2.1.12-stable-1build3 [7,642 B] +2025-01-14 22:24:28.768 | Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmecab2 amd64 0.996-14build9 [199 kB] +2025-01-14 22:24:28.945 | Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libprotobuf-lite23 amd64 3.12.4-1ubuntu7.22.04.1 [209 kB] +2025-01-14 22:24:29.733 | Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-server-core-8.0 amd64 8.0.40-0ubuntu0.22.04.1 [17.6 MB] +2025-01-14 22:24:36.144 | Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-server-8.0 amd64 8.0.40-0ubuntu0.22.04.1 [1,441 kB] +2025-01-14 22:24:38.245 | Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-server all 8.0.40-0ubuntu0.22.04.1 [9,464 B] +2025-01-14 22:24:38.568 | Preconfiguring packages ... +2025-01-14 22:24:38.673 | Fetched 22.2 MB in 15s (1,497 kB/s) +2025-01-14 22:24:38.703 | Selecting previously unselected package mysql-client-core-8.0. +2025-01-14 22:24:38.738 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68775 files and directories currently installed.) +2025-01-14 22:24:38.739 | Preparing to unpack .../0-mysql-client-core-8.0_8.0.40-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:24:38.742 | Unpacking mysql-client-core-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:38.963 | Selecting previously unselected package mysql-client-8.0. +2025-01-14 22:24:38.972 | Preparing to unpack .../1-mysql-client-8.0_8.0.40-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:24:38.974 | Unpacking mysql-client-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:39.010 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. +2025-01-14 22:24:39.017 | Preparing to unpack .../2-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ... +2025-01-14 22:24:39.021 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... +2025-01-14 22:24:39.060 | Selecting previously unselected package libmecab2:amd64. +2025-01-14 22:24:39.068 | Preparing to unpack .../3-libmecab2_0.996-14build9_amd64.deb ... +2025-01-14 22:24:39.070 | Unpacking libmecab2:amd64 (0.996-14build9) ... +2025-01-14 22:24:39.112 | Selecting previously unselected package libprotobuf-lite23:amd64. +2025-01-14 22:24:39.119 | Preparing to unpack .../4-libprotobuf-lite23_3.12.4-1ubuntu7.22.04.1_amd64.deb ... +2025-01-14 22:24:39.121 | Unpacking libprotobuf-lite23:amd64 (3.12.4-1ubuntu7.22.04.1) ... +2025-01-14 22:24:39.162 | Selecting previously unselected package mysql-server-core-8.0. +2025-01-14 22:24:39.169 | Preparing to unpack .../5-mysql-server-core-8.0_8.0.40-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:24:39.171 | Unpacking mysql-server-core-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:39.602 | Selecting previously unselected package mysql-server-8.0. +2025-01-14 22:24:39.609 | Preparing to unpack .../6-mysql-server-8.0_8.0.40-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:24:39.927 | Unpacking mysql-server-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:39.974 | Selecting previously unselected package mysql-server. +2025-01-14 22:24:39.981 | Preparing to unpack .../7-mysql-server_8.0.40-0ubuntu0.22.04.1_all.deb ... +2025-01-14 22:24:39.983 | Unpacking mysql-server (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:40.026 | Setting up libmecab2:amd64 (0.996-14build9) ... +2025-01-14 22:24:40.036 | Setting up mysql-client-core-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:40.042 | Setting up libprotobuf-lite23:amd64 (3.12.4-1ubuntu7.22.04.1) ... +2025-01-14 22:24:40.048 | Setting up mysql-client-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:40.054 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... +2025-01-14 22:24:40.059 | Setting up mysql-server-core-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:40.065 | Setting up mysql-server-8.0 (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:40.263 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode +2025-01-14 22:24:40.310 | Renaming removed key_buffer and myisam-recover options (if present) +2025-01-14 22:24:47.231 | mysqld will log errors to /var/log/mysql/error.log +2025-01-14 22:24:47.805 | mysqld is running as pid 20472 +2025-01-14 22:24:50.245 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. +2025-01-14 22:24:51.489 | Setting up mysql-server (8.0.40-0ubuntu0.22.04.1) ... +2025-01-14 22:24:51.496 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:24:51.631 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... +2025-01-14 22:24:52.039 | NEEDRESTART-VER: 3.5 +2025-01-14 22:24:52.520 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:24:52.520 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:24:52.520 | NEEDRESTART-KSTA: 1 +2025-01-14 22:24:52.521 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:24:52.521 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:24:52.521 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:24:52.521 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:24:52.521 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:24:52.521 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:24:52.521 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:24:52.522 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:24:52.522 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:24:52.522 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:24:52.522 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:24:52.522 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:24:55.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.323 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:24:55.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.334 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:24:55.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.346 | +functions-common:time_stop:2421 local name +2025-01-14 22:24:55.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.358 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:24:55.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.371 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:24:55.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.382 | +functions-common:time_stop:2424 local total +2025-01-14 22:24:55.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.393 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:24:55.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.405 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:24:55.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.417 | +functions-common:time_stop:2428 start_time=1736893462933 +2025-01-14 22:24:55.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.430 | +functions-common:time_stop:2430 [[ -z 1736893462933 ]] +2025-01-14 22:24:55.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.443 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:24:55.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.456 | +functions-common:time_stop:2433 end_time=1736893495445 +2025-01-14 22:24:55.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.469 | +functions-common:time_stop:2434 elapsed_time=32512 +2025-01-14 22:24:55.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.481 | +functions-common:time_stop:2435 total=193768 +2025-01-14 22:24:55.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.495 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:24:55.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.507 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=226280 +2025-01-14 22:24:55.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.519 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:24:55.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.532 | +./stack.sh:main:879 '[' -n mysql ']' +2025-01-14 22:24:55.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.545 | +./stack.sh:main:880 install_database_python +2025-01-14 22:24:55.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.559 | +lib/database:install_database_python:123 install_database_python_mysql +2025-01-14 22:24:55.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.573 | +lib/databases/mysql:install_database_python_mysql:234 pip_install_gr PyMySQL +2025-01-14 22:24:55.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.585 | +inc/python:pip_install_gr:94 local name=PyMySQL +2025-01-14 22:24:55.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.598 | +inc/python:pip_install_gr:95 local clean_name +2025-01-14 22:24:55.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.611 | ++inc/python:pip_install_gr:96 get_from_global_requirements PyMySQL +2025-01-14 22:24:55.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.624 | ++inc/python:get_from_global_requirements:241 local package=PyMySQL +2025-01-14 22:24:55.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.635 | ++inc/python:get_from_global_requirements:242 local required_pkg +2025-01-14 22:24:55.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.648 | +++inc/python:get_from_global_requirements:243 cut -d# -f1 +2025-01-14 22:24:55.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.651 | +++inc/python:get_from_global_requirements:243 grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt +2025-01-14 22:24:55.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.664 | ++inc/python:get_from_global_requirements:243 required_pkg='PyMySQL ' +2025-01-14 22:24:55.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.673 | ++inc/python:get_from_global_requirements:244 [[ PyMySQL == '' ]] +2025-01-14 22:24:55.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.681 | ++inc/python:get_from_global_requirements:247 echo PyMySQL +2025-01-14 22:24:55.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.694 | +inc/python:pip_install_gr:96 clean_name=PyMySQL +2025-01-14 22:24:55.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.706 | +inc/python:pip_install_gr:97 pip_install PyMySQL +2025-01-14 22:24:55.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.760 | Using python 3.10 to install PyMySQL +2025-01-14 22:24:55.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:55.768 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL +2025-01-14 22:24:56.662 | Collecting PyMySQL +2025-01-14 22:24:56.826 | Downloading PyMySQL-1.1.1-py3-none-any.whl.metadata (4.4 kB) +2025-01-14 22:24:56.854 | Downloading PyMySQL-1.1.1-py3-none-any.whl (44 kB) +2025-01-14 22:24:56.955 | Installing collected packages: PyMySQL +2025-01-14 22:24:56.990 | Successfully installed PyMySQL-1.1.1 +2025-01-14 22:24:57.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.108 | +inc/python:pip_install:216 result=0 +2025-01-14 22:24:57.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.119 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:24:57.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.132 | +functions-common:time_stop:2421 local name +2025-01-14 22:24:57.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.148 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:24:57.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.162 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:24:57.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.174 | +functions-common:time_stop:2424 local total +2025-01-14 22:24:57.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.186 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:24:57.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.199 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:24:57.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.211 | +functions-common:time_stop:2428 start_time=1736893495754 +2025-01-14 22:24:57.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.225 | +functions-common:time_stop:2430 [[ -z 1736893495754 ]] +2025-01-14 22:24:57.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.242 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:24:57.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.259 | +functions-common:time_stop:2433 end_time=1736893497245 +2025-01-14 22:24:57.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.273 | +functions-common:time_stop:2434 elapsed_time=1491 +2025-01-14 22:24:57.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.287 | +functions-common:time_stop:2435 total=19152 +2025-01-14 22:24:57.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.301 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:24:57.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.314 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=20643 +2025-01-14 22:24:57.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.330 | +inc/python:pip_install:219 return 0 +2025-01-14 22:24:57.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.346 | +lib/databases/mysql:install_database_python_mysql:235 [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] +2025-01-14 22:24:57.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.361 | +lib/databases/mysql:install_database_python_mysql:237 [[ PyMySQL == \P\y\M\y\S\Q\L ]] +2025-01-14 22:24:57.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.375 | +lib/databases/mysql:install_database_python_mysql:238 ADDITIONAL_VENV_PACKAGES+=,PyMySQL +2025-01-14 22:24:57.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.388 | +./stack.sh:main:883 is_service_enabled neutron +2025-01-14 22:24:57.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.452 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:24:57.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.466 | +./stack.sh:main:884 install_neutron_agent_packages +2025-01-14 22:24:57.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.480 | +lib/neutron:install_neutron_agent_packages:585 is_service_enabled q-l3 neutron-l3 +2025-01-14 22:24:57.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.551 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:24:57.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.564 | +lib/neutron:install_neutron_agent_packages:589 is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 +2025-01-14 22:24:57.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.628 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:24:57.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.642 | +./stack.sh:main:887 is_service_enabled etcd3 +2025-01-14 22:24:57.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.666 | tput: No value for $TERM and no -T specifiedtput: +2025-01-14 22:24:57.666 | No value for $TERM and no -T specified +2025-01-14 22:24:57.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.716 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:24:57.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:57.730 | +./stack.sh:main:888 /opt/stack/data/venv/bin/pip install --upgrade setuptools +2025-01-14 22:24:58.187 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (75.8.0) +2025-01-14 22:24:58.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.751 | +./stack.sh:main:889 install_etcd3 +2025-01-14 22:24:58.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.764 | +lib/etcd3:install_etcd3:103 echo 'Installing etcd' +2025-01-14 22:24:58.764 | Installing etcd +2025-01-14 22:24:58.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.776 | +lib/etcd3:install_etcd3:106 sudo mkdir -p /opt/stack/bin +2025-01-14 22:24:58.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.798 | +lib/etcd3:install_etcd3:107 sudo mkdir -p /opt/stack/data/etcd +2025-01-14 22:24:58.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.815 | +lib/etcd3:install_etcd3:108 [[ True == \T\r\u\e ]] +2025-01-14 22:24:58.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.825 | +lib/etcd3:install_etcd3:109 sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd +2025-01-14 22:24:58.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.847 | +lib/etcd3:install_etcd3:113 local etcd_file +2025-01-14 22:24:58.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.853 | ++lib/etcd3:install_etcd3:114 get_extra_file https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:24:58.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.859 | ++functions:get_extra_file:62 local file_url=https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:24:58.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.868 | +++functions:get_extra_file:64 basename https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:24:58.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.878 | ++functions:get_extra_file:64 file_name=etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:24:58.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.885 | ++functions:get_extra_file:65 [[ https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] +2025-01-14 22:24:58.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.892 | ++functions:get_extra_file:67 [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] +2025-01-14 22:24:58.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:24:58.902 | ++functions:get_extra_file:68 wget --progress=dot:giga -t 2 -c https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:24:58.904 | --2025-01-14 22:24:58-- https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:24:58.908 | Resolving proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)... 10.120.125.146 +2025-01-14 22:24:58.911 | Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. +2025-01-14 22:24:59.279 | Proxy request sent, awaiting response... 301 Moved Permanently +2025-01-14 22:24:59.279 | Location: https://github.com/etcd-io/etcd/releases/download/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz [following] +2025-01-14 22:24:59.279 | --2025-01-14 22:24:59-- https://github.com/etcd-io/etcd/releases/download/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:24:59.280 | Reusing existing connection to github.com:443. +2025-01-14 22:24:59.544 | Proxy request sent, awaiting response... 302 Found +2025-01-14 22:24:59.544 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/104f0c3e-7850-4f83-a2bd-38b50d9cafe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T222547Z&X-Amz-Expires=300&X-Amz-Signature=a6441af90ad2b199263648bba32d00573b565d7d27de9b17773e60c72d87132e&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Detcd-v3.4.27-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] +2025-01-14 22:24:59.545 | --2025-01-14 22:24:59-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/104f0c3e-7850-4f83-a2bd-38b50d9cafe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T222547Z&X-Amz-Expires=300&X-Amz-Signature=a6441af90ad2b199263648bba32d00573b565d7d27de9b17773e60c72d87132e&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Detcd-v3.4.27-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream +2025-01-14 22:24:59.548 | Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. +2025-01-14 22:25:00.788 | Proxy request sent, awaiting response... 200 OK +2025-01-14 22:25:00.788 | Length: 16171146 (15M) [application/octet-stream] +2025-01-14 22:25:00.789 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ +2025-01-14 22:25:00.902 | +2025-01-14 22:25:01.264 | 0K ........ ....... 100% 32.5M=0.5s +2025-01-14 22:25:01.264 | +2025-01-14 22:25:01.264 | 2025-01-14 22:25:01 (32.5 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] +2025-01-14 22:25:01.264 | +2025-01-14 22:25:01.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.279 | ++functions:get_extra_file:69 [[ 0 -ne 0 ]] +2025-01-14 22:25:01.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.291 | ++functions:get_extra_file:73 echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:25:01.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.305 | ++functions:get_extra_file:74 return +2025-01-14 22:25:01.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.319 | +lib/etcd3:install_etcd3:114 etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz +2025-01-14 22:25:01.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.332 | +lib/etcd3:install_etcd3:115 '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' +2025-01-14 22:25:01.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.346 | +lib/etcd3:install_etcd3:116 echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' +2025-01-14 22:25:01.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.362 | +lib/etcd3:install_etcd3:118 sha256sum -c /opt/stack/devstack/files/etcd.sha256sum +2025-01-14 22:25:01.447 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK +2025-01-14 22:25:01.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.459 | +lib/etcd3:install_etcd3:120 tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files +2025-01-14 22:25:01.466 | etcd-v3.4.27-linux-amd64/ +2025-01-14 22:25:01.466 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md +2025-01-14 22:25:01.466 | etcd-v3.4.27-linux-amd64/etcdctl +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/README-etcdctl.md +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/ +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/demo.md +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ +2025-01-14 22:25:01.577 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md +2025-01-14 22:25:01.578 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/ +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md +2025-01-14 22:25:01.579 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/******_guide.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md +2025-01-14 22:25:01.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md +2025-01-14 22:25:01.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 +2025-01-14 22:25:01.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 +2025-01-14 22:25:01.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 +2025-01-14 22:25:01.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 +2025-01-14 22:25:01.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/learning/ +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png +2025-01-14 22:25:01.586 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png +2025-01-14 22:25:01.587 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png +2025-01-14 22:25:01.587 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png +2025-01-14 22:25:01.588 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png +2025-01-14 22:25:01.589 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png +2025-01-14 22:25:01.589 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png +2025-01-14 22:25:01.590 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png +2025-01-14 22:25:01.591 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png +2025-01-14 22:25:01.592 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png +2025-01-14 22:25:01.593 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png +2025-01-14 22:25:01.593 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png +2025-01-14 22:25:01.594 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png +2025-01-14 22:25:01.594 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png +2025-01-14 22:25:01.595 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png +2025-01-14 22:25:01.595 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png +2025-01-14 22:25:01.596 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png +2025-01-14 22:25:01.597 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png +2025-01-14 22:25:01.597 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png +2025-01-14 22:25:01.599 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png +2025-01-14 22:25:01.600 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png +2025-01-14 22:25:01.600 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png +2025-01-14 22:25:01.600 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png +2025-01-14 22:25:01.602 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md +2025-01-14 22:25:01.602 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md +2025-01-14 22:25:01.602 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md +2025-01-14 22:25:01.602 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md +2025-01-14 22:25:01.602 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md +2025-01-14 22:25:01.602 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/docs.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/triage/ +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/faq.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md +2025-01-14 22:25:01.603 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md +2025-01-14 22:25:01.604 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/README.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md +2025-01-14 22:25:01.605 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md +2025-01-14 22:25:01.606 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md +2025-01-14 22:25:01.606 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md +2025-01-14 22:25:01.606 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md +2025-01-14 22:25:01.606 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md +2025-01-14 22:25:01.606 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md +2025-01-14 22:25:01.606 | etcd-v3.4.27-linux-amd64/README.md +2025-01-14 22:25:01.606 | etcd-v3.4.27-linux-amd64/etcd +2025-01-14 22:25:01.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.761 | +lib/etcd3:install_etcd3:121 sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack/bin/etcd +2025-01-14 22:25:01.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.804 | +lib/etcd3:install_etcd3:122 sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack/bin/etcdctl +2025-01-14 22:25:01.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.843 | +lib/etcd3:install_etcd3:124 '[' '!' -f /opt/stack/bin/etcd ']' +2025-01-14 22:25:01.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.854 | +./stack.sh:main:898 is_service_enabled tls-proxy +2025-01-14 22:25:01.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.921 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:25:01.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.933 | +./stack.sh:main:908 install_dstat +2025-01-14 22:25:01.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.945 | +lib/dstat:install_dstat:22 is_service_enabled memory_tracker +2025-01-14 22:25:01.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:01.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.005 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:25:02.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.015 | +./stack.sh:main:914 echo_summary 'Installing OpenStack project source' +2025-01-14 22:25:02.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.025 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:25:02.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.037 | +./stack.sh:echo_summary:474 echo -e Installing OpenStack project source +2025-01-14 22:25:02.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.051 | +./stack.sh:main:917 install_libs +2025-01-14 22:25:02.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.063 | +lib/libraries:install_libs:90 _install_lib_from_source automaton +2025-01-14 22:25:02.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.074 | +lib/libraries:_install_lib_from_source:74 local name=automaton +2025-01-14 22:25:02.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.088 | +lib/libraries:_install_lib_from_source:75 use_library_from_git automaton +2025-01-14 22:25:02.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.100 | +inc/python:use_library_from_git:266 local name=automaton +2025-01-14 22:25:02.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.113 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.124 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.135 | +inc/python:use_library_from_git:268 [[ ,, =~ ,automaton, ]] +2025-01-14 22:25:02.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.146 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.164 | +lib/libraries:install_libs:91 _install_lib_from_source castellan +2025-01-14 22:25:02.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.176 | +lib/libraries:_install_lib_from_source:74 local name=castellan +2025-01-14 22:25:02.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.188 | +lib/libraries:_install_lib_from_source:75 use_library_from_git castellan +2025-01-14 22:25:02.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.203 | +inc/python:use_library_from_git:266 local name=castellan +2025-01-14 22:25:02.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.217 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.230 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.244 | +inc/python:use_library_from_git:268 [[ ,, =~ ,castellan, ]] +2025-01-14 22:25:02.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.257 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.272 | +lib/libraries:install_libs:92 _install_lib_from_source cliff +2025-01-14 22:25:02.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.287 | +lib/libraries:_install_lib_from_source:74 local name=cliff +2025-01-14 22:25:02.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.300 | +lib/libraries:_install_lib_from_source:75 use_library_from_git cliff +2025-01-14 22:25:02.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.313 | +inc/python:use_library_from_git:266 local name=cliff +2025-01-14 22:25:02.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.325 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.338 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.353 | +inc/python:use_library_from_git:268 [[ ,, =~ ,cliff, ]] +2025-01-14 22:25:02.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.367 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.380 | +lib/libraries:install_libs:93 _install_lib_from_source cursive +2025-01-14 22:25:02.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.394 | +lib/libraries:_install_lib_from_source:74 local name=cursive +2025-01-14 22:25:02.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.407 | +lib/libraries:_install_lib_from_source:75 use_library_from_git cursive +2025-01-14 22:25:02.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.419 | +inc/python:use_library_from_git:266 local name=cursive +2025-01-14 22:25:02.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.432 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.444 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.457 | +inc/python:use_library_from_git:268 [[ ,, =~ ,cursive, ]] +2025-01-14 22:25:02.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.469 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.484 | +lib/libraries:install_libs:94 _install_lib_from_source debtcollector +2025-01-14 22:25:02.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.497 | +lib/libraries:_install_lib_from_source:74 local name=debtcollector +2025-01-14 22:25:02.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.509 | +lib/libraries:_install_lib_from_source:75 use_library_from_git debtcollector +2025-01-14 22:25:02.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.520 | +inc/python:use_library_from_git:266 local name=debtcollector +2025-01-14 22:25:02.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.532 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.543 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.556 | +inc/python:use_library_from_git:268 [[ ,, =~ ,debtcollector, ]] +2025-01-14 22:25:02.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.568 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.583 | +lib/libraries:install_libs:95 _install_lib_from_source futurist +2025-01-14 22:25:02.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.597 | +lib/libraries:_install_lib_from_source:74 local name=futurist +2025-01-14 22:25:02.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.613 | +lib/libraries:_install_lib_from_source:75 use_library_from_git futurist +2025-01-14 22:25:02.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.628 | +inc/python:use_library_from_git:266 local name=futurist +2025-01-14 22:25:02.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.641 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.654 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.668 | +inc/python:use_library_from_git:268 [[ ,, =~ ,futurist, ]] +2025-01-14 22:25:02.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.680 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.693 | +lib/libraries:install_libs:96 _install_lib_from_source openstacksdk +2025-01-14 22:25:02.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.704 | +lib/libraries:_install_lib_from_source:74 local name=openstacksdk +2025-01-14 22:25:02.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.716 | +lib/libraries:_install_lib_from_source:75 use_library_from_git openstacksdk +2025-01-14 22:25:02.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.729 | +inc/python:use_library_from_git:266 local name=openstacksdk +2025-01-14 22:25:02.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.740 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.750 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.763 | +inc/python:use_library_from_git:268 [[ ,, =~ ,openstacksdk, ]] +2025-01-14 22:25:02.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.774 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.788 | +lib/libraries:install_libs:97 _install_lib_from_source osc-lib +2025-01-14 22:25:02.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.801 | +lib/libraries:_install_lib_from_source:74 local name=osc-lib +2025-01-14 22:25:02.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.812 | +lib/libraries:_install_lib_from_source:75 use_library_from_git osc-lib +2025-01-14 22:25:02.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.822 | +inc/python:use_library_from_git:266 local name=osc-lib +2025-01-14 22:25:02.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.837 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.852 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.864 | +inc/python:use_library_from_git:268 [[ ,, =~ ,osc-lib, ]] +2025-01-14 22:25:02.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.878 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.892 | +lib/libraries:install_libs:98 _install_lib_from_source osc-placement +2025-01-14 22:25:02.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.902 | +lib/libraries:_install_lib_from_source:74 local name=osc-placement +2025-01-14 22:25:02.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.914 | +lib/libraries:_install_lib_from_source:75 use_library_from_git osc-placement +2025-01-14 22:25:02.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.927 | +inc/python:use_library_from_git:266 local name=osc-placement +2025-01-14 22:25:02.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.939 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:02.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.953 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:02.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.964 | +inc/python:use_library_from_git:268 [[ ,, =~ ,osc-placement, ]] +2025-01-14 22:25:02.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.976 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:02.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:02.988 | +lib/libraries:install_libs:99 _install_lib_from_source os-client-config +2025-01-14 22:25:02.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.001 | +lib/libraries:_install_lib_from_source:74 local name=os-client-config +2025-01-14 22:25:03.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.013 | +lib/libraries:_install_lib_from_source:75 use_library_from_git os-client-config +2025-01-14 22:25:03.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.023 | +inc/python:use_library_from_git:266 local name=os-client-config +2025-01-14 22:25:03.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.035 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.048 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.061 | +inc/python:use_library_from_git:268 [[ ,, =~ ,os-client-config, ]] +2025-01-14 22:25:03.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.073 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.085 | +lib/libraries:install_libs:100 _install_lib_from_source oslo.cache +2025-01-14 22:25:03.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.096 | +lib/libraries:_install_lib_from_source:74 local name=oslo.cache +2025-01-14 22:25:03.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.107 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.cache +2025-01-14 22:25:03.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.119 | +inc/python:use_library_from_git:266 local name=oslo.cache +2025-01-14 22:25:03.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.131 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.143 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.158 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.cache, ]] +2025-01-14 22:25:03.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.170 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.184 | +lib/libraries:install_libs:101 _install_lib_from_source oslo.concurrency +2025-01-14 22:25:03.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.197 | +lib/libraries:_install_lib_from_source:74 local name=oslo.concurrency +2025-01-14 22:25:03.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.210 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.concurrency +2025-01-14 22:25:03.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.221 | +inc/python:use_library_from_git:266 local name=oslo.concurrency +2025-01-14 22:25:03.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.233 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.243 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.254 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.concurrency, ]] +2025-01-14 22:25:03.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.265 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.276 | +lib/libraries:install_libs:102 _install_lib_from_source oslo.config +2025-01-14 22:25:03.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.286 | +lib/libraries:_install_lib_from_source:74 local name=oslo.config +2025-01-14 22:25:03.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.298 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.config +2025-01-14 22:25:03.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.309 | +inc/python:use_library_from_git:266 local name=oslo.config +2025-01-14 22:25:03.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.319 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.329 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.339 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.config, ]] +2025-01-14 22:25:03.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.350 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.358 | +lib/libraries:install_libs:103 _install_lib_from_source oslo.context +2025-01-14 22:25:03.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.367 | +lib/libraries:_install_lib_from_source:74 local name=oslo.context +2025-01-14 22:25:03.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.376 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.context +2025-01-14 22:25:03.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.383 | +inc/python:use_library_from_git:266 local name=oslo.context +2025-01-14 22:25:03.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.391 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.400 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.410 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.context, ]] +2025-01-14 22:25:03.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.423 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.435 | +lib/libraries:install_libs:104 _install_lib_from_source oslo.db +2025-01-14 22:25:03.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.448 | +lib/libraries:_install_lib_from_source:74 local name=oslo.db +2025-01-14 22:25:03.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.459 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.db +2025-01-14 22:25:03.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.473 | +inc/python:use_library_from_git:266 local name=oslo.db +2025-01-14 22:25:03.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.488 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.500 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.515 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.db, ]] +2025-01-14 22:25:03.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.528 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.541 | +lib/libraries:install_libs:105 _install_lib_from_source oslo.i18n +2025-01-14 22:25:03.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.553 | +lib/libraries:_install_lib_from_source:74 local name=oslo.i18n +2025-01-14 22:25:03.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.564 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.i18n +2025-01-14 22:25:03.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.576 | +inc/python:use_library_from_git:266 local name=oslo.i18n +2025-01-14 22:25:03.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.587 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.599 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.611 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.i18n, ]] +2025-01-14 22:25:03.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.622 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.635 | +lib/libraries:install_libs:106 _install_lib_from_source oslo.limit +2025-01-14 22:25:03.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.647 | +lib/libraries:_install_lib_from_source:74 local name=oslo.limit +2025-01-14 22:25:03.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.658 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.limit +2025-01-14 22:25:03.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.670 | +inc/python:use_library_from_git:266 local name=oslo.limit +2025-01-14 22:25:03.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.682 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.694 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.706 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.limit, ]] +2025-01-14 22:25:03.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.720 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.732 | +lib/libraries:install_libs:107 _install_lib_from_source oslo.log +2025-01-14 22:25:03.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.743 | +lib/libraries:_install_lib_from_source:74 local name=oslo.log +2025-01-14 22:25:03.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.757 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.log +2025-01-14 22:25:03.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.766 | +inc/python:use_library_from_git:266 local name=oslo.log +2025-01-14 22:25:03.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.778 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.786 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.795 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.log, ]] +2025-01-14 22:25:03.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.802 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.812 | +lib/libraries:install_libs:108 _install_lib_from_source oslo.messaging +2025-01-14 22:25:03.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.823 | +lib/libraries:_install_lib_from_source:74 local name=oslo.messaging +2025-01-14 22:25:03.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.837 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.messaging +2025-01-14 22:25:03.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.850 | +inc/python:use_library_from_git:266 local name=oslo.messaging +2025-01-14 22:25:03.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.862 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.874 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.888 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.messaging, ]] +2025-01-14 22:25:03.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.901 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.913 | +lib/libraries:install_libs:109 _install_lib_from_source oslo.middleware +2025-01-14 22:25:03.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.926 | +lib/libraries:_install_lib_from_source:74 local name=oslo.middleware +2025-01-14 22:25:03.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.936 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.middleware +2025-01-14 22:25:03.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.949 | +inc/python:use_library_from_git:266 local name=oslo.middleware +2025-01-14 22:25:03.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.962 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:03.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.974 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:03.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.984 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.middleware, ]] +2025-01-14 22:25:03.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:03.996 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:03.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.006 | +lib/libraries:install_libs:110 _install_lib_from_source oslo.policy +2025-01-14 22:25:04.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.019 | +lib/libraries:_install_lib_from_source:74 local name=oslo.policy +2025-01-14 22:25:04.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.031 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.policy +2025-01-14 22:25:04.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.042 | +inc/python:use_library_from_git:266 local name=oslo.policy +2025-01-14 22:25:04.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.054 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.065 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.077 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.policy, ]] +2025-01-14 22:25:04.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.088 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.100 | +lib/libraries:install_libs:111 _install_lib_from_source oslo.privsep +2025-01-14 22:25:04.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.112 | +lib/libraries:_install_lib_from_source:74 local name=oslo.privsep +2025-01-14 22:25:04.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.124 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.privsep +2025-01-14 22:25:04.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.136 | +inc/python:use_library_from_git:266 local name=oslo.privsep +2025-01-14 22:25:04.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.147 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.157 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.169 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.privsep, ]] +2025-01-14 22:25:04.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.181 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.194 | +lib/libraries:install_libs:112 _install_lib_from_source oslo.reports +2025-01-14 22:25:04.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.206 | +lib/libraries:_install_lib_from_source:74 local name=oslo.reports +2025-01-14 22:25:04.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.218 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.reports +2025-01-14 22:25:04.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.231 | +inc/python:use_library_from_git:266 local name=oslo.reports +2025-01-14 22:25:04.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.242 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.255 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.266 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.reports, ]] +2025-01-14 22:25:04.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.278 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.290 | +lib/libraries:install_libs:113 _install_lib_from_source oslo.rootwrap +2025-01-14 22:25:04.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.305 | +lib/libraries:_install_lib_from_source:74 local name=oslo.rootwrap +2025-01-14 22:25:04.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.319 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.rootwrap +2025-01-14 22:25:04.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.332 | +inc/python:use_library_from_git:266 local name=oslo.rootwrap +2025-01-14 22:25:04.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.343 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.355 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.368 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.rootwrap, ]] +2025-01-14 22:25:04.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.379 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.392 | +lib/libraries:install_libs:114 _install_lib_from_source oslo.serialization +2025-01-14 22:25:04.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.403 | +lib/libraries:_install_lib_from_source:74 local name=oslo.serialization +2025-01-14 22:25:04.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.416 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.serialization +2025-01-14 22:25:04.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.427 | +inc/python:use_library_from_git:266 local name=oslo.serialization +2025-01-14 22:25:04.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.439 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.450 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.461 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.serialization, ]] +2025-01-14 22:25:04.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.472 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.485 | +lib/libraries:install_libs:115 _install_lib_from_source oslo.service +2025-01-14 22:25:04.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.502 | +lib/libraries:_install_lib_from_source:74 local name=oslo.service +2025-01-14 22:25:04.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.515 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.service +2025-01-14 22:25:04.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.527 | +inc/python:use_library_from_git:266 local name=oslo.service +2025-01-14 22:25:04.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.539 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.552 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.563 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.service, ]] +2025-01-14 22:25:04.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.576 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.589 | +lib/libraries:install_libs:116 _install_lib_from_source oslo.utils +2025-01-14 22:25:04.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.602 | +lib/libraries:_install_lib_from_source:74 local name=oslo.utils +2025-01-14 22:25:04.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.616 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.utils +2025-01-14 22:25:04.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.627 | +inc/python:use_library_from_git:266 local name=oslo.utils +2025-01-14 22:25:04.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.640 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.652 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.663 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.utils, ]] +2025-01-14 22:25:04.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.675 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.688 | +lib/libraries:install_libs:117 _install_lib_from_source oslo.versionedobjects +2025-01-14 22:25:04.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.701 | +lib/libraries:_install_lib_from_source:74 local name=oslo.versionedobjects +2025-01-14 22:25:04.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.713 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.versionedobjects +2025-01-14 22:25:04.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.725 | +inc/python:use_library_from_git:266 local name=oslo.versionedobjects +2025-01-14 22:25:04.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.740 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.753 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.764 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.versionedobjects, ]] +2025-01-14 22:25:04.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.775 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.786 | +lib/libraries:install_libs:118 _install_lib_from_source oslo.vmware +2025-01-14 22:25:04.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.799 | +lib/libraries:_install_lib_from_source:74 local name=oslo.vmware +2025-01-14 22:25:04.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.812 | +lib/libraries:_install_lib_from_source:75 use_library_from_git oslo.vmware +2025-01-14 22:25:04.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.825 | +inc/python:use_library_from_git:266 local name=oslo.vmware +2025-01-14 22:25:04.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.837 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.848 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.859 | +inc/python:use_library_from_git:268 [[ ,, =~ ,oslo.vmware, ]] +2025-01-14 22:25:04.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.870 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.884 | +lib/libraries:install_libs:119 _install_lib_from_source osprofiler +2025-01-14 22:25:04.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.896 | +lib/libraries:_install_lib_from_source:74 local name=osprofiler +2025-01-14 22:25:04.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.909 | +lib/libraries:_install_lib_from_source:75 use_library_from_git osprofiler +2025-01-14 22:25:04.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.923 | +inc/python:use_library_from_git:266 local name=osprofiler +2025-01-14 22:25:04.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.937 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:04.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.950 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:04.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.964 | +inc/python:use_library_from_git:268 [[ ,, =~ ,osprofiler, ]] +2025-01-14 22:25:04.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.977 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:04.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:04.991 | +lib/libraries:install_libs:120 _install_lib_from_source pycadf +2025-01-14 22:25:04.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.005 | +lib/libraries:_install_lib_from_source:74 local name=pycadf +2025-01-14 22:25:05.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.019 | +lib/libraries:_install_lib_from_source:75 use_library_from_git pycadf +2025-01-14 22:25:05.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.033 | +inc/python:use_library_from_git:266 local name=pycadf +2025-01-14 22:25:05.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.048 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.062 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.076 | +inc/python:use_library_from_git:268 [[ ,, =~ ,pycadf, ]] +2025-01-14 22:25:05.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.091 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.105 | +lib/libraries:install_libs:121 _install_lib_from_source stevedore +2025-01-14 22:25:05.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.116 | +lib/libraries:_install_lib_from_source:74 local name=stevedore +2025-01-14 22:25:05.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.128 | +lib/libraries:_install_lib_from_source:75 use_library_from_git stevedore +2025-01-14 22:25:05.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.140 | +inc/python:use_library_from_git:266 local name=stevedore +2025-01-14 22:25:05.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.156 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.168 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.183 | +inc/python:use_library_from_git:268 [[ ,, =~ ,stevedore, ]] +2025-01-14 22:25:05.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.196 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.210 | +lib/libraries:install_libs:122 _install_lib_from_source taskflow +2025-01-14 22:25:05.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.223 | +lib/libraries:_install_lib_from_source:74 local name=taskflow +2025-01-14 22:25:05.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.236 | +lib/libraries:_install_lib_from_source:75 use_library_from_git taskflow +2025-01-14 22:25:05.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.250 | +inc/python:use_library_from_git:266 local name=taskflow +2025-01-14 22:25:05.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.261 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.274 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.285 | +inc/python:use_library_from_git:268 [[ ,, =~ ,taskflow, ]] +2025-01-14 22:25:05.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.297 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.308 | +lib/libraries:install_libs:123 _install_lib_from_source tooz +2025-01-14 22:25:05.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.319 | +lib/libraries:_install_lib_from_source:74 local name=tooz +2025-01-14 22:25:05.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.329 | +lib/libraries:_install_lib_from_source:75 use_library_from_git tooz +2025-01-14 22:25:05.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.341 | +inc/python:use_library_from_git:266 local name=tooz +2025-01-14 22:25:05.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.356 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.370 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.384 | +inc/python:use_library_from_git:268 [[ ,, =~ ,tooz, ]] +2025-01-14 22:25:05.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.397 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.412 | +lib/libraries:install_libs:127 _install_lib_from_source os-brick +2025-01-14 22:25:05.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.424 | +lib/libraries:_install_lib_from_source:74 local name=os-brick +2025-01-14 22:25:05.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.437 | +lib/libraries:_install_lib_from_source:75 use_library_from_git os-brick +2025-01-14 22:25:05.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.451 | +inc/python:use_library_from_git:266 local name=os-brick +2025-01-14 22:25:05.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.464 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.479 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.493 | +inc/python:use_library_from_git:268 [[ ,, =~ ,os-brick, ]] +2025-01-14 22:25:05.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.505 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.518 | +lib/libraries:install_libs:128 _install_lib_from_source os-resource-classes +2025-01-14 22:25:05.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.529 | +lib/libraries:_install_lib_from_source:74 local name=os-resource-classes +2025-01-14 22:25:05.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.541 | +lib/libraries:_install_lib_from_source:75 use_library_from_git os-resource-classes +2025-01-14 22:25:05.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.551 | +inc/python:use_library_from_git:266 local name=os-resource-classes +2025-01-14 22:25:05.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.562 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.575 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.586 | +inc/python:use_library_from_git:268 [[ ,, =~ ,os-resource-classes, ]] +2025-01-14 22:25:05.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.598 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.610 | +lib/libraries:install_libs:129 _install_lib_from_source os-traits +2025-01-14 22:25:05.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.622 | +lib/libraries:_install_lib_from_source:74 local name=os-traits +2025-01-14 22:25:05.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.635 | +lib/libraries:_install_lib_from_source:75 use_library_from_git os-traits +2025-01-14 22:25:05.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.647 | +inc/python:use_library_from_git:266 local name=os-traits +2025-01-14 22:25:05.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.660 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.673 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.688 | +inc/python:use_library_from_git:268 [[ ,, =~ ,os-traits, ]] +2025-01-14 22:25:05.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.701 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.714 | +lib/libraries:install_libs:132 _install_lib_from_source python-barbicanclient +2025-01-14 22:25:05.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.728 | +lib/libraries:_install_lib_from_source:74 local name=python-barbicanclient +2025-01-14 22:25:05.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.740 | +lib/libraries:_install_lib_from_source:75 use_library_from_git python-barbicanclient +2025-01-14 22:25:05.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.753 | +inc/python:use_library_from_git:266 local name=python-barbicanclient +2025-01-14 22:25:05.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.766 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:05.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.780 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:05.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.793 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-barbicanclient, ]] +2025-01-14 22:25:05.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.805 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:05.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.818 | +lib/libraries:install_libs:139 pip_install etcd3 +2025-01-14 22:25:05.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.888 | Using python 3.10 to install etcd3 +2025-01-14 22:25:05.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:05.903 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 +2025-01-14 22:25:06.776 | Collecting etcd3 +2025-01-14 22:25:06.917 | Downloading etcd3-0.12.0.tar.gz (63 kB) +2025-01-14 22:25:06.955 | Preparing metadata (setup.py): started +2025-01-14 22:25:07.216 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:25:07.844 | Collecting grpcio>=1.27.1 (from etcd3) +2025-01-14 22:25:07.859 | Downloading grpcio-1.68.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.9 kB) +2025-01-14 22:25:08.086 | Collecting protobuf>=3.6.1 (from etcd3) +2025-01-14 22:25:08.102 | Downloading protobuf-5.29.1-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes) +2025-01-14 22:25:08.139 | Collecting six>=1.12.0 (from etcd3) +2025-01-14 22:25:08.155 | Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) +2025-01-14 22:25:08.190 | Collecting tenacity>=6.1.0 (from etcd3) +2025-01-14 22:25:08.205 | Downloading tenacity-9.0.0-py3-none-any.whl.metadata (1.2 kB) +2025-01-14 22:25:08.229 | Downloading grpcio-1.68.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB) +2025-01-14 22:25:08.707 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 12.9 MB/s eta 0:00:00 +2025-01-14 22:25:08.725 | Downloading protobuf-5.29.1-cp38-abi3-manylinux2014_x86_64.whl (319 kB) +2025-01-14 22:25:08.762 | Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) +2025-01-14 22:25:08.789 | Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) +2025-01-14 22:25:08.830 | Building wheels for collected packages: etcd3 +2025-01-14 22:25:08.831 | Building wheel for etcd3 (setup.py): started +2025-01-14 22:25:09.145 | Building wheel for etcd3 (setup.py): finished with status 'done' +2025-01-14 22:25:09.147 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42925 sha256=0c3fc29a151220965302710597db562a3b2ee08d4ef6dde8099bb05107884f2f +2025-01-14 22:25:09.147 | Stored in directory: /home/ubuntu/.cache/pip/wheels/09/b3/a8/8178285849d9bce2054a9420bf6d7375ef1680b90f78c1f138 +2025-01-14 22:25:09.154 | Successfully built etcd3 +2025-01-14 22:25:09.232 | Installing collected packages: tenacity, six, protobuf, grpcio, etcd3 +2025-01-14 22:25:09.253 | Attempting uninstall: six +2025-01-14 22:25:09.254 | Found existing installation: six 1.16.0 +2025-01-14 22:25:09.254 | Not uninstalling six at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:09.255 | Can't uninstall 'six'. No files were found to uninstall. +2025-01-14 22:25:09.571 | ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. +2025-01-14 22:25:09.571 | virtualenv 20.13.0+ds requires platformdirs<3,>=2, but you have platformdirs 4.3.6 which is incompatible. +2025-01-14 22:25:09.572 | Successfully installed etcd3-0.12.0 grpcio-1.68.1 protobuf-5.29.1 six-1.17.0 tenacity-9.0.0 +2025-01-14 22:25:09.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.773 | +inc/python:pip_install:216 result=0 +2025-01-14 22:25:09.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.786 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:25:09.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.797 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:09.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.808 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:09.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.819 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:09.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.829 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:09.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.840 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:09.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.852 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:25:09.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.862 | +functions-common:time_stop:2428 start_time=1736893505877 +2025-01-14 22:25:09.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.875 | +functions-common:time_stop:2430 [[ -z 1736893505877 ]] +2025-01-14 22:25:09.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.887 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:09.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.902 | +functions-common:time_stop:2433 end_time=1736893509890 +2025-01-14 22:25:09.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.914 | +functions-common:time_stop:2434 elapsed_time=4013 +2025-01-14 22:25:09.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.925 | +functions-common:time_stop:2435 total=20643 +2025-01-14 22:25:09.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.938 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:09.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.951 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=24656 +2025-01-14 22:25:09.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.963 | +inc/python:pip_install:219 return 0 +2025-01-14 22:25:09.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.974 | +lib/libraries:install_libs:140 pip_install etcd3gw +2025-01-14 22:25:09.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:09.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.037 | Using python 3.10 to install etcd3gw +2025-01-14 22:25:10.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:10.048 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw +2025-01-14 22:25:10.905 | Collecting etcd3gw +2025-01-14 22:25:11.055 | Downloading etcd3gw-2.4.2-py3-none-any.whl.metadata (2.0 kB) +2025-01-14 22:25:11.110 | Collecting futurist>=0.16.0 (from etcd3gw) +2025-01-14 22:25:11.127 | Downloading futurist-3.0.0-py3-none-any.whl.metadata (2.2 kB) +2025-01-14 22:25:11.137 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (6.1.0) +2025-01-14 22:25:11.189 | Collecting requests>=2.20.0 (from etcd3gw) +2025-01-14 22:25:11.205 | Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) +2025-01-14 22:25:11.337 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) +2025-01-14 22:25:11.351 | Downloading charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB) +2025-01-14 22:25:11.401 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) +2025-01-14 22:25:11.416 | Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) +2025-01-14 22:25:11.486 | Collecting urllib3<3,>=1.21.1 (from requests>=2.20.0->etcd3gw) +2025-01-14 22:25:11.503 | Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) +2025-01-14 22:25:11.528 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) +2025-01-14 22:25:11.547 | Downloading etcd3gw-2.4.2-py3-none-any.whl (24 kB) +2025-01-14 22:25:11.575 | Downloading futurist-3.0.0-py3-none-any.whl (37 kB) +2025-01-14 22:25:11.602 | Downloading requests-2.32.3-py3-none-any.whl (64 kB) +2025-01-14 22:25:11.641 | Downloading charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) +2025-01-14 22:25:11.688 | Downloading idna-3.10-py3-none-any.whl (70 kB) +2025-01-14 22:25:11.721 | Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) +2025-01-14 22:25:11.849 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw +2025-01-14 22:25:11.849 | Attempting uninstall: urllib3 +2025-01-14 22:25:11.851 | Found existing installation: urllib3 1.26.5 +2025-01-14 22:25:11.851 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:11.851 | Can't uninstall 'urllib3'. No files were found to uninstall. +2025-01-14 22:25:11.932 | Attempting uninstall: idna +2025-01-14 22:25:11.933 | Found existing installation: idna 3.3 +2025-01-14 22:25:11.934 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:11.934 | Can't uninstall 'idna'. No files were found to uninstall. +2025-01-14 22:25:12.070 | Attempting uninstall: requests +2025-01-14 22:25:12.071 | Found existing installation: requests 2.25.1 +2025-01-14 22:25:12.071 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:12.071 | Can't uninstall 'requests'. No files were found to uninstall. +2025-01-14 22:25:12.126 | Successfully installed charset-normalizer-3.4.0 etcd3gw-2.4.2 futurist-3.0.0 idna-3.10 requests-2.32.3 urllib3-1.26.20 +2025-01-14 22:25:12.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.263 | +inc/python:pip_install:216 result=0 +2025-01-14 22:25:12.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.273 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:25:12.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.283 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:12.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.295 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:12.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.306 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:12.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.317 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:12.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.330 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:12.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.341 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:25:12.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.353 | +functions-common:time_stop:2428 start_time=1736893510030 +2025-01-14 22:25:12.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.365 | +functions-common:time_stop:2430 [[ -z 1736893510030 ]] +2025-01-14 22:25:12.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.378 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:12.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.393 | +functions-common:time_stop:2433 end_time=1736893512381 +2025-01-14 22:25:12.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.405 | +functions-common:time_stop:2434 elapsed_time=2351 +2025-01-14 22:25:12.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.419 | +functions-common:time_stop:2435 total=24656 +2025-01-14 22:25:12.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.431 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:12.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.444 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=27007 +2025-01-14 22:25:12.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.457 | +inc/python:pip_install:219 return 0 +2025-01-14 22:25:12.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.471 | +./stack.sh:main:920 install_apache_uwsgi +2025-01-14 22:25:12.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.485 | +lib/apache:install_apache_uwsgi:76 local apxs=apxs2 +2025-01-14 22:25:12.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.496 | +lib/apache:install_apache_uwsgi:77 is_fedora +2025-01-14 22:25:12.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.507 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:25:12.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.520 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:25:12.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.531 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:25:12.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.542 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:25:12.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.554 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:25:12.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.566 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:25:12.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.579 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:25:12.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.591 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:25:12.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.604 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:25:12.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.615 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:25:12.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.627 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:25:12.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.640 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:25:12.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.652 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:25:12.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.662 | +lib/apache:install_apache_uwsgi:81 is_ubuntu +2025-01-14 22:25:12.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.677 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:25:12.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.690 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:25:12.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.708 | +lib/apache:install_apache_uwsgi:82 local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' +2025-01-14 22:25:12.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.720 | +lib/apache:install_apache_uwsgi:83 install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi +2025-01-14 22:25:12.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.732 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:25:12.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.745 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:25:12.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.760 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:25:12.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.772 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:25:12.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.783 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:25:12.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.796 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:25:12.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.806 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:25:12.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.817 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:25:12.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.828 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:25:12.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.840 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:25:12.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.852 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:25:12.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.864 | +functions-common:apt_get_update:1171 return +2025-01-14 22:25:12.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.875 | +functions-common:install_package:1443 real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi +2025-01-14 22:25:12.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.889 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:25:12.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.901 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:25:12.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.913 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:25:12.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.925 | +functions-common:real_install_package:1431 apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi +2025-01-14 22:25:12.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:12.995 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi +2025-01-14 22:25:13.071 | Reading package lists... +2025-01-14 22:25:13.282 | Building dependency tree... +2025-01-14 22:25:13.283 | Reading state information... +2025-01-14 22:25:13.472 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). +2025-01-14 22:25:13.472 | The following additional packages will be installed: +2025-01-14 22:25:13.473 | libnorm1 libpgm-5.3-0 libyajl2 libzmq5 uwsgi-core +2025-01-14 22:25:13.474 | Suggested packages: +2025-01-14 22:25:13.474 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators +2025-01-14 22:25:13.501 | The following NEW packages will be installed: +2025-01-14 22:25:13.502 | libnorm1 libpgm-5.3-0 libyajl2 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 +2025-01-14 22:25:14.314 | 0 upgraded, 7 newly installed, 0 to remove and 74 not upgraded. +2025-01-14 22:25:14.314 | Need to get 1,352 kB of archives. +2025-01-14 22:25:14.314 | After this operation, 4,528 kB of additional disk space will be used. +2025-01-14 22:25:14.314 | Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB] +2025-01-14 22:25:15.874 | Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB] +2025-01-14 22:25:16.813 | Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libzmq5 amd64 4.3.4-2 [256 kB] +2025-01-14 22:25:18.662 | Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libyajl2 amd64 2.1.0-3ubuntu0.22.04.1 [21.0 kB] +2025-01-14 22:25:18.970 | Get:5 http://archive.ubuntu.com/ubuntu jammy/universe amd64 uwsgi-core amd64 2.0.20-4 [590 kB] +2025-01-14 22:25:20.532 | Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 uwsgi amd64 2.0.20-4 [18.2 kB] +2025-01-14 22:25:20.844 | Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 uwsgi-plugin-python3 amd64 2.0.20-4 [84.2 kB] +2025-01-14 22:25:21.280 | Fetched 1,352 kB in 7s (183 kB/s) +2025-01-14 22:25:21.318 | Selecting previously unselected package libnorm1:amd64. +2025-01-14 22:25:21.357 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69011 files and directories currently installed.) +2025-01-14 22:25:21.359 | Preparing to unpack .../0-libnorm1_1.5.9+dfsg-2_amd64.deb ... +2025-01-14 22:25:21.364 | Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ... +2025-01-14 22:25:21.426 | Selecting previously unselected package libpgm-5.3-0:amd64. +2025-01-14 22:25:21.433 | Preparing to unpack .../1-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ... +2025-01-14 22:25:21.435 | Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... +2025-01-14 22:25:21.486 | Selecting previously unselected package libzmq5:amd64. +2025-01-14 22:25:21.492 | Preparing to unpack .../2-libzmq5_4.3.4-2_amd64.deb ... +2025-01-14 22:25:21.495 | Unpacking libzmq5:amd64 (4.3.4-2) ... +2025-01-14 22:25:21.534 | Selecting previously unselected package libyajl2:amd64. +2025-01-14 22:25:21.540 | Preparing to unpack .../3-libyajl2_2.1.0-3ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:25:21.542 | Unpacking libyajl2:amd64 (2.1.0-3ubuntu0.22.04.1) ... +2025-01-14 22:25:21.578 | Selecting previously unselected package uwsgi-core. +2025-01-14 22:25:21.584 | Preparing to unpack .../4-uwsgi-core_2.0.20-4_amd64.deb ... +2025-01-14 22:25:21.586 | Unpacking uwsgi-core (2.0.20-4) ... +2025-01-14 22:25:21.665 | Selecting previously unselected package uwsgi. +2025-01-14 22:25:21.672 | Preparing to unpack .../5-uwsgi_2.0.20-4_amd64.deb ... +2025-01-14 22:25:21.674 | Unpacking uwsgi (2.0.20-4) ... +2025-01-14 22:25:21.708 | Selecting previously unselected package uwsgi-plugin-python3. +2025-01-14 22:25:21.715 | Preparing to unpack .../6-uwsgi-plugin-python3_2.0.20-4_amd64.deb ... +2025-01-14 22:25:21.717 | Unpacking uwsgi-plugin-python3 (2.0.20-4) ... +2025-01-14 22:25:21.765 | Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... +2025-01-14 22:25:21.772 | Setting up libnorm1:amd64 (1.5.9+dfsg-2) ... +2025-01-14 22:25:21.779 | Setting up libyajl2:amd64 (2.1.0-3ubuntu0.22.04.1) ... +2025-01-14 22:25:21.785 | Setting up libzmq5:amd64 (4.3.4-2) ... +2025-01-14 22:25:21.790 | Setting up uwsgi-core (2.0.20-4) ... +2025-01-14 22:25:21.810 | Setting up uwsgi (2.0.20-4) ... +2025-01-14 22:25:22.171 | Setting up uwsgi-plugin-python3 (2.0.20-4) ... +2025-01-14 22:25:22.191 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:25:22.290 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... +2025-01-14 22:25:22.635 | NEEDRESTART-VER: 3.5 +2025-01-14 22:25:23.177 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:25:23.178 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:25:23.178 | NEEDRESTART-KSTA: 1 +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:25:23.178 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:25:25.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.896 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:25:25.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.906 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:25:25.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.916 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:25.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.928 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:25.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.941 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:25.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.952 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:25.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.964 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:25.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.976 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:25:25.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:25.989 | +functions-common:time_stop:2428 start_time=1736893512985 +2025-01-14 22:25:25.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.001 | +functions-common:time_stop:2430 [[ -z 1736893512985 ]] +2025-01-14 22:25:26.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.015 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:26.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.031 | +functions-common:time_stop:2433 end_time=1736893526017 +2025-01-14 22:25:26.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.044 | +functions-common:time_stop:2434 elapsed_time=13032 +2025-01-14 22:25:26.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.056 | +functions-common:time_stop:2435 total=226280 +2025-01-14 22:25:26.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.067 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:26.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.080 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=239312 +2025-01-14 22:25:26.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.092 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:25:26.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.104 | +lib/apache:install_apache_uwsgi:115 is_ubuntu +2025-01-14 22:25:26.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.116 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:25:26.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.129 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:25:26.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.140 | +lib/apache:install_apache_uwsgi:117 sudo a2enmod proxy +2025-01-14 22:25:26.184 | Enabling module proxy. +2025-01-14 22:25:26.191 | To activate the new configuration, you need to run: +2025-01-14 22:25:26.191 | systemctl restart apache2 +2025-01-14 22:25:26.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.202 | +lib/apache:install_apache_uwsgi:118 sudo a2enmod proxy_uwsgi +2025-01-14 22:25:26.242 | Considering dependency proxy for proxy_uwsgi: +2025-01-14 22:25:26.242 | Module proxy already enabled +2025-01-14 22:25:26.243 | Enabling module proxy_uwsgi. +2025-01-14 22:25:26.250 | To activate the new configuration, you need to run: +2025-01-14 22:25:26.250 | systemctl restart apache2 +2025-01-14 22:25:26.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.260 | +lib/apache:install_apache_uwsgi:124 restart_apache_server +2025-01-14 22:25:26.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.268 | +lib/apache:restart_apache_server:237 restart_service apache2 +2025-01-14 22:25:26.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.276 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:25:26.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.285 | +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 +2025-01-14 22:25:26.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.416 | +./stack.sh:main:923 install_keystoneauth +2025-01-14 22:25:26.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.423 | +lib/keystone:install_keystoneauth:483 use_library_from_git keystoneauth +2025-01-14 22:25:26.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.430 | +inc/python:use_library_from_git:266 local name=keystoneauth +2025-01-14 22:25:26.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.436 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:26.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.442 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:26.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.449 | +inc/python:use_library_from_git:268 [[ ,, =~ ,keystoneauth, ]] +2025-01-14 22:25:26.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.455 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:26.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.461 | +./stack.sh:main:924 install_keystoneclient +2025-01-14 22:25:26.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.467 | +lib/keystone:install_keystoneclient:491 use_library_from_git python-keystoneclient +2025-01-14 22:25:26.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.474 | +inc/python:use_library_from_git:266 local name=python-keystoneclient +2025-01-14 22:25:26.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.480 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:26.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.487 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:26.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.493 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-keystoneclient, ]] +2025-01-14 22:25:26.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.500 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:26.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.507 | +./stack.sh:main:925 install_glanceclient +2025-01-14 22:25:26.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.513 | +lib/glance:install_glanceclient:563 use_library_from_git python-glanceclient +2025-01-14 22:25:26.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.519 | +inc/python:use_library_from_git:266 local name=python-glanceclient +2025-01-14 22:25:26.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.524 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:26.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.534 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:26.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.543 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-glanceclient, ]] +2025-01-14 22:25:26.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.553 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:26.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.564 | +./stack.sh:main:926 install_cinderclient +2025-01-14 22:25:26.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.575 | +lib/cinder:install_cinderclient:571 use_library_from_git python-brick-cinderclient-ext +2025-01-14 22:25:26.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.587 | +inc/python:use_library_from_git:266 local name=python-brick-cinderclient-ext +2025-01-14 22:25:26.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.597 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:26.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.609 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:26.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.619 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-brick-cinderclient-ext, ]] +2025-01-14 22:25:26.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.631 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:26.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.644 | +lib/cinder:install_cinderclient:576 use_library_from_git python-cinderclient +2025-01-14 22:25:26.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.654 | +inc/python:use_library_from_git:266 local name=python-cinderclient +2025-01-14 22:25:26.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.665 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:26.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.680 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:26.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.691 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-cinderclient, ]] +2025-01-14 22:25:26.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.704 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:26.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.717 | +./stack.sh:main:927 install_novaclient +2025-01-14 22:25:26.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.732 | +lib/nova:install_novaclient:921 use_library_from_git python-novaclient +2025-01-14 22:25:26.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.744 | +inc/python:use_library_from_git:266 local name=python-novaclient +2025-01-14 22:25:26.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.755 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:26.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.770 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:26.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.783 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-novaclient, ]] +2025-01-14 22:25:26.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.797 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:26.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.810 | +./stack.sh:main:928 is_service_enabled swift glance horizon +2025-01-14 22:25:26.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.876 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:25:26.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.889 | +./stack.sh:main:929 install_swiftclient +2025-01-14 22:25:26.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.903 | +lib/swift:install_swiftclient:730 use_library_from_git python-swiftclient +2025-01-14 22:25:26.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.915 | +inc/python:use_library_from_git:266 local name=python-swiftclient +2025-01-14 22:25:26.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.928 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:26.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.940 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:26.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.952 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-swiftclient, ]] +2025-01-14 22:25:26.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.964 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:26.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.976 | +./stack.sh:main:931 is_service_enabled neutron nova horizon +2025-01-14 22:25:26.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:26.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.026 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:25:27.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.035 | +./stack.sh:main:932 install_neutronclient +2025-01-14 22:25:27.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.042 | +lib/neutron:install_neutronclient:576 use_library_from_git python-neutronclient +2025-01-14 22:25:27.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.050 | +inc/python:use_library_from_git:266 local name=python-neutronclient +2025-01-14 22:25:27.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.059 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:27.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.068 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:27.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.078 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-neutronclient, ]] +2025-01-14 22:25:27.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.090 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:27.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.101 | +./stack.sh:main:936 install_keystonemiddleware +2025-01-14 22:25:27.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.112 | +lib/keystone:install_keystonemiddleware:501 use_library_from_git keystonemiddleware +2025-01-14 22:25:27.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.123 | +inc/python:use_library_from_git:266 local name=keystonemiddleware +2025-01-14 22:25:27.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.135 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:27.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.146 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:27.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.158 | +inc/python:use_library_from_git:268 [[ ,, =~ ,keystonemiddleware, ]] +2025-01-14 22:25:27.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.168 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:27.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.180 | +lib/keystone:install_keystonemiddleware:506 pip_install_gr keystonemiddleware +2025-01-14 22:25:27.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.190 | +inc/python:pip_install_gr:94 local name=keystonemiddleware +2025-01-14 22:25:27.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.203 | +inc/python:pip_install_gr:95 local clean_name +2025-01-14 22:25:27.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.217 | ++inc/python:pip_install_gr:96 get_from_global_requirements keystonemiddleware +2025-01-14 22:25:27.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.228 | ++inc/python:get_from_global_requirements:241 local package=keystonemiddleware +2025-01-14 22:25:27.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.239 | ++inc/python:get_from_global_requirements:242 local required_pkg +2025-01-14 22:25:27.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.254 | +++inc/python:get_from_global_requirements:243 cut -d# -f1 +2025-01-14 22:25:27.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.256 | +++inc/python:get_from_global_requirements:243 grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt +2025-01-14 22:25:27.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.267 | ++inc/python:get_from_global_requirements:243 required_pkg='keystonemiddleware ' +2025-01-14 22:25:27.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.274 | ++inc/python:get_from_global_requirements:244 [[ keystonemiddleware == '' ]] +2025-01-14 22:25:27.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.282 | ++inc/python:get_from_global_requirements:247 echo keystonemiddleware +2025-01-14 22:25:27.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.291 | +inc/python:pip_install_gr:96 clean_name=keystonemiddleware +2025-01-14 22:25:27.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.300 | +inc/python:pip_install_gr:97 pip_install keystonemiddleware +2025-01-14 22:25:27.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.353 | Using python 3.10 to install keystonemiddleware +2025-01-14 22:25:27.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:27.360 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware +2025-01-14 22:25:28.259 | Collecting keystonemiddleware +2025-01-14 22:25:28.411 | Downloading keystonemiddleware-10.8.0-py3-none-any.whl.metadata (3.9 kB) +2025-01-14 22:25:28.463 | Collecting PyJWT>=2.4.0 (from keystonemiddleware) +2025-01-14 22:25:28.479 | Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) +2025-01-14 22:25:28.527 | Collecting WebOb>=1.7.1 (from keystonemiddleware) +2025-01-14 22:25:28.545 | Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB) +2025-01-14 22:25:28.600 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) +2025-01-14 22:25:28.616 | Downloading keystoneauth1-5.9.1-py3-none-any.whl.metadata (4.1 kB) +2025-01-14 22:25:28.680 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) +2025-01-14 22:25:28.695 | Downloading oslo.cache-3.9.0-py3-none-any.whl.metadata (3.2 kB) +2025-01-14 22:25:28.756 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) +2025-01-14 22:25:28.774 | Downloading oslo.config-9.7.0-py3-none-any.whl.metadata (2.9 kB) +2025-01-14 22:25:28.828 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) +2025-01-14 22:25:28.844 | Downloading oslo.context-5.7.0-py3-none-any.whl.metadata (2.1 kB) +2025-01-14 22:25:28.886 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) +2025-01-14 22:25:28.903 | Downloading oslo.i18n-6.5.0-py3-none-any.whl.metadata (2.1 kB) +2025-01-14 22:25:28.952 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) +2025-01-14 22:25:28.967 | Downloading oslo.log-7.0.0-py3-none-any.whl.metadata (2.8 kB) +2025-01-14 22:25:29.023 | Collecting oslo.serialization>=2.18.0 (from keystonemiddleware) +2025-01-14 22:25:29.042 | Downloading oslo.serialization-5.6.0-py3-none-any.whl.metadata (2.2 kB) +2025-01-14 22:25:29.102 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) +2025-01-14 22:25:29.121 | Downloading oslo.utils-8.0.0-py3-none-any.whl.metadata (2.2 kB) +2025-01-14 22:25:29.128 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (6.1.0) +2025-01-14 22:25:29.167 | Collecting pycadf>=1.1.0 (from keystonemiddleware) +2025-01-14 22:25:29.187 | Downloading pycadf-4.0.0-py3-none-any.whl.metadata (2.3 kB) +2025-01-14 22:25:29.246 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) +2025-01-14 22:25:29.265 | Downloading python_keystoneclient-5.5.0-py3-none-any.whl.metadata (3.7 kB) +2025-01-14 22:25:29.271 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.32.3) +2025-01-14 22:25:29.274 | Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (2.1.0) +2025-01-14 22:25:29.296 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) +2025-01-14 22:25:29.314 | Downloading os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) +2025-01-14 22:25:29.368 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) +2025-01-14 22:25:29.384 | Downloading stevedore-5.4.0-py3-none-any.whl.metadata (2.3 kB) +2025-01-14 22:25:29.389 | Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (4.12.2) +2025-01-14 22:25:29.443 | Collecting dogpile.cache>=1.3.3 (from oslo.cache>=1.26.0->keystonemiddleware) +2025-01-14 22:25:29.461 | Downloading dogpile.cache-1.3.3-py3-none-any.whl.metadata (5.2 kB) +2025-01-14 22:25:29.550 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) +2025-01-14 22:25:29.568 | Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) +2025-01-14 22:25:29.604 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) +2025-01-14 22:25:29.881 | Downloading debtcollector-3.0.0-py3-none-any.whl.metadata (2.3 kB) +2025-01-14 22:25:29.927 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) +2025-01-14 22:25:29.943 | Downloading netaddr-1.3.0-py3-none-any.whl.metadata (5.0 kB) +2025-01-14 22:25:29.979 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) +2025-01-14 22:25:29.996 | Downloading rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) +2025-01-14 22:25:30.049 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) +2025-01-14 22:25:30.064 | Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) +2025-01-14 22:25:30.166 | Collecting msgpack>=0.5.2 (from oslo.serialization>=2.18.0->keystonemiddleware) +2025-01-14 22:25:30.185 | Downloading msgpack-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB) +2025-01-14 22:25:30.233 | Collecting tzdata>=2022.4 (from oslo.serialization>=2.18.0->keystonemiddleware) +2025-01-14 22:25:30.249 | Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) +2025-01-14 22:25:30.266 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystonemiddleware) (24.2) +2025-01-14 22:25:30.390 | Collecting psutil>=3.2.2 (from oslo.utils>=3.33.0->keystonemiddleware) +2025-01-14 22:25:30.406 | Downloading psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) +2025-01-14 22:25:30.477 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) +2025-01-14 22:25:30.495 | Downloading pyparsing-3.2.0-py3-none-any.whl.metadata (5.0 kB) +2025-01-14 22:25:30.576 | Collecting pytz>=2013.6 (from pycadf>=1.1.0->keystonemiddleware) +2025-01-14 22:25:30.593 | Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB) +2025-01-14 22:25:30.621 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4.0) +2025-01-14 22:25:30.621 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.10) +2025-01-14 22:25:30.622 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.20) +2025-01-14 22:25:30.622 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) +2025-01-14 22:25:30.751 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) +2025-01-14 22:25:30.766 | Downloading wrapt-1.17.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB) +2025-01-14 22:25:30.803 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.3.3->oslo.cache>=1.26.0->keystonemiddleware) +2025-01-14 22:25:30.818 | Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) +2025-01-14 22:25:30.838 | Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->keystonemiddleware) (1.17.0) +2025-01-14 22:25:30.869 | Downloading keystonemiddleware-10.8.0-py3-none-any.whl (151 kB) +2025-01-14 22:25:30.926 | Downloading keystoneauth1-5.9.1-py3-none-any.whl (341 kB) +2025-01-14 22:25:31.236 | Downloading oslo.cache-3.9.0-py3-none-any.whl (75 kB) +2025-01-14 22:25:31.284 | Downloading oslo.config-9.7.0-py3-none-any.whl (131 kB) +2025-01-14 22:25:31.321 | Downloading oslo.context-5.7.0-py3-none-any.whl (20 kB) +2025-01-14 22:25:31.347 | Downloading oslo.i18n-6.5.0-py3-none-any.whl (46 kB) +2025-01-14 22:25:31.655 | Downloading oslo.log-7.0.0-py3-none-any.whl (73 kB) +2025-01-14 22:25:31.691 | Downloading oslo.serialization-5.6.0-py3-none-any.whl (26 kB) +2025-01-14 22:25:31.716 | Downloading oslo.utils-8.0.0-py3-none-any.whl (132 kB) +2025-01-14 22:25:31.749 | Downloading pycadf-4.0.0-py3-none-any.whl (43 kB) +2025-01-14 22:25:31.772 | Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) +2025-01-14 22:25:31.796 | Downloading python_keystoneclient-5.5.0-py3-none-any.whl (397 kB) +2025-01-14 22:25:31.850 | Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) +2025-01-14 22:25:31.879 | Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) +2025-01-14 22:25:31.902 | Downloading dogpile.cache-1.3.3-py3-none-any.whl (58 kB) +2025-01-14 22:25:31.933 | Downloading msgpack-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB) +2025-01-14 22:25:31.986 | Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) +2025-01-14 22:25:32.095 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 21.2 MB/s eta 0:00:00 +2025-01-14 22:25:32.109 | Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) +2025-01-14 22:25:32.130 | Downloading psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB) +2025-01-14 22:25:32.155 | Downloading pyparsing-3.2.0-py3-none-any.whl (106 kB) +2025-01-14 22:25:32.179 | Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) +2025-01-14 22:25:32.208 | Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB) +2025-01-14 22:25:32.240 | Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) +2025-01-14 22:25:32.263 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 30.1 MB/s eta 0:00:00 +2025-01-14 22:25:32.278 | Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) +2025-01-14 22:25:32.298 | Downloading stevedore-5.4.0-py3-none-any.whl (49 kB) +2025-01-14 22:25:32.323 | Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) +2025-01-14 22:25:32.355 | Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) +2025-01-14 22:25:32.382 | Downloading wrapt-1.17.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82 kB) +2025-01-14 22:25:32.582 | Installing collected packages: pytz, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, PyJWT, psutil, oslo.i18n, os-service-types, netaddr, msgpack, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware +2025-01-14 22:25:32.582 | Attempting uninstall: pytz +2025-01-14 22:25:32.583 | Found existing installation: pytz 2022.1 +2025-01-14 22:25:32.584 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:32.584 | Can't uninstall 'pytz'. No files were found to uninstall. +2025-01-14 22:25:33.053 | Attempting uninstall: pyparsing +2025-01-14 22:25:33.056 | Found existing installation: pyparsing 2.4.7 +2025-01-14 22:25:33.058 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:33.058 | Can't uninstall 'pyparsing'. No files were found to uninstall. +2025-01-14 22:25:33.116 | Attempting uninstall: PyJWT +2025-01-14 22:25:33.117 | Found existing installation: PyJWT 2.3.0 +2025-01-14 22:25:33.117 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:33.118 | Can't uninstall 'PyJWT'. No files were found to uninstall. +2025-01-14 22:25:34.307 | Successfully installed PyJWT-2.10.1 PyYAML-6.0.2 WebOb-1.8.9 debtcollector-3.0.0 decorator-5.1.1 dogpile.cache-1.3.3 keystoneauth1-5.9.1 keystonemiddleware-10.8.0 msgpack-1.1.0 netaddr-1.3.0 os-service-types-1.7.0 oslo.cache-3.9.0 oslo.config-9.7.0 oslo.context-5.7.0 oslo.i18n-6.5.0 oslo.log-7.0.0 oslo.serialization-5.6.0 oslo.utils-8.0.0 psutil-6.1.0 pycadf-4.0.0 pyparsing-3.2.0 python-dateutil-2.9.0.post0 python-keystoneclient-5.5.0 pytz-2024.2 rfc3986-2.0.0 stevedore-5.4.0 tzdata-2024.2 wrapt-1.17.0 +2025-01-14 22:25:34.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.500 | +inc/python:pip_install:216 result=0 +2025-01-14 22:25:34.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.512 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:25:34.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.522 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:34.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.533 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:34.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.544 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:34.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.555 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:34.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.566 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:34.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.575 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:25:34.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.584 | +functions-common:time_stop:2428 start_time=1736893527347 +2025-01-14 22:25:34.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.594 | +functions-common:time_stop:2430 [[ -z 1736893527347 ]] +2025-01-14 22:25:34.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.604 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:34.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.615 | +functions-common:time_stop:2433 end_time=1736893534607 +2025-01-14 22:25:34.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.622 | +functions-common:time_stop:2434 elapsed_time=7260 +2025-01-14 22:25:34.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.629 | +functions-common:time_stop:2435 total=27007 +2025-01-14 22:25:34.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.639 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:34.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.647 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=34267 +2025-01-14 22:25:34.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.656 | +inc/python:pip_install:219 return 0 +2025-01-14 22:25:34.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.665 | +lib/keystone:install_keystonemiddleware:510 pip_install_gr python-memcached +2025-01-14 22:25:34.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.675 | +inc/python:pip_install_gr:94 local name=python-memcached +2025-01-14 22:25:34.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.685 | +inc/python:pip_install_gr:95 local clean_name +2025-01-14 22:25:34.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.699 | ++inc/python:pip_install_gr:96 get_from_global_requirements python-memcached +2025-01-14 22:25:34.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.708 | ++inc/python:get_from_global_requirements:241 local package=python-memcached +2025-01-14 22:25:34.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.718 | ++inc/python:get_from_global_requirements:242 local required_pkg +2025-01-14 22:25:34.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.730 | +++inc/python:get_from_global_requirements:243 grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt +2025-01-14 22:25:34.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.732 | +++inc/python:get_from_global_requirements:243 cut -d# -f1 +2025-01-14 22:25:34.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.741 | ++inc/python:get_from_global_requirements:243 required_pkg='python-memcached ' +2025-01-14 22:25:34.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.747 | ++inc/python:get_from_global_requirements:244 [[ python-memcached == '' ]] +2025-01-14 22:25:34.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.752 | ++inc/python:get_from_global_requirements:247 echo python-memcached +2025-01-14 22:25:34.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.759 | +inc/python:pip_install_gr:96 clean_name=python-memcached +2025-01-14 22:25:34.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.766 | +inc/python:pip_install_gr:97 pip_install python-memcached +2025-01-14 22:25:34.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.802 | Using python 3.10 to install python-memcached +2025-01-14 22:25:34.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:34.807 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached +2025-01-14 22:25:35.706 | Collecting python-memcached +2025-01-14 22:25:35.852 | Downloading python_memcached-1.62-py2.py3-none-any.whl.metadata (2.3 kB) +2025-01-14 22:25:35.879 | Downloading python_memcached-1.62-py2.py3-none-any.whl (15 kB) +2025-01-14 22:25:36.010 | Installing collected packages: python-memcached +2025-01-14 22:25:36.032 | Successfully installed python-memcached-1.62 +2025-01-14 22:25:36.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.157 | +inc/python:pip_install:216 result=0 +2025-01-14 22:25:36.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.169 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:25:36.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.179 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:36.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.188 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:36.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.197 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:36.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.209 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:36.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.221 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:36.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.234 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:25:36.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.245 | +functions-common:time_stop:2428 start_time=1736893534798 +2025-01-14 22:25:36.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.256 | +functions-common:time_stop:2430 [[ -z 1736893534798 ]] +2025-01-14 22:25:36.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.270 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:36.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.283 | +functions-common:time_stop:2433 end_time=1736893536271 +2025-01-14 22:25:36.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.293 | +functions-common:time_stop:2434 elapsed_time=1473 +2025-01-14 22:25:36.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.306 | +functions-common:time_stop:2435 total=34267 +2025-01-14 22:25:36.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.320 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:36.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.332 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=35740 +2025-01-14 22:25:36.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.347 | +inc/python:pip_install:219 return 0 +2025-01-14 22:25:36.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.362 | +./stack.sh:main:938 is_service_enabled keystone +2025-01-14 22:25:36.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.429 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:25:36.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.437 | +./stack.sh:main:939 '[' 10.201.9.223 == 10.201.9.223 ']' +2025-01-14 22:25:36.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.446 | +./stack.sh:main:940 stack_install_service keystone +2025-01-14 22:25:36.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.456 | +lib/stack:stack_install_service:20 local service=keystone +2025-01-14 22:25:36.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.465 | +lib/stack:stack_install_service:21 type install_keystone +2025-01-14 22:25:36.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.473 | +lib/stack:stack_install_service:23 [[ False = True ]] +2025-01-14 22:25:36.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.481 | +lib/stack:stack_install_service:32 install_keystone +2025-01-14 22:25:36.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.491 | +lib/keystone:install_keystone:516 is_service_enabled ldap +2025-01-14 22:25:36.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.534 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:25:36.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.541 | +lib/keystone:install_keystone:520 git_clone http://github.com/openstack/keystone.git /opt/stack/keystone master +2025-01-14 22:25:36.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.548 | +functions-common:git_clone:593 local git_remote=http://github.com/openstack/keystone.git +2025-01-14 22:25:36.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.556 | +functions-common:git_clone:594 local git_dest=/opt/stack/keystone +2025-01-14 22:25:36.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.563 | +functions-common:git_clone:595 local git_ref=master +2025-01-14 22:25:36.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.571 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:25:36.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.581 | ++functions-common:git_clone:597 pwd +2025-01-14 22:25:36.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.591 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:25:36.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.600 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:25:36.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.612 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:25:36.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.662 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:25:36.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.670 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:25:36.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.679 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:25:36.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.688 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:25:36.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.691 | +functions-common:git_clone:614 echo master +2025-01-14 22:25:36.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.698 | +functions-common:git_clone:628 [[ ! -d /opt/stack/keystone ]] +2025-01-14 22:25:36.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.703 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:25:36.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.709 | +functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/keystone.git /opt/stack/keystone +2025-01-14 22:25:36.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.714 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:25:36.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.720 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:25:36.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.726 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:25:36.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.732 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:25:36.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.739 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:25:36.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.745 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:25:36.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.752 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:25:36.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.758 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:25:36.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.765 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:25:36.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.774 | +functions-common:time_start:2412 _TIME_START[$name]=1736893536766 +2025-01-14 22:25:36.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:36.781 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/keystone.git /opt/stack/keystone +2025-01-14 22:25:36.784 | Cloning into '/opt/stack/keystone'... +2025-01-14 22:25:37.250 | warning: redirecting to https://github.com/openstack/keystone.git/ +2025-01-14 22:25:42.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.967 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:25:42.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.976 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:42.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.987 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:42.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:42.996 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:42.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.004 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:43.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.016 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:43.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.026 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:25:43.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.037 | +functions-common:time_stop:2428 start_time=1736893536766 +2025-01-14 22:25:43.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.047 | +functions-common:time_stop:2430 [[ -z 1736893536766 ]] +2025-01-14 22:25:43.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.059 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:43.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.072 | +functions-common:time_stop:2433 end_time=1736893543061 +2025-01-14 22:25:43.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.084 | +functions-common:time_stop:2434 elapsed_time=6295 +2025-01-14 22:25:43.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.096 | +functions-common:time_stop:2435 total=3441 +2025-01-14 22:25:43.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.108 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:43.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.120 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=9736 +2025-01-14 22:25:43.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.130 | +functions-common:git_clone:635 cd /opt/stack/keystone +2025-01-14 22:25:43.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.143 | +functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:25:43.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.156 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:25:43.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.168 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:25:43.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.177 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:25:43.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.188 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:25:43.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.199 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:25:43.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.209 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:25:43.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.219 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:25:43.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.232 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:25:43.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.247 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:25:43.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.264 | +functions-common:time_start:2412 _TIME_START[$name]=1736893543250 +2025-01-14 22:25:43.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:43.276 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:25:43.708 | warning: redirecting to https://github.com/openstack/keystone.git/ +2025-01-14 22:25:44.072 | From http://github.com/openstack/keystone +2025-01-14 22:25:44.072 | * branch master -> FETCH_HEAD +2025-01-14 22:25:44.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.096 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:25:44.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.107 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:44.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.120 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:44.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.130 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:44.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.141 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:44.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.153 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:44.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.166 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:25:44.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.179 | +functions-common:time_stop:2428 start_time=1736893543250 +2025-01-14 22:25:44.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.189 | +functions-common:time_stop:2430 [[ -z 1736893543250 ]] +2025-01-14 22:25:44.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.203 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:44.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.216 | +functions-common:time_stop:2433 end_time=1736893544205 +2025-01-14 22:25:44.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.225 | +functions-common:time_stop:2434 elapsed_time=955 +2025-01-14 22:25:44.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.236 | +functions-common:time_stop:2435 total=9736 +2025-01-14 22:25:44.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.246 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:44.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.257 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=10691 +2025-01-14 22:25:44.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.270 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:25:44.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.282 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:25:44.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.293 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:25:44.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.305 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:25:44.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.317 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:25:44.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.327 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:25:44.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.338 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:25:44.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.348 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:25:44.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.360 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:25:44.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.373 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:25:44.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.388 | +functions-common:time_start:2412 _TIME_START[$name]=1736893544376 +2025-01-14 22:25:44.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.400 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:25:44.518 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:25:44.518 | +2025-01-14 22:25:44.518 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:25:44.518 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:25:44.518 | state without impacting any branches by switching back to a branch. +2025-01-14 22:25:44.518 | +2025-01-14 22:25:44.518 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:25:44.518 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:25:44.518 | +2025-01-14 22:25:44.518 | git switch -c +2025-01-14 22:25:44.518 | +2025-01-14 22:25:44.518 | Or undo this operation with: +2025-01-14 22:25:44.518 | +2025-01-14 22:25:44.518 | git switch - +2025-01-14 22:25:44.518 | +2025-01-14 22:25:44.518 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:25:44.518 | +2025-01-14 22:25:44.518 | HEAD is now at 86eeb2d20 Merge "Fix domain `immutable` lockdown" +2025-01-14 22:25:44.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.533 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:25:44.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.546 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:44.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.556 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:44.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.568 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:44.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.579 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:44.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.590 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:44.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.600 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:25:44.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.613 | +functions-common:time_stop:2428 start_time=1736893544376 +2025-01-14 22:25:44.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.622 | +functions-common:time_stop:2430 [[ -z 1736893544376 ]] +2025-01-14 22:25:44.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.637 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:44.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.651 | +functions-common:time_stop:2433 end_time=1736893544640 +2025-01-14 22:25:44.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.662 | +functions-common:time_stop:2434 elapsed_time=264 +2025-01-14 22:25:44.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.675 | +functions-common:time_stop:2435 total=10691 +2025-01-14 22:25:44.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.688 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:44.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.700 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=10955 +2025-01-14 22:25:44.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.712 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/keystone +2025-01-14 22:25:44.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.743 | +functions-common:git_clone:676 cd /opt/stack/keystone +2025-01-14 22:25:44.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.751 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:25:44.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.757 | +functions-common:git_clone:677 head -1 +2025-01-14 22:25:44.759 | 86eeb2d20 Merge "Fix domain `immutable` lockdown" +2025-01-14 22:25:44.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.766 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:25:44.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.776 | +lib/keystone:install_keystone:521 setup_develop /opt/stack/keystone +2025-01-14 22:25:44.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.784 | +inc/python:setup_develop:354 local bindep +2025-01-14 22:25:44.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.793 | +inc/python:setup_develop:355 [[ /opt/stack/keystone == -bindep* ]] +2025-01-14 22:25:44.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.803 | +inc/python:setup_develop:359 local project_dir=/opt/stack/keystone +2025-01-14 22:25:44.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.814 | +inc/python:setup_develop:360 local extras= +2025-01-14 22:25:44.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.825 | +inc/python:setup_develop:361 _setup_package_with_constraints_edit /opt/stack/keystone -e +2025-01-14 22:25:44.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.837 | +inc/python:_setup_package_with_constraints_edit:380 local bindep +2025-01-14 22:25:44.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.848 | +inc/python:_setup_package_with_constraints_edit:381 [[ /opt/stack/keystone == -bindep* ]] +2025-01-14 22:25:44.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.860 | +inc/python:_setup_package_with_constraints_edit:385 local project_dir=/opt/stack/keystone +2025-01-14 22:25:44.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.871 | +inc/python:_setup_package_with_constraints_edit:386 local flags=-e +2025-01-14 22:25:44.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.883 | +inc/python:_setup_package_with_constraints_edit:387 local extras= +2025-01-14 22:25:44.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.900 | ++inc/python:_setup_package_with_constraints_edit:394 cd /opt/stack/keystone +2025-01-14 22:25:44.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.912 | ++inc/python:_setup_package_with_constraints_edit:394 pwd +2025-01-14 22:25:44.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.926 | +inc/python:_setup_package_with_constraints_edit:394 project_dir=/opt/stack/keystone +2025-01-14 22:25:44.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.941 | +inc/python:_setup_package_with_constraints_edit:396 '[' -n /opt/stack/requirements ']' +2025-01-14 22:25:44.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.952 | +inc/python:_setup_package_with_constraints_edit:400 local name +2025-01-14 22:25:44.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.967 | ++inc/python:_setup_package_with_constraints_edit:401 awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg +2025-01-14 22:25:44.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.986 | +inc/python:_setup_package_with_constraints_edit:401 name=keystone +2025-01-14 22:25:44.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:44.999 | +inc/python:_setup_package_with_constraints_edit:402 '[' -z keystone ']' +2025-01-14 22:25:45.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.012 | +inc/python:_setup_package_with_constraints_edit:406 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone +2025-01-14 22:25:45.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.235 | +inc/python:_setup_package_with_constraints_edit:409 setup_package /opt/stack/keystone -e +2025-01-14 22:25:45.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.246 | +inc/python:setup_package:437 local bindep=0 +2025-01-14 22:25:45.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.254 | +inc/python:setup_package:438 local bindep_flag= +2025-01-14 22:25:45.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.263 | +inc/python:setup_package:439 local bindep_profiles= +2025-01-14 22:25:45.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.272 | +inc/python:setup_package:440 [[ /opt/stack/keystone == -bindep* ]] +2025-01-14 22:25:45.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.284 | +inc/python:setup_package:445 local project_dir=/opt/stack/keystone +2025-01-14 22:25:45.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.294 | +inc/python:setup_package:446 local flags=-e +2025-01-14 22:25:45.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.304 | +inc/python:setup_package:447 local extras= +2025-01-14 22:25:45.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.315 | +inc/python:setup_package:451 [[ -n -e ]] +2025-01-14 22:25:45.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.325 | +inc/python:setup_package:451 [[ -z '' ]] +2025-01-14 22:25:45.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.335 | +inc/python:setup_package:451 [[ ! -e =~ ^-.* ]] +2025-01-14 22:25:45.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.350 | +inc/python:setup_package:456 [[ ! -z '' ]] +2025-01-14 22:25:45.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.364 | +inc/python:setup_package:461 [[ 0 == 1 ]] +2025-01-14 22:25:45.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.376 | +inc/python:setup_package:465 pip_install -e /opt/stack/keystone +2025-01-14 22:25:45.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.435 | Using python 3.10 to install /opt/stack/keystone +2025-01-14 22:25:45.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:45.446 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone +2025-01-14 22:25:46.151 | Obtaining file:///opt/stack/keystone +2025-01-14 22:25:46.152 | Preparing metadata (setup.py): started +2025-01-14 22:25:46.845 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:25:46.881 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (6.1.0) +2025-01-14 22:25:46.881 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (1.8.9) +2025-01-14 22:25:47.095 | Collecting Flask!=0.11,>=1.0.2 (from keystone==26.1.0.dev55) +2025-01-14 22:25:47.243 | Downloading flask-3.1.0-py3-none-any.whl.metadata (2.7 kB) +2025-01-14 22:25:47.285 | Collecting Flask-RESTful>=0.3.5 (from keystone==26.1.0.dev55) +2025-01-14 22:25:47.301 | Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl.metadata (1.0 kB) +2025-01-14 22:25:47.308 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from keystone==26.1.0.dev55) (44.0.0) +2025-01-14 22:25:47.720 | Collecting SQLAlchemy>=1.4.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:47.981 | Downloading SQLAlchemy-2.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.7 kB) +2025-01-14 22:25:48.010 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.4.0) +2025-01-14 22:25:48.011 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.5.0) +2025-01-14 22:25:48.011 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (10.8.0) +2025-01-14 22:25:48.070 | Collecting bcrypt>=3.1.3 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.084 | Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) +2025-01-14 22:25:48.153 | Collecting scrypt>=0.8.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.168 | Downloading scrypt-0.8.27-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.3 kB) +2025-01-14 22:25:48.178 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (3.9.0) +2025-01-14 22:25:48.180 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (9.7.0) +2025-01-14 22:25:48.180 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.7.0) +2025-01-14 22:25:48.251 | Collecting oslo.messaging>=5.29.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.265 | Downloading oslo.messaging-16.0.0-py3-none-any.whl.metadata (3.2 kB) +2025-01-14 22:25:48.319 | Collecting oslo.db>=6.0.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.333 | Downloading oslo.db-17.1.0-py3-none-any.whl.metadata (3.3 kB) +2025-01-14 22:25:48.343 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (6.5.0) +2025-01-14 22:25:48.344 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (7.0.0) +2025-01-14 22:25:48.382 | Collecting oslo.middleware>=3.31.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.396 | Downloading oslo.middleware-6.3.0-py3-none-any.whl.metadata (2.2 kB) +2025-01-14 22:25:48.448 | Collecting oslo.policy>=4.5.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.462 | Downloading oslo.policy-4.5.0-py3-none-any.whl.metadata (2.1 kB) +2025-01-14 22:25:48.468 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.6.0) +2025-01-14 22:25:48.505 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.519 | Downloading oslo.upgradecheck-2.4.0-py3-none-any.whl.metadata (1.7 kB) +2025-01-14 22:25:48.528 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (8.0.0) +2025-01-14 22:25:48.558 | Collecting oauthlib>=0.6.2 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.571 | Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) +2025-01-14 22:25:48.621 | Collecting pysaml2>=5.0.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.636 | Downloading pysaml2-7.5.0-py3-none-any.whl.metadata (7.1 kB) +2025-01-14 22:25:48.649 | Requirement already satisfied: PyJWT>=1.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (2.10.1) +2025-01-14 22:25:48.650 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (1.3.3) +2025-01-14 22:25:48.707 | Collecting jsonschema>=3.2.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.721 | Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) +2025-01-14 22:25:48.733 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (4.0.0) +2025-01-14 22:25:48.733 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (1.1.0) +2025-01-14 22:25:48.783 | Collecting osprofiler>=1.4.0 (from keystone==26.1.0.dev55) +2025-01-14 22:25:48.800 | Downloading osprofiler-4.2.0-py3-none-any.whl.metadata (4.1 kB) +2025-01-14 22:25:48.825 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->keystone==26.1.0.dev55) (1.17.1) +2025-01-14 22:25:48.827 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==26.1.0.dev55) (5.1.1) +2025-01-14 22:25:48.828 | Requirement already satisfied: typing-extensions>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==26.1.0.dev55) (4.12.2) +2025-01-14 22:25:48.881 | Collecting Werkzeug>=3.1 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) +2025-01-14 22:25:48.894 | Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) +2025-01-14 22:25:48.937 | Collecting Jinja2>=3.1.2 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) +2025-01-14 22:25:48.952 | Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) +2025-01-14 22:25:48.992 | Collecting itsdangerous>=2.2 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) +2025-01-14 22:25:49.012 | Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) +2025-01-14 22:25:49.065 | Collecting click>=8.1.3 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) +2025-01-14 22:25:49.082 | Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) +2025-01-14 22:25:49.127 | Collecting blinker>=1.9 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) +2025-01-14 22:25:49.141 | Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB) +2025-01-14 22:25:49.180 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev55) +2025-01-14 22:25:49.196 | Downloading aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) +2025-01-14 22:25:49.213 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev55) (1.17.0) +2025-01-14 22:25:49.214 | Requirement already satisfied: pytz in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev55) (2024.2) +2025-01-14 22:25:49.247 | Collecting attrs>=22.2.0 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) +2025-01-14 22:25:49.261 | Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) +2025-01-14 22:25:49.313 | Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) +2025-01-14 22:25:49.327 | Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB) +2025-01-14 22:25:49.382 | Collecting referencing>=0.28.4 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) +2025-01-14 22:25:49.399 | Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) +2025-01-14 22:25:49.716 | Collecting rpds-py>=0.7.1 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) +2025-01-14 22:25:49.733 | Downloading rpds_py-0.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) +2025-01-14 22:25:49.747 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (5.9.1) +2025-01-14 22:25:49.749 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (2.32.3) +2025-01-14 22:25:49.758 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (6.0.2) +2025-01-14 22:25:49.758 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (3.0.0) +2025-01-14 22:25:49.759 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (1.3.0) +2025-01-14 22:25:49.760 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (2.0.0) +2025-01-14 22:25:49.821 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:49.835 | Downloading alembic-1.14.0-py3-none-any.whl.metadata (7.4 kB) +2025-01-14 22:25:49.874 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:49.889 | Downloading testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) +2025-01-14 22:25:49.922 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:49.939 | Downloading testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) +2025-01-14 22:25:49.954 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==26.1.0.dev55) (2.9.0.post0) +2025-01-14 22:25:49.999 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.014 | Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB) +2025-01-14 22:25:50.059 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.073 | Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) +2025-01-14 22:25:50.079 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) (3.0.0) +2025-01-14 22:25:50.135 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.149 | Downloading kombu-5.4.2-py3-none-any.whl.metadata (3.2 kB) +2025-01-14 22:25:50.201 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.218 | Downloading oslo.metrics-0.10.0-py3-none-any.whl.metadata (1.3 kB) +2025-01-14 22:25:50.276 | Collecting oslo.service>=1.24.0 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.291 | Downloading oslo.service-3.6.0-py3-none-any.whl.metadata (2.7 kB) +2025-01-14 22:25:50.335 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.350 | Downloading statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) +2025-01-14 22:25:50.363 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==26.1.0.dev55) (2024.2) +2025-01-14 22:25:50.399 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.416 | Downloading prettytable-3.12.0-py3-none-any.whl.metadata (30 kB) +2025-01-14 22:25:50.436 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (2.1.0) +2025-01-14 22:25:50.437 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (24.2) +2025-01-14 22:25:50.437 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (6.1.0) +2025-01-14 22:25:50.438 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (3.2.0) +2025-01-14 22:25:50.489 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.505 | Downloading oslo.concurrency-6.2.0-py3-none-any.whl.metadata (2.4 kB) +2025-01-14 22:25:50.548 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.563 | Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) +2025-01-14 22:25:50.603 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.617 | Downloading pyOpenSSL-24.3.0-py3-none-any.whl.metadata (15 kB) +2025-01-14 22:25:50.670 | Collecting xmlschema<3,>=2 (from pysaml2>=5.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.684 | Downloading xmlschema-2.5.1-py3-none-any.whl.metadata (8.3 kB) +2025-01-14 22:25:50.903 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.919 | Downloading greenlet-3.1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB) +2025-01-14 22:25:50.975 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:50.988 | Downloading Mako-1.3.8-py3-none-any.whl.metadata (2.9 kB) +2025-01-14 22:25:51.024 | Collecting vine<6.0.0,>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.038 | Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB) +2025-01-14 22:25:51.055 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->keystone==26.1.0.dev55) (2.22) +2025-01-14 22:25:51.058 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==26.1.0.dev55) (1.17.0) +2025-01-14 22:25:51.137 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) +2025-01-14 22:25:51.151 | Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) +2025-01-14 22:25:51.179 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (1.7.0) +2025-01-14 22:25:51.222 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.237 | Downloading fasteners-0.19-py3-none-any.whl.metadata (4.9 kB) +2025-01-14 22:25:51.289 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.303 | Downloading prometheus_client-0.21.1-py3-none-any.whl.metadata (1.8 kB) +2025-01-14 22:25:51.363 | Collecting Paste>=2.0.2 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.377 | Downloading Paste-3.10.1-py3-none-any.whl.metadata (5.3 kB) +2025-01-14 22:25:51.410 | Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.423 | Downloading PasteDeploy-3.1.0-py3-none-any.whl.metadata (2.7 kB) +2025-01-14 22:25:51.459 | Collecting Routes>=2.3.1 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.473 | Downloading Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) +2025-01-14 22:25:51.529 | Collecting Yappi>=1.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.543 | Downloading yappi-1.6.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) +2025-01-14 22:25:51.594 | Collecting eventlet>=0.27.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.607 | Downloading eventlet-0.38.2-py3-none-any.whl.metadata (5.5 kB) +2025-01-14 22:25:51.652 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.666 | Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) +2025-01-14 22:25:51.694 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (3.4.0) +2025-01-14 22:25:51.695 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (3.10) +2025-01-14 22:25:51.695 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (1.26.20) +2025-01-14 22:25:51.696 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (2020.6.20) +2025-01-14 22:25:51.708 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==26.1.0.dev55) (2.7.2) +2025-01-14 22:25:51.753 | Collecting elementpath<5.0.0,>=4.1.5 (from xmlschema<3,>=2->pysaml2>=5.0.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.766 | Downloading elementpath-4.6.0-py3-none-any.whl.metadata (7.0 kB) +2025-01-14 22:25:51.823 | Collecting dnspython>=1.15.0 (from eventlet>=0.27.0->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.837 | Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB) +2025-01-14 22:25:51.863 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) (75.8.0) +2025-01-14 22:25:51.900 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) +2025-01-14 22:25:51.914 | Downloading repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) +2025-01-14 22:25:51.973 | Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) +2025-01-14 22:25:52.046 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 10.6 MB/s eta 0:00:00 +2025-01-14 22:25:52.061 | Downloading flask-3.1.0-py3-none-any.whl (102 kB) +2025-01-14 22:25:52.088 | Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl (26 kB) +2025-01-14 22:25:52.108 | Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) +2025-01-14 22:25:52.137 | Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) +2025-01-14 22:25:52.166 | Downloading oslo.db-17.1.0-py3-none-any.whl (159 kB) +2025-01-14 22:25:52.199 | Downloading oslo.messaging-16.0.0-py3-none-any.whl (202 kB) +2025-01-14 22:25:52.236 | Downloading oslo.middleware-6.3.0-py3-none-any.whl (64 kB) +2025-01-14 22:25:52.263 | Downloading oslo.policy-4.5.0-py3-none-any.whl (88 kB) +2025-01-14 22:25:52.514 | Downloading oslo.upgradecheck-2.4.0-py3-none-any.whl (14 kB) +2025-01-14 22:25:52.546 | Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) +2025-01-14 22:25:52.577 | Downloading pysaml2-7.5.0-py3-none-any.whl (419 kB) +2025-01-14 22:25:52.622 | Downloading scrypt-0.8.27-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) +2025-01-14 22:25:52.685 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 20.2 MB/s eta 0:00:00 +2025-01-14 22:25:52.699 | Downloading SQLAlchemy-2.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) +2025-01-14 22:25:52.814 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 27.2 MB/s eta 0:00:00 +2025-01-14 22:25:52.828 | Downloading alembic-1.14.0-py3-none-any.whl (233 kB) +2025-01-14 22:25:52.852 | Downloading amqp-5.3.1-py3-none-any.whl (50 kB) +2025-01-14 22:25:52.872 | Downloading aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) +2025-01-14 22:25:52.895 | Downloading attrs-24.2.0-py3-none-any.whl (63 kB) +2025-01-14 22:25:52.918 | Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) +2025-01-14 22:25:52.939 | Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) +2025-01-14 22:25:52.961 | Downloading click-8.1.7-py3-none-any.whl (97 kB) +2025-01-14 22:25:52.986 | Downloading greenlet-3.1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (599 kB) +2025-01-14 22:25:53.006 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 599.5/599.5 kB 28.3 MB/s eta 0:00:00 +2025-01-14 22:25:53.020 | Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) +2025-01-14 22:25:53.042 | Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) +2025-01-14 22:25:53.065 | Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) +2025-01-14 22:25:53.086 | Downloading kombu-5.4.2-py3-none-any.whl (201 kB) +2025-01-14 22:25:53.113 | Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) +2025-01-14 22:25:53.134 | Downloading oslo.concurrency-6.2.0-py3-none-any.whl (48 kB) +2025-01-14 22:25:53.158 | Downloading oslo.metrics-0.10.0-py3-none-any.whl (13 kB) +2025-01-14 22:25:53.180 | Downloading oslo.service-3.6.0-py3-none-any.whl (77 kB) +2025-01-14 22:25:53.205 | Downloading prettytable-3.12.0-py3-none-any.whl (31 kB) +2025-01-14 22:25:53.227 | Downloading referencing-0.35.1-py3-none-any.whl (26 kB) +2025-01-14 22:25:53.251 | Downloading rpds_py-0.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381 kB) +2025-01-14 22:25:53.285 | Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) +2025-01-14 22:25:53.305 | Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) +2025-01-14 22:25:53.329 | Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) +2025-01-14 22:25:53.350 | Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) +2025-01-14 22:25:53.376 | Downloading xmlschema-2.5.1-py3-none-any.whl (395 kB) +2025-01-14 22:25:53.403 | Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) +2025-01-14 22:25:53.423 | Downloading pyOpenSSL-24.3.0-py3-none-any.whl (56 kB) +2025-01-14 22:25:53.445 | Downloading elementpath-4.6.0-py3-none-any.whl (239 kB) +2025-01-14 22:25:53.470 | Downloading eventlet-0.38.2-py3-none-any.whl (363 kB) +2025-01-14 22:25:53.504 | Downloading fasteners-0.19-py3-none-any.whl (18 kB) +2025-01-14 22:25:53.528 | Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) +2025-01-14 22:25:53.778 | Downloading Paste-3.10.1-py3-none-any.whl (289 kB) +2025-01-14 22:25:53.819 | Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) +2025-01-14 22:25:53.846 | Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) +2025-01-14 22:25:53.869 | Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) +2025-01-14 22:25:53.894 | Downloading yappi-1.6.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) +2025-01-14 22:25:53.918 | Downloading Mako-1.3.8-py3-none-any.whl (78 kB) +2025-01-14 22:25:53.941 | Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) +2025-01-14 22:25:53.963 | Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) +2025-01-14 22:25:53.990 | Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) +2025-01-14 22:25:54.261 | Installing collected packages: wcwidth, statsd, scrypt, repoze.lru, aniso8601, Yappi, vine, testscenarios, testresources, rpds-py, Routes, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, blinker, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, referencing, Mako, Jinja2, eventlet, amqp, pyopenssl, oslo.middleware, oslo.concurrency, kombu, jsonschema-specifications, Flask, alembic, pysaml2, osprofiler, oslo.policy, oslo.db, jsonschema, Flask-RESTful, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone +2025-01-14 22:25:54.707 | Attempting uninstall: oauthlib +2025-01-14 22:25:54.708 | Found existing installation: oauthlib 3.2.0 +2025-01-14 22:25:54.709 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:54.709 | Can't uninstall 'oauthlib'. No files were found to uninstall. +2025-01-14 22:25:54.774 | Attempting uninstall: MarkupSafe +2025-01-14 22:25:54.775 | Found existing installation: MarkupSafe 2.0.1 +2025-01-14 22:25:54.776 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:54.776 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. +2025-01-14 22:25:55.234 | Attempting uninstall: click +2025-01-14 22:25:55.235 | Found existing installation: click 8.0.3 +2025-01-14 22:25:55.235 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:55.236 | Can't uninstall 'click'. No files were found to uninstall. +2025-01-14 22:25:55.298 | Attempting uninstall: blinker +2025-01-14 22:25:55.299 | Found existing installation: blinker 1.4 +2025-01-14 22:25:55.300 | Not uninstalling blinker at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:55.300 | Can't uninstall 'blinker'. No files were found to uninstall. +2025-01-14 22:25:55.309 | Attempting uninstall: bcrypt +2025-01-14 22:25:55.310 | Found existing installation: bcrypt 3.2.0 +2025-01-14 22:25:55.311 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:55.311 | Can't uninstall 'bcrypt'. No files were found to uninstall. +2025-01-14 22:25:55.328 | Attempting uninstall: attrs +2025-01-14 22:25:55.329 | Found existing installation: attrs 21.2.0 +2025-01-14 22:25:55.330 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:55.330 | Can't uninstall 'attrs'. No files were found to uninstall. +2025-01-14 22:25:56.583 | Attempting uninstall: Jinja2 +2025-01-14 22:25:56.584 | Found existing installation: Jinja2 3.0.3 +2025-01-14 22:25:56.585 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:56.585 | Can't uninstall 'Jinja2'. No files were found to uninstall. +2025-01-14 22:25:56.797 | Attempting uninstall: pyopenssl +2025-01-14 22:25:56.798 | Found existing installation: pyOpenSSL 25.0.0 +2025-01-14 22:25:56.799 | Not uninstalling pyopenssl at /usr/local/lib/python3.10/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:56.799 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. +2025-01-14 22:25:57.657 | Attempting uninstall: jsonschema +2025-01-14 22:25:57.659 | Found existing installation: jsonschema 3.2.0 +2025-01-14 22:25:57.659 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:25:57.659 | Can't uninstall 'jsonschema'. No files were found to uninstall. +2025-01-14 22:25:57.910 | DEPRECATION: Legacy editable install of keystone==26.1.0.dev55 from file:///opt/stack/keystone (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 +2025-01-14 22:25:57.910 | Running setup.py develop for keystone +2025-01-14 22:25:58.780 | Successfully installed Flask-3.1.0 Flask-RESTful-0.3.10 Jinja2-3.1.4 Mako-1.3.8 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.12.0 Routes-2.5.1 SQLAlchemy-2.0.36 Werkzeug-3.1.3 Yappi-1.6.10 alembic-1.14.0 amqp-5.3.1 aniso8601-9.0.1 attrs-24.2.0 bcrypt-4.0.1 blinker-1.9.0 cachetools-5.5.0 click-8.1.7 defusedxml-0.7.1 dnspython-2.7.0 elementpath-4.6.0 eventlet-0.38.2 fasteners-0.19 greenlet-3.1.1 itsdangerous-2.2.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystone kombu-5.4.2 oauthlib-3.2.2 oslo.concurrency-6.2.0 oslo.db-17.1.0 oslo.messaging-16.0.0 oslo.metrics-0.10.0 oslo.middleware-6.3.0 oslo.policy-4.5.0 oslo.service-3.6.0 oslo.upgradecheck-2.4.0 osprofiler-4.2.0 prometheus-client-0.21.1 pyopenssl-24.3.0 pysaml2-7.5.0 referencing-0.35.1 repoze.lru-0.7 rpds-py-0.22.3 scrypt-0.8.27 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.1.0 wcwidth-0.2.13 xmlschema-2.5.1 +2025-01-14 22:25:59.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.090 | +inc/python:pip_install:216 result=0 +2025-01-14 22:25:59.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.102 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:25:59.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.113 | +functions-common:time_stop:2421 local name +2025-01-14 22:25:59.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.124 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:25:59.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.134 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:25:59.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.145 | +functions-common:time_stop:2424 local total +2025-01-14 22:25:59.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.159 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:25:59.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.171 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:25:59.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.183 | +functions-common:time_stop:2428 start_time=1736893545427 +2025-01-14 22:25:59.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.194 | +functions-common:time_stop:2430 [[ -z 1736893545427 ]] +2025-01-14 22:25:59.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.209 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:25:59.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.225 | +functions-common:time_stop:2433 end_time=1736893559211 +2025-01-14 22:25:59.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.237 | +functions-common:time_stop:2434 elapsed_time=13784 +2025-01-14 22:25:59.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.248 | +functions-common:time_stop:2435 total=35740 +2025-01-14 22:25:59.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.259 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:25:59.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.273 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=49524 +2025-01-14 22:25:59.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.284 | +inc/python:pip_install:219 return 0 +2025-01-14 22:25:59.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.296 | +inc/python:setup_package:467 [[ -e == \-\e ]] +2025-01-14 22:25:59.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.307 | +inc/python:setup_package:467 [[ True == \F\a\l\s\e ]] +2025-01-14 22:25:59.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.321 | +inc/python:_setup_package_with_constraints_edit:413 use_library_from_git /opt/stack/keystone +2025-01-14 22:25:59.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.333 | +inc/python:use_library_from_git:266 local name=/opt/stack/keystone +2025-01-14 22:25:59.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.345 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:25:59.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.356 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:25:59.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.366 | +inc/python:use_library_from_git:268 [[ ,, =~ ,/opt/stack/keystone, ]] +2025-01-14 22:25:59.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.377 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:25:59.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.391 | +lib/keystone:install_keystone:523 is_service_enabled ldap +2025-01-14 22:25:59.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.447 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:25:59.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.458 | +lib/stack:stack_install_service:33 [[ False = True ]] +2025-01-14 22:25:59.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.470 | +./stack.sh:main:941 configure_keystone +2025-01-14 22:25:59.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.481 | +lib/keystone:configure_keystone:177 sudo install -d -o ubuntu /etc/keystone +2025-01-14 22:25:59.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.512 | +lib/keystone:configure_keystone:179 [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] +2025-01-14 22:25:59.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.524 | +lib/keystone:configure_keystone:180 install -m 600 /dev/null /etc/keystone/keystone.conf +2025-01-14 22:25:59.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.540 | +lib/keystone:configure_keystone:183 is_service_enabled ldap +2025-01-14 22:25:59.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.565 | No value for $TERM and no -T specified +2025-01-14 22:25:59.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.599 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:25:59.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.611 | +lib/keystone:configure_keystone:187 iniset /etc/keystone/keystone.conf identity driver sql +2025-01-14 22:25:59.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.688 | +lib/keystone:configure_keystone:188 iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 +2025-01-14 22:25:59.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.750 | +lib/keystone:configure_keystone:189 iniset /etc/keystone/keystone.conf assignment driver sql +2025-01-14 22:25:59.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.816 | +lib/keystone:configure_keystone:190 iniset /etc/keystone/keystone.conf role driver sql +2025-01-14 22:25:59.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.893 | +lib/keystone:configure_keystone:191 iniset /etc/keystone/keystone.conf resource driver sql +2025-01-14 22:25:59.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.976 | +lib/keystone:configure_keystone:194 iniset /etc/keystone/keystone.conf cache enabled True +2025-01-14 22:25:59.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:25:59.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.067 | +lib/keystone:configure_keystone:195 iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached +2025-01-14 22:26:00.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.163 | +lib/keystone:configure_keystone:196 iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 +2025-01-14 22:26:00.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.257 | +lib/keystone:configure_keystone:198 iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications +2025-01-14 22:26:00.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.272 | +lib/rpc_backend:iniset_rpc_backend:144 local package=keystone +2025-01-14 22:26:00.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.286 | +lib/rpc_backend:iniset_rpc_backend:145 local file=/etc/keystone/keystone.conf +2025-01-14 22:26:00.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.300 | +lib/rpc_backend:iniset_rpc_backend:146 local section=oslo_messaging_notifications +2025-01-14 22:26:00.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.314 | +lib/rpc_backend:iniset_rpc_backend:147 local virtual_host= +2025-01-14 22:26:00.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.327 | +lib/rpc_backend:iniset_rpc_backend:148 is_service_enabled rabbit +2025-01-14 22:26:00.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.356 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.356 | No value for $TERM and no -T specified +2025-01-14 22:26:00.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.393 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:00.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.411 | ++lib/rpc_backend:iniset_rpc_backend:149 get_transport_url '' +2025-01-14 22:26:00.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.424 | ++lib/rpc_backend:get_transport_url:126 local virtual_host= +2025-01-14 22:26:00.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.439 | ++lib/rpc_backend:get_transport_url:127 is_service_enabled rabbit +2025-01-14 22:26:00.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.513 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:00.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.524 | ++lib/rpc_backend:get_transport_url:128 echo rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:26:00.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.538 | +lib/rpc_backend:iniset_rpc_backend:149 iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:26:00.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.634 | +lib/rpc_backend:iniset_rpc_backend:150 '[' -n '' ']' +2025-01-14 22:26:00.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.650 | +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' +2025-01-14 22:26:00.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.666 | +lib/keystone:configure_keystone:200 local service_port=5000 +2025-01-14 22:26:00.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.683 | +lib/keystone:configure_keystone:202 is_service_enabled tls-proxy +2025-01-14 22:26:00.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.755 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:26:00.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.767 | +lib/keystone:configure_keystone:211 iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.201.9.223/identity +2025-01-14 22:26:00.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.852 | +lib/keystone:configure_keystone:213 [[ fernet != '' ]] +2025-01-14 22:26:00.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.866 | +lib/keystone:configure_keystone:214 iniset /etc/keystone/keystone.conf token provider fernet +2025-01-14 22:26:00.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.953 | ++lib/keystone:configure_keystone:217 database_connection_url keystone +2025-01-14 22:26:00.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.967 | ++lib/database:database_connection_url:134 local db=keystone +2025-01-14 22:26:00.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.980 | ++lib/database:database_connection_url:135 database_connection_url_mysql keystone +2025-01-14 22:26:00.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:00.992 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=keystone +2025-01-14 22:26:00.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.004 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:26:01.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.016 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:26:01.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.027 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:26:01.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.083 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:01.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.094 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:26:01.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.104 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' +2025-01-14 22:26:01.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.114 | +lib/keystone:configure_keystone:217 iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:******@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' +2025-01-14 22:26:01.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.193 | +lib/keystone:configure_keystone:220 '[' False '!=' False ']' +2025-01-14 22:26:01.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.202 | +lib/keystone:configure_keystone:225 setup_logging /etc/keystone/keystone.conf +2025-01-14 22:26:01.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.214 | +functions:setup_logging:685 setup_systemd_logging /etc/keystone/keystone.conf +2025-01-14 22:26:01.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.227 | +functions:setup_systemd_logging:702 local conf_file=/etc/keystone/keystone.conf +2025-01-14 22:26:01.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.239 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:26:01.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.290 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:26:01.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.299 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:26:01.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.308 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:26:01.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.319 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:26:01.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.330 | +functions:setup_systemd_logging:715 iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:26:01.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.406 | +functions:setup_systemd_logging:717 iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:26:01.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.472 | +functions:setup_systemd_logging:718 iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:26:01.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.544 | +functions:setup_systemd_logging:719 iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:26:01.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.618 | +functions:setup_systemd_logging:722 iniset /etc/keystone/keystone.conf DEFAULT log_color True +2025-01-14 22:26:01.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.688 | +lib/keystone:configure_keystone:227 iniset /etc/keystone/keystone.conf DEFAULT debug True +2025-01-14 22:26:01.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.765 | +lib/keystone:configure_keystone:229 write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini keystone.wsgi.api:application /identity '' keystone-api +2025-01-14 22:26:01.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.778 | +lib/apache:write_uwsgi_config:242 local conf=/etc/keystone/keystone-uwsgi-public.ini +2025-01-14 22:26:01.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.792 | +lib/apache:write_uwsgi_config:243 local wsgi=keystone.wsgi.api:application +2025-01-14 22:26:01.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.806 | +lib/apache:write_uwsgi_config:244 local url=/identity +2025-01-14 22:26:01.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.819 | +lib/apache:write_uwsgi_config:245 local http= +2025-01-14 22:26:01.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.831 | +lib/apache:write_uwsgi_config:246 local name=keystone-api +2025-01-14 22:26:01.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.843 | +lib/apache:write_uwsgi_config:248 '[' -z keystone-api ']' +2025-01-14 22:26:01.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.857 | +lib/apache:write_uwsgi_config:254 local socket_dir=/var/run/uwsgi +2025-01-14 22:26:01.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.869 | +lib/apache:write_uwsgi_config:258 sudo mkdir -p /etc/tmpfiles.d/ +2025-01-14 22:26:01.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.898 | +lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' +2025-01-14 22:26:01.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.903 | +lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:26:01.915 | d /var/run/uwsgi 0755 ubuntu root +2025-01-14 22:26:01.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.928 | +lib/apache:write_uwsgi_config:260 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:26:01.944 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. +2025-01-14 22:26:01.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.956 | +lib/apache:write_uwsgi_config:262 local socket=/var/run/uwsgi/keystone-api.socket +2025-01-14 22:26:01.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.966 | +lib/apache:write_uwsgi_config:265 rm -rf /etc/keystone/keystone-uwsgi-public.ini +2025-01-14 22:26:01.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.978 | +lib/apache:write_uwsgi_config:269 [[ keystone.wsgi.api:application =~ ^[a-zA-Z0-9_.]+:[a-zA-Z0-9_]+$ ]] +2025-01-14 22:26:01.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:01.989 | +lib/apache:write_uwsgi_config:270 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi module keystone.wsgi.api:application +2025-01-14 22:26:01.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.072 | +lib/apache:write_uwsgi_config:275 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 +2025-01-14 22:26:02.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.137 | +lib/apache:write_uwsgi_config:277 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true +2025-01-14 22:26:02.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.207 | +lib/apache:write_uwsgi_config:279 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true +2025-01-14 22:26:02.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.287 | +lib/apache:write_uwsgi_config:280 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false +2025-01-14 22:26:02.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.371 | +lib/apache:write_uwsgi_config:283 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 +2025-01-14 22:26:02.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.397 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.397 | No value for $TERM and no -T specified +2025-01-14 22:26:02.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.461 | +lib/apache:write_uwsgi_config:284 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true +2025-01-14 22:26:02.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.536 | +lib/apache:write_uwsgi_config:285 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 +2025-01-14 22:26:02.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.612 | +lib/apache:write_uwsgi_config:287 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true +2025-01-14 22:26:02.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.682 | +lib/apache:write_uwsgi_config:289 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' +2025-01-14 22:26:02.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.744 | +lib/apache:write_uwsgi_config:291 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 +2025-01-14 22:26:02.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.810 | +lib/apache:write_uwsgi_config:293 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' +2025-01-14 22:26:02.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.885 | +lib/apache:write_uwsgi_config:295 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true +2025-01-14 22:26:02.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.950 | +lib/apache:write_uwsgi_config:297 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi start-time %t +2025-01-14 22:26:02.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:02.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.024 | +lib/apache:write_uwsgi_config:300 [[ -n '' ]] +2025-01-14 22:26:03.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.034 | +lib/apache:write_uwsgi_config:303 local apache_conf= +2025-01-14 22:26:03.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.046 | ++lib/apache:write_uwsgi_config:304 apache_site_config_for keystone-api +2025-01-14 22:26:03.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.058 | ++lib/apache:apache_site_config_for:173 local site=keystone-api +2025-01-14 22:26:03.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.068 | ++lib/apache:apache_site_config_for:174 is_ubuntu +2025-01-14 22:26:03.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.077 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:03.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.092 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:03.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.102 | ++lib/apache:apache_site_config_for:176 echo /etc/apache2/sites-available/keystone-api.conf +2025-01-14 22:26:03.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.114 | +lib/apache:write_uwsgi_config:304 apache_conf=/etc/apache2/sites-available/keystone-api.conf +2025-01-14 22:26:03.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.125 | +lib/apache:write_uwsgi_config:305 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-api.socket +2025-01-14 22:26:03.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.211 | +lib/apache:write_uwsgi_config:306 iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 +2025-01-14 22:26:03.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.306 | +lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/keystone-api.conf +2025-01-14 22:26:03.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.309 | +lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-api.socket|uwsgi://uwsgi-uds-keystone-api" retry=0 acquire=1 ' +2025-01-14 22:26:03.314 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-api.socket|uwsgi://uwsgi-uds-keystone-api" retry=0 acquire=1 +2025-01-14 22:26:03.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.326 | +lib/apache:write_uwsgi_config:308 enable_apache_site keystone-api +2025-01-14 22:26:03.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.340 | +lib/apache:enable_apache_site:190 local site=keystone-api +2025-01-14 22:26:03.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.354 | +lib/apache:enable_apache_site:192 enable_apache_mod version +2025-01-14 22:26:03.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.369 | +lib/apache:enable_apache_mod:55 local mod=version +2025-01-14 22:26:03.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.385 | +lib/apache:enable_apache_mod:57 is_ubuntu +2025-01-14 22:26:03.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.400 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:03.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.416 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:03.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.433 | +lib/apache:enable_apache_mod:60 [[ version != \v\e\r\s\i\o\n ]] +2025-01-14 22:26:03.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.450 | +lib/apache:enable_apache_site:193 is_ubuntu +2025-01-14 22:26:03.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.463 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:03.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.475 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:03.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.488 | +lib/apache:enable_apache_site:194 sudo a2ensite keystone-api +2025-01-14 22:26:03.551 | Enabling site keystone-api. +2025-01-14 22:26:03.561 | To activate the new configuration, you need to run: +2025-01-14 22:26:03.561 | systemctl reload apache2 +2025-01-14 22:26:03.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.576 | +lib/apache:write_uwsgi_config:309 restart_apache_server +2025-01-14 22:26:03.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.592 | +lib/apache:restart_apache_server:237 restart_service apache2 +2025-01-14 22:26:03.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.605 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:26:03.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.620 | +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 +2025-01-14 22:26:03.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.755 | +lib/keystone:configure_keystone:231 iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 +2025-01-14 22:26:03.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.806 | +lib/keystone:configure_keystone:233 iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ +2025-01-14 22:26:03.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.867 | +lib/keystone:configure_keystone:235 iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ +2025-01-14 22:26:03.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.888 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.888 | No value for $TERM and no -T specified +2025-01-14 22:26:03.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.935 | +lib/keystone:configure_keystone:243 [[ True = True ]] +2025-01-14 22:26:03.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.945 | +lib/keystone:configure_keystone:244 iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 +2025-01-14 22:26:03.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:03.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.022 | +lib/keystone:configure_keystone:245 iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 +2025-01-14 22:26:04.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.094 | +lib/keystone:configure_keystone:246 iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 +2025-01-14 22:26:04.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.179 | +lib/keystone:configure_keystone:249 iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml +2025-01-14 22:26:04.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.264 | +lib/keystone:configure_keystone:251 [[ False == True ]] +2025-01-14 22:26:04.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.278 | +lib/keystone:configure_keystone:251 [[ False == True ]] +2025-01-14 22:26:04.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.292 | +lib/keystone:configure_keystone:255 iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false +2025-01-14 22:26:04.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.385 | +lib/keystone:configure_keystone:256 iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false +2025-01-14 22:26:04.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.465 | +./stack.sh:main:945 is_service_enabled swift +2025-01-14 22:26:04.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.520 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:26:04.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.528 | +./stack.sh:main:959 is_service_enabled g-api n-api +2025-01-14 22:26:04.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.593 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:04.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.604 | +./stack.sh:main:961 stack_install_service glance +2025-01-14 22:26:04.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.616 | +lib/stack:stack_install_service:20 local service=glance +2025-01-14 22:26:04.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.625 | +lib/stack:stack_install_service:21 type install_glance +2025-01-14 22:26:04.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.636 | +lib/stack:stack_install_service:23 [[ False = True ]] +2025-01-14 22:26:04.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.644 | +lib/stack:stack_install_service:32 install_glance +2025-01-14 22:26:04.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.653 | +lib/glance:install_glance:572 glance_store_extras=() +2025-01-14 22:26:04.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.663 | +lib/glance:install_glance:572 local glance_store_extras +2025-01-14 22:26:04.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.673 | +lib/glance:install_glance:574 is_service_enabled cinder +2025-01-14 22:26:04.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.728 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:04.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.740 | +lib/glance:install_glance:575 glance_store_extras=("cinder" "${glance_store_extras[@]}") +2025-01-14 22:26:04.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.751 | +lib/glance:install_glance:578 is_service_enabled swift +2025-01-14 22:26:04.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.799 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:26:04.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.807 | +lib/glance:install_glance:584 use_library_from_git glance_store +2025-01-14 22:26:04.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.816 | +inc/python:use_library_from_git:266 local name=glance_store +2025-01-14 22:26:04.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.824 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:26:04.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.833 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:26:04.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.846 | +inc/python:use_library_from_git:268 [[ ,, =~ ,glance_store, ]] +2025-01-14 22:26:04.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.857 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:26:04.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.870 | ++lib/glance:install_glance:590 join_extras cinder +2025-01-14 22:26:04.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.883 | ++inc/python:join_extras:28 local IFS=, +2025-01-14 22:26:04.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.895 | ++inc/python:join_extras:29 echo cinder +2025-01-14 22:26:04.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.907 | +lib/glance:install_glance:590 pip_install_gr_extras glance-store cinder +2025-01-14 22:26:04.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.920 | +inc/python:pip_install_gr_extras:107 local name=glance-store +2025-01-14 22:26:04.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.931 | +inc/python:pip_install_gr_extras:108 local extras=cinder +2025-01-14 22:26:04.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.941 | +inc/python:pip_install_gr_extras:109 local version_constraints +2025-01-14 22:26:04.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.951 | ++inc/python:pip_install_gr_extras:110 get_version_constraints_from_global_requirements glance-store +2025-01-14 22:26:04.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.960 | ++inc/python:get_version_constraints_from_global_requirements:253 local package=glance-store +2025-01-14 22:26:04.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.968 | ++inc/python:get_version_constraints_from_global_requirements:254 local required_pkg_version_constraint +2025-01-14 22:26:04.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.978 | +++inc/python:get_version_constraints_from_global_requirements:256 cut -d# -f1 +2025-01-14 22:26:04.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.979 | +++inc/python:get_version_constraints_from_global_requirements:256 grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt +2025-01-14 22:26:04.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:04.990 | ++inc/python:get_version_constraints_from_global_requirements:256 required_pkg_version_constraint='!=0.29.0 ' +2025-01-14 22:26:04.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.002 | ++inc/python:get_version_constraints_from_global_requirements:257 [[ !=0.29.0 == '' ]] +2025-01-14 22:26:05.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.010 | ++inc/python:get_version_constraints_from_global_requirements:260 echo '!=0.29.0' +2025-01-14 22:26:05.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.022 | +inc/python:pip_install_gr_extras:110 version_constraints='!=0.29.0' +2025-01-14 22:26:05.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.032 | +inc/python:pip_install_gr_extras:111 pip_install 'glance-store[cinder]!=0.29.0' +2025-01-14 22:26:05.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.087 | Using python 3.10 to install glance-store[cinder]!=0.29.0 +2025-01-14 22:26:05.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:05.094 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' +2025-01-14 22:26:06.282 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) +2025-01-14 22:26:06.446 | Downloading glance_store-4.9.0-py3-none-any.whl.metadata (4.5 kB) +2025-01-14 22:26:06.467 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.38.2) +2025-01-14 22:26:06.468 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.23.0) +2025-01-14 22:26:06.468 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.9.1) +2025-01-14 22:26:06.469 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.0) +2025-01-14 22:26:06.470 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.7.0) +2025-01-14 22:26:06.470 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.5.0) +2025-01-14 22:26:06.471 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.6.0) +2025-01-14 22:26:06.472 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (8.0.0) +2025-01-14 22:26:06.472 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.5.0) +2025-01-14 22:26:06.473 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.32.3) +2025-01-14 22:26:06.474 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.4.0) +2025-01-14 22:26:06.536 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) +2025-01-14 22:26:06.554 | Downloading os_brick-6.9.0-py3-none-any.whl.metadata (1.5 kB) +2025-01-14 22:26:06.855 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) +2025-01-14 22:26:06.871 | Downloading oslo.privsep-3.5.0-py3-none-any.whl.metadata (2.5 kB) +2025-01-14 22:26:06.919 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) +2025-01-14 22:26:06.936 | Downloading oslo.rootwrap-7.4.0-py3-none-any.whl.metadata (2.0 kB) +2025-01-14 22:26:07.255 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) +2025-01-14 22:26:07.277 | Downloading python_cinderclient-9.6.0-py3-none-any.whl.metadata (19 kB) +2025-01-14 22:26:07.294 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.7.0) +2025-01-14 22:26:07.295 | Requirement already satisfied: greenlet>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.1) +2025-01-14 22:26:07.300 | Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (24.2.0) +2025-01-14 22:26:07.301 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2024.10.1) +2025-01-14 22:26:07.302 | Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.35.1) +2025-01-14 22:26:07.303 | Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.22.3) +2025-01-14 22:26:07.309 | Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.1.0) +2025-01-14 22:26:07.309 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) +2025-01-14 22:26:07.310 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.0) +2025-01-14 22:26:07.311 | Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.12.2) +2025-01-14 22:26:07.620 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) +2025-01-14 22:26:07.637 | Downloading os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) +2025-01-14 22:26:07.646 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.7.0) +2025-01-14 22:26:07.647 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (7.0.0) +2025-01-14 22:26:07.653 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.6.0) +2025-01-14 22:26:07.654 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.1.0) +2025-01-14 22:26:07.654 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (9.0.0) +2025-01-14 22:26:07.658 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19) +2025-01-14 22:26:07.662 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0.2) +2025-01-14 22:26:07.663 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.0) +2025-01-14 22:26:07.663 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.3.0) +2025-01-14 22:26:07.664 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) +2025-01-14 22:26:07.667 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.17.1) +2025-01-14 22:26:07.668 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.1.0) +2025-01-14 22:26:07.672 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2024.2) +2025-01-14 22:26:07.675 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (24.2) +2025-01-14 22:26:07.675 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.2.0) +2025-01-14 22:26:07.677 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.12.0) +2025-01-14 22:26:07.684 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4.0) +2025-01-14 22:26:07.685 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.10) +2025-01-14 22:26:07.685 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.20) +2025-01-14 22:26:07.686 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2020.6.20) +2025-01-14 22:26:07.702 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.22) +2025-01-14 22:26:07.706 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.17.0) +2025-01-14 22:26:07.731 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.9.0.post0) +2025-01-14 22:26:07.734 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.10.1) +2025-01-14 22:26:07.735 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.1.0) +2025-01-14 22:26:07.735 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) +2025-01-14 22:26:07.736 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.9) +2025-01-14 22:26:07.736 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.6.10) +2025-01-14 22:26:07.744 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.13) +2025-01-14 22:26:07.767 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (75.8.0) +2025-01-14 22:26:07.771 | Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.17.0) +2025-01-14 22:26:07.774 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) +2025-01-14 22:26:07.817 | Downloading glance_store-4.9.0-py3-none-any.whl (242 kB) +2025-01-14 22:26:07.875 | Downloading os_brick-6.9.0-py3-none-any.whl (304 kB) +2025-01-14 22:26:07.922 | Downloading oslo.privsep-3.5.0-py3-none-any.whl (38 kB) +2025-01-14 22:26:07.945 | Downloading oslo.rootwrap-7.4.0-py3-none-any.whl (38 kB) +2025-01-14 22:26:07.970 | Downloading python_cinderclient-9.6.0-py3-none-any.whl (256 kB) +2025-01-14 22:26:08.011 | Downloading os_win-5.9.0-py3-none-any.whl (274 kB) +2025-01-14 22:26:08.224 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick +2025-01-14 22:26:08.925 | Successfully installed glance-store-4.9.0 os-brick-6.9.0 os-win-5.9.0 oslo.privsep-3.5.0 oslo.rootwrap-7.4.0 python-cinderclient-9.6.0 +2025-01-14 22:26:09.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.065 | +inc/python:pip_install:216 result=0 +2025-01-14 22:26:09.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.080 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:26:09.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.090 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:09.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.097 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:09.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.104 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:09.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.111 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:09.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.117 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:09.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.124 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:26:09.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.132 | +functions-common:time_stop:2428 start_time=1736893565081 +2025-01-14 22:26:09.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.141 | +functions-common:time_stop:2430 [[ -z 1736893565081 ]] +2025-01-14 22:26:09.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.156 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:09.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.169 | +functions-common:time_stop:2433 end_time=1736893569158 +2025-01-14 22:26:09.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.179 | +functions-common:time_stop:2434 elapsed_time=4077 +2025-01-14 22:26:09.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.188 | +functions-common:time_stop:2435 total=49524 +2025-01-14 22:26:09.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.200 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:09.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.211 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=53601 +2025-01-14 22:26:09.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.222 | +inc/python:pip_install:219 return 0 +2025-01-14 22:26:09.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.238 | +lib/glance:install_glance:591 copy_rootwrap /opt/stack/data/venv/etc/glance +2025-01-14 22:26:09.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.250 | +lib/glance:copy_rootwrap:277 local source_path=/opt/stack/data/venv/etc/glance +2025-01-14 22:26:09.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.262 | +lib/glance:copy_rootwrap:279 sudo install -d -o ubuntu /etc/glance +2025-01-14 22:26:09.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.288 | +lib/glance:copy_rootwrap:280 cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ +2025-01-14 22:26:09.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.308 | +lib/glance:install_glance:594 git_clone http://github.com/openstack/glance.git /opt/stack/glance master +2025-01-14 22:26:09.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.322 | +functions-common:git_clone:593 local git_remote=http://github.com/openstack/glance.git +2025-01-14 22:26:09.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.333 | +functions-common:git_clone:594 local git_dest=/opt/stack/glance +2025-01-14 22:26:09.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.345 | +functions-common:git_clone:595 local git_ref=master +2025-01-14 22:26:09.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.356 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:26:09.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.367 | ++functions-common:git_clone:597 pwd +2025-01-14 22:26:09.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.379 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:26:09.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.392 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:26:09.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.407 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:26:09.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.469 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:26:09.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.480 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:26:09.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.491 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:26:09.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.502 | +functions-common:git_clone:614 echo master +2025-01-14 22:26:09.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.504 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:26:09.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.514 | +functions-common:git_clone:628 [[ ! -d /opt/stack/glance ]] +2025-01-14 22:26:09.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.522 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:26:09.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.530 | +functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/glance.git /opt/stack/glance +2025-01-14 22:26:09.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.539 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:26:09.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.548 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:26:09.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.556 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:26:09.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.564 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:26:09.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.575 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:26:09.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.585 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:26:09.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.594 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:26:09.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.605 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:26:09.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.616 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:26:09.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.632 | +functions-common:time_start:2412 _TIME_START[$name]=1736893569619 +2025-01-14 22:26:09.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:09.646 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/glance.git /opt/stack/glance +2025-01-14 22:26:09.651 | Cloning into '/opt/stack/glance'... +2025-01-14 22:26:10.141 | warning: redirecting to https://github.com/openstack/glance.git/ +2025-01-14 22:26:13.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.630 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:26:13.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.640 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:13.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.651 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:13.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.661 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:13.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.671 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:13.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.681 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:13.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.691 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:26:13.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.700 | +functions-common:time_stop:2428 start_time=1736893569619 +2025-01-14 22:26:13.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.712 | +functions-common:time_stop:2430 [[ -z 1736893569619 ]] +2025-01-14 22:26:13.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.723 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:13.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.739 | +functions-common:time_stop:2433 end_time=1736893573725 +2025-01-14 22:26:13.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.749 | +functions-common:time_stop:2434 elapsed_time=4106 +2025-01-14 22:26:13.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.756 | +functions-common:time_stop:2435 total=10955 +2025-01-14 22:26:13.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.764 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:13.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.778 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=15061 +2025-01-14 22:26:13.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.792 | +functions-common:git_clone:635 cd /opt/stack/glance +2025-01-14 22:26:13.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.803 | +functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:26:13.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.818 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:26:13.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.832 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:26:13.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.845 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:26:13.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.859 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:26:13.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.873 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:26:13.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.889 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:26:13.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.904 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:26:13.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.922 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:26:13.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.937 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:26:13.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.956 | +functions-common:time_start:2412 _TIME_START[$name]=1736893573941 +2025-01-14 22:26:13.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:13.969 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:26:14.410 | warning: redirecting to https://github.com/openstack/glance.git/ +2025-01-14 22:26:14.705 | From http://github.com/openstack/glance +2025-01-14 22:26:14.705 | * branch master -> FETCH_HEAD +2025-01-14 22:26:14.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.725 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:26:14.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.736 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:14.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.749 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:14.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.761 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:14.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.771 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:14.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.782 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:14.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.795 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:26:14.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.807 | +functions-common:time_stop:2428 start_time=1736893573941 +2025-01-14 22:26:14.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.818 | +functions-common:time_stop:2430 [[ -z 1736893573941 ]] +2025-01-14 22:26:14.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.832 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:14.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.846 | +functions-common:time_stop:2433 end_time=1736893574835 +2025-01-14 22:26:14.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.859 | +functions-common:time_stop:2434 elapsed_time=894 +2025-01-14 22:26:14.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.871 | +functions-common:time_stop:2435 total=15061 +2025-01-14 22:26:14.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.881 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:14.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.894 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=15955 +2025-01-14 22:26:14.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.905 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:26:14.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.917 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:26:14.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.931 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:26:14.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.943 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:26:14.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.955 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:26:14.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.967 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:26:14.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.978 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:26:14.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:14.991 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:26:14.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.001 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:26:15.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.009 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:26:15.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.019 | +functions-common:time_start:2412 _TIME_START[$name]=1736893575010 +2025-01-14 22:26:15.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.025 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:26:15.112 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:26:15.112 | +2025-01-14 22:26:15.112 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:26:15.112 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:26:15.112 | state without impacting any branches by switching back to a branch. +2025-01-14 22:26:15.112 | +2025-01-14 22:26:15.112 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:26:15.112 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:26:15.112 | +2025-01-14 22:26:15.112 | git switch -c +2025-01-14 22:26:15.112 | +2025-01-14 22:26:15.112 | Or undo this operation with: +2025-01-14 22:26:15.112 | +2025-01-14 22:26:15.112 | git switch - +2025-01-14 22:26:15.112 | +2025-01-14 22:26:15.112 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:26:15.112 | +2025-01-14 22:26:15.112 | HEAD is now at 8b7c39342 Merge "Refresh Glance example configs for epoxy m2" +2025-01-14 22:26:15.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.123 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:26:15.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.130 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:15.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.136 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:15.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.142 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:15.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.148 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:15.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.155 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:15.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.162 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:26:15.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.167 | +functions-common:time_stop:2428 start_time=1736893575010 +2025-01-14 22:26:15.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.174 | +functions-common:time_stop:2430 [[ -z 1736893575010 ]] +2025-01-14 22:26:15.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.181 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:15.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.189 | +functions-common:time_stop:2433 end_time=1736893575182 +2025-01-14 22:26:15.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.195 | +functions-common:time_stop:2434 elapsed_time=172 +2025-01-14 22:26:15.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.203 | +functions-common:time_stop:2435 total=15955 +2025-01-14 22:26:15.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.211 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:15.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.219 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=16127 +2025-01-14 22:26:15.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.228 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/glance +2025-01-14 22:26:15.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.249 | +functions-common:git_clone:676 cd /opt/stack/glance +2025-01-14 22:26:15.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.258 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:26:15.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.262 | +functions-common:git_clone:677 head -1 +2025-01-14 22:26:15.263 | 8b7c39342 Merge "Refresh Glance example configs for epoxy m2" +2025-01-14 22:26:15.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.269 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:26:15.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.276 | +lib/glance:install_glance:596 setup_develop /opt/stack/glance +2025-01-14 22:26:15.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.284 | +inc/python:setup_develop:354 local bindep +2025-01-14 22:26:15.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.291 | +inc/python:setup_develop:355 [[ /opt/stack/glance == -bindep* ]] +2025-01-14 22:26:15.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.299 | +inc/python:setup_develop:359 local project_dir=/opt/stack/glance +2025-01-14 22:26:15.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.307 | +inc/python:setup_develop:360 local extras= +2025-01-14 22:26:15.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.315 | +inc/python:setup_develop:361 _setup_package_with_constraints_edit /opt/stack/glance -e +2025-01-14 22:26:15.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.324 | +inc/python:_setup_package_with_constraints_edit:380 local bindep +2025-01-14 22:26:15.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.333 | +inc/python:_setup_package_with_constraints_edit:381 [[ /opt/stack/glance == -bindep* ]] +2025-01-14 22:26:15.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.342 | +inc/python:_setup_package_with_constraints_edit:385 local project_dir=/opt/stack/glance +2025-01-14 22:26:15.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.352 | +inc/python:_setup_package_with_constraints_edit:386 local flags=-e +2025-01-14 22:26:15.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.363 | +inc/python:_setup_package_with_constraints_edit:387 local extras= +2025-01-14 22:26:15.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.375 | ++inc/python:_setup_package_with_constraints_edit:394 cd /opt/stack/glance +2025-01-14 22:26:15.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.386 | ++inc/python:_setup_package_with_constraints_edit:394 pwd +2025-01-14 22:26:15.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.398 | +inc/python:_setup_package_with_constraints_edit:394 project_dir=/opt/stack/glance +2025-01-14 22:26:15.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.411 | +inc/python:_setup_package_with_constraints_edit:396 '[' -n /opt/stack/requirements ']' +2025-01-14 22:26:15.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.422 | +inc/python:_setup_package_with_constraints_edit:400 local name +2025-01-14 22:26:15.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.433 | ++inc/python:_setup_package_with_constraints_edit:401 awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg +2025-01-14 22:26:15.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.449 | +inc/python:_setup_package_with_constraints_edit:401 name=glance +2025-01-14 22:26:15.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.460 | +inc/python:_setup_package_with_constraints_edit:402 '[' -z glance ']' +2025-01-14 22:26:15.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.469 | +inc/python:_setup_package_with_constraints_edit:406 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance +2025-01-14 22:26:15.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.690 | +inc/python:_setup_package_with_constraints_edit:409 setup_package /opt/stack/glance -e +2025-01-14 22:26:15.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.701 | +inc/python:setup_package:437 local bindep=0 +2025-01-14 22:26:15.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.711 | +inc/python:setup_package:438 local bindep_flag= +2025-01-14 22:26:15.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.724 | +inc/python:setup_package:439 local bindep_profiles= +2025-01-14 22:26:15.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.736 | +inc/python:setup_package:440 [[ /opt/stack/glance == -bindep* ]] +2025-01-14 22:26:15.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.750 | +inc/python:setup_package:445 local project_dir=/opt/stack/glance +2025-01-14 22:26:15.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.764 | +inc/python:setup_package:446 local flags=-e +2025-01-14 22:26:15.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.774 | +inc/python:setup_package:447 local extras= +2025-01-14 22:26:15.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.786 | +inc/python:setup_package:451 [[ -n -e ]] +2025-01-14 22:26:15.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.799 | +inc/python:setup_package:451 [[ -z '' ]] +2025-01-14 22:26:15.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.812 | +inc/python:setup_package:451 [[ ! -e =~ ^-.* ]] +2025-01-14 22:26:15.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.826 | +inc/python:setup_package:456 [[ ! -z '' ]] +2025-01-14 22:26:15.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.839 | +inc/python:setup_package:461 [[ 0 == 1 ]] +2025-01-14 22:26:15.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.852 | +inc/python:setup_package:465 pip_install -e /opt/stack/glance +2025-01-14 22:26:15.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.902 | Using python 3.10 to install /opt/stack/glance +2025-01-14 22:26:15.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:15.908 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance +2025-01-14 22:26:16.658 | Obtaining file:///opt/stack/glance +2025-01-14 22:26:16.659 | Preparing metadata (setup.py): started +2025-01-14 22:26:17.247 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:26:17.287 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.1.0) +2025-01-14 22:26:17.288 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (0.7.1) +2025-01-14 22:26:17.288 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.0.36) +2025-01-14 22:26:17.289 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (0.38.2) +2025-01-14 22:26:17.290 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.1.0) +2025-01-14 22:26:17.290 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.5.1) +2025-01-14 22:26:17.291 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (1.8.9) +2025-01-14 22:26:17.291 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (1.14.0) +2025-01-14 22:26:17.491 | Collecting httplib2>=0.9.1 (from glance==29.1.0.dev45) +2025-01-14 22:26:17.630 | Downloading httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) +2025-01-14 22:26:17.641 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (9.7.0) +2025-01-14 22:26:17.643 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.2.0) +2025-01-14 22:26:17.644 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.7.0) +2025-01-14 22:26:17.645 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.4.0) +2025-01-14 22:26:17.647 | Requirement already satisfied: oslo.utils>=7.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (8.0.0) +2025-01-14 22:26:17.648 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.4.0) +2025-01-14 22:26:17.649 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.0.0) +2025-01-14 22:26:17.942 | Collecting taskflow>=4.0.0 (from glance==29.1.0.dev45) +2025-01-14 22:26:17.959 | Downloading taskflow-5.10.0-py3-none-any.whl.metadata (5.1 kB) +2025-01-14 22:26:17.977 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.9.1) +2025-01-14 22:26:17.978 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (10.8.0) +2025-01-14 22:26:18.309 | Collecting WSME>=0.8.0 (from glance==29.1.0.dev45) +2025-01-14 22:26:18.325 | Downloading WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) +2025-01-14 22:26:18.335 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.12.0) +2025-01-14 22:26:18.337 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.10.1) +2025-01-14 22:26:18.338 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.23.0) +2025-01-14 22:26:18.338 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.5.0) +2025-01-14 22:26:18.339 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (17.1.0) +2025-01-14 22:26:18.340 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.5.0) +2025-01-14 22:26:18.592 | Collecting oslo.limit>=1.6.0 (from glance==29.1.0.dev45) +2025-01-14 22:26:18.614 | Downloading oslo.limit-2.6.0-py3-none-any.whl.metadata (2.1 kB) +2025-01-14 22:26:18.626 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (7.0.0) +2025-01-14 22:26:18.627 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (16.0.0) +2025-01-14 22:26:18.628 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.3.0) +2025-01-14 22:26:18.929 | Collecting oslo.reports>=1.18.0 (from glance==29.1.0.dev45) +2025-01-14 22:26:18.945 | Downloading oslo.reports-3.5.0-py3-none-any.whl.metadata (4.1 kB) +2025-01-14 22:26:18.956 | Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.5.0) +2025-01-14 22:26:19.212 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==29.1.0.dev45) +2025-01-14 22:26:19.231 | Downloading retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) +2025-01-14 22:26:19.242 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.2.0) +2025-01-14 22:26:19.243 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.9.0) +2025-01-14 22:26:19.244 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.0.0) +2025-01-14 22:26:19.245 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==29.1.0.dev45) (44.0.0) +2025-01-14 22:26:19.525 | Collecting cursive>=0.2.1 (from glance==29.1.0.dev45) +2025-01-14 22:26:19.541 | Downloading cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) +2025-01-14 22:26:19.547 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.1.0) +2025-01-14 22:26:19.860 | Collecting castellan>=0.17.0 (from glance==29.1.0.dev45) +2025-01-14 22:26:19.885 | Downloading castellan-5.2.0-py3-none-any.whl.metadata (2.0 kB) +2025-01-14 22:26:19.898 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==29.1.0.dev45) (1.3.8) +2025-01-14 22:26:19.898 | Requirement already satisfied: typing-extensions>=4 in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==29.1.0.dev45) (4.12.2) +2025-01-14 22:26:20.170 | Collecting python-barbicanclient>=5.5.0 (from castellan>=0.17.0->glance==29.1.0.dev45) +2025-01-14 22:26:20.191 | Downloading python_barbicanclient-7.0.0-py3-none-any.whl.metadata (11 kB) +2025-01-14 22:26:20.209 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==29.1.0.dev45) (2.32.3) +2025-01-14 22:26:20.220 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==29.1.0.dev45) (1.17.1) +2025-01-14 22:26:20.226 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==29.1.0.dev45) (5.6.0) +2025-01-14 22:26:20.228 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==29.1.0.dev45) (1.17.0) +2025-01-14 22:26:20.232 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==29.1.0.dev45) (2.7.0) +2025-01-14 22:26:20.233 | Requirement already satisfied: greenlet>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==29.1.0.dev45) (3.1.1) +2025-01-14 22:26:20.244 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==29.1.0.dev45) (3.2.0) +2025-01-14 22:26:20.250 | Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (24.2.0) +2025-01-14 22:26:20.250 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (2024.10.1) +2025-01-14 22:26:20.251 | Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (0.35.1) +2025-01-14 22:26:20.251 | Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (0.22.3) +2025-01-14 22:26:20.258 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==29.1.0.dev45) (1.7.0) +2025-01-14 22:26:20.264 | Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev45) (2.10.1) +2025-01-14 22:26:20.264 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev45) (3.9.0) +2025-01-14 22:26:20.266 | Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev45) (4.0.0) +2025-01-14 22:26:20.269 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==29.1.0.dev45) (0.19) +2025-01-14 22:26:20.273 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev45) (6.0.2) +2025-01-14 22:26:20.274 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev45) (1.3.0) +2025-01-14 22:26:20.275 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev45) (2.0.0) +2025-01-14 22:26:20.283 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==29.1.0.dev45) (2.0.1) +2025-01-14 22:26:20.284 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==29.1.0.dev45) (0.5.0) +2025-01-14 22:26:20.582 | Collecting openstacksdk>=0.47.0 (from oslo.limit>=1.6.0->glance==29.1.0.dev45) +2025-01-14 22:26:20.606 | Downloading openstacksdk-4.2.0-py3-none-any.whl.metadata (12 kB) +2025-01-14 22:26:20.625 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==29.1.0.dev45) (2.9.0.post0) +2025-01-14 22:26:20.630 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.3.1) +2025-01-14 22:26:20.631 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.5.0) +2025-01-14 22:26:20.632 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.4.2) +2025-01-14 22:26:20.633 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (0.10.0) +2025-01-14 22:26:20.634 | Requirement already satisfied: oslo.service>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (3.6.0) +2025-01-14 22:26:20.638 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev45) (3.1.4) +2025-01-14 22:26:20.639 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev45) (4.0.1) +2025-01-14 22:26:20.640 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev45) (4.0.1) +2025-01-14 22:26:20.647 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.reports>=1.18.0->glance==29.1.0.dev45) (6.1.0) +2025-01-14 22:26:20.654 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.3.0->glance==29.1.0.dev45) (24.2) +2025-01-14 22:26:20.655 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.3.0->glance==29.1.0.dev45) (2024.2) +2025-01-14 22:26:20.666 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==29.1.0.dev45) (75.8.0) +2025-01-14 22:26:20.694 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==29.1.0.dev45) (0.2.13) +2025-01-14 22:26:20.700 | Requirement already satisfied: six>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from retrying!=1.3.0,>=1.2.3->glance==29.1.0.dev45) (1.17.0) +2025-01-14 22:26:20.703 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==29.1.0.dev45) (0.7) +2025-01-14 22:26:21.012 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==29.1.0.dev45) +2025-01-14 22:26:21.029 | Downloading automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) +2025-01-14 22:26:21.094 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==29.1.0.dev45) +2025-01-14 22:26:21.110 | Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB) +2025-01-14 22:26:21.403 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==29.1.0.dev45) +2025-01-14 22:26:21.419 | Downloading pydot-3.0.3-py3-none-any.whl.metadata (10 kB) +2025-01-14 22:26:21.430 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==29.1.0.dev45) (9.0.0) +2025-01-14 22:26:21.709 | Collecting simplegeneric (from WSME>=0.8.0->glance==29.1.0.dev45) +2025-01-14 22:26:21.726 | Downloading simplegeneric-0.8.1.zip (12 kB) +2025-01-14 22:26:21.739 | Preparing metadata (setup.py): started +2025-01-14 22:26:22.052 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:26:22.057 | Requirement already satisfied: pytz in /opt/stack/data/venv/lib/python3.10/site-packages (from WSME>=0.8.0->glance==29.1.0.dev45) (2024.2) +2025-01-14 22:26:22.139 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==29.1.0.dev45) +2025-01-14 22:26:22.154 | Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB) +2025-01-14 22:26:22.167 | Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.1.0) +2025-01-14 22:26:22.188 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==29.1.0.dev45) (2.22) +2025-01-14 22:26:22.247 | Collecting zipp>=3.20 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==29.1.0.dev45) +2025-01-14 22:26:22.264 | Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB) +2025-01-14 22:26:22.287 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==29.1.0.dev45) (3.0.2) +2025-01-14 22:26:22.309 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) (5.1.1) +2025-01-14 22:26:22.310 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) (1.3.3) +2025-01-14 22:26:22.341 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) +2025-01-14 22:26:22.356 | Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) +2025-01-14 22:26:22.399 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) +2025-01-14 22:26:22.421 | Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB) +2025-01-14 22:26:22.430 | Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) (4.3.6) +2025-01-14 22:26:22.453 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) +2025-01-14 22:26:22.469 | Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) +2025-01-14 22:26:22.491 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (0.21.1) +2025-01-14 22:26:22.495 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==29.1.0.dev45) (1.1.0) +2025-01-14 22:26:22.500 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (1.6.10) +2025-01-14 22:26:22.824 | Collecting cliff>=2.8.0 (from python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) +2025-01-14 22:26:22.840 | Downloading cliff-4.8.0-py3-none-any.whl.metadata (2.1 kB) +2025-01-14 22:26:22.869 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (3.4.0) +2025-01-14 22:26:22.870 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (3.10) +2025-01-14 22:26:22.870 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (1.26.20) +2025-01-14 22:26:22.871 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (2020.6.20) +2025-01-14 22:26:22.892 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==29.1.0.dev45) (2.7.2) +2025-01-14 22:26:22.953 | Collecting autopage>=0.4.0 (from cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) +2025-01-14 22:26:22.970 | Downloading autopage-0.5.2-py3-none-any.whl.metadata (7.9 kB) +2025-01-14 22:26:23.283 | Collecting cmd2>=1.0.0 (from cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) +2025-01-14 22:26:23.301 | Downloading cmd2-2.5.7-py3-none-any.whl.metadata (13 kB) +2025-01-14 22:26:23.368 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) +2025-01-14 22:26:23.385 | Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) +2025-01-14 22:26:23.466 | Collecting pyperclip (from cmd2>=1.0.0->cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) +2025-01-14 22:26:23.466 | Using cached pyperclip-1.9.0-py3-none-any.whl +2025-01-14 22:26:23.499 | Downloading castellan-5.2.0-py3-none-any.whl (99 kB) +2025-01-14 22:26:23.552 | Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) +2025-01-14 22:26:23.583 | Downloading httplib2-0.22.0-py3-none-any.whl (96 kB) +2025-01-14 22:26:23.622 | Downloading oslo.limit-2.6.0-py3-none-any.whl (21 kB) +2025-01-14 22:26:23.649 | Downloading oslo.reports-3.5.0-py3-none-any.whl (53 kB) +2025-01-14 22:26:23.680 | Downloading retrying-1.3.4-py3-none-any.whl (11 kB) +2025-01-14 22:26:23.706 | Downloading taskflow-5.10.0-py3-none-any.whl (504 kB) +2025-01-14 22:26:23.800 | Downloading WSME-0.12.1-py3-none-any.whl (59 kB) +2025-01-14 22:26:23.826 | Downloading automaton-3.2.0-py3-none-any.whl (22 kB) +2025-01-14 22:26:23.849 | Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB) +2025-01-14 22:26:23.872 | Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) +2025-01-14 22:26:24.030 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 11.5 MB/s eta 0:00:00 +2025-01-14 22:26:24.047 | Downloading openstacksdk-4.2.0-py3-none-any.whl (1.7 MB) +2025-01-14 22:26:24.149 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 17.4 MB/s eta 0:00:00 +2025-01-14 22:26:24.165 | Downloading pydot-3.0.3-py3-none-any.whl (35 kB) +2025-01-14 22:26:24.187 | Downloading python_barbicanclient-7.0.0-py3-none-any.whl (88 kB) +2025-01-14 22:26:24.215 | Downloading cliff-4.8.0-py3-none-any.whl (80 kB) +2025-01-14 22:26:24.241 | Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) +2025-01-14 22:26:24.269 | Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) +2025-01-14 22:26:24.295 | Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) +2025-01-14 22:26:24.318 | Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB) +2025-01-14 22:26:24.338 | Downloading autopage-0.5.2-py3-none-any.whl (30 kB) +2025-01-14 22:26:24.361 | Downloading cmd2-2.5.7-py3-none-any.whl (152 kB) +2025-01-14 22:26:24.385 | Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) +2025-01-14 22:26:24.438 | Building wheels for collected packages: simplegeneric +2025-01-14 22:26:24.439 | Building wheel for simplegeneric (setup.py): started +2025-01-14 22:26:24.843 | Building wheel for simplegeneric (setup.py): finished with status 'done' +2025-01-14 22:26:24.844 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5101 sha256=041f4822fc5bc0b09664b9c8961320a64aa19c6f368fe4cc477f3f32f708d134 +2025-01-14 22:26:24.845 | Stored in directory: /home/ubuntu/.cache/pip/wheels/6a/88/e8/d4f4d830f0edaf91815bd9714e65b3c57ebc95c4ddfc6416a6 +2025-01-14 22:26:24.849 | Successfully built simplegeneric +2025-01-14 22:26:24.984 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, zipp, retrying, pydot, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, cliff, automaton, WSME, openstacksdk, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance +2025-01-14 22:26:25.005 | Attempting uninstall: zipp +2025-01-14 22:26:25.006 | Found existing installation: zipp 1.0.0 +2025-01-14 22:26:25.007 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:26:25.007 | Can't uninstall 'zipp'. No files were found to uninstall. +2025-01-14 22:26:25.954 | Attempting uninstall: jsonpointer +2025-01-14 22:26:25.955 | Found existing installation: jsonpointer 2.0 +2025-01-14 22:26:25.956 | Not uninstalling jsonpointer at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:26:25.956 | Can't uninstall 'jsonpointer'. No files were found to uninstall. +2025-01-14 22:26:25.980 | Attempting uninstall: httplib2 +2025-01-14 22:26:25.981 | Found existing installation: httplib2 0.20.2 +2025-01-14 22:26:25.981 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:26:25.982 | Can't uninstall 'httplib2'. No files were found to uninstall. +2025-01-14 22:26:26.091 | Attempting uninstall: jsonpatch +2025-01-14 22:26:26.092 | Found existing installation: jsonpatch 1.32 +2025-01-14 22:26:26.093 | Not uninstalling jsonpatch at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:26:26.093 | Can't uninstall 'jsonpatch'. No files were found to uninstall. +2025-01-14 22:26:26.103 | Attempting uninstall: importlib-metadata +2025-01-14 22:26:26.104 | Found existing installation: importlib-metadata 4.6.4 +2025-01-14 22:26:26.105 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:26:26.105 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. +2025-01-14 22:26:27.769 | DEPRECATION: Legacy editable install of glance==29.1.0.dev45 from file:///opt/stack/glance (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 +2025-01-14 22:26:27.769 | Running setup.py develop for glance +2025-01-14 22:26:28.539 | Successfully installed WSME-0.12.1 automaton-3.2.0 autopage-0.5.2 castellan-5.2.0 cliff-4.8.0 cmd2-2.5.7 cursive-0.2.3 glance httplib2-0.22.0 importlib-metadata-8.5.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 networkx-3.4.2 openstacksdk-4.2.0 oslo.limit-2.6.0 oslo.reports-3.5.0 pydot-3.0.3 pyperclip-1.9.0 python-barbicanclient-7.0.0 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 taskflow-5.10.0 zipp-3.21.0 +2025-01-14 22:26:28.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.702 | +inc/python:pip_install:216 result=0 +2025-01-14 22:26:28.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.714 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:26:28.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.725 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:28.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.739 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:28.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.750 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:28.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.762 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:28.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.775 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:28.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.787 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:26:28.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.799 | +functions-common:time_stop:2428 start_time=1736893575898 +2025-01-14 22:26:28.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.811 | +functions-common:time_stop:2430 [[ -z 1736893575898 ]] +2025-01-14 22:26:28.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.824 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:28.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.839 | +functions-common:time_stop:2433 end_time=1736893588828 +2025-01-14 22:26:28.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.852 | +functions-common:time_stop:2434 elapsed_time=12930 +2025-01-14 22:26:28.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.863 | +functions-common:time_stop:2435 total=53601 +2025-01-14 22:26:28.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.873 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:28.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.888 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=66531 +2025-01-14 22:26:28.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.899 | +inc/python:pip_install:219 return 0 +2025-01-14 22:26:28.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.912 | +inc/python:setup_package:467 [[ -e == \-\e ]] +2025-01-14 22:26:28.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.926 | +inc/python:setup_package:467 [[ True == \F\a\l\s\e ]] +2025-01-14 22:26:28.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.941 | +inc/python:_setup_package_with_constraints_edit:413 use_library_from_git /opt/stack/glance +2025-01-14 22:26:28.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.953 | +inc/python:use_library_from_git:266 local name=/opt/stack/glance +2025-01-14 22:26:28.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.968 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:26:28.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.981 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:26:28.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:28.993 | +inc/python:use_library_from_git:268 [[ ,, =~ ,/opt/stack/glance, ]] +2025-01-14 22:26:28.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.008 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:26:29.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.020 | +lib/stack:stack_install_service:33 [[ False = True ]] +2025-01-14 22:26:29.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.034 | +./stack.sh:main:962 configure_glance +2025-01-14 22:26:29.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.048 | +lib/glance:configure_glance:360 sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs +2025-01-14 22:26:29.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.073 | +lib/glance:configure_glance:363 local dburl +2025-01-14 22:26:29.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.087 | ++lib/glance:configure_glance:364 database_connection_url glance +2025-01-14 22:26:29.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.098 | ++lib/database:database_connection_url:134 local db=glance +2025-01-14 22:26:29.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.109 | ++lib/database:database_connection_url:135 database_connection_url_mysql glance +2025-01-14 22:26:29.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.120 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=glance +2025-01-14 22:26:29.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.131 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:26:29.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.141 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:26:29.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.154 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:26:29.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.202 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:29.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.211 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:26:29.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.220 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/glance?charset=utf8&plugin=dbcounter' +2025-01-14 22:26:29.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.230 | +lib/glance:configure_glance:364 dburl='mysql+pymysql://root:******@127.0.0.1/glance?charset=utf8&plugin=dbcounter' +2025-01-14 22:26:29.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.241 | +lib/glance:configure_glance:366 iniset /etc/glance/glance-api.conf DEFAULT debug True +2025-01-14 22:26:29.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.316 | +lib/glance:configure_glance:367 iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:******@127.0.0.1/glance?charset=utf8&plugin=dbcounter' +2025-01-14 22:26:29.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.398 | +lib/glance:configure_glance:368 iniset /etc/glance/glance-api.conf DEFAULT use_syslog False +2025-01-14 22:26:29.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.465 | +lib/glance:configure_glance:369 iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ +2025-01-14 22:26:29.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.535 | +lib/glance:configure_glance:370 iniset /etc/glance/glance-api.conf DEFAULT image_cache_driver centralized_db +2025-01-14 22:26:29.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.615 | +lib/glance:configure_glance:371 iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks +2025-01-14 22:26:29.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.701 | +lib/glance:configure_glance:372 iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement +2025-01-14 22:26:29.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.782 | +lib/glance:configure_glance:373 configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance +2025-01-14 22:26:29.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.793 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/glance/glance-api.conf +2025-01-14 22:26:29.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.807 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=glance +2025-01-14 22:26:29.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.821 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=keystone_authtoken +2025-01-14 22:26:29.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.833 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password +2025-01-14 22:26:29.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.915 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/glance/glance-api.conf keystone_authtoken interface public +2025-01-14 22:26:29.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:29.993 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.201.9.223/identity +2025-01-14 22:26:29.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.063 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/glance/glance-api.conf keystone_authtoken username glance +2025-01-14 22:26:30.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.133 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/glance/glance-api.conf keystone_authtoken password ****** +2025-01-14 22:26:30.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.207 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default +2025-01-14 22:26:30.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.274 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/glance/glance-api.conf keystone_authtoken project_name service +2025-01-14 22:26:30.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.333 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default +2025-01-14 22:26:30.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.406 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:26:30.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.482 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 +2025-01-14 22:26:30.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.549 | +lib/glance:configure_glance:374 iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 +2025-01-14 22:26:30.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.606 | +lib/glance:configure_glance:375 iniset_rpc_backend glance /etc/glance/glance-api.conf +2025-01-14 22:26:30.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.612 | +lib/rpc_backend:iniset_rpc_backend:144 local package=glance +2025-01-14 22:26:30.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.618 | +lib/rpc_backend:iniset_rpc_backend:145 local file=/etc/glance/glance-api.conf +2025-01-14 22:26:30.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.625 | +lib/rpc_backend:iniset_rpc_backend:146 local section=DEFAULT +2025-01-14 22:26:30.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.631 | +lib/rpc_backend:iniset_rpc_backend:147 local virtual_host= +2025-01-14 22:26:30.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.639 | +lib/rpc_backend:iniset_rpc_backend:148 is_service_enabled rabbit +2025-01-14 22:26:30.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.673 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:30.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.680 | ++lib/rpc_backend:iniset_rpc_backend:149 get_transport_url '' +2025-01-14 22:26:30.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.686 | ++lib/rpc_backend:get_transport_url:126 local virtual_host= +2025-01-14 22:26:30.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.692 | ++lib/rpc_backend:get_transport_url:127 is_service_enabled rabbit +2025-01-14 22:26:30.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.728 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:30.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.737 | ++lib/rpc_backend:get_transport_url:128 echo rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:26:30.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.748 | +lib/rpc_backend:iniset_rpc_backend:149 iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:26:30.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.829 | +lib/rpc_backend:iniset_rpc_backend:150 '[' -n '' ']' +2025-01-14 22:26:30.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.840 | +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' +2025-01-14 22:26:30.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.851 | +lib/glance:configure_glance:376 '[' libvirt = libvirt ']' +2025-01-14 22:26:30.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.865 | +lib/glance:configure_glance:376 '[' kvm = parallels ']' +2025-01-14 22:26:30.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.878 | +lib/glance:configure_glance:380 iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False +2025-01-14 22:26:30.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.961 | +lib/glance:configure_glance:381 iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False +2025-01-14 22:26:30.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:30.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.031 | +lib/glance:configure_glance:382 iniset /etc/glance/glance-api.conf image_format require_image_format_match True +2025-01-14 22:26:31.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.100 | +lib/glance:configure_glance:385 configure_glance_store False False +2025-01-14 22:26:31.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.110 | +lib/glance:configure_glance_store:290 local use_cinder_for_glance=False +2025-01-14 22:26:31.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.122 | +lib/glance:configure_glance_store:291 local glance_enable_multiple_stores=False +2025-01-14 22:26:31.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.133 | +lib/glance:configure_glance_store:292 local be +2025-01-14 22:26:31.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.144 | +lib/glance:configure_glance_store:294 [[ False == \F\a\l\s\e ]] +2025-01-14 22:26:31.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.159 | +lib/glance:configure_glance_store:295 [[ False == \T\r\u\e ]] +2025-01-14 22:26:31.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.171 | +lib/glance:configure_glance_store:312 iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ +2025-01-14 22:26:31.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.272 | +lib/glance:configure_glance:388 '[' -n '' ']' +2025-01-14 22:26:31.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.281 | +lib/glance:configure_glance:391 iniset /etc/glance/glance-api.conf cors allowed_origin http://10.201.9.223 +2025-01-14 22:26:31.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.348 | +lib/glance:configure_glance:395 [[ False == \F\a\l\s\e ]] +2025-01-14 22:26:31.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.358 | +lib/glance:configure_glance:397 [[ False == \T\r\u\e ]] +2025-01-14 22:26:31.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.367 | +lib/glance:configure_glance:403 is_service_enabled s-proxy +2025-01-14 22:26:31.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.413 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:26:31.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.421 | +lib/glance:configure_glance:432 iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.201.9.223/image +2025-01-14 22:26:31.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.489 | +lib/glance:configure_glance:434 is_service_enabled tls-proxy +2025-01-14 22:26:31.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.540 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:26:31.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.551 | +lib/glance:configure_glance:440 setup_logging /etc/glance/glance-api.conf +2025-01-14 22:26:31.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.563 | +functions:setup_logging:685 setup_systemd_logging /etc/glance/glance-api.conf +2025-01-14 22:26:31.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.575 | +functions:setup_systemd_logging:702 local conf_file=/etc/glance/glance-api.conf +2025-01-14 22:26:31.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.587 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:26:31.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.645 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:26:31.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.655 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:26:31.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.667 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:26:31.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.678 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:26:31.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.689 | +functions:setup_systemd_logging:715 iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:26:31.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.759 | +functions:setup_systemd_logging:717 iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:26:31.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.831 | +functions:setup_systemd_logging:718 iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:26:31.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.907 | +functions:setup_systemd_logging:719 iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:26:31.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.979 | +functions:setup_systemd_logging:722 iniset /etc/glance/glance-api.conf DEFAULT log_color True +2025-01-14 22:26:31.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:31.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.003 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.003 | No value for $TERM and no -T specified +2025-01-14 22:26:32.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.057 | +lib/glance:configure_glance:442 cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini +2025-01-14 22:26:32.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.070 | +lib/glance:configure_glance:445 iniset /etc/glance/glance-cache.conf DEFAULT debug True +2025-01-14 22:26:32.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.160 | +lib/glance:configure_glance:446 iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False +2025-01-14 22:26:32.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.216 | +lib/glance:configure_glance:447 iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ +2025-01-14 22:26:32.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.229 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.229 | No value for $TERM and no -T specified +2025-01-14 22:26:32.234 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.234 | No value for $TERM and no -T specified +2025-01-14 22:26:32.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.274 | +lib/glance:configure_glance:448 iniset /etc/glance/glance-cache.conf DEFAULT image_cache_driver centralized_db +2025-01-14 22:26:32.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.330 | +lib/glance:configure_glance:449 iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.201.9.223/identity +2025-01-14 22:26:32.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.389 | +lib/glance:configure_glance:450 iniset /etc/glance/glance-cache.conf DEFAULT ******_tenant_name service +2025-01-14 22:26:32.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.445 | +lib/glance:configure_glance:451 iniset /etc/glance/glance-cache.conf DEFAULT ******_user glance +2025-01-14 22:26:32.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.494 | +lib/glance:configure_glance:452 iniset /etc/glance/glance-cache.conf DEFAULT ******_password ****** +2025-01-14 22:26:32.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.543 | +lib/glance:configure_glance:455 iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ +2025-01-14 22:26:32.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.595 | +lib/glance:configure_glance:458 iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' +2025-01-14 22:26:32.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.642 | +lib/glance:configure_glance:459 iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles ****** +2025-01-14 22:26:32.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.650 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.650 | No value for $TERM and no -T specified +2025-01-14 22:26:32.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.686 | +lib/glance:configure_glance:460 iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject +2025-01-14 22:26:32.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.731 | +lib/glance:configure_glance:462 cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json +2025-01-14 22:26:32.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.738 | +lib/glance:configure_glance:464 cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-mode.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vtpm-hw.json /opt/stack/glance/etc/metadefs/compute-vtpm.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs +2025-01-14 22:26:32.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.748 | +lib/glance:configure_glance:466 is_service_enabled tls-proxy +2025-01-14 22:26:32.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.781 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:26:32.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.787 | +lib/glance:configure_glance:474 [[ False == False ]] +2025-01-14 22:26:32.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.794 | +lib/glance:configure_glance:475 write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image +2025-01-14 22:26:32.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.801 | +lib/apache:write_local_uwsgi_http_config:320 local conf=/etc/glance/glance-uwsgi.ini +2025-01-14 22:26:32.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.808 | +lib/apache:write_local_uwsgi_http_config:321 local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api +2025-01-14 22:26:32.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.814 | +lib/apache:write_local_uwsgi_http_config:322 local url=/image +2025-01-14 22:26:32.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.821 | +lib/apache:write_local_uwsgi_http_config:323 local name= +2025-01-14 22:26:32.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.827 | +lib/apache:write_local_uwsgi_http_config:325 '[' -z '' ']' +2025-01-14 22:26:32.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.835 | ++lib/apache:write_local_uwsgi_http_config:326 basename /opt/stack/data/venv/bin/glance-wsgi-api +2025-01-14 22:26:32.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.843 | +lib/apache:write_local_uwsgi_http_config:326 name=glance-wsgi-api +2025-01-14 22:26:32.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.851 | +lib/apache:write_local_uwsgi_http_config:333 rm -rf /etc/glance/glance-uwsgi.ini +2025-01-14 22:26:32.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.859 | +lib/apache:write_local_uwsgi_http_config:336 [[ /opt/stack/data/venv/bin/glance-wsgi-api =~ ^[a-zA-Z0-9_.]+:[a-zA-Z0-9_]+$ ]] +2025-01-14 22:26:32.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.867 | +lib/apache:write_local_uwsgi_http_config:339 deprecated 'Configuring uWSGI with a WSGI file is deprecated, use module paths instead' +2025-01-14 22:26:32.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.874 | +functions-common:deprecated:316 local 'text=Configuring uWSGI with a WSGI file is deprecated, use module paths instead' +2025-01-14 22:26:32.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.882 | +functions-common:deprecated:317 DEPRECATED_TEXT+='\nConfiguring uWSGI with a WSGI file is deprecated, use module paths instead' +2025-01-14 22:26:32.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.890 | +functions-common:deprecated:318 echo 'WARNING: Configuring uWSGI with a WSGI file is deprecated, use module paths instead' +2025-01-14 22:26:32.890 | WARNING: Configuring uWSGI with a WSGI file is deprecated, use module paths instead +2025-01-14 22:26:32.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.899 | +lib/apache:write_local_uwsgi_http_config:340 iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api +2025-01-14 22:26:32.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.957 | ++lib/apache:write_local_uwsgi_http_config:342 get_random_port +2025-01-14 22:26:32.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.963 | ++functions:get_random_port:852 read lower_port upper_port +2025-01-14 22:26:32.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.969 | ++functions:get_random_port:853 true +2025-01-14 22:26:32.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.976 | ++functions:get_random_port:854 (( port = upper_port )) +2025-01-14 22:26:32.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.982 | ++functions:get_random_port:854 (( port >= lower_port )) +2025-01-14 22:26:32.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:32.990 | ++functions:get_random_port:855 sudo lsof -i :60999 +2025-01-14 22:26:33.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.047 | ++functions:get_random_port:856 [[ 1 > 0 ]] +2025-01-14 22:26:33.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.058 | ++functions:get_random_port:857 break 2 +2025-01-14 22:26:33.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.066 | ++functions:get_random_port:861 echo 60999 +2025-01-14 22:26:33.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.076 | +lib/apache:write_local_uwsgi_http_config:342 port=60999 +2025-01-14 22:26:33.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.085 | +lib/apache:write_local_uwsgi_http_config:343 iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 +2025-01-14 22:26:33.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.143 | +lib/apache:write_local_uwsgi_http_config:344 iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 +2025-01-14 22:26:33.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.197 | +lib/apache:write_local_uwsgi_http_config:346 iniset /etc/glance/glance-uwsgi.ini uwsgi master true +2025-01-14 22:26:33.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.242 | +lib/apache:write_local_uwsgi_http_config:348 iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true +2025-01-14 22:26:33.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.283 | +lib/apache:write_local_uwsgi_http_config:349 iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false +2025-01-14 22:26:33.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.327 | +lib/apache:write_local_uwsgi_http_config:352 iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 +2025-01-14 22:26:33.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.392 | +lib/apache:write_local_uwsgi_http_config:353 iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true +2025-01-14 22:26:33.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.473 | +lib/apache:write_local_uwsgi_http_config:354 iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 +2025-01-14 22:26:33.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.541 | +lib/apache:write_local_uwsgi_http_config:356 iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true +2025-01-14 22:26:33.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.605 | +lib/apache:write_local_uwsgi_http_config:358 iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' +2025-01-14 22:26:33.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.673 | +lib/apache:write_local_uwsgi_http_config:360 iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 +2025-01-14 22:26:33.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.751 | +lib/apache:write_local_uwsgi_http_config:362 iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' +2025-01-14 22:26:33.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.807 | +lib/apache:write_local_uwsgi_http_config:364 iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true +2025-01-14 22:26:33.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.873 | +lib/apache:write_local_uwsgi_http_config:365 iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 +2025-01-14 22:26:33.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.963 | +lib/apache:write_local_uwsgi_http_config:366 iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true +2025-01-14 22:26:33.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:33.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.043 | +lib/apache:write_local_uwsgi_http_config:367 iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true +2025-01-14 22:26:34.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.142 | +lib/apache:write_local_uwsgi_http_config:368 iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true +2025-01-14 22:26:34.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.207 | +lib/apache:write_local_uwsgi_http_config:369 iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false +2025-01-14 22:26:34.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.290 | +lib/apache:write_local_uwsgi_http_config:371 iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 +2025-01-14 22:26:34.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.355 | +lib/apache:write_local_uwsgi_http_config:373 iniset /etc/glance/glance-uwsgi.ini uwsgi start-time %t +2025-01-14 22:26:34.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.418 | +lib/apache:write_local_uwsgi_http_config:375 enable_apache_mod proxy +2025-01-14 22:26:34.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.427 | +lib/apache:enable_apache_mod:55 local mod=proxy +2025-01-14 22:26:34.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.437 | +lib/apache:enable_apache_mod:57 is_ubuntu +2025-01-14 22:26:34.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.448 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:34.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.460 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:34.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.473 | +lib/apache:enable_apache_mod:60 [[ proxy != \v\e\r\s\i\o\n ]] +2025-01-14 22:26:34.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.486 | +lib/apache:enable_apache_mod:60 a2query -m proxy +2025-01-14 22:26:34.543 | proxy (enabled by site ******istrator) +2025-01-14 22:26:34.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.560 | +lib/apache:write_local_uwsgi_http_config:376 enable_apache_mod proxy_http +2025-01-14 22:26:34.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.574 | +lib/apache:enable_apache_mod:55 local mod=proxy_http +2025-01-14 22:26:34.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.589 | +lib/apache:enable_apache_mod:57 is_ubuntu +2025-01-14 22:26:34.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.603 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:34.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.617 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:34.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.630 | +lib/apache:enable_apache_mod:60 [[ proxy_http != \v\e\r\s\i\o\n ]] +2025-01-14 22:26:34.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.647 | +lib/apache:enable_apache_mod:60 a2query -m proxy_http +2025-01-14 22:26:34.694 | No module matches proxy_http +2025-01-14 22:26:34.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.710 | +lib/apache:enable_apache_mod:61 sudo a2enmod proxy_http +2025-01-14 22:26:34.762 | Considering dependency proxy for proxy_http: +2025-01-14 22:26:34.762 | Module proxy already enabled +2025-01-14 22:26:34.762 | Enabling module proxy_http. +2025-01-14 22:26:34.771 | To activate the new configuration, you need to run: +2025-01-14 22:26:34.772 | systemctl restart apache2 +2025-01-14 22:26:34.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.786 | +lib/apache:enable_apache_mod:62 restart_apache_server +2025-01-14 22:26:34.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.797 | +lib/apache:restart_apache_server:237 restart_service apache2 +2025-01-14 22:26:34.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.809 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:26:34.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.821 | +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 +2025-01-14 22:26:34.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.947 | +lib/apache:write_local_uwsgi_http_config:377 local apache_conf= +2025-01-14 22:26:34.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.955 | ++lib/apache:write_local_uwsgi_http_config:378 apache_site_config_for glance-wsgi-api +2025-01-14 22:26:34.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.961 | ++lib/apache:apache_site_config_for:173 local site=glance-wsgi-api +2025-01-14 22:26:34.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.967 | ++lib/apache:apache_site_config_for:174 is_ubuntu +2025-01-14 22:26:34.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.975 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:34.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.983 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:34.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:34.992 | ++lib/apache:apache_site_config_for:176 echo /etc/apache2/sites-available/glance-wsgi-api.conf +2025-01-14 22:26:34.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.002 | +lib/apache:write_local_uwsgi_http_config:378 apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf +2025-01-14 22:26:35.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.012 | +lib/apache:write_local_uwsgi_http_config:379 echo 'KeepAlive Off' +2025-01-14 22:26:35.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.013 | +lib/apache:write_local_uwsgi_http_config:379 sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf +2025-01-14 22:26:35.022 | KeepAlive Off +2025-01-14 22:26:35.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.029 | +lib/apache:write_local_uwsgi_http_config:380 echo 'SetEnv proxy-sendchunked 1' +2025-01-14 22:26:35.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.031 | +lib/apache:write_local_uwsgi_http_config:380 sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf +2025-01-14 22:26:35.037 | SetEnv proxy-sendchunked 1 +2025-01-14 22:26:35.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.046 | +lib/apache:write_local_uwsgi_http_config:381 sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf +2025-01-14 22:26:35.046 | +lib/apache:write_local_uwsgi_http_config:381 echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' +2025-01-14 22:26:35.052 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 +2025-01-14 22:26:35.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.059 | +lib/apache:write_local_uwsgi_http_config:382 enable_apache_site glance-wsgi-api +2025-01-14 22:26:35.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.066 | +lib/apache:enable_apache_site:190 local site=glance-wsgi-api +2025-01-14 22:26:35.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.073 | +lib/apache:enable_apache_site:192 enable_apache_mod version +2025-01-14 22:26:35.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.082 | +lib/apache:enable_apache_mod:55 local mod=version +2025-01-14 22:26:35.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.092 | +lib/apache:enable_apache_mod:57 is_ubuntu +2025-01-14 22:26:35.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.102 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:35.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.113 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:35.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.127 | +lib/apache:enable_apache_mod:60 [[ version != \v\e\r\s\i\o\n ]] +2025-01-14 22:26:35.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.140 | +lib/apache:enable_apache_site:193 is_ubuntu +2025-01-14 22:26:35.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.154 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:26:35.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.163 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:26:35.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.172 | +lib/apache:enable_apache_site:194 sudo a2ensite glance-wsgi-api +2025-01-14 22:26:35.211 | Enabling site glance-wsgi-api. +2025-01-14 22:26:35.217 | To activate the new configuration, you need to run: +2025-01-14 22:26:35.217 | systemctl reload apache2 +2025-01-14 22:26:35.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.233 | +lib/apache:write_local_uwsgi_http_config:383 restart_apache_server +2025-01-14 22:26:35.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.243 | +lib/apache:restart_apache_server:237 restart_service apache2 +2025-01-14 22:26:35.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.255 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:26:35.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.265 | +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 +2025-01-14 22:26:35.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.382 | ++lib/glance:configure_glance:478 awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini +2025-01-14 22:26:35.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.391 | +lib/glance:configure_glance:478 iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 +2025-01-14 22:26:35.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.445 | +lib/glance:configure_glance:489 [[ True == True ]] +2025-01-14 22:26:35.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.454 | +lib/glance:configure_glance:490 iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true +2025-01-14 22:26:35.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.524 | +lib/glance:configure_glance:491 iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true +2025-01-14 22:26:35.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.581 | +lib/glance:configure_glance:492 iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true +2025-01-14 22:26:35.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.638 | +./stack.sh:main:965 is_service_enabled cinder +2025-01-14 22:26:35.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.677 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:26:35.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.683 | +./stack.sh:main:967 stack_install_service cinder +2025-01-14 22:26:35.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.690 | +lib/stack:stack_install_service:20 local service=cinder +2025-01-14 22:26:35.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.698 | +lib/stack:stack_install_service:21 type install_cinder +2025-01-14 22:26:35.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.705 | +lib/stack:stack_install_service:23 [[ False = True ]] +2025-01-14 22:26:35.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.713 | +lib/stack:stack_install_service:32 install_cinder +2025-01-14 22:26:35.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.721 | +lib/cinder:install_cinder:516 git_clone http://github.com/openstack/cinder.git /opt/stack/cinder master +2025-01-14 22:26:35.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.730 | +functions-common:git_clone:593 local git_remote=http://github.com/openstack/cinder.git +2025-01-14 22:26:35.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.738 | +functions-common:git_clone:594 local git_dest=/opt/stack/cinder +2025-01-14 22:26:35.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.745 | +functions-common:git_clone:595 local git_ref=master +2025-01-14 22:26:35.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.752 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:26:35.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.759 | ++functions-common:git_clone:597 pwd +2025-01-14 22:26:35.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.767 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:26:35.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.775 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:26:35.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.783 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:26:35.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.819 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:26:35.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.825 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:26:35.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.830 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:26:35.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.837 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:26:35.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.839 | +functions-common:git_clone:614 echo master +2025-01-14 22:26:35.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.845 | +functions-common:git_clone:628 [[ ! -d /opt/stack/cinder ]] +2025-01-14 22:26:35.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.851 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:26:35.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.856 | +functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/cinder.git /opt/stack/cinder +2025-01-14 22:26:35.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.862 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:26:35.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.867 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:26:35.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.872 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:26:35.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.878 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:26:35.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.884 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:26:35.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.889 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:26:35.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.896 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:26:35.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.903 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:26:35.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.911 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:26:35.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.921 | +functions-common:time_start:2412 _TIME_START[$name]=1736893595913 +2025-01-14 22:26:35.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:35.929 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/cinder.git /opt/stack/cinder +2025-01-14 22:26:35.933 | Cloning into '/opt/stack/cinder'... +2025-01-14 22:26:36.362 | warning: redirecting to https://github.com/openstack/cinder.git/ +2025-01-14 22:26:52.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.009 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:26:53.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.024 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:53.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.036 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:53.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.047 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:53.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.058 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:53.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.070 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:53.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.083 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:26:53.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.095 | +functions-common:time_stop:2428 start_time=1736893595913 +2025-01-14 22:26:53.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.107 | +functions-common:time_stop:2430 [[ -z 1736893595913 ]] +2025-01-14 22:26:53.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.119 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:53.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.134 | +functions-common:time_stop:2433 end_time=1736893613122 +2025-01-14 22:26:53.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.147 | +functions-common:time_stop:2434 elapsed_time=17209 +2025-01-14 22:26:53.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.160 | +functions-common:time_stop:2435 total=16127 +2025-01-14 22:26:53.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.170 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:53.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.182 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=33336 +2025-01-14 22:26:53.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.195 | +functions-common:git_clone:635 cd /opt/stack/cinder +2025-01-14 22:26:53.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.208 | +functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:26:53.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.222 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:26:53.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.237 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:26:53.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.250 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:26:53.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.264 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:26:53.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.277 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:26:53.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.289 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:26:53.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.303 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:26:53.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.316 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:26:53.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.330 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:26:53.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.347 | +functions-common:time_start:2412 _TIME_START[$name]=1736893613333 +2025-01-14 22:26:53.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:53.359 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:26:53.777 | warning: redirecting to https://github.com/openstack/cinder.git/ +2025-01-14 22:26:54.065 | From http://github.com/openstack/cinder +2025-01-14 22:26:54.065 | * branch master -> FETCH_HEAD +2025-01-14 22:26:54.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.087 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:26:54.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.096 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:54.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.105 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:54.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.114 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:54.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.124 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:54.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.133 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:54.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.143 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:26:54.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.153 | +functions-common:time_stop:2428 start_time=1736893613333 +2025-01-14 22:26:54.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.163 | +functions-common:time_stop:2430 [[ -z 1736893613333 ]] +2025-01-14 22:26:54.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.176 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:54.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.188 | +functions-common:time_stop:2433 end_time=1736893614177 +2025-01-14 22:26:54.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.198 | +functions-common:time_stop:2434 elapsed_time=844 +2025-01-14 22:26:54.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.209 | +functions-common:time_stop:2435 total=33336 +2025-01-14 22:26:54.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.221 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:54.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.233 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=34180 +2025-01-14 22:26:54.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.245 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:26:54.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.257 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:26:54.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.270 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:26:54.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.285 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:26:54.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.299 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:26:54.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.312 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:26:54.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.328 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:26:54.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.342 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:26:54.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.358 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:26:54.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.373 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:26:54.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.389 | +functions-common:time_start:2412 _TIME_START[$name]=1736893614376 +2025-01-14 22:26:54.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.406 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:26:54.734 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:26:54.734 | +2025-01-14 22:26:54.734 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:26:54.734 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:26:54.734 | state without impacting any branches by switching back to a branch. +2025-01-14 22:26:54.734 | +2025-01-14 22:26:54.734 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:26:54.734 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:26:54.735 | +2025-01-14 22:26:54.735 | git switch -c +2025-01-14 22:26:54.735 | +2025-01-14 22:26:54.735 | Or undo this operation with: +2025-01-14 22:26:54.735 | +2025-01-14 22:26:54.735 | git switch - +2025-01-14 22:26:54.735 | +2025-01-14 22:26:54.735 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:26:54.735 | +2025-01-14 22:26:54.735 | HEAD is now at 962fe29e7 Merge "HPE 3par - Fix retype volume" +2025-01-14 22:26:54.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.750 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:26:54.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.760 | +functions-common:time_stop:2421 local name +2025-01-14 22:26:54.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.769 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:26:54.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.780 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:26:54.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.790 | +functions-common:time_stop:2424 local total +2025-01-14 22:26:54.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.800 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:26:54.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.809 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:26:54.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.819 | +functions-common:time_stop:2428 start_time=1736893614376 +2025-01-14 22:26:54.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.829 | +functions-common:time_stop:2430 [[ -z 1736893614376 ]] +2025-01-14 22:26:54.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.841 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:26:54.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.853 | +functions-common:time_stop:2433 end_time=1736893614844 +2025-01-14 22:26:54.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.864 | +functions-common:time_stop:2434 elapsed_time=468 +2025-01-14 22:26:54.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.872 | +functions-common:time_stop:2435 total=34180 +2025-01-14 22:26:54.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.881 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:26:54.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.891 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=34648 +2025-01-14 22:26:54.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.900 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/cinder +2025-01-14 22:26:54.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.921 | +functions-common:git_clone:676 cd /opt/stack/cinder +2025-01-14 22:26:54.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.929 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:26:54.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.935 | +functions-common:git_clone:677 head -1 +2025-01-14 22:26:54.936 | 962fe29e7 Merge "HPE 3par - Fix retype volume" +2025-01-14 22:26:54.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.941 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:26:54.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.950 | +lib/cinder:install_cinder:517 setup_develop /opt/stack/cinder +2025-01-14 22:26:54.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.958 | +inc/python:setup_develop:354 local bindep +2025-01-14 22:26:54.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.966 | +inc/python:setup_develop:355 [[ /opt/stack/cinder == -bindep* ]] +2025-01-14 22:26:54.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.974 | +inc/python:setup_develop:359 local project_dir=/opt/stack/cinder +2025-01-14 22:26:54.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.983 | +inc/python:setup_develop:360 local extras= +2025-01-14 22:26:54.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:54.992 | +inc/python:setup_develop:361 _setup_package_with_constraints_edit /opt/stack/cinder -e +2025-01-14 22:26:54.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.001 | +inc/python:_setup_package_with_constraints_edit:380 local bindep +2025-01-14 22:26:55.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.011 | +inc/python:_setup_package_with_constraints_edit:381 [[ /opt/stack/cinder == -bindep* ]] +2025-01-14 22:26:55.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.022 | +inc/python:_setup_package_with_constraints_edit:385 local project_dir=/opt/stack/cinder +2025-01-14 22:26:55.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.032 | +inc/python:_setup_package_with_constraints_edit:386 local flags=-e +2025-01-14 22:26:55.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.043 | +inc/python:_setup_package_with_constraints_edit:387 local extras= +2025-01-14 22:26:55.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.055 | ++inc/python:_setup_package_with_constraints_edit:394 cd /opt/stack/cinder +2025-01-14 22:26:55.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.065 | ++inc/python:_setup_package_with_constraints_edit:394 pwd +2025-01-14 22:26:55.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.077 | +inc/python:_setup_package_with_constraints_edit:394 project_dir=/opt/stack/cinder +2025-01-14 22:26:55.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.087 | +inc/python:_setup_package_with_constraints_edit:396 '[' -n /opt/stack/requirements ']' +2025-01-14 22:26:55.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.097 | +inc/python:_setup_package_with_constraints_edit:400 local name +2025-01-14 22:26:55.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.109 | ++inc/python:_setup_package_with_constraints_edit:401 awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg +2025-01-14 22:26:55.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.128 | +inc/python:_setup_package_with_constraints_edit:401 name=cinder +2025-01-14 22:26:55.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.137 | +inc/python:_setup_package_with_constraints_edit:402 '[' -z cinder ']' +2025-01-14 22:26:55.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.147 | +inc/python:_setup_package_with_constraints_edit:406 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder +2025-01-14 22:26:55.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.363 | +inc/python:_setup_package_with_constraints_edit:409 setup_package /opt/stack/cinder -e +2025-01-14 22:26:55.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.375 | +inc/python:setup_package:437 local bindep=0 +2025-01-14 22:26:55.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.388 | +inc/python:setup_package:438 local bindep_flag= +2025-01-14 22:26:55.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.400 | +inc/python:setup_package:439 local bindep_profiles= +2025-01-14 22:26:55.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.416 | +inc/python:setup_package:440 [[ /opt/stack/cinder == -bindep* ]] +2025-01-14 22:26:55.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.430 | +inc/python:setup_package:445 local project_dir=/opt/stack/cinder +2025-01-14 22:26:55.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.445 | +inc/python:setup_package:446 local flags=-e +2025-01-14 22:26:55.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.462 | +inc/python:setup_package:447 local extras= +2025-01-14 22:26:55.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.477 | +inc/python:setup_package:451 [[ -n -e ]] +2025-01-14 22:26:55.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.489 | +inc/python:setup_package:451 [[ -z '' ]] +2025-01-14 22:26:55.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.502 | +inc/python:setup_package:451 [[ ! -e =~ ^-.* ]] +2025-01-14 22:26:55.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.514 | +inc/python:setup_package:456 [[ ! -z '' ]] +2025-01-14 22:26:55.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.528 | +inc/python:setup_package:461 [[ 0 == 1 ]] +2025-01-14 22:26:55.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.542 | +inc/python:setup_package:465 pip_install -e /opt/stack/cinder +2025-01-14 22:26:55.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.601 | Using python 3.10 to install /opt/stack/cinder +2025-01-14 22:26:55.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:26:55.611 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder +2025-01-14 22:26:56.364 | Obtaining file:///opt/stack/cinder +2025-01-14 22:26:56.365 | Preparing metadata (setup.py): started +2025-01-14 22:26:57.367 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:26:57.414 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.1.0) +2025-01-14 22:26:57.414 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.1.1) +2025-01-14 22:26:57.415 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (0.38.2) +2025-01-14 22:26:57.415 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.1.1) +2025-01-14 22:26:57.416 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (2.1.0) +2025-01-14 22:26:57.416 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (4.23.0) +2025-01-14 22:26:57.417 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.9.1) +2025-01-14 22:26:57.417 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (10.8.0) +2025-01-14 22:26:57.835 | Collecting lxml>=4.5.2 (from cinder==25.1.0.dev78) +2025-01-14 22:26:57.986 | Downloading lxml-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.8 kB) +2025-01-14 22:26:57.998 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (9.7.0) +2025-01-14 22:26:57.999 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.2.0) +2025-01-14 22:26:58.000 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.7.0) +2025-01-14 22:26:58.001 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (17.1.0) +2025-01-14 22:26:58.002 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (7.0.0) +2025-01-14 22:26:58.003 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (16.0.0) +2025-01-14 22:26:58.004 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.3.0) +2025-01-14 22:26:58.005 | Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (4.5.0) +2025-01-14 22:26:58.006 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.5.0) +2025-01-14 22:26:58.006 | Requirement already satisfied: oslo.reports>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.5.0) +2025-01-14 22:26:58.007 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (7.4.0) +2025-01-14 22:26:58.007 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.6.0) +2025-01-14 22:26:58.008 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.6.0) +2025-01-14 22:26:58.008 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (2.4.0) +2025-01-14 22:26:58.009 | Requirement already satisfied: oslo.utils>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (8.0.0) +2025-01-14 22:26:58.055 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.074 | Downloading oslo.versionedobjects-3.5.0-py3-none-any.whl.metadata (2.7 kB) +2025-01-14 22:26:58.087 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (4.2.0) +2025-01-14 22:26:58.088 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (24.2) +2025-01-14 22:26:58.133 | Collecting paramiko>=2.7.2 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.151 | Downloading paramiko-3.5.0-py3-none-any.whl.metadata (4.4 kB) +2025-01-14 22:26:58.158 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.10.1) +2025-01-14 22:26:58.158 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.1.0) +2025-01-14 22:26:58.159 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.1.0) +2025-01-14 22:26:58.159 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.2.0) +2025-01-14 22:26:58.160 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (7.0.0) +2025-01-14 22:26:58.204 | Collecting python-glanceclient>=3.2.2 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.222 | Downloading python_glanceclient-4.7.0-py3-none-any.whl.metadata (3.9 kB) +2025-01-14 22:26:58.233 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.5.0) +2025-01-14 22:26:58.282 | Collecting python-novaclient>=18.2.0 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.299 | Downloading python_novaclient-18.7.0-py3-none-any.whl.metadata (3.0 kB) +2025-01-14 22:26:58.346 | Collecting python-swiftclient>=3.10.1 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.363 | Downloading python_swiftclient-4.6.0-py3-none-any.whl.metadata (3.8 kB) +2025-01-14 22:26:58.372 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (2.32.3) +2025-01-14 22:26:58.373 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (2.5.1) +2025-01-14 22:26:58.373 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.10.0) +2025-01-14 22:26:58.397 | Collecting rtslib-fb>=2.1.74 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.418 | Downloading rtslib-fb-2.1.76.tar.gz (78 kB) +2025-01-14 22:26:58.459 | Preparing metadata (setup.py): started +2025-01-14 22:26:58.801 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:26:58.805 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (2.0.36) +2025-01-14 22:26:58.807 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.4.0) +2025-01-14 22:26:58.837 | Collecting tabulate>=0.8.7 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.854 | Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) +2025-01-14 22:26:58.862 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (9.0.0) +2025-01-14 22:26:58.863 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (1.8.9) +2025-01-14 22:26:58.865 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.5.0) +2025-01-14 22:26:58.909 | Collecting oslo.vmware>=3.10.0 (from cinder==25.1.0.dev78) +2025-01-14 22:26:58.930 | Downloading oslo.vmware-4.5.0-py3-none-any.whl.metadata (2.5 kB) +2025-01-14 22:26:58.941 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.9.0) +2025-01-14 22:26:58.942 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.9.0) +2025-01-14 22:26:58.989 | Collecting tooz>=2.8.0 (from cinder==25.1.0.dev78) +2025-01-14 22:26:59.006 | Downloading tooz-6.3.0-py3-none-any.whl.metadata (3.2 kB) +2025-01-14 22:26:59.111 | Collecting google-api-python-client>=1.11.0 (from cinder==25.1.0.dev78) +2025-01-14 22:26:59.127 | Downloading google_api_python_client-2.155.0-py2.py3-none-any.whl.metadata (6.7 kB) +2025-01-14 22:26:59.132 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.2.0) +2025-01-14 22:26:59.133 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==25.1.0.dev78) (44.0.0) +2025-01-14 22:26:59.134 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (0.2.3) +2025-01-14 22:26:59.205 | Collecting zstd>=1.4.5.1 (from cinder==25.1.0.dev78) +2025-01-14 22:26:59.222 | Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) +2025-01-14 22:26:59.717 | Collecting boto3>=1.18.49 (from cinder==25.1.0.dev78) +2025-01-14 22:26:59.734 | Downloading boto3-1.35.81-py3-none-any.whl.metadata (6.7 kB) +2025-01-14 22:26:59.774 | Collecting distro>=1.8.0 (from cinder==25.1.0.dev78) +2025-01-14 22:26:59.793 | Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB) +2025-01-14 22:26:59.802 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (2024.2) +2025-01-14 22:27:00.305 | Collecting botocore<1.36.0,>=1.35.81 (from boto3>=1.18.49->cinder==25.1.0.dev78) +2025-01-14 22:27:00.321 | Downloading botocore-1.35.81-py3-none-any.whl.metadata (5.7 kB) +2025-01-14 22:27:00.329 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==25.1.0.dev78) (1.0.1) +2025-01-14 22:27:00.363 | Collecting s3transfer<0.11.0,>=0.10.0 (from boto3>=1.18.49->cinder==25.1.0.dev78) +2025-01-14 22:27:00.385 | Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) +2025-01-14 22:27:00.401 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==25.1.0.dev78) (1.17.1) +2025-01-14 22:27:00.408 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==25.1.0.dev78) (2.7.0) +2025-01-14 22:27:00.410 | Requirement already satisfied: httplib2<1.dev0,>=0.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-python-client>=1.11.0->cinder==25.1.0.dev78) (0.22.0) +2025-01-14 22:27:00.519 | Collecting google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0 (from google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:00.537 | Downloading google_auth-2.37.0-py2.py3-none-any.whl.metadata (4.8 kB) +2025-01-14 22:27:00.575 | Collecting google-auth-httplib2<1.0.0,>=0.2.0 (from google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:00.594 | Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl.metadata (2.2 kB) +2025-01-14 22:27:00.684 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:00.705 | Downloading google_api_core-2.24.0-py3-none-any.whl.metadata (3.0 kB) +2025-01-14 22:27:00.743 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:00.761 | Downloading uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) +2025-01-14 22:27:00.780 | Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==25.1.0.dev78) (24.2.0) +2025-01-14 22:27:00.781 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==25.1.0.dev78) (2024.10.1) +2025-01-14 22:27:00.781 | Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==25.1.0.dev78) (0.35.1) +2025-01-14 22:27:00.782 | Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==25.1.0.dev78) (0.22.3) +2025-01-14 22:27:00.788 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==25.1.0.dev78) (1.7.0) +2025-01-14 22:27:00.789 | Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==25.1.0.dev78) (4.12.2) +2025-01-14 22:27:00.794 | Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (2.10.1) +2025-01-14 22:27:00.795 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (3.9.0) +2025-01-14 22:27:00.796 | Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (4.0.0) +2025-01-14 22:27:00.849 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==25.1.0.dev78) (0.19) +2025-01-14 22:27:00.854 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==25.1.0.dev78) (6.0.2) +2025-01-14 22:27:00.854 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==25.1.0.dev78) (3.0.0) +2025-01-14 22:27:00.855 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==25.1.0.dev78) (1.3.0) +2025-01-14 22:27:00.856 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==25.1.0.dev78) (2.0.0) +2025-01-14 22:27:00.863 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==25.1.0.dev78) (1.14.0) +2025-01-14 22:27:00.864 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==25.1.0.dev78) (2.0.1) +2025-01-14 22:27:00.865 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==25.1.0.dev78) (0.5.0) +2025-01-14 22:27:00.872 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==25.1.0.dev78) (2.9.0.post0) +2025-01-14 22:27:00.878 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==25.1.0.dev78) (5.3.1) +2025-01-14 22:27:00.878 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==25.1.0.dev78) (5.5.0) +2025-01-14 22:27:00.879 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==25.1.0.dev78) (3.0.0) +2025-01-14 22:27:00.879 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==25.1.0.dev78) (5.4.2) +2025-01-14 22:27:00.881 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==25.1.0.dev78) (0.10.0) +2025-01-14 22:27:00.885 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==25.1.0.dev78) (3.1.4) +2025-01-14 22:27:00.885 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==25.1.0.dev78) (4.0.1) +2025-01-14 22:27:00.887 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==25.1.0.dev78) (4.0.1) +2025-01-14 22:27:00.894 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==25.1.0.dev78) (1.1.0) +2025-01-14 22:27:00.908 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==25.1.0.dev78) (1.6.10) +2025-01-14 22:27:00.912 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==25.1.0.dev78) (3.12.0) +2025-01-14 22:27:00.924 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==25.1.0.dev78) (0.7.1) +2025-01-14 22:27:00.953 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==25.1.0.dev78) +2025-01-14 22:27:00.969 | Downloading suds_community-1.2.0-py3-none-any.whl.metadata (1.6 kB) +2025-01-14 22:27:00.974 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==25.1.0.dev78) (1.26.20) +2025-01-14 22:27:01.025 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==25.1.0.dev78) +2025-01-14 22:27:01.043 | Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) +2025-01-14 22:27:01.059 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==25.1.0.dev78) (75.8.0) +2025-01-14 22:27:01.076 | Requirement already satisfied: cliff>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==25.1.0.dev78) (4.8.0) +2025-01-14 22:27:01.081 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==25.1.0.dev78) (24.3.0) +2025-01-14 22:27:01.106 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==25.1.0.dev78) +2025-01-14 22:27:01.126 | Downloading warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) +2025-01-14 22:27:01.136 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==25.1.0.dev78) (1.17.0) +2025-01-14 22:27:01.156 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==25.1.0.dev78) (3.4.0) +2025-01-14 22:27:01.157 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==25.1.0.dev78) (3.10) +2025-01-14 22:27:01.158 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==25.1.0.dev78) (2020.6.20) +2025-01-14 22:27:01.162 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==25.1.0.dev78) (1.17.0) +2025-01-14 22:27:01.162 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==25.1.0.dev78) (0.7) +2025-01-14 22:27:01.193 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==25.1.0.dev78) +2025-01-14 22:27:01.212 | Downloading pyudev-0.24.3-py3-none-any.whl.metadata (4.6 kB) +2025-01-14 22:27:01.249 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==25.1.0.dev78) (3.2.0) +2025-01-14 22:27:01.250 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==25.1.0.dev78) (3.4.2) +2025-01-14 22:27:01.252 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==25.1.0.dev78) (3.0.3) +2025-01-14 22:27:01.524 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==25.1.0.dev78) +2025-01-14 22:27:01.542 | Downloading voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) +2025-01-14 22:27:01.577 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==25.1.0.dev78) (1.3.8) +2025-01-14 22:27:01.581 | Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==25.1.0.dev78) (5.1.0) +2025-01-14 22:27:01.612 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==25.1.0.dev78) (2.22) +2025-01-14 22:27:01.619 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=2.8.0->python-barbicanclient>=5.0.1->cinder==25.1.0.dev78) (0.5.2) +2025-01-14 22:27:01.620 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=2.8.0->python-barbicanclient>=5.0.1->cinder==25.1.0.dev78) (2.5.7) +2025-01-14 22:27:01.685 | Collecting googleapis-common-protos<2.0.dev0,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5->google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:01.701 | Downloading googleapis_common_protos-1.66.0-py2.py3-none-any.whl.metadata (1.5 kB) +2025-01-14 22:27:01.707 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5->google-api-python-client>=1.11.0->cinder==25.1.0.dev78) (5.29.1) +2025-01-14 22:27:01.754 | Collecting proto-plus<2.0.0dev,>=1.22.3 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5->google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:01.772 | Downloading proto_plus-1.25.0-py3-none-any.whl.metadata (2.2 kB) +2025-01-14 22:27:01.845 | Collecting pyasn1-modules>=0.2.1 (from google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0->google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:01.863 | Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB) +2025-01-14 22:27:01.903 | Collecting rsa<5,>=3.1.4 (from google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0->google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:01.932 | Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB) +2025-01-14 22:27:01.953 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==25.1.0.dev78) (3.0.2) +2025-01-14 22:27:01.998 | Requirement already satisfied: dogpile.cache>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (1.3.3) +2025-01-14 22:27:02.004 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==25.1.0.dev78) (0.21.1) +2025-01-14 22:27:02.008 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==25.1.0.dev78) (0.2.13) +2025-01-14 22:27:02.013 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (2024.2) +2025-01-14 22:27:02.119 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==25.1.0.dev78) (2.7.2) +2025-01-14 22:27:02.140 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==25.1.0.dev78) (1.33) +2025-01-14 22:27:02.172 | Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=2.8.0->python-barbicanclient>=5.0.1->cinder==25.1.0.dev78) (1.9.0) +2025-01-14 22:27:02.185 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==25.1.0.dev78) (3.0.0) +2025-01-14 22:27:02.251 | Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0->google-api-python-client>=1.11.0->cinder==25.1.0.dev78) +2025-01-14 22:27:02.271 | Downloading pyasn1-0.6.0-py2.py3-none-any.whl.metadata (8.3 kB) +2025-01-14 22:27:02.339 | Downloading boto3-1.35.81-py3-none-any.whl (139 kB) +2025-01-14 22:27:02.390 | Downloading distro-1.9.0-py3-none-any.whl (20 kB) +2025-01-14 22:27:02.418 | Downloading google_api_python_client-2.155.0-py2.py3-none-any.whl (12.7 MB) +2025-01-14 22:27:02.827 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 32.8 MB/s eta 0:00:00 +2025-01-14 22:27:02.849 | Downloading lxml-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (5.0 MB) +2025-01-14 22:27:02.946 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 55.9 MB/s eta 0:00:00 +2025-01-14 22:27:02.970 | Downloading oslo.versionedobjects-3.5.0-py3-none-any.whl (86 kB) +2025-01-14 22:27:02.995 | Downloading oslo.vmware-4.5.0-py3-none-any.whl (627 kB) +2025-01-14 22:27:03.013 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.1/627.1 kB 42.2 MB/s eta 0:00:00 +2025-01-14 22:27:03.031 | Downloading paramiko-3.5.0-py3-none-any.whl (227 kB) +2025-01-14 22:27:03.069 | Downloading python_glanceclient-4.7.0-py3-none-any.whl (206 kB) +2025-01-14 22:27:03.094 | Downloading python_novaclient-18.7.0-py3-none-any.whl (336 kB) +2025-01-14 22:27:03.126 | Downloading python_swiftclient-4.6.0-py3-none-any.whl (88 kB) +2025-01-14 22:27:03.150 | Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) +2025-01-14 22:27:03.377 | Downloading tooz-6.3.0-py3-none-any.whl (91 kB) +2025-01-14 22:27:03.415 | Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) +2025-01-14 22:27:03.463 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 45.6 MB/s eta 0:00:00 +2025-01-14 22:27:03.481 | Downloading botocore-1.35.81-py3-none-any.whl (13.3 MB) +2025-01-14 22:27:03.956 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 27.8 MB/s eta 0:00:00 +2025-01-14 22:27:03.973 | Downloading google_api_core-2.24.0-py3-none-any.whl (158 kB) +2025-01-14 22:27:03.998 | Downloading google_auth-2.37.0-py2.py3-none-any.whl (209 kB) +2025-01-14 22:27:04.023 | Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB) +2025-01-14 22:27:04.047 | Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) +2025-01-14 22:27:04.067 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 54.7 MB/s eta 0:00:00 +2025-01-14 22:27:04.084 | Downloading pyudev-0.24.3-py3-none-any.whl (62 kB) +2025-01-14 22:27:04.106 | Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) +2025-01-14 22:27:04.130 | Downloading suds_community-1.2.0-py3-none-any.whl (145 kB) +2025-01-14 22:27:04.154 | Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) +2025-01-14 22:27:04.175 | Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) +2025-01-14 22:27:04.203 | Downloading warlock-2.0.1-py3-none-any.whl (9.8 kB) +2025-01-14 22:27:04.226 | Downloading googleapis_common_protos-1.66.0-py2.py3-none-any.whl (221 kB) +2025-01-14 22:27:04.255 | Downloading proto_plus-1.25.0-py3-none-any.whl (50 kB) +2025-01-14 22:27:04.281 | Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) +2025-01-14 22:27:04.311 | Downloading rsa-4.9-py3-none-any.whl (34 kB) +2025-01-14 22:27:04.338 | Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB) +2025-01-14 22:27:04.520 | Building wheels for collected packages: rtslib-fb +2025-01-14 22:27:04.521 | Building wheel for rtslib-fb (setup.py): started +2025-01-14 22:27:04.971 | Building wheel for rtslib-fb (setup.py): finished with status 'done' +2025-01-14 22:27:04.973 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.76-py3-none-any.whl size=89947 sha256=ac35ce16bf21b4ab51ef7fb5545cba704b70790e05b66b806bf627f9050f79dc +2025-01-14 22:27:04.974 | Stored in directory: /home/ubuntu/.cache/pip/wheels/99/66/d4/0af08f2815fd680c37ac00c92a718f9a71d405a854d867844f +2025-01-14 22:27:04.978 | Successfully built rtslib-fb +2025-01-14 22:27:05.134 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, pyudev, pyasn1, proto-plus, lxml, googleapis-common-protos, distro, rtslib-fb, rsa, python-swiftclient, pynacl, pyasn1-modules, botocore, s3transfer, paramiko, google-auth, warlock, tooz, python-novaclient, oslo.vmware, google-auth-httplib2, google-api-core, boto3, python-glanceclient, google-api-python-client, oslo.versionedobjects, cinder +2025-01-14 22:27:05.318 | Attempting uninstall: pyasn1 +2025-01-14 22:27:05.320 | Found existing installation: pyasn1 0.4.8 +2025-01-14 22:27:05.320 | Not uninstalling pyasn1 at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:27:05.321 | Can't uninstall 'pyasn1'. No files were found to uninstall. +2025-01-14 22:27:05.587 | Attempting uninstall: distro +2025-01-14 22:27:05.588 | Found existing installation: distro 1.7.0 +2025-01-14 22:27:05.589 | Not uninstalling distro at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:27:05.589 | Can't uninstall 'distro'. No files were found to uninstall. +2025-01-14 22:27:07.764 | DEPRECATION: Legacy editable install of cinder==25.1.0.dev78 from file:///opt/stack/cinder (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 +2025-01-14 22:27:07.764 | Running setup.py develop for cinder +2025-01-14 22:27:08.951 | Successfully installed boto3-1.35.81 botocore-1.35.81 cinder distro-1.9.0 google-api-core-2.24.0 google-api-python-client-2.155.0 google-auth-2.37.0 google-auth-httplib2-0.2.0 googleapis-common-protos-1.66.0 lxml-5.3.0 oslo.versionedobjects-3.5.0 oslo.vmware-4.5.0 paramiko-3.5.0 proto-plus-1.25.0 pyasn1-0.6.0 pyasn1-modules-0.4.1 pynacl-1.5.0 python-glanceclient-4.7.0 python-novaclient-18.7.0 python-swiftclient-4.6.0 pyudev-0.24.3 rsa-4.9 rtslib-fb-2.1.76 s3transfer-0.10.4 suds-community-1.2.0 tabulate-0.9.0 tooz-6.3.0 uritemplate-4.1.1 voluptuous-0.15.2 warlock-2.0.1 zstd-1.5.5.1 +2025-01-14 22:27:09.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.267 | +inc/python:pip_install:216 result=0 +2025-01-14 22:27:09.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.276 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:27:09.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.286 | +functions-common:time_stop:2421 local name +2025-01-14 22:27:09.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.295 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:27:09.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.308 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:27:09.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.320 | +functions-common:time_stop:2424 local total +2025-01-14 22:27:09.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.331 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:27:09.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.343 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:27:09.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.353 | +functions-common:time_stop:2428 start_time=1736893615594 +2025-01-14 22:27:09.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.367 | +functions-common:time_stop:2430 [[ -z 1736893615594 ]] +2025-01-14 22:27:09.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.380 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:27:09.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.394 | +functions-common:time_stop:2433 end_time=1736893629383 +2025-01-14 22:27:09.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.407 | +functions-common:time_stop:2434 elapsed_time=13789 +2025-01-14 22:27:09.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.420 | +functions-common:time_stop:2435 total=66531 +2025-01-14 22:27:09.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.432 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:27:09.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.442 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=80320 +2025-01-14 22:27:09.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.456 | +inc/python:pip_install:219 return 0 +2025-01-14 22:27:09.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.471 | +inc/python:setup_package:467 [[ -e == \-\e ]] +2025-01-14 22:27:09.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.484 | +inc/python:setup_package:467 [[ True == \F\a\l\s\e ]] +2025-01-14 22:27:09.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.498 | +inc/python:_setup_package_with_constraints_edit:413 use_library_from_git /opt/stack/cinder +2025-01-14 22:27:09.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.514 | +inc/python:use_library_from_git:266 local name=/opt/stack/cinder +2025-01-14 22:27:09.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.528 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:27:09.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.541 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:27:09.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.555 | +inc/python:use_library_from_git:268 [[ ,, =~ ,/opt/stack/cinder, ]] +2025-01-14 22:27:09.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.569 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:27:09.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.584 | +lib/cinder:install_cinder:518 [[ lioadm == \t\g\t\a\d\m ]] +2025-01-14 22:27:09.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.596 | +lib/cinder:install_cinder:520 [[ lioadm == \l\i\o\a\d\m ]] +2025-01-14 22:27:09.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.609 | +lib/cinder:install_cinder:521 is_ubuntu +2025-01-14 22:27:09.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.622 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:27:09.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.637 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:27:09.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.649 | +lib/cinder:install_cinder:523 sudo mkdir -p /etc/target +2025-01-14 22:27:09.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.677 | +lib/cinder:install_cinder:525 install_package targetcli-fb +2025-01-14 22:27:09.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.688 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:27:09.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.699 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:27:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.709 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:27:09.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.722 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:27:09.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.733 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:27:09.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.745 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:27:09.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.756 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:27:09.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.767 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:27:09.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.778 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:27:09.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.789 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:27:09.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.802 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:27:09.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.816 | +functions-common:apt_get_update:1171 return +2025-01-14 22:27:09.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.828 | +functions-common:install_package:1443 real_install_package targetcli-fb +2025-01-14 22:27:09.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.843 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:27:09.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.856 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:27:09.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.870 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:27:09.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.883 | +functions-common:real_install_package:1431 apt_get install targetcli-fb +2025-01-14 22:27:09.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:09.943 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb +2025-01-14 22:27:10.018 | Reading package lists... +2025-01-14 22:27:10.212 | Building dependency tree... +2025-01-14 22:27:10.212 | Reading state information... +2025-01-14 22:27:10.402 | The following additional packages will be installed: +2025-01-14 22:27:10.402 | python3-configshell-fb python3-pyudev python3-rtslib-fb python3-urwid +2025-01-14 22:27:10.403 | Suggested packages: +2025-01-14 22:27:10.403 | python-urwid-doc +2025-01-14 22:27:10.427 | The following NEW packages will be installed: +2025-01-14 22:27:10.427 | python3-configshell-fb python3-pyudev python3-rtslib-fb python3-urwid +2025-01-14 22:27:10.427 | targetcli-fb +2025-01-14 22:27:10.989 | 0 upgraded, 5 newly installed, 0 to remove and 74 not upgraded. +2025-01-14 22:27:10.989 | Need to get 323 kB of archives. +2025-01-14 22:27:10.989 | After this operation, 2,047 kB of additional disk space will be used. +2025-01-14 22:27:10.989 | Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-urwid amd64 2.1.2-2build1 [171 kB] +2025-01-14 22:27:12.379 | Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-configshell-fb all 1:1.1.28-2 [28.3 kB] +2025-01-14 22:27:12.975 | Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyudev all 0.22.0-2 [33.2 kB] +2025-01-14 22:27:13.640 | Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-rtslib-fb all 2.1.74-0ubuntu4.1 [50.0 kB] +2025-01-14 22:27:13.986 | Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 targetcli-fb all 1:2.1.53-1ubuntu3 [40.3 kB] +2025-01-14 22:27:14.595 | Fetched 323 kB in 4s (84.9 kB/s) +2025-01-14 22:27:14.623 | Selecting previously unselected package python3-urwid. +2025-01-14 22:27:14.660 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69264 files and directories currently installed.) +2025-01-14 22:27:14.661 | Preparing to unpack .../python3-urwid_2.1.2-2build1_amd64.deb ... +2025-01-14 22:27:14.664 | Unpacking python3-urwid (2.1.2-2build1) ... +2025-01-14 22:27:14.715 | Selecting previously unselected package python3-configshell-fb. +2025-01-14 22:27:14.717 | Preparing to unpack .../python3-configshell-fb_1%3a1.1.28-2_all.deb ... +2025-01-14 22:27:14.719 | Unpacking python3-configshell-fb (1:1.1.28-2) ... +2025-01-14 22:27:14.757 | Selecting previously unselected package python3-pyudev. +2025-01-14 22:27:14.763 | Preparing to unpack .../python3-pyudev_0.22.0-2_all.deb ... +2025-01-14 22:27:14.765 | Unpacking python3-pyudev (0.22.0-2) ... +2025-01-14 22:27:14.806 | Selecting previously unselected package python3-rtslib-fb. +2025-01-14 22:27:14.812 | Preparing to unpack .../python3-rtslib-fb_2.1.74-0ubuntu4.1_all.deb ... +2025-01-14 22:27:14.814 | Unpacking python3-rtslib-fb (2.1.74-0ubuntu4.1) ... +2025-01-14 22:27:14.867 | Selecting previously unselected package targetcli-fb. +2025-01-14 22:27:14.873 | Preparing to unpack .../targetcli-fb_1%3a2.1.53-1ubuntu3_all.deb ... +2025-01-14 22:27:14.875 | Unpacking targetcli-fb (1:2.1.53-1ubuntu3) ... +2025-01-14 22:27:14.928 | Setting up python3-urwid (2.1.2-2build1) ... +2025-01-14 22:27:15.186 | Setting up python3-configshell-fb (1:1.1.28-2) ... +2025-01-14 22:27:15.364 | Setting up python3-pyudev (0.22.0-2) ... +2025-01-14 22:27:15.534 | Setting up python3-rtslib-fb (2.1.74-0ubuntu4.1) ... +2025-01-14 22:27:16.262 | Created symlink /etc/systemd/system/multi-user.target.wants/rtslib-fb-targetctl.service → /lib/systemd/system/rtslib-fb-targetctl.service. +2025-01-14 22:27:16.505 | Setting up targetcli-fb (1:2.1.53-1ubuntu3) ... +2025-01-14 22:27:16.851 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:27:17.293 | NEEDRESTART-VER: 3.5 +2025-01-14 22:27:17.845 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:27:17.845 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:27:17.845 | NEEDRESTART-KSTA: 1 +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:27:17.845 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:27:17.846 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:27:17.846 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:27:20.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.525 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:27:20.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.535 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:27:20.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.547 | +functions-common:time_stop:2421 local name +2025-01-14 22:27:20.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.558 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:27:20.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.568 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:27:20.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.578 | +functions-common:time_stop:2424 local total +2025-01-14 22:27:20.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.590 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:27:20.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.601 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:27:20.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.610 | +functions-common:time_stop:2428 start_time=1736893629933 +2025-01-14 22:27:20.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.621 | +functions-common:time_stop:2430 [[ -z 1736893629933 ]] +2025-01-14 22:27:20.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.632 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:27:20.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.644 | +functions-common:time_stop:2433 end_time=1736893640634 +2025-01-14 22:27:20.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.654 | +functions-common:time_stop:2434 elapsed_time=10701 +2025-01-14 22:27:20.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.663 | +functions-common:time_stop:2435 total=239312 +2025-01-14 22:27:20.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.672 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:27:20.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.682 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=250013 +2025-01-14 22:27:20.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.691 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:27:20.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.701 | +lib/stack:stack_install_service:33 [[ False = True ]] +2025-01-14 22:27:20.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.710 | +./stack.sh:main:968 configure_cinder +2025-01-14 22:27:20.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.721 | +lib/cinder:configure_cinder:294 sudo install -d -o ubuntu -m 755 /etc/cinder +2025-01-14 22:27:20.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.743 | +lib/cinder:configure_cinder:296 rm -f /etc/cinder/cinder.conf +2025-01-14 22:27:20.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.753 | +lib/cinder:configure_cinder:298 configure_rootwrap cinder +2025-01-14 22:27:20.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.762 | +inc/rootwrap:configure_rootwrap:43 local project=cinder +2025-01-14 22:27:20.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.770 | +inc/rootwrap:configure_rootwrap:44 local project_uc +2025-01-14 22:27:20.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.779 | ++inc/rootwrap:configure_rootwrap:45 echo cinder +2025-01-14 22:27:20.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.781 | ++inc/rootwrap:configure_rootwrap:45 tr a-z A-Z +2025-01-14 22:27:20.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.788 | +inc/rootwrap:configure_rootwrap:45 project_uc=CINDER +2025-01-14 22:27:20.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.794 | +inc/rootwrap:configure_rootwrap:46 local bin_dir=CINDER_BIN_DIR +2025-01-14 22:27:20.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.800 | +inc/rootwrap:configure_rootwrap:47 bin_dir=/opt/stack/data/venv/bin +2025-01-14 22:27:20.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.806 | +inc/rootwrap:configure_rootwrap:48 local project_dir=CINDER_DIR +2025-01-14 22:27:20.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.811 | +inc/rootwrap:configure_rootwrap:49 project_dir=/opt/stack/cinder +2025-01-14 22:27:20.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.817 | +inc/rootwrap:configure_rootwrap:51 local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder +2025-01-14 22:27:20.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.823 | +inc/rootwrap:configure_rootwrap:52 local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap +2025-01-14 22:27:20.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.830 | +inc/rootwrap:configure_rootwrap:55 sudo rm -rf /etc/cinder/rootwrap.d +2025-01-14 22:27:20.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.847 | +inc/rootwrap:configure_rootwrap:56 sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d +2025-01-14 22:27:20.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.866 | +inc/rootwrap:configure_rootwrap:57 sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d +2025-01-14 22:27:20.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.887 | +inc/rootwrap:configure_rootwrap:60 sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf +2025-01-14 22:27:20.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.904 | +inc/rootwrap:configure_rootwrap:61 sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf +2025-01-14 22:27:20.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.919 | +inc/rootwrap:configure_rootwrap:66 sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf +2025-01-14 22:27:20.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.938 | +inc/rootwrap:configure_rootwrap:69 local tempfile +2025-01-14 22:27:20.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.948 | ++inc/rootwrap:configure_rootwrap:70 mktemp +2025-01-14 22:27:20.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.958 | +inc/rootwrap:configure_rootwrap:70 tempfile=/tmp/tmp.8NHssTOlXi +2025-01-14 22:27:20.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.969 | +inc/rootwrap:configure_rootwrap:72 rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' +2025-01-14 22:27:20.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.978 | +inc/rootwrap:configure_rootwrap:73 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' +2025-01-14 22:27:20.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.988 | +inc/rootwrap:configure_rootwrap:74 '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' +2025-01-14 22:27:20.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:20.997 | +inc/rootwrap:configure_rootwrap:79 chmod 0440 /tmp/tmp.8NHssTOlXi +2025-01-14 22:27:21.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.007 | +inc/rootwrap:configure_rootwrap:80 sudo chown root:root /tmp/tmp.8NHssTOlXi +2025-01-14 22:27:21.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.025 | +inc/rootwrap:configure_rootwrap:81 sudo mv /tmp/tmp.8NHssTOlXi /etc/sudoers.d/cinder-rootwrap +2025-01-14 22:27:21.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.046 | ++inc/rootwrap:configure_rootwrap:85 dirname /opt/stack/data/venv/bin/cinder-rootwrap +2025-01-14 22:27:21.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.055 | +inc/rootwrap:configure_rootwrap:85 add_sudo_secure_path /opt/stack/data/venv/bin +2025-01-14 22:27:21.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.063 | +inc/rootwrap:add_sudo_secure_path:21 local dir=/opt/stack/data/venv/bin +2025-01-14 22:27:21.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.071 | +inc/rootwrap:add_sudo_secure_path:22 local line +2025-01-14 22:27:21.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.079 | +inc/rootwrap:add_sudo_secure_path:25 [[ -r /etc/sudoers.d/zz-secure-path ]] +2025-01-14 22:27:21.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.087 | +inc/rootwrap:add_sudo_secure_path:28 line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' +2025-01-14 22:27:21.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.095 | +inc/rootwrap:add_sudo_secure_path:32 [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] +2025-01-14 22:27:21.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.104 | +inc/rootwrap:add_sudo_secure_path:33 sudo tee /etc/sudoers.d/zz-secure-path +2025-01-14 22:27:21.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.105 | +inc/rootwrap:add_sudo_secure_path:33 echo 'Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' +2025-01-14 22:27:21.112 | Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin +2025-01-14 22:27:21.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.120 | +inc/rootwrap:add_sudo_secure_path:34 sudo chmod 400 /etc/sudoers.d/zz-secure-path +2025-01-14 22:27:21.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.138 | +inc/rootwrap:add_sudo_secure_path:35 sudo chown root:root /etc/sudoers.d/zz-secure-path +2025-01-14 22:27:21.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.161 | +lib/cinder:configure_cinder:300 [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] +2025-01-14 22:27:21.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.172 | +lib/cinder:configure_cinder:301 cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json +2025-01-14 22:27:21.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.184 | +lib/cinder:configure_cinder:304 cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini +2025-01-14 22:27:21.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.196 | +lib/cinder:configure_cinder:306 inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host +2025-01-14 22:27:21.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.248 | +lib/cinder:configure_cinder:307 inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port +2025-01-14 22:27:21.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.304 | +lib/cinder:configure_cinder:308 inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol +2025-01-14 22:27:21.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.364 | +lib/cinder:configure_cinder:309 inicomment /etc/cinder/api-paste.ini filter:authtoken cafile +2025-01-14 22:27:21.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.429 | +lib/cinder:configure_cinder:310 inicomment /etc/cinder/api-paste.ini filter:authtoken ******_tenant_name +2025-01-14 22:27:21.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.455 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.455 | No value for $TERM and no -T specified +2025-01-14 22:27:21.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.499 | +lib/cinder:configure_cinder:311 inicomment /etc/cinder/api-paste.ini filter:authtoken ******_user +2025-01-14 22:27:21.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.516 | tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified +2025-01-14 22:27:21.516 | +2025-01-14 22:27:21.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.571 | +lib/cinder:configure_cinder:312 inicomment /etc/cinder/api-paste.ini filter:authtoken ******_password +2025-01-14 22:27:21.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.632 | +lib/cinder:configure_cinder:313 inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir +2025-01-14 22:27:21.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.687 | +lib/cinder:configure_cinder:315 configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder +2025-01-14 22:27:21.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.698 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/cinder/cinder.conf +2025-01-14 22:27:21.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.709 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=cinder +2025-01-14 22:27:21.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.720 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=keystone_authtoken +2025-01-14 22:27:21.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.732 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password +2025-01-14 22:27:21.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.812 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/cinder/cinder.conf keystone_authtoken interface public +2025-01-14 22:27:21.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.901 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.201.9.223/identity +2025-01-14 22:27:21.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:21.991 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/cinder/cinder.conf keystone_authtoken username cinder +2025-01-14 22:27:21.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.079 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/cinder/cinder.conf keystone_authtoken password ****** +2025-01-14 22:27:22.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.173 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default +2025-01-14 22:27:22.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.244 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/cinder/cinder.conf keystone_authtoken project_name service +2025-01-14 22:27:22.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.310 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default +2025-01-14 22:27:22.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.388 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:27:22.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.470 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 +2025-01-14 22:27:22.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.541 | +lib/cinder:configure_cinder:317 iniset /etc/cinder/cinder.conf DEFAULT debug True +2025-01-14 22:27:22.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.608 | +lib/cinder:configure_cinder:319 iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm +2025-01-14 22:27:22.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.678 | ++lib/cinder:configure_cinder:320 database_connection_url cinder +2025-01-14 22:27:22.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.689 | ++lib/database:database_connection_url:134 local db=cinder +2025-01-14 22:27:22.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.701 | ++lib/database:database_connection_url:135 database_connection_url_mysql cinder +2025-01-14 22:27:22.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.713 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=cinder +2025-01-14 22:27:22.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.724 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:27:22.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.734 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:27:22.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.745 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:27:22.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.795 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:22.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.806 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:27:22.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.815 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' +2025-01-14 22:27:22.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.826 | +lib/cinder:configure_cinder:320 iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:******@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' +2025-01-14 22:27:22.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.906 | +lib/cinder:configure_cinder:321 iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini +2025-01-14 22:27:22.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.968 | +lib/cinder:configure_cinder:322 iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf +2025-01-14 22:27:22.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:22.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.029 | +lib/cinder:configure_cinder:323 iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions +2025-01-14 22:27:23.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.097 | +lib/cinder:configure_cinder:324 iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 +2025-01-14 22:27:23.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.169 | +lib/cinder:configure_cinder:325 iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder +2025-01-14 22:27:23.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.244 | +lib/cinder:configure_cinder:326 iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder +2025-01-14 22:27:23.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.320 | +lib/cinder:configure_cinder:327 iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.201.9.223 +2025-01-14 22:27:23.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.394 | +lib/cinder:configure_cinder:328 iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager +2025-01-14 22:27:23.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.466 | ++lib/cinder:configure_cinder:329 openssl rand -hex 16 +2025-01-14 22:27:23.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.488 | +lib/cinder:configure_cinder:329 iniset /etc/cinder/cinder.conf key_manager fixed_key ae8f28fb6673c5fa99cf9f2d9edd8b2c +2025-01-14 22:27:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.560 | +lib/cinder:configure_cinder:330 [[ -n '' ]] +2025-01-14 22:27:23.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.569 | +lib/cinder:configure_cinder:335 iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 +2025-01-14 22:27:23.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.638 | +lib/cinder:configure_cinder:336 iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 +2025-01-14 22:27:23.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.708 | +lib/cinder:configure_cinder:337 iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 +2025-01-14 22:27:23.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.784 | +lib/cinder:configure_cinder:342 iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 +2025-01-14 22:27:23.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.852 | +lib/cinder:configure_cinder:344 iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 +2025-01-14 22:27:23.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.939 | +lib/cinder:configure_cinder:345 iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 +2025-01-14 22:27:23.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:23.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.020 | +lib/cinder:configure_cinder:347 is_service_enabled c-vol +2025-01-14 22:27:24.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.076 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:24.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.085 | +lib/cinder:configure_cinder:347 [[ -n lvm:lvmdriver-1 ]] +2025-01-14 22:27:24.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.098 | +lib/cinder:configure_cinder:348 local enabled_backends= +2025-01-14 22:27:24.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.111 | +lib/cinder:configure_cinder:349 local default_name= +2025-01-14 22:27:24.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.123 | +lib/cinder:configure_cinder:350 local be be_name be_type +2025-01-14 22:27:24.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.135 | +lib/cinder:configure_cinder:351 for be in ${CINDER_ENABLED_BACKENDS//,/ } +2025-01-14 22:27:24.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.146 | +lib/cinder:configure_cinder:352 be_type=lvm +2025-01-14 22:27:24.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.163 | +lib/cinder:configure_cinder:353 be_name=lvmdriver-1 +2025-01-14 22:27:24.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.178 | +lib/cinder:configure_cinder:354 type configure_cinder_backend_lvm +2025-01-14 22:27:24.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.190 | +lib/cinder:configure_cinder:355 configure_cinder_backend_lvm lvmdriver-1 +2025-01-14 22:27:24.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.204 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 local be_name=lvmdriver-1 +2025-01-14 22:27:24.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.218 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 +2025-01-14 22:27:24.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.239 | tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified +2025-01-14 22:27:24.239 | +2025-01-14 22:27:24.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.315 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver +2025-01-14 22:27:24.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.394 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 +2025-01-14 22:27:24.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.473 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm +2025-01-14 22:27:24.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.548 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 iniset /etc/cinder/cinder.conf lvmdriver-1 target_protocol iscsi +2025-01-14 22:27:24.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.621 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 iniset /etc/cinder/cinder.conf lvmdriver-1 target_port 3260 +2025-01-14 22:27:24.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.682 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:56 iniset /etc/cinder/cinder.conf lvmdriver-1 target_prefix iqn.2010-10.org.openstack: +2025-01-14 22:27:24.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.748 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:57 iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type auto +2025-01-14 22:27:24.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.818 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:58 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear zero +2025-01-14 22:27:24.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.898 | +lib/cinder:configure_cinder:357 [[ -z '' ]] +2025-01-14 22:27:24.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.911 | +lib/cinder:configure_cinder:358 default_name=lvmdriver-1 +2025-01-14 22:27:24.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.923 | +lib/cinder:configure_cinder:360 enabled_backends+=lvmdriver-1, +2025-01-14 22:27:24.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.936 | +lib/cinder:configure_cinder:362 iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 +2025-01-14 22:27:24.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:24.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.017 | +lib/cinder:configure_cinder:363 [[ -n lvmdriver-1 ]] +2025-01-14 22:27:25.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.028 | +lib/cinder:configure_cinder:364 iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 +2025-01-14 22:27:25.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.101 | +lib/cinder:configure_cinder:366 configure_cinder_image_volume_cache +2025-01-14 22:27:25.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.112 | +lib/cinder:configure_cinder_image_volume_cache:704 for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } +2025-01-14 22:27:25.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.121 | +lib/cinder:configure_cinder_image_volume_cache:705 local be_name=lvmdriver-1 +2025-01-14 22:27:25.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.133 | +lib/cinder:configure_cinder_image_volume_cache:707 iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True +2025-01-14 22:27:25.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.210 | +lib/cinder:configure_cinder_image_volume_cache:709 [[ -n '' ]] +2025-01-14 22:27:25.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.220 | +lib/cinder:configure_cinder_image_volume_cache:713 [[ -n '' ]] +2025-01-14 22:27:25.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.230 | +lib/cinder:configure_cinder:371 [[ False == \T\r\u\e ]] +2025-01-14 22:27:25.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.240 | +lib/cinder:configure_cinder:377 is_service_enabled c-bak +2025-01-14 22:27:25.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.294 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:25.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.303 | +lib/cinder:configure_cinder:377 [[ -n swift ]] +2025-01-14 22:27:25.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.313 | +lib/cinder:configure_cinder:378 type configure_cinder_backup_swift +2025-01-14 22:27:25.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.325 | +lib/cinder:configure_cinder:379 configure_cinder_backup_swift +2025-01-14 22:27:25.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.336 | +lib/cinder_backups/swift:configure_cinder_backup_swift:25 iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver +2025-01-14 22:27:25.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.424 | +lib/cinder_backups/swift:configure_cinder_backup_swift:26 iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.201.9.223:8080/v1/AUTH_ +2025-01-14 22:27:25.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.510 | +lib/cinder_backups/swift:configure_cinder_backup_swift:27 is_service_enabled tls-proxy +2025-01-14 22:27:25.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.570 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:27:25.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.580 | +lib/cinder:configure_cinder:385 is_service_enabled ceilometer +2025-01-14 22:27:25.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.638 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:27:25.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.649 | +lib/cinder:configure_cinder:389 is_service_enabled tls-proxy +2025-01-14 22:27:25.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.713 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:27:25.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.726 | +lib/cinder:configure_cinder:397 '[' False '!=' False ']' +2025-01-14 22:27:25.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.741 | +lib/cinder:configure_cinder:401 iniset_rpc_backend cinder /etc/cinder/cinder.conf +2025-01-14 22:27:25.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.752 | +lib/rpc_backend:iniset_rpc_backend:144 local package=cinder +2025-01-14 22:27:25.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.763 | +lib/rpc_backend:iniset_rpc_backend:145 local file=/etc/cinder/cinder.conf +2025-01-14 22:27:25.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.774 | +lib/rpc_backend:iniset_rpc_backend:146 local section=DEFAULT +2025-01-14 22:27:25.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.787 | +lib/rpc_backend:iniset_rpc_backend:147 local virtual_host= +2025-01-14 22:27:25.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.799 | +lib/rpc_backend:iniset_rpc_backend:148 is_service_enabled rabbit +2025-01-14 22:27:25.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.861 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:25.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.875 | ++lib/rpc_backend:iniset_rpc_backend:149 get_transport_url '' +2025-01-14 22:27:25.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.887 | ++lib/rpc_backend:get_transport_url:126 local virtual_host= +2025-01-14 22:27:25.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.898 | ++lib/rpc_backend:get_transport_url:127 is_service_enabled rabbit +2025-01-14 22:27:25.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.957 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:25.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.967 | ++lib/rpc_backend:get_transport_url:128 echo rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:27:25.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.980 | +lib/rpc_backend:iniset_rpc_backend:149 iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:27:25.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:25.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.058 | +lib/rpc_backend:iniset_rpc_backend:150 '[' -n '' ']' +2025-01-14 22:27:26.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.070 | +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' +2025-01-14 22:27:26.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.080 | +lib/cinder:configure_cinder:404 setup_logging /etc/cinder/cinder.conf +2025-01-14 22:27:26.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.091 | +functions:setup_logging:685 setup_systemd_logging /etc/cinder/cinder.conf +2025-01-14 22:27:26.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.103 | +functions:setup_systemd_logging:702 local conf_file=/etc/cinder/cinder.conf +2025-01-14 22:27:26.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.118 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:27:26.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.186 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:27:26.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.200 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:27:26.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.213 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:27:26.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.225 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:27:26.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.240 | +functions:setup_systemd_logging:715 iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:27:26.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.311 | +functions:setup_systemd_logging:717 iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:27:26.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.396 | +functions:setup_systemd_logging:718 iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:27:26.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.487 | +functions:setup_systemd_logging:719 iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:27:26.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.576 | +functions:setup_systemd_logging:722 iniset /etc/cinder/cinder.conf DEFAULT log_color True +2025-01-14 22:27:26.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.659 | +lib/cinder:configure_cinder:406 is_service_enabled c-api +2025-01-14 22:27:26.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.715 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:26.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.726 | +lib/cinder:configure_cinder:407 write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini cinder.wsgi.api:application /volume '' cinder-api +2025-01-14 22:27:26.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.737 | +lib/apache:write_uwsgi_config:242 local conf=/etc/cinder/cinder-api-uwsgi.ini +2025-01-14 22:27:26.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.749 | +lib/apache:write_uwsgi_config:243 local wsgi=cinder.wsgi.api:application +2025-01-14 22:27:26.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.760 | +lib/apache:write_uwsgi_config:244 local url=/volume +2025-01-14 22:27:26.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.771 | +lib/apache:write_uwsgi_config:245 local http= +2025-01-14 22:27:26.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.783 | +lib/apache:write_uwsgi_config:246 local name=cinder-api +2025-01-14 22:27:26.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.796 | +lib/apache:write_uwsgi_config:248 '[' -z cinder-api ']' +2025-01-14 22:27:26.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.808 | +lib/apache:write_uwsgi_config:254 local socket_dir=/var/run/uwsgi +2025-01-14 22:27:26.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.822 | +lib/apache:write_uwsgi_config:258 sudo mkdir -p /etc/tmpfiles.d/ +2025-01-14 22:27:26.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.852 | +lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' +2025-01-14 22:27:26.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.855 | +lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:27:26.863 | d /var/run/uwsgi 0755 ubuntu root +2025-01-14 22:27:26.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.873 | +lib/apache:write_uwsgi_config:260 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:27:26.883 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. +2025-01-14 22:27:26.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.893 | +lib/apache:write_uwsgi_config:262 local socket=/var/run/uwsgi/cinder-api.socket +2025-01-14 22:27:26.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.901 | +lib/apache:write_uwsgi_config:265 rm -rf /etc/cinder/cinder-api-uwsgi.ini +2025-01-14 22:27:26.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.909 | +lib/apache:write_uwsgi_config:269 [[ cinder.wsgi.api:application =~ ^[a-zA-Z0-9_.]+:[a-zA-Z0-9_]+$ ]] +2025-01-14 22:27:26.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.917 | +lib/apache:write_uwsgi_config:270 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi module cinder.wsgi.api:application +2025-01-14 22:27:26.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.936 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.936 | No value for $TERM and no -T specified +2025-01-14 22:27:26.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.976 | +lib/apache:write_uwsgi_config:275 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 +2025-01-14 22:27:26.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:26.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.021 | +lib/apache:write_uwsgi_config:277 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true +2025-01-14 22:27:27.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.065 | +lib/apache:write_uwsgi_config:279 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true +2025-01-14 22:27:27.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.112 | +lib/apache:write_uwsgi_config:280 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false +2025-01-14 22:27:27.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.122 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.122 | No value for $TERM and no -T specified +2025-01-14 22:27:27.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.157 | +lib/apache:write_uwsgi_config:283 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 +2025-01-14 22:27:27.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.198 | +lib/apache:write_uwsgi_config:284 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true +2025-01-14 22:27:27.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.240 | +lib/apache:write_uwsgi_config:285 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 +2025-01-14 22:27:27.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.282 | +lib/apache:write_uwsgi_config:287 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true +2025-01-14 22:27:27.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.324 | +lib/apache:write_uwsgi_config:289 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' +2025-01-14 22:27:27.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.371 | +lib/apache:write_uwsgi_config:291 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 +2025-01-14 22:27:27.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.415 | +lib/apache:write_uwsgi_config:293 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' +2025-01-14 22:27:27.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.468 | +lib/apache:write_uwsgi_config:295 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true +2025-01-14 22:27:27.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.515 | +lib/apache:write_uwsgi_config:297 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi start-time %t +2025-01-14 22:27:27.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.575 | +lib/apache:write_uwsgi_config:300 [[ -n '' ]] +2025-01-14 22:27:27.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.583 | +lib/apache:write_uwsgi_config:303 local apache_conf= +2025-01-14 22:27:27.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.590 | ++lib/apache:write_uwsgi_config:304 apache_site_config_for cinder-api +2025-01-14 22:27:27.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.598 | ++lib/apache:apache_site_config_for:173 local site=cinder-api +2025-01-14 22:27:27.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.604 | ++lib/apache:apache_site_config_for:174 is_ubuntu +2025-01-14 22:27:27.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.610 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:27:27.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.615 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:27:27.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.621 | ++lib/apache:apache_site_config_for:176 echo /etc/apache2/sites-available/cinder-api.conf +2025-01-14 22:27:27.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.627 | +lib/apache:write_uwsgi_config:304 apache_conf=/etc/apache2/sites-available/cinder-api.conf +2025-01-14 22:27:27.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.632 | +lib/apache:write_uwsgi_config:305 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-api.socket +2025-01-14 22:27:27.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.683 | +lib/apache:write_uwsgi_config:306 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 +2025-01-14 22:27:27.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.745 | +lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-api.socket|uwsgi://uwsgi-uds-cinder-api" retry=0 acquire=1 ' +2025-01-14 22:27:27.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.746 | +lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/cinder-api.conf +2025-01-14 22:27:27.753 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-api.socket|uwsgi://uwsgi-uds-cinder-api" retry=0 acquire=1 +2025-01-14 22:27:27.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.764 | +lib/apache:write_uwsgi_config:308 enable_apache_site cinder-api +2025-01-14 22:27:27.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.772 | +lib/apache:enable_apache_site:190 local site=cinder-api +2025-01-14 22:27:27.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.780 | +lib/apache:enable_apache_site:192 enable_apache_mod version +2025-01-14 22:27:27.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.789 | +lib/apache:enable_apache_mod:55 local mod=version +2025-01-14 22:27:27.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.799 | +lib/apache:enable_apache_mod:57 is_ubuntu +2025-01-14 22:27:27.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.809 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:27:27.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.822 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:27:27.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.834 | +lib/apache:enable_apache_mod:60 [[ version != \v\e\r\s\i\o\n ]] +2025-01-14 22:27:27.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.848 | +lib/apache:enable_apache_site:193 is_ubuntu +2025-01-14 22:27:27.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.862 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:27:27.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.875 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:27:27.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.888 | +lib/apache:enable_apache_site:194 sudo a2ensite cinder-api +2025-01-14 22:27:27.941 | Enabling site cinder-api. +2025-01-14 22:27:27.950 | To activate the new configuration, you need to run: +2025-01-14 22:27:27.950 | systemctl reload apache2 +2025-01-14 22:27:27.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.964 | +lib/apache:write_uwsgi_config:309 restart_apache_server +2025-01-14 22:27:27.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.976 | +lib/apache:restart_apache_server:237 restart_service apache2 +2025-01-14 22:27:27.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:27.988 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:27:27.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.002 | +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 +2025-01-14 22:27:28.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.137 | +lib/cinder:configure_cinder:410 [[ -r /opt/stack/devstack/lib/cinder_plugins/default ]] +2025-01-14 22:27:28.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.145 | +lib/cinder:configure_cinder:414 iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 +2025-01-14 22:27:28.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.200 | +lib/cinder:configure_cinder:416 iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.201.9.223/image +2025-01-14 22:27:28.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.264 | +lib/cinder:configure_cinder:417 is_service_enabled tls-proxy +2025-01-14 22:27:28.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.308 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:27:28.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.316 | +lib/cinder:configure_cinder:423 configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova +2025-01-14 22:27:28.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.324 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/cinder/cinder.conf +2025-01-14 22:27:28.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.332 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=nova +2025-01-14 22:27:28.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.340 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=nova +2025-01-14 22:27:28.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.347 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/cinder/cinder.conf nova auth_type password +2025-01-14 22:27:28.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.417 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/cinder/cinder.conf nova interface public +2025-01-14 22:27:28.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.480 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/cinder/cinder.conf nova auth_url http://10.201.9.223/identity +2025-01-14 22:27:28.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.557 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/cinder/cinder.conf nova username nova +2025-01-14 22:27:28.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.634 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/cinder/cinder.conf nova password ****** +2025-01-14 22:27:28.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.714 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/cinder/cinder.conf nova user_domain_name Default +2025-01-14 22:27:28.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.816 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/cinder/cinder.conf nova project_name service +2025-01-14 22:27:28.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.846 | +2025-01-14 22:27:28.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.911 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/cinder/cinder.conf nova project_domain_name Default +2025-01-14 22:27:28.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:28.997 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:27:29.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.082 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 +2025-01-14 22:27:29.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.168 | +lib/cinder:configure_cinder:424 iniset /etc/cinder/cinder.conf nova region_name RegionOne +2025-01-14 22:27:29.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.227 | +lib/cinder:configure_cinder:425 iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 +2025-01-14 22:27:29.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.280 | +lib/cinder:configure_cinder:427 [[ ! -z '' ]] +2025-01-14 22:27:29.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.286 | +lib/cinder:configure_cinder:429 is_service_enabled etcd3 +2025-01-14 22:27:29.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.320 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:29.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.326 | +lib/cinder:configure_cinder:432 iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.201.9.223:2379?api_version=v3' +2025-01-14 22:27:29.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.392 | +lib/cinder:configure_cinder:435 [[ False == True ]] +2025-01-14 22:27:29.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.402 | +lib/cinder:configure_cinder:435 [[ False == True ]] +2025-01-14 22:27:29.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.413 | +lib/cinder:configure_cinder:439 iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false +2025-01-14 22:27:29.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.495 | +lib/cinder:configure_cinder:440 iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false +2025-01-14 22:27:29.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.572 | +lib/cinder:configure_cinder:443 '[' True == True ']' +2025-01-14 22:27:29.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.582 | +lib/cinder:configure_cinder:444 init_cinder_service_user_conf +2025-01-14 22:27:29.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.594 | +lib/cinder:init_cinder_service_user_conf:733 configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder service_user +2025-01-14 22:27:29.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.604 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/cinder/cinder.conf +2025-01-14 22:27:29.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.615 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=cinder +2025-01-14 22:27:29.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.627 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=service_user +2025-01-14 22:27:29.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.640 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/cinder/cinder.conf service_user auth_type password +2025-01-14 22:27:29.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.725 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/cinder/cinder.conf service_user interface public +2025-01-14 22:27:29.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.792 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/cinder/cinder.conf service_user auth_url http://10.201.9.223/identity +2025-01-14 22:27:29.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.861 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/cinder/cinder.conf service_user username cinder +2025-01-14 22:27:29.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.926 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/cinder/cinder.conf service_user password ****** +2025-01-14 22:27:29.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:29.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.006 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/cinder/cinder.conf service_user user_domain_name Default +2025-01-14 22:27:30.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.083 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/cinder/cinder.conf service_user project_name service +2025-01-14 22:27:30.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.156 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/cinder/cinder.conf service_user project_domain_name Default +2025-01-14 22:27:30.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.223 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/cinder/cinder.conf service_user cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:27:30.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.299 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/cinder/cinder.conf service_user memcached_servers localhost:11211 +2025-01-14 22:27:30.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.371 | +lib/cinder:init_cinder_service_user_conf:734 iniset /etc/cinder/cinder.conf service_user send_service_user_token True +2025-01-14 22:27:30.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.450 | +lib/cinder:init_cinder_service_user_conf:735 iniset /etc/cinder/cinder.conf service_user auth_strategy keystone +2025-01-14 22:27:30.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.528 | +./stack.sh:main:971 is_service_enabled neutron +2025-01-14 22:27:30.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.593 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:27:30.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.603 | +./stack.sh:main:973 stack_install_service neutron +2025-01-14 22:27:30.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.615 | +lib/stack:stack_install_service:20 local service=neutron +2025-01-14 22:27:30.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.628 | +lib/stack:stack_install_service:21 type install_neutron +2025-01-14 22:27:30.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.640 | +lib/stack:stack_install_service:23 [[ False = True ]] +2025-01-14 22:27:30.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.653 | +lib/stack:stack_install_service:32 install_neutron +2025-01-14 22:27:30.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.667 | +lib/neutron:install_neutron:550 use_library_from_git neutron-lib +2025-01-14 22:27:30.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.679 | +inc/python:use_library_from_git:266 local name=neutron-lib +2025-01-14 22:27:30.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.692 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:27:30.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.707 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:27:30.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.720 | +inc/python:use_library_from_git:268 [[ ,, =~ ,neutron-lib, ]] +2025-01-14 22:27:30.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.733 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:27:30.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.750 | +lib/neutron:install_neutron:557 use_library_from_git sqlalchemy +2025-01-14 22:27:30.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.763 | +inc/python:use_library_from_git:266 local name=sqlalchemy +2025-01-14 22:27:30.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.777 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:27:30.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.791 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:27:30.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.804 | +inc/python:use_library_from_git:268 [[ ,, =~ ,sqlalchemy, ]] +2025-01-14 22:27:30.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.818 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:27:30.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.834 | +lib/neutron:install_neutron:561 use_library_from_git alembic +2025-01-14 22:27:30.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.846 | +inc/python:use_library_from_git:266 local name=alembic +2025-01-14 22:27:30.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.862 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:27:30.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.875 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:27:30.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.889 | +inc/python:use_library_from_git:268 [[ ,, =~ ,alembic, ]] +2025-01-14 22:27:30.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.905 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:27:30.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.921 | +lib/neutron:install_neutron:566 git_clone http://github.com/openstack/neutron.git /opt/stack/neutron master +2025-01-14 22:27:30.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.933 | +functions-common:git_clone:593 local git_remote=http://github.com/openstack/neutron.git +2025-01-14 22:27:30.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.947 | +functions-common:git_clone:594 local git_dest=/opt/stack/neutron +2025-01-14 22:27:30.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.960 | +functions-common:git_clone:595 local git_ref=master +2025-01-14 22:27:30.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.971 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:27:30.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:30.986 | ++functions-common:git_clone:597 pwd +2025-01-14 22:27:30.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.000 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:27:31.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.012 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:27:31.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.025 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:27:31.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.084 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:27:31.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.094 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:27:31.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.105 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:27:31.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.119 | +functions-common:git_clone:614 echo master +2025-01-14 22:27:31.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.120 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:27:31.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.131 | +functions-common:git_clone:628 [[ ! -d /opt/stack/neutron ]] +2025-01-14 22:27:31.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.143 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:27:31.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.154 | +functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/neutron.git /opt/stack/neutron +2025-01-14 22:27:31.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.166 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:27:31.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.177 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:27:31.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.189 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:27:31.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.203 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:27:31.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.215 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:27:31.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.228 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:27:31.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.242 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:27:31.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.255 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:27:31.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.266 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:27:31.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.281 | +functions-common:time_start:2412 _TIME_START[$name]=1736893651268 +2025-01-14 22:27:31.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:31.294 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/neutron.git /opt/stack/neutron +2025-01-14 22:27:31.299 | Cloning into '/opt/stack/neutron'... +2025-01-14 22:27:31.702 | warning: redirecting to https://github.com/openstack/neutron.git/ +2025-01-14 22:27:50.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.180 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:27:50.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.188 | +functions-common:time_stop:2421 local name +2025-01-14 22:27:50.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.197 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:27:50.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.203 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:27:50.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.209 | +functions-common:time_stop:2424 local total +2025-01-14 22:27:50.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.215 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:27:50.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.222 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:27:50.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.228 | +functions-common:time_stop:2428 start_time=1736893651268 +2025-01-14 22:27:50.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.235 | +functions-common:time_stop:2430 [[ -z 1736893651268 ]] +2025-01-14 22:27:50.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.243 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:27:50.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.251 | +functions-common:time_stop:2433 end_time=1736893670244 +2025-01-14 22:27:50.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.259 | +functions-common:time_stop:2434 elapsed_time=18976 +2025-01-14 22:27:50.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.267 | +functions-common:time_stop:2435 total=34648 +2025-01-14 22:27:50.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.274 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:27:50.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.283 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=53624 +2025-01-14 22:27:50.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.292 | +functions-common:git_clone:635 cd /opt/stack/neutron +2025-01-14 22:27:50.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.301 | +functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:27:50.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.311 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:27:50.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.321 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:27:50.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.331 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:27:50.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.344 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:27:50.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.357 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:27:50.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.370 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:27:50.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.385 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:27:50.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.398 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:27:50.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.413 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:27:50.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.428 | +functions-common:time_start:2412 _TIME_START[$name]=1736893670416 +2025-01-14 22:27:50.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:50.438 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:27:50.842 | warning: redirecting to https://github.com/openstack/neutron.git/ +2025-01-14 22:27:51.120 | From http://github.com/openstack/neutron +2025-01-14 22:27:51.120 | * branch master -> FETCH_HEAD +2025-01-14 22:27:51.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.144 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:27:51.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.156 | +functions-common:time_stop:2421 local name +2025-01-14 22:27:51.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.167 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:27:51.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.177 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:27:51.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.190 | +functions-common:time_stop:2424 local total +2025-01-14 22:27:51.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.203 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:27:51.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.215 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:27:51.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.228 | +functions-common:time_stop:2428 start_time=1736893670416 +2025-01-14 22:27:51.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.241 | +functions-common:time_stop:2430 [[ -z 1736893670416 ]] +2025-01-14 22:27:51.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.254 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:27:51.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.269 | +functions-common:time_stop:2433 end_time=1736893671256 +2025-01-14 22:27:51.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.283 | +functions-common:time_stop:2434 elapsed_time=840 +2025-01-14 22:27:51.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.297 | +functions-common:time_stop:2435 total=53624 +2025-01-14 22:27:51.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.311 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:27:51.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.325 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=54464 +2025-01-14 22:27:51.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.340 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:27:51.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.355 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:27:51.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.369 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:27:51.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.381 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:27:51.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.393 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:27:51.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.405 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:27:51.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.417 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:27:51.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.429 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:27:51.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.442 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:27:51.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.456 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:27:51.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.472 | +functions-common:time_start:2412 _TIME_START[$name]=1736893671459 +2025-01-14 22:27:51.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.484 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:27:51.807 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:27:51.807 | +2025-01-14 22:27:51.807 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:27:51.807 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:27:51.807 | state without impacting any branches by switching back to a branch. +2025-01-14 22:27:51.807 | +2025-01-14 22:27:51.807 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:27:51.807 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:27:51.807 | +2025-01-14 22:27:51.807 | git switch -c +2025-01-14 22:27:51.807 | +2025-01-14 22:27:51.807 | Or undo this operation with: +2025-01-14 22:27:51.807 | +2025-01-14 22:27:51.807 | git switch - +2025-01-14 22:27:51.807 | +2025-01-14 22:27:51.807 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:27:51.807 | +2025-01-14 22:27:51.807 | HEAD is now at 585ea689d5 Merge "[eventlet-deprecation] Remove ``common.utils.spawn``" +2025-01-14 22:27:51.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.825 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:27:51.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.836 | +functions-common:time_stop:2421 local name +2025-01-14 22:27:51.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.848 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:27:51.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.859 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:27:51.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.872 | +functions-common:time_stop:2424 local total +2025-01-14 22:27:51.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.883 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:27:51.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.896 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:27:51.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.907 | +functions-common:time_stop:2428 start_time=1736893671459 +2025-01-14 22:27:51.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.917 | +functions-common:time_stop:2430 [[ -z 1736893671459 ]] +2025-01-14 22:27:51.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.929 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:27:51.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.941 | +functions-common:time_stop:2433 end_time=1736893671930 +2025-01-14 22:27:51.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.953 | +functions-common:time_stop:2434 elapsed_time=471 +2025-01-14 22:27:51.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.963 | +functions-common:time_stop:2435 total=54464 +2025-01-14 22:27:51.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.974 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:27:51.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:51.988 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=54935 +2025-01-14 22:27:51.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.003 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/neutron +2025-01-14 22:27:52.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.042 | +functions-common:git_clone:676 cd /opt/stack/neutron +2025-01-14 22:27:52.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.058 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:27:52.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.059 | +functions-common:git_clone:677 head -1 +2025-01-14 22:27:52.066 | 585ea689d5 Merge "[eventlet-deprecation] Remove ``common.utils.spawn``" +2025-01-14 22:27:52.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.079 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:27:52.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.089 | +lib/neutron:install_neutron:567 setup_develop /opt/stack/neutron +2025-01-14 22:27:52.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.101 | +inc/python:setup_develop:354 local bindep +2025-01-14 22:27:52.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.113 | +inc/python:setup_develop:355 [[ /opt/stack/neutron == -bindep* ]] +2025-01-14 22:27:52.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.124 | +inc/python:setup_develop:359 local project_dir=/opt/stack/neutron +2025-01-14 22:27:52.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.136 | +inc/python:setup_develop:360 local extras= +2025-01-14 22:27:52.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.148 | +inc/python:setup_develop:361 _setup_package_with_constraints_edit /opt/stack/neutron -e +2025-01-14 22:27:52.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.162 | +inc/python:_setup_package_with_constraints_edit:380 local bindep +2025-01-14 22:27:52.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.175 | +inc/python:_setup_package_with_constraints_edit:381 [[ /opt/stack/neutron == -bindep* ]] +2025-01-14 22:27:52.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.188 | +inc/python:_setup_package_with_constraints_edit:385 local project_dir=/opt/stack/neutron +2025-01-14 22:27:52.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.205 | +inc/python:_setup_package_with_constraints_edit:386 local flags=-e +2025-01-14 22:27:52.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.219 | +inc/python:_setup_package_with_constraints_edit:387 local extras= +2025-01-14 22:27:52.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.237 | ++inc/python:_setup_package_with_constraints_edit:394 cd /opt/stack/neutron +2025-01-14 22:27:52.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.252 | ++inc/python:_setup_package_with_constraints_edit:394 pwd +2025-01-14 22:27:52.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.265 | +inc/python:_setup_package_with_constraints_edit:394 project_dir=/opt/stack/neutron +2025-01-14 22:27:52.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.278 | +inc/python:_setup_package_with_constraints_edit:396 '[' -n /opt/stack/requirements ']' +2025-01-14 22:27:52.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.290 | +inc/python:_setup_package_with_constraints_edit:400 local name +2025-01-14 22:27:52.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.305 | ++inc/python:_setup_package_with_constraints_edit:401 awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg +2025-01-14 22:27:52.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.323 | +inc/python:_setup_package_with_constraints_edit:401 name=neutron +2025-01-14 22:27:52.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.333 | +inc/python:_setup_package_with_constraints_edit:402 '[' -z neutron ']' +2025-01-14 22:27:52.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.343 | +inc/python:_setup_package_with_constraints_edit:406 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron +2025-01-14 22:27:52.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.569 | +inc/python:_setup_package_with_constraints_edit:409 setup_package /opt/stack/neutron -e +2025-01-14 22:27:52.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.581 | +inc/python:setup_package:437 local bindep=0 +2025-01-14 22:27:52.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.592 | +inc/python:setup_package:438 local bindep_flag= +2025-01-14 22:27:52.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.603 | +inc/python:setup_package:439 local bindep_profiles= +2025-01-14 22:27:52.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.614 | +inc/python:setup_package:440 [[ /opt/stack/neutron == -bindep* ]] +2025-01-14 22:27:52.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.626 | +inc/python:setup_package:445 local project_dir=/opt/stack/neutron +2025-01-14 22:27:52.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.637 | +inc/python:setup_package:446 local flags=-e +2025-01-14 22:27:52.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.647 | +inc/python:setup_package:447 local extras= +2025-01-14 22:27:52.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.657 | +inc/python:setup_package:451 [[ -n -e ]] +2025-01-14 22:27:52.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.668 | +inc/python:setup_package:451 [[ -z '' ]] +2025-01-14 22:27:52.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.677 | +inc/python:setup_package:451 [[ ! -e =~ ^-.* ]] +2025-01-14 22:27:52.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.688 | +inc/python:setup_package:456 [[ ! -z '' ]] +2025-01-14 22:27:52.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.698 | +inc/python:setup_package:461 [[ 0 == 1 ]] +2025-01-14 22:27:52.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.710 | +inc/python:setup_package:465 pip_install -e /opt/stack/neutron +2025-01-14 22:27:52.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.760 | Using python 3.10 to install /opt/stack/neutron +2025-01-14 22:27:52.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:27:52.768 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron +2025-01-14 22:27:53.512 | Obtaining file:///opt/stack/neutron +2025-01-14 22:27:53.512 | Preparing metadata (setup.py): started +2025-01-14 22:27:54.674 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:27:54.721 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.1.0) +2025-01-14 22:27:54.722 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.10.1) +2025-01-14 22:27:54.722 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.1.0) +2025-01-14 22:27:54.723 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.5.1) +2025-01-14 22:27:54.723 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.0.0) +2025-01-14 22:27:54.724 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.1.1) +2025-01-14 22:27:54.724 | Requirement already satisfied: eventlet>=0.36.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (0.38.2) +2025-01-14 22:27:54.914 | Collecting pecan>=1.4.0 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.058 | Downloading pecan-1.5.1-py3-none-any.whl.metadata (1.4 kB) +2025-01-14 22:27:55.069 | Requirement already satisfied: httplib2>=0.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (0.22.0) +2025-01-14 22:27:55.070 | Requirement already satisfied: requests>=2.32.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.32.3) +2025-01-14 22:27:55.071 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.1.4) +2025-01-14 22:27:55.072 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (10.8.0) +2025-01-14 22:27:55.072 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (1.3.0) +2025-01-14 22:27:55.122 | Collecting neutron-lib>=3.16.0 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.140 | Downloading neutron_lib-3.17.0-py3-none-any.whl.metadata (2.4 kB) +2025-01-14 22:27:55.193 | Collecting python-neutronclient>=7.8.0 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.207 | Downloading python_neutronclient-11.3.1-py3-none-any.whl.metadata (3.2 kB) +2025-01-14 22:27:55.215 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (9.0.0) +2025-01-14 22:27:55.216 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.0.36) +2025-01-14 22:27:55.216 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (1.8.9) +2025-01-14 22:27:55.217 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.9.1) +2025-01-14 22:27:55.217 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (1.14.0) +2025-01-14 22:27:55.218 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.4.0) +2025-01-14 22:27:55.218 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.9.0) +2025-01-14 22:27:55.219 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.2.0) +2025-01-14 22:27:55.219 | Requirement already satisfied: oslo.config>=9.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (9.7.0) +2025-01-14 22:27:55.220 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.7.0) +2025-01-14 22:27:55.220 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (17.1.0) +2025-01-14 22:27:55.221 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.5.0) +2025-01-14 22:27:55.221 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (7.0.0) +2025-01-14 22:27:55.222 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (16.0.0) +2025-01-14 22:27:55.222 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.3.0) +2025-01-14 22:27:55.223 | Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (4.5.0) +2025-01-14 22:27:55.224 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.5.0) +2025-01-14 22:27:55.224 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.5.0) +2025-01-14 22:27:55.225 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (7.4.0) +2025-01-14 22:27:55.226 | Requirement already satisfied: oslo.serialization>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.6.0) +2025-01-14 22:27:55.226 | Requirement already satisfied: oslo.service>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.6.0) +2025-01-14 22:27:55.227 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.4.0) +2025-01-14 22:27:55.227 | Requirement already satisfied: oslo.utils>=7.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (8.0.0) +2025-01-14 22:27:55.228 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.5.0) +2025-01-14 22:27:55.228 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (4.2.0) +2025-01-14 22:27:55.264 | Collecting os-ken>=2.11.2 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.280 | Downloading os_ken-2.11.2-py3-none-any.whl.metadata (1.6 kB) +2025-01-14 22:27:55.317 | Collecting os-resource-classes>=1.1.0 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.333 | Downloading os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) +2025-01-14 22:27:55.370 | Collecting ovs>=2.12.0 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.459 | Downloading ovs-3.4.1.tar.gz (132 kB) +2025-01-14 22:27:55.519 | Preparing metadata (setup.py): started +2025-01-14 22:27:55.870 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:27:55.918 | Collecting ovsdbapp>=2.7.1 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.932 | Downloading ovsdbapp-2.9.0-py3-none-any.whl.metadata (1.5 kB) +2025-01-14 22:27:55.942 | Requirement already satisfied: psutil>=6.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.1.0) +2025-01-14 22:27:55.983 | Collecting pyroute2>=0.7.3 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:55.998 | Downloading pyroute2-0.7.12-py3-none-any.whl.metadata (8.2 kB) +2025-01-14 22:27:56.009 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (24.3.0) +2025-01-14 22:27:56.010 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (18.7.0) +2025-01-14 22:27:56.011 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (4.2.0) +2025-01-14 22:27:56.041 | Collecting python-designateclient>=2.7.0 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:56.055 | Downloading python_designateclient-6.1.0-py3-none-any.whl.metadata (1.5 kB) +2025-01-14 22:27:56.094 | Collecting os-vif>=3.1.0 (from neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:56.110 | Downloading os_vif-4.0.0-py3-none-any.whl.metadata (2.4 kB) +2025-01-14 22:27:56.117 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.0.0) +2025-01-14 22:27:56.117 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.3.0) +2025-01-14 22:27:56.121 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==26.0.0.0b3.dev106) (1.3.8) +2025-01-14 22:27:56.122 | Requirement already satisfied: typing-extensions>=4 in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==26.0.0.0b3.dev106) (4.12.2) +2025-01-14 22:27:56.124 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==26.0.0.0b3.dev106) (1.17.0) +2025-01-14 22:27:56.128 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.36.1->neutron==26.0.0.0b3.dev106) (2.7.0) +2025-01-14 22:27:56.128 | Requirement already satisfied: greenlet>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.36.1->neutron==26.0.0.0b3.dev106) (3.1.1) +2025-01-14 22:27:56.131 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.22.0->neutron==26.0.0.0b3.dev106) (3.2.0) +2025-01-14 22:27:56.133 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==26.0.0.0b3.dev106) (3.0.2) +2025-01-14 22:27:56.139 | Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==26.0.0.0b3.dev106) (2.1.0) +2025-01-14 22:27:56.139 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==26.0.0.0b3.dev106) (1.7.0) +2025-01-14 22:27:56.146 | Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (2.10.1) +2025-01-14 22:27:56.147 | Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (4.0.0) +2025-01-14 22:27:56.147 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (5.5.0) +2025-01-14 22:27:56.181 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.16.0->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:56.202 | Downloading os_traits-3.2.0-py3-none-any.whl.metadata (1.7 kB) +2025-01-14 22:27:56.273 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.16.0->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:56.287 | Downloading setproctitle-1.3.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) +2025-01-14 22:27:56.303 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (6.0.2) +2025-01-14 22:27:56.303 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (44.0.0) +2025-01-14 22:27:56.304 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.3.3) +2025-01-14 22:27:56.305 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.0.1) +2025-01-14 22:27:56.305 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.33) +2025-01-14 22:27:56.306 | Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (4.3.6) +2025-01-14 22:27:56.307 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.4.0) +2025-01-14 22:27:56.310 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (1.1.0) +2025-01-14 22:27:56.334 | Collecting ncclient>=0.6.13 (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:56.347 | Downloading ncclient-0.6.16.tar.gz (112 kB) +2025-01-14 22:27:56.424 | Preparing metadata (setup.py): started +2025-01-14 22:27:56.766 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:27:56.777 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (24.2) +2025-01-14 22:27:56.816 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==26.0.0.0b3.dev106) (0.19) +2025-01-14 22:27:56.821 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.4.0->neutron==26.0.0.0b3.dev106) (2.0.0) +2025-01-14 22:27:56.829 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==26.0.0.0b3.dev106) (2.0.1) +2025-01-14 22:27:56.830 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==26.0.0.0b3.dev106) (0.5.0) +2025-01-14 22:27:56.836 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==26.0.0.0b3.dev106) (2.9.0.post0) +2025-01-14 22:27:56.841 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.3.1) +2025-01-14 22:27:56.842 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.5.0) +2025-01-14 22:27:56.842 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.4.2) +2025-01-14 22:27:56.843 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (0.10.0) +2025-01-14 22:27:56.848 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==26.0.0.0b3.dev106) (4.0.1) +2025-01-14 22:27:56.849 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==26.0.0.0b3.dev106) (4.0.1) +2025-01-14 22:27:56.857 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==26.0.0.0b3.dev106) (1.17.1) +2025-01-14 22:27:56.867 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=5.5.0->neutron==26.0.0.0b3.dev106) (2024.2) +2025-01-14 22:27:56.871 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.5.0->neutron==26.0.0.0b3.dev106) (1.6.10) +2025-01-14 22:27:56.875 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==26.0.0.0b3.dev106) (3.12.0) +2025-01-14 22:27:56.930 | Collecting sortedcontainers (from ovs>=2.12.0->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:56.946 | Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) +2025-01-14 22:27:57.263 | Collecting fixtures>=3.0.0 (from ovsdbapp>=2.7.1->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:57.283 | Downloading fixtures-4.1.0-py3-none-any.whl.metadata (21 kB) +2025-01-14 22:27:57.304 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==26.0.0.0b3.dev106) (75.8.0) +2025-01-14 22:27:57.337 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:57.355 | Downloading logutils-0.3.5.tar.gz (27 kB) +2025-01-14 22:27:57.376 | Preparing metadata (setup.py): started +2025-01-14 22:27:57.709 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:27:57.733 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (4.8.0) +2025-01-14 22:27:57.733 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (4.23.0) +2025-01-14 22:27:58.030 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:58.048 | Downloading osc_lib-3.2.0-py3-none-any.whl.metadata (3.6 kB) +2025-01-14 22:27:58.092 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==26.0.0.0b3.dev106) +2025-01-14 22:27:58.106 | Downloading os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) +2025-01-14 22:27:58.125 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (3.4.0) +2025-01-14 22:27:58.125 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (3.10) +2025-01-14 22:27:58.126 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (1.26.20) +2025-01-14 22:27:58.126 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (2020.6.20) +2025-01-14 22:27:58.130 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==26.0.0.0b3.dev106) (1.17.0) +2025-01-14 22:27:58.131 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==26.0.0.0b3.dev106) (0.7) +2025-01-14 22:27:58.163 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==26.0.0.0b3.dev106) (0.15.2) +2025-01-14 22:27:58.171 | Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.1.0) +2025-01-14 22:27:58.182 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==26.0.0.0b3.dev106) (2.22) +2025-01-14 22:27:58.189 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (0.5.2) +2025-01-14 22:27:58.189 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (2.5.7) +2025-01-14 22:27:58.227 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (3.0.0) +2025-01-14 22:27:58.233 | Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (24.2.0) +2025-01-14 22:27:58.233 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (2024.10.1) +2025-01-14 22:27:58.234 | Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (0.35.1) +2025-01-14 22:27:58.234 | Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (0.22.3) +2025-01-14 22:27:58.263 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (3.5.0) +2025-01-14 22:27:58.263 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (5.3.0) +2025-01-14 22:27:58.282 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (0.21.1) +2025-01-14 22:27:58.294 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==26.0.0.0b3.dev106) (0.2.13) +2025-01-14 22:27:58.298 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (2024.2) +2025-01-14 22:27:58.357 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==26.0.0.0b3.dev106) (2.7.2) +2025-01-14 22:27:58.405 | Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (1.9.0) +2025-01-14 22:27:58.419 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (1.5.0) +2025-01-14 22:27:58.468 | Downloading neutron_lib-3.17.0-py3-none-any.whl (619 kB) +2025-01-14 22:27:58.546 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.8/619.8 kB 8.5 MB/s eta 0:00:00 +2025-01-14 22:27:58.561 | Downloading os_ken-2.11.2-py3-none-any.whl (2.0 MB) +2025-01-14 22:27:58.696 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 15.9 MB/s eta 0:00:00 +2025-01-14 22:27:58.712 | Downloading os_resource_classes-1.1.0-py3-none-any.whl (11 kB) +2025-01-14 22:27:58.737 | Downloading os_vif-4.0.0-py3-none-any.whl (109 kB) +2025-01-14 22:27:58.764 | Downloading ovsdbapp-2.9.0-py3-none-any.whl (143 kB) +2025-01-14 22:27:58.792 | Downloading pecan-1.5.1-py3-none-any.whl (146 kB) +2025-01-14 22:27:58.820 | Downloading pyroute2-0.7.12-py3-none-any.whl (460 kB) +2025-01-14 22:27:58.858 | Downloading python_designateclient-6.1.0-py3-none-any.whl (95 kB) +2025-01-14 22:27:58.880 | Downloading python_neutronclient-11.3.1-py3-none-any.whl (295 kB) +2025-01-14 22:27:58.911 | Downloading fixtures-4.1.0-py3-none-any.whl (64 kB) +2025-01-14 22:27:58.933 | Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) +2025-01-14 22:27:58.958 | Downloading os_traits-3.2.0-py3-none-any.whl (41 kB) +2025-01-14 22:27:58.982 | Downloading osc_lib-3.2.0-py3-none-any.whl (89 kB) +2025-01-14 22:27:59.005 | Downloading setproctitle-1.3.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) +2025-01-14 22:27:59.031 | Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) +2025-01-14 22:27:59.090 | Building wheels for collected packages: ovs, logutils, ncclient +2025-01-14 22:27:59.090 | Building wheel for ovs (setup.py): started +2025-01-14 22:27:59.856 | Building wheel for ovs (setup.py): finished with status 'done' +2025-01-14 22:27:59.859 | Created wheel for ovs: filename=ovs-3.4.1-py3-none-any.whl size=152927 sha256=c783f3237a21a52349d80c23f273b003e8a44b261040278c49645fd55625ddc4 +2025-01-14 22:27:59.860 | Stored in directory: /home/ubuntu/.cache/pip/wheels/bf/33/ea/1e4d63ff9cc6109104fe29dbd74b39a4709ffcfc259bebfe4c +2025-01-14 22:27:59.866 | Building wheel for logutils (setup.py): started +2025-01-14 22:28:00.292 | Building wheel for logutils (setup.py): finished with status 'done' +2025-01-14 22:28:00.294 | Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19974 sha256=89e820d0f7f89f8383e9b098cae8b984d10df3ed52944b37e3ef1d2323e91fcb +2025-01-14 22:28:00.295 | Stored in directory: /home/ubuntu/.cache/pip/wheels/14/79/18/d4879c632aaa2097f00b8f19008f4833af5bc8c871544c4cb5 +2025-01-14 22:28:00.301 | Building wheel for ncclient (setup.py): started +2025-01-14 22:28:00.774 | Building wheel for ncclient (setup.py): finished with status 'done' +2025-01-14 22:28:00.777 | Created wheel for ncclient: filename=ncclient-0.6.16-py2.py3-none-any.whl size=90057 sha256=d2f6c93be121f6d94897fd1800201bf63167bfb76edb03086157fba9e9af9ceb +2025-01-14 22:28:00.778 | Stored in directory: /home/ubuntu/.cache/pip/wheels/bf/b5/b8/003858605e738d6ad6e8cb30854101bbc10ae7d75b7876d1cd +2025-01-14 22:28:00.784 | Successfully built ovs logutils ncclient +2025-01-14 22:28:00.947 | Installing collected packages: sortedcontainers, pyroute2, logutils, setproctitle, ovs, os-traits, os-resource-classes, fixtures, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron +2025-01-14 22:28:03.460 | DEPRECATION: Legacy editable install of neutron==26.0.0.0b3.dev106 from file:///opt/stack/neutron (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 +2025-01-14 22:28:03.461 | Running setup.py develop for neutron +2025-01-14 22:28:04.818 | Successfully installed fixtures-4.1.0 logutils-0.3.5 ncclient-0.6.16 neutron neutron-lib-3.17.0 os-client-config-2.1.0 os-ken-2.11.2 os-resource-classes-1.1.0 os-traits-3.2.0 os-vif-4.0.0 osc-lib-3.2.0 ovs-3.4.1 ovsdbapp-2.9.0 pecan-1.5.1 pyroute2-0.7.12 python-designateclient-6.1.0 python-neutronclient-11.3.1 setproctitle-1.3.4 sortedcontainers-2.4.0 +2025-01-14 22:28:04.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.004 | +inc/python:pip_install:216 result=0 +2025-01-14 22:28:05.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.014 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:28:05.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.027 | +functions-common:time_stop:2421 local name +2025-01-14 22:28:05.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.040 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:28:05.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.052 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:28:05.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.064 | +functions-common:time_stop:2424 local total +2025-01-14 22:28:05.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.077 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:28:05.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.087 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:28:05.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.099 | +functions-common:time_stop:2428 start_time=1736893672754 +2025-01-14 22:28:05.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.111 | +functions-common:time_stop:2430 [[ -z 1736893672754 ]] +2025-01-14 22:28:05.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.125 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:28:05.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.142 | +functions-common:time_stop:2433 end_time=1736893685128 +2025-01-14 22:28:05.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.156 | +functions-common:time_stop:2434 elapsed_time=12374 +2025-01-14 22:28:05.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.165 | +functions-common:time_stop:2435 total=80320 +2025-01-14 22:28:05.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.176 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:28:05.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.185 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=92694 +2025-01-14 22:28:05.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.197 | +inc/python:pip_install:219 return 0 +2025-01-14 22:28:05.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.209 | +inc/python:setup_package:467 [[ -e == \-\e ]] +2025-01-14 22:28:05.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.222 | +inc/python:setup_package:467 [[ True == \F\a\l\s\e ]] +2025-01-14 22:28:05.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.234 | +inc/python:_setup_package_with_constraints_edit:413 use_library_from_git /opt/stack/neutron +2025-01-14 22:28:05.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.245 | +inc/python:use_library_from_git:266 local name=/opt/stack/neutron +2025-01-14 22:28:05.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.256 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:28:05.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.266 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:28:05.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.276 | +inc/python:use_library_from_git:268 [[ ,, =~ ,/opt/stack/neutron, ]] +2025-01-14 22:28:05.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.286 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:28:05.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.296 | +lib/neutron:install_neutron:569 [[ ovn == \o\v\n ]] +2025-01-14 22:28:05.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.305 | +lib/neutron:install_neutron:570 install_ovn +2025-01-14 22:28:05.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.314 | +lib/neutron_plugins/ovn_agent:install_ovn:386 echo 'Installing OVN and dependent packages' +2025-01-14 22:28:05.314 | Installing OVN and dependent packages +2025-01-14 22:28:05.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.322 | +lib/neutron_plugins/ovn_agent:install_ovn:389 ovn_sanity_check +2025-01-14 22:28:05.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.333 | +lib/neutron_plugins/ovn_agent:ovn_sanity_check:373 is_service_enabled q-agt neutron-agent +2025-01-14 22:28:05.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.389 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:28:05.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.398 | +lib/neutron_plugins/ovn_agent:ovn_sanity_check:375 is_service_enabled q-l3 neutron-l3 +2025-01-14 22:28:05.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.465 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:28:05.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.482 | +lib/neutron_plugins/ovn_agent:ovn_sanity_check:377 is_service_enabled q-svc neutron-api +2025-01-14 22:28:05.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.550 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:28:05.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.560 | +lib/neutron_plugins/ovn_agent:ovn_sanity_check:377 [[ ! ovn,logger =~ ovn ]] +2025-01-14 22:28:05.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.570 | +lib/neutron_plugins/ovn_agent:ovn_sanity_check:379 is_service_enabled q-svc neutron-api +2025-01-14 22:28:05.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.625 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:28:05.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.635 | +lib/neutron_plugins/ovn_agent:ovn_sanity_check:379 [[ ! local,flat,vlan,geneve =~ geneve ]] +2025-01-14 22:28:05.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.648 | +lib/neutron_plugins/ovn_agent:install_ovn:392 pip_install tox +2025-01-14 22:28:05.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.705 | Using python 3.10 to install tox +2025-01-14 22:28:05.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:05.715 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt tox +2025-01-14 22:28:06.992 | Collecting tox +2025-01-14 22:28:07.182 | Downloading tox-4.23.2-py3-none-any.whl.metadata (3.7 kB) +2025-01-14 22:28:07.199 | Requirement already satisfied: cachetools>=5.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox) (5.5.0) +2025-01-14 22:28:07.232 | Collecting chardet>=5.2 (from tox) +2025-01-14 22:28:07.250 | Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) +2025-01-14 22:28:07.301 | Collecting colorama>=0.4.6 (from tox) +2025-01-14 22:28:07.321 | Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) +2025-01-14 22:28:07.373 | Collecting filelock>=3.16.1 (from tox) +2025-01-14 22:28:07.390 | Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB) +2025-01-14 22:28:07.398 | Requirement already satisfied: packaging>=24.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox) (24.2) +2025-01-14 22:28:07.399 | Requirement already satisfied: platformdirs>=4.3.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox) (4.3.6) +2025-01-14 22:28:07.442 | Collecting pluggy>=1.5 (from tox) +2025-01-14 22:28:07.460 | Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) +2025-01-14 22:28:07.725 | Collecting pyproject-api>=1.8 (from tox) +2025-01-14 22:28:07.743 | Downloading pyproject_api-1.8.0-py3-none-any.whl.metadata (2.7 kB) +2025-01-14 22:28:07.753 | Requirement already satisfied: tomli>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox) (2.2.1) +2025-01-14 22:28:07.754 | Requirement already satisfied: typing-extensions>=4.12.2 in /usr/local/lib/python3.10/dist-packages (from tox) (4.12.2) +2025-01-14 22:28:07.868 | Collecting virtualenv>=20.26.6 (from tox) +2025-01-14 22:28:07.884 | Downloading virtualenv-20.28.0-py3-none-any.whl.metadata (4.4 kB) +2025-01-14 22:28:07.930 | Collecting distlib<1,>=0.3.7 (from virtualenv>=20.26.6->tox) +2025-01-14 22:28:07.947 | Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB) +2025-01-14 22:28:07.978 | Downloading tox-4.23.2-py3-none-any.whl (166 kB) +2025-01-14 22:28:08.044 | Downloading chardet-5.2.0-py3-none-any.whl (199 kB) +2025-01-14 22:28:08.091 | Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) +2025-01-14 22:28:08.118 | Downloading filelock-3.16.1-py3-none-any.whl (16 kB) +2025-01-14 22:28:08.143 | Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) +2025-01-14 22:28:08.177 | Downloading pyproject_api-1.8.0-py3-none-any.whl (13 kB) +2025-01-14 22:28:08.204 | Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB) +2025-01-14 22:28:08.409 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 22.2 MB/s eta 0:00:00 +2025-01-14 22:28:08.426 | Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB) +2025-01-14 22:28:08.791 | Installing collected packages: distlib, pyproject-api, pluggy, filelock, colorama, chardet, virtualenv, tox +2025-01-14 22:28:08.791 | Attempting uninstall: distlib +2025-01-14 22:28:08.792 | Found existing installation: distlib 0.3.4 +2025-01-14 22:28:08.793 | Not uninstalling distlib at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:28:08.793 | Can't uninstall 'distlib'. No files were found to uninstall. +2025-01-14 22:28:08.886 | Attempting uninstall: filelock +2025-01-14 22:28:08.887 | Found existing installation: filelock 3.6.0 +2025-01-14 22:28:08.887 | Not uninstalling filelock at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:28:08.888 | Can't uninstall 'filelock'. No files were found to uninstall. +2025-01-14 22:28:08.900 | Attempting uninstall: colorama +2025-01-14 22:28:08.902 | Found existing installation: colorama 0.4.4 +2025-01-14 22:28:08.902 | Not uninstalling colorama at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:28:08.903 | Can't uninstall 'colorama'. No files were found to uninstall. +2025-01-14 22:28:08.922 | Attempting uninstall: chardet +2025-01-14 22:28:08.923 | Found existing installation: chardet 4.0.0 +2025-01-14 22:28:08.924 | Not uninstalling chardet at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:28:08.924 | Can't uninstall 'chardet'. No files were found to uninstall. +2025-01-14 22:28:09.090 | Attempting uninstall: virtualenv +2025-01-14 22:28:09.090 | Found existing installation: virtualenv 20.13.0+ds +2025-01-14 22:28:09.090 | Not uninstalling virtualenv at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv +2025-01-14 22:28:09.090 | Can't uninstall 'virtualenv'. No files were found to uninstall. +2025-01-14 22:28:09.342 | Successfully installed chardet-5.2.0 colorama-0.4.6 distlib-0.3.9 filelock-3.16.1 pluggy-1.5.0 pyproject-api-1.8.0 tox-4.23.2 virtualenv-20.28.0 +2025-01-14 22:28:09.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.492 | +inc/python:pip_install:216 result=0 +2025-01-14 22:28:09.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.503 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:28:09.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.514 | +functions-common:time_stop:2421 local name +2025-01-14 22:28:09.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.525 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:28:09.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.536 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:28:09.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.547 | +functions-common:time_stop:2424 local total +2025-01-14 22:28:09.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.558 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:28:09.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.571 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:28:09.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.584 | +functions-common:time_stop:2428 start_time=1736893685698 +2025-01-14 22:28:09.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.596 | +functions-common:time_stop:2430 [[ -z 1736893685698 ]] +2025-01-14 22:28:09.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.609 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:28:09.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.624 | +functions-common:time_stop:2433 end_time=1736893689611 +2025-01-14 22:28:09.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.636 | +functions-common:time_stop:2434 elapsed_time=3913 +2025-01-14 22:28:09.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.646 | +functions-common:time_stop:2435 total=92694 +2025-01-14 22:28:09.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.661 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:28:09.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.673 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=96607 +2025-01-14 22:28:09.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.686 | +inc/python:pip_install:219 return 0 +2025-01-14 22:28:09.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.701 | +lib/neutron_plugins/ovn_agent:install_ovn:394 sudo mkdir -p /var/run/openvswitch +2025-01-14 22:28:09.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.732 | ++lib/neutron_plugins/ovn_agent:install_ovn:395 whoami +2025-01-14 22:28:09.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.747 | +lib/neutron_plugins/ovn_agent:install_ovn:395 sudo chown ubuntu /var/run/openvswitch +2025-01-14 22:28:09.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.770 | +lib/neutron_plugins/ovn_agent:install_ovn:397 [[ False == \T\r\u\e ]] +2025-01-14 22:28:09.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.781 | +lib/neutron_plugins/ovn_agent:install_ovn:420 source /opt/stack/devstack/tools/fixup_stuff.sh +2025-01-14 22:28:09.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.794 | ++tools/fixup_stuff.sh:source:12 [[ -z /opt/stack/devstack ]] +2025-01-14 22:28:09.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.808 | +lib/neutron_plugins/ovn_agent:install_ovn:421 fixup_ovn_centos +2025-01-14 22:28:09.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.819 | +tools/fixup_stuff.sh:fixup_ovn_centos:100 [[ Ubuntu != \C\e\n\t\O\S ]] +2025-01-14 22:28:09.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.831 | +tools/fixup_stuff.sh:fixup_ovn_centos:101 return +2025-01-14 22:28:09.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.844 | ++lib/neutron_plugins/ovn_agent:install_ovn:422 get_packages openvswitch +2025-01-14 22:28:09.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.905 | +lib/neutron_plugins/ovn_agent:install_ovn:422 install_package fakeroot make openvswitch-switch +2025-01-14 22:28:09.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.916 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:28:09.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.927 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:28:09.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.939 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:28:09.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.951 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:28:09.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.963 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:28:09.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.976 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:28:09.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:09.991 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:28:09.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.005 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:28:10.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.020 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:28:10.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.033 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:28:10.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.045 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:28:10.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.060 | +functions-common:apt_get_update:1171 return +2025-01-14 22:28:10.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.072 | +functions-common:install_package:1443 real_install_package fakeroot make openvswitch-switch +2025-01-14 22:28:10.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.086 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:28:10.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.100 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:28:10.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.113 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:28:10.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.125 | +functions-common:real_install_package:1431 apt_get install fakeroot make openvswitch-switch +2025-01-14 22:28:10.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:10.186 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch +2025-01-14 22:28:10.253 | Reading package lists... +2025-01-14 22:28:10.432 | Building dependency tree... +2025-01-14 22:28:10.433 | Reading state information... +2025-01-14 22:28:10.609 | make is already the newest version (4.3-4.1build1). +2025-01-14 22:28:10.609 | make set to manually installed. +2025-01-14 22:28:10.609 | The following additional packages will be installed: +2025-01-14 22:28:10.610 | libfakeroot openvswitch-common python3-openvswitch python3-sortedcontainers +2025-01-14 22:28:10.611 | Suggested packages: +2025-01-14 22:28:10.611 | openvswitch-doc python-sortedcontainers-doc +2025-01-14 22:28:10.628 | The following NEW packages will be installed: +2025-01-14 22:28:10.629 | fakeroot libfakeroot openvswitch-common openvswitch-switch +2025-01-14 22:28:10.629 | python3-openvswitch python3-sortedcontainers +2025-01-14 22:28:11.208 | 0 upgraded, 6 newly installed, 0 to remove and 74 not upgraded. +2025-01-14 22:28:11.208 | Need to get 2,656 kB of archives. +2025-01-14 22:28:11.209 | After this operation, 8,794 kB of additional disk space will be used. +2025-01-14 22:28:11.209 | Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] +2025-01-14 22:28:11.886 | Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB] +2025-01-14 22:28:12.491 | Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-sortedcontainers all 2.1.0-2 [27.3 kB] +2025-01-14 22:28:12.804 | Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openvswitch-common amd64 2.17.9-0ubuntu0.22.04.1 [923 kB] +2025-01-14 22:28:14.025 | Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-openvswitch all 2.17.9-0ubuntu0.22.04.1 [90.1 kB] +2025-01-14 22:28:14.431 | Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openvswitch-switch amd64 2.17.9-0ubuntu0.22.04.1 [1,524 kB] +2025-01-14 22:28:15.551 | Fetched 2,656 kB in 5s (582 kB/s) +2025-01-14 22:28:15.589 | Selecting previously unselected package libfakeroot:amd64. +2025-01-14 22:28:15.628 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69432 files and directories currently installed.) +2025-01-14 22:28:15.630 | Preparing to unpack .../0-libfakeroot_1.28-1ubuntu1_amd64.deb ... +2025-01-14 22:28:15.634 | Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ... +2025-01-14 22:28:15.673 | Selecting previously unselected package fakeroot. +2025-01-14 22:28:15.678 | Preparing to unpack .../1-fakeroot_1.28-1ubuntu1_amd64.deb ... +2025-01-14 22:28:15.680 | Unpacking fakeroot (1.28-1ubuntu1) ... +2025-01-14 22:28:15.720 | Selecting previously unselected package python3-sortedcontainers. +2025-01-14 22:28:15.726 | Preparing to unpack .../2-python3-sortedcontainers_2.1.0-2_all.deb ... +2025-01-14 22:28:15.728 | Unpacking python3-sortedcontainers (2.1.0-2) ... +2025-01-14 22:28:15.767 | Selecting previously unselected package openvswitch-common. +2025-01-14 22:28:15.774 | Preparing to unpack .../3-openvswitch-common_2.17.9-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:28:15.776 | Unpacking openvswitch-common (2.17.9-0ubuntu0.22.04.1) ... +2025-01-14 22:28:15.835 | Selecting previously unselected package python3-openvswitch. +2025-01-14 22:28:15.841 | Preparing to unpack .../4-python3-openvswitch_2.17.9-0ubuntu0.22.04.1_all.deb ... +2025-01-14 22:28:15.843 | Unpacking python3-openvswitch (2.17.9-0ubuntu0.22.04.1) ... +2025-01-14 22:28:15.886 | Selecting previously unselected package openvswitch-switch. +2025-01-14 22:28:15.897 | Preparing to unpack .../5-openvswitch-switch_2.17.9-0ubuntu0.22.04.1_amd64.deb ... +2025-01-14 22:28:15.899 | Unpacking openvswitch-switch (2.17.9-0ubuntu0.22.04.1) ... +2025-01-14 22:28:15.986 | Setting up python3-sortedcontainers (2.1.0-2) ... +2025-01-14 22:28:16.154 | Setting up python3-openvswitch (2.17.9-0ubuntu0.22.04.1) ... +2025-01-14 22:28:16.377 | Setting up libfakeroot:amd64 (1.28-1ubuntu1) ... +2025-01-14 22:28:16.389 | Setting up fakeroot (1.28-1ubuntu1) ... +2025-01-14 22:28:16.404 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode +2025-01-14 22:28:16.424 | Setting up openvswitch-common (2.17.9-0ubuntu0.22.04.1) ... +2025-01-14 22:28:16.431 | Setting up openvswitch-switch (2.17.9-0ubuntu0.22.04.1) ... +2025-01-14 22:28:16.452 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode +2025-01-14 22:28:16.614 | Created symlink /etc/systemd/system/multi-user.target.wants/openvswitch-switch.service → /lib/systemd/system/openvswitch-switch.service. +2025-01-14 22:28:16.614 | Created symlink /etc/systemd/system/openvswitch-switch.service.requires/ovs-record-hostname.service → /lib/systemd/system/ovs-record-hostname.service. +2025-01-14 22:28:17.600 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:28:17.766 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... +2025-01-14 22:28:18.125 | NEEDRESTART-VER: 3.5 +2025-01-14 22:28:18.680 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:28:18.680 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:28:18.680 | NEEDRESTART-KSTA: 1 +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:28:18.681 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:28:21.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.330 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:28:21.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.339 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:28:21.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.347 | +functions-common:time_stop:2421 local name +2025-01-14 22:28:21.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.355 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:28:21.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.362 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:28:21.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.369 | +functions-common:time_stop:2424 local total +2025-01-14 22:28:21.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.377 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:28:21.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.388 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:28:21.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.396 | +functions-common:time_stop:2428 start_time=1736893690178 +2025-01-14 22:28:21.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.404 | +functions-common:time_stop:2430 [[ -z 1736893690178 ]] +2025-01-14 22:28:21.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.413 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:28:21.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.424 | +functions-common:time_stop:2433 end_time=1736893701415 +2025-01-14 22:28:21.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.432 | +functions-common:time_stop:2434 elapsed_time=11237 +2025-01-14 22:28:21.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.440 | +functions-common:time_stop:2435 total=250013 +2025-01-14 22:28:21.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.449 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:28:21.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.461 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=261250 +2025-01-14 22:28:21.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.470 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:28:21.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.480 | ++lib/neutron_plugins/ovn_agent:install_ovn:423 get_packages ovn +2025-01-14 22:28:21.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.545 | +lib/neutron_plugins/ovn_agent:install_ovn:423 install_package ovn-central ovn-controller-vtep ovn-host +2025-01-14 22:28:21.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.556 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:28:21.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.570 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:28:21.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.586 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:28:21.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.601 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:28:21.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.618 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:28:21.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.632 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:28:21.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.644 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:28:21.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.656 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:28:21.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.667 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:28:21.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.682 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:28:21.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.697 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:28:21.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.709 | +functions-common:apt_get_update:1171 return +2025-01-14 22:28:21.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.723 | +functions-common:install_package:1443 real_install_package ovn-central ovn-controller-vtep ovn-host +2025-01-14 22:28:21.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.735 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:28:21.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.750 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:28:21.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.762 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:28:21.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.777 | +functions-common:real_install_package:1431 apt_get install ovn-central ovn-controller-vtep ovn-host +2025-01-14 22:28:21.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:21.837 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install ovn-central ovn-controller-vtep ovn-host +2025-01-14 22:28:21.908 | Reading package lists... +2025-01-14 22:28:22.093 | Building dependency tree... +2025-01-14 22:28:22.094 | Reading state information... +2025-01-14 22:28:22.269 | The following additional packages will be installed: +2025-01-14 22:28:22.270 | ovn-common +2025-01-14 22:28:22.295 | The following NEW packages will be installed: +2025-01-14 22:28:22.295 | ovn-central ovn-common ovn-controller-vtep ovn-host +2025-01-14 22:28:22.808 | 0 upgraded, 4 newly installed, 0 to remove and 74 not upgraded. +2025-01-14 22:28:22.809 | Need to get 2,111 kB of archives. +2025-01-14 22:28:22.809 | After this operation, 7,203 kB of additional disk space will be used. +2025-01-14 22:28:22.809 | Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ovn-common amd64 22.03.3-0ubuntu0.22.04.3 [882 kB] +2025-01-14 22:28:25.580 | Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ovn-central amd64 22.03.3-0ubuntu0.22.04.3 [341 kB] +2025-01-14 22:28:26.343 | Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 ovn-controller-vtep amd64 22.03.3-0ubuntu0.22.04.3 [172 kB] +2025-01-14 22:28:27.160 | Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ovn-host amd64 22.03.3-0ubuntu0.22.04.3 [716 kB] +2025-01-14 22:28:28.414 | Fetched 2,111 kB in 6s (368 kB/s) +2025-01-14 22:28:28.455 | Selecting previously unselected package ovn-common. +2025-01-14 22:28:28.489 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69630 files and directories currently installed.) +2025-01-14 22:28:28.490 | Preparing to unpack .../ovn-common_22.03.3-0ubuntu0.22.04.3_amd64.deb ... +2025-01-14 22:28:28.493 | Unpacking ovn-common (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:28.558 | Selecting previously unselected package ovn-central. +2025-01-14 22:28:28.566 | Preparing to unpack .../ovn-central_22.03.3-0ubuntu0.22.04.3_amd64.deb ... +2025-01-14 22:28:28.568 | Unpacking ovn-central (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:28.623 | Selecting previously unselected package ovn-controller-vtep. +2025-01-14 22:28:28.632 | Preparing to unpack .../ovn-controller-vtep_22.03.3-0ubuntu0.22.04.3_amd64.deb ... +2025-01-14 22:28:28.635 | Unpacking ovn-controller-vtep (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:28.680 | Selecting previously unselected package ovn-host. +2025-01-14 22:28:28.688 | Preparing to unpack .../ovn-host_22.03.3-0ubuntu0.22.04.3_amd64.deb ... +2025-01-14 22:28:28.690 | Unpacking ovn-host (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:28.750 | Setting up ovn-common (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:28.764 | Setting up ovn-host (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:28.925 | Created symlink /etc/systemd/system/multi-user.target.wants/ovn-host.service → /lib/systemd/system/ovn-host.service. +2025-01-14 22:28:29.440 | ovn-controller.service is a disabled or a static unit, not starting it. +2025-01-14 22:28:29.467 | Setting up ovn-central (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:29.595 | Created symlink /etc/systemd/system/ovn-sb-ovsdb.service → /lib/systemd/system/ovn-ovsdb-server-sb.service. +2025-01-14 22:28:30.016 | Created symlink /etc/systemd/system/ovn-nb-ovsdb.service → /lib/systemd/system/ovn-ovsdb-server-nb.service. +2025-01-14 22:28:30.531 | Created symlink /etc/systemd/system/multi-user.target.wants/ovn-central.service → /lib/systemd/system/ovn-central.service. +2025-01-14 22:28:31.372 | ovn-northd.service is a disabled or a static unit, not starting it. +2025-01-14 22:28:31.424 | Setting up ovn-controller-vtep (22.03.3-0ubuntu0.22.04.3) ... +2025-01-14 22:28:31.555 | Created symlink /etc/systemd/system/multi-user.target.wants/ovn-controller-vtep.service → /lib/systemd/system/ovn-controller-vtep.service. +2025-01-14 22:28:32.167 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:28:32.636 | NEEDRESTART-VER: 3.5 +2025-01-14 22:28:33.158 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:28:33.159 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:28:33.159 | NEEDRESTART-KSTA: 1 +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:28:33.159 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:28:33.160 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:28:33.160 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:28:35.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.809 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:28:35.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.819 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:28:35.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.830 | +functions-common:time_stop:2421 local name +2025-01-14 22:28:35.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.841 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:28:35.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.854 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:28:35.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.867 | +functions-common:time_stop:2424 local total +2025-01-14 22:28:35.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.880 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:28:35.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.893 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:28:35.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.905 | +functions-common:time_stop:2428 start_time=1736893701828 +2025-01-14 22:28:35.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.919 | +functions-common:time_stop:2430 [[ -z 1736893701828 ]] +2025-01-14 22:28:35.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.934 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:28:35.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.951 | +functions-common:time_stop:2433 end_time=1736893715938 +2025-01-14 22:28:35.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.964 | +functions-common:time_stop:2434 elapsed_time=14110 +2025-01-14 22:28:35.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.976 | +functions-common:time_stop:2435 total=261250 +2025-01-14 22:28:35.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:35.988 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:28:35.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.000 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=275360 +2025-01-14 22:28:36.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.015 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:28:36.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.029 | +lib/neutron_plugins/ovn_agent:install_ovn:427 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:28:36.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.043 | +lib/neutron_plugins/ovn_agent:install_ovn:427 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:28:36.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.057 | +lib/neutron_plugins/ovn_agent:install_ovn:430 local log_archive_dir=/tmp/devstack_logs/archive +2025-01-14 22:28:36.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.070 | +lib/neutron_plugins/ovn_agent:install_ovn:431 mkdir -p /tmp/devstack_logs/archive +2025-01-14 22:28:36.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.087 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.099 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovs-vswitchd.log ']' +2025-01-14 22:28:36.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.115 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.129 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovn-northd.log ']' +2025-01-14 22:28:36.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.141 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.156 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovn-controller.log ']' +2025-01-14 22:28:36.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.168 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.179 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovn-controller-vtep.log ']' +2025-01-14 22:28:36.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.191 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.202 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovs-vtep.log ']' +2025-01-14 22:28:36.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.214 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.227 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovsdb-server.log ']' +2025-01-14 22:28:36.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.240 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.251 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovsdb-server-nb.log ']' +2025-01-14 22:28:36.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.264 | +lib/neutron_plugins/ovn_agent:install_ovn:432 for logfile in ovs-vswitchd.log ovn-northd.log ovn-controller.log ovn-controller-vtep.log ovs-vtep.log ovsdb-server.log ovsdb-server-nb.log ovsdb-server-sb.log +2025-01-14 22:28:36.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.277 | +lib/neutron_plugins/ovn_agent:install_ovn:433 '[' -f /tmp/devstack_logs/ovsdb-server-sb.log ']' +2025-01-14 22:28:36.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.289 | +lib/neutron_plugins/ovn_agent:install_ovn:439 use_library_from_git ovsdbapp +2025-01-14 22:28:36.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.302 | +inc/python:use_library_from_git:266 local name=ovsdbapp +2025-01-14 22:28:36.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.317 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:28:36.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.329 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:28:36.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.342 | +inc/python:use_library_from_git:268 [[ ,, =~ ,ovsdbapp, ]] +2025-01-14 22:28:36.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.355 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:28:36.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.370 | +lib/neutron_plugins/ovn_agent:install_ovn:445 [[ False == \T\r\u\e ]] +2025-01-14 22:28:36.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.384 | +lib/stack:stack_install_service:33 [[ False = True ]] +2025-01-14 22:28:36.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.400 | +./stack.sh:main:976 is_service_enabled nova +2025-01-14 22:28:36.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.463 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:28:36.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.473 | +./stack.sh:main:978 stack_install_service nova +2025-01-14 22:28:36.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.485 | +lib/stack:stack_install_service:20 local service=nova +2025-01-14 22:28:36.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.497 | +lib/stack:stack_install_service:21 type install_nova +2025-01-14 22:28:36.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.510 | +lib/stack:stack_install_service:23 [[ False = True ]] +2025-01-14 22:28:36.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.523 | +lib/stack:stack_install_service:32 install_nova +2025-01-14 22:28:36.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.538 | +lib/nova:install_nova:932 use_library_from_git os-vif +2025-01-14 22:28:36.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.552 | +inc/python:use_library_from_git:266 local name=os-vif +2025-01-14 22:28:36.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.564 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:28:36.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.576 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:28:36.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.588 | +inc/python:use_library_from_git:268 [[ ,, =~ ,os-vif, ]] +2025-01-14 22:28:36.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.600 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:28:36.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.617 | +lib/nova:install_nova:937 is_service_enabled n-cpu +2025-01-14 22:28:36.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.681 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:28:36.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.693 | +lib/nova:install_nova:937 [[ -r /opt/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]] +2025-01-14 22:28:36.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.706 | +lib/nova:install_nova:938 install_nova_hypervisor +2025-01-14 22:28:36.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.718 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:91 install_libvirt +2025-01-14 22:28:36.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.730 | +lib/nova_plugins/functions-libvirt:install_libvirt:69 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- libvirt-python +2025-01-14 22:28:36.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.951 | +lib/nova_plugins/functions-libvirt:install_libvirt:71 is_ubuntu +2025-01-14 22:28:36.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.960 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:28:36.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.972 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:28:36.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.982 | +lib/nova_plugins/functions-libvirt:install_libvirt:72 install_package qemu-system libvirt-clients libvirt-daemon-system libvirt-dev python3-libvirt systemd-coredump +2025-01-14 22:28:36.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:36.994 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:28:36.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.005 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:28:37.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.017 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:28:37.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.027 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:28:37.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.037 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:28:37.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.047 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:28:37.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.057 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:28:37.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.065 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:28:37.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.074 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:28:37.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.084 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:28:37.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.094 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:28:37.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.104 | +functions-common:apt_get_update:1171 return +2025-01-14 22:28:37.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.114 | +functions-common:install_package:1443 real_install_package qemu-system libvirt-clients libvirt-daemon-system libvirt-dev python3-libvirt systemd-coredump +2025-01-14 22:28:37.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.125 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:28:37.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.135 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:28:37.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.144 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:28:37.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.154 | +functions-common:real_install_package:1431 apt_get install qemu-system libvirt-clients libvirt-daemon-system libvirt-dev python3-libvirt systemd-coredump +2025-01-14 22:28:37.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:28:37.199 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-system libvirt-clients libvirt-daemon-system libvirt-dev python3-libvirt systemd-coredump +2025-01-14 22:28:37.261 | Reading package lists... +2025-01-14 22:28:37.439 | Building dependency tree... +2025-01-14 22:28:37.440 | Reading state information... +2025-01-14 22:28:37.624 | The following packages were automatically installed and are no longer required: +2025-01-14 22:28:37.625 | apport-symptoms landscape-common libmspack0 libxmlsec1 libxmlsec1-openssl +2025-01-14 22:28:37.625 | lxd-agent-loader open-vm-tools python3-apport python3-automat python3-bcrypt +2025-01-14 22:28:37.625 | python3-click python3-colorama python3-constantly python3-hamcrest +2025-01-14 22:28:37.625 | python3-hyperlink python3-incremental python3-problem-report python3-pyasn1 +2025-01-14 22:28:37.625 | python3-pyasn1-modules python3-service-identity python3-twisted +2025-01-14 22:28:37.625 | python3-zope.interface zerofree +2025-01-14 22:28:37.625 | Use 'sudo apt autoremove' to remove them. +2025-01-14 22:28:37.626 | The following additional packages will be installed: +2025-01-14 22:28:37.626 | ipxe-qemu ipxe-qemu-256k-compat-efi-roms libasound2 libasound2-data +2025-01-14 22:28:37.626 | libbrlapi0.8 libcacard0 libdaxctl1 libepoxy0 libfdt1 libgbm1 +2025-01-14 22:28:37.626 | libgstreamer-plugins-base1.0-0 libibverbs1 libndctl6 libnl-route-3-200 +2025-01-14 22:28:37.626 | libopus0 liborc-0.4-0 libpciaccess0 libpcsclite1 libpmem1 librdmacm1 +2025-01-14 22:28:37.626 | libslirp0 libspice-server1 libusbredirparser1 libvirt-daemon +2025-01-14 22:28:37.626 | libvirt-daemon-config-network libvirt-daemon-config-nwfilter +2025-01-14 22:28:37.626 | libvirt-daemon-driver-qemu libvirt-daemon-system-systemd libvirt0 +2025-01-14 22:28:37.626 | libwayland-server0 libxcb-randr0 libxen-dev libxencall1 libxendevicemodel1 +2025-01-14 22:28:37.626 | libxenevtchn1 libxenforeignmemory1 libxengnttab1 libxenhypfs1 libxenmisc4.16 +2025-01-14 22:28:37.627 | libxenstore4 libxentoolcore1 libxentoollog1 qemu-system-arm +2025-01-14 22:28:37.627 | qemu-system-common qemu-system-data qemu-system-mips qemu-system-misc +2025-01-14 22:28:37.627 | qemu-system-ppc qemu-system-s390x qemu-system-sparc qemu-system-x86 seabios +2025-01-14 22:28:37.627 | systemd-container +2025-01-14 22:28:37.627 | Suggested packages: +2025-01-14 22:28:37.627 | libasound2-plugins alsa-utils libvisual-0.4-plugins opus-tools pcscd +2025-01-14 22:28:37.628 | gstreamer1.0-libav gstreamer1.0-plugins-ugly libvirt-login-shell +2025-01-14 22:28:37.628 | libvirt-daemon-driver-storage-gluster +2025-01-14 22:28:37.628 | libvirt-daemon-driver-storage-iscsi-direct libvirt-daemon-driver-storage-rbd +2025-01-14 22:28:37.628 | libvirt-daemon-driver-storage-zfs libvirt-daemon-driver-lxc +2025-01-14 22:28:37.628 | libvirt-daemon-driver-vbox libvirt-daemon-driver-xen numad auditd nfs-common +2025-01-14 22:28:37.628 | systemtap zfsutils samba vde2 +2025-01-14 22:28:37.628 | Recommended packages: +2025-01-14 22:28:37.628 | alsa-ucm-conf alsa-topology-conf gstreamer1.0-plugins-base ibverbs-providers +2025-01-14 22:28:37.628 | gstreamer1.0-plugins-good libxml2-utils mdevctl swtpm-tools qemu-system-gui +2025-01-14 22:28:37.628 | qemu-efi-aarch64 qemu-efi-arm qemu-block-extra ovmf cpu-checker +2025-01-14 22:28:37.628 | libnss-mymachines +2025-01-14 22:28:37.673 | The following packages will be REMOVED: +2025-01-14 22:28:37.674 | apport ubuntu-server +2025-01-14 22:28:37.674 | The following NEW packages will be installed: +2025-01-14 22:28:37.674 | ipxe-qemu ipxe-qemu-256k-compat-efi-roms libasound2 libasound2-data +2025-01-14 22:28:37.674 | libbrlapi0.8 libcacard0 libdaxctl1 libepoxy0 libfdt1 libgbm1 +2025-01-14 22:28:37.674 | libgstreamer-plugins-base1.0-0 libibverbs1 libndctl6 libnl-route-3-200 +2025-01-14 22:28:37.674 | libopus0 liborc-0.4-0 libpciaccess0 libpcsclite1 libpmem1 librdmacm1 +2025-01-14 22:28:37.674 | libslirp0 libspice-server1 libusbredirparser1 libvirt-clients libvirt-daemon +2025-01-14 22:28:37.674 | libvirt-daemon-config-network libvirt-daemon-config-nwfilter +2025-01-14 22:28:37.674 | libvirt-daemon-driver-qemu libvirt-daemon-system +2025-01-14 22:28:37.674 | libvirt-daemon-system-systemd libvirt-dev libvirt0 libwayland-server0 +2025-01-14 22:28:37.674 | libxcb-randr0 libxen-dev libxencall1 libxendevicemodel1 libxenevtchn1 +2025-01-14 22:28:37.675 | libxenforeignmemory1 libxengnttab1 libxenhypfs1 libxenmisc4.16 libxenstore4 +2025-01-14 22:28:37.675 | libxentoolcore1 libxentoollog1 python3-libvirt qemu-system qemu-system-arm +2025-01-14 22:28:37.675 | qemu-system-common qemu-system-data qemu-system-mips qemu-system-misc +2025-01-14 22:28:37.675 | qemu-system-ppc qemu-system-s390x qemu-system-sparc qemu-system-x86 seabios +2025-01-14 22:28:37.675 | systemd-container systemd-coredump +2025-01-14 22:28:38.183 | 0 upgraded, 59 newly installed, 2 to remove and 72 not upgraded. +2025-01-14 22:28:38.183 | Need to get 108 MB of archives. +2025-01-14 22:28:38.183 | After this operation, 449 MB of additional disk space will be used. +2025-01-14 22:28:38.183 | Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 ipxe-qemu all 1.21.1+git-20220113.fbbdc3926-0ubuntu1 [1,569 kB] +2025-01-14 22:28:41.683 | Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 ipxe-qemu-256k-compat-efi-roms all 1.0.0+git-20150424.a25a16d-0ubuntu4 [552 kB] +2025-01-14 22:28:42.302 | Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasound2-data all 1.2.6.1-1ubuntu1 [19.1 kB] +2025-01-14 22:28:42.692 | Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasound2 amd64 1.2.6.1-1ubuntu1 [390 kB] +2025-01-14 22:28:43.095 | Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbrlapi0.8 amd64 6.4-4ubuntu3 [28.7 kB] +2025-01-14 22:28:43.414 | Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcsclite1 amd64 1.9.5-3ubuntu1 [19.8 kB] +2025-01-14 22:28:43.563 | Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcacard0 amd64 1:2.8.0-3build2 [38.0 kB] +2025-01-14 22:28:43.893 | Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdaxctl1 amd64 72.1-1 [19.8 kB] +2025-01-14 22:28:44.043 | Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libepoxy0 amd64 1.5.10-1 [237 kB] +2025-01-14 22:28:44.732 | Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-server0 amd64 1.20.0-1ubuntu0.1 [34.3 kB] +2025-01-14 22:28:44.885 | Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] +2025-01-14 22:28:45.132 | Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgbm1 amd64 23.2.1-1ubuntu3.1~22.04.3 [33.5 kB] +2025-01-14 22:28:45.285 | Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liborc-0.4-0 amd64 1:0.4.32-2ubuntu0.1 [228 kB] +2025-01-14 22:28:45.831 | Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.20.1-1ubuntu0.4 [848 kB] +2025-01-14 22:28:46.486 | Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libndctl6 amd64 72.1-1 [57.7 kB] +2025-01-14 22:28:46.753 | Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-route-3-200 amd64 3.5.0-0.1 [180 kB] +2025-01-14 22:28:47.013 | Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopus0 amd64 1.3.1-0.1build2 [203 kB] +2025-01-14 22:28:47.431 | Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] +2025-01-14 22:28:47.588 | Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpmem1 amd64 1.11.1-3build1 [81.4 kB] +2025-01-14 22:28:47.858 | Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libslirp0 amd64 4.6.1-1build1 [61.5 kB] +2025-01-14 22:28:48.042 | Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libspice-server1 amd64 0.15.0-2ubuntu4 [351 kB] +2025-01-14 22:28:48.578 | Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libusbredirparser1 amd64 0.11.0-2build1 [15.9 kB] +2025-01-14 22:28:48.732 | Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt0 amd64 8.0.0-1ubuntu7.10 [1,756 kB] +2025-01-14 22:28:49.894 | Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt-clients amd64 8.0.0-1ubuntu7.10 [429 kB] +2025-01-14 22:28:50.310 | Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt-daemon-driver-qemu amd64 8.0.0-1ubuntu7.10 [747 kB] +2025-01-14 22:28:50.746 | Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt-daemon amd64 8.0.0-1ubuntu7.10 [412 kB] +2025-01-14 22:28:51.149 | Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt-daemon-config-network all 8.0.0-1ubuntu7.10 [8,650 B] +2025-01-14 22:28:51.388 | Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt-daemon-config-nwfilter all 8.0.0-1ubuntu7.10 [11.6 kB] +2025-01-14 22:28:51.540 | Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-container amd64 249.11-0ubuntu3.12 [389 kB] +2025-01-14 22:28:51.829 | Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt-daemon-system-systemd all 8.0.0-1ubuntu7.10 [69.0 kB] +2025-01-14 22:28:52.015 | Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libvirt-daemon-system amd64 8.0.0-1ubuntu7.10 [52.3 kB] +2025-01-14 22:28:52.262 | Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxentoolcore1 amd64 4.16.0-1~ubuntu2.1 [14.6 kB] +2025-01-14 22:28:52.415 | Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxentoollog1 amd64 4.16.0-1~ubuntu2.1 [16.5 kB] +2025-01-14 22:28:52.656 | Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxencall1 amd64 4.16.0-1~ubuntu2.1 [10.3 kB] +2025-01-14 22:28:52.806 | Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxendevicemodel1 amd64 4.16.0-1~ubuntu2.1 [11.2 kB] +2025-01-14 22:28:53.048 | Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxenevtchn1 amd64 4.16.0-1~ubuntu2.1 [8,644 B] +2025-01-14 22:28:53.197 | Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxenforeignmemory1 amd64 4.16.0-1~ubuntu2.1 [10.6 kB] +2025-01-14 22:28:53.438 | Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxengnttab1 amd64 4.16.0-1~ubuntu2.1 [11.2 kB] +2025-01-14 22:28:53.944 | Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxenhypfs1 amd64 4.16.0-1~ubuntu2.1 [10.6 kB] +2025-01-14 22:28:54.184 | Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxenstore4 amd64 4.16.0-1~ubuntu2.1 [17.9 kB] +2025-01-14 22:28:54.443 | Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxenmisc4.16 amd64 4.16.0-1~ubuntu2.1 [528 kB] +2025-01-14 22:28:56.450 | Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libxen-dev amd64 4.16.0-1~ubuntu2.1 [848 kB] +2025-01-14 22:28:57.186 | Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libvirt-dev amd64 8.0.0-1ubuntu7.10 [169 kB] +2025-01-14 22:28:57.699 | Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-libvirt amd64 8.0.0-1build1 [148 kB] +2025-01-14 22:28:58.025 | Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfdt1 amd64 1.6.1-1 [20.0 kB] +2025-01-14 22:28:58.279 | Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libibverbs1 amd64 39.0-1 [69.3 kB] +2025-01-14 22:28:58.564 | Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 librdmacm1 amd64 39.0-1 [71.2 kB] +2025-01-14 22:28:58.848 | Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-common amd64 1:6.2+dfsg-2ubuntu6.24 [2,048 kB] +2025-01-14 22:29:00.107 | Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-data all 1:6.2+dfsg-2ubuntu6.24 [1,431 kB] +2025-01-14 22:29:01.934 | Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-arm amd64 1:6.2+dfsg-2ubuntu6.24 [10.1 MB] +2025-01-14 22:29:05.379 | Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-mips amd64 1:6.2+dfsg-2ubuntu6.24 [15.1 MB] +2025-01-14 22:29:12.469 | Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-ppc amd64 1:6.2+dfsg-2ubuntu6.24 [8,402 kB] +2025-01-14 22:29:19.086 | Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-sparc amd64 1:6.2+dfsg-2ubuntu6.24 [5,724 kB] +2025-01-14 22:29:25.623 | Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 seabios all 1.15.0-1 [174 kB] +2025-01-14 22:29:26.915 | Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-x86 amd64 1:6.2+dfsg-2ubuntu6.24 [10.1 MB] +2025-01-14 22:29:30.552 | Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-s390x amd64 1:6.2+dfsg-2ubuntu6.24 [2,870 kB] +2025-01-14 22:29:33.948 | Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-misc amd64 1:6.2+dfsg-2ubuntu6.24 [41.0 MB] +2025-01-14 22:29:44.475 | Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system amd64 1:6.2+dfsg-2ubuntu6.24 [12.7 kB] +2025-01-14 22:29:44.706 | Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 systemd-coredump amd64 249.11-0ubuntu3.12 [59.3 kB] +2025-01-14 22:29:45.491 | Preconfiguring packages ... +2025-01-14 22:29:45.624 | Fetched 108 MB in 1min 7s (1,600 kB/s) +2025-01-14 22:29:45.687 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69683 files and directories currently installed.) +2025-01-14 22:29:45.689 | Removing ubuntu-server (1.481.1) ... +2025-01-14 22:29:45.711 | Removing apport (2.20.11-0ubuntu82.5) ... +2025-01-14 22:29:46.446 | Selecting previously unselected package ipxe-qemu. +2025-01-14 22:29:46.480 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69594 files and directories currently installed.) +2025-01-14 22:29:46.481 | Preparing to unpack .../00-ipxe-qemu_1.21.1+git-20220113.fbbdc3926-0ubuntu1_all.deb ... +2025-01-14 22:29:46.484 | Unpacking ipxe-qemu (1.21.1+git-20220113.fbbdc3926-0ubuntu1) ... +2025-01-14 22:29:46.535 | Selecting previously unselected package ipxe-qemu-256k-compat-efi-roms. +2025-01-14 22:29:46.541 | Preparing to unpack .../01-ipxe-qemu-256k-compat-efi-roms_1.0.0+git-20150424.a25a16d-0ubuntu4_all.deb ... +2025-01-14 22:29:46.542 | Unpacking ipxe-qemu-256k-compat-efi-roms (1.0.0+git-20150424.a25a16d-0ubuntu4) ... +2025-01-14 22:29:46.609 | Selecting previously unselected package libasound2-data. +2025-01-14 22:29:46.616 | Preparing to unpack .../02-libasound2-data_1.2.6.1-1ubuntu1_all.deb ... +2025-01-14 22:29:46.619 | Unpacking libasound2-data (1.2.6.1-1ubuntu1) ... +2025-01-14 22:29:46.659 | Selecting previously unselected package libasound2:amd64. +2025-01-14 22:29:46.665 | Preparing to unpack .../03-libasound2_1.2.6.1-1ubuntu1_amd64.deb ... +2025-01-14 22:29:46.667 | Unpacking libasound2:amd64 (1.2.6.1-1ubuntu1) ... +2025-01-14 22:29:46.704 | Selecting previously unselected package libbrlapi0.8:amd64. +2025-01-14 22:29:46.710 | Preparing to unpack .../04-libbrlapi0.8_6.4-4ubuntu3_amd64.deb ... +2025-01-14 22:29:46.712 | Unpacking libbrlapi0.8:amd64 (6.4-4ubuntu3) ... +2025-01-14 22:29:46.740 | Selecting previously unselected package libpcsclite1:amd64. +2025-01-14 22:29:46.746 | Preparing to unpack .../05-libpcsclite1_1.9.5-3ubuntu1_amd64.deb ... +2025-01-14 22:29:46.747 | Unpacking libpcsclite1:amd64 (1.9.5-3ubuntu1) ... +2025-01-14 22:29:46.777 | Selecting previously unselected package libcacard0:amd64. +2025-01-14 22:29:46.783 | Preparing to unpack .../06-libcacard0_1%3a2.8.0-3build2_amd64.deb ... +2025-01-14 22:29:46.785 | Unpacking libcacard0:amd64 (1:2.8.0-3build2) ... +2025-01-14 22:29:46.815 | Selecting previously unselected package libdaxctl1:amd64. +2025-01-14 22:29:46.822 | Preparing to unpack .../07-libdaxctl1_72.1-1_amd64.deb ... +2025-01-14 22:29:46.823 | Unpacking libdaxctl1:amd64 (72.1-1) ... +2025-01-14 22:29:46.856 | Selecting previously unselected package libepoxy0:amd64. +2025-01-14 22:29:46.863 | Preparing to unpack .../08-libepoxy0_1.5.10-1_amd64.deb ... +2025-01-14 22:29:46.864 | Unpacking libepoxy0:amd64 (1.5.10-1) ... +2025-01-14 22:29:46.904 | Selecting previously unselected package libwayland-server0:amd64. +2025-01-14 22:29:46.911 | Preparing to unpack .../09-libwayland-server0_1.20.0-1ubuntu0.1_amd64.deb ... +2025-01-14 22:29:46.913 | Unpacking libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... +2025-01-14 22:29:46.944 | Selecting previously unselected package libxcb-randr0:amd64. +2025-01-14 22:29:46.950 | Preparing to unpack .../10-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... +2025-01-14 22:29:46.952 | Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... +2025-01-14 22:29:46.981 | Selecting previously unselected package libgbm1:amd64. +2025-01-14 22:29:46.986 | Preparing to unpack .../11-libgbm1_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... +2025-01-14 22:29:46.988 | Unpacking libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... +2025-01-14 22:29:47.019 | Selecting previously unselected package liborc-0.4-0:amd64. +2025-01-14 22:29:47.026 | Preparing to unpack .../12-liborc-0.4-0_1%3a0.4.32-2ubuntu0.1_amd64.deb ... +2025-01-14 22:29:47.028 | Unpacking liborc-0.4-0:amd64 (1:0.4.32-2ubuntu0.1) ... +2025-01-14 22:29:47.071 | Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64. +2025-01-14 22:29:47.077 | Preparing to unpack .../13-libgstreamer-plugins-base1.0-0_1.20.1-1ubuntu0.4_amd64.deb ... +2025-01-14 22:29:47.079 | Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.20.1-1ubuntu0.4) ... +2025-01-14 22:29:47.135 | Selecting previously unselected package libndctl6:amd64. +2025-01-14 22:29:47.137 | Preparing to unpack .../14-libndctl6_72.1-1_amd64.deb ... +2025-01-14 22:29:47.138 | Unpacking libndctl6:amd64 (72.1-1) ... +2025-01-14 22:29:47.175 | Selecting previously unselected package libnl-route-3-200:amd64. +2025-01-14 22:29:47.180 | Preparing to unpack .../15-libnl-route-3-200_3.5.0-0.1_amd64.deb ... +2025-01-14 22:29:47.182 | Unpacking libnl-route-3-200:amd64 (3.5.0-0.1) ... +2025-01-14 22:29:47.225 | Selecting previously unselected package libopus0:amd64. +2025-01-14 22:29:47.233 | Preparing to unpack .../16-libopus0_1.3.1-0.1build2_amd64.deb ... +2025-01-14 22:29:47.235 | Unpacking libopus0:amd64 (1.3.1-0.1build2) ... +2025-01-14 22:29:47.268 | Selecting previously unselected package libpciaccess0:amd64. +2025-01-14 22:29:47.274 | Preparing to unpack .../17-libpciaccess0_0.16-3_amd64.deb ... +2025-01-14 22:29:47.276 | Unpacking libpciaccess0:amd64 (0.16-3) ... +2025-01-14 22:29:47.306 | Selecting previously unselected package libpmem1:amd64. +2025-01-14 22:29:47.311 | Preparing to unpack .../18-libpmem1_1.11.1-3build1_amd64.deb ... +2025-01-14 22:29:47.313 | Unpacking libpmem1:amd64 (1.11.1-3build1) ... +2025-01-14 22:29:47.349 | Selecting previously unselected package libslirp0:amd64. +2025-01-14 22:29:47.356 | Preparing to unpack .../19-libslirp0_4.6.1-1build1_amd64.deb ... +2025-01-14 22:29:47.358 | Unpacking libslirp0:amd64 (4.6.1-1build1) ... +2025-01-14 22:29:47.393 | Selecting previously unselected package libspice-server1:amd64. +2025-01-14 22:29:47.399 | Preparing to unpack .../20-libspice-server1_0.15.0-2ubuntu4_amd64.deb ... +2025-01-14 22:29:47.401 | Unpacking libspice-server1:amd64 (0.15.0-2ubuntu4) ... +2025-01-14 22:29:47.440 | Selecting previously unselected package libusbredirparser1:amd64. +2025-01-14 22:29:47.447 | Preparing to unpack .../21-libusbredirparser1_0.11.0-2build1_amd64.deb ... +2025-01-14 22:29:47.449 | Unpacking libusbredirparser1:amd64 (0.11.0-2build1) ... +2025-01-14 22:29:47.482 | Selecting previously unselected package libvirt0:amd64. +2025-01-14 22:29:47.487 | Preparing to unpack .../22-libvirt0_8.0.0-1ubuntu7.10_amd64.deb ... +2025-01-14 22:29:47.490 | Unpacking libvirt0:amd64 (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:47.569 | Selecting previously unselected package libvirt-clients. +2025-01-14 22:29:47.575 | Preparing to unpack .../23-libvirt-clients_8.0.0-1ubuntu7.10_amd64.deb ... +2025-01-14 22:29:47.582 | Unpacking libvirt-clients (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:47.627 | Selecting previously unselected package libvirt-daemon-driver-qemu. +2025-01-14 22:29:47.634 | Preparing to unpack .../24-libvirt-daemon-driver-qemu_8.0.0-1ubuntu7.10_amd64.deb ... +2025-01-14 22:29:47.636 | Unpacking libvirt-daemon-driver-qemu (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:47.686 | Selecting previously unselected package libvirt-daemon. +2025-01-14 22:29:47.693 | Preparing to unpack .../25-libvirt-daemon_8.0.0-1ubuntu7.10_amd64.deb ... +2025-01-14 22:29:47.695 | Unpacking libvirt-daemon (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:47.747 | Selecting previously unselected package libvirt-daemon-config-network. +2025-01-14 22:29:47.758 | Preparing to unpack .../26-libvirt-daemon-config-network_8.0.0-1ubuntu7.10_all.deb ... +2025-01-14 22:29:47.761 | Unpacking libvirt-daemon-config-network (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:47.792 | Selecting previously unselected package libvirt-daemon-config-nwfilter. +2025-01-14 22:29:47.798 | Preparing to unpack .../27-libvirt-daemon-config-nwfilter_8.0.0-1ubuntu7.10_all.deb ... +2025-01-14 22:29:47.800 | Unpacking libvirt-daemon-config-nwfilter (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:47.840 | Selecting previously unselected package systemd-container. +2025-01-14 22:29:47.855 | Preparing to unpack .../28-systemd-container_249.11-0ubuntu3.12_amd64.deb ... +2025-01-14 22:29:47.857 | Unpacking systemd-container (249.11-0ubuntu3.12) ... +2025-01-14 22:29:47.911 | Selecting previously unselected package libvirt-daemon-system-systemd. +2025-01-14 22:29:47.917 | Preparing to unpack .../29-libvirt-daemon-system-systemd_8.0.0-1ubuntu7.10_all.deb ... +2025-01-14 22:29:47.919 | Unpacking libvirt-daemon-system-systemd (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:47.951 | Selecting previously unselected package libvirt-daemon-system. +2025-01-14 22:29:47.958 | Preparing to unpack .../30-libvirt-daemon-system_8.0.0-1ubuntu7.10_amd64.deb ... +2025-01-14 22:29:48.008 | Unpacking libvirt-daemon-system (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:48.063 | Selecting previously unselected package libxentoolcore1:amd64. +2025-01-14 22:29:48.070 | Preparing to unpack .../31-libxentoolcore1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.072 | Unpacking libxentoolcore1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.103 | Selecting previously unselected package libxentoollog1:amd64. +2025-01-14 22:29:48.110 | Preparing to unpack .../32-libxentoollog1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.113 | Unpacking libxentoollog1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.144 | Selecting previously unselected package libxencall1:amd64. +2025-01-14 22:29:48.152 | Preparing to unpack .../33-libxencall1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.154 | Unpacking libxencall1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.180 | Selecting previously unselected package libxendevicemodel1:amd64. +2025-01-14 22:29:48.192 | Preparing to unpack .../34-libxendevicemodel1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.194 | Unpacking libxendevicemodel1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.229 | Selecting previously unselected package libxenevtchn1:amd64. +2025-01-14 22:29:48.236 | Preparing to unpack .../35-libxenevtchn1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.238 | Unpacking libxenevtchn1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.273 | Selecting previously unselected package libxenforeignmemory1:amd64. +2025-01-14 22:29:48.279 | Preparing to unpack .../36-libxenforeignmemory1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.282 | Unpacking libxenforeignmemory1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.311 | Selecting previously unselected package libxengnttab1:amd64. +2025-01-14 22:29:48.318 | Preparing to unpack .../37-libxengnttab1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.320 | Unpacking libxengnttab1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.351 | Selecting previously unselected package libxenhypfs1:amd64. +2025-01-14 22:29:48.358 | Preparing to unpack .../38-libxenhypfs1_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.360 | Unpacking libxenhypfs1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.391 | Selecting previously unselected package libxenstore4:amd64. +2025-01-14 22:29:48.396 | Preparing to unpack .../39-libxenstore4_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.398 | Unpacking libxenstore4:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.428 | Selecting previously unselected package libxenmisc4.16:amd64. +2025-01-14 22:29:48.434 | Preparing to unpack .../40-libxenmisc4.16_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.436 | Unpacking libxenmisc4.16:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.484 | Selecting previously unselected package libxen-dev. +2025-01-14 22:29:48.491 | Preparing to unpack .../41-libxen-dev_4.16.0-1~ubuntu2.1_amd64.deb ... +2025-01-14 22:29:48.493 | Unpacking libxen-dev (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:48.567 | Selecting previously unselected package libvirt-dev:amd64. +2025-01-14 22:29:48.574 | Preparing to unpack .../42-libvirt-dev_8.0.0-1ubuntu7.10_amd64.deb ... +2025-01-14 22:29:48.576 | Unpacking libvirt-dev:amd64 (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:48.627 | Selecting previously unselected package python3-libvirt. +2025-01-14 22:29:48.634 | Preparing to unpack .../43-python3-libvirt_8.0.0-1build1_amd64.deb ... +2025-01-14 22:29:48.637 | Unpacking python3-libvirt (8.0.0-1build1) ... +2025-01-14 22:29:48.675 | Selecting previously unselected package libfdt1:amd64. +2025-01-14 22:29:48.682 | Preparing to unpack .../44-libfdt1_1.6.1-1_amd64.deb ... +2025-01-14 22:29:48.684 | Unpacking libfdt1:amd64 (1.6.1-1) ... +2025-01-14 22:29:48.723 | Selecting previously unselected package libibverbs1:amd64. +2025-01-14 22:29:48.733 | Preparing to unpack .../45-libibverbs1_39.0-1_amd64.deb ... +2025-01-14 22:29:48.736 | Unpacking libibverbs1:amd64 (39.0-1) ... +2025-01-14 22:29:48.785 | Selecting previously unselected package librdmacm1:amd64. +2025-01-14 22:29:48.795 | Preparing to unpack .../46-librdmacm1_39.0-1_amd64.deb ... +2025-01-14 22:29:48.797 | Unpacking librdmacm1:amd64 (39.0-1) ... +2025-01-14 22:29:48.841 | Selecting previously unselected package qemu-system-common. +2025-01-14 22:29:48.848 | Preparing to unpack .../47-qemu-system-common_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:48.850 | Unpacking qemu-system-common (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:48.951 | Selecting previously unselected package qemu-system-data. +2025-01-14 22:29:48.958 | Preparing to unpack .../48-qemu-system-data_1%3a6.2+dfsg-2ubuntu6.24_all.deb ... +2025-01-14 22:29:48.960 | Unpacking qemu-system-data (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:49.051 | Selecting previously unselected package qemu-system-arm. +2025-01-14 22:29:49.057 | Preparing to unpack .../49-qemu-system-arm_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:49.059 | Unpacking qemu-system-arm (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:49.296 | Selecting previously unselected package qemu-system-mips. +2025-01-14 22:29:49.302 | Preparing to unpack .../50-qemu-system-mips_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:49.304 | Unpacking qemu-system-mips (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:49.639 | Selecting previously unselected package qemu-system-ppc. +2025-01-14 22:29:49.646 | Preparing to unpack .../51-qemu-system-ppc_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:49.648 | Unpacking qemu-system-ppc (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:49.862 | Selecting previously unselected package qemu-system-sparc. +2025-01-14 22:29:49.867 | Preparing to unpack .../52-qemu-system-sparc_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:49.869 | Unpacking qemu-system-sparc (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:50.015 | Selecting previously unselected package seabios. +2025-01-14 22:29:50.021 | Preparing to unpack .../53-seabios_1.15.0-1_all.deb ... +2025-01-14 22:29:50.023 | Unpacking seabios (1.15.0-1) ... +2025-01-14 22:29:50.063 | Selecting previously unselected package qemu-system-x86. +2025-01-14 22:29:50.070 | Preparing to unpack .../54-qemu-system-x86_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:50.073 | Unpacking qemu-system-x86 (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:50.267 | Selecting previously unselected package qemu-system-s390x. +2025-01-14 22:29:50.272 | Preparing to unpack .../55-qemu-system-s390x_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:50.274 | Unpacking qemu-system-s390x (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:50.356 | Selecting previously unselected package qemu-system-misc. +2025-01-14 22:29:50.363 | Preparing to unpack .../56-qemu-system-misc_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:50.365 | Unpacking qemu-system-misc (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:51.063 | Selecting previously unselected package qemu-system. +2025-01-14 22:29:51.071 | Preparing to unpack .../57-qemu-system_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +2025-01-14 22:29:51.073 | Unpacking qemu-system (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:51.111 | Selecting previously unselected package systemd-coredump. +2025-01-14 22:29:51.118 | Preparing to unpack .../58-systemd-coredump_249.11-0ubuntu3.12_amd64.deb ... +2025-01-14 22:29:51.121 | Unpacking systemd-coredump (249.11-0ubuntu3.12) ... +2025-01-14 22:29:51.190 | Setting up libxentoollog1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:51.196 | Setting up libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... +2025-01-14 22:29:51.201 | Setting up libvirt-daemon-config-network (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:51.500 | Setting up libpciaccess0:amd64 (0.16-3) ... +2025-01-14 22:29:51.506 | Setting up libxentoolcore1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:51.512 | Setting up libxencall1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:51.517 | Setting up systemd-coredump (249.11-0ubuntu3.12) ... +2025-01-14 22:29:51.936 | Setting up libfdt1:amd64 (1.6.1-1) ... +2025-01-14 22:29:51.945 | Setting up libusbredirparser1:amd64 (0.11.0-2build1) ... +2025-01-14 22:29:51.951 | Setting up libnl-route-3-200:amd64 (3.5.0-0.1) ... +2025-01-14 22:29:51.958 | Setting up libasound2-data (1.2.6.1-1ubuntu1) ... +2025-01-14 22:29:51.964 | Setting up libxenforeignmemory1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:51.970 | Setting up libepoxy0:amd64 (1.5.10-1) ... +2025-01-14 22:29:51.974 | Setting up libopus0:amd64 (1.3.1-0.1build2) ... +2025-01-14 22:29:51.981 | Setting up liborc-0.4-0:amd64 (1:0.4.32-2ubuntu0.1) ... +2025-01-14 22:29:51.987 | Setting up libpcsclite1:amd64 (1.9.5-3ubuntu1) ... +2025-01-14 22:29:51.992 | Setting up libdaxctl1:amd64 (72.1-1) ... +2025-01-14 22:29:51.997 | Setting up libxenstore4:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:52.002 | Setting up qemu-system-data (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:52.006 | Setting up seabios (1.15.0-1) ... +2025-01-14 22:29:52.010 | Setting up libxengnttab1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:52.015 | Setting up libvirt0:amd64 (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:52.019 | Setting up systemd-container (249.11-0ubuntu3.12) ... +2025-01-14 22:29:52.029 | Created symlink /etc/systemd/system/multi-user.target.wants/machines.target → /lib/systemd/system/machines.target. +2025-01-14 22:29:52.299 | Setting up libslirp0:amd64 (4.6.1-1build1) ... +2025-01-14 22:29:52.305 | Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... +2025-01-14 22:29:52.310 | Setting up ipxe-qemu (1.21.1+git-20220113.fbbdc3926-0ubuntu1) ... +2025-01-14 22:29:52.316 | Setting up libasound2:amd64 (1.2.6.1-1ubuntu1) ... +2025-01-14 22:29:52.322 | Setting up libxenevtchn1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:52.329 | Setting up libndctl6:amd64 (72.1-1) ... +2025-01-14 22:29:52.334 | Setting up ipxe-qemu-256k-compat-efi-roms (1.0.0+git-20150424.a25a16d-0ubuntu4) ... +2025-01-14 22:29:52.341 | Setting up libbrlapi0.8:amd64 (6.4-4ubuntu3) ... +2025-01-14 22:29:52.346 | Setting up libvirt-daemon-config-nwfilter (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:52.740 | Setting up libpmem1:amd64 (1.11.1-3build1) ... +2025-01-14 22:29:52.748 | Setting up libxendevicemodel1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:52.755 | Setting up libibverbs1:amd64 (39.0-1) ... +2025-01-14 22:29:52.831 | Setting up libxenhypfs1:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:52.839 | Setting up libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... +2025-01-14 22:29:52.846 | Setting up python3-libvirt (8.0.0-1build1) ... +2025-01-14 22:29:53.041 | Setting up libvirt-clients (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:53.054 | Setting up libgstreamer-plugins-base1.0-0:amd64 (1.20.1-1ubuntu0.4) ... +2025-01-14 22:29:53.060 | Setting up libcacard0:amd64 (1:2.8.0-3build2) ... +2025-01-14 22:29:53.065 | Setting up libvirt-daemon-driver-qemu (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:53.070 | Setting up libvirt-daemon-system-systemd (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:53.075 | Setting up libxenmisc4.16:amd64 (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:53.080 | Setting up libvirt-daemon (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:53.087 | Setting up librdmacm1:amd64 (39.0-1) ... +2025-01-14 22:29:53.094 | Setting up libspice-server1:amd64 (0.15.0-2ubuntu4) ... +2025-01-14 22:29:53.100 | Setting up libxen-dev (4.16.0-1~ubuntu2.1) ... +2025-01-14 22:29:53.105 | Setting up libvirt-daemon-system (8.0.0-1ubuntu7.10) ... +2025-01-14 22:29:53.497 | Adding user libvirt-qemu to group libvirt-qemu +2025-01-14 22:29:53.743 | Adding group `swtpm' (GID 132) ... +2025-01-14 22:29:53.755 | Done. +2025-01-14 22:29:53.797 | Warning: The home dir /var/lib/swtpm you specified can't be accessed: No such file or directory +2025-01-14 22:29:53.800 | Adding system user `swtpm' (UID 122) ... +2025-01-14 22:29:53.800 | Adding new user `swtpm' (UID 122) with group `swtpm' ... +2025-01-14 22:29:53.871 | Not creating home directory `/var/lib/swtpm'. +2025-01-14 22:29:54.019 | Enabling libvirt default network +2025-01-14 22:29:54.393 | Created symlink /etc/systemd/system/multi-user.target.wants/libvirtd.service → /lib/systemd/system/libvirtd.service. +2025-01-14 22:29:54.393 | Created symlink /etc/systemd/system/sockets.target.wants/virtlockd.socket → /lib/systemd/system/virtlockd.socket. +2025-01-14 22:29:54.393 | Created symlink /etc/systemd/system/sockets.target.wants/virtlogd.socket → /lib/systemd/system/virtlogd.socket. +2025-01-14 22:29:54.393 | Created symlink /etc/systemd/system/sockets.target.wants/libvirtd.socket → /lib/systemd/system/libvirtd.socket. +2025-01-14 22:29:54.393 | Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-ro.socket → /lib/systemd/system/libvirtd-ro.socket. +2025-01-14 22:29:55.131 | Created symlink /etc/systemd/system/multi-user.target.wants/libvirt-guests.service → /lib/systemd/system/libvirt-guests.service. +2025-01-14 22:29:56.444 | virtlockd.service is a disabled or a static unit, not starting it. +2025-01-14 22:29:56.462 | virtlogd.service is a disabled or a static unit, not starting it. +2025-01-14 22:29:56.632 | Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-******.socket → /lib/systemd/system/libvirtd-******.socket. +2025-01-14 22:29:57.877 | Created symlink /etc/systemd/system/sockets.target.wants/virtlockd-******.socket → /lib/systemd/system/virtlockd-******.socket. +2025-01-14 22:29:58.656 | Created symlink /etc/systemd/system/sockets.target.wants/virtlogd-******.socket → /lib/systemd/system/virtlogd-******.socket. +2025-01-14 22:29:59.676 | Setting up libvirt-daemon dnsmasq configuration. +2025-01-14 22:29:59.725 | Setting up qemu-system-common (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:29:59.891 | Created symlink /etc/systemd/system/multi-user.target.wants/qemu-kvm.service → /lib/systemd/system/qemu-kvm.service. +2025-01-14 22:30:00.996 | Setting up qemu-system-mips (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.003 | Setting up qemu-system-sparc (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.011 | Setting up libvirt-dev:amd64 (8.0.0-1ubuntu7.10) ... +2025-01-14 22:30:01.018 | Setting up qemu-system-x86 (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.027 | Setting up qemu-system-ppc (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.034 | Setting up qemu-system-misc (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.041 | Setting up qemu-system-arm (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.048 | Setting up qemu-system-s390x (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.056 | Setting up qemu-system (1:6.2+dfsg-2ubuntu6.24) ... +2025-01-14 22:30:01.066 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:30:01.345 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... +2025-01-14 22:30:01.369 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... +2025-01-14 22:30:01.741 | NEEDRESTART-VER: 3.5 +2025-01-14 22:30:02.335 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:30:02.335 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:30:02.335 | NEEDRESTART-KSTA: 1 +2025-01-14 22:30:02.335 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:30:02.335 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:30:02.336 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:30:04.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.935 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:30:04.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.944 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:30:04.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.956 | +functions-common:time_stop:2421 local name +2025-01-14 22:30:04.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.965 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:30:04.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.976 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:30:04.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.986 | +functions-common:time_stop:2424 local total +2025-01-14 22:30:04.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:04.996 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:30:04.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.006 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:30:05.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.016 | +functions-common:time_stop:2428 start_time=1736893717193 +2025-01-14 22:30:05.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.030 | +functions-common:time_stop:2430 [[ -z 1736893717193 ]] +2025-01-14 22:30:05.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.042 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:30:05.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.057 | +functions-common:time_stop:2433 end_time=1736893805045 +2025-01-14 22:30:05.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.069 | +functions-common:time_stop:2434 elapsed_time=87852 +2025-01-14 22:30:05.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.083 | +functions-common:time_stop:2435 total=275360 +2025-01-14 22:30:05.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.096 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:30:05.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.108 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=363212 +2025-01-14 22:30:05.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.121 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:30:05.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.132 | +lib/nova_plugins/functions-libvirt:install_libvirt:73 is_arch aarch64 +2025-01-14 22:30:05.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.148 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:30:05.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.164 | +functions-common:is_arch:518 [[ x86_64 == \a\a\r\c\h\6\4 ]] +2025-01-14 22:30:05.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.172 | +lib/nova_plugins/functions-libvirt:install_libvirt:103 [[ False == True ]] +2025-01-14 22:30:05.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.181 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:96 [[ kvm == \l\x\c ]] +2025-01-14 22:30:05.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.190 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:108 [[ '' == \T\r\u\e ]] +2025-01-14 22:30:05.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.199 | +lib/nova:install_nova:941 is_service_enabled n-novnc +2025-01-14 22:30:05.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.259 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:30:05.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.269 | ++lib/nova:install_nova:943 trueorfalse False NOVNC_FROM_PACKAGE +2025-01-14 22:30:05.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.318 | +lib/nova:install_nova:943 NOVNC_FROM_PACKAGE=False +2025-01-14 22:30:05.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.326 | +lib/nova:install_nova:944 '[' False = True ']' +2025-01-14 22:30:05.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.333 | +lib/nova:install_nova:963 NOVNC_WEB_DIR=/opt/stack/novnc +2025-01-14 22:30:05.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.341 | +lib/nova:install_nova:964 git_clone https://github.com/novnc/novnc.git /opt/stack/novnc v1.3.0 +2025-01-14 22:30:05.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.355 | +functions-common:git_clone:593 local git_remote=https://github.com/novnc/novnc.git +2025-01-14 22:30:05.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.365 | +functions-common:git_clone:594 local git_dest=/opt/stack/novnc +2025-01-14 22:30:05.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.376 | +functions-common:git_clone:595 local git_ref=v1.3.0 +2025-01-14 22:30:05.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.386 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:30:05.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.397 | ++functions-common:git_clone:597 pwd +2025-01-14 22:30:05.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.407 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:30:05.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.417 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:30:05.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.427 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:30:05.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.475 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:30:05.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.483 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:30:05.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.491 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:30:05.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.499 | +functions-common:git_clone:614 echo v1.3.0 +2025-01-14 22:30:05.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.501 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:30:05.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.510 | +functions-common:git_clone:628 [[ ! -d /opt/stack/novnc ]] +2025-01-14 22:30:05.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.517 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:30:05.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.523 | +functions-common:git_clone:634 git_timed clone --no-checkout https://github.com/novnc/novnc.git /opt/stack/novnc +2025-01-14 22:30:05.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.530 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:30:05.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.537 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:30:05.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.544 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:30:05.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.551 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:30:05.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.559 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:30:05.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.568 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:30:05.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.577 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:30:05.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.587 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:30:05.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.596 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:30:05.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.608 | +functions-common:time_start:2412 _TIME_START[$name]=1736893805597 +2025-01-14 22:30:05.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:05.618 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout https://github.com/novnc/novnc.git /opt/stack/novnc +2025-01-14 22:30:05.622 | Cloning into '/opt/stack/novnc'... +2025-01-14 22:30:07.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.565 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:30:07.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.578 | +functions-common:time_stop:2421 local name +2025-01-14 22:30:07.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.589 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:30:07.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.600 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:30:07.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.610 | +functions-common:time_stop:2424 local total +2025-01-14 22:30:07.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.619 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:30:07.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.628 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:30:07.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.637 | +functions-common:time_stop:2428 start_time=1736893805597 +2025-01-14 22:30:07.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.647 | +functions-common:time_stop:2430 [[ -z 1736893805597 ]] +2025-01-14 22:30:07.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.660 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:30:07.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.672 | +functions-common:time_stop:2433 end_time=1736893807661 +2025-01-14 22:30:07.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.682 | +functions-common:time_stop:2434 elapsed_time=2064 +2025-01-14 22:30:07.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.692 | +functions-common:time_stop:2435 total=54935 +2025-01-14 22:30:07.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.703 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:30:07.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.714 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=56999 +2025-01-14 22:30:07.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.726 | +functions-common:git_clone:635 cd /opt/stack/novnc +2025-01-14 22:30:07.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.739 | +functions-common:git_clone:636 git_timed fetch origin v1.3.0 +2025-01-14 22:30:07.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.750 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:30:07.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.762 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:30:07.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.775 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:30:07.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.787 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:30:07.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.799 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:30:07.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.812 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:30:07.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.824 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:30:07.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.837 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:30:07.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.851 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:30:07.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.865 | +functions-common:time_start:2412 _TIME_START[$name]=1736893807854 +2025-01-14 22:30:07.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:07.878 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin v1.3.0 +2025-01-14 22:30:08.509 | From https://github.com/novnc/novnc +2025-01-14 22:30:08.509 | * tag v1.3.0 -> FETCH_HEAD +2025-01-14 22:30:08.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.537 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:30:08.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.548 | +functions-common:time_stop:2421 local name +2025-01-14 22:30:08.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.562 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:30:08.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.572 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:30:08.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.585 | +functions-common:time_stop:2424 local total +2025-01-14 22:30:08.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.597 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:30:08.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.609 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:30:08.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.621 | +functions-common:time_stop:2428 start_time=1736893807854 +2025-01-14 22:30:08.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.635 | +functions-common:time_stop:2430 [[ -z 1736893807854 ]] +2025-01-14 22:30:08.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.649 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:30:08.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.666 | +functions-common:time_stop:2433 end_time=1736893808652 +2025-01-14 22:30:08.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.680 | +functions-common:time_stop:2434 elapsed_time=798 +2025-01-14 22:30:08.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.692 | +functions-common:time_stop:2435 total=56999 +2025-01-14 22:30:08.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.705 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:30:08.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.716 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=57797 +2025-01-14 22:30:08.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.728 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:30:08.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.737 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:30:08.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.744 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:30:08.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.752 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:30:08.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.759 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:30:08.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.766 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:30:08.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.774 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:30:08.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.782 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:30:08.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.790 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:30:08.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.801 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:30:08.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.810 | +functions-common:time_start:2412 _TIME_START[$name]=1736893808802 +2025-01-14 22:30:08.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.822 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:30:08.852 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:30:08.852 | +2025-01-14 22:30:08.852 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:30:08.852 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:30:08.852 | state without impacting any branches by switching back to a branch. +2025-01-14 22:30:08.852 | +2025-01-14 22:30:08.852 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:30:08.852 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:30:08.852 | +2025-01-14 22:30:08.852 | git switch -c +2025-01-14 22:30:08.852 | +2025-01-14 22:30:08.852 | Or undo this operation with: +2025-01-14 22:30:08.852 | +2025-01-14 22:30:08.852 | git switch - +2025-01-14 22:30:08.852 | +2025-01-14 22:30:08.853 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:30:08.853 | +2025-01-14 22:30:08.853 | HEAD is now at 463c39e noVNC 1.3.0 +2025-01-14 22:30:08.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.862 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:30:08.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.868 | +functions-common:time_stop:2421 local name +2025-01-14 22:30:08.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.874 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:30:08.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.882 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:30:08.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.891 | +functions-common:time_stop:2424 local total +2025-01-14 22:30:08.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.901 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:30:08.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.913 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:30:08.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.924 | +functions-common:time_stop:2428 start_time=1736893808802 +2025-01-14 22:30:08.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.935 | +functions-common:time_stop:2430 [[ -z 1736893808802 ]] +2025-01-14 22:30:08.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.948 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:30:08.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.961 | +functions-common:time_stop:2433 end_time=1736893808950 +2025-01-14 22:30:08.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.974 | +functions-common:time_stop:2434 elapsed_time=148 +2025-01-14 22:30:08.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.988 | +functions-common:time_stop:2435 total=57797 +2025-01-14 22:30:08.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:08.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.000 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:30:09.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.014 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=57945 +2025-01-14 22:30:09.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.029 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/novnc +2025-01-14 22:30:09.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.062 | +functions-common:git_clone:676 cd /opt/stack/novnc +2025-01-14 22:30:09.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.072 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:30:09.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.077 | +functions-common:git_clone:677 head -1 +2025-01-14 22:30:09.079 | 463c39e noVNC 1.3.0 +2025-01-14 22:30:09.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.091 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:30:09.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.101 | +lib/nova:install_nova:968 is_service_enabled n-spice +2025-01-14 22:30:09.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.153 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:30:09.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.161 | +lib/nova:install_nova:980 git_clone http://github.com/openstack/nova.git /opt/stack/nova master +2025-01-14 22:30:09.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.172 | +functions-common:git_clone:593 local git_remote=http://github.com/openstack/nova.git +2025-01-14 22:30:09.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.181 | +functions-common:git_clone:594 local git_dest=/opt/stack/nova +2025-01-14 22:30:09.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.190 | +functions-common:git_clone:595 local git_ref=master +2025-01-14 22:30:09.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.199 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:30:09.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.208 | ++functions-common:git_clone:597 pwd +2025-01-14 22:30:09.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.217 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:30:09.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.227 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:30:09.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.236 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:30:09.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.277 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:30:09.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.283 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:30:09.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.292 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:30:09.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.302 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:30:09.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.305 | +functions-common:git_clone:614 echo master +2025-01-14 22:30:09.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.315 | +functions-common:git_clone:628 [[ ! -d /opt/stack/nova ]] +2025-01-14 22:30:09.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.323 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:30:09.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.331 | +functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/nova.git /opt/stack/nova +2025-01-14 22:30:09.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.340 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:30:09.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.351 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:30:09.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.362 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:30:09.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.376 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:30:09.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.388 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:30:09.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.400 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:30:09.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.411 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:30:09.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.424 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:30:09.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.436 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:30:09.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.450 | +functions-common:time_start:2412 _TIME_START[$name]=1736893809438 +2025-01-14 22:30:09.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:09.464 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/nova.git /opt/stack/nova +2025-01-14 22:30:09.469 | Cloning into '/opt/stack/nova'... +2025-01-14 22:30:09.951 | warning: redirecting to https://github.com/openstack/nova.git/ +2025-01-14 22:30:45.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.784 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:30:45.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.798 | +functions-common:time_stop:2421 local name +2025-01-14 22:30:45.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.812 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:30:45.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.824 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:30:45.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.836 | +functions-common:time_stop:2424 local total +2025-01-14 22:30:45.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.849 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:30:45.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.860 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:30:45.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.871 | +functions-common:time_stop:2428 start_time=1736893809438 +2025-01-14 22:30:45.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.882 | +functions-common:time_stop:2430 [[ -z 1736893809438 ]] +2025-01-14 22:30:45.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.897 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:30:45.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.912 | +functions-common:time_stop:2433 end_time=1736893845899 +2025-01-14 22:30:45.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.924 | +functions-common:time_stop:2434 elapsed_time=36461 +2025-01-14 22:30:45.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.935 | +functions-common:time_stop:2435 total=57945 +2025-01-14 22:30:45.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.947 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:30:45.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.959 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=94406 +2025-01-14 22:30:45.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.972 | +functions-common:git_clone:635 cd /opt/stack/nova +2025-01-14 22:30:45.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.983 | +functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:30:45.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:45.994 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:30:45.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.008 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:30:46.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.022 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:30:46.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.036 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:30:46.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.049 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:30:46.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.060 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:30:46.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.073 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:30:46.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.085 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:30:46.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.099 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:30:46.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.117 | +functions-common:time_start:2412 _TIME_START[$name]=1736893846102 +2025-01-14 22:30:46.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.130 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:30:46.587 | warning: redirecting to https://github.com/openstack/nova.git/ +2025-01-14 22:30:46.886 | From http://github.com/openstack/nova +2025-01-14 22:30:46.886 | * branch master -> FETCH_HEAD +2025-01-14 22:30:46.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.911 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:30:46.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.924 | +functions-common:time_stop:2421 local name +2025-01-14 22:30:46.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.935 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:30:46.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.948 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:30:46.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.963 | +functions-common:time_stop:2424 local total +2025-01-14 22:30:46.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.975 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:30:46.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:46.988 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:30:46.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.004 | +functions-common:time_stop:2428 start_time=1736893846102 +2025-01-14 22:30:47.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.016 | +functions-common:time_stop:2430 [[ -z 1736893846102 ]] +2025-01-14 22:30:47.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.031 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:30:47.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.048 | +functions-common:time_stop:2433 end_time=1736893847034 +2025-01-14 22:30:47.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.062 | +functions-common:time_stop:2434 elapsed_time=932 +2025-01-14 22:30:47.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.076 | +functions-common:time_stop:2435 total=94406 +2025-01-14 22:30:47.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.087 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:30:47.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.099 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=95338 +2025-01-14 22:30:47.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.114 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:30:47.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.127 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:30:47.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.140 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:30:47.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.155 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:30:47.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.170 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:30:47.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.183 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:30:47.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.201 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:30:47.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.218 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:30:47.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.233 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:30:47.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.249 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:30:47.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.267 | +functions-common:time_start:2412 _TIME_START[$name]=1736893847252 +2025-01-14 22:30:47.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.283 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:30:47.665 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:30:47.665 | +2025-01-14 22:30:47.665 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:30:47.666 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:30:47.666 | state without impacting any branches by switching back to a branch. +2025-01-14 22:30:47.666 | +2025-01-14 22:30:47.666 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:30:47.666 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:30:47.666 | +2025-01-14 22:30:47.666 | git switch -c +2025-01-14 22:30:47.666 | +2025-01-14 22:30:47.666 | Or undo this operation with: +2025-01-14 22:30:47.666 | +2025-01-14 22:30:47.666 | git switch - +2025-01-14 22:30:47.666 | +2025-01-14 22:30:47.666 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:30:47.666 | +2025-01-14 22:30:47.666 | HEAD is now at 77e9ec0a65 Merge "Handle iso+gpt detections" +2025-01-14 22:30:47.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.684 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:30:47.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.697 | +functions-common:time_stop:2421 local name +2025-01-14 22:30:47.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.709 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:30:47.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.720 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:30:47.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.733 | +functions-common:time_stop:2424 local total +2025-01-14 22:30:47.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.745 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:30:47.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.758 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:30:47.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.771 | +functions-common:time_stop:2428 start_time=1736893847252 +2025-01-14 22:30:47.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.781 | +functions-common:time_stop:2430 [[ -z 1736893847252 ]] +2025-01-14 22:30:47.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.795 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:30:47.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.809 | +functions-common:time_stop:2433 end_time=1736893847796 +2025-01-14 22:30:47.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.824 | +functions-common:time_stop:2434 elapsed_time=544 +2025-01-14 22:30:47.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.836 | +functions-common:time_stop:2435 total=95338 +2025-01-14 22:30:47.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.848 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:30:47.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.861 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=95882 +2025-01-14 22:30:47.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.875 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/nova +2025-01-14 22:30:47.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.903 | +functions-common:git_clone:676 cd /opt/stack/nova +2025-01-14 22:30:47.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.915 | +functions-common:git_clone:677 head -1 +2025-01-14 22:30:47.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.916 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:30:47.970 | 77e9ec0a65 Merge "Handle iso+gpt detections" +2025-01-14 22:30:47.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.980 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:30:47.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:47.992 | +lib/nova:install_nova:981 setup_develop /opt/stack/nova +2025-01-14 22:30:47.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.002 | +inc/python:setup_develop:354 local bindep +2025-01-14 22:30:48.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.014 | +inc/python:setup_develop:355 [[ /opt/stack/nova == -bindep* ]] +2025-01-14 22:30:48.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.025 | +inc/python:setup_develop:359 local project_dir=/opt/stack/nova +2025-01-14 22:30:48.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.039 | +inc/python:setup_develop:360 local extras= +2025-01-14 22:30:48.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.053 | +inc/python:setup_develop:361 _setup_package_with_constraints_edit /opt/stack/nova -e +2025-01-14 22:30:48.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.067 | +inc/python:_setup_package_with_constraints_edit:380 local bindep +2025-01-14 22:30:48.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.082 | +inc/python:_setup_package_with_constraints_edit:381 [[ /opt/stack/nova == -bindep* ]] +2025-01-14 22:30:48.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.096 | +inc/python:_setup_package_with_constraints_edit:385 local project_dir=/opt/stack/nova +2025-01-14 22:30:48.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.108 | +inc/python:_setup_package_with_constraints_edit:386 local flags=-e +2025-01-14 22:30:48.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.122 | +inc/python:_setup_package_with_constraints_edit:387 local extras= +2025-01-14 22:30:48.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.137 | ++inc/python:_setup_package_with_constraints_edit:394 cd /opt/stack/nova +2025-01-14 22:30:48.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.152 | ++inc/python:_setup_package_with_constraints_edit:394 pwd +2025-01-14 22:30:48.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.163 | +inc/python:_setup_package_with_constraints_edit:394 project_dir=/opt/stack/nova +2025-01-14 22:30:48.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.173 | +inc/python:_setup_package_with_constraints_edit:396 '[' -n /opt/stack/requirements ']' +2025-01-14 22:30:48.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.184 | +inc/python:_setup_package_with_constraints_edit:400 local name +2025-01-14 22:30:48.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.196 | ++inc/python:_setup_package_with_constraints_edit:401 awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg +2025-01-14 22:30:48.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.209 | +inc/python:_setup_package_with_constraints_edit:401 name=nova +2025-01-14 22:30:48.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.220 | +inc/python:_setup_package_with_constraints_edit:402 '[' -z nova ']' +2025-01-14 22:30:48.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.233 | +inc/python:_setup_package_with_constraints_edit:406 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova +2025-01-14 22:30:48.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.460 | +inc/python:_setup_package_with_constraints_edit:409 setup_package /opt/stack/nova -e +2025-01-14 22:30:48.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.470 | +inc/python:setup_package:437 local bindep=0 +2025-01-14 22:30:48.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.480 | +inc/python:setup_package:438 local bindep_flag= +2025-01-14 22:30:48.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.489 | +inc/python:setup_package:439 local bindep_profiles= +2025-01-14 22:30:48.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.500 | +inc/python:setup_package:440 [[ /opt/stack/nova == -bindep* ]] +2025-01-14 22:30:48.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.511 | +inc/python:setup_package:445 local project_dir=/opt/stack/nova +2025-01-14 22:30:48.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.522 | +inc/python:setup_package:446 local flags=-e +2025-01-14 22:30:48.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.536 | +inc/python:setup_package:447 local extras= +2025-01-14 22:30:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.548 | +inc/python:setup_package:451 [[ -n -e ]] +2025-01-14 22:30:48.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.562 | +inc/python:setup_package:451 [[ -z '' ]] +2025-01-14 22:30:48.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.569 | +inc/python:setup_package:451 [[ ! -e =~ ^-.* ]] +2025-01-14 22:30:48.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.581 | +inc/python:setup_package:456 [[ ! -z '' ]] +2025-01-14 22:30:48.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.589 | +inc/python:setup_package:461 [[ 0 == 1 ]] +2025-01-14 22:30:48.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.597 | +inc/python:setup_package:465 pip_install -e /opt/stack/nova +2025-01-14 22:30:48.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.637 | Using python 3.10 to install /opt/stack/nova +2025-01-14 22:30:48.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:30:48.644 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova +2025-01-14 22:30:49.419 | Obtaining file:///opt/stack/nova +2025-01-14 22:30:49.420 | Installing build dependencies: started +2025-01-14 22:30:51.731 | Installing build dependencies: finished with status 'done' +2025-01-14 22:30:51.732 | Checking if build backend supports build_editable: started +2025-01-14 22:30:51.872 | Checking if build backend supports build_editable: finished with status 'done' +2025-01-14 22:30:51.874 | Getting requirements to build editable: started +2025-01-14 22:30:52.030 | Getting requirements to build editable: finished with status 'done' +2025-01-14 22:30:52.035 | Preparing editable metadata (pyproject.toml): started +2025-01-14 22:30:53.472 | Preparing editable metadata (pyproject.toml): finished with status 'done' +2025-01-14 22:30:53.528 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.1.0) +2025-01-14 22:30:53.528 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.0.36) +2025-01-14 22:30:53.529 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.1.1) +2025-01-14 22:30:53.529 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (0.38.2) +2025-01-14 22:30:53.529 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.1.4) +2025-01-14 22:30:53.530 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (10.8.0) +2025-01-14 22:30:53.530 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.3.0) +2025-01-14 22:30:53.531 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.5.1) +2025-01-14 22:30:53.531 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==30.1.0.dev192) (44.0.0) +2025-01-14 22:30:53.532 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.8.9) +2025-01-14 22:30:53.532 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.1.1) +2025-01-14 22:30:53.533 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.1.0) +2025-01-14 22:30:53.533 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.10.1) +2025-01-14 22:30:53.534 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.12.0) +2025-01-14 22:30:53.534 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.14.0) +2025-01-14 22:30:53.535 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.3.0) +2025-01-14 22:30:53.535 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==30.1.0.dev192) (0.11.0) +2025-01-14 22:30:53.536 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +2025-01-14 22:30:53.536 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.1.0) +2025-01-14 22:30:53.537 | Requirement already satisfied: jsonschema>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.23.0) +2025-01-14 22:30:53.537 | Requirement already satisfied: python-cinderclient>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (9.6.0) +2025-01-14 22:30:53.538 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.9.1) +2025-01-14 22:30:53.538 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (11.3.1) +2025-01-14 22:30:53.539 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.7.0) +2025-01-14 22:30:53.539 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.32.3) +2025-01-14 22:30:53.540 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.4.0) +2025-01-14 22:30:53.971 | Collecting websockify>=0.9.0 (from nova==30.1.0.dev192) +2025-01-14 22:30:54.115 | Downloading websockify-0.12.0-py3-none-any.whl.metadata (13 kB) +2025-01-14 22:30:54.129 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.9.0) +2025-01-14 22:30:54.130 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.2.0) +2025-01-14 22:30:54.131 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (9.7.0) +2025-01-14 22:30:54.131 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.7.0) +2025-01-14 22:30:54.132 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (7.0.0) +2025-01-14 22:30:54.133 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.6.0) +2025-01-14 22:30:54.133 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +2025-01-14 22:30:54.134 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.6.0) +2025-01-14 22:30:54.134 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.4.0) +2025-01-14 22:30:54.135 | Requirement already satisfied: oslo.utils>=7.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (8.0.0) +2025-01-14 22:30:54.135 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (17.1.0) +2025-01-14 22:30:54.136 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (7.4.0) +2025-01-14 22:30:54.136 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (16.0.0) +2025-01-14 22:30:54.137 | Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.5.0) +2025-01-14 22:30:54.138 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +2025-01-14 22:30:54.138 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.5.0) +2025-01-14 22:30:54.139 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.6.0) +2025-01-14 22:30:54.139 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.0.0) +2025-01-14 22:30:54.140 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.3.0) +2025-01-14 22:30:54.140 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.1.0) +2025-01-14 22:30:54.141 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +2025-01-14 22:30:54.142 | Requirement already satisfied: os-brick>=6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.9.0) +2025-01-14 22:30:54.142 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.1.0) +2025-01-14 22:30:54.143 | Requirement already satisfied: os-traits>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.2.0) +2025-01-14 22:30:54.143 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.0.0) +2025-01-14 22:30:54.144 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.2.0) +2025-01-14 22:30:54.420 | Collecting microversion-parse>=0.2.1 (from nova==30.1.0.dev192) +2025-01-14 22:30:54.434 | Downloading microversion_parse-2.0.0-py3-none-any.whl.metadata (5.1 kB) +2025-01-14 22:30:54.441 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.3.0) +2025-01-14 22:30:54.441 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (0.2.3) +2025-01-14 22:30:54.442 | Requirement already satisfied: retrying>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.3.4) +2025-01-14 22:30:54.443 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.7.0) +2025-01-14 22:30:54.443 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.9.0.post0) +2025-01-14 22:30:54.444 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.0.0) +2025-01-14 22:30:54.445 | Requirement already satisfied: openstacksdk>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.2.0) +2025-01-14 22:30:54.445 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.0.2) +2025-01-14 22:30:54.449 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==30.1.0.dev192) (1.3.8) +2025-01-14 22:30:54.449 | Requirement already satisfied: typing-extensions>=4 in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==30.1.0.dev192) (4.12.2) +2025-01-14 22:30:54.453 | Requirement already satisfied: python-barbicanclient>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==30.1.0.dev192) (7.0.0) +2025-01-14 22:30:54.460 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==30.1.0.dev192) (1.17.1) +2025-01-14 22:30:54.467 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==30.1.0.dev192) (2.7.0) +2025-01-14 22:30:54.472 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==30.1.0.dev192) (3.0.2) +2025-01-14 22:30:54.477 | Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (24.2.0) +2025-01-14 22:30:54.477 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (2024.10.1) +2025-01-14 22:30:54.478 | Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (0.35.1) +2025-01-14 22:30:54.478 | Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (0.22.3) +2025-01-14 22:30:54.490 | Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (2.10.1) +2025-01-14 22:30:54.491 | Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (4.0.0) +2025-01-14 22:30:54.492 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (5.5.0) +2025-01-14 22:30:54.501 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.3.3) +2025-01-14 22:30:54.502 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.0.1) +2025-01-14 22:30:54.502 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.33) +2025-01-14 22:30:54.503 | Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (4.3.6) +2025-01-14 22:30:54.504 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.4.0) +2025-01-14 22:30:54.507 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.0->nova==30.1.0.dev192) (5.9.0) +2025-01-14 22:30:54.509 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.0->nova==30.1.0.dev192) (9.0.0) +2025-01-14 22:30:54.517 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev192) (3.0.0) +2025-01-14 22:30:54.519 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev192) (2.9.0) +2025-01-14 22:30:54.520 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev192) (0.7.12) +2025-01-14 22:30:54.529 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==30.1.0.dev192) (0.19) +2025-01-14 22:30:54.542 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==30.1.0.dev192) (2.0.1) +2025-01-14 22:30:54.542 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==30.1.0.dev192) (0.5.0) +2025-01-14 22:30:54.558 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.3.1) +2025-01-14 22:30:54.558 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.5.0) +2025-01-14 22:30:54.559 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.4.2) +2025-01-14 22:30:54.560 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (0.10.0) +2025-01-14 22:30:54.565 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==30.1.0.dev192) (4.0.1) +2025-01-14 22:30:54.566 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==30.1.0.dev192) (4.0.1) +2025-01-14 22:30:54.573 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==30.1.0.dev192) (1.1.0) +2025-01-14 22:30:54.584 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==30.1.0.dev192) (2024.2) +2025-01-14 22:30:54.588 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==30.1.0.dev192) (1.6.10) +2025-01-14 22:30:54.597 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.4.0->nova==30.1.0.dev192) (24.2) +2025-01-14 22:30:54.598 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.4.0->nova==30.1.0.dev192) (3.2.0) +2025-01-14 22:30:54.608 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==30.1.0.dev192) (1.5.0) +2025-01-14 22:30:54.611 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==30.1.0.dev192) (75.8.0) +2025-01-14 22:30:54.621 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==30.1.0.dev192) (0.2.13) +2025-01-14 22:30:54.633 | Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->nova==30.1.0.dev192) (1.17.0) +2025-01-14 22:30:54.638 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev192) (24.3.0) +2025-01-14 22:30:54.638 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev192) (2.0.1) +2025-01-14 22:30:54.639 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev192) (1.17.0) +2025-01-14 22:30:54.644 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev192) (4.8.0) +2025-01-14 22:30:54.645 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev192) (2.1.0) +2025-01-14 22:30:54.645 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev192) (3.2.0) +2025-01-14 22:30:54.653 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev192) (3.4.0) +2025-01-14 22:30:54.654 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev192) (3.10) +2025-01-14 22:30:54.654 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev192) (1.26.20) +2025-01-14 22:30:54.655 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==30.1.0.dev192) (2020.6.20) +2025-01-14 22:30:54.665 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==30.1.0.dev192) (0.7) +2025-01-14 22:30:54.710 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==30.1.0.dev192) (0.15.2) +2025-01-14 22:30:54.959 | Collecting numpy (from websockify>=0.9.0->nova==30.1.0.dev192) +2025-01-14 22:30:54.974 | Downloading numpy-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) +2025-01-14 22:30:55.250 | Collecting jwcrypto (from websockify>=0.9.0->nova==30.1.0.dev192) +2025-01-14 22:30:55.265 | Downloading jwcrypto-1.5.6-py3-none-any.whl.metadata (3.1 kB) +2025-01-14 22:30:55.333 | Collecting redis (from websockify>=0.9.0->nova==30.1.0.dev192) +2025-01-14 22:30:55.351 | Downloading redis-5.2.1-py3-none-any.whl.metadata (9.1 kB) +2025-01-14 22:30:55.364 | Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.1.0) +2025-01-14 22:30:55.389 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==30.1.0.dev192) (2.22) +2025-01-14 22:30:55.396 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev192) (0.5.2) +2025-01-14 22:30:55.397 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev192) (2.5.7) +2025-01-14 22:30:55.423 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=4.0.0->nova==30.1.0.dev192) (3.0.0) +2025-01-14 22:30:55.465 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==30.1.0.dev192) (0.21.1) +2025-01-14 22:30:55.469 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev192) (4.1.0) +2025-01-14 22:30:55.470 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev192) (3.4.1) +2025-01-14 22:30:55.482 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (2024.2) +2025-01-14 22:30:55.545 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==30.1.0.dev192) (2.7.2) +2025-01-14 22:30:55.618 | Collecting async-timeout>=4.0.3 (from redis->websockify>=0.9.0->nova==30.1.0.dev192) +2025-01-14 22:30:55.633 | Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) +2025-01-14 22:30:55.671 | Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev192) (1.9.0) +2025-01-14 22:30:55.683 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev192) (2.4.0) +2025-01-14 22:30:55.722 | Downloading microversion_parse-2.0.0-py3-none-any.whl (19 kB) +2025-01-14 22:30:55.740 | Downloading websockify-0.12.0-py3-none-any.whl (40 kB) +2025-01-14 22:30:55.761 | Downloading jwcrypto-1.5.6-py3-none-any.whl (92 kB) +2025-01-14 22:30:55.791 | Downloading numpy-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB) +2025-01-14 22:30:56.882 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/16.4 MB 15.2 MB/s eta 0:00:00 +2025-01-14 22:30:56.897 | Downloading redis-5.2.1-py3-none-any.whl (261 kB) +2025-01-14 22:30:56.922 | Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) +2025-01-14 22:30:57.000 | Building wheels for collected packages: nova +2025-01-14 22:30:57.001 | Building editable for nova (pyproject.toml): started +2025-01-14 22:30:58.895 | Building editable for nova (pyproject.toml): finished with status 'done' +2025-01-14 22:30:58.897 | Created wheel for nova: filename=nova-30.1.0.dev192-0.editable-py3-none-any.whl size=9761 sha256=cce6fb79aa238d92ae818b20f789301487d8a405bbeb42b104250bcd093cf2f0 +2025-01-14 22:30:58.897 | Stored in directory: /tmp/pip-ephem-wheel-cache-2ncg6kxi/wheels/d0/09/6c/dab89408e6d0e1973cf91bcf386f7dcf975d77a2d3a5450ea7 +2025-01-14 22:30:58.904 | Successfully built nova +2025-01-14 22:30:59.060 | Installing collected packages: numpy, microversion-parse, async-timeout, redis, jwcrypto, websockify, nova +2025-01-14 22:31:01.063 | Successfully installed async-timeout-5.0.1 jwcrypto-1.5.6 microversion-parse-2.0.0 nova-30.1.0.dev192 numpy-2.2.0 redis-5.2.1 websockify-0.12.0 +2025-01-14 22:31:01.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.276 | +inc/python:pip_install:216 result=0 +2025-01-14 22:31:01.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.287 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:31:01.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.299 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:01.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.308 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:01.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.318 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:01.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.332 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:01.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.344 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:01.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.355 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:31:01.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.366 | +functions-common:time_stop:2428 start_time=1736893848632 +2025-01-14 22:31:01.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.376 | +functions-common:time_stop:2430 [[ -z 1736893848632 ]] +2025-01-14 22:31:01.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.391 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:01.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.406 | +functions-common:time_stop:2433 end_time=1736893861394 +2025-01-14 22:31:01.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.417 | +functions-common:time_stop:2434 elapsed_time=12762 +2025-01-14 22:31:01.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.429 | +functions-common:time_stop:2435 total=96607 +2025-01-14 22:31:01.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.440 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:01.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.453 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=109369 +2025-01-14 22:31:01.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.466 | +inc/python:pip_install:219 return 0 +2025-01-14 22:31:01.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.480 | +inc/python:setup_package:467 [[ -e == \-\e ]] +2025-01-14 22:31:01.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.491 | +inc/python:setup_package:467 [[ True == \F\a\l\s\e ]] +2025-01-14 22:31:01.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.503 | +inc/python:_setup_package_with_constraints_edit:413 use_library_from_git /opt/stack/nova +2025-01-14 22:31:01.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.514 | +inc/python:use_library_from_git:266 local name=/opt/stack/nova +2025-01-14 22:31:01.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.528 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:31:01.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.541 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:31:01.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.552 | +inc/python:use_library_from_git:268 [[ ,, =~ ,/opt/stack/nova, ]] +2025-01-14 22:31:01.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.564 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:31:01.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.577 | +lib/nova:install_nova:982 sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion +2025-01-14 22:31:01.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.609 | +lib/stack:stack_install_service:33 [[ False = True ]] +2025-01-14 22:31:01.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.622 | +./stack.sh:main:979 configure_nova +2025-01-14 22:31:01.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.632 | +lib/nova:configure_nova:257 sudo install -d -o ubuntu /etc/nova +2025-01-14 22:31:01.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.658 | +lib/nova:configure_nova:259 configure_rootwrap nova +2025-01-14 22:31:01.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.670 | +inc/rootwrap:configure_rootwrap:43 local project=nova +2025-01-14 22:31:01.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.681 | +inc/rootwrap:configure_rootwrap:44 local project_uc +2025-01-14 22:31:01.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.696 | ++inc/rootwrap:configure_rootwrap:45 tr a-z A-Z +2025-01-14 22:31:01.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.698 | ++inc/rootwrap:configure_rootwrap:45 echo nova +2025-01-14 22:31:01.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.707 | +inc/rootwrap:configure_rootwrap:45 project_uc=NOVA +2025-01-14 22:31:01.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.715 | +inc/rootwrap:configure_rootwrap:46 local bin_dir=NOVA_BIN_DIR +2025-01-14 22:31:01.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.723 | +inc/rootwrap:configure_rootwrap:47 bin_dir=/opt/stack/data/venv/bin +2025-01-14 22:31:01.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.731 | +inc/rootwrap:configure_rootwrap:48 local project_dir=NOVA_DIR +2025-01-14 22:31:01.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.739 | +inc/rootwrap:configure_rootwrap:49 project_dir=/opt/stack/nova +2025-01-14 22:31:01.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.751 | +inc/rootwrap:configure_rootwrap:51 local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova +2025-01-14 22:31:01.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.761 | +inc/rootwrap:configure_rootwrap:52 local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap +2025-01-14 22:31:01.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.774 | +inc/rootwrap:configure_rootwrap:55 sudo rm -rf /etc/nova/rootwrap.d +2025-01-14 22:31:01.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.802 | +inc/rootwrap:configure_rootwrap:56 sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d +2025-01-14 22:31:01.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.831 | +inc/rootwrap:configure_rootwrap:57 sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d +2025-01-14 22:31:01.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.856 | +inc/rootwrap:configure_rootwrap:60 sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf +2025-01-14 22:31:01.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.877 | +inc/rootwrap:configure_rootwrap:61 sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf +2025-01-14 22:31:01.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.903 | +inc/rootwrap:configure_rootwrap:66 sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf +2025-01-14 22:31:01.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.920 | +inc/rootwrap:configure_rootwrap:69 local tempfile +2025-01-14 22:31:01.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.933 | ++inc/rootwrap:configure_rootwrap:70 mktemp +2025-01-14 22:31:01.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.946 | +inc/rootwrap:configure_rootwrap:70 tempfile=/tmp/tmp.AwmvLlIxqe +2025-01-14 22:31:01.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.959 | +inc/rootwrap:configure_rootwrap:72 rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' +2025-01-14 22:31:01.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.970 | +inc/rootwrap:configure_rootwrap:73 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' +2025-01-14 22:31:01.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.982 | +inc/rootwrap:configure_rootwrap:74 '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' +2025-01-14 22:31:01.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:01.993 | +inc/rootwrap:configure_rootwrap:76 rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' +2025-01-14 22:31:01.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.006 | +inc/rootwrap:configure_rootwrap:77 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' +2025-01-14 22:31:02.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.019 | +inc/rootwrap:configure_rootwrap:79 chmod 0440 /tmp/tmp.AwmvLlIxqe +2025-01-14 22:31:02.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.034 | +inc/rootwrap:configure_rootwrap:80 sudo chown root:root /tmp/tmp.AwmvLlIxqe +2025-01-14 22:31:02.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.066 | +inc/rootwrap:configure_rootwrap:81 sudo mv /tmp/tmp.AwmvLlIxqe /etc/sudoers.d/nova-rootwrap +2025-01-14 22:31:02.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.096 | ++inc/rootwrap:configure_rootwrap:85 dirname /opt/stack/data/venv/bin/nova-rootwrap +2025-01-14 22:31:02.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.110 | +inc/rootwrap:configure_rootwrap:85 add_sudo_secure_path /opt/stack/data/venv/bin +2025-01-14 22:31:02.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.121 | +inc/rootwrap:add_sudo_secure_path:21 local dir=/opt/stack/data/venv/bin +2025-01-14 22:31:02.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.132 | +inc/rootwrap:add_sudo_secure_path:22 local line +2025-01-14 22:31:02.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.146 | +inc/rootwrap:add_sudo_secure_path:25 [[ -r /etc/sudoers.d/zz-secure-path ]] +2025-01-14 22:31:02.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.159 | +inc/rootwrap:add_sudo_secure_path:28 line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' +2025-01-14 22:31:02.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.170 | +inc/rootwrap:add_sudo_secure_path:32 [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] +2025-01-14 22:31:02.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.182 | +inc/rootwrap:add_sudo_secure_path:33 sudo tee /etc/sudoers.d/zz-secure-path +2025-01-14 22:31:02.182 | +inc/rootwrap:add_sudo_secure_path:33 echo 'Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' +2025-01-14 22:31:02.190 | Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin +2025-01-14 22:31:02.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.199 | +inc/rootwrap:add_sudo_secure_path:34 sudo chmod 400 /etc/sudoers.d/zz-secure-path +2025-01-14 22:31:02.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.218 | +inc/rootwrap:add_sudo_secure_path:35 sudo chown root:root /etc/sudoers.d/zz-secure-path +2025-01-14 22:31:02.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.237 | +lib/nova:configure_nova:261 [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak =~ n-api ]] +2025-01-14 22:31:02.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.247 | +lib/nova:configure_nova:263 cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova +2025-01-14 22:31:02.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.260 | +lib/nova:configure_nova:266 is_service_enabled n-cpu +2025-01-14 22:31:02.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.311 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:02.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.323 | +lib/nova:configure_nova:268 sudo sysctl -w net.ipv4.ip_forward=1 +2025-01-14 22:31:02.339 | net.ipv4.ip_forward = 1 +2025-01-14 22:31:02.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.356 | +lib/nova:configure_nova:270 [[ libvirt = \l\i\b\v\i\r\t ]] +2025-01-14 22:31:02.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.368 | +lib/nova:configure_nova:274 [[ kvm == \k\v\m ]] +2025-01-14 22:31:02.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.379 | +lib/nova:configure_nova:275 sudo modprobe kvm +2025-01-14 22:31:02.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.401 | +lib/nova:configure_nova:276 '[' '!' -e /dev/kvm ']' +2025-01-14 22:31:02.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.410 | +lib/nova:configure_nova:277 echo 'WARNING: Switching to QEMU' +2025-01-14 22:31:02.410 | WARNING: Switching to QEMU +2025-01-14 22:31:02.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.418 | +lib/nova:configure_nova:278 LIBVIRT_TYPE=qemu +2025-01-14 22:31:02.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.432 | +lib/nova:configure_nova:279 LIBVIRT_CPU_MODE=custom +2025-01-14 22:31:02.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.448 | +lib/nova:configure_nova:280 LIBVIRT_CPU_MODEL=Nehalem +2025-01-14 22:31:02.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.461 | +lib/nova:configure_nova:281 which selinuxenabled +2025-01-14 22:31:02.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.477 | +lib/nova:configure_nova:291 [[ qemu == \l\x\c ]] +2025-01-14 22:31:02.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.492 | +lib/nova:configure_nova:306 sudo install -d -o ubuntu /opt/stack/data/nova/instances +2025-01-14 22:31:02.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.519 | +lib/nova:configure_nova:311 '[' -L /dev/disk/by-label/nova-instances ']' +2025-01-14 22:31:02.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.531 | +lib/nova:configure_nova:320 sudo tee /etc/iscsi/initiatorname.iscsi +2025-01-14 22:31:02.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.535 | ++lib/nova:configure_nova:320 iscsi-iname +2025-01-14 22:31:02.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.544 | +lib/nova:configure_nova:320 echo InitiatorName=iqn.2016-04.com.open-iscsi:48476756243d +2025-01-14 22:31:02.544 | InitiatorName=iqn.2016-04.com.open-iscsi:48476756243d +2025-01-14 22:31:02.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.554 | +lib/nova:configure_nova:322 [[ False == \T\r\u\e ]] +2025-01-14 22:31:02.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.562 | +lib/nova:configure_nova:337 iniset -sudo /etc/iscsi/iscsid.conf DEFAULT node.session.auth.chap_algs SHA3-256,SHA256 +2025-01-14 22:31:02.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.680 | +lib/nova:configure_nova:339 [[ lioadm != \n\v\m\e\t ]] +2025-01-14 22:31:02.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.689 | +lib/nova:configure_nova:341 restart_service iscsid +2025-01-14 22:31:02.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.699 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:31:02.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.708 | +functions-common:restart_service:2306 sudo /bin/systemctl restart iscsid +2025-01-14 22:31:02.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.755 | +lib/nova:configure_nova:364 create_nova_conf +2025-01-14 22:31:02.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.767 | +lib/nova:create_nova_conf:434 rm -f /opt/stack/nova/bin/nova.conf +2025-01-14 22:31:02.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.775 | +lib/nova:create_nova_conf:437 rm -f /etc/nova/nova.conf +2025-01-14 22:31:02.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.782 | +lib/nova:create_nova_conf:438 iniset /etc/nova/nova.conf DEFAULT debug True +2025-01-14 22:31:02.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.793 | tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified +2025-01-14 22:31:02.793 | +2025-01-14 22:31:02.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.823 | +lib/nova:create_nova_conf:439 '[' True == True ']' +2025-01-14 22:31:02.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.830 | +lib/nova:create_nova_conf:440 iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True +2025-01-14 22:31:02.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.898 | +lib/nova:create_nova_conf:442 iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini +2025-01-14 22:31:02.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.914 | tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified +2025-01-14 22:31:02.914 | +2025-01-14 22:31:02.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.977 | +lib/nova:create_nova_conf:443 iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf +2025-01-14 22:31:02.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:02.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.048 | +lib/nova:create_nova_conf:444 iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter +2025-01-14 22:31:03.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.119 | +lib/nova:create_nova_conf:445 iniset /etc/nova/nova.conf scheduler workers 2 +2025-01-14 22:31:03.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.192 | +lib/nova:create_nova_conf:446 iniset /etc/nova/nova.conf neutron default_floating_pool public +2025-01-14 22:31:03.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.260 | +lib/nova:create_nova_conf:447 iniset /etc/nova/nova.conf DEFAULT my_ip 10.201.9.223 +2025-01-14 22:31:03.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.333 | +lib/nova:create_nova_conf:448 iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x +2025-01-14 22:31:03.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.406 | +lib/nova:create_nova_conf:449 iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 +2025-01-14 22:31:03.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.463 | +lib/nova:create_nova_conf:450 iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 +2025-01-14 22:31:03.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.523 | +lib/nova:create_nova_conf:451 iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 +2025-01-14 22:31:03.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.586 | +lib/nova:create_nova_conf:453 iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager +2025-01-14 22:31:03.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.653 | +lib/nova:create_nova_conf:455 iniset /etc/nova/nova.conf DEFAULT report_interval 120 +2025-01-14 22:31:03.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.704 | +lib/nova:create_nova_conf:456 iniset /etc/nova/nova.conf DEFAULT service_down_time 720 +2025-01-14 22:31:03.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.765 | +lib/nova:create_nova_conf:458 is_fedora +2025-01-14 22:31:03.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.773 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:31:03.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.781 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:31:03.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.792 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:31:03.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.803 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:31:03.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.815 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:31:03.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.828 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:31:03.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.839 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:31:03.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.853 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:31:03.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.864 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:31:03.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.876 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:31:03.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.886 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:31:03.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.898 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:31:03.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.909 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:31:03.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.920 | +lib/nova:create_nova_conf:467 is_service_enabled n-api n-cond n-sched +2025-01-14 22:31:03.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.978 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:03.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.989 | +lib/nova:create_nova_conf:471 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:31:03.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:03.999 | +lib/nova:create_nova_conf:474 local db=nova_cell0 +2025-01-14 22:31:04.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.011 | +lib/nova:create_nova_conf:477 iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False +2025-01-14 22:31:04.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.089 | ++lib/nova:create_nova_conf:480 database_connection_url nova_cell0 +2025-01-14 22:31:04.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.100 | ++lib/database:database_connection_url:134 local db=nova_cell0 +2025-01-14 22:31:04.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.110 | ++lib/database:database_connection_url:135 database_connection_url_mysql nova_cell0 +2025-01-14 22:31:04.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.122 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=nova_cell0 +2025-01-14 22:31:04.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.134 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:31:04.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.145 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:31:04.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.159 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:31:04.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.227 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:04.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.238 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:31:04.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.250 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:04.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.263 | +lib/nova:create_nova_conf:480 iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:04.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.348 | ++lib/nova:create_nova_conf:481 database_connection_url nova_api +2025-01-14 22:31:04.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.362 | ++lib/database:database_connection_url:134 local db=nova_api +2025-01-14 22:31:04.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.375 | ++lib/database:database_connection_url:135 database_connection_url_mysql nova_api +2025-01-14 22:31:04.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.386 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=nova_api +2025-01-14 22:31:04.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.396 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:31:04.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.407 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:31:04.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.418 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:31:04.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.469 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:04.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.477 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:31:04.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.486 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:04.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.496 | +lib/nova:create_nova_conf:481 iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:******@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:04.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.568 | +lib/nova:create_nova_conf:486 iniset /etc/nova/nova.conf cache enabled True +2025-01-14 22:31:04.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.636 | +lib/nova:create_nova_conf:487 iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached +2025-01-14 22:31:04.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.702 | +lib/nova:create_nova_conf:488 iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 +2025-01-14 22:31:04.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.763 | +lib/nova:create_nova_conf:491 is_service_enabled n-api +2025-01-14 22:31:04.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.811 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:04.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.820 | +lib/nova:create_nova_conf:492 is_service_enabled n-api-meta +2025-01-14 22:31:04.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.868 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:04.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.877 | ++lib/nova:create_nova_conf:494 echo osapi_compute,metadata +2025-01-14 22:31:04.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.880 | ++lib/nova:create_nova_conf:494 sed s/,metadata// +2025-01-14 22:31:04.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.889 | +lib/nova:create_nova_conf:494 NOVA_ENABLED_APIS=osapi_compute +2025-01-14 22:31:04.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.896 | +lib/nova:create_nova_conf:496 iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute +2025-01-14 22:31:04.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.958 | +lib/nova:create_nova_conf:497 [[ True == \T\r\u\e ]] +2025-01-14 22:31:04.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.966 | +lib/nova:create_nova_conf:498 iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True +2025-01-14 22:31:04.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:04.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.033 | +lib/nova:create_nova_conf:499 iniset /etc/nova/nova.conf oslo_policy enforce_scope True +2025-01-14 22:31:05.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.101 | +lib/nova:create_nova_conf:505 configure_keystone_authtoken_middleware /etc/nova/nova.conf nova +2025-01-14 22:31:05.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.110 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/nova/nova.conf +2025-01-14 22:31:05.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.120 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=nova +2025-01-14 22:31:05.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.132 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=keystone_authtoken +2025-01-14 22:31:05.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.143 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/nova/nova.conf keystone_authtoken auth_type password +2025-01-14 22:31:05.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.227 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/nova/nova.conf keystone_authtoken interface public +2025-01-14 22:31:05.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.306 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.201.9.223/identity +2025-01-14 22:31:05.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.389 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/nova/nova.conf keystone_authtoken username nova +2025-01-14 22:31:05.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.472 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/nova/nova.conf keystone_authtoken password ****** +2025-01-14 22:31:05.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.556 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default +2025-01-14 22:31:05.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.623 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/nova/nova.conf keystone_authtoken project_name service +2025-01-14 22:31:05.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.694 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default +2025-01-14 22:31:05.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.767 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:31:05.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.836 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 +2025-01-14 22:31:05.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.910 | +lib/nova:create_nova_conf:508 is_service_enabled cinder +2025-01-14 22:31:05.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.961 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:05.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.969 | +lib/nova:create_nova_conf:509 configure_cinder_access +2025-01-14 22:31:05.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.978 | +lib/nova:configure_cinder_access:640 iniset /etc/nova/nova.conf cinder os_region_name RegionOne +2025-01-14 22:31:05.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:05.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.043 | +lib/nova:configure_cinder_access:641 iniset /etc/nova/nova.conf cinder auth_type password +2025-01-14 22:31:06.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.113 | +lib/nova:configure_cinder_access:642 iniset /etc/nova/nova.conf cinder auth_url http://10.201.9.223/identity +2025-01-14 22:31:06.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.174 | +lib/nova:configure_cinder_access:649 iniset /etc/nova/nova.conf cinder username nova +2025-01-14 22:31:06.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.231 | +lib/nova:configure_cinder_access:650 iniset /etc/nova/nova.conf cinder password ****** +2025-01-14 22:31:06.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.300 | +lib/nova:configure_cinder_access:651 iniset /etc/nova/nova.conf cinder user_domain_name Default +2025-01-14 22:31:06.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.368 | +lib/nova:configure_cinder_access:652 iniset /etc/nova/nova.conf cinder project_name service +2025-01-14 22:31:06.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.438 | +lib/nova:configure_cinder_access:653 iniset /etc/nova/nova.conf cinder project_domain_name Default +2025-01-14 22:31:06.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.496 | +lib/nova:configure_cinder_access:654 is_service_enabled tls-proxy +2025-01-14 22:31:06.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.529 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:06.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.535 | +lib/nova:create_nova_conf:512 is_service_enabled manila +2025-01-14 22:31:06.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.567 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:06.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.574 | +lib/nova:create_nova_conf:516 '[' -n /opt/stack/data/nova ']' +2025-01-14 22:31:06.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.581 | +lib/nova:create_nova_conf:517 iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova +2025-01-14 22:31:06.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.632 | +lib/nova:create_nova_conf:518 iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova +2025-01-14 22:31:06.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.685 | +lib/nova:create_nova_conf:520 '[' -n /opt/stack/data/nova/instances ']' +2025-01-14 22:31:06.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.691 | +lib/nova:create_nova_conf:521 iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances +2025-01-14 22:31:06.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.736 | +lib/nova:create_nova_conf:523 '[' False '!=' False ']' +2025-01-14 22:31:06.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.743 | +lib/nova:create_nova_conf:526 '[' False '!=' False ']' +2025-01-14 22:31:06.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.749 | +lib/nova:create_nova_conf:532 is_fedora +2025-01-14 22:31:06.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.756 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:31:06.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.763 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:31:06.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.769 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:31:06.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.776 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:31:06.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.782 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:31:06.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.789 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:31:06.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.795 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:31:06.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.802 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:31:06.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.810 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:31:06.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.818 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:31:06.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.826 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:31:06.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.834 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:31:06.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.843 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:31:06.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.852 | +lib/nova:create_nova_conf:537 setup_logging /etc/nova/nova.conf +2025-01-14 22:31:06.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.861 | +functions:setup_logging:685 setup_systemd_logging /etc/nova/nova.conf +2025-01-14 22:31:06.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.870 | +functions:setup_systemd_logging:702 local conf_file=/etc/nova/nova.conf +2025-01-14 22:31:06.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.880 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:31:06.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.921 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:31:06.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.927 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:31:06.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.934 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:31:06.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.942 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:31:06.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.950 | +functions:setup_systemd_logging:715 iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:31:06.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:06.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.002 | +functions:setup_systemd_logging:717 iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:31:07.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.050 | +functions:setup_systemd_logging:718 iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:31:07.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.094 | +functions:setup_systemd_logging:719 iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:31:07.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.139 | +functions:setup_systemd_logging:722 iniset /etc/nova/nova.conf DEFAULT log_color True +2025-01-14 22:31:07.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.200 | +lib/nova:create_nova_conf:539 iniset /etc/nova/nova.conf upgrade_levels compute auto +2025-01-14 22:31:07.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.257 | +lib/nova:create_nova_conf:541 is_service_enabled n-api +2025-01-14 22:31:07.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.299 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:07.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.306 | +lib/nova:create_nova_conf:542 write_uwsgi_config /etc/nova/nova-api-uwsgi.ini nova.wsgi.osapi_compute:application /compute '' nova-api +2025-01-14 22:31:07.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.312 | +lib/apache:write_uwsgi_config:242 local conf=/etc/nova/nova-api-uwsgi.ini +2025-01-14 22:31:07.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.318 | +lib/apache:write_uwsgi_config:243 local wsgi=nova.wsgi.osapi_compute:application +2025-01-14 22:31:07.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.325 | +lib/apache:write_uwsgi_config:244 local url=/compute +2025-01-14 22:31:07.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.332 | +lib/apache:write_uwsgi_config:245 local http= +2025-01-14 22:31:07.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.341 | +lib/apache:write_uwsgi_config:246 local name=nova-api +2025-01-14 22:31:07.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.348 | +lib/apache:write_uwsgi_config:248 '[' -z nova-api ']' +2025-01-14 22:31:07.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.356 | +lib/apache:write_uwsgi_config:254 local socket_dir=/var/run/uwsgi +2025-01-14 22:31:07.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.364 | +lib/apache:write_uwsgi_config:258 sudo mkdir -p /etc/tmpfiles.d/ +2025-01-14 22:31:07.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.379 | +lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:31:07.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.384 | +lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' +2025-01-14 22:31:07.388 | d /var/run/uwsgi 0755 ubuntu root +2025-01-14 22:31:07.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.395 | +lib/apache:write_uwsgi_config:260 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:31:07.404 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. +2025-01-14 22:31:07.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.413 | +lib/apache:write_uwsgi_config:262 local socket=/var/run/uwsgi/nova-api.socket +2025-01-14 22:31:07.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.420 | +lib/apache:write_uwsgi_config:265 rm -rf /etc/nova/nova-api-uwsgi.ini +2025-01-14 22:31:07.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.429 | +lib/apache:write_uwsgi_config:269 [[ nova.wsgi.osapi_compute:application =~ ^[a-zA-Z0-9_.]+:[a-zA-Z0-9_]+$ ]] +2025-01-14 22:31:07.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.438 | +lib/apache:write_uwsgi_config:270 iniset /etc/nova/nova-api-uwsgi.ini uwsgi module nova.wsgi.osapi_compute:application +2025-01-14 22:31:07.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.495 | +lib/apache:write_uwsgi_config:275 iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 +2025-01-14 22:31:07.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.555 | +lib/apache:write_uwsgi_config:277 iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true +2025-01-14 22:31:07.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.624 | +lib/apache:write_uwsgi_config:279 iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true +2025-01-14 22:31:07.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.696 | +lib/apache:write_uwsgi_config:280 iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false +2025-01-14 22:31:07.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.765 | +lib/apache:write_uwsgi_config:283 iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 +2025-01-14 22:31:07.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.832 | +lib/apache:write_uwsgi_config:284 iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true +2025-01-14 22:31:07.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.910 | +lib/apache:write_uwsgi_config:285 iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 +2025-01-14 22:31:07.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:07.993 | +lib/apache:write_uwsgi_config:287 iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true +2025-01-14 22:31:07.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.070 | +lib/apache:write_uwsgi_config:289 iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' +2025-01-14 22:31:08.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.143 | +lib/apache:write_uwsgi_config:291 iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 +2025-01-14 22:31:08.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.239 | +lib/apache:write_uwsgi_config:293 iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' +2025-01-14 22:31:08.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.322 | +lib/apache:write_uwsgi_config:295 iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true +2025-01-14 22:31:08.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.347 | tput: No value for $TERM and no -T specifiedtput: +2025-01-14 22:31:08.347 | No value for $TERM and no -T specified +2025-01-14 22:31:08.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.391 | +lib/apache:write_uwsgi_config:297 iniset /etc/nova/nova-api-uwsgi.ini uwsgi start-time %t +2025-01-14 22:31:08.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.457 | +lib/apache:write_uwsgi_config:300 [[ -n '' ]] +2025-01-14 22:31:08.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.467 | +lib/apache:write_uwsgi_config:303 local apache_conf= +2025-01-14 22:31:08.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.480 | ++lib/apache:write_uwsgi_config:304 apache_site_config_for nova-api +2025-01-14 22:31:08.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.491 | ++lib/apache:apache_site_config_for:173 local site=nova-api +2025-01-14 22:31:08.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.502 | ++lib/apache:apache_site_config_for:174 is_ubuntu +2025-01-14 22:31:08.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.515 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:08.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.526 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:08.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.537 | ++lib/apache:apache_site_config_for:176 echo /etc/apache2/sites-available/nova-api.conf +2025-01-14 22:31:08.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.553 | +lib/apache:write_uwsgi_config:304 apache_conf=/etc/apache2/sites-available/nova-api.conf +2025-01-14 22:31:08.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.568 | +lib/apache:write_uwsgi_config:305 iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api.socket +2025-01-14 22:31:08.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.638 | +lib/apache:write_uwsgi_config:306 iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 +2025-01-14 22:31:08.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.707 | +lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/nova-api.conf +2025-01-14 22:31:08.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.710 | +lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api.socket|uwsgi://uwsgi-uds-nova-api" retry=0 acquire=1 ' +2025-01-14 22:31:08.716 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api.socket|uwsgi://uwsgi-uds-nova-api" retry=0 acquire=1 +2025-01-14 22:31:08.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.724 | +lib/apache:write_uwsgi_config:308 enable_apache_site nova-api +2025-01-14 22:31:08.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.734 | +lib/apache:enable_apache_site:190 local site=nova-api +2025-01-14 22:31:08.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.743 | +lib/apache:enable_apache_site:192 enable_apache_mod version +2025-01-14 22:31:08.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.753 | +lib/apache:enable_apache_mod:55 local mod=version +2025-01-14 22:31:08.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.764 | +lib/apache:enable_apache_mod:57 is_ubuntu +2025-01-14 22:31:08.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.776 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:08.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.788 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:08.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.799 | +lib/apache:enable_apache_mod:60 [[ version != \v\e\r\s\i\o\n ]] +2025-01-14 22:31:08.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.810 | +lib/apache:enable_apache_site:193 is_ubuntu +2025-01-14 22:31:08.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.823 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:08.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.835 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:08.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.847 | +lib/apache:enable_apache_site:194 sudo a2ensite nova-api +2025-01-14 22:31:08.893 | Enabling site nova-api. +2025-01-14 22:31:08.903 | To activate the new configuration, you need to run: +2025-01-14 22:31:08.903 | systemctl reload apache2 +2025-01-14 22:31:08.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.917 | +lib/apache:write_uwsgi_config:309 restart_apache_server +2025-01-14 22:31:08.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.928 | +lib/apache:restart_apache_server:237 restart_service apache2 +2025-01-14 22:31:08.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.940 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:31:08.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:08.950 | +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 +2025-01-14 22:31:09.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.076 | +lib/nova:create_nova_conf:545 is_service_enabled n-api-meta +2025-01-14 22:31:09.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.111 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:09.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.118 | +lib/nova:create_nova_conf:546 write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini nova.wsgi.metadata:application '' 0.0.0.0:8775 nova-metadata +2025-01-14 22:31:09.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.124 | +lib/apache:write_uwsgi_config:242 local conf=/etc/nova/nova-metadata-uwsgi.ini +2025-01-14 22:31:09.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.131 | +lib/apache:write_uwsgi_config:243 local wsgi=nova.wsgi.metadata:application +2025-01-14 22:31:09.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.138 | +lib/apache:write_uwsgi_config:244 local url= +2025-01-14 22:31:09.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.145 | +lib/apache:write_uwsgi_config:245 local http=0.0.0.0:8775 +2025-01-14 22:31:09.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.153 | +lib/apache:write_uwsgi_config:246 local name=nova-metadata +2025-01-14 22:31:09.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.162 | +lib/apache:write_uwsgi_config:248 '[' -z nova-metadata ']' +2025-01-14 22:31:09.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.170 | +lib/apache:write_uwsgi_config:254 local socket_dir=/var/run/uwsgi +2025-01-14 22:31:09.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.177 | +lib/apache:write_uwsgi_config:258 sudo mkdir -p /etc/tmpfiles.d/ +2025-01-14 22:31:09.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.193 | +lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' +2025-01-14 22:31:09.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.195 | +lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:31:09.204 | d /var/run/uwsgi 0755 ubuntu root +2025-01-14 22:31:09.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.217 | +lib/apache:write_uwsgi_config:260 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:31:09.229 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. +2025-01-14 22:31:09.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.241 | +lib/apache:write_uwsgi_config:262 local socket=/var/run/uwsgi/nova-metadata.socket +2025-01-14 22:31:09.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.250 | +lib/apache:write_uwsgi_config:265 rm -rf /etc/nova/nova-metadata-uwsgi.ini +2025-01-14 22:31:09.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.261 | +lib/apache:write_uwsgi_config:269 [[ nova.wsgi.metadata:application =~ ^[a-zA-Z0-9_.]+:[a-zA-Z0-9_]+$ ]] +2025-01-14 22:31:09.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.270 | +lib/apache:write_uwsgi_config:270 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi module nova.wsgi.metadata:application +2025-01-14 22:31:09.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.340 | +lib/apache:write_uwsgi_config:275 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 +2025-01-14 22:31:09.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.396 | +lib/apache:write_uwsgi_config:277 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true +2025-01-14 22:31:09.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.455 | +lib/apache:write_uwsgi_config:279 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true +2025-01-14 22:31:09.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.533 | +lib/apache:write_uwsgi_config:280 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false +2025-01-14 22:31:09.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.609 | +lib/apache:write_uwsgi_config:283 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 +2025-01-14 22:31:09.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.695 | +lib/apache:write_uwsgi_config:284 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true +2025-01-14 22:31:09.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.760 | +lib/apache:write_uwsgi_config:285 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 +2025-01-14 22:31:09.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.837 | +lib/apache:write_uwsgi_config:287 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true +2025-01-14 22:31:09.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.924 | +lib/apache:write_uwsgi_config:289 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' +2025-01-14 22:31:09.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:09.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.018 | +lib/apache:write_uwsgi_config:291 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 +2025-01-14 22:31:10.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.113 | +lib/apache:write_uwsgi_config:293 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' +2025-01-14 22:31:10.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.204 | +lib/apache:write_uwsgi_config:295 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true +2025-01-14 22:31:10.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.281 | +lib/apache:write_uwsgi_config:297 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi start-time %t +2025-01-14 22:31:10.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.355 | +lib/apache:write_uwsgi_config:300 [[ -n 0.0.0.0:8775 ]] +2025-01-14 22:31:10.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.366 | +lib/apache:write_uwsgi_config:301 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 +2025-01-14 22:31:10.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.457 | +lib/nova:create_nova_conf:549 is_service_enabled ceilometer +2025-01-14 22:31:10.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.521 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:10.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.531 | +lib/nova:create_nova_conf:557 iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 +2025-01-14 22:31:10.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.616 | ++lib/nova:create_nova_conf:558 get_notification_url +2025-01-14 22:31:10.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.628 | ++lib/rpc_backend:get_notification_url:136 local virtual_host= +2025-01-14 22:31:10.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.639 | ++lib/rpc_backend:get_notification_url:137 is_service_enabled rabbit +2025-01-14 22:31:10.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.704 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:10.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.716 | ++lib/rpc_backend:get_notification_url:138 echo rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:31:10.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.730 | +lib/nova:create_nova_conf:558 iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:31:10.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.813 | +lib/nova:create_nova_conf:559 iniset /etc/nova/nova.conf notifications notification_format unversioned +2025-01-14 22:31:10.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.880 | +lib/nova:create_nova_conf:560 iniset_rpc_backend nova /etc/nova/nova.conf +2025-01-14 22:31:10.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.889 | +lib/rpc_backend:iniset_rpc_backend:144 local package=nova +2025-01-14 22:31:10.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.901 | +lib/rpc_backend:iniset_rpc_backend:145 local file=/etc/nova/nova.conf +2025-01-14 22:31:10.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.912 | +lib/rpc_backend:iniset_rpc_backend:146 local section=DEFAULT +2025-01-14 22:31:10.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.924 | +lib/rpc_backend:iniset_rpc_backend:147 local virtual_host= +2025-01-14 22:31:10.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.935 | +lib/rpc_backend:iniset_rpc_backend:148 is_service_enabled rabbit +2025-01-14 22:31:10.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:10.992 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:10.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.005 | ++lib/rpc_backend:iniset_rpc_backend:149 get_transport_url '' +2025-01-14 22:31:11.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.015 | ++lib/rpc_backend:get_transport_url:126 local virtual_host= +2025-01-14 22:31:11.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.024 | ++lib/rpc_backend:get_transport_url:127 is_service_enabled rabbit +2025-01-14 22:31:11.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.081 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:11.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.091 | ++lib/rpc_backend:get_transport_url:128 echo rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:31:11.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.104 | +lib/rpc_backend:iniset_rpc_backend:149 iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:31:11.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.189 | +lib/rpc_backend:iniset_rpc_backend:150 '[' -n '' ']' +2025-01-14 22:31:11.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.202 | +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' +2025-01-14 22:31:11.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.218 | +lib/nova:create_nova_conf:562 iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 +2025-01-14 22:31:11.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.309 | +lib/nova:create_nova_conf:563 iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 +2025-01-14 22:31:11.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.403 | +lib/nova:create_nova_conf:565 iniset /etc/nova/nova.conf conductor workers 2 +2025-01-14 22:31:11.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.491 | +lib/nova:create_nova_conf:567 is_service_enabled tls-proxy +2025-01-14 22:31:11.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.548 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:11.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.557 | +lib/nova:create_nova_conf:572 iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 +2025-01-14 22:31:11.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.623 | +lib/nova:create_nova_conf:574 '[' True == True ']' +2025-01-14 22:31:11.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.629 | +lib/nova:create_nova_conf:575 init_nova_service_user_conf +2025-01-14 22:31:11.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.638 | +lib/nova:init_nova_service_user_conf:835 iniset /etc/nova/nova.conf service_user send_service_user_token True +2025-01-14 22:31:11.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.654 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.655 | No value for $TERM and no -T specified +2025-01-14 22:31:11.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.706 | +lib/nova:init_nova_service_user_conf:836 iniset /etc/nova/nova.conf service_user auth_type password +2025-01-14 22:31:11.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.792 | +lib/nova:init_nova_service_user_conf:837 iniset /etc/nova/nova.conf service_user auth_url http://10.201.9.223/identity +2025-01-14 22:31:11.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.867 | +lib/nova:init_nova_service_user_conf:838 iniset /etc/nova/nova.conf service_user username nova +2025-01-14 22:31:11.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.949 | +lib/nova:init_nova_service_user_conf:839 iniset /etc/nova/nova.conf service_user password ****** +2025-01-14 22:31:11.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:11.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.040 | +lib/nova:init_nova_service_user_conf:840 iniset /etc/nova/nova.conf service_user user_domain_name Default +2025-01-14 22:31:12.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.127 | +lib/nova:init_nova_service_user_conf:841 iniset /etc/nova/nova.conf service_user project_name service +2025-01-14 22:31:12.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.219 | +lib/nova:init_nova_service_user_conf:842 iniset /etc/nova/nova.conf service_user project_domain_name Default +2025-01-14 22:31:12.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.325 | +lib/nova:init_nova_service_user_conf:843 iniset /etc/nova/nova.conf service_user auth_strategy keystone +2025-01-14 22:31:12.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.411 | +lib/nova:create_nova_conf:578 is_service_enabled n-cond +2025-01-14 22:31:12.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.468 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:12.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.481 | ++lib/nova:create_nova_conf:579 seq 1 1 +2025-01-14 22:31:12.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.494 | +lib/nova:create_nova_conf:579 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:31:12.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.507 | +lib/nova:create_nova_conf:580 local conf +2025-01-14 22:31:12.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.517 | +lib/nova:create_nova_conf:581 local vhost +2025-01-14 22:31:12.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.531 | ++lib/nova:create_nova_conf:582 conductor_conf 1 +2025-01-14 22:31:12.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.543 | ++lib/nova:conductor_conf:847 local cell=1 +2025-01-14 22:31:12.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.557 | ++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf +2025-01-14 22:31:12.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.573 | +lib/nova:create_nova_conf:582 conf=/etc/nova/nova_cell1.conf +2025-01-14 22:31:12.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.588 | +lib/nova:create_nova_conf:583 vhost=nova_cell1 +2025-01-14 22:31:12.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.604 | +lib/nova:create_nova_conf:585 rm -f /etc/nova/nova_cell1.conf +2025-01-14 22:31:12.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.625 | ++lib/nova:create_nova_conf:586 database_connection_url nova_cell1 +2025-01-14 22:31:12.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.642 | ++lib/database:database_connection_url:134 local db=nova_cell1 +2025-01-14 22:31:12.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.655 | ++lib/database:database_connection_url:135 database_connection_url_mysql nova_cell1 +2025-01-14 22:31:12.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.669 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=nova_cell1 +2025-01-14 22:31:12.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.685 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:31:12.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.702 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:31:12.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.717 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:31:12.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.776 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:12.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.783 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:31:12.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.791 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:12.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.799 | +lib/nova:create_nova_conf:586 iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:12.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.868 | +lib/nova:create_nova_conf:587 iniset /etc/nova/nova_cell1.conf conductor workers 2 +2025-01-14 22:31:12.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.947 | +lib/nova:create_nova_conf:588 iniset /etc/nova/nova_cell1.conf DEFAULT debug True +2025-01-14 22:31:12.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:12.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.020 | +lib/nova:create_nova_conf:590 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:31:13.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.028 | +lib/nova:create_nova_conf:593 rpc_backend_add_vhost nova_cell1 +2025-01-14 22:31:13.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.037 | +lib/rpc_backend:rpc_backend_add_vhost:112 local vhost=nova_cell1 +2025-01-14 22:31:13.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.050 | +lib/rpc_backend:rpc_backend_add_vhost:113 is_service_enabled rabbit +2025-01-14 22:31:13.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.111 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:13.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.123 | ++lib/rpc_backend:rpc_backend_add_vhost:114 grep nova_cell1 +2025-01-14 22:31:13.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.126 | ++lib/rpc_backend:rpc_backend_add_vhost:114 sudo rabbitmqctl list_vhosts +2025-01-14 22:31:13.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.684 | +lib/rpc_backend:rpc_backend_add_vhost:114 '[' -z ']' +2025-01-14 22:31:13.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:13.695 | +lib/rpc_backend:rpc_backend_add_vhost:115 sudo rabbitmqctl add_vhost nova_cell1 +2025-01-14 22:31:14.213 | Adding vhost "nova_cell1" ... +2025-01-14 22:31:14.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.273 | +lib/rpc_backend:rpc_backend_add_vhost:116 sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' +2025-01-14 22:31:14.829 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... +2025-01-14 22:31:14.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.869 | +lib/nova:create_nova_conf:594 iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 +2025-01-14 22:31:14.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.882 | +lib/rpc_backend:iniset_rpc_backend:144 local package=nova +2025-01-14 22:31:14.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.897 | +lib/rpc_backend:iniset_rpc_backend:145 local file=/etc/nova/nova_cell1.conf +2025-01-14 22:31:14.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.910 | +lib/rpc_backend:iniset_rpc_backend:146 local section=DEFAULT +2025-01-14 22:31:14.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.923 | +lib/rpc_backend:iniset_rpc_backend:147 local virtual_host=nova_cell1 +2025-01-14 22:31:14.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.937 | +lib/rpc_backend:iniset_rpc_backend:148 is_service_enabled rabbit +2025-01-14 22:31:14.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:14.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.004 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:15.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.020 | ++lib/rpc_backend:iniset_rpc_backend:149 get_transport_url nova_cell1 +2025-01-14 22:31:15.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.033 | ++lib/rpc_backend:get_transport_url:126 local virtual_host=nova_cell1 +2025-01-14 22:31:15.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.048 | ++lib/rpc_backend:get_transport_url:127 is_service_enabled rabbit +2025-01-14 22:31:15.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.115 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:15.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.128 | ++lib/rpc_backend:get_transport_url:128 echo rabbit://stackrabbit:******@10.201.9.223:5672/nova_cell1 +2025-01-14 22:31:15.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.143 | +lib/rpc_backend:iniset_rpc_backend:149 iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:******@10.201.9.223:5672/nova_cell1 +2025-01-14 22:31:15.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.254 | +lib/rpc_backend:iniset_rpc_backend:150 '[' -n '' ']' +2025-01-14 22:31:15.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.265 | +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' +2025-01-14 22:31:15.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.280 | +lib/nova:create_nova_conf:598 is_service_enabled placement placement-client +2025-01-14 22:31:15.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.347 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:15.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.359 | +lib/nova:create_nova_conf:599 configure_placement_nova_compute /etc/nova/nova_cell1.conf +2025-01-14 22:31:15.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.371 | +lib/nova:configure_placement_nova_compute:627 local conf=/etc/nova/nova_cell1.conf +2025-01-14 22:31:15.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.383 | +lib/nova:configure_placement_nova_compute:628 iniset /etc/nova/nova_cell1.conf placement auth_type password +2025-01-14 22:31:15.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.505 | +lib/nova:configure_placement_nova_compute:629 iniset /etc/nova/nova_cell1.conf placement auth_url http://10.201.9.223/identity +2025-01-14 22:31:15.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.621 | +lib/nova:configure_placement_nova_compute:630 iniset /etc/nova/nova_cell1.conf placement username nova +2025-01-14 22:31:15.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.731 | +lib/nova:configure_placement_nova_compute:631 iniset /etc/nova/nova_cell1.conf placement password ****** +2025-01-14 22:31:15.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.827 | +lib/nova:configure_placement_nova_compute:632 iniset /etc/nova/nova_cell1.conf placement user_domain_name Default +2025-01-14 22:31:15.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.881 | +lib/nova:configure_placement_nova_compute:633 iniset /etc/nova/nova_cell1.conf placement project_name service +2025-01-14 22:31:15.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.926 | +lib/nova:configure_placement_nova_compute:634 iniset /etc/nova/nova_cell1.conf placement project_domain_name Default +2025-01-14 22:31:15.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.968 | +lib/nova:configure_placement_nova_compute:635 iniset /etc/nova/nova_cell1.conf placement region_name RegionOne +2025-01-14 22:31:15.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:15.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.012 | +lib/nova:create_nova_conf:603 setup_logging /etc/nova/nova_cell1.conf +2025-01-14 22:31:16.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.019 | +functions:setup_logging:685 setup_systemd_logging /etc/nova/nova_cell1.conf +2025-01-14 22:31:16.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.027 | +functions:setup_systemd_logging:702 local conf_file=/etc/nova/nova_cell1.conf +2025-01-14 22:31:16.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.037 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:31:16.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.087 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:31:16.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.097 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:31:16.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.106 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:31:16.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.117 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:31:16.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.127 | +functions:setup_systemd_logging:715 iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:31:16.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.198 | +functions:setup_systemd_logging:717 iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:31:16.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.255 | +functions:setup_systemd_logging:718 iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:31:16.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.315 | +functions:setup_systemd_logging:719 iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:31:16.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.375 | +functions:setup_systemd_logging:722 iniset /etc/nova/nova_cell1.conf DEFAULT log_color True +2025-01-14 22:31:16.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.450 | +lib/nova:create_nova_conf:610 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:31:16.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.464 | ++lib/nova:create_nova_conf:613 seq 1 1 +2025-01-14 22:31:16.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.484 | +lib/nova:create_nova_conf:613 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:31:16.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.497 | +lib/nova:create_nova_conf:614 local conf +2025-01-14 22:31:16.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.511 | +lib/nova:create_nova_conf:615 local offset +2025-01-14 22:31:16.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.525 | ++lib/nova:create_nova_conf:616 conductor_conf 1 +2025-01-14 22:31:16.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.539 | ++lib/nova:conductor_conf:847 local cell=1 +2025-01-14 22:31:16.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.551 | ++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf +2025-01-14 22:31:16.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.564 | +lib/nova:create_nova_conf:616 conf=/etc/nova/nova_cell1.conf +2025-01-14 22:31:16.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.577 | +lib/nova:create_nova_conf:617 offset=0 +2025-01-14 22:31:16.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.590 | +lib/nova:create_nova_conf:618 configure_console_proxies /etc/nova/nova_cell1.conf 0 +2025-01-14 22:31:16.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.603 | +lib/nova:configure_console_proxies:737 local conf=/etc/nova/nova_cell1.conf +2025-01-14 22:31:16.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.617 | +lib/nova:configure_console_proxies:738 local offset=0 +2025-01-14 22:31:16.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.629 | +lib/nova:configure_console_proxies:742 offset=0 +2025-01-14 22:31:16.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.642 | +lib/nova:configure_console_proxies:744 is_service_enabled n-novnc +2025-01-14 22:31:16.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.701 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:16.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.712 | +lib/nova:configure_console_proxies:745 iniset /etc/nova/nova_cell1.conf vnc novncproxy_host 0.0.0.0 +2025-01-14 22:31:16.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.787 | +lib/nova:configure_console_proxies:746 iniset /etc/nova/nova_cell1.conf vnc novncproxy_port 6080 +2025-01-14 22:31:16.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.861 | +lib/nova:configure_console_proxies:748 is_nova_console_proxy_compute_tls_enabled +2025-01-14 22:31:16.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.871 | +lib/nova:is_nova_console_proxy_compute_tls_enabled:185 [[ False = \T\r\u\e ]] +2025-01-14 22:31:16.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.882 | +lib/nova:is_nova_console_proxy_compute_tls_enabled:186 return 1 +2025-01-14 22:31:16.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.893 | +lib/nova:configure_console_proxies:776 is_service_enabled n-spice +2025-01-14 22:31:16.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.950 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:16.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.962 | +lib/nova:configure_console_proxies:781 is_service_enabled n-sproxy +2025-01-14 22:31:16.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:16.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.012 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:17.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.021 | +lib/nova:configure_nova:366 is_service_enabled n-cpu +2025-01-14 22:31:17.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.089 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:17.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.101 | +lib/nova:configure_nova:366 [[ -r /opt/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]] +2025-01-14 22:31:17.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.111 | +lib/nova:configure_nova:368 configure_nova_hypervisor +2025-01-14 22:31:17.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.123 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:40 configure_libvirt +2025-01-14 22:31:17.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.136 | +lib/nova_plugins/functions-libvirt:configure_libvirt:111 is_service_enabled neutron +2025-01-14 22:31:17.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.190 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:17.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.198 | +lib/nova_plugins/functions-libvirt:configure_libvirt:111 sudo grep -q '^cgroup_device_acl' /etc/libvirt/qemu.conf +2025-01-14 22:31:17.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.219 | +lib/nova_plugins/functions-libvirt:configure_libvirt:113 sudo tee -a /etc/libvirt/qemu.conf +2025-01-14 22:31:17.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.223 | +lib/nova_plugins/functions-libvirt:configure_libvirt:113 cat +2025-01-14 22:31:17.228 | cgroup_device_acl = [ +2025-01-14 22:31:17.228 | "/dev/null", "/dev/full", "/dev/zero", +2025-01-14 22:31:17.228 | "/dev/random", "/dev/urandom", +2025-01-14 22:31:17.228 | "/dev/ptmx", "/dev/kvm", "/dev/kqemu", +2025-01-14 22:31:17.228 | "/dev/rtc", "/dev/hpet","/dev/net/tun", +2025-01-14 22:31:17.228 | "/dev/vfio/vfio", +2025-01-14 22:31:17.228 | ] +2025-01-14 22:31:17.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.236 | +lib/nova_plugins/functions-libvirt:configure_libvirt:124 is_fedora +2025-01-14 22:31:17.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.244 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:31:17.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.253 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:31:17.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.262 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:31:17.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.272 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:31:17.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.282 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:31:17.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.291 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:31:17.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.302 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:31:17.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.313 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:31:17.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.325 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:31:17.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.336 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:31:17.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.349 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:31:17.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.359 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:31:17.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.374 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:31:17.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.386 | +lib/nova_plugins/functions-libvirt:configure_libvirt:143 getent group libvirt +2025-01-14 22:31:17.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.403 | +lib/nova_plugins/functions-libvirt:configure_libvirt:146 add_user_to_group ubuntu libvirt +2025-01-14 22:31:17.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.417 | +functions-common:add_user_to_group:2190 local user=ubuntu +2025-01-14 22:31:17.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.430 | +functions-common:add_user_to_group:2191 local group=libvirt +2025-01-14 22:31:17.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.444 | +functions-common:add_user_to_group:2193 sudo usermod -a -G libvirt ubuntu +2025-01-14 22:31:17.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.485 | +lib/nova_plugins/functions-libvirt:configure_libvirt:149 [[ True = \T\r\u\e ]] +2025-01-14 22:31:17.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.495 | +lib/nova_plugins/functions-libvirt:configure_libvirt:150 is_ubuntu +2025-01-14 22:31:17.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.507 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:17.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.519 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:17.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.532 | +lib/nova_plugins/functions-libvirt:configure_libvirt:155 local 'log_filters=1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu' +2025-01-14 22:31:17.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.546 | +lib/nova_plugins/functions-libvirt:configure_libvirt:159 local log_outputs=1:file:/var/log/libvirt/libvirtd.log +2025-01-14 22:31:17.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.558 | +lib/nova_plugins/functions-libvirt:configure_libvirt:160 sudo grep -q '^log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu"' /etc/libvirt/libvirtd.conf +2025-01-14 22:31:17.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.586 | +lib/nova_plugins/functions-libvirt:configure_libvirt:161 sudo tee -a /etc/libvirt/libvirtd.conf +2025-01-14 22:31:17.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.592 | +lib/nova_plugins/functions-libvirt:configure_libvirt:161 echo 'log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu"' +2025-01-14 22:31:17.597 | log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu" +2025-01-14 22:31:17.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.606 | +lib/nova_plugins/functions-libvirt:configure_libvirt:163 sudo grep -q '^log_outputs="1:file:/var/log/libvirt/libvirtd.log"' /etc/libvirt/libvirtd.conf +2025-01-14 22:31:17.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.628 | +lib/nova_plugins/functions-libvirt:configure_libvirt:164 echo 'log_outputs="1:file:/var/log/libvirt/libvirtd.log"' +2025-01-14 22:31:17.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.633 | +lib/nova_plugins/functions-libvirt:configure_libvirt:164 sudo tee -a /etc/libvirt/libvirtd.conf +2025-01-14 22:31:17.645 | log_outputs="1:file:/var/log/libvirt/libvirtd.log" +2025-01-14 22:31:17.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.654 | +lib/nova_plugins/functions-libvirt:configure_libvirt:168 is_nova_console_proxy_compute_tls_enabled +2025-01-14 22:31:17.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.665 | +lib/nova:is_nova_console_proxy_compute_tls_enabled:185 [[ False = \T\r\u\e ]] +2025-01-14 22:31:17.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.677 | +lib/nova:is_nova_console_proxy_compute_tls_enabled:186 return 1 +2025-01-14 22:31:17.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.689 | +lib/nova_plugins/functions-libvirt:configure_libvirt:186 restart_service libvirtd +2025-01-14 22:31:17.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.704 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:31:17.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.717 | +functions-common:restart_service:2306 sudo /bin/systemctl restart libvirtd +2025-01-14 22:31:17.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.786 | +lib/nova_plugins/functions-libvirt:configure_libvirt:192 restart_service virtlogd +2025-01-14 22:31:17.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.793 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:31:17.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.800 | +functions-common:restart_service:2306 sudo /bin/systemctl restart virtlogd +2025-01-14 22:31:17.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.820 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:41 iniset /etc/nova/nova.conf libvirt virt_type qemu +2025-01-14 22:31:17.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.868 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:42 iniset /etc/nova/nova.conf libvirt cpu_mode custom +2025-01-14 22:31:17.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.935 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:43 '[' custom == custom ']' +2025-01-14 22:31:17.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.944 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:44 iniset /etc/nova/nova.conf libvirt cpu_model Nehalem +2025-01-14 22:31:17.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:17.998 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:47 iniset /etc/nova/nova.conf DEFAULT pointer_model ps2mouse +2025-01-14 22:31:18.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.050 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:48 iniset /etc/nova/nova.conf libvirt live_migration_uri qemu+ssh://ubuntu@%s/system +2025-01-14 22:31:18.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.110 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:49 iniset /etc/nova/nova.conf DEFAULT default_ephemeral_format ext4 +2025-01-14 22:31:18.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.181 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:50 iniset /etc/nova/nova.conf DEFAULT compute_driver libvirt.LibvirtDriver +2025-01-14 22:31:18.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.238 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:52 is_arch ppc64 +2025-01-14 22:31:18.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.245 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:31:18.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.254 | +functions-common:is_arch:518 [[ x86_64 == \p\p\c\6\4 ]] +2025-01-14 22:31:18.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.258 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:57 is_arch aarch64 +2025-01-14 22:31:18.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.264 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:31:18.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.271 | +functions-common:is_arch:518 [[ x86_64 == \a\a\r\c\h\6\4 ]] +2025-01-14 22:31:18.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.277 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:65 isset ENABLE_FILE_INJECTION +2025-01-14 22:31:18.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.283 | +functions-common:isset:261 [[ -v ENABLE_FILE_INJECTION ]] +2025-01-14 22:31:18.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.292 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:73 [[ qemu = \p\a\r\a\l\l\e\l\s ]] +2025-01-14 22:31:18.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.299 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:80 [[ '' == \L\V\M ]] +2025-01-14 22:31:18.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.307 | +./stack.sh:main:982 is_service_enabled placement +2025-01-14 22:31:18.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.358 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:18.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.372 | +./stack.sh:main:984 stack_install_service placement +2025-01-14 22:31:18.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.384 | +lib/stack:stack_install_service:20 local service=placement +2025-01-14 22:31:18.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.398 | +lib/stack:stack_install_service:21 type install_placement +2025-01-14 22:31:18.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.413 | +lib/stack:stack_install_service:23 [[ False = True ]] +2025-01-14 22:31:18.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.425 | +lib/stack:stack_install_service:32 install_placement +2025-01-14 22:31:18.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.437 | +lib/placement:install_placement:121 pip_install_gr osc-placement +2025-01-14 22:31:18.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.448 | +inc/python:pip_install_gr:94 local name=osc-placement +2025-01-14 22:31:18.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.461 | +inc/python:pip_install_gr:95 local clean_name +2025-01-14 22:31:18.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.478 | ++inc/python:pip_install_gr:96 get_from_global_requirements osc-placement +2025-01-14 22:31:18.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.494 | ++inc/python:get_from_global_requirements:241 local package=osc-placement +2025-01-14 22:31:18.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.506 | ++inc/python:get_from_global_requirements:242 local required_pkg +2025-01-14 22:31:18.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.523 | +++inc/python:get_from_global_requirements:243 cut -d# -f1 +2025-01-14 22:31:18.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.524 | +++inc/python:get_from_global_requirements:243 grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt +2025-01-14 22:31:18.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.536 | ++inc/python:get_from_global_requirements:243 required_pkg='osc-placement ' +2025-01-14 22:31:18.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.545 | ++inc/python:get_from_global_requirements:244 [[ osc-placement == '' ]] +2025-01-14 22:31:18.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.555 | ++inc/python:get_from_global_requirements:247 echo osc-placement +2025-01-14 22:31:18.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.566 | +inc/python:pip_install_gr:96 clean_name=osc-placement +2025-01-14 22:31:18.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.577 | +inc/python:pip_install_gr:97 pip_install osc-placement +2025-01-14 22:31:18.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.636 | Using python 3.10 to install osc-placement +2025-01-14 22:31:18.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:18.645 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement +2025-01-14 22:31:19.640 | Collecting osc-placement +2025-01-14 22:31:19.791 | Downloading osc_placement-4.5.0-py3-none-any.whl.metadata (1.9 kB) +2025-01-14 22:31:19.802 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.9.1) +2025-01-14 22:31:19.803 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.2.0) +2025-01-14 22:31:19.804 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (8.0.0) +2025-01-14 22:31:19.805 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.1.0) +2025-01-14 22:31:19.811 | Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.1.0) +2025-01-14 22:31:19.812 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) +2025-01-14 22:31:19.813 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.32.3) +2025-01-14 22:31:19.813 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.4.0) +2025-01-14 22:31:19.814 | Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (4.12.2) +2025-01-14 22:31:19.816 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.8.0) +2025-01-14 22:31:19.817 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) +2025-01-14 22:31:19.818 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.5.0) +2025-01-14 22:31:19.820 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (6.0.2) +2025-01-14 22:31:19.821 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.0) +2025-01-14 22:31:19.822 | Requirement already satisfied: netaddr>=0.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (1.3.0) +2025-01-14 22:31:19.822 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (24.2) +2025-01-14 22:31:19.823 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (6.1.0) +2025-01-14 22:31:19.824 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.2.0) +2025-01-14 22:31:19.824 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2024.2) +2025-01-14 22:31:19.827 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.12.0) +2025-01-14 22:31:19.828 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.2) +2025-01-14 22:31:19.828 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.5.7) +2025-01-14 22:31:19.830 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.17.0) +2025-01-14 22:31:19.836 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (44.0.0) +2025-01-14 22:31:19.836 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) +2025-01-14 22:31:19.837 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.3.3) +2025-01-14 22:31:19.837 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) +2025-01-14 22:31:19.838 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.33) +2025-01-14 22:31:19.839 | Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (4.3.6) +2025-01-14 22:31:19.840 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) +2025-01-14 22:31:19.852 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4.0) +2025-01-14 22:31:19.852 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.10) +2025-01-14 22:31:19.853 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.20) +2025-01-14 22:31:19.854 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) +2025-01-14 22:31:19.866 | Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.9.0) +2025-01-14 22:31:19.866 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.13) +2025-01-14 22:31:19.873 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.17.1) +2025-01-14 22:31:19.880 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (3.0.0) +2025-01-14 22:31:19.892 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.22) +2025-01-14 22:31:19.914 | Downloading osc_placement-4.5.0-py3-none-any.whl (64 kB) +2025-01-14 22:31:20.230 | Installing collected packages: osc-placement +2025-01-14 22:31:20.305 | Successfully installed osc-placement-4.5.0 +2025-01-14 22:31:20.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.453 | +inc/python:pip_install:216 result=0 +2025-01-14 22:31:20.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.465 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:31:20.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.477 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:20.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.487 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:20.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.499 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:20.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.509 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:20.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.518 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:20.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.530 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:31:20.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.540 | +functions-common:time_stop:2428 start_time=1736893878628 +2025-01-14 22:31:20.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.551 | +functions-common:time_stop:2430 [[ -z 1736893878628 ]] +2025-01-14 22:31:20.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.562 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:20.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.573 | +functions-common:time_stop:2433 end_time=1736893880563 +2025-01-14 22:31:20.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.584 | +functions-common:time_stop:2434 elapsed_time=1935 +2025-01-14 22:31:20.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.596 | +functions-common:time_stop:2435 total=109369 +2025-01-14 22:31:20.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.607 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:20.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.620 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=111304 +2025-01-14 22:31:20.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.633 | +inc/python:pip_install:219 return 0 +2025-01-14 22:31:20.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.648 | +lib/placement:install_placement:122 git_clone http://github.com/openstack/placement.git /opt/stack/placement master +2025-01-14 22:31:20.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.660 | +functions-common:git_clone:593 local git_remote=http://github.com/openstack/placement.git +2025-01-14 22:31:20.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.672 | +functions-common:git_clone:594 local git_dest=/opt/stack/placement +2025-01-14 22:31:20.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.685 | +functions-common:git_clone:595 local git_ref=master +2025-01-14 22:31:20.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.696 | +functions-common:git_clone:596 local orig_dir +2025-01-14 22:31:20.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.711 | ++functions-common:git_clone:597 pwd +2025-01-14 22:31:20.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.724 | +functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:31:20.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.736 | +functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:31:20.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.752 | ++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:31:20.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.806 | +functions-common:git_clone:600 RECLONE=False +2025-01-14 22:31:20.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.815 | +functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:31:20.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.826 | +functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:31:20.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.838 | +functions-common:git_clone:614 echo master +2025-01-14 22:31:20.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.839 | +functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:31:20.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.853 | +functions-common:git_clone:628 [[ ! -d /opt/stack/placement ]] +2025-01-14 22:31:20.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.864 | +functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:31:20.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.873 | +functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/placement.git /opt/stack/placement +2025-01-14 22:31:20.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.883 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:31:20.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.895 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:31:20.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.907 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:31:20.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.919 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:31:20.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.931 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:31:20.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.945 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:31:20.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.957 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:31:20.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.970 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:31:20.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.984 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:31:20.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:20.997 | +functions-common:time_start:2412 _TIME_START[$name]=1736893880987 +2025-01-14 22:31:21.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:21.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:21.010 | +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/placement.git /opt/stack/placement +2025-01-14 22:31:21.015 | Cloning into '/opt/stack/placement'... +2025-01-14 22:31:21.497 | warning: redirecting to https://github.com/openstack/placement.git/ +2025-01-14 22:31:24.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.051 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:31:24.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.063 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:24.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.074 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:24.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.085 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:24.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.097 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:24.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.108 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:24.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.121 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:31:24.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.134 | +functions-common:time_stop:2428 start_time=1736893880987 +2025-01-14 22:31:24.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.146 | +functions-common:time_stop:2430 [[ -z 1736893880987 ]] +2025-01-14 22:31:24.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.161 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:24.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.175 | +functions-common:time_stop:2433 end_time=1736893884161 +2025-01-14 22:31:24.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.187 | +functions-common:time_stop:2434 elapsed_time=3174 +2025-01-14 22:31:24.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.200 | +functions-common:time_stop:2435 total=95882 +2025-01-14 22:31:24.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.211 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:24.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.223 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=99056 +2025-01-14 22:31:24.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.237 | +functions-common:git_clone:635 cd /opt/stack/placement +2025-01-14 22:31:24.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.251 | +functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:31:24.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.266 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:31:24.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.277 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:31:24.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.290 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:31:24.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.304 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:31:24.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.316 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:31:24.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.328 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:31:24.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.340 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:31:24.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.353 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:31:24.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.368 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:31:24.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.385 | +functions-common:time_start:2412 _TIME_START[$name]=1736893884371 +2025-01-14 22:31:24.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:24.400 | +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:31:24.806 | warning: redirecting to https://github.com/openstack/placement.git/ +2025-01-14 22:31:25.067 | From http://github.com/openstack/placement +2025-01-14 22:31:25.068 | * branch master -> FETCH_HEAD +2025-01-14 22:31:25.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.090 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:31:25.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.102 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:25.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.115 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:25.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.127 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:25.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.138 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:25.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.152 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:25.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.164 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:31:25.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.174 | +functions-common:time_stop:2428 start_time=1736893884371 +2025-01-14 22:31:25.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.185 | +functions-common:time_stop:2430 [[ -z 1736893884371 ]] +2025-01-14 22:31:25.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.198 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:25.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.211 | +functions-common:time_stop:2433 end_time=1736893885200 +2025-01-14 22:31:25.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.223 | +functions-common:time_stop:2434 elapsed_time=829 +2025-01-14 22:31:25.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.236 | +functions-common:time_stop:2435 total=99056 +2025-01-14 22:31:25.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.250 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:25.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.262 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=99885 +2025-01-14 22:31:25.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.276 | +functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:31:25.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.289 | +functions-common:git_timed:701 local count=0 +2025-01-14 22:31:25.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.302 | +functions-common:git_timed:702 local timeout=0 +2025-01-14 22:31:25.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.314 | +functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:31:25.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.326 | +functions-common:git_timed:705 timeout=0 +2025-01-14 22:31:25.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.339 | +functions-common:git_timed:708 time_start git_timed +2025-01-14 22:31:25.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.351 | +functions-common:time_start:2407 local name=git_timed +2025-01-14 22:31:25.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.364 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:31:25.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.377 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:31:25.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.392 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:31:25.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.408 | +functions-common:time_start:2412 _TIME_START[$name]=1736893885394 +2025-01-14 22:31:25.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.421 | +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:31:25.464 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:31:25.464 | +2025-01-14 22:31:25.464 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:31:25.464 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:31:25.465 | state without impacting any branches by switching back to a branch. +2025-01-14 22:31:25.465 | +2025-01-14 22:31:25.465 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:31:25.465 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:31:25.465 | +2025-01-14 22:31:25.465 | git switch -c +2025-01-14 22:31:25.465 | +2025-01-14 22:31:25.465 | Or undo this operation with: +2025-01-14 22:31:25.465 | +2025-01-14 22:31:25.465 | git switch - +2025-01-14 22:31:25.465 | +2025-01-14 22:31:25.465 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:31:25.465 | +2025-01-14 22:31:25.465 | HEAD is now at 6aa4b359 Merge "Adapt tests to new messages from jsonschema 4.23.0" +2025-01-14 22:31:25.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.482 | +functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:31:25.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.496 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:25.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.506 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:25.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.518 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:25.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.530 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:25.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.542 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:25.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.553 | +functions-common:time_stop:2427 name=git_timed +2025-01-14 22:31:25.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.567 | +functions-common:time_stop:2428 start_time=1736893885394 +2025-01-14 22:31:25.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.581 | +functions-common:time_stop:2430 [[ -z 1736893885394 ]] +2025-01-14 22:31:25.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.596 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:25.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.612 | +functions-common:time_stop:2433 end_time=1736893885599 +2025-01-14 22:31:25.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.626 | +functions-common:time_stop:2434 elapsed_time=205 +2025-01-14 22:31:25.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.640 | +functions-common:time_stop:2435 total=99885 +2025-01-14 22:31:25.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.651 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:25.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.663 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=100090 +2025-01-14 22:31:25.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.678 | +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/placement +2025-01-14 22:31:25.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.708 | +functions-common:git_clone:676 cd /opt/stack/placement +2025-01-14 22:31:25.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.719 | +functions-common:git_clone:677 git show --oneline +2025-01-14 22:31:25.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.720 | +functions-common:git_clone:677 head -1 +2025-01-14 22:31:25.724 | 6aa4b359 Merge "Adapt tests to new messages from jsonschema 4.23.0" +2025-01-14 22:31:25.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.731 | +functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:31:25.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.739 | +lib/placement:install_placement:123 setup_develop /opt/stack/placement +2025-01-14 22:31:25.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.748 | +inc/python:setup_develop:354 local bindep +2025-01-14 22:31:25.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.757 | +inc/python:setup_develop:355 [[ /opt/stack/placement == -bindep* ]] +2025-01-14 22:31:25.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.766 | +inc/python:setup_develop:359 local project_dir=/opt/stack/placement +2025-01-14 22:31:25.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.777 | +inc/python:setup_develop:360 local extras= +2025-01-14 22:31:25.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.787 | +inc/python:setup_develop:361 _setup_package_with_constraints_edit /opt/stack/placement -e +2025-01-14 22:31:25.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.798 | +inc/python:_setup_package_with_constraints_edit:380 local bindep +2025-01-14 22:31:25.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.809 | +inc/python:_setup_package_with_constraints_edit:381 [[ /opt/stack/placement == -bindep* ]] +2025-01-14 22:31:25.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.818 | +inc/python:_setup_package_with_constraints_edit:385 local project_dir=/opt/stack/placement +2025-01-14 22:31:25.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.828 | +inc/python:_setup_package_with_constraints_edit:386 local flags=-e +2025-01-14 22:31:25.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.839 | +inc/python:_setup_package_with_constraints_edit:387 local extras= +2025-01-14 22:31:25.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.853 | ++inc/python:_setup_package_with_constraints_edit:394 cd /opt/stack/placement +2025-01-14 22:31:25.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.865 | ++inc/python:_setup_package_with_constraints_edit:394 pwd +2025-01-14 22:31:25.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.879 | +inc/python:_setup_package_with_constraints_edit:394 project_dir=/opt/stack/placement +2025-01-14 22:31:25.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.892 | +inc/python:_setup_package_with_constraints_edit:396 '[' -n /opt/stack/requirements ']' +2025-01-14 22:31:25.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.905 | +inc/python:_setup_package_with_constraints_edit:400 local name +2025-01-14 22:31:25.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.920 | ++inc/python:_setup_package_with_constraints_edit:401 awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg +2025-01-14 22:31:25.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.940 | +inc/python:_setup_package_with_constraints_edit:401 name=openstack-placement +2025-01-14 22:31:25.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.950 | +inc/python:_setup_package_with_constraints_edit:402 '[' -z openstack-placement ']' +2025-01-14 22:31:25.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:25.964 | +inc/python:_setup_package_with_constraints_edit:406 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement +2025-01-14 22:31:26.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.183 | +inc/python:_setup_package_with_constraints_edit:409 setup_package /opt/stack/placement -e +2025-01-14 22:31:26.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.191 | +inc/python:setup_package:437 local bindep=0 +2025-01-14 22:31:26.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.199 | +inc/python:setup_package:438 local bindep_flag= +2025-01-14 22:31:26.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.207 | +inc/python:setup_package:439 local bindep_profiles= +2025-01-14 22:31:26.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.215 | +inc/python:setup_package:440 [[ /opt/stack/placement == -bindep* ]] +2025-01-14 22:31:26.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.223 | +inc/python:setup_package:445 local project_dir=/opt/stack/placement +2025-01-14 22:31:26.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.232 | +inc/python:setup_package:446 local flags=-e +2025-01-14 22:31:26.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.239 | +inc/python:setup_package:447 local extras= +2025-01-14 22:31:26.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.246 | +inc/python:setup_package:451 [[ -n -e ]] +2025-01-14 22:31:26.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.254 | +inc/python:setup_package:451 [[ -z '' ]] +2025-01-14 22:31:26.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.261 | +inc/python:setup_package:451 [[ ! -e =~ ^-.* ]] +2025-01-14 22:31:26.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.269 | +inc/python:setup_package:456 [[ ! -z '' ]] +2025-01-14 22:31:26.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.276 | +inc/python:setup_package:461 [[ 0 == 1 ]] +2025-01-14 22:31:26.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.283 | +inc/python:setup_package:465 pip_install -e /opt/stack/placement +2025-01-14 22:31:26.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.315 | Using python 3.10 to install /opt/stack/placement +2025-01-14 22:31:26.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:26.321 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement +2025-01-14 22:31:27.087 | Obtaining file:///opt/stack/placement +2025-01-14 22:31:27.088 | Preparing metadata (setup.py): started +2025-01-14 22:31:27.770 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:31:27.817 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (6.1.0) +2025-01-14 22:31:27.818 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.0.36) +2025-01-14 22:31:27.818 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (10.8.0) +2025-01-14 22:31:27.819 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.5.1) +2025-01-14 22:31:27.819 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (1.8.9) +2025-01-14 22:31:27.820 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (4.23.0) +2025-01-14 22:31:27.820 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.32.3) +2025-01-14 22:31:27.821 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (75.8.0) +2025-01-14 22:31:27.822 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (6.2.0) +2025-01-14 22:31:27.822 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (9.7.0) +2025-01-14 22:31:27.823 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (5.7.0) +2025-01-14 22:31:27.823 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (7.0.0) +2025-01-14 22:31:27.824 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (5.6.0) +2025-01-14 22:31:27.825 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (8.0.0) +2025-01-14 22:31:27.825 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (17.1.0) +2025-01-14 22:31:27.826 | Requirement already satisfied: oslo.policy>=4.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (4.5.0) +2025-01-14 22:31:27.826 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (6.3.0) +2025-01-14 22:31:27.827 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.4.0) +2025-01-14 22:31:27.827 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (1.1.0) +2025-01-14 22:31:27.828 | Requirement already satisfied: os-traits>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (3.2.0) +2025-01-14 22:31:27.828 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.0.0) +2025-01-14 22:31:27.833 | Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (24.2.0) +2025-01-14 22:31:27.833 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (2024.10.1) +2025-01-14 22:31:27.834 | Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (0.35.1) +2025-01-14 22:31:27.834 | Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (0.22.3) +2025-01-14 22:31:27.841 | Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (2.10.1) +2025-01-14 22:31:27.841 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (5.9.1) +2025-01-14 22:31:27.842 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (3.9.0) +2025-01-14 22:31:27.843 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (6.5.0) +2025-01-14 22:31:27.844 | Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (4.0.0) +2025-01-14 22:31:27.845 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (5.5.0) +2025-01-14 22:31:27.850 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==12.1.0.dev24) (0.19) +2025-01-14 22:31:27.854 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (6.0.2) +2025-01-14 22:31:27.855 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (3.0.0) +2025-01-14 22:31:27.856 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (1.3.0) +2025-01-14 22:31:27.856 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (2.0.0) +2025-01-14 22:31:27.857 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (5.4.0) +2025-01-14 22:31:27.863 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (1.14.0) +2025-01-14 22:31:27.864 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (2.0.1) +2025-01-14 22:31:27.865 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (0.5.0) +2025-01-14 22:31:27.869 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==12.1.0.dev24) (2.9.0.post0) +2025-01-14 22:31:27.872 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (3.1.4) +2025-01-14 22:31:27.872 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (4.0.1) +2025-01-14 22:31:27.874 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (4.0.1) +2025-01-14 22:31:27.879 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==12.1.0.dev24) (1.1.0) +2025-01-14 22:31:27.880 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==12.1.0.dev24) (2024.2) +2025-01-14 22:31:27.882 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==12.1.0.dev24) (3.12.0) +2025-01-14 22:31:27.885 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (2.1.0) +2025-01-14 22:31:27.886 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (24.2) +2025-01-14 22:31:27.887 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (6.1.0) +2025-01-14 22:31:27.887 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (3.2.0) +2025-01-14 22:31:27.892 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (3.4.0) +2025-01-14 22:31:27.892 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (3.10) +2025-01-14 22:31:27.893 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (1.26.20) +2025-01-14 22:31:27.893 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (2020.6.20) +2025-01-14 22:31:27.896 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==12.1.0.dev24) (1.17.0) +2025-01-14 22:31:27.897 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==12.1.0.dev24) (0.7) +2025-01-14 22:31:27.924 | Requirement already satisfied: typing-extensions>=4.6.0 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==12.1.0.dev24) (4.12.2) +2025-01-14 22:31:27.925 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==12.1.0.dev24) (3.1.1) +2025-01-14 22:31:27.931 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (1.3.8) +2025-01-14 22:31:27.951 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (1.17.0) +2025-01-14 22:31:27.959 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (3.0.2) +2025-01-14 22:31:27.967 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (1.7.0) +2025-01-14 22:31:27.976 | Requirement already satisfied: dogpile.cache>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (1.3.3) +2025-01-14 22:31:27.982 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==12.1.0.dev24) (0.2.13) +2025-01-14 22:31:27.989 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (2024.2) +2025-01-14 22:31:28.017 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (2.7.2) +2025-01-14 22:31:28.029 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.3.3->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (5.1.1) +2025-01-14 22:31:28.280 | Installing collected packages: openstack-placement +2025-01-14 22:31:28.281 | DEPRECATION: Legacy editable install of openstack-placement==12.1.0.dev24 from file:///opt/stack/placement (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 +2025-01-14 22:31:28.281 | Running setup.py develop for openstack-placement +2025-01-14 22:31:29.159 | Successfully installed openstack-placement +2025-01-14 22:31:29.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.301 | +inc/python:pip_install:216 result=0 +2025-01-14 22:31:29.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.310 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:31:29.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.319 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:29.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.328 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:29.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.338 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:29.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.348 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:29.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.357 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:29.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.368 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:31:29.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.379 | +functions-common:time_stop:2428 start_time=1736893886311 +2025-01-14 22:31:29.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.392 | +functions-common:time_stop:2430 [[ -z 1736893886311 ]] +2025-01-14 22:31:29.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.407 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:29.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.422 | +functions-common:time_stop:2433 end_time=1736893889410 +2025-01-14 22:31:29.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.435 | +functions-common:time_stop:2434 elapsed_time=3099 +2025-01-14 22:31:29.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.446 | +functions-common:time_stop:2435 total=111304 +2025-01-14 22:31:29.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.456 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:29.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.468 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=114403 +2025-01-14 22:31:29.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.478 | +inc/python:pip_install:219 return 0 +2025-01-14 22:31:29.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.489 | +inc/python:setup_package:467 [[ -e == \-\e ]] +2025-01-14 22:31:29.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.499 | +inc/python:setup_package:467 [[ True == \F\a\l\s\e ]] +2025-01-14 22:31:29.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.509 | +inc/python:_setup_package_with_constraints_edit:413 use_library_from_git /opt/stack/placement +2025-01-14 22:31:29.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.519 | +inc/python:use_library_from_git:266 local name=/opt/stack/placement +2025-01-14 22:31:29.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.532 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:31:29.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.546 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:31:29.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.561 | +inc/python:use_library_from_git:268 [[ ,, =~ ,/opt/stack/placement, ]] +2025-01-14 22:31:29.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.576 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:31:29.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.589 | +lib/stack:stack_install_service:33 [[ False = True ]] +2025-01-14 22:31:29.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.603 | +./stack.sh:main:985 configure_placement +2025-01-14 22:31:29.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.616 | +lib/placement:configure_placement:86 sudo install -d -o ubuntu /etc/placement +2025-01-14 22:31:29.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.650 | +lib/placement:configure_placement:87 create_placement_conf +2025-01-14 22:31:29.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.664 | +lib/placement:create_placement_conf:76 rm -f /etc/placement/placement.conf +2025-01-14 22:31:29.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.682 | ++lib/placement:create_placement_conf:77 database_connection_url placement +2025-01-14 22:31:29.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.696 | ++lib/database:database_connection_url:134 local db=placement +2025-01-14 22:31:29.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.708 | ++lib/database:database_connection_url:135 database_connection_url_mysql placement +2025-01-14 22:31:29.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.721 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=placement +2025-01-14 22:31:29.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.732 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:31:29.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.743 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:31:29.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.752 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:31:29.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.811 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:29.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.822 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:31:29.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.834 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/placement?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:29.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.849 | +lib/placement:create_placement_conf:77 iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:******@127.0.0.1/placement?charset=utf8&plugin=dbcounter' +2025-01-14 22:31:29.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.929 | +lib/placement:create_placement_conf:78 iniset /etc/placement/placement.conf DEFAULT debug True +2025-01-14 22:31:29.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:29.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.008 | +lib/placement:create_placement_conf:79 iniset /etc/placement/placement.conf api auth_strategy keystone +2025-01-14 22:31:30.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.096 | +lib/placement:create_placement_conf:80 configure_keystone_authtoken_middleware /etc/placement/placement.conf placement +2025-01-14 22:31:30.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.110 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/placement/placement.conf +2025-01-14 22:31:30.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.123 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=placement +2025-01-14 22:31:30.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.137 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=keystone_authtoken +2025-01-14 22:31:30.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.153 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/placement/placement.conf keystone_authtoken auth_type password +2025-01-14 22:31:30.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.247 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/placement/placement.conf keystone_authtoken interface public +2025-01-14 22:31:30.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.332 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.201.9.223/identity +2025-01-14 22:31:30.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.403 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/placement/placement.conf keystone_authtoken username placement +2025-01-14 22:31:30.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.477 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/placement/placement.conf keystone_authtoken password ****** +2025-01-14 22:31:30.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.556 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default +2025-01-14 22:31:30.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.632 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/placement/placement.conf keystone_authtoken project_name service +2025-01-14 22:31:30.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.707 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default +2025-01-14 22:31:30.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.771 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:31:30.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.835 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 +2025-01-14 22:31:30.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.907 | +lib/placement:create_placement_conf:81 setup_logging /etc/placement/placement.conf +2025-01-14 22:31:30.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.918 | +functions:setup_logging:685 setup_systemd_logging /etc/placement/placement.conf +2025-01-14 22:31:30.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.928 | +functions:setup_systemd_logging:702 local conf_file=/etc/placement/placement.conf +2025-01-14 22:31:30.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.944 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:31:30.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:30.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.003 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:31:31.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.013 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:31:31.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.025 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:31:31.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.037 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:31:31.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.049 | +functions:setup_systemd_logging:715 iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:31:31.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.122 | +functions:setup_systemd_logging:717 iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:31:31.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.179 | +functions:setup_systemd_logging:718 iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:31:31.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.189 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.189 | No value for $TERM and no -T specified +2025-01-14 22:31:31.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.237 | +functions:setup_systemd_logging:719 iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:31:31.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.314 | +functions:setup_systemd_logging:722 iniset /etc/placement/placement.conf DEFAULT log_color True +2025-01-14 22:31:31.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.410 | +lib/placement:configure_placement:89 write_uwsgi_config /etc/placement/placement-uwsgi.ini placement.wsgi.api:application /placement '' placement-api +2025-01-14 22:31:31.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.425 | +lib/apache:write_uwsgi_config:242 local conf=/etc/placement/placement-uwsgi.ini +2025-01-14 22:31:31.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.441 | +lib/apache:write_uwsgi_config:243 local wsgi=placement.wsgi.api:application +2025-01-14 22:31:31.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.457 | +lib/apache:write_uwsgi_config:244 local url=/placement +2025-01-14 22:31:31.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.471 | +lib/apache:write_uwsgi_config:245 local http= +2025-01-14 22:31:31.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.484 | +lib/apache:write_uwsgi_config:246 local name=placement-api +2025-01-14 22:31:31.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.499 | +lib/apache:write_uwsgi_config:248 '[' -z placement-api ']' +2025-01-14 22:31:31.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.513 | +lib/apache:write_uwsgi_config:254 local socket_dir=/var/run/uwsgi +2025-01-14 22:31:31.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.527 | +lib/apache:write_uwsgi_config:258 sudo mkdir -p /etc/tmpfiles.d/ +2025-01-14 22:31:31.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.553 | +lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' +2025-01-14 22:31:31.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.556 | +lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:31:31.567 | d /var/run/uwsgi 0755 ubuntu root +2025-01-14 22:31:31.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.576 | +lib/apache:write_uwsgi_config:260 sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf +2025-01-14 22:31:31.591 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. +2025-01-14 22:31:31.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.600 | +lib/apache:write_uwsgi_config:262 local socket=/var/run/uwsgi/placement-api.socket +2025-01-14 22:31:31.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.608 | +lib/apache:write_uwsgi_config:265 rm -rf /etc/placement/placement-uwsgi.ini +2025-01-14 22:31:31.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.618 | +lib/apache:write_uwsgi_config:269 [[ placement.wsgi.api:application =~ ^[a-zA-Z0-9_.]+:[a-zA-Z0-9_]+$ ]] +2025-01-14 22:31:31.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.629 | +lib/apache:write_uwsgi_config:270 iniset /etc/placement/placement-uwsgi.ini uwsgi module placement.wsgi.api:application +2025-01-14 22:31:31.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.698 | +lib/apache:write_uwsgi_config:275 iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 +2025-01-14 22:31:31.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.778 | +lib/apache:write_uwsgi_config:277 iniset /etc/placement/placement-uwsgi.ini uwsgi master true +2025-01-14 22:31:31.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.857 | +lib/apache:write_uwsgi_config:279 iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true +2025-01-14 22:31:31.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.931 | +lib/apache:write_uwsgi_config:280 iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false +2025-01-14 22:31:31.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:31.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.005 | +lib/apache:write_uwsgi_config:283 iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 +2025-01-14 22:31:32.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.084 | +lib/apache:write_uwsgi_config:284 iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true +2025-01-14 22:31:32.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.162 | +lib/apache:write_uwsgi_config:285 iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 +2025-01-14 22:31:32.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.224 | +lib/apache:write_uwsgi_config:287 iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true +2025-01-14 22:31:32.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.289 | +lib/apache:write_uwsgi_config:289 iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' +2025-01-14 22:31:32.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.363 | +lib/apache:write_uwsgi_config:291 iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 +2025-01-14 22:31:32.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.433 | +lib/apache:write_uwsgi_config:293 iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' +2025-01-14 22:31:32.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.499 | +lib/apache:write_uwsgi_config:295 iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true +2025-01-14 22:31:32.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.570 | +lib/apache:write_uwsgi_config:297 iniset /etc/placement/placement-uwsgi.ini uwsgi start-time %t +2025-01-14 22:31:32.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.649 | +lib/apache:write_uwsgi_config:300 [[ -n '' ]] +2025-01-14 22:31:32.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.660 | +lib/apache:write_uwsgi_config:303 local apache_conf= +2025-01-14 22:31:32.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.676 | ++lib/apache:write_uwsgi_config:304 apache_site_config_for placement-api +2025-01-14 22:31:32.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.690 | ++lib/apache:apache_site_config_for:173 local site=placement-api +2025-01-14 22:31:32.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.703 | ++lib/apache:apache_site_config_for:174 is_ubuntu +2025-01-14 22:31:32.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.715 | ++functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:32.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.727 | ++functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:32.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.740 | ++lib/apache:apache_site_config_for:176 echo /etc/apache2/sites-available/placement-api.conf +2025-01-14 22:31:32.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.754 | +lib/apache:write_uwsgi_config:304 apache_conf=/etc/apache2/sites-available/placement-api.conf +2025-01-14 22:31:32.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.770 | +lib/apache:write_uwsgi_config:305 iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket +2025-01-14 22:31:32.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.881 | +lib/apache:write_uwsgi_config:306 iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 +2025-01-14 22:31:32.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.963 | +lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' +2025-01-14 22:31:32.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.963 | +lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/placement-api.conf +2025-01-14 22:31:32.974 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 +2025-01-14 22:31:32.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.986 | +lib/apache:write_uwsgi_config:308 enable_apache_site placement-api +2025-01-14 22:31:32.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:32.997 | +lib/apache:enable_apache_site:190 local site=placement-api +2025-01-14 22:31:33.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.010 | +lib/apache:enable_apache_site:192 enable_apache_mod version +2025-01-14 22:31:33.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.022 | +lib/apache:enable_apache_mod:55 local mod=version +2025-01-14 22:31:33.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.035 | +lib/apache:enable_apache_mod:57 is_ubuntu +2025-01-14 22:31:33.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.048 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:33.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.061 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:33.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.075 | +lib/apache:enable_apache_mod:60 [[ version != \v\e\r\s\i\o\n ]] +2025-01-14 22:31:33.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.087 | +lib/apache:enable_apache_site:193 is_ubuntu +2025-01-14 22:31:33.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.100 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:33.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.114 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:33.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.126 | +lib/apache:enable_apache_site:194 sudo a2ensite placement-api +2025-01-14 22:31:33.175 | Enabling site placement-api. +2025-01-14 22:31:33.183 | To activate the new configuration, you need to run: +2025-01-14 22:31:33.183 | systemctl reload apache2 +2025-01-14 22:31:33.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.201 | +lib/apache:write_uwsgi_config:309 restart_apache_server +2025-01-14 22:31:33.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.215 | +lib/apache:restart_apache_server:237 restart_service apache2 +2025-01-14 22:31:33.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.227 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:31:33.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.239 | +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 +2025-01-14 22:31:33.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.373 | +lib/placement:configure_placement:90 [[ False == \T\r\u\e ]] +2025-01-14 22:31:33.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.381 | +lib/placement:configure_placement:90 [[ False == \T\r\u\e ]] +2025-01-14 22:31:33.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.389 | +lib/placement:configure_placement:94 iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False +2025-01-14 22:31:33.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.475 | +lib/placement:configure_placement:95 iniset /etc/placement/placement.conf oslo_policy enforce_scope False +2025-01-14 22:31:33.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.555 | +./stack.sh:main:992 is_service_enabled placement placement-client +2025-01-14 22:31:33.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.612 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:33.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.621 | +./stack.sh:main:993 is_service_enabled n-cpu +2025-01-14 22:31:33.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.678 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:33.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.689 | +./stack.sh:main:994 configure_placement_nova_compute +2025-01-14 22:31:33.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.700 | +lib/nova:configure_placement_nova_compute:627 local conf=/etc/nova/nova.conf +2025-01-14 22:31:33.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.713 | +lib/nova:configure_placement_nova_compute:628 iniset /etc/nova/nova.conf placement auth_type password +2025-01-14 22:31:33.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.812 | +lib/nova:configure_placement_nova_compute:629 iniset /etc/nova/nova.conf placement auth_url http://10.201.9.223/identity +2025-01-14 22:31:33.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.893 | +lib/nova:configure_placement_nova_compute:630 iniset /etc/nova/nova.conf placement username nova +2025-01-14 22:31:33.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.971 | +lib/nova:configure_placement_nova_compute:631 iniset /etc/nova/nova.conf placement password ****** +2025-01-14 22:31:33.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:33.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.053 | +lib/nova:configure_placement_nova_compute:632 iniset /etc/nova/nova.conf placement user_domain_name Default +2025-01-14 22:31:34.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.146 | +lib/nova:configure_placement_nova_compute:633 iniset /etc/nova/nova.conf placement project_name service +2025-01-14 22:31:34.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.225 | +lib/nova:configure_placement_nova_compute:634 iniset /etc/nova/nova.conf placement project_domain_name Default +2025-01-14 22:31:34.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.303 | +lib/nova:configure_placement_nova_compute:635 iniset /etc/nova/nova.conf placement region_name RegionOne +2025-01-14 22:31:34.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.330 | No value for $TERM and no -T specified +2025-01-14 22:31:34.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.383 | +./stack.sh:main:998 is_service_enabled horizon +2025-01-14 22:31:34.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.444 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:34.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.457 | +./stack.sh:main:1003 is_service_enabled tls-proxy +2025-01-14 22:31:34.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.515 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:34.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.528 | +./stack.sh:main:1011 run_phase stack install +2025-01-14 22:31:34.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.542 | +functions-common:run_phase:1849 local mode=stack +2025-01-14 22:31:34.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.556 | +functions-common:run_phase:1850 local phase=install +2025-01-14 22:31:34.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.568 | +functions-common:run_phase:1851 [[ -d /opt/stack/devstack/extras.d ]] +2025-01-14 22:31:34.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.581 | +functions-common:run_phase:1852 local extra_plugin_file_name +2025-01-14 22:31:34.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.593 | +functions-common:run_phase:1853 for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh +2025-01-14 22:31:34.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.606 | +functions-common:run_phase:1858 local exceptions=80-tempest.sh +2025-01-14 22:31:34.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.619 | +functions-common:run_phase:1859 local extra +2025-01-14 22:31:34.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.634 | ++functions-common:run_phase:1860 basename /opt/stack/devstack/extras.d/80-tempest.sh +2025-01-14 22:31:34.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.650 | +functions-common:run_phase:1860 extra=80-tempest.sh +2025-01-14 22:31:34.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.663 | +functions-common:run_phase:1861 [[ 80-tempest.sh =~ 80-tempest\.sh ]] +2025-01-14 22:31:34.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.676 | +functions-common:run_phase:1865 [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] +2025-01-14 22:31:34.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.690 | +functions-common:run_phase:1865 source /opt/stack/devstack/extras.d/80-tempest.sh stack install +2025-01-14 22:31:34.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.702 | ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest +2025-01-14 22:31:34.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.762 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:34.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.773 | ++extras.d/80-tempest.sh:source:4 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:31:34.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.784 | ++extras.d/80-tempest.sh:source:7 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:31:34.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.795 | ++extras.d/80-tempest.sh:source:7 [[ install == \i\n\s\t\a\l\l ]] +2025-01-14 22:31:34.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.808 | ++extras.d/80-tempest.sh:source:8 echo_summary 'Installing Tempest' +2025-01-14 22:31:34.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.821 | ++./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:31:34.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.833 | ++./stack.sh:echo_summary:474 echo -e Installing Tempest +2025-01-14 22:31:34.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.843 | ++extras.d/80-tempest.sh:source:9 async_runfunc install_tempest +2025-01-14 22:31:34.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.858 | ++inc/async:async_runfunc:116 async_run install_tempest install_tempest +2025-01-14 22:31:34.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:34.992 | ++inc/async:async_inner:63 install_tempest +2025-01-14 22:31:35.027 | [3421 Async install_tempest:55272]: running: install_tempest +2025-01-14 22:31:35.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.034 | ++extras.d/80-tempest.sh:source:27 [[ stack == \u\n\s\t\a\c\k ]] +2025-01-14 22:31:35.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.041 | ++extras.d/80-tempest.sh:source:32 [[ stack == \c\l\e\a\n ]] +2025-01-14 22:31:35.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.048 | +functions-common:run_phase:1870 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:31:35.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.054 | +functions-common:run_phase:1873 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] +2025-01-14 22:31:35.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.061 | +functions-common:run_phase:1876 run_plugins stack install +2025-01-14 22:31:35.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.069 | +functions-common:run_plugins:1835 local mode=stack +2025-01-14 22:31:35.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.076 | +functions-common:run_plugins:1836 local phase=install +2025-01-14 22:31:35.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.083 | +functions-common:run_plugins:1838 local plugins= +2025-01-14 22:31:35.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.090 | +functions-common:run_plugins:1839 local plugin +2025-01-14 22:31:35.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.097 | +./stack.sh:main:1014 use_library_from_git python-openstackclient +2025-01-14 22:31:35.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.103 | +inc/python:use_library_from_git:266 local name=python-openstackclient +2025-01-14 22:31:35.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.110 | +inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:31:35.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.116 | +inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:31:35.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.123 | +inc/python:use_library_from_git:268 [[ ,, =~ ,python-openstackclient, ]] +2025-01-14 22:31:35.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.129 | +inc/python:use_library_from_git:269 return 1 +2025-01-14 22:31:35.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.136 | +./stack.sh:main:1018 pip_install_gr python-openstackclient +2025-01-14 22:31:35.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.142 | +inc/python:pip_install_gr:94 local name=python-openstackclient +2025-01-14 22:31:35.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.148 | +inc/python:pip_install_gr:95 local clean_name +2025-01-14 22:31:35.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.156 | ++inc/python:pip_install_gr:96 get_from_global_requirements python-openstackclient +2025-01-14 22:31:35.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.162 | ++inc/python:get_from_global_requirements:241 local package=python-openstackclient +2025-01-14 22:31:35.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.168 | ++inc/python:get_from_global_requirements:242 local required_pkg +2025-01-14 22:31:35.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.176 | +++inc/python:get_from_global_requirements:243 grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt +2025-01-14 22:31:35.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.177 | +++inc/python:get_from_global_requirements:243 cut -d# -f1 +2025-01-14 22:31:35.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.185 | ++inc/python:get_from_global_requirements:243 required_pkg='python-openstackclient ' +2025-01-14 22:31:35.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.191 | ++inc/python:get_from_global_requirements:244 [[ python-openstackclient == '' ]] +2025-01-14 22:31:35.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.197 | ++inc/python:get_from_global_requirements:247 echo python-openstackclient +2025-01-14 22:31:35.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.203 | +inc/python:pip_install_gr:96 clean_name=python-openstackclient +2025-01-14 22:31:35.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.210 | +inc/python:pip_install_gr:97 pip_install python-openstackclient +2025-01-14 22:31:35.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.250 | Using python 3.10 to install python-openstackclient +2025-01-14 22:31:35.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:35.256 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient +2025-01-14 22:31:36.494 | Collecting python-openstackclient +2025-01-14 22:31:36.649 | Downloading python_openstackclient-7.2.1-py3-none-any.whl.metadata (6.5 kB) +2025-01-14 22:31:36.662 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.8.0) +2025-01-14 22:31:36.663 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (44.0.0) +2025-01-14 22:31:36.664 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.1.0) +2025-01-14 22:31:36.665 | Requirement already satisfied: openstacksdk>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.2.0) +2025-01-14 22:31:36.666 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (3.2.0) +2025-01-14 22:31:36.667 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.5.0) +2025-01-14 22:31:36.668 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.0) +2025-01-14 22:31:36.669 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.6.0) +2025-01-14 22:31:36.670 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.5.0) +2025-01-14 22:31:36.670 | Requirement already satisfied: requests>=2.27.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.32.3) +2025-01-14 22:31:36.671 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.4.0) +2025-01-14 22:31:36.673 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.12.0) +2025-01-14 22:31:36.674 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.2) +2025-01-14 22:31:36.674 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.2) +2025-01-14 22:31:36.675 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.5.7) +2025-01-14 22:31:36.683 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->python-openstackclient) (1.17.1) +2025-01-14 22:31:36.686 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (5.1.1) +2025-01-14 22:31:36.687 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (1.3.3) +2025-01-14 22:31:36.688 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (1.0.1) +2025-01-14 22:31:36.688 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (1.33) +2025-01-14 22:31:36.689 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (5.9.1) +2025-01-14 22:31:36.690 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (1.7.0) +2025-01-14 22:31:36.690 | Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (4.3.6) +2025-01-14 22:31:36.691 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (6.1.0) +2025-01-14 22:31:36.692 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=3.3.0->python-openstackclient) (1.4.0) +2025-01-14 22:31:36.694 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (8.0.0) +2025-01-14 22:31:36.702 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (3.0.0) +2025-01-14 22:31:36.702 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.7.0) +2025-01-14 22:31:36.703 | Requirement already satisfied: oslo.serialization>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.6.0) +2025-01-14 22:31:36.704 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (24.2) +2025-01-14 22:31:36.707 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.27.0->python-openstackclient) (3.4.0) +2025-01-14 22:31:36.707 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.27.0->python-openstackclient) (3.10) +2025-01-14 22:31:36.708 | Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.27.0->python-openstackclient) (1.26.20) +2025-01-14 22:31:36.709 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.27.0->python-openstackclient) (2020.6.20) +2025-01-14 22:31:36.713 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.22) +2025-01-14 22:31:36.720 | Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.9.0) +2025-01-14 22:31:36.721 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.13) +2025-01-14 22:31:36.722 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.17.0) +2025-01-14 22:31:36.726 | Requirement already satisfied: typing-extensions>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=0.6.5->openstacksdk>=3.3.0->python-openstackclient) (4.12.2) +2025-01-14 22:31:36.730 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=3.3.0->python-openstackclient) (3.0.0) +2025-01-14 22:31:36.742 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.3.0) +2025-01-14 22:31:36.743 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) +2025-01-14 22:31:36.745 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.1.0) +2025-01-14 22:31:36.746 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (2024.2) +2025-01-14 22:31:36.749 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->osc-lib>=2.3.0->python-openstackclient) (3.2.0) +2025-01-14 22:31:36.795 | Downloading python_openstackclient-7.2.1-py3-none-any.whl (1.1 MB) +2025-01-14 22:31:36.905 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 12.8 MB/s eta 0:00:00 +2025-01-14 22:31:37.210 | Installing collected packages: python-openstackclient +2025-01-14 22:31:38.070 | Successfully installed python-openstackclient-7.2.1 +2025-01-14 22:31:38.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.212 | +inc/python:pip_install:216 result=0 +2025-01-14 22:31:38.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.217 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:31:38.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.222 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:38.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.226 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:38.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.231 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:38.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.235 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:38.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.241 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:38.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.255 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:31:38.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.261 | +functions-common:time_stop:2428 start_time=1736893895244 +2025-01-14 22:31:38.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.267 | +functions-common:time_stop:2430 [[ -z 1736893895244 ]] +2025-01-14 22:31:38.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.273 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:38.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.279 | +functions-common:time_stop:2433 end_time=1736893898274 +2025-01-14 22:31:38.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.284 | +functions-common:time_stop:2434 elapsed_time=3030 +2025-01-14 22:31:38.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.289 | +functions-common:time_stop:2435 total=114403 +2025-01-14 22:31:38.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.295 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:38.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.300 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=117433 +2025-01-14 22:31:38.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.305 | +inc/python:pip_install:219 return 0 +2025-01-14 22:31:38.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.312 | +./stack.sh:main:1023 install_oscwrap +2025-01-14 22:31:38.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.318 | ++functions-common:install_oscwrap:2471 mktemp +2025-01-14 22:31:38.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.326 | +functions-common:install_oscwrap:2471 OSCWRAP_TIMER_FILE=/tmp/tmp.7ucPlGP3go +2025-01-14 22:31:38.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.331 | +functions-common:install_oscwrap:2474 shopt -s expand_aliases +2025-01-14 22:31:38.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.337 | +functions-common:install_oscwrap:2477 unalias -a +2025-01-14 22:31:38.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.343 | +functions-common:install_oscwrap:2479 alias openstack=oscwrap +2025-01-14 22:31:38.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.349 | +./stack.sh:main:1028 [[ False != \F\a\l\s\e ]] +2025-01-14 22:31:38.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.355 | +./stack.sh:main:1068 '[' -f /opt/stack/data/ca-bundle.pem ']' +2025-01-14 22:31:38.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.361 | +./stack.sh:main:1076 is_service_enabled mysql postgresql +2025-01-14 22:31:38.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.404 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:38.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.411 | +./stack.sh:main:1077 configure_database +2025-01-14 22:31:38.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.417 | +lib/database:configure_database:128 configure_database_mysql +2025-01-14 22:31:38.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.422 | +lib/databases/mysql:configure_database_mysql:66 local my_conf mysql slow_log my_client_conf +2025-01-14 22:31:38.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.427 | +lib/databases/mysql:configure_database_mysql:67 echo_summary 'Configuring and starting MySQL' +2025-01-14 22:31:38.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.432 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:31:38.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.437 | +./stack.sh:echo_summary:474 echo -e Configuring and starting MySQL +2025-01-14 22:31:38.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.442 | +lib/databases/mysql:configure_database_mysql:69 is_ubuntu +2025-01-14 22:31:38.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.447 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:38.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.452 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:38.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.458 | +lib/databases/mysql:configure_database_mysql:70 my_conf=/etc/mysql/my.cnf +2025-01-14 22:31:38.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.463 | +lib/databases/mysql:configure_database_mysql:84 is_ubuntu +2025-01-14 22:31:38.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.477 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:38.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.482 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:38.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.487 | +lib/databases/mysql:configure_database_mysql:85 is_fips_enabled +2025-01-14 22:31:38.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.501 | ++functions-common:is_fips_enabled:2542 cat /proc/sys/crypto/fips_enabled +2025-01-14 22:31:38.502 | cat: /proc/sys/crypto/fips_enabled: No such file or directory +2025-01-14 22:31:38.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.508 | +functions-common:is_fips_enabled:2542 fips= +2025-01-14 22:31:38.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.513 | +functions-common:is_fips_enabled:2543 '[' '' == 1 ']' +2025-01-14 22:31:38.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.527 | ++lib/databases/mysql:configure_database_mysql:93 ipv6_unquote 0.0.0.0 +2025-01-14 22:31:38.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.544 | ++functions-common:ipv6_unquote:2219 echo 0.0.0.0 +2025-01-14 22:31:38.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.546 | ++functions-common:ipv6_unquote:2219 tr -d '[]' +2025-01-14 22:31:38.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.552 | +lib/databases/mysql:configure_database_mysql:93 iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 +2025-01-14 22:31:38.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.658 | +lib/databases/mysql:configure_database_mysql:96 is_fedora +2025-01-14 22:31:38.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.677 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:31:38.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.685 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:31:38.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.691 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:31:38.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.704 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:31:38.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.709 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:31:38.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.722 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:31:38.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.728 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:31:38.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.734 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:31:38.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.739 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:31:38.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.752 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:31:38.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.758 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:31:38.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.764 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:31:38.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.776 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:31:38.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.781 | +lib/databases/mysql:configure_database_mysql:99 is_ubuntu +2025-01-14 22:31:38.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.802 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:38.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.808 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:38.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.813 | +lib/databases/mysql:configure_database_mysql:101 restart_service mysql +2025-01-14 22:31:38.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.819 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:31:38.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:38.829 | +functions-common:restart_service:2306 sudo /bin/systemctl restart mysql +2025-01-14 22:31:40.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.609 | +lib/databases/mysql:configure_database_mysql:110 is_ubuntu +2025-01-14 22:31:40.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.617 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:40.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.624 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:40.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.630 | +lib/databases/mysql:configure_database_mysql:110 [[ ! jammy =~ bookworm|bullseye ]] +2025-01-14 22:31:40.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.637 | +lib/databases/mysql:configure_database_mysql:110 '[' mysql == mariadb ']' +2025-01-14 22:31:40.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.643 | +lib/databases/mysql:configure_database_mysql:111 sudo mysql****** -u root password ****** +2025-01-14 22:31:40.657 | mysql******: connect to server at 'localhost' failed +2025-01-14 22:31:40.657 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' +2025-01-14 22:31:40.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.666 | +lib/databases/mysql:configure_database_mysql:111 true +2025-01-14 22:31:40.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.673 | +lib/databases/mysql:configure_database_mysql:116 is_ubuntu +2025-01-14 22:31:40.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.680 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:40.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.687 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:40.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.693 | +lib/databases/mysql:configure_database_mysql:116 '[' mysql == mariadb ']' +2025-01-14 22:31:40.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.699 | +lib/databases/mysql:configure_database_mysql:119 local 'cmd_args=-uroot -p****** -h127.0.0.1 ' +2025-01-14 22:31:40.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.706 | +lib/databases/mysql:configure_database_mysql:126 is_ubuntu +2025-01-14 22:31:40.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.714 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:40.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.722 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:40.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.728 | +lib/databases/mysql:configure_database_mysql:126 [[ ! jammy =~ bookworm|bullseye ]] +2025-01-14 22:31:40.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.733 | +lib/databases/mysql:configure_database_mysql:126 '[' mysql == mariadb ']' +2025-01-14 22:31:40.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.743 | +lib/databases/mysql:configure_database_mysql:131 is_ubuntu +2025-01-14 22:31:40.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.749 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:31:40.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.756 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:31:40.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.763 | +lib/databases/mysql:configure_database_mysql:131 [[ ! jammy =~ bookworm|bullseye ]] +2025-01-14 22:31:40.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.771 | +lib/databases/mysql:configure_database_mysql:131 '[' mysql == mariadb ']' +2025-01-14 22:31:40.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.778 | +lib/databases/mysql:configure_database_mysql:133 sudo mysql -uroot -p****** -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''******'\'';' +2025-01-14 22:31:40.791 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:31:40.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.832 | +lib/databases/mysql:configure_database_mysql:135 sudo mysql -uroot -p****** -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' +2025-01-14 22:31:40.842 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:31:40.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.869 | +lib/databases/mysql:configure_database_mysql:141 iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL +2025-01-14 22:31:40.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.938 | +lib/databases/mysql:configure_database_mysql:142 iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB +2025-01-14 22:31:40.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:40.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.001 | +lib/databases/mysql:configure_database_mysql:143 iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 +2025-01-14 22:31:41.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.069 | +lib/databases/mysql:configure_database_mysql:145 [[ False == \T\r\u\e ]] +2025-01-14 22:31:41.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.075 | +lib/databases/mysql:configure_database_mysql:165 [[ True == \T\r\u\e ]] +2025-01-14 22:31:41.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.081 | +lib/databases/mysql:configure_database_mysql:166 echo 'enabling MySQL performance counting' +2025-01-14 22:31:41.081 | enabling MySQL performance counting +2025-01-14 22:31:41.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.087 | +lib/databases/mysql:configure_database_mysql:169 pip_install /opt/stack/devstack/tools/dbcounter +2025-01-14 22:31:41.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.118 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter +2025-01-14 22:31:41.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:41.123 | +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter +2025-01-14 22:31:41.897 | Processing ./tools/dbcounter +2025-01-14 22:31:41.899 | Installing build dependencies: started +2025-01-14 22:31:46.114 | Installing build dependencies: finished with status 'done' +2025-01-14 22:31:46.118 | Getting requirements to build wheel: started +2025-01-14 22:31:46.294 | Getting requirements to build wheel: finished with status 'done' +2025-01-14 22:31:46.298 | Preparing metadata (pyproject.toml): started +2025-01-14 22:31:46.474 | Preparing metadata (pyproject.toml): finished with status 'done' +2025-01-14 22:31:46.482 | Building wheels for collected packages: dbcounter +2025-01-14 22:31:46.483 | Building wheel for dbcounter (pyproject.toml): started +2025-01-14 22:31:46.691 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' +2025-01-14 22:31:46.691 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3229 sha256=ac7630ced6d2a08d1e7c9b6284334ad10fec12f994c6d6d8deb7a60b32a80c2f +2025-01-14 22:31:46.691 | Stored in directory: /tmp/pip-ephem-wheel-cache-w00pkkom/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 +2025-01-14 22:31:46.692 | Successfully built dbcounter +2025-01-14 22:31:46.953 | WARNING: Error parsing dependencies of tox: [Errno 2] No such file or directory: '/opt/stack/data/venv/lib/python3.10/site-packages/tox-4.23.2.dist-info/METADATA' +2025-01-14 22:31:47.017 | Installing collected packages: dbcounter +2025-01-14 22:31:47.053 | Successfully installed dbcounter-0.1 +2025-01-14 22:31:47.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.226 | +inc/python:pip_install:216 result=0 +2025-01-14 22:31:47.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.234 | +inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:31:47.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.242 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:47.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.249 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:47.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.255 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:47.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.261 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:47.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.266 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:47.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.274 | +functions-common:time_stop:2427 name=pip_install +2025-01-14 22:31:47.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.281 | +functions-common:time_stop:2428 start_time=1736893901114 +2025-01-14 22:31:47.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.289 | +functions-common:time_stop:2430 [[ -z 1736893901114 ]] +2025-01-14 22:31:47.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.295 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:47.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.305 | +functions-common:time_stop:2433 end_time=1736893907297 +2025-01-14 22:31:47.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.314 | +functions-common:time_stop:2434 elapsed_time=6183 +2025-01-14 22:31:47.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.322 | +functions-common:time_stop:2435 total=117433 +2025-01-14 22:31:47.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.328 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:47.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.340 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=123616 +2025-01-14 22:31:47.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.349 | +inc/python:pip_install:219 return 0 +2025-01-14 22:31:47.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.357 | +lib/databases/mysql:configure_database_mysql:172 recreate_database stats +2025-01-14 22:31:47.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.365 | +lib/database:recreate_database:112 local db=stats +2025-01-14 22:31:47.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.371 | +lib/database:recreate_database:113 recreate_database_mysql stats +2025-01-14 22:31:47.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.378 | +lib/databases/mysql:recreate_database_mysql:60 local db=stats +2025-01-14 22:31:47.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.386 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' +2025-01-14 22:31:47.390 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:31:47.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.411 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' +2025-01-14 22:31:47.415 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:31:47.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.442 | +lib/databases/mysql:configure_database_mysql:173 mysql -u root -p****** -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), +2025-01-14 22:31:47.443 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats +2025-01-14 22:31:47.449 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:31:47.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.474 | +lib/databases/mysql:configure_database_mysql:178 [[ True == \T\r\u\e ]] +2025-01-14 22:31:47.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.480 | +lib/databases/mysql:configure_database_mysql:179 iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K +2025-01-14 22:31:47.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.542 | +lib/databases/mysql:configure_database_mysql:180 iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M +2025-01-14 22:31:47.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.609 | +lib/databases/mysql:configure_database_mysql:181 iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K +2025-01-14 22:31:47.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.673 | +lib/databases/mysql:configure_database_mysql:182 iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 +2025-01-14 22:31:47.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.739 | +lib/databases/mysql:configure_database_mysql:183 iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M +2025-01-14 22:31:47.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.810 | +lib/databases/mysql:configure_database_mysql:184 iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M +2025-01-14 22:31:47.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.895 | +lib/databases/mysql:configure_database_mysql:185 iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M +2025-01-14 22:31:47.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.968 | +lib/databases/mysql:configure_database_mysql:188 restart_service mysql +2025-01-14 22:31:47.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.975 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:31:47.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:47.983 | +functions-common:restart_service:2306 sudo /bin/systemctl restart mysql +2025-01-14 22:31:49.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.873 | +./stack.sh:main:1081 save_stackenv 1081 +2025-01-14 22:31:49.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.880 | +functions-common:save_stackenv:60 local tag=1081 +2025-01-14 22:31:49.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.887 | ++functions-common:save_stackenv:62 date +%F-%H%M%S +2025-01-14 22:31:49.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.896 | +functions-common:save_stackenv:62 time_stamp=2025-01-14-223149 +2025-01-14 22:31:49.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.903 | +functions-common:save_stackenv:63 echo '# 2025-01-14-223149 1081' +2025-01-14 22:31:49.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.909 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:49.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.916 | +functions-common:save_stackenv:65 echo BASE_SQL_CONN=mysql+pymysql://root:******@127.0.0.1 +2025-01-14 22:31:49.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.922 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:49.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.930 | +functions-common:save_stackenv:65 echo DATA_DIR=/opt/stack/data +2025-01-14 22:31:49.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.936 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:49.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.943 | +functions-common:save_stackenv:65 echo DEST=/opt/stack +2025-01-14 22:31:49.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.950 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:49.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.957 | +functions-common:save_stackenv:65 echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak +2025-01-14 22:31:49.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.963 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:49.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.970 | +functions-common:save_stackenv:65 echo HOST_IP=10.201.9.223 +2025-01-14 22:31:49.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.977 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:49.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.984 | +functions-common:save_stackenv:65 echo KEYSTONE_SERVICE_URI=http://10.201.9.223/identity +2025-01-14 22:31:49.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.990 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:49.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:49.997 | +functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 +2025-01-14 22:31:49.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.003 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.010 | +functions-common:save_stackenv:65 echo OS_CACERT= +2025-01-14 22:31:50.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.017 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.023 | +functions-common:save_stackenv:65 echo SERVICE_HOST=10.201.9.223 +2025-01-14 22:31:50.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.031 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.038 | +functions-common:save_stackenv:65 echo STACK_USER=ubuntu +2025-01-14 22:31:50.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.044 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.050 | +functions-common:save_stackenv:65 echo TLS_IP= +2025-01-14 22:31:50.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.057 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.065 | +functions-common:save_stackenv:65 echo HOST_IPV6=::1 +2025-01-14 22:31:50.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.071 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.077 | +functions-common:save_stackenv:65 echo SERVICE_IP_VERSION=4 +2025-01-14 22:31:50.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.083 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.090 | +functions-common:save_stackenv:65 echo TUNNEL_ENDPOINT_IP=10.201.9.223 +2025-01-14 22:31:50.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.096 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:31:50.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.102 | +functions-common:save_stackenv:65 echo TUNNEL_IP_VERSION=4 +2025-01-14 22:31:50.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.109 | +./stack.sh:main:1093 [[ '' == \T\r\u\e ]] +2025-01-14 22:31:50.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.115 | +./stack.sh:main:1107 start_dstat +2025-01-14 22:31:50.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.122 | +lib/dstat:start_dstat:31 run_process dstat '/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.128 | +functions-common:run_process:1675 local service=dstat +2025-01-14 22:31:50.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.135 | +functions-common:run_process:1676 local 'command=/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.141 | +functions-common:run_process:1677 local group= +2025-01-14 22:31:50.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.147 | +functions-common:run_process:1678 local user= +2025-01-14 22:31:50.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.155 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:31:50.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.162 | +functions-common:run_process:1681 local name=dstat +2025-01-14 22:31:50.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.169 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:31:50.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.175 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:31:50.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.184 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:31:50.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.191 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:31:50.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.200 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:31:50.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.208 | +functions-common:time_start:2412 _TIME_START[$name]=1736893910201 +2025-01-14 22:31:50.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.214 | +functions-common:run_process:1684 is_service_enabled dstat +2025-01-14 22:31:50.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.250 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:50.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.257 | +functions-common:run_process:1685 _run_under_systemd dstat '/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' '' '' '' +2025-01-14 22:31:50.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.264 | +functions-common:_run_under_systemd:1632 local service=dstat +2025-01-14 22:31:50.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.270 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.277 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.288 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.294 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.300 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs =~ sudo ]] +2025-01-14 22:31:50.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.306 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs =~ ^/ ]] +2025-01-14 22:31:50.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.313 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@dstat.service +2025-01-14 22:31:50.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.319 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:31:50.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.326 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:31:50.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.332 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:31:50.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.339 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:31:50.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.351 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs =~ uwsgi ]] +2025-01-14 22:31:50.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.360 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@dstat.service '/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' '' ubuntu '' +2025-01-14 22:31:50.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.367 | +functions-common:write_user_unit_file:1539 local service=devstack@dstat.service +2025-01-14 22:31:50.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.375 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.386 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:31:50.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.392 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:31:50.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.398 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:31:50.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.405 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:31:50.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.411 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:31:50.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.418 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@dstat.service +2025-01-14 22:31:50.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.423 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:31:50.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.430 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' +2025-01-14 22:31:50.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.519 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@dstat.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:31:50.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.593 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu +2025-01-14 22:31:50.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.663 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs' +2025-01-14 22:31:50.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.733 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process +2025-01-14 22:31:50.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.800 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 +2025-01-14 22:31:50.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.870 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:31:50.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.950 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:31:50.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.959 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:31:50.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.970 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target +2025-01-14 22:31:50.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:50.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.061 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:31:51.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.362 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@dstat.service +2025-01-14 22:31:51.378 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. +2025-01-14 22:31:51.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.656 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@dstat.service +2025-01-14 22:31:51.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.679 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:31:51.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.686 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:51.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.692 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:51.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.700 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:51.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.707 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:51.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.715 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:51.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.724 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:31:51.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.731 | +functions-common:time_stop:2428 start_time=1736893910201 +2025-01-14 22:31:51.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.739 | +functions-common:time_stop:2430 [[ -z 1736893910201 ]] +2025-01-14 22:31:51.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.747 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:51.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.764 | +functions-common:time_stop:2433 end_time=1736893911748 +2025-01-14 22:31:51.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.772 | +functions-common:time_stop:2434 elapsed_time=1547 +2025-01-14 22:31:51.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.782 | +functions-common:time_stop:2435 total=0 +2025-01-14 22:31:51.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.789 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:51.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.795 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=1547 +2025-01-14 22:31:51.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.802 | +lib/dstat:start_dstat:36 run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root +2025-01-14 22:31:51.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.808 | +functions-common:run_process:1675 local service=memory_tracker +2025-01-14 22:31:51.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.820 | +functions-common:run_process:1676 local command=/opt/stack/devstack/tools/memory_tracker.sh +2025-01-14 22:31:51.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.829 | +functions-common:run_process:1677 local group= +2025-01-14 22:31:51.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.836 | +functions-common:run_process:1678 local user=root +2025-01-14 22:31:51.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.842 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:31:51.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.849 | +functions-common:run_process:1681 local name=memory_tracker +2025-01-14 22:31:51.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.855 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:31:51.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.861 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:31:51.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.867 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:31:51.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.873 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:31:51.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.879 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:31:51.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.887 | +functions-common:time_start:2412 _TIME_START[$name]=1736893911881 +2025-01-14 22:31:51.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.893 | +functions-common:run_process:1684 is_service_enabled memory_tracker +2025-01-14 22:31:51.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.951 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:51.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.961 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:31:51.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.973 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:51.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.986 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:51.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:51.997 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:51.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.011 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:52.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.025 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:52.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.040 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:31:52.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.056 | +functions-common:time_stop:2428 start_time=1736893911881 +2025-01-14 22:31:52.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.070 | +functions-common:time_stop:2430 [[ -z 1736893911881 ]] +2025-01-14 22:31:52.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.082 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:52.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.095 | +functions-common:time_stop:2433 end_time=1736893912085 +2025-01-14 22:31:52.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.104 | +functions-common:time_stop:2434 elapsed_time=204 +2025-01-14 22:31:52.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.112 | +functions-common:time_stop:2435 total=1547 +2025-01-14 22:31:52.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.121 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:52.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.131 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=1751 +2025-01-14 22:31:52.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.139 | +lib/dstat:start_dstat:40 is_service_enabled peakmem_tracker +2025-01-14 22:31:52.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.181 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:52.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.187 | +lib/dstat:start_dstat:47 run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh +2025-01-14 22:31:52.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.194 | +functions-common:run_process:1675 local service=file_tracker +2025-01-14 22:31:52.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.200 | +functions-common:run_process:1676 local command=/opt/stack/devstack/tools/file_tracker.sh +2025-01-14 22:31:52.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.207 | +functions-common:run_process:1677 local group= +2025-01-14 22:31:52.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.214 | +functions-common:run_process:1678 local user= +2025-01-14 22:31:52.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.223 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:31:52.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.230 | +functions-common:run_process:1681 local name=file_tracker +2025-01-14 22:31:52.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.236 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:31:52.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.243 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:31:52.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.250 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:31:52.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.260 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:31:52.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.268 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:31:52.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.277 | +functions-common:time_start:2412 _TIME_START[$name]=1736893912269 +2025-01-14 22:31:52.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.284 | +functions-common:run_process:1684 is_service_enabled file_tracker +2025-01-14 22:31:52.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.322 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:52.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.328 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:31:52.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.335 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:52.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.345 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:52.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.355 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:52.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.364 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:52.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.372 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:52.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.380 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:31:52.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.387 | +functions-common:time_stop:2428 start_time=1736893912269 +2025-01-14 22:31:52.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.393 | +functions-common:time_stop:2430 [[ -z 1736893912269 ]] +2025-01-14 22:31:52.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.401 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:52.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.415 | +functions-common:time_stop:2433 end_time=1736893912402 +2025-01-14 22:31:52.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.425 | +functions-common:time_stop:2434 elapsed_time=133 +2025-01-14 22:31:52.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.436 | +functions-common:time_stop:2435 total=1751 +2025-01-14 22:31:52.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.445 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:52.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.453 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=1884 +2025-01-14 22:31:52.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.460 | +./stack.sh:main:1111 is_service_enabled tcpdump +2025-01-14 22:31:52.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.495 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:52.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.501 | +./stack.sh:main:1119 is_service_enabled etcd3 +2025-01-14 22:31:52.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.539 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:52.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.545 | +./stack.sh:main:1120 start_etcd3 +2025-01-14 22:31:52.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.551 | +lib/etcd3:start_etcd3:41 local cmd=/opt/stack/bin/etcd +2025-01-14 22:31:52.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.558 | +lib/etcd3:start_etcd3:42 cmd+=' --name ubuntu --data-dir /opt/stack/data/etcd' +2025-01-14 22:31:52.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.564 | +lib/etcd3:start_etcd3:43 cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' +2025-01-14 22:31:52.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.571 | +lib/etcd3:start_etcd3:44 cmd+=' --initial-cluster ubuntu=http://10.201.9.223:2380' +2025-01-14 22:31:52.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.578 | +lib/etcd3:start_etcd3:45 cmd+=' --initial-advertise-peer-urls http://10.201.9.223:2380' +2025-01-14 22:31:52.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.586 | +lib/etcd3:start_etcd3:46 cmd+=' --advertise-client-urls http://10.201.9.223:2379' +2025-01-14 22:31:52.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.593 | +lib/etcd3:start_etcd3:47 '[' 0.0.0.0 == :: ']' +2025-01-14 22:31:52.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.600 | +lib/etcd3:start_etcd3:50 cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' +2025-01-14 22:31:52.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.607 | +lib/etcd3:start_etcd3:52 cmd+=' --listen-client-urls http://10.201.9.223:2379' +2025-01-14 22:31:52.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.613 | +lib/etcd3:start_etcd3:53 '[' True == True ']' +2025-01-14 22:31:52.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.619 | +lib/etcd3:start_etcd3:54 cmd+=' --log-level=debug' +2025-01-14 22:31:52.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.626 | +lib/etcd3:start_etcd3:57 local unitfile=/etc/systemd/system/devstack@etcd.service +2025-01-14 22:31:52.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.632 | +lib/etcd3:start_etcd3:58 write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name ubuntu --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster ubuntu=http://10.201.9.223:2380 --initial-advertise-peer-urls http://10.201.9.223:2380 --advertise-client-urls http://10.201.9.223:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.201.9.223:2379 --log-level=debug' '' root +2025-01-14 22:31:52.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.638 | +functions-common:write_user_unit_file:1539 local service=devstack@etcd.service +2025-01-14 22:31:52.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.644 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/bin/etcd --name ubuntu --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster ubuntu=http://10.201.9.223:2380 --initial-advertise-peer-urls http://10.201.9.223:2380 --advertise-client-urls http://10.201.9.223:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.201.9.223:2379 --log-level=debug' +2025-01-14 22:31:52.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.650 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:31:52.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.656 | +functions-common:write_user_unit_file:1542 local user=root +2025-01-14 22:31:52.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.662 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:31:52.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.667 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:31:52.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.673 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:31:52.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.679 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@etcd.service +2025-01-14 22:31:52.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.687 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:31:52.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.696 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' +2025-01-14 22:31:52.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.790 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:31:52.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.890 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root +2025-01-14 22:31:52.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.979 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name ubuntu --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster ubuntu=http://10.201.9.223:2380 --initial-advertise-peer-urls http://10.201.9.223:2380 --advertise-client-urls http://10.201.9.223:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.201.9.223:2379 --log-level=debug' +2025-01-14 22:31:52.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:52.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.076 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process +2025-01-14 22:31:53.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.153 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 +2025-01-14 22:31:53.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.224 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:31:53.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.298 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:31:53.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.309 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:31:53.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.315 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target +2025-01-14 22:31:53.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.396 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:31:53.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.689 | +lib/etcd3:start_etcd3:60 iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target +2025-01-14 22:31:53.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.784 | +lib/etcd3:start_etcd3:61 iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify +2025-01-14 22:31:53.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.893 | +lib/etcd3:start_etcd3:62 iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure +2025-01-14 22:31:53.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.988 | +lib/etcd3:start_etcd3:63 iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 +2025-01-14 22:31:53.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:53.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.109 | +lib/etcd3:start_etcd3:64 is_arch aarch64 +2025-01-14 22:31:54.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.122 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:31:54.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.133 | +functions-common:is_arch:518 [[ x86_64 == \a\a\r\c\h\6\4 ]] +2025-01-14 22:31:54.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.144 | +lib/etcd3:start_etcd3:68 sudo systemctl daemon-reload +2025-01-14 22:31:54.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.437 | +lib/etcd3:start_etcd3:69 sudo systemctl enable devstack@etcd.service +2025-01-14 22:31:54.450 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. +2025-01-14 22:31:54.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:54.744 | +lib/etcd3:start_etcd3:70 sudo systemctl start devstack@etcd.service +2025-01-14 22:31:55.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.122 | +./stack.sh:main:1126 is_service_enabled tls-proxy +2025-01-14 22:31:55.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.174 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:55.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.182 | +./stack.sh:main:1131 write_clouds_yaml +2025-01-14 22:31:55.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.189 | +functions-common:write_clouds_yaml:79 CLOUDS_YAML=/etc/openstack/clouds.yaml +2025-01-14 22:31:55.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.198 | ++functions-common:write_clouds_yaml:81 dirname /etc/openstack/clouds.yaml +2025-01-14 22:31:55.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.208 | +functions-common:write_clouds_yaml:81 sudo mkdir -p /etc/openstack +2025-01-14 22:31:55.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.228 | +functions-common:write_clouds_yaml:82 sudo chown -R ubuntu /etc/openstack +2025-01-14 22:31:55.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.245 | +functions-common:write_clouds_yaml:84 CA_CERT_ARG= +2025-01-14 22:31:55.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.253 | +functions-common:write_clouds_yaml:85 '[' -f /opt/stack/data/ca-bundle.pem ']' +2025-01-14 22:31:55.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.261 | +functions-common:write_clouds_yaml:89 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username demo --os-password ****** --os-project-name demo +2025-01-14 22:31:55.309 | The user clouds.yaml file didn't exist. +2025-01-14 22:31:55.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.326 | +functions-common:write_clouds_yaml:100 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-****** --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username ****** --os-password ****** --os-project-name ****** +2025-01-14 22:31:55.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.409 | +functions-common:write_clouds_yaml:111 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-******-demo --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username ****** --os-password ****** --os-project-name demo +2025-01-14 22:31:55.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.484 | +functions-common:write_clouds_yaml:122 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username alt_demo --os-password ****** --os-project-name alt_demo +2025-01-14 22:31:55.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.556 | +functions-common:write_clouds_yaml:133 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username alt_demo_member --os-password ****** --os-project-name alt_demo +2025-01-14 22:31:55.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.634 | +functions-common:write_clouds_yaml:144 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username alt_demo_reader --os-password ****** --os-project-name alt_demo +2025-01-14 22:31:55.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.708 | +functions-common:write_clouds_yaml:155 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username demo_reader --os-password ****** --os-project-name demo +2025-01-14 22:31:55.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.777 | +functions-common:write_clouds_yaml:166 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-****** --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username ****** --os-password ****** --os-system-scope all +2025-01-14 22:31:55.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.863 | +functions-common:write_clouds_yaml:177 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username system_member --os-password ****** --os-system-scope all +2025-01-14 22:31:55.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:55.943 | +functions-common:write_clouds_yaml:188 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.201.9.223/identity --os-username system_reader --os-password ****** --os-system-scope all +2025-01-14 22:31:56.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.018 | +functions-common:write_clouds_yaml:198 cat +2025-01-14 22:31:56.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.033 | ++functions-common:write_clouds_yaml:204 eval echo '~ubuntu' +2025-01-14 22:31:56.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.044 | +++functions-common:write_clouds_yaml:204 echo /home/ubuntu +2025-01-14 22:31:56.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.055 | +functions-common:write_clouds_yaml:204 rm -f /home/ubuntu/.config/openstack/clouds.yaml +2025-01-14 22:31:56.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.064 | +./stack.sh:main:1132 export OS_CLOUD=devstack-****** +2025-01-14 22:31:56.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.072 | +./stack.sh:main:1132 OS_CLOUD=devstack-****** +2025-01-14 22:31:56.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.079 | +./stack.sh:main:1134 is_service_enabled keystone +2025-01-14 22:31:56.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.114 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:31:56.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.120 | +./stack.sh:main:1135 echo_summary 'Starting Keystone' +2025-01-14 22:31:56.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.126 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:31:56.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.132 | +./stack.sh:echo_summary:474 echo -e Starting Keystone +2025-01-14 22:31:56.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.139 | +./stack.sh:main:1137 '[' 10.201.9.223 == 10.201.9.223 ']' +2025-01-14 22:31:56.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.145 | +./stack.sh:main:1138 init_keystone +2025-01-14 22:31:56.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.153 | +lib/keystone:init_keystone:458 is_service_enabled ldap +2025-01-14 22:31:56.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.193 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:31:56.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.201 | +lib/keystone:init_keystone:462 [[ True == True ]] +2025-01-14 22:31:56.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.211 | +lib/keystone:init_keystone:464 recreate_database keystone +2025-01-14 22:31:56.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.219 | +lib/database:recreate_database:112 local db=keystone +2025-01-14 22:31:56.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.229 | +lib/database:recreate_database:113 recreate_database_mysql keystone +2025-01-14 22:31:56.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.243 | +lib/databases/mysql:recreate_database_mysql:60 local db=keystone +2025-01-14 22:31:56.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.256 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' +2025-01-14 22:31:56.266 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:31:56.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.303 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' +2025-01-14 22:31:56.307 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:31:56.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.329 | +lib/keystone:init_keystone:467 time_start dbsync +2025-01-14 22:31:56.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.337 | +functions-common:time_start:2407 local name=dbsync +2025-01-14 22:31:56.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.344 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:31:56.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.351 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:31:56.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.359 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:31:56.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.368 | +functions-common:time_start:2412 _TIME_START[$name]=1736893916361 +2025-01-14 22:31:56.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:56.375 | +lib/keystone:init_keystone:469 /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync +2025-01-14 22:31:58.031 | INFO dbcounter [-] Registered counter for database keystone +2025-01-14 22:31:58.045 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=59495) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:31:58.051 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:31:58.051 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:31:58.052 | DEBUG dbcounter [-] [59495] Writer thread running {{(pid=59495) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:31:58.094 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. +2025-01-14 22:31:59.390 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:31:59.391 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. +2025-01-14 22:31:59.392 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to 29e87d24a316 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:31:59.393 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. +2025-01-14 22:31:59.412 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:31:59.412 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. +2025-01-14 22:31:59.420 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:31:59.421 | INFO alembic.runtime.migration [-] Running upgrade 11c3b243b4cb -> 47147121, Add Identity Federation attribute mapping schema version. +2025-01-14 22:31:59.439 | DEBUG alembic.runtime.migration [-] update 11c3b243b4cb to 47147121 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:31:59.443 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. +2025-01-14 22:31:59.443 | DEBUG alembic.runtime.migration [-] new branch insert e25ffa003242 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:31:59.444 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. +2025-01-14 22:31:59.482 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:31:59.484 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. +2025-01-14 22:31:59.498 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:31:59.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.831 | +lib/keystone:init_keystone:470 time_stop dbsync +2025-01-14 22:31:59.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.840 | +functions-common:time_stop:2421 local name +2025-01-14 22:31:59.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.849 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:31:59.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.858 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:31:59.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.865 | +functions-common:time_stop:2424 local total +2025-01-14 22:31:59.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.872 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:31:59.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.879 | +functions-common:time_stop:2427 name=dbsync +2025-01-14 22:31:59.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.885 | +functions-common:time_stop:2428 start_time=1736893916361 +2025-01-14 22:31:59.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.892 | +functions-common:time_stop:2430 [[ -z 1736893916361 ]] +2025-01-14 22:31:59.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.899 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:31:59.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.906 | +functions-common:time_stop:2433 end_time=1736893919900 +2025-01-14 22:31:59.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.913 | +functions-common:time_stop:2434 elapsed_time=3539 +2025-01-14 22:31:59.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.919 | +functions-common:time_stop:2435 total=0 +2025-01-14 22:31:59.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.925 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:31:59.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.932 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=3539 +2025-01-14 22:31:59.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.938 | +lib/keystone:init_keystone:472 [[ fernet == \f\e\r\n\e\t ]] +2025-01-14 22:31:59.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.945 | +lib/keystone:init_keystone:473 rm -rf /etc/keystone/fernet-keys/ +2025-01-14 22:31:59.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:31:59.952 | +lib/keystone:init_keystone:474 /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup +2025-01-14 22:32:00.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:00.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:00.693 | ++inc/async:async_inner:64 rc=0 +2025-01-14 22:32:00.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:00.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:00.728 | [55272 Async install_tempest:55272]: finished successfully +2025-01-14 22:32:01.473 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it +2025-01-14 22:32:01.473 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp +2025-01-14 22:32:01.474 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 +2025-01-14 22:32:01.474 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] +2025-01-14 22:32:01.474 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp +2025-01-14 22:32:01.474 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 +2025-01-14 22:32:01.474 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 +2025-01-14 22:32:01.474 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 +2025-01-14 22:32:01.475 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 +2025-01-14 22:32:01.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:01.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:01.710 | +lib/keystone:init_keystone:476 rm -rf /etc/keystone/credential-keys/ +2025-01-14 22:32:01.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:01.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:01.728 | +lib/keystone:init_keystone:477 /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup +2025-01-14 22:32:03.197 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it +2025-01-14 22:32:03.197 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp +2025-01-14 22:32:03.197 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 +2025-01-14 22:32:03.197 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] +2025-01-14 22:32:03.198 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp +2025-01-14 22:32:03.198 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 +2025-01-14 22:32:03.198 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 +2025-01-14 22:32:03.198 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 +2025-01-14 22:32:03.198 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 +2025-01-14 22:32:03.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.436 | +./stack.sh:main:1139 start_keystone +2025-01-14 22:32:03.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.448 | +lib/keystone:start_keystone:531 local service_port=5000 +2025-01-14 22:32:03.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.458 | +lib/keystone:start_keystone:532 local auth_protocol=http +2025-01-14 22:32:03.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.470 | +lib/keystone:start_keystone:533 is_service_enabled tls-proxy +2025-01-14 22:32:03.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.528 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:32:03.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.542 | ++lib/keystone:start_keystone:538 which uwsgi +2025-01-14 22:32:03.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.555 | +lib/keystone:start_keystone:538 run_process keystone '/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' +2025-01-14 22:32:03.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.566 | +functions-common:run_process:1675 local service=keystone +2025-01-14 22:32:03.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.579 | +functions-common:run_process:1676 local 'command=/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' +2025-01-14 22:32:03.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.592 | +functions-common:run_process:1677 local group= +2025-01-14 22:32:03.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.606 | +functions-common:run_process:1678 local user= +2025-01-14 22:32:03.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.619 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:32:03.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.632 | +functions-common:run_process:1681 local name=keystone +2025-01-14 22:32:03.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.644 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:32:03.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.659 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:32:03.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.677 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:32:03.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.691 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:32:03.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.706 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:32:03.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.721 | +functions-common:time_start:2412 _TIME_START[$name]=1736893923709 +2025-01-14 22:32:03.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.738 | +functions-common:run_process:1684 is_service_enabled keystone +2025-01-14 22:32:03.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.788 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:32:03.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.797 | +functions-common:run_process:1685 _run_under_systemd keystone '/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' +2025-01-14 22:32:03.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.809 | +functions-common:_run_under_systemd:1632 local service=keystone +2025-01-14 22:32:03.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.819 | +functions-common:_run_under_systemd:1633 local 'command=/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' +2025-01-14 22:32:03.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.829 | +functions-common:_run_under_systemd:1634 local 'cmd=/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' +2025-01-14 22:32:03.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.841 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' +2025-01-14 22:32:03.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.852 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' +2025-01-14 22:32:03.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.865 | +functions-common:_common_systemd_pitfalls:1607 [[ /bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] +2025-01-14 22:32:03.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.876 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] +2025-01-14 22:32:03.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.886 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@keystone.service +2025-01-14 22:32:03.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.895 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:32:03.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.908 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:32:03.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.918 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:32:03.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.929 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:32:03.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.939 | +functions-common:_run_under_systemd:1645 [[ /bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] +2025-01-14 22:32:03.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.952 | +functions-common:_run_under_systemd:1646 [[ True == \T\r\u\e ]] +2025-01-14 22:32:03.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.963 | +functions-common:_run_under_systemd:1647 cmd='/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' +2025-01-14 22:32:03.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.976 | +functions-common:_run_under_systemd:1649 write_uwsgi_user_unit_file devstack@keystone.service '/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' ubuntu '' +2025-01-14 22:32:03.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.986 | +functions-common:write_uwsgi_user_unit_file:1571 local service=devstack@keystone.service +2025-01-14 22:32:03.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:03.998 | +functions-common:write_uwsgi_user_unit_file:1572 local 'command=/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' +2025-01-14 22:32:04.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.008 | +functions-common:write_uwsgi_user_unit_file:1573 local group= +2025-01-14 22:32:04.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.019 | +functions-common:write_uwsgi_user_unit_file:1574 local user=ubuntu +2025-01-14 22:32:04.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.031 | +functions-common:write_uwsgi_user_unit_file:1575 local env_vars= +2025-01-14 22:32:04.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.043 | +functions-common:write_uwsgi_user_unit_file:1576 local unitfile=/etc/systemd/system/devstack@keystone.service +2025-01-14 22:32:04.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.054 | +functions-common:write_uwsgi_user_unit_file:1577 mkdir -p /etc/systemd/system +2025-01-14 22:32:04.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.070 | +functions-common:write_uwsgi_user_unit_file:1579 iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' +2025-01-14 22:32:04.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.202 | +functions-common:write_uwsgi_user_unit_file:1580 iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:32:04.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.314 | +functions-common:write_uwsgi_user_unit_file:1581 iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service +2025-01-14 22:32:04.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.418 | +functions-common:write_uwsgi_user_unit_file:1582 iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu +2025-01-14 22:32:04.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.516 | +functions-common:write_uwsgi_user_unit_file:1583 iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' +2025-01-14 22:32:04.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.616 | +functions-common:write_uwsgi_user_unit_file:1584 iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:32:04.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.718 | +functions-common:write_uwsgi_user_unit_file:1585 iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify +2025-01-14 22:32:04.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.809 | +functions-common:write_uwsgi_user_unit_file:1586 iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process +2025-01-14 22:32:04.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.936 | +functions-common:write_uwsgi_user_unit_file:1587 iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always +2025-01-14 22:32:04.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:04.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.052 | +functions-common:write_uwsgi_user_unit_file:1588 iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all +2025-01-14 22:32:05.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.158 | +functions-common:write_uwsgi_user_unit_file:1589 iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 +2025-01-14 22:32:05.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.244 | +functions-common:write_uwsgi_user_unit_file:1591 [[ -n '' ]] +2025-01-14 22:32:05.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.256 | +functions-common:write_uwsgi_user_unit_file:1594 [[ -n '' ]] +2025-01-14 22:32:05.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.267 | +functions-common:write_uwsgi_user_unit_file:1597 iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target +2025-01-14 22:32:05.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.384 | +functions-common:write_uwsgi_user_unit_file:1600 sudo systemctl daemon-reload +2025-01-14 22:32:05.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.655 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@keystone.service +2025-01-14 22:32:05.667 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. +2025-01-14 22:32:05.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:05.932 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@keystone.service +2025-01-14 22:32:05.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.005 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:32:06.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.013 | +functions-common:time_stop:2421 local name +2025-01-14 22:32:06.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.019 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:32:06.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.025 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:32:06.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.031 | +functions-common:time_stop:2424 local total +2025-01-14 22:32:06.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.036 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:32:06.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.042 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:32:06.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.048 | +functions-common:time_stop:2428 start_time=1736893923709 +2025-01-14 22:32:06.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.053 | +functions-common:time_stop:2430 [[ -z 1736893923709 ]] +2025-01-14 22:32:06.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.061 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:32:06.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.067 | +functions-common:time_stop:2433 end_time=1736893926061 +2025-01-14 22:32:06.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.072 | +functions-common:time_stop:2434 elapsed_time=2352 +2025-01-14 22:32:06.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.078 | +functions-common:time_stop:2435 total=1884 +2025-01-14 22:32:06.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.083 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:32:06.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.089 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=4236 +2025-01-14 22:32:06.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.095 | +lib/keystone:start_keystone:540 echo 'Waiting for keystone to start...' +2025-01-14 22:32:06.095 | Waiting for keystone to start... +2025-01-14 22:32:06.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.101 | +lib/keystone:start_keystone:546 local service_uri=http://10.201.9.223/identity/v3/ +2025-01-14 22:32:06.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.107 | +lib/keystone:start_keystone:548 wait_for_service 60 http://10.201.9.223/identity/v3/ +2025-01-14 22:32:06.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.113 | +functions:wait_for_service:468 local timeout=60 +2025-01-14 22:32:06.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.119 | +functions:wait_for_service:469 local url=http://10.201.9.223/identity/v3/ +2025-01-14 22:32:06.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.125 | +functions:wait_for_service:470 local rval=0 +2025-01-14 22:32:06.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.131 | +functions:wait_for_service:471 time_start wait_for_service +2025-01-14 22:32:06.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.136 | +functions-common:time_start:2407 local name=wait_for_service +2025-01-14 22:32:06.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.142 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:32:06.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.148 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:32:06.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.156 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:32:06.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.171 | +functions-common:time_start:2412 _TIME_START[$name]=1736893926157 +2025-01-14 22:32:06.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.179 | +functions:wait_for_service:472 timeout 60 bash -x +2025-01-14 22:32:06.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:06.185 | ++:: curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.201.9.223/identity/v3/ +2025-01-14 22:32:08.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.160 | +:: [[ 200 == 503 ]] +2025-01-14 22:32:08.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.166 | +:: [[ 0 -eq 7 ]] +2025-01-14 22:32:08.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.175 | +functions:wait_for_service:477 time_stop wait_for_service +2025-01-14 22:32:08.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.182 | +functions-common:time_stop:2421 local name +2025-01-14 22:32:08.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.188 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:32:08.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.194 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:32:08.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.200 | +functions-common:time_stop:2424 local total +2025-01-14 22:32:08.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.207 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:32:08.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.215 | +functions-common:time_stop:2427 name=wait_for_service +2025-01-14 22:32:08.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.224 | +functions-common:time_stop:2428 start_time=1736893926157 +2025-01-14 22:32:08.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.235 | +functions-common:time_stop:2430 [[ -z 1736893926157 ]] +2025-01-14 22:32:08.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.248 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:32:08.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.263 | +functions-common:time_stop:2433 end_time=1736893928250 +2025-01-14 22:32:08.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.275 | +functions-common:time_stop:2434 elapsed_time=2093 +2025-01-14 22:32:08.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.286 | +functions-common:time_stop:2435 total=0 +2025-01-14 22:32:08.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.296 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:32:08.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.308 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=2093 +2025-01-14 22:32:08.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.319 | +functions:wait_for_service:478 return 0 +2025-01-14 22:32:08.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.333 | +lib/keystone:start_keystone:553 is_service_enabled tls-proxy +2025-01-14 22:32:08.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.394 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:32:08.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.405 | +lib/keystone:start_keystone:558 restart_service memcached +2025-01-14 22:32:08.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.415 | +functions-common:restart_service:2305 '[' -x /bin/systemctl ']' +2025-01-14 22:32:08.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:08.426 | +functions-common:restart_service:2306 sudo /bin/systemctl restart memcached +2025-01-14 22:32:10.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:10.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:10.048 | +./stack.sh:main:1140 bootstrap_keystone +2025-01-14 22:32:10.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:10.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:10.058 | +lib/keystone:bootstrap_keystone:573 /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username ****** --bootstrap-password ****** --bootstrap-project-name ****** --bootstrap-role-name ****** --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.201.9.223/identity +2025-01-14 22:32:11.578 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.578 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.579 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.583 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.591 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.591 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.606 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.622 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.622 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.723 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.723 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.723 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.730 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.730 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.730 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.734 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.736 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.736 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.736 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.736 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +2025-01-14 22:32:11.766 | INFO dbcounter [-] Registered counter for database keystone +2025-01-14 22:32:11.782 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=60799) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:32:11.838 | DEBUG dbcounter [-] [60799] Writer thread running {{(pid=60799) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:32:11.907 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created domain default +2025-01-14 22:32:11.937 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created project ****** +2025-01-14 22:32:11.955 | WARNING keystone.common.password_hashing [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: ******. +2025-01-14 22:32:11.965 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created user ****** +2025-01-14 22:32:11.975 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role reader +2025-01-14 22:32:11.981 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role member +2025-01-14 22:32:11.998 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created implied role where 0ad4ed697fe94e3e873b5a93b55dcdc8 implies a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:12.009 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role manager +2025-01-14 22:32:12.026 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created implied role where a937afec2895426db3bde9cf0d4588ea implies 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:12.036 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role ****** +2025-01-14 22:32:12.047 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created implied role where 623c1f83e13e4189b0b592d71c80d8e7 implies a937afec2895426db3bde9cf0d4588ea +2025-01-14 22:32:12.057 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role service +2025-01-14 22:32:12.065 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Granted role ****** on project ****** to user ******. +2025-01-14 22:32:12.071 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Granted role ****** on the system to user ******. +2025-01-14 22:32:12.079 | WARNING py.warnings [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. +2025-01-14 22:32:12.079 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' +2025-01-14 22:32:12.079 |  +2025-01-14 22:32:12.081 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created region RegionOne +2025-01-14 22:32:12.101 | INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created public endpoint http://10.201.9.223/identity +2025-01-14 22:32:12.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.426 | +lib/keystone:bootstrap_keystone:581 '[' False == True ']' +2025-01-14 22:32:12.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.440 | +./stack.sh:main:1143 create_keystone_accounts +2025-01-14 22:32:12.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.449 | +lib/keystone:create_keystone_accounts:294 local ******_project +2025-01-14 22:32:12.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.457 | ++lib/keystone:create_keystone_accounts:295 oscwrap project show ****** -f value -c id +2025-01-14 22:32:12.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:12.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.107 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:14.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.117 | +lib/keystone:create_keystone_accounts:295 ******_project=aa6fef291c0e4913b9afb52e8e1e383b +2025-01-14 22:32:14.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.125 | +lib/keystone:create_keystone_accounts:296 local ******_user +2025-01-14 22:32:14.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.136 | ++lib/keystone:create_keystone_accounts:297 oscwrap user show ****** -f value -c id +2025-01-14 22:32:14.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:14.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.340 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:15.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.354 | +lib/keystone:create_keystone_accounts:297 ******_user=138b1071b456414988a211c10a884d4e +2025-01-14 22:32:15.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.368 | +lib/keystone:create_keystone_accounts:299 local ******_role=****** +2025-01-14 22:32:15.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.381 | +lib/keystone:create_keystone_accounts:300 local member_role=member +2025-01-14 22:32:15.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.393 | +lib/keystone:create_keystone_accounts:301 local reader_role=reader +2025-01-14 22:32:15.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.406 | +lib/keystone:create_keystone_accounts:303 async_run ks-domain-role get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default +2025-01-14 22:32:15.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.524 | +inc/async:async_inner:63 get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default +2025-01-14 22:32:15.555 | [3421 Async ks-domain-role:60982]: running: get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default +2025-01-14 22:32:15.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.562 | +lib/keystone:create_keystone_accounts:306 get_or_create_domain Default +2025-01-14 22:32:15.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.568 | +functions-common:get_or_create_domain:876 local domain_id +2025-01-14 22:32:15.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.575 | ++functions-common:get_or_create_domain:882 oscwrap --os-cloud devstack-system-****** domain create Default --description '' --or-show -f value -c id +2025-01-14 22:32:15.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:15.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.016 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:17.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.023 | +functions-common:get_or_create_domain:881 domain_id=default +2025-01-14 22:32:17.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.031 | +functions-common:get_or_create_domain:882 echo default +2025-01-14 22:32:17.031 | default +2025-01-14 22:32:17.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.038 | +lib/keystone:create_keystone_accounts:307 async_run ks-project get_or_create_project service Default +2025-01-14 22:32:17.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.106 | +inc/async:async_inner:63 get_or_create_project service Default +2025-01-14 22:32:17.136 | [3421 Async ks-project:61168]: running: get_or_create_project service Default +2025-01-14 22:32:17.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.142 | +lib/keystone:create_keystone_accounts:310 async_run ks-service get_or_create_role service +2025-01-14 22:32:17.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.221 | +inc/async:async_inner:63 get_or_create_role service +2025-01-14 22:32:17.260 | [3421 Async ks-service:61320]: running: get_or_create_role service +2025-01-14 22:32:17.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.267 | +lib/keystone:create_keystone_accounts:316 async_run ks-reseller get_or_create_role ResellerAdmin +2025-01-14 22:32:17.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.342 | +inc/async:async_inner:63 get_or_create_role ResellerAdmin +2025-01-14 22:32:17.410 | [3421 Async ks-reseller:61442]: running: get_or_create_role ResellerAdmin +2025-01-14 22:32:17.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.449 | +lib/keystone:create_keystone_accounts:320 local another_role=anotherrole +2025-01-14 22:32:17.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.488 | +lib/keystone:create_keystone_accounts:321 async_run ks-anotherrole get_or_create_role anotherrole +2025-01-14 22:32:17.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.557 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.566 | No value for $TERM and no -T specified +2025-01-14 22:32:17.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:17.946 | +inc/async:async_inner:63 get_or_create_role anotherrole +2025-01-14 22:32:18.033 | [3421 Async ks-anotherrole:61576]: running: get_or_create_role anotherrole +2025-01-14 22:32:18.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.074 | +lib/keystone:create_keystone_accounts:324 local invis_project +2025-01-14 22:32:18.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.127 | ++lib/keystone:create_keystone_accounts:325 get_or_create_project invisible_to_****** default +2025-01-14 22:32:18.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.141 | ++functions-common:get_or_create_project:926 local project_id +2025-01-14 22:32:18.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.165 | +++functions-common:get_or_create_project:934 oscwrap --os-cloud devstack-system-****** project create invisible_to_****** --domain=default --or-show -f value -c id +2025-01-14 22:32:18.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.960 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:18.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:18.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.089 | [61442 Async ks-reseller:61442]: finished successfully +2025-01-14 22:32:19.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.134 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:19.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.168 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:19.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.197 | [61168 Async ks-project:61168]: finished successfully +2025-01-14 22:32:19.198 | [60982 Async ks-domain-role:60982]: finished successfully +2025-01-14 22:32:19.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.228 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:19.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.248 | [61320 Async ks-service:61320]: finished successfully +2025-01-14 22:32:19.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.810 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:19.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.835 | [61576 Async ks-anotherrole:61576]: finished successfully +2025-01-14 22:32:19.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.915 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:19.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.925 | ++functions-common:get_or_create_project:932 project_id=a0fc8e6dbcf84e3f98358059bea6ea2a +2025-01-14 22:32:19.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.932 | ++functions-common:get_or_create_project:933 echo a0fc8e6dbcf84e3f98358059bea6ea2a +2025-01-14 22:32:19.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.946 | +lib/keystone:create_keystone_accounts:325 invis_project=a0fc8e6dbcf84e3f98358059bea6ea2a +2025-01-14 22:32:19.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.957 | +lib/keystone:create_keystone_accounts:328 local demo_project +2025-01-14 22:32:19.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.968 | ++lib/keystone:create_keystone_accounts:329 get_or_create_project demo default +2025-01-14 22:32:19.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.977 | ++functions-common:get_or_create_project:926 local project_id +2025-01-14 22:32:19.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:19.992 | +++functions-common:get_or_create_project:934 oscwrap --os-cloud devstack-system-****** project create demo --domain=default --or-show -f value -c id +2025-01-14 22:32:19.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:20.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.336 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:21.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.348 | ++functions-common:get_or_create_project:932 project_id=060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:21.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.361 | ++functions-common:get_or_create_project:933 echo 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:21.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.373 | +lib/keystone:create_keystone_accounts:329 demo_project=060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:21.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.384 | +lib/keystone:create_keystone_accounts:330 local demo_user +2025-01-14 22:32:21.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.400 | ++lib/keystone:create_keystone_accounts:332 get_or_create_user demo ****** default demo@example.com +2025-01-14 22:32:21.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.412 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:32:21.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.422 | ++functions-common:get_or_create_user:904 [[ ! -z demo@example.com ]] +2025-01-14 22:32:21.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.433 | ++functions-common:get_or_create_user:905 local email=--email=demo@example.com +2025-01-14 22:32:21.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.447 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create demo --password ****** --domain=default --email=demo@example.com --or-show -f value -c id +2025-01-14 22:32:21.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:21.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.806 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:22.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.822 | ++functions-common:get_or_create_user:919 user_id=dbc790593fda4cb9929fdb60c0a3b506 +2025-01-14 22:32:22.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.835 | ++functions-common:get_or_create_user:920 echo dbc790593fda4cb9929fdb60c0a3b506 +2025-01-14 22:32:22.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.850 | +lib/keystone:create_keystone_accounts:332 demo_user=dbc790593fda4cb9929fdb60c0a3b506 +2025-01-14 22:32:22.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.865 | +lib/keystone:create_keystone_accounts:334 async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole +2025-01-14 22:32:22.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:22.966 | [3421 Async ks-domain-role:60982]: Waiting for completion of get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default running on PID 60982 (6 other jobs running) +2025-01-14 22:32:22.997 | [3421 Async ks-domain-role:60982]: Signaling child to exit +2025-01-14 22:32:22.998 | WAKEUP +2025-01-14 22:32:23.022 | [3421 Async ks-domain-role:60982]: Signaled +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | +functions-common:get_or_add_user_domain_role:990 local user_role_id +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | +functions-common:get_or_add_user_domain_role:994 openstack --os-cloud devstack-system-****** role add ****** --user 138b1071b456414988a211c10a884d4e --domain default +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | ++functions-common:get_or_add_user_domain_role:1001 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 138b1071b456414988a211c10a884d4e --domain default -c Role -f value +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | +functions-common:get_or_add_user_domain_role:1001 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.025 | +functions-common:get_or_add_user_domain_role:1003 echo 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:23.025 | 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:23.077 | [3421 Async ks-domain-role:60982]: finished get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default with result 0 in 3 seconds +2025-01-14 22:32:23.087 | Not waiting for async task ks-domain that we never started or has already been waited for +2025-01-14 22:32:23.134 | [3421 Async ks-project:61168]: Waiting for completion of get_or_create_project service Default running on PID 61168 (5 other jobs running) +2025-01-14 22:32:23.167 | [3421 Async ks-project:61168]: Signaling child to exit +2025-01-14 22:32:23.167 | WAKEUP +2025-01-14 22:32:23.186 | [3421 Async ks-project:61168]: Signaled +2025-01-14 22:32:23.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | +functions-common:get_or_create_project:926 local project_id +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | ++functions-common:get_or_create_project:934 oscwrap --os-cloud devstack-system-****** project create service --domain=Default --or-show -f value -c id +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | +functions-common:get_or_create_project:932 project_id=4c2f9fd6a50945829cdaabe9d7940731 +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.188 | +functions-common:get_or_create_project:933 echo 4c2f9fd6a50945829cdaabe9d7940731 +2025-01-14 22:32:23.188 | 4c2f9fd6a50945829cdaabe9d7940731 +2025-01-14 22:32:23.228 | [3421 Async ks-project:61168]: finished get_or_create_project service Default with result 0 in 2 seconds +2025-01-14 22:32:23.262 | [3421 Async ks-service:61320]: Waiting for completion of get_or_create_role service running on PID 61320 (4 other jobs running) +2025-01-14 22:32:23.287 | [3421 Async ks-service:61320]: Signaling child to exit +2025-01-14 22:32:23.288 | WAKEUP +2025-01-14 22:32:23.312 | [3421 Async ks-service:61320]: Signaled +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | +functions-common:get_or_create_role:939 local role_id +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | ++functions-common:get_or_create_role:946 oscwrap --os-cloud devstack-system-****** role create service --or-show -f value -c id +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | +functions-common:get_or_create_role:944 role_id=42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.313 | +functions-common:get_or_create_role:945 echo 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:32:23.314 | 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:32:23.367 | [3421 Async ks-service:61320]: finished get_or_create_role service with result 0 in 2 seconds +2025-01-14 22:32:23.422 | [3421 Async ks-reseller:61442]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 61442 (3 other jobs running) +2025-01-14 22:32:23.460 | [3421 Async ks-reseller:61442]: Signaling child to exit +2025-01-14 22:32:23.460 | WAKEUP +2025-01-14 22:32:23.491 | [3421 Async ks-reseller:61442]: Signaled +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | +functions-common:get_or_create_role:939 local role_id +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | ++functions-common:get_or_create_role:946 oscwrap --os-cloud devstack-system-****** role create ResellerAdmin --or-show -f value -c id +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | +functions-common:get_or_create_role:944 role_id=46f87937c9094f5d9d5a1050ad0029d6 +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.494 | +functions-common:get_or_create_role:945 echo 46f87937c9094f5d9d5a1050ad0029d6 +2025-01-14 22:32:23.494 | 46f87937c9094f5d9d5a1050ad0029d6 +2025-01-14 22:32:23.553 | [3421 Async ks-reseller:61442]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds +2025-01-14 22:32:23.601 | [3421 Async ks-anotherrole:61576]: Waiting for completion of get_or_create_role anotherrole running on PID 61576 (2 other jobs running) +2025-01-14 22:32:23.637 | [3421 Async ks-anotherrole:61576]: Signaling child to exit +2025-01-14 22:32:23.637 | WAKEUP +2025-01-14 22:32:23.665 | [3421 Async ks-anotherrole:61576]: Signaled +2025-01-14 22:32:23.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | +functions-common:get_or_create_role:939 local role_id +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | ++functions-common:get_or_create_role:946 oscwrap --os-cloud devstack-system-****** role create anotherrole --or-show -f value -c id +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.669 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:23.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.669 | +functions-common:get_or_create_role:944 role_id=c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:23.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.669 | +functions-common:get_or_create_role:945 echo c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:23.669 | c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:23.731 | [3421 Async ks-anotherrole:61576]: finished get_or_create_role anotherrole with result 0 in 2 seconds +2025-01-14 22:32:23.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.746 | +inc/async:async_wait:197 return 0 +2025-01-14 22:32:23.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.756 | +lib/keystone:create_keystone_accounts:336 async_run ks-demo-member get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:23.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.866 | +inc/async:async_inner:63 get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:23.891 | [3421 Async ks-demo-member:62594]: running: get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:23.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.897 | +lib/keystone:create_keystone_accounts:338 async_run ks-demo-****** get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:23.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.963 | +inc/async:async_inner:63 get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:23.989 | [3421 Async ks-demo-******:62724]: running: get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:23.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:23.995 | +lib/keystone:create_keystone_accounts:339 async_run ks-demo-another get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:23.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.063 | +inc/async:async_inner:63 get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:24.093 | [3421 Async ks-demo-another:62854]: running: get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:24.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.099 | +lib/keystone:create_keystone_accounts:340 async_run ks-demo-invis get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a +2025-01-14 22:32:24.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.176 | +inc/async:async_inner:63 get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a +2025-01-14 22:32:24.217 | [3421 Async ks-demo-invis:62986]: running: get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a +2025-01-14 22:32:24.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.225 | +lib/keystone:create_keystone_accounts:343 local demo_reader +2025-01-14 22:32:24.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.235 | ++lib/keystone:create_keystone_accounts:345 get_or_create_user demo_reader ****** default demo_reader@example.com +2025-01-14 22:32:24.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.244 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:32:24.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.254 | ++functions-common:get_or_create_user:904 [[ ! -z demo_reader@example.com ]] +2025-01-14 22:32:24.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.263 | ++functions-common:get_or_create_user:905 local email=--email=demo_reader@example.com +2025-01-14 22:32:24.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.273 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create demo_reader --password ****** --domain=default --email=demo_reader@example.com --or-show -f value -c id +2025-01-14 22:32:24.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.305 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.305 | No value for $TERM and no -T specified +2025-01-14 22:32:24.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:24.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.422 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:26.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.431 | ++functions-common:get_or_create_user:919 user_id=10d7867bc77e4979ba50e65e111da52d +2025-01-14 22:32:26.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.471 | ++functions-common:get_or_create_user:920 echo 10d7867bc77e4979ba50e65e111da52d +2025-01-14 22:32:26.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.511 | +lib/keystone:create_keystone_accounts:345 demo_reader=10d7867bc77e4979ba50e65e111da52d +2025-01-14 22:32:26.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.543 | +lib/keystone:create_keystone_accounts:347 async_run ks-demo-reader get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:26.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:26.964 | +inc/async:async_inner:63 get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:27.076 | [3421 Async ks-demo-reader:63321]: running: get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:27.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.129 | +lib/keystone:create_keystone_accounts:350 local alt_demo_project +2025-01-14 22:32:27.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.144 | ++lib/keystone:create_keystone_accounts:351 get_or_create_project alt_demo default +2025-01-14 22:32:27.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.152 | ++functions-common:get_or_create_project:926 local project_id +2025-01-14 22:32:27.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.158 | +++functions-common:get_or_create_project:934 oscwrap --os-cloud devstack-system-****** project create alt_demo --domain=default --or-show -f value -c id +2025-01-14 22:32:27.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.881 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:27.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.921 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:27.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:27.950 | [62724 Async ks-demo-******:62724]: finished successfully +2025-01-14 22:32:27.974 | [62594 Async ks-demo-member:62594]: finished successfully +2025-01-14 22:32:28.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.188 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:28.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.212 | [62854 Async ks-demo-another:62854]: finished successfully +2025-01-14 22:32:28.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.493 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:28.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.532 | [62986 Async ks-demo-invis:62986]: finished successfully +2025-01-14 22:32:28.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.936 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:28.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.944 | ++functions-common:get_or_create_project:932 project_id=fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:28.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.951 | ++functions-common:get_or_create_project:933 echo fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:28.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.958 | +lib/keystone:create_keystone_accounts:351 alt_demo_project=fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:28.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.965 | +lib/keystone:create_keystone_accounts:353 local alt_demo_user +2025-01-14 22:32:28.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.972 | ++lib/keystone:create_keystone_accounts:355 get_or_create_user alt_demo ****** default alt_demo@example.com +2025-01-14 22:32:28.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.977 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:32:28.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.982 | ++functions-common:get_or_create_user:904 [[ ! -z alt_demo@example.com ]] +2025-01-14 22:32:28.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.987 | ++functions-common:get_or_create_user:905 local email=--email=alt_demo@example.com +2025-01-14 22:32:28.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.994 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create alt_demo --password ****** --domain=default --email=alt_demo@example.com --or-show -f value -c id +2025-01-14 22:32:28.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:28.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:29.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.350 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:30.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.357 | ++functions-common:get_or_create_user:919 user_id=6e09dd67d2fb4ca1a5786824a22c659e +2025-01-14 22:32:30.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.364 | ++functions-common:get_or_create_user:920 echo 6e09dd67d2fb4ca1a5786824a22c659e +2025-01-14 22:32:30.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.371 | +lib/keystone:create_keystone_accounts:355 alt_demo_user=6e09dd67d2fb4ca1a5786824a22c659e +2025-01-14 22:32:30.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.378 | +lib/keystone:create_keystone_accounts:357 async_run ks-alt-****** get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:30.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.456 | +inc/async:async_inner:63 get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:30.483 | [3421 Async ks-alt-******:63817]: running: get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:30.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.489 | +lib/keystone:create_keystone_accounts:358 async_run ks-alt-another get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:30.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.502 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:30.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.528 | [63321 Async ks-demo-reader:63321]: finished successfully +2025-01-14 22:32:30.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.558 | +inc/async:async_inner:63 get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:30.586 | [3421 Async ks-alt-another:63997]: running: get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:30.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.592 | +lib/keystone:create_keystone_accounts:361 local alt_demo_member +2025-01-14 22:32:30.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.599 | ++lib/keystone:create_keystone_accounts:363 get_or_create_user alt_demo_member ****** default alt_demo_member@example.com +2025-01-14 22:32:30.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.605 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:32:30.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.611 | ++functions-common:get_or_create_user:904 [[ ! -z alt_demo_member@example.com ]] +2025-01-14 22:32:30.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.617 | ++functions-common:get_or_create_user:905 local email=--email=alt_demo_member@example.com +2025-01-14 22:32:30.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.624 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create alt_demo_member --password ****** --domain=default --email=alt_demo_member@example.com --or-show -f value -c id +2025-01-14 22:32:30.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:30.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.063 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:32.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.071 | ++functions-common:get_or_create_user:919 user_id=8cfc48d0ad344bfb85646b7581d3f060 +2025-01-14 22:32:32.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.077 | ++functions-common:get_or_create_user:920 echo 8cfc48d0ad344bfb85646b7581d3f060 +2025-01-14 22:32:32.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.084 | +lib/keystone:create_keystone_accounts:363 alt_demo_member=8cfc48d0ad344bfb85646b7581d3f060 +2025-01-14 22:32:32.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.093 | +lib/keystone:create_keystone_accounts:364 async_run ks-alt-member-user get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:32.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.175 | +inc/async:async_inner:63 get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:32.214 | [3421 Async ks-alt-member-user:64231]: running: get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:32.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.221 | +lib/keystone:create_keystone_accounts:367 local alt_demo_reader +2025-01-14 22:32:32.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.232 | ++lib/keystone:create_keystone_accounts:369 get_or_create_user alt_demo_reader ****** default alt_demo_reader@example.com +2025-01-14 22:32:32.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.243 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:32:32.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.248 | ++functions-common:get_or_create_user:904 [[ ! -z alt_demo_reader@example.com ]] +2025-01-14 22:32:32.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.253 | ++functions-common:get_or_create_user:905 local email=--email=alt_demo_reader@example.com +2025-01-14 22:32:32.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.259 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create alt_demo_reader --password ****** --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id +2025-01-14 22:32:32.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:32.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.647 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:33.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.658 | ++functions-common:get_or_create_user:919 user_id=dd4f65f308454e59867348d8b9eef896 +2025-01-14 22:32:33.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.667 | ++functions-common:get_or_create_user:920 echo dd4f65f308454e59867348d8b9eef896 +2025-01-14 22:32:33.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.680 | +lib/keystone:create_keystone_accounts:369 alt_demo_reader=dd4f65f308454e59867348d8b9eef896 +2025-01-14 22:32:33.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.685 | +lib/keystone:create_keystone_accounts:370 async_run ks-alt-reader-user get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:33.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.775 | +inc/async:async_inner:63 get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:33.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.827 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:33.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.847 | [3421 Async ks-alt-reader-user:64467]: running: get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:33.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.856 | ++lib/keystone:create_keystone_accounts:377 get_or_create_user system_member ****** default system_member@example.com +2025-01-14 22:32:33.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.862 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:32:33.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.872 | ++functions-common:get_or_create_user:904 [[ ! -z system_member@example.com ]] +2025-01-14 22:32:33.874 | [63817 Async ks-alt-******:63817]: finished successfully +2025-01-14 22:32:33.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.885 | ++functions-common:get_or_create_user:905 local email=--email=system_member@example.com +2025-01-14 22:32:33.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.897 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create system_member --password ****** --domain=default --email=system_member@example.com --or-show -f value -c id +2025-01-14 22:32:33.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:33.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:34.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:34.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:34.081 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:34.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:34.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:34.106 | [63997 Async ks-alt-another:63997]: finished successfully +2025-01-14 22:32:35.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.302 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:35.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.308 | ++functions-common:get_or_create_user:919 user_id=d9cd5daaf7ef43098daf697c341ef253 +2025-01-14 22:32:35.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.314 | ++functions-common:get_or_create_user:920 echo d9cd5daaf7ef43098daf697c341ef253 +2025-01-14 22:32:35.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.320 | +lib/keystone:create_keystone_accounts:377 system_member_user=d9cd5daaf7ef43098daf697c341ef253 +2025-01-14 22:32:35.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.326 | +lib/keystone:create_keystone_accounts:378 async_run ks-system-member get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all +2025-01-14 22:32:35.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.400 | +inc/async:async_inner:63 get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all +2025-01-14 22:32:35.438 | [3421 Async ks-system-member:64798]: running: get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all +2025-01-14 22:32:35.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.459 | ++lib/keystone:create_keystone_accounts:381 get_or_create_user system_reader ****** default system_reader@example.com +2025-01-14 22:32:35.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.469 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:32:35.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.476 | ++functions-common:get_or_create_user:904 [[ ! -z system_reader@example.com ]] +2025-01-14 22:32:35.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.484 | ++functions-common:get_or_create_user:905 local email=--email=system_reader@example.com +2025-01-14 22:32:35.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.495 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create system_reader --password ****** --domain=default --email=system_reader@example.com --or-show -f value -c id +2025-01-14 22:32:35.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.585 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:35.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:35.610 | [64231 Async ks-alt-member-user:64231]: finished successfully +2025-01-14 22:32:36.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.885 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:36.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.893 | ++functions-common:get_or_create_user:919 user_id=c183c5c5bc5b46799d88a7c61a7a7640 +2025-01-14 22:32:36.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.900 | ++functions-common:get_or_create_user:920 echo c183c5c5bc5b46799d88a7c61a7a7640 +2025-01-14 22:32:36.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.910 | +lib/keystone:create_keystone_accounts:381 system_reader_user=c183c5c5bc5b46799d88a7c61a7a7640 +2025-01-14 22:32:36.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.919 | +lib/keystone:create_keystone_accounts:382 async_run ks-system-reader get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all +2025-01-14 22:32:36.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:36.993 | +inc/async:async_inner:63 get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all +2025-01-14 22:32:37.036 | [3421 Async ks-system-reader:65103]: running: get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all +2025-01-14 22:32:37.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.043 | +lib/keystone:create_keystone_accounts:385 local ******_group +2025-01-14 22:32:37.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.053 | ++lib/keystone:create_keystone_accounts:387 get_or_create_group ******s default 'openstack ****** group' +2025-01-14 22:32:37.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.061 | ++functions-common:get_or_create_group:888 local 'desc=openstack ****** group' +2025-01-14 22:32:37.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.072 | ++functions-common:get_or_create_group:889 local group_id +2025-01-14 22:32:37.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.080 | +++functions-common:get_or_create_group:898 oscwrap --os-cloud devstack-system-****** group create ******s --domain default --description 'openstack ****** group' --or-show -f value -c id +2025-01-14 22:32:37.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.233 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:37.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:37.261 | [64467 Async ks-alt-reader-user:64467]: finished successfully +2025-01-14 22:32:38.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.513 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:38.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.520 | ++functions-common:get_or_create_group:896 group_id=48964bdaa9fa47a4a01b4b160d466239 +2025-01-14 22:32:38.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.524 | ++functions-common:get_or_create_group:897 echo 48964bdaa9fa47a4a01b4b160d466239 +2025-01-14 22:32:38.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.532 | +lib/keystone:create_keystone_accounts:387 ******_group=48964bdaa9fa47a4a01b4b160d466239 +2025-01-14 22:32:38.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.537 | +lib/keystone:create_keystone_accounts:388 local non_******_group +2025-01-14 22:32:38.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.546 | ++lib/keystone:create_keystone_accounts:390 get_or_create_group non******s default 'non-****** group' +2025-01-14 22:32:38.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.551 | ++functions-common:get_or_create_group:888 local 'desc=non-****** group' +2025-01-14 22:32:38.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.557 | ++functions-common:get_or_create_group:889 local group_id +2025-01-14 22:32:38.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.564 | +++functions-common:get_or_create_group:898 oscwrap --os-cloud devstack-system-****** group create non******s --domain default --description 'non-****** group' --or-show -f value -c id +2025-01-14 22:32:38.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:38.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.895 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:39.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.901 | ++functions-common:get_or_create_group:896 group_id=7755a2416f98427dbc55cb3d30442c1d +2025-01-14 22:32:39.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.909 | ++functions-common:get_or_create_group:897 echo 7755a2416f98427dbc55cb3d30442c1d +2025-01-14 22:32:39.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.916 | +lib/keystone:create_keystone_accounts:390 non_******_group=7755a2416f98427dbc55cb3d30442c1d +2025-01-14 22:32:39.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.923 | +lib/keystone:create_keystone_accounts:392 async_run ks-group-memberdemo get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:39.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:39.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.008 | +inc/async:async_inner:63 get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:40.068 | [3421 Async ks-group-memberdemo:65514]: running: get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:40.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.074 | +lib/keystone:create_keystone_accounts:393 async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:40.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.157 | +inc/async:async_inner:63 get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:40.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.235 | [3421 Async ks-group-anotherdemo:65641]: running: get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:40.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.240 | +lib/keystone:create_keystone_accounts:394 async_run ks-group-memberalt get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:40.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.251 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:40.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.277 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.278 | No value for $TERM and no -T specified +2025-01-14 22:32:40.310 | [64798 Async ks-system-member:64798]: finished successfully +2025-01-14 22:32:40.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.359 | +inc/async:async_inner:63 get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:40.478 | [3421 Async ks-group-memberalt:65792]: running: get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:40.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.537 | +lib/keystone:create_keystone_accounts:395 async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:40.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:40.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.009 | +inc/async:async_inner:63 get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:41.154 | [3421 Async ks-group-anotheralt:65893]: running: get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:41.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.185 | +lib/keystone:create_keystone_accounts:396 async_run ks-group-****** get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b +2025-01-14 22:32:41.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.304 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.305 | No value for $TERM and no -T specified +2025-01-14 22:32:41.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.476 | +inc/async:async_inner:63 get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b +2025-01-14 22:32:41.685 | [3421 Async ks-group-******:66020]: running: get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b +2025-01-14 22:32:41.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.736 | +lib/keystone:create_keystone_accounts:398 async_wait ks-demo-member ks-demo-****** ks-demo-another ks-demo-invis ks-demo-reader +2025-01-14 22:32:41.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:41.973 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:41.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.132 | [3421 Async ks-demo-member:62594]: Waiting for completion of get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc running on PID 62594 (17 other jobs running) +2025-01-14 22:32:42.146 | [65103 Async ks-system-reader:65103]: finished successfully +2025-01-14 22:32:42.265 | [3421 Async ks-demo-member:62594]: Signaling child to exit +2025-01-14 22:32:42.265 | WAKEUP +2025-01-14 22:32:42.355 | [3421 Async ks-demo-member:62594]: Signaled +2025-01-14 22:32:42.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc -c Role -f value +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.357 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:42.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.357 | +functions-common:get_or_add_user_project_role:983 user_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:42.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.357 | +functions-common:get_or_add_user_project_role:984 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:42.357 | 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:42.515 | [3421 Async ks-demo-member:62594]: finished get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc with result 0 in 4 seconds +2025-01-14 22:32:42.690 | [3421 Async ks-demo-******:62724]: Waiting for completion of get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc running on PID 62724 (16 other jobs running) +2025-01-14 22:32:42.724 | [3421 Async ks-demo-******:62724]: Signaling child to exit +2025-01-14 22:32:42.724 | WAKEUP +2025-01-14 22:32:42.765 | [3421 Async ks-demo-******:62724]: Signaled +2025-01-14 22:32:42.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.770 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:42.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:42.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:42.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:42.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.771 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user 138b1071b456414988a211c10a884d4e --project 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 138b1071b456414988a211c10a884d4e --project 060891d56d86497f8e505edca31d59fc -c Role -f value +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | +functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:42.772 | +functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:42.772 | 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:42.989 | [3421 Async ks-demo-******:62724]: finished get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc with result 0 in 4 seconds +2025-01-14 22:32:43.117 | [3421 Async ks-demo-another:62854]: Waiting for completion of get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc running on PID 62854 (15 other jobs running) +2025-01-14 22:32:43.236 | [3421 Async ks-demo-another:62854]: Signaling child to exit +2025-01-14 22:32:43.237 | WAKEUP +2025-01-14 22:32:43.354 | [3421 Async ks-demo-another:62854]: Signaled +2025-01-14 22:32:43.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add anotherrole --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc -c Role -f value +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | +functions-common:get_or_add_user_project_role:983 user_role_id=c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.360 | +functions-common:get_or_add_user_project_role:984 echo c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:43.360 | c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:43.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.479 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:43.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.512 | [3421 Async ks-demo-another:62854]: finished get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc with result 0 in 4 seconds +2025-01-14 22:32:43.552 | [65514 Async ks-group-memberdemo:65514]: finished successfully +2025-01-14 22:32:43.606 | [3421 Async ks-demo-invis:62986]: Waiting for completion of get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a running on PID 62986 (14 other jobs running) +2025-01-14 22:32:43.653 | [3421 Async ks-demo-invis:62986]: Signaling child to exit +2025-01-14 22:32:43.653 | WAKEUP +2025-01-14 22:32:43.725 | [3421 Async ks-demo-invis:62986]: Signaled +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user dbc790593fda4cb9929fdb60c0a3b506 --project a0fc8e6dbcf84e3f98358059bea6ea2a +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user dbc790593fda4cb9929fdb60c0a3b506 --project a0fc8e6dbcf84e3f98358059bea6ea2a -c Role -f value +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.730 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:43.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.730 | +functions-common:get_or_add_user_project_role:983 user_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:43.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.730 | +functions-common:get_or_add_user_project_role:984 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:43.730 | 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:43.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.904 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:43.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.904 | [3421 Async ks-demo-invis:62986]: finished get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a with result 0 in 4 seconds +2025-01-14 22:32:43.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:43.965 | [65641 Async ks-group-anotherdemo:65641]: finished successfully +2025-01-14 22:32:43.973 | [3421 Async ks-demo-reader:63321]: Waiting for completion of get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc running on PID 63321 (13 other jobs running) +2025-01-14 22:32:43.999 | [3421 Async ks-demo-reader:63321]: Signaling child to exit +2025-01-14 22:32:43.999 | WAKEUP +2025-01-14 22:32:44.024 | [3421 Async ks-demo-reader:63321]: Signaled +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.025 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:44.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add reader --user 10d7867bc77e4979ba50e65e111da52d --project 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user 10d7867bc77e4979ba50e65e111da52d --project 060891d56d86497f8e505edca31d59fc -c Role -f value +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | +functions-common:get_or_add_user_project_role:983 user_role_id=a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.026 | +functions-common:get_or_add_user_project_role:984 echo a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.026 | a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.062 | [3421 Async ks-demo-reader:63321]: finished get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc with result 0 in 3 seconds +2025-01-14 22:32:44.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.069 | +inc/async:async_wait:197 return 0 +2025-01-14 22:32:44.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.074 | +lib/keystone:create_keystone_accounts:399 async_wait ks-alt-****** ks-alt-another ks-alt-member-user ks-alt-reader-user +2025-01-14 22:32:44.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.148 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:44.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.166 | [3421 Async ks-alt-******:63817]: Waiting for completion of get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a running on PID 63817 (12 other jobs running) +2025-01-14 22:32:44.189 | [65792 Async ks-group-memberalt:65792]: finished successfully +2025-01-14 22:32:44.191 | [3421 Async ks-alt-******:63817]: Signaling child to exit +2025-01-14 22:32:44.191 | WAKEUP +2025-01-14 22:32:44.213 | [3421 Async ks-alt-******:63817]: Signaled +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a -c Role -f value +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.215 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.215 | +functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:44.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.215 | +functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:44.215 | 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:44.248 | [3421 Async ks-alt-******:63817]: finished get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +2025-01-14 22:32:44.298 | [3421 Async ks-alt-another:63997]: Waiting for completion of get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a running on PID 63997 (11 other jobs running) +2025-01-14 22:32:44.330 | [3421 Async ks-alt-another:63997]: Signaling child to exit +2025-01-14 22:32:44.330 | WAKEUP +2025-01-14 22:32:44.348 | [3421 Async ks-alt-another:63997]: Signaled +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.350 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add anotherrole --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a -c Role -f value +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | +functions-common:get_or_add_user_project_role:983 user_role_id=c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.351 | +functions-common:get_or_add_user_project_role:984 echo c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:44.351 | c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:44.394 | [3421 Async ks-alt-another:63997]: finished get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +2025-01-14 22:32:44.431 | [3421 Async ks-alt-member-user:64231]: Waiting for completion of get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a running on PID 64231 (10 other jobs running) +2025-01-14 22:32:44.455 | [3421 Async ks-alt-member-user:64231]: Signaling child to exit +2025-01-14 22:32:44.455 | WAKEUP +2025-01-14 22:32:44.476 | [3421 Async ks-alt-member-user:64231]: Signaled +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.478 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user 8cfc48d0ad344bfb85646b7581d3f060 --project fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:44.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user 8cfc48d0ad344bfb85646b7581d3f060 --project fa76200934ef44eca821409698e0be6a -c Role -f value +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | +functions-common:get_or_add_user_project_role:983 user_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.479 | +functions-common:get_or_add_user_project_role:984 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:44.479 | 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:44.523 | [3421 Async ks-alt-member-user:64231]: finished get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +2025-01-14 22:32:44.555 | [3421 Async ks-alt-reader-user:64467]: Waiting for completion of get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a running on PID 64467 (9 other jobs running) +2025-01-14 22:32:44.583 | [3421 Async ks-alt-reader-user:64467]: Signaling child to exit +2025-01-14 22:32:44.584 | WAKEUP +2025-01-14 22:32:44.618 | [3421 Async ks-alt-reader-user:64467]: Signaled +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.619 | +functions-common:get_or_add_user_project_role:970 domain_args= +2025-01-14 22:32:44.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add reader --user dd4f65f308454e59867348d8b9eef896 --project fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user dd4f65f308454e59867348d8b9eef896 --project fa76200934ef44eca821409698e0be6a -c Role -f value +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | +functions-common:get_or_add_user_project_role:983 user_role_id=a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.620 | +functions-common:get_or_add_user_project_role:984 echo a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.620 | a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.672 | [3421 Async ks-alt-reader-user:64467]: finished get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +2025-01-14 22:32:44.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.683 | +inc/async:async_wait:197 return 0 +2025-01-14 22:32:44.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.690 | +lib/keystone:create_keystone_accounts:400 async_wait ks-system-member ks-system-reader +2025-01-14 22:32:44.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.762 | [3421 Async ks-system-member:64798]: Waiting for completion of get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all running on PID 64798 (8 other jobs running) +2025-01-14 22:32:44.787 | [3421 Async ks-system-member:64798]: Signaling child to exit +2025-01-14 22:32:44.787 | WAKEUP +2025-01-14 22:32:44.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.800 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:44.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.811 | [3421 Async ks-system-member:64798]: Signaled +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | +functions-common:get_or_add_user_system_role:1009 local user_role_id +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | +functions-common:get_or_add_user_system_role:1010 local domain_args +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | ++functions-common:get_or_add_user_system_role:1012 _get_domain_args +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | +functions-common:get_or_add_user_system_role:1012 domain_args= +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | ++functions-common:get_or_add_user_system_role:1020 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user d9cd5daaf7ef43098daf697c341ef253 --system all -f value -c Role +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | +functions-common:get_or_add_user_system_role:1020 user_role_id= +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | +functions-common:get_or_add_user_system_role:1021 [[ -z '' ]] +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | +functions-common:get_or_add_user_system_role:1023 openstack --os-cloud devstack-system-****** role add member --user d9cd5daaf7ef43098daf697c341ef253 --system all +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | ++functions-common:get_or_add_user_system_role:1032 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user d9cd5daaf7ef43098daf697c341ef253 --system all -f value -c Role +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | +functions-common:get_or_add_user_system_role:1032 user_role_id= +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.814 | +functions-common:get_or_add_user_system_role:1034 echo +2025-01-14 22:32:44.814 | +2025-01-14 22:32:44.834 | [65893 Async ks-group-anotheralt:65893]: finished successfully +2025-01-14 22:32:44.856 | [3421 Async ks-system-member:64798]: finished get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all with result 0 in 4 seconds +2025-01-14 22:32:44.888 | [3421 Async ks-system-reader:65103]: Waiting for completion of get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all running on PID 65103 (7 other jobs running) +2025-01-14 22:32:44.908 | [3421 Async ks-system-reader:65103]: Signaling child to exit +2025-01-14 22:32:44.908 | WAKEUP +2025-01-14 22:32:44.930 | [3421 Async ks-system-reader:65103]: Signaled +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | +functions-common:get_or_add_user_system_role:1009 local user_role_id +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | +functions-common:get_or_add_user_system_role:1010 local domain_args +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:get_or_add_user_system_role:1012 _get_domain_args +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:_get_domain_args:954 [[ -n '' ]] +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:_get_domain_args:957 [[ -n '' ]] +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:_get_domain_args:961 echo +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | +functions-common:get_or_add_user_system_role:1012 domain_args= +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:get_or_add_user_system_role:1020 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user c183c5c5bc5b46799d88a7c61a7a7640 --system all -f value -c Role +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.931 | +functions-common:get_or_add_user_system_role:1020 user_role_id= +2025-01-14 22:32:44.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | +functions-common:get_or_add_user_system_role:1021 [[ -z '' ]] +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | +functions-common:get_or_add_user_system_role:1023 openstack --os-cloud devstack-system-****** role add reader --user c183c5c5bc5b46799d88a7c61a7a7640 --system all +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | ++functions-common:get_or_add_user_system_role:1032 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user c183c5c5bc5b46799d88a7c61a7a7640 --system all -f value -c Role +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | +functions-common:get_or_add_user_system_role:1032 user_role_id=a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.932 | +functions-common:get_or_add_user_system_role:1034 echo a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.932 | a8e8bdc8da764b88bac3e8b40ff33799 +2025-01-14 22:32:44.963 | [3421 Async ks-system-reader:65103]: finished get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all with result 0 in 5 seconds +2025-01-14 22:32:44.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.970 | +inc/async:async_wait:197 return 0 +2025-01-14 22:32:44.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.977 | +lib/keystone:create_keystone_accounts:401 async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-****** +2025-01-14 22:32:44.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:44.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.055 | [3421 Async ks-group-memberdemo:65514]: Waiting for completion of get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc running on PID 65514 (6 other jobs running) +2025-01-14 22:32:45.078 | [3421 Async ks-group-memberdemo:65514]: Signaling child to exit +2025-01-14 22:32:45.079 | WAKEUP +2025-01-14 22:32:45.098 | [3421 Async ks-group-memberdemo:65514]: Signaled +2025-01-14 22:32:45.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.099 | +functions-common:get_or_add_group_project_role:1040 local group_role_id +2025-01-14 22:32:45.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | +functions-common:get_or_add_group_project_role:1044 openstack role add member --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | ++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role member --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc -f value -c Role +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | +functions-common:get_or_add_group_project_role:1051 group_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.100 | +functions-common:get_or_add_group_project_role:1053 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:45.100 | 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:45.155 | [3421 Async ks-group-memberdemo:65514]: finished get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc with result 0 in 3 seconds +2025-01-14 22:32:45.200 | [3421 Async ks-group-anotherdemo:65641]: Waiting for completion of get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc running on PID 65641 (5 other jobs running) +2025-01-14 22:32:45.219 | [3421 Async ks-group-anotherdemo:65641]: Signaling child to exit +2025-01-14 22:32:45.219 | WAKEUP +2025-01-14 22:32:45.236 | [3421 Async ks-group-anotherdemo:65641]: Signaled +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.237 | +functions-common:get_or_add_group_project_role:1040 local group_role_id +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.237 | +functions-common:get_or_add_group_project_role:1044 openstack role add anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.237 | ++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc -f value -c Role +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | +functions-common:get_or_add_group_project_role:1051 group_role_id=c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.238 | +functions-common:get_or_add_group_project_role:1053 echo c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:45.238 | c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:45.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.262 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:45.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.273 | [3421 Async ks-group-anotherdemo:65641]: finished get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc with result 0 in 3 seconds +2025-01-14 22:32:45.286 | [66020 Async ks-group-******:66020]: finished successfully +2025-01-14 22:32:45.301 | [3421 Async ks-group-memberalt:65792]: Waiting for completion of get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a running on PID 65792 (4 other jobs running) +2025-01-14 22:32:45.319 | [3421 Async ks-group-memberalt:65792]: Signaling child to exit +2025-01-14 22:32:45.320 | WAKEUP +2025-01-14 22:32:45.337 | [3421 Async ks-group-memberalt:65792]: Signaled +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | +functions-common:get_or_add_group_project_role:1040 local group_role_id +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | +functions-common:get_or_add_group_project_role:1044 openstack role add member --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | ++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role member --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a -f value -c Role +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | +functions-common:get_or_add_group_project_role:1051 group_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.338 | +functions-common:get_or_add_group_project_role:1053 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:45.338 | 0ad4ed697fe94e3e873b5a93b55dcdc8 +2025-01-14 22:32:45.377 | [3421 Async ks-group-memberalt:65792]: finished get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +2025-01-14 22:32:45.416 | [3421 Async ks-group-anotheralt:65893]: Waiting for completion of get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a running on PID 65893 (3 other jobs running) +2025-01-14 22:32:45.444 | [3421 Async ks-group-anotheralt:65893]: Signaling child to exit +2025-01-14 22:32:45.444 | WAKEUP +2025-01-14 22:32:45.467 | [3421 Async ks-group-anotheralt:65893]: Signaled +2025-01-14 22:32:45.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | +functions-common:get_or_add_group_project_role:1040 local group_role_id +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | +functions-common:get_or_add_group_project_role:1044 openstack role add anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | ++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a -f value -c Role +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.471 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:45.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.471 | +functions-common:get_or_add_group_project_role:1051 group_role_id=c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:45.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.471 | +functions-common:get_or_add_group_project_role:1053 echo c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:45.471 | c02067e8c52c4627898b10e67e58bd66 +2025-01-14 22:32:45.521 | [3421 Async ks-group-anotheralt:65893]: finished get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +2025-01-14 22:32:45.561 | [3421 Async ks-group-******:66020]: Waiting for completion of get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b running on PID 66020 (2 other jobs running) +2025-01-14 22:32:45.589 | [3421 Async ks-group-******:66020]: Signaling child to exit +2025-01-14 22:32:45.590 | WAKEUP +2025-01-14 22:32:45.617 | [3421 Async ks-group-******:66020]: Signaled +2025-01-14 22:32:45.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.618 | +functions-common:get_or_add_group_project_role:1040 local group_role_id +2025-01-14 22:32:45.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.618 | +functions-common:get_or_add_group_project_role:1044 openstack role add ****** --group 48964bdaa9fa47a4a01b4b160d466239 --project aa6fef291c0e4913b9afb52e8e1e383b +2025-01-14 22:32:45.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.618 | ++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --group 48964bdaa9fa47a4a01b4b160d466239 --project aa6fef291c0e4913b9afb52e8e1e383b -f value -c Role +2025-01-14 22:32:45.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | +functions-common:get_or_add_group_project_role:1051 group_role_id=623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.619 | +functions-common:get_or_add_group_project_role:1053 echo 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:45.619 | 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:32:45.680 | [3421 Async ks-group-******:66020]: finished get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b with result 0 in 3 seconds +2025-01-14 22:32:45.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.694 | +inc/async:async_wait:197 return 0 +2025-01-14 22:32:45.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.704 | +lib/keystone:create_keystone_accounts:403 is_service_enabled ldap +2025-01-14 22:32:45.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.762 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:32:45.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.772 | +./stack.sh:main:1144 is_service_enabled nova +2025-01-14 22:32:45.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.832 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:32:45.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.844 | +./stack.sh:main:1145 async_runfunc create_nova_accounts +2025-01-14 22:32:45.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.858 | +inc/async:async_runfunc:116 async_run create_nova_accounts create_nova_accounts +2025-01-14 22:32:45.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:45.971 | +inc/async:async_inner:63 create_nova_accounts +2025-01-14 22:32:46.006 | [3421 Async create_nova_accounts:68070]: running: create_nova_accounts +2025-01-14 22:32:46.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.012 | +./stack.sh:main:1147 is_service_enabled glance +2025-01-14 22:32:46.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.047 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:32:46.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.052 | +./stack.sh:main:1148 async_runfunc create_glance_accounts +2025-01-14 22:32:46.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.058 | +inc/async:async_runfunc:116 async_run create_glance_accounts create_glance_accounts +2025-01-14 22:32:46.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.128 | +inc/async:async_inner:63 create_glance_accounts +2025-01-14 22:32:46.169 | [3421 Async create_glance_accounts:68247]: running: create_glance_accounts +2025-01-14 22:32:46.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.178 | +./stack.sh:main:1150 is_service_enabled cinder +2025-01-14 22:32:46.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.216 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:32:46.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.222 | +./stack.sh:main:1151 async_runfunc create_cinder_accounts +2025-01-14 22:32:46.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.229 | +inc/async:async_runfunc:116 async_run create_cinder_accounts create_cinder_accounts +2025-01-14 22:32:46.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.307 | +inc/async:async_inner:63 create_cinder_accounts +2025-01-14 22:32:46.338 | [3421 Async create_cinder_accounts:68453]: running: create_cinder_accounts +2025-01-14 22:32:46.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.344 | +./stack.sh:main:1153 is_service_enabled neutron +2025-01-14 22:32:46.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.383 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:32:46.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.390 | +./stack.sh:main:1154 async_runfunc create_neutron_accounts +2025-01-14 22:32:46.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.396 | +inc/async:async_runfunc:116 async_run create_neutron_accounts create_neutron_accounts +2025-01-14 22:32:46.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.492 | +inc/async:async_inner:63 create_neutron_accounts +2025-01-14 22:32:46.515 | [3421 Async create_neutron_accounts:68665]: running: create_neutron_accounts +2025-01-14 22:32:46.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.520 | +./stack.sh:main:1156 is_service_enabled swift +2025-01-14 22:32:46.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.577 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:32:46.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.588 | +./stack.sh:main:1165 is_service_enabled horizon +2025-01-14 22:32:46.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.654 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:32:46.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.664 | +./stack.sh:main:1170 async_wait create_nova_accounts create_glance_accounts create_cinder_accounts +2025-01-14 22:32:46.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:46.919 | [3421 Async create_nova_accounts:68070]: Waiting for completion of create_nova_accounts running on PID 68070 (5 other jobs running) +2025-01-14 22:32:46.966 | [3421 Async create_nova_accounts:68070]: Signaling child to exit +2025-01-14 22:32:59.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:59.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:59.965 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:32:59.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:59.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:32:59.996 | [68665 Async create_neutron_accounts:68665]: finished successfully +2025-01-14 22:33:03.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:03.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:03.383 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:33:03.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:03.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:03.409 | [68453 Async create_cinder_accounts:68453]: finished successfully +2025-01-14 22:33:09.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.628 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:33:09.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.659 | [68070 Async create_nova_accounts:68070]: finished successfully +2025-01-14 22:33:09.679 | WAKEUP +2025-01-14 22:33:09.699 | [3421 Async create_nova_accounts:68070]: Signaled +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | +lib/nova:create_nova_accounts:381 [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak =~ n-api ]] +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | +lib/nova:create_nova_accounts:385 create_service_user nova ****** +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | +lib/keystone:create_service_user:416 get_or_create_user nova ****** Default +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.700 | +functions-common:get_or_create_user:903 local user_id +2025-01-14 22:33:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | +functions-common:get_or_create_user:904 [[ ! -z '' ]] +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | +functions-common:get_or_create_user:907 local email= +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create nova --password ****** --domain=Default --or-show -f value -c id +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | +functions-common:get_or_create_user:919 user_id=8740d4e592eb4e049252f196fdf51359 +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | +functions-common:get_or_create_user:920 echo 8740d4e592eb4e049252f196fdf51359 +2025-01-14 22:33:09.701 | 8740d4e592eb4e049252f196fdf51359 +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | +lib/keystone:create_service_user:417 get_or_add_user_project_role service nova service Default Default +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args Default Default +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:_get_domain_args:954 [[ -n Default ]] +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:_get_domain_args:955 domain=' --user-domain Default' +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:_get_domain_args:957 [[ -n Default ]] +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.701 | ++functions-common:_get_domain_args:958 domain=' --user-domain Default --project-domain Default' +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:_get_domain_args:961 echo --user-domain Default --project-domain Default +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +functions-common:get_or_add_user_project_role:970 domain_args='--user-domain Default --project-domain Default' +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add service --user nova --project service --user-domain Default --project-domain Default +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:09.702 | 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +lib/keystone:create_service_user:419 [[ -n ****** ]] +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +lib/keystone:create_service_user:420 get_or_add_user_project_role ****** nova service Default Default +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args Default Default +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:_get_domain_args:954 [[ -n Default ]] +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.702 | ++functions-common:_get_domain_args:955 domain=' --user-domain Default' +2025-01-14 22:33:09.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | ++functions-common:_get_domain_args:957 [[ -n Default ]] +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | ++functions-common:_get_domain_args:958 domain=' --user-domain Default --project-domain Default' +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | ++functions-common:_get_domain_args:961 echo --user-domain Default --project-domain Default +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +functions-common:get_or_add_user_project_role:970 domain_args='--user-domain Default --project-domain Default' +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user nova --project service --user-domain Default --project-domain Default +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user nova --project service --user-domain Default --project-domain Default -c Role -f value +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:33:09.703 | 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +lib/nova:create_nova_accounts:387 local nova_api_url +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +lib/nova:create_nova_accounts:388 nova_api_url=http://10.201.9.223/compute +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +lib/nova:create_nova_accounts:390 get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | +functions-common:get_or_create_service:1059 local service_id +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | ++functions-common:get_or_create_service:1072 oscwrap --os-cloud devstack-system-****** service show compute_legacy -f value -c id +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | ++functions-common:get_or_create_service:1074 oscwrap --os-cloud devstack-system-****** service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | +functions-common:get_or_create_service:1070 service_id=' +2025-01-14 22:33:09.704 | bf767406b65b4d34bd3680d00a579acb' +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | +functions-common:get_or_create_service:1071 echo bf767406b65b4d34bd3680d00a579acb +2025-01-14 22:33:09.704 | bf767406b65b4d34bd3680d00a579acb +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | +lib/nova:create_nova_accounts:392 get_or_create_endpoint compute_legacy RegionOne 'http://10.201.9.223/compute/v2/$(project_id)s' +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | +functions-common:get_or_create_endpoint:1103 local public_id +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | ++functions-common:get_or_create_endpoint:1104 _get_or_create_endpoint_with_interface compute_legacy public 'http://10.201.9.223/compute/v2/$(project_id)s' RegionOne +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | ++functions-common:_get_or_create_endpoint_with_interface:1077 local endpoint_id +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | +++functions-common:_get_or_create_endpoint_with_interface:1082 oscwrap --os-cloud devstack-system-****** endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | ++functions-common:_get_or_create_endpoint_with_interface:1082 endpoint_id= +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | ++functions-common:_get_or_create_endpoint_with_interface:1083 [[ -z '' ]] +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | +++functions-common:_get_or_create_endpoint_with_interface:1086 oscwrap --os-cloud devstack-system-****** endpoint create compute_legacy public 'http://10.201.9.223/compute/v2/$(project_id)s' --region RegionOne -f value -c id +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | ++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=27b6f0577da44d4c8bd42ebccc9195b8 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | ++functions-common:_get_or_create_endpoint_with_interface:1089 echo 27b6f0577da44d4c8bd42ebccc9195b8 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_endpoint:1104 public_id=27b6f0577da44d4c8bd42ebccc9195b8 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_endpoint:1113 echo 27b6f0577da44d4c8bd42ebccc9195b8 +2025-01-14 22:33:09.705 | 27b6f0577da44d4c8bd42ebccc9195b8 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +lib/nova:create_nova_accounts:396 get_or_create_service nova compute 'Nova Compute Service' +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_service:1059 local service_id +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | ++functions-common:get_or_create_service:1072 oscwrap --os-cloud devstack-system-****** service show compute -f value -c id +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | ++functions-common:get_or_create_service:1074 oscwrap --os-cloud devstack-system-****** service create compute --name nova '--description=Nova Compute Service' -f value -c id +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_service:1070 service_id=' +2025-01-14 22:33:09.705 | c5a2ad4615b441adb1fd166c0cf280e6' +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_service:1071 echo c5a2ad4615b441adb1fd166c0cf280e6 +2025-01-14 22:33:09.705 | c5a2ad4615b441adb1fd166c0cf280e6 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +lib/nova:create_nova_accounts:398 get_or_create_endpoint compute RegionOne http://10.201.9.223/compute/v2.1 +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.705 | +functions-common:get_or_create_endpoint:1103 local public_id +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | ++functions-common:get_or_create_endpoint:1104 _get_or_create_endpoint_with_interface compute public http://10.201.9.223/compute/v2.1 RegionOne +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | ++functions-common:_get_or_create_endpoint_with_interface:1077 local endpoint_id +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +++functions-common:_get_or_create_endpoint_with_interface:1082 oscwrap --os-cloud devstack-system-****** endpoint list --service compute --interface public --region RegionOne -c ID -f value +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | ++functions-common:_get_or_create_endpoint_with_interface:1082 endpoint_id= +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | ++functions-common:_get_or_create_endpoint_with_interface:1083 [[ -z '' ]] +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +++functions-common:_get_or_create_endpoint_with_interface:1086 oscwrap --os-cloud devstack-system-****** endpoint create compute public http://10.201.9.223/compute/v2.1 --region RegionOne -f value -c id +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | ++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=f8399ed5db3345f288c2de49703dbcb2 +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | ++functions-common:_get_or_create_endpoint_with_interface:1089 echo f8399ed5db3345f288c2de49703dbcb2 +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +functions-common:get_or_create_endpoint:1104 public_id=f8399ed5db3345f288c2de49703dbcb2 +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.706 | +functions-common:get_or_create_endpoint:1113 echo f8399ed5db3345f288c2de49703dbcb2 +2025-01-14 22:33:09.706 | f8399ed5db3345f288c2de49703dbcb2 +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | +lib/nova:create_nova_accounts:403 is_service_enabled n-api +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | +lib/nova:create_nova_accounts:405 is_service_enabled swift +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | +lib/nova:create_nova_accounts:413 is_service_enabled s3api +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | +lib/nova:create_nova_accounts:424 is_service_enabled n-api +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.708 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:09.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:09.708 | +lib/nova:create_nova_accounts:425 [[ False = True ]] +2025-01-14 22:33:09.738 | [3421 Async create_nova_accounts:68070]: finished create_nova_accounts with result 0 in 23 seconds +2025-01-14 22:33:09.773 | [3421 Async create_glance_accounts:68247]: Waiting for completion of create_glance_accounts running on PID 68247 (4 other jobs running) +2025-01-14 22:33:09.793 | [3421 Async create_glance_accounts:68247]: Signaling child to exit +2025-01-14 22:33:10.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.776 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:33:10.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.803 | [68247 Async create_glance_accounts:68247]: finished successfully +2025-01-14 22:33:10.824 | WAKEUP +2025-01-14 22:33:10.843 | [3421 Async create_glance_accounts:68247]: Signaled +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | +lib/glance:create_glance_accounts:509 is_service_enabled g-api +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | +lib/glance:create_glance_accounts:511 create_service_user glance +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | +lib/keystone:create_service_user:416 get_or_create_user glance ****** Default +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | +functions-common:get_or_create_user:903 local user_id +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | +functions-common:get_or_create_user:904 [[ ! -z '' ]] +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | +functions-common:get_or_create_user:907 local email= +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | ++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create glance --password ****** --domain=Default --or-show -f value -c id +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | +functions-common:get_or_create_user:919 user_id=cbed57a1ff42434f8ea6094e787fb6dd +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | +functions-common:get_or_create_user:920 echo cbed57a1ff42434f8ea6094e787fb6dd +2025-01-14 22:33:10.847 | cbed57a1ff42434f8ea6094e787fb6dd +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | +lib/keystone:create_service_user:417 get_or_add_user_project_role service glance service Default Default +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args Default Default +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | ++functions-common:_get_domain_args:954 [[ -n Default ]] +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | ++functions-common:_get_domain_args:955 domain=' --user-domain Default' +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | ++functions-common:_get_domain_args:957 [[ -n Default ]] +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | ++functions-common:_get_domain_args:958 domain=' --user-domain Default --project-domain Default' +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | ++functions-common:_get_domain_args:961 echo --user-domain Default --project-domain Default +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | +functions-common:get_or_add_user_project_role:970 domain_args='--user-domain Default --project-domain Default' +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add service --user glance --project service --user-domain Default --project-domain Default +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | +functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | +functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:10.849 | 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | +lib/keystone:create_service_user:419 [[ -n '' ]] +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | +lib/glance:create_glance_accounts:514 is_service_enabled s-proxy +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.849 | +lib/glance:create_glance_accounts:518 get_or_create_service glance image 'Glance Image Service' +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | +functions-common:get_or_create_service:1059 local service_id +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | ++functions-common:get_or_create_service:1072 oscwrap --os-cloud devstack-system-****** service show image -f value -c id +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | ++functions-common:get_or_create_service:1074 oscwrap --os-cloud devstack-system-****** service create image --name glance '--description=Glance Image Service' -f value -c id +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | +functions-common:get_or_create_service:1070 service_id=' +2025-01-14 22:33:10.850 | 479c0b7c00794c79a1a025638504071e' +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | +functions-common:get_or_create_service:1071 echo 479c0b7c00794c79a1a025638504071e +2025-01-14 22:33:10.850 | 479c0b7c00794c79a1a025638504071e +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | +lib/glance:create_glance_accounts:520 get_or_create_endpoint image RegionOne http://10.201.9.223/image +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | +functions-common:get_or_create_endpoint:1103 local public_id +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | ++functions-common:get_or_create_endpoint:1104 _get_or_create_endpoint_with_interface image public http://10.201.9.223/image RegionOne +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | ++functions-common:_get_or_create_endpoint_with_interface:1077 local endpoint_id +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | +++functions-common:_get_or_create_endpoint_with_interface:1082 oscwrap --os-cloud devstack-system-****** endpoint list --service image --interface public --region RegionOne -c ID -f value +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.850 | ++functions-common:_get_or_create_endpoint_with_interface:1082 endpoint_id= +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | ++functions-common:_get_or_create_endpoint_with_interface:1083 [[ -z '' ]] +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +++functions-common:_get_or_create_endpoint_with_interface:1086 oscwrap --os-cloud devstack-system-****** endpoint create image public http://10.201.9.223/image --region RegionOne -f value -c id +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | ++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6 +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | ++functions-common:_get_or_create_endpoint_with_interface:1089 echo a617c024b33a4dc9935e2bc3e91ddcf6 +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +functions-common:get_or_create_endpoint:1104 public_id=a617c024b33a4dc9935e2bc3e91ddcf6 +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +functions-common:get_or_create_endpoint:1113 echo a617c024b33a4dc9935e2bc3e91ddcf6 +2025-01-14 22:33:10.851 | a617c024b33a4dc9935e2bc3e91ddcf6 +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | ++lib/glance:create_glance_accounts:525 get_or_create_domain Default +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | ++functions-common:get_or_create_domain:876 local domain_id +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +++functions-common:get_or_create_domain:882 oscwrap --os-cloud devstack-system-****** domain create Default --description '' --or-show -f value -c id +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.851 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | ++functions-common:get_or_create_domain:881 domain_id=default +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | ++functions-common:get_or_create_domain:882 echo default +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | +lib/glance:create_glance_accounts:525 service_domain_id=default +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | +lib/glance:create_glance_accounts:526 iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | +lib/glance:create_glance_accounts:527 iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | +lib/glance:create_glance_accounts:529 [[ True = True ]] +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | +lib/glance:create_glance_accounts:530 configure_glance_quotas +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | +lib/glance:configure_glance_quotas:331 openstack --os-cloud devstack-system-****** registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total +2025-01-14 22:33:10.852 | +---------------+----------------------------------+ +2025-01-14 22:33:10.852 | | Field | Value | +2025-01-14 22:33:10.852 | +---------------+----------------------------------+ +2025-01-14 22:33:10.852 | | default_limit | 1000 | +2025-01-14 22:33:10.852 | | description | None | +2025-01-14 22:33:10.852 | | id | 190d3c08d9d84053b825dd6c7d5aa3ff | +2025-01-14 22:33:10.852 | | region_id | RegionOne | +2025-01-14 22:33:10.852 | | resource_name | image_size_total | +2025-01-14 22:33:10.852 | | service_id | 479c0b7c00794c79a1a025638504071e | +2025-01-14 22:33:10.852 | +---------------+----------------------------------+ +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.852 | +lib/glance:configure_glance_quotas:333 openstack --os-cloud devstack-system-****** registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total +2025-01-14 22:33:10.852 | +---------------+----------------------------------+ +2025-01-14 22:33:10.852 | | Field | Value | +2025-01-14 22:33:10.852 | +---------------+----------------------------------+ +2025-01-14 22:33:10.852 | | default_limit | 1000 | +2025-01-14 22:33:10.852 | | description | None | +2025-01-14 22:33:10.852 | | id | 2967756a0d544ca0a641fae2226eff32 | +2025-01-14 22:33:10.852 | | region_id | RegionOne | +2025-01-14 22:33:10.853 | | resource_name | image_stage_total | +2025-01-14 22:33:10.853 | | service_id | 479c0b7c00794c79a1a025638504071e | +2025-01-14 22:33:10.853 | +---------------+----------------------------------+ +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | +lib/glance:configure_glance_quotas:335 openstack --os-cloud devstack-system-****** registered limit create --service glance --default-limit 100 --region RegionOne image_count_total +2025-01-14 22:33:10.853 | +---------------+----------------------------------+ +2025-01-14 22:33:10.853 | | Field | Value | +2025-01-14 22:33:10.853 | +---------------+----------------------------------+ +2025-01-14 22:33:10.853 | | default_limit | 100 | +2025-01-14 22:33:10.853 | | description | None | +2025-01-14 22:33:10.853 | | id | 1f2c4c83c4e047f2bede572e819f0289 | +2025-01-14 22:33:10.853 | | region_id | RegionOne | +2025-01-14 22:33:10.853 | | resource_name | image_count_total | +2025-01-14 22:33:10.853 | | service_id | 479c0b7c00794c79a1a025638504071e | +2025-01-14 22:33:10.853 | +---------------+----------------------------------+ +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | +lib/glance:configure_glance_quotas:337 openstack --os-cloud devstack-system-****** registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading +2025-01-14 22:33:10.853 | +---------------+----------------------------------+ +2025-01-14 22:33:10.853 | | Field | Value | +2025-01-14 22:33:10.853 | +---------------+----------------------------------+ +2025-01-14 22:33:10.853 | | default_limit | 100 | +2025-01-14 22:33:10.853 | | description | None | +2025-01-14 22:33:10.853 | | id | c3e93212f069413fb3b63ed90c7825d4 | +2025-01-14 22:33:10.853 | | region_id | RegionOne | +2025-01-14 22:33:10.853 | | resource_name | image_count_uploading | +2025-01-14 22:33:10.853 | | service_id | 479c0b7c00794c79a1a025638504071e | +2025-01-14 22:33:10.853 | +---------------+----------------------------------+ +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | +lib/glance:configure_glance_quotas:341 iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | +lib/glance:configure_glance_quotas:344 iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | +lib/glance:configure_glance_quotas:345 iniset /etc/glance/glance-api.conf oslo_limit password ****** +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.853 | tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified +2025-01-14 22:33:10.853 | +2025-01-14 22:33:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | +lib/glance:configure_glance_quotas:346 iniset /etc/glance/glance-api.conf oslo_limit username glance +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | +lib/glance:configure_glance_quotas:347 iniset /etc/glance/glance-api.conf oslo_limit auth_type password +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | +lib/glance:configure_glance_quotas:348 iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.201.9.223/identity +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | +lib/glance:configure_glance_quotas:349 iniset /etc/glance/glance-api.conf oslo_limit system_scope all +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | ++lib/glance:configure_glance_quotas:350 oscwrap --os-cloud devstack-system-****** endpoint list --service glance -f value -c ID +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | +lib/glance:configure_glance_quotas:350 iniset /etc/glance/glance-api.conf oslo_limit endpoint_id a617c024b33a4dc9935e2bc3e91ddcf6 +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | +lib/glance:configure_glance_quotas:354 openstack --os-cloud devstack-system-****** role add --user glance --user-domain Default --system all reader +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | +lib/glance:create_glance_accounts:533 is_service_enabled s3api +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.856 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:10.880 | [3421 Async create_glance_accounts:68247]: finished create_glance_accounts with result 0 in 24 seconds +2025-01-14 22:33:10.912 | [3421 Async create_cinder_accounts:68453]: Waiting for completion of create_cinder_accounts running on PID 68453 (3 other jobs running) +2025-01-14 22:33:10.932 | [3421 Async create_cinder_accounts:68453]: Signaling child to exit +2025-01-14 22:33:10.932 | WAKEUP +2025-01-14 22:33:10.951 | [3421 Async create_cinder_accounts:68453]: Signaled +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +lib/cinder:create_cinder_accounts:458 [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak =~ c-api ]] +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +lib/cinder:create_cinder_accounts:460 local extra_role= +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +lib/cinder:create_cinder_accounts:463 is_service_enabled barbican +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +lib/cinder:create_cinder_accounts:467 create_service_user cinder +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +lib/keystone:create_service_user:416 get_or_create_user cinder ****** Default +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +functions-common:get_or_create_user:903 local user_id +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +functions-common:get_or_create_user:904 [[ ! -z '' ]] +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | +functions-common:get_or_create_user:907 local email= +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | ++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create cinder --password ****** --domain=Default --or-show -f value -c id +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | +functions-common:get_or_create_user:919 user_id=a56980bf0d194f52b0ae1ea5202ab0cb +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | +functions-common:get_or_create_user:920 echo a56980bf0d194f52b0ae1ea5202ab0cb +2025-01-14 22:33:10.954 | a56980bf0d194f52b0ae1ea5202ab0cb +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | +lib/keystone:create_service_user:417 get_or_add_user_project_role service cinder service Default Default +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args Default Default +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.954 | ++functions-common:_get_domain_args:954 [[ -n Default ]] +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | ++functions-common:_get_domain_args:955 domain=' --user-domain Default' +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | ++functions-common:_get_domain_args:957 [[ -n Default ]] +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | ++functions-common:_get_domain_args:958 domain=' --user-domain Default --project-domain Default' +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | ++functions-common:_get_domain_args:961 echo --user-domain Default --project-domain Default +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | +functions-common:get_or_add_user_project_role:970 domain_args='--user-domain Default --project-domain Default' +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add service --user cinder --project service --user-domain Default --project-domain Default +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | +functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | +functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:10.955 | 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +lib/keystone:create_service_user:419 [[ -n '' ]] +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +lib/cinder:create_cinder_accounts:469 local cinder_api_url +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +lib/cinder:create_cinder_accounts:470 cinder_api_url=http://10.201.9.223/volume +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +lib/cinder:create_cinder_accounts:473 get_or_create_service cinder block-storage 'Cinder Volume Service' +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +functions-common:get_or_create_service:1059 local service_id +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | ++functions-common:get_or_create_service:1072 oscwrap --os-cloud devstack-system-****** service show block-storage -f value -c id +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | ++functions-common:get_or_create_service:1074 oscwrap --os-cloud devstack-system-****** service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +functions-common:get_or_create_service:1070 service_id=' +2025-01-14 22:33:10.956 | a7cbcc92bfe3474bb3e0ae14da48057d' +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +functions-common:get_or_create_service:1071 echo a7cbcc92bfe3474bb3e0ae14da48057d +2025-01-14 22:33:10.956 | a7cbcc92bfe3474bb3e0ae14da48057d +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.956 | +lib/cinder:create_cinder_accounts:475 get_or_create_endpoint block-storage RegionOne http://10.201.9.223/volume/v3 +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | +functions-common:get_or_create_endpoint:1103 local public_id +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | ++functions-common:get_or_create_endpoint:1104 _get_or_create_endpoint_with_interface block-storage public http://10.201.9.223/volume/v3 RegionOne +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | ++functions-common:_get_or_create_endpoint_with_interface:1077 local endpoint_id +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | +++functions-common:_get_or_create_endpoint_with_interface:1082 oscwrap --os-cloud devstack-system-****** endpoint list --service block-storage --interface public --region RegionOne -c ID -f value +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | ++functions-common:_get_or_create_endpoint_with_interface:1082 endpoint_id= +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | ++functions-common:_get_or_create_endpoint_with_interface:1083 [[ -z '' ]] +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | +++functions-common:_get_or_create_endpoint_with_interface:1086 oscwrap --os-cloud devstack-system-****** endpoint create block-storage public http://10.201.9.223/volume/v3 --region RegionOne -f value -c id +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | ++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=229344bc60614cefbe8ec58e9c377fff +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | ++functions-common:_get_or_create_endpoint_with_interface:1089 echo 229344bc60614cefbe8ec58e9c377fff +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | +functions-common:get_or_create_endpoint:1104 public_id=229344bc60614cefbe8ec58e9c377fff +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | +functions-common:get_or_create_endpoint:1113 echo 229344bc60614cefbe8ec58e9c377fff +2025-01-14 22:33:10.958 | 229344bc60614cefbe8ec58e9c377fff +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | +lib/cinder:create_cinder_accounts:478 configure_cinder_internal_tenant +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | ++lib/cinder:configure_cinder_internal_tenant:696 get_or_create_project service +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | ++functions-common:get_or_create_project:926 local project_id +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | +++functions-common:get_or_create_project:934 oscwrap --os-cloud devstack-system-****** project create service --domain= --or-show -f value -c id +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | ++functions-common:get_or_create_project:932 project_id=4c2f9fd6a50945829cdaabe9d7940731 +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | ++functions-common:get_or_create_project:933 echo 4c2f9fd6a50945829cdaabe9d7940731 +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | +lib/cinder:configure_cinder_internal_tenant:696 iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 4c2f9fd6a50945829cdaabe9d7940731 +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | ++lib/cinder:configure_cinder_internal_tenant:697 get_or_create_user cinder +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | ++functions-common:get_or_create_user:903 local user_id +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | ++functions-common:get_or_create_user:904 [[ ! -z '' ]] +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | ++functions-common:get_or_create_user:907 local email= +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create cinder --password '' --domain= --or-show -f value -c id +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | No password was supplied, authentication will fail when a user does not have a password. +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | ++functions-common:get_or_create_user:919 user_id=a56980bf0d194f52b0ae1ea5202ab0cb +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | ++functions-common:get_or_create_user:920 echo a56980bf0d194f52b0ae1ea5202ab0cb +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | +lib/cinder:configure_cinder_internal_tenant:697 iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id a56980bf0d194f52b0ae1ea5202ab0cb +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.987 | [3421 Async create_cinder_accounts:68453]: finished create_cinder_accounts with result 0 in 17 seconds +2025-01-14 22:33:10.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:10.994 | +inc/async:async_wait:197 return 0 +2025-01-14 22:33:10.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.001 | +./stack.sh:main:1171 async_wait create_neutron_accounts create_swift_accounts configure_horizon +2025-01-14 22:33:11.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.059 | [3421 Async create_neutron_accounts:68665]: Waiting for completion of create_neutron_accounts running on PID 68665 (2 other jobs running) +2025-01-14 22:33:11.077 | [3421 Async create_neutron_accounts:68665]: Signaling child to exit +2025-01-14 22:33:11.077 | WAKEUP +2025-01-14 22:33:11.094 | [3421 Async create_neutron_accounts:68665]: Signaled +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | +lib/neutron:create_neutron_accounts:516 local neutron_url +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | +lib/neutron:create_neutron_accounts:517 '[' False == True ']' +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | +lib/neutron:create_neutron_accounts:520 neutron_url=http://10.201.9.223:9696/ +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | +lib/neutron:create_neutron_accounts:522 '[' '!' -z networking ']' +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | +lib/neutron:create_neutron_accounts:523 neutron_url=http://10.201.9.223:9696/networking +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | +lib/neutron:create_neutron_accounts:526 is_service_enabled q-svc neutron-api +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | +lib/neutron:create_neutron_accounts:528 create_service_user neutron +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | +lib/keystone:create_service_user:416 get_or_create_user neutron ****** Default +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | +functions-common:get_or_create_user:903 local user_id +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | +functions-common:get_or_create_user:904 [[ ! -z '' ]] +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | +functions-common:get_or_create_user:907 local email= +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | ++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create neutron --password ****** --domain=Default --or-show -f value -c id +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.096 | +functions-common:get_or_create_user:919 user_id=aca64cf98aeb4085a589eed5896ff550 +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | +functions-common:get_or_create_user:920 echo aca64cf98aeb4085a589eed5896ff550 +2025-01-14 22:33:11.097 | aca64cf98aeb4085a589eed5896ff550 +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | +lib/keystone:create_service_user:417 get_or_add_user_project_role service neutron service Default Default +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args Default Default +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:_get_domain_args:954 [[ -n Default ]] +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:_get_domain_args:955 domain=' --user-domain Default' +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:_get_domain_args:957 [[ -n Default ]] +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:_get_domain_args:958 domain=' --user-domain Default --project-domain Default' +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | ++functions-common:_get_domain_args:961 echo --user-domain Default --project-domain Default +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | +functions-common:get_or_add_user_project_role:970 domain_args='--user-domain Default --project-domain Default' +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.097 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add service --user neutron --project service --user-domain Default --project-domain Default +2025-01-14 22:33:11.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified +2025-01-14 22:33:11.098 | +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | +functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | +functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:11.098 | 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | +lib/keystone:create_service_user:419 [[ -n '' ]] +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | +lib/neutron:create_neutron_accounts:530 get_or_create_service neutron network 'Neutron Service' +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | +functions-common:get_or_create_service:1059 local service_id +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | ++functions-common:get_or_create_service:1072 oscwrap --os-cloud devstack-system-****** service show network -f value -c id +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | ++functions-common:get_or_create_service:1074 oscwrap --os-cloud devstack-system-****** service create network --name neutron '--description=Neutron Service' -f value -c id +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | +functions-common:get_or_create_service:1070 service_id=' +2025-01-14 22:33:11.099 | 08f0d1c287e64b66b981d8f74723810a' +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | +functions-common:get_or_create_service:1071 echo 08f0d1c287e64b66b981d8f74723810a +2025-01-14 22:33:11.099 | 08f0d1c287e64b66b981d8f74723810a +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | +lib/neutron:create_neutron_accounts:532 get_or_create_endpoint network RegionOne http://10.201.9.223:9696/networking +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | +functions-common:get_or_create_endpoint:1103 local public_id +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | ++functions-common:get_or_create_endpoint:1104 _get_or_create_endpoint_with_interface network public http://10.201.9.223:9696/networking RegionOne +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | ++functions-common:_get_or_create_endpoint_with_interface:1077 local endpoint_id +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | +++functions-common:_get_or_create_endpoint_with_interface:1082 oscwrap --os-cloud devstack-system-****** endpoint list --service network --interface public --region RegionOne -c ID -f value +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.099 | ++functions-common:_get_or_create_endpoint_with_interface:1082 endpoint_id= +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | ++functions-common:_get_or_create_endpoint_with_interface:1083 [[ -z '' ]] +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | +++functions-common:_get_or_create_endpoint_with_interface:1086 oscwrap --os-cloud devstack-system-****** endpoint create network public http://10.201.9.223:9696/networking --region RegionOne -f value -c id +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | ++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=d6ad88b73d2f4f6cbefca6b570c2c29a +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | ++functions-common:_get_or_create_endpoint_with_interface:1089 echo d6ad88b73d2f4f6cbefca6b570c2c29a +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | +functions-common:get_or_create_endpoint:1104 public_id=d6ad88b73d2f4f6cbefca6b570c2c29a +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.100 | +functions-common:get_or_create_endpoint:1113 echo d6ad88b73d2f4f6cbefca6b570c2c29a +2025-01-14 22:33:11.100 | d6ad88b73d2f4f6cbefca6b570c2c29a +2025-01-14 22:33:11.135 | [3421 Async create_neutron_accounts:68665]: finished create_neutron_accounts with result 0 in 13 seconds +2025-01-14 22:33:11.141 | Not waiting for async task create_swift_accounts that we never started or has already been waited for +2025-01-14 22:33:11.146 | Not waiting for async task configure_horizon that we never started or has already been waited for +2025-01-14 22:33:11.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.155 | +inc/async:async_wait:197 return 0 +2025-01-14 22:33:11.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.164 | +./stack.sh:main:1177 is_service_enabled mysql postgresql +2025-01-14 22:33:11.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.214 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:11.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.225 | +./stack.sh:main:1177 is_service_enabled glance +2025-01-14 22:33:11.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.285 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:11.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.296 | +./stack.sh:main:1178 echo_summary 'Configuring Glance' +2025-01-14 22:33:11.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.307 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:33:11.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.320 | +./stack.sh:echo_summary:474 echo -e Configuring Glance +2025-01-14 22:33:11.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.334 | +./stack.sh:main:1179 async_runfunc init_glance +2025-01-14 22:33:11.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.347 | +inc/async:async_runfunc:116 async_run init_glance init_glance +2025-01-14 22:33:11.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.481 | +inc/async:async_inner:63 init_glance +2025-01-14 22:33:11.520 | [3421 Async init_glance:72085]: running: init_glance +2025-01-14 22:33:11.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.527 | +./stack.sh:main:1186 is_service_enabled neutron +2025-01-14 22:33:11.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.570 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:11.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.576 | +./stack.sh:main:1187 echo_summary 'Configuring Neutron' +2025-01-14 22:33:11.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.583 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:33:11.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.595 | +./stack.sh:echo_summary:474 echo -e Configuring Neutron +2025-01-14 22:33:11.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.602 | +./stack.sh:main:1189 configure_neutron +2025-01-14 22:33:11.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.612 | +lib/neutron:configure_neutron:408 _configure_neutron_common +2025-01-14 22:33:11.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.620 | +lib/neutron:_configure_neutron_common:916 _create_neutron_conf_dir +2025-01-14 22:33:11.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.625 | +lib/neutron:_create_neutron_conf_dir:909 sudo install -d -o ubuntu /etc/neutron +2025-01-14 22:33:11.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.642 | +lib/neutron:_configure_neutron_common:919 cd /opt/stack/neutron +2025-01-14 22:33:11.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:11.647 | +lib/neutron:_configure_neutron_common:919 exec ./tools/generate_config_file_samples.sh +2025-01-14 22:33:17.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:17.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:17.213 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:33:17.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:17.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:17.241 | [72085 Async init_glance:72085]: finished successfully +2025-01-14 22:33:30.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.656 | +lib/neutron:_configure_neutron_common:921 cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf +2025-01-14 22:33:30.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.672 | +lib/neutron:_configure_neutron_common:923 Q_POLICY_FILE=/etc/neutron/policy.json +2025-01-14 22:33:30.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.682 | +lib/neutron:_configure_neutron_common:927 '[' -f /opt/stack/neutron/etc/policy.json ']' +2025-01-14 22:33:30.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.692 | +lib/neutron:_configure_neutron_common:931 echo '{"context_is_******": "role:****** or user_name:neutron"}' +2025-01-14 22:33:30.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.705 | +lib/neutron:_configure_neutron_common:936 neutron_plugin_configure_common +2025-01-14 22:33:30.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.717 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 +2025-01-14 22:33:30.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.729 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 Q_PLUGIN_CONF_FILENAME=ml2_conf.ini +2025-01-14 22:33:30.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.741 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 Q_PLUGIN_CLASS=ml2 +2025-01-14 22:33:30.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.752 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 neutron_service_plugin_class_add ovn-router +2025-01-14 22:33:30.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.763 | +lib/neutron:neutron_service_plugin_class_add:1094 local service_plugin_class=ovn-router +2025-01-14 22:33:30.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.773 | +lib/neutron:neutron_service_plugin_class_add:1095 [[ '' == '' ]] +2025-01-14 22:33:30.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.786 | +lib/neutron:neutron_service_plugin_class_add:1096 Q_SERVICE_PLUGIN_CLASSES=ovn-router +2025-01-14 22:33:30.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.797 | +lib/neutron:_configure_neutron_common:938 [[ etc/neutron/plugins/ml2 == '' ]] +2025-01-14 22:33:30.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.810 | +lib/neutron:_configure_neutron_common:938 [[ ml2_conf.ini == '' ]] +2025-01-14 22:33:30.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.822 | +lib/neutron:_configure_neutron_common:938 [[ ml2 == '' ]] +2025-01-14 22:33:30.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.836 | +lib/neutron:_configure_neutron_common:943 mkdir -p /etc/neutron/plugins/ml2 +2025-01-14 22:33:30.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.851 | +lib/neutron:_configure_neutron_common:944 Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:30.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.863 | +lib/neutron:_configure_neutron_common:947 NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:30.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.877 | +lib/neutron:_configure_neutron_common:950 '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' +2025-01-14 22:33:30.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.888 | +lib/neutron:_configure_neutron_common:951 cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:30.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.902 | ++lib/neutron:_configure_neutron_common:956 database_connection_url neutron +2025-01-14 22:33:30.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.913 | ++lib/database:database_connection_url:134 local db=neutron +2025-01-14 22:33:30.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.924 | ++lib/database:database_connection_url:135 database_connection_url_mysql neutron +2025-01-14 22:33:30.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.935 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=neutron +2025-01-14 22:33:30.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.946 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:33:30.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.958 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:33:30.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.972 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:33:30.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:30.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.029 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:31.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.040 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:33:31.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.051 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' +2025-01-14 22:33:31.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.064 | +lib/neutron:_configure_neutron_common:956 iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:******@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' +2025-01-14 22:33:31.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.132 | +lib/neutron:_configure_neutron_common:957 iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron +2025-01-14 22:33:31.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.202 | +lib/neutron:_configure_neutron_common:958 iniset /etc/neutron/neutron.conf DEFAULT use_syslog False +2025-01-14 22:33:31.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.289 | +lib/neutron:_configure_neutron_common:959 iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 +2025-01-14 22:33:31.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.369 | +lib/neutron:_configure_neutron_common:960 iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock +2025-01-14 22:33:31.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.451 | +lib/neutron:_configure_neutron_common:963 iniset /etc/neutron/neutron.conf nova region_name RegionOne +2025-01-14 22:33:31.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.530 | +lib/neutron:_configure_neutron_common:965 '[' libvirt = fake ']' +2025-01-14 22:33:31.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.540 | +lib/neutron:_configure_neutron_common:975 setup_logging /etc/neutron/neutron.conf +2025-01-14 22:33:31.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.551 | +functions:setup_logging:685 setup_systemd_logging /etc/neutron/neutron.conf +2025-01-14 22:33:31.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.562 | +functions:setup_systemd_logging:702 local conf_file=/etc/neutron/neutron.conf +2025-01-14 22:33:31.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.575 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:33:31.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.627 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:33:31.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.636 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:33:31.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.644 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:33:31.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.655 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:33:31.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.667 | +functions:setup_systemd_logging:715 iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:33:31.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.735 | +functions:setup_systemd_logging:717 iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:33:31.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.801 | +functions:setup_systemd_logging:718 iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:33:31.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.865 | +functions:setup_systemd_logging:719 iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:33:31.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.919 | +functions:setup_systemd_logging:722 iniset /etc/neutron/neutron.conf DEFAULT log_color True +2025-01-14 22:33:31.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.983 | +lib/neutron:_configure_neutron_common:977 is_service_enabled tls-proxy +2025-01-14 22:33:31.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:31.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.031 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:32.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.039 | +lib/neutron:_configure_neutron_common:983 _neutron_setup_rootwrap +2025-01-14 22:33:32.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.048 | +lib/neutron:_neutron_setup_rootwrap:1129 [[ True == \F\a\l\s\e ]] +2025-01-14 22:33:32.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.057 | +lib/neutron:_neutron_setup_rootwrap:1133 Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d +2025-01-14 22:33:32.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.068 | +lib/neutron:_neutron_setup_rootwrap:1134 [[ -d /etc/neutron/rootwrap.d ]] +2025-01-14 22:33:32.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.078 | +lib/neutron:_neutron_setup_rootwrap:1138 neutron_deploy_rootwrap_filters /opt/stack/neutron +2025-01-14 22:33:32.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.090 | +lib/neutron:neutron_deploy_rootwrap_filters:1119 [[ True == \F\a\l\s\e ]] +2025-01-14 22:33:32.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.101 | +lib/neutron:neutron_deploy_rootwrap_filters:1122 local srcdir=/opt/stack/neutron +2025-01-14 22:33:32.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.113 | +lib/neutron:neutron_deploy_rootwrap_filters:1123 sudo install -d -o root -m 755 /etc/neutron/rootwrap.d +2025-01-14 22:33:32.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.140 | +lib/neutron:neutron_deploy_rootwrap_filters:1124 sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ +2025-01-14 22:33:32.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.164 | +lib/neutron:_neutron_setup_rootwrap:1142 test -r /opt/stack/neutron/etc/neutron/rootwrap.conf +2025-01-14 22:33:32.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.175 | +lib/neutron:_neutron_setup_rootwrap:1145 sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf +2025-01-14 22:33:32.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.199 | +lib/neutron:_neutron_setup_rootwrap:1147 sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf +2025-01-14 22:33:32.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.230 | +lib/neutron:_neutron_setup_rootwrap:1151 sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf +2025-01-14 22:33:32.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.254 | +lib/neutron:_neutron_setup_rootwrap:1154 ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' +2025-01-14 22:33:32.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.262 | +lib/neutron:_neutron_setup_rootwrap:1155 ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' +2025-01-14 22:33:32.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.272 | ++lib/neutron:_neutron_setup_rootwrap:1158 mktemp +2025-01-14 22:33:32.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.281 | +lib/neutron:_neutron_setup_rootwrap:1158 TEMPFILE=/tmp/tmp.2fuQd8OUIB +2025-01-14 22:33:32.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.292 | +lib/neutron:_neutron_setup_rootwrap:1159 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' +2025-01-14 22:33:32.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.303 | +lib/neutron:_neutron_setup_rootwrap:1160 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' +2025-01-14 22:33:32.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.315 | +lib/neutron:_neutron_setup_rootwrap:1161 chmod 0440 /tmp/tmp.2fuQd8OUIB +2025-01-14 22:33:32.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.332 | +lib/neutron:_neutron_setup_rootwrap:1162 sudo chown root:root /tmp/tmp.2fuQd8OUIB +2025-01-14 22:33:32.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.359 | +lib/neutron:_neutron_setup_rootwrap:1163 sudo mv /tmp/tmp.2fuQd8OUIB /etc/sudoers.d/neutron-rootwrap +2025-01-14 22:33:32.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.378 | +lib/neutron:_neutron_setup_rootwrap:1166 configure_root_helper_options /etc/neutron/neutron.conf +2025-01-14 22:33:32.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.387 | +lib/neutron:configure_root_helper_options:1170 local conffile=/etc/neutron/neutron.conf +2025-01-14 22:33:32.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.400 | +lib/neutron:configure_root_helper_options:1171 iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' +2025-01-14 22:33:32.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.478 | +lib/neutron:configure_root_helper_options:1172 [[ True == \T\r\u\e ]] +2025-01-14 22:33:32.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.488 | +lib/neutron:configure_root_helper_options:1173 iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' +2025-01-14 22:33:32.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.559 | +lib/neutron:configure_neutron:409 iniset_rpc_backend neutron /etc/neutron/neutron.conf +2025-01-14 22:33:32.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.571 | +lib/rpc_backend:iniset_rpc_backend:144 local package=neutron +2025-01-14 22:33:32.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.581 | +lib/rpc_backend:iniset_rpc_backend:145 local file=/etc/neutron/neutron.conf +2025-01-14 22:33:32.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.593 | +lib/rpc_backend:iniset_rpc_backend:146 local section=DEFAULT +2025-01-14 22:33:32.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.604 | +lib/rpc_backend:iniset_rpc_backend:147 local virtual_host= +2025-01-14 22:33:32.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.616 | +lib/rpc_backend:iniset_rpc_backend:148 is_service_enabled rabbit +2025-01-14 22:33:32.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.678 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:32.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.689 | ++lib/rpc_backend:iniset_rpc_backend:149 get_transport_url '' +2025-01-14 22:33:32.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.699 | ++lib/rpc_backend:get_transport_url:126 local virtual_host= +2025-01-14 22:33:32.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.710 | ++lib/rpc_backend:get_transport_url:127 is_service_enabled rabbit +2025-01-14 22:33:32.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.761 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:32.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.771 | ++lib/rpc_backend:get_transport_url:128 echo rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:33:32.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.782 | +lib/rpc_backend:iniset_rpc_backend:149 iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ +2025-01-14 22:33:32.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.864 | +lib/rpc_backend:iniset_rpc_backend:150 '[' -n '' ']' +2025-01-14 22:33:32.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.872 | +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' +2025-01-14 22:33:32.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.879 | +lib/neutron:configure_neutron:411 is_service_enabled q-metering neutron-metering +2025-01-14 22:33:32.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.927 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:32.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.936 | +lib/neutron:configure_neutron:414 is_service_enabled q-agt neutron-agent +2025-01-14 22:33:32.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.983 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:32.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:32.993 | +lib/neutron:configure_neutron:417 is_service_enabled q-dhcp neutron-dhcp +2025-01-14 22:33:32.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.038 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:33.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.046 | +lib/neutron:configure_neutron:420 is_service_enabled q-l3 neutron-l3 +2025-01-14 22:33:33.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.100 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:33.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.110 | +lib/neutron:configure_neutron:423 is_service_enabled q-meta neutron-metadata-agent +2025-01-14 22:33:33.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.167 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:33.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.176 | +lib/neutron:configure_neutron:427 [[ legacy != \l\e\g\a\c\y ]] +2025-01-14 22:33:33.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.185 | +lib/neutron:configure_neutron:430 is_service_enabled ceilometer +2025-01-14 22:33:33.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.237 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:33.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.247 | +lib/neutron:configure_neutron:434 [[ ovn == \o\v\n ]] +2025-01-14 22:33:33.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.257 | +lib/neutron:configure_neutron:435 configure_ovn +2025-01-14 22:33:33.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.266 | +lib/neutron_plugins/ovn_agent:configure_ovn:542 echo 'Configuring OVN' +2025-01-14 22:33:33.266 | Configuring OVN +2025-01-14 22:33:33.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.279 | +lib/neutron_plugins/ovn_agent:configure_ovn:544 '[' -z '' ']' +2025-01-14 22:33:33.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.290 | +lib/neutron_plugins/ovn_agent:configure_ovn:545 '[' -f /etc/openvswitch/system-id.conf ']' +2025-01-14 22:33:33.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.303 | ++lib/neutron_plugins/ovn_agent:configure_ovn:546 cat /etc/openvswitch/system-id.conf +2025-01-14 22:33:33.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.320 | +lib/neutron_plugins/ovn_agent:configure_ovn:546 OVN_UUID=cc8c4e13-e896-489d-bf22-fc9b11d9234a +2025-01-14 22:33:33.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.333 | +lib/neutron_plugins/ovn_agent:configure_ovn:561 [[ False == \F\a\l\s\e ]] +2025-01-14 22:33:33.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.346 | +lib/neutron_plugins/ovn_agent:configure_ovn:561 is_fedora +2025-01-14 22:33:33.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.357 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:33:33.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.369 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:33:33.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.380 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:33:33.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.390 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:33:33.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.403 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:33:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.414 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:33:33.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.427 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:33:33.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.440 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:33:33.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.454 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:33:33.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.467 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:33:33.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.480 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:33:33.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.493 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:33:33.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.504 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:33:33.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.517 | +lib/neutron_plugins/ovn_agent:configure_ovn:568 local sample_file= +2025-01-14 22:33:33.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.530 | +lib/neutron_plugins/ovn_agent:configure_ovn:569 local config_file= +2025-01-14 22:33:33.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.543 | +lib/neutron_plugins/ovn_agent:configure_ovn:570 is_service_enabled q-ovn-agent neutron-ovn-agent +2025-01-14 22:33:33.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.599 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:33.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.608 | +lib/neutron_plugins/ovn_agent:configure_ovn:573 is_service_enabled q-ovn-metadata-agent neutron-ovn-metadata-agent +2025-01-14 22:33:33.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.648 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:33.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.655 | +lib/neutron_plugins/ovn_agent:configure_ovn:573 is_service_enabled ovn-controller +2025-01-14 22:33:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.694 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:33.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.700 | +lib/neutron_plugins/ovn_agent:configure_ovn:574 sample_file=/opt/stack/neutron/etc/neutron_ovn_metadata_agent.ini.sample +2025-01-14 22:33:33.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.707 | +lib/neutron_plugins/ovn_agent:configure_ovn:575 config_file=/etc/neutron/neutron_ovn_metadata_agent.ini +2025-01-14 22:33:33.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.714 | +lib/neutron_plugins/ovn_agent:configure_ovn:577 '[' -n /etc/neutron/neutron_ovn_metadata_agent.ini ']' +2025-01-14 22:33:33.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.723 | +lib/neutron_plugins/ovn_agent:configure_ovn:578 sudo install -d -o ubuntu /etc/neutron +2025-01-14 22:33:33.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.747 | +lib/neutron_plugins/ovn_agent:configure_ovn:580 mkdir -p /opt/stack/neutron/etc/neutron/plugins/ml2 +2025-01-14 22:33:33.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.761 | +lib/neutron_plugins/ovn_agent:configure_ovn:581 cd /opt/stack/neutron +2025-01-14 22:33:33.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:33.771 | +lib/neutron_plugins/ovn_agent:configure_ovn:581 exec ./tools/generate_config_file_samples.sh +2025-01-14 22:33:52.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.276 | +lib/neutron_plugins/ovn_agent:configure_ovn:583 cp /opt/stack/neutron/etc/neutron_ovn_metadata_agent.ini.sample /etc/neutron/neutron_ovn_metadata_agent.ini +2025-01-14 22:33:52.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.289 | +lib/neutron_plugins/ovn_agent:configure_ovn:584 configure_root_helper_options /etc/neutron/neutron_ovn_metadata_agent.ini +2025-01-14 22:33:52.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.302 | +lib/neutron:configure_root_helper_options:1170 local conffile=/etc/neutron/neutron_ovn_metadata_agent.ini +2025-01-14 22:33:52.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.313 | +lib/neutron:configure_root_helper_options:1171 iniset /etc/neutron/neutron_ovn_metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' +2025-01-14 22:33:52.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.394 | +lib/neutron:configure_root_helper_options:1172 [[ True == \T\r\u\e ]] +2025-01-14 22:33:52.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.405 | +lib/neutron:configure_root_helper_options:1173 iniset /etc/neutron/neutron_ovn_metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' +2025-01-14 22:33:52.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.461 | +lib/neutron_plugins/ovn_agent:configure_ovn:586 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT debug True +2025-01-14 22:33:52.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.512 | +lib/neutron_plugins/ovn_agent:configure_ovn:587 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT nova_metadata_host 10.201.9.223 +2025-01-14 22:33:52.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.561 | +lib/neutron_plugins/ovn_agent:configure_ovn:588 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT metadata_workers 2 +2025-01-14 22:33:52.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.571 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.571 | No value for $TERM and no -T specified +2025-01-14 22:33:52.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.608 | +lib/neutron_plugins/ovn_agent:configure_ovn:589 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT state_path /opt/stack/data/neutron +2025-01-14 22:33:52.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.661 | +lib/neutron_plugins/ovn_agent:configure_ovn:590 iniset /etc/neutron/neutron_ovn_metadata_agent.ini ovs ovsdb_connection tcp:127.0.0.1:6640 +2025-01-14 22:33:52.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.671 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.671 | No value for $TERM and no -T specified +2025-01-14 22:33:52.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.707 | +lib/neutron_plugins/ovn_agent:configure_ovn:591 iniset /etc/neutron/neutron_ovn_metadata_agent.ini ovn ovn_sb_connection tcp:10.201.9.223:6642 +2025-01-14 22:33:52.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.758 | +lib/neutron_plugins/ovn_agent:configure_ovn:592 is_service_enabled tls-proxy +2025-01-14 22:33:52.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.794 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:52.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.800 | +lib/neutron_plugins/ovn_agent:configure_ovn:600 [[ /etc/neutron/neutron_ovn_metadata_agent.ini == /etc/neutron/plugins/ml2/ovn_agent.ini ]] +2025-01-14 22:33:52.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.809 | +lib/neutron:configure_neutron:436 configure_ovn_plugin +2025-01-14 22:33:52.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.818 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:484 echo 'Configuring Neutron for OVN' +2025-01-14 22:33:52.818 | Configuring Neutron for OVN +2025-01-14 22:33:52.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.829 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:486 is_service_enabled q-svc neutron-api +2025-01-14 22:33:52.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.872 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:52.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.879 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:487 filter_network_api_extensions +2025-01-14 22:33:52.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:52.887 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:458 /opt/stack/data/venv/bin/python3 -c 'from neutron.common.ovn import extensions ;\ +2025-01-14 22:33:52.887 | print(",".join(extensions.ML2_SUPPORTED_API_EXTENSIONS))' +2025-01-14 22:33:54.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:54.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:54.284 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:458 SUPPORTED_NETWORK_API_EXTENSIONS=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror +2025-01-14 22:33:54.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:54.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:54.297 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:461 /opt/stack/data/venv/bin/python3 -c 'from neutron.common.ovn import extensions ;\ +2025-01-14 22:33:54.298 | print(",".join(extensions.ML2_SUPPORTED_API_EXTENSIONS_OVN_L3))' +2025-01-14 22:33:55.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.672 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:461 SUPPORTED_NETWORK_API_EXTENSIONS=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror,router,extraroute,ext-gw-mode,floating-ip-port-forwarding-detail,fip-port-details,floatingip-pools,pagination,qos-fip,qos-gateway-ip,sorting,project-id,dns-integration,dns-integration-domain-keywords,dns-domain-ports,subnet-dns-publish-fixed-ip,agent,availability_zone,router_availability_zone,flavors,l3-flavors,external-gateway-multihoming,enable-default-route-bfd,enable-default-route-ecmp,l3-ha +2025-01-14 22:33:55.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.684 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:462 is_service_enabled q-qos neutron-qos +2025-01-14 22:33:55.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.744 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:55.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.755 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:465 NETWORK_API_EXTENSIONS=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror,router,extraroute,ext-gw-mode,floating-ip-port-forwarding-detail,fip-port-details,floatingip-pools,pagination,qos-fip,qos-gateway-ip,sorting,project-id,dns-integration,dns-integration-domain-keywords,dns-domain-ports,subnet-dns-publish-fixed-ip,agent,availability_zone,router_availability_zone,flavors,l3-flavors,external-gateway-multihoming,enable-default-route-bfd,enable-default-route-ecmp,l3-ha +2025-01-14 22:33:55.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.767 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 echo address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror,router,extraroute,ext-gw-mode,floating-ip-port-forwarding-detail,fip-port-details,floatingip-pools,pagination,qos-fip,qos-gateway-ip,sorting,project-id,dns-integration,dns-integration-domain-keywords,dns-domain-ports,subnet-dns-publish-fixed-ip,agent,availability_zone,router_availability_zone,flavors,l3-flavors,external-gateway-multihoming,enable-default-route-bfd,enable-default-route-ecmp,l3-ha +2025-01-14 22:33:55.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.768 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 tr ', ' '\n' +2025-01-14 22:33:55.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.768 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 sort -u +2025-01-14 22:33:55.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.776 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 extensions='address-group +2025-01-14 22:33:55.776 | address-scope +2025-01-14 22:33:55.776 | agent +2025-01-14 22:33:55.776 | allowed-address-pairs +2025-01-14 22:33:55.776 | auto-allocated-topology +2025-01-14 22:33:55.776 | availability_zone +2025-01-14 22:33:55.776 | bgp +2025-01-14 22:33:55.777 | bgp_4byte_asn +2025-01-14 22:33:55.777 | bgp_dragent_scheduler +2025-01-14 22:33:55.777 | binding +2025-01-14 22:33:55.777 | binding-extended +2025-01-14 22:33:55.777 | default-subnetpools +2025-01-14 22:33:55.777 | dhcp_agent_scheduler +2025-01-14 22:33:55.777 | dns-domain-ports +2025-01-14 22:33:55.777 | dns-integration +2025-01-14 22:33:55.777 | dns-integration-domain-keywords +2025-01-14 22:33:55.777 | enable-default-route-bfd +2025-01-14 22:33:55.777 | enable-default-route-ecmp +2025-01-14 22:33:55.777 | expose-port-forwarding-in-fip +2025-01-14 22:33:55.777 | external-gateway-multihoming +2025-01-14 22:33:55.777 | external-net +2025-01-14 22:33:55.777 | ext-gw-mode +2025-01-14 22:33:55.777 | extra_dhcp_opt +2025-01-14 22:33:55.777 | extraroute +2025-01-14 22:33:55.777 | filter-validation +2025-01-14 22:33:55.778 | fip-port-details +2025-01-14 22:33:55.778 | flavors +2025-01-14 22:33:55.778 | floatingip-pools +2025-01-14 22:33:55.778 | floating-ip-port-forwarding +2025-01-14 22:33:55.778 | floating-ip-port-forwarding-description +2025-01-14 22:33:55.778 | floating-ip-port-forwarding-detail +2025-01-14 22:33:55.778 | floating-ip-port-forwarding-port-ranges +2025-01-14 22:33:55.778 | fwaas_v2 +2025-01-14 22:33:55.778 | l3-flavors +2025-01-14 22:33:55.778 | l3-ha +2025-01-14 22:33:55.778 | logging +2025-01-14 22:33:55.778 | multi-provider +2025-01-14 22:33:55.778 | net-mtu +2025-01-14 22:33:55.778 | net-mtu-writable +2025-01-14 22:33:55.778 | network_availability_zone +2025-01-14 22:33:55.778 | network_ha +2025-01-14 22:33:55.778 | network-ip-availability +2025-01-14 22:33:55.778 | pagination +2025-01-14 22:33:55.779 | port-device-profile +2025-01-14 22:33:55.779 | port-hardware-offload-type +2025-01-14 22:33:55.779 | port-mac-address-regenerate +2025-01-14 22:33:55.779 | port-numa-affinity-policy +2025-01-14 22:33:55.779 | port-numa-affinity-policy-socket +2025-01-14 22:33:55.779 | port-resource-request +2025-01-14 22:33:55.779 | port-security +2025-01-14 22:33:55.779 | port-trusted-vif +2025-01-14 22:33:55.779 | project-id +2025-01-14 22:33:55.779 | provider +2025-01-14 22:33:55.779 | qos +2025-01-14 22:33:55.779 | qos-bw-limit-direction +2025-01-14 22:33:55.779 | qos-default +2025-01-14 22:33:55.779 | qos-fip +2025-01-14 22:33:55.779 | qos-gateway-ip +2025-01-14 22:33:55.779 | qos-rules-alias +2025-01-14 22:33:55.780 | qos-rule-type-details +2025-01-14 22:33:55.780 | qos-rule-type-filter +2025-01-14 22:33:55.780 | quota-check-limit +2025-01-14 22:33:55.780 | quota-check-limit-default +2025-01-14 22:33:55.780 | quota_details +2025-01-14 22:33:55.780 | quotas +2025-01-14 22:33:55.780 | rbac-address-scope +2025-01-14 22:33:55.780 | rbac-policies +2025-01-14 22:33:55.780 | rbac-security-groups +2025-01-14 22:33:55.780 | router +2025-01-14 22:33:55.780 | router_availability_zone +2025-01-14 22:33:55.780 | security-group +2025-01-14 22:33:55.780 | security-groups-default-rules +2025-01-14 22:33:55.780 | security-groups-normalized-cidr +2025-01-14 22:33:55.780 | security-groups-remote-address-group +2025-01-14 22:33:55.780 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:33:55.780 | security-groups-shared-filtering +2025-01-14 22:33:55.780 | segment +2025-01-14 22:33:55.781 | sorting +2025-01-14 22:33:55.781 | standard-attr-description +2025-01-14 22:33:55.781 | standard-attr-fwaas-v2 +2025-01-14 22:33:55.781 | standard-attr-revisions +2025-01-14 22:33:55.781 | standard-attr-tag +2025-01-14 22:33:55.781 | standard-attr-timestamp +2025-01-14 22:33:55.781 | stateful-security-group +2025-01-14 22:33:55.781 | subnet_allocation +2025-01-14 22:33:55.781 | subnet-dns-publish-fixed-ip +2025-01-14 22:33:55.781 | subnet-external-network +2025-01-14 22:33:55.781 | subnetpool-prefix-ops +2025-01-14 22:33:55.781 | subnet-service-types +2025-01-14 22:33:55.781 | tag-creation +2025-01-14 22:33:55.781 | tap-mirror +2025-01-14 22:33:55.782 | trunk +2025-01-14 22:33:55.782 | uplink-status-propagation +2025-01-14 22:33:55.782 | uplink-status-propagation-updatable +2025-01-14 22:33:55.782 | vlan-transparent +2025-01-14 22:33:55.782 | vpnaas +2025-01-14 22:33:55.782 | vpn-endpoint-groups' +2025-01-14 22:33:55.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.783 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 echo address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror,router,extraroute,ext-gw-mode,floating-ip-port-forwarding-detail,fip-port-details,floatingip-pools,pagination,qos-fip,qos-gateway-ip,sorting,project-id,dns-integration,dns-integration-domain-keywords,dns-domain-ports,subnet-dns-publish-fixed-ip,agent,availability_zone,router_availability_zone,flavors,l3-flavors,external-gateway-multihoming,enable-default-route-bfd,enable-default-route-ecmp,l3-ha +2025-01-14 22:33:55.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.783 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 tr ', ' '\n' +2025-01-14 22:33:55.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.784 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 sort -u +2025-01-14 22:33:55.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.793 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 supported_ext='address-group +2025-01-14 22:33:55.793 | address-scope +2025-01-14 22:33:55.793 | agent +2025-01-14 22:33:55.793 | allowed-address-pairs +2025-01-14 22:33:55.793 | auto-allocated-topology +2025-01-14 22:33:55.793 | availability_zone +2025-01-14 22:33:55.793 | bgp +2025-01-14 22:33:55.793 | bgp_4byte_asn +2025-01-14 22:33:55.793 | bgp_dragent_scheduler +2025-01-14 22:33:55.793 | binding +2025-01-14 22:33:55.793 | binding-extended +2025-01-14 22:33:55.793 | default-subnetpools +2025-01-14 22:33:55.793 | dhcp_agent_scheduler +2025-01-14 22:33:55.793 | dns-domain-ports +2025-01-14 22:33:55.793 | dns-integration +2025-01-14 22:33:55.793 | dns-integration-domain-keywords +2025-01-14 22:33:55.793 | enable-default-route-bfd +2025-01-14 22:33:55.793 | enable-default-route-ecmp +2025-01-14 22:33:55.793 | expose-port-forwarding-in-fip +2025-01-14 22:33:55.793 | external-gateway-multihoming +2025-01-14 22:33:55.794 | external-net +2025-01-14 22:33:55.794 | ext-gw-mode +2025-01-14 22:33:55.794 | extra_dhcp_opt +2025-01-14 22:33:55.794 | extraroute +2025-01-14 22:33:55.794 | filter-validation +2025-01-14 22:33:55.794 | fip-port-details +2025-01-14 22:33:55.794 | flavors +2025-01-14 22:33:55.794 | floatingip-pools +2025-01-14 22:33:55.794 | floating-ip-port-forwarding +2025-01-14 22:33:55.794 | floating-ip-port-forwarding-description +2025-01-14 22:33:55.794 | floating-ip-port-forwarding-detail +2025-01-14 22:33:55.794 | floating-ip-port-forwarding-port-ranges +2025-01-14 22:33:55.794 | fwaas_v2 +2025-01-14 22:33:55.794 | l3-flavors +2025-01-14 22:33:55.794 | l3-ha +2025-01-14 22:33:55.794 | logging +2025-01-14 22:33:55.794 | multi-provider +2025-01-14 22:33:55.794 | net-mtu +2025-01-14 22:33:55.794 | net-mtu-writable +2025-01-14 22:33:55.794 | network_availability_zone +2025-01-14 22:33:55.794 | network_ha +2025-01-14 22:33:55.794 | network-ip-availability +2025-01-14 22:33:55.794 | pagination +2025-01-14 22:33:55.794 | port-device-profile +2025-01-14 22:33:55.794 | port-hardware-offload-type +2025-01-14 22:33:55.794 | port-mac-address-regenerate +2025-01-14 22:33:55.794 | port-numa-affinity-policy +2025-01-14 22:33:55.794 | port-numa-affinity-policy-socket +2025-01-14 22:33:55.794 | port-resource-request +2025-01-14 22:33:55.794 | port-security +2025-01-14 22:33:55.794 | port-trusted-vif +2025-01-14 22:33:55.794 | project-id +2025-01-14 22:33:55.794 | provider +2025-01-14 22:33:55.794 | qos +2025-01-14 22:33:55.794 | qos-bw-limit-direction +2025-01-14 22:33:55.794 | qos-default +2025-01-14 22:33:55.794 | qos-fip +2025-01-14 22:33:55.794 | qos-gateway-ip +2025-01-14 22:33:55.794 | qos-rules-alias +2025-01-14 22:33:55.795 | qos-rule-type-details +2025-01-14 22:33:55.795 | qos-rule-type-filter +2025-01-14 22:33:55.795 | quota-check-limit +2025-01-14 22:33:55.795 | quota-check-limit-default +2025-01-14 22:33:55.795 | quota_details +2025-01-14 22:33:55.795 | quotas +2025-01-14 22:33:55.795 | rbac-address-scope +2025-01-14 22:33:55.795 | rbac-policies +2025-01-14 22:33:55.795 | rbac-security-groups +2025-01-14 22:33:55.795 | router +2025-01-14 22:33:55.795 | router_availability_zone +2025-01-14 22:33:55.795 | security-group +2025-01-14 22:33:55.795 | security-groups-default-rules +2025-01-14 22:33:55.795 | security-groups-normalized-cidr +2025-01-14 22:33:55.795 | security-groups-remote-address-group +2025-01-14 22:33:55.795 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:33:55.795 | security-groups-shared-filtering +2025-01-14 22:33:55.795 | segment +2025-01-14 22:33:55.795 | sorting +2025-01-14 22:33:55.795 | standard-attr-description +2025-01-14 22:33:55.795 | standard-attr-fwaas-v2 +2025-01-14 22:33:55.795 | standard-attr-revisions +2025-01-14 22:33:55.795 | standard-attr-tag +2025-01-14 22:33:55.795 | standard-attr-timestamp +2025-01-14 22:33:55.795 | stateful-security-group +2025-01-14 22:33:55.795 | subnet_allocation +2025-01-14 22:33:55.795 | subnet-dns-publish-fixed-ip +2025-01-14 22:33:55.795 | subnet-external-network +2025-01-14 22:33:55.795 | subnetpool-prefix-ops +2025-01-14 22:33:55.795 | subnet-service-types +2025-01-14 22:33:55.795 | tag-creation +2025-01-14 22:33:55.795 | tap-mirror +2025-01-14 22:33:55.795 | trunk +2025-01-14 22:33:55.795 | uplink-status-propagation +2025-01-14 22:33:55.795 | uplink-status-propagation-updatable +2025-01-14 22:33:55.795 | vlan-transparent +2025-01-14 22:33:55.795 | vpnaas +2025-01-14 22:33:55.795 | vpn-endpoint-groups' +2025-01-14 22:33:55.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.800 | +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 echo -e 'address-group +2025-01-14 22:33:55.801 | address-scope +2025-01-14 22:33:55.801 | agent +2025-01-14 22:33:55.801 | allowed-address-pairs +2025-01-14 22:33:55.801 | auto-allocated-topology +2025-01-14 22:33:55.801 | availability_zone +2025-01-14 22:33:55.801 | bgp +2025-01-14 22:33:55.801 | bgp_4byte_asn +2025-01-14 22:33:55.801 | bgp_dragent_scheduler +2025-01-14 22:33:55.801 | binding +2025-01-14 22:33:55.801 | binding-extended +2025-01-14 22:33:55.801 | default-subnetpools +2025-01-14 22:33:55.801 | dhcp_agent_scheduler +2025-01-14 22:33:55.801 | dns-domain-ports +2025-01-14 22:33:55.801 | dns-integration +2025-01-14 22:33:55.801 | dns-integration-domain-keywords +2025-01-14 22:33:55.801 | enable-default-route-bfd +2025-01-14 22:33:55.801 | enable-default-route-ecmp +2025-01-14 22:33:55.801 | expose-port-forwarding-in-fip +2025-01-14 22:33:55.801 | external-gateway-multihoming +2025-01-14 22:33:55.801 | external-net +2025-01-14 22:33:55.801 | ext-gw-mode +2025-01-14 22:33:55.801 | extra_dhcp_opt +2025-01-14 22:33:55.801 | extraroute +2025-01-14 22:33:55.801 | filter-validation +2025-01-14 22:33:55.801 | fip-port-details +2025-01-14 22:33:55.801 | flavors +2025-01-14 22:33:55.801 | floatingip-pools +2025-01-14 22:33:55.801 | floating-ip-port-forwarding +2025-01-14 22:33:55.801 | floating-ip-port-forwarding-description +2025-01-14 22:33:55.801 | floating-ip-port-forwarding-detail +2025-01-14 22:33:55.801 | floating-ip-port-forwarding-port-ranges +2025-01-14 22:33:55.801 | fwaas_v2 +2025-01-14 22:33:55.801 | l3-flavors +2025-01-14 22:33:55.801 | l3-ha +2025-01-14 22:33:55.801 | logging +2025-01-14 22:33:55.801 | multi-provider +2025-01-14 22:33:55.801 | net-mtu +2025-01-14 22:33:55.801 | net-mtu-writable +2025-01-14 22:33:55.801 | network_availability_zone +2025-01-14 22:33:55.801 | network_ha +2025-01-14 22:33:55.801 | network-ip-availability +2025-01-14 22:33:55.801 | pagination +2025-01-14 22:33:55.801 | port-device-profile +2025-01-14 22:33:55.801 | port-hardware-offload-type +2025-01-14 22:33:55.801 | port-mac-address-regenerate +2025-01-14 22:33:55.801 | port-numa-affinity-policy +2025-01-14 22:33:55.801 | port-numa-affinity-policy-socket +2025-01-14 22:33:55.801 | port-resource-request +2025-01-14 22:33:55.801 | port-security +2025-01-14 22:33:55.801 | port-trusted-vif +2025-01-14 22:33:55.801 | project-id +2025-01-14 22:33:55.801 | provider +2025-01-14 22:33:55.801 | qos +2025-01-14 22:33:55.801 | qos-bw-limit-direction +2025-01-14 22:33:55.801 | qos-default +2025-01-14 22:33:55.801 | qos-fip +2025-01-14 22:33:55.801 | qos-gateway-ip +2025-01-14 22:33:55.801 | qos-rules-alias +2025-01-14 22:33:55.801 | qos-rule-type-details +2025-01-14 22:33:55.801 | qos-rule-type-filter +2025-01-14 22:33:55.801 | quota-check-limit +2025-01-14 22:33:55.801 | quota-check-limit-default +2025-01-14 22:33:55.801 | quota_details +2025-01-14 22:33:55.801 | quotas +2025-01-14 22:33:55.802 | rbac-address-scope +2025-01-14 22:33:55.802 | rbac-policies +2025-01-14 22:33:55.802 | rbac-security-groups +2025-01-14 22:33:55.802 | router +2025-01-14 22:33:55.802 | router_availability_zone +2025-01-14 22:33:55.802 | security-group +2025-01-14 22:33:55.802 | security-groups-default-rules +2025-01-14 22:33:55.802 | security-groups-normalized-cidr +2025-01-14 22:33:55.802 | security-groups-remote-address-group +2025-01-14 22:33:55.802 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:33:55.802 | security-groups-shared-filtering +2025-01-14 22:33:55.802 | segment +2025-01-14 22:33:55.802 | sorting +2025-01-14 22:33:55.802 | standard-attr-description +2025-01-14 22:33:55.802 | standard-attr-fwaas-v2 +2025-01-14 22:33:55.802 | standard-attr-revisions +2025-01-14 22:33:55.802 | standard-attr-tag +2025-01-14 22:33:55.802 | standard-attr-timestamp +2025-01-14 22:33:55.802 | stateful-security-group +2025-01-14 22:33:55.802 | subnet_allocation +2025-01-14 22:33:55.802 | subnet-dns-publish-fixed-ip +2025-01-14 22:33:55.802 | subnet-external-network +2025-01-14 22:33:55.802 | subnetpool-prefix-ops +2025-01-14 22:33:55.802 | subnet-service-types +2025-01-14 22:33:55.802 | tag-creation +2025-01-14 22:33:55.802 | tap-mirror +2025-01-14 22:33:55.802 | trunk +2025-01-14 22:33:55.802 | uplink-status-propagation +2025-01-14 22:33:55.802 | uplink-status-propagation-updatable +2025-01-14 22:33:55.802 | vlan-transparent +2025-01-14 22:33:55.802 | vpnaas +2025-01-14 22:33:55.802 | vpn-endpoint-groups' +2025-01-14 22:33:55.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.802 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 comm -12 /dev/fd/63 /dev/fd/62 +2025-01-14 22:33:55.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.802 | +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 echo -e 'address-group +2025-01-14 22:33:55.802 | address-scope +2025-01-14 22:33:55.802 | agent +2025-01-14 22:33:55.802 | allowed-address-pairs +2025-01-14 22:33:55.802 | auto-allocated-topology +2025-01-14 22:33:55.802 | availability_zone +2025-01-14 22:33:55.802 | bgp +2025-01-14 22:33:55.802 | bgp_4byte_asn +2025-01-14 22:33:55.802 | bgp_dragent_scheduler +2025-01-14 22:33:55.802 | binding +2025-01-14 22:33:55.802 | binding-extended +2025-01-14 22:33:55.802 | default-subnetpools +2025-01-14 22:33:55.802 | dhcp_agent_scheduler +2025-01-14 22:33:55.802 | dns-domain-ports +2025-01-14 22:33:55.802 | dns-integration +2025-01-14 22:33:55.802 | dns-integration-domain-keywords +2025-01-14 22:33:55.802 | enable-default-route-bfd +2025-01-14 22:33:55.802 | enable-default-route-ecmp +2025-01-14 22:33:55.802 | expose-port-forwarding-in-fip +2025-01-14 22:33:55.802 | external-gateway-multihoming +2025-01-14 22:33:55.802 | external-net +2025-01-14 22:33:55.802 | ext-gw-mode +2025-01-14 22:33:55.802 | extra_dhcp_opt +2025-01-14 22:33:55.802 | extraroute +2025-01-14 22:33:55.802 | filter-validation +2025-01-14 22:33:55.802 | fip-port-details +2025-01-14 22:33:55.802 | flavors +2025-01-14 22:33:55.803 | floatingip-pools +2025-01-14 22:33:55.803 | floating-ip-port-forwarding +2025-01-14 22:33:55.803 | floating-ip-port-forwarding-description +2025-01-14 22:33:55.803 | floating-ip-port-forwarding-detail +2025-01-14 22:33:55.803 | floating-ip-port-forwarding-port-ranges +2025-01-14 22:33:55.803 | fwaas_v2 +2025-01-14 22:33:55.803 | l3-flavors +2025-01-14 22:33:55.803 | l3-ha +2025-01-14 22:33:55.803 | logging +2025-01-14 22:33:55.803 | multi-provider +2025-01-14 22:33:55.803 | net-mtu +2025-01-14 22:33:55.803 | net-mtu-writable +2025-01-14 22:33:55.803 | network_availability_zone +2025-01-14 22:33:55.803 | network_ha +2025-01-14 22:33:55.803 | network-ip-availability +2025-01-14 22:33:55.803 | pagination +2025-01-14 22:33:55.803 | port-device-profile +2025-01-14 22:33:55.803 | port-hardware-offload-type +2025-01-14 22:33:55.803 | port-mac-address-regenerate +2025-01-14 22:33:55.803 | port-numa-affinity-policy +2025-01-14 22:33:55.803 | port-numa-affinity-policy-socket +2025-01-14 22:33:55.803 | port-resource-request +2025-01-14 22:33:55.803 | port-security +2025-01-14 22:33:55.803 | port-trusted-vif +2025-01-14 22:33:55.803 | project-id +2025-01-14 22:33:55.803 | provider +2025-01-14 22:33:55.803 | qos +2025-01-14 22:33:55.803 | qos-bw-limit-direction +2025-01-14 22:33:55.803 | qos-default +2025-01-14 22:33:55.803 | qos-fip +2025-01-14 22:33:55.803 | qos-gateway-ip +2025-01-14 22:33:55.803 | qos-rules-alias +2025-01-14 22:33:55.803 | qos-rule-type-details +2025-01-14 22:33:55.803 | qos-rule-type-filter +2025-01-14 22:33:55.803 | quota-check-limit +2025-01-14 22:33:55.803 | quota-check-limit-default +2025-01-14 22:33:55.803 | quota_details +2025-01-14 22:33:55.803 | quotas +2025-01-14 22:33:55.803 | rbac-address-scope +2025-01-14 22:33:55.803 | rbac-policies +2025-01-14 22:33:55.803 | rbac-security-groups +2025-01-14 22:33:55.803 | router +2025-01-14 22:33:55.803 | router_availability_zone +2025-01-14 22:33:55.803 | security-group +2025-01-14 22:33:55.803 | security-groups-default-rules +2025-01-14 22:33:55.803 | security-groups-normalized-cidr +2025-01-14 22:33:55.803 | security-groups-remote-address-group +2025-01-14 22:33:55.803 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:33:55.803 | security-groups-shared-filtering +2025-01-14 22:33:55.803 | segment +2025-01-14 22:33:55.803 | sorting +2025-01-14 22:33:55.803 | standard-attr-description +2025-01-14 22:33:55.803 | standard-attr-fwaas-v2 +2025-01-14 22:33:55.803 | standard-attr-revisions +2025-01-14 22:33:55.803 | standard-attr-tag +2025-01-14 22:33:55.803 | standard-attr-timestamp +2025-01-14 22:33:55.803 | stateful-security-group +2025-01-14 22:33:55.803 | subnet_allocation +2025-01-14 22:33:55.803 | subnet-dns-publish-fixed-ip +2025-01-14 22:33:55.803 | subnet-external-network +2025-01-14 22:33:55.803 | subnetpool-prefix-ops +2025-01-14 22:33:55.803 | subnet-service-types +2025-01-14 22:33:55.803 | tag-creation +2025-01-14 22:33:55.804 | tap-mirror +2025-01-14 22:33:55.804 | trunk +2025-01-14 22:33:55.804 | uplink-status-propagation +2025-01-14 22:33:55.804 | uplink-status-propagation-updatable +2025-01-14 22:33:55.804 | vlan-transparent +2025-01-14 22:33:55.804 | vpnaas +2025-01-14 22:33:55.804 | vpn-endpoint-groups' +2025-01-14 22:33:55.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.808 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 enabled_ext='address-group +2025-01-14 22:33:55.808 | address-scope +2025-01-14 22:33:55.808 | agent +2025-01-14 22:33:55.808 | allowed-address-pairs +2025-01-14 22:33:55.808 | auto-allocated-topology +2025-01-14 22:33:55.808 | availability_zone +2025-01-14 22:33:55.808 | bgp +2025-01-14 22:33:55.808 | bgp_4byte_asn +2025-01-14 22:33:55.808 | bgp_dragent_scheduler +2025-01-14 22:33:55.808 | binding +2025-01-14 22:33:55.808 | binding-extended +2025-01-14 22:33:55.808 | default-subnetpools +2025-01-14 22:33:55.808 | dhcp_agent_scheduler +2025-01-14 22:33:55.808 | dns-domain-ports +2025-01-14 22:33:55.808 | dns-integration +2025-01-14 22:33:55.808 | dns-integration-domain-keywords +2025-01-14 22:33:55.808 | enable-default-route-bfd +2025-01-14 22:33:55.808 | enable-default-route-ecmp +2025-01-14 22:33:55.808 | expose-port-forwarding-in-fip +2025-01-14 22:33:55.809 | external-gateway-multihoming +2025-01-14 22:33:55.809 | external-net +2025-01-14 22:33:55.809 | ext-gw-mode +2025-01-14 22:33:55.809 | extra_dhcp_opt +2025-01-14 22:33:55.809 | extraroute +2025-01-14 22:33:55.809 | filter-validation +2025-01-14 22:33:55.809 | fip-port-details +2025-01-14 22:33:55.809 | flavors +2025-01-14 22:33:55.809 | floatingip-pools +2025-01-14 22:33:55.809 | floating-ip-port-forwarding +2025-01-14 22:33:55.809 | floating-ip-port-forwarding-description +2025-01-14 22:33:55.809 | floating-ip-port-forwarding-detail +2025-01-14 22:33:55.809 | floating-ip-port-forwarding-port-ranges +2025-01-14 22:33:55.809 | fwaas_v2 +2025-01-14 22:33:55.809 | l3-flavors +2025-01-14 22:33:55.809 | l3-ha +2025-01-14 22:33:55.809 | logging +2025-01-14 22:33:55.809 | multi-provider +2025-01-14 22:33:55.809 | net-mtu +2025-01-14 22:33:55.809 | net-mtu-writable +2025-01-14 22:33:55.809 | network_availability_zone +2025-01-14 22:33:55.809 | network_ha +2025-01-14 22:33:55.809 | network-ip-availability +2025-01-14 22:33:55.809 | pagination +2025-01-14 22:33:55.809 | port-device-profile +2025-01-14 22:33:55.809 | port-hardware-offload-type +2025-01-14 22:33:55.809 | port-mac-address-regenerate +2025-01-14 22:33:55.809 | port-numa-affinity-policy +2025-01-14 22:33:55.809 | port-numa-affinity-policy-socket +2025-01-14 22:33:55.809 | port-resource-request +2025-01-14 22:33:55.809 | port-security +2025-01-14 22:33:55.809 | port-trusted-vif +2025-01-14 22:33:55.809 | project-id +2025-01-14 22:33:55.809 | provider +2025-01-14 22:33:55.809 | qos +2025-01-14 22:33:55.809 | qos-bw-limit-direction +2025-01-14 22:33:55.809 | qos-default +2025-01-14 22:33:55.809 | qos-fip +2025-01-14 22:33:55.809 | qos-gateway-ip +2025-01-14 22:33:55.809 | qos-rules-alias +2025-01-14 22:33:55.809 | qos-rule-type-details +2025-01-14 22:33:55.809 | qos-rule-type-filter +2025-01-14 22:33:55.809 | quota-check-limit +2025-01-14 22:33:55.809 | quota-check-limit-default +2025-01-14 22:33:55.809 | quota_details +2025-01-14 22:33:55.809 | quotas +2025-01-14 22:33:55.809 | rbac-address-scope +2025-01-14 22:33:55.809 | rbac-policies +2025-01-14 22:33:55.809 | rbac-security-groups +2025-01-14 22:33:55.809 | router +2025-01-14 22:33:55.809 | router_availability_zone +2025-01-14 22:33:55.809 | security-group +2025-01-14 22:33:55.809 | security-groups-default-rules +2025-01-14 22:33:55.809 | security-groups-normalized-cidr +2025-01-14 22:33:55.809 | security-groups-remote-address-group +2025-01-14 22:33:55.809 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:33:55.809 | security-groups-shared-filtering +2025-01-14 22:33:55.809 | segment +2025-01-14 22:33:55.809 | sorting +2025-01-14 22:33:55.809 | standard-attr-description +2025-01-14 22:33:55.809 | standard-attr-fwaas-v2 +2025-01-14 22:33:55.809 | standard-attr-revisions +2025-01-14 22:33:55.809 | standard-attr-tag +2025-01-14 22:33:55.809 | standard-attr-timestamp +2025-01-14 22:33:55.809 | stateful-security-group +2025-01-14 22:33:55.810 | subnet_allocation +2025-01-14 22:33:55.810 | subnet-dns-publish-fixed-ip +2025-01-14 22:33:55.810 | subnet-external-network +2025-01-14 22:33:55.810 | subnetpool-prefix-ops +2025-01-14 22:33:55.810 | subnet-service-types +2025-01-14 22:33:55.810 | tag-creation +2025-01-14 22:33:55.810 | tap-mirror +2025-01-14 22:33:55.810 | trunk +2025-01-14 22:33:55.810 | uplink-status-propagation +2025-01-14 22:33:55.810 | uplink-status-propagation-updatable +2025-01-14 22:33:55.810 | vlan-transparent +2025-01-14 22:33:55.810 | vpnaas +2025-01-14 22:33:55.810 | vpn-endpoint-groups' +2025-01-14 22:33:55.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.815 | +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 echo -e 'address-group +2025-01-14 22:33:55.815 | address-scope +2025-01-14 22:33:55.815 | agent +2025-01-14 22:33:55.815 | allowed-address-pairs +2025-01-14 22:33:55.815 | auto-allocated-topology +2025-01-14 22:33:55.815 | availability_zone +2025-01-14 22:33:55.815 | bgp +2025-01-14 22:33:55.815 | bgp_4byte_asn +2025-01-14 22:33:55.815 | bgp_dragent_scheduler +2025-01-14 22:33:55.815 | binding +2025-01-14 22:33:55.815 | binding-extended +2025-01-14 22:33:55.816 | default-subnetpools +2025-01-14 22:33:55.816 | dhcp_agent_scheduler +2025-01-14 22:33:55.816 | dns-domain-ports +2025-01-14 22:33:55.816 | dns-integration +2025-01-14 22:33:55.816 | dns-integration-domain-keywords +2025-01-14 22:33:55.816 | enable-default-route-bfd +2025-01-14 22:33:55.816 | enable-default-route-ecmp +2025-01-14 22:33:55.816 | expose-port-forwarding-in-fip +2025-01-14 22:33:55.816 | external-gateway-multihoming +2025-01-14 22:33:55.816 | external-net +2025-01-14 22:33:55.816 | ext-gw-mode +2025-01-14 22:33:55.816 | extra_dhcp_opt +2025-01-14 22:33:55.816 | extraroute +2025-01-14 22:33:55.816 | filter-validation +2025-01-14 22:33:55.816 | fip-port-details +2025-01-14 22:33:55.816 | flavors +2025-01-14 22:33:55.816 | floatingip-pools +2025-01-14 22:33:55.816 | floating-ip-port-forwarding +2025-01-14 22:33:55.816 | floating-ip-port-forwarding-description +2025-01-14 22:33:55.816 | floating-ip-port-forwarding-detail +2025-01-14 22:33:55.816 | floating-ip-port-forwarding-port-ranges +2025-01-14 22:33:55.816 | fwaas_v2 +2025-01-14 22:33:55.816 | l3-flavors +2025-01-14 22:33:55.816 | l3-ha +2025-01-14 22:33:55.816 | logging +2025-01-14 22:33:55.816 | multi-provider +2025-01-14 22:33:55.816 | net-mtu +2025-01-14 22:33:55.816 | net-mtu-writable +2025-01-14 22:33:55.816 | network_availability_zone +2025-01-14 22:33:55.816 | network_ha +2025-01-14 22:33:55.816 | network-ip-availability +2025-01-14 22:33:55.816 | pagination +2025-01-14 22:33:55.816 | port-device-profile +2025-01-14 22:33:55.816 | port-hardware-offload-type +2025-01-14 22:33:55.816 | port-mac-address-regenerate +2025-01-14 22:33:55.816 | port-numa-affinity-policy +2025-01-14 22:33:55.816 | port-numa-affinity-policy-socket +2025-01-14 22:33:55.816 | port-resource-request +2025-01-14 22:33:55.816 | port-security +2025-01-14 22:33:55.816 | port-trusted-vif +2025-01-14 22:33:55.816 | project-id +2025-01-14 22:33:55.816 | provider +2025-01-14 22:33:55.816 | qos +2025-01-14 22:33:55.816 | qos-bw-limit-direction +2025-01-14 22:33:55.816 | qos-default +2025-01-14 22:33:55.816 | qos-fip +2025-01-14 22:33:55.816 | qos-gateway-ip +2025-01-14 22:33:55.816 | qos-rules-alias +2025-01-14 22:33:55.816 | qos-rule-type-details +2025-01-14 22:33:55.816 | qos-rule-type-filter +2025-01-14 22:33:55.816 | quota-check-limit +2025-01-14 22:33:55.816 | quota-check-limit-default +2025-01-14 22:33:55.816 | quota_details +2025-01-14 22:33:55.816 | quotas +2025-01-14 22:33:55.816 | rbac-address-scope +2025-01-14 22:33:55.816 | rbac-policies +2025-01-14 22:33:55.816 | rbac-security-groups +2025-01-14 22:33:55.816 | router +2025-01-14 22:33:55.816 | router_availability_zone +2025-01-14 22:33:55.817 | security-group +2025-01-14 22:33:55.817 | security-groups-default-rules +2025-01-14 22:33:55.817 | security-groups-normalized-cidr +2025-01-14 22:33:55.817 | security-groups-remote-address-group +2025-01-14 22:33:55.817 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:33:55.817 | security-groups-shared-filtering +2025-01-14 22:33:55.817 | segment +2025-01-14 22:33:55.817 | sorting +2025-01-14 22:33:55.817 | standard-attr-description +2025-01-14 22:33:55.817 | standard-attr-fwaas-v2 +2025-01-14 22:33:55.817 | standard-attr-revisions +2025-01-14 22:33:55.817 | standard-attr-tag +2025-01-14 22:33:55.817 | standard-attr-timestamp +2025-01-14 22:33:55.817 | stateful-security-group +2025-01-14 22:33:55.817 | subnet_allocation +2025-01-14 22:33:55.817 | subnet-dns-publish-fixed-ip +2025-01-14 22:33:55.817 | subnet-external-network +2025-01-14 22:33:55.817 | subnetpool-prefix-ops +2025-01-14 22:33:55.817 | subnet-service-types +2025-01-14 22:33:55.817 | tag-creation +2025-01-14 22:33:55.817 | tap-mirror +2025-01-14 22:33:55.817 | trunk +2025-01-14 22:33:55.817 | uplink-status-propagation +2025-01-14 22:33:55.817 | uplink-status-propagation-updatable +2025-01-14 22:33:55.817 | vlan-transparent +2025-01-14 22:33:55.817 | vpnaas +2025-01-14 22:33:55.817 | vpn-endpoint-groups' +2025-01-14 22:33:55.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.817 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 comm -3 /dev/fd/63 /dev/fd/62 +2025-01-14 22:33:55.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.817 | +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 echo -e 'address-group +2025-01-14 22:33:55.817 | address-scope +2025-01-14 22:33:55.817 | agent +2025-01-14 22:33:55.817 | allowed-address-pairs +2025-01-14 22:33:55.817 | auto-allocated-topology +2025-01-14 22:33:55.817 | availability_zone +2025-01-14 22:33:55.817 | bgp +2025-01-14 22:33:55.817 | bgp_4byte_asn +2025-01-14 22:33:55.817 | bgp_dragent_scheduler +2025-01-14 22:33:55.817 | binding +2025-01-14 22:33:55.817 | binding-extended +2025-01-14 22:33:55.817 | default-subnetpools +2025-01-14 22:33:55.817 | dhcp_agent_scheduler +2025-01-14 22:33:55.817 | dns-domain-ports +2025-01-14 22:33:55.817 | dns-integration +2025-01-14 22:33:55.817 | dns-integration-domain-keywords +2025-01-14 22:33:55.817 | enable-default-route-bfd +2025-01-14 22:33:55.817 | enable-default-route-ecmp +2025-01-14 22:33:55.817 | expose-port-forwarding-in-fip +2025-01-14 22:33:55.817 | external-gateway-multihoming +2025-01-14 22:33:55.817 | external-net +2025-01-14 22:33:55.817 | ext-gw-mode +2025-01-14 22:33:55.817 | extra_dhcp_opt +2025-01-14 22:33:55.817 | extraroute +2025-01-14 22:33:55.817 | filter-validation +2025-01-14 22:33:55.817 | fip-port-details +2025-01-14 22:33:55.817 | flavors +2025-01-14 22:33:55.817 | floatingip-pools +2025-01-14 22:33:55.817 | floating-ip-port-forwarding +2025-01-14 22:33:55.817 | floating-ip-port-forwarding-description +2025-01-14 22:33:55.818 | floating-ip-port-forwarding-detail +2025-01-14 22:33:55.818 | floating-ip-port-forwarding-port-ranges +2025-01-14 22:33:55.818 | fwaas_v2 +2025-01-14 22:33:55.818 | l3-flavors +2025-01-14 22:33:55.818 | l3-ha +2025-01-14 22:33:55.818 | logging +2025-01-14 22:33:55.818 | multi-provider +2025-01-14 22:33:55.818 | net-mtu +2025-01-14 22:33:55.818 | net-mtu-writable +2025-01-14 22:33:55.818 | network_availability_zone +2025-01-14 22:33:55.818 | network_ha +2025-01-14 22:33:55.818 | network-ip-availability +2025-01-14 22:33:55.818 | pagination +2025-01-14 22:33:55.818 | port-device-profile +2025-01-14 22:33:55.818 | port-hardware-offload-type +2025-01-14 22:33:55.818 | port-mac-address-regenerate +2025-01-14 22:33:55.818 | port-numa-affinity-policy +2025-01-14 22:33:55.818 | port-numa-affinity-policy-socket +2025-01-14 22:33:55.818 | port-resource-request +2025-01-14 22:33:55.818 | port-security +2025-01-14 22:33:55.818 | port-trusted-vif +2025-01-14 22:33:55.818 | project-id +2025-01-14 22:33:55.818 | provider +2025-01-14 22:33:55.818 | qos +2025-01-14 22:33:55.818 | qos-bw-limit-direction +2025-01-14 22:33:55.818 | qos-default +2025-01-14 22:33:55.818 | qos-fip +2025-01-14 22:33:55.818 | qos-gateway-ip +2025-01-14 22:33:55.818 | qos-rules-alias +2025-01-14 22:33:55.818 | qos-rule-type-details +2025-01-14 22:33:55.818 | qos-rule-type-filter +2025-01-14 22:33:55.818 | quota-check-limit +2025-01-14 22:33:55.818 | quota-check-limit-default +2025-01-14 22:33:55.818 | quota_details +2025-01-14 22:33:55.818 | quotas +2025-01-14 22:33:55.818 | rbac-address-scope +2025-01-14 22:33:55.818 | rbac-policies +2025-01-14 22:33:55.818 | rbac-security-groups +2025-01-14 22:33:55.818 | router +2025-01-14 22:33:55.818 | router_availability_zone +2025-01-14 22:33:55.818 | security-group +2025-01-14 22:33:55.818 | security-groups-default-rules +2025-01-14 22:33:55.818 | security-groups-normalized-cidr +2025-01-14 22:33:55.818 | security-groups-remote-address-group +2025-01-14 22:33:55.818 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:33:55.818 | security-groups-shared-filtering +2025-01-14 22:33:55.818 | segment +2025-01-14 22:33:55.818 | sorting +2025-01-14 22:33:55.818 | standard-attr-description +2025-01-14 22:33:55.818 | standard-attr-fwaas-v2 +2025-01-14 22:33:55.818 | standard-attr-revisions +2025-01-14 22:33:55.818 | standard-attr-tag +2025-01-14 22:33:55.818 | standard-attr-timestamp +2025-01-14 22:33:55.818 | stateful-security-group +2025-01-14 22:33:55.818 | subnet_allocation +2025-01-14 22:33:55.818 | subnet-dns-publish-fixed-ip +2025-01-14 22:33:55.818 | subnet-external-network +2025-01-14 22:33:55.818 | subnetpool-prefix-ops +2025-01-14 22:33:55.818 | subnet-service-types +2025-01-14 22:33:55.818 | tag-creation +2025-01-14 22:33:55.818 | tap-mirror +2025-01-14 22:33:55.818 | trunk +2025-01-14 22:33:55.818 | uplink-status-propagation +2025-01-14 22:33:55.818 | uplink-status-propagation-updatable +2025-01-14 22:33:55.819 | vlan-transparent +2025-01-14 22:33:55.819 | vpnaas +2025-01-14 22:33:55.819 | vpn-endpoint-groups' +2025-01-14 22:33:55.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.824 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 disabled_ext= +2025-01-14 22:33:55.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.834 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:473 '[' '!' -z '' ']' +2025-01-14 22:33:55.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.844 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:480 echo address-group address-scope agent allowed-address-pairs auto-allocated-topology availability_zone bgp bgp_4byte_asn bgp_dragent_scheduler binding binding-extended default-subnetpools dhcp_agent_scheduler dns-domain-ports dns-integration dns-integration-domain-keywords enable-default-route-bfd enable-default-route-ecmp expose-port-forwarding-in-fip external-gateway-multihoming external-net ext-gw-mode extra_dhcp_opt extraroute filter-validation fip-port-details flavors floatingip-pools floating-ip-port-forwarding floating-ip-port-forwarding-description floating-ip-port-forwarding-detail floating-ip-port-forwarding-port-ranges fwaas_v2 l3-flavors l3-ha logging multi-provider net-mtu net-mtu-writable network_availability_zone network_ha network-ip-availability pagination port-device-profile port-hardware-offload-type port-mac-address-regenerate port-numa-affinity-policy port-numa-affinity-policy-socket port-resource-request port-security port-trusted-vif project-id provider qos qos-bw-limit-direction qos-default qos-fip qos-gateway-ip qos-rules-alias qos-rule-type-details qos-rule-type-filter quota-check-limit quota-check-limit-default quota_details quotas rbac-address-scope rbac-policies rbac-security-groups router router_availability_zone security-group security-groups-default-rules security-groups-normalized-cidr security-groups-remote-address-group security-groups-rules-belongs-to-default-sg security-groups-shared-filtering segment sorting standard-attr-description standard-attr-fwaas-v2 standard-attr-revisions standard-attr-tag standard-attr-timestamp stateful-security-group subnet_allocation subnet-dns-publish-fixed-ip subnet-external-network subnetpool-prefix-ops subnet-service-types tag-creation tap-mirror trunk uplink-status-propagation uplink-status-propagation-updatable vlan-transparent vpnaas vpn-endpoint-groups +2025-01-14 22:33:55.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.845 | ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:480 tr ' ' , +2025-01-14 22:33:55.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.855 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:480 export NETWORK_API_EXTENSIONS=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:33:55.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.863 | +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:480 NETWORK_API_EXTENSIONS=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:33:55.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.872 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:488 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve max_header_size=38 +2025-01-14 22:33:55.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.879 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:55.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.889 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2_type_geneve +2025-01-14 22:33:55.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.899 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=max_header_size=38 +2025-01-14 22:33:55.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.913 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z max_header_size=38 ']' +2025-01-14 22:33:55.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.926 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:33:55.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.940 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve max_header_size 38 +2025-01-14 22:33:55.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:55.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.032 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:489 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_nb_connection=tcp:10.201.9.223:6641 +2025-01-14 22:33:56.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.044 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:56.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.057 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ovn +2025-01-14 22:33:56.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.069 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=ovn_nb_connection=tcp:10.201.9.223:6641 +2025-01-14 22:33:56.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.082 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z ovn_nb_connection=tcp:10.201.9.223:6641 ']' +2025-01-14 22:33:56.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.095 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:33:56.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.105 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_nb_connection tcp:10.201.9.223:6641 +2025-01-14 22:33:56.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.181 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:490 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_sb_connection=tcp:10.201.9.223:6642 +2025-01-14 22:33:56.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.191 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:56.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.198 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ovn +2025-01-14 22:33:56.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.205 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=ovn_sb_connection=tcp:10.201.9.223:6642 +2025-01-14 22:33:56.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.212 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z ovn_sb_connection=tcp:10.201.9.223:6642 ']' +2025-01-14 22:33:56.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.219 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:33:56.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.227 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_sb_connection tcp:10.201.9.223:6642 +2025-01-14 22:33:56.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.285 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:491 is_service_enabled tls-proxy +2025-01-14 22:33:56.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.339 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:56.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.347 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:499 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ovn neutron_sync_mode=log +2025-01-14 22:33:56.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.354 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:56.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.363 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ovn +2025-01-14 22:33:56.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.372 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=neutron_sync_mode=log +2025-01-14 22:33:56.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.381 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z neutron_sync_mode=log ']' +2025-01-14 22:33:56.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.390 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:33:56.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.401 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovn neutron_sync_mode log +2025-01-14 22:33:56.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.461 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:500 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_l3_scheduler=leastloaded +2025-01-14 22:33:56.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.469 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:56.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.479 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ovn +2025-01-14 22:33:56.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.490 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=ovn_l3_scheduler=leastloaded +2025-01-14 22:33:56.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.500 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z ovn_l3_scheduler=leastloaded ']' +2025-01-14 22:33:56.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.508 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:33:56.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.518 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_l3_scheduler leastloaded +2025-01-14 22:33:56.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.580 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:501 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True +2025-01-14 22:33:56.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.588 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:56.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.595 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=securitygroup +2025-01-14 22:33:56.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.602 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=enable_security_group=True +2025-01-14 22:33:56.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.611 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z enable_security_group=True ']' +2025-01-14 22:33:56.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.619 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:33:56.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.627 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True +2025-01-14 22:33:56.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.689 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:502 inicomment /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver +2025-01-14 22:33:56.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.731 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:504 is_service_enabled q-log neutron-log +2025-01-14 22:33:56.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.768 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:56.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.775 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:510 is_service_enabled q-ovn-metadata-agent neutron-ovn-metadata-agent +2025-01-14 22:33:56.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.813 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:56.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.819 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:511 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_metadata_enabled=True +2025-01-14 22:33:56.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.826 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:33:56.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.833 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ovn +2025-01-14 22:33:56.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.840 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=ovn_metadata_enabled=True +2025-01-14 22:33:56.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.852 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z ovn_metadata_enabled=True ']' +2025-01-14 22:33:56.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.864 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:33:56.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.877 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovn ovn_metadata_enabled True +2025-01-14 22:33:56.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.955 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:518 is_service_enabled q-dns neutron-dns +2025-01-14 22:33:56.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:56.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.011 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:57.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.022 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:523 iniset /etc/neutron/neutron.conf ovs igmp_snooping_enable False +2025-01-14 22:33:57.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.128 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:526 is_service_enabled q-dhcp neutron-dhcp +2025-01-14 22:33:57.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.189 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:57.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.198 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:529 iniset /etc/neutron/neutron.conf DEFAULT dhcp_agent_notification False +2025-01-14 22:33:57.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.266 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:532 is_service_enabled n-api-meta +2025-01-14 22:33:57.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.317 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:57.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.325 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:533 is_service_enabled q-ovn-metadata-agent neutron-ovn-metadata-agent +2025-01-14 22:33:57.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.387 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:57.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.400 | +lib/neutron_plugins/ovn_agent:configure_ovn_plugin:534 iniset /etc/nova/nova.conf neutron service_metadata_proxy True +2025-01-14 22:33:57.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.502 | +lib/neutron:configure_neutron:440 is_service_enabled q-placement neutron-placement +2025-01-14 22:33:57.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.573 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:57.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.584 | +lib/neutron:configure_neutron:443 is_service_enabled q-trunk neutron-trunk +2025-01-14 22:33:57.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.638 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:57.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.648 | +lib/neutron:configure_neutron:446 is_service_enabled q-qos neutron-qos +2025-01-14 22:33:57.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.706 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:57.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.718 | +lib/neutron:configure_neutron:453 is_service_enabled neutron-segments +2025-01-14 22:33:57.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.774 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:33:57.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.785 | +lib/neutron:configure_neutron:459 is_service_enabled q-agt neutron-agent q-svc neutron-api +2025-01-14 22:33:57.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.842 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:33:57.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.853 | +lib/neutron:configure_neutron:460 _configure_neutron_service +2025-01-14 22:33:57.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.865 | +lib/neutron:_configure_neutron_service:1060 Q_API_PASTE_FILE=/etc/neutron/api-paste.ini +2025-01-14 22:33:57.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.875 | +lib/neutron:_configure_neutron_service:1061 cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini +2025-01-14 22:33:57.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.887 | +lib/neutron:_configure_neutron_service:1063 [[ False == \F\a\l\s\e ]] +2025-01-14 22:33:57.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.897 | +lib/neutron:_configure_neutron_service:1063 [[ -n networking ]] +2025-01-14 22:33:57.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.908 | +lib/neutron:_configure_neutron_service:1064 _replace_api_paste_composite +2025-01-14 22:33:57.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.918 | +lib/neutron:_replace_api_paste_composite:1049 local sep +2025-01-14 22:33:57.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.931 | ++lib/neutron:_replace_api_paste_composite:1050 echo -ne '\x01' +2025-01-14 22:33:57.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.942 | +lib/neutron:_replace_api_paste_composite:1050 sep=$'\001' +2025-01-14 22:33:57.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.954 | +lib/neutron:_replace_api_paste_composite:1052 sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini +2025-01-14 22:33:57.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.967 | +lib/neutron:_replace_api_paste_composite:1053 sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini +2025-01-14 22:33:57.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.980 | +lib/neutron:_replace_api_paste_composite:1054 sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini +2025-01-14 22:33:57.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:57.995 | +lib/neutron:_configure_neutron_service:1068 iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 +2025-01-14 22:33:57.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.079 | +lib/neutron:_configure_neutron_service:1070 iniset /etc/neutron/neutron.conf DEFAULT debug True +2025-01-14 22:33:58.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.151 | +lib/neutron:_configure_neutron_service:1071 iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json +2025-01-14 22:33:58.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.213 | +lib/neutron:_configure_neutron_service:1073 iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone +2025-01-14 22:33:58.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.296 | +lib/neutron:_configure_neutron_service:1074 configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron +2025-01-14 22:33:58.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.310 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/neutron/neutron.conf +2025-01-14 22:33:58.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.324 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=neutron +2025-01-14 22:33:58.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.335 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=keystone_authtoken +2025-01-14 22:33:58.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.349 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password +2025-01-14 22:33:58.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.367 | tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified +2025-01-14 22:33:58.367 | +2025-01-14 22:33:58.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.431 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/neutron/neutron.conf keystone_authtoken interface public +2025-01-14 22:33:58.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.506 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.201.9.223/identity +2025-01-14 22:33:58.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.612 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/neutron/neutron.conf keystone_authtoken username neutron +2025-01-14 22:33:58.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.695 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/neutron/neutron.conf keystone_authtoken password ****** +2025-01-14 22:33:58.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.765 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default +2025-01-14 22:33:58.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.837 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/neutron/neutron.conf keystone_authtoken project_name service +2025-01-14 22:33:58.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.906 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default +2025-01-14 22:33:58.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.976 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:33:58.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:58.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.046 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 +2025-01-14 22:33:59.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.118 | +lib/neutron:_configure_neutron_service:1077 iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True +2025-01-14 22:33:59.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.207 | +lib/neutron:_configure_neutron_service:1078 iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True +2025-01-14 22:33:59.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.302 | +lib/neutron:_configure_neutron_service:1080 configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova +2025-01-14 22:33:59.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.314 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/neutron/neutron.conf +2025-01-14 22:33:59.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.326 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=nova +2025-01-14 22:33:59.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.339 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=nova +2025-01-14 22:33:59.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.353 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/neutron/neutron.conf nova auth_type password +2025-01-14 22:33:59.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.446 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/neutron/neutron.conf nova interface public +2025-01-14 22:33:59.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.541 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/neutron/neutron.conf nova auth_url http://10.201.9.223/identity +2025-01-14 22:33:59.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.636 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/neutron/neutron.conf nova username nova +2025-01-14 22:33:59.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.711 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/neutron/neutron.conf nova password ****** +2025-01-14 22:33:59.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.775 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/neutron/neutron.conf nova user_domain_name Default +2025-01-14 22:33:59.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.839 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/neutron/neutron.conf nova project_name service +2025-01-14 22:33:59.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.905 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/neutron/neutron.conf nova project_domain_name Default +2025-01-14 22:33:59.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.967 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:33:59.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:33:59.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.034 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 +2025-01-14 22:34:00.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.099 | +lib/neutron:_configure_neutron_service:1083 configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement +2025-01-14 22:34:00.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.109 | +lib/keystone:configure_keystone_authtoken_middleware:432 local conf_file=/etc/neutron/neutron.conf +2025-01-14 22:34:00.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.119 | +lib/keystone:configure_keystone_authtoken_middleware:433 local ******_user=placement +2025-01-14 22:34:00.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.129 | +lib/keystone:configure_keystone_authtoken_middleware:434 local section=placement +2025-01-14 22:34:00.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.141 | +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/neutron/neutron.conf placement auth_type password +2025-01-14 22:34:00.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.237 | +lib/keystone:configure_keystone_authtoken_middleware:437 iniset /etc/neutron/neutron.conf placement interface public +2025-01-14 22:34:00.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.322 | +lib/keystone:configure_keystone_authtoken_middleware:438 iniset /etc/neutron/neutron.conf placement auth_url http://10.201.9.223/identity +2025-01-14 22:34:00.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.412 | +lib/keystone:configure_keystone_authtoken_middleware:439 iniset /etc/neutron/neutron.conf placement username placement +2025-01-14 22:34:00.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.495 | +lib/keystone:configure_keystone_authtoken_middleware:440 iniset /etc/neutron/neutron.conf placement password ****** +2025-01-14 22:34:00.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.582 | +lib/keystone:configure_keystone_authtoken_middleware:441 iniset /etc/neutron/neutron.conf placement user_domain_name Default +2025-01-14 22:34:00.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.658 | +lib/keystone:configure_keystone_authtoken_middleware:442 iniset /etc/neutron/neutron.conf placement project_name service +2025-01-14 22:34:00.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.739 | +lib/keystone:configure_keystone_authtoken_middleware:443 iniset /etc/neutron/neutron.conf placement project_domain_name Default +2025-01-14 22:34:00.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.824 | +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem +2025-01-14 22:34:00.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.901 | +lib/keystone:configure_keystone_authtoken_middleware:446 iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 +2025-01-14 22:34:00.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.965 | +lib/neutron:_configure_neutron_service:1086 neutron_plugin_configure_service +2025-01-14 22:34:00.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.976 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 [[ geneve != \l\o\c\a\l ]] +2025-01-14 22:34:00.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.987 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) +2025-01-14 22:34:00.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:00.998 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 '[' '' == '' ']' +2025-01-14 22:34:01.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.010 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 [[ '' == '' ]] +2025-01-14 22:34:01.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.022 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 [[ public != '' ]] +2025-01-14 22:34:01.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.034 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 ML2_VLAN_RANGES=public +2025-01-14 22:34:01.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.048 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 [[ '' != '' ]] +2025-01-14 22:34:01.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.059 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 [[ public != '' ]] +2025-01-14 22:34:01.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.073 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) +2025-01-14 22:34:01.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.089 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 [[ -z '' ]] +2025-01-14 22:34:01.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.100 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 [[ -n public ]] +2025-01-14 22:34:01.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.113 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= +2025-01-14 22:34:01.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.129 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 [[ -n public ]] +2025-01-14 22:34:01.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.142 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=public, +2025-01-14 22:34:01.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.160 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 [[ -n public ]] +2025-01-14 22:34:01.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.176 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 [[ public != \p\u\b\l\i\c ]] +2025-01-14 22:34:01.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.189 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True +2025-01-14 22:34:01.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.199 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:01.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.211 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=securitygroup +2025-01-14 22:34:01.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.223 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=enable_security_group=True +2025-01-14 22:34:01.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.235 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z enable_security_group=True ']' +2025-01-14 22:34:01.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.250 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:01.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.262 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True +2025-01-14 22:34:01.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.339 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn,logger +2025-01-14 22:34:01.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.352 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:01.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.366 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2 +2025-01-14 22:34:01.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.381 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=mechanism_drivers=ovn,logger +2025-01-14 22:34:01.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.394 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z mechanism_drivers=ovn,logger ']' +2025-01-14 22:34:01.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.408 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:01.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.423 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn,logger +2025-01-14 22:34:01.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.508 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 [[ ovn,logger == *\l\i\n\u\x\b\r\i\d\g\e* ]] +2025-01-14 22:34:01.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.521 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 +2025-01-14 22:34:01.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.533 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:01.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.545 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2 +2025-01-14 22:34:01.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.558 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=overlay_ip_version=4 +2025-01-14 22:34:01.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.569 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z overlay_ip_version=4 ']' +2025-01-14 22:34:01.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.583 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:01.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.595 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 +2025-01-14 22:34:01.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.684 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 [[ -n local,flat,vlan,geneve ]] +2025-01-14 22:34:01.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.697 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:123 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers=local,flat,vlan,geneve +2025-01-14 22:34:01.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.710 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:01.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.723 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2 +2025-01-14 22:34:01.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.736 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=type_drivers=local,flat,vlan,geneve +2025-01-14 22:34:01.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.748 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z type_drivers=local,flat,vlan,geneve ']' +2025-01-14 22:34:01.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.759 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:01.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.772 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers local,flat,vlan,geneve +2025-01-14 22:34:01.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.851 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security,qos +2025-01-14 22:34:01.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.862 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:01.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.872 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2 +2025-01-14 22:34:01.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.882 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=extension_drivers=port_security,qos +2025-01-14 22:34:01.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.890 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z extension_drivers=port_security,qos ']' +2025-01-14 22:34:01.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.899 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:01.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.908 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security,qos +2025-01-14 22:34:01.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.984 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve +2025-01-14 22:34:01.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:01.996 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:02.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.008 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2 +2025-01-14 22:34:02.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.020 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=tenant_network_types=geneve +2025-01-14 22:34:02.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.034 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z tenant_network_types=geneve ']' +2025-01-14 22:34:02.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.047 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:02.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.063 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve +2025-01-14 22:34:02.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.145 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 +2025-01-14 22:34:02.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.160 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:02.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.170 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2_type_gre +2025-01-14 22:34:02.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.182 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=tunnel_id_ranges=1:1000 +2025-01-14 22:34:02.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.193 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z tunnel_id_ranges=1:1000 ']' +2025-01-14 22:34:02.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.204 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:02.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.217 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 +2025-01-14 22:34:02.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.289 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 +2025-01-14 22:34:02.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.299 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:02.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.308 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2_type_vxlan +2025-01-14 22:34:02.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.319 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=vni_ranges=1:1000 +2025-01-14 22:34:02.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.332 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z vni_ranges=1:1000 ']' +2025-01-14 22:34:02.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.345 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:02.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.357 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 +2025-01-14 22:34:02.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.440 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=public, +2025-01-14 22:34:02.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.453 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:02.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.465 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2_type_flat +2025-01-14 22:34:02.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.478 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=flat_networks=public, +2025-01-14 22:34:02.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.493 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z flat_networks=public, ']' +2025-01-14 22:34:02.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.505 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:02.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.519 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks public, +2025-01-14 22:34:02.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.601 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=public +2025-01-14 22:34:02.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.611 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:02.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.621 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2_type_vlan +2025-01-14 22:34:02.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.632 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=network_vlan_ranges=public +2025-01-14 22:34:02.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.643 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z network_vlan_ranges=public ']' +2025-01-14 22:34:02.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.656 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:02.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.668 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges public +2025-01-14 22:34:02.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.759 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:65536 +2025-01-14 22:34:02.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.773 | +lib/neutron_plugins/ml2:populate_ml2_config:51 CONF=/etc/neutron/plugins/ml2/ml2_conf.ini +2025-01-14 22:34:02.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.785 | +lib/neutron_plugins/ml2:populate_ml2_config:52 SECTION=ml2_type_geneve +2025-01-14 22:34:02.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.796 | +lib/neutron_plugins/ml2:populate_ml2_config:53 OPTS=vni_ranges=1:65536 +2025-01-14 22:34:02.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.807 | +lib/neutron_plugins/ml2:populate_ml2_config:55 '[' -z vni_ranges=1:65536 ']' +2025-01-14 22:34:02.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.819 | +lib/neutron_plugins/ml2:populate_ml2_config:58 for I in "${OPTS[@]}" +2025-01-14 22:34:02.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.833 | +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:65536 +2025-01-14 22:34:02.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.920 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 [[ legacy != \l\e\g\a\c\y ]] +2025-01-14 22:34:02.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.932 | +lib/neutron:configure_neutron:463 iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 +2025-01-14 22:34:02.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:02.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.013 | +lib/neutron:configure_neutron:467 iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 +2025-01-14 22:34:03.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.083 | +lib/neutron:configure_neutron:469 '[' False == True ']' +2025-01-14 22:34:03.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.092 | +./stack.sh:main:1192 is_service_enabled mysql postgresql +2025-01-14 22:34:03.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.145 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:03.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.156 | +./stack.sh:main:1192 is_service_enabled neutron +2025-01-14 22:34:03.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.199 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:03.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.209 | +./stack.sh:main:1193 async_runfunc init_neutron +2025-01-14 22:34:03.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.218 | +inc/async:async_runfunc:116 async_run init_neutron init_neutron +2025-01-14 22:34:03.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.340 | +inc/async:async_inner:63 init_neutron +2025-01-14 22:34:03.377 | [3421 Async init_neutron:77845]: running: init_neutron +2025-01-14 22:34:03.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.384 | +./stack.sh:main:1201 is_service_enabled q-dhcp +2025-01-14 22:34:03.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.426 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:34:03.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.432 | +./stack.sh:main:1220 is_service_enabled nova neutron +2025-01-14 22:34:03.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.473 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:03.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.480 | +./stack.sh:main:1221 configure_os_vif +2025-01-14 22:34:03.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.486 | +lib/os-vif:configure_os_vif:16 [[ -e /etc/nova/nova.conf ]] +2025-01-14 22:34:03.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.493 | +lib/os-vif:configure_os_vif:17 iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False +2025-01-14 22:34:03.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.545 | +lib/os-vif:configure_os_vif:19 [[ -e /etc/neutron/neutron.conf ]] +2025-01-14 22:34:03.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.551 | +lib/os-vif:configure_os_vif:20 iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False +2025-01-14 22:34:03.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.609 | +./stack.sh:main:1227 is_service_enabled swift +2025-01-14 22:34:03.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.644 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:34:03.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.650 | +./stack.sh:main:1236 is_service_enabled cinder +2025-01-14 22:34:03.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.685 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:03.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.692 | +./stack.sh:main:1237 echo_summary 'Configuring Cinder' +2025-01-14 22:34:03.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.699 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:34:03.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.706 | +./stack.sh:echo_summary:474 echo -e Configuring Cinder +2025-01-14 22:34:03.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.713 | +./stack.sh:main:1238 async_runfunc init_cinder +2025-01-14 22:34:03.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.720 | +inc/async:async_runfunc:116 async_run init_cinder init_cinder +2025-01-14 22:34:03.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.814 | +inc/async:async_inner:63 init_cinder +2025-01-14 22:34:03.840 | [3421 Async init_cinder:78218]: running: init_cinder +2025-01-14 22:34:03.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.847 | +./stack.sh:main:1244 is_service_enabled placement +2025-01-14 22:34:03.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.897 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:03.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.916 | +./stack.sh:main:1245 echo_summary 'Configuring placement' +2025-01-14 22:34:03.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.924 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:34:03.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.931 | +./stack.sh:echo_summary:474 echo -e Configuring placement +2025-01-14 22:34:03.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.939 | +./stack.sh:main:1246 async_runfunc init_placement +2025-01-14 22:34:03.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.948 | +inc/async:async_runfunc:116 async_run init_placement init_placement +2025-01-14 22:34:03.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:03.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.019 | +inc/async:async_inner:63 init_placement +2025-01-14 22:34:04.050 | [3421 Async init_placement:78440]: running: init_placement +2025-01-14 22:34:04.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.055 | +./stack.sh:main:1250 async_wait init_neutron +2025-01-14 22:34:04.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:04.141 | [3421 Async init_neutron:77845]: Waiting for completion of init_neutron running on PID 77845 (5 other jobs running) +2025-01-14 22:34:04.171 | [3421 Async init_neutron:77845]: Signaling child to exit +2025-01-14 22:34:10.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:10.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:10.921 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:34:10.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:10.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:10.952 | [78218 Async init_cinder:78218]: finished successfully +2025-01-14 22:34:22.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.159 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:34:22.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.184 | [77845 Async init_neutron:77845]: finished successfully +2025-01-14 22:34:22.204 | WAKEUP +2025-01-14 22:34:22.222 | [3421 Async init_neutron:77845]: Signaled +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +lib/neutron:init_neutron:539 recreate_database neutron +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +lib/database:recreate_database:112 local db=neutron +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +lib/database:recreate_database:113 recreate_database_mysql neutron +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +lib/databases/mysql:recreate_database_mysql:60 local db=neutron +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' +2025-01-14 22:34:22.223 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' +2025-01-14 22:34:22.223 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +lib/neutron:init_neutron:540 time_start dbsync +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +functions-common:time_start:2407 local name=dbsync +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.223 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:34:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.224 | +functions-common:time_start:2412 _TIME_START[$name]=1736894043455 +2025-01-14 22:34:22.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.224 | +lib/neutron:init_neutron:542 /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Context impl MySQLImpl. +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Context impl MySQLImpl. +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade -> kilo +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 +2025-01-14 22:34:22.224 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" +2025-01-14 22:34:22.225 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 89c58a70ceba -> 054e34dbe6b4 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 054e34dbe6b4 -> 0e6eff810791 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 0e6eff810791 -> 175fa80908e1 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 175fa80908e1 -> 5bcb7b31ec7d +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 +2025-01-14 22:34:22.226 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d +2025-01-14 22:34:22.226 | Running upgrade for neutron ... +2025-01-14 22:34:22.226 | OK +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +lib/neutron:init_neutron:543 time_stop dbsync +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2421 local name +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2424 local total +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2427 name=dbsync +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2428 start_time=1736894043455 +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2430 [[ -z 1736894043455 ]] +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | +functions-common:time_stop:2433 end_time=1736894062114 +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.227 | +functions-common:time_stop:2434 elapsed_time=18659 +2025-01-14 22:34:22.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.227 | +functions-common:time_stop:2435 total=3539 +2025-01-14 22:34:22.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.227 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:34:22.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.227 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=22198 +2025-01-14 22:34:22.264 | [3421 Async init_neutron:77845]: finished init_neutron with result 0 in 18 seconds +2025-01-14 22:34:22.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.272 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:22.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.279 | +./stack.sh:main:1251 async_wait init_placement +2025-01-14 22:34:22.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.335 | [3421 Async init_placement:78440]: Waiting for completion of init_placement running on PID 78440 (4 other jobs running) +2025-01-14 22:34:22.355 | [3421 Async init_placement:78440]: Signaling child to exit +2025-01-14 22:34:22.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.889 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:34:22.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:22.940 | [78440 Async init_placement:78440]: finished successfully +2025-01-14 22:34:22.974 | WAKEUP +2025-01-14 22:34:23.006 | [3421 Async init_placement:78440]: Signaled +2025-01-14 22:34:23.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.008 | +lib/placement:init_placement:113 recreate_database placement +2025-01-14 22:34:23.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.008 | +lib/database:recreate_database:112 local db=placement +2025-01-14 22:34:23.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/database:recreate_database:113 recreate_database_mysql placement +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/databases/mysql:recreate_database_mysql:60 local db=placement +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' +2025-01-14 22:34:23.009 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' +2025-01-14 22:34:23.009 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/placement:init_placement:114 /opt/stack/data/venv/bin/placement-manage db sync +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/placement:init_placement:115 create_placement_accounts +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/placement:create_placement_accounts:102 create_service_user placement ****** +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.009 | +lib/keystone:create_service_user:416 get_or_create_user placement ****** Default +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | +functions-common:get_or_create_user:903 local user_id +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | +functions-common:get_or_create_user:904 [[ ! -z '' ]] +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | +functions-common:get_or_create_user:907 local email= +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | ++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create placement --password ****** --domain=Default --or-show -f value -c id +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.010 | +functions-common:get_or_create_user:919 user_id=349a22c9816b4961aabbe5165a641a6a +2025-01-14 22:34:23.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | +functions-common:get_or_create_user:920 echo 349a22c9816b4961aabbe5165a641a6a +2025-01-14 22:34:23.011 | 349a22c9816b4961aabbe5165a641a6a +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | +lib/keystone:create_service_user:417 get_or_add_user_project_role service placement service Default Default +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args Default Default +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.011 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:34:23.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | ++functions-common:_get_domain_args:954 [[ -n Default ]] +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | ++functions-common:_get_domain_args:955 domain=' --user-domain Default' +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | ++functions-common:_get_domain_args:957 [[ -n Default ]] +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | ++functions-common:_get_domain_args:958 domain=' --user-domain Default --project-domain Default' +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | ++functions-common:_get_domain_args:961 echo --user-domain Default --project-domain Default +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | +functions-common:get_or_add_user_project_role:970 domain_args='--user-domain Default --project-domain Default' +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add service --user placement --project service --user-domain Default --project-domain Default +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | +functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | +functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:34:23.013 | 42f1bcb09e164325a764c7cadc170c4f +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | +lib/keystone:create_service_user:419 [[ -n ****** ]] +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | +lib/keystone:create_service_user:420 get_or_add_user_project_role ****** placement service Default Default +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | +functions-common:get_or_add_user_project_role:967 local user_role_id +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | +functions-common:get_or_add_user_project_role:968 local domain_args +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | ++functions-common:get_or_add_user_project_role:970 _get_domain_args Default Default +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | ++functions-common:_get_domain_args:951 local domain +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.013 | ++functions-common:_get_domain_args:952 domain= +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | ++functions-common:_get_domain_args:954 [[ -n Default ]] +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | ++functions-common:_get_domain_args:955 domain=' --user-domain Default' +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | ++functions-common:_get_domain_args:957 [[ -n Default ]] +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | ++functions-common:_get_domain_args:958 domain=' --user-domain Default --project-domain Default' +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | ++functions-common:_get_domain_args:961 echo --user-domain Default --project-domain Default +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | +functions-common:get_or_add_user_project_role:970 domain_args='--user-domain Default --project-domain Default' +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | +functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user placement --project service --user-domain Default --project-domain Default +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | ++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user placement --project service --user-domain Default --project-domain Default -c Role -f value +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | +functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | +functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:34:23.015 | 623c1f83e13e4189b0b592d71c80d8e7 +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | +lib/placement:create_placement_accounts:103 local placement_api_url=http://10.201.9.223/placement +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | +lib/placement:create_placement_accounts:104 get_or_create_service placement placement 'Placement Service' +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | +functions-common:get_or_create_service:1059 local service_id +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.015 | ++functions-common:get_or_create_service:1072 oscwrap --os-cloud devstack-system-****** service show placement -f value -c id +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | ++functions-common:get_or_create_service:1074 oscwrap --os-cloud devstack-system-****** service create placement --name placement '--description=Placement Service' -f value -c id +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.016 | +functions-common:get_or_create_service:1070 service_id=' +2025-01-14 22:34:23.016 | e340c324bcc4478d9751b27112bc1bd9' +2025-01-14 22:34:23.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | +functions-common:get_or_create_service:1071 echo e340c324bcc4478d9751b27112bc1bd9 +2025-01-14 22:34:23.017 | e340c324bcc4478d9751b27112bc1bd9 +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | +lib/placement:create_placement_accounts:106 get_or_create_endpoint placement RegionOne http://10.201.9.223/placement +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | +functions-common:get_or_create_endpoint:1103 local public_id +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | ++functions-common:get_or_create_endpoint:1104 _get_or_create_endpoint_with_interface placement public http://10.201.9.223/placement RegionOne +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | ++functions-common:_get_or_create_endpoint_with_interface:1077 local endpoint_id +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | +++functions-common:_get_or_create_endpoint_with_interface:1082 oscwrap --os-cloud devstack-system-****** endpoint list --service placement --interface public --region RegionOne -c ID -f value +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | ++functions-common:_get_or_create_endpoint_with_interface:1082 endpoint_id= +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | ++functions-common:_get_or_create_endpoint_with_interface:1083 [[ -z '' ]] +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | +++functions-common:_get_or_create_endpoint_with_interface:1086 oscwrap --os-cloud devstack-system-****** endpoint create placement public http://10.201.9.223/placement --region RegionOne -f value -c id +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | ++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=12406ff076604d10b641ffb39a662ecd +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | ++functions-common:_get_or_create_endpoint_with_interface:1089 echo 12406ff076604d10b641ffb39a662ecd +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | +functions-common:get_or_create_endpoint:1104 public_id=12406ff076604d10b641ffb39a662ecd +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.018 | +functions-common:get_or_create_endpoint:1113 echo 12406ff076604d10b641ffb39a662ecd +2025-01-14 22:34:23.018 | 12406ff076604d10b641ffb39a662ecd +2025-01-14 22:34:23.056 | [3421 Async init_placement:78440]: finished init_placement with result 0 in 18 seconds +2025-01-14 22:34:23.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.065 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:23.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.075 | +./stack.sh:main:1252 async_wait init_glance +2025-01-14 22:34:23.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.157 | [3421 Async init_glance:72085]: Waiting for completion of init_glance running on PID 72085 (3 other jobs running) +2025-01-14 22:34:23.180 | [3421 Async init_glance:72085]: Signaling child to exit +2025-01-14 22:34:23.181 | WAKEUP +2025-01-14 22:34:23.209 | [3421 Async init_glance:72085]: Signaled +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | +lib/glance:init_glance:546 rm -rf /opt/stack/data/glance/images +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | +lib/glance:init_glance:547 mkdir -p /opt/stack/data/glance/images +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | +lib/glance:init_glance:550 recreate_database glance +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | +lib/database:recreate_database:112 local db=glance +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | +lib/database:recreate_database:113 recreate_database_mysql glance +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.211 | +lib/databases/mysql:recreate_database_mysql:60 local db=glance +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' +2025-01-14 22:34:23.212 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' +2025-01-14 22:34:23.212 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +lib/glance:init_glance:552 time_start dbsync +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +functions-common:time_start:2407 local name=dbsync +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +functions-common:time_start:2412 _TIME_START[$name]=1736893991614 +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.212 | +lib/glance:init_glance:554 /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync +2025-01-14 22:34:23.212 | INFO dbcounter [-] Registered counter for database glance +2025-01-14 22:34:23.212 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72243) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:34:23.212 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.212 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.212 | DEBUG dbcounter [-] [72243] Writer thread running {{(pid=72243) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:23.212 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.212 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.213 | INFO dbcounter [-] Registered counter for database glance +2025-01-14 22:34:23.213 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72243) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.213 | DEBUG dbcounter [-] [72243] Writer thread running {{(pid=72243) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.213 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 +2025-01-14 22:34:23.213 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade 2023_1_expand01 -> 2024_1_expand01, adds cache_node_reference and cached_images table(s) +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update 2023_1_expand01 to 2024_1_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.214 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 +2025-01-14 22:34:23.214 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 +2025-01-14 22:34:23.215 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 +2025-01-14 22:34:23.215 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 +2025-01-14 22:34:23.215 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 +2025-01-14 22:34:23.215 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 +2025-01-14 22:34:23.215 | DEBUG alembic.runtime.migration [-] update zed_contract01 to 2023_1_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Running upgrade 2023_1_contract01 -> 2024_1_contract01 +2025-01-14 22:34:23.215 | DEBUG alembic.runtime.migration [-] merge, delete ['2023_1_contract01'], update 2024_1_expand01 to 2024_1_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:835}} +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.215 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.215 | Upgraded database to: 2024_1_expand01, current revision(s): 2024_1_expand01 +2025-01-14 22:34:23.215 | Database migration is up to date. No migration needed. +2025-01-14 22:34:23.215 | Upgraded database to: 2024_1_contract01, current revision(s): 2024_1_contract01 +2025-01-14 22:34:23.215 | Database is synced successfully. +2025-01-14 22:34:23.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.215 | +lib/glance:init_glance:557 /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs +2025-01-14 22:34:23.215 | INFO dbcounter [-] Registered counter for database glance +2025-01-14 22:34:23.215 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72415) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:34:23.215 | DEBUG dbcounter [-] [72415] Writer thread running {{(pid=72415) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:23.215 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. +2025-01-14 22:34:23.215 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. +2025-01-14 22:34:23.216 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. +2025-01-14 22:34:23.217 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. +2025-01-14 22:34:23.217 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. +2025-01-14 22:34:23.217 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. +2025-01-14 22:34:23.217 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. +2025-01-14 22:34:23.217 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. +2025-01-14 22:34:23.217 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. +2025-01-14 22:34:23.217 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +lib/glance:init_glance:558 time_stop dbsync +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2421 local name +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2424 local total +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2427 name=dbsync +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2428 start_time=1736893991614 +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | +functions-common:time_stop:2430 [[ -z 1736893991614 ]] +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.217 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | +functions-common:time_stop:2433 end_time=1736893997162 +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | +functions-common:time_stop:2434 elapsed_time=5548 +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | +functions-common:time_stop:2435 total=3539 +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.218 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=9087 +2025-01-14 22:34:23.257 | [3421 Async init_glance:72085]: finished init_glance with result 0 in 5 seconds +2025-01-14 22:34:23.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.265 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:23.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.273 | +./stack.sh:main:1253 async_wait init_swift +2025-01-14 22:34:23.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.312 | Not waiting for async task init_swift that we never started or has already been waited for +2025-01-14 22:34:23.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.318 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:23.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.326 | +./stack.sh:main:1254 async_wait init_cinder +2025-01-14 22:34:23.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.389 | [3421 Async init_cinder:78218]: Waiting for completion of init_cinder running on PID 78218 (2 other jobs running) +2025-01-14 22:34:23.410 | [3421 Async init_cinder:78218]: Signaling child to exit +2025-01-14 22:34:23.411 | WAKEUP +2025-01-14 22:34:23.428 | [3421 Async init_cinder:78218]: Signaled +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | +lib/cinder:init_cinder:484 is_service_enabled mysql postgresql +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | +lib/cinder:init_cinder:486 recreate_database cinder +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | +lib/database:recreate_database:112 local db=cinder +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | +lib/database:recreate_database:113 recreate_database_mysql cinder +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.430 | +lib/databases/mysql:recreate_database_mysql:60 local db=cinder +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' +2025-01-14 22:34:23.431 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' +2025-01-14 22:34:23.431 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +lib/cinder:init_cinder:488 time_start dbsync +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +functions-common:time_start:2407 local name=dbsync +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +functions-common:time_start:2412 _TIME_START[$name]=1736894043968 +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.431 | +lib/cinder:init_cinder:490 /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync +2025-01-14 22:34:23.431 | INFO dbcounter [-] Registered counter for database cinder +2025-01-14 22:34:23.431 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=78411) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:34:23.431 | INFO cinder.db.migration [-] Applying migration(s) +2025-01-14 22:34:23.431 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:23.431 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:23.431 | DEBUG dbcounter [-] [78411] Writer thread running {{(pid=78411) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:23.431 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. +2025-01-14 22:34:23.431 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:34:23.431 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable +2025-01-14 22:34:23.431 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.431 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes +2025-01-14 22:34:23.431 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.431 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table +2025-01-14 22:34:23.431 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.432 | INFO alembic.runtime.migration [-] Running upgrade 89aa6f9639f9 -> b8660621f1b9, Update reservations resource +2025-01-14 22:34:23.432 | DEBUG alembic.runtime.migration [-] update 89aa6f9639f9 to b8660621f1b9 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.432 | INFO alembic.runtime.migration [-] Running upgrade b8660621f1b9 -> 9ab1b092a404, Make use_quota non nullable +2025-01-14 22:34:23.432 | DEBUG alembic.runtime.migration [-] update b8660621f1b9 to 9ab1b092a404 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.432 | INFO alembic.runtime.migration [-] Running upgrade 9ab1b092a404 -> b7b88f50aab5, Remove quota consistencygroups +2025-01-14 22:34:23.432 | DEBUG alembic.runtime.migration [-] update 9ab1b092a404 to b7b88f50aab5 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.432 | INFO alembic.runtime.migration [-] Running upgrade b7b88f50aab5 -> 9c74c1c6971f, Quota: Add backup defaults in quota class +2025-01-14 22:34:23.432 | DEBUG alembic.runtime.migration [-] update b7b88f50aab5 to 9c74c1c6971f {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:23.432 | INFO cinder.db.migration [-] Migration(s) applied +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +lib/cinder:init_cinder:491 time_stop dbsync +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2421 local name +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2424 local total +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2427 name=dbsync +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2428 start_time=1736894043968 +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2430 [[ -z 1736894043968 ]] +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2433 end_time=1736894048938 +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2434 elapsed_time=4970 +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2435 total=3539 +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=8509 +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | +lib/cinder:init_cinder:494 is_service_enabled c-vol +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder:init_cinder:494 [[ -n lvm:lvmdriver-1 ]] +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder:init_cinder:495 local be be_name be_type +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder:init_cinder:496 for be in ${CINDER_ENABLED_BACKENDS//,/ } +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder:init_cinder:497 be_type=lvm +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder:init_cinder:498 be_name=lvmdriver-1 +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder:init_cinder:499 type init_cinder_backend_lvm +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder:init_cinder:500 init_cinder_backend_lvm lvmdriver-1 +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder_backends/lvm:init_cinder_backend_lvm:64 local be_name=lvmdriver-1 +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/cinder_backends/lvm:init_cinder_backend_lvm:67 init_lvm_volume_group stack-volumes-lvmdriver-1 30G +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/lvm:init_lvm_volume_group:129 local vg=stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/lvm:init_lvm_volume_group:130 local size=30G +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +lib/lvm:init_lvm_volume_group:133 is_fedora +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +functions-common:is_fedora:536 [[ -z Ubuntu ]] +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +functions-common:is_fedora:540 '[' Ubuntu = Fedora ']' +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +functions-common:is_fedora:540 '[' Ubuntu = 'Red Hat' ']' +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +functions-common:is_fedora:541 '[' Ubuntu = openEuler ']' +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.433 | +functions-common:is_fedora:542 '[' Ubuntu = RedHatEnterpriseServer ']' +2025-01-14 22:34:23.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:543 '[' Ubuntu = RedHatEnterprise ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:544 '[' Ubuntu = RedHatEnterpriseLinux ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:545 '[' Ubuntu = Rocky ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:546 '[' Ubuntu = CentOS ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:546 '[' Ubuntu = CentOSStream ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:547 '[' Ubuntu = AlmaLinux ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:548 '[' Ubuntu = OracleServer ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:init_lvm_volume_group:138 _create_lvm_volume_group stack-volumes-lvmdriver-1 30G +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:_create_lvm_volume_group:88 local vg=stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:_create_lvm_volume_group:89 local size=30G +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:_create_lvm_volume_group:91 local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:_create_lvm_volume_group:92 sudo vgs stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.434 | Volume group "stack-volumes-lvmdriver-1" not found +2025-01-14 22:34:23.434 | Cannot process volume group stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:_create_lvm_volume_group:94 [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:_create_lvm_volume_group:94 truncate -s 30G /opt/stack/data/stack-volumes-lvmdriver-1-backing-file +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.434 | +lib/lvm:_create_lvm_volume_group:96 local directio= +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:98 losetup -h +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:98 grep -q direct-io +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:99 directio=--direct-io=on +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:103 [[ ! -e /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service ]] +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:104 sed -e ' +2025-01-14 22:34:23.435 | s|%DIRECTIO%|--direct-io=on|g; +2025-01-14 22:34:23.435 | s|%BACKING_FILE%|/opt/stack/data/stack-volumes-lvmdriver-1-backing-file|g; +2025-01-14 22:34:23.435 | ' /opt/stack/devstack/files/lvm-backing-file.template +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:107 sudo tee /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service +2025-01-14 22:34:23.435 | [Unit] +2025-01-14 22:34:23.435 | Description=Activate LVM backing file /opt/stack/data/stack-volumes-lvmdriver-1-backing-file +2025-01-14 22:34:23.435 | DefaultDependencies=no +2025-01-14 22:34:23.435 | After=systemd-udev-settle.service +2025-01-14 22:34:23.435 | Before=lvm2-activation-early.service +2025-01-14 22:34:23.435 | Wants=systemd-udev-settle.service +2025-01-14 22:34:23.435 | +2025-01-14 22:34:23.435 | [Service] +2025-01-14 22:34:23.435 | ExecStart=/sbin/losetup --find --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file +2025-01-14 22:34:23.435 | ExecStop=/bin/sh -c '/sbin/losetup -d $$(/sbin/losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n)' +2025-01-14 22:34:23.435 | RemainAfterExit=yes +2025-01-14 22:34:23.435 | Type=oneshot +2025-01-14 22:34:23.435 | +2025-01-14 22:34:23.435 | [Install] +2025-01-14 22:34:23.435 | WantedBy=local-fs.target +2025-01-14 22:34:23.435 | Also=systemd-udev-settle.service +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:110 sudo systemctl daemon-reload +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:111 sudo systemctl enable --now stack-volumes-lvmdriver-1-backing-file.service +2025-01-14 22:34:23.435 | Created symlink /etc/systemd/system/local-fs.target.wants/stack-volumes-lvmdriver-1-backing-file.service → /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service. +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.435 | +lib/lvm:_create_lvm_volume_group:114 local vg_dev +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | ++lib/lvm:_create_lvm_volume_group:115 sudo losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +lib/lvm:_create_lvm_volume_group:115 vg_dev=/dev/loop3 +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +lib/lvm:_create_lvm_volume_group:118 sudo vgs stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.436 | Volume group "stack-volumes-lvmdriver-1" not found +2025-01-14 22:34:23.436 | Cannot process volume group stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +lib/lvm:_create_lvm_volume_group:119 sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop3 +2025-01-14 22:34:23.436 | Physical volume "/dev/loop3" successfully created. +2025-01-14 22:34:23.436 | Volume group "stack-volumes-lvmdriver-1" successfully created +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +lib/lvm:init_lvm_volume_group:140 is_service_enabled cinder +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +lib/lvm:init_lvm_volume_group:142 '[' lioadm = lioadm ']' +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +lib/lvm:init_lvm_volume_group:143 sudo xargs -rn 1 cinder-rtstool delete +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | +lib/lvm:init_lvm_volume_group:143 sudo cinder-rtstool get-targets +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +lib/lvm:init_lvm_volume_group:152 _clean_lvm_volume_group stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +lib/lvm:_clean_lvm_volume_group:40 local vg=stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +lib/lvm:_clean_lvm_volume_group:43 sudo lvremove -f stack-volumes-lvmdriver-1 +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +lib/cinder:init_cinder:505 is_service_enabled c-bak +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +lib/cinder:init_cinder:505 [[ -n swift ]] +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +lib/cinder:init_cinder:506 type init_cinder_backup_swift +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.437 | +lib/cinder:init_cinder:511 mkdir -p /opt/stack/data/cinder/volumes +2025-01-14 22:34:23.469 | [3421 Async init_cinder:78218]: finished init_cinder with result 0 in 7 seconds +2025-01-14 22:34:23.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.478 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:23.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.485 | +./stack.sh:main:1259 is_service_enabled nova +2025-01-14 22:34:23.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.527 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:23.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.533 | +./stack.sh:main:1260 echo_summary 'Configuring Nova' +2025-01-14 22:34:23.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.540 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:34:23.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.548 | +./stack.sh:echo_summary:474 echo -e Configuring Nova +2025-01-14 22:34:23.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.556 | +./stack.sh:main:1261 init_nova +2025-01-14 22:34:23.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.564 | +lib/nova:init_nova:868 is_service_enabled mysql postgresql +2025-01-14 22:34:23.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.607 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:23.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.614 | +lib/nova:init_nova:868 is_service_enabled n-api +2025-01-14 22:34:23.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.654 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:23.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.663 | +lib/nova:init_nova:870 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:34:23.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.672 | +lib/nova:init_nova:878 async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf +2025-01-14 22:34:23.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.778 | +inc/async:async_inner:63 init_nova_db nova_cell0 /etc/nova/nova.conf +2025-01-14 22:34:23.814 | [3421 Async nova-cell-0:80958]: running: init_nova_db nova_cell0 /etc/nova/nova.conf +2025-01-14 22:34:23.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.823 | ++lib/nova:init_nova:881 seq 1 1 +2025-01-14 22:34:23.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.835 | +lib/nova:init_nova:881 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:34:23.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.846 | ++lib/nova:init_nova:882 conductor_conf 1 +2025-01-14 22:34:23.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.855 | ++lib/nova:conductor_conf:847 local cell=1 +2025-01-14 22:34:23.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.865 | ++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf +2025-01-14 22:34:23.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.875 | +lib/nova:init_nova:882 async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf +2025-01-14 22:34:23.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:23.966 | +inc/async:async_inner:63 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf +2025-01-14 22:34:24.001 | [3421 Async nova-cell-1:81107]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf +2025-01-14 22:34:24.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.011 | +lib/nova:init_nova:885 recreate_database nova_api +2025-01-14 22:34:24.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.018 | +lib/database:recreate_database:112 local db=nova_api +2025-01-14 22:34:24.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.027 | +lib/database:recreate_database:113 recreate_database_mysql nova_api +2025-01-14 22:34:24.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.035 | +lib/databases/mysql:recreate_database_mysql:60 local db=nova_api +2025-01-14 22:34:24.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.045 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' +2025-01-14 22:34:24.049 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:24.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.070 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' +2025-01-14 22:34:24.074 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:24.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:24.093 | +lib/nova:init_nova:886 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync +2025-01-14 22:34:26.203 | INFO dbcounter [-] Registered counter for database nova_api +2025-01-14 22:34:26.218 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:26.218 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:26.219 | DEBUG dbcounter [-] [81208] Writer thread running {{(pid=81208) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:26.250 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version +2025-01-14 22:34:28.075 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=81208) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:34:28.081 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns +2025-01-14 22:34:28.422 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=81208) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:28.425 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table +2025-01-14 22:34:28.427 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=81208) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:28.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.885 | ++lib/nova:init_nova:890 database_connection_url nova_cell0 +2025-01-14 22:34:28.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.893 | ++lib/database:database_connection_url:134 local db=nova_cell0 +2025-01-14 22:34:28.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.901 | ++lib/database:database_connection_url:135 database_connection_url_mysql nova_cell0 +2025-01-14 22:34:28.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.907 | ++lib/databases/mysql:database_connection_url_mysql:243 local db=nova_cell0 +2025-01-14 22:34:28.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.915 | ++lib/databases/mysql:database_connection_url_mysql:244 local plugin +2025-01-14 22:34:28.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.924 | ++lib/databases/mysql:database_connection_url_mysql:248 [[ True == \T\r\u\e ]] +2025-01-14 22:34:28.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.931 | ++lib/databases/mysql:database_connection_url_mysql:249 is_service_enabled mysql +2025-01-14 22:34:28.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.986 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:28.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:28.999 | ++lib/databases/mysql:database_connection_url_mysql:250 plugin='&plugin=dbcounter' +2025-01-14 22:34:29.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:29.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:29.006 | ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' +2025-01-14 22:34:29.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:29.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:29.013 | +lib/nova:init_nova:890 /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' +2025-01-14 22:34:30.875 | INFO dbcounter [None req-5a6c4aa8-ea09-4791-b1de-0f40256e8051 None None] Registered counter for database nova_api +2025-01-14 22:34:30.915 | DEBUG dbcounter [-] [81782] Writer thread running {{(pid=81782) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:31.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.344 | ++lib/nova:init_nova:893 seq 0 1 +2025-01-14 22:34:31.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.366 | +lib/nova:init_nova:893 for i in $(seq 0 $NOVA_NUM_CELLS) +2025-01-14 22:34:31.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.375 | +lib/nova:init_nova:894 async_wait nova-cell-0 +2025-01-14 22:34:31.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:31.482 | [3421 Async nova-cell-0:80958]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 80958 (3 other jobs running) +2025-01-14 22:34:31.517 | [3421 Async nova-cell-0:80958]: Signaling child to exit +2025-01-14 22:34:33.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.104 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:34:33.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.125 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:34:33.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.137 | [81107 Async nova-cell-1:81107]: finished successfully +2025-01-14 22:34:33.150 | [80958 Async nova-cell-0:80958]: finished successfully +2025-01-14 22:34:33.168 | WAKEUP +2025-01-14 22:34:33.186 | [3421 Async nova-cell-0:80958]: Signaled +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/nova:init_nova_db:858 local dbname=nova_cell0 +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/nova:init_nova_db:859 local conffile=/etc/nova/nova.conf +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/nova:init_nova_db:860 recreate_database nova_cell0 +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/database:recreate_database:112 local db=nova_cell0 +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/database:recreate_database:113 recreate_database_mysql nova_cell0 +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/databases/mysql:recreate_database_mysql:60 local db=nova_cell0 +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' +2025-01-14 22:34:33.187 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' +2025-01-14 22:34:33.187 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.187 | +lib/nova:init_nova_db:861 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell +2025-01-14 22:34:33.187 | INFO dbcounter [-] Registered counter for database nova_cell0 +2025-01-14 22:34:33.187 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:33.187 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:33.187 | DEBUG dbcounter [-] [81064] Writer thread running {{(pid=81064) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:33.187 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version +2025-01-14 22:34:33.187 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:34:33.187 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs +2025-01-14 22:34:33.187 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.187 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping +2025-01-14 22:34:33.188 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.188 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens +2025-01-14 22:34:33.188 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.188 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table +2025-01-14 22:34:33.188 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.188 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance +2025-01-14 22:34:33.188 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.188 | INFO alembic.runtime.migration [-] Running upgrade 1acf2c98e646 -> 13863f4e1612, create_share_mapping_table +2025-01-14 22:34:33.188 | DEBUG alembic.runtime.migration [-] update 1acf2c98e646 to 13863f4e1612 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.188 | INFO alembic.runtime.migration [-] Running upgrade 13863f4e1612 -> d60bddf7a903, add_constraint_instance_share_avoid_duplicates +2025-01-14 22:34:33.188 | DEBUG alembic.runtime.migration [-] update 13863f4e1612 to d60bddf7a903 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.225 | [3421 Async nova-cell-0:80958]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 9 seconds +2025-01-14 22:34:33.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.235 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:33.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.242 | +lib/nova:init_nova:893 for i in $(seq 0 $NOVA_NUM_CELLS) +2025-01-14 22:34:33.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.254 | +lib/nova:init_nova:894 async_wait nova-cell-1 +2025-01-14 22:34:33.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.346 | [3421 Async nova-cell-1:81107]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 81107 (2 other jobs running) +2025-01-14 22:34:33.380 | [3421 Async nova-cell-1:81107]: Signaling child to exit +2025-01-14 22:34:33.380 | WAKEUP +2025-01-14 22:34:33.404 | [3421 Async nova-cell-1:81107]: Signaled +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | +lib/nova:init_nova_db:858 local dbname=nova_cell1 +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | +lib/nova:init_nova_db:859 local conffile=/etc/nova/nova_cell1.conf +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | +lib/nova:init_nova_db:860 recreate_database nova_cell1 +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.406 | +lib/database:recreate_database:112 local db=nova_cell1 +2025-01-14 22:34:33.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | +lib/database:recreate_database:113 recreate_database_mysql nova_cell1 +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | +lib/databases/mysql:recreate_database_mysql:60 local db=nova_cell1 +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | +lib/databases/mysql:recreate_database_mysql:61 mysql -uroot -p****** -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' +2025-01-14 22:34:33.407 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | +lib/databases/mysql:recreate_database_mysql:62 mysql -uroot -p****** -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' +2025-01-14 22:34:33.407 | mysql: [Warning] Using a password on the command line interface can be insecure. +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.407 | +lib/nova:init_nova_db:861 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell +2025-01-14 22:34:33.407 | INFO dbcounter [-] Registered counter for database nova_cell1 +2025-01-14 22:34:33.407 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. +2025-01-14 22:34:33.407 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. +2025-01-14 22:34:33.407 | DEBUG dbcounter [-] [81203] Writer thread running {{(pid=81203) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade 1acf2c98e646 -> 13863f4e1612, create_share_mapping_table +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] update 1acf2c98e646 to 13863f4e1612 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.408 | INFO alembic.runtime.migration [-] Running upgrade 13863f4e1612 -> d60bddf7a903, add_constraint_instance_share_avoid_duplicates +2025-01-14 22:34:33.408 | DEBUG alembic.runtime.migration [-] update 13863f4e1612 to d60bddf7a903 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +2025-01-14 22:34:33.461 | [3421 Async nova-cell-1:81107]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 9 seconds +2025-01-14 22:34:33.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.469 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:33.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.477 | +lib/nova:init_nova:897 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:34:33.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:33.484 | +lib/nova:init_nova:904 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations +2025-01-14 22:34:35.212 | Running batches of 50 until complete +2025-01-14 22:34:35.212 | INFO dbcounter [None req-e21f0676-522c-46d2-953f-5a4deb7fd6e7 None None] Registered counter for database nova_cell0 +2025-01-14 22:34:35.376 | DEBUG dbcounter [-] [82373] Writer thread running {{(pid=82373) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:35.379 | INFO dbcounter [None req-e21f0676-522c-46d2-953f-5a4deb7fd6e7 None None] Registered counter for database nova_api +2025-01-14 22:34:35.457 | DEBUG dbcounter [-] [82373] Writer thread running {{(pid=82373) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:35.477 | INFO dbcounter [None req-e21f0676-522c-46d2-953f-5a4deb7fd6e7 None None] Registered counter for database nova_cell0 +2025-01-14 22:34:35.490 | DEBUG dbcounter [-] [82373] Writer thread running {{(pid=82373) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:35.527 | +-------------------------------------+--------------+-----------+ +2025-01-14 22:34:35.527 | | Migration | Total Needed | Completed | +2025-01-14 22:34:35.527 | +-------------------------------------+--------------+-----------+ +2025-01-14 22:34:35.527 | | fill_virtual_interface_list | 0 | 0 | +2025-01-14 22:34:35.527 | | migrate_empty_ratio | 0 | 0 | +2025-01-14 22:34:35.527 | | migrate_quota_classes_to_api_db | 0 | 0 | +2025-01-14 22:34:35.527 | | migrate_quota_limits_to_api_db | 0 | 0 | +2025-01-14 22:34:35.527 | | migration_migrate_to_uuid | 0 | 0 | +2025-01-14 22:34:35.527 | | populate_dev_uuids | 0 | 0 | +2025-01-14 22:34:35.527 | | populate_instance_compute_id | 0 | 0 | +2025-01-14 22:34:35.527 | | populate_missing_availability_zones | 0 | 0 | +2025-01-14 22:34:35.527 | | populate_queued_for_delete | 0 | 0 | +2025-01-14 22:34:35.527 | | populate_user_id | 0 | 0 | +2025-01-14 22:34:35.527 | | populate_uuids | 0 | 0 | +2025-01-14 22:34:35.527 | +-------------------------------------+--------------+-----------+ +2025-01-14 22:34:35.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.940 | ++lib/nova:init_nova:907 seq 1 1 +2025-01-14 22:34:35.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.953 | +lib/nova:init_nova:907 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:34:35.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.965 | ++lib/nova:init_nova:908 conductor_conf 1 +2025-01-14 22:34:35.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.975 | ++lib/nova:conductor_conf:847 local cell=1 +2025-01-14 22:34:35.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.986 | ++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf +2025-01-14 22:34:35.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:35.997 | +lib/nova:init_nova:908 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 +2025-01-14 22:34:37.684 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file +2025-01-14 22:34:37.684 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file +2025-01-14 22:34:37.684 | INFO dbcounter [None req-2abfc0e8-8fd4-4f6d-827d-ca1fdd33836a None None] Registered counter for database nova_api +2025-01-14 22:34:37.725 | DEBUG dbcounter [-] [82404] Writer thread running {{(pid=82404) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:34:38.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.110 | +lib/nova:init_nova:912 create_nova_keys_dir +2025-01-14 22:34:38.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.126 | +lib/nova:create_nova_keys_dir:854 sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys +2025-01-14 22:34:38.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.157 | +lib/nova:init_nova:914 [[ '' == \L\V\M ]] +2025-01-14 22:34:38.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.168 | +./stack.sh:main:1263 async_runfunc configure_neutron_nova +2025-01-14 22:34:38.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.180 | +inc/async:async_runfunc:116 async_run configure_neutron_nova configure_neutron_nova +2025-01-14 22:34:38.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.303 | +inc/async:async_inner:63 configure_neutron_nova +2025-01-14 22:34:38.336 | [3421 Async configure_neutron_nova:82482]: running: configure_neutron_nova +2025-01-14 22:34:38.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.343 | +./stack.sh:main:1271 run_phase stack post-config +2025-01-14 22:34:38.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.350 | +functions-common:run_phase:1849 local mode=stack +2025-01-14 22:34:38.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.357 | +functions-common:run_phase:1850 local phase=post-config +2025-01-14 22:34:38.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.363 | +functions-common:run_phase:1851 [[ -d /opt/stack/devstack/extras.d ]] +2025-01-14 22:34:38.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.369 | +functions-common:run_phase:1852 local extra_plugin_file_name +2025-01-14 22:34:38.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.375 | +functions-common:run_phase:1853 for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh +2025-01-14 22:34:38.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.381 | +functions-common:run_phase:1858 local exceptions=80-tempest.sh +2025-01-14 22:34:38.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.388 | +functions-common:run_phase:1859 local extra +2025-01-14 22:34:38.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.395 | ++functions-common:run_phase:1860 basename /opt/stack/devstack/extras.d/80-tempest.sh +2025-01-14 22:34:38.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.403 | +functions-common:run_phase:1860 extra=80-tempest.sh +2025-01-14 22:34:38.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.408 | +functions-common:run_phase:1861 [[ 80-tempest.sh =~ 80-tempest\.sh ]] +2025-01-14 22:34:38.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.415 | +functions-common:run_phase:1865 [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] +2025-01-14 22:34:38.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.422 | +functions-common:run_phase:1865 source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config +2025-01-14 22:34:38.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.429 | ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest +2025-01-14 22:34:38.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.463 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:38.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.469 | ++extras.d/80-tempest.sh:source:4 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:34:38.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.475 | ++extras.d/80-tempest.sh:source:7 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:34:38.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.480 | ++extras.d/80-tempest.sh:source:7 [[ post-config == \i\n\s\t\a\l\l ]] +2025-01-14 22:34:38.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.487 | ++extras.d/80-tempest.sh:source:10 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:34:38.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.493 | ++extras.d/80-tempest.sh:source:10 [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] +2025-01-14 22:34:38.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.499 | ++extras.d/80-tempest.sh:source:12 : +2025-01-14 22:34:38.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.504 | ++extras.d/80-tempest.sh:source:27 [[ stack == \u\n\s\t\a\c\k ]] +2025-01-14 22:34:38.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.511 | ++extras.d/80-tempest.sh:source:32 [[ stack == \c\l\e\a\n ]] +2025-01-14 22:34:38.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.517 | +functions-common:run_phase:1870 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:34:38.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.524 | +functions-common:run_phase:1873 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] +2025-01-14 22:34:38.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.531 | +functions-common:run_phase:1876 run_plugins stack post-config +2025-01-14 22:34:38.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.536 | +functions-common:run_plugins:1835 local mode=stack +2025-01-14 22:34:38.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.543 | +functions-common:run_plugins:1836 local phase=post-config +2025-01-14 22:34:38.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.549 | +functions-common:run_plugins:1838 local plugins= +2025-01-14 22:34:38.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.556 | +functions-common:run_plugins:1839 local plugin +2025-01-14 22:34:38.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.563 | +./stack.sh:main:1279 merge_config_group /opt/stack/devstack/local.conf post-config +2025-01-14 22:34:38.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.569 | +inc/meta-config:merge_config_group:171 local localfile=/opt/stack/devstack/local.conf +2025-01-14 22:34:38.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.577 | +inc/meta-config:merge_config_group:171 shift +2025-01-14 22:34:38.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.584 | +inc/meta-config:merge_config_group:172 local matchgroups=post-config +2025-01-14 22:34:38.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.590 | +inc/meta-config:merge_config_group:174 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:34:38.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.596 | +inc/meta-config:merge_config_group:176 local configfile group +2025-01-14 22:34:38.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.603 | +inc/meta-config:merge_config_group:177 for group in $matchgroups +2025-01-14 22:34:38.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.610 | ++inc/meta-config:merge_config_group:178 get_meta_section_files /opt/stack/devstack/local.conf post-config +2025-01-14 22:34:38.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.616 | ++inc/meta-config:get_meta_section_files:63 local file=/opt/stack/devstack/local.conf +2025-01-14 22:34:38.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.623 | ++inc/meta-config:get_meta_section_files:64 local matchgroup=post-config +2025-01-14 22:34:38.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.629 | ++inc/meta-config:get_meta_section_files:66 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:34:38.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.636 | ++inc/meta-config:get_meta_section_files:68 awk -v matchgroup=post-config ' +2025-01-14 22:34:38.636 | /^\[\[.+\|.*\]\]/ { +2025-01-14 22:34:38.636 | gsub("[][]", "", $1); +2025-01-14 22:34:38.636 | split($1, a, "|"); +2025-01-14 22:34:38.636 | if (a[1] == matchgroup) +2025-01-14 22:34:38.636 | print a[2] +2025-01-14 22:34:38.636 | } +2025-01-14 22:34:38.636 | ' /opt/stack/devstack/local.conf +2025-01-14 22:34:38.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.645 | +inc/meta-config:merge_config_group:178 for configfile in $(get_meta_section_files $localfile $group) +2025-01-14 22:34:38.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.651 | +inc/meta-config:merge_config_group:179 local realconfigfile +2025-01-14 22:34:38.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.659 | +inc/meta-config:merge_config_group:180 local dir +2025-01-14 22:34:38.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.666 | ++inc/meta-config:merge_config_group:182 eval 'echo \$NOVA_CONF' +2025-01-14 22:34:38.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.673 | +++inc/meta-config:merge_config_group:182 echo '$NOVA_CONF' +2025-01-14 22:34:38.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.679 | +inc/meta-config:merge_config_group:182 realconfigfile='$NOVA_CONF' +2025-01-14 22:34:38.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.685 | +inc/meta-config:merge_config_group:183 [[ -z $NOVA_CONF ]] +2025-01-14 22:34:38.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.692 | ++inc/meta-config:merge_config_group:187 dirname '$NOVA_CONF' +2025-01-14 22:34:38.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.700 | +inc/meta-config:merge_config_group:187 dir=. +2025-01-14 22:34:38.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.707 | +inc/meta-config:merge_config_group:188 [[ -d . ]] +2025-01-14 22:34:38.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.713 | +inc/meta-config:merge_config_group:189 merge_config_file /opt/stack/devstack/local.conf post-config '\$NOVA_CONF' +2025-01-14 22:34:38.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.719 | +inc/meta-config:merge_config_file:83 local file=/opt/stack/devstack/local.conf +2025-01-14 22:34:38.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.725 | +inc/meta-config:merge_config_file:84 local matchgroup=post-config +2025-01-14 22:34:38.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.733 | +inc/meta-config:merge_config_file:85 local 'configfile=\$NOVA_CONF' +2025-01-14 22:34:38.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.739 | +inc/meta-config:merge_config_file:90 local real_configfile +2025-01-14 22:34:38.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.746 | ++inc/meta-config:merge_config_file:91 eval echo '\$NOVA_CONF' +2025-01-14 22:34:38.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.753 | +++inc/meta-config:merge_config_file:91 echo '$NOVA_CONF' +2025-01-14 22:34:38.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.759 | +inc/meta-config:merge_config_file:91 real_configfile='$NOVA_CONF' +2025-01-14 22:34:38.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.766 | +inc/meta-config:merge_config_file:92 '[' '!' -f '$NOVA_CONF' ']' +2025-01-14 22:34:38.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.772 | +inc/meta-config:merge_config_file:93 touch '$NOVA_CONF' +2025-01-14 22:34:38.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.780 | +inc/meta-config:merge_config_file:96 get_meta_section /opt/stack/devstack/local.conf post-config '\$NOVA_CONF' +2025-01-14 22:34:38.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.781 | +inc/meta-config:merge_config_file:97 awk -v 'configfile=\$NOVA_CONF' ' +2025-01-14 22:34:38.781 | BEGIN { +2025-01-14 22:34:38.781 | section = "" +2025-01-14 22:34:38.782 | last_section = "" +2025-01-14 22:34:38.782 | section_count = 0 +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | /^\[.+\]/ { +2025-01-14 22:34:38.782 | gsub("[][]", "", $1); +2025-01-14 22:34:38.782 | section=$1 +2025-01-14 22:34:38.782 | next +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | /^ *\#/ { +2025-01-14 22:34:38.782 | next +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | /^[^ \t]+/ { +2025-01-14 22:34:38.782 | # get offset of first = in $0 +2025-01-14 22:34:38.782 | eq_idx = index($0, "=") +2025-01-14 22:34:38.782 | # extract attr & value from $0 +2025-01-14 22:34:38.782 | attr = substr($0, 1, eq_idx - 1) +2025-01-14 22:34:38.782 | value = substr($0, eq_idx + 1) +2025-01-14 22:34:38.782 | # only need to strip trailing whitespace from attr +2025-01-14 22:34:38.782 | sub(/[ \t]*$/, "", attr) +2025-01-14 22:34:38.782 | # need to strip leading & trailing whitespace from value +2025-01-14 22:34:38.782 | sub(/^[ \t]*/, "", value) +2025-01-14 22:34:38.782 | sub(/[ \t]*$/, "", value) +2025-01-14 22:34:38.782 | +2025-01-14 22:34:38.782 | # cfg_attr_count: number of config lines per [section, attr] +2025-01-14 22:34:38.782 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] +2025-01-14 22:34:38.782 | # cfg_section: keep the section names in the same order as they appear in local.conf +2025-01-14 22:34:38.782 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf +2025-01-14 22:34:38.782 | if (! (section, attr) in cfg_attr_count) { +2025-01-14 22:34:38.782 | if (section != last_section) { +2025-01-14 22:34:38.782 | cfg_section[section_count++] = section +2025-01-14 22:34:38.782 | last_section = section +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | attr_count = cfg_sec_attr_count[section_count - 1]++ +2025-01-14 22:34:38.782 | cfg_sec_attr_name[section_count - 1, attr_count] = attr +2025-01-14 22:34:38.782 | +2025-01-14 22:34:38.782 | cfg_attr[section, attr, 0] = value +2025-01-14 22:34:38.782 | cfg_attr_count[section, attr] = 1 +2025-01-14 22:34:38.782 | } else { +2025-01-14 22:34:38.782 | lno = cfg_attr_count[section, attr]++ +2025-01-14 22:34:38.782 | cfg_attr[section, attr, lno] = value +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | END { +2025-01-14 22:34:38.782 | # Process each section in order +2025-01-14 22:34:38.782 | for (sno = 0; sno < section_count; sno++) { +2025-01-14 22:34:38.782 | section = cfg_section[sno] +2025-01-14 22:34:38.782 | # The ini routines simply append a config item immediately +2025-01-14 22:34:38.782 | # after the section header. To keep the same order as defined +2025-01-14 22:34:38.782 | # in local.conf, invoke the ini routines in the reverse order +2025-01-14 22:34:38.782 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { +2025-01-14 22:34:38.782 | attr = cfg_sec_attr_name[sno, attr_no] +2025-01-14 22:34:38.782 | if (cfg_attr_count[section, attr] == 1) +2025-01-14 22:34:38.782 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" +2025-01-14 22:34:38.782 | else { +2025-01-14 22:34:38.782 | # For multiline, invoke the ini routines in the reverse order +2025-01-14 22:34:38.782 | count = cfg_attr_count[section, attr] +2025-01-14 22:34:38.782 | print "inidelete " configfile " " section " " attr +2025-01-14 22:34:38.782 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" +2025-01-14 22:34:38.782 | for (l = count -2; l >= 0; l--) +2025-01-14 22:34:38.782 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.782 | } +2025-01-14 22:34:38.783 | } +2025-01-14 22:34:38.783 | ' +2025-01-14 22:34:38.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.783 | +inc/meta-config:merge_config_file:164 read a +2025-01-14 22:34:38.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.783 | awk: warning: escape sequence `\$' treated as plain `$' +2025-01-14 22:34:38.783 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator +2025-01-14 22:34:38.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.786 | +inc/meta-config:get_meta_section:33 local file=/opt/stack/devstack/local.conf +2025-01-14 22:34:38.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.792 | +inc/meta-config:get_meta_section:34 local matchgroup=post-config +2025-01-14 22:34:38.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.798 | +inc/meta-config:get_meta_section:35 local 'configfile=\$NOVA_CONF' +2025-01-14 22:34:38.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.804 | +inc/meta-config:get_meta_section:37 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:34:38.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.810 | +inc/meta-config:get_meta_section:38 [[ -z \$NOVA_CONF ]] +2025-01-14 22:34:38.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.816 | +inc/meta-config:get_meta_section:40 awk -v matchgroup=post-config -v 'configfile=\$NOVA_CONF' ' +2025-01-14 22:34:38.816 | BEGIN { group = "" } +2025-01-14 22:34:38.816 | /^\[\[.+\|.*\]\]/ { +2025-01-14 22:34:38.816 | gsub("[][]", "", $1); +2025-01-14 22:34:38.816 | split($1, a, "|"); +2025-01-14 22:34:38.816 | if (a[1] == matchgroup && a[2] == configfile) { +2025-01-14 22:34:38.816 | group=a[1] +2025-01-14 22:34:38.816 | } else { +2025-01-14 22:34:38.816 | group="" +2025-01-14 22:34:38.816 | } +2025-01-14 22:34:38.816 | next +2025-01-14 22:34:38.816 | } +2025-01-14 22:34:38.816 | { +2025-01-14 22:34:38.816 | if (group != "") +2025-01-14 22:34:38.816 | print $0 +2025-01-14 22:34:38.816 | } +2025-01-14 22:34:38.816 | ' /opt/stack/devstack/local.conf +2025-01-14 22:34:38.818 | awk: warning: escape sequence `\$' treated as plain `$' +2025-01-14 22:34:38.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.826 | +./stack.sh:main:1288 is_service_enabled swift +2025-01-14 22:34:38.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.859 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:34:38.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.867 | +./stack.sh:main:1296 FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec +2025-01-14 22:34:38.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.873 | +./stack.sh:main:1297 is_service_enabled cinder +2025-01-14 22:34:38.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.908 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:38.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.914 | +./stack.sh:main:1298 iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec +2025-01-14 22:34:38.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.962 | +./stack.sh:main:1301 async_wait configure_neutron_nova +2025-01-14 22:34:38.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:38.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.018 | [3421 Async configure_neutron_nova:82482]: Waiting for completion of configure_neutron_nova running on PID 82482 (2 other jobs running) +2025-01-14 22:34:39.038 | [3421 Async configure_neutron_nova:82482]: Signaling child to exit +2025-01-14 22:34:39.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.855 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:34:39.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.896 | [82482 Async configure_neutron_nova:82482]: finished successfully +2025-01-14 22:34:39.925 | WAKEUP +2025-01-14 22:34:39.950 | [3421 Async configure_neutron_nova:82482]: Signaled +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | +lib/neutron:configure_neutron_nova:475 create_nova_conf_neutron /etc/nova/nova.conf +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | +lib/neutron:create_nova_conf_neutron:486 local conf=/etc/nova/nova.conf +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | +lib/neutron:create_nova_conf_neutron:487 iniset /etc/nova/nova.conf neutron auth_type password +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | +lib/neutron:create_nova_conf_neutron:488 iniset /etc/nova/nova.conf neutron auth_url http://10.201.9.223/identity +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | +lib/neutron:create_nova_conf_neutron:489 iniset /etc/nova/nova.conf neutron username nova +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | +lib/neutron:create_nova_conf_neutron:490 iniset /etc/nova/nova.conf neutron password ****** +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | +lib/neutron:create_nova_conf_neutron:491 iniset /etc/nova/nova.conf neutron user_domain_name Default +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | +lib/neutron:create_nova_conf_neutron:492 iniset /etc/nova/nova.conf neutron project_name service +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | +lib/neutron:create_nova_conf_neutron:493 iniset /etc/nova/nova.conf neutron project_domain_name Default +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | +lib/neutron:create_nova_conf_neutron:494 iniset /etc/nova/nova.conf neutron auth_strategy keystone +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | +lib/neutron:create_nova_conf_neutron:495 iniset /etc/nova/nova.conf neutron region_name RegionOne +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | +lib/neutron:create_nova_conf_neutron:498 neutron_plugin_create_nova_conf /etc/nova/nova.conf +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 _neutron_ovs_base_configure_nova_vif_driver +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | +lib/neutron:create_nova_conf_neutron:500 is_service_enabled q-meta neutron-metadata-agent +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | +lib/neutron:create_nova_conf_neutron:504 iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | +lib/neutron:create_nova_conf_neutron:505 iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | +lib/neutron:configure_neutron_nova:476 [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | ++lib/neutron:configure_neutron_nova:477 seq 1 1 +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | +lib/neutron:configure_neutron_nova:477 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | +lib/neutron:configure_neutron_nova:478 local conf +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | ++lib/neutron:configure_neutron_nova:479 conductor_conf 1 +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | ++lib/nova:conductor_conf:847 local cell=1 +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | ++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | +lib/neutron:configure_neutron_nova:479 conf=/etc/nova/nova_cell1.conf +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | +lib/neutron:configure_neutron_nova:480 create_nova_conf_neutron /etc/nova/nova_cell1.conf +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | +lib/neutron:create_nova_conf_neutron:486 local conf=/etc/nova/nova_cell1.conf +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | +lib/neutron:create_nova_conf_neutron:487 iniset /etc/nova/nova_cell1.conf neutron auth_type password +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | +lib/neutron:create_nova_conf_neutron:488 iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.201.9.223/identity +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | +lib/neutron:create_nova_conf_neutron:489 iniset /etc/nova/nova_cell1.conf neutron username nova +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | +lib/neutron:create_nova_conf_neutron:490 iniset /etc/nova/nova_cell1.conf neutron password ****** +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | +lib/neutron:create_nova_conf_neutron:491 iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | +lib/neutron:create_nova_conf_neutron:492 iniset /etc/nova/nova_cell1.conf neutron project_name service +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | +lib/neutron:create_nova_conf_neutron:493 iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | +lib/neutron:create_nova_conf_neutron:494 iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | +lib/neutron:create_nova_conf_neutron:495 iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | +lib/neutron:create_nova_conf_neutron:498 neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 _neutron_ovs_base_configure_nova_vif_driver +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | +lib/neutron:create_nova_conf_neutron:500 is_service_enabled q-meta neutron-metadata-agent +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | +lib/neutron:create_nova_conf_neutron:504 iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | +lib/neutron:create_nova_conf_neutron:505 iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:39.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.018 | [3421 Async configure_neutron_nova:82482]: finished configure_neutron_nova with result 0 in 1 seconds +2025-01-14 22:34:40.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.030 | +inc/async:async_wait:197 return 0 +2025-01-14 22:34:40.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.042 | +./stack.sh:main:1307 is_service_enabled nova +2025-01-14 22:34:40.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.096 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:40.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.106 | +./stack.sh:main:1308 iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec +2025-01-14 22:34:40.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.192 | +./stack.sh:main:1309 iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec +2025-01-14 22:34:40.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.275 | +./stack.sh:main:1313 is_service_enabled n-api +2025-01-14 22:34:40.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.329 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:40.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.338 | +./stack.sh:main:1314 echo_summary 'Starting Nova API' +2025-01-14 22:34:40.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.348 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:34:40.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.359 | +./stack.sh:echo_summary:474 echo -e Starting Nova API +2025-01-14 22:34:40.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.370 | +./stack.sh:main:1315 start_nova_api +2025-01-14 22:34:40.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.382 | +lib/nova:start_nova_api:988 local service_port=8774 +2025-01-14 22:34:40.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.396 | +lib/nova:start_nova_api:989 local service_protocol=http +2025-01-14 22:34:40.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.408 | +lib/nova:start_nova_api:990 local nova_url +2025-01-14 22:34:40.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.422 | +lib/nova:start_nova_api:991 is_service_enabled tls-proxy +2025-01-14 22:34:40.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.481 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:34:40.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.491 | +lib/nova:start_nova_api:997 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:34:40.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.504 | +lib/nova:start_nova_api:998 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:34:40.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.515 | +lib/nova:start_nova_api:998 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:34:40.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.530 | ++lib/nova:start_nova_api:1000 which uwsgi +2025-01-14 22:34:40.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.547 | +lib/nova:start_nova_api:1000 run_process n-api '/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' +2025-01-14 22:34:40.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.561 | +functions-common:run_process:1675 local service=n-api +2025-01-14 22:34:40.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.574 | +functions-common:run_process:1676 local 'command=/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' +2025-01-14 22:34:40.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.589 | +functions-common:run_process:1677 local group= +2025-01-14 22:34:40.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.603 | +functions-common:run_process:1678 local user= +2025-01-14 22:34:40.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.616 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:34:40.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.628 | +functions-common:run_process:1681 local name=n-api +2025-01-14 22:34:40.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.641 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:34:40.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.655 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:34:40.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.667 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:34:40.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.679 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:34:40.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.694 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:34:40.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.712 | +functions-common:time_start:2412 _TIME_START[$name]=1736894080696 +2025-01-14 22:34:40.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.725 | +functions-common:run_process:1684 is_service_enabled n-api +2025-01-14 22:34:40.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.746 | tput: No value for $TERM and no -T specifiedtput: +2025-01-14 22:34:40.746 | No value for $TERM and no -T specified +2025-01-14 22:34:40.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.787 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:40.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.799 | +functions-common:run_process:1685 _run_under_systemd n-api '/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' +2025-01-14 22:34:40.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.809 | +functions-common:_run_under_systemd:1632 local service=n-api +2025-01-14 22:34:40.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.820 | +functions-common:_run_under_systemd:1633 local 'command=/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' +2025-01-14 22:34:40.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.832 | +functions-common:_run_under_systemd:1634 local 'cmd=/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' +2025-01-14 22:34:40.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.843 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' +2025-01-14 22:34:40.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.854 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' +2025-01-14 22:34:40.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.867 | +functions-common:_common_systemd_pitfalls:1607 [[ /bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] +2025-01-14 22:34:40.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.877 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] +2025-01-14 22:34:40.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.888 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@n-api.service +2025-01-14 22:34:40.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.901 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:34:40.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.914 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:34:40.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.928 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:34:40.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.940 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:34:40.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.954 | +functions-common:_run_under_systemd:1645 [[ /bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] +2025-01-14 22:34:40.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.968 | +functions-common:_run_under_systemd:1646 [[ True == \T\r\u\e ]] +2025-01-14 22:34:40.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.981 | +functions-common:_run_under_systemd:1647 cmd='/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:34:40.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:40.996 | +functions-common:_run_under_systemd:1649 write_uwsgi_user_unit_file devstack@n-api.service '/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' ubuntu '' +2025-01-14 22:34:41.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.010 | +functions-common:write_uwsgi_user_unit_file:1571 local service=devstack@n-api.service +2025-01-14 22:34:41.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.024 | +functions-common:write_uwsgi_user_unit_file:1572 local 'command=/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:34:41.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.035 | +functions-common:write_uwsgi_user_unit_file:1573 local group= +2025-01-14 22:34:41.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.050 | +functions-common:write_uwsgi_user_unit_file:1574 local user=ubuntu +2025-01-14 22:34:41.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.064 | +functions-common:write_uwsgi_user_unit_file:1575 local env_vars= +2025-01-14 22:34:41.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.076 | +functions-common:write_uwsgi_user_unit_file:1576 local unitfile=/etc/systemd/system/devstack@n-api.service +2025-01-14 22:34:41.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.089 | +functions-common:write_uwsgi_user_unit_file:1577 mkdir -p /etc/systemd/system +2025-01-14 22:34:41.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.103 | +functions-common:write_uwsgi_user_unit_file:1579 iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' +2025-01-14 22:34:41.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.227 | +functions-common:write_uwsgi_user_unit_file:1580 iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:34:41.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.309 | +functions-common:write_uwsgi_user_unit_file:1581 iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service +2025-01-14 22:34:41.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.384 | +functions-common:write_uwsgi_user_unit_file:1582 iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu +2025-01-14 22:34:41.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.459 | +functions-common:write_uwsgi_user_unit_file:1583 iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:34:41.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.537 | +functions-common:write_uwsgi_user_unit_file:1584 iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:34:41.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.548 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.548 | No value for $TERM and no -T specified +2025-01-14 22:34:41.553 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.553 | No value for $TERM and no -T specified +2025-01-14 22:34:41.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.610 | +functions-common:write_uwsgi_user_unit_file:1585 iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify +2025-01-14 22:34:41.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.622 | tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified +2025-01-14 22:34:41.622 | +2025-01-14 22:34:41.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.685 | +functions-common:write_uwsgi_user_unit_file:1586 iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process +2025-01-14 22:34:41.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.764 | +functions-common:write_uwsgi_user_unit_file:1587 iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always +2025-01-14 22:34:41.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.857 | +functions-common:write_uwsgi_user_unit_file:1588 iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all +2025-01-14 22:34:41.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.935 | +functions-common:write_uwsgi_user_unit_file:1589 iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 +2025-01-14 22:34:41.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:41.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.011 | +functions-common:write_uwsgi_user_unit_file:1591 [[ -n '' ]] +2025-01-14 22:34:42.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.018 | +functions-common:write_uwsgi_user_unit_file:1594 [[ -n '' ]] +2025-01-14 22:34:42.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.024 | +functions-common:write_uwsgi_user_unit_file:1597 iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target +2025-01-14 22:34:42.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.040 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.040 | No value for $TERM and no -T specified +2025-01-14 22:34:42.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.113 | +functions-common:write_uwsgi_user_unit_file:1600 sudo systemctl daemon-reload +2025-01-14 22:34:42.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.436 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@n-api.service +2025-01-14 22:34:42.446 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. +2025-01-14 22:34:42.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.748 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@n-api.service +2025-01-14 22:34:42.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.806 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:34:42.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.813 | +functions-common:time_stop:2421 local name +2025-01-14 22:34:42.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.818 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:34:42.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.822 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:34:42.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.828 | +functions-common:time_stop:2424 local total +2025-01-14 22:34:42.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.833 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:34:42.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.838 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:34:42.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.843 | +functions-common:time_stop:2428 start_time=1736894080696 +2025-01-14 22:34:42.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.848 | +functions-common:time_stop:2430 [[ -z 1736894080696 ]] +2025-01-14 22:34:42.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.855 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:34:42.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.862 | +functions-common:time_stop:2433 end_time=1736894082855 +2025-01-14 22:34:42.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.868 | +functions-common:time_stop:2434 elapsed_time=2159 +2025-01-14 22:34:42.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.873 | +functions-common:time_stop:2435 total=4236 +2025-01-14 22:34:42.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.878 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:34:42.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.883 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=6395 +2025-01-14 22:34:42.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.888 | +lib/nova:start_nova_api:1001 nova_url=http://10.201.9.223/compute/v2.1/ +2025-01-14 22:34:42.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.894 | +lib/nova:start_nova_api:1003 echo 'Waiting for nova-api to start...' +2025-01-14 22:34:42.894 | Waiting for nova-api to start... +2025-01-14 22:34:42.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.899 | +lib/nova:start_nova_api:1004 wait_for_service 60 http://10.201.9.223/compute/v2.1/ +2025-01-14 22:34:42.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.904 | +functions:wait_for_service:468 local timeout=60 +2025-01-14 22:34:42.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.910 | +functions:wait_for_service:469 local url=http://10.201.9.223/compute/v2.1/ +2025-01-14 22:34:42.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.915 | +functions:wait_for_service:470 local rval=0 +2025-01-14 22:34:42.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.920 | +functions:wait_for_service:471 time_start wait_for_service +2025-01-14 22:34:42.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.926 | +functions-common:time_start:2407 local name=wait_for_service +2025-01-14 22:34:42.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.931 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:34:42.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.936 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:34:42.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.942 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:34:42.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.949 | +functions-common:time_start:2412 _TIME_START[$name]=1736894082943 +2025-01-14 22:34:42.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.954 | +functions:wait_for_service:472 timeout 60 bash -x +2025-01-14 22:34:42.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:42.959 | ++:: curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.201.9.223/compute/v2.1/ +2025-01-14 22:34:45.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.680 | +:: [[ 200 == 503 ]] +2025-01-14 22:34:45.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.687 | +:: [[ 0 -eq 7 ]] +2025-01-14 22:34:45.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.698 | +functions:wait_for_service:477 time_stop wait_for_service +2025-01-14 22:34:45.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.705 | +functions-common:time_stop:2421 local name +2025-01-14 22:34:45.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.712 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:34:45.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.722 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:34:45.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.730 | +functions-common:time_stop:2424 local total +2025-01-14 22:34:45.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.741 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:34:45.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.753 | +functions-common:time_stop:2427 name=wait_for_service +2025-01-14 22:34:45.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.765 | +functions-common:time_stop:2428 start_time=1736894082943 +2025-01-14 22:34:45.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.781 | +functions-common:time_stop:2430 [[ -z 1736894082943 ]] +2025-01-14 22:34:45.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.797 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:34:45.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.814 | +functions-common:time_stop:2433 end_time=1736894085800 +2025-01-14 22:34:45.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.830 | +functions-common:time_stop:2434 elapsed_time=2857 +2025-01-14 22:34:45.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.844 | +functions-common:time_stop:2435 total=2093 +2025-01-14 22:34:45.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.857 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:34:45.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.869 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=4950 +2025-01-14 22:34:45.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.879 | +functions:wait_for_service:478 return 0 +2025-01-14 22:34:45.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.888 | +lib/nova:start_nova_api:1008 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:34:45.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.899 | +lib/nova:start_nova_api:1008 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:34:45.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.912 | +./stack.sh:main:1318 is_service_enabled ovn-controller ovn-controller-vtep +2025-01-14 22:34:45.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.964 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:45.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.974 | +./stack.sh:main:1319 echo_summary 'Starting OVN services' +2025-01-14 22:34:45.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.984 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:34:45.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:45.995 | +./stack.sh:echo_summary:474 echo -e Starting OVN services +2025-01-14 22:34:45.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.006 | +./stack.sh:main:1320 start_ovn_services +2025-01-14 22:34:46.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.019 | +lib/neutron:start_ovn_services:616 [[ ovn == \o\v\n ]] +2025-01-14 22:34:46.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.032 | +lib/neutron:start_ovn_services:617 '[' libvirt '!=' ironic ']' +2025-01-14 22:34:46.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.043 | +lib/neutron:start_ovn_services:623 init_ovn +2025-01-14 22:34:46.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.055 | +lib/neutron_plugins/ovn_agent:init_ovn:615 _disable_libvirt_apparmor +2025-01-14 22:34:46.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.068 | +lib/neutron_plugins/ovn_agent:_disable_libvirt_apparmor:302 sudo aa-status --enabled +2025-01-14 22:34:46.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.094 | +lib/neutron_plugins/ovn_agent:_disable_libvirt_apparmor:308 install_package apparmor-utils +2025-01-14 22:34:46.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.107 | +functions-common:install_package:1442 update_package_repo +2025-01-14 22:34:46.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.117 | +functions-common:update_package_repo:1416 NO_UPDATE_REPOS=False +2025-01-14 22:34:46.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.128 | +functions-common:update_package_repo:1417 REPOS_UPDATED=True +2025-01-14 22:34:46.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.139 | +functions-common:update_package_repo:1418 RETRY_UPDATE=False +2025-01-14 22:34:46.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.153 | +functions-common:update_package_repo:1420 [[ False = \T\r\u\e ]] +2025-01-14 22:34:46.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.165 | +functions-common:update_package_repo:1424 is_ubuntu +2025-01-14 22:34:46.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.176 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:34:46.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.187 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:34:46.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.198 | +functions-common:update_package_repo:1425 apt_get_update +2025-01-14 22:34:46.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.211 | +functions-common:apt_get_update:1170 [[ True == \T\r\u\e ]] +2025-01-14 22:34:46.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.224 | +functions-common:apt_get_update:1170 [[ False != \T\r\u\e ]] +2025-01-14 22:34:46.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.239 | +functions-common:apt_get_update:1171 return +2025-01-14 22:34:46.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.251 | +functions-common:install_package:1443 real_install_package apparmor-utils +2025-01-14 22:34:46.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.267 | +functions-common:real_install_package:1430 is_ubuntu +2025-01-14 22:34:46.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.283 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:34:46.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.297 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:34:46.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.312 | +functions-common:real_install_package:1431 apt_get install apparmor-utils +2025-01-14 22:34:46.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:46.384 | +functions-common:apt_get:1211 sudo DEBIAN_FRONTEND=noninteractive http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get --option Dpkg::Options::=--force-confold --assume-yes install apparmor-utils +2025-01-14 22:34:46.457 | Reading package lists... +2025-01-14 22:34:46.634 | Building dependency tree... +2025-01-14 22:34:46.635 | Reading state information... +2025-01-14 22:34:46.822 | The following packages were automatically installed and are no longer required: +2025-01-14 22:34:46.823 | apport-symptoms landscape-common libmspack0 libxmlsec1 libxmlsec1-openssl +2025-01-14 22:34:46.823 | lxd-agent-loader open-vm-tools python3-apport python3-automat python3-bcrypt +2025-01-14 22:34:46.823 | python3-click python3-colorama python3-constantly python3-hamcrest +2025-01-14 22:34:46.823 | python3-hyperlink python3-incremental python3-problem-report python3-pyasn1 +2025-01-14 22:34:46.823 | python3-pyasn1-modules python3-service-identity python3-twisted +2025-01-14 22:34:46.823 | python3-zope.interface zerofree +2025-01-14 22:34:46.823 | Use 'sudo apt autoremove' to remove them. +2025-01-14 22:34:46.825 | The following additional packages will be installed: +2025-01-14 22:34:46.825 | python3-apparmor python3-libapparmor +2025-01-14 22:34:46.825 | Suggested packages: +2025-01-14 22:34:46.825 | vim-addon-manager +2025-01-14 22:34:46.851 | The following NEW packages will be installed: +2025-01-14 22:34:46.852 | apparmor-utils python3-apparmor python3-libapparmor +2025-01-14 22:34:47.742 | 0 upgraded, 3 newly installed, 0 to remove and 72 not upgraded. +2025-01-14 22:34:47.742 | Need to get 170 kB of archives. +2025-01-14 22:34:47.742 | After this operation, 1,186 kB of additional disk space will be used. +2025-01-14 22:34:47.742 | Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-libapparmor amd64 3.0.4-2ubuntu2.4 [29.5 kB] +2025-01-14 22:34:48.388 | Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apparmor all 3.0.4-2ubuntu2.4 [81.1 kB] +2025-01-14 22:34:49.434 | Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apparmor-utils all 3.0.4-2ubuntu2.4 [59.5 kB] +2025-01-14 22:34:50.405 | Fetched 170 kB in 3s (53.6 kB/s) +2025-01-14 22:34:50.444 | Selecting previously unselected package python3-libapparmor. +2025-01-14 22:34:50.485 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 71002 files and directories currently installed.) +2025-01-14 22:34:50.487 | Preparing to unpack .../python3-libapparmor_3.0.4-2ubuntu2.4_amd64.deb ... +2025-01-14 22:34:50.488 | Unpacking python3-libapparmor (3.0.4-2ubuntu2.4) ... +2025-01-14 22:34:50.523 | Selecting previously unselected package python3-apparmor. +2025-01-14 22:34:50.529 | Preparing to unpack .../python3-apparmor_3.0.4-2ubuntu2.4_all.deb ... +2025-01-14 22:34:50.533 | Unpacking python3-apparmor (3.0.4-2ubuntu2.4) ... +2025-01-14 22:34:50.577 | Selecting previously unselected package apparmor-utils. +2025-01-14 22:34:50.584 | Preparing to unpack .../apparmor-utils_3.0.4-2ubuntu2.4_all.deb ... +2025-01-14 22:34:50.586 | Unpacking apparmor-utils (3.0.4-2ubuntu2.4) ... +2025-01-14 22:34:50.644 | Setting up python3-libapparmor (3.0.4-2ubuntu2.4) ... +2025-01-14 22:34:50.812 | Setting up python3-apparmor (3.0.4-2ubuntu2.4) ... +2025-01-14 22:34:51.017 | Setting up apparmor-utils (3.0.4-2ubuntu2.4) ... +2025-01-14 22:34:51.033 | Processing triggers for man-db (2.10.2-1) ... +2025-01-14 22:34:51.471 | NEEDRESTART-VER: 3.5 +2025-01-14 22:34:52.156 | NEEDRESTART-KCUR: 5.15.0-107-generic +2025-01-14 22:34:52.157 | NEEDRESTART-KEXP: 5.15.0-107-generic +2025-01-14 22:34:52.157 | NEEDRESTART-KSTA: 1 +2025-01-14 22:34:52.157 | NEEDRESTART-SVC: dbus.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: networkd-dispatcher.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: packagekit.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: polkit.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: systemd-logind.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: systemd-manager +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: systemd-networkd.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: systemd-resolved.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: systemd-timesyncd.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: systemd-udevd.service +2025-01-14 22:34:52.158 | NEEDRESTART-SVC: unattended-upgrades.service +2025-01-14 22:34:52.159 | NEEDRESTART-SVC: user@1000.service +2025-01-14 22:34:54.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.767 | +functions-common:apt_get:1215 result=0 +2025-01-14 22:34:54.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.777 | +functions-common:apt_get:1218 time_stop apt-get +2025-01-14 22:34:54.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.786 | +functions-common:time_stop:2421 local name +2025-01-14 22:34:54.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.799 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:34:54.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.810 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:34:54.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.821 | +functions-common:time_stop:2424 local total +2025-01-14 22:34:54.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.833 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:34:54.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.843 | +functions-common:time_stop:2427 name=apt-get +2025-01-14 22:34:54.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.854 | +functions-common:time_stop:2428 start_time=1736894086374 +2025-01-14 22:34:54.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.867 | +functions-common:time_stop:2430 [[ -z 1736894086374 ]] +2025-01-14 22:34:54.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.877 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:34:54.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.889 | +functions-common:time_stop:2433 end_time=1736894094878 +2025-01-14 22:34:54.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.898 | +functions-common:time_stop:2434 elapsed_time=8504 +2025-01-14 22:34:54.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.909 | +functions-common:time_stop:2435 total=363212 +2025-01-14 22:34:54.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.920 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:34:54.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.932 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=371716 +2025-01-14 22:34:54.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.943 | +functions-common:apt_get:1219 return 0 +2025-01-14 22:34:54.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:54.958 | +lib/neutron_plugins/ovn_agent:_disable_libvirt_apparmor:310 sudo aa-complain /etc/apparmor.d/usr.sbin.libvirtd +2025-01-14 22:34:55.279 | Setting /etc/apparmor.d/usr.sbin.libvirtd to complain mode. +2025-01-14 22:34:55.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.320 | +lib/neutron_plugins/ovn_agent:init_ovn:616 local 'mkdir_cmd=mkdir -p /var/lib/ovn' +2025-01-14 22:34:55.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.334 | +lib/neutron_plugins/ovn_agent:init_ovn:618 [[ False == \F\a\l\s\e ]] +2025-01-14 22:34:55.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.349 | +lib/neutron_plugins/ovn_agent:init_ovn:619 mkdir_cmd='sudo mkdir -p /var/lib/ovn' +2025-01-14 22:34:55.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.365 | +lib/neutron_plugins/ovn_agent:init_ovn:622 sudo mkdir -p /var/lib/ovn +2025-01-14 22:34:55.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.389 | +lib/neutron_plugins/ovn_agent:init_ovn:623 mkdir -p /opt/stack/data/ovs +2025-01-14 22:34:55.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.404 | +lib/neutron_plugins/ovn_agent:init_ovn:625 rm -f '/opt/stack/data/ovs/*.db' +2025-01-14 22:34:55.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.416 | +lib/neutron_plugins/ovn_agent:init_ovn:626 rm -f '/opt/stack/data/ovs/.*.db.~lock~' +2025-01-14 22:34:55.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.430 | +lib/neutron_plugins/ovn_agent:init_ovn:627 sudo rm -f /var/lib/ovn/ovnnb_db.db /var/lib/ovn/ovnsb_db.db +2025-01-14 22:34:55.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.464 | +lib/neutron_plugins/ovn_agent:init_ovn:628 sudo rm -f /var/lib/ovn/.ovnnb_db.db.~lock~ /var/lib/ovn/.ovnsb_db.db.~lock~ +2025-01-14 22:34:55.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.489 | +lib/neutron_plugins/ovn_agent:init_ovn:629 sudo rm -f /var/run/ovn/ovnnb_db.sock /var/run/ovn/ovnsb_db.sock +2025-01-14 22:34:55.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.514 | +lib/neutron:start_ovn_services:624 start_ovn +2025-01-14 22:34:55.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.523 | +lib/neutron_plugins/ovn_agent:start_ovn:733 echo 'Starting OVN' +2025-01-14 22:34:55.523 | Starting OVN +2025-01-14 22:34:55.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.532 | +lib/neutron_plugins/ovn_agent:start_ovn:735 _start_ovs +2025-01-14 22:34:55.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.542 | +lib/neutron_plugins/ovn_agent:_start_ovs:633 echo 'Starting OVS' +2025-01-14 22:34:55.542 | Starting OVS +2025-01-14 22:34:55.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.550 | +lib/neutron_plugins/ovn_agent:_start_ovs:634 is_service_enabled ovn-controller ovn-controller-vtep ovn-northd +2025-01-14 22:34:55.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.604 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:34:55.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.615 | +lib/neutron_plugins/ovn_agent:_start_ovs:636 enable_service ovsdb-server +2025-01-14 22:34:55.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.698 | +lib/neutron_plugins/ovn_agent:_start_ovs:637 enable_service ovs-vswitchd +2025-01-14 22:34:55.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.793 | +lib/neutron_plugins/ovn_agent:_start_ovs:639 [[ False == \T\r\u\e ]] +2025-01-14 22:34:55.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.808 | +lib/neutron_plugins/ovn_agent:_start_ovs:663 _start_process ovsdb-server.service +2025-01-14 22:34:55.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:55.821 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:34:56.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:56.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:56.134 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovsdb-server.service +2025-01-14 22:34:56.389 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, +2025-01-14 22:34:56.391 | Alias= settings in the [Install] section, and DefaultInstance= for template +2025-01-14 22:34:56.391 | units). This means they are not meant to be enabled using systemctl. +2025-01-14 22:34:56.391 | +2025-01-14 22:34:56.391 | Possible reasons for having this kind of units are: +2025-01-14 22:34:56.391 | • A unit may be statically enabled by being symlinked from another unit's +2025-01-14 22:34:56.391 | .wants/ or .requires/ directory. +2025-01-14 22:34:56.391 | • A unit's purpose may be to act as a helper for some other unit which has +2025-01-14 22:34:56.391 | a requirement dependency on it. +2025-01-14 22:34:56.391 | • A unit may be started when needed via activation (socket, path, timer, +2025-01-14 22:34:56.391 | D-Bus, udev, scripted systemctl call, ...). +2025-01-14 22:34:56.391 | • In case of template units, the unit is meant to be enabled with some +2025-01-14 22:34:56.391 | instance name specified. +2025-01-14 22:34:56.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:56.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:34:56.403 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovsdb-server.service +2025-01-14 22:35:01.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.055 | +lib/neutron_plugins/ovn_agent:_start_ovs:664 _start_process ovs-vswitchd.service +2025-01-14 22:35:01.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.062 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:01.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.347 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovs-vswitchd.service +2025-01-14 22:35:01.614 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, +2025-01-14 22:35:01.614 | Alias= settings in the [Install] section, and DefaultInstance= for template +2025-01-14 22:35:01.615 | units). This means they are not meant to be enabled using systemctl. +2025-01-14 22:35:01.615 | +2025-01-14 22:35:01.615 | Possible reasons for having this kind of units are: +2025-01-14 22:35:01.615 | • A unit may be statically enabled by being symlinked from another unit's +2025-01-14 22:35:01.615 | .wants/ or .requires/ directory. +2025-01-14 22:35:01.615 | • A unit's purpose may be to act as a helper for some other unit which has +2025-01-14 22:35:01.615 | a requirement dependency on it. +2025-01-14 22:35:01.615 | • A unit may be started when needed via activation (socket, path, timer, +2025-01-14 22:35:01.615 | D-Bus, udev, scripted systemctl call, ...). +2025-01-14 22:35:01.615 | • In case of template units, the unit is meant to be enabled with some +2025-01-14 22:35:01.615 | instance name specified. +2025-01-14 22:35:01.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:01.629 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovs-vswitchd.service +2025-01-14 22:35:02.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.188 | +lib/neutron_plugins/ovn_agent:_start_ovs:667 echo 'Configuring OVSDB' +2025-01-14 22:35:02.188 | Configuring OVSDB +2025-01-14 22:35:02.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.194 | +lib/neutron_plugins/ovn_agent:_start_ovs:668 is_service_enabled tls-proxy +2025-01-14 22:35:02.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.234 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:02.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.241 | +lib/neutron_plugins/ovn_agent:_start_ovs:675 sudo ovs-vsctl --no-wait set-manager ptcp:6640:127.0.0.1 +2025-01-14 22:35:02.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.263 | +lib/neutron_plugins/ovn_agent:_start_ovs:676 sudo ovs-vsctl --no-wait set open_vswitch . system-type=devstack +2025-01-14 22:35:02.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.289 | +lib/neutron_plugins/ovn_agent:_start_ovs:677 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:system-id=cc8c4e13-e896-489d-bf22-fc9b11d9234a +2025-01-14 22:35:02.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.312 | +lib/neutron_plugins/ovn_agent:_start_ovs:678 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:ovn-remote=tcp:10.201.9.223:6642 +2025-01-14 22:35:02.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.330 | +lib/neutron_plugins/ovn_agent:_start_ovs:679 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:ovn-bridge=br-int +2025-01-14 22:35:02.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.351 | +lib/neutron_plugins/ovn_agent:_start_ovs:680 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:ovn-encap-type=geneve +2025-01-14 22:35:02.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.372 | +lib/neutron_plugins/ovn_agent:_start_ovs:681 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:ovn-encap-ip=10.201.9.223 +2025-01-14 22:35:02.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.394 | ++lib/neutron_plugins/ovn_agent:_start_ovs:682 hostname +2025-01-14 22:35:02.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.402 | +lib/neutron_plugins/ovn_agent:_start_ovs:682 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:hostname=ubuntu +2025-01-14 22:35:02.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.421 | +lib/neutron_plugins/ovn_agent:_start_ovs:684 [[ True == \T\r\u\e ]] +2025-01-14 22:35:02.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.428 | +lib/neutron_plugins/ovn_agent:_start_ovs:685 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:ovn-cms-options=enable-chassis-as-gw +2025-01-14 22:35:02.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.456 | +lib/neutron_plugins/ovn_agent:_start_ovs:688 is_provider_network +2025-01-14 22:35:02.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.464 | +functions-common:is_provider_network:2270 '[' '' == True ']' +2025-01-14 22:35:02.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.472 | +functions-common:is_provider_network:2273 return 1 +2025-01-14 22:35:02.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.479 | +lib/neutron_plugins/ovn_agent:_start_ovs:688 [[ True == \T\r\u\e ]] +2025-01-14 22:35:02.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.487 | +lib/neutron_plugins/ovn_agent:_start_ovs:689 ovn_base_setup_bridge br-ex +2025-01-14 22:35:02.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.497 | +lib/neutron_plugins/ovn_agent:ovn_base_setup_bridge:231 local bridge=br-ex +2025-01-14 22:35:02.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.507 | +lib/neutron_plugins/ovn_agent:ovn_base_setup_bridge:232 local 'addbr_cmd=sudo ovs-vsctl --no-wait -- --may-exist add-br br-ex -- set bridge br-ex protocols=OpenFlow13,OpenFlow15' +2025-01-14 22:35:02.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.515 | +lib/neutron_plugins/ovn_agent:ovn_base_setup_bridge:234 '[' system '!=' system ']' +2025-01-14 22:35:02.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.523 | +lib/neutron_plugins/ovn_agent:ovn_base_setup_bridge:238 sudo ovs-vsctl --no-wait -- --may-exist add-br br-ex -- set bridge br-ex protocols=OpenFlow13,OpenFlow15 +2025-01-14 22:35:02.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.555 | +lib/neutron_plugins/ovn_agent:ovn_base_setup_bridge:239 sudo ovs-vsctl --no-wait br-set-external-id br-ex bridge-id br-ex +2025-01-14 22:35:02.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.570 | +lib/neutron_plugins/ovn_agent:_start_ovs:690 sudo ovs-vsctl set open . external-ids:ovn-bridge-mappings=public:br-ex +2025-01-14 22:35:02.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.589 | +lib/neutron_plugins/ovn_agent:_start_ovs:693 is_service_enabled ovn-controller-vtep +2025-01-14 22:35:02.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.620 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:02.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.626 | +lib/neutron_plugins/ovn_agent:start_ovn:737 local SCRIPTDIR=/share/ovn/scripts +2025-01-14 22:35:02.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.635 | +lib/neutron_plugins/ovn_agent:start_ovn:738 use_new_ovn_repository +2025-01-14 22:35:02.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.641 | +lib/neutron_plugins/ovn_agent:use_new_ovn_repository:203 [[ False == \F\a\l\s\e ]] +2025-01-14 22:35:02.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.651 | +lib/neutron_plugins/ovn_agent:use_new_ovn_repository:204 return 0 +2025-01-14 22:35:02.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.659 | +lib/neutron_plugins/ovn_agent:start_ovn:742 is_service_enabled ovn-northd +2025-01-14 22:35:02.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.671 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.671 | No value for $TERM and no -T specified +2025-01-14 22:35:02.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.705 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:02.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.713 | +lib/neutron_plugins/ovn_agent:start_ovn:743 [[ False == \T\r\u\e ]] +2025-01-14 22:35:02.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.721 | +lib/neutron_plugins/ovn_agent:start_ovn:749 _start_process ovn-central.service +2025-01-14 22:35:02.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:02.729 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:03.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.006 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovn-central.service +2025-01-14 22:35:03.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.301 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovn-central.service +2025-01-14 22:35:03.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.336 | +lib/neutron_plugins/ovn_agent:start_ovn:754 wait_for_sock_file /var/run/ovn/ovnnb_db.sock +2025-01-14 22:35:03.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.342 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:192 local count=0 +2025-01-14 22:35:03.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.349 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:193 '[' '!' -S /var/run/ovn/ovnnb_db.sock ']' +2025-01-14 22:35:03.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:03.355 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:194 sleep 1 +2025-01-14 22:35:04.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.373 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:195 count=1 +2025-01-14 22:35:04.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.385 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:196 '[' 1 -gt 40 ']' +2025-01-14 22:35:04.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.397 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:193 '[' '!' -S /var/run/ovn/ovnnb_db.sock ']' +2025-01-14 22:35:04.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.409 | +lib/neutron_plugins/ovn_agent:start_ovn:755 wait_for_sock_file /var/run/ovn/ovnsb_db.sock +2025-01-14 22:35:04.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.423 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:192 local count=0 +2025-01-14 22:35:04.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.437 | +lib/neutron_plugins/ovn_agent:wait_for_sock_file:193 '[' '!' -S /var/run/ovn/ovnsb_db.sock ']' +2025-01-14 22:35:04.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.452 | +lib/neutron_plugins/ovn_agent:start_ovn:756 wait_for_db_file /var/lib/ovn/ovnnb_db.db +2025-01-14 22:35:04.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.465 | +lib/neutron_plugins/ovn_agent:wait_for_db_file:181 local count=0 +2025-01-14 22:35:04.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.478 | +lib/neutron_plugins/ovn_agent:wait_for_db_file:182 '[' '!' -f /var/lib/ovn/ovnnb_db.db ']' +2025-01-14 22:35:04.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.494 | +lib/neutron_plugins/ovn_agent:start_ovn:757 wait_for_db_file /var/lib/ovn/ovnsb_db.db +2025-01-14 22:35:04.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.508 | +lib/neutron_plugins/ovn_agent:wait_for_db_file:181 local count=0 +2025-01-14 22:35:04.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.520 | +lib/neutron_plugins/ovn_agent:wait_for_db_file:182 '[' '!' -f /var/lib/ovn/ovnsb_db.db ']' +2025-01-14 22:35:04.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.533 | +lib/neutron_plugins/ovn_agent:start_ovn:759 is_service_enabled tls-proxy +2025-01-14 22:35:04.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.593 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:04.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.603 | +lib/neutron_plugins/ovn_agent:start_ovn:763 sudo ovn-nbctl --db=unix:/var/run/ovn/ovnnb_db.sock set-connection ptcp:6641:0.0.0.0 -- set connection . inactivity_probe=60000 +2025-01-14 22:35:04.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.637 | +lib/neutron_plugins/ovn_agent:start_ovn:764 sudo ovn-sbctl --db=unix:/var/run/ovn/ovnsb_db.sock set-connection ptcp:6642:0.0.0.0 -- set connection . inactivity_probe=60000 +2025-01-14 22:35:04.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.667 | +lib/neutron_plugins/ovn_agent:start_ovn:765 sudo ovs-appctl -t /var/run/ovn/ovnnb_db.ctl vlog/set console:off syslog:info file:info +2025-01-14 22:35:04.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.689 | +lib/neutron_plugins/ovn_agent:start_ovn:766 sudo ovs-appctl -t /var/run/ovn/ovnsb_db.ctl vlog/set console:off syslog:info file:info +2025-01-14 22:35:04.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.709 | +lib/neutron_plugins/ovn_agent:start_ovn:769 is_service_enabled ovn-controller +2025-01-14 22:35:04.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.753 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:04.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.760 | +lib/neutron_plugins/ovn_agent:start_ovn:770 [[ False == \T\r\u\e ]] +2025-01-14 22:35:04.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.772 | +lib/neutron_plugins/ovn_agent:start_ovn:776 _start_process ovn-controller.service +2025-01-14 22:35:04.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:04.781 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:05.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.099 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovn-controller.service +2025-01-14 22:35:05.366 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, +2025-01-14 22:35:05.366 | Alias= settings in the [Install] section, and DefaultInstance= for template +2025-01-14 22:35:05.367 | units). This means they are not meant to be enabled using systemctl. +2025-01-14 22:35:05.367 | +2025-01-14 22:35:05.367 | Possible reasons for having this kind of units are: +2025-01-14 22:35:05.367 | • A unit may be statically enabled by being symlinked from another unit's +2025-01-14 22:35:05.367 | .wants/ or .requires/ directory. +2025-01-14 22:35:05.367 | • A unit's purpose may be to act as a helper for some other unit which has +2025-01-14 22:35:05.367 | a requirement dependency on it. +2025-01-14 22:35:05.367 | • A unit may be started when needed via activation (socket, path, timer, +2025-01-14 22:35:05.367 | D-Bus, udev, scripted systemctl call, ...). +2025-01-14 22:35:05.367 | • In case of template units, the unit is meant to be enabled with some +2025-01-14 22:35:05.367 | instance name specified. +2025-01-14 22:35:05.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.380 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovn-controller.service +2025-01-14 22:35:05.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.612 | +lib/neutron_plugins/ovn_agent:start_ovn:780 is_service_enabled ovn-controller-vtep +2025-01-14 22:35:05.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.666 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:05.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.674 | +lib/neutron_plugins/ovn_agent:start_ovn:789 is_service_enabled q-ovn-metadata-agent neutron-ovn-metadata-agent +2025-01-14 22:35:05.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.725 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:05.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.735 | +lib/neutron_plugins/ovn_agent:start_ovn:790 run_process q-ovn-metadata-agent '/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:05.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.744 | +functions-common:run_process:1675 local service=q-ovn-metadata-agent +2025-01-14 22:35:05.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.754 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:05.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.765 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:05.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.774 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:05.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.784 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:05.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.795 | +functions-common:run_process:1681 local name=q-ovn-metadata-agent +2025-01-14 22:35:05.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.806 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:05.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.818 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:05.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.830 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:05.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.843 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:05.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.858 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:05.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.874 | +functions-common:time_start:2412 _TIME_START[$name]=1736894105862 +2025-01-14 22:35:05.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.885 | +functions-common:run_process:1684 is_service_enabled q-ovn-metadata-agent +2025-01-14 22:35:05.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.944 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:05.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.954 | +functions-common:run_process:1685 _run_under_systemd q-ovn-metadata-agent '/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' '' '' '' +2025-01-14 22:35:05.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.964 | +functions-common:_run_under_systemd:1632 local service=q-ovn-metadata-agent +2025-01-14 22:35:05.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.975 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:05.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.985 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:05.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:05.996 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:06.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.010 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:06.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.025 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini =~ sudo ]] +2025-01-14 22:35:06.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.038 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini =~ ^/ ]] +2025-01-14 22:35:06.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.052 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:06.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.065 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:35:06.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.078 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:35:06.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.091 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:35:06.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.104 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:35:06.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.117 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini =~ uwsgi ]] +2025-01-14 22:35:06.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.129 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@q-ovn-metadata-agent.service '/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' '' ubuntu '' +2025-01-14 22:35:06.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.141 | +functions-common:write_user_unit_file:1539 local service=devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:06.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.157 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:06.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.169 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:35:06.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.181 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:35:06.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.194 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:35:06.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.208 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:35:06.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.221 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:35:06.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.239 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:06.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.252 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:35:06.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.270 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Unit Description 'Devstack devstack@q-ovn-metadata-agent.service' +2025-01-14 22:35:06.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.413 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:35:06.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.537 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Service User ubuntu +2025-01-14 22:35:06.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.662 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Service ExecStart '/opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini' +2025-01-14 22:35:06.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.786 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Service KillMode process +2025-01-14 22:35:06.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.897 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Service TimeoutStopSec 300 +2025-01-14 22:35:06.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:06.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.002 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:35:07.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.103 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:35:07.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.114 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:35:07.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.124 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@q-ovn-metadata-agent.service Install WantedBy multi-user.target +2025-01-14 22:35:07.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.227 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:35:07.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.550 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:07.565 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-ovn-metadata-agent.service → /etc/systemd/system/devstack@q-ovn-metadata-agent.service. +2025-01-14 22:35:07.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.848 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:07.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.872 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:07.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.878 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:07.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.884 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:07.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.889 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:07.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.895 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:07.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.901 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:07.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.907 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:07.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.913 | +functions-common:time_stop:2428 start_time=1736894105862 +2025-01-14 22:35:07.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.919 | +functions-common:time_stop:2430 [[ -z 1736894105862 ]] +2025-01-14 22:35:07.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.927 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:07.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.933 | +functions-common:time_stop:2433 end_time=1736894107927 +2025-01-14 22:35:07.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.938 | +functions-common:time_stop:2434 elapsed_time=2065 +2025-01-14 22:35:07.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.944 | +functions-common:time_stop:2435 total=6395 +2025-01-14 22:35:07.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.950 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:07.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.956 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=8460 +2025-01-14 22:35:07.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.962 | +lib/neutron_plugins/ovn_agent:start_ovn:792 setup_logging /etc/neutron/neutron_ovn_metadata_agent.ini +2025-01-14 22:35:07.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.968 | +functions:setup_logging:685 setup_systemd_logging /etc/neutron/neutron_ovn_metadata_agent.ini +2025-01-14 22:35:07.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.975 | +functions:setup_systemd_logging:702 local conf_file=/etc/neutron/neutron_ovn_metadata_agent.ini +2025-01-14 22:35:07.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.983 | ++functions:setup_systemd_logging:707 trueorfalse False USE_JOURNAL +2025-01-14 22:35:07.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:07.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.016 | +functions:setup_systemd_logging:707 USE_JOURNAL=False +2025-01-14 22:35:08.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.021 | +functions:setup_systemd_logging:708 local pidstr= +2025-01-14 22:35:08.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.027 | +functions:setup_systemd_logging:709 [[ False == \T\r\u\e ]] +2025-01-14 22:35:08.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.032 | +functions:setup_systemd_logging:713 pidstr='(pid=%(process)d) ' +2025-01-14 22:35:08.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.038 | +functions:setup_systemd_logging:715 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' +2025-01-14 22:35:08.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.083 | +functions:setup_systemd_logging:717 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:35:08.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.125 | +functions:setup_systemd_logging:718 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' +2025-01-14 22:35:08.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.176 | +functions:setup_systemd_logging:719 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' +2025-01-14 22:35:08.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.224 | +functions:setup_systemd_logging:722 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT log_color True +2025-01-14 22:35:08.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.269 | +lib/neutron_plugins/ovn_agent:start_ovn:795 is_service_enabled q-ovn-agent neutron-ovn-agent +2025-01-14 22:35:08.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.303 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:08.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.309 | +lib/neutron_plugins/ovn_agent:start_ovn:801 _start_ovn_services +2025-01-14 22:35:08.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.315 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:708 _start_process ovsdb-server.service +2025-01-14 22:35:08.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.321 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:08.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.605 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovsdb-server.service +2025-01-14 22:35:08.870 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, +2025-01-14 22:35:08.870 | Alias= settings in the [Install] section, and DefaultInstance= for template +2025-01-14 22:35:08.870 | units). This means they are not meant to be enabled using systemctl. +2025-01-14 22:35:08.870 | +2025-01-14 22:35:08.870 | Possible reasons for having this kind of units are: +2025-01-14 22:35:08.870 | • A unit may be statically enabled by being symlinked from another unit's +2025-01-14 22:35:08.870 | .wants/ or .requires/ directory. +2025-01-14 22:35:08.870 | • A unit's purpose may be to act as a helper for some other unit which has +2025-01-14 22:35:08.870 | a requirement dependency on it. +2025-01-14 22:35:08.870 | • A unit may be started when needed via activation (socket, path, timer, +2025-01-14 22:35:08.870 | D-Bus, udev, scripted systemctl call, ...). +2025-01-14 22:35:08.870 | • In case of template units, the unit is meant to be enabled with some +2025-01-14 22:35:08.870 | instance name specified. +2025-01-14 22:35:08.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:08.878 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovsdb-server.service +2025-01-14 22:35:13.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:13.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:13.501 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:709 _start_process ovs-vswitchd.service +2025-01-14 22:35:13.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:13.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:13.509 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:13.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:13.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:13.811 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovs-vswitchd.service +2025-01-14 22:35:14.106 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, +2025-01-14 22:35:14.107 | Alias= settings in the [Install] section, and DefaultInstance= for template +2025-01-14 22:35:14.107 | units). This means they are not meant to be enabled using systemctl. +2025-01-14 22:35:14.107 | +2025-01-14 22:35:14.107 | Possible reasons for having this kind of units are: +2025-01-14 22:35:14.107 | • A unit may be statically enabled by being symlinked from another unit's +2025-01-14 22:35:14.107 | .wants/ or .requires/ directory. +2025-01-14 22:35:14.107 | • A unit's purpose may be to act as a helper for some other unit which has +2025-01-14 22:35:14.107 | a requirement dependency on it. +2025-01-14 22:35:14.107 | • A unit may be started when needed via activation (socket, path, timer, +2025-01-14 22:35:14.107 | D-Bus, udev, scripted systemctl call, ...). +2025-01-14 22:35:14.107 | • In case of template units, the unit is meant to be enabled with some +2025-01-14 22:35:14.107 | instance name specified. +2025-01-14 22:35:14.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.118 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovs-vswitchd.service +2025-01-14 22:35:14.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.722 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:711 is_service_enabled ovn-northd +2025-01-14 22:35:14.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.763 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:14.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.770 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:712 _start_process ovn-central.service +2025-01-14 22:35:14.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:14.778 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:15.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.064 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovn-central.service +2025-01-14 22:35:15.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.336 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovn-central.service +2025-01-14 22:35:15.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.366 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:714 is_service_enabled ovn-controller +2025-01-14 22:35:15.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.398 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:15.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.405 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:715 _start_process ovn-controller.service +2025-01-14 22:35:15.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.412 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:15.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:15.693 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable ovn-controller.service +2025-01-14 22:35:15.993 | The unit files have no installation config (WantedBy=, RequiredBy=, Also=, +2025-01-14 22:35:15.993 | Alias= settings in the [Install] section, and DefaultInstance= for template +2025-01-14 22:35:15.994 | units). This means they are not meant to be enabled using systemctl. +2025-01-14 22:35:15.994 | +2025-01-14 22:35:15.994 | Possible reasons for having this kind of units are: +2025-01-14 22:35:15.994 | • A unit may be statically enabled by being symlinked from another unit's +2025-01-14 22:35:15.994 | .wants/ or .requires/ directory. +2025-01-14 22:35:15.994 | • A unit's purpose may be to act as a helper for some other unit which has +2025-01-14 22:35:15.994 | a requirement dependency on it. +2025-01-14 22:35:15.994 | • A unit may be started when needed via activation (socket, path, timer, +2025-01-14 22:35:15.994 | D-Bus, udev, scripted systemctl call, ...). +2025-01-14 22:35:15.994 | • In case of template units, the unit is meant to be enabled with some +2025-01-14 22:35:15.994 | instance name specified. +2025-01-14 22:35:16.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.006 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart ovn-controller.service +2025-01-14 22:35:16.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.203 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:717 is_service_enabled ovn-controller-vtep +2025-01-14 22:35:16.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.254 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:16.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.261 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:720 is_service_enabled ovs-vtep +2025-01-14 22:35:16.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.296 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:16.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.302 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:723 is_service_enabled q-ovn-metadata-agent neutron-ovn-metadata-agent +2025-01-14 22:35:16.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.340 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:16.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.347 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:724 _start_process devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:16.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.353 | +lib/neutron_plugins/ovn_agent:_start_process:243 sudo systemctl daemon-reload +2025-01-14 22:35:16.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.620 | +lib/neutron_plugins/ovn_agent:_start_process:244 sudo systemctl enable devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:16.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:16.901 | +lib/neutron_plugins/ovn_agent:_start_process:245 sudo systemctl restart devstack@q-ovn-metadata-agent.service +2025-01-14 22:35:17.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.589 | +lib/neutron_plugins/ovn_agent:_start_ovn_services:726 is_service_enabled q-ovn-agent neutron-ovn-agent +2025-01-14 22:35:17.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.624 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:17.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.630 | +lib/neutron:start_ovn_services:626 [[ True == \T\r\u\e ]] +2025-01-14 22:35:17.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.636 | +lib/neutron:start_ovn_services:627 [[ True != \T\r\u\e ]] +2025-01-14 22:35:17.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.643 | +lib/neutron:start_ovn_services:631 create_public_bridge +2025-01-14 22:35:17.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.653 | +lib/neutron_plugins/ovn_agent:create_public_bridge:296 sudo ovs-vsctl --may-exist add-br br-ex -- set bridge br-ex protocols=OpenFlow13,OpenFlow15 +2025-01-14 22:35:17.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.674 | +lib/neutron_plugins/ovn_agent:create_public_bridge:297 sudo ovs-vsctl set open . external-ids:ovn-bridge-mappings=public:br-ex +2025-01-14 22:35:17.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.692 | +lib/neutron_plugins/ovn_agent:create_public_bridge:298 _configure_public_network_connectivity +2025-01-14 22:35:17.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.702 | +lib/neutron:_configure_public_network_connectivity:843 [[ -n '' ]] +2025-01-14 22:35:17.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.711 | +lib/neutron:_configure_public_network_connectivity:850 for d in $default_v4_route_devs +2025-01-14 22:35:17.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.718 | +lib/neutron:_configure_public_network_connectivity:851 sudo iptables -t nat -A POSTROUTING -o ens3 -s 172.24.4.0/24 -j MASQUERADE +2025-01-14 22:35:17.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.734 | +./stack.sh:main:1323 is_service_enabled neutron-api +2025-01-14 22:35:17.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.771 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:17.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.778 | +./stack.sh:main:1326 is_service_enabled q-svc +2025-01-14 22:35:17.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.812 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:17.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.818 | +./stack.sh:main:1327 echo_summary 'Starting Neutron' +2025-01-14 22:35:17.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.824 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:35:17.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.830 | +./stack.sh:echo_summary:474 echo -e Starting Neutron +2025-01-14 22:35:17.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.837 | +./stack.sh:main:1328 configure_neutron_after_post_config +2025-01-14 22:35:17.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.843 | +lib/neutron:configure_neutron_after_post_config:596 [[ ovn-router != '' ]] +2025-01-14 22:35:17.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.852 | +lib/neutron:configure_neutron_after_post_config:597 iniset /etc/neutron/neutron.conf DEFAULT service_plugins ovn-router +2025-01-14 22:35:17.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.903 | +lib/neutron:configure_neutron_after_post_config:599 configure_rbac_policies +2025-01-14 22:35:17.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.909 | +lib/neutron:configure_rbac_policies:605 [[ True == \T\r\u\e ]] +2025-01-14 22:35:17.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.915 | +lib/neutron:configure_rbac_policies:606 iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults True +2025-01-14 22:35:17.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.963 | +lib/neutron:configure_rbac_policies:607 iniset /etc/neutron/neutron.conf oslo_policy enforce_scope True +2025-01-14 22:35:17.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:17.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.012 | +./stack.sh:main:1329 start_neutron_service_and_check +2025-01-14 22:35:18.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.019 | +lib/neutron:start_neutron_service_and_check:639 local service_port=9696 +2025-01-14 22:35:18.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.026 | +lib/neutron:start_neutron_service_and_check:640 local service_protocol=http +2025-01-14 22:35:18.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.033 | +lib/neutron:start_neutron_service_and_check:641 local cfg_file_options +2025-01-14 22:35:18.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.041 | +lib/neutron:start_neutron_service_and_check:642 local neutron_url +2025-01-14 22:35:18.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.049 | ++lib/neutron:start_neutron_service_and_check:644 determine_config_files neutron-server +2025-01-14 22:35:18.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.056 | ++lib/neutron:determine_config_files:394 local opts= +2025-01-14 22:35:18.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.063 | ++lib/neutron:determine_config_files:395 case "$1" in +2025-01-14 22:35:18.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.070 | +++lib/neutron:determine_config_files:396 _determine_config_server +2025-01-14 22:35:18.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.076 | +++lib/neutron:_determine_config_server:346 [[ '' != '' ]] +2025-01-14 22:35:18.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.083 | +++lib/neutron:_determine_config_server:353 [[ 0 > 0 ]] +2025-01-14 22:35:18.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.089 | +++lib/neutron:_determine_config_server:360 local cfg_file +2025-01-14 22:35:18.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.095 | +++lib/neutron:_determine_config_server:361 local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.101 | +++lib/neutron:_determine_config_server:365 echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.109 | ++lib/neutron:determine_config_files:396 opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.115 | ++lib/neutron:determine_config_files:399 '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' +2025-01-14 22:35:18.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.121 | ++lib/neutron:determine_config_files:402 echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.128 | +lib/neutron:start_neutron_service_and_check:644 cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.134 | +lib/neutron:start_neutron_service_and_check:646 is_service_enabled tls-proxy +2025-01-14 22:35:18.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.169 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:18.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.175 | +lib/neutron:start_neutron_service_and_check:652 '[' False == True ']' +2025-01-14 22:35:18.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.182 | +lib/neutron:start_neutron_service_and_check:673 run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.189 | +functions-common:run_process:1675 local service=q-svc +2025-01-14 22:35:18.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.195 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.202 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:18.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.208 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:18.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.215 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:18.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.221 | +functions-common:run_process:1681 local name=q-svc +2025-01-14 22:35:18.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.228 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:18.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.234 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:18.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.241 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:18.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.248 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:18.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.256 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:18.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.263 | +functions-common:time_start:2412 _TIME_START[$name]=1736894118256 +2025-01-14 22:35:18.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.270 | +functions-common:run_process:1684 is_service_enabled q-svc +2025-01-14 22:35:18.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.303 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:18.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.309 | +functions-common:run_process:1685 _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' +2025-01-14 22:35:18.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.315 | +functions-common:_run_under_systemd:1632 local service=q-svc +2025-01-14 22:35:18.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.321 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.327 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.333 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.339 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.346 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] +2025-01-14 22:35:18.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.351 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] +2025-01-14 22:35:18.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.358 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@q-svc.service +2025-01-14 22:35:18.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.364 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:35:18.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.370 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:35:18.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.376 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:35:18.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.382 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:35:18.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.389 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] +2025-01-14 22:35:18.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.395 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu '' +2025-01-14 22:35:18.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.401 | +functions-common:write_user_unit_file:1539 local service=devstack@q-svc.service +2025-01-14 22:35:18.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.408 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.414 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:35:18.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.420 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:35:18.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.426 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:35:18.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.432 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:35:18.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.438 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:35:18.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.444 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@q-svc.service +2025-01-14 22:35:18.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.450 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:35:18.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.457 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' +2025-01-14 22:35:18.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.529 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:35:18.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.613 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu +2025-01-14 22:35:18.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.680 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:18.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.757 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process +2025-01-14 22:35:18.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.834 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 +2025-01-14 22:35:18.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.913 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:35:18.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.983 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:35:18.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.989 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:35:18.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:18.995 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target +2025-01-14 22:35:18.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.083 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:35:19.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.385 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@q-svc.service +2025-01-14 22:35:19.395 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. +2025-01-14 22:35:19.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.675 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@q-svc.service +2025-01-14 22:35:19.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.696 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:19.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.702 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:19.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.708 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:19.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.714 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:19.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.720 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:19.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.726 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:19.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.731 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:19.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.737 | +functions-common:time_stop:2428 start_time=1736894118256 +2025-01-14 22:35:19.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.743 | +functions-common:time_stop:2430 [[ -z 1736894118256 ]] +2025-01-14 22:35:19.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.749 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:19.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.756 | +functions-common:time_stop:2433 end_time=1736894119750 +2025-01-14 22:35:19.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.762 | +functions-common:time_stop:2434 elapsed_time=1494 +2025-01-14 22:35:19.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.767 | +functions-common:time_stop:2435 total=8460 +2025-01-14 22:35:19.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.773 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:19.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.779 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=9954 +2025-01-14 22:35:19.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.785 | +lib/neutron:start_neutron_service_and_check:674 neutron_url=http://10.201.9.223:9696/ +2025-01-14 22:35:19.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.791 | +lib/neutron:start_neutron_service_and_check:676 is_service_enabled tls-proxy +2025-01-14 22:35:19.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.826 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:19.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.831 | +lib/neutron:start_neutron_service_and_check:680 '[' '!' -z networking ']' +2025-01-14 22:35:19.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.837 | +lib/neutron:start_neutron_service_and_check:681 neutron_url=http://10.201.9.223:9696/networking +2025-01-14 22:35:19.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.846 | +lib/neutron:start_neutron_service_and_check:683 echo 'Waiting for Neutron to start...' +2025-01-14 22:35:19.846 | Waiting for Neutron to start... +2025-01-14 22:35:19.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.857 | +lib/neutron:start_neutron_service_and_check:685 local 'testcmd=wget --no-proxy -q -O- http://10.201.9.223:9696/networking' +2025-01-14 22:35:19.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.865 | +lib/neutron:start_neutron_service_and_check:686 test_with_retry 'wget --no-proxy -q -O- http://10.201.9.223:9696/networking' 'Neutron did not start' 60 +2025-01-14 22:35:19.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.871 | +functions-common:test_with_retry:2359 local 'testcmd=wget --no-proxy -q -O- http://10.201.9.223:9696/networking' +2025-01-14 22:35:19.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.877 | +functions-common:test_with_retry:2360 local 'failmsg=Neutron did not start' +2025-01-14 22:35:19.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.882 | +functions-common:test_with_retry:2361 local until=60 +2025-01-14 22:35:19.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.888 | +functions-common:test_with_retry:2362 local sleep=0.5 +2025-01-14 22:35:19.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.894 | +functions-common:test_with_retry:2364 time_start test_with_retry +2025-01-14 22:35:19.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.899 | +functions-common:time_start:2407 local name=test_with_retry +2025-01-14 22:35:19.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.905 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:19.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.910 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:19.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.916 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:19.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.923 | +functions-common:time_start:2412 _TIME_START[$name]=1736894119917 +2025-01-14 22:35:19.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:19.929 | +functions-common:test_with_retry:2365 timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.201.9.223:9696/networking; do sleep 0.5; done' +2025-01-14 22:35:24.518 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.201.9.223:9696/networking/v2.0/"}]}]}tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.526 | +functions-common:test_with_retry:2368 time_stop test_with_retry +2025-01-14 22:35:24.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.533 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:24.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.539 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:24.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.545 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:24.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.551 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:24.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.557 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:24.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.563 | +functions-common:time_stop:2427 name=test_with_retry +2025-01-14 22:35:24.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.569 | +functions-common:time_stop:2428 start_time=1736894119917 +2025-01-14 22:35:24.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.576 | +functions-common:time_stop:2430 [[ -z 1736894119917 ]] +2025-01-14 22:35:24.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.583 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:24.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.593 | +functions-common:time_stop:2433 end_time=1736894124584 +2025-01-14 22:35:24.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.601 | +functions-common:time_stop:2434 elapsed_time=4667 +2025-01-14 22:35:24.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.612 | +functions-common:time_stop:2435 total=0 +2025-01-14 22:35:24.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.622 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:24.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.634 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=4667 +2025-01-14 22:35:24.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.647 | +./stack.sh:main:1334 is_service_enabled placement +2025-01-14 22:35:24.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.703 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:24.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.712 | +./stack.sh:main:1335 echo_summary 'Starting Placement' +2025-01-14 22:35:24.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.723 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:35:24.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.733 | +./stack.sh:echo_summary:474 echo -e Starting Placement +2025-01-14 22:35:24.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.744 | +./stack.sh:main:1336 start_placement +2025-01-14 22:35:24.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.754 | +lib/placement:start_placement:137 start_placement_api +2025-01-14 22:35:24.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.767 | ++lib/placement:start_placement_api:128 which uwsgi +2025-01-14 22:35:24.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.779 | +lib/placement:start_placement_api:128 run_process placement-api '/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' +2025-01-14 22:35:24.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.792 | +functions-common:run_process:1675 local service=placement-api +2025-01-14 22:35:24.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.803 | +functions-common:run_process:1676 local 'command=/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' +2025-01-14 22:35:24.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.812 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:24.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.823 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:24.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.836 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:24.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.847 | +functions-common:run_process:1681 local name=placement-api +2025-01-14 22:35:24.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.858 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:24.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.870 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:24.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.881 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:24.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.890 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:24.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.900 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:24.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.913 | +functions-common:time_start:2412 _TIME_START[$name]=1736894124901 +2025-01-14 22:35:24.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.924 | +functions-common:run_process:1684 is_service_enabled placement-api +2025-01-14 22:35:24.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.972 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:24.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.981 | +functions-common:run_process:1685 _run_under_systemd placement-api '/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' +2025-01-14 22:35:24.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:24.990 | +functions-common:_run_under_systemd:1632 local service=placement-api +2025-01-14 22:35:24.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.001 | +functions-common:_run_under_systemd:1633 local 'command=/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' +2025-01-14 22:35:25.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.011 | +functions-common:_run_under_systemd:1634 local 'cmd=/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' +2025-01-14 22:35:25.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.023 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' +2025-01-14 22:35:25.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.034 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' +2025-01-14 22:35:25.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.047 | +functions-common:_common_systemd_pitfalls:1607 [[ /bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] +2025-01-14 22:35:25.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.059 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] +2025-01-14 22:35:25.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.072 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@placement-api.service +2025-01-14 22:35:25.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.085 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:35:25.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.099 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:35:25.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.113 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:35:25.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.126 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:35:25.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.138 | +functions-common:_run_under_systemd:1645 [[ /bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] +2025-01-14 22:35:25.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.156 | +functions-common:_run_under_systemd:1646 [[ True == \T\r\u\e ]] +2025-01-14 22:35:25.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.167 | +functions-common:_run_under_systemd:1647 cmd='/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:35:25.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.179 | +functions-common:_run_under_systemd:1649 write_uwsgi_user_unit_file devstack@placement-api.service '/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' ubuntu '' +2025-01-14 22:35:25.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.191 | +functions-common:write_uwsgi_user_unit_file:1571 local service=devstack@placement-api.service +2025-01-14 22:35:25.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.202 | +functions-common:write_uwsgi_user_unit_file:1572 local 'command=/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:35:25.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.212 | +functions-common:write_uwsgi_user_unit_file:1573 local group= +2025-01-14 22:35:25.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.222 | +functions-common:write_uwsgi_user_unit_file:1574 local user=ubuntu +2025-01-14 22:35:25.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.234 | +functions-common:write_uwsgi_user_unit_file:1575 local env_vars= +2025-01-14 22:35:25.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.245 | +functions-common:write_uwsgi_user_unit_file:1576 local unitfile=/etc/systemd/system/devstack@placement-api.service +2025-01-14 22:35:25.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.257 | +functions-common:write_uwsgi_user_unit_file:1577 mkdir -p /etc/systemd/system +2025-01-14 22:35:25.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.269 | +functions-common:write_uwsgi_user_unit_file:1579 iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' +2025-01-14 22:35:25.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.380 | +functions-common:write_uwsgi_user_unit_file:1580 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:35:25.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.508 | +functions-common:write_uwsgi_user_unit_file:1581 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service +2025-01-14 22:35:25.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.610 | +functions-common:write_uwsgi_user_unit_file:1582 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu +2025-01-14 22:35:25.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.712 | +functions-common:write_uwsgi_user_unit_file:1583 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:35:25.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.826 | +functions-common:write_uwsgi_user_unit_file:1584 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:35:25.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.938 | +functions-common:write_uwsgi_user_unit_file:1585 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify +2025-01-14 22:35:25.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:25.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.037 | +functions-common:write_uwsgi_user_unit_file:1586 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process +2025-01-14 22:35:26.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.143 | +functions-common:write_uwsgi_user_unit_file:1587 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always +2025-01-14 22:35:26.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.250 | +functions-common:write_uwsgi_user_unit_file:1588 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all +2025-01-14 22:35:26.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.339 | +functions-common:write_uwsgi_user_unit_file:1589 iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 +2025-01-14 22:35:26.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.445 | +functions-common:write_uwsgi_user_unit_file:1591 [[ -n '' ]] +2025-01-14 22:35:26.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.455 | +functions-common:write_uwsgi_user_unit_file:1594 [[ -n '' ]] +2025-01-14 22:35:26.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.465 | +functions-common:write_uwsgi_user_unit_file:1597 iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target +2025-01-14 22:35:26.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.576 | +functions-common:write_uwsgi_user_unit_file:1600 sudo systemctl daemon-reload +2025-01-14 22:35:26.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:26.849 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@placement-api.service +2025-01-14 22:35:26.863 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. +2025-01-14 22:35:27.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.164 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@placement-api.service +2025-01-14 22:35:27.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.234 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:27.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.242 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:27.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.248 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:27.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.255 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:27.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.262 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:27.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.270 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:27.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.278 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:27.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.284 | +functions-common:time_stop:2428 start_time=1736894124901 +2025-01-14 22:35:27.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.290 | +functions-common:time_stop:2430 [[ -z 1736894124901 ]] +2025-01-14 22:35:27.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.297 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:27.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.313 | +functions-common:time_stop:2433 end_time=1736894127301 +2025-01-14 22:35:27.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.320 | +functions-common:time_stop:2434 elapsed_time=2400 +2025-01-14 22:35:27.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.327 | +functions-common:time_stop:2435 total=9954 +2025-01-14 22:35:27.329 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.333 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:27.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.340 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=12354 +2025-01-14 22:35:27.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.346 | +lib/placement:start_placement_api:130 echo 'Waiting for placement-api to start...' +2025-01-14 22:35:27.346 | Waiting for placement-api to start... +2025-01-14 22:35:27.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.352 | +lib/placement:start_placement_api:131 wait_for_service 60 http://10.201.9.223/placement +2025-01-14 22:35:27.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.358 | +functions:wait_for_service:468 local timeout=60 +2025-01-14 22:35:27.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.363 | +functions:wait_for_service:469 local url=http://10.201.9.223/placement +2025-01-14 22:35:27.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.369 | +functions:wait_for_service:470 local rval=0 +2025-01-14 22:35:27.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.375 | +functions:wait_for_service:471 time_start wait_for_service +2025-01-14 22:35:27.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.381 | +functions-common:time_start:2407 local name=wait_for_service +2025-01-14 22:35:27.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.386 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:27.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.392 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:27.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.399 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:27.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.406 | +functions-common:time_start:2412 _TIME_START[$name]=1736894127400 +2025-01-14 22:35:27.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.412 | +functions:wait_for_service:472 timeout 60 bash -x +2025-01-14 22:35:27.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:27.417 | ++:: curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.201.9.223/placement +2025-01-14 22:35:28.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.467 | +:: [[ 200 == 503 ]] +2025-01-14 22:35:28.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.471 | +:: [[ 0 -eq 7 ]] +2025-01-14 22:35:28.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.479 | +functions:wait_for_service:477 time_stop wait_for_service +2025-01-14 22:35:28.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.486 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:28.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.494 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:28.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.503 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:28.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.510 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:28.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.519 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:28.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.531 | +functions-common:time_stop:2427 name=wait_for_service +2025-01-14 22:35:28.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.542 | +functions-common:time_stop:2428 start_time=1736894127400 +2025-01-14 22:35:28.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.553 | +functions-common:time_stop:2430 [[ -z 1736894127400 ]] +2025-01-14 22:35:28.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.565 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:28.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.582 | +functions-common:time_stop:2433 end_time=1736894128569 +2025-01-14 22:35:28.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.595 | +functions-common:time_stop:2434 elapsed_time=1169 +2025-01-14 22:35:28.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.604 | +functions-common:time_stop:2435 total=4950 +2025-01-14 22:35:28.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.612 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:28.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.620 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=6119 +2025-01-14 22:35:28.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.629 | +functions:wait_for_service:478 return 0 +2025-01-14 22:35:28.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.639 | +./stack.sh:main:1339 is_service_enabled neutron +2025-01-14 22:35:28.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.692 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:28.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.701 | +./stack.sh:main:1340 start_neutron +2025-01-14 22:35:28.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.711 | +lib/neutron:start_neutron:690 start_l2_agent +2025-01-14 22:35:28.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.721 | +lib/neutron:start_l2_agent:697 run_process q-agt ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:28.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.735 | +functions-common:run_process:1675 local service=q-agt +2025-01-14 22:35:28.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.748 | +functions-common:run_process:1676 local 'command= --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' +2025-01-14 22:35:28.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.758 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:28.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.773 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:28.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.789 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:28.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.803 | +functions-common:run_process:1681 local name=q-agt +2025-01-14 22:35:28.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.816 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:28.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.829 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:28.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.844 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:28.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.856 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:28.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.872 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:28.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.883 | +functions-common:time_start:2412 _TIME_START[$name]=1736894128873 +2025-01-14 22:35:28.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.894 | +functions-common:run_process:1684 is_service_enabled q-agt +2025-01-14 22:35:28.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.949 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:28.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.960 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:28.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.972 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:28.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.984 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:28.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:28.998 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:29.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.012 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:29.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.024 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:29.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.038 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:29.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.051 | +functions-common:time_stop:2428 start_time=1736894128873 +2025-01-14 22:35:29.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.064 | +functions-common:time_stop:2430 [[ -z 1736894128873 ]] +2025-01-14 22:35:29.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.079 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:29.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.098 | +functions-common:time_stop:2433 end_time=1736894129083 +2025-01-14 22:35:29.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.115 | +functions-common:time_stop:2434 elapsed_time=210 +2025-01-14 22:35:29.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.128 | +functions-common:time_stop:2435 total=12354 +2025-01-14 22:35:29.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.141 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:29.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.157 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=12564 +2025-01-14 22:35:29.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.169 | +lib/neutron:start_l2_agent:699 is_provider_network +2025-01-14 22:35:29.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.181 | +functions-common:is_provider_network:2270 '[' '' == True ']' +2025-01-14 22:35:29.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.194 | +functions-common:is_provider_network:2273 return 1 +2025-01-14 22:35:29.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.206 | +lib/neutron:start_neutron:691 start_other_agents +2025-01-14 22:35:29.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.218 | +lib/neutron:start_other_agents:715 run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' +2025-01-14 22:35:29.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.229 | +functions-common:run_process:1675 local service=q-dhcp +2025-01-14 22:35:29.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.241 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' +2025-01-14 22:35:29.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.252 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:29.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.263 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:29.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.276 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:29.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.289 | +functions-common:run_process:1681 local name=q-dhcp +2025-01-14 22:35:29.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.300 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:29.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.309 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:29.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.320 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:29.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.333 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:29.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.347 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:29.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.362 | +functions-common:time_start:2412 _TIME_START[$name]=1736894129350 +2025-01-14 22:35:29.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.373 | +functions-common:run_process:1684 is_service_enabled q-dhcp +2025-01-14 22:35:29.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.429 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:29.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.438 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:29.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.448 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:29.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.456 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:29.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.463 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:29.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.471 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:29.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.479 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:29.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.487 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:29.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.495 | +functions-common:time_stop:2428 start_time=1736894129350 +2025-01-14 22:35:29.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.504 | +functions-common:time_stop:2430 [[ -z 1736894129350 ]] +2025-01-14 22:35:29.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.514 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:29.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.525 | +functions-common:time_stop:2433 end_time=1736894129516 +2025-01-14 22:35:29.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.534 | +functions-common:time_stop:2434 elapsed_time=166 +2025-01-14 22:35:29.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.543 | +functions-common:time_stop:2435 total=12564 +2025-01-14 22:35:29.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.551 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:29.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.559 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=12730 +2025-01-14 22:35:29.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.567 | ++lib/neutron:start_other_agents:717 determine_config_files neutron-l3-agent +2025-01-14 22:35:29.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.576 | ++lib/neutron:determine_config_files:394 local opts= +2025-01-14 22:35:29.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.584 | ++lib/neutron:determine_config_files:395 case "$1" in +2025-01-14 22:35:29.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.593 | +++lib/neutron:determine_config_files:397 _determine_config_l3 +2025-01-14 22:35:29.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.601 | +++lib/neutron:_determine_config_l3:369 local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' +2025-01-14 22:35:29.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.609 | +++lib/neutron:_determine_config_l3:370 echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' +2025-01-14 22:35:29.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.619 | ++lib/neutron:determine_config_files:397 opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' +2025-01-14 22:35:29.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.628 | ++lib/neutron:determine_config_files:399 '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' +2025-01-14 22:35:29.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.637 | ++lib/neutron:determine_config_files:402 echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' +2025-01-14 22:35:29.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.648 | +lib/neutron:start_other_agents:717 run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' +2025-01-14 22:35:29.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.660 | +functions-common:run_process:1675 local service=q-l3 +2025-01-14 22:35:29.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.672 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' +2025-01-14 22:35:29.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.683 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:29.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.696 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:29.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.712 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:29.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.723 | +functions-common:run_process:1681 local name=q-l3 +2025-01-14 22:35:29.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.736 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:29.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.747 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:29.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.759 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:29.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.771 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:29.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.784 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:29.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.799 | +functions-common:time_start:2412 _TIME_START[$name]=1736894129786 +2025-01-14 22:35:29.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.810 | +functions-common:run_process:1684 is_service_enabled q-l3 +2025-01-14 22:35:29.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.864 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:29.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.871 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:29.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.879 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:29.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.886 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:29.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.892 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:29.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.899 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:29.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.906 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:29.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.914 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:29.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.923 | +functions-common:time_stop:2428 start_time=1736894129786 +2025-01-14 22:35:29.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.932 | +functions-common:time_stop:2430 [[ -z 1736894129786 ]] +2025-01-14 22:35:29.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.941 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:29.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.953 | +functions-common:time_stop:2433 end_time=1736894129944 +2025-01-14 22:35:29.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.961 | +functions-common:time_stop:2434 elapsed_time=158 +2025-01-14 22:35:29.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.969 | +functions-common:time_stop:2435 total=12730 +2025-01-14 22:35:29.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.980 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:29.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:29.991 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=12888 +2025-01-14 22:35:29.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.001 | +lib/neutron:start_other_agents:719 run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' +2025-01-14 22:35:30.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.013 | +functions-common:run_process:1675 local service=q-meta +2025-01-14 22:35:30.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.026 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' +2025-01-14 22:35:30.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.037 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:30.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.048 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:30.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.060 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:30.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.072 | +functions-common:run_process:1681 local name=q-meta +2025-01-14 22:35:30.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.083 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:30.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.095 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:30.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.105 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:30.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.116 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:30.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.129 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:30.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.141 | +functions-common:time_start:2412 _TIME_START[$name]=1736894130131 +2025-01-14 22:35:30.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.157 | +functions-common:run_process:1684 is_service_enabled q-meta +2025-01-14 22:35:30.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.210 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:30.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.219 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:30.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.228 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:30.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.237 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:30.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.245 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:30.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.254 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:30.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.263 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:30.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.272 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:30.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.280 | +functions-common:time_stop:2428 start_time=1736894130131 +2025-01-14 22:35:30.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.289 | +functions-common:time_stop:2430 [[ -z 1736894130131 ]] +2025-01-14 22:35:30.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.298 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:30.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.308 | +functions-common:time_stop:2433 end_time=1736894130300 +2025-01-14 22:35:30.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.318 | +functions-common:time_stop:2434 elapsed_time=169 +2025-01-14 22:35:30.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.328 | +functions-common:time_stop:2435 total=12888 +2025-01-14 22:35:30.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.337 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:30.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.346 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=13057 +2025-01-14 22:35:30.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.357 | +lib/neutron:start_other_agents:720 run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' +2025-01-14 22:35:30.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.368 | +functions-common:run_process:1675 local service=q-metering +2025-01-14 22:35:30.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.378 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' +2025-01-14 22:35:30.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.389 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:30.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.400 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:30.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.410 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:30.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.421 | +functions-common:run_process:1681 local name=q-metering +2025-01-14 22:35:30.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.430 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:30.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.442 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:30.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.452 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:30.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.461 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:30.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.476 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:30.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.493 | +functions-common:time_start:2412 _TIME_START[$name]=1736894130480 +2025-01-14 22:35:30.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.504 | +functions-common:run_process:1684 is_service_enabled q-metering +2025-01-14 22:35:30.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.549 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:30.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.556 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:30.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.563 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:30.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.570 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:30.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.578 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:30.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.586 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:30.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.594 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:30.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.602 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:30.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.611 | +functions-common:time_stop:2428 start_time=1736894130480 +2025-01-14 22:35:30.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.621 | +functions-common:time_stop:2430 [[ -z 1736894130480 ]] +2025-01-14 22:35:30.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.635 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:30.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.648 | +functions-common:time_stop:2433 end_time=1736894130637 +2025-01-14 22:35:30.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.660 | +functions-common:time_stop:2434 elapsed_time=157 +2025-01-14 22:35:30.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.670 | +functions-common:time_stop:2435 total=13057 +2025-01-14 22:35:30.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.680 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:30.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.689 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=13214 +2025-01-14 22:35:30.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.698 | +./stack.sh:main:1343 is_service_enabled q-svc +2025-01-14 22:35:30.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.744 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:30.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.750 | +./stack.sh:main:1343 [[ True == \T\r\u\e ]] +2025-01-14 22:35:30.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.757 | +./stack.sh:main:1344 echo_summary 'Creating initial neutron network elements' +2025-01-14 22:35:30.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.764 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:35:30.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.773 | +./stack.sh:echo_summary:474 echo -e Creating initial neutron network elements +2025-01-14 22:35:30.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.782 | +./stack.sh:main:1347 type -p neutron_plugin_create_initial_networks +2025-01-14 22:35:30.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.790 | +./stack.sh:main:1350 create_neutron_initial_network +2025-01-14 22:35:30.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.798 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:157 type -p neutron_plugin_create_initial_network_profile +2025-01-14 22:35:30.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.807 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:161 is_networking_extension_supported auto-allocated-topology +2025-01-14 22:35:30.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.816 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:433 local extension=auto-allocated-topology +2025-01-14 22:35:30.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.826 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:435 oscwrap --os-cloud devstack-****** --os-region RegionOne extension list --network -c Alias -f value +2025-01-14 22:35:30.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:30.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.243 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:32.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.254 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:435 EXT_LIST='address-group +2025-01-14 22:35:32.254 | address-scope +2025-01-14 22:35:32.254 | agent +2025-01-14 22:35:32.255 | allowed-address-pairs +2025-01-14 22:35:32.255 | auto-allocated-topology +2025-01-14 22:35:32.255 | availability_zone +2025-01-14 22:35:32.255 | default-subnetpools +2025-01-14 22:35:32.255 | dhcp_agent_scheduler +2025-01-14 22:35:32.255 | dns-integration +2025-01-14 22:35:32.255 | dns-domain-ports +2025-01-14 22:35:32.255 | dns-integration-domain-keywords +2025-01-14 22:35:32.255 | external-net +2025-01-14 22:35:32.255 | extra_dhcp_opt +2025-01-14 22:35:32.255 | extraroute +2025-01-14 22:35:32.255 | filter-validation +2025-01-14 22:35:32.255 | floating-ip-port-forwarding-detail +2025-01-14 22:35:32.255 | fip-port-details +2025-01-14 22:35:32.255 | flavors +2025-01-14 22:35:32.255 | floatingip-pools +2025-01-14 22:35:32.255 | router +2025-01-14 22:35:32.255 | enable-default-route-bfd +2025-01-14 22:35:32.255 | enable-default-route-ecmp +2025-01-14 22:35:32.255 | ext-gw-mode +2025-01-14 22:35:32.255 | l3-ha +2025-01-14 22:35:32.255 | external-gateway-multihoming +2025-01-14 22:35:32.255 | l3-flavors +2025-01-14 22:35:32.255 | multi-provider +2025-01-14 22:35:32.255 | net-mtu +2025-01-14 22:35:32.255 | net-mtu-writable +2025-01-14 22:35:32.255 | network_availability_zone +2025-01-14 22:35:32.255 | network-ip-availability +2025-01-14 22:35:32.255 | pagination +2025-01-14 22:35:32.255 | port-device-profile +2025-01-14 22:35:32.255 | port-mac-address-regenerate +2025-01-14 22:35:32.255 | port-numa-affinity-policy +2025-01-14 22:35:32.255 | port-numa-affinity-policy-socket +2025-01-14 22:35:32.255 | binding +2025-01-14 22:35:32.255 | binding-extended +2025-01-14 22:35:32.255 | port-security +2025-01-14 22:35:32.255 | project-id +2025-01-14 22:35:32.255 | provider +2025-01-14 22:35:32.255 | quota-check-limit +2025-01-14 22:35:32.255 | quota-check-limit-default +2025-01-14 22:35:32.256 | quotas +2025-01-14 22:35:32.256 | quota_details +2025-01-14 22:35:32.256 | rbac-policies +2025-01-14 22:35:32.256 | rbac-address-scope +2025-01-14 22:35:32.256 | rbac-security-groups +2025-01-14 22:35:32.256 | revision-if-match +2025-01-14 22:35:32.256 | standard-attr-revisions +2025-01-14 22:35:32.256 | router_availability_zone +2025-01-14 22:35:32.256 | security-groups-default-rules +2025-01-14 22:35:32.256 | security-groups-normalized-cidr +2025-01-14 22:35:32.256 | security-groups-remote-address-group +2025-01-14 22:35:32.256 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:32.256 | security-groups-shared-filtering +2025-01-14 22:35:32.256 | security-group +2025-01-14 22:35:32.256 | service-type +2025-01-14 22:35:32.256 | sorting +2025-01-14 22:35:32.256 | standard-attr-description +2025-01-14 22:35:32.256 | stateful-security-group +2025-01-14 22:35:32.256 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:32.256 | subnet-external-network +2025-01-14 22:35:32.256 | subnet-service-types +2025-01-14 22:35:32.256 | subnet_allocation +2025-01-14 22:35:32.256 | subnetpool-prefix-ops +2025-01-14 22:35:32.256 | tag-creation +2025-01-14 22:35:32.256 | standard-attr-tag +2025-01-14 22:35:32.256 | standard-attr-timestamp' +2025-01-14 22:35:32.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.267 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 [[ address-group +2025-01-14 22:35:32.267 | address-scope +2025-01-14 22:35:32.267 | agent +2025-01-14 22:35:32.267 | allowed-address-pairs +2025-01-14 22:35:32.267 | auto-allocated-topology +2025-01-14 22:35:32.267 | availability_zone +2025-01-14 22:35:32.267 | default-subnetpools +2025-01-14 22:35:32.267 | dhcp_agent_scheduler +2025-01-14 22:35:32.267 | dns-integration +2025-01-14 22:35:32.267 | dns-domain-ports +2025-01-14 22:35:32.267 | dns-integration-domain-keywords +2025-01-14 22:35:32.267 | external-net +2025-01-14 22:35:32.267 | extra_dhcp_opt +2025-01-14 22:35:32.267 | extraroute +2025-01-14 22:35:32.267 | filter-validation +2025-01-14 22:35:32.267 | floating-ip-port-forwarding-detail +2025-01-14 22:35:32.267 | fip-port-details +2025-01-14 22:35:32.267 | flavors +2025-01-14 22:35:32.267 | floatingip-pools +2025-01-14 22:35:32.267 | router +2025-01-14 22:35:32.267 | enable-default-route-bfd +2025-01-14 22:35:32.267 | enable-default-route-ecmp +2025-01-14 22:35:32.267 | ext-gw-mode +2025-01-14 22:35:32.267 | l3-ha +2025-01-14 22:35:32.267 | external-gateway-multihoming +2025-01-14 22:35:32.267 | l3-flavors +2025-01-14 22:35:32.267 | multi-provider +2025-01-14 22:35:32.267 | net-mtu +2025-01-14 22:35:32.268 | net-mtu-writable +2025-01-14 22:35:32.268 | network_availability_zone +2025-01-14 22:35:32.268 | network-ip-availability +2025-01-14 22:35:32.268 | pagination +2025-01-14 22:35:32.268 | port-device-profile +2025-01-14 22:35:32.268 | port-mac-address-regenerate +2025-01-14 22:35:32.268 | port-numa-affinity-policy +2025-01-14 22:35:32.268 | port-numa-affinity-policy-socket +2025-01-14 22:35:32.268 | binding +2025-01-14 22:35:32.268 | binding-extended +2025-01-14 22:35:32.268 | port-security +2025-01-14 22:35:32.268 | project-id +2025-01-14 22:35:32.268 | provider +2025-01-14 22:35:32.268 | quota-check-limit +2025-01-14 22:35:32.268 | quota-check-limit-default +2025-01-14 22:35:32.268 | quotas +2025-01-14 22:35:32.268 | quota_details +2025-01-14 22:35:32.268 | rbac-policies +2025-01-14 22:35:32.268 | rbac-address-scope +2025-01-14 22:35:32.268 | rbac-security-groups +2025-01-14 22:35:32.268 | revision-if-match +2025-01-14 22:35:32.268 | standard-attr-revisions +2025-01-14 22:35:32.268 | router_availability_zone +2025-01-14 22:35:32.268 | security-groups-default-rules +2025-01-14 22:35:32.268 | security-groups-normalized-cidr +2025-01-14 22:35:32.268 | security-groups-remote-address-group +2025-01-14 22:35:32.268 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:32.268 | security-groups-shared-filtering +2025-01-14 22:35:32.268 | security-group +2025-01-14 22:35:32.268 | service-type +2025-01-14 22:35:32.268 | sorting +2025-01-14 22:35:32.268 | standard-attr-description +2025-01-14 22:35:32.268 | stateful-security-group +2025-01-14 22:35:32.268 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:32.268 | subnet-external-network +2025-01-14 22:35:32.268 | subnet-service-types +2025-01-14 22:35:32.268 | subnet_allocation +2025-01-14 22:35:32.268 | subnetpool-prefix-ops +2025-01-14 22:35:32.268 | tag-creation +2025-01-14 22:35:32.268 | standard-attr-tag +2025-01-14 22:35:32.268 | standard-attr-timestamp =~ auto-allocated-topology ]] +2025-01-14 22:35:32.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.277 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 return 0 +2025-01-14 22:35:32.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.289 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:162 [[ False == \T\r\u\e ]] +2025-01-14 22:35:32.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.298 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:172 is_provider_network +2025-01-14 22:35:32.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.309 | +functions-common:is_provider_network:2270 '[' '' == True ']' +2025-01-14 22:35:32.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.319 | +functions-common:is_provider_network:2273 return 1 +2025-01-14 22:35:32.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.333 | ++lib/neutron_plugins/services/l3:create_neutron_initial_network:202 oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id +2025-01-14 22:35:32.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:32.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.406 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:34.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.418 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:202 NET_ID=48d5152c-6691-449f-b111-e44ba4f4f95a +2025-01-14 22:35:34.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.426 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:203 die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' +2025-01-14 22:35:34.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.436 | +functions-common:die_if_not_set:303 local exitcode=0 +2025-01-14 22:35:34.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.478 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:205 [[ 4 =~ 4.* ]] +2025-01-14 22:35:34.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.485 | ++lib/neutron_plugins/services/l3:create_neutron_initial_network:207 _neutron_create_private_subnet_v4 +2025-01-14 22:35:34.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.492 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 '[' -z ']' +2025-01-14 22:35:34.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.497 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:255 fixed_range_v4=10.0.0.0/22 +2025-01-14 22:35:34.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.507 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 local 'subnet_params=--ip-version 4 ' +2025-01-14 22:35:34.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.518 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 [[ -n '' ]] +2025-01-14 22:35:34.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.527 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 subnet_params+=' ' +2025-01-14 22:35:34.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.538 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 subnet_params+='--subnet-range 10.0.0.0/22 ' +2025-01-14 22:35:34.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.546 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 subnet_params+='--network 48d5152c-6691-449f-b111-e44ba4f4f95a private-subnet' +2025-01-14 22:35:34.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.555 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 local subnet_id +2025-01-14 22:35:34.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.564 | +++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 oscwrap --os-cloud devstack-******-demo --os-region RegionOne subnet create --ip-version 4 --subnet-range 10.0.0.0/22 --network 48d5152c-6691-449f-b111-e44ba4f4f95a private-subnet -f value -c id +2025-01-14 22:35:34.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:34.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.726 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:36.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.737 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 subnet_id=31c7ed45-300b-4e9d-90f1-d184e0e6677e +2025-01-14 22:35:36.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.745 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' +2025-01-14 22:35:36.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.753 | ++functions-common:die_if_not_set:303 local exitcode=0 +2025-01-14 22:35:36.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.789 | ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 echo 31c7ed45-300b-4e9d-90f1-d184e0e6677e +2025-01-14 22:35:36.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.796 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:207 SUBNET_ID=31c7ed45-300b-4e9d-90f1-d184e0e6677e +2025-01-14 22:35:36.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.802 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:210 [[ 4 =~ .*6 ]] +2025-01-14 22:35:36.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.809 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:216 is_networking_extension_supported router +2025-01-14 22:35:36.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.815 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:433 local extension=router +2025-01-14 22:35:36.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.825 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:435 oscwrap --os-cloud devstack-****** --os-region RegionOne extension list --network -c Alias -f value +2025-01-14 22:35:36.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:36.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.131 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:38.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.142 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:435 EXT_LIST='address-group +2025-01-14 22:35:38.142 | address-scope +2025-01-14 22:35:38.142 | agent +2025-01-14 22:35:38.142 | allowed-address-pairs +2025-01-14 22:35:38.142 | auto-allocated-topology +2025-01-14 22:35:38.143 | availability_zone +2025-01-14 22:35:38.143 | default-subnetpools +2025-01-14 22:35:38.143 | dhcp_agent_scheduler +2025-01-14 22:35:38.143 | dns-integration +2025-01-14 22:35:38.143 | dns-domain-ports +2025-01-14 22:35:38.143 | dns-integration-domain-keywords +2025-01-14 22:35:38.143 | external-net +2025-01-14 22:35:38.143 | extra_dhcp_opt +2025-01-14 22:35:38.143 | extraroute +2025-01-14 22:35:38.143 | filter-validation +2025-01-14 22:35:38.143 | floating-ip-port-forwarding-detail +2025-01-14 22:35:38.143 | fip-port-details +2025-01-14 22:35:38.143 | flavors +2025-01-14 22:35:38.143 | floatingip-pools +2025-01-14 22:35:38.143 | router +2025-01-14 22:35:38.143 | enable-default-route-bfd +2025-01-14 22:35:38.144 | enable-default-route-ecmp +2025-01-14 22:35:38.144 | ext-gw-mode +2025-01-14 22:35:38.144 | l3-ha +2025-01-14 22:35:38.144 | external-gateway-multihoming +2025-01-14 22:35:38.144 | l3-flavors +2025-01-14 22:35:38.144 | multi-provider +2025-01-14 22:35:38.144 | net-mtu +2025-01-14 22:35:38.144 | net-mtu-writable +2025-01-14 22:35:38.144 | network_availability_zone +2025-01-14 22:35:38.144 | network-ip-availability +2025-01-14 22:35:38.144 | pagination +2025-01-14 22:35:38.144 | port-device-profile +2025-01-14 22:35:38.144 | port-mac-address-regenerate +2025-01-14 22:35:38.144 | port-numa-affinity-policy +2025-01-14 22:35:38.144 | port-numa-affinity-policy-socket +2025-01-14 22:35:38.145 | binding +2025-01-14 22:35:38.145 | binding-extended +2025-01-14 22:35:38.145 | port-security +2025-01-14 22:35:38.145 | project-id +2025-01-14 22:35:38.145 | provider +2025-01-14 22:35:38.145 | quota-check-limit +2025-01-14 22:35:38.145 | quota-check-limit-default +2025-01-14 22:35:38.145 | quotas +2025-01-14 22:35:38.145 | quota_details +2025-01-14 22:35:38.145 | rbac-policies +2025-01-14 22:35:38.145 | rbac-address-scope +2025-01-14 22:35:38.145 | rbac-security-groups +2025-01-14 22:35:38.145 | revision-if-match +2025-01-14 22:35:38.145 | standard-attr-revisions +2025-01-14 22:35:38.145 | router_availability_zone +2025-01-14 22:35:38.145 | security-groups-default-rules +2025-01-14 22:35:38.145 | security-groups-normalized-cidr +2025-01-14 22:35:38.145 | security-groups-remote-address-group +2025-01-14 22:35:38.145 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:38.145 | security-groups-shared-filtering +2025-01-14 22:35:38.145 | security-group +2025-01-14 22:35:38.145 | service-type +2025-01-14 22:35:38.145 | sorting +2025-01-14 22:35:38.145 | standard-attr-description +2025-01-14 22:35:38.145 | stateful-security-group +2025-01-14 22:35:38.145 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:38.145 | subnet-external-network +2025-01-14 22:35:38.145 | subnet-service-types +2025-01-14 22:35:38.145 | subnet_allocation +2025-01-14 22:35:38.145 | subnetpool-prefix-ops +2025-01-14 22:35:38.145 | tag-creation +2025-01-14 22:35:38.146 | standard-attr-tag +2025-01-14 22:35:38.146 | standard-attr-timestamp' +2025-01-14 22:35:38.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.153 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 [[ address-group +2025-01-14 22:35:38.153 | address-scope +2025-01-14 22:35:38.153 | agent +2025-01-14 22:35:38.153 | allowed-address-pairs +2025-01-14 22:35:38.153 | auto-allocated-topology +2025-01-14 22:35:38.153 | availability_zone +2025-01-14 22:35:38.153 | default-subnetpools +2025-01-14 22:35:38.153 | dhcp_agent_scheduler +2025-01-14 22:35:38.153 | dns-integration +2025-01-14 22:35:38.153 | dns-domain-ports +2025-01-14 22:35:38.153 | dns-integration-domain-keywords +2025-01-14 22:35:38.153 | external-net +2025-01-14 22:35:38.153 | extra_dhcp_opt +2025-01-14 22:35:38.153 | extraroute +2025-01-14 22:35:38.153 | filter-validation +2025-01-14 22:35:38.153 | floating-ip-port-forwarding-detail +2025-01-14 22:35:38.153 | fip-port-details +2025-01-14 22:35:38.153 | flavors +2025-01-14 22:35:38.153 | floatingip-pools +2025-01-14 22:35:38.153 | router +2025-01-14 22:35:38.153 | enable-default-route-bfd +2025-01-14 22:35:38.153 | enable-default-route-ecmp +2025-01-14 22:35:38.153 | ext-gw-mode +2025-01-14 22:35:38.153 | l3-ha +2025-01-14 22:35:38.153 | external-gateway-multihoming +2025-01-14 22:35:38.153 | l3-flavors +2025-01-14 22:35:38.153 | multi-provider +2025-01-14 22:35:38.153 | net-mtu +2025-01-14 22:35:38.153 | net-mtu-writable +2025-01-14 22:35:38.153 | network_availability_zone +2025-01-14 22:35:38.153 | network-ip-availability +2025-01-14 22:35:38.153 | pagination +2025-01-14 22:35:38.153 | port-device-profile +2025-01-14 22:35:38.153 | port-mac-address-regenerate +2025-01-14 22:35:38.153 | port-numa-affinity-policy +2025-01-14 22:35:38.153 | port-numa-affinity-policy-socket +2025-01-14 22:35:38.153 | binding +2025-01-14 22:35:38.153 | binding-extended +2025-01-14 22:35:38.153 | port-security +2025-01-14 22:35:38.153 | project-id +2025-01-14 22:35:38.153 | provider +2025-01-14 22:35:38.153 | quota-check-limit +2025-01-14 22:35:38.153 | quota-check-limit-default +2025-01-14 22:35:38.153 | quotas +2025-01-14 22:35:38.153 | quota_details +2025-01-14 22:35:38.153 | rbac-policies +2025-01-14 22:35:38.154 | rbac-address-scope +2025-01-14 22:35:38.154 | rbac-security-groups +2025-01-14 22:35:38.154 | revision-if-match +2025-01-14 22:35:38.154 | standard-attr-revisions +2025-01-14 22:35:38.154 | router_availability_zone +2025-01-14 22:35:38.154 | security-groups-default-rules +2025-01-14 22:35:38.154 | security-groups-normalized-cidr +2025-01-14 22:35:38.154 | security-groups-remote-address-group +2025-01-14 22:35:38.154 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:38.154 | security-groups-shared-filtering +2025-01-14 22:35:38.154 | security-group +2025-01-14 22:35:38.154 | service-type +2025-01-14 22:35:38.154 | sorting +2025-01-14 22:35:38.154 | standard-attr-description +2025-01-14 22:35:38.154 | stateful-security-group +2025-01-14 22:35:38.154 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:38.154 | subnet-external-network +2025-01-14 22:35:38.154 | subnet-service-types +2025-01-14 22:35:38.154 | subnet_allocation +2025-01-14 22:35:38.154 | subnetpool-prefix-ops +2025-01-14 22:35:38.154 | tag-creation +2025-01-14 22:35:38.154 | standard-attr-tag +2025-01-14 22:35:38.154 | standard-attr-timestamp =~ router ]] +2025-01-14 22:35:38.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.164 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 return 0 +2025-01-14 22:35:38.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.171 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:216 is_networking_extension_supported external-net +2025-01-14 22:35:38.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.178 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:433 local extension=external-net +2025-01-14 22:35:38.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.185 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:435 oscwrap --os-cloud devstack-****** --os-region RegionOne extension list --network -c Alias -f value +2025-01-14 22:35:38.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:38.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.451 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:39.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.463 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:435 EXT_LIST='address-group +2025-01-14 22:35:39.463 | address-scope +2025-01-14 22:35:39.463 | agent +2025-01-14 22:35:39.463 | allowed-address-pairs +2025-01-14 22:35:39.464 | auto-allocated-topology +2025-01-14 22:35:39.464 | availability_zone +2025-01-14 22:35:39.464 | default-subnetpools +2025-01-14 22:35:39.464 | dhcp_agent_scheduler +2025-01-14 22:35:39.464 | dns-integration +2025-01-14 22:35:39.464 | dns-domain-ports +2025-01-14 22:35:39.464 | dns-integration-domain-keywords +2025-01-14 22:35:39.464 | external-net +2025-01-14 22:35:39.464 | extra_dhcp_opt +2025-01-14 22:35:39.464 | extraroute +2025-01-14 22:35:39.464 | filter-validation +2025-01-14 22:35:39.464 | floating-ip-port-forwarding-detail +2025-01-14 22:35:39.464 | fip-port-details +2025-01-14 22:35:39.464 | flavors +2025-01-14 22:35:39.464 | floatingip-pools +2025-01-14 22:35:39.464 | router +2025-01-14 22:35:39.464 | enable-default-route-bfd +2025-01-14 22:35:39.464 | enable-default-route-ecmp +2025-01-14 22:35:39.465 | ext-gw-mode +2025-01-14 22:35:39.465 | l3-ha +2025-01-14 22:35:39.465 | external-gateway-multihoming +2025-01-14 22:35:39.465 | l3-flavors +2025-01-14 22:35:39.465 | multi-provider +2025-01-14 22:35:39.465 | net-mtu +2025-01-14 22:35:39.465 | net-mtu-writable +2025-01-14 22:35:39.465 | network_availability_zone +2025-01-14 22:35:39.465 | network-ip-availability +2025-01-14 22:35:39.465 | pagination +2025-01-14 22:35:39.465 | port-device-profile +2025-01-14 22:35:39.465 | port-mac-address-regenerate +2025-01-14 22:35:39.465 | port-numa-affinity-policy +2025-01-14 22:35:39.465 | port-numa-affinity-policy-socket +2025-01-14 22:35:39.465 | binding +2025-01-14 22:35:39.465 | binding-extended +2025-01-14 22:35:39.465 | port-security +2025-01-14 22:35:39.465 | project-id +2025-01-14 22:35:39.466 | provider +2025-01-14 22:35:39.466 | quota-check-limit +2025-01-14 22:35:39.466 | quota-check-limit-default +2025-01-14 22:35:39.466 | quotas +2025-01-14 22:35:39.466 | quota_details +2025-01-14 22:35:39.466 | rbac-policies +2025-01-14 22:35:39.466 | rbac-address-scope +2025-01-14 22:35:39.466 | rbac-security-groups +2025-01-14 22:35:39.466 | revision-if-match +2025-01-14 22:35:39.466 | standard-attr-revisions +2025-01-14 22:35:39.466 | router_availability_zone +2025-01-14 22:35:39.466 | security-groups-default-rules +2025-01-14 22:35:39.466 | security-groups-normalized-cidr +2025-01-14 22:35:39.466 | security-groups-remote-address-group +2025-01-14 22:35:39.466 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:39.466 | security-groups-shared-filtering +2025-01-14 22:35:39.466 | security-group +2025-01-14 22:35:39.466 | service-type +2025-01-14 22:35:39.467 | sorting +2025-01-14 22:35:39.467 | standard-attr-description +2025-01-14 22:35:39.467 | stateful-security-group +2025-01-14 22:35:39.467 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:39.467 | subnet-external-network +2025-01-14 22:35:39.467 | subnet-service-types +2025-01-14 22:35:39.467 | subnet_allocation +2025-01-14 22:35:39.467 | subnetpool-prefix-ops +2025-01-14 22:35:39.467 | tag-creation +2025-01-14 22:35:39.467 | standard-attr-tag +2025-01-14 22:35:39.467 | standard-attr-timestamp' +2025-01-14 22:35:39.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.475 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 [[ address-group +2025-01-14 22:35:39.475 | address-scope +2025-01-14 22:35:39.475 | agent +2025-01-14 22:35:39.475 | allowed-address-pairs +2025-01-14 22:35:39.475 | auto-allocated-topology +2025-01-14 22:35:39.475 | availability_zone +2025-01-14 22:35:39.475 | default-subnetpools +2025-01-14 22:35:39.476 | dhcp_agent_scheduler +2025-01-14 22:35:39.476 | dns-integration +2025-01-14 22:35:39.476 | dns-domain-ports +2025-01-14 22:35:39.476 | dns-integration-domain-keywords +2025-01-14 22:35:39.476 | external-net +2025-01-14 22:35:39.476 | extra_dhcp_opt +2025-01-14 22:35:39.476 | extraroute +2025-01-14 22:35:39.476 | filter-validation +2025-01-14 22:35:39.476 | floating-ip-port-forwarding-detail +2025-01-14 22:35:39.476 | fip-port-details +2025-01-14 22:35:39.476 | flavors +2025-01-14 22:35:39.476 | floatingip-pools +2025-01-14 22:35:39.476 | router +2025-01-14 22:35:39.476 | enable-default-route-bfd +2025-01-14 22:35:39.476 | enable-default-route-ecmp +2025-01-14 22:35:39.476 | ext-gw-mode +2025-01-14 22:35:39.476 | l3-ha +2025-01-14 22:35:39.476 | external-gateway-multihoming +2025-01-14 22:35:39.476 | l3-flavors +2025-01-14 22:35:39.476 | multi-provider +2025-01-14 22:35:39.476 | net-mtu +2025-01-14 22:35:39.476 | net-mtu-writable +2025-01-14 22:35:39.476 | network_availability_zone +2025-01-14 22:35:39.476 | network-ip-availability +2025-01-14 22:35:39.477 | pagination +2025-01-14 22:35:39.477 | port-device-profile +2025-01-14 22:35:39.477 | port-mac-address-regenerate +2025-01-14 22:35:39.477 | port-numa-affinity-policy +2025-01-14 22:35:39.477 | port-numa-affinity-policy-socket +2025-01-14 22:35:39.477 | binding +2025-01-14 22:35:39.477 | binding-extended +2025-01-14 22:35:39.477 | port-security +2025-01-14 22:35:39.477 | project-id +2025-01-14 22:35:39.477 | provider +2025-01-14 22:35:39.477 | quota-check-limit +2025-01-14 22:35:39.477 | quota-check-limit-default +2025-01-14 22:35:39.477 | quotas +2025-01-14 22:35:39.477 | quota_details +2025-01-14 22:35:39.477 | rbac-policies +2025-01-14 22:35:39.477 | rbac-address-scope +2025-01-14 22:35:39.477 | rbac-security-groups +2025-01-14 22:35:39.477 | revision-if-match +2025-01-14 22:35:39.477 | standard-attr-revisions +2025-01-14 22:35:39.477 | router_availability_zone +2025-01-14 22:35:39.477 | security-groups-default-rules +2025-01-14 22:35:39.477 | security-groups-normalized-cidr +2025-01-14 22:35:39.477 | security-groups-remote-address-group +2025-01-14 22:35:39.478 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:39.478 | security-groups-shared-filtering +2025-01-14 22:35:39.478 | security-group +2025-01-14 22:35:39.478 | service-type +2025-01-14 22:35:39.478 | sorting +2025-01-14 22:35:39.478 | standard-attr-description +2025-01-14 22:35:39.478 | stateful-security-group +2025-01-14 22:35:39.478 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:39.478 | subnet-external-network +2025-01-14 22:35:39.478 | subnet-service-types +2025-01-14 22:35:39.478 | subnet_allocation +2025-01-14 22:35:39.478 | subnetpool-prefix-ops +2025-01-14 22:35:39.478 | tag-creation +2025-01-14 22:35:39.478 | standard-attr-tag +2025-01-14 22:35:39.478 | standard-attr-timestamp =~ external-net ]] +2025-01-14 22:35:39.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.484 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 return 0 +2025-01-14 22:35:39.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.495 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:218 [[ True == \T\r\u\e ]] +2025-01-14 22:35:39.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.508 | ++lib/neutron_plugins/services/l3:create_neutron_initial_network:220 oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id +2025-01-14 22:35:39.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:39.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.898 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:40.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.907 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:220 ROUTER_ID=6d7ef129-362f-4156-945c-332e54e8edf8 +2025-01-14 22:35:40.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.916 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:221 die_if_not_set 221 ROUTER_ID 'Failure creating router router1' +2025-01-14 22:35:40.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.925 | +functions-common:die_if_not_set:303 local exitcode=0 +2025-01-14 22:35:40.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.973 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:228 EXTERNAL_NETWORK_FLAGS=--external +2025-01-14 22:35:40.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.981 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:229 is_networking_extension_supported auto-allocated-topology +2025-01-14 22:35:40.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.988 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:433 local extension=auto-allocated-topology +2025-01-14 22:35:40.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:40.997 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:435 oscwrap --os-cloud devstack-****** --os-region RegionOne extension list --network -c Alias -f value +2025-01-14 22:35:40.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:41.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.246 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:42.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.257 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:435 EXT_LIST='address-group +2025-01-14 22:35:42.258 | address-scope +2025-01-14 22:35:42.258 | agent +2025-01-14 22:35:42.258 | allowed-address-pairs +2025-01-14 22:35:42.258 | auto-allocated-topology +2025-01-14 22:35:42.258 | availability_zone +2025-01-14 22:35:42.258 | default-subnetpools +2025-01-14 22:35:42.258 | dhcp_agent_scheduler +2025-01-14 22:35:42.258 | dns-integration +2025-01-14 22:35:42.258 | dns-domain-ports +2025-01-14 22:35:42.258 | dns-integration-domain-keywords +2025-01-14 22:35:42.258 | external-net +2025-01-14 22:35:42.258 | extra_dhcp_opt +2025-01-14 22:35:42.258 | extraroute +2025-01-14 22:35:42.258 | filter-validation +2025-01-14 22:35:42.258 | floating-ip-port-forwarding-detail +2025-01-14 22:35:42.258 | fip-port-details +2025-01-14 22:35:42.258 | flavors +2025-01-14 22:35:42.258 | floatingip-pools +2025-01-14 22:35:42.258 | router +2025-01-14 22:35:42.258 | enable-default-route-bfd +2025-01-14 22:35:42.258 | enable-default-route-ecmp +2025-01-14 22:35:42.258 | ext-gw-mode +2025-01-14 22:35:42.258 | l3-ha +2025-01-14 22:35:42.258 | external-gateway-multihoming +2025-01-14 22:35:42.258 | l3-flavors +2025-01-14 22:35:42.258 | multi-provider +2025-01-14 22:35:42.258 | net-mtu +2025-01-14 22:35:42.258 | net-mtu-writable +2025-01-14 22:35:42.258 | network_availability_zone +2025-01-14 22:35:42.258 | network-ip-availability +2025-01-14 22:35:42.259 | pagination +2025-01-14 22:35:42.259 | port-device-profile +2025-01-14 22:35:42.259 | port-mac-address-regenerate +2025-01-14 22:35:42.259 | port-numa-affinity-policy +2025-01-14 22:35:42.259 | port-numa-affinity-policy-socket +2025-01-14 22:35:42.259 | binding +2025-01-14 22:35:42.259 | binding-extended +2025-01-14 22:35:42.259 | port-security +2025-01-14 22:35:42.259 | project-id +2025-01-14 22:35:42.259 | provider +2025-01-14 22:35:42.259 | quota-check-limit +2025-01-14 22:35:42.259 | quota-check-limit-default +2025-01-14 22:35:42.259 | quotas +2025-01-14 22:35:42.259 | quota_details +2025-01-14 22:35:42.259 | rbac-policies +2025-01-14 22:35:42.259 | rbac-address-scope +2025-01-14 22:35:42.259 | rbac-security-groups +2025-01-14 22:35:42.259 | revision-if-match +2025-01-14 22:35:42.259 | standard-attr-revisions +2025-01-14 22:35:42.259 | router_availability_zone +2025-01-14 22:35:42.259 | security-groups-default-rules +2025-01-14 22:35:42.259 | security-groups-normalized-cidr +2025-01-14 22:35:42.259 | security-groups-remote-address-group +2025-01-14 22:35:42.259 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:42.259 | security-groups-shared-filtering +2025-01-14 22:35:42.259 | security-group +2025-01-14 22:35:42.259 | service-type +2025-01-14 22:35:42.259 | sorting +2025-01-14 22:35:42.259 | standard-attr-description +2025-01-14 22:35:42.259 | stateful-security-group +2025-01-14 22:35:42.259 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:42.259 | subnet-external-network +2025-01-14 22:35:42.260 | subnet-service-types +2025-01-14 22:35:42.260 | subnet_allocation +2025-01-14 22:35:42.260 | subnetpool-prefix-ops +2025-01-14 22:35:42.260 | tag-creation +2025-01-14 22:35:42.260 | standard-attr-tag +2025-01-14 22:35:42.260 | standard-attr-timestamp' +2025-01-14 22:35:42.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.268 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 [[ address-group +2025-01-14 22:35:42.268 | address-scope +2025-01-14 22:35:42.268 | agent +2025-01-14 22:35:42.268 | allowed-address-pairs +2025-01-14 22:35:42.268 | auto-allocated-topology +2025-01-14 22:35:42.268 | availability_zone +2025-01-14 22:35:42.268 | default-subnetpools +2025-01-14 22:35:42.268 | dhcp_agent_scheduler +2025-01-14 22:35:42.268 | dns-integration +2025-01-14 22:35:42.268 | dns-domain-ports +2025-01-14 22:35:42.268 | dns-integration-domain-keywords +2025-01-14 22:35:42.268 | external-net +2025-01-14 22:35:42.268 | extra_dhcp_opt +2025-01-14 22:35:42.268 | extraroute +2025-01-14 22:35:42.268 | filter-validation +2025-01-14 22:35:42.268 | floating-ip-port-forwarding-detail +2025-01-14 22:35:42.268 | fip-port-details +2025-01-14 22:35:42.268 | flavors +2025-01-14 22:35:42.268 | floatingip-pools +2025-01-14 22:35:42.268 | router +2025-01-14 22:35:42.269 | enable-default-route-bfd +2025-01-14 22:35:42.269 | enable-default-route-ecmp +2025-01-14 22:35:42.269 | ext-gw-mode +2025-01-14 22:35:42.269 | l3-ha +2025-01-14 22:35:42.269 | external-gateway-multihoming +2025-01-14 22:35:42.269 | l3-flavors +2025-01-14 22:35:42.269 | multi-provider +2025-01-14 22:35:42.269 | net-mtu +2025-01-14 22:35:42.269 | net-mtu-writable +2025-01-14 22:35:42.269 | network_availability_zone +2025-01-14 22:35:42.269 | network-ip-availability +2025-01-14 22:35:42.269 | pagination +2025-01-14 22:35:42.269 | port-device-profile +2025-01-14 22:35:42.269 | port-mac-address-regenerate +2025-01-14 22:35:42.269 | port-numa-affinity-policy +2025-01-14 22:35:42.269 | port-numa-affinity-policy-socket +2025-01-14 22:35:42.269 | binding +2025-01-14 22:35:42.269 | binding-extended +2025-01-14 22:35:42.269 | port-security +2025-01-14 22:35:42.269 | project-id +2025-01-14 22:35:42.269 | provider +2025-01-14 22:35:42.269 | quota-check-limit +2025-01-14 22:35:42.269 | quota-check-limit-default +2025-01-14 22:35:42.269 | quotas +2025-01-14 22:35:42.269 | quota_details +2025-01-14 22:35:42.269 | rbac-policies +2025-01-14 22:35:42.269 | rbac-address-scope +2025-01-14 22:35:42.269 | rbac-security-groups +2025-01-14 22:35:42.269 | revision-if-match +2025-01-14 22:35:42.269 | standard-attr-revisions +2025-01-14 22:35:42.269 | router_availability_zone +2025-01-14 22:35:42.269 | security-groups-default-rules +2025-01-14 22:35:42.269 | security-groups-normalized-cidr +2025-01-14 22:35:42.269 | security-groups-remote-address-group +2025-01-14 22:35:42.269 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:35:42.269 | security-groups-shared-filtering +2025-01-14 22:35:42.269 | security-group +2025-01-14 22:35:42.269 | service-type +2025-01-14 22:35:42.269 | sorting +2025-01-14 22:35:42.269 | standard-attr-description +2025-01-14 22:35:42.269 | stateful-security-group +2025-01-14 22:35:42.269 | subnet-dns-publish-fixed-ip +2025-01-14 22:35:42.269 | subnet-external-network +2025-01-14 22:35:42.269 | subnet-service-types +2025-01-14 22:35:42.269 | subnet_allocation +2025-01-14 22:35:42.269 | subnetpool-prefix-ops +2025-01-14 22:35:42.269 | tag-creation +2025-01-14 22:35:42.269 | standard-attr-tag +2025-01-14 22:35:42.270 | standard-attr-timestamp =~ auto-allocated-topology ]] +2025-01-14 22:35:42.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.280 | +lib/neutron_plugins/services/l3:is_networking_extension_supported:436 return 0 +2025-01-14 22:35:42.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.288 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:230 EXTERNAL_NETWORK_FLAGS='--external --default' +2025-01-14 22:35:42.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.298 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:233 '[' True = True ']' +2025-01-14 22:35:42.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.311 | ++lib/neutron_plugins/services/l3:create_neutron_initial_network:234 oscwrap --os-cloud devstack-****** --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network public -f value -c id +2025-01-14 22:35:42.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:42.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:43.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:43.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:43.980 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:43.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:43.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:43.992 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:234 EXT_NET_ID=9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +2025-01-14 22:35:43.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.004 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:238 die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' +2025-01-14 22:35:44.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.016 | +functions-common:die_if_not_set:303 local exitcode=0 +2025-01-14 22:35:44.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.079 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:240 [[ 4 =~ 4.* ]] +2025-01-14 22:35:44.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.090 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:242 _neutron_configure_router_v4 +2025-01-14 22:35:44.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:44.101 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 openstack --os-cloud devstack-******-demo --os-region RegionOne router add subnet 6d7ef129-362f-4156-945c-332e54e8edf8 31c7ed45-300b-4e9d-90f1-d184e0e6677e +2025-01-14 22:35:46.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.206 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 local id_and_ext_gw_ip +2025-01-14 22:35:46.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.214 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 _neutron_create_public_subnet_v4 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +2025-01-14 22:35:46.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.221 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 local 'subnet_params=--ip-version 4 ' +2025-01-14 22:35:46.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.228 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 subnet_params+=' ' +2025-01-14 22:35:46.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.239 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 [[ -n '' ]] +2025-01-14 22:35:46.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.251 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 subnet_params+='--network 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 --subnet-range 172.24.4.0/24 --no-dhcp ' +2025-01-14 22:35:46.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.258 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 subnet_params+=public-subnet +2025-01-14 22:35:46.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.269 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 local id_and_ext_gw_ip +2025-01-14 22:35:46.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.277 | +++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 grep -e gateway_ip -e ' id ' +2025-01-14 22:35:46.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.278 | +++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 oscwrap --os-cloud devstack-****** --os-region RegionOne subnet create --ip-version 4 --network 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 --subnet-range 172.24.4.0/24 --no-dhcp public-subnet +2025-01-14 22:35:46.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:46.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.683 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:47.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.692 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 id_and_ext_gw_ip='| gateway_ip | 172.24.4.1 | +2025-01-14 22:35:47.692 | | id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' +2025-01-14 22:35:47.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.698 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' +2025-01-14 22:35:47.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.704 | ++functions-common:die_if_not_set:303 local exitcode=0 +2025-01-14 22:35:47.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.736 | ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' 2e40dc24-c635-4512-9eed-b95b6c562508 '|' +2025-01-14 22:35:47.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.742 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 id_and_ext_gw_ip='| gateway_ip | 172.24.4.1 | | id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' +2025-01-14 22:35:47.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.747 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 local ext_gw_ip +2025-01-14 22:35:47.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.754 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 get_field 2 +2025-01-14 22:35:47.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.755 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' 2e40dc24-c635-4512-9eed-b95b6c562508 '|' +2025-01-14 22:35:47.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.759 | ++functions-common:get_field:810 local data field +2025-01-14 22:35:47.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.765 | ++functions-common:get_field:811 read data +2025-01-14 22:35:47.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.771 | ++functions-common:get_field:812 '[' 2 -lt 0 ']' +2025-01-14 22:35:47.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.778 | ++functions-common:get_field:815 field='$3' +2025-01-14 22:35:47.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.785 | ++functions-common:get_field:817 echo '| gateway_ip | 172.24.4.1 | | id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' +2025-01-14 22:35:47.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.787 | ++functions-common:get_field:817 awk '-F[ \t]*\\|[ \t]*' '{print $3}' +2025-01-14 22:35:47.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.796 | ++functions-common:get_field:811 read data +2025-01-14 22:35:47.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.806 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 ext_gw_ip=172.24.4.1 +2025-01-14 22:35:47.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.815 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 get_field 5 +2025-01-14 22:35:47.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.816 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' 2e40dc24-c635-4512-9eed-b95b6c562508 '|' +2025-01-14 22:35:47.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.822 | ++functions-common:get_field:810 local data field +2025-01-14 22:35:47.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.828 | ++functions-common:get_field:811 read data +2025-01-14 22:35:47.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.835 | ++functions-common:get_field:812 '[' 5 -lt 0 ']' +2025-01-14 22:35:47.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.841 | ++functions-common:get_field:815 field='$6' +2025-01-14 22:35:47.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.849 | ++functions-common:get_field:817 echo '| gateway_ip | 172.24.4.1 | | id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' +2025-01-14 22:35:47.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.852 | ++functions-common:get_field:817 awk '-F[ \t]*\\|[ \t]*' '{print $6}' +2025-01-14 22:35:47.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.863 | ++functions-common:get_field:811 read data +2025-01-14 22:35:47.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.870 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 PUB_SUBNET_ID=2e40dc24-c635-4512-9eed-b95b6c562508 +2025-01-14 22:35:47.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:47.876 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 openstack --os-cloud devstack-******-demo --os-region RegionOne router set --external-gateway 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 6d7ef129-362f-4156-945c-332e54e8edf8 +2025-01-14 22:35:50.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.491 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 [[ ovn == \o\v\n ]] +2025-01-14 22:35:50.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.505 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 [[ True == \T\r\u\e ]] +2025-01-14 22:35:50.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.516 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 is_service_enabled q-svc neutron-api +2025-01-14 22:35:50.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.569 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:50.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.579 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 local ext_gw_interface=none +2025-01-14 22:35:50.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.591 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 is_neutron_ovs_base_plugin +2025-01-14 22:35:50.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.602 | +lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 return 0 +2025-01-14 22:35:50.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.613 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 _neutron_get_ext_gw_interface +2025-01-14 22:35:50.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.624 | ++lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 [[ False == \T\r\u\e ]] +2025-01-14 22:35:50.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.634 | ++lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true +2025-01-14 22:35:50.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.671 | ++lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 echo br-ex +2025-01-14 22:35:50.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.681 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 ext_gw_interface=br-ex +2025-01-14 22:35:50.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.691 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 [[ br-ex != \n\o\n\e ]] +2025-01-14 22:35:50.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.699 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 local cidr_len=24 +2025-01-14 22:35:50.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.706 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 local 'testcmd=ip -o link | grep -q br-ex' +2025-01-14 22:35:50.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.713 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' +2025-01-14 22:35:50.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.720 | +functions-common:test_with_retry:2359 local 'testcmd=ip -o link | grep -q br-ex' +2025-01-14 22:35:50.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.726 | +functions-common:test_with_retry:2360 local 'failmsg=br-ex creation failed' +2025-01-14 22:35:50.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.732 | +functions-common:test_with_retry:2361 local until=10 +2025-01-14 22:35:50.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.738 | +functions-common:test_with_retry:2362 local sleep=0.5 +2025-01-14 22:35:50.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.748 | +functions-common:test_with_retry:2364 time_start test_with_retry +2025-01-14 22:35:50.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.752 | +functions-common:time_start:2407 local name=test_with_retry +2025-01-14 22:35:50.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.757 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:50.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.763 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:50.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.769 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:50.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.777 | +functions-common:time_start:2412 _TIME_START[$name]=1736894150770 +2025-01-14 22:35:50.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.783 | +functions-common:test_with_retry:2365 timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' +2025-01-14 22:35:50.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.807 | +functions-common:test_with_retry:2368 time_stop test_with_retry +2025-01-14 22:35:50.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.820 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:50.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.828 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:50.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.835 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:50.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.843 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:50.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.851 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:50.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.858 | +functions-common:time_stop:2427 name=test_with_retry +2025-01-14 22:35:50.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.866 | +functions-common:time_stop:2428 start_time=1736894150770 +2025-01-14 22:35:50.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.872 | +functions-common:time_stop:2430 [[ -z 1736894150770 ]] +2025-01-14 22:35:50.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.879 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:50.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.886 | +functions-common:time_stop:2433 end_time=1736894150880 +2025-01-14 22:35:50.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.891 | +functions-common:time_stop:2434 elapsed_time=110 +2025-01-14 22:35:50.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.897 | +functions-common:time_stop:2435 total=4667 +2025-01-14 22:35:50.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.904 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:50.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.912 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=4777 +2025-01-14 22:35:50.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.920 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 grep -c 172.24.4.1 +2025-01-14 22:35:50.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.921 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 ip addr show dev br-ex +2025-01-14 22:35:50.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.930 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 [[ 0 == 0 ]] +2025-01-14 22:35:50.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.937 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 [[ True == \F\a\l\s\e ]] +2025-01-14 22:35:50.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.944 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 [[ False == \T\r\u\e ]] +2025-01-14 22:35:50.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.953 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 [[ True == \T\r\u\e ]] +2025-01-14 22:35:50.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.961 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 sudo ip addr add 172.24.4.1/24 dev br-ex +2025-01-14 22:35:50.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:50.986 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:354 sudo ip link set br-ex up +2025-01-14 22:35:51.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.006 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 oscwrap --os-cloud devstack-****** --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway +2025-01-14 22:35:51.007 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 awk -Fip_address '{ print $2 }' +2025-01-14 22:35:51.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.009 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 cut -f2 '-d'\''' +2025-01-14 22:35:51.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.010 | ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 tr '\n' ' ' +2025-01-14 22:35:51.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:51.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.285 | ++functions-common:oscwrap:2466 return 0 +2025-01-14 22:35:52.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.297 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 ROUTER_GW_IP=' 172.24.4.113 ' +2025-01-14 22:35:52.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.308 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' +2025-01-14 22:35:52.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.318 | +functions-common:die_if_not_set:303 local exitcode=0 +2025-01-14 22:35:52.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.379 | +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 _neutron_set_router_id +2025-01-14 22:35:52.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.388 | +lib/neutron_plugins/services/l3:_neutron_set_router_id:137 [[ True == \F\a\l\s\e ]] +2025-01-14 22:35:52.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.400 | +lib/neutron_plugins/services/l3:create_neutron_initial_network:245 [[ 4 =~ .*6 ]] +2025-01-14 22:35:52.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.415 | +./stack.sh:main:1355 is_service_enabled nova +2025-01-14 22:35:52.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.463 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:52.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.470 | +./stack.sh:main:1356 echo_summary 'Starting Nova' +2025-01-14 22:35:52.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.477 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:35:52.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.485 | +./stack.sh:echo_summary:474 echo -e Starting Nova +2025-01-14 22:35:52.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.495 | +./stack.sh:main:1357 start_nova +2025-01-14 22:35:52.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.505 | +lib/nova:start_nova:1188 start_nova_rest +2025-01-14 22:35:52.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.516 | +lib/nova:start_nova_rest:1101 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:52.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.526 | +lib/nova:start_nova_rest:1102 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:52.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.537 | +lib/nova:start_nova_rest:1102 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:52.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.548 | +lib/nova:start_nova_rest:1104 local compute_cell_conf=/etc/nova/nova.conf +2025-01-14 22:35:52.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.561 | +lib/nova:start_nova_rest:1106 run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:52.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.572 | +functions-common:run_process:1675 local service=n-sch +2025-01-14 22:35:52.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.584 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:52.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.595 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:52.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.607 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:52.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.620 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:52.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.630 | +functions-common:run_process:1681 local name=n-sch +2025-01-14 22:35:52.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.640 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:52.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.651 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:52.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.662 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:52.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.674 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:52.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.689 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:52.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.704 | +functions-common:time_start:2412 _TIME_START[$name]=1736894152692 +2025-01-14 22:35:52.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.715 | +functions-common:run_process:1684 is_service_enabled n-sch +2025-01-14 22:35:52.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.776 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:52.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.788 | +functions-common:run_process:1685 _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' +2025-01-14 22:35:52.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.800 | +functions-common:_run_under_systemd:1632 local service=n-sch +2025-01-14 22:35:52.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.812 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:52.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.823 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:52.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.835 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:52.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.847 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:52.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.860 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] +2025-01-14 22:35:52.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.871 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] +2025-01-14 22:35:52.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.880 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@n-sch.service +2025-01-14 22:35:52.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.889 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:35:52.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.899 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:35:52.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.911 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:35:52.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.923 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:35:52.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.935 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] +2025-01-14 22:35:52.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.948 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu '' +2025-01-14 22:35:52.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.959 | +functions-common:write_user_unit_file:1539 local service=devstack@n-sch.service +2025-01-14 22:35:52.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.970 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:52.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.981 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:35:52.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:52.993 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:35:52.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.008 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:35:53.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.022 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:35:53.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.037 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:35:53.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.050 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@n-sch.service +2025-01-14 22:35:53.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.063 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:35:53.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.079 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' +2025-01-14 22:35:53.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.216 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:35:53.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.320 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu +2025-01-14 22:35:53.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.424 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' +2025-01-14 22:35:53.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.523 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process +2025-01-14 22:35:53.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.631 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 +2025-01-14 22:35:53.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.735 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:35:53.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.844 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:35:53.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.860 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:35:53.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.873 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target +2025-01-14 22:35:53.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:53.996 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:35:54.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.318 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@n-sch.service +2025-01-14 22:35:54.331 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. +2025-01-14 22:35:54.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.611 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@n-sch.service +2025-01-14 22:35:54.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.638 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:54.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.649 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:54.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.659 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:54.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.671 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:54.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.679 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:54.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.688 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:54.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.695 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:54.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.702 | +functions-common:time_stop:2428 start_time=1736894152692 +2025-01-14 22:35:54.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.710 | +functions-common:time_stop:2430 [[ -z 1736894152692 ]] +2025-01-14 22:35:54.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.720 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:54.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.730 | +functions-common:time_stop:2433 end_time=1736894154722 +2025-01-14 22:35:54.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.737 | +functions-common:time_stop:2434 elapsed_time=2030 +2025-01-14 22:35:54.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.745 | +functions-common:time_stop:2435 total=13214 +2025-01-14 22:35:54.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.752 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:54.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.760 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=15244 +2025-01-14 22:35:54.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.769 | ++lib/nova:start_nova_rest:1107 which uwsgi +2025-01-14 22:35:54.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.779 | +lib/nova:start_nova_rest:1107 run_process n-api-meta '/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' +2025-01-14 22:35:54.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.788 | +functions-common:run_process:1675 local service=n-api-meta +2025-01-14 22:35:54.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.795 | +functions-common:run_process:1676 local 'command=/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' +2025-01-14 22:35:54.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.802 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:54.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.808 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:54.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.815 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:54.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.823 | +functions-common:run_process:1681 local name=n-api-meta +2025-01-14 22:35:54.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.829 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:54.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.836 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:54.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.847 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:54.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.857 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:54.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.867 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:54.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.875 | +functions-common:time_start:2412 _TIME_START[$name]=1736894154869 +2025-01-14 22:35:54.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.882 | +functions-common:run_process:1684 is_service_enabled n-api-meta +2025-01-14 22:35:54.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.922 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:54.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.929 | +functions-common:run_process:1685 _run_under_systemd n-api-meta '/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' +2025-01-14 22:35:54.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.937 | +functions-common:_run_under_systemd:1632 local service=n-api-meta +2025-01-14 22:35:54.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.946 | +functions-common:_run_under_systemd:1633 local 'command=/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' +2025-01-14 22:35:54.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.954 | +functions-common:_run_under_systemd:1634 local 'cmd=/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' +2025-01-14 22:35:54.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.962 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' +2025-01-14 22:35:54.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.972 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' +2025-01-14 22:35:54.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.982 | +functions-common:_common_systemd_pitfalls:1607 [[ /bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] +2025-01-14 22:35:54.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:54.991 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] +2025-01-14 22:35:54.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.000 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@n-api-meta.service +2025-01-14 22:35:55.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.008 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:35:55.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.015 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:35:55.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.023 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:35:55.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.030 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:35:55.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.037 | +functions-common:_run_under_systemd:1645 [[ /bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] +2025-01-14 22:35:55.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.044 | +functions-common:_run_under_systemd:1646 [[ True == \T\r\u\e ]] +2025-01-14 22:35:55.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.050 | +functions-common:_run_under_systemd:1647 cmd='/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:35:55.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.056 | +functions-common:_run_under_systemd:1649 write_uwsgi_user_unit_file devstack@n-api-meta.service '/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' ubuntu '' +2025-01-14 22:35:55.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.062 | +functions-common:write_uwsgi_user_unit_file:1571 local service=devstack@n-api-meta.service +2025-01-14 22:35:55.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.068 | +functions-common:write_uwsgi_user_unit_file:1572 local 'command=/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:35:55.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.074 | +functions-common:write_uwsgi_user_unit_file:1573 local group= +2025-01-14 22:35:55.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.080 | +functions-common:write_uwsgi_user_unit_file:1574 local user=ubuntu +2025-01-14 22:35:55.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.086 | +functions-common:write_uwsgi_user_unit_file:1575 local env_vars= +2025-01-14 22:35:55.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.091 | +functions-common:write_uwsgi_user_unit_file:1576 local unitfile=/etc/systemd/system/devstack@n-api-meta.service +2025-01-14 22:35:55.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.097 | +functions-common:write_uwsgi_user_unit_file:1577 mkdir -p /etc/systemd/system +2025-01-14 22:35:55.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.103 | +functions-common:write_uwsgi_user_unit_file:1579 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' +2025-01-14 22:35:55.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.182 | +functions-common:write_uwsgi_user_unit_file:1580 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:35:55.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.261 | +functions-common:write_uwsgi_user_unit_file:1581 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service +2025-01-14 22:35:55.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.333 | +functions-common:write_uwsgi_user_unit_file:1582 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu +2025-01-14 22:35:55.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.418 | +functions-common:write_uwsgi_user_unit_file:1583 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:35:55.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.497 | +functions-common:write_uwsgi_user_unit_file:1584 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:35:55.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.566 | +functions-common:write_uwsgi_user_unit_file:1585 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify +2025-01-14 22:35:55.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.637 | +functions-common:write_uwsgi_user_unit_file:1586 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process +2025-01-14 22:35:55.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.710 | +functions-common:write_uwsgi_user_unit_file:1587 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always +2025-01-14 22:35:55.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.782 | +functions-common:write_uwsgi_user_unit_file:1588 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all +2025-01-14 22:35:55.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.797 | tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified +2025-01-14 22:35:55.798 | +2025-01-14 22:35:55.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.852 | +functions-common:write_uwsgi_user_unit_file:1589 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 +2025-01-14 22:35:55.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.925 | +functions-common:write_uwsgi_user_unit_file:1591 [[ -n '' ]] +2025-01-14 22:35:55.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.931 | +functions-common:write_uwsgi_user_unit_file:1594 [[ -n '' ]] +2025-01-14 22:35:55.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.939 | +functions-common:write_uwsgi_user_unit_file:1597 iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target +2025-01-14 22:35:55.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:55.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.026 | +functions-common:write_uwsgi_user_unit_file:1600 sudo systemctl daemon-reload +2025-01-14 22:35:56.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.323 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@n-api-meta.service +2025-01-14 22:35:56.342 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. +2025-01-14 22:35:56.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.634 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@n-api-meta.service +2025-01-14 22:35:56.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.699 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:56.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.711 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:56.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.720 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:56.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.731 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:56.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.738 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:56.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.749 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:56.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.759 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:56.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.761 | +functions-common:time_stop:2428 start_time=1736894154869 +2025-01-14 22:35:56.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.771 | +functions-common:time_stop:2430 [[ -z 1736894154869 ]] +2025-01-14 22:35:56.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.775 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:56.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.781 | +functions-common:time_stop:2433 end_time=1736894156775 +2025-01-14 22:35:56.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.786 | +functions-common:time_stop:2434 elapsed_time=1906 +2025-01-14 22:35:56.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.793 | +functions-common:time_stop:2435 total=15244 +2025-01-14 22:35:56.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.799 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:56.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.805 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=17150 +2025-01-14 22:35:56.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.812 | +lib/nova:start_nova_rest:1109 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:56.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.819 | +lib/nova:start_nova_rest:1109 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:56.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.825 | +lib/nova:start_nova:1189 start_nova_console_proxies +2025-01-14 22:35:56.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.835 | +lib/nova:start_nova_console_proxies:1124 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:56.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.844 | +lib/nova:start_nova_console_proxies:1126 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:56.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.853 | +lib/nova:start_nova_console_proxies:1126 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:56.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.861 | +lib/nova:start_nova_console_proxies:1128 local api_cell_conf=/etc/nova/nova.conf +2025-01-14 22:35:56.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.869 | +lib/nova:start_nova_console_proxies:1130 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:35:56.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.876 | +lib/nova:start_nova_console_proxies:1135 enable_nova_console_proxies +2025-01-14 22:35:56.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.884 | ++lib/nova:enable_nova_console_proxies:1113 seq 1 1 +2025-01-14 22:35:56.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.895 | +lib/nova:enable_nova_console_proxies:1113 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:35:56.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.905 | +lib/nova:enable_nova_console_proxies:1114 for srv in n-novnc n-spice n-sproxy +2025-01-14 22:35:56.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.916 | +lib/nova:enable_nova_console_proxies:1115 is_service_enabled n-novnc +2025-01-14 22:35:56.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.962 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:56.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.970 | +lib/nova:enable_nova_console_proxies:1116 enable_service n-novnc-cell1 +2025-01-14 22:35:56.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:56.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.049 | +lib/nova:enable_nova_console_proxies:1114 for srv in n-novnc n-spice n-sproxy +2025-01-14 22:35:57.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.056 | +lib/nova:enable_nova_console_proxies:1115 is_service_enabled n-spice +2025-01-14 22:35:57.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.104 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:57.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.117 | +lib/nova:enable_nova_console_proxies:1114 for srv in n-novnc n-spice n-sproxy +2025-01-14 22:35:57.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.126 | +lib/nova:enable_nova_console_proxies:1115 is_service_enabled n-sproxy +2025-01-14 22:35:57.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.178 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:57.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.191 | ++lib/nova:start_nova_console_proxies:1136 seq 1 1 +2025-01-14 22:35:57.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.202 | +lib/nova:start_nova_console_proxies:1136 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:35:57.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.212 | +lib/nova:start_nova_console_proxies:1137 local conf +2025-01-14 22:35:57.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.225 | ++lib/nova:start_nova_console_proxies:1138 conductor_conf 1 +2025-01-14 22:35:57.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.234 | ++lib/nova:conductor_conf:847 local cell=1 +2025-01-14 22:35:57.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.242 | ++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf +2025-01-14 22:35:57.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.252 | +lib/nova:start_nova_console_proxies:1138 conf=/etc/nova/nova_cell1.conf +2025-01-14 22:35:57.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.260 | +lib/nova:start_nova_console_proxies:1139 run_process n-novnc-cell1 '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.267 | +functions-common:run_process:1675 local service=n-novnc-cell1 +2025-01-14 22:35:57.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.276 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.287 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:57.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.295 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:57.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.304 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:57.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.313 | +functions-common:run_process:1681 local name=n-novnc-cell1 +2025-01-14 22:35:57.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.321 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:57.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.328 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:57.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.336 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:57.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.346 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:57.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.357 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:57.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.367 | +functions-common:time_start:2412 _TIME_START[$name]=1736894157359 +2025-01-14 22:35:57.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.375 | +functions-common:run_process:1684 is_service_enabled n-novnc-cell1 +2025-01-14 22:35:57.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.422 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:57.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.429 | +functions-common:run_process:1685 _run_under_systemd n-novnc-cell1 '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' '' '' '' +2025-01-14 22:35:57.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.441 | +functions-common:_run_under_systemd:1632 local service=n-novnc-cell1 +2025-01-14 22:35:57.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.452 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.460 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.471 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.479 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.487 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc =~ sudo ]] +2025-01-14 22:35:57.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.495 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc =~ ^/ ]] +2025-01-14 22:35:57.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.502 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@n-novnc-cell1.service +2025-01-14 22:35:57.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.510 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:35:57.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.518 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:35:57.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.526 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:35:57.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.533 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:35:57.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.541 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc =~ uwsgi ]] +2025-01-14 22:35:57.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.551 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@n-novnc-cell1.service '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' '' ubuntu '' +2025-01-14 22:35:57.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.558 | +functions-common:write_user_unit_file:1539 local service=devstack@n-novnc-cell1.service +2025-01-14 22:35:57.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.566 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.573 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:35:57.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.580 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:35:57.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.589 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:35:57.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.597 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:35:57.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.605 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:35:57.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.612 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@n-novnc-cell1.service +2025-01-14 22:35:57.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.621 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:35:57.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.631 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Unit Description 'Devstack devstack@n-novnc-cell1.service' +2025-01-14 22:35:57.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.729 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Service Environment '"PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:35:57.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.819 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Service User ubuntu +2025-01-14 22:35:57.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.899 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Service ExecStart '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' +2025-01-14 22:35:57.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.991 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Service KillMode process +2025-01-14 22:35:57.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:57.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.071 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Service TimeoutStopSec 300 +2025-01-14 22:35:58.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.149 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:35:58.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.240 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:35:58.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.248 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:35:58.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.255 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@n-novnc-cell1.service Install WantedBy multi-user.target +2025-01-14 22:35:58.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.362 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:35:58.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:58.690 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@n-novnc-cell1.service +2025-01-14 22:35:58.701 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-novnc-cell1.service → /etc/systemd/system/devstack@n-novnc-cell1.service. +2025-01-14 22:35:58.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.004 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@n-novnc-cell1.service +2025-01-14 22:35:59.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.025 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:59.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.028 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:59.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.033 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:59.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.039 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:59.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.045 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:59.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.052 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:59.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.059 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:59.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.065 | +functions-common:time_stop:2428 start_time=1736894157359 +2025-01-14 22:35:59.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.071 | +functions-common:time_stop:2430 [[ -z 1736894157359 ]] +2025-01-14 22:35:59.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.077 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:59.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.084 | +functions-common:time_stop:2433 end_time=1736894159078 +2025-01-14 22:35:59.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.091 | +functions-common:time_stop:2434 elapsed_time=1719 +2025-01-14 22:35:59.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.096 | +functions-common:time_stop:2435 total=17150 +2025-01-14 22:35:59.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.102 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:59.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.107 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=18869 +2025-01-14 22:35:59.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.113 | +lib/nova:start_nova_console_proxies:1140 run_process n-spice-cell1 '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' +2025-01-14 22:35:59.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.118 | +functions-common:run_process:1675 local service=n-spice-cell1 +2025-01-14 22:35:59.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.123 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' +2025-01-14 22:35:59.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.129 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:59.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.134 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:59.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.139 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:59.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.145 | +functions-common:run_process:1681 local name=n-spice-cell1 +2025-01-14 22:35:59.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.156 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:59.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.169 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:59.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.178 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:59.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.188 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:59.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.197 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:59.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.208 | +functions-common:time_start:2412 _TIME_START[$name]=1736894159200 +2025-01-14 22:35:59.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.215 | +functions-common:run_process:1684 is_service_enabled n-spice-cell1 +2025-01-14 22:35:59.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.257 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:59.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.263 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:59.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.269 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:59.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.275 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:59.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.280 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:59.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.286 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:59.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.292 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:59.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.299 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:59.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.308 | +functions-common:time_stop:2428 start_time=1736894159200 +2025-01-14 22:35:59.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.321 | +functions-common:time_stop:2430 [[ -z 1736894159200 ]] +2025-01-14 22:35:59.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.331 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:59.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.342 | +functions-common:time_stop:2433 end_time=1736894159333 +2025-01-14 22:35:59.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.353 | +functions-common:time_stop:2434 elapsed_time=133 +2025-01-14 22:35:59.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.365 | +functions-common:time_stop:2435 total=18869 +2025-01-14 22:35:59.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.375 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:59.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.384 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=19002 +2025-01-14 22:35:59.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.395 | +lib/nova:start_nova_console_proxies:1141 run_process n-sproxy-cell1 '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:35:59.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.403 | +functions-common:run_process:1675 local service=n-sproxy-cell1 +2025-01-14 22:35:59.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.416 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:35:59.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.425 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:59.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.432 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:59.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.440 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:59.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.447 | +functions-common:run_process:1681 local name=n-sproxy-cell1 +2025-01-14 22:35:59.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.460 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:59.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.469 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:59.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.477 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:59.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.485 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:35:59.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.495 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:35:59.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.503 | +functions-common:time_start:2412 _TIME_START[$name]=1736894159496 +2025-01-14 22:35:59.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.510 | +functions-common:run_process:1684 is_service_enabled n-sproxy-cell1 +2025-01-14 22:35:59.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.546 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:35:59.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.552 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:35:59.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.558 | +functions-common:time_stop:2421 local name +2025-01-14 22:35:59.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.564 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:35:59.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.570 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:35:59.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.576 | +functions-common:time_stop:2424 local total +2025-01-14 22:35:59.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.582 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:35:59.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.593 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:35:59.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.599 | +functions-common:time_stop:2428 start_time=1736894159496 +2025-01-14 22:35:59.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.610 | +functions-common:time_stop:2430 [[ -z 1736894159496 ]] +2025-01-14 22:35:59.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.623 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:35:59.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.629 | +functions-common:time_stop:2433 end_time=1736894159623 +2025-01-14 22:35:59.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.635 | +functions-common:time_stop:2434 elapsed_time=127 +2025-01-14 22:35:59.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.641 | +functions-common:time_stop:2435 total=19002 +2025-01-14 22:35:59.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.653 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:35:59.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.662 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=19129 +2025-01-14 22:35:59.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.672 | +lib/nova:start_nova_console_proxies:1145 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:59.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.681 | +lib/nova:start_nova_console_proxies:1145 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:35:59.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.691 | +lib/nova:start_nova:1190 start_nova_conductor +2025-01-14 22:35:59.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.697 | +lib/nova:start_nova_conductor:1158 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:35:59.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.702 | +lib/nova:start_nova_conductor:1164 enable_nova_fleet +2025-01-14 22:35:59.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.708 | +lib/nova:enable_nova_fleet:1149 is_service_enabled n-cond +2025-01-14 22:35:59.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.741 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:59.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.746 | +lib/nova:enable_nova_fleet:1150 enable_service n-super-cond +2025-01-14 22:35:59.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.802 | ++lib/nova:enable_nova_fleet:1151 seq 1 1 +2025-01-14 22:35:59.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.809 | +lib/nova:enable_nova_fleet:1151 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:35:59.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.815 | +lib/nova:enable_nova_fleet:1152 enable_service n-cond-cell1 +2025-01-14 22:35:59.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.885 | +lib/nova:start_nova_conductor:1165 is_service_enabled n-super-cond +2025-01-14 22:35:59.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.927 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:35:59.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.934 | +lib/nova:start_nova_conductor:1166 run_process n-super-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:35:59.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.940 | +functions-common:run_process:1675 local service=n-super-cond +2025-01-14 22:35:59.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.947 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:35:59.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.954 | +functions-common:run_process:1677 local group= +2025-01-14 22:35:59.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.960 | +functions-common:run_process:1678 local user= +2025-01-14 22:35:59.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.967 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:35:59.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.974 | +functions-common:run_process:1681 local name=n-super-cond +2025-01-14 22:35:59.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.980 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:35:59.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.986 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:35:59.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.992 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:35:59.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:35:59.998 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:00.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.005 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:00.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.013 | +functions-common:time_start:2412 _TIME_START[$name]=1736894160006 +2025-01-14 22:36:00.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.019 | +functions-common:run_process:1684 is_service_enabled n-super-cond +2025-01-14 22:36:00.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.053 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:00.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.058 | +functions-common:run_process:1685 _run_under_systemd n-super-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' +2025-01-14 22:36:00.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.064 | +functions-common:_run_under_systemd:1632 local service=n-super-cond +2025-01-14 22:36:00.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.071 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:36:00.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.076 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:36:00.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.083 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:36:00.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.091 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:36:00.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.099 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] +2025-01-14 22:36:00.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.108 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] +2025-01-14 22:36:00.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.118 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@n-super-cond.service +2025-01-14 22:36:00.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.125 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:36:00.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.131 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:00.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.140 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:00.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.148 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:36:00.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.156 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] +2025-01-14 22:36:00.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.165 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@n-super-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu '' +2025-01-14 22:36:00.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.171 | +functions-common:write_user_unit_file:1539 local service=devstack@n-super-cond.service +2025-01-14 22:36:00.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.177 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:36:00.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.183 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:36:00.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.189 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:36:00.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.195 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:36:00.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.201 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:36:00.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.207 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:36:00.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.214 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@n-super-cond.service +2025-01-14 22:36:00.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.220 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:36:00.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.227 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' +2025-01-14 22:36:00.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.310 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:00.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.398 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu +2025-01-14 22:36:00.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.472 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' +2025-01-14 22:36:00.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.493 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.557 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process +2025-01-14 22:36:00.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.679 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 +2025-01-14 22:36:00.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.785 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:00.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.885 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:36:00.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.893 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:36:00.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.902 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target +2025-01-14 22:36:00.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:00.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.011 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:36:01.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.313 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@n-super-cond.service +2025-01-14 22:36:01.332 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. +2025-01-14 22:36:01.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.597 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@n-super-cond.service +2025-01-14 22:36:01.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.621 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:01.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.628 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:01.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.634 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:01.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.641 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:01.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.648 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:01.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.654 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:01.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.661 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:01.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.668 | +functions-common:time_stop:2428 start_time=1736894160006 +2025-01-14 22:36:01.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.676 | +functions-common:time_stop:2430 [[ -z 1736894160006 ]] +2025-01-14 22:36:01.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.687 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:01.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.700 | +functions-common:time_stop:2433 end_time=1736894161689 +2025-01-14 22:36:01.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.710 | +functions-common:time_stop:2434 elapsed_time=1683 +2025-01-14 22:36:01.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.717 | +functions-common:time_stop:2435 total=19129 +2025-01-14 22:36:01.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.727 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:01.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.733 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=20812 +2025-01-14 22:36:01.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.740 | ++lib/nova:start_nova_conductor:1168 seq 1 1 +2025-01-14 22:36:01.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.748 | +lib/nova:start_nova_conductor:1168 for i in $(seq 1 $NOVA_NUM_CELLS) +2025-01-14 22:36:01.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.754 | +lib/nova:start_nova_conductor:1169 is_service_enabled n-cond-cell1 +2025-01-14 22:36:01.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.790 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:01.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.796 | +lib/nova:start_nova_conductor:1170 local conf +2025-01-14 22:36:01.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.803 | ++lib/nova:start_nova_conductor:1171 conductor_conf 1 +2025-01-14 22:36:01.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.809 | ++lib/nova:conductor_conf:847 local cell=1 +2025-01-14 22:36:01.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.817 | ++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf +2025-01-14 22:36:01.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.827 | +lib/nova:start_nova_conductor:1171 conf=/etc/nova/nova_cell1.conf +2025-01-14 22:36:01.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.834 | +lib/nova:start_nova_conductor:1172 run_process n-cond-cell1 '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:01.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.842 | +functions-common:run_process:1675 local service=n-cond-cell1 +2025-01-14 22:36:01.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.850 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:01.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.863 | +functions-common:run_process:1677 local group= +2025-01-14 22:36:01.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.872 | +functions-common:run_process:1678 local user= +2025-01-14 22:36:01.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.881 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:36:01.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.889 | +functions-common:run_process:1681 local name=n-cond-cell1 +2025-01-14 22:36:01.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.899 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:36:01.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.910 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:36:01.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.918 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:01.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.926 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:01.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.934 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:01.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.944 | +functions-common:time_start:2412 _TIME_START[$name]=1736894161936 +2025-01-14 22:36:01.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.956 | +functions-common:run_process:1684 is_service_enabled n-cond-cell1 +2025-01-14 22:36:01.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:01.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.006 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:02.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.016 | +functions-common:run_process:1685 _run_under_systemd n-cond-cell1 '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' '' +2025-01-14 22:36:02.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.024 | +functions-common:_run_under_systemd:1632 local service=n-cond-cell1 +2025-01-14 22:36:02.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.033 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:02.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.041 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:02.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.051 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:02.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.059 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:02.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.068 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] +2025-01-14 22:36:02.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.078 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] +2025-01-14 22:36:02.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.087 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@n-cond-cell1.service +2025-01-14 22:36:02.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.097 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:36:02.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.107 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:02.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.116 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:02.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.125 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:36:02.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.134 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] +2025-01-14 22:36:02.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.143 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@n-cond-cell1.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu '' +2025-01-14 22:36:02.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.153 | +functions-common:write_user_unit_file:1539 local service=devstack@n-cond-cell1.service +2025-01-14 22:36:02.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.164 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:02.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.173 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:36:02.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.186 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:36:02.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.196 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:36:02.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.205 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:36:02.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.213 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:36:02.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.225 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service +2025-01-14 22:36:02.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.232 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:36:02.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.240 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' +2025-01-14 22:36:02.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.349 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:02.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.445 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu +2025-01-14 22:36:02.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.527 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' +2025-01-14 22:36:02.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.624 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process +2025-01-14 22:36:02.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.716 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 +2025-01-14 22:36:02.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.801 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:02.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.897 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:36:02.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.905 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:36:02.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.912 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target +2025-01-14 22:36:02.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:02.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.010 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:36:03.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.334 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@n-cond-cell1.service +2025-01-14 22:36:03.347 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. +2025-01-14 22:36:03.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.634 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@n-cond-cell1.service +2025-01-14 22:36:03.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.659 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:03.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.665 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:03.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.675 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:03.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.686 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:03.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.698 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:03.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.707 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:03.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.717 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:03.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.725 | +functions-common:time_stop:2428 start_time=1736894161936 +2025-01-14 22:36:03.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.739 | +functions-common:time_stop:2430 [[ -z 1736894161936 ]] +2025-01-14 22:36:03.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.748 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:03.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.757 | +functions-common:time_stop:2433 end_time=1736894163750 +2025-01-14 22:36:03.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.765 | +functions-common:time_stop:2434 elapsed_time=1814 +2025-01-14 22:36:03.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.772 | +functions-common:time_stop:2435 total=20812 +2025-01-14 22:36:03.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.781 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:03.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.788 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=22626 +2025-01-14 22:36:03.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.797 | +lib/nova:start_nova:1191 start_nova_compute +2025-01-14 22:36:03.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.806 | +lib/nova:start_nova_compute:1015 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:36:03.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.815 | +lib/nova:start_nova_compute:1016 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:36:03.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.825 | +lib/nova:start_nova_compute:1016 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:36:03.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.836 | +lib/nova:start_nova_compute:1018 local compute_cell_conf=/etc/nova/nova.conf +2025-01-14 22:36:03.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.846 | +lib/nova:start_nova_compute:1021 cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf +2025-01-14 22:36:03.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.862 | +lib/nova:start_nova_compute:1023 merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' +2025-01-14 22:36:03.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.871 | +inc/meta-config:merge_config_file:83 local file=/opt/stack/devstack/local.conf +2025-01-14 22:36:03.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.880 | +inc/meta-config:merge_config_file:84 local matchgroup=post-config +2025-01-14 22:36:03.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.886 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.886 | +inc/meta-config:merge_config_file:85 local 'configfile=$NOVA_CPU_CONF' +2025-01-14 22:36:03.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.893 | +inc/meta-config:merge_config_file:90 local real_configfile +2025-01-14 22:36:03.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.901 | ++inc/meta-config:merge_config_file:91 eval echo '$NOVA_CPU_CONF' +2025-01-14 22:36:03.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.908 | +++inc/meta-config:merge_config_file:91 echo /etc/nova/nova-cpu.conf +2025-01-14 22:36:03.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.914 | +inc/meta-config:merge_config_file:91 real_configfile=/etc/nova/nova-cpu.conf +2025-01-14 22:36:03.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.921 | +inc/meta-config:merge_config_file:92 '[' '!' -f /etc/nova/nova-cpu.conf ']' +2025-01-14 22:36:03.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.928 | +inc/meta-config:merge_config_file:96 get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' +2025-01-14 22:36:03.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.930 | +inc/meta-config:merge_config_file:97 awk -v 'configfile=$NOVA_CPU_CONF' ' +2025-01-14 22:36:03.930 | BEGIN { +2025-01-14 22:36:03.930 | section = "" +2025-01-14 22:36:03.930 | last_section = "" +2025-01-14 22:36:03.930 | section_count = 0 +2025-01-14 22:36:03.930 | } +2025-01-14 22:36:03.930 | /^\[.+\]/ { +2025-01-14 22:36:03.930 | gsub("[][]", "", $1); +2025-01-14 22:36:03.930 | section=$1 +2025-01-14 22:36:03.930 | next +2025-01-14 22:36:03.930 | } +2025-01-14 22:36:03.930 | /^ *\#/ { +2025-01-14 22:36:03.930 | next +2025-01-14 22:36:03.930 | } +2025-01-14 22:36:03.930 | /^[^ \t]+/ { +2025-01-14 22:36:03.930 | # get offset of first = in $0 +2025-01-14 22:36:03.930 | eq_idx = index($0, "=") +2025-01-14 22:36:03.930 | # extract attr & value from $0 +2025-01-14 22:36:03.930 | attr = substr($0, 1, eq_idx - 1) +2025-01-14 22:36:03.930 | value = substr($0, eq_idx + 1) +2025-01-14 22:36:03.930 | # only need to strip trailing whitespace from attr +2025-01-14 22:36:03.930 | sub(/[ \t]*$/, "", attr) +2025-01-14 22:36:03.930 | # need to strip leading & trailing whitespace from value +2025-01-14 22:36:03.930 | sub(/^[ \t]*/, "", value) +2025-01-14 22:36:03.930 | sub(/[ \t]*$/, "", value) +2025-01-14 22:36:03.930 | +2025-01-14 22:36:03.930 | # cfg_attr_count: number of config lines per [section, attr] +2025-01-14 22:36:03.930 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] +2025-01-14 22:36:03.930 | # cfg_section: keep the section names in the same order as they appear in local.conf +2025-01-14 22:36:03.930 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf +2025-01-14 22:36:03.930 | if (! (section, attr) in cfg_attr_count) { +2025-01-14 22:36:03.930 | if (section != last_section) { +2025-01-14 22:36:03.930 | cfg_section[section_count++] = section +2025-01-14 22:36:03.930 | last_section = section +2025-01-14 22:36:03.930 | } +2025-01-14 22:36:03.930 | attr_count = cfg_sec_attr_count[section_count - 1]++ +2025-01-14 22:36:03.930 | cfg_sec_attr_name[section_count - 1, attr_count] = attr +2025-01-14 22:36:03.930 | +2025-01-14 22:36:03.930 | cfg_attr[section, attr, 0] = value +2025-01-14 22:36:03.930 | cfg_attr_count[section, attr] = 1 +2025-01-14 22:36:03.930 | } else { +2025-01-14 22:36:03.930 | lno = cfg_attr_count[section, attr]++ +2025-01-14 22:36:03.930 | cfg_attr[section, attr, lno] = value +2025-01-14 22:36:03.930 | } +2025-01-14 22:36:03.930 | } +2025-01-14 22:36:03.931 | END { +2025-01-14 22:36:03.931 | # Process each section in order +2025-01-14 22:36:03.931 | for (sno = 0; sno < section_count; sno++) { +2025-01-14 22:36:03.931 | section = cfg_section[sno] +2025-01-14 22:36:03.931 | # The ini routines simply append a config item immediately +2025-01-14 22:36:03.931 | # after the section header. To keep the same order as defined +2025-01-14 22:36:03.931 | # in local.conf, invoke the ini routines in the reverse order +2025-01-14 22:36:03.931 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { +2025-01-14 22:36:03.931 | attr = cfg_sec_attr_name[sno, attr_no] +2025-01-14 22:36:03.931 | if (cfg_attr_count[section, attr] == 1) +2025-01-14 22:36:03.931 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" +2025-01-14 22:36:03.931 | else { +2025-01-14 22:36:03.931 | # For multiline, invoke the ini routines in the reverse order +2025-01-14 22:36:03.931 | count = cfg_attr_count[section, attr] +2025-01-14 22:36:03.931 | print "inidelete " configfile " " section " " attr +2025-01-14 22:36:03.931 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" +2025-01-14 22:36:03.931 | for (l = count -2; l >= 0; l--) +2025-01-14 22:36:03.931 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" +2025-01-14 22:36:03.931 | } +2025-01-14 22:36:03.931 | } +2025-01-14 22:36:03.931 | } +2025-01-14 22:36:03.931 | } +2025-01-14 22:36:03.931 | ' +2025-01-14 22:36:03.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.931 | +inc/meta-config:merge_config_file:164 read a +2025-01-14 22:36:03.932 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator +2025-01-14 22:36:03.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.935 | +inc/meta-config:get_meta_section:33 local file=/opt/stack/devstack/local.conf +2025-01-14 22:36:03.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.943 | +inc/meta-config:get_meta_section:34 local matchgroup=post-config +2025-01-14 22:36:03.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.952 | +inc/meta-config:get_meta_section:35 local 'configfile=$NOVA_CPU_CONF' +2025-01-14 22:36:03.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.958 | +inc/meta-config:get_meta_section:37 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:36:03.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.964 | +inc/meta-config:get_meta_section:38 [[ -z $NOVA_CPU_CONF ]] +2025-01-14 22:36:03.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.970 | +inc/meta-config:get_meta_section:40 awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' +2025-01-14 22:36:03.970 | BEGIN { group = "" } +2025-01-14 22:36:03.970 | /^\[\[.+\|.*\]\]/ { +2025-01-14 22:36:03.971 | gsub("[][]", "", $1); +2025-01-14 22:36:03.971 | split($1, a, "|"); +2025-01-14 22:36:03.971 | if (a[1] == matchgroup && a[2] == configfile) { +2025-01-14 22:36:03.971 | group=a[1] +2025-01-14 22:36:03.971 | } else { +2025-01-14 22:36:03.971 | group="" +2025-01-14 22:36:03.971 | } +2025-01-14 22:36:03.971 | next +2025-01-14 22:36:03.971 | } +2025-01-14 22:36:03.971 | { +2025-01-14 22:36:03.971 | if (group != "") +2025-01-14 22:36:03.971 | print $0 +2025-01-14 22:36:03.971 | } +2025-01-14 22:36:03.971 | ' /opt/stack/devstack/local.conf +2025-01-14 22:36:03.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.982 | +lib/nova:start_nova_compute:1025 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] +2025-01-14 22:36:03.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.989 | +lib/nova:start_nova_compute:1032 iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True +2025-01-14 22:36:03.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:03.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.037 | +lib/nova:start_nova_compute:1035 iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False +2025-01-14 22:36:04.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.085 | +lib/nova:start_nova_compute:1036 iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 +2025-01-14 22:36:04.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.091 | +lib/rpc_backend:iniset_rpc_backend:144 local package=nova +2025-01-14 22:36:04.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.097 | +lib/rpc_backend:iniset_rpc_backend:145 local file=/etc/nova/nova-cpu.conf +2025-01-14 22:36:04.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.103 | +lib/rpc_backend:iniset_rpc_backend:146 local section=DEFAULT +2025-01-14 22:36:04.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.109 | +lib/rpc_backend:iniset_rpc_backend:147 local virtual_host=nova_cell1 +2025-01-14 22:36:04.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.115 | +lib/rpc_backend:iniset_rpc_backend:148 is_service_enabled rabbit +2025-01-14 22:36:04.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.161 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:04.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.173 | ++lib/rpc_backend:iniset_rpc_backend:149 get_transport_url nova_cell1 +2025-01-14 22:36:04.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.180 | ++lib/rpc_backend:get_transport_url:126 local virtual_host=nova_cell1 +2025-01-14 22:36:04.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.189 | ++lib/rpc_backend:get_transport_url:127 is_service_enabled rabbit +2025-01-14 22:36:04.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.238 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:04.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.245 | ++lib/rpc_backend:get_transport_url:128 echo rabbit://stackrabbit:******@10.201.9.223:5672/nova_cell1 +2025-01-14 22:36:04.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.252 | +lib/rpc_backend:iniset_rpc_backend:149 iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:******@10.201.9.223:5672/nova_cell1 +2025-01-14 22:36:04.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.300 | +lib/rpc_backend:iniset_rpc_backend:150 '[' -n '' ']' +2025-01-14 22:36:04.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.307 | +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' +2025-01-14 22:36:04.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.313 | +lib/nova:start_nova_compute:1040 inidelete /etc/nova/nova-cpu.conf database connection +2025-01-14 22:36:04.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.362 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.370 | +lib/nova:start_nova_compute:1041 inidelete /etc/nova/nova-cpu.conf api_database connection +2025-01-14 22:36:04.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.420 | +lib/nova:start_nova_compute:1046 configure_console_compute +2025-01-14 22:36:04.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.432 | +lib/nova:configure_console_compute:682 local offset +2025-01-14 22:36:04.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.443 | +lib/nova:configure_console_compute:683 offset=0 +2025-01-14 22:36:04.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.453 | +lib/nova:configure_console_compute:687 local default_proxyclient_addr +2025-01-14 22:36:04.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.462 | ++lib/nova:configure_console_compute:688 iniget /etc/nova/nova-cpu.conf DEFAULT my_ip +2025-01-14 22:36:04.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.511 | +lib/nova:configure_console_compute:688 default_proxyclient_addr=10.201.9.223 +2025-01-14 22:36:04.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.519 | +lib/nova:configure_console_compute:692 is_service_enabled n-cpu +2025-01-14 22:36:04.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.566 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:04.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.576 | +lib/nova:configure_console_compute:693 '[' False == True ']' +2025-01-14 22:36:04.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.587 | +lib/nova:configure_console_compute:696 vercmp v1.3.0 '<' 1.0.0 +2025-01-14 22:36:04.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.596 | +functions:vercmp:639 local v1=v1.3.0 +2025-01-14 22:36:04.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.606 | +functions:vercmp:640 local 'op=<' +2025-01-14 22:36:04.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.615 | +functions:vercmp:641 local v2=1.0.0 +2025-01-14 22:36:04.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.622 | +functions:vercmp:642 local result +2025-01-14 22:36:04.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.627 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.631 | ++functions:vercmp:646 sort -V +2025-01-14 22:36:04.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.633 | ++functions:vercmp:646 head -1 +2025-01-14 22:36:04.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.635 | ++functions:vercmp:646 echo -e 'v1.3.0\n1.0.0' +2025-01-14 22:36:04.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.644 | +functions:vercmp:646 result=1.0.0 +2025-01-14 22:36:04.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.651 | +functions:vercmp:648 case $op in +2025-01-14 22:36:04.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.659 | +functions:vercmp:658 '[' v1.3.0 '!=' 1.0.0 ']' +2025-01-14 22:36:04.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.666 | +functions:vercmp:658 '[' 1.0.0 = v1.3.0 ']' +2025-01-14 22:36:04.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.674 | +functions:vercmp:659 return +2025-01-14 22:36:04.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.687 | +lib/nova:configure_console_compute:701 NOVNCPROXY_URL=http://10.201.9.223:6080/vnc_lite.html +2025-01-14 22:36:04.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.694 | +lib/nova:configure_console_compute:703 iniset /etc/nova/nova-cpu.conf vnc novncproxy_base_url http://10.201.9.223:6080/vnc_lite.html +2025-01-14 22:36:04.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.739 | +lib/nova:configure_console_compute:704 SPICEHTML5PROXY_URL=http://10.201.9.223:6081/spice_auto.html +2025-01-14 22:36:04.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.745 | +lib/nova:configure_console_compute:705 iniset /etc/nova/nova-cpu.conf spice html5proxy_base_url http://10.201.9.223:6081/spice_auto.html +2025-01-14 22:36:04.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.797 | +lib/nova:configure_console_compute:708 is_service_enabled n-novnc +2025-01-14 22:36:04.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.831 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:04.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.837 | +lib/nova:configure_console_compute:711 VNCSERVER_LISTEN=0.0.0.0 +2025-01-14 22:36:04.839 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.843 | +lib/nova:configure_console_compute:712 VNCSERVER_PROXYCLIENT_ADDRESS=10.201.9.223 +2025-01-14 22:36:04.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.850 | +lib/nova:configure_console_compute:713 iniset /etc/nova/nova-cpu.conf vnc server_listen 0.0.0.0 +2025-01-14 22:36:04.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.908 | +lib/nova:configure_console_compute:714 iniset /etc/nova/nova-cpu.conf vnc server_proxyclient_address 10.201.9.223 +2025-01-14 22:36:04.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.964 | +lib/nova:configure_console_compute:719 is_service_enabled n-spice +2025-01-14 22:36:04.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:04.997 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:36:04.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.003 | +lib/nova:configure_console_compute:729 is_service_enabled n-sproxy +2025-01-14 22:36:05.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.040 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:36:05.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.047 | +lib/nova:start_nova_compute:1050 iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 180 +2025-01-14 22:36:05.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.093 | +lib/nova:start_nova_compute:1053 '[' -n 127.0.0.1 ']' +2025-01-14 22:36:05.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.099 | +lib/nova:start_nova_compute:1054 iniset /etc/nova/nova-cpu.conf os_vif_ovs ovsdb_connection tcp:127.0.0.1:6640 +2025-01-14 22:36:05.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.149 | +lib/nova:start_nova_compute:1058 [[ libvirt == \l\i\b\v\i\r\t ]] +2025-01-14 22:36:05.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.158 | +lib/nova:start_nova_compute:1058 [[ qemu == \q\e\m\u ]] +2025-01-14 22:36:05.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.165 | +lib/nova:start_nova_compute:1059 iniset /etc/nova/nova-cpu.conf workarounds libvirt_disable_apic True +2025-01-14 22:36:05.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.214 | +lib/nova:start_nova_compute:1062 [[ -n '' ]] +2025-01-14 22:36:05.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.220 | +lib/nova:start_nova_compute:1066 [[ libvirt = \l\i\b\v\i\r\t ]] +2025-01-14 22:36:05.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.226 | +lib/nova:start_nova_compute:1067 '[' 0 -gt 0 ']' +2025-01-14 22:36:05.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.232 | +lib/nova:start_nova_compute:1073 run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt +2025-01-14 22:36:05.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.238 | +functions-common:run_process:1675 local service=n-cpu +2025-01-14 22:36:05.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.244 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' +2025-01-14 22:36:05.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.250 | +functions-common:run_process:1677 local group=libvirt +2025-01-14 22:36:05.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.257 | +functions-common:run_process:1678 local user= +2025-01-14 22:36:05.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.263 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:36:05.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.268 | +functions-common:run_process:1681 local name=n-cpu +2025-01-14 22:36:05.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.274 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:36:05.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.280 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:36:05.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.286 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:05.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.292 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:05.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.299 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:05.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.307 | +functions-common:time_start:2412 _TIME_START[$name]=1736894165300 +2025-01-14 22:36:05.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.314 | +functions-common:run_process:1684 is_service_enabled n-cpu +2025-01-14 22:36:05.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.353 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:05.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.362 | +functions-common:run_process:1685 _run_under_systemd n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt '' '' +2025-01-14 22:36:05.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.368 | +functions-common:_run_under_systemd:1632 local service=n-cpu +2025-01-14 22:36:05.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.375 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' +2025-01-14 22:36:05.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.381 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' +2025-01-14 22:36:05.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.387 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' +2025-01-14 22:36:05.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.393 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' +2025-01-14 22:36:05.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.398 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf =~ sudo ]] +2025-01-14 22:36:05.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.404 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf =~ ^/ ]] +2025-01-14 22:36:05.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.410 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@n-cpu.service +2025-01-14 22:36:05.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.416 | +functions-common:_run_under_systemd:1639 local group=libvirt +2025-01-14 22:36:05.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.422 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:05.423 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.428 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:05.429 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.433 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.433 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:36:05.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.440 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf =~ uwsgi ]] +2025-01-14 22:36:05.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.450 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@n-cpu.service '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt ubuntu '' +2025-01-14 22:36:05.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.457 | +functions-common:write_user_unit_file:1539 local service=devstack@n-cpu.service +2025-01-14 22:36:05.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.462 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' +2025-01-14 22:36:05.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.468 | +functions-common:write_user_unit_file:1541 local group=libvirt +2025-01-14 22:36:05.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.473 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:36:05.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.478 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:36:05.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.484 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:36:05.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.489 | +functions-common:write_user_unit_file:1545 [[ -n libvirt ]] +2025-01-14 22:36:05.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.494 | +functions-common:write_user_unit_file:1546 extra=Group=libvirt +2025-01-14 22:36:05.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.500 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@n-cpu.service +2025-01-14 22:36:05.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.505 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:36:05.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.513 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Unit Description 'Devstack devstack@n-cpu.service' +2025-01-14 22:36:05.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.589 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Service Environment '"PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:05.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.664 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Service User ubuntu +2025-01-14 22:36:05.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.748 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Service ExecStart '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' +2025-01-14 22:36:05.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.839 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Service KillMode process +2025-01-14 22:36:05.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.933 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Service TimeoutStopSec 300 +2025-01-14 22:36:05.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:05.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.045 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:06.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.144 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:36:06.146 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.155 | +functions-common:write_user_unit_file:1561 [[ -n libvirt ]] +2025-01-14 22:36:06.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.165 | +functions-common:write_user_unit_file:1562 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Service Group libvirt +2025-01-14 22:36:06.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.272 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@n-cpu.service Install WantedBy multi-user.target +2025-01-14 22:36:06.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.312 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.393 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:36:06.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.662 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@n-cpu.service +2025-01-14 22:36:06.674 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cpu.service → /etc/systemd/system/devstack@n-cpu.service. +2025-01-14 22:36:06.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.961 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@n-cpu.service +2025-01-14 22:36:06.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.983 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:06.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.990 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:06.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:06.996 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:06.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.002 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:07.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.008 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:07.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.014 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:07.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.021 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:07.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.033 | +functions-common:time_stop:2428 start_time=1736894165300 +2025-01-14 22:36:07.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.041 | +functions-common:time_stop:2430 [[ -z 1736894165300 ]] +2025-01-14 22:36:07.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.052 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:07.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.063 | +functions-common:time_stop:2433 end_time=1736894167054 +2025-01-14 22:36:07.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.070 | +functions-common:time_stop:2434 elapsed_time=1754 +2025-01-14 22:36:07.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.077 | +functions-common:time_stop:2435 total=22626 +2025-01-14 22:36:07.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.086 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:07.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.090 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=24380 +2025-01-14 22:36:07.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.097 | +lib/nova:start_nova_compute:1095 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:36:07.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.103 | +lib/nova:start_nova_compute:1095 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin +2025-01-14 22:36:07.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.109 | +lib/nova:start_nova:1192 is_service_enabled n-api +2025-01-14 22:36:07.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.142 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:07.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.150 | +lib/nova:start_nova:1194 echo 'Dumping cells_v2 mapping' +2025-01-14 22:36:07.150 | Dumping cells_v2 mapping +2025-01-14 22:36:07.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:07.156 | +lib/nova:start_nova:1195 /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose +2025-01-14 22:36:08.871 | INFO dbcounter [None req-b047bb97-c706-4654-ae2e-2df4f8e01176 None None] Registered counter for database nova_api +2025-01-14 22:36:08.912 | DEBUG dbcounter [-] [99442] Writer thread running {{(pid=99442) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:36:08.917 | +-------+--------------------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------+----------+ +2025-01-14 22:36:08.917 | | Name | UUID | Transport URL | Database Connection | Disabled | +2025-01-14 22:36:08.917 | +-------+--------------------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------+----------+ +2025-01-14 22:36:08.917 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | +2025-01-14 22:36:08.917 | | cell1 | 74f03ecc-c6c3-4ded-8e4a-61c50da33bc4 | rabbit://stackrabbit:******@10.201.9.223:5672/nova_cell1 | mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | +2025-01-14 22:36:08.917 | +-------+--------------------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------+----------+ +2025-01-14 22:36:09.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.298 | +./stack.sh:main:1358 async_runfunc create_flavors +2025-01-14 22:36:09.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.314 | +inc/async:async_runfunc:116 async_run create_flavors create_flavors +2025-01-14 22:36:09.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.475 | +inc/async:async_inner:63 create_flavors +2025-01-14 22:36:09.508 | [3421 Async create_flavors:99513]: running: create_flavors +2025-01-14 22:36:09.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.514 | +./stack.sh:main:1360 is_service_enabled cinder +2025-01-14 22:36:09.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.550 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:09.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.556 | +./stack.sh:main:1361 echo_summary 'Starting Cinder' +2025-01-14 22:36:09.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.563 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:36:09.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.569 | +./stack.sh:echo_summary:474 echo -e Starting Cinder +2025-01-14 22:36:09.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.576 | +./stack.sh:main:1362 start_cinder +2025-01-14 22:36:09.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.582 | +lib/cinder:start_cinder:595 local service_port=8776 +2025-01-14 22:36:09.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.589 | +lib/cinder:start_cinder:596 local service_protocol=http +2025-01-14 22:36:09.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.595 | +lib/cinder:start_cinder:597 local cinder_url +2025-01-14 22:36:09.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.601 | +lib/cinder:start_cinder:598 '[' lioadm = tgtadm ']' +2025-01-14 22:36:09.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.608 | +lib/cinder:start_cinder:613 [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak,n-novnc-cell1,n-super-cond,n-cond-cell1 =~ c-api ]] +2025-01-14 22:36:09.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.616 | ++lib/cinder:start_cinder:614 which uwsgi +2025-01-14 22:36:09.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.624 | +lib/cinder:start_cinder:614 run_process c-api '/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' +2025-01-14 22:36:09.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.632 | +functions-common:run_process:1675 local service=c-api +2025-01-14 22:36:09.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.639 | +functions-common:run_process:1676 local 'command=/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' +2025-01-14 22:36:09.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.645 | +functions-common:run_process:1677 local group= +2025-01-14 22:36:09.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.651 | +functions-common:run_process:1678 local user= +2025-01-14 22:36:09.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.660 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:36:09.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.666 | +functions-common:run_process:1681 local name=c-api +2025-01-14 22:36:09.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.672 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:36:09.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.678 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:36:09.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.684 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:09.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.690 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:09.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.697 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.704 | +functions-common:time_start:2412 _TIME_START[$name]=1736894169698 +2025-01-14 22:36:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.709 | +functions-common:run_process:1684 is_service_enabled c-api +2025-01-14 22:36:09.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.742 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:09.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.748 | +functions-common:run_process:1685 _run_under_systemd c-api '/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' +2025-01-14 22:36:09.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.754 | +functions-common:_run_under_systemd:1632 local service=c-api +2025-01-14 22:36:09.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.760 | +functions-common:_run_under_systemd:1633 local 'command=/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' +2025-01-14 22:36:09.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.766 | +functions-common:_run_under_systemd:1634 local 'cmd=/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' +2025-01-14 22:36:09.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.772 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' +2025-01-14 22:36:09.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.777 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' +2025-01-14 22:36:09.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.782 | +functions-common:_common_systemd_pitfalls:1607 [[ /bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] +2025-01-14 22:36:09.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.788 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] +2025-01-14 22:36:09.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.794 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@c-api.service +2025-01-14 22:36:09.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.801 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:36:09.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.808 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:09.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.815 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:09.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.822 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:36:09.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.828 | +functions-common:_run_under_systemd:1645 [[ /bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] +2025-01-14 22:36:09.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.835 | +functions-common:_run_under_systemd:1646 [[ True == \T\r\u\e ]] +2025-01-14 22:36:09.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.843 | +functions-common:_run_under_systemd:1647 cmd='/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:36:09.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.852 | +functions-common:_run_under_systemd:1649 write_uwsgi_user_unit_file devstack@c-api.service '/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' ubuntu '' +2025-01-14 22:36:09.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.859 | +functions-common:write_uwsgi_user_unit_file:1571 local service=devstack@c-api.service +2025-01-14 22:36:09.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.869 | +functions-common:write_uwsgi_user_unit_file:1572 local 'command=/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:36:09.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.876 | +functions-common:write_uwsgi_user_unit_file:1573 local group= +2025-01-14 22:36:09.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.883 | +functions-common:write_uwsgi_user_unit_file:1574 local user=ubuntu +2025-01-14 22:36:09.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.891 | +functions-common:write_uwsgi_user_unit_file:1575 local env_vars= +2025-01-14 22:36:09.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.898 | +functions-common:write_uwsgi_user_unit_file:1576 local unitfile=/etc/systemd/system/devstack@c-api.service +2025-01-14 22:36:09.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.904 | +functions-common:write_uwsgi_user_unit_file:1577 mkdir -p /etc/systemd/system +2025-01-14 22:36:09.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.916 | +functions-common:write_uwsgi_user_unit_file:1579 iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' +2025-01-14 22:36:09.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:09.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.002 | +functions-common:write_uwsgi_user_unit_file:1580 iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:10.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.078 | +functions-common:write_uwsgi_user_unit_file:1581 iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service +2025-01-14 22:36:10.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.157 | +functions-common:write_uwsgi_user_unit_file:1582 iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu +2025-01-14 22:36:10.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.235 | +functions-common:write_uwsgi_user_unit_file:1583 iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:36:10.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.358 | +functions-common:write_uwsgi_user_unit_file:1584 iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:10.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.473 | +functions-common:write_uwsgi_user_unit_file:1585 iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify +2025-01-14 22:36:10.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.571 | +functions-common:write_uwsgi_user_unit_file:1586 iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process +2025-01-14 22:36:10.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.670 | +functions-common:write_uwsgi_user_unit_file:1587 iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always +2025-01-14 22:36:10.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.755 | +functions-common:write_uwsgi_user_unit_file:1588 iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all +2025-01-14 22:36:10.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.840 | +functions-common:write_uwsgi_user_unit_file:1589 iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 +2025-01-14 22:36:10.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.921 | +functions-common:write_uwsgi_user_unit_file:1591 [[ -n '' ]] +2025-01-14 22:36:10.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.927 | +functions-common:write_uwsgi_user_unit_file:1594 [[ -n '' ]] +2025-01-14 22:36:10.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.933 | +functions-common:write_uwsgi_user_unit_file:1597 iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target +2025-01-14 22:36:10.935 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:10.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.027 | +functions-common:write_uwsgi_user_unit_file:1600 sudo systemctl daemon-reload +2025-01-14 22:36:11.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.360 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@c-api.service +2025-01-14 22:36:11.377 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. +2025-01-14 22:36:11.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.665 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@c-api.service +2025-01-14 22:36:11.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.735 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:11.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.754 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:11.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.771 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:11.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.787 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:11.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.811 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:11.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.825 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:11.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.833 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:11.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.847 | +functions-common:time_stop:2428 start_time=1736894169698 +2025-01-14 22:36:11.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.874 | +functions-common:time_stop:2430 [[ -z 1736894169698 ]] +2025-01-14 22:36:11.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.888 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:11.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.897 | +functions-common:time_stop:2433 end_time=1736894171887 +2025-01-14 22:36:11.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.906 | +functions-common:time_stop:2434 elapsed_time=2189 +2025-01-14 22:36:11.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.913 | +functions-common:time_stop:2435 total=24380 +2025-01-14 22:36:11.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.921 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:11.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.927 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=26569 +2025-01-14 22:36:11.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.934 | +lib/cinder:start_cinder:615 cinder_url=http://10.201.9.223/volume/v3 +2025-01-14 22:36:11.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.941 | +lib/cinder:start_cinder:618 echo 'Waiting for Cinder API to start...' +2025-01-14 22:36:11.941 | Waiting for Cinder API to start... +2025-01-14 22:36:11.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:11.973 | +lib/cinder:start_cinder:619 wait_for_service 60 http://10.201.9.223/volume/v3 +2025-01-14 22:36:11.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.003 | +functions:wait_for_service:468 local timeout=60 +2025-01-14 22:36:12.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.037 | +functions:wait_for_service:469 local url=http://10.201.9.223/volume/v3 +2025-01-14 22:36:12.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.046 | +functions:wait_for_service:470 local rval=0 +2025-01-14 22:36:12.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.055 | +functions:wait_for_service:471 time_start wait_for_service +2025-01-14 22:36:12.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.057 | +functions-common:time_start:2407 local name=wait_for_service +2025-01-14 22:36:12.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.071 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:12.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.078 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:12.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.089 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:12.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.095 | +functions-common:time_start:2412 _TIME_START[$name]=1736894172089 +2025-01-14 22:36:12.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.100 | +functions:wait_for_service:472 timeout 60 bash -x +2025-01-14 22:36:12.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:12.117 | ++:: curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.201.9.223/volume/v3 +2025-01-14 22:36:14.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.194 | +:: [[ 401 == 503 ]] +2025-01-14 22:36:14.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.198 | +:: [[ 0 -eq 7 ]] +2025-01-14 22:36:14.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.206 | +functions:wait_for_service:477 time_stop wait_for_service +2025-01-14 22:36:14.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.211 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:14.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.217 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:14.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.235 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:14.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.242 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:14.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.248 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:14.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.256 | +functions-common:time_stop:2427 name=wait_for_service +2025-01-14 22:36:14.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.266 | +functions-common:time_stop:2428 start_time=1736894172089 +2025-01-14 22:36:14.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.274 | +functions-common:time_stop:2430 [[ -z 1736894172089 ]] +2025-01-14 22:36:14.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.284 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:14.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.299 | +functions-common:time_stop:2433 end_time=1736894174285 +2025-01-14 22:36:14.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.305 | +functions-common:time_stop:2434 elapsed_time=2196 +2025-01-14 22:36:14.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.311 | +functions-common:time_stop:2435 total=6119 +2025-01-14 22:36:14.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.317 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:14.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.324 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=8315 +2025-01-14 22:36:14.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.332 | +functions:wait_for_service:478 return 0 +2025-01-14 22:36:14.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.338 | +lib/cinder:start_cinder:623 run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.346 | +functions-common:run_process:1675 local service=c-sch +2025-01-14 22:36:14.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.357 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.366 | +functions-common:run_process:1677 local group= +2025-01-14 22:36:14.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.377 | +functions-common:run_process:1678 local user= +2025-01-14 22:36:14.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.383 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:36:14.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.390 | +functions-common:run_process:1681 local name=c-sch +2025-01-14 22:36:14.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.396 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:36:14.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.404 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:36:14.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.410 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:14.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.419 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:14.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.431 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:14.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.440 | +functions-common:time_start:2412 _TIME_START[$name]=1736894174432 +2025-01-14 22:36:14.442 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.450 | +functions-common:run_process:1684 is_service_enabled c-sch +2025-01-14 22:36:14.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.498 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:14.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.506 | +functions-common:run_process:1685 _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' +2025-01-14 22:36:14.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.515 | +functions-common:_run_under_systemd:1632 local service=c-sch +2025-01-14 22:36:14.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.528 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.535 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.542 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.552 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.562 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] +2025-01-14 22:36:14.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.571 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] +2025-01-14 22:36:14.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.578 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@c-sch.service +2025-01-14 22:36:14.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.591 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:36:14.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.601 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:14.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.611 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:14.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.621 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:36:14.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.629 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] +2025-01-14 22:36:14.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.639 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu '' +2025-01-14 22:36:14.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.648 | +functions-common:write_user_unit_file:1539 local service=devstack@c-sch.service +2025-01-14 22:36:14.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.658 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.668 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:36:14.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.677 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:36:14.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.686 | +functions-common:write_user_unit_file:1543 local env_vars= +2025-01-14 22:36:14.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.694 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:36:14.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.702 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:36:14.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.709 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@c-sch.service +2025-01-14 22:36:14.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.717 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:36:14.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.728 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' +2025-01-14 22:36:14.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.814 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:14.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.905 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu +2025-01-14 22:36:14.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.977 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:14.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:14.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.063 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process +2025-01-14 22:36:15.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.133 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 +2025-01-14 22:36:15.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.202 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:15.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.216 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.216 | No value for $TERM and no -T specified +2025-01-14 22:36:15.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.272 | +functions-common:write_user_unit_file:1558 [[ -n '' ]] +2025-01-14 22:36:15.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.278 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:36:15.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.284 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target +2025-01-14 22:36:15.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.289 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.370 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:36:15.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.686 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@c-sch.service +2025-01-14 22:36:15.699 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. +2025-01-14 22:36:15.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.969 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@c-sch.service +2025-01-14 22:36:15.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:15.989 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:15.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.000 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:16.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.010 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:16.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.021 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:16.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.028 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:16.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.037 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:16.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.045 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:16.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.052 | +functions-common:time_stop:2428 start_time=1736894174432 +2025-01-14 22:36:16.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.059 | +functions-common:time_stop:2430 [[ -z 1736894174432 ]] +2025-01-14 22:36:16.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.067 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:16.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.076 | +functions-common:time_stop:2433 end_time=1736894176069 +2025-01-14 22:36:16.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.082 | +functions-common:time_stop:2434 elapsed_time=1637 +2025-01-14 22:36:16.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.087 | +functions-common:time_stop:2435 total=26569 +2025-01-14 22:36:16.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.093 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:16.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.099 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=28206 +2025-01-14 22:36:16.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.106 | +lib/cinder:start_cinder:628 malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.112 | +lib/cinder:start_cinder:629 run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.118 | +functions-common:run_process:1675 local service=c-bak +2025-01-14 22:36:16.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.125 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:16.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.131 | +functions-common:run_process:1677 local group= +2025-01-14 22:36:16.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.137 | +functions-common:run_process:1678 local user= +2025-01-14 22:36:16.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.144 | +functions-common:run_process:1679 local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.154 | +functions-common:run_process:1681 local name=c-bak +2025-01-14 22:36:16.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.163 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:36:16.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.169 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:36:16.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.178 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:16.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.184 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:16.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.191 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:16.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.199 | +functions-common:time_start:2412 _TIME_START[$name]=1736894176192 +2025-01-14 22:36:16.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.205 | +functions-common:run_process:1684 is_service_enabled c-bak +2025-01-14 22:36:16.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.216 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.255 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:16.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.260 | +functions-common:run_process:1685 _run_under_systemd c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.266 | +functions-common:_run_under_systemd:1632 local service=c-bak +2025-01-14 22:36:16.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.272 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:16.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.278 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:16.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.285 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:16.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.294 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:16.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.302 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]] +2025-01-14 22:36:16.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.310 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]] +2025-01-14 22:36:16.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.319 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@c-bak.service +2025-01-14 22:36:16.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.326 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:36:16.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.332 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:16.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.340 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:16.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.349 | +functions-common:_run_under_systemd:1644 local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.359 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]] +2025-01-14 22:36:16.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.367 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@c-bak.service '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ubuntu 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.374 | +functions-common:write_user_unit_file:1539 local service=devstack@c-bak.service +2025-01-14 22:36:16.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.380 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:16.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.386 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:36:16.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.392 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:36:16.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.404 | +functions-common:write_user_unit_file:1543 local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.412 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:36:16.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.419 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:36:16.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.424 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@c-bak.service +2025-01-14 22:36:16.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.432 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:36:16.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.444 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service' +2025-01-14 22:36:16.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.518 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@c-bak.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:16.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.589 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu +2025-01-14 22:36:16.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.652 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecStart '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:16.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.716 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process +2025-01-14 22:36:16.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.795 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300 +2025-01-14 22:36:16.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.863 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:16.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.956 | +functions-common:write_user_unit_file:1558 [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] +2025-01-14 22:36:16.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.964 | +functions-common:write_user_unit_file:1559 iniset -sudo /etc/systemd/system/devstack@c-bak.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:16.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.976 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:16.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.064 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:36:17.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.071 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target +2025-01-14 22:36:17.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.145 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:36:17.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.527 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@c-bak.service +2025-01-14 22:36:17.541 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service. +2025-01-14 22:36:17.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.887 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@c-bak.service +2025-01-14 22:36:17.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.923 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:17.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.935 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:17.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.947 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:17.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.965 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:17.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.984 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:17.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.991 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:17.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:17.998 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:18.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.013 | +functions-common:time_stop:2428 start_time=1736894176192 +2025-01-14 22:36:18.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.031 | +functions-common:time_stop:2430 [[ -z 1736894176192 ]] +2025-01-14 22:36:18.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.047 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:18.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.056 | +functions-common:time_stop:2433 end_time=1736894178048 +2025-01-14 22:36:18.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.062 | +functions-common:time_stop:2434 elapsed_time=1856 +2025-01-14 22:36:18.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.068 | +functions-common:time_stop:2435 total=28206 +2025-01-14 22:36:18.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.074 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:18.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.082 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=30062 +2025-01-14 22:36:18.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.089 | +lib/cinder:start_cinder:630 run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:18.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.095 | +functions-common:run_process:1675 local service=c-vol +2025-01-14 22:36:18.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.105 | +functions-common:run_process:1676 local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:18.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.112 | +functions-common:run_process:1677 local group= +2025-01-14 22:36:18.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.118 | +functions-common:run_process:1678 local user= +2025-01-14 22:36:18.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.124 | +functions-common:run_process:1679 local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:18.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.130 | +functions-common:run_process:1681 local name=c-vol +2025-01-14 22:36:18.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.135 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.136 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:36:18.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.142 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:36:18.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.150 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:18.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.160 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:18.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.171 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:18.176 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.183 | +functions-common:time_start:2412 _TIME_START[$name]=1736894178172 +2025-01-14 22:36:18.184 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.195 | +functions-common:run_process:1684 is_service_enabled c-vol +2025-01-14 22:36:18.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.243 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:18.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.249 | +functions-common:run_process:1685 _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:18.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.256 | +functions-common:_run_under_systemd:1632 local service=c-vol +2025-01-14 22:36:18.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.261 | +functions-common:_run_under_systemd:1633 local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:18.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.267 | +functions-common:_run_under_systemd:1634 local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:18.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.272 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:18.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.278 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:18.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.284 | +functions-common:_common_systemd_pitfalls:1607 [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] +2025-01-14 22:36:18.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.290 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] +2025-01-14 22:36:18.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.296 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@c-vol.service +2025-01-14 22:36:18.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.302 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:36:18.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.308 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:18.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.314 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:18.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.320 | +functions-common:_run_under_systemd:1644 local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:18.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.325 | +functions-common:_run_under_systemd:1645 [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] +2025-01-14 22:36:18.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.331 | +functions-common:_run_under_systemd:1651 write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:18.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.337 | +functions-common:write_user_unit_file:1539 local service=devstack@c-vol.service +2025-01-14 22:36:18.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.342 | +functions-common:write_user_unit_file:1540 local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:18.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.348 | +functions-common:write_user_unit_file:1541 local group= +2025-01-14 22:36:18.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.354 | +functions-common:write_user_unit_file:1542 local user=ubuntu +2025-01-14 22:36:18.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.364 | +functions-common:write_user_unit_file:1543 local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:18.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.370 | +functions-common:write_user_unit_file:1544 local extra= +2025-01-14 22:36:18.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.376 | +functions-common:write_user_unit_file:1545 [[ -n '' ]] +2025-01-14 22:36:18.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.382 | +functions-common:write_user_unit_file:1548 local unitfile=/etc/systemd/system/devstack@c-vol.service +2025-01-14 22:36:18.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.388 | +functions-common:write_user_unit_file:1549 mkdir -p /etc/systemd/system +2025-01-14 22:36:18.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.396 | +functions-common:write_user_unit_file:1551 iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' +2025-01-14 22:36:18.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.483 | +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:18.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.571 | +functions-common:write_user_unit_file:1553 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu +2025-01-14 22:36:18.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.636 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.636 | +functions-common:write_user_unit_file:1554 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' +2025-01-14 22:36:18.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.649 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.711 | +functions-common:write_user_unit_file:1555 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process +2025-01-14 22:36:18.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.805 | +functions-common:write_user_unit_file:1556 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 +2025-01-14 22:36:18.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.883 | +functions-common:write_user_unit_file:1557 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:18.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.953 | +functions-common:write_user_unit_file:1558 [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] +2025-01-14 22:36:18.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.959 | +functions-common:write_user_unit_file:1559 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' +2025-01-14 22:36:18.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:18.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.053 | +functions-common:write_user_unit_file:1561 [[ -n '' ]] +2025-01-14 22:36:19.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.060 | +functions-common:write_user_unit_file:1564 iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target +2025-01-14 22:36:19.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.072 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.132 | +functions-common:write_user_unit_file:1567 sudo systemctl daemon-reload +2025-01-14 22:36:19.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.450 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@c-vol.service +2025-01-14 22:36:19.469 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. +2025-01-14 22:36:19.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.782 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@c-vol.service +2025-01-14 22:36:19.798 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.803 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:19.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.809 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:19.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.816 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:19.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.825 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:19.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.831 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:19.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.837 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:19.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.842 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:19.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.848 | +functions-common:time_stop:2428 start_time=1736894178172 +2025-01-14 22:36:19.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.854 | +functions-common:time_stop:2430 [[ -z 1736894178172 ]] +2025-01-14 22:36:19.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.862 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:19.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.870 | +functions-common:time_stop:2433 end_time=1736894179863 +2025-01-14 22:36:19.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.876 | +functions-common:time_stop:2434 elapsed_time=1691 +2025-01-14 22:36:19.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.882 | +functions-common:time_stop:2435 total=30062 +2025-01-14 22:36:19.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.888 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:19.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.894 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=31753 +2025-01-14 22:36:19.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.900 | +./stack.sh:main:1363 create_volume_types +2025-01-14 22:36:19.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.907 | +lib/cinder:create_volume_types:665 is_service_enabled c-api +2025-01-14 22:36:19.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.947 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:19.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.955 | +lib/cinder:create_volume_types:665 [[ -n lvm:lvmdriver-1 ]] +2025-01-14 22:36:19.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.962 | +lib/cinder:create_volume_types:666 local be be_name +2025-01-14 22:36:19.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.969 | +lib/cinder:create_volume_types:667 for be in ${CINDER_ENABLED_BACKENDS//,/ } +2025-01-14 22:36:19.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.977 | +lib/cinder:create_volume_types:668 be_name=lvmdriver-1 +2025-01-14 22:36:19.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.987 | +lib/cinder:create_volume_types:669 create_one_type lvmdriver-1 volume_backend_name lvmdriver-1 +2025-01-14 22:36:19.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:19.993 | +lib/cinder:create_one_type:646 type_name=lvmdriver-1 +2025-01-14 22:36:19.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.001 | +lib/cinder:create_one_type:647 property_key=volume_backend_name +2025-01-14 22:36:20.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.008 | +lib/cinder:create_one_type:648 property_value=lvmdriver-1 +2025-01-14 22:36:20.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.014 | +lib/cinder:create_one_type:650 is_service_enabled keystone +2025-01-14 22:36:20.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.072 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:20.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:20.078 | +lib/cinder:create_one_type:651 openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 +2025-01-14 22:36:21.847 | +-------------+--------------------------------------+ +2025-01-14 22:36:21.847 | | Field | Value | +2025-01-14 22:36:21.847 | +-------------+--------------------------------------+ +2025-01-14 22:36:21.847 | | description | None | +2025-01-14 22:36:21.848 | | id | b1dadf04-17d0-4cb3-912f-aa90f3434829 | +2025-01-14 22:36:21.848 | | is_public | True | +2025-01-14 22:36:21.848 | | name | lvmdriver-1 | +2025-01-14 22:36:21.848 | | properties | volume_backend_name='lvmdriver-1' | +2025-01-14 22:36:21.848 | +-------------+--------------------------------------+ +2025-01-14 22:36:21.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:21.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:21.997 | +lib/cinder:create_volume_types:672 [[ False == \T\r\u\e ]] +2025-01-14 22:36:21.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.003 | +lib/cinder:create_volume_types:679 [[ False == \T\r\u\e ]] +2025-01-14 22:36:22.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.010 | +./stack.sh:main:1368 [[ False == \T\r\u\e ]] +2025-01-14 22:36:22.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.016 | +./stack.sh:main:1376 is_service_enabled glance +2025-01-14 22:36:22.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.051 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:22.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.058 | +./stack.sh:main:1377 echo_summary 'Starting Glance' +2025-01-14 22:36:22.059 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.063 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:36:22.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.069 | +./stack.sh:echo_summary:474 echo -e Starting Glance +2025-01-14 22:36:22.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.075 | +./stack.sh:main:1378 start_glance +2025-01-14 22:36:22.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.081 | +lib/glance:start_glance:671 local service_protocol=http +2025-01-14 22:36:22.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.089 | +lib/glance:start_glance:672 is_service_enabled tls-proxy +2025-01-14 22:36:22.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.144 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:36:22.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.156 | +lib/glance:start_glance:678 [[ False == False ]] +2025-01-14 22:36:22.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.165 | ++lib/glance:start_glance:679 which uwsgi +2025-01-14 22:36:22.172 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.179 | +lib/glance:start_glance:679 run_process g-api '/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' +2025-01-14 22:36:22.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.186 | +functions-common:run_process:1675 local service=g-api +2025-01-14 22:36:22.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.192 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.193 | +functions-common:run_process:1676 local 'command=/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' +2025-01-14 22:36:22.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.199 | +functions-common:run_process:1677 local group= +2025-01-14 22:36:22.200 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.205 | +functions-common:run_process:1678 local user= +2025-01-14 22:36:22.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.211 | +functions-common:run_process:1679 local env_vars= +2025-01-14 22:36:22.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.218 | +functions-common:run_process:1681 local name=g-api +2025-01-14 22:36:22.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.224 | +functions-common:run_process:1683 time_start run_process +2025-01-14 22:36:22.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.230 | +functions-common:time_start:2407 local name=run_process +2025-01-14 22:36:22.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.235 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:22.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.242 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:22.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.248 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:22.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.256 | +functions-common:time_start:2412 _TIME_START[$name]=1736894182249 +2025-01-14 22:36:22.258 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.263 | +functions-common:run_process:1684 is_service_enabled g-api +2025-01-14 22:36:22.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.302 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:22.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.314 | +functions-common:run_process:1685 _run_under_systemd g-api '/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' +2025-01-14 22:36:22.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.321 | +functions-common:_run_under_systemd:1632 local service=g-api +2025-01-14 22:36:22.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.328 | +functions-common:_run_under_systemd:1633 local 'command=/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' +2025-01-14 22:36:22.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.336 | +functions-common:_run_under_systemd:1634 local 'cmd=/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' +2025-01-14 22:36:22.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.343 | +functions-common:_run_under_systemd:1636 _common_systemd_pitfalls '/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' +2025-01-14 22:36:22.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.351 | +functions-common:_common_systemd_pitfalls:1604 local 'cmd=/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' +2025-01-14 22:36:22.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.358 | +functions-common:_common_systemd_pitfalls:1607 [[ /bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] +2025-01-14 22:36:22.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.365 | +functions-common:_common_systemd_pitfalls:1618 [[ ! /bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] +2025-01-14 22:36:22.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.372 | +functions-common:_run_under_systemd:1638 local systemd_service=devstack@g-api.service +2025-01-14 22:36:22.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.389 | +functions-common:_run_under_systemd:1639 local group= +2025-01-14 22:36:22.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.400 | +functions-common:_run_under_systemd:1640 local user=ubuntu +2025-01-14 22:36:22.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.407 | +functions-common:_run_under_systemd:1641 [[ -z ubuntu ]] +2025-01-14 22:36:22.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.412 | +functions-common:_run_under_systemd:1644 local env_vars= +2025-01-14 22:36:22.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.418 | +functions-common:_run_under_systemd:1645 [[ /bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] +2025-01-14 22:36:22.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.424 | +functions-common:_run_under_systemd:1646 [[ True == \T\r\u\e ]] +2025-01-14 22:36:22.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.430 | +functions-common:_run_under_systemd:1647 cmd='/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:36:22.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.436 | +functions-common:_run_under_systemd:1649 write_uwsgi_user_unit_file devstack@g-api.service '/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' ubuntu '' +2025-01-14 22:36:22.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.444 | +functions-common:write_uwsgi_user_unit_file:1571 local service=devstack@g-api.service +2025-01-14 22:36:22.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.450 | +functions-common:write_uwsgi_user_unit_file:1572 local 'command=/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:36:22.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.458 | +functions-common:write_uwsgi_user_unit_file:1573 local group= +2025-01-14 22:36:22.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.464 | +functions-common:write_uwsgi_user_unit_file:1574 local user=ubuntu +2025-01-14 22:36:22.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.480 | +functions-common:write_uwsgi_user_unit_file:1575 local env_vars= +2025-01-14 22:36:22.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.485 | +functions-common:write_uwsgi_user_unit_file:1576 local unitfile=/etc/systemd/system/devstack@g-api.service +2025-01-14 22:36:22.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.490 | +functions-common:write_uwsgi_user_unit_file:1577 mkdir -p /etc/systemd/system +2025-01-14 22:36:22.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.498 | +functions-common:write_uwsgi_user_unit_file:1579 iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' +2025-01-14 22:36:22.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.522 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.581 | +functions-common:write_uwsgi_user_unit_file:1580 iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' +2025-01-14 22:36:22.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.664 | +functions-common:write_uwsgi_user_unit_file:1581 iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service +2025-01-14 22:36:22.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.745 | +functions-common:write_uwsgi_user_unit_file:1582 iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu +2025-01-14 22:36:22.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.831 | +functions-common:write_uwsgi_user_unit_file:1583 iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' +2025-01-14 22:36:22.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.845 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.938 | +functions-common:write_uwsgi_user_unit_file:1584 iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' +2025-01-14 22:36:22.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.969 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:22.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.028 | +functions-common:write_uwsgi_user_unit_file:1585 iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify +2025-01-14 22:36:23.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.035 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.115 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.121 | +functions-common:write_uwsgi_user_unit_file:1586 iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process +2025-01-14 22:36:23.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.159 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.223 | +functions-common:write_uwsgi_user_unit_file:1587 iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always +2025-01-14 22:36:23.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.309 | +functions-common:write_uwsgi_user_unit_file:1588 iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all +2025-01-14 22:36:23.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.377 | +functions-common:write_uwsgi_user_unit_file:1589 iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 +2025-01-14 22:36:23.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.458 | +functions-common:write_uwsgi_user_unit_file:1591 [[ -n '' ]] +2025-01-14 22:36:23.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.464 | +functions-common:write_uwsgi_user_unit_file:1594 [[ -n '' ]] +2025-01-14 22:36:23.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.470 | +functions-common:write_uwsgi_user_unit_file:1597 iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target +2025-01-14 22:36:23.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.566 | +functions-common:write_uwsgi_user_unit_file:1600 sudo systemctl daemon-reload +2025-01-14 22:36:23.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:23.898 | +functions-common:_run_under_systemd:1654 sudo systemctl enable devstack@g-api.service +2025-01-14 22:36:23.909 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. +2025-01-14 22:36:24.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.193 | +functions-common:_run_under_systemd:1655 sudo systemctl start devstack@g-api.service +2025-01-14 22:36:24.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.267 | +functions-common:run_process:1687 time_stop run_process +2025-01-14 22:36:24.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.287 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:24.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.298 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:24.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.315 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:24.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.327 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:24.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.331 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:24.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.337 | +functions-common:time_stop:2427 name=run_process +2025-01-14 22:36:24.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.343 | +functions-common:time_stop:2428 start_time=1736894182249 +2025-01-14 22:36:24.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.350 | +functions-common:time_stop:2430 [[ -z 1736894182249 ]] +2025-01-14 22:36:24.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.359 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:24.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.377 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.378 | +functions-common:time_stop:2433 end_time=1736894184355 +2025-01-14 22:36:24.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.405 | +functions-common:time_stop:2434 elapsed_time=2106 +2025-01-14 22:36:24.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.418 | +functions-common:time_stop:2435 total=31753 +2025-01-14 22:36:24.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.433 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:24.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.449 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=33859 +2025-01-14 22:36:24.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.470 | +lib/glance:start_glance:684 is_service_enabled g-api-r +2025-01-14 22:36:24.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.603 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:36:24.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.610 | +lib/glance:start_glance:689 echo 'Waiting for g-api (10.201.9.223) to start...' +2025-01-14 22:36:24.610 | Waiting for g-api (10.201.9.223) to start... +2025-01-14 22:36:24.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.641 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.642 | +lib/glance:start_glance:690 wait_for_service 60 http://10.201.9.223/image +2025-01-14 22:36:24.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.660 | +functions:wait_for_service:468 local timeout=60 +2025-01-14 22:36:24.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.693 | +functions:wait_for_service:469 local url=http://10.201.9.223/image +2025-01-14 22:36:24.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.702 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.702 | +functions:wait_for_service:470 local rval=0 +2025-01-14 22:36:24.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.714 | +functions:wait_for_service:471 time_start wait_for_service +2025-01-14 22:36:24.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.729 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.735 | +functions-common:time_start:2407 local name=wait_for_service +2025-01-14 22:36:24.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.738 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:24.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.743 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:24.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.750 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:24.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.759 | +functions-common:time_start:2412 _TIME_START[$name]=1736894184749 +2025-01-14 22:36:24.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.761 | +functions:wait_for_service:472 timeout 60 bash -x +2025-01-14 22:36:24.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:24.787 | ++:: curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.201.9.223/image +2025-01-14 22:36:25.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:25.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:25.331 | +inc/async:async_inner:64 rc=0 +2025-01-14 22:36:25.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:25.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:25.357 | [99513 Async create_flavors:99513]: finished successfully +2025-01-14 22:36:26.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.511 | +:: [[ 300 == 503 ]] +2025-01-14 22:36:26.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.515 | +:: [[ 0 -eq 7 ]] +2025-01-14 22:36:26.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.524 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.524 | +functions:wait_for_service:477 time_stop wait_for_service +2025-01-14 22:36:26.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.532 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:26.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.540 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:26.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.551 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:26.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.562 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:26.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.575 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:26.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.588 | +functions-common:time_stop:2427 name=wait_for_service +2025-01-14 22:36:26.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.601 | +functions-common:time_stop:2428 start_time=1736894184749 +2025-01-14 22:36:26.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.612 | +functions-common:time_stop:2430 [[ -z 1736894184749 ]] +2025-01-14 22:36:26.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.621 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:26.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.630 | +functions-common:time_stop:2433 end_time=1736894186623 +2025-01-14 22:36:26.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.637 | +functions-common:time_stop:2434 elapsed_time=1874 +2025-01-14 22:36:26.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.643 | +functions-common:time_stop:2435 total=8315 +2025-01-14 22:36:26.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.650 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:26.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.656 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=10189 +2025-01-14 22:36:26.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.663 | +functions:wait_for_service:478 return 0 +2025-01-14 22:36:26.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.670 | +./stack.sh:main:1392 is_service_enabled mysql postgresql +2025-01-14 22:36:26.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.681 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.710 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:26.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.717 | +./stack.sh:main:1392 is_service_enabled glance +2025-01-14 22:36:26.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.768 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:26.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.776 | +./stack.sh:main:1393 echo_summary 'Uploading images' +2025-01-14 22:36:26.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.784 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.785 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:36:26.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.792 | +./stack.sh:echo_summary:474 echo -e Uploading images +2025-01-14 22:36:26.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.800 | +./stack.sh:main:1395 for image_url in ${IMAGE_URLS//,/ } +2025-01-14 22:36:26.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.808 | +./stack.sh:main:1396 upload_image https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:26.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.815 | +functions:upload_image:132 local image_url=https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:26.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.821 | +functions:upload_image:134 local image image_fname image_name +2025-01-14 22:36:26.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.827 | +functions:upload_image:136 local max_attempts=5 +2025-01-14 22:36:26.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.834 | +functions:upload_image:139 mkdir -p /opt/stack/devstack/files/images +2025-01-14 22:36:26.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.842 | ++functions:upload_image:140 basename https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:26.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.849 | +functions:upload_image:140 image_fname=cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:26.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.855 | +functions:upload_image:141 [[ https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img != file* ]] +2025-01-14 22:36:26.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.860 | +functions:upload_image:143 [[ ! -f /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img ]] +2025-01-14 22:36:26.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.865 | ++functions:upload_image:144 seq 5 +2025-01-14 22:36:26.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.872 | +functions:upload_image:144 for attempt in `seq $max_attempts` +2025-01-14 22:36:26.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.877 | +functions:upload_image:145 local rc=0 +2025-01-14 22:36:26.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:26.882 | +functions:upload_image:146 wget --progress=dot:giga -c https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img -O /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:26.886 | --2025-01-14 22:36:26-- https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:26.890 | Resolving proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)... 10.120.125.146 +2025-01-14 22:36:26.898 | Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. +2025-01-14 22:36:27.954 | Proxy request sent, awaiting response... 302 Found +2025-01-14 22:36:27.954 | Location: https://github.com/cirros-dev/cirros/releases/download/0.5.1/cirros-0.5.1-x86_64-disk.img [following] +2025-01-14 22:36:27.954 | --2025-01-14 22:36:27-- https://github.com/cirros-dev/cirros/releases/download/0.5.1/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:27.965 | Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. +2025-01-14 22:36:28.373 | Proxy request sent, awaiting response... 302 Found +2025-01-14 22:36:28.374 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/219785102/6ebfbc00-5fb5-11ea-91bd-96a6baa1496d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T223716Z&X-Amz-Expires=300&X-Amz-Signature=5750bcca24b949c8920590736644e5eddb412c20989822a1bce1a42d308c9a13&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcirros-0.5.1-x86_64-disk.img&response-content-type=application%2Foctet-stream [following] +2025-01-14 22:36:28.374 | --2025-01-14 22:36:28-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/219785102/6ebfbc00-5fb5-11ea-91bd-96a6baa1496d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T223716Z&X-Amz-Expires=300&X-Amz-Signature=5750bcca24b949c8920590736644e5eddb412c20989822a1bce1a42d308c9a13&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcirros-0.5.1-x86_64-disk.img&response-content-type=application%2Foctet-stream +2025-01-14 22:36:28.378 | Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. +2025-01-14 22:36:29.718 | Proxy request sent, awaiting response... 200 OK +2025-01-14 22:36:29.718 | Length: 16338944 (16M) [application/octet-stream] +2025-01-14 22:36:29.718 | Saving to: ‘/opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img’ +2025-01-14 22:36:29.816 | +2025-01-14 22:36:30.392 | 0K ........ ....... 100% 23.1M=0.7s +2025-01-14 22:36:30.392 | +2025-01-14 22:36:30.392 | 2025-01-14 22:36:30 (23.1 MB/s) - ‘/opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img’ saved [16338944/16338944] +2025-01-14 22:36:30.392 | +2025-01-14 22:36:30.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.405 | +functions:upload_image:147 [[ 0 -ne 0 ]] +2025-01-14 22:36:30.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.414 | +functions:upload_image:155 break +2025-01-14 22:36:30.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.422 | +functions:upload_image:159 image=/opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:30.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.432 | +functions:upload_image:173 [[ https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img =~ openvz ]] +2025-01-14 22:36:30.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.446 | +functions:upload_image:180 [[ https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img =~ \.vmdk ]] +2025-01-14 22:36:30.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.456 | +functions:upload_image:294 [[ https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img =~ \.hds ]] +2025-01-14 22:36:30.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.463 | +functions:upload_image:305 local kernel= +2025-01-14 22:36:30.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.470 | +functions:upload_image:306 local ramdisk= +2025-01-14 22:36:30.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.476 | +functions:upload_image:307 local disk_format= +2025-01-14 22:36:30.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.483 | +functions:upload_image:308 local container_format= +2025-01-14 22:36:30.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.489 | +functions:upload_image:309 local unpack= +2025-01-14 22:36:30.491 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.496 | +functions:upload_image:310 local img_property= +2025-01-14 22:36:30.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.506 | +functions:upload_image:314 [[ libvirt == \l\i\b\v\i\r\t ]] +2025-01-14 22:36:30.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.515 | +functions:upload_image:315 [[ qemu == \q\e\m\u ]] +2025-01-14 22:36:30.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.525 | +functions:upload_image:316 img_property=hw_rng_model=virtio +2025-01-14 22:36:30.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.534 | +functions:upload_image:320 case "$image_fname" in +2025-01-14 22:36:30.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.547 | ++functions:upload_image:341 basename /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img .img +2025-01-14 22:36:30.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.558 | +functions:upload_image:341 image_name=cirros-0.5.1-x86_64-disk +2025-01-14 22:36:30.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.566 | +functions:upload_image:342 local format +2025-01-14 22:36:30.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.576 | ++functions:upload_image:343 awk '/^file format/ { print $3; exit }' +2025-01-14 22:36:30.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.578 | ++functions:upload_image:343 qemu-img info /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:30.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.603 | +functions:upload_image:343 format=qcow2 +2025-01-14 22:36:30.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.613 | +functions:upload_image:344 [[ ,qcow2,raw,vdi,vmdk,vpc, =~ ,qcow2, ]] +2025-01-14 22:36:30.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.620 | +functions:upload_image:345 disk_format=qcow2 +2025-01-14 22:36:30.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.628 | +functions:upload_image:349 container_format=bare +2025-01-14 22:36:30.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.637 | +functions:upload_image:396 is_arch ppc64le +2025-01-14 22:36:30.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.651 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:36:30.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.662 | +functions-common:is_arch:518 [[ x86_64 == \p\p\c\6\4\l\e ]] +2025-01-14 22:36:30.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.671 | +functions:upload_image:396 is_arch ppc64 +2025-01-14 22:36:30.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.678 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:36:30.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.687 | +functions-common:is_arch:518 [[ x86_64 == \p\p\c\6\4 ]] +2025-01-14 22:36:30.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.695 | +functions:upload_image:396 is_arch ppc +2025-01-14 22:36:30.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.703 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:36:30.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.712 | +functions-common:is_arch:518 [[ x86_64 == \p\p\c ]] +2025-01-14 22:36:30.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.719 | +functions:upload_image:400 is_arch aarch64 +2025-01-14 22:36:30.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.727 | ++functions-common:is_arch:518 uname -m +2025-01-14 22:36:30.732 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.739 | +functions-common:is_arch:518 [[ x86_64 == \a\a\r\c\h\6\4 ]] +2025-01-14 22:36:30.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.747 | +functions:upload_image:404 '[' bare = bare ']' +2025-01-14 22:36:30.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.758 | +functions:upload_image:405 '[' '' = zcat ']' +2025-01-14 22:36:30.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.767 | +functions:upload_image:407 '[' '' = bunzip2 ']' +2025-01-14 22:36:30.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.778 | +functions:upload_image:409 '[' '' = unxz ']' +2025-01-14 22:36:30.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.788 | +functions:upload_image:420 _upload_image cirros-0.5.1-x86_64-disk bare qcow2 /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img hw_rng_model=virtio +2025-01-14 22:36:30.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.802 | +functions:_upload_image:104 local image_name=cirros-0.5.1-x86_64-disk +2025-01-14 22:36:30.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.814 | +functions:_upload_image:105 shift +2025-01-14 22:36:30.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.821 | +functions:_upload_image:106 local container=bare +2025-01-14 22:36:30.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.828 | +functions:_upload_image:107 shift +2025-01-14 22:36:30.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.835 | +functions:_upload_image:108 local disk=qcow2 +2025-01-14 22:36:30.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.842 | +functions:_upload_image:109 shift +2025-01-14 22:36:30.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.847 | +functions:_upload_image:110 local image=/opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:30.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.853 | +functions:_upload_image:111 shift +2025-01-14 22:36:30.855 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.860 | +functions:_upload_image:112 local properties +2025-01-14 22:36:30.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.866 | +functions:_upload_image:113 local useimport +2025-01-14 22:36:30.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.872 | ++functions:_upload_image:115 _image_properties_to_arg hw_rng_model=virtio +2025-01-14 22:36:30.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.877 | ++functions:_image_properties_to_arg:87 local result= +2025-01-14 22:36:30.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.882 | ++functions:_image_properties_to_arg:88 for property in $* +2025-01-14 22:36:30.884 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.887 | ++functions:_image_properties_to_arg:89 result+=' --property hw_rng_model=virtio' +2025-01-14 22:36:30.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.893 | ++functions:_image_properties_to_arg:91 echo --property hw_rng_model=virtio +2025-01-14 22:36:30.895 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.900 | +functions:_upload_image:115 properties='--property hw_rng_model=virtio' +2025-01-14 22:36:30.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.910 | +functions:_upload_image:117 [[ False == \T\r\u\e ]] +2025-01-14 22:36:30.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.920 | ++functions:_upload_image:121 readlink -f /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:30.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:30.931 | +functions:_upload_image:121 openstack --os-cloud=devstack-****** --os-region-name=RegionOne image create cirros-0.5.1-x86_64-disk --public --container-format bare --disk-format qcow2 --property hw_rng_model=virtio --file /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img +2025-01-14 22:36:33.361 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +2025-01-14 22:36:33.361 | | Field | Value | +2025-01-14 22:36:33.361 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +2025-01-14 22:36:33.361 | | container_format | bare | +2025-01-14 22:36:33.361 | | created_at | 2025-01-14T22:36:32Z | +2025-01-14 22:36:33.361 | | disk_format | qcow2 | +2025-01-14 22:36:33.361 | | file | /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file | +2025-01-14 22:36:33.361 | | id | b85eabc5-4619-4e35-b74e-687cf6826b6b | +2025-01-14 22:36:33.361 | | min_disk | 0 | +2025-01-14 22:36:33.361 | | min_ram | 0 | +2025-01-14 22:36:33.361 | | name | cirros-0.5.1-x86_64-disk | +2025-01-14 22:36:33.362 | | owner | aa6fef291c0e4913b9afb52e8e1e383b | +2025-01-14 22:36:33.362 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-0.5.1-x86_64-disk', owner_specified.openstack.sha256='' | +2025-01-14 22:36:33.362 | | protected | False | +2025-01-14 22:36:33.362 | | schema | /v2/schemas/image | +2025-01-14 22:36:33.362 | | status | queued | +2025-01-14 22:36:33.362 | | tags | | +2025-01-14 22:36:33.362 | | updated_at | 2025-01-14T22:36:32Z | +2025-01-14 22:36:33.362 | | visibility | public | +2025-01-14 22:36:33.362 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +2025-01-14 22:36:33.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.495 | +./stack.sh:main:1400 async_wait create_flavors +2025-01-14 22:36:33.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.512 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.593 | [3421 Async create_flavors:99513]: Waiting for completion of create_flavors running on PID 99513 (2 other jobs running) +2025-01-14 22:36:33.624 | [3421 Async create_flavors:99513]: Signaling child to exit +2025-01-14 22:36:33.624 | WAKEUP +2025-01-14 22:36:33.650 | [3421 Async create_flavors:99513]: Signaled +2025-01-14 22:36:33.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.652 | +lib/nova:create_flavors:1259 is_service_enabled n-api +2025-01-14 22:36:33.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | +lib/nova:create_flavors:1260 grep -q ds512M +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | +lib/nova:create_flavors:1260 openstack --os-region-name=RegionOne flavor list +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.653 | +lib/nova:create_flavors:1262 openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 +2025-01-14 22:36:33.653 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.654 | | Field | Value | +2025-01-14 22:36:33.654 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.654 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.654 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.654 | | description | None | +2025-01-14 22:36:33.654 | | disk | 1 | +2025-01-14 22:36:33.654 | | id | c1 | +2025-01-14 22:36:33.654 | | name | cirros256 | +2025-01-14 22:36:33.654 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.654 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.654 | | ram | 256 | +2025-01-14 22:36:33.654 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.654 | | swap | 0 | +2025-01-14 22:36:33.654 | | vcpus | 1 | +2025-01-14 22:36:33.654 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.654 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.654 | +lib/nova:create_flavors:1263 openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M +2025-01-14 22:36:33.654 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.654 | | Field | Value | +2025-01-14 22:36:33.654 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.655 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.655 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.655 | | description | None | +2025-01-14 22:36:33.655 | | disk | 5 | +2025-01-14 22:36:33.655 | | id | d1 | +2025-01-14 22:36:33.655 | | name | ds512M | +2025-01-14 22:36:33.655 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.655 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.655 | | ram | 512 | +2025-01-14 22:36:33.655 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.655 | | swap | 0 | +2025-01-14 22:36:33.655 | | vcpus | 1 | +2025-01-14 22:36:33.655 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.655 | +lib/nova:create_flavors:1264 openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G +2025-01-14 22:36:33.655 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.655 | | Field | Value | +2025-01-14 22:36:33.655 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.656 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.656 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.656 | | description | None | +2025-01-14 22:36:33.656 | | disk | 10 | +2025-01-14 22:36:33.656 | | id | d2 | +2025-01-14 22:36:33.656 | | name | ds1G | +2025-01-14 22:36:33.656 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.656 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.656 | | ram | 1024 | +2025-01-14 22:36:33.656 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.656 | | swap | 0 | +2025-01-14 22:36:33.656 | | vcpus | 1 | +2025-01-14 22:36:33.656 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.656 | +lib/nova:create_flavors:1265 openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G +2025-01-14 22:36:33.656 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.656 | | Field | Value | +2025-01-14 22:36:33.656 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.656 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.656 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.657 | | description | None | +2025-01-14 22:36:33.657 | | disk | 10 | +2025-01-14 22:36:33.657 | | id | d3 | +2025-01-14 22:36:33.657 | | name | ds2G | +2025-01-14 22:36:33.657 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.657 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.657 | | ram | 2048 | +2025-01-14 22:36:33.657 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.657 | | swap | 0 | +2025-01-14 22:36:33.657 | | vcpus | 2 | +2025-01-14 22:36:33.657 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.657 | +lib/nova:create_flavors:1266 openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G +2025-01-14 22:36:33.657 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.657 | | Field | Value | +2025-01-14 22:36:33.657 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.657 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.657 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.658 | | description | None | +2025-01-14 22:36:33.658 | | disk | 20 | +2025-01-14 22:36:33.658 | | id | d4 | +2025-01-14 22:36:33.658 | | name | ds4G | +2025-01-14 22:36:33.658 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.658 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.658 | | ram | 4096 | +2025-01-14 22:36:33.658 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.658 | | swap | 0 | +2025-01-14 22:36:33.658 | | vcpus | 4 | +2025-01-14 22:36:33.658 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.658 | +lib/nova:create_flavors:1269 openstack --os-region-name=RegionOne flavor list +2025-01-14 22:36:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.658 | +lib/nova:create_flavors:1269 grep -q m1.tiny +2025-01-14 22:36:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.659 | +lib/nova:create_flavors:1270 openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny +2025-01-14 22:36:33.659 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.659 | | Field | Value | +2025-01-14 22:36:33.659 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.659 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.659 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.659 | | description | None | +2025-01-14 22:36:33.659 | | disk | 1 | +2025-01-14 22:36:33.659 | | id | 1 | +2025-01-14 22:36:33.659 | | name | m1.tiny | +2025-01-14 22:36:33.659 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.659 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.659 | | ram | 512 | +2025-01-14 22:36:33.659 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.659 | | swap | 0 | +2025-01-14 22:36:33.659 | | vcpus | 1 | +2025-01-14 22:36:33.659 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.660 | +lib/nova:create_flavors:1271 openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small +2025-01-14 22:36:33.660 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.660 | | Field | Value | +2025-01-14 22:36:33.660 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.660 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.660 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.660 | | description | None | +2025-01-14 22:36:33.660 | | disk | 20 | +2025-01-14 22:36:33.660 | | id | 2 | +2025-01-14 22:36:33.660 | | name | m1.small | +2025-01-14 22:36:33.660 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.660 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.660 | | ram | 2048 | +2025-01-14 22:36:33.660 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.660 | | swap | 0 | +2025-01-14 22:36:33.660 | | vcpus | 1 | +2025-01-14 22:36:33.660 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.661 | +lib/nova:create_flavors:1272 openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium +2025-01-14 22:36:33.661 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.661 | | Field | Value | +2025-01-14 22:36:33.661 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.661 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.661 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.661 | | description | None | +2025-01-14 22:36:33.661 | | disk | 40 | +2025-01-14 22:36:33.661 | | id | 3 | +2025-01-14 22:36:33.661 | | name | m1.medium | +2025-01-14 22:36:33.661 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.661 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.661 | | ram | 4096 | +2025-01-14 22:36:33.661 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.661 | | swap | 0 | +2025-01-14 22:36:33.661 | | vcpus | 2 | +2025-01-14 22:36:33.661 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.661 | +lib/nova:create_flavors:1273 openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large +2025-01-14 22:36:33.662 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.662 | | Field | Value | +2025-01-14 22:36:33.662 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.662 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.662 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.662 | | description | None | +2025-01-14 22:36:33.662 | | disk | 80 | +2025-01-14 22:36:33.662 | | id | 4 | +2025-01-14 22:36:33.662 | | name | m1.large | +2025-01-14 22:36:33.662 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.662 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.662 | | ram | 8192 | +2025-01-14 22:36:33.662 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.662 | | swap | 0 | +2025-01-14 22:36:33.662 | | vcpus | 4 | +2025-01-14 22:36:33.662 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.662 | +lib/nova:create_flavors:1274 openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge +2025-01-14 22:36:33.662 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.662 | | Field | Value | +2025-01-14 22:36:33.662 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.662 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:36:33.663 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:36:33.663 | | description | None | +2025-01-14 22:36:33.663 | | disk | 160 | +2025-01-14 22:36:33.663 | | id | 5 | +2025-01-14 22:36:33.663 | | name | m1.xlarge | +2025-01-14 22:36:33.663 | | os-flavor-access:is_public | True | +2025-01-14 22:36:33.663 | | properties | hw_rng:allowed='True' | +2025-01-14 22:36:33.663 | | ram | 16384 | +2025-01-14 22:36:33.663 | | rxtx_factor | 1.0 | +2025-01-14 22:36:33.663 | | swap | 0 | +2025-01-14 22:36:33.663 | | vcpus | 8 | +2025-01-14 22:36:33.663 | +----------------------------+-----------------------+ +2025-01-14 22:36:33.697 | [3421 Async create_flavors:99513]: finished create_flavors with result 0 in 15 seconds +2025-01-14 22:36:33.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.706 | +inc/async:async_wait:197 return 0 +2025-01-14 22:36:33.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.715 | +./stack.sh:main:1402 is_service_enabled horizon +2025-01-14 22:36:33.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.774 | +functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:36:33.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.780 | +./stack.sh:main:1416 is_service_enabled nova +2025-01-14 22:36:33.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.831 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:33.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.844 | +./stack.sh:main:1416 is_service_enabled keystone +2025-01-14 22:36:33.848 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.865 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.906 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:33.910 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.918 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.918 | +./stack.sh:main:1417 USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password ******' +2025-01-14 22:36:33.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.930 | +./stack.sh:main:1419 '[' -f /opt/stack/data/ca-bundle.pem ']' +2025-01-14 22:36:33.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.941 | +./stack.sh:main:1423 /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password ****** +2025-01-14 22:36:33.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.954 | +opt/stack/devstack/tools/create_userrc.sh:main:31 ACCOUNT_DIR=./accrc +2025-01-14 22:36:33.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.962 | ++opt/stack/devstack/tools/create_userrc.sh:main:80 getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password ****** +2025-01-14 22:36:33.965 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.971 | +opt/stack/devstack/tools/create_userrc.sh:main:80 options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''******'\'' --' +2025-01-14 22:36:33.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.978 | +opt/stack/devstack/tools/create_userrc.sh:main:84 eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''******'\''' -- +2025-01-14 22:36:33.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.985 | ++opt/stack/devstack/tools/create_userrc.sh:main:84 set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password ****** -- +2025-01-14 22:36:33.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.992 | +opt/stack/devstack/tools/create_userrc.sh:main:85 ADDPASS= +2025-01-14 22:36:33.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:33.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.000 | +opt/stack/devstack/tools/create_userrc.sh:main:86 HEAT_URL= +2025-01-14 22:36:34.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.007 | +opt/stack/devstack/tools/create_userrc.sh:main:91 SKIP_PROJECT=service +2025-01-14 22:36:34.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.015 | +opt/stack/devstack/tools/create_userrc.sh:main:92 MODE= +2025-01-14 22:36:34.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.024 | +opt/stack/devstack/tools/create_userrc.sh:main:93 ROLE=Member +2025-01-14 22:36:34.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.032 | +opt/stack/devstack/tools/create_userrc.sh:main:94 USER_NAME= +2025-01-14 22:36:34.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.038 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.038 | +opt/stack/devstack/tools/create_userrc.sh:main:95 USER_PASS= +2025-01-14 22:36:34.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.046 | +opt/stack/devstack/tools/create_userrc.sh:main:96 '[' 7 -gt 0 ']' +2025-01-14 22:36:34.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.054 | +opt/stack/devstack/tools/create_userrc.sh:main:97 case "$1" in +2025-01-14 22:36:34.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.062 | +opt/stack/devstack/tools/create_userrc.sh:main:119 ADDPASS=yes +2025-01-14 22:36:34.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.069 | +opt/stack/devstack/tools/create_userrc.sh:main:126 shift +2025-01-14 22:36:34.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.077 | +opt/stack/devstack/tools/create_userrc.sh:main:96 '[' 6 -gt 0 ']' +2025-01-14 22:36:34.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.084 | +opt/stack/devstack/tools/create_userrc.sh:main:97 case "$1" in +2025-01-14 22:36:34.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.092 | +opt/stack/devstack/tools/create_userrc.sh:main:118 MODE=all +2025-01-14 22:36:34.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.100 | +opt/stack/devstack/tools/create_userrc.sh:main:126 shift +2025-01-14 22:36:34.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.107 | +opt/stack/devstack/tools/create_userrc.sh:main:96 '[' 5 -gt 0 ']' +2025-01-14 22:36:34.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.114 | +opt/stack/devstack/tools/create_userrc.sh:main:97 case "$1" in +2025-01-14 22:36:34.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.122 | +opt/stack/devstack/tools/create_userrc.sh:main:113 ACCOUNT_DIR=/opt/stack/devstack/accrc +2025-01-14 22:36:34.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.130 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.130 | +opt/stack/devstack/tools/create_userrc.sh:main:113 shift +2025-01-14 22:36:34.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.139 | +opt/stack/devstack/tools/create_userrc.sh:main:126 shift +2025-01-14 22:36:34.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.146 | +opt/stack/devstack/tools/create_userrc.sh:main:96 '[' 3 -gt 0 ']' +2025-01-14 22:36:34.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.153 | +opt/stack/devstack/tools/create_userrc.sh:main:97 case "$1" in +2025-01-14 22:36:34.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.158 | +opt/stack/devstack/tools/create_userrc.sh:main:100 export OS_PASSWORD=****** +2025-01-14 22:36:34.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.163 | +opt/stack/devstack/tools/create_userrc.sh:main:100 OS_PASSWORD=****** +2025-01-14 22:36:34.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.168 | +opt/stack/devstack/tools/create_userrc.sh:main:100 shift +2025-01-14 22:36:34.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.173 | +opt/stack/devstack/tools/create_userrc.sh:main:126 shift +2025-01-14 22:36:34.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.177 | +opt/stack/devstack/tools/create_userrc.sh:main:96 '[' 1 -gt 0 ']' +2025-01-14 22:36:34.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.181 | +opt/stack/devstack/tools/create_userrc.sh:main:97 case "$1" in +2025-01-14 22:36:34.182 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.186 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.186 | +opt/stack/devstack/tools/create_userrc.sh:main:122 shift +2025-01-14 22:36:34.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.190 | +opt/stack/devstack/tools/create_userrc.sh:main:122 break +2025-01-14 22:36:34.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.194 | +opt/stack/devstack/tools/create_userrc.sh:main:129 '[' -z ****** ']' +2025-01-14 22:36:34.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.198 | +opt/stack/devstack/tools/create_userrc.sh:main:138 '[' -z '' -a '' ']' +2025-01-14 22:36:34.199 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.202 | +opt/stack/devstack/tools/create_userrc.sh:main:142 '[' -z '' -a '' ']' +2025-01-14 22:36:34.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.207 | +opt/stack/devstack/tools/create_userrc.sh:main:146 '[' -z '' -a -z '' ']' +2025-01-14 22:36:34.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.212 | +opt/stack/devstack/tools/create_userrc.sh:main:147 export OS_PROJECT_NAME=****** +2025-01-14 22:36:34.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.215 | +opt/stack/devstack/tools/create_userrc.sh:main:147 OS_PROJECT_NAME=****** +2025-01-14 22:36:34.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.220 | +opt/stack/devstack/tools/create_userrc.sh:main:150 '[' -z '' ']' +2025-01-14 22:36:34.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.226 | +opt/stack/devstack/tools/create_userrc.sh:main:151 export OS_USERNAME=****** +2025-01-14 22:36:34.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.231 | +opt/stack/devstack/tools/create_userrc.sh:main:151 OS_USERNAME=****** +2025-01-14 22:36:34.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.236 | +opt/stack/devstack/tools/create_userrc.sh:main:154 '[' -z '' ']' +2025-01-14 22:36:34.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.242 | +opt/stack/devstack/tools/create_userrc.sh:main:155 export OS_AUTH_URL=http://localhost:5000/v3/ +2025-01-14 22:36:34.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.247 | +opt/stack/devstack/tools/create_userrc.sh:main:155 OS_AUTH_URL=http://localhost:5000/v3/ +2025-01-14 22:36:34.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.253 | +opt/stack/devstack/tools/create_userrc.sh:main:158 '[' -z '' -a -z '' ']' +2025-01-14 22:36:34.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.260 | +opt/stack/devstack/tools/create_userrc.sh:main:160 OS_USER_DOMAIN_ID=default +2025-01-14 22:36:34.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.264 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.265 | +opt/stack/devstack/tools/create_userrc.sh:main:163 '[' -z '' -a -z '' ']' +2025-01-14 22:36:34.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.270 | +opt/stack/devstack/tools/create_userrc.sh:main:165 OS_PROJECT_DOMAIN_ID=default +2025-01-14 22:36:34.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.276 | +opt/stack/devstack/tools/create_userrc.sh:main:168 USER_PASS=****** +2025-01-14 22:36:34.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.284 | +opt/stack/devstack/tools/create_userrc.sh:main:169 USER_NAME=****** +2025-01-14 22:36:34.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.290 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.290 | +opt/stack/devstack/tools/create_userrc.sh:main:171 '[' -z all ']' +2025-01-14 22:36:34.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.297 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.297 | +opt/stack/devstack/tools/create_userrc.sh:main:239 '[' all '!=' create ']' +2025-01-14 22:36:34.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.301 | +opt/stack/devstack/tools/create_userrc.sh:main:241 openstack project list --long --quote none -f csv +2025-01-14 22:36:34.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.302 | +opt/stack/devstack/tools/create_userrc.sh:main:241 IFS=, +2025-01-14 22:36:34.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.305 | +opt/stack/devstack/tools/create_userrc.sh:main:241 grep ,True +2025-01-14 22:36:34.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:34.306 | +opt/stack/devstack/tools/create_userrc.sh:main:241 read project_id project_name desc enabled +2025-01-14 22:36:34.307 | +opt/stack/devstack/tools/create_userrc.sh:main:241 grep -v service +2025-01-14 22:36:35.186 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. +2025-01-14 22:36:35.187 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) +2025-01-14 22:36:35.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.310 | +./stack.sh:main:1428 save_stackenv +2025-01-14 22:36:35.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.325 | +functions-common:save_stackenv:60 local tag= +2025-01-14 22:36:35.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.338 | ++functions-common:save_stackenv:62 date +%F-%H%M%S +2025-01-14 22:36:35.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.351 | +functions-common:save_stackenv:62 time_stamp=2025-01-14-223635 +2025-01-14 22:36:35.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.364 | +functions-common:save_stackenv:63 echo '# 2025-01-14-223635 ' +2025-01-14 22:36:35.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.375 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.386 | +functions-common:save_stackenv:65 echo BASE_SQL_CONN=mysql+pymysql://root:******@127.0.0.1 +2025-01-14 22:36:35.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.398 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.411 | +functions-common:save_stackenv:65 echo DATA_DIR=/opt/stack/data +2025-01-14 22:36:35.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.422 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.434 | +functions-common:save_stackenv:65 echo DEST=/opt/stack +2025-01-14 22:36:35.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.447 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.458 | +functions-common:save_stackenv:65 echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak,n-novnc-cell1,n-super-cond,n-cond-cell1 +2025-01-14 22:36:35.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.470 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.482 | +functions-common:save_stackenv:65 echo HOST_IP=10.201.9.223 +2025-01-14 22:36:35.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.496 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.509 | +functions-common:save_stackenv:65 echo KEYSTONE_SERVICE_URI=http://10.201.9.223/identity +2025-01-14 22:36:35.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.524 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.537 | +functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 +2025-01-14 22:36:35.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.549 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.549 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.553 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.561 | +functions-common:save_stackenv:65 echo OS_CACERT= +2025-01-14 22:36:35.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.572 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.583 | +functions-common:save_stackenv:65 echo SERVICE_HOST=10.201.9.223 +2025-01-14 22:36:35.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.597 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.608 | +functions-common:save_stackenv:65 echo STACK_USER=ubuntu +2025-01-14 22:36:35.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.621 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.634 | +functions-common:save_stackenv:65 echo TLS_IP= +2025-01-14 22:36:35.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.646 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.658 | +functions-common:save_stackenv:65 echo HOST_IPV6=::1 +2025-01-14 22:36:35.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.670 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.681 | +functions-common:save_stackenv:65 echo SERVICE_IP_VERSION=4 +2025-01-14 22:36:35.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.694 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.708 | +functions-common:save_stackenv:65 echo TUNNEL_ENDPOINT_IP=10.201.9.223 +2025-01-14 22:36:35.711 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.719 | +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS +2025-01-14 22:36:35.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.732 | +functions-common:save_stackenv:65 echo TUNNEL_IP_VERSION=4 +2025-01-14 22:36:35.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.743 | +./stack.sh:main:1439 merge_config_group /opt/stack/devstack/local.conf extra +2025-01-14 22:36:35.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.754 | +inc/meta-config:merge_config_group:171 local localfile=/opt/stack/devstack/local.conf +2025-01-14 22:36:35.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.772 | +inc/meta-config:merge_config_group:171 shift +2025-01-14 22:36:35.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.781 | +inc/meta-config:merge_config_group:172 local matchgroups=extra +2025-01-14 22:36:35.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.792 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.792 | +inc/meta-config:merge_config_group:174 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:36:35.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.801 | +inc/meta-config:merge_config_group:176 local configfile group +2025-01-14 22:36:35.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.813 | +inc/meta-config:merge_config_group:177 for group in $matchgroups +2025-01-14 22:36:35.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.826 | ++inc/meta-config:merge_config_group:178 get_meta_section_files /opt/stack/devstack/local.conf extra +2025-01-14 22:36:35.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.840 | ++inc/meta-config:get_meta_section_files:63 local file=/opt/stack/devstack/local.conf +2025-01-14 22:36:35.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.852 | ++inc/meta-config:get_meta_section_files:64 local matchgroup=extra +2025-01-14 22:36:35.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.866 | ++inc/meta-config:get_meta_section_files:66 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:36:35.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.874 | ++inc/meta-config:get_meta_section_files:68 awk -v matchgroup=extra ' +2025-01-14 22:36:35.874 | /^\[\[.+\|.*\]\]/ { +2025-01-14 22:36:35.874 | gsub("[][]", "", $1); +2025-01-14 22:36:35.874 | split($1, a, "|"); +2025-01-14 22:36:35.874 | if (a[1] == matchgroup) +2025-01-14 22:36:35.874 | print a[2] +2025-01-14 22:36:35.874 | } +2025-01-14 22:36:35.874 | ' /opt/stack/devstack/local.conf +2025-01-14 22:36:35.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.885 | +./stack.sh:main:1446 run_phase stack extra +2025-01-14 22:36:35.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.892 | +functions-common:run_phase:1849 local mode=stack +2025-01-14 22:36:35.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.899 | +functions-common:run_phase:1850 local phase=extra +2025-01-14 22:36:35.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.911 | +functions-common:run_phase:1851 [[ -d /opt/stack/devstack/extras.d ]] +2025-01-14 22:36:35.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.921 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.922 | +functions-common:run_phase:1852 local extra_plugin_file_name +2025-01-14 22:36:35.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.933 | +functions-common:run_phase:1853 for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh +2025-01-14 22:36:35.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.946 | +functions-common:run_phase:1858 local exceptions=80-tempest.sh +2025-01-14 22:36:35.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.959 | +functions-common:run_phase:1859 local extra +2025-01-14 22:36:35.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.972 | ++functions-common:run_phase:1860 basename /opt/stack/devstack/extras.d/80-tempest.sh +2025-01-14 22:36:35.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:35.987 | +functions-common:run_phase:1860 extra=80-tempest.sh +2025-01-14 22:36:35.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.001 | +functions-common:run_phase:1861 [[ 80-tempest.sh =~ 80-tempest\.sh ]] +2025-01-14 22:36:36.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.014 | +functions-common:run_phase:1865 [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] +2025-01-14 22:36:36.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.029 | +functions-common:run_phase:1865 source /opt/stack/devstack/extras.d/80-tempest.sh stack extra +2025-01-14 22:36:36.033 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.041 | ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest +2025-01-14 22:36:36.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.058 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.093 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:36.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.105 | ++extras.d/80-tempest.sh:source:4 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:36:36.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.116 | ++extras.d/80-tempest.sh:source:7 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:36.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.125 | ++extras.d/80-tempest.sh:source:7 [[ extra == \i\n\s\t\a\l\l ]] +2025-01-14 22:36:36.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.136 | ++extras.d/80-tempest.sh:source:10 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:36.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.150 | ++extras.d/80-tempest.sh:source:10 [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] +2025-01-14 22:36:36.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.164 | ++extras.d/80-tempest.sh:source:13 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:36.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.178 | ++extras.d/80-tempest.sh:source:13 [[ extra == \e\x\t\r\a ]] +2025-01-14 22:36:36.181 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.188 | ++extras.d/80-tempest.sh:source:15 : +2025-01-14 22:36:36.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.198 | ++extras.d/80-tempest.sh:source:27 [[ stack == \u\n\s\t\a\c\k ]] +2025-01-14 22:36:36.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.208 | ++extras.d/80-tempest.sh:source:32 [[ stack == \c\l\e\a\n ]] +2025-01-14 22:36:36.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.221 | +functions-common:run_phase:1870 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:36:36.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.232 | +functions-common:run_phase:1873 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] +2025-01-14 22:36:36.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.240 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.240 | +functions-common:run_phase:1876 run_plugins stack extra +2025-01-14 22:36:36.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.249 | +functions-common:run_plugins:1835 local mode=stack +2025-01-14 22:36:36.254 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.262 | +functions-common:run_plugins:1836 local phase=extra +2025-01-14 22:36:36.265 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.272 | +functions-common:run_plugins:1838 local plugins= +2025-01-14 22:36:36.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.284 | +functions-common:run_plugins:1839 local plugin +2025-01-14 22:36:36.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.296 | +./stack.sh:main:1454 merge_config_group /opt/stack/devstack/local.conf post-extra +2025-01-14 22:36:36.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.308 | +inc/meta-config:merge_config_group:171 local localfile=/opt/stack/devstack/local.conf +2025-01-14 22:36:36.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.319 | +inc/meta-config:merge_config_group:171 shift +2025-01-14 22:36:36.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.333 | +inc/meta-config:merge_config_group:172 local matchgroups=post-extra +2025-01-14 22:36:36.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.346 | +inc/meta-config:merge_config_group:174 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:36:36.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.357 | +inc/meta-config:merge_config_group:176 local configfile group +2025-01-14 22:36:36.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.368 | +inc/meta-config:merge_config_group:177 for group in $matchgroups +2025-01-14 22:36:36.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.381 | ++inc/meta-config:merge_config_group:178 get_meta_section_files /opt/stack/devstack/local.conf post-extra +2025-01-14 22:36:36.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.391 | ++inc/meta-config:get_meta_section_files:63 local file=/opt/stack/devstack/local.conf +2025-01-14 22:36:36.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.404 | ++inc/meta-config:get_meta_section_files:64 local matchgroup=post-extra +2025-01-14 22:36:36.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.416 | ++inc/meta-config:get_meta_section_files:66 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:36:36.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.428 | ++inc/meta-config:get_meta_section_files:68 awk -v matchgroup=post-extra ' +2025-01-14 22:36:36.428 | /^\[\[.+\|.*\]\]/ { +2025-01-14 22:36:36.428 | gsub("[][]", "", $1); +2025-01-14 22:36:36.428 | split($1, a, "|"); +2025-01-14 22:36:36.428 | if (a[1] == matchgroup) +2025-01-14 22:36:36.428 | print a[2] +2025-01-14 22:36:36.428 | } +2025-01-14 22:36:36.428 | ' /opt/stack/devstack/local.conf +2025-01-14 22:36:36.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.448 | +inc/meta-config:merge_config_group:178 for configfile in $(get_meta_section_files $localfile $group) +2025-01-14 22:36:36.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.458 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.458 | +inc/meta-config:merge_config_group:179 local realconfigfile +2025-01-14 22:36:36.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.470 | +inc/meta-config:merge_config_group:180 local dir +2025-01-14 22:36:36.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.483 | ++inc/meta-config:merge_config_group:182 eval 'echo \$TEMPEST_CONFIG' +2025-01-14 22:36:36.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.495 | +++inc/meta-config:merge_config_group:182 echo '$TEMPEST_CONFIG' +2025-01-14 22:36:36.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.507 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.507 | +inc/meta-config:merge_config_group:182 realconfigfile='$TEMPEST_CONFIG' +2025-01-14 22:36:36.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.519 | +inc/meta-config:merge_config_group:183 [[ -z $TEMPEST_CONFIG ]] +2025-01-14 22:36:36.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.537 | ++inc/meta-config:merge_config_group:187 dirname '$TEMPEST_CONFIG' +2025-01-14 22:36:36.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.552 | +inc/meta-config:merge_config_group:187 dir=. +2025-01-14 22:36:36.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.564 | +inc/meta-config:merge_config_group:188 [[ -d . ]] +2025-01-14 22:36:36.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.576 | +inc/meta-config:merge_config_group:189 merge_config_file /opt/stack/devstack/local.conf post-extra '\$TEMPEST_CONFIG' +2025-01-14 22:36:36.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.590 | +inc/meta-config:merge_config_file:83 local file=/opt/stack/devstack/local.conf +2025-01-14 22:36:36.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.602 | +inc/meta-config:merge_config_file:84 local matchgroup=post-extra +2025-01-14 22:36:36.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.616 | +inc/meta-config:merge_config_file:85 local 'configfile=\$TEMPEST_CONFIG' +2025-01-14 22:36:36.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.629 | +inc/meta-config:merge_config_file:90 local real_configfile +2025-01-14 22:36:36.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.643 | ++inc/meta-config:merge_config_file:91 eval echo '\$TEMPEST_CONFIG' +2025-01-14 22:36:36.646 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.656 | +++inc/meta-config:merge_config_file:91 echo '$TEMPEST_CONFIG' +2025-01-14 22:36:36.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.669 | +inc/meta-config:merge_config_file:91 real_configfile='$TEMPEST_CONFIG' +2025-01-14 22:36:36.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.684 | +inc/meta-config:merge_config_file:92 '[' '!' -f '$TEMPEST_CONFIG' ']' +2025-01-14 22:36:36.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.694 | +inc/meta-config:merge_config_file:93 touch '$TEMPEST_CONFIG' +2025-01-14 22:36:36.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.709 | +inc/meta-config:merge_config_file:96 get_meta_section /opt/stack/devstack/local.conf post-extra '\$TEMPEST_CONFIG' +2025-01-14 22:36:36.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.712 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.713 | +inc/meta-config:merge_config_file:164 read a +2025-01-14 22:36:36.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.715 | +inc/meta-config:merge_config_file:97 awk -v 'configfile=\$TEMPEST_CONFIG' ' +2025-01-14 22:36:36.715 | BEGIN { +2025-01-14 22:36:36.715 | section = "" +2025-01-14 22:36:36.715 | last_section = "" +2025-01-14 22:36:36.715 | section_count = 0 +2025-01-14 22:36:36.715 | } +2025-01-14 22:36:36.715 | /^\[.+\]/ { +2025-01-14 22:36:36.715 | gsub("[][]", "", $1); +2025-01-14 22:36:36.715 | section=$1 +2025-01-14 22:36:36.715 | next +2025-01-14 22:36:36.715 | } +2025-01-14 22:36:36.715 | /^ *\#/ { +2025-01-14 22:36:36.715 | next +2025-01-14 22:36:36.715 | } +2025-01-14 22:36:36.715 | /^[^ \t]+/ { +2025-01-14 22:36:36.715 | # get offset of first = in $0 +2025-01-14 22:36:36.715 | eq_idx = index($0, "=") +2025-01-14 22:36:36.715 | # extract attr & value from $0 +2025-01-14 22:36:36.715 | attr = substr($0, 1, eq_idx - 1) +2025-01-14 22:36:36.715 | value = substr($0, eq_idx + 1) +2025-01-14 22:36:36.715 | # only need to strip trailing whitespace from attr +2025-01-14 22:36:36.715 | sub(/[ \t]*$/, "", attr) +2025-01-14 22:36:36.715 | # need to strip leading & trailing whitespace from value +2025-01-14 22:36:36.715 | sub(/^[ \t]*/, "", value) +2025-01-14 22:36:36.715 | sub(/[ \t]*$/, "", value) +2025-01-14 22:36:36.715 | +2025-01-14 22:36:36.715 | # cfg_attr_count: number of config lines per [section, attr] +2025-01-14 22:36:36.716 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] +2025-01-14 22:36:36.716 | # cfg_section: keep the section names in the same order as they appear in local.conf +2025-01-14 22:36:36.716 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf +2025-01-14 22:36:36.716 | if (! (section, attr) in cfg_attr_count) { +2025-01-14 22:36:36.716 | if (section != last_section) { +2025-01-14 22:36:36.716 | cfg_section[section_count++] = section +2025-01-14 22:36:36.716 | last_section = section +2025-01-14 22:36:36.716 | } +2025-01-14 22:36:36.716 | attr_count = cfg_sec_attr_count[section_count - 1]++ +2025-01-14 22:36:36.716 | cfg_sec_attr_name[section_count - 1, attr_count] = attr +2025-01-14 22:36:36.716 | +2025-01-14 22:36:36.716 | cfg_attr[section, attr, 0] = value +2025-01-14 22:36:36.716 | cfg_attr_count[section, attr] = 1 +2025-01-14 22:36:36.716 | } else { +2025-01-14 22:36:36.716 | lno = cfg_attr_count[section, attr]++ +2025-01-14 22:36:36.716 | cfg_attr[section, attr, lno] = value +2025-01-14 22:36:36.716 | } +2025-01-14 22:36:36.716 | } +2025-01-14 22:36:36.716 | END { +2025-01-14 22:36:36.716 | # Process each section in order +2025-01-14 22:36:36.716 | for (sno = 0; sno < section_count; sno++) { +2025-01-14 22:36:36.716 | section = cfg_section[sno] +2025-01-14 22:36:36.716 | # The ini routines simply append a config item immediately +2025-01-14 22:36:36.716 | # after the section header. To keep the same order as defined +2025-01-14 22:36:36.716 | # in local.conf, invoke the ini routines in the reverse order +2025-01-14 22:36:36.716 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { +2025-01-14 22:36:36.716 | attr = cfg_sec_attr_name[sno, attr_no] +2025-01-14 22:36:36.716 | if (cfg_attr_count[section, attr] == 1) +2025-01-14 22:36:36.716 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" +2025-01-14 22:36:36.716 | else { +2025-01-14 22:36:36.716 | # For multiline, invoke the ini routines in the reverse order +2025-01-14 22:36:36.716 | count = cfg_attr_count[section, attr] +2025-01-14 22:36:36.716 | print "inidelete " configfile " " section " " attr +2025-01-14 22:36:36.716 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" +2025-01-14 22:36:36.716 | for (l = count -2; l >= 0; l--) +2025-01-14 22:36:36.716 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" +2025-01-14 22:36:36.716 | } +2025-01-14 22:36:36.716 | } +2025-01-14 22:36:36.716 | } +2025-01-14 22:36:36.716 | } +2025-01-14 22:36:36.716 | ' +2025-01-14 22:36:36.717 | awk: warning: escape sequence `\$' treated as plain `$' +2025-01-14 22:36:36.717 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator +2025-01-14 22:36:36.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.721 | +inc/meta-config:get_meta_section:33 local file=/opt/stack/devstack/local.conf +2025-01-14 22:36:36.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.729 | +inc/meta-config:get_meta_section:34 local matchgroup=post-extra +2025-01-14 22:36:36.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.735 | +inc/meta-config:get_meta_section:35 local 'configfile=\$TEMPEST_CONFIG' +2025-01-14 22:36:36.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.743 | +inc/meta-config:get_meta_section:37 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:36:36.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.752 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.752 | +inc/meta-config:get_meta_section:38 [[ -z \$TEMPEST_CONFIG ]] +2025-01-14 22:36:36.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.760 | +inc/meta-config:get_meta_section:40 awk -v matchgroup=post-extra -v 'configfile=\$TEMPEST_CONFIG' ' +2025-01-14 22:36:36.761 | BEGIN { group = "" } +2025-01-14 22:36:36.761 | /^\[\[.+\|.*\]\]/ { +2025-01-14 22:36:36.761 | gsub("[][]", "", $1); +2025-01-14 22:36:36.761 | split($1, a, "|"); +2025-01-14 22:36:36.761 | if (a[1] == matchgroup && a[2] == configfile) { +2025-01-14 22:36:36.761 | group=a[1] +2025-01-14 22:36:36.761 | } else { +2025-01-14 22:36:36.761 | group="" +2025-01-14 22:36:36.761 | } +2025-01-14 22:36:36.761 | next +2025-01-14 22:36:36.761 | } +2025-01-14 22:36:36.761 | { +2025-01-14 22:36:36.761 | if (group != "") +2025-01-14 22:36:36.761 | print $0 +2025-01-14 22:36:36.761 | } +2025-01-14 22:36:36.761 | ' /opt/stack/devstack/local.conf +2025-01-14 22:36:36.763 | awk: warning: escape sequence `\$' treated as plain `$' +2025-01-14 22:36:36.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.778 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.778 | +./stack.sh:main:1463 is_service_enabled n-cpu +2025-01-14 22:36:36.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.816 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.828 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.835 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:36.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.846 | +./stack.sh:main:1464 is_nova_ready +2025-01-14 22:36:36.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.860 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.860 | +lib/nova:is_nova_ready:1184 wait_for_compute 60 +2025-01-14 22:36:36.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.873 | +functions:wait_for_compute:482 local timeout=60 +2025-01-14 22:36:36.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.880 | +functions:wait_for_compute:483 local rval=0 +2025-01-14 22:36:36.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.888 | +functions:wait_for_compute:484 local compute_hostname +2025-01-14 22:36:36.890 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.896 | +functions:wait_for_compute:485 time_start wait_for_service +2025-01-14 22:36:36.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.905 | +functions-common:time_start:2407 local name=wait_for_service +2025-01-14 22:36:36.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.914 | +functions-common:time_start:2408 local start_time= +2025-01-14 22:36:36.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.925 | +functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:36.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.939 | ++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:36.945 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.953 | +functions-common:time_start:2412 _TIME_START[$name]=1736894196941 +2025-01-14 22:36:36.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.968 | ++functions:wait_for_compute:486 iniget /etc/nova/nova.conf DEFAULT host +2025-01-14 22:36:36.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.980 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.996 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:36:36.996 | No value for $TERM and no -T specified +2025-01-14 22:36:37.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.007 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.031 | +functions:wait_for_compute:486 compute_hostname= +2025-01-14 22:36:37.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.040 | +functions:wait_for_compute:487 [[ -z '' ]] +2025-01-14 22:36:37.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.051 | ++functions:wait_for_compute:488 hostname +2025-01-14 22:36:37.055 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.061 | +functions:wait_for_compute:488 compute_hostname=ubuntu +2025-01-14 22:36:37.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.071 | +functions:wait_for_compute:490 timeout 60 bash -x +2025-01-14 22:36:37.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.086 | ++functions:wait_for_compute:490 hostname +2025-01-14 22:36:37.095 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.100 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.101 | +:: ID= +2025-01-14 22:36:37.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.110 | +:: [[ '' == '' ]] +2025-01-14 22:36:37.112 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:37.116 | +:: sleep 1 +2025-01-14 22:36:38.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:38.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:38.128 | +:: [[ libvirt = \f\a\k\e ]] +2025-01-14 22:36:38.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:38.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:38.139 | ++:: openstack --os-cloud devstack-****** --os-region RegionOne compute service list --host ubuntu --service nova-compute -c ID -f value +2025-01-14 22:36:39.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.358 | +:: ID=52e090e1-f8af-4cea-b2e4-9d3de1f3c8d5 +2025-01-14 22:36:39.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.366 | +:: [[ 52e090e1-f8af-4cea-b2e4-9d3de1f3c8d5 == '' ]] +2025-01-14 22:36:39.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.379 | +functions:wait_for_compute:502 time_stop wait_for_service +2025-01-14 22:36:39.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.388 | +functions-common:time_stop:2421 local name +2025-01-14 22:36:39.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.400 | +functions-common:time_stop:2422 local end_time +2025-01-14 22:36:39.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.409 | +functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:39.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.419 | +functions-common:time_stop:2424 local total +2025-01-14 22:36:39.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.431 | +functions-common:time_stop:2425 local start_time +2025-01-14 22:36:39.435 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.444 | +functions-common:time_stop:2427 name=wait_for_service +2025-01-14 22:36:39.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.455 | +functions-common:time_stop:2428 start_time=1736894196941 +2025-01-14 22:36:39.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.467 | +functions-common:time_stop:2430 [[ -z 1736894196941 ]] +2025-01-14 22:36:39.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.481 | ++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:39.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.495 | +functions-common:time_stop:2433 end_time=1736894199483 +2025-01-14 22:36:39.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.510 | +functions-common:time_stop:2434 elapsed_time=2542 +2025-01-14 22:36:39.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.527 | +functions-common:time_stop:2435 total=10189 +2025-01-14 22:36:39.532 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.542 | +functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:39.546 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.556 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.556 | +functions-common:time_stop:2438 _TIME_TOTAL[$name]=12731 +2025-01-14 22:36:39.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.570 | +functions:wait_for_compute:504 [[ 0 != 0 ]] +2025-01-14 22:36:39.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.583 | +functions:wait_for_compute:508 return 0 +2025-01-14 22:36:39.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.602 | +./stack.sh:main:1468 service_check +2025-01-14 22:36:39.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.613 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.614 | +functions-common:service_check:1714 local service +2025-01-14 22:36:39.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.626 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:39.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.639 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@key.service +2025-01-14 22:36:39.656 | Failed to get unit file state for devstack@key.service: No such file or directory +2025-01-14 22:36:39.663 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.672 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:39.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.682 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-api.service +2025-01-14 22:36:39.700 | enabled +2025-01-14 22:36:39.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.718 | +functions-common:service_check:1721 sudo systemctl status devstack@n-api.service --no-pager +2025-01-14 22:36:39.742 | ● devstack@n-api.service - Devstack devstack@n-api.service +2025-01-14 22:36:39.742 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) +2025-01-14 22:36:39.743 | Active: active (running) since Tue 2025-01-14 22:34:42 UTC; 1min 56s ago +2025-01-14 22:36:39.743 | Main PID: 84969 (uwsgi) +2025-01-14 22:36:39.743 | Status: "uWSGI is ready" +2025-01-14 22:36:39.743 | Tasks: 3 (limit: 9388) +2025-01-14 22:36:39.743 | Memory: 257.7M +2025-01-14 22:36:39.743 | CPU: 6.570s +2025-01-14 22:36:39.743 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service +2025-01-14 22:36:39.743 | ├─84969 "nova-apiuWSGI master" +2025-01-14 22:36:39.743 | ├─84970 "nova-apiuWSGI worker 1" +2025-01-14 22:36:39.743 | └─84971 "nova-apiuWSGI worker 2" +2025-01-14 22:36:39.743 | +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG dbcounter [-] [84971] Writing DB stats nova_api:SELECT=21,nova_api:INSERT=10,nova_api:SAVEPOINT=5,nova_api:RELEASE=5 {{(pid=84971) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG nova.api.openstack.wsgi [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Calling method '>' {{(pid=84971) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Acquiring lock "00000000-0000-0000-0000-000000000000" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "00000000-0000-0000-0000-000000000000" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.001s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "00000000-0000-0000-0000-000000000000" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.000s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Acquiring lock "74f03ecc-c6c3-4ded-8e4a-61c50da33bc4" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "74f03ecc-c6c3-4ded-8e4a-61c50da33bc4" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.001s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "74f03ecc-c6c3-4ded-8e4a-61c50da33bc4" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.000s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: INFO nova.api.openstack.requestlog [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] 10.201.9.223 "GET /compute/v2.1/os-services?binary=nova-compute&host=ubuntu" status: 200 len: 249 microversion: 2.69 time: 0.061407 +2025-01-14 22:36:39.743 | Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: [pid: 84971|app: 0|req: 18/37] 10.201.9.223 () {60 vars in 1316 bytes} [Tue Jan 14 22:36:39 2025] GET /compute/v2.1/os-services?binary=nova-compute&host=ubuntu => generated 249 bytes in 62 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) +2025-01-14 22:36:39.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.755 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:39.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.765 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-cpu.service +2025-01-14 22:36:39.781 | enabled +2025-01-14 22:36:39.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.791 | +functions-common:service_check:1721 sudo systemctl status devstack@n-cpu.service --no-pager +2025-01-14 22:36:39.804 | ● devstack@n-cpu.service - Devstack devstack@n-cpu.service +2025-01-14 22:36:39.804 | Loaded: loaded (/etc/systemd/system/devstack@n-cpu.service; enabled; vendor preset: enabled) +2025-01-14 22:36:39.804 | Active: active (running) since Tue 2025-01-14 22:36:06 UTC; 32s ago +2025-01-14 22:36:39.804 | Main PID: 99333 (nova-compute) +2025-01-14 22:36:39.804 | Tasks: 22 (limit: 9388) +2025-01-14 22:36:39.804 | Memory: 138.1M +2025-01-14 22:36:39.805 | CPU: 2.813s +2025-01-14 22:36:39.805 | CGroup: /system.slice/system-devstack.slice/devstack@n-cpu.service +2025-01-14 22:36:39.805 | └─99333 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf +2025-01-14 22:36:39.805 | +2025-01-14 22:36:39.805 | Jan 14 22:36:21 ubuntu nova-compute[99333]: {{(pid=99333) _get_guest_baseline_cpu_features /opt/stack/nova/nova/virt/libvirt/driver.py:13283}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.scheduler.client.report [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updated inventory for provider 952379af-dff8-4620-84de-af52a989832f with generation 0 in Placement from set_inventory_for_provider using data: {'MEMORY_MB': {'total': 7937, 'min_unit': 1, 'max_unit': 7937, 'step_size': 1, 'allocation_ratio': 1.0, 'reserved': 512}, 'VCPU': {'total': 4, 'min_unit': 1, 'max_unit': 4, 'step_size': 1, 'allocation_ratio': 4.0, 'reserved': 0}, 'DISK_GB': {'total': 74, 'min_unit': 1, 'max_unit': 74, 'step_size': 1, 'allocation_ratio': 1.0, 'reserved': 0}} {{(pid=99333) set_inventory_for_provider /opt/stack/nova/nova/scheduler/client/report.py:975}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.provider_tree [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updating resource provider 952379af-dff8-4620-84de-af52a989832f generation from 0 to 1 during operation: update_inventory {{(pid=99333) _update_generation /opt/stack/nova/nova/compute/provider_tree.py:164}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.provider_tree [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updating inventory in ProviderTree for provider 952379af-dff8-4620-84de-af52a989832f with inventory: {'MEMORY_MB': {'total': 7937, 'reserved': 512, 'min_unit': 1, 'max_unit': 7937, 'step_size': 1, 'allocation_ratio': 1.0}, 'VCPU': {'total': 4, 'reserved': 0, 'min_unit': 1, 'max_unit': 4, 'step_size': 1, 'allocation_ratio': 4.0}, 'DISK_GB': {'total': 74, 'reserved': 0, 'min_unit': 1, 'max_unit': 74, 'step_size': 1, 'allocation_ratio': 1.0}} {{(pid=99333) update_inventory /opt/stack/nova/nova/compute/provider_tree.py:176}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.provider_tree [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updating resource provider 952379af-dff8-4620-84de-af52a989832f generation from 1 to 2 during operation: update_traits {{(pid=99333) _update_generation /opt/stack/nova/nova/compute/provider_tree.py:164}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.resource_tracker [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Compute_service record updated for ubuntu:ubuntu {{(pid=99333) _update_available_resource /opt/stack/nova/nova/compute/resource_tracker.py:1067}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG oslo_concurrency.lockutils [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Lock "compute_resources" "released" by "nova.compute.resource_tracker.ResourceTracker._update_available_resource" :: held 3.911s {{(pid=99333) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.service [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Creating RPC server for service compute {{(pid=99333) start /opt/stack/nova/nova/service.py:186}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.service [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Join ServiceGroup membership for this service compute {{(pid=99333) start /opt/stack/nova/nova/service.py:203}} +2025-01-14 22:36:39.805 | Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.servicegroup.drivers.db [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] DB_Driver: join new ServiceGroup member ubuntu to the compute group, service = {{(pid=99333) join /opt/stack/nova/nova/servicegroup/drivers/db.py:44}} +2025-01-14 22:36:39.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.815 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:39.818 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.826 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-cond.service +2025-01-14 22:36:39.835 | Failed to get unit file state for devstack@n-cond.service: No such file or directory +2025-01-14 22:36:39.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.850 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.851 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:39.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.864 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-sch.service +2025-01-14 22:36:39.882 | enabled +2025-01-14 22:36:39.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.892 | +functions-common:service_check:1721 sudo systemctl status devstack@n-sch.service --no-pager +2025-01-14 22:36:39.910 | ● devstack@n-sch.service - Devstack devstack@n-sch.service +2025-01-14 22:36:39.910 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) +2025-01-14 22:36:39.910 | Active: active (running) since Tue 2025-01-14 22:35:54 UTC; 45s ago +2025-01-14 22:36:39.910 | Main PID: 94164 (nova-scheduler) +2025-01-14 22:36:39.910 | Tasks: 3 (limit: 9388) +2025-01-14 22:36:39.910 | Memory: 154.5M +2025-01-14 22:36:39.910 | CPU: 2.543s +2025-01-14 22:36:39.910 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service +2025-01-14 22:36:39.910 | ├─94164 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf +2025-01-14 22:36:39.910 | ├─94974 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf +2025-01-14 22:36:39.910 | └─94975 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf +2025-01-14 22:36:39.910 | +2025-01-14 22:36:39.910 | Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_limit.version = None {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:39.910 | Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_reports.file_event_handler = None {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:39.910 | Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_reports.file_event_handler_interval = 1 {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:39.911 | Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_reports.log_dir = None {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:39.911 | Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] ******************************************************************************** {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +2025-01-14 22:36:39.911 | Jan 14 22:36:06 ubuntu nova-scheduler[94164]: DEBUG dbcounter [-] [94164] Writing DB stats nova_api:SELECT=3 {{(pid=94164) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:39.911 | Jan 14 22:36:06 ubuntu nova-scheduler[94164]: DEBUG dbcounter [-] [94164] Writing DB stats nova_cell1:SELECT=1 {{(pid=94164) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:39.911 | Jan 14 22:36:06 ubuntu nova-scheduler[94164]: DEBUG dbcounter [-] [94164] Writing DB stats nova_cell0:SELECT=1 {{(pid=94164) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:39.911 | Jan 14 22:36:11 ubuntu nova-scheduler[94975]: DEBUG dbcounter [-] [94975] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1,nova_cell0:UPDATE=1 {{(pid=94975) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:39.911 | Jan 14 22:36:11 ubuntu nova-scheduler[94974]: DEBUG dbcounter [-] [94974] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1 {{(pid=94974) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:39.914 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.921 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:39.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.929 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-novnc.service +2025-01-14 22:36:39.944 | Failed to get unit file state for devstack@n-novnc.service: No such file or directory +2025-01-14 22:36:39.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.962 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:39.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:39.976 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-api-meta.service +2025-01-14 22:36:39.995 | enabled +2025-01-14 22:36:39.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.005 | +functions-common:service_check:1721 sudo systemctl status devstack@n-api-meta.service --no-pager +2025-01-14 22:36:40.024 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service +2025-01-14 22:36:40.024 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.024 | Active: active (running) since Tue 2025-01-14 22:35:56 UTC; 43s ago +2025-01-14 22:36:40.024 | Main PID: 94984 (uwsgi) +2025-01-14 22:36:40.024 | Status: "uWSGI is ready" +2025-01-14 22:36:40.024 | Tasks: 4 (limit: 9388) +2025-01-14 22:36:40.025 | Memory: 212.0M +2025-01-14 22:36:40.025 | CPU: 4.126s +2025-01-14 22:36:40.025 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service +2025-01-14 22:36:40.025 | ├─94984 "nova-api-metauWSGI master" +2025-01-14 22:36:40.025 | ├─94985 "nova-api-metauWSGI worker 1" +2025-01-14 22:36:40.025 | ├─94986 "nova-api-metauWSGI worker 2" +2025-01-14 22:36:40.025 | └─94988 "nova-api-metauWSGI http 1" +2025-01-14 22:36:40.025 | +2025-01-14 22:36:40.025 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94986]: DEBUG dbcounter [-] [94986] Writer thread running {{(pid=94986) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:36:40.025 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94986]: WARNING nova.api.metadata.handler [None req-f6d7c6e8-b467-4867-9575-9d0724850cad None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted +2025-01-14 22:36:40.025 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94986]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x56247bde2d80 pid: 94986 (default app) +2025-01-14 22:36:40.025 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG dbcounter [-] [94985] Writer thread running {{(pid=94985) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:36:40.025 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG dbcounter [-] [94985] Writer thread running {{(pid=94985) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:36:40.025 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: INFO dbcounter [None req-0909c33f-7e34-469d-b1d2-19b2650e8415 None None] Registered counter for database nova_cell0 +2025-01-14 22:36:40.026 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG oslo_db.sqlalchemy.engines [None req-0909c33f-7e34-469d-b1d2-19b2650e8415 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=94985) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:36:40.026 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG dbcounter [-] [94985] Writer thread running {{(pid=94985) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:36:40.026 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: WARNING nova.api.metadata.handler [None req-0909c33f-7e34-469d-b1d2-19b2650e8415 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted +2025-01-14 22:36:40.026 | Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x56247bde2d80 pid: 94985 (default app) +2025-01-14 22:36:40.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.042 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.055 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@placement-api.service +2025-01-14 22:36:40.072 | enabled +2025-01-14 22:36:40.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.086 | +functions-common:service_check:1721 sudo systemctl status devstack@placement-api.service --no-pager +2025-01-14 22:36:40.105 | ● devstack@placement-api.service - Devstack devstack@placement-api.service +2025-01-14 22:36:40.105 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.105 | Active: active (running) since Tue 2025-01-14 22:35:27 UTC; 1min 12s ago +2025-01-14 22:36:40.105 | Main PID: 91226 (uwsgi) +2025-01-14 22:36:40.105 | Status: "uWSGI is ready" +2025-01-14 22:36:40.105 | Tasks: 5 (limit: 9388) +2025-01-14 22:36:40.105 | Memory: 161.6M +2025-01-14 22:36:40.105 | CPU: 2.647s +2025-01-14 22:36:40.105 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service +2025-01-14 22:36:40.105 | ├─91226 "placementuWSGI master" +2025-01-14 22:36:40.105 | ├─91228 "placementuWSGI worker 1" +2025-01-14 22:36:40.105 | └─91229 "placementuWSGI worker 2" +2025-01-14 22:36:40.105 | +2025-01-14 22:36:40.105 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: INFO placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-dbafa1d8-9905-4267-9d9c-ddb2879ff72f service nova] 10.201.9.223 "PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/inventories" status: 200 len: 394 microversion: 1.26 +2025-01-14 22:36:40.105 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: [pid: 91229|app: 0|req: 5/9] 10.201.9.223 () {64 vars in 1494 bytes} [Tue Jan 14 22:36:22 2025] PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/inventories => generated 394 bytes in 32 msecs (HTTP/1.1 200) 8 headers in 296 bytes (1 switches on core 0) +2025-01-14 22:36:40.105 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91228]: DEBUG placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-17df1c6c-f0bf-46ff-ae47-be6959d91183 None None] Starting request: 10.201.9.223 "GET /placement/traits?name=in:COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_VOLUME_ATTACH_WITH_TAG,COMPUTE_GRAPHICS_MODEL_BOCHS,HW_CPU_X86_SSE42,COMPUTE_NODE,HW_CPU_X86_SSE2,COMPUTE_ARCH_S390X,COMPUTE_ACCELERATORS,COMPUTE_NET_VIF_MODEL_VIRTIO,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_ARCH_AARCH64,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_ARCH_RISCV64,COMPUTE_VIOMMU_MODEL_INTEL,COMPUTE_ARCH_X86_64,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_TRUSTED_CERTS,COMPUTE_STORAGE_BUS_SATA,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_RESCUE_BFV,HW_ARCH_X86_64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_STORAGE_BUS_IDE,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_NET_VIF_MODEL_LAN9118,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_ARCH_PPC64LE,HW_CPU_X86_SSE41,HW_CPU_X86_SSSE3,COMPUTE_VOLUME_EXTEND,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_STORAGE_VIRTIO_FS,COMPUTE_STORAGE_BUS_USB,HW_CPU_X86_SSE,HW_CPU_X86_MMX,COMPUTE_DEVICE_TAGGING,COMPUTE_ARCH_MIPSEL" {{(pid=91228) __call__ /opt/stack/placement/placement/requestlog.py:55}} +2025-01-14 22:36:40.106 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91228]: INFO placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-17df1c6c-f0bf-46ff-ae47-be6959d91183 service nova] 10.201.9.223 "GET /placement/traits?name=in:COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_VOLUME_ATTACH_WITH_TAG,COMPUTE_GRAPHICS_MODEL_BOCHS,HW_CPU_X86_SSE42,COMPUTE_NODE,HW_CPU_X86_SSE2,COMPUTE_ARCH_S390X,COMPUTE_ACCELERATORS,COMPUTE_NET_VIF_MODEL_VIRTIO,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_ARCH_AARCH64,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_ARCH_RISCV64,COMPUTE_VIOMMU_MODEL_INTEL,COMPUTE_ARCH_X86_64,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_TRUSTED_CERTS,COMPUTE_STORAGE_BUS_SATA,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_RESCUE_BFV,HW_ARCH_X86_64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_STORAGE_BUS_IDE,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_NET_VIF_MODEL_LAN9118,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_ARCH_PPC64LE,HW_CPU_X86_SSE41,HW_CPU_X86_SSSE3,COMPUTE_VOLUME_EXTEND,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_STORAGE_VIRTIO_FS,COMPUTE_STORAGE_BUS_USB,HW_CPU_X86_SSE,HW_CPU_X86_MMX,COMPUTE_DEVICE_TAGGING,COMPUTE_ARCH_MIPSEL" status: 200 len: 1586 microversion: 1.6 +2025-01-14 22:36:40.106 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91228]: [pid: 91228|app: 0|req: 5/10] 10.201.9.223 () {60 vars in 4078 bytes} [Tue Jan 14 22:36:22 2025] GET /placement/traits?name=in:COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_VOLUME_ATTACH_WITH_TAG,COMPUTE_GRAPHICS_MODEL_BOCHS,HW_CPU_X86_SSE42,COMPUTE_NODE,HW_CPU_X86_SSE2,COMPUTE_ARCH_S390X,COMPUTE_ACCELERATORS,COMPUTE_NET_VIF_MODEL_VIRTIO,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_ARCH_AARCH64,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_ARCH_RISCV64,COMPUTE_VIOMMU_MODEL_INTEL,COMPUTE_ARCH_X86_64,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_TRUSTED_CERTS,COMPUTE_STORAGE_BUS_SATA,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_RESCUE_BFV,HW_ARCH_X86_64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_STORAGE_BUS_IDE,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_NET_VIF_MODEL_LAN9118,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_ARCH_PPC64LE,HW_CPU_X86_SSE41,HW_CPU_X86_SSSE3,COMPUTE_VOLUME_EXTEND,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_STORAGE_VIRTIO_FS,COMPUTE_STORAGE_BUS_USB,HW_CPU_X86_SSE,HW_CPU_X86_MMX,COMPUTE_DEVICE_TAGGING,COMPUTE_ARCH_MIPSEL => generated 1586 bytes in 25 msecs (HTTP/1.1 200) 6 headers in 225 bytes (1 switches on core 0) +2025-01-14 22:36:40.106 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: DEBUG placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-570e3e32-ec73-4050-a805-a4ef71f68d29 None None] Starting request: 10.201.9.223 "PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/traits" {{(pid=91229) __call__ /opt/stack/placement/placement/requestlog.py:55}} +2025-01-14 22:36:40.106 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: INFO placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-570e3e32-ec73-4050-a805-a4ef71f68d29 service nova] 10.201.9.223 "PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/traits" status: 200 len: 1621 microversion: 1.6 +2025-01-14 22:36:40.106 | Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: [pid: 91229|app: 0|req: 6/11] 10.201.9.223 () {64 vars in 1479 bytes} [Tue Jan 14 22:36:22 2025] PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/traits => generated 1621 bytes in 83 msecs (HTTP/1.1 200) 6 headers in 225 bytes (1 switches on core 0) +2025-01-14 22:36:40.106 | Jan 14 22:36:32 ubuntu devstack@placement-api.service[91228]: DEBUG dbcounter [-] [91228] Writing DB stats placement:SELECT=4 {{(pid=91228) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.106 | Jan 14 22:36:32 ubuntu devstack@placement-api.service[91229]: DEBUG dbcounter [-] [91229] Writing DB stats placement:INSERT=61,placement:UPDATE=3,placement:SELECT=6 {{(pid=91229) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.117 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.128 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@placement-client.service +2025-01-14 22:36:40.142 | Failed to get unit file state for devstack@placement-client.service: No such file or directory +2025-01-14 22:36:40.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.153 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.163 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@g-api.service +2025-01-14 22:36:40.183 | enabled +2025-01-14 22:36:40.187 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.194 | +functions-common:service_check:1721 sudo systemctl status devstack@g-api.service --no-pager +2025-01-14 22:36:40.219 | ● devstack@g-api.service - Devstack devstack@g-api.service +2025-01-14 22:36:40.219 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.219 | Active: active (running) since Tue 2025-01-14 22:36:24 UTC; 15s ago +2025-01-14 22:36:40.219 | Main PID: 104022 (uwsgi) +2025-01-14 22:36:40.220 | Status: "uWSGI is ready" +2025-01-14 22:36:40.220 | Tasks: 9 (limit: 9388) +2025-01-14 22:36:40.220 | Memory: 231.9M +2025-01-14 22:36:40.220 | CPU: 4.540s +2025-01-14 22:36:40.220 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service +2025-01-14 22:36:40.220 | ├─104022 "glance-apiuWSGI master" +2025-01-14 22:36:40.220 | ├─104023 "glance-apiuWSGI worker 1" +2025-01-14 22:36:40.220 | └─104024 "glance-apiuWSGI worker 2" +2025-01-14 22:36:40.220 | +2025-01-14 22:36:40.220 | Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +2025-01-14 22:36:40.220 | Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] new path /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +2025-01-14 22:36:40.220 | Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: INFO glance.api.v2.image_data [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. +2025-01-14 22:36:40.220 | Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.location [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Enabling in-flight format inspection for qcow2 {{(pid=104024) set_data /opt/stack/glance/glance/location.py:588}} +2025-01-14 22:36:40.220 | Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG oslo_utils.imageutils.format_inspector [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'QFI\xfb') {{(pid=104024) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +2025-01-14 22:36:40.220 | Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG oslo_utils.imageutils.format_inspector [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Format inspector for vhdx does not match, excluding from consideration (Region signature not found at 30000) {{(pid=104024) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +2025-01-14 22:36:40.220 | Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance_store._drivers.filesystem [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Wrote 16338944 bytes to /opt/stack/data/glance/images/b85eabc5-4619-4e35-b74e-687cf6826b6b with checksum 1d3062cd89af34e419f7100277f38b2b and multihash 553d220ed58cfee7dafe003c446a9f197ab5edf8ffc09396c74187cf83873c877e7ae041cb80f3b91489acf687183adcd689b53b38e3ddd22e627e7f98a09c46 {{(pid=104024) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} +2025-01-14 22:36:40.220 | Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: INFO glance.location [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Image format matched and virtual size computed: 117440512 +2025-01-14 22:36:40.220 | Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Skipping store.set_acls... not implemented. {{(pid=104024) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} +2025-01-14 22:36:40.220 | Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Jan 14 22:36:32 2025] PUT /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file => generated 0 bytes in 797 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +2025-01-14 22:36:40.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.233 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.244 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@c-sch.service +2025-01-14 22:36:40.266 | enabled +2025-01-14 22:36:40.270 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.278 | +functions-common:service_check:1721 sudo systemctl status devstack@c-sch.service --no-pager +2025-01-14 22:36:40.302 | ● devstack@c-sch.service - Devstack devstack@c-sch.service +2025-01-14 22:36:40.302 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.302 | Active: active (running) since Tue 2025-01-14 22:36:15 UTC; 24s ago +2025-01-14 22:36:40.302 | Main PID: 101461 (cinder-schedule) +2025-01-14 22:36:40.302 | Tasks: 1 (limit: 9388) +2025-01-14 22:36:40.302 | Memory: 106.2M +2025-01-14 22:36:40.302 | CPU: 1.953s +2025-01-14 22:36:40.302 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service +2025-01-14 22:36:40.302 | └─101461 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf +2025-01-14 22:36:40.302 | +2025-01-14 22:36:40.302 | Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: INFO cinder.manager [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Initiating service 1 cleanup +2025-01-14 22:36:40.302 | Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: INFO cinder.manager [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Service 1 cleanup completed. +2025-01-14 22:36:40.302 | Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Creating RPC server for service cinder-scheduler {{(pid=101461) start /opt/stack/cinder/cinder/service.py:239}} +2025-01-14 22:36:40.302 | Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=101461) start /opt/stack/cinder/cinder/service.py:245}} +2025-01-14 22:36:40.302 | Jan 14 22:36:19 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +2025-01-14 22:36:40.302 | Jan 14 22:36:28 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.302 | Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +2025-01-14 22:36:40.302 | Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@lvmdriver-1#lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 36, 29, 754377)}, {'type': 'backend', 'name_to_id': 'ubuntu@lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 36, 29, 754377)}]. {{(pid=101461) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +2025-01-14 22:36:40.302 | Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Updating capabilities for ubuntu@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2025, 1, 14, 22, 36, 29, 728432)} {{(pid=101461) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +2025-01-14 22:36:40.302 | Jan 14 22:36:39 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:SELECT=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.317 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.326 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@c-api.service +2025-01-14 22:36:40.345 | enabled +2025-01-14 22:36:40.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.358 | +functions-common:service_check:1721 sudo systemctl status devstack@c-api.service --no-pager +2025-01-14 22:36:40.375 | ● devstack@c-api.service - Devstack devstack@c-api.service +2025-01-14 22:36:40.375 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.375 | Active: active (running) since Tue 2025-01-14 22:36:11 UTC; 28s ago +2025-01-14 22:36:40.376 | Main PID: 100452 (uwsgi) +2025-01-14 22:36:40.376 | Status: "uWSGI is ready" +2025-01-14 22:36:40.376 | Tasks: 7 (limit: 9388) +2025-01-14 22:36:40.376 | Memory: 238.2M +2025-01-14 22:36:40.376 | CPU: 5.063s +2025-01-14 22:36:40.376 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service +2025-01-14 22:36:40.376 | ├─100452 "cinder-apiuWSGI master" +2025-01-14 22:36:40.376 | ├─100459 "cinder-apiuWSGI worker 1" +2025-01-14 22:36:40.376 | └─100460 "cinder-apiuWSGI worker 2" +2025-01-14 22:36:40.376 | +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.middleware.request_id [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 None None] RequestId filter calling following filter/app {{(pid=100459) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] POST http://10.201.9.223/volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=100459) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn('Policy enforcement is depending on the value of ' +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG oslo_db.sqlalchemy.engines [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100459) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] http://10.201.9.223/volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs returned with HTTP 200 +2025-01-14 22:36:40.376 | Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: [pid: 100459|app: 0|req: 1/3] 10.201.9.223 () {62 vars in 1359 bytes} [Tue Jan 14 22:36:21 2025] POST /volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs => generated 55 bytes in 334 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +2025-01-14 22:36:40.376 | Jan 14 22:36:31 ubuntu devstack@c-api.service[100460]: DEBUG dbcounter [-] [100460] Writing DB stats cinder:SELECT=9,cinder:INSERT=1 {{(pid=100460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.376 | Jan 14 22:36:31 ubuntu devstack@c-api.service[100459]: DEBUG dbcounter [-] [100459] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=100459) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.387 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.390 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.396 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@c-vol.service +2025-01-14 22:36:40.412 | enabled +2025-01-14 22:36:40.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.422 | +functions-common:service_check:1721 sudo systemctl status devstack@c-vol.service --no-pager +2025-01-14 22:36:40.438 | ● devstack@c-vol.service - Devstack devstack@c-vol.service +2025-01-14 22:36:40.438 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.438 | Active: active (running) since Tue 2025-01-14 22:36:19 UTC; 20s ago +2025-01-14 22:36:40.438 | Main PID: 102914 (cinder-volume) +2025-01-14 22:36:40.438 | Tasks: 2 (limit: 9388) +2025-01-14 22:36:40.438 | Memory: 137.3M +2025-01-14 22:36:40.438 | CPU: 9.572s +2025-01-14 22:36:40.438 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service +2025-01-14 22:36:40.438 | ├─102914 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf +2025-01-14 22:36:40.438 | └─103103 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf +2025-01-14 22:36:40.438 | +2025-01-14 22:36:40.438 | Jan 14 22:36:30 ubuntu sudo[104537]: pam_unix(sudo:session): session closed for user root +2025-01-14 22:36:40.438 | Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.331s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +2025-01-14 22:36:40.438 | Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +2025-01-14 22:36:40.438 | Jan 14 22:36:30 ubuntu sudo[104687]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +2025-01-14 22:36:40.438 | Jan 14 22:36:30 ubuntu sudo[104687]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +2025-01-14 22:36:40.438 | Jan 14 22:36:31 ubuntu sudo[104687]: pam_unix(sudo:session): session closed for user root +2025-01-14 22:36:40.438 | Jan 14 22:36:31 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.328s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +2025-01-14 22:36:40.438 | Jan 14 22:36:31 ubuntu cinder-volume[103103]: INFO cinder.volume.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Driver post RPC initialization completed successfully. +2025-01-14 22:36:40.438 | Jan 14 22:36:31 ubuntu cinder-volume[102914]: DEBUG dbcounter [-] [102914] Writing DB stats cinder:SELECT=8,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=102914) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.438 | Jan 14 22:36:39 ubuntu cinder-volume[103103]: DEBUG dbcounter [-] [103103] Writing DB stats cinder:SELECT=4 {{(pid=103103) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.448 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.455 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.455 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@ovn-controller.service +2025-01-14 22:36:40.465 | Failed to get unit file state for devstack@ovn-controller.service: No such file or directory +2025-01-14 22:36:40.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.474 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.476 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.482 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@ovn-northd.service +2025-01-14 22:36:40.492 | Failed to get unit file state for devstack@ovn-northd.service: No such file or directory +2025-01-14 22:36:40.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.502 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.513 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@ovs-vswitchd.service +2025-01-14 22:36:40.526 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory +2025-01-14 22:36:40.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.539 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.549 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@ovsdb-server.service +2025-01-14 22:36:40.567 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory +2025-01-14 22:36:40.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.580 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.591 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@q-svc.service +2025-01-14 22:36:40.619 | enabled +2025-01-14 22:36:40.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.633 | +functions-common:service_check:1721 sudo systemctl status devstack@q-svc.service --no-pager +2025-01-14 22:36:40.656 | ● devstack@q-svc.service - Devstack devstack@q-svc.service +2025-01-14 22:36:40.656 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.656 | Active: active (running) since Tue 2025-01-14 22:35:19 UTC; 1min 20s ago +2025-01-14 22:36:40.656 | Main PID: 90162 (/opt/stack/data) +2025-01-14 22:36:40.656 | Tasks: 6 (limit: 9388) +2025-01-14 22:36:40.656 | Memory: 414.6M +2025-01-14 22:36:40.656 | CPU: 10.229s +2025-01-14 22:36:40.656 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service +2025-01-14 22:36:40.656 | ├─90162 "/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" +2025-01-14 22:36:40.656 | ├─90355 "neutron-server: api worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" +2025-01-14 22:36:40.656 | ├─90356 "neutron-server: api worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" +2025-01-14 22:36:40.656 | ├─90359 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" +2025-01-14 22:36:40.656 | ├─90360 "neutron-server: maintenance worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" +2025-01-14 22:36:40.656 | └─90361 "neutron-server: services worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" +2025-01-14 22:36:40.656 | +2025-01-14 22:36:40.656 | Jan 14 22:36:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=666,neutron:INSERT=46,neutron:UPDATE=14,neutron:DELETE=4 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.656 | Jan 14 22:36:06 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=1 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.656 | Jan 14 22:36:24 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +2025-01-14 22:36:40.656 | Jan 14 22:36:24 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +2025-01-14 22:36:40.657 | Jan 14 22:36:27 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=6,neutron:INSERT=657 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.657 | Jan 14 22:36:27 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +2025-01-14 22:36:40.657 | Jan 14 22:36:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.657 | Jan 14 22:36:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.657 | Jan 14 22:36:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.657 | Jan 14 22:36:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:40.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.668 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.671 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.678 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@q-ovn-metadata-agent.service +2025-01-14 22:36:40.703 | enabled +2025-01-14 22:36:40.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.714 | +functions-common:service_check:1721 sudo systemctl status devstack@q-ovn-metadata-agent.service --no-pager +2025-01-14 22:36:40.735 | ● devstack@q-ovn-metadata-agent.service - Devstack devstack@q-ovn-metadata-agent.service +2025-01-14 22:36:40.735 | Loaded: loaded (/etc/systemd/system/devstack@q-ovn-metadata-agent.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.735 | Active: active (running) since Tue 2025-01-14 22:35:17 UTC; 1min 23s ago +2025-01-14 22:36:40.735 | Main PID: 89186 (neutron-ovn-met) +2025-01-14 22:36:40.735 | Tasks: 7 (limit: 9388) +2025-01-14 22:36:40.735 | Memory: 330.1M +2025-01-14 22:36:40.735 | CPU: 5.590s +2025-01-14 22:36:40.735 | CGroup: /system.slice/system-devstack.slice/devstack@q-ovn-metadata-agent.service +2025-01-14 22:36:40.735 | ├─89186 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" +2025-01-14 22:36:40.735 | ├─90116 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" +2025-01-14 22:36:40.735 | ├─90117 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" +2025-01-14 22:36:40.735 | ├─90330 /opt/stack/data/venv/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron_ovn_metadata_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpt4uhzp9u/privsep.sock +2025-01-14 22:36:40.735 | └─92630 /opt/stack/data/venv/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron_ovn_metadata_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp3urhabp1/privsep.sock +2025-01-14 22:36:40.736 | +2025-01-14 22:36:40.736 | Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_DAC_OVERRIDE|CAP_DAC_READ_SEARCH|CAP_NET_ADMIN|CAP_SYS_ADMIN|CAP_SYS_PTRACE/CAP_DAC_OVERRIDE|CAP_DAC_READ_SEARCH|CAP_NET_ADMIN|CAP_SYS_ADMIN|CAP_SYS_PTRACE/none +2025-01-14 22:36:40.736 | Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: INFO oslo.privsep.daemon [-] privsep daemon running as pid 92630 +2025-01-14 22:36:40.736 | Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo.privsep.daemon [-] privsep: reply[f3af1a27-c690-495f-881e-4b7e7bfa7980]: (2,) {{(pid=92630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:498}} +2025-01-14 22:36:40.736 | Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "context-manager" by "neutron_lib.db.api._create_context_manager" {{(pid=92630) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +2025-01-14 22:36:40.736 | Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "context-manager" acquired by "neutron_lib.db.api._create_context_manager" :: waited 0.000s {{(pid=92630) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +2025-01-14 22:36:40.736 | Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "context-manager" "released" by "neutron_lib.db.api._create_context_manager" :: held 0.000s {{(pid=92630) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +2025-01-14 22:36:40.736 | Jan 14 22:35:38 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo.privsep.daemon [-] privsep: reply[59f857d3-8b5a-4f5e-9cce-2d8ea95c71d4]: (4, False) {{(pid=92630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:498}} +2025-01-14 22:36:40.736 | Jan 14 22:36:19 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "_check_child_processes" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" {{(pid=89186) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +2025-01-14 22:36:40.736 | Jan 14 22:36:19 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.001s {{(pid=89186) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +2025-01-14 22:36:40.736 | Jan 14 22:36:19 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=89186) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +2025-01-14 22:36:40.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.748 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.762 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.762 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@rabbit.service +2025-01-14 22:36:40.783 | Failed to get unit file state for devstack@rabbit.service: No such file or directory +2025-01-14 22:36:40.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.796 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.796 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.808 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@tempest.service +2025-01-14 22:36:40.826 | Failed to get unit file state for devstack@tempest.service: No such file or directory +2025-01-14 22:36:40.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.841 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.854 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.854 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@mysql.service +2025-01-14 22:36:40.872 | Failed to get unit file state for devstack@mysql.service: No such file or directory +2025-01-14 22:36:40.876 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.882 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.882 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.891 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@etcd3.service +2025-01-14 22:36:40.902 | Failed to get unit file state for devstack@etcd3.service: No such file or directory +2025-01-14 22:36:40.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.914 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:40.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.923 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@dstat.service +2025-01-14 22:36:40.944 | enabled +2025-01-14 22:36:40.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.958 | +functions-common:service_check:1721 sudo systemctl status devstack@dstat.service --no-pager +2025-01-14 22:36:40.985 | ● devstack@dstat.service - Devstack devstack@dstat.service +2025-01-14 22:36:40.985 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) +2025-01-14 22:36:40.985 | Active: active (running) since Tue 2025-01-14 22:31:51 UTC; 4min 49s ago +2025-01-14 22:36:40.985 | Main PID: 58044 (dstat.sh) +2025-01-14 22:36:40.985 | Tasks: 3 (limit: 9388) +2025-01-14 22:36:40.985 | Memory: 23.8M +2025-01-14 22:36:40.985 | CPU: 1.439s +2025-01-14 22:36:40.985 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service +2025-01-14 22:36:40.985 | ├─58044 /bin/bash /opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs +2025-01-14 22:36:40.985 | ├─58094 python3 /bin/dstat -tcmndrylpg --tcp --output /tmp/devstack_logs/dstat-csv.log +2025-01-14 22:36:40.985 | └─58095 python3 /bin/dstat -tcmndrylpg --swap --tcp +2025-01-14 22:36:40.985 | +2025-01-14 22:36:40.985 | Jan 14 22:36:31 ubuntu dstat.sh[58095]: 14-01 22:36:31| 30 7 64 0 0|4447M 131M 170M 3023M| 27k 1660B| 391k 495k|7.99 47.9 |2289 3449 |1.98 1.61 0.93|3.0 0 48| 0 0 | 0 0 | 18 267 6 45 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:32 ubuntu dstat.sh[58095]: 14-01 22:36:32| 25 4 69 1 0|4461M 133M 170M 3007M|7124B 1622B| 649k 637k|35.0 78.1 |4296 8758 |1.98 1.61 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 276 6 47 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:33 ubuntu dstat.sh[58095]: 14-01 22:36:33| 20 10 68 1 0|4403M 183M 170M 3015M|5274B 1735B| 264k 592k|9.99 57.0 |3280 6407 |1.98 1.61 0.93|5.0 0 189| 0 0 | 0 0 | 18 273 6 48 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:34 ubuntu dstat.sh[58095]: 14-01 22:36:34| 18 11 70 0 0|4442M 144M 170M 3015M|5762B 1688B| 36k 403k|6.98 27.9 |2774 4714 |1.99 1.61 0.94|4.0 0 278| 0 0 | 0 0 | 18 273 6 46 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:35 ubuntu dstat.sh[58095]: 14-01 22:36:35| 16 13 71 0 0|4419M 166M 170M 3015M|5452B 1465B| 40k 1145k|10.0 69.3 |2603 3985 |1.99 1.61 0.94|2.0 0 187| 0 0 | 0 0 | 18 273 6 46 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:36 ubuntu dstat.sh[58095]: 14-01 22:36:36| 10 18 70 0 0|4420M 166M 170M 3015M|5964B 1619B| 76k 16M|2.00 48.0 |3291 5147 |1.99 1.61 0.94|2.0 0 369| 0 0 | 0 0 | 18 273 6 44 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:37 ubuntu dstat.sh[58095]: 14-01 22:36:37| 3 5 90 0 0|4418M 168M 170M 3015M|5429B 1658B|8174B 8174B|1.00 1.00 |1727 2831 |1.99 1.61 0.94|2.0 0 107| 0 0 | 0 0 | 18 273 6 44 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:38 ubuntu dstat.sh[58095]: 14-01 22:36:38| 19 3 77 0 0|4465M 120M 170M 3015M|6596B 1619B| 0 100k| 0 11.0 |1515 2188 |1.99 1.61 0.94|3.0 0 12| 0 0 | 0 0 | 18 275 6 43 0 +2025-01-14 22:36:40.985 | Jan 14 22:36:39 ubuntu dstat.sh[58095]: 14-01 22:36:39| 18 10 70 0 0|4413M 176M 170M 3011M|5472B 1624B| 180k 193k|9.02 18.0 |2590 4090 |1.91 1.60 0.94|2.0 0 147| 0 0 | 0 0 | 18 281 6 43 0 +2025-01-14 22:36:40.986 | Jan 14 22:36:40 ubuntu dstat.sh[58095]: 14-01 22:36:40| 11 17 70 0 1|4415M 178M 170M 3008M|8468B 1614B| 0 299k| 0 31.9 |3196 5119 |1.91 1.60 0.94|1.0 0 225| 0 0 | 0 0 | 18 283 6 41 0 +2025-01-14 22:36:40.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:40.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.000 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:41.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.010 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@cinder.service +2025-01-14 22:36:41.024 | Failed to get unit file state for devstack@cinder.service: No such file or directory +2025-01-14 22:36:41.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.040 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:41.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.051 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.051 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@c-bak.service +2025-01-14 22:36:41.066 | enabled +2025-01-14 22:36:41.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.082 | +functions-common:service_check:1721 sudo systemctl status devstack@c-bak.service --no-pager +2025-01-14 22:36:41.102 | ● devstack@c-bak.service - Devstack devstack@c-bak.service +2025-01-14 22:36:41.102 | Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) +2025-01-14 22:36:41.102 | Active: active (running) since Tue 2025-01-14 22:36:17 UTC; 23s ago +2025-01-14 22:36:41.102 | Main PID: 102209 (cinder-backup) +2025-01-14 22:36:41.102 | Tasks: 1 (limit: 9388) +2025-01-14 22:36:41.102 | Memory: 92.3M +2025-01-14 22:36:41.102 | CPU: 1.686s +2025-01-14 22:36:41.102 | CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service +2025-01-14 22:36:41.102 | └─102209 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf +2025-01-14 22:36:41.103 | +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: ERROR oslo.service.loopingcall raise ConnectionError(e, request=request) +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: ERROR oslo.service.loopingcall requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.201.9.223', port=8080): Max retries exceeded with url: /info (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] ECONNREFUSED')) +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: ERROR oslo.service.loopingcall +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG oslo_concurrency.lockutils [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Lock "cleanup_incomplete_backups_102209" "released" by "cinder.backup.manager.BackupManager._cleanup_incomplete_backup_operations" :: held 0.015s {{(pid=102209) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG oslo_db.sqlalchemy.engines [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=102209) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG cinder.manager [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Notifying Schedulers of capabilities ... {{(pid=102209) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: INFO cinder.keymgr.migration [None req-79d62787-9854-49c6-bff7-d5e759fe35b6 None None] Not migrating encryption keys because the ConfKeyManager is still in use. +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG cinder.service [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Creating RPC server for service cinder-backup {{(pid=102209) start /opt/stack/cinder/cinder/service.py:239}} +2025-01-14 22:36:41.103 | Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG cinder.service [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=102209) start /opt/stack/cinder/cinder/service.py:245}} +2025-01-14 22:36:41.103 | Jan 14 22:36:29 ubuntu cinder-backup[102209]: DEBUG dbcounter [-] [102209] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=102209) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.117 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:41.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.128 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-novnc-cell1.service +2025-01-14 22:36:41.151 | enabled +2025-01-14 22:36:41.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.164 | +functions-common:service_check:1721 sudo systemctl status devstack@n-novnc-cell1.service --no-pager +2025-01-14 22:36:41.186 | ● devstack@n-novnc-cell1.service - Devstack devstack@n-novnc-cell1.service +2025-01-14 22:36:41.186 | Loaded: loaded (/etc/systemd/system/devstack@n-novnc-cell1.service; enabled; vendor preset: enabled) +2025-01-14 22:36:41.186 | Active: active (running) since Tue 2025-01-14 22:35:59 UTC; 42s ago +2025-01-14 22:36:41.186 | Main PID: 95875 (nova-novncproxy) +2025-01-14 22:36:41.186 | Tasks: 4 (limit: 9388) +2025-01-14 22:36:41.186 | Memory: 102.0M +2025-01-14 22:36:41.186 | CPU: 1.746s +2025-01-14 22:36:41.186 | CGroup: /system.slice/system-devstack.slice/devstack@n-novnc-cell1.service +2025-01-14 22:36:41.186 | └─95875 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc +2025-01-14 22:36:41.186 | +2025-01-14 22:36:41.186 | Jan 14 22:35:59 ubuntu systemd[1]: Started Devstack devstack@n-novnc-cell1.service. +2025-01-14 22:36:41.186 | Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] WebSocket server settings: +2025-01-14 22:36:41.186 | Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - Listen on 0.0.0.0:6080 +2025-01-14 22:36:41.186 | Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - Web server (no directory listings). Web root: /opt/stack/novnc +2025-01-14 22:36:41.186 | Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - No SSL/TLS support (no cert file) +2025-01-14 22:36:41.186 | Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - proxying from 0.0.0.0:6080 to None:None +2025-01-14 22:36:41.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.198 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:41.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.209 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-super-cond.service +2025-01-14 22:36:41.224 | enabled +2025-01-14 22:36:41.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.242 | +functions-common:service_check:1721 sudo systemctl status devstack@n-super-cond.service --no-pager +2025-01-14 22:36:41.270 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service +2025-01-14 22:36:41.270 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) +2025-01-14 22:36:41.270 | Active: active (running) since Tue 2025-01-14 22:36:01 UTC; 39s ago +2025-01-14 22:36:41.270 | Main PID: 97005 (nova-conductor) +2025-01-14 22:36:41.270 | Tasks: 3 (limit: 9388) +2025-01-14 22:36:41.270 | Memory: 154.8M +2025-01-14 22:36:41.270 | CPU: 2.381s +2025-01-14 22:36:41.270 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service +2025-01-14 22:36:41.271 | ├─97005 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf +2025-01-14 22:36:41.271 | ├─97697 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf +2025-01-14 22:36:41.271 | └─97711 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf +2025-01-14 22:36:41.271 | +2025-01-14 22:36:41.271 | Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_limit.version = None {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.271 | Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_reports.file_event_handler = None {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.271 | Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_reports.file_event_handler_interval = 1 {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.271 | Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_reports.log_dir = None {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.271 | Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] ******************************************************************************** {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +2025-01-14 22:36:41.271 | Jan 14 22:36:13 ubuntu nova-conductor[97005]: DEBUG dbcounter [-] [97005] Writing DB stats nova_api:SELECT=1 {{(pid=97005) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.271 | Jan 14 22:36:13 ubuntu nova-conductor[97005]: DEBUG dbcounter [-] [97005] Writing DB stats nova_cell1:SELECT=1 {{(pid=97005) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.271 | Jan 14 22:36:13 ubuntu nova-conductor[97005]: DEBUG dbcounter [-] [97005] Writing DB stats nova_cell0:SELECT=1 {{(pid=97005) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.271 | Jan 14 22:36:18 ubuntu nova-conductor[97711]: DEBUG dbcounter [-] [97711] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1,nova_cell0:UPDATE=1 {{(pid=97711) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.272 | Jan 14 22:36:18 ubuntu nova-conductor[97697]: DEBUG dbcounter [-] [97697] Writing DB stats nova_cell0:SELECT=5,nova_cell0:INSERT=1 {{(pid=97697) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.284 | +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } +2025-01-14 22:36:41.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.296 | +functions-common:service_check:1717 sudo systemctl is-enabled devstack@n-cond-cell1.service +2025-01-14 22:36:41.319 | enabled +2025-01-14 22:36:41.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.331 | +functions-common:service_check:1721 sudo systemctl status devstack@n-cond-cell1.service --no-pager +2025-01-14 22:36:41.350 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service +2025-01-14 22:36:41.351 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) +2025-01-14 22:36:41.351 | Active: active (running) since Tue 2025-01-14 22:36:03 UTC; 37s ago +2025-01-14 22:36:41.351 | Main PID: 97723 (nova-conductor) +2025-01-14 22:36:41.351 | Tasks: 3 (limit: 9388) +2025-01-14 22:36:41.351 | Memory: 163.9M +2025-01-14 22:36:41.351 | CPU: 2.677s +2025-01-14 22:36:41.351 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service +2025-01-14 22:36:41.351 | ├─97723 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf +2025-01-14 22:36:41.351 | ├─98782 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf +2025-01-14 22:36:41.351 | └─98786 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf +2025-01-14 22:36:41.351 | +2025-01-14 22:36:41.351 | Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_limit.valid_interfaces = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.351 | Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_limit.version = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.351 | Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_reports.file_event_handler = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.351 | Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.351 | Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_reports.log_dir = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +2025-01-14 22:36:41.351 | Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] ******************************************************************************** {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +2025-01-14 22:36:41.351 | Jan 14 22:36:15 ubuntu nova-conductor[97723]: DEBUG dbcounter [-] [97723] Writing DB stats nova_cell1:SELECT=1 {{(pid=97723) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.351 | Jan 14 22:36:37 ubuntu nova-conductor[98786]: DEBUG dbcounter [-] [98786] Writing DB stats nova_cell1:SELECT=9,nova_cell1:INSERT=2,nova_cell1:UPDATE=1 {{(pid=98786) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.351 | Jan 14 22:36:40 ubuntu nova-conductor[98782]: DEBUG dbcounter [-] [98782] Writing DB stats nova_cell1:SELECT=7,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=98782) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.351 | Jan 14 22:36:40 ubuntu nova-conductor[98786]: DEBUG dbcounter [-] [98786] Writing DB stats nova_cell1:SELECT=7 {{(pid=98786) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +2025-01-14 22:36:41.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.365 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.365 | +./stack.sh:main:1474 is_service_enabled n-api +2025-01-14 22:36:41.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.411 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:41.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.419 | +./stack.sh:main:1475 is_service_enabled n-cpu +2025-01-14 22:36:41.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.464 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:41.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:41.472 | +./stack.sh:main:1476 /opt/stack/devstack/tools/discover_hosts.sh +2025-01-14 22:36:43.294 | INFO dbcounter [None req-b2cb0b28-70bc-4a7b-8f22-c2ce77eb90c1 None None] Registered counter for database nova_api +2025-01-14 22:36:43.335 | DEBUG dbcounter [-] [106443] Writer thread running {{(pid=106443) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:36:43.342 | Found 2 cell mappings. +2025-01-14 22:36:43.342 | Skipping cell0 since it does not contain hosts. +2025-01-14 22:36:43.342 | Getting computes from cell 'cell1': 74f03ecc-c6c3-4ded-8e4a-61c50da33bc4 +2025-01-14 22:36:43.342 | INFO dbcounter [None req-b2cb0b28-70bc-4a7b-8f22-c2ce77eb90c1 None None] Registered counter for database nova_cell1 +2025-01-14 22:36:43.443 | DEBUG dbcounter [-] [106443] Writer thread running {{(pid=106443) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +2025-01-14 22:36:43.549 | Checking host mapping for compute host 'ubuntu': 952379af-dff8-4620-84de-af52a989832f +2025-01-14 22:36:43.549 | Creating host mapping for compute host 'ubuntu': 952379af-dff8-4620-84de-af52a989832f +2025-01-14 22:36:43.549 | Found 1 unmapped computes in cell: 74f03ecc-c6c3-4ded-8e4a-61c50da33bc4 +2025-01-14 22:36:43.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:43.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:43.959 | +./stack.sh:main:1489 /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Upgrade Check Results | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Check: Cells v2 | +2025-01-14 22:36:45.903 | | Result: Success | +2025-01-14 22:36:45.903 | | Details: None | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Check: Placement API | +2025-01-14 22:36:45.903 | | Result: Success | +2025-01-14 22:36:45.903 | | Details: None | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Check: Cinder API | +2025-01-14 22:36:45.903 | | Result: Success | +2025-01-14 22:36:45.903 | | Details: None | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Check: Policy File JSON to YAML Migration | +2025-01-14 22:36:45.903 | | Result: Success | +2025-01-14 22:36:45.903 | | Details: None | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Check: Older than N-1 computes | +2025-01-14 22:36:45.903 | | Result: Success | +2025-01-14 22:36:45.903 | | Details: None | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Check: hw_machine_type unset | +2025-01-14 22:36:45.903 | | Result: Success | +2025-01-14 22:36:45.903 | | Details: None | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:45.903 | | Check: Service User Token Configuration | +2025-01-14 22:36:45.903 | | Result: Success | +2025-01-14 22:36:45.903 | | Details: None | +2025-01-14 22:36:45.903 | +-------------------------------------------+ +2025-01-14 22:36:46.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:46.279 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:46.279 | +./stack.sh:main:1496 [[ -x /opt/stack/devstack/local.sh ]] +2025-01-14 22:36:46.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:46.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:46.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:46.291 | +./stack.sh:main:1507 command openstack complete +2025-01-14 22:36:46.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:46.297 | +./stack.sh:main:1508 sudo tee /etc/bash_completion.d/osc.bash_completion +2025-01-14 22:36:47.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.656 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.656 | +./stack.sh:main:1511 is_service_enabled cinder +2025-01-14 22:36:47.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.707 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.714 | +functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:47.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.725 | +./stack.sh:main:1512 is_ubuntu +2025-01-14 22:36:47.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.735 | +functions-common:is_ubuntu:556 [[ -z deb ]] +2025-01-14 22:36:47.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.746 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.747 | +functions-common:is_ubuntu:559 '[' deb = deb ']' +2025-01-14 22:36:47.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.760 | +./stack.sh:main:1513 echo_summary 'Configuring lvm.conf global device filter' +2025-01-14 22:36:47.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.773 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:36:47.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.785 | +./stack.sh:echo_summary:474 echo -e Configuring lvm.conf global device filter +2025-01-14 22:36:47.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.793 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.793 | +./stack.sh:main:1514 set_lvm_filter +2025-01-14 22:36:47.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.801 | +lib/lvm:set_lvm_filter:189 local 'filter_suffix="r|.*|" ] # from devstack' +2025-01-14 22:36:47.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.809 | +lib/lvm:set_lvm_filter:190 local 'filter_string=global_filter = [ ' +2025-01-14 22:36:47.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.818 | +lib/lvm:set_lvm_filter:191 local pv +2025-01-14 22:36:47.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.825 | +lib/lvm:set_lvm_filter:192 local vg +2025-01-14 22:36:47.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.832 | +lib/lvm:set_lvm_filter:193 local line +2025-01-14 22:36:47.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.840 | ++lib/lvm:set_lvm_filter:195 sudo pvs --noheadings -o name +2025-01-14 22:36:47.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.915 | +lib/lvm:set_lvm_filter:195 for pv_info in $(sudo pvs --noheadings -o name) +2025-01-14 22:36:47.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.931 | ++lib/lvm:set_lvm_filter:196 sed 's/\/dev\///g' +2025-01-14 22:36:47.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.932 | tput: ++lib/lvm:set_lvm_filter:196 sed 's/ //g' +2025-01-14 22:36:47.932 | No value for $TERM and no -T specified +2025-01-14 22:36:47.933 | ++lib/lvm:set_lvm_filter:196 echo -e /dev/loop3 +2025-01-14 22:36:47.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.941 | +lib/lvm:set_lvm_filter:196 pv=loop3 +2025-01-14 22:36:47.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.947 | +lib/lvm:set_lvm_filter:197 new='"a|loop3|", ' +2025-01-14 22:36:47.949 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.953 | +lib/lvm:set_lvm_filter:198 filter_string='global_filter = [ "a|loop3|", ' +2025-01-14 22:36:47.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.960 | +lib/lvm:set_lvm_filter:200 filter_string='global_filter = [ "a|loop3|", "r|.*|" ] # from devstack' +2025-01-14 22:36:47.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.967 | +lib/lvm:set_lvm_filter:202 clean_lvm_filter +2025-01-14 22:36:47.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.973 | +lib/lvm:clean_lvm_filter:177 sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf +2025-01-14 22:36:47.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:47.995 | +lib/lvm:set_lvm_filter:203 sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "a|loop3|", "r|.*|" ] # from devstack' /etc/lvm/lvm.conf +2025-01-14 22:36:48.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.012 | +lib/lvm:set_lvm_filter:204 echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop3|", "r|.*|" ] # from devstack' +2025-01-14 22:36:48.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.021 | +./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:36:48.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.029 | +./stack.sh:echo_summary:474 echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop3|",' '"r|.*|"' ']' '#' from devstack +2025-01-14 22:36:48.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.037 | +./stack.sh:main:1524 run_phase stack test-config +2025-01-14 22:36:48.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.045 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.046 | +functions-common:run_phase:1849 local mode=stack +2025-01-14 22:36:48.047 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.056 | +functions-common:run_phase:1850 local phase=test-config +2025-01-14 22:36:48.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.068 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.068 | +functions-common:run_phase:1851 [[ -d /opt/stack/devstack/extras.d ]] +2025-01-14 22:36:48.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.079 | +functions-common:run_phase:1852 local extra_plugin_file_name +2025-01-14 22:36:48.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.093 | +functions-common:run_phase:1853 for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh +2025-01-14 22:36:48.097 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.105 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.106 | +functions-common:run_phase:1858 local exceptions=80-tempest.sh +2025-01-14 22:36:48.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.119 | +functions-common:run_phase:1859 local extra +2025-01-14 22:36:48.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.133 | ++functions-common:run_phase:1860 basename /opt/stack/devstack/extras.d/80-tempest.sh +2025-01-14 22:36:48.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.147 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.147 | +functions-common:run_phase:1860 extra=80-tempest.sh +2025-01-14 22:36:48.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.164 | +functions-common:run_phase:1861 [[ 80-tempest.sh =~ 80-tempest\.sh ]] +2025-01-14 22:36:48.168 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.178 | +functions-common:run_phase:1865 [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] +2025-01-14 22:36:48.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.194 | +functions-common:run_phase:1865 source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config +2025-01-14 22:36:48.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.209 | ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest +2025-01-14 22:36:48.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.251 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.266 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:48.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.274 | ++extras.d/80-tempest.sh:source:4 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:36:48.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.284 | ++extras.d/80-tempest.sh:source:7 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:48.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.295 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.296 | ++extras.d/80-tempest.sh:source:7 [[ test-config == \i\n\s\t\a\l\l ]] +2025-01-14 22:36:48.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.308 | ++extras.d/80-tempest.sh:source:10 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:48.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.318 | ++extras.d/80-tempest.sh:source:10 [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] +2025-01-14 22:36:48.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.328 | ++extras.d/80-tempest.sh:source:13 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:48.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.339 | ++extras.d/80-tempest.sh:source:13 [[ test-config == \e\x\t\r\a ]] +2025-01-14 22:36:48.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.353 | ++extras.d/80-tempest.sh:source:16 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:48.357 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.368 | ++extras.d/80-tempest.sh:source:16 [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] +2025-01-14 22:36:48.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.381 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.381 | ++extras.d/80-tempest.sh:source:19 [[ stack == \s\t\a\c\k ]] +2025-01-14 22:36:48.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.395 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.396 | ++extras.d/80-tempest.sh:source:19 [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] +2025-01-14 22:36:48.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.408 | ++extras.d/80-tempest.sh:source:20 async_wait install_tempest +2025-01-14 22:36:48.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.489 | [3421 Async install_tempest:55272]: Waiting for completion of install_tempest running on PID 55272 (1 other jobs running) +2025-01-14 22:36:48.514 | [3421 Async install_tempest:55272]: Signaling child to exit +2025-01-14 22:36:48.514 | WAKEUP +2025-01-14 22:36:48.534 | [3421 Async install_tempest:55272]: Signaled +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | ++lib/tempest:install_tempest:820 git_clone http://github.com/openstack/tempest.git /opt/stack/tempest master +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | ++functions-common:git_clone:593 local git_remote=http://github.com/openstack/tempest.git +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | ++functions-common:git_clone:594 local git_dest=/opt/stack/tempest +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | ++functions-common:git_clone:595 local git_ref=master +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | ++functions-common:git_clone:596 local orig_dir +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | +++functions-common:git_clone:597 pwd +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | ++functions-common:git_clone:597 orig_dir=/opt/stack/devstack +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | ++functions-common:git_clone:598 local git_clone_flags= +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | +++functions-common:git_clone:600 trueorfalse False RECLONE +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | ++functions-common:git_clone:600 RECLONE=False +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | ++functions-common:git_clone:601 [[ 0 -gt 0 ]] +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | ++functions-common:git_clone:605 [[ False = \T\r\u\e ]] +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_clone:614 egrep -q '^refs' +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_clone:614 echo master +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_clone:628 [[ ! -d /opt/stack/tempest ]] +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_clone:629 [[ False = \T\r\u\e ]] +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_clone:634 git_timed clone --no-checkout http://github.com/openstack/tempest.git /opt/stack/tempest +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_timed:701 local count=0 +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_timed:702 local timeout=0 +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_timed:705 timeout=0 +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_timed:708 time_start git_timed +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_start:2407 local name=git_timed +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_start:2408 local start_time= +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | +++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_start:2412 _TIME_START[$name]=1736893895171 +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/tempest.git /opt/stack/tempest +2025-01-14 22:36:48.537 | Cloning into '/opt/stack/tempest'... +2025-01-14 22:36:48.537 | warning: redirecting to https://github.com/openstack/tempest.git/ +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_stop:2421 local name +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_stop:2422 local end_time +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.537 | ++functions-common:time_stop:2424 local total +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2425 local start_time +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2427 name=git_timed +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2428 start_time=1736893895171 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2430 [[ -z 1736893895171 ]] +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | +++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2433 end_time=1736893899070 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2434 elapsed_time=3899 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2435 total=100090 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=103989 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:git_clone:635 cd /opt/stack/tempest +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:git_clone:636 git_timed fetch origin master +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:git_timed:701 local count=0 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:git_timed:702 local timeout=0 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:git_timed:705 timeout=0 +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:git_timed:708 time_start git_timed +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_start:2407 local name=git_timed +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_start:2408 local start_time= +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.538 | ++functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:48.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | +++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_start:2412 _TIME_START[$name]=1736893899267 +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master +2025-01-14 22:36:48.539 | warning: redirecting to https://github.com/openstack/tempest.git/ +2025-01-14 22:36:48.539 | From http://github.com/openstack/tempest +2025-01-14 22:36:48.539 | * branch master -> FETCH_HEAD +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2421 local name +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2422 local end_time +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2424 local total +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2425 local start_time +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2427 name=git_timed +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2428 start_time=1736893899267 +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2430 [[ -z 1736893899267 ]] +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | +++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2433 end_time=1736893900069 +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2434 elapsed_time=802 +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2435 total=103989 +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=104791 +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | ++functions-common:git_clone:637 git_timed checkout FETCH_HEAD +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:git_timed:701 local count=0 +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:git_timed:702 local timeout=0 +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:git_timed:704 [[ -n 0 ]] +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:git_timed:705 timeout=0 +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:git_timed:708 time_start git_timed +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:time_start:2407 local name=git_timed +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:time_start:2408 local start_time= +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:time_start:2409 [[ -n '' ]] +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | +++functions-common:time_start:2412 date +%s%3N +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:time_start:2412 _TIME_START[$name]=1736893900175 +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD +2025-01-14 22:36:48.540 | Note: switching to 'FETCH_HEAD'. +2025-01-14 22:36:48.540 | +2025-01-14 22:36:48.540 | You are in 'detached HEAD' state. You can look around, make experimental +2025-01-14 22:36:48.540 | changes and commit them, and you can discard any commits you make in this +2025-01-14 22:36:48.540 | state without impacting any branches by switching back to a branch. +2025-01-14 22:36:48.540 | +2025-01-14 22:36:48.540 | If you want to create a new branch to retain commits you create, you may +2025-01-14 22:36:48.540 | do so (now or later) by using -c with the switch command. Example: +2025-01-14 22:36:48.540 | +2025-01-14 22:36:48.540 | git switch -c +2025-01-14 22:36:48.540 | +2025-01-14 22:36:48.540 | Or undo this operation with: +2025-01-14 22:36:48.540 | +2025-01-14 22:36:48.540 | git switch - +2025-01-14 22:36:48.540 | +2025-01-14 22:36:48.540 | Turn off this advice by setting config variable advice.detachedHead to false +2025-01-14 22:36:48.540 | +2025-01-14 22:36:48.540 | HEAD is now at a110fc009 Merge "Add tests for creating servers with (anti-)affinity" +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:git_timed:723 time_stop git_timed +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:time_stop:2421 local name +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:time_stop:2422 local end_time +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.540 | ++functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:48.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2424 local total +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2425 local start_time +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2427 name=git_timed +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2428 start_time=1736893900175 +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2430 [[ -z 1736893900175 ]] +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | +++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2433 end_time=1736893900356 +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2434 elapsed_time=181 +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2435 total=104791 +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=104972 +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/tempest +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:git_clone:676 cd /opt/stack/tempest +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:git_clone:677 head -1 +2025-01-14 22:36:48.541 | ++functions-common:git_clone:677 git show --oneline +2025-01-14 22:36:48.541 | a110fc009 Merge "Add tests for creating servers with (anti-)affinity" +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++functions-common:git_clone:678 cd /opt/stack/devstack +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | ++lib/tempest:install_tempest:826 pip_install 'tox!=2.8.0,<4.0.0' +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.541 | Using python 3.10 to install tox!=2.8.0,<4.0.0 +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' +2025-01-14 22:36:48.542 | Collecting tox!=2.8.0,<4.0.0 +2025-01-14 22:36:48.542 | Downloading tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) +2025-01-14 22:36:48.542 | Requirement already satisfied: filelock>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (3.16.1) +2025-01-14 22:36:48.542 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (24.2) +2025-01-14 22:36:48.542 | Requirement already satisfied: pluggy>=0.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.5.0) +2025-01-14 22:36:48.542 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) +2025-01-14 22:36:48.542 | Downloading py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) +2025-01-14 22:36:48.542 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.17.0) +2025-01-14 22:36:48.542 | Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (20.28.0) +2025-01-14 22:36:48.542 | Requirement already satisfied: tomli>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (2.2.1) +2025-01-14 22:36:48.542 | Requirement already satisfied: distlib<1,>=0.3.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) (0.3.9) +2025-01-14 22:36:48.542 | Requirement already satisfied: platformdirs<5,>=3.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) (4.3.6) +2025-01-14 22:36:48.542 | Downloading tox-3.28.0-py2.py3-none-any.whl (86 kB) +2025-01-14 22:36:48.542 | Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) +2025-01-14 22:36:48.542 | Installing collected packages: py, tox +2025-01-14 22:36:48.542 | Attempting uninstall: tox +2025-01-14 22:36:48.542 | Found existing installation: tox 4.23.2 +2025-01-14 22:36:48.542 | Uninstalling tox-4.23.2: +2025-01-14 22:36:48.542 | Successfully uninstalled tox-4.23.2 +2025-01-14 22:36:48.542 | Successfully installed py-1.11.0 tox-3.28.0 +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++inc/python:pip_install:216 result=0 +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2421 local name +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2422 local end_time +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2424 local total +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2425 local start_time +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2427 name=pip_install +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2428 start_time=1736893900460 +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2430 [[ -z 1736893900460 ]] +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | +++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.542 | ++functions-common:time_stop:2433 end_time=1736893902668 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++functions-common:time_stop:2434 elapsed_time=2208 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++functions-common:time_stop:2435 total=114403 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=116611 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++inc/python:pip_install:219 return 0 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:install_tempest:827 pushd /opt/stack/tempest +2025-01-14 22:36:48.543 | /opt/stack/tempest /opt/stack/devstack +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:install_tempest:831 git checkout master +2025-01-14 22:36:48.543 | Switched to branch 'master' +2025-01-14 22:36:48.543 | Your branch is up to date with 'origin/master'. +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:install_tempest:833 local tmp_u_c_m +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | +++lib/tempest:install_tempest:834 mktemp -t tempest_u_c_m.XXXXXXXXXX +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:install_tempest:834 tmp_u_c_m=/tmp/tempest_u_c_m.lfS7Z3a7s4 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:install_tempest:835 set_tempest_venv_constraints /tmp/tempest_u_c_m.lfS7Z3a7s4 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:set_tempest_venv_constraints:129 local tmp_c +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:set_tempest_venv_constraints:130 tmp_c=/tmp/tempest_u_c_m.lfS7Z3a7s4 +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:set_tempest_venv_constraints:131 [[ master == \m\a\s\t\e\r ]] +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:set_tempest_venv_constraints:132 cd /opt/stack/requirements +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:set_tempest_venv_constraints:133 git show master:upper-constraints.txt +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | ++lib/tempest:set_tempest_venv_constraints:140 export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | ++lib/tempest:set_tempest_venv_constraints:140 UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | ++lib/tempest:set_tempest_venv_constraints:141 export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | ++lib/tempest:set_tempest_venv_constraints:141 TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | ++lib/tempest:install_tempest:837 tox -r --notest -efull +2025-01-14 22:36:48.544 | full create: /opt/stack/tempest/.tox/tempest +2025-01-14 22:36:48.544 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt +2025-01-14 22:36:48.544 | full develop-inst: /opt/stack/tempest +2025-01-14 22:36:48.544 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +2025-01-14 22:36:48.544 | ___________________________________ summary ____________________________________ +2025-01-14 22:36:48.544 | full: skipped tests +2025-01-14 22:36:48.544 | congratulations :) +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.544 | ++lib/tempest:install_tempest:841 /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.lfS7Z3a7s4 -r requirements.txt +2025-01-14 22:36:48.544 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.8.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) +2025-01-14 22:36:48.544 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (44.0.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (6.2.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.0.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.6.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.0.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) +2025-01-14 22:36:48.544 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) +2025-01-14 22:36:48.544 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.12.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) +2025-01-14 22:36:48.544 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) +2025-01-14 22:36:48.544 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) +2025-01-14 22:36:48.544 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) +2025-01-14 22:36:48.544 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.7) +2025-01-14 22:36:48.544 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (24.2.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) +2025-01-14 22:36:48.544 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.35.1) +2025-01-14 22:36:48.544 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.22.3) +2025-01-14 22:36:48.544 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) +2025-01-14 22:36:48.544 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) +2025-01-14 22:36:48.544 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.0) +2025-01-14 22:36:48.544 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) +2025-01-14 22:36:48.544 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) +2025-01-14 22:36:48.545 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) +2025-01-14 22:36:48.545 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) +2025-01-14 22:36:48.545 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2024.2) +2025-01-14 22:36:48.545 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) +2025-01-14 22:36:48.545 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (6.1.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) +2025-01-14 22:36:48.545 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) +2025-01-14 22:36:48.545 | Requirement already satisfied: pyperclip in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.0) +2025-01-14 22:36:48.545 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) +2025-01-14 22:36:48.545 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2024.12.14) +2025-01-14 22:36:48.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.545 | ++lib/tempest:install_tempest:842 PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest +2025-01-14 22:36:48.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.545 | ++lib/tempest:install_tempest:843 rm -f /tmp/tempest_u_c_m.lfS7Z3a7s4 +2025-01-14 22:36:48.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.545 | ++lib/tempest:install_tempest:844 popd +2025-01-14 22:36:48.545 | /opt/stack/devstack +2025-01-14 22:36:48.571 | [3421 Async install_tempest:55272]: finished install_tempest with result 0 in 25 seconds +2025-01-14 22:36:48.575 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.580 | ++inc/async:async_wait:197 return 0 +2025-01-14 22:36:48.582 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.587 | ++extras.d/80-tempest.sh:source:21 echo_summary 'Initializing Tempest' +2025-01-14 22:36:48.590 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.595 | ++./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:36:48.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.604 | ++./stack.sh:echo_summary:474 echo -e Initializing Tempest +2025-01-14 22:36:48.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.615 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.615 | ++extras.d/80-tempest.sh:source:22 configure_tempest +2025-01-14 22:36:48.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.623 | ++lib/tempest:configure_tempest:193 [[ True == \T\r\u\e ]] +2025-01-14 22:36:48.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.631 | ++lib/tempest:configure_tempest:194 setup_develop /opt/stack/tempest +2025-01-14 22:36:48.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.639 | ++inc/python:setup_develop:354 local bindep +2025-01-14 22:36:48.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.648 | ++inc/python:setup_develop:355 [[ /opt/stack/tempest == -bindep* ]] +2025-01-14 22:36:48.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.657 | ++inc/python:setup_develop:359 local project_dir=/opt/stack/tempest +2025-01-14 22:36:48.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.665 | ++inc/python:setup_develop:360 local extras= +2025-01-14 22:36:48.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.674 | ++inc/python:setup_develop:361 _setup_package_with_constraints_edit /opt/stack/tempest -e +2025-01-14 22:36:48.676 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.684 | ++inc/python:_setup_package_with_constraints_edit:380 local bindep +2025-01-14 22:36:48.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.695 | ++inc/python:_setup_package_with_constraints_edit:381 [[ /opt/stack/tempest == -bindep* ]] +2025-01-14 22:36:48.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.705 | ++inc/python:_setup_package_with_constraints_edit:385 local project_dir=/opt/stack/tempest +2025-01-14 22:36:48.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.715 | ++inc/python:_setup_package_with_constraints_edit:386 local flags=-e +2025-01-14 22:36:48.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.726 | ++inc/python:_setup_package_with_constraints_edit:387 local extras= +2025-01-14 22:36:48.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.738 | +++inc/python:_setup_package_with_constraints_edit:394 cd /opt/stack/tempest +2025-01-14 22:36:48.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.750 | +++inc/python:_setup_package_with_constraints_edit:394 pwd +2025-01-14 22:36:48.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.761 | ++inc/python:_setup_package_with_constraints_edit:394 project_dir=/opt/stack/tempest +2025-01-14 22:36:48.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.772 | ++inc/python:_setup_package_with_constraints_edit:396 '[' -n /opt/stack/requirements ']' +2025-01-14 22:36:48.775 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.782 | ++inc/python:_setup_package_with_constraints_edit:400 local name +2025-01-14 22:36:48.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.794 | +++inc/python:_setup_package_with_constraints_edit:401 awk '/^name.*=/ {print $3}' /opt/stack/tempest/setup.cfg +2025-01-14 22:36:48.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.808 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.808 | ++inc/python:_setup_package_with_constraints_edit:401 name=tempest +2025-01-14 22:36:48.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.822 | ++inc/python:_setup_package_with_constraints_edit:402 '[' -z tempest ']' +2025-01-14 22:36:48.824 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:48.831 | ++inc/python:_setup_package_with_constraints_edit:406 /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- tempest +2025-01-14 22:36:49.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.051 | ++inc/python:_setup_package_with_constraints_edit:409 setup_package /opt/stack/tempest -e +2025-01-14 22:36:49.053 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.061 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.061 | ++inc/python:setup_package:437 local bindep=0 +2025-01-14 22:36:49.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.070 | ++inc/python:setup_package:438 local bindep_flag= +2025-01-14 22:36:49.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.081 | ++inc/python:setup_package:439 local bindep_profiles= +2025-01-14 22:36:49.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.092 | ++inc/python:setup_package:440 [[ /opt/stack/tempest == -bindep* ]] +2025-01-14 22:36:49.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.103 | ++inc/python:setup_package:445 local project_dir=/opt/stack/tempest +2025-01-14 22:36:49.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.116 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.116 | ++inc/python:setup_package:446 local flags=-e +2025-01-14 22:36:49.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.127 | ++inc/python:setup_package:447 local extras= +2025-01-14 22:36:49.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.139 | ++inc/python:setup_package:451 [[ -n -e ]] +2025-01-14 22:36:49.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.150 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.150 | ++inc/python:setup_package:451 [[ -z '' ]] +2025-01-14 22:36:49.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.161 | ++inc/python:setup_package:451 [[ ! -e =~ ^-.* ]] +2025-01-14 22:36:49.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.175 | ++inc/python:setup_package:456 [[ ! -z '' ]] +2025-01-14 22:36:49.178 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.186 | ++inc/python:setup_package:461 [[ 0 == 1 ]] +2025-01-14 22:36:49.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.199 | ++inc/python:setup_package:465 pip_install -e /opt/stack/tempest +2025-01-14 22:36:49.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.220 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.263 | Using python 3.10 to install /opt/stack/tempest +2025-01-14 22:36:49.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:49.276 | ++inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/tempest +2025-01-14 22:36:50.097 | Obtaining file:///opt/stack/tempest +2025-01-14 22:36:50.098 | Preparing metadata (setup.py): started +2025-01-14 22:36:51.149 | Preparing metadata (setup.py): finished with status 'done' +2025-01-14 22:36:51.189 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (6.1.0) +2025-01-14 22:36:51.189 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (4.8.0) +2025-01-14 22:36:51.190 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (4.23.0) +2025-01-14 22:36:51.190 | Requirement already satisfied: testtools>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (2.7.2) +2025-01-14 22:36:51.191 | Requirement already satisfied: paramiko>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (3.5.0) +2025-01-14 22:36:51.191 | Requirement already satisfied: cryptography>=2.1 in /usr/local/lib/python3.10/dist-packages (from tempest==42.0.1.dev50) (44.0.0) +2025-01-14 22:36:51.192 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (1.3.0) +2025-01-14 22:36:51.192 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (6.2.0) +2025-01-14 22:36:51.193 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (9.7.0) +2025-01-14 22:36:51.193 | Requirement already satisfied: oslo.log>=3.36.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (7.0.0) +2025-01-14 22:36:51.387 | Collecting stestr>=1.0.0 (from tempest==42.0.1.dev50) +2025-01-14 22:36:51.389 | Using cached stestr-4.1.0-py3-none-any.whl.metadata (8.1 kB) +2025-01-14 22:36:51.393 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (5.6.0) +2025-01-14 22:36:51.394 | Requirement already satisfied: oslo.utils>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (8.0.0) +2025-01-14 22:36:51.395 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (4.1.0) +2025-01-14 22:36:51.395 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (6.0.2) +2025-01-14 22:36:51.396 | Requirement already satisfied: python-subunit>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (1.4.4) +2025-01-14 22:36:51.396 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (5.4.0) +2025-01-14 22:36:51.397 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (3.12.0) +2025-01-14 22:36:51.397 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (1.26.20) +2025-01-14 22:36:51.398 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (3.0.0) +2025-01-14 22:36:51.399 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (0.7.1) +2025-01-14 22:36:51.399 | Requirement already satisfied: fasteners>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (0.19) +2025-01-14 22:36:51.400 | Requirement already satisfied: testscenarios>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (0.5.0) +2025-01-14 22:36:51.402 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev50) (0.5.2) +2025-01-14 22:36:51.403 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev50) (2.5.7) +2025-01-14 22:36:51.410 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.1->tempest==42.0.1.dev50) (1.17.1) +2025-01-14 22:36:51.411 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->tempest==42.0.1.dev50) (1.17.0) +2025-01-14 22:36:51.419 | Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (24.2.0) +2025-01-14 22:36:51.420 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (2024.10.1) +2025-01-14 22:36:51.420 | Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (0.35.1) +2025-01-14 22:36:51.421 | Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (0.22.3) +2025-01-14 22:36:51.425 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->tempest==42.0.1.dev50) (6.5.0) +2025-01-14 22:36:51.429 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->tempest==42.0.1.dev50) (2.32.3) +2025-01-14 22:36:51.430 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->tempest==42.0.1.dev50) (2.0.0) +2025-01-14 22:36:51.434 | Requirement already satisfied: oslo.context>=2.21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->tempest==42.0.1.dev50) (5.7.0) +2025-01-14 22:36:51.435 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->tempest==42.0.1.dev50) (2.9.0.post0) +2025-01-14 22:36:51.437 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==42.0.1.dev50) (1.1.0) +2025-01-14 22:36:51.437 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==42.0.1.dev50) (2024.2) +2025-01-14 22:36:51.440 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (2.1.0) +2025-01-14 22:36:51.441 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (24.2) +2025-01-14 22:36:51.441 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (6.1.0) +2025-01-14 22:36:51.442 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (3.2.0) +2025-01-14 22:36:51.446 | Requirement already satisfied: bcrypt>=3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.0->tempest==42.0.1.dev50) (4.0.1) +2025-01-14 22:36:51.447 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.0->tempest==42.0.1.dev50) (1.5.0) +2025-01-14 22:36:51.450 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->tempest==42.0.1.dev50) (0.2.13) +2025-01-14 22:36:51.457 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from stestr>=1.0.0->tempest==42.0.1.dev50) (0.15.2) +2025-01-14 22:36:51.502 | Collecting tomlkit>=0.11.6 (from stestr>=1.0.0->tempest==42.0.1.dev50) +2025-01-14 22:36:51.503 | Using cached tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) +2025-01-14 22:36:51.528 | Collecting extras>=1.0.0 (from stestr>=1.0.0->tempest==42.0.1.dev50) +2025-01-14 22:36:51.529 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) +2025-01-14 22:36:51.557 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.1->tempest==42.0.1.dev50) (2.22) +2025-01-14 22:36:51.562 | Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev50) (1.9.0) +2025-01-14 22:36:51.579 | Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->tempest==42.0.1.dev50) (1.17.0) +2025-01-14 22:36:51.584 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev50) (3.4.0) +2025-01-14 22:36:51.584 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev50) (3.10) +2025-01-14 22:36:51.585 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev50) (2020.6.20) +2025-01-14 22:36:51.604 | Using cached stestr-4.1.0-py3-none-any.whl (117 kB) +2025-01-14 22:36:51.605 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) +2025-01-14 22:36:51.606 | Using cached tomlkit-0.13.2-py3-none-any.whl (37 kB) +2025-01-14 22:36:51.903 | Installing collected packages: extras, tomlkit, stestr, tempest +2025-01-14 22:36:52.019 | DEPRECATION: Legacy editable install of tempest==42.0.1.dev50 from file:///opt/stack/tempest (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 +2025-01-14 22:36:52.019 | Running setup.py develop for tempest +2025-01-14 22:36:53.269 | Successfully installed extras-1.0.0 stestr-4.1.0 tempest tomlkit-0.13.2 +2025-01-14 22:36:53.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.419 | ++inc/python:pip_install:216 result=0 +2025-01-14 22:36:53.421 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.428 | ++inc/python:pip_install:218 time_stop pip_install +2025-01-14 22:36:53.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.438 | ++functions-common:time_stop:2421 local name +2025-01-14 22:36:53.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.451 | ++functions-common:time_stop:2422 local end_time +2025-01-14 22:36:53.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.460 | ++functions-common:time_stop:2423 local elapsed_time +2025-01-14 22:36:53.463 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.470 | ++functions-common:time_stop:2424 local total +2025-01-14 22:36:53.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.480 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.480 | ++functions-common:time_stop:2425 local start_time +2025-01-14 22:36:53.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.489 | ++functions-common:time_stop:2427 name=pip_install +2025-01-14 22:36:53.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.498 | ++functions-common:time_stop:2428 start_time=1736894209255 +2025-01-14 22:36:53.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.510 | ++functions-common:time_stop:2430 [[ -z 1736894209255 ]] +2025-01-14 22:36:53.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.521 | +++functions-common:time_stop:2433 date +%s%3N +2025-01-14 22:36:53.527 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.535 | ++functions-common:time_stop:2433 end_time=1736894213524 +2025-01-14 22:36:53.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.545 | ++functions-common:time_stop:2434 elapsed_time=4269 +2025-01-14 22:36:53.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.554 | ++functions-common:time_stop:2435 total=123616 +2025-01-14 22:36:53.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.565 | ++functions-common:time_stop:2437 _TIME_START[$name]= +2025-01-14 22:36:53.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.576 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.576 | ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=127885 +2025-01-14 22:36:53.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.586 | ++inc/python:pip_install:219 return 0 +2025-01-14 22:36:53.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.597 | ++inc/python:setup_package:467 [[ -e == \-\e ]] +2025-01-14 22:36:53.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.607 | ++inc/python:setup_package:467 [[ True == \F\a\l\s\e ]] +2025-01-14 22:36:53.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.617 | ++inc/python:_setup_package_with_constraints_edit:413 use_library_from_git /opt/stack/tempest +2025-01-14 22:36:53.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.630 | ++inc/python:use_library_from_git:266 local name=/opt/stack/tempest +2025-01-14 22:36:53.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.642 | ++inc/python:use_library_from_git:267 local enabled=1 +2025-01-14 22:36:53.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.655 | ++inc/python:use_library_from_git:268 [[ '' = \A\L\L ]] +2025-01-14 22:36:53.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.664 | ++inc/python:use_library_from_git:268 [[ ,, =~ ,/opt/stack/tempest, ]] +2025-01-14 22:36:53.668 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.675 | ++inc/python:use_library_from_git:269 return 1 +2025-01-14 22:36:53.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.685 | ++lib/tempest:configure_tempest:200 local image_lines +2025-01-14 22:36:53.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.695 | ++lib/tempest:configure_tempest:201 local images +2025-01-14 22:36:53.698 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.705 | ++lib/tempest:configure_tempest:202 local num_images +2025-01-14 22:36:53.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.715 | ++lib/tempest:configure_tempest:203 local image_uuid +2025-01-14 22:36:53.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.728 | ++lib/tempest:configure_tempest:204 local image_uuid_alt +2025-01-14 22:36:53.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.738 | ++lib/tempest:configure_tempest:205 local password +2025-01-14 22:36:53.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.751 | ++lib/tempest:configure_tempest:206 local line +2025-01-14 22:36:53.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.761 | ++lib/tempest:configure_tempest:207 local flavors +2025-01-14 22:36:53.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.771 | ++lib/tempest:configure_tempest:208 local available_flavors +2025-01-14 22:36:53.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.781 | ++lib/tempest:configure_tempest:209 local flavors_ref +2025-01-14 22:36:53.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.791 | ++lib/tempest:configure_tempest:210 local flavor_lines +2025-01-14 22:36:53.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.802 | ++lib/tempest:configure_tempest:211 local flavor_ref_size +2025-01-14 22:36:53.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.812 | ++lib/tempest:configure_tempest:212 local flavor_ref_alt_size +2025-01-14 22:36:53.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.822 | ++lib/tempest:configure_tempest:213 local public_network_id +2025-01-14 22:36:53.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.834 | ++lib/tempest:configure_tempest:214 local public_router_id +2025-01-14 22:36:53.837 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.845 | ++lib/tempest:configure_tempest:215 local ssh_connect_method=floating +2025-01-14 22:36:53.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.861 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.861 | ++lib/tempest:configure_tempest:216 local disk +2025-01-14 22:36:53.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.870 | ++lib/tempest:configure_tempest:219 ifs=' +2025-01-14 22:36:53.870 | ' +2025-01-14 22:36:53.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.878 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.878 | ++lib/tempest:configure_tempest:229 declare -a images +2025-01-14 22:36:53.880 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.885 | ++lib/tempest:configure_tempest:231 is_service_enabled glance +2025-01-14 22:36:53.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.896 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.937 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.937 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:53.941 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.948 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.949 | ++lib/tempest:configure_tempest:232 get_active_images images image_uuid +2025-01-14 22:36:53.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.963 | ++lib/tempest:get_active_images:158 declare -n img_array=images +2025-01-14 22:36:53.966 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.974 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.974 | ++lib/tempest:get_active_images:159 declare -n img_id=image_uuid +2025-01-14 22:36:53.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.986 | ++lib/tempest:get_active_images:162 img_array=() +2025-01-14 22:36:53.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.992 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:53.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.000 | +++lib/tempest:get_active_images:157 awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' +2025-01-14 22:36:54.000 | ++lib/tempest:get_active_images:164 read -r IMAGE_NAME IMAGE_UUID +2025-01-14 22:36:54.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.001 | +++lib/tempest:get_active_images:157 oscwrap --os-cloud devstack-****** image list --property status=active +2025-01-14 22:36:54.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.011 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.015 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:54.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.310 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:36:55.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.321 | ++lib/tempest:get_active_images:165 '[' cirros-0.5.1-x86_64-disk = '' ']' +2025-01-14 22:36:55.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.330 | ++lib/tempest:get_active_images:168 img_array+=($IMAGE_UUID) +2025-01-14 22:36:55.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.339 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.340 | ++lib/tempest:get_active_images:164 read -r IMAGE_NAME IMAGE_UUID +2025-01-14 22:36:55.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.350 | ++lib/tempest:configure_tempest:234 (( 1 < 1 )) +2025-01-14 22:36:55.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.360 | ++lib/tempest:configure_tempest:248 case "${#images[*]}" in +2025-01-14 22:36:55.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.369 | ++lib/tempest:configure_tempest:254 '[' -z '' ']' +2025-01-14 22:36:55.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.378 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.378 | ++lib/tempest:configure_tempest:255 image_uuid=b85eabc5-4619-4e35-b74e-687cf6826b6b +2025-01-14 22:36:55.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.387 | ++lib/tempest:configure_tempest:257 image_uuid_alt=b85eabc5-4619-4e35-b74e-687cf6826b6b +2025-01-14 22:36:55.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.396 | ++lib/tempest:configure_tempest:279 sudo install -d -o ubuntu /opt/stack/tempest/etc +2025-01-14 22:36:55.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.422 | ++lib/tempest:configure_tempest:280 rm -f /opt/stack/tempest/etc/tempest.conf +2025-01-14 22:36:55.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.433 | ++lib/tempest:configure_tempest:282 local password=****** +2025-01-14 22:36:55.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.441 | ++lib/tempest:configure_tempest:285 local ******_username=****** +2025-01-14 22:36:55.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.449 | ++lib/tempest:configure_tempest:286 local ******_project_name=****** +2025-01-14 22:36:55.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.456 | ++lib/tempest:configure_tempest:287 local ******_domain_name=Default +2025-01-14 22:36:55.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.462 | ++lib/tempest:configure_tempest:288 local alt_username=alt_demo +2025-01-14 22:36:55.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.469 | ++lib/tempest:configure_tempest:289 local alt_project_name=alt_demo +2025-01-14 22:36:55.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.475 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.475 | ++lib/tempest:configure_tempest:290 local ******_project_id +2025-01-14 22:36:55.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.483 | +++lib/tempest:configure_tempest:291 awk '/ ****** / { print $2 }' +2025-01-14 22:36:55.487 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.487 | +++lib/tempest:configure_tempest:291 oscwrap --os-cloud devstack-****** project list +2025-01-14 22:36:55.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.492 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.495 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.499 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:55.513 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.710 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:36:56.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.721 | ++lib/tempest:configure_tempest:291 ******_project_id=aa6fef291c0e4913b9afb52e8e1e383b +2025-01-14 22:36:56.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.731 | ++lib/tempest:configure_tempest:293 is_service_enabled nova +2025-01-14 22:36:56.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.780 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:36:56.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.788 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.788 | +++lib/tempest:configure_tempest:296 oscwrap --os-cloud devstack-****** flavor list +2025-01-14 22:36:56.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.801 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.807 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:56.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.071 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.071 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:36:58.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.081 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.081 | ++lib/tempest:configure_tempest:296 available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ +2025-01-14 22:36:58.081 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | +2025-01-14 22:36:58.081 | +----+-----------+-------+------+-----------+-------+-----------+ +2025-01-14 22:36:58.082 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | +2025-01-14 22:36:58.082 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | +2025-01-14 22:36:58.082 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | +2025-01-14 22:36:58.082 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | +2025-01-14 22:36:58.082 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | +2025-01-14 22:36:58.082 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | +2025-01-14 22:36:58.082 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | +2025-01-14 22:36:58.082 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | +2025-01-14 22:36:58.082 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | +2025-01-14 22:36:58.082 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | +2025-01-14 22:36:58.083 | +----+-----------+-------+------+-----------+-------+-----------+' +2025-01-14 22:36:58.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.091 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.091 | ++lib/tempest:configure_tempest:297 [[ -z '' ]] +2025-01-14 22:36:58.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.099 | ++lib/tempest:configure_tempest:298 [[ +----+-----------+-------+------+-----------+-------+-----------+ +2025-01-14 22:36:58.099 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | +2025-01-14 22:36:58.099 | +----+-----------+-------+------+-----------+-------+-----------+ +2025-01-14 22:36:58.099 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | +2025-01-14 22:36:58.099 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | +2025-01-14 22:36:58.099 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | +2025-01-14 22:36:58.099 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | +2025-01-14 22:36:58.099 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | +2025-01-14 22:36:58.099 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | +2025-01-14 22:36:58.099 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | +2025-01-14 22:36:58.099 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | +2025-01-14 22:36:58.099 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | +2025-01-14 22:36:58.099 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | +2025-01-14 22:36:58.099 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] +2025-01-14 22:36:58.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.109 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.110 | +++lib/tempest:configure_tempest:300 image_size_in_gib b85eabc5-4619-4e35-b74e-687cf6826b6b +2025-01-14 22:36:58.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.118 | +++lib/tempest:image_size_in_gib:123 local size +2025-01-14 22:36:58.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.126 | ++++lib/tempest:image_size_in_gib:124 oscwrap --os-cloud devstack-****** image show b85eabc5-4619-4e35-b74e-687cf6826b6b -c size -f value +2025-01-14 22:36:58.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.158 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:58.166 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.386 | ++++functions-common:oscwrap:2466 return 0 +2025-01-14 22:36:59.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.398 | +++lib/tempest:image_size_in_gib:124 size=16338944 +2025-01-14 22:36:59.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.409 | +++lib/tempest:image_size_in_gib:125 echo 16338944 +2025-01-14 22:36:59.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.411 | +++lib/tempest:image_size_in_gib:125 python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' +2025-01-14 22:36:59.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.443 | ++lib/tempest:configure_tempest:300 disk=1 +2025-01-14 22:36:59.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.451 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.451 | ++lib/tempest:configure_tempest:301 ram=192 +2025-01-14 22:36:59.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:36:59.459 | ++lib/tempest:configure_tempest:302 openstack --os-cloud devstack-****** flavor create --id 42 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano +2025-01-14 22:37:00.561 | +----------------------------+-----------------------+ +2025-01-14 22:37:00.561 | | Field | Value | +2025-01-14 22:37:00.561 | +----------------------------+-----------------------+ +2025-01-14 22:37:00.561 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:37:00.561 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:37:00.562 | | description | None | +2025-01-14 22:37:00.562 | | disk | 1 | +2025-01-14 22:37:00.562 | | id | 42 | +2025-01-14 22:37:00.562 | | name | m1.nano | +2025-01-14 22:37:00.562 | | os-flavor-access:is_public | True | +2025-01-14 22:37:00.562 | | properties | hw_rng:allowed='True' | +2025-01-14 22:37:00.562 | | ram | 192 | +2025-01-14 22:37:00.562 | | rxtx_factor | 1.0 | +2025-01-14 22:37:00.562 | | swap | 0 | +2025-01-14 22:37:00.562 | | vcpus | 1 | +2025-01-14 22:37:00.562 | +----------------------------+-----------------------+ +2025-01-14 22:37:00.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.694 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.694 | ++lib/tempest:configure_tempest:304 flavor_ref=42 +2025-01-14 22:37:00.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.704 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.704 | ++lib/tempest:configure_tempest:305 [[ +----+-----------+-------+------+-----------+-------+-----------+ +2025-01-14 22:37:00.704 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | +2025-01-14 22:37:00.704 | +----+-----------+-------+------+-----------+-------+-----------+ +2025-01-14 22:37:00.704 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | +2025-01-14 22:37:00.704 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | +2025-01-14 22:37:00.704 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | +2025-01-14 22:37:00.704 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | +2025-01-14 22:37:00.704 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | +2025-01-14 22:37:00.705 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | +2025-01-14 22:37:00.705 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | +2025-01-14 22:37:00.705 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | +2025-01-14 22:37:00.705 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | +2025-01-14 22:37:00.705 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | +2025-01-14 22:37:00.705 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] +2025-01-14 22:37:00.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.718 | +++lib/tempest:configure_tempest:307 image_size_in_gib b85eabc5-4619-4e35-b74e-687cf6826b6b +2025-01-14 22:37:00.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.730 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.730 | +++lib/tempest:image_size_in_gib:123 local size +2025-01-14 22:37:00.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.742 | ++++lib/tempest:image_size_in_gib:124 oscwrap --os-cloud devstack-****** image show b85eabc5-4619-4e35-b74e-687cf6826b6b -c size -f value +2025-01-14 22:37:00.745 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:00.786 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.968 | ++++functions-common:oscwrap:2466 return 0 +2025-01-14 22:37:01.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.978 | +++lib/tempest:image_size_in_gib:124 size=16338944 +2025-01-14 22:37:01.981 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.989 | +++lib/tempest:image_size_in_gib:125 python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' +2025-01-14 22:37:01.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:01.990 | +++lib/tempest:image_size_in_gib:125 echo 16338944 +2025-01-14 22:37:02.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:02.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:02.020 | ++lib/tempest:configure_tempest:307 disk=1 +2025-01-14 22:37:02.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:02.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:02.030 | ++lib/tempest:configure_tempest:308 ram=256 +2025-01-14 22:37:02.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:02.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:02.039 | ++lib/tempest:configure_tempest:309 openstack --os-cloud devstack-****** flavor create --id 84 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro +2025-01-14 22:37:03.123 | +----------------------------+-----------------------+ +2025-01-14 22:37:03.123 | | Field | Value | +2025-01-14 22:37:03.123 | +----------------------------+-----------------------+ +2025-01-14 22:37:03.123 | | OS-FLV-DISABLED:disabled | False | +2025-01-14 22:37:03.123 | | OS-FLV-EXT-DATA:ephemeral | 0 | +2025-01-14 22:37:03.123 | | description | None | +2025-01-14 22:37:03.123 | | disk | 1 | +2025-01-14 22:37:03.123 | | id | 84 | +2025-01-14 22:37:03.123 | | name | m1.micro | +2025-01-14 22:37:03.123 | | os-flavor-access:is_public | True | +2025-01-14 22:37:03.123 | | properties | hw_rng:allowed='True' | +2025-01-14 22:37:03.123 | | ram | 256 | +2025-01-14 22:37:03.123 | | rxtx_factor | 1.0 | +2025-01-14 22:37:03.124 | | swap | 0 | +2025-01-14 22:37:03.124 | | vcpus | 1 | +2025-01-14 22:37:03.124 | +----------------------------+-----------------------+ +2025-01-14 22:37:03.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.259 | ++lib/tempest:configure_tempest:311 flavor_ref_alt=84 +2025-01-14 22:37:03.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.270 | ++lib/tempest:configure_tempest:373 iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 10.0.0.0/22 +2025-01-14 22:37:03.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.285 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.294 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.300 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.305 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.341 | ++lib/tempest:configure_tempest:375 ssh_connect_method=floating +2025-01-14 22:37:03.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.350 | ++lib/tempest:configure_tempest:381 [[ True == \T\r\u\e ]] +2025-01-14 22:37:03.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.360 | ++lib/tempest:configure_tempest:381 is_networking_extension_supported external-net +2025-01-14 22:37:03.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.371 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:433 local extension=external-net +2025-01-14 22:37:03.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.383 | +++lib/neutron_plugins/services/l3:is_networking_extension_supported:435 oscwrap --os-cloud devstack-****** --os-region RegionOne extension list --network -c Alias -f value +2025-01-14 22:37:03.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:03.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.618 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:37:04.622 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.629 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:435 EXT_LIST='address-group +2025-01-14 22:37:04.629 | address-scope +2025-01-14 22:37:04.629 | agent +2025-01-14 22:37:04.629 | allowed-address-pairs +2025-01-14 22:37:04.629 | auto-allocated-topology +2025-01-14 22:37:04.629 | availability_zone +2025-01-14 22:37:04.630 | default-subnetpools +2025-01-14 22:37:04.630 | dhcp_agent_scheduler +2025-01-14 22:37:04.630 | dns-integration +2025-01-14 22:37:04.630 | dns-domain-ports +2025-01-14 22:37:04.630 | dns-integration-domain-keywords +2025-01-14 22:37:04.630 | external-net +2025-01-14 22:37:04.630 | extra_dhcp_opt +2025-01-14 22:37:04.630 | extraroute +2025-01-14 22:37:04.630 | filter-validation +2025-01-14 22:37:04.630 | floating-ip-port-forwarding-detail +2025-01-14 22:37:04.630 | fip-port-details +2025-01-14 22:37:04.630 | flavors +2025-01-14 22:37:04.630 | floatingip-pools +2025-01-14 22:37:04.630 | router +2025-01-14 22:37:04.630 | enable-default-route-bfd +2025-01-14 22:37:04.630 | enable-default-route-ecmp +2025-01-14 22:37:04.630 | ext-gw-mode +2025-01-14 22:37:04.630 | l3-ha +2025-01-14 22:37:04.630 | external-gateway-multihoming +2025-01-14 22:37:04.630 | l3-flavors +2025-01-14 22:37:04.630 | multi-provider +2025-01-14 22:37:04.630 | net-mtu +2025-01-14 22:37:04.630 | net-mtu-writable +2025-01-14 22:37:04.630 | network_availability_zone +2025-01-14 22:37:04.630 | network-ip-availability +2025-01-14 22:37:04.630 | pagination +2025-01-14 22:37:04.630 | port-device-profile +2025-01-14 22:37:04.630 | port-mac-address-regenerate +2025-01-14 22:37:04.630 | port-numa-affinity-policy +2025-01-14 22:37:04.630 | port-numa-affinity-policy-socket +2025-01-14 22:37:04.630 | binding +2025-01-14 22:37:04.630 | binding-extended +2025-01-14 22:37:04.630 | port-security +2025-01-14 22:37:04.630 | project-id +2025-01-14 22:37:04.630 | provider +2025-01-14 22:37:04.630 | quota-check-limit +2025-01-14 22:37:04.630 | quota-check-limit-default +2025-01-14 22:37:04.630 | quotas +2025-01-14 22:37:04.630 | quota_details +2025-01-14 22:37:04.630 | rbac-policies +2025-01-14 22:37:04.630 | rbac-address-scope +2025-01-14 22:37:04.630 | rbac-security-groups +2025-01-14 22:37:04.630 | revision-if-match +2025-01-14 22:37:04.630 | standard-attr-revisions +2025-01-14 22:37:04.630 | router_availability_zone +2025-01-14 22:37:04.630 | security-groups-default-rules +2025-01-14 22:37:04.630 | security-groups-normalized-cidr +2025-01-14 22:37:04.630 | security-groups-remote-address-group +2025-01-14 22:37:04.630 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:37:04.630 | security-groups-shared-filtering +2025-01-14 22:37:04.630 | security-group +2025-01-14 22:37:04.630 | service-type +2025-01-14 22:37:04.630 | sorting +2025-01-14 22:37:04.631 | standard-attr-description +2025-01-14 22:37:04.631 | stateful-security-group +2025-01-14 22:37:04.631 | subnet-dns-publish-fixed-ip +2025-01-14 22:37:04.631 | subnet-external-network +2025-01-14 22:37:04.631 | subnet-service-types +2025-01-14 22:37:04.631 | subnet_allocation +2025-01-14 22:37:04.631 | subnetpool-prefix-ops +2025-01-14 22:37:04.631 | tag-creation +2025-01-14 22:37:04.631 | standard-attr-tag +2025-01-14 22:37:04.631 | standard-attr-timestamp' +2025-01-14 22:37:04.635 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.644 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:436 [[ address-group +2025-01-14 22:37:04.644 | address-scope +2025-01-14 22:37:04.644 | agent +2025-01-14 22:37:04.644 | allowed-address-pairs +2025-01-14 22:37:04.644 | auto-allocated-topology +2025-01-14 22:37:04.644 | availability_zone +2025-01-14 22:37:04.644 | default-subnetpools +2025-01-14 22:37:04.644 | dhcp_agent_scheduler +2025-01-14 22:37:04.644 | dns-integration +2025-01-14 22:37:04.644 | dns-domain-ports +2025-01-14 22:37:04.644 | dns-integration-domain-keywords +2025-01-14 22:37:04.644 | external-net +2025-01-14 22:37:04.644 | extra_dhcp_opt +2025-01-14 22:37:04.644 | extraroute +2025-01-14 22:37:04.644 | filter-validation +2025-01-14 22:37:04.644 | floating-ip-port-forwarding-detail +2025-01-14 22:37:04.644 | fip-port-details +2025-01-14 22:37:04.644 | flavors +2025-01-14 22:37:04.644 | floatingip-pools +2025-01-14 22:37:04.644 | router +2025-01-14 22:37:04.644 | enable-default-route-bfd +2025-01-14 22:37:04.644 | enable-default-route-ecmp +2025-01-14 22:37:04.644 | ext-gw-mode +2025-01-14 22:37:04.644 | l3-ha +2025-01-14 22:37:04.644 | external-gateway-multihoming +2025-01-14 22:37:04.644 | l3-flavors +2025-01-14 22:37:04.644 | multi-provider +2025-01-14 22:37:04.644 | net-mtu +2025-01-14 22:37:04.644 | net-mtu-writable +2025-01-14 22:37:04.644 | network_availability_zone +2025-01-14 22:37:04.644 | network-ip-availability +2025-01-14 22:37:04.644 | pagination +2025-01-14 22:37:04.645 | port-device-profile +2025-01-14 22:37:04.645 | port-mac-address-regenerate +2025-01-14 22:37:04.645 | port-numa-affinity-policy +2025-01-14 22:37:04.645 | port-numa-affinity-policy-socket +2025-01-14 22:37:04.645 | binding +2025-01-14 22:37:04.645 | binding-extended +2025-01-14 22:37:04.645 | port-security +2025-01-14 22:37:04.645 | project-id +2025-01-14 22:37:04.645 | provider +2025-01-14 22:37:04.645 | quota-check-limit +2025-01-14 22:37:04.645 | quota-check-limit-default +2025-01-14 22:37:04.645 | quotas +2025-01-14 22:37:04.645 | quota_details +2025-01-14 22:37:04.645 | rbac-policies +2025-01-14 22:37:04.645 | rbac-address-scope +2025-01-14 22:37:04.645 | rbac-security-groups +2025-01-14 22:37:04.645 | revision-if-match +2025-01-14 22:37:04.645 | standard-attr-revisions +2025-01-14 22:37:04.645 | router_availability_zone +2025-01-14 22:37:04.645 | security-groups-default-rules +2025-01-14 22:37:04.645 | security-groups-normalized-cidr +2025-01-14 22:37:04.645 | security-groups-remote-address-group +2025-01-14 22:37:04.645 | security-groups-rules-belongs-to-default-sg +2025-01-14 22:37:04.645 | security-groups-shared-filtering +2025-01-14 22:37:04.645 | security-group +2025-01-14 22:37:04.645 | service-type +2025-01-14 22:37:04.645 | sorting +2025-01-14 22:37:04.645 | standard-attr-description +2025-01-14 22:37:04.645 | stateful-security-group +2025-01-14 22:37:04.645 | subnet-dns-publish-fixed-ip +2025-01-14 22:37:04.645 | subnet-external-network +2025-01-14 22:37:04.645 | subnet-service-types +2025-01-14 22:37:04.645 | subnet_allocation +2025-01-14 22:37:04.645 | subnetpool-prefix-ops +2025-01-14 22:37:04.646 | tag-creation +2025-01-14 22:37:04.646 | standard-attr-tag +2025-01-14 22:37:04.646 | standard-attr-timestamp =~ external-net ]] +2025-01-14 22:37:04.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.655 | ++lib/neutron_plugins/services/l3:is_networking_extension_supported:436 return 0 +2025-01-14 22:37:04.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.665 | +++lib/tempest:configure_tempest:382 oscwrap --os-cloud devstack-****** network show -f value -c id public +2025-01-14 22:37:04.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:04.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:05.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:06.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:06.000 | +++functions-common:oscwrap:2466 return 0 +2025-01-14 22:37:06.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:06.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:06.011 | ++lib/tempest:configure_tempest:382 public_network_id=9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +2025-01-14 22:37:06.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:06.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:06.019 | ++lib/tempest:configure_tempest:384 openstack --os-cloud devstack-****** --os-region RegionOne network create --share shared +2025-01-14 22:37:07.487 | +---------------------------+--------------------------------------+ +2025-01-14 22:37:07.487 | | Field | Value | +2025-01-14 22:37:07.487 | +---------------------------+--------------------------------------+ +2025-01-14 22:37:07.487 | | ******_state_up | UP | +2025-01-14 22:37:07.487 | | availability_zone_hints | | +2025-01-14 22:37:07.487 | | availability_zones | | +2025-01-14 22:37:07.487 | | created_at | 2025-01-14T22:37:07Z | +2025-01-14 22:37:07.487 | | description | | +2025-01-14 22:37:07.487 | | dns_domain | None | +2025-01-14 22:37:07.487 | | id | ffa97ed8-17ba-4ef4-808f-66711e169436 | +2025-01-14 22:37:07.487 | | ipv4_address_scope | None | +2025-01-14 22:37:07.487 | | ipv6_address_scope | None | +2025-01-14 22:37:07.487 | | is_default | None | +2025-01-14 22:37:07.487 | | is_vlan_transparent | None | +2025-01-14 22:37:07.487 | | mtu | 1442 | +2025-01-14 22:37:07.487 | | name | shared | +2025-01-14 22:37:07.488 | | port_security_enabled | True | +2025-01-14 22:37:07.488 | | project_id | aa6fef291c0e4913b9afb52e8e1e383b | +2025-01-14 22:37:07.488 | | provider:network_type | geneve | +2025-01-14 22:37:07.488 | | provider:physical_network | None | +2025-01-14 22:37:07.488 | | provider:segmentation_id | 48900 | +2025-01-14 22:37:07.488 | | qos_policy_id | None | +2025-01-14 22:37:07.488 | | revision_number | 1 | +2025-01-14 22:37:07.488 | | router:external | Internal | +2025-01-14 22:37:07.488 | | segments | None | +2025-01-14 22:37:07.488 | | shared | True | +2025-01-14 22:37:07.488 | | status | ACTIVE | +2025-01-14 22:37:07.488 | | subnets | | +2025-01-14 22:37:07.488 | | tags | | +2025-01-14 22:37:07.488 | | updated_at | 2025-01-14T22:37:07Z | +2025-01-14 22:37:07.488 | +---------------------------+--------------------------------------+ +2025-01-14 22:37:07.614 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:07.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:07.620 | ++lib/tempest:configure_tempest:385 openstack --os-cloud devstack-****** --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet +2025-01-14 22:37:09.178 | +----------------------+--------------------------------------+ +2025-01-14 22:37:09.178 | | Field | Value | +2025-01-14 22:37:09.179 | +----------------------+--------------------------------------+ +2025-01-14 22:37:09.179 | | allocation_pools | 192.168.233.2-192.168.233.254 | +2025-01-14 22:37:09.179 | | cidr | 192.168.233.0/24 | +2025-01-14 22:37:09.179 | | created_at | 2025-01-14T22:37:08Z | +2025-01-14 22:37:09.179 | | description | shared-subnet | +2025-01-14 22:37:09.179 | | dns_nameservers | | +2025-01-14 22:37:09.179 | | dns_publish_fixed_ip | None | +2025-01-14 22:37:09.179 | | enable_dhcp | True | +2025-01-14 22:37:09.179 | | gateway_ip | 192.168.233.1 | +2025-01-14 22:37:09.179 | | host_routes | | +2025-01-14 22:37:09.179 | | id | a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35 | +2025-01-14 22:37:09.179 | | ip_version | 4 | +2025-01-14 22:37:09.179 | | ipv6_address_mode | None | +2025-01-14 22:37:09.179 | | ipv6_ra_mode | None | +2025-01-14 22:37:09.179 | | name | shared-subnet | +2025-01-14 22:37:09.179 | | network_id | ffa97ed8-17ba-4ef4-808f-66711e169436 | +2025-01-14 22:37:09.179 | | project_id | aa6fef291c0e4913b9afb52e8e1e383b | +2025-01-14 22:37:09.179 | | revision_number | 0 | +2025-01-14 22:37:09.179 | | router:external | False | +2025-01-14 22:37:09.179 | | segment_id | None | +2025-01-14 22:37:09.179 | | service_types | | +2025-01-14 22:37:09.179 | | subnetpool_id | None | +2025-01-14 22:37:09.179 | | tags | | +2025-01-14 22:37:09.179 | | updated_at | 2025-01-14T22:37:08Z | +2025-01-14 22:37:09.179 | +----------------------+--------------------------------------+ +2025-01-14 22:37:09.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.318 | ++lib/tempest:configure_tempest:388 iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False +2025-01-14 22:37:09.320 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.384 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.391 | ++lib/tempest:configure_tempest:391 iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest +2025-01-14 22:37:09.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.404 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.411 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.424 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.446 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.452 | ++lib/tempest:configure_tempest:392 mkdir -p /opt/stack/data/tempest +2025-01-14 22:37:09.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.460 | ++lib/tempest:configure_tempest:393 iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False +2025-01-14 22:37:09.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.486 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.503 | ++lib/tempest:configure_tempest:394 iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log +2025-01-14 22:37:09.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.556 | ++lib/tempest:configure_tempest:395 iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True +2025-01-14 22:37:09.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.565 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.625 | ++lib/tempest:configure_tempest:398 iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 +2025-01-14 22:37:09.629 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.658 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.697 | ++lib/tempest:configure_tempest:399 iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 +2025-01-14 22:37:09.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.756 | ++lib/tempest:configure_tempest:402 iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.201.9.223/identity/v3 +2025-01-14 22:37:09.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.767 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.811 | ++lib/tempest:configure_tempest:403 iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 +2025-01-14 22:37:09.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.821 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.827 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.827 | No value for $TERM and no -T specified +2025-01-14 22:37:09.832 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.838 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.871 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.872 | ++lib/tempest:configure_tempest:404 iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 +2025-01-14 22:37:09.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.925 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.930 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.931 | ++lib/tempest:configure_tempest:405 iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 +2025-01-14 22:37:09.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.956 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.961 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.963 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:09.997 | ++lib/tempest:configure_tempest:406 [[ True == \T\r\u\e ]] +2025-01-14 22:37:09.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.006 | ++lib/tempest:configure_tempest:407 iniset /opt/stack/tempest/etc/tempest.conf auth ******_username ****** +2025-01-14 22:37:10.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.017 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.041 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.043 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.075 | ++lib/tempest:configure_tempest:408 iniset /opt/stack/tempest/etc/tempest.conf auth ******_password ****** +2025-01-14 22:37:10.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.083 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.088 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.104 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.110 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.126 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.132 | ++lib/tempest:configure_tempest:409 iniset /opt/stack/tempest/etc/tempest.conf auth ******_project_name ****** +2025-01-14 22:37:10.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.140 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.149 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.151 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.155 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.206 | ++lib/tempest:configure_tempest:410 iniset /opt/stack/tempest/etc/tempest.conf auth ******_domain_name Default +2025-01-14 22:37:10.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.217 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.228 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.235 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.259 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.260 | ++lib/tempest:configure_tempest:412 iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 +2025-01-14 22:37:10.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.271 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.314 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.314 | ++lib/tempest:configure_tempest:413 is_service_enabled tls-proxy +2025-01-14 22:37:10.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.325 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.336 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.342 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.346 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.358 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:37:10.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.368 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.368 | ++lib/tempest:configure_tempest:418 [[ True = True ]] +2025-01-14 22:37:10.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.379 | ++lib/tempest:configure_tempest:419 iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True +2025-01-14 22:37:10.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.388 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.454 | ++lib/tempest:configure_tempest:424 is_service_enabled ldap +2025-01-14 22:37:10.456 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.470 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.489 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:37:10.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.495 | ++lib/tempest:configure_tempest:430 iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True +2025-01-14 22:37:10.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.503 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.508 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.514 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.551 | ++lib/tempest:configure_tempest:434 iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True +2025-01-14 22:37:10.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.559 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.564 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.570 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.605 | ++lib/tempest:configure_tempest:438 iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True +2025-01-14 22:37:10.607 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.614 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.614 | No value for $TERM and no -T specified +2025-01-14 22:37:10.619 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.628 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.634 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.655 | ++lib/tempest:configure_tempest:443 [[ ! -z '' ]] +2025-01-14 22:37:10.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.661 | ++lib/tempest:configure_tempest:446 iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False +2025-01-14 22:37:10.664 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.670 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.686 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.725 | ++lib/tempest:configure_tempest:447 iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True +2025-01-14 22:37:10.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.736 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.750 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.758 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.800 | ++lib/tempest:configure_tempest:448 is_service_enabled g-api-r +2025-01-14 22:37:10.803 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.811 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.825 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.843 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.859 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:37:10.863 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.870 | ++lib/tempest:configure_tempest:453 iniset /opt/stack/tempest/etc/tempest.conf compute image_ref b85eabc5-4619-4e35-b74e-687cf6826b6b +2025-01-14 22:37:10.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.898 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.930 | ++lib/tempest:configure_tempest:454 iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt b85eabc5-4619-4e35-b74e-687cf6826b6b +2025-01-14 22:37:10.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.938 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.954 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.960 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:10.991 | ++lib/tempest:configure_tempest:455 iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 +2025-01-14 22:37:10.994 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.000 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.010 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.052 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.052 | ++lib/tempest:configure_tempest:456 iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 +2025-01-14 22:37:11.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.060 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.069 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.075 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.078 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.106 | ++lib/tempest:configure_tempest:457 iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating +2025-01-14 22:37:11.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.161 | ++lib/tempest:configure_tempest:458 is_service_enabled neutron +2025-01-14 22:37:11.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.171 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.195 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:11.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.202 | ++lib/tempest:configure_tempest:466 [[ -n '' ]] +2025-01-14 22:37:11.204 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.208 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.208 | ++lib/tempest:configure_tempest:476 local tempest_compute_min_microversion=None +2025-01-14 22:37:11.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.215 | ++lib/tempest:configure_tempest:477 local tempest_compute_max_microversion=latest +2025-01-14 22:37:11.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.222 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.223 | ++lib/tempest:configure_tempest:480 [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] +2025-01-14 22:37:11.225 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.233 | ++lib/tempest:configure_tempest:484 '[' None == None ']' +2025-01-14 22:37:11.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.245 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.245 | ++lib/tempest:configure_tempest:485 inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion +2025-01-14 22:37:11.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.276 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.300 | ++lib/tempest:configure_tempest:489 '[' latest == None ']' +2025-01-14 22:37:11.302 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.310 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.310 | ++lib/tempest:configure_tempest:492 iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion latest +2025-01-14 22:37:11.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.335 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.351 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.383 | ++lib/tempest:configure_tempest:495 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False +2025-01-14 22:37:11.386 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.391 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.408 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.415 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.419 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.450 | ++lib/tempest:configure_tempest:496 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True +2025-01-14 22:37:11.454 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.465 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.484 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.517 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.517 | ++lib/tempest:configure_tempest:497 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False +2025-01-14 22:37:11.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.543 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.547 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.575 | ++lib/tempest:configure_tempest:498 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False +2025-01-14 22:37:11.578 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.583 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.587 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.602 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.626 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.631 | ++lib/tempest:configure_tempest:499 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False +2025-01-14 22:37:11.633 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.639 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.649 | tput: tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.649 | No value for $TERM and no -T specified +2025-01-14 22:37:11.653 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.662 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.666 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.683 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.687 | ++lib/tempest:configure_tempest:500 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False +2025-01-14 22:37:11.690 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.695 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.700 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.705 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.737 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.742 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.742 | ++lib/tempest:configure_tempest:501 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True +2025-01-14 22:37:11.744 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.753 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.770 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.795 | ++lib/tempest:configure_tempest:504 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True +2025-01-14 22:37:11.797 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.802 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.806 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.810 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.819 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.847 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.847 | ++lib/tempest:configure_tempest:506 [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] +2025-01-14 22:37:11.849 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.856 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.857 | ++lib/tempest:configure_tempest:507 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter +2025-01-14 22:37:11.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.870 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.875 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.885 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.904 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.909 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.909 | ++lib/tempest:configure_tempest:510 [[ False == \T\r\u\e ]] +2025-01-14 22:37:11.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.916 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.916 | ++lib/tempest:configure_tempest:514 is_service_enabled n-novnc +2025-01-14 22:37:11.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.932 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.934 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.959 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.960 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:11.964 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.972 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.972 | ++lib/tempest:configure_tempest:515 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled vnc_console True +2025-01-14 22:37:11.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.983 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.989 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.997 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:11.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.006 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.025 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.063 | ++lib/tempest:configure_tempest:519 iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false +2025-01-14 22:37:12.066 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.098 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.125 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.131 | ++lib/tempest:configure_tempest:520 iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +2025-01-14 22:37:12.133 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.139 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.143 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.144 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.173 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.202 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.209 | ++lib/tempest:configure_tempest:521 iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' +2025-01-14 22:37:12.211 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.223 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.229 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.242 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.244 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.250 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.272 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.278 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.278 | ++lib/tempest:configure_tempest:522 iniset /opt/stack/tempest/etc/tempest.conf network default_network 10.0.0.0/22 +2025-01-14 22:37:12.281 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.287 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.292 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.307 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.337 | ++lib/tempest:configure_tempest:523 iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True +2025-01-14 22:37:12.340 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.348 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.349 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.354 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.370 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.394 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.394 | ++lib/tempest:configure_tempest:524 iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True +2025-01-14 22:37:12.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.401 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.405 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.416 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.444 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.450 | ++lib/tempest:configure_tempest:525 iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True +2025-01-14 22:37:12.452 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.466 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.474 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.498 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.499 | ++lib/tempest:configure_tempest:527 iniset /opt/stack/tempest/etc/tempest.conf enforce_scope neutron True +2025-01-14 22:37:12.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.511 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.516 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.521 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.555 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.561 | ++lib/tempest:configure_tempest:530 SCENARIO_IMAGE_DIR=/opt/stack/devstack/files +2025-01-14 22:37:12.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.569 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.569 | ++lib/tempest:configure_tempest:531 SCENARIO_IMAGE_FILE= +2025-01-14 22:37:12.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.577 | ++lib/tempest:configure_tempest:532 SCENARIO_IMAGE_TYPE=cirros +2025-01-14 22:37:12.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.586 | ++lib/tempest:configure_tempest:533 iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ +2025-01-14 22:37:12.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.594 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.599 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.605 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.617 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.620 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.624 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.643 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.648 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.648 | ++lib/tempest:configure_tempest:537 [[ cirros == \c\i\r\r\o\s ]] +2025-01-14 22:37:12.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.651 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.657 | +++lib/tempest:configure_tempest:540 echo 0.6.3 +2025-01-14 22:37:12.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.657 | +++lib/tempest:configure_tempest:540 tr -d . +2025-01-14 22:37:12.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.665 | ++lib/tempest:configure_tempest:540 [[ 063 -ge 060 ]] +2025-01-14 22:37:12.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.672 | ++lib/tempest:configure_tempest:541 iniset /opt/stack/tempest/etc/tempest.conf scenario dhcp_client dhcpcd +2025-01-14 22:37:12.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.678 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.682 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.688 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.693 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.697 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.699 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.718 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.723 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.723 | ++lib/tempest:configure_tempest:546 TEMPEST_SSH_NETWORK_NAME=private +2025-01-14 22:37:12.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.731 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.731 | ++lib/tempest:configure_tempest:547 is_provider_network +2025-01-14 22:37:12.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.739 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.739 | ++functions-common:is_provider_network:2270 '[' '' == True ']' +2025-01-14 22:37:12.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.747 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.747 | ++functions-common:is_provider_network:2273 return 1 +2025-01-14 22:37:12.749 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.756 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.757 | ++lib/tempest:configure_tempest:551 iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True +2025-01-14 22:37:12.759 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.766 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.776 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.782 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.789 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.795 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.815 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.820 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.820 | ++lib/tempest:configure_tempest:552 iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 +2025-01-14 22:37:12.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.829 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.833 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.834 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.846 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.853 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.873 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.877 | ++lib/tempest:configure_tempest:553 iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 +2025-01-14 22:37:12.879 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.887 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.891 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.901 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.903 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.907 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.922 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.926 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.926 | ++lib/tempest:configure_tempest:554 iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros +2025-01-14 22:37:12.928 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.942 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.943 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.947 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.951 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.953 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.971 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.975 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.975 | ++lib/tempest:configure_tempest:555 iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros +2025-01-14 22:37:12.978 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.985 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.986 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.990 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.995 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:12.999 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.022 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.023 | ++lib/tempest:configure_tempest:556 iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private +2025-01-14 22:37:13.024 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.031 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.044 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.065 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.065 | ++lib/tempest:configure_tempest:560 [[ lvm:lvmdriver-1 == *\l\v\m* ]] +2025-01-14 22:37:13.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.071 | ++lib/tempest:configure_tempest:561 TEMPEST_VOLUME_MANAGE_SNAPSHOT=False +2025-01-14 22:37:13.073 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.077 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.077 | +++lib/tempest:configure_tempest:563 trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT +2025-01-14 22:37:13.079 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.084 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.092 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.101 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.107 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.111 | ++lib/tempest:configure_tempest:563 iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False +2025-01-14 22:37:13.113 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.117 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.124 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.132 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.154 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.161 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.161 | ++lib/tempest:configure_tempest:565 [[ lvm:lvmdriver-1 == *\l\v\m* ]] +2025-01-14 22:37:13.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.170 | ++lib/tempest:configure_tempest:566 TEMPEST_VOLUME_MANAGE_VOLUME=True +2025-01-14 22:37:13.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.180 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.181 | +++lib/tempest:configure_tempest:568 trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME +2025-01-14 22:37:13.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.191 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.205 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.227 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.234 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.234 | ++lib/tempest:configure_tempest:568 iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True +2025-01-14 22:37:13.237 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.260 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.262 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.277 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.283 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.303 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.309 | ++lib/tempest:configure_tempest:571 [[ lvm:lvmdriver-1 == *\l\v\m* ]] +2025-01-14 22:37:13.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.318 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.318 | ++lib/tempest:configure_tempest:571 '[' libvirt = libvirt ']' +2025-01-14 22:37:13.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.327 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.327 | ++lib/tempest:configure_tempest:572 TEMPEST_EXTEND_ATTACHED_VOLUME=True +2025-01-14 22:37:13.331 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.338 | +++lib/tempest:configure_tempest:574 trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME +2025-01-14 22:37:13.341 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.347 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.352 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.358 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.360 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.375 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.389 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.397 | ++lib/tempest:configure_tempest:574 iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True +2025-01-14 22:37:13.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.410 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.417 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.425 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.431 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.450 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.481 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.488 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.489 | ++lib/tempest:configure_tempest:576 [[ lvm:lvmdriver-1 == *\l\v\m* ]] +2025-01-14 22:37:13.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.505 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.505 | ++lib/tempest:configure_tempest:577 TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True +2025-01-14 22:37:13.510 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.519 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.520 | +++lib/tempest:configure_tempest:579 trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT +2025-01-14 22:37:13.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.530 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.535 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.537 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.540 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.557 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.577 | ++lib/tempest:configure_tempest:579 iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True +2025-01-14 22:37:13.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.589 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.595 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.603 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.610 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.616 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.645 | ++lib/tempest:configure_tempest:580 [[ swift == *\s\w\i\f\t* ]] +2025-01-14 22:37:13.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.652 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.653 | ++lib/tempest:configure_tempest:581 iniset /opt/stack/tempest/etc/tempest.conf volume backup_driver swift +2025-01-14 22:37:13.655 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.661 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.667 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.675 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.687 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.710 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.715 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.715 | ++lib/tempest:configure_tempest:583 local tempest_volume_min_microversion=None +2025-01-14 22:37:13.717 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.722 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.722 | ++lib/tempest:configure_tempest:584 local tempest_volume_max_microversion=latest +2025-01-14 22:37:13.724 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.738 | ++lib/tempest:configure_tempest:585 '[' None == None ']' +2025-01-14 22:37:13.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.751 | ++lib/tempest:configure_tempest:586 inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion +2025-01-14 22:37:13.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.761 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.768 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.772 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.783 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.794 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.800 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.805 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.813 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.814 | ++lib/tempest:configure_tempest:591 '[' latest == None ']' +2025-01-14 22:37:13.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.823 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.824 | ++lib/tempest:configure_tempest:594 iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion latest +2025-01-14 22:37:13.827 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.836 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.844 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.852 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.858 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.864 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.867 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.872 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.894 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.899 | ++lib/tempest:configure_tempest:597 is_service_enabled c-bak +2025-01-14 22:37:13.902 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.908 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.919 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.924 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.929 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.931 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.936 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.939 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.944 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:13.946 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.955 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.955 | ++lib/tempest:configure_tempest:604 [[ -n lvm:lvmdriver-1 ]] +2025-01-14 22:37:13.957 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.967 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.967 | ++lib/tempest:configure_tempest:604 [[ lvm:lvmdriver-1 =~ .*,.* ]] +2025-01-14 22:37:13.970 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.979 | ++lib/tempest:configure_tempest:624 '[' default '!=' default -o 'Hewlett Packard Enterprise' '!=' 'Open Source' ']' +2025-01-14 22:37:13.982 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:13.991 | ++lib/tempest:configure_tempest:626 iniset /opt/stack/tempest/etc/tempest.conf volume vendor_name 'Hewlett Packard Enterprise' +2025-01-14 22:37:13.996 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.005 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.019 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.028 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.039 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.048 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.090 | ++lib/tempest:configure_tempest:628 '[' default '!=' default -o iSCSI '!=' iSCSI ']' +2025-01-14 22:37:14.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.103 | ++lib/tempest:configure_tempest:633 [[ False == \T\r\u\e ]] +2025-01-14 22:37:14.108 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.118 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.119 | ++lib/tempest:configure_tempest:642 local tempest_placement_min_microversion=None +2025-01-14 22:37:14.123 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.134 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.134 | ++lib/tempest:configure_tempest:643 local tempest_placement_max_microversion=latest +2025-01-14 22:37:14.138 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.148 | ++lib/tempest:configure_tempest:644 '[' None == None ']' +2025-01-14 22:37:14.153 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.160 | ++lib/tempest:configure_tempest:645 inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion +2025-01-14 22:37:14.163 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.177 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.183 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.196 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.207 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.221 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.221 | ++lib/tempest:configure_tempest:649 '[' latest == None ']' +2025-01-14 22:37:14.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.231 | ++lib/tempest:configure_tempest:652 iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion latest +2025-01-14 22:37:14.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.249 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.266 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.269 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.273 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.293 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.299 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.299 | ++lib/tempest:configure_tempest:656 '[' libvirt = ironic ']' +2025-01-14 22:37:14.301 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.306 | ++lib/tempest:configure_tempest:670 '[' libvirt = libvirt ']' +2025-01-14 22:37:14.309 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.315 | ++lib/tempest:configure_tempest:672 '[' qemu = lxc ']' +2025-01-14 22:37:14.317 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.323 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.324 | ++lib/tempest:configure_tempest:679 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True +2025-01-14 22:37:14.326 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.333 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.338 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.344 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.353 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.361 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.371 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.403 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.403 | ++lib/tempest:configure_tempest:680 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True +2025-01-14 22:37:14.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.413 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.418 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.428 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.432 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.436 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.438 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.443 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.462 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.467 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.467 | ++lib/tempest:configure_tempest:681 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True +2025-01-14 22:37:14.469 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.473 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.477 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.482 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.485 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.494 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.497 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.501 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.520 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.526 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.526 | ++lib/tempest:configure_tempest:694 local service +2025-01-14 22:37:14.528 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.534 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.534 | ++lib/tempest:configure_tempest:695 local tempest_services=key,glance,nova,neutron,cinder,swift,horizon +2025-01-14 22:37:14.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.542 | ++lib/tempest:configure_tempest:696 for service in ${tempest_services//,/ } +2025-01-14 22:37:14.544 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.551 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.551 | ++lib/tempest:configure_tempest:697 is_service_enabled key +2025-01-14 22:37:14.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.562 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.566 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.567 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.572 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.574 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.581 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.588 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.593 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.596 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.600 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.600 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:14.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.609 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.609 | ++lib/tempest:configure_tempest:698 iniset /opt/stack/tempest/etc/tempest.conf service_available key True +2025-01-14 22:37:14.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.618 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.623 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.630 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.642 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.644 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.674 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.680 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.681 | ++lib/tempest:configure_tempest:696 for service in ${tempest_services//,/ } +2025-01-14 22:37:14.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.691 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.691 | ++lib/tempest:configure_tempest:697 is_service_enabled glance +2025-01-14 22:37:14.696 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.703 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.708 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.714 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.720 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.725 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.727 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.735 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.741 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.741 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:14.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.749 | ++lib/tempest:configure_tempest:698 iniset /opt/stack/tempest/etc/tempest.conf service_available glance True +2025-01-14 22:37:14.751 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.757 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.763 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.764 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.771 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.773 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.777 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.781 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.785 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.790 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.809 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.814 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.814 | ++lib/tempest:configure_tempest:696 for service in ${tempest_services//,/ } +2025-01-14 22:37:14.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.822 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.823 | ++lib/tempest:configure_tempest:697 is_service_enabled nova +2025-01-14 22:37:14.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.831 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.835 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.841 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.842 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.857 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.859 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.866 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.869 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.874 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.875 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:14.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.881 | ++lib/tempest:configure_tempest:698 iniset /opt/stack/tempest/etc/tempest.conf service_available nova True +2025-01-14 22:37:14.883 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.888 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.892 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.897 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.899 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.906 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.911 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.913 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.917 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.933 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.940 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.940 | ++lib/tempest:configure_tempest:696 for service in ${tempest_services//,/ } +2025-01-14 22:37:14.944 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.950 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.950 | ++lib/tempest:configure_tempest:697 is_service_enabled neutron +2025-01-14 22:37:14.952 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.958 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.962 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.968 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.973 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.977 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.979 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.987 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:14.991 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:14.993 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.001 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.001 | ++lib/tempest:configure_tempest:698 iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True +2025-01-14 22:37:15.004 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.013 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.014 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.020 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.026 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.030 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.032 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.037 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.056 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.062 | ++lib/tempest:configure_tempest:696 for service in ${tempest_services//,/ } +2025-01-14 22:37:15.064 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.070 | ++lib/tempest:configure_tempest:697 is_service_enabled cinder +2025-01-14 22:37:15.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.085 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.086 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.090 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.093 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.099 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.103 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.120 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.120 | ++functions-common:is_service_enabled:2077 return 0 +2025-01-14 22:37:15.122 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.128 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.128 | ++lib/tempest:configure_tempest:698 iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True +2025-01-14 22:37:15.131 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.141 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.142 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.152 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.157 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.164 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.169 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.188 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.193 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.193 | ++lib/tempest:configure_tempest:696 for service in ${tempest_services//,/ } +2025-01-14 22:37:15.195 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.201 | ++lib/tempest:configure_tempest:697 is_service_enabled swift +2025-01-14 22:37:15.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.209 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.213 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.214 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.218 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.231 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.233 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.238 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.241 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.246 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:37:15.248 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.255 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.255 | ++lib/tempest:configure_tempest:700 iniset /opt/stack/tempest/etc/tempest.conf service_available swift False +2025-01-14 22:37:15.257 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.268 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.274 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.275 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.280 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.284 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.286 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.308 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.313 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.314 | ++lib/tempest:configure_tempest:696 for service in ${tempest_services//,/ } +2025-01-14 22:37:15.316 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.322 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.322 | ++lib/tempest:configure_tempest:697 is_service_enabled horizon +2025-01-14 22:37:15.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.332 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.337 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.343 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.345 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.350 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.356 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.359 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.364 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.367 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.372 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.372 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:37:15.374 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.379 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.379 | ++lib/tempest:configure_tempest:700 iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False +2025-01-14 22:37:15.382 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.392 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.397 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.402 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.407 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.412 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.430 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.437 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.437 | ++lib/tempest:configure_tempest:708 [[ False == True ]] +2025-01-14 22:37:15.439 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.445 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.445 | ++lib/tempest:configure_tempest:708 [[ False == True ]] +2025-01-14 22:37:15.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.457 | ++lib/tempest:configure_tempest:712 [[ True == True ]] +2025-01-14 22:37:15.460 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.468 | ++lib/tempest:configure_tempest:713 iniset /opt/stack/tempest/etc/tempest.conf enforce_scope nova true +2025-01-14 22:37:15.471 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.478 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.490 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.502 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.504 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.533 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.539 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.539 | ++lib/tempest:configure_tempest:716 [[ False == True ]] +2025-01-14 22:37:15.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.548 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.548 | ++lib/tempest:configure_tempest:716 [[ False == True ]] +2025-01-14 22:37:15.552 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.558 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.559 | ++lib/tempest:configure_tempest:720 [[ True == True ]] +2025-01-14 22:37:15.561 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.568 | ++lib/tempest:configure_tempest:721 iniset /opt/stack/tempest/etc/tempest.conf enforce_scope glance true +2025-01-14 22:37:15.573 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.579 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.584 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.585 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.592 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.598 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.604 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.606 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.611 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.631 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.638 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.639 | ++lib/tempest:configure_tempest:724 [[ False == True ]] +2025-01-14 22:37:15.640 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.647 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.647 | ++lib/tempest:configure_tempest:724 [[ False == True ]] +2025-01-14 22:37:15.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.657 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.658 | ++lib/tempest:configure_tempest:728 '[' libvirt = libvirt ']' +2025-01-14 22:37:15.660 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.669 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.669 | ++lib/tempest:configure_tempest:728 '[' qemu = lxc ']' +2025-01-14 22:37:15.672 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.679 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.679 | ++lib/tempest:configure_tempest:738 local tmp_cfg_file +2025-01-14 22:37:15.684 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.692 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.692 | +++lib/tempest:configure_tempest:739 mktemp +2025-01-14 22:37:15.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.709 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.710 | ++lib/tempest:configure_tempest:739 tmp_cfg_file=/tmp/tmp.ISl5aRinc7 +2025-01-14 22:37:15.713 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.721 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.721 | ++lib/tempest:configure_tempest:740 cd /opt/stack/tempest +2025-01-14 22:37:15.726 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.734 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.734 | ++lib/tempest:configure_tempest:742 local tmp_u_c_m +2025-01-14 22:37:15.738 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.748 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.748 | +++lib/tempest:configure_tempest:743 mktemp -t tempest_u_c_m.XXXXXXXXXX +2025-01-14 22:37:15.754 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.760 | ++lib/tempest:configure_tempest:743 tmp_u_c_m=/tmp/tempest_u_c_m.bA0pL2KFAF +2025-01-14 22:37:15.765 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.774 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.775 | ++lib/tempest:configure_tempest:744 set_tempest_venv_constraints /tmp/tempest_u_c_m.bA0pL2KFAF +2025-01-14 22:37:15.780 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.787 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.788 | ++lib/tempest:set_tempest_venv_constraints:129 local tmp_c +2025-01-14 22:37:15.791 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.799 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.799 | ++lib/tempest:set_tempest_venv_constraints:130 tmp_c=/tmp/tempest_u_c_m.bA0pL2KFAF +2025-01-14 22:37:15.804 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.812 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.813 | ++lib/tempest:set_tempest_venv_constraints:131 [[ master == \m\a\s\t\e\r ]] +2025-01-14 22:37:15.817 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.826 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.826 | ++lib/tempest:set_tempest_venv_constraints:132 cd /opt/stack/requirements +2025-01-14 22:37:15.830 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.840 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.840 | ++lib/tempest:set_tempest_venv_constraints:133 git show master:upper-constraints.txt +2025-01-14 22:37:15.851 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.862 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.862 | ++lib/tempest:set_tempest_venv_constraints:140 export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:37:15.868 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.877 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.877 | ++lib/tempest:set_tempest_venv_constraints:140 UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:37:15.881 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.889 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.889 | ++lib/tempest:set_tempest_venv_constraints:141 export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:37:15.893 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.900 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.900 | ++lib/tempest:set_tempest_venv_constraints:141 TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master +2025-01-14 22:37:15.905 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.912 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.912 | ++lib/tempest:configure_tempest:745 [[ False != \T\r\u\e ]] +2025-01-14 22:37:15.915 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.923 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:15.924 | ++lib/tempest:configure_tempest:746 tox -revenv-tempest --notest +2025-01-14 22:37:16.241 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest +2025-01-14 22:37:16.843 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt +2025-01-14 22:37:24.986 | venv-tempest develop-inst: /opt/stack/tempest +2025-01-14 22:37:27.886 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +2025-01-14 22:37:27.886 | ___________________________________ summary ____________________________________ +2025-01-14 22:37:27.886 | venv-tempest: skipped tests +2025-01-14 22:37:27.886 | congratulations :) +2025-01-14 22:37:27.920 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:27.927 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:27.927 | ++lib/tempest:configure_tempest:748 tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.bA0pL2KFAF -r requirements.txt +2025-01-14 22:37:28.477 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. +2025-01-14 22:37:28.478 | !! +2025-01-14 22:37:28.478 | +2025-01-14 22:37:28.478 | ******************************************************************************** +2025-01-14 22:37:28.478 | Requirements should be satisfied by a PEP 517 installer. +2025-01-14 22:37:28.478 | If you are using pip, you can try `pip install --use-pep517`. +2025-01-14 22:37:28.478 | ******************************************************************************** +2025-01-14 22:37:28.478 | +2025-01-14 22:37:28.478 | !! +2025-01-14 22:37:28.478 | dist.fetch_build_eggs(dist.setup_requires) +2025-01-14 22:37:28.752 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. +2025-01-14 22:37:28.752 | !! +2025-01-14 22:37:28.752 | +2025-01-14 22:37:28.752 | ******************************************************************************** +2025-01-14 22:37:28.752 | Please avoid running ``setup.py`` and ``easy_install``. +2025-01-14 22:37:28.752 | Instead, use pypa/build, pypa/installer or other +2025-01-14 22:37:28.752 | standards-based tools. +2025-01-14 22:37:28.752 | +2025-01-14 22:37:28.752 | See https://github.com/pypa/setuptools/issues/917 for details. +2025-01-14 22:37:28.752 | ******************************************************************************** +2025-01-14 22:37:28.752 | +2025-01-14 22:37:28.752 | !! +2025-01-14 22:37:28.752 | easy_install.initialize_options(self) +2025-01-14 22:37:28.752 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. +2025-01-14 22:37:28.752 | !! +2025-01-14 22:37:28.752 | +2025-01-14 22:37:28.752 | ******************************************************************************** +2025-01-14 22:37:28.752 | Please avoid running ``setup.py`` directly. +2025-01-14 22:37:28.752 | Instead, use pypa/build, pypa/installer or other +2025-01-14 22:37:28.752 | standards-based tools. +2025-01-14 22:37:28.752 | +2025-01-14 22:37:28.752 | See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. +2025-01-14 22:37:28.752 | ******************************************************************************** +2025-01-14 22:37:28.752 | +2025-01-14 22:37:28.752 | !! +2025-01-14 22:37:28.753 | self.initialize_options() +2025-01-14 22:37:28.753 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' +2025-01-14 22:37:28.753 | warnings.warn(msg) +2025-01-14 22:37:28.821 | venv-tempest develop-inst-nodeps: /opt/stack/tempest +2025-01-14 22:37:31.355 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +2025-01-14 22:37:31.356 | venv-tempest run-test-pre: PYTHONHASHSEED='479993910' +2025-01-14 22:37:31.356 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.bA0pL2KFAF -r requirements.txt +2025-01-14 22:37:32.066 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.0) +2025-01-14 22:37:32.067 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.8.0) +2025-01-14 22:37:32.067 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) +2025-01-14 22:37:32.068 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) +2025-01-14 22:37:32.068 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.0) +2025-01-14 22:37:32.069 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (44.0.0) +2025-01-14 22:37:32.069 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) +2025-01-14 22:37:32.070 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (6.2.0) +2025-01-14 22:37:32.070 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.0) +2025-01-14 22:37:32.070 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.0.0) +2025-01-14 22:37:32.071 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) +2025-01-14 22:37:32.071 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.6.0) +2025-01-14 22:37:32.072 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.0.0) +2025-01-14 22:37:32.072 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) +2025-01-14 22:37:32.073 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) +2025-01-14 22:37:32.073 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) +2025-01-14 22:37:32.074 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.0) +2025-01-14 22:37:32.074 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.12.0) +2025-01-14 22:37:32.075 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) +2025-01-14 22:37:32.075 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) +2025-01-14 22:37:32.076 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) +2025-01-14 22:37:32.076 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) +2025-01-14 22:37:32.077 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) +2025-01-14 22:37:32.079 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) +2025-01-14 22:37:32.080 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.7) +2025-01-14 22:37:32.084 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (24.2.0) +2025-01-14 22:37:32.084 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) +2025-01-14 22:37:32.085 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.35.1) +2025-01-14 22:37:32.085 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.22.3) +2025-01-14 22:37:32.090 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) +2025-01-14 22:37:32.090 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) +2025-01-14 22:37:32.097 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) +2025-01-14 22:37:32.101 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.0) +2025-01-14 22:37:32.105 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) +2025-01-14 22:37:32.105 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) +2025-01-14 22:37:32.109 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.0) +2025-01-14 22:37:32.110 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) +2025-01-14 22:37:32.114 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) +2025-01-14 22:37:32.115 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) +2025-01-14 22:37:32.115 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) +2025-01-14 22:37:32.117 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) +2025-01-14 22:37:32.118 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2024.2) +2025-01-14 22:37:32.121 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) +2025-01-14 22:37:32.122 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) +2025-01-14 22:37:32.122 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (6.1.0) +2025-01-14 22:37:32.122 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.0) +2025-01-14 22:37:32.131 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) +2025-01-14 22:37:32.138 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.0) +2025-01-14 22:37:32.159 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) +2025-01-14 22:37:32.165 | Requirement already satisfied: pyperclip in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) +2025-01-14 22:37:32.181 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) +2025-01-14 22:37:32.185 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.0) +2025-01-14 22:37:32.186 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) +2025-01-14 22:37:32.186 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2024.12.14) +2025-01-14 22:37:32.331 | ___________________________________ summary ____________________________________ +2025-01-14 22:37:32.331 | venv-tempest: commands succeeded +2025-01-14 22:37:32.331 | congratulations :) +2025-01-14 22:37:32.369 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.380 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.380 | ++lib/tempest:configure_tempest:749 rm -f /tmp/tempest_u_c_m.bA0pL2KFAF +2025-01-14 22:37:32.387 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.396 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.397 | ++lib/tempest:configure_tempest:752 [[ False == \T\r\u\e ]] +2025-01-14 22:37:32.400 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.409 | ++lib/tempest:configure_tempest:760 [[ True == \F\a\l\s\e ]] +2025-01-14 22:37:32.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.422 | ++lib/tempest:configure_tempest:764 iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True +2025-01-14 22:37:32.426 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.434 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.440 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.441 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.448 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.449 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.459 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.461 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.468 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.496 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:32.496 | ++lib/tempest:configure_tempest:770 tox -evenv -- tempest verify-config -uro /tmp/tmp.ISl5aRinc7 +2025-01-14 22:37:32.819 | venv create: /opt/stack/tempest/.tox/venv +2025-01-14 22:37:33.218 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt +2025-01-14 22:37:48.404 | venv develop-inst: /opt/stack/tempest +2025-01-14 22:37:51.976 | venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.6,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +2025-01-14 22:37:51.977 | venv run-test-pre: PYTHONHASHSEED='480948562' +2025-01-14 22:37:51.977 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.ISl5aRinc7 +2025-01-14 22:37:52.278 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. +2025-01-14 22:37:52.278 | FORMAT_CHECKER = jsonschema.draft4_format_checker +2025-01-14 22:37:52.278 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. +2025-01-14 22:37:52.278 | @jsonschema.FormatChecker.cls_checks('base64') +2025-01-14 22:37:52.522 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. +2025-01-14 22:37:52.522 | warnings.warn( +2025-01-14 22:37:52.718 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. +2025-01-14 22:37:52.718 | for key, value in info.getheaders().items(): +2025-01-14 22:37:52.756 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. +2025-01-14 22:37:52.756 | for key, value in info.getheaders().items(): +2025-01-14 22:37:53.001 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. +2025-01-14 22:37:53.002 | for key, value in info.getheaders().items(): +2025-01-14 22:37:53.004 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version +2025-01-14 22:37:53.004 | _client = klass(auth_provider=auth_provider, **kwargs) +2025-01-14 22:37:53.955 | ___________________________________ summary ____________________________________ +2025-01-14 22:37:53.955 | venv: commands succeeded +2025-01-14 22:37:53.955 | congratulations :) +2025-01-14 22:37:53.984 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:53.988 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:53.988 | ++lib/tempest:configure_tempest:775 is_service_enabled q-metering neutron-metering +2025-01-14 22:37:53.991 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:53.998 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.002 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.003 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.008 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.009 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.012 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.016 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.018 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.021 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.023 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.027 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.027 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:37:54.029 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.034 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.034 | ++lib/tempest:configure_tempest:776 DISABLE_NETWORK_API_EXTENSIONS+=', metering' +2025-01-14 22:37:54.036 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.040 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.040 | ++lib/tempest:configure_tempest:780 is_service_enabled q-l3 neutron-l3 +2025-01-14 22:37:54.042 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.046 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.049 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.050 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.054 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.057 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.062 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.063 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.067 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.070 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.074 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.074 | ++functions-common:is_service_enabled:2077 return 1 +2025-01-14 22:37:54.076 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.080 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.080 | ++lib/tempest:configure_tempest:781 DISABLE_NETWORK_API_EXTENSIONS+=', l3_agent_scheduler' +2025-01-14 22:37:54.082 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.087 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.087 | ++lib/tempest:configure_tempest:784 local network_api_extensions=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:37:54.089 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.094 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.095 | ++lib/tempest:configure_tempest:785 [[ ! -z , metering, l3_agent_scheduler ]] +2025-01-14 22:37:54.096 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.102 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.103 | ++lib/tempest:configure_tempest:787 network_api_extensions=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:37:54.106 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.111 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.112 | +++lib/tempest:configure_tempest:789 remove_disabled_extensions address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups , metering, l3_agent_scheduler +2025-01-14 22:37:54.114 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.119 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.119 | +++lib/tempest:remove_disabled_extensions:114 local extensions_list=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:37:54.121 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.127 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.127 | +++lib/tempest:remove_disabled_extensions:115 shift +2025-01-14 22:37:54.129 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.136 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.136 | +++lib/tempest:remove_disabled_extensions:116 local 'disabled_exts=, metering, l3_agent_scheduler' +2025-01-14 22:37:54.137 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.145 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.145 | +++lib/tempest:remove_disabled_extensions:117 remove_disabled_services address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups ', metering, l3_agent_scheduler' +2025-01-14 22:37:54.148 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.156 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.160 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.162 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.165 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.167 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.170 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.174 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.175 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.179 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.185 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.189 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.189 | +++functions-common:remove_disabled_services:2108 _cleanup_service_list ,address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:37:54.190 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.194 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.197 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.198 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.201 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.203 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.206 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.210 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.212 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.215 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.219 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.224 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.224 | ++lib/tempest:configure_tempest:789 network_api_extensions=address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:37:54.226 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.230 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.230 | ++lib/tempest:configure_tempest:791 [[ -n '' ]] +2025-01-14 22:37:54.232 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.236 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.237 | ++lib/tempest:configure_tempest:794 iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,bgp,bgp_4byte_asn,bgp_dragent_scheduler,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dns-integration-domain-keywords,enable-default-route-bfd,enable-default-route-ecmp,expose-port-forwarding-in-fip,external-gateway-multihoming,external-net,ext-gw-mode,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,floating-ip-port-forwarding,floating-ip-port-forwarding-description,floating-ip-port-forwarding-detail,floating-ip-port-forwarding-port-ranges,fwaas_v2,l3-flavors,l3-ha,logging,multi-provider,net-mtu,net-mtu-writable,network_availability_zone,network_ha,network-ip-availability,pagination,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-resource-request,port-security,port-trusted-vif,project-id,provider,qos,qos-bw-limit-direction,qos-default,qos-fip,qos-gateway-ip,qos-rules-alias,qos-rule-type-details,qos-rule-type-filter,quota-check-limit,quota-check-limit-default,quota_details,quotas,rbac-address-scope,rbac-policies,rbac-security-groups,router,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,segment,sorting,standard-attr-description,standard-attr-fwaas-v2,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet_allocation,subnet-dns-publish-fixed-ip,subnet-external-network,subnetpool-prefix-ops,subnet-service-types,tag-creation,tap-mirror,trunk,uplink-status-propagation,uplink-status-propagation-updatable,vlan-transparent,vpnaas,vpn-endpoint-groups +2025-01-14 22:37:54.239 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.243 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.246 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.247 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.252 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.253 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.256 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.261 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.263 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.267 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.282 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.288 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.288 | ++lib/tempest:configure_tempest:796 local object_storage_api_extensions=all +2025-01-14 22:37:54.291 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.296 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.296 | ++lib/tempest:configure_tempest:797 [[ ! -z '' ]] +2025-01-14 22:37:54.298 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.304 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.304 | ++lib/tempest:configure_tempest:803 iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis all +2025-01-14 22:37:54.306 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.311 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.315 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.319 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.321 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.324 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.328 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.330 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.334 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.355 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.363 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.363 | ++lib/tempest:configure_tempest:805 local volume_api_extensions=all +2025-01-14 22:37:54.366 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.373 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.373 | ++lib/tempest:configure_tempest:806 [[ ! -z '' ]] +2025-01-14 22:37:54.376 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.383 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.383 | ++lib/tempest:configure_tempest:812 iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions all +2025-01-14 22:37:54.385 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.393 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.398 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.399 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.406 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.409 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.414 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.420 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.422 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.427 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.447 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.453 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.454 | ++lib/tempest:configure_tempest:815 IFS=' +2025-01-14 22:37:54.454 | ' +2025-01-14 22:37:54.457 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.464 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.464 | ++extras.d/80-tempest.sh:source:23 echo_summary 'Installing Tempest Plugins' +2025-01-14 22:37:54.472 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.479 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.479 | ++./stack.sh:echo_summary:468 [[ -t 3 ]] +2025-01-14 22:37:54.483 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.489 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.489 | ++./stack.sh:echo_summary:474 echo -e Installing Tempest Plugins +2025-01-14 22:37:54.500 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.506 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.506 | ++extras.d/80-tempest.sh:source:24 install_tempest_plugins +2025-01-14 22:37:54.509 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.515 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.515 | ++lib/tempest:install_tempest_plugins:849 pushd /opt/stack/tempest +2025-01-14 22:37:54.515 | /opt/stack/tempest /opt/stack/tempest +2025-01-14 22:37:54.518 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.523 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.523 | ++lib/tempest:install_tempest_plugins:850 [[ 0 != 0 ]] +2025-01-14 22:37:54.525 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.529 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.529 | ++lib/tempest:install_tempest_plugins:859 popd +2025-01-14 22:37:54.529 | /opt/stack/tempest +2025-01-14 22:37:54.531 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.536 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.536 | ++extras.d/80-tempest.sh:source:27 [[ stack == \u\n\s\t\a\c\k ]] +2025-01-14 22:37:54.538 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.542 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.542 | ++extras.d/80-tempest.sh:source:32 [[ stack == \c\l\e\a\n ]] +2025-01-14 22:37:54.545 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.550 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.551 | +functions-common:run_phase:1870 [[ stack == \s\o\u\r\c\e ]] +2025-01-14 22:37:54.554 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.560 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.560 | +functions-common:run_phase:1873 [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] +2025-01-14 22:37:54.563 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.568 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.569 | +functions-common:run_phase:1876 run_plugins stack test-config +2025-01-14 22:37:54.571 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.577 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.577 | +functions-common:run_plugins:1835 local mode=stack +2025-01-14 22:37:54.580 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.586 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.586 | +functions-common:run_plugins:1836 local phase=test-config +2025-01-14 22:37:54.591 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.597 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.598 | +functions-common:run_plugins:1838 local plugins= +2025-01-14 22:37:54.601 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.608 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.608 | +functions-common:run_plugins:1839 local plugin +2025-01-14 22:37:54.612 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.621 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.621 | +./stack.sh:main:1528 merge_config_group /opt/stack/devstack/local.conf test-config +2025-01-14 22:37:54.625 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.632 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.632 | +inc/meta-config:merge_config_group:171 local localfile=/opt/stack/devstack/local.conf +2025-01-14 22:37:54.637 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.645 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.646 | +inc/meta-config:merge_config_group:171 shift +2025-01-14 22:37:54.650 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.659 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.660 | +inc/meta-config:merge_config_group:172 local matchgroups=test-config +2025-01-14 22:37:54.665 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.673 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.673 | +inc/meta-config:merge_config_group:174 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:37:54.677 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.685 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.686 | +inc/meta-config:merge_config_group:176 local configfile group +2025-01-14 22:37:54.689 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.701 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.701 | +inc/meta-config:merge_config_group:177 for group in $matchgroups +2025-01-14 22:37:54.706 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.716 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.716 | ++inc/meta-config:merge_config_group:178 get_meta_section_files /opt/stack/devstack/local.conf test-config +2025-01-14 22:37:54.719 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.728 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.728 | ++inc/meta-config:get_meta_section_files:63 local file=/opt/stack/devstack/local.conf +2025-01-14 22:37:54.733 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.740 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.741 | ++inc/meta-config:get_meta_section_files:64 local matchgroup=test-config +2025-01-14 22:37:54.743 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.755 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.755 | ++inc/meta-config:get_meta_section_files:66 [[ -r /opt/stack/devstack/local.conf ]] +2025-01-14 22:37:54.760 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.769 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.770 | ++inc/meta-config:get_meta_section_files:68 awk -v matchgroup=test-config ' +2025-01-14 22:37:54.770 | /^\[\[.+\|.*\]\]/ { +2025-01-14 22:37:54.770 | gsub("[][]", "", $1); +2025-01-14 22:37:54.770 | split($1, a, "|"); +2025-01-14 22:37:54.770 | if (a[1] == matchgroup) +2025-01-14 22:37:54.770 | print a[2] +2025-01-14 22:37:54.770 | } +2025-01-14 22:37:54.770 | ' /opt/stack/devstack/local.conf +2025-01-14 22:37:54.779 | tput: No value for $TERM and no -T specified +2025-01-14 22:37:54.788 | tput: No value for $TERM and no -T specified + +========================= +DevStack Component Timing + (times are in seconds) +========================= +wait_for_service 12 +async_wait 47 +osc 150 +apt-get 371 +test_with_retry 4 +dbsync 3 +pip_install 127 +apt-get-update 2 +run_process 33 +git_timed 100 +------------------------- +Unaccounted time 214 +========================= +Total runtime 1063 + +================= + Async summary +================= + Time spent in the background minus waits: 219 sec + Elapsed time: 1063 sec + Time if we did everything serially: 1282 sec + Speedup: 1.20602 + + +Post-stack database query stats: ++------------+-----------+-------+ +| db | op | count | ++------------+-----------+-------+ +| keystone | SELECT | 20400 | +| keystone | INSERT | 91 | +| keystone | UPDATE | 7 | +| neutron | DESCRIBE | 2 | +| neutron | CREATE | 1 | +| neutron | SHOW | 4 | +| neutron | SELECT | 2900 | +| neutron | INSERT | 4075 | +| neutron | DELETE | 18 | +| placement | SELECT | 18 | +| placement | INSERT | 64 | +| placement | SET | 1 | +| neutron | UPDATE | 76 | +| nova_api | SELECT | 50 | +| nova_cell1 | SELECT | 57 | +| nova_cell0 | SELECT | 25 | +| nova_cell0 | INSERT | 5 | +| nova_cell0 | UPDATE | 2 | +| cinder | SELECT | 66 | +| cinder | INSERT | 6 | +| cinder | UPDATE | 3 | +| placement | UPDATE | 3 | +| nova_cell1 | INSERT | 4 | +| nova_cell1 | UPDATE | 12 | +| nova_api | INSERT | 20 | +| nova_api | SAVEPOINT | 10 | +| nova_api | RELEASE | 10 | +| glance | INSERT | 14 | +| glance | SELECT | 28 | +| glance | UPDATE | 2 | +| cinder | DELETE | 1 | ++------------+-----------+-------+ + + + +This is your host IP address: 10.201.9.223 +This is your host IPv6 address: ::1 +Keystone is serving at http://10.201.9.223/identity/ +The default users are: ****** and demo +The password: ****** + +WARNING: +Configuring uWSGI with a WSGI file is deprecated, use module paths instead + + +Services are running under systemd unit files. +For more information see: +https://docs.openstack.org/devstack/latest/systemd.html + +DevStack Version: 2025.1 +Change: 96de42981360c874dd36e2e447b63ecdde046732 Merge "Switch to OVS/OVN LTS branches" 2025-01-13 10:10:54 +0000 +OS Version: Ubuntu 22.04 jammy + diff --git a/new_logs/933675/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 b/new_logs/933675/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 new file mode 100755 index 0000000000..b1f9726fda --- /dev/null +++ b/new_logs/933675/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 @@ -0,0 +1,26 @@ +2025-01-14 22:20:45.713 | stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 +2025-01-14 22:20:55.866 | Installing package prerequisites +2025-01-14 22:24:19.123 | Starting RabbitMQ +2025-01-14 22:25:02.038 | Installing OpenStack project source +2025-01-14 22:31:34.834 | Installing Tempest +2025-01-14 22:31:38.437 | Configuring and starting MySQL +2025-01-14 22:31:56.133 | Starting Keystone +2025-01-14 22:33:11.321 | Configuring Glance +2025-01-14 22:33:11.595 | Configuring Neutron +2025-01-14 22:34:03.706 | Configuring Cinder +2025-01-14 22:34:03.931 | Configuring placement +2025-01-14 22:34:23.549 | Configuring Nova +2025-01-14 22:34:40.359 | Starting Nova API +2025-01-14 22:34:45.995 | Starting OVN services +2025-01-14 22:35:17.830 | Starting Neutron +2025-01-14 22:35:24.733 | Starting Placement +2025-01-14 22:35:30.773 | Creating initial neutron network elements +2025-01-14 22:35:52.485 | Starting Nova +2025-01-14 22:36:09.570 | Starting Cinder +2025-01-14 22:36:22.069 | Starting Glance +2025-01-14 22:36:26.792 | Uploading images +2025-01-14 22:36:47.786 | Configuring lvm.conf global device filter +2025-01-14 22:36:48.030 | set lvm.conf device global_filter to: global_filter = [ "a|loop3|", "r|.*|" ] # from devstack +2025-01-14 22:36:48.604 | Initializing Tempest +2025-01-14 22:37:54.499 | Installing Tempest Plugins +2025-01-14 22:37:54.949 | stack.sh completed in 1063 seconds. diff --git a/new_logs/933675/devstack_logs/devstacklog.txt.summary b/new_logs/933675/devstack_logs/devstacklog.txt.summary index eb25ad0ee5..4d7df373cc 120000 --- a/new_logs/933675/devstack_logs/devstacklog.txt.summary +++ b/new_logs/933675/devstack_logs/devstacklog.txt.summary @@ -1 +1 @@ -/tmp/devstack_logs/devstacklog.txt.2025-01-03-201501.summary.2025-01-03-201501 \ No newline at end of file +/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 \ No newline at end of file diff --git a/new_logs/933675/devstack_logs/dstat-csv.log b/new_logs/933675/devstack_logs/dstat-csv.log index af32567b0d..e87f6ae3dd 100755 --- a/new_logs/933675/devstack_logs/dstat-csv.log +++ b/new_logs/933675/devstack_logs/dstat-csv.log @@ -1,939 +1,952 @@ "pcp-dstat 5.3.6 CSV Output" "Author:","PCP team and Dag Wieers ",,,,"URL:","https://pcp.io/ and http://dag.wieers.com/home-made/dstat/" "Host:","ubuntu",,,,"User:","ubuntu" -"Cmdline:","dstat -tcmndrylpg --tcp --output /tmp/devstack_logs/dstat-csv.log",,,,"Date:","03 Jan 2025 20:26:36 UTC" +"Cmdline:","dstat -tcmndrylpg --tcp --output /tmp/devstack_logs/dstat-csv.log",,,,"Date:","14 Jan 2025 22:31:51 UTC" "system","total usage",,,,,"memory usage",,,,"net/total",,"dsk/total",,"io/total",,"system",,"load avg",,,"procs",,,"paging",,"tcp sockets",,,, "time","total usage:usr","total usage:sys","total usage:idl","total usage:wai","total usage:stl","used","free","buf","cach","net/total:recv","net/total:send","dsk/total:read","dsk/total:writ","read","writ","int","csw","1m","5m","15m","run","blk","new","in","out","lis","act","syn","tim","clo" -03-01 20:26:36,,952412,2011504,164684,4686424,,,,,,,1.440,0.960,0.500,5,0,,,,9,3,0,16,1 -03-01 20:26:37,20.972,17.976,59.421,0.250,0,966980,1996308,164688,4687072,367014.605,13733.762,0,2268.987,0,83.889,3899,6284,1.440,0.960,0.500,1,0,526.301,0,0,9,5,0,16,1 -03-01 20:26:38,23.956,18.716,55.649,0.749,0.499,969440,1993556,164728,4687304,44380.405,16858.385,0,2387.664,0,85.844,4168,8040,1.800,1.040,0.530,2,0,401.271,0,0,9,5,0,16,1 -03-01 20:26:39,28.800,12.522,57.098,0.501,0,1115056,1847240,164756,4812852,221107.410,14099.321,0,1474.544,0,43.074,4737,11574,1.800,1.040,0.530,3,0,128.221,0,0,10,7,0,16,1 -03-01 20:26:40,30.752,10.501,57.754,0.500,0,1126728,1835304,164784,4813084,66507.055,16164.228,80.006,1944.148,1.000,78.006,2410,3277,1.800,1.040,0.530,1,0,194.015,0,0,10,7,0,16,1 -03-01 20:26:41,30.493,6.499,59.986,0.750,0.250,1195896,1746892,164840,4831876,5105439.749,58624.516,0,11825.280,0,113.974,3760,3498,1.800,1.040,0.530,1,0,62.986,0,0,10,6,0,18,2 -03-01 20:26:42,41.974,5.247,50.469,1.749,0,1262424,1660420,165348,4848524,125725.679,1972.787,0,8766.609,0,536.670,4014,6127,1.800,1.040,0.530,2,1,9.994,0,0,10,8,0,18,2 -03-01 20:26:43,31.229,8.244,44.970,15.989,0,1251628,1636848,166884,4878340,6274.796,1618.915,0,40788.672,0,2845.094,14872,24393,1.820,1.060,0.540,3,1,44.970,0,0,10,8,0,18,2 -03-01 20:26:44,37.067,10.018,42.076,10.519,0,1182332,1674736,168376,4905312,5798.443,1622.923,0,44215.632,0,2921.261,11603,18499,1.820,1.060,0.540,2,0,90.162,0,0,10,6,0,18,2 -03-01 20:26:45,41.498,5.250,53.248,0,0,1182316,1688476,168396,4891580,11982.533,4358.830,0,1239.952,0,42.998,1362,1462,1.820,1.060,0.540,2,0,4.000,0,0,10,4,0,18,0 -03-01 20:26:46,46.500,6.250,45.750,0.250,0.500,1160652,1708700,168400,4892916,6719.993,1619.998,0,1287.999,0,46.000,8903,17430,1.820,1.060,0.540,2,0,26.000,0,0,10,4,0,18,0 -03-01 20:26:47,46.899,6.486,45.651,0.998,0,1217388,1651716,168424,4893104,5837.368,1616.502,0,7759.209,0,380.177,10210,19877,1.820,1.060,0.540,2,0,14.968,0,0,10,4,0,18,0 -03-01 20:26:48,37.332,14.532,47.354,0,0.251,1088544,1780356,168424,4893224,7284.998,1569.447,0,481.056,0,28.062,2647,4112,1.750,1.060,0.540,3,0,337.742,0,0,10,4,0,18,0 -03-01 20:26:49,28.749,19.749,49.998,0,0,1069620,1799048,168424,4893416,6170.728,1511.933,0,43.998,0,11.000,4197,7014,1.750,1.060,0.540,1,0,480.979,0,0,10,4,0,18,0 -03-01 20:26:50,38.205,11.986,49.442,0,0,1171716,1696856,168424,4893956,4862.297,1618.102,0,3.995,0,0.999,3277,5442,1.750,1.060,0.540,3,0,163.808,0,0,10,5,0,18,0 -03-01 20:26:51,48.205,1.499,49.454,0,0,1231096,1636936,168432,4894420,5859.545,1618.493,0,287.732,0,20.980,1113,1152,1.750,1.060,0.540,3,0,0,0,0,10,5,0,18,0 -03-01 20:26:52,26.756,9.002,63.764,0.500,0,1259788,1605540,168476,4896784,5070.095,1620.350,0,7181.551,0,437.094,2161,5622,1.750,1.060,0.540,1,0,119.026,0,0,10,4,0,19,0 -03-01 20:26:53,0.750,0.750,98.480,0.250,0,1259788,1605540,168476,4896784,4871.011,1661.663,0,1375.721,0,21.996,581,954,1.610,1.040,0.540,0,0,0,0,0,10,4,0,19,0 -03-01 20:26:54,15.496,2.999,79.731,0.250,0.750,1310224,1555140,168484,4896796,5127.800,1619.621,0,631.852,0,40.990,1577,2019,1.610,1.040,0.540,1,0,22.995,0,0,10,4,0,19,0 -03-01 20:26:55,24.247,2.000,73.741,0,0,1357932,1507260,168484,4896968,5075.386,1619.804,0,0,0,0,924,1116,1.610,1.040,0.540,1,0,0,0,0,10,4,0,19,0 -03-01 20:26:56,20.504,5.751,70.764,1.250,0,1285424,1579652,168516,4897036,9490.841,1458.283,0,3376.655,0,312.061,3451,5880,1.610,1.040,0.540,1,0,43.008,0,0,10,4,0,21,0 -03-01 20:26:57,22.752,4.000,72.255,0,0,1336080,1528608,168520,4897296,5093.362,1620.115,0,22209.577,0,67.005,1817,2651,1.610,1.040,0.540,1,0,3.000,0,0,10,16,0,21,0 -03-01 20:26:58,21.254,5.501,73.014,0.750,0,1321884,1542440,168520,4897556,5526.028,1620.301,232.043,876.163,58.011,4.001,1657,2219,1.560,1.040,0.540,1,0,47.009,0,0,10,28,0,21,0 -03-01 20:26:59,22.248,10.249,66.743,0,0,1316352,1547820,168524,4897704,6032.403,1619.840,0,11.999,0,3.000,1908,2891,1.560,1.040,0.540,2,0,155.985,0,0,10,28,0,21,0 -03-01 20:27:00,45.336,6.512,48.342,0.250,0.250,1407184,1456848,168524,4897844,8046.304,1623.087,0,3458.578,0,139.265,2634,4120,1.560,1.040,0.540,3,0,5.010,0,0,10,30,0,18,0 -03-01 20:27:01,55.516,17.505,26.258,0,0,1405792,1457980,168524,4898064,6305.848,1620.475,0,456.134,0,27.008,4825,12680,1.560,1.040,0.540,5,0,482.141,0,0,10,28,0,21,0 -03-01 20:27:02,83.703,12.743,2.499,0,0.250,1589064,1274560,168524,4898116,9394.720,1619.090,0,32537.714,0,80.955,4153,8074,1.560,1.040,0.540,6,0,139.921,0,0,10,31,0,21,0 -03-01 20:27:03,67.087,11.265,21.277,0,0,1426744,1436652,168544,4898320,4939.377,1459.885,0,1449.872,0,48.062,3700,8641,1.840,1.110,0.570,3,0,202.261,0,0,10,30,0,21,0 -03-01 20:27:04,23.470,9.238,66.165,0,0.250,1341224,1522128,168544,4898348,5334.140,1617.919,0,163.789,0,14.981,2696,4556,1.840,1.110,0.570,2,0,111.856,0,0,10,28,0,21,0 -03-01 20:27:05,23.248,3.750,73.245,0.250,0,1309176,1554024,168560,4898484,5076.624,1619.880,0,287.979,0,23.998,2092,3493,1.840,1.110,0.570,1,0,30.998,0,0,10,28,0,21,0 -03-01 20:27:06,21.728,4.995,72.427,0.250,0,1366112,1497072,168568,4898492,6236.745,1618.377,0,955.042,0,64.935,1657,2464,1.840,1.110,0.570,2,0,38.961,0,0,10,29,0,21,0 -03-01 20:27:07,16.017,15.266,69.574,0.250,0.250,1306764,1556380,168580,4898520,42293.127,1621.730,0,528.564,0,32.034,2931,4752,1.840,1.110,0.570,1,0,292.312,0,0,10,28,0,21,0 -03-01 20:27:08,30.011,26.009,41.765,0,0.500,1388452,1474656,168584,4898552,7376.685,1620.590,0,2520.918,0,32.012,3214,5434,1.850,1.120,0.580,5,0,716.261,0,0,10,28,0,21,0 -03-01 20:27:09,85.982,10.498,3.499,0,0,1581324,1281748,168592,4898576,5487.848,1619.660,0,587.877,0,37.992,3179,6329,1.850,1.120,0.580,4,0,39.992,0,0,10,32,0,20,0 -03-01 20:27:10,79.521,12.753,8.002,0.250,0.250,1432740,1429928,168612,4898944,4976.284,1458.376,0,712.184,0,83.021,4880,14477,1.850,1.120,0.580,5,0,116.030,0,0,10,28,0,22,0 -03-01 20:27:11,82.245,15.499,1.000,0,0,1580520,1281932,168616,4899156,7921.493,1619.896,0,203.987,0,12.999,2819,7258,1.850,1.120,0.580,6,0,204.987,0,0,10,28,0,21,0 -03-01 20:27:12,80.011,12.213,6.231,0,0,1488100,1374004,168620,4899488,7348.029,1657.045,0,7916.330,0,34.896,3256,11660,1.850,1.120,0.580,4,0,151.547,0,0,10,30,0,22,0 -03-01 20:27:13,46.391,7.774,45.138,0,0,1377620,1484288,168624,4899680,5313.200,1624.954,0,1075.279,0,34.104,3522,7790,1.870,1.140,0.580,2,0,152.465,0,0,10,28,0,23,0 -03-01 20:27:14,43.748,10.749,44.748,0,0,1374456,1487432,168624,4899700,4774.776,1619.924,0,267.987,0,29.999,4255,8810,1.870,1.140,0.580,6,0,240.989,0,0,10,29,0,24,0 -03-01 20:27:15,65.995,11.999,21.998,0,0.250,1487916,1373924,168624,4899748,4890.623,1619.875,0,203.984,0,10.999,2039,3169,1.870,1.140,0.580,4,0,142.989,0,0,10,28,0,24,0 -03-01 20:27:16,65.750,13.750,20.000,0.250,0.250,1419428,1442124,168628,4900032,5584.972,1511.992,0,323.998,0,36.000,4651,10179,1.870,1.140,0.580,5,0,265.999,0,0,10,28,0,26,0 -03-01 20:27:17,74.012,9.502,15.002,0,0.500,1550716,1310692,168628,4900208,5223.836,1566.251,0,57045.127,0,166.027,3654,8082,1.870,1.140,0.580,3,0,0,0,0,10,32,0,29,0 -03-01 20:27:18,65.501,13.750,20.250,0.250,0,1416528,1444812,168628,4900276,6834.150,1620.036,0,1292.028,0,40.001,4421,9310,2.200,1.220,0.610,4,0,330.007,0,0,10,28,0,31,0 -03-01 20:27:19,61.245,7.499,29.997,0.250,0,1431220,1430004,168640,4900380,5944.483,1619.859,0,1135.901,0,32.997,4432,10128,2.200,1.220,0.610,5,0,80.993,0,0,10,28,0,34,0 -03-01 20:27:20,66.004,13.001,20.751,0.250,0,1486092,1374948,168648,4900556,5280.285,1620.087,0,4040.218,0,110.006,2323,3430,2.200,1.220,0.610,4,0,225.012,0,0,10,30,0,34,0 -03-01 20:27:21,61.495,12.999,24.498,0,0.250,1390832,1469948,168660,4900772,6278.504,1619.872,0,1003.921,0,30.998,4845,11727,2.200,1.220,0.610,4,0,292.977,0,0,10,28,0,37,0 -03-01 20:27:22,61.750,6.750,30.000,0,0,1494460,1365872,168660,4901220,5092.980,1713.993,0,719.997,0,36.000,3841,7227,2.200,1.220,0.610,5,0,0,0,0,10,29,0,40,0 -03-01 20:27:23,64.864,10.977,24.199,0,0,1465860,1394196,168668,4901488,4730.090,1616.613,0,227.523,0,11.975,2187,3645,2.260,1.250,0.630,4,0,117.753,0,0,10,28,0,40,0 -03-01 20:27:24,60.130,16.285,23.801,0.251,0.251,1360404,1499444,168668,4901696,5193.197,1461.150,0,533.149,0,55.119,3791,9921,2.260,1.250,0.630,6,0,370.799,0,0,10,28,0,41,0 -03-01 20:27:25,83.823,14.012,1.501,0,0.250,1568696,1291104,168680,4901732,5240.538,1621.404,0,400.347,0,28.024,2332,4162,2.260,1.250,0.630,7,0,167.145,0,0,10,28,0,39,0 -03-01 20:27:26,78.680,18.483,3.247,0,0,1465052,1394480,168684,4901996,5894.724,1618.551,0,427.617,0,34.969,4775,9194,2.260,1.250,0.630,6,0,367.671,0,0,10,28,0,39,0 -03-01 20:27:27,81.247,14.999,3.000,0,0.250,1559948,1299396,168688,4902176,6145.766,1619.938,0,5863.777,0,391.985,5234,8523,2.260,1.250,0.630,6,0,190.993,0,0,10,30,0,37,0 -03-01 20:27:28,76.490,18.498,4.499,0,0,1409640,1449616,168692,4902404,7633.031,1619.794,0,315.960,0,16.998,5606,12042,2.640,1.340,0.660,5,0,440.944,0,0,10,28,0,39,0 -03-01 20:27:29,44.504,28.003,27.003,0.250,0,1310152,1548876,168700,4902624,8002.752,1620.152,0,2108.198,0,129.012,6335,13051,2.640,1.340,0.660,4,0,759.071,0,0,10,28,0,39,0 -03-01 20:27:30,11.247,27.742,60.983,0,0.250,1324772,1534232,168700,4902648,6604.177,1619.553,0,31.991,0,7.998,3313,5303,2.640,1.340,0.660,4,0,622.828,0,0,10,28,0,39,0 -03-01 20:27:31,73.252,21.750,4.500,0,0,1509592,1349364,168700,4902696,7680.169,1620.036,0,24.001,0,6.000,2894,5839,2.640,1.340,0.660,5,0,572.013,0,0,10,30,0,39,0 -03-01 20:27:32,76.507,12.501,10.001,0.250,0,1431192,1427544,168724,4902892,6587.606,1458.134,0,1048.096,0,91.008,5845,12556,2.640,1.340,0.660,4,0,205.019,0,0,10,28,0,43,0 -03-01 20:27:33,82.713,14.244,3.498,0,0.500,1537468,1321204,168728,4902952,7202.766,1619.273,0,215.903,0,8.996,4027,8710,2.750,1.390,0.680,5,0,70.968,0,0,10,30,0,43,0 -03-01 20:27:34,55.778,6.503,37.769,0,0.250,1547896,1310368,168728,4903352,5731.877,1620.814,0,304.153,0,31.016,6436,18496,2.750,1.390,0.680,5,0,0,0,0,10,30,0,49,0 -03-01 20:27:35,80.990,12.998,4.749,0.250,0,1468276,1389736,168740,4903580,6928.113,1619.793,0,371.952,0,38.995,5443,11228,2.750,1.390,0.680,5,0,125.984,0,0,10,28,0,49,0 -03-01 20:27:36,75.267,10.252,13.503,0,0,1548852,1308844,168744,4903892,5928.322,1620.361,0,4064.906,0,137.031,5616,14626,2.750,1.390,0.680,4,0,2.000,0,0,10,32,0,55,0 -03-01 20:27:37,73.246,11.249,15.249,0,0,1496080,1361272,168748,4904216,42294.928,1619.921,0,155.992,0,8.000,6066,15616,2.750,1.390,0.680,4,0,160.992,0,0,10,28,0,56,0 -03-01 20:27:38,79.501,13.250,6.500,0,0,1543740,1313452,168752,4904372,4960.069,1620.023,0,272.004,0,9.000,3848,7280,2.850,1.430,0.700,5,0,122.002,0,0,10,29,0,57,0 -03-01 20:27:39,75.998,12.750,11.500,0,0.250,1414444,1442512,168752,4904600,5283.863,1511.961,0,219.994,0,19.000,5750,12770,2.850,1.430,0.700,5,0,135.996,0,0,10,28,0,59,0 -03-01 20:27:40,81.936,11.991,5.246,0,0,1525632,1331276,168768,4904628,5272.877,1564.776,0,355.722,0,36.971,3437,6595,2.850,1.430,0.700,5,0,66.948,0,0,10,29,0,60,0 -03-01 20:27:41,76.817,12.261,9.508,0,0.250,1464292,1392412,168772,4904824,6343.544,1621.417,0,236.206,0,21.018,4128,11612,2.850,1.430,0.700,5,0,183.160,0,0,10,28,0,58,0 -03-01 20:27:42,77.751,12.500,8.500,0,0.250,1495096,1361396,168772,4905032,7339.059,1620.013,0,160.001,0,11.000,3992,8864,2.850,1.430,0.700,4,0,90.001,0,0,10,28,0,58,0 -03-01 20:27:43,79.497,14.499,5.750,0,0.250,1478172,1378124,168772,4905224,5424.772,1619.932,0,323.986,0,24.999,4289,8746,2.940,1.470,0.720,5,0,150.994,0,0,10,29,0,58,0 -03-01 20:27:44,73.754,13.001,12.001,0,0,1412212,1443992,168784,4905292,8912.481,1620.087,0,504.027,0,48.003,5141,9643,2.940,1.470,0.720,4,0,202.011,0,0,10,28,0,58,0 -03-01 20:27:45,63.995,8.999,26.498,0,0,1468448,1387220,168804,4905780,7067.470,1619.879,0,391.971,0,25.998,4029,7864,2.940,1.470,0.720,4,0,107.992,0,0,10,28,0,59,0 -03-01 20:27:46,63.734,10.954,25.892,0.249,0,1461308,1394300,168824,4905812,7322.494,1613.279,0,302.739,0,21.909,4511,8720,2.940,1.470,0.720,3,0,142.407,0,0,10,28,0,59,0 -03-01 20:27:47,62.855,10.017,27.045,0,0,1440992,1414200,168832,4906208,8135.595,1514.531,0,420.703,0,32.054,3575,8734,2.940,1.470,0.720,4,0,93.156,0,0,10,28,0,60,0 -03-01 20:27:48,41.840,8.769,48.855,0,0.251,1405680,1449456,168844,4906248,6103.085,1569.365,0,356.765,0,33.071,2487,4516,2.870,1.480,0.720,2,0,76.163,0,0,10,28,0,60,0 -03-01 20:27:49,44.254,6.501,48.254,0,0,1401988,1453100,168848,4906288,6556.525,1620.130,0,336.027,0,28.002,2478,5966,2.870,1.480,0.720,2,0,36.003,0,0,10,28,0,60,0 -03-01 20:27:50,44.497,5.750,49.246,0.250,0,1375560,1479508,168856,4906300,5522.597,1619.882,0,1999.854,0,26.998,2139,3285,2.870,1.480,0.720,4,0,16.999,0,0,10,29,0,60,0 -03-01 20:27:51,37.758,15.253,46.760,0.250,0.500,1382148,1472828,168856,4906392,5606.172,1512.316,0,4600.962,0,169.035,3250,5586,2.870,1.480,0.720,2,0,261.055,0,0,10,29,0,60,0 -03-01 20:27:52,41.514,10.003,47.516,0,0,1403908,1450904,168856,4906552,5036.647,1566.512,0,320.105,0,15.005,2378,4452,2.870,1.480,0.720,2,0,123.040,0,0,10,28,0,60,0 -03-01 20:27:53,45.228,6.497,48.476,0,0,1405880,1448756,168860,4906724,5213.451,1619.208,0,347.830,0,11.994,2360,6467,2.800,1.490,0.730,2,0,47.977,0,0,10,29,0,60,0 -03-01 20:27:54,32.186,11.976,55.140,0,0,1379916,1474620,168868,4906812,7505.042,1658.694,0,331.340,0,24.950,3235,5992,2.800,1.490,0.730,2,0,276.449,0,0,10,29,0,59,0 -03-01 20:27:55,15.793,12.785,70.193,0,0,1318892,1535420,168872,4907024,4929.522,1624.456,0,272.748,0,23.063,3051,5849,2.800,1.490,0.730,2,0,274.754,0,0,10,28,0,59,0 -03-01 20:27:56,22.246,17.997,57.239,0.250,0.250,1389996,1464128,168912,4907172,12375.710,1619.700,0,419.922,0,27.995,2831,4149,2.800,1.490,0.730,2,0,353.935,0,0,10,28,0,61,0 -03-01 20:27:57,40.886,6.731,47.867,2.992,0,1504384,1346540,169324,4909584,6957.637,1615.504,0,7271.763,0,530.524,3761,6786,2.800,1.490,0.730,3,1,30.914,0,0,10,32,0,61,0 -03-01 20:27:58,38.063,5.008,43.071,12.521,0.501,1442060,1403244,169884,4914312,5514.076,1460.404,0,30790.681,0,2859.707,12327,23708,2.730,1.500,0.740,2,1,102.168,0,0,10,32,0,59,0 -03-01 20:27:59,39.449,6.991,42.445,10.486,0.250,1511200,1332684,170340,4915208,6950.998,1617.905,0,30356.688,0,2619.608,11400,21862,2.730,1.500,0.740,2,0,19.974,0,0,10,30,0,59,0 -03-01 20:28:00,46.578,5.509,46.829,1.252,0,1459332,1384472,170404,4915220,6404.754,1622.725,0,10958.399,0,641.076,2979,4735,2.730,1.500,0.740,2,0,11.019,0,0,10,28,0,59,0 -03-01 20:28:01,41.251,9.750,40.751,9.000,0,1507724,1335320,170748,4915608,5383.081,1620.024,0,13960.209,0,2100.032,12225,28075,2.730,1.500,0.740,2,0,37.001,0,0,10,30,0,60,0 -03-01 20:28:02,34.199,6.990,55.417,3.495,0,1403240,1439500,170920,4915732,5089.417,1617.590,0,6773.907,0,915.636,4922,10783,2.730,1.500,0.740,1,0,100.850,0,0,10,28,0,54,0 -03-01 20:28:03,22.985,2.998,73.452,0.250,0,1348548,1494180,170920,4915744,5565.344,1618.936,0,1163.236,0,62.959,1142,1537,2.590,1.490,0.740,3,0,2.998,0,0,10,28,0,54,0 -03-01 20:28:04,23.010,4.002,71.783,1.000,0,1425636,1417072,170940,4915744,4563.081,1620.739,0,6891.142,0,339.155,1723,2639,2.590,1.490,0.740,1,0,4.002,0,0,10,28,0,53,0 -03-01 20:28:05,23.756,3.001,73.019,0,0,1364580,1478108,170940,4915764,5561.413,1458.370,0,172.044,0,25.006,1132,1412,2.590,1.490,0.740,1,0,3.001,0,0,10,32,0,53,0 -03-01 20:28:06,22.998,2.500,73.743,0,0,1433852,1408836,170940,4915764,5231.498,1619.844,0,4.000,0,1.000,913,1089,2.590,1.490,0.740,1,0,2.000,0,0,10,32,0,53,0 -03-01 20:28:07,23.493,1.999,73.729,0,0,1389492,1453184,170940,4915776,42258.829,1619.534,0,0,0,0,1008,1107,2.590,1.490,0.740,3,0,2.999,0,0,10,32,0,53,0 -03-01 20:28:08,23.739,2.249,73.965,0,0.500,1333492,1509120,170944,4915824,4909.688,1619.237,0,3.998,0,1.000,893,1032,2.470,1.480,0.740,1,0,2.999,0,0,10,32,0,53,0 -03-01 20:28:09,22.741,2.999,73.969,0,0,1411604,1431004,170944,4915824,7281.971,1619.326,0,0,0,0,955,1169,2.470,1.480,0.740,1,0,1.999,0,0,10,32,0,53,0 -03-01 20:28:10,23.317,2.257,74.214,0.251,0,1351464,1491052,170952,4915908,4798.830,1624.682,0,172.497,0,2.006,961,1156,2.470,1.480,0.740,1,0,4.012,0,0,10,32,0,51,0 -03-01 20:28:11,22.452,3.243,72.596,0.499,0.249,1363584,1478828,170968,4915956,7001.185,1616.579,0,1864.056,0,202.571,1386,1828,2.470,1.480,0.740,1,0,6.985,0,0,10,32,0,51,0 -03-01 20:28:12,22.253,3.250,74.011,0,0,1432380,1410032,170968,4915956,7490.109,1500.222,0,56.008,0,6.001,942,1152,2.470,1.480,0.740,1,0,2.000,0,0,10,32,0,50,0 -03-01 20:28:13,22.247,3.000,73.741,0,0,1385480,1456896,170972,4915988,7895.029,1619.801,0,0,0,0,923,1134,2.350,1.470,0.740,2,0,3.000,0,0,10,32,0,50,0 -03-01 20:28:14,24.245,2.500,73.736,0,0.250,1388384,1453972,170972,4916008,4770.084,1619.689,0,0,0,0,823,1120,2.350,1.470,0.740,3,0,2.999,0,0,10,32,0,49,0 -03-01 20:28:15,23.529,2.002,74.341,0,0,1436000,1406344,170972,4916020,4419.436,1621.995,0,0,0,0,755,1097,2.350,1.470,0.740,2,0,2.002,0,0,10,32,0,49,0 -03-01 20:28:16,8.252,20.506,70.270,0,0.250,1339896,1502288,170984,4916160,6023.747,1620.470,0,528.153,0,6.002,2840,4267,2.350,1.470,0.740,2,0,412.120,0,0,10,32,0,46,0 -03-01 20:28:17,10.250,19.749,69.748,0,0.250,1341440,1500684,170992,4916200,8369.749,1619.951,0,771.977,0,11.000,3028,4754,2.350,1.470,0.740,3,1,442.987,0,0,10,32,0,46,0 -03-01 20:28:18,9.508,19.517,69.560,0,0,1342080,1499992,170992,4916236,5640.885,1459.264,0,96.083,0,3.003,3097,4947,2.240,1.470,0.740,1,0,481.417,0,0,10,32,0,41,0 -03-01 20:28:19,20.996,4.749,74.237,0,0,1414208,1427860,170992,4916232,6639.825,1619.713,0,127.977,0,1.000,1042,1525,2.240,1.470,0.740,1,0,40.993,0,0,10,32,0,41,0 -03-01 20:28:20,22.218,2.746,73.645,0,0.250,1351924,1490128,170992,4916248,6875.169,1617.687,0,167.760,0,1.997,964,1141,2.240,1.470,0.740,1,0,3.994,0,0,10,32,0,38,0 -03-01 20:28:21,23.738,2.499,73.212,0,0,1429804,1412264,170996,4916228,6300.698,1619.152,0,423.778,0,26.986,1204,1662,2.240,1.470,0.740,1,0,3.998,0,0,10,32,0,38,0 -03-01 20:28:22,23.252,2.250,73.758,0,0,1377104,1464956,170996,4916232,7991.815,1714.175,0,576.059,0,101.010,1074,1139,2.240,1.470,0.740,1,0,3.000,0,0,10,32,0,34,0 -03-01 20:28:23,23.258,2.751,73.526,0,0.250,1440356,1401704,170996,4916232,5091.782,1620.567,0,16.006,0,1.000,823,1123,2.140,1.460,0.750,1,0,2.001,0,0,10,32,0,34,0 -03-01 20:28:24,23.739,1.999,73.966,0,0.250,1397764,1444288,170996,4916236,5172.626,1619.257,0,7.996,0,1.999,919,1107,2.140,1.460,0.750,1,0,2.999,0,0,10,32,0,31,0 -03-01 20:28:25,22.745,2.499,73.984,0,0.250,1342320,1499720,170996,4916248,6540.555,1457.678,0,11.997,0,1.000,923,1102,2.140,1.460,0.750,1,0,2.999,0,0,10,32,0,31,0 -03-01 20:28:26,23.014,3.002,73.544,0,0,1419448,1422612,170996,4916228,5717.385,1620.960,0,0,0,0,874,1180,2.140,1.460,0.750,1,0,4.002,0,0,10,32,0,31,0 -03-01 20:28:27,23.251,2.250,73.504,0,0,1361736,1480316,170996,4916236,7958.470,1620.096,0,68.004,0,3.000,948,1161,2.140,1.460,0.750,1,0,3.000,0,0,10,32,0,31,0 -03-01 20:28:28,22.505,3.001,74.017,0,0,1433048,1409000,170996,4916236,5773.293,1620.363,0,0,0,0,903,1131,2.050,1.450,0.750,1,0,2.000,0,0,10,32,0,29,0 -03-01 20:28:29,22.990,3.498,73.217,0,0,1390924,1451136,170996,4916224,6713.019,1619.281,0,2582.853,0,97.957,1035,1128,2.050,1.450,0.750,1,0,2.999,0,0,10,32,0,29,0 -03-01 20:28:30,23.767,1.251,73.802,0,0,1438804,1403256,170996,4916224,5087.592,1621.145,0,28.020,0,2.001,848,1123,2.050,1.450,0.750,1,0,3.002,0,0,10,32,0,29,0 -03-01 20:28:31,21.731,3.747,73.685,0,0.250,1400024,1442092,170996,4916168,5800.855,1618.564,0,487.568,0,32.971,1250,1728,2.050,1.450,0.750,1,0,2.997,0,0,10,32,0,29,0 -03-01 20:28:32,23.768,2.252,73.556,0,0.250,1344164,1497796,170996,4916320,5234.009,1459.118,0,120.092,0,5.004,945,1125,2.050,1.450,0.750,2,0,3.002,0,0,10,32,0,25,0 -03-01 20:28:33,22.493,3.499,73.727,0,0,1354096,1487864,170996,4916320,6241.047,1619.493,0,11.996,0,1.000,960,1165,1.960,1.440,0.750,1,0,2.999,0,0,10,32,0,25,0 -03-01 20:28:34,22.748,2.750,73.994,0,0,1432228,1409748,170996,4916304,5424.539,1619.862,0,0,0,0,932,1184,1.960,1.440,0.750,1,0,4.000,0,0,10,32,0,25,0 -03-01 20:28:35,24.002,1.750,73.505,0,0.250,1376544,1465432,170996,4916304,5117.322,1620.102,0,20.001,0,1.000,901,1158,1.960,1.440,0.750,1,0,3.000,0,0,10,32,0,16,0 -03-01 20:28:36,22.811,2.757,74.200,0,0,1391536,1450428,170996,4916316,5324.317,1624.368,0,28.075,0,3.008,931,1111,1.960,1.440,0.750,1,0,3.008,0,0,10,32,0,16,0 -03-01 20:28:37,24.928,1.496,73.539,0.249,0,1440676,1401288,170996,4916316,42273.675,1615.364,0,75.783,0,2.991,981,1081,1.960,1.440,0.750,1,0,1.994,0,0,10,32,0,9,0 -03-01 20:28:38,10.500,18.250,69.250,0,0.250,1344972,1496948,171000,4916356,4542.973,1457.991,0,95.999,0,8.000,2676,4085,1.970,1.450,0.750,1,0,391.998,0,0,10,32,0,9,0 -03-01 20:28:39,22.501,2.750,74.252,0,0,1420632,1421096,171000,4916548,7070.219,1620.050,0,20.001,0,1.000,1000,1242,1.970,1.450,0.750,1,0,2.000,0,0,10,32,0,8,0 -03-01 20:28:40,21.753,4.001,73.762,0,0,1392972,1448684,171004,4916612,4665.733,1620.254,0,0,0,0,1019,1277,1.970,1.450,0.750,1,0,12.002,0,0,10,32,0,8,0 -03-01 20:28:41,19.535,8.766,70.877,0.250,0.501,1336272,1505368,171008,4916620,6976.488,1622.905,0,460.825,0,30.054,1910,3027,1.970,1.450,0.750,1,0,191.343,0,0,10,32,0,5,0 -03-01 20:28:42,9.001,20.251,69.504,0,0,1335144,1506392,171012,4916716,10667.619,1620.094,0,244.014,0,12.001,2984,4486,1.970,1.450,0.750,1,0,421.024,0,0,10,32,0,5,0 -03-01 20:28:43,9.482,19.213,69.366,0,0.250,1339084,1502408,171012,4916744,5045.222,1616.867,0,203.605,0,3.992,3126,4807,1.890,1.440,0.760,1,0,478.073,0,0,10,32,0,5,0 -03-01 20:28:44,9.765,20.282,68.858,0,0,1339208,1502248,171012,4916776,5610.826,1622.552,0,1001.575,0,16.025,2975,4408,1.890,1.440,0.760,1,0,448.706,0,0,10,32,0,5,0 -03-01 20:28:45,9.497,20.992,68.975,0,0.250,1339548,1501888,171012,4916796,5467.999,1457.467,0,1055.614,0,11.996,3021,4658,1.890,1.440,0.760,1,0,463.830,0,0,10,32,0,5,0 -03-01 20:28:46,10.508,20.265,68.802,0,0,1342832,1498576,171012,4916820,6017.543,1621.224,0,1144.864,0,13.010,3059,4802,1.890,1.440,0.760,1,0,488.369,0,0,10,32,0,5,0 -03-01 20:28:47,8.984,18.468,70.377,0,0.749,1342128,1499216,171012,4916880,6676.310,1617.168,0,259.546,0,7.986,2871,4512,1.890,1.440,0.760,2,0,419.266,0,0,10,32,0,4,0 -03-01 20:28:48,9.512,20.525,69.835,0,0,1341592,1499720,171012,4916912,6193.500,1621.964,0,308.373,0,10.012,3192,5008,1.820,1.440,0.760,3,0,509.617,0,0,10,32,0,4,0 -03-01 20:28:49,43.932,24.712,31.451,0.250,0.250,1467380,1373720,171064,4917036,5850.937,1617.495,0,1150.218,0,77.879,4171,7408,1.820,1.440,0.760,3,0,712.896,0,0,10,32,0,9,0 -03-01 20:28:50,65.900,7.267,24.055,3.257,0,1623948,1212244,171404,4921228,6586.029,1623.705,400.915,9253.116,4.009,713.629,4082,7959,1.820,1.440,0.760,2,1,33.075,0,0,10,36,0,9,0 -03-01 20:28:51,35.490,12.246,35.490,16.995,0,1591316,1234188,172160,4930344,7460.836,1457.577,0,69055.974,0,5124.514,20441,37489,1.820,1.440,0.760,2,1,144.958,0,0,10,36,0,10,0 -03-01 20:28:52,37.504,8.751,34.254,19.002,0,1636248,1178268,172848,4940216,6428.739,1620.186,0,59802.877,0,4702.541,19996,34241,1.820,1.440,0.760,2,2,95.011,0,0,10,37,0,10,0 -03-01 20:28:53,41.756,10.752,33.755,15.252,0.250,1615684,1190564,173168,4947904,4961.705,1662.236,0,54887.794,0,4424.628,19887,34391,1.990,1.480,0.780,4,0,111.016,0,0,10,36,0,11,0 -03-01 20:28:54,49.500,12.750,26.000,12.750,0,1551364,1248052,173380,4954316,6475.994,1619.998,0,55111.945,0,4168.996,18955,32398,1.990,1.480,0.780,5,0,226.000,0,0,10,35,0,13,0 -03-01 20:28:55,39.244,17.247,30.745,10.498,0,1506548,1285204,174740,4960260,4648.261,1619.742,875.861,49656.105,9.998,3558.434,21376,37686,1.990,1.480,0.780,2,1,182.971,0,0,10,34,0,15,0 -03-01 20:28:56,39.996,12.999,31.497,14.249,0.250,1553516,1235228,173908,4963908,9692.031,1619.838,1107.889,57463.254,20.998,4145.585,15367,31231,1.990,1.480,0.780,5,1,165.983,0,0,10,35,0,15,0 -03-01 20:28:57,35.524,9.506,44.530,11.007,0.250,1498128,1284824,174168,4969252,7231.896,1621.097,0,39070.451,0,3227.185,17100,33434,1.990,1.480,0.780,2,0,84.057,0,0,10,34,0,17,0 -03-01 20:28:58,36.153,7.231,41.887,15.708,0,1553656,1229664,174452,4968572,5473.299,1454.094,0,38620.266,0,3706.046,15813,26742,2.150,1.520,0.790,2,1,18.949,0,0,10,35,0,17,0 -03-01 20:28:59,35.024,7.005,42.530,14.760,0.250,1553732,1227648,174596,4970344,6312.400,1621.130,0,38106.560,0,3341.329,17430,31760,2.150,1.520,0.790,3,0,36.025,0,0,10,35,0,19,0 -03-01 20:29:00,37.269,7.504,39.520,14.507,0,1537964,1242664,174672,4970992,5339.654,1620.806,0,44470.102,0,3670.824,15751,29990,2.150,1.520,0.790,2,0,45.022,0,0,10,34,0,19,0 -03-01 20:29:01,40.783,8.257,40.783,8.757,0.250,1578052,1200328,174740,4975184,5689.592,1621.308,0,22065.807,0,2445.974,14675,28197,2.150,1.520,0.790,3,0,71.057,0,0,10,37,0,22,0 -03-01 20:29:02,35.967,7.743,40.213,14.237,0,1528888,1246520,174872,4975868,5731.778,1618.526,0,42161.591,0,3631.692,18069,31565,2.150,1.520,0.790,3,1,88.919,0,0,10,36,0,23,0 -03-01 20:29:03,33.974,7.994,44.216,13.490,0,1505704,1266596,174992,4978752,5233.944,1618.745,0,44345.632,0,3664.160,17572,30126,2.220,1.550,0.810,5,0,72.943,0,0,10,36,0,22,0 -03-01 20:29:04,37.605,8.524,44.876,10.028,0.251,1551752,1217204,175152,4981844,5155.430,1624.547,0,43224.987,0,3808.660,17887,29594,2.220,1.550,0.810,3,0,62.174,0,0,10,37,0,23,0 -03-01 20:29:05,35.467,6.494,41.211,14.736,0,1550292,1216056,175272,4984268,4732.532,1456.625,0,43007.401,0,3809.404,17687,30380,2.220,1.550,0.810,1,2,115.891,0,0,10,36,0,23,0 -03-01 20:29:06,33.711,8.990,42.202,12.735,0,1516640,1251788,175356,4982064,5655.519,1618.146,0,37676.822,0,3412.090,16870,30647,2.220,1.550,0.810,1,1,51.940,0,0,10,36,0,24,0 -03-01 20:29:07,39.276,6.254,40.777,13.259,0,1561004,1209200,175388,4980244,42943.042,1621.059,0,39898.053,0,3341.182,14127,28001,2.220,1.550,0.810,2,0,20.013,0,0,10,35,0,25,0 -03-01 20:29:08,18.256,19.506,58.269,3.001,0.250,1381624,1388476,175400,4980336,5345.705,1620.517,0,17949.726,0,1046.334,6547,9775,2.200,1.550,0.810,2,0,470.150,0,0,10,32,0,26,0 -03-01 20:29:09,23.999,21.749,53.498,0.500,0.500,1435372,1334564,175424,4980476,5327.803,1619.940,0,2831.895,0,238.991,4149,6206,2.200,1.550,0.810,3,0,538.980,0,0,10,32,0,32,0 -03-01 20:29:10,67.511,8.501,24.004,0,0,1619664,1149148,175460,4981448,4688.783,1620.271,0,5940.992,0,286.048,2304,2593,2.200,1.550,0.810,3,0,10.002,0,0,10,32,0,32,0 -03-01 20:29:11,66.777,8.503,24.760,0.250,0,1777344,987920,175648,4984456,5956.418,1620.658,0,5482.226,0,259.105,2178,2537,2.200,1.550,0.810,2,1,0,0,0,10,38,0,32,0 -03-01 20:29:12,33.990,8.498,42.488,18.495,0,1777480,976368,175796,4995260,5021.574,1499.574,0,60590.792,0,4733.656,22483,37067,2.200,1.550,0.810,6,0,185.947,0,0,10,38,0,32,0 -03-01 20:29:13,25.754,7.251,47.758,20.003,0.250,1779988,964020,175944,5004640,8081.406,1620.282,0,75569.149,0,5727.997,23779,41811,2.350,1.600,0.830,6,0,190.033,0,0,10,38,0,32,0 -03-01 20:29:14,33.257,8.502,37.758,18.754,0,1656080,1078368,176032,5013840,4766.072,1620.365,0,72304.268,0,5595.259,24861,40466,2.350,1.600,0.830,1,2,200.045,0,0,10,36,0,32,0 -03-01 20:29:15,39.483,7.747,34.235,17.992,0,1719196,1005316,176140,5023372,5171.730,1619.289,0,72899.997,0,5485.592,23323,39088,2.350,1.600,0.830,2,2,140.938,0,0,10,36,0,32,0 -03-01 20:29:16,45.745,7.749,29.247,18.498,0,1778128,938352,176224,5031064,4965.459,1619.823,0,67328.661,0,4844.472,22138,35024,2.350,1.600,0.830,3,2,59.993,0,0,10,38,0,32,0 -03-01 20:29:17,25.998,10.999,43.996,20.248,0.250,1660088,1044932,176304,5041912,5646.469,1619.848,0,80304.451,0,5805.454,22308,40611,2.350,1.600,0.830,1,1,89.992,0,0,10,36,0,32,0 -03-01 20:29:18,35.896,5.235,45.618,12.713,0.249,1659632,1040928,176312,5046252,6652.767,1615.330,0,57027.135,0,4596.711,17463,32992,2.480,1.640,0.850,2,0,38.888,0,0,10,36,0,32,0 -03-01 20:29:19,20.012,13.758,65.290,0.250,0,1410200,1290308,176312,5046272,5372.261,1512.918,0,940.571,0,49.030,2171,2953,2.480,1.640,0.850,1,0,249.151,0,0,10,32,0,32,0 -03-01 20:29:20,23.750,3.250,71.501,1.000,0.250,1478968,1221540,176312,5046272,6680.100,1566.023,0,6100.092,0,304.005,1678,2466,2.480,1.640,0.850,1,0,4.000,0,0,10,32,0,32,0 -03-01 20:29:21,25.242,1.500,73.226,0,0,1516764,1183740,176312,5046276,5741.117,1619.469,0,155.949,0,15.995,1116,1584,2.480,1.640,0.850,1,0,0,0,0,10,38,0,32,0 -03-01 20:29:22,22.008,3.751,73.526,0,0.250,1444756,1255744,176312,5046280,5542.923,1714.595,0,84.029,0,7.002,1044,1351,2.480,1.640,0.850,1,0,30.010,0,0,10,32,0,32,0 -03-01 20:29:23,23.504,2.250,73.762,0,0,1513268,1187228,176312,5046284,7828.221,1620.253,0,108.017,0,17.003,898,1351,2.360,1.620,0.850,1,0,0,0,0,10,34,0,32,0 -03-01 20:29:24,17.532,20.537,60.609,0,0.250,1396836,1303616,176316,5046316,8855.976,1622.928,0,621.121,0,44.080,3701,5907,2.360,1.620,0.850,2,0,686.238,0,0,10,32,0,32,0 -03-01 20:29:25,12.253,25.756,61.014,0.500,0,1401444,1298944,176316,5046372,6245.399,1620.363,0,2792.626,0,36.008,4069,6445,2.360,1.620,0.850,1,0,793.178,0,0,10,32,0,32,0 -03-01 20:29:26,9.989,18.729,69.922,0,0,1399892,1300432,176316,5046436,6271.002,1618.194,0,119.866,0,9.989,2781,4054,2.360,1.620,0.850,1,0,393.561,0,0,10,32,0,32,0 -03-01 20:29:27,10.260,18.769,70.070,0,0.250,1400404,1299860,176316,5046472,5609.604,1459.458,0,24.024,0,6.006,2782,4247,2.360,1.620,0.850,1,0,368.368,0,0,10,32,0,32,0 -03-01 20:29:28,14.751,17.251,67.253,0,0,1400516,1299476,176316,5046624,5716.234,1620.066,0,44.002,0,8.000,3758,5961,2.250,1.610,0.850,2,0,285.012,0,0,10,32,0,32,0 -03-01 20:29:29,38.516,11.005,49.771,0,0.500,1479344,1220564,176328,5047152,5646.343,1620.673,0,36.015,0,2.001,3160,4569,2.250,1.610,0.850,2,0,164.068,0,0,10,33,0,32,0 -03-01 20:29:30,46.247,4.000,49.247,0,0.250,1591752,1107920,176328,5047388,4871.659,1619.887,0,19.999,0,2.000,1072,1196,2.250,1.610,0.850,2,0,1.000,0,0,10,33,0,32,0 -03-01 20:29:31,46.493,7.249,45.243,0,0,1652604,1041964,176396,5052128,7054.878,1619.742,0,1019.838,0,64.990,4739,11677,2.250,1.610,0.850,2,0,6.999,0,0,10,49,0,32,0 -03-01 20:29:32,17.216,16.717,65.122,0,0,1671600,1022672,176400,5052288,7185.916,1616.831,0,231.546,0,14.971,2425,3529,2.250,1.610,0.850,1,0,253.503,0,0,10,48,0,32,0 -03-01 20:29:33,11.251,1.250,86.504,0.250,0,1685792,1008456,176400,5052296,16177.728,2488.112,0,744.033,0,15.001,879,1233,2.070,1.590,0.840,0,0,3.000,0,0,10,49,0,32,0 -03-01 20:29:34,0.500,0,97.978,0,0,1685932,1008204,176400,5052408,110379.165,4409.008,0,495.888,0,26.994,875,1289,2.070,1.590,0.840,0,0,0,0,0,10,49,0,32,0 -03-01 20:29:35,0.750,0.500,97.492,0.250,0.250,1686356,1007756,176400,5052424,51565.617,2423.794,0,5719.514,0,350.970,999,1011,2.070,1.590,0.840,0,0,0,0,0,10,49,0,32,0 -03-01 20:29:36,14.503,8.001,76.764,1.500,0.250,1702312,990416,176488,5053456,24118.462,2214.410,4.001,4636.858,1.000,310.057,2670,3435,2.070,1.590,0.840,1,0,61.011,0,0,10,48,0,33,0 -03-01 20:29:37,16.511,9.006,72.298,1.001,0,1725472,913872,176508,5104676,42947.517,1621.076,0,4571.035,0,132.088,2187,2700,2.070,1.590,0.840,2,0,38.025,0,0,10,48,0,33,0 -03-01 20:29:38,20.027,5.508,74.102,0,0.250,1742784,896512,176508,5104680,4781.551,1706.338,0,0,0,0,1240,1447,1.990,1.580,0.840,1,0,39.054,0,0,10,48,0,33,0 -03-01 20:29:39,19.999,5.250,73.748,0,0,1748888,890312,176508,5104680,5282.826,1619.947,0,0,0,0,1121,1312,1.990,1.580,0.840,1,0,20.999,0,0,10,48,0,33,0 -03-01 20:29:40,20.475,5.493,73.908,0,0,1677496,1013752,176508,5053940,4890.925,1617.990,0,3.995,0,0.999,1325,1590,1.990,1.580,0.840,1,0,42.947,0,0,10,48,0,33,0 -03-01 20:29:41,13.763,13.013,71.820,0.250,0.250,1678160,1012944,176660,5053928,6116.982,1513.480,160.157,656.642,10.010,6.006,2146,3064,1.990,1.580,0.840,2,0,219.214,0,0,10,48,0,33,0 -03-01 20:29:42,13.467,11.721,73.568,0,0,1681228,1009764,176660,5053940,5530.335,1616.007,0,323.201,0,2.993,2575,8594,1.990,1.580,0.840,0,0,139.655,0,0,10,48,0,33,0 -03-01 20:29:43,0.250,0.501,97.642,0,0,1681228,1009764,176660,5053940,5171.499,1568.274,0,112.163,0,12.017,732,1204,1.830,1.550,0.840,0,0,3.004,0,0,10,48,0,33,0 -03-01 20:29:44,0.500,0.750,97.948,0,0.250,1681224,1009764,176660,5053944,6849.390,1619.147,0,283.850,0,18.990,759,1234,1.830,1.550,0.840,0,0,1.999,0,0,10,48,0,33,0 -03-01 20:29:45,0.250,0.501,98.608,0.250,0.250,1681224,1009764,176660,5053944,5412.905,1621.769,0,36.039,0,4.004,663,998,1.830,1.550,0.840,0,0,2.002,0,0,10,48,0,33,0 -03-01 20:29:46,1.749,1.249,95.457,0,0.250,1615764,1075228,176660,5053936,6462.066,1619.265,0,695.684,0,4.998,923,1384,1.830,1.550,0.840,0,0,25.988,0,0,10,48,0,33,0 -03-01 20:29:47,17.768,15.515,65.565,0,0,1617016,1073844,176660,5053976,6296.284,1621.618,0,4.004,0,1.001,5399,8542,1.830,1.550,0.840,0,0,278.278,0,0,10,48,0,33,0 -03-01 20:29:48,10.498,16.247,70.988,0,0,1676696,1013940,176660,5054500,6670.839,1749.696,0,31.994,0,3.999,3588,6659,1.760,1.540,0.840,2,0,348.939,0,0,11,48,0,33,0 -03-01 20:29:49,15.746,13.497,70.482,0.250,0,1677928,1012632,176660,5054132,8202.933,1619.592,0,335.915,0,10.997,4189,6868,1.760,1.540,0.840,0,0,210.947,0,0,11,48,0,33,0 -03-01 20:29:50,4.001,8.252,86.269,0,0.500,1678448,1012096,176660,5054168,8695.878,1566.338,0,0,0,0,1459,2223,1.760,1.540,0.840,1,0,124.027,0,0,13,48,0,27,0 -03-01 20:29:51,16.500,14.250,68.250,0,0,1682732,1007820,176660,5054188,6090.030,1620.008,0,4.000,0,1.000,5383,9164,1.760,1.540,0.840,1,0,238.001,0,0,13,50,0,28,0 -03-01 20:29:52,9.503,18.756,70.274,0,0.250,1682656,1007856,176660,5054232,5584.882,1620.546,0,96.032,0,15.005,2705,4091,1.760,1.540,0.840,1,0,341.115,0,0,13,50,0,27,0 -03-01 20:29:53,16.491,16.491,64.717,0,0.250,1685260,1005096,176660,5054396,5660.079,1661.143,0,247.872,0,14.992,4491,6818,1.700,1.530,0.840,1,0,217.888,0,0,13,50,0,27,0 -03-01 20:29:54,35.641,19.441,44.365,0,0.249,1756744,933556,176676,5054808,9082.326,1615.079,0,634.068,0,33.897,5458,10783,1.700,1.530,0.840,2,0,412.742,0,0,13,50,0,25,0 -03-01 20:29:55,28.317,5.262,65.405,0,0.251,1816040,872684,176764,5055840,10456.762,1515.589,32.076,260.617,2.005,6.014,2462,4349,1.700,1.530,0.840,1,0,32.076,0,0,13,58,0,29,0 -03-01 20:29:56,22.022,4.004,73.573,0,0,1874764,813940,176764,5055860,5577.566,1621.618,0,28.028,0,1.001,1144,1440,1.700,1.530,0.840,1,0,10.010,0,0,13,58,0,26,0 -03-01 20:29:57,12.477,2.246,84.095,0,0,1903404,784720,176768,5056420,9740.098,1617.028,0,0,0,0,1659,3023,1.700,1.530,0.840,0,0,2.994,0,0,13,58,0,26,0 -03-01 20:29:58,0.500,0.750,98.213,0,0,1903404,784720,176768,5056420,5596.868,1655.369,0,0,0,0,612,971,1.560,1.510,0.840,0,0,1.999,0,0,13,58,0,26,0 -03-01 20:29:59,11.233,9.985,78.382,0,0,1853060,834896,176768,5056564,5232.141,1617.570,0,1270.092,0,4.993,3155,5169,1.560,1.510,0.840,3,0,166.750,0,0,13,56,0,22,0 -03-01 20:30:00,14.514,17.017,67.567,0,0.250,1906172,781620,176768,5056920,4715.683,1621.610,0,488.485,0,13.013,4814,8905,1.560,1.510,0.840,15,0,303.301,0,0,13,56,0,22,0 -03-01 20:30:01,21.543,15.531,61.873,0,0,1909064,778660,176768,5056924,5412.799,1515.022,0,36.072,0,7.014,6280,13168,1.560,1.510,0.840,2,0,196.392,0,0,12,56,0,20,0 -03-01 20:30:02,22.272,18.018,58.308,0,0.250,1910616,777144,176768,5056692,6371.391,1621.626,0,4.004,0,1.001,5847,14112,1.560,1.510,0.840,1,0,342.343,0,0,13,50,0,21,0 -03-01 20:30:03,20.755,11.753,67.266,0,0.250,1686824,1000948,176768,5056616,4871.154,1620.384,0,0,0,0,1913,3099,1.680,1.530,0.850,3,0,184.044,0,0,13,50,0,21,0 -03-01 20:30:04,32.209,20.974,46.192,0,0,1765640,922084,176768,5056664,6063.354,1617.960,0,315.602,0,8.989,3479,6044,1.680,1.530,0.850,4,0,580.268,0,0,13,50,0,21,0 -03-01 20:30:05,41.551,19.524,38.047,0,0,1869648,817480,176772,5057220,5217.386,1621.985,0,1265.549,0,12.015,5425,9321,1.680,1.530,0.850,4,0,305.374,0,0,13,58,0,24,0 -03-01 20:30:06,44.476,8.495,45.225,0.750,0.250,1971084,716016,176780,5057236,6927.218,1565.145,0,5493.001,0,413.774,2289,2163,1.680,1.530,0.850,2,0,89.951,0,0,13,58,0,24,0 -03-01 20:30:07,27.450,3.993,68.625,0,0,2014312,670356,176908,5059256,42742.209,1658.981,0,15.971,0,3.993,2958,4898,1.680,1.530,0.850,1,0,3.993,0,0,13,58,0,23,0 -03-01 20:30:08,22.053,5.513,66.910,5.513,0,2063296,618292,177112,5061956,4778.440,1515.628,140.336,9338.356,35.084,886.121,5257,9250,1.700,1.540,0.850,3,0,5.012,0,0,13,60,0,23,0 -03-01 20:30:09,25.729,7.244,56.454,11.491,0.250,2062984,600684,177148,5079408,5733.362,1708.618,0,31370.621,0,2323.121,13718,25292,1.700,1.540,0.850,1,0,3.997,0,0,13,60,0,21,0 -03-01 20:30:10,34.471,14.238,50.707,0.250,0,2227888,432400,177224,5082364,5209.629,1660.607,0,3720.878,0,196.835,5257,13471,1.700,1.540,0.850,1,0,145.878,0,0,14,85,0,32,0 -03-01 20:30:11,10.012,20.275,68.585,1.001,0,2231772,428432,177224,5082400,6849.487,1622.010,0,55777.108,0,262.325,3162,4676,1.700,1.540,0.850,2,0,372.461,0,0,14,85,0,26,0 -03-01 20:30:12,13.470,19.706,65.605,0.748,0.249,2234332,425572,177228,5082580,8451.280,1616.420,0,4146.815,0,221.509,4317,6557,1.700,1.540,0.850,1,0,319.293,0,0,14,85,0,26,0 -03-01 20:30:13,38.127,12.040,50.167,0,0.251,2328112,331812,177232,5083040,5337.780,1625.414,0,112.374,0,4.013,3453,7585,1.730,1.550,0.860,2,0,156.521,0,0,14,86,0,26,0 -03-01 20:30:14,30.432,10.477,56.873,0.499,0.249,2394468,264528,177252,5083828,7396.432,1562.500,0,4889.049,0,257.423,2971,4885,1.730,1.550,0.860,1,0,152.658,0,0,14,89,0,26,0 -03-01 20:30:15,9.250,18.001,71.752,0,0.250,2400384,258580,177252,5083860,4112.119,1512.044,0,8.000,0,2.000,2609,3829,1.730,1.550,0.860,1,0,327.009,0,0,14,89,0,26,0 -03-01 20:30:16,9.003,18.005,71.520,0.250,0,2401432,257500,177252,5083892,6516.851,1620.460,0,124.035,0,13.004,2640,3860,1.730,1.550,0.860,1,0,308.087,0,0,14,89,0,26,0 -03-01 20:30:17,13.479,13.229,71.888,0,0.250,2432256,226656,177252,5083912,6092.538,1617.488,0,39.938,0,3.994,2091,2909,1.730,1.550,0.860,1,0,209.674,0,0,14,89,0,26,0 -03-01 20:30:18,23.247,2.750,72.491,0.250,0.250,2470488,188408,177252,5083928,6428.229,1619.806,0,327.961,0,26.997,1954,3027,1.670,1.540,0.860,1,0,0,0,0,14,91,0,27,0 -03-01 20:30:19,21.009,5.502,71.529,0,0,2467776,191104,177252,5083940,6259.541,1710.695,0,84.034,0,7.003,1917,2863,1.670,1.540,0.860,1,0,66.027,0,0,14,93,0,27,0 -03-01 20:30:20,29.066,5.011,62.643,2.005,0,2513332,145000,177268,5084464,7424.907,1623.697,0,4999.384,0,365.833,4659,8130,1.670,1.540,0.860,1,0,7.016,0,0,14,108,0,27,0 -03-01 20:30:21,19.461,7.984,70.608,0.499,0.499,2493712,164524,177268,5084552,6328.312,1616.758,0,866.263,0,83.832,2446,3923,1.670,1.540,0.860,1,0,112.774,0,0,14,106,0,29,0 -03-01 20:30:22,24.739,1.999,71.719,0.250,0,2527704,130504,177272,5084572,6056.365,1551.325,0,1147.501,0,76.967,2260,3609,1.670,1.540,0.860,1,0,0,0,0,14,108,0,29,0 -03-01 20:30:23,36.995,9.999,49.994,1.750,0,2552740,141868,175532,5051112,4919.390,1619.799,347.957,9958.765,13.998,793.902,3748,4777,1.700,1.550,0.870,2,0,99.988,0,0,14,106,0,30,0 -03-01 20:30:24,40.480,10.245,48.976,0.750,0,2567440,167428,173916,5012572,5283.443,1661.196,2310.882,471.772,83.959,37.982,2173,2777,1.700,1.550,0.870,1,0,58.971,0,0,14,110,0,31,0 -03-01 20:30:25,23.250,2.500,72.751,0.250,0.250,2615460,135560,173776,4996588,5867.106,1620.029,112.002,992.018,14.000,149.003,1375,1857,1.700,1.550,0.870,1,0,2.000,0,0,14,110,0,32,0 -03-01 20:30:26,20.531,5.759,73.612,0,0,2604576,146044,173780,4996984,9944.165,1622.474,300.458,252.385,9.014,14.021,1271,1628,1.700,1.550,0.870,1,0,53.081,0,0,14,110,0,32,0 -03-01 20:30:27,21.234,6.495,71.196,0.250,0,2578552,172016,173780,4997036,6253.279,1618.778,0,739.442,0,84.936,2298,3759,1.700,1.550,0.870,1,0,81.938,0,0,14,110,0,33,0 -03-01 20:30:28,23.272,4.254,71.819,0.250,0,2575380,175144,173780,4997080,9214.819,1459.397,32.031,280.268,1.001,15.014,1342,1824,1.640,1.540,0.870,1,0,20.019,0,0,14,112,0,34,0 -03-01 20:30:29,21.954,3.992,72.847,0.249,0.499,2631576,134708,173608,4981592,5694.037,1616.604,51.891,1241.392,2.994,187.606,1456,1840,1.640,1.540,0.870,1,0,39.916,0,0,14,112,0,34,0 -03-01 20:30:30,27.521,5.004,65.550,1.501,0,2655556,126204,173508,4966396,7425.629,1621.229,0,7225.477,0,703.533,5464,9757,1.640,1.540,0.870,1,0,3.002,0,0,14,115,0,36,0 -03-01 20:30:31,19.995,6.499,72.734,0.250,0,2655016,125832,173508,4967308,5933.659,1619.634,915.793,155.965,18.996,9.998,1382,1919,1.640,1.540,0.870,1,0,54.988,0,0,14,115,0,36,0 -03-01 20:30:32,25.517,3.002,68.046,2.001,0,2667924,127624,173508,4952640,5600.753,1621.086,684.459,4450.982,114.076,315.211,3709,6456,1.640,1.540,0.870,4,0,0,0,0,14,117,0,36,0 -03-01 20:30:33,31.718,6.244,60.939,0,0.250,2652284,143188,173508,4952716,9745.303,1618.390,3.996,647.356,0.999,56.943,3074,5041,1.590,1.530,0.870,1,0,71.928,0,0,14,117,0,37,0 -03-01 20:30:34,21.766,5.504,70.802,0.751,0.250,2630704,164588,173508,4952896,9678.075,1621.185,0,1044.764,0,111.081,2724,4594,1.590,1.530,0.870,2,0,60.044,0,0,14,117,0,39,0 -03-01 20:30:35,20.513,7.005,72.047,0.250,0,2687240,124216,173452,4936972,5924.857,1458.950,1088.709,444.289,20.013,22.014,1519,2031,1.590,1.530,0.870,1,0,89.058,0,0,14,117,0,39,0 -03-01 20:30:36,24.986,3.498,69.711,1.499,0,2693128,125504,173448,4929864,5031.172,1619.090,0,4037.731,0,307.827,3119,6167,1.590,1.530,0.870,1,0,0.999,0,0,14,121,0,39,0 -03-01 20:30:37,34.336,9.273,55.388,0.501,0,2648412,182664,173152,4917956,44063.070,1624.057,2951.373,777.943,92.230,79.198,4549,7649,1.590,1.530,0.870,2,0,194.486,0,0,14,119,0,39,0 -03-01 20:30:38,32.148,6.230,60.308,0.748,0,2708476,120928,173152,4919548,5125.705,2027.554,1335.754,669.870,30.902,72.769,3058,5238,1.620,1.540,0.880,1,0,97.689,0,0,14,121,0,39,0 -03-01 20:30:39,14.780,12.526,70.896,0,0.501,2660584,176732,172796,4912012,5374.076,2034.192,40.083,252.520,2.004,15.031,2367,3503,1.620,1.540,0.880,1,0,207.428,0,0,14,121,0,40,0 -03-01 20:30:40,11.005,19.510,69.284,0.250,0,2659356,177628,172800,4912324,5196.572,1620.802,132.065,828.410,7.003,47.023,3447,5787,1.620,1.540,0.880,2,0,422.209,0,0,14,121,0,40,0 -03-01 20:30:41,23.010,17.007,58.525,0,0,2686516,149800,172804,4913020,5488.349,1458.624,560.240,336.144,30.013,19.008,3769,9514,1.620,1.540,0.880,2,0,232.099,0,0,14,121,0,40,0 -03-01 20:30:42,30.726,22.233,44.715,0.749,0.500,2736920,129136,172560,4883816,6367.002,1660.696,27.978,4704.307,3.997,453.644,3982,5957,1.620,1.540,0.880,3,0,505.603,0,0,14,121,0,40,0 -03-01 20:30:43,39.748,22.999,35.998,0.750,0,2833612,129516,170236,4791244,5831.650,1731.896,1271.924,6035.638,70.996,706.958,7759,17249,1.810,1.580,0.890,4,0,226.986,0,0,16,133,0,40,0 -03-01 20:30:44,53.787,22.766,21.765,0,0,2948076,126712,169056,4683304,7128.955,1621.127,2149.494,2357.639,97.067,277.193,3660,5269,1.810,1.580,0.890,5,0,484.337,0,0,16,133,0,40,0 -03-01 20:30:45,54.994,23.498,19.998,0.250,0,3021588,128260,166164,4613020,5788.386,1619.828,3323.648,7239.233,144.985,756.920,8096,20260,1.810,1.580,0.890,4,0,298.968,0,0,16,143,0,40,0 -03-01 20:30:46,38.260,18.755,42.261,0.500,0,3080528,131604,165444,4552528,6258.665,1620.431,76.020,248.066,6.002,12.003,4018,7565,1.810,1.580,0.890,3,0,417.111,0,0,16,149,0,40,0 -03-01 20:30:47,26.967,22.223,48.441,0.250,0,3127996,135372,165468,4502524,9769.062,1618.023,51.937,2109.422,9.988,277.661,4158,6716,1.810,1.580,0.890,1,0,512.374,0,0,17,149,0,40,0 -03-01 20:30:48,18.226,15.479,64.663,0,0,3151012,119524,165468,4495560,5840.180,1545.930,135.818,639.144,9.987,30.959,5019,8630,1.830,1.580,0.900,3,0,231.690,0,0,17,149,0,40,0 -03-01 20:30:49,31.313,20.541,46.593,0.251,0.501,3204508,136144,165472,4426704,5985.966,1623.245,8.016,2092.182,2.004,354.709,4273,6433,1.830,1.580,0.900,2,0,505.010,0,0,17,149,0,40,0 -03-01 20:30:50,43.024,20.511,35.269,0.250,0.250,3301972,122696,165488,4344652,4659.567,1690.932,20.011,2369.305,2.001,307.169,8963,18935,1.830,1.580,0.900,2,0,284.157,0,0,17,165,0,40,0 -03-01 20:30:51,30.746,23.497,44.245,0.250,0.250,3370568,131348,165496,4268776,5655.344,1619.812,231.973,4211.511,11.999,321.963,4467,6853,1.830,1.580,0.900,2,0,683.921,0,0,17,165,0,40,0 -03-01 20:30:52,28.972,24.227,45.207,0,0,3450100,128412,165496,4193844,5485.745,1618.450,3.996,583.441,0.999,40.961,5957,12803,1.830,1.580,0.900,4,0,591.433,0,0,17,171,0,39,0 -03-01 20:30:53,16.018,19.772,63.321,0.501,0,3465044,126620,165496,4181328,5857.602,1621.828,0,4929.556,0,363.410,5992,8502,1.760,1.570,0.900,1,0,263.297,0,0,17,177,0,39,0 -03-01 20:30:54,38.247,9.499,51.496,0.500,0,3552496,129768,165500,4092288,7312.481,1661.882,23.998,751.947,6.000,116.992,2618,5925,1.760,1.570,0.900,3,0,120.991,0,0,17,177,0,39,0 -03-01 20:30:55,47.629,5.985,45.634,0,0,3664396,128404,165500,3983856,5233.727,1615.902,39.899,678.280,3.990,81.793,1807,2183,1.760,1.570,0.900,3,0,0,0,0,17,177,0,39,0 -03-01 20:30:56,34.336,13.033,51.629,0.251,0,3623504,210496,165508,3943696,6763.889,1461.650,1415.535,3520.791,40.100,171.428,3463,5936,1.760,1.570,0.900,3,0,295.738,0,0,17,181,0,35,0 -03-01 20:30:57,37.236,22.492,38.986,0,0,3678720,153968,165516,3945004,8135.039,1619.411,23.991,695.747,2.999,53.980,6181,12677,1.760,1.570,0.900,2,0,551.799,0,0,17,192,0,35,0 -03-01 20:30:58,55.266,19.256,23.757,0.250,0.250,3745056,120160,165524,3913616,5677.664,1710.501,1508.442,520.152,32.009,28.008,6167,10801,2.100,1.650,0.930,6,0,277.081,0,0,17,197,0,35,0 -03-01 20:30:59,76.478,16.745,5.748,0,0,3823932,123552,165532,3833556,6770.064,1619.537,787.775,8089.686,14.996,474.864,3322,5844,2.100,1.650,0.930,5,0,75.978,0,0,17,208,0,35,0 -03-01 20:31:00,77.750,15.750,5.250,0,0.250,3912616,127064,165656,3742484,5542.011,1620.003,164.000,1376.003,10.000,64.000,3812,10226,2.100,1.650,0.930,8,0,58.000,0,0,17,218,0,44,0 -03-01 20:31:01,49.244,26.747,23.247,0,0.250,3905292,142996,165660,3734016,6842.234,1619.819,0,335.962,0,18.998,5771,10926,2.100,1.650,0.930,4,0,452.949,0,0,17,217,0,44,0 -03-01 20:31:02,50.618,24.436,24.187,0.499,0,3901824,142496,165660,3738148,6284.603,1454.206,7.979,789.939,0.997,42.888,6221,18682,2.100,1.650,0.930,3,0,327.146,0,0,17,219,0,44,0 -03-01 20:31:03,55.165,25.075,19.809,0,0.251,3928988,140556,165660,3712808,5920.727,1624.865,0,625.874,0,42.126,9474,30040,2.170,1.670,0.940,5,0,389.165,0,0,17,219,0,44,0 -03-01 20:31:04,53.998,23.999,19.999,0.250,0,3958708,179464,165736,3645240,7216.726,1689.936,75.997,27882.940,18.999,702.973,6234,8649,2.170,1.670,0.940,3,0,316.988,0,0,17,219,0,40,0 -03-01 20:31:05,56.746,22.249,18.499,0.500,0,4066252,139240,165736,3578332,5278.662,1619.896,111.993,5683.636,7.000,466.970,5909,13348,2.170,1.670,0.940,5,0,426.973,0,0,17,228,0,44,0 -03-01 20:31:06,57.953,20.234,20.234,0.250,0.250,4101648,126220,165740,3556892,7680.832,1618.700,115.907,687.448,5.995,54.956,7204,16869,2.170,1.670,0.940,3,0,288.768,0,0,17,235,0,41,0 -03-01 20:31:07,60.071,14.267,24.779,0.250,0,4178344,124264,165740,3483580,42133.676,1663.962,0,632.746,0,59.070,3655,5657,2.170,1.670,0.940,4,0,182.215,0,0,17,235,0,41,0 -03-01 20:31:08,68.211,8.495,22.237,0,0,4241768,171364,165744,3375472,5311.999,1709.034,203.885,823.535,13.992,81.954,3216,6151,2.400,1.730,0.960,5,0,7.995,0,0,17,249,0,42,0 -03-01 20:31:09,57.749,20.750,20.750,0.250,0,4288428,138788,165752,3361700,4840.952,1457.985,779.992,1995.980,34.000,227.998,6257,12173,2.400,1.730,0.960,6,0,328.997,0,0,17,251,0,48,0 -03-01 20:31:10,46.006,28.003,26.003,0.750,0,4301824,124368,165764,3362928,5232.649,1620.201,1576.195,1574.195,42.005,102.013,5505,11191,2.400,1.730,0.960,2,0,492.061,0,0,17,250,0,38,0 -03-01 20:31:11,59.676,19.476,18.977,0.250,0.250,4323916,122024,165844,3343532,6155.417,1618.007,3303.930,1463.197,46.942,83.897,5253,9930,2.400,1.730,0.960,6,0,247.695,0,0,18,250,0,39,0 -03-01 20:31:12,72.815,16.014,9.008,1.001,0.500,4391204,173092,165844,3227348,5979.369,1621.456,808.726,10025.002,13.012,819.736,3998,3903,2.400,1.730,0.960,3,0,66.059,0,0,18,253,0,39,0 -03-01 20:31:13,61.063,11.011,27.528,0,0,4433412,157004,165876,3201480,5002.157,1621.672,816.842,836.863,9.009,61.063,4015,8393,2.450,1.750,0.970,2,0,120.124,0,0,18,254,0,40,0 -03-01 20:31:14,20.191,8.475,69.797,0.249,0,4466968,123312,165880,3201628,9105.512,3259.518,833.575,370.921,10.968,18.945,1995,3148,2.450,1.750,0.970,2,0,112.672,0,0,18,255,0,40,0 -03-01 20:31:15,20.788,6.011,72.383,0.250,0.250,4471316,118924,165880,3201668,22135.730,5250.661,545.003,500.922,6.011,39.072,2149,3185,2.450,1.750,0.970,1,0,9.017,0,0,18,258,0,40,0 -03-01 20:31:16,24.011,9.755,64.530,0.250,0,4460520,143144,165876,3188424,16546398.168,93325.583,2841.327,392.183,30.014,25.012,6535,4446,2.450,1.750,0.970,2,0,129.060,0,0,18,258,0,40,0 -03-01 20:31:17,38.115,11.709,48.827,0.498,0,4532528,126688,165876,3133412,6383.384,1452.853,2024.826,2024.826,35.873,104.629,3328,5821,2.450,1.750,0.970,2,0,147.477,0,0,18,261,0,40,0 -03-01 20:31:18,37.858,7.772,52.149,1.254,0,4535872,150432,165876,3106424,5567.941,1666.772,986.825,10241.321,34.098,549.573,5154,9086,2.330,1.730,0.970,1,0,8.023,0,0,18,272,0,42,0 -03-01 20:31:19,21.522,10.010,67.571,0.751,0.250,4480436,189520,165880,3122768,7571.905,1621.693,248.259,868.907,9.009,81.085,4154,7770,2.330,1.730,0.970,1,0,215.225,0,0,18,275,0,43,0 -03-01 20:31:20,19.196,8.975,70.802,0,0,4499708,173092,165880,3119940,5602.330,1615.481,151.576,311.130,6.980,22.936,2637,4390,2.330,1.730,0.970,1,0,256.283,0,0,18,275,0,42,0 -03-01 20:31:21,14.255,13.005,71.025,0,0.250,4467896,204888,165884,3119952,5952.131,1620.580,4.001,1052.377,1.000,63.023,2597,3923,2.330,1.730,0.970,2,0,206.074,0,0,18,275,0,42,0 -03-01 20:31:22,9.002,20.005,70.016,0.500,0.250,4476272,195832,165884,3120632,5805.335,1714.394,644.148,140.032,7.002,13.003,3348,5402,2.330,1.730,0.970,1,0,373.086,0,0,18,275,0,40,0 -03-01 20:31:23,3.996,4.245,89.404,0.250,0.250,4476464,195580,165888,3120688,6531.985,1618.262,31.966,14516.409,2.997,164.823,2032,3240,2.220,1.720,0.970,1,0,81.912,0,0,18,275,0,40,0 -03-01 20:31:24,19.746,2.749,75.984,0.250,0,4525100,146944,165888,3120688,6007.774,1457.703,0,16040.728,0,52.989,1430,2080,2.220,1.720,0.970,4,0,10.998,0,0,18,275,0,40,0 -03-01 20:31:25,17.780,11.520,70.621,0,0,4472596,199368,165892,3120764,5031.604,1622.775,48.082,112.192,5.009,12.021,2535,3882,2.220,1.720,0.970,2,0,148.254,0,0,18,279,0,38,0 -03-01 20:31:26,12.242,15.489,70.202,0,0.250,4475104,196624,165892,3121000,5907.994,1618.902,0,0,0,0,2834,4413,2.220,1.720,0.970,2,0,214.854,0,0,18,279,0,38,0 -03-01 20:31:27,17.024,12.017,69.598,0.501,0,4508776,162872,165892,3121080,6291.872,1664.347,4.006,564.796,1.001,57.080,2883,4593,2.220,1.720,0.970,1,0,181.256,0,0,18,285,0,37,0 -03-01 20:31:28,23.970,2.497,71.412,0.499,0.250,4566536,127884,165892,3098424,7850.328,1618.007,779.040,103.872,45.943,14.982,1550,2143,2.130,1.710,0.970,1,0,3.995,0,0,18,287,0,37,0 -03-01 20:31:29,24.754,2.750,70.762,0.500,0.250,4603080,118840,165892,3071056,6241.042,1620.271,200.033,1004.168,14.002,93.016,2117,3449,2.130,1.710,0.970,3,0,3.001,0,0,18,291,0,35,0 -03-01 20:31:30,23.470,4.245,71.409,0,0,4548600,173256,165892,3071088,5602.828,1617.929,31.959,7.990,6.991,1.997,1585,2243,2.130,1.710,0.970,3,0,7.990,0,0,18,289,0,35,0 -03-01 20:31:31,23.486,3.998,71.458,0,0.250,4598188,123612,165892,3071144,8046.325,1457.153,31.981,171.900,7.995,12.992,1802,2966,2.130,1.710,0.970,4,0,1.999,0,0,18,295,0,33,0 -03-01 20:31:32,22.715,4.493,72.389,0,0,4527564,194200,165892,3071180,7674.258,1617.525,23.963,0,1.997,0,1387,1953,2.130,1.710,0.970,2,0,16.974,0,0,18,289,0,33,0 -03-01 20:31:33,23.113,5.025,71.098,0.251,0,4490636,230924,165892,3071384,6527.981,1627.975,80.394,172.847,5.025,13.064,1787,2677,2.040,1.700,0.980,1,0,55.271,0,0,18,289,0,33,0 -03-01 20:31:34,10.496,18.242,69.720,0,0.250,4495652,224900,165900,3072384,9482.979,1619.313,1363.422,295.875,18.992,6.997,3096,4705,2.040,1.700,0.980,1,0,348.852,0,0,18,289,0,33,0 -03-01 20:31:35,18.017,10.760,71.568,0.250,0,4517368,202860,165900,3072708,4940.674,1691.600,356.337,0,21.020,0,2272,3469,2.040,1.700,0.980,2,0,180.170,0,0,18,289,0,30,0 -03-01 20:31:36,24.239,4.748,69.719,0,0,4546116,173628,165928,3073164,5624.520,1619.286,319.859,3.998,13.994,1.000,9071,18324,2.040,1.700,0.980,2,0,7.996,0,0,18,289,0,30,0 -03-01 20:31:37,19.257,2.751,76.529,0.500,0,4532640,186768,165952,3073476,50405.902,5383.019,16.006,728.273,4.002,34.013,1849,2878,2.040,1.700,0.980,1,0,7.003,0,0,18,290,0,30,0 -03-01 20:31:38,24.900,4.731,69.223,0,0.249,4554768,162856,166096,3074892,4901.355,1452.180,0,517.924,0,17.928,8540,17429,2.030,1.700,0.980,1,0,5.976,0,0,18,290,0,30,0 -03-01 20:31:39,20.315,6.772,71.728,0.251,0,4487944,229936,166112,3074624,6176.642,1799.723,12.038,658.093,3.010,39.124,2390,3808,2.030,1.700,0.980,1,0,120.383,0,0,18,289,0,28,0 -03-01 20:31:40,21.999,7.000,70.498,0.500,0,4542396,175284,166112,3074824,4943.842,1619.948,0,363.988,0,42.999,2548,4129,2.030,1.700,0.980,1,0,153.995,0,0,18,291,0,28,0 -03-01 20:31:41,20.192,7.977,70.547,0.249,0.249,4510624,206860,166112,3075020,6540.190,1615.354,23.931,195.438,1.994,11.966,2233,3435,2.030,1.700,0.980,1,0,111.679,0,0,18,291,0,30,0 -03-01 20:31:42,22.574,4.013,72.237,0,0,4484232,233248,166112,3075024,5805.029,1667.466,0,116.381,0,8.026,1593,2471,2.030,1.700,0.980,1,0,42.138,0,0,18,291,0,30,0 -03-01 20:31:43,23.191,3.990,71.569,0.499,0,4545816,171648,166112,3075040,5375.422,1615.918,0,3367.494,0,378.045,2214,2496,1.950,1.690,0.980,1,0,31.919,0,0,18,291,0,31,0 -03-01 20:31:44,21.735,5.996,71.449,0.250,0.250,4530540,186908,166112,3075056,8023.328,1618.855,0,67.952,0,8.994,1822,2684,1.950,1.690,0.980,5,0,57.959,0,0,18,291,0,31,0 -03-01 20:31:45,22.533,5.007,71.103,0,0,4512092,205340,166112,3075072,6515.434,1460.114,0,0,0,0,1833,2810,1.950,1.690,0.980,1,0,34.049,0,0,18,291,0,33,0 -03-01 20:31:46,23.298,5.511,69.893,0,0.251,4491940,225460,166112,3075104,6959.211,1623.315,8.016,364.745,2.004,44.090,2263,3548,1.950,1.690,0.980,1,0,47.096,0,0,18,291,0,33,0 -03-01 20:31:47,24.461,2.995,71.136,0.250,0,4549656,167700,166112,3075148,5982.386,1617.401,0,239.615,0,23.961,1773,2726,1.950,1.690,0.980,1,0,1.997,0,0,18,295,0,34,0 -03-01 20:31:48,23.446,4.240,71.086,0.249,0,4541788,175552,166112,3075164,6978.865,1616.263,0,1089.481,0,115.732,1991,2714,1.870,1.680,0.980,1,0,33.922,0,0,18,291,0,36,0 -03-01 20:31:49,21.215,6.739,70.632,0.250,0,4520916,196256,166112,3075332,6846.587,1617.304,15.973,511.148,0.998,51.913,2480,4083,1.870,1.680,0.980,1,0,89.850,0,0,18,291,0,36,0 -03-01 20:31:50,23.808,4.762,70.674,0,0.251,4497928,219232,166112,3075344,5188.749,1666.094,0,228.562,0,21.052,1845,2760,1.870,1.680,0.980,1,0,48.118,0,0,18,291,0,38,0 -03-01 20:31:51,25.749,2.500,71.496,0.250,0,4550584,166564,166112,3075356,5838.661,1619.906,4.000,167.990,1.000,9.999,1436,2315,1.870,1.680,0.980,2,0,2.000,0,0,18,293,0,39,0 -03-01 20:31:52,22.305,4.261,72.178,0,0.251,4536248,180672,166116,3075580,5320.146,1461.612,212.525,196.486,17.042,11.027,1566,2277,1.870,1.680,0.980,1,0,16.040,0,0,18,291,0,40,0 -03-01 20:31:53,27.732,3.997,66.956,0.999,0.250,4499360,216996,166116,3076144,4593.959,1618.928,307.796,2186.553,21.985,184.878,3652,6687,1.800,1.670,0.980,1,0,4.997,0,0,18,293,0,41,0 -03-01 20:31:54,24.491,2.749,71.225,0.750,0,4544944,171388,166116,3076168,4874.260,1619.422,15.994,631.774,1.999,44.984,1816,2836,1.800,1.670,0.980,1,0,1.999,0,0,18,295,0,41,0 -03-01 20:31:55,21.028,8.512,68.092,0.250,0,4497276,218804,166116,3076420,5548.513,1622.196,68.092,1009.367,4.005,107.145,3719,6783,1.800,1.670,0.980,1,0,208.282,0,0,18,293,0,42,0 -03-01 20:31:56,11.260,21.269,66.559,0,0.250,4504492,211556,166116,3076452,5172.552,1621.427,0,664.585,0,45.040,4194,7127,1.800,1.670,0.980,2,0,641.565,0,0,18,293,0,42,0 -03-01 20:31:57,11.239,22.478,66.184,0,0,4506424,209472,166116,3076604,5109.911,1618.388,0,723.280,0,60.939,5229,9517,1.800,1.670,0.980,1,0,690.312,0,0,18,293,0,42,0 -03-01 20:31:58,11.244,20.739,66.214,0.250,0,4509596,206248,166124,3076648,7343.049,1457.216,3.998,639.656,0.999,50.973,4609,8033,1.660,1.640,0.980,1,0,725.610,0,0,18,293,0,42,0 -03-01 20:31:59,10.753,20.255,68.016,0,0,4506672,209136,166124,3076684,5452.270,1620.378,0,500.117,0,29.007,3751,6194,1.660,1.640,0.980,2,0,523.122,0,0,18,293,0,42,0 -03-01 20:32:00,11.492,20.486,67.204,0.749,0.500,4505548,210232,166124,3076712,9745.285,1618.885,0,1958.650,0,121.916,4296,7015,1.660,1.640,0.980,1,0,565.610,0,0,18,293,0,42,0 -03-01 20:32:01,14.492,14.992,69.964,0,0,4517856,197824,166132,3076804,7122.311,1619.161,55.971,331.828,5.997,21.989,3130,4874,1.660,1.640,0.980,1,0,336.826,0,0,18,293,0,33,0 -03-01 20:32:02,21.741,12.245,63.723,0.250,0,4529376,259796,166660,3010788,8200.580,1619.325,247.897,2347.021,26.989,9.996,14341,28755,1.660,1.640,0.980,2,0,41.982,0,0,18,293,0,34,0 -03-01 20:32:03,20.230,1.498,76.173,0.499,0,4544048,242996,166660,3012564,13141.687,5176.756,71.927,1642.336,6.993,67.931,1987,2971,1.610,1.630,0.980,2,0,2.997,0,0,18,294,0,33,0 -03-01 20:32:04,14.995,1.250,81.725,0.750,0.500,4553396,233196,166660,3012984,19337.025,11365.488,291.910,1383.572,29.991,46.985,1514,2277,1.610,1.630,0.980,2,0,0,0,0,18,294,0,33,0 -03-01 20:32:05,14.246,1.749,81.475,1.250,0,4569720,215808,166660,3014016,22904.106,12824.140,919.723,1511.545,53.984,70.979,1962,2988,1.610,1.630,0.980,1,0,0,0,0,18,294,0,29,0 -03-01 20:32:06,17.799,1.504,78.969,0.501,0,4573916,211020,166660,3014568,21026.179,12216.804,348.966,1078.986,30.083,37.103,1627,2322,1.610,1.630,0.980,2,0,0,0,0,18,294,0,29,0 -03-01 20:32:07,18.492,1.999,77.216,1.499,0,4584596,181380,166660,3033492,56949.885,11577.894,6812.995,1475.349,117.948,69.969,2015,2916,1.610,1.630,0.980,3,0,0,0,0,18,294,0,29,0 -03-01 20:32:08,22.744,4.249,70.731,1.250,0,4611876,134840,166664,3050920,6346.331,1661.563,1227.677,3691.029,21.994,165.956,2171,3250,1.560,1.620,0.980,1,0,0,0,0,18,294,0,28,0 -03-01 20:32:09,21.205,4.241,69.851,4.740,0,4592488,128388,166824,3074744,5630.955,1616.542,0,14097.845,0,794.301,3208,3673,1.560,1.620,0.980,1,0,0,0,0,18,294,0,28,0 -03-01 20:32:10,23.543,4.258,70.129,1.002,0.250,4591348,145368,167084,3057036,5864.756,1797.296,0,3362.166,0,118.217,2107,3243,1.560,1.620,0.980,1,0,1.002,0,0,18,293,0,21,0 -03-01 20:32:11,24.046,3.507,71.386,0,0.250,4557524,177500,167084,3058664,6682.737,1623.094,420.802,420.802,7.013,6.011,2680,4658,1.560,1.620,0.980,2,0,10.019,0,0,18,293,0,21,0 -03-01 20:32:12,24.951,4.990,68.865,0,0,4559640,175232,167084,3058812,5258.719,1497.073,0,83.836,0,0.998,10134,20546,1.560,1.620,0.980,4,0,12.975,0,0,18,293,0,20,0 -03-01 20:32:13,22.289,5.760,69.871,0.250,0,4508976,225884,167084,3058820,5547.597,1622.807,32.055,1923.327,1.002,40.069,6105,12007,1.510,1.610,0.980,1,0,19.033,0,0,18,293,0,20,0 -03-01 20:32:14,23.502,6.251,68.507,0,0,4519420,215504,167088,3058836,4632.486,1620.170,0,32527.415,0,95.010,9100,18069,1.510,1.610,0.980,2,0,48.005,0,0,18,293,0,18,0 -03-01 20:32:15,24.923,5.732,68.039,0,0,4556152,178660,167088,3058852,6986.314,1614.987,0,22398.475,0,92.712,8808,17856,1.510,1.610,0.980,3,0,15.950,0,0,18,293,0,18,0 -03-01 20:32:16,24.067,5.515,69.192,0,0.251,4545436,189264,167088,3058960,5286.671,1624.508,0,196.545,0,9.025,8601,17942,1.510,1.610,0.980,1,0,13.036,0,0,18,293,0,18,0 -03-01 20:32:17,23.715,3.994,71.394,0,0,4540696,194104,167088,3058860,5728.487,1617.596,0,567.157,0,38.942,1797,2593,1.510,1.610,0.980,4,0,8.987,0,0,18,293,0,18,0 -03-01 20:32:18,22.250,4.750,72.002,0,0,4519288,215504,167088,3058868,6891.145,1620.034,0,8.000,0,2.000,1988,3285,1.470,1.600,0.980,1,0,94.002,0,0,18,293,0,17,0 -03-01 20:32:19,22.547,6.013,69.897,0,0.251,4535204,180764,167928,3074560,5791.190,1515.189,24.051,1142.405,6.013,8.017,12552,24919,1.470,1.600,0.980,3,0,10.021,0,0,18,293,0,17,0 -03-01 20:32:20,4.728,1.244,92.579,0.249,0.249,4540764,175024,167940,3074692,10672.451,3725.055,0,617.192,0,20.905,1348,2107,1.470,1.600,0.980,1,0,0.995,0,0,18,294,0,15,0 -03-01 20:32:21,17.053,1.755,80.751,0.502,0,4556100,159400,167988,3074892,18906.724,8564.602,0,698.169,0,23.072,1396,1971,1.470,1.600,0.980,1,0,0,0,0,18,295,0,15,0 -03-01 20:32:22,11.747,0.750,84.726,0.500,0.250,4558916,156152,168084,3075156,57000.584,17033.094,0,1599.539,0,53.984,1614,2404,1.470,1.600,0.980,1,0,0,0,0,18,296,0,15,0 -03-01 20:32:23,14.258,2.001,81.298,1.251,0,4577848,136760,168220,3075388,125598.354,14683.693,16.009,1825.080,1.001,93.055,1951,3083,1.430,1.590,0.980,4,0,0,0,0,18,296,0,15,0 -03-01 20:32:24,16.722,1.498,79.867,0.499,0,4581416,132980,168280,3075504,20460.933,12228.639,0,1122.132,0,38.935,1606,2308,1.430,1.590,0.980,2,0,0,0,0,18,296,0,15,0 -03-01 20:32:25,14.730,1.997,81.388,0.749,0,4588288,125672,168428,3075756,246894.027,18697.254,0,1669.701,0,69.904,1855,2558,1.430,1.590,0.980,2,0,0,0,0,18,295,0,15,1 -03-01 20:32:26,7.763,1.503,87.896,1.252,0.250,4588208,124944,168716,3076108,120685.821,19137.845,28.047,2223.700,5.008,111.185,1916,2668,1.430,1.590,0.980,1,0,0,0,0,18,295,0,15,1 -03-01 20:32:27,16.261,3.002,79.554,1.001,0,4591828,132072,168812,3065180,2071527.424,26828.163,96.065,2633.783,6.004,79.054,2676,3207,1.430,1.590,0.980,1,0,2.001,0,0,18,295,0,15,1 -03-01 20:32:28,11.740,3.247,81.682,1.499,0.250,4590900,122348,169028,3075380,15807241.989,83781.461,163.864,18045.023,3.997,113.905,5886,4444,1.400,1.580,0.980,2,0,3.997,0,0,18,295,0,15,1 -03-01 20:32:29,21.966,4.992,71.641,0.998,0.250,4597680,126984,171664,3058652,6764.664,1617.528,0,4413.257,0,102.843,1659,2528,1.400,1.580,0.980,3,0,0,0,0,18,295,0,15,1 -03-01 20:32:30,23.458,5.740,69.375,0.749,0.250,4616716,131272,172476,3033640,6757.782,1617.076,0,103568.748,0,767.612,3122,3596,1.400,1.580,0.980,3,0,0.998,0,0,18,295,0,15,1 -03-01 20:32:31,21.551,4.761,71.670,1.002,0,4604600,127052,173460,3047292,8912.175,1623.858,0,2225.287,0,96.229,1769,2558,1.400,1.580,0.980,2,0,0,0,0,18,295,0,15,1 -03-01 20:32:32,20.502,4.751,72.008,1.000,0,4603652,129932,175332,3040524,10066.107,1620.178,0,2540.279,0,98.011,1782,2622,1.400,1.580,0.980,1,0,0,0,0,18,295,0,15,1 -03-01 20:32:33,23.741,3.499,71.722,0.750,0.250,4604520,132632,176240,3034840,9528.293,1457.433,31.988,3366.690,1.000,87.966,1844,3053,1.370,1.570,0.980,1,0,0,0,0,18,295,0,15,1 -03-01 20:32:34,19.819,2.258,77.019,0.502,0,4493944,266880,176696,3009764,11663.800,4308.070,20.070,1758.150,3.011,57.200,1450,2112,1.370,1.570,0.980,2,0,1.004,0,0,18,293,0,15,0 -03-01 20:32:35,24.467,4.993,68.908,0,0,4553656,205684,176768,3011096,8510.579,1617.829,0,723.030,0,5.992,8246,15988,1.370,1.570,0.980,2,0,8.988,0,0,18,293,0,15,0 -03-01 20:32:36,22.951,4.740,72.594,0,0.249,4549680,209508,176768,3011244,5624.906,1616.524,0,99.785,0,3.991,2288,3999,1.370,1.570,0.980,1,0,8.981,0,0,18,293,0,15,0 -03-01 20:32:37,22.995,6.749,67.985,0,0.250,4566540,192624,176768,3011264,42493.779,1619.649,0,2359.488,0,42.991,8881,17616,1.370,1.570,0.980,1,0,11.997,0,0,18,293,0,15,0 -03-01 20:32:38,22.261,4.502,72.285,0.250,0,4538256,218328,176900,3013260,5530.666,1690.815,168.081,284.137,4.002,6.003,1404,2287,1.340,1.560,0.980,1,0,6.003,0,0,18,293,0,15,0 -03-01 20:32:39,25.592,3.262,68.496,1.756,0,4544872,210016,177052,3014560,7050.325,1601.753,887.187,4544.323,32.115,294.056,5112,10253,1.340,1.560,0.980,1,0,2.007,0,0,18,297,0,23,0 -03-01 20:32:40,18.988,10.743,66.707,1.249,0,4493096,260960,177056,3015372,6284.978,1564.998,547.650,3729.613,26.983,465.702,4848,8160,1.340,1.560,0.980,1,0,311.800,0,0,18,295,0,24,0 -03-01 20:32:41,15.455,10.718,66.056,7.727,0.249,4498272,244728,177056,3026424,7391.248,1615.246,11043.499,725.864,1185.511,27.918,4687,5864,1.340,1.560,0.980,2,1,139.589,0,0,18,295,0,26,0 -03-01 20:32:42,25.593,9.033,50.434,15.808,0.251,4490748,219356,177056,3059308,7274.494,1625.922,33634.497,2922.644,2335.506,126.461,6627,7241,1.340,1.560,0.980,2,0,9.033,0,0,18,295,0,24,0 -03-01 20:32:43,7.229,3.241,88.741,0,0,4483944,225996,177060,3059468,11253.141,4039.206,498.544,562.358,7.977,6.980,1398,2177,1.230,1.530,0.980,2,0,6.980,0,0,18,296,0,24,0 -03-01 20:32:44,3.504,0.751,95.848,0,0,4484696,225240,177060,3059472,41085.949,5468.583,0,20.020,0,4.004,1055,1791,1.230,1.530,0.980,1,0,0,0,0,18,296,0,23,0 -03-01 20:32:45,8.515,2.755,87.659,0.250,0,4495628,212168,177184,3061348,159496.123,3342.079,1366.486,448.816,42.077,2.004,1612,2436,1.230,1.530,0.980,1,0,17.031,0,0,18,295,0,23,0 -03-01 20:32:46,19.955,6.486,71.091,1.497,0.249,4523840,172472,177184,3072788,6698.057,1454.754,9869.980,0,217.515,0,3221,5100,1.230,1.530,0.980,3,0,54.878,0,0,18,295,0,21,0 -03-01 20:32:47,21.010,3.752,74.034,1.000,0,4570972,122696,177220,3075352,11737.423,2939.358,2509.159,808.373,144.067,29.013,1772,2547,1.230,1.530,0.980,0,0,6.003,0,0,18,296,0,21,0 -03-01 20:32:48,16.507,1.751,79.785,0.250,0.250,4534804,157752,177348,3076192,143131.405,6004.618,148.065,532.232,9.004,19.008,1518,2408,1.210,1.520,0.980,1,0,3.001,0,0,18,295,0,18,0 -03-01 20:32:49,27.463,3.246,67.908,0.250,0,4545020,147420,177352,3076292,6698.883,1617.798,91.875,275.625,3.995,17.976,12234,25025,1.210,1.520,0.980,4,0,1.997,0,0,18,295,0,18,0 -03-01 20:32:50,25.241,2.249,70.724,0.500,0.500,4546188,146172,177352,3076372,4876.235,1619.414,51.981,871.684,5.998,80.971,1955,3242,1.210,1.520,0.980,3,0,7.997,0,0,18,295,0,18,0 -03-01 20:32:51,13.544,1.003,84.274,0.502,0.251,4524920,166000,177452,3077660,618185.631,14680.653,0,1524.950,0,23.075,1551,2137,1.210,1.520,0.980,2,0,1.003,0,0,18,297,0,16,0 -03-01 20:32:52,19.233,1.748,77.680,0.500,0,4524352,162584,177624,3081396,2207931.070,21201.939,0,2265.963,0,29.973,1961,2255,1.210,1.520,0.980,4,0,3.996,0,0,18,297,0,16,0 -03-01 20:32:53,15.210,2.743,79.538,1.247,0,4527788,148448,177916,3091680,5319196.936,40818.423,0,10851.136,0,223.406,3561,3916,1.190,1.510,0.980,1,0,5.984,0,0,18,297,0,14,0 -03-01 20:32:54,14.740,0.999,81.943,0.749,0.250,4528820,145312,178272,3093260,869245.482,18800.990,0,2674.149,0,67.953,1890,2639,1.190,1.510,0.980,2,0,5.996,0,0,18,297,0,14,0 -03-01 20:32:55,15.281,1.754,80.162,1.002,0,4532896,136616,178612,3097380,2235871.876,20149.824,0,4044.194,0,69.140,2382,3234,1.190,1.510,0.980,2,0,8.016,0,0,18,297,0,13,0 -03-01 20:32:56,20.038,2.505,75.643,0.250,0,4539140,135012,178532,3092808,769963.771,7922.990,0,1655.132,0,32.061,1706,2383,1.190,1.510,0.980,1,0,5.009,0,0,18,297,0,13,0 -03-01 20:32:57,25.154,1.743,71.477,0.249,0,4537284,136360,178552,3093256,441023.291,5674.324,0,796.956,0,36.859,1679,2318,1.190,1.510,0.980,1,0,0,0,0,18,297,0,12,0 -03-01 20:32:58,15.808,1.756,80.296,1.004,0.502,4540668,123316,178868,3102452,4790862.866,34243.427,0,6331.375,0,64.237,2918,3161,1.180,1.510,0.980,1,0,7.026,0,0,18,297,0,12,0 -03-01 20:32:59,18.757,4.252,75.280,0.500,0,4551260,138464,179040,3077972,15180339.054,59140.301,0,15734.199,0,51.020,5852,5515,1.180,1.510,0.980,1,0,5.002,0,0,18,297,0,12,0 -03-01 20:33:00,22.627,2.238,73.849,0.746,0,4557856,130080,179208,3079520,1045021.488,10555.672,0,2001.132,0,48.735,2145,3068,1.180,1.510,0.980,5,0,3.978,0,0,18,297,0,12,0 -03-01 20:33:01,23.584,2.509,70.751,1.004,0.251,4557684,140676,179248,3069480,12059877.085,39612.307,0,23639.732,0,491.742,4535,2532,1.180,1.510,0.980,1,0,1.004,0,0,18,297,0,14,0 -03-01 20:33:02,22.442,4.488,73.061,0.499,0.249,4574512,157092,179484,3036588,2743590.102,17560.518,0,14993.168,0,61.840,2569,4447,1.180,1.510,0.980,1,0,36.904,0,0,18,297,0,15,0 -03-01 20:33:03,16.513,1.501,80.312,0.751,0,4577960,151212,179752,3038640,1148945.688,16469.682,0,2754.121,0,63.049,1742,2466,1.080,1.480,0.970,1,0,3.002,0,0,18,297,0,14,0 -03-01 20:33:04,14.744,2.249,80.969,1.000,0,4582692,140348,180060,3044348,3024424.523,20722.959,0,4714.171,0,59.977,2080,2411,1.080,1.480,0.970,3,0,2.999,0,0,18,297,0,14,0 -03-01 20:33:05,18.779,1.002,77.872,0.501,0,4586340,134468,180304,3046188,962325.039,13210.675,0,2303.605,0,52.082,1827,2604,1.080,1.480,0.970,1,0,4.006,0,0,18,297,0,14,0 -03-01 20:33:06,19.018,4.254,75.070,0.751,0.500,4584524,133052,180528,3048744,1400201.587,13364.375,0,112019.730,0,622.577,3707,4263,1.080,1.480,0.970,3,0,4.004,0,0,18,297,0,14,0 -03-01 20:33:07,18.003,1.000,79.514,0.750,0.250,4583972,129388,180784,3052636,2111165.232,18506.368,0,3676.669,0,72.013,2349,2935,1.080,1.480,0.970,0,0,2.000,0,0,18,297,0,14,0 -03-01 20:33:08,21.725,1.498,75.661,0.250,0,4581284,137400,180916,3047128,1072261.382,9080.367,0,1753.946,0,23.972,1678,2296,1.160,1.490,0.980,2,0,3.995,0,0,18,297,0,14,0 -03-01 20:33:09,19.697,1.247,77.542,0.499,0.249,4580260,137176,181080,3048132,555226.218,10541.696,0,1607.683,0,37.898,1650,2423,1.160,1.490,0.980,2,0,3.989,0,0,18,297,0,14,0 -03-01 20:33:10,22.107,2.010,76.370,0.502,0,4589988,138836,181236,3036500,842118.274,11234.487,20.097,2857.861,2.010,111.541,2249,3445,1.160,1.490,0.980,1,0,4.019,0,0,18,297,0,14,0 -03-01 20:33:11,24.267,1.751,72.802,0.500,0,4611840,135760,181336,3017952,422003.779,4445.147,12.009,3798.689,3.002,145.103,1546,1978,1.160,1.490,0.980,1,0,2.001,0,0,18,297,0,14,0 -03-01 20:33:12,25.869,1.492,72.134,0.249,0,4596956,150628,181340,3017964,5444.381,1611.823,0,246.748,0,35.818,1309,1790,1.160,1.490,0.980,2,0,1.990,0,0,18,297,0,14,0 -03-01 20:33:13,26.370,4.520,68.310,0,0,4620268,139384,181368,3005896,4727.429,1464.639,4.018,0,1.005,1.005,11740,24090,1.140,1.480,0.980,1,0,6.027,0,0,18,297,0,14,0 -03-01 20:33:14,24.248,3.250,72.495,0,0,4617656,124680,182144,3021172,4794.664,1619.887,123.991,0,15.999,0,2012,3448,1.140,1.480,0.980,2,0,0,0,0,18,297,0,14,0 -03-01 20:33:15,22.679,5.981,69.533,0.249,0.498,4619556,132112,182720,3010048,5263.583,1614.963,15.950,2384.563,1.994,36.885,4380,8102,1.140,1.480,0.980,2,0,8.972,0,0,18,297,0,14,0 -03-01 20:33:16,26.997,10.249,59.994,0,0,4639512,159472,183040,2963112,7950.165,1619.830,15.998,1419.851,2.000,9.999,31764,68504,1.140,1.480,0.980,2,0,3.000,0,0,18,297,0,14,0 -03-01 20:33:17,23.481,5.995,68.945,0.500,0,4632328,131808,184096,2994660,6534.759,1618.702,11.990,2761.785,2.998,50.959,4313,7697,1.140,1.480,0.980,2,0,0,0,0,18,297,0,14,0 -03-01 20:33:18,25.050,3.256,71.392,0,0.501,4608852,186348,184116,2965636,5170.253,1623.219,0,605.200,0,15.030,1796,2722,1.450,1.540,1,2,0,1.002,0,0,18,297,0,14,0 -03-01 20:33:19,26.281,2.002,72.085,0,0,4606116,188616,184116,2966104,5181.134,1459.728,0,20.024,0,5.006,1422,2032,1.450,1.540,1,1,0,1.001,0,0,18,297,0,14,0 -03-01 20:33:20,26.716,1.498,71.160,0.250,0,4609576,185088,184116,2966172,5282.286,1617.944,0,886.873,0,59.924,1749,2741,1.450,1.540,1,1,0,0.999,0,0,18,297,0,14,0 -03-01 20:33:21,27.002,1.500,71.755,0,0,4590900,198444,184116,2971492,7022.463,1620.107,0,724.048,0,6.000,1292,1826,1.450,1.540,1,4,0,0,0,0,18,297,0,14,0 -03-01 20:33:22,21.970,2.996,71.901,1.498,0.499,4601932,164212,184536,2991996,5533.381,1711.643,0,3870.670,0,166.770,2100,3033,1.450,1.540,1,2,0,0,0,0,18,297,0,14,0 -03-01 20:33:23,23.508,3.001,72.273,0.750,0,4603320,141276,185080,3010160,4981.619,1620.527,0,1580.514,0,60.020,1674,2606,1.420,1.530,1,3,0,0,0,0,18,297,0,14,0 -03-01 20:33:24,22.535,3.506,71.613,0.501,0,4593640,135924,185704,3023012,5264.291,1622.556,0,1898.991,0,46.073,1573,2423,1.420,1.530,1,2,0,0,0,0,18,297,0,14,0 -03-01 20:33:25,23.745,3.249,72.236,1.000,0,4594300,134632,186488,3021196,6281.788,1457.719,0,1835.646,0,87.983,1774,2776,1.420,1.530,1,1,0,0,0,0,18,297,0,14,0 -03-01 20:33:26,22.486,4.497,71.957,0.750,0.250,4594420,125368,188608,3025716,5640.604,1619.025,0,12896.236,0,101.939,1742,2529,1.420,1.530,1,2,0,0,0,0,18,297,0,14,0 -03-01 20:33:27,20.249,7.000,70.998,0.500,0.250,4594748,135152,192080,3009084,8793.736,1619.951,0,17299.481,0,181.995,2005,3027,1.420,1.530,1,4,0,0,0,0,18,297,0,14,0 -03-01 20:33:28,21.000,6.750,71.249,0.750,0,4594620,125532,193164,3016844,5782.884,1619.968,0,2535.949,0,77.998,1650,2690,1.380,1.520,1,3,0,0,0,0,18,297,0,14,0 -03-01 20:33:29,20.729,7.992,69.929,0.749,0.250,4590872,135200,194284,3009000,6326.541,1618.348,0,87554.607,0,462.528,1915,3144,1.380,1.520,1,2,0,0,0,0,18,297,0,14,0 -03-01 20:33:30,22.515,4.753,70.546,1.001,0,4589932,125908,195968,3015652,6497.191,1621.046,4.003,4046.610,1.001,117.076,1970,3432,1.380,1.520,1,2,0,1.001,0,0,18,297,0,14,0 -03-01 20:33:31,22.261,8.254,69.283,0.500,0,4589828,131264,197984,3006236,6758.230,1620.775,0,84640.458,0,348.166,1952,3005,1.380,1.520,1,5,0,0,0,0,18,297,0,14,0 -03-01 20:33:32,24.784,3.004,71.597,0,0,4596736,131388,198412,2998268,7560.244,1459.978,0,340.461,0,65.088,1359,1934,1.380,1.520,1,4,0,0,0,0,18,297,0,14,0 -03-01 20:33:33,25.447,1.996,71.600,0,0,4610072,137040,198636,2979860,6614.130,1616.610,0,3.992,0,0.998,1299,2042,1.350,1.510,1,4,0,0,0,0,18,297,0,14,0 -03-01 20:33:34,23.035,3.255,71.608,0.501,0.250,4613024,186376,198972,2926648,6973.481,1970.962,0,4462.707,0,96.145,1498,2205,1.350,1.510,1,2,0,0,0,0,18,295,0,14,0 -03-01 20:33:35,25.284,3.505,71.596,0,0.250,4486932,312468,198976,2926572,5498.390,1622.180,4.005,0,1.001,0,1886,3076,1.350,1.510,1,1,0,6.008,0,0,18,295,0,14,0 -03-01 20:33:36,27.209,2.995,68.396,0,0,4498268,301128,198976,2926576,5565.540,1617.541,0,0,0,0,12203,24961,1.350,1.510,1,3,0,0.998,0,0,18,295,0,14,0 -03-01 20:33:37,28.982,5.996,60.213,0.999,0,4505396,294072,198976,2926580,41819.239,1457.102,0,25280.427,0,317.804,29868,62084,1.350,1.510,1,4,0,4.997,0,0,18,295,0,14,0 -03-01 20:33:38,24.732,4.497,69.950,0.250,0.500,4523988,275480,198976,2926580,5244.261,1618.846,0,507.638,0,82.941,9015,18679,1.320,1.500,1,4,0,6.995,0,0,18,295,0,14,0 -03-01 20:33:39,40.040,7.257,52.553,0.250,0,4467348,331012,198976,2927688,8668.677,2097.099,744.745,468.469,19.019,18.018,1767,2388,1.320,1.500,1,4,0,17.017,0,0,18,287,0,16,0 -03-01 20:33:40,55.635,8.771,35.335,0.251,0,4215084,582776,198976,2928176,6346.345,1623.927,360.873,733.774,9.022,67.162,2321,3636,1.320,1.500,1,4,0,5.012,0,0,18,273,0,10,0 -03-01 20:33:41,84.240,14.248,1.000,0.250,0,4393624,403360,198976,2929056,5444.379,1619.815,359.959,403.954,23.997,8.999,1938,2337,1.320,1.500,1,6,0,11.999,0,0,18,269,0,11,0 -03-01 20:33:42,86.261,12.002,1.000,0.250,0,4402236,391460,199104,2932220,5479.712,1620.211,1388.180,864.112,107.014,27.004,5787,12376,1.320,1.500,1,7,0,6.001,0,0,18,267,0,18,0 -03-01 20:33:43,65.304,14.262,21.267,0,0.250,4335564,457844,199104,2932508,5308.353,1621.329,788.647,6052.963,8.007,568.466,3866,5647,1.460,1.530,1.010,2,0,12.010,0,0,18,258,0,19,0 -03-01 20:33:44,33.380,5.729,58.290,0,0.498,4412304,379436,199104,2934176,4946.204,1494.622,135.512,777.204,32.882,20.925,4222,10436,1.460,1.530,1.010,2,0,3.986,0,0,18,264,0,20,0 -03-01 20:33:45,25.768,4.503,69.800,0,0,4497200,293056,199104,2935660,46437.249,23737.996,424.304,388.278,15.011,37.027,4345,7548,1.460,1.530,1.010,0,0,2.001,0,0,18,266,0,26,0 -03-01 20:33:46,2.755,1.002,95.166,0.250,0,4497452,292804,199104,2935660,30137.500,13511.537,0,312.544,0,9.016,1286,1908,1.460,1.530,1.010,0,0,0,0,0,18,266,0,26,0 -03-01 20:33:47,9.989,2.247,85.652,0.250,0.250,4499344,290844,199104,2935728,165393.451,78777.194,0,647.262,0,49.943,2694,3368,1.460,1.530,1.010,0,0,0,0,0,18,268,0,26,0 -03-01 20:33:48,9.971,2.244,86.250,0.997,0,4508632,281520,199104,2935764,78243.563,33919.836,0,2377.121,0,153.556,2465,3503,1.580,1.550,1.020,2,0,0.997,0,0,18,270,0,26,0 -03-01 20:33:49,8.003,2.001,88.538,0.250,0,4513752,276256,199104,2935908,47486.372,20666.866,0,136.058,0,19.008,2510,5260,1.580,1.550,1.020,1,0,1.000,0,0,18,274,0,26,0 -03-01 20:33:50,2.999,0.500,95.468,0,0.250,4513992,276008,199104,2935916,4985.325,1619.456,0,311.895,0,13.995,1290,2183,1.580,1.550,1.020,0,0,1.000,0,0,18,274,0,26,0 -03-01 20:33:51,1.999,1.250,95.974,0,0,4513992,276008,199104,2935916,5142.606,1457.605,0,291.921,0,17.995,1105,1858,1.580,1.550,1.020,1,0,0,0,0,18,274,0,26,0 -03-01 20:33:52,1.754,0.752,96.703,0.251,0,4513992,276008,199104,2935916,4706.903,1623.416,0,100.211,0,8.017,1143,1836,1.580,1.550,1.020,2,0,0,0,0,18,274,0,26,0 -03-01 20:33:53,1.747,0.749,96.110,0,0.250,4513992,276008,199104,2935916,6630.333,1617.641,0,0,0,0,1058,1826,1.450,1.530,1.020,2,0,0,0,0,18,274,0,26,0 -03-01 20:33:54,3.255,1.001,94.634,0.250,0,4513992,276008,199104,2935916,6850.680,1622.292,0,885.251,0,26.037,1293,2216,1.450,1.530,1.020,1,0,0,0,0,18,274,0,26,0 -03-01 20:33:55,2.746,0.749,95.361,0,0.250,4514204,275756,199104,2935956,4848.930,1617.641,31.953,91.866,0.999,13.980,1313,2227,1.450,1.530,1.020,2,0,0,0,0,18,274,0,26,0 -03-01 20:33:56,1.751,0.500,96.824,0,0.500,4514204,275756,199104,2935956,5648.310,1621.237,0,0,0,0,1041,1743,1.450,1.530,1.020,1,0,0,0,0,18,274,0,26,0 -03-01 20:33:57,3.501,2.251,94.037,0.250,0,4516036,273936,199104,2935956,5297.087,1458.575,0,17738.989,0,89.035,1450,2250,1.450,1.530,1.020,1,0,0,0,0,18,274,0,26,0 -03-01 20:33:58,2.001,0.250,94.786,1.000,0,4516260,273712,199104,2935956,6437.459,1620.619,0,6186.363,0,592.226,1558,1922,1.340,1.500,1.010,1,0,0,0,0,18,274,0,26,0 -03-01 20:33:59,3.000,0.750,95.490,0,0,4516512,273460,199104,2935956,7387.254,1619.836,0,107.989,0,15.998,1297,2178,1.340,1.500,1.010,2,0,0,0,0,18,274,0,26,0 -03-01 20:34:00,1.250,1.500,95.266,0,0,4516772,273208,199104,2935948,5897.961,1620.264,0,244.040,0,15.002,1271,2535,1.340,1.500,1.010,1,0,1.000,0,0,18,274,0,26,0 -03-01 20:34:01,2.749,1.250,95.723,0.250,0,4516768,273208,199104,2935952,6481.146,1619.537,0,331.905,0,17.995,1146,1872,1.340,1.500,1.010,2,0,0,0,0,18,274,0,26,0 -03-01 20:34:02,10.002,6.751,82.515,0.500,0.250,4522508,267372,199108,2936056,5066.927,1620.297,0,169967.104,0,848.155,5067,8889,1.340,1.500,1.010,2,0,34.006,0,0,18,274,0,25,0 -03-01 20:34:03,5.005,1.001,92.838,0,0.250,4522996,266920,199108,2936080,5088.839,1621.542,8.008,4.004,2.002,1.001,1341,2260,1.230,1.480,1,4,0,6.006,0,0,18,274,0,27,0 -03-01 20:34:04,9.503,20.255,68.268,0.250,0,4538544,251308,199108,2936144,4536.202,1458.386,8.002,2600.689,1.000,36.010,4301,7182,1.230,1.480,1,3,0,572.152,0,0,18,274,0,26,0 -03-01 20:34:05,9.009,18.769,70.072,0.250,0,4540124,249688,199108,2936184,6511.733,1621.677,32.033,228.236,1.001,23.024,4058,7257,1.230,1.480,1,1,0,545.564,0,0,18,274,0,26,0 -03-01 20:34:06,10.242,18.735,69.196,0,0,4538944,250324,199112,2936724,5771.475,1618.731,467.633,111.912,22.982,7.994,4355,7549,1.230,1.480,1,1,0,685.463,0,0,18,274,0,26,0 -03-01 20:34:07,19.006,9.503,70.522,0.500,0.250,4554056,234824,199112,2937112,42641.603,1662.530,416.133,800.255,10.003,51.016,3150,5139,1.230,1.480,1,1,0,233.074,0,0,18,274,0,26,0 -03-01 20:34:08,3.492,2.993,92.549,0.249,0.249,4566476,222676,199116,2937204,45055.005,3190.062,0,18224.362,0,165.640,2300,3580,1.130,1.450,1,1,0,26.941,0,0,18,275,0,26,0 -03-01 20:34:09,1.748,1.248,94.372,0.250,0.499,4566216,222676,199116,2937464,277862.829,8999.751,0,375.489,0,35.951,1651,2477,1.130,1.450,1,1,0,0,0,0,18,275,0,26,0 -03-01 20:34:10,3.501,1.500,92.774,0,0,4566896,221472,199116,2937988,547427.879,15087.938,0,204.053,0,29.008,2186,3082,1.130,1.450,1,1,0,1.000,0,0,18,275,0,26,0 -03-01 20:34:11,2.998,0.999,93.432,0,0.250,4567908,219596,199116,2938852,917330.852,25715.382,0,0,0,0,2088,2346,1.130,1.450,1,1,0,0,0,0,18,275,0,26,0 -03-01 20:34:12,2.255,1.002,95.444,0.251,0,4568188,219120,199120,2939044,205066.515,8833.986,0,2276.635,0,20.041,1345,1993,1.130,1.450,1,3,0,0,0,0,18,275,0,26,0 -03-01 20:34:13,3.251,0.500,95.533,0,0.250,4568292,218896,199120,2939164,129867.415,4237.449,0,380.130,0,15.005,1300,2043,1.120,1.440,1,1,0,0,0,0,18,275,0,26,0 -03-01 20:34:14,2.749,1.250,94.216,0.250,0,4568488,218420,199120,2939444,304977.513,8283.026,0,351.874,0,28.990,1617,2462,1.120,1.440,1,1,0,0,0,0,18,275,0,26,0 -03-01 20:34:15,2.999,1.250,93.979,0,0,4568460,217916,199120,2939976,565980.956,14156.772,0,131.970,0,16.996,1716,2675,1.120,1.440,1,1,0,0,0,0,18,275,0,26,0 -03-01 20:34:16,2.499,0.750,95.700,0,0.500,4568452,217664,199120,2940236,291782.106,7554.042,0,1207.367,0,2.998,1251,1927,1.120,1.440,1,2,0,0,0,0,18,275,0,26,0 -03-01 20:34:17,3.241,1.246,93.985,0.249,0.249,4568480,217412,199120,2940460,213491.953,3866.098,0,921.402,0,53.848,1526,2441,1.120,1.440,1,0,0,0,0,0,18,275,0,26,0 -03-01 20:34:18,2.258,0.753,95.341,0,0.251,4568824,216712,199120,2940816,374790.753,11916.566,0,429.534,0,7.025,1528,2148,1.030,1.420,0.990,0,0,0,0,0,18,275,0,26,0 -03-01 20:34:19,3.244,0.998,94.567,0.250,0,4568700,216712,199120,2940940,145016.104,3078.038,0,566.902,0,37.927,1447,2317,1.030,1.420,0.990,1,0,0,0,0,18,275,0,26,0 -03-01 20:34:20,8.523,4.011,84.479,1.504,0,4571608,208780,199288,2945800,207519.548,4470.096,5013.567,537.454,172.467,23.062,2004,2801,1.030,1.420,0.990,1,0,23.062,0,0,18,274,0,27,0 -03-01 20:34:21,11.749,13.499,69.493,4.750,0.500,4581780,176988,199516,2966800,6043.402,1619.840,139.986,28757.153,27.997,1484.853,9878,16427,1.030,1.420,0.990,1,0,114.989,0,0,18,274,0,27,0 -03-01 20:34:22,17.776,9.764,68.350,2.504,0,4583020,171544,199612,2970276,6260.184,1716.518,0,8308.188,0,720.056,4558,6906,1.030,1.420,0.990,1,0,93.137,0,0,18,274,0,27,0 -03-01 20:34:23,21.727,8.491,68.178,0.499,0.250,4585344,168372,199640,2970968,5716.991,1618.299,0,1830.077,0,104.890,2449,3536,1.030,1.410,0.990,2,0,62.934,0,0,18,274,0,27,0 -03-01 20:34:24,23.284,7.010,68.601,0.751,0,4583408,168088,199756,2972720,9029.300,1622.390,0,1634.407,0,85.125,2547,3703,1.030,1.410,0.990,1,0,51.075,0,0,18,274,0,27,0 -03-01 20:34:25,17.477,10.736,69.407,1.498,0.250,4585040,156608,199508,2984404,4973.316,1509.971,199.732,5077.176,30.958,141.809,2559,3898,1.030,1.410,0.990,2,0,42.942,0,0,18,274,0,27,0 -03-01 20:34:26,19.480,5.994,72.426,0.749,0,4600236,137100,199516,2986292,6109.725,1564.393,1794.157,0,432.556,0,1985,2283,1.030,1.410,0.990,4,0,9.990,0,0,18,274,0,27,0 -03-01 20:34:27,17.477,10.985,68.409,0,0,4609360,135092,199516,2980908,5572.622,1617.858,583.228,327.566,17.976,26.964,3658,6042,1.030,1.410,0.990,3,0,66.911,0,0,18,274,0,27,0 -03-01 20:34:28,49.154,12.539,35.862,1.003,0,4284944,456836,199776,2982964,6218.495,2006.290,2539.963,264.830,140.440,4.013,5880,7378,1.350,1.470,1.020,4,0,60.189,0,0,18,266,0,31,0 -03-01 20:34:29,46.556,6.508,46.556,0.501,0.250,4369968,371480,199800,2983272,5100.176,1409.707,80.097,1489.804,17.021,224.272,2214,2490,1.350,1.470,1.020,3,0,15.018,0,0,18,266,0,31,0 -03-01 20:34:30,45.634,8.728,44.388,0,0.249,4458704,281840,199804,2984204,7274.581,1657.802,387.020,103.737,27.929,3.990,2214,3394,1.350,1.470,1.020,4,0,31.919,0,0,18,274,0,35,0 -03-01 20:34:31,10.745,4.998,83.461,0.250,0,4205956,590096,199808,2929912,6310.015,1661.214,395.813,3.998,19.991,1.000,1754,2872,1.350,1.470,1.020,1,0,25.988,0,0,18,266,0,39,0 -03-01 20:34:32,1.998,0.749,96.421,0,0,4205952,590096,199808,2929916,5782.276,2024.346,0,0,0,0,947,1631,1.350,1.470,1.020,1,0,0,0,0,18,266,0,39,0 -03-01 20:34:33,2.498,0.500,96.430,0,0.250,4205952,590096,199808,2929916,7009.925,1730.747,0,7.994,0,1.999,1013,1780,1.240,1.450,1.010,1,0,0,0,0,18,266,0,39,0 -03-01 20:34:34,1.752,1.001,95.850,0.501,0,4198636,597412,199808,2929916,5480.733,1567.640,0,908.951,0,25.026,1219,2109,1.240,1.450,1.010,1,0,0,0,0,18,266,0,39,0 -03-01 20:34:35,2.250,0.500,95.761,0,0,4198636,597412,199808,2929916,7061.826,1620.190,0,0,0,0,1122,1955,1.240,1.450,1.010,0,0,0,0,0,18,266,0,39,0 -03-01 20:34:36,1.500,1.000,95.972,0,0.500,4198632,597412,199808,2929920,5737.319,1619.525,0,55.984,0,6.998,1119,1978,1.240,1.450,1.010,2,0,0,0,0,18,266,0,39,0 -03-01 20:34:37,2.997,0.749,94.915,0.250,0.250,4198628,597412,199808,2929924,44375.328,1618.553,0,391.650,0,38.965,1398,2276,1.240,1.450,1.010,0,0,0,0,0,18,266,0,39,0 -03-01 20:34:38,1.750,0.750,96.024,0.250,0,4198880,597160,199808,2929924,5079.280,1644.414,0,2908.733,0,318.080,1577,2031,1.140,1.420,1,1,0,0,0,0,18,266,0,39,0 -03-01 20:34:39,2.499,1.249,94.954,0.250,0,4198996,597160,199808,2929924,5114.509,1619.211,0,387.811,0,37.982,1278,2257,1.140,1.420,1,2,0,0,0,0,18,266,0,39,0 -03-01 20:34:40,3.503,1.001,92.829,1.251,0,4198992,597160,199808,2929928,5230.446,1621.378,0,3026.573,0,212.180,1905,3581,1.140,1.420,1,2,0,1.001,0,0,18,266,0,39,0 -03-01 20:34:41,2.001,1.001,96.813,0,0,4198992,597160,199808,2929928,7673.010,1637.069,0,32.021,0,4.003,963,1639,1.140,1.420,1,2,0,0,0,0,18,266,0,35,0 -03-01 20:34:42,1.249,0.250,96.650,0,0.250,4198992,597160,199808,2929928,5700.123,1618.332,0,0,0,0,938,1632,1.140,1.420,1,0,0,0,0,0,18,266,0,35,0 -03-01 20:34:43,2.751,0.750,96.270,0,0,4198992,597160,199808,2929928,5228.098,1620.340,0,0,0,0,1066,1814,1.050,1.400,1,1,0,0,0,0,18,266,0,24,0 -03-01 20:34:44,2.498,1.249,95.428,0.250,0.250,4198992,597160,199808,2929928,7364.477,1660.754,0,263.802,0,22.983,1268,2180,1.050,1.400,1,1,0,0,0,0,18,266,0,24,0 -03-01 20:34:45,2.753,1.001,94.839,0,0.250,4198988,597160,199808,2929932,5544.217,1583.490,0,96.090,0,11.010,1222,2039,1.050,1.400,1,2,0,0,0,0,18,266,0,19,0 -03-01 20:34:46,1.504,1.003,96.278,0,0,4198988,597160,199808,2929932,6872.828,1624.687,0,0,0,0,978,1599,1.050,1.400,1,0,0,0,0,0,18,266,0,19,0 -03-01 20:34:47,1.247,0.499,95.558,0.249,0,4198956,597160,199808,2929964,6424.075,1616.747,0,255.486,0,24.950,1241,2150,1.050,1.400,1,1,0,0,0,0,18,266,0,16,0 -03-01 20:34:48,3.500,1.250,95.244,0,0.250,4198952,597160,199808,2929968,8038.469,1655.891,0,91.994,0,11.999,1275,2292,0.960,1.370,0.990,1,0,0,0,0,18,266,0,16,0 -03-01 20:34:49,2.498,0.500,94.430,0.250,0,4198944,597160,199808,2929976,5849.665,1618.800,0,195.855,0,24.981,1348,2285,0.960,1.370,0.990,1,0,0,0,0,18,266,0,16,0 -03-01 20:34:50,2.251,1.251,95.548,0.250,0,4198940,597160,199808,2929980,5015.538,1620.820,0,208.105,0,19.010,1248,2174,0.960,1.370,0.990,1,0,1.001,0,0,18,266,0,16,0 -03-01 20:34:51,0.999,0.999,96.410,0,0.250,4198940,597160,199808,2929980,6208.214,1618.492,0,291.728,0,19.981,1051,1801,0.960,1.370,0.990,0,0,0,0,0,18,266,0,16,0 -03-01 20:34:52,2.748,0.500,96.676,0,0.250,4198940,597160,199808,2929980,5408.868,1510.846,0,83.936,0,4.996,1023,1684,0.960,1.370,0.990,1,0,0,0,0,18,266,0,16,0 -03-01 20:34:53,1.251,1.001,96.104,0,0,4198940,597160,199808,2929980,5398.847,1621.756,0,0,0,0,1016,1835,0.890,1.350,0.990,2,0,0,0,0,18,266,0,16,0 -03-01 20:34:54,2.753,1.001,94.854,0.250,0.250,4199612,596488,199808,2929980,5225.717,1663.820,0,1821.993,0,37.041,1308,2221,0.890,1.350,0.990,1,0,0,0,0,18,266,0,16,0 -03-01 20:34:55,3.252,1.000,95.045,0,0.250,4199612,596488,199808,2929980,4677.208,1566.740,0,100.047,0,16.008,1244,2179,0.890,1.350,0.990,3,0,0,0,0,18,266,0,16,0 -03-01 20:34:56,1.249,0.750,96.448,0.500,0,4199612,596488,199808,2929980,9499.842,1619.121,0,175.904,0,10.994,1038,1760,0.890,1.350,0.990,1,0,0,0,0,18,266,0,16,0 -03-01 20:34:57,1.748,1.249,95.391,0,0,4199612,596488,199808,2929980,9190.532,1688.077,0,107.877,0,17.980,1281,2137,0.890,1.350,0.990,0,0,0,0,0,18,266,0,16,0 -03-01 20:34:58,2.501,0.750,95.020,0,0,4199624,596488,199808,2929980,6403.364,1602.341,0,112.024,0,9.002,1275,2072,0.810,1.330,0.980,1,0,2.000,0,0,18,266,0,16,0 -03-01 20:34:59,2.499,1.500,94.720,0.250,0,4200068,596040,199808,2929984,9134.068,1619.480,0,53542.813,0,123.960,1453,2340,0.810,1.330,0.980,1,0,0,0,0,18,266,0,16,0 -03-01 20:35:00,2.502,0.500,94.572,1.251,0,4200068,596040,199808,2929984,6074.598,1621.227,0,3922.970,0,507.384,2011,2156,0.810,1.330,0.980,1,0,1.001,0,0,18,266,0,16,0 -03-01 20:35:01,16.295,3.510,78.716,0.752,0.251,4232076,561880,200144,2931032,6436.669,1624.459,1343.688,176.484,110.303,1.003,1784,2581,0.810,1.330,0.980,1,0,7.019,0,0,18,267,0,16,0 -03-01 20:35:02,24.996,5.749,67.490,0,0,4242420,551004,200144,2931572,5465.191,1619.760,11.998,747.889,3.000,12.998,3118,6151,0.810,1.330,0.980,2,0,18.997,0,0,18,270,0,17,0 -03-01 20:35:03,29.670,4.987,65.074,0.249,0,4231028,562220,200144,2931748,6205.233,1561.780,15.957,283.235,0.997,24.933,2565,7011,0.830,1.320,0.980,1,0,28.922,0,0,18,274,0,18,0 -03-01 20:35:04,24.289,4.257,68.610,0.250,0.501,4234720,558376,200144,2931900,19876.763,7645.217,0,384.615,0,44.070,2490,3854,0.830,1.320,0.980,2,0,7.011,0,0,18,276,0,15,0 -03-01 20:35:05,25.024,4.504,70.568,0.250,0.250,4222224,570840,200144,2931932,10794.395,4595.425,0,388.374,0,47.045,2439,4185,0.830,1.320,0.980,1,0,12.012,0,0,18,274,0,16,0 -03-01 20:35:06,39.004,5.501,54.755,0,0,4216980,575836,200144,2932180,6030.585,1662.161,268.026,368.036,3.000,25.002,2141,3103,0.830,1.320,0.980,3,0,21.002,0,0,18,272,0,17,0 -03-01 20:35:07,55.767,10.753,32.010,0.250,0,3928432,864472,200144,2932276,42156.689,1620.488,4.001,252.076,1.000,25.008,2115,2810,0.830,1.320,0.980,4,0,8.002,0,0,18,262,0,19,0 -03-01 20:35:08,88.788,11.441,0.249,0.249,0.249,4104044,688352,200144,2932784,23336.649,10441.703,290.489,330.283,4.974,8.953,2019,2335,1.080,1.370,1,6,0,8.953,0,0,18,263,0,19,0 -03-01 20:35:09,83.427,10.773,4.510,0.501,0,3948368,841240,200144,2935620,9370.838,1996.226,909.926,1318.792,93.197,102.216,6413,14077,1.080,1.370,1,3,0,10.021,0,0,18,250,0,27,0 -03-01 20:35:10,52.490,7.249,38.743,0.750,0,4075172,714232,200144,2935920,5222.029,1565.709,159.970,535.900,7.999,68.987,2862,4744,1.080,1.370,1,4,0,4.999,0,0,18,252,0,28,0 -03-01 20:35:11,30.054,7.013,61.611,0.250,0.501,4140116,646976,200144,2938232,124762.448,61999.537,100.180,472.851,7.013,47.085,8675,15521,1.080,1.370,1,1,0,3.005,0,0,18,258,0,33,0 -03-01 20:35:12,12.508,1.751,84.805,0,0.250,4146708,640228,200144,2938388,145304.884,68610.803,0,108.071,0,8.005,2366,2700,1.080,1.370,1,2,0,0,0,0,18,258,0,33,0 -03-01 20:35:13,9.470,3.987,85.227,0,0,4164804,622084,200144,2938436,64154.257,28855.461,0,251.194,0,25.917,2528,4370,1,1.350,0.990,1,0,1.994,0,0,18,268,0,33,0 -03-01 20:35:14,4.500,0.500,93.246,0.500,0.250,4165276,621608,200144,2938440,27075.836,11343.512,0,1143.951,0,121.995,1404,2051,1,1.350,0.990,2,0,0,0,0,18,266,0,33,0 -03-01 20:35:15,2.751,1.250,94.784,0,0,4165300,621608,200144,2938448,4627.652,1620.579,0,292.104,0,37.013,1606,2761,1,1.350,0.990,1,0,0,0,0,18,266,0,33,0 -03-01 20:35:16,2.002,0.501,96.116,0.250,0,4165300,621608,200144,2938448,5030.091,1621.964,0,148.179,0,13.016,1110,1861,1,1.350,0.990,3,0,0,0,0,18,266,0,33,0 -03-01 20:35:17,1.750,1.500,94.998,0.250,0,4165292,621608,200144,2938456,7415.874,1619.972,0,883.985,0,64.999,1439,2429,1,1.350,0.990,1,0,0,0,0,18,266,0,33,0 -03-01 20:35:18,1.500,0.250,96.234,0,0.250,4165292,621608,200144,2938456,5174.162,1457.764,0,51.992,0,6.999,1110,2038,0.920,1.320,0.990,1,0,0,0,0,18,266,0,33,0 -03-01 20:35:19,2.000,0.750,96.269,0,0.250,4165292,621608,200144,2938456,5891.166,1620.321,0,72.014,0,6.001,1063,1793,0.920,1.320,0.990,1,0,0,0,0,18,266,0,33,0 -03-01 20:35:20,3.250,1.750,94.488,0.500,0,4165792,621104,200144,2938460,5362.298,1619.788,0,275.964,0,39.995,1434,2473,0.920,1.320,0.990,1,0,1.000,0,0,18,268,0,33,0 -03-01 20:35:21,1.749,0.750,93.717,1.749,0.250,4166240,620656,200144,2938460,7293.411,1661.410,0,8656.927,0,1040.631,2855,1893,0.920,1.320,0.990,2,0,0,0,0,18,268,0,33,0 -03-01 20:35:22,2.249,0.750,96.697,0,0,4166236,620656,200144,2938464,5691.909,1713.070,0,59.967,0,5.997,1068,1750,0.920,1.320,0.990,1,0,0,0,0,18,268,0,32,0 -03-01 20:35:23,3.498,0.750,95.459,0.250,0.250,4166236,620656,200144,2938464,6583.163,1619.302,0,231.900,0,21.991,1254,2213,0.920,1.320,0.990,1,0,0,0,0,18,268,0,32,0 -03-01 20:35:24,2.007,0.251,94.854,0.502,0,4166740,620152,200144,2938464,4974.560,1626.067,0,172.644,0,28.105,1281,2315,0.920,1.320,0.990,0,0,0,0,0,18,268,0,32,0 -03-01 20:35:25,1.993,1.246,94.163,0.747,0,4166736,620152,200144,2938468,4853.643,1452.805,0,2790.023,0,174.376,1559,2811,0.920,1.320,0.990,2,0,0,0,0,18,268,0,32,0 -03-01 20:35:26,1.000,0.500,96.491,0,0,4166736,620152,200144,2938468,6217.397,1619.843,0,2991.710,0,64.994,1072,1716,0.920,1.320,0.990,1,0,0,0,0,18,268,0,32,0 -03-01 20:35:27,3.256,1.002,95.431,0.250,0.250,4166732,620152,200144,2938472,6083.522,1623.074,0,324.615,0,29.055,1248,2177,0.920,1.320,0.990,2,0,0,0,0,18,268,0,32,0 -03-01 20:35:28,2.495,0.250,96.317,0,0,4167236,619648,200144,2938472,9178.579,1616.931,0,31.939,0,3.992,1076,1839,0.850,1.300,0.980,2,0,0,0,0,18,268,0,28,0 -03-01 20:35:29,2.510,3.764,92.101,0.251,0.251,4174428,612112,200292,2938668,5693.687,1977.532,602.294,4.015,37.141,1.004,1489,3672,0.850,1.300,0.980,5,0,39.149,0,0,18,268,0,28,0 -03-01 20:35:30,28.923,8.727,61.336,0.249,0,4028676,757488,200292,2939144,7016.260,2146.267,15.957,833.773,0.997,61.835,2188,3605,0.850,1.300,0.980,3,0,37.899,0,0,18,220,0,32,0 -03-01 20:35:31,47.504,9.501,43.504,0,0.250,4088500,697264,200292,2939544,5692.467,2012.165,12.001,40.003,2.000,4.000,1813,3400,0.850,1.300,0.980,3,0,4.000,0,0,18,228,0,36,0 -03-01 20:35:32,35.530,8.007,55.297,0,0.250,3959392,826360,200292,2939552,6885.791,1567.318,0,1593.340,0,4.003,1633,2136,0.850,1.300,0.980,2,0,2.002,0,0,18,220,0,36,0 -03-01 20:35:33,23.756,4.501,71.267,0,0,3959616,826136,200292,2939552,6481.582,1620.395,0,324.079,0,24.006,1407,2166,0.860,1.290,0.980,2,0,0,0,0,18,220,0,36,0 -03-01 20:35:34,21.490,5.747,71.715,0.250,0,3959616,826136,200292,2939552,6516.820,1661.189,0,139.932,0,23.988,1531,2318,0.860,1.290,0.980,3,0,0,0,0,18,220,0,36,0 -03-01 20:35:35,21.788,6.011,71.125,0,0,3794536,991244,200300,2939544,11327.869,1805.166,0,264.464,0,21.037,1754,2788,0.860,1.290,0.980,1,0,8.014,0,0,17,203,0,38,0 -03-01 20:35:36,22.490,3.249,72.468,0.250,0,3853820,931772,200300,2939732,11697.759,1619.275,67.970,0,12.994,0,1574,2783,0.860,1.290,0.980,1,0,1.999,0,0,17,203,0,38,0 -03-01 20:35:37,23.957,2.745,70.622,1.497,0.250,3884084,900272,200300,2940968,42284.296,1617.067,1030.131,694.740,128.766,44.919,2078,3162,0.860,1.290,0.980,1,0,0,0,0,17,205,0,38,0 -03-01 20:35:38,32.085,7.520,60.160,0,0.251,3989928,791976,200300,2943440,6569.435,1624.311,521.384,220.585,17.045,22.059,3597,10401,1.270,1.370,1.010,7,0,6.016,0,0,18,221,0,45,0 -03-01 20:35:39,27.928,4.738,66.579,0.499,0,4060336,719932,200300,2945076,5334.275,1454.258,710.173,566.542,101.738,37.902,3517,10279,1.270,1.370,1.010,1,0,0,0,0,18,230,0,48,0 -03-01 20:35:40,1.999,1.000,94.955,0,0.250,4060584,719680,200300,2945080,5855.254,1709.198,0,39.981,0,4.998,1212,2163,1.270,1.370,1.010,0,0,1.000,0,0,18,230,0,48,0 -03-01 20:35:41,2.748,0.500,95.666,0,0,4060808,719456,200300,2945080,6193.581,1618.584,0,0,0,0,1066,1735,1.270,1.370,1.010,1,0,0,0,0,18,230,0,48,0 -03-01 20:35:42,2.000,0.250,96.485,0,0,4060808,719456,200300,2945080,5680.142,1619.755,0,0,0,0,967,1687,1.270,1.370,1.010,0,0,0,0,0,18,230,0,48,0 -03-01 20:35:43,2.000,1.250,95.506,0.250,0.250,4060800,719456,200300,2945088,5446.349,1620.104,0,252.016,0,24.002,1302,2175,1.170,1.350,1.010,1,0,0,0,0,18,230,0,48,0 -03-01 20:35:44,6.756,1.501,89.832,0.250,0,4061548,718700,200300,2945096,5190.729,1663.515,0,312.284,0,51.047,2069,3587,1.170,1.350,1.010,1,0,0,0,0,18,230,0,48,0 -03-01 20:35:45,1.250,1.500,96.529,0,0.250,4061548,718700,200300,2945096,4579.374,1598.480,0,424.127,0,58.017,1049,1666,1.170,1.350,1.010,1,0,0,0,0,18,230,0,48,0 -03-01 20:35:46,1.503,0.752,96.218,0,0,4061548,718700,200300,2945096,6388.483,1623.681,0,4.009,0,1.002,1000,1706,1.170,1.350,1.010,0,0,0,0,0,18,230,0,48,0 -03-01 20:35:47,2.495,1.247,94.299,0.748,0,4061760,718448,200300,2945136,8102.765,1616.562,0,838.217,0,65.860,1503,2454,1.170,1.350,1.010,1,0,0,0,0,18,230,0,48,0 -03-01 20:35:48,2.000,1.750,95.504,0,0.500,4065540,714668,200300,2945136,7126.271,1662.063,0,48.002,0,7.000,1216,1984,1.080,1.320,1,0,0,0,0,0,18,232,0,48,0 -03-01 20:35:49,22.738,2.249,73.211,0.250,0,4078348,701816,200300,2945180,7929.766,1619.135,15.991,459.754,0.999,42.977,2493,4252,1.080,1.320,1,2,0,0.999,0,0,18,240,0,48,0 -03-01 20:35:50,3.249,0.750,94.965,0,0,4079584,700560,200300,2945200,5062.142,1709.373,15.994,0,1.999,0,1157,1979,1.080,1.320,1,1,0,1.000,0,0,18,240,0,48,0 -03-01 20:35:51,0.999,0.750,96.194,0,0,4079584,700560,200300,2945200,6217.381,1457.152,0,39.977,0,4.997,1037,1779,1.080,1.320,1,1,0,0,0,0,18,240,0,48,0 -03-01 20:35:52,1.000,0.500,96.979,0,0,4079580,700560,200300,2945204,7435.401,1619.652,0,47.990,0,2.999,1023,1764,1.080,1.320,1,2,0,0,0,0,18,240,0,48,0 -03-01 20:35:53,2.252,0.751,95.603,0.250,0.501,4079832,700308,200300,2945204,5140.536,1621.747,0,260.280,0,23.025,1299,2226,0.990,1.300,0.990,1,0,0,0,0,18,240,0,48,0 -03-01 20:35:54,2.500,1.000,93.735,0.250,0,4080588,699552,200300,2945204,5410.151,1619.746,0,375.941,0,55.991,1766,3071,0.990,1.300,0.990,0,0,2.000,0,0,18,244,0,48,0 -03-01 20:35:55,2.251,0.750,96.308,0.250,0,4080588,699552,200300,2945204,5288.178,1620.974,0,104.063,0,7.004,1087,1823,0.990,1.300,0.990,2,0,0,0,0,18,244,0,48,0 -03-01 20:35:56,2.750,1.250,94.493,0,0,4080584,699552,200300,2945208,7551.426,1619.877,0,0,0,0,1241,1936,0.990,1.300,0.990,2,0,0,0,0,18,244,0,48,0 -03-01 20:35:57,3.746,0.999,93.159,0.999,0.250,4081248,698852,200300,2945244,6983.157,1618.414,31.969,7452.696,1.998,727.287,2057,2487,0.990,1.300,0.990,1,0,0,0,0,18,244,0,48,0 -03-01 20:35:58,1.500,0.750,96.254,0,0.250,4081248,698852,200300,2945244,4890.205,1458.061,0,0,0,0,991,1719,0.910,1.280,0.990,0,0,0,0,0,18,244,0,48,0 -03-01 20:35:59,2.002,0.751,95.616,0,0.250,4081248,698852,200300,2945244,5008.080,1621.969,0,508.617,0,33.040,1367,2471,0.910,1.280,0.990,2,0,0,0,0,18,244,0,48,0 -03-01 20:36:00,3.247,1.249,94.668,0.250,0,4081748,698348,200300,2945248,7698.356,1708.526,0,131.886,0,18.984,1288,2124,0.910,1.280,0.990,0,0,1.998,0,0,18,246,0,48,0 -03-01 20:36:01,4.752,2.501,92.032,0,0,4081744,698348,200300,2945252,5832.041,1620.567,0,0,0,0,2152,3847,0.910,1.280,0.990,3,0,0,0,0,18,246,0,48,0 -03-01 20:36:02,4.002,0.750,93.794,0.250,0,4081752,698096,200300,2945496,5507.567,1620.755,0,732.341,0,120.056,1416,2132,0.910,1.280,0.990,1,0,0,0,0,18,246,0,48,0 -03-01 20:36:03,8.499,3.000,87.995,0,0,4088540,691304,200300,2945500,7395.541,1759.891,0,99.994,0,12.999,2123,4682,0.840,1.260,0.980,1,0,33.998,0,0,18,246,0,47,0 -03-01 20:36:04,2.499,1.000,94.957,0,0,4088536,691304,200300,2945504,5286.621,1511.320,0,167.924,0,25.988,1405,2471,0.840,1.260,0.980,0,0,0,0,0,18,246,0,47,0 -03-01 20:36:05,4.757,7.261,85.628,0,0.751,4094116,685716,200300,2945512,6640.935,1610.409,0,877.312,0,4.006,2061,3557,0.840,1.260,0.980,2,0,175.262,0,0,18,246,0,47,0 -03-01 20:36:06,17.458,9.976,72.078,0,0.249,4141908,637908,200300,2945528,7667.735,1616.150,0,115.724,0,1.995,2149,3304,0.840,1.260,0.980,1,0,153.634,0,0,18,246,0,47,0 -03-01 20:36:07,24.854,3.766,70.796,0.502,0,4179648,600108,200300,2945588,44220.976,1626.805,20.084,1550.486,2.008,99.416,2622,4409,0.840,1.260,0.980,1,0,0,0,0,18,250,0,43,0 -03-01 20:36:08,27.191,3.991,66.606,1.247,0,4142888,636764,200300,2945692,4895.431,1658.419,39.914,3193.106,2.994,272.412,4114,7483,0.850,1.250,0.980,1,0,21.953,0,0,18,249,0,45,0 -03-01 20:36:09,20.237,7.745,70.956,0.500,0,4141116,638148,200436,2945944,5950.311,1618.996,167.896,599.628,4.997,27.983,2676,4449,0.850,1.250,0.980,1,0,100.937,0,0,18,249,0,48,0 -03-01 20:36:10,12.737,14.485,70.678,0,0,4153336,625872,200436,2946000,17040.619,2565.383,0,107.890,0,7.992,3558,6014,0.850,1.250,0.980,1,0,389.603,0,0,18,249,0,48,0 -03-01 20:36:11,24.330,3.261,71.985,0,0.251,4220272,558588,200436,2946348,6551.423,1625.315,144.472,2311.559,21.069,108.354,1783,2543,0.850,1.250,0.980,3,0,4.013,0,0,18,249,0,39,0 -03-01 20:36:12,24.443,3.243,71.086,0.249,0,4194704,580680,200624,2949220,6457.065,1508.511,31.926,702.375,5.986,19.954,1661,2470,0.850,1.250,0.980,2,0,4.988,0,0,18,249,0,39,0 -03-01 20:36:13,25.281,4.255,68.584,0.751,0,4238864,536360,200628,2949376,5072.234,1567.927,20.025,1638.013,2.002,114.140,3416,6447,0.850,1.250,0.980,2,0,2.002,0,0,18,250,0,40,0 -03-01 20:36:14,26.996,2.750,69.239,0.750,0.250,4245308,528800,200628,2950496,8206.712,1619.746,835.869,1063.833,58.991,154.976,3891,6931,0.860,1.250,0.980,2,0,3.000,0,0,18,256,0,41,0 -03-01 20:36:15,28.678,3.242,65.586,1.496,0,4263080,510152,200632,2951372,13456.413,7019.479,255.363,1895.269,14.963,259.353,4722,8484,0.860,1.250,0.980,1,0,2.993,0,0,18,259,0,45,0 -03-01 20:36:16,5.767,1.254,92.014,0.251,0.501,4263912,509144,200636,2951544,10009.748,3909.227,0,232.668,0,20.058,1541,2595,0.860,1.250,0.980,1,0,0,0,0,18,259,0,45,0 -03-01 20:36:17,4.489,0.997,92.266,0.499,0,4265856,507128,200636,2951616,5637.686,1615.897,15.959,582.521,0.997,92.764,1801,3348,0.860,1.250,0.980,2,0,0,0,0,18,260,0,45,0 -03-01 20:36:18,10.264,2.003,85.370,0.751,0,4267172,505644,200636,2951784,32587.721,12900.099,64.090,1193.675,4.006,146.205,3055,5273,0.860,1.250,0.980,0,0,2.003,0,0,18,261,0,46,0 -03-01 20:36:19,23.478,4.995,68.934,1.499,0,4270356,501640,200636,2952604,5984.309,1510.563,15.985,7125.224,0.999,594.435,6033,12386,0.870,1.240,0.980,1,0,0.999,0,0,18,264,0,48,0 -03-01 20:36:20,18.514,3.253,75.558,1.501,0.250,4272764,498620,200640,2953212,10876.375,4313.321,16.012,2810.164,1.001,287.221,4796,9538,0.870,1.240,0.980,1,0,1.001,0,0,18,263,0,53,0 -03-01 20:36:21,8.999,2.500,86.986,0.750,0.250,4278760,492572,200640,2953264,9180.513,3657.407,0,2011.674,0,263.957,2068,3274,0.870,1.240,0.980,1,0,1.000,0,0,18,266,0,53,0 -03-01 20:36:22,10.264,2.003,86.621,0.501,0,4279228,492068,200640,2953300,27088.789,10953.280,0,1053.470,0,130.182,2862,5084,0.870,1.240,0.980,3,0,0,0,0,18,268,0,53,0 -03-01 20:36:23,26.715,3.495,67.163,1.748,0,4307372,463648,200644,2953572,5640.678,1617.900,0,9208.048,0,914.813,6088,10141,0.870,1.240,0.980,1,0,1.997,0,0,18,273,0,56,0 -03-01 20:36:24,18.274,3.505,74.850,1.502,0.250,4307876,462892,200644,2953824,10605.169,4365.833,0,2959.954,0,324.433,4598,8691,0.960,1.260,0.990,1,0,0,0,0,18,272,0,58,0 -03-01 20:36:25,11.977,1.996,84.836,0.250,0,4308688,461884,200644,2954020,8668.279,4244.812,0,1337.420,0,140.729,2694,4750,0.960,1.260,0.990,1,0,0,0,0,18,273,0,60,0 -03-01 20:36:26,6.508,1.502,89.116,0.751,0.250,4308672,461884,200644,2954036,7126.278,1754.284,0,4678.091,0,314.409,2543,4372,0.960,1.260,0.990,2,0,0,0,0,18,273,0,60,0 -03-01 20:36:27,7.238,1.747,88.100,0.749,0.250,4309224,461128,200644,2954240,10381.372,4352.609,0,2040.535,0,195.668,2807,5154,0.960,1.260,0.990,1,0,0,0,0,18,272,0,61,0 -03-01 20:36:28,19.000,3.500,76.252,1.000,0,4310332,459616,200644,2954644,19064.438,8131.187,148.003,3984.092,8.000,489.011,3925,5810,0.960,1.260,0.990,1,0,0,0,0,18,273,0,62,0 -03-01 20:36:29,8.990,1.498,87.401,0.749,0,4310540,459364,200644,2954688,23702.074,10636.916,0,1130.716,0,145.834,2853,4803,0.890,1.240,0.990,1,0,0,0,0,18,273,0,63,0 -03-01 20:36:30,9.011,1.502,87.607,0.501,0.501,4310756,459112,200644,2954724,27114.025,10907.285,0,1085.322,0,109.133,2697,4454,0.890,1.240,0.990,1,0,1.001,0,0,18,272,0,63,0 -03-01 20:36:31,7.260,3.004,88.367,0,0,4310988,458860,200644,2954744,27178.038,10684.167,0,712.945,0,92.122,2584,4600,0.890,1.240,0.990,1,0,1.001,0,0,18,275,0,63,0 -03-01 20:36:32,26.545,4.508,66.864,1.503,0,4312072,457348,200644,2955172,6377.868,1622.765,0,3970.766,0,393.671,6275,12233,0.890,1.240,0.990,1,0,0,0,0,18,276,0,53,0 -03-01 20:36:33,28.022,3.753,66.052,2.002,0.250,4312628,456340,200644,2955624,5773.521,1513.185,0,6573.147,0,584.458,6817,13803,0.890,1.240,0.990,1,0,0,0,0,18,275,0,56,0 -03-01 20:36:34,14.442,2.739,79.679,0.498,0,4313532,455332,200644,2955728,5786.697,1613.502,0,1314.706,0,121.511,4017,7895,0.820,1.220,0.980,1,0,0.996,0,0,18,276,0,52,0 -03-01 20:36:35,4.997,0.500,92.440,0,0.250,4314016,454828,200644,2955748,4970.764,1634.936,0,67.956,0,6.995,1602,2731,0.820,1.220,0.980,1,0,0.999,0,0,18,277,0,52,0 -03-01 20:36:36,4.749,1.000,93.230,0,0,4314352,454324,200644,2955916,7164.452,1619.650,0,1279.724,0,3.999,1358,2123,0.820,1.220,0.980,0,0,0,0,0,18,277,0,50,0 -03-01 20:36:37,22.093,3.766,70.799,2.008,0,4314696,453820,200644,2956076,42395.332,1626.882,0,3579.140,0,423.793,5315,10821,0.820,1.220,0.980,1,0,0,0,0,18,278,0,52,0 -03-01 20:36:38,26.711,2.996,67.650,1.248,0.250,4315056,453064,200644,2956472,11960.394,5284.222,0,1861.260,0,229.662,6270,12581,0.820,1.220,0.980,5,0,0,0,0,18,278,0,54,0 -03-01 20:36:39,14.217,2.993,80.313,0.998,0.249,4319420,448276,200644,2956896,20907.286,6981.733,223.479,2605.928,13.967,236.449,4111,7710,0.830,1.210,0.980,1,0,0,0,0,18,276,0,54,0 -03-01 20:36:40,13.023,1.252,82.393,0.751,0.250,4327828,439456,200648,2957304,10231.814,4428.710,0,2300.004,0,227.396,3051,5468,0.830,1.210,0.980,2,0,1.002,0,0,18,276,0,49,0 -03-01 20:36:41,9.493,1.998,87.434,0.749,0,4329740,437440,200648,2957408,8909.291,4092.918,63.952,1327.001,3.997,137.896,2238,4012,0.830,1.210,0.980,1,0,0,0,0,18,277,0,50,0 -03-01 20:36:42,7.514,1.002,89.670,0.250,0,4331228,435928,200648,2957432,22742.028,9913.757,0,685.297,0,66.125,2085,3471,0.830,1.210,0.980,1,0,0,0,0,18,278,0,50,0 -03-01 20:36:43,13.236,1.998,81.416,1.498,0.250,4334880,431924,200652,2957780,14637.835,5073.744,0,5338.469,0,442.542,4011,7508,0.830,1.210,0.980,1,0,0,0,0,18,276,0,54,0 -03-01 20:36:44,7.248,1.250,89.474,0.500,0,4337400,429404,200652,2957780,6473.129,1619.532,0,791.771,0,63.982,1931,3387,0.760,1.190,0.970,2,0,0,0,0,18,277,0,58,0 -03-01 20:36:45,10.741,1.749,86.428,0.749,0,4340052,426632,200656,2957896,30880.338,12871.304,0,2002.336,0,189.842,2939,4873,0.760,1.190,0.970,1,0,0,0,0,18,276,0,59,0 -03-01 20:36:46,8.266,2.505,87.924,0.751,0.250,4341420,424952,200656,2958208,11060.867,3731.377,0,4544.985,0,142.281,2557,4382,0.760,1.190,0.970,0,0,0,0,0,18,276,0,60,0 -03-01 20:36:47,11.968,1.496,83.279,0.499,0.499,4342840,423440,200656,2958300,19933.098,8031.684,0,1328.474,0,154.590,3124,5368,0.760,1.190,0.970,1,0,0,0,0,18,277,0,62,0 -03-01 20:36:48,11.762,2.002,82.588,2.252,0,4344364,421732,200656,2958500,17429.475,6539.932,16.017,8012.493,1.001,864.917,4589,5989,0.760,1.190,0.970,1,0,0,0,0,18,276,0,62,0 -03-01 20:36:49,10.525,2.506,85.707,0.752,0,4346948,418960,200656,2958688,8663.889,1623.915,0,1475.558,0,177.428,2852,4759,0.700,1.170,0.970,2,0,0,0,0,18,276,0,66,0 -03-01 20:36:50,4.239,0.997,93.009,0.499,0,4347156,418708,200656,2958732,9980.141,4375.663,0,857.777,0,73.809,1825,3178,0.700,1.170,0.970,3,0,0.997,0,0,18,277,0,66,0 -03-01 20:36:51,11.992,2.748,84.197,0.750,0.250,4348268,417196,200656,2959132,9704.837,4330.250,0,1722.906,0,210.866,3254,5550,0.700,1.170,0.970,0,0,0.999,0,0,18,276,0,73,0 -03-01 20:36:52,6.238,0.749,90.329,0.499,0,4348748,416692,200656,2959156,5503.609,1616.947,0,950.206,0,76.855,1865,3145,0.700,1.170,0.970,0,0,0,0,0,18,276,0,74,0 -03-01 20:36:53,9.541,2.260,85.865,1.757,0.251,4348976,416440,200656,2959180,4588.520,1518.460,0,5001.275,0,343.461,2911,4820,0.700,1.170,0.970,3,0,0,0,0,18,276,0,74,0 -03-01 20:36:54,5.743,1.248,90.637,1.248,0,4348948,416440,200656,2959208,5470.173,1617.981,0,2440.954,0,184.769,2174,3966,0.890,1.200,0.980,2,0,0,0,0,18,276,0,74,0 -03-01 20:36:55,6.251,1.000,90.759,0,0,4348928,416440,200656,2959228,4320.441,1620.165,0,472.048,0,56.006,1778,3196,0.890,1.200,0.980,1,0,0,0,0,18,276,0,74,0 -03-01 20:36:56,8.259,2.503,87.341,0.501,0.250,4349024,416188,200656,2959384,8794.137,4119.280,0,804.836,0,111.115,2353,4063,0.890,1.200,0.980,0,0,0,0,0,18,277,0,77,0 -03-01 20:36:57,5.750,1.750,91.243,0.750,0,4349236,415936,200656,2959424,12468.052,4462.661,0,759.942,0,95.993,1915,3449,0.890,1.200,0.980,2,0,0,0,0,18,277,0,77,0 -03-01 20:36:58,10.248,1.250,85.732,0.750,0,4349904,415180,200656,2959512,14039.010,5988.724,0,1303.722,0,178.962,2867,5302,0.890,1.200,0.980,0,0,0,0,0,18,276,0,80,0 -03-01 20:36:59,14.197,3.238,81.448,0.996,0.498,4350136,414732,200656,2959728,22980.856,10119.507,0,4300.068,0,630.663,3697,6338,0.900,1.200,0.980,0,0,0,0,0,18,277,0,83,0 -03-01 20:37:00,11.026,1.503,84.446,1.002,0,4351396,413224,200656,2959976,21245.225,6463.977,0,1463.391,0,145.337,3126,5793,0.900,1.200,0.980,0,0,1.002,0,0,18,276,0,83,0 -03-01 20:37:01,12.024,1.503,85.418,0.250,0.250,4352292,412216,200656,2960088,9391.501,4223.320,16.032,1266.495,1.002,144.284,2337,4498,0.900,1.200,0.980,1,0,0,0,0,18,275,0,88,0 -03-01 20:37:02,4.498,0.750,92.200,0.250,0,4353032,411460,200656,2960104,9028.089,1793.025,0,775.578,0,64.965,1647,2919,0.900,1.200,0.980,1,0,0,0,0,18,275,0,89,0 -03-01 20:37:03,10.733,5.242,81.624,0.749,0,4358980,405396,200656,2960220,11618.004,4262.398,0,1282.014,0,155.759,3311,7026,0.900,1.200,0.980,2,0,33.947,0,0,18,274,0,90,0 -03-01 20:37:04,11.999,3.250,82.743,0.750,0,4359180,404892,200656,2960524,9640.161,3831.667,0,1323.885,0,155.986,3597,7080,1.060,1.230,0.990,4,0,0,0,0,18,274,0,92,0 -03-01 20:37:05,19.009,3.252,75.535,1.251,0.250,4361036,402624,200660,2960932,18136.488,8056.771,96.045,7027.289,6.003,517.242,4726,8927,1.060,1.230,0.990,1,0,0,0,0,18,275,0,97,0 -03-01 20:37:06,14.286,2.757,81.206,0.752,0.251,4361060,402372,200664,2961156,16995.014,6302.953,0,1636.141,0,170.431,3767,7165,1.060,1.230,0.990,1,0,0,0,0,18,278,0,97,0 -03-01 20:37:07,28.499,4.000,64.499,1.750,0,4361440,401616,200668,2961528,42598.020,1619.963,31.999,5159.881,1.000,562.987,7016,13599,1.060,1.230,0.990,1,0,0,0,0,18,277,0,101,0 -03-01 20:37:08,24.452,3.992,68.616,0.998,0,4362164,400608,200676,2961804,7059.164,1616.831,31.937,3193.740,0.998,307.398,6333,11565,1.060,1.230,0.990,1,0,0,0,0,18,276,0,101,0 -03-01 20:37:09,4.749,1.000,92.488,0.250,0.250,4362352,400356,200676,2961868,5074.350,1619.793,0,791.899,0,60.992,1635,2783,1.060,1.220,0.990,5,0,0,0,0,18,277,0,99,0 -03-01 20:37:10,8.244,1.999,87.439,0.749,0.250,4362404,400108,200676,2962064,9801.218,4388.963,0,1423.015,0,164.886,2756,4917,1.060,1.220,0.990,3,0,0.999,0,0,18,276,0,103,0 -03-01 20:37:11,7.002,1.500,88.521,1.000,0,4362336,400108,200676,2962132,11956.786,4293.000,4.001,1440.336,1.000,155.036,2528,4393,1.060,1.220,0.990,1,0,0,0,0,18,276,0,96,0 -03-01 20:37:12,12.503,3.251,82.021,1.250,0,4362568,399604,200680,2962400,9552.398,3790.952,0,6181.552,0,471.118,3978,7247,1.060,1.220,0.990,1,0,0,0,0,18,276,0,99,0 -03-01 20:37:13,7.500,1.500,88.745,0.500,0,4364060,398092,200680,2962420,8902.519,3819.794,0,1287.930,0,95.995,2164,3704,1.060,1.220,0.990,3,0,0,0,0,18,276,0,103,0 -03-01 20:37:14,10.254,1.751,85.284,1.251,0.500,4365136,396916,200680,2962520,24854.041,10806.366,0,7326.960,0,766.310,4226,5466,1.140,1.240,1,1,0,0,0,0,18,277,0,103,0 -03-01 20:37:15,32.233,3.248,61.467,2.998,0,4365428,396160,200680,2962980,5500.090,1857.018,31.983,6240.699,1.999,656.653,7812,14810,1.140,1.240,1,1,0,0,0,0,18,278,0,103,0 -03-01 20:37:16,25.982,5.746,67.953,1.249,0,4366892,394396,200680,2963280,5351.265,1660.841,0,2122.518,0,238.833,6637,12487,1.140,1.240,1,2,0,0,0,0,18,277,0,106,0 -03-01 20:37:17,26.590,4.264,64.217,3.261,0,4367036,393892,200680,2963640,4851.427,1625.504,32.109,9528.263,1.003,803.721,7630,15129,1.140,1.240,1,2,0,0,0,0,18,278,0,106,0 -03-01 20:37:18,28.996,3.999,66.240,1.000,0.250,4367524,393136,200680,2963908,4982.228,1619.749,0,2795.567,0,333.948,5798,11717,1.140,1.240,1,1,0,0,0,0,18,277,0,108,0 -03-01 20:37:19,24.495,4.999,67.236,1.750,0,4368952,391372,200684,2964240,9783.034,1499.699,0,3235.350,0,357.928,6462,12657,1.120,1.230,1,2,0,0,0,0,18,278,0,107,0 -03-01 20:37:20,27.410,3.738,65.784,1.495,0,4369196,390868,200684,2964500,6009.302,1698.433,0,2994.185,0,388.726,6302,12507,1.120,1.230,1,3,0,0.997,0,0,18,277,0,111,0 -03-01 20:37:21,23.027,3.504,69.832,2.253,0.501,4369968,389608,200684,2964988,5294.253,1621.915,0,7412.754,0,565.668,6689,12476,1.120,1.230,1,0,0,0,0,0,18,276,0,104,0 -03-01 20:37:22,6.010,1.753,90.656,0.751,0.250,4369960,389608,200684,2964996,5620.684,1716.958,0,1298.237,0,126.217,2034,3421,1.120,1.230,1,1,0,0,0,0,18,276,0,104,0 -03-01 20:37:23,3.239,0.747,93.676,0,0,4369924,389608,200684,2965032,4943.914,1614.421,0,470.374,0,38.866,1665,2906,1.120,1.230,1,1,0,0,0,0,18,277,0,104,0 -03-01 20:37:24,12.280,1.504,82.955,1.002,0,4369956,389356,200684,2965252,9834.281,4390.841,0,1599.950,0,199.493,3376,6366,1.030,1.210,0.990,1,0,0,0,0,18,276,0,108,0 -03-01 20:37:25,12.991,2.498,81.694,1.249,0,4370084,389104,200684,2965376,18329.426,8137.418,0,1343.079,0,164.887,3516,6548,1.030,1.210,0.990,1,0,0,0,0,18,277,0,107,0 -03-01 20:37:26,8.744,1.249,88.186,0.749,0.250,4370052,389104,200684,2965408,27346.201,10500.398,0,1003.274,0,86.937,2286,3603,1.030,1.210,0.990,3,0,0,0,0,18,277,0,107,0 -03-01 20:37:27,11.278,2.506,83.956,0.501,0.251,4370188,388852,200688,2965520,15054.975,6464.878,0,1106.718,0,127.313,3118,5782,1.030,1.210,0.990,2,0,0,0,0,18,276,0,105,0 -03-01 20:37:28,2.242,0.747,94.426,0,0.249,4370180,388852,200688,2965528,5796.085,1614.453,0,589.973,0,40.860,1559,2739,1.030,1.210,0.990,2,0,0,0,0,18,277,0,105,0 -03-01 20:37:29,11.004,2.251,83.281,2.001,0,4371060,387704,200688,2965796,11479.259,4513.675,0,8231.054,0,909.337,4657,6142,1.110,1.230,1,1,0,0,0,0,18,276,0,108,0 -03-01 20:37:30,12.260,2.502,82.568,1.001,0.250,4371340,387200,200688,2966020,13292.019,4382.633,0,1953.620,0,230.191,3763,6672,1.110,1.230,1,0,0,1.001,0,0,18,276,0,114,0 -03-01 20:37:31,6.255,0.250,90.568,0.500,0,4371292,387200,200688,2966068,6637.965,1621.213,0,948.710,0,89.067,1948,3345,1.110,1.230,1,1,0,0,0,0,18,276,0,114,0 -03-01 20:37:32,6.991,1.997,89.886,0.250,0,4371128,387200,200688,2966232,9061.510,1617.948,0,767.027,0,71.909,1935,3326,1.110,1.230,1,1,0,0,0,0,18,276,0,116,0 -03-01 20:37:33,6.523,1.003,90.815,0.251,0,4373140,385184,200688,2966236,5806.171,1463.083,0,606.106,0,44.153,1782,3134,1.110,1.230,1,2,0,0,0,0,18,277,0,118,0 -03-01 20:37:34,11.999,1.500,82.996,2.000,0.250,4373300,384932,200688,2966328,40471.976,15225.239,0,7027.649,0,567.972,4596,7901,1.100,1.220,1,0,0,0,0,0,18,276,0,119,0 -03-01 20:37:35,22.745,5.249,68.236,1.500,0.500,4373488,384428,200688,2966644,5172.955,1709.655,0,3671.258,0,439.911,6872,12296,1.100,1.220,1,1,1,0,0,0,18,278,0,122,0 -03-01 20:37:36,25.945,3.243,66.857,1.497,0,4374204,383420,200688,2966936,5531.180,1616.545,0,2630.379,0,304.350,6304,12331,1.100,1.220,1,2,0,0,0,0,18,277,0,125,0 -03-01 20:37:37,16.233,2.747,79.416,0.999,0.250,4374472,382916,200688,2967172,42354.020,1618.281,0,3092.716,0,285.697,4538,8728,1.100,1.220,1,1,0,0,0,0,18,276,0,124,0 -03-01 20:37:38,11.735,1.748,84.645,0.749,0,4374512,382664,200688,2967384,11610.568,6189.307,0,3128.112,0,202.748,2886,5350,1.100,1.220,1,1,0,0,0,0,18,278,0,127,0 -03-01 20:37:39,8.272,1.253,88.236,0.251,0,4374476,382664,200688,2967420,23164.990,8879.762,0,1351.617,0,130.349,2625,4304,1.010,1.200,0.990,1,0,0,0,0,18,277,0,125,0 -03-01 20:37:40,10.493,1.749,87.444,0.750,0,4374924,382160,200688,2967476,16886.092,8604.442,0,1223.210,0,105.932,2536,4275,1.010,1.200,0.990,1,0,0.999,0,0,18,277,0,129,0 -03-01 20:37:41,8.998,2.749,84.483,1.000,0.250,4375500,381404,200688,2967656,10100.000,3831.241,0,5526.906,0,384.924,3149,5798,1.010,1.200,0.990,2,0,0,0,0,18,277,0,128,0 -03-01 20:37:42,6.013,2.004,89.196,0.752,0,4375476,381404,200688,2967680,26257.741,10258.559,0,1318.900,0,125.275,2339,4135,1.010,1.200,0.990,1,0,0,0,0,18,279,0,129,0 -03-01 20:37:43,7.472,1.494,89.664,0.249,0.498,4375688,381152,200688,2967720,44111.889,19917.449,0,729.270,0,62.765,2170,3555,1.010,1.200,0.990,1,0,0,0,0,18,278,0,127,0 -03-01 20:37:44,7.010,1.753,88.628,0.501,0.250,4375768,380900,200688,2967892,31989.064,11033.889,0,1221.759,0,156.225,2678,4595,1.010,1.200,1,1,0,0,0,0,18,276,0,128,0 -03-01 20:37:45,24.571,4.764,68.196,1.504,0,4376088,380396,200688,2968076,5364.450,1714.939,0,4737.644,0,490.412,6897,13295,1.010,1.200,1,2,0,0,0,0,18,278,0,125,0 -03-01 20:37:46,24.853,5.716,67.102,1.491,0,4377172,378884,200688,2968504,7529.328,1610.445,0,2326.199,0,268.408,6782,13060,1.010,1.200,1,1,0,0,0,0,18,277,0,127,0 -03-01 20:37:47,11.523,2.505,84.167,1.002,0,4377668,378128,200688,2968764,7928.707,1502.977,0,2336.629,0,214.425,3529,6516,1.010,1.200,1,2,0,0,0,0,18,276,0,128,0 -03-01 20:37:48,11.524,2.505,83.924,1.002,0.251,4377608,378128,200688,2968824,25962.795,10493.743,0,2525.232,0,179.372,3297,5553,1.010,1.200,1,0,0,0,0,0,18,277,0,125,0 -03-01 20:37:49,13.014,2.252,83.342,1.001,0,4377412,378128,200688,2969020,7405.160,1862.052,0,5666.244,0,421.464,4125,7684,0.930,1.180,0.990,1,0,0,0,0,18,279,0,125,0 -03-01 20:37:50,26.461,5.492,64.157,2.996,0,4378552,376672,200688,2969336,5543.923,1659.582,0,10332.945,0,1165.302,7360,13587,0.930,1.180,0.990,2,0,0.999,0,0,18,277,0,125,0 -03-01 20:37:51,24.463,3.994,67.649,1.248,0.250,4379980,374908,200688,2969672,8495.316,4227.688,0,3115.349,0,305.544,6285,12068,0.930,1.180,0.990,1,0,0,0,0,18,277,0,126,0 -03-01 20:37:52,5.516,1.003,93.028,0.752,0.501,4380736,374152,200688,2969672,6312.838,1939.788,0,1087.244,0,76.227,1791,2952,0.930,1.180,0.990,1,0,0,0,0,18,277,0,119,0 -03-01 20:37:53,10.969,1.745,84.009,1.496,0,4381016,373648,200688,2969896,11237.748,4395.385,0,2086.013,0,266.236,3437,6061,0.930,1.180,0.990,1,0,0,0,0,18,276,0,121,0 -03-01 20:37:54,16.523,2.754,78.611,1.001,0,4382052,372388,200688,2970120,9300.132,4253.005,0,1974.788,0,239.338,3460,6128,0.860,1.160,0.980,1,0,0,0,0,18,278,0,121,0 -03-01 20:37:55,11.519,2.003,84.641,0.751,0,4381996,372388,200692,2970172,6833.405,1622.708,0,1446.414,0,156.261,2767,4881,0.860,1.160,0.980,2,0,0,0,0,18,277,0,122,0 -03-01 20:37:56,4.980,2.739,89.144,1.743,0.249,4382072,372136,200692,2970348,10593.699,4391.465,0,4135.487,0,298.807,2851,4734,0.860,1.160,0.980,1,0,0,0,0,18,278,0,122,0 -03-01 20:37:57,17.269,2.753,78.086,1.001,0,4382216,371884,200692,2970456,21851.102,8061.892,0,2574.840,0,221.244,3669,6015,0.860,1.160,0.980,1,0,0,0,0,18,279,0,123,0 -03-01 20:37:58,10.491,2.248,84.180,0.999,0,4382532,371408,200692,2970616,29664.467,12871.355,0,1534.731,0,152.874,3180,5211,0.860,1.160,0.980,1,0,0,0,0,18,279,0,117,0 -03-01 20:37:59,8.498,2.000,88.232,0.250,0.250,4382728,371156,200692,2970672,20739.728,8485.252,0,919.811,0,74.985,2372,3940,0.790,1.140,0.980,1,0,0,0,0,18,279,0,117,0 -03-01 20:38:00,8.283,2.259,88.097,0.502,0.502,4383200,370652,200692,2970704,10928.046,3796.956,0,1172.619,0,136.538,2668,4746,0.790,1.140,0.980,2,0,1.004,0,0,18,280,0,116,0 -03-01 20:38:01,7.490,1.997,88.133,0.749,0,4383144,370652,200692,2970760,48641.453,19516.102,0,1310.261,0,150.800,2880,4666,0.790,1.140,0.980,1,0,0,0,0,18,279,0,116,0 -03-01 20:38:02,25.239,4.248,66.221,2.249,0,4383072,370400,200700,2971076,6846.029,1859.193,31.986,4194.180,1.000,506.780,6427,12827,0.790,1.140,0.980,1,0,0,0,0,18,280,0,114,0 -03-01 20:38:03,30.533,6.257,59.815,1.251,0,4391224,361816,200700,2971508,5020.462,1621.764,96.105,2622.854,5.005,299.326,6061,18893,0.790,1.140,0.980,3,0,34.037,0,0,18,279,0,118,0 -03-01 20:38:04,26.031,4.756,66.330,2.253,0,4391080,361340,200700,2972128,5043.047,1621.945,0,8073.680,0,623.748,7275,13269,0.800,1.140,0.980,1,0,0,0,0,18,279,0,118,0 -03-01 20:38:05,26.975,3.746,63.440,4.746,0.250,4392420,359716,200700,2972412,5002.278,1618.472,0,11233.396,0,1232.836,8256,13486,0.800,1.140,0.980,3,0,0,0,0,18,278,1,123,0 -03-01 20:38:06,26.035,5.758,66.590,1.001,0.250,4393620,358204,200700,2972724,5302.200,1622.203,0,2162.937,0,240.326,6527,13488,0.800,1.140,0.980,5,0,0,0,0,18,279,0,118,0 -03-01 20:38:07,7.718,1.245,87.633,0.747,0,4393584,357952,200700,2973012,46594.050,4347.809,0,1772.584,0,146.388,2766,4849,0.800,1.140,0.980,0,0,0,0,0,18,278,0,120,0 -03-01 20:38:08,9.761,2.253,84.846,1.502,0.250,4393784,357700,200700,2973064,9927.208,4126.659,0,1585.790,0,173.196,2924,5070,0.800,1.140,0.980,2,0,0,0,0,18,278,0,118,0 -03-01 20:38:09,10.744,1.499,82.957,1.749,0.250,4394452,356944,200700,2973152,11460.064,4347.748,0,6540.612,0,390.798,3552,6454,0.740,1.120,0.970,2,0,0,0,0,18,278,0,118,0 -03-01 20:38:10,7.500,2.250,88.499,0.500,0,4394784,356444,200700,2973320,9812.872,3831.950,0,1479.981,0,128.998,2465,4215,0.740,1.120,0.970,1,0,1.000,0,0,18,278,0,114,0 -03-01 20:38:11,9.737,1.748,86.888,0.999,0,4394716,356444,200700,2973388,11101.734,4278.502,0,1366.244,0,139.820,2511,4480,0.740,1.120,0.970,2,0,0,0,0,18,278,0,115,0 -03-01 20:38:12,5.022,0.753,92.407,0,0.251,4394708,356444,200700,2973396,5793.520,1627.168,0,670.956,0,42.186,1708,2981,0.740,1.120,0.970,1,0,0,0,0,18,279,0,113,0 -03-01 20:38:13,3.735,1.245,91.374,0.996,0,4394288,356700,200700,2973560,10559.600,3816.315,0,4266.465,0,523.847,2682,3729,0.740,1.120,0.970,4,0,1.992,0,0,18,278,0,113,0 -03-01 20:38:14,9.019,2.505,86.178,1.253,0.251,4394704,355944,200704,2973896,10270.270,4293.893,0,1330.756,0,167.347,2850,5209,0.840,1.130,0.980,1,0,0,0,0,18,278,0,108,0 -03-01 20:38:15,8.995,1.749,87.954,0.500,0,4400844,349644,200704,2974056,9007.244,3752.019,0,1019.462,0,103.945,2401,4574,0.840,1.130,0.980,1,0,0,0,0,18,278,0,108,0 -03-01 20:38:16,9.007,1.001,87.571,0.751,0,4400768,349644,200704,2974132,10241.285,4288.469,0,1261.020,0,158.128,2443,4414,0.840,1.130,0.980,2,0,0,0,0,18,278,0,103,0 -03-01 20:38:17,6.991,1.748,88.637,0.999,0,4400648,349644,200704,2974252,10817.251,3827.136,0,1246.416,0,140.821,2425,4338,0.840,1.130,0.980,1,0,0,0,0,18,278,0,103,0 -03-01 20:38:18,11.781,1.755,85.224,0.501,0.501,4400964,349140,200704,2974440,5815.259,3072.061,0,1880.936,0,143.376,2631,4896,0.840,1.130,0.980,2,0,0,0,0,18,280,0,98,0 -03-01 20:38:19,4.234,0.747,92.651,0.747,0.249,4401020,348888,200704,2974636,13365.612,2379.031,0,1040.079,0,108.591,2030,3609,0.930,1.150,0.990,2,0,0,0,0,18,278,0,99,0 -03-01 20:38:20,10.024,3.258,84.701,2.255,0,4400840,348888,200704,2974816,29814.810,12912.668,0,5232.427,0,377.898,3415,6173,0.930,1.150,0.990,4,1,1.002,0,0,18,278,0,95,0 -03-01 20:38:21,24.277,3.003,69.328,1.752,0,4400844,348636,200704,2975064,5580.267,1621.821,0,3772.236,0,439.494,5647,11416,0.930,1.150,0.990,3,0,0,0,0,18,280,0,97,0 -03-01 20:38:22,24.751,5.250,66.753,1.500,0,4401508,347628,200704,2975408,5565.228,1552.064,0,2528.104,0,290.012,6651,12886,0.930,1.150,0.990,2,0,0,0,0,18,279,0,99,0 -03-01 20:38:23,12.464,2.742,81.514,1.745,0,4401772,347124,200704,2975648,4307.525,1615.322,15.954,2544.631,0.997,272.212,4445,7799,0.930,1.150,0.990,1,0,0,0,0,18,278,0,100,0 -03-01 20:38:24,15.493,2.249,79.212,1.999,0.250,4401884,346872,200704,2975788,5360.406,1619.216,0,2778.655,0,337.836,4315,7464,0.860,1.130,0.980,2,0,0,0,0,18,278,0,97,0 -03-01 20:38:25,4.516,0.753,93.330,0.502,0,4401956,346620,200704,2975968,6977.680,1625.750,0,1011.578,0,64.227,1550,2643,0.860,1.130,0.980,1,0,0,0,0,18,279,0,97,0 -03-01 20:38:26,27.008,4.001,64.519,3.501,0.250,4402168,345864,200704,2976512,6157.823,1620.480,0,8314.461,0,740.219,7644,14560,0.860,1.130,0.980,2,0,0,0,0,18,280,0,95,0 -03-01 20:38:27,24.979,4.246,65.944,1.749,0.500,4402704,344856,200708,2976980,7212.891,1618.629,0,3992.618,0,372.684,6787,13037,0.860,1.130,0.980,3,0,0,0,0,18,278,0,97,0 -03-01 20:38:28,24.718,4.994,66.914,1.498,0,4404188,343092,200708,2977260,5943.327,1617.911,0,2592.653,0,335.567,6074,11836,0.860,1.130,0.980,4,0,0,0,0,18,279,0,98,0 -03-01 20:38:29,25.760,4.252,67.026,2.001,0,4404876,342084,200708,2977580,5916.331,1512.596,0,2969.170,0,364.143,6729,13002,1.030,1.160,0.990,2,0,0,0,0,18,279,0,100,0 -03-01 20:38:30,11.723,2.245,83.312,1.497,0,4405536,341340,200708,2977648,5451.668,1562.466,0,4529.754,0,318.280,4161,7127,1.030,1.160,0.990,1,1,0.998,0,0,18,279,0,100,0 -03-01 20:38:31,19.329,4.016,73.047,4.016,0.251,4406436,340220,200708,2977868,5876.925,1626.622,0,11820.120,0,1209.926,5684,9494,1.030,1.160,0.990,1,0,0,0,0,18,279,0,92,0 -03-01 20:38:32,25.000,4.250,67.249,2.000,0.250,4407648,338708,200708,2978168,6546.895,1619.974,0,2731.956,0,323.995,6136,12190,1.030,1.160,0.990,1,0,0,0,0,18,279,0,97,0 -03-01 20:38:33,23.701,4.241,68.360,1.996,0,4408084,337700,200712,2978736,6356.936,1616.678,0,2802.241,0,315.352,6661,12110,1.030,1.160,0.990,1,0,0,0,0,18,279,0,95,0 -03-01 20:38:34,27.553,4.008,64.374,3.006,0.250,4407796,337700,200716,2979020,6074.724,1623.133,12.023,4180.068,2.004,525.013,7048,13826,1.190,1.190,1,4,1,0,0,0,18,280,0,98,0 -03-01 20:38:35,25.241,3.999,66.975,2.249,0,4408788,336440,200716,2979288,4945.185,1619.406,0,6321.680,0,495.818,7209,13931,1.190,1.190,1,0,1,0,0,0,18,279,0,94,0 -03-01 20:38:36,25.704,4.242,66.632,2.246,0,4409748,335180,200716,2979588,5487.282,1617.136,0,4723.634,0,411.272,6666,11871,1.190,1.190,1,2,0,0,0,0,18,278,0,97,0 -03-01 20:38:37,5.248,2.249,90.722,0.500,0.250,4410196,334676,200716,2979644,46390.758,4261.692,0,1203.630,0,122.962,2535,4335,1.190,1.190,1,1,0,0,0,0,18,279,0,90,0 -03-01 20:38:38,11.746,2.749,84.468,0.750,0,4410128,334676,200716,2979712,34201.969,16385.757,0,1331.493,0,143.945,3177,5200,1.190,1.190,1,1,0,0,0,0,18,280,0,90,0 -03-01 20:38:39,13.498,1.750,81.740,1.250,0,4409896,334676,200716,2979944,24585.878,10118.715,0,3247.588,0,188.976,3694,6290,1.090,1.170,1,1,0,0,0,0,18,278,0,88,0 -03-01 20:38:40,10.021,2.004,85.430,0.752,0.501,4410036,334424,200716,2980056,6559.848,1623.427,48.102,1667.520,2.004,194.410,3159,5676,1.090,1.170,1,2,0,1.002,0,0,18,279,0,88,0 -03-01 20:38:41,11.237,2.247,83.903,0.999,0,4410080,334172,200716,2980264,20430.444,8043.726,0,1877.835,0,235.728,3654,6209,1.090,1.170,1,1,0,0,0,0,18,279,0,84,0 -03-01 20:38:42,13.281,2.506,80.938,1.754,0,4409996,334172,200716,2980348,38790.226,15364.738,0,7080.469,0,541.259,4678,7861,1.090,1.170,1,1,2,0,0,0,18,280,0,85,0 -03-01 20:38:43,26.482,5.246,64.706,2.248,0.250,4409944,333920,200716,2980652,10256.098,1990.660,0,3733.487,0,489.670,7397,14557,1.090,1.170,1,1,0,0,0,0,18,280,0,82,0 -03-01 20:38:44,26.014,5.253,66.035,1.751,0,4410916,332660,200716,2980940,6445.442,1512.808,0,2901.549,0,383.205,6464,12994,1.170,1.180,1,4,0,0,0,0,18,279,0,86,0 -03-01 20:38:45,20.951,3.492,73.328,1.496,0,4411384,331904,200716,2981228,9566.624,4309.919,0,2645.811,0,278.349,4847,9261,1.170,1.180,1,1,0,0,0,0,18,278,0,87,0 -03-01 20:38:46,11.023,2.505,86.182,0.251,0,4412996,330140,200716,2981380,7025.810,1623.422,56.118,1250.636,11.023,102.215,2205,4107,1.170,1.180,1,1,0,0,0,0,18,279,0,87,0 -03-01 20:38:47,9.233,2.246,84.094,1.996,0.499,4413160,329888,200720,2981464,13181.496,5809.201,0,4196.199,0,334.378,3611,6310,1.170,1.180,1,2,0,0,0,0,18,279,0,83,0 -03-01 20:38:48,24.241,3.499,68.224,2.749,0,4413044,329888,200720,2981580,23311.165,8762.679,0,7733.069,0,695.736,6714,12703,1.170,1.180,1,1,0,0,0,0,18,279,0,85,0 -03-01 20:38:49,25.543,5.008,66.863,1.753,0.250,4413560,328880,200724,2982068,6044.191,1622.736,0,3489.884,0,338.571,6607,12672,1.150,1.180,1,1,0,0,0,0,18,279,0,87,0 -03-01 20:38:50,18.163,3.732,73.398,1.742,0,4414680,327368,200724,2982460,10854.886,4364.048,0,3180.729,0,329.418,5801,10464,1.150,1.180,1,0,0,0.995,0,0,18,278,0,88,0 -03-01 20:38:51,9.535,1.756,83.807,3.513,0.251,4416036,325968,200724,2982504,10020.686,3583.118,0,9791.848,0,1078.950,3533,4741,1.150,1.180,1,1,0,0,0,0,18,279,0,84,0 -03-01 20:38:52,5.259,1.002,92.156,0.250,0,4415872,325968,200724,2982668,22883.673,8696.697,0,877.483,0,52.088,1648,2532,1.150,1.180,1,1,0,0,0,0,18,279,0,84,0 -03-01 20:38:53,9.971,2.243,84.252,0.997,0,4416312,325464,200724,2982732,28802.350,12790.409,0,1579.358,0,157.537,3287,5618,1.150,1.180,1,1,0,0,0,0,18,278,0,81,0 -03-01 20:38:54,23.574,4.263,68.215,3.009,0.502,4416548,324960,200724,2983000,6393.138,1625.119,0,7836.686,0,655.063,7022,12872,1.140,1.180,1,1,1,0,0,0,18,280,0,83,0 -03-01 20:38:55,25.731,3.497,66.450,2.248,0,4417220,323952,200724,2983336,6859.889,1618.794,0,4772.445,0,451.664,6827,13089,1.140,1.180,1,1,0,0,0,0,18,279,0,84,0 -03-01 20:38:56,16.228,1.997,77.643,2.247,0,4417708,323196,200724,2983604,10526.494,4361.989,0,5376.591,0,647.108,5090,8314,1.140,1.180,1,1,0,0,0,0,18,278,0,85,0 -03-01 20:38:57,9.982,1.996,84.599,0.749,0.250,4417504,323196,200724,2983808,21351.951,8038.675,31.943,1780.827,0.998,187.666,2975,4831,1.140,1.180,1,1,0,0,0,0,18,279,0,83,0 -03-01 20:38:58,10.289,2.760,84.822,0.753,0,4417688,322944,200724,2983876,17484.423,6298.930,0,1838.986,0,157.599,3616,6337,1.140,1.180,1,1,0,0,0,0,18,281,0,84,0 -03-01 20:38:59,28.734,4.997,62.466,3.748,0.250,4417912,322440,200724,2984156,6108.671,1619.118,0,7232.059,0,726.604,7216,13295,1.210,1.190,1.010,6,0,0,0,0,18,279,0,88,0 -03-01 20:39:00,25.274,5.505,67.565,1.501,0,4419092,320940,200724,2984460,5416.194,1567.503,0,4043.878,0,314.301,6002,11514,1.210,1.190,1.010,1,0,1.001,0,0,18,279,0,89,0 -03-01 20:39:01,27.874,3.982,63.713,2.987,0,4419092,320688,200724,2984712,8458.834,1612.723,0,4670.925,0,509.700,7272,13341,1.210,1.190,1.010,2,0,0,0,0,18,279,0,91,0 -03-01 20:39:02,24.842,4.768,67.250,1.255,0,4420420,318924,200724,2985148,5787.535,1626.051,0,2248.366,0,226.844,6760,12706,1.210,1.190,1.010,2,0,0,0,0,18,279,0,91,0 -03-01 20:39:03,14.205,4.735,78.503,1.745,0.249,4424572,314664,200724,2985240,9263.801,4368.231,0,2217.012,0,233.265,3961,7473,1.210,1.190,1.010,3,0,33.893,0,0,18,278,0,88,0 -03-01 20:39:04,12.250,2.250,82.252,1.000,0,4424280,314664,200724,2985532,9202.175,4300.082,0,1856.035,0,205.004,4115,7374,1.110,1.170,1,1,0,0,0,0,18,278,0,89,0 -03-01 20:39:05,12.494,2.499,81.958,0.999,0.250,4424464,314412,200724,2985600,9657.017,3830.024,0,1727.109,0,158.918,3696,6167,1.110,1.170,1,2,0,0,0,0,18,278,0,78,0 -03-01 20:39:06,9.027,2.006,86.756,1.504,0.251,4424436,314412,200724,2985628,13300.276,5728.917,0,4497.280,0,322.954,3057,5215,1.110,1.170,1,2,1,0,0,0,18,279,0,78,0 -03-01 20:39:07,9.260,2.753,85.838,1.251,0,4424724,313936,200724,2985816,59497.104,8690.926,0,2542.611,0,232.239,3511,6398,1.110,1.170,1,2,0,0,0,0,18,279,0,75,0 -03-01 20:39:08,27.407,4.485,64.283,2.741,0.249,4424964,313432,200724,2986080,5737.595,1560.722,0,4779.835,0,577.048,7373,13996,1.110,1.170,1,4,1,0,0,0,18,279,0,79,0 -03-01 20:39:09,24.999,3.750,67.247,1.000,0,4426148,311920,200724,2986440,4885.795,1619.932,0,2507.895,0,235.990,6494,13512,1.100,1.170,1,2,0,0,0,0,18,279,0,77,0 -03-01 20:39:10,13.766,2.503,80.341,2.002,0,4426532,311164,200724,2986812,9768.106,4419.024,16.018,4392.995,1.001,284.323,4178,7380,1.100,1.170,1,1,0,1.001,0,0,18,278,0,79,0 -03-01 20:39:11,9.001,2.000,86.008,0.500,0,4426492,311164,200724,2986852,18539.817,8053.789,0,1640.161,0,153.015,2971,4987,1.100,1.170,1,1,0,0,0,0,18,279,0,78,0 -03-01 20:39:12,15.792,2.757,78.459,2.507,0.251,4426760,310660,200724,2987088,16899.070,6466.245,16.043,14209.898,1.003,1347.594,6410,9468,1.100,1.170,1,3,0,0,0,0,18,279,0,79,0 -03-01 20:39:13,27.438,2.744,65.602,2.744,0.249,4426672,310408,200728,2987424,4529.812,1508.607,31.928,4477.929,0.998,503.867,6778,13082,1.100,1.170,1,1,0,0,0,0,18,279,0,83,0 -03-01 20:39:14,26.751,4.250,65.753,1.500,0.250,4427160,309652,200728,2987692,4372.219,1662.083,0,3116.156,0,378.019,6056,12478,1.180,1.180,1.010,3,0,0,0,0,18,279,0,85,0 -03-01 20:39:15,20.966,4.493,70.636,1.747,0,4428048,308392,200728,2988064,8582.097,4435.814,0,4077.395,0,385.376,5861,10844,1.180,1.180,1.010,0,0,0,0,0,18,278,0,87,0 -03-01 20:39:16,9.005,0.750,88.304,0.500,0.250,4428512,307888,200728,2988100,9072.525,3556.166,0,1612.982,0,163.099,2544,4341,1.180,1.180,1.010,1,0,0,0,0,18,279,0,86,0 -03-01 20:39:17,6.504,2.001,90.804,0.500,0,4428492,307888,200728,2988120,22221.244,8687.178,0,1060.632,0,67.040,1938,2994,1.180,1.180,1.010,2,0,0,0,0,18,279,0,86,0 -03-01 20:39:18,9.999,1.250,85.993,0.750,0,4428312,307888,200728,2988300,31173.537,12880.982,0,1623.872,0,147.988,2983,5029,1.180,1.180,1.010,1,0,0,0,0,18,278,0,86,0 -03-01 20:39:19,23.310,4.261,69.679,2.256,0.501,4429000,306880,200728,2988620,5388.849,1624.174,0,7515.314,0,589.515,6019,11705,1.240,1.200,1.010,1,0,0,0,0,18,279,0,86,0 -03-01 20:39:20,28.983,4.247,63.712,2.748,0,4429468,306124,200728,2988908,9569.297,1511.099,0,5460.745,0,579.655,7054,13560,1.240,1.200,1.010,1,0,0.999,0,0,18,279,0,88,0 -03-01 20:39:21,24.011,3.752,68.782,1.251,0.250,4431684,303604,200728,2989212,5225.446,1566.733,0,2285.069,0,211.099,6061,11398,1.240,1.200,1.010,1,0,0,0,0,18,279,0,89,0 -03-01 20:39:22,28.998,3.750,63.996,2.000,0,4432420,302596,200728,2989484,5887.606,1713.885,0,4035.730,0,497.967,7106,13377,1.240,1.200,1.010,4,0,0,0,0,18,280,0,89,0 -03-01 20:39:23,25.254,5.501,65.260,3.000,0,4433124,301588,200728,2989788,4680.688,1620.238,0,6404.942,0,546.080,7410,14250,1.240,1.200,1.010,1,1,0,0,0,18,279,0,91,0 -03-01 20:39:24,26.663,5.233,64.289,1.744,0,4433708,300580,200728,2990212,8841.010,1614.705,0,5709.279,0,477.434,6971,12735,1.220,1.190,1.010,2,0,0,0,0,18,280,0,93,0 -03-01 20:39:25,25.786,5.508,66.343,2.253,0.250,4434168,299824,200728,2990508,6522.111,1622.266,0,3452.824,0,455.637,6330,12291,1.220,1.190,1.010,1,0,0,0,0,18,279,0,96,0 -03-01 20:39:26,25.791,3.255,67.608,1.002,0.250,4435092,298576,200728,2990816,9981.941,1622.591,0,2143.423,0,209.334,5955,11182,1.220,1.190,1.010,1,0,0,0,0,18,279,0,100,0 -03-01 20:39:27,26.005,4.001,63.763,3.751,0.250,4435568,297820,200728,2991092,5554.172,1512.319,0,7861.659,0,769.162,8435,15709,1.220,1.190,1.010,1,1,0,0,0,18,279,0,104,0 -03-01 20:39:28,24.763,4.502,68.036,1.501,0,4436528,296560,200728,2991392,6306.342,1620.859,0,4026.134,0,341.181,6319,12059,1.220,1.190,1.010,1,0,0,0,0,18,279,0,101,0 -03-01 20:39:29,7.222,0.747,90.144,0.498,0,4436332,296560,200728,2991588,9267.431,4298.040,0,1159.425,0,110.564,2404,4137,1.200,1.190,1.010,1,0,0,0,0,18,278,0,104,0 -03-01 20:39:30,12.013,2.002,82.588,0.751,0.250,4437008,295808,200728,2991664,9304.919,4506.804,0,1445.541,0,166.177,3485,6017,1.200,1.190,1.010,0,0,1.001,0,0,18,278,0,102,0 -03-01 20:39:31,11.757,1.501,84.802,1.251,0.250,4437048,295556,200728,2991876,10218.243,4504.752,0,1508.922,0,172.105,3084,5339,1.200,1.190,1.010,1,0,0,0,0,18,278,0,104,0 -03-01 20:39:32,10.750,1.750,83.502,1.500,0,4437468,295052,200728,2991960,11555.254,4122.091,0,7236.159,0,539.012,3810,5593,1.200,1.190,1.010,0,1,0,0,0,18,279,0,100,0 -03-01 20:39:33,7.250,2.500,88.750,1.250,0,4438076,294296,200728,2992108,6400.987,1793.996,0,3503.993,0,553.999,3185,3982,1.200,1.190,1.010,6,0,0,0,0,18,279,0,100,0 -03-01 20:39:34,12.002,2.500,81.263,1.500,0,4438232,294044,200728,2992204,54076.923,24304.010,0,2172.358,0,234.039,4140,6630,1.190,1.190,1.010,0,0,0,0,0,18,278,0,96,0 -03-01 20:39:35,9.996,1.749,86.467,0.500,0.500,4438196,294044,200728,2992240,29585.610,12877.042,0,1311.495,0,138.947,3060,4858,1.190,1.190,1.010,0,0,0,0,0,18,278,0,97,0 -03-01 20:39:36,9.515,1.252,84.884,2.254,0,4438272,293792,200728,2992416,30213.828,12607.958,0,5420.581,0,382.606,3248,5771,1.190,1.190,1.010,1,1,0,0,0,18,279,0,92,0 -03-01 20:39:37,17.715,4.242,75.352,1.248,0.499,4438436,293540,200728,2992504,44026.664,1856.360,0,3014.089,0,314.383,4928,9248,1.190,1.190,1.010,2,0,0,0,0,18,280,0,95,0 -03-01 20:39:38,25.008,4.752,63.771,3.751,0,4438768,292784,200728,2992928,11215.712,5293.752,0,6638.197,0,999.331,7726,13325,1.190,1.190,1.010,2,0,0,0,0,18,280,0,97,0 -03-01 20:39:39,26.782,4.005,65.577,1.752,0,4438724,292532,200728,2993224,19525.059,7006.274,0,2911.438,0,334.395,6759,12257,1.250,1.200,1.020,1,0,0,0,0,18,279,0,100,0 -03-01 20:39:40,25.987,3.248,67.466,1.499,0,4439700,291272,200728,2993508,5651.191,1619.195,0,2522.746,0,283.859,6091,11710,1.250,1.200,1.020,1,0,1.000,0,0,18,279,0,101,0 -03-01 20:39:41,17.728,2.747,75.658,1.998,0,4439944,290768,200728,2993768,10160.675,4255.838,0,4738.252,0,311.622,5206,9267,1.250,1.200,1.020,1,0,0,0,0,18,278,0,102,0 -03-01 20:39:42,9.253,1.751,85.528,2.001,0.250,4439888,290768,200728,2993824,19379.434,8512.826,0,5269.750,0,408.136,3393,5846,1.250,1.200,1.020,1,0,0,0,0,18,279,0,101,0 -03-01 20:39:43,9.268,2.254,85.415,1.002,0.250,4440188,290264,200728,2994024,16735.349,6461.490,0,4027.786,0,286.554,3282,6082,1.250,1.200,1.020,1,0,0,0,0,18,279,0,102,0 -03-01 20:39:44,7.744,1.749,87.434,0.999,0,4440116,290264,200728,2994096,9016.193,3775.150,0,1486.877,0,147.888,2879,5067,1.310,1.210,1.020,3,0,0,0,0,18,278,0,92,0 -03-01 20:39:45,9.484,1.248,86.852,0.749,0.250,4440076,290264,200732,2994132,27691.730,12620.457,0,1273.826,0,126.784,2675,4657,1.310,1.210,1.020,1,0,0,0,0,18,279,0,93,0 -03-01 20:39:46,20.300,3.007,73.682,1.253,0.251,4440348,289760,200732,2994364,8446.838,1864.600,0,3829.447,0,381.942,5420,9949,1.310,1.210,1.020,1,0,0,0,0,18,279,0,93,0 -03-01 20:39:47,26.474,3.497,65.934,2.248,0,4440748,289004,200732,2994720,6585.408,1618.380,0,3504.492,0,392.607,7317,13454,1.310,1.210,1.020,3,0,0,0,0,18,279,0,95,0 -03-01 20:39:48,25.035,4.006,67.093,2.003,0,4441976,287492,200732,2995004,6514.074,1556.168,0,6040.414,0,487.679,7701,14265,1.310,1.210,1.020,1,1,0,0,0,18,279,0,94,0 -03-01 20:39:49,6.727,1.495,88.940,1.246,0.249,4441752,287492,200732,2995228,10395.709,4348.818,0,2993.550,0,211.262,2939,5023,1.210,1.190,1.020,1,0,0,0,0,18,278,0,96,0 -03-01 20:39:50,10.754,2.751,84.280,1.000,0,4441708,287492,200732,2995272,32215.372,13018.596,0,1516.535,0,145.051,2952,4970,1.210,1.190,1.020,3,0,1.000,0,0,18,278,0,92,0 -03-01 20:39:51,20.819,2.508,72.993,1.756,0.251,4441968,286988,200732,2995516,7251.161,1667.556,0,3840.798,0,350.167,5702,10267,1.210,1.190,1.020,2,0,0,0,0,18,280,0,95,0 -03-01 20:39:52,25.188,3.242,66.836,1.995,0,4442440,286232,200732,2995800,6233.696,1616.033,0,3547.291,0,388.047,6632,12039,1.210,1.190,1.020,2,0,0,0,0,18,279,0,97,0 -03-01 20:39:53,7.750,1.250,86.502,2.000,0.250,4442476,285980,200732,2996016,9510.266,4312.121,16.000,2536.071,1.000,241.007,2982,5386,1.210,1.190,1.020,1,0,0,0,0,18,278,0,98,0 -03-01 20:39:54,8.248,1.749,86.974,1.250,0,4442684,285728,200732,2996060,9770.108,4283.732,0,1879.444,0,201.940,2748,4833,1.350,1.220,1.030,1,0,0,0,0,18,278,0,96,0 -03-01 20:39:55,7.243,1.499,89.916,0.500,0,4442640,285728,200732,2996104,10010.640,3998.262,0,1502.595,0,129.879,2286,3917,1.350,1.220,1.030,1,0,0,0,0,18,279,0,96,0 -03-01 20:39:56,10.246,2.499,83.964,2.249,0.500,4442700,285476,200732,2996296,18960.961,8252.501,0,4793.967,0,431.817,3966,6649,1.350,1.220,1.030,3,0,0,0,0,18,279,0,96,0 -03-01 20:39:57,14.267,3.004,80.848,1.252,0,4442940,284972,200732,2996560,29175.390,13564.454,0,3484.226,0,297.361,4004,6855,1.350,1.220,1.030,1,0,0,0,0,18,279,0,94,0 -03-01 20:39:58,8.252,1.250,86.772,1.750,0,4443032,284720,200732,2996720,14521.703,4460.137,0,9334.380,0,1073.274,4082,4809,1.350,1.220,1.030,0,0,0,0,0,18,278,0,94,0 -03-01 20:39:59,4.752,0.750,93.286,0,0,4443016,284720,200732,2996736,9142.511,1620.622,0,716.275,0,36.014,1503,2534,1.320,1.220,1.030,1,0,0,0,0,18,279,0,93,0 -03-01 20:40:00,9.735,1.997,86.370,1.248,0.250,4443440,284216,200732,2996816,10263.502,4193.668,0,1541.672,0,170.742,2673,4718,1.320,1.220,1.030,1,0,0.998,0,0,18,278,0,96,0 -03-01 20:40:01,8.743,0.999,88.175,0.749,0.250,4443780,283712,200732,2996980,18763.089,8015.203,0,1135.037,0,107.908,2218,3635,1.320,1.220,1.030,1,0,0,0,0,18,280,0,92,0 -03-01 20:40:02,8.268,2.756,88.188,0.501,0,4443624,283712,200732,2997136,33625.656,13501.772,0,937.999,0,81.173,2833,5045,1.320,1.220,1.030,1,0,0,0,0,18,279,0,92,0 -03-01 20:40:03,8.022,3.259,87.238,0.251,0,4469288,257756,200732,2999720,10196.858,3622.898,0,738.016,0,58.159,2317,4730,1.320,1.220,1.030,3,0,32.088,0,0,18,280,0,87,0 -03-01 20:40:04,6.742,2.996,88.644,0.250,0,4450176,276904,200732,2997392,30682.181,13511.786,0,850.979,0,56.932,2488,4168,1.300,1.210,1.020,0,0,1.998,0,0,18,280,0,88,0 -03-01 20:40:05,7.731,1.746,87.534,0.998,0,4450140,276904,200732,2997428,22661.140,10039.253,0,1272.862,0,158.609,2581,4394,1.300,1.210,1.020,1,0,0,0,0,18,279,0,86,0 -03-01 20:40:06,10.993,2.249,84.444,0.999,0.250,4450096,276904,200732,2997472,31527.161,12873.491,0,1195.210,0,131.913,2699,4430,1.300,1.210,1.020,1,0,0,0,0,18,279,0,86,0 -03-01 20:40:07,12.536,1.755,84.242,0.501,0.251,4450256,276400,200732,2997816,56815.116,7018.149,0,1167.351,0,111.320,3106,5408,1.300,1.210,1.020,3,0,0,0,0,18,280,0,86,0 -03-01 20:40:08,26.525,5.255,63.809,2.502,0.250,4450952,275392,200732,2998128,4557.243,1501.398,0,6526.076,0,615.573,7252,13660,1.300,1.210,1.020,2,1,0,0,0,18,277,0,89,0 -03-01 20:40:09,4.983,1.495,91.198,0.997,0,4450896,275392,200732,2998184,9732.726,4433.299,0,3364.842,0,217.280,2405,4189,1.190,1.190,1.020,2,0,0,0,0,18,278,0,85,0 -03-01 20:40:10,18.981,2.997,76.422,1.249,0.250,4451156,274888,200732,2998428,18989.706,8044.826,0,2001.966,0,210.786,4243,7244,1.190,1.190,1.020,2,0,0.999,0,0,18,279,0,85,0 -03-01 20:40:11,13.542,2.508,81.250,1.254,0,4451024,274636,200732,2998812,17269.241,6468.944,0,2122.544,0,234.724,3675,6392,1.190,1.190,1.020,1,0,0,0,0,18,280,0,83,0 -03-01 20:40:12,24.971,6.243,65.924,1.498,0.250,4452284,272872,200732,2999316,7590.256,1618.136,0,3903.503,0,297.657,6302,12298,1.190,1.190,1.020,3,0,0,0,0,18,279,0,85,0 -03-01 20:40:13,16.738,2.998,75.944,1.749,0,4452688,272116,200732,2999668,8539.757,4435.757,0,2849.917,0,282.793,4922,9471,1.190,1.190,1.020,1,0,0,0,0,18,279,0,85,0 -03-01 20:40:14,13.507,2.251,81.292,1.001,0.250,4452620,272116,200732,2999736,7753.047,1951.018,0,2169.132,0,245.128,3675,6338,1.100,1.170,1.010,1,0,0,0,0,18,279,0,86,0 -03-01 20:40:15,10.528,2.757,83.719,1.755,0,4452936,271612,200732,2999924,12173.835,5193.581,0,5694.892,0,460.203,4069,6987,1.100,1.170,1.010,3,0,0,0,0,18,279,0,81,0 -03-01 20:40:16,11.480,2.246,83.356,1.248,0,4453068,271360,200732,3000044,24268.016,10585.687,0,2743.254,0,212.632,3059,5410,1.100,1.170,1.010,0,0,0,0,0,18,279,0,82,0 -03-01 20:40:17,6.254,1.501,91.303,0.250,0.500,4453044,271360,200732,3000068,9816.654,2922.683,0,1044.602,0,84.048,2037,3609,1.100,1.170,1.010,1,0,0,0,0,18,279,0,80,0 -03-01 20:40:18,10.708,2.241,84.420,0.747,0,4452832,271360,200732,3000280,29698.000,12831.879,0,1470.257,0,153.401,3332,5517,1.100,1.170,1.010,1,0,0,0,0,18,278,0,80,0 -03-01 20:40:19,20.842,2.511,71.816,3.515,0.251,4452708,271108,200732,3000656,5823.624,1627.160,0,9642.427,0,1127.963,6216,9855,1.010,1.150,1.010,1,0,0,0,0,18,280,0,82,0 -03-01 20:40:20,28.019,4.253,63.543,2.502,0,4452896,270604,200732,3000972,11499.843,1663.134,0,5391.677,0,630.430,7417,14320,1.010,1.150,1.010,2,0,1.001,0,0,18,279,0,87,0 -03-01 20:40:21,24.715,4.743,67.156,1.997,0,4454468,268588,200732,3001416,6267.201,1617.729,0,6023.543,0,443.377,6619,13782,1.010,1.150,1.010,4,0,0,0,0,18,279,0,83,0 -03-01 20:40:22,11.733,1.997,83.877,1.747,0.250,4454148,268588,200732,3001736,10408.678,4481.403,47.929,3978.144,1.997,333.509,4031,7049,1.010,1.150,1.010,1,0,0,0,0,18,278,0,85,0 -03-01 20:40:23,10.504,3.001,84.779,0.500,0,4454072,268588,200732,3001812,5030.741,1566.542,0,1304.451,0,166.057,3120,5783,1.010,1.150,1.010,2,0,0,0,0,18,279,0,79,0 -03-01 20:40:24,11.702,1.992,82.161,1.494,0,4454480,268084,200732,3001908,28914.813,12182.783,0,1780.660,0,242.998,3842,6448,1.010,1.150,1.010,2,0,0,0,0,18,279,0,79,0 -03-01 20:40:25,12.038,1.505,84.514,0.752,0.502,4454248,268084,200732,3002140,10322.236,5093.908,0,1580.937,0,146.457,3149,5405,1.010,1.150,1.010,2,0,0,0,0,18,279,0,73,0 -03-01 20:40:26,9.261,2.002,84.600,1.001,0.250,4454436,267832,200732,3002204,13566.008,4010.733,0,1890.230,0,211.249,3150,5269,1.010,1.150,1.010,1,1,0,0,0,18,278,0,74,0 -03-01 20:40:27,8.754,1.751,87.545,0.750,0,4454500,267580,200732,3002392,25950.261,10675.455,0,1328.679,0,151.077,2772,4996,1.010,1.150,1.010,2,0,0,0,0,18,279,0,66,0 -03-01 20:40:28,27.283,4.505,63.327,3.004,0,4454196,267580,200732,3002696,8874.747,1621.964,0,6443.803,0,698.846,7454,14504,1.010,1.150,1.010,1,0,0,0,0,18,280,0,69,0 -03-01 20:40:29,25.017,5.003,64.543,4.003,0.250,4454892,266572,200732,3003008,4889.227,1512.999,0,12364.160,0,1241.820,8426,14538,1.090,1.170,1.010,2,1,0,0,0,18,279,0,67,0 -03-01 20:40:30,23.989,3.748,67.970,1.499,0,4456148,265064,200732,3003260,5574.519,1565.303,0,4198.132,0,351.843,6793,13030,1.090,1.170,1.010,4,0,1.000,0,0,18,277,0,69,0 -03-01 20:40:31,4.238,1.745,91.234,0.499,0,4456320,264812,200732,3003340,12305.143,4357.303,0,1575.409,0,119.651,2282,4075,1.090,1.170,1.010,1,0,0,0,0,18,278,0,65,0 -03-01 20:40:32,12.775,2.254,81.407,1.753,0.250,4456120,264812,200736,3003536,6001.607,1623.139,0,2376.596,0,271.525,4024,6910,1.090,1.170,1.010,1,0,0,0,0,18,279,0,65,0 -03-01 20:40:33,8.731,1.996,86.311,0.748,0.249,4456284,264572,200736,3003596,29635.217,12853.901,0,1468.789,0,168.631,3064,5162,1.090,1.170,1.010,2,0,0,0,0,18,278,0,64,0 -03-01 20:40:34,11.687,2.984,83.052,1.492,0,4456296,264320,200736,3003836,10408.875,4345.569,0,1850.025,0,194.949,3233,5649,1,1.150,1.010,1,0,0,0,0,18,278,0,67,0 -03-01 20:40:35,13.085,2.265,82.538,1.258,0.252,4456220,264320,200736,3003912,20160.426,8196.433,0,4364.452,0,345.251,3976,6485,1,1.150,1.010,4,1,0,0,0,18,279,0,66,0 -03-01 20:40:36,11.526,2.756,82.940,1.754,0,4456288,264068,200736,3004096,16368.582,6487.896,0,3263.493,0,252.580,4087,7077,1,1.150,1.010,2,0,0,0,0,18,279,0,67,0 -03-01 20:40:37,27.709,4.244,63.157,2.247,0.250,4456228,263816,200736,3004408,46625.088,1617.609,0,4018.061,0,513.241,7592,13393,1,1.150,1.010,2,0,0,0,0,18,279,0,67,0 -03-01 20:40:38,26.796,4.508,65.362,1.753,0,4456824,262808,200736,3004820,16310.070,3758.468,0,2977.124,0,359.619,6970,13509,1,1.150,1.010,2,0,0,0,0,18,280,0,69,0 -03-01 20:40:39,12.468,2.244,83.283,1.496,0.249,4457116,262304,200736,3005032,23904.776,11328.512,0,3008.170,0,291.242,3616,6428,1.080,1.160,1.010,3,0,0,0,0,18,278,0,70,0 -03-01 20:40:40,12.025,2.505,82.169,2.004,0,4457380,261800,200736,3005272,26534.502,9093.678,0,4272.776,0,355.731,3595,6634,1.080,1.160,1.010,0,1,1.002,0,0,18,278,0,64,0 -03-01 20:40:41,9.231,2.744,85.078,1.497,0,4457340,261800,200736,3005312,18594.402,8036.750,0,3836.243,0,280.433,3082,5207,1.080,1.160,1.010,1,0,0,0,0,18,279,0,64,0 -03-01 20:40:42,10.018,1.503,86.653,0.501,0,4457276,261800,200736,3005376,39785.340,17410.782,16.028,1298.295,1.002,130.230,2855,4630,1.080,1.160,1.010,0,0,0,0,0,18,279,1,61,0 -03-01 20:40:43,13.511,2.002,82.067,0.751,0.500,4457320,261548,200736,3005584,26951.912,10943.897,0,2906.363,0,145.118,3522,6503,1.080,1.160,1.010,7,0,0,0,0,18,280,0,61,0 -03-01 20:40:44,26.987,3.498,65.968,1.999,0.250,4457972,260540,200736,3005940,5895.117,1511.261,0,3986.051,0,442.783,6886,13235,1.150,1.180,1.020,3,0,0,0,0,18,278,0,63,0 -03-01 20:40:45,4.998,1.499,91.959,0.500,0,4457956,260540,200736,3005956,11943.673,4314.076,0,1411.371,0,106.952,2012,3499,1.150,1.180,1.020,4,0,0,0,0,18,279,0,63,0 -03-01 20:40:46,9.507,2.752,86.059,0.751,0.250,4458020,260288,200736,3006144,30739.087,13022.934,0,1537.054,0,141.097,2691,4735,1.150,1.180,1.020,0,0,0,0,0,18,278,0,62,0 -03-01 20:40:47,23.958,3.494,70.376,1.497,0,4458232,259784,200736,3006436,8161.595,1617.146,0,3106.517,0,336.406,6024,10882,1.150,1.180,1.020,1,0,0,0,0,18,279,0,64,0 -03-01 20:40:48,18.942,3.988,73.276,2.492,0,4458464,259280,200736,3006708,10895.757,4519.212,0,4506.251,0,435.671,5794,10654,1.150,1.180,1.020,3,0,0,0,0,18,278,0,60,0 -03-01 20:40:49,14.546,1.756,79.502,2.508,0,4458348,259280,200736,3006808,11376.119,4135.129,0,5838.537,0,436.386,4045,6763,1.060,1.160,1.010,1,0,1.003,0,0,18,281,0,61,0 -03-01 20:40:50,6.247,1.999,88.451,1.999,0,4458844,258776,200736,3006816,6357.484,1924.936,0,9202.911,0,1094.395,4104,4090,1.060,1.160,1.010,5,0,0.999,0,0,18,281,0,59,0 -03-01 20:40:51,5.998,1.500,90.723,0.750,0.250,4458664,258776,200736,3006996,30110.937,12812.144,0,1155.652,0,119.964,2384,3907,1.060,1.160,1.010,1,0,0,0,0,18,280,0,59,0 -03-01 20:40:52,8.993,1.249,87.179,0.500,0.250,4458628,258776,200736,3007032,29433.159,12871.574,0,1646.666,0,127.896,2701,4501,1.060,1.160,1.010,1,0,0,0,0,18,280,0,55,0 -03-01 20:40:53,12.490,2.248,82.937,1.249,0,4458400,258776,200736,3007260,9469.756,4302.708,0,1602.774,0,187.856,3401,5758,1.060,1.160,1.010,2,0,0,0,0,18,280,0,57,0 -03-01 20:40:54,12.534,1.755,84.732,0.501,0.251,4458776,258272,200736,3007388,18002.326,8796.101,0,1564.286,0,154.423,3138,5228,1.060,1.150,1.010,0,0,0,0,0,18,281,0,56,0 -03-01 20:40:55,12.519,1.753,83.125,1.002,0.250,4458824,258020,200736,3007592,6684.033,1796.697,0,1670.507,0,190.286,3228,5635,1.060,1.150,1.010,1,0,0,0,0,18,280,0,58,0 -03-01 20:40:56,4.248,1.499,92.708,0.250,0,4459052,257768,200736,3007616,12209.457,4294.051,0,939.573,0,78.964,1934,3220,1.060,1.150,1.010,2,0,0,0,0,18,281,0,58,0 -03-01 20:40:57,11.723,2.744,81.064,2.494,0,4458992,257768,200736,3007676,29757.587,12852.452,0,4429.816,0,383.119,4111,6591,1.060,1.150,1.010,0,2,0,0,0,18,280,0,58,0 -03-01 20:40:58,9.997,2.999,85.224,1.500,0,4458820,257768,200736,3007848,29529.082,12770.143,0,4986.494,0,354.893,3561,6067,1.060,1.150,1.010,3,0,0,0,0,18,280,0,57,0 -03-01 20:40:59,8.241,1.498,89.403,0.499,0.250,4458784,257768,200736,3007884,22523.472,10244.843,0,767.165,0,65.928,2100,3338,1.050,1.150,1.010,1,0,0,0,0,18,282,0,58,0 -03-01 20:41:00,18.825,3.263,74.799,1.255,0.251,4459160,257264,200736,3008012,27288.992,11007.966,0,2333.319,0,309.235,4755,8705,1.050,1.150,1.010,1,1,1.004,0,0,18,281,0,57,0 -03-01 20:41:01,24.946,3.742,67.852,1.497,0,4459224,256760,200736,3008452,6132.668,1616.486,15.965,2382.820,0.998,250.456,5653,11572,1.050,1.150,1.010,2,0,0,0,0,18,282,0,58,0 -03-01 20:41:02,25.495,2.749,66.737,2.000,0.500,4459908,255752,200740,3008772,8209.375,3063.393,0,3963.215,0,385.924,6233,11451,1.050,1.150,1.010,1,0,0,0,0,18,281,0,59,0 -03-01 20:41:03,6.260,1.502,90.896,0.501,0,4460148,255500,200740,3008784,10998.609,2925.684,0,1342.149,0,108.173,2270,3684,1.050,1.150,1.010,1,0,0,0,0,18,280,0,59,0 -03-01 20:41:04,14.736,3.996,78.426,1.249,0,4457932,257484,200740,3009016,9455.074,4360.883,0,3352.835,0,307.710,4088,9068,1.370,1.210,1.030,1,1,33.968,0,0,18,280,0,61,0 -03-01 20:41:05,14.493,3.748,78.462,2.249,0,4457928,257260,200740,3009244,10892.793,4254.966,0,5105.560,0,376.820,4597,8886,1.370,1.210,1.030,1,0,0,0,0,18,280,0,62,0 -03-01 20:41:06,18.287,1.253,78.409,0,0.251,4461040,253732,200740,3009660,6264.699,1623.290,0,589.194,0,27.055,2309,3882,1.370,1.210,1.030,1,0,0,0,0,18,281,0,65,0 -03-01 20:41:07,27.746,1.000,69.990,0,0,4467072,247432,200748,3009920,42151.225,1619.778,0,747.898,0,46.994,2571,4204,1.370,1.210,1.030,2,0,0,0,0,18,281,0,67,0 -03-01 20:41:08,9.708,2.240,86.125,0.996,0,4467196,247180,200748,3010048,29429.950,12772.427,0,1545.277,0,166.277,2980,5136,1.370,1.210,1.030,2,0,0,0,0,18,280,0,66,0 -03-01 20:41:09,10.025,1.754,85.713,1.002,0.251,4467256,246928,200748,3010240,29334.750,12914.027,0,1190.954,0,129.321,2819,4617,1.420,1.230,1.040,1,0,0,0,0,18,280,0,68,0 -03-01 20:41:10,8.738,1.748,85.878,2.496,0.499,4467212,246928,200748,3010284,12768.894,5811.759,0,8252.298,0,1014.561,4183,4706,1.420,1.230,1.040,0,0,0.999,0,0,18,281,0,67,0 -03-01 20:41:11,18.040,3.257,74.915,1.503,0.251,4467136,246928,200748,3010360,22855.350,8701.169,0,3058.738,0,337.744,4664,8879,1.420,1.230,1.040,3,0,0,0,0,18,281,0,69,0 -03-01 20:41:12,20.468,4.743,70.641,1.997,0,4467468,246172,200748,3010784,9097.989,4076.722,0,3570.501,0,333.486,5442,10232,1.420,1.230,1.040,1,0,0,0,0,18,281,0,70,0 -03-01 20:41:13,11.741,0.999,85.436,0.500,0,4467440,246172,200748,3010812,5978.510,1792.654,0,1043.217,0,88.933,2547,4579,1.420,1.230,1.040,2,0,0,0,0,18,284,0,72,0 -03-01 20:41:14,25.800,3.006,69.385,0.501,0,4468260,245164,200748,3011000,5057.848,1623.160,112.218,1827.558,6.012,160.312,4625,9778,1.380,1.220,1.040,3,0,3.006,0,0,18,286,0,78,0 -03-01 20:41:15,27.547,3.256,67.364,1.252,0.250,4468372,244660,200748,3011392,4474.575,1610.727,0,4391.435,0,317.538,5368,10916,1.380,1.220,1.040,1,2,0,0,0,18,287,0,96,0 -03-01 20:41:16,27.457,3.495,66.645,1.747,0.250,4469284,243400,200748,3011740,5226.799,1617.462,0,3099.137,0,237.627,4519,8606,1.380,1.220,1.040,2,0,0,0,0,18,284,0,115,0 -03-01 20:41:17,7.733,2.245,88.558,0.748,0,4469356,243148,200748,3011920,29279.376,12854.068,0,1596.531,0,152.668,2605,4593,1.380,1.220,1.040,2,0,0,0,0,18,283,0,116,0 -03-01 20:41:18,23.306,5.012,66.659,2.005,0,4469836,242392,200748,3012196,5445.989,1623.873,0,4683.169,0,442.054,5863,11803,1.380,1.220,1.040,2,0,0,0,0,18,283,0,120,0 -03-01 20:41:19,13.239,1.249,82.430,1.749,0.500,4470100,241888,200748,3012436,9964.480,4433.210,0,2653.731,0,283.757,4135,7262,1.350,1.220,1.040,2,0,0,0,0,18,283,0,120,0 -03-01 20:41:20,7.000,2.500,88.255,1.000,0,4470296,241640,200748,3012488,11630.640,4292.236,0,1772.097,0,185.010,2774,4825,1.350,1.220,1.040,1,0,1.000,0,0,18,283,0,114,0 -03-01 20:41:21,8.757,2.002,87.568,0.751,0,4470504,241388,200748,3012532,12234.555,4294.354,0,1757.373,0,195.152,2790,4630,1.350,1.220,1.040,0,0,0,0,0,18,283,0,116,0 -03-01 20:41:22,7.999,1.500,87.739,1.750,0.250,4470324,241388,200748,3012712,10016.718,4384.439,0,3231.586,0,273.965,2928,4928,1.350,1.220,1.040,1,1,0,0,0,18,283,0,116,0 -03-01 20:41:23,9.490,1.998,86.907,0.999,0,4471264,240380,200748,3012780,6128.473,1564.334,0,3324.459,0,177.811,2263,4242,1.350,1.220,1.040,2,0,0,0,0,18,284,0,114,0 -03-01 20:41:24,9.246,1.249,86.465,0.750,0.250,4473012,237608,200748,3013804,11466.391,3830.460,0,1163.532,0,113.954,2505,4570,1.250,1.200,1.030,2,0,0,0,0,18,283,0,117,0 -03-01 20:41:25,7.242,1.249,90.899,0.250,0,4472984,237608,200748,3013832,10334.498,3827.740,0,942.950,0,85.904,2011,3686,1.250,1.200,1.030,1,0,0,0,0,18,283,0,118,0 -03-01 20:41:26,5.997,2.499,90.206,1.000,0.250,4473076,237356,200748,3013992,9383.412,3722.180,0,1103.460,0,112.945,2096,3748,1.250,1.200,1.030,3,0,0,0,0,18,283,0,119,0 -03-01 20:41:27,8.016,2.254,86.417,0.501,0.250,4473152,237104,200748,3014168,21777.161,8383.230,0,1358.630,0,158.306,2597,4829,1.250,1.200,1.030,1,0,0,0,0,18,284,0,119,0 -03-01 20:41:28,17.246,2.499,77.234,1.750,0,4473344,236852,200748,3014228,14756.990,6133.749,0,2603.469,0,313.936,4286,8051,1.250,1.200,1.030,4,0,0,0,0,18,285,0,120,0 -03-01 20:41:29,24.791,3.506,67.362,2.003,0.250,4475376,234332,200748,3014716,10356.181,4208.983,0,5372.914,0,411.683,6023,11746,1.220,1.200,1.030,1,0,0,0,0,18,284,0,119,0 -03-01 20:41:30,7.246,1.499,89.455,0.999,0,4475356,234332,200748,3014736,5877.014,1739.117,0,1535.220,0,153.922,2231,4044,1.220,1.200,1.030,2,0,0.999,0,0,18,284,0,119,0 -03-01 20:41:31,4.246,1.998,91.905,1.748,0,4475984,233660,200748,3014780,11942.687,4291.575,0,9198.516,0,1097.868,3734,3298,1.220,1.200,1.030,1,0,0,0,0,18,283,0,116,0 -03-01 20:41:32,6.995,1.499,88.936,0.250,0.250,4475956,233660,200748,3014808,13780.092,3829.247,0,1015.270,0,97.930,2127,3684,1.220,1.200,1.030,1,0,0,0,0,18,283,0,116,0 -03-01 20:41:33,8.500,2.000,85.245,1.500,0,4476028,233408,200752,3014984,27972.517,12533.336,0,3011.840,0,245.987,3000,5287,1.220,1.200,1.030,1,1,0,0,0,18,284,0,116,0 -03-01 20:41:34,18.061,3.261,74.251,2.007,0.502,4475912,233408,200756,3015096,8229.800,1866.304,0,5506.601,0,475.607,4745,9558,1.130,1.180,1.020,2,0,0,0,0,18,284,0,118,0 -03-01 20:41:35,17.194,3.239,78.495,0.498,0,4314092,394484,200760,3015820,6323.468,279396.799,606.032,1327.689,9.968,78.744,1949,3016,1.130,1.180,1.020,1,0,13.955,0,0,18,283,0,115,0 -03-01 20:41:36,2.002,1.001,95.867,0.501,0,4314088,394484,200764,3015820,5747.011,1621.979,0,756.923,0,42.051,1135,2004,1.130,1.180,1.020,1,0,0,0,0,18,283,0,115,0 -03-01 20:41:37,4.240,0.748,93.524,0.499,0,4314088,394484,200764,3015820,42057.222,1616.089,0,2015.123,0,128.689,1715,2847,1.130,1.180,1.020,1,0,0,0,0,18,283,0,113,0 -03-01 20:41:38,4.002,1.001,94.055,0.250,0,4314088,394484,200764,3015820,10778.316,5241.071,0,320.188,0,34.020,1497,2610,1.130,1.180,1.020,1,0,0,0,0,18,284,0,113,0 -03-01 20:41:39,3.251,1.250,93.777,0,0.500,4314072,394484,200764,3015836,19262.451,6891.950,0,464.131,0,35.010,1662,2755,1.200,1.190,1.030,1,0,0,0,0,18,283,0,107,0 -03-01 20:41:40,2.002,0.751,96.355,0,0,4314072,394484,200764,3015836,5177.654,1621.771,0,32.035,0,4.004,1077,1886,1.200,1.190,1.030,2,0,1.001,0,0,18,283,0,107,0 -03-01 20:41:41,2.500,0.750,96.267,0,0.250,4313944,394484,200764,3015964,5420.932,1620.279,0,0,0,0,1038,1782,1.200,1.190,1.030,1,0,0,0,0,18,283,0,106,0 -03-01 20:41:42,2.249,1.000,95.227,0,0.250,4313940,394484,200764,3015968,21075.836,9718.619,0,0,0,0,1171,1864,1.200,1.190,1.030,2,0,0,0,0,18,284,0,106,0 -03-01 20:41:43,2.499,1.000,94.223,0.500,0,4313936,394484,200764,3015972,9771.225,2568.271,0,243.931,0,22.993,1417,2425,1.200,1.190,1.030,4,0,0,0,0,18,283,0,106,0 -03-01 20:41:44,2.746,0.749,94.351,0,0,4313932,394484,200764,3015976,5541.256,1617.448,0,383.395,0,43.931,1558,2848,1.100,1.170,1.020,1,0,0,0,0,18,283,0,106,0 -03-01 20:41:45,2.755,1.002,94.934,0.250,0,4313932,394484,200764,3015976,5235.119,1569.033,0,284.550,0,31.060,1281,2141,1.100,1.170,1.020,2,0,0,0,0,18,283,0,103,0 -03-01 20:41:46,3.257,0.251,95.214,0,0.251,4313932,394484,200764,3015976,8006.976,1515.402,0,0,0,0,1107,1820,1.100,1.170,1.020,0,0,0,0,0,18,283,0,103,0 -03-01 20:41:47,2.495,0.998,95.294,0.249,0,4313888,394484,200764,3016020,7097.627,1616.499,0,287.378,0,27.939,1332,2190,1.100,1.170,1.020,1,0,0,0,0,18,283,0,102,0 -03-01 20:41:48,1.749,0.999,94.694,0.250,0.250,4313884,394484,200764,3016024,6419.193,1619.040,0,267.841,0,37.977,1281,2208,1.100,1.170,1.020,1,0,0,0,0,18,283,0,102,0 -03-01 20:41:49,1.000,0.250,96.218,0,0,4313880,394484,200764,3016028,5932.031,1619.462,0,379.874,0,27.991,1223,2236,1.010,1.150,1.020,1,0,0,0,0,18,283,0,100,0 -03-01 20:41:50,1.500,0.250,96.005,0,0,4313880,394484,200764,3016028,5234.246,1620.076,0,32.002,0,4.000,1085,1841,1.010,1.150,1.020,2,0,1.000,0,0,18,283,0,100,0 -03-01 20:41:51,1.253,0.251,95.974,0.501,0,4313880,394484,200764,3016028,5636.183,1623.798,0,1703.986,0,291.682,1569,1778,1.010,1.150,1.020,0,1,0,0,0,18,283,0,99,0 -03-01 20:41:52,1.993,0.997,96.177,0,0.498,4313880,394484,200764,3016028,4836.753,1453.119,0,298.996,0,65.779,1139,1747,1.010,1.150,1.020,1,0,0,0,0,18,283,0,99,0 -03-01 20:41:53,2.499,0.750,95.197,0.500,0.250,4313880,394484,200764,3016028,4648.415,1619.100,0,267.851,0,22.987,1270,2255,1.010,1.150,1.020,1,0,0,0,0,18,283,0,97,0 -03-01 20:41:54,2.755,0.501,95.166,0.501,0,4313872,394484,200764,3016036,5508.601,1622.829,0,484.845,0,39.068,1376,2503,1.010,1.150,1.020,2,0,0,0,0,18,283,0,97,0 -03-01 20:41:55,2.252,0.250,95.852,0,0,4313872,394484,200764,3016036,4958.295,1621.732,0,176.188,0,11.012,1193,2006,1.010,1.150,1.020,1,0,0,0,0,18,283,0,96,0 -03-01 20:41:56,1.750,1.000,96.238,0.250,0,4313872,394484,200764,3016036,5356.325,1619.796,0,47.994,0,6.999,1045,1791,1.010,1.150,1.020,1,0,0,0,0,18,283,0,96,0 -03-01 20:41:57,2.251,0.250,96.036,0.250,0,4313872,394484,200764,3016036,5430.025,1620.604,0,248.093,0,24.009,1254,2144,1.010,1.150,1.020,1,0,0,0,0,18,283,0,94,0 -03-01 20:41:58,2.249,0.750,95.969,0,0.500,4313872,394484,200764,3016036,5185.304,1619.470,0,31.990,0,3.999,1037,1842,1.010,1.150,1.020,1,0,0,0,0,18,283,0,94,0 -03-01 20:41:59,2.495,0.998,95.563,0,0,4313864,394484,200764,3016044,5130.984,1455.160,0,686.660,0,84.834,1395,2374,0.930,1.130,1.010,1,0,0,0,0,18,283,0,93,0 -03-01 20:42:00,1.503,0.751,96.165,0,0,4314116,394232,200764,3016044,10126.336,1622.778,0,248.425,0,5.009,1167,1935,0.930,1.130,1.010,1,0,1.002,0,0,18,283,0,93,0 -03-01 20:42:01,1.749,0.500,96.704,0,0,4314108,394232,200764,3016052,5754.261,1619.229,0,0,0,0,1037,1763,0.930,1.130,1.010,1,0,0,0,0,18,283,0,90,0 -03-01 20:42:02,2.250,0.250,96.243,0,0,4314108,394232,200764,3016052,10146.290,1619.887,0,287.980,0,60.996,1086,1725,0.930,1.130,1.010,1,0,0,0,0,18,283,0,90,0 -03-01 20:42:03,1.250,0.500,95.728,0.250,0.250,4314104,394232,200764,3016056,9142.851,1619.619,0,283.933,0,24.994,1201,2112,0.930,1.130,1.010,1,0,0,0,0,18,283,0,90,0 -03-01 20:42:04,8.013,2.754,87.890,0.250,0.250,4320140,388192,200768,3016056,4963.922,1664.657,0,376.601,0,37.059,2477,4859,0.860,1.110,1.010,1,0,34.054,0,0,18,283,0,89,0 -03-01 20:42:05,5.002,1.751,91.535,0,0,4320024,388192,200768,3016172,4577.749,1296.495,0,204.078,0,14.005,2079,4095,0.860,1.110,1.010,2,0,0,0,0,18,283,0,89,0 -03-01 20:42:06,5.759,1.502,92.142,0,0.250,4321032,387184,200776,3016164,109574.292,2025.129,168.260,112.173,6.009,1.002,1443,2520,0.860,1.110,1.010,2,0,3.005,0,0,18,285,0,85,0 -03-01 20:42:07,16.919,5.474,77.378,0.249,0.249,4320776,387036,200816,3016528,269128.376,10891.687,163.216,417.992,8.957,23.885,2486,3730,0.860,1.110,1.010,1,0,29.857,0,0,18,283,0,86,0 -03-01 20:42:08,17.284,4.509,76.399,0.250,0,4327804,369188,200820,3027328,233612.779,4380.546,80.156,504.985,2.004,35.068,1912,2787,0.860,1.110,1.010,2,0,29.057,0,0,18,283,0,80,0 +14-01 22:31:51,,987860,1955096,164284,4705940,,,,,,,1.920,1.040,0.530,3,0,,,,9,5,3,17,1 +14-01 22:31:52,23.257,20.506,55.517,0.500,0,1005028,1935716,164352,4707840,845388.462,24677.428,0,2664.802,0,112.034,4408,6421,1.920,1.040,0.530,1,0,524.158,0,0,9,5,3,17,1 +14-01 22:31:53,26.981,19.736,52.464,0.749,0.250,1007136,1909248,164436,4730176,4455202.455,42441.673,0,8865.874,0,161.888,5686,8487,1.930,1.060,0.540,2,0,358.752,0,0,9,4,3,17,2 +14-01 22:31:54,35.725,17.987,44.468,0.999,0,1142960,1745244,164948,4880256,5715.930,1618.847,0,2790.014,0,116.917,4979,10108,1.930,1.060,0.540,1,0,178.873,0,0,10,4,3,17,2 +14-01 22:31:55,32.526,11.259,54.794,1.001,0,1146524,1707528,166336,4909544,5582.522,1695.373,0,3658.964,0,145.118,2371,3154,1.930,1.060,0.540,3,0,108.088,0,0,10,6,3,17,2 +14-01 22:31:56,36.267,11.005,52.025,0.500,0.250,1087012,1776260,166700,4899328,11657.514,4253.012,80.038,1872.886,1.000,67.032,2373,3519,1.930,1.060,0.540,2,0,181.086,0,0,10,4,3,19,0 +14-01 22:31:57,46.509,6.001,46.509,0,0,1181892,1678664,166740,4901632,7636.489,1620.316,0,2532.494,0,12.002,8681,17451,1.930,1.060,0.540,2,0,13.003,0,0,10,4,3,19,0 +14-01 22:31:58,35.246,8.499,44.745,10.249,0,1204444,1648696,167372,4908124,8783.051,1619.825,0,33760.354,0,2602.719,20004,37966,2.010,1.090,0.560,1,1,55.994,0,0,10,6,3,19,0 +14-01 22:31:59,38.246,9.499,44.746,8.749,0.250,1071932,1777224,167872,4911476,7077.306,1619.841,0,38944.183,0,2986.707,13108,22212,2.010,1.090,0.560,2,0,55.995,0,0,10,4,3,19,0 +14-01 22:32:00,41.503,6.000,51.253,0,0,1120772,1728156,167876,4911580,45964.034,1566.103,0,616.041,0,31.002,1805,2106,2.010,1.090,0.560,1,0,114.008,0,0,10,4,3,19,0 +14-01 22:32:01,22.952,2.245,73.348,0.249,0,1063968,1784932,167884,4911596,7507.460,1616.654,0,742.463,0,31.934,1006,1235,2.010,1.090,0.560,1,0,9.979,0,0,10,4,3,19,0 +14-01 22:32:02,22.998,3.000,72.244,1.000,0.250,1138540,1710340,167904,4911596,4982.557,1619.856,0,5595.502,0,314.972,1875,2707,2.010,1.090,0.560,2,0,2.000,0,0,10,4,3,19,0 +14-01 22:32:03,18.247,8.249,72.489,0,0.250,1062216,1786652,167904,4911608,6129.093,1511.776,0,195.971,0,11.998,1735,2392,1.930,1.090,0.560,1,0,158.976,0,0,10,4,3,19,0 +14-01 22:32:04,11.018,18.531,69.366,0,0,1071400,1777292,167904,4911772,5303.900,1696.847,0,36.061,0,8.013,2843,4491,1.930,1.090,0.560,1,0,377.634,0,0,10,4,3,19,0 +14-01 22:32:05,15.734,17.232,66.181,0,0,1078104,1770508,167904,4911964,4977.818,1618.315,0,19.979,0,4.995,4006,8441,1.930,1.090,0.560,1,0,248.741,0,0,10,4,3,19,0 +14-01 22:32:06,44.226,8.995,46.225,0,0.250,1192432,1656036,167904,4912356,7536.907,1619.121,0,0,0,0,2126,3001,1.930,1.090,0.560,2,0,133.927,0,0,10,5,3,19,0 +14-01 22:32:07,47.003,4.000,49.003,0,0,1253816,1592852,167980,4913984,5181.352,1566.106,0,772.052,0,86.006,2080,3841,1.930,1.090,0.560,4,0,0,0,0,10,5,3,19,0 +14-01 22:32:08,16.993,6.747,75.218,0,0,1266712,1578308,168060,4915188,8079.542,1619.307,0,23.990,0,1.000,2259,4395,1.780,1.070,0.550,0,0,117.950,0,0,10,4,3,20,0 +14-01 22:32:09,0.750,1.500,96.763,0.250,0,1267984,1576936,168064,4915220,5731.757,1620.214,0,13357.763,0,55.007,916,1494,1.780,1.070,0.550,0,0,0,0,0,10,4,3,20,0 +14-01 22:32:10,20.296,3.759,75.924,0,0,1329168,1515716,168092,4915224,7410.964,1515.469,0,0,0,0,1242,1594,1.780,1.070,0.550,2,0,23.053,0,0,10,4,3,20,0 +14-01 22:32:11,23.948,1.996,74.090,0,0.249,1368520,1476152,168092,4915436,13942.925,1690.354,0,235.492,0,11.974,1100,1389,1.780,1.070,0.550,2,0,0.998,0,0,10,6,3,20,0 +14-01 22:32:12,21.262,5.253,71.290,1.251,0,1305316,1539248,168164,4915472,14071.937,1620.914,0,3682.077,0,324.183,3617,5710,1.780,1.070,0.550,1,0,44.025,0,0,10,4,3,22,0 +14-01 22:32:13,22.537,2.504,73.372,0.501,0.501,1342600,1501280,168164,4915964,6526.821,1622.690,232.385,1634.710,58.096,19.032,1660,2516,1.710,1.070,0.560,1,0,2.003,0,0,10,27,3,22,0 +14-01 22:32:14,21.200,5.986,71.831,0.249,0,1344552,1499320,168164,4915980,13426.367,1616.192,0,39909.972,0,127.699,1880,2279,1.710,1.070,0.560,1,0,46.890,0,0,10,28,3,18,0 +14-01 22:32:15,26.564,8.771,63.905,0,0,1342680,1501040,168164,4916132,30212.325,1569.810,0,20.049,0,5.012,2270,2966,1.710,1.070,0.560,2,0,160.389,0,0,10,28,3,18,0 +14-01 22:32:16,49.140,7.234,42.904,0.249,0,1413820,1429576,168168,4916444,20473.365,1616.397,0,4038.997,0,161.640,3718,8938,1.710,1.070,0.560,4,0,33.924,0,0,10,30,3,18,0 +14-01 22:32:17,69.411,15.536,15.035,0,0,1478472,1364832,168168,4916500,43192.249,1515.518,0,477.107,0,46.107,3424,5892,1.710,1.070,0.560,9,0,472.096,0,0,10,28,3,19,0 +14-01 22:32:18,81.747,13.249,4.250,0,0.500,1631568,1211688,168168,4916544,45334.232,1619.937,0,231.991,0,32.999,5142,9734,2.220,1.180,0.600,12,0,118.995,0,0,10,29,3,20,1 +14-01 22:32:19,58.500,11.500,30.250,0,0,1382724,1460384,168172,4916764,5389.973,1619.992,0,15947.920,0,576.997,4331,8178,2.220,1.180,0.600,2,0,249.999,0,0,10,28,3,20,0 +14-01 22:32:20,20.720,4.993,72.646,0,0.250,1376904,1466200,168176,4916780,68408.902,1733.514,0,147.788,0,7.989,2061,2075,2.220,1.180,0.600,3,0,61.911,0,0,10,28,3,20,0 +14-01 22:32:21,19.972,6.990,72.650,0.250,0,1347660,1495296,168180,4916924,65236.040,1691.667,0,227.686,0,19.972,2366,3559,2.220,1.180,0.600,2,0,69.904,0,0,10,28,3,20,0 +14-01 22:32:22,23.032,3.755,72.601,0.250,0,1317788,1525152,168184,4916936,42865.669,1622.258,0,244.340,0,28.039,1832,3311,2.220,1.180,0.600,2,0,19.026,0,0,10,28,3,20,0 +14-01 22:32:23,10.508,19.515,68.804,0,0.500,1320128,1522800,168188,4916944,4447.473,1533.197,0,2485.942,0,25.020,3063,4406,2.200,1.200,0.600,4,0,509.398,0,0,10,28,3,20,0 +14-01 22:32:24,70.290,20.012,8.255,0,0,1529984,1312876,168196,4916992,5093.929,1620.932,0,13831.953,0,54.031,2805,4583,2.200,1.200,0.600,5,0,520.299,0,0,10,28,3,19,0 +14-01 22:32:25,77.337,8.732,12.973,0.249,0,1614168,1228484,168204,4917184,7049.126,1616.589,0,906.088,0,73.844,5184,14190,2.200,1.200,0.600,8,0,0.998,0,0,10,30,3,20,0 +14-01 22:32:26,84.684,11.274,4.009,0,0.251,1493744,1348808,168212,4917260,5696.373,1623.526,0,408.888,0,37.081,3342,6415,2.200,1.200,0.600,5,0,186.405,0,0,10,28,3,19,0 +14-01 22:32:27,86.006,10.501,3.000,0,0,1570528,1271560,168216,4917712,5255.336,1694.108,0,2408.154,0,141.009,6084,11349,2.200,1.200,0.600,6,0,151.010,0,0,10,29,3,19,0 +14-01 22:32:28,61.698,12.989,25.479,0,0,1436244,1405424,168216,4918124,5876.052,1618.637,0,379.680,0,31.973,5099,11065,2.200,1.200,0.600,2,0,184.844,0,0,10,28,3,19,0 +14-01 22:32:29,41.784,10.509,47.789,0,0.250,1432796,1408892,168216,4918144,7482.120,1621.326,0,52947.311,0,156.128,2087,2786,2.180,1.210,0.610,2,0,102.084,0,0,10,30,3,19,0 +14-01 22:32:30,46.734,12.995,38.486,0.250,0,1386564,1455048,168216,4918220,50588.193,1683.407,0,1155.593,0,40.986,4202,8699,2.180,1.210,0.610,4,0,380.866,0,0,10,28,4,19,0 +14-01 22:32:31,63.018,7.502,29.008,0.250,0.250,1496896,1344700,168216,4918232,6277.839,1694.496,0,180.053,0,7.002,4110,8076,2.180,1.210,0.610,2,0,3.001,0,0,10,31,4,21,0 +14-01 22:32:32,74.494,13.999,10.499,0,0,1495524,1345920,168224,4918368,6683.479,1619.874,0,419.967,0,42.997,3114,6192,2.180,1.210,0.610,4,0,265.979,0,0,10,28,4,23,0 +14-01 22:32:33,70.654,13.482,15.729,0,0.250,1447688,1393300,168228,4918820,5358.723,1691.703,0,439.403,0,39.946,5589,13702,2.180,1.210,0.610,6,0,166.774,0,0,10,29,4,25,0 +14-01 22:32:34,67.082,12.515,19.524,0,0.250,1497212,1343712,168232,4918876,5865.138,1664.025,0,260.317,0,13.016,2182,3743,2.410,1.270,0.640,5,0,164.200,0,0,10,30,4,25,0 +14-01 22:32:35,61.005,15.251,23.502,0.250,0,1397024,1443668,168248,4919092,5334.459,1704.147,0,516.044,0,43.004,4855,11921,2.410,1.270,0.640,3,0,303.026,0,0,10,28,4,25,0 +14-01 22:32:36,66.000,6.750,27.250,0,0,1496980,1343680,168248,4919124,5607.961,1693.988,0,291.998,0,23.000,4654,8349,2.410,1.270,0.640,6,0,2.000,0,0,10,30,4,28,0 +14-01 22:32:37,63.995,15.499,19.748,0,0,1473340,1367132,168248,4919308,5288.582,1693.866,0,239.981,0,14.999,3001,5255,2.410,1.270,0.640,3,0,292.977,0,0,10,28,4,28,0 +14-01 22:32:38,60.762,10.002,29.506,0,0.250,1374220,1465620,168256,4919928,7828.581,1500.303,0,408.082,0,40.008,4294,9361,2.410,1.270,0.640,3,0,114.023,0,0,10,28,4,30,0 +14-01 22:32:39,66.672,6.992,24.971,0.250,0,1498164,1341636,168256,4919968,7053.782,1618.115,0,363.576,0,29.965,2976,5985,2.540,1.320,0.650,6,0,3.995,0,0,10,30,4,33,0 +14-01 22:32:40,76.593,16.770,6.007,0,0.250,1515084,1324488,168256,4920164,5650.883,1621.976,0,800.976,0,36.044,3023,6057,2.540,1.320,0.650,6,0,437.533,0,0,10,28,4,33,0 +14-01 22:32:41,82.249,15.000,2.250,0,0,1512592,1326716,168280,4920396,6668.893,1619.974,0,731.988,0,56.999,4875,9577,2.540,1.320,0.650,10,0,227.996,0,0,10,28,4,29,0 +14-01 22:32:42,81.752,15.500,2.750,0,0,1527528,1311580,168288,4920576,5217.115,1620.036,0,1008.022,0,24.001,3477,6359,2.540,1.320,0.650,8,0,281.006,0,0,10,29,4,29,0 +14-01 22:32:43,78.494,15.249,5.250,0,0.500,1514600,1324272,168296,4920800,8470.322,1619.870,0,343.972,0,22.998,5520,11858,2.540,1.320,0.650,7,0,254.980,0,0,10,29,4,30,0 +14-01 22:32:44,53.001,28.250,19.000,0,0,1382600,1456056,168296,4921008,5132.082,1620.026,0,620.010,0,14.000,5186,11383,2.810,1.400,0.680,5,0,720.012,0,0,10,29,4,30,0 +14-01 22:32:45,16.467,24.452,57.885,0,0,1315488,1523096,168300,4921072,7025.076,1764.503,0,215.573,0,11.976,4318,7531,2.810,1.400,0.680,2,0,654.702,0,0,10,28,4,30,0 +14-01 22:32:46,51.836,28.548,19.032,0,0,1466976,1371536,168304,4921124,6296.496,1460.435,0,236.394,0,21.035,3138,6233,2.810,1.400,0.680,5,0,893.489,0,0,10,28,4,30,0 +14-01 22:32:47,77.763,12.252,9.001,0,0.250,1460092,1378240,168312,4921292,5234.843,1620.261,0,1344.216,0,106.017,5303,11623,2.810,1.400,0.680,4,0,119.019,0,0,10,28,4,30,0 +14-01 22:32:48,80.235,13.747,6.499,0,0.250,1515936,1322300,168320,4921372,5786.941,1661.696,0,311.943,0,25.995,3506,6524,2.810,1.400,0.680,4,0,178.967,0,0,10,29,4,30,0 +14-01 22:32:49,63.559,7.228,29.163,0,0,1553300,1284556,168320,4921748,5045.862,1615.155,0,143.569,0,8.973,5252,15728,2.830,1.430,0.700,3,0,0,0,0,10,32,4,33,0 +14-01 22:32:50,68.961,8.777,21.064,0.251,0.251,1490108,1347452,168360,4922004,5647.269,1624.969,0,3924.000,0,217.666,6921,17351,2.830,1.430,0.700,5,0,62.190,0,0,10,28,4,39,0 +14-01 22:32:51,83.243,9.749,6.749,0,0,1554240,1283132,168360,4922184,8031.325,1619.864,0,115.990,0,7.999,3732,7420,2.830,1.430,0.700,5,0,65.994,0,0,10,32,4,40,0 +14-01 22:32:52,56.879,7.235,34.427,0.249,0,1510876,1326316,168360,4922360,43029.305,1784.198,0,111.762,0,6.985,7706,18558,2.830,1.430,0.700,4,0,70.849,0,0,10,31,4,47,0 +14-01 22:32:53,78.447,14.035,7.769,0,0.251,1478636,1358244,168364,4922660,6576.474,1624.068,0,140.352,0,8.020,3612,8667,2.830,1.430,0.700,5,0,212.532,0,0,10,28,4,47,0 +14-01 22:32:54,75.482,7.748,15.746,0,0,1504040,1332620,168368,4922872,4951.812,1511.637,0,115.972,0,7.998,5215,13790,2.920,1.470,0.710,7,0,22.994,0,0,10,29,4,53,0 +14-01 22:32:55,84.224,11.496,3.749,0,0,1531500,1304976,168384,4923036,4836.520,1565.521,0,535.836,0,23.993,2479,4978,2.920,1.470,0.710,6,0,117.964,0,0,10,28,4,53,0 +14-01 22:32:56,75.019,14.754,11.003,0,0.250,1470300,1365960,168408,4923224,5828.475,1620.410,0,460.116,0,50.013,5047,11706,2.920,1.470,0.710,4,0,184.047,0,0,10,29,4,53,0 +14-01 22:32:57,78.414,10.704,9.459,0,0.249,1537984,1298044,168412,4923432,7428.185,1613.091,0,6081.951,0,162.305,5688,10998,2.920,1.470,0.710,7,0,62.731,0,0,10,30,4,53,0 +14-01 22:32:58,78.815,13.303,7.028,0,0,1453228,1382728,168416,4923496,6638.561,1626.508,0,156.627,0,8.032,3936,8956,2.920,1.470,0.710,5,0,169.679,0,0,10,28,4,53,0 +14-01 22:32:59,81.916,10.208,7.719,0,0.249,1528660,1307060,168428,4923708,6804.239,1613.417,0,493.985,0,50.793,6791,12825,3.010,1.510,0.730,5,0,70.711,0,0,10,28,4,53,0 +14-01 22:33:00,63.529,13.560,21.595,0.251,0.251,1467488,1368068,168440,4923856,45259.872,1627.150,0,791.478,0,45.199,3658,6148,3.010,1.510,0.730,6,0,203.896,0,0,10,28,4,53,1 +14-01 22:33:01,62.760,13.252,24.754,0,0,1383480,1451700,168444,4924172,4783.732,1512.231,0,316.048,0,23.004,4408,9158,3.010,1.510,0.730,4,0,245.037,0,0,10,28,4,56,0 +14-01 22:33:02,65.957,7.995,25.733,0,0,1460808,1374256,168448,4924284,5403.493,1692.901,0,263.829,0,21.986,2849,6055,3.010,1.510,0.730,3,0,8.994,0,0,10,30,4,56,0 +14-01 22:33:03,53.022,10.755,35.015,0.250,0.250,1422196,1412520,168460,4924604,4805.018,1566.658,0,412.173,0,32.013,4897,9702,3.010,1.510,0.730,4,0,157.066,0,0,10,29,4,57,0 +14-01 22:33:04,45.488,5.748,47.987,0.250,0,1370844,1463688,168468,4924780,5249.630,1619.577,0,339.911,0,31.992,2795,5282,3.010,1.540,0.740,3,0,8.998,0,0,10,28,4,57,0 +14-01 22:33:05,43.006,7.251,49.256,0,0,1398544,1435952,168472,4924808,9888.276,1620.209,0,300.039,0,25.003,3048,5401,3.010,1.540,0.740,4,0,42.005,0,0,10,29,4,57,0 +14-01 22:33:06,42.372,7.477,48.853,0,0.498,1414308,1420160,168476,4924832,9121.471,1615.126,0,271.182,0,22.931,3332,6023,3.010,1.540,0.740,2,0,61.813,0,0,10,29,4,58,0 +14-01 22:33:07,38.378,14.047,47.157,0.251,0,1362280,1471996,168496,4925004,5272.558,1625.413,0,353.176,0,30.100,3644,7589,3.010,1.540,0.740,2,0,309.029,0,0,10,28,4,59,0 +14-01 22:33:08,43.982,6.247,48.980,0,0,1445400,1388864,168496,4925016,7396.930,1511.373,0,187.922,0,10.995,2361,4866,3.010,1.540,0.740,2,0,22.990,0,0,10,28,4,59,0 +14-01 22:33:09,36.004,15.752,48.006,0.250,0,1386708,1447268,168504,4925292,7956.979,1694.208,0,304.037,0,25.003,2945,6194,2.930,1.540,0.750,2,0,325.040,0,0,10,29,4,58,0 +14-01 22:33:10,22.249,5.000,71.247,0,0,1330208,1503724,168512,4925324,6082.751,1639.933,0,379.984,0,25.999,3306,7150,2.930,1.540,0.750,1,0,90.996,0,0,10,28,4,59,0 +14-01 22:33:11,18.256,20.507,61.020,0.250,0.250,1372872,1460876,168548,4925468,16021.351,1620.541,0,2092.699,0,31.010,3459,5304,2.930,1.540,0.750,2,0,535.179,0,0,10,28,4,61,0 +14-01 22:33:12,43.997,4.750,48.746,1.000,0.250,1501528,1330204,168744,4927024,13896.930,1619.875,0,3867.702,0,271.979,2938,4100,2.930,1.540,0.750,2,0,20.998,0,0,10,32,4,61,0 +14-01 22:33:13,40.469,7.245,41.968,12.990,0.250,1430680,1394172,169628,4932632,7234.509,1692.715,0,34985.446,0,3078.663,15642,26820,2.930,1.540,0.750,3,0,113.914,0,0,10,32,4,61,0 +14-01 22:33:14,42.267,7.253,39.266,11.255,0,1437484,1385952,170140,4933448,14435.803,1620.652,0,40728.373,0,3344.344,14729,25867,2.850,1.550,0.760,2,0,26.010,0,0,10,28,4,59,0 +14-01 22:33:15,46.017,4.001,49.018,0.250,0,1460412,1362992,170148,4933468,12879.727,1512.555,0,676.248,0,34.012,1568,1713,2.850,1.550,0.760,2,0,5.002,0,0,10,30,4,59,0 +14-01 22:33:16,42.768,8.504,37.766,11.005,0.250,1522688,1299652,170860,4933800,5836.510,1620.697,0,17943.716,0,2666.146,18030,32676,2.850,1.550,0.760,2,1,37.016,0,0,10,30,4,60,0 +14-01 22:33:17,29.966,6.243,62.679,0.999,0,1409272,1412868,170916,4933932,13615.614,1692.088,0,3831.670,0,249.718,2598,3488,2.850,1.550,0.760,1,0,100.886,0,0,10,28,4,60,0 +14-01 22:33:18,21.455,3.742,73.097,0.249,0,1355400,1466652,170936,4933992,14478.783,1562.739,0,4422.770,0,209.563,1420,1582,2.850,1.550,0.760,1,0,2.994,0,0,10,28,4,56,0 +14-01 22:33:19,23.005,3.501,72.015,1.250,0,1436036,1386016,170976,4933952,5512.174,1620.345,0,4484.955,0,235.050,1589,2220,2.790,1.560,0.770,1,0,4.001,0,0,10,28,4,56,0 +14-01 22:33:20,23.012,3.002,73.289,0.250,0,1378056,1444040,170980,4934012,7964.229,1662.883,0,2077.103,0,225.120,1232,1445,2.790,1.560,0.770,1,0,3.002,0,0,10,32,4,55,0 +14-01 22:33:21,22.748,3.250,73.744,0,0,1450128,1371968,170980,4934012,5152.583,1619.869,0,4.000,0,1.000,953,1127,2.790,1.560,0.770,1,0,2.000,0,0,10,32,4,55,0 +14-01 22:33:22,22.948,2.245,73.833,0,0,1406484,1415600,170980,4934024,44217.935,1604.369,0,0,0,0,989,1068,2.790,1.560,0.770,1,0,2.993,0,0,10,32,4,55,0 +14-01 22:33:23,23.296,2.755,73.644,0,0.250,1348436,1473592,170984,4934072,7704.061,1569.068,0,0,0,0,887,1060,2.790,1.560,0.770,1,0,3.006,0,0,10,32,4,55,0 +14-01 22:33:24,22.754,3.001,73.263,0,0,1426776,1395252,170984,4934072,5969.021,1620.277,0,0,0,0,984,1222,2.720,1.570,0.770,1,0,3.001,0,0,10,32,4,55,0 +14-01 22:33:25,23.042,3.256,74.136,0,0.250,1368920,1453020,170992,4934152,5032.259,1697.123,0,132.243,0,1.002,933,1110,2.720,1.570,0.770,1,0,3.006,0,0,10,32,4,55,0 +14-01 22:33:26,22.440,3.491,73.054,0.249,0.499,1373728,1448124,170992,4934200,5296.762,1635.603,0,578.445,0,31.914,1254,1724,2.720,1.570,0.770,1,0,4.987,0,0,10,32,4,54,0 +14-01 22:33:27,23.006,2.251,73.769,0,0,1444788,1377060,170992,4934200,5864.472,1620.407,0,60.015,0,6.002,841,1126,2.720,1.570,0.770,1,0,2.001,0,0,10,32,4,54,0 +14-01 22:33:28,23.302,2.005,73.916,0,0,1407612,1414196,171000,4934232,5207.691,1623.645,0,0,0,0,958,1155,2.720,1.570,0.770,1,0,3.007,0,0,10,32,4,54,0 +14-01 22:33:29,23.715,1.997,73.889,0,0,1411988,1409800,171000,4934252,6715.953,1509.741,0,0,0,0,947,1136,2.580,1.560,0.770,1,0,2.996,0,0,10,32,4,54,0 +14-01 22:33:30,19.774,6.007,73.341,0,0,1347024,1474752,171008,4934256,51274.426,1622.006,0,96.119,0,1.001,1400,1692,2.580,1.560,0.770,2,0,74.092,0,0,10,32,4,54,0 +14-01 22:33:31,9.505,20.262,68.789,0,0,1347128,1474496,171008,4934404,5335.046,1620.926,0,672.384,0,8.005,3084,4775,2.580,1.560,0.770,1,0,459.262,0,0,10,32,4,54,0 +14-01 22:33:32,8.241,20.976,69.421,0,0.250,1347036,1474400,171012,4934580,4984.333,1618.160,0,918.955,0,65.925,3155,4657,2.580,1.560,0.770,1,0,424.517,0,0,10,32,4,50,0 +14-01 22:33:33,9.245,19.490,70.962,0,0.250,1357720,1463676,171012,4934620,7105.213,1661.115,0,3.998,0,0.999,3011,4579,2.580,1.560,0.770,1,0,420.776,0,0,10,32,4,50,0 +14-01 22:33:34,21.977,3.247,73.425,0,0.499,1437004,1384384,171012,4934604,5577.289,1638.322,0,0,0,0,937,1233,2.460,1.550,0.770,3,0,3.996,0,0,10,32,4,48,0 +14-01 22:33:35,23.826,2.006,73.735,0,0,1382120,1439272,171012,4934600,5079.177,1625.176,0,16.051,0,1.003,935,1163,2.460,1.550,0.770,2,0,4.013,0,0,10,32,4,48,0 +14-01 22:33:36,23.189,2.743,73.555,0.249,0,1447384,1374004,171020,4934596,5504.424,1508.007,0,422.880,0,27.926,1147,1571,2.460,1.550,0.770,2,0,1.995,0,0,10,32,4,48,0 +14-01 22:33:37,23.312,3.008,73.945,0,0,1409036,1412344,171020,4934604,5389.228,1624.288,0,64.169,0,5.013,957,1165,2.460,1.550,0.770,2,0,3.008,0,0,10,32,4,48,0 +14-01 22:33:38,23.436,1.745,73.550,0,0,1351280,1470084,171020,4934620,7347.969,1615.596,0,15.957,0,0.997,915,1106,2.460,1.550,0.770,1,0,2.992,0,0,10,32,4,43,0 +14-01 22:33:39,22.497,2.750,73.740,0,0,1432404,1388972,171020,4934608,9707.709,1619.785,0,3.999,0,1.000,1020,1205,2.340,1.540,0.780,1,0,3.999,0,0,10,32,4,43,0 +14-01 22:33:40,22.813,2.507,73.705,0,0,1382988,1438396,171020,4934600,5511.305,1624.511,0,12.033,0,1.003,867,1042,2.340,1.540,0.780,1,0,1.003,0,0,10,32,4,39,0 +14-01 22:33:41,23.501,1.750,74.504,0,0.250,1453292,1368092,171020,4934600,5703.331,1640.095,0,24.001,0,2.000,907,1150,2.340,1.540,0.780,1,0,4.000,0,0,10,32,4,39,0 +14-01 22:33:42,22.439,2.244,73.302,0,0,1408108,1413268,171020,4934608,5179.006,1615.635,0,19.946,0,1.995,902,1100,2.340,1.540,0.780,1,0,2.992,0,0,10,32,4,39,0 +14-01 22:33:43,23.817,2.758,74.208,0,0,1356404,1464960,171020,4934620,5248.723,1516.253,0,76.214,0,3.008,891,1078,2.340,1.540,0.780,2,0,3.008,0,0,10,32,4,39,0 +14-01 22:33:44,22.750,2.750,73.750,0.250,0,1437568,1383820,171020,4934596,6131.994,1619.998,0,507.999,0,92.000,1084,1217,2.230,1.530,0.780,2,0,4.000,0,0,10,32,4,38,0 +14-01 22:33:45,22.940,2.493,73.556,0,0,1386408,1435040,171020,4934536,5083.620,1615.747,0,27.926,0,1.995,963,1181,2.230,1.530,0.780,1,0,1.995,0,0,10,32,4,38,0 +14-01 22:33:46,23.506,2.751,73.268,0,0.500,1456644,1364792,171024,4934544,5764.389,1620.391,0,2288.552,0,37.009,1273,1770,2.230,1.530,0.780,1,0,4.001,0,0,10,32,4,38,0 +14-01 22:33:47,23.495,2.499,73.234,0.250,0.250,1405628,1415732,171028,4934616,5122.852,1619.637,0,131.970,0,4.999,970,1188,2.230,1.530,0.780,1,0,2.999,0,0,10,32,4,38,0 +14-01 22:33:48,23.242,2.999,73.976,0,0.250,1413892,1407476,171028,4934608,5184.310,1619.472,0,11.996,0,1.000,958,1151,2.230,1.530,0.780,1,0,2.999,0,0,10,32,4,38,0 +14-01 22:33:49,23.251,2.750,73.504,0,0,1359156,1462192,171028,4934628,5180.306,1566.092,0,20.001,0,1.000,912,1087,2.130,1.520,0.780,1,0,3.000,0,0,10,32,4,38,0 +14-01 22:33:50,23.257,2.751,74.023,0,0,1364812,1456536,171028,4934628,5006.567,1628.510,0,20.006,0,1.000,880,1176,2.130,1.520,0.780,1,0,3.001,0,0,10,32,4,26,0 +14-01 22:33:51,21.500,3.750,73.502,0,0,1444192,1377160,171028,4934624,7001.147,1694.036,0,348.007,0,54.001,1043,1179,2.130,1.520,0.780,1,0,4.000,0,0,10,32,4,26,0 +14-01 22:33:52,15.032,14.281,70.652,0,0,1348464,1472848,171028,4934660,43061.712,1717.698,0,108.233,0,9.019,2541,3813,2.130,1.520,0.780,1,0,373.805,0,0,10,32,4,18,0 +14-01 22:33:53,21.966,3.994,73.884,0,0,1423520,1397756,171032,4934688,5649.137,1691.346,0,71.887,0,1.997,1032,1356,2.130,1.520,0.780,1,0,20.967,0,0,10,32,4,18,0 +14-01 22:33:54,22.736,2.748,73.955,0,0,1394340,1426700,171036,4934916,5493.627,1619.006,0,0,0,0,1008,1268,2.040,1.510,0.780,2,0,10.993,0,0,10,32,4,18,0 +14-01 22:33:55,22.306,6.266,71.179,0,0.251,1343444,1477596,171036,4934916,6605.620,1624.086,0,152.383,0,30.076,1522,2121,2.040,1.510,0.780,1,0,138.348,0,0,10,32,4,12,0 +14-01 22:33:56,8.244,20.735,69.949,0,0,1349392,1471540,171044,4935016,5377.059,1456.932,0,843.382,0,35.974,3520,5658,2.040,1.510,0.780,1,0,505.629,0,0,10,32,4,12,0 +14-01 22:33:57,10.750,20.251,68.752,0.250,0.250,1347724,1473156,171048,4935044,5546.144,1620.042,0,292.008,0,9.000,3049,4643,2.040,1.510,0.780,1,0,432.011,0,0,10,32,4,12,0 +14-01 22:33:58,9.242,20.483,68.693,0,0.250,1349136,1471696,171048,4935084,9086.440,1692.592,0,883.265,0,12.989,2987,4410,2.040,1.510,0.780,2,0,440.633,0,0,10,32,4,12,0 +14-01 22:33:59,9.764,19.277,68.598,0,0.250,1349684,1471128,171048,4935104,8136.578,1622.309,0,1057.505,0,12.017,2993,4474,1.960,1.500,0.780,3,0,448.638,0,0,10,32,4,10,0 +14-01 22:34:00,8.735,21.462,68.628,0.250,0,1348388,1472392,171052,4935128,40328.457,1842.731,0,1417.485,0,21.961,3224,4824,1.960,1.500,0.780,2,0,450.201,0,0,10,32,5,10,0 +14-01 22:34:01,8.509,19.270,71.075,0,0,1346296,1474460,171052,4935152,11237.867,1695.791,0,420.444,0,8.008,2798,4174,1.960,1.500,0.780,2,0,375.396,0,0,10,32,5,9,0 +14-01 22:34:02,9.744,20.488,70.208,0,0.250,1348548,1472176,171052,4935180,5588.675,1619.037,0,143.914,0,5.996,2862,4307,1.960,1.500,0.780,3,0,390.767,0,0,10,32,5,9,0 +14-01 22:34:03,18.274,24.032,56.324,0,0.250,1385232,1435444,171056,4935220,5475.211,1696.234,0,813.071,0,39.051,3987,6510,1.960,1.500,0.780,5,0,674.889,0,0,10,32,5,8,0 +14-01 22:34:04,63.513,13.503,22.255,0,0.250,1561404,1258640,171164,4935696,5080.036,1458.297,0,696.142,0,40.008,2487,3899,1.880,1.490,0.780,4,0,279.057,0,0,10,32,5,12,0 +14-01 22:34:05,50.243,9.499,31.745,8.499,0,1645976,1163508,171836,4944480,4742.317,1745.749,399.942,40366.187,3.999,2896.583,14402,24061,1.880,1.490,0.780,5,1,78.989,0,0,10,38,5,13,0 +14-01 22:34:06,38.247,9.749,31.498,20.499,0,1628424,1171824,172344,4952948,6306.584,1693.888,0,74595.077,0,5595.631,23511,37717,1.880,1.490,0.780,1,2,154.990,0,0,10,36,5,13,0 +14-01 22:34:07,39.254,10.751,32.003,17.252,0.250,1595036,1196108,172976,4961068,7089.695,1694.166,0,67310.596,0,5132.503,22219,38017,1.880,1.490,0.780,3,1,118.012,0,0,10,36,5,13,0 +14-01 22:34:08,52.495,7.499,24.748,15.249,0,1552720,1231892,173384,4966928,6174.444,1619.854,0,52627.264,0,4388.605,18880,30143,1.880,1.490,0.780,3,0,42.996,0,0,10,34,5,14,0 +14-01 22:34:09,41.501,20.251,30.251,8.250,0,1560316,1215896,173748,4974872,7091.241,1620.055,364.012,33229.130,6.000,2812.096,18321,36699,1.970,1.520,0.800,3,1,333.011,0,0,10,35,5,16,0 +14-01 22:34:10,38.424,17.715,32.685,12.226,0,1536508,1233884,174028,4979828,8541.020,1616.786,1608.802,54037.573,22.954,4017.014,16606,33477,1.970,1.520,0.800,3,1,155.690,0,0,10,34,5,16,0 +14-01 22:34:11,39.012,8.753,39.263,11.004,0.250,1558400,1207000,174256,4984416,14073.504,1620.519,0,46686.940,0,3692.181,16364,34473,1.970,1.520,0.800,3,0,85.027,0,0,10,35,5,18,0 +14-01 22:34:12,34.810,10.518,45.078,10.017,0.250,1531784,1233280,174412,4984504,13330.969,1460.516,0,39648.314,0,3685.350,18288,32530,1.970,1.520,0.800,1,1,85.147,0,0,10,34,5,21,0 +14-01 22:34:13,38.002,8.500,41.252,13.501,0,1560668,1202312,174636,4986332,7812.453,1620.094,0,41006.378,0,3339.194,15758,27744,1.970,1.520,0.800,5,0,33.002,0,0,10,35,5,20,0 +14-01 22:34:14,36.251,6.750,41.501,13.750,0,1515340,1246728,174788,4987048,15383.292,1620.031,0,37576.714,0,3533.067,19331,33905,2.050,1.540,0.810,4,0,45.001,0,0,10,34,5,25,0 +14-01 22:34:15,40.747,7.499,40.497,11.249,0,1560224,1199604,174976,4989080,13766.995,1693.876,0,32333.640,0,3050.777,16156,26968,2.050,1.540,0.810,2,1,38.997,0,0,10,37,5,25,0 +14-01 22:34:16,40.502,8.250,41.502,9.500,0.250,1498300,1258344,175168,4991996,5330.224,1694.071,0,36777.545,0,3407.143,19475,37563,2.050,1.540,0.810,3,0,111.005,0,0,10,36,5,30,0 +14-01 22:34:17,35.742,8.748,41.241,15.496,0,1554808,1198168,175356,4995384,12671.098,1619.629,0,44453.820,0,3748.142,16373,29285,2.050,1.540,0.810,1,1,57.987,0,0,10,37,5,29,0 +14-01 22:34:18,32.739,9.497,41.736,14.995,0.250,1534856,1215108,175484,4998200,12924.735,1619.466,0,48727.920,0,4144.632,18793,32458,2.050,1.540,0.810,2,0,98.967,0,0,10,36,5,30,0 +14-01 22:34:19,37.741,7.998,41.490,13.497,0,1513632,1232600,175600,5001692,4541.910,1511.637,0,39578.501,0,3687.115,17555,30847,2.050,1.550,0.810,4,0,110.973,0,0,10,36,5,30,0 +14-01 22:34:20,36.754,7.251,40.754,15.502,0,1564492,1183768,175700,4999564,4974.512,1662.171,0,47820.926,0,4189.432,17736,29776,2.050,1.550,0.810,1,1,14.001,0,0,10,37,5,30,0 +14-01 22:34:21,38.926,6.488,46.162,9.482,0,1542324,1207868,175780,4997532,4759.970,1563.035,0,30518.107,0,2868.558,14469,26702,2.050,1.550,0.810,2,0,62.881,0,0,10,34,5,32,0 +14-01 22:34:22,29.512,11.255,56.273,2.001,0.250,1385224,1364884,175800,4997584,43064.829,1694.702,0,18175.525,0,1062.440,6226,9859,2.050,1.550,0.810,2,0,235.097,0,0,10,32,5,32,0 +14-01 22:34:23,9.261,23.279,66.582,0.250,0.250,1383120,1366840,175800,4997732,7279.947,1621.993,0,973.196,0,48.059,3590,5590,2.050,1.550,0.810,3,0,606.746,0,0,10,32,5,33,0 +14-01 22:34:24,58.294,14.761,26.770,0.250,0.250,1556784,1192648,175844,4998216,5334.059,1621.234,0,1036.789,0,67.051,2548,3432,1.970,1.540,0.820,3,0,177.135,0,0,10,32,5,38,0 +14-01 22:34:25,66.938,8.242,24.727,0.500,0,1717880,1028988,175960,5000388,4543.792,1618.501,0,2529.658,0,104.903,1632,1756,1.970,1.540,0.820,3,0,0.999,0,0,10,32,5,38,0 +14-01 22:34:26,43.258,9.502,36.007,10.502,0,1780224,956800,176164,5009528,4783.909,1620.308,0,47637.051,0,3627.689,15861,26834,1.970,1.540,0.820,2,0,117.022,0,0,10,38,5,38,0 +14-01 22:34:27,31.015,8.004,43.020,18.259,0,1784724,941228,176312,5020084,4506.145,1512.720,0,81526.807,0,6187.945,26494,43162,1.970,1.540,0.820,4,0,222.106,0,0,10,38,5,38,0 +14-01 22:34:28,37.009,7.252,39.010,18.004,0.250,1784772,931904,176388,5028984,4934.214,1620.399,0,82144.207,0,6352.563,25508,43731,1.970,1.540,0.820,13,0,135.033,0,0,10,38,5,38,0 +14-01 22:34:29,39.237,12.496,33.489,14.245,0,1707232,998048,176548,5039884,5433.207,1565.483,0,59984.205,0,4738.436,17496,35988,2.130,1.580,0.830,4,0,245.919,0,0,10,36,5,38,0 +14-01 22:34:30,49.201,6.993,30.220,14.486,0,1776880,919704,176648,5048252,37124.284,1618.399,0,76108.728,0,5381.678,18065,36396,2.130,1.580,0.830,3,0,56.944,0,0,10,36,5,38,0 +14-01 22:34:31,31.518,9.506,41.524,17.760,0,1662092,1023496,176744,5058636,19190.169,1694.986,0,70581.078,0,5186.018,20391,37545,2.130,1.580,0.830,7,0,90.052,0,0,10,36,5,38,0 +14-01 22:34:32,32.528,5.505,44.789,16.264,0,1661336,1019968,176788,5062752,4951.273,1769.527,0,62421.870,0,5149.444,20005,36449,2.130,1.580,0.830,2,0,39.034,0,0,10,36,5,38,0 +14-01 22:34:33,24.692,10.725,62.602,1.496,0.499,1416872,1264208,176788,5062948,5173.800,1616.189,0,8268.503,0,504.810,3444,4942,2.130,1.580,0.830,1,0,248.414,0,0,10,32,5,38,0 +14-01 22:34:34,23.247,2.750,72.990,0.250,0.250,1484908,1196168,176788,5062948,5254.254,1585.775,0,1303.815,0,84.988,1290,1688,2.040,1.570,0.830,1,0,3.000,0,0,10,32,5,38,0 +14-01 22:34:35,23.748,2.750,71.994,0.750,0,1516660,1164416,176788,5062948,5362.560,1619.867,0,4659.618,0,281.977,2088,3023,2.040,1.570,0.830,1,0,1.000,0,0,10,34,5,38,0 +14-01 22:34:36,21.258,4.752,73.529,0,0,1452876,1228192,176788,5062952,7195.828,1620.637,0,104.041,0,13.005,1168,1432,2.040,1.570,0.830,2,0,30.012,0,0,10,32,5,38,0 +14-01 22:34:37,24.241,1.999,72.724,0.250,0,1510744,1170316,176788,5062952,5483.026,1607.421,0,3538.726,0,27.990,1168,1590,2.040,1.570,0.830,2,0,0,0,0,10,34,5,38,0 +14-01 22:34:38,16.796,25.068,57.406,0,0.251,1398492,1282500,176792,5062996,5976.195,1624.402,0,577.565,0,41.111,4288,7228,2.040,1.570,0.830,3,0,873.367,0,0,10,32,5,38,0 +14-01 22:34:39,9.746,24.491,64.725,0,0,1399404,1281536,176792,5063048,9778.226,1693.346,0,203.921,0,21.992,3627,5512,2.030,1.580,0.840,1,0,655.747,0,0,10,32,5,38,0 +14-01 22:34:40,10.496,18.743,69.724,0,0,1399760,1281112,176792,5063112,7677.175,1693.377,0,183.932,0,12.995,2918,4302,2.030,1.580,0.840,1,0,400.852,0,0,10,32,5,38,0 +14-01 22:34:41,10.005,18.259,70.286,0,0,1400852,1279820,176792,5063280,5684.911,1586.812,0,36.018,0,9.005,2978,4922,2.030,1.580,0.840,2,0,433.222,0,0,10,32,5,38,0 +14-01 22:34:42,20.253,14.752,63.508,0,0.500,1411964,1268604,176804,5063636,5453.704,1620.209,0,48.006,0,7.001,4170,12122,2.030,1.580,0.840,3,0,245.032,0,0,10,32,5,38,0 +14-01 22:34:43,47.867,4.986,46.371,0,0.249,1532936,1147484,176804,5063864,5260.366,1689.300,0,27.922,0,0.997,1396,1732,2.030,1.580,0.840,2,0,82.770,0,0,10,33,5,38,0 +14-01 22:34:44,49.094,4.759,45.587,0,0,1619632,1056540,176820,5067948,7131.686,1623.115,0,549.054,0,14.027,2182,8340,2.030,1.590,0.850,2,0,5.010,0,0,10,49,5,38,0 +14-01 22:34:45,39.443,6.491,53.173,0.250,0,1666088,1008648,176876,5069028,6759.246,1563.744,0,926.663,0,94.863,1803,2198,2.030,1.590,0.850,1,0,67.902,0,0,10,48,5,38,0 +14-01 22:34:46,15.253,13.253,71.515,0,0,1688356,986308,176876,5069056,5904.275,1620.350,0,240.052,0,37.008,2117,3235,2.030,1.590,0.850,1,0,191.041,0,0,10,48,5,38,0 +14-01 22:34:47,1.499,0.250,95.940,1.499,0,1689096,985552,176876,5069068,24307.759,2634.348,0,6827.719,0,350.780,1656,2592,2.030,1.590,0.850,0,0,0.999,0,0,10,49,5,38,0 +14-01 22:34:48,0.999,0.500,96.200,0.750,0.250,1689240,985300,176876,5069176,98589.536,4341.734,0,4177.819,0,211.889,1410,2137,2.030,1.590,0.850,0,0,0,0,0,10,49,5,38,0 +14-01 22:34:49,0,0.500,98.248,0,0,1689440,985076,176876,5069200,60156.917,2717.951,0,147.997,0,5.000,734,1032,1.870,1.560,0.840,0,0,0,0,0,10,49,5,38,0 +14-01 22:34:50,14.786,6.767,76.437,2.005,0.501,1700300,972844,176960,5070228,22813.688,2153.256,4.010,4679.422,1.002,316.773,2570,3421,1.870,1.560,0.840,1,0,61.149,0,0,10,48,5,39,0 +14-01 22:34:51,15.246,11.247,71.482,1.250,0.250,1723960,895772,176976,5121448,5112.696,1619.587,0,9277.634,0,403.897,2454,2985,1.870,1.560,0.840,1,0,37.990,0,0,10,48,5,39,0 +14-01 22:34:52,20.460,5.240,73.855,0,0,1742304,877384,176976,5121452,47237.132,1740.578,0,0,0,0,1402,1550,1.870,1.560,0.840,1,0,38.923,0,0,10,48,5,39,0 +14-01 22:34:53,21.803,4.260,73.677,0,0,1748500,871092,176976,5121452,5134.364,1623.910,0,0,0,0,1237,1330,1.870,1.560,0.840,1,0,21.051,0,0,10,48,5,39,0 +14-01 22:34:54,18.986,6.745,73.696,0,0,1677784,993600,176976,5070712,7294.653,1510.893,0,3.997,0,0.999,1498,1712,1.800,1.550,0.840,1,0,60.955,0,0,10,48,5,39,0 +14-01 22:34:55,14.227,13.229,72.133,0.250,0,1679240,992260,177128,5071040,5288.454,1691.267,159.742,19.968,9.984,2.995,2222,3281,1.800,1.550,0.840,5,0,248.598,0,0,10,48,5,39,0 +14-01 22:34:56,13.751,8.500,77.254,0.250,0.250,1680260,991124,177128,5070708,5326.261,1694.083,0,276.014,0,5.000,4065,7062,1.800,1.550,0.840,0,0,90.004,0,0,10,48,5,39,0 +14-01 22:34:57,1.001,0.751,97.834,0,0,1680144,991232,177128,5070716,8073.911,1621.388,0,104.089,0,10.009,813,1387,1.800,1.550,0.840,1,0,3.003,0,0,10,48,5,39,0 +14-01 22:34:58,0.750,1.000,97.219,0.500,0,1680336,991040,177128,5070716,7618.570,1619.483,0,3870.765,0,217.930,1073,1213,1.800,1.550,0.840,0,0,2.999,0,0,10,48,5,39,0 +14-01 22:34:59,0.250,0.500,98.196,0,0.250,1680336,991040,177128,5070716,6380.510,1619.114,0,0,0,0,649,1016,1.650,1.530,0.840,0,0,0.999,0,0,10,48,5,39,0 +14-01 22:35:00,1.500,4.251,94.018,0,0,1623748,1047624,177128,5070712,46271.930,1620.313,0,0,0,0,1182,1708,1.650,1.530,0.840,0,0,47.009,0,0,10,48,5,39,0 +14-01 22:35:01,19.280,13.772,66.355,0,0.501,1615168,1056148,177128,5070728,4811.602,1460.307,0,4.006,0,1.002,3669,9053,1.650,1.530,0.840,0,0,255.404,0,0,10,48,5,39,0 +14-01 22:35:02,12.512,18.768,68.066,0,0,1668884,1002236,177128,5071256,5712.575,1859.815,0,0,0,0,4179,7404,1.650,1.530,0.840,1,0,377.368,0,0,11,48,5,39,0 +14-01 22:35:03,14.211,10.471,73.047,0,0.249,1668476,1002576,177128,5070912,4983.152,1689.305,0,235.346,0,12.964,4162,6797,1.650,1.530,0.840,0,0,182.493,0,0,11,48,5,39,0 +14-01 22:35:04,6.252,8.503,84.279,0,0,1675344,995748,177128,5071272,5376.855,1694.585,0,0,0,0,1956,3208,1.520,1.500,0.830,0,0,148.051,0,0,13,50,5,33,0 +14-01 22:35:05,14.769,16.522,68.340,0,0,1676072,994944,177128,5070940,4885.405,1622.127,0,28.037,0,6.008,3837,8287,1.520,1.500,0.830,1,0,239.314,0,0,13,50,5,34,0 +14-01 22:35:06,10.760,19.518,69.813,0,0,1675860,995112,177128,5070984,5595.064,1621.467,0,36.033,0,9.008,2679,4044,1.520,1.500,0.830,1,0,329.298,0,0,13,50,5,33,0 +14-01 22:35:07,17.505,14.004,67.020,0,0,1679400,991408,177128,5071144,5161.507,1620.473,0,208.061,0,19.006,4608,11023,1.520,1.500,0.830,1,0,207.060,0,0,13,50,5,33,0 +14-01 22:35:08,36.417,19.456,43.401,0.249,0.748,1757080,913636,177144,5071208,5874.588,1454.679,0,658.497,0,28.934,3911,10364,1.520,1.500,0.830,3,0,411.062,0,0,13,50,5,32,0 +14-01 22:35:09,28.308,5.261,66.387,0,0.251,1809960,859344,177232,5072492,6025.418,1623.346,32.066,40.083,2.004,7.014,1796,3588,1.560,1.510,0.840,1,0,33.068,0,0,13,58,5,36,0 +14-01 22:35:10,21.494,4.249,73.228,0,0,1863400,805756,177232,5072640,8356.510,1619.517,0,0,0,0,1074,1403,1.560,1.510,0.840,1,0,9.997,0,0,13,58,5,32,0 +14-01 22:35:11,15.215,1.995,82.311,0,0,1896348,772240,177236,5073200,15137.200,1690.114,0,0,0,0,1317,3100,1.560,1.510,0.840,0,0,2.993,0,0,13,58,5,32,0 +14-01 22:35:12,0.250,0.750,98.261,0,0,1896348,772240,177236,5073200,14017.584,1710.193,0,0,0,0,696,956,1.560,1.510,0.840,0,0,2.000,0,0,13,58,5,26,0 +14-01 22:35:13,12.034,12.535,76.215,0,0,1894836,773572,177236,5073520,6939.577,1624.583,0,1596.504,0,13.037,3785,5794,1.560,1.510,0.840,2,0,189.535,0,0,13,56,5,26,0 +14-01 22:35:14,13.946,15.191,69.232,0,0,1898792,769488,177236,5073688,15080.563,1613.747,0,47.815,0,3.985,4783,8645,1.520,1.500,0.840,17,0,276.927,0,0,13,56,5,20,0 +14-01 22:35:15,21.556,16.794,61.160,0,0,1916264,751960,177236,5073692,13306.771,1515.961,0,930.431,0,11.029,4984,10761,1.520,1.500,0.840,2,0,198.519,0,0,12,56,5,20,0 +14-01 22:35:16,22.708,17.218,59.140,0,0.250,1910452,757708,177236,5073476,6808.391,1563.105,0,3.993,0,0.998,5543,12411,1.520,1.500,0.840,5,0,341.368,0,0,13,50,5,16,0 +14-01 22:35:17,18.810,8.778,70.724,0,0.251,1686188,982004,177236,5073380,13493.802,1625.155,0,0,0,0,2393,3718,1.520,1.500,0.840,2,0,168.535,0,0,13,50,5,20,0 +14-01 22:35:18,31.958,21.222,46.190,0,0,1767796,900356,177236,5073440,11608.839,1617.887,0,1274.336,0,13.982,3788,6318,1.520,1.500,0.840,3,0,623.186,0,0,13,50,5,19,0 +14-01 22:35:19,42.007,20.003,37.756,0,0,1866736,800780,177240,5074052,7070.167,1620.267,0,16.003,0,4.001,6148,12860,1.550,1.510,0.850,3,0,303.050,0,0,13,58,5,23,0 +14-01 22:35:20,45.174,7.737,46.672,0,0.499,1976980,690508,177244,5074072,8735.368,1617.291,0,47.920,0,0.998,1562,1770,1.550,1.510,0.850,3,0,64.891,0,0,13,58,5,23,0 +14-01 22:35:21,26.750,5.500,67.249,0,0,2028600,636356,177400,5076156,5086.959,1693.986,0,44.000,0,11.000,3046,4903,1.550,1.510,0.850,2,0,4.000,0,0,13,58,5,23,0 +14-01 22:35:22,23.003,3.501,67.510,4.751,0,2077112,585324,177580,5078320,42774.459,1586.240,140.021,12113.829,35.005,982.148,5612,8373,1.550,1.510,0.850,3,1,5.001,0,0,13,60,5,23,0 +14-01 22:35:23,26.070,7.019,53.644,12.534,0,2079604,564436,177652,5096192,4999.403,1714.597,0,87273.982,0,2999.040,15047,27719,1.550,1.510,0.850,2,0,4.011,0,0,13,60,5,21,0 +14-01 22:35:24,34.225,15.488,49.463,0.250,0,2249536,391156,177732,5099084,5257.083,1638.779,0,1930.562,0,107.920,4802,15025,1.510,1.500,0.850,2,0,161.879,0,0,14,85,5,32,0 +14-01 22:35:25,8.256,20.765,69.550,0.250,0.500,2255584,385036,177732,5099128,5102.659,1621.162,0,4118.953,0,43.031,2944,4543,1.510,1.500,0.850,2,0,371.266,0,0,14,85,5,26,0 +14-01 22:35:26,12.495,18.493,66.723,0,0,2258108,382228,177732,5099308,5168.907,1619.344,0,607.754,0,33.986,3990,6388,1.510,1.500,0.850,3,0,304.877,0,0,14,85,5,26,0 +14-01 22:35:27,37.920,10.478,49.646,0.249,0.249,2347820,292416,177736,5099764,5632.172,1616.605,0,3975.651,0,254.466,3762,7800,1.510,1.500,0.850,2,0,155.673,0,0,14,86,5,26,0 +14-01 22:35:28,31.489,11.246,56.730,0.500,0.250,2422468,216880,177756,5100556,4801.344,1693.416,0,3470.803,0,347.880,3097,4310,1.510,1.500,0.850,2,0,164.943,0,0,14,89,5,27,0 +14-01 22:35:29,9.767,17.782,70.876,0.250,0,2425244,214044,177756,5100596,5040.973,1514.696,0,873.555,0,63.112,3109,4818,1.390,1.470,0.840,1,0,380.678,0,0,14,89,5,27,0 +14-01 22:35:30,9.258,18.767,71.313,0,0,2423040,216212,177756,5100632,51549.621,1847.635,0,408.361,0,20.018,3399,5315,1.390,1.470,0.840,2,0,447.396,0,0,14,89,6,27,0 +14-01 22:35:31,22.175,3.488,73.005,0,0,2484396,154840,177756,5100644,5517.461,1688.327,0,0,0,0,1286,1794,1.390,1.470,0.840,1,0,5.980,0,0,14,89,6,27,0 +14-01 22:35:32,22.523,5.506,72.325,0,0.250,2464236,174964,177756,5100680,5021.212,1609.671,0,380.395,0,28.029,2048,3242,1.390,1.470,0.840,2,0,65.068,0,0,14,91,6,28,0 +14-01 22:35:33,24.513,4.002,69.036,1.001,0,2511680,127140,177768,5101012,4919.593,1784.941,0,1244.656,0,176.093,3537,6490,1.390,1.470,0.840,1,0,2.001,0,0,14,96,6,28,0 +14-01 22:35:34,29.460,8.738,60.167,1.248,0.499,2483156,159792,177768,5096880,4956.190,1617.777,15.978,1753.591,1.997,176.757,3658,6598,1.440,1.480,0.850,1,0,117.838,0,0,14,104,6,30,0 +14-01 22:35:35,22.322,5.769,70.978,0.752,0,2538188,130424,176588,5073648,5133.520,1709.501,28.090,7271.399,2.006,466.501,2314,2710,1.440,1.480,0.850,1,0,4.013,0,0,14,108,6,30,0 +14-01 22:35:36,27.746,8.749,60.241,1.750,0.250,2523156,175024,175128,5045756,5538.197,1585.770,2047.703,3679.466,176.974,292.958,3475,6866,1.440,1.480,0.850,2,0,92.987,0,0,14,107,6,32,0 +14-01 22:35:37,45.144,6.485,47.389,0,0,2630056,126812,174420,4988008,5929.126,1805.774,1017.619,466.907,39.907,30.928,1926,1990,1.440,1.480,0.850,4,0,8.979,0,0,14,107,6,32,0 +14-01 22:35:38,29.735,6.247,62.719,0.250,0,2642104,132888,174168,4970308,5609.195,1619.190,1535.232,639.680,26.987,45.977,1645,2188,1.440,1.480,0.850,1,0,58.971,0,0,14,111,6,33,0 +14-01 22:35:39,21.813,4.513,72.459,0.251,0,2630264,153208,174068,4962048,6856.775,1570.529,8.023,252.729,2.006,14.040,1431,2020,1.400,1.470,0.850,1,0,53.153,0,0,14,111,6,34,0 +14-01 22:35:40,23.943,2.993,72.079,0.748,0,2655620,127836,174068,4962064,8329.193,1616.157,0,614.539,0,69.834,1808,2842,1.400,1.470,0.850,2,0,0,0,0,14,111,6,35,0 +14-01 22:35:41,20.794,6.263,72.404,0.251,0,2660736,136368,174064,4948704,5231.132,1623.455,0,1904.052,0,114.243,1803,2623,1.400,1.470,0.850,1,0,84.179,0,0,14,111,6,35,0 +14-01 22:35:42,20.939,4.985,73.036,0,0.249,2647444,149628,174064,4948736,5071.172,1615.277,11.965,87.743,0.997,5.983,1451,2117,1.400,1.470,0.850,1,0,56.834,0,0,14,111,6,36,0 +14-01 22:35:43,27.531,2.503,67.575,1.502,0,2673152,121908,174064,4950748,6019.694,1513.683,1741.937,1557.732,35.039,242.269,3859,6929,1.400,1.470,0.850,2,0,0,0,0,14,111,6,37,0 +14-01 22:35:44,20.980,5.994,71.181,0.250,0.250,2671228,124848,174064,4949732,5838.378,1618.441,0,1206.838,0,88.914,1833,2776,1.450,1.480,0.860,1,0,55.946,0,0,14,113,6,37,0 +14-01 22:35:45,25.066,2.757,70.434,0.752,0.501,2681548,123596,173932,4940876,7120.620,1698.441,0,1455.807,0,130.341,2761,5292,1.450,1.480,0.860,1,0,1.003,0,0,14,115,6,37,0 +14-01 22:35:46,30.672,5.237,62.590,0.249,0,2675108,129896,173932,4941016,6003.667,1689.685,95.755,821.901,12.967,73.811,2523,4502,1.450,1.480,0.860,1,0,71.817,0,0,14,115,6,38,0 +14-01 22:35:47,20.560,7.773,70.204,1.003,0,2653316,166392,173932,4926404,5252.247,1570.559,0,4400.775,0,469.363,3657,5428,1.450,1.480,0.860,1,0,134.390,0,0,14,115,6,39,0 +14-01 22:35:48,23.422,2.990,72.510,0.249,0,2701116,130372,173768,4914788,5326.375,1614.657,430.575,510.311,11.960,33.888,1301,1707,1.450,1.480,0.860,1,0,14.951,0,0,14,115,6,39,0 +14-01 22:35:49,25.319,1.755,70.192,0.501,0,2708748,122560,173768,4915012,5337.572,1624.435,168.460,1046.858,25.068,114.312,3328,5617,1.500,1.490,0.860,1,0,1.003,0,0,14,119,6,39,0 +14-01 22:35:50,27.020,10.257,62.546,0.500,0.250,2665500,178172,173608,4903056,5907.301,1513.102,3326.422,772.562,114.083,63.046,3384,5664,1.500,1.490,0.860,2,0,171.125,0,0,14,117,6,40,0 +14-01 22:35:51,19.691,7.228,71.286,0.249,0.249,2719124,137928,173620,4890000,6986.007,2097.696,881.352,458.622,20.937,25.922,1791,2736,1.500,1.490,0.860,1,0,119.640,0,0,14,117,6,39,0 +14-01 22:35:52,16.001,12.001,70.755,0.250,0,2657700,198896,173624,4890564,44837.049,2128.145,764.052,448.030,26.002,26.002,2468,3788,1.500,1.490,0.860,1,0,230.016,0,0,14,117,6,40,0 +14-01 22:35:53,10.013,20.026,70.091,0,0,2669628,186680,173628,4890848,5396.031,1622.114,216.282,452.590,19.025,33.043,2845,4388,1.500,1.490,0.860,1,0,357.466,0,0,14,117,6,40,0 +14-01 22:35:54,23.772,15.515,58.555,0.500,0,2695100,160028,173632,4892028,9174.670,1621.532,1161.097,5633.323,42.040,334.316,5923,10826,1.450,1.480,0.860,2,0,229.217,0,0,14,117,6,40,0 +14-01 22:35:55,32.228,21.236,46.219,0,0,2732964,129652,173620,4884736,5180.514,1564.947,103.930,223.849,14.990,19.987,3774,6403,1.450,1.480,0.860,2,0,542.635,0,0,14,117,6,40,0 +14-01 22:35:56,45.554,21.776,31.287,1.001,0,2847584,130504,173604,4771748,6143.280,1663.972,2062.444,8534.113,243.288,903.070,8394,16407,1.450,1.480,0.860,3,0,257.305,0,0,16,131,6,40,0 +14-01 22:35:57,54.749,22.250,22.000,0.250,0.250,2960248,130348,173608,4661504,7583.917,1689.981,603.993,1511.983,68.999,189.998,3448,5221,1.450,1.480,0.860,3,0,500.994,0,0,16,131,6,40,0 +14-01 22:35:58,57.208,21.984,18.736,0,0.500,3047376,127024,173576,4580008,6856.988,1510.896,1211.115,519.620,70.948,21.984,9493,16356,1.450,1.480,0.860,5,0,291.787,0,0,16,145,6,40,0 +14-01 22:35:59,38.520,19.510,41.772,0.250,0,3114548,130652,173584,4510640,6053.136,1620.840,60.031,592.307,2.001,30.016,3931,6278,1.420,1.480,0.870,2,0,508.263,0,0,16,147,6,40,0 +14-01 22:36:00,25.449,20.958,52.894,0,0,3149984,134376,173712,4472188,43922.759,1616.752,127.743,758.476,2.994,26.946,3843,6025,1.420,1.480,0.870,2,0,499.996,0,0,17,147,6,40,0 +14-01 22:36:01,22.801,17.038,59.132,0.501,0.251,3178376,131708,173712,4446932,5464.152,1713.812,12.027,753.676,3.007,116.259,6093,10393,1.420,1.480,0.870,2,4,266.593,0,0,17,147,6,40,0 +14-01 22:36:02,32.252,21.502,45.003,0.250,0,3243344,137444,173712,4377768,4979.373,1768.133,0,6160.462,0,367.028,3950,5587,1.420,1.480,0.870,2,0,440.033,0,0,17,147,6,40,0 +14-01 22:36:03,38.445,21.968,38.694,0.250,0,3335084,135900,173732,4289400,6144.159,1637.643,183.736,307.557,8.987,22.967,7773,18785,1.420,1.480,0.870,2,0,229.670,0,0,17,159,6,40,0 +14-01 22:36:04,31.793,23.532,43.809,0.501,0,3402504,129156,173740,4229884,5045.771,1622.177,56.075,652.876,5.007,66.089,4053,6808,1.380,1.470,0.870,2,0,623.837,0,0,17,163,6,40,0 +14-01 22:36:05,30.182,21.701,45.897,0.249,0,3474632,125084,173740,4163412,4843.161,1582.458,0,5164.442,0,395.116,6648,13654,1.380,1.470,0.870,2,0,622.607,0,0,17,169,6,40,0 +14-01 22:36:06,16.972,16.473,64.393,0.250,0,3486340,118904,173744,4158304,5111.520,1687.201,15.973,459.238,0.998,35.940,5091,8860,1.380,1.470,0.870,1,0,266.558,0,0,17,177,6,39,0 +14-01 22:36:07,41.385,10.534,48.157,0,0,3587804,122672,173748,4054752,5363.485,1625.298,16.052,634.067,4.013,42.137,2655,3889,1.380,1.470,0.870,4,0,121.396,0,0,17,177,6,39,0 +14-01 22:36:08,46.511,5.001,46.511,0,0.250,3689260,127768,173752,3950692,5691.377,1620.392,1252.303,144.035,32.008,18.004,1789,2173,1.380,1.470,0.870,2,0,2.000,0,0,17,177,6,39,0 +14-01 22:36:09,33.507,15.253,50.261,0.250,0.250,3666448,184020,173756,3918036,5782.249,1694.366,192.041,340.073,10.002,17.004,3210,5517,1.430,1.480,0.870,2,0,365.079,0,0,17,181,6,39,0 +14-01 22:36:10,38.253,21.502,39.003,0.250,0,3701240,147852,173760,3919376,5836.479,1694.139,20.002,528.043,2.000,38.003,5641,11031,1.430,1.480,0.870,3,0,443.036,0,0,17,191,6,35,0 +14-01 22:36:11,51.501,19.750,27.250,0.250,0.250,3745512,130652,173768,3893356,17242.259,1784.027,1500.023,580.009,32.000,33.000,7291,12478,1.430,1.480,0.870,5,0,237.004,0,0,17,197,6,35,0 +14-01 22:36:12,79.671,15.187,3.984,0.249,0.249,3827808,124800,173780,3818932,14315.890,1452.005,318.684,11851.067,7.967,653.303,4175,6160,1.430,1.480,0.870,4,0,152.371,0,0,17,208,6,36,0 +14-01 22:36:13,77.778,16.702,5.235,0,0,3880140,177656,173876,3714848,5957.990,1689.177,546.440,2149.862,12.963,106.695,5030,12590,1.430,1.480,0.870,5,0,61.823,0,0,17,222,6,37,0 +14-01 22:36:14,57.124,24.410,18.119,0,0,3951696,128228,173896,3692692,15755.101,1630.671,48.316,535.504,2.013,28.184,4734,11221,1.720,1.540,0.900,5,0,389.549,0,0,17,218,6,45,0 +14-01 22:36:15,53.760,25.755,19.253,0.250,0,3931068,145316,173896,3696600,8672.561,1620.292,0,884.159,0,50.009,8481,37169,1.720,1.540,0.900,6,0,358.064,0,0,17,219,6,45,0 +14-01 22:36:16,54.508,25.754,18.503,0,0.250,3988100,131372,173896,3656068,5948.898,1620.245,20.003,648.098,4.001,45.007,5680,21405,1.720,1.540,0.900,6,0,534.081,0,0,17,219,6,45,0 +14-01 22:36:17,61.971,18.491,18.491,0.500,0,4011292,157452,173976,3605016,14812.068,1767.173,135.936,751.648,21.990,49.977,4338,16702,1.720,1.540,0.900,5,0,211.901,0,0,17,221,6,50,0 +14-01 22:36:18,56.778,23.762,17.509,1.251,0.500,4104344,127284,173976,3543184,14284.056,1620.801,92.045,28269.965,5.002,836.413,6164,14554,1.720,1.540,0.900,5,0,494.244,0,0,17,227,6,46,0 +14-01 22:36:19,58.964,18.739,20.238,0,0,4148460,125948,173980,3501332,7089.654,1619.008,107.934,803.507,7.995,56.965,7742,21020,1.900,1.580,0.910,4,0,257.842,0,0,17,235,6,47,0 +14-01 22:36:20,64.796,12.509,21.765,0.751,0.250,4252536,121980,173984,3403480,6149.329,1459.027,796.561,6476.559,11.008,538.379,3901,4888,1.900,1.580,0.910,3,0,138.097,0,0,17,235,6,43,0 +14-01 22:36:21,70.746,9.499,18.999,0.500,0,4324208,121520,173996,3333584,6786.606,1709.901,515.970,1175.932,31.998,109.994,4661,8635,1.900,1.580,0.910,6,0,12.999,0,0,17,249,6,51,0 +14-01 22:36:22,52.487,23.744,23.244,0.500,0,4275620,185136,174000,3318952,43937.455,1661.601,863.793,1815.564,26.994,196.953,5671,11110,1.900,1.580,0.910,4,0,481.884,0,0,17,249,6,52,0 +14-01 22:36:23,47.764,19.798,30.193,0.247,0.247,4329608,134100,174004,3316076,6767.104,1603.673,1314.616,1832.345,37.617,104.932,5500,10853,1.900,1.580,0.910,6,0,377.160,0,0,17,250,6,52,0 +14-01 22:36:24,70.733,18.946,10.357,0,0,4403612,128524,174080,3249256,7691.678,1636.957,3670.018,767.955,51.534,54.565,4358,8289,2.070,1.620,0.930,4,0,219.271,0,0,18,253,6,42,0 +14-01 22:36:25,70.593,11.724,16.713,0.249,0,4460012,132444,174092,3189444,8459.145,1690.232,1097.554,806.203,18.958,46.895,2682,4182,2.070,1.620,0.930,3,0,48.891,0,0,18,253,6,45,0 +14-01 22:36:26,48.570,17.024,32.296,1.001,0.250,4490392,134632,174124,3157284,5489.872,1766.533,925.327,7550.828,13.019,646.928,5068,10293,2.070,1.620,0.930,1,0,202.290,0,0,18,254,6,45,0 +14-01 22:36:27,18.715,5.739,73.863,0.250,0,4508820,130512,174128,3143204,9491.403,2993.450,894.342,471.127,10.980,30.943,1771,2680,2.070,1.620,0.930,1,0,30.943,0,0,18,255,6,45,0 +14-01 22:36:28,21.040,6.763,71.386,0.501,0,4515468,123804,174128,3143264,19149.422,5449.365,545.037,2769.267,6.011,181.345,2672,4054,2.070,1.620,0.930,2,0,9.017,0,0,18,258,6,44,0 +14-01 22:36:29,18.738,6.746,73.953,0.250,0,4511540,125980,174128,3145016,1957672.793,18252.446,767.514,307.805,5.996,19.987,2591,4148,1.980,1.610,0.930,1,0,10.993,0,0,18,262,6,44,0 +14-01 22:36:30,27.286,15.771,56.574,0.250,0.250,4497444,174336,174128,3111128,14633030.435,78523.258,2891.803,1133.491,34.045,71.093,6640,5745,1.980,1.610,0.930,3,0,221.291,0,0,18,261,6,44,0 +14-01 22:36:31,29.389,6.974,63.510,0.249,0.498,4553528,134036,174124,3095476,28032.095,1655.745,390.525,494.133,7.970,47.819,2297,3463,1.980,1.610,0.930,2,0,50.808,0,0,18,267,6,45,0 +14-01 22:36:32,25.339,4.014,68.490,0.502,0,4567560,136648,174060,3079004,7081.857,1625.706,650.282,638.240,35.123,78.275,4286,8730,1.980,1.610,0.930,1,0,1.004,0,0,18,276,6,47,0 +14-01 22:36:33,19.969,10.234,68.642,0.749,0.250,4508396,187368,174060,3087420,5328.602,1733.268,263.585,591.068,9.984,56.910,3279,6419,1.980,1.610,0.930,1,0,184.709,0,0,18,273,6,48,0 +14-01 22:36:34,17.956,11.472,70.078,0.249,0,4547888,147696,174084,3087560,5545.397,1528.251,35.912,403.011,6.983,27.931,2778,4730,1.990,1.610,0.940,1,0,282.307,0,0,18,273,6,46,0 +14-01 22:36:35,15.787,12.530,70.417,0,0,4525124,170408,174084,3087612,5602.294,1623.853,40.095,1142.712,10.024,69.164,2604,3972,1.990,1.610,0.940,2,0,185.440,0,0,18,273,6,46,0 +14-01 22:36:36,10.251,18.252,70.007,0,0,4525688,169736,174084,3087720,6029.567,1620.152,76.007,16205.523,2.000,48.005,3294,5150,1.990,1.610,0.940,1,0,370.035,0,0,18,273,6,44,0 +14-01 22:36:37,3.741,4.988,89.290,0,0,4523604,171784,174084,3087756,5428.222,1658.097,7.981,7.981,0.998,0.998,1731,2843,1.990,1.610,0.940,0,0,106.749,0,0,18,273,6,44,0 +14-01 22:36:38,18.512,3.252,77.548,0,0,4572236,123148,174084,3087760,6603.127,1621.013,0,100.063,0,11.007,1510,2181,1.990,1.610,0.940,1,0,12.008,0,0,18,275,6,43,0 +14-01 22:36:39,18.052,10.029,70.202,0.251,0.251,4518944,180924,174088,3083284,5472.767,1624.681,180.520,192.555,9.026,18.052,2586,4078,1.910,1.600,0.940,1,0,146.422,0,0,18,281,6,43,0 +14-01 22:36:40,11.463,16.946,69.528,0.498,0.748,4520648,182320,174088,3080184,8412.199,1614.855,0,299.047,0,31.898,3192,5124,1.910,1.600,0.940,1,0,226.279,0,0,18,283,6,41,0 +14-01 22:36:41,16.051,12.039,70.727,0,0,4542436,160452,174088,3080264,5375.222,1536.924,4.013,846.713,1.003,24.077,2478,3874,1.910,1.600,0.940,1,0,170.546,0,0,18,283,6,41,0 +14-01 22:36:42,23.160,4.234,69.730,1.245,0,4605768,134812,174088,3042668,5791.558,1613.747,705.267,10057.029,44.826,578.757,2108,2374,1.910,1.600,0.940,1,0,3.985,0,0,18,285,5,40,0 +14-01 22:36:43,25.729,2.498,70.192,0.749,0,4642536,132880,174092,3007856,4693.100,1618.655,155.870,583.515,12.989,60.949,2182,3532,1.910,1.600,0.940,1,0,2.998,0,0,18,289,5,40,0 +14-01 22:36:44,23.766,3.252,71.549,0,0,4589700,185684,174092,3007888,5595.794,1621.099,20.014,180.122,4.003,8.005,1329,2012,1.830,1.590,0.940,3,0,7.005,0,0,18,287,5,40,0 +14-01 22:36:45,24.091,3.764,71.268,0,0,4641276,134024,174092,3007972,5018.876,1626.116,76.287,176.664,3.011,15.057,1790,2895,1.830,1.590,0.940,1,0,4.015,0,0,18,295,5,39,0 +14-01 22:36:46,24.409,3.487,71.734,0,0,4554388,220868,174092,3008016,5811.440,1614.012,31.882,259.039,1.993,12.952,1465,2113,1.830,1.590,0.940,1,0,16.937,0,0,18,289,5,39,0 +14-01 22:36:47,22.339,5.020,71.285,0,0,4524772,250360,174092,3008140,7268.058,1626.503,0,12140.538,0,30.120,1836,2742,1.830,1.590,0.940,1,0,85.341,0,0,18,289,5,38,0 +14-01 22:36:48,9.250,19.500,69.751,0.500,0.500,4529752,244108,174100,3009372,5741.057,1458.015,1512.015,412.004,23.000,14.000,3329,5386,1.830,1.590,0.940,1,0,409.004,0,0,18,289,5,38,0 +14-01 22:36:49,20.911,6.721,71.445,0.249,0.498,4566016,207332,174120,3009864,7145.446,1613.102,505.837,0,26.885,0,2004,2906,1.770,1.580,0.940,1,0,91.608,0,0,18,289,5,37,0 +14-01 22:36:50,25.016,5.253,68.295,0,0,4582044,190980,174136,3010172,5719.741,1621.060,156.102,240.157,7.005,23.015,9200,18880,1.770,1.580,0.940,1,0,10.007,0,0,18,289,5,37,0 +14-01 22:36:51,20.503,3.000,76.261,0.250,0,4561816,211000,174152,3010328,14759.111,5455.780,0,612.088,0,25.004,1637,2344,1.770,1.580,0.940,1,0,3.000,0,0,18,290,5,36,0 +14-01 22:36:52,25.051,4.008,69.893,0.251,0,4589408,181080,174300,3012216,43544.919,1791.659,312.638,464.949,3.006,23.047,9259,18550,1.770,1.580,0.940,1,0,9.018,0,0,18,290,5,36,0 +14-01 22:36:53,16.490,10.494,70.708,0,0,4531096,239600,174300,3011992,8334.058,1792.937,31.981,731.566,0.999,37.977,2559,4028,1.770,1.580,0.940,1,0,172.897,0,0,18,289,5,35,0 +14-01 22:36:54,23.455,5.739,70.116,0,0.250,4583312,187192,174300,3012184,5868.808,1690.776,0,319.391,0,33.935,2180,3394,1.710,1.570,0.940,1,0,96.815,0,0,18,289,5,35,0 +14-01 22:36:55,20.004,7.502,71.515,0.250,0,4559280,211152,174300,3012256,5423.139,1512.318,24.005,196.041,2.000,9.002,2257,3698,1.710,1.570,0.940,1,0,115.024,0,0,18,289,5,38,0 +14-01 22:36:56,22.272,4.755,72.070,0,0.500,4534108,236316,174300,3012264,5330.165,1609.560,0,0,0,0,1754,2927,1.710,1.570,0.940,1,0,70.068,0,0,18,289,5,38,0 +14-01 22:36:57,23.497,3.250,72.240,0,0,4591976,178444,174300,3012268,7885.888,1619.772,0,51.993,0,3.999,1502,2205,1.710,1.570,0.940,1,0,2.000,0,0,18,290,5,38,0 +14-01 22:36:58,23.233,4.996,71.449,0,0.250,4582132,188272,174300,3012284,6782.178,1692.796,0,75.946,0,8.994,1845,2738,1.710,1.570,0.940,1,0,57.959,0,0,18,289,5,38,0 +14-01 22:36:59,22.764,5.003,71.293,0,0,4565488,204896,174300,3012304,9576.784,1620.979,0,0,0,0,1881,2710,1.650,1.560,0.940,1,0,34.021,0,0,18,289,5,40,0 +14-01 22:37:00,22.738,6.247,69.963,0.250,0,4541252,229112,174300,3012324,44185.847,1845.033,0,827.566,0,71.962,2570,3933,1.650,1.560,0.940,1,0,46.975,0,0,18,289,6,40,0 +14-01 22:37:01,23.997,3.000,72.240,0,0.250,4594040,176192,174300,3012456,5683.176,1693.754,0,151.978,0,9.999,1664,2567,1.650,1.560,0.940,1,0,2.000,0,0,18,289,6,42,0 +14-01 22:37:02,22.769,4.754,70.809,0,0,4589660,180472,174300,3012556,4962.138,1621.352,80.067,148.124,5.004,9.008,1741,2585,1.650,1.560,0.940,1,0,34.028,0,0,18,289,6,42,0 +14-01 22:37:03,22.481,5.995,69.942,0.999,0,4570180,199904,174300,3012604,11142.718,1584.680,15.987,2481.933,0.999,360.700,2795,4171,1.650,1.560,0.940,2,0,89.925,0,0,18,289,6,43,0 +14-01 22:37:04,24.250,6.000,68.751,0,0,4553000,217060,174300,3012628,6857.117,1566.027,0,244.004,0,22.000,1906,2878,1.680,1.570,0.940,1,0,47.001,0,0,18,289,6,46,0 +14-01 22:37:05,23.323,3.009,72.478,0.251,0,4599660,170188,174300,3012840,5810.267,1695.330,212.669,168.530,17.054,11.035,1683,2662,1.680,1.570,0.940,4,0,3.009,0,0,18,291,6,47,0 +14-01 22:37:06,23.921,3.239,71.762,0,0.249,4591508,178324,174300,3012856,5706.073,1688.400,0,358.810,0,25.914,1529,2275,1.680,1.570,0.940,1,0,15.947,0,0,18,289,6,48,0 +14-01 22:37:07,28.034,2.753,66.581,0.751,0.250,4551100,217876,174300,3013712,5346.501,1770.153,308.375,1549.885,26.032,180.219,4027,7023,1.680,1.570,0.940,1,0,7.009,0,0,18,291,6,49,0 +14-01 22:37:08,23.471,3.745,71.912,0.250,0.250,4589620,179320,174300,3013748,7113.272,1618.015,15.980,619.240,1.998,64.920,2333,3757,1.680,1.570,0.940,1,0,0,0,0,18,293,6,49,0 +14-01 22:37:09,17.575,13.809,67.035,1.004,0.251,4543324,225532,174300,3013832,6259.622,1626.919,0,3531.017,0,248.055,4399,7783,1.620,1.560,0.940,2,0,340.448,0,0,18,291,6,50,0 +14-01 22:37:10,10.971,20.445,66.572,0.249,0,4550832,217992,174300,3013864,6200.445,1507.974,0,610.370,0,50.864,4123,6894,1.620,1.560,0.940,1,0,576.461,0,0,18,291,6,50,0 +14-01 22:37:11,10.006,21.263,68.042,0,0,4546108,222684,174300,3013896,16422.100,1620.997,0,496.305,0,33.020,4131,6691,1.620,1.560,0.940,1,0,600.369,0,0,18,291,6,50,0 +14-01 22:37:12,10.271,21.294,67.389,0.251,0,4540320,228444,174300,3013924,16684.370,1569.233,0,1935.988,0,111.229,4263,6873,1.620,1.560,0.940,1,0,579.193,0,0,18,291,6,50,0 +14-01 22:37:13,10.493,21.235,67.204,0,0,4539300,229432,174300,3013956,7027.172,1618.888,0,1191.182,0,110.924,4026,6627,1.620,1.560,0.940,1,0,551.621,0,0,18,291,6,49,0 +14-01 22:37:14,10.501,19.752,68.505,0,0.250,4543932,224768,174304,3013984,17643.394,1620.128,0,284.022,0,22.002,3757,5836,1.570,1.550,0.940,1,0,484.038,0,0,18,291,6,49,0 +14-01 22:37:15,9.476,20.449,68.578,0,0.748,4542592,226080,174304,3014012,14802.815,1763.570,39.900,43.890,1.995,7.980,3727,5964,1.570,1.550,0.940,1,0,498.747,0,0,18,291,6,40,0 +14-01 22:37:16,17.300,11.784,70.203,0,0,4550100,294944,174812,2945408,5702.452,1624.687,20.058,8.023,4.012,2.006,13733,26876,1.570,1.550,0.940,1,0,69.200,0,0,18,291,6,40,0 +14-01 22:37:17,28.235,5.247,64.964,0.999,0,4571688,268548,174896,2949492,13241.744,1619.113,283.844,3262.212,26.985,43.976,2379,5919,1.570,1.550,0.940,1,0,36.980,0,0,18,291,6,38,0 +14-01 22:37:18,16.994,1.499,78.721,0.750,0,4584212,255472,174908,2949996,30718.634,11654.688,255.905,1919.290,27.990,69.974,1855,2537,1.570,1.550,0.940,2,0,0,0,0,18,292,6,38,0 +14-01 22:37:19,13.470,1.746,82.569,0.998,0,4591456,246652,174976,2951440,28496.422,15921.037,997.809,1748.161,61.864,77.829,1976,3076,1.610,1.560,0.950,1,0,0,0,0,18,292,6,34,0 +14-01 22:37:20,20.792,2.255,76.404,1.002,0.251,4606704,230804,175020,2951964,20847.904,12285.694,348.701,1290.594,30.060,65.131,1852,2643,1.610,1.560,0.950,1,0,0,0,0,18,292,6,34,0 +14-01 22:37:21,17.947,1.496,75.776,1.496,0,4613016,202860,175072,2973512,21263.252,11375.431,8040.273,1316.116,139.588,51.847,1856,2408,1.610,1.560,0.950,2,0,0,0,0,18,292,6,32,0 +14-01 22:37:22,23.762,3.502,71.787,1.251,0.250,4637452,161588,175184,2988576,44939.144,1736.895,0,2349.210,0,96.049,1975,2786,1.610,1.560,0.950,1,0,0,0,0,18,292,6,32,0 +14-01 22:37:23,24.757,3.001,69.770,2.001,0.250,4638224,129936,175504,3017040,5794.640,1620.459,24.007,5145.456,3.001,165.047,2156,3154,1.610,1.560,0.950,1,0,0,0,0,18,292,6,25,0 +14-01 22:37:24,25.745,4.999,66.988,0.750,0,4639584,138416,175744,3005532,6206.858,1793.670,0,2747.494,0,102.981,3624,6211,1.720,1.580,0.960,2,0,0,0,0,18,291,6,25,0 +14-01 22:37:25,26.101,4.517,68.766,0,0.251,4590432,185860,175744,3007124,5608.717,1517.877,421.633,722.799,7.027,11.043,2694,4491,1.720,1.580,0.960,5,0,11.043,0,0,18,291,6,24,0 +14-01 22:37:26,24.888,5.475,66.701,0.249,0.249,4596412,179612,175744,3007284,5800.004,1559.013,0,2010.987,0,22.897,8660,17018,1.720,1.580,0.960,2,0,12.942,0,0,18,291,6,24,0 +14-01 22:37:27,23.276,5.756,69.328,0,0,4574392,201620,175744,3007292,4869.473,1621.823,32.036,676.761,1.001,27.030,7157,15157,1.720,1.580,0.960,2,0,14.016,0,0,18,291,6,24,0 +14-01 22:37:28,35.417,7.981,54.123,0.249,0,4561484,214480,175744,3007312,4762.784,1616.194,510.797,694.365,3.991,26.937,10387,20002,1.720,1.580,0.960,2,0,59.859,0,0,18,291,6,23,0 +14-01 22:37:29,36.381,8.280,54.947,0,0,4606892,169032,175744,3007332,5050.150,1625.843,513.847,116.418,4.014,1.004,9289,18541,1.740,1.590,0.970,1,0,21.076,0,0,18,291,6,23,0 +14-01 22:37:30,23.696,4.989,68.594,0.249,0,4598076,177708,175744,3007440,44529.473,1616.315,0,834.098,0,36.916,9443,18748,1.740,1.590,0.970,1,0,12.970,0,0,18,291,6,23,0 +14-01 22:37:31,21.233,5.745,71.693,0,0.250,4579960,195932,175744,3007332,5048.017,1618.723,0,403.681,0,18.985,1479,2139,1.740,1.590,0.970,3,0,8.993,0,0,18,291,6,23,0 +14-01 22:37:32,23.040,4.758,71.623,0,0.250,4552880,223008,175744,3007336,6963.950,1662.853,0,8.014,0,2.003,2043,3059,1.740,1.590,0.970,1,0,94.162,0,0,18,291,6,21,0 +14-01 22:37:33,23.201,6.486,68.604,0,0.249,4569392,188076,176644,3022748,5343.666,1732.326,7.983,1097.672,1.996,6.985,13774,27565,1.740,1.590,0.970,1,0,6.985,0,0,18,291,6,21,0 +14-01 22:37:34,19.534,1.503,76.883,1.252,0,4593192,163464,176716,3023336,17106.577,7660.245,0,3662.332,0,372.644,2149,2392,1.680,1.580,0.970,2,0,3.005,0,0,18,292,6,18,0 +14-01 22:37:35,14.246,1.250,82.230,0.500,0.250,4595528,160692,176796,3023604,25492.652,15925.035,0,1567.610,0,56.986,1600,2386,1.680,1.580,0.970,1,0,1.000,0,0,18,292,6,18,0 +14-01 22:37:36,8.004,1.251,89.300,0.750,0,4598208,157668,176940,3023728,154828.013,13064.342,0,1296.729,0,59.033,1637,2380,1.680,1.580,0.970,1,0,0,0,0,18,293,6,18,0 +14-01 22:37:37,17.997,1.250,77.736,0.500,0,4619796,135772,176996,3023932,22272.857,13081.567,31.994,1335.752,1.000,55.990,1876,2823,1.680,1.580,0.970,1,0,0,0,0,18,293,6,18,0 +14-01 22:37:38,14.242,1.249,82.204,0.500,0,4629332,125788,177056,3024268,220743.721,12646.880,0,1487.163,0,56.968,1597,2227,1.680,1.580,0.970,1,0,0,0,0,18,293,6,18,0 +14-01 22:37:39,10.005,2.001,85.547,1.251,0.250,4630728,123772,177352,3024444,118433.783,19809.836,24.013,2385.305,4.002,117.064,1912,2744,1.630,1.570,0.970,0,0,0,0,0,18,293,6,18,0 +14-01 22:37:40,10.483,1.248,86.610,0.749,0,4627040,133656,177484,3018044,69235.323,11086.118,95.845,1425.700,5.990,72.882,1774,2747,1.630,1.570,0.970,3,0,0,0,0,18,293,6,18,0 +14-01 22:37:41,12.770,3.506,80.627,1.502,0,4632424,124376,177576,3022016,9823282.847,86922.817,0,51128.476,0,480.757,5838,4892,1.630,1.570,0.970,2,0,3.005,0,0,18,293,6,18,0 +14-01 22:37:42,17.000,3.250,78.251,1.250,0.500,4633232,128376,177776,3017344,8064704.518,43552.348,164.001,14548.116,4.000,97.001,3776,3943,1.630,1.570,0.970,1,0,3.000,0,0,18,293,6,18,0 +14-01 22:37:43,19.732,6.244,71.185,1.249,0,4622668,138900,181092,3010480,4821.593,1692.453,0,45494.418,0,288.736,2142,3060,1.630,1.570,0.970,2,0,0,0,0,18,293,6,18,0 +14-01 22:37:44,23.251,4.000,71.254,0.750,0.250,4642364,129988,181608,2998412,6931.430,1512.094,0,2696.167,0,74.005,1563,2599,1.660,1.580,0.970,1,0,0,0,0,18,293,6,18,0 +14-01 22:37:45,22.265,4.753,71.297,1.001,0,4631140,138556,182588,2997696,5436.604,1621.075,0,2449.624,0,90.060,1526,2513,1.660,1.580,0.970,1,0,1.001,0,0,18,293,6,18,0 +14-01 22:37:46,23.245,3.499,71.734,0.250,0.250,4632256,139296,184200,2992136,8434.136,1619.642,0,1227.729,0,49.989,1506,2275,1.660,1.580,0.970,1,0,0,0,0,18,293,6,18,0 +14-01 22:37:47,21.543,3.758,72.896,1.503,0,4632928,138228,185388,2989436,9229.477,3026.058,0,4737.484,0,161.323,1957,3183,1.660,1.580,0.970,0,0,0,0,0,18,294,6,18,0 +14-01 22:37:48,22.778,2.002,74.091,0.250,0,4563124,239456,185388,2958028,6938.541,2978.667,68.084,1309.612,5.006,37.046,1401,1944,1.660,1.580,0.970,1,0,5.006,0,0,18,291,6,18,0 +14-01 22:37:49,23.185,6.482,68.307,0.499,0,4593816,207320,185392,2959392,4949.029,1615.440,0,24107.943,0,282.203,9681,18460,1.610,1.570,0.970,1,0,12.963,0,0,18,291,6,18,0 +14-01 22:37:50,25.333,4.013,69.226,0.251,0,4601212,199824,185392,2959508,5729.730,1613.274,0,2472.081,0,25.082,9158,18729,1.610,1.570,0.970,1,0,6.020,0,0,18,291,6,18,0 +14-01 22:37:51,22.171,5.481,71.746,0,0,4570808,230148,185392,2959588,7020.107,1506.657,0,554.035,0,22.919,1588,2306,1.610,1.570,0.970,1,0,7.972,0,0,18,291,6,18,0 +14-01 22:37:52,23.290,4.007,71.623,0.501,0,4587320,209544,185736,2962688,42920.523,1716.941,913.565,1550.656,20.034,13.022,2091,3376,1.610,1.570,0.970,2,0,7.012,0,0,18,292,6,18,0 +14-01 22:37:53,26.522,4.254,65.805,2.502,0.500,4587468,208284,185736,2963796,4987.194,1663.399,764.643,3899.279,57.048,430.362,6728,12094,1.610,1.570,0.970,1,0,0,0,0,18,294,6,23,0 +14-01 22:37:54,13.445,16.183,66.974,0.996,0,4540748,254756,185736,2964012,5143.828,1613.359,143.410,5079.094,2.988,327.651,4734,7768,1.560,1.560,0.980,1,0,419.274,0,0,18,293,6,24,0 +14-01 22:37:55,12.310,4.522,71.096,12.561,0.251,4519020,245240,185740,2995252,5160.140,1702.294,31545.691,594.898,1724.401,13.064,4956,5707,1.560,1.560,0.980,1,0,29.142,0,0,18,293,6,26,0 +14-01 22:37:56,7.970,3.985,74.720,11.955,0,4516704,233428,185740,3009380,5808.208,2702.859,13983.534,2076.210,1754.417,55.791,5017,5833,1.560,1.560,0.980,0,0,5.978,0,0,18,294,6,23,0 +14-01 22:37:57,1.500,0.250,96.510,0,0.250,4516632,233428,185740,3009452,26466.858,3422.370,0,96.010,0,11.001,1169,1896,1.560,1.560,0.980,0,0,0,0,0,18,294,6,23,0 +14-01 22:37:58,2.249,1.250,94.472,0,0,4517316,232672,185740,3009524,30376.130,4866.579,71.979,11.996,1.000,2.999,1208,1892,1.560,1.560,0.980,0,0,0,0,0,18,294,6,23,0 +14-01 22:37:59,6.778,3.264,88.620,0.502,0,4528656,219428,185924,3011180,158414.012,3440.377,1301.439,2060.611,39.164,237.995,1708,2220,1.430,1.530,0.970,1,0,17.071,0,0,18,293,6,23,1 +14-01 22:38:00,21.668,5.230,70.733,1.494,0,4543912,191784,185924,3023472,47471.936,1667.709,10671.746,426.392,241.091,16.936,3615,5686,1.430,1.530,0.970,1,0,55.790,0,0,18,293,6,21,0 +14-01 22:38:01,21.341,5.021,71.303,1.506,0.502,4599496,140024,185948,3019580,7505.893,1669.092,2518.702,2852.119,144.614,106.452,2007,2613,1.430,1.530,0.970,3,0,8.034,0,0,18,293,6,21,0 +14-01 22:38:02,17.192,3.737,76.741,0.249,0,4575524,162988,186092,3020356,146516.945,7217.662,147.503,68014.655,8.970,273.079,3083,5298,1.430,1.530,0.970,2,0,3.987,0,0,18,293,6,19,0 +14-01 22:38:03,25.986,3.248,68.212,0,0,4580424,157984,186092,3020460,7210.006,1693.062,91.949,367.796,3.998,17.990,11173,22823,1.430,1.530,0.970,1,0,0.999,0,0,18,293,6,19,0 +14-01 22:38:04,25.506,3.251,70.016,0.750,0,4551960,186180,186092,3020696,4831.077,1532.342,32.007,1156.258,4.001,80.018,1984,2966,1.400,1.520,0.970,2,0,7.002,0,0,18,293,6,15,0 +14-01 22:38:05,10.029,0.752,87.254,0.251,0,4551972,184956,186184,3021808,618859.977,15602.481,0,1151.356,0,18.053,1606,2183,1.400,1.520,0.970,1,0,2.006,0,0,18,295,6,15,0 +14-01 22:38:06,15.254,0.750,82.519,0.750,0,4556064,178152,186344,3024324,1477403.712,22479.260,0,2188.512,0,25.006,1860,2189,1.400,1.520,0.970,1,0,3.001,0,0,18,295,6,13,0 +14-01 22:38:07,15.943,4.484,77.723,1.744,0.249,4569016,154820,186488,3034648,5360207.939,34802.035,11.957,83781.570,1.993,635.736,3609,3681,1.400,1.520,0.970,0,0,2.989,0,0,18,295,6,13,0 +14-01 22:38:08,8.757,1.001,87.819,0.500,0.500,4568568,153880,186640,3035800,660824.730,13206.407,0,1509.189,0,37.029,1738,2565,1.400,1.520,0.970,0,0,4.003,0,0,18,295,6,12,0 +14-01 22:38:09,7.268,1.253,89.728,0.501,0.251,4569376,152408,186760,3036276,279433.482,9022.909,0,1219.095,0,40.102,1550,2267,1.530,1.550,0.980,1,0,2.005,0,0,18,295,6,12,0 +14-01 22:38:10,8.721,0.498,89.207,0.249,0,4569572,151204,186940,3036992,392086.994,12104.238,0,1363.521,0,44.853,1711,2540,1.530,1.550,0.980,1,0,1.993,0,0,18,295,6,12,0 +14-01 22:38:11,7.246,1.499,88.951,0.750,0,4571268,147592,187120,3038672,888395.829,12854.878,0,2110.831,0,53.970,1769,2410,1.530,1.550,0.980,0,0,4.997,0,0,18,295,6,11,0 +14-01 22:38:12,9.512,1.252,88.359,0.501,0,4571604,146192,187252,3039528,588204.845,10753.270,0,1193.473,0,21.026,1585,2156,1.530,1.550,0.980,0,0,2.002,0,0,18,295,6,11,0 +14-01 22:38:13,10.246,2.249,86.219,0.500,0,4575436,138672,187480,3042912,1700432.043,15947.195,0,2822.972,0,37.986,2157,2777,1.530,1.550,0.980,1,0,5.998,0,0,18,295,5,11,0 +14-01 22:38:14,28.001,2.750,69.004,0.250,0,4580008,140016,187536,3036868,90191.780,2520.134,0,652.035,0,29.002,3044,5010,1.480,1.540,0.980,3,0,2.000,0,0,18,295,5,11,0 +14-01 22:38:15,22.250,0.750,76.001,0.250,0,4580536,138984,187552,3037316,455295.195,4310.078,0,768.014,0,24.000,1912,2630,1.480,1.540,0.980,2,0,1.000,0,0,18,295,5,11,0 +14-01 22:38:16,14.270,1.502,83.119,0.501,0.250,4581056,137964,187776,3037708,4112169.065,25315.125,0,4622.596,0,46.066,2447,2462,1.480,1.540,0.980,1,0,5.007,0,0,18,295,5,11,0 +14-01 22:38:17,14.231,3.995,80.145,0.749,0.499,4587468,154620,187888,3014712,873106.738,11988.247,0,2940.137,0,159.790,2567,3586,1.480,1.540,0.980,0,0,36.951,0,0,18,295,5,12,0 +14-01 22:38:18,9.249,3.750,85.241,0.750,0,4587588,155500,187952,3013732,13145752.279,55552.389,0,13646.622,0,68.993,4174,2124,1.480,1.540,0.980,1,0,3.000,0,0,18,295,5,12,0 +14-01 22:38:19,18.055,1.505,78.989,0,0.251,4596880,142044,188000,3017812,2281867.212,12418.591,0,2531.663,0,11.033,1892,2291,1.360,1.510,0.980,1,0,1.003,0,0,18,295,5,11,0 +14-01 22:38:20,22.673,0.747,75.243,0.747,0,4597224,139748,188168,3019516,1123289.460,12693.702,3.986,2228.399,0.997,42.854,1873,2571,1.360,1.510,0.980,1,0,2.990,0,0,18,295,5,11,0 +14-01 22:38:21,20.995,3.749,73.233,0.750,0,4599620,175908,188200,2982060,14027938.462,54812.174,0,13972.730,0,60.986,4231,2466,1.360,1.510,0.980,1,0,2.999,0,0,18,295,5,11,0 +14-01 22:38:22,9.752,1.500,87.515,0.250,0,4599404,175208,188392,2982716,340651.548,11031.831,0,1576.262,0,33.005,1581,2338,1.360,1.510,0.980,2,0,1.000,0,0,18,295,5,11,0 +14-01 22:38:23,14.005,1.000,82.779,0.750,0,4600132,172152,188612,2984756,1078929.388,16237.634,0,2240.778,0,37.013,1750,2442,1.360,1.510,0.980,0,0,3.001,0,0,18,295,5,11,0 +14-01 22:38:24,8.248,2.000,88.480,0.500,0.250,4604260,163220,188724,2989332,2381913.306,14220.772,3.999,3767.145,1.000,90.979,2435,3464,1.330,1.500,0.980,1,0,1.000,0,0,18,295,5,11,0 +14-01 22:38:25,9.503,1.500,86.774,0.500,0.500,4607256,158548,188872,2990820,800344.496,11905.310,0,1840.512,0,44.012,1594,2357,1.330,1.500,0.980,3,0,4.001,0,0,18,295,5,11,0 +14-01 22:38:26,5.997,1.499,91.711,0.250,0,4606912,158548,188968,2991020,110042.792,7059.971,0,675.710,0,17.992,1258,1953,1.330,1.500,0.980,1,0,1.000,0,0,18,295,5,11,0 +14-01 22:38:27,14.250,1.250,83.498,0.500,0,4609072,155048,189108,2992152,653087.632,12900.716,0,1319.971,0,21.000,1490,2049,1.330,1.500,0.980,0,0,2.000,0,0,18,295,5,9,0 +14-01 22:38:28,29.851,5.268,64.468,0.502,0,4641520,151256,189316,2963480,1433938.978,15759.203,513.734,3367.368,4.014,155.525,2584,3187,1.330,1.500,0.980,3,0,10.034,0,0,18,295,5,9,0 +14-01 22:38:29,23.651,4.979,69.210,0.498,0.249,4608544,180576,189408,2966964,1824838.700,10893.433,509.867,2425.853,3.983,22.904,2127,2491,1.390,1.510,0.980,2,0,6.971,0,0,18,295,5,9,0 +14-01 22:38:30,16.515,1.251,79.823,0.751,0,4611764,175912,189632,2968068,714226.660,15031.694,0,2678.440,0,92.084,2352,3416,1.390,1.510,0.980,1,0,2.002,0,0,18,295,6,9,0 +14-01 22:38:31,17.750,1.000,79.999,0.250,0,4616924,169484,189732,2969188,647898.634,8379.866,0,1451.977,0,40.999,1791,2583,1.390,1.510,0.980,1,0,3.000,0,0,18,295,6,9,0 +14-01 22:38:32,21.510,0.750,75.283,1.000,0.250,4617672,167328,189896,2970364,575185.232,12734.629,0,2228.985,0,138.061,1960,2487,1.390,1.510,0.980,2,0,6.003,0,0,18,295,6,9,0 +14-01 22:38:33,23.757,1.250,74.023,0.500,0.500,4627896,156140,189976,2971196,682406.546,8480.629,0,2064.640,0,39.012,1670,2183,1.390,1.510,0.980,1,0,2.001,0,0,18,295,6,9,0 +14-01 22:38:34,21.732,2.498,74.438,0.500,0,4639164,143372,190168,2972408,580293.714,10617.103,3.997,2006.319,0.999,69.941,2038,2936,1.360,1.500,0.980,1,0,2.997,0,0,18,295,6,9,0 +14-01 22:38:35,26.341,0.753,71.998,0,0,4624000,158520,190172,2972420,5245.080,1625.603,0,88.304,0,5.017,1301,1908,1.360,1.500,0.980,1,0,1.003,0,0,18,295,6,9,0 +14-01 22:38:36,25.253,3.750,68.508,0.250,0,4655000,142912,190200,2957228,6382.721,1694.191,4.000,120.014,1.000,6.001,12063,24680,1.360,1.500,0.980,1,0,6.001,0,0,18,295,6,9,0 +14-01 22:38:37,24.172,3.240,71.521,0,0,4649720,148636,191112,2954356,7426.184,1804.214,123.604,7.974,15.949,1.994,1438,4376,1.360,1.500,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:38,24.507,4.251,70.020,0.250,0,4654468,146260,191532,2951072,5681.608,1620.459,12.003,12755.610,1.000,286.081,4730,9350,1.360,1.500,0.980,1,0,9.003,0,0,18,295,6,9,0 +14-01 22:38:39,27.994,9.998,59.738,0,0.250,4681088,162900,191504,2908952,5489.908,1457.710,0,0,0,0,30211,65705,1.250,1.480,0.980,1,0,2.999,0,0,18,295,6,9,0 +14-01 22:38:40,22.740,5.997,69.719,0,0,4668472,137064,192884,2943484,6428.159,1619.284,27.988,3710.360,4.998,27.988,4540,8144,1.250,1.480,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:41,24.841,2.509,71.763,0.753,0.251,4655496,181140,192884,2914616,7665.069,1625.954,0,863.161,0,25.092,1809,2648,1.250,1.480,0.980,1,0,1.004,0,0,18,295,6,9,0 +14-01 22:38:42,26.184,1.746,71.818,0,0,4654020,182148,192884,2915084,4643.243,1615.909,0,19.949,0,4.987,1395,1999,1.250,1.480,0.980,1,0,0.997,0,0,18,295,6,9,0 +14-01 22:38:43,25.179,1.496,71.299,0,0.499,4654716,181392,192884,2915144,4787.523,1615.453,0,3318.658,0,103.708,1574,2025,1.250,1.480,0.980,4,0,0,0,0,18,295,6,9,0 +14-01 22:38:44,26.547,1.002,71.126,0.250,0,4625640,210452,192884,2915160,4840.544,1622.864,20.035,3377.962,2.004,172.304,1949,2989,1.230,1.470,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:45,21.497,3.749,72.739,1.250,0,4635068,174428,192888,2939504,5498.159,1693.741,99.985,3775.422,8.999,154.976,1973,2944,1.230,1.470,0.980,1,0,1.000,0,0,18,295,6,9,0 +14-01 22:38:46,23.253,3.250,72.759,0.500,0,4636304,150260,193716,2958588,5204.661,1586.201,0,1796.228,0,66.008,1596,2506,1.230,1.470,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:47,22.463,4.493,71.132,0.499,0.250,4636500,143916,194276,2963480,5163.408,1563.399,0,22031.340,0,112.812,1479,2322,1.230,1.470,0.980,0,1,0,0,0,18,295,6,9,0 +14-01 22:38:48,21.537,4.007,72.373,1.002,0,4636156,148476,195100,2957036,6968.847,1622.759,0,2484.223,0,102.174,1824,2747,1.230,1.470,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:49,21.757,4.501,72.024,0.750,0,4637440,147004,196584,2954024,5576.857,1620.540,0,2300.766,0,66.022,1746,2689,1.210,1.460,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:50,21.552,6.015,71.172,0.752,0.251,4636296,149856,200536,2944728,5298.797,1623.922,0,6082.690,0,89.215,1935,2971,1.210,1.460,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:51,20.941,6.980,71.049,0.499,0,4636696,141832,201624,2950872,5288.035,1615.428,0,2776.144,0,85.757,1795,2651,1.210,1.460,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:52,20.754,9.502,67.012,2.250,0,4633092,144052,202628,2950812,42660.594,1788.318,0,185465.013,0,821.146,4031,5064,1.210,1.460,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:53,21.501,4.500,71.752,1.250,0.250,4629652,149436,204272,2945736,5243.152,1512.044,0,3088.090,0,84.002,1665,2678,1.210,1.460,0.980,1,0,0,0,0,18,295,6,9,0 +14-01 22:38:54,23.246,5.499,69.988,0.500,0.250,4627260,145340,206392,2948504,6103.920,1565.723,31.994,2899.487,1.000,105.981,2216,3502,1.190,1.450,0.980,1,0,0,0,0,18,295,6,3,0 +14-01 22:38:55,24.507,3.001,72.019,0,0,4629832,141008,206892,2948828,5266.401,1620.431,0,0,0,0,1354,2215,1.190,1.450,0.980,1,0,1.000,0,0,18,295,6,3,0 +14-01 22:38:56,25.001,2.250,71.002,0.250,0.250,4649612,141172,207108,2929592,5740.195,1620.055,0,2180.074,0,8.000,1329,1923,1.190,1.450,0.980,2,0,0,0,0,18,295,6,1,0 +14-01 22:38:57,25.748,4.250,68.744,1.250,0,4652216,143748,207440,2924228,8592.218,1619.853,0,133831.821,0,362.967,2165,2542,1.190,1.450,0.980,1,0,0,0,0,18,295,6,1,0 +14-01 22:38:58,24.749,3.750,70.247,0,0.250,4534392,321248,207440,2864516,9516.648,1967.927,0,4.000,0,1.000,5649,10879,1.190,1.450,0.980,2,0,6.000,0,0,18,293,6,1,0 +14-01 22:38:59,27.249,2.000,69.997,0,0,4536128,319512,207440,2864516,8295.701,1511.946,0,0,0,0,7432,15030,1.180,1.450,0.980,1,0,1.000,0,0,18,293,6,1,0 +14-01 22:39:00,29.517,8.005,59.535,0.250,0,4549484,306156,207440,2864516,33743.943,1620.958,0,2113.249,0,38.022,32261,69522,1.180,1.450,0.980,2,0,5.003,0,0,18,293,6,1,0 +14-01 22:39:01,23.988,3.498,70.714,0.250,0,4568112,287524,207440,2864520,18865.473,1619.182,0,555.719,0,22.988,2883,4933,1.180,1.450,0.980,7,0,6.996,0,0,18,293,6,1,0 +14-01 22:39:02,42.512,6.002,50.764,0,0,4294972,560032,207440,2865152,8654.415,2189.611,280.078,252.070,7.002,16.004,1788,2342,1.180,1.450,0.980,3,0,17.005,0,0,18,277,6,5,0 +14-01 22:39:03,45.667,9.535,45.416,0.251,0.251,4347652,506964,207440,2865532,5504.101,1700.209,393.437,887.240,15.055,172.630,1850,2147,1.180,1.450,0.980,4,0,8.029,0,0,18,277,6,5,0 +14-01 22:39:04,71.000,7.750,21.250,0,0.250,4429008,424992,207440,2866148,5228.984,1619.995,415.999,495.999,26.000,25.000,2008,2633,1.320,1.470,0.990,7,0,4.000,0,0,18,264,6,7,0 +14-01 22:39:05,70.974,10.459,17.930,0,0,4372396,479892,207440,2867868,4559.283,1687.443,163.365,31.876,20.919,2.988,4792,9187,1.320,1.470,0.990,3,0,7.969,0,0,18,258,6,14,0 +14-01 22:39:06,65.246,10.540,24.593,0.502,0,4427124,422528,207440,2870504,13547.154,6967.309,654.471,542.047,56.212,48.182,4625,11059,1.320,1.470,0.990,5,0,9.034,0,0,18,260,6,22,0 +14-01 22:39:07,30.989,5.248,62.729,0,0,4495316,353732,207440,2871108,126019.279,60410.521,0,595.798,0,46.984,3127,4955,1.320,1.470,0.990,3,0,1.000,0,0,18,260,6,22,0 +14-01 22:39:08,18.178,3.984,73.708,0.996,0.249,4509296,337212,208208,2872880,122372.914,57629.556,1274.946,9374.838,67.732,845.648,6790,10807,1.320,1.470,0.990,1,0,0.996,0,0,18,264,6,25,0 +14-01 22:39:09,8.502,2.500,88.516,0,0.250,4523344,323100,208208,2872944,48533.639,20838.709,0,0,0,0,1636,2347,1.220,1.450,0.990,1,0,0,0,0,18,268,6,25,0 +14-01 22:39:10,10.746,3.249,84.972,0.750,0.250,4532144,314280,208208,2872964,56568.559,23826.233,0,371.879,0,56.981,3071,6266,1.220,1.450,0.990,0,0,1.999,0,0,18,274,6,25,0 +14-01 22:39:11,2.251,0.500,95.786,0,0,4532140,314280,208208,2872968,15672.877,1694.635,0,560.210,0,14.005,1278,2094,1.220,1.450,0.990,0,0,0,0,0,18,274,6,25,0 +14-01 22:39:12,1.500,1.000,95.763,0,0.250,4532140,314280,208208,2872968,14891.951,1620.212,0,108.014,0,8.001,1074,1795,1.220,1.450,0.990,0,0,0,0,0,18,274,6,25,0 +14-01 22:39:13,2.000,0.500,95.754,0.500,0,4532140,314280,208208,2872968,12620.505,1586.063,0,440.018,0,33.001,1247,2027,1.220,1.450,0.990,0,0,0,0,0,18,274,6,25,0 +14-01 22:39:14,1.999,0.500,95.721,0.250,0.250,4532152,314280,208208,2872956,6226.095,1619.504,0,207.936,0,9.997,1236,2383,1.120,1.420,0.980,0,0,0,0,0,18,274,6,25,0 +14-01 22:39:15,1.251,0.750,96.289,0,0,4532392,314028,208208,2872968,13538.470,1620.655,0,16.006,0,2.001,1157,1854,1.120,1.420,0.980,0,0,1.000,0,0,18,274,6,25,0 +14-01 22:39:16,3.750,1.250,93.488,0,0,4532384,314028,208208,2872976,12505.362,1565.795,0,3.999,0,1.000,1416,2042,1.120,1.420,0.980,0,0,0,0,0,18,274,6,25,0 +14-01 22:39:17,9.996,5.248,84.213,0,0.250,4543864,302436,208208,2873088,13334.173,1767.228,0,0,0,0,2891,5684,1.120,1.420,0.980,1,0,33.985,0,0,18,274,6,26,0 +14-01 22:39:18,5.251,0.500,92.271,0,0,4544076,302212,208208,2873100,13269.092,1620.378,0,144.034,0,10.002,1588,2497,1.120,1.420,0.980,0,0,0,0,0,18,274,6,27,0 +14-01 22:39:19,2.500,0.750,95.759,0,0,4544072,302212,208208,2873104,7264.676,1620.151,0,24.002,0,3.000,1282,2069,1.030,1.400,0.980,0,0,0,0,0,18,274,6,27,0 +14-01 22:39:20,3.250,0.500,93.997,0.250,0.250,4544324,301960,208212,2873100,4861.840,1511.950,0,199.993,0,33.999,1551,2729,1.030,1.400,0.980,0,0,0,0,0,18,274,6,27,0 +14-01 22:39:21,2.000,1.250,96.256,0,0.250,4544320,301960,208212,2873104,5333.336,1620.102,0,508.032,0,39.002,1255,2118,1.030,1.400,0.980,0,0,0,0,0,18,274,6,27,0 +14-01 22:39:22,1.500,0.500,96.529,0,0,4544320,301960,208212,2873104,43469.128,1662.502,0,4.001,0,1.000,1101,1828,1.030,1.400,0.980,0,0,0,0,0,18,274,6,27,0 +14-01 22:39:23,1.999,0.999,94.943,0,0,4546360,299888,208212,2873104,5111.918,1619.024,0,23010.125,0,56.966,1266,2085,1.030,1.400,0.980,0,0,0,0,0,18,274,6,27,0 +14-01 22:39:24,3.001,1.501,94.287,0.250,0,4546360,299888,208212,2873104,4912.936,1566.617,0,964.380,0,39.015,1469,2412,0.950,1.380,0.970,0,0,0,0,0,18,274,6,27,0 +14-01 22:39:25,1.750,0.500,96.723,0,0,4546608,299640,208212,2873104,5842.352,1693.522,0,31.991,0,3.999,1062,1783,0.950,1.380,0.970,0,0,1.000,0,0,18,274,6,27,0 +14-01 22:39:26,6.506,10.259,81.821,0,0.250,4559716,286500,208212,2873136,4793.184,1695.480,16.014,0,3.003,0,2744,4679,0.950,1.380,0.970,1,0,379.331,0,0,18,274,6,27,0 +14-01 22:39:27,9.998,18.746,70.986,0,0.500,4562988,283196,208212,2873168,5403.908,1511.695,0,0,0,0,3510,6034,0.950,1.380,0.970,2,0,451.909,0,0,18,274,6,27,0 +14-01 22:39:28,10.275,20.801,67.918,0.752,0.251,4568176,277956,208212,2873204,5181.809,1624.015,8.020,70758.916,1.002,749.854,5614,8002,0.950,1.380,0.970,1,0,617.527,0,0,18,274,6,27,0 +14-01 22:39:29,7.981,20.203,69.339,0,0,4568308,277576,208212,2873452,5433.378,1616.245,203.527,0,6.984,0,3790,6366,0.870,1.350,0.960,1,0,541.742,0,0,18,274,6,27,0 +14-01 22:39:30,15.744,5.248,77.720,0.500,0.250,4583812,261768,208212,2873844,42737.717,2272.134,375.857,1691.356,6.997,49.981,3245,5364,0.870,1.350,0.960,0,0,76.971,0,0,18,275,6,27,0 +14-01 22:39:31,2.499,1.499,95.463,0,0,4583932,261516,208212,2873976,143480.616,5643.821,0,359.861,0,21.992,1325,2007,0.870,1.350,0.960,0,0,0,0,0,18,275,6,27,0 +14-01 22:39:32,2.749,0.750,94.461,0,0,4584144,261040,208212,2874240,418571.874,12912.628,0,0,0,0,1586,2080,0.870,1.350,0.960,0,0,0,0,0,18,275,6,27,0 +14-01 22:39:33,3.002,1.751,93.576,0,0.250,4583532,260816,208212,2875076,759121.611,23096.639,0,232.187,0,2.002,1871,2323,0.870,1.350,0.960,1,0,0,0,0,18,275,6,27,0 +14-01 22:39:34,3.751,1.000,93.779,0.250,0.250,4583800,259920,208212,2875704,670623.234,23123.214,0,1996.623,0,19.006,2053,2401,0.880,1.350,0.970,1,0,0,0,0,18,275,6,27,0 +14-01 22:39:35,2.749,1.250,95.227,0,0.250,4584316,259220,208212,2875888,344926.252,9027.860,0,0,0,0,1482,1994,0.880,1.350,0.970,0,0,1.000,0,0,18,275,6,27,0 +14-01 22:39:36,3.748,1.000,93.458,0,0,4584776,257820,208212,2876828,860032.985,21022.540,0,1123.494,0,1.000,2144,2433,0.880,1.350,0.970,0,0,0,0,0,18,275,6,27,0 +14-01 22:39:37,2.751,1.250,95.023,0,0.250,4585180,257120,208216,2877120,299672.521,7828.895,0,420.102,0,11.003,1499,2121,0.880,1.350,0.970,0,0,0,0,0,18,275,6,27,0 +14-01 22:39:38,3.000,0.500,93.252,0.500,0,4585288,256644,208220,2877484,407500.780,12972.311,0,2248.054,0,90.002,1897,2568,0.880,1.350,0.970,0,0,0,0,0,18,275,6,27,0 +14-01 22:39:39,3.250,1.500,94.243,0,0,4591132,250624,208228,2877652,319462.999,11201.194,4.000,307.978,1.000,5.000,1517,1958,0.810,1.320,0.960,1,0,0,0,0,18,274,6,28,0 +14-01 22:39:40,15.513,10.259,68.058,5.004,0,4605284,212808,208580,2900968,5434.630,1621.381,6721.727,20433.409,394.336,552.471,7402,12408,0.810,1.320,0.960,1,0,68.058,0,0,18,274,6,28,0 +14-01 22:39:41,11.999,12.999,68.746,5.250,0.250,4598096,211480,209188,2907900,6475.618,1585.906,0,16339.036,0,1672.901,8366,12037,0.810,1.320,0.960,1,1,129.992,0,0,18,274,6,28,0 +14-01 22:39:42,21.995,7.498,68.483,1.250,0.500,4614168,194624,209212,2908580,8074.981,1619.595,0,1643.589,0,102.974,2540,3368,0.810,1.320,0.960,1,0,61.985,0,0,18,274,6,28,0 +14-01 22:39:43,23.070,8.275,67.454,1.003,0,4615612,192116,209296,2909352,5348.157,1624.909,0,1556.703,0,89.270,2497,3415,0.810,1.320,0.960,1,0,60.182,0,0,18,274,5,28,0 +14-01 22:39:44,23.715,6.740,68.398,0.499,0.250,4620376,184680,209572,2911412,5623.632,1659.531,0,1365.967,0,59.911,2496,3534,0.830,1.320,0.960,1,0,45.932,0,0,18,274,5,28,0 +14-01 22:39:45,14.768,10.763,70.837,2.753,0,4612836,175344,209384,2928160,5398.646,1621.997,1946.396,41346.898,460.567,511.630,3373,4025,0.830,1.320,0.960,1,0,27.033,0,0,18,274,5,28,0 +14-01 22:39:46,18.018,8.258,72.571,0,0,4630440,156040,209384,2928244,7168.975,1663.619,12.012,0,1.001,0,1575,2259,0.830,1.320,0.960,1,0,20.019,0,0,18,274,5,28,0 +14-01 22:39:47,24.244,15.496,58.235,0.750,0,4620904,162896,209516,2930696,8093.896,2611.321,2651.311,0,106.972,0,6711,10832,0.830,1.320,0.960,1,0,91.976,0,0,18,274,5,28,0 +14-01 22:39:48,31.152,5.981,61.556,0,0,4296212,486788,209524,2931520,7226.245,1708.620,462.543,0,41.868,0,1609,2293,0.830,1.320,0.960,5,0,21.931,0,0,18,266,5,32,0 +14-01 22:39:49,46.251,6.000,47.501,0.250,0.250,4389532,393172,209548,2931872,7521.211,1662.047,132.004,0,18.001,0,1763,2115,0.920,1.330,0.970,3,0,13.000,0,0,18,266,5,32,0 +14-01 22:39:50,44.714,9.992,42.966,0.250,0,4473304,308560,209548,2932820,6802.565,1660.673,283.773,1195.045,15.987,57.954,2649,4880,0.920,1.330,0.970,2,0,28.977,0,0,18,276,5,36,0 +14-01 22:39:51,15.495,5.998,77.224,1.250,0.250,4236148,601268,209552,2878560,7329.508,2249.235,523.822,3982.646,18.994,460.843,2723,3311,0.920,1.330,0.970,0,0,27.990,0,0,18,268,5,40,0 +14-01 22:39:52,2.501,0,96.519,0,0.250,4236372,601044,209552,2878560,43496.699,1788.358,0,8.002,0,2.000,1135,1728,0.920,1.330,0.970,0,0,0,0,0,18,268,5,40,0 +14-01 22:39:53,1.250,1.000,96.476,0,0,4236360,601056,209552,2878560,5604.604,1731.569,0,0,0,0,1093,1795,0.920,1.330,0.970,0,0,0,0,0,18,268,5,40,0 +14-01 22:39:54,2.250,0.500,94.753,0.250,0,4236360,601056,209552,2878560,5436.147,1694.046,0,760.021,0,38.001,1469,2401,1.170,1.370,0.980,0,0,0,0,0,18,268,5,40,0 +14-01 22:39:55,2.000,0.750,96.256,0,0,4236608,600808,209552,2878560,4830.324,1458.098,0,48.003,0,4.000,1127,1877,1.170,1.370,0.980,0,0,1.000,0,0,18,268,5,40,0 +14-01 22:39:56,1.749,0.250,96.710,0,0.250,4236608,600808,209552,2878560,7768.799,1619.333,0,0,0,0,1115,1821,1.170,1.370,0.980,0,0,0,0,0,18,268,5,40,0 +14-01 22:39:57,2.251,0.250,96.538,0,0,4236608,600808,209552,2878560,5471.172,1620.643,0,4.002,0,1.000,1005,1677,1.170,1.370,0.980,0,0,0,0,0,18,268,5,40,0 +14-01 22:39:58,1.999,0.500,96.200,0,0,4236608,600808,209552,2878560,6080.826,1783.069,0,0,0,0,1034,1705,1.170,1.370,0.980,0,0,0,0,0,18,268,5,40,0 +14-01 22:39:59,2.002,1.001,96.334,0,0.250,4236608,600808,209552,2878560,6191.424,1621.420,0,0,0,0,1080,1792,1.070,1.350,0.980,0,0,0,0,0,18,268,5,40,0 +14-01 22:40:00,3.248,0.750,93.200,0.250,0.250,4236604,600808,209552,2878564,36436.434,1886.987,0,547.706,0,47.974,1816,3128,1.070,1.350,0.980,0,1,0,0,0,18,268,6,40,0 +14-01 22:40:01,2.501,0.500,95.286,0.250,0,4236596,600808,209552,2878572,15269.741,1586.597,0,532.200,0,43.016,1407,2387,1.070,1.350,0.980,0,0,0,0,0,18,268,6,40,0 +14-01 22:40:02,2.249,0.750,96.471,0,0.500,4236592,600808,209552,2878576,5239.428,1635.509,0,0,0,0,1090,1822,1.070,1.350,0.980,0,0,0,0,0,18,268,6,40,0 +14-01 22:40:03,2.000,0.250,96.516,0,0,4236320,601080,209552,2878576,7199.173,1694.276,0,4.001,0,1.000,1054,1780,1.070,1.350,0.980,0,0,0,0,0,18,268,6,36,0 +14-01 22:40:04,2.499,0.750,95.219,0,0,4236320,601080,209552,2878576,8038.347,1619.466,0,275.909,0,26.991,1201,1948,1.070,1.350,0.980,0,0,0,0,0,18,268,6,36,0 +14-01 22:40:05,2.251,0.500,96.534,0,0,4236572,600828,209552,2878576,5010.769,1620.572,0,0,0,0,1067,1786,1.070,1.350,0.980,0,0,1.000,0,0,18,268,6,27,0 +14-01 22:40:06,2.251,0.250,95.521,0,0.250,4236572,600828,209552,2878576,10210.297,3724.838,0,0,0,0,1121,1813,1.070,1.350,0.980,1,0,0,0,0,18,269,6,27,0 +14-01 22:40:07,2.500,0.500,96.501,0,0,4236572,600828,209552,2878576,7863.071,1694.015,0,0,0,0,1060,1735,1.070,1.350,0.980,0,0,0,0,0,18,269,6,19,0 +14-01 22:40:08,3.995,1.248,93.871,0.250,0,4236564,600828,209552,2878584,22931.492,8726.010,0,99.863,0,13.981,1464,2329,1.070,1.350,0.980,0,0,0,0,0,18,268,6,19,0 +14-01 22:40:09,2.754,1.001,95.141,0,0.250,4236528,600828,209552,2878620,5767.576,1568.332,0,184.274,0,12.018,1285,2004,1.060,1.340,0.980,0,0,0,0,0,18,268,6,16,0 +14-01 22:40:10,3.749,1.000,94.224,0.500,0.250,4236524,600828,209552,2878624,7849.849,1619.556,0,263.928,0,42.988,1663,2868,1.060,1.340,0.980,1,0,0,0,0,18,268,6,16,0 +14-01 22:40:11,1.500,0.500,95.502,0.250,0.250,4236524,600828,209552,2878624,13762.289,1620.034,0,480.010,0,42.001,1426,2229,1.060,1.340,0.980,0,0,0,0,0,18,268,6,16,0 +14-01 22:40:12,2.002,1.251,96.606,0,0,4236524,600828,209552,2878624,14414.885,1621.787,0,0,0,0,1099,1726,1.060,1.340,0.980,0,0,0,0,0,18,268,6,16,0 +14-01 22:40:13,3.496,0.749,94.146,0,0,4236520,600828,209552,2878628,5930.423,1618.205,0,31.965,0,2.997,1304,2138,1.060,1.340,0.980,1,0,0,0,0,18,268,6,16,0 +14-01 22:40:14,5.251,2.000,91.521,0,0,4236404,600828,209552,2878744,16490.859,1620.379,0,40.009,0,1.000,2469,4624,0.980,1.320,0.970,0,0,0,0,0,18,268,6,16,0 +14-01 22:40:15,3.999,1.250,93.222,0.250,0.500,4236400,600828,209552,2878748,9301.191,1585.521,0,99.970,0,6.998,1465,2256,0.980,1.320,0.970,0,0,1.000,0,0,18,268,6,16,0 +14-01 22:40:16,3.000,0.750,94.510,0.750,0,4236624,600604,209552,2878748,5250.530,1640.166,0,23322.356,0,313.032,1443,1974,0.980,1.320,0.970,0,0,0,0,0,18,268,6,16,0 +14-01 22:40:17,6.002,2.501,89.024,0,0,4216444,620648,209552,2878884,13252.538,1620.433,0,0,0,0,1880,3774,0.980,1.320,0.970,3,0,34.009,0,0,18,268,6,16,0 +14-01 22:40:18,3.500,1.500,94.510,0.500,0,4216440,620648,209552,2878884,10391.091,1710.180,0,208.022,0,21.002,1639,2419,0.980,1.320,0.970,0,0,2.000,0,0,18,268,6,16,0 +14-01 22:40:19,2.499,0.500,95.969,0,0,4216440,620648,209552,2878884,5280.289,1619.475,0,0,0,0,1063,1737,0.900,1.300,0.970,1,0,0,0,0,18,268,6,16,0 +14-01 22:40:20,2.748,0.749,93.936,0.250,0.500,4216440,620648,209552,2878884,6777.405,1688.855,0,463.686,0,54.963,1552,2686,0.900,1.300,0.970,0,0,0,0,0,18,268,6,14,0 +14-01 22:40:21,13.503,3.001,82.020,1.000,0,4249188,585764,209872,2879768,4829.173,1512.368,1320.321,1436.349,105.026,157.038,1773,2471,0.900,1.300,0.970,1,1,7.002,0,0,18,268,6,14,0 +14-01 22:40:22,25.510,3.501,70.779,0,0,4263160,571256,209892,2880244,44072.850,1694.686,36.015,752.305,9.004,16.006,2624,4745,0.900,1.300,0.970,2,0,7.003,0,0,18,272,6,14,0 +14-01 22:40:23,24.339,3.513,71.511,0,0.251,4267724,566584,209892,2880352,5368.617,1625.941,16.059,216.792,1.004,25.092,1985,3097,0.900,1.300,0.970,1,0,8.029,0,0,18,276,6,14,0 +14-01 22:40:24,30.146,4.235,63.781,0.498,0,4263668,570468,209896,2880584,5071.549,1560.630,0,597.942,0,84.709,2974,5186,0.910,1.290,0.970,2,0,6.976,0,0,18,277,6,15,0 +14-01 22:40:25,24.512,3.752,70.534,0,0,4248700,585276,209896,2880744,5444.592,1620.771,0,2589.232,0,187.089,2608,4578,0.910,1.290,0.970,1,0,13.006,0,0,18,276,6,16,0 +14-01 22:40:26,38.879,4.766,55.936,0.251,0.251,4245316,588636,209896,2880768,5301.633,1625.406,0,292.974,0,27.090,2273,3473,0.910,1.290,0.970,5,0,21.070,0,0,18,272,6,16,0 +14-01 22:40:27,82.508,10.501,7.251,0,0.250,3911352,922596,209896,2880788,14162.289,5841.532,8.001,216.020,2.000,20.002,2058,2429,0.910,1.290,0.970,5,0,10.001,0,0,18,259,6,18,0 +14-01 22:40:28,85.448,13.742,0.500,0,0,4107236,726292,209896,2881344,17461.314,6445.056,395.758,711.565,24.985,51.968,2385,3022,0.910,1.290,0.970,5,0,7.995,0,0,18,258,6,18,0 +14-01 22:40:29,82.001,14.500,3.000,0.500,0.250,4204696,624764,209904,2885404,5975.066,1512.017,780.009,308.003,67.001,36.000,4419,15065,1.310,1.370,1,5,0,4.000,0,0,18,267,6,28,0 +14-01 22:40:30,34.769,6.754,55.781,0.250,0,4188728,640344,209904,2885792,55116.700,19622.930,0,692.386,0,42.023,3843,6597,1.310,1.370,1,2,0,0,0,0,18,264,6,28,0 +14-01 22:40:31,23.408,4.233,71.220,0,0,4114588,714512,209904,2885864,33572.790,1852.704,51.796,115.545,3.984,10.957,1603,2342,1.310,1.370,1,1,0,8.965,0,0,18,258,6,28,0 +14-01 22:40:32,24.849,6.024,67.520,1.255,0,4181032,647232,209904,2886700,41289.953,21566.157,152.610,8955.778,6.024,989.955,5812,7138,1.310,1.370,1,2,0,3.012,0,0,18,260,6,34,0 +14-01 22:40:33,8.465,1.992,88.384,0,0,4181700,646504,209908,2886756,114174.746,52551.175,0,724.995,0,34.856,2215,2774,1.310,1.370,1,2,0,0,0,0,18,260,6,34,0 +14-01 22:40:34,10.537,2.509,86.553,0,0.753,4185828,642220,209908,2886912,115336.215,55870.323,0,268.940,0,37.130,2354,2898,1.210,1.350,0.990,2,0,0,0,0,18,263,6,34,0 +14-01 22:40:35,10.212,2.242,85.933,0.249,0.249,4204404,623600,209908,2886956,60261.995,26918.831,0,99.633,0,14.945,2664,4353,1.210,1.350,0.990,0,0,2.989,0,0,18,272,6,34,0 +14-01 22:40:36,3.501,1.000,92.776,0,0,4205148,622844,209908,2886968,33094.432,13514.852,0,84.024,0,9.003,1502,2193,1.210,1.350,0.990,0,0,0,0,0,18,270,6,34,0 +14-01 22:40:37,2.000,0.750,95.731,0.500,0,4205400,622592,209908,2886968,5110.968,1661.664,0,4675.056,0,347.930,1583,1771,1.210,1.350,0.990,0,0,0,0,0,18,270,6,34,0 +14-01 22:40:38,1.250,1.000,96.491,0.250,0,4205400,622592,209908,2886968,5473.464,1619.841,0,383.962,0,24.998,1086,1857,1.210,1.350,0.990,0,0,0,0,0,18,270,6,34,0 +14-01 22:40:39,1.750,0.500,95.763,0,0,4205400,622592,209908,2886968,7247.964,1640.218,0,24.003,0,5.001,1142,1902,1.110,1.320,0.980,1,0,0,0,0,18,270,6,34,0 +14-01 22:40:40,2.500,1.250,95.484,0.250,0.250,4205400,622592,209908,2886968,5382.096,1693.715,0,143.976,0,22.996,1348,2302,1.110,1.320,0.980,0,0,0,0,0,18,270,6,33,0 +14-01 22:40:41,2.501,0.750,95.520,0.250,0,4205396,622592,209908,2886972,5683.188,1694.354,0,432.090,0,35.007,1346,2235,1.110,1.320,0.980,0,0,0,0,0,18,270,6,33,0 +14-01 22:40:42,1.750,1.000,96.252,0,0.250,4205396,622592,209908,2886972,7543.173,1512.035,0,0,0,0,1022,1713,1.110,1.320,0.980,1,0,0,0,0,18,270,6,33,0 +14-01 22:40:43,1.500,0.750,96.740,0,0.500,4205396,622592,209908,2886972,5315.431,1693.819,0,31.997,0,4.000,993,1687,1.110,1.320,0.980,0,0,0,0,0,18,270,6,33,0 +14-01 22:40:44,1.250,1.000,95.983,0,0,4205396,622592,209908,2886972,5509.019,1619.712,0,0,0,0,1033,1749,1.020,1.300,0.980,0,0,0,0,0,18,270,6,33,0 +14-01 22:40:45,1.500,0.750,96.504,0,0,4205396,622592,209908,2886972,5448.251,1620.075,0,8.000,0,2.000,1088,1783,1.020,1.300,0.980,0,0,1.000,0,0,18,270,6,33,0 +14-01 22:40:46,2.500,1.000,94.497,0.500,0,4206396,621584,209908,2886980,6916.799,1689.951,0,415.988,0,41.999,1592,2665,1.020,1.300,0.980,3,0,0,0,0,18,270,6,33,0 +14-01 22:40:47,1.499,0.750,95.937,0,0.250,4206396,621584,209908,2886980,5283.513,1712.870,0,1439.050,0,2.998,1047,1797,1.020,1.300,0.980,0,0,0,0,0,18,270,6,33,0 +14-01 22:40:48,1.001,0.500,96.338,0,0,4206396,621584,209908,2886980,6364.843,1621.489,0,84.077,0,6.006,1036,1686,1.020,1.300,0.980,0,0,0,0,0,18,270,6,29,0 +14-01 22:40:49,2.250,0.500,96.248,0,0,4206396,621584,209908,2886980,5505.912,1511.976,0,28.000,0,4.000,1082,1629,0.940,1.280,0.970,0,0,0,0,0,18,270,6,29,0 +14-01 22:40:50,2.750,0.500,95.483,0.250,0,4206388,621584,209908,2886988,5586.006,1619.712,0,175.969,0,17.997,1253,2113,0.940,1.280,0.970,0,0,0,0,0,18,270,6,25,0 +14-01 22:40:51,24.019,10.258,64.051,0.250,0.500,4023944,803344,210056,2887496,5531.386,1859.475,620.492,548.435,37.029,56.044,2710,4447,0.940,1.280,0.970,2,0,76.060,0,0,18,222,6,33,0 +14-01 22:40:52,40.752,11.251,47.002,0,0,4084356,742972,210056,2887584,45366.041,2214.100,0,1036.047,0,124.006,2196,2928,0.940,1.280,0.970,2,0,0,0,0,18,222,6,29,0 +14-01 22:40:53,42.621,10.781,46.131,0,0,3983508,843376,210056,2888040,4991.170,1624.612,0,0,0,0,2151,3728,0.940,1.280,0.970,1,0,5.014,0,0,18,222,6,37,0 +14-01 22:40:54,20.435,5.981,72.270,0,0,3983360,843516,210056,2888048,16030.056,1614.868,0,518.353,0,25.918,1428,2012,0.940,1.270,0.970,1,0,0,0,0,18,222,6,37,0 +14-01 22:40:55,21.002,5.251,73.007,0.250,0.250,3983360,843516,210056,2888048,5059.501,1640.162,0,24.002,0,4.000,1306,1815,0.940,1.270,0.970,3,0,1.000,0,0,18,222,6,37,0 +14-01 22:40:56,20.747,6.749,71.739,0,0,3983348,843516,210056,2888060,6353.990,1809.712,0,435.931,0,43.993,1733,2523,0.940,1.270,0.970,2,0,0,0,0,18,222,6,37,0 +14-01 22:40:57,20.510,5.503,72.537,0,0.250,3983348,843516,210056,2888060,7303.703,1690.857,0,24.012,0,4.002,1297,1775,0.940,1.270,0.970,1,0,0,0,0,18,222,6,37,0 +14-01 22:40:58,22.487,5.247,71.957,0.250,0.250,3983348,843516,210056,2888060,6715.970,1619.029,0,151.909,0,12.992,1458,2040,0.940,1.270,0.970,2,0,0,0,0,18,222,6,37,0 +14-01 22:40:59,21.754,6.251,70.514,0.250,0,3820196,1006716,210060,2888052,6540.321,1620.327,0,172.035,0,17.003,1738,2598,0.950,1.270,0.970,1,0,8.002,0,0,17,205,6,39,0 +14-01 22:41:00,22.998,4.000,71.743,0.250,0,3876632,950268,210060,2888064,26950.494,1619.849,27.997,311.971,6.999,27.997,1635,2762,0.950,1.270,0.970,2,0,2.000,0,0,17,205,6,39,0 +14-01 22:41:01,23.509,3.751,70.527,1.501,0,3917580,907932,210060,2889452,24473.300,1710.650,1052.400,104.040,133.051,14.005,1791,4154,0.950,1.270,0.970,1,0,0,0,0,17,207,6,39,0 +14-01 22:41:02,30.857,6.773,61.212,0,0,4007752,815764,210060,2891468,6315.859,1463.064,477.653,393.361,10.035,23.080,3897,11712,0.950,1.270,0.970,5,0,6.021,0,0,18,219,6,45,0 +14-01 22:41:03,29.871,5.974,62.480,0.498,0.249,4084640,737180,210060,2893164,4676.792,1686.712,700.971,1123.147,101.561,89.613,4315,10896,0.950,1.270,0.970,0,0,0,0,0,18,232,6,49,0 +14-01 22:41:04,1.500,0.250,95.777,0,0.250,4084864,736956,210060,2893164,4630.283,1760.488,0,72.020,0,6.002,1108,2011,0.870,1.250,0.970,0,0,0,0,0,18,232,6,49,0 +14-01 22:41:05,4.500,0.250,94.508,0,0,4085116,736704,210060,2893164,6456.529,1694.139,0,28.002,0,4.000,1228,1962,0.870,1.250,0.970,0,0,1.000,0,0,18,232,6,49,0 +14-01 22:41:06,3.001,1.250,94.770,0.500,0,4085332,736480,210060,2893172,5406.114,1620.334,0,176.036,0,24.005,1403,2396,0.870,1.250,0.970,0,0,0,0,0,18,232,6,49,0 +14-01 22:41:07,2.999,0.750,94.468,0,0.250,4086088,735724,210060,2893172,5634.096,1619.453,0,63.978,0,8.997,1269,2157,0.870,1.250,0.970,0,0,0,0,0,18,232,6,49,0 +14-01 22:41:08,2.751,1.000,93.520,1.750,0.250,4086308,735500,210060,2893176,5854.259,1620.348,0,7749.666,0,770.166,2492,2039,0.870,1.250,0.970,1,0,0,0,0,18,232,6,49,0 +14-01 22:41:09,4.001,1.000,93.527,0,0,4087004,734772,210060,2893208,7594.202,1458.423,0,12.003,0,3.001,1342,2138,0.800,1.230,0.960,0,0,0,0,0,18,232,6,49,0 +14-01 22:41:10,2.749,0.750,94.229,0.250,0,4087224,734520,210060,2893240,8131.227,1619.647,31.993,139.969,2.000,16.996,1491,2464,0.800,1.230,0.960,0,0,0,0,0,18,232,6,49,0 +14-01 22:41:11,1.749,0.500,95.470,0.250,0.250,4087224,734520,210060,2893240,15235.170,1709.458,0,75.976,0,11.996,1303,2126,0.800,1.230,0.960,0,0,0,0,0,18,232,6,49,0 +14-01 22:41:12,3.999,1.250,94.234,0.250,0.250,4090752,730992,210060,2893240,10725.220,1693.719,0,63.989,0,6.999,1266,1945,0.800,1.230,0.960,1,0,0,0,0,18,234,6,49,0 +14-01 22:41:13,27.760,3.251,68.774,0.750,0,4101712,719904,210060,2893384,6441.222,1620.559,16.006,2692.929,1.000,157.054,4600,7998,0.800,1.230,0.960,1,0,0,0,0,18,240,5,49,0 +14-01 22:41:14,6.250,1.500,90.499,0,0,4103692,717888,210060,2893420,16620.801,1619.981,16.000,43.999,2.000,3.000,1633,2620,0.740,1.210,0.960,0,0,0,0,0,18,240,5,49,0 +14-01 22:41:15,2.751,0.750,95.535,0,0,4103936,717636,210060,2893428,15572.653,1620.588,0,4.001,0,1.000,1310,1958,0.740,1.210,0.960,0,0,1.000,0,0,18,240,5,49,0 +14-01 22:41:16,2.248,1.249,94.685,0.250,0.749,4103932,717636,210060,2893432,6103.788,1456.995,0,227.843,0,28.980,1499,2577,0.740,1.210,0.960,1,0,0,0,0,18,240,5,49,0 +14-01 22:41:17,6.026,3.264,88.888,0,0.251,4130112,691456,210060,2896632,13447.645,1627.096,0,80.350,0,12.053,1817,4174,0.740,1.210,0.960,1,0,36.158,0,0,18,244,5,50,0 +14-01 22:41:18,2.489,0.249,95.068,0.249,0,4111328,710240,210060,2893432,14986.885,1612.670,0,1345.883,0,35.837,1300,2047,0.740,1.210,0.960,2,0,1.991,0,0,18,248,5,50,0 +14-01 22:41:19,1.500,0.750,95.779,0,0,4111328,710240,210060,2893432,5611.689,1760.530,0,32.010,0,5.002,1112,1928,0.760,1.200,0.960,0,0,0,0,0,18,248,5,49,0 +14-01 22:41:20,2.500,0.500,95.008,0,0,4111320,710240,210060,2893440,5101.403,1620.128,0,240.019,0,28.002,1316,2204,0.760,1.200,0.960,0,0,0,0,0,18,248,5,49,0 +14-01 22:41:21,2.500,1.250,95.733,0.250,0.250,4111320,710240,210060,2893440,6972.773,1783.686,0,83.985,0,12.998,1345,2258,0.760,1.200,0.960,0,0,0,0,0,18,248,5,49,0 +14-01 22:41:22,1.750,0.250,96.521,0,0,4111320,710240,210060,2893440,43097.395,1586.346,0,540.118,0,62.014,1220,1858,0.760,1.200,0.960,0,0,0,0,0,18,248,5,49,0 +14-01 22:41:23,1.750,1.000,94.992,0,0.250,4111320,710240,210060,2893440,5496.544,1565.870,0,279.977,0,15.999,1320,2328,0.760,1.200,0.960,0,0,0,0,0,18,248,5,49,0 +14-01 22:41:24,2.498,1.499,94.187,0.749,0,4112044,709512,210060,2893444,5689.188,1692.866,0,967.352,0,159.893,1577,2332,0.700,1.180,0.950,0,0,1.999,0,0,18,252,5,49,0 +14-01 22:41:25,1.751,1.001,95.813,0,0,4112044,709512,210060,2893444,6540.284,1621.062,0,0,0,0,1048,1739,0.700,1.180,0.950,0,0,1.001,0,0,18,252,5,47,0 +14-01 22:41:26,3.000,0.750,95.250,0.250,0.250,4112044,709512,210060,2893444,6178.019,1662.005,0,376.001,0,40.000,1470,2480,0.700,1.180,0.950,0,0,0,0,0,18,252,5,47,0 +14-01 22:41:27,2.250,0.750,96.510,0,0.250,4112044,709512,210060,2893444,6185.619,1620.162,0,4.000,0,1.000,1033,1794,0.700,1.180,0.950,1,0,0,0,0,18,252,5,45,0 +14-01 22:41:28,0.750,0.500,96.730,0,0.250,4112044,709512,210060,2893444,5414.906,1693.658,0,71.985,0,5.999,1058,1757,0.700,1.180,0.950,0,0,0,0,0,18,252,5,45,0 +14-01 22:41:29,4.508,7.514,86.909,0,0,4116636,704912,210060,2893452,6036.076,1514.780,0,28.051,0,4.007,1894,3158,0.640,1.160,0.950,1,0,132.243,0,0,18,252,5,40,0 +14-01 22:41:30,16.477,10.485,70.651,0.499,0,4156128,665400,210060,2893472,9377.824,1843.410,0,571.197,0,36.948,2685,4373,0.640,1.160,0.950,1,0,196.724,0,0,18,252,6,40,0 +14-01 22:41:31,25.253,2.500,70.759,0.500,0,4198748,622560,210060,2893724,39407.847,1640.202,16.002,1044.128,1.000,80.010,2476,4378,0.640,1.160,0.950,1,0,0,0,0,18,256,6,35,0 +14-01 22:41:32,28.257,3.501,65.766,0.750,0.250,4165784,655392,210064,2893852,6907.706,1620.400,64.016,820.203,4.001,117.029,3584,6488,0.640,1.160,0.950,1,0,22.005,0,0,18,255,6,37,0 +14-01 22:41:33,20.797,8.519,69.909,0,0,4158516,662392,210064,2894116,23232.785,10527.919,36.082,352.802,2.005,13.030,3065,5137,0.640,1.160,0.950,1,0,176.401,0,0,18,256,6,41,0 +14-01 22:41:34,11.971,15.962,70.581,0,0.499,4175900,644972,210064,2894152,20196.528,2801.277,0,123.703,0,7.981,3111,4839,0.590,1.140,0.940,1,0,313.248,0,0,18,255,6,41,0 +14-01 22:41:35,22.824,4.765,70.979,1.003,0.251,4242968,577492,210072,2894516,5142.580,1667.376,144.466,3194.298,21.068,176.569,2004,2929,0.590,1.140,0.940,1,0,5.016,0,0,18,255,6,41,0 +14-01 22:41:36,23.741,3.749,70.974,0.500,0,4218392,598504,210252,2897404,7279.365,1585.426,31.988,1147.585,5.998,50.982,1957,6295,0.590,1.140,0.940,1,0,4.998,0,0,18,255,6,41,0 +14-01 22:41:37,25.689,3.242,70.832,0.249,0,4264352,552420,210252,2897528,5378.227,1689.986,19.953,562.664,1.995,39.905,2816,5206,0.590,1.140,0.940,1,0,1.995,0,0,18,256,6,41,0 +14-01 22:41:38,25.323,2.256,69.951,0.752,0,4272872,543096,210252,2898328,5928.037,1644.727,525.510,1375.954,44.127,98.282,3178,6024,0.590,1.140,0.940,1,0,1.003,0,0,18,261,6,42,0 +14-01 22:41:39,21.162,2.739,70.706,2.490,0,4291320,523748,210252,2899208,10234.445,4350.909,418.261,6855.495,24.896,749.882,5294,7775,0.620,1.140,0.940,0,0,2.988,0,0,18,264,6,44,0 +14-01 22:41:40,11.750,2.000,86.003,0.500,0.250,4292880,521996,210252,2899384,8222.321,4115.160,144.006,840.033,8.000,130.005,2791,4709,0.620,1.140,0.940,1,0,0,0,0,18,265,6,46,0 +14-01 22:41:41,4.760,1.253,92.190,0.752,0.501,4293832,520988,210256,2899436,6885.163,1797.698,0,1226.523,0,101.208,1815,3117,0.620,1.140,0.940,1,0,0,0,0,18,266,6,46,0 +14-01 22:41:42,6.237,1.247,89.313,0.748,0,4296936,517712,210256,2899608,9009.126,3823.989,15.967,1121.650,0.998,124.739,2658,4537,0.620,1.140,0.940,0,0,2.994,0,0,18,265,6,47,0 +14-01 22:41:43,8.999,2.000,86.495,1.000,0,4303564,510908,210256,2899784,20451.793,7944.531,63.996,1155.932,4.000,123.993,2602,4349,0.620,1.140,0.940,0,0,0,0,0,18,266,6,47,0 +14-01 22:41:44,21.837,3.765,71.283,2.008,0,4312860,500576,210256,2900820,16363.060,6474.744,20.080,2204.766,2.008,297.182,4960,9505,0.650,1.140,0.940,1,0,2.008,0,0,18,270,6,49,0 +14-01 22:41:45,23.166,2.740,69.498,1.495,0,4316328,496544,210256,2901396,8416.440,4173.845,15.942,4284.443,0.996,357.701,5185,9785,0.650,1.140,0.940,0,0,0.996,0,0,18,270,6,51,0 +14-01 22:41:46,9.538,2.510,86.089,1.004,0,4316312,496544,210256,2901412,8614.952,3345.183,0,1630.426,0,149.590,2794,4861,0.650,1.140,0.940,0,0,0,0,0,18,270,6,52,0 +14-01 22:41:47,2.986,0.995,93.558,0.746,0.498,4316260,496544,210256,2901464,17698.393,6577.926,0,716.615,0,74.647,1860,3056,0.650,1.140,0.940,1,0,0,0,0,18,271,6,52,0 +14-01 22:41:48,27.774,4.754,63.806,2.502,0.500,4337420,475124,210268,2901712,16375.345,6586.770,0,5937.201,0,516.452,6192,11301,0.650,1.140,0.940,1,0,2.002,0,0,18,277,6,55,0 +14-01 22:41:49,18.741,2.499,75.214,1.749,0,4339388,472856,210276,2902004,11276.565,4357.899,0,4002.071,0,346.833,4896,9189,0.760,1.150,0.950,1,0,0,0,0,18,276,6,56,0 +14-01 22:41:50,11.009,2.502,84.071,1.001,0,4339932,472100,210276,2902216,8566.281,4082.470,0,1080.919,0,123.105,2805,4925,0.760,1.150,0.950,0,0,0,0,0,18,277,6,57,0 +14-01 22:41:51,4.499,1.250,92.475,0.500,0,4339932,472100,210276,2902216,8310.773,1793.519,0,751.799,0,76.979,1769,3078,0.760,1.150,0.950,0,0,0,0,0,18,276,6,57,0 +14-01 22:41:52,5.000,1.250,92.001,0,0,4339904,472100,210276,2902244,42755.684,1928.031,0,420.007,0,27.000,1634,2613,0.760,1.150,0.950,1,0,0,0,0,18,277,6,49,0 +14-01 22:41:53,8.994,2.249,87.694,0.999,0.250,4340212,471596,210280,2902436,11093.955,4302.268,0,1327.157,0,166.894,2771,4975,0.760,1.150,0.950,1,0,0,0,0,18,276,6,51,0 +14-01 22:41:54,19.758,3.501,75.531,0.750,0,4341836,469580,210280,2902828,18521.520,6062.461,148.060,2152.874,8.003,149.061,3383,5867,0.780,1.150,0.950,2,0,1.000,0,0,18,279,6,44,0 +14-01 22:41:55,9.520,1.503,87.938,0.752,0.251,4342044,469332,210280,2902868,24278.957,11467.541,0,1042.230,0,111.238,2410,4076,0.780,1.150,0.950,1,1,1.002,0,0,18,279,6,44,0 +14-01 22:41:56,7.483,1.746,87.799,0.748,0.249,4342248,469108,210280,2902888,28286.112,11825.871,0,921.885,0,95.780,2432,4132,0.780,1.150,0.950,0,0,0,0,0,18,279,6,45,0 +14-01 22:41:57,6.775,1.505,90.329,0.753,0,4342336,468856,210284,2903048,26873.794,10775.211,0,875.185,0,92.336,2162,3556,0.780,1.150,0.950,1,0,0,0,0,18,279,6,45,0 +14-01 22:41:58,26.005,4.751,64.763,3.251,0,4343312,467596,210284,2903332,7841.545,1620.319,0,9961.963,0,874.172,7453,13461,0.780,1.150,0.950,1,0,0,0,0,18,279,6,52,0 +14-01 22:41:59,26.952,3.494,65.882,3.244,0,4344188,466392,210284,2903660,6997.475,1617.105,0,8880.105,0,963.276,7397,11816,1.040,1.200,0.970,1,0,0,0,0,18,279,6,57,0 +14-01 22:42:00,17.462,4.490,75.586,0.748,0.249,4345548,464656,210284,2904036,9811.738,1616.497,0,1716.281,0,151.671,5488,10338,1.040,1.200,0.970,0,0,0.998,0,0,18,280,6,56,0 +14-01 22:42:01,5.995,0.999,91.178,0.250,0.250,4346224,463928,210284,2904056,42234.803,1564.770,0,551.566,0,47.962,2032,3307,1.040,1.200,0.970,0,0,0.999,0,0,18,281,6,56,0 +14-01 22:42:02,5.255,0.500,92.337,0.250,0,4346464,463676,210284,2904068,5668.311,1769.658,0,304.285,0,26.024,1642,2614,1.040,1.200,0.970,0,0,0,0,0,18,281,6,56,0 +14-01 22:42:03,19.074,4.267,73.785,1.757,0.251,4347120,462920,210284,2904168,5875.733,1700.580,0,1955.566,0,232.901,5095,9130,1.040,1.200,0.970,1,0,0,0,0,18,282,6,57,0 +14-01 22:42:04,28.235,3.748,64.465,2.998,0.250,4347556,462164,210284,2904488,5577.971,1511.179,0,8563.350,0,754.590,8235,14540,1.040,1.190,0.970,1,0,0,0,0,18,281,6,50,0 +14-01 22:42:05,20.697,3.242,73.065,1.247,0,4350460,458636,210284,2905120,5853.145,1689.712,271.311,1895.190,14.962,200.491,5619,10234,1.040,1.190,0.970,0,0,0.997,0,0,18,280,6,50,0 +14-01 22:42:06,10.004,3.001,85.281,1.250,0,4353296,455612,210284,2905308,5785.100,1620.588,0,1252.455,0,156.057,2950,5229,1.040,1.190,0.970,4,0,0,0,0,18,280,6,53,1 +14-01 22:42:07,4.236,0.498,92.934,0.498,0.249,4353316,455360,210284,2905540,10330.896,4372.143,0,1080.329,0,94.678,1984,3285,1.040,1.190,0.970,0,0,0,0,0,18,281,6,54,0 +14-01 22:42:08,9.512,2.003,85.611,1.252,0,4356112,452420,210284,2905660,10742.880,4291.545,64.083,4818.225,4.005,188.243,3212,5413,1.040,1.190,0.970,0,0,0,0,0,18,280,6,55,0 +14-01 22:42:09,9.795,2.009,85.899,0.502,0.251,4356768,451664,210292,2905752,5888.322,1701.897,0,1314.097,0,115.536,2753,4724,0.950,1.170,0.960,1,0,0,0,0,18,281,6,55,0 +14-01 22:42:10,8.971,1.246,86.972,1.994,0,4359000,449396,210292,2905788,9986.065,4244.426,0,5035.895,0,547.250,3188,4219,0.950,1.170,0.960,0,0,0,0,0,18,280,6,59,0 +14-01 22:42:11,13.292,2.508,83.263,0.752,0.502,4360268,447884,210292,2906032,20011.276,3942.466,0,1163.680,0,136.431,3127,5105,0.950,1.170,0.960,1,0,0,0,0,18,280,6,63,0 +14-01 22:42:12,10.453,2.489,82.632,1.991,0.249,4361500,446372,210292,2906312,38059.673,13350.603,0,5467.674,0,443.029,4251,6955,0.950,1.170,0.960,0,0,0,0,0,18,280,6,65,0 +14-01 22:42:13,12.265,3.254,82.599,0.250,0.250,4362900,444860,210292,2906424,12206.611,3910.681,0,1261.510,0,107.128,3807,7439,0.950,1.170,0.960,2,0,0,0,0,18,280,6,67,0 +14-01 22:42:14,15.805,2.258,79.528,1.254,0,4364424,443096,210292,2906664,34890.080,10749.613,48.169,2163.570,3.011,195.685,3642,5931,1.200,1.220,0.980,1,1,0,0,0,18,281,6,67,0 +14-01 22:42:15,9.454,1.244,87.822,0.249,0,4365980,441332,210292,2906872,32823.950,1612.139,63.689,549.322,3.981,73.641,2839,4710,1.200,1.220,0.980,0,0,0.995,0,0,18,278,6,69,0 +14-01 22:42:16,12.517,1.752,83.110,1.252,0,4366904,440072,210292,2907208,25093.148,4340.734,0,1574.079,0,198.262,3432,5804,1.200,1.220,0.980,0,0,0,0,0,18,278,6,72,0 +14-01 22:42:17,13.494,2.249,83.715,1.000,0.250,4368016,438812,210292,2907356,47675.119,4535.109,0,1383.423,0,164.931,3448,5307,1.200,1.220,0.980,0,0,0,0,0,18,278,6,77,0 +14-01 22:42:18,10.987,4.495,82.905,0.499,0.250,4373952,432700,210292,2907516,45565.782,1510.269,0,799.084,0,71.918,3054,4676,1.200,1.220,0.980,1,0,33.961,0,0,18,278,6,78,0 +14-01 22:42:19,6.255,2.252,90.826,0.250,0.250,4374328,432196,210292,2907644,16495.774,1621.354,0,796.665,0,68.057,1931,3061,1.100,1.200,0.970,0,0,0,0,0,18,278,6,78,0 +14-01 22:42:20,5.524,1.004,92.655,0.502,0,4374296,432196,210292,2907676,67652.914,1627.117,0,409.792,0,38.167,2147,2719,1.100,1.200,0.970,2,0,0,0,0,18,278,6,78,1 +14-01 22:42:21,3.486,0.996,94.870,0,0.249,4374276,432196,210296,2907692,57941.885,1613.536,0,505.973,0,51.793,1947,2518,1.100,1.200,0.970,0,0,0,0,0,18,278,6,78,0 +14-01 22:42:22,6.250,1.000,91.244,0.750,0,4374252,432196,210296,2907716,43600.122,1619.893,0,475.969,0,45.997,1721,2832,1.100,1.200,0.970,0,0,0,0,0,18,278,6,78,0 +14-01 22:42:23,11.250,2.250,83.248,1.000,0.250,4374196,432196,210296,2907772,32396.222,15765.622,0,1415.966,0,190.995,3352,5443,1.100,1.200,0.970,2,0,0,0,0,18,279,6,81,0 +14-01 22:42:24,14.547,2.759,81.009,1.003,0,4374476,431692,210296,2907996,15264.878,6250.013,0,2724.725,0,227.729,3600,5950,1.170,1.210,0.980,0,1,0,0,0,18,278,6,84,0 +14-01 22:42:25,10.958,1.743,85.921,0.747,0,4374668,431444,210296,2908052,9341.195,5221.984,0,944.380,0,82.683,2350,3987,1.170,1.210,0.980,0,0,0.996,0,0,18,279,6,88,0 +14-01 22:42:26,10.004,3.001,83.780,1.751,0,4375004,430940,210296,2908220,30629.026,11442.119,0,1724.621,0,223.080,3366,5673,1.170,1.210,0.980,1,0,0,0,0,18,279,6,90,0 +14-01 22:42:27,7.495,1.249,89.942,0.750,0,4375120,430688,210296,2908356,5486.450,1692.905,0,1179.237,0,118.923,2367,4174,1.170,1.210,0.980,0,0,0,0,0,18,278,6,91,0 +14-01 22:42:28,13.000,1.750,82.500,1.000,0.500,4375344,430184,210296,2908636,9820.941,4386.974,16.000,1719.990,1.000,191.999,3251,5644,1.170,1.210,0.980,0,0,0,0,0,18,278,6,96,0 +14-01 22:42:29,7.503,1.751,87.786,1.251,0,4375684,429680,210296,2908800,9564.969,4270.772,0,1696.704,0,211.088,2904,4648,1.080,1.190,0.970,0,0,0,0,0,18,278,6,97,0 +14-01 22:42:30,9.007,1.751,86.312,0.500,0,4375472,429680,210296,2909012,15327.097,3834.776,0,1292.936,0,150.109,2943,4868,1.080,1.190,0.970,2,0,0,0,0,18,278,6,99,0 +14-01 22:42:31,5.757,1.502,90.865,0.501,0.501,4375472,429680,210296,2909012,38893.278,1459.850,0,829.050,0,77.098,1836,3076,1.080,1.190,0.970,5,0,0,0,0,18,279,6,100,1 +14-01 22:42:32,8.734,1.497,87.335,0.998,0,4376032,428924,210296,2909208,32791.058,12989.463,0,1297.549,0,139.736,2674,4416,1.080,1.190,0.970,0,0,0,0,0,18,278,6,104,0 +14-01 22:42:33,28.011,3.752,64.276,3.752,0,4375940,428672,210300,2909548,4938.985,1694.681,16.006,11460.607,1.000,882.355,6732,13744,1.080,1.190,0.970,1,0,0,0,0,18,281,6,110,0 +14-01 22:42:34,25.308,3.257,66.903,2.255,0,4376636,427664,210300,2909860,5203.875,1623.705,32.073,4951.299,1.002,418.956,6437,13234,1.070,1.190,0.970,1,0,0,0,0,18,281,6,117,0 +14-01 22:42:35,15.978,2.746,77.143,2.746,0,4377080,426964,210300,2910116,5866.851,1733.592,0,9366.989,0,915.728,5733,8473,1.070,1.190,0.970,0,0,0.999,0,0,18,280,6,109,0 +14-01 22:42:36,11.714,2.243,83.495,0.997,0,4376992,426964,210300,2910204,8813.050,4484.287,0,1694.817,0,199.390,3499,5934,1.070,1.190,0.970,0,0,0,0,0,18,281,6,114,0 +14-01 22:42:37,8.025,2.006,88.526,1.254,0.251,4377232,426712,210308,2910208,9723.269,4306.406,0,1400.359,0,160.500,2770,4623,1.070,1.190,0.970,0,0,0,0,0,18,281,6,116,0 +14-01 22:42:38,3.748,1.499,92.195,0.250,0.250,4377428,426460,210308,2910264,7526.529,1631.031,0,1043.380,0,84.950,1773,2917,1.070,1.190,0.970,1,0,0,0,0,18,280,6,117,0 +14-01 22:42:39,11.738,1.748,84.168,0.999,0.500,4377452,426208,210308,2910492,11476.753,3828.248,0,1962.077,0,171.832,3320,5798,0.990,1.170,0.970,0,0,0,0,0,18,280,6,116,0 +14-01 22:42:40,12.001,2.000,84.004,1.000,0,4379012,424444,210308,2910696,20351.018,8053.403,16.001,1680.084,1.000,227.011,3272,5545,0.990,1.170,0.970,0,0,0,0,0,18,281,6,119,0 +14-01 22:42:41,14.058,3.012,78.572,2.510,0,4378908,424444,210308,2910800,16772.819,6559.915,16.066,6414.318,1.004,450.850,4707,9152,0.990,1.170,0.970,3,0,0,0,0,18,282,6,117,0 +14-01 22:42:42,27.758,2.751,64.269,2.751,0,4378832,424192,210308,2911128,6266.886,1694.510,0,5889.773,0,610.184,7449,14242,0.990,1.170,0.970,1,0,0,0,0,18,281,6,122,0 +14-01 22:42:43,25.895,5.976,67.227,1.245,0,4378824,423688,210308,2911640,9724.480,1613.443,31.870,2346.464,0.996,254.964,6499,12871,0.990,1.170,0.970,2,1,0,0,0,18,281,5,122,0 +14-01 22:42:44,27.552,5.260,64.372,2.505,0,4379040,423184,210308,2911928,5555.528,1623.076,0,7782.748,0,717.359,7625,14812,0.990,1.170,0.970,1,0,0,0,0,18,281,5,126,0 +14-01 22:42:45,24.546,5.009,67.876,1.252,0.501,4379228,422680,210308,2912244,6740.531,1460.715,0,2777.163,0,237.441,6734,12126,0.990,1.170,0.970,2,0,1.002,0,0,18,281,5,124,0 +14-01 22:42:46,26.931,3.990,66.080,2.494,0,4379692,421924,210308,2912536,7069.774,1705.603,11.969,3750.332,2.992,478.766,7118,13140,0.990,1.170,0.970,1,0,0,0,0,18,282,5,130,0 +14-01 22:42:47,24.567,4.763,68.687,1.253,0.251,4380672,420412,210312,2913064,4970.525,1624.420,0,2145.839,0,246.671,6345,12948,0.990,1.170,0.970,2,0,0,0,0,18,281,5,132,0 +14-01 22:42:48,6.722,0.996,88.874,0.996,0.249,4380628,420412,210312,2913108,5590.353,1613.176,0,1880.047,0,166.297,2689,4896,0.990,1.170,0.970,1,0,0,0,0,18,280,5,132,0 +14-01 22:42:49,5.252,1.751,90.277,0.250,0,4380452,420412,210312,2913284,5472.636,1620.485,0,1608.481,0,129.039,2226,3996,0.910,1.150,0.960,0,0,0,0,0,18,280,5,128,0 +14-01 22:42:50,13.498,1.500,83.237,2.000,0,4381116,419656,210316,2913372,8162.759,4205.361,0,6710.980,0,498.924,3802,6952,0.910,1.150,0.960,0,0,0,0,0,18,281,5,133,0 +14-01 22:42:51,12.996,3.249,81.475,2.249,0,4382244,418396,210316,2913504,10996.624,4078.748,0,7297.760,0,769.764,4003,5170,0.910,1.150,0.960,2,0,0,0,0,18,280,5,137,0 +14-01 22:42:52,8.771,2.005,87.713,0.501,0.251,4382204,418396,210316,2913544,64452.878,10702.049,0,1150.801,0,137.334,2814,4816,0.910,1.150,0.960,1,0,0,0,0,18,280,5,137,0 +14-01 22:42:53,4.492,1.497,92.834,0,0,4382640,417920,210316,2913584,29209.831,10585.095,0,594.937,0,46.916,1669,2706,0.910,1.150,0.960,1,0,0,0,0,18,280,5,135,1 +14-01 22:42:54,11.993,1.999,83.703,0.999,0.250,4382780,417668,210316,2913696,5180.063,1693.040,0,1299.263,0,152.913,3127,5745,0.840,1.130,0.960,0,0,0,0,0,18,280,5,136,0 +14-01 22:42:55,10.750,2.250,84.499,1.000,0,4382756,417416,210316,2913972,9423.943,4520.973,0,2763.983,0,171.999,3043,5463,0.840,1.130,0.960,0,0,1.000,0,0,18,280,5,141,0 +14-01 22:42:56,11.504,1.751,84.777,0.750,0,4383320,416660,210316,2914164,8672.810,4296.392,0,1172.380,0,140.045,3219,5861,0.840,1.130,0.960,1,0,0,0,0,18,281,5,148,0 +14-01 22:42:57,8.269,1.503,89.200,0.752,0,4383288,416660,210316,2914196,8620.344,1798.035,0,1347.023,0,144.324,2277,3972,0.840,1.130,0.960,0,0,0,0,0,18,280,5,150,0 +14-01 22:42:58,4.254,0.751,92.845,0.501,0.250,4383264,416660,210316,2914220,8297.530,1695.743,0,832.856,0,60.062,1648,2703,0.840,1.130,0.960,1,0,0,0,0,18,281,5,152,0 +14-01 22:42:59,5.977,1.245,90.645,0.498,0.498,4383112,416660,210316,2914372,10664.281,1494.155,0,625.553,0,60.762,1987,3339,0.770,1.110,0.950,0,0,0,0,0,18,280,5,144,0 +14-01 22:43:00,15.516,3.003,81.086,1.251,0,4383528,416156,210320,2914456,29334.094,10502.132,0,1974.093,0,256.272,3595,6398,0.770,1.110,0.950,0,0,0,0,0,18,281,6,151,0 +14-01 22:43:01,17.738,2.748,75.451,0.999,0,4383496,415904,210320,2914740,52117.072,6518.756,0,2286.511,0,263.828,4605,8848,0.770,1.110,0.950,2,0,0,0,0,18,282,6,151,0 +14-01 22:43:02,27.049,4.759,63.614,3.757,0,4385648,413396,210324,2915076,4819.646,1622.912,0,9773.534,0,826.483,6776,14408,0.770,1.110,0.950,1,0,0,0,0,18,281,6,157,0 +14-01 22:43:03,18.956,4.739,73.081,0.998,0,4386164,412640,210324,2915316,11418.600,1690.093,0,2314.649,0,210.513,5172,9859,0.770,1.110,0.950,0,0,0,0,0,18,280,6,160,0 +14-01 22:43:04,9.534,1.505,86.308,0.753,0.251,4386244,412388,210324,2915488,5369.157,1625.801,0,1352.827,0,155.555,2618,4727,0.710,1.090,0.950,2,0,0,0,0,18,280,6,165,0 +14-01 22:43:05,4.988,1.247,92.530,0.249,0.249,4386072,412388,210324,2915660,9468.522,4373.617,0,913.831,0,75.820,1888,3262,0.710,1.090,0.950,1,0,0.998,0,0,18,281,6,162,0 +14-01 22:43:06,13.741,1.249,81.945,0.999,0.250,4386488,411884,210324,2915748,20576.070,8732.088,0,1682.861,0,180.878,3051,5711,0.710,1.090,0.950,0,0,0,0,0,18,281,6,166,0 +14-01 22:43:07,6.276,1.757,90.621,0.502,0,4386740,411632,210324,2915748,7287.866,1986.139,0,819.358,0,66.272,1753,3047,0.710,1.090,0.950,1,0,0,0,0,18,281,6,166,0 +14-01 22:43:08,7.217,0.995,88.344,0.995,0,4386548,411632,210324,2915940,18722.010,8016.182,0,1552.868,0,164.246,2418,4437,0.710,1.090,0.950,0,0,0,0,0,18,281,6,167,0 +14-01 22:43:09,9.998,2.000,86.486,0.250,0.250,4388228,409868,210324,2916024,33555.430,15082.496,0,691.885,0,54.991,2258,3638,0.730,1.090,0.950,0,0,0,0,0,18,282,6,170,0 +14-01 22:43:10,6.503,1.501,89.791,0.750,0,4388448,409616,210324,2916056,10522.777,3957.797,0,1120.509,0,143.065,2244,3933,0.730,1.090,0.950,0,0,0,0,0,18,281,6,170,0 +14-01 22:43:11,18.078,4.017,74.823,2.260,0.251,4389360,408468,210328,2916288,33776.916,8852.242,0,8078.901,0,903.905,5646,8592,0.730,1.090,0.950,1,0,0,0,0,18,282,6,172,0 +14-01 22:43:12,27.172,3.739,63.319,3.989,0.499,4389820,407712,210328,2916584,14365.856,1615.374,0,10011.328,0,794.724,7617,14766,0.730,1.090,0.950,2,0,0,0,0,18,280,6,169,0 +14-01 22:43:13,19.236,3.248,74.448,0.999,0,4391012,406200,210328,2916896,7169.952,1510.936,7.994,2666.123,0.999,247.826,5123,10253,0.730,1.090,0.950,0,0,0,0,0,18,280,6,169,0 +14-01 22:43:14,9.997,3.499,83.975,0.750,0,4391064,405948,210328,2917096,11085.641,1565.526,0,1523.538,0,95.971,3850,7115,0.670,1.070,0.940,1,0,0,0,0,18,281,6,166,0 +14-01 22:43:15,7.737,1.997,88.597,0.250,0,4391192,405696,210328,2917220,39843.390,10651.658,0,1305.751,0,81.859,2526,3686,0.670,1.070,0.940,1,0,0.998,0,0,18,280,6,168,0 +14-01 22:43:16,28.280,2.503,66.821,2.252,0,4391640,404940,210328,2917528,9116.645,1769.873,0,3759.978,0,460.487,6886,13022,0.670,1.070,0.940,1,0,0,0,0,18,280,6,170,0 +14-01 22:43:17,26.011,5.502,65.777,2.751,0.250,4392524,403680,210332,2917900,13522.490,1620.658,0,6678.712,0,559.227,7313,13465,0.670,1.070,0.940,2,0,0,0,0,18,281,6,171,0 +14-01 22:43:18,18.986,3.747,73.446,1.499,0.250,4397520,398440,210332,2918144,18389.484,4405.762,0,3701.280,0,317.766,5165,9407,0.670,1.070,0.940,0,0,33.975,0,0,18,280,6,164,0 +14-01 22:43:19,15.257,1.751,80.536,1.000,0,4398572,397180,210332,2918352,8644.916,4235.919,0,1480.671,0,158.072,2985,5366,0.700,1.070,0.940,0,0,0,0,0,18,281,6,165,0 +14-01 22:43:20,8.538,1.507,88.649,0.753,0.251,4399320,396424,210332,2918360,8018.049,1693.614,0,1060.769,0,121.546,2489,4353,0.700,1.070,0.940,4,0,0,0,0,18,281,6,164,0 +14-01 22:43:21,8.966,1.992,86.667,0.747,0,4399352,396172,210332,2918580,9964.735,4391.138,0,1518.170,0,171.342,2794,5169,0.700,1.070,0.940,0,0,0.996,0,0,18,280,6,166,0 +14-01 22:43:22,13.741,2.248,82.195,1.249,0,4399260,396172,210332,2918672,48083.592,4350.068,0,1726.836,0,192.870,3627,6422,0.700,1.070,0.940,0,0,0,0,0,18,280,6,167,0 +14-01 22:43:23,17.045,3.008,79.209,0,0.251,4399436,395920,210332,2918748,14785.018,5930.651,0,846.233,0,57.151,2308,3960,0.700,1.070,0.940,0,1,0,0,0,18,282,6,167,0 +14-01 22:43:24,6.731,1.247,88.755,0.997,0,4399492,395696,210332,2918916,40363.757,17859.778,0,1336.317,0,124.656,2491,4245,0.640,1.050,0.940,1,0,0,0,0,18,280,6,164,0 +14-01 22:43:25,8.252,2.751,85.022,0.750,0.500,4399948,395196,210332,2918960,29631.675,12645.275,0,1396.362,0,133.034,2697,4839,0.640,1.050,0.940,0,0,1.000,0,0,18,281,6,165,0 +14-01 22:43:26,12.000,2.000,84.001,0.750,0,4402280,392676,210332,2919148,19975.220,8293.091,0,2816.031,0,190.002,3223,6060,0.640,1.050,0.940,1,0,0,0,0,18,283,6,158,0 +14-01 22:43:27,11.256,2.001,83.295,2.251,0,4402224,392676,210332,2919204,20754.207,10002.401,0,6695.616,0,492.266,3503,6847,0.640,1.050,0.940,0,0,0,0,0,18,283,6,158,0 +14-01 22:43:28,12.769,3.004,82.119,0.751,0.250,4402288,392424,210332,2919392,24654.848,9239.434,32.047,1165.695,1.001,142.207,3809,7109,0.640,1.050,0.940,1,0,0,0,0,18,284,6,151,0 +14-01 22:43:29,27.463,4.244,64.912,2.247,0,4402448,391920,210336,2919732,5563.462,1617.808,0,3567.166,0,463.372,6682,13688,0.670,1.050,0.940,1,0,0,0,0,18,283,6,156,0 +14-01 22:43:30,24.745,3.499,67.236,2.000,0.250,4403800,390156,210336,2920144,39363.576,1565.665,95.979,3335.286,4.999,348.925,6630,13378,0.670,1.050,0.940,3,0,0,0,0,18,283,6,156,0 +14-01 22:43:31,27.021,4.503,65.050,2.002,0,4403736,389652,210336,2920712,9900.663,1621.255,0,8250.386,0,670.519,6653,14422,0.670,1.050,0.940,1,0,0,0,0,18,284,6,163,0 +14-01 22:43:32,25.731,4.497,65.202,4.497,0.250,4405832,387272,210336,2921028,4625.609,1766.705,0,11427.624,0,1314.037,7795,13499,0.670,1.050,0.940,1,0,0,0,0,18,283,6,159,0 +14-01 22:43:33,21.484,4.996,71.196,1.499,0,4406060,386768,210336,2921304,28560.209,13239.898,0,3065.661,0,404.691,5552,10262,0.670,1.050,0.940,1,0,1.998,0,0,18,283,6,160,0 +14-01 22:43:34,8.538,1.758,87.384,1.004,0.251,4406388,386264,210336,2921480,12319.192,4436.516,0,1836.077,0,196.866,2750,4998,0.620,1.030,0.930,1,0,0,0,0,18,282,6,147,0 +14-01 22:43:35,6.227,0.498,90.419,0.747,0.249,4406380,386264,210336,2921488,5531.770,1771.522,0,1183.671,0,97.643,1988,3528,0.620,1.030,0.930,1,0,0.996,0,0,18,283,6,147,0 +14-01 22:43:36,7.997,1.249,88.714,1.000,0,4406548,386012,210336,2921572,9631.138,4283.282,0,1795.280,0,187.925,2908,5306,0.620,1.030,0.930,0,0,0,0,0,18,282,6,143,0 +14-01 22:43:37,8.750,1.750,86.248,2.000,0.250,4406876,385508,210336,2921748,11406.795,3765.932,0,5631.899,0,384.993,2932,5313,0.620,1.030,0.930,0,0,0,0,0,18,282,6,143,0 +14-01 22:43:38,8.748,2.000,86.980,0.750,0,4406808,385508,210336,2921816,11510.353,4230.027,0,1167.731,0,140.968,2609,4615,0.620,1.030,0.930,0,0,0,0,0,18,282,6,138,0 +14-01 22:43:39,7.753,1.501,88.536,0.750,0.250,4406764,385508,210336,2921860,10788.358,3973.605,0,944.382,0,97.039,2594,4499,0.570,1.010,0.930,0,0,0,0,0,18,282,6,138,0 +14-01 22:43:40,9.544,1.507,87.905,0.502,0,4407148,384752,210336,2922232,10164.860,4379.188,0,1105.094,0,125.579,2638,4595,0.570,1.010,0.930,0,0,0,0,0,18,282,6,135,0 +14-01 22:43:41,3.489,0.997,92.699,0.498,0,4406988,384752,210336,2922392,5984.544,1580.861,0,669.822,0,55.819,1834,3106,0.570,1.010,0.930,1,0,0,0,0,18,283,6,135,0 +14-01 22:43:42,7.737,2.246,88.849,1.497,0.250,4407300,384276,210336,2922556,9703.533,3825.508,0,4536.302,0,546.073,3308,4509,0.570,1.010,0.930,1,0,0,0,0,18,282,6,130,0 +14-01 22:43:43,9.759,1.501,86.579,1.251,0.500,4407472,384024,210336,2922636,10027.205,4362.004,0,1197.099,0,146.134,2916,4833,0.570,1.010,0.930,2,0,0,0,0,18,282,6,130,0 +14-01 22:43:44,7.494,1.998,89.182,0.749,0,4407284,384024,210336,2922824,11681.029,3871.027,0,1111.147,0,121.906,2431,4087,0.600,1.010,0.930,2,0,0,0,0,18,282,6,124,0 +14-01 22:43:45,11.755,2.001,83.788,0.750,0,4407560,383520,210336,2923052,9668.331,3833.718,0,1416.635,0,159.071,3063,5285,0.600,1.010,0.930,1,0,1.000,0,0,18,282,6,127,0 +14-01 22:43:46,6.248,2.249,90.467,0.750,0.250,4407552,383520,210336,2923060,10245.209,3602.667,0,1351.500,0,89.967,2250,3836,0.600,1.010,0.930,1,0,0,0,0,18,283,6,122,0 +14-01 22:43:47,5.776,1.507,90.659,0.502,0,4407504,383520,210336,2923108,15303.109,6323.557,0,936.228,0,92.417,2274,3840,0.600,1.010,0.930,1,0,0,0,0,18,284,6,122,0 +14-01 22:43:48,27.233,5.497,62.460,4.497,0,4407440,383268,210336,2923424,16343.622,6336.976,0,9849.745,0,869.448,8090,15286,0.600,1.010,0.930,1,0,0,0,0,18,283,6,120,0 +14-01 22:43:49,24.004,5.751,67.512,1.250,0,4414744,375708,210340,2923676,5641.970,1620.279,0,2280.392,0,212.036,6163,11991,0.630,1.010,0.930,1,0,0,0,0,18,284,6,123,0 +14-01 22:43:50,8.713,1.245,86.637,0.747,0.249,4414752,375456,210340,2923920,4925.338,1613.232,15.933,1876.130,0.996,199.165,3155,5364,0.630,1.010,0.930,0,0,0,0,0,18,282,6,119,0 +14-01 22:43:51,14.000,2.000,80.002,1.500,0.250,4414732,374952,210344,2924440,5889.141,1620.039,0,2520.060,0,301.007,4312,7625,0.630,1.010,0.930,0,0,0,0,0,18,282,6,121,0 +14-01 22:43:52,9.752,2.001,85.772,1.000,0,4414912,374448,210344,2924764,44172.308,1714.439,0,1300.333,0,133.034,2906,5025,0.630,1.010,0.930,2,0,0,0,0,18,283,6,121,0 +14-01 22:43:53,26.104,4.016,65.260,2.761,0.502,4414888,374196,210344,2925040,4993.866,1626.470,0,3967.784,0,500.993,7106,13345,0.630,1.010,0.930,1,0,0,0,0,18,283,6,120,0 +14-01 22:43:54,26.259,4.001,66.773,2.251,0,4416840,371928,210344,2925356,5345.871,1620.567,0,7834.742,0,582.204,6920,13335,0.660,1.010,0.930,1,0,0,0,0,18,283,6,120,0 +14-01 22:43:55,27.190,3.742,65.106,2.494,0,4417292,371172,210344,2925660,7515.413,1454.789,0,3584.090,0,432.046,6709,12888,0.660,1.010,0.930,1,0,0.998,0,0,18,284,6,122,0 +14-01 22:43:56,24.494,4.249,68.234,1.250,0.250,4418420,369660,210344,2926044,6281.536,1693.605,0,3907.090,0,281.934,6456,12489,0.660,1.010,0.930,2,0,0,0,0,18,283,6,123,0 +14-01 22:43:57,6.989,0.998,88.615,1.248,0,4418292,369660,210344,2926172,5859.053,1691.417,0,7528.504,0,787.797,3353,3825,0.660,1.010,0.930,0,0,0,0,0,18,283,6,110,0 +14-01 22:43:58,21.833,3.764,70.517,2.259,0.251,4418580,369156,210344,2926388,11302.804,1626.158,0,2650.036,0,329.247,5825,10881,0.660,1.010,0.930,3,0,0,0,0,18,284,6,112,0 +14-01 22:43:59,25.391,4.232,65.968,1.743,0,4419276,368148,210344,2926700,8215.844,1613.098,0,2592.905,0,297.726,6550,12377,0.690,1.010,0.930,3,0,0,0,0,18,283,6,107,0 +14-01 22:44:00,24.369,5.276,65.822,3.266,0,4420220,366888,210348,2927012,45502.324,1627.954,0,9409.977,0,758.707,8548,14687,0.690,1.010,0.930,1,0,0,0,0,18,283,6,110,0 +14-01 22:44:01,25.884,4.231,64.960,2.987,0.249,4420428,366384,210348,2927308,6777.690,1451.509,0,3882.637,0,518.680,6740,13175,0.690,1.010,0.930,2,0,0,0,0,18,283,6,108,0 +14-01 22:44:02,25.779,3.254,67.575,1.251,0,4421644,364872,210352,2927600,5540.155,1621.802,0,2510.789,0,219.244,5287,11924,0.690,1.010,0.930,2,0,0,0,0,18,283,6,109,0 +14-01 22:44:03,20.975,2.497,73.163,1.748,0.250,4422620,363612,210352,2927884,10054.006,4364.793,0,3415.925,0,352.579,5396,10588,0.690,1.010,0.930,0,0,0,0,0,18,282,6,98,0 +14-01 22:44:04,7.758,1.501,88.586,0.751,0.250,4422972,363108,210352,2928036,13461.111,6031.875,0,1697.654,0,167.163,2554,4390,0.640,1,0.920,0,0,0,0,0,18,283,6,98,0 +14-01 22:44:05,11.258,2.252,84.562,0.751,0,4422932,363108,210352,2928076,22444.519,8762.449,0,1653.217,0,165.122,3063,5262,0.640,1,0.920,2,0,1.001,0,0,18,282,6,97,0 +14-01 22:44:06,5.489,1.996,89.072,2.246,0.250,4422836,363108,210352,2928172,9907.225,4361.295,0,5812.398,0,414.173,2875,5417,0.640,1,0.920,0,0,0,0,0,18,282,6,97,0 +14-01 22:44:07,14.034,2.256,81.951,1.253,0,4422856,362856,210352,2928404,7006.221,1623.992,48.118,2125.224,2.005,269.663,3619,6689,0.640,1,0.920,2,0,0,0,0,18,283,6,94,0 +14-01 22:44:08,9.711,1.743,84.412,0.996,0,4423040,362604,210352,2928472,29841.485,12669.260,0,1310.750,0,137.450,2825,5193,0.640,1,0.920,1,0,0,0,0,18,282,6,95,0 +14-01 22:44:09,21.037,3.506,71.626,1.503,0.501,4422984,362352,210352,2928780,7725.613,1622.859,0,2812.956,0,368.650,5951,11438,0.740,1.010,0.930,2,0,0,0,0,18,284,6,88,0 +14-01 22:44:10,28.010,4.251,63.772,3.251,0,4422940,362100,210352,2929076,6322.181,1620.559,0,5333.840,0,621.214,7452,13452,0.740,1.010,0.930,3,0,0,0,0,18,284,6,93,0 +14-01 22:44:11,26.190,3.741,65.599,1.995,0.249,4424128,360588,210360,2929392,13480.967,1616.279,0,6489.062,0,533.771,7838,14570,0.740,1.010,0.930,2,0,0,0,0,18,284,6,100,1 +14-01 22:44:12,11.803,2.511,82.873,1.507,0,4424456,360084,210360,2929568,18787.487,4468.093,0,2981.407,0,264.188,3844,6577,0.740,1.010,0.930,0,0,0,0,0,18,282,6,103,0 +14-01 22:44:13,16.710,3.492,75.569,2.494,0,4426536,357844,210364,2929724,13275.232,5806.106,55.866,8507.641,10.974,951.723,5037,6960,0.740,1.010,0.930,0,0,0,0,0,18,283,5,100,0 +14-01 22:44:14,8.750,1.500,87.497,1.250,0.250,4426508,357844,210364,2929752,28196.098,8627.724,0,1255.960,0,129.996,2647,4781,0.680,1,0.930,3,0,0,0,0,18,283,5,102,0 +14-01 22:44:15,29.607,4.014,61.723,2.509,0,4427540,356344,210364,2930220,11565.752,1517.478,0,4644.768,0,568.051,8354,15880,0.680,1,0.930,4,0,2.007,0,0,18,283,5,106,0 +14-01 22:44:16,25.242,5.748,66.730,1.250,0.250,4428624,354832,210368,2930628,10957.702,1619.513,0,4206.734,0,323.903,6963,13250,0.680,1,0.930,1,0,0,0,0,18,284,5,113,0 +14-01 22:44:17,8.965,1.494,85.171,1.743,0.249,4428800,354328,210368,2930956,16915.655,4368.126,0,3450.670,0,316.776,3831,6453,0.680,1,0.930,0,0,0,0,0,18,282,5,107,0 +14-01 22:44:18,14.277,3.757,79.648,0.751,0,4428928,354120,210372,2931032,31359.454,10449.478,0,1534.861,0,152.284,3570,8740,0.680,1,0.930,0,0,34.063,0,0,18,283,5,108,0 +14-01 22:44:19,10.735,1.997,84.633,0.999,0.250,4429376,353616,210372,2931088,16397.306,6051.625,0,4601.631,0,332.540,2988,5618,0.710,1,0.930,0,0,0,0,0,18,283,5,107,0 +14-01 22:44:20,12.507,2.001,82.799,1.001,0,4429180,353616,210372,2931284,21814.805,8687.099,0,2417.419,0,196.115,3748,6813,0.710,1,0.930,5,1,0,0,0,18,283,5,108,0 +14-01 22:44:21,27.500,4.500,64.750,3.000,0.250,4429140,353364,210372,2931576,5871.023,1532.006,0,5728.023,0,601.002,7109,13440,0.710,1,0.930,1,0,0,0,0,18,283,5,109,0 +14-01 22:44:22,24.325,3.762,68.460,1.003,0.251,4429336,352864,210376,2931876,41645.811,1699.215,0,1885.787,0,174.536,5786,11050,0.710,1,0.930,2,0,1.003,0,0,18,286,5,110,0 +14-01 22:44:23,8.962,2.490,84.892,1.245,0,4429628,352360,210376,2932088,20900.882,8553.937,0,2146.948,0,243.971,3197,5660,0.710,1,0.930,0,0,0,0,0,18,285,5,111,0 +14-01 22:44:24,11.505,1.751,84.787,0.750,0.250,4429576,352360,210380,2932136,29021.566,12961.612,0,1484.643,0,137.059,2691,4345,0.730,1,0.930,0,0,0,0,0,18,284,5,111,1 +14-01 22:44:25,18.253,2.500,77.512,1.250,0,4429692,352136,210380,2932244,16490.606,6450.019,0,2124.336,0,227.036,4641,8771,0.730,1,0.930,1,0,1.000,0,0,18,286,5,111,0 +14-01 22:44:26,26.296,5.510,63.612,3.757,0,4429764,351632,210380,2932676,4880.565,1622.848,0,10205.911,0,821.442,8012,15441,0.730,1,0.930,1,0,0,0,0,18,285,5,114,0 +14-01 22:44:27,24.712,3.994,68.895,0.998,0,4429476,351632,210380,2932964,4946.491,1617.545,0,3107.283,0,218.668,6384,12378,0.730,1,0.930,2,1,0,0,0,18,286,5,116,0 +14-01 22:44:28,26.017,3.502,63.541,5.253,0.250,4430408,350428,210380,2933236,4411.832,1587.019,0,10514.750,0,1280.822,8498,13504,0.730,1,0.930,1,0,0,0,0,18,284,5,121,0 +14-01 22:44:29,23.986,4.248,67.961,1.499,0.250,4430824,349672,210380,2933576,8313.270,3116.227,0,2446.608,0,277.842,5732,10948,0.750,1,0.930,3,0,0,0,0,18,285,5,116,0 +14-01 22:44:30,5.248,1.999,89.709,1.249,0.250,4431056,349420,210380,2933596,9240.749,3096.576,0,2099.034,0,149.931,2605,4282,0.750,1,0.930,1,0,0,0,0,18,285,6,116,0 +14-01 22:44:31,7.249,1.750,86.485,2.500,0,4431120,349168,210380,2933784,46068.261,4373.265,0,6954.832,0,510.914,3761,6214,0.750,1,0.930,1,0,0,0,0,18,284,6,108,0 +14-01 22:44:32,12.508,2.502,83.806,1.001,0.250,4431316,348916,210380,2933840,9570.364,3834.550,0,1673.113,0,206.137,3309,5569,0.750,1,0.930,0,0,0,0,0,18,284,6,109,0 +14-01 22:44:33,8.495,1.749,86.703,1.249,0,4431524,348664,210380,2933884,36753.006,17191.648,0,3885.886,0,495.730,3270,4538,0.750,1,0.930,1,0,0,0,0,18,286,6,105,0 +14-01 22:44:34,15.526,1.753,80.883,1.002,0,4431456,348412,210380,2934204,17679.064,6700.015,0,1698.793,0,217.357,4001,7749,0.850,1.010,0.930,3,0,0,0,0,18,286,6,105,0 +14-01 22:44:35,26.716,4.245,64.917,2.747,0,4431380,348160,210380,2934532,4842.840,1705.830,31.959,4909.755,0.999,527.329,6492,13347,0.850,1.010,0.930,3,0,0.999,0,0,18,285,6,109,0 +14-01 22:44:36,23.756,5.001,68.019,1.000,0.250,4432848,346396,210380,2934832,6475.768,1608.439,0,2272.620,0,222.061,6053,12573,0.850,1.010,0.930,2,0,0,0,0,18,286,6,110,0 +14-01 22:44:37,13.487,3.247,79.426,3.247,0.500,4433104,345892,210380,2935080,9952.774,4481.845,15.985,7541.009,0.999,571.470,4325,9365,0.850,1.010,0.930,0,0,0,0,0,18,284,6,112,0 +14-01 22:44:38,8.246,1.249,86.953,0.500,0,4433316,345640,210380,2935120,18771.807,8196.549,0,1727.062,0,150.918,2775,4957,0.850,1.010,0.930,0,0,0,0,0,18,285,6,111,0 +14-01 22:44:39,14.528,3.757,78.901,1.753,0.250,4433348,345388,210380,2935340,18879.078,6539.497,0,1891.615,0,217.415,4226,8560,0.870,1.010,0.930,2,0,0,0,0,18,285,6,112,0 +14-01 22:44:40,28.943,3.493,63.375,2.495,0,4433280,345136,210380,2935660,7944.318,1616.808,0,4734.654,0,593.828,6689,14494,0.870,1.010,0.930,2,0,0,0,0,18,286,6,115,0 +14-01 22:44:41,24.533,4.256,66.590,2.503,0,4434228,343876,210380,2935972,5763.758,1622.183,0,6080.184,0,503.678,7185,14089,0.870,1.010,0.930,1,0,0,0,0,18,285,6,117,0 +14-01 22:44:42,17.743,2.999,77.221,1.999,0,4434924,342868,210380,2936284,9699.382,4291.399,7.997,4154.450,1.999,309.884,4780,8668,0.870,1.010,0.930,0,0,0,0,0,18,284,6,117,0 +14-01 22:44:43,8.500,2.000,87.497,0.750,0.250,4435632,342112,210380,2936332,14302.585,5972.827,0,1595.954,0,149.996,2626,4394,0.870,1.010,0.930,1,0,0,0,0,18,285,6,117,0 +14-01 22:44:44,8.509,2.753,87.595,0.250,0,4436196,341384,210380,2936496,23241.310,8616.383,0,989.077,0,86.094,2346,3754,0.800,1,0.930,2,0,0,0,0,18,284,6,117,0 +14-01 22:44:45,8.983,1.996,88.081,0.749,0.499,4436404,341132,210380,2936540,29257.796,10649.542,0,1141.807,0,109.789,2682,4487,0.800,1,0.930,2,1,0.998,0,0,18,285,6,117,0 +14-01 22:44:46,27.760,4.252,64.273,2.501,0,4437804,339368,210380,2936904,5908.156,1768.646,16.006,3693.348,1.000,454.166,6512,13046,0.800,1,0.930,1,0,0,0,0,18,286,6,117,0 +14-01 22:44:47,26.259,3.751,65.774,2.001,0.250,4438536,338360,210380,2937180,8509.063,1620.583,0,4577.648,0,432.156,6447,12596,0.800,1,0.930,2,0,0,0,0,18,285,6,121,0 +14-01 22:44:48,24.516,5.253,67.795,1.251,0,4441276,335336,210380,2937464,5737.816,1621.078,0,2709.802,0,275.183,5865,11580,0.800,1,0.930,0,1,0,0,0,18,285,6,121,0 +14-01 22:44:49,27.564,4.761,61.643,4.761,0.251,4441224,335084,210380,2937768,8117.809,1623.762,0,17011.415,0,1688.913,8845,14907,0.970,1.030,0.940,1,0,0,0,0,18,285,6,125,0 +14-01 22:44:50,26.540,4.256,66.850,1.001,0,4442528,333320,210380,2938212,5660.462,1514.264,0,2587.869,0,232.347,6387,13008,0.970,1.030,0.940,1,0,0,0,0,18,285,6,120,0 +14-01 22:44:51,25.892,3.486,65.976,2.241,0,4442992,332564,210380,2938504,5390.618,1559.525,0,3270.421,0,380.420,5940,11879,0.970,1.030,0.940,4,0,0,0,0,18,286,6,124,0 +14-01 22:44:52,26.997,3.750,66.744,1.500,0,4443452,331808,210380,2938800,44349.787,1713.837,0,2851.729,0,329.969,6542,12569,0.970,1.030,0.940,2,0,0,0,0,18,285,6,131,0 +14-01 22:44:53,26.103,3.263,65.509,2.761,0.251,4443940,331052,210380,2939068,6436.430,1700.720,0,8778.685,0,649.566,8052,14500,0.970,1.030,0.940,1,0,0,0,0,18,286,6,135,0 +14-01 22:44:54,26.148,4.731,65.743,1.992,0.249,4444872,329792,210380,2939396,4635.846,1613.681,0,3693.536,0,442.268,6953,13273,0.980,1.030,0.940,1,0,0,0,0,18,285,6,136,0 +14-01 22:44:55,20.824,4.265,73.509,1.254,0.251,4445612,328784,210380,2939664,9081.056,4385.481,0,2247.935,0,240.850,5619,10490,0.980,1.030,0.940,2,0,1.004,0,0,18,284,6,139,0 +14-01 22:44:56,11.210,1.744,82.952,1.495,0,4445652,328532,210380,2939876,5419.511,1614.195,0,2463.143,0,258.072,3629,6301,0.980,1.030,0.940,3,0,0,0,0,18,284,6,136,0 +14-01 22:44:57,4.500,2.000,92.244,0.750,0,4445620,328532,210380,2939908,11913.178,4259.706,0,987.932,0,83.994,1905,3171,0.980,1.030,0.940,3,0,0,0,0,18,285,6,136,0 +14-01 22:44:58,9.496,2.249,85.210,1.249,0.250,4446384,327536,210380,2940124,10085.280,4409.936,0,1815.151,0,186.913,2959,5215,0.980,1.030,0.940,0,0,0,0,0,18,284,6,137,0 +14-01 22:44:59,14.769,2.253,81.104,1.252,0,4446304,327536,210380,2940204,10916.038,4247.462,0,1938.493,0,209.269,3578,6298,0.900,1.010,0.930,0,0,0,0,0,18,284,6,139,0 +14-01 22:45:00,12.495,1.999,81.968,2.249,0.250,4447616,326024,210380,2940404,26471.703,10268.006,0,7808.962,0,574.776,4624,7470,0.900,1.010,0.930,1,0,0,0,0,18,286,6,133,0 +14-01 22:45:01,8.494,1.499,87.191,0.500,0,4447960,325520,210380,2940564,74487.274,17368.172,0,1051.284,0,91.937,2651,4104,0.900,1.010,0.930,1,0,0.999,0,0,18,288,6,134,0 +14-01 22:45:02,11.032,0.752,86.500,0.752,0,4447884,325520,210380,2940640,27558.506,11396.880,0,1664.803,0,214.619,3182,5189,0.900,1.010,0.930,2,0,0,0,0,18,287,6,127,0 +14-01 22:45:03,6.487,1.497,90.320,0.499,0,4447736,325520,210380,2940788,27821.579,12690.720,0,886.235,0,86.827,2305,3745,0.900,1.010,0.930,0,0,0,0,0,18,287,6,127,0 +14-01 22:45:04,25.332,5.016,62.953,5.267,0.251,4449208,323896,210380,2940940,6944.417,1910.166,0,10582.159,0,1297.187,7533,12961,0.990,1.030,0.940,1,0,0,0,0,18,288,6,130,0 +14-01 22:45:05,25.247,3.750,68.993,1.250,0.250,4449580,323140,210380,2941324,4765.504,1693.824,0,2323.758,0,259.973,5220,11717,0.990,1.030,0.940,2,0,1.000,0,0,18,288,6,131,0 +14-01 22:45:06,26.400,3.736,66.498,1.992,0,4450280,322132,210380,2941632,5781.118,1613.891,0,2980.718,0,348.680,6125,12606,0.990,1.030,0.940,1,0,0,0,0,18,287,6,128,0 +14-01 22:45:07,24.601,5.272,65.770,3.012,0.251,4450772,321376,210380,2941896,5327.876,1572.457,0,8261.923,0,660.713,7272,13888,0.990,1.030,0.940,1,0,0,0,0,18,288,6,131,0 +14-01 22:45:08,11.694,1.742,84.348,1.244,0,4451040,320872,210380,2942132,10125.791,4349.293,0,3559.055,0,251.801,3317,6009,0.990,1.030,0.940,0,0,0,0,0,18,286,6,131,0 +14-01 22:45:09,8.502,1.750,87.517,1.000,0.250,4451204,320620,210380,2942220,10060.982,4362.859,0,1444.285,0,165.033,2607,4522,0.910,1.010,0.930,0,0,0,0,0,18,286,6,131,0 +14-01 22:45:10,14.259,2.251,80.051,1.251,0,4451464,320116,210380,2942464,10781.825,3800.406,0,2013.274,0,230.146,3931,6910,0.910,1.010,0.930,1,0,0,0,0,18,286,6,127,0 +14-01 22:45:11,6.002,1.250,90.531,0.500,0,4451460,320116,210380,2942468,16598.627,3733.266,0,1008.342,0,87.030,2103,3399,0.910,1.010,0.930,3,0,0,0,0,18,287,6,128,0 +14-01 22:45:12,6.494,1.499,90.411,0.749,0.500,4451408,320116,210380,2942520,35867.850,10833.383,0,1186.837,0,120.882,2394,3811,0.910,1.010,0.930,2,0,0,0,0,18,287,6,116,0 +14-01 22:45:13,26.022,4.254,66.056,1.751,0,4451424,319864,210380,2942756,7789.590,1695.434,0,3474.940,0,374.317,6398,12158,0.910,1.010,0.930,2,0,0,0,0,18,286,6,118,0 +14-01 22:45:14,26.777,4.254,65.565,1.752,0,4452580,318352,210384,2943108,6579.547,1663.655,0,3111.096,0,367.366,7052,13195,0.910,1.010,0.930,2,0,0,0,0,18,287,6,115,0 +14-01 22:45:15,22.207,3.493,70.613,2.495,0,4453896,316588,210384,2943556,15792.394,4128.000,0,8886.777,0,602.832,6575,12664,0.910,1.010,0.930,1,0,0.998,0,0,18,287,6,116,0 +14-01 22:45:16,9.251,2.250,87.259,0.750,0,4453884,316588,210384,2943568,18016.856,3832.395,0,1152.119,0,122.013,2845,4729,0.910,1.010,0.930,0,0,0,0,0,18,287,6,116,0 +14-01 22:45:17,10.042,3.012,84.098,0.502,0.251,4453980,316336,210384,2943720,34866.417,10780.653,0,1040.309,0,102.424,4035,7085,0.910,1.010,0.930,1,0,0,0,0,18,287,6,103,0 +14-01 22:45:18,30.621,7.469,59.499,1.743,0.249,4453876,316124,210384,2944036,14782.735,1760.584,0,4289.931,0,492.924,8250,15571,0.910,1.010,0.930,1,0,33.857,0,0,18,287,6,110,0 +14-01 22:45:19,21.264,3.002,72.047,1.501,0.500,4454360,315368,210384,2944308,11248.289,4368.831,0,3718.410,0,322.209,5753,10416,0.840,0.990,0.930,3,0,0,0,0,18,286,6,111,0 +14-01 22:45:20,8.761,1.502,86.363,1.502,0,4454684,314864,210384,2944488,13104.166,4290.621,0,1998.618,0,220.289,3064,5306,0.840,0.990,0.930,0,0,0,0,0,18,286,6,112,0 +14-01 22:45:21,5.504,1.251,91.566,0.500,0,4454664,314864,210384,2944508,5700.087,1621.162,0,1376.987,0,126.090,2075,3395,0.840,0.990,0.930,1,0,0,0,0,18,287,6,110,0 +14-01 22:45:22,4.494,1.997,89.627,2.247,0,4454496,314864,210384,2944676,47884.111,4279.112,0,5788.036,0,391.461,3065,4833,0.840,0.990,0.930,0,0,0,0,0,18,286,6,110,0 +14-01 22:45:23,11.979,2.995,82.605,1.497,0,4454680,314612,210384,2944744,29875.539,13950.503,0,1984.515,0,237.583,3713,6448,0.840,0.990,0.930,1,0,0,0,0,18,288,6,104,0 +14-01 22:45:24,16.063,2.761,77.052,2.008,0,4454912,314108,210384,2945016,39263.029,17102.092,0,5095.992,0,883.466,5259,6859,0.850,0.990,0.930,0,1,0,0,0,18,286,6,106,0 +14-01 22:45:25,8.473,1.246,87.717,1.246,0,4454860,314108,210384,2945068,10642.635,4508.442,0,6168.083,0,457.523,3184,4295,0.850,0.990,0.930,0,0,0.997,0,0,18,286,6,107,0 +14-01 22:45:26,11.253,2.001,84.023,1.250,0.500,4455820,312848,210384,2945368,9450.589,4154.138,0,1448.397,0,175.048,3168,5427,0.850,0.990,0.930,1,0,0,0,0,18,287,6,108,0 +14-01 22:45:27,4.764,1.755,90.774,0.251,0.251,4455588,312848,210384,2945596,7111.462,1873.655,0,982.967,0,81.245,2037,3321,0.850,0.990,0.930,1,0,0,0,0,18,287,6,104,0 +14-01 22:45:28,7.735,1.747,88.584,1.248,0.250,4455608,312596,210384,2945828,33318.528,14788.272,0,1273.612,0,126.762,2635,4251,0.850,0.990,0.930,1,0,0,0,0,18,288,6,104,0 +14-01 22:45:29,4.743,1.747,92.858,0.250,0,4455604,312596,210384,2945832,18107.404,6513.074,0,774.819,0,60.907,1567,2346,0.790,0.980,0.920,0,0,0,0,0,18,287,6,97,0 +14-01 22:45:30,4.752,1.751,92.530,0.750,0,4455816,312372,210384,2945844,33996.879,3938.260,0,2676.857,0,387.124,2005,2858,0.790,0.980,0.920,0,0,0,0,0,18,287,6,97,0 +14-01 22:45:31,6.252,1.000,90.525,0.750,0,4455808,312372,210384,2945852,46523.608,15451.187,0,728.197,0,65.018,1924,2934,0.790,0.980,0.920,0,1,0,0,0,18,286,6,96,0 +14-01 22:45:32,8.753,0.750,89.533,0.500,0.250,4455764,312372,210384,2945896,18582.783,8187.989,0,1100.402,0,144.053,2632,4371,0.790,0.980,0.920,0,0,0,0,0,18,287,6,96,0 +14-01 22:45:33,10.997,2.249,84.225,1.000,0,4455588,312372,210384,2946072,47353.936,21727.547,0,1519.549,0,183.945,3417,5395,0.790,0.980,0.920,0,0,0,0,0,18,288,6,96,0 +14-01 22:45:34,17.818,3.262,76.291,2.259,0,4455708,312120,210384,2946204,18049.770,6855.118,0,6926.390,0,504.924,5042,8921,0.800,0.980,0.930,1,0,0,0,0,18,288,6,98,0 +14-01 22:45:35,25.649,3.984,66.986,1.245,0.249,4456416,311112,210384,2946504,7745.421,4336.878,0,2454.310,0,307.785,6343,11511,0.800,0.980,0.930,1,0,0.996,0,0,18,287,6,98,0 +14-01 22:45:36,8.032,2.259,89.110,1.004,0.251,4456264,311112,210384,2946656,7184.991,1801.268,0,1714.920,0,159.644,2715,4596,0.800,0.980,0.930,2,0,0,0,0,18,287,6,98,0 +14-01 22:45:37,12.943,1.493,81.890,1.493,0,4456388,310860,210384,2946784,18680.953,8149.209,0,2138.607,0,210.077,3689,6427,0.800,0.980,0.930,0,0,0,0,0,18,287,6,94,0 +14-01 22:45:38,19.775,2.253,74.593,1.502,0.501,4456640,310356,210384,2947036,16584.615,6336.877,16.020,2667.315,1.001,297.370,5232,9361,0.800,0.980,0.930,3,0,0,0,0,18,287,6,96,0 +14-01 22:45:39,24.982,3.747,68.950,0.999,0,4457364,309348,210384,2947320,6317.439,1618.831,0,2298.341,0,218.842,6021,11917,0.900,1,0.930,1,0,0,0,0,18,287,6,96,0 +14-01 22:45:40,16.488,2.998,76.446,3.248,0,4457624,308844,210384,2947564,11940.510,4361.899,0,8637.858,0,657.532,5285,10032,0.900,1,0.930,0,0,0,0,0,18,286,6,97,0 +14-01 22:45:41,11.506,1.251,84.042,1.251,0,4458328,308088,210384,2947616,5302.630,1690.839,0,1620.804,0,170.084,3161,5698,0.900,1,0.930,0,0,0,0,0,18,287,6,90,0 +14-01 22:45:42,11.494,2.249,83.953,0.999,0,4458204,308088,210384,2947740,18399.659,8122.435,0,1567.119,0,198.888,3584,6111,0.900,1,0.930,0,0,0,0,0,18,287,6,92,0 +14-01 22:45:43,10.761,2.252,84.589,0.751,0.250,4458352,307836,210388,2947840,19067.078,9030.509,0,1297.366,0,142.150,3095,5189,0.900,1,0.930,0,0,0,0,0,18,287,5,91,0 +14-01 22:45:44,7.777,1.254,89.315,1.254,0.251,4458336,307836,210388,2947856,6816.068,1800.357,0,1144.040,0,113.400,2370,4066,0.830,0.980,0.930,3,0,0,0,0,18,287,5,92,0 +14-01 22:45:45,7.968,1.743,88.392,0.498,0.249,4458200,307836,210388,2947992,20321.738,7990.654,0,1250.936,0,136.448,2632,4444,0.830,0.980,0.930,0,0,0.996,0,0,18,287,5,93,0 +14-01 22:45:46,23.567,4.011,67.942,2.256,0.251,4458296,307332,210388,2948400,18092.201,6557.558,0,3152.923,0,395.118,6305,11863,0.830,0.980,0.930,5,0,0,0,0,18,288,5,96,0 +14-01 22:45:47,28.251,2.500,64.751,3.250,0,4458364,306576,210388,2949088,5070.117,1662.038,0,9024.208,0,808.019,7464,14677,0.830,0.980,0.930,2,0,0,0,0,18,287,5,94,0 +14-01 22:45:48,24.767,4.253,68.046,1.251,0,4459080,305316,210388,2949632,5318.563,1621.086,0,2833.899,0,245.164,6660,12689,0.830,0.980,0.930,1,0,0,0,0,18,288,5,96,0 +14-01 22:45:49,12.204,1.245,83.190,1.245,0,4459176,305064,210388,2949788,9390.953,4353.752,15.941,2582.363,0.996,237.115,3761,6519,0.760,0.960,0.920,0,0,0,0,0,18,286,5,94,0 +14-01 22:45:50,10.256,2.752,82.048,2.752,0,4458988,305064,210388,2949976,5365.117,1620.942,0,10554.132,0,1113.647,5104,6241,0.760,0.960,0.920,0,0,0,0,0,18,287,5,94,0 +14-01 22:45:51,10.741,1.998,83.429,1.249,0,4459624,304308,210388,2950096,18040.683,8251.994,0,2018.286,0,246.790,3784,6347,0.760,0.960,0.920,2,0,0,0,0,18,287,5,86,0 +14-01 22:45:52,12.800,2.259,83.576,1.255,0.251,4459608,304056,210388,2950364,61478.829,9240.045,16.063,1493.827,1.004,146.572,2956,4968,0.760,0.960,0.920,1,0,0,0,0,18,286,5,88,0 +14-01 22:45:53,9.969,2.243,85.234,0.997,0.498,4459568,304056,210388,2950404,5399.160,1614.963,0,1523.249,0,143.552,2619,4520,0.760,0.960,0.920,3,0,0,0,0,18,287,5,75,0 +14-01 22:45:54,5.750,1.250,89.500,1.500,0.250,4459776,303804,210388,2950444,31207.938,13087.974,0,5659.989,0,382.999,2948,5275,0.700,0.950,0.910,1,0,0,0,0,18,286,5,75,0 +14-01 22:45:55,25.520,4.503,67.051,2.502,0,4460280,303048,210388,2950696,6822.239,1621.245,0,3010.312,0,389.299,6900,12485,0.700,0.950,0.910,1,0,1.001,0,0,18,288,5,69,0 +14-01 22:45:56,26.993,5.499,64.734,2.000,0,4460464,302544,210388,2951016,5238.690,1709.573,0,3359.160,0,440.890,6462,12587,0.700,0.950,0.910,1,0,0,0,0,18,287,5,74,0 +14-01 22:45:57,25.270,4.253,67.805,1.251,0,4461968,300528,210388,2951528,5129.160,1621.315,0,2309.873,0,222.180,7140,13602,0.700,0.950,0.910,1,0,0,0,0,18,288,5,73,0 +14-01 22:45:58,8.723,1.495,85.490,1.495,0,4461860,300276,210388,2951888,12595.634,4430.505,0,2225.222,0,231.295,3226,5573,0.700,0.950,0.910,0,0,0,0,0,18,286,5,75,0 +14-01 22:45:59,10.991,2.498,84.928,1.249,0,4461800,300276,210388,2951948,6489.471,1510.713,0,1810.457,0,181.845,2825,5141,0.640,0.930,0.910,0,0,0,0,0,18,287,5,76,0 +14-01 22:46:00,14.527,3.757,75.893,5.761,0,4461968,300024,210388,2952032,40359.198,12326.272,0,12299.221,0,1172.213,5660,7868,0.640,0.930,0.910,0,0,0,0,0,18,287,6,73,0 +14-01 22:46:01,13.004,3.001,81.524,1.000,0.500,4461976,299772,210388,2952276,37596.016,5327.561,0,2292.672,0,217.064,3556,6050,0.640,0.930,0.910,0,0,0,0,0,18,286,6,75,0 +14-01 22:46:02,12.759,2.001,84.308,0.751,0.500,4462036,299520,210388,2952468,11157.654,3834.631,0,1316.903,0,123.084,2891,5009,0.640,0.930,0.910,1,1,0,0,0,18,286,6,74,0 +14-01 22:46:03,11.016,2.504,84.624,0.250,0,4462980,298512,210388,2952532,26416.700,10619.558,0,1490.183,0,146.214,2897,5290,0.640,0.930,0.910,1,0,0,0,0,18,287,6,74,0 +14-01 22:46:04,28.053,4.508,63.369,3.006,0,4462948,298260,210388,2952816,5121.629,1697.191,0,5682.683,0,642.207,7433,14643,0.750,0.950,0.920,3,0,0,0,0,18,288,6,77,0 +14-01 22:46:05,25.975,4.995,65.686,2.997,0,4463672,297252,210388,2953100,5491.651,1618.424,0,8092.118,0,660.357,7014,14195,0.750,0.950,0.920,1,0,0.999,0,0,18,287,6,80,0 +14-01 22:46:06,14.708,2.992,78.777,1.994,0,4463688,297000,210388,2953336,13912.600,4283.868,0,3418.319,0,310.122,4568,8045,0.750,0.950,0.920,0,0,0,0,0,18,286,6,75,0 +14-01 22:46:07,11.002,2.250,84.266,0.750,0.250,4463868,296748,210388,2953408,19489.742,9054.739,0,1292.248,0,133.026,2958,4913,0.750,0.950,0.920,2,0,0,0,0,18,286,6,76,0 +14-01 22:46:08,10.243,1.749,85.443,0.999,0,4463948,296496,210388,2953580,15819.512,6203.887,0,1459.033,0,165.890,3028,5113,0.750,0.950,0.920,1,0,0,0,0,18,287,6,70,0 +14-01 22:46:09,10.008,1.501,86.568,0.751,0.250,4464160,296244,210388,2953620,23988.879,10662.391,16.013,1048.825,1.001,90.071,2519,3934,0.690,0.930,0.910,1,0,0,0,0,18,286,6,70,0 +14-01 22:46:10,6.507,3.253,88.589,0.751,0.250,4464052,296244,210388,2953728,24817.892,10440.472,0,1257.261,0,132.133,2610,4648,0.690,0.930,0.910,1,1,0,0,0,18,288,6,70,0 +14-01 22:46:11,27.820,3.509,65.916,1.754,0,4464712,295236,210388,2954076,15449.903,1864.695,0,3304.320,0,362.914,6535,12357,0.690,0.930,0.910,4,0,0,0,0,18,286,6,72,0 +14-01 22:46:12,9.464,2.740,84.180,1.494,0.498,4464960,294732,210388,2954332,20679.418,4394.302,0,2693.764,0,270.970,3541,6129,0.690,0.930,0.910,1,0,0,0,0,18,286,6,73,0 +14-01 22:46:13,12.003,2.501,84.518,1.250,0,4465412,294228,210388,2954384,20406.285,7946.669,0,1652.347,0,160.034,2916,4700,0.690,0.930,0.910,0,0,0,0,0,18,287,6,73,0 +14-01 22:46:14,19.244,2.999,74.226,2.249,0,4465452,293976,210388,2954596,24219.056,6446.885,0,6733.791,0,517.830,5703,9846,0.720,0.930,0.910,1,1,0,0,0,18,288,6,72,0 +14-01 22:46:15,24.754,4.251,68.511,1.000,0,4466420,292716,210388,2954888,16765.766,4173.689,0,2764.456,0,296.049,6051,10985,0.720,0.930,0.910,1,0,1.000,0,0,18,287,6,75,0 +14-01 22:46:16,8.274,1.755,85.502,3.260,0,4466388,292716,210388,2954920,6511.228,1947.752,0,8970.490,0,986.914,4070,4751,0.720,0.930,0.910,2,0,0,0,0,18,287,6,73,0 +14-01 22:46:17,10.465,1.246,84.221,1.495,0.498,4466424,292464,210388,2955132,21300.559,4281.840,0,1853.869,0,200.337,3416,5718,0.720,0.930,0.910,1,0,0,0,0,18,286,6,74,0 +14-01 22:46:18,15.043,4.011,79.727,0.752,0.501,4472816,286024,210388,2955268,29210.044,9963.326,0,1367.889,0,138.393,3593,6217,0.720,0.930,0.910,1,0,34.097,0,0,18,287,6,74,0 +14-01 22:46:19,13.467,1.746,82.047,0.748,0,4472776,285848,210396,2955388,24727.774,11104.505,0,1843.436,0,156.612,4112,7715,0.820,0.950,0.920,0,0,0,0,0,18,287,6,74,0 +14-01 22:46:20,13.498,3.250,80.989,1.000,0,4472852,285596,210396,2955564,20969.043,8904.744,0,1539.783,0,167.976,3205,5529,0.820,0.950,0.920,0,0,0,0,0,18,287,6,69,0 +14-01 22:46:21,10.791,2.259,84.572,1.004,0,4473572,284840,210396,2955600,6382.329,1800.865,0,1726.582,0,180.689,3155,5389,0.820,0.950,0.920,4,0,0,0,0,18,286,6,70,0 +14-01 22:46:22,6.725,0.747,90.666,0.747,0,4473372,284840,210396,2955800,56713.239,8859.389,0,1299.218,0,106.608,2129,3429,0.820,0.950,0.920,2,0,0,0,0,18,287,6,69,0 +14-01 22:46:23,16.246,2.749,75.982,2.499,0.250,4473372,284588,210400,2956048,19385.289,8588.913,0,7230.243,0,536.870,4767,7926,0.820,0.950,0.920,0,0,0,0,0,18,287,6,71,0 +14-01 22:46:24,10.499,1.500,84.994,0.750,0.250,4473540,284364,210400,2956104,32265.806,13013.115,0,1483.899,0,146.990,2967,4888,0.750,0.940,0.910,0,0,0,0,0,18,287,6,68,0 +14-01 22:46:25,11.002,1.250,85.263,1.500,0.250,4473992,283860,210400,2956152,33280.892,12883.894,0,1528.225,0,181.027,3220,5281,0.750,0.940,0.910,1,0,1.000,0,0,18,287,6,68,0 +14-01 22:46:26,7.496,2.249,87.957,0.750,0,4473828,283860,210400,2956316,24742.802,10589.779,0,1135.440,0,115.943,2586,4262,0.750,0.940,0.910,0,0,0,0,0,18,288,6,68,0 +14-01 22:46:27,3.751,1.000,93.533,0.250,0.250,4473824,283860,210400,2956320,14548.208,6004.149,0,628.225,0,42.015,1495,2349,0.750,0.940,0.910,0,0,0,0,0,18,288,6,68,0 +14-01 22:46:28,10.255,1.251,85.538,0.500,0,4473752,283860,210400,2956392,26699.748,10782.744,0,1180.519,0,134.059,3026,5123,0.750,0.940,0.910,1,0,0,0,0,18,288,6,67,0 +14-01 22:46:29,26.756,4.501,65.514,2.000,0,4474216,283104,210400,2956684,7291.575,1860.402,0,3104.671,0,350.076,6644,12956,0.770,0.940,0.910,2,0,0,0,0,18,286,6,69,0 +14-01 22:46:30,28.250,2.750,66.749,1.750,0.250,4474408,282600,210400,2956996,10437.885,1565.983,0,2603.971,0,294.997,5585,11648,0.770,0.940,0.910,1,0,0,0,0,18,288,6,71,0 +14-01 22:46:31,10.993,3.498,78.201,5.746,0,4475596,281200,210400,2957208,43977.206,4361.244,0,12552.067,0,1230.222,4834,7726,0.770,0.940,0.910,0,0,0,0,0,18,286,6,72,0 +14-01 22:46:32,12.003,1.751,82.774,1.250,0.500,4475452,281200,210400,2957352,9970.852,4513.291,0,2408.689,0,225.064,3167,5991,0.770,0.940,0.910,0,0,0,0,0,18,286,6,73,0 +14-01 22:46:33,12.542,1.756,83.781,0.753,0,4475580,280696,210400,2957728,29900.436,13335.795,0,1577.298,0,180.607,2903,5599,0.770,0.940,0.910,2,0,0,0,0,18,287,6,74,0 +14-01 22:46:34,10.259,1.001,87.073,0.500,0,4477420,278680,210400,2957904,6884.735,1753.461,0,760.634,0,46.038,1853,3254,0.710,0.920,0.910,1,0,0,0,0,18,287,6,73,0 +14-01 22:46:35,26.486,2.998,69.463,0,0,4483616,272380,210400,2958008,5038.284,1693.087,0,823.556,0,75.959,2353,3703,0.710,0.920,0.910,1,0,0.999,0,0,18,287,6,77,0 +14-01 22:46:36,14.442,2.490,79.682,1.245,0.249,4486108,269608,210400,2958288,25267.285,11885.624,0,5864.624,0,605.586,3669,5406,0.710,0.920,0.910,0,0,0,0,0,18,287,6,74,0 +14-01 22:46:37,9.247,1.749,87.723,0.750,0,4485940,269608,210400,2958456,23036.928,9215.171,0,1319.595,0,131.959,2408,4099,0.710,0.920,0.910,1,0,0,0,0,18,287,6,75,0 +14-01 22:46:38,10.242,1.998,85.185,0.999,0.250,4485844,269608,210400,2958552,27207.377,12269.700,0,1418.924,0,146.889,2954,4954,0.710,0.920,0.910,0,0,0,0,0,18,287,6,73,0 +14-01 22:46:39,10.030,3.009,84.756,0.752,0.502,4485796,269608,210400,2958600,18928.201,7093.436,0,1315.977,0,127.385,3310,5966,0.650,0.910,0.900,1,0,0,0,0,18,288,6,74,0 +14-01 22:46:40,27.569,3.509,65.413,2.256,0,4486236,268852,210400,2958916,5365.392,1698.239,0,3552.868,0,426.063,6749,12990,0.650,0.910,0.900,1,0,0,0,0,18,286,6,77,0 +14-01 22:46:41,5.724,1.493,90.840,0.996,0,4486072,268852,210400,2959080,8991.377,4237.853,0,2265.763,0,167.244,2357,3908,0.650,0.910,0.900,1,0,0,0,0,18,286,6,77,0 +14-01 22:46:42,26.261,3.001,68.528,1.501,0,4487000,267844,210400,2959160,5272.162,1694.695,0,5178.123,0,342.140,5245,10165,0.650,0.910,0.900,2,0,2.001,0,0,18,291,6,81,0 +14-01 22:46:43,23.844,3.765,68.772,1.004,0,4487268,267088,210400,2959648,5093.179,1626.444,112.446,2465.769,6.024,179.712,5138,9678,0.650,0.910,0.900,1,0,1.004,0,0,18,293,6,99,0 +14-01 22:46:44,27.219,3.496,68.173,0.749,0.250,4487700,266332,210400,2959972,5261.071,1692.093,0,1354.474,0,120.864,5148,10203,0.840,0.940,0.910,1,0,0,0,0,18,290,6,121,0 +14-01 22:46:45,7.225,1.495,87.948,0.498,0,4487728,266080,210400,2960196,20092.981,8025.433,0,1231.769,0,130.552,2480,4315,0.840,0.940,0.910,2,0,0.997,0,0,18,290,6,121,0 +14-01 22:46:46,25.010,2.751,67.526,2.251,0.250,4487948,265576,210400,2960480,16342.374,6397.495,0,3237.263,0,372.145,5799,12132,0.840,0.940,0.910,2,0,0,0,0,18,290,6,123,0 +14-01 22:46:47,14.993,2.749,79.965,1.499,0.250,4487964,265324,210400,2960716,10791.317,4370.103,0,2954.718,0,282.877,4143,8177,0.840,0.940,0.910,1,0,0,0,0,18,289,6,120,0 +14-01 22:46:48,7.750,1.750,87.997,0.750,0,4488128,265072,210400,2960800,9779.619,4330.831,15.999,2171.915,1.000,201.992,2714,4621,0.840,0.940,0.910,0,0,0,0,0,18,289,6,121,0 +14-01 22:46:49,8.254,1.501,88.293,1.000,0.250,4488064,265072,210400,2960864,11049.359,4293.082,0,1756.852,0,161.078,2627,4396,0.770,0.930,0.910,0,0,0,0,0,18,289,6,115,0 +14-01 22:46:50,9.505,1.501,85.547,2.501,0,4487924,265072,210400,2961004,9491.201,4294.353,0,6651.645,0,468.257,3699,6332,0.770,0.930,0.910,0,0,0,0,0,18,289,6,116,0 +14-01 22:46:51,6.499,1.500,90.493,0,0.250,4488132,264820,210400,2961048,6844.446,1619.869,0,827.933,0,54.996,1862,3275,0.770,0.930,0.910,3,0,0,0,0,18,290,6,119,0 +14-01 22:46:52,10.242,1.249,85.432,0.749,0,4489340,263308,210400,2961352,47460.222,3922.877,0,1075.144,0,95.924,2311,4288,0.770,0.930,0.910,0,0,0,0,0,18,289,6,120,0 +14-01 22:46:53,5.249,1.750,90.991,0.250,0,4489284,262552,210400,2962148,9098.090,3831.617,0,1007.899,0,92.991,1923,3484,0.770,0.930,0.910,0,0,0,0,0,18,289,6,118,0 +14-01 22:46:54,5.751,1.000,90.269,0.750,0,4489376,262300,210400,2962308,8764.841,3670.771,0,1152.242,0,123.026,2106,3909,0.710,0.910,0.900,0,0,0,0,0,18,289,6,118,0 +14-01 22:46:55,7.751,1.750,88.516,1.000,0,4489460,262048,210400,2962476,17904.151,8054.418,0,1148.202,0,128.023,2330,4132,0.710,0.910,0.900,0,0,1.000,0,0,18,290,6,117,0 +14-01 22:46:56,15.258,3.752,79.043,1.001,0.500,4489660,261796,210404,2962520,16432.021,6526.583,0,2005.101,0,243.133,4033,7932,0.710,0.910,0.900,1,0,0,0,0,18,291,6,118,0 +14-01 22:46:57,26.732,4.247,63.708,4.247,0.250,4491576,259528,210404,2962868,5225.515,1692.871,0,10904.727,0,1300.133,7834,11700,0.710,0.910,0.900,1,0,0,0,0,18,289,6,114,0 +14-01 22:46:58,4.743,0.749,91.620,0.499,0.250,4491428,259528,210404,2963016,12046.845,4369.777,0,1753.503,0,122.825,2046,3375,0.710,0.910,0.900,2,0,0,0,0,18,290,6,114,0 +14-01 22:46:59,5.754,1.501,90.056,1.251,0,4491388,259528,210404,2963056,12218.588,4298.669,0,1653.027,0,168.104,2516,4245,0.660,0.890,0.900,2,0,0,0,0,18,289,6,112,0 +14-01 22:47:00,7.753,2.001,85.536,2.251,0,4491580,259276,210404,2963116,9828.088,3899.622,0,5502.289,0,392.163,3412,5725,0.660,0.890,0.900,0,0,0,0,0,18,289,6,112,0 +14-01 22:47:01,10.250,1.750,85.749,1.250,0,4491664,259024,210404,2963284,57776.018,7932.865,0,1611.973,0,150.997,2944,4817,0.660,0.890,0.900,0,0,0,0,0,18,290,6,112,0 +14-01 22:47:02,18.548,2.757,76.448,1.003,0,4491812,258772,210404,2963388,16703.178,6465.714,0,1912.945,0,221.573,4059,7595,0.660,0.890,0.900,1,0,1.003,0,0,18,293,6,113,0 +14-01 22:47:03,18.455,2.743,76.313,1.496,0.249,4332500,416224,210408,2965292,7404.858,279750.611,1819.542,2469.949,20.949,197.516,3055,4804,0.660,0.890,0.900,0,0,13.966,0,0,18,291,6,112,0 +14-01 22:47:04,2.251,1.250,95.285,0.250,0.250,4332500,416224,210408,2965292,7167.609,1694.617,0,792.288,0,51.019,1301,2120,0.600,0.880,0.890,0,0,0,0,0,18,291,6,112,0 +14-01 22:47:05,1.751,1.251,94.801,1.001,0.250,4332748,415976,210408,2965292,5248.845,1736.941,0,2705.466,0,206.112,1650,2475,0.600,0.880,0.890,0,0,1.001,0,0,18,291,6,106,0 +14-01 22:47:06,3.247,0.999,94.421,0.250,0.250,4332748,415976,210408,2965292,7000.155,1618.648,0,419.650,0,45.962,1532,2624,0.600,0.880,0.890,0,0,0,0,0,18,291,6,106,0 +14-01 22:47:07,1.000,0.500,95.777,0.750,0,4332972,415752,210408,2965292,5855.651,1620.457,0,3981.123,0,424.120,1825,1913,0.600,0.880,0.890,0,0,0,0,0,18,291,6,104,0 +14-01 22:47:08,2.249,0.500,96.227,0,0,4332972,415752,210408,2965292,6956.365,1457.657,0,55.987,0,3.999,1011,1651,0.600,0.880,0.890,0,0,0,0,0,18,291,6,104,0 +14-01 22:47:09,2.752,1.501,95.555,0,0,4332936,415752,210408,2965328,5925.419,1620.935,0,4.002,0,1.001,1074,1730,0.550,0.860,0.890,0,0,0,0,0,18,291,6,104,0 +14-01 22:47:10,2.499,0.500,94.953,0.250,0.250,4332932,415752,210408,2965332,5703.205,1619.207,0,315.845,0,32.984,1318,2179,0.550,0.860,0.890,0,0,0,0,0,18,291,6,104,0 +14-01 22:47:11,2.499,1.000,95.456,0.250,0.250,4332932,415752,210408,2965332,13690.689,1619.254,0,251.884,0,22.989,1399,2201,0.550,0.860,0.890,0,0,0,0,0,18,291,6,102,0 +14-01 22:47:12,3.502,1.251,94.312,0.500,0,4332920,415752,210408,2965344,15706.350,1695.117,0,540.356,0,58.038,1683,2727,0.550,0.860,0.890,0,0,0,0,0,18,291,6,102,0 +14-01 22:47:13,3.749,0.500,95.212,0.250,0,4332912,415752,210408,2965352,7282.109,1619.357,0,235.906,0,35.986,1334,2121,0.550,0.860,0.890,0,0,0,0,0,18,291,5,99,0 +14-01 22:47:14,2.251,1.250,95.037,0,0,4332908,415752,210408,2965356,5551.154,1620.629,0,72.028,0,5.002,1235,1977,0.510,0.850,0.880,0,0,0,0,0,18,291,5,99,0 +14-01 22:47:15,1.500,0.750,95.727,0,0.250,4332908,415752,210408,2965356,13252.872,1457.656,0,7.998,0,2.000,1197,1893,0.510,0.850,0.880,0,0,1.000,0,0,18,291,5,97,0 +14-01 22:47:16,2.500,1.000,94.759,0.500,0.250,4332908,415752,210408,2965356,13047.253,1620.156,0,412.040,0,44.004,1550,2641,0.510,0.850,0.880,0,0,0,0,0,18,291,5,97,0 +14-01 22:47:17,1.499,0.750,95.688,0,0,4332908,415752,210408,2965356,13958.969,1618.953,0,0,0,0,1106,1735,0.510,0.850,0.880,1,0,0,0,0,18,291,5,93,0 +14-01 22:47:18,2.503,1.502,95.133,0,0,4340720,407940,210408,2965356,17940.026,1622.263,0,0,0,0,1276,1858,0.510,0.850,0.880,1,0,12.017,0,0,18,291,5,93,0 +14-01 22:47:19,8.748,3.499,85.981,0,0.250,4332920,415660,210408,2965436,5501.773,1619.639,0,31.993,0,3.999,3104,6047,0.470,0.840,0.880,0,0,21.995,0,0,18,291,5,93,0 +14-01 22:47:20,5.750,1.750,91.507,0,0,4332876,415660,210408,2965480,7036.507,1620.117,0,232.017,0,23.002,1629,2901,0.470,0.840,0.880,1,0,0,0,0,18,293,5,93,0 +14-01 22:47:21,6.246,0.750,91.940,0.250,0,4332980,415408,210408,2965628,5329.525,1692.896,0,447.708,0,24.984,1762,3093,0.470,0.840,0.880,0,0,0,0,0,18,291,5,90,0 +14-01 22:47:22,1.501,1.000,95.536,0,0.750,4333196,415184,210408,2965636,43253.220,1532.575,0,384.144,0,35.013,1386,2232,0.470,0.840,0.880,1,0,0,0,0,18,291,5,90,0 +14-01 22:47:23,3.254,0.501,94.613,0,0,4333192,415184,210408,2965640,16745.961,6088.257,0,0,0,0,1271,1893,0.470,0.840,0.880,1,0,0,0,0,18,292,5,87,0 +14-01 22:47:24,3.496,0.749,95.140,0,0,4333188,415184,210408,2965644,13836.075,6275.777,0,0,0,0,1208,1870,0.430,0.820,0.870,0,0,0,0,0,18,291,5,87,0 +14-01 22:47:25,1.249,0.999,95.945,0.250,0,4333436,414936,210408,2965644,4894.171,1619.064,0,35.979,0,3.998,1099,1744,0.430,0.820,0.870,0,0,0.999,0,0,18,291,5,87,0 +14-01 22:47:26,2.750,0.500,94.759,0,0,4333436,414936,210408,2965644,4753.466,1662.163,0,396.039,0,45.004,1469,2550,0.430,0.820,0.870,0,0,0,0,0,18,291,5,87,0 +14-01 22:47:27,1.750,0.500,96.522,0.250,0,4333436,414936,210408,2965644,6203.445,1662.387,0,36.008,0,4.001,993,1699,0.430,0.820,0.870,2,0,0,0,0,18,291,5,87,0 +14-01 22:47:28,1.752,0.751,95.875,0,0.250,4333436,414936,210408,2965644,6035.883,1622.118,0,44.058,0,7.009,1151,1871,0.430,0.820,0.870,0,0,0,0,0,18,291,5,86,0 +14-01 22:47:29,2.496,0.250,96.097,0,0,4333436,414936,210408,2965644,5471.301,1583.482,0,0,0,0,1078,1825,0.400,0.810,0.870,0,0,0,0,0,18,291,5,86,0 +14-01 22:47:30,2.250,0.500,94.750,0,0.250,4333428,414936,210408,2965652,7892.024,1566.005,0,268.001,0,29.000,1355,2226,0.400,0.810,0.870,0,0,0,0,0,18,291,5,84,0 +14-01 22:47:31,3.250,1.250,95.264,0.750,0.250,4333932,414432,210408,2965652,43007.408,1846.275,0,608.091,0,40.006,1558,2554,0.400,0.810,0.870,0,0,0,0,0,18,291,6,84,0 +14-01 22:47:32,3.000,0.750,94.742,0.250,0,4333916,414432,210408,2965668,7109.374,1693.851,0,415.963,0,48.996,1533,2554,0.400,0.810,0.870,1,0,0,0,0,18,291,6,81,0 +14-01 22:47:33,3.502,1.251,92.795,0.500,0.250,4333912,414432,210408,2965672,24019.674,10272.993,0,2465.198,0,152.074,1823,2882,0.400,0.810,0.870,0,0,0,0,0,18,292,6,81,0 +14-01 22:47:34,2.751,1.001,94.051,0.250,0,4336428,411912,210412,2965672,112195.249,1346.723,124.067,344.185,2.001,21.011,1178,1903,0.360,0.790,0.860,1,0,3.002,0,0,18,291,6,79,0 +14-01 22:47:35,10.748,3.999,83.484,0.250,0,4340388,407616,210444,2965976,233433.648,8930.303,163.969,1135.784,8.998,49.991,1830,2524,0.360,0.790,0.860,0,0,30.994,0,0,18,291,6,79,0 +14-01 22:47:36,17.805,5.266,76.487,0.502,0,4347948,390044,210448,2975984,234309.955,4229.085,80.248,1063.290,2.006,96.298,2028,3067,0.360,0.790,0.860,2,0,29.090,0,0,18,291,6,74,0 diff --git a/new_logs/933675/dstat.service b/new_logs/933675/dstat.service index 916b176b25..429b7bc760 100755 --- a/new_logs/933675/dstat.service +++ b/new_logs/933675/dstat.service @@ -1,935 +1,948 @@ -Jan 03 20:26:36 ubuntu systemd[1]: Started Devstack devstack@dstat.service. -Jan 03 20:26:36 ubuntu dstat.sh[58200]: ----system---- ----total-usage---- ------memory-usage----- -net/total- -dsk/total- --io/total- ---system-- ---load-avg--- ---procs--- ---paging-- ----swap--- ------tcp-sockets------- -Jan 03 20:26:36 ubuntu dstat.sh[58200]: time |usr sys idl wai stl| used free buf cach| recv send| read writ| read writ| int csw | 1m 5m 15m |run blk new| in out | used free|lis act syn tim clo -Jan 03 20:26:36 ubuntu dstat.sh[58200]: 03-01 20:26:36| | 929M 1966M 161M 4577M| | | | |1.44 0.96 0.50|4.0 0 | | 0 0 | 9 3 0 16 1 -Jan 03 20:26:37 ubuntu dstat.sh[58200]: 03-01 20:26:37| 21 18 59 0 0| 936M 1958M 161M 4577M| 359k 13k| 0 2272k| 0 84.0 |3896 6451 |1.44 0.96 0.50|3.0 0 534| 0 0 | 0 0 | 9 4 0 16 1 -Jan 03 20:26:38 ubuntu dstat.sh[58200]: 03-01 20:26:38| 24 19 56 1 1| 947M 1947M 161M 4577M| 43k 16k| 0 2388k| 0 84.5 |4038 7254 |1.80 1.04 0.53|2.0 0 467| 0 0 | 0 0 | 9 5 0 16 1 -Jan 03 20:26:39 ubuntu dstat.sh[58200]: 03-01 20:26:39| 29 13 57 0 0|1089M 1804M 161M 4700M| 215k 14k| 0 1475k| 0 44.0 |4746 12k|1.80 1.04 0.53|2.0 0 130| 0 0 | 0 0 | 10 7 0 16 1 -Jan 03 20:26:40 ubuntu dstat.sh[58200]: 03-01 20:26:40| 31 10 57 1 0|1100M 1793M 161M 4700M| 65k 16k| 80k 1946k|1.00 78.1 |2396 3251 |1.80 1.04 0.53|1.0 0 190| 0 0 | 0 0 | 10 7 0 16 1 -Jan 03 20:26:41 ubuntu dstat.sh[58200]: 03-01 20:26:41| 30 7 61 1 0|1166M 1708M 161M 4718M|4987k 57k| 0 12M| 0 114 |3779 3535 |1.80 1.04 0.53|2.0 0 68| 0 0 | 0 0 | 10 6 0 18 2 -Jan 03 20:26:42 ubuntu dstat.sh[58200]: 03-01 20:26:42| 42 5 51 2 0|1233M 1622M 161M 4735M| 123k 2678B| 0 8614k| 0 515 |3930 5958 |1.80 1.04 0.53|5.0 1.0 10| 0 0 | 0 0 | 10 8 0 18 2 -Jan 03 20:26:43 ubuntu dstat.sh[58200]: 03-01 20:26:43| 31 8 45 16 0|1222M 1598M 163M 4764M|6279B 1620B| 0 40M| 0 2862 | 15k 24k|1.82 1.06 0.54|2.0 0 45| 0 0 | 0 0 | 10 8 0 18 2 -Jan 03 20:26:44 ubuntu dstat.sh[58200]: 03-01 20:26:44| 37 10 42 11 0|1154M 1636M 164M 4790M|5800B 1623B| 0 43M| 0 2928 | 12k 19k|1.82 1.06 0.54|2.0 0 90| 0 0 | 0 0 | 10 6 0 18 2 -Jan 03 20:26:45 ubuntu dstat.sh[58200]: 03-01 20:26:45| 41 5 53 0 0|1154M 1649M 164M 4777M| 12k 4359B| 0 1240k| 0 43.0 |1364 1464 |1.82 1.06 0.54|2.0 0 4.0| 0 0 | 0 0 | 10 4 0 18 0 -Jan 03 20:26:46 ubuntu dstat.sh[58200]: 03-01 20:26:46| 47 7 46 0 1|1133M 1669M 164M 4778M|6720B 1620B| 0 1288k| 0 46.0 |8894 17k|1.82 1.06 0.54|3.0 0 26| 0 0 | 0 0 | 10 4 0 18 0 -Jan 03 20:26:47 ubuntu dstat.sh[58200]: 03-01 20:26:47| 47 6 46 1 0|1189M 1613M 164M 4778M|5765B 1563B| 0 7761k| 0 380 | 10k 20k|1.82 1.06 0.54|2.0 0 15| 0 0 | 0 0 | 10 4 0 18 0 -Jan 03 20:26:48 ubuntu dstat.sh[58200]: 03-01 20:26:48| 38 14 47 0 0|1063M 1739M 164M 4779M|7356B 1623B| 0 481k| 0 28.0 |2640 4075 |1.75 1.06 0.54|2.0 0 332| 0 0 | 0 0 | 10 4 0 18 0 -Jan 03 20:26:49 ubuntu dstat.sh[58200]: 03-01 20:26:49| 29 20 50 0 0|1044M 1757M 164M 4779M|6168B 1511B| 0 44k| 0 11.0 |4206 7042 |1.75 1.06 0.54|1.0 0 486| 0 0 | 0 0 | 10 4 0 18 0 -Jan 03 20:26:50 ubuntu dstat.sh[58200]: 03-01 20:26:50| 38 12 49 0 0|1143M 1659M 164M 4779M|4860B 1617B| 0 4089B| 0 1.00 |3282 5449 |1.75 1.06 0.54|4.0 0 165| 0 0 | 0 0 | 10 5 0 18 0 -Jan 03 20:26:51 ubuntu dstat.sh[58200]: 03-01 20:26:51| 49 2 50 0 0|1202M 1599M 164M 4780M|5865B 1620B| 0 288k| 0 21.0 |1116 1158 |1.75 1.06 0.54|3.0 0 0| 0 0 | 0 0 | 10 5 0 18 0 -Jan 03 20:26:52 ubuntu dstat.sh[58200]: 03-01 20:26:52| 27 9 64 0 0|1230M 1568M 165M 4782M|5068B 1620B| 0 7179k| 0 437 |2157 5615 |1.75 1.06 0.54|1.0 0 119| 0 0 | 0 0 | 10 4 0 19 0 -Jan 03 20:26:53 ubuntu dstat.sh[58200]: 03-01 20:26:53| 1 1 98 0 0|1230M 1568M 165M 4782M|4872B 1662B| 0 1376k| 0 22.0 | 579 953 |1.61 1.04 0.54|1.0 0 0| 0 0 | 0 0 | 10 4 0 19 0 -Jan 03 20:26:54 ubuntu dstat.sh[58200]: 03-01 20:26:54| 16 3 80 0 1|1279M 1519M 165M 4782M|5127B 1619B| 0 632k| 0 41.0 |1574 2016 |1.61 1.04 0.54|1.0 0 23| 0 0 | 0 0 | 10 4 0 19 0 -Jan 03 20:26:55 ubuntu dstat.sh[58200]: 03-01 20:26:55| 24 2 74 0 0|1326M 1472M 165M 4782M|5017B 1620B| 0 0 | 0 0 | 927 1123 |1.61 1.04 0.54|1.0 0 0| 0 0 | 0 0 | 10 4 0 19 0 -Jan 03 20:26:56 ubuntu dstat.sh[58200]: 03-01 20:26:56| 21 6 71 1 0|1255M 1543M 165M 4782M|9548B 1458B| 0 3376k| 0 312 |3450 5877 |1.61 1.04 0.54|1.0 0 43| 0 0 | 0 0 | 10 4 0 21 0 -Jan 03 20:26:57 ubuntu dstat.sh[58200]: 03-01 20:26:57| 23 4 72 0 0|1305M 1493M 165M 4783M|5093B 1620B| 0 22M| 0 67.0 |1819 2655 |1.61 1.04 0.54|1.0 0 3.0| 0 0 | 0 0 | 10 16 0 21 0 -Jan 03 20:26:58 ubuntu dstat.sh[58200]: 03-01 20:26:58| 21 5 73 1 0|1290M 1507M 165M 4783M|5527B 1621B| 232k 876k|58.0 4.00 |1656 2220 |1.56 1.04 0.54|1.0 0 47| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:26:59 ubuntu dstat.sh[58200]: 03-01 20:26:59| 22 10 67 0 0|1285M 1513M 165M 4783M|6033B 1620B| 0 12k| 0 3.00 |1904 2887 |1.56 1.04 0.54|2.0 0 156| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:27:00 ubuntu dstat.sh[58200]: 03-01 20:27:00| 45 7 48 0 0|1374M 1423M 165M 4783M|7987B 1623B| 0 3459k| 0 139 |2584 4020 |1.56 1.04 0.54|2.0 0 5.0| 0 0 | 0 0 | 10 30 0 18 0 -Jan 03 20:27:01 ubuntu dstat.sh[58200]: 03-01 20:27:01| 56 18 26 0 0|1371M 1426M 165M 4783M|6365B 1620B| 0 456k| 0 27.0 |4873 13k|1.56 1.04 0.54|5.0 0 481| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:27:02 ubuntu dstat.sh[58200]: 03-01 20:27:02| 83 13 2 0 0|1550M 1246M 165M 4783M|9176B 1458B| 0 32M| 0 81.0 |4133 8035 |1.56 1.04 0.54|6.0 0 141| 0 0 | 0 0 | 10 31 0 21 0 -Jan 03 20:27:03 ubuntu dstat.sh[58200]: 03-01 20:27:03| 67 11 21 0 0|1393M 1403M 165M 4784M|5155B 1620B| 0 1408k| 0 42.0 |3669 8571 |1.84 1.11 0.57|2.0 0 202| 0 0 | 0 0 | 10 30 0 21 0 -Jan 03 20:27:04 ubuntu dstat.sh[58200]: 03-01 20:27:04| 24 9 66 0 0|1309M 1487M 165M 4784M|5339B 1619B| 0 204k| 0 21.0 |2753 4671 |1.84 1.11 0.57|1.0 0 112| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:27:05 ubuntu dstat.sh[58200]: 03-01 20:27:05| 23 4 73 0 0|1278M 1518M 165M 4784M|5011B 1618B| 0 288k| 0 24.0 |2083 3478 |1.84 1.11 0.57|1.0 0 29| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:27:06 ubuntu dstat.sh[58200]: 03-01 20:27:06| 22 5 72 0 0|1334M 1462M 165M 4784M|6297B 1619B| 0 955k| 0 64.9 |1632 2405 |1.84 1.11 0.57|2.0 0 41| 0 0 | 0 0 | 10 29 0 21 0 -Jan 03 20:27:07 ubuntu dstat.sh[58200]: 03-01 20:27:07| 16 15 70 0 0|1276M 1520M 165M 4784M| 41k 1623B| 0 529k| 0 32.1 |2949 4801 |1.84 1.11 0.57|2.0 0 287| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:27:08 ubuntu dstat.sh[58200]: 03-01 20:27:08| 30 26 42 0 1|1355M 1441M 165M 4784M|7379B 1621B| 0 2522k| 0 32.0 |3226 5443 |1.85 1.12 0.58|6.0 0 720| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:27:09 ubuntu dstat.sh[58200]: 03-01 20:27:09| 86 10 4 0 0|1544M 1252M 165M 4784M|5263B 1457B| 0 588k| 0 38.0 |3174 6239 |1.85 1.12 0.58|4.0 0 42| 0 0 | 0 0 | 10 32 0 20 0 -Jan 03 20:27:10 ubuntu dstat.sh[58200]: 03-01 20:27:10| 79 13 8 0 0|1398M 1397M 165M 4784M|5202B 1622B| 0 713k| 0 83.1 |4884 15k|1.85 1.12 0.58|5.0 0 115| 0 0 | 0 0 | 10 28 0 22 0 -Jan 03 20:27:11 ubuntu dstat.sh[58200]: 03-01 20:27:11| 83 16 1 0 0|1543M 1253M 165M 4784M|7917B 1619B| 0 204k| 0 13.0 |2822 7262 |1.85 1.12 0.58|6.0 0 206| 0 0 | 0 0 | 10 28 0 21 0 -Jan 03 20:27:12 ubuntu dstat.sh[58200]: 03-01 20:27:12| 80 12 6 0 0|1453M 1342M 165M 4785M|7373B 1663B| 0 7944k| 0 35.0 |3252 12k|1.85 1.12 0.58|3.0 0 152| 0 0 | 0 0 | 10 29 0 22 0 -Jan 03 20:27:13 ubuntu dstat.sh[58200]: 03-01 20:27:13| 47 8 45 0 0|1345M 1450M 165M 4785M|5298B 1620B| 0 1072k| 0 34.0 |3527 7825 |1.87 1.14 0.58|2.0 0 152| 0 0 | 0 0 | 10 28 0 23 0 -Jan 03 20:27:14 ubuntu dstat.sh[58200]: 03-01 20:27:14| 44 10 45 0 0|1342M 1453M 165M 4785M|4775B 1620B| 0 268k| 0 30.0 |4197 8672 |1.87 1.14 0.58|4.0 0 231| 0 0 | 0 0 | 10 29 0 24 0 -Jan 03 20:27:15 ubuntu dstat.sh[58200]: 03-01 20:27:15| 66 12 22 0 0|1453M 1342M 165M 4785M|4677B 1619B| 0 204k| 0 11.0 |2095 3307 |1.87 1.14 0.58|3.0 0 153| 0 0 | 0 0 | 10 28 0 24 0 -Jan 03 20:27:16 ubuntu dstat.sh[58200]: 03-01 20:27:16| 65 14 20 0 0|1385M 1409M 165M 4785M|5725B 1459B| 0 324k| 0 36.0 |4649 10k|1.87 1.14 0.58|4.0 0 266| 0 0 | 0 0 | 10 28 0 26 0 -Jan 03 20:27:17 ubuntu dstat.sh[58200]: 03-01 20:27:17| 75 10 15 0 1|1514M 1280M 165M 4785M|5298B 1620B| 0 56M| 0 166 |3610 7991 |1.87 1.14 0.58|3.0 0 0| 0 0 | 0 0 | 10 32 0 29 0 -Jan 03 20:27:18 ubuntu dstat.sh[58200]: 03-01 20:27:18| 65 14 20 0 0|1383M 1411M 165M 4785M|6834B 1620B| 0 1292k| 0 40.0 |4465 9400 |2.20 1.22 0.61|3.0 0 330| 0 0 | 0 0 | 10 28 0 31 0 -Jan 03 20:27:19 ubuntu dstat.sh[58200]: 03-01 20:27:19| 61 7 30 0 0|1397M 1397M 165M 4786M|5794B 1620B| 0 1132k| 0 32.0 |4409 10k|2.20 1.22 0.61|3.0 0 72| 0 0 | 0 0 | 10 28 0 34 0 -Jan 03 20:27:20 ubuntu dstat.sh[58200]: 03-01 20:27:20| 66 13 21 0 0|1451M 1343M 165M 4786M|5432B 1620B| 0 4044k| 0 111 |2333 3504 |2.20 1.22 0.61|3.0 0 234| 0 0 | 0 0 | 10 29 0 34 0 -Jan 03 20:27:21 ubuntu dstat.sh[58200]: 03-01 20:27:21| 61 13 24 0 0|1357M 1437M 165M 4786M|6278B 1620B| 0 1004k| 0 31.0 |4861 12k|2.20 1.22 0.61|3.0 0 293| 0 0 | 0 0 | 10 28 0 37 0 -Jan 03 20:27:22 ubuntu dstat.sh[58200]: 03-01 20:27:22| 62 7 30 0 0|1459M 1334M 165M 4786M|5092B 1714B| 0 720k| 0 36.0 |3810 7148 |2.20 1.22 0.61|5.0 0 0| 0 0 | 0 0 | 10 29 0 40 0 -Jan 03 20:27:23 ubuntu dstat.sh[58200]: 03-01 20:27:23| 65 11 24 0 0|1431M 1363M 165M 4787M|4610B 1617B| 0 228k| 0 12.0 |2216 3720 |2.26 1.25 0.63|3.0 0 118| 0 0 | 0 0 | 10 28 0 40 0 -Jan 03 20:27:24 ubuntu dstat.sh[58200]: 03-01 20:27:24| 60 16 24 0 0|1327M 1466M 165M 4787M|5313B 1461B| 0 533k| 0 55.1 |3785 9895 |2.26 1.25 0.63|6.0 0 368| 0 0 | 0 0 | 10 28 0 41 0 -Jan 03 20:27:25 ubuntu dstat.sh[58200]: 03-01 20:27:25| 84 14 2 0 0|1530M 1262M 165M 4787M|5237B 1620B| 0 400k| 0 28.0 |2336 4177 |2.26 1.25 0.63|6.0 0 169| 0 0 | 0 0 | 10 28 0 39 0 -Jan 03 20:27:26 ubuntu dstat.sh[58200]: 03-01 20:27:26| 78 18 3 0 0|1429M 1364M 165M 4787M|5900B 1620B| 0 428k| 0 35.0 |4780 9213 |2.26 1.25 0.63|6.0 0 369| 0 0 | 0 0 | 10 28 0 39 0 -Jan 03 20:27:27 ubuntu dstat.sh[58200]: 03-01 20:27:27| 82 15 3 0 0|1523M 1269M 165M 4787M|6146B 1620B| 0 4584k| 0 353 |5087 8379 |2.26 1.25 0.63|7.0 1.0 190| 0 0 | 0 0 | 10 30 0 37 0 -Jan 03 20:27:28 ubuntu dstat.sh[58200]: 03-01 20:27:28| 76 18 4 0 0|1376M 1417M 165M 4788M|7633B 1620B| 0 1596k| 0 56.0 |5736 12k|2.64 1.34 0.66|4.0 0 431| 0 0 | 0 0 | 10 28 0 39 0 -Jan 03 20:27:29 ubuntu dstat.sh[58200]: 03-01 20:27:29| 45 28 27 0 0|1279M 1513M 165M 4788M|8003B 1620B| 0 2108k| 0 129 |6328 13k|2.64 1.34 0.66|2.0 0 758| 0 0 | 0 0 | 10 28 0 39 0 -Jan 03 20:27:30 ubuntu dstat.sh[58200]: 03-01 20:27:30| 11 27 61 0 0|1293M 1499M 165M 4788M|6604B 1620B| 0 32k| 0 8.00 |3306 5294 |2.64 1.34 0.66|4.0 0 625| 0 0 | 0 0 | 10 28 0 39 0 -Jan 03 20:27:31 ubuntu dstat.sh[58200]: 03-01 20:27:31| 73 22 5 0 0|1474M 1318M 165M 4788M|7516B 1509B| 0 24k| 0 5.99 |2821 5707 |2.64 1.34 0.66|5.0 0 581| 0 0 | 0 0 | 10 30 0 39 0 -Jan 03 20:27:32 ubuntu dstat.sh[58200]: 03-01 20:27:32| 77 12 10 0 0|1397M 1395M 165M 4788M|6750B 1569B| 0 1050k| 0 91.2 |5942 13k|2.64 1.34 0.66|4.0 0 205| 0 0 | 0 0 | 10 28 0 43 0 -Jan 03 20:27:33 ubuntu dstat.sh[58200]: 03-01 20:27:33| 82 14 3 0 0|1501M 1290M 165M 4788M|7206B 1620B| 0 216k| 0 9.00 |4002 8630 |2.75 1.39 0.68|5.0 0 71| 0 0 | 0 0 | 10 30 0 42 0 -Jan 03 20:27:34 ubuntu dstat.sh[58200]: 03-01 20:27:34| 55 7 38 0 0|1512M 1280M 165M 4788M|5732B 1621B| 0 304k| 0 31.0 |6424 18k|2.75 1.39 0.68|6.0 0 0| 0 0 | 0 0 | 10 30 0 49 0 -Jan 03 20:27:35 ubuntu dstat.sh[58200]: 03-01 20:27:35| 82 13 5 0 0|1433M 1358M 165M 4789M|6866B 1619B| 0 372k| 0 39.0 |5480 11k|2.75 1.39 0.68|4.0 0 126| 0 0 | 0 0 | 10 28 0 49 0 -Jan 03 20:27:36 ubuntu dstat.sh[58200]: 03-01 20:27:36| 75 10 13 0 0|1512M 1278M 165M 4789M|5986B 1620B| 0 4063k| 0 137 |5593 15k|2.75 1.39 0.68|2.0 0 2.0| 0 0 | 0 0 | 10 32 0 55 0 -Jan 03 20:27:37 ubuntu dstat.sh[58200]: 03-01 20:27:37| 73 12 16 0 0|1461M 1330M 165M 4789M| 41k 1620B| 0 156k| 0 8.00 |6092 16k|2.75 1.39 0.68|4.0 0 161| 0 0 | 0 0 | 10 28 0 56 0 -Jan 03 20:27:38 ubuntu dstat.sh[58200]: 03-01 20:27:38| 80 13 6 0 0|1507M 1283M 165M 4789M|4901B 1620B| 0 272k| 0 9.00 |3831 7241 |2.85 1.43 0.70|4.0 0 122| 0 0 | 0 0 | 10 29 0 57 0 -Jan 03 20:27:39 ubuntu dstat.sh[58200]: 03-01 20:27:39| 76 13 12 0 0|1379M 1411M 165M 4790M|5275B 1459B| 0 220k| 0 19.0 |5768 13k|2.85 1.43 0.70|4.0 0 136| 0 0 | 0 0 | 10 28 0 59 0 -Jan 03 20:27:40 ubuntu dstat.sh[58200]: 03-01 20:27:40| 82 12 5 0 0|1489M 1301M 165M 4790M|5346B 1619B| 0 356k| 0 37.0 |3404 6457 |2.85 1.43 0.70|5.0 0 67| 0 0 | 0 0 | 10 30 0 60 0 -Jan 03 20:27:41 ubuntu dstat.sh[58200]: 03-01 20:27:41| 77 12 10 0 0|1429M 1361M 165M 4790M|6338B 1620B| 0 236k| 0 21.0 |4163 12k|2.85 1.43 0.70|4.0 0 177| 0 0 | 0 0 | 10 28 0 58 0 -Jan 03 20:27:42 ubuntu dstat.sh[58200]: 03-01 20:27:42| 78 13 9 0 0|1460M 1330M 165M 4790M|7122B 1620B| 0 160k| 0 11.0 |3989 8888 |2.85 1.43 0.70|4.0 0 96| 0 0 | 0 0 | 10 28 0 58 0 -Jan 03 20:27:43 ubuntu dstat.sh[58200]: 03-01 20:27:43| 79 15 6 0 0|1441M 1348M 165M 4790M|5587B 1622B| 0 324k| 0 25.0 |4252 8668 |2.94 1.47 0.72|4.0 0 151| 0 0 | 0 0 | 10 29 0 58 0 -Jan 03 20:27:44 ubuntu dstat.sh[58200]: 03-01 20:27:44| 74 12 12 0 0|1378M 1411M 165M 4790M|8749B 1619B| 0 504k| 0 48.0 |5179 9721 |2.94 1.47 0.72|3.0 0 202| 0 0 | 0 0 | 10 28 0 58 0 -Jan 03 20:27:45 ubuntu dstat.sh[58200]: 03-01 20:27:45| 64 9 26 0 0|1434M 1355M 165M 4791M|7223B 1620B| 0 392k| 0 26.0 |4028 7858 |2.94 1.47 0.72|3.0 0 108| 0 0 | 0 0 | 10 28 0 59 0 -Jan 03 20:27:46 ubuntu dstat.sh[58200]: 03-01 20:27:46| 63 11 26 0 0|1427M 1362M 165M 4791M|7187B 1508B| 0 303k| 0 21.9 |4500 8704 |2.94 1.47 0.72|3.0 0 143| 0 0 | 0 0 | 10 28 0 59 0 -Jan 03 20:27:47 ubuntu dstat.sh[58200]: 03-01 20:27:47| 63 10 27 0 0|1407M 1381M 165M 4791M|8073B 1565B| 0 420k| 0 32.0 |3577 8742 |2.94 1.47 0.72|2.0 0 93| 0 0 | 0 0 | 10 28 0 60 0 -Jan 03 20:27:48 ubuntu dstat.sh[58200]: 03-01 20:27:48| 42 9 49 0 0|1372M 1416M 165M 4791M|6361B 1624B| 0 357k| 0 33.1 |2497 4523 |2.87 1.48 0.72|2.0 0 76| 0 0 | 0 0 | 10 28 0 60 0 -Jan 03 20:27:49 ubuntu dstat.sh[58200]: 03-01 20:27:49| 44 6 48 0 0|1368M 1420M 165M 4791M|6555B 1620B| 0 336k| 0 28.0 |2471 5961 |2.87 1.48 0.72|2.0 0 36| 0 0 | 0 0 | 10 28 0 60 0 -Jan 03 20:27:50 ubuntu dstat.sh[58200]: 03-01 20:27:50| 45 5 49 0 0|1343M 1445M 165M 4791M|5523B 1620B| 0 2000k| 0 27.0 |2131 3268 |2.87 1.48 0.72|3.0 0 13| 0 0 | 0 0 | 10 29 0 60 0 -Jan 03 20:27:51 ubuntu dstat.sh[58200]: 03-01 20:27:51| 38 15 47 0 1|1350M 1438M 165M 4791M|5458B 1458B| 0 4601k| 0 169 |3227 5510 |2.87 1.48 0.72|2.0 0 262| 0 0 | 0 0 | 10 29 0 60 0 -Jan 03 20:27:52 ubuntu dstat.sh[58200]: 03-01 20:27:52| 42 10 48 0 0|1370M 1418M 165M 4792M|5184B 1620B| 0 320k| 0 15.0 |2418 4555 |2.87 1.48 0.72|2.0 0 126| 0 0 | 0 0 | 10 28 0 60 0 -Jan 03 20:27:53 ubuntu dstat.sh[58200]: 03-01 20:27:53| 45 6 48 0 0|1372M 1416M 165M 4792M|5214B 1619B| 0 348k| 0 12.0 |2359 6395 |2.80 1.49 0.73|2.0 0 48| 0 0 | 0 0 | 10 29 0 60 0 -Jan 03 20:27:54 ubuntu dstat.sh[58200]: 03-01 20:27:54| 32 12 55 0 0|1348M 1440M 165M 4792M|7503B 1658B| 0 331k| 0 24.9 |3239 5996 |2.80 1.49 0.73|1.0 0 276| 0 0 | 0 0 | 10 29 0 59 0 -Jan 03 20:27:55 ubuntu dstat.sh[58200]: 03-01 20:27:55| 16 12 70 0 0|1288M 1499M 165M 4792M|4928B 1624B| 0 273k| 0 23.1 |3033 5895 |2.80 1.49 0.73|1.0 0 271| 0 0 | 0 0 | 10 28 0 59 0 -Jan 03 20:27:56 ubuntu dstat.sh[58200]: 03-01 20:27:56| 22 18 58 0 0|1356M 1431M 165M 4792M| 12k 1619B| 0 420k| 0 28.0 |2846 4172 |2.80 1.49 0.73|2.0 0 358| 0 0 | 0 0 | 10 28 0 61 0 -Jan 03 20:27:57 ubuntu dstat.sh[58200]: 03-01 20:27:57| 41 7 48 3 0|1469M 1315M 165M 4795M|7298B 1620B| 0 7029k| 0 509 |3687 6635 |2.80 1.49 0.73|1.0 1.0 31| 0 0 | 0 0 | 10 32 0 61 0 -Jan 03 20:27:58 ubuntu dstat.sh[58200]: 03-01 20:27:58| 37 5 43 12 0|1408M 1371M 166M 4799M|5563B 1458B| 0 30M| 0 2869 | 12k 24k|2.73 1.50 0.74|2.0 0 102| 0 0 | 0 0 | 10 32 0 59 0 -Jan 03 20:27:59 ubuntu dstat.sh[58200]: 03-01 20:27:59| 39 7 42 10 0|1476M 1301M 166M 4800M|6949B 1617B| 0 30M| 0 2627 | 11k 22k|2.73 1.50 0.74|2.0 0 20| 0 0 | 0 0 | 10 30 0 59 0 -Jan 03 20:28:00 ubuntu dstat.sh[58200]: 03-01 20:28:00| 47 6 47 1 0|1422M 1355M 166M 4800M|6348B 1624B| 0 11M| 0 641 |2978 4736 |2.73 1.50 0.74|2.0 0 11| 0 0 | 0 0 | 10 28 0 59 0 -Jan 03 20:28:01 ubuntu dstat.sh[58200]: 03-01 20:28:01| 41 10 41 9 0|1472M 1304M 167M 4800M|5442B 1620B| 0 14M| 0 2094 | 12k 28k|2.73 1.50 0.74|3.0 0 37| 0 0 | 0 0 | 10 30 0 60 0 -Jan 03 20:28:02 ubuntu dstat.sh[58200]: 03-01 20:28:02| 34 7 55 3 0|1370M 1406M 167M 4801M|5086B 1616B| 0 6805k| 0 921 |4967 11k|2.73 1.50 0.74|1.0 0 101| 0 0 | 0 0 | 10 28 0 54 0 -Jan 03 20:28:03 ubuntu dstat.sh[58200]: 03-01 20:28:03| 23 3 73 0 0|1315M 1461M 167M 4801M|5512B 1621B| 0 1165k| 0 63.0 |1142 1543 |2.59 1.49 0.74|1.0 0 3.0| 0 0 | 0 0 | 10 28 0 54 0 -Jan 03 20:28:04 ubuntu dstat.sh[58200]: 03-01 20:28:04| 23 4 72 1 0|1392M 1384M 167M 4801M|4617B 1618B| 0 6881k| 0 339 |1723 2632 |2.59 1.49 0.74|1.0 0 4.0| 0 0 | 0 0 | 10 28 0 53 0 -Jan 03 20:28:05 ubuntu dstat.sh[58200]: 03-01 20:28:05| 24 3 73 0 0|1332M 1444M 167M 4801M|5564B 1459B| 0 172k| 0 25.0 |1134 1420 |2.59 1.49 0.74|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 53 0 -Jan 03 20:28:06 ubuntu dstat.sh[58200]: 03-01 20:28:06| 23 2 73 0 0|1400M 1376M 167M 4801M|5231B 1620B| 0 4095B| 0 1.00 | 916 1093 |2.59 1.49 0.74|1.0 0 2.0| 0 0 | 0 0 | 10 32 0 53 0 -Jan 03 20:28:07 ubuntu dstat.sh[58200]: 03-01 20:28:07| 23 2 74 0 0|1357M 1419M 167M 4801M| 41k 1619B| 0 0 | 0 0 |1010 1112 |2.59 1.49 0.74|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 53 0 -Jan 03 20:28:08 ubuntu dstat.sh[58200]: 03-01 20:28:08| 24 2 74 0 1|1301M 1475M 167M 4801M|4916B 1621B| 0 4099B| 0 1.00 | 891 1026 |2.47 1.48 0.74|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 53 0 -Jan 03 20:28:09 ubuntu dstat.sh[58200]: 03-01 20:28:09| 23 3 74 0 0|1379M 1397M 167M 4801M|7286B 1620B| 0 0 | 0 0 | 949 1167 |2.47 1.48 0.74|1.0 0 2.0| 0 0 | 0 0 | 10 32 0 53 0 -Jan 03 20:28:10 ubuntu dstat.sh[58200]: 03-01 20:28:10| 23 3 74 0 0|1320M 1456M 167M 4801M|4792B 1623B| 0 172k| 0 2.00 | 969 1159 |2.47 1.48 0.74|1.0 0 4.0| 0 0 | 0 0 | 10 32 0 51 0 -Jan 03 20:28:11 ubuntu dstat.sh[58200]: 03-01 20:28:11| 22 3 73 1 0|1332M 1444M 167M 4801M|6795B 1458B| 0 1824k| 0 200 |1362 1810 |2.47 1.48 0.74|1.0 0 7.0| 0 0 | 0 0 | 10 32 0 51 0 -Jan 03 20:28:12 ubuntu dstat.sh[58200]: 03-01 20:28:12| 23 3 74 0 0|1398M 1378M 167M 4801M|7694B 1658B| 0 100k| 0 8.98 | 966 1172 |2.47 1.48 0.74|2.0 0 2.0| 0 0 | 0 0 | 10 32 0 50 0 -Jan 03 20:28:13 ubuntu dstat.sh[58200]: 03-01 20:28:13| 22 3 74 0 0|1353M 1423M 167M 4801M|7854B 1624B| 0 0 | 0 0 | 921 1133 |2.35 1.47 0.74|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 50 0 -Jan 03 20:28:14 ubuntu dstat.sh[58200]: 03-01 20:28:14| 24 2 74 0 0|1356M 1420M 167M 4801M|4821B 1617B| 0 0 | 0 0 | 828 1123 |2.35 1.47 0.74|2.0 0 3.0| 0 0 | 0 0 | 10 32 0 49 0 -Jan 03 20:28:15 ubuntu dstat.sh[58200]: 03-01 20:28:15| 24 2 74 0 0|1402M 1373M 167M 4801M|4414B 1620B| 0 0 | 0 0 | 753 1091 |2.35 1.47 0.74|2.0 0 2.0| 0 0 | 0 0 | 10 32 0 49 0 -Jan 03 20:28:16 ubuntu dstat.sh[58200]: 03-01 20:28:16| 8 20 70 0 0|1309M 1467M 167M 4801M|6028B 1622B| 0 529k| 0 6.01 |2820 4234 |2.35 1.47 0.74|2.0 0 409| 0 0 | 0 0 | 10 32 0 46 0 -Jan 03 20:28:17 ubuntu dstat.sh[58200]: 03-01 20:28:17| 10 20 70 0 0|1310M 1466M 167M 4801M|8370B 1620B| 0 628k| 0 10.0 |3026 4756 |2.35 1.47 0.74|1.0 0 441| 0 0 | 0 0 | 10 32 0 46 0 -Jan 03 20:28:18 ubuntu dstat.sh[58200]: 03-01 20:28:18| 10 20 69 0 0|1310M 1465M 167M 4801M|5645B 1460B| 0 240k| 0 4.01 |3097 4940 |2.24 1.47 0.74|1.0 0 483| 0 0 | 0 0 | 10 32 0 41 0 -Jan 03 20:28:19 ubuntu dstat.sh[58200]: 03-01 20:28:19| 21 5 74 0 0|1381M 1395M 167M 4801M|6637B 1619B| 0 128k| 0 1.00 |1060 1562 |2.24 1.47 0.74|1.0 0 45| 0 0 | 0 0 | 10 32 0 41 0 -Jan 03 20:28:20 ubuntu dstat.sh[58200]: 03-01 20:28:20| 22 3 74 0 0|1320M 1455M 167M 4801M|6873B 1617B| 0 168k| 0 2.00 | 963 1139 |2.24 1.47 0.74|1.0 0 4.0| 0 0 | 0 0 | 10 32 0 38 0 -Jan 03 20:28:21 ubuntu dstat.sh[58200]: 03-01 20:28:21| 24 2 73 0 0|1396M 1380M 167M 4801M|6302B 1619B| 0 424k| 0 27.0 |1202 1664 |2.24 1.47 0.74|2.0 0 4.0| 0 0 | 0 0 | 10 32 0 38 0 -Jan 03 20:28:22 ubuntu dstat.sh[58200]: 03-01 20:28:22| 23 2 74 0 0|1345M 1431M 167M 4801M|7995B 1715B| 0 576k| 0 101 |1076 1141 |2.24 1.47 0.74|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 34 0 -Jan 03 20:28:23 ubuntu dstat.sh[58200]: 03-01 20:28:23| 23 3 73 0 0|1407M 1369M 167M 4801M|5030B 1620B| 0 16k| 0 1.00 | 823 1121 |2.14 1.46 0.75|1.0 0 2.0| 0 0 | 0 0 | 10 32 0 34 0 -Jan 03 20:28:24 ubuntu dstat.sh[58200]: 03-01 20:28:24| 23 2 74 0 0|1364M 1412M 167M 4801M|5232B 1619B| 0 8187B| 0 2.00 | 916 1107 |2.14 1.46 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 31 0 -Jan 03 20:28:25 ubuntu dstat.sh[58200]: 03-01 20:28:25| 23 3 74 0 0|1310M 1465M 167M 4801M|6547B 1459B| 0 12k| 0 1.00 | 927 1102 |2.14 1.46 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 31 0 -Jan 03 20:28:26 ubuntu dstat.sh[58200]: 03-01 20:28:26| 23 3 74 0 0|1386M 1390M 167M 4801M|5714B 1620B| 0 0 | 0 0 | 876 1184 |2.14 1.46 0.75|1.0 0 4.0| 0 0 | 0 0 | 10 32 0 31 0 -Jan 03 20:28:27 ubuntu dstat.sh[58200]: 03-01 20:28:27| 23 2 74 0 0|1330M 1446M 167M 4801M|7956B 1619B| 0 68k| 0 3.00 | 949 1163 |2.14 1.46 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 31 0 -Jan 03 20:28:28 ubuntu dstat.sh[58200]: 03-01 20:28:28| 22 3 73 0 0|1399M 1376M 167M 4801M|5772B 1620B| 0 0 | 0 0 | 903 1128 |2.05 1.45 0.75|1.0 0 2.0| 0 0 | 0 0 | 10 32 0 29 0 -Jan 03 20:28:29 ubuntu dstat.sh[58200]: 03-01 20:28:29| 23 3 74 0 0|1357M 1418M 167M 4801M|6719B 1621B| 0 2585k| 0 98.0 |1031 1124 |2.05 1.45 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 29 0 -Jan 03 20:28:30 ubuntu dstat.sh[58200]: 03-01 20:28:30| 24 2 74 0 0|1405M 1370M 167M 4801M|5084B 1620B| 0 28k| 0 2.00 | 846 1118 |2.05 1.45 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 29 0 -Jan 03 20:28:31 ubuntu dstat.sh[58200]: 03-01 20:28:31| 22 4 74 0 0|1366M 1409M 167M 4801M|5581B 1457B| 0 488k| 0 33.0 |1245 1732 |2.05 1.45 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 29 0 -Jan 03 20:28:32 ubuntu dstat.sh[58200]: 03-01 20:28:32| 23 2 74 0 0|1313M 1463M 167M 4801M|5454B 1621B| 0 120k| 0 5.00 | 944 1114 |2.05 1.45 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 29 0 -Jan 03 20:28:33 ubuntu dstat.sh[58200]: 03-01 20:28:33| 23 3 74 0 0|1322M 1454M 167M 4801M|6182B 1620B| 0 12k| 0 1.00 | 964 1170 |1.96 1.44 0.75|1.0 0 3.0| 0 0 | 0 0 | 10 32 0 25 0 -Jan 03 20:28:34 ubuntu dstat.sh[58200]: 03-01 20:28:34| 22 2 74 0 0|1398M 1377M 167M 4801M|5485B 1620B| 0 0 | 0 0 | 934 1187 |1.96 1.44 0.75|1.0 0 4.0| 0 0 | 0 0 | 10 32 0 25 0 -Jan 03 20:28:35 ubuntu dstat.sh[58200]: 03-01 20:28:35| 24 2 74 0 0|1344M 1431M 167M 4801M|5120B 1621B| 0 20k| 0 1.00 | 885 1128 |1.96 1.44 0.75|1.0 0 2.0| 0 0 | 0 0 | 10 32 0 16 0 -Jan 03 20:28:36 ubuntu dstat.sh[58200]: 03-01 20:28:36| 23 3 74 0 0|1357M 1418M 167M 4801M|5318B 1622B| 0 28k| 0 3.00 | 949 1146 |1.96 1.44 0.75|1.0 0 4.0| 0 0 | 0 0 | 10 32 0 16 0 -Jan 03 20:28:37 ubuntu dstat.sh[58200]: 03-01 20:28:37| 25 1 74 0 0|1407M 1368M 167M 4801M| 41k 1617B| 0 76k| 0 2.99 | 981 1083 |1.96 1.44 0.75|1.0 0 2.0| 0 0 | 0 0 | 10 32 0 9 0 -Jan 03 20:28:38 ubuntu dstat.sh[58200]: 03-01 20:28:38| 11 18 69 0 0|1312M 1463M 167M 4801M|4543B 1458B| 0 96k| 0 8.00 |2680 4089 |1.97 1.45 0.75|1.0 0 392| 0 0 | 0 0 | 10 32 0 9 0 -Jan 03 20:28:39 ubuntu dstat.sh[58200]: 03-01 20:28:39| 22 3 74 0 0|1387M 1388M 167M 4801M|7076B 1621B| 0 20k| 0 1.00 | 997 1238 |1.97 1.45 0.75|1.0 0 2.0| 0 0 | 0 0 | 10 32 0 8 0 -Jan 03 20:28:40 ubuntu dstat.sh[58200]: 03-01 20:28:40| 22 4 73 0 0|1360M 1415M 167M 4801M|4663B 1619B| 0 0 | 0 0 |1020 1276 |1.97 1.45 0.75|1.0 0 12| 0 0 | 0 0 | 10 32 0 8 0 -Jan 03 20:28:41 ubuntu dstat.sh[58200]: 03-01 20:28:41| 20 9 71 0 1|1305M 1470M 167M 4801M|6975B 1623B| 0 461k| 0 30.0 |1892 3000 |1.97 1.45 0.75|1.0 0 187| 0 0 | 0 0 | 10 32 0 5 0 -Jan 03 20:28:42 ubuntu dstat.sh[58200]: 03-01 20:28:42| 9 20 69 0 0|1304M 1471M 167M 4801M| 10k 1620B| 0 244k| 0 12.0 |2983 4493 |1.97 1.45 0.75|1.0 0 422| 0 0 | 0 0 | 10 32 0 5 0 -Jan 03 20:28:43 ubuntu dstat.sh[58200]: 03-01 20:28:43| 9 19 69 0 0|1308M 1467M 167M 4802M|4986B 1617B| 0 204k| 0 3.99 |3138 4821 |1.89 1.44 0.76|1.0 0 480| 0 0 | 0 0 | 10 32 0 5 0 -Jan 03 20:28:44 ubuntu dstat.sh[58200]: 03-01 20:28:44| 10 20 69 0 0|1308M 1467M 167M 4802M|5447B 1460B| 0 1001k| 0 16.0 |2959 4382 |1.89 1.44 0.76|1.0 0 447| 0 0 | 0 0 | 10 32 0 5 0 -Jan 03 20:28:45 ubuntu dstat.sh[58200]: 03-01 20:28:45| 9 21 69 0 0|1309M 1466M 167M 4802M|5568B 1619B| 0 1055k| 0 12.0 |3029 4651 |1.89 1.44 0.76|2.0 0 464| 0 0 | 0 0 | 10 32 0 5 0 -Jan 03 20:28:46 ubuntu dstat.sh[58200]: 03-01 20:28:46| 10 20 69 0 0|1310M 1464M 167M 4802M|6146B 1623B| 0 1146k| 0 13.0 |3057 4817 |1.89 1.44 0.76|1.0 0 488| 0 0 | 0 0 | 10 32 0 5 0 -Jan 03 20:28:47 ubuntu dstat.sh[58200]: 03-01 20:28:47| 10 18 71 0 1|1310M 1464M 167M 4802M|6693B 1621B| 0 260k| 0 8.01 |2873 4507 |1.89 1.44 0.76|1.0 0 420| 0 0 | 0 0 | 10 32 0 4 0 -Jan 03 20:28:48 ubuntu dstat.sh[58200]: 03-01 20:28:48| 9 20 70 0 0|1310M 1465M 167M 4802M|6117B 1618B| 0 308k| 0 9.99 |3179 4982 |1.82 1.44 0.76|2.0 0 504| 0 0 | 0 0 | 10 32 0 4 0 -Jan 03 20:28:49 ubuntu dstat.sh[58200]: 03-01 20:28:49| 43 25 32 0 0|1432M 1343M 167M 4802M|5914B 1618B| 0 1151k| 0 77.9 |4195 7464 |1.82 1.44 0.76|3.0 0 721| 0 0 | 0 0 | 10 32 0 9 0 -Jan 03 20:28:50 ubuntu dstat.sh[58200]: 03-01 20:28:50| 66 8 24 3 0|1585M 1185M 167M 4806M|6580B 1622B| 401k 8777k|4.01 684 |3990 7711 |1.82 1.44 0.76|4.0 1.0 32| 0 0 | 0 0 | 10 34 0 9 0 -Jan 03 20:28:51 ubuntu dstat.sh[58200]: 03-01 20:28:51| 35 12 35 17 0|1554M 1206M 168M 4815M|7388B 1458B| 0 67M| 0 5117 | 20k 38k|1.82 1.44 0.76|3.0 0 146| 0 0 | 0 0 | 10 36 0 10 0 -Jan 03 20:28:52 ubuntu dstat.sh[58200]: 03-01 20:28:52| 38 9 34 19 0|1598M 1151M 169M 4824M|6503B 1620B| 0 59M| 0 4709 | 20k 34k|1.82 1.44 0.76|5.0 0 95| 0 0 | 0 0 | 10 37 0 10 0 -Jan 03 20:28:53 ubuntu dstat.sh[58200]: 03-01 20:28:53| 41 11 34 15 0|1577M 1163M 169M 4832M|4961B 1662B| 0 54M| 0 4420 | 20k 35k|1.99 1.48 0.78|4.0 1.0 111| 0 0 | 0 0 | 10 36 0 11 0 -Jan 03 20:28:54 ubuntu dstat.sh[58200]: 03-01 20:28:54| 50 13 26 13 0|1513M 1221M 169M 4838M|6478B 1620B| 0 54M| 0 4190 | 19k 32k|1.99 1.48 0.78|3.0 1.0 225| 0 0 | 0 0 | 10 35 0 13 0 -Jan 03 20:28:55 ubuntu dstat.sh[58200]: 03-01 20:28:55| 39 17 31 10 0|1470M 1257M 170M 4844M|4647B 1619B| 876k 48M|10.0 3551 | 21k 38k|1.99 1.48 0.78|2.0 0 183| 0 0 | 0 0 | 10 34 0 15 0 -Jan 03 20:28:56 ubuntu dstat.sh[58200]: 03-01 20:28:56| 40 13 31 14 0|1517M 1206M 170M 4848M|9702B 1622B|1109k 56M|21.0 4132 | 15k 31k|1.99 1.48 0.78|2.0 0 167| 0 0 | 0 0 | 10 35 0 15 0 -Jan 03 20:28:57 ubuntu dstat.sh[58200]: 03-01 20:28:57| 35 9 45 11 0|1463M 1255M 170M 4853M|6997B 1456B| 0 39M| 0 3260 | 17k 34k|1.99 1.48 0.78|2.0 0 81| 0 0 | 0 0 | 10 34 0 17 0 -Jan 03 20:28:58 ubuntu dstat.sh[58200]: 03-01 20:28:58| 36 7 42 16 0|1517M 1201M 170M 4852M|5651B 1620B| 0 37M| 0 3686 | 16k 27k|2.15 1.52 0.79|4.0 0 22| 0 0 | 0 0 | 10 35 0 17 0 -Jan 03 20:28:59 ubuntu dstat.sh[58200]: 03-01 20:28:59| 35 7 43 15 0|1517M 1199M 171M 4854M|6364B 1619B| 0 38M| 0 3358 | 17k 32k|2.15 1.52 0.79|3.0 0 36| 0 0 | 0 0 | 10 35 0 19 0 -Jan 03 20:29:00 ubuntu dstat.sh[58200]: 03-01 20:29:00| 37 7 39 14 0|1502M 1214M 171M 4854M|5327B 1617B| 0 43M| 0 3662 | 16k 30k|2.15 1.52 0.79|1.0 1.0 45| 0 0 | 0 0 | 10 34 0 19 0 -Jan 03 20:29:01 ubuntu dstat.sh[58200]: 03-01 20:29:01| 40 8 41 9 0|1540M 1173M 171M 4859M|5699B 1624B| 0 22M| 0 2457 | 15k 28k|2.15 1.52 0.79|5.0 0 71| 0 0 | 0 0 | 10 37 0 22 0 -Jan 03 20:29:02 ubuntu dstat.sh[58200]: 03-01 20:29:02| 36 8 40 14 0|1493M 1218M 171M 4859M|5666B 1617B| 0 41M| 0 3606 | 18k 32k|2.15 1.52 0.79|3.0 0 89| 0 0 | 0 0 | 10 36 0 23 0 -Jan 03 20:29:03 ubuntu dstat.sh[58200]: 03-01 20:29:03| 35 8 44 13 0|1470M 1237M 171M 4862M|5179B 1620B| 0 44M| 0 3672 | 18k 30k|2.22 1.55 0.81|4.0 0 73| 0 0 | 0 0 | 10 36 0 22 0 -Jan 03 20:29:04 ubuntu dstat.sh[58200]: 03-01 20:29:04| 37 9 45 10 0|1515M 1189M 171M 4865M|5122B 1515B| 0 42M| 0 3786 | 18k 29k|2.22 1.55 0.81|2.0 1.0 62| 0 0 | 0 0 | 10 36 0 23 0 -Jan 03 20:29:05 ubuntu dstat.sh[58200]: 03-01 20:29:05| 35 7 41 15 0|1513M 1188M 171M 4867M|4886B 1566B| 0 42M| 0 3812 | 18k 30k|2.22 1.55 0.81|2.0 2.0 116| 0 0 | 0 0 | 10 36 0 23 0 -Jan 03 20:29:06 ubuntu dstat.sh[58200]: 03-01 20:29:06| 34 9 42 13 0|1480M 1223M 171M 4865M|5656B 1618B| 0 37M| 0 3443 | 17k 31k|2.22 1.55 0.81|3.0 0 52| 0 0 | 0 0 | 10 36 0 24 0 -Jan 03 20:29:07 ubuntu dstat.sh[58200]: 03-01 20:29:07| 39 6 41 13 0|1524M 1181M 171M 4864M| 42k 1621B| 0 39M| 0 3352 | 14k 28k|2.22 1.55 0.81|2.0 0 20| 0 0 | 0 0 | 10 35 0 25 0 -Jan 03 20:29:08 ubuntu dstat.sh[58200]: 03-01 20:29:08| 19 19 58 3 0|1349M 1356M 171M 4864M|5284B 1620B| 0 18M| 0 1046 |6589 9855 |2.20 1.55 0.81|2.0 0 465| 0 0 | 0 0 | 10 32 0 26 0 -Jan 03 20:29:09 ubuntu dstat.sh[58200]: 03-01 20:29:09| 23 22 54 0 0|1401M 1304M 171M 4864M|5387B 1620B| 0 2831k| 0 239 |4163 6225 |2.20 1.55 0.81|3.0 0 544| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:10 ubuntu dstat.sh[58200]: 03-01 20:29:10| 68 8 24 0 0|1581M 1123M 171M 4865M|4687B 1620B| 0 5891k| 0 274 |2282 2571 |2.20 1.55 0.81|3.0 0 10| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:11 ubuntu dstat.sh[58200]: 03-01 20:29:11| 67 9 25 0 0|1736M 965M 172M 4868M|5732B 1458B| 0 5008k| 0 268 |2180 2525 |2.20 1.55 0.81|5.0 0 0| 0 0 | 0 0 | 10 38 0 32 0 -Jan 03 20:29:12 ubuntu dstat.sh[58200]: 03-01 20:29:12| 34 9 42 18 0|1736M 953M 172M 4878M|5248B 1663B| 0 60M| 0 4720 | 22k 37k|2.20 1.55 0.81|3.0 1.0 186| 0 0 | 0 0 | 10 38 0 32 0 -Jan 03 20:29:13 ubuntu dstat.sh[58200]: 03-01 20:29:13| 25 7 48 20 0|1738M 941M 172M 4887M|8079B 1620B| 0 73M| 0 5714 | 24k 42k|2.35 1.60 0.83|6.0 1.0 189| 0 0 | 0 0 | 10 38 0 32 0 -Jan 03 20:29:14 ubuntu dstat.sh[58200]: 03-01 20:29:14| 34 8 38 19 0|1617M 1054M 172M 4896M|4763B 1619B| 0 71M| 0 5598 | 25k 41k|2.35 1.60 0.83|3.0 0 201| 0 0 | 0 0 | 10 36 0 32 0 -Jan 03 20:29:15 ubuntu dstat.sh[58200]: 03-01 20:29:15| 39 8 34 18 0|1678M 982M 172M 4905M|5177B 1621B| 0 71M| 0 5500 | 23k 39k|2.35 1.60 0.83|3.0 1.0 141| 0 0 | 0 0 | 10 36 0 32 0 -Jan 03 20:29:16 ubuntu dstat.sh[58200]: 03-01 20:29:16| 46 8 29 18 0|1736M 916M 172M 4913M|4957B 1617B| 0 65M| 0 4840 | 22k 35k|2.35 1.60 0.83|5.0 0 60| 0 0 | 0 0 | 10 38 0 32 0 -Jan 03 20:29:17 ubuntu dstat.sh[58200]: 03-01 20:29:17| 26 11 44 21 0|1621M 1020M 172M 4924M|5647B 1620B| 0 78M| 0 5787 | 22k 40k|2.35 1.60 0.83|4.0 1.0 90| 0 0 | 0 0 | 10 36 0 32 0 -Jan 03 20:29:18 ubuntu dstat.sh[58200]: 03-01 20:29:18| 35 5 45 13 0|1621M 1017M 172M 4928M|6668B 1619B| 0 56M| 0 4641 | 18k 33k|2.48 1.64 0.85|3.0 0 39| 0 0 | 0 0 | 10 36 0 32 0 -Jan 03 20:29:19 ubuntu dstat.sh[58200]: 03-01 20:29:19| 21 14 65 0 0|1377M 1261M 172M 4928M|5144B 1458B| 0 940k| 0 49.0 |2181 2963 |2.48 1.64 0.85|1.0 0 249| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:20 ubuntu dstat.sh[58200]: 03-01 20:29:20| 24 3 71 1 0|1444M 1193M 172M 4928M|6905B 1620B| 0 6100k| 0 304 |1679 2464 |2.48 1.64 0.85|1.0 0 4.0| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:21 ubuntu dstat.sh[58200]: 03-01 20:29:21| 24 1 73 0 0|1481M 1156M 172M 4928M|5741B 1619B| 0 156k| 0 16.0 |1110 1581 |2.48 1.64 0.85|1.0 0 0| 0 0 | 0 0 | 10 38 0 32 0 -Jan 03 20:29:22 ubuntu dstat.sh[58200]: 03-01 20:29:22| 22 4 74 0 0|1411M 1227M 172M 4928M|5543B 1715B| 0 84k| 0 7.00 |1049 1352 |2.48 1.64 0.85|1.0 0 30| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:23 ubuntu dstat.sh[58200]: 03-01 20:29:23| 24 2 74 0 0|1478M 1159M 172M 4928M|7767B 1620B| 0 108k| 0 17.0 | 890 1342 |2.36 1.62 0.85|1.0 0 0| 0 0 | 0 0 | 10 34 0 32 0 -Jan 03 20:29:24 ubuntu dstat.sh[58200]: 03-01 20:29:24| 18 21 61 0 0|1364M 1274M 172M 4928M|8922B 1624B| 0 618k| 0 43.1 |3674 5857 |2.36 1.62 0.85|2.0 0 679| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:25 ubuntu dstat.sh[58200]: 03-01 20:29:25| 12 26 61 1 0|1368M 1269M 172M 4928M|6249B 1621B| 0 2798k| 0 37.0 |4087 6477 |2.36 1.62 0.85|1.0 0 797| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:26 ubuntu dstat.sh[58200]: 03-01 20:29:26| 10 18 70 0 0|1367M 1270M 172M 4928M|6110B 1507B| 0 120k| 0 9.97 |2787 4070 |2.36 1.62 0.85|1.0 0 396| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:27 ubuntu dstat.sh[58200]: 03-01 20:29:27| 10 19 70 0 0|1368M 1269M 172M 4928M|5699B 1568B| 0 20k| 0 5.01 |2776 4224 |2.36 1.62 0.85|2.0 0 369| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:28 ubuntu dstat.sh[58200]: 03-01 20:29:28| 15 17 67 0 0|1368M 1269M 172M 4928M|5777B 1620B| 0 48k| 0 9.00 |3776 5993 |2.25 1.61 0.85|1.0 0 286| 0 0 | 0 0 | 10 32 0 32 0 -Jan 03 20:29:29 ubuntu dstat.sh[58200]: 03-01 20:29:29| 38 11 50 0 1|1443M 1193M 172M 4929M|5655B 1623B| 0 36k| 0 2.00 |3155 4571 |2.25 1.61 0.85|2.0 0 164| 0 0 | 0 0 | 10 33 0 32 0 -Jan 03 20:29:30 ubuntu dstat.sh[58200]: 03-01 20:29:30| 46 4 49 0 0|1554M 1082M 172M 4929M|4865B 1618B| 0 20k| 0 2.00 |1075 1194 |2.25 1.61 0.85|2.0 0 1.0| 0 0 | 0 0 | 10 33 0 32 0 -Jan 03 20:29:31 ubuntu dstat.sh[58200]: 03-01 20:29:31| 47 8 45 0 0|1614M 1018M 172M 4934M|7059B 1621B| 0 1020k| 0 65.0 |4737 12k|2.25 1.61 0.85|2.0 0 7.0| 0 0 | 0 0 | 10 49 0 32 0 -Jan 03 20:29:32 ubuntu dstat.sh[58200]: 03-01 20:29:32| 17 17 65 0 0|1632M 999M 172M 4934M|7183B 1616B| 0 231k| 0 15.0 |2420 3516 |2.25 1.61 0.85|1.0 0 253| 0 0 | 0 0 | 10 48 0 32 0 -Jan 03 20:29:33 ubuntu dstat.sh[58200]: 03-01 20:29:33| 11 1 87 0 0|1646M 985M 172M 4934M| 10k 2421B| 0 744k| 0 15.0 | 882 1239 |2.07 1.59 0.84| 0 0 3.0| 0 0 | 0 0 | 10 49 0 32 0 -Jan 03 20:29:34 ubuntu dstat.sh[58200]: 03-01 20:29:34| 1 0 97 0 0|1646M 985M 172M 4934M| 113k 4422B| 0 496k| 0 27.0 | 878 1299 |2.07 1.59 0.84| 0 0 0| 0 0 | 0 0 | 10 49 0 32 0 -Jan 03 20:29:35 ubuntu dstat.sh[58200]: 03-01 20:29:35| 1 1 98 0 0|1647M 984M 172M 4934M| 50k 2478B| 0 5720k| 0 351 |1001 1012 |2.07 1.59 0.84| 0 0 0| 0 0 | 0 0 | 10 49 0 32 0 -Jan 03 20:29:36 ubuntu dstat.sh[58200]: 03-01 20:29:36| 14 8 77 2 0|1662M 968M 172M 4935M| 24k 2214B|4097B 4637k|1.00 310 |2671 3437 |2.07 1.59 0.84|2.0 0 61| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:37 ubuntu dstat.sh[58200]: 03-01 20:29:37| 17 9 73 1 0|1685M 892M 172M 4985M| 42k 1620B| 0 4568k| 0 132 |2178 2690 |2.07 1.59 0.84|1.0 0 37| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:38 ubuntu dstat.sh[58200]: 03-01 20:29:38| 20 6 74 0 0|1702M 876M 172M 4985M|4786B 1708B| 0 0 | 0 0 |1245 1455 |1.99 1.58 0.84|1.0 0 40| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:39 ubuntu dstat.sh[58200]: 03-01 20:29:39| 20 5 74 0 0|1708M 869M 172M 4985M|5283B 1620B| 0 0 | 0 0 |1120 1313 |1.99 1.58 0.84|1.0 0 21| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:40 ubuntu dstat.sh[58200]: 03-01 20:29:40| 21 5 73 0 0|1638M 990M 172M 4935M|4738B 1508B| 0 4087B| 0 1.00 |1325 1586 |1.99 1.58 0.84|2.0 0 42| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:41 ubuntu dstat.sh[58200]: 03-01 20:29:41| 14 13 72 0 0|1639M 989M 173M 4935M|6050B 1622B| 160k 657k|10.0 6.01 |2142 3053 |1.99 1.58 0.84|1.0 0 215| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:42 ubuntu dstat.sh[58200]: 03-01 20:29:42| 13 11 73 0 0|1642M 986M 173M 4935M|5678B 1564B| 0 323k| 0 3.00 |2577 8601 |1.99 1.58 0.84| 0 0 145| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:43 ubuntu dstat.sh[58200]: 03-01 20:29:43| 0 1 98 0 0|1642M 986M 173M 4935M|5179B 1620B| 0 92k| 0 9.00 | 716 1163 |1.83 1.55 0.84| 0 0 3.0| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:44 ubuntu dstat.sh[58200]: 03-01 20:29:44| 1 1 98 0 0|1642M 986M 173M 4935M|6912B 1620B| 0 304k| 0 22.0 | 780 1278 |1.83 1.55 0.84| 0 0 2.0| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:45 ubuntu dstat.sh[58200]: 03-01 20:29:45| 0 1 98 0 0|1642M 986M 173M 4935M|5408B 1620B| 0 36k| 0 4.00 | 666 1002 |1.83 1.55 0.84| 0 0 2.0| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:46 ubuntu dstat.sh[58200]: 03-01 20:29:46| 2 1 95 0 0|1578M 1050M 173M 4935M|6477B 1623B| 0 697k| 0 5.01 | 915 1382 |1.83 1.55 0.84| 0 0 26| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:47 ubuntu dstat.sh[58200]: 03-01 20:29:47| 18 15 66 0 0|1579M 1049M 173M 4936M|6084B 1513B| 0 0 | 0 0 |5377 8502 |1.83 1.55 0.84|2.0 0 277| 0 0 | 0 0 | 10 48 0 33 0 -Jan 03 20:29:48 ubuntu dstat.sh[58200]: 03-01 20:29:48| 10 16 71 0 0|1637M 990M 173M 4936M|6880B 1858B| 0 32k| 0 4.00 |3527 6451 |1.76 1.54 0.84| 0 0 349| 0 0 | 0 0 | 11 48 0 33 0 -Jan 03 20:29:49 ubuntu dstat.sh[58200]: 03-01 20:29:49| 16 14 70 0 0|1639M 989M 173M 4936M|8146B 1620B| 0 340k| 0 12.0 |4274 7120 |1.76 1.54 0.84| 0 0 212| 0 0 | 0 0 | 11 48 0 33 0 -Jan 03 20:29:50 ubuntu dstat.sh[58200]: 03-01 20:29:50| 4 8 87 0 1|1639M 988M 173M 4936M|8755B 1566B| 0 0 | 0 0 |1450 2196 |1.76 1.54 0.84|2.0 0 123| 0 0 | 0 0 | 13 48 0 27 0 -Jan 03 20:29:51 ubuntu dstat.sh[58200]: 03-01 20:29:51| 17 14 68 0 0|1643M 984M 173M 4936M|6084B 1619B| 0 4092B| 0 1.00 |5384 9173 |1.76 1.54 0.84|1.0 0 236| 0 0 | 0 0 | 13 50 0 28 0 -Jan 03 20:29:52 ubuntu dstat.sh[58200]: 03-01 20:29:52| 10 19 70 0 0|1643M 984M 173M 4936M|5589B 1622B| 0 96k| 0 15.0 |2679 4027 |1.76 1.54 0.84|3.0 0 341| 0 0 | 0 0 | 13 50 0 27 0 -Jan 03 20:29:53 ubuntu dstat.sh[58200]: 03-01 20:29:53| 16 16 65 0 0|1646M 981M 173M 4936M|5654B 1659B| 0 248k| 0 15.0 |4476 6828 |1.70 1.53 0.84|4.0 0 218| 0 0 | 0 0 | 13 50 0 27 0 -Jan 03 20:29:54 ubuntu dstat.sh[58200]: 03-01 20:29:54| 35 19 44 0 0|1716M 912M 173M 4936M|8917B 1504B| 0 633k| 0 33.8 |5508 11k|1.70 1.53 0.84|2.0 0 415| 0 0 | 0 0 | 13 50 0 25 0 -Jan 03 20:29:55 ubuntu dstat.sh[58200]: 03-01 20:29:55| 28 5 65 0 0|1773M 852M 173M 4937M| 10k 1630B| 32k 262k|2.01 6.04 |2461 4342 |1.70 1.53 0.84|1.0 0 32| 0 0 | 0 0 | 13 58 0 29 0 -Jan 03 20:29:56 ubuntu dstat.sh[58200]: 03-01 20:29:56| 22 4 73 0 0|1830M 796M 173M 4937M|5574B 1621B| 0 28k| 0 1.00 |1146 1441 |1.70 1.53 0.84|1.0 0 10| 0 0 | 0 0 | 13 58 0 26 0 -Jan 03 20:29:57 ubuntu dstat.sh[58200]: 03-01 20:29:57| 12 2 84 0 0|1859M 766M 173M 4938M|9661B 1562B| 0 0 | 0 0 |1657 3017 |1.70 1.53 0.84| 0 0 3.0| 0 0 | 0 0 | 13 58 0 26 0 -Jan 03 20:29:58 ubuntu dstat.sh[58200]: 03-01 20:29:58| 0 1 98 0 0|1859M 766M 173M 4938M|5674B 1710B| 0 0 | 0 0 | 619 978 |1.56 1.51 0.84| 0 0 2.0| 0 0 | 0 0 | 13 58 0 26 0 -Jan 03 20:29:59 ubuntu dstat.sh[58200]: 03-01 20:29:59| 11 10 79 0 0|1810M 815M 173M 4938M|5242B 1621B| 0 1273k| 0 5.00 |2997 4940 |1.56 1.51 0.84|2.0 0 167| 0 0 | 0 0 | 13 56 0 22 0 -Jan 03 20:30:00 ubuntu dstat.sh[58200]: 03-01 20:30:00| 15 17 68 0 0|1860M 765M 173M 4938M|4660B 1623B| 0 489k| 0 13.0 |4922 9029 |1.56 1.51 0.84|3.0 0 277| 0 0 | 0 0 | 13 56 0 22 0 -Jan 03 20:30:01 ubuntu dstat.sh[58200]: 03-01 20:30:01| 21 16 61 0 0|1864M 760M 173M 4938M|5456B 1510B| 0 36k| 0 6.99 |6322 13k|1.56 1.51 0.84|3.0 0 219| 0 0 | 0 0 | 12 56 0 20 0 -Jan 03 20:30:02 ubuntu dstat.sh[58200]: 03-01 20:30:02| 23 18 58 0 0|1866M 759M 173M 4938M|6252B 1622B| 0 4101B| 0 1.00 |5749 14k|1.56 1.51 0.84|3.0 0 346| 0 0 | 0 0 | 13 50 0 21 0 -Jan 03 20:30:03 ubuntu dstat.sh[58200]: 03-01 20:30:03| 20 12 68 0 0|1646M 979M 173M 4938M|4931B 1620B| 0 0 | 0 0 |1986 3140 |1.68 1.53 0.85|3.0 0 179| 0 0 | 0 0 | 13 50 0 21 0 -Jan 03 20:30:04 ubuntu dstat.sh[58200]: 03-01 20:30:04| 32 20 46 0 0|1725M 900M 173M 4938M|6130B 1620B| 0 316k| 0 9.00 |3491 6061 |1.68 1.53 0.85|2.0 0 581| 0 0 | 0 0 | 13 50 0 21 0 -Jan 03 20:30:05 ubuntu dstat.sh[58200]: 03-01 20:30:05| 42 20 38 0 0|1825M 799M 173M 4939M|5138B 1566B| 0 1264k| 0 12.0 |5419 9312 |1.68 1.53 0.85|3.0 0 306| 0 0 | 0 0 | 13 58 0 24 0 -Jan 03 20:30:06 ubuntu dstat.sh[58200]: 03-01 20:30:06| 44 9 45 1 0|1924M 700M 173M 4939M|7002B 1619B| 0 5494k| 0 414 |2314 2210 |1.68 1.53 0.85|2.0 0 94| 0 0 | 0 0 | 13 58 0 24 0 -Jan 03 20:30:07 ubuntu dstat.sh[58200]: 03-01 20:30:07| 28 4 69 0 0|1966M 655M 173M 4941M| 42k 1659B| 0 16k| 0 3.99 |2960 4902 |1.68 1.53 0.85|1.0 0 4.0| 0 0 | 0 0 | 13 58 0 23 0 -Jan 03 20:30:08 ubuntu dstat.sh[58200]: 03-01 20:30:08| 22 5 67 5 0|2015M 604M 173M 4943M|4777B 1515B| 140k 9187k|35.1 873 |5180 9107 |1.70 1.54 0.85|1.0 1.0 5.0| 0 0 | 0 0 | 13 60 0 23 0 -Jan 03 20:30:09 ubuntu dstat.sh[58200]: 03-01 20:30:09| 26 7 56 12 0|2015M 587M 173M 4960M|5737B 1710B| 0 31M| 0 2337 | 14k 25k|1.70 1.54 0.85|1.0 0 4.0| 0 0 | 0 0 | 13 60 0 21 0 -Jan 03 20:30:10 ubuntu dstat.sh[58200]: 03-01 20:30:10| 35 14 51 0 0|2175M 423M 173M 4963M|5144B 1659B| 0 3717k| 0 197 |5255 13k|1.70 1.54 0.85|1.0 0 143| 0 0 | 0 0 | 14 85 0 32 0 -Jan 03 20:30:11 ubuntu dstat.sh[58200]: 03-01 20:30:11| 10 20 69 1 0|2179M 418M 173M 4963M|6916B 1623B| 0 55M| 0 263 |3157 4672 |1.70 1.54 0.85|1.0 0 373| 0 0 | 0 0 | 14 85 0 26 0 -Jan 03 20:30:12 ubuntu dstat.sh[58200]: 03-01 20:30:12| 13 20 65 1 0|2182M 416M 173M 4963M|8452B 1617B| 0 4147k| 0 222 |4305 6554 |1.70 1.54 0.85|2.0 0 321| 0 0 | 0 0 | 14 85 0 26 0 -Jan 03 20:30:13 ubuntu dstat.sh[58200]: 03-01 20:30:13| 38 12 50 0 0|2273M 325M 173M 4964M|5258B 1570B| 0 112k| 0 4.01 |3474 7621 |1.73 1.55 0.86|2.0 0 157| 0 0 | 0 0 | 14 86 0 26 0 -Jan 03 20:30:14 ubuntu dstat.sh[58200]: 03-01 20:30:14| 31 10 57 0 0|2338M 258M 173M 4965M|7264B 1509B| 0 4890k| 0 257 |2967 4874 |1.73 1.55 0.86|2.0 0 152| 0 0 | 0 0 | 14 89 0 26 0 -Jan 03 20:30:15 ubuntu dstat.sh[58200]: 03-01 20:30:15| 9 18 71 0 0|2344M 253M 173M 4965M|4319B 1620B| 0 8191B| 0 2.00 |2605 3823 |1.73 1.55 0.86|1.0 0 327| 0 0 | 0 0 | 14 89 0 26 0 -Jan 03 20:30:16 ubuntu dstat.sh[58200]: 03-01 20:30:16| 9 18 72 0 0|2345M 252M 173M 4965M|6522B 1622B| 0 124k| 0 13.0 |2637 3844 |1.73 1.55 0.86|2.0 0 307| 0 0 | 0 0 | 14 89 0 26 0 -Jan 03 20:30:17 ubuntu dstat.sh[58200]: 03-01 20:30:17| 13 13 72 0 0|2375M 222M 173M 4965M|6092B 1617B| 0 40k| 0 3.99 |2103 2935 |1.73 1.55 0.86|1.0 0 212| 0 0 | 0 0 | 14 89 0 26 0 -Jan 03 20:30:18 ubuntu dstat.sh[58200]: 03-01 20:30:18| 23 3 73 0 0|2413M 184M 173M 4965M|6429B 1620B| 0 328k| 0 27.0 |1954 3027 |1.67 1.54 0.86|1.0 0 0| 0 0 | 0 0 | 14 91 0 27 0 -Jan 03 20:30:19 ubuntu dstat.sh[58200]: 03-01 20:30:19| 21 5 71 0 0|2410M 187M 173M 4965M|6200B 1711B| 0 84k| 0 7.00 |1917 2868 |1.67 1.54 0.86|1.0 0 66| 0 0 | 0 0 | 14 93 0 27 0 -Jan 03 20:30:20 ubuntu dstat.sh[58200]: 03-01 20:30:20| 29 5 63 2 0|2454M 142M 173M 4965M|7489B 1624B| 0 4942k| 0 360 |4629 8082 |1.67 1.54 0.86|2.0 0 7.0| 0 0 | 0 0 | 14 108 0 27 0 -Jan 03 20:30:21 ubuntu dstat.sh[58200]: 03-01 20:30:21| 20 8 71 0 0|2435M 161M 173M 4965M|6099B 1453B| 0 925k| 0 89.7 |2474 3972 |1.67 1.54 0.86|1.0 0 113| 0 0 | 0 0 | 14 106 0 29 0 -Jan 03 20:30:22 ubuntu dstat.sh[58200]: 03-01 20:30:22| 25 2 72 0 0|2468M 127M 173M 4965M|6286B 1715B| 0 1149k| 0 77.1 |2249 3582 |1.67 1.54 0.86|1.0 0 0| 0 0 | 0 0 | 14 108 0 29 0 -Jan 03 20:30:23 ubuntu dstat.sh[58200]: 03-01 20:30:23| 37 10 50 2 0|2493M 139M 171M 4933M|4856B 1619B| 348k 9952k|14.0 793 |3761 4801 |1.70 1.55 0.87|2.0 0 100| 0 0 | 0 0 | 14 106 0 30 0 -Jan 03 20:30:24 ubuntu dstat.sh[58200]: 03-01 20:30:24| 40 10 49 1 0|2506M 165M 170M 4895M|5344B 1661B|2311k 472k|84.0 38.0 |2172 2778 |1.70 1.55 0.87|1.0 0 59| 0 0 | 0 0 | 14 110 0 31 0 -Jan 03 20:30:25 ubuntu dstat.sh[58200]: 03-01 20:30:25| 24 3 73 0 0|2554M 132M 170M 4879M|5867B 1620B| 112k 992k|14.0 149 |1375 1851 |1.70 1.55 0.87|1.0 0 2.0| 0 0 | 0 0 | 14 110 0 32 0 -Jan 03 20:30:26 ubuntu dstat.sh[58200]: 03-01 20:30:26| 21 6 74 0 0|2543M 143M 170M 4880M|9936B 1621B| 300k 252k|9.01 14.0 |1268 1620 |1.70 1.55 0.87|1.0 0 53| 0 0 | 0 0 | 14 110 0 32 0 -Jan 03 20:30:27 ubuntu dstat.sh[58200]: 03-01 20:30:27| 21 7 71 0 0|2518M 168M 170M 4880M|6257B 1620B| 0 740k| 0 85.0 |2303 3771 |1.70 1.55 0.87|1.0 0 82| 0 0 | 0 0 | 14 110 0 33 0 -Jan 03 20:30:28 ubuntu dstat.sh[58200]: 03-01 20:30:28| 23 4 72 0 0|2515M 171M 170M 4880M|9216B 1460B| 32k 280k|1.00 15.0 |1330 1803 |1.64 1.54 0.87|1.0 0 17| 0 0 | 0 0 | 14 112 0 34 0 -Jan 03 20:30:29 ubuntu dstat.sh[58200]: 03-01 20:30:29| 22 4 73 0 0|2570M 132M 170M 4865M|5638B 1618B| 52k 1242k|3.00 188 |1454 1826 |1.64 1.54 0.87|1.0 0 43| 0 0 | 0 0 | 14 113 0 34 0 -Jan 03 20:30:30 ubuntu dstat.sh[58200]: 03-01 20:30:30| 27 5 66 2 0|2593M 123M 169M 4850M|7423B 1621B| 0 7223k| 0 703 |5462 9772 |1.64 1.54 0.87|1.0 0 3.0| 0 0 | 0 0 | 14 115 0 36 0 -Jan 03 20:30:31 ubuntu dstat.sh[58200]: 03-01 20:30:31| 20 6 73 0 0|2592M 124M 169M 4851M|5991B 1619B| 915k 156k|19.0 9.99 |1394 1933 |1.64 1.54 0.87|1.0 0 55| 0 0 | 0 0 | 14 115 0 36 0 -Jan 03 20:30:32 ubuntu dstat.sh[58200]: 03-01 20:30:32| 25 3 68 2 0|2605M 125M 169M 4837M|5538B 1620B| 684k 4445k| 114 314 |3687 6416 |1.64 1.54 0.87|1.0 0 0| 0 0 | 0 0 | 14 117 0 36 0 -Jan 03 20:30:33 ubuntu dstat.sh[58200]: 03-01 20:30:33| 32 6 61 0 0|2590M 140M 169M 4837M|9811B 1619B|4094B 652k|1.00 58.0 |3099 5087 |1.59 1.53 0.87|1.0 0 72| 0 0 | 0 0 | 14 117 0 37 0 -Jan 03 20:30:34 ubuntu dstat.sh[58200]: 03-01 20:30:34| 22 6 71 1 0|2569M 161M 169M 4837M|9454B 1459B| 0 1045k| 0 111 |2715 4579 |1.59 1.53 0.87|2.0 0 56| 0 0 | 0 0 | 14 117 0 39 0 -Jan 03 20:30:35 ubuntu dstat.sh[58200]: 03-01 20:30:35| 20 7 72 0 0|2624M 122M 169M 4821M|6156B 1623B|1090k 445k|20.0 22.0 |1526 2043 |1.59 1.53 0.87|1.0 0 93| 0 0 | 0 0 | 14 117 0 39 0 -Jan 03 20:30:36 ubuntu dstat.sh[58200]: 03-01 20:30:36| 25 3 70 1 0|2630M 123M 169M 4814M|5023B 1616B| 0 4031k| 0 307 |3123 6173 |1.59 1.53 0.87|1.0 0 1.0| 0 0 | 0 0 | 14 121 0 39 0 -Jan 03 20:30:37 ubuntu dstat.sh[58200]: 03-01 20:30:37| 34 9 55 1 0|2586M 179M 169M 4803M| 43k 1625B|2953k 778k|92.3 79.2 |4521 7589 |1.59 1.53 0.87|3.0 0 192| 0 0 | 0 0 | 14 119 0 39 0 -Jan 03 20:30:38 ubuntu dstat.sh[58200]: 03-01 20:30:38| 32 6 61 1 0|2645M 118M 169M 4804M|5069B 2029B|1337k 670k|30.9 72.8 |3078 5295 |1.62 1.54 0.88|1.0 0 101| 0 0 | 0 0 | 14 121 0 39 0 -Jan 03 20:30:39 ubuntu dstat.sh[58200]: 03-01 20:30:39| 15 12 71 0 1|2598M 173M 169M 4797M|5432B 2033B| 40k 252k|2.00 15.0 |2360 3481 |1.62 1.54 0.88|1.0 0 204| 0 0 | 0 0 | 14 121 0 40 0 -Jan 03 20:30:40 ubuntu dstat.sh[58200]: 03-01 20:30:40| 11 20 69 0 0|2597M 173M 169M 4797M|5198B 1621B| 132k 829k|7.01 47.0 |3456 5807 |1.62 1.54 0.88|1.0 0 425| 0 0 | 0 0 | 14 121 0 40 0 -Jan 03 20:30:41 ubuntu dstat.sh[58200]: 03-01 20:30:41| 23 17 59 0 0|2624M 146M 169M 4798M|5367B 1458B| 560k 336k|30.0 19.0 |3753 9489 |1.62 1.54 0.88|2.0 0 229| 0 0 | 0 0 | 14 121 0 40 0 -Jan 03 20:30:42 ubuntu dstat.sh[58200]: 03-01 20:30:42| 31 22 45 1 0|2672M 127M 169M 4769M|6485B 1660B| 28k 4703k|4.00 454 |3988 5954 |1.62 1.54 0.88|3.0 0 501| 0 0 | 0 0 | 14 121 0 40 0 -Jan 03 20:30:43 ubuntu dstat.sh[58200]: 03-01 20:30:43| 39 23 36 1 0|2766M 128M 166M 4679M|5717B 1733B|1273k 6041k|71.1 708 |7756 17k|1.81 1.58 0.89|5.0 0 231| 0 0 | 0 0 | 16 133 0 40 0 -Jan 03 20:30:44 ubuntu dstat.sh[58200]: 03-01 20:30:44| 53 23 22 0 0|2878M 125M 165M 4574M|7244B 1620B|2132k 2356k|96.0 277 |3668 5278 |1.81 1.58 0.89|5.0 0 485| 0 0 | 0 0 | 16 133 0 40 0 -Jan 03 20:30:45 ubuntu dstat.sh[58200]: 03-01 20:30:45| 55 23 20 0 0|2950M 126M 162M 4505M|5726B 1619B|3338k 7236k| 146 757 |8050 20k|1.81 1.58 0.89|2.0 0 301| 0 0 | 0 0 | 16 143 0 40 0 -Jan 03 20:30:46 ubuntu dstat.sh[58200]: 03-01 20:30:46| 38 19 43 1 0|3008M 129M 162M 4446M|6319B 1620B| 76k 248k|6.00 12.0 |4057 7665 |1.81 1.58 0.89|3.0 0 412| 0 0 | 0 0 | 16 149 0 40 0 -Jan 03 20:30:47 ubuntu dstat.sh[58200]: 03-01 20:30:47| 27 22 48 0 0|3054M 133M 162M 4397M|9756B 1616B| 52k 2107k|9.97 277 |4159 6722 |1.81 1.58 0.89|1.0 0 513| 0 0 | 0 0 | 17 149 0 40 0 -Jan 03 20:30:48 ubuntu dstat.sh[58200]: 03-01 20:30:48| 18 16 65 0 0|3077M 117M 162M 4390M|5849B 1548B| 136k 640k|10.0 31.0 |4979 8643 |1.83 1.58 0.90|4.0 0 236| 0 0 | 0 0 | 17 149 0 40 0 -Jan 03 20:30:49 ubuntu dstat.sh[58200]: 03-01 20:30:49| 31 21 47 0 1|3131M 120M 162M 4334M|5922B 1622B|8203B 2091k|2.00 354 |4307 6415 |1.83 1.58 0.90|2.0 0 500| 0 0 | 0 0 | 17 149 0 40 0 -Jan 03 20:30:50 ubuntu dstat.sh[58200]: 03-01 20:30:50| 43 20 36 0 0|3223M 121M 162M 4243M|4727B 1693B| 20k 2341k|2.00 305 |8895 19k|1.83 1.58 0.90|5.0 0 284| 0 0 | 0 0 | 17 165 0 40 0 -Jan 03 20:30:51 ubuntu dstat.sh[58200]: 03-01 20:30:51| 31 23 44 0 0|3292M 128M 162M 4169M|5652B 1619B| 232k 4241k|12.0 325 |4535 6996 |1.83 1.58 0.90|2.0 0 685| 0 0 | 0 0 | 17 165 0 40 0 -Jan 03 20:30:52 ubuntu dstat.sh[58200]: 03-01 20:30:52| 29 25 45 0 0|3369M 126M 162M 4096M|5485B 1618B|4091B 583k|1.00 41.0 |5965 13k|1.83 1.58 0.90|3.0 0 591| 0 0 | 0 0 | 17 171 0 39 0 -Jan 03 20:30:53 ubuntu dstat.sh[58200]: 03-01 20:30:53| 16 19 64 1 0|3384M 124M 162M 4083M|5765B 1622B| 0 4929k| 0 363 |6002 8522 |1.76 1.57 0.90|1.0 0 268| 0 0 | 0 0 | 17 177 0 39 0 -Jan 03 20:30:54 ubuntu dstat.sh[58200]: 03-01 20:30:54| 38 10 51 1 0|3468M 128M 162M 3996M|7409B 1663B| 24k 752k|6.00 117 |2619 5929 |1.76 1.57 0.90|2.0 0 121| 0 0 | 0 0 | 17 177 0 39 0 -Jan 03 20:30:55 ubuntu dstat.sh[58200]: 03-01 20:30:55| 48 6 46 0 0|3578M 126M 162M 3890M|5094B 1510B| 36k 679k|3.00 81.9 |1801 2176 |1.76 1.57 0.90|2.0 0 0| 0 0 | 0 0 | 17 177 0 39 0 -Jan 03 20:30:56 ubuntu dstat.sh[58200]: 03-01 20:30:56| 35 13 52 0 0|3538M 207M 162M 3851M|6899B 1567B|1417k 3514k|41.0 171 |3447 5897 |1.76 1.57 0.90|5.0 0 289| 0 0 | 0 0 | 17 181 0 35 0 -Jan 03 20:30:57 ubuntu dstat.sh[58200]: 03-01 20:30:57| 37 22 39 0 0|3592M 151M 162M 3853M|8139B 1620B| 24k 696k|3.00 54.0 |6182 13k|1.76 1.57 0.90|2.0 0 554| 0 0 | 0 0 | 17 192 0 35 0 -Jan 03 20:30:58 ubuntu dstat.sh[58200]: 03-01 20:30:58| 55 20 24 0 0|3656M 119M 162M 3822M|5671B 1709B|1507k 520k|32.0 28.0 |6187 11k|2.10 1.65 0.93|6.0 0 277| 0 0 | 0 0 | 17 197 0 35 0 -Jan 03 20:30:59 ubuntu dstat.sh[58200]: 03-01 20:30:59| 76 17 6 0 0|3733M 122M 162M 3744M|6775B 1621B| 788k 8095k|15.0 475 |3320 5855 |2.10 1.65 0.93|5.0 0 80| 0 0 | 0 0 | 17 208 0 35 0 -Jan 03 20:31:00 ubuntu dstat.sh[58200]: 03-01 20:31:00| 78 15 5 0 0|3821M 125M 162M 3655M|5541B 1620B| 164k 1376k|10.0 64.0 |3805 10k|2.10 1.65 0.93|4.0 0 58| 0 0 | 0 0 | 17 218 0 44 0 -Jan 03 20:31:01 ubuntu dstat.sh[58200]: 03-01 20:31:01| 49 27 23 0 0|3811M 142M 162M 3646M|6842B 1620B| 0 336k| 0 19.0 |5760 11k|2.10 1.65 0.93|6.0 0 442| 0 0 | 0 0 | 17 217 0 44 0 -Jan 03 20:31:02 ubuntu dstat.sh[58200]: 03-01 20:31:02| 51 24 24 0 0|3810M 140M 162M 3651M|6298B 1457B|8188B 792k|1.00 43.0 |6237 19k|2.10 1.65 0.93|3.0 0 339| 0 0 | 0 0 | 17 219 0 44 0 -Jan 03 20:31:03 ubuntu dstat.sh[58200]: 03-01 20:31:03| 55 25 20 0 0|3836M 138M 162M 3626M|5690B 1622B| 0 625k| 0 42.0 |9472 30k|2.17 1.67 0.94|3.0 0 385| 0 0 | 0 0 | 17 219 0 44 0 -Jan 03 20:31:04 ubuntu dstat.sh[58200]: 03-01 20:31:04| 54 24 20 0 0|3919M 123M 162M 3560M|7383B 1692B| 76k 27M|19.0 704 |6235 8650 |2.17 1.67 0.94|3.0 0 320| 0 0 | 0 0 | 17 219 0 40 0 -Jan 03 20:31:05 ubuntu dstat.sh[58200]: 03-01 20:31:05| 57 22 18 0 0|3970M 136M 162M 3494M|5333B 1618B| 112k 5678k|6.99 466 |5899 13k|2.17 1.67 0.94|3.0 0 425| 0 0 | 0 0 | 17 228 0 44 0 -Jan 03 20:31:06 ubuntu dstat.sh[58200]: 03-01 20:31:06| 58 20 20 0 0|4005M 124M 162M 3474M|7670B 1616B| 116k 686k|5.99 54.9 |7218 17k|2.17 1.67 0.94|2.0 0 290| 0 0 | 0 0 | 17 235 0 41 0 -Jan 03 20:31:07 ubuntu dstat.sh[58200]: 03-01 20:31:07| 60 14 25 0 0|4078M 123M 162M 3402M| 41k 1665B| 0 633k| 0 59.1 |3659 5671 |2.17 1.67 0.94|4.0 0 182| 0 0 | 0 0 | 17 235 0 41 0 -Jan 03 20:31:08 ubuntu dstat.sh[58200]: 03-01 20:31:08| 68 8 22 0 0|4139M 171M 162M 3296M|5315B 1710B| 204k 824k|14.0 82.0 |3201 6118 |2.40 1.73 0.96|5.0 0 8.0| 0 0 | 0 0 | 17 249 0 42 0 -Jan 03 20:31:09 ubuntu dstat.sh[58200]: 03-01 20:31:09| 58 21 20 0 0|4188M 136M 162M 3283M|4841B 1458B| 780k 1996k|34.0 228 |6246 12k|2.40 1.73 0.96|6.0 0 328| 0 0 | 0 0 | 17 249 1 48 0 -Jan 03 20:31:10 ubuntu dstat.sh[58200]: 03-01 20:31:10| 46 28 26 1 0|4200M 122M 162M 3284M|5230B 1619B|1571k 1573k|41.0 102 |5419 11k|2.40 1.73 0.96|6.0 0 493| 0 0 | 0 0 | 17 250 0 38 0 -Jan 03 20:31:11 ubuntu dstat.sh[58200]: 03-01 20:31:11| 60 19 19 0 0|4222M 120M 162M 3265M|6041B 1620B|3311k 1461k|48.0 83.0 |5351 10k|2.40 1.73 0.96|5.0 0 245| 0 0 | 0 0 | 18 250 0 39 0 -Jan 03 20:31:12 ubuntu dstat.sh[58200]: 03-01 20:31:12| 72 16 9 1 1|4288M 170M 162M 3152M|6038B 1621B| 809k 10M|13.0 821 |4009 3930 |2.40 1.73 0.96|5.0 0 69| 0 0 | 0 0 | 18 253 0 39 0 -Jan 03 20:31:13 ubuntu dstat.sh[58200]: 03-01 20:31:13| 61 11 27 0 0|4328M 155M 162M 3126M|4998B 1620B| 816k 836k|9.00 61.0 |3997 8358 |2.45 1.75 0.97|2.0 0 116| 0 0 | 0 0 | 18 254 0 40 0 -Jan 03 20:31:14 ubuntu dstat.sh[58200]: 03-01 20:31:14| 21 9 70 0 0|4362M 120M 162M 3127M|9145B 3252B| 832k 370k|10.9 18.9 |2017 3184 |2.45 1.75 0.97|2.0 0 116| 0 0 | 0 0 | 18 255 0 40 0 -Jan 03 20:31:15 ubuntu dstat.sh[58200]: 03-01 20:31:15| 21 6 72 0 0|4366M 116M 162M 3127M| 22k 5264B| 546k 502k|6.03 39.2 |2145 3173 |2.45 1.75 0.97|1.0 0 9.0| 0 0 | 0 0 | 18 258 0 40 0 -Jan 03 20:31:16 ubuntu dstat.sh[58200]: 03-01 20:31:16| 24 10 65 0 0|4356M 140M 162M 3114M| 16M 91k|2842k 392k|30.0 25.0 |6509 4410 |2.45 1.75 0.97|2.0 0 125| 0 0 | 0 0 | 18 258 0 40 0 -Jan 03 20:31:17 ubuntu dstat.sh[58200]: 03-01 20:31:17| 38 12 49 0 0|4426M 124M 162M 3060M|6604B 1614B|2025k 2025k|35.9 105 |3351 5857 |2.45 1.75 0.97|1.0 0 151| 0 0 | 0 0 | 18 261 0 40 0 -Jan 03 20:31:18 ubuntu dstat.sh[58200]: 03-01 20:31:18| 38 8 52 1 0|4430M 147M 162M 3034M|5570B 1667B| 987k 10M|34.1 550 |5135 9035 |2.33 1.73 0.97|1.0 0 8.0| 0 0 | 0 0 | 18 272 0 42 0 -Jan 03 20:31:19 ubuntu dstat.sh[58200]: 03-01 20:31:19| 22 10 68 1 0|4376M 185M 162M 3050M|7561B 1619B| 248k 868k|9.00 81.0 |4163 7809 |2.33 1.73 0.97|1.0 0 212| 0 0 | 0 0 | 18 275 0 43 0 -Jan 03 20:31:20 ubuntu dstat.sh[58200]: 03-01 20:31:20| 19 9 71 0 0|4393M 170M 162M 3047M|5600B 1615B| 152k 311k|6.98 22.9 |2651 4407 |2.33 1.73 0.97|1.0 0 259| 0 0 | 0 0 | 18 275 0 42 0 -Jan 03 20:31:21 ubuntu dstat.sh[58200]: 03-01 20:31:21| 14 13 71 0 0|4363M 200M 162M 3047M|5950B 1620B|4096B 1052k|1.00 63.0 |2594 3912 |2.33 1.73 0.97|1.0 0 205| 0 0 | 0 0 | 18 275 0 42 0 -Jan 03 20:31:22 ubuntu dstat.sh[58200]: 03-01 20:31:22| 9 21 70 1 0|4371M 191M 162M 3047M|5810B 1716B| 645k 140k|7.01 13.0 |3342 5388 |2.33 1.73 0.97|1.0 0 373| 0 0 | 0 0 | 18 275 0 40 0 -Jan 03 20:31:23 ubuntu dstat.sh[58200]: 03-01 20:31:23| 4 4 89 0 0|4372M 191M 162M 3048M|6253B 1457B| 32k 14M|3.00 165 |2039 3273 |2.22 1.72 0.97|1.0 0 83| 0 0 | 0 0 | 18 275 0 40 0 -Jan 03 20:31:24 ubuntu dstat.sh[58200]: 03-01 20:31:24| 20 3 76 0 0|4419M 144M 162M 3048M|6289B 1620B| 0 16M| 0 53.0 |1433 2076 |2.22 1.72 0.97|1.0 0 11| 0 0 | 0 0 | 18 275 0 40 0 -Jan 03 20:31:25 ubuntu dstat.sh[58200]: 03-01 20:31:25| 18 12 71 0 0|4368M 195M 162M 3048M|5025B 1621B| 48k 112k|5.00 12.0 |2534 3878 |2.22 1.72 0.97|1.0 0 147| 0 0 | 0 0 | 18 279 0 38 0 -Jan 03 20:31:26 ubuntu dstat.sh[58200]: 03-01 20:31:26| 13 16 70 0 0|4370M 192M 162M 3048M|5921B 1622B| 0 0 | 0 0 |2828 4399 |2.22 1.72 0.97|1.0 0 215| 0 0 | 0 0 | 18 279 0 38 0 -Jan 03 20:31:27 ubuntu dstat.sh[58200]: 03-01 20:31:27| 17 12 70 1 0|4402M 160M 162M 3048M|6294B 1665B|4103B 565k|1.00 57.1 |2888 4606 |2.22 1.72 0.97|1.0 0 182| 0 0 | 0 0 | 18 285 0 37 0 -Jan 03 20:31:28 ubuntu dstat.sh[58200]: 03-01 20:31:28| 24 2 72 0 0|4459M 125M 162M 3026M|7836B 1615B| 778k 104k|45.9 15.0 |1547 2138 |2.13 1.71 0.97|2.0 0 4.0| 0 0 | 0 0 | 18 287 0 37 0 -Jan 03 20:31:29 ubuntu dstat.sh[58200]: 03-01 20:31:29| 24 3 71 1 0|4495M 116M 162M 2999M|6242B 1620B| 200k 1004k|14.0 93.0 |2112 3457 |2.13 1.71 0.97|1.0 0 3.0| 0 0 | 0 0 | 18 291 0 35 0 -Jan 03 20:31:30 ubuntu dstat.sh[58200]: 03-01 20:31:30| 24 4 71 0 0|4442M 170M 162M 2999M|5382B 1456B| 28k 8182B|5.99 2.00 |1588 2246 |2.13 1.71 0.97|1.0 0 8.0| 0 0 | 0 0 | 18 289 0 35 0 -Jan 03 20:31:31 ubuntu dstat.sh[58200]: 03-01 20:31:31| 24 4 72 0 0|4490M 121M 162M 2999M|8275B 1620B| 36k 172k|9.00 13.0 |1800 2952 |2.13 1.71 0.97|1.0 0 2.0| 0 0 | 0 0 | 18 295 0 33 0 -Jan 03 20:31:32 ubuntu dstat.sh[58200]: 03-01 20:31:32| 23 4 72 0 0|4420M 191M 162M 2999M|7686B 1620B| 24k 0 |2.00 0 |1390 1959 |2.13 1.71 0.97|1.0 0 17| 0 0 | 0 0 | 18 289 0 33 0 -Jan 03 20:31:33 ubuntu dstat.sh[58200]: 03-01 20:31:33| 23 5 71 0 0|4385M 226M 162M 2999M|6508B 1623B| 80k 172k|5.01 13.0 |1784 2658 |2.04 1.70 0.98|1.0 0 54| 0 0 | 0 0 | 18 289 0 33 0 -Jan 03 20:31:34 ubuntu dstat.sh[58200]: 03-01 20:31:34| 11 18 70 0 0|4390M 220M 162M 3000M|9441B 1622B|1366k 296k|19.0 7.01 |3083 4687 |2.04 1.70 0.98|1.0 0 347| 0 0 | 0 0 | 18 289 0 33 0 -Jan 03 20:31:35 ubuntu dstat.sh[58200]: 03-01 20:31:35| 18 11 72 0 0|4411M 198M 162M 3001M|4940B 1691B| 352k 0 |20.0 0 |2289 3510 |2.04 1.70 0.98| 0 1.0 184| 0 0 | 0 0 | 18 289 0 30 0 -Jan 03 20:31:36 ubuntu dstat.sh[58200]: 03-01 20:31:36| 24 5 69 0 0|4440M 170M 162M 3001M|5686B 1620B| 324k 4095B|15.0 1.00 |9073 18k|2.04 1.70 0.98|2.0 0 8.0| 0 0 | 0 0 | 18 289 0 30 0 -Jan 03 20:31:37 ubuntu dstat.sh[58200]: 03-01 20:31:37| 19 2 76 0 0|4426M 182M 162M 3001M| 49k 5379B| 16k 728k|4.00 34.0 |1846 2872 |2.04 1.70 0.98|1.0 0 7.0| 0 0 | 0 0 | 18 290 0 30 0 -Jan 03 20:31:38 ubuntu dstat.sh[58200]: 03-01 20:31:38| 25 5 69 0 0|4448M 159M 162M 3003M|4902B 1453B| 0 518k| 0 17.9 |8540 17k|2.03 1.70 0.98|2.0 0 6.0| 0 0 | 0 0 | 18 290 0 30 0 -Jan 03 20:31:39 ubuntu dstat.sh[58200]: 03-01 20:31:39| 21 7 72 0 0|4383M 225M 162M 3003M|6118B 1800B| 12k 658k|3.01 39.1 |2371 3773 |2.03 1.70 0.98|1.0 0 116| 0 0 | 0 0 | 18 289 0 28 0 -Jan 03 20:31:40 ubuntu dstat.sh[58200]: 03-01 20:31:40| 22 7 71 1 0|4436M 171M 162M 3003M|5004B 1620B| 0 364k| 0 43.0 |2573 4165 |2.03 1.70 0.98|1.0 0 158| 0 0 | 0 0 | 18 291 0 28 0 -Jan 03 20:31:41 ubuntu dstat.sh[58200]: 03-01 20:31:41| 20 8 71 0 0|4405M 202M 162M 3003M|6323B 1615B| 24k 195k|1.99 12.0 |2226 3430 |2.03 1.70 0.98|1.0 0 112| 0 0 | 0 0 | 18 291 0 30 0 -Jan 03 20:31:42 ubuntu dstat.sh[58200]: 03-01 20:31:42| 23 4 73 0 0|4379M 228M 162M 3003M|6024B 1668B| 0 116k| 0 8.03 |1576 2430 |2.03 1.70 0.98|2.0 0 37| 0 0 | 0 0 | 18 291 0 30 0 -Jan 03 20:31:43 ubuntu dstat.sh[58200]: 03-01 20:31:43| 23 4 71 0 0|4439M 168M 162M 3003M|5310B 1614B| 0 3364k| 0 378 |2234 2540 |1.95 1.69 0.98|1.0 0 37| 0 0 | 0 0 | 18 291 0 31 0 -Jan 03 20:31:44 ubuntu dstat.sh[58200]: 03-01 20:31:44| 21 5 72 0 0|4424M 183M 162M 3003M|8084B 1619B| 0 68k| 0 8.99 |1820 2693 |1.95 1.69 0.98|1.0 0 58| 0 0 | 0 0 | 18 291 0 31 0 -Jan 03 20:31:45 ubuntu dstat.sh[58200]: 03-01 20:31:45| 22 6 71 0 0|4406M 201M 162M 3003M|6510B 1459B| 0 0 | 0 0 |1836 2803 |1.95 1.69 0.98|1.0 0 34| 0 0 | 0 0 | 18 291 0 33 0 -Jan 03 20:31:46 ubuntu dstat.sh[58200]: 03-01 20:31:46| 24 5 70 0 0|4386M 221M 162M 3003M|6906B 1625B|8217B 365k|2.01 44.1 |2257 3550 |1.95 1.69 0.98|1.0 0 47| 0 0 | 0 0 | 18 291 0 33 0 -Jan 03 20:31:47 ubuntu dstat.sh[58200]: 03-01 20:31:47| 24 3 71 0 0|4443M 164M 162M 3003M|6042B 1617B| 0 240k| 0 24.0 |1767 2703 |1.95 1.69 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 294 0 34 0 -Jan 03 20:31:48 ubuntu dstat.sh[58200]: 03-01 20:31:48| 23 4 71 0 0|4435M 172M 162M 3003M|6983B 1617B| 0 1090k| 0 116 |2005 2743 |1.87 1.68 0.98|1.0 0 34| 0 0 | 0 0 | 18 291 0 36 0 -Jan 03 20:31:49 ubuntu dstat.sh[58200]: 03-01 20:31:49| 21 6 71 0 0|4415M 192M 162M 3003M|6857B 1620B| 16k 512k|1.00 52.0 |2477 4083 |1.87 1.68 0.98|1.0 0 90| 0 0 | 0 0 | 18 291 0 36 0 -Jan 03 20:31:50 ubuntu dstat.sh[58200]: 03-01 20:31:50| 24 5 70 0 0|4393M 214M 162M 3003M|5176B 1662B| 0 228k| 0 21.0 |1846 2756 |1.87 1.68 0.98|1.0 0 48| 0 0 | 0 0 | 18 291 0 38 0 -Jan 03 20:31:51 ubuntu dstat.sh[58200]: 03-01 20:31:51| 26 2 71 0 0|4444M 163M 162M 3003M|5618B 1458B|4097B 168k|1.00 10.0 |1430 2315 |1.87 1.68 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 293 0 39 0 -Jan 03 20:31:52 ubuntu dstat.sh[58200]: 03-01 20:31:52| 22 5 73 0 0|4430M 176M 162M 3003M|5547B 1625B| 213k 197k|17.1 11.0 |1571 2276 |1.87 1.68 0.98|1.0 0 16| 0 0 | 0 0 | 18 291 0 40 0 -Jan 03 20:31:53 ubuntu dstat.sh[58200]: 03-01 20:31:53| 28 4 66 1 0|4394M 212M 162M 3004M|4594B 1619B| 308k 2187k|22.0 185 |3652 6689 |1.80 1.67 0.98|1.0 0 5.0| 0 0 | 0 0 | 18 293 0 41 0 -Jan 03 20:31:54 ubuntu dstat.sh[58200]: 03-01 20:31:54| 25 3 71 0 0|4438M 167M 162M 3004M|4806B 1617B| 16k 591k|2.00 38.9 |1775 2750 |1.80 1.67 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 295 0 41 0 -Jan 03 20:31:55 ubuntu dstat.sh[58200]: 03-01 20:31:55| 21 8 69 1 0|4392M 214M 162M 3004M|5614B 1624B| 68k 1050k|4.01 113 |3736 6811 |1.80 1.67 0.98|2.0 0 202| 0 0 | 0 0 | 18 293 0 42 0 -Jan 03 20:31:56 ubuntu dstat.sh[58200]: 03-01 20:31:56| 11 21 67 0 0|4399M 207M 162M 3004M|5172B 1621B| 0 665k| 0 45.0 |4199 7147 |1.80 1.67 0.98|2.0 0 642| 0 0 | 0 0 | 18 293 0 42 0 -Jan 03 20:31:57 ubuntu dstat.sh[58200]: 03-01 20:31:57| 11 23 65 0 0|4401M 205M 162M 3004M|5115B 1620B| 0 724k| 0 61.0 |5217 9493 |1.80 1.67 0.98|1.0 0 693| 0 0 | 0 0 | 18 293 0 42 0 -Jan 03 20:31:58 ubuntu dstat.sh[58200]: 03-01 20:31:58| 11 20 66 0 0|4404M 201M 162M 3005M|7344B 1457B|4094B 640k|1.00 51.0 |4620 8059 |1.66 1.64 0.98|1.0 0 726| 0 0 | 0 0 | 18 293 0 42 0 -Jan 03 20:31:59 ubuntu dstat.sh[58200]: 03-01 20:31:59| 11 21 68 0 0|4401M 204M 162M 3005M|5448B 1619B| 0 500k| 0 29.0 |3752 6178 |1.66 1.64 0.98|1.0 0 523| 0 0 | 0 0 | 18 293 0 42 0 -Jan 03 20:32:00 ubuntu dstat.sh[58200]: 03-01 20:32:00| 11 20 67 1 0|4400M 205M 162M 3005M|9742B 1618B| 0 1958k| 0 122 |4309 7027 |1.66 1.64 0.98|1.0 0 566| 0 0 | 0 0 | 18 293 0 42 0 -Jan 03 20:32:01 ubuntu dstat.sh[58200]: 03-01 20:32:01| 14 15 70 0 0|4411M 194M 162M 3005M|7064B 1620B| 56k 332k|6.00 22.0 |3137 4898 |1.66 1.64 0.98|1.0 0 340| 0 0 | 0 0 | 18 293 0 33 0 -Jan 03 20:32:02 ubuntu dstat.sh[58200]: 03-01 20:32:02| 22 12 64 0 0|4423M 254M 163M 2940M|8252B 1618B| 248k 2345k|27.0 9.99 | 14k 29k|1.66 1.64 0.98|1.0 0 42| 0 0 | 0 0 | 18 293 0 34 0 -Jan 03 20:32:03 ubuntu dstat.sh[58200]: 03-01 20:32:03| 20 1 76 0 0|4438M 237M 163M 2942M| 13k 5180B| 72k 1643k|7.00 68.0 |1987 2974 |1.61 1.63 0.98| 0 0 3.0| 0 0 | 0 0 | 18 294 0 33 0 -Jan 03 20:32:04 ubuntu dstat.sh[58200]: 03-01 20:32:04| 15 2 82 1 1|4447M 228M 163M 2942M| 19k 11k| 292k 1384k|30.0 47.0 |1515 2285 |1.61 1.63 0.98| 0 0 0| 0 0 | 0 0 | 18 294 0 33 0 -Jan 03 20:32:05 ubuntu dstat.sh[58200]: 03-01 20:32:05| 14 2 82 1 0|4463M 211M 163M 2943M| 23k 13k| 920k 1513k|54.0 71.0 |1963 2986 |1.61 1.63 0.98|1.0 0 0| 0 0 | 0 0 | 18 294 0 29 0 -Jan 03 20:32:06 ubuntu dstat.sh[58200]: 03-01 20:32:06| 18 1 79 1 0|4467M 206M 163M 2944M| 19k 12k| 348k 1077k|30.0 37.0 |1625 2319 |1.61 1.63 0.98|2.0 0 0| 0 0 | 0 0 | 18 294 0 29 0 -Jan 03 20:32:07 ubuntu dstat.sh[58200]: 03-01 20:32:07| 18 2 77 1 0|4477M 179M 163M 2961M| 57k 11k|6463k 1474k| 114 69.9 |2017 2922 |1.61 1.63 0.98|1.0 0 0| 0 0 | 0 0 | 18 294 0 29 0 -Jan 03 20:32:08 ubuntu dstat.sh[58200]: 03-01 20:32:08| 23 5 71 2 0|4504M 132M 163M 2979M|6350B 1663B|1572k 3693k|26.0 166 |2176 3251 |1.56 1.62 0.98|1.0 0 0| 0 0 | 0 0 | 18 294 0 28 0 -Jan 03 20:32:09 ubuntu dstat.sh[58200]: 03-01 20:32:09| 21 4 70 5 0|4485M 126M 163M 3002M|5646B 1621B| 0 14M| 0 796 |3203 3667 |1.56 1.62 0.98|1.0 0 0| 0 0 | 0 0 | 18 294 0 28 0 -Jan 03 20:32:10 ubuntu dstat.sh[58200]: 03-01 20:32:10| 24 4 70 1 0|4484M 142M 163M 2985M|5854B 1794B| 0 3356k| 0 118 |2110 3248 |1.56 1.62 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 293 0 21 0 -Jan 03 20:32:11 ubuntu dstat.sh[58200]: 03-01 20:32:11| 24 4 72 0 0|4451M 173M 163M 2987M|6546B 1517B| 422k 422k|7.03 6.02 |2636 4578 |1.56 1.62 0.98|2.0 0 10| 0 0 | 0 0 | 18 293 0 21 0 -Jan 03 20:32:12 ubuntu dstat.sh[58200]: 03-01 20:32:12| 25 5 69 0 0|4452M 172M 163M 2987M|5395B 1601B| 0 84k| 0 1.00 |9888 20k|1.56 1.62 0.98|3.0 0 13| 0 0 | 0 0 | 18 293 0 20 0 -Jan 03 20:32:13 ubuntu dstat.sh[58200]: 03-01 20:32:13| 22 6 70 0 0|4403M 221M 163M 2987M|5556B 1625B| 32k 1926k|1.00 40.1 |6392 13k|1.51 1.61 0.98|4.0 0 19| 0 0 | 0 0 | 18 293 0 20 0 -Jan 03 20:32:14 ubuntu dstat.sh[58200]: 03-01 20:32:14| 24 6 69 0 0|4413M 211M 163M 2987M|4635B 1621B| 0 22M| 0 75.0 |9032 18k|1.51 1.61 0.98|3.0 0 48| 0 0 | 0 0 | 18 293 0 18 0 -Jan 03 20:32:15 ubuntu dstat.sh[58200]: 03-01 20:32:15| 25 6 68 0 0|4449M 174M 163M 2987M|6923B 1614B| 0 31M| 0 113 |8875 18k|1.51 1.61 0.98|1.0 0 16| 0 0 | 0 0 | 18 293 0 18 0 -Jan 03 20:32:16 ubuntu dstat.sh[58200]: 03-01 20:32:16| 24 6 69 0 0|4439M 185M 163M 2987M|5332B 1620B| 0 196k| 0 9.00 |8603 18k|1.51 1.61 0.98|1.0 0 13| 0 0 | 0 0 | 18 293 0 18 0 -Jan 03 20:32:17 ubuntu dstat.sh[58200]: 03-01 20:32:17| 24 4 72 0 0|4434M 190M 163M 2987M|5738B 1620B| 0 568k| 0 39.0 |1801 2605 |1.51 1.61 0.98|1.0 0 9.0| 0 0 | 0 0 | 18 293 0 18 0 -Jan 03 20:32:18 ubuntu dstat.sh[58200]: 03-01 20:32:18| 22 5 72 0 0|4413M 211M 163M 2987M|6892B 1620B| 0 8194B| 0 2.00 |1985 3277 |1.47 1.60 0.98|1.0 0 94| 0 0 | 0 0 | 18 293 0 17 0 -Jan 03 20:32:19 ubuntu dstat.sh[58200]: 03-01 20:32:19| 23 6 70 0 0|4429M 177M 164M 3002M|5724B 1463B| 24k 1144k|6.02 8.03 | 13k 25k|1.47 1.60 0.98|1.0 0 10| 0 0 | 0 0 | 18 293 0 17 0 -Jan 03 20:32:20 ubuntu dstat.sh[58200]: 03-01 20:32:20| 4 1 93 0 0|4434M 171M 164M 3003M| 11k 3782B| 0 618k| 0 20.9 |1353 2102 |1.47 1.60 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 294 0 15 0 -Jan 03 20:32:21 ubuntu dstat.sh[58200]: 03-01 20:32:21| 17 2 80 0 0|4449M 156M 164M 3003M| 17k 8481B| 0 609k| 0 20.0 |1375 1951 |1.47 1.60 0.98| 0 0 0| 0 0 | 0 0 | 18 295 0 15 0 -Jan 03 20:32:22 ubuntu dstat.sh[58200]: 03-01 20:32:22| 12 1 85 1 0|4452M 152M 164M 3003M| 57k 17k| 0 1686k| 0 56.9 |1635 2426 |1.47 1.60 0.98| 0 0 0| 0 0 | 0 0 | 18 296 0 15 0 -Jan 03 20:32:23 ubuntu dstat.sh[58200]: 03-01 20:32:23| 14 2 82 1 0|4471M 134M 164M 3003M| 123k 14k| 16k 1824k|1.00 93.0 |1954 3091 |1.43 1.59 0.98|3.0 0 0| 0 0 | 0 0 | 18 296 0 15 0 -Jan 03 20:32:24 ubuntu dstat.sh[58200]: 03-01 20:32:24| 17 1 80 0 0|4474M 130M 164M 3003M| 20k 12k| 0 1036k| 0 37.0 |1596 2293 |1.43 1.59 0.98| 0 1.0 0| 0 0 | 0 0 | 18 296 0 15 0 -Jan 03 20:32:25 ubuntu dstat.sh[58200]: 03-01 20:32:25| 15 2 81 1 0|4481M 123M 164M 3004M| 241k 18k| 0 1760k| 0 72.0 |1858 2568 |1.43 1.59 0.98| 0 0 0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:26 ubuntu dstat.sh[58200]: 03-01 20:32:26| 8 2 88 1 0|4481M 122M 165M 3004M| 118k 19k| 28k 2221k|5.00 111 |1917 2666 |1.43 1.59 0.98| 0 0 0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:27 ubuntu dstat.sh[58200]: 03-01 20:32:27| 16 3 80 1 0|4484M 129M 165M 2993M|1886k 26k| 96k 2640k|6.02 79.2 |2655 3193 |1.43 1.59 0.98| 0 0 2.0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:28 ubuntu dstat.sh[58200]: 03-01 20:32:28| 11 3 82 1 0|4483M 119M 165M 3003M| 15M 82k| 164k 18M|3.99 114 |5910 4461 |1.40 1.58 0.98|1.0 0 4.0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:29 ubuntu dstat.sh[58200]: 03-01 20:32:29| 22 5 72 1 0|4490M 124M 168M 2987M|6773B 1620B| 0 3867k| 0 97.0 |1637 2491 |1.40 1.58 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:30 ubuntu dstat.sh[58200]: 03-01 20:32:30| 23 6 69 1 0|4509M 128M 168M 2963M|6769B 1620B| 0 102M| 0 775 |3135 3625 |1.40 1.58 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:31 ubuntu dstat.sh[58200]: 03-01 20:32:31| 21 5 72 1 0|4496M 122M 169M 2978M|8830B 1620B| 0 2220k| 0 96.0 |1775 2563 |1.40 1.58 0.98|1.0 0 0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:32 ubuntu dstat.sh[58200]: 03-01 20:32:32| 20 5 72 1 0|4496M 127M 171M 2969M| 10k 1621B| 0 2541k| 0 98.1 |1781 2613 |1.40 1.58 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:33 ubuntu dstat.sh[58200]: 03-01 20:32:33| 24 3 72 1 0|4497M 130M 172M 2964M|9537B 1459B| 32k 3370k|1.00 88.0 |1840 3059 |1.37 1.57 0.98|1.0 0 0| 0 0 | 0 0 | 18 295 0 15 1 -Jan 03 20:32:34 ubuntu dstat.sh[58200]: 03-01 20:32:34| 20 3 77 1 0|4389M 261M 173M 2939M| 11k 4305B| 20k 1757k|3.01 57.2 |1457 2114 |1.37 1.57 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 293 0 15 0 -Jan 03 20:32:35 ubuntu dstat.sh[58200]: 03-01 20:32:35| 25 5 69 0 0|4447M 201M 173M 2941M|8495B 1615B| 0 722k| 0 5.98 |7977 15k|1.37 1.57 0.98|3.0 0 9.0| 0 0 | 0 0 | 18 293 0 15 0 -Jan 03 20:32:36 ubuntu dstat.sh[58200]: 03-01 20:32:36| 22 4 72 0 0|4441M 206M 173M 2941M|5635B 1619B| 0 100k| 0 4.00 |2556 4557 |1.37 1.57 0.98|1.0 0 9.0| 0 0 | 0 0 | 18 293 0 15 0 -Jan 03 20:32:37 ubuntu dstat.sh[58200]: 03-01 20:32:37| 23 7 69 0 0|4460M 188M 173M 2941M| 42k 1620B| 0 2360k| 0 43.0 |8883 18k|1.37 1.57 0.98|1.0 0 12| 0 0 | 0 0 | 18 293 0 15 0 -Jan 03 20:32:38 ubuntu dstat.sh[58200]: 03-01 20:32:38| 23 4 72 0 0|4432M 213M 173M 2942M|5548B 1696B| 169k 285k|4.01 6.02 |1406 2289 |1.34 1.56 0.98|1.0 0 6.0| 0 0 | 0 0 | 18 293 0 15 0 -Jan 03 20:32:39 ubuntu dstat.sh[58200]: 03-01 20:32:39| 25 3 68 2 0|4438M 205M 173M 2944M|6952B 1542B| 884k 4529k|32.0 293 |5079 10k|1.34 1.56 0.98|2.0 0 2.0| 0 0 | 0 0 | 18 295 0 23 0 -Jan 03 20:32:40 ubuntu dstat.sh[58200]: 03-01 20:32:40| 19 10 67 1 0|4388M 255M 173M 2945M|6361B 1620B| 548k 3731k|27.0 466 |4863 8167 |1.34 1.56 0.98|1.0 0 309| 0 0 | 0 0 | 18 295 0 24 0 -Jan 03 20:32:41 ubuntu dstat.sh[58200]: 03-01 20:32:41| 15 11 67 8 0|4393M 239M 173M 2955M|7385B 1614B| 10M 725k|1161 27.9 |4648 5846 |1.34 1.56 0.98|2.0 0 142| 0 0 | 0 0 | 18 295 0 26 0 -Jan 03 20:32:42 ubuntu dstat.sh[58200]: 03-01 20:32:42| 25 9 50 16 0|4385M 214M 173M 2988M|7285B 1628B| 33M 2927k|2363 127 |6673 7284 |1.34 1.56 0.98|2.0 0 9.0| 0 0 | 0 0 | 18 295 0 24 0 -Jan 03 20:32:43 ubuntu dstat.sh[58200]: 03-01 20:32:43| 7 3 89 0 0|4379M 221M 173M 2988M| 11k 4033B| 498k 562k|7.96 6.97 |1399 2180 |1.23 1.53 0.98| 0 0 7.0| 0 0 | 0 0 | 18 296 0 24 0 -Jan 03 20:32:44 ubuntu dstat.sh[58200]: 03-01 20:32:44| 3 0 95 0 0|4380M 220M 173M 2988M| 40k 5459B| 0 20k| 0 4.00 |1061 1799 |1.23 1.53 0.98| 0 0 0| 0 0 | 0 0 | 18 296 0 23 0 -Jan 03 20:32:45 ubuntu dstat.sh[58200]: 03-01 20:32:45| 8 3 88 0 0|4390M 207M 173M 2990M| 156k 3350B|1370k 450k|42.2 2.01 |1607 2390 |1.23 1.53 0.98|1.0 0 17| 0 0 | 0 0 | 18 295 0 23 0 -Jan 03 20:32:46 ubuntu dstat.sh[58200]: 03-01 20:32:46| 20 6 71 1 0|4418M 168M 173M 3001M|6667B 1448B|9824k 0 | 216 0 |3230 5153 |1.23 1.53 0.98|2.0 0 55| 0 0 | 0 0 | 18 295 0 21 0 -Jan 03 20:32:47 ubuntu dstat.sh[58200]: 03-01 20:32:47| 21 4 73 1 0|4464M 120M 173M 3003M| 12k 2951B|2519k 812k| 145 29.1 |1776 2506 |1.23 1.53 0.98| 0 0 6.0| 0 0 | 0 0 | 18 296 0 21 0 -Jan 03 20:32:48 ubuntu dstat.sh[58200]: 03-01 20:32:48| 16 2 80 0 0|4428M 155M 173M 3004M| 140k 6003B| 148k 532k|9.00 19.0 |1499 2382 |1.21 1.52 0.98|2.0 0 2.0| 0 0 | 0 0 | 18 295 0 21 0 -Jan 03 20:32:49 ubuntu dstat.sh[58200]: 03-01 20:32:49| 27 3 68 0 0|4438M 144M 173M 3004M|6644B 1619B| 92k 276k|4.00 18.0 | 12k 25k|1.21 1.52 0.98|1.0 0 3.0| 0 0 | 0 0 | 18 295 0 18 0 -Jan 03 20:32:50 ubuntu dstat.sh[58200]: 03-01 20:32:50| 25 2 71 0 0|4440M 143M 173M 3004M|4934B 1619B| 52k 871k|6.00 80.9 |1959 3241 |1.21 1.52 0.98|1.0 0 8.0| 0 0 | 0 0 | 18 295 0 18 0 -Jan 03 20:32:51 ubuntu dstat.sh[58200]: 03-01 20:32:51| 14 1 84 1 0|4419M 162M 173M 3006M| 604k 14k| 0 1525k| 0 23.1 |1549 2133 |1.21 1.52 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 297 0 16 0 -Jan 03 20:32:52 ubuntu dstat.sh[58200]: 03-01 20:32:52| 19 1 77 0 0|4418M 159M 173M 3009M|1918k 19k| 0 2260k| 0 29.9 |1887 2250 |1.21 1.52 0.98|1.0 0 4.0| 0 0 | 0 0 | 18 297 0 16 0 -Jan 03 20:32:53 ubuntu dstat.sh[58200]: 03-01 20:32:53| 15 3 79 1 0|4422M 145M 174M 3019M|5409k 41k| 0 10M| 0 221 |3600 3891 |1.19 1.51 0.98| 0 0 6.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:32:54 ubuntu dstat.sh[58200]: 03-01 20:32:54| 15 1 82 1 0|4423M 142M 174M 3021M| 866k 19k| 0 2795k| 0 70.9 |1918 2711 |1.19 1.51 0.98| 0 0 6.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:32:55 ubuntu dstat.sh[58200]: 03-01 20:32:55| 15 2 80 1 0|4427M 133M 174M 3025M|2198k 20k| 0 4047k| 0 69.2 |2386 3220 |1.19 1.51 0.98|1.0 0 8.0| 0 0 | 0 0 | 18 297 0 13 0 -Jan 03 20:32:56 ubuntu dstat.sh[58200]: 03-01 20:32:56| 20 3 76 0 0|4433M 132M 174M 3020M| 753k 7933B| 0 1657k| 0 32.1 |1704 2383 |1.19 1.51 0.98|1.0 0 5.0| 0 0 | 0 0 | 18 297 0 13 0 -Jan 03 20:32:57 ubuntu dstat.sh[58200]: 03-01 20:32:57| 25 2 72 0 0|4431M 133M 174M 3021M| 431k 5676B| 0 797k| 0 36.9 |1679 2323 |1.19 1.51 0.98|2.0 0 0| 0 0 | 0 0 | 18 297 0 12 0 -Jan 03 20:32:58 ubuntu dstat.sh[58200]: 03-01 20:32:58| 16 2 80 1 1|4434M 120M 175M 3030M|4682k 33k| 0 6335k| 0 64.3 |2916 3155 |1.18 1.51 0.98|1.0 0 7.0| 0 0 | 0 0 | 18 297 0 12 0 -Jan 03 20:32:59 ubuntu dstat.sh[58200]: 03-01 20:32:59| 19 4 75 1 0|4445M 135M 175M 3006M| 14M 57k| 0 15M| 0 51.0 |5817 5417 |1.18 1.51 0.98|4.0 0 5.0| 0 0 | 0 0 | 18 297 0 12 0 -Jan 03 20:33:00 ubuntu dstat.sh[58200]: 03-01 20:33:00| 22 2 74 1 0|4451M 127M 175M 3007M| 938k 11k| 0 2002k| 0 48.8 |2162 3166 |1.18 1.51 0.98| 0 0 3.0| 0 0 | 0 0 | 18 297 0 12 0 -Jan 03 20:33:01 ubuntu dstat.sh[58200]: 03-01 20:33:01| 24 3 71 1 0|4451M 126M 175M 3009M| 11M 38k| 0 23M| 0 491 |4488 2540 |1.18 1.51 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:02 ubuntu dstat.sh[58200]: 03-01 20:33:02| 22 4 73 0 0|4467M 153M 175M 2965M|2989k 18k| 0 15M| 0 58.9 |2621 4419 |1.18 1.51 0.98|1.0 0 37| 0 0 | 0 0 | 18 297 0 15 0 -Jan 03 20:33:03 ubuntu dstat.sh[58200]: 03-01 20:33:03| 17 2 81 1 0|4471M 148M 176M 2967M|1121k 16k| 0 2869k| 0 66.0 |1762 2495 |1.08 1.48 0.97| 0 0 3.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:04 ubuntu dstat.sh[58200]: 03-01 20:33:04| 15 2 81 1 0|4475M 137M 176M 2973M|2954k 20k| 0 4714k| 0 60.0 |2075 2417 |1.08 1.48 0.97|1.0 0 3.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:05 ubuntu dstat.sh[58200]: 03-01 20:33:05| 19 1 78 1 0|4479M 131M 176M 2975M| 939k 12k| 0 2300k| 0 52.0 |1834 2601 |1.08 1.48 0.97|3.0 0 4.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:06 ubuntu dstat.sh[58200]: 03-01 20:33:06| 19 4 75 1 0|4477M 130M 176M 2977M|1366k 14k| 0 109M| 0 622 |3703 4261 |1.08 1.48 0.97|1.0 0 4.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:07 ubuntu dstat.sh[58200]: 03-01 20:33:07| 18 1 79 1 0|4477M 126M 177M 2981M|2065k 18k| 0 3683k| 0 72.1 |2349 2930 |1.08 1.48 0.97| 0 0 2.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:08 ubuntu dstat.sh[58200]: 03-01 20:33:08| 22 1 76 0 0|4474M 134M 177M 2976M|1047k 9075B| 0 1753k| 0 24.0 |1682 2301 |1.16 1.49 0.98|1.0 0 4.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:09 ubuntu dstat.sh[58200]: 03-01 20:33:09| 20 2 78 1 0|4473M 134M 177M 2977M| 544k 10k| 0 1612k| 0 38.0 |1643 2420 |1.16 1.49 0.98|1.0 0 4.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:10 ubuntu dstat.sh[58200]: 03-01 20:33:10| 22 2 76 1 0|4483M 123M 177M 2977M| 821k 11k| 20k 2853k|2.01 111 |2252 3443 |1.16 1.49 0.98|3.0 0 4.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:11 ubuntu dstat.sh[58200]: 03-01 20:33:11| 25 2 73 1 0|4504M 133M 177M 2947M| 412k 4444B| 12k 3798k|3.00 145 |1547 1981 |1.16 1.49 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:12 ubuntu dstat.sh[58200]: 03-01 20:33:12| 26 1 72 0 0|4489M 147M 177M 2947M|5230B 1452B| 0 175k| 0 33.9 |1291 1768 |1.16 1.49 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:13 ubuntu dstat.sh[58200]: 03-01 20:33:13| 26 5 68 0 0|4512M 136M 177M 2935M|4946B 1626B|4111B 72k|1.00 3.01 | 12k 24k|1.14 1.48 0.98|1.0 0 6.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:14 ubuntu dstat.sh[58200]: 03-01 20:33:14| 25 3 73 0 0|4509M 122M 178M 2950M|4795B 1620B| 124k 0 |16.0 0 |1979 3384 |1.14 1.48 0.98|2.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:15 ubuntu dstat.sh[58200]: 03-01 20:33:15| 23 6 70 0 1|4511M 129M 178M 2940M|5280B 1620B| 16k 2392k|2.00 37.0 |4098 7539 |1.14 1.48 0.98|2.0 0 9.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:16 ubuntu dstat.sh[58200]: 03-01 20:33:16| 27 10 60 0 0|4531M 156M 179M 2893M|7924B 1615B| 16k 1415k|1.99 9.97 | 32k 69k|1.14 1.48 0.98|1.0 0 3.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:17 ubuntu dstat.sh[58200]: 03-01 20:33:17| 23 6 69 0 0|4524M 129M 180M 2924M|6539B 1620B| 12k 2764k|3.00 51.0 |4350 7785 |1.14 1.48 0.98|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:18 ubuntu dstat.sh[58200]: 03-01 20:33:18| 25 3 71 0 0|4501M 182M 180M 2896M|4951B 1458B| 0 604k| 0 15.0 |1809 2754 |1.45 1.54 1.00|2.0 0 1.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:19 ubuntu dstat.sh[58200]: 03-01 20:33:19| 26 2 72 0 0|4498M 184M 180M 2897M|5328B 1622B| 0 20k| 0 5.00 |1426 2022 |1.45 1.54 1.00|2.0 0 1.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:20 ubuntu dstat.sh[58200]: 03-01 20:33:20| 27 1 71 0 0|4502M 181M 180M 2897M|5345B 1619B| 0 887k| 0 60.0 |1753 2753 |1.45 1.54 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:21 ubuntu dstat.sh[58200]: 03-01 20:33:21| 27 1 72 0 0|4484M 195M 180M 2900M|7022B 1620B| 0 724k| 0 6.00 |1288 1824 |1.45 1.54 1.00|2.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:22 ubuntu dstat.sh[58200]: 03-01 20:33:22| 22 3 72 1 0|4494M 161M 180M 2922M|5472B 1711B| 0 3870k| 0 167 |2104 3034 |1.45 1.54 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:23 ubuntu dstat.sh[58200]: 03-01 20:33:23| 24 3 73 1 0|4495M 138M 181M 2940M|4989B 1623B| 0 1583k| 0 60.1 |1673 2602 |1.42 1.53 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:24 ubuntu dstat.sh[58200]: 03-01 20:33:24| 23 3 72 0 0|4487M 129M 181M 2955M|5308B 1618B| 0 1893k| 0 45.9 |1577 2427 |1.42 1.53 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:25 ubuntu dstat.sh[58200]: 03-01 20:33:25| 24 4 72 1 0|4487M 131M 182M 2950M|6291B 1460B| 0 1838k| 0 88.1 |1768 2767 |1.42 1.53 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:26 ubuntu dstat.sh[58200]: 03-01 20:33:26| 22 4 72 1 0|4487M 123M 184M 2954M|5572B 1619B| 0 13M| 0 102 |1738 2526 |1.42 1.53 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:27 ubuntu dstat.sh[58200]: 03-01 20:33:27| 21 7 71 1 0|4487M 132M 188M 2938M|8869B 1621B| 0 17M| 0 182 |2011 3036 |1.42 1.53 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:28 ubuntu dstat.sh[58200]: 03-01 20:33:28| 21 6 72 1 0|4487M 122M 189M 2947M|5783B 1620B| 0 2536k| 0 78.0 |1645 2681 |1.38 1.52 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:29 ubuntu dstat.sh[58200]: 03-01 20:33:29| 21 8 70 1 0|4483M 132M 190M 2938M|6332B 1620B| 0 86M| 0 463 |1922 3154 |1.38 1.52 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:30 ubuntu dstat.sh[58200]: 03-01 20:33:30| 22 5 71 1 0|4482M 123M 191M 2945M|6495B 1620B|4097B 4045k|1.00 117 |1969 3423 |1.38 1.52 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:31 ubuntu dstat.sh[58200]: 03-01 20:33:31| 22 8 69 0 0|4482M 127M 193M 2937M|6530B 1457B| 0 83M| 0 348 |1940 3004 |1.38 1.52 1.00|6.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:32 ubuntu dstat.sh[58200]: 03-01 20:33:32| 25 3 72 0 0|4489M 128M 194M 2928M|7768B 1619B| 0 340k| 0 65.0 |1367 1937 |1.38 1.52 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:33 ubuntu dstat.sh[58200]: 03-01 20:33:33| 26 2 72 0 0|4502M 134M 194M 2910M|6632B 1621B| 0 4098B| 0 1.00 |1305 2052 |1.35 1.51 1.00|1.0 0 0| 0 0 | 0 0 | 18 297 0 14 0 -Jan 03 20:33:34 ubuntu dstat.sh[58200]: 03-01 20:33:34| 23 3 71 0 0|4505M 182M 194M 2858M|6894B 1965B| 0 4450k| 0 95.9 |1498 2202 |1.35 1.51 1.00|1.0 0 0| 0 0 | 0 0 | 18 295 0 14 0 -Jan 03 20:33:35 ubuntu dstat.sh[58200]: 03-01 20:33:35| 25 4 72 0 0|4382M 305M 194M 2858M|5579B 1628B|4116B 0 |1.00 0 |1702 2712 |1.35 1.51 1.00|1.0 0 6.0| 0 0 | 0 0 | 18 295 0 14 0 -Jan 03 20:33:36 ubuntu dstat.sh[58200]: 03-01 20:33:36| 27 3 68 0 0|4393M 294M 194M 2858M|5558B 1615B| 0 0 | 0 0 | 12k 25k|1.35 1.51 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 295 0 14 0 -Jan 03 20:33:37 ubuntu dstat.sh[58200]: 03-01 20:33:37| 29 6 61 1 0|4400M 287M 194M 2858M| 41k 1457B| 0 25M| 0 318 | 30k 61k|1.35 1.51 1.00|1.0 0 5.0| 0 0 | 0 0 | 18 295 0 14 0 -Jan 03 20:33:38 ubuntu dstat.sh[58200]: 03-01 20:33:38| 25 5 70 0 1|4418M 269M 194M 2858M|5189B 1620B| 0 508k| 0 83.0 |9290 19k|1.32 1.50 1.00|2.0 0 7.0| 0 0 | 0 0 | 18 295 0 14 0 -Jan 03 20:33:39 ubuntu dstat.sh[58200]: 03-01 20:33:39| 40 7 53 0 0|4363M 323M 194M 2859M|8660B 2095B| 744k 468k|19.0 18.0 |1765 2385 |1.32 1.50 1.00|4.0 0 17| 0 0 | 0 0 | 18 287 0 16 0 -Jan 03 20:33:40 ubuntu dstat.sh[58200]: 03-01 20:33:40| 55 9 35 0 0|4115M 570M 194M 2860M|6417B 1627B| 361k 735k|9.04 67.3 |2313 3618 |1.32 1.50 1.00|4.0 0 5.0| 0 0 | 0 0 | 18 273 0 10 0 -Jan 03 20:33:41 ubuntu dstat.sh[58200]: 03-01 20:33:41| 84 14 1 0 0|4290M 394M 194M 2860M|5229B 1620B| 360k 404k|24.0 9.00 |1942 2348 |1.32 1.50 1.00|6.0 0 12| 0 0 | 0 0 | 18 269 0 11 0 -Jan 03 20:33:42 ubuntu dstat.sh[58200]: 03-01 20:33:42| 87 12 1 0 0|4298M 383M 194M 2863M|5696B 1620B|1388k 864k| 107 27.0 |5718 12k|1.32 1.50 1.00|6.0 0 6.0| 0 0 | 0 0 | 18 267 0 18 0 -Jan 03 20:33:43 ubuntu dstat.sh[58200]: 03-01 20:33:43| 65 14 21 0 0|4233M 448M 194M 2864M|5184B 1620B| 788k 6048k|8.00 568 |3934 5800 |1.46 1.53 1.01|2.0 0 12| 0 0 | 0 0 | 18 258 0 19 0 -Jan 03 20:33:44 ubuntu dstat.sh[58200]: 03-01 20:33:44| 34 6 58 0 0|4309M 371M 194M 2865M|5063B 1494B| 135k 777k|32.9 20.9 |4226 10k|1.46 1.53 1.01|1.0 0 4.0| 0 0 | 0 0 | 18 264 0 20 0 -Jan 03 20:33:45 ubuntu dstat.sh[58200]: 03-01 20:33:45| 26 5 70 0 0|4392M 286M 194M 2867M| 45k 23k| 424k 388k|15.0 37.0 |4344 7544 |1.46 1.53 1.01|1.0 0 2.0| 0 0 | 0 0 | 18 266 0 26 0 -Jan 03 20:33:46 ubuntu dstat.sh[58200]: 03-01 20:33:46| 3 1 95 0 0|4392M 286M 194M 2867M| 29k 13k| 0 313k| 0 9.03 |1281 1907 |1.46 1.53 1.01| 0 0 0| 0 0 | 0 0 | 18 266 0 26 0 -Jan 03 20:33:47 ubuntu dstat.sh[58200]: 03-01 20:33:47| 10 2 86 0 0|4394M 284M 194M 2867M| 161k 77k| 0 647k| 0 50.0 |2697 3373 |1.46 1.53 1.01| 0 0 0| 0 0 | 0 0 | 18 268 0 26 0 -Jan 03 20:33:48 ubuntu dstat.sh[58200]: 03-01 20:33:48| 9 2 87 1 0|4402M 276M 194M 2867M| 77k 33k| 0 2380k| 0 154 |2461 3499 |1.58 1.55 1.02|1.0 0 1.0| 0 0 | 0 0 | 18 269 0 26 0 -Jan 03 20:33:49 ubuntu dstat.sh[58200]: 03-01 20:33:49| 8 2 88 0 0|4408M 270M 194M 2867M| 46k 20k| 0 136k| 0 19.0 |2520 5269 |1.58 1.55 1.02| 0 0 1.0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:50 ubuntu dstat.sh[58200]: 03-01 20:33:50| 3 1 95 0 0|4408M 270M 194M 2867M|4840B 1512B| 0 312k| 0 14.0 |1284 2185 |1.58 1.55 1.02| 0 0 1.0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:51 ubuntu dstat.sh[58200]: 03-01 20:33:51| 2 1 97 0 0|4408M 270M 194M 2867M|5292B 1566B| 0 292k| 0 18.0 |1108 1855 |1.58 1.55 1.02| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:52 ubuntu dstat.sh[58200]: 03-01 20:33:52| 2 1 96 0 0|4408M 270M 194M 2867M|4694B 1619B| 0 100k| 0 7.99 |1142 1840 |1.58 1.55 1.02| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:53 ubuntu dstat.sh[58200]: 03-01 20:33:53| 2 1 96 0 0|4408M 270M 194M 2867M|6638B 1620B| 0 0 | 0 0 |1062 1826 |1.45 1.53 1.02| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:54 ubuntu dstat.sh[58200]: 03-01 20:33:54| 3 1 95 0 0|4408M 270M 194M 2867M|6847B 1622B| 0 885k| 0 26.0 |1291 2213 |1.45 1.53 1.02| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:55 ubuntu dstat.sh[58200]: 03-01 20:33:55| 3 1 96 0 0|4408M 269M 194M 2867M|4861B 1622B| 32k 92k|1.00 14.0 |1311 2223 |1.45 1.53 1.02| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:56 ubuntu dstat.sh[58200]: 03-01 20:33:56| 2 0 97 0 0|4408M 269M 194M 2867M|5637B 1618B| 0 0 | 0 0 |1043 1748 |1.45 1.53 1.02| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:57 ubuntu dstat.sh[58200]: 03-01 20:33:57| 3 2 93 0 0|4410M 268M 194M 2867M|5293B 1457B| 0 17M| 0 89.0 |1452 2252 |1.45 1.53 1.02| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:58 ubuntu dstat.sh[58200]: 03-01 20:33:58| 3 0 95 1 0|4410M 267M 194M 2867M|6438B 1621B| 0 6187k| 0 592 |1558 1919 |1.34 1.50 1.01|1.0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:33:59 ubuntu dstat.sh[58200]: 03-01 20:33:59| 3 1 95 0 0|4411M 267M 194M 2867M|7391B 1621B| 0 108k| 0 16.0 |1297 2179 |1.34 1.50 1.01| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:34:00 ubuntu dstat.sh[58200]: 03-01 20:34:00| 1 1 96 0 0|4411M 267M 194M 2867M|5834B 1619B| 0 244k| 0 15.0 |1269 2536 |1.34 1.50 1.01| 0 0 1.0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:34:01 ubuntu dstat.sh[58200]: 03-01 20:34:01| 2 1 95 0 0|4411M 267M 194M 2867M|6542B 1620B| 0 332k| 0 18.0 |1144 1868 |1.34 1.50 1.01| 0 0 0| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:34:02 ubuntu dstat.sh[58200]: 03-01 20:34:02| 10 7 83 1 0|4417M 261M 194M 2867M|5007B 1620B| 0 166M| 0 848 |5067 8894 |1.34 1.50 1.01| 0 0 34| 0 0 | 0 0 | 18 274 0 25 0 -Jan 03 20:34:03 ubuntu dstat.sh[58200]: 03-01 20:34:03| 5 1 93 0 0|4417M 261M 194M 2867M|4878B 1513B|4097B 4097B|1.00 1.00 |1326 2243 |1.23 1.48 1.00|4.0 0 2.0| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:04 ubuntu dstat.sh[58200]: 03-01 20:34:04| 9 20 68 0 0|4432M 245M 194M 2867M|4811B 1568B| 12k 2604k|2.00 36.1 |4315 7181 |1.23 1.48 1.00|2.0 0 574| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:34:05 ubuntu dstat.sh[58200]: 03-01 20:34:05| 9 19 71 0 0|4434M 244M 194M 2867M|6517B 1623B| 32k 228k|1.00 23.0 |4042 7229 |1.23 1.48 1.00|1.0 0 544| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:34:06 ubuntu dstat.sh[58200]: 03-01 20:34:06| 10 19 69 0 0|4432M 245M 194M 2868M|5763B 1616B| 467k 112k|22.9 7.98 |4369 7576 |1.23 1.48 1.00|1.0 0 686| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:34:07 ubuntu dstat.sh[58200]: 03-01 20:34:07| 19 10 71 1 0|4447M 229M 194M 2868M| 42k 1667B| 417k 802k|10.0 51.2 |3145 5140 |1.23 1.48 1.00|1.0 0 236| 0 0 | 0 0 | 18 274 0 26 0 -Jan 03 20:34:08 ubuntu dstat.sh[58200]: 03-01 20:34:08| 3 3 93 0 0|4459M 217M 194M 2868M| 44k 3182B| 0 18M| 0 165 |2310 3595 |1.13 1.45 1.00| 0 0 28| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:09 ubuntu dstat.sh[58200]: 03-01 20:34:09| 2 2 95 0 1|4459M 217M 194M 2869M| 272k 9014B| 0 376k| 0 36.0 |1649 2476 |1.13 1.45 1.00|1.0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:10 ubuntu dstat.sh[58200]: 03-01 20:34:10| 3 1 92 0 0|4460M 216M 194M 2869M| 534k 15k| 0 204k| 0 29.0 |2188 3082 |1.13 1.45 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:11 ubuntu dstat.sh[58200]: 03-01 20:34:11| 3 1 94 0 0|4461M 214M 194M 2870M| 896k 25k| 0 0 | 0 0 |2087 2349 |1.13 1.45 1.00| 0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:12 ubuntu dstat.sh[58200]: 03-01 20:34:12| 3 1 95 0 0|4461M 214M 194M 2870M| 200k 8874B| 0 2273k| 0 20.0 |1348 1994 |1.13 1.45 1.00| 0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:13 ubuntu dstat.sh[58200]: 03-01 20:34:13| 3 1 95 0 0|4461M 214M 194M 2870M| 127k 4234B| 0 380k| 0 15.0 |1304 2046 |1.12 1.44 1.00| 0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:14 ubuntu dstat.sh[58200]: 03-01 20:34:14| 3 1 94 0 0|4461M 213M 194M 2871M| 298k 8287B| 0 352k| 0 29.0 |1611 2456 |1.12 1.44 1.00| 0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:15 ubuntu dstat.sh[58200]: 03-01 20:34:15| 3 1 94 0 0|4461M 213M 194M 2871M| 541k 14k| 0 132k| 0 17.0 |1697 2649 |1.12 1.44 1.00|1.0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:16 ubuntu dstat.sh[58200]: 03-01 20:34:16| 2 0 95 0 0|4461M 213M 194M 2871M| 297k 7820B| 0 1208k| 0 3.00 |1264 1944 |1.12 1.44 1.00| 0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:17 ubuntu dstat.sh[58200]: 03-01 20:34:17| 3 1 94 0 0|4461M 212M 194M 2872M| 209k 3768B| 0 924k| 0 54.0 |1528 2444 |1.12 1.44 1.00|1.0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:18 ubuntu dstat.sh[58200]: 03-01 20:34:18| 2 1 95 0 0|4462M 212M 194M 2872M| 365k 12k| 0 428k| 0 7.01 |1527 2146 |1.03 1.42 0.99|1.0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:19 ubuntu dstat.sh[58200]: 03-01 20:34:19| 3 1 94 0 0|4462M 212M 194M 2872M| 131k 3071B| 0 568k| 0 38.0 |1446 2314 |1.03 1.42 0.99| 0 0 0| 0 0 | 0 0 | 18 275 0 26 0 -Jan 03 20:34:20 ubuntu dstat.sh[58200]: 03-01 20:34:20| 9 4 85 1 0|4464M 204M 195M 2877M| 213k 4524B|5000k 536k| 172 23.0 |2006 2802 |1.03 1.42 0.99|2.0 0 23| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:21 ubuntu dstat.sh[58200]: 03-01 20:34:21| 12 13 69 5 0|4475M 173M 195M 2897M|6044B 1620B| 140k 28M|28.0 1485 |9876 16k|1.03 1.42 0.99|1.0 0 113| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:22 ubuntu dstat.sh[58200]: 03-01 20:34:22| 18 10 68 3 0|4476M 168M 195M 2901M|6269B 1719B| 0 8319k| 0 721 |4557 6913 |1.03 1.42 0.99|1.0 0 94| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:23 ubuntu dstat.sh[58200]: 03-01 20:34:23| 21 8 68 0 0|4477M 165M 195M 2901M|5651B 1617B| 0 1828k| 0 105 |2447 3536 |1.03 1.41 0.99|2.0 0 64| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:24 ubuntu dstat.sh[58200]: 03-01 20:34:24| 24 7 68 1 0|4476M 164M 195M 2903M|8956B 1517B| 0 1637k| 0 85.3 |2547 3696 |1.03 1.41 0.99|2.0 0 51| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:25 ubuntu dstat.sh[58200]: 03-01 20:34:25| 17 11 70 1 0|4477M 154M 195M 2914M|5108B 1614B| 187k 5064k|28.9 141 |2567 3915 |1.03 1.41 0.99|1.0 0 43| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:26 ubuntu dstat.sh[58200]: 03-01 20:34:26| 20 6 72 1 0|4492M 134M 195M 2916M|6117B 1566B|1808k 0 | 435 0 |1981 2282 |1.03 1.41 0.99|1.0 0 10| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:27 ubuntu dstat.sh[58200]: 03-01 20:34:27| 17 11 69 0 0|4501M 132M 195M 2911M|5580B 1620B| 584k 328k|18.0 27.0 |3659 6037 |1.03 1.41 0.99|1.0 0 67| 0 0 | 0 0 | 18 274 0 27 0 -Jan 03 20:34:28 ubuntu dstat.sh[58200]: 03-01 20:34:28| 49 13 35 1 0|4184M 447M 195M 2913M|6221B 2007B|2541k 265k| 140 4.01 |5878 7381 |1.35 1.47 1.02|3.0 0 60| 0 0 | 0 0 | 18 266 0 31 0 -Jan 03 20:34:29 ubuntu dstat.sh[58200]: 03-01 20:34:29| 47 7 47 1 0|4267M 363M 195M 2913M|5094B 1408B| 80k 1488k|17.0 224 |2216 2490 |1.35 1.47 1.02|2.0 0 15| 0 0 | 0 0 | 18 266 0 31 0 -Jan 03 20:34:30 ubuntu dstat.sh[58200]: 03-01 20:34:30| 45 8 44 0 0|4354M 275M 195M 2914M|7274B 1658B| 387k 104k|27.9 3.99 |2207 3393 |1.35 1.47 1.02|3.0 0 31| 0 0 | 0 0 | 18 274 0 35 0 -Jan 03 20:34:31 ubuntu dstat.sh[58200]: 03-01 20:34:31| 11 5 83 0 0|4107M 576M 195M 2861M|6157B 1552B| 395k 4091B|20.0 1.00 |1757 2864 |1.35 1.47 1.02| 0 0 27| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:32 ubuntu dstat.sh[58200]: 03-01 20:34:32| 2 1 97 0 0|4107M 576M 195M 2861M|5935B 2134B| 0 0 | 0 0 | 958 1646 |1.35 1.47 1.02| 0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:33 ubuntu dstat.sh[58200]: 03-01 20:34:33| 2 1 96 0 0|4107M 576M 195M 2861M|6881B 1678B| 0 8192B| 0 2.00 |1005 1776 |1.24 1.45 1.01| 0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:34 ubuntu dstat.sh[58200]: 03-01 20:34:34| 1 1 95 0 0|4100M 583M 195M 2861M|5607B 1619B| 0 908k| 0 25.0 |1225 2115 |1.24 1.45 1.01| 0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:35 ubuntu dstat.sh[58200]: 03-01 20:34:35| 3 1 96 0 0|4100M 583M 195M 2861M|6941B 1622B| 0 0 | 0 0 |1116 1944 |1.24 1.45 1.01| 0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:36 ubuntu dstat.sh[58200]: 03-01 20:34:36| 1 1 96 0 0|4100M 583M 195M 2861M|5802B 1618B| 0 56k| 0 6.99 |1119 1982 |1.24 1.45 1.01| 0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:37 ubuntu dstat.sh[58200]: 03-01 20:34:37| 3 1 95 0 0|4100M 583M 195M 2861M| 43k 1622B| 0 392k| 0 39.0 |1398 2267 |1.24 1.45 1.01| 0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:38 ubuntu dstat.sh[58200]: 03-01 20:34:38| 1 0 96 0 0|4100M 583M 195M 2861M|5073B 1642B| 0 2905k| 0 318 |1577 2035 |1.14 1.42 1.00|1.0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:39 ubuntu dstat.sh[58200]: 03-01 20:34:39| 3 1 95 0 0|4101M 583M 195M 2861M|5057B 1620B| 0 388k| 0 38.0 |1277 2259 |1.14 1.42 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:40 ubuntu dstat.sh[58200]: 03-01 20:34:40| 4 1 92 1 0|4101M 583M 195M 2861M|5210B 1565B| 0 3023k| 0 212 |1911 3589 |1.14 1.42 1.00| 0 0 1.0| 0 0 | 0 0 | 18 266 0 39 0 -Jan 03 20:34:41 ubuntu dstat.sh[58200]: 03-01 20:34:41| 2 1 97 0 0|4101M 583M 195M 2861M|7746B 1691B| 0 32k| 0 4.00 | 959 1637 |1.14 1.42 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 35 0 -Jan 03 20:34:42 ubuntu dstat.sh[58200]: 03-01 20:34:42| 2 0 97 0 0|4101M 583M 195M 2861M|5649B 1621B| 0 0 | 0 0 | 936 1627 |1.14 1.42 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 35 0 -Jan 03 20:34:43 ubuntu dstat.sh[58200]: 03-01 20:34:43| 2 1 96 0 0|4101M 583M 195M 2861M|5223B 1619B| 0 0 | 0 0 |1070 1820 |1.05 1.40 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 24 0 -Jan 03 20:34:44 ubuntu dstat.sh[58200]: 03-01 20:34:44| 3 1 95 0 0|4101M 583M 195M 2861M|7282B 1554B| 0 264k| 0 23.0 |1268 2181 |1.05 1.40 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 24 0 -Jan 03 20:34:45 ubuntu dstat.sh[58200]: 03-01 20:34:45| 2 1 95 0 0|4101M 583M 195M 2861M|5686B 1690B| 0 96k| 0 11.0 |1222 2044 |1.05 1.40 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 19 0 -Jan 03 20:34:46 ubuntu dstat.sh[58200]: 03-01 20:34:46| 2 1 96 0 0|4101M 583M 195M 2861M|6867B 1623B| 0 0 | 0 0 | 982 1591 |1.05 1.40 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 19 0 -Jan 03 20:34:47 ubuntu dstat.sh[58200]: 03-01 20:34:47| 1 0 96 0 0|4101M 583M 195M 2861M|6037B 1563B| 0 256k| 0 25.0 |1232 2152 |1.05 1.40 1.00| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:48 ubuntu dstat.sh[58200]: 03-01 20:34:48| 3 1 95 0 0|4101M 583M 195M 2861M|8309B 1710B| 0 92k| 0 12.0 |1278 2291 |0.96 1.37 0.99|1.0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:49 ubuntu dstat.sh[58200]: 03-01 20:34:49| 3 1 95 0 0|4101M 583M 195M 2861M|5976B 1620B| 0 196k| 0 25.0 |1357 2291 |0.96 1.37 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:50 ubuntu dstat.sh[58200]: 03-01 20:34:50| 2 1 95 0 0|4101M 583M 195M 2861M|5006B 1618B| 0 208k| 0 19.0 |1244 2170 |0.96 1.37 0.99| 0 0 1.0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:51 ubuntu dstat.sh[58200]: 03-01 20:34:51| 1 1 97 0 0|4101M 583M 195M 2861M|6076B 1515B| 0 293k| 0 20.0 |1042 1788 |0.96 1.37 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:52 ubuntu dstat.sh[58200]: 03-01 20:34:52| 2 0 96 0 0|4101M 583M 195M 2861M|5555B 1618B| 0 84k| 0 4.99 |1031 1694 |0.96 1.37 0.99|1.0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:53 ubuntu dstat.sh[58200]: 03-01 20:34:53| 2 1 96 0 0|4101M 583M 195M 2861M|5334B 1620B| 0 0 | 0 0 |1013 1835 |0.89 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:54 ubuntu dstat.sh[58200]: 03-01 20:34:54| 2 1 95 0 0|4101M 583M 195M 2861M|5278B 1661B| 0 1819k| 0 37.0 |1312 2225 |0.89 1.35 0.99|1.0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:55 ubuntu dstat.sh[58200]: 03-01 20:34:55| 4 1 95 0 0|4101M 583M 195M 2861M|4679B 1567B| 0 100k| 0 16.0 |1242 2172 |0.89 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:56 ubuntu dstat.sh[58200]: 03-01 20:34:56| 1 1 96 0 0|4101M 583M 195M 2861M|9501B 1619B| 0 176k| 0 11.0 |1039 1768 |0.89 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:57 ubuntu dstat.sh[58200]: 03-01 20:34:57| 2 1 95 0 0|4101M 583M 195M 2861M|9149B 1692B| 0 108k| 0 18.0 |1275 2124 |0.89 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:58 ubuntu dstat.sh[58200]: 03-01 20:34:58| 3 1 95 0 0|4101M 583M 195M 2861M|6459B 1601B| 0 112k| 0 9.00 |1286 2085 |0.81 1.33 0.98| 0 0 2.0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:34:59 ubuntu dstat.sh[58200]: 03-01 20:34:59| 2 1 94 0 0|4102M 582M 195M 2861M|9126B 1618B| 0 52M| 0 124 |1449 2335 |0.81 1.33 0.98| 0 0 0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:35:00 ubuntu dstat.sh[58200]: 03-01 20:35:00| 3 1 95 1 0|4102M 582M 195M 2861M|6076B 1622B| 0 3924k| 0 507 |2013 2161 |0.81 1.33 0.98| 0 0 1.0| 0 0 | 0 0 | 18 266 0 16 0 -Jan 03 20:35:01 ubuntu dstat.sh[58200]: 03-01 20:35:01| 16 3 79 1 0|4133M 549M 195M 2862M|6384B 1626B|1345k 177k| 110 1.00 |1743 2507 |0.81 1.33 0.98|2.0 0 7.0| 0 0 | 0 0 | 18 267 0 16 0 -Jan 03 20:35:02 ubuntu dstat.sh[58200]: 03-01 20:35:02| 25 6 68 0 0|4143M 538M 195M 2863M|5451B 1566B| 12k 748k|3.00 13.0 |3154 6219 |0.81 1.33 0.98|3.0 0 19| 0 0 | 0 0 | 18 270 0 17 0 -Jan 03 20:35:03 ubuntu dstat.sh[58200]: 03-01 20:35:03| 29 5 65 0 0|4132M 549M 195M 2863M|6216B 1615B| 16k 283k|1.00 24.9 |2564 7011 |0.83 1.32 0.98|1.0 0 29| 0 0 | 0 0 | 18 274 0 18 0 -Jan 03 20:35:04 ubuntu dstat.sh[58200]: 03-01 20:35:04| 25 4 69 0 1|4135M 545M 195M 2863M| 17k 7568B| 0 384k| 0 44.0 |2481 3838 |0.83 1.32 0.98|1.0 0 7.0| 0 0 | 0 0 | 18 276 0 15 0 -Jan 03 20:35:05 ubuntu dstat.sh[58200]: 03-01 20:35:05| 25 5 70 0 0|4123M 558M 195M 2863M| 13k 4671B| 0 389k| 0 47.1 |2452 4205 |0.83 1.32 0.98|1.0 0 12| 0 0 | 0 0 | 18 274 0 16 0 -Jan 03 20:35:06 ubuntu dstat.sh[58200]: 03-01 20:35:06| 39 6 55 0 0|4118M 562M 195M 2863M|6032B 1663B| 268k 368k|3.00 25.0 |2129 3089 |0.83 1.32 0.98|3.0 0 21| 0 0 | 0 0 | 18 272 0 17 0 -Jan 03 20:35:07 ubuntu dstat.sh[58200]: 03-01 20:35:07| 56 11 32 0 0|3836M 845M 195M 2864M| 41k 1621B|4098B 252k|1.00 25.0 |2117 2815 |0.83 1.32 0.98|3.0 0 8.0| 0 0 | 0 0 | 18 262 0 19 0 -Jan 03 20:35:08 ubuntu dstat.sh[58200]: 03-01 20:35:08| 88 11 0 0 0|4006M 674M 195M 2864M| 20k 9784B| 292k 332k|5.00 9.00 |1999 2304 |1.08 1.37 1.00|4.0 0 7.0| 0 0 | 0 0 | 18 263 0 19 0 -Jan 03 20:35:09 ubuntu dstat.sh[58200]: 03-01 20:35:09| 84 11 4 0 0|3854M 823M 195M 2867M| 12k 2692B| 905k 1312k|92.7 102 |6430 14k|1.08 1.37 1.00|3.0 0 12| 0 0 | 0 0 | 18 250 0 27 0 -Jan 03 20:35:10 ubuntu dstat.sh[58200]: 03-01 20:35:10| 52 7 39 1 0|3979M 698M 195M 2867M|5209B 1562B| 160k 535k|7.98 68.8 |2876 4784 |1.08 1.37 1.00|2.0 0 5.0| 0 0 | 0 0 | 18 252 0 28 0 -Jan 03 20:35:11 ubuntu dstat.sh[58200]: 03-01 20:35:11| 30 7 61 0 1|4043M 632M 195M 2869M| 122k 59k| 100k 473k|7.01 47.1 |8669 16k|1.08 1.37 1.00|1.0 0 3.0| 0 0 | 0 0 | 18 258 0 33 0 -Jan 03 20:35:12 ubuntu dstat.sh[58200]: 03-01 20:35:12| 12 2 85 0 0|4049M 626M 195M 2870M| 141k 68k| 0 108k| 0 8.03 |2352 2673 |1.08 1.37 1.00|1.0 0 0| 0 0 | 0 0 | 18 259 0 33 0 -Jan 03 20:35:13 ubuntu dstat.sh[58200]: 03-01 20:35:13| 10 4 84 0 0|4067M 608M 195M 2870M| 64k 28k| 0 251k| 0 25.9 |2545 4399 |1.00 1.35 0.99| 0 0 2.0| 0 0 | 0 0 | 18 268 0 33 0 -Jan 03 20:35:14 ubuntu dstat.sh[58200]: 03-01 20:35:14| 4 1 94 1 0|4068M 607M 195M 2870M| 26k 11k| 0 1144k| 0 122 |1400 2042 |1.00 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 33 0 -Jan 03 20:35:15 ubuntu dstat.sh[58200]: 03-01 20:35:15| 3 1 95 0 0|4068M 607M 195M 2870M|4626B 1620B| 0 292k| 0 37.0 |1608 2767 |1.00 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 33 0 -Jan 03 20:35:16 ubuntu dstat.sh[58200]: 03-01 20:35:16| 2 0 96 0 0|4068M 607M 195M 2870M|4964B 1620B| 0 148k| 0 13.0 |1112 1859 |1.00 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 33 0 -Jan 03 20:35:17 ubuntu dstat.sh[58200]: 03-01 20:35:17| 2 1 95 0 0|4068M 607M 195M 2870M|7399B 1565B| 0 884k| 0 65.0 |1434 2427 |1.00 1.35 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 33 0 -Jan 03 20:35:18 ubuntu dstat.sh[58200]: 03-01 20:35:18| 2 0 96 0 0|4068M 607M 195M 2870M|5248B 1512B| 0 52k| 0 7.00 |1110 2039 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 266 0 33 0 -Jan 03 20:35:19 ubuntu dstat.sh[58200]: 03-01 20:35:19| 2 1 96 0 0|4068M 607M 195M 2870M|5894B 1621B| 0 72k| 0 6.00 |1071 1796 |0.92 1.32 0.99|1.0 0 0| 0 0 | 0 0 | 18 266 0 33 0 -Jan 03 20:35:20 ubuntu dstat.sh[58200]: 03-01 20:35:20| 3 2 94 0 0|4068M 607M 195M 2870M|5357B 1618B| 0 276k| 0 40.0 |1441 2483 |0.92 1.32 0.99| 0 0 1.0| 0 0 | 0 0 | 18 268 0 33 0 -Jan 03 20:35:21 ubuntu dstat.sh[58200]: 03-01 20:35:21| 2 1 94 2 0|4069M 606M 195M 2870M|7245B 1664B| 0 8671k| 0 1042 |2844 1883 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 268 0 33 0 -Jan 03 20:35:22 ubuntu dstat.sh[58200]: 03-01 20:35:22| 2 1 96 0 0|4069M 606M 195M 2870M|5755B 1714B| 0 60k| 0 6.00 |1072 1749 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 268 0 32 0 -Jan 03 20:35:23 ubuntu dstat.sh[58200]: 03-01 20:35:23| 3 0 96 0 0|4069M 606M 195M 2870M|6586B 1620B| 0 232k| 0 22.0 |1253 2216 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 268 0 32 0 -Jan 03 20:35:24 ubuntu dstat.sh[58200]: 03-01 20:35:24| 2 1 94 1 0|4069M 606M 195M 2870M|4746B 1462B| 0 172k| 0 28.1 |1266 2292 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 268 0 32 0 -Jan 03 20:35:25 ubuntu dstat.sh[58200]: 03-01 20:35:25| 2 1 95 1 0|4069M 606M 195M 2870M|5080B 1616B| 0 2793k| 0 175 |1577 2833 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 268 0 32 0 -Jan 03 20:35:26 ubuntu dstat.sh[58200]: 03-01 20:35:26| 1 0 96 0 0|4069M 606M 195M 2870M|6218B 1620B| 0 2992k| 0 65.0 |1062 1708 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 268 0 32 0 -Jan 03 20:35:27 ubuntu dstat.sh[58200]: 03-01 20:35:27| 3 1 96 0 0|4069M 606M 195M 2870M|6012B 1620B| 0 324k| 0 29.0 |1249 2179 |0.92 1.32 0.99| 0 0 0| 0 0 | 0 0 | 18 268 0 32 0 -Jan 03 20:35:28 ubuntu dstat.sh[58200]: 03-01 20:35:28| 3 1 96 0 0|4070M 605M 195M 2870M|9256B 1620B| 0 32k| 0 4.00 |1083 1852 |0.85 1.30 0.98| 0 0 0| 0 0 | 0 0 | 18 268 0 28 0 -Jan 03 20:35:29 ubuntu dstat.sh[58200]: 03-01 20:35:29| 3 4 93 0 0|4077M 598M 196M 2870M|5695B 1978B| 602k 0 |37.2 0 |1453 3555 |0.85 1.30 0.98|5.0 0 33| 0 0 | 0 0 | 18 268 0 28 0 -Jan 03 20:35:30 ubuntu dstat.sh[58200]: 03-01 20:35:30| 29 9 61 0 0|3934M 740M 196M 2870M|7013B 2145B| 16k 837k|1.00 62.8 |2226 3720 |0.85 1.30 0.98|2.0 0 44| 0 0 | 0 0 | 18 220 0 32 0 -Jan 03 20:35:31 ubuntu dstat.sh[58200]: 03-01 20:35:31| 47 10 43 0 0|3991M 682M 196M 2871M|5624B 1960B| 12k 40k|2.00 4.00 |1803 3385 |0.85 1.30 0.98|2.0 0 4.0| 0 0 | 0 0 | 18 228 0 36 0 -Jan 03 20:35:32 ubuntu dstat.sh[58200]: 03-01 20:35:32| 36 8 55 0 0|3867M 807M 196M 2871M|6945B 1618B| 0 1590k| 0 3.99 |1641 2148 |0.85 1.30 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 220 0 36 0 -Jan 03 20:35:33 ubuntu dstat.sh[58200]: 03-01 20:35:33| 24 4 71 0 0|3867M 807M 196M 2871M|6478B 1620B| 0 324k| 0 24.0 |1405 2163 |0.86 1.29 0.98|2.0 0 0| 0 0 | 0 0 | 18 220 0 36 0 -Jan 03 20:35:34 ubuntu dstat.sh[58200]: 03-01 20:35:34| 21 6 71 0 0|3867M 807M 196M 2871M|6516B 1661B| 0 140k| 0 24.0 |1539 2329 |0.86 1.29 0.98|1.0 0 0| 0 0 | 0 0 | 18 220 0 36 0 -Jan 03 20:35:35 ubuntu dstat.sh[58200]: 03-01 20:35:35| 22 6 72 0 0|3706M 968M 196M 2871M| 11k 1809B| 0 265k| 0 21.1 |1745 2773 |0.86 1.29 0.98|1.0 0 8.0| 0 0 | 0 0 | 17 203 0 38 0 -Jan 03 20:35:36 ubuntu dstat.sh[58200]: 03-01 20:35:36| 22 3 72 0 0|3763M 910M 196M 2871M| 11k 1620B| 68k 0 |13.0 0 |1576 2781 |0.86 1.29 0.98|1.0 0 2.0| 0 0 | 0 0 | 17 203 0 38 0 -Jan 03 20:35:37 ubuntu dstat.sh[58200]: 03-01 20:35:37| 24 2 71 1 0|3793M 880M 196M 2872M| 41k 1615B|1029k 694k| 129 44.9 |2070 3162 |0.86 1.29 0.98|1.0 0 0| 0 0 | 0 0 | 17 205 0 38 0 -Jan 03 20:35:38 ubuntu dstat.sh[58200]: 03-01 20:35:38| 32 7 60 0 0|3896M 774M 196M 2874M|6292B 1463B| 522k 221k|17.1 22.1 |3545 10k|1.27 1.37 1.01|6.0 0 6.0| 0 0 | 0 0 | 18 217 0 45 0 -Jan 03 20:35:39 ubuntu dstat.sh[58200]: 03-01 20:35:39| 28 5 66 0 0|3965M 703M 196M 2876M|5607B 1613B| 709k 566k| 102 37.8 |3576 11k|1.27 1.37 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:40 ubuntu dstat.sh[58200]: 03-01 20:35:40| 2 1 95 0 0|3965M 703M 196M 2876M|5648B 1712B| 0 40k| 0 5.01 |1207 2156 |1.27 1.37 1.01| 0 0 1.0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:41 ubuntu dstat.sh[58200]: 03-01 20:35:41| 3 0 96 0 0|3966M 703M 196M 2876M|6409B 1618B| 0 0 | 0 0 |1066 1735 |1.27 1.37 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:42 ubuntu dstat.sh[58200]: 03-01 20:35:42| 2 1 97 0 0|3966M 703M 196M 2876M|5622B 1620B| 0 0 | 0 0 | 971 1689 |1.27 1.37 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:43 ubuntu dstat.sh[58200]: 03-01 20:35:43| 2 1 95 0 0|3966M 703M 196M 2876M|5504B 1619B| 0 252k| 0 24.0 |1305 2182 |1.17 1.35 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:44 ubuntu dstat.sh[58200]: 03-01 20:35:44| 7 2 90 0 0|3966M 702M 196M 2876M|5127B 1662B| 0 312k| 0 51.0 |2063 3576 |1.17 1.35 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:45 ubuntu dstat.sh[58200]: 03-01 20:35:45| 2 2 97 0 0|3966M 702M 196M 2876M|4638B 1598B| 0 424k| 0 58.0 |1056 1679 |1.17 1.35 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:46 ubuntu dstat.sh[58200]: 03-01 20:35:46| 2 1 96 0 0|3966M 702M 196M 2876M|6381B 1622B| 0 4100B| 0 1.00 | 992 1682 |1.17 1.35 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:47 ubuntu dstat.sh[58200]: 03-01 20:35:47| 2 1 95 1 0|3967M 702M 196M 2876M|8109B 1618B| 0 839k| 0 65.9 |1510 2473 |1.17 1.35 1.01| 0 0 0| 0 0 | 0 0 | 18 230 0 48 0 -Jan 03 20:35:48 ubuntu dstat.sh[58200]: 03-01 20:35:48| 2 2 95 0 1|3970M 698M 196M 2876M|7133B 1664B| 0 48k| 0 7.01 |1213 1981 |1.08 1.32 1.00| 0 0 0| 0 0 | 0 0 | 18 232 0 48 0 -Jan 03 20:35:49 ubuntu dstat.sh[58200]: 03-01 20:35:49| 22 2 73 0 0|3983M 685M 196M 2876M|7930B 1619B| 16k 460k|1.00 43.0 |2488 4237 |1.08 1.32 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 240 0 48 0 -Jan 03 20:35:50 ubuntu dstat.sh[58200]: 03-01 20:35:50| 3 0 94 0 0|3984M 684M 196M 2876M|5061B 1709B| 16k 0 |2.00 0 |1161 1995 |1.08 1.32 1.00| 0 0 1.0| 0 0 | 0 0 | 18 240 0 48 0 -Jan 03 20:35:51 ubuntu dstat.sh[58200]: 03-01 20:35:51| 1 1 96 0 0|3984M 684M 196M 2876M|6161B 1458B| 0 40k| 0 5.00 |1036 1780 |1.08 1.32 1.00| 0 0 0| 0 0 | 0 0 | 18 240 0 48 0 -Jan 03 20:35:52 ubuntu dstat.sh[58200]: 03-01 20:35:52| 1 0 97 0 0|3984M 684M 196M 2876M|7497B 1620B| 0 48k| 0 3.00 |1020 1752 |1.08 1.32 1.00| 0 0 0| 0 0 | 0 0 | 18 240 0 48 0 -Jan 03 20:35:53 ubuntu dstat.sh[58200]: 03-01 20:35:53| 2 1 95 0 0|3984M 684M 196M 2876M|5074B 1620B| 0 260k| 0 23.0 |1306 2242 |0.99 1.30 0.99| 0 0 0| 0 0 | 0 0 | 18 240 0 48 0 -Jan 03 20:35:54 ubuntu dstat.sh[58200]: 03-01 20:35:54| 3 1 94 0 0|3985M 683M 196M 2876M|5415B 1621B| 0 376k| 0 56.0 |1756 3053 |0.99 1.30 0.99| 0 0 2.0| 0 0 | 0 0 | 18 244 0 48 0 -Jan 03 20:35:55 ubuntu dstat.sh[58200]: 03-01 20:35:55| 2 1 96 0 0|3985M 683M 196M 2876M|5281B 1619B| 0 104k| 0 7.00 |1095 1837 |0.99 1.30 0.99| 0 0 0| 0 0 | 0 0 | 18 244 0 48 0 -Jan 03 20:35:56 ubuntu dstat.sh[58200]: 03-01 20:35:56| 3 2 95 0 0|3985M 683M 196M 2876M|7612B 1620B| 0 0 | 0 0 |1234 1925 |0.99 1.30 0.99| 0 0 0| 0 0 | 0 0 | 18 244 0 48 0 -Jan 03 20:35:57 ubuntu dstat.sh[58200]: 03-01 20:35:57| 4 1 93 1 0|3986M 682M 196M 2876M|6842B 1512B| 32k 7460k|2.00 728 |2061 2496 |0.99 1.30 0.99| 0 0 0| 0 0 | 0 0 | 18 244 0 48 0 -Jan 03 20:35:58 ubuntu dstat.sh[58200]: 03-01 20:35:58| 1 1 97 0 0|3986M 682M 196M 2876M|5038B 1566B| 0 0 | 0 0 | 995 1724 |0.91 1.28 0.99|1.0 0 0| 0 0 | 0 0 | 18 244 0 48 0 -Jan 03 20:35:59 ubuntu dstat.sh[58200]: 03-01 20:35:59| 2 1 95 0 0|3986M 682M 196M 2876M|5005B 1621B| 0 508k| 0 33.0 |1364 2467 |0.91 1.28 0.99| 0 0 0| 0 0 | 0 0 | 18 244 0 48 0 -Jan 03 20:36:00 ubuntu dstat.sh[58200]: 03-01 20:36:00| 3 1 94 0 0|3986M 682M 196M 2876M|7703B 1710B| 0 132k| 0 19.0 |1288 2119 |0.91 1.28 0.99| 0 0 2.0| 0 0 | 0 0 | 18 246 0 48 0 -Jan 03 20:36:01 ubuntu dstat.sh[58200]: 03-01 20:36:01| 5 2 93 0 0|3986M 682M 196M 2876M|5828B 1619B| 0 0 | 0 0 |2151 3854 |0.91 1.28 0.99| 0 0 0| 0 0 | 0 0 | 18 246 0 48 0 -Jan 03 20:36:02 ubuntu dstat.sh[58200]: 03-01 20:36:02| 4 1 93 0 0|3986M 682M 196M 2876M|5505B 1620B| 0 732k| 0 120 |1418 2122 |0.91 1.28 0.99|3.0 0 0| 0 0 | 0 0 | 18 246 0 48 0 -Jan 03 20:36:03 ubuntu dstat.sh[58200]: 03-01 20:36:03| 8 2 88 0 0|3993M 675M 196M 2876M|7336B 1760B| 0 100k| 0 13.0 |2125 4696 |0.84 1.26 0.98| 0 0 34| 0 0 | 0 0 | 18 246 0 47 0 -Jan 03 20:36:04 ubuntu dstat.sh[58200]: 03-01 20:36:04| 3 2 95 0 0|3993M 675M 196M 2876M|5351B 1513B| 0 168k| 0 26.0 |1405 2464 |0.84 1.26 0.98| 0 0 0| 0 0 | 0 0 | 18 246 0 47 0 -Jan 03 20:36:05 ubuntu dstat.sh[58200]: 03-01 20:36:05| 5 7 86 0 1|3998M 669M 196M 2876M|6644B 1611B| 0 878k| 0 4.01 |2049 3526 |0.84 1.26 0.98|1.0 0 173| 0 0 | 0 0 | 18 246 0 47 0 -Jan 03 20:36:06 ubuntu dstat.sh[58200]: 03-01 20:36:06| 17 10 72 0 0|4044M 624M 196M 2876M|7608B 1616B| 0 116k| 0 2.00 |2156 3332 |0.84 1.26 0.98|1.0 0 156| 0 0 | 0 0 | 18 246 0 47 0 -Jan 03 20:36:07 ubuntu dstat.sh[58200]: 03-01 20:36:07| 25 4 70 1 0|4082M 586M 196M 2877M| 43k 1625B| 20k 1549k|2.01 99.3 |2620 4400 |0.84 1.26 0.98|1.0 0 0| 0 0 | 0 0 | 18 250 0 43 0 -Jan 03 20:36:08 ubuntu dstat.sh[58200]: 03-01 20:36:08| 27 4 66 1 0|4045M 623M 196M 2877M|4952B 1657B| 40k 3191k|2.99 272 |4120 7486 |0.84 1.26 0.98|2.0 0 22| 0 0 | 0 0 | 18 249 0 45 0 -Jan 03 20:36:09 ubuntu dstat.sh[58200]: 03-01 20:36:09| 20 8 71 1 0|4044M 623M 196M 2877M|5899B 1621B| 168k 601k|5.00 28.0 |2668 4445 |0.85 1.25 0.98|1.0 0 100| 0 0 | 0 0 | 18 249 0 48 0 -Jan 03 20:36:10 ubuntu dstat.sh[58200]: 03-01 20:36:10| 12 14 71 0 0|4056M 611M 196M 2877M| 17k 2566B| 0 108k| 0 7.99 |3567 6026 |0.85 1.25 0.98|2.0 0 391| 0 0 | 0 0 | 18 249 0 48 0 -Jan 03 20:36:11 ubuntu dstat.sh[58200]: 03-01 20:36:11| 25 3 72 0 0|4121M 546M 196M 2877M|6280B 1516B| 144k 2311k|21.1 108 |1772 2538 |0.85 1.25 0.98|1.0 0 4.0| 0 0 | 0 0 | 18 249 0 39 0 -Jan 03 20:36:12 ubuntu dstat.sh[58200]: 03-01 20:36:12| 24 3 72 0 0|4096M 568M 196M 2880M|6590B 1562B| 32k 702k|5.99 20.0 |1663 2472 |0.85 1.25 0.98|1.0 0 5.0| 0 0 | 0 0 | 18 249 0 39 0 -Jan 03 20:36:13 ubuntu dstat.sh[58200]: 03-01 20:36:13| 25 4 68 1 0|4140M 524M 196M 2880M|4982B 1619B| 20k 1635k|2.00 114 |3408 6409 |0.85 1.25 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 250 0 40 0 -Jan 03 20:36:14 ubuntu dstat.sh[58200]: 03-01 20:36:14| 27 3 69 1 0|4146M 517M 196M 2881M|8437B 1623B| 837k 1066k|59.1 155 |3880 6918 |0.86 1.25 0.98|1.0 0 3.0| 0 0 | 0 0 | 18 256 0 41 0 -Jan 03 20:36:15 ubuntu dstat.sh[58200]: 03-01 20:36:15| 29 3 66 1 0|4163M 498M 196M 2882M| 13k 7020B| 255k 1895k|15.0 259 |4739 8527 |0.86 1.25 0.98| 0 0 3.0| 0 0 | 0 0 | 18 259 0 45 0 -Jan 03 20:36:16 ubuntu dstat.sh[58200]: 03-01 20:36:16| 6 1 92 0 1|4164M 497M 196M 2882M|9995B 3903B| 0 232k| 0 20.0 |1548 2590 |0.86 1.25 0.98|1.0 0 0| 0 0 | 0 0 | 18 259 0 45 0 -Jan 03 20:36:17 ubuntu dstat.sh[58200]: 03-01 20:36:17| 5 1 92 0 0|4166M 495M 196M 2882M|5645B 1618B| 16k 583k|1.00 92.9 |1800 3358 |0.86 1.25 0.98|1.0 0 0| 0 0 | 0 0 | 18 261 0 45 0 -Jan 03 20:36:18 ubuntu dstat.sh[58200]: 03-01 20:36:18| 10 2 85 1 0|4167M 494M 196M 2883M| 32k 12k| 64k 1194k|4.01 146 |3038 5250 |0.86 1.25 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 261 0 46 0 -Jan 03 20:36:19 ubuntu dstat.sh[58200]: 03-01 20:36:19| 23 5 69 1 0|4170M 490M 196M 2883M|6078B 1620B| 16k 7132k|1.00 595 |6016 12k|0.87 1.24 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 264 0 48 0 -Jan 03 20:36:20 ubuntu dstat.sh[58200]: 03-01 20:36:20| 19 3 75 1 0|4173M 487M 196M 2884M| 11k 4305B| 16k 2805k|1.00 287 |4834 9624 |0.87 1.24 0.98| 0 0 1.0| 0 0 | 0 0 | 18 263 0 53 0 -Jan 03 20:36:21 ubuntu dstat.sh[58200]: 03-01 20:36:21| 9 3 87 1 0|4178M 481M 196M 2884M|9062B 3658B| 0 2012k| 0 264 |2066 3274 |0.87 1.24 0.98| 0 0 1.0| 0 0 | 0 0 | 18 266 0 53 0 -Jan 03 20:36:22 ubuntu dstat.sh[58200]: 03-01 20:36:22| 10 2 87 1 0|4179M 481M 196M 2884M| 27k 11k| 0 1055k| 0 130 |2832 5020 |0.87 1.24 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 0 53 0 -Jan 03 20:36:23 ubuntu dstat.sh[58200]: 03-01 20:36:23| 27 3 67 2 0|4206M 453M 196M 2884M|5639B 1618B| 0 9206k| 0 915 |6099 10k|0.87 1.24 0.98|2.0 0 2.0| 0 0 | 0 0 | 18 273 0 56 0 -Jan 03 20:36:24 ubuntu dstat.sh[58200]: 03-01 20:36:24| 18 3 75 1 0|4207M 452M 196M 2885M| 10k 4354B| 0 2952k| 0 324 |4613 8718 |0.96 1.26 0.99|1.0 0 0| 0 0 | 0 0 | 18 272 0 58 0 -Jan 03 20:36:25 ubuntu dstat.sh[58200]: 03-01 20:36:25| 12 2 84 0 0|4208M 451M 196M 2885M|8538B 4145B| 0 1340k| 0 141 |2694 4762 |0.96 1.26 0.99|1.0 0 0| 0 0 | 0 0 | 18 273 0 60 0 -Jan 03 20:36:26 ubuntu dstat.sh[58200]: 03-01 20:36:26| 7 2 90 1 0|4208M 451M 196M 2885M|7207B 1860B| 0 4621k| 0 306 |2508 4296 |0.96 1.26 0.99|3.0 0 0| 0 0 | 0 0 | 18 273 0 60 0 -Jan 03 20:36:27 ubuntu dstat.sh[58200]: 03-01 20:36:27| 7 2 88 1 0|4208M 450M 196M 2885M| 10k 4303B| 0 2095k| 0 204 |2848 5237 |0.96 1.26 0.99| 0 0 0| 0 0 | 0 0 | 18 272 0 61 0 -Jan 03 20:36:28 ubuntu dstat.sh[58200]: 03-01 20:36:28| 19 3 77 1 0|4209M 449M 196M 2885M| 19k 8187B| 148k 3985k|8.00 489 |3922 5803 |0.96 1.26 0.99| 0 0 0| 0 0 | 0 0 | 18 273 0 62 0 -Jan 03 20:36:29 ubuntu dstat.sh[58200]: 03-01 20:36:29| 9 1 87 1 0|4210M 449M 196M 2885M| 23k 10k| 0 1132k| 0 146 |2854 4812 |0.89 1.24 0.99| 0 0 0| 0 0 | 0 0 | 18 273 0 63 0 -Jan 03 20:36:30 ubuntu dstat.sh[58200]: 03-01 20:36:30| 9 2 88 1 1|4210M 448M 196M 2885M| 26k 11k| 0 1053k| 0 102 |2623 4313 |0.89 1.24 0.99| 0 1.0 1.0| 0 0 | 0 0 | 18 272 0 63 0 -Jan 03 20:36:31 ubuntu dstat.sh[58200]: 03-01 20:36:31| 7 3 88 0 0|4210M 448M 196M 2885M| 26k 10k| 0 712k| 0 96.0 |2632 4631 |0.89 1.24 0.99|2.0 0 1.0| 0 0 | 0 0 | 18 275 0 63 0 -Jan 03 20:36:32 ubuntu dstat.sh[58200]: 03-01 20:36:32| 26 5 67 2 0|4211M 447M 196M 2886M|6241B 1517B| 0 4010k| 0 397 |6284 12k|0.89 1.24 0.99|1.0 0 0| 0 0 | 0 0 | 18 276 0 53 0 -Jan 03 20:36:33 ubuntu dstat.sh[58200]: 03-01 20:36:33| 28 4 66 2 0|4212M 446M 196M 2886M|5919B 1621B| 0 6571k| 0 584 |6815 14k|0.89 1.24 0.99|2.0 0 0| 0 0 | 0 0 | 18 275 0 56 0 -Jan 03 20:36:34 ubuntu dstat.sh[58200]: 03-01 20:36:34| 14 3 80 0 0|4212M 445M 196M 2886M|5781B 1612B| 0 1313k| 0 121 |4036 7946 |0.82 1.22 0.98| 0 0 1.0| 0 0 | 0 0 | 18 276 0 52 0 -Jan 03 20:36:35 ubuntu dstat.sh[58200]: 03-01 20:36:35| 5 0 93 0 0|4213M 444M 196M 2886M|4978B 1637B| 0 68k| 0 7.00 |1603 2732 |0.82 1.22 0.98| 0 0 1.0| 0 0 | 0 0 | 18 277 0 52 0 -Jan 03 20:36:36 ubuntu dstat.sh[58200]: 03-01 20:36:36| 5 1 93 0 0|4213M 444M 196M 2887M|7175B 1622B| 0 1282k| 0 4.00 |1351 2112 |0.82 1.22 0.98|1.0 0 0| 0 0 | 0 0 | 18 277 0 50 0 -Jan 03 20:36:37 ubuntu dstat.sh[58200]: 03-01 20:36:37| 22 4 70 2 0|4213M 443M 196M 2887M| 41k 1626B| 0 3576k| 0 423 |5300 11k|0.82 1.22 0.98|3.0 0 0| 0 0 | 0 0 | 18 278 0 52 0 -Jan 03 20:36:38 ubuntu dstat.sh[58200]: 03-01 20:36:38| 27 3 68 1 0|4214M 442M 196M 2887M| 12k 5266B| 0 1855k| 0 229 |6255 13k|0.82 1.22 0.98|2.0 0 0| 0 0 | 0 0 | 18 278 0 54 0 -Jan 03 20:36:39 ubuntu dstat.sh[58200]: 03-01 20:36:39| 14 3 80 1 0|4218M 438M 196M 2888M| 20k 6892B| 224k 2613k|14.0 237 |4145 7798 |0.83 1.21 0.98| 0 0 0| 0 0 | 0 0 | 18 276 0 54 0 -Jan 03 20:36:40 ubuntu dstat.sh[58200]: 03-01 20:36:40| 13 2 82 1 0|4226M 429M 196M 2888M| 10k 4531B| 0 2237k| 0 218 |3001 5371 |0.83 1.21 0.98|2.0 0 1.0| 0 0 | 0 0 | 18 276 0 49 0 -Jan 03 20:36:41 ubuntu dstat.sh[58200]: 03-01 20:36:41| 9 2 88 1 0|4228M 427M 196M 2888M|8913B 4095B| 64k 1388k|4.00 147 |2286 4106 |0.83 1.21 0.98| 0 0 0| 0 0 | 0 0 | 18 277 0 50 0 -Jan 03 20:36:42 ubuntu dstat.sh[58200]: 03-01 20:36:42| 7 1 90 0 0|4230M 426M 196M 2888M| 22k 9872B| 0 686k| 0 66.2 |2085 3462 |0.83 1.21 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 0 50 0 -Jan 03 20:36:43 ubuntu dstat.sh[58200]: 03-01 20:36:43| 13 2 81 1 0|4233M 422M 196M 2888M| 14k 5118B| 0 5328k| 0 442 |4019 7522 |0.83 1.21 0.98|2.0 0 0| 0 0 | 0 0 | 18 276 0 54 0 -Jan 03 20:36:44 ubuntu dstat.sh[58200]: 03-01 20:36:44| 7 1 90 1 0|4235M 420M 196M 2888M|6478B 1621B| 0 792k| 0 64.0 |1924 3372 |0.76 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 277 0 58 0 -Jan 03 20:36:45 ubuntu dstat.sh[58200]: 03-01 20:36:45| 10 2 86 1 0|4238M 417M 196M 2889M| 30k 13k| 0 2002k| 0 190 |2943 4892 |0.76 1.19 0.97| 0 0 0| 0 0 | 0 0 | 18 276 0 59 0 -Jan 03 20:36:46 ubuntu dstat.sh[58200]: 03-01 20:36:46| 9 3 88 1 0|4240M 415M 196M 2889M| 11k 3732B| 0 4546k| 0 142 |2559 4381 |0.76 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 276 0 60 0 -Jan 03 20:36:47 ubuntu dstat.sh[58200]: 03-01 20:36:47| 12 1 84 0 0|4241M 414M 196M 2889M| 19k 8028B| 0 1328k| 0 155 |3122 5361 |0.76 1.19 0.97| 0 0 0| 0 0 | 0 0 | 18 277 0 62 0 -Jan 03 20:36:48 ubuntu dstat.sh[58200]: 03-01 20:36:48| 12 2 82 2 0|4243M 412M 196M 2889M| 17k 6540B| 16k 8013k|1.00 865 |4592 5997 |0.76 1.19 0.97| 0 0 0| 0 0 | 0 0 | 18 276 0 62 0 -Jan 03 20:36:49 ubuntu dstat.sh[58200]: 03-01 20:36:49| 11 3 86 1 0|4245M 409M 196M 2889M|8660B 1623B| 0 1475k| 0 177 |2840 4732 |0.70 1.17 0.97|1.0 0 0| 0 0 | 0 0 | 18 276 0 66 0 -Jan 03 20:36:50 ubuntu dstat.sh[58200]: 03-01 20:36:50| 4 1 93 0 0|4245M 409M 196M 2889M|9850B 4323B| 0 858k| 0 73.8 |1829 3196 |0.70 1.17 0.97| 0 0 1.0| 0 0 | 0 0 | 18 276 1 66 0 -Jan 03 20:36:51 ubuntu dstat.sh[58200]: 03-01 20:36:51| 12 3 84 1 0|4246M 407M 196M 2890M|9795B 4392B| 0 1726k| 0 211 |3254 5544 |0.70 1.17 0.97|2.0 0 1.0| 0 0 | 0 0 | 18 276 0 73 0 -Jan 03 20:36:52 ubuntu dstat.sh[58200]: 03-01 20:36:52| 6 0 91 0 0|4247M 407M 196M 2890M|5417B 1509B| 0 950k| 0 76.9 |1866 3153 |0.70 1.17 0.97| 0 0 0| 0 0 | 0 0 | 18 276 0 74 0 -Jan 03 20:36:53 ubuntu dstat.sh[58200]: 03-01 20:36:53| 10 3 86 2 0|4247M 407M 196M 2890M|4663B 1622B| 0 4638k| 0 324 |2865 4753 |0.70 1.17 0.97|1.0 1.0 0| 0 0 | 0 0 | 18 276 0 74 0 -Jan 03 20:36:54 ubuntu dstat.sh[58200]: 03-01 20:36:54| 6 1 91 1 0|4247M 407M 196M 2890M|5527B 1617B| 0 2787k| 0 203 |2227 4036 |0.89 1.20 0.98| 0 0 0| 0 0 | 0 0 | 18 276 0 74 0 -Jan 03 20:36:55 ubuntu dstat.sh[58200]: 03-01 20:36:55| 6 1 91 0 0|4247M 407M 196M 2890M|4326B 1622B| 0 473k| 0 56.1 |1776 3193 |0.89 1.20 0.98| 0 0 0| 0 0 | 0 0 | 18 276 0 74 0 -Jan 03 20:36:56 ubuntu dstat.sh[58200]: 03-01 20:36:56| 8 3 87 1 0|4247M 406M 196M 2890M|8802B 4123B| 0 806k| 0 111 |2347 4061 |0.89 1.20 0.98| 0 0 0| 0 0 | 0 0 | 18 277 0 77 0 -Jan 03 20:36:57 ubuntu dstat.sh[58200]: 03-01 20:36:57| 6 1 91 1 0|4247M 406M 196M 2890M| 12k 4455B| 0 759k| 0 95.8 |1910 3429 |0.89 1.20 0.98|1.0 0 0| 0 0 | 0 0 | 18 277 0 77 0 -Jan 03 20:36:58 ubuntu dstat.sh[58200]: 03-01 20:36:58| 10 2 86 1 0|4248M 405M 196M 2890M| 14k 6007B| 0 1308k| 0 179 |2878 5323 |0.89 1.20 0.98| 0 0 0| 0 0 | 0 0 | 18 276 0 80 0 -Jan 03 20:36:59 ubuntu dstat.sh[58200]: 03-01 20:36:59| 14 3 81 1 0|4248M 405M 196M 2890M| 22k 10k| 0 4308k| 0 632 |3690 6334 |0.90 1.20 0.98| 0 0 0| 0 0 | 0 0 | 18 277 0 83 0 -Jan 03 20:37:00 ubuntu dstat.sh[58200]: 03-01 20:37:00| 11 1 84 1 0|4249M 404M 196M 2891M| 21k 6442B| 0 1458k| 0 145 |3132 5799 |0.90 1.20 0.98| 0 0 1.0| 0 0 | 0 0 | 18 276 0 83 0 -Jan 03 20:37:01 ubuntu dstat.sh[58200]: 03-01 20:37:01| 12 2 85 0 0|4250M 403M 196M 2891M|9410B 4232B| 16k 1269k|1.00 145 |2335 4496 |0.90 1.20 0.98| 0 0 0| 0 0 | 0 0 | 18 275 0 88 0 -Jan 03 20:37:02 ubuntu dstat.sh[58200]: 03-01 20:37:02| 4 1 93 0 0|4251M 402M 196M 2891M|9016B 1791B| 0 775k| 0 64.9 |1640 2887 |0.90 1.20 0.98|3.0 0 0| 0 0 | 0 0 | 18 275 0 89 0 -Jan 03 20:37:03 ubuntu dstat.sh[58200]: 03-01 20:37:03| 11 5 81 1 0|4257M 396M 196M 2891M| 11k 4259B| 0 1281k| 0 156 |3317 7063 |0.90 1.20 0.98| 0 0 34| 0 0 | 0 0 | 18 274 0 90 0 -Jan 03 20:37:04 ubuntu dstat.sh[58200]: 03-01 20:37:04| 12 3 83 1 0|4257M 395M 196M 2891M|9648B 3835B| 0 1325k| 0 156 |3604 7082 |1.06 1.23 0.99| 0 0 0| 0 0 | 0 0 | 18 274 0 93 0 -Jan 03 20:37:05 ubuntu dstat.sh[58200]: 03-01 20:37:05| 19 3 75 1 0|4259M 393M 196M 2892M| 17k 7888B| 96k 7021k|6.00 517 |4723 8929 |1.06 1.23 0.99|2.0 0 0| 0 0 | 0 0 | 18 275 0 97 0 -Jan 03 20:37:06 ubuntu dstat.sh[58200]: 03-01 20:37:06| 14 3 81 1 0|4259M 393M 196M 2892M| 17k 6477B| 0 1639k| 0 171 |3745 7117 |1.06 1.23 0.99|2.0 0 0| 0 0 | 0 0 | 18 278 0 97 0 -Jan 03 20:37:07 ubuntu dstat.sh[58200]: 03-01 20:37:07| 29 4 64 2 0|4259M 392M 196M 2892M| 42k 1619B| 32k 5157k|1.00 563 |7005 14k|1.06 1.23 0.99|1.0 0 0| 0 0 | 0 0 | 18 277 0 101 0 -Jan 03 20:37:08 ubuntu dstat.sh[58200]: 03-01 20:37:08| 24 4 69 1 0|4260M 391M 196M 2892M|7046B 1614B| 32k 3188k|1.00 307 |6363 12k|1.06 1.23 0.99| 0 0 0| 0 0 | 0 0 | 18 276 0 101 0 -Jan 03 20:37:09 ubuntu dstat.sh[58200]: 03-01 20:37:09| 5 1 93 0 0|4260M 391M 196M 2892M|5075B 1620B| 0 740k| 0 48.0 |1565 2653 |1.06 1.22 0.99| 0 1.0 0| 0 0 | 0 0 | 18 277 0 99 0 -Jan 03 20:37:10 ubuntu dstat.sh[58200]: 03-01 20:37:10| 8 2 87 1 0|4260M 391M 196M 2893M|9807B 4391B| 0 1476k| 0 178 |2832 5053 |1.06 1.22 0.99| 0 0 1.0| 0 0 | 0 0 | 18 276 0 103 0 -Jan 03 20:37:11 ubuntu dstat.sh[58200]: 03-01 20:37:11| 7 2 89 1 0|4260M 391M 196M 2893M| 12k 4294B|4098B 1441k|1.00 155 |2534 4400 |1.06 1.22 0.99| 0 0 0| 0 0 | 0 0 | 18 276 0 96 0 -Jan 03 20:37:12 ubuntu dstat.sh[58200]: 03-01 20:37:12| 12 3 82 1 0|4260M 390M 196M 2893M|9470B 3734B| 0 6176k| 0 471 |3970 7233 |1.06 1.22 0.99| 0 0 0| 0 0 | 0 0 | 18 276 0 99 0 -Jan 03 20:37:13 ubuntu dstat.sh[58200]: 03-01 20:37:13| 7 2 89 1 0|4262M 389M 196M 2893M|8982B 3876B| 0 1289k| 0 96.1 |2165 3714 |1.06 1.22 0.99|1.0 0 0| 0 0 | 0 0 | 18 276 0 103 0 -Jan 03 20:37:14 ubuntu dstat.sh[58200]: 03-01 20:37:14| 11 2 85 1 1|4263M 388M 196M 2893M| 24k 11k| 0 7328k| 0 766 |4203 5408 |1.14 1.24 1.00|1.0 0 0| 0 0 | 0 0 | 18 277 0 103 0 -Jan 03 20:37:15 ubuntu dstat.sh[58200]: 03-01 20:37:15| 33 3 62 3 0|4263M 387M 196M 2894M|5517B 1863B| 32k 6240k|2.01 655 |7787 15k|1.14 1.24 1.00|1.0 0 0| 0 0 | 0 0 | 18 278 0 103 0 -Jan 03 20:37:16 ubuntu dstat.sh[58200]: 03-01 20:37:16| 26 6 68 1 0|4264M 385M 196M 2894M|5361B 1664B| 0 2046k| 0 231 |6590 12k|1.14 1.24 1.00|1.0 0 0| 0 0 | 0 0 | 18 277 0 106 0 -Jan 03 20:37:17 ubuntu dstat.sh[58200]: 03-01 20:37:17| 26 4 64 3 0|4265M 385M 196M 2894M|4834B 1620B| 32k 9566k|1.00 808 |7681 15k|1.14 1.24 1.00|3.0 0 0| 0 0 | 0 0 | 18 278 0 106 0 -Jan 03 20:37:18 ubuntu dstat.sh[58200]: 03-01 20:37:18| 29 4 66 1 0|4265M 384M 196M 2894M|4977B 1618B| 0 2821k| 0 339 |5813 12k|1.14 1.24 1.00|1.0 0 0| 0 0 | 0 0 | 18 277 0 108 0 -Jan 03 20:37:19 ubuntu dstat.sh[58200]: 03-01 20:37:19| 25 5 67 2 0|4267M 382M 196M 2895M|9799B 1502B| 0 3204k| 0 352 |6446 13k|1.12 1.23 1.00|2.0 0 0| 0 0 | 0 0 | 18 278 0 107 0 -Jan 03 20:37:20 ubuntu dstat.sh[58200]: 03-01 20:37:20| 28 4 66 1 0|4267M 382M 196M 2895M|6010B 1699B| 0 3031k| 0 395 |6316 13k|1.12 1.23 1.00|2.0 0 1.0| 0 0 | 0 0 | 18 277 0 111 0 -Jan 03 20:37:21 ubuntu dstat.sh[58200]: 03-01 20:37:21| 23 3 69 2 0|4268M 380M 196M 2895M|5286B 1620B| 0 7086k| 0 544 |6670 12k|1.12 1.23 1.00| 0 1.0 0| 0 0 | 0 0 | 18 276 0 104 0 -Jan 03 20:37:22 ubuntu dstat.sh[58200]: 03-01 20:37:22| 6 2 91 1 0|4268M 380M 196M 2896M|5622B 1718B| 0 1579k| 0 140 |2023 3399 |1.12 1.23 1.00| 0 1.0 0| 0 0 | 0 0 | 18 276 0 104 0 -Jan 03 20:37:23 ubuntu dstat.sh[58200]: 03-01 20:37:23| 3 0 94 0 0|4268M 380M 196M 2896M|4887B 1615B| 0 507k| 0 45.9 |1711 2971 |1.12 1.23 1.00|2.0 0 0| 0 0 | 0 0 | 18 277 0 104 0 -Jan 03 20:37:24 ubuntu dstat.sh[58200]: 03-01 20:37:24| 12 2 83 1 0|4268M 380M 196M 2896M|9870B 4380B| 0 1596k| 0 199 |3383 6380 |1.03 1.21 0.99| 0 0 0| 0 0 | 0 0 | 18 276 0 108 0 -Jan 03 20:37:25 ubuntu dstat.sh[58200]: 03-01 20:37:25| 13 2 81 1 0|4268M 380M 196M 2896M| 18k 8142B| 0 1344k| 0 165 |3522 6565 |1.03 1.21 0.99| 0 0 0| 0 0 | 0 0 | 18 277 0 107 0 -Jan 03 20:37:26 ubuntu dstat.sh[58200]: 03-01 20:37:26| 9 2 89 1 0|4268M 380M 196M 2896M| 25k 10k| 0 1005k| 0 87.1 |2292 3615 |1.03 1.21 0.99| 0 0 0| 0 0 | 0 0 | 18 277 0 107 0 -Jan 03 20:37:27 ubuntu dstat.sh[58200]: 03-01 20:37:27| 11 2 84 1 0|4268M 380M 196M 2896M| 17k 6474B| 0 1076k| 0 124 |3043 5632 |1.03 1.21 0.99|1.0 0 0| 0 0 | 0 0 | 18 276 0 105 0 -Jan 03 20:37:28 ubuntu dstat.sh[58200]: 03-01 20:37:28| 2 1 94 0 0|4268M 380M 196M 2896M|5731B 1613B| 0 621k| 0 43.8 |1619 2855 |1.03 1.21 0.99|1.0 0 0| 0 0 | 0 0 | 18 277 0 105 0 -Jan 03 20:37:29 ubuntu dstat.sh[58200]: 03-01 20:37:29| 11 2 83 2 0|4269M 379M 196M 2896M| 11k 4511B| 0 8226k| 0 909 |4670 6167 |1.11 1.23 1.00| 0 0 0| 0 0 | 0 0 | 18 276 0 108 0 -Jan 03 20:37:30 ubuntu dstat.sh[58200]: 03-01 20:37:30| 12 3 82 1 0|4269M 378M 196M 2897M| 13k 4381B| 0 1953k| 0 230 |3756 6664 |1.11 1.23 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 276 0 114 0 -Jan 03 20:37:31 ubuntu dstat.sh[58200]: 03-01 20:37:31| 6 0 91 0 0|4269M 378M 196M 2897M|6629B 1619B| 0 947k| 0 88.9 |1955 3355 |1.11 1.23 1.00| 0 0 0| 0 0 | 0 0 | 18 276 0 114 0 -Jan 03 20:37:32 ubuntu dstat.sh[58200]: 03-01 20:37:32| 7 2 90 0 0|4269M 378M 196M 2897M|9077B 1621B| 0 768k| 0 72.0 |1932 3322 |1.11 1.23 1.00|2.0 0 0| 0 0 | 0 0 | 18 276 0 116 0 -Jan 03 20:37:33 ubuntu dstat.sh[58200]: 03-01 20:37:33| 7 1 91 0 0|4271M 376M 196M 2897M|5802B 1462B| 0 606k| 0 44.1 |1764 3107 |1.11 1.23 1.00|2.0 0 0| 0 0 | 0 0 | 18 277 0 118 0 -Jan 03 20:37:34 ubuntu dstat.sh[58200]: 03-01 20:37:34| 12 2 83 2 0|4271M 376M 196M 2897M| 40k 15k| 0 7035k| 0 569 |4605 7902 |1.10 1.22 1.00|5.0 0 0| 0 0 | 0 0 | 18 276 0 119 0 -Jan 03 20:37:35 ubuntu dstat.sh[58200]: 03-01 20:37:35| 23 5 69 2 1|4271M 375M 196M 2897M|5235B 1710B| 0 3673k| 0 440 |6864 12k|1.10 1.22 1.00|1.0 0 0| 0 0 | 0 0 | 18 278 0 122 0 -Jan 03 20:37:36 ubuntu dstat.sh[58200]: 03-01 20:37:36| 26 3 67 1 0|4272M 374M 196M 2897M|5516B 1612B| 0 2567k| 0 298 |6274 12k|1.10 1.22 1.00|2.0 0 0| 0 0 | 0 0 | 18 277 0 125 0 -Jan 03 20:37:37 ubuntu dstat.sh[58200]: 03-01 20:37:37| 16 2 79 1 0|4272M 374M 196M 2898M| 41k 1620B| 0 3152k| 0 292 |4581 8814 |1.10 1.22 1.00|1.0 0 0| 0 0 | 0 0 | 18 276 0 124 0 -Jan 03 20:37:38 ubuntu dstat.sh[58200]: 03-01 20:37:38| 12 2 85 1 0|4272M 374M 196M 2898M| 11k 6200B| 0 3134k| 0 203 |2884 5346 |1.10 1.22 1.00| 0 0 0| 0 0 | 0 0 | 18 278 0 127 0 -Jan 03 20:37:39 ubuntu dstat.sh[58200]: 03-01 20:37:39| 9 1 88 0 0|4272M 374M 196M 2898M| 22k 8856B| 0 1348k| 0 130 |2630 4314 |1.01 1.20 0.99| 0 0 0| 0 0 | 0 0 | 18 277 0 125 0 -Jan 03 20:37:40 ubuntu dstat.sh[58200]: 03-01 20:37:40| 11 2 87 1 0|4272M 373M 196M 2898M| 17k 8610B| 0 1224k| 0 106 |2536 4279 |1.01 1.20 0.99| 0 0 1.0| 0 0 | 0 0 | 18 277 0 129 0 -Jan 03 20:37:41 ubuntu dstat.sh[58200]: 03-01 20:37:41| 9 3 85 1 0|4273M 372M 196M 2898M| 10k 3833B| 0 5530k| 0 385 |3147 5791 |1.01 1.20 0.99| 0 0 0| 0 0 | 0 0 | 18 277 0 128 0 -Jan 03 20:37:42 ubuntu dstat.sh[58200]: 03-01 20:37:42| 6 2 89 1 0|4273M 372M 196M 2898M| 26k 10k| 0 1321k| 0 125 |2337 4134 |1.01 1.20 0.99|1.0 0 0| 0 0 | 0 0 | 18 279 0 129 0 -Jan 03 20:37:43 ubuntu dstat.sh[58200]: 03-01 20:37:43| 7 1 90 0 0|4273M 372M 196M 2898M| 43k 19k| 0 729k| 0 62.7 |2177 3566 |1.01 1.20 0.99| 0 0 0| 0 0 | 0 0 | 18 278 0 127 0 -Jan 03 20:37:44 ubuntu dstat.sh[58200]: 03-01 20:37:44| 7 2 88 0 0|4273M 372M 196M 2898M| 31k 11k| 0 1219k| 0 156 |2673 4587 |1.01 1.20 1.00| 0 0 0| 0 0 | 0 0 | 18 276 0 128 0 -Jan 03 20:37:45 ubuntu dstat.sh[58200]: 03-01 20:37:45| 25 5 69 2 0|4274M 371M 196M 2899M|5375B 1718B| 0 4683k| 0 482 |6834 13k|1.01 1.20 1.00|1.0 0 0| 0 0 | 0 0 | 18 278 0 125 0 -Jan 03 20:37:46 ubuntu dstat.sh[58200]: 03-01 20:37:46| 25 5 68 1 0|4275M 370M 196M 2899M|7337B 1455B| 0 2399k| 0 278 |6802 13k|1.01 1.20 1.00|2.0 0 0| 0 0 | 0 0 | 18 277 0 127 0 -Jan 03 20:37:47 ubuntu dstat.sh[58200]: 03-01 20:37:47| 11 3 84 1 0|4275M 369M 196M 2899M|6883B 1658B| 0 2326k| 0 213 |3566 6619 |1.01 1.20 1.00| 0 0 0| 0 0 | 0 0 | 18 276 0 128 0 -Jan 03 20:37:48 ubuntu dstat.sh[58200]: 03-01 20:37:48| 12 3 84 1 0|4275M 369M 196M 2899M| 27k 10k| 0 2528k| 0 180 |3304 5552 |1.01 1.20 1.00| 0 0 0| 0 0 | 0 0 | 18 277 0 125 0 -Jan 03 20:37:49 ubuntu dstat.sh[58200]: 03-01 20:37:49| 13 2 84 1 0|4275M 369M 196M 2899M|7470B 1863B| 0 5670k| 0 422 |4090 7616 |0.93 1.18 0.99|1.0 0 0| 0 0 | 0 0 | 18 279 0 125 0 -Jan 03 20:37:50 ubuntu dstat.sh[58200]: 03-01 20:37:50| 27 5 64 3 0|4276M 368M 196M 2900M|5527B 1655B| 0 10M| 0 1162 |7384 14k|0.93 1.18 0.99|1.0 0 1.0| 0 0 | 0 0 | 18 277 0 125 0 -Jan 03 20:37:51 ubuntu dstat.sh[58200]: 03-01 20:37:51| 24 4 68 1 0|4277M 366M 196M 2900M|8505B 4233B| 0 3119k| 0 306 |6297 12k|0.93 1.18 0.99|1.0 0 0| 0 0 | 0 0 | 18 277 0 126 0 -Jan 03 20:37:52 ubuntu dstat.sh[58200]: 03-01 20:37:52| 5 1 93 1 1|4278M 365M 196M 2900M|6321B 1942B| 0 1089k| 0 76.3 |1782 2933 |0.93 1.18 0.99|1.0 0 0| 0 0 | 0 0 | 18 277 0 119 0 -Jan 03 20:37:53 ubuntu dstat.sh[58200]: 03-01 20:37:53| 11 1 84 1 0|4278M 365M 196M 2900M| 11k 4230B| 0 2084k| 0 266 |3440 6093 |0.93 1.18 0.99| 0 0 0| 0 0 | 0 0 | 18 276 0 121 0 -Jan 03 20:37:54 ubuntu dstat.sh[58200]: 03-01 20:37:54| 16 3 78 1 0|4279M 364M 196M 2901M|9568B 4409B| 0 1972k| 0 239 |3467 6125 |0.86 1.16 0.98| 0 0 0| 0 0 | 0 0 | 18 278 0 121 0 -Jan 03 20:37:55 ubuntu dstat.sh[58200]: 03-01 20:37:55| 11 2 85 1 0|4279M 364M 196M 2901M|6789B 1626B| 0 1450k| 0 157 |2736 4820 |0.86 1.16 0.98|2.0 0 0| 0 0 | 0 0 | 18 277 0 122 0 -Jan 03 20:37:56 ubuntu dstat.sh[58200]: 03-01 20:37:56| 5 3 89 2 0|4279M 363M 196M 2901M| 10k 4402B| 0 3982k| 0 289 |2842 4736 |0.86 1.16 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 0 122 0 -Jan 03 20:37:57 ubuntu dstat.sh[58200]: 03-01 20:37:57| 17 2 78 1 0|4280M 363M 196M 2901M| 21k 8033B| 0 2729k| 0 231 |3707 6071 |0.86 1.16 0.98| 0 0 0| 0 0 | 0 0 | 18 279 0 123 0 -Jan 03 20:37:58 ubuntu dstat.sh[58200]: 03-01 20:37:58| 11 2 84 1 0|4280M 363M 196M 2901M| 29k 12k| 0 1536k| 0 153 |3175 5206 |0.86 1.16 0.98|1.0 0 0| 0 0 | 0 0 | 18 279 0 117 0 -Jan 03 20:37:59 ubuntu dstat.sh[58200]: 03-01 20:37:59| 8 2 88 0 0|4280M 362M 196M 2901M| 20k 8969B| 0 920k| 0 75.0 |2382 3948 |0.79 1.14 0.98| 0 0 0| 0 0 | 0 0 | 18 279 0 117 0 -Jan 03 20:38:00 ubuntu dstat.sh[58200]: 03-01 20:38:00| 9 2 88 1 1|4280M 362M 196M 2901M| 11k 3634B| 0 1173k| 0 137 |2649 4716 |0.79 1.14 0.98|4.0 0 1.0| 0 0 | 0 0 | 18 280 0 116 0 -Jan 03 20:38:01 ubuntu dstat.sh[58200]: 03-01 20:38:01| 7 2 88 1 0|4280M 362M 196M 2901M| 48k 19k| 0 1306k| 0 150 |2899 4697 |0.79 1.14 0.98| 0 0 0| 0 0 | 0 0 | 18 279 0 116 0 -Jan 03 20:38:02 ubuntu dstat.sh[58200]: 03-01 20:38:02| 25 4 67 2 0|4280M 362M 196M 2901M|6879B 1868B| 32k 4214k|1.00 509 |6417 13k|0.79 1.14 0.98|1.0 0 0| 0 0 | 0 0 | 18 280 0 114 0 -Jan 03 20:38:03 ubuntu dstat.sh[58200]: 03-01 20:38:03| 30 6 59 1 0|4288M 353M 196M 2902M|4954B 1620B| 96k 2591k|5.00 294 |6004 19k|0.79 1.14 0.98| 0 1.0 34| 0 0 | 0 0 | 18 279 0 117 0 -Jan 03 20:38:04 ubuntu dstat.sh[58200]: 03-01 20:38:04| 26 5 67 2 0|4288M 353M 196M 2902M|5100B 1621B| 0 8016k| 0 614 |7256 13k|0.80 1.14 0.98|1.0 0 0| 0 0 | 0 0 | 18 279 0 118 0 -Jan 03 20:38:05 ubuntu dstat.sh[58200]: 03-01 20:38:05| 27 4 63 5 0|4289M 351M 196M 2903M|4931B 1615B| 0 11M| 0 1244 |8325 14k|0.80 1.14 0.98|3.0 0 0| 0 0 | 0 0 | 18 278 0 123 0 -Jan 03 20:38:06 ubuntu dstat.sh[58200]: 03-01 20:38:06| 26 6 67 1 0|4291M 350M 196M 2903M|5375B 1626B| 0 2108k| 0 235 |6468 13k|0.80 1.14 0.98|3.0 0 0| 0 0 | 0 0 | 18 279 0 118 0 -Jan 03 20:38:07 ubuntu dstat.sh[58200]: 03-01 20:38:07| 8 1 87 1 0|4291M 350M 196M 2903M| 45k 4238B| 0 1831k| 0 152 |2834 5059 |0.80 1.14 0.98| 0 0 0| 0 0 | 0 0 | 18 278 0 120 0 -Jan 03 20:38:08 ubuntu dstat.sh[58200]: 03-01 20:38:08| 10 2 85 2 0|4291M 349M 196M 2903M| 10k 4230B| 0 1584k| 0 173 |2920 5067 |0.80 1.14 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 0 118 0 -Jan 03 20:38:09 ubuntu dstat.sh[58200]: 03-01 20:38:09| 11 2 83 2 0|4291M 349M 196M 2903M| 11k 4355B| 0 5938k| 0 352 |3462 6302 |0.74 1.12 0.97| 0 1.0 0| 0 0 | 0 0 | 18 278 0 118 0 -Jan 03 20:38:10 ubuntu dstat.sh[58200]: 03-01 20:38:10| 7 2 88 0 0|4292M 348M 196M 2904M|9932B 3828B| 0 2090k| 0 168 |2566 4382 |0.74 1.12 0.97| 0 0 1.0| 0 0 | 0 0 | 18 278 0 114 0 -Jan 03 20:38:11 ubuntu dstat.sh[58200]: 03-01 20:38:11| 10 2 87 1 0|4292M 348M 196M 2904M| 11k 4286B| 0 1369k| 0 140 |2503 4466 |0.74 1.12 0.97| 0 0 0| 0 0 | 0 0 | 18 278 0 115 0 -Jan 03 20:38:12 ubuntu dstat.sh[58200]: 03-01 20:38:12| 5 1 92 0 0|4292M 348M 196M 2904M|5790B 1626B| 0 671k| 0 42.2 |1697 2951 |0.74 1.12 0.97|1.0 0 0| 0 0 | 0 0 | 18 279 0 113 0 -Jan 03 20:38:13 ubuntu dstat.sh[58200]: 03-01 20:38:13| 4 1 92 1 0|4291M 348M 196M 2904M| 10k 3815B| 0 4265k| 0 524 |2700 3774 |0.74 1.12 0.97| 0 0 2.0| 0 0 | 0 0 | 18 278 0 113 0 -Jan 03 20:38:14 ubuntu dstat.sh[58200]: 03-01 20:38:14| 9 3 86 1 0|4292M 348M 196M 2904M| 10k 4289B| 0 1329k| 0 167 |2836 5178 |0.84 1.13 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 0 108 0 -Jan 03 20:38:15 ubuntu dstat.sh[58200]: 03-01 20:38:15| 9 1 88 0 0|4298M 341M 196M 2904M|9133B 3751B| 0 1019k| 0 104 |2412 4597 |0.84 1.13 0.98| 0 0 0| 0 0 | 0 0 | 18 278 0 108 0 -Jan 03 20:38:16 ubuntu dstat.sh[58200]: 03-01 20:38:16| 9 1 88 1 0|4298M 341M 196M 2904M| 10k 4286B| 0 1260k| 0 158 |2448 4421 |0.84 1.13 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 0 103 0 -Jan 03 20:38:17 ubuntu dstat.sh[58200]: 03-01 20:38:17| 7 2 89 1 0|4298M 341M 196M 2905M| 11k 3836B| 0 1249k| 0 141 |2417 4327 |0.84 1.13 0.98| 0 0 0| 0 0 | 0 0 | 18 278 0 103 0 -Jan 03 20:38:18 ubuntu dstat.sh[58200]: 03-01 20:38:18| 12 2 86 1 1|4298M 341M 196M 2905M|5753B 3071B| 0 1876k| 0 142 |2614 4842 |0.84 1.13 0.98|3.0 1.0 0| 0 0 | 0 0 | 18 280 0 98 0 -Jan 03 20:38:19 ubuntu dstat.sh[58200]: 03-01 20:38:19| 4 1 92 1 0|4298M 341M 196M 2905M| 13k 2380B| 0 1045k| 0 110 |2052 3672 |0.93 1.15 0.99|1.0 0 0| 0 0 | 0 0 | 18 278 0 99 0 -Jan 03 20:38:20 ubuntu dstat.sh[58200]: 03-01 20:38:20| 11 3 84 2 0|4298M 341M 196M 2905M| 29k 13k| 0 4989k| 0 363 |3388 6108 |0.93 1.15 0.99|2.0 1.0 1.0| 0 0 | 0 0 | 18 278 0 95 0 -Jan 03 20:38:21 ubuntu dstat.sh[58200]: 03-01 20:38:21| 24 3 69 2 0|4298M 340M 196M 2905M|5568B 1618B| 0 3915k| 0 442 |5608 11k|0.93 1.15 0.99|1.0 0 0| 0 0 | 0 0 | 18 280 0 97 0 -Jan 03 20:38:22 ubuntu dstat.sh[58200]: 03-01 20:38:22| 25 5 67 2 0|4298M 339M 196M 2906M|5587B 1558B| 0 2622k| 0 301 |6696 13k|0.93 1.15 0.99|1.0 0 0| 0 0 | 0 0 | 18 279 0 99 0 -Jan 03 20:38:23 ubuntu dstat.sh[58200]: 03-01 20:38:23| 12 2 82 2 0|4299M 339M 196M 2906M|4304B 1614B| 16k 2543k|1.00 272 |4465 7838 |0.93 1.15 0.99| 0 0 0| 0 0 | 0 0 | 18 278 0 100 0 -Jan 03 20:38:24 ubuntu dstat.sh[58200]: 03-01 20:38:24| 16 3 79 2 0|4299M 339M 196M 2906M|5364B 1620B| 0 2781k| 0 338 |4311 7458 |0.86 1.13 0.98| 0 0 0| 0 0 | 0 0 | 18 278 0 97 0 -Jan 03 20:38:25 ubuntu dstat.sh[58200]: 03-01 20:38:25| 4 1 94 1 0|4299M 338M 196M 2906M|6980B 1626B| 0 1012k| 0 64.2 |1537 2598 |0.86 1.13 0.98|1.0 0 0| 0 0 | 0 0 | 18 279 0 97 0 -Jan 03 20:38:26 ubuntu dstat.sh[58200]: 03-01 20:38:26| 27 4 64 4 0|4299M 338M 196M 2907M|6157B 1620B| 0 7457k| 0 692 |7504 14k|0.86 1.13 0.98|2.0 0 0| 0 0 | 0 0 | 18 280 0 95 0 -Jan 03 20:38:27 ubuntu dstat.sh[58200]: 03-01 20:38:27| 25 4 66 2 0|4300M 337M 196M 2907M|7188B 1613B| 0 4831k| 0 419 |6933 13k|0.86 1.13 0.98|2.0 0 0| 0 0 | 0 0 | 18 279 0 97 0 -Jan 03 20:38:28 ubuntu dstat.sh[58200]: 03-01 20:38:28| 25 5 67 2 0|4301M 335M 196M 2907M|5952B 1620B| 0 2533k| 0 326 |6026 12k|0.86 1.13 0.98|2.0 0 0| 0 0 | 0 0 | 18 279 0 98 0 -Jan 03 20:38:29 ubuntu dstat.sh[58200]: 03-01 20:38:29| 25 4 67 2 0|4302M 334M 196M 2908M|5922B 1514B| 0 3020k| 0 371 |6737 13k|1.03 1.16 0.99|1.0 0 0| 0 0 | 0 0 | 18 279 0 100 0 -Jan 03 20:38:30 ubuntu dstat.sh[58200]: 03-01 20:38:30| 12 2 83 1 0|4302M 333M 196M 2908M|5459B 1565B| 0 4080k| 0 297 |4124 7085 |1.03 1.16 0.99| 0 1.0 1.0| 0 0 | 0 0 | 18 279 0 100 0 -Jan 03 20:38:31 ubuntu dstat.sh[58200]: 03-01 20:38:31| 19 4 73 4 0|4303M 332M 196M 2908M|5870B 1625B| 0 12M| 0 1233 |5729 9552 |1.03 1.16 0.99|2.0 1.0 0| 0 0 | 0 0 | 18 280 0 91 0 -Jan 03 20:38:32 ubuntu dstat.sh[58200]: 03-01 20:38:32| 25 5 67 2 0|4304M 331M 196M 2908M|6553B 1622B| 0 2739k| 0 326 |6151 12k|1.03 1.16 0.99|2.0 0 0| 0 0 | 0 0 | 18 278 0 97 0 -Jan 03 20:38:33 ubuntu dstat.sh[58200]: 03-01 20:38:33| 24 4 68 2 0|4305M 330M 196M 2909M|6354B 1616B| 0 2801k| 0 315 |6682 12k|1.03 1.16 0.99|1.0 0 0| 0 0 | 0 0 | 18 279 0 95 0 -Jan 03 20:38:34 ubuntu dstat.sh[58200]: 03-01 20:38:34| 28 4 64 3 0|4305M 330M 196M 2909M|6067B 1621B| 12k 4167k|2.00 521 |7026 14k|1.19 1.19 1.00|2.0 0 0| 0 0 | 0 0 | 18 280 0 98 0 -Jan 03 20:38:35 ubuntu dstat.sh[58200]: 03-01 20:38:35| 25 4 67 2 0|4305M 329M 196M 2909M|4957B 1623B| 0 5788k| 0 465 |7115 14k|1.19 1.19 1.00|1.0 1.0 0| 0 0 | 0 0 | 18 279 0 94 0 -Jan 03 20:38:36 ubuntu dstat.sh[58200]: 03-01 20:38:36| 25 4 67 2 0|4306M 327M 196M 2910M|5275B 1508B| 0 5274k| 0 446 |6752 12k|1.19 1.19 1.00|3.0 0 0| 0 0 | 0 0 | 18 277 0 97 0 -Jan 03 20:38:37 ubuntu dstat.sh[58200]: 03-01 20:38:37| 6 2 90 0 0|4307M 327M 196M 2910M| 45k 4308B| 0 1202k| 0 123 |2573 4393 |1.19 1.19 1.00|1.0 0 0| 0 0 | 0 0 | 18 278 0 90 0 -Jan 03 20:38:38 ubuntu dstat.sh[58200]: 03-01 20:38:38| 12 3 84 1 0|4307M 327M 196M 2910M| 34k 15k| 0 1332k| 0 144 |3176 5196 |1.19 1.19 1.00|1.0 0 0| 0 0 | 0 0 | 18 280 0 90 0 -Jan 03 20:38:39 ubuntu dstat.sh[58200]: 03-01 20:38:39| 14 2 82 1 0|4307M 327M 196M 2910M| 24k 10k| 0 3247k| 0 189 |3698 6298 |1.09 1.17 1.00| 0 0 0| 0 0 | 0 0 | 18 278 0 88 0 -Jan 03 20:38:40 ubuntu dstat.sh[58200]: 03-01 20:38:40| 10 2 85 1 1|4307M 327M 196M 2910M|6547B 1620B| 48k 1664k|2.00 194 |3155 5665 |1.09 1.17 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 279 0 88 0 -Jan 03 20:38:41 ubuntu dstat.sh[58200]: 03-01 20:38:41| 11 2 84 1 0|4307M 326M 196M 2910M| 20k 8049B| 0 1879k| 0 236 |3654 6214 |1.09 1.17 1.00| 0 0 0| 0 0 | 0 0 | 18 279 0 84 0 -Jan 03 20:38:42 ubuntu dstat.sh[58200]: 03-01 20:38:42| 14 3 81 2 0|4307M 326M 196M 2910M| 38k 15k| 0 6186k| 0 491 |4525 7592 |1.09 1.17 1.00|1.0 1.0 0| 0 0 | 0 0 | 18 280 0 85 0 -Jan 03 20:38:43 ubuntu dstat.sh[58200]: 03-01 20:38:43| 26 5 65 2 0|4307M 326M 196M 2911M| 10k 1881B| 0 4637k| 0 540 |7535 15k|1.09 1.17 1.00|7.0 0 0| 0 0 | 0 0 | 18 280 0 82 0 -Jan 03 20:38:44 ubuntu dstat.sh[58200]: 03-01 20:38:44| 25 5 66 2 0|4308M 325M 196M 2911M|6586B 1619B| 0 2898k| 0 383 |6461 13k|1.17 1.18 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 86 0 -Jan 03 20:38:45 ubuntu dstat.sh[58200]: 03-01 20:38:45| 21 3 73 1 0|4308M 324M 196M 2911M|9568B 4311B| 0 2646k| 0 278 |4867 9302 |1.17 1.18 1.00| 0 0 0| 0 0 | 0 0 | 18 278 0 87 0 -Jan 03 20:38:46 ubuntu dstat.sh[58200]: 03-01 20:38:46| 11 3 86 0 0|4310M 322M 196M 2912M|6970B 1624B| 56k 1251k|11.0 102 |2172 4048 |1.17 1.18 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 87 0 -Jan 03 20:38:47 ubuntu dstat.sh[58200]: 03-01 20:38:47| 10 2 84 2 0|4310M 322M 196M 2912M| 13k 5804B| 0 3957k| 0 320 |3599 6309 |1.17 1.18 1.00| 0 1.0 0| 0 0 | 0 0 | 18 279 0 83 0 -Jan 03 20:38:48 ubuntu dstat.sh[58200]: 03-01 20:38:48| 24 4 68 3 0|4310M 322M 196M 2912M| 23k 8772B| 0 7978k| 0 711 |6739 13k|1.17 1.18 1.00|4.0 0 0| 0 0 | 0 0 | 18 279 0 85 0 -Jan 03 20:38:49 ubuntu dstat.sh[58200]: 03-01 20:38:49| 26 5 67 2 0|4310M 321M 196M 2912M|6051B 1625B| 0 3494k| 0 339 |6604 13k|1.15 1.18 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 87 0 -Jan 03 20:38:50 ubuntu dstat.sh[58200]: 03-01 20:38:50| 18 3 73 2 0|4311M 320M 196M 2913M| 11k 4369B| 0 3184k| 0 330 |5817 11k|1.15 1.18 1.00| 0 0 1.0| 0 0 | 0 0 | 18 278 0 88 0 -Jan 03 20:38:51 ubuntu dstat.sh[58200]: 03-01 20:38:51| 10 2 84 4 0|4313M 318M 196M 2913M|9987B 3571B| 0 9759k| 0 1075 |3537 4749 |1.15 1.18 1.00| 0 0 0| 0 0 | 0 0 | 18 279 0 84 0 -Jan 03 20:38:52 ubuntu dstat.sh[58200]: 03-01 20:38:52| 5 1 93 0 0|4312M 318M 196M 2913M| 22k 8659B| 0 879k| 0 52.2 |1646 2531 |1.15 1.18 1.00|2.0 0 0| 0 0 | 0 0 | 18 279 0 84 0 -Jan 03 20:38:53 ubuntu dstat.sh[58200]: 03-01 20:38:53| 10 2 84 1 0|4313M 318M 196M 2913M| 28k 13k| 0 1578k| 0 157 |3290 5622 |1.15 1.18 1.00| 0 0 0| 0 0 | 0 0 | 18 278 0 81 0 -Jan 03 20:38:54 ubuntu dstat.sh[58200]: 03-01 20:38:54| 23 4 68 3 1|4313M 317M 196M 2913M|6394B 1625B| 0 7023k| 0 617 |6939 13k|1.14 1.18 1.00|2.0 0 0| 0 0 | 0 0 | 18 280 0 83 0 -Jan 03 20:38:55 ubuntu dstat.sh[58200]: 03-01 20:38:55| 26 4 66 2 0|4314M 316M 196M 2913M|6927B 1621B| 0 5590k| 0 490 |6877 13k|1.14 1.18 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 84 0 -Jan 03 20:38:56 ubuntu dstat.sh[58200]: 03-01 20:38:56| 17 2 77 2 0|4314M 316M 196M 2914M| 10k 4351B| 0 5363k| 0 646 |5123 8392 |1.14 1.18 1.00|1.0 0 0| 0 0 | 0 0 | 18 278 0 85 0 -Jan 03 20:38:57 ubuntu dstat.sh[58200]: 03-01 20:38:57| 10 2 85 1 0|4314M 316M 196M 2914M| 21k 8053B| 32k 1784k|1.00 188 |2978 4837 |1.14 1.18 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 83 0 -Jan 03 20:38:58 ubuntu dstat.sh[58200]: 03-01 20:38:58| 10 3 85 1 0|4314M 315M 196M 2914M| 17k 6300B| 0 1839k| 0 158 |3590 6280 |1.14 1.18 1.00|1.0 0 0| 0 0 | 0 0 | 18 281 0 84 0 -Jan 03 20:38:59 ubuntu dstat.sh[58200]: 03-01 20:38:59| 29 5 62 4 0|4314M 315M 196M 2914M|6090B 1614B| 0 6664k| 0 690 |7159 13k|1.21 1.19 1.01|1.0 1.0 0| 0 0 | 0 0 | 18 279 0 88 0 -Jan 03 20:39:00 ubuntu dstat.sh[58200]: 03-01 20:39:00| 25 6 67 2 0|4316M 313M 196M 2915M|5434B 1573B| 0 4607k| 0 349 |6053 12k|1.21 1.19 1.01|1.0 0 1.0| 0 0 | 0 0 | 18 279 0 89 0 -Jan 03 20:39:01 ubuntu dstat.sh[58200]: 03-01 20:39:01| 28 4 64 3 0|4316M 313M 196M 2915M|8467B 1614B| 0 4676k| 0 510 |7254 13k|1.21 1.19 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 91 0 -Jan 03 20:39:02 ubuntu dstat.sh[58200]: 03-01 20:39:02| 25 5 67 1 0|4317M 311M 196M 2915M|5774B 1622B| 0 2243k| 0 226 |6790 13k|1.21 1.19 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 91 0 -Jan 03 20:39:03 ubuntu dstat.sh[58200]: 03-01 20:39:03| 14 5 78 2 0|4321M 307M 196M 2915M|9271B 4372B| 0 2219k| 0 233 |3966 7495 |1.21 1.19 1.01|1.0 0 34| 0 0 | 0 0 | 18 278 0 88 0 -Jan 03 20:39:04 ubuntu dstat.sh[58200]: 03-01 20:39:04| 13 2 83 1 0|4321M 307M 196M 2916M|9200B 4299B| 0 1856k| 0 205 |4120 7374 |1.11 1.17 1.00| 0 0 0| 0 0 | 0 0 | 18 278 0 89 0 -Jan 03 20:39:05 ubuntu dstat.sh[58200]: 03-01 20:39:05| 12 3 82 1 0|4321M 307M 196M 2916M|9517B 3725B| 0 1729k| 0 159 |3699 6183 |1.11 1.17 1.00|1.0 0 0| 0 0 | 0 0 | 18 278 0 78 0 -Jan 03 20:39:06 ubuntu dstat.sh[58200]: 03-01 20:39:06| 9 2 86 1 0|4321M 307M 196M 2916M| 13k 5818B| 0 4043k| 0 301 |2991 5086 |1.11 1.17 1.00|2.0 0 0| 0 0 | 0 0 | 18 279 0 78 0 -Jan 03 20:39:07 ubuntu dstat.sh[58200]: 03-01 20:39:07| 9 3 86 1 0|4321M 307M 196M 2916M| 58k 8723B| 0 2994k| 0 254 |3538 6439 |1.11 1.17 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 75 0 -Jan 03 20:39:08 ubuntu dstat.sh[58200]: 03-01 20:39:08| 27 4 65 3 0|4321M 306M 196M 2916M|5737B 1561B| 0 4748k| 0 575 |7385 14k|1.11 1.17 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 79 0 -Jan 03 20:39:09 ubuntu dstat.sh[58200]: 03-01 20:39:09| 25 4 68 1 0|4322M 305M 196M 2916M|4888B 1621B| 0 2541k| 0 238 |6490 13k|1.10 1.17 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 77 0 -Jan 03 20:39:10 ubuntu dstat.sh[58200]: 03-01 20:39:10| 14 3 79 2 0|4323M 304M 196M 2917M|9746B 4409B| 16k 4383k|1.00 284 |4212 7486 |1.10 1.17 1.00|1.0 0 1.0| 0 0 | 0 0 | 18 278 0 79 0 -Jan 03 20:39:11 ubuntu dstat.sh[58200]: 03-01 20:39:11| 9 2 86 0 0|4323M 304M 196M 2917M| 18k 8052B| 0 1640k| 0 153 |2975 4990 |1.10 1.17 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 78 0 -Jan 03 20:39:12 ubuntu dstat.sh[58200]: 03-01 20:39:12| 15 3 79 3 0|4323M 303M 196M 2917M| 16k 6408B| 16k 14M|1.00 1347 |6362 9386 |1.10 1.17 1.00|1.0 0 0| 0 0 | 0 0 | 18 279 0 79 0 -Jan 03 20:39:13 ubuntu dstat.sh[58200]: 03-01 20:39:13| 27 3 65 3 0|4323M 303M 196M 2917M|4556B 1567B| 32k 4490k|1.00 505 |6776 13k|1.10 1.17 1.00|3.0 0 0| 0 0 | 0 0 | 18 279 0 83 0 -Jan 03 20:39:14 ubuntu dstat.sh[58200]: 03-01 20:39:14| 27 4 66 1 0|4323M 302M 196M 2918M|4428B 1661B| 0 3113k| 0 378 |6072 13k|1.18 1.18 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 85 0 -Jan 03 20:39:15 ubuntu dstat.sh[58200]: 03-01 20:39:15| 21 4 70 2 0|4324M 301M 196M 2918M|8589B 4439B| 0 4081k| 0 386 |5871 11k|1.18 1.18 1.01|3.0 0 0| 0 0 | 0 0 | 18 278 0 87 0 -Jan 03 20:39:16 ubuntu dstat.sh[58200]: 03-01 20:39:16| 9 1 88 0 0|4325M 301M 196M 2918M|9064B 3553B| 0 1612k| 0 163 |2570 4392 |1.18 1.18 1.01| 0 0 0| 0 0 | 0 0 | 18 279 0 86 0 -Jan 03 20:39:17 ubuntu dstat.sh[58200]: 03-01 20:39:17| 6 2 91 0 0|4325M 301M 196M 2918M| 22k 8682B| 0 1060k| 0 67.0 |1924 2965 |1.18 1.18 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 86 0 -Jan 03 20:39:18 ubuntu dstat.sh[58200]: 03-01 20:39:18| 10 1 86 1 0|4325M 301M 196M 2918M| 30k 13k| 0 1623k| 0 148 |2991 5054 |1.18 1.18 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 86 0 -Jan 03 20:39:19 ubuntu dstat.sh[58200]: 03-01 20:39:19| 24 4 70 2 1|4325M 300M 196M 2919M|5399B 1627B| 0 6963k| 0 560 |5916 12k|1.24 1.20 1.01|2.0 1.0 0| 0 0 | 0 0 | 18 279 0 86 0 -Jan 03 20:39:20 ubuntu dstat.sh[58200]: 03-01 20:39:20| 29 4 64 3 0|4326M 299M 196M 2919M|9442B 1458B| 0 6029k| 0 610 |7148 14k|1.24 1.20 1.01|1.0 0 1.0| 0 0 | 0 0 | 18 279 0 88 0 -Jan 03 20:39:21 ubuntu dstat.sh[58200]: 03-01 20:39:21| 24 4 69 1 0|4328M 296M 196M 2919M|5361B 1621B| 0 2286k| 0 211 |6060 11k|1.24 1.20 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 89 0 -Jan 03 20:39:22 ubuntu dstat.sh[58200]: 03-01 20:39:22| 29 4 64 2 0|4329M 296M 196M 2919M|5864B 1707B| 0 4020k| 0 496 |7120 13k|1.24 1.20 1.01|7.0 0 0| 0 0 | 0 0 | 18 280 0 89 0 -Jan 03 20:39:23 ubuntu dstat.sh[58200]: 03-01 20:39:23| 26 6 65 3 0|4329M 295M 196M 2920M|4688B 1623B| 0 5963k| 0 521 |7287 14k|1.24 1.20 1.01|2.0 0 0| 0 0 | 0 0 | 18 279 0 91 0 -Jan 03 20:39:24 ubuntu dstat.sh[58200]: 03-01 20:39:24| 27 5 65 2 0|4330M 294M 196M 2920M|8847B 1616B| 0 6164k| 0 504 |7084 13k|1.22 1.19 1.01|1.0 0 0| 0 0 | 0 0 | 18 280 0 93 0 -Jan 03 20:39:25 ubuntu dstat.sh[58200]: 03-01 20:39:25| 26 6 66 2 0|4330M 293M 196M 2920M|6518B 1621B| 0 3451k| 0 455 |6314 12k|1.22 1.19 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 96 0 -Jan 03 20:39:26 ubuntu dstat.sh[58200]: 03-01 20:39:26| 26 4 68 1 0|4331M 292M 196M 2921M|9927B 1571B| 0 2148k| 0 210 |5946 11k|1.22 1.19 1.01|2.0 0 0| 0 0 | 0 0 | 18 279 0 100 0 -Jan 03 20:39:27 ubuntu dstat.sh[58200]: 03-01 20:39:27| 26 4 63 4 0|4332M 291M 196M 2921M|5627B 1566B| 0 7472k| 0 748 |8378 16k|1.22 1.19 1.01|2.0 0 0| 0 0 | 0 0 | 18 278 0 104 0 -Jan 03 20:39:28 ubuntu dstat.sh[58200]: 03-01 20:39:28| 25 4 68 2 0|4333M 290M 196M 2921M|6167B 1565B| 0 4379k| 0 357 |6370 12k|1.22 1.19 1.01|3.0 0 0| 0 0 | 0 0 | 18 279 0 101 0 -Jan 03 20:39:29 ubuntu dstat.sh[58200]: 03-01 20:39:29| 7 1 90 0 0|4332M 290M 196M 2921M|9344B 4353B| 0 1192k| 0 116 |2442 4193 |1.20 1.19 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 104 0 -Jan 03 20:39:30 ubuntu dstat.sh[58200]: 03-01 20:39:30| 12 2 83 1 0|4333M 289M 196M 2922M|9299B 4504B| 0 1445k| 0 166 |3484 6015 |1.20 1.19 1.01| 0 0 1.0| 0 0 | 0 0 | 18 278 0 102 0 -Jan 03 20:39:31 ubuntu dstat.sh[58200]: 03-01 20:39:31| 12 1 85 1 0|4333M 289M 196M 2922M| 10k 4498B| 0 1507k| 0 172 |3086 5341 |1.20 1.19 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 104 0 -Jan 03 20:39:32 ubuntu dstat.sh[58200]: 03-01 20:39:32| 11 2 84 1 0|4333M 288M 196M 2922M| 11k 4128B| 0 6806k| 0 444 |3635 5578 |1.20 1.19 1.01|1.0 1.0 0| 0 0 | 0 0 | 18 279 0 100 0 -Jan 03 20:39:33 ubuntu dstat.sh[58200]: 03-01 20:39:33| 7 2 89 1 0|4334M 287M 196M 2922M|7259B 1792B| 0 3939k| 0 649 |3320 3929 |1.20 1.19 1.01|6.0 0 0| 0 0 | 0 0 | 18 279 0 100 0 -Jan 03 20:39:34 ubuntu dstat.sh[58200]: 03-01 20:39:34| 13 3 81 2 0|4334M 287M 196M 2922M| 53k 24k| 0 2179k| 0 235 |4174 6684 |1.19 1.19 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 96 0 -Jan 03 20:39:35 ubuntu dstat.sh[58200]: 03-01 20:39:35| 10 2 86 0 0|4334M 287M 196M 2922M| 29k 13k| 0 1309k| 0 139 |3066 4869 |1.19 1.19 1.01|2.0 0 0| 0 0 | 0 0 | 18 278 0 97 0 -Jan 03 20:39:36 ubuntu dstat.sh[58200]: 03-01 20:39:36| 10 1 85 2 0|4334M 287M 196M 2922M| 29k 12k| 0 4895k| 0 351 |3151 5640 |1.19 1.19 1.01|1.0 1.0 0| 0 0 | 0 0 | 18 279 0 92 0 -Jan 03 20:39:37 ubuntu dstat.sh[58200]: 03-01 20:39:37| 18 4 76 1 0|4334M 287M 196M 2922M| 43k 1857B| 0 3535k| 0 346 |5006 9344 |1.19 1.19 1.01|2.0 0 0| 0 0 | 0 0 | 18 280 0 95 0 -Jan 03 20:39:38 ubuntu dstat.sh[58200]: 03-01 20:39:38| 25 5 63 4 0|4335M 286M 196M 2923M| 11k 5303B| 0 6650k| 0 1001 |7716 13k|1.19 1.19 1.01|2.0 0 0| 0 0 | 0 0 | 18 280 0 97 0 -Jan 03 20:39:39 ubuntu dstat.sh[58200]: 03-01 20:39:39| 27 4 65 2 0|4335M 286M 196M 2923M| 19k 6996B| 0 2907k| 0 334 |6765 12k|1.25 1.20 1.02|2.0 0 0| 0 0 | 0 0 | 18 279 0 100 0 -Jan 03 20:39:40 ubuntu dstat.sh[58200]: 03-01 20:39:40| 26 3 68 2 0|4336M 284M 196M 2923M|5600B 1622B| 0 2527k| 0 284 |6073 12k|1.25 1.20 1.02|3.0 0 1.0| 0 0 | 0 0 | 18 279 0 101 0 -Jan 03 20:39:41 ubuntu dstat.sh[58200]: 03-01 20:39:41| 18 3 75 2 0|4336M 284M 196M 2924M| 10k 4247B| 0 4728k| 0 311 |5244 9350 |1.25 1.20 1.02| 0 0 0| 0 0 | 0 0 | 18 278 0 102 0 -Jan 03 20:39:42 ubuntu dstat.sh[58200]: 03-01 20:39:42| 10 2 86 2 0|4336M 284M 196M 2924M| 19k 8515B| 0 4943k| 0 384 |3330 5735 |1.25 1.20 1.02|1.0 1.0 0| 0 0 | 0 0 | 18 279 0 101 0 -Jan 03 20:39:43 ubuntu dstat.sh[58200]: 03-01 20:39:43| 9 2 86 1 0|4336M 283M 196M 2924M| 16k 6401B| 0 4336k| 0 307 |3286 6085 |1.25 1.20 1.02|1.0 0 0| 0 0 | 0 0 | 18 279 0 102 0 -Jan 03 20:39:44 ubuntu dstat.sh[58200]: 03-01 20:39:44| 8 2 88 1 0|4336M 283M 196M 2924M|9099B 3833B| 0 1504k| 0 151 |2941 5185 |1.31 1.21 1.02|1.0 0 0| 0 0 | 0 0 | 18 278 0 92 0 -Jan 03 20:39:45 ubuntu dstat.sh[58200]: 03-01 20:39:45| 9 1 87 1 0|4336M 283M 196M 2924M| 27k 12k| 0 1275k| 0 127 |2673 4640 |1.31 1.21 1.02|2.0 0 0| 0 0 | 0 0 | 18 279 0 93 0 -Jan 03 20:39:46 ubuntu dstat.sh[58200]: 03-01 20:39:46| 20 3 74 1 0|4336M 283M 196M 2924M|8448B 1865B| 0 3830k| 0 382 |5394 9900 |1.31 1.21 1.02|1.0 0 0| 0 0 | 0 0 | 18 279 0 93 0 -Jan 03 20:39:47 ubuntu dstat.sh[58200]: 03-01 20:39:47| 27 3 66 2 0|4337M 282M 196M 2925M|6519B 1617B| 0 3501k| 0 392 |7314 13k|1.31 1.21 1.02|2.0 0 0| 0 0 | 0 0 | 18 279 0 95 0 -Jan 03 20:39:48 ubuntu dstat.sh[58200]: 03-01 20:39:48| 25 4 67 2 0|4338M 281M 196M 2925M|6591B 1560B| 0 5389k| 0 447 |7563 14k|1.31 1.21 1.02|1.0 2.0 0| 0 0 | 0 0 | 18 279 0 94 0 -Jan 03 20:39:49 ubuntu dstat.sh[58200]: 03-01 20:39:49| 7 1 89 1 0|4338M 281M 196M 2925M| 10k 4343B| 0 3650k| 0 253 |3104 5294 |1.21 1.19 1.02| 0 0 0| 0 0 | 0 0 | 18 278 0 96 0 -Jan 03 20:39:50 ubuntu dstat.sh[58200]: 03-01 20:39:50| 11 3 84 1 0|4338M 281M 196M 2925M| 31k 13k| 0 1516k| 0 145 |2947 4969 |1.21 1.19 1.02| 0 0 1.0| 0 0 | 0 0 | 18 278 0 92 0 -Jan 03 20:39:51 ubuntu dstat.sh[58200]: 03-01 20:39:51| 21 3 73 2 0|4338M 280M 196M 2925M|7200B 1670B| 0 3846k| 0 351 |5689 10k|1.21 1.19 1.02|1.0 0 0| 0 0 | 0 0 | 18 280 0 95 0 -Jan 03 20:39:52 ubuntu dstat.sh[58200]: 03-01 20:39:52| 25 3 67 2 0|4338M 280M 196M 2926M|5974B 1559B| 0 3452k| 0 370 |6571 12k|1.21 1.19 1.02|3.0 1.0 0| 0 0 | 0 0 | 18 279 0 97 0 -Jan 03 20:39:53 ubuntu dstat.sh[58200]: 03-01 20:39:53| 8 1 87 2 0|4338M 279M 196M 2926M|9695B 4365B| 16k 2623k|1.00 258 |3063 5542 |1.21 1.19 1.02| 0 0 0| 0 0 | 0 0 | 18 278 0 98 0 -Jan 03 20:39:54 ubuntu dstat.sh[58200]: 03-01 20:39:54| 8 1 87 1 0|4339M 279M 196M 2926M|9772B 4285B| 0 1880k| 0 202 |2744 4831 |1.35 1.22 1.03| 0 0 0| 0 0 | 0 0 | 18 278 0 96 0 -Jan 03 20:39:55 ubuntu dstat.sh[58200]: 03-01 20:39:55| 7 2 90 1 0|4339M 279M 196M 2926M| 10k 4002B| 0 1504k| 0 130 |2288 3920 |1.35 1.22 1.03| 0 0 0| 0 0 | 0 0 | 18 279 0 96 0 -Jan 03 20:39:56 ubuntu dstat.sh[58200]: 03-01 20:39:56| 10 2 84 2 0|4339M 279M 196M 2926M| 19k 8254B| 0 4363k| 0 409 |3908 6558 |1.35 1.22 1.03|1.0 0 0| 0 0 | 0 0 | 18 279 0 96 0 -Jan 03 20:39:57 ubuntu dstat.sh[58200]: 03-01 20:39:57| 15 3 81 1 0|4339M 278M 196M 2926M| 28k 13k| 0 3912k| 0 320 |4067 6947 |1.35 1.22 1.03| 0 0 0| 0 0 | 0 0 | 18 279 0 94 0 -Jan 03 20:39:58 ubuntu dstat.sh[58200]: 03-01 20:39:58| 8 2 87 2 0|4339M 278M 196M 2926M| 14k 4466B| 0 9347k| 0 1075 |4069 4785 |1.35 1.22 1.03|1.0 0 0| 0 0 | 0 0 | 18 278 0 94 0 -Jan 03 20:39:59 ubuntu dstat.sh[58200]: 03-01 20:39:59| 5 1 94 0 0|4339M 278M 196M 2926M|9206B 1621B| 0 717k| 0 36.0 |1520 2535 |1.32 1.22 1.03|1.0 0 0| 0 0 | 0 0 | 18 279 0 93 0 -Jan 03 20:40:00 ubuntu dstat.sh[58200]: 03-01 20:40:00| 10 2 87 1 0|4339M 278M 196M 2927M| 10k 4191B| 0 1541k| 0 171 |2672 4746 |1.32 1.22 1.03|1.0 0 1.0| 0 0 | 0 0 | 18 278 0 96 0 -Jan 03 20:40:01 ubuntu dstat.sh[58200]: 03-01 20:40:01| 8 1 88 1 0|4340M 277M 196M 2927M| 18k 7910B| 0 1135k| 0 108 |2211 3634 |1.32 1.22 1.03| 0 0 0| 0 0 | 0 0 | 18 280 0 92 0 -Jan 03 20:40:02 ubuntu dstat.sh[58200]: 03-01 20:40:02| 9 3 88 1 0|4339M 277M 196M 2927M| 33k 13k| 0 937k| 0 81.1 |2841 5052 |1.32 1.22 1.03| 0 0 0| 0 0 | 0 0 | 18 279 0 92 0 -Jan 03 20:40:03 ubuntu dstat.sh[58200]: 03-01 20:40:03| 8 3 87 0 0|4364M 252M 196M 2929M| 10k 3631B| 0 740k| 0 58.3 |2261 4631 |1.32 1.22 1.03|1.0 0 32| 0 0 | 0 0 | 18 280 0 87 0 -Jan 03 20:40:04 ubuntu dstat.sh[58200]: 03-01 20:40:04| 7 3 89 0 0|4346M 270M 196M 2927M| 30k 13k| 0 850k| 0 56.8 |2517 4222 |1.30 1.21 1.02|2.0 0 2.0| 0 0 | 0 0 | 18 280 0 88 0 -Jan 03 20:40:05 ubuntu dstat.sh[58200]: 03-01 20:40:05| 8 2 88 1 0|4346M 270M 196M 2927M| 22k 9355B| 0 1272k| 0 159 |2588 4417 |1.30 1.21 1.02|1.0 0 0| 0 0 | 0 0 | 18 279 0 86 0 -Jan 03 20:40:06 ubuntu dstat.sh[58200]: 03-01 20:40:06| 11 2 84 1 0|4346M 270M 196M 2927M| 31k 14k| 0 1196k| 0 132 |2712 4443 |1.30 1.21 1.02|1.0 0 0| 0 0 | 0 0 | 18 279 0 86 0 -Jan 03 20:40:07 ubuntu dstat.sh[58200]: 03-01 20:40:07| 12 2 84 1 0|4346M 270M 196M 2928M| 55k 7009B| 0 1094k| 0 105 |3064 5337 |1.30 1.21 1.02|1.0 0 0| 0 0 | 0 0 | 18 280 0 86 0 -Jan 03 20:40:08 ubuntu dstat.sh[58200]: 03-01 20:40:08| 27 5 65 3 0|4347M 269M 196M 2928M|4628B 1505B| 0 6240k| 0 603 |7198 14k|1.30 1.21 1.02|3.0 0 0| 0 0 | 0 0 | 18 277 0 89 0 -Jan 03 20:40:09 ubuntu dstat.sh[58200]: 03-01 20:40:09| 5 1 91 1 0|4347M 269M 196M 2928M|9721B 4428B| 0 3731k| 0 237 |2502 4356 |1.19 1.19 1.02|1.0 0 0| 0 0 | 0 0 | 18 278 0 85 0 -Jan 03 20:40:10 ubuntu dstat.sh[58200]: 03-01 20:40:10| 19 3 77 1 0|4347M 268M 196M 2928M| 19k 8056B| 0 2005k| 0 211 |4251 7260 |1.19 1.19 1.02| 0 0 1.0| 0 0 | 0 0 | 18 279 0 85 0 -Jan 03 20:40:11 ubuntu dstat.sh[58200]: 03-01 20:40:11| 14 3 81 1 0|4347M 268M 196M 2929M| 17k 6479B| 0 2102k| 0 232 |3614 6294 |1.19 1.19 1.02|1.0 0 0| 0 0 | 0 0 | 18 280 0 83 0 -Jan 03 20:40:12 ubuntu dstat.sh[58200]: 03-01 20:40:12| 25 6 66 1 0|4348M 266M 196M 2929M|7506B 1613B| 0 3879k| 0 290 |6276 12k|1.19 1.19 1.02|2.0 0 0| 0 0 | 0 0 | 18 279 0 85 0 -Jan 03 20:40:13 ubuntu dstat.sh[58200]: 03-01 20:40:13| 17 3 75 2 0|4348M 266M 196M 2929M|8602B 4437B| 0 2887k| 0 293 |4994 9614 |1.19 1.19 1.02| 0 0 0| 0 0 | 0 0 | 18 279 0 85 0 -Jan 03 20:40:14 ubuntu dstat.sh[58200]: 03-01 20:40:14| 13 2 82 1 0|4348M 266M 196M 2929M|7620B 1847B| 0 2157k| 0 243 |3643 6283 |1.10 1.17 1.01| 0 0 0| 0 0 | 0 0 | 18 279 0 86 0 -Jan 03 20:40:15 ubuntu dstat.sh[58200]: 03-01 20:40:15| 11 3 83 2 0|4349M 265M 196M 2930M|9828B 5229B| 0 5363k| 0 436 |4026 6909 |1.10 1.17 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 81 0 -Jan 03 20:40:16 ubuntu dstat.sh[58200]: 03-01 20:40:16| 12 2 84 1 0|4349M 265M 196M 2930M| 26k 9373B| 0 3090k| 0 240 |3130 5533 |1.10 1.17 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 82 0 -Jan 03 20:40:17 ubuntu dstat.sh[58200]: 03-01 20:40:17| 6 1 91 0 0|4349M 265M 196M 2930M| 10k 4207B| 0 1040k| 0 83.7 |2033 3592 |1.10 1.17 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 80 0 -Jan 03 20:40:18 ubuntu dstat.sh[58200]: 03-01 20:40:18| 11 2 84 1 0|4348M 265M 196M 2930M| 29k 13k| 0 1475k| 0 154 |3346 5552 |1.10 1.17 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 80 0 -Jan 03 20:40:19 ubuntu dstat.sh[58200]: 03-01 20:40:19| 21 3 72 3 0|4348M 265M 196M 2930M|5818B 1626B| 0 9597k| 0 1118 |6168 9751 |1.01 1.15 1.01|3.0 0 0| 0 0 | 0 0 | 18 280 0 82 0 -Jan 03 20:40:20 ubuntu dstat.sh[58200]: 03-01 20:40:20| 28 4 63 3 0|4349M 264M 196M 2931M| 11k 1663B| 0 5428k| 0 639 |7452 14k|1.01 1.15 1.01|1.0 0 1.0| 0 0 | 0 0 | 18 279 0 87 0 -Jan 03 20:40:21 ubuntu dstat.sh[58200]: 03-01 20:40:21| 24 5 68 2 0|4350M 262M 196M 2931M|6106B 1507B| 0 5736k| 0 429 |6567 14k|1.01 1.15 1.01|4.0 1.0 0| 0 0 | 0 0 | 18 279 0 83 0 -Jan 03 20:40:22 ubuntu dstat.sh[58200]: 03-01 20:40:22| 12 2 84 2 0|4350M 262M 196M 2931M| 10k 4539B| 48k 4257k|2.00 347 |4089 7128 |1.01 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 278 0 85 0 -Jan 03 20:40:23 ubuntu dstat.sh[58200]: 03-01 20:40:23| 11 3 85 1 0|4350M 262M 196M 2931M|5104B 1620B| 0 1304k| 0 166 |3125 5791 |1.01 1.15 1.01| 0 0 0| 0 0 | 0 0 | 18 279 0 79 0 -Jan 03 20:40:24 ubuntu dstat.sh[58200]: 03-01 20:40:24| 11 2 82 1 0|4350M 262M 196M 2932M| 25k 12k| 0 1776k| 0 242 |3829 6423 |1.01 1.15 1.01| 0 0 0| 0 0 | 0 0 | 18 279 0 79 0 -Jan 03 20:40:25 ubuntu dstat.sh[58200]: 03-01 20:40:25| 13 1 84 1 1|4350M 262M 196M 2932M| 14k 5193B| 0 1587k| 0 147 |3163 5436 |1.01 1.15 1.01| 0 0 0| 0 0 | 0 0 | 18 279 0 73 0 -Jan 03 20:40:26 ubuntu dstat.sh[58200]: 03-01 20:40:26| 9 2 85 1 0|4350M 262M 196M 2932M| 13k 4006B| 0 1876k| 0 209 |3120 5203 |1.01 1.15 1.01|2.0 0 0| 0 0 | 0 0 | 18 278 0 74 0 -Jan 03 20:40:27 ubuntu dstat.sh[58200]: 03-01 20:40:27| 8 2 88 1 0|4350M 261M 196M 2932M| 25k 10k| 0 1340k| 0 153 |2783 5009 |1.01 1.15 1.01|2.0 0 0| 0 0 | 0 0 | 18 279 0 66 0 -Jan 03 20:40:28 ubuntu dstat.sh[58200]: 03-01 20:40:28| 27 4 63 3 0|4350M 261M 196M 2932M|8753B 1623B| 0 6401k| 0 689 |7402 14k|1.01 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 280 0 69 0 -Jan 03 20:40:29 ubuntu dstat.sh[58200]: 03-01 20:40:29| 25 5 65 4 0|4350M 260M 196M 2933M|5023B 1515B| 0 11M| 0 1198 |8383 14k|1.09 1.17 1.01|2.0 1.0 0| 0 0 | 0 0 | 18 279 0 67 0 -Jan 03 20:40:30 ubuntu dstat.sh[58200]: 03-01 20:40:30| 24 4 68 1 0|4352M 259M 196M 2933M|5560B 1561B| 0 5069k| 0 405 |6892 13k|1.09 1.17 1.01|3.0 0 1.0| 0 0 | 0 0 | 18 277 0 69 0 -Jan 03 20:40:31 ubuntu dstat.sh[58200]: 03-01 20:40:31| 5 1 91 0 0|4352M 259M 196M 2933M| 12k 4366B| 0 1583k| 0 121 |2295 4106 |1.09 1.17 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 65 0 -Jan 03 20:40:32 ubuntu dstat.sh[58200]: 03-01 20:40:32| 13 3 82 2 0|4352M 259M 196M 2933M|6009B 1625B| 0 2380k| 0 272 |4013 6872 |1.09 1.17 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 65 0 -Jan 03 20:40:33 ubuntu dstat.sh[58200]: 03-01 20:40:33| 9 2 86 1 0|4352M 258M 196M 2933M| 29k 13k| 0 1468k| 0 168 |3072 5202 |1.09 1.17 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 64 0 -Jan 03 20:40:34 ubuntu dstat.sh[58200]: 03-01 20:40:34| 12 3 83 1 0|4352M 258M 196M 2933M| 10k 4368B| 0 1860k| 0 196 |3230 5636 |1.00 1.15 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 67 0 -Jan 03 20:40:35 ubuntu dstat.sh[58200]: 03-01 20:40:35| 13 3 82 1 0|4352M 258M 196M 2934M| 20k 8151B| 0 4012k| 0 321 |3916 6390 |1.00 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 66 0 -Jan 03 20:40:36 ubuntu dstat.sh[58200]: 03-01 20:40:36| 11 3 84 2 0|4352M 258M 196M 2934M| 16k 6493B| 0 3595k| 0 275 |4123 7130 |1.00 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 67 0 -Jan 03 20:40:37 ubuntu dstat.sh[58200]: 03-01 20:40:37| 28 4 62 2 0|4352M 258M 196M 2934M| 45k 1560B| 0 3946k| 0 503 |7564 13k|1.00 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 279 0 67 0 -Jan 03 20:40:38 ubuntu dstat.sh[58200]: 03-01 20:40:38| 27 5 66 2 0|4352M 257M 196M 2934M| 14k 3688B| 0 3012k| 0 366 |7006 14k|1.00 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 280 0 69 0 -Jan 03 20:40:39 ubuntu dstat.sh[58200]: 03-01 20:40:39| 12 2 83 1 0|4353M 256M 196M 2935M| 26k 11k| 0 3039k| 0 294 |3645 6484 |1.08 1.16 1.01| 0 0 0| 0 0 | 0 0 | 18 278 0 70 0 -Jan 03 20:40:40 ubuntu dstat.sh[58200]: 03-01 20:40:40| 12 3 83 2 0|4353M 256M 196M 2935M| 26k 9106B| 0 3966k| 0 336 |3539 6507 |1.08 1.16 1.01|2.0 1.0 1.0| 0 0 | 0 0 | 18 278 0 64 0 -Jan 03 20:40:41 ubuntu dstat.sh[58200]: 03-01 20:40:41| 9 2 85 2 0|4353M 256M 196M 2935M| 18k 8025B| 0 4142k| 0 300 |3132 5325 |1.08 1.16 1.01| 0 0 0| 0 0 | 0 0 | 18 279 0 64 0 -Jan 03 20:40:42 ubuntu dstat.sh[58200]: 03-01 20:40:42| 10 2 86 1 0|4353M 256M 196M 2935M| 38k 16k| 16k 1300k|1.00 130 |2845 4619 |1.08 1.16 1.01|1.0 0 0| 0 0 | 0 0 | 18 280 0 61 0 -Jan 03 20:40:43 ubuntu dstat.sh[58200]: 03-01 20:40:43| 13 2 83 1 1|4353M 255M 196M 2935M| 28k 11k| 0 2904k| 0 145 |3527 6383 |1.08 1.16 1.01|6.0 0 0| 0 0 | 0 0 | 18 280 0 61 0 -Jan 03 20:40:44 ubuntu dstat.sh[58200]: 03-01 20:40:44| 27 3 66 2 0|4353M 254M 196M 2935M|6047B 1620B| 0 3989k| 0 443 |6877 13k|1.15 1.18 1.02|3.0 0 0| 0 0 | 0 0 | 18 278 0 63 0 -Jan 03 20:40:45 ubuntu dstat.sh[58200]: 03-01 20:40:45| 5 2 92 0 0|4353M 254M 196M 2936M| 12k 4303B| 0 1408k| 0 107 |2030 3530 |1.15 1.18 1.02|1.0 0 0| 0 0 | 0 0 | 18 279 0 63 0 -Jan 03 20:40:46 ubuntu dstat.sh[58200]: 03-01 20:40:46| 10 3 86 1 0|4354M 254M 196M 2936M| 30k 13k| 0 1538k| 0 141 |2694 4755 |1.15 1.18 1.02| 0 0 0| 0 0 | 0 0 | 18 278 0 62 0 -Jan 03 20:40:47 ubuntu dstat.sh[58200]: 03-01 20:40:47| 23 4 71 2 0|4354M 254M 196M 2936M|8196B 1624B| 0 3119k| 0 338 |5991 11k|1.15 1.18 1.02|3.0 0 0| 0 0 | 0 0 | 18 279 0 64 0 -Jan 03 20:40:48 ubuntu dstat.sh[58200]: 03-01 20:40:48| 20 4 73 2 0|4354M 253M 196M 2936M| 11k 4487B| 0 4233k| 0 416 |5774 11k|1.15 1.18 1.02|1.0 1.0 0| 0 0 | 0 0 | 18 278 0 60 0 -Jan 03 20:40:49 ubuntu dstat.sh[58200]: 03-01 20:40:49| 15 2 79 3 0|4354M 253M 196M 2936M| 11k 4146B| 0 6099k| 0 455 |4082 6809 |1.06 1.16 1.01| 0 0 1.0| 0 0 | 0 0 | 18 281 0 61 0 -Jan 03 20:40:50 ubuntu dstat.sh[58200]: 03-01 20:40:50| 6 2 89 2 0|4354M 253M 196M 2936M|6380B 1932B| 0 9236k| 0 1098 |4058 4018 |1.06 1.16 1.01|4.0 0 1.0| 0 0 | 0 0 | 18 281 0 59 0 -Jan 03 20:40:51 ubuntu dstat.sh[58200]: 03-01 20:40:51| 6 1 90 1 0|4354M 253M 196M 2937M| 29k 12k| 0 1153k| 0 120 |2444 4007 |1.06 1.16 1.01| 0 0 0| 0 0 | 0 0 | 18 280 0 59 0 -Jan 03 20:40:52 ubuntu dstat.sh[58200]: 03-01 20:40:52| 9 2 87 1 0|4354M 253M 196M 2937M| 29k 13k| 0 1649k| 0 128 |2702 4503 |1.06 1.16 1.01|1.0 0 0| 0 0 | 0 0 | 18 280 0 55 0 -Jan 03 20:40:53 ubuntu dstat.sh[58200]: 03-01 20:40:53| 12 2 83 1 0|4354M 253M 196M 2937M|9483B 4356B| 0 1603k| 0 188 |3401 5755 |1.06 1.16 1.01| 0 0 0| 0 0 | 0 0 | 18 280 0 57 0 -Jan 03 20:40:54 ubuntu dstat.sh[58200]: 03-01 20:40:54| 13 2 84 1 0|4354M 252M 196M 2937M| 18k 8788B| 0 1563k| 0 154 |3131 5217 |1.06 1.15 1.01| 0 0 0| 0 0 | 0 0 | 18 281 0 56 0 -Jan 03 20:40:55 ubuntu dstat.sh[58200]: 03-01 20:40:55| 13 2 83 1 0|4354M 252M 196M 2937M|6812B 1799B| 0 1672k| 0 189 |3217 5607 |1.06 1.15 1.01|3.0 0 0| 0 0 | 0 0 | 18 280 0 58 0 -Jan 03 20:40:56 ubuntu dstat.sh[58200]: 03-01 20:40:56| 4 2 92 0 0|4355M 252M 196M 2937M| 12k 4293B| 0 939k| 0 79.9 |1950 3242 |1.06 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 281 0 58 0 -Jan 03 20:40:57 ubuntu dstat.sh[58200]: 03-01 20:40:57| 12 2 82 2 0|4354M 252M 196M 2937M| 29k 13k| 0 4143k| 0 364 |4035 6489 |1.06 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 280 0 58 0 -Jan 03 20:40:58 ubuntu dstat.sh[58200]: 03-01 20:40:58| 10 3 85 2 0|4354M 252M 196M 2937M| 29k 12k| 0 5273k| 0 374 |3628 6176 |1.06 1.15 1.01| 0 0 0| 0 0 | 0 0 | 18 280 0 57 0 -Jan 03 20:40:59 ubuntu dstat.sh[58200]: 03-01 20:40:59| 8 2 89 0 0|4354M 252M 196M 2937M| 22k 10k| 0 768k| 0 66.0 |2110 3347 |1.05 1.15 1.01| 0 0 0| 0 0 | 0 0 | 18 282 0 58 0 -Jan 03 20:41:00 ubuntu dstat.sh[58200]: 03-01 20:41:00| 19 3 75 1 0|4355M 251M 196M 2938M| 27k 11k| 0 2334k| 0 309 |4708 8597 |1.05 1.15 1.01|2.0 0 1.0| 0 0 | 0 0 | 18 282 0 56 0 -Jan 03 20:41:01 ubuntu dstat.sh[58200]: 03-01 20:41:01| 25 3 68 1 0|4355M 251M 196M 2938M|6139B 1618B| 16k 2385k|1.00 251 |5689 12k|1.05 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 282 0 58 0 -Jan 03 20:41:02 ubuntu dstat.sh[58200]: 03-01 20:41:02| 25 3 66 2 0|4355M 250M 196M 2938M|7819B 1616B| 0 3953k| 0 385 |6221 11k|1.05 1.15 1.01|4.0 0 0| 0 0 | 0 0 | 18 281 0 59 0 -Jan 03 20:41:03 ubuntu dstat.sh[58200]: 03-01 20:41:03| 6 2 91 1 0|4356M 250M 196M 2938M| 11k 4378B| 0 1344k| 0 108 |2262 3655 |1.05 1.15 1.01|1.0 0 0| 0 0 | 0 0 | 18 281 0 59 0 -Jan 03 20:41:04 ubuntu dstat.sh[58200]: 03-01 20:41:04| 15 4 78 1 0|4353M 251M 196M 2938M|9371B 4349B| 0 3137k| 0 292 |4075 9051 |1.37 1.21 1.03|1.0 1.0 34| 0 0 | 0 0 | 18 280 0 61 0 -Jan 03 20:41:05 ubuntu dstat.sh[58200]: 03-01 20:41:05| 14 4 78 2 0|4353M 251M 196M 2939M| 11k 4256B| 0 5315k| 0 392 |4639 8957 |1.37 1.21 1.03| 0 0 0| 0 0 | 0 0 | 18 280 0 62 0 -Jan 03 20:41:06 ubuntu dstat.sh[58200]: 03-01 20:41:06| 18 1 79 0 0|4356M 248M 196M 2939M|6277B 1626B| 0 590k| 0 27.1 |2309 3881 |1.37 1.21 1.03|1.0 0 0| 0 0 | 0 0 | 18 281 0 65 0 -Jan 03 20:41:07 ubuntu dstat.sh[58200]: 03-01 20:41:07| 28 1 70 0 0|4362M 242M 196M 2939M| 41k 1565B| 0 747k| 0 47.0 |2565 4193 |1.37 1.21 1.03|1.0 0 0| 0 0 | 0 0 | 18 281 0 67 0 -Jan 03 20:41:08 ubuntu dstat.sh[58200]: 03-01 20:41:08| 10 2 86 1 0|4362M 241M 196M 2940M| 29k 13k| 0 1536k| 0 165 |2967 5116 |1.37 1.21 1.03|1.0 0 0| 0 0 | 0 0 | 18 280 0 66 0 -Jan 03 20:41:09 ubuntu dstat.sh[58200]: 03-01 20:41:09| 10 2 86 1 0|4363M 241M 196M 2940M| 28k 13k| 0 1177k| 0 128 |2812 4601 |1.42 1.23 1.04|1.0 0 0| 0 0 | 0 0 | 18 280 0 68 0 -Jan 03 20:41:10 ubuntu dstat.sh[58200]: 03-01 20:41:10| 9 1 85 2 0|4363M 241M 196M 2940M| 13k 5816B| 0 8283k| 0 1018 |4208 4752 |1.42 1.23 1.04| 0 0 1.0| 0 0 | 0 0 | 18 281 0 67 0 -Jan 03 20:41:11 ubuntu dstat.sh[58200]: 03-01 20:41:11| 18 3 76 2 0|4362M 241M 196M 2940M| 22k 8592B| 0 3038k| 0 335 |4610 8769 |1.42 1.23 1.04|1.0 0 0| 0 0 | 0 0 | 18 281 0 69 0 -Jan 03 20:41:12 ubuntu dstat.sh[58200]: 03-01 20:41:12| 20 5 71 2 0|4363M 240M 196M 2940M|9176B 4180B| 0 3587k| 0 336 |5496 10k|1.42 1.23 1.04| 0 0 0| 0 0 | 0 0 | 18 281 0 70 0 -Jan 03 20:41:13 ubuntu dstat.sh[58200]: 03-01 20:41:13| 11 1 85 0 0|4363M 240M 196M 2940M|6041B 1793B| 0 1044k| 0 89.0 |2526 4502 |1.42 1.23 1.04|1.0 0 0| 0 0 | 0 0 | 18 284 0 72 0 -Jan 03 20:41:14 ubuntu dstat.sh[58200]: 03-01 20:41:14| 26 3 69 1 0|4364M 239M 196M 2940M|4925B 1569B| 112k 1828k|6.01 160 |4615 9795 |1.38 1.22 1.04|1.0 0 3.0| 0 0 | 0 0 | 18 286 0 78 0 -Jan 03 20:41:15 ubuntu dstat.sh[58200]: 03-01 20:41:15| 28 3 67 1 0|4364M 239M 196M 2941M|4613B 1666B| 0 3854k| 0 287 |5321 11k|1.38 1.22 1.04|4.0 0 0| 0 0 | 0 0 | 18 287 0 96 0 -Jan 03 20:41:16 ubuntu dstat.sh[58200]: 03-01 20:41:16| 28 4 67 2 0|4365M 238M 196M 2941M|5232B 1619B| 0 3626k| 0 266 |4544 8655 |1.38 1.22 1.04|1.0 0 0| 0 0 | 0 0 | 18 284 0 115 0 -Jan 03 20:41:17 ubuntu dstat.sh[58200]: 03-01 20:41:17| 7 2 88 1 0|4365M 237M 196M 2941M| 29k 13k| 0 1609k| 0 155 |2648 4689 |1.38 1.22 1.04|1.0 0 0| 0 0 | 0 0 | 18 283 0 116 0 -Jan 03 20:41:18 ubuntu dstat.sh[58200]: 03-01 20:41:18| 23 5 67 2 0|4365M 237M 196M 2942M|5313B 1520B| 0 4697k| 0 443 |5825 12k|1.38 1.22 1.04|1.0 0 0| 0 0 | 0 0 | 18 284 0 119 0 -Jan 03 20:41:19 ubuntu dstat.sh[58200]: 03-01 20:41:19| 14 1 82 2 0|4365M 236M 196M 2942M| 10k 4524B| 0 2644k| 0 283 |4185 7335 |1.35 1.22 1.04| 0 0 0| 0 0 | 0 0 | 18 283 0 120 0 -Jan 03 20:41:20 ubuntu dstat.sh[58200]: 03-01 20:41:20| 7 2 88 1 0|4366M 236M 196M 2942M| 11k 4293B| 0 1773k| 0 185 |2769 4824 |1.35 1.22 1.04| 0 0 1.0| 0 0 | 0 0 | 18 283 0 121 0 -Jan 03 20:41:21 ubuntu dstat.sh[58200]: 03-01 20:41:21| 9 3 88 1 0|4366M 236M 196M 2942M| 12k 4302B| 0 1761k| 0 196 |2796 4630 |1.35 1.22 1.04| 0 0 0| 0 0 | 0 0 | 18 283 0 116 0 -Jan 03 20:41:22 ubuntu dstat.sh[58200]: 03-01 20:41:22| 8 1 88 2 0|4366M 236M 196M 2942M|9973B 4318B| 0 2923k| 0 255 |2879 4847 |1.35 1.22 1.04|1.0 1.0 0| 0 0 | 0 0 | 18 283 0 116 0 -Jan 03 20:41:23 ubuntu dstat.sh[58200]: 03-01 20:41:23| 10 2 87 1 0|4366M 235M 196M 2942M|6214B 1621B| 0 3631k| 0 196 |2310 4316 |1.35 1.22 1.04|4.0 0 0| 0 0 | 0 0 | 18 284 0 114 0 -Jan 03 20:41:24 ubuntu dstat.sh[58200]: 03-01 20:41:24| 9 1 87 1 0|4368M 232M 196M 2943M| 11k 3831B| 0 1164k| 0 114 |2513 4584 |1.25 1.20 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 117 0 -Jan 03 20:41:25 ubuntu dstat.sh[58200]: 03-01 20:41:25| 7 1 91 0 0|4368M 232M 196M 2943M| 10k 3720B| 0 943k| 0 85.9 |2005 3685 |1.25 1.20 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 118 0 -Jan 03 20:41:26 ubuntu dstat.sh[58200]: 03-01 20:41:26| 6 3 91 1 0|4368M 232M 196M 2943M|9541B 3834B| 0 1105k| 0 113 |2097 3750 |1.25 1.20 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 119 0 -Jan 03 20:41:27 ubuntu dstat.sh[58200]: 03-01 20:41:27| 8 2 86 0 0|4368M 232M 196M 2944M| 19k 8047B| 0 1355k| 0 158 |2587 4822 |1.25 1.20 1.03| 0 0 0| 0 0 | 0 0 | 18 284 0 119 0 -Jan 03 20:41:28 ubuntu dstat.sh[58200]: 03-01 20:41:28| 17 2 77 2 0|4368M 231M 196M 2944M| 17k 6448B| 0 2551k| 0 308 |4261 7982 |1.25 1.20 1.03|7.0 0 0| 0 0 | 0 0 | 18 285 0 120 0 -Jan 03 20:41:29 ubuntu dstat.sh[58200]: 03-01 20:41:29| 25 4 68 2 0|4370M 229M 196M 2944M| 10k 4215B| 0 5433k| 0 418 |6053 12k|1.22 1.20 1.03|3.0 0 0| 0 0 | 0 0 | 18 284 0 119 0 -Jan 03 20:41:30 ubuntu dstat.sh[58200]: 03-01 20:41:30| 7 1 90 1 0|4370M 229M 196M 2944M|5875B 1739B| 0 1535k| 0 154 |2185 3941 |1.22 1.20 1.03|2.0 0 1.0| 0 0 | 0 0 | 18 284 0 119 0 -Jan 03 20:41:31 ubuntu dstat.sh[58200]: 03-01 20:41:31| 4 2 92 2 0|4371M 228M 196M 2944M| 12k 4290B| 0 9196k| 0 1098 |3782 3405 |1.22 1.20 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 116 0 -Jan 03 20:41:32 ubuntu dstat.sh[58200]: 03-01 20:41:32| 7 1 89 0 0|4371M 228M 196M 2944M| 13k 3724B| 0 1016k| 0 98.0 |2129 3689 |1.22 1.20 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 116 0 -Jan 03 20:41:33 ubuntu dstat.sh[58200]: 03-01 20:41:33| 9 2 85 1 0|4371M 228M 196M 2944M| 27k 12k| 0 2861k| 0 237 |2976 5231 |1.22 1.20 1.03|1.0 0 0| 0 0 | 0 0 | 18 284 0 116 0 -Jan 03 20:41:34 ubuntu dstat.sh[58200]: 03-01 20:41:34| 18 4 74 3 1|4371M 228M 196M 2944M|8230B 1866B| 0 5659k| 0 485 |4737 9548 |1.13 1.18 1.02|4.0 0 0| 0 0 | 0 0 | 18 284 0 118 0 -Jan 03 20:41:35 ubuntu dstat.sh[58200]: 03-01 20:41:35| 18 3 79 0 0|4213M 385M 196M 2945M|6312B 272k| 605k 1325k|9.95 78.6 |1980 3086 |1.13 1.18 1.02| 0 0 14| 0 0 | 0 0 | 18 283 0 115 0 -Jan 03 20:41:36 ubuntu dstat.sh[58200]: 03-01 20:41:36| 2 1 96 1 0|4213M 385M 196M 2945M|5752B 1623B| 0 758k| 0 42.1 |1130 1993 |1.13 1.18 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 115 0 -Jan 03 20:41:37 ubuntu dstat.sh[58200]: 03-01 20:41:37| 4 1 94 0 0|4213M 385M 196M 2945M| 41k 1566B| 0 2019k| 0 129 |1717 2856 |1.13 1.18 1.02|2.0 0 0| 0 0 | 0 0 | 18 283 0 113 0 -Jan 03 20:41:38 ubuntu dstat.sh[58200]: 03-01 20:41:38| 4 1 93 0 0|4213M 385M 196M 2945M| 10k 3986B| 0 320k| 0 34.0 |1491 2600 |1.13 1.18 1.02|1.0 0 0| 0 0 | 0 0 | 18 284 0 113 0 -Jan 03 20:41:39 ubuntu dstat.sh[58200]: 03-01 20:41:39| 3 2 94 0 1|4213M 385M 196M 2945M| 19k 8197B| 0 464k| 0 35.0 |1671 2762 |1.20 1.19 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 107 0 -Jan 03 20:41:40 ubuntu dstat.sh[58200]: 03-01 20:41:40| 2 1 96 0 0|4213M 385M 196M 2945M|5111B 1620B| 0 32k| 0 4.00 |1077 1887 |1.20 1.19 1.03| 0 0 1.0| 0 0 | 0 0 | 18 283 0 107 0 -Jan 03 20:41:41 ubuntu dstat.sh[58200]: 03-01 20:41:41| 3 0 96 0 0|4213M 385M 196M 2945M|5479B 1620B| 0 0 | 0 0 |1041 1788 |1.20 1.19 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 106 0 -Jan 03 20:41:42 ubuntu dstat.sh[58200]: 03-01 20:41:42| 2 1 95 0 0|4213M 385M 196M 2945M| 20k 8105B| 0 0 | 0 0 |1159 1860 |1.20 1.19 1.03|1.0 0 0| 0 0 | 0 0 | 18 284 0 106 0 -Jan 03 20:41:43 ubuntu dstat.sh[58200]: 03-01 20:41:43| 3 1 94 0 0|4213M 385M 196M 2945M| 10k 4184B| 0 244k| 0 23.0 |1425 2422 |1.20 1.19 1.03| 0 0 0| 0 0 | 0 0 | 18 283 0 106 0 -Jan 03 20:41:44 ubuntu dstat.sh[58200]: 03-01 20:41:44| 3 1 94 0 0|4213M 385M 196M 2945M|5553B 1621B| 0 384k| 0 44.0 |1558 2844 |1.10 1.17 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 106 0 -Jan 03 20:41:45 ubuntu dstat.sh[58200]: 03-01 20:41:45| 2 1 95 0 0|4213M 385M 196M 2945M|4955B 1457B| 0 284k| 0 31.0 |1277 2148 |1.10 1.17 1.02|1.0 0 0| 0 0 | 0 0 | 18 283 0 103 0 -Jan 03 20:41:46 ubuntu dstat.sh[58200]: 03-01 20:41:46| 4 0 96 0 0|4213M 385M 196M 2945M|8284B 1625B| 0 0 | 0 0 |1112 1812 |1.10 1.17 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 103 0 -Jan 03 20:41:47 ubuntu dstat.sh[58200]: 03-01 20:41:47| 2 1 95 0 0|4213M 385M 196M 2945M|6975B 1615B| 0 287k| 0 27.9 |1325 2187 |1.10 1.17 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 102 0 -Jan 03 20:41:48 ubuntu dstat.sh[58200]: 03-01 20:41:48| 2 1 95 0 0|4213M 385M 196M 2945M|6541B 1620B| 0 268k| 0 38.0 |1282 2207 |1.10 1.17 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 102 0 -Jan 03 20:41:49 ubuntu dstat.sh[58200]: 03-01 20:41:49| 1 0 95 0 0|4213M 385M 196M 2945M|5931B 1619B| 0 380k| 0 28.0 |1228 2245 |1.01 1.15 1.02|2.0 0 0| 0 0 | 0 0 | 18 283 0 100 0 -Jan 03 20:41:50 ubuntu dstat.sh[58200]: 03-01 20:41:50| 2 0 97 0 0|4213M 385M 196M 2945M|5237B 1621B| 0 32k| 0 4.00 |1088 1843 |1.01 1.15 1.02| 0 0 1.0| 0 0 | 0 0 | 18 283 0 100 0 -Jan 03 20:41:51 ubuntu dstat.sh[58200]: 03-01 20:41:51| 1 1 96 1 0|4213M 385M 196M 2945M|5644B 1626B| 0 1112k| 0 186 |1350 1770 |1.01 1.15 1.02| 0 1.0 0| 0 0 | 0 0 | 18 283 0 99 0 -Jan 03 20:41:52 ubuntu dstat.sh[58200]: 03-01 20:41:52| 2 1 96 0 0|4213M 385M 196M 2945M|4836B 1453B| 0 889k| 0 171 |1356 1756 |1.01 1.15 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 99 0 -Jan 03 20:41:53 ubuntu dstat.sh[58200]: 03-01 20:41:53| 3 1 96 0 0|4213M 385M 196M 2945M|4530B 1620B| 0 268k| 0 23.0 |1266 2250 |1.01 1.15 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 97 0 -Jan 03 20:41:54 ubuntu dstat.sh[58200]: 03-01 20:41:54| 3 0 95 1 0|4213M 385M 196M 2945M|5561B 1621B| 0 484k| 0 39.0 |1373 2495 |1.01 1.15 1.02|1.0 0 0| 0 0 | 0 0 | 18 283 0 97 0 -Jan 03 20:41:55 ubuntu dstat.sh[58200]: 03-01 20:41:55| 2 0 96 0 0|4213M 385M 196M 2945M|5012B 1620B| 0 176k| 0 11.0 |1205 2020 |1.01 1.15 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 96 0 -Jan 03 20:41:56 ubuntu dstat.sh[58200]: 03-01 20:41:56| 1 1 96 0 0|4213M 385M 196M 2945M|5357B 1620B| 0 48k| 0 7.00 |1042 1788 |1.01 1.15 1.02|1.0 0 0| 0 0 | 0 0 | 18 283 0 96 0 -Jan 03 20:41:57 ubuntu dstat.sh[58200]: 03-01 20:41:57| 2 0 95 0 0|4213M 385M 196M 2945M|5367B 1620B| 0 248k| 0 24.0 |1253 2143 |1.01 1.15 1.02|1.0 0 0| 0 0 | 0 0 | 18 283 0 94 0 -Jan 03 20:41:58 ubuntu dstat.sh[58200]: 03-01 20:41:58| 2 1 97 0 1|4213M 385M 196M 2945M|5026B 1458B| 0 32k| 0 4.00 |1033 1843 |1.01 1.15 1.02| 0 0 0| 0 0 | 0 0 | 18 283 0 94 0 -Jan 03 20:41:59 ubuntu dstat.sh[58200]: 03-01 20:41:59| 2 1 96 0 0|4213M 385M 196M 2945M|5364B 1620B| 0 688k| 0 85.0 |1398 2368 |0.93 1.13 1.01|1.0 0 0| 0 0 | 0 0 | 18 283 0 93 0 -Jan 03 20:42:00 ubuntu dstat.sh[58200]: 03-01 20:42:00| 2 1 96 0 0|4213M 385M 196M 2945M| 10k 1620B| 0 248k| 0 5.00 |1170 1941 |0.93 1.13 1.01| 0 0 1.0| 0 0 | 0 0 | 18 283 0 93 0 -Jan 03 20:42:01 ubuntu dstat.sh[58200]: 03-01 20:42:01| 2 0 97 0 0|4213M 385M 196M 2945M|5758B 1620B| 0 0 | 0 0 |1035 1763 |0.93 1.13 1.01| 0 0 0| 0 0 | 0 0 | 18 283 0 90 0 -Jan 03 20:42:02 ubuntu dstat.sh[58200]: 03-01 20:42:02| 2 1 97 0 0|4213M 385M 196M 2945M| 10k 1620B| 0 288k| 0 61.0 |1087 1727 |0.93 1.13 1.01| 0 0 0| 0 0 | 0 0 | 18 283 0 90 0 -Jan 03 20:42:03 ubuntu dstat.sh[58200]: 03-01 20:42:03| 1 0 95 0 0|4213M 385M 196M 2945M|9142B 1619B| 0 284k| 0 25.0 |1199 2107 |0.93 1.13 1.01| 0 0 0| 0 0 | 0 0 | 18 283 0 90 0 -Jan 03 20:42:04 ubuntu dstat.sh[58200]: 03-01 20:42:04| 8 3 88 0 0|4219M 379M 196M 2945M|4969B 1666B| 0 357k| 0 35.1 |2458 4807 |0.86 1.11 1.01|2.0 1.0 34| 0 0 | 0 0 | 18 283 0 89 0 -Jan 03 20:42:05 ubuntu dstat.sh[58200]: 03-01 20:42:05| 5 2 92 0 0|4219M 379M 196M 2945M|4569B 1294B| 0 224k| 0 16.0 |2102 4155 |0.86 1.11 1.01| 0 0 0| 0 0 | 0 0 | 18 283 0 89 0 -Jan 03 20:42:06 ubuntu dstat.sh[58200]: 03-01 20:42:06| 5 2 92 0 0|4220M 378M 196M 2945M| 107k 1739B| 168k 112k|6.01 1.00 |1423 2478 |0.86 1.11 1.01|4.0 0 3.0| 0 0 | 0 0 | 18 285 0 85 0 -Jan 03 20:42:07 ubuntu dstat.sh[58200]: 03-01 20:42:07| 18 5 77 0 0|4220M 378M 196M 2946M| 264k 11k| 164k 403k|8.98 19.9 |2492 3740 |0.86 1.11 1.01|1.0 0 30| 0 0 | 0 0 | 18 283 0 86 0 +Jan 14 22:31:51 ubuntu systemd[1]: Started Devstack devstack@dstat.service. +Jan 14 22:31:51 ubuntu dstat.sh[58095]: ----system---- ----total-usage---- ------memory-usage----- -net/total- -dsk/total- --io/total- ---system-- ---load-avg--- ---procs--- ---paging-- ----swap--- ------tcp-sockets------- +Jan 14 22:31:51 ubuntu dstat.sh[58095]: time |usr sys idl wai stl| used free buf cach| recv send| read writ| read writ| int csw | 1m 5m 15m |run blk new| in out | used free|lis act syn tim clo +Jan 14 22:31:51 ubuntu dstat.sh[58095]: 14-01 22:31:51| | 965M 1909M 160M 4596M| | | | |1.92 1.04 0.53|1.0 0 | | 0 0 | 9 5 3 17 1 +Jan 14 22:31:52 ubuntu dstat.sh[58095]: 14-01 22:31:52| 23 21 55 0 0| 973M 1899M 160M 4597M| 859k 25k| 0 2661k| 0 112 |4373 6300 |1.92 1.04 0.53|1.0 0 521| 0 0 | 0 0 | 9 5 3 17 1 +Jan 14 22:31:53 ubuntu dstat.sh[58095]: 14-01 22:31:53| 27 20 53 1 0| 984M 1864M 161M 4619M|4317k 41k| 0 8869k| 0 137 |5010 7374 |1.93 1.06 0.54|2.0 0 440| 0 0 | 0 0 | 9 4 3 17 2 +Jan 14 22:31:54 ubuntu dstat.sh[58095]: 14-01 22:31:54| 36 18 44 1 0|1116M 1704M 161M 4766M|5777B 1619B| 0 2791k| 0 117 |4975 10k|1.93 1.06 0.54|2.0 0 178| 0 0 | 0 0 | 10 4 3 17 2 +Jan 14 22:31:55 ubuntu dstat.sh[58095]: 14-01 22:31:55| 32 11 55 1 0|1120M 1667M 162M 4795M|5581B 1695B| 0 3658k| 0 145 |2376 3161 |1.93 1.06 0.54|2.0 0 109| 0 0 | 0 0 | 10 6 3 17 2 +Jan 14 22:31:56 ubuntu dstat.sh[58095]: 14-01 22:31:56| 37 11 52 1 0|1062M 1735M 163M 4784M| 11k 4252B| 80k 1872k|1.00 67.0 |2367 3510 |1.93 1.06 0.54|2.0 0 180| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:31:57 ubuntu dstat.sh[58095]: 14-01 22:31:57| 46 6 46 0 0|1154M 1639M 163M 4787M|7578B 1621B| 0 2533k| 0 12.0 |8681 17k|1.93 1.06 0.54|2.0 0 13| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:31:58 ubuntu dstat.sh[58095]: 14-01 22:31:58| 36 9 45 10 0|1176M 1610M 163M 4793M|8788B 1621B| 0 33M| 0 2611 | 20k 38k|2.01 1.09 0.56|2.0 0 56| 0 0 | 0 0 | 10 6 3 19 0 +Jan 14 22:31:59 ubuntu dstat.sh[58095]: 14-01 22:31:59| 38 9 44 9 0|1047M 1735M 164M 4796M|7072B 1619B| 0 38M| 0 2978 | 13k 22k|2.01 1.09 0.56|3.0 0 59| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:32:00 ubuntu dstat.sh[58095]: 14-01 22:32:00| 42 6 51 0 0|1095M 1688M 164M 4796M| 45k 1566B| 0 616k| 0 31.0 |1794 2085 |2.01 1.09 0.56|1.0 0 111| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:32:01 ubuntu dstat.sh[58095]: 14-01 22:32:01| 23 2 74 0 0|1040M 1742M 164M 4796M|7439B 1615B| 0 742k| 0 31.9 |1005 1235 |2.01 1.09 0.56|1.0 0 10| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:32:02 ubuntu dstat.sh[58095]: 14-01 22:32:02| 23 3 72 1 0|1112M 1670M 164M 4796M|4988B 1621B| 0 5601k| 0 315 |1876 2712 |2.01 1.09 0.56|1.0 0 2.0| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:32:03 ubuntu dstat.sh[58095]: 14-01 22:32:03| 18 8 72 0 0|1037M 1745M 164M 4796M|6136B 1514B| 0 196k| 0 12.0 |1739 2393 |1.93 1.09 0.56|1.0 0 159| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:32:04 ubuntu dstat.sh[58095]: 14-01 22:32:04| 11 19 69 0 0|1047M 1735M 164M 4797M|5358B 1695B| 0 36k| 0 8.00 |2843 4495 |1.93 1.09 0.56|2.0 0 379| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:32:05 ubuntu dstat.sh[58095]: 14-01 22:32:05| 15 17 67 0 0|1053M 1729M 164M 4797M|4977B 1618B| 0 20k| 0 4.99 |4002 8432 |1.93 1.09 0.56|1.0 0 247| 0 0 | 0 0 | 10 4 3 19 0 +Jan 14 22:32:06 ubuntu dstat.sh[58095]: 14-01 22:32:06| 44 9 46 0 0|1165M 1616M 164M 4797M|7481B 1620B| 0 0 | 0 0 |2125 2997 |1.93 1.09 0.56|4.0 0 134| 0 0 | 0 0 | 10 5 3 19 0 +Jan 14 22:32:07 ubuntu dstat.sh[58095]: 14-01 22:32:07| 47 4 49 0 0|1224M 1556M 164M 4799M|5261B 1622B| 0 773k| 0 86.1 |2121 3978 |1.93 1.09 0.56|5.0 0 0| 0 0 | 0 0 | 10 5 3 19 0 +Jan 14 22:32:08 ubuntu dstat.sh[58095]: 14-01 22:32:08| 17 7 76 0 0|1237M 1541M 164M 4800M|7998B 1564B| 0 24k| 0 1.00 |2215 4260 |1.78 1.07 0.55|1.0 0 118| 0 0 | 0 0 | 10 4 3 20 0 +Jan 14 22:32:09 ubuntu dstat.sh[58095]: 14-01 22:32:09| 1 1 96 0 0|1238M 1540M 164M 4800M|5731B 1620B| 0 13M| 0 55.0 | 917 1494 |1.78 1.07 0.55|1.0 0 0| 0 0 | 0 0 | 10 4 3 20 0 +Jan 14 22:32:10 ubuntu dstat.sh[58095]: 14-01 22:32:10| 20 4 76 0 0|1299M 1480M 164M 4800M|7408B 1515B| 0 0 | 0 0 |1244 1595 |1.78 1.07 0.55|1.0 0 23| 0 0 | 0 0 | 10 4 3 20 0 +Jan 14 22:32:11 ubuntu dstat.sh[58095]: 14-01 22:32:11| 24 2 74 0 0|1337M 1441M 164M 4800M| 14k 1692B| 0 236k| 0 12.0 |1104 1400 |1.78 1.07 0.55|2.0 0 1.0| 0 0 | 0 0 | 10 6 3 20 0 +Jan 14 22:32:12 ubuntu dstat.sh[58095]: 14-01 22:32:12| 21 5 71 1 0|1275M 1503M 164M 4800M| 14k 1619B| 0 3677k| 0 324 |3613 5698 |1.78 1.07 0.55|2.0 0 44| 0 0 | 0 0 | 10 4 3 22 0 +Jan 14 22:32:13 ubuntu dstat.sh[58095]: 14-01 22:32:13| 23 3 73 1 1|1311M 1466M 164M 4801M|6592B 1624B| 233k 1636k|58.1 19.0 |1660 2519 |1.71 1.07 0.56|2.0 0 2.0| 0 0 | 0 0 | 10 27 3 22 0 +Jan 14 22:32:14 ubuntu dstat.sh[58095]: 14-01 22:32:14| 21 6 72 0 0|1313M 1464M 164M 4801M| 13k 1615B| 0 39M| 0 128 |1881 2274 |1.71 1.07 0.56|3.0 0 47| 0 0 | 0 0 | 10 28 3 18 0 +Jan 14 22:32:15 ubuntu dstat.sh[58095]: 14-01 22:32:15| 27 9 64 0 0|1311M 1466M 164M 4801M| 30k 1570B| 0 20k| 0 5.01 |2278 2979 |1.71 1.07 0.56|2.0 0 160| 0 0 | 0 0 | 10 28 3 18 0 +Jan 14 22:32:16 ubuntu dstat.sh[58095]: 14-01 22:32:16| 49 7 43 0 0|1381M 1396M 164M 4801M| 20k 1619B| 0 4045k| 0 162 |3752 9053 |1.71 1.07 0.56|3.0 0 34| 0 0 | 0 0 | 10 30 3 18 0 +Jan 14 22:32:17 ubuntu dstat.sh[58095]: 14-01 22:32:17| 70 16 15 0 0|1445M 1332M 164M 4801M| 42k 1514B| 0 477k| 0 46.0 |3382 5775 |1.71 1.07 0.56|6.0 0 472| 0 0 | 0 0 | 10 28 3 19 0 +Jan 14 22:32:18 ubuntu dstat.sh[58095]: 14-01 22:32:18| 82 13 4 0 0|1593M 1183M 164M 4801M| 44k 1619B| 0 232k| 0 33.0 |5154 9826 |2.22 1.18 0.60|7.0 0 119| 0 0 | 0 0 | 10 30 3 20 0 +Jan 14 22:32:19 ubuntu dstat.sh[58095]: 14-01 22:32:19| 58 12 31 0 0|1350M 1426M 164M 4802M|5330B 1620B| 0 16M| 0 577 |4322 8099 |2.22 1.18 0.60|2.0 0 250| 0 0 | 0 0 | 10 28 3 20 0 +Jan 14 22:32:20 ubuntu dstat.sh[58095]: 14-01 22:32:20| 21 5 73 0 0|1345M 1431M 164M 4802M| 67k 1732B| 0 148k| 0 7.98 |2055 2066 |2.22 1.18 0.60|4.0 0 62| 0 0 | 0 0 | 10 28 3 20 0 +Jan 14 22:32:21 ubuntu dstat.sh[58095]: 14-01 22:32:21| 19 7 72 0 0|1316M 1460M 164M 4802M| 64k 1691B| 0 228k| 0 20.0 |2372 3561 |2.22 1.18 0.60|2.0 0 70| 0 0 | 0 0 | 10 28 3 20 0 +Jan 14 22:32:22 ubuntu dstat.sh[58095]: 14-01 22:32:22| 23 4 73 0 0|1287M 1489M 164M 4802M| 42k 1625B| 0 245k| 0 28.1 |1833 3320 |2.22 1.18 0.60|2.0 0 20| 0 0 | 0 0 | 10 28 3 20 0 +Jan 14 22:32:23 ubuntu dstat.sh[58095]: 14-01 22:32:23| 11 20 68 0 1|1289M 1487M 164M 4802M|4667B 1694B| 0 2485k| 0 25.0 |3073 4400 |2.20 1.20 0.60|2.0 0 513| 0 0 | 0 0 | 10 28 3 20 0 +Jan 14 22:32:24 ubuntu dstat.sh[58095]: 14-01 22:32:24| 71 20 8 0 0|1494M 1282M 164M 4802M|4932B 1459B| 0 14M| 0 54.0 |2792 4572 |2.20 1.20 0.60|5.0 0 516| 0 0 | 0 0 | 10 28 3 19 0 +Jan 14 22:32:25 ubuntu dstat.sh[58095]: 14-01 22:32:25| 78 9 13 0 0|1576M 1200M 164M 4802M|7063B 1620B| 0 908k| 0 74.0 |5188 14k|2.20 1.20 0.60|6.0 0 0| 0 0 | 0 0 | 10 30 3 20 0 +Jan 14 22:32:26 ubuntu dstat.sh[58095]: 14-01 22:32:26| 85 11 4 0 0|1460M 1316M 164M 4802M|5624B 1620B| 0 408k| 0 37.0 |3336 6357 |2.20 1.20 0.60|5.0 0 186| 0 0 | 0 0 | 10 28 3 19 0 +Jan 14 22:32:27 ubuntu dstat.sh[58095]: 14-01 22:32:27| 87 11 3 0 0|1534M 1241M 164M 4802M|5255B 1694B| 0 2408k| 0 141 |6104 11k|2.20 1.20 0.60|6.0 0 152| 0 0 | 0 0 | 10 29 3 19 0 +Jan 14 22:32:28 ubuntu dstat.sh[58095]: 14-01 22:32:28| 61 13 25 0 0|1403M 1372M 164M 4803M|5879B 1619B| 0 380k| 0 32.0 |5081 11k|2.18 1.21 0.61|2.0 0 184| 0 0 | 0 0 | 10 28 3 19 0 +Jan 14 22:32:29 ubuntu dstat.sh[58095]: 14-01 22:32:29| 42 11 48 0 0|1399M 1376M 164M 4803M|7479B 1621B| 0 52M| 0 156 |2089 2813 |2.18 1.21 0.61|2.0 0 102| 0 0 | 0 0 | 10 30 3 19 0 +Jan 14 22:32:30 ubuntu dstat.sh[58095]: 14-01 22:32:30| 47 13 38 0 0|1354M 1421M 164M 4803M| 50k 1846B| 0 1156k| 0 41.0 |4210 8678 |2.18 1.21 0.61|3.0 0 381| 0 0 | 0 0 | 10 28 4 19 0 +Jan 14 22:32:31 ubuntu dstat.sh[58095]: 14-01 22:32:31| 62 7 29 0 0|1462M 1313M 164M 4803M|6053B 1532B| 0 180k| 0 7.00 |4119 8116 |2.18 1.21 0.61|3.0 0 3.0| 0 0 | 0 0 | 10 31 4 21 0 +Jan 14 22:32:32 ubuntu dstat.sh[58095]: 14-01 22:32:32| 75 14 10 0 0|1462M 1313M 164M 4803M|6744B 1620B| 0 420k| 0 43.0 |3096 6144 |2.18 1.21 0.61|4.0 0 266| 0 0 | 0 0 | 10 28 4 23 0 +Jan 14 22:32:33 ubuntu dstat.sh[58095]: 14-01 22:32:33| 71 13 16 0 0|1414M 1361M 164M 4804M|5305B 1694B| 0 440k| 0 40.0 |5602 14k|2.18 1.21 0.61|6.0 0 176| 0 0 | 0 0 | 10 29 4 25 0 +Jan 14 22:32:34 ubuntu dstat.sh[58095]: 14-01 22:32:34| 67 12 20 0 0|1463M 1312M 164M 4804M|5919B 1662B| 0 260k| 0 13.0 |2184 3753 |2.41 1.27 0.64|3.0 0 155| 0 0 | 0 0 | 10 30 4 25 0 +Jan 14 22:32:35 ubuntu dstat.sh[58095]: 14-01 22:32:35| 61 15 23 0 0|1365M 1409M 164M 4804M|5333B 1704B| 0 516k| 0 43.0 |4843 12k|2.41 1.27 0.64|3.0 0 303| 0 0 | 0 0 | 10 28 4 25 0 +Jan 14 22:32:36 ubuntu dstat.sh[58095]: 14-01 22:32:36| 66 7 27 0 0|1462M 1312M 164M 4804M|5674B 1696B| 0 292k| 0 23.0 |4676 8394 |2.41 1.27 0.64|5.0 0 2.0| 0 0 | 0 0 | 10 30 4 28 0 +Jan 14 22:32:37 ubuntu dstat.sh[58095]: 14-01 22:32:37| 64 15 19 0 0|1440M 1334M 164M 4804M|5224B 1692B| 0 240k| 0 15.0 |2978 5210 |2.41 1.27 0.64|3.0 0 293| 0 0 | 0 0 | 10 28 4 28 0 +Jan 14 22:32:38 ubuntu dstat.sh[58095]: 14-01 22:32:38| 61 10 30 0 0|1343M 1431M 164M 4805M|8049B 1662B| 0 408k| 0 40.0 |4325 9413 |2.41 1.27 0.64|3.0 0 116| 0 0 | 0 0 | 10 28 4 30 0 +Jan 14 22:32:39 ubuntu dstat.sh[58095]: 14-01 22:32:39| 67 7 25 0 0|1463M 1310M 164M 4805M|6818B 1453B| 0 363k| 0 29.9 |2964 6031 |2.54 1.32 0.65|3.0 0 2.0| 0 0 | 0 0 | 10 30 4 33 0 +Jan 14 22:32:40 ubuntu dstat.sh[58095]: 14-01 22:32:40| 76 17 6 0 0|1481M 1292M 164M 4805M|5602B 1625B| 0 803k| 0 36.1 |3000 5958 |2.54 1.32 0.65|7.0 0 439| 0 0 | 0 0 | 10 28 4 33 0 +Jan 14 22:32:41 ubuntu dstat.sh[58095]: 14-01 22:32:41| 83 15 2 0 0|1381M 1391M 164M 4805M|6729B 1620B| 0 732k| 0 57.0 |4881 9587 |2.54 1.32 0.65|8.0 0 228| 0 0 | 0 0 | 10 28 4 29 0 +Jan 14 22:32:42 ubuntu dstat.sh[58095]: 14-01 22:32:42| 81 15 3 0 0|1493M 1280M 164M 4805M|5150B 1618B| 0 1007k| 0 24.0 |3482 6375 |2.54 1.32 0.65|7.0 0 281| 0 0 | 0 0 | 10 30 4 29 0 +Jan 14 22:32:43 ubuntu dstat.sh[58095]: 14-01 22:32:43| 79 15 5 0 1|1479M 1293M 164M 4805M|8482B 1622B| 0 344k| 0 23.0 |5511 12k|2.54 1.32 0.65|6.0 0 256| 0 0 | 0 0 | 10 29 4 30 0 +Jan 14 22:32:44 ubuntu dstat.sh[58095]: 14-01 22:32:44| 53 28 19 0 0|1350M 1422M 164M 4806M|5192B 1620B| 0 624k| 0 15.0 |5214 11k|2.81 1.40 0.68|5.0 0 724| 0 0 | 0 0 | 10 29 4 30 0 +Jan 14 22:32:45 ubuntu dstat.sh[58095]: 14-01 22:32:45| 17 24 58 0 0|1285M 1487M 164M 4806M|7035B 1767B| 0 212k| 0 11.0 |4292 7481 |2.81 1.40 0.68|2.0 0 651| 0 0 | 0 0 | 10 28 4 30 0 +Jan 14 22:32:46 ubuntu dstat.sh[58095]: 14-01 22:32:46| 52 29 18 0 0|1434M 1338M 164M 4806M|6303B 1513B| 0 236k| 0 21.0 |3138 6222 |2.81 1.40 0.68|5.0 0 891| 0 0 | 0 0 | 10 28 4 30 0 +Jan 14 22:32:47 ubuntu dstat.sh[58095]: 14-01 22:32:47| 78 13 9 0 0|1426M 1346M 164M 4806M|5160B 1566B| 0 1344k| 0 106 |5307 12k|2.81 1.40 0.68|5.0 0 123| 0 0 | 0 0 | 10 28 4 30 0 +Jan 14 22:32:48 ubuntu dstat.sh[58095]: 14-01 22:32:48| 79 13 6 0 0|1481M 1291M 164M 4806M|5788B 1662B| 0 312k| 0 26.0 |3519 6541 |2.81 1.40 0.68|4.0 0 175| 0 0 | 0 0 | 10 29 4 30 0 +Jan 14 22:32:49 ubuntu dstat.sh[58095]: 14-01 22:32:49| 64 7 29 0 0|1517M 1254M 164M 4806M|5053B 1617B| 0 1566k| 0 46.9 |5286 16k|2.83 1.43 0.70|6.0 0 0| 0 0 | 0 0 | 10 31 4 33 1 +Jan 14 22:32:50 ubuntu dstat.sh[58095]: 14-01 22:32:50| 69 9 21 0 0|1455M 1316M 164M 4807M|5639B 1623B| 0 2492k| 0 179 |6869 17k|2.83 1.43 0.70|4.0 0 62| 0 0 | 0 0 | 10 28 4 39 0 +Jan 14 22:32:51 ubuntu dstat.sh[58095]: 14-01 22:32:51| 83 10 7 0 0|1518M 1253M 164M 4807M|8031B 1620B| 0 116k| 0 8.00 |3763 7499 |2.83 1.43 0.70|3.0 0 66| 0 0 | 0 0 | 10 32 4 40 0 +Jan 14 22:32:52 ubuntu dstat.sh[58095]: 14-01 22:32:52| 57 7 34 0 0|1475M 1295M 164M 4807M| 42k 1785B| 0 112k| 0 6.99 |7673 19k|2.83 1.43 0.70|4.0 0 71| 0 0 | 0 0 | 10 31 4 47 0 +Jan 14 22:32:53 ubuntu dstat.sh[58095]: 14-01 22:32:53| 79 14 8 0 0|1444M 1326M 164M 4807M|6511B 1623B| 0 140k| 0 8.01 |3614 8637 |2.83 1.43 0.70|4.0 0 212| 0 0 | 0 0 | 10 28 4 47 0 +Jan 14 22:32:54 ubuntu dstat.sh[58095]: 14-01 22:32:54| 75 8 16 0 0|1469M 1301M 164M 4807M|5016B 1513B| 0 116k| 0 8.01 |5226 14k|2.92 1.47 0.71|5.0 0 24| 0 0 | 0 0 | 10 30 4 53 0 +Jan 14 22:32:55 ubuntu dstat.sh[58095]: 14-01 22:32:55| 84 11 3 0 0|1496M 1274M 164M 4808M|4835B 1565B| 0 536k| 0 24.0 |2468 4918 |2.92 1.47 0.71|4.0 0 117| 0 0 | 0 0 | 10 28 4 53 0 +Jan 14 22:32:56 ubuntu dstat.sh[58095]: 14-01 22:32:56| 74 15 11 0 0|1436M 1334M 164M 4808M|5827B 1620B| 0 460k| 0 50.0 |5089 12k|2.92 1.47 0.71|5.0 0 184| 0 0 | 0 0 | 10 29 4 53 0 +Jan 14 22:32:57 ubuntu dstat.sh[58095]: 14-01 22:32:57| 79 10 9 0 0|1502M 1268M 164M 4808M|7397B 1619B| 0 6106k| 0 163 |5645 11k|2.92 1.47 0.71|6.0 0 63| 0 0 | 0 0 | 10 30 4 53 0 +Jan 14 22:32:58 ubuntu dstat.sh[58095]: 14-01 22:32:58| 79 13 7 0 0|1420M 1349M 164M 4808M|6614B 1621B| 0 156k| 0 8.00 |3934 8943 |2.92 1.47 0.71|4.0 0 169| 0 0 | 0 0 | 10 28 4 53 0 +Jan 14 22:32:59 ubuntu dstat.sh[58095]: 14-01 22:32:59| 81 10 8 0 0|1493M 1276M 164M 4808M|6829B 1619B| 0 496k| 0 51.0 |6792 13k|3.01 1.51 0.73|5.0 0 72| 0 0 | 0 0 | 10 28 4 53 0 +Jan 14 22:33:00 ubuntu dstat.sh[58095]: 14-01 22:33:00| 64 14 22 0 0|1434M 1336M 164M 4808M| 44k 1620B| 0 788k| 0 45.0 |3669 6173 |3.01 1.51 0.73|3.0 0 202| 0 0 | 0 0 | 10 29 4 54 0 +Jan 14 22:33:01 ubuntu dstat.sh[58095]: 14-01 22:33:01| 62 13 25 0 0|1352M 1417M 164M 4809M|4787B 1513B| 0 316k| 0 23.0 |4395 9125 |3.01 1.51 0.73|3.0 0 245| 0 0 | 0 0 | 10 28 4 56 0 +Jan 14 22:33:02 ubuntu dstat.sh[58095]: 14-01 22:33:02| 66 8 25 0 0|1427M 1342M 164M 4809M|5402B 1692B| 0 264k| 0 22.0 |2905 6169 |3.01 1.51 0.73|3.0 0 9.0| 0 0 | 0 0 | 10 30 4 56 0 +Jan 14 22:33:03 ubuntu dstat.sh[58095]: 14-01 22:33:03| 53 11 36 0 0|1389M 1379M 165M 4809M|4805B 1567B| 0 412k| 0 32.0 |4841 9615 |3.01 1.51 0.73|3.0 0 157| 0 0 | 0 0 | 10 29 4 57 0 +Jan 14 22:33:04 ubuntu dstat.sh[58095]: 14-01 22:33:04| 45 6 48 0 0|1339M 1429M 165M 4809M|5310B 1620B| 0 340k| 0 32.0 |2799 5262 |3.01 1.54 0.74|2.0 0 10| 0 0 | 0 0 | 10 28 4 57 0 +Jan 14 22:33:05 ubuntu dstat.sh[58095]: 14-01 22:33:05| 43 7 49 0 0|1366M 1402M 165M 4809M|9887B 1620B| 0 300k| 0 25.0 |3055 5414 |3.01 1.54 0.74|2.0 0 41| 0 0 | 0 0 | 10 29 4 57 0 +Jan 14 22:33:06 ubuntu dstat.sh[58095]: 14-01 22:33:06| 42 7 49 0 0|1381M 1387M 165M 4809M|9079B 1618B| 0 272k| 0 23.0 |3336 6048 |3.01 1.54 0.74|4.0 0 62| 0 0 | 0 0 | 10 29 4 58 0 +Jan 14 22:33:07 ubuntu dstat.sh[58095]: 14-01 22:33:07| 39 14 47 0 0|1331M 1437M 165M 4810M|5322B 1622B| 0 352k| 0 30.0 |3641 7575 |3.01 1.54 0.74|3.0 0 315| 0 0 | 0 0 | 10 28 4 59 0 +Jan 14 22:33:08 ubuntu dstat.sh[58095]: 14-01 22:33:08| 44 6 49 0 0|1412M 1356M 165M 4810M|7338B 1512B| 0 188k| 0 11.0 |2356 4849 |3.01 1.54 0.74|2.0 0 16| 0 0 | 0 0 | 10 28 4 59 0 +Jan 14 22:33:09 ubuntu dstat.sh[58095]: 14-01 22:33:09| 36 16 48 0 0|1354M 1413M 165M 4810M|7958B 1694B| 0 304k| 0 25.0 |2960 6221 |2.93 1.54 0.75|1.0 0 325| 0 0 | 0 0 | 10 29 4 58 0 +Jan 14 22:33:10 ubuntu dstat.sh[58095]: 14-01 22:33:10| 22 5 71 0 0|1299M 1469M 165M 4810M|6215B 1694B| 0 380k| 0 26.0 |3302 7137 |2.93 1.54 0.75|1.0 0 96| 0 0 | 0 0 | 10 28 4 59 0 +Jan 14 22:33:11 ubuntu dstat.sh[58095]: 14-01 22:33:11| 18 20 61 0 0|1341M 1426M 165M 4810M| 16k 1565B| 0 2091k| 0 31.0 |3443 5280 |2.93 1.54 0.75|2.0 0 530| 0 0 | 0 0 | 10 28 4 61 0 +Jan 14 22:33:12 ubuntu dstat.sh[58095]: 14-01 22:33:12| 44 5 49 1 0|1467M 1299M 165M 4812M| 14k 1621B| 0 3937k| 0 283 |2993 4190 |2.93 1.54 0.75|1.0 1.0 21| 0 0 | 0 0 | 10 32 4 61 0 +Jan 14 22:33:13 ubuntu dstat.sh[58095]: 14-01 22:33:13| 40 7 42 13 0|1398M 1361M 166M 4817M|7234B 1693B| 0 34M| 0 3068 | 16k 27k|2.93 1.54 0.75|1.0 1.0 114| 0 0 | 0 0 | 10 32 4 61 0 +Jan 14 22:33:14 ubuntu dstat.sh[58095]: 14-01 22:33:14| 42 7 39 11 0|1405M 1353M 166M 4818M| 14k 1621B| 0 40M| 0 3344 | 15k 26k|2.85 1.55 0.76|2.0 0 26| 0 0 | 0 0 | 10 28 4 59 0 +Jan 14 22:33:15 ubuntu dstat.sh[58095]: 14-01 22:33:15| 46 4 49 0 0|1426M 1331M 166M 4818M| 13k 1621B| 0 676k| 0 34.0 |1584 1730 |2.85 1.55 0.76|3.0 0 6.0| 0 0 | 0 0 | 10 30 4 59 0 +Jan 14 22:33:16 ubuntu dstat.sh[58095]: 14-01 22:33:16| 43 9 38 11 0|1487M 1269M 167M 4818M|5567B 1512B| 0 18M| 0 2673 | 18k 33k|2.85 1.55 0.76|2.0 0 36| 0 0 | 0 0 | 10 30 4 60 0 +Jan 14 22:33:17 ubuntu dstat.sh[58095]: 14-01 22:33:17| 30 6 63 1 0|1376M 1380M 167M 4818M| 13k 1694B| 0 3795k| 0 242 |2540 3385 |2.85 1.55 0.76|1.0 0 101| 0 0 | 0 0 | 10 28 4 60 0 +Jan 14 22:33:18 ubuntu dstat.sh[58095]: 14-01 22:33:18| 22 4 73 0 0|1324M 1432M 167M 4818M| 14k 1563B| 0 4424k| 0 210 |1417 1578 |2.85 1.55 0.76|2.0 0 3.0| 0 0 | 0 0 | 10 28 4 56 0 +Jan 14 22:33:19 ubuntu dstat.sh[58095]: 14-01 22:33:19| 23 4 72 1 0|1403M 1353M 167M 4818M|5512B 1620B| 0 4484k| 0 235 |1594 2229 |2.79 1.56 0.77|2.0 0 4.0| 0 0 | 0 0 | 10 28 4 56 0 +Jan 14 22:33:20 ubuntu dstat.sh[58095]: 14-01 22:33:20| 23 3 73 0 0|1346M 1410M 167M 4818M|7960B 1662B| 0 2076k| 0 225 |1228 1437 |2.79 1.56 0.77|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 55 0 +Jan 14 22:33:21 ubuntu dstat.sh[58095]: 14-01 22:33:21| 23 3 73 0 0|1416M 1340M 167M 4818M|5151B 1619B| 0 4094B| 0 1.00 | 952 1125 |2.79 1.56 0.77|1.0 0 2.0| 0 0 | 0 0 | 10 32 4 55 0 +Jan 14 22:33:22 ubuntu dstat.sh[58095]: 14-01 22:33:22| 23 2 74 0 0|1374M 1382M 167M 4818M| 43k 1662B| 0 0 | 0 0 | 992 1071 |2.79 1.56 0.77|2.0 0 3.0| 0 0 | 0 0 | 10 32 4 55 0 +Jan 14 22:33:23 ubuntu dstat.sh[58095]: 14-01 22:33:23| 23 2 73 0 0|1317M 1439M 167M 4818M|7614B 1512B| 0 0 | 0 0 | 887 1061 |2.79 1.56 0.77|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 55 0 +Jan 14 22:33:24 ubuntu dstat.sh[58095]: 14-01 22:33:24| 23 3 74 0 0|1394M 1362M 167M 4818M|5971B 1621B| 0 0 | 0 0 | 985 1222 |2.72 1.57 0.77|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 55 0 +Jan 14 22:33:25 ubuntu dstat.sh[58095]: 14-01 22:33:25| 23 3 74 0 0|1337M 1419M 167M 4819M|5094B 1698B| 0 132k| 0 1.00 | 929 1108 |2.72 1.57 0.77|1.0 1.0 3.0| 0 0 | 0 0 | 10 32 4 55 0 +Jan 14 22:33:26 ubuntu dstat.sh[58095]: 14-01 22:33:26| 22 3 73 0 0|1342M 1414M 167M 4819M|5242B 1637B| 0 579k| 0 31.9 |1253 1722 |2.72 1.57 0.77|2.0 0 5.0| 0 0 | 0 0 | 10 32 4 54 0 +Jan 14 22:33:27 ubuntu dstat.sh[58095]: 14-01 22:33:27| 23 2 74 0 0|1411M 1345M 167M 4819M|5863B 1620B| 0 60k| 0 6.00 | 839 1126 |2.72 1.57 0.77|2.0 0 2.0| 0 0 | 0 0 | 10 32 4 54 0 +Jan 14 22:33:28 ubuntu dstat.sh[58095]: 14-01 22:33:28| 24 2 74 0 0|1375M 1381M 167M 4819M|5205B 1623B| 0 0 | 0 0 | 960 1158 |2.72 1.57 0.77|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 54 0 +Jan 14 22:33:29 ubuntu dstat.sh[58095]: 14-01 22:33:29| 23 2 74 0 0|1379M 1376M 167M 4819M|6861B 1617B| 0 0 | 0 0 | 950 1133 |2.58 1.56 0.77|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 54 0 +Jan 14 22:33:30 ubuntu dstat.sh[58095]: 14-01 22:33:30| 20 6 73 0 0|1315M 1440M 167M 4819M| 50k 1512B| 0 96k| 0 1.00 |1405 1710 |2.58 1.56 0.77|2.0 0 76| 0 0 | 0 0 | 10 32 4 54 0 +Jan 14 22:33:31 ubuntu dstat.sh[58095]: 14-01 22:33:31| 9 21 69 0 0|1315M 1440M 167M 4819M|5344B 1623B| 0 758k| 0 9.02 |3084 4777 |2.58 1.56 0.77|2.0 0 461| 0 0 | 0 0 | 10 32 4 54 0 +Jan 14 22:33:32 ubuntu dstat.sh[58095]: 14-01 22:33:32| 9 21 70 0 0|1315M 1440M 167M 4819M|4990B 1620B| 0 836k| 0 65.0 |3153 4657 |2.58 1.56 0.77|1.0 0 424| 0 0 | 0 0 | 10 32 4 50 0 +Jan 14 22:33:33 ubuntu dstat.sh[58095]: 14-01 22:33:33| 9 20 70 0 0|1326M 1429M 167M 4819M|7101B 1660B| 0 4092B| 0 1.00 |3004 4561 |2.58 1.56 0.77|2.0 0 419| 0 0 | 0 0 | 10 32 4 50 0 +Jan 14 22:33:34 ubuntu dstat.sh[58095]: 14-01 22:33:34| 22 3 74 0 0|1404M 1351M 167M 4819M|5582B 1640B| 0 0 | 0 0 | 942 1240 |2.46 1.55 0.77|3.0 0 4.0| 0 0 | 0 0 | 10 32 4 48 0 +Jan 14 22:33:35 ubuntu dstat.sh[58095]: 14-01 22:33:35| 24 2 74 0 0|1350M 1406M 167M 4819M|5114B 1617B| 0 16k| 0 1.00 | 935 1156 |2.46 1.55 0.77|1.0 0 4.0| 0 0 | 0 0 | 10 32 4 48 0 +Jan 14 22:33:36 ubuntu dstat.sh[58095]: 14-01 22:33:36| 24 3 73 0 0|1414M 1342M 167M 4819M|5612B 1621B| 0 424k| 0 28.0 |1147 1570 |2.46 1.55 0.77|2.0 0 2.0| 0 0 | 0 0 | 10 32 4 48 0 +Jan 14 22:33:37 ubuntu dstat.sh[58095]: 14-01 22:33:37| 23 3 74 0 0|1376M 1379M 167M 4819M|5238B 1515B| 0 64k| 0 5.01 | 951 1167 |2.46 1.55 0.77|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 48 0 +Jan 14 22:33:38 ubuntu dstat.sh[58095]: 14-01 22:33:38| 23 2 74 0 0|1321M 1434M 167M 4819M|7344B 1615B| 0 16k| 0 1.00 | 916 1102 |2.46 1.55 0.77|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 43 0 +Jan 14 22:33:39 ubuntu dstat.sh[58095]: 14-01 22:33:39| 23 3 74 0 0|1399M 1356M 167M 4819M|9779B 1622B| 0 4100B| 0 1.00 |1020 1206 |2.34 1.54 0.78|1.0 0 4.0| 0 0 | 0 0 | 10 32 4 43 0 +Jan 14 22:33:40 ubuntu dstat.sh[58095]: 14-01 22:33:40| 23 2 74 0 0|1351M 1405M 167M 4819M|5448B 1624B| 0 12k| 0 1.00 | 865 1043 |2.34 1.54 0.78|1.0 0 1.0| 0 0 | 0 0 | 10 32 4 39 0 +Jan 14 22:33:41 ubuntu dstat.sh[58095]: 14-01 22:33:41| 24 2 74 0 0|1419M 1336M 167M 4819M|5777B 1694B| 0 24k| 0 2.00 | 909 1150 |2.34 1.54 0.78|1.0 0 4.0| 0 0 | 0 0 | 10 32 4 39 0 +Jan 14 22:33:42 ubuntu dstat.sh[58095]: 14-01 22:33:42| 23 2 74 0 0|1375M 1380M 167M 4819M|5106B 1562B| 0 20k| 0 1.99 | 903 1101 |2.34 1.54 0.78|1.0 1.0 3.0| 0 0 | 0 0 | 10 32 4 39 0 +Jan 14 22:33:43 ubuntu dstat.sh[58095]: 14-01 22:33:43| 23 3 74 0 0|1325M 1430M 167M 4819M|5247B 1516B| 0 76k| 0 3.01 | 889 1080 |2.34 1.54 0.78|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 39 0 +Jan 14 22:33:44 ubuntu dstat.sh[58095]: 14-01 22:33:44| 23 3 74 0 0|1404M 1351M 167M 4819M|6197B 1621B| 0 508k| 0 92.1 |1087 1222 |2.23 1.53 0.78|1.0 0 4.0| 0 0 | 0 0 | 10 32 4 38 0 +Jan 14 22:33:45 ubuntu dstat.sh[58095]: 14-01 22:33:45| 23 2 74 0 0|1354M 1401M 167M 4819M|5077B 1614B| 0 28k| 0 1.99 | 962 1173 |2.23 1.53 0.78|1.0 0 2.0| 0 0 | 0 0 | 10 32 4 38 0 +Jan 14 22:33:46 ubuntu dstat.sh[58095]: 14-01 22:33:46| 23 3 73 0 1|1423M 1333M 167M 4819M|5706B 1621B| 0 2289k| 0 37.0 |1272 1769 |2.23 1.53 0.78|1.0 0 4.0| 0 0 | 0 0 | 10 32 4 38 0 +Jan 14 22:33:47 ubuntu dstat.sh[58095]: 14-01 22:33:47| 24 3 74 0 0|1373M 1383M 167M 4819M|5126B 1621B| 0 132k| 0 5.00 | 969 1186 |2.23 1.53 0.78|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 38 0 +Jan 14 22:33:48 ubuntu dstat.sh[58095]: 14-01 22:33:48| 23 3 74 0 0|1381M 1374M 167M 4819M|5185B 1620B| 0 12k| 0 1.00 | 956 1151 |2.23 1.53 0.78|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 38 0 +Jan 14 22:33:49 ubuntu dstat.sh[58095]: 14-01 22:33:49| 24 3 74 0 0|1328M 1427M 167M 4819M|5256B 1620B| 0 20k| 0 1.00 | 918 1095 |2.13 1.52 0.78|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 38 0 +Jan 14 22:33:50 ubuntu dstat.sh[58095]: 14-01 22:33:50| 23 3 74 0 0|1333M 1422M 167M 4819M|4928B 1573B| 0 20k| 0 1.00 | 875 1166 |2.13 1.52 0.78|1.0 0 3.0| 0 0 | 0 0 | 10 32 4 26 0 +Jan 14 22:33:51 ubuntu dstat.sh[58095]: 14-01 22:33:51| 22 4 74 0 0|1411M 1345M 167M 4819M|6999B 1694B| 0 348k| 0 54.0 |1044 1181 |2.13 1.52 0.78|1.0 0 4.0| 0 0 | 0 0 | 10 32 4 26 0 +Jan 14 22:33:52 ubuntu dstat.sh[58095]: 14-01 22:33:52| 15 14 71 0 0|1317M 1438M 167M 4819M| 42k 1720B| 0 177k| 0 10.0 |2555 3851 |2.13 1.52 0.78|1.0 1.0 377| 0 0 | 0 0 | 10 32 4 18 0 +Jan 14 22:33:53 ubuntu dstat.sh[58095]: 14-01 22:33:53| 22 4 74 0 0|1390M 1365M 167M 4819M|5941B 1690B| 0 4087B| 0 1.00 |1022 1321 |2.13 1.52 0.78|2.0 0 18| 0 0 | 0 0 | 10 32 4 18 0 +Jan 14 22:33:54 ubuntu dstat.sh[58095]: 14-01 22:33:54| 23 3 74 0 0|1362M 1393M 167M 4819M|5196B 1618B| 0 0 | 0 0 |1004 1268 |2.04 1.51 0.78|1.0 0 11| 0 0 | 0 0 | 10 32 4 18 0 +Jan 14 22:33:55 ubuntu dstat.sh[58095]: 14-01 22:33:55| 22 6 71 0 0|1312M 1443M 167M 4819M|6731B 1625B| 0 153k| 0 30.1 |1537 2146 |2.04 1.51 0.78|1.0 0 141| 0 0 | 0 0 | 10 32 4 12 0 +Jan 14 22:33:56 ubuntu dstat.sh[58095]: 14-01 22:33:56| 8 21 70 0 0|1318M 1437M 167M 4819M|5479B 1619B| 0 843k| 0 36.0 |3519 5642 |2.04 1.51 0.78|1.0 0 504| 0 0 | 0 0 | 10 32 4 12 0 +Jan 14 22:33:57 ubuntu dstat.sh[58095]: 14-01 22:33:57| 11 20 69 0 0|1316M 1439M 167M 4819M|5324B 1458B| 0 292k| 0 9.00 |3046 4651 |2.04 1.51 0.78|1.0 0 433| 0 0 | 0 0 | 10 32 4 12 0 +Jan 14 22:33:58 ubuntu dstat.sh[58095]: 14-01 22:33:58| 9 20 69 0 0|1318M 1437M 167M 4819M|9084B 1692B| 0 883k| 0 13.0 |2986 4416 |2.04 1.51 0.78|1.0 0 441| 0 0 | 0 0 | 10 32 4 12 0 +Jan 14 22:33:59 ubuntu dstat.sh[58095]: 14-01 22:33:59| 10 20 69 0 0|1317M 1437M 167M 4819M|8141B 1623B| 0 1058k| 0 12.0 |2998 4483 |1.96 1.50 0.78|2.0 0 449| 0 0 | 0 0 | 10 32 4 10 0 +Jan 14 22:34:00 ubuntu dstat.sh[58095]: 14-01 22:34:00| 9 21 68 0 0|1317M 1438M 167M 4819M| 41k 1845B| 0 1420k| 0 22.0 |3226 4817 |1.96 1.50 0.78|1.0 0 452| 0 0 | 0 0 | 10 32 5 10 0 +Jan 14 22:34:01 ubuntu dstat.sh[58095]: 14-01 22:34:01| 9 20 71 0 0|1315M 1440M 167M 4819M|9615B 1695B| 0 420k| 0 8.00 |2792 4171 |1.96 1.50 0.78|1.0 0 374| 0 0 | 0 0 | 10 32 5 9 0 +Jan 14 22:34:02 ubuntu dstat.sh[58095]: 14-01 22:34:02| 10 20 70 0 0|1317M 1438M 167M 4820M|5587B 1618B| 0 144k| 0 5.99 |2868 4312 |1.96 1.50 0.78|3.0 0 393| 0 0 | 0 0 | 10 32 5 9 0 +Jan 14 22:34:03 ubuntu dstat.sh[58095]: 14-01 22:34:03| 18 24 56 0 0|1353M 1402M 167M 4820M|5472B 1695B| 0 813k| 0 39.0 |3994 6529 |1.96 1.50 0.78|5.0 0 677| 0 0 | 0 0 | 10 32 5 8 0 +Jan 14 22:34:04 ubuntu dstat.sh[58095]: 14-01 22:34:04| 64 13 23 0 0|1525M 1229M 167M 4820M|5080B 1458B| 0 696k| 0 40.0 |2467 3857 |1.88 1.49 0.78|4.0 0 273| 0 0 | 0 0 | 10 32 5 12 0 +Jan 14 22:34:05 ubuntu dstat.sh[58095]: 14-01 22:34:05| 50 10 32 9 0|1609M 1135M 168M 4829M|4805B 1747B| 400k 40M|4.00 2915 | 14k 24k|1.88 1.49 0.78|4.0 0 82| 0 0 | 0 0 | 10 38 5 13 0 +Jan 14 22:34:06 ubuntu dstat.sh[58095]: 14-01 22:34:06| 38 9 31 20 0|1591M 1144M 168M 4837M|6244B 1693B| 0 73M| 0 5613 | 24k 38k|1.88 1.49 0.78|1.0 1.0 152| 0 0 | 0 0 | 10 36 5 13 0 +Jan 14 22:34:07 ubuntu dstat.sh[58095]: 14-01 22:34:07| 40 11 32 17 0|1558M 1168M 169M 4845M|7090B 1694B| 0 66M| 0 5129 | 22k 38k|1.88 1.49 0.78|4.0 0 118| 0 0 | 0 0 | 10 36 5 13 0 +Jan 14 22:34:08 ubuntu dstat.sh[58095]: 14-01 22:34:08| 52 7 25 15 0|1516M 1203M 169M 4851M|6174B 1620B| 0 51M| 0 4369 | 19k 30k|1.88 1.49 0.78|2.0 1.0 44| 0 0 | 0 0 | 10 34 5 14 0 +Jan 14 22:34:09 ubuntu dstat.sh[58095]: 14-01 22:34:09| 42 20 30 8 0|1524M 1187M 170M 4858M|7073B 1616B| 363k 33M|5.98 2838 | 18k 37k|1.97 1.52 0.80|4.0 0 331| 0 0 | 0 0 | 10 35 5 16 0 +Jan 14 22:34:10 ubuntu dstat.sh[58095]: 14-01 22:34:10| 38 18 33 13 0|1501M 1204M 170M 4863M|8565B 1621B|1613k 52M|23.0 3998 | 16k 33k|1.97 1.52 0.80|9.0 1.0 164| 0 0 | 0 0 | 10 34 5 16 0 +Jan 14 22:34:11 ubuntu dstat.sh[58095]: 14-01 22:34:11| 39 8 40 11 0|1522M 1178M 170M 4868M| 14k 1619B| 0 46M| 0 3700 | 16k 35k|1.97 1.52 0.80|1.0 1.0 77| 0 0 | 0 0 | 10 35 5 18 0 +Jan 14 22:34:12 ubuntu dstat.sh[58095]: 14-01 22:34:12| 34 11 45 10 0|1496M 1204M 170M 4868M| 13k 1516B| 0 39M| 0 3687 | 18k 32k|1.97 1.52 0.80|1.0 1.0 85| 0 0 | 0 0 | 10 34 5 21 0 +Jan 14 22:34:13 ubuntu dstat.sh[58095]: 14-01 22:34:13| 38 9 41 14 0|1524M 1174M 171M 4869M|7741B 1567B| 0 40M| 0 3318 | 16k 28k|1.97 1.52 0.80|5.0 0 33| 0 0 | 0 0 | 10 35 5 20 0 +Jan 14 22:34:14 ubuntu dstat.sh[58095]: 14-01 22:34:14| 36 7 41 14 0|1480M 1218M 171M 4870M| 15k 1619B| 0 37M| 0 3547 | 19k 34k|2.05 1.54 0.81|2.0 1.0 45| 0 0 | 0 0 | 10 34 5 25 0 +Jan 14 22:34:15 ubuntu dstat.sh[58095]: 14-01 22:34:15| 41 7 40 11 0|1524M 1171M 171M 4872M| 14k 1694B| 0 32M| 0 3069 | 16k 27k|2.05 1.54 0.81|3.0 0 39| 0 0 | 0 0 | 10 37 5 25 0 +Jan 14 22:34:16 ubuntu dstat.sh[58095]: 14-01 22:34:16| 40 8 42 10 0|1464M 1228M 171M 4875M|5210B 1694B| 0 35M| 0 3376 | 19k 37k|2.05 1.54 0.81|5.0 0 118| 0 0 | 0 0 | 10 36 5 30 0 +Jan 14 22:34:17 ubuntu dstat.sh[58095]: 14-01 22:34:17| 36 9 41 15 0|1518M 1170M 171M 4878M| 12k 1616B| 0 44M| 0 3757 | 16k 29k|2.05 1.54 0.81|4.0 1.0 51| 0 0 | 0 0 | 10 36 5 29 0 +Jan 14 22:34:18 ubuntu dstat.sh[58095]: 14-01 22:34:18| 33 10 42 15 0|1499M 1187M 171M 4881M| 13k 1623B| 0 47M| 0 4132 | 19k 32k|2.05 1.54 0.81|1.0 1.0 99| 0 0 | 0 0 | 10 36 5 30 0 +Jan 14 22:34:19 ubuntu dstat.sh[58095]: 14-01 22:34:19| 38 8 41 14 0|1478M 1203M 171M 4884M|4692B 1620B| 0 39M| 0 3707 | 18k 31k|2.05 1.55 0.81|3.0 2.0 111| 0 0 | 0 0 | 10 36 5 30 0 +Jan 14 22:34:20 ubuntu dstat.sh[58095]: 14-01 22:34:20| 37 7 41 15 0|1528M 1156M 172M 4882M|4818B 1552B| 0 46M| 0 4171 | 18k 30k|2.05 1.55 0.81|2.0 0 14| 0 0 | 0 0 | 10 37 5 30 0 +Jan 14 22:34:21 ubuntu dstat.sh[58095]: 14-01 22:34:21| 39 6 46 9 0|1506M 1180M 172M 4880M|4761B 1563B| 0 30M| 0 2860 | 14k 27k|2.05 1.55 0.81|3.0 0 63| 0 0 | 0 0 | 10 34 5 32 0 +Jan 14 22:34:22 ubuntu dstat.sh[58095]: 14-01 22:34:22| 29 11 56 2 0|1353M 1333M 172M 4880M| 42k 1696B| 0 18M| 0 1063 |6228 9874 |2.05 1.55 0.81|4.0 0 237| 0 0 | 0 0 | 10 32 5 32 0 +Jan 14 22:34:23 ubuntu dstat.sh[58095]: 14-01 22:34:23| 10 24 67 0 0|1351M 1335M 172M 4881M|7287B 1624B| 0 974k| 0 48.1 |3605 5607 |2.05 1.55 0.81|2.0 0 609| 0 0 | 0 0 | 10 32 5 33 0 +Jan 14 22:34:24 ubuntu dstat.sh[58095]: 14-01 22:34:24| 58 14 27 0 0|1522M 1163M 172M 4881M|5328B 1619B| 0 1036k| 0 67.0 |2535 3408 |1.97 1.54 0.82|3.0 0 173| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:25 ubuntu dstat.sh[58095]: 14-01 22:34:25| 67 8 24 1 0|1678M 1004M 172M 4883M|4609B 1620B| 0 2581k| 0 109 |1639 1760 |1.97 1.54 0.82|3.0 0 1.0| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:26 ubuntu dstat.sh[58095]: 14-01 22:34:26| 43 9 36 10 0|1738M 934M 172M 4892M|4719B 1619B| 0 47M| 0 3638 | 16k 27k|1.97 1.54 0.82|4.0 1.0 117| 0 0 | 0 0 | 10 38 5 38 0 +Jan 14 22:34:27 ubuntu dstat.sh[58095]: 14-01 22:34:27| 31 8 43 18 0|1743M 919M 172M 4902M|4510B 1514B| 0 80M| 0 6188 | 26k 43k|1.97 1.54 0.82|1.0 1.0 225| 0 0 | 0 0 | 10 38 5 38 0 +Jan 14 22:34:28 ubuntu dstat.sh[58095]: 14-01 22:34:28| 37 7 39 18 0|1743M 910M 172M 4911M|4933B 1620B| 0 80M| 0 6365 | 26k 44k|1.97 1.54 0.82|7.0 0 132| 0 0 | 0 0 | 10 38 5 38 0 +Jan 14 22:34:29 ubuntu dstat.sh[58095]: 14-01 22:34:29| 39 12 34 14 0|1667M 974M 172M 4922M|5433B 1565B| 0 58M| 0 4726 | 17k 36k|2.13 1.58 0.83|3.0 0 246| 0 0 | 0 0 | 10 36 5 38 0 +Jan 14 22:34:30 ubuntu dstat.sh[58095]: 14-01 22:34:30| 49 7 30 14 0|1735M 898M 173M 4930M| 38k 1620B| 0 74M| 0 5382 | 18k 36k|2.13 1.58 0.83|4.0 1.0 57| 0 0 | 0 0 | 10 36 5 38 0 +Jan 14 22:34:31 ubuntu dstat.sh[58095]: 14-01 22:34:31| 31 9 42 18 0|1623M 1000M 173M 4940M| 17k 1694B| 0 69M| 0 5216 | 20k 38k|2.13 1.58 0.83| 0 2.0 90| 0 0 | 0 0 | 10 36 5 38 0 +Jan 14 22:34:32 ubuntu dstat.sh[58095]: 14-01 22:34:32| 32 5 45 16 0|1622M 996M 173M 4944M|4945B 1767B| 0 60M| 0 5100 | 20k 36k|2.13 1.58 0.83|2.0 0 39| 0 0 | 0 0 | 10 36 5 38 0 +Jan 14 22:34:33 ubuntu dstat.sh[58095]: 14-01 22:34:33| 25 11 63 1 0|1384M 1234M 173M 4944M|5173B 1616B| 0 8268k| 0 505 |3446 4945 |2.13 1.58 0.83|1.0 0 248| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:34 ubuntu dstat.sh[58095]: 14-01 22:34:34| 24 3 73 0 0|1451M 1168M 173M 4944M|5405B 1695B| 0 1304k| 0 85.0 |1294 1690 |2.04 1.57 0.83|1.0 0 3.0| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:35 ubuntu dstat.sh[58095]: 14-01 22:34:35| 23 3 71 1 0|1481M 1137M 173M 4944M|5214B 1512B| 0 4663k| 0 284 |2086 3019 |2.04 1.57 0.83|2.0 0 1.0| 0 0 | 0 0 | 10 34 5 38 0 +Jan 14 22:34:36 ubuntu dstat.sh[58095]: 14-01 22:34:36| 21 5 74 0 0|1419M 1199M 173M 4944M|7197B 1621B| 0 100k| 0 11.0 |1163 1429 |2.04 1.57 0.83|3.0 0 30| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:37 ubuntu dstat.sh[58095]: 14-01 22:34:37| 24 2 73 0 0|1475M 1143M 173M 4944M|5478B 1606B| 0 3536k| 0 28.0 |1178 1605 |2.04 1.57 0.83|1.0 0 0| 0 0 | 0 0 | 10 34 5 38 0 +Jan 14 22:34:38 ubuntu dstat.sh[58095]: 14-01 22:34:38| 17 25 57 0 0|1366M 1252M 173M 4944M|6193B 1626B| 0 578k| 0 41.1 |4307 7270 |2.04 1.57 0.83|3.0 0 886| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:39 ubuntu dstat.sh[58095]: 14-01 22:34:39| 10 24 65 0 0|1366M 1252M 173M 4944M|9623B 1693B| 0 204k| 0 22.0 |3605 5469 |2.03 1.58 0.84|2.0 0 643| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:40 ubuntu dstat.sh[58095]: 14-01 22:34:40| 10 19 70 0 0|1367M 1251M 173M 4944M|7680B 1694B| 0 184k| 0 13.0 |2917 4302 |2.03 1.58 0.84|1.0 0 402| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:41 ubuntu dstat.sh[58095]: 14-01 22:34:41| 10 18 70 0 0|1368M 1250M 173M 4945M|5626B 1587B| 0 36k| 0 9.01 |2977 4917 |2.03 1.58 0.84|1.0 0 433| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:42 ubuntu dstat.sh[58095]: 14-01 22:34:42| 20 15 63 0 0|1380M 1238M 173M 4945M|5451B 1619B| 0 48k| 0 7.00 |4180 12k|2.03 1.58 0.84|3.0 0 247| 0 0 | 0 0 | 10 32 5 38 0 +Jan 14 22:34:43 ubuntu dstat.sh[58095]: 14-01 22:34:43| 48 5 46 0 0|1497M 1120M 173M 4945M|5266B 1691B| 0 28k| 0 1.00 |1388 1716 |2.03 1.58 0.84|3.0 0 80| 0 0 | 0 0 | 10 33 5 38 0 +Jan 14 22:34:44 ubuntu dstat.sh[58095]: 14-01 22:34:44| 49 5 46 0 0|1582M 1032M 173M 4949M|7132B 1623B| 0 549k| 0 14.0 |2185 8345 |2.03 1.59 0.85|3.0 0 5.0| 0 0 | 0 0 | 10 49 5 38 0 +Jan 14 22:34:45 ubuntu dstat.sh[58095]: 14-01 22:34:45| 39 6 53 0 0|1627M 985M 173M 4950M|6815B 1563B| 0 926k| 0 94.8 |1806 2211 |2.03 1.59 0.85|1.0 0 70| 0 0 | 0 0 | 10 48 5 38 0 +Jan 14 22:34:46 ubuntu dstat.sh[58095]: 14-01 22:34:46| 16 13 72 0 0|1649M 963M 173M 4950M|5844B 1620B| 0 240k| 0 37.0 |2113 3221 |2.03 1.59 0.85|2.0 0 190| 0 0 | 0 0 | 10 48 5 38 0 +Jan 14 22:34:47 ubuntu dstat.sh[58095]: 14-01 22:34:47| 1 0 96 1 0|1650M 962M 173M 4950M| 24k 2634B| 0 6827k| 0 351 |1658 2602 |2.03 1.59 0.85|2.0 0 0| 0 0 | 0 0 | 10 49 5 38 0 +Jan 14 22:34:48 ubuntu dstat.sh[58095]: 14-01 22:34:48| 1 1 96 1 0|1650M 962M 173M 4950M| 96k 4349B| 0 4185k| 0 212 |1402 2122 |2.03 1.59 0.85|1.0 0 0| 0 0 | 0 0 | 10 49 5 38 0 +Jan 14 22:34:49 ubuntu dstat.sh[58095]: 14-01 22:34:49| 0 0 98 0 0|1650M 962M 173M 4950M| 59k 2715B| 0 148k| 0 4.99 | 734 1029 |1.87 1.56 0.84|1.0 0 0| 0 0 | 0 0 | 10 49 5 38 0 +Jan 14 22:34:50 ubuntu dstat.sh[58095]: 14-01 22:34:50| 15 7 76 2 1|1660M 950M 173M 4951M| 22k 2153B|4105B 4678k|1.00 317 |2574 3428 |1.87 1.56 0.84|2.0 0 62| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:51 ubuntu dstat.sh[58095]: 14-01 22:34:51| 15 11 72 1 0|1683M 875M 173M 5001M|5433B 1619B| 0 9277k| 0 404 |2458 2989 |1.87 1.56 0.84|1.0 0 37| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:52 ubuntu dstat.sh[58095]: 14-01 22:34:52| 21 5 73 0 0|1701M 857M 173M 5001M| 46k 1795B| 0 0 | 0 0 |1398 1541 |1.87 1.56 0.84|2.0 0 39| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:53 ubuntu dstat.sh[58095]: 14-01 22:34:53| 22 4 74 0 0|1708M 851M 173M 5001M|5056B 1569B| 0 0 | 0 0 |1233 1327 |1.87 1.56 0.84|1.0 0 21| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:54 ubuntu dstat.sh[58095]: 14-01 22:34:54| 19 7 73 0 0|1638M 970M 173M 4952M|7443B 1619B| 0 4093B| 0 1.00 |1508 1719 |1.80 1.55 0.84|3.0 0 62| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:55 ubuntu dstat.sh[58095]: 14-01 22:34:55| 14 13 72 0 0|1640M 969M 173M 4952M|5144B 1585B| 160k 20k|9.99 3.00 |2224 3299 |1.80 1.55 0.84|1.0 0 248| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:56 ubuntu dstat.sh[58095]: 14-01 22:34:56| 14 8 78 0 0|1641M 968M 173M 4952M|5324B 1693B| 0 276k| 0 5.00 |4054 7041 |1.80 1.55 0.84|1.0 0 90| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:57 ubuntu dstat.sh[58095]: 14-01 22:34:57| 1 1 97 0 0|1641M 968M 173M 4952M|8111B 1617B| 0 1613k| 0 15.0 | 829 1400 |1.80 1.55 0.84|1.0 0 3.0| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:58 ubuntu dstat.sh[58095]: 14-01 22:34:58| 1 1 97 1 0|1641M 968M 173M 4952M|7576B 1623B| 0 2365k| 0 213 |1058 1200 |1.80 1.55 0.84|1.0 0 3.0| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:34:59 ubuntu dstat.sh[58095]: 14-01 22:34:59| 0 0 99 0 0|1641M 968M 173M 4952M|6379B 1619B| 0 0 | 0 0 | 647 1014 |1.65 1.53 0.84|1.0 0 1.0| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:35:00 ubuntu dstat.sh[58095]: 14-01 22:35:00| 1 4 93 0 0|1586M 1023M 173M 4952M| 45k 1619B| 0 0 | 0 0 |1183 1707 |1.65 1.53 0.84|1.0 0 47| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:35:01 ubuntu dstat.sh[58095]: 14-01 22:35:01| 19 14 67 0 1|1577M 1031M 173M 4952M|4754B 1461B| 0 4105B| 0 1.00 |3668 9054 |1.65 1.53 0.84|1.0 0 256| 0 0 | 0 0 | 10 48 5 39 0 +Jan 14 22:35:02 ubuntu dstat.sh[58095]: 14-01 22:35:02| 13 19 68 0 0|1630M 979M 173M 4952M|5717B 1861B| 0 4103B| 0 1.00 |4185 7417 |1.65 1.53 0.84|1.0 0 378| 0 0 | 0 0 | 11 48 5 39 0 +Jan 14 22:35:03 ubuntu dstat.sh[58095]: 14-01 22:35:03| 14 11 73 0 0|1629M 979M 173M 4952M|5035B 1686B| 0 231k| 0 11.9 |4161 6791 |1.65 1.53 0.84| 0 0 182| 0 0 | 0 0 | 11 48 5 39 0 +Jan 14 22:35:04 ubuntu dstat.sh[58095]: 14-01 22:35:04| 6 8 85 0 0|1636M 972M 173M 4952M|5326B 1698B| 0 0 | 0 0 |1953 3205 |1.52 1.50 0.83| 0 0 148| 0 0 | 0 0 | 13 50 5 33 0 +Jan 14 22:35:05 ubuntu dstat.sh[58095]: 14-01 22:35:05| 15 17 68 0 0|1637M 972M 173M 4952M|4887B 1623B| 0 28k| 0 6.01 |3841 8288 |1.52 1.50 0.83|2.0 0 239| 0 0 | 0 0 | 13 50 5 34 0 +Jan 14 22:35:06 ubuntu dstat.sh[58095]: 14-01 22:35:06| 10 20 70 0 0|1637M 972M 173M 4952M|5652B 1621B| 0 36k| 0 9.00 |2679 4043 |1.52 1.50 0.83|1.0 0 330| 0 0 | 0 0 | 13 50 5 33 0 +Jan 14 22:35:07 ubuntu dstat.sh[58095]: 14-01 22:35:07| 18 14 67 0 0|1640M 968M 173M 4952M|5101B 1620B| 0 208k| 0 19.0 |4619 11k|1.52 1.50 0.83|4.0 0 207| 0 0 | 0 0 | 13 50 5 33 0 +Jan 14 22:35:08 ubuntu dstat.sh[58095]: 14-01 22:35:08| 37 19 43 0 1|1716M 892M 173M 4952M|5909B 1499B| 0 682k| 0 32.7 |3961 10k|1.52 1.50 0.83|2.0 0 407| 0 0 | 0 0 | 13 50 5 32 0 +Jan 14 22:35:09 ubuntu dstat.sh[58095]: 14-01 22:35:09| 27 5 67 0 0|1769M 838M 173M 4954M|5992B 1580B| 32k 12k|2.02 3.03 |1732 3438 |1.56 1.51 0.84|1.0 0 33| 0 0 | 0 0 | 13 58 5 36 0 +Jan 14 22:35:10 ubuntu dstat.sh[58095]: 14-01 22:35:10| 21 4 73 0 0|1820M 787M 173M 4954M|8358B 1620B| 0 0 | 0 0 |1070 1399 |1.56 1.51 0.84|1.0 0 10| 0 0 | 0 0 | 13 58 5 32 0 +Jan 14 22:35:11 ubuntu dstat.sh[58095]: 14-01 22:35:11| 15 2 82 0 0|1852M 754M 173M 4954M| 15k 1689B| 0 0 | 0 0 |1318 3100 |1.56 1.51 0.84|1.0 0 3.0| 0 0 | 0 0 | 13 58 5 32 0 +Jan 14 22:35:12 ubuntu dstat.sh[58095]: 14-01 22:35:12| 1 1 99 0 0|1852M 754M 173M 4954M| 14k 1711B| 0 0 | 0 0 | 698 963 |1.56 1.51 0.84|1.0 0 2.0| 0 0 | 0 0 | 13 58 5 26 0 +Jan 14 22:35:13 ubuntu dstat.sh[58095]: 14-01 22:35:13| 12 13 76 0 0|1850M 755M 173M 4955M|6935B 1624B| 0 1596k| 0 13.0 |3802 5838 |1.56 1.51 0.84|1.0 0 189| 0 0 | 0 0 | 13 56 5 26 0 +Jan 14 22:35:14 ubuntu dstat.sh[58095]: 14-01 22:35:14| 14 15 69 0 0|1855M 751M 173M 4955M| 15k 1619B| 0 48k| 0 4.00 |4762 8594 |1.52 1.50 0.84| 16 0 278| 0 0 | 0 0 | 13 56 5 20 0 +Jan 14 22:35:15 ubuntu dstat.sh[58095]: 14-01 22:35:15| 21 17 61 0 0|1871M 734M 173M 4955M| 13k 1512B| 0 928k| 0 11.0 |4993 11k|1.52 1.50 0.84|2.0 0 200| 0 0 | 0 0 | 12 56 5 20 0 +Jan 14 22:35:16 ubuntu dstat.sh[58095]: 14-01 22:35:16| 23 17 59 0 0|1866M 740M 173M 4955M|6752B 1564B| 0 4091B| 0 1.00 |5600 12k|1.52 1.50 0.84|4.0 0 340| 0 0 | 0 0 | 13 50 5 16 0 +Jan 14 22:35:17 ubuntu dstat.sh[58095]: 14-01 22:35:17| 19 9 71 0 0|1647M 959M 173M 4954M| 13k 1624B| 0 0 | 0 0 |2341 3668 |1.52 1.50 0.84|2.0 0 170| 0 0 | 0 0 | 13 50 5 20 0 +Jan 14 22:35:18 ubuntu dstat.sh[58095]: 14-01 22:35:18| 32 21 46 0 0|1727M 879M 173M 4955M| 11k 1619B| 0 1275k| 0 14.0 |3787 6332 |1.52 1.50 0.84|2.0 0 623| 0 0 | 0 0 | 13 50 5 19 0 +Jan 14 22:35:19 ubuntu dstat.sh[58095]: 14-01 22:35:19| 42 20 38 0 0|1824M 781M 173M 4955M|7072B 1621B| 0 16k| 0 4.00 |6140 13k|1.55 1.51 0.85|3.0 0 303| 0 0 | 0 0 | 13 58 5 23 0 +Jan 14 22:35:20 ubuntu dstat.sh[58095]: 14-01 22:35:20| 45 7 46 0 0|1931M 674M 173M 4955M|8730B 1616B| 0 48k| 0 1.00 |1558 1755 |1.55 1.51 0.85|3.0 0 64| 0 0 | 0 0 | 13 58 5 23 0 +Jan 14 22:35:21 ubuntu dstat.sh[58095]: 14-01 22:35:21| 27 6 67 0 0|1983M 619M 173M 4957M|5088B 1694B| 0 44k| 0 11.0 |3046 4903 |1.55 1.51 0.85|2.0 0 4.0| 0 0 | 0 0 | 13 58 5 23 0 +Jan 14 22:35:22 ubuntu dstat.sh[58095]: 14-01 22:35:22| 22 3 67 5 0|2028M 572M 173M 4959M| 42k 1586B| 140k 12M|35.0 990 |5666 8487 |1.55 1.51 0.85|2.0 1.0 5.0| 0 0 | 0 0 | 13 60 5 23 0 +Jan 14 22:35:23 ubuntu dstat.sh[58095]: 14-01 22:35:23| 26 7 54 13 0|2031M 551M 173M 4977M|5061B 1715B| 0 85M| 0 2992 | 15k 28k|1.55 1.51 0.85|1.0 0 4.0| 0 0 | 0 0 | 13 60 5 21 0 +Jan 14 22:35:24 ubuntu dstat.sh[58095]: 14-01 22:35:24| 34 15 49 0 0|2197M 382M 174M 4980M|5195B 1638B| 0 1930k| 0 108 |4808 15k|1.51 1.50 0.85|1.0 0 163| 0 0 | 0 0 | 14 85 5 32 0 +Jan 14 22:35:25 ubuntu dstat.sh[58095]: 14-01 22:35:25| 8 21 70 0 1|2203M 376M 174M 4980M|5163B 1621B| 0 4119k| 0 43.0 |2952 4552 |1.51 1.50 0.85|1.0 0 372| 0 0 | 0 0 | 14 85 5 26 0 +Jan 14 22:35:26 ubuntu dstat.sh[58095]: 14-01 22:35:26| 12 18 66 0 0|2205M 373M 174M 4980M|5110B 1620B| 0 608k| 0 34.0 |3990 6388 |1.51 1.50 0.85|1.0 0 303| 0 0 | 0 0 | 14 85 5 26 0 +Jan 14 22:35:27 ubuntu dstat.sh[58095]: 14-01 22:35:27| 38 11 49 0 0|2294M 285M 174M 4980M|5630B 1616B| 0 3974k| 0 254 |3751 7778 |1.51 1.50 0.85|3.0 0 156| 0 0 | 0 0 | 14 86 5 26 0 +Jan 14 22:35:28 ubuntu dstat.sh[58095]: 14-01 22:35:28| 31 11 57 1 0|2366M 212M 174M 4981M|4803B 1694B| 0 3472k| 0 348 |3100 4314 |1.51 1.50 0.85|2.0 0 166| 0 0 | 0 0 | 14 89 5 27 0 +Jan 14 22:35:29 ubuntu dstat.sh[58095]: 14-01 22:35:29| 10 18 71 0 0|2369M 209M 174M 4981M|5193B 1624B| 0 874k| 0 63.2 |3119 4834 |1.39 1.47 0.84|1.0 0 382| 0 0 | 0 0 | 14 89 5 27 0 +Jan 14 22:35:30 ubuntu dstat.sh[58095]: 14-01 22:35:30| 9 18 71 0 0|2366M 211M 174M 4981M| 50k 1738B| 0 408k| 0 20.0 |3397 5317 |1.39 1.47 0.84|2.0 0 448| 0 0 | 0 0 | 14 89 6 27 0 +Jan 14 22:35:31 ubuntu dstat.sh[58095]: 14-01 22:35:31| 22 3 73 0 0|2426M 151M 174M 4981M|5527B 1691B| 0 0 | 0 0 |1276 1773 |1.39 1.47 0.84|1.0 0 3.0| 0 0 | 0 0 | 14 89 6 27 0 +Jan 14 22:35:32 ubuntu dstat.sh[58095]: 14-01 22:35:32| 22 5 72 0 0|2406M 171M 174M 4981M|5015B 1608B| 0 380k| 0 28.0 |2051 3247 |1.39 1.47 0.84|2.0 0 65| 0 0 | 0 0 | 14 91 6 28 0 +Jan 14 22:35:33 ubuntu dstat.sh[58095]: 14-01 22:35:33| 24 4 69 1 0|2453M 124M 174M 4981M|4914B 1783B| 0 1243k| 0 176 |3538 6490 |1.39 1.47 0.84|1.0 0 2.0| 0 0 | 0 0 | 14 96 6 28 0 +Jan 14 22:35:34 ubuntu dstat.sh[58095]: 14-01 22:35:34| 30 9 60 1 0|2425M 156M 174M 4977M|4954B 1617B| 16k 1753k|2.00 177 |3655 6593 |1.44 1.48 0.85|2.0 0 118| 0 0 | 0 0 | 14 104 6 30 0 +Jan 14 22:35:35 ubuntu dstat.sh[58095]: 14-01 22:35:35| 22 6 71 1 0|2479M 127M 172M 4955M|5142B 1712B| 28k 7283k|2.01 467 |2311 2710 |1.44 1.48 0.85|2.0 0 4.0| 0 0 | 0 0 | 14 108 6 30 0 +Jan 14 22:35:36 ubuntu dstat.sh[58095]: 14-01 22:35:36| 28 9 60 2 0|2464M 171M 171M 4927M|5686B 1694B|2048k 3680k| 177 293 |3482 6874 |1.44 1.48 0.85|3.0 0 94| 0 0 | 0 0 | 14 107 6 32 0 +Jan 14 22:35:37 ubuntu dstat.sh[58095]: 14-01 22:35:37| 45 6 47 0 0|2567M 128M 170M 4868M|5782B 1698B|1018k 467k|39.9 30.9 |1920 1980 |1.44 1.48 0.85|3.0 0 8.0| 0 0 | 0 0 | 14 107 6 32 0 +Jan 14 22:35:38 ubuntu dstat.sh[58095]: 14-01 22:35:38| 30 6 63 0 0|2580M 130M 170M 4854M|5616B 1621B|1537k 640k|27.0 46.0 |1645 2191 |1.44 1.48 0.85|2.0 0 59| 0 0 | 0 0 | 14 111 6 33 0 +Jan 14 22:35:39 ubuntu dstat.sh[58095]: 14-01 22:35:39| 22 5 73 0 0|2569M 150M 170M 4846M|6921B 1622B|8204B 252k|2.00 14.0 |1433 2020 |1.40 1.47 0.85|1.0 0 53| 0 0 | 0 0 | 14 111 6 34 0 +Jan 14 22:35:40 ubuntu dstat.sh[58095]: 14-01 22:35:40| 24 3 72 1 0|2593M 125M 170M 4846M|8262B 1563B| 0 615k| 0 69.9 |1813 2854 |1.40 1.47 0.85|2.0 0 0| 0 0 | 0 0 | 14 111 6 35 0 +Jan 14 22:35:41 ubuntu dstat.sh[58095]: 14-01 22:35:41| 21 6 72 0 0|2599M 133M 170M 4833M|5288B 1623B| 0 1903k| 0 114 |1802 2618 |1.40 1.47 0.85|1.0 0 84| 0 0 | 0 0 | 14 111 6 35 0 +Jan 14 22:35:42 ubuntu dstat.sh[58095]: 14-01 22:35:42| 21 5 72 0 0|2585M 146M 170M 4833M|5061B 1612B| 12k 88k|1.00 5.97 |1449 2112 |1.40 1.47 0.85|1.0 0 57| 0 0 | 0 0 | 14 111 6 36 0 +Jan 14 22:35:43 ubuntu dstat.sh[58095]: 14-01 22:35:43| 27 3 68 2 0|2610M 119M 170M 4835M|6112B 1623B|1743k 1559k|35.1 242 |3867 6937 |1.40 1.47 0.85|3.0 0 0| 0 0 | 0 0 | 14 111 6 37 0 +Jan 14 22:35:44 ubuntu dstat.sh[58095]: 14-01 22:35:44| 21 6 71 0 0|2609M 121M 170M 4834M|5688B 1510B| 0 1206k| 0 88.9 |1828 2772 |1.45 1.48 0.86|1.0 0 56| 0 0 | 0 0 | 14 113 6 37 0 +Jan 14 22:35:45 ubuntu dstat.sh[58095]: 14-01 22:35:45| 25 3 70 1 1|2619M 121M 170M 4825M|7133B 1701B| 0 1458k| 0 131 |2757 5298 |1.45 1.48 0.86|1.0 0 1.0| 0 0 | 0 0 | 14 115 6 37 0 +Jan 14 22:35:46 ubuntu dstat.sh[58095]: 14-01 22:35:46| 31 5 63 0 0|2613M 127M 170M 4825M|6003B 1690B| 96k 822k|13.0 73.8 |2521 4489 |1.45 1.48 0.86|2.0 0 72| 0 0 | 0 0 | 14 115 6 38 0 +Jan 14 22:35:47 ubuntu dstat.sh[58095]: 14-01 22:35:47| 20 8 71 1 0|2591M 162M 170M 4811M|5372B 1570B| 0 4401k| 0 469 |3673 5455 |1.45 1.48 0.86|1.0 0 137| 0 0 | 0 0 | 14 115 6 39 0 +Jan 14 22:35:48 ubuntu dstat.sh[58095]: 14-01 22:35:48| 24 3 73 0 0|2638M 127M 170M 4800M|5271B 1616B| 431k 511k|12.0 33.9 |1284 1678 |1.45 1.48 0.86|1.0 0 12| 0 0 | 0 0 | 14 115 6 39 0 +Jan 14 22:35:49 ubuntu dstat.sh[58095]: 14-01 22:35:49| 25 2 69 1 0|2645M 120M 170M 4800M|5275B 1624B| 168k 1046k|25.1 114 |3332 5625 |1.50 1.49 0.86|1.0 0 1.0| 0 0 | 0 0 | 14 119 6 39 0 +Jan 14 22:35:50 ubuntu dstat.sh[58095]: 14-01 22:35:50| 27 10 63 1 0|2603M 174M 170M 4788M|6205B 1620B|3325k 772k| 114 63.0 |3406 5699 |1.50 1.49 0.86|2.0 0 172| 0 0 | 0 0 | 14 117 6 40 0 +Jan 14 22:35:51 ubuntu dstat.sh[58095]: 14-01 22:35:51| 20 7 72 0 0|2655M 135M 170M 4775M|6744B 1989B| 881k 458k|20.9 25.9 |1765 2693 |1.50 1.49 0.86|1.0 0 119| 0 0 | 0 0 | 14 117 6 39 0 +Jan 14 22:35:52 ubuntu dstat.sh[58095]: 14-01 22:35:52| 16 12 71 0 0|2595M 194M 170M 4776M| 44k 2131B| 765k 449k|26.0 26.0 |2476 3802 |1.50 1.49 0.86|1.0 0 232| 0 0 | 0 0 | 14 117 6 40 0 +Jan 14 22:35:53 ubuntu dstat.sh[58095]: 14-01 22:35:53| 10 20 70 0 0|2607M 182M 170M 4776M|5391B 1621B| 216k 452k|19.0 33.0 |2843 4389 |1.50 1.49 0.86|2.0 0 356| 0 0 | 0 0 | 14 117 6 40 0 +Jan 14 22:35:54 ubuntu dstat.sh[58095]: 14-01 22:35:54| 24 16 59 1 0|2632M 156M 170M 4777M|9175B 1622B|1161k 5633k|42.0 334 |5927 11k|1.45 1.48 0.86|2.0 0 231| 0 0 | 0 0 | 14 117 6 40 0 +Jan 14 22:35:55 ubuntu dstat.sh[58095]: 14-01 22:35:55| 32 21 46 0 0|2669M 127M 170M 4770M|5187B 1567B| 104k 224k|15.0 20.0 |3769 6386 |1.45 1.48 0.86|2.0 0 542| 0 0 | 0 0 | 14 117 6 40 0 +Jan 14 22:35:56 ubuntu dstat.sh[58095]: 14-01 22:35:56| 45 22 31 1 0|2781M 127M 170M 4660M|6265B 1662B|2060k 8524k| 243 902 |8404 16k|1.45 1.48 0.86|4.0 0 257| 0 0 | 0 0 | 16 131 6 40 0 +Jan 14 22:35:57 ubuntu dstat.sh[58095]: 14-01 22:35:57| 55 22 22 0 0|2891M 127M 170M 4552M|7455B 1690B| 604k 1512k|69.0 190 |3434 5199 |1.45 1.48 0.86|3.0 0 500| 0 0 | 0 0 | 16 131 6 40 0 +Jan 14 22:35:58 ubuntu dstat.sh[58095]: 14-01 22:35:58| 57 22 19 0 0|2976M 124M 170M 4473M|6838B 1507B|1208k 558k|70.8 24.9 |9521 16k|1.45 1.48 0.86|3.0 0 290| 0 0 | 0 0 | 16 145 6 40 0 +Jan 14 22:35:59 ubuntu dstat.sh[58095]: 14-01 22:35:59| 38 19 42 0 0|3043M 127M 170M 4405M|6070B 1625B| 60k 554k|2.01 27.1 |3912 6256 |1.42 1.48 0.87|3.0 0 513| 0 0 | 0 0 | 16 147 6 40 0 +Jan 14 22:36:00 ubuntu dstat.sh[58095]: 14-01 22:36:00| 25 21 53 0 0|3076M 131M 170M 4367M| 43k 1617B| 128k 759k|2.99 26.9 |3847 6030 |1.42 1.48 0.87|1.0 0 498| 0 0 | 0 0 | 17 147 6 40 0 +Jan 14 22:36:01 ubuntu dstat.sh[58095]: 14-01 22:36:01| 23 17 59 1 0|3104M 129M 170M 4343M|5459B 1786B| 12k 1710k|3.00 182 |6190 10k|1.42 1.48 0.87|3.0 2.0 266| 0 0 | 0 0 | 17 147 6 40 0 +Jan 14 22:36:02 ubuntu dstat.sh[58095]: 14-01 22:36:02| 32 21 45 0 0|3167M 134M 170M 4275M|4983B 1695B| 0 5208k| 0 301 |3851 5566 |1.42 1.48 0.87|2.0 0 442| 0 0 | 0 0 | 17 147 6 40 0 +Jan 14 22:36:03 ubuntu dstat.sh[58095]: 14-01 22:36:03| 38 22 39 0 0|3257M 133M 170M 4189M|6225B 1693B| 184k 308k|9.00 23.0 |7769 19k|1.42 1.48 0.87|2.0 0 228| 0 0 | 0 0 | 17 159 6 40 0 +Jan 14 22:36:04 ubuntu dstat.sh[58095]: 14-01 22:36:04| 32 24 44 1 0|3323M 126M 170M 4131M|4968B 1567B| 56k 652k|5.00 66.0 |4056 6828 |1.38 1.47 0.87|2.0 0 624| 0 0 | 0 0 | 17 163 6 40 0 +Jan 14 22:36:05 ubuntu dstat.sh[58095]: 14-01 22:36:05| 30 22 46 0 0|3393M 122M 170M 4066M|4842B 1582B| 0 5163k| 0 395 |6653 14k|1.38 1.47 0.87|3.0 0 625| 0 0 | 0 0 | 17 169 6 40 0 +Jan 14 22:36:06 ubuntu dstat.sh[58095]: 14-01 22:36:06| 17 17 64 0 0|3405M 116M 170M 4061M|5101B 1684B| 16k 458k|1.00 35.9 |5085 8839 |1.38 1.47 0.87|2.0 0 261| 0 0 | 0 0 | 17 177 6 39 0 +Jan 14 22:36:07 ubuntu dstat.sh[58095]: 14-01 22:36:07| 41 10 48 0 0|3504M 129M 170M 3950M|5438B 1629B| 16k 636k|4.02 42.2 |2647 3882 |1.38 1.47 0.87|3.0 0 122| 0 0 | 0 0 | 17 177 6 39 0 +Jan 14 22:36:08 ubuntu dstat.sh[58095]: 14-01 22:36:08| 47 5 47 0 0|3603M 124M 170M 3858M|5630B 1620B|1332k 144k|34.0 18.0 |1791 2175 |1.38 1.47 0.87|2.0 0 2.0| 0 0 | 0 0 | 17 177 6 39 0 +Jan 14 22:36:09 ubuntu dstat.sh[58095]: 14-01 22:36:09| 34 16 50 0 0|3581M 179M 170M 3826M|5781B 1694B| 112k 344k|8.00 18.0 |3225 5556 |1.43 1.48 0.87|3.0 0 367| 0 0 | 0 0 | 17 181 6 39 0 +Jan 14 22:36:10 ubuntu dstat.sh[58095]: 14-01 22:36:10| 38 21 39 0 0|3614M 144M 170M 3828M|5837B 1694B| 20k 524k|2.00 37.0 |5633 11k|1.43 1.48 0.87|3.0 0 442| 0 0 | 0 0 | 17 191 6 35 0 +Jan 14 22:36:11 ubuntu dstat.sh[58095]: 14-01 22:36:11| 52 20 27 0 0|3659M 126M 170M 3802M| 17k 1784B|1500k 580k|32.0 33.0 |7295 12k|1.43 1.48 0.87|5.0 0 239| 0 0 | 0 0 | 17 197 6 35 0 +Jan 14 22:36:12 ubuntu dstat.sh[58095]: 14-01 22:36:12| 79 15 4 0 0|3738M 122M 170M 3729M| 14k 1565B| 320k 12M|7.99 656 |4158 6131 |1.43 1.48 0.87|7.0 0 150| 0 0 | 0 0 | 17 208 6 36 0 +Jan 14 22:36:13 ubuntu dstat.sh[58095]: 14-01 22:36:13| 78 17 5 0 0|3790M 173M 170M 3628M|5798B 1578B| 545k 2145k|12.9 106 |5038 13k|1.43 1.48 0.87|6.0 0 62| 0 0 | 0 0 | 17 222 6 37 0 +Jan 14 22:36:14 ubuntu dstat.sh[58095]: 14-01 22:36:14| 57 24 18 0 0|3860M 125M 170M 3606M| 15k 1627B| 48k 534k|2.01 28.1 |4751 11k|1.72 1.54 0.90|3.0 0 390| 0 0 | 0 0 | 17 218 6 45 0 +Jan 14 22:36:15 ubuntu dstat.sh[58095]: 14-01 22:36:15| 54 25 19 0 0|3839M 142M 170M 3610M|8720B 1618B| 0 883k| 0 49.9 |8524 38k|1.72 1.54 0.90|4.0 0 357| 0 0 | 0 0 | 17 219 6 45 0 +Jan 14 22:36:16 ubuntu dstat.sh[58095]: 14-01 22:36:16| 55 26 19 0 0|3895M 128M 170M 3570M|5963B 1624B| 20k 654k|4.01 46.1 |5620 21k|1.72 1.54 0.90|7.0 0 539| 0 0 | 0 0 | 17 219 6 45 0 +Jan 14 22:36:17 ubuntu dstat.sh[58095]: 14-01 22:36:17| 62 18 18 0 0|3918M 153M 170M 3521M| 14k 1767B| 136k 748k|22.0 49.0 |4375 17k|1.72 1.54 0.90|4.0 0 208| 0 0 | 0 0 | 17 221 6 50 0 +Jan 14 22:36:18 ubuntu dstat.sh[58095]: 14-01 22:36:18| 57 24 18 1 1|4009M 124M 170M 3460M| 14k 1620B| 92k 28M|5.00 836 |6126 14k|1.72 1.54 0.90|3.0 0 494| 0 0 | 0 0 | 17 227 6 46 0 +Jan 14 22:36:19 ubuntu dstat.sh[58095]: 14-01 22:36:19| 59 19 20 0 0|4053M 122M 170M 3419M|7077B 1616B| 108k 802k|7.98 56.9 |7759 21k|1.90 1.58 0.91|3.0 0 260| 0 0 | 0 0 | 17 235 6 47 0 +Jan 14 22:36:20 ubuntu dstat.sh[58095]: 14-01 22:36:20| 65 12 22 1 0|4154M 118M 170M 3324M|6163B 1462B| 798k 6491k|11.0 540 |3882 4863 |1.90 1.58 0.91|3.0 0 135| 0 0 | 0 0 | 17 235 6 43 0 +Jan 14 22:36:21 ubuntu dstat.sh[58095]: 14-01 22:36:21| 71 10 19 0 0|4225M 132M 170M 3240M|6772B 1691B| 518k 1163k|32.6 109 |4758 8840 |1.90 1.58 0.91|5.0 0 14| 0 0 | 0 0 | 17 249 6 51 0 +Jan 14 22:36:22 ubuntu dstat.sh[58095]: 14-01 22:36:22| 52 23 23 1 0|4176M 180M 170M 3241M| 43k 1679B| 865k 1835k|26.3 199 |5574 11k|1.90 1.58 0.91|4.0 0 486| 0 0 | 0 0 | 17 249 6 52 0 +Jan 14 22:36:23 ubuntu dstat.sh[58095]: 14-01 22:36:23| 49 20 31 0 0|4229M 130M 170M 3238M|6968B 1609B|1319k 1838k|37.7 105 |5567 11k|1.90 1.58 0.91|5.0 0 378| 0 0 | 0 0 | 17 250 6 52 0 +Jan 14 22:36:24 ubuntu dstat.sh[58095]: 14-01 22:36:24| 70 19 10 0 0|4301M 125M 170M 3173M|7479B 1630B|3655k 765k|51.3 54.3 |4299 8289 |2.07 1.62 0.93|4.0 0 218| 0 0 | 0 0 | 18 254 6 42 0 +Jan 14 22:36:25 ubuntu dstat.sh[58095]: 14-01 22:36:25| 71 12 17 0 0|4355M 129M 170M 3115M|8484B 1695B|1101k 809k|19.0 47.0 |2677 4166 |2.07 1.62 0.93|3.0 0 49| 0 0 | 0 0 | 18 253 6 45 0 +Jan 14 22:36:26 ubuntu dstat.sh[58095]: 14-01 22:36:26| 48 17 33 1 0|4386M 131M 170M 3083M|5539B 1763B| 924k 7536k|13.0 646 |5081 10k|2.07 1.62 0.93|1.0 0 207| 0 0 | 0 0 | 18 254 6 45 0 +Jan 14 22:36:27 ubuntu dstat.sh[58095]: 14-01 22:36:27| 19 5 74 0 0|4403M 127M 170M 3070M|9715B 3156B| 895k 471k|11.0 30.9 |1764 2646 |2.07 1.62 0.93|3.0 0 26| 0 0 | 0 0 | 18 255 6 45 0 +Jan 14 22:36:28 ubuntu dstat.sh[58095]: 14-01 22:36:28| 21 7 71 1 0|4410M 121M 170M 3070M| 18k 5291B| 545k 2772k|6.02 181 |2660 4049 |2.07 1.62 0.93|2.0 0 9.0| 0 0 | 0 0 | 18 258 6 44 0 +Jan 14 22:36:29 ubuntu dstat.sh[58095]: 14-01 22:36:29| 19 7 74 0 0|4406M 123M 170M 3071M|2071k 19k| 767k 308k|5.99 20.0 |2647 4172 |1.98 1.61 0.93|3.0 0 11| 0 0 | 0 0 | 18 262 6 44 0 +Jan 14 22:36:30 ubuntu dstat.sh[58095]: 14-01 22:36:30| 27 16 57 0 0|4392M 170M 170M 3038M| 14M 75k|2888k 1132k|34.0 71.0 |6594 5733 |1.98 1.61 0.93|2.0 0 224| 0 0 | 0 0 | 18 261 6 44 0 +Jan 14 22:36:31 ubuntu dstat.sh[58095]: 14-01 22:36:31| 30 7 64 0 0|4447M 131M 170M 3023M| 27k 1660B| 391k 495k|7.99 47.9 |2289 3449 |1.98 1.61 0.93|3.0 0 48| 0 0 | 0 0 | 18 267 6 45 0 +Jan 14 22:36:32 ubuntu dstat.sh[58095]: 14-01 22:36:32| 25 4 69 1 0|4461M 133M 170M 3007M|7124B 1622B| 649k 637k|35.0 78.1 |4296 8758 |1.98 1.61 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 276 6 47 0 +Jan 14 22:36:33 ubuntu dstat.sh[58095]: 14-01 22:36:33| 20 10 68 1 0|4403M 183M 170M 3015M|5274B 1735B| 264k 592k|9.99 57.0 |3280 6407 |1.98 1.61 0.93|5.0 0 189| 0 0 | 0 0 | 18 273 6 48 0 +Jan 14 22:36:34 ubuntu dstat.sh[58095]: 14-01 22:36:34| 18 11 70 0 0|4442M 144M 170M 3015M|5762B 1688B| 36k 403k|6.98 27.9 |2774 4714 |1.99 1.61 0.94|4.0 0 278| 0 0 | 0 0 | 18 273 6 46 0 +Jan 14 22:36:35 ubuntu dstat.sh[58095]: 14-01 22:36:35| 16 13 71 0 0|4419M 166M 170M 3015M|5452B 1465B| 40k 1145k|10.0 69.3 |2603 3985 |1.99 1.61 0.94|2.0 0 187| 0 0 | 0 0 | 18 273 6 46 0 +Jan 14 22:36:36 ubuntu dstat.sh[58095]: 14-01 22:36:36| 10 18 70 0 0|4420M 166M 170M 3015M|5964B 1619B| 76k 16M|2.00 48.0 |3291 5147 |1.99 1.61 0.94|2.0 0 369| 0 0 | 0 0 | 18 273 6 44 0 +Jan 14 22:36:37 ubuntu dstat.sh[58095]: 14-01 22:36:37| 3 5 90 0 0|4418M 168M 170M 3015M|5429B 1658B|8174B 8174B|1.00 1.00 |1727 2831 |1.99 1.61 0.94|2.0 0 107| 0 0 | 0 0 | 18 273 6 44 0 +Jan 14 22:36:38 ubuntu dstat.sh[58095]: 14-01 22:36:38| 19 3 77 0 0|4465M 120M 170M 3015M|6596B 1619B| 0 100k| 0 11.0 |1515 2188 |1.99 1.61 0.94|3.0 0 12| 0 0 | 0 0 | 18 275 6 43 0 +Jan 14 22:36:39 ubuntu dstat.sh[58095]: 14-01 22:36:39| 18 10 70 0 0|4413M 176M 170M 3011M|5472B 1624B| 180k 193k|9.02 18.0 |2590 4090 |1.91 1.60 0.94|2.0 0 147| 0 0 | 0 0 | 18 281 6 43 0 +Jan 14 22:36:40 ubuntu dstat.sh[58095]: 14-01 22:36:40| 11 17 70 0 1|4415M 178M 170M 3008M|8468B 1614B| 0 299k| 0 31.9 |3196 5119 |1.91 1.60 0.94|1.0 0 225| 0 0 | 0 0 | 18 283 6 41 0 +Jan 14 22:36:41 ubuntu dstat.sh[58095]: 14-01 22:36:41| 16 12 71 0 0|4436M 156M 170M 3008M|5319B 1538B|4112B 847k|1.00 24.1 |2465 3860 |1.91 1.60 0.94|2.0 0 171| 0 0 | 0 0 | 18 283 6 41 0 +Jan 14 22:36:42 ubuntu dstat.sh[58095]: 14-01 22:36:42| 23 4 70 1 0|4498M 131M 170M 2971M|5795B 1615B| 706k 10M|44.9 579 |2109 2375 |1.91 1.60 0.94|2.0 0 4.0| 0 0 | 0 0 | 18 285 5 40 0 +Jan 14 22:36:43 ubuntu dstat.sh[58095]: 14-01 22:36:43| 25 2 70 1 0|4534M 130M 170M 2937M|4814B 1619B| 156k 584k|13.0 61.0 |2185 3535 |1.91 1.60 0.94|2.0 0 3.0| 0 0 | 0 0 | 18 289 5 40 0 +Jan 14 22:36:44 ubuntu dstat.sh[58095]: 14-01 22:36:44| 24 3 72 0 0|4482M 181M 170M 2937M|5468B 1619B| 20k 180k|4.00 7.99 |1329 2015 |1.83 1.59 0.94|3.0 0 7.0| 0 0 | 0 0 | 18 287 5 40 0 +Jan 14 22:36:45 ubuntu dstat.sh[58095]: 14-01 22:36:45| 24 4 71 0 0|4532M 131M 170M 2937M|5024B 1628B| 76k 177k|3.01 15.1 |1792 2894 |1.83 1.59 0.94|3.0 0 4.0| 0 0 | 0 0 | 18 295 5 39 0 +Jan 14 22:36:46 ubuntu dstat.sh[58095]: 14-01 22:36:46| 24 3 71 0 0|4448M 215M 170M 2938M|5801B 1611B| 32k 259k|1.99 12.9 |1463 2111 |1.83 1.59 0.94|4.0 0 17| 0 0 | 0 0 | 18 289 5 39 0 +Jan 14 22:36:47 ubuntu dstat.sh[58095]: 14-01 22:36:47| 23 5 71 0 0|4419M 244M 170M 2938M|7337B 1628B| 499k 12M|6.03 30.2 |1844 2757 |1.83 1.59 0.94| 0 0 85| 0 0 | 0 0 | 18 289 5 38 0 +Jan 14 22:36:48 ubuntu dstat.sh[58095]: 14-01 22:36:48| 9 20 70 1 1|4424M 238M 170M 2939M|5682B 1458B|1016k 412k|17.0 14.0 |3321 5373 |1.83 1.59 0.94|2.0 0 409| 0 0 | 0 0 | 18 289 5 38 0 +Jan 14 22:36:49 ubuntu dstat.sh[58095]: 14-01 22:36:49| 21 7 71 0 0|4459M 202M 170M 2939M|7148B 1614B| 506k 0 |26.9 0 |1999 2899 |1.77 1.58 0.94|2.0 0 92| 0 0 | 0 0 | 18 289 5 37 0 +Jan 14 22:36:50 ubuntu dstat.sh[58095]: 14-01 22:36:50| 25 6 68 0 0|4475M 187M 170M 2940M|5779B 1621B| 156k 240k|7.00 23.0 |9201 19k|1.77 1.58 0.94|2.0 0 10| 0 0 | 0 0 | 18 289 5 37 0 +Jan 14 22:36:51 ubuntu dstat.sh[58095]: 14-01 22:36:51| 21 3 77 0 0|4455M 206M 170M 2940M| 14k 5461B| 0 613k| 0 25.0 |1635 2340 |1.77 1.58 0.94|2.0 0 3.0| 0 0 | 0 0 | 18 290 5 36 0 +Jan 14 22:36:52 ubuntu dstat.sh[58095]: 14-01 22:36:52| 25 4 69 0 0|4482M 177M 170M 2942M| 42k 1786B| 312k 464k|3.00 23.0 |9267 19k|1.77 1.58 0.94|1.0 0 10| 0 0 | 0 0 | 18 290 5 36 0 +Jan 14 22:36:53 ubuntu dstat.sh[58095]: 14-01 22:36:53| 17 11 71 0 0|4425M 234M 170M 2941M|8345B 1795B| 32k 733k|1.00 38.0 |2563 4027 |1.77 1.58 0.94|3.0 0 173| 0 0 | 0 0 | 18 289 5 35 0 +Jan 14 22:36:54 ubuntu dstat.sh[58095]: 14-01 22:36:54| 23 6 70 0 0|4476M 183M 170M 2942M|5873B 1692B| 0 320k| 0 34.0 |2180 3395 |1.71 1.57 0.94|3.0 0 96| 0 0 | 0 0 | 18 289 5 35 0 +Jan 14 22:36:55 ubuntu dstat.sh[58095]: 14-01 22:36:55| 20 7 71 0 0|4453M 206M 170M 2942M|5567B 1619B| 24k 196k|2.00 8.99 |2251 3685 |1.71 1.57 0.94|3.0 0 115| 0 0 | 0 0 | 18 289 5 38 0 +Jan 14 22:36:56 ubuntu dstat.sh[58095]: 14-01 22:36:56| 23 5 72 0 1|4428M 231M 170M 2942M|5251B 1504B| 0 0 | 0 0 |1757 2935 |1.71 1.57 0.94|2.0 0 70| 0 0 | 0 0 | 18 289 5 38 0 +Jan 14 22:36:57 ubuntu dstat.sh[58095]: 14-01 22:36:57| 23 3 72 0 0|4484M 174M 170M 2942M|7886B 1620B| 0 52k| 0 4.00 |1503 2200 |1.71 1.57 0.94|5.0 0 2.0| 0 0 | 0 0 | 18 291 5 38 0 +Jan 14 22:36:58 ubuntu dstat.sh[58095]: 14-01 22:36:58| 23 5 71 0 0|4475M 184M 170M 2942M|6716B 1691B| 0 76k| 0 8.99 |1841 2734 |1.71 1.57 0.94|3.0 0 58| 0 0 | 0 0 | 18 289 5 38 0 +Jan 14 22:36:59 ubuntu dstat.sh[58095]: 14-01 22:36:59| 23 5 71 0 0|4459M 200M 170M 2942M|9703B 1622B| 0 0 | 0 0 |1881 2714 |1.65 1.56 0.94|2.0 0 34| 0 0 | 0 0 | 18 289 5 40 0 +Jan 14 22:37:00 ubuntu dstat.sh[58095]: 14-01 22:37:00| 23 6 70 0 0|4435M 223M 170M 2942M| 43k 1843B| 0 827k| 0 71.9 |2568 3929 |1.65 1.56 0.94|2.0 0 47| 0 0 | 0 0 | 18 289 6 40 0 +Jan 14 22:37:01 ubuntu dstat.sh[58095]: 14-01 22:37:01| 24 3 72 0 0|4486M 172M 170M 2942M|5623B 1694B| 0 152k| 0 10.0 |1659 2565 |1.65 1.56 0.94|2.0 0 2.0| 0 0 | 0 0 | 18 289 6 42 0 +Jan 14 22:37:02 ubuntu dstat.sh[58095]: 14-01 22:37:02| 23 5 71 0 0|4482M 176M 170M 2942M|4967B 1623B| 80k 148k|5.01 9.02 |1745 2590 |1.65 1.56 0.94|2.0 0 34| 0 0 | 0 0 | 18 289 6 42 0 +Jan 14 22:37:03 ubuntu dstat.sh[58095]: 14-01 22:37:03| 22 6 70 1 0|4464M 195M 170M 2942M| 11k 1586B| 16k 2483k|1.00 361 |2800 4168 |1.65 1.56 0.94|3.0 0 90| 0 0 | 0 0 | 18 289 6 43 0 +Jan 14 22:37:04 ubuntu dstat.sh[58095]: 14-01 22:37:04| 24 5 69 0 0|4447M 211M 170M 2942M|6735B 1566B| 0 244k| 0 22.0 |1902 2883 |1.68 1.57 0.94|2.0 0 47| 0 0 | 0 0 | 18 289 6 46 0 +Jan 14 22:37:05 ubuntu dstat.sh[58095]: 14-01 22:37:05| 23 3 72 0 0|4492M 166M 170M 2942M|5807B 1694B| 213k 168k|17.0 11.0 |1682 2662 |1.68 1.57 0.94|1.0 0 3.0| 0 0 | 0 0 | 18 291 6 47 0 +Jan 14 22:37:06 ubuntu dstat.sh[58095]: 14-01 22:37:06| 24 3 71 0 0|4484M 174M 170M 2942M|5703B 1688B| 0 359k| 0 25.9 |1530 2271 |1.68 1.57 0.94|3.0 0 16| 0 0 | 0 0 | 18 290 6 48 0 +Jan 14 22:37:07 ubuntu dstat.sh[58095]: 14-01 22:37:07| 28 3 67 1 0|4445M 213M 170M 2943M|5467B 1770B| 308k 1550k|26.0 180 |4029 7024 |1.68 1.57 0.94|2.0 0 7.0| 0 0 | 0 0 | 18 291 6 49 0 +Jan 14 22:37:08 ubuntu dstat.sh[58095]: 14-01 22:37:08| 24 4 72 0 0|4482M 175M 170M 2943M|7013B 1623B| 16k 621k|2.00 65.1 |2325 3752 |1.68 1.57 0.94|2.0 0 0| 0 0 | 0 0 | 18 293 6 49 0 +Jan 14 22:37:09 ubuntu dstat.sh[58095]: 14-01 22:37:09| 18 14 67 1 0|4437M 220M 170M 2943M|6245B 1623B| 0 3527k| 0 248 |4412 7798 |1.62 1.56 0.94|1.0 0 341| 0 0 | 0 0 | 18 291 6 50 0 +Jan 14 22:37:10 ubuntu dstat.sh[58095]: 14-01 22:37:10| 11 21 67 0 0|4444M 213M 170M 2943M|6350B 1616B| 0 607k| 0 49.9 |4126 6904 |1.62 1.56 0.94|2.0 0 578| 0 0 | 0 0 | 18 291 6 50 0 +Jan 14 22:37:11 ubuntu dstat.sh[58095]: 14-01 22:37:11| 10 21 68 0 0|4440M 217M 170M 2943M| 16k 1513B| 0 496k| 0 33.0 |4130 6690 |1.62 1.56 0.94|2.0 0 601| 0 0 | 0 0 | 18 291 6 50 0 +Jan 14 22:37:12 ubuntu dstat.sh[58095]: 14-01 22:37:12| 10 21 67 0 0|4434M 223M 170M 2943M| 16k 1562B| 0 1927k| 0 111 |4266 6877 |1.62 1.56 0.94|2.0 0 578| 0 0 | 0 0 | 18 291 6 50 0 +Jan 14 22:37:13 ubuntu dstat.sh[58095]: 14-01 22:37:13| 11 21 67 0 0|4433M 224M 170M 2943M|7053B 1625B| 0 1195k| 0 111 |4025 6626 |1.62 1.56 0.94|1.0 0 552| 0 0 | 0 0 | 18 291 6 49 0 +Jan 14 22:37:14 ubuntu dstat.sh[58095]: 14-01 22:37:14| 11 20 68 0 0|4437M 220M 170M 2943M| 17k 1619B| 0 284k| 0 22.0 |3755 5841 |1.57 1.55 0.94|1.0 0 485| 0 0 | 0 0 | 18 291 6 49 0 +Jan 14 22:37:15 ubuntu dstat.sh[58095]: 14-01 22:37:15| 9 20 69 0 1|4436M 221M 170M 2943M| 15k 1764B| 40k 44k|2.00 7.98 |3724 5944 |1.57 1.55 0.94|2.0 0 497| 0 0 | 0 0 | 18 291 6 40 0 +Jan 14 22:37:16 ubuntu dstat.sh[58095]: 14-01 22:37:16| 18 12 70 0 0|4444M 288M 171M 2876M|5551B 1624B| 20k 8211B|4.01 2.00 | 14k 27k|1.57 1.55 0.94|2.0 0 68| 0 0 | 0 0 | 18 291 6 40 0 +Jan 14 22:37:17 ubuntu dstat.sh[58095]: 14-01 22:37:17| 28 5 65 1 0|4465M 262M 171M 2880M| 13k 1621B| 284k 3266k|27.0 44.0 |2376 5914 |1.57 1.55 0.94|2.0 0 37| 0 0 | 0 0 | 18 291 6 38 0 +Jan 14 22:37:18 ubuntu dstat.sh[58095]: 14-01 22:37:18| 17 1 79 1 0|4477M 249M 171M 2881M| 30k 11k| 256k 1919k|28.0 70.0 |1856 2541 |1.57 1.55 0.94|2.0 0 0| 0 0 | 0 0 | 18 292 6 38 0 +Jan 14 22:37:19 ubuntu dstat.sh[58095]: 14-01 22:37:19| 13 2 83 1 0|4487M 238M 171M 2882M| 28k 16k| 998k 1749k|61.9 77.9 |1974 3073 |1.61 1.56 0.95|3.0 0 0| 0 0 | 0 0 | 18 292 6 34 0 +Jan 14 22:37:20 ubuntu dstat.sh[58095]: 14-01 22:37:20| 21 2 76 1 0|4499M 225M 171M 2883M| 20k 12k| 349k 1295k|30.1 66.1 |1862 2655 |1.61 1.56 0.95|1.0 1.0 0| 0 0 | 0 0 | 18 292 6 34 0 +Jan 14 22:37:21 ubuntu dstat.sh[58095]: 14-01 22:37:21| 18 1 76 1 0|4505M 198M 171M 2904M| 21k 11k|8032k 1311k| 139 50.8 |1843 2390 |1.61 1.56 0.95|2.0 0 0| 0 0 | 0 0 | 18 292 6 32 0 +Jan 14 22:37:22 ubuntu dstat.sh[58095]: 14-01 22:37:22| 24 3 71 1 0|4529M 158M 171M 2919M| 44k 1731B| 0 2342k| 0 95.7 |1977 2792 |1.61 1.56 0.95|2.0 0 0| 0 0 | 0 0 | 18 292 6 32 0 +Jan 14 22:37:23 ubuntu dstat.sh[58095]: 14-01 22:37:23| 25 3 70 2 0|4530M 127M 171M 2946M|5864B 1623B| 24k 5154k|3.01 165 |2156 3151 |1.61 1.56 0.95|2.0 0 0| 0 0 | 0 0 | 18 292 6 25 0 +Jan 14 22:37:24 ubuntu dstat.sh[58095]: 14-01 22:37:24| 26 5 67 1 0|4531M 135M 172M 2935M|6163B 1798B| 0 2755k| 0 103 |3628 6221 |1.72 1.58 0.96|3.0 0 0| 0 0 | 0 0 | 18 291 6 25 0 +Jan 14 22:37:25 ubuntu dstat.sh[58095]: 14-01 22:37:25| 26 4 69 0 0|4483M 182M 172M 2937M|5602B 1516B| 421k 722k|7.02 11.0 |2756 4612 |1.72 1.58 0.96|4.0 0 11| 0 0 | 0 0 | 18 291 6 24 0 +Jan 14 22:37:26 ubuntu dstat.sh[58095]: 14-01 22:37:26| 25 6 67 0 0|4489M 175M 172M 2937M|5809B 1561B| 0 2014k| 0 22.9 |8783 17k|1.72 1.58 0.96|3.0 0 13| 0 0 | 0 0 | 18 291 6 24 0 +Jan 14 22:37:27 ubuntu dstat.sh[58095]: 14-01 22:37:27| 23 6 69 0 0|4467M 197M 172M 2937M|4909B 1615B| 32k 674k|1.00 26.9 |6981 15k|1.72 1.58 0.96|1.0 0 14| 0 0 | 0 0 | 18 291 6 24 0 +Jan 14 22:37:28 ubuntu dstat.sh[58095]: 14-01 22:37:28| 36 8 54 0 0|4455M 209M 172M 2937M|4722B 1623B| 513k 697k|4.01 27.0 | 10k 20k|1.72 1.58 0.96|3.0 0 60| 0 0 | 0 0 | 18 291 6 23 0 +Jan 14 22:37:29 ubuntu dstat.sh[58095]: 14-01 22:37:29| 36 8 55 0 0|4499M 165M 172M 2937M|5053B 1627B| 514k 116k|4.02 1.00 |9285 19k|1.74 1.59 0.97|3.0 0 21| 0 0 | 0 0 | 18 291 6 23 0 +Jan 14 22:37:30 ubuntu dstat.sh[58095]: 14-01 22:37:30| 23 5 69 0 0|4490M 174M 172M 2937M| 43k 1615B| 0 833k| 0 36.9 |9442 19k|1.74 1.59 0.97|3.0 0 13| 0 0 | 0 0 | 18 291 6 23 0 +Jan 14 22:37:31 ubuntu dstat.sh[58095]: 14-01 22:37:31| 21 6 72 0 0|4473M 191M 172M 2937M|5108B 1619B| 0 404k| 0 19.0 |1482 2141 |1.74 1.59 0.97|1.0 0 9.0| 0 0 | 0 0 | 18 291 6 23 0 +Jan 14 22:37:32 ubuntu dstat.sh[58095]: 14-01 22:37:32| 23 5 71 0 0|4447M 217M 172M 2937M|6893B 1660B| 0 8193B| 0 2.00 |2040 3054 |1.74 1.59 0.97|3.0 0 94| 0 0 | 0 0 | 18 291 6 21 0 +Jan 14 22:37:33 ubuntu dstat.sh[58095]: 14-01 22:37:33| 23 6 69 0 0|4462M 184M 173M 2952M|5346B 1733B|8178B 1098k|2.00 6.99 | 14k 28k|1.74 1.59 0.97|3.0 0 7.0| 0 0 | 0 0 | 18 291 6 21 0 +Jan 14 22:37:34 ubuntu dstat.sh[58095]: 14-01 22:37:34| 19 2 76 1 0|4486M 160M 173M 2952M| 17k 7667B| 0 3665k| 0 373 |2141 2382 |1.68 1.58 0.97|4.0 0 3.0| 0 0 | 0 0 | 18 292 6 18 0 +Jan 14 22:37:35 ubuntu dstat.sh[58095]: 14-01 22:37:35| 14 2 83 1 0|4488M 157M 173M 2953M| 25k 16k| 0 1568k| 0 57.0 |1598 2385 |1.68 1.58 0.97|1.0 0 1.0| 0 0 | 0 0 | 18 292 6 18 0 +Jan 14 22:37:36 ubuntu dstat.sh[58095]: 14-01 22:37:36| 8 1 89 1 0|4490M 154M 173M 2953M| 151k 14k| 0 1297k| 0 59.0 |1639 2380 |1.68 1.58 0.97|1.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:37 ubuntu dstat.sh[58095]: 14-01 22:37:37| 18 1 78 0 0|4512M 133M 173M 2953M| 22k 12k| 32k 1335k|1.00 55.9 |1876 2831 |1.68 1.58 0.97|2.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:38 ubuntu dstat.sh[58095]: 14-01 22:37:38| 14 1 82 0 0|4521M 123M 173M 2953M| 215k 12k| 0 1486k| 0 56.9 |1599 2230 |1.68 1.58 0.97|2.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:39 ubuntu dstat.sh[58095]: 14-01 22:37:39| 10 2 86 1 0|4522M 121M 173M 2954M| 116k 19k| 24k 2386k|4.00 117 |1907 2734 |1.63 1.57 0.97|1.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:40 ubuntu dstat.sh[58095]: 14-01 22:37:40| 10 1 86 1 0|4519M 131M 173M 2947M| 69k 11k| 96k 1517k|5.99 75.8 |1791 2766 |1.63 1.57 0.97|2.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:41 ubuntu dstat.sh[58095]: 14-01 22:37:41| 13 4 81 2 0|4524M 121M 173M 2952M|9863k 86k| 0 50M| 0 479 |5894 4901 |1.63 1.57 0.97|2.0 0 3.0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:42 ubuntu dstat.sh[58095]: 14-01 22:37:42| 17 3 78 1 0|4525M 125M 174M 2947M|7617k 41k| 164k 14M|4.00 96.9 |3704 3911 |1.63 1.57 0.97|3.0 0 3.0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:43 ubuntu dstat.sh[58095]: 14-01 22:37:43| 20 6 72 1 0|4515M 135M 177M 2940M|4878B 1691B| 0 44M| 0 289 |2145 3066 |1.63 1.57 0.97|3.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:44 ubuntu dstat.sh[58095]: 14-01 22:37:44| 23 4 71 1 0|4534M 127M 177M 2928M|6873B 1513B| 0 2697k| 0 74.0 |1562 2597 |1.66 1.58 0.97|3.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:45 ubuntu dstat.sh[58095]: 14-01 22:37:45| 22 5 71 1 0|4523M 135M 178M 2927M|5440B 1622B| 0 2451k| 0 90.1 |1524 2509 |1.66 1.58 0.97|3.0 0 1.0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:46 ubuntu dstat.sh[58095]: 14-01 22:37:46| 23 3 72 0 0|4524M 136M 180M 2922M|8425B 1618B| 0 1226k| 0 49.9 |1503 2273 |1.66 1.58 0.97|2.0 0 0| 0 0 | 0 0 | 18 293 6 18 0 +Jan 14 22:37:47 ubuntu dstat.sh[58095]: 14-01 22:37:47| 22 4 73 2 0|4524M 135M 181M 2919M|9298B 3029B| 0 4742k| 0 161 |1960 3185 |1.66 1.58 0.97|1.0 0 0| 0 0 | 0 0 | 18 294 6 18 0 +Jan 14 22:37:48 ubuntu dstat.sh[58095]: 14-01 22:37:48| 23 2 74 0 0|4456M 234M 181M 2889M|6936B 2977B| 68k 1309k|5.00 37.0 |1409 1954 |1.66 1.58 0.97|4.0 0 5.0| 0 0 | 0 0 | 18 291 6 18 0 +Jan 14 22:37:49 ubuntu dstat.sh[58095]: 14-01 22:37:49| 23 7 69 0 0|4486M 202M 181M 2890M|4949B 1615B| 0 24M| 0 282 |9675 18k|1.61 1.57 0.97|3.0 0 13| 0 0 | 0 0 | 18 291 6 18 0 +Jan 14 22:37:50 ubuntu dstat.sh[58095]: 14-01 22:37:50| 26 4 69 0 0|4493M 195M 181M 2890M|5666B 1612B| 0 2471k| 0 25.1 |9156 19k|1.61 1.57 0.97|1.0 0 6.0| 0 0 | 0 0 | 18 291 6 18 0 +Jan 14 22:37:51 ubuntu dstat.sh[58095]: 14-01 22:37:51| 22 5 71 0 0|4464M 225M 181M 2890M|7024B 1508B| 0 554k| 0 22.9 |1586 2305 |1.61 1.57 0.97|2.0 0 8.0| 0 0 | 0 0 | 18 291 6 18 0 +Jan 14 22:37:52 ubuntu dstat.sh[58095]: 14-01 22:37:52| 24 4 72 0 0|4480M 205M 181M 2893M| 42k 1714B| 912k 1548k|20.0 13.0 |2122 3430 |1.61 1.57 0.97|2.0 0 7.0| 0 0 | 0 0 | 18 292 6 18 0 +Jan 14 22:37:53 ubuntu dstat.sh[58095]: 14-01 22:37:53| 26 4 66 3 1|4480M 203M 181M 2894M|5053B 1665B| 766k 3904k|57.1 431 |6725 12k|1.61 1.57 0.97|1.0 0 0| 0 0 | 0 0 | 18 294 6 23 0 +Jan 14 22:37:54 ubuntu dstat.sh[58095]: 14-01 22:37:54| 13 16 68 1 0|4434M 249M 181M 2895M|5083B 1613B| 143k 5078k|2.99 328 |4735 7751 |1.56 1.56 0.98|3.0 0 420| 0 0 | 0 0 | 18 293 6 24 0 +Jan 14 22:37:55 ubuntu dstat.sh[58095]: 14-01 22:37:55| 12 4 71 13 0|4413M 239M 181M 2925M|5162B 1703B| 31M 595k|1733 13.1 |4946 5686 |1.56 1.56 0.98|2.0 0 28| 0 0 | 0 0 | 18 293 6 26 0 +Jan 14 22:37:56 ubuntu dstat.sh[58095]: 14-01 22:37:56| 8 4 75 12 0|4411M 228M 181M 2939M|5815B 2706B| 14M 2079k|1749 55.9 |5002 5820 |1.56 1.56 0.98|2.0 0 6.0| 0 0 | 0 0 | 18 294 6 23 0 +Jan 14 22:37:57 ubuntu dstat.sh[58095]: 14-01 22:37:57| 1 0 96 0 0|4411M 228M 181M 2939M| 26k 3580B| 0 96k| 0 11.0 |1170 1889 |1.56 1.56 0.98|1.0 0 0| 0 0 | 0 0 | 18 294 6 23 0 +Jan 14 22:37:58 ubuntu dstat.sh[58095]: 14-01 22:37:58| 2 1 94 0 0|4411M 227M 181M 2939M| 29k 4703B| 72k 12k|1.00 3.00 |1202 1891 |1.56 1.56 0.98|1.0 0 0| 0 0 | 0 0 | 18 294 6 23 0 +Jan 14 22:37:59 ubuntu dstat.sh[58095]: 14-01 22:37:59| 7 3 89 1 0|4423M 214M 182M 2941M| 155k 3441B|1302k 2061k|39.2 238 |1710 2223 |1.43 1.53 0.97|2.0 0 17| 0 0 | 0 0 | 18 293 6 23 1 +Jan 14 22:38:00 ubuntu dstat.sh[58095]: 14-01 22:38:00| 21 5 70 1 0|4438M 187M 182M 2953M| 46k 1669B| 10M 427k| 241 16.9 |3617 5685 |1.43 1.53 0.97|2.0 0 56| 0 0 | 0 0 | 18 293 6 21 0 +Jan 14 22:38:01 ubuntu dstat.sh[58095]: 14-01 22:38:01| 21 5 71 1 0|4492M 137M 182M 2949M|7412B 1662B|2507k 5047k| 144 115 |2035 2639 |1.43 1.53 0.97|2.0 0 8.0| 0 0 | 0 0 | 18 293 6 21 0 +Jan 14 22:38:02 ubuntu dstat.sh[58095]: 14-01 22:38:02| 18 4 77 0 0|4469M 159M 182M 2950M| 144k 7255B| 148k 65M|9.02 265 |3271 5713 |1.43 1.53 0.97|3.0 0 4.0| 0 0 | 0 0 | 18 293 6 19 0 +Jan 14 22:38:03 ubuntu dstat.sh[58095]: 14-01 22:38:03| 26 3 68 0 0|4473M 154M 182M 2950M|7208B 1693B| 92k 368k|4.00 18.0 | 11k 22k|1.43 1.53 0.97|2.0 0 1.0| 0 0 | 0 0 | 18 293 6 19 0 +Jan 14 22:38:04 ubuntu dstat.sh[58095]: 14-01 22:38:04| 25 3 70 1 0|4445M 182M 182M 2950M|4826B 1531B| 32k 1155k|4.00 79.9 |1987 2967 |1.40 1.52 0.97|3.0 0 7.0| 0 0 | 0 0 | 18 293 6 15 0 +Jan 14 22:38:05 ubuntu dstat.sh[58095]: 14-01 22:38:05| 10 1 88 0 0|4445M 181M 182M 2951M| 605k 15k| 0 1152k| 0 18.1 |1602 2182 |1.40 1.52 0.97|1.0 0 2.0| 0 0 | 0 0 | 18 295 6 15 0 +Jan 14 22:38:06 ubuntu dstat.sh[58095]: 14-01 22:38:06| 15 1 82 1 0|4449M 174M 182M 2953M|1442k 22k| 0 2188k| 0 25.0 |1864 2190 |1.40 1.52 0.97|3.0 0 3.0| 0 0 | 0 0 | 18 295 6 13 0 +Jan 14 22:38:07 ubuntu dstat.sh[58095]: 14-01 22:38:07| 16 4 78 2 0|4462M 151M 182M 2964M|5235k 34k| 12k 82M|1.99 636 |3607 3687 |1.40 1.52 0.97|1.0 0 3.0| 0 0 | 0 0 | 18 295 6 13 0 +Jan 14 22:38:08 ubuntu dstat.sh[58095]: 14-01 22:38:08| 9 1 88 1 1|4461M 150M 182M 2965M| 646k 13k| 0 1511k| 0 37.1 |1736 2559 |1.40 1.52 0.97|2.0 0 4.0| 0 0 | 0 0 | 18 295 6 12 0 +Jan 14 22:38:09 ubuntu dstat.sh[58095]: 14-01 22:38:09| 8 1 89 1 0|4463M 149M 182M 2965M| 273k 9011B| 0 1217k| 0 40.0 |1554 2270 |1.53 1.55 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 295 6 12 0 +Jan 14 22:38:10 ubuntu dstat.sh[58095]: 14-01 22:38:10| 8 0 89 0 0|4462M 148M 183M 2966M| 383k 12k| 0 1364k| 0 44.9 |1707 2536 |1.53 1.55 0.98|2.0 0 2.0| 0 0 | 0 0 | 18 295 6 12 0 +Jan 14 22:38:11 ubuntu dstat.sh[58095]: 14-01 22:38:11| 7 2 89 1 0|4464M 144M 183M 2967M| 868k 13k| 0 2111k| 0 54.0 |1768 2410 |1.53 1.55 0.98|1.0 0 5.0| 0 0 | 0 0 | 18 295 6 11 0 +Jan 14 22:38:12 ubuntu dstat.sh[58095]: 14-01 22:38:12| 10 1 88 0 0|4464M 143M 183M 2968M| 573k 10k| 0 1190k| 0 21.0 |1599 2164 |1.53 1.55 0.98|1.0 0 2.0| 0 0 | 0 0 | 18 295 6 11 0 +Jan 14 22:38:13 ubuntu dstat.sh[58095]: 14-01 22:38:13| 10 2 87 1 0|4468M 135M 183M 2972M|1664k 16k| 0 2830k| 0 38.1 |2149 2774 |1.53 1.55 0.98|2.0 0 6.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:14 ubuntu dstat.sh[58095]: 14-01 22:38:14| 28 3 69 0 0|4473M 136M 183M 2966M| 91k 1820B| 0 653k| 0 29.0 |3080 5011 |1.48 1.54 0.98|2.0 0 2.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:15 ubuntu dstat.sh[58095]: 14-01 22:38:15| 22 1 76 0 0|4473M 136M 183M 2966M| 443k 4296B| 0 766k| 0 23.9 |1915 2631 |1.48 1.54 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:16 ubuntu dstat.sh[58095]: 14-01 22:38:16| 15 1 83 1 0|4474M 135M 183M 2967M|4053k 25k| 0 4625k| 0 46.1 |2422 2460 |1.48 1.54 0.98|2.0 0 5.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:17 ubuntu dstat.sh[58095]: 14-01 22:38:17| 14 4 81 1 1|4480M 151M 183M 2944M| 816k 12k| 0 2945k| 0 160 |2549 3580 |1.48 1.54 0.98|1.0 0 37| 0 0 | 0 0 | 18 295 5 12 0 +Jan 14 22:38:18 ubuntu dstat.sh[58095]: 14-01 22:38:18| 9 4 86 1 0|4480M 152M 184M 2943M| 13M 54k| 0 13M| 0 69.0 |4175 2128 |1.48 1.54 0.98|1.0 0 3.0| 0 0 | 0 0 | 18 295 5 12 0 +Jan 14 22:38:19 ubuntu dstat.sh[58095]: 14-01 22:38:19| 18 2 79 0 0|4489M 139M 184M 2947M|2227k 12k| 0 2530k| 0 11.0 |1891 2292 |1.36 1.51 0.98|2.0 0 1.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:20 ubuntu dstat.sh[58095]: 14-01 22:38:20| 23 1 75 1 0|4489M 136M 184M 2949M|1098k 12k|4085B 2230k|1.00 42.9 |1876 2573 |1.36 1.51 0.98|2.0 0 3.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:21 ubuntu dstat.sh[58095]: 14-01 22:38:21| 21 4 73 1 0|4492M 172M 184M 2912M| 13M 53k| 0 14M| 0 63.9 |4243 2495 |1.36 1.51 0.98|4.0 0 3.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:22 ubuntu dstat.sh[58095]: 14-01 22:38:22| 10 1 88 0 0|4492M 171M 184M 2913M| 333k 11k| 0 1276k| 0 30.0 |1570 2309 |1.36 1.51 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:23 ubuntu dstat.sh[58095]: 14-01 22:38:23| 14 1 83 1 0|4492M 168M 184M 2915M|1054k 15k| 0 2241k| 0 37.0 |1747 2440 |1.36 1.51 0.98|1.0 0 3.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:24 ubuntu dstat.sh[58095]: 14-01 22:38:24| 8 2 88 1 0|4496M 159M 184M 2919M|2339k 14k|4105B 3776k|1.00 91.2 |2442 3466 |1.33 1.50 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:25 ubuntu dstat.sh[58095]: 14-01 22:38:25| 9 2 87 0 0|4499M 155M 184M 2921M| 773k 11k| 0 1838k| 0 44.0 |1590 2360 |1.33 1.50 0.98|2.0 0 4.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:26 ubuntu dstat.sh[58095]: 14-01 22:38:26| 6 1 92 0 0|4499M 155M 185M 2921M| 108k 7771B| 0 676k| 0 18.0 |1255 1946 |1.33 1.50 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 295 5 11 0 +Jan 14 22:38:27 ubuntu dstat.sh[58095]: 14-01 22:38:27| 14 1 83 0 0|4501M 151M 185M 2922M| 637k 12k| 0 1319k| 0 21.0 |1493 2051 |1.33 1.50 0.98|3.0 0 2.0| 0 0 | 0 0 | 18 295 5 9 0 +Jan 14 22:38:28 ubuntu dstat.sh[58095]: 14-01 22:38:28| 30 5 64 1 0|4533M 148M 185M 2894M|1401k 15k| 514k 3368k|4.01 156 |2584 3190 |1.33 1.50 0.98|3.0 0 10| 0 0 | 0 0 | 18 295 5 9 0 +Jan 14 22:38:29 ubuntu dstat.sh[58095]: 14-01 22:38:29| 24 5 69 0 0|4501M 176M 185M 2897M|1782k 11k| 510k 2505k|3.98 25.9 |2135 2504 |1.39 1.51 0.98|2.0 0 7.0| 0 0 | 0 0 | 18 295 5 9 0 +Jan 14 22:38:30 ubuntu dstat.sh[58095]: 14-01 22:38:30| 17 1 80 1 0|4504M 172M 185M 2899M| 696k 15k| 0 2593k| 0 88.9 |2348 3405 |1.39 1.51 0.98|2.0 0 2.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:31 ubuntu dstat.sh[58095]: 14-01 22:38:31| 17 1 80 0 0|4509M 166M 185M 2900M| 635k 8409B| 0 1457k| 0 41.1 |1788 2584 |1.39 1.51 0.98|2.0 0 3.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:32 ubuntu dstat.sh[58095]: 14-01 22:38:32| 21 1 75 1 0|4509M 163M 185M 2901M| 561k 12k| 0 2227k| 0 138 |1956 2481 |1.39 1.51 0.98|3.0 0 6.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:33 ubuntu dstat.sh[58095]: 14-01 22:38:33| 24 1 74 0 0|4519M 152M 186M 2902M| 666k 8476B| 0 2063k| 0 39.0 |1670 2181 |1.39 1.51 0.98|2.0 0 2.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:34 ubuntu dstat.sh[58095]: 14-01 22:38:34| 21 2 74 0 0|4530M 140M 186M 2903M| 567k 10k|4093B 2006k|1.00 69.9 |2041 2942 |1.36 1.50 0.98|3.0 0 3.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:35 ubuntu dstat.sh[58095]: 14-01 22:38:35| 27 1 72 0 0|4516M 155M 186M 2903M|5248B 1626B| 0 88k| 0 5.02 |1298 1899 |1.36 1.50 0.98|3.0 0 1.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:36 ubuntu dstat.sh[58095]: 14-01 22:38:36| 26 4 68 0 0|4546M 140M 186M 2888M|6390B 1696B|4101B 120k|1.00 6.01 | 12k 25k|1.36 1.50 0.98|4.0 0 6.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:37 ubuntu dstat.sh[58095]: 14-01 22:38:37| 24 3 71 0 0|4541M 145M 187M 2886M|7422B 1803B| 124k 8162B|15.9 1.99 |1439 4422 |1.36 1.50 0.98|3.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:38 ubuntu dstat.sh[58095]: 14-01 22:38:38| 25 4 70 0 0|4545M 143M 187M 2882M|5683B 1621B| 12k 12M|1.00 286 |4911 9712 |1.36 1.50 0.98|2.0 0 9.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:39 ubuntu dstat.sh[58095]: 14-01 22:38:39| 28 10 60 0 0|4571M 159M 187M 2841M|5481B 1509B| 0 0 | 0 0 | 30k 65k|1.25 1.48 0.98|2.0 0 3.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:40 ubuntu dstat.sh[58095]: 14-01 22:38:40| 23 6 70 0 0|4559M 134M 188M 2874M|6424B 1564B| 28k 3708k|4.99 28.0 |4546 8170 |1.25 1.48 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:41 ubuntu dstat.sh[58095]: 14-01 22:38:41| 25 3 72 1 0|4546M 177M 188M 2846M|7675B 1628B| 0 864k| 0 25.1 |1798 2622 |1.25 1.48 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:42 ubuntu dstat.sh[58095]: 14-01 22:38:42| 26 2 72 0 0|4546M 177M 188M 2847M|4639B 1614B| 0 20k| 0 4.98 |1397 2004 |1.25 1.48 0.98|2.0 0 1.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:43 ubuntu dstat.sh[58095]: 14-01 22:38:43| 26 1 72 0 0|4546M 177M 188M 2847M|4905B 1615B| 0 3317k| 0 104 |1579 2024 |1.25 1.48 0.98|5.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:44 ubuntu dstat.sh[58095]: 14-01 22:38:44| 26 1 71 0 0|4517M 206M 188M 2847M|4718B 1622B| 20k 3376k|2.00 172 |1949 2991 |1.23 1.47 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:45 ubuntu dstat.sh[58095]: 14-01 22:38:45| 22 4 73 1 0|4527M 170M 188M 2871M|5512B 1698B| 100k 3785k|9.02 155 |1968 2937 |1.23 1.47 0.98|3.0 0 1.0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:46 ubuntu dstat.sh[58095]: 14-01 22:38:46| 23 4 73 1 0|4528M 147M 189M 2889M|5353B 1694B| 0 1796k| 0 66.0 |1599 2508 |1.23 1.47 0.98|3.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:47 ubuntu dstat.sh[58095]: 14-01 22:38:47| 23 4 72 0 0|4528M 141M 190M 2894M|5081B 1457B| 0 22M| 0 118 |1501 2350 |1.23 1.47 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:48 ubuntu dstat.sh[58095]: 14-01 22:38:48| 21 4 72 1 0|4527M 145M 191M 2888M|6904B 1622B| 0 2234k| 0 97.1 |1797 2715 |1.23 1.47 0.98|3.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:49 ubuntu dstat.sh[58095]: 14-01 22:38:49| 22 4 72 1 0|4529M 143M 192M 2885M|5560B 1616B| 0 2294k| 0 65.8 |1754 2702 |1.21 1.46 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:50 ubuntu dstat.sh[58095]: 14-01 22:38:50| 21 6 72 1 0|4528M 146M 196M 2876M|5312B 1628B| 0 6098k| 0 89.4 |1932 2970 |1.21 1.46 0.98|1.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:51 ubuntu dstat.sh[58095]: 14-01 22:38:51| 21 7 71 0 0|4528M 138M 197M 2883M|5282B 1613B| 0 2773k| 0 85.7 |1792 2643 |1.21 1.46 0.98|3.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:52 ubuntu dstat.sh[58095]: 14-01 22:38:52| 21 10 67 2 0|4524M 141M 198M 2882M| 42k 1791B| 0 181M| 0 822 |4026 5058 |1.21 1.46 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:53 ubuntu dstat.sh[58095]: 14-01 22:38:53| 22 5 72 1 0|4521M 146M 199M 2877M|5245B 1513B| 0 3089k| 0 84.0 |1672 2685 |1.21 1.46 0.98|4.0 0 0| 0 0 | 0 0 | 18 295 6 9 0 +Jan 14 22:38:54 ubuntu dstat.sh[58095]: 14-01 22:38:54| 23 5 70 0 0|4519M 142M 202M 2879M|6171B 1618B| 32k 2896k|1.00 106 |2213 3498 |1.19 1.45 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 3 0 +Jan 14 22:38:55 ubuntu dstat.sh[58095]: 14-01 22:38:55| 25 3 72 0 0|4521M 138M 202M 2880M|5192B 1566B| 0 0 | 0 0 |1351 2212 |1.19 1.45 0.98|3.0 0 1.0| 0 0 | 0 0 | 18 295 6 3 0 +Jan 14 22:38:56 ubuntu dstat.sh[58095]: 14-01 22:38:56| 25 2 71 0 0|4541M 138M 202M 2861M|5741B 1620B| 0 2180k| 0 8.00 |1328 1923 |1.19 1.45 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 1 0 +Jan 14 22:38:57 ubuntu dstat.sh[58095]: 14-01 22:38:57| 26 5 69 1 0|4543M 140M 203M 2856M|8596B 1621B| 0 131M| 0 363 |2165 2542 |1.19 1.45 0.98|2.0 0 0| 0 0 | 0 0 | 18 295 6 1 0 +Jan 14 22:38:58 ubuntu dstat.sh[58095]: 14-01 22:38:58| 25 3 70 0 0|4428M 314M 203M 2797M|9576B 1968B| 0 4096B| 0 1.00 |5853 11k|1.19 1.45 0.98|2.0 0 6.0| 0 0 | 0 0 | 18 293 6 1 0 +Jan 14 22:38:59 ubuntu dstat.sh[58095]: 14-01 22:38:59| 27 2 70 0 0|4430M 312M 203M 2797M|8392B 1622B| 0 0 | 0 0 |7235 15k|1.18 1.45 0.98|3.0 0 1.0| 0 0 | 0 0 | 18 293 6 1 0 +Jan 14 22:39:00 ubuntu dstat.sh[58095]: 14-01 22:39:00| 29 8 59 0 0|4443M 299M 203M 2797M| 34k 1511B| 0 2110k| 0 38.0 | 32k 70k|1.18 1.45 0.98|5.0 0 5.0| 0 0 | 0 0 | 18 293 6 1 0 +Jan 14 22:39:01 ubuntu dstat.sh[58095]: 14-01 22:39:01| 24 3 71 0 0|4461M 281M 203M 2797M| 17k 1619B| 0 556k| 0 23.0 |2683 4538 |1.18 1.45 0.98|4.0 0 7.0| 0 0 | 0 0 | 18 293 6 1 0 +Jan 14 22:39:02 ubuntu dstat.sh[58095]: 14-01 22:39:02| 43 6 51 0 0|4194M 547M 203M 2798M|8658B 2190B| 280k 252k|7.00 16.0 |1789 2342 |1.18 1.45 0.98|3.0 0 17| 0 0 | 0 0 | 18 277 6 5 0 +Jan 14 22:39:03 ubuntu dstat.sh[58095]: 14-01 22:39:03| 46 9 45 0 0|4246M 495M 203M 2798M|5559B 1698B| 393k 886k|15.0 172 |1853 2153 |1.18 1.45 0.98|3.0 0 8.0| 0 0 | 0 0 | 18 277 6 5 0 +Jan 14 22:39:04 ubuntu dstat.sh[58095]: 14-01 22:39:04| 71 8 21 0 0|4325M 415M 203M 2799M|5171B 1621B| 416k 496k|26.0 25.0 |2007 2634 |1.32 1.47 0.99|4.0 0 4.0| 0 0 | 0 0 | 18 264 6 7 0 +Jan 14 22:39:05 ubuntu dstat.sh[58095]: 14-01 22:39:05| 71 11 18 0 0|4271M 468M 203M 2801M|4562B 1689B| 163k 32k|20.9 2.99 |4792 9179 |1.32 1.47 0.99|5.0 0 8.0| 0 0 | 0 0 | 18 258 6 14 0 +Jan 14 22:39:06 ubuntu dstat.sh[58095]: 14-01 22:39:06| 65 11 25 1 0|4324M 412M 203M 2803M| 16k 7138B| 654k 542k|56.2 48.2 |4649 11k|1.32 1.47 0.99|6.0 0 9.0| 0 0 | 0 0 | 18 260 6 22 0 +Jan 14 22:39:07 ubuntu dstat.sh[58095]: 14-01 22:39:07| 31 5 63 0 0|4391M 345M 203M 2804M| 121k 59k| 0 596k| 0 47.0 |3104 4895 |1.32 1.47 0.99|1.0 0 1.0| 0 0 | 0 0 | 18 260 6 22 0 +Jan 14 22:39:08 ubuntu dstat.sh[58095]: 14-01 22:39:08| 18 4 73 1 0|4404M 329M 203M 2806M| 120k 56k|1276k 9379k|67.8 846 |6789 11k|1.32 1.47 0.99|2.0 0 1.0| 0 0 | 0 0 | 18 264 6 25 0 +Jan 14 22:39:09 ubuntu dstat.sh[58095]: 14-01 22:39:09| 9 2 89 0 0|4417M 316M 203M 2806M| 48k 21k| 0 0 | 0 0 |1644 2351 |1.22 1.45 0.99|1.0 0 0| 0 0 | 0 0 | 18 268 6 25 0 +Jan 14 22:39:10 ubuntu dstat.sh[58095]: 14-01 22:39:10| 11 3 84 1 0|4426M 307M 203M 2806M| 55k 23k| 0 372k| 0 56.9 |3065 6262 |1.22 1.45 0.99|2.0 0 2.0| 0 0 | 0 0 | 18 274 6 25 0 +Jan 14 22:39:11 ubuntu dstat.sh[58095]: 14-01 22:39:11| 2 1 96 0 0|4426M 307M 203M 2806M| 15k 1695B| 0 560k| 0 14.0 |1278 2096 |1.22 1.45 0.99|2.0 0 0| 0 0 | 0 0 | 18 274 6 25 0 +Jan 14 22:39:12 ubuntu dstat.sh[58095]: 14-01 22:39:12| 1 1 96 0 0|4426M 307M 203M 2806M| 15k 1619B| 0 108k| 0 7.99 |1073 1794 |1.22 1.45 0.99|1.0 0 0| 0 0 | 0 0 | 18 274 6 25 0 +Jan 14 22:39:13 ubuntu dstat.sh[58095]: 14-01 22:39:13| 2 1 96 1 0|4426M 307M 203M 2806M| 12k 1586B| 0 440k| 0 33.0 |1246 2023 |1.22 1.45 0.99|1.0 0 0| 0 0 | 0 0 | 18 274 6 25 0 +Jan 14 22:39:14 ubuntu dstat.sh[58095]: 14-01 22:39:14| 2 0 95 0 0|4426M 307M 203M 2806M|9637B 1621B| 0 208k| 0 10.0 |1267 2385 |1.12 1.42 0.98|1.0 0 0| 0 0 | 0 0 | 18 274 6 25 0 +Jan 14 22:39:15 ubuntu dstat.sh[58095]: 14-01 22:39:15| 1 1 96 0 0|4426M 307M 203M 2806M| 14k 1621B| 0 16k| 0 2.00 |1154 1849 |1.12 1.42 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 274 6 25 0 +Jan 14 22:39:16 ubuntu dstat.sh[58095]: 14-01 22:39:16| 4 1 93 0 0|4426M 307M 203M 2806M|8897B 1620B| 0 4096B| 0 1.00 |1389 2044 |1.12 1.42 0.98|1.0 0 0| 0 0 | 0 0 | 18 274 6 25 0 +Jan 14 22:39:17 ubuntu dstat.sh[58095]: 14-01 22:39:17| 10 5 84 0 0|4437M 295M 203M 2806M| 13k 1711B| 0 0 | 0 0 |2894 5689 |1.12 1.42 0.98|1.0 0 34| 0 0 | 0 0 | 18 274 6 26 0 +Jan 14 22:39:18 ubuntu dstat.sh[58095]: 14-01 22:39:18| 5 1 93 0 0|4438M 295M 203M 2806M| 13k 1621B| 0 144k| 0 10.0 |1588 2497 |1.12 1.42 0.98|1.0 0 0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:19 ubuntu dstat.sh[58095]: 14-01 22:39:19| 3 1 96 0 0|4438M 295M 203M 2806M|7214B 1622B| 0 24k| 0 3.00 |1278 2068 |1.03 1.40 0.98|1.0 0 0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:20 ubuntu dstat.sh[58095]: 14-01 22:39:20| 3 0 94 0 0|4438M 295M 203M 2806M|4982B 1512B| 0 200k| 0 34.0 |1554 2730 |1.03 1.40 0.98|1.0 0 0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:21 ubuntu dstat.sh[58095]: 14-01 22:39:21| 2 1 96 0 0|4438M 295M 203M 2806M|5208B 1618B| 0 507k| 0 39.0 |1252 2115 |1.03 1.40 0.98|2.0 0 0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:22 ubuntu dstat.sh[58095]: 14-01 22:39:22| 1 0 96 0 0|4438M 295M 203M 2806M| 42k 1662B| 0 4096B| 0 1.00 |1101 1828 |1.03 1.40 0.98|1.0 0 0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:23 ubuntu dstat.sh[58095]: 14-01 22:39:23| 2 1 95 0 0|4440M 293M 203M 2806M|5175B 1620B| 0 22M| 0 57.0 |1266 2083 |1.03 1.40 0.98|1.0 0 0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:24 ubuntu dstat.sh[58095]: 14-01 22:39:24| 3 1 94 0 0|4440M 293M 203M 2806M|4858B 1568B| 0 965k| 0 39.1 |1468 2413 |0.95 1.38 0.97|1.0 0 0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:25 ubuntu dstat.sh[58095]: 14-01 22:39:25| 2 0 96 0 0|4440M 293M 203M 2806M|5842B 1693B| 0 32k| 0 4.00 |1064 1785 |0.95 1.38 0.97|1.0 0 1.0| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:26 ubuntu dstat.sh[58095]: 14-01 22:39:26| 7 11 82 0 0|4453M 280M 203M 2806M|4792B 1695B| 16k 0 |3.00 0 |2757 4701 |0.95 1.38 0.97|2.0 0 382| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:27 ubuntu dstat.sh[58095]: 14-01 22:39:27| 10 18 71 0 0|4456M 277M 203M 2806M|5458B 1510B| 0 0 | 0 0 |3503 6022 |0.95 1.38 0.97|2.0 0 450| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:28 ubuntu dstat.sh[58095]: 14-01 22:39:28| 10 21 68 1 0|4461M 271M 203M 2806M|5123B 1625B|8215B 69M|1.00 750 |5614 8003 |0.95 1.38 0.97|2.0 0 618| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:29 ubuntu dstat.sh[58095]: 14-01 22:39:29| 8 20 69 0 0|4461M 271M 203M 2806M|5443B 1619B| 204k 0 |7.00 0 |3790 6365 |0.87 1.35 0.96|3.0 0 543| 0 0 | 0 0 | 18 274 6 27 0 +Jan 14 22:39:30 ubuntu dstat.sh[58095]: 14-01 22:39:30| 16 5 78 0 0|4476M 256M 203M 2806M| 42k 2270B| 375k 1690k|6.99 49.9 |3241 5361 |0.87 1.35 0.96|1.0 0 75| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:31 ubuntu dstat.sh[58095]: 14-01 22:39:31| 2 1 96 0 0|4476M 255M 203M 2807M| 143k 5772B| 0 360k| 0 22.0 |1331 2009 |0.87 1.35 0.96|1.0 0 0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:32 ubuntu dstat.sh[58095]: 14-01 22:39:32| 3 1 94 0 0|4477M 255M 203M 2807M| 406k 12k| 0 0 | 0 0 |1577 2073 |0.87 1.35 0.96|1.0 0 0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:33 ubuntu dstat.sh[58095]: 14-01 22:39:33| 3 2 94 0 0|4476M 255M 203M 2808M| 741k 23k| 0 232k| 0 2.00 |1871 2318 |0.87 1.35 0.96|2.0 0 0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:34 ubuntu dstat.sh[58095]: 14-01 22:39:34| 4 1 93 0 0|4476M 254M 203M 2808M| 655k 23k| 0 1996k| 0 19.0 |2053 2405 |0.88 1.35 0.97|1.0 0 0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:35 ubuntu dstat.sh[58095]: 14-01 22:39:35| 3 1 96 0 0|4477M 253M 203M 2808M| 338k 8924B| 0 0 | 0 0 |1480 1990 |0.88 1.35 0.97|2.0 0 1.0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:36 ubuntu dstat.sh[58095]: 14-01 22:39:36| 4 1 93 0 0|4477M 252M 203M 2809M| 838k 21k| 0 1123k| 0 1.00 |2148 2441 |0.88 1.35 0.97|1.0 0 0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:37 ubuntu dstat.sh[58095]: 14-01 22:39:37| 3 1 95 0 0|4478M 251M 203M 2810M| 293k 7826B| 0 420k| 0 11.0 |1501 2121 |0.88 1.35 0.97|2.0 0 0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:38 ubuntu dstat.sh[58095]: 14-01 22:39:38| 3 1 93 1 0|4478M 251M 203M 2810M| 399k 13k| 0 2252k| 0 90.2 |1896 2561 |0.88 1.35 0.97|2.0 0 0| 0 0 | 0 0 | 18 275 6 27 0 +Jan 14 22:39:39 ubuntu dstat.sh[58095]: 14-01 22:39:39| 3 2 94 0 0|4486M 243M 203M 2810M| 312k 11k|4099B 308k|1.00 5.00 |1512 1953 |0.81 1.32 0.96|2.0 0 0| 0 0 | 0 0 | 18 274 6 28 0 +Jan 14 22:39:40 ubuntu dstat.sh[58095]: 14-01 22:39:40| 15 10 68 5 0|4497M 208M 204M 2833M|5428B 1619B|6713k 20M| 394 556 |7427 12k|0.81 1.32 0.96|1.0 1.0 68| 0 0 | 0 0 | 18 274 6 28 0 +Jan 14 22:39:41 ubuntu dstat.sh[58095]: 14-01 22:39:41| 12 13 69 5 0|4490M 207M 204M 2840M|6463B 1583B| 0 16M| 0 1679 |8402 12k|0.81 1.32 0.96|2.0 0 132| 0 0 | 0 0 | 18 274 6 28 0 +Jan 14 22:39:42 ubuntu dstat.sh[58095]: 14-01 22:39:42| 22 8 68 1 1|4506M 190M 204M 2840M|8030B 1623B| 0 1478k| 0 90.1 |2481 3278 |0.81 1.32 0.96|3.0 0 60| 0 0 | 0 0 | 18 274 6 28 0 +Jan 14 22:39:43 ubuntu dstat.sh[58095]: 14-01 22:39:43| 23 8 67 1 0|4507M 188M 204M 2841M|5406B 1624B| 0 1556k| 0 89.2 |2502 3422 |0.81 1.32 0.96|1.0 0 60| 0 0 | 0 0 | 18 274 5 28 0 +Jan 14 22:39:44 ubuntu dstat.sh[58095]: 14-01 22:39:44| 24 7 68 0 0|4512M 180M 205M 2843M|5567B 1661B| 0 1367k| 0 59.9 |2490 3525 |0.83 1.32 0.96|2.0 0 46| 0 0 | 0 0 | 18 274 5 28 0 +Jan 14 22:39:45 ubuntu dstat.sh[58095]: 14-01 22:39:45| 15 11 71 3 0|4505M 171M 204M 2860M|5399B 1622B|1946k 40M| 461 512 |3377 4029 |0.83 1.32 0.96|4.0 0 27| 0 0 | 0 0 | 18 274 5 28 0 +Jan 14 22:39:46 ubuntu dstat.sh[58095]: 14-01 22:39:46| 18 8 73 0 0|4523M 151M 204M 2860M|7161B 1662B| 12k 0 |1.00 0 |1570 2256 |0.83 1.32 0.96|1.0 0 20| 0 0 | 0 0 | 18 274 5 28 0 +Jan 14 22:39:47 ubuntu dstat.sh[58095]: 14-01 22:39:47| 24 16 58 1 0|4513M 159M 205M 2862M|8236B 2668B|2654k 0 | 107 0 |6736 11k|0.83 1.32 0.96|1.0 0 92| 0 0 | 0 0 | 18 274 5 28 0 +Jan 14 22:39:48 ubuntu dstat.sh[58095]: 14-01 22:39:48| 31 6 62 0 0|4196M 475M 205M 2863M|7095B 1655B| 463k 0 |41.9 0 |1588 2243 |0.83 1.32 0.96|5.0 0 22| 0 0 | 0 0 | 18 266 5 32 0 +Jan 14 22:39:49 ubuntu dstat.sh[58095]: 14-01 22:39:49| 46 6 48 0 0|4287M 383M 205M 2863M|7514B 1660B| 132k 0 |18.0 0 |1764 2118 |0.92 1.33 0.97|5.0 0 14| 0 0 | 0 0 | 18 266 5 32 0 +Jan 14 22:39:50 ubuntu dstat.sh[58095]: 14-01 22:39:50| 44 10 42 0 0|4368M 301M 205M 2864M|6803B 1661B| 284k 1195k|16.0 58.0 |2651 4881 |0.92 1.33 0.97|3.0 0 28| 0 0 | 0 0 | 18 276 5 36 0 +Jan 14 22:39:51 ubuntu dstat.sh[58095]: 14-01 22:39:51| 15 6 78 1 0|4137M 587M 205M 2811M|7331B 2250B| 524k 3983k|19.0 461 |2721 3312 |0.92 1.33 0.97|1.0 0 28| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:52 ubuntu dstat.sh[58095]: 14-01 22:39:52| 3 0 97 0 0|4137M 587M 205M 2811M| 42k 1789B| 0 8195B| 0 2.00 |1135 1727 |0.92 1.33 0.97|1.0 0 0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:53 ubuntu dstat.sh[58095]: 14-01 22:39:53| 1 1 96 0 0|4137M 587M 205M 2811M|5601B 1730B| 0 0 | 0 0 |1091 1790 |0.92 1.33 0.97|1.0 0 0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:54 ubuntu dstat.sh[58095]: 14-01 22:39:54| 2 1 95 0 0|4137M 587M 205M 2811M|5505B 1697B| 0 761k| 0 38.1 |1470 2402 |1.17 1.37 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:55 ubuntu dstat.sh[58095]: 14-01 22:39:55| 2 1 97 0 0|4137M 587M 205M 2811M|4771B 1458B| 0 48k| 0 4.00 |1123 1875 |1.17 1.37 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:56 ubuntu dstat.sh[58095]: 14-01 22:39:56| 2 0 96 0 0|4137M 587M 205M 2811M|7767B 1619B| 0 0 | 0 0 |1117 1822 |1.17 1.37 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:57 ubuntu dstat.sh[58095]: 14-01 22:39:57| 2 0 97 0 0|4137M 587M 205M 2811M|5467B 1619B| 0 4094B| 0 1.00 |1004 1678 |1.17 1.37 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:58 ubuntu dstat.sh[58095]: 14-01 22:39:58| 2 1 96 0 0|4137M 587M 205M 2811M|6086B 1785B| 0 0 | 0 0 |1052 1734 |1.17 1.37 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:39:59 ubuntu dstat.sh[58095]: 14-01 22:39:59| 2 1 96 0 0|4137M 587M 205M 2811M|6185B 1620B| 0 0 | 0 0 |1062 1763 |1.07 1.35 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 5 40 0 +Jan 14 22:40:00 ubuntu dstat.sh[58095]: 14-01 22:40:00| 3 1 94 0 0|4137M 587M 205M 2811M| 38k 1887B| 0 560k| 0 50.0 |1840 3159 |1.07 1.35 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 40 0 +Jan 14 22:40:01 ubuntu dstat.sh[58095]: 14-01 22:40:01| 3 0 95 0 0|4137M 587M 205M 2811M| 13k 1694B| 0 520k| 0 41.0 |1388 2358 |1.07 1.35 0.98|2.0 0 0| 0 0 | 0 0 | 18 268 6 40 0 +Jan 14 22:40:02 ubuntu dstat.sh[58095]: 14-01 22:40:02| 2 1 96 0 0|4137M 587M 205M 2811M|5092B 1528B| 0 0 | 0 0 |1084 1819 |1.07 1.35 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 40 0 +Jan 14 22:40:03 ubuntu dstat.sh[58095]: 14-01 22:40:03| 2 0 97 0 0|4137M 587M 205M 2811M|7265B 1696B| 0 4100B| 0 1.00 |1064 1799 |1.07 1.35 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 36 0 +Jan 14 22:40:04 ubuntu dstat.sh[58095]: 14-01 22:40:04| 3 1 96 0 0|4137M 587M 205M 2811M|7981B 1620B| 0 276k| 0 27.0 |1193 1932 |1.07 1.35 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 36 0 +Jan 14 22:40:05 ubuntu dstat.sh[58095]: 14-01 22:40:05| 2 0 96 0 0|4137M 587M 205M 2811M|5007B 1619B| 0 0 | 0 0 |1068 1792 |1.07 1.35 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 268 6 27 0 +Jan 14 22:40:06 ubuntu dstat.sh[58095]: 14-01 22:40:06| 2 0 96 0 0|4137M 587M 205M 2811M| 10k 3723B| 0 0 | 0 0 |1125 1817 |1.07 1.35 0.98|1.0 0 0| 0 0 | 0 0 | 18 269 6 27 0 +Jan 14 22:40:07 ubuntu dstat.sh[58095]: 14-01 22:40:07| 3 1 97 0 0|4137M 587M 205M 2811M|7926B 1695B| 0 0 | 0 0 |1054 1724 |1.07 1.35 0.98|1.0 0 0| 0 0 | 0 0 | 18 269 6 19 0 +Jan 14 22:40:08 ubuntu dstat.sh[58095]: 14-01 22:40:08| 4 1 94 0 0|4137M 587M 205M 2811M| 22k 8831B| 0 100k| 0 14.0 |1482 2349 |1.07 1.35 0.98|2.0 0 0| 0 0 | 0 0 | 18 268 6 19 0 +Jan 14 22:40:09 ubuntu dstat.sh[58095]: 14-01 22:40:09| 3 1 95 0 0|4137M 587M 205M 2811M|5619B 1460B| 0 184k| 0 12.0 |1271 1987 |1.06 1.34 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:10 ubuntu dstat.sh[58095]: 14-01 22:40:10| 4 1 94 0 0|4137M 587M 205M 2811M|7852B 1620B| 0 264k| 0 43.0 |1660 2864 |1.06 1.34 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:11 ubuntu dstat.sh[58095]: 14-01 22:40:11| 2 1 96 0 0|4137M 587M 205M 2811M| 13k 1621B| 0 480k| 0 42.0 |1425 2228 |1.06 1.34 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:12 ubuntu dstat.sh[58095]: 14-01 22:40:12| 2 1 96 0 0|4137M 587M 205M 2811M| 14k 1621B| 0 0 | 0 0 |1098 1725 |1.06 1.34 0.98|1.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:13 ubuntu dstat.sh[58095]: 14-01 22:40:13| 4 1 94 0 0|4137M 587M 205M 2811M|5935B 1620B| 0 32k| 0 3.00 |1313 2147 |1.06 1.34 0.98|2.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:14 ubuntu dstat.sh[58095]: 14-01 22:40:14| 5 2 92 0 0|4137M 587M 205M 2811M| 16k 1616B| 0 40k| 0 1.00 |2464 4618 |0.98 1.32 0.97|1.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:15 ubuntu dstat.sh[58095]: 14-01 22:40:15| 4 2 93 0 1|4137M 587M 205M 2811M|9375B 1588B| 0 100k| 0 7.01 |1465 2252 |0.98 1.32 0.97|1.0 0 1.0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:16 ubuntu dstat.sh[58095]: 14-01 22:40:16| 3 1 95 1 0|4137M 587M 205M 2811M|5264B 1694B| 0 23M| 0 313 |1443 1973 |0.98 1.32 0.97|3.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:17 ubuntu dstat.sh[58095]: 14-01 22:40:17| 6 2 89 0 0|4118M 606M 205M 2811M| 13k 1566B| 0 0 | 0 0 |1876 3778 |0.98 1.32 0.97|1.0 0 34| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:18 ubuntu dstat.sh[58095]: 14-01 22:40:18| 4 2 94 1 0|4118M 606M 205M 2811M| 10k 1711B| 0 208k| 0 21.0 |1643 2420 |0.98 1.32 0.97|1.0 0 2.0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:19 ubuntu dstat.sh[58095]: 14-01 22:40:19| 2 0 97 0 0|4118M 606M 205M 2811M|5285B 1621B| 0 0 | 0 0 |1061 1738 |0.90 1.30 0.97|1.0 0 0| 0 0 | 0 0 | 18 268 6 16 0 +Jan 14 22:40:20 ubuntu dstat.sh[58095]: 14-01 22:40:20| 3 1 94 0 0|4118M 606M 205M 2811M|6841B 1690B| 0 464k| 0 55.0 |1553 2683 |0.90 1.30 0.97|1.0 0 0| 0 0 | 0 0 | 18 268 6 14 0 +Jan 14 22:40:21 ubuntu dstat.sh[58095]: 14-01 22:40:21| 13 3 81 1 0|4149M 572M 205M 2812M|4914B 1619B|1343k 1987k| 111 161 |1803 2520 |0.90 1.30 0.97|3.0 0 7.0| 0 0 | 0 0 | 18 268 6 14 0 +Jan 14 22:40:22 ubuntu dstat.sh[58095]: 14-01 22:40:22| 26 3 71 0 0|4163M 558M 205M 2813M| 43k 1584B| 12k 200k|3.00 12.0 |2595 4700 |0.90 1.30 0.97|3.0 0 7.0| 0 0 | 0 0 | 18 272 6 14 0 +Jan 14 22:40:23 ubuntu dstat.sh[58095]: 14-01 22:40:23| 24 4 72 0 0|4168M 553M 205M 2813M|5432B 1627B| 16k 217k|1.00 25.1 |1987 3092 |0.90 1.30 0.97|5.0 0 8.0| 0 0 | 0 0 | 18 276 6 14 0 +Jan 14 22:40:24 ubuntu dstat.sh[58095]: 14-01 22:40:24| 30 4 64 0 0|4164M 557M 205M 2813M|5019B 1563B| 0 599k| 0 84.8 |2983 5211 |0.91 1.29 0.97|2.0 0 7.0| 0 0 | 0 0 | 18 277 6 15 0 +Jan 14 22:40:25 ubuntu dstat.sh[58095]: 14-01 22:40:25| 24 4 71 0 0|4150M 571M 205M 2813M|5441B 1620B| 0 2587k| 0 187 |2597 4558 |0.91 1.29 0.97|3.0 0 13| 0 0 | 0 0 | 18 276 6 16 0 +Jan 14 22:40:26 ubuntu dstat.sh[58095]: 14-01 22:40:26| 39 5 55 0 0|4146M 575M 205M 2813M|5297B 1624B| 0 337k| 0 31.1 |2294 3510 |0.91 1.29 0.97|5.0 0 21| 0 0 | 0 0 | 18 272 6 16 0 +Jan 14 22:40:27 ubuntu dstat.sh[58095]: 14-01 22:40:27| 82 10 7 0 0|3820M 900M 205M 2813M| 14k 5841B|8191B 172k|2.00 16.0 |2045 2402 |0.91 1.29 0.97|5.0 0 10| 0 0 | 0 0 | 18 259 6 18 0 +Jan 14 22:40:28 ubuntu dstat.sh[58095]: 14-01 22:40:28| 86 14 0 0 0|4011M 709M 205M 2814M| 17k 6448B| 396k 784k|25.0 58.0 |2399 3055 |0.91 1.29 0.97|5.0 0 8.0| 0 0 | 0 0 | 18 258 6 18 0 +Jan 14 22:40:29 ubuntu dstat.sh[58095]: 14-01 22:40:29| 81 14 3 0 0|4107M 610M 205M 2818M|5974B 1512B| 780k 236k|67.0 30.0 |4409 15k|1.31 1.37 1.00|8.0 0 4.0| 0 0 | 0 0 | 18 268 6 28 0 +Jan 14 22:40:30 ubuntu dstat.sh[58095]: 14-01 22:40:30| 35 7 56 0 0|4091M 625M 205M 2818M| 54k 19k| 0 692k| 0 42.0 |3834 6579 |1.31 1.37 1.00|2.0 0 0| 0 0 | 0 0 | 18 264 6 28 0 +Jan 14 22:40:31 ubuntu dstat.sh[58095]: 14-01 22:40:31| 23 4 72 0 0|4018M 698M 205M 2818M| 32k 1854B| 52k 116k|3.99 11.0 |1600 2336 |1.31 1.37 1.00|3.0 0 9.0| 0 0 | 0 0 | 18 258 6 28 0 +Jan 14 22:40:32 ubuntu dstat.sh[58095]: 14-01 22:40:32| 25 6 67 1 0|4083M 632M 205M 2819M| 40k 21k| 152k 8943k|6.02 989 |5862 7234 |1.31 1.37 1.00|2.0 0 3.0| 0 0 | 0 0 | 18 260 6 34 0 +Jan 14 22:40:33 ubuntu dstat.sh[58095]: 14-01 22:40:33| 9 2 88 0 0|4084M 631M 205M 2819M| 112k 53k| 0 725k| 0 34.9 |2186 2693 |1.31 1.37 1.00|3.0 0 0| 0 0 | 0 0 | 18 260 6 34 0 +Jan 14 22:40:34 ubuntu dstat.sh[58095]: 14-01 22:40:34| 10 3 87 0 1|4088M 627M 205M 2819M| 112k 53k| 0 269k| 0 37.1 |2339 2892 |1.21 1.35 0.99|4.0 0 0| 0 0 | 0 0 | 18 263 6 34 0 +Jan 14 22:40:35 ubuntu dstat.sh[58095]: 14-01 22:40:35| 10 2 86 0 0|4106M 609M 205M 2819M| 59k 26k| 0 100k| 0 14.9 |2662 4344 |1.21 1.35 0.99|1.0 0 3.0| 0 0 | 0 0 | 18 272 6 34 0 +Jan 14 22:40:36 ubuntu dstat.sh[58095]: 14-01 22:40:36| 4 1 93 0 0|4107M 608M 205M 2819M| 32k 13k| 0 84k| 0 9.01 |1496 2189 |1.21 1.35 0.99|1.0 0 0| 0 0 | 0 0 | 18 270 6 34 0 +Jan 14 22:40:37 ubuntu dstat.sh[58095]: 14-01 22:40:37| 2 1 96 0 0|4107M 608M 205M 2819M|5111B 1662B| 0 4675k| 0 348 |1582 1770 |1.21 1.35 0.99|1.0 0 0| 0 0 | 0 0 | 18 270 6 34 0 +Jan 14 22:40:38 ubuntu dstat.sh[58095]: 14-01 22:40:38| 1 1 96 0 0|4107M 608M 205M 2819M|5474B 1620B| 0 384k| 0 25.0 |1086 1861 |1.21 1.35 0.99|1.0 0 0| 0 0 | 0 0 | 18 270 6 34 0 +Jan 14 22:40:39 ubuntu dstat.sh[58095]: 14-01 22:40:39| 2 1 96 0 0|4107M 608M 205M 2819M|7247B 1640B| 0 24k| 0 5.00 |1149 1909 |1.11 1.32 0.98|2.0 0 0| 0 0 | 0 0 | 18 270 6 34 0 +Jan 14 22:40:40 ubuntu dstat.sh[58095]: 14-01 22:40:40| 2 1 96 0 0|4107M 608M 205M 2819M|5436B 1692B| 0 144k| 0 23.0 |1343 2291 |1.11 1.32 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:41 ubuntu dstat.sh[58095]: 14-01 22:40:41| 3 1 95 0 0|4107M 608M 205M 2819M|5624B 1694B| 0 432k| 0 35.0 |1347 2240 |1.11 1.32 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:42 ubuntu dstat.sh[58095]: 14-01 22:40:42| 2 1 96 0 0|4107M 608M 205M 2819M|7541B 1512B| 0 0 | 0 0 |1021 1714 |1.11 1.32 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:43 ubuntu dstat.sh[58095]: 14-01 22:40:43| 1 1 96 0 0|4107M 608M 205M 2819M|5374B 1693B| 0 32k| 0 4.00 | 993 1683 |1.11 1.32 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:44 ubuntu dstat.sh[58095]: 14-01 22:40:44| 1 1 97 0 0|4107M 608M 205M 2819M|5451B 1620B| 0 0 | 0 0 |1034 1748 |1.02 1.30 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:45 ubuntu dstat.sh[58095]: 14-01 22:40:45| 2 1 96 0 0|4107M 608M 205M 2819M|5448B 1620B| 0 8192B| 0 2.00 |1086 1786 |1.02 1.30 0.98|2.0 0 1.0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:46 ubuntu dstat.sh[58095]: 14-01 22:40:46| 3 1 95 1 0|4108M 607M 205M 2819M|6984B 1692B| 0 416k| 0 42.0 |1592 2666 |1.02 1.30 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:47 ubuntu dstat.sh[58095]: 14-01 22:40:47| 1 0 96 0 0|4108M 607M 205M 2819M|5286B 1714B| 0 1440k| 0 3.00 |1047 1794 |1.02 1.30 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 33 0 +Jan 14 22:40:48 ubuntu dstat.sh[58095]: 14-01 22:40:48| 1 1 96 0 0|4108M 607M 205M 2819M|6300B 1620B| 0 84k| 0 6.00 |1034 1685 |1.02 1.30 0.98|1.0 0 0| 0 0 | 0 0 | 18 270 6 29 0 +Jan 14 22:40:49 ubuntu dstat.sh[58095]: 14-01 22:40:49| 2 1 96 0 0|4108M 607M 205M 2819M|5504B 1511B| 0 28k| 0 4.00 |1089 1644 |0.94 1.28 0.97|1.0 0 0| 0 0 | 0 0 | 18 270 6 29 0 +Jan 14 22:40:50 ubuntu dstat.sh[58095]: 14-01 22:40:50| 3 0 95 0 0|4108M 607M 205M 2819M|5587B 1620B| 0 176k| 0 18.0 |1247 2099 |0.94 1.28 0.97|1.0 0 0| 0 0 | 0 0 | 18 270 6 25 0 +Jan 14 22:40:51 ubuntu dstat.sh[58095]: 14-01 22:40:51| 24 10 64 0 1|3930M 784M 205M 2820M|5590B 1859B| 620k 552k|37.0 57.0 |2719 4454 |0.94 1.28 0.97|2.0 0 76| 0 0 | 0 0 | 18 222 6 33 0 +Jan 14 22:40:52 ubuntu dstat.sh[58095]: 14-01 22:40:52| 41 12 47 0 0|3988M 726M 205M 2820M| 44k 2215B| 0 1032k| 0 123 |2259 3089 |0.94 1.28 0.97|5.0 0 0| 0 0 | 0 0 | 18 222 6 29 0 +Jan 14 22:40:53 ubuntu dstat.sh[58095]: 14-01 22:40:53| 43 11 46 0 0|3890M 824M 205M 2820M|4989B 1624B| 0 0 | 0 0 |2085 3566 |0.94 1.28 0.97|5.0 0 5.0| 0 0 | 0 0 | 18 222 6 37 0 +Jan 14 22:40:54 ubuntu dstat.sh[58095]: 14-01 22:40:54| 20 6 72 0 0|3890M 824M 205M 2820M| 16k 1617B| 0 519k| 0 25.9 |1429 2013 |0.94 1.27 0.97|2.0 0 0| 0 0 | 0 0 | 18 222 6 37 0 +Jan 14 22:40:55 ubuntu dstat.sh[58095]: 14-01 22:40:55| 21 6 73 0 0|3890M 824M 205M 2820M|5062B 1641B| 0 24k| 0 4.00 |1302 1813 |0.94 1.27 0.97|2.0 0 1.0| 0 0 | 0 0 | 18 222 6 37 0 +Jan 14 22:40:56 ubuntu dstat.sh[58095]: 14-01 22:40:56| 21 6 72 0 0|3890M 824M 205M 2820M|6351B 1809B| 0 436k| 0 44.0 |1738 2524 |0.94 1.27 0.97|4.0 0 0| 0 0 | 0 0 | 18 222 6 37 0 +Jan 14 22:40:57 ubuntu dstat.sh[58095]: 14-01 22:40:57| 20 6 73 0 0|3890M 824M 205M 2820M|7298B 1690B| 0 24k| 0 4.00 |1290 1768 |0.94 1.27 0.97|2.0 0 0| 0 0 | 0 0 | 18 222 6 37 0 +Jan 14 22:40:58 ubuntu dstat.sh[58095]: 14-01 22:40:58| 22 5 72 0 0|3890M 824M 205M 2820M|6657B 1619B| 0 152k| 0 13.0 |1460 2045 |0.94 1.27 0.97|5.0 0 0| 0 0 | 0 0 | 18 222 6 37 0 +Jan 14 22:40:59 ubuntu dstat.sh[58095]: 14-01 22:40:59| 22 7 71 0 0|3731M 983M 205M 2820M|6604B 1621B| 0 172k| 0 17.0 |1738 2595 |0.95 1.27 0.97|2.0 0 8.0| 0 0 | 0 0 | 17 205 6 39 0 +Jan 14 22:41:00 ubuntu dstat.sh[58095]: 14-01 22:41:00| 23 4 71 0 0|3786M 928M 205M 2820M| 28k 1619B| 28k 312k|7.00 28.0 |1639 3026 |0.95 1.27 0.97|5.0 0 2.0| 0 0 | 0 0 | 17 205 6 39 0 +Jan 14 22:41:01 ubuntu dstat.sh[58095]: 14-01 22:41:01| 23 3 71 1 0|3826M 887M 205M 2822M| 23k 1710B|1052k 104k| 133 14.0 |1786 3895 |0.95 1.27 0.97|2.0 0 0| 0 0 | 0 0 | 17 207 6 39 0 +Jan 14 22:41:02 ubuntu dstat.sh[58095]: 14-01 22:41:02| 31 7 61 0 0|3914M 797M 205M 2824M|6386B 1516B| 477k 393k|10.0 23.1 |3977 12k|0.95 1.27 0.97|7.0 0 6.0| 0 0 | 0 0 | 18 219 6 45 0 +Jan 14 22:41:03 ubuntu dstat.sh[58095]: 14-01 22:41:03| 30 6 63 0 0|3989M 720M 205M 2825M|4671B 1636B| 702k 1125k| 102 89.8 |4234 11k|0.95 1.27 0.97|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:04 ubuntu dstat.sh[58095]: 14-01 22:41:04| 2 1 96 0 0|3989M 720M 205M 2825M|4569B 1760B| 0 72k| 0 6.00 |1112 2019 |0.87 1.25 0.97|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:05 ubuntu dstat.sh[58095]: 14-01 22:41:05| 4 0 94 0 0|3989M 719M 205M 2825M|6514B 1693B| 0 28k| 0 4.00 |1226 1957 |0.87 1.25 0.97|1.0 0 1.0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:06 ubuntu dstat.sh[58095]: 14-01 22:41:06| 3 1 95 0 0|3990M 719M 205M 2825M|5401B 1619B| 0 176k| 0 24.0 |1401 2395 |0.87 1.25 0.97|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:07 ubuntu dstat.sh[58095]: 14-01 22:41:07| 3 1 94 0 0|3990M 718M 205M 2825M|5575B 1620B| 0 64k| 0 9.00 |1270 2159 |0.87 1.25 0.97|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:08 ubuntu dstat.sh[58095]: 14-01 22:41:08| 3 1 94 2 0|3991M 718M 205M 2825M|5854B 1620B| 0 7750k| 0 770 |2492 2035 |0.87 1.25 0.97|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:09 ubuntu dstat.sh[58095]: 14-01 22:41:09| 4 1 94 0 0|3991M 718M 205M 2825M|7594B 1458B| 0 12k| 0 3.00 |1340 2135 |0.80 1.23 0.96|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:10 ubuntu dstat.sh[58095]: 14-01 22:41:10| 3 1 94 0 0|3991M 717M 205M 2825M|8137B 1621B| 32k 140k|2.00 17.0 |1492 2468 |0.80 1.23 0.96|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:11 ubuntu dstat.sh[58095]: 14-01 22:41:11| 2 1 96 0 0|3991M 717M 205M 2825M| 15k 1710B| 0 76k| 0 12.0 |1304 2127 |0.80 1.23 0.96|1.0 0 0| 0 0 | 0 0 | 18 232 6 49 0 +Jan 14 22:41:12 ubuntu dstat.sh[58095]: 14-01 22:41:12| 4 1 94 0 0|3995M 714M 205M 2825M| 10k 1694B| 0 64k| 0 7.00 |1266 1944 |0.80 1.23 0.96|1.0 0 0| 0 0 | 0 0 | 18 234 6 49 0 +Jan 14 22:41:13 ubuntu dstat.sh[58095]: 14-01 22:41:13| 28 3 69 1 0|4006M 703M 205M 2826M|6502B 1621B| 16k 2693k|1.00 157 |4601 7997 |0.80 1.23 0.96|3.0 0 0| 0 0 | 0 0 | 18 240 5 49 0 +Jan 14 22:41:14 ubuntu dstat.sh[58095]: 14-01 22:41:14| 6 2 91 0 0|4008M 701M 205M 2826M| 16k 1618B| 16k 44k|2.00 3.00 |1628 2616 |0.74 1.21 0.96|1.0 0 0| 0 0 | 0 0 | 18 240 5 49 0 +Jan 14 22:41:15 ubuntu dstat.sh[58095]: 14-01 22:41:15| 3 0 95 0 0|4008M 701M 205M 2826M| 15k 1620B| 0 4095B| 0 1.00 |1315 1967 |0.74 1.21 0.96|2.0 0 1.0| 0 0 | 0 0 | 18 240 5 49 0 +Jan 14 22:41:16 ubuntu dstat.sh[58095]: 14-01 22:41:16| 2 1 95 0 1|4008M 701M 205M 2826M|6105B 1457B| 0 228k| 0 29.0 |1495 2570 |0.74 1.21 0.96|1.0 0 0| 0 0 | 0 0 | 18 240 5 49 0 +Jan 14 22:41:17 ubuntu dstat.sh[58095]: 14-01 22:41:17| 6 3 89 0 0|4015M 694M 205M 2826M| 13k 1626B| 0 80k| 0 12.0 |1834 4206 |0.74 1.21 0.96| 0 0 36| 0 0 | 0 0 | 18 244 5 50 0 +Jan 14 22:41:18 ubuntu dstat.sh[58095]: 14-01 22:41:18| 2 0 95 0 0|4015M 694M 205M 2826M| 14k 1613B| 0 1346k| 0 35.8 |1290 2026 |0.74 1.21 0.96|3.0 0 2.0| 0 0 | 0 0 | 18 248 5 50 0 +Jan 14 22:41:19 ubuntu dstat.sh[58095]: 14-01 22:41:19| 2 1 96 0 0|4015M 694M 205M 2826M|5552B 1761B| 0 32k| 0 5.00 |1106 1921 |0.76 1.20 0.96|1.0 0 0| 0 0 | 0 0 | 18 248 5 49 0 +Jan 14 22:41:20 ubuntu dstat.sh[58095]: 14-01 22:41:20| 3 1 95 0 0|4015M 694M 205M 2826M|5167B 1622B| 0 240k| 0 28.0 |1319 2206 |0.76 1.20 0.96|2.0 0 0| 0 0 | 0 0 | 18 248 5 49 0 +Jan 14 22:41:21 ubuntu dstat.sh[58095]: 14-01 22:41:21| 3 1 96 0 0|4015M 694M 205M 2826M|6916B 1784B| 0 204k| 0 15.0 |1344 2257 |0.76 1.20 0.96|1.0 0 0| 0 0 | 0 0 | 18 248 5 49 0 +Jan 14 22:41:22 ubuntu dstat.sh[58095]: 14-01 22:41:22| 1 0 96 0 0|4015M 694M 205M 2826M| 42k 1692B| 0 420k| 0 59.9 |1219 1856 |0.76 1.20 0.96|1.0 0 0| 0 0 | 0 0 | 18 248 5 49 0 +Jan 14 22:41:23 ubuntu dstat.sh[58095]: 14-01 22:41:23| 2 1 95 0 0|4015M 694M 205M 2826M|5480B 1511B| 0 280k| 0 16.0 |1322 2326 |0.76 1.20 0.96|3.0 0 0| 0 0 | 0 0 | 18 248 5 49 0 +Jan 14 22:41:24 ubuntu dstat.sh[58095]: 14-01 22:41:24| 2 1 94 1 0|4016M 693M 205M 2826M|5615B 1639B| 0 967k| 0 160 |1576 2335 |0.70 1.18 0.95|1.0 0 2.0| 0 0 | 0 0 | 18 252 5 49 0 +Jan 14 22:41:25 ubuntu dstat.sh[58095]: 14-01 22:41:25| 2 1 96 0 0|4016M 693M 205M 2826M|6540B 1621B| 0 0 | 0 0 |1048 1740 |0.70 1.18 0.95|1.0 0 1.0| 0 0 | 0 0 | 18 252 5 47 0 +Jan 14 22:41:26 ubuntu dstat.sh[58095]: 14-01 22:41:26| 3 1 95 0 0|4016M 693M 205M 2826M|6119B 1662B| 0 376k| 0 40.0 |1468 2479 |0.70 1.18 0.95|1.0 0 0| 0 0 | 0 0 | 18 252 5 47 0 +Jan 14 22:41:27 ubuntu dstat.sh[58095]: 14-01 22:41:27| 2 1 97 0 0|4016M 693M 205M 2826M|6191B 1622B| 0 4100B| 0 1.00 |1033 1796 |0.70 1.18 0.95|1.0 0 0| 0 0 | 0 0 | 18 252 5 45 0 +Jan 14 22:41:28 ubuntu dstat.sh[58095]: 14-01 22:41:28| 1 1 97 0 0|4016M 693M 205M 2826M|5417B 1694B| 0 72k| 0 6.00 |1059 1757 |0.70 1.18 0.95|1.0 0 0| 0 0 | 0 0 | 18 252 5 45 0 +Jan 14 22:41:29 ubuntu dstat.sh[58095]: 14-01 22:41:29| 5 7 87 0 0|4020M 688M 205M 2826M|6028B 1513B| 0 28k| 0 4.00 |1898 3161 |0.64 1.16 0.95|2.0 0 133| 0 0 | 0 0 | 18 252 5 40 0 +Jan 14 22:41:30 ubuntu dstat.sh[58095]: 14-01 22:41:30| 16 10 71 0 0|4059M 649M 205M 2826M|9380B 1844B| 0 571k| 0 37.0 |2683 4371 |0.64 1.16 0.95|2.0 0 196| 0 0 | 0 0 | 18 252 6 40 0 +Jan 14 22:41:31 ubuntu dstat.sh[58095]: 14-01 22:41:31| 25 3 71 0 0|4100M 608M 205M 2826M| 38k 1639B| 16k 1043k|1.00 80.0 |2491 4415 |0.64 1.16 0.95|1.0 0 0| 0 0 | 0 0 | 18 256 6 35 0 +Jan 14 22:41:32 ubuntu dstat.sh[58095]: 14-01 22:41:32| 28 3 66 1 0|4068M 640M 205M 2826M|6910B 1621B| 64k 820k|4.00 117 |3569 6447 |0.64 1.16 0.95|5.0 0 22| 0 0 | 0 0 | 18 255 6 37 0 +Jan 14 22:41:33 ubuntu dstat.sh[58095]: 14-01 22:41:33| 21 9 70 0 0|4061M 647M 205M 2826M| 23k 10k| 36k 353k|2.01 13.0 |3069 5147 |0.64 1.16 0.95|4.0 0 179| 0 0 | 0 0 | 18 256 6 41 0 +Jan 14 22:41:34 ubuntu dstat.sh[58095]: 14-01 22:41:34| 12 16 70 0 0|4078M 630M 205M 2826M| 20k 2800B| 0 124k| 0 7.98 |3107 4828 |0.59 1.14 0.94|4.0 0 311| 0 0 | 0 0 | 18 255 6 41 0 +Jan 14 22:41:35 ubuntu dstat.sh[58095]: 14-01 22:41:35| 23 5 71 1 0|4144M 564M 205M 2827M|5144B 1668B| 145k 3195k|21.1 177 |2001 2926 |0.59 1.14 0.94|1.0 0 5.0| 0 0 | 0 0 | 18 255 6 41 0 +Jan 14 22:41:36 ubuntu dstat.sh[58095]: 14-01 22:41:36| 24 4 71 1 0|4121M 583M 205M 2829M|7282B 1586B| 32k 1148k|6.00 51.0 |1958 6297 |0.59 1.14 0.94|3.0 0 5.0| 0 0 | 0 0 | 18 255 6 41 0 +Jan 14 22:41:37 ubuntu dstat.sh[58095]: 14-01 22:41:37| 26 3 71 0 0|4164M 539M 205M 2830M|5387B 1693B| 20k 564k|2.00 40.0 |2834 5249 |0.59 1.14 0.94|2.0 0 2.0| 0 0 | 0 0 | 18 256 6 41 0 +Jan 14 22:41:38 ubuntu dstat.sh[58095]: 14-01 22:41:38| 25 2 70 1 0|4173M 530M 205M 2830M|5985B 1694B| 524k 1372k|44.0 98.0 |3167 5993 |0.59 1.14 0.94|1.0 0 1.0| 0 0 | 0 0 | 18 261 6 42 0 +Jan 14 22:41:39 ubuntu dstat.sh[58095]: 14-01 22:41:39| 21 3 71 2 0|4191M 511M 205M 2831M| 10k 4304B| 419k 6867k|24.9 751 |5287 7766 |0.62 1.14 0.94|1.0 0 3.0| 0 0 | 0 0 | 18 264 6 44 0 +Jan 14 22:41:40 ubuntu dstat.sh[58095]: 14-01 22:41:40| 12 2 86 0 0|4192M 510M 205M 2831M|8212B 4110B| 144k 839k|7.99 130 |2793 4713 |0.62 1.14 0.94|1.0 0 0| 0 0 | 0 0 | 18 265 6 46 0 +Jan 14 22:41:41 ubuntu dstat.sh[58095]: 14-01 22:41:41| 5 1 92 1 1|4193M 509M 205M 2831M|6883B 1797B| 0 1226k| 0 101 |1816 3122 |0.62 1.14 0.94|2.0 0 0| 0 0 | 0 0 | 18 266 6 46 0 +Jan 14 22:41:42 ubuntu dstat.sh[58095]: 14-01 22:41:42| 6 1 90 1 0|4196M 506M 205M 2832M|9010B 3824B| 16k 1122k|1.00 125 |2655 4527 |0.62 1.14 0.94|1.0 0 3.0| 0 0 | 0 0 | 18 265 6 47 0 +Jan 14 22:41:43 ubuntu dstat.sh[58095]: 14-01 22:41:43| 9 2 87 1 0|4203M 499M 205M 2832M| 20k 7949B| 64k 1157k|4.00 124 |2604 4352 |0.62 1.14 0.94|1.0 0 0| 0 0 | 0 0 | 18 266 6 47 0 +Jan 14 22:41:44 ubuntu dstat.sh[58095]: 14-01 22:41:44| 22 4 71 2 0|4212M 489M 205M 2833M| 16k 6474B| 20k 2205k|2.01 297 |4968 9520 |0.65 1.14 0.94|1.0 0 2.0| 0 0 | 0 0 | 18 270 6 49 0 +Jan 14 22:41:45 ubuntu dstat.sh[58095]: 14-01 22:41:45| 23 3 70 1 0|4215M 485M 205M 2833M|8488B 4180B| 16k 4290k|1.00 358 |5175 9764 |0.65 1.14 0.94|1.0 0 1.0| 0 0 | 0 0 | 18 270 6 51 0 +Jan 14 22:41:46 ubuntu dstat.sh[58095]: 14-01 22:41:46| 10 3 86 1 0|4215M 485M 205M 2833M| 11k 3406B| 0 1628k| 0 149 |2803 4876 |0.65 1.14 0.94|1.0 0 0| 0 0 | 0 0 | 18 270 6 52 0 +Jan 14 22:41:47 ubuntu dstat.sh[58095]: 14-01 22:41:47| 3 1 93 1 0|4215M 485M 205M 2833M| 15k 6511B| 0 717k| 0 74.6 |1864 3059 |0.65 1.14 0.94|2.0 0 0| 0 0 | 0 0 | 18 271 6 52 0 +Jan 14 22:41:48 ubuntu dstat.sh[58095]: 14-01 22:41:48| 27 5 64 3 1|4236M 464M 205M 2834M| 16k 6596B| 0 5945k| 0 517 |6196 11k|0.65 1.14 0.94|4.0 0 2.0| 0 0 | 0 0 | 18 277 6 55 0 +Jan 14 22:41:49 ubuntu dstat.sh[58095]: 14-01 22:41:49| 18 3 75 2 0|4238M 462M 205M 2834M| 11k 4352B| 0 3997k| 0 346 |4882 9158 |0.76 1.15 0.95|2.0 0 0| 0 0 | 0 0 | 18 276 6 56 0 +Jan 14 22:41:50 ubuntu dstat.sh[58095]: 14-01 22:41:50| 11 3 84 1 0|4238M 461M 205M 2834M|8514B 4086B| 0 1082k| 0 123 |2808 4928 |0.76 1.15 0.95|1.0 0 0| 0 0 | 0 0 | 18 277 6 57 0 +Jan 14 22:41:51 ubuntu dstat.sh[58095]: 14-01 22:41:51| 5 1 93 1 0|4238M 461M 205M 2834M|8314B 1794B| 0 752k| 0 77.0 |1762 3071 |0.76 1.15 0.95|1.0 0 0| 0 0 | 0 0 | 18 276 6 57 0 +Jan 14 22:41:52 ubuntu dstat.sh[58095]: 14-01 22:41:52| 5 1 92 0 0|4238M 461M 205M 2834M| 42k 1930B| 0 420k| 0 27.0 |1643 2626 |0.76 1.15 0.95|2.0 0 0| 0 0 | 0 0 | 18 277 6 49 0 +Jan 14 22:41:53 ubuntu dstat.sh[58095]: 14-01 22:41:53| 9 2 87 1 0|4238M 461M 205M 2834M| 11k 4353B| 0 2205k| 0 170 |2767 4968 |0.76 1.15 0.95|1.0 0 0| 0 0 | 0 0 | 18 276 6 51 0 +Jan 14 22:41:54 ubuntu dstat.sh[58095]: 14-01 22:41:54| 20 3 76 1 0|4240M 459M 205M 2835M| 18k 7448B| 148k 1272k|8.00 146 |3392 5869 |0.78 1.15 0.95|1.0 0 1.0| 0 0 | 0 0 | 18 279 6 44 0 +Jan 14 22:41:55 ubuntu dstat.sh[58095]: 14-01 22:41:55| 10 2 88 1 0|4240M 458M 205M 2835M| 23k 10k| 0 1060k| 0 113 |2414 4103 |0.78 1.15 0.95|3.0 0 1.0| 0 0 | 0 0 | 18 279 6 44 0 +Jan 14 22:41:56 ubuntu dstat.sh[58095]: 14-01 22:41:56| 7 2 88 1 0|4240M 458M 205M 2835M| 28k 11k| 0 904k| 0 93.6 |2418 4109 |0.78 1.15 0.95|1.0 0 0| 0 0 | 0 0 | 18 279 6 45 0 +Jan 14 22:41:57 ubuntu dstat.sh[58095]: 14-01 22:41:57| 7 2 90 1 0|4241M 458M 205M 2835M| 26k 11k| 0 876k| 0 92.4 |2164 3565 |0.78 1.15 0.95|2.0 0 0| 0 0 | 0 0 | 18 279 6 45 0 +Jan 14 22:41:58 ubuntu dstat.sh[58095]: 14-01 22:41:58| 26 5 65 3 0|4242M 457M 205M 2835M|7836B 1619B| 0 9954k| 0 874 |7462 13k|0.78 1.15 0.95|1.0 0 0| 0 0 | 0 0 | 18 279 6 52 0 +Jan 14 22:41:59 ubuntu dstat.sh[58095]: 14-01 22:41:59| 27 3 65 3 0|4242M 455M 205M 2836M|7061B 1618B| 0 8885k| 0 964 |7415 12k|1.04 1.20 0.97|1.0 0 0| 0 0 | 0 0 | 18 279 6 57 0 +Jan 14 22:42:00 ubuntu dstat.sh[58095]: 14-01 22:42:00| 17 4 76 1 0|4244M 454M 205M 2836M|9758B 1618B| 0 1717k| 0 152 |5462 10k|1.04 1.20 0.97|1.0 0 1.0| 0 0 | 0 0 | 18 280 6 56 0 +Jan 14 22:42:01 ubuntu dstat.sh[58095]: 14-01 22:42:01| 6 1 91 0 0|4244M 453M 205M 2836M| 41k 1564B| 0 551k| 0 47.9 |2034 3305 |1.04 1.20 0.97|2.0 0 1.0| 0 0 | 0 0 | 18 281 6 56 0 +Jan 14 22:42:02 ubuntu dstat.sh[58095]: 14-01 22:42:02| 5 1 92 0 0|4245M 453M 205M 2836M|5666B 1769B| 0 304k| 0 26.0 |1638 2610 |1.04 1.20 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 6 56 0 +Jan 14 22:42:03 ubuntu dstat.sh[58095]: 14-01 22:42:03| 20 4 74 2 0|4245M 452M 205M 2836M|5931B 1699B| 0 1994k| 0 241 |5150 9224 |1.04 1.20 0.97|1.0 1.0 0| 0 0 | 0 0 | 18 282 6 57 0 +Jan 14 22:42:04 ubuntu dstat.sh[58095]: 14-01 22:42:04| 28 4 65 3 0|4246M 451M 205M 2836M|5524B 1513B| 0 8533k| 0 747 |8182 14k|1.04 1.19 0.97|2.0 0 0| 0 0 | 0 0 | 18 281 6 50 0 +Jan 14 22:42:05 ubuntu dstat.sh[58095]: 14-01 22:42:05| 20 3 73 1 0|4248M 448M 205M 2837M|5913B 1690B| 271k 1895k|15.0 200 |5619 10k|1.04 1.19 0.97|1.0 0 1.0| 0 0 | 0 0 | 18 280 6 50 0 +Jan 14 22:42:06 ubuntu dstat.sh[58095]: 14-01 22:42:06| 10 3 86 1 0|4251M 445M 205M 2837M|5741B 1625B| 0 1256k| 0 156 |2955 5240 |1.04 1.19 0.97|2.0 0 0| 0 0 | 0 0 | 18 280 6 54 0 +Jan 14 22:42:07 ubuntu dstat.sh[58095]: 14-01 22:42:07| 4 1 93 0 0|4251M 445M 205M 2837M| 10k 4359B| 0 1077k| 0 94.4 |1984 3278 |1.04 1.19 0.97|3.0 0 0| 0 0 | 0 0 | 18 281 6 54 0 +Jan 14 22:42:08 ubuntu dstat.sh[58095]: 14-01 22:42:08| 10 2 85 1 0|4254M 442M 205M 2838M| 11k 4341B| 64k 4813k|4.00 188 |3214 5411 |1.04 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 280 6 55 0 +Jan 14 22:42:09 ubuntu dstat.sh[58095]: 14-01 22:42:09| 10 2 86 1 0|4255M 441M 205M 2838M|5823B 1650B| 0 1320k| 0 117 |2762 4760 |0.95 1.17 0.96|3.0 1.0 0| 0 0 | 0 0 | 18 281 6 55 0 +Jan 14 22:42:10 ubuntu dstat.sh[58095]: 14-01 22:42:10| 9 1 87 2 0|4257M 439M 205M 2838M|9993B 4247B| 0 5035k| 0 547 |3172 4180 |0.95 1.17 0.96|2.0 0 0| 0 0 | 0 0 | 18 280 6 59 0 +Jan 14 22:42:11 ubuntu dstat.sh[58095]: 14-01 22:42:11| 14 2 83 1 1|4258M 437M 205M 2838M| 20k 3939B| 0 1163k| 0 136 |3134 5129 |0.95 1.17 0.96|1.0 0 0| 0 0 | 0 0 | 18 280 6 63 0 +Jan 14 22:42:12 ubuntu dstat.sh[58095]: 14-01 22:42:12| 10 2 83 2 0|4259M 436M 205M 2838M| 37k 13k| 0 5471k| 0 443 |4242 6927 |0.95 1.17 0.96|1.0 0 0| 0 0 | 0 0 | 18 280 6 65 0 +Jan 14 22:42:13 ubuntu dstat.sh[58095]: 14-01 22:42:13| 12 3 82 0 0|4261M 434M 205M 2838M| 12k 3907B| 0 1340k| 0 121 |3887 7576 |0.95 1.17 0.96|4.0 0 0| 0 0 | 0 0 | 18 280 6 67 0 +Jan 14 22:42:14 ubuntu dstat.sh[58095]: 14-01 22:42:14| 16 2 79 1 0|4262M 433M 205M 2839M| 34k 10k| 48k 2124k|3.01 191 |3628 5941 |1.20 1.22 0.98|2.0 0 0| 0 0 | 0 0 | 18 281 6 67 0 +Jan 14 22:42:15 ubuntu dstat.sh[58095]: 14-01 22:42:15| 9 1 88 0 0|4264M 431M 205M 2839M| 32k 1612B| 64k 509k|3.98 64.7 |2771 4560 |1.20 1.22 0.98|4.0 0 1.0| 0 0 | 0 0 | 18 278 6 69 0 +Jan 14 22:42:16 ubuntu dstat.sh[58095]: 14-01 22:42:16| 12 2 84 1 0|4265M 430M 205M 2839M| 25k 4347B| 0 1576k| 0 199 |3432 5808 |1.20 1.22 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 6 72 0 +Jan 14 22:42:17 ubuntu dstat.sh[58095]: 14-01 22:42:17| 13 2 83 1 0|4266M 429M 205M 2839M| 47k 4535B| 0 1383k| 0 165 |3456 5321 |1.20 1.22 0.98|2.0 0 0| 0 0 | 0 0 | 18 278 6 77 0 +Jan 14 22:42:18 ubuntu dstat.sh[58095]: 14-01 22:42:18| 11 5 83 0 0|4271M 423M 205M 2839M| 45k 1511B| 0 799k| 0 71.9 |3053 4670 |1.20 1.22 0.98|1.0 0 34| 0 0 | 0 0 | 18 278 6 78 0 +Jan 14 22:42:19 ubuntu dstat.sh[58095]: 14-01 22:42:19| 6 2 91 0 0|4272M 422M 205M 2839M| 19k 1621B| 0 797k| 0 68.1 |1955 3057 |1.10 1.20 0.97|1.0 0 0| 0 0 | 0 0 | 18 278 6 78 0 +Jan 14 22:42:20 ubuntu dstat.sh[58095]: 14-01 22:42:20| 6 1 92 1 0|4272M 422M 205M 2840M| 66k 1625B| 0 409k| 0 38.1 |2166 2745 |1.10 1.20 0.97|1.0 0 0| 0 0 | 0 0 | 18 278 6 78 0 +Jan 14 22:42:21 ubuntu dstat.sh[58095]: 14-01 22:42:21| 3 1 95 0 0|4272M 422M 205M 2840M| 53k 1612B| 0 506k| 0 51.7 |1898 2476 |1.10 1.20 0.97| 11 0 0| 0 0 | 0 0 | 18 279 6 78 0 +Jan 14 22:42:22 ubuntu dstat.sh[58095]: 14-01 22:42:22| 6 1 92 1 0|4272M 422M 205M 2840M| 43k 1620B| 0 476k| 0 46.0 |1721 2838 |1.10 1.20 0.97|2.0 0 0| 0 0 | 0 0 | 18 278 6 78 0 +Jan 14 22:42:23 ubuntu dstat.sh[58095]: 14-01 22:42:23| 11 3 83 1 0|4272M 422M 205M 2840M| 32k 15k| 0 1419k| 0 191 |3357 5448 |1.10 1.20 0.97|1.0 0 0| 0 0 | 0 0 | 18 279 6 81 0 +Jan 14 22:42:24 ubuntu dstat.sh[58095]: 14-01 22:42:24| 15 3 81 1 0|4272M 422M 205M 2840M| 15k 6240B| 0 2724k| 0 228 |3608 5963 |1.17 1.21 0.98| 0 0 0| 0 0 | 0 0 | 18 278 6 84 0 +Jan 14 22:42:25 ubuntu dstat.sh[58095]: 14-01 22:42:25| 11 2 86 1 0|4272M 421M 205M 2840M| 12k 5821B| 0 942k| 0 81.8 |2345 3972 |1.17 1.21 0.98|1.0 0 1.0| 0 0 | 0 0 | 18 279 6 88 0 +Jan 14 22:42:26 ubuntu dstat.sh[58095]: 14-01 22:42:26| 10 3 84 2 0|4272M 421M 205M 2840M| 27k 11k| 0 1722k| 0 223 |3377 5707 |1.17 1.21 0.98|3.0 0 0| 0 0 | 0 0 | 18 279 6 90 0 +Jan 14 22:42:27 ubuntu dstat.sh[58095]: 14-01 22:42:27| 7 1 90 1 0|4273M 421M 205M 2840M|5487B 1693B| 0 1179k| 0 119 |2345 4131 |1.17 1.21 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 6 91 0 +Jan 14 22:42:28 ubuntu dstat.sh[58095]: 14-01 22:42:28| 13 2 83 1 1|4273M 420M 205M 2840M|9828B 4390B| 16k 1721k|1.00 192 |3251 5642 |1.17 1.21 0.98|1.0 0 0| 0 0 | 0 0 | 18 278 6 96 0 +Jan 14 22:42:29 ubuntu dstat.sh[58095]: 14-01 22:42:29| 7 2 88 1 0|4273M 420M 205M 2841M|9574B 4275B| 0 1698k| 0 211 |2904 4654 |1.08 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 278 6 97 0 +Jan 14 22:42:30 ubuntu dstat.sh[58095]: 14-01 22:42:30| 9 1 86 0 0|4273M 420M 205M 2841M| 18k 3831B| 0 1292k| 0 150 |2950 4870 |1.08 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 278 6 99 0 +Jan 14 22:42:31 ubuntu dstat.sh[58095]: 14-01 22:42:31| 6 2 90 1 1|4273M 420M 205M 2841M| 36k 1625B| 0 830k| 0 77.2 |1846 3095 |1.08 1.19 0.97|4.0 0 0| 0 0 | 0 0 | 18 279 6 101 0 +Jan 14 22:42:32 ubuntu dstat.sh[58095]: 14-01 22:42:32| 8 1 88 1 0|4273M 419M 205M 2841M| 32k 12k| 0 1294k| 0 139 |2666 4409 |1.08 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 278 6 104 0 +Jan 14 22:42:33 ubuntu dstat.sh[58095]: 14-01 22:42:33| 28 4 64 4 0|4273M 419M 205M 2841M|4948B 1698B| 16k 11M|1.00 884 |6755 14k|1.08 1.19 0.97|5.0 0 0| 0 0 | 0 0 | 18 281 6 110 0 +Jan 14 22:42:34 ubuntu dstat.sh[58095]: 14-01 22:42:34| 25 3 67 2 0|4274M 418M 205M 2842M|5206B 1624B| 32k 4953k|1.00 419 |6419 13k|1.07 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 6 117 0 +Jan 14 22:42:35 ubuntu dstat.sh[58095]: 14-01 22:42:35| 16 3 77 3 0|4274M 417M 205M 2842M|5862B 1732B| 0 9359k| 0 915 |5718 8450 |1.07 1.19 0.97|2.0 0 1.0| 0 0 | 0 0 | 18 280 6 109 0 +Jan 14 22:42:36 ubuntu dstat.sh[58095]: 14-01 22:42:36| 11 2 84 1 0|4274M 417M 205M 2842M|8938B 4487B| 0 1696k| 0 200 |3510 5946 |1.07 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 6 114 0 +Jan 14 22:42:37 ubuntu dstat.sh[58095]: 14-01 22:42:37| 8 2 88 1 0|4275M 417M 205M 2842M|9584B 4298B| 0 1398k| 0 160 |2765 4624 |1.07 1.19 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 6 116 0 +Jan 14 22:42:38 ubuntu dstat.sh[58095]: 14-01 22:42:38| 4 1 93 0 0|4275M 416M 205M 2842M|7535B 1633B| 0 1045k| 0 85.0 |1773 2912 |1.07 1.19 0.97|2.0 0 0| 0 0 | 0 0 | 18 281 6 117 0 +Jan 14 22:42:39 ubuntu dstat.sh[58095]: 14-01 22:42:39| 11 2 84 1 0|4275M 416M 205M 2842M| 12k 3824B| 0 1960k| 0 172 |3323 5788 |0.99 1.17 0.97|2.0 0 0| 0 0 | 0 0 | 18 280 6 116 0 +Jan 14 22:42:40 ubuntu dstat.sh[58095]: 14-01 22:42:40| 12 2 84 1 0|4276M 414M 205M 2842M| 19k 8050B| 16k 1679k|1.00 227 |3265 5548 |0.99 1.17 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 6 119 0 +Jan 14 22:42:41 ubuntu dstat.sh[58095]: 14-01 22:42:41| 14 3 78 3 0|4276M 414M 205M 2843M| 16k 6568B| 16k 6478k|1.01 457 |4735 9200 |0.99 1.17 0.97|3.0 0 0| 0 0 | 0 0 | 18 282 6 117 0 +Jan 14 22:42:42 ubuntu dstat.sh[58095]: 14-01 22:42:42| 28 3 65 3 0|4276M 414M 205M 2843M|6265B 1694B| 0 5832k| 0 604 |7427 14k|0.99 1.17 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 6 122 0 +Jan 14 22:42:43 ubuntu dstat.sh[58095]: 14-01 22:42:43| 26 6 67 1 0|4276M 414M 205M 2843M|9861B 1616B| 32k 2371k|1.00 258 |6519 13k|0.99 1.17 0.97|2.0 0 0| 0 0 | 0 0 | 18 281 5 122 0 +Jan 14 22:42:44 ubuntu dstat.sh[58095]: 14-01 22:42:44| 27 6 64 3 0|4276M 413M 205M 2844M|5427B 1621B| 0 7783k| 0 716 |7631 15k|0.99 1.17 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 5 126 0 +Jan 14 22:42:45 ubuntu dstat.sh[58095]: 14-01 22:42:45| 25 5 68 1 1|4277M 413M 205M 2844M|6806B 1462B| 0 2779k| 0 238 |6725 12k|0.99 1.17 0.97|1.0 0 1.0| 0 0 | 0 0 | 18 281 5 124 0 +Jan 14 22:42:46 ubuntu dstat.sh[58095]: 14-01 22:42:46| 26 4 65 3 0|4277M 412M 205M 2844M|7018B 1708B| 12k 3771k|3.00 482 |7126 13k|0.99 1.17 0.97|2.0 1.0 0| 0 0 | 0 0 | 18 282 5 130 0 +Jan 14 22:42:47 ubuntu dstat.sh[58095]: 14-01 22:42:47| 25 5 69 1 0|4278M 411M 205M 2845M|5024B 1622B| 0 2127k| 0 243 |6344 13k|0.99 1.17 0.97|1.0 0 0| 0 0 | 0 0 | 18 281 5 132 0 +Jan 14 22:42:48 ubuntu dstat.sh[58095]: 14-01 22:42:48| 7 1 89 1 0|4278M 411M 205M 2845M|5534B 1614B| 0 1849k| 0 163 |2655 4830 |0.99 1.17 0.97|1.0 0 0| 0 0 | 0 0 | 18 280 5 132 0 +Jan 14 22:42:49 ubuntu dstat.sh[58095]: 14-01 22:42:49| 5 2 91 0 0|4278M 411M 205M 2845M|5473B 1621B| 0 1609k| 0 129 |2229 3997 |0.91 1.15 0.96|1.0 0 0| 0 0 | 0 0 | 18 280 5 128 0 +Jan 14 22:42:50 ubuntu dstat.sh[58095]: 14-01 22:42:50| 13 2 83 2 0|4278M 410M 205M 2845M|8162B 4205B| 0 6711k| 0 499 |3800 6949 |0.91 1.15 0.96|3.0 0 0| 0 0 | 0 0 | 18 281 5 133 0 +Jan 14 22:42:51 ubuntu dstat.sh[58095]: 14-01 22:42:51| 13 3 82 2 0|4280M 409M 205M 2845M| 11k 4076B| 0 7350k| 0 777 |4051 5264 |0.91 1.15 0.96|2.0 1.0 0| 0 0 | 0 0 | 18 280 5 137 0 +Jan 14 22:42:52 ubuntu dstat.sh[58095]: 14-01 22:42:52| 9 2 87 1 0|4279M 409M 205M 2845M| 63k 10k| 0 1095k| 0 129 |2779 4748 |0.91 1.15 0.96|3.0 0 0| 0 0 | 0 0 | 18 280 5 137 0 +Jan 14 22:42:53 ubuntu dstat.sh[58095]: 14-01 22:42:53| 4 1 93 0 0|4280M 408M 205M 2845M| 28k 10k| 0 594k| 0 46.8 |1670 2709 |0.91 1.15 0.96|2.0 0 0| 0 0 | 0 0 | 18 281 5 135 0 +Jan 14 22:42:54 ubuntu dstat.sh[58095]: 14-01 22:42:54| 12 2 84 1 0|4280M 408M 205M 2845M|5189B 1696B| 0 1301k| 0 153 |3120 5726 |0.84 1.13 0.96|2.0 0 0| 0 0 | 0 0 | 18 280 5 136 0 +Jan 14 22:42:55 ubuntu dstat.sh[58095]: 14-01 22:42:55| 11 2 85 1 0|4280M 408M 205M 2846M|9432B 4525B| 0 2766k| 0 172 |3042 5459 |0.84 1.13 0.96|1.0 0 1.0| 0 0 | 0 0 | 18 280 5 141 0 +Jan 14 22:42:56 ubuntu dstat.sh[58095]: 14-01 22:42:56| 12 2 85 1 0|4281M 407M 205M 2846M|8670B 4295B| 0 1172k| 0 140 |3215 5858 |0.84 1.13 0.96|1.0 0 0| 0 0 | 0 0 | 18 281 5 148 0 +Jan 14 22:42:57 ubuntu dstat.sh[58095]: 14-01 22:42:57| 9 1 89 1 0|4281M 407M 205M 2846M|8620B 1798B| 0 1347k| 0 144 |2285 3986 |0.84 1.13 0.96|1.0 0 0| 0 0 | 0 0 | 18 280 5 150 0 +Jan 14 22:42:58 ubuntu dstat.sh[58095]: 14-01 22:42:58| 5 1 93 0 0|4281M 407M 205M 2846M|8335B 1691B| 0 831k| 0 59.9 |1656 2709 |0.84 1.13 0.96|1.0 0 0| 0 0 | 0 0 | 18 281 5 152 0 +Jan 14 22:42:59 ubuntu dstat.sh[58095]: 14-01 22:42:59| 5 1 90 0 0|4280M 407M 205M 2846M| 10k 1551B| 0 627k| 0 60.9 |1976 3319 |0.77 1.11 0.95|5.0 0 0| 0 0 | 0 0 | 18 280 5 144 0 +Jan 14 22:43:00 ubuntu dstat.sh[58095]: 14-01 22:43:00| 16 3 81 1 0|4281M 406M 205M 2846M| 29k 10k| 0 1975k| 0 256 |3592 6406 |0.77 1.11 0.95|1.0 0 0| 0 0 | 0 0 | 18 281 6 151 0 +Jan 14 22:43:01 ubuntu dstat.sh[58095]: 14-01 22:43:01| 18 3 76 1 0|4281M 406M 205M 2846M| 51k 6510B| 0 2284k| 0 263 |4607 8862 |0.77 1.11 0.95|5.0 0 0| 0 0 | 0 0 | 18 282 6 151 0 +Jan 14 22:43:02 ubuntu dstat.sh[58095]: 14-01 22:43:02| 27 5 63 4 0|4283M 404M 205M 2847M|4831B 1627B| 0 9796k| 0 828 |6808 14k|0.77 1.11 0.95|3.0 0 0| 0 0 | 0 0 | 18 281 6 157 0 +Jan 14 22:43:03 ubuntu dstat.sh[58095]: 14-01 22:43:03| 19 4 74 1 0|4283M 403M 205M 2847M| 11k 1691B| 0 2315k| 0 211 |5139 9793 |0.77 1.11 0.95|1.0 0 0| 0 0 | 0 0 | 18 280 6 160 0 +Jan 14 22:43:04 ubuntu dstat.sh[58095]: 14-01 22:43:04| 10 2 86 1 0|4283M 403M 205M 2847M|5358B 1622B| 0 1350k| 0 155 |2625 4741 |0.71 1.09 0.95|1.0 0 0| 0 0 | 0 0 | 18 280 6 165 0 +Jan 14 22:43:05 ubuntu dstat.sh[58095]: 14-01 22:43:05| 5 1 92 0 0|4283M 403M 205M 2847M|9527B 4373B| 0 914k| 0 75.8 |1885 3264 |0.71 1.09 0.95|2.0 0 1.0| 0 0 | 0 0 | 18 281 6 163 0 +Jan 14 22:43:06 ubuntu dstat.sh[58095]: 14-01 22:43:06| 13 1 82 1 0|4284M 402M 205M 2847M| 20k 8839B| 0 1683k| 0 181 |3047 5691 |0.71 1.09 0.95|1.0 0 0| 0 0 | 0 0 | 18 281 6 166 0 +Jan 14 22:43:07 ubuntu dstat.sh[58095]: 14-01 22:43:07| 6 2 90 1 0|4284M 402M 205M 2847M|7267B 1880B| 0 820k| 0 66.3 |1760 3064 |0.71 1.09 0.95|1.0 0 0| 0 0 | 0 0 | 18 281 6 166 0 +Jan 14 22:43:08 ubuntu dstat.sh[58095]: 14-01 22:43:08| 7 1 89 1 0|4284M 402M 205M 2848M| 18k 8025B| 0 1555k| 0 164 |2408 4421 |0.71 1.09 0.95|1.0 0 0| 0 0 | 0 0 | 18 281 6 167 0 +Jan 14 22:43:09 ubuntu dstat.sh[58095]: 14-01 22:43:09| 10 2 86 0 0|4285M 400M 205M 2848M| 33k 15k| 0 692k| 0 55.0 |2266 3645 |0.73 1.09 0.95|2.0 0 0| 0 0 | 0 0 | 18 282 6 170 0 +Jan 14 22:43:10 ubuntu dstat.sh[58095]: 14-01 22:43:10| 6 1 90 1 0|4286M 400M 205M 2848M| 10k 4019B| 0 1119k| 0 143 |2242 3933 |0.73 1.09 0.95|1.0 0 0| 0 0 | 0 0 | 18 281 6 170 0 +Jan 14 22:43:11 ubuntu dstat.sh[58095]: 14-01 22:43:11| 18 4 75 2 0|4286M 399M 205M 2848M| 33k 8783B| 0 8076k| 0 904 |5647 8598 |0.73 1.09 0.95|1.0 0 0| 0 0 | 0 0 | 18 282 6 172 0 +Jan 14 22:43:12 ubuntu dstat.sh[58095]: 14-01 22:43:12| 27 4 64 4 0|4287M 398M 205M 2848M| 14k 1617B| 0 10M| 0 796 |7619 15k|0.73 1.09 0.95|3.0 0 0| 0 0 | 0 0 | 18 281 6 169 0 +Jan 14 22:43:13 ubuntu dstat.sh[58095]: 14-01 22:43:13| 19 3 75 1 0|4288M 397M 205M 2849M|7200B 1619B|8189B 2667k|1.00 248 |5115 10k|0.73 1.09 0.95|1.0 0 0| 0 0 | 0 0 | 18 280 6 169 0 +Jan 14 22:43:14 ubuntu dstat.sh[58095]: 14-01 22:43:14| 10 3 84 1 0|4288M 396M 205M 2849M| 15k 1509B| 0 1593k| 0 104 |3960 7192 |0.67 1.07 0.94|2.0 0 0| 0 0 | 0 0 | 18 281 6 166 0 +Jan 14 22:43:15 ubuntu dstat.sh[58095]: 14-01 22:43:15| 8 2 89 0 0|4288M 396M 205M 2849M| 38k 10k| 0 1235k| 0 73.9 |2461 3617 |0.67 1.07 0.94|1.0 0 1.0| 0 0 | 0 0 | 18 280 6 168 0 +Jan 14 22:43:16 ubuntu dstat.sh[58095]: 14-01 22:43:16| 28 2 66 2 0|4289M 395M 205M 2849M|6146B 1768B| 0 3756k| 0 460 |6853 13k|0.67 1.07 0.94|3.0 0 0| 0 0 | 0 0 | 18 282 6 170 0 +Jan 14 22:43:17 ubuntu dstat.sh[58095]: 14-01 22:43:17| 27 6 66 3 0|4290M 394M 205M 2850M| 13k 1622B| 0 6685k| 0 560 |7319 13k|0.67 1.07 0.94|3.0 0 0| 0 0 | 0 0 | 18 281 6 171 0 +Jan 14 22:43:18 ubuntu dstat.sh[58095]: 14-01 22:43:18| 19 4 73 1 0|4294M 389M 205M 2850M| 18k 4406B| 0 3701k| 0 318 |5149 9388 |0.67 1.07 0.94|1.0 0 34| 0 0 | 0 0 | 18 280 6 164 0 +Jan 14 22:43:19 ubuntu dstat.sh[58095]: 14-01 22:43:19| 15 2 81 1 0|4295M 388M 205M 2850M|8596B 4241B| 0 1483k| 0 158 |2982 5359 |0.70 1.07 0.94|1.0 0 0| 0 0 | 0 0 | 18 281 6 165 0 +Jan 14 22:43:20 ubuntu dstat.sh[58095]: 14-01 22:43:20| 9 2 88 1 0|4296M 387M 205M 2850M|8155B 1799B| 0 1083k| 0 124 |2516 4409 |0.70 1.07 0.94|3.0 0 0| 0 0 | 0 0 | 18 281 6 164 0 +Jan 14 22:43:21 ubuntu dstat.sh[58095]: 14-01 22:43:21| 9 2 87 1 0|4296M 387M 205M 2850M|9882B 4286B| 0 1495k| 0 168 |2772 5126 |0.70 1.07 0.94|1.0 0 1.0| 0 0 | 0 0 | 18 280 6 166 0 +Jan 14 22:43:22 ubuntu dstat.sh[58095]: 14-01 22:43:22| 14 2 82 1 0|4296M 387M 205M 2850M| 47k 4398B| 0 1724k| 0 193 |3628 6415 |0.70 1.07 0.94|1.0 0 0| 0 0 | 0 0 | 18 280 6 167 0 +Jan 14 22:43:23 ubuntu dstat.sh[58095]: 14-01 22:43:23| 17 3 79 0 0|4296M 387M 205M 2850M| 16k 5867B| 0 865k| 0 61.1 |2343 4040 |0.70 1.07 0.94|5.0 0 0| 0 0 | 0 0 | 18 281 6 167 1 +Jan 14 22:43:24 ubuntu dstat.sh[58095]: 14-01 22:43:24| 7 1 89 1 0|4296M 386M 205M 2851M| 38k 18k| 0 1321k| 0 121 |2449 4165 |0.64 1.05 0.94|1.0 0 0| 0 0 | 0 0 | 18 280 6 164 0 +Jan 14 22:43:25 ubuntu dstat.sh[58095]: 14-01 22:43:25| 8 3 85 1 0|4297M 386M 205M 2851M| 29k 12k| 0 1396k| 0 133 |2700 4836 |0.64 1.05 0.94|1.0 0 1.0| 0 0 | 0 0 | 18 281 6 165 0 +Jan 14 22:43:26 ubuntu dstat.sh[58095]: 14-01 22:43:26| 12 2 84 1 0|4299M 383M 205M 2851M| 19k 8291B| 0 2867k| 0 199 |3237 6124 |0.64 1.05 0.94|4.0 0 0| 0 0 | 0 0 | 18 283 6 158 0 +Jan 14 22:43:27 ubuntu dstat.sh[58095]: 14-01 22:43:27| 11 2 83 2 0|4299M 383M 205M 2851M| 20k 9986B| 0 6633k| 0 482 |3495 6795 |0.64 1.05 0.94|1.0 0 0| 0 0 | 0 0 | 18 283 6 158 0 +Jan 14 22:43:28 ubuntu dstat.sh[58095]: 14-01 22:43:28| 13 3 82 1 0|4299M 383M 205M 2851M| 24k 9259B| 32k 1168k|1.00 143 |3806 7104 |0.64 1.05 0.94|2.0 0 0| 0 0 | 0 0 | 18 284 6 151 0 +Jan 14 22:43:29 ubuntu dstat.sh[58095]: 14-01 22:43:29| 27 4 65 2 0|4299M 383M 205M 2851M|5567B 1619B| 0 3569k| 0 464 |6703 14k|0.67 1.05 0.94|4.0 0 0| 0 0 | 0 0 | 18 283 6 156 0 +Jan 14 22:43:30 ubuntu dstat.sh[58095]: 14-01 22:43:30| 25 4 67 2 0|4301M 381M 205M 2852M| 42k 1566B| 96k 3335k|5.00 349 |6629 13k|0.67 1.05 0.94|2.0 0 0| 0 0 | 0 0 | 18 283 6 156 0 +Jan 14 22:43:31 ubuntu dstat.sh[58095]: 14-01 22:43:31| 27 4 65 2 0|4301M 381M 205M 2852M|6802B 1618B| 0 8233k| 0 669 |6640 14k|0.67 1.05 0.94|1.0 0 0| 0 0 | 0 0 | 18 284 6 163 0 +Jan 14 22:43:32 ubuntu dstat.sh[58095]: 14-01 22:43:32| 26 4 65 4 0|4303M 378M 205M 2853M|4507B 1767B| 0 11M| 0 1314 |7819 14k|0.67 1.05 0.94|3.0 0 0| 0 0 | 0 0 | 18 283 6 159 0 +Jan 14 22:43:33 ubuntu dstat.sh[58095]: 14-01 22:43:33| 21 5 71 1 0|4303M 378M 205M 2853M| 28k 13k| 0 3064k| 0 404 |5524 10k|0.67 1.05 0.94|2.0 0 2.0| 0 0 | 0 0 | 18 283 6 160 0 +Jan 14 22:43:34 ubuntu dstat.sh[58095]: 14-01 22:43:34| 9 2 87 1 0|4303M 377M 205M 2853M| 12k 4446B| 0 1840k| 0 197 |2751 4999 |0.62 1.03 0.93|2.0 0 0| 0 0 | 0 0 | 18 282 6 147 0 +Jan 14 22:43:35 ubuntu dstat.sh[58095]: 14-01 22:43:35| 6 0 90 1 0|4303M 377M 205M 2853M|5534B 1772B| 0 1184k| 0 97.7 |2004 3558 |0.62 1.03 0.93|2.0 0 1.0| 0 0 | 0 0 | 18 283 6 147 0 +Jan 14 22:43:36 ubuntu dstat.sh[58095]: 14-01 22:43:36| 8 1 88 1 0|4303M 377M 205M 2853M|9630B 4283B| 0 1795k| 0 188 |2884 5260 |0.62 1.03 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 143 0 +Jan 14 22:43:37 ubuntu dstat.sh[58095]: 14-01 22:43:37| 9 2 86 2 0|4304M 376M 205M 2853M| 11k 3764B| 0 5629k| 0 385 |2932 5321 |0.62 1.03 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 143 0 +Jan 14 22:43:38 ubuntu dstat.sh[58095]: 14-01 22:43:38| 9 2 87 1 0|4304M 376M 205M 2853M| 11k 4284B| 0 1168k| 0 141 |2611 4612 |0.62 1.03 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 138 0 +Jan 14 22:43:39 ubuntu dstat.sh[58095]: 14-01 22:43:39| 8 1 88 1 0|4303M 376M 205M 2853M| 11k 3913B| 0 943k| 0 96.9 |2587 4487 |0.57 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 138 0 +Jan 14 22:43:40 ubuntu dstat.sh[58095]: 14-01 22:43:40| 10 2 88 1 0|4304M 376M 205M 2854M| 10k 4382B| 0 1122k| 0 129 |2680 4677 |0.57 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 282 6 135 0 +Jan 14 22:43:41 ubuntu dstat.sh[58095]: 14-01 22:43:41| 3 1 93 0 0|4304M 376M 205M 2854M|5930B 1582B| 0 654k| 0 52.9 |1806 3051 |0.57 1.01 0.93|4.0 0 0| 0 0 | 0 0 | 18 283 6 135 0 +Jan 14 22:43:42 ubuntu dstat.sh[58095]: 14-01 22:43:42| 8 2 89 1 0|4304M 375M 205M 2854M|9690B 3820B| 0 4530k| 0 545 |3296 4488 |0.57 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 130 0 +Jan 14 22:43:43 ubuntu dstat.sh[58095]: 14-01 22:43:43| 10 1 87 1 1|4304M 375M 205M 2854M| 10k 4367B| 0 1199k| 0 146 |2917 4836 |0.57 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 130 0 +Jan 14 22:43:44 ubuntu dstat.sh[58095]: 14-01 22:43:44| 7 2 89 1 0|4304M 375M 205M 2854M| 11k 3873B| 0 1112k| 0 122 |2430 4081 |0.60 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 124 0 +Jan 14 22:43:45 ubuntu dstat.sh[58095]: 14-01 22:43:45| 12 2 84 1 0|4304M 375M 205M 2855M|9730B 3834B| 0 1417k| 0 159 |3064 5284 |0.60 1.01 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 282 6 127 0 +Jan 14 22:43:46 ubuntu dstat.sh[58095]: 14-01 22:43:46| 6 2 90 1 0|4304M 375M 205M 2855M| 10k 3657B| 0 1352k| 0 90.0 |2251 3837 |0.60 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 283 6 122 0 +Jan 14 22:43:47 ubuntu dstat.sh[58095]: 14-01 22:43:47| 6 1 90 1 0|4304M 375M 205M 2855M| 15k 6262B| 0 1007k| 0 94.3 |2288 3875 |0.60 1.01 0.93|1.0 1.0 0| 0 0 | 0 0 | 18 284 6 122 0 +Jan 14 22:43:48 ubuntu dstat.sh[58095]: 14-01 22:43:48| 27 6 63 5 0|4304M 374M 205M 2855M| 16k 6342B| 0 9786k| 0 868 |8086 15k|0.60 1.01 0.93|6.0 0 0| 0 0 | 0 0 | 18 283 6 120 0 +Jan 14 22:43:49 ubuntu dstat.sh[58095]: 14-01 22:43:49| 24 5 67 1 0|4311M 367M 205M 2855M|5633B 1618B| 0 2277k| 0 212 |6164 12k|0.63 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 123 0 +Jan 14 22:43:50 ubuntu dstat.sh[58095]: 14-01 22:43:50| 8 1 87 1 0|4311M 367M 205M 2855M|4933B 1616B| 16k 1879k|1.00 199 |3147 5347 |0.63 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 119 0 +Jan 14 22:43:51 ubuntu dstat.sh[58095]: 14-01 22:43:51| 14 2 80 1 0|4311M 366M 205M 2856M|6820B 1620B| 0 2520k| 0 301 |4311 7626 |0.63 1.01 0.93|3.0 0 0| 0 0 | 0 0 | 18 282 6 121 0 +Jan 14 22:43:52 ubuntu dstat.sh[58095]: 14-01 22:43:52| 10 2 85 1 0|4311M 366M 205M 2856M| 42k 1713B| 0 1300k| 0 133 |2937 5108 |0.63 1.01 0.93|3.0 0 0| 0 0 | 0 0 | 18 283 6 121 0 +Jan 14 22:43:53 ubuntu dstat.sh[58095]: 14-01 22:43:53| 26 4 65 3 1|4311M 365M 205M 2856M|4992B 1626B| 0 3966k| 0 501 |7084 13k|0.63 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 283 6 120 0 +Jan 14 22:43:54 ubuntu dstat.sh[58095]: 14-01 22:43:54| 26 4 67 2 0|4313M 363M 205M 2857M|5345B 1620B| 0 7833k| 0 582 |6910 13k|0.66 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 283 6 120 0 +Jan 14 22:43:55 ubuntu dstat.sh[58095]: 14-01 22:43:55| 27 4 65 2 0|4314M 362M 205M 2857M|7756B 1457B| 0 3588k| 0 433 |6715 13k|0.66 1.01 0.93|5.0 0 1.0| 0 0 | 0 0 | 18 284 6 122 0 +Jan 14 22:43:56 ubuntu dstat.sh[58095]: 14-01 22:43:56| 25 5 69 1 0|4315M 361M 205M 2857M|6054B 1695B| 0 3910k| 0 282 |6459 12k|0.66 1.01 0.93|6.0 0 0| 0 0 | 0 0 | 18 283 6 123 0 +Jan 14 22:43:57 ubuntu dstat.sh[58095]: 14-01 22:43:57| 7 1 88 1 0|4315M 361M 205M 2858M|5969B 1689B| 0 7516k| 0 786 |3345 3810 |0.66 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 283 6 110 0 +Jan 14 22:43:58 ubuntu dstat.sh[58095]: 14-01 22:43:58| 22 4 71 2 0|4315M 361M 205M 2858M| 11k 1626B| 0 2651k| 0 329 |5832 11k|0.66 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 112 0 +Jan 14 22:43:59 ubuntu dstat.sh[58095]: 14-01 22:43:59| 25 4 66 2 0|4316M 360M 205M 2858M|8224B 1615B| 0 2595k| 0 298 |6550 12k|0.69 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 283 6 107 0 +Jan 14 22:44:00 ubuntu dstat.sh[58095]: 14-01 22:44:00| 24 6 66 3 0|4317M 358M 205M 2858M| 45k 1625B| 0 9395k| 0 758 |8551 15k|0.69 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 283 6 110 0 +Jan 14 22:44:01 ubuntu dstat.sh[58095]: 14-01 22:44:01| 26 4 64 3 0|4317M 358M 205M 2859M|6556B 1613B| 0 4223k| 0 520 |6741 13k|0.69 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 283 6 108 0 +Jan 14 22:44:02 ubuntu dstat.sh[58095]: 14-01 22:44:02| 26 3 68 1 0|4318M 356M 205M 2859M|5261B 1461B| 0 2172k| 0 218 |5292 12k|0.69 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 283 6 109 0 +Jan 14 22:44:03 ubuntu dstat.sh[58095]: 14-01 22:44:03| 21 2 74 2 0|4319M 355M 205M 2859M| 10k 4360B| 0 3412k| 0 352 |5378 11k|0.69 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 98 0 +Jan 14 22:44:04 ubuntu dstat.sh[58095]: 14-01 22:44:04| 8 2 88 1 0|4319M 355M 205M 2859M| 13k 6040B| 0 1700k| 0 167 |2557 4396 |0.64 1.00 0.92|2.0 0 0| 0 0 | 0 0 | 18 283 6 98 0 +Jan 14 22:44:05 ubuntu dstat.sh[58095]: 14-01 22:44:05| 11 2 84 1 0|4319M 355M 205M 2859M| 22k 8778B| 0 1656k| 0 165 |3069 5272 |0.64 1.00 0.92|3.0 0 1.0| 0 0 | 0 0 | 18 282 6 97 0 +Jan 14 22:44:06 ubuntu dstat.sh[58095]: 14-01 22:44:06| 6 2 89 2 0|4319M 355M 205M 2860M|9839B 4358B| 0 5807k| 0 414 |2873 5413 |0.64 1.00 0.92|2.0 0 0| 0 0 | 0 0 | 18 283 6 97 0 +Jan 14 22:44:07 ubuntu dstat.sh[58095]: 14-01 22:44:07| 14 2 82 1 0|4319M 354M 205M 2860M|6996B 1622B| 48k 2122k|2.00 269 |3618 6685 |0.64 1.00 0.92|2.0 0 0| 0 0 | 0 0 | 18 283 6 94 0 +Jan 14 22:44:08 ubuntu dstat.sh[58095]: 14-01 22:44:08| 10 2 85 1 0|4319M 354M 205M 2860M| 29k 13k| 0 1311k| 0 137 |2832 5201 |0.64 1.00 0.92|1.0 0 0| 0 0 | 0 0 | 18 282 6 95 0 +Jan 14 22:44:09 ubuntu dstat.sh[58095]: 14-01 22:44:09| 21 4 72 2 1|4319M 354M 205M 2860M|7498B 1460B| 0 2811k| 0 368 |5962 11k|0.74 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 88 0 +Jan 14 22:44:10 ubuntu dstat.sh[58095]: 14-01 22:44:10| 28 4 64 3 0|4319M 354M 205M 2860M|6340B 1625B| 0 5349k| 0 623 |7453 13k|0.74 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 93 0 +Jan 14 22:44:11 ubuntu dstat.sh[58095]: 14-01 22:44:11| 26 4 66 2 0|4320M 352M 205M 2861M| 13k 1616B| 0 6486k| 0 534 |7860 15k|0.74 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 100 1 +Jan 14 22:44:12 ubuntu dstat.sh[58095]: 14-01 22:44:12| 12 3 83 2 0|4321M 352M 205M 2861M| 18k 4461B| 0 2976k| 0 264 |3799 6495 |0.74 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 282 6 103 0 +Jan 14 22:44:13 ubuntu dstat.sh[58095]: 14-01 22:44:13| 17 3 76 2 0|4323M 349M 205M 2861M| 13k 5792B| 56k 8486k|10.9 949 |5040 6967 |0.74 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 283 5 100 0 +Jan 14 22:44:14 ubuntu dstat.sh[58095]: 14-01 22:44:14| 9 2 88 1 0|4323M 349M 205M 2861M| 32k 8713B| 0 1260k| 0 130 |2707 4815 |0.68 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 283 5 102 0 +Jan 14 22:44:15 ubuntu dstat.sh[58095]: 14-01 22:44:15| 30 4 62 3 0|4324M 348M 205M 2862M| 10k 1461B| 0 4638k| 0 567 |8328 16k|0.68 1.00 0.93|1.0 0 2.0| 0 0 | 0 0 | 18 283 5 106 0 +Jan 14 22:44:16 ubuntu dstat.sh[58095]: 14-01 22:44:16| 26 6 67 1 0|4325M 347M 205M 2862M|8037B 1621B| 0 4211k| 0 324 |6945 13k|0.68 1.00 0.93|3.0 0 0| 0 0 | 0 0 | 18 284 5 113 0 +Jan 14 22:44:17 ubuntu dstat.sh[58095]: 14-01 22:44:17| 9 2 85 2 0|4325M 346M 205M 2862M| 17k 4365B| 0 3448k| 0 317 |3814 6415 |0.68 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 282 5 107 0 +Jan 14 22:44:18 ubuntu dstat.sh[58095]: 14-01 22:44:18| 14 4 80 1 0|4325M 346M 205M 2862M| 31k 10k| 0 1534k| 0 152 |3566 8736 |0.68 1.00 0.93|4.0 0 34| 0 0 | 0 0 | 18 283 5 108 0 +Jan 14 22:44:19 ubuntu dstat.sh[58095]: 14-01 22:44:19| 11 2 84 1 0|4326M 345M 205M 2862M| 16k 6056B| 0 4605k| 0 333 |2990 5627 |0.71 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 283 5 107 0 +Jan 14 22:44:20 ubuntu dstat.sh[58095]: 14-01 22:44:20| 13 2 83 1 0|4325M 345M 205M 2863M| 21k 8687B| 0 2462k| 0 202 |3793 6907 |0.71 1.00 0.93|5.0 0 0| 0 0 | 0 0 | 18 283 5 108 0 +Jan 14 22:44:21 ubuntu dstat.sh[58095]: 14-01 22:44:21| 27 4 65 3 0|4325M 345M 205M 2863M|6091B 1693B| 0 5682k| 0 595 |7099 13k|0.71 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 283 5 109 0 +Jan 14 22:44:22 ubuntu dstat.sh[58095]: 14-01 22:44:22| 24 4 69 1 0|4326M 345M 205M 2863M| 41k 1536B| 0 1885k| 0 174 |5761 11k|0.71 1.00 0.93|3.0 0 1.0| 0 0 | 0 0 | 18 285 5 110 0 +Jan 14 22:44:23 ubuntu dstat.sh[58095]: 14-01 22:44:23| 9 2 85 1 0|4326M 344M 205M 2863M| 22k 8783B| 0 2145k| 0 244 |3193 5638 |0.71 1.00 0.93|3.0 0 0| 0 0 | 0 0 | 18 285 5 111 0 +Jan 14 22:44:24 ubuntu dstat.sh[58095]: 14-01 22:44:24| 12 2 85 1 0|4326M 344M 205M 2863M| 28k 13k| 0 1489k| 0 137 |2692 4346 |0.73 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 285 5 111 0 +Jan 14 22:44:25 ubuntu dstat.sh[58095]: 14-01 22:44:25| 18 2 77 1 0|4326M 344M 205M 2864M| 14k 6201B| 0 2121k| 0 227 |4652 8798 |0.73 1.00 0.93|2.0 0 1.0| 0 0 | 0 0 | 18 286 5 111 0 +Jan 14 22:44:26 ubuntu dstat.sh[58095]: 14-01 22:44:26| 26 6 64 4 0|4326M 343M 205M 2864M|4819B 1622B| 0 10M| 0 821 |8013 15k|0.73 1.00 0.93|3.0 0 0| 0 0 | 0 0 | 18 285 5 114 0 +Jan 14 22:44:27 ubuntu dstat.sh[58095]: 14-01 22:44:27| 25 4 69 1 0|4326M 343M 205M 2864M|4946B 1617B| 0 3135k| 0 227 |6419 12k|0.73 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 286 5 116 0 +Jan 14 22:44:28 ubuntu dstat.sh[58095]: 14-01 22:44:28| 26 4 64 5 0|4327M 342M 205M 2864M|4567B 1698B| 0 10M| 0 1275 |8463 13k|0.73 1.00 0.93|4.0 0 0| 0 0 | 0 0 | 18 284 5 121 0 +Jan 14 22:44:29 ubuntu dstat.sh[58095]: 14-01 22:44:29| 24 4 68 1 0|4327M 341M 205M 2865M|8450B 4086B| 0 2447k| 0 278 |5729 11k|0.75 1.00 0.93|1.0 0 0| 0 0 | 0 0 | 18 285 5 116 0 +Jan 14 22:44:30 ubuntu dstat.sh[58095]: 14-01 22:44:30| 6 2 90 1 0|4327M 341M 205M 2865M|8954B 2018B| 0 2126k| 0 153 |2642 4332 |0.75 1.00 0.93|4.0 1.0 0| 0 0 | 0 0 | 18 285 6 116 0 +Jan 14 22:44:31 ubuntu dstat.sh[58095]: 14-01 22:44:31| 7 2 87 3 0|4327M 341M 205M 2865M| 45k 4377B| 0 6932k| 0 508 |3707 6142 |0.75 1.00 0.93|1.0 0 0| 0 0 | 0 0 | 18 284 6 108 0 +Jan 14 22:44:32 ubuntu dstat.sh[58095]: 14-01 22:44:32| 12 2 84 1 0|4327M 341M 205M 2865M|9562B 3831B| 0 1684k| 0 208 |3324 5594 |0.75 1.00 0.93|1.0 1.0 0| 0 0 | 0 0 | 18 284 6 109 0 +Jan 14 22:44:33 ubuntu dstat.sh[58095]: 14-01 22:44:33| 8 1 86 1 0|4328M 340M 205M 2865M| 36k 17k| 0 3873k| 0 494 |3258 4519 |0.75 1.00 0.93|3.0 0 0| 0 0 | 0 0 | 18 286 6 105 0 +Jan 14 22:44:34 ubuntu dstat.sh[58095]: 14-01 22:44:34| 16 2 81 1 0|4328M 340M 205M 2865M| 17k 6691B| 0 1724k| 0 219 |4050 7843 |0.85 1.01 0.93|5.0 0 0| 0 0 | 0 0 | 18 286 6 105 0 +Jan 14 22:44:35 ubuntu dstat.sh[58095]: 14-01 22:44:35| 26 4 65 3 0|4328M 340M 205M 2866M|4933B 1814B| 32k 4884k|1.00 526 |6485 13k|0.85 1.01 0.93|4.0 0 1.0| 0 0 | 0 0 | 18 285 6 109 0 +Jan 14 22:44:36 ubuntu dstat.sh[58095]: 14-01 22:44:36| 24 5 68 1 0|4329M 338M 205M 2866M|6401B 1554B| 0 2272k| 0 222 |6034 13k|0.85 1.01 0.93|5.0 0 0| 0 0 | 0 0 | 18 286 6 110 0 +Jan 14 22:44:37 ubuntu dstat.sh[58095]: 14-01 22:44:37| 13 3 79 3 0|4329M 338M 205M 2866M|9888B 4432B| 16k 7548k|1.00 572 |4303 9330 |0.85 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 112 0 +Jan 14 22:44:38 ubuntu dstat.sh[58095]: 14-01 22:44:38| 8 1 87 0 0|4329M 338M 205M 2866M| 18k 8201B| 0 1728k| 0 151 |2773 4953 |0.85 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 285 6 111 0 +Jan 14 22:44:39 ubuntu dstat.sh[58095]: 14-01 22:44:39| 15 4 79 2 0|4329M 337M 205M 2867M| 18k 6541B| 0 1892k| 0 217 |4253 8614 |0.87 1.01 0.93|3.0 0 0| 0 0 | 0 0 | 18 285 6 112 0 +Jan 14 22:44:40 ubuntu dstat.sh[58095]: 14-01 22:44:40| 29 3 63 2 0|4329M 337M 205M 2867M|7955B 1619B| 0 4741k| 0 595 |6685 14k|0.87 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 286 6 115 0 +Jan 14 22:44:41 ubuntu dstat.sh[58095]: 14-01 22:44:41| 24 4 67 2 0|4330M 336M 205M 2867M|5753B 1619B| 0 6069k| 0 503 |7167 14k|0.87 1.01 0.93|3.0 0 0| 0 0 | 0 0 | 18 285 6 117 0 +Jan 14 22:44:42 ubuntu dstat.sh[58095]: 14-01 22:44:42| 18 3 77 2 0|4331M 335M 205M 2867M|9847B 4399B|8188B 4154k|2.00 310 |4776 8644 |0.87 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 284 6 117 0 +Jan 14 22:44:43 ubuntu dstat.sh[58095]: 14-01 22:44:43| 8 2 88 1 0|4332M 334M 205M 2868M| 14k 5856B| 0 1594k| 0 150 |2620 4391 |0.87 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 285 6 117 0 +Jan 14 22:44:44 ubuntu dstat.sh[58095]: 14-01 22:44:44| 9 3 87 0 0|4332M 333M 205M 2868M| 23k 8641B| 0 992k| 0 86.3 |2352 3772 |0.80 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 117 0 +Jan 14 22:44:45 ubuntu dstat.sh[58095]: 14-01 22:44:45| 9 2 88 1 0|4332M 333M 205M 2868M| 29k 10k| 0 1175k| 0 117 |2740 4573 |0.80 1.00 0.93|3.0 0 1.0| 0 0 | 0 0 | 18 285 6 117 0 +Jan 14 22:44:46 ubuntu dstat.sh[58095]: 14-01 22:44:46| 28 4 64 3 0|4334M 331M 205M 2868M|5860B 1772B| 16k 3665k|1.00 448 |6455 13k|0.80 1.00 0.93|3.0 0 0| 0 0 | 0 0 | 18 286 6 117 0 +Jan 14 22:44:47 ubuntu dstat.sh[58095]: 14-01 22:44:47| 27 4 66 2 0|4335M 330M 205M 2868M|8493B 1618B| 0 4569k| 0 431 |6449 13k|0.80 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 285 6 121 0 +Jan 14 22:44:48 ubuntu dstat.sh[58095]: 14-01 22:44:48| 24 5 68 1 0|4337M 327M 205M 2869M|5734B 1620B| 0 2752k| 0 282 |5895 12k|0.80 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 285 6 121 0 +Jan 14 22:44:49 ubuntu dstat.sh[58095]: 14-01 22:44:49| 28 5 61 5 0|4337M 327M 205M 2869M|8125B 1625B| 0 17M| 0 1683 |8825 15k|0.97 1.03 0.94|2.0 0 0| 0 0 | 0 0 | 18 285 6 125 0 +Jan 14 22:44:50 ubuntu dstat.sh[58095]: 14-01 22:44:50| 27 4 67 1 0|4338M 326M 205M 2869M|5789B 1514B| 0 2588k| 0 232 |6389 13k|0.97 1.03 0.94|2.0 0 0| 0 0 | 0 0 | 18 285 6 120 0 +Jan 14 22:44:51 ubuntu dstat.sh[58095]: 14-01 22:44:51| 26 3 66 2 0|4339M 325M 205M 2870M|5325B 1561B| 0 3289k| 0 384 |5939 12k|0.97 1.03 0.94|2.0 0 0| 0 0 | 0 0 | 18 286 6 124 0 +Jan 14 22:44:52 ubuntu dstat.sh[58095]: 14-01 22:44:52| 27 4 66 1 0|4339M 324M 205M 2870M| 43k 1709B| 0 2828k| 0 326 |6544 13k|0.97 1.03 0.94|2.0 0 0| 0 0 | 0 0 | 18 285 6 131 0 +Jan 14 22:44:53 ubuntu dstat.sh[58095]: 14-01 22:44:53| 26 3 66 3 0|4340M 323M 205M 2870M|6450B 1704B| 0 8797k| 0 651 |8040 14k|0.97 1.03 0.94|4.0 0 0| 0 0 | 0 0 | 18 286 6 135 0 +Jan 14 22:44:54 ubuntu dstat.sh[58095]: 14-01 22:44:54| 26 5 66 2 0|4341M 322M 205M 2871M|4703B 1616B| 0 3699k| 0 443 |6972 13k|0.98 1.03 0.94|3.0 0 0| 0 0 | 0 0 | 18 285 6 136 0 +Jan 14 22:44:55 ubuntu dstat.sh[58095]: 14-01 22:44:55| 21 4 73 1 0|4341M 321M 205M 2871M|9016B 4383B| 0 2299k| 0 251 |5638 11k|0.98 1.03 0.94|2.0 0 1.0| 0 0 | 0 0 | 18 284 6 139 0 +Jan 14 22:44:56 ubuntu dstat.sh[58095]: 14-01 22:44:56| 11 2 83 1 0|4341M 321M 205M 2871M|5479B 1614B| 0 2411k| 0 248 |3598 6260 |0.98 1.03 0.94|2.0 0 0| 0 0 | 0 0 | 18 284 6 136 0 +Jan 14 22:44:57 ubuntu dstat.sh[58095]: 14-01 22:44:57| 4 2 92 1 0|4341M 321M 205M 2871M| 12k 4257B| 0 987k| 0 83.9 |1899 3145 |0.98 1.03 0.94|5.0 0 0| 0 0 | 0 0 | 18 285 6 136 0 +Jan 14 22:44:58 ubuntu dstat.sh[58095]: 14-01 22:44:58| 9 2 86 1 0|4342M 320M 205M 2871M| 10k 4406B| 0 1814k| 0 187 |2950 5204 |0.98 1.03 0.94|1.0 0 0| 0 0 | 0 0 | 18 284 6 137 0 +Jan 14 22:44:59 ubuntu dstat.sh[58095]: 14-01 22:44:59| 15 2 81 1 0|4342M 320M 205M 2871M| 11k 4250B| 0 1940k| 0 209 |3578 6291 |0.90 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 284 6 139 0 +Jan 14 22:45:00 ubuntu dstat.sh[58095]: 14-01 22:45:00| 13 2 82 2 0|4343M 318M 205M 2872M| 27k 11k| 0 7815k| 0 575 |4637 7482 |0.90 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 286 6 133 0 +Jan 14 22:45:01 ubuntu dstat.sh[58095]: 14-01 22:45:01| 8 1 88 0 0|4344M 318M 205M 2872M| 72k 16k| 0 1051k| 0 92.0 |2643 4104 |0.90 1.01 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 288 6 134 0 +Jan 14 22:45:02 ubuntu dstat.sh[58095]: 14-01 22:45:02| 12 1 85 1 0|4344M 318M 205M 2872M| 27k 11k| 0 1652k| 0 213 |3231 5297 |0.90 1.01 0.93|3.0 0 0| 0 0 | 0 0 | 18 286 7 127 0 +Jan 14 22:45:03 ubuntu dstat.sh[58095]: 14-01 22:45:03| 6 2 91 1 0|4343M 318M 205M 2872M| 27k 12k| 0 892k| 0 87.3 |2251 3629 |0.90 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 6 127 0 +Jan 14 22:45:04 ubuntu dstat.sh[58095]: 14-01 22:45:04| 26 5 63 5 0|4345M 316M 205M 2872M|6951B 1912B| 0 10M| 0 1298 |7536 13k|0.99 1.03 0.94|2.0 0 0| 0 0 | 0 0 | 18 288 6 130 0 +Jan 14 22:45:05 ubuntu dstat.sh[58095]: 14-01 22:45:05| 25 4 69 1 0|4345M 316M 205M 2872M|4827B 1694B| 0 2324k| 0 260 |5218 12k|0.99 1.03 0.94|2.0 0 1.0| 0 0 | 0 0 | 18 288 6 131 0 +Jan 14 22:45:06 ubuntu dstat.sh[58095]: 14-01 22:45:06| 26 4 67 2 0|4346M 315M 205M 2873M|5726B 1615B| 0 3023k| 0 355 |6163 13k|0.99 1.03 0.94|3.0 0 0| 0 0 | 0 0 | 18 287 6 128 0 +Jan 14 22:45:07 ubuntu dstat.sh[58095]: 14-01 22:45:07| 25 5 65 3 0|4346M 314M 205M 2873M|5300B 1564B| 0 8179k| 0 651 |7238 14k|0.99 1.03 0.94|1.0 0 0| 0 0 | 0 0 | 18 288 6 131 0 +Jan 14 22:45:08 ubuntu dstat.sh[58095]: 14-01 22:45:08| 11 2 85 1 0|4347M 313M 205M 2873M| 10k 4362B| 0 3570k| 0 253 |3315 5989 |0.99 1.03 0.94|1.0 0 0| 0 0 | 0 0 | 18 286 6 131 0 +Jan 14 22:45:09 ubuntu dstat.sh[58095]: 14-01 22:45:09| 8 2 88 1 0|4347M 313M 205M 2873M| 10k 4360B| 0 1443k| 0 165 |2603 4520 |0.91 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 286 6 131 0 +Jan 14 22:45:10 ubuntu dstat.sh[58095]: 14-01 22:45:10| 14 3 80 1 0|4347M 313M 205M 2874M| 11k 3919B| 0 2019k| 0 231 |3934 6908 |0.91 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 286 6 127 0 +Jan 14 22:45:11 ubuntu dstat.sh[58095]: 14-01 22:45:11| 6 1 90 1 0|4347M 313M 205M 2874M| 16k 3625B| 0 1008k| 0 87.0 |2106 3409 |0.91 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 287 6 128 0 +Jan 14 22:45:12 ubuntu dstat.sh[58095]: 14-01 22:45:12| 6 2 90 1 0|4347M 313M 205M 2874M| 35k 11k| 0 1187k| 0 121 |2396 3816 |0.91 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 6 116 0 +Jan 14 22:45:13 ubuntu dstat.sh[58095]: 14-01 22:45:13| 26 4 66 2 0|4348M 312M 205M 2874M|7717B 1693B| 0 3469k| 0 374 |6405 12k|0.91 1.01 0.93|3.0 0 0| 0 0 | 0 0 | 18 287 6 118 0 +Jan 14 22:45:14 ubuntu dstat.sh[58095]: 14-01 22:45:14| 27 5 66 2 0|4348M 311M 205M 2874M|8220B 1663B| 0 3110k| 0 367 |7077 13k|0.91 1.01 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 6 115 0 +Jan 14 22:45:15 ubuntu dstat.sh[58095]: 14-01 22:45:15| 22 3 71 2 0|4350M 309M 205M 2875M| 17k 4126B| 0 8883k| 0 603 |6567 13k|0.91 1.01 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 287 6 116 0 +Jan 14 22:45:16 ubuntu dstat.sh[58095]: 14-01 22:45:16| 9 2 87 1 0|4349M 309M 205M 2875M| 15k 3837B| 0 1154k| 0 122 |2825 4749 |0.91 1.01 0.93|1.0 0 0| 0 0 | 0 0 | 18 287 6 103 0 +Jan 14 22:45:17 ubuntu dstat.sh[58095]: 14-01 22:45:17| 10 3 84 1 0|4350M 309M 205M 2875M| 34k 11k| 0 1037k| 0 102 |4037 7088 |0.91 1.01 0.93|3.0 0 0| 0 0 | 0 0 | 18 287 6 103 0 +Jan 14 22:45:18 ubuntu dstat.sh[58095]: 14-01 22:45:18| 31 7 59 2 0|4349M 309M 205M 2875M| 14k 1660B| 0 4307k| 0 495 |8259 16k|0.91 1.01 0.93|3.0 0 34| 0 0 | 0 0 | 18 287 6 110 0 +Jan 14 22:45:19 ubuntu dstat.sh[58095]: 14-01 22:45:19| 21 3 72 1 0|4350M 308M 205M 2875M| 11k 4362B| 0 3712k| 0 322 |5732 10k|0.84 0.99 0.93|1.0 0 0| 0 0 | 0 0 | 18 286 6 111 0 +Jan 14 22:45:20 ubuntu dstat.sh[58095]: 14-01 22:45:20| 9 2 86 2 0|4350M 307M 205M 2875M| 13k 4290B| 0 1998k| 0 220 |3074 5318 |0.84 0.99 0.93|3.0 0 0| 0 0 | 0 0 | 18 286 6 112 0 +Jan 14 22:45:21 ubuntu dstat.sh[58095]: 14-01 22:45:21| 6 1 92 1 0|4350M 307M 205M 2875M|5712B 1624B| 0 1396k| 0 129 |2091 3425 |0.84 0.99 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 6 110 0 +Jan 14 22:45:22 ubuntu dstat.sh[58095]: 14-01 22:45:22| 4 2 90 2 0|4350M 307M 205M 2876M| 47k 4279B| 0 5772k| 0 388 |3042 4794 |0.84 0.99 0.93|1.0 0 0| 0 0 | 0 0 | 18 286 6 110 0 +Jan 14 22:45:23 ubuntu dstat.sh[58095]: 14-01 22:45:23| 12 3 82 1 0|4350M 307M 205M 2876M| 32k 14k| 0 1983k| 0 237 |3736 6465 |0.84 0.99 0.93|2.0 0 0| 0 0 | 0 0 | 18 288 6 104 0 +Jan 14 22:45:24 ubuntu dstat.sh[58095]: 14-01 22:45:24| 16 3 77 2 0|4350M 307M 205M 2876M| 36k 16k| 0 5448k| 0 946 |5342 6852 |0.85 0.99 0.93|1.0 1.0 0| 0 0 | 0 0 | 18 286 6 106 0 +Jan 14 22:45:25 ubuntu dstat.sh[58095]: 14-01 22:45:25| 8 1 87 1 0|4350M 307M 205M 2876M| 10k 4502B| 0 5813k| 0 395 |3078 4282 |0.85 0.99 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 286 6 107 0 +Jan 14 22:45:26 ubuntu dstat.sh[58095]: 14-01 22:45:26| 11 2 84 1 0|4351M 306M 205M 2876M|9320B 4149B| 0 1447k| 0 175 |3166 5427 |0.85 0.99 0.93|1.0 0 0| 0 0 | 0 0 | 18 287 6 108 0 +Jan 14 22:45:27 ubuntu dstat.sh[58095]: 14-01 22:45:27| 5 2 91 0 0|4351M 306M 205M 2877M|7124B 1877B| 0 985k| 0 81.4 |2046 3336 |0.85 0.99 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 6 104 0 +Jan 14 22:45:28 ubuntu dstat.sh[58095]: 14-01 22:45:28| 7 2 88 1 0|4351M 305M 205M 2877M| 33k 14k| 0 1274k| 0 127 |2625 4238 |0.85 0.99 0.93|1.0 0 0| 0 0 | 0 0 | 18 288 6 104 0 +Jan 14 22:45:29 ubuntu dstat.sh[58095]: 14-01 22:45:29| 5 2 93 0 0|4351M 305M 205M 2877M| 18k 6512B| 0 775k| 0 60.9 |1567 2343 |0.79 0.98 0.92|1.0 0 0| 0 0 | 0 0 | 18 287 6 97 0 +Jan 14 22:45:30 ubuntu dstat.sh[58095]: 14-01 22:45:30| 5 1 92 1 0|4351M 305M 205M 2877M| 36k 3935B| 0 2675k| 0 387 |2008 2857 |0.79 0.98 0.92|1.0 0 0| 0 0 | 0 0 | 18 287 6 97 0 +Jan 14 22:45:31 ubuntu dstat.sh[58095]: 14-01 22:45:31| 6 1 90 1 0|4351M 305M 205M 2877M| 43k 15k| 0 748k| 0 69.0 |1958 2995 |0.79 0.98 0.92|2.0 0 0| 0 0 | 0 0 | 18 286 6 96 0 +Jan 14 22:45:32 ubuntu dstat.sh[58095]: 14-01 22:45:32| 9 1 90 1 0|4351M 305M 205M 2877M| 18k 8200B| 0 1082k| 0 140 |2597 4317 |0.79 0.98 0.92|1.0 0 0| 0 0 | 0 0 | 18 287 6 96 0 +Jan 14 22:45:33 ubuntu dstat.sh[58095]: 14-01 22:45:33| 11 2 84 1 0|4351M 305M 205M 2877M| 46k 21k| 0 1520k| 0 184 |3413 5386 |0.79 0.98 0.92|1.0 0 0| 0 0 | 0 0 | 18 288 6 96 0 +Jan 14 22:45:34 ubuntu dstat.sh[58095]: 14-01 22:45:34| 18 3 76 2 0|4351M 305M 205M 2877M| 18k 6850B| 0 6921k| 0 505 |5044 8927 |0.80 0.98 0.93|1.0 0 0| 0 0 | 0 0 | 18 288 6 98 0 +Jan 14 22:45:35 ubuntu dstat.sh[58095]: 14-01 22:45:35| 26 4 67 1 0|4352M 304M 205M 2877M|7745B 4336B| 0 2454k| 0 308 |6342 12k|0.80 0.98 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 287 6 98 0 +Jan 14 22:45:36 ubuntu dstat.sh[58095]: 14-01 22:45:36| 8 2 89 1 0|4352M 304M 205M 2878M|7181B 1800B| 0 1714k| 0 160 |2731 4628 |0.80 0.98 0.93|1.0 0 0| 0 0 | 0 0 | 18 287 6 98 0 +Jan 14 22:45:37 ubuntu dstat.sh[58095]: 14-01 22:45:37| 13 1 82 1 0|4352M 304M 205M 2878M| 18k 8146B| 0 2138k| 0 210 |3681 6411 |0.80 0.98 0.93|1.0 0 0| 0 0 | 0 0 | 18 287 6 94 0 +Jan 14 22:45:38 ubuntu dstat.sh[58095]: 14-01 22:45:38| 20 3 75 2 1|4352M 303M 205M 2878M| 16k 6352B| 16k 2674k|1.00 298 |5237 9374 |0.80 0.98 0.93|4.0 0 0| 0 0 | 0 0 | 18 287 6 96 0 +Jan 14 22:45:39 ubuntu dstat.sh[58095]: 14-01 22:45:39| 25 3 69 1 0|4353M 302M 205M 2878M|6317B 1619B| 0 2298k| 0 219 |6047 12k|0.90 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 6 96 0 +Jan 14 22:45:40 ubuntu dstat.sh[58095]: 14-01 22:45:40| 16 3 77 3 0|4353M 302M 205M 2878M| 12k 4360B| 0 8634k| 0 657 |5253 9979 |0.90 1.00 0.93|1.0 0 0| 0 0 | 0 0 | 18 286 6 97 0 +Jan 14 22:45:41 ubuntu dstat.sh[58095]: 14-01 22:45:41| 12 2 84 1 0|4354M 301M 205M 2879M|5302B 1691B| 0 1621k| 0 170 |3156 5693 |0.90 1.00 0.93|1.0 0 0| 0 0 | 0 0 | 18 287 6 90 0 +Jan 14 22:45:42 ubuntu dstat.sh[58095]: 14-01 22:45:42| 11 2 84 1 0|4354M 301M 205M 2879M| 18k 8118B| 0 1566k| 0 199 |3588 6113 |0.90 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 6 92 0 +Jan 14 22:45:43 ubuntu dstat.sh[58095]: 14-01 22:45:43| 11 2 84 1 0|4354M 301M 205M 2879M| 19k 9021B| 0 1296k| 0 142 |3087 5170 |0.90 1.00 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 5 91 0 +Jan 14 22:45:44 ubuntu dstat.sh[58095]: 14-01 22:45:44| 8 1 89 1 0|4354M 301M 205M 2879M|6817B 1801B| 0 1144k| 0 113 |2382 4091 |0.83 0.98 0.93|1.0 0 0| 0 0 | 0 0 | 18 287 5 92 0 +Jan 14 22:45:45 ubuntu dstat.sh[58095]: 14-01 22:45:45| 8 2 89 0 0|4354M 301M 205M 2879M| 20k 8145B| 0 1250k| 0 136 |2631 4425 |0.83 0.98 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 287 5 93 0 +Jan 14 22:45:46 ubuntu dstat.sh[58095]: 14-01 22:45:46| 24 4 68 2 0|4354M 300M 205M 2879M| 17k 6409B| 0 3160k| 0 396 |6313 12k|0.83 0.98 0.93|2.0 0 0| 0 0 | 0 0 | 18 288 5 96 0 +Jan 14 22:45:47 ubuntu dstat.sh[58095]: 14-01 22:45:47| 28 3 65 3 0|4354M 299M 205M 2880M|5073B 1663B| 0 9029k| 0 808 |7464 15k|0.83 0.98 0.93|2.0 0 0| 0 0 | 0 0 | 18 287 5 94 0 +Jan 14 22:45:48 ubuntu dstat.sh[58095]: 14-01 22:45:48| 24 4 68 1 0|4355M 298M 205M 2880M|5311B 1619B| 0 2830k| 0 245 |6656 13k|0.83 0.98 0.93|2.0 0 0| 0 0 | 0 0 | 18 288 5 96 0 +Jan 14 22:45:49 ubuntu dstat.sh[58095]: 14-01 22:45:49| 12 1 83 1 0|4355M 298M 205M 2881M|9389B 4353B| 16k 2582k|1.00 237 |3750 6496 |0.76 0.96 0.92|1.0 0 0| 0 0 | 0 0 | 18 286 5 94 0 +Jan 14 22:45:50 ubuntu dstat.sh[58095]: 14-01 22:45:50| 10 3 82 3 0|4354M 298M 205M 2881M|5369B 1622B| 0 10M| 0 1115 |5100 6237 |0.76 0.96 0.92|1.0 0 0| 0 0 | 0 0 | 18 287 5 94 0 +Jan 14 22:45:51 ubuntu dstat.sh[58095]: 14-01 22:45:51| 11 2 83 1 0|4355M 297M 205M 2881M| 18k 8226B| 0 2012k| 0 246 |3789 6356 |0.76 0.96 0.92|1.0 0 0| 0 0 | 0 0 | 18 287 5 86 0 +Jan 14 22:45:52 ubuntu dstat.sh[58095]: 14-01 22:45:52| 13 2 84 1 0|4355M 297M 205M 2881M| 60k 9319B| 16k 1498k|1.01 147 |2963 4970 |0.76 0.96 0.92|4.0 0 0| 0 0 | 0 0 | 18 286 5 88 0 +Jan 14 22:45:53 ubuntu dstat.sh[58095]: 14-01 22:45:53| 10 2 85 1 0|4355M 297M 205M 2881M|5319B 1559B| 0 1521k| 0 143 |2639 4572 |0.76 0.96 0.92|3.0 0 0| 0 0 | 0 0 | 18 286 5 75 0 +Jan 14 22:45:54 ubuntu dstat.sh[58095]: 14-01 22:45:54| 5 1 89 1 0|4355M 297M 205M 2881M| 30k 13k| 0 5658k| 0 383 |2919 5215 |0.70 0.95 0.91|1.0 0 0| 0 0 | 0 0 | 18 286 5 75 0 +Jan 14 22:45:55 ubuntu dstat.sh[58095]: 14-01 22:45:55| 26 5 67 3 0|4356M 296M 205M 2882M|6892B 1623B| 0 3042k| 0 395 |6937 13k|0.70 0.95 0.91|2.0 0 1.0| 0 0 | 0 0 | 18 288 5 69 0 +Jan 14 22:45:56 ubuntu dstat.sh[58095]: 14-01 22:45:56| 27 5 65 2 0|4356M 295M 205M 2882M|5186B 1712B| 0 3336k| 0 436 |6440 13k|0.70 0.95 0.91|2.0 0 0| 0 0 | 0 0 | 18 287 5 74 0 +Jan 14 22:45:57 ubuntu dstat.sh[58095]: 14-01 22:45:57| 25 5 68 1 0|4357M 293M 205M 2882M|5190B 1622B| 0 2310k| 0 222 |7145 14k|0.70 0.95 0.91|2.0 0 0| 0 0 | 0 0 | 18 288 5 73 0 +Jan 14 22:45:58 ubuntu dstat.sh[58095]: 14-01 22:45:58| 9 1 86 1 0|4357M 293M 205M 2883M| 12k 4428B| 0 2224k| 0 231 |3209 5533 |0.70 0.95 0.91|1.0 0 0| 0 0 | 0 0 | 18 286 5 75 0 +Jan 14 22:45:59 ubuntu dstat.sh[58095]: 14-01 22:45:59| 11 3 84 1 0|4357M 293M 205M 2883M|6640B 1619B| 0 1811k| 0 182 |2830 5148 |0.64 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 287 5 76 0 +Jan 14 22:46:00 ubuntu dstat.sh[58095]: 14-01 22:46:00| 15 4 76 6 0|4357M 293M 205M 2883M| 45k 13k| 0 12M| 0 1170 |5676 7877 |0.64 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 287 6 73 0 +Jan 14 22:46:01 ubuntu dstat.sh[58095]: 14-01 22:46:01| 13 3 82 1 1|4357M 293M 205M 2883M| 31k 4691B| 0 2296k| 0 217 |3532 6035 |0.64 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 286 6 75 0 +Jan 14 22:46:02 ubuntu dstat.sh[58095]: 14-01 22:46:02| 13 2 84 1 1|4357M 292M 205M 2883M| 11k 3835B| 0 1397k| 0 136 |2933 5102 |0.64 0.93 0.91|2.0 0 0| 0 0 | 0 0 | 18 286 6 74 0 +Jan 14 22:46:03 ubuntu dstat.sh[58095]: 14-01 22:46:03| 11 3 85 1 0|4358M 292M 205M 2883M| 26k 10k| 0 1472k| 0 144 |2903 5301 |0.64 0.93 0.91|4.0 0 0| 0 0 | 0 0 | 18 287 6 74 0 +Jan 14 22:46:04 ubuntu dstat.sh[58095]: 14-01 22:46:04| 28 5 63 3 0|4358M 291M 205M 2884M|5126B 1698B| 0 5623k| 0 632 |7392 15k|0.75 0.95 0.92|2.0 0 0| 0 0 | 0 0 | 18 288 6 77 0 +Jan 14 22:46:05 ubuntu dstat.sh[58095]: 14-01 22:46:05| 26 5 66 3 0|4359M 290M 205M 2884M|5609B 1618B| 0 8088k| 0 660 |7016 14k|0.75 0.95 0.92|2.0 0 1.0| 0 0 | 0 0 | 18 287 6 80 0 +Jan 14 22:46:06 ubuntu dstat.sh[58095]: 14-01 22:46:06| 14 3 79 2 0|4359M 290M 205M 2884M| 13k 4289B| 0 3422k| 0 310 |4556 8018 |0.75 0.95 0.92|1.0 0 0| 0 0 | 0 0 | 18 286 6 75 0 +Jan 14 22:46:07 ubuntu dstat.sh[58095]: 14-01 22:46:07| 11 2 84 1 0|4359M 290M 205M 2884M| 19k 9107B| 0 1292k| 0 133 |2960 4919 |0.75 0.95 0.92|2.0 0 0| 0 0 | 0 0 | 18 286 6 76 0 +Jan 14 22:46:08 ubuntu dstat.sh[58095]: 14-01 22:46:08| 10 2 85 1 0|4359M 290M 205M 2884M| 16k 7002B| 0 1458k| 0 166 |3044 5120 |0.75 0.95 0.92|2.0 0 0| 0 0 | 0 0 | 18 287 6 70 0 +Jan 14 22:46:09 ubuntu dstat.sh[58095]: 14-01 22:46:09| 9 2 87 1 0|4360M 289M 205M 2884M| 23k 9793B| 16k 1083k|1.00 94.9 |2532 3979 |0.69 0.93 0.91|2.0 1.0 0| 0 0 | 0 0 | 18 286 6 70 0 +Jan 14 22:46:10 ubuntu dstat.sh[58095]: 14-01 22:46:10| 7 3 89 1 0|4359M 289M 205M 2884M| 24k 10k| 0 1248k| 0 132 |2608 4652 |0.69 0.93 0.91|2.0 0 0| 0 0 | 0 0 | 18 288 6 70 0 +Jan 14 22:46:11 ubuntu dstat.sh[58095]: 14-01 22:46:11| 28 4 66 2 0|4360M 288M 205M 2885M| 15k 1868B| 0 3281k| 0 358 |6512 12k|0.69 0.93 0.91|2.0 0 0| 0 0 | 0 0 | 18 287 6 72 0 +Jan 14 22:46:12 ubuntu dstat.sh[58095]: 14-01 22:46:12| 9 3 84 1 0|4360M 288M 205M 2885M| 20k 4390B| 0 2691k| 0 271 |3536 6113 |0.69 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 286 6 73 0 +Jan 14 22:46:13 ubuntu dstat.sh[58095]: 14-01 22:46:13| 12 3 84 1 0|4361M 287M 205M 2885M| 20k 8073B| 0 1656k| 0 160 |2925 4711 |0.69 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 287 6 73 0 +Jan 14 22:46:14 ubuntu dstat.sh[58095]: 14-01 22:46:14| 19 3 74 2 0|4361M 287M 205M 2885M| 24k 6332B| 0 6783k| 0 526 |5764 9942 |0.72 0.93 0.91|2.0 0 0| 0 0 | 0 0 | 18 288 6 72 0 +Jan 14 22:46:15 ubuntu dstat.sh[58095]: 14-01 22:46:15| 25 4 69 1 0|4362M 286M 205M 2886M| 16k 4174B| 0 2709k| 0 287 |5981 11k|0.72 0.93 0.91|1.0 0 1.0| 0 0 | 0 0 | 18 287 6 75 0 +Jan 14 22:46:16 ubuntu dstat.sh[58095]: 14-01 22:46:16| 8 2 85 3 0|4362M 286M 205M 2886M|6396B 1949B| 0 8977k| 0 988 |4073 4761 |0.72 0.93 0.91|2.0 0 0| 0 0 | 0 0 | 18 287 6 73 0 +Jan 14 22:46:17 ubuntu dstat.sh[58095]: 14-01 22:46:17| 10 1 84 1 0|4362M 286M 205M 2886M| 21k 4271B| 0 1849k| 0 200 |3416 5716 |0.72 0.93 0.91|2.0 0 0| 0 0 | 0 0 | 18 286 6 74 0 +Jan 14 22:46:18 ubuntu dstat.sh[58095]: 14-01 22:46:18| 15 4 80 1 1|4368M 279M 205M 2886M| 28k 9982B| 0 1371k| 0 139 |3595 6219 |0.72 0.93 0.91|2.0 0 34| 0 0 | 0 0 | 18 287 6 74 0 +Jan 14 22:46:19 ubuntu dstat.sh[58095]: 14-01 22:46:19| 13 2 82 1 0|4368M 279M 205M 2886M| 24k 11k| 0 1845k| 0 157 |4108 7710 |0.82 0.95 0.92|2.0 0 0| 0 0 | 0 0 | 18 287 6 74 0 +Jan 14 22:46:20 ubuntu dstat.sh[58095]: 14-01 22:46:20| 13 3 81 1 0|4368M 279M 205M 2886M| 21k 9007B| 0 1539k| 0 168 |3213 5543 |0.82 0.95 0.92|2.0 0 0| 0 0 | 0 0 | 18 287 6 69 0 +Jan 14 22:46:21 ubuntu dstat.sh[58095]: 14-01 22:46:21| 11 2 84 1 0|4369M 278M 205M 2886M|6227B 1691B| 0 1725k| 0 180 |3153 5397 |0.82 0.95 0.92|1.0 0 0| 0 0 | 0 0 | 18 286 6 70 0 +Jan 14 22:46:22 ubuntu dstat.sh[58095]: 14-01 22:46:22| 6 1 91 1 0|4369M 278M 205M 2887M| 56k 8935B| 0 1302k| 0 107 |2129 3412 |0.82 0.95 0.92|2.0 0 0| 0 0 | 0 0 | 18 287 6 69 0 +Jan 14 22:46:23 ubuntu dstat.sh[58095]: 14-01 22:46:23| 16 3 75 2 0|4369M 278M 205M 2887M| 19k 8509B| 0 7208k| 0 535 |4768 7928 |0.82 0.95 0.92|1.0 0 0| 0 0 | 0 0 | 18 287 6 71 0 +Jan 14 22:46:24 ubuntu dstat.sh[58095]: 14-01 22:46:24| 11 2 86 1 0|4369M 278M 205M 2887M| 32k 13k| 0 1485k| 0 147 |2965 4884 |0.75 0.94 0.91|4.0 0 0| 0 0 | 0 0 | 18 287 6 68 0 +Jan 14 22:46:25 ubuntu dstat.sh[58095]: 14-01 22:46:25| 11 1 86 2 0|4369M 277M 205M 2887M| 33k 13k| 0 1530k| 0 181 |3221 5287 |0.75 0.94 0.91|2.0 0 1.0| 0 0 | 0 0 | 18 287 6 68 0 +Jan 14 22:46:26 ubuntu dstat.sh[58095]: 14-01 22:46:26| 7 2 88 1 0|4369M 277M 205M 2887M| 24k 10k| 0 1135k| 0 116 |2584 4256 |0.75 0.94 0.91|1.0 0 0| 0 0 | 0 0 | 18 288 6 68 0 +Jan 14 22:46:27 ubuntu dstat.sh[58095]: 14-01 22:46:27| 3 1 93 0 0|4369M 277M 205M 2887M| 14k 6001B| 0 628k| 0 42.0 |1491 2345 |0.75 0.94 0.91|1.0 0 0| 0 0 | 0 0 | 18 288 6 68 0 +Jan 14 22:46:28 ubuntu dstat.sh[58095]: 14-01 22:46:28| 10 1 85 0 0|4369M 277M 205M 2887M| 26k 11k| 0 1179k| 0 134 |3052 5187 |0.75 0.94 0.91|2.0 0 0| 0 0 | 0 0 | 18 288 6 67 0 +Jan 14 22:46:29 ubuntu dstat.sh[58095]: 14-01 22:46:29| 27 4 66 2 0|4369M 276M 205M 2887M|7298B 1862B| 0 3107k| 0 350 |6640 13k|0.77 0.94 0.91|2.0 0 0| 0 0 | 0 0 | 18 287 6 69 0 +Jan 14 22:46:30 ubuntu dstat.sh[58095]: 14-01 22:46:30| 28 3 67 2 0|4370M 276M 205M 2888M| 11k 1567B| 0 2605k| 0 295 |5580 12k|0.77 0.94 0.91|2.0 0 0| 0 0 | 0 0 | 18 287 6 71 1 +Jan 14 22:46:31 ubuntu dstat.sh[58095]: 14-01 22:46:31| 11 3 78 6 0|4371M 275M 205M 2888M| 42k 4364B| 0 12M| 0 1231 |4818 7686 |0.77 0.94 0.91|3.0 0 0| 0 0 | 0 0 | 18 286 6 72 0 +Jan 14 22:46:32 ubuntu dstat.sh[58095]: 14-01 22:46:32| 12 2 83 1 0|4371M 275M 205M 2888M|9902B 4509B| 0 2406k| 0 225 |3170 6001 |0.77 0.94 0.91|1.0 0 0| 0 0 | 0 0 | 18 286 6 73 0 +Jan 14 22:46:33 ubuntu dstat.sh[58095]: 14-01 22:46:33| 13 2 84 1 0|4371M 274M 205M 2888M| 29k 13k| 0 1595k| 0 184 |2918 5628 |0.77 0.94 0.91|4.0 0 0| 0 0 | 0 0 | 18 287 6 74 0 +Jan 14 22:46:34 ubuntu dstat.sh[58095]: 14-01 22:46:34| 10 1 87 0 0|4373M 272M 205M 2889M|6877B 1752B| 0 744k| 0 43.0 |1834 3222 |0.71 0.92 0.91|1.0 0 0| 0 0 | 0 0 | 18 287 6 73 0 +Jan 14 22:46:35 ubuntu dstat.sh[58095]: 14-01 22:46:35| 26 3 70 0 0|4379M 266M 205M 2889M|5037B 1693B| 0 823k| 0 75.9 |2358 3714 |0.71 0.92 0.91|2.0 0 1.0| 0 0 | 0 0 | 18 286 6 77 0 +Jan 14 22:46:36 ubuntu dstat.sh[58095]: 14-01 22:46:36| 14 2 80 1 0|4381M 263M 205M 2889M| 25k 12k| 0 5866k| 0 606 |3667 5392 |0.71 0.92 0.91|1.0 0 0| 0 0 | 0 0 | 18 287 6 74 0 +Jan 14 22:46:37 ubuntu dstat.sh[58095]: 14-01 22:46:37| 9 2 88 1 0|4381M 263M 205M 2889M| 22k 9206B| 0 1318k| 0 132 |2405 4098 |0.71 0.92 0.91|1.0 0 0| 0 0 | 0 0 | 18 287 6 75 0 +Jan 14 22:46:38 ubuntu dstat.sh[58095]: 14-01 22:46:38| 11 2 86 1 0|4381M 263M 205M 2889M| 29k 12k| 0 1422k| 0 147 |2963 4957 |0.71 0.92 0.91|2.0 0 0| 0 0 | 0 0 | 18 287 6 73 0 +Jan 14 22:46:39 ubuntu dstat.sh[58095]: 14-01 22:46:39| 11 3 84 1 0|4381M 263M 205M 2889M| 16k 6982B| 0 1308k| 0 127 |3347 6142 |0.65 0.91 0.90|5.0 0 0| 0 0 | 0 0 | 18 288 6 74 0 +Jan 14 22:46:40 ubuntu dstat.sh[58095]: 14-01 22:46:40| 27 3 66 2 0|4381M 263M 205M 2890M|5452B 1707B| 0 3570k| 0 428 |6715 13k|0.65 0.91 0.90|2.0 0 0| 0 0 | 0 0 | 18 286 6 77 0 +Jan 14 22:46:41 ubuntu dstat.sh[58095]: 14-01 22:46:41| 6 1 91 1 0|4381M 263M 205M 2890M|8937B 4314B| 0 2267k| 0 167 |2351 3897 |0.65 0.91 0.90|2.0 0 0| 0 0 | 0 0 | 18 289 6 77 0 +Jan 14 22:46:42 ubuntu dstat.sh[58095]: 14-01 22:46:42| 26 3 68 1 0|4382M 262M 205M 2890M|5268B 1619B| 0 5174k| 0 342 |5248 10k|0.65 0.91 0.90|2.0 0 2.0| 0 0 | 0 0 | 18 291 6 81 0 +Jan 14 22:46:43 ubuntu dstat.sh[58095]: 14-01 22:46:43| 24 4 69 1 0|4382M 261M 205M 2890M|5095B 1627B| 112k 2467k|6.03 180 |5148 9699 |0.65 0.91 0.90|2.0 0 1.0| 0 0 | 0 0 | 18 293 6 99 0 +Jan 14 22:46:44 ubuntu dstat.sh[58095]: 14-01 22:46:44| 27 4 68 1 0|4383M 260M 205M 2891M|5267B 1694B| 0 1356k| 0 121 |5134 10k|0.84 0.94 0.91|2.0 0 0| 0 0 | 0 0 | 18 290 6 121 0 +Jan 14 22:46:45 ubuntu dstat.sh[58095]: 14-01 22:46:45| 7 1 88 0 0|4383M 260M 205M 2891M| 20k 8022B| 0 1231k| 0 130 |2474 4299 |0.84 0.94 0.91|1.0 0 1.0| 0 0 | 0 0 | 18 290 6 121 0 +Jan 14 22:46:46 ubuntu dstat.sh[58095]: 14-01 22:46:46| 25 3 67 2 0|4383M 259M 205M 2891M| 16k 6400B| 0 3238k| 0 372 |5818 12k|0.84 0.94 0.91|2.0 0 0| 0 0 | 0 0 | 18 290 6 123 0 +Jan 14 22:46:47 ubuntu dstat.sh[58095]: 14-01 22:46:47| 15 3 80 1 0|4383M 259M 205M 2891M| 11k 4368B| 0 2954k| 0 283 |4129 8151 |0.84 0.94 0.91|2.0 0 0| 0 0 | 0 0 | 18 289 6 120 0 +Jan 14 22:46:48 ubuntu dstat.sh[58095]: 14-01 22:46:48| 8 2 88 1 0|4383M 259M 205M 2891M|9774B 4328B| 16k 2171k|1.00 202 |2713 4620 |0.84 0.94 0.91|1.0 0 0| 0 0 | 0 0 | 18 289 6 121 0 +Jan 14 22:46:49 ubuntu dstat.sh[58095]: 14-01 22:46:49| 8 1 89 1 0|4383M 259M 205M 2891M| 11k 4289B| 0 1755k| 0 161 |2622 4389 |0.77 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 289 6 115 0 +Jan 14 22:46:50 ubuntu dstat.sh[58095]: 14-01 22:46:50| 10 2 86 3 0|4383M 259M 205M 2892M|9508B 4302B| 0 6663k| 0 469 |3703 6331 |0.77 0.93 0.91|2.0 0 0| 0 0 | 0 0 | 18 289 6 116 0 +Jan 14 22:46:51 ubuntu dstat.sh[58095]: 14-01 22:46:51| 7 1 90 0 0|4383M 259M 205M 2892M|6854B 1622B| 0 829k| 0 55.1 |1861 3277 |0.77 0.93 0.91|3.0 0 0| 0 0 | 0 0 | 18 290 6 119 0 +Jan 14 22:46:52 ubuntu dstat.sh[58095]: 14-01 22:46:52| 10 1 86 1 0|4384M 257M 205M 2892M| 46k 3918B| 0 1074k| 0 95.8 |2310 4291 |0.77 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 289 6 120 0 +Jan 14 22:46:53 ubuntu dstat.sh[58095]: 14-01 22:46:53| 5 2 90 0 0|4384M 256M 205M 2893M|9096B 3831B| 0 1008k| 0 93.0 |1923 3483 |0.77 0.93 0.91|1.0 0 0| 0 0 | 0 0 | 18 289 6 118 0 +Jan 14 22:46:54 ubuntu dstat.sh[58095]: 14-01 22:46:54| 6 1 91 1 0|4384M 256M 205M 2893M|8872B 3665B| 0 1151k| 0 123 |2112 3912 |0.71 0.91 0.90|1.0 0 0| 0 0 | 0 0 | 18 289 6 118 0 +Jan 14 22:46:55 ubuntu dstat.sh[58095]: 14-01 22:46:55| 8 2 88 1 0|4384M 256M 205M 2893M| 17k 8048B| 0 1147k| 0 128 |2326 4134 |0.71 0.91 0.90|1.0 0 1.0| 0 0 | 0 0 | 18 290 6 117 0 +Jan 14 22:46:56 ubuntu dstat.sh[58095]: 14-01 22:46:56| 15 4 79 1 1|4384M 256M 205M 2893M| 16k 6537B| 0 2008k| 0 244 |4033 7928 |0.71 0.91 0.90|2.0 0 0| 0 0 | 0 0 | 18 291 6 118 0 +Jan 14 22:46:57 ubuntu dstat.sh[58095]: 14-01 22:46:57| 27 5 64 4 0|4386M 253M 205M 2893M|5231B 1695B| 0 11M| 0 1302 |7844 12k|0.71 0.91 0.90|2.0 0 0| 0 0 | 0 0 | 18 289 6 114 0 +Jan 14 22:46:58 ubuntu dstat.sh[58095]: 14-01 22:46:58| 5 1 92 0 0|4386M 253M 205M 2894M| 12k 4372B| 0 1754k| 0 123 |2050 3367 |0.71 0.91 0.90|2.0 0 0| 0 0 | 0 0 | 18 290 6 114 0 +Jan 14 22:46:59 ubuntu dstat.sh[58095]: 14-01 22:46:59| 6 1 90 1 0|4386M 253M 205M 2894M| 12k 4296B| 0 1652k| 0 168 |2504 4230 |0.66 0.89 0.90|1.0 0 0| 0 0 | 0 0 | 18 289 6 112 0 +Jan 14 22:47:00 ubuntu dstat.sh[58095]: 14-01 22:47:00| 7 2 85 2 0|4386M 253M 205M 2894M| 10k 3897B| 0 5499k| 0 392 |3412 5728 |0.66 0.89 0.90|1.0 0 0| 0 0 | 0 0 | 18 289 6 112 0 +Jan 14 22:47:01 ubuntu dstat.sh[58095]: 14-01 22:47:01| 10 2 86 1 0|4386M 253M 205M 2894M| 56k 7934B| 0 1612k| 0 151 |2943 4815 |0.66 0.89 0.90|2.0 0 0| 0 0 | 0 0 | 18 290 6 112 0 +Jan 14 22:47:02 ubuntu dstat.sh[58095]: 14-01 22:47:02| 19 3 76 1 0|4387M 253M 205M 2894M| 16k 6450B| 0 1908k| 0 221 |4077 7628 |0.66 0.89 0.90|2.0 0 1.0| 0 0 | 0 0 | 18 293 6 113 0 +Jan 14 22:47:03 ubuntu dstat.sh[58095]: 14-01 22:47:03| 18 3 76 1 0|4231M 406M 205M 2896M|7191B 273k|1820k 2471k|21.0 198 |3036 4769 |0.66 0.89 0.90|1.0 0 14| 0 0 | 0 0 | 18 291 6 112 0 +Jan 14 22:47:04 ubuntu dstat.sh[58095]: 14-01 22:47:04| 2 1 96 0 0|4231M 406M 205M 2896M|7180B 1698B| 0 794k| 0 51.1 |1303 2128 |0.60 0.88 0.89|1.0 0 0| 0 0 | 0 0 | 18 291 6 112 0 +Jan 14 22:47:05 ubuntu dstat.sh[58095]: 14-01 22:47:05| 2 1 95 1 0|4231M 406M 205M 2896M|5311B 1738B| 0 2707k| 0 206 |1648 2468 |0.60 0.88 0.89|1.0 0 1.0| 0 0 | 0 0 | 18 291 6 106 0 +Jan 14 22:47:06 ubuntu dstat.sh[58095]: 14-01 22:47:06| 3 1 94 0 0|4231M 406M 205M 2896M|6936B 1618B| 0 419k| 0 45.9 |1530 2620 |0.60 0.88 0.89|1.0 0 0| 0 0 | 0 0 | 18 291 6 106 0 +Jan 14 22:47:07 ubuntu dstat.sh[58095]: 14-01 22:47:07| 1 1 96 1 0|4231M 406M 205M 2896M|5854B 1620B| 0 3980k| 0 424 |1823 1911 |0.60 0.88 0.89|1.0 0 0| 0 0 | 0 0 | 18 291 6 104 0 +Jan 14 22:47:08 ubuntu dstat.sh[58095]: 14-01 22:47:08| 2 0 96 0 0|4231M 406M 205M 2896M|6952B 1457B| 0 56k| 0 4.00 |1015 1659 |0.60 0.88 0.89|2.0 0 0| 0 0 | 0 0 | 18 291 6 104 0 +Jan 14 22:47:09 ubuntu dstat.sh[58095]: 14-01 22:47:09| 3 1 95 0 0|4231M 406M 205M 2896M|5922B 1620B| 0 4096B| 0 1.00 |1068 1720 |0.55 0.86 0.89|1.0 0 0| 0 0 | 0 0 | 18 291 6 104 0 +Jan 14 22:47:10 ubuntu dstat.sh[58095]: 14-01 22:47:10| 3 0 95 0 0|4231M 406M 205M 2896M|5702B 1619B| 0 316k| 0 33.0 |1325 2189 |0.55 0.86 0.89|3.0 0 0| 0 0 | 0 0 | 18 291 6 104 0 +Jan 14 22:47:11 ubuntu dstat.sh[58095]: 14-01 22:47:11| 2 1 95 0 0|4231M 406M 205M 2896M| 13k 1620B| 0 252k| 0 23.0 |1402 2207 |0.55 0.86 0.89|1.0 0 0| 0 0 | 0 0 | 18 291 6 102 0 +Jan 14 22:47:12 ubuntu dstat.sh[58095]: 14-01 22:47:12| 3 1 95 1 0|4231M 406M 205M 2896M| 15k 1695B| 0 540k| 0 58.0 |1676 2717 |0.55 0.86 0.89|1.0 0 0| 0 0 | 0 0 | 18 291 6 102 0 +Jan 14 22:47:13 ubuntu dstat.sh[58095]: 14-01 22:47:13| 4 0 95 0 0|4231M 406M 205M 2896M|7283B 1619B| 0 236k| 0 36.0 |1337 2126 |0.55 0.86 0.89|1.0 0 0| 0 0 | 0 0 | 18 291 5 99 0 +Jan 14 22:47:14 ubuntu dstat.sh[58095]: 14-01 22:47:14| 2 1 95 0 0|4231M 406M 205M 2896M| 10k 1622B| 0 72k| 0 5.01 |1268 1971 |0.51 0.85 0.88|1.0 0 0| 0 0 | 0 0 | 18 291 5 99 0 +Jan 14 22:47:15 ubuntu dstat.sh[58095]: 14-01 22:47:15| 2 1 96 0 0|4231M 406M 205M 2896M| 13k 1513B| 0 8197B| 0 2.00 |1203 1890 |0.51 0.85 0.88|1.0 0 1.0| 0 0 | 0 0 | 18 291 5 97 0 +Jan 14 22:47:16 ubuntu dstat.sh[58095]: 14-01 22:47:16| 3 1 95 1 0|4231M 406M 205M 2896M|8323B 1566B| 0 412k| 0 44.0 |1508 2643 |0.51 0.85 0.88|1.0 0 0| 0 0 | 0 0 | 18 291 5 97 0 +Jan 14 22:47:17 ubuntu dstat.sh[58095]: 14-01 22:47:17| 1 1 96 0 0|4231M 406M 205M 2896M| 14k 1620B| 0 0 | 0 0 |1109 1736 |0.51 0.85 0.88|2.0 0 0| 0 0 | 0 0 | 18 291 5 93 0 +Jan 14 22:47:18 ubuntu dstat.sh[58095]: 14-01 22:47:18| 3 2 95 0 0|4239M 398M 205M 2896M| 18k 1621B| 0 0 | 0 0 |1279 1864 |0.51 0.85 0.88|2.0 0 12| 0 0 | 0 0 | 18 291 5 93 0 +Jan 14 22:47:19 ubuntu dstat.sh[58095]: 14-01 22:47:19| 9 3 86 0 0|4231M 406M 205M 2896M|5498B 1618B| 0 32k| 0 4.00 |3098 6038 |0.47 0.84 0.88|3.0 0 22| 0 0 | 0 0 | 18 291 5 93 0 +Jan 14 22:47:20 ubuntu dstat.sh[58095]: 14-01 22:47:20| 6 2 91 0 0|4231M 406M 205M 2896M|7036B 1620B| 0 232k| 0 23.0 |1639 2931 |0.47 0.84 0.88|4.0 0 0| 0 0 | 0 0 | 18 293 5 93 0 +Jan 14 22:47:21 ubuntu dstat.sh[58095]: 14-01 22:47:21| 6 1 92 0 0|4231M 406M 205M 2896M|5327B 1692B| 0 448k| 0 25.0 |1752 3065 |0.47 0.84 0.88|2.0 0 0| 0 0 | 0 0 | 18 291 5 90 0 +Jan 14 22:47:22 ubuntu dstat.sh[58095]: 14-01 22:47:22| 2 1 96 0 1|4232M 405M 205M 2896M| 42k 1587B| 0 384k| 0 35.0 |1394 2242 |0.47 0.84 0.88|1.0 0 0| 0 0 | 0 0 | 18 291 5 90 0 +Jan 14 22:47:23 ubuntu dstat.sh[58095]: 14-01 22:47:23| 3 1 94 0 0|4232M 405M 205M 2896M| 16k 6183B| 0 0 | 0 0 |1271 1890 |0.47 0.84 0.88|2.0 0 0| 0 0 | 0 0 | 18 292 5 87 0 +Jan 14 22:47:24 ubuntu dstat.sh[58095]: 14-01 22:47:24| 3 0 95 0 0|4232M 405M 205M 2896M| 13k 6135B| 0 0 | 0 0 |1202 1867 |0.43 0.82 0.87|1.0 0 0| 0 0 | 0 0 | 18 291 5 87 0 +Jan 14 22:47:25 ubuntu dstat.sh[58095]: 14-01 22:47:25| 1 1 96 0 0|4232M 405M 205M 2896M|4894B 1619B| 0 36k| 0 4.00 |1098 1739 |0.43 0.82 0.87|3.0 0 1.0| 0 0 | 0 0 | 18 291 5 87 0 +Jan 14 22:47:26 ubuntu dstat.sh[58095]: 14-01 22:47:26| 3 0 95 0 0|4232M 405M 205M 2896M|4757B 1663B| 0 396k| 0 45.0 |1472 2559 |0.43 0.82 0.87|1.0 0 0| 0 0 | 0 0 | 18 291 5 87 0 +Jan 14 22:47:27 ubuntu dstat.sh[58095]: 14-01 22:47:27| 2 0 96 0 0|4232M 405M 205M 2896M|6193B 1659B| 0 52k| 0 6.99 |1003 1716 |0.43 0.82 0.87|1.0 0 0| 0 0 | 0 0 | 18 291 5 87 0 +Jan 14 22:47:28 ubuntu dstat.sh[58095]: 14-01 22:47:28| 2 1 96 0 0|4232M 405M 205M 2896M|6038B 1623B| 0 28k| 0 4.01 |1139 1848 |0.43 0.82 0.87|1.0 0 0| 0 0 | 0 0 | 18 291 5 86 0 +Jan 14 22:47:29 ubuntu dstat.sh[58095]: 14-01 22:47:29| 2 0 96 0 0|4232M 405M 205M 2896M|5475B 1585B| 0 0 | 0 0 |1080 1825 |0.40 0.81 0.87|3.0 0 0| 0 0 | 0 0 | 18 291 5 86 0 +Jan 14 22:47:30 ubuntu dstat.sh[58095]: 14-01 22:47:30| 2 1 95 0 0|4232M 405M 205M 2896M|7896B 1567B| 0 268k| 0 29.0 |1353 2228 |0.40 0.81 0.87|1.0 0 0| 0 0 | 0 0 | 18 291 5 84 0 +Jan 14 22:47:31 ubuntu dstat.sh[58095]: 14-01 22:47:31| 3 1 95 1 0|4232M 405M 205M 2896M| 42k 1845B| 0 608k| 0 40.0 |1555 2547 |0.40 0.81 0.87|1.0 0 0| 0 0 | 0 0 | 18 291 6 84 0 +Jan 14 22:47:32 ubuntu dstat.sh[58095]: 14-01 22:47:32| 3 1 95 0 0|4232M 405M 205M 2896M|7105B 1693B| 0 416k| 0 49.0 |1540 2564 |0.40 0.81 0.87|2.0 0 0| 0 0 | 0 0 | 18 291 6 81 0 +Jan 14 22:47:33 ubuntu dstat.sh[58095]: 14-01 22:47:33| 4 2 93 1 0|4232M 405M 205M 2896M| 23k 10k| 0 2464k| 0 152 |1820 2880 |0.40 0.81 0.87|1.0 0 0| 0 0 | 0 0 | 18 292 6 81 0 +Jan 14 22:47:34 ubuntu dstat.sh[58095]: 14-01 22:47:34| 3 1 94 0 0|4237M 400M 205M 2896M| 110k 1346B| 124k 344k|2.00 21.0 |1185 1914 |0.36 0.79 0.86|2.0 0 3.0| 0 0 | 0 0 | 18 291 6 79 0 +Jan 14 22:47:35 ubuntu dstat.sh[58095]: 14-01 22:47:35| 11 4 84 0 0|4239M 398M 206M 2896M| 228k 8949B| 164k 1138k|9.02 50.1 |1819 2504 |0.36 0.79 0.86|1.0 0 31| 0 0 | 0 0 | 18 291 6 79 0 diff --git a/new_logs/933675/etc/cinder/cinder.conf b/new_logs/933675/etc/cinder/cinder.conf index 79f23017da..7a0daee1f3 100755 --- a/new_logs/933675/etc/cinder/cinder.conf +++ b/new_logs/933675/etc/cinder/cinder.conf @@ -11,8 +11,8 @@ interface = public auth_type = password [DEFAULT] -cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 -cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f +cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb +cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 graceful_shutdown_timeout = 5 glance_api_servers = http://10.201.9.223/image osapi_volume_workers = 2 diff --git a/new_logs/933675/etc/cinder/cinder.conf_old b/new_logs/933675/etc/cinder/cinder.conf_old index e737834ef7..e457f99893 100755 --- a/new_logs/933675/etc/cinder/cinder.conf_old +++ b/new_logs/933675/etc/cinder/cinder.conf_old @@ -12,8 +12,8 @@ interface = public auth_type = password [DEFAULT] -cinder_internal_tenant_user_id = 314e01d2de7a4db1854c7c6540af07e9 -cinder_internal_tenant_project_id = de198b0616ea4146afc19fba7d2c9f2f +cinder_internal_tenant_user_id = a56980bf0d194f52b0ae1ea5202ab0cb +cinder_internal_tenant_project_id = 4c2f9fd6a50945829cdaabe9d7940731 graceful_shutdown_timeout = 5 glance_api_servers = http://10.201.9.223/image osapi_volume_workers = 2 diff --git a/new_logs/933675/etc/gate.log b/new_logs/933675/etc/gate.log index 574c5e7ae3..ac7ddb4c25 100755 --- a/new_logs/933675/etc/gate.log +++ b/new_logs/933675/etc/gate.log @@ -1,4 +1,4 @@ -20:12:21 RT program started +22:17:51 RT program started SHELL=/bin/sh PWD=/home/ubuntu LOGNAME=ubuntu @@ -6,17 +6,17 @@ XDG_SESSION_TYPE=tty MOTD_SHOWN=pam HOME=/home/ubuntu LANG=C.UTF-8 -SSH_CONNECTION=10.201.4.30 34100 10.201.9.223 22 +SSH_CONNECTION=10.201.4.30 42744 10.201.9.223 22 XDG_SESSION_CLASS=user USER=ubuntu SHLVL=1 -XDG_SESSION_ID=13 +XDG_SESSION_ID=2 XDG_RUNTIME_DIR=/run/user/1000 -SSH_CLIENT=10.201.4.30 34100 22 +SSH_CLIENT=10.201.4.30 42744 22 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus _=/usr/bin/env -20:12:21 RT We are inside agent gate +22:17:51 RT We are inside agent gate Reading package lists... Building dependency tree... Reading state information... @@ -26,7 +26,7 @@ The following NEW packages will be installed: Need to get 204 kB of archives. After this operation, 819 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 net-tools amd64 1.60+git20181103.0eebece-1ubuntu5 [204 kB] -Fetched 204 kB in 1s (147 kB/s) +Fetched 204 kB in 2s (105 kB/s) Selecting previously unselected package net-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 46595 files and directories currently installed.) Preparing to unpack .../net-tools_1.60+git20181103.0eebece-1ubuntu5_amd64.deb ... @@ -45,38 +45,38 @@ No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. To check what array_ip_var_name is printing SSA02_IP -20:12:28 RT Below Functions are created to manage CPG -20:12:28 RT Calling various functions. Line 288 -20:12:28 RT Inside install_packages +22:17:58 RT Below Functions are created to manage CPG +22:17:58 RT Calling various functions. Line 288 +22:17:58 RT Inside install_packages Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease -Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] -Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] -Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] -Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2006 kB] -Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2260 kB] +Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] +Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] +Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2040 kB] +Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] +Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2276 kB] Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] -Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.9 kB] -Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2711 kB] -Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2853 kB] -Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [612 B] -Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1181 kB] -Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.4 kB] -Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [44.5 kB] -Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [440 B] -Get:16 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.7 kB] -Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [580 B] -Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] -Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.9 kB] -Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] -Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [958 kB] -Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.5 kB] -Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.6 kB] -Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [224 B] -Fetched 12.6 MB in 9s (1388 kB/s) +Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2772 kB] +Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.9 kB] +Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2877 kB] +Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [580 B] +Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [959 kB] +Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.5 kB] +Get:14 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.6 kB] +Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [612 B] +Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [224 B] +Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1181 kB] +Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.4 kB] +Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [44.5 kB] +Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [440 B] +Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.7 kB] +Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] +Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.9 kB] +Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] +Fetched 12.7 MB in 12s (1044 kB/s) Reading package lists... Building dependency tree... Reading state information... -96 packages can be upgraded. Run 'apt list --upgradable' to see them. +98 packages can be upgraded. Run 'apt list --upgradable' to see them. Reading package lists... Building dependency tree... Reading state information... @@ -86,12 +86,12 @@ Recommended packages: build-essential python3-dev The following NEW packages will be installed: python3-pip python3-wheel -0 upgraded, 2 newly installed, 0 to remove and 96 not upgraded. +0 upgraded, 2 newly installed, 0 to remove and 98 not upgraded. Need to get 1338 kB of archives. After this operation, 7178 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-wheel all 0.37.1-2ubuntu0.22.04.1 [32.0 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip all 22.0.2+dfsg-1ubuntu0.5 [1306 kB] -Fetched 1338 kB in 2s (567 kB/s) +Fetched 1338 kB in 3s (410 kB/s) Selecting previously unselected package python3-wheel. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 46644 files and directories currently installed.) Preparing to unpack .../python3-wheel_0.37.1-2ubuntu0.22.04.1_all.deb ... @@ -121,14 +121,14 @@ Suggested packages: dns-root-data The following NEW packages will be installed: gnutls-bin libevent-2.1-7 libgnutls-dane0 libunbound8 -0 upgraded, 4 newly installed, 0 to remove and 96 not upgraded. +0 upgraded, 4 newly installed, 0 to remove and 98 not upgraded. Need to get 828 kB of archives. After this operation, 2552 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.8 [400 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls-dane0 amd64 3.7.3-4ubuntu1.5 [22.6 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnutls-bin amd64 3.7.3-4ubuntu1.5 [257 kB] -Fetched 828 kB in 3s (258 kB/s) +Fetched 828 kB in 5s (177 kB/s) Selecting previously unselected package libevent-2.1-7:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47358 files and directories currently installed.) Preparing to unpack .../libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... @@ -160,7 +160,7 @@ No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. Collecting setuptools==62.4 Downloading setuptools-62.4.0-py3-none-any.whl (1.2 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 11.3 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 12.6 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 59.6.0 @@ -170,18 +170,20 @@ Successfully installed setuptools-62.4.0 Requirement already satisfied: pyopenssl in /usr/lib/python3/dist-packages (21.0.0) Requirement already satisfied: pyopenssl in /usr/lib/python3/dist-packages (21.0.0) Collecting pyopenssl - Downloading pyOpenSSL-24.3.0-py3-none-any.whl (56 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.1/56.1 KB 1.4 MB/s eta 0:00:00 + Downloading pyOpenSSL-25.0.0-py3-none-any.whl (56 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 KB 3.6 MB/s eta 0:00:00 Collecting cryptography<45,>=41.0.5 Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.2 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 19.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 18.1 MB/s eta 0:00:00 +Collecting typing-extensions>=4.9 + Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Collecting cffi>=1.12 Downloading cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (446 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.2/446.2 KB 29.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.2/446.2 KB 28.1 MB/s eta 0:00:00 Collecting pycparser Downloading pycparser-2.22-py3-none-any.whl (117 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 KB 13.2 MB/s eta 0:00:00 -Installing collected packages: pycparser, cffi, cryptography, pyopenssl + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 KB 16.9 MB/s eta 0:00:00 +Installing collected packages: typing-extensions, pycparser, cffi, cryptography, pyopenssl Attempting uninstall: cryptography Found existing installation: cryptography 3.4.8 Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr @@ -190,10 +192,10 @@ Installing collected packages: pycparser, cffi, cryptography, pyopenssl Found existing installation: pyOpenSSL 21.0.0 Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'pyOpenSSL'. No files were found to uninstall. -Successfully installed cffi-1.17.1 cryptography-44.0.0 pycparser-2.22 pyopenssl-24.3.0 +Successfully installed cffi-1.17.1 cryptography-44.0.0 pycparser-2.22 pyopenssl-25.0.0 typing-extensions-4.12.2 Collecting python-3parclient Downloading python_3parclient-4.2.14-py2.py3-none-any.whl (71 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 KB 2.3 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 KB 4.1 MB/s eta 0:00:00 Installing collected packages: python-3parclient Successfully installed python-3parclient-4.2.14 Reading package lists... @@ -207,7 +209,7 @@ Suggested packages: The following NEW packages will be installed: python3-distlib python3-filelock python3-pip-whl python3-platformdirs python3-setuptools-whl python3-virtualenv python3-wheel-whl virtualenv -0 upgraded, 8 newly installed, 0 to remove and 96 not upgraded. +0 upgraded, 8 newly installed, 0 to remove and 98 not upgraded. Need to get 2881 kB of archives. After this operation, 4678 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-distlib all 0.3.4-1 [269 kB] @@ -218,7 +220,7 @@ Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-setu Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-wheel-whl all 0.37.1-2ubuntu0.22.04.1 [38.0 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-virtualenv all 20.13.0+ds-2 [80.3 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 virtualenv all 20.13.0+ds-2 [1968 B] -Fetched 2881 kB in 6s (471 kB/s) +Fetched 2881 kB in 9s (330 kB/s) Selecting previously unselected package python3-distlib. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47398 files and directories currently installed.) Preparing to unpack .../0-python3-distlib_0.3.4-1_all.deb ... @@ -268,11 +270,11 @@ Building dependency tree... Reading state information... The following NEW packages will be installed: vlan -0 upgraded, 1 newly installed, 0 to remove and 96 not upgraded. +0 upgraded, 1 newly installed, 0 to remove and 98 not upgraded. Need to get 10.4 kB of archives. After this operation, 51.2 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 vlan all 2.0.5ubuntu5 [10.4 kB] -Fetched 10.4 kB in 0s (22.5 kB/s) +Fetched 10.4 kB in 0s (21.2 kB/s) Selecting previously unselected package vlan. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47637 files and directories currently installed.) Preparing to unpack .../vlan_2.0.5ubuntu5_all.deb ... @@ -293,13 +295,13 @@ Reading package lists... Building dependency tree... Reading state information... net-tools is already the newest version (1.60+git20181103.0eebece-1ubuntu5). -0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded. -20:13:20 RT Inside clone_projects -20:13:20 RT git clone master -20:13:23 RT Inside configure_interface -20:14:33 RT Inside run_stack +0 upgraded, 0 newly installed, 0 to remove and 98 not upgraded. +22:18:58 RT Inside clone_projects +22:18:58 RT git clone master +22:19:01 RT Inside configure_interface +22:20:11 RT Inside run_stack 10.201.9.223 -20:14:33 RT Run stack.sh +22:20:11 RT Run stack.sh #includedir /etc/sudoers.d Reading package lists... Building dependency tree... @@ -319,7 +321,7 @@ The following NEW packages will be installed: The following packages will be upgraded: libexpat1 libpython3.10 libpython3.10-minimal libpython3.10-stdlib python3.10 python3.10-minimal -6 upgraded, 11 newly installed, 0 to remove and 90 not upgraded. +6 upgraded, 11 newly installed, 0 to remove and 92 not upgraded. Need to get 17.0 MB of archives. After this operation, 45.5 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.5 [91.5 kB] @@ -339,7 +341,7 @@ Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev a Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-dev amd64 3.10.12-1~22.04.7 [4,762 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-dev amd64 3.10.12-1~22.04.7 [508 kB] -Fetched 17.0 MB in 15s (1,156 kB/s) +Fetched 17.0 MB in 21s (792 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47652 files and directories currently installed.) Preparing to unpack .../00-libexpat1_2.4.7-1ubuntu0.5_amd64.deb ... Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.5) over (2.4.7-1ubuntu0.3) ... @@ -419,21 +421,21 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+./stack.sh:main:523 echo_summary 'stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-03-201501' +++./stack.sh:main:515 /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 tput: No value for $TERM and no -T specified -++./stack.sh:main:515 /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /tmp/devstack_logs/devstacklog.txt.2025-01-03-201501.summary.2025-01-03-201501 ++./stack.sh:main:523 echo_summary 'stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:echo_summary:468 [[ -t 3 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+./stack.sh:echo_summary:474 echo -e stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-03-201501 ++./stack.sh:echo_summary:474 echo -e stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+./stack.sh:main:525 ln -sf /tmp/devstack_logs/devstacklog.txt.2025-01-03-201501 /tmp/devstack_logs/devstacklog.txt ++./stack.sh:main:525 ln -sf /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 /tmp/devstack_logs/devstacklog.txt tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+./stack.sh:main:526 ln -sf /tmp/devstack_logs/devstacklog.txt.2025-01-03-201501.summary.2025-01-03-201501 /tmp/devstack_logs/devstacklog.txt.summary ++./stack.sh:main:526 ln -sf /tmp/devstack_logs/devstacklog.txt.2025-01-14-222045.summary.2025-01-14-222045 /tmp/devstack_logs/devstacklog.txt.summary tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:541 check_path_perm_sanity /opt/stack @@ -982,8 +984,8 @@ tput: No value for $TERM and no -T specified +++lib/neutron:source:139 trueorfalse True Q_USE_ROOTWRAP_DAEMON tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -1157,8 +1159,8 @@ tput: No value for $TERM and no -T specified ++lib/neutron:source:298 source /opt/stack/devstack/lib/neutron_plugins/services/metering tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -1222,16 +1224,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++++lib/neutron_plugins/services/l3:source:76 uuidgen tput: No value for $TERM and no -T specified +++++lib/neutron_plugins/services/l3:source:76 sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' ++++lib/neutron_plugins/services/l3:source:76 cut -c 23- tput: No value for $TERM and no -T specified -++++lib/neutron_plugins/services/l3:source:76 sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' +++++lib/neutron_plugins/services/l3:source:76 uuidgen tput: No value for $TERM and no -T specified ++++lib/neutron_plugins/services/l3:source:76 sed s/-//g tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/neutron_plugins/services/l3:source:76 IPV6_GLOBAL_ID=b1:435f:5212 ++++lib/neutron_plugins/services/l3:source:76 IPV6_GLOBAL_ID=fe:6cac:c3e9 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:source:79 IPV6_RA_MODE=slaac @@ -1246,16 +1248,16 @@ tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:source:82 IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/neutron_plugins/services/l3:source:83 IPV6_ADDRS_SAFE_TO_USE=fdb1:435f:5212::/56 ++++lib/neutron_plugins/services/l3:source:83 IPV6_ADDRS_SAFE_TO_USE=fdfe:6cac:c3e9::/56 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++++lib/neutron_plugins/services/l3:source:86 awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' +++++lib/neutron_plugins/services/l3:source:86 echo fdfe:6cac:c3e9::/56 tput: No value for $TERM and no -T specified -++++lib/neutron_plugins/services/l3:source:86 echo fdb1:435f:5212::/56 +++++lib/neutron_plugins/services/l3:source:86 awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/neutron_plugins/services/l3:source:86 FIXED_RANGE_V6=fdb1:435f:5212::/64 ++++lib/neutron_plugins/services/l3:source:86 FIXED_RANGE_V6=fdfe:6cac:c3e9::/64 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:source:87 IPV6_PRIVATE_NETWORK_GATEWAY= @@ -1294,7 +1296,7 @@ tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:source:103 SUBNETPOOL_PREFIX_V4=10.0.0.0/22 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/neutron_plugins/services/l3:source:104 SUBNETPOOL_PREFIX_V6=fdb1:435f:5212::/56 ++++lib/neutron_plugins/services/l3:source:104 SUBNETPOOL_PREFIX_V6=fdfe:6cac:c3e9::/56 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:source:106 SUBNETPOOL_SIZE_V4=26 @@ -1305,22 +1307,22 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++++lib/neutron_plugins/services/l3:source:109 grep '^default' -tput: No value for $TERM and no -T specified ++++lib/neutron_plugins/services/l3:source:109 ip -4 route tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +++++lib/neutron_plugins/services/l3:source:109 grep '^default' ++++lib/neutron_plugins/services/l3:source:109 awk '{print $5}' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:source:109 default_v4_route_devs=ens3 tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +++++lib/neutron_plugins/services/l3:source:111 awk '{print $5}' tput: No value for $TERM and no -T specified ++++lib/neutron_plugins/services/l3:source:111 ip -6 route list match default table all tput: No value for $TERM and no -T specified -++++lib/neutron_plugins/services/l3:source:111 awk '{print $5}' -tput: No value for $TERM and no -T specified ++++lib/neutron_plugins/services/l3:source:111 grep via tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -1808,8 +1810,8 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:742 read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -1901,10 +1903,10 @@ tput: No value for $TERM and no -T specified ++functions-common:save_stackenv:62 date +%F-%H%M%S tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:62 time_stamp=2025-01-03-201507 ++functions-common:save_stackenv:62 time_stamp=2025-01-14-222051 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:63 echo '# 2025-01-03-201507 785' ++functions-common:save_stackenv:63 echo '# 2025-01-14-222051 785' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS @@ -1946,7 +1948,7 @@ tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-03-201501 ++functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS @@ -2027,8 +2029,8 @@ tput: No value for $TERM and no -T specified ++functions-common:git_clone:600 trueorfalse False RECLONE tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -2088,7 +2090,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935308401 ++functions-common:time_start:2412 _TIME_START[$name]=1736893251920 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/requirements.git /opt/stack/requirements @@ -2117,19 +2119,19 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935308401 ++functions-common:time_stop:2428 start_time=1736893251920 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935308401 ]] ++functions-common:time_stop:2430 [[ -z 1736893251920 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935310791 ++functions-common:time_stop:2433 end_time=1736893254359 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2390 ++functions-common:time_stop:2434 elapsed_time=2439 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2435 total=0 @@ -2138,7 +2140,7 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=2390 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=2439 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/requirements @@ -2174,7 +2176,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935310978 ++functions-common:time_start:2412 _TIME_START[$name]=1736893254511 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -2204,28 +2206,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935310978 ++functions-common:time_stop:2428 start_time=1736893254511 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935310978 ]] ++functions-common:time_stop:2430 [[ -z 1736893254511 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935311857 ++functions-common:time_stop:2433 end_time=1736893255339 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=879 ++functions-common:time_stop:2434 elapsed_time=828 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=2390 ++functions-common:time_stop:2435 total=2439 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=3269 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=3267 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -2258,7 +2260,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935312034 ++functions-common:time_start:2412 _TIME_START[$name]=1736893255529 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -2279,7 +2281,7 @@ Or undo this operation with: Turn off this advice by setting config variable advice.detachedHead to false -HEAD is now at 7df5135d Merge "update constraint for openstackdocstheme to new release 3.4.1" +HEAD is now at f7ff09fb Merge "Bump eventlet to latest version" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:723 time_stop git_timed @@ -2303,28 +2305,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935312034 ++functions-common:time_stop:2428 start_time=1736893255529 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935312034 ]] ++functions-common:time_stop:2430 [[ -z 1736893255529 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935312203 ++functions-common:time_stop:2433 end_time=1736893255703 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=169 ++functions-common:time_stop:2434 elapsed_time=174 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=3269 ++functions-common:time_stop:2435 total=3267 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=3438 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=3441 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/requirements @@ -2334,10 +2336,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +functions-common:git_clone:677 head -1 +tput: No value for $TERM and no -T specified +functions-common:git_clone:677 git show --oneline -7df5135d Merge "update constraint for openstackdocstheme to new release 3.4.1" +f7ff09fb Merge "Bump eventlet to latest version" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:678 cd /opt/stack/devstack @@ -2376,7 +2378,7 @@ tput: No value for $TERM and no -T specified +++tools/install_prereqs.sh:source:47 date +%s tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++tools/install_prereqs.sh:source:47 NOW=1735935312 +++tools/install_prereqs.sh:source:47 NOW=1736893255 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++tools/install_prereqs.sh:source:48 head -1 /opt/stack/devstack/.prereqs @@ -2388,10 +2390,10 @@ tput: No value for $TERM and no -T specified ++tools/install_prereqs.sh:source:48 LAST_RUN=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++tools/install_prereqs.sh:source:49 DELTA=1735935312 +++tools/install_prereqs.sh:source:49 DELTA=1736893255 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++tools/install_prereqs.sh:source:50 [[ 1735935312 -lt 7200 ]] +++tools/install_prereqs.sh:source:50 [[ 1736893255 -lt 7200 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++tools/install_prereqs.sh:source:57 export_proxy_variables @@ -2653,10 +2655,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++tools/install_prereqs.sh:source:67 echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools -tput: No value for $TERM and no -T specified ++tools/install_prereqs.sh:source:67 grep -q dkms tput: No value for $TERM and no -T specified +++tools/install_prereqs.sh:source:67 echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++tools/install_prereqs.sh:source:72 install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools tput: No value for $TERM and no -T specified @@ -2718,7 +2720,7 @@ tput: No value for $TERM and no -T specified +++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_start:2412 _TIME_START[$name]=1735935313184 +++functions-common:time_start:2412 _TIME_START[$name]=1736893256686 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:apt_get_update:1183 local 'proxies=http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 ' @@ -2728,8 +2730,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:apt_get_update:1185 timeout 300 sh -c 'while ! sudo http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 apt-get update; do sleep 30; done' -Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease -Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease +Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease +Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Reading package lists... @@ -2759,19 +2761,19 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2427 name=apt-get-update tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2428 start_time=1735935313184 +++functions-common:time_stop:2428 start_time=1736893256686 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2430 [[ -z 1735935313184 ]] +++functions-common:time_stop:2430 [[ -z 1736893256686 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2433 end_time=1735935315910 +++functions-common:time_stop:2433 end_time=1736893259316 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2434 elapsed_time=2726 +++functions-common:time_stop:2434 elapsed_time=2630 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2435 total=0 @@ -2780,7 +2782,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2438 _TIME_TOTAL[$name]=2726 +++functions-common:time_stop:2438 _TIME_TOTAL[$name]=2630 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:install_package:1443 real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi cryptsetup dosfstools genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp lvm2 qemu-utils thin-provisioning-tools @@ -2840,8 +2842,6 @@ cryptsetup is already the newest version (2:2.4.3-1ubuntu1.2). cryptsetup set to manually installed. gawk is already the newest version (1:5.1.0-1ubuntu0.1). gawk set to manually installed. -git is already the newest version (1:2.34.1-1ubuntu1.11). -git set to manually installed. iptables is already the newest version (1.8.7-1ubuntu5.2). iptables set to manually installed. kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). @@ -2896,15 +2896,17 @@ Suggested packages: autoconf-archive gnu-standards autoconf-doc calendar whois vacation mailutils clang-14-doc doc-base dh-make g++-multilib g++-11-multilib gcc-11-doc wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev - gsfonts graphviz-doc vim-haproxy haproxy-doc krb5-doc libgd-tools krb5-user - icu-doc ncurses-doc libosinfo-l10n postgresql-doc-14 lksctp-tools libssl-doc - libstdc++-11-doc libtool-doc gfortran | fortran95-compiler gcj-jdk - libyaml-doc llvm-14-doc m4-doc libanyevent-perl libcache-memcached-perl - libmemcached libyaml-perl keychain libpam-ssh monkeysphere ssh-askpass - molly-guard pcp-gui libpcp-import-perl bpftrace python3-bpfcc redis-server - cpufrequtils wireless-tools radeontool libmail-box-perl postgresql-14 - python3-doc python3-tk default-mysql-server | virtual-mysql-server - python-pygments-doc ttf-bitstream-vera debootstrap sqlite3-doc zip + git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb + git-cvs git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc + krb5-doc libgd-tools krb5-user icu-doc ncurses-doc libosinfo-l10n + postgresql-doc-14 lksctp-tools libssl-doc libstdc++-11-doc libtool-doc + gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-14-doc m4-doc + libanyevent-perl libcache-memcached-perl libmemcached libyaml-perl keychain + libpam-ssh monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl + bpftrace python3-bpfcc redis-server cpufrequtils wireless-tools radeontool + libmail-box-perl postgresql-14 python3-doc python3-tk default-mysql-server + | virtual-mysql-server python-pygments-doc ttf-bitstream-vera debootstrap + sqlite3-doc zip Recommended packages: dns-root-data fonts-liberation libarchive-cpio-perl libgts-bin javascript-common libjson-xs-perl krb5-locales libltdl-dev binfmt-support @@ -2947,225 +2949,226 @@ The following NEW packages will be installed: python3-pygments python3-venv python3.10-venv qemu-utils session-migration socat sqlite3 ssl-cert sysfsutils unzip uuid-dev x11-common The following packages will be upgraded: - curl libcom-err2 libcurl4 libgssapi-krb5-2 libk5crypto3 libkrb5-3 + curl git libcom-err2 libcurl4 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.5-0 libpython3-stdlib libssl3 openssh-client openssh-server openssh-sftp-server openssl python3 python3-minimal wget -17 upgraded, 194 newly installed, 0 to remove and 73 not upgraded. -Need to get 182 MB of archives. +18 upgraded, 194 newly installed, 0 to remove and 74 not upgraded. +Need to get 185 MB of archives. After this operation, 902 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04.1 [24.3 kB] -Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] -Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6,812 B] -Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1 amd64 1.7.0-8ubuntu0.22.04.2 [108 kB] -Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl3 amd64 3.0.2-0ubuntu1.18 [1,905 kB] -Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1 amd64 1.6.1-5ubuntu4.22.04.2 [92.8 kB] -Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-5ubuntu4.22.04.2 [11.3 kB] -Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [183 kB] -Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-ldap amd64 1.6.1-5ubuntu4.22.04.2 [9,170 B] -Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.20 [194 kB] -Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libk5crypto3 amd64 1.19.2-2ubuntu0.4 [86.3 kB] -Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5support0 amd64 1.19.2-2ubuntu0.4 [32.3 kB] -Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-3 amd64 1.19.2-2ubuntu0.4 [356 kB] -Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssapi-krb5-2 amd64 1.19.2-2ubuntu0.4 [144 kB] -Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcom-err2 amd64 1.46.5-2ubuntu1.2 [9,304 B] -Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] -Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-0 amd64 5.3.6-1build1 [140 kB] -Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-bin amd64 2.4.52-1ubuntu4.12 [1,348 kB] -Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-data all 2.4.52-1ubuntu4.12 [165 kB] -Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-utils amd64 2.4.52-1ubuntu4.12 [89.1 kB] -Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] -Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] -Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2 amd64 2.4.52-1ubuntu4.12 [97.9 kB] -Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 haproxy amd64 2.4.24-0ubuntu0.22.04.1 [1,648 kB] -Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 memcached amd64 1.6.14-1ubuntu0.1 [210 kB] -Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-sftp-server amd64 1:8.9p1-3ubuntu0.10 [38.9 kB] -Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-server amd64 1:8.9p1-3ubuntu0.10 [435 kB] -Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.10 [906 kB] -Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsysfs2 amd64 2.1.1-1build1 [20.1 kB] -Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 sysfsutils amd64 2.1.1-1build1 [12.8 kB] -Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.18 [1,184 kB] -Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] -Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 acl amd64 2.3.1-1 [38.5 kB] -Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB] -Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB] -Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB] -Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB] -Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB] -Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB] -Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] -Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] -Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2,101 kB] -Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgc1 amd64 1:8.0.6-1.1build1 [96.8 kB] -Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libobjc4 amd64 12.3.0-1ubuntu1~22.04 [48.6 kB] -Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libobjc-11-dev amd64 11.4.0-1ubuntu1~22.04 [196 kB] -Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-i386 amd64 2.35-0ubuntu3.8 [2,838 kB] -Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32gcc-s1 amd64 12.3.0-1ubuntu1~22.04 [63.9 kB] -Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32stdc++6 amd64 12.3.0-1ubuntu1~22.04 [740 kB] -Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-common-14-dev amd64 1:14.0.0-1ubuntu1.1 [5,975 kB] -Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-linker-tools amd64 1:14.0.0-1ubuntu1.1 [1,355 kB] -Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang1-14 amd64 1:14.0.0-1ubuntu1.1 [6,792 kB] -Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 clang-14 amd64 1:14.0.0-1ubuntu1.1 [81.2 kB] -Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB] -Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB] -Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] -Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9,532 B] -Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB] -Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5,344 B] -Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB] -Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB] -Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] -Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] -Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB] -Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB] -Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] -Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsctp1 amd64 1.0.19+dfsg-1build1 [9,370 B] -Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsctp-dev amd64 1.0.19+dfsg-1build1 [51.1 kB] -Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1-dev amd64 1.7.0-8ubuntu0.22.04.2 [741 kB] -Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-dev amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [303 kB] -Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap2-dev all 2.5.18+dfsg-0ubuntu0.22.04.2 [7,114 B] -Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-dev amd64 1.6.1-5ubuntu4.22.04.2 [402 kB] -Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-dev amd64 2.4.52-1ubuntu4.12 [191 kB] -Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ncal amd64 12.1.7+nmu3ubuntu2 [20.2 kB] -Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 bsdmainutils all 12.1.7+nmu3ubuntu2 [3,170 B] -Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 conntrack amd64 1:1.4.6-2build2 [33.5 kB] -Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdconf1 amd64 0.40.0-3 [40.5 kB] -Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 dconf-service amd64 0.40.0-3 [28.5 kB] -Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 dconf-gsettings-backend amd64 0.40.0-3 [22.8 kB] -Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dnsmasq-base amd64 2.90-0ubuntu0.22.04.1 [374 kB] -Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dnsmasq-utils amd64 2.90-0ubuntu0.22.04.1 [13.3 kB] -Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 ebtables amd64 2.0.11-4build2 [84.9 kB] -Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1,041 kB] -Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] -Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] -Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] -Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB] -Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1,412 B] -Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 genisoimage amd64 9:1.1.11-3.2ubuntu1 [370 kB] -Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-freedesktop amd64 1.72.0-1 [22.3 kB] -Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproxy1v5 amd64 0.4.17-2 [51.9 kB] -Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-common all 2.72.0-1 [3,718 B] -Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-services amd64 2.72.0-1 [9,982 B] -Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 session-migration amd64 0.3.6 [9,774 B] -Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 gsettings-desktop-schemas all 42.0-1ubuntu1 [31.1 kB] -Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking amd64 2.72.0-1 [69.8 kB] -Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] -Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] -Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] -Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] -Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2,264 B] -Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] -Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] -Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] -Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.10 [185 kB] -Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] -Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] -Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] -Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB] -Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] -Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] -Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] -Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] -Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] -Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] -Get:115 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.1 [352 kB] -Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] -Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] -Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] -Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] -Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangoft2-1.0-0 amd64 1.50.6+ds-2ubuntu1 [54.0 kB] -Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangocairo-1.0-0 amd64 1.50.6+ds-2ubuntu1 [39.8 kB] -Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] -Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] -Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] -Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] -Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] -Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] -Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] -Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] -Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] -Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] -Get:132 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] -Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] -Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 iputils-arping amd64 3:20211215-1 [16.3 kB] -Get:135 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssrpc4 amd64 1.19.2-2ubuntu0.4 [58.7 kB] -Get:136 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkdb5-10 amd64 1.19.2-2ubuntu0.4 [40.4 kB] -Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkadm5srv-mit12 amd64 1.19.2-2ubuntu0.4 [54.7 kB] -Get:138 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkadm5clnt-mit12 amd64 1.19.2-2ubuntu0.4 [41.9 kB] -Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 comerr-dev amd64 2.1-1.46.5-2ubuntu1.2 [41.0 kB] -Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 krb5-multidev amd64 1.19.2-2ubuntu0.4 [125 kB] -Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] -Get:142 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] -Get:143 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] -Get:144 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-dev amd64 8c-2ubuntu10 [1,472 B] -Get:145 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB] -Get:146 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjs-jquery-metadata all 12-3 [7,096 B] -Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-3 [193 kB] -Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB] -Get:149 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB] -Get:150 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB] -Get:151 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] -Get:152 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.40-0ubuntu0.22.04.1 [1,308 kB] -Get:153 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] -Get:154 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre16-3 amd64 2:8.39-13ubuntu0.22.04.1 [164 kB] -Get:155 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre32-3 amd64 2:8.39-13ubuntu0.22.04.1 [155 kB] -Get:156 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-13ubuntu0.22.04.1 [16.5 kB] -Get:157 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre3-dev amd64 2:8.39-13ubuntu0.22.04.1 [579 kB] -Get:158 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq5 amd64 14.15-0ubuntu0.22.04.1 [150 kB] -Get:159 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.18 [2,375 kB] -Get:160 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq-dev amd64 14.15-0ubuntu0.22.04.1 [147 kB] -Get:161 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04.1 [7,064 B] -Get:162 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg2-3ubuntu1.2 [248 kB] -Get:163 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-common all 2.74.2-3ubuntu0.1 [4,070 B] -Get:164 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-1 amd64 2.74.2-3ubuntu0.1 [288 kB] -Get:165 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.12 [306 kB] -Get:166 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtinfo-dev amd64 6.3-2ubuntu0.1 [780 B] -Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburing2 amd64 2.1-2build1 [10.3 kB] -Get:168 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.4 [804 kB] -Get:169 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.1 [219 kB] -Get:170 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] -Get:171 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] -Get:172 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] -Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] -Get:174 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] -Get:175 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] -Get:176 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] -Get:177 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] -Get:178 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-dev amd64 1:14.0.0-1ubuntu1.1 [37.8 MB] -Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsscsi amd64 0.31-1build2 [48.5 kB] -Get:180 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 osinfo-db all 0.20240523-0ubuntu0.22.04.1 [166 kB] -Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] -Get:182 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] -Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 postgresql-client-common all 238 [29.6 kB] -Get:184 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 postgresql-client-14 amd64 14.15-0ubuntu0.22.04.1 [1,225 kB] -Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 ssl-cert all 1.1.2 [17.4 kB] -Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 postgresql-common all 238 [169 kB] -Get:187 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 postgresql-server-dev-14 amd64 14.15-0ubuntu0.22.04.1 [1,181 kB] -Get:188 http://archive.ubuntu.com/ubuntu jammy/universe amd64 postgresql-server-dev-all amd64 238 [14.0 kB] -Get:189 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04.1 [26.0 kB] -Get:190 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-mysqldb amd64 1.4.6-1build1 [48.8 kB] -Get:191 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3.10-venv amd64 3.10.12-1~22.04.7 [5,718 B] -Get:192 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-venv amd64 3.10.6-1~22.04.1 [1,042 B] -Get:193 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-utils amd64 1:6.2+dfsg-2ubuntu6.24 [1,526 kB] -Get:194 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 sqlite3 amd64 3.37.2-2ubuntu0.3 [768 kB] -Get:195 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] -Get:196 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libosinfo-1.0-0 amd64 1.8.0-1 [85.3 kB] -Get:197 http://archive.ubuntu.com/ubuntu jammy/universe amd64 gir1.2-libosinfo-1.0 amd64 1.8.0-1 [16.1 kB] -Get:198 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.52-1ubuntu4.12 [984 B] -Get:199 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-dev amd64 1.19.2-2ubuntu0.4 [12.0 kB] -Get:200 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pcp-conf amd64 5.3.6-1build1 [19.3 kB] -Get:201 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp3 amd64 5.3.6-1build1 [311 kB] -Get:202 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-gui2 amd64 5.3.6-1build1 [12.4 kB] -Get:203 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-import1 amd64 5.3.6-1build1 [17.0 kB] -Get:204 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-mmv1 amd64 5.3.6-1build1 [13.8 kB] -Get:205 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-pmda3 amd64 5.3.6-1build1 [44.5 kB] -Get:206 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-trace2 amd64 5.3.6-1build1 [17.2 kB] -Get:207 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-web1 amd64 5.3.6-1build1 [211 kB] -Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-dev amd64 0.2.2-1build2 [62.8 kB] -Get:209 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pcp amd64 5.3.6-1build1 [74.3 kB] -Get:210 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pcp amd64 5.3.6-1build1 [2,619 kB] -Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] +Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 git amd64 1:2.34.1-1ubuntu1.12 [3,165 kB] +Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04.1 [22.8 kB] +Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04.1 [6,812 B] +Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1 amd64 1.7.0-8ubuntu0.22.04.2 [108 kB] +Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl3 amd64 3.0.2-0ubuntu1.18 [1,905 kB] +Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1 amd64 1.6.1-5ubuntu4.22.04.2 [92.8 kB] +Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-5ubuntu4.22.04.2 [11.3 kB] +Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [183 kB] +Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-ldap amd64 1.6.1-5ubuntu4.22.04.2 [9,170 B] +Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.20 [194 kB] +Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libk5crypto3 amd64 1.19.2-2ubuntu0.4 [86.3 kB] +Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5support0 amd64 1.19.2-2ubuntu0.4 [32.3 kB] +Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-3 amd64 1.19.2-2ubuntu0.4 [356 kB] +Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssapi-krb5-2 amd64 1.19.2-2ubuntu0.4 [144 kB] +Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcom-err2 amd64 1.46.5-2ubuntu1.2 [9,304 B] +Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] +Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-0 amd64 5.3.6-1build1 [140 kB] +Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-bin amd64 2.4.52-1ubuntu4.12 [1,348 kB] +Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-data all 2.4.52-1ubuntu4.12 [165 kB] +Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-utils amd64 2.4.52-1ubuntu4.12 [89.1 kB] +Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 mailcap all 3.70+nmu1ubuntu1 [23.8 kB] +Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 mime-support all 3.66 [3,696 B] +Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2 amd64 2.4.52-1ubuntu4.12 [97.9 kB] +Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 haproxy amd64 2.4.24-0ubuntu0.22.04.1 [1,648 kB] +Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 memcached amd64 1.6.14-1ubuntu0.1 [210 kB] +Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-sftp-server amd64 1:8.9p1-3ubuntu0.10 [38.9 kB] +Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-server amd64 1:8.9p1-3ubuntu0.10 [435 kB] +Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.10 [906 kB] +Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsysfs2 amd64 2.1.1-1build1 [20.1 kB] +Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 sysfsutils amd64 2.1.1-1build1 [12.8 kB] +Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.18 [1,184 kB] +Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] +Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 acl amd64 2.3.1-1 [38.5 kB] +Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB] +Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB] +Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB] +Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB] +Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB] +Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB] +Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] +Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-cpp14 amd64 1:14.0.0-1ubuntu1.1 [12.1 MB] +Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2,101 kB] +Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgc1 amd64 1:8.0.6-1.1build1 [96.8 kB] +Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libobjc4 amd64 12.3.0-1ubuntu1~22.04 [48.6 kB] +Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libobjc-11-dev amd64 11.4.0-1ubuntu1~22.04 [196 kB] +Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-i386 amd64 2.35-0ubuntu3.8 [2,838 kB] +Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32gcc-s1 amd64 12.3.0-1ubuntu1~22.04 [63.9 kB] +Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lib32stdc++6 amd64 12.3.0-1ubuntu1~22.04 [740 kB] +Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang-common-14-dev amd64 1:14.0.0-1ubuntu1.1 [5,975 kB] +Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-linker-tools amd64 1:14.0.0-1ubuntu1.1 [1,355 kB] +Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libclang1-14 amd64 1:14.0.0-1ubuntu1.1 [6,792 kB] +Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 clang-14 amd64 1:14.0.0-1ubuntu1.1 [81.2 kB] +Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB] +Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB] +Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] +Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9,532 B] +Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB] +Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5,344 B] +Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB] +Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB] +Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB] +Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] +Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB] +Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB] +Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] +Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsctp1 amd64 1.0.19+dfsg-1build1 [9,370 B] +Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsctp-dev amd64 1.0.19+dfsg-1build1 [51.1 kB] +Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1-dev amd64 1.7.0-8ubuntu0.22.04.2 [741 kB] +Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-dev amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [303 kB] +Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap2-dev all 2.5.18+dfsg-0ubuntu0.22.04.2 [7,114 B] +Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libaprutil1-dev amd64 1.6.1-5ubuntu4.22.04.2 [402 kB] +Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apache2-dev amd64 2.4.52-1ubuntu4.12 [191 kB] +Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ncal amd64 12.1.7+nmu3ubuntu2 [20.2 kB] +Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 bsdmainutils all 12.1.7+nmu3ubuntu2 [3,170 B] +Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 conntrack amd64 1:1.4.6-2build2 [33.5 kB] +Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdconf1 amd64 0.40.0-3 [40.5 kB] +Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 dconf-service amd64 0.40.0-3 [28.5 kB] +Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 dconf-gsettings-backend amd64 0.40.0-3 [22.8 kB] +Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dnsmasq-base amd64 2.90-0ubuntu0.22.04.1 [374 kB] +Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dnsmasq-utils amd64 2.90-0ubuntu0.22.04.1 [13.3 kB] +Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 ebtables amd64 2.0.11-4build2 [84.9 kB] +Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1,041 kB] +Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] +Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] +Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig amd64 2.13.1-4.2ubuntu5 [177 kB] +Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB] +Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1,412 B] +Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 genisoimage amd64 9:1.1.11-3.2ubuntu1 [370 kB] +Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-freedesktop amd64 1.72.0-1 [22.3 kB] +Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproxy1v5 amd64 0.4.17-2 [51.9 kB] +Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-common all 2.72.0-1 [3,718 B] +Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-services amd64 2.72.0-1 [9,982 B] +Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 session-migration amd64 0.3.6 [9,774 B] +Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 gsettings-desktop-schemas all 42.0-1ubuntu1 [31.1 kB] +Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking amd64 2.72.0-1 [69.8 kB] +Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] +Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcdt5 amd64 2.42.2-6ubuntu0.1 [21.1 kB] +Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libcgraph6 amd64 2.42.2-6ubuntu0.1 [45.4 kB] +Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] +Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2,264 B] +Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB] +Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB] +Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB] +Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.10 [185 kB] +Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] +Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB] +Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5 [164 kB] +Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB] +Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-render0 amd64 1.14-3ubuntu3 [16.4 kB] +Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5,780 B] +Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] +Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcairo2 amd64 1.16.0-5ubuntu2 [628 kB] +Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] +Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB] +Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.1 [352 kB] +Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai-data all 0.1.29-1build1 [162 kB] +Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie1 amd64 0.2.13-2 [19.9 kB] +Get:119 http://archive.ubuntu.com/ubuntu jammy/main amd64 libthai0 amd64 0.1.29-1build1 [19.2 kB] +Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango-1.0-0 amd64 1.50.6+ds-2ubuntu1 [230 kB] +Get:121 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangoft2-1.0-0 amd64 1.50.6+ds-2ubuntu1 [54.0 kB] +Get:122 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangocairo-1.0-0 amd64 1.50.6+ds-2ubuntu1 [39.8 kB] +Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libpathplan4 amd64 2.42.2-6ubuntu0.1 [23.4 kB] +Get:124 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvc6 amd64 2.42.2-6ubuntu0.1 [724 kB] +Get:125 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgvpr2 amd64 2.42.2-6ubuntu0.1 [192 kB] +Get:126 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 liblab-gamut1 amd64 2.42.2-6ubuntu0.1 [1,965 kB] +Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] +Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] +Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] +Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] +Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] +Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] +Get:133 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] +Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 icu-devtools amd64 70.1-2 [197 kB] +Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 iputils-arping amd64 3:20211215-1 [16.3 kB] +Get:136 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssrpc4 amd64 1.19.2-2ubuntu0.4 [58.7 kB] +Get:137 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkdb5-10 amd64 1.19.2-2ubuntu0.4 [40.4 kB] +Get:138 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkadm5srv-mit12 amd64 1.19.2-2ubuntu0.4 [54.7 kB] +Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkadm5clnt-mit12 amd64 1.19.2-2ubuntu0.4 [41.9 kB] +Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 comerr-dev amd64 2.1-1.46.5-2ubuntu1.2 [41.0 kB] +Get:141 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 krb5-multidev amd64 1.19.2-2ubuntu0.4 [125 kB] +Get:142 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu-dev amd64 70.1-2 [11.6 MB] +Get:143 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] +Get:144 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1,476 B] +Get:145 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-dev amd64 8c-2ubuntu10 [1,472 B] +Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB] +Get:147 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjs-jquery-metadata all 12-3 [7,096 B] +Get:148 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-3 [193 kB] +Get:149 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB] +Get:150 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB] +Get:151 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB] +Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 mysql-common all 5.8+1.0.8 [7,212 B] +Get:153 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmysqlclient21 amd64 8.0.40-0ubuntu0.22.04.1 [1,308 kB] +Get:154 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] +Get:155 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre16-3 amd64 2:8.39-13ubuntu0.22.04.1 [164 kB] +Get:156 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre32-3 amd64 2:8.39-13ubuntu0.22.04.1 [155 kB] +Get:157 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-13ubuntu0.22.04.1 [16.5 kB] +Get:158 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre3-dev amd64 2:8.39-13ubuntu0.22.04.1 [579 kB] +Get:159 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq5 amd64 14.15-0ubuntu0.22.04.1 [150 kB] +Get:160 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.18 [2,375 kB] +Get:161 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq-dev amd64 14.15-0ubuntu0.22.04.1 [147 kB] +Get:162 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04.1 [7,064 B] +Get:163 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg2-3ubuntu1.2 [248 kB] +Get:164 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-common all 2.74.2-3ubuntu0.1 [4,070 B] +Get:165 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-1 amd64 2.74.2-3ubuntu0.1 [288 kB] +Get:166 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.12 [306 kB] +Get:167 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtinfo-dev amd64 6.3-2ubuntu0.1 [780 B] +Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburing2 amd64 2.1-2build1 [10.3 kB] +Get:169 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-dev amd64 2.9.13+dfsg-1ubuntu0.4 [804 kB] +Get:170 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.22.04.1 [219 kB] +Get:171 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-runtime amd64 1:14.0.0-1ubuntu1.1 [484 kB] +Get:172 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1ubuntu0.1 [345 kB] +Get:173 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14 amd64 1:14.0.0-1ubuntu1.1 [12.7 MB] +Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] +Get:175 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] +Get:176 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-tools amd64 1:14.0.0-1ubuntu1.1 [404 kB] +Get:177 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-4 amd64 4.8.12-1 [5,766 kB] +Get:178 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libz3-dev amd64 4.8.12-1 [72.2 kB] +Get:179 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 llvm-14-dev amd64 1:14.0.0-1ubuntu1.1 [37.8 MB] +Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsscsi amd64 0.31-1build2 [48.5 kB] +Get:181 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 osinfo-db all 0.20240523-0ubuntu0.22.04.1 [166 kB] +Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] +Get:183 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] +Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 postgresql-client-common all 238 [29.6 kB] +Get:185 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 postgresql-client-14 amd64 14.15-0ubuntu0.22.04.1 [1,225 kB] +Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 ssl-cert all 1.1.2 [17.4 kB] +Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 postgresql-common all 238 [169 kB] +Get:188 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 postgresql-server-dev-14 amd64 14.15-0ubuntu0.22.04.1 [1,181 kB] +Get:189 http://archive.ubuntu.com/ubuntu jammy/universe amd64 postgresql-server-dev-all amd64 238 [14.0 kB] +Get:190 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04.1 [26.0 kB] +Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-mysqldb amd64 1.4.6-1build1 [48.8 kB] +Get:192 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3.10-venv amd64 3.10.12-1~22.04.7 [5,718 B] +Get:193 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-venv amd64 3.10.6-1~22.04.1 [1,042 B] +Get:194 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-utils amd64 1:6.2+dfsg-2ubuntu6.24 [1,526 kB] +Get:195 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 sqlite3 amd64 3.37.2-2ubuntu0.3 [768 kB] +Get:196 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] +Get:197 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libosinfo-1.0-0 amd64 1.8.0-1 [85.3 kB] +Get:198 http://archive.ubuntu.com/ubuntu jammy/universe amd64 gir1.2-libosinfo-1.0 amd64 1.8.0-1 [16.1 kB] +Get:199 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.52-1ubuntu4.12 [984 B] +Get:200 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-dev amd64 1.19.2-2ubuntu0.4 [12.0 kB] +Get:201 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pcp-conf amd64 5.3.6-1build1 [19.3 kB] +Get:202 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp3 amd64 5.3.6-1build1 [311 kB] +Get:203 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-gui2 amd64 5.3.6-1build1 [12.4 kB] +Get:204 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-import1 amd64 5.3.6-1build1 [17.0 kB] +Get:205 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-mmv1 amd64 5.3.6-1build1 [13.8 kB] +Get:206 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-pmda3 amd64 5.3.6-1build1 [44.5 kB] +Get:207 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-trace2 amd64 5.3.6-1build1 [17.2 kB] +Get:208 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpcp-web1 amd64 5.3.6-1build1 [211 kB] +Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-dev amd64 0.2.2-1build2 [62.8 kB] +Get:210 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pcp amd64 5.3.6-1build1 [74.3 kB] +Get:211 http://archive.ubuntu.com/ubuntu jammy/universe amd64 pcp amd64 5.3.6-1build1 [2,619 kB] +Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] Preconfiguring packages ... -Fetched 182 MB in 1min 53s (1,602 kB/s) +Fetched 185 MB in 1min 34s (1,974 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 49600 files and directories currently installed.) Preparing to unpack .../python3-minimal_3.10.6-1~22.04.1_amd64.deb ... Unpacking python3-minimal (3.10.6-1~22.04.1) over (3.10.6-1~22.04) ... @@ -3244,559 +3247,561 @@ Unpacking haproxy (2.4.24-0ubuntu0.22.04.1) ... Selecting previously unselected package memcached. Preparing to unpack .../009-memcached_1.6.14-1ubuntu0.1_amd64.deb ... Unpacking memcached (1.6.14-1ubuntu0.1) ... -Preparing to unpack .../010-openssh-sftp-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... +Preparing to unpack .../010-git_1%3a2.34.1-1ubuntu1.12_amd64.deb ... +Unpacking git (1:2.34.1-1ubuntu1.12) over (1:2.34.1-1ubuntu1.11) ... +Preparing to unpack .../011-openssh-sftp-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.10) over (1:8.9p1-3ubuntu0.7) ... -Preparing to unpack .../011-openssh-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... +Preparing to unpack .../012-openssh-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... Unpacking openssh-server (1:8.9p1-3ubuntu0.10) over (1:8.9p1-3ubuntu0.7) ... -Preparing to unpack .../012-openssh-client_1%3a8.9p1-3ubuntu0.10_amd64.deb ... +Preparing to unpack .../013-openssh-client_1%3a8.9p1-3ubuntu0.10_amd64.deb ... Unpacking openssh-client (1:8.9p1-3ubuntu0.10) over (1:8.9p1-3ubuntu0.7) ... Selecting previously unselected package libsysfs2:amd64. -Preparing to unpack .../013-libsysfs2_2.1.1-1build1_amd64.deb ... +Preparing to unpack .../014-libsysfs2_2.1.1-1build1_amd64.deb ... Unpacking libsysfs2:amd64 (2.1.1-1build1) ... Selecting previously unselected package sysfsutils. -Preparing to unpack .../014-sysfsutils_2.1.1-1build1_amd64.deb ... +Preparing to unpack .../015-sysfsutils_2.1.1-1build1_amd64.deb ... Unpacking sysfsutils (2.1.1-1build1) ... -Preparing to unpack .../015-openssl_3.0.2-0ubuntu1.18_amd64.deb ... +Preparing to unpack .../016-openssl_3.0.2-0ubuntu1.18_amd64.deb ... Unpacking openssl (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.15) ... -Preparing to unpack .../016-wget_1.21.2-2ubuntu1.1_amd64.deb ... +Preparing to unpack .../017-wget_1.21.2-2ubuntu1.1_amd64.deb ... Unpacking wget (1.21.2-2ubuntu1.1) over (1.21.2-2ubuntu1) ... Selecting previously unselected package acl. -Preparing to unpack .../017-acl_2.3.1-1_amd64.deb ... +Preparing to unpack .../018-acl_2.3.1-1_amd64.deb ... Unpacking acl (2.3.1-1) ... Selecting previously unselected package autotools-dev. -Preparing to unpack .../018-autotools-dev_20220109.1_all.deb ... +Preparing to unpack .../019-autotools-dev_20220109.1_all.deb ... Unpacking autotools-dev (20220109.1) ... Selecting previously unselected package m4. -Preparing to unpack .../019-m4_1.4.18-5ubuntu2_amd64.deb ... +Preparing to unpack .../020-m4_1.4.18-5ubuntu2_amd64.deb ... Unpacking m4 (1.4.18-5ubuntu2) ... Selecting previously unselected package autoconf. -Preparing to unpack .../020-autoconf_2.71-2_all.deb ... +Preparing to unpack .../021-autoconf_2.71-2_all.deb ... Unpacking autoconf (2.71-2) ... Selecting previously unselected package automake. -Preparing to unpack .../021-automake_1%3a1.16.5-1.3_all.deb ... +Preparing to unpack .../022-automake_1%3a1.16.5-1.3_all.deb ... Unpacking automake (1:1.16.5-1.3) ... Selecting previously unselected package autopoint. -Preparing to unpack .../022-autopoint_0.21-4ubuntu4_all.deb ... +Preparing to unpack .../023-autopoint_0.21-4ubuntu4_all.deb ... Unpacking autopoint (0.21-4ubuntu4) ... Selecting previously unselected package libdebhelper-perl. -Preparing to unpack .../023-libdebhelper-perl_13.6ubuntu1_all.deb ... +Preparing to unpack .../024-libdebhelper-perl_13.6ubuntu1_all.deb ... Unpacking libdebhelper-perl (13.6ubuntu1) ... Selecting previously unselected package libllvm14:amd64. -Preparing to unpack .../024-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../025-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package libclang-cpp14. -Preparing to unpack .../025-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../026-libclang-cpp14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking libclang-cpp14 (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package libstdc++-11-dev:amd64. -Preparing to unpack .../026-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... +Preparing to unpack .../027-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... Selecting previously unselected package libgc1:amd64. -Preparing to unpack .../027-libgc1_1%3a8.0.6-1.1build1_amd64.deb ... +Preparing to unpack .../028-libgc1_1%3a8.0.6-1.1build1_amd64.deb ... Unpacking libgc1:amd64 (1:8.0.6-1.1build1) ... Selecting previously unselected package libobjc4:amd64. -Preparing to unpack .../028-libobjc4_12.3.0-1ubuntu1~22.04_amd64.deb ... +Preparing to unpack .../029-libobjc4_12.3.0-1ubuntu1~22.04_amd64.deb ... Unpacking libobjc4:amd64 (12.3.0-1ubuntu1~22.04) ... Selecting previously unselected package libobjc-11-dev:amd64. -Preparing to unpack .../029-libobjc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... +Preparing to unpack .../030-libobjc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... Unpacking libobjc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... Selecting previously unselected package libc6-i386. -Preparing to unpack .../030-libc6-i386_2.35-0ubuntu3.8_amd64.deb ... +Preparing to unpack .../031-libc6-i386_2.35-0ubuntu3.8_amd64.deb ... Unpacking libc6-i386 (2.35-0ubuntu3.8) ... Selecting previously unselected package lib32gcc-s1. -Preparing to unpack .../031-lib32gcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb ... +Preparing to unpack .../032-lib32gcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb ... Unpacking lib32gcc-s1 (12.3.0-1ubuntu1~22.04) ... Selecting previously unselected package lib32stdc++6. -Preparing to unpack .../032-lib32stdc++6_12.3.0-1ubuntu1~22.04_amd64.deb ... +Preparing to unpack .../033-lib32stdc++6_12.3.0-1ubuntu1~22.04_amd64.deb ... Unpacking lib32stdc++6 (12.3.0-1ubuntu1~22.04) ... Selecting previously unselected package libclang-common-14-dev. -Preparing to unpack .../033-libclang-common-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../034-libclang-common-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking libclang-common-14-dev (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package llvm-14-linker-tools. -Preparing to unpack .../034-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../035-llvm-14-linker-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking llvm-14-linker-tools (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package libclang1-14. -Preparing to unpack .../035-libclang1-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../036-libclang1-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking libclang1-14 (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package clang-14. -Preparing to unpack .../036-clang-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../037-clang-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking clang-14 (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package libtool. -Preparing to unpack .../037-libtool_2.4.6-15build2_all.deb ... +Preparing to unpack .../038-libtool_2.4.6-15build2_all.deb ... Unpacking libtool (2.4.6-15build2) ... Selecting previously unselected package dh-autoreconf. -Preparing to unpack .../038-dh-autoreconf_20_all.deb ... +Preparing to unpack .../039-dh-autoreconf_20_all.deb ... Unpacking dh-autoreconf (20) ... Selecting previously unselected package libarchive-zip-perl. -Preparing to unpack .../039-libarchive-zip-perl_1.68-1_all.deb ... +Preparing to unpack .../040-libarchive-zip-perl_1.68-1_all.deb ... Unpacking libarchive-zip-perl (1.68-1) ... Selecting previously unselected package libsub-override-perl. -Preparing to unpack .../040-libsub-override-perl_0.09-2_all.deb ... +Preparing to unpack .../041-libsub-override-perl_0.09-2_all.deb ... Unpacking libsub-override-perl (0.09-2) ... Selecting previously unselected package libfile-stripnondeterminism-perl. -Preparing to unpack .../041-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... +Preparing to unpack .../042-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ... Selecting previously unselected package dh-strip-nondeterminism. -Preparing to unpack .../042-dh-strip-nondeterminism_1.13.0-1_all.deb ... +Preparing to unpack .../043-dh-strip-nondeterminism_1.13.0-1_all.deb ... Unpacking dh-strip-nondeterminism (1.13.0-1) ... Selecting previously unselected package debugedit. -Preparing to unpack .../043-debugedit_1%3a5.0-4build1_amd64.deb ... +Preparing to unpack .../044-debugedit_1%3a5.0-4build1_amd64.deb ... Unpacking debugedit (1:5.0-4build1) ... Selecting previously unselected package dwz. -Preparing to unpack .../044-dwz_0.14-1build2_amd64.deb ... +Preparing to unpack .../045-dwz_0.14-1build2_amd64.deb ... Unpacking dwz (0.14-1build2) ... Selecting previously unselected package gettext. -Preparing to unpack .../045-gettext_0.21-4ubuntu4_amd64.deb ... +Preparing to unpack .../046-gettext_0.21-4ubuntu4_amd64.deb ... Unpacking gettext (0.21-4ubuntu4) ... Selecting previously unselected package intltool-debian. -Preparing to unpack .../046-intltool-debian_0.35.0+20060710.5_all.deb ... +Preparing to unpack .../047-intltool-debian_0.35.0+20060710.5_all.deb ... Unpacking intltool-debian (0.35.0+20060710.5) ... Selecting previously unselected package po-debconf. -Preparing to unpack .../047-po-debconf_1.0.21+nmu1_all.deb ... +Preparing to unpack .../048-po-debconf_1.0.21+nmu1_all.deb ... Unpacking po-debconf (1.0.21+nmu1) ... Selecting previously unselected package debhelper. -Preparing to unpack .../048-debhelper_13.6ubuntu1_all.deb ... +Preparing to unpack .../049-debhelper_13.6ubuntu1_all.deb ... Unpacking debhelper (13.6ubuntu1) ... Selecting previously unselected package uuid-dev:amd64. -Preparing to unpack .../049-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... +Preparing to unpack .../050-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... Selecting previously unselected package libsctp1:amd64. -Preparing to unpack .../050-libsctp1_1.0.19+dfsg-1build1_amd64.deb ... +Preparing to unpack .../051-libsctp1_1.0.19+dfsg-1build1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.19+dfsg-1build1) ... Selecting previously unselected package libsctp-dev:amd64. -Preparing to unpack .../051-libsctp-dev_1.0.19+dfsg-1build1_amd64.deb ... +Preparing to unpack .../052-libsctp-dev_1.0.19+dfsg-1build1_amd64.deb ... Unpacking libsctp-dev:amd64 (1.0.19+dfsg-1build1) ... Selecting previously unselected package libapr1-dev. -Preparing to unpack .../052-libapr1-dev_1.7.0-8ubuntu0.22.04.2_amd64.deb ... +Preparing to unpack .../053-libapr1-dev_1.7.0-8ubuntu0.22.04.2_amd64.deb ... Unpacking libapr1-dev (1.7.0-8ubuntu0.22.04.2) ... Selecting previously unselected package libldap-dev:amd64. -Preparing to unpack .../053-libldap-dev_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb ... +Preparing to unpack .../054-libldap-dev_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb ... Unpacking libldap-dev:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ... Selecting previously unselected package libldap2-dev. -Preparing to unpack .../054-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ... +Preparing to unpack .../055-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ... Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) ... Selecting previously unselected package libaprutil1-dev. -Preparing to unpack .../055-libaprutil1-dev_1.6.1-5ubuntu4.22.04.2_amd64.deb ... +Preparing to unpack .../056-libaprutil1-dev_1.6.1-5ubuntu4.22.04.2_amd64.deb ... Unpacking libaprutil1-dev (1.6.1-5ubuntu4.22.04.2) ... Selecting previously unselected package apache2-dev. -Preparing to unpack .../056-apache2-dev_2.4.52-1ubuntu4.12_amd64.deb ... +Preparing to unpack .../057-apache2-dev_2.4.52-1ubuntu4.12_amd64.deb ... Unpacking apache2-dev (2.4.52-1ubuntu4.12) ... Selecting previously unselected package ncal. -Preparing to unpack .../057-ncal_12.1.7+nmu3ubuntu2_amd64.deb ... +Preparing to unpack .../058-ncal_12.1.7+nmu3ubuntu2_amd64.deb ... Unpacking ncal (12.1.7+nmu3ubuntu2) ... Selecting previously unselected package bsdmainutils. -Preparing to unpack .../058-bsdmainutils_12.1.7+nmu3ubuntu2_all.deb ... +Preparing to unpack .../059-bsdmainutils_12.1.7+nmu3ubuntu2_all.deb ... Unpacking bsdmainutils (12.1.7+nmu3ubuntu2) ... Selecting previously unselected package conntrack. -Preparing to unpack .../059-conntrack_1%3a1.4.6-2build2_amd64.deb ... +Preparing to unpack .../060-conntrack_1%3a1.4.6-2build2_amd64.deb ... Unpacking conntrack (1:1.4.6-2build2) ... Selecting previously unselected package libdconf1:amd64. -Preparing to unpack .../060-libdconf1_0.40.0-3_amd64.deb ... +Preparing to unpack .../061-libdconf1_0.40.0-3_amd64.deb ... Unpacking libdconf1:amd64 (0.40.0-3) ... Selecting previously unselected package dconf-service. -Preparing to unpack .../061-dconf-service_0.40.0-3_amd64.deb ... +Preparing to unpack .../062-dconf-service_0.40.0-3_amd64.deb ... Unpacking dconf-service (0.40.0-3) ... Selecting previously unselected package dconf-gsettings-backend:amd64. -Preparing to unpack .../062-dconf-gsettings-backend_0.40.0-3_amd64.deb ... +Preparing to unpack .../063-dconf-gsettings-backend_0.40.0-3_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.40.0-3) ... Selecting previously unselected package dnsmasq-base. -Preparing to unpack .../063-dnsmasq-base_2.90-0ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../064-dnsmasq-base_2.90-0ubuntu0.22.04.1_amd64.deb ... Unpacking dnsmasq-base (2.90-0ubuntu0.22.04.1) ... Selecting previously unselected package dnsmasq-utils. -Preparing to unpack .../064-dnsmasq-utils_2.90-0ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../065-dnsmasq-utils_2.90-0ubuntu0.22.04.1_amd64.deb ... Unpacking dnsmasq-utils (2.90-0ubuntu0.22.04.1) ... Selecting previously unselected package ebtables. -Preparing to unpack .../065-ebtables_2.0.11-4build2_amd64.deb ... +Preparing to unpack .../066-ebtables_2.0.11-4build2_amd64.deb ... Unpacking ebtables (2.0.11-4build2) ... Selecting previously unselected package fonts-dejavu-core. -Preparing to unpack .../066-fonts-dejavu-core_2.37-2build1_all.deb ... +Preparing to unpack .../067-fonts-dejavu-core_2.37-2build1_all.deb ... Unpacking fonts-dejavu-core (2.37-2build1) ... Selecting previously unselected package fontconfig-config. -Preparing to unpack .../067-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... +Preparing to unpack .../068-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... Selecting previously unselected package libfontconfig1:amd64. -Preparing to unpack .../068-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... +Preparing to unpack .../069-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... Selecting previously unselected package fontconfig. -Preparing to unpack .../069-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... +Preparing to unpack .../070-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ... Unpacking fontconfig (2.13.1-4.2ubuntu5) ... Selecting previously unselected package g++-11. -Preparing to unpack .../070-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ... +Preparing to unpack .../071-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ... Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... Selecting previously unselected package g++. -Preparing to unpack .../071-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... +Preparing to unpack .../072-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... Unpacking g++ (4:11.2.0-1ubuntu1) ... Selecting previously unselected package genisoimage. -Preparing to unpack .../072-genisoimage_9%3a1.1.11-3.2ubuntu1_amd64.deb ... +Preparing to unpack .../073-genisoimage_9%3a1.1.11-3.2ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3.2ubuntu1) ... Selecting previously unselected package gir1.2-freedesktop:amd64. -Preparing to unpack .../073-gir1.2-freedesktop_1.72.0-1_amd64.deb ... +Preparing to unpack .../074-gir1.2-freedesktop_1.72.0-1_amd64.deb ... Unpacking gir1.2-freedesktop:amd64 (1.72.0-1) ... Selecting previously unselected package libproxy1v5:amd64. -Preparing to unpack .../074-libproxy1v5_0.4.17-2_amd64.deb ... +Preparing to unpack .../075-libproxy1v5_0.4.17-2_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.17-2) ... Selecting previously unselected package glib-networking-common. -Preparing to unpack .../075-glib-networking-common_2.72.0-1_all.deb ... +Preparing to unpack .../076-glib-networking-common_2.72.0-1_all.deb ... Unpacking glib-networking-common (2.72.0-1) ... Selecting previously unselected package glib-networking-services. -Preparing to unpack .../076-glib-networking-services_2.72.0-1_amd64.deb ... +Preparing to unpack .../077-glib-networking-services_2.72.0-1_amd64.deb ... Unpacking glib-networking-services (2.72.0-1) ... Selecting previously unselected package session-migration. -Preparing to unpack .../077-session-migration_0.3.6_amd64.deb ... +Preparing to unpack .../078-session-migration_0.3.6_amd64.deb ... Unpacking session-migration (0.3.6) ... Selecting previously unselected package gsettings-desktop-schemas. -Preparing to unpack .../078-gsettings-desktop-schemas_42.0-1ubuntu1_all.deb ... +Preparing to unpack .../079-gsettings-desktop-schemas_42.0-1ubuntu1_all.deb ... Unpacking gsettings-desktop-schemas (42.0-1ubuntu1) ... Selecting previously unselected package glib-networking:amd64. -Preparing to unpack .../079-glib-networking_2.72.0-1_amd64.deb ... +Preparing to unpack .../080-glib-networking_2.72.0-1_amd64.deb ... Unpacking glib-networking:amd64 (2.72.0-1) ... Selecting previously unselected package libann0. -Preparing to unpack .../080-libann0_1.1.2+doc-7build1_amd64.deb ... +Preparing to unpack .../081-libann0_1.1.2+doc-7build1_amd64.deb ... Unpacking libann0 (1.1.2+doc-7build1) ... Selecting previously unselected package libcdt5:amd64. -Preparing to unpack .../081-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... +Preparing to unpack .../082-libcdt5_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking libcdt5:amd64 (2.42.2-6ubuntu0.1) ... Selecting previously unselected package libcgraph6:amd64. -Preparing to unpack .../082-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... +Preparing to unpack .../083-libcgraph6_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking libcgraph6:amd64 (2.42.2-6ubuntu0.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. -Preparing to unpack .../083-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... +Preparing to unpack .../084-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... Selecting previously unselected package libjpeg8:amd64. -Preparing to unpack .../084-libjpeg8_8c-2ubuntu10_amd64.deb ... +Preparing to unpack .../085-libjpeg8_8c-2ubuntu10_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... Selecting previously unselected package libdeflate0:amd64. -Preparing to unpack .../085-libdeflate0_1.10-2_amd64.deb ... +Preparing to unpack .../086-libdeflate0_1.10-2_amd64.deb ... Unpacking libdeflate0:amd64 (1.10-2) ... Selecting previously unselected package libjbig0:amd64. -Preparing to unpack .../086-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../087-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ... Selecting previously unselected package libwebp7:amd64. -Preparing to unpack .../087-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... +Preparing to unpack .../088-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ... Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ... Selecting previously unselected package libtiff5:amd64. -Preparing to unpack .../088-libtiff5_4.3.0-6ubuntu0.10_amd64.deb ... +Preparing to unpack .../089-libtiff5_4.3.0-6ubuntu0.10_amd64.deb ... Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.10) ... Selecting previously unselected package libxpm4:amd64. -Preparing to unpack .../089-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... +Preparing to unpack .../090-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... Selecting previously unselected package libgd3:amd64. -Preparing to unpack .../090-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... +Preparing to unpack .../091-libgd3_2.3.0-2ubuntu2.3_amd64.deb ... Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ... Selecting previously unselected package libgts-0.7-5:amd64. -Preparing to unpack .../091-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... +Preparing to unpack .../092-libgts-0.7-5_0.7.6+darcs121130-5_amd64.deb ... Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5) ... Selecting previously unselected package libpixman-1-0:amd64. -Preparing to unpack .../092-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../093-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... Selecting previously unselected package libxcb-render0:amd64. -Preparing to unpack .../093-libxcb-render0_1.14-3ubuntu3_amd64.deb ... +Preparing to unpack .../094-libxcb-render0_1.14-3ubuntu3_amd64.deb ... Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ... Selecting previously unselected package libxcb-shm0:amd64. -Preparing to unpack .../094-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... +Preparing to unpack .../095-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... Selecting previously unselected package libxrender1:amd64. -Preparing to unpack .../095-libxrender1_1%3a0.9.10-1build4_amd64.deb ... +Preparing to unpack .../096-libxrender1_1%3a0.9.10-1build4_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... Selecting previously unselected package libcairo2:amd64. -Preparing to unpack .../096-libcairo2_1.16.0-5ubuntu2_amd64.deb ... +Preparing to unpack .../097-libcairo2_1.16.0-5ubuntu2_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-5ubuntu2) ... Selecting previously unselected package libltdl7:amd64. -Preparing to unpack .../097-libltdl7_2.4.6-15build2_amd64.deb ... +Preparing to unpack .../098-libltdl7_2.4.6-15build2_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-15build2) ... Selecting previously unselected package libgraphite2-3:amd64. -Preparing to unpack .../098-libgraphite2-3_1.3.14-1build2_amd64.deb ... +Preparing to unpack .../099-libgraphite2-3_1.3.14-1build2_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ... Selecting previously unselected package libharfbuzz0b:amd64. -Preparing to unpack .../099-libharfbuzz0b_2.7.4-1ubuntu3.1_amd64.deb ... +Preparing to unpack .../100-libharfbuzz0b_2.7.4-1ubuntu3.1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ... Selecting previously unselected package libthai-data. -Preparing to unpack .../100-libthai-data_0.1.29-1build1_all.deb ... +Preparing to unpack .../101-libthai-data_0.1.29-1build1_all.deb ... Unpacking libthai-data (0.1.29-1build1) ... Selecting previously unselected package libdatrie1:amd64. -Preparing to unpack .../101-libdatrie1_0.2.13-2_amd64.deb ... +Preparing to unpack .../102-libdatrie1_0.2.13-2_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.13-2) ... Selecting previously unselected package libthai0:amd64. -Preparing to unpack .../102-libthai0_0.1.29-1build1_amd64.deb ... +Preparing to unpack .../103-libthai0_0.1.29-1build1_amd64.deb ... Unpacking libthai0:amd64 (0.1.29-1build1) ... Selecting previously unselected package libpango-1.0-0:amd64. -Preparing to unpack .../103-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... +Preparing to unpack .../104-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. -Preparing to unpack .../104-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... +Preparing to unpack .../105-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. -Preparing to unpack .../105-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... +Preparing to unpack .../106-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... Selecting previously unselected package libpathplan4:amd64. -Preparing to unpack .../106-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... +Preparing to unpack .../107-libpathplan4_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking libpathplan4:amd64 (2.42.2-6ubuntu0.1) ... Selecting previously unselected package libgvc6. -Preparing to unpack .../107-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... +Preparing to unpack .../108-libgvc6_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking libgvc6 (2.42.2-6ubuntu0.1) ... Selecting previously unselected package libgvpr2:amd64. -Preparing to unpack .../108-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... +Preparing to unpack .../109-libgvpr2_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking libgvpr2:amd64 (2.42.2-6ubuntu0.1) ... Selecting previously unselected package liblab-gamut1:amd64. -Preparing to unpack .../109-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... +Preparing to unpack .../110-liblab-gamut1_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking liblab-gamut1:amd64 (2.42.2-6ubuntu0.1) ... Selecting previously unselected package x11-common. -Preparing to unpack .../110-x11-common_1%3a7.7+23ubuntu2_all.deb ... +Preparing to unpack .../111-x11-common_1%3a7.7+23ubuntu2_all.deb ... Unpacking x11-common (1:7.7+23ubuntu2) ... Selecting previously unselected package libice6:amd64. -Preparing to unpack .../111-libice6_2%3a1.0.10-1build2_amd64.deb ... +Preparing to unpack .../112-libice6_2%3a1.0.10-1build2_amd64.deb ... Unpacking libice6:amd64 (2:1.0.10-1build2) ... Selecting previously unselected package libsm6:amd64. -Preparing to unpack .../112-libsm6_2%3a1.2.3-1build2_amd64.deb ... +Preparing to unpack .../113-libsm6_2%3a1.2.3-1build2_amd64.deb ... Unpacking libsm6:amd64 (2:1.2.3-1build2) ... Selecting previously unselected package libxt6:amd64. -Preparing to unpack .../113-libxt6_1%3a1.2.1-1_amd64.deb ... +Preparing to unpack .../114-libxt6_1%3a1.2.1-1_amd64.deb ... Unpacking libxt6:amd64 (1:1.2.1-1) ... Selecting previously unselected package libxmu6:amd64. -Preparing to unpack .../114-libxmu6_2%3a1.1.3-3_amd64.deb ... +Preparing to unpack .../115-libxmu6_2%3a1.1.3-3_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.3-3) ... Selecting previously unselected package libxaw7:amd64. -Preparing to unpack .../115-libxaw7_2%3a1.0.14-1_amd64.deb ... +Preparing to unpack .../116-libxaw7_2%3a1.0.14-1_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.14-1) ... Selecting previously unselected package graphviz. -Preparing to unpack .../116-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... +Preparing to unpack .../117-graphviz_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking graphviz (2.42.2-6ubuntu0.1) ... Selecting previously unselected package icu-devtools. -Preparing to unpack .../117-icu-devtools_70.1-2_amd64.deb ... +Preparing to unpack .../118-icu-devtools_70.1-2_amd64.deb ... Unpacking icu-devtools (70.1-2) ... Selecting previously unselected package iputils-arping. -Preparing to unpack .../118-iputils-arping_3%3a20211215-1_amd64.deb ... +Preparing to unpack .../119-iputils-arping_3%3a20211215-1_amd64.deb ... Unpacking iputils-arping (3:20211215-1) ... Selecting previously unselected package libgssrpc4:amd64. -Preparing to unpack .../119-libgssrpc4_1.19.2-2ubuntu0.4_amd64.deb ... +Preparing to unpack .../120-libgssrpc4_1.19.2-2ubuntu0.4_amd64.deb ... Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.4) ... Selecting previously unselected package libkdb5-10:amd64. -Preparing to unpack .../120-libkdb5-10_1.19.2-2ubuntu0.4_amd64.deb ... +Preparing to unpack .../121-libkdb5-10_1.19.2-2ubuntu0.4_amd64.deb ... Unpacking libkdb5-10:amd64 (1.19.2-2ubuntu0.4) ... Selecting previously unselected package libkadm5srv-mit12:amd64. -Preparing to unpack .../121-libkadm5srv-mit12_1.19.2-2ubuntu0.4_amd64.deb ... +Preparing to unpack .../122-libkadm5srv-mit12_1.19.2-2ubuntu0.4_amd64.deb ... Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.4) ... Selecting previously unselected package libkadm5clnt-mit12:amd64. -Preparing to unpack .../122-libkadm5clnt-mit12_1.19.2-2ubuntu0.4_amd64.deb ... +Preparing to unpack .../123-libkadm5clnt-mit12_1.19.2-2ubuntu0.4_amd64.deb ... Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.4) ... Selecting previously unselected package comerr-dev:amd64. -Preparing to unpack .../123-comerr-dev_2.1-1.46.5-2ubuntu1.2_amd64.deb ... +Preparing to unpack .../124-comerr-dev_2.1-1.46.5-2ubuntu1.2_amd64.deb ... Unpacking comerr-dev:amd64 (2.1-1.46.5-2ubuntu1.2) ... Selecting previously unselected package krb5-multidev:amd64. -Preparing to unpack .../124-krb5-multidev_1.19.2-2ubuntu0.4_amd64.deb ... +Preparing to unpack .../125-krb5-multidev_1.19.2-2ubuntu0.4_amd64.deb ... Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.4) ... Selecting previously unselected package libicu-dev:amd64. -Preparing to unpack .../125-libicu-dev_70.1-2_amd64.deb ... +Preparing to unpack .../126-libicu-dev_70.1-2_amd64.deb ... Unpacking libicu-dev:amd64 (70.1-2) ... Selecting previously unselected package libjpeg-turbo8-dev:amd64. -Preparing to unpack .../126-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... +Preparing to unpack .../127-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... Selecting previously unselected package libjpeg8-dev:amd64. -Preparing to unpack .../127-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... +Preparing to unpack .../128-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... Selecting previously unselected package libjpeg-dev:amd64. -Preparing to unpack .../128-libjpeg-dev_8c-2ubuntu10_amd64.deb ... +Preparing to unpack .../129-libjpeg-dev_8c-2ubuntu10_amd64.deb ... Unpacking libjpeg-dev:amd64 (8c-2ubuntu10) ... Selecting previously unselected package libjs-jquery. -Preparing to unpack .../129-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ... +Preparing to unpack .../130-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ... Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... Selecting previously unselected package libjs-jquery-metadata. -Preparing to unpack .../130-libjs-jquery-metadata_12-3_all.deb ... +Preparing to unpack .../131-libjs-jquery-metadata_12-3_all.deb ... Unpacking libjs-jquery-metadata (12-3) ... Selecting previously unselected package libjs-jquery-tablesorter. -Preparing to unpack .../131-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-3_all.deb ... +Preparing to unpack .../132-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-3_all.deb ... Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-3) ... Selecting previously unselected package libjs-underscore. -Preparing to unpack .../132-libjs-underscore_1.13.2~dfsg-2_all.deb ... +Preparing to unpack .../133-libjs-underscore_1.13.2~dfsg-2_all.deb ... Unpacking libjs-underscore (1.13.2~dfsg-2) ... Selecting previously unselected package libjs-sphinxdoc. -Preparing to unpack .../133-libjs-sphinxdoc_4.3.2-1_all.deb ... +Preparing to unpack .../134-libjs-sphinxdoc_4.3.2-1_all.deb ... Unpacking libjs-sphinxdoc (4.3.2-1) ... Selecting previously unselected package libjson-perl. -Preparing to unpack .../134-libjson-perl_4.04000-1_all.deb ... +Preparing to unpack .../135-libjson-perl_4.04000-1_all.deb ... Unpacking libjson-perl (4.04000-1) ... Selecting previously unselected package mysql-common. -Preparing to unpack .../135-mysql-common_5.8+1.0.8_all.deb ... +Preparing to unpack .../136-mysql-common_5.8+1.0.8_all.deb ... Unpacking mysql-common (5.8+1.0.8) ... Selecting previously unselected package libmysqlclient21:amd64. -Preparing to unpack .../136-libmysqlclient21_8.0.40-0ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../137-libmysqlclient21_8.0.40-0ubuntu0.22.04.1_amd64.deb ... Unpacking libmysqlclient21:amd64 (8.0.40-0ubuntu0.22.04.1) ... Selecting previously unselected package libncurses-dev:amd64. -Preparing to unpack .../137-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... +Preparing to unpack .../138-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... Selecting previously unselected package libpcre16-3:amd64. -Preparing to unpack .../138-libpcre16-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../139-libpcre16-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... Unpacking libpcre16-3:amd64 (2:8.39-13ubuntu0.22.04.1) ... Selecting previously unselected package libpcre32-3:amd64. -Preparing to unpack .../139-libpcre32-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../140-libpcre32-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... Unpacking libpcre32-3:amd64 (2:8.39-13ubuntu0.22.04.1) ... Selecting previously unselected package libpcrecpp0v5:amd64. -Preparing to unpack .../140-libpcrecpp0v5_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../141-libpcrecpp0v5_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ... Selecting previously unselected package libpcre3-dev:amd64. -Preparing to unpack .../141-libpcre3-dev_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../142-libpcre3-dev_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.39-13ubuntu0.22.04.1) ... Selecting previously unselected package libpq5:amd64. -Preparing to unpack .../142-libpq5_14.15-0ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../143-libpq5_14.15-0ubuntu0.22.04.1_amd64.deb ... Unpacking libpq5:amd64 (14.15-0ubuntu0.22.04.1) ... Selecting previously unselected package libssl-dev:amd64. -Preparing to unpack .../143-libssl-dev_3.0.2-0ubuntu1.18_amd64.deb ... +Preparing to unpack .../144-libssl-dev_3.0.2-0ubuntu1.18_amd64.deb ... Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.18) ... Selecting previously unselected package libpq-dev. -Preparing to unpack .../144-libpq-dev_14.15-0ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../145-libpq-dev_14.15-0ubuntu0.22.04.1_amd64.deb ... Unpacking libpq-dev (14.15-0ubuntu0.22.04.1) ... Selecting previously unselected package libpython3-dev:amd64. -Preparing to unpack .../145-libpython3-dev_3.10.6-1~22.04.1_amd64.deb ... +Preparing to unpack .../146-libpython3-dev_3.10.6-1~22.04.1_amd64.deb ... Unpacking libpython3-dev:amd64 (3.10.6-1~22.04.1) ... Selecting previously unselected package libsasl2-dev. -Preparing to unpack .../146-libsasl2-dev_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... +Preparing to unpack .../147-libsasl2-dev_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... Unpacking libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ... Selecting previously unselected package libsoup2.4-common. -Preparing to unpack .../147-libsoup2.4-common_2.74.2-3ubuntu0.1_all.deb ... +Preparing to unpack .../148-libsoup2.4-common_2.74.2-3ubuntu0.1_all.deb ... Unpacking libsoup2.4-common (2.74.2-3ubuntu0.1) ... Selecting previously unselected package libsoup2.4-1:amd64. -Preparing to unpack .../148-libsoup2.4-1_2.74.2-3ubuntu0.1_amd64.deb ... +Preparing to unpack .../149-libsoup2.4-1_2.74.2-3ubuntu0.1_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.74.2-3ubuntu0.1) ... Selecting previously unselected package libsystemd-dev:amd64. -Preparing to unpack .../149-libsystemd-dev_249.11-0ubuntu3.12_amd64.deb ... +Preparing to unpack .../150-libsystemd-dev_249.11-0ubuntu3.12_amd64.deb ... Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.12) ... Selecting previously unselected package libtinfo-dev:amd64. -Preparing to unpack .../150-libtinfo-dev_6.3-2ubuntu0.1_amd64.deb ... +Preparing to unpack .../151-libtinfo-dev_6.3-2ubuntu0.1_amd64.deb ... Unpacking libtinfo-dev:amd64 (6.3-2ubuntu0.1) ... Selecting previously unselected package liburing2:amd64. -Preparing to unpack .../151-liburing2_2.1-2build1_amd64.deb ... +Preparing to unpack .../152-liburing2_2.1-2build1_amd64.deb ... Unpacking liburing2:amd64 (2.1-2build1) ... Selecting previously unselected package libxml2-dev:amd64. -Preparing to unpack .../152-libxml2-dev_2.9.13+dfsg-1ubuntu0.4_amd64.deb ... +Preparing to unpack .../153-libxml2-dev_2.9.13+dfsg-1ubuntu0.4_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.4) ... Selecting previously unselected package libxslt1-dev:amd64. -Preparing to unpack .../153-libxslt1-dev_1.1.34-4ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../154-libxslt1-dev_1.1.34-4ubuntu0.22.04.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.1) ... Selecting previously unselected package llvm-14-runtime. -Preparing to unpack .../154-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../155-llvm-14-runtime_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking llvm-14-runtime (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package libpfm4:amd64. -Preparing to unpack .../155-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... +Preparing to unpack .../156-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ... Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ... Selecting previously unselected package llvm-14. -Preparing to unpack .../156-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../157-llvm-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking llvm-14 (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package libffi-dev:amd64. -Preparing to unpack .../157-libffi-dev_3.4.2-4_amd64.deb ... +Preparing to unpack .../158-libffi-dev_3.4.2-4_amd64.deb ... Unpacking libffi-dev:amd64 (3.4.2-4) ... Selecting previously unselected package python3-pygments. -Preparing to unpack .../158-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... +Preparing to unpack .../159-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... Selecting previously unselected package llvm-14-tools. -Preparing to unpack .../159-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../160-llvm-14-tools_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking llvm-14-tools (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package libz3-4:amd64. -Preparing to unpack .../160-libz3-4_4.8.12-1_amd64.deb ... +Preparing to unpack .../161-libz3-4_4.8.12-1_amd64.deb ... Unpacking libz3-4:amd64 (4.8.12-1) ... Selecting previously unselected package libz3-dev:amd64. -Preparing to unpack .../161-libz3-dev_4.8.12-1_amd64.deb ... +Preparing to unpack .../162-libz3-dev_4.8.12-1_amd64.deb ... Unpacking libz3-dev:amd64 (4.8.12-1) ... Selecting previously unselected package llvm-14-dev. -Preparing to unpack .../162-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... +Preparing to unpack .../163-llvm-14-dev_1%3a14.0.0-1ubuntu1.1_amd64.deb ... Unpacking llvm-14-dev (1:14.0.0-1ubuntu1.1) ... Selecting previously unselected package lsscsi. -Preparing to unpack .../163-lsscsi_0.31-1build2_amd64.deb ... +Preparing to unpack .../164-lsscsi_0.31-1build2_amd64.deb ... Unpacking lsscsi (0.31-1build2) ... Selecting previously unselected package osinfo-db. -Preparing to unpack .../164-osinfo-db_0.20240523-0ubuntu0.22.04.1_all.deb ... +Preparing to unpack .../165-osinfo-db_0.20240523-0ubuntu0.22.04.1_all.deb ... Unpacking osinfo-db (0.20240523-0ubuntu0.22.04.1) ... Selecting previously unselected package pkg-config. -Preparing to unpack .../165-pkg-config_0.29.2-1ubuntu3_amd64.deb ... +Preparing to unpack .../166-pkg-config_0.29.2-1ubuntu3_amd64.deb ... Unpacking pkg-config (0.29.2-1ubuntu3) ... Selecting previously unselected package pm-utils. -Preparing to unpack .../166-pm-utils_1.4.1-19_all.deb ... +Preparing to unpack .../167-pm-utils_1.4.1-19_all.deb ... Unpacking pm-utils (1.4.1-19) ... Selecting previously unselected package postgresql-client-common. -Preparing to unpack .../167-postgresql-client-common_238_all.deb ... +Preparing to unpack .../168-postgresql-client-common_238_all.deb ... Unpacking postgresql-client-common (238) ... Selecting previously unselected package postgresql-client-14. -Preparing to unpack .../168-postgresql-client-14_14.15-0ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../169-postgresql-client-14_14.15-0ubuntu0.22.04.1_amd64.deb ... Unpacking postgresql-client-14 (14.15-0ubuntu0.22.04.1) ... Selecting previously unselected package ssl-cert. -Preparing to unpack .../169-ssl-cert_1.1.2_all.deb ... +Preparing to unpack .../170-ssl-cert_1.1.2_all.deb ... Unpacking ssl-cert (1.1.2) ... Selecting previously unselected package postgresql-common. -Preparing to unpack .../170-postgresql-common_238_all.deb ... +Preparing to unpack .../171-postgresql-common_238_all.deb ... Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' Unpacking postgresql-common (238) ... Selecting previously unselected package postgresql-server-dev-14. -Preparing to unpack .../171-postgresql-server-dev-14_14.15-0ubuntu0.22.04.1_amd64.deb ... +Preparing to unpack .../172-postgresql-server-dev-14_14.15-0ubuntu0.22.04.1_amd64.deb ... Unpacking postgresql-server-dev-14 (14.15-0ubuntu0.22.04.1) ... Selecting previously unselected package postgresql-server-dev-all:amd64. -Preparing to unpack .../172-postgresql-server-dev-all_238_amd64.deb ... +Preparing to unpack .../173-postgresql-server-dev-all_238_amd64.deb ... Unpacking postgresql-server-dev-all:amd64 (238) ... Selecting previously unselected package python3-dev. -Preparing to unpack .../173-python3-dev_3.10.6-1~22.04.1_amd64.deb ... +Preparing to unpack .../174-python3-dev_3.10.6-1~22.04.1_amd64.deb ... Unpacking python3-dev (3.10.6-1~22.04.1) ... Selecting previously unselected package python3-mysqldb. -Preparing to unpack .../174-python3-mysqldb_1.4.6-1build1_amd64.deb ... +Preparing to unpack .../175-python3-mysqldb_1.4.6-1build1_amd64.deb ... Unpacking python3-mysqldb (1.4.6-1build1) ... Selecting previously unselected package python3.10-venv. -Preparing to unpack .../175-python3.10-venv_3.10.12-1~22.04.7_amd64.deb ... +Preparing to unpack .../176-python3.10-venv_3.10.12-1~22.04.7_amd64.deb ... Unpacking python3.10-venv (3.10.12-1~22.04.7) ... Selecting previously unselected package python3-venv. -Preparing to unpack .../176-python3-venv_3.10.6-1~22.04.1_amd64.deb ... +Preparing to unpack .../177-python3-venv_3.10.6-1~22.04.1_amd64.deb ... Unpacking python3-venv (3.10.6-1~22.04.1) ... Selecting previously unselected package qemu-utils. -Preparing to unpack .../177-qemu-utils_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... +Preparing to unpack .../178-qemu-utils_1%3a6.2+dfsg-2ubuntu6.24_amd64.deb ... Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.24) ... Selecting previously unselected package sqlite3. -Preparing to unpack .../178-sqlite3_3.37.2-2ubuntu0.3_amd64.deb ... +Preparing to unpack .../179-sqlite3_3.37.2-2ubuntu0.3_amd64.deb ... Unpacking sqlite3 (3.37.2-2ubuntu0.3) ... Selecting previously unselected package unzip. -Preparing to unpack .../179-unzip_6.0-26ubuntu3.2_amd64.deb ... +Preparing to unpack .../180-unzip_6.0-26ubuntu3.2_amd64.deb ... Unpacking unzip (6.0-26ubuntu3.2) ... Selecting previously unselected package libosinfo-1.0-0:amd64. -Preparing to unpack .../180-libosinfo-1.0-0_1.8.0-1_amd64.deb ... +Preparing to unpack .../181-libosinfo-1.0-0_1.8.0-1_amd64.deb ... Unpacking libosinfo-1.0-0:amd64 (1.8.0-1) ... Selecting previously unselected package gir1.2-libosinfo-1.0:amd64. -Preparing to unpack .../181-gir1.2-libosinfo-1.0_1.8.0-1_amd64.deb ... +Preparing to unpack .../182-gir1.2-libosinfo-1.0_1.8.0-1_amd64.deb ... Unpacking gir1.2-libosinfo-1.0:amd64 (1.8.0-1) ... Selecting previously unselected package libapache2-mod-proxy-uwsgi. -Preparing to unpack .../182-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.12_amd64.deb ... +Preparing to unpack .../183-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.12_amd64.deb ... Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.12) ... Selecting previously unselected package libkrb5-dev:amd64. -Preparing to unpack .../183-libkrb5-dev_1.19.2-2ubuntu0.4_amd64.deb ... +Preparing to unpack .../184-libkrb5-dev_1.19.2-2ubuntu0.4_amd64.deb ... Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.4) ... Selecting previously unselected package pcp-conf. -Preparing to unpack .../184-pcp-conf_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../185-pcp-conf_5.3.6-1build1_amd64.deb ... Unpacking pcp-conf (5.3.6-1build1) ... Selecting previously unselected package libpcp3. -Preparing to unpack .../185-libpcp3_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../186-libpcp3_5.3.6-1build1_amd64.deb ... Unpacking libpcp3 (5.3.6-1build1) ... Selecting previously unselected package libpcp-gui2. -Preparing to unpack .../186-libpcp-gui2_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../187-libpcp-gui2_5.3.6-1build1_amd64.deb ... Unpacking libpcp-gui2 (5.3.6-1build1) ... Selecting previously unselected package libpcp-import1. -Preparing to unpack .../187-libpcp-import1_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../188-libpcp-import1_5.3.6-1build1_amd64.deb ... Unpacking libpcp-import1 (5.3.6-1build1) ... Selecting previously unselected package libpcp-mmv1. -Preparing to unpack .../188-libpcp-mmv1_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../189-libpcp-mmv1_5.3.6-1build1_amd64.deb ... Unpacking libpcp-mmv1 (5.3.6-1build1) ... Selecting previously unselected package libpcp-pmda3. -Preparing to unpack .../189-libpcp-pmda3_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../190-libpcp-pmda3_5.3.6-1build1_amd64.deb ... Unpacking libpcp-pmda3 (5.3.6-1build1) ... Selecting previously unselected package libpcp-trace2. -Preparing to unpack .../190-libpcp-trace2_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../191-libpcp-trace2_5.3.6-1build1_amd64.deb ... Unpacking libpcp-trace2 (5.3.6-1build1) ... Selecting previously unselected package libpcp-web1. -Preparing to unpack .../191-libpcp-web1_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../192-libpcp-web1_5.3.6-1build1_amd64.deb ... Unpacking libpcp-web1 (5.3.6-1build1) ... Selecting previously unselected package libyaml-dev:amd64. -Preparing to unpack .../192-libyaml-dev_0.2.2-1build2_amd64.deb ... +Preparing to unpack .../193-libyaml-dev_0.2.2-1build2_amd64.deb ... Unpacking libyaml-dev:amd64 (0.2.2-1build2) ... Selecting previously unselected package python3-pcp. -Preparing to unpack .../193-python3-pcp_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../194-python3-pcp_5.3.6-1build1_amd64.deb ... Unpacking python3-pcp (5.3.6-1build1) ... Selecting previously unselected package pcp. -Preparing to unpack .../194-pcp_5.3.6-1build1_amd64.deb ... +Preparing to unpack .../195-pcp_5.3.6-1build1_amd64.deb ... Unpacking pcp (5.3.6-1build1) ... Selecting previously unselected package socat. -Preparing to unpack .../195-socat_1.7.4.1-3ubuntu4_amd64.deb ... +Preparing to unpack .../196-socat_1.7.4.1-3ubuntu4_amd64.deb ... Unpacking socat (1.7.4.1-3ubuntu4) ... Setting up genisoimage (9:1.1.11-3.2ubuntu1) ... Setting up libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ... @@ -3869,6 +3874,7 @@ Setting up pkg-config (0.29.2-1ubuntu3) ... Setting up fonts-dejavu-core (2.37-2build1) ... Setting up lsscsi (0.31-1build2) ... Setting up osinfo-db (0.20240523-0ubuntu0.22.04.1) ... +Setting up git (1:2.34.1-1ubuntu1.12) ... Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... Setting up libgc1:amd64 (1:8.0.6-1.1build1) ... Setting up libltdl7:amd64 (2.4.6-15build2) ... @@ -4102,28 +4108,28 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2428 start_time=1735935316074 +++functions-common:time_stop:2428 start_time=1736893259475 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2430 [[ -z 1735935316074 ]] +++functions-common:time_stop:2430 [[ -z 1736893259475 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2433 end_time=1735935475687 +++functions-common:time_stop:2433 end_time=1736893398173 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2434 elapsed_time=159613 +++functions-common:time_stop:2434 elapsed_time=138698 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2435 total=22335 +++functions-common:time_stop:2435 total=28945 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2438 _TIME_TOTAL[$name]=181948 +++functions-common:time_stop:2438 _TIME_TOTAL[$name]=167643 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:apt_get:1219 return 0 @@ -4381,10 +4387,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++tools/install_pip.sh:get_versions:51 awk '{ print $2}' -tput: No value for $TERM and no -T specified ++tools/install_pip.sh:get_versions:51 /usr/bin/pip --version tput: No value for $TERM and no -T specified +++tools/install_pip.sh:get_versions:51 awk '{ print $2}' +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tools/install_pip.sh:get_versions:51 PIP_VERSION=22.0.2 tput: No value for $TERM and no -T specified @@ -4510,7 +4516,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -4525,25 +4531,25 @@ Collecting pip ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 13.8 MB/s eta 0:00:00 Requirement already satisfied: setuptools[core] in /opt/stack/data/venv/lib/python3.10/site-packages (59.6.0) Collecting setuptools[core] - Downloading setuptools-75.6.0-py3-none-any.whl (1.2 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 27.2 MB/s eta 0:00:00 + Downloading setuptools-75.8.0-py3-none-any.whl (1.2 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 26.9 MB/s eta 0:00:00 Collecting packaging>=24.2 Downloading packaging-24.2-py3-none-any.whl (65 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 9.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 13.8 MB/s eta 0:00:00 Collecting jaraco.functools>=4 Downloading jaraco.functools-4.1.0-py3-none-any.whl (10 kB) +Collecting tomli>=2.0.1 + Downloading tomli-2.2.1-py3-none-any.whl (14 kB) Collecting platformdirs>=4.2.2 Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB) -Collecting more_itertools>=8.8 +Collecting jaraco.text>=3.7 + Downloading jaraco.text-4.0.0-py3-none-any.whl (11 kB) +Collecting more_itertools Downloading more_itertools-10.5.0-py3-none-any.whl (60 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 KB 7.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 KB 11.3 MB/s eta 0:00:00 Collecting wheel>=0.43.0 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.5/72.5 KB 11.6 MB/s eta 0:00:00 -Collecting tomli>=2.0.1 - Downloading tomli-2.2.1-py3-none-any.whl (14 kB) -Collecting jaraco.text>=3.7 - Downloading jaraco.text-4.0.0-py3-none-any.whl (11 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.5/72.5 KB 12.1 MB/s eta 0:00:00 Collecting jaraco.collections Downloading jaraco.collections-5.1.0-py3-none-any.whl (11 kB) Collecting autocommand @@ -4575,7 +4581,7 @@ Installing collected packages: wheel, tomli, setuptools, platformdirs, pip, pack Can't uninstall 'more-itertools'. No files were found to uninstall. ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. virtualenv 20.13.0+ds requires platformdirs<3,>=2, but you have platformdirs 4.3.6 which is incompatible. -Successfully installed autocommand-2.2.2 backports.tarfile-1.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 more_itertools-10.5.0 packaging-24.2 pip-24.3.1 platformdirs-4.3.6 setuptools-75.6.0 tomli-2.2.1 wheel-0.45.1 +Successfully installed autocommand-2.2.2 backports.tarfile-1.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 more_itertools-10.5.0 packaging-24.2 pip-24.3.1 platformdirs-4.3.6 setuptools-75.8.0 tomli-2.2.1 wheel-0.45.1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:216 result=0 @@ -4602,19 +4608,19 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935481027 ++functions-common:time_stop:2428 start_time=1736893403650 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935481027 ]] ++functions-common:time_stop:2430 [[ -z 1736893403650 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935486579 ++functions-common:time_stop:2433 end_time=1736893409054 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=5552 ++functions-common:time_stop:2434 elapsed_time=5404 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2435 total=0 @@ -4623,7 +4629,7 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=5552 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=5404 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -4702,28 +4708,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935486790 ++functions-common:time_stop:2428 start_time=1736893409231 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935486790 ]] ++functions-common:time_stop:2430 [[ -z 1736893409231 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935489419 ++functions-common:time_stop:2433 end_time=1736893411619 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2629 ++functions-common:time_stop:2434 elapsed_time=2388 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=5552 ++functions-common:time_stop:2435 total=5404 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=8181 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=7792 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -4776,30 +4782,30 @@ tput: No value for $TERM and no -T specified +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 'setuptools[core]' Collecting pbr Downloading pbr-6.1.0-py2.py3-none-any.whl (108 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/108.5 KB 2.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/108.5 KB 5.7 MB/s eta 0:00:00 Requirement already satisfied: setuptools[core] in /opt/stack/requirements/.venv/lib/python3.10/site-packages (59.6.0) Collecting setuptools[core] - Using cached setuptools-75.6.0-py3-none-any.whl (1.2 MB) -Collecting packaging>=24.2 - Using cached packaging-24.2-py3-none-any.whl (65 kB) -Collecting wheel>=0.43.0 - Using cached wheel-0.45.1-py3-none-any.whl (72 kB) -Collecting platformdirs>=4.2.2 - Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB) + Using cached setuptools-75.8.0-py3-none-any.whl (1.2 MB) Collecting jaraco.functools>=4 Using cached jaraco.functools-4.1.0-py3-none-any.whl (10 kB) -Collecting more_itertools - Using cached more_itertools-10.5.0-py3-none-any.whl (60 kB) -Collecting tomli>=2.0.1 - Using cached tomli-2.2.1-py3-none-any.whl (14 kB) Collecting jaraco.text>=3.7 Using cached jaraco.text-4.0.0-py3-none-any.whl (11 kB) Collecting jaraco.collections Using cached jaraco.collections-5.1.0-py3-none-any.whl (11 kB) -Collecting autocommand - Using cached autocommand-2.2.2-py3-none-any.whl (19 kB) +Collecting more_itertools + Using cached more_itertools-10.5.0-py3-none-any.whl (60 kB) +Collecting packaging>=24.2 + Using cached packaging-24.2-py3-none-any.whl (65 kB) +Collecting wheel>=0.43.0 + Using cached wheel-0.45.1-py3-none-any.whl (72 kB) +Collecting tomli>=2.0.1 + Using cached tomli-2.2.1-py3-none-any.whl (14 kB) +Collecting platformdirs>=4.2.2 + Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB) Collecting jaraco.context>=4.1 Using cached jaraco.context-6.0.1-py3-none-any.whl (6.8 kB) +Collecting autocommand + Using cached autocommand-2.2.2-py3-none-any.whl (19 kB) Collecting backports.tarfile Using cached backports.tarfile-1.2.0-py3-none-any.whl (30 kB) Installing collected packages: wheel, tomli, setuptools, platformdirs, pbr, packaging, more_itertools, backports.tarfile, autocommand, jaraco.functools, jaraco.context, jaraco.text, jaraco.collections @@ -4807,7 +4813,7 @@ Installing collected packages: wheel, tomli, setuptools, platformdirs, pbr, pack Found existing installation: setuptools 59.6.0 Uninstalling setuptools-59.6.0: Successfully uninstalled setuptools-59.6.0 -Successfully installed autocommand-2.2.2 backports.tarfile-1.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 more_itertools-10.5.0 packaging-24.2 pbr-6.1.0 platformdirs-4.3.6 setuptools-75.6.0 tomli-2.2.1 wheel-0.45.1 +Successfully installed autocommand-2.2.2 backports.tarfile-1.2.0 jaraco.collections-5.1.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jaraco.text-4.0.0 more_itertools-10.5.0 packaging-24.2 pbr-6.1.0 platformdirs-4.3.6 setuptools-75.8.0 tomli-2.2.1 wheel-0.45.1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:216 result=0 @@ -4834,28 +4840,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935492578 ++functions-common:time_stop:2428 start_time=1736893414979 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935492578 ]] ++functions-common:time_stop:2430 [[ -z 1736893414979 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935496357 ++functions-common:time_stop:2433 end_time=1736893418540 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=3779 ++functions-common:time_stop:2434 elapsed_time=3561 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=8181 ++functions-common:time_stop:2435 total=7792 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=11960 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=11353 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -4883,46 +4889,46 @@ Processing /opt/stack/requirements Preparing metadata (setup.py): finished with status 'done' Collecting fixtures>=3.0.0 Downloading fixtures-4.1.0-py3-none-any.whl (64 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 KB 2.6 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 KB 5.0 MB/s eta 0:00:00 Collecting Parsley>=1.2 Downloading Parsley-1.3-py2.py3-none-any.whl (88 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.9/88.9 KB 5.6 MB/s eta 0:00:00 -Requirement already satisfied: packaging!=20.5,!=20.6,!=20.7,>=16.5 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from openstack_requirements==1.2.1.dev7246) (24.2) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.9/88.9 KB 4.5 MB/s eta 0:00:00 +Requirement already satisfied: packaging!=20.5,!=20.6,!=20.7,>=16.5 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from openstack_requirements==1.2.1.dev7268) (24.2) Collecting requests>=2.14.2 Downloading requests-2.32.3-py3-none-any.whl (64 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 KB 5.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 KB 4.1 MB/s eta 0:00:00 Collecting PyYAML>=3.12 Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 9.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 8.8 MB/s eta 0:00:00 Collecting beagle>=0.2.1 Downloading beagle-0.4.0-py3-none-any.whl (11 kB) -Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from openstack_requirements==1.2.1.dev7246) (75.6.0) +Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from openstack_requirements==1.2.1.dev7268) (75.8.0) Collecting cliff>=2.11.0 Downloading cliff-4.8.0-py3-none-any.whl (80 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 KB 14.4 MB/s eta 0:00:00 -Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack_requirements==1.2.1.dev7246) (6.1.0) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 KB 9.2 MB/s eta 0:00:00 +Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack_requirements==1.2.1.dev7268) (6.1.0) Collecting urllib3<3,>=1.21.1 Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 KB 23.2 MB/s eta 0:00:00 -Collecting idna<4,>=2.5 - Downloading idna-3.10-py3-none-any.whl (70 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 KB 12.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 KB 15.2 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2024.12.14-py3-none-any.whl (164 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.9/164.9 KB 26.3 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.9/164.9 KB 27.0 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 Downloading charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.8/144.8 KB 14.9 MB/s eta 0:00:00 -Collecting PrettyTable>=0.7.2 - Downloading prettytable-3.12.0-py3-none-any.whl (31 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.8/144.8 KB 22.4 MB/s eta 0:00:00 +Collecting idna<4,>=2.5 + Downloading idna-3.10-py3-none-any.whl (70 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 KB 12.5 MB/s eta 0:00:00 Collecting stevedore>=2.0.1 Downloading stevedore-5.4.0-py3-none-any.whl (49 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 KB 6.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 KB 5.5 MB/s eta 0:00:00 Collecting autopage>=0.4.0 Downloading autopage-0.5.2-py3-none-any.whl (30 kB) Collecting cmd2>=1.0.0 Downloading cmd2-2.5.7-py3-none-any.whl (152 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.0/152.0 KB 15.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.0/152.0 KB 16.6 MB/s eta 0:00:00 +Collecting PrettyTable>=0.7.2 + Downloading prettytable-3.12.0-py3-none-any.whl (31 kB) Collecting wcwidth Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Collecting pyperclip @@ -4932,15 +4938,15 @@ Collecting pyperclip Building wheels for collected packages: openstack_requirements, pyperclip Building wheel for openstack_requirements (setup.py): started Building wheel for openstack_requirements (setup.py): finished with status 'done' - Created wheel for openstack_requirements: filename=openstack_requirements-1.2.1.dev7246-py3-none-any.whl size=58188 sha256=922dff0cf8b5bcbe24d2bbc7a6c5b0d1965707a4e59bb026774777e1b96214eb - Stored in directory: /tmp/pip-ephem-wheel-cache-g4624po4/wheels/e1/e8/0d/0f4e660d9aaaf181126542ff9b648c105830cc8a37987debf7 + Created wheel for openstack_requirements: filename=openstack_requirements-1.2.1.dev7268-py3-none-any.whl size=58236 sha256=2131933afc5f909c737701af8fd15bed582824535aaf2aad834f80dc536d7557 + Stored in directory: /tmp/pip-ephem-wheel-cache-arlr8ev4/wheels/e1/e8/0d/0f4e660d9aaaf181126542ff9b648c105830cc8a37987debf7 Building wheel for pyperclip (setup.py): started Building wheel for pyperclip (setup.py): finished with status 'done' - Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11000 sha256=b476d01b728b0f85a4a35196316c2bfcc25a75baf7f0494be4386e1c7dcfd150 + Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11049 sha256=617e0a286ebda6687b290b8aa420001bcae4b84e8e9adf4b06ed755ea6cb255e Stored in directory: /home/ubuntu/.cache/pip/wheels/cc/ae/36/ee17d1de094fcb61e24106cb329b5103861e819f94bef5e10a Successfully built openstack_requirements pyperclip Installing collected packages: wcwidth, pyperclip, Parsley, urllib3, stevedore, PyYAML, PrettyTable, idna, fixtures, cmd2, charset-normalizer, certifi, autopage, requests, cliff, beagle, openstack_requirements -Successfully installed Parsley-1.3 PrettyTable-3.12.0 PyYAML-6.0.2 autopage-0.5.2 beagle-0.4.0 certifi-2024.12.14 charset-normalizer-3.4.0 cliff-4.8.0 cmd2-2.5.7 fixtures-4.1.0 idna-3.10 openstack_requirements-1.2.1.dev7246 pyperclip-1.9.0 requests-2.32.3 stevedore-5.4.0 urllib3-1.26.20 wcwidth-0.2.13 +Successfully installed Parsley-1.3 PrettyTable-3.12.0 PyYAML-6.0.2 autopage-0.5.2 beagle-0.4.0 certifi-2024.12.14 charset-normalizer-3.4.0 cliff-4.8.0 cmd2-2.5.7 fixtures-4.1.0 idna-3.10 openstack_requirements-1.2.1.dev7268 pyperclip-1.9.0 requests-2.32.3 stevedore-5.4.0 urllib3-1.26.20 wcwidth-0.2.13 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:216 result=0 @@ -4967,28 +4973,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935496530 ++functions-common:time_stop:2428 start_time=1736893418682 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935496530 ]] ++functions-common:time_stop:2430 [[ -z 1736893418682 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935503295 ++functions-common:time_stop:2433 end_time=1736893425253 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=6765 ++functions-common:time_stop:2434 elapsed_time=6571 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=11960 ++functions-common:time_stop:2435 total=11353 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=18725 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=17924 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -5057,28 +5063,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935503547 ++functions-common:time_stop:2428 start_time=1736893425500 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935503547 ]] ++functions-common:time_stop:2430 [[ -z 1736893425500 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935504811 ++functions-common:time_stop:2433 end_time=1736893426728 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1264 ++functions-common:time_stop:2434 elapsed_time=1228 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=18725 ++functions-common:time_stop:2435 total=17924 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=19989 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=19152 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -5090,14 +5096,14 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:856 /opt/stack/bindep-venv/bin/pip install bindep Collecting bindep Downloading bindep-2.11.0-py2.py3-none-any.whl (34 kB) -Collecting distro>=1.7.0 - Downloading distro-1.9.0-py3-none-any.whl (20 kB) Collecting packaging Using cached packaging-24.2-py3-none-any.whl (65 kB) -Collecting Parsley - Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) +Collecting distro>=1.7.0 + Downloading distro-1.9.0-py3-none-any.whl (20 kB) Collecting pbr>=2.0.0 Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) +Collecting Parsley + Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) Installing collected packages: Parsley, pbr, packaging, distro, bindep Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.2 pbr-6.1.0 tput: No value for $TERM and no -T specified @@ -5373,7 +5379,7 @@ The following NEW packages will be installed: erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp erlang-tools erlang-xmerl rabbitmq-server -0 upgraded, 18 newly installed, 0 to remove and 73 not upgraded. +0 upgraded, 18 newly installed, 0 to remove and 74 not upgraded. Need to get 35.1 MB of archives. After this operation, 54.8 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-base amd64 1:24.2.1+dfsg-1ubuntu0.1 [9,829 kB] @@ -5394,7 +5400,7 @@ Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-syntax-t Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-tools amd64 1:24.2.1+dfsg-1ubuntu0.1 [635 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 erlang-xmerl amd64 1:24.2.1+dfsg-1ubuntu0.1 [1,383 kB] Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rabbitmq-server all 3.9.27-0ubuntu0.1 [15.2 MB] -Fetched 35.1 MB in 20s (1,720 kB/s) +Fetched 35.1 MB in 13s (2,687 kB/s) Selecting previously unselected package erlang-base. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65987 files and directories currently installed.) Preparing to unpack .../00-erlang-base_1%3a24.2.1+dfsg-1ubuntu0.1_amd64.deb ... @@ -5518,28 +5524,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935510675 ++functions-common:time_stop:2428 start_time=1736893432610 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935510675 ]] ++functions-common:time_stop:2430 [[ -z 1736893432610 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935544059 ++functions-common:time_stop:2433 end_time=1736893458735 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=33384 ++functions-common:time_stop:2434 elapsed_time=26125 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=181948 ++functions-common:time_stop:2435 total=167643 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=215332 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=193768 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -5648,12 +5654,12 @@ guest [******istrator]' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/rpc_backend:rabbit_setuser:163 awk '$1 == user { print $1 }' user=stackrabbit -tput: No value for $TERM and no -T specified ++lib/rpc_backend:rabbit_setuser:163 echo 'Listing users ... user tags guest [******istrator]' tput: No value for $TERM and no -T specified +++lib/rpc_backend:rabbit_setuser:163 awk '$1 == user { print $1 }' user=stackrabbit +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/rpc_backend:rabbit_setuser:163 found= tput: No value for $TERM and no -T specified @@ -5886,7 +5892,7 @@ Recommended packages: The following NEW packages will be installed: libevent-pthreads-2.1-7 libmecab2 libprotobuf-lite23 mysql-client-8.0 mysql-client-core-8.0 mysql-server mysql-server-8.0 mysql-server-core-8.0 -0 upgraded, 8 newly installed, 0 to remove and 73 not upgraded. +0 upgraded, 8 newly installed, 0 to remove and 74 not upgraded. Need to get 22.2 MB of archives. After this operation, 187 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-client-core-8.0 amd64 8.0.40-0ubuntu0.22.04.1 [2,715 kB] @@ -5898,7 +5904,7 @@ Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-server-cor Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-server-8.0 amd64 8.0.40-0ubuntu0.22.04.1 [1,441 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mysql-server all 8.0.40-0ubuntu0.22.04.1 [9,464 B] Preconfiguring packages ... -Fetched 22.2 MB in 14s (1,584 kB/s) +Fetched 22.2 MB in 15s (1,497 kB/s) Selecting previously unselected package mysql-client-core-8.0. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68775 files and directories currently installed.) Preparing to unpack .../0-mysql-client-core-8.0_8.0.40-0ubuntu0.22.04.1_amd64.deb ... @@ -5934,7 +5940,7 @@ Setting up mysql-server-8.0 (8.0.40-0ubuntu0.22.04.1) ... update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode Renaming removed key_buffer and myisam-recover options (if present) mysqld will log errors to /var/log/mysql/error.log -mysqld is running as pid 20601 +mysqld is running as pid 20472 Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. Setting up mysql-server (8.0.40-0ubuntu0.22.04.1) ... Processing triggers for man-db (2.10.2-1) ... @@ -5981,28 +5987,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935548293 ++functions-common:time_stop:2428 start_time=1736893462933 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935548293 ]] ++functions-common:time_stop:2430 [[ -z 1736893462933 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935580189 ++functions-common:time_stop:2433 end_time=1736893495445 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=31896 ++functions-common:time_stop:2434 elapsed_time=32512 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=215332 ++functions-common:time_stop:2435 total=193768 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=247228 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=226280 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -6099,28 +6105,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935580500 ++functions-common:time_stop:2428 start_time=1736893495754 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935580500 ]] ++functions-common:time_stop:2430 [[ -z 1736893495754 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935582170 ++functions-common:time_stop:2433 end_time=1736893497245 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1670 ++functions-common:time_stop:2434 elapsed_time=1491 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=19989 ++functions-common:time_stop:2435 total=19152 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=21659 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=20643 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -6189,10 +6195,10 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:887 is_service_enabled etcd3 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specifiedtput: +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -6203,7 +6209,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:888 /opt/stack/data/venv/bin/pip install --upgrade setuptools -Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (75.6.0) +Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (75.8.0) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:889 install_etcd3 @@ -6247,24 +6253,24 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions:get_extra_file:68 wget --progress=dot:giga -t 2 -c https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ---2025-01-03 20:19:44-- https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz +--2025-01-14 22:24:58-- https://github.com/coreos/etcd/releases/download//v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz Resolving proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)... 10.120.125.146 Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. Proxy request sent, awaiting response... 301 Moved Permanently Location: https://github.com/etcd-io/etcd/releases/download/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz [following] ---2025-01-03 20:19:44-- https://github.com/etcd-io/etcd/releases/download/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz +--2025-01-14 22:24:59-- https://github.com/etcd-io/etcd/releases/download/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz Reusing existing connection to github.com:443. Proxy request sent, awaiting response... 302 Found -Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/104f0c3e-7850-4f83-a2bd-38b50d9cafe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250103T202012Z&X-Amz-Expires=300&X-Amz-Signature=8036300055fc11615870ef3d417bf867dc491832d7c2531b4596926b74de0def&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Detcd-v3.4.27-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] ---2025-01-03 20:19:44-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/104f0c3e-7850-4f83-a2bd-38b50d9cafe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250103T202012Z&X-Amz-Expires=300&X-Amz-Signature=8036300055fc11615870ef3d417bf867dc491832d7c2531b4596926b74de0def&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Detcd-v3.4.27-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream +Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/104f0c3e-7850-4f83-a2bd-38b50d9cafe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T222547Z&X-Amz-Expires=300&X-Amz-Signature=a6441af90ad2b199263648bba32d00573b565d7d27de9b17773e60c72d87132e&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Detcd-v3.4.27-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] +--2025-01-14 22:24:59-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/104f0c3e-7850-4f83-a2bd-38b50d9cafe3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T222547Z&X-Amz-Expires=300&X-Amz-Signature=a6441af90ad2b199263648bba32d00573b565d7d27de9b17773e60c72d87132e&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Detcd-v3.4.27-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. Proxy request sent, awaiting response... 200 OK Length: 16171146 (15M) [application/octet-stream] Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ - 0K ........ ....... 100% 30.3M=0.5s + 0K ........ ....... 100% 32.5M=0.5s -2025-01-03 20:19:46 (30.3 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] +2025-01-14 22:25:01 (32.5 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -7520,14 +7526,14 @@ Collecting six>=1.12.0 (from etcd3) Collecting tenacity>=6.1.0 (from etcd3) Downloading tenacity-9.0.0-py3-none-any.whl.metadata (1.2 kB) Downloading grpcio-1.68.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 28.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 12.9 MB/s eta 0:00:00 Downloading protobuf-5.29.1-cp38-abi3-manylinux2014_x86_64.whl (319 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) Building wheels for collected packages: etcd3 Building wheel for etcd3 (setup.py): started Building wheel for etcd3 (setup.py): finished with status 'done' - Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42868 sha256=ba4af211643479b2cdf11d257f7256d1841d4002cf6eb7ccfa8554ce6f2ac8f1 + Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42925 sha256=0c3fc29a151220965302710597db562a3b2ee08d4ef6dde8099bb05107884f2f Stored in directory: /home/ubuntu/.cache/pip/wheels/09/b3/a8/8178285849d9bce2054a9420bf6d7375ef1680b90f78c1f138 Successfully built etcd3 Installing collected packages: tenacity, six, protobuf, grpcio, etcd3 @@ -7564,28 +7570,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935590740 ++functions-common:time_stop:2428 start_time=1736893505877 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935590740 ]] ++functions-common:time_stop:2430 [[ -z 1736893505877 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935594752 ++functions-common:time_stop:2433 end_time=1736893509890 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=4012 ++functions-common:time_stop:2434 elapsed_time=4013 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=21659 ++functions-common:time_stop:2435 total=20643 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=25671 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=24656 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -7666,28 +7672,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935594892 ++functions-common:time_stop:2428 start_time=1736893510030 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935594892 ]] ++functions-common:time_stop:2430 [[ -z 1736893510030 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935597477 ++functions-common:time_stop:2433 end_time=1736893512381 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2585 ++functions-common:time_stop:2434 elapsed_time=2351 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=25671 ++functions-common:time_stop:2435 total=24656 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=28256 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=27007 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -7828,7 +7834,7 @@ Suggested packages: uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators The following NEW packages will be installed: libnorm1 libpgm-5.3-0 libyajl2 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 -0 upgraded, 7 newly installed, 0 to remove and 73 not upgraded. +0 upgraded, 7 newly installed, 0 to remove and 74 not upgraded. Need to get 1,352 kB of archives. After this operation, 4,528 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB] @@ -7838,7 +7844,7 @@ Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libyajl2 amd64 2 Get:5 http://archive.ubuntu.com/ubuntu jammy/universe amd64 uwsgi-core amd64 2.0.20-4 [590 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 uwsgi amd64 2.0.20-4 [18.2 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 uwsgi-plugin-python3 amd64 2.0.20-4 [84.2 kB] -Fetched 1,352 kB in 5s (272 kB/s) +Fetched 1,352 kB in 7s (183 kB/s) Selecting previously unselected package libnorm1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69011 files and directories currently installed.) Preparing to unpack .../0-libnorm1_1.5.9+dfsg-2_amd64.deb ... @@ -7912,28 +7918,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935598197 ++functions-common:time_stop:2428 start_time=1736893512985 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935598197 ]] ++functions-common:time_stop:2430 [[ -z 1736893512985 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935608817 ++functions-common:time_stop:2433 end_time=1736893526017 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=10620 ++functions-common:time_stop:2434 elapsed_time=13032 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=247228 ++functions-common:time_stop:2435 total=226280 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=257848 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=239312 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -8079,7 +8085,7 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:927 install_novaclient tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_novaclient:905 use_library_from_git python-novaclient ++lib/nova:install_novaclient:921 use_library_from_git python-novaclient tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:use_library_from_git:266 local name=python-novaclient @@ -8260,7 +8266,7 @@ Collecting oslo.context>=2.19.2 (from keystonemiddleware) Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) Downloading oslo.i18n-6.5.0-py3-none-any.whl.metadata (2.1 kB) Collecting oslo.log>=3.36.0 (from keystonemiddleware) - Downloading oslo.log-6.2.0-py3-none-any.whl.metadata (2.8 kB) + Downloading oslo.log-7.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting oslo.serialization>=2.18.0 (from keystonemiddleware) Downloading oslo.serialization-5.6.0-py3-none-any.whl.metadata (2.2 kB) Collecting oslo.utils>=3.33.0 (from keystonemiddleware) @@ -8276,8 +8282,7 @@ Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddlewa Downloading os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) Downloading stevedore-5.4.0-py3-none-any.whl.metadata (2.3 kB) -Collecting typing-extensions>=4.12 (from keystoneauth1>=3.12.0->keystonemiddleware) - Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) +Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (4.12.2) Collecting dogpile.cache>=1.3.3 (from oslo.cache>=1.26.0->keystonemiddleware) Downloading dogpile.cache-1.3.3-py3-none-any.whl.metadata (5.2 kB) Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) @@ -8316,7 +8321,7 @@ Downloading oslo.cache-3.9.0-py3-none-any.whl (75 kB) Downloading oslo.config-9.7.0-py3-none-any.whl (131 kB) Downloading oslo.context-5.7.0-py3-none-any.whl (20 kB) Downloading oslo.i18n-6.5.0-py3-none-any.whl (46 kB) -Downloading oslo.log-6.2.0-py3-none-any.whl (73 kB) +Downloading oslo.log-7.0.0-py3-none-any.whl (73 kB) Downloading oslo.serialization-5.6.0-py3-none-any.whl (26 kB) Downloading oslo.utils-8.0.0-py3-none-any.whl (132 kB) Downloading pycadf-4.0.0-py3-none-any.whl (43 kB) @@ -8327,21 +8332,20 @@ Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) Downloading dogpile.cache-1.3.3-py3-none-any.whl (58 kB) Downloading msgpack-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB) Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 32.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 21.2 MB/s eta 0:00:00 Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) Downloading psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB) Downloading pyparsing-3.2.0-py3-none-any.whl (106 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB) Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 37.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 30.1 MB/s eta 0:00:00 Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) Downloading stevedore-5.4.0-py3-none-any.whl (49 kB) -Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Downloading wrapt-1.17.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82 kB) -Installing collected packages: pytz, wrapt, WebOb, tzdata, typing-extensions, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, PyJWT, psutil, oslo.i18n, os-service-types, netaddr, msgpack, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware +Installing collected packages: pytz, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, PyJWT, psutil, oslo.i18n, os-service-types, netaddr, msgpack, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware Attempting uninstall: pytz Found existing installation: pytz 2022.1 Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv @@ -8354,7 +8358,7 @@ Installing collected packages: pytz, wrapt, WebOb, tzdata, typing-extensions, st Found existing installation: PyJWT 2.3.0 Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv Can't uninstall 'PyJWT'. No files were found to uninstall. -Successfully installed PyJWT-2.10.1 PyYAML-6.0.2 WebOb-1.8.9 debtcollector-3.0.0 decorator-5.1.1 dogpile.cache-1.3.3 keystoneauth1-5.9.1 keystonemiddleware-10.8.0 msgpack-1.1.0 netaddr-1.3.0 os-service-types-1.7.0 oslo.cache-3.9.0 oslo.config-9.7.0 oslo.context-5.7.0 oslo.i18n-6.5.0 oslo.log-6.2.0 oslo.serialization-5.6.0 oslo.utils-8.0.0 psutil-6.1.0 pycadf-4.0.0 pyparsing-3.2.0 python-dateutil-2.9.0.post0 python-keystoneclient-5.5.0 pytz-2024.2 rfc3986-2.0.0 stevedore-5.4.0 typing-extensions-4.12.2 tzdata-2024.2 wrapt-1.17.0 +Successfully installed PyJWT-2.10.1 PyYAML-6.0.2 WebOb-1.8.9 debtcollector-3.0.0 decorator-5.1.1 dogpile.cache-1.3.3 keystoneauth1-5.9.1 keystonemiddleware-10.8.0 msgpack-1.1.0 netaddr-1.3.0 os-service-types-1.7.0 oslo.cache-3.9.0 oslo.config-9.7.0 oslo.context-5.7.0 oslo.i18n-6.5.0 oslo.log-7.0.0 oslo.serialization-5.6.0 oslo.utils-8.0.0 psutil-6.1.0 pycadf-4.0.0 pyparsing-3.2.0 python-dateutil-2.9.0.post0 python-keystoneclient-5.5.0 pytz-2024.2 rfc3986-2.0.0 stevedore-5.4.0 tzdata-2024.2 wrapt-1.17.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:216 result=0 @@ -8381,28 +8385,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935610323 ++functions-common:time_stop:2428 start_time=1736893527347 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935610323 ]] ++functions-common:time_stop:2430 [[ -z 1736893527347 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935617948 ++functions-common:time_stop:2433 end_time=1736893534607 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=7625 ++functions-common:time_stop:2434 elapsed_time=7260 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=28256 ++functions-common:time_stop:2435 total=27007 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=35881 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=34267 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -8490,28 +8494,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935618223 ++functions-common:time_stop:2428 start_time=1736893534798 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935618223 ]] ++functions-common:time_stop:2430 [[ -z 1736893534798 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935619823 ++functions-common:time_stop:2433 end_time=1736893536271 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1600 ++functions-common:time_stop:2434 elapsed_time=1473 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=35881 ++functions-common:time_stop:2435 total=34267 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=37481 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=35740 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -8614,10 +8618,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:git_clone:614 echo master -tput: No value for $TERM and no -T specified +functions-common:git_clone:614 egrep -q '^refs' tput: No value for $TERM and no -T specified ++functions-common:git_clone:614 echo master +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:628 [[ ! -d /opt/stack/keystone ]] tput: No value for $TERM and no -T specified @@ -8655,7 +8659,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935620491 ++functions-common:time_start:2412 _TIME_START[$name]=1736893536766 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/keystone.git /opt/stack/keystone @@ -8684,28 +8688,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935620491 ++functions-common:time_stop:2428 start_time=1736893536766 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935620491 ]] ++functions-common:time_stop:2430 [[ -z 1736893536766 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935628057 ++functions-common:time_stop:2433 end_time=1736893543061 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=7566 ++functions-common:time_stop:2434 elapsed_time=6295 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=3438 ++functions-common:time_stop:2435 total=3441 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=11004 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=9736 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/keystone @@ -8741,7 +8745,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935628162 ++functions-common:time_start:2412 _TIME_START[$name]=1736893543250 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -8771,28 +8775,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935628162 ++functions-common:time_stop:2428 start_time=1736893543250 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935628162 ]] ++functions-common:time_stop:2430 [[ -z 1736893543250 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935629317 ++functions-common:time_stop:2433 end_time=1736893544205 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1155 ++functions-common:time_stop:2434 elapsed_time=955 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=11004 ++functions-common:time_stop:2435 total=9736 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12159 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=10691 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -8825,7 +8829,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935629467 ++functions-common:time_start:2412 _TIME_START[$name]=1736893544376 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -8846,7 +8850,7 @@ Or undo this operation with: Turn off this advice by setting config variable advice.detachedHead to false -HEAD is now at 6bcc050dd Merge "Add JSON schema and validation for `implied role`" +HEAD is now at 86eeb2d20 Merge "Fix domain `immutable` lockdown" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:723 time_stop git_timed @@ -8870,28 +8874,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935629467 ++functions-common:time_stop:2428 start_time=1736893544376 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935629467 ]] ++functions-common:time_stop:2430 [[ -z 1736893544376 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935629722 ++functions-common:time_stop:2433 end_time=1736893544640 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=255 ++functions-common:time_stop:2434 elapsed_time=264 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=12159 ++functions-common:time_stop:2435 total=10691 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12414 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=10955 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/keystone @@ -8904,7 +8908,7 @@ tput: No value for $TERM and no -T specified +functions-common:git_clone:677 git show --oneline tput: No value for $TERM and no -T specified +functions-common:git_clone:677 head -1 -6bcc050dd Merge "Add JSON schema and validation for `implied role`" +86eeb2d20 Merge "Fix domain `immutable` lockdown" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:678 cd /opt/stack/devstack @@ -9027,172 +9031,173 @@ tput: No value for $TERM and no -T specified Obtaining file:///opt/stack/keystone Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (6.1.0) -Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (1.8.9) -Collecting Flask!=0.11,>=1.0.2 (from keystone==26.1.0.dev53) +Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (6.1.0) +Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (1.8.9) +Collecting Flask!=0.11,>=1.0.2 (from keystone==26.1.0.dev55) Downloading flask-3.1.0-py3-none-any.whl.metadata (2.7 kB) -Collecting Flask-RESTful>=0.3.5 (from keystone==26.1.0.dev53) +Collecting Flask-RESTful>=0.3.5 (from keystone==26.1.0.dev55) Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl.metadata (1.0 kB) -Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from keystone==26.1.0.dev53) (44.0.0) -Collecting SQLAlchemy>=1.4.0 (from keystone==26.1.0.dev53) +Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from keystone==26.1.0.dev55) (44.0.0) +Collecting SQLAlchemy>=1.4.0 (from keystone==26.1.0.dev55) Downloading SQLAlchemy-2.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.7 kB) -Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (5.4.0) -Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (5.5.0) -Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (10.8.0) -Collecting bcrypt>=3.1.3 (from keystone==26.1.0.dev53) +Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.4.0) +Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.5.0) +Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (10.8.0) +Collecting bcrypt>=3.1.3 (from keystone==26.1.0.dev55) Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) -Collecting scrypt>=0.8.0 (from keystone==26.1.0.dev53) +Collecting scrypt>=0.8.0 (from keystone==26.1.0.dev55) Downloading scrypt-0.8.27-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.3 kB) -Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (3.9.0) -Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (9.7.0) -Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (5.7.0) -Collecting oslo.messaging>=5.29.0 (from keystone==26.1.0.dev53) - Downloading oslo.messaging-15.0.0-py3-none-any.whl.metadata (3.2 kB) -Collecting oslo.db>=6.0.0 (from keystone==26.1.0.dev53) +Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (3.9.0) +Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (9.7.0) +Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.7.0) +Collecting oslo.messaging>=5.29.0 (from keystone==26.1.0.dev55) + Downloading oslo.messaging-16.0.0-py3-none-any.whl.metadata (3.2 kB) +Collecting oslo.db>=6.0.0 (from keystone==26.1.0.dev55) Downloading oslo.db-17.1.0-py3-none-any.whl.metadata (3.3 kB) -Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (6.5.0) -Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (6.2.0) -Collecting oslo.middleware>=3.31.0 (from keystone==26.1.0.dev53) +Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (6.5.0) +Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (7.0.0) +Collecting oslo.middleware>=3.31.0 (from keystone==26.1.0.dev55) Downloading oslo.middleware-6.3.0-py3-none-any.whl.metadata (2.2 kB) -Collecting oslo.policy>=4.5.0 (from keystone==26.1.0.dev53) +Collecting oslo.policy>=4.5.0 (from keystone==26.1.0.dev55) Downloading oslo.policy-4.5.0-py3-none-any.whl.metadata (2.1 kB) -Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (5.6.0) -Collecting oslo.upgradecheck>=1.3.0 (from keystone==26.1.0.dev53) +Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (5.6.0) +Collecting oslo.upgradecheck>=1.3.0 (from keystone==26.1.0.dev55) Downloading oslo.upgradecheck-2.4.0-py3-none-any.whl.metadata (1.7 kB) -Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (8.0.0) -Collecting oauthlib>=0.6.2 (from keystone==26.1.0.dev53) +Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (8.0.0) +Collecting oauthlib>=0.6.2 (from keystone==26.1.0.dev55) Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) -Collecting pysaml2>=5.0.0 (from keystone==26.1.0.dev53) +Collecting pysaml2>=5.0.0 (from keystone==26.1.0.dev55) Downloading pysaml2-7.5.0-py3-none-any.whl.metadata (7.1 kB) -Requirement already satisfied: PyJWT>=1.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (2.10.1) -Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (1.3.3) -Collecting jsonschema>=3.2.0 (from keystone==26.1.0.dev53) - Downloading jsonschema-4.19.2-py3-none-any.whl.metadata (7.9 kB) -Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (4.0.0) -Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev53) (1.1.0) -Collecting osprofiler>=1.4.0 (from keystone==26.1.0.dev53) +Requirement already satisfied: PyJWT>=1.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (2.10.1) +Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (1.3.3) +Collecting jsonschema>=3.2.0 (from keystone==26.1.0.dev55) + Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) +Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (4.0.0) +Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==26.1.0.dev55) (1.1.0) +Collecting osprofiler>=1.4.0 (from keystone==26.1.0.dev55) Downloading osprofiler-4.2.0-py3-none-any.whl.metadata (4.1 kB) -Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->keystone==26.1.0.dev53) (1.17.1) -Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==26.1.0.dev53) (5.1.1) -Requirement already satisfied: typing-extensions>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==26.1.0.dev53) (4.12.2) -Collecting Werkzeug>=3.1 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev53) +Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->keystone==26.1.0.dev55) (1.17.1) +Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==26.1.0.dev55) (5.1.1) +Requirement already satisfied: typing-extensions>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==26.1.0.dev55) (4.12.2) +Collecting Werkzeug>=3.1 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) -Collecting Jinja2>=3.1.2 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev53) +Collecting Jinja2>=3.1.2 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) -Collecting itsdangerous>=2.2 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev53) +Collecting itsdangerous>=2.2 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) -Collecting click>=8.1.3 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev53) +Collecting click>=8.1.3 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) -Collecting blinker>=1.9 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev53) +Collecting blinker>=1.9 (from Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB) -Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev53) +Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev55) Downloading aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) -Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev53) (1.17.0) -Requirement already satisfied: pytz in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev53) (2024.2) -Collecting attrs>=22.2.0 (from jsonschema>=3.2.0->keystone==26.1.0.dev53) +Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev55) (1.17.0) +Requirement already satisfied: pytz in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==26.1.0.dev55) (2024.2) +Collecting attrs>=22.2.0 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) -Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.2.0->keystone==26.1.0.dev53) +Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB) -Collecting referencing>=0.28.4 (from jsonschema>=3.2.0->keystone==26.1.0.dev53) +Collecting referencing>=0.28.4 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) -Collecting rpds-py>=0.7.1 (from jsonschema>=3.2.0->keystone==26.1.0.dev53) +Collecting rpds-py>=0.7.1 (from jsonschema>=3.2.0->keystone==26.1.0.dev55) Downloading rpds_py-0.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) -Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==26.1.0.dev53) (5.9.1) -Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==26.1.0.dev53) (2.32.3) -Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev53) (6.0.2) -Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev53) (3.0.0) -Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev53) (1.3.0) -Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev53) (2.0.0) -Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==26.1.0.dev53) +Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (5.9.1) +Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (2.32.3) +Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (6.0.2) +Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (3.0.0) +Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (1.3.0) +Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==26.1.0.dev55) (2.0.0) +Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==26.1.0.dev55) Downloading alembic-1.14.0-py3-none-any.whl.metadata (7.4 kB) -Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==26.1.0.dev53) +Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==26.1.0.dev55) Downloading testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) -Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==26.1.0.dev53) +Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==26.1.0.dev55) Downloading testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) -Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==26.1.0.dev53) (2.9.0.post0) -Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==26.1.0.dev55) (2.9.0.post0) +Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading amqp-5.3.1-py3-none-any.whl.metadata (8.9 kB) -Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) -Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==26.1.0.dev53) (3.0.0) -Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) (3.0.0) +Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading kombu-5.4.2-py3-none-any.whl.metadata (3.2 kB) -Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading oslo.metrics-0.10.0-py3-none-any.whl.metadata (1.3 kB) -Collecting oslo.service>=1.24.0 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting oslo.service>=1.24.0 (from oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading oslo.service-3.6.0-py3-none-any.whl.metadata (2.7 kB) -Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==26.1.0.dev53) +Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==26.1.0.dev55) Downloading statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) -Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==26.1.0.dev53) (2024.2) -Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==26.1.0.dev53) +Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==26.1.0.dev55) (2024.2) +Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==26.1.0.dev55) Downloading prettytable-3.12.0-py3-none-any.whl.metadata (30 kB) -Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev53) (2.1.0) -Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev53) (24.2) -Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev53) (6.1.0) -Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev53) (3.2.0) -Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==26.1.0.dev53) +Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (2.1.0) +Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (24.2) +Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (6.1.0) +Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==26.1.0.dev55) (3.2.0) +Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==26.1.0.dev55) Downloading oslo.concurrency-6.2.0-py3-none-any.whl.metadata (2.4 kB) -Collecting defusedxml (from pysaml2>=5.0.0->keystone==26.1.0.dev53) +Collecting defusedxml (from pysaml2>=5.0.0->keystone==26.1.0.dev55) Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) -Requirement already satisfied: pyopenssl in /usr/local/lib/python3.10/dist-packages (from pysaml2>=5.0.0->keystone==26.1.0.dev53) (24.3.0) -Collecting xmlschema<3,>=2 (from pysaml2>=5.0.0->keystone==26.1.0.dev53) +Collecting pyopenssl (from pysaml2>=5.0.0->keystone==26.1.0.dev55) + Downloading pyOpenSSL-24.3.0-py3-none-any.whl.metadata (15 kB) +Collecting xmlschema<3,>=2 (from pysaml2>=5.0.0->keystone==26.1.0.dev55) Downloading xmlschema-2.5.1-py3-none-any.whl.metadata (8.3 kB) -Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==26.1.0.dev53) +Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==26.1.0.dev55) Downloading greenlet-3.1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB) -Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==26.1.0.dev53) +Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==26.1.0.dev55) Downloading Mako-1.3.8-py3-none-any.whl.metadata (2.9 kB) -Collecting vine<6.0.0,>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting vine<6.0.0,>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB) -Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->keystone==26.1.0.dev53) (2.22) -Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==26.1.0.dev53) (1.17.0) -Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->Flask!=0.11,>=1.0.2->keystone==26.1.0.dev53) +Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->keystone==26.1.0.dev55) (2.22) +Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==26.1.0.dev55) (1.17.0) +Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->Flask!=0.11,>=1.0.2->keystone==26.1.0.dev55) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) -Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==26.1.0.dev53) (1.7.0) -Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==26.1.0.dev53) +Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (1.7.0) +Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==26.1.0.dev55) Downloading fasteners-0.19-py3-none-any.whl.metadata (4.9 kB) -Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading prometheus_client-0.21.1-py3-none-any.whl.metadata (1.8 kB) -Collecting Paste>=2.0.2 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting Paste>=2.0.2 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading Paste-3.10.1-py3-none-any.whl.metadata (5.3 kB) -Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading PasteDeploy-3.1.0-py3-none-any.whl.metadata (2.7 kB) -Collecting Routes>=2.3.1 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting Routes>=2.3.1 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) -Collecting Yappi>=1.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting Yappi>=1.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading yappi-1.6.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) -Collecting eventlet>=0.27.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) - Downloading eventlet-0.36.1-py3-none-any.whl.metadata (5.5 kB) -Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==26.1.0.dev53) +Collecting eventlet>=0.27.0 (from oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) + Downloading eventlet-0.38.2-py3-none-any.whl.metadata (5.5 kB) +Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==26.1.0.dev55) Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) -Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev53) (3.4.0) -Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev53) (3.10) -Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev53) (1.26.20) -Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev53) (2020.6.20) -Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==26.1.0.dev53) (2.7.2) -Collecting elementpath<5.0.0,>=4.1.5 (from xmlschema<3,>=2->pysaml2>=5.0.0->keystone==26.1.0.dev53) +Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (3.4.0) +Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (3.10) +Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (1.26.20) +Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==26.1.0.dev55) (2020.6.20) +Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==26.1.0.dev55) (2.7.2) +Collecting elementpath<5.0.0,>=4.1.5 (from xmlschema<3,>=2->pysaml2>=5.0.0->keystone==26.1.0.dev55) Downloading elementpath-4.6.0-py3-none-any.whl.metadata (7.0 kB) -Collecting dnspython>=1.15.0 (from eventlet>=0.27.0->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Collecting dnspython>=1.15.0 (from eventlet>=0.27.0->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB) -Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) (75.6.0) -Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev53) +Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) (75.8.0) +Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service>=1.24.0->oslo.messaging>=5.29.0->keystone==26.1.0.dev55) Downloading repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 8.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 10.6 MB/s eta 0:00:00 Downloading flask-3.1.0-py3-none-any.whl (102 kB) Downloading Flask_RESTful-0.3.10-py2.py3-none-any.whl (26 kB) -Downloading jsonschema-4.19.2-py3-none-any.whl (83 kB) +Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) Downloading oslo.db-17.1.0-py3-none-any.whl (159 kB) -Downloading oslo.messaging-15.0.0-py3-none-any.whl (202 kB) +Downloading oslo.messaging-16.0.0-py3-none-any.whl (202 kB) Downloading oslo.middleware-6.3.0-py3-none-any.whl (64 kB) Downloading oslo.policy-4.5.0-py3-none-any.whl (88 kB) Downloading oslo.upgradecheck-2.4.0-py3-none-any.whl (14 kB) Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) Downloading pysaml2-7.5.0-py3-none-any.whl (419 kB) Downloading scrypt-0.8.27-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 19.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 20.2 MB/s eta 0:00:00 Downloading SQLAlchemy-2.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 26.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 27.2 MB/s eta 0:00:00 Downloading alembic-1.14.0-py3-none-any.whl (233 kB) Downloading amqp-5.3.1-py3-none-any.whl (50 kB) Downloading aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) @@ -9201,7 +9206,7 @@ Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) Downloading click-8.1.7-py3-none-any.whl (97 kB) Downloading greenlet-3.1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (599 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 599.5/599.5 kB 30.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 599.5/599.5 kB 28.3 MB/s eta 0:00:00 Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) @@ -9219,8 +9224,9 @@ Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) Downloading xmlschema-2.5.1-py3-none-any.whl (395 kB) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) +Downloading pyOpenSSL-24.3.0-py3-none-any.whl (56 kB) Downloading elementpath-4.6.0-py3-none-any.whl (239 kB) -Downloading eventlet-0.36.1-py3-none-any.whl (360 kB) +Downloading eventlet-0.38.2-py3-none-any.whl (363 kB) Downloading fasteners-0.19-py3-none-any.whl (18 kB) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Downloading Paste-3.10.1-py3-none-any.whl (289 kB) @@ -9232,7 +9238,7 @@ Downloading Mako-1.3.8-py3-none-any.whl (78 kB) Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) -Installing collected packages: wcwidth, statsd, scrypt, repoze.lru, aniso8601, Yappi, vine, testscenarios, testresources, rpds-py, Routes, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, blinker, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, referencing, Mako, Jinja2, eventlet, amqp, oslo.middleware, oslo.concurrency, kombu, jsonschema-specifications, Flask, alembic, pysaml2, osprofiler, oslo.policy, oslo.db, jsonschema, Flask-RESTful, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone +Installing collected packages: wcwidth, statsd, scrypt, repoze.lru, aniso8601, Yappi, vine, testscenarios, testresources, rpds-py, Routes, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, blinker, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, referencing, Mako, Jinja2, eventlet, amqp, pyopenssl, oslo.middleware, oslo.concurrency, kombu, jsonschema-specifications, Flask, alembic, pysaml2, osprofiler, oslo.policy, oslo.db, jsonschema, Flask-RESTful, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone Attempting uninstall: oauthlib Found existing installation: oauthlib 3.2.0 Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv @@ -9261,13 +9267,17 @@ Installing collected packages: wcwidth, statsd, scrypt, repoze.lru, aniso8601, Y Found existing installation: Jinja2 3.0.3 Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv Can't uninstall 'Jinja2'. No files were found to uninstall. + Attempting uninstall: pyopenssl + Found existing installation: pyOpenSSL 25.0.0 + Not uninstalling pyopenssl at /usr/local/lib/python3.10/dist-packages, outside environment /opt/stack/data/venv + Can't uninstall 'pyOpenSSL'. No files were found to uninstall. Attempting uninstall: jsonschema Found existing installation: jsonschema 3.2.0 Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv Can't uninstall 'jsonschema'. No files were found to uninstall. - DEPRECATION: Legacy editable install of keystone==26.1.0.dev53 from file:///opt/stack/keystone (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 + DEPRECATION: Legacy editable install of keystone==26.1.0.dev55 from file:///opt/stack/keystone (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 Running setup.py develop for keystone -Successfully installed Flask-3.1.0 Flask-RESTful-0.3.10 Jinja2-3.1.4 Mako-1.3.8 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.12.0 Routes-2.5.1 SQLAlchemy-2.0.36 Werkzeug-3.1.3 Yappi-1.6.10 alembic-1.14.0 amqp-5.3.1 aniso8601-9.0.1 attrs-24.2.0 bcrypt-4.0.1 blinker-1.9.0 cachetools-5.5.0 click-8.1.7 defusedxml-0.7.1 dnspython-2.7.0 elementpath-4.6.0 eventlet-0.36.1 fasteners-0.19 greenlet-3.1.1 itsdangerous-2.2.0 jsonschema-4.19.2 jsonschema-specifications-2024.10.1 keystone kombu-5.4.2 oauthlib-3.2.2 oslo.concurrency-6.2.0 oslo.db-17.1.0 oslo.messaging-15.0.0 oslo.metrics-0.10.0 oslo.middleware-6.3.0 oslo.policy-4.5.0 oslo.service-3.6.0 oslo.upgradecheck-2.4.0 osprofiler-4.2.0 prometheus-client-0.21.1 pysaml2-7.5.0 referencing-0.35.1 repoze.lru-0.7 rpds-py-0.22.3 scrypt-0.8.27 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.1.0 wcwidth-0.2.13 xmlschema-2.5.1 +Successfully installed Flask-3.1.0 Flask-RESTful-0.3.10 Jinja2-3.1.4 Mako-1.3.8 MarkupSafe-3.0.2 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.12.0 Routes-2.5.1 SQLAlchemy-2.0.36 Werkzeug-3.1.3 Yappi-1.6.10 alembic-1.14.0 amqp-5.3.1 aniso8601-9.0.1 attrs-24.2.0 bcrypt-4.0.1 blinker-1.9.0 cachetools-5.5.0 click-8.1.7 defusedxml-0.7.1 dnspython-2.7.0 elementpath-4.6.0 eventlet-0.38.2 fasteners-0.19 greenlet-3.1.1 itsdangerous-2.2.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystone kombu-5.4.2 oauthlib-3.2.2 oslo.concurrency-6.2.0 oslo.db-17.1.0 oslo.messaging-16.0.0 oslo.metrics-0.10.0 oslo.middleware-6.3.0 oslo.policy-4.5.0 oslo.service-3.6.0 oslo.upgradecheck-2.4.0 osprofiler-4.2.0 prometheus-client-0.21.1 pyopenssl-24.3.0 pysaml2-7.5.0 referencing-0.35.1 repoze.lru-0.7 rpds-py-0.22.3 scrypt-0.8.27 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.1.0 wcwidth-0.2.13 xmlschema-2.5.1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:216 result=0 @@ -9294,28 +9304,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935630497 ++functions-common:time_stop:2428 start_time=1736893545427 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935630497 ]] ++functions-common:time_stop:2430 [[ -z 1736893545427 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935645651 ++functions-common:time_stop:2433 end_time=1736893559211 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=15154 ++functions-common:time_stop:2434 elapsed_time=13784 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=37481 ++functions-common:time_stop:2435 total=35740 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=52635 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=49524 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -9382,7 +9392,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -9516,8 +9526,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -9593,8 +9603,8 @@ tput: No value for $TERM and no -T specified +lib/keystone:configure_keystone:211 iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.201.9.223/identity tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -9815,8 +9825,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' +tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf d /var/run/uwsgi 0755 ubuntu root tput: No value for $TERM and no -T specified @@ -9904,8 +9914,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -10070,9 +10080,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-api.socket|uwsgi://uwsgi-uds-keystone-api" retry=0 acquire=1 ' -tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/keystone-api.conf +tput: No value for $TERM and no -T specified ++lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-api.socket|uwsgi://uwsgi-uds-keystone-api" retry=0 acquire=1 ' ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-api.socket|uwsgi://uwsgi-uds-keystone-api" retry=0 acquire=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -10143,8 +10153,8 @@ tput: No value for $TERM and no -T specified +lib/keystone:configure_keystone:233 iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -10156,10 +10166,10 @@ tput: No value for $TERM and no -T specified +lib/keystone:configure_keystone:235 iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -10424,8 +10434,8 @@ tput: No value for $TERM and no -T specified +inc/python:pip_install:210 env http_proxy=http://proxy-in.its.hpecorp.net:80 https_proxy=http://proxy-in.its.hpecorp.net:443 no_proxy=10.201.4.30,10.201.3.85,10.201.3.86,localhost,127.0.0.1,10.201.4.31,10.201.4.32,10.201.4.33,10.201.4.34,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208,localhost,127.0.0.1,10.201.4.30,10.201.9.223,10.201.9.224,10.201.4.33,10.201.4.34,10.201.3.86,10.201.1.221,172.28.65.17,172.28.65.18,172.28.65.207,172.28.65.208 PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) Downloading glance_store-4.9.0-py3-none-any.whl.metadata (4.5 kB) -Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.36.1) -Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.19.2) +Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.38.2) +Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.23.0) Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.9.1) Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.0) Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.7.0) @@ -10452,11 +10462,11 @@ Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.1.0) Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.0) -Requirement already satisfied: typing-extensions>=4.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.12.2) +Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.12.2) Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) Downloading os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.7.0) -Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.2.0) +Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (7.0.0) Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.6.0) Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.1.0) Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (9.0.0) @@ -10484,7 +10494,7 @@ Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3 Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.9) Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.6.10) Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.13) -Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (75.6.0) +Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (75.8.0) Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.17.0) Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) Downloading glance_store-4.9.0-py3-none-any.whl (242 kB) @@ -10521,28 +10531,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935651528 ++functions-common:time_stop:2428 start_time=1736893565081 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935651528 ]] ++functions-common:time_stop:2430 [[ -z 1736893565081 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935654657 ++functions-common:time_stop:2433 end_time=1736893569158 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=3129 ++functions-common:time_stop:2434 elapsed_time=4077 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=52635 ++functions-common:time_stop:2435 total=49524 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=55764 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=53601 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -10648,7 +10658,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935655164 ++functions-common:time_start:2412 _TIME_START[$name]=1736893569619 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/glance.git /opt/stack/glance @@ -10677,28 +10687,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935655164 ++functions-common:time_stop:2428 start_time=1736893569619 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935655164 ]] ++functions-common:time_stop:2430 [[ -z 1736893569619 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935659454 ++functions-common:time_stop:2433 end_time=1736893573725 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=4290 ++functions-common:time_stop:2434 elapsed_time=4106 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=12414 ++functions-common:time_stop:2435 total=10955 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=16704 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=15061 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/glance @@ -10734,7 +10744,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935659670 ++functions-common:time_start:2412 _TIME_START[$name]=1736893573941 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -10764,28 +10774,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935659670 ++functions-common:time_stop:2428 start_time=1736893573941 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935659670 ]] ++functions-common:time_stop:2430 [[ -z 1736893573941 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935660622 ++functions-common:time_stop:2433 end_time=1736893574835 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=952 ++functions-common:time_stop:2434 elapsed_time=894 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=16704 ++functions-common:time_stop:2435 total=15061 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=17656 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=15955 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -10818,7 +10828,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935660811 ++functions-common:time_start:2412 _TIME_START[$name]=1736893575010 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -10839,7 +10849,7 @@ Or undo this operation with: Turn off this advice by setting config variable advice.detachedHead to false -HEAD is now at c28988720 Merge "Revert "Increase per project quota to 50"" +HEAD is now at 8b7c39342 Merge "Refresh Glance example configs for epoxy m2" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:723 time_stop git_timed @@ -10863,28 +10873,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935660811 ++functions-common:time_stop:2428 start_time=1736893575010 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935660811 ]] ++functions-common:time_stop:2430 [[ -z 1736893575010 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935661043 ++functions-common:time_stop:2433 end_time=1736893575182 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=232 ++functions-common:time_stop:2434 elapsed_time=172 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=17656 ++functions-common:time_stop:2435 total=15955 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=17888 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=16127 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/glance @@ -10897,7 +10907,7 @@ tput: No value for $TERM and no -T specified +functions-common:git_clone:677 git show --oneline tput: No value for $TERM and no -T specified +functions-common:git_clone:677 head -1 -c28988720 Merge "Revert "Increase per project quota to 50"" +8b7c39342 Merge "Refresh Glance example configs for epoxy m2" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:678 cd /opt/stack/devstack @@ -11020,142 +11030,142 @@ tput: No value for $TERM and no -T specified Obtaining file:///opt/stack/glance Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (6.1.0) -Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (0.7.1) -Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (2.0.36) -Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (0.36.1) -Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (3.1.0) -Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (2.5.1) -Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (1.8.9) -Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (1.14.0) -Collecting httplib2>=0.9.1 (from glance==29.1.0.dev37) +Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.1.0) +Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (0.7.1) +Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.0.36) +Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (0.38.2) +Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.1.0) +Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.5.1) +Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (1.8.9) +Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (1.14.0) +Collecting httplib2>=0.9.1 (from glance==29.1.0.dev45) Downloading httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) -Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (9.7.0) -Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (6.2.0) -Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (5.7.0) -Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (2.4.0) -Requirement already satisfied: oslo.utils>=7.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (8.0.0) -Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (5.4.0) -Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (3.0.0) -Collecting taskflow>=4.0.0 (from glance==29.1.0.dev37) +Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (9.7.0) +Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.2.0) +Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.7.0) +Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.4.0) +Requirement already satisfied: oslo.utils>=7.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (8.0.0) +Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.4.0) +Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.0.0) +Collecting taskflow>=4.0.0 (from glance==29.1.0.dev45) Downloading taskflow-5.10.0-py3-none-any.whl.metadata (5.1 kB) -Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (5.9.1) -Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (10.8.0) -Collecting WSME>=0.8.0 (from glance==29.1.0.dev37) +Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.9.1) +Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (10.8.0) +Collecting WSME>=0.8.0 (from glance==29.1.0.dev45) Downloading WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) -Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (3.12.0) -Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (3.10.1) -Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (4.19.2) -Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (5.5.0) -Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (17.1.0) -Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (6.5.0) -Collecting oslo.limit>=1.6.0 (from glance==29.1.0.dev37) +Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.12.0) +Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.10.1) +Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.23.0) +Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (5.5.0) +Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (17.1.0) +Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.5.0) +Collecting oslo.limit>=1.6.0 (from glance==29.1.0.dev45) Downloading oslo.limit-2.6.0-py3-none-any.whl.metadata (2.1 kB) -Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (6.2.0) -Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (15.0.0) -Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (6.3.0) -Collecting oslo.reports>=1.18.0 (from glance==29.1.0.dev37) +Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (7.0.0) +Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (16.0.0) +Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (6.3.0) +Collecting oslo.reports>=1.18.0 (from glance==29.1.0.dev45) Downloading oslo.reports-3.5.0-py3-none-any.whl.metadata (4.1 kB) -Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (4.5.0) -Collecting retrying!=1.3.0,>=1.2.3 (from glance==29.1.0.dev37) +Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.5.0) +Collecting retrying!=1.3.0,>=1.2.3 (from glance==29.1.0.dev45) Downloading retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) -Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (4.2.0) -Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (4.9.0) -Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (3.0.0) -Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==29.1.0.dev37) (44.0.0) -Collecting cursive>=0.2.1 (from glance==29.1.0.dev37) +Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.2.0) +Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (4.9.0) +Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (3.0.0) +Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==29.1.0.dev45) (44.0.0) +Collecting cursive>=0.2.1 (from glance==29.1.0.dev45) Downloading cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) -Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev37) (2.1.0) -Collecting castellan>=0.17.0 (from glance==29.1.0.dev37) +Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==29.1.0.dev45) (2.1.0) +Collecting castellan>=0.17.0 (from glance==29.1.0.dev45) Downloading castellan-5.2.0-py3-none-any.whl.metadata (2.0 kB) -Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==29.1.0.dev37) (1.3.8) -Requirement already satisfied: typing-extensions>=4 in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==29.1.0.dev37) (4.12.2) -Collecting python-barbicanclient>=5.5.0 (from castellan>=0.17.0->glance==29.1.0.dev37) +Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==29.1.0.dev45) (1.3.8) +Requirement already satisfied: typing-extensions>=4 in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==29.1.0.dev45) (4.12.2) +Collecting python-barbicanclient>=5.5.0 (from castellan>=0.17.0->glance==29.1.0.dev45) Downloading python_barbicanclient-7.0.0-py3-none-any.whl.metadata (11 kB) -Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==29.1.0.dev37) (2.32.3) -Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==29.1.0.dev37) (1.17.1) -Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==29.1.0.dev37) (5.6.0) -Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==29.1.0.dev37) (1.17.0) -Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==29.1.0.dev37) (2.7.0) -Requirement already satisfied: greenlet>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==29.1.0.dev37) (3.1.1) -Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==29.1.0.dev37) (3.2.0) -Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev37) (24.2.0) -Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev37) (2024.10.1) -Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev37) (0.35.1) -Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev37) (0.22.3) -Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==29.1.0.dev37) (1.7.0) -Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev37) (2.10.1) -Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev37) (3.9.0) -Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev37) (4.0.0) -Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==29.1.0.dev37) (0.19) -Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev37) (6.0.2) -Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev37) (1.3.0) -Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev37) (2.0.0) -Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==29.1.0.dev37) (2.0.1) -Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==29.1.0.dev37) (0.5.0) -Collecting openstacksdk>=0.47.0 (from oslo.limit>=1.6.0->glance==29.1.0.dev37) +Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==29.1.0.dev45) (2.32.3) +Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==29.1.0.dev45) (1.17.1) +Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==29.1.0.dev45) (5.6.0) +Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==29.1.0.dev45) (1.17.0) +Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==29.1.0.dev45) (2.7.0) +Requirement already satisfied: greenlet>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==29.1.0.dev45) (3.1.1) +Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==29.1.0.dev45) (3.2.0) +Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (24.2.0) +Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (2024.10.1) +Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (0.35.1) +Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==29.1.0.dev45) (0.22.3) +Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==29.1.0.dev45) (1.7.0) +Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev45) (2.10.1) +Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev45) (3.9.0) +Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==29.1.0.dev45) (4.0.0) +Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==29.1.0.dev45) (0.19) +Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev45) (6.0.2) +Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev45) (1.3.0) +Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==29.1.0.dev45) (2.0.0) +Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==29.1.0.dev45) (2.0.1) +Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==29.1.0.dev45) (0.5.0) +Collecting openstacksdk>=0.47.0 (from oslo.limit>=1.6.0->glance==29.1.0.dev45) Downloading openstacksdk-4.2.0-py3-none-any.whl.metadata (12 kB) -Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==29.1.0.dev37) (2.9.0.post0) -Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (5.3.1) -Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (5.5.0) -Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (5.4.2) -Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (0.10.0) -Requirement already satisfied: oslo.service>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (3.6.0) -Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev37) (3.1.4) -Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev37) (4.0.1) -Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev37) (4.0.1) -Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.reports>=1.18.0->glance==29.1.0.dev37) (6.1.0) -Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.3.0->glance==29.1.0.dev37) (24.2) -Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.3.0->glance==29.1.0.dev37) (2024.2) -Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==29.1.0.dev37) (75.6.0) -Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==29.1.0.dev37) (0.2.13) -Requirement already satisfied: six>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from retrying!=1.3.0,>=1.2.3->glance==29.1.0.dev37) (1.17.0) -Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==29.1.0.dev37) (0.7) -Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==29.1.0.dev37) +Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==29.1.0.dev45) (2.9.0.post0) +Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.3.1) +Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.5.0) +Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.4.2) +Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (0.10.0) +Requirement already satisfied: oslo.service>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (3.6.0) +Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev45) (3.1.4) +Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev45) (4.0.1) +Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==29.1.0.dev45) (4.0.1) +Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.reports>=1.18.0->glance==29.1.0.dev45) (6.1.0) +Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.3.0->glance==29.1.0.dev45) (24.2) +Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.3.0->glance==29.1.0.dev45) (2024.2) +Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==29.1.0.dev45) (75.8.0) +Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==29.1.0.dev45) (0.2.13) +Requirement already satisfied: six>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from retrying!=1.3.0,>=1.2.3->glance==29.1.0.dev45) (1.17.0) +Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==29.1.0.dev45) (0.7) +Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==29.1.0.dev45) Downloading automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) -Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==29.1.0.dev37) +Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==29.1.0.dev45) Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB) -Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==29.1.0.dev37) +Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==29.1.0.dev45) Downloading pydot-3.0.3-py3-none-any.whl.metadata (10 kB) -Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==29.1.0.dev37) (9.0.0) -Collecting simplegeneric (from WSME>=0.8.0->glance==29.1.0.dev37) +Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==29.1.0.dev45) (9.0.0) +Collecting simplegeneric (from WSME>=0.8.0->glance==29.1.0.dev45) Downloading simplegeneric-0.8.1.zip (12 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: pytz in /opt/stack/data/venv/lib/python3.10/site-packages (from WSME>=0.8.0->glance==29.1.0.dev37) (2024.2) -Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==29.1.0.dev37) +Requirement already satisfied: pytz in /opt/stack/data/venv/lib/python3.10/site-packages (from WSME>=0.8.0->glance==29.1.0.dev45) (2024.2) +Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==29.1.0.dev45) Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB) -Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (5.1.0) -Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==29.1.0.dev37) (2.22) -Collecting zipp>=3.20 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==29.1.0.dev37) +Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (5.1.0) +Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==29.1.0.dev45) (2.22) +Collecting zipp>=3.20 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==29.1.0.dev45) Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB) -Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==29.1.0.dev37) (3.0.2) -Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev37) (5.1.1) -Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev37) (1.3.3) -Collecting jmespath>=0.9.0 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev37) +Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==29.1.0.dev45) (3.0.2) +Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) (5.1.1) +Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) (1.3.3) +Collecting jmespath>=0.9.0 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) -Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev37) +Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB) -Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev37) (4.3.6) -Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev37) +Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) (4.3.6) +Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) -Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (0.21.1) -Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==29.1.0.dev37) (1.1.0) -Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev37) (1.6.10) -Collecting cliff>=2.8.0 (from python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev37) +Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (0.21.1) +Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==29.1.0.dev45) (1.1.0) +Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==29.1.0.dev45) (1.6.10) +Collecting cliff>=2.8.0 (from python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) Downloading cliff-4.8.0-py3-none-any.whl.metadata (2.1 kB) -Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev37) (3.4.0) -Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev37) (3.10) -Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev37) (1.26.20) -Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev37) (2020.6.20) -Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==29.1.0.dev37) (2.7.2) -Collecting autopage>=0.4.0 (from cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev37) +Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (3.4.0) +Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (3.10) +Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (1.26.20) +Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->castellan>=0.17.0->glance==29.1.0.dev45) (2020.6.20) +Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==29.1.0.dev45) (2.7.2) +Collecting autopage>=0.4.0 (from cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) Downloading autopage-0.5.2-py3-none-any.whl.metadata (7.9 kB) -Collecting cmd2>=1.0.0 (from cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev37) +Collecting cmd2>=1.0.0 (from cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) Downloading cmd2-2.5.7-py3-none-any.whl.metadata (13 kB) -Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev37) +Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.47.0->oslo.limit>=1.6.0->glance==29.1.0.dev45) Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) -Collecting pyperclip (from cmd2>=1.0.0->cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev37) +Collecting pyperclip (from cmd2>=1.0.0->cliff>=2.8.0->python-barbicanclient>=5.5.0->castellan>=0.17.0->glance==29.1.0.dev45) Using cached pyperclip-1.9.0-py3-none-any.whl Downloading castellan-5.2.0-py3-none-any.whl (99 kB) Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) @@ -11168,9 +11178,9 @@ Downloading WSME-0.12.1-py3-none-any.whl (59 kB) Downloading automaton-3.2.0-py3-none-any.whl (22 kB) Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB) Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 16.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 11.5 MB/s eta 0:00:00 Downloading openstacksdk-4.2.0-py3-none-any.whl (1.7 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 24.6 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 17.4 MB/s eta 0:00:00 Downloading pydot-3.0.3-py3-none-any.whl (35 kB) Downloading python_barbicanclient-7.0.0-py3-none-any.whl (88 kB) Downloading cliff-4.8.0-py3-none-any.whl (80 kB) @@ -11184,7 +11194,7 @@ Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) Building wheels for collected packages: simplegeneric Building wheel for simplegeneric (setup.py): started Building wheel for simplegeneric (setup.py): finished with status 'done' - Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5057 sha256=fb05bed55a4462b70d2271d79e51c1a59a67dbffd8e6849b031082a0ba03552d + Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5101 sha256=041f4822fc5bc0b09664b9c8961320a64aa19c6f368fe4cc477f3f32f708d134 Stored in directory: /home/ubuntu/.cache/pip/wheels/6a/88/e8/d4f4d830f0edaf91815bd9714e65b3c57ebc95c4ddfc6416a6 Successfully built simplegeneric Installing collected packages: simplegeneric, requestsexceptions, pyperclip, zipp, retrying, pydot, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, cliff, automaton, WSME, openstacksdk, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance @@ -11208,7 +11218,7 @@ Installing collected packages: simplegeneric, requestsexceptions, pyperclip, zip Found existing installation: importlib-metadata 4.6.4 Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /opt/stack/data/venv Can't uninstall 'importlib-metadata'. No files were found to uninstall. - DEPRECATION: Legacy editable install of glance==29.1.0.dev37 from file:///opt/stack/glance (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 + DEPRECATION: Legacy editable install of glance==29.1.0.dev45 from file:///opt/stack/glance (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 Running setup.py develop for glance Successfully installed WSME-0.12.1 automaton-3.2.0 autopage-0.5.2 castellan-5.2.0 cliff-4.8.0 cmd2-2.5.7 cursive-0.2.3 glance httplib2-0.22.0 importlib-metadata-8.5.0 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-3.0.0 networkx-3.4.2 openstacksdk-4.2.0 oslo.limit-2.6.0 oslo.reports-3.5.0 pydot-3.0.3 pyperclip-1.9.0 python-barbicanclient-7.0.0 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 taskflow-5.10.0 zipp-3.21.0 tput: No value for $TERM and no -T specified @@ -11237,28 +11247,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935661795 ++functions-common:time_stop:2428 start_time=1736893575898 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935661795 ]] ++functions-common:time_stop:2430 [[ -z 1736893575898 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935671660 ++functions-common:time_stop:2433 end_time=1736893588828 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=9865 ++functions-common:time_stop:2434 elapsed_time=12930 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=55764 ++functions-common:time_stop:2435 total=53601 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=65629 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=66531 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -11896,10 +11906,10 @@ tput: No value for $TERM and no -T specified +functions:setup_systemd_logging:722 iniset /etc/glance/glance-api.conf DEFAULT log_color True tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -11938,10 +11948,10 @@ tput: No value for $TERM and no -T specified +lib/glance:configure_glance:447 iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -11990,8 +12000,8 @@ tput: No value for $TERM and no -T specified +lib/glance:configure_glance:451 iniset /etc/glance/glance-cache.conf DEFAULT ******_user glance tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -12003,8 +12013,8 @@ tput: No value for $TERM and no -T specified +lib/glance:configure_glance:452 iniset /etc/glance/glance-cache.conf DEFAULT ******_password ****** tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -12042,8 +12052,8 @@ tput: No value for $TERM and no -T specified +lib/glance:configure_glance:459 iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles ****** tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -12218,8 +12228,8 @@ tput: No value for $TERM and no -T specified +lib/apache:write_local_uwsgi_http_config:348 iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -12539,8 +12549,8 @@ SetEnv proxy-sendchunked 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/apache:write_local_uwsgi_http_config:381 sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf tput: No value for $TERM and no -T specified ++lib/apache:write_local_uwsgi_http_config:381 sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf +lib/apache:write_local_uwsgi_http_config:381 echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 tput: No value for $TERM and no -T specified @@ -12631,8 +12641,8 @@ tput: No value for $TERM and no -T specified +lib/glance:configure_glance:491 iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -12773,7 +12783,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935679056 ++functions-common:time_start:2412 _TIME_START[$name]=1736893595913 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/cinder.git /opt/stack/cinder @@ -12802,28 +12812,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935679056 ++functions-common:time_stop:2428 start_time=1736893595913 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935679056 ]] ++functions-common:time_stop:2430 [[ -z 1736893595913 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935697063 ++functions-common:time_stop:2433 end_time=1736893613122 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=18007 ++functions-common:time_stop:2434 elapsed_time=17209 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=17888 ++functions-common:time_stop:2435 total=16127 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=35895 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=33336 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/cinder @@ -12859,7 +12869,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935697278 ++functions-common:time_start:2412 _TIME_START[$name]=1736893613333 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -12889,28 +12899,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935697278 ++functions-common:time_stop:2428 start_time=1736893613333 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935697278 ]] ++functions-common:time_stop:2430 [[ -z 1736893613333 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935698257 ++functions-common:time_stop:2433 end_time=1736893614177 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=979 ++functions-common:time_stop:2434 elapsed_time=844 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=35895 ++functions-common:time_stop:2435 total=33336 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=36874 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=34180 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -12943,7 +12953,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935698478 ++functions-common:time_start:2412 _TIME_START[$name]=1736893614376 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -12988,40 +12998,40 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935698478 ++functions-common:time_stop:2428 start_time=1736893614376 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935698478 ]] ++functions-common:time_stop:2430 [[ -z 1736893614376 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935698954 ++functions-common:time_stop:2433 end_time=1736893614844 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=476 ++functions-common:time_stop:2434 elapsed_time=468 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=36874 ++functions-common:time_stop:2435 total=34180 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=37350 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=34648 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/cinder tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:676 cd /opt/stack/cinder -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:git_clone:677 head -1 +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:677 git show --oneline +tput: No value for $TERM and no -T specified ++functions-common:git_clone:677 head -1 962fe29e7 Merge "HPE 3par - Fix retype volume" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -13147,10 +13157,10 @@ Obtaining file:///opt/stack/cinder Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.1.0) Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.1.1) -Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (0.36.1) +Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (0.38.2) Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.1.1) Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (2.1.0) -Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (4.19.2) +Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (4.23.0) Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.9.1) Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (10.8.0) Collecting lxml>=4.5.2 (from cinder==25.1.0.dev78) @@ -13159,8 +13169,8 @@ Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/py Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.2.0) Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (5.7.0) Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (17.1.0) -Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.2.0) -Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (15.0.0) +Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (7.0.0) +Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (16.0.0) Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (6.3.0) Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (4.5.0) Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==25.1.0.dev78) (3.5.0) @@ -13241,7 +13251,7 @@ Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stac Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==25.1.0.dev78) (0.35.1) Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==25.1.0.dev78) (0.22.3) Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==25.1.0.dev78) (1.7.0) -Requirement already satisfied: typing-extensions>=4.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==25.1.0.dev78) (4.12.2) +Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==25.1.0.dev78) (4.12.2) Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (2.10.1) Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (3.9.0) Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==25.1.0.dev78) (4.0.0) @@ -13271,9 +13281,9 @@ Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==25.1.0.dev78) Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==25.1.0.dev78) (1.26.20) Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==25.1.0.dev78) Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) -Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==25.1.0.dev78) (75.6.0) +Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==25.1.0.dev78) (75.8.0) Requirement already satisfied: cliff>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==25.1.0.dev78) (4.8.0) -Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==25.1.0.dev78) (24.3.0) +Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==25.1.0.dev78) (24.3.0) Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==25.1.0.dev78) Downloading warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==25.1.0.dev78) (1.17.0) @@ -13317,12 +13327,12 @@ Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth!=2.24.0 Downloading boto3-1.35.81-py3-none-any.whl (139 kB) Downloading distro-1.9.0-py3-none-any.whl (20 kB) Downloading google_api_python_client-2.155.0-py2.py3-none-any.whl (12.7 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 32.6 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.7/12.7 MB 32.8 MB/s eta 0:00:00 Downloading lxml-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (5.0 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 63.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 55.9 MB/s eta 0:00:00 Downloading oslo.versionedobjects-3.5.0-py3-none-any.whl (86 kB) Downloading oslo.vmware-4.5.0-py3-none-any.whl (627 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.1/627.1 kB 26.6 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.1/627.1 kB 42.2 MB/s eta 0:00:00 Downloading paramiko-3.5.0-py3-none-any.whl (227 kB) Downloading python_glanceclient-4.7.0-py3-none-any.whl (206 kB) Downloading python_novaclient-18.7.0-py3-none-any.whl (336 kB) @@ -13330,14 +13340,14 @@ Downloading python_swiftclient-4.6.0-py3-none-any.whl (88 kB) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Downloading tooz-6.3.0-py3-none-any.whl (91 kB) Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 53.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 45.6 MB/s eta 0:00:00 Downloading botocore-1.35.81-py3-none-any.whl (13.3 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 65.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 27.8 MB/s eta 0:00:00 Downloading google_api_core-2.24.0-py3-none-any.whl (158 kB) Downloading google_auth-2.37.0-py2.py3-none-any.whl (209 kB) Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB) Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 41.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 54.7 MB/s eta 0:00:00 Downloading pyudev-0.24.3-py3-none-any.whl (62 kB) Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) Downloading suds_community-1.2.0-py3-none-any.whl (145 kB) @@ -13352,7 +13362,7 @@ Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB) Building wheels for collected packages: rtslib-fb Building wheel for rtslib-fb (setup.py): started Building wheel for rtslib-fb (setup.py): finished with status 'done' - Created wheel for rtslib-fb: filename=rtslib_fb-2.1.76-py3-none-any.whl size=89910 sha256=68d37dc0bf3ea33ece65063eb10491e1a1408c921eca121f3a6e3310dda416d6 + Created wheel for rtslib-fb: filename=rtslib_fb-2.1.76-py3-none-any.whl size=89947 sha256=ac35ce16bf21b4ab51ef7fb5545cba704b70790e05b66b806bf627f9050f79dc Stored in directory: /home/ubuntu/.cache/pip/wheels/99/66/d4/0af08f2815fd680c37ac00c92a718f9a71d405a854d867844f Successfully built rtslib-fb Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, pyudev, pyasn1, proto-plus, lxml, googleapis-common-protos, distro, rtslib-fb, rsa, python-swiftclient, pynacl, pyasn1-modules, botocore, s3transfer, paramiko, google-auth, warlock, tooz, python-novaclient, oslo.vmware, google-auth-httplib2, google-api-core, boto3, python-glanceclient, google-api-python-client, oslo.versionedobjects, cinder @@ -13393,28 +13403,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935699669 ++functions-common:time_stop:2428 start_time=1736893615594 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935699669 ]] ++functions-common:time_stop:2430 [[ -z 1736893615594 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935713328 ++functions-common:time_stop:2433 end_time=1736893629383 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=13659 ++functions-common:time_stop:2434 elapsed_time=13789 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=65629 ++functions-common:time_stop:2435 total=66531 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=79288 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=80320 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -13537,7 +13547,7 @@ Suggested packages: The following NEW packages will be installed: python3-configshell-fb python3-pyudev python3-rtslib-fb python3-urwid targetcli-fb -0 upgraded, 5 newly installed, 0 to remove and 73 not upgraded. +0 upgraded, 5 newly installed, 0 to remove and 74 not upgraded. Need to get 323 kB of archives. After this operation, 2,047 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-urwid amd64 2.1.2-2build1 [171 kB] @@ -13545,7 +13555,7 @@ Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-configshell-fb a Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyudev all 0.22.0-2 [33.2 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-rtslib-fb all 2.1.74-0ubuntu4.1 [50.0 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 targetcli-fb all 1:2.1.53-1ubuntu3 [40.3 kB] -Fetched 323 kB in 4s (76.2 kB/s) +Fetched 323 kB in 4s (84.9 kB/s) Selecting previously unselected package python3-urwid. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69264 files and directories currently installed.) Preparing to unpack .../python3-urwid_2.1.2-2build1_amd64.deb ... @@ -13611,28 +13621,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935713886 ++functions-common:time_stop:2428 start_time=1736893629933 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935713886 ]] ++functions-common:time_stop:2430 [[ -z 1736893629933 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935725148 ++functions-common:time_stop:2433 end_time=1736893640634 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=11262 ++functions-common:time_stop:2434 elapsed_time=10701 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=257848 ++functions-common:time_stop:2435 total=239312 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=269110 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=250013 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -13660,8 +13670,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified ++inc/rootwrap:configure_rootwrap:45 echo cinder +tput: No value for $TERM and no -T specified ++inc/rootwrap:configure_rootwrap:45 tr a-z A-Z tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -13710,7 +13720,7 @@ tput: No value for $TERM and no -T specified ++inc/rootwrap:configure_rootwrap:70 mktemp tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:70 tempfile=/tmp/tmp.AePqgVGnb8 ++inc/rootwrap:configure_rootwrap:70 tempfile=/tmp/tmp.8NHssTOlXi tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/rootwrap:configure_rootwrap:72 rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' @@ -13722,13 +13732,13 @@ tput: No value for $TERM and no -T specified +inc/rootwrap:configure_rootwrap:74 '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:79 chmod 0440 /tmp/tmp.AePqgVGnb8 ++inc/rootwrap:configure_rootwrap:79 chmod 0440 /tmp/tmp.8NHssTOlXi tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:80 sudo chown root:root /tmp/tmp.AePqgVGnb8 ++inc/rootwrap:configure_rootwrap:80 sudo chown root:root /tmp/tmp.8NHssTOlXi tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:81 sudo mv /tmp/tmp.AePqgVGnb8 /etc/sudoers.d/cinder-rootwrap ++inc/rootwrap:configure_rootwrap:81 sudo mv /tmp/tmp.8NHssTOlXi /etc/sudoers.d/cinder-rootwrap tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/rootwrap:configure_rootwrap:85 dirname /opt/stack/data/venv/bin/cinder-rootwrap @@ -13753,9 +13763,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:add_sudo_secure_path:33 echo 'Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' -tput: No value for $TERM and no -T specified +inc/rootwrap:add_sudo_secure_path:33 sudo tee /etc/sudoers.d/zz-secure-path +tput: No value for $TERM and no -T specified ++inc/rootwrap:add_sudo_secure_path:33 echo 'Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -13831,8 +13841,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -13842,8 +13852,8 @@ tput: No value for $TERM and no -T specified +lib/cinder:configure_cinder:311 inicomment /etc/cinder/api-paste.ini filter:authtoken ******_user tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -14206,7 +14216,7 @@ tput: No value for $TERM and no -T specified ++lib/cinder:configure_cinder:329 openssl rand -hex 16 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/cinder:configure_cinder:329 iniset /etc/cinder/cinder.conf key_manager fixed_key e3542942f950afb4f5ba51f1216a0ed3 ++lib/cinder:configure_cinder:329 iniset /etc/cinder/cinder.conf key_manager fixed_key ae8f28fb6673c5fa99cf9f2d9edd8b2c tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -14349,8 +14359,8 @@ tput: No value for $TERM and no -T specified +lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -14391,7 +14401,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -14852,9 +14862,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf -tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' +tput: No value for $TERM and no -T specified ++lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf d /var/run/uwsgi 0755 ubuntu root tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -14876,8 +14886,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -14926,8 +14936,8 @@ tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:280 iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -15305,7 +15315,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -15328,8 +15338,8 @@ tput: No value for $TERM and no -T specified +lib/keystone:configure_keystone_authtoken_middleware:445 iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -15370,7 +15380,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -15788,7 +15798,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935736498 ++functions-common:time_start:2412 _TIME_START[$name]=1736893651268 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/neutron.git /opt/stack/neutron @@ -15817,28 +15827,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935736498 ++functions-common:time_stop:2428 start_time=1736893651268 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935736498 ]] ++functions-common:time_stop:2430 [[ -z 1736893651268 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935755478 ++functions-common:time_stop:2433 end_time=1736893670244 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=18980 ++functions-common:time_stop:2434 elapsed_time=18976 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=37350 ++functions-common:time_stop:2435 total=34648 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=56330 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=53624 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/neutron @@ -15874,7 +15884,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935755695 ++functions-common:time_start:2412 _TIME_START[$name]=1736893670416 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -15904,28 +15914,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935755695 ++functions-common:time_stop:2428 start_time=1736893670416 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935755695 ]] ++functions-common:time_stop:2430 [[ -z 1736893670416 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935756845 ++functions-common:time_stop:2433 end_time=1736893671256 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1150 ++functions-common:time_stop:2434 elapsed_time=840 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=56330 ++functions-common:time_stop:2435 total=53624 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=57480 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=54464 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -15958,7 +15968,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935757042 ++functions-common:time_start:2412 _TIME_START[$name]=1736893671459 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -15979,7 +15989,7 @@ Or undo this operation with: Turn off this advice by setting config variable advice.detachedHead to false -HEAD is now at 0c29e730db Catch when the process does not exist when killing it +HEAD is now at 585ea689d5 Merge "[eventlet-deprecation] Remove ``common.utils.spawn``" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:723 time_stop git_timed @@ -16003,28 +16013,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935757042 ++functions-common:time_stop:2428 start_time=1736893671459 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935757042 ]] ++functions-common:time_stop:2430 [[ -z 1736893671459 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935757531 ++functions-common:time_stop:2433 end_time=1736893671930 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=489 ++functions-common:time_stop:2434 elapsed_time=471 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=57480 ++functions-common:time_stop:2435 total=54464 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=57969 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=54935 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/neutron @@ -16037,7 +16047,7 @@ tput: No value for $TERM and no -T specified +functions-common:git_clone:677 git show --oneline tput: No value for $TERM and no -T specified +functions-common:git_clone:677 head -1 -0c29e730db Catch when the process does not exist when killing it +585ea689d5 Merge "[eventlet-deprecation] Remove ``common.utils.spawn``" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:678 cd /opt/stack/devstack @@ -16160,158 +16170,158 @@ tput: No value for $TERM and no -T specified Obtaining file:///opt/stack/neutron Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (6.1.0) -Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.10.1) -Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.1.0) -Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (2.5.1) -Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.0.0) -Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (5.1.1) -Requirement already satisfied: eventlet>=0.36.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (0.36.1) -Collecting pecan>=1.4.0 (from neutron==26.0.0.0b3.dev68) +Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.1.0) +Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.10.1) +Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.1.0) +Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.5.1) +Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.0.0) +Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.1.1) +Requirement already satisfied: eventlet>=0.36.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (0.38.2) +Collecting pecan>=1.4.0 (from neutron==26.0.0.0b3.dev106) Downloading pecan-1.5.1-py3-none-any.whl.metadata (1.4 kB) -Requirement already satisfied: httplib2>=0.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (0.22.0) -Requirement already satisfied: requests>=2.32.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (2.32.3) -Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.1.4) -Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (10.8.0) -Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (1.3.0) -Collecting neutron-lib>=3.16.0 (from neutron==26.0.0.0b3.dev68) +Requirement already satisfied: httplib2>=0.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (0.22.0) +Requirement already satisfied: requests>=2.32.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.32.3) +Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.1.4) +Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (10.8.0) +Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (1.3.0) +Collecting neutron-lib>=3.16.0 (from neutron==26.0.0.0b3.dev106) Downloading neutron_lib-3.17.0-py3-none-any.whl.metadata (2.4 kB) -Collecting python-neutronclient>=7.8.0 (from neutron==26.0.0.0b3.dev68) +Collecting python-neutronclient>=7.8.0 (from neutron==26.0.0.0b3.dev106) Downloading python_neutronclient-11.3.1-py3-none-any.whl.metadata (3.2 kB) -Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (9.0.0) -Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (2.0.36) -Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (1.8.9) -Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (5.9.1) -Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (1.14.0) -Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (5.4.0) -Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.9.0) -Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (6.2.0) -Requirement already satisfied: oslo.config>=9.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (9.7.0) -Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (5.7.0) -Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (17.1.0) -Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (6.5.0) -Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (6.2.0) -Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (15.0.0) -Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (6.3.0) -Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (4.5.0) -Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.5.0) -Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.5.0) -Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (7.4.0) -Requirement already satisfied: oslo.serialization>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (5.6.0) -Requirement already satisfied: oslo.service>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.6.0) -Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (2.4.0) -Requirement already satisfied: oslo.utils>=7.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (8.0.0) -Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.5.0) -Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (4.2.0) -Collecting os-ken>=2.11.2 (from neutron==26.0.0.0b3.dev68) +Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (9.0.0) +Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.0.36) +Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (1.8.9) +Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.9.1) +Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (1.14.0) +Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.4.0) +Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.9.0) +Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.2.0) +Requirement already satisfied: oslo.config>=9.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (9.7.0) +Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.7.0) +Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (17.1.0) +Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.5.0) +Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (7.0.0) +Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (16.0.0) +Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.3.0) +Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (4.5.0) +Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.5.0) +Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.5.0) +Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (7.4.0) +Requirement already satisfied: oslo.serialization>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (5.6.0) +Requirement already satisfied: oslo.service>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.6.0) +Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (2.4.0) +Requirement already satisfied: oslo.utils>=7.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (8.0.0) +Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.5.0) +Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (4.2.0) +Collecting os-ken>=2.11.2 (from neutron==26.0.0.0b3.dev106) Downloading os_ken-2.11.2-py3-none-any.whl.metadata (1.6 kB) -Collecting os-resource-classes>=1.1.0 (from neutron==26.0.0.0b3.dev68) +Collecting os-resource-classes>=1.1.0 (from neutron==26.0.0.0b3.dev106) Downloading os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) -Collecting ovs>=2.12.0 (from neutron==26.0.0.0b3.dev68) +Collecting ovs>=2.12.0 (from neutron==26.0.0.0b3.dev106) Downloading ovs-3.4.1.tar.gz (132 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Collecting ovsdbapp>=2.7.1 (from neutron==26.0.0.0b3.dev68) +Collecting ovsdbapp>=2.7.1 (from neutron==26.0.0.0b3.dev106) Downloading ovsdbapp-2.9.0-py3-none-any.whl.metadata (1.5 kB) -Requirement already satisfied: psutil>=6.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (6.1.0) -Collecting pyroute2>=0.7.3 (from neutron==26.0.0.0b3.dev68) +Requirement already satisfied: psutil>=6.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.1.0) +Collecting pyroute2>=0.7.3 (from neutron==26.0.0.0b3.dev106) Downloading pyroute2-0.7.12-py3-none-any.whl.metadata (8.2 kB) -Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==26.0.0.0b3.dev68) (24.3.0) -Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (18.7.0) -Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (4.2.0) -Collecting python-designateclient>=2.7.0 (from neutron==26.0.0.0b3.dev68) +Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (24.3.0) +Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (18.7.0) +Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (4.2.0) +Collecting python-designateclient>=2.7.0 (from neutron==26.0.0.0b3.dev106) Downloading python_designateclient-6.1.0-py3-none-any.whl.metadata (1.5 kB) -Collecting os-vif>=3.1.0 (from neutron==26.0.0.0b3.dev68) +Collecting os-vif>=3.1.0 (from neutron==26.0.0.0b3.dev106) Downloading os_vif-4.0.0-py3-none-any.whl.metadata (2.4 kB) -Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (3.0.0) -Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev68) (6.3.0) -Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==26.0.0.0b3.dev68) (1.3.8) -Requirement already satisfied: typing-extensions>=4 in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==26.0.0.0b3.dev68) (4.12.2) -Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==26.0.0.0b3.dev68) (1.17.0) -Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.36.1->neutron==26.0.0.0b3.dev68) (2.7.0) -Requirement already satisfied: greenlet>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.36.1->neutron==26.0.0.0b3.dev68) (3.1.1) -Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.22.0->neutron==26.0.0.0b3.dev68) (3.2.0) -Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==26.0.0.0b3.dev68) (3.0.2) -Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==26.0.0.0b3.dev68) (2.1.0) -Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==26.0.0.0b3.dev68) (1.7.0) -Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev68) (2.10.1) -Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev68) (4.0.0) -Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev68) (5.5.0) -Collecting os-traits>=0.9.0 (from neutron-lib>=3.16.0->neutron==26.0.0.0b3.dev68) +Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (3.0.0) +Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==26.0.0.0b3.dev106) (6.3.0) +Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==26.0.0.0b3.dev106) (1.3.8) +Requirement already satisfied: typing-extensions>=4 in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==26.0.0.0b3.dev106) (4.12.2) +Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==26.0.0.0b3.dev106) (1.17.0) +Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.36.1->neutron==26.0.0.0b3.dev106) (2.7.0) +Requirement already satisfied: greenlet>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.36.1->neutron==26.0.0.0b3.dev106) (3.1.1) +Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.22.0->neutron==26.0.0.0b3.dev106) (3.2.0) +Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==26.0.0.0b3.dev106) (3.0.2) +Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==26.0.0.0b3.dev106) (2.1.0) +Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==26.0.0.0b3.dev106) (1.7.0) +Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (2.10.1) +Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (4.0.0) +Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (5.5.0) +Collecting os-traits>=0.9.0 (from neutron-lib>=3.16.0->neutron==26.0.0.0b3.dev106) Downloading os_traits-3.2.0-py3-none-any.whl.metadata (1.7 kB) -Collecting setproctitle>=1.1.10 (from neutron-lib>=3.16.0->neutron==26.0.0.0b3.dev68) +Collecting setproctitle>=1.1.10 (from neutron-lib>=3.16.0->neutron==26.0.0.0b3.dev106) Downloading setproctitle-1.3.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) -Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (6.0.2) -Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (44.0.0) -Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (1.3.3) -Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (1.0.1) -Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (1.33) -Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (4.3.6) -Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (1.4.0) -Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev68) (1.1.0) -Collecting ncclient>=0.6.13 (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev68) +Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (6.0.2) +Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (44.0.0) +Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.3.3) +Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.0.1) +Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.33) +Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (4.3.6) +Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (1.4.0) +Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (1.1.0) +Collecting ncclient>=0.6.13 (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) Downloading ncclient-0.6.16.tar.gz (112 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev68) (24.2) -Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==26.0.0.0b3.dev68) (0.19) -Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.4.0->neutron==26.0.0.0b3.dev68) (2.0.0) -Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==26.0.0.0b3.dev68) (2.0.1) -Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==26.0.0.0b3.dev68) (0.5.0) -Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==26.0.0.0b3.dev68) (2.9.0.post0) -Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev68) (5.3.1) -Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev68) (5.5.0) -Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev68) (5.4.2) -Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev68) (0.10.0) -Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==26.0.0.0b3.dev68) (4.0.1) -Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==26.0.0.0b3.dev68) (4.0.1) -Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==26.0.0.0b3.dev68) (1.17.1) -Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=5.5.0->neutron==26.0.0.0b3.dev68) (2024.2) -Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.5.0->neutron==26.0.0.0b3.dev68) (1.6.10) -Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==26.0.0.0b3.dev68) (3.12.0) -Collecting sortedcontainers (from ovs>=2.12.0->neutron==26.0.0.0b3.dev68) +Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (24.2) +Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==26.0.0.0b3.dev106) (0.19) +Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.4.0->neutron==26.0.0.0b3.dev106) (2.0.0) +Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==26.0.0.0b3.dev106) (2.0.1) +Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==26.0.0.0b3.dev106) (0.5.0) +Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==26.0.0.0b3.dev106) (2.9.0.post0) +Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.3.1) +Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.5.0) +Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.4.2) +Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (0.10.0) +Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==26.0.0.0b3.dev106) (4.0.1) +Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==26.0.0.0b3.dev106) (4.0.1) +Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==26.0.0.0b3.dev106) (1.17.1) +Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=5.5.0->neutron==26.0.0.0b3.dev106) (2024.2) +Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.5.0->neutron==26.0.0.0b3.dev106) (1.6.10) +Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==26.0.0.0b3.dev106) (3.12.0) +Collecting sortedcontainers (from ovs>=2.12.0->neutron==26.0.0.0b3.dev106) Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) -Collecting fixtures>=3.0.0 (from ovsdbapp>=2.7.1->neutron==26.0.0.0b3.dev68) +Collecting fixtures>=3.0.0 (from ovsdbapp>=2.7.1->neutron==26.0.0.0b3.dev106) Downloading fixtures-4.1.0-py3-none-any.whl.metadata (21 kB) -Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==26.0.0.0b3.dev68) (75.6.0) -Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==26.0.0.0b3.dev68) +Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==26.0.0.0b3.dev106) (75.8.0) +Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==26.0.0.0b3.dev106) Downloading logutils-0.3.5.tar.gz (27 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (4.8.0) -Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (4.19.2) -Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) +Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (4.8.0) +Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (4.23.0) +Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) Downloading osc_lib-3.2.0-py3-none-any.whl.metadata (3.6 kB) -Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==26.0.0.0b3.dev68) +Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==26.0.0.0b3.dev106) Downloading os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) -Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev68) (3.4.0) -Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev68) (3.10) -Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev68) (1.26.20) -Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev68) (2020.6.20) -Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==26.0.0.0b3.dev68) (1.17.0) -Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==26.0.0.0b3.dev68) (0.7) -Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==26.0.0.0b3.dev68) (0.15.2) -Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev68) (5.1.0) -Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==26.0.0.0b3.dev68) (2.22) -Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (0.5.2) -Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (2.5.7) -Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev68) (3.0.0) -Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (24.2.0) -Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (2024.10.1) -Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (0.35.1) -Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (0.22.3) -Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev68) (3.5.0) -Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev68) (5.3.0) -Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev68) (0.21.1) -Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==26.0.0.0b3.dev68) (0.2.13) -Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev68) (2024.2) -Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==26.0.0.0b3.dev68) (2.7.2) -Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev68) (1.9.0) -Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev68) (1.5.0) +Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (3.4.0) +Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (3.10) +Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (1.26.20) +Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.32.3->neutron==26.0.0.0b3.dev106) (2020.6.20) +Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==26.0.0.0b3.dev106) (1.17.0) +Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==26.0.0.0b3.dev106) (0.7) +Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==26.0.0.0b3.dev106) (0.15.2) +Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (5.1.0) +Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==26.0.0.0b3.dev106) (2.22) +Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (0.5.2) +Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (2.5.7) +Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==26.0.0.0b3.dev106) (3.0.0) +Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (24.2.0) +Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (2024.10.1) +Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (0.35.1) +Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (0.22.3) +Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (3.5.0) +Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (5.3.0) +Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==26.0.0.0b3.dev106) (0.21.1) +Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==26.0.0.0b3.dev106) (0.2.13) +Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=5.1.0->neutron==26.0.0.0b3.dev106) (2024.2) +Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==26.0.0.0b3.dev106) (2.7.2) +Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==26.0.0.0b3.dev106) (1.9.0) +Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.11.2->neutron==26.0.0.0b3.dev106) (1.5.0) Downloading neutron_lib-3.17.0-py3-none-any.whl (619 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.8/619.8 kB 7.3 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.8/619.8 kB 8.5 MB/s eta 0:00:00 Downloading os_ken-2.11.2-py3-none-any.whl (2.0 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 12.4 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 15.9 MB/s eta 0:00:00 Downloading os_resource_classes-1.1.0-py3-none-any.whl (11 kB) Downloading os_vif-4.0.0-py3-none-any.whl (109 kB) Downloading ovsdbapp-2.9.0-py3-none-any.whl (143 kB) @@ -16328,19 +16338,19 @@ Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Building wheels for collected packages: ovs, logutils, ncclient Building wheel for ovs (setup.py): started Building wheel for ovs (setup.py): finished with status 'done' - Created wheel for ovs: filename=ovs-3.4.1-py3-none-any.whl size=152874 sha256=7b0867d303e37d68cbce36511a985d635f3c2a0158fa719d07bd3cb3c576794d + Created wheel for ovs: filename=ovs-3.4.1-py3-none-any.whl size=152927 sha256=c783f3237a21a52349d80c23f273b003e8a44b261040278c49645fd55625ddc4 Stored in directory: /home/ubuntu/.cache/pip/wheels/bf/33/ea/1e4d63ff9cc6109104fe29dbd74b39a4709ffcfc259bebfe4c Building wheel for logutils (setup.py): started Building wheel for logutils (setup.py): finished with status 'done' - Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19928 sha256=8389b874022d2e76a2322fa03645e78ef2aa67191d562f31f34d1b3252b628e5 + Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19974 sha256=89e820d0f7f89f8383e9b098cae8b984d10df3ed52944b37e3ef1d2323e91fcb Stored in directory: /home/ubuntu/.cache/pip/wheels/14/79/18/d4879c632aaa2097f00b8f19008f4833af5bc8c871544c4cb5 Building wheel for ncclient (setup.py): started Building wheel for ncclient (setup.py): finished with status 'done' - Created wheel for ncclient: filename=ncclient-0.6.16-py2.py3-none-any.whl size=89996 sha256=5d936716b8c25d64f908d018c5f4e7cb2f924d26b9f1d7adea5d08fb7a5e6266 + Created wheel for ncclient: filename=ncclient-0.6.16-py2.py3-none-any.whl size=90057 sha256=d2f6c93be121f6d94897fd1800201bf63167bfb76edb03086157fba9e9af9ceb Stored in directory: /home/ubuntu/.cache/pip/wheels/bf/b5/b8/003858605e738d6ad6e8cb30854101bbc10ae7d75b7876d1cd Successfully built ovs logutils ncclient Installing collected packages: sortedcontainers, pyroute2, logutils, setproctitle, ovs, os-traits, os-resource-classes, fixtures, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron - DEPRECATION: Legacy editable install of neutron==26.0.0.0b3.dev68 from file:///opt/stack/neutron (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 + DEPRECATION: Legacy editable install of neutron==26.0.0.0b3.dev106 from file:///opt/stack/neutron (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 Running setup.py develop for neutron Successfully installed fixtures-4.1.0 logutils-0.3.5 ncclient-0.6.16 neutron neutron-lib-3.17.0 os-client-config-2.1.0 os-ken-2.11.2 os-resource-classes-1.1.0 os-traits-3.2.0 os-vif-4.0.0 osc-lib-3.2.0 ovs-3.4.1 ovsdbapp-2.9.0 pecan-1.5.1 pyroute2-0.7.12 python-designateclient-6.1.0 python-neutronclient-11.3.1 setproctitle-1.3.4 sortedcontainers-2.4.0 tput: No value for $TERM and no -T specified @@ -16369,28 +16379,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935758362 ++functions-common:time_stop:2428 start_time=1736893672754 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935758362 ]] ++functions-common:time_stop:2430 [[ -z 1736893672754 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935771016 ++functions-common:time_stop:2433 end_time=1736893685128 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=12654 ++functions-common:time_stop:2434 elapsed_time=12374 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=79288 ++functions-common:time_stop:2435 total=80320 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=91942 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=92694 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -16534,7 +16544,7 @@ Collecting pluggy>=1.5 (from tox) Collecting pyproject-api>=1.8 (from tox) Downloading pyproject_api-1.8.0-py3-none-any.whl.metadata (2.7 kB) Requirement already satisfied: tomli>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox) (2.2.1) -Requirement already satisfied: typing-extensions>=4.12.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox) (4.12.2) +Requirement already satisfied: typing-extensions>=4.12.2 in /usr/local/lib/python3.10/dist-packages (from tox) (4.12.2) Collecting virtualenv>=20.26.6 (from tox) Downloading virtualenv-20.28.0-py3-none-any.whl.metadata (4.4 kB) Collecting distlib<1,>=0.3.7 (from virtualenv>=20.26.6->tox) @@ -16546,7 +16556,7 @@ Downloading filelock-3.16.1-py3-none-any.whl (16 kB) Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Downloading pyproject_api-1.8.0-py3-none-any.whl (13 kB) Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 16.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 22.2 MB/s eta 0:00:00 Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB) Installing collected packages: distlib, pyproject-api, pluggy, filelock, colorama, chardet, virtualenv, tox Attempting uninstall: distlib @@ -16596,28 +16606,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935771529 ++functions-common:time_stop:2428 start_time=1736893685698 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935771529 ]] ++functions-common:time_stop:2430 [[ -z 1736893685698 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935775354 ++functions-common:time_stop:2433 end_time=1736893689611 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=3825 ++functions-common:time_stop:2434 elapsed_time=3913 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=91942 ++functions-common:time_stop:2435 total=92694 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=95767 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=96607 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -16740,7 +16750,7 @@ Suggested packages: The following NEW packages will be installed: fakeroot libfakeroot openvswitch-common openvswitch-switch python3-openvswitch python3-sortedcontainers -0 upgraded, 6 newly installed, 0 to remove and 73 not upgraded. +0 upgraded, 6 newly installed, 0 to remove and 74 not upgraded. Need to get 2,656 kB of archives. After this operation, 8,794 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB] @@ -16749,7 +16759,7 @@ Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-sortedcontainers Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openvswitch-common amd64 2.17.9-0ubuntu0.22.04.1 [923 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-openvswitch all 2.17.9-0ubuntu0.22.04.1 [90.1 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openvswitch-switch amd64 2.17.9-0ubuntu0.22.04.1 [1,524 kB] -Fetched 2,656 kB in 8s (327 kB/s) +Fetched 2,656 kB in 5s (582 kB/s) Selecting previously unselected package libfakeroot:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69432 files and directories currently installed.) Preparing to unpack .../0-libfakeroot_1.28-1ubuntu1_amd64.deb ... @@ -16823,28 +16833,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935775948 ++functions-common:time_stop:2428 start_time=1736893690178 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935775948 ]] ++functions-common:time_stop:2430 [[ -z 1736893690178 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935790920 ++functions-common:time_stop:2433 end_time=1736893701415 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=14972 ++functions-common:time_stop:2434 elapsed_time=11237 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=269110 ++functions-common:time_stop:2435 total=250013 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=284082 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=261250 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -16855,8 +16865,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -16935,14 +16945,14 @@ The following additional packages will be installed: ovn-common The following NEW packages will be installed: ovn-central ovn-common ovn-controller-vtep ovn-host -0 upgraded, 4 newly installed, 0 to remove and 73 not upgraded. +0 upgraded, 4 newly installed, 0 to remove and 74 not upgraded. Need to get 2,111 kB of archives. After this operation, 7,203 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ovn-common amd64 22.03.3-0ubuntu0.22.04.3 [882 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ovn-central amd64 22.03.3-0ubuntu0.22.04.3 [341 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 ovn-controller-vtep amd64 22.03.3-0ubuntu0.22.04.3 [172 kB] Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ovn-host amd64 22.03.3-0ubuntu0.22.04.3 [716 kB] -Fetched 2,111 kB in 7s (293 kB/s) +Fetched 2,111 kB in 6s (368 kB/s) Selecting previously unselected package ovn-common. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69630 files and directories currently installed.) Preparing to unpack .../ovn-common_22.03.3-0ubuntu0.22.04.3_amd64.deb ... @@ -17010,28 +17020,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935791304 ++functions-common:time_stop:2428 start_time=1736893701828 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935791304 ]] ++functions-common:time_stop:2430 [[ -z 1736893701828 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935806982 ++functions-common:time_stop:2433 end_time=1736893715938 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=15678 ++functions-common:time_stop:2434 elapsed_time=14110 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=284082 ++functions-common:time_stop:2435 total=261250 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=299760 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=275360 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -17152,7 +17162,7 @@ tput: No value for $TERM and no -T specified +lib/stack:stack_install_service:32 install_nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:916 use_library_from_git os-vif ++lib/nova:install_nova:932 use_library_from_git os-vif tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:use_library_from_git:266 local name=os-vif @@ -17170,7 +17180,7 @@ tput: No value for $TERM and no -T specified +inc/python:use_library_from_git:269 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:921 is_service_enabled n-cpu ++lib/nova:install_nova:937 is_service_enabled n-cpu tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -17186,10 +17196,10 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:921 [[ -r /opt/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]] ++lib/nova:install_nova:937 [[ -r /opt/stack/devstack/lib/nova_plugins/hypervisor-libvirt ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:922 install_nova_hypervisor ++lib/nova:install_nova:938 install_nova_hypervisor tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:91 install_libvirt @@ -17327,7 +17337,7 @@ The following NEW packages will be installed: qemu-system-common qemu-system-data qemu-system-mips qemu-system-misc qemu-system-ppc qemu-system-s390x qemu-system-sparc qemu-system-x86 seabios systemd-container systemd-coredump -0 upgraded, 59 newly installed, 2 to remove and 71 not upgraded. +0 upgraded, 59 newly installed, 2 to remove and 72 not upgraded. Need to get 108 MB of archives. After this operation, 449 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 ipxe-qemu all 1.21.1+git-20220113.fbbdc3926-0ubuntu1 [1,569 kB] @@ -17390,7 +17400,7 @@ Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-mis Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system amd64 1:6.2+dfsg-2ubuntu6.24 [12.7 kB] Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 systemd-coredump amd64 249.11-0ubuntu3.12 [59.3 kB] Preconfiguring packages ... -Fetched 108 MB in 1min 1s (1,762 kB/s) +Fetched 108 MB in 1min 7s (1,600 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 69683 files and directories currently installed.) Removing ubuntu-server (1.481.1) ... Removing apport (2.20.11-0ubuntu82.5) ... @@ -17698,28 +17708,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935808228 ++functions-common:time_stop:2428 start_time=1736893717193 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935808228 ]] ++functions-common:time_stop:2430 [[ -z 1736893717193 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935890172 ++functions-common:time_stop:2433 end_time=1736893805045 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=81944 ++functions-common:time_stop:2434 elapsed_time=87852 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=299760 ++functions-common:time_stop:2435 total=275360 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=381704 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=363212 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -17743,7 +17753,7 @@ tput: No value for $TERM and no -T specified +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:108 [[ '' == \T\r\u\e ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:925 is_service_enabled n-novnc ++lib/nova:install_nova:941 is_service_enabled n-novnc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -17759,7 +17769,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:install_nova:927 trueorfalse False NOVNC_FROM_PACKAGE +++lib/nova:install_nova:943 trueorfalse False NOVNC_FROM_PACKAGE tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -17772,16 +17782,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:927 NOVNC_FROM_PACKAGE=False ++lib/nova:install_nova:943 NOVNC_FROM_PACKAGE=False tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:928 '[' False = True ']' ++lib/nova:install_nova:944 '[' False = True ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:947 NOVNC_WEB_DIR=/opt/stack/novnc ++lib/nova:install_nova:963 NOVNC_WEB_DIR=/opt/stack/novnc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:948 git_clone https://github.com/novnc/novnc.git /opt/stack/novnc v1.3.0 ++lib/nova:install_nova:964 git_clone https://github.com/novnc/novnc.git /opt/stack/novnc v1.3.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:593 local git_remote=https://github.com/novnc/novnc.git @@ -17869,7 +17879,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935890719 ++functions-common:time_start:2412 _TIME_START[$name]=1736893805597 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout https://github.com/novnc/novnc.git /opt/stack/novnc @@ -17897,28 +17907,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935890719 ++functions-common:time_stop:2428 start_time=1736893805597 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935890719 ]] ++functions-common:time_stop:2430 [[ -z 1736893805597 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935892888 ++functions-common:time_stop:2433 end_time=1736893807661 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2169 ++functions-common:time_stop:2434 elapsed_time=2064 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=57969 ++functions-common:time_stop:2435 total=54935 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=60138 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=56999 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/novnc @@ -17954,7 +17964,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935893062 ++functions-common:time_start:2412 _TIME_START[$name]=1736893807854 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin v1.3.0 @@ -17983,28 +17993,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935893062 ++functions-common:time_stop:2428 start_time=1736893807854 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935893062 ]] ++functions-common:time_stop:2430 [[ -z 1736893807854 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935893913 ++functions-common:time_stop:2433 end_time=1736893808652 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=851 ++functions-common:time_stop:2434 elapsed_time=798 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=60138 ++functions-common:time_stop:2435 total=56999 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=60989 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=57797 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -18037,7 +18047,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935894086 ++functions-common:time_start:2412 _TIME_START[$name]=1736893808802 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -18082,28 +18092,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935894086 ++functions-common:time_stop:2428 start_time=1736893808802 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935894086 ]] ++functions-common:time_stop:2430 [[ -z 1736893808802 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935894283 ++functions-common:time_stop:2433 end_time=1736893808950 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=197 ++functions-common:time_stop:2434 elapsed_time=148 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=60989 ++functions-common:time_stop:2435 total=57797 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=61186 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=57945 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/novnc @@ -18113,16 +18123,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:git_clone:677 head -1 -tput: No value for $TERM and no -T specified +functions-common:git_clone:677 git show --oneline +tput: No value for $TERM and no -T specified ++functions-common:git_clone:677 head -1 463c39e noVNC 1.3.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:678 cd /opt/stack/devstack tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:952 is_service_enabled n-spice ++lib/nova:install_nova:968 is_service_enabled n-spice tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -18138,7 +18148,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:964 git_clone http://github.com/openstack/nova.git /opt/stack/nova master ++lib/nova:install_nova:980 git_clone http://github.com/openstack/nova.git /opt/stack/nova master tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:593 local git_remote=http://github.com/openstack/nova.git @@ -18226,7 +18236,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935894807 ++functions-common:time_start:2412 _TIME_START[$name]=1736893809438 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/nova.git /opt/stack/nova @@ -18255,28 +18265,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935894807 ++functions-common:time_stop:2428 start_time=1736893809438 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935894807 ]] ++functions-common:time_stop:2430 [[ -z 1736893809438 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935931691 ++functions-common:time_stop:2433 end_time=1736893845899 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=36884 ++functions-common:time_stop:2434 elapsed_time=36461 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=61186 ++functions-common:time_stop:2435 total=57945 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=98070 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=94406 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/nova @@ -18312,7 +18322,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935931898 ++functions-common:time_start:2412 _TIME_START[$name]=1736893846102 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -18342,28 +18352,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935931898 ++functions-common:time_stop:2428 start_time=1736893846102 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935931898 ]] ++functions-common:time_stop:2430 [[ -z 1736893846102 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935932821 ++functions-common:time_stop:2433 end_time=1736893847034 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=923 ++functions-common:time_stop:2434 elapsed_time=932 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=98070 ++functions-common:time_stop:2435 total=94406 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=98993 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=95338 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -18396,7 +18406,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935933013 ++functions-common:time_start:2412 _TIME_START[$name]=1736893847252 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -18417,7 +18427,7 @@ Or undo this operation with: Turn off this advice by setting config variable advice.detachedHead to false -HEAD is now at c3250d23a7 Merge "[tox] add LOCALE_ARCHIVE to passenv" +HEAD is now at 77e9ec0a65 Merge "Handle iso+gpt detections" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:723 time_stop git_timed @@ -18441,28 +18451,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935933013 ++functions-common:time_stop:2428 start_time=1736893847252 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935933013 ]] ++functions-common:time_stop:2430 [[ -z 1736893847252 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935933551 ++functions-common:time_stop:2433 end_time=1736893847796 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=538 ++functions-common:time_stop:2434 elapsed_time=544 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=98993 ++functions-common:time_stop:2435 total=95338 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=99531 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=95882 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/nova @@ -18472,16 +18482,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:git_clone:677 git show --oneline -tput: No value for $TERM and no -T specified +functions-common:git_clone:677 head -1 -c3250d23a7 Merge "[tox] add LOCALE_ARCHIVE to passenv" +tput: No value for $TERM and no -T specified ++functions-common:git_clone:677 git show --oneline +77e9ec0a65 Merge "Handle iso+gpt detections" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:678 cd /opt/stack/devstack tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:965 setup_develop /opt/stack/nova ++lib/nova:install_nova:981 setup_develop /opt/stack/nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:setup_develop:354 local bindep @@ -18604,158 +18614,158 @@ Obtaining file:///opt/stack/nova Getting requirements to build editable: finished with status 'done' Preparing editable metadata (pyproject.toml): started Preparing editable metadata (pyproject.toml): finished with status 'done' -Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.1.0) -Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.0.36) -Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (5.1.1) -Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (0.36.1) -Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.1.4) -Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (10.8.0) -Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (5.3.0) -Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.5.1) -Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==30.1.0.dev168) (44.0.0) -Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (1.8.9) -Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.1.1) -Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.1.0) -Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.10.1) -Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.12.0) -Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (1.14.0) -Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (1.3.0) -Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==30.1.0.dev168) (0.11.0) -Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.5.0) -Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.1.0) -Requirement already satisfied: jsonschema>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (4.19.2) -Requirement already satisfied: python-cinderclient>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (9.6.0) -Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (5.9.1) -Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (11.3.1) -Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (4.7.0) -Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.32.3) -Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (5.4.0) -Collecting websockify>=0.9.0 (from nova==30.1.0.dev168) +Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.1.0) +Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.0.36) +Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.1.1) +Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (0.38.2) +Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.1.4) +Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (10.8.0) +Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.3.0) +Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.5.1) +Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==30.1.0.dev192) (44.0.0) +Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.8.9) +Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.1.1) +Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.1.0) +Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.10.1) +Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.12.0) +Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.14.0) +Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.3.0) +Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==30.1.0.dev192) (0.11.0) +Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.1.0) +Requirement already satisfied: jsonschema>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.23.0) +Requirement already satisfied: python-cinderclient>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (9.6.0) +Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.9.1) +Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (11.3.1) +Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.7.0) +Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.32.3) +Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.4.0) +Collecting websockify>=0.9.0 (from nova==30.1.0.dev192) Downloading websockify-0.12.0-py3-none-any.whl.metadata (13 kB) -Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.9.0) -Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.2.0) -Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (9.7.0) -Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (5.7.0) -Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.2.0) -Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.6.0) -Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.5.0) -Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (5.6.0) -Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.4.0) -Requirement already satisfied: oslo.utils>=7.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (8.0.0) -Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (17.1.0) -Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (7.4.0) -Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (15.0.0) -Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (4.5.0) -Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.5.0) -Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.5.0) -Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.6.0) -Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.0.0) -Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.3.0) -Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.1.0) -Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.5.0) -Requirement already satisfied: os-brick>=6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.9.0) -Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (1.1.0) -Requirement already satisfied: os-traits>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.2.0) -Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (4.0.0) -Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (5.2.0) -Collecting microversion-parse>=0.2.1 (from nova==30.1.0.dev168) +Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.9.0) +Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.2.0) +Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (9.7.0) +Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.7.0) +Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (7.0.0) +Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.6.0) +Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.6.0) +Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.4.0) +Requirement already satisfied: oslo.utils>=7.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (8.0.0) +Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (17.1.0) +Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (7.4.0) +Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (16.0.0) +Requirement already satisfied: oslo.policy>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.5.0) +Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.5.0) +Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.6.0) +Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.0.0) +Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.3.0) +Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.1.0) +Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.5.0) +Requirement already satisfied: os-brick>=6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.9.0) +Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.1.0) +Requirement already satisfied: os-traits>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.2.0) +Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.0.0) +Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (5.2.0) +Collecting microversion-parse>=0.2.1 (from nova==30.1.0.dev192) Downloading microversion_parse-2.0.0-py3-none-any.whl.metadata (5.1 kB) -Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.3.0) -Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (0.2.3) -Requirement already satisfied: retrying>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (1.3.4) -Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (1.7.0) -Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (2.9.0.post0) -Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (3.0.0) -Requirement already satisfied: openstacksdk>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (4.2.0) -Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev168) (6.0.2) -Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==30.1.0.dev168) (1.3.8) -Requirement already satisfied: typing-extensions>=4 in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==30.1.0.dev168) (4.12.2) -Requirement already satisfied: python-barbicanclient>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==30.1.0.dev168) (7.0.0) -Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==30.1.0.dev168) (1.17.1) -Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==30.1.0.dev168) (2.7.0) -Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==30.1.0.dev168) (3.0.2) -Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev168) (24.2.0) -Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev168) (2024.10.1) -Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev168) (0.35.1) -Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev168) (0.22.3) -Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev168) (2.10.1) -Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev168) (4.0.0) -Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev168) (5.5.0) -Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev168) (1.3.3) -Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev168) (1.0.1) -Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev168) (1.33) -Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev168) (4.3.6) -Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev168) (1.4.0) -Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.0->nova==30.1.0.dev168) (5.9.0) -Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.0->nova==30.1.0.dev168) (9.0.0) -Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev168) (3.0.0) -Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev168) (2.9.0) -Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev168) (0.7.12) -Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==30.1.0.dev168) (0.19) -Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==30.1.0.dev168) (2.0.1) -Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==30.1.0.dev168) (0.5.0) -Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev168) (5.3.1) -Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev168) (5.5.0) -Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev168) (5.4.2) -Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev168) (0.10.0) -Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==30.1.0.dev168) (4.0.1) -Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==30.1.0.dev168) (4.0.1) -Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==30.1.0.dev168) (1.1.0) -Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==30.1.0.dev168) (2024.2) -Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==30.1.0.dev168) (1.6.10) -Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.4.0->nova==30.1.0.dev168) (24.2) -Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.4.0->nova==30.1.0.dev168) (3.2.0) -Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==30.1.0.dev168) (1.5.0) -Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==30.1.0.dev168) (75.6.0) -Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==30.1.0.dev168) (0.2.13) -Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->nova==30.1.0.dev168) (1.17.0) -Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev168) (24.3.0) -Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev168) (2.0.1) -Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev168) (1.17.0) -Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev168) (4.8.0) -Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev168) (2.1.0) -Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev168) (3.2.0) -Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev168) (3.4.0) -Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev168) (3.10) -Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev168) (1.26.20) -Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==30.1.0.dev168) (2020.6.20) -Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==30.1.0.dev168) (0.7) -Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==30.1.0.dev168) (0.15.2) -Collecting numpy (from websockify>=0.9.0->nova==30.1.0.dev168) +Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.3.0) +Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (0.2.3) +Requirement already satisfied: retrying>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.3.4) +Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (1.7.0) +Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (2.9.0.post0) +Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (3.0.0) +Requirement already satisfied: openstacksdk>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (4.2.0) +Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==30.1.0.dev192) (6.0.2) +Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==30.1.0.dev192) (1.3.8) +Requirement already satisfied: typing-extensions>=4 in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==30.1.0.dev192) (4.12.2) +Requirement already satisfied: python-barbicanclient>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==30.1.0.dev192) (7.0.0) +Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==30.1.0.dev192) (1.17.1) +Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==30.1.0.dev192) (2.7.0) +Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==30.1.0.dev192) (3.0.2) +Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (24.2.0) +Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (2024.10.1) +Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (0.35.1) +Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=4.0.0->nova==30.1.0.dev192) (0.22.3) +Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (2.10.1) +Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (4.0.0) +Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (5.5.0) +Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.3.3) +Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.0.1) +Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.33) +Requirement already satisfied: platformdirs>=3 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (4.3.6) +Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=4.0.0->nova==30.1.0.dev192) (1.4.0) +Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.0->nova==30.1.0.dev192) (5.9.0) +Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.0->nova==30.1.0.dev192) (9.0.0) +Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev192) (3.0.0) +Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev192) (2.9.0) +Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==30.1.0.dev192) (0.7.12) +Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==30.1.0.dev192) (0.19) +Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==30.1.0.dev192) (2.0.1) +Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==30.1.0.dev192) (0.5.0) +Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.3.1) +Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.5.0) +Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.4.2) +Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==30.1.0.dev192) (0.10.0) +Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==30.1.0.dev192) (4.0.1) +Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==30.1.0.dev192) (4.0.1) +Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==30.1.0.dev192) (1.1.0) +Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==30.1.0.dev192) (2024.2) +Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==30.1.0.dev192) (1.6.10) +Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.4.0->nova==30.1.0.dev192) (24.2) +Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.4.0->nova==30.1.0.dev192) (3.2.0) +Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==30.1.0.dev192) (1.5.0) +Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==30.1.0.dev192) (75.8.0) +Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==30.1.0.dev192) (0.2.13) +Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->nova==30.1.0.dev192) (1.17.0) +Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev192) (24.3.0) +Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev192) (2.0.1) +Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==30.1.0.dev192) (1.17.0) +Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev192) (4.8.0) +Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev192) (2.1.0) +Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==30.1.0.dev192) (3.2.0) +Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev192) (3.4.0) +Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev192) (3.10) +Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==30.1.0.dev192) (1.26.20) +Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==30.1.0.dev192) (2020.6.20) +Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==30.1.0.dev192) (0.7) +Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==30.1.0.dev192) (0.15.2) +Collecting numpy (from websockify>=0.9.0->nova==30.1.0.dev192) Downloading numpy-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) -Collecting jwcrypto (from websockify>=0.9.0->nova==30.1.0.dev168) +Collecting jwcrypto (from websockify>=0.9.0->nova==30.1.0.dev192) Downloading jwcrypto-1.5.6-py3-none-any.whl.metadata (3.1 kB) -Collecting redis (from websockify>=0.9.0->nova==30.1.0.dev168) +Collecting redis (from websockify>=0.9.0->nova==30.1.0.dev192) Downloading redis-5.2.1-py3-none-any.whl.metadata (9.1 kB) -Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==30.1.0.dev168) (5.1.0) -Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==30.1.0.dev168) (2.22) -Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev168) (0.5.2) -Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev168) (2.5.7) -Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=4.0.0->nova==30.1.0.dev168) (3.0.0) -Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==30.1.0.dev168) (0.21.1) -Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev168) (4.1.0) -Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev168) (3.4.1) -Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=4.20.0->nova==30.1.0.dev168) (2024.2) -Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==30.1.0.dev168) (2.7.2) -Collecting async-timeout>=4.0.3 (from redis->websockify>=0.9.0->nova==30.1.0.dev168) +Requirement already satisfied: vine<6.0.0,>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==30.1.0.dev192) (5.1.0) +Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==30.1.0.dev192) (2.22) +Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev192) (0.5.2) +Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev192) (2.5.7) +Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=4.0.0->nova==30.1.0.dev192) (3.0.0) +Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==30.1.0.dev192) (0.21.1) +Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev192) (4.1.0) +Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev192) (3.4.1) +Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=4.20.0->nova==30.1.0.dev192) (2024.2) +Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==30.1.0.dev192) (2.7.2) +Collecting async-timeout>=4.0.3 (from redis->websockify>=0.9.0->nova==30.1.0.dev192) Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) -Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev168) (1.9.0) -Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev168) (2.4.0) +Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==30.1.0.dev192) (1.9.0) +Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==30.1.0.dev192) (2.4.0) Downloading microversion_parse-2.0.0-py3-none-any.whl (19 kB) Downloading websockify-0.12.0-py3-none-any.whl (40 kB) Downloading jwcrypto-1.5.6-py3-none-any.whl (92 kB) Downloading numpy-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/16.4 MB 34.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/16.4 MB 15.2 MB/s eta 0:00:00 Downloading redis-5.2.1-py3-none-any.whl (261 kB) Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) Building wheels for collected packages: nova Building editable for nova (pyproject.toml): started Building editable for nova (pyproject.toml): finished with status 'done' - Created wheel for nova: filename=nova-30.1.0.dev168-0.editable-py3-none-any.whl size=9713 sha256=49c91eba0fa34bcabf34028af22ef7fa18c4c9a36ccbcdac7b6281ae373f9bb9 - Stored in directory: /tmp/pip-ephem-wheel-cache-hxb2a7r3/wheels/d0/09/6c/dab89408e6d0e1973cf91bcf386f7dcf975d77a2d3a5450ea7 + Created wheel for nova: filename=nova-30.1.0.dev192-0.editable-py3-none-any.whl size=9761 sha256=cce6fb79aa238d92ae818b20f789301487d8a405bbeb42b104250bcd093cf2f0 + Stored in directory: /tmp/pip-ephem-wheel-cache-2ncg6kxi/wheels/d0/09/6c/dab89408e6d0e1973cf91bcf386f7dcf975d77a2d3a5450ea7 Successfully built nova Installing collected packages: numpy, microversion-parse, async-timeout, redis, jwcrypto, websockify, nova -Successfully installed async-timeout-5.0.1 jwcrypto-1.5.6 microversion-parse-2.0.0 nova-30.1.0.dev168 numpy-2.2.0 redis-5.2.1 websockify-0.12.0 +Successfully installed async-timeout-5.0.1 jwcrypto-1.5.6 microversion-parse-2.0.0 nova-30.1.0.dev192 numpy-2.2.0 redis-5.2.1 websockify-0.12.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:216 result=0 @@ -18782,28 +18792,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935934340 ++functions-common:time_stop:2428 start_time=1736893848632 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935934340 ]] ++functions-common:time_stop:2430 [[ -z 1736893848632 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935946301 ++functions-common:time_stop:2433 end_time=1736893861394 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=11961 ++functions-common:time_stop:2434 elapsed_time=12762 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=95767 ++functions-common:time_stop:2435 total=96607 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=107728 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=109369 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -18833,7 +18843,7 @@ tput: No value for $TERM and no -T specified +inc/python:use_library_from_git:269 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:install_nova:966 sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion ++lib/nova:install_nova:982 sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/stack:stack_install_service:33 [[ False = True ]] @@ -18855,10 +18865,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++inc/rootwrap:configure_rootwrap:45 echo nova -tput: No value for $TERM and no -T specified ++inc/rootwrap:configure_rootwrap:45 tr a-z A-Z tput: No value for $TERM and no -T specified +++inc/rootwrap:configure_rootwrap:45 echo nova +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/rootwrap:configure_rootwrap:45 project_uc=NOVA tput: No value for $TERM and no -T specified @@ -18905,7 +18915,7 @@ tput: No value for $TERM and no -T specified ++inc/rootwrap:configure_rootwrap:70 mktemp tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:70 tempfile=/tmp/tmp.SU2a6etw0V ++inc/rootwrap:configure_rootwrap:70 tempfile=/tmp/tmp.AwmvLlIxqe tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/rootwrap:configure_rootwrap:72 rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' @@ -18923,13 +18933,13 @@ tput: No value for $TERM and no -T specified +inc/rootwrap:configure_rootwrap:77 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:79 chmod 0440 /tmp/tmp.SU2a6etw0V ++inc/rootwrap:configure_rootwrap:79 chmod 0440 /tmp/tmp.AwmvLlIxqe tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:80 sudo chown root:root /tmp/tmp.SU2a6etw0V ++inc/rootwrap:configure_rootwrap:80 sudo chown root:root /tmp/tmp.AwmvLlIxqe tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/rootwrap:configure_rootwrap:81 sudo mv /tmp/tmp.SU2a6etw0V /etc/sudoers.d/nova-rootwrap ++inc/rootwrap:configure_rootwrap:81 sudo mv /tmp/tmp.AwmvLlIxqe /etc/sudoers.d/nova-rootwrap tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/rootwrap:configure_rootwrap:85 dirname /opt/stack/data/venv/bin/nova-rootwrap @@ -18953,9 +18963,9 @@ tput: No value for $TERM and no -T specified +inc/rootwrap:add_sudo_secure_path:32 [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +inc/rootwrap:add_sudo_secure_path:33 sudo tee /etc/sudoers.d/zz-secure-path -No value for $TERM and no -T specified +inc/rootwrap:add_sudo_secure_path:33 echo 'Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin tput: No value for $TERM and no -T specified @@ -19030,13 +19040,13 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/nova:configure_nova:320 sudo tee /etc/iscsi/initiatorname.iscsi tput: No value for $TERM and no -T specified ++lib/nova:configure_nova:320 iscsi-iname -+lib/nova:configure_nova:320 sudo tee /etc/iscsi/initiatorname.iscsi tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_nova:320 echo InitiatorName=iqn.2016-04.com.open-iscsi:9540de8e7eb5 -InitiatorName=iqn.2016-04.com.open-iscsi:9540de8e7eb5 ++lib/nova:configure_nova:320 echo InitiatorName=iqn.2016-04.com.open-iscsi:48476756243d +InitiatorName=iqn.2016-04.com.open-iscsi:48476756243d tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:configure_nova:322 [[ False == \T\r\u\e ]] @@ -19081,8 +19091,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19108,8 +19118,8 @@ tput: No value for $TERM and no -T specified +lib/nova:create_nova_conf:442 iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19740,7 +19750,7 @@ tput: No value for $TERM and no -T specified +lib/nova:create_nova_conf:509 configure_cinder_access tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:636 iniset /etc/nova/nova.conf cinder os_region_name RegionOne ++lib/nova:configure_cinder_access:640 iniset /etc/nova/nova.conf cinder os_region_name RegionOne tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19753,7 +19763,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:637 iniset /etc/nova/nova.conf cinder auth_type password ++lib/nova:configure_cinder_access:641 iniset /etc/nova/nova.conf cinder auth_type password tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19766,7 +19776,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:638 iniset /etc/nova/nova.conf cinder auth_url http://10.201.9.223/identity ++lib/nova:configure_cinder_access:642 iniset /etc/nova/nova.conf cinder auth_url http://10.201.9.223/identity tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19779,7 +19789,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:645 iniset /etc/nova/nova.conf cinder username nova ++lib/nova:configure_cinder_access:649 iniset /etc/nova/nova.conf cinder username nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19792,7 +19802,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:646 iniset /etc/nova/nova.conf cinder password ****** ++lib/nova:configure_cinder_access:650 iniset /etc/nova/nova.conf cinder password ****** tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19805,7 +19815,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:647 iniset /etc/nova/nova.conf cinder user_domain_name Default ++lib/nova:configure_cinder_access:651 iniset /etc/nova/nova.conf cinder user_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19818,7 +19828,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:648 iniset /etc/nova/nova.conf cinder project_name service ++lib/nova:configure_cinder_access:652 iniset /etc/nova/nova.conf cinder project_name service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19831,7 +19841,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:649 iniset /etc/nova/nova.conf cinder project_domain_name Default ++lib/nova:configure_cinder_access:653 iniset /etc/nova/nova.conf cinder project_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19844,7 +19854,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_cinder_access:650 is_service_enabled tls-proxy ++lib/nova:configure_cinder_access:654 is_service_enabled tls-proxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19860,10 +19870,10 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:512 '[' -n /opt/stack/data/nova ']' ++lib/nova:create_nova_conf:512 is_service_enabled manila +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:513 iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -19873,45 +19883,61 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:is_service_enabled:2077 return 1 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:516 '[' -n /opt/stack/data/nova ']' +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:517 iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:514 iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:518 iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:516 '[' -n /opt/stack/data/nova/instances ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:517 iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:520 '[' -n /opt/stack/data/nova/instances ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:521 iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:519 '[' False '!=' False ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:522 '[' False '!=' False ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:528 is_fedora +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:523 '[' False '!=' False ']' +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:526 '[' False '!=' False ']' +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:532 is_fedora tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:is_fedora:536 [[ -z Ubuntu ]] @@ -19953,7 +19979,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_fedora:548 '[' Ubuntu = Virtuozzo ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:533 setup_logging /etc/nova/nova.conf ++lib/nova:create_nova_conf:537 setup_logging /etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:setup_logging:685 setup_systemd_logging /etc/nova/nova.conf @@ -20052,7 +20078,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:535 iniset /etc/nova/nova.conf upgrade_levels compute auto ++lib/nova:create_nova_conf:539 iniset /etc/nova/nova.conf upgrade_levels compute auto tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20065,7 +20091,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:537 is_service_enabled n-api ++lib/nova:create_nova_conf:541 is_service_enabled n-api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20081,7 +20107,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:538 write_uwsgi_config /etc/nova/nova-api-uwsgi.ini nova.wsgi.osapi_compute:application /compute '' nova-api ++lib/nova:create_nova_conf:542 write_uwsgi_config /etc/nova/nova-api-uwsgi.ini nova.wsgi.osapi_compute:application /compute '' nova-api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:242 local conf=/etc/nova/nova-api-uwsgi.ini @@ -20109,9 +20135,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' -tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:259 sudo tee /etc/tmpfiles.d/uwsgi.conf +tput: No value for $TERM and no -T specified ++lib/apache:write_uwsgi_config:259 echo 'd /var/run/uwsgi 0755 ubuntu root' d /var/run/uwsgi 0755 ubuntu root tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20160,7 +20186,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20289,8 +20315,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specifiedtput: +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20361,12 +20387,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api.socket|uwsgi://uwsgi-uds-nova-api" retry=0 acquire=1 ' +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/nova-api.conf +tput: No value for $TERM and no -T specified ++lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api.socket|uwsgi://uwsgi-uds-nova-api" retry=0 acquire=1 ' ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api.socket|uwsgi://uwsgi-uds-nova-api" retry=0 acquire=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20421,7 +20447,7 @@ tput: No value for $TERM and no -T specified +functions-common:restart_service:2306 sudo /bin/systemctl restart apache2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:541 is_service_enabled n-api-meta ++lib/nova:create_nova_conf:545 is_service_enabled n-api-meta tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20437,7 +20463,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:542 write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini nova.wsgi.metadata:application '' 0.0.0.0:8775 nova-metadata ++lib/nova:create_nova_conf:546 write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini nova.wsgi.metadata:application '' 0.0.0.0:8775 nova-metadata tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:242 local conf=/etc/nova/nova-metadata-uwsgi.ini @@ -20656,8 +20682,8 @@ tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:297 iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi start-time %t tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20682,7 +20708,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:545 is_service_enabled ceilometer ++lib/nova:create_nova_conf:549 is_service_enabled ceilometer tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20698,7 +20724,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:553 iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 ++lib/nova:create_nova_conf:557 iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20711,7 +20737,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:create_nova_conf:554 get_notification_url +++lib/nova:create_nova_conf:558 get_notification_url tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/rpc_backend:get_notification_url:136 local virtual_host= @@ -20736,7 +20762,7 @@ tput: No value for $TERM and no -T specified ++lib/rpc_backend:get_notification_url:138 echo rabbit://stackrabbit:******@10.201.9.223:5672/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:554 iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ ++lib/nova:create_nova_conf:558 iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:******@10.201.9.223:5672/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20749,7 +20775,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:555 iniset /etc/nova/nova.conf notifications notification_format unversioned ++lib/nova:create_nova_conf:559 iniset /etc/nova/nova.conf notifications notification_format unversioned tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20762,7 +20788,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:556 iniset_rpc_backend nova /etc/nova/nova.conf ++lib/nova:create_nova_conf:560 iniset_rpc_backend nova /etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/rpc_backend:iniset_rpc_backend:144 local package=nova @@ -20837,7 +20863,7 @@ tput: No value for $TERM and no -T specified +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:558 iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 ++lib/nova:create_nova_conf:562 iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20850,7 +20876,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:559 iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 ++lib/nova:create_nova_conf:563 iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20863,7 +20889,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:561 iniset /etc/nova/nova.conf conductor workers 2 ++lib/nova:create_nova_conf:565 iniset /etc/nova/nova.conf conductor workers 2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20876,7 +20902,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:563 is_service_enabled tls-proxy ++lib/nova:create_nova_conf:567 is_service_enabled tls-proxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20892,9 +20918,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:568 iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:572 iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20905,26 +20929,28 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:570 '[' True == True ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:571 init_nova_service_user_conf ++lib/nova:create_nova_conf:574 '[' True == True ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:819 iniset /etc/nova/nova.conf service_user send_service_user_token True ++lib/nova:create_nova_conf:575 init_nova_service_user_conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/nova:init_nova_service_user_conf:835 iniset /etc/nova/nova.conf service_user send_service_user_token True tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:820 iniset /etc/nova/nova.conf service_user auth_type password ++lib/nova:init_nova_service_user_conf:836 iniset /etc/nova/nova.conf service_user auth_type password tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20937,7 +20963,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:821 iniset /etc/nova/nova.conf service_user auth_url http://10.201.9.223/identity ++lib/nova:init_nova_service_user_conf:837 iniset /etc/nova/nova.conf service_user auth_url http://10.201.9.223/identity tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20950,7 +20976,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:822 iniset /etc/nova/nova.conf service_user username nova ++lib/nova:init_nova_service_user_conf:838 iniset /etc/nova/nova.conf service_user username nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20963,7 +20989,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:823 iniset /etc/nova/nova.conf service_user password ****** ++lib/nova:init_nova_service_user_conf:839 iniset /etc/nova/nova.conf service_user password ****** tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20976,7 +21002,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:824 iniset /etc/nova/nova.conf service_user user_domain_name Default ++lib/nova:init_nova_service_user_conf:840 iniset /etc/nova/nova.conf service_user user_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -20989,7 +21015,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:825 iniset /etc/nova/nova.conf service_user project_name service ++lib/nova:init_nova_service_user_conf:841 iniset /etc/nova/nova.conf service_user project_name service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21002,7 +21028,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:826 iniset /etc/nova/nova.conf service_user project_domain_name Default ++lib/nova:init_nova_service_user_conf:842 iniset /etc/nova/nova.conf service_user project_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21015,7 +21041,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_service_user_conf:827 iniset /etc/nova/nova.conf service_user auth_strategy keystone ++lib/nova:init_nova_service_user_conf:843 iniset /etc/nova/nova.conf service_user auth_strategy keystone tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21028,7 +21054,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:574 is_service_enabled n-cond ++lib/nova:create_nova_conf:578 is_service_enabled n-cond tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21044,37 +21070,37 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:create_nova_conf:575 seq 1 1 +++lib/nova:create_nova_conf:579 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:575 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:create_nova_conf:579 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:576 local conf ++lib/nova:create_nova_conf:580 local conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:577 local vhost ++lib/nova:create_nova_conf:581 local vhost tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:create_nova_conf:578 conductor_conf 1 +++lib/nova:create_nova_conf:582 conductor_conf 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:831 local cell=1 +++lib/nova:conductor_conf:847 local cell=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:832 echo /etc/nova/nova_cell1.conf +++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:578 conf=/etc/nova/nova_cell1.conf ++lib/nova:create_nova_conf:582 conf=/etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:579 vhost=nova_cell1 ++lib/nova:create_nova_conf:583 vhost=nova_cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:581 rm -f /etc/nova/nova_cell1.conf ++lib/nova:create_nova_conf:585 rm -f /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:create_nova_conf:582 database_connection_url nova_cell1 +++lib/nova:create_nova_conf:586 database_connection_url nova_cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/database:database_connection_url:134 local db=nova_cell1 @@ -21114,7 +21140,7 @@ tput: No value for $TERM and no -T specified ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:582 iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' ++lib/nova:create_nova_conf:586 iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21127,7 +21153,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:583 iniset /etc/nova/nova_cell1.conf conductor workers 2 ++lib/nova:create_nova_conf:587 iniset /etc/nova/nova_cell1.conf conductor workers 2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21140,23 +21166,23 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:584 iniset /etc/nova/nova_cell1.conf DEFAULT debug True ++lib/nova:create_nova_conf:588 iniset /etc/nova/nova_cell1.conf DEFAULT debug True +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:586 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:590 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:589 rpc_backend_add_vhost nova_cell1 +tput: No value for $TERM and no -T specified ++lib/nova:create_nova_conf:593 rpc_backend_add_vhost nova_cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/rpc_backend:rpc_backend_add_vhost:112 local vhost=nova_cell1 @@ -21195,7 +21221,7 @@ tput: No value for $TERM and no -T specified Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:590 iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 ++lib/nova:create_nova_conf:594 iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/rpc_backend:iniset_rpc_backend:144 local package=nova @@ -21270,7 +21296,7 @@ tput: No value for $TERM and no -T specified +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:594 is_service_enabled placement placement-client ++lib/nova:create_nova_conf:598 is_service_enabled placement placement-client tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21286,13 +21312,13 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:595 configure_placement_nova_compute /etc/nova/nova_cell1.conf ++lib/nova:create_nova_conf:599 configure_placement_nova_compute /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:623 local conf=/etc/nova/nova_cell1.conf ++lib/nova:configure_placement_nova_compute:627 local conf=/etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:624 iniset /etc/nova/nova_cell1.conf placement auth_type password ++lib/nova:configure_placement_nova_compute:628 iniset /etc/nova/nova_cell1.conf placement auth_type password tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21305,7 +21331,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:625 iniset /etc/nova/nova_cell1.conf placement auth_url http://10.201.9.223/identity ++lib/nova:configure_placement_nova_compute:629 iniset /etc/nova/nova_cell1.conf placement auth_url http://10.201.9.223/identity tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21318,7 +21344,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:626 iniset /etc/nova/nova_cell1.conf placement username nova ++lib/nova:configure_placement_nova_compute:630 iniset /etc/nova/nova_cell1.conf placement username nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21331,7 +21357,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:627 iniset /etc/nova/nova_cell1.conf placement password ****** ++lib/nova:configure_placement_nova_compute:631 iniset /etc/nova/nova_cell1.conf placement password ****** tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21344,7 +21370,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:628 iniset /etc/nova/nova_cell1.conf placement user_domain_name Default ++lib/nova:configure_placement_nova_compute:632 iniset /etc/nova/nova_cell1.conf placement user_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21357,7 +21383,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:629 iniset /etc/nova/nova_cell1.conf placement project_name service ++lib/nova:configure_placement_nova_compute:633 iniset /etc/nova/nova_cell1.conf placement project_name service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21370,7 +21396,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:630 iniset /etc/nova/nova_cell1.conf placement project_domain_name Default ++lib/nova:configure_placement_nova_compute:634 iniset /etc/nova/nova_cell1.conf placement project_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21383,7 +21409,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:631 iniset /etc/nova/nova_cell1.conf placement region_name RegionOne ++lib/nova:configure_placement_nova_compute:635 iniset /etc/nova/nova_cell1.conf placement region_name RegionOne tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21396,7 +21422,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:599 setup_logging /etc/nova/nova_cell1.conf ++lib/nova:create_nova_conf:603 setup_logging /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:setup_logging:685 setup_systemd_logging /etc/nova/nova_cell1.conf @@ -21446,8 +21472,8 @@ tput: No value for $TERM and no -T specified +functions:setup_systemd_logging:717 iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21495,49 +21521,49 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:606 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] ++lib/nova:create_nova_conf:610 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:create_nova_conf:609 seq 1 1 +++lib/nova:create_nova_conf:613 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:609 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:create_nova_conf:613 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:610 local conf ++lib/nova:create_nova_conf:614 local conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:611 local offset ++lib/nova:create_nova_conf:615 local offset tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:create_nova_conf:612 conductor_conf 1 +++lib/nova:create_nova_conf:616 conductor_conf 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:831 local cell=1 +++lib/nova:conductor_conf:847 local cell=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:832 echo /etc/nova/nova_cell1.conf +++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:612 conf=/etc/nova/nova_cell1.conf ++lib/nova:create_nova_conf:616 conf=/etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:613 offset=0 ++lib/nova:create_nova_conf:617 offset=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_conf:614 configure_console_proxies /etc/nova/nova_cell1.conf 0 ++lib/nova:create_nova_conf:618 configure_console_proxies /etc/nova/nova_cell1.conf 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:721 local conf=/etc/nova/nova_cell1.conf ++lib/nova:configure_console_proxies:737 local conf=/etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:722 local offset=0 ++lib/nova:configure_console_proxies:738 local offset=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:726 offset=0 ++lib/nova:configure_console_proxies:742 offset=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:728 is_service_enabled n-novnc ++lib/nova:configure_console_proxies:744 is_service_enabled n-novnc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21553,7 +21579,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:729 iniset /etc/nova/nova_cell1.conf vnc novncproxy_host 0.0.0.0 ++lib/nova:configure_console_proxies:745 iniset /etc/nova/nova_cell1.conf vnc novncproxy_host 0.0.0.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21566,7 +21592,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:730 iniset /etc/nova/nova_cell1.conf vnc novncproxy_port 6080 ++lib/nova:configure_console_proxies:746 iniset /etc/nova/nova_cell1.conf vnc novncproxy_port 6080 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21579,7 +21605,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:732 is_nova_console_proxy_compute_tls_enabled ++lib/nova:configure_console_proxies:748 is_nova_console_proxy_compute_tls_enabled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:is_nova_console_proxy_compute_tls_enabled:185 [[ False = \T\r\u\e ]] @@ -21588,7 +21614,7 @@ tput: No value for $TERM and no -T specified +lib/nova:is_nova_console_proxy_compute_tls_enabled:186 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:760 is_service_enabled n-spice ++lib/nova:configure_console_proxies:776 is_service_enabled n-spice tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21604,7 +21630,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_proxies:765 is_service_enabled n-sproxy ++lib/nova:configure_console_proxies:781 is_service_enabled n-sproxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -21973,10 +21999,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++inc/python:get_from_global_requirements:243 grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt -tput: No value for $TERM and no -T specified +++inc/python:get_from_global_requirements:243 cut -d# -f1 tput: No value for $TERM and no -T specified ++++inc/python:get_from_global_requirements:243 grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/python:get_from_global_requirements:243 required_pkg='osc-placement ' tput: No value for $TERM and no -T specified @@ -22015,7 +22041,7 @@ Requirement already satisfied: iso8601>=2.0.0 in /opt/stack/data/venv/lib/python Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.32.3) Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.4.0) -Requirement already satisfied: typing-extensions>=4.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (4.12.2) +Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (4.12.2) Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.8.0) Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.5.0) @@ -22075,28 +22101,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935962795 ++functions-common:time_stop:2428 start_time=1736893878628 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935962795 ]] ++functions-common:time_stop:2430 [[ -z 1736893878628 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935964841 ++functions-common:time_stop:2433 end_time=1736893880563 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2046 ++functions-common:time_stop:2434 elapsed_time=1935 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=107728 ++functions-common:time_stop:2435 total=109369 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=109774 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=111304 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -22190,7 +22216,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935965394 ++functions-common:time_start:2412 _TIME_START[$name]=1736893880987 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/placement.git /opt/stack/placement @@ -22219,28 +22245,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935965394 ++functions-common:time_stop:2428 start_time=1736893880987 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935965394 ]] ++functions-common:time_stop:2430 [[ -z 1736893880987 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935969086 ++functions-common:time_stop:2433 end_time=1736893884161 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=3692 ++functions-common:time_stop:2434 elapsed_time=3174 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=99531 ++functions-common:time_stop:2435 total=95882 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=103223 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=99056 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:635 cd /opt/stack/placement @@ -22276,7 +22302,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935969314 ++functions-common:time_start:2412 _TIME_START[$name]=1736893884371 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -22306,28 +22332,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935969314 ++functions-common:time_stop:2428 start_time=1736893884371 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935969314 ]] ++functions-common:time_stop:2430 [[ -z 1736893884371 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935970191 ++functions-common:time_stop:2433 end_time=1736893885200 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=877 ++functions-common:time_stop:2434 elapsed_time=829 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=103223 ++functions-common:time_stop:2435 total=99056 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=104100 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=99885 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -22360,7 +22386,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935970414 ++functions-common:time_start:2412 _TIME_START[$name]=1736893885394 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -22381,7 +22407,7 @@ Or undo this operation with: Turn off this advice by setting config variable advice.detachedHead to false -HEAD is now at 0319bd1c Merge "Update gate jobs as per the 2025.1 cycle testing runtime" +HEAD is now at 6aa4b359 Merge "Adapt tests to new messages from jsonschema 4.23.0" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_timed:723 time_stop git_timed @@ -22405,28 +22431,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935970414 ++functions-common:time_stop:2428 start_time=1736893885394 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935970414 ]] ++functions-common:time_stop:2430 [[ -z 1736893885394 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935970621 ++functions-common:time_stop:2433 end_time=1736893885599 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=207 ++functions-common:time_stop:2434 elapsed_time=205 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=104100 ++functions-common:time_stop:2435 total=99885 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=104307 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=100090 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/placement @@ -22436,10 +22462,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:git_clone:677 head -1 -tput: No value for $TERM and no -T specified +functions-common:git_clone:677 git show --oneline -0319bd1c Merge "Update gate jobs as per the 2025.1 cycle testing runtime" +tput: No value for $TERM and no -T specified ++functions-common:git_clone:677 head -1 +6aa4b359 Merge "Adapt tests to new messages from jsonschema 4.23.0" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:git_clone:678 cd /opt/stack/devstack @@ -22562,76 +22588,76 @@ tput: No value for $TERM and no -T specified Obtaining file:///opt/stack/placement Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (6.1.0) -Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (2.0.36) -Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (10.8.0) -Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (2.5.1) -Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (1.8.9) -Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (4.19.2) -Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (2.32.3) -Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (75.6.0) -Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (6.2.0) -Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (9.7.0) -Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (5.7.0) -Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (6.2.0) -Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (5.6.0) -Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (8.0.0) -Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (17.1.0) -Requirement already satisfied: oslo.policy>=4.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (4.5.0) -Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (6.3.0) -Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (2.4.0) -Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (1.1.0) -Requirement already satisfied: os-traits>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (3.2.0) -Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev17) (2.0.0) -Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev17) (24.2.0) -Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev17) (2024.10.1) -Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev17) (0.35.1) -Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev17) (0.22.3) -Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (2.10.1) -Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (5.9.1) -Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (3.9.0) -Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (6.5.0) -Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (4.0.0) -Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (5.5.0) -Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==12.1.0.dev17) (0.19) -Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev17) (6.0.2) -Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev17) (3.0.0) -Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev17) (1.3.0) -Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev17) (2.0.0) -Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev17) (5.4.0) -Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev17) (1.14.0) -Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev17) (2.0.1) -Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev17) (0.5.0) -Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==12.1.0.dev17) (2.9.0.post0) -Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev17) (3.1.4) -Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev17) (4.0.1) -Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev17) (4.0.1) -Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==12.1.0.dev17) (1.1.0) -Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==12.1.0.dev17) (2024.2) -Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==12.1.0.dev17) (3.12.0) -Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev17) (2.1.0) -Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev17) (24.2) -Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev17) (6.1.0) -Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev17) (3.2.0) -Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev17) (3.4.0) -Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev17) (3.10) -Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev17) (1.26.20) -Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev17) (2020.6.20) -Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==12.1.0.dev17) (1.17.0) -Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==12.1.0.dev17) (0.7) -Requirement already satisfied: typing-extensions>=4.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==12.1.0.dev17) (4.12.2) -Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==12.1.0.dev17) (3.1.1) -Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==12.1.0.dev17) (1.3.8) -Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==12.1.0.dev17) (1.17.0) -Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev17) (3.0.2) -Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (1.7.0) -Requirement already satisfied: dogpile.cache>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (1.3.3) -Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==12.1.0.dev17) (0.2.13) -Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (2024.2) -Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==12.1.0.dev17) (2.7.2) -Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.3.3->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev17) (5.1.1) +Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (6.1.0) +Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.0.36) +Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (10.8.0) +Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.5.1) +Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (1.8.9) +Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (4.23.0) +Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.32.3) +Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (75.8.0) +Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (6.2.0) +Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (9.7.0) +Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (5.7.0) +Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (7.0.0) +Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (5.6.0) +Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (8.0.0) +Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (17.1.0) +Requirement already satisfied: oslo.policy>=4.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (4.5.0) +Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (6.3.0) +Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.4.0) +Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (1.1.0) +Requirement already satisfied: os-traits>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (3.2.0) +Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==12.1.0.dev24) (2.0.0) +Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (24.2.0) +Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (2024.10.1) +Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (0.35.1) +Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==12.1.0.dev24) (0.22.3) +Requirement already satisfied: PyJWT>=2.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (2.10.1) +Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (5.9.1) +Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (3.9.0) +Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (6.5.0) +Requirement already satisfied: pycadf>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (4.0.0) +Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (5.5.0) +Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==12.1.0.dev24) (0.19) +Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (6.0.2) +Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (3.0.0) +Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (1.3.0) +Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (2.0.0) +Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (5.4.0) +Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (1.14.0) +Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (2.0.1) +Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (0.5.0) +Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==12.1.0.dev24) (2.9.0.post0) +Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (3.1.4) +Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (4.0.1) +Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (4.0.1) +Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==12.1.0.dev24) (1.1.0) +Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==12.1.0.dev24) (2024.2) +Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==12.1.0.dev24) (3.12.0) +Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (2.1.0) +Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (24.2) +Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (6.1.0) +Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==12.1.0.dev24) (3.2.0) +Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (3.4.0) +Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (3.10) +Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (1.26.20) +Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==12.1.0.dev24) (2020.6.20) +Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==12.1.0.dev24) (1.17.0) +Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==12.1.0.dev24) (0.7) +Requirement already satisfied: typing-extensions>=4.6.0 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==12.1.0.dev24) (4.12.2) +Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==12.1.0.dev24) (3.1.1) +Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (1.3.8) +Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==12.1.0.dev24) (1.17.0) +Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==12.1.0.dev24) (3.0.2) +Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (1.7.0) +Requirement already satisfied: dogpile.cache>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (1.3.3) +Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==12.1.0.dev24) (0.2.13) +Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf>=1.1.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (2024.2) +Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==12.1.0.dev24) (2.7.2) +Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.3.3->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==12.1.0.dev24) (5.1.1) Installing collected packages: openstack-placement - DEPRECATION: Legacy editable install of openstack-placement==12.1.0.dev17 from file:///opt/stack/placement (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 + DEPRECATION: Legacy editable install of openstack-placement==12.1.0.dev24 from file:///opt/stack/placement (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 Running setup.py develop for openstack-placement Successfully installed openstack-placement tput: No value for $TERM and no -T specified @@ -22660,28 +22686,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935971412 ++functions-common:time_stop:2428 start_time=1736893886311 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935971412 ]] ++functions-common:time_stop:2430 [[ -z 1736893886311 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935974560 ++functions-common:time_stop:2433 end_time=1736893889410 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=3148 ++functions-common:time_stop:2434 elapsed_time=3099 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=109774 ++functions-common:time_stop:2435 total=111304 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=112922 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=114403 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -23010,8 +23036,8 @@ tput: No value for $TERM and no -T specified +functions:setup_systemd_logging:718 iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23161,8 +23187,8 @@ tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:283 iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23329,9 +23355,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/placement-api.conf -tput: No value for $TERM and no -T specified +lib/apache:write_uwsgi_config:307 echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' +tput: No value for $TERM and no -T specified ++lib/apache:write_uwsgi_config:307 sudo tee -a /etc/apache2/sites-available/placement-api.conf ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23453,10 +23479,10 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:994 configure_placement_nova_compute tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:623 local conf=/etc/nova/nova.conf ++lib/nova:configure_placement_nova_compute:627 local conf=/etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:624 iniset /etc/nova/nova.conf placement auth_type password ++lib/nova:configure_placement_nova_compute:628 iniset /etc/nova/nova.conf placement auth_type password tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23469,7 +23495,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:625 iniset /etc/nova/nova.conf placement auth_url http://10.201.9.223/identity ++lib/nova:configure_placement_nova_compute:629 iniset /etc/nova/nova.conf placement auth_url http://10.201.9.223/identity tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23482,7 +23508,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:626 iniset /etc/nova/nova.conf placement username nova ++lib/nova:configure_placement_nova_compute:630 iniset /etc/nova/nova.conf placement username nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23495,7 +23521,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:627 iniset /etc/nova/nova.conf placement password ****** ++lib/nova:configure_placement_nova_compute:631 iniset /etc/nova/nova.conf placement password ****** tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23508,7 +23534,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:628 iniset /etc/nova/nova.conf placement user_domain_name Default ++lib/nova:configure_placement_nova_compute:632 iniset /etc/nova/nova.conf placement user_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23521,7 +23547,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:629 iniset /etc/nova/nova.conf placement project_name service ++lib/nova:configure_placement_nova_compute:633 iniset /etc/nova/nova.conf placement project_name service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23534,7 +23560,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:630 iniset /etc/nova/nova.conf placement project_domain_name Default ++lib/nova:configure_placement_nova_compute:634 iniset /etc/nova/nova.conf placement project_domain_name Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23547,13 +23573,13 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_placement_nova_compute:631 iniset /etc/nova/nova.conf placement region_name RegionOne -tput: No value for $TERM and no -T specified ++lib/nova:configure_placement_nova_compute:635 iniset /etc/nova/nova.conf placement region_name RegionOne tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -23682,7 +23708,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 install_tempest -[3597 Async install_tempest:55377]: running: install_tempest +[3421 Async install_tempest:55272]: running: install_tempest tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++extras.d/80-tempest.sh:source:27 [[ stack == \u\n\s\t\a\c\k ]] @@ -23749,10 +23775,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++inc/python:get_from_global_requirements:243 cut -d# -f1 -tput: No value for $TERM and no -T specified +++inc/python:get_from_global_requirements:243 grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt tput: No value for $TERM and no -T specified ++++inc/python:get_from_global_requirements:243 cut -d# -f1 +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/python:get_from_global_requirements:243 required_pkg='python-openstackclient ' tput: No value for $TERM and no -T specified @@ -23821,7 +23847,7 @@ Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packa Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.9.0) Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.13) Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.17.0) -Requirement already satisfied: typing-extensions>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=0.6.5->openstacksdk>=3.3.0->python-openstackclient) (4.12.2) +Requirement already satisfied: typing-extensions>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=0.6.5->openstacksdk>=3.3.0->python-openstackclient) (4.12.2) Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=3.3.0->python-openstackclient) (3.0.0) Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.3.0) Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) @@ -23829,7 +23855,7 @@ Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (2024.2) Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->osc-lib>=2.3.0->python-openstackclient) (3.2.0) Downloading python_openstackclient-7.2.1-py3-none-any.whl (1.1 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 15.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 12.8 MB/s eta 0:00:00 Installing collected packages: python-openstackclient Successfully installed python-openstackclient-7.2.1 tput: No value for $TERM and no -T specified @@ -23858,28 +23884,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935980366 ++functions-common:time_stop:2428 start_time=1736893895244 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935980366 ]] ++functions-common:time_stop:2430 [[ -z 1736893895244 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935983147 ++functions-common:time_stop:2433 end_time=1736893898274 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2781 ++functions-common:time_stop:2434 elapsed_time=3030 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=112922 ++functions-common:time_stop:2435 total=114403 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=115703 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=117433 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -23891,7 +23917,7 @@ tput: No value for $TERM and no -T specified ++functions-common:install_oscwrap:2471 mktemp tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:install_oscwrap:2471 OSCWRAP_TIMER_FILE=/tmp/tmp.IFpz1KEHmb ++functions-common:install_oscwrap:2471 OSCWRAP_TIMER_FILE=/tmp/tmp.7ucPlGP3go tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:install_oscwrap:2474 shopt -s expand_aliases @@ -23980,11 +24006,11 @@ tput: No value for $TERM and no -T specified ++lib/databases/mysql:configure_database_mysql:93 ipv6_unquote 0.0.0.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:ipv6_unquote:2219 tr -d '[]' -tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:ipv6_unquote:2219 echo 0.0.0.0 tput: No value for $TERM and no -T specified +++functions-common:ipv6_unquote:2219 tr -d '[]' +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/databases/mysql:configure_database_mysql:93 iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 tput: No value for $TERM and no -T specified @@ -24209,8 +24235,8 @@ Processing ./tools/dbcounter Building wheels for collected packages: dbcounter Building wheel for dbcounter (pyproject.toml): started Building wheel for dbcounter (pyproject.toml): finished with status 'done' - Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3227 sha256=5f104fd0ace88902e29b3fed643a54fd1336889d4babc954b01f62ec4dfa5721 - Stored in directory: /tmp/pip-ephem-wheel-cache-9i1csiq1/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 + Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3229 sha256=ac7630ced6d2a08d1e7c9b6284334ad10fec12f994c6d6d8deb7a60b32a80c2f + Stored in directory: /tmp/pip-ephem-wheel-cache-w00pkkom/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 Successfully built dbcounter WARNING: Error parsing dependencies of tox: [Errno 2] No such file or directory: '/opt/stack/data/venv/lib/python3.10/site-packages/tox-4.23.2.dist-info/METADATA' Installing collected packages: dbcounter @@ -24241,28 +24267,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935985703 ++functions-common:time_stop:2428 start_time=1736893901114 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935985703 ]] ++functions-common:time_stop:2430 [[ -z 1736893901114 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935991621 ++functions-common:time_stop:2433 end_time=1736893907297 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=5918 ++functions-common:time_stop:2434 elapsed_time=6183 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=115703 ++functions-common:time_stop:2435 total=117433 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=121621 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=123616 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/python:pip_install:219 return 0 @@ -24405,10 +24431,10 @@ tput: No value for $TERM and no -T specified ++functions-common:save_stackenv:62 date +%F-%H%M%S tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:62 time_stamp=2025-01-03-202634 ++functions-common:save_stackenv:62 time_stamp=2025-01-14-223149 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:63 echo '# 2025-01-03-202634 1081' ++functions-common:save_stackenv:63 echo '# 2025-01-14-223149 1081' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS @@ -24450,7 +24476,7 @@ tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-03-201501 ++functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS @@ -24543,7 +24569,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935994861 ++functions-common:time_start:2412 _TIME_START[$name]=1736893910201 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled dstat @@ -24775,19 +24801,19 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935994861 ++functions-common:time_stop:2428 start_time=1736893910201 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935994861 ]] ++functions-common:time_stop:2430 [[ -z 1736893910201 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935996561 ++functions-common:time_stop:2433 end_time=1736893911748 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1700 ++functions-common:time_stop:2434 elapsed_time=1547 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2435 total=0 @@ -24796,7 +24822,7 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=1700 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=1547 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/dstat:start_dstat:36 run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root @@ -24835,7 +24861,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935996660 ++functions-common:time_start:2412 _TIME_START[$name]=1736893911881 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled memory_tracker @@ -24875,28 +24901,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935996660 ++functions-common:time_stop:2428 start_time=1736893911881 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935996660 ]] ++functions-common:time_stop:2430 [[ -z 1736893911881 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935996780 ++functions-common:time_stop:2433 end_time=1736893912085 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=120 ++functions-common:time_stop:2434 elapsed_time=204 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=1700 ++functions-common:time_stop:2435 total=1547 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=1820 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=1751 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/dstat:start_dstat:40 is_service_enabled peakmem_tracker @@ -24951,7 +24977,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735935996996 ++functions-common:time_start:2412 _TIME_START[$name]=1736893912269 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled file_tracker @@ -24991,28 +25017,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735935996996 ++functions-common:time_stop:2428 start_time=1736893912269 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735935996996 ]] ++functions-common:time_stop:2430 [[ -z 1736893912269 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735935997111 ++functions-common:time_stop:2433 end_time=1736893912402 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=115 ++functions-common:time_stop:2434 elapsed_time=133 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=1820 ++functions-common:time_stop:2435 total=1751 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=1935 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=1884 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1111 is_service_enabled tcpdump @@ -25471,31 +25497,31 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936000812 ++functions-common:time_start:2412 _TIME_START[$name]=1736893916361 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:init_keystone:469 /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync INFO dbcounter [-] Registered counter for database keystone -DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=59591) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=59495) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. -DEBUG dbcounter [-] [59591] Writer thread running {{(pid=59591) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG dbcounter [-] [59495] Writer thread running {{(pid=59495) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. -DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. -DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to 29e87d24a316 {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to 29e87d24a316 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. -DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. -DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 11c3b243b4cb -> 47147121, Add Identity Federation attribute mapping schema version. -DEBUG alembic.runtime.migration [-] update 11c3b243b4cb to 47147121 {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 11c3b243b4cb to 47147121 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. -DEBUG alembic.runtime.migration [-] new branch insert e25ffa003242 {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert e25ffa003242 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. -DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. -DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=59591) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=59495) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:init_keystone:470 time_stop dbsync @@ -25519,19 +25545,19 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=dbsync tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936000812 ++functions-common:time_stop:2428 start_time=1736893916361 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936000812 ]] ++functions-common:time_stop:2430 [[ -z 1736893916361 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936004453 ++functions-common:time_stop:2433 end_time=1736893919900 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=3641 ++functions-common:time_stop:2434 elapsed_time=3539 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2435 total=0 @@ -25540,7 +25566,7 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=3641 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=3539 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:init_keystone:472 [[ fernet == \f\e\r\n\e\t ]] @@ -25550,6 +25576,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:init_keystone:474 /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +++inc/async:async_inner:64 rc=0 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +[55272 Async install_tempest:55272]: finished successfully INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 @@ -25640,7 +25672,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936008244 ++functions-common:time_start:2412 _TIME_START[$name]=1736893923709 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled keystone @@ -25885,18 +25917,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++inc/async:async_inner:64 rc=0 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[55377 Async install_tempest:55377]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:write_uwsgi_user_unit_file:1600 sudo systemctl daemon-reload @@ -25930,28 +25956,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936008244 ++functions-common:time_stop:2428 start_time=1736893923709 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936008244 ]] ++functions-common:time_stop:2430 [[ -z 1736893923709 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936010085 ++functions-common:time_stop:2433 end_time=1736893926061 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1841 ++functions-common:time_stop:2434 elapsed_time=2352 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=1935 ++functions-common:time_stop:2435 total=1884 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=3776 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=4236 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:start_keystone:540 echo 'Waiting for keystone to start...' @@ -25988,7 +26014,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936010181 ++functions-common:time_start:2412 _TIME_START[$name]=1736893926157 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:472 timeout 60 bash -x @@ -26024,19 +26050,19 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=wait_for_service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936010181 ++functions-common:time_stop:2428 start_time=1736893926157 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936010181 ]] ++functions-common:time_stop:2430 [[ -z 1736893926157 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936012277 ++functions-common:time_stop:2433 end_time=1736893928250 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2096 ++functions-common:time_stop:2434 elapsed_time=2093 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2435 total=0 @@ -26045,7 +26071,7 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=2096 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=2093 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:478 return 0 @@ -26080,58 +26106,58 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:bootstrap_keystone:573 /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username ****** --bootstrap-password ****** --bootstrap-project-name ****** --bootstrap-role-name ****** --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.201.9.223/identity -DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60897) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60799) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} INFO dbcounter [-] Registered counter for database keystone -DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=60897) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -DEBUG dbcounter [-] [60897] Writer thread running {{(pid=60897) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created domain default -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created project ****** -WARNING keystone.common.password_hashing [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: ******. -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created user ****** -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created role reader -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created role member -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created implied role where 462b9508aab14b8bbadb681cb2b7dd65 implies 870afcda2cba4b17968b3f1eeb4eecc8 -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created role manager -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created implied role where 03e95191cd6b47ea9cbd234e69a6b58b implies 462b9508aab14b8bbadb681cb2b7dd65 -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created role ****** -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created implied role where ded8686996b046f3969600dc4d1fc74a implies 03e95191cd6b47ea9cbd234e69a6b58b -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created role service -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Granted role ****** on project ****** to user ******. -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Granted role ****** on the system to user ******. -WARNING py.warnings [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. +DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=60799) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +DEBUG dbcounter [-] [60799] Writer thread running {{(pid=60799) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created domain default +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created project ****** +WARNING keystone.common.password_hashing [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: ******. +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created user ****** +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role reader +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role member +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created implied role where 0ad4ed697fe94e3e873b5a93b55dcdc8 implies a8e8bdc8da764b88bac3e8b40ff33799 +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role manager +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created implied role where a937afec2895426db3bde9cf0d4588ea implies 0ad4ed697fe94e3e873b5a93b55dcdc8 +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role ****** +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created implied role where 623c1f83e13e4189b0b592d71c80d8e7 implies a937afec2895426db3bde9cf0d4588ea +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created role service +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Granted role ****** on project ****** to user ******. +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Granted role ****** on the system to user ******. +WARNING py.warnings [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, '  -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created region RegionOne -INFO keystone.cmd.bootstrap [None req-961132f1-182f-46f6-a770-731e7d83a193 None None] Created public endpoint http://10.201.9.223/identity +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created region RegionOne +INFO keystone.cmd.bootstrap [None req-f8e634c8-e445-4650-80f6-504fe77d8bb8 None None] Created public endpoint http://10.201.9.223/identity tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:bootstrap_keystone:581 '[' False == True ']' @@ -26159,7 +26185,7 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:295 ******_project=c09c34465cf64df987fa1f7c646d06a9 ++lib/keystone:create_keystone_accounts:295 ******_project=aa6fef291c0e4913b9afb52e8e1e383b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:296 local ******_user @@ -26181,7 +26207,7 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:297 ******_user=7e706d5cd28c40b9ac95beb3a66a34f7 ++lib/keystone:create_keystone_accounts:297 ******_user=138b1071b456414988a211c10a884d4e tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:299 local ******_role=****** @@ -26193,11 +26219,9 @@ tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:301 local reader_role=reader tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:303 async_run ks-domain-role get_or_add_user_domain_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 default ++lib/keystone:create_keystone_accounts:303 async_run ks-domain-role get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26206,8 +26230,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_domain_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 default -[3597 Async ks-domain-role:61079]: running: get_or_add_user_domain_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 default +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default +[3421 Async ks-domain-role:60982]: running: get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:306 get_or_create_domain Default @@ -26242,8 +26268,8 @@ tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:307 async_run ks-project get_or_create_project service Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26253,7 +26279,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 get_or_create_project service Default -[3597 Async ks-project:61262]: running: get_or_create_project service Default +[3421 Async ks-project:61168]: running: get_or_create_project service Default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:310 async_run ks-service get_or_create_role service @@ -26270,7 +26296,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 get_or_create_role service -[3597 Async ks-service:61416]: running: get_or_create_role service +[3421 Async ks-service:61320]: running: get_or_create_role service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:316 async_run ks-reseller get_or_create_role ResellerAdmin @@ -26287,7 +26313,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 get_or_create_role ResellerAdmin -[3597 Async ks-reseller:61542]: running: get_or_create_role ResellerAdmin +[3421 Async ks-reseller:61442]: running: get_or_create_role ResellerAdmin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:320 local another_role=anotherrole @@ -26296,8 +26322,8 @@ tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:321 async_run ks-anotherrole get_or_create_role anotherrole tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26307,7 +26333,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 get_or_create_role anotherrole -[3597 Async ks-anotherrole:61674]: running: get_or_create_role anotherrole +[3421 Async ks-anotherrole:61576]: running: get_or_create_role anotherrole tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:324 local invis_project @@ -26335,7 +26361,7 @@ tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[61079 Async ks-domain-role:61079]: finished successfully +[61442 Async ks-reseller:61442]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 @@ -26344,34 +26370,34 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 -[61262 Async ks-project:61262]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +[61168 Async ks-project:61168]: finished successfully +[60982 Async ks-domain-role:60982]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[61416 Async ks-service:61416]: finished successfully -[61542 Async ks-reseller:61542]: finished successfully +[61320 Async ks-service:61320]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[61674 Async ks-anotherrole:61674]: finished successfully +[61576 Async ks-anotherrole:61576]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:932 project_id=f0e3bdbd56ce4fe1979e6ae850ae9c0d +++functions-common:get_or_create_project:932 project_id=a0fc8e6dbcf84e3f98358059bea6ea2a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:933 echo f0e3bdbd56ce4fe1979e6ae850ae9c0d +++functions-common:get_or_create_project:933 echo a0fc8e6dbcf84e3f98358059bea6ea2a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:325 invis_project=f0e3bdbd56ce4fe1979e6ae850ae9c0d ++lib/keystone:create_keystone_accounts:325 invis_project=a0fc8e6dbcf84e3f98358059bea6ea2a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:328 local demo_project @@ -26399,13 +26425,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:932 project_id=c1512073f7d24ed9bc5330aa71d83901 +++functions-common:get_or_create_project:932 project_id=060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:933 echo c1512073f7d24ed9bc5330aa71d83901 +++functions-common:get_or_create_project:933 echo 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:329 demo_project=c1512073f7d24ed9bc5330aa71d83901 ++lib/keystone:create_keystone_accounts:329 demo_project=060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:330 local demo_user @@ -26439,13 +26465,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=1cbe0bf8268447838b793e8672f1f561 +++functions-common:get_or_create_user:919 user_id=dbc790593fda4cb9929fdb60c0a3b506 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo 1cbe0bf8268447838b793e8672f1f561 +++functions-common:get_or_create_user:920 echo dbc790593fda4cb9929fdb60c0a3b506 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:332 demo_user=1cbe0bf8268447838b793e8672f1f561 ++lib/keystone:create_keystone_accounts:332 demo_user=dbc790593fda4cb9929fdb60c0a3b506 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:334 async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole @@ -26459,19 +26485,19 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async ks-domain-role:61079]: Waiting for completion of get_or_add_user_domain_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 default running on PID 61079 (6 other jobs running) -[3597 Async ks-domain-role:61079]: Signaling child to exit +[3421 Async ks-domain-role:60982]: Waiting for completion of get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default running on PID 60982 (6 other jobs running) +[3421 Async ks-domain-role:60982]: Signaling child to exit WAKEUP -[3597 Async ks-domain-role:61079]: Signaled +[3421 Async ks-domain-role:60982]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_domain_role:990 local user_role_id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_domain_role:994 openstack --os-cloud devstack-system-****** role add ****** --user 7e706d5cd28c40b9ac95beb3a66a34f7 --domain default ++functions-common:get_or_add_user_domain_role:994 openstack --os-cloud devstack-system-****** role add ****** --user 138b1071b456414988a211c10a884d4e --domain default tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_domain_role:1001 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 7e706d5cd28c40b9ac95beb3a66a34f7 --domain default -c Role -f value +++functions-common:get_or_add_user_domain_role:1001 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 138b1071b456414988a211c10a884d4e --domain default -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26487,17 +26513,17 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_domain_role:1001 user_role_id=ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_user_domain_role:1001 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_domain_role:1003 echo ded8686996b046f3969600dc4d1fc74a -ded8686996b046f3969600dc4d1fc74a -[3597 Async ks-domain-role:61079]: finished get_or_add_user_domain_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 default with result 0 in 3 seconds ++functions-common:get_or_add_user_domain_role:1003 echo 623c1f83e13e4189b0b592d71c80d8e7 +623c1f83e13e4189b0b592d71c80d8e7 +[3421 Async ks-domain-role:60982]: finished get_or_add_user_domain_role ****** 138b1071b456414988a211c10a884d4e default with result 0 in 3 seconds Not waiting for async task ks-domain that we never started or has already been waited for -[3597 Async ks-project:61262]: Waiting for completion of get_or_create_project service Default running on PID 61262 (5 other jobs running) -[3597 Async ks-project:61262]: Signaling child to exit +[3421 Async ks-project:61168]: Waiting for completion of get_or_create_project service Default running on PID 61168 (5 other jobs running) +[3421 Async ks-project:61168]: Signaling child to exit WAKEUP -[3597 Async ks-project:61262]: Signaled +[3421 Async ks-project:61168]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_project:926 local project_id @@ -26519,16 +26545,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_project:932 project_id=de198b0616ea4146afc19fba7d2c9f2f ++functions-common:get_or_create_project:932 project_id=4c2f9fd6a50945829cdaabe9d7940731 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_project:933 echo de198b0616ea4146afc19fba7d2c9f2f -de198b0616ea4146afc19fba7d2c9f2f -[3597 Async ks-project:61262]: finished get_or_create_project service Default with result 0 in 2 seconds -[3597 Async ks-service:61416]: Waiting for completion of get_or_create_role service running on PID 61416 (4 other jobs running) -[3597 Async ks-service:61416]: Signaling child to exit ++functions-common:get_or_create_project:933 echo 4c2f9fd6a50945829cdaabe9d7940731 +4c2f9fd6a50945829cdaabe9d7940731 +[3421 Async ks-project:61168]: finished get_or_create_project service Default with result 0 in 2 seconds +[3421 Async ks-service:61320]: Waiting for completion of get_or_create_role service running on PID 61320 (4 other jobs running) +[3421 Async ks-service:61320]: Signaling child to exit WAKEUP -[3597 Async ks-service:61416]: Signaled +[3421 Async ks-service:61320]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_role:939 local role_id @@ -26550,16 +26576,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_role:944 role_id=91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_create_role:944 role_id=42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_role:945 echo 91a9702db7f74d2c881e52ee17ba37ff -91a9702db7f74d2c881e52ee17ba37ff -[3597 Async ks-service:61416]: finished get_or_create_role service with result 0 in 2 seconds -[3597 Async ks-reseller:61542]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 61542 (3 other jobs running) -[3597 Async ks-reseller:61542]: Signaling child to exit ++functions-common:get_or_create_role:945 echo 42f1bcb09e164325a764c7cadc170c4f +42f1bcb09e164325a764c7cadc170c4f +[3421 Async ks-service:61320]: finished get_or_create_role service with result 0 in 2 seconds +[3421 Async ks-reseller:61442]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 61442 (3 other jobs running) +[3421 Async ks-reseller:61442]: Signaling child to exit WAKEUP -[3597 Async ks-reseller:61542]: Signaled +[3421 Async ks-reseller:61442]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_role:939 local role_id @@ -26581,16 +26607,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_role:944 role_id=4e8890ed9b0647bfada3afbf5e0c7962 ++functions-common:get_or_create_role:944 role_id=46f87937c9094f5d9d5a1050ad0029d6 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_role:945 echo 4e8890ed9b0647bfada3afbf5e0c7962 -4e8890ed9b0647bfada3afbf5e0c7962 -[3597 Async ks-reseller:61542]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds -[3597 Async ks-anotherrole:61674]: Waiting for completion of get_or_create_role anotherrole running on PID 61674 (2 other jobs running) -[3597 Async ks-anotherrole:61674]: Signaling child to exit ++functions-common:get_or_create_role:945 echo 46f87937c9094f5d9d5a1050ad0029d6 +46f87937c9094f5d9d5a1050ad0029d6 +[3421 Async ks-reseller:61442]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds +[3421 Async ks-anotherrole:61576]: Waiting for completion of get_or_create_role anotherrole running on PID 61576 (2 other jobs running) +[3421 Async ks-anotherrole:61576]: Signaling child to exit WAKEUP -[3597 Async ks-anotherrole:61674]: Signaled +[3421 Async ks-anotherrole:61576]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_role:939 local role_id @@ -26612,18 +26638,18 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_role:944 role_id=129911b8c5234859ba0dc83d98f9f1ed ++functions-common:get_or_create_role:944 role_id=c02067e8c52c4627898b10e67e58bd66 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_role:945 echo 129911b8c5234859ba0dc83d98f9f1ed -129911b8c5234859ba0dc83d98f9f1ed -[3597 Async ks-anotherrole:61674]: finished get_or_create_role anotherrole with result 0 in 2 seconds ++functions-common:get_or_create_role:945 echo c02067e8c52c4627898b10e67e58bd66 +c02067e8c52c4627898b10e67e58bd66 +[3421 Async ks-anotherrole:61576]: finished get_or_create_role anotherrole with result 0 in 2 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:336 async_run ks-demo-member get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 ++lib/keystone:create_keystone_accounts:336 async_run ks-demo-member get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26636,11 +26662,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 -[3597 Async ks-demo-member:62692]: running: get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 ++inc/async:async_inner:63 get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +[3421 Async ks-demo-member:62594]: running: get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:338 async_run ks-demo-****** get_or_add_user_project_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 c1512073f7d24ed9bc5330aa71d83901 ++lib/keystone:create_keystone_accounts:338 async_run ks-demo-****** get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26653,11 +26679,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 c1512073f7d24ed9bc5330aa71d83901 -[3597 Async ks-demo-******:62822]: running: get_or_add_user_project_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 c1512073f7d24ed9bc5330aa71d83901 ++inc/async:async_inner:63 get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc +[3421 Async ks-demo-******:62724]: running: get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:339 async_run ks-demo-another get_or_add_user_project_role anotherrole 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 ++lib/keystone:create_keystone_accounts:339 async_run ks-demo-another get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26670,11 +26696,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role anotherrole 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 -[3597 Async ks-demo-another:62952]: running: get_or_add_user_project_role anotherrole 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 ++inc/async:async_inner:63 get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc +[3421 Async ks-demo-another:62854]: running: get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:340 async_run ks-demo-invis get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 f0e3bdbd56ce4fe1979e6ae850ae9c0d ++lib/keystone:create_keystone_accounts:340 async_run ks-demo-invis get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26687,8 +26713,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 f0e3bdbd56ce4fe1979e6ae850ae9c0d -[3597 Async ks-demo-invis:63084]: running: get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 f0e3bdbd56ce4fe1979e6ae850ae9c0d ++inc/async:async_inner:63 get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a +[3421 Async ks-demo-invis:62986]: running: get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:343 local demo_reader @@ -26709,8 +26735,8 @@ tput: No value for $TERM and no -T specified +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create demo_reader --password ****** --domain=default --email=demo_reader@example.com --or-show -f value -c id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26722,16 +26748,16 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=5608f7b5878b4919957ffeedf4b0babb +++functions-common:get_or_create_user:919 user_id=10d7867bc77e4979ba50e65e111da52d tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo 5608f7b5878b4919957ffeedf4b0babb +++functions-common:get_or_create_user:920 echo 10d7867bc77e4979ba50e65e111da52d tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:345 demo_reader=5608f7b5878b4919957ffeedf4b0babb ++lib/keystone:create_keystone_accounts:345 demo_reader=10d7867bc77e4979ba50e65e111da52d tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:347 async_run ks-demo-reader get_or_add_user_project_role reader 5608f7b5878b4919957ffeedf4b0babb c1512073f7d24ed9bc5330aa71d83901 ++lib/keystone:create_keystone_accounts:347 async_run ks-demo-reader get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26744,8 +26770,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role reader 5608f7b5878b4919957ffeedf4b0babb c1512073f7d24ed9bc5330aa71d83901 -[3597 Async ks-demo-reader:63419]: running: get_or_add_user_project_role reader 5608f7b5878b4919957ffeedf4b0babb c1512073f7d24ed9bc5330aa71d83901 ++inc/async:async_inner:63 get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc +[3421 Async ks-demo-reader:63321]: running: get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:350 local alt_demo_project @@ -26773,37 +26799,37 @@ tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[62692 Async ks-demo-member:62692]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[62952 Async ks-demo-another:62952]: finished successfully +[62724 Async ks-demo-******:62724]: finished successfully +[62594 Async ks-demo-member:62594]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[62822 Async ks-demo-******:62822]: finished successfully +[62854 Async ks-demo-another:62854]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[63084 Async ks-demo-invis:63084]: finished successfully +[62986 Async ks-demo-invis:62986]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:932 project_id=c5af415c464b47efb1d226e753a493e2 +++functions-common:get_or_create_project:932 project_id=fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:933 echo c5af415c464b47efb1d226e753a493e2 +++functions-common:get_or_create_project:933 echo fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:351 alt_demo_project=c5af415c464b47efb1d226e753a493e2 ++lib/keystone:create_keystone_accounts:351 alt_demo_project=fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:353 local alt_demo_user @@ -26837,16 +26863,17 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=d2274657f507489f988ed95bc723fbba +++functions-common:get_or_create_user:919 user_id=6e09dd67d2fb4ca1a5786824a22c659e +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:get_or_create_user:920 echo 6e09dd67d2fb4ca1a5786824a22c659e tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo d2274657f507489f988ed95bc723fbba tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:355 alt_demo_user=6e09dd67d2fb4ca1a5786824a22c659e tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:355 alt_demo_user=d2274657f507489f988ed95bc723fbba tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:357 async_run ks-alt-****** get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:357 async_run ks-alt-****** get_or_add_user_project_role ****** d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26858,26 +26885,31 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +[3421 Async ks-alt-******:63817]: running: get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role ****** d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 -[3597 Async ks-alt-******:63915]: running: get_or_add_user_project_role ****** d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:358 async_run ks-alt-another get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:358 async_run ks-alt-another get_or_add_user_project_role anotherrole d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:64 rc=0 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +[63321 Async ks-demo-reader:63321]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role anotherrole d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 -[3597 Async ks-alt-another:64045]: running: get_or_add_user_project_role anotherrole d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 ++inc/async:async_inner:63 get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a +[3421 Async ks-alt-another:63997]: running: get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:361 local alt_demo_member @@ -26908,25 +26940,19 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -[63419 Async ks-demo-reader:63419]: finished successfully -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=042570ad6dfe43babfbb105ce8f5142c +++functions-common:get_or_create_user:919 user_id=8cfc48d0ad344bfb85646b7581d3f060 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo 042570ad6dfe43babfbb105ce8f5142c +++functions-common:get_or_create_user:920 echo 8cfc48d0ad344bfb85646b7581d3f060 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:363 alt_demo_member=042570ad6dfe43babfbb105ce8f5142c ++lib/keystone:create_keystone_accounts:363 alt_demo_member=8cfc48d0ad344bfb85646b7581d3f060 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:364 async_run ks-alt-member-user get_or_add_user_project_role member 042570ad6dfe43babfbb105ce8f5142c c5af415c464b47efb1d226e753a493e2 ++lib/keystone:create_keystone_accounts:364 async_run ks-alt-member-user get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26939,8 +26965,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role member 042570ad6dfe43babfbb105ce8f5142c c5af415c464b47efb1d226e753a493e2 -[3597 Async ks-alt-member-user:64326]: running: get_or_add_user_project_role member 042570ad6dfe43babfbb105ce8f5142c c5af415c464b47efb1d226e753a493e2 ++inc/async:async_inner:63 get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a +[3421 Async ks-alt-member-user:64231]: running: get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:367 local alt_demo_reader @@ -26974,16 +27000,18 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=41653c5e816c45ab9030d2194fd39554 +++functions-common:get_or_create_user:919 user_id=dd4f65f308454e59867348d8b9eef896 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +++functions-common:get_or_create_user:920 echo dd4f65f308454e59867348d8b9eef896 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo 41653c5e816c45ab9030d2194fd39554 ++lib/keystone:create_keystone_accounts:369 alt_demo_reader=dd4f65f308454e59867348d8b9eef896 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:369 alt_demo_reader=41653c5e816c45ab9030d2194fd39554 ++lib/keystone:create_keystone_accounts:370 async_run ks-alt-reader-user get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:370 async_run ks-alt-reader-user get_or_add_user_project_role reader 41653c5e816c45ab9030d2194fd39554 c5af415c464b47efb1d226e753a493e2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -26994,10 +27022,13 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_project_role reader 41653c5e816c45ab9030d2194fd39554 c5af415c464b47efb1d226e753a493e2 -[3597 Async ks-alt-reader-user:64565]: running: get_or_add_user_project_role reader 41653c5e816c45ab9030d2194fd39554 c5af415c464b47efb1d226e753a493e2 ++inc/async:async_inner:64 rc=0 +tput: No value for $TERM and no -T specified +[3421 Async ks-alt-reader-user:64467]: running: get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:377 get_or_create_user system_member ****** default system_member@example.com @@ -27007,15 +27038,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:get_or_create_user:904 [[ ! -z system_member@example.com ]] +[63817 Async ks-alt-******:63817]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:get_or_create_user:905 local email=--email=system_member@example.com tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create system_member --password ****** --domain=default --email=system_member@example.com --or-show -f value -c id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27024,8 +27052,6 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[63915 Async ks-alt-******:63915]: finished successfully -tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27034,22 +27060,22 @@ tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[64045 Async ks-alt-another:64045]: finished successfully +[63997 Async ks-alt-another:63997]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=2626dfc385904e4e9f5066658b96c337 +++functions-common:get_or_create_user:919 user_id=d9cd5daaf7ef43098daf697c341ef253 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo 2626dfc385904e4e9f5066658b96c337 +++functions-common:get_or_create_user:920 echo d9cd5daaf7ef43098daf697c341ef253 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:377 system_member_user=2626dfc385904e4e9f5066658b96c337 ++lib/keystone:create_keystone_accounts:377 system_member_user=d9cd5daaf7ef43098daf697c341ef253 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:378 async_run ks-system-member get_or_add_user_system_role member 2626dfc385904e4e9f5066658b96c337 all ++lib/keystone:create_keystone_accounts:378 async_run ks-system-member get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27062,8 +27088,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_system_role member 2626dfc385904e4e9f5066658b96c337 all -[3597 Async ks-system-member:64895]: running: get_or_add_user_system_role member 2626dfc385904e4e9f5066658b96c337 all ++inc/async:async_inner:63 get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all +[3421 Async ks-system-member:64798]: running: get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:381 get_or_create_user system_reader ****** default system_reader@example.com @@ -27094,22 +27120,22 @@ tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[64326 Async ks-alt-member-user:64326]: finished successfully +[64231 Async ks-alt-member-user:64231]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=ab2ecff0c93a4f00bf706663e7453ac1 +++functions-common:get_or_create_user:919 user_id=c183c5c5bc5b46799d88a7c61a7a7640 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo ab2ecff0c93a4f00bf706663e7453ac1 +++functions-common:get_or_create_user:920 echo c183c5c5bc5b46799d88a7c61a7a7640 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:381 system_reader_user=ab2ecff0c93a4f00bf706663e7453ac1 ++lib/keystone:create_keystone_accounts:381 system_reader_user=c183c5c5bc5b46799d88a7c61a7a7640 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:382 async_run ks-system-reader get_or_add_user_system_role reader ab2ecff0c93a4f00bf706663e7453ac1 all ++lib/keystone:create_keystone_accounts:382 async_run ks-system-reader get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27122,8 +27148,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_user_system_role reader ab2ecff0c93a4f00bf706663e7453ac1 all -[3597 Async ks-system-reader:65201]: running: get_or_add_user_system_role reader ab2ecff0c93a4f00bf706663e7453ac1 all ++inc/async:async_inner:63 get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all +[3421 Async ks-system-reader:65103]: running: get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:385 local ******_group @@ -27154,19 +27180,19 @@ tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[64565 Async ks-alt-reader-user:64565]: finished successfully +[64467 Async ks-alt-reader-user:64467]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_group:896 group_id=61a603784a2b4c20bcfd6910d127b48c +++functions-common:get_or_create_group:896 group_id=48964bdaa9fa47a4a01b4b160d466239 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_group:897 echo 61a603784a2b4c20bcfd6910d127b48c +++functions-common:get_or_create_group:897 echo 48964bdaa9fa47a4a01b4b160d466239 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:387 ******_group=61a603784a2b4c20bcfd6910d127b48c ++lib/keystone:create_keystone_accounts:387 ******_group=48964bdaa9fa47a4a01b4b160d466239 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_keystone_accounts:388 local non_******_group @@ -27197,23 +27223,21 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:get_or_create_group:896 group_id=7755a2416f98427dbc55cb3d30442c1d tput: No value for $TERM and no -T specified -++functions-common:get_or_create_group:896 group_id=4c05267816954a57b7de201a1282f501 tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 +++functions-common:get_or_create_group:897 echo 7755a2416f98427dbc55cb3d30442c1d tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:390 non_******_group=7755a2416f98427dbc55cb3d30442c1d tput: No value for $TERM and no -T specified -++functions-common:get_or_create_group:897 echo 4c05267816954a57b7de201a1282f501 tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:392 async_run ks-group-memberdemo get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:390 non_******_group=4c05267816954a57b7de201a1282f501 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:392 async_run ks-group-memberdemo get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 tput: No value for $TERM and no -T specified -[64895 Async ks-system-member:64895]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27221,15 +27245,15 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc +[3421 Async ks-group-memberdemo:65514]: running: get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:393 async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 -[3597 Async ks-group-memberdemo:65662]: running: get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:393 async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27238,16 +27262,17 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified +[3421 Async ks-group-anotherdemo:65641]: running: get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:394 async_run ks-group-memberalt get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 -[3597 Async ks-group-anotherdemo:65759]: running: get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:394 async_run ks-group-memberalt get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 tput: No value for $TERM and no -T specified ++inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27255,15 +27280,18 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified +[64798 Async ks-system-member:64798]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +[3421 Async ks-group-memberalt:65792]: running: get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 -[3597 Async ks-group-memberalt:65886]: running: get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 ++lib/keystone:create_keystone_accounts:395 async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:395 async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27274,30 +27302,32 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a +[3421 Async ks-group-anotheralt:65893]: running: get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 -[3597 Async ks-group-anotheralt:65991]: running: get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 ++lib/keystone:create_keystone_accounts:396 async_run ks-group-****** get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:396 async_run ks-group-****** get_or_add_group_project_role ****** 61a603784a2b4c20bcfd6910d127b48c c09c34465cf64df987fa1f7c646d06a9 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:63 get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b +[3421 Async ks-group-******:66020]: running: get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/keystone:create_keystone_accounts:398 async_wait ks-demo-member ks-demo-****** ks-demo-another ks-demo-invis ks-demo-reader tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:63 get_or_add_group_project_role ****** 61a603784a2b4c20bcfd6910d127b48c c09c34465cf64df987fa1f7c646d06a9 -[3597 Async ks-group-******:66088]: running: get_or_add_group_project_role ****** 61a603784a2b4c20bcfd6910d127b48c c09c34465cf64df987fa1f7c646d06a9 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/keystone:create_keystone_accounts:398 async_wait ks-demo-member ks-demo-****** ks-demo-another ks-demo-invis ks-demo-reader tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27306,15 +27336,14 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async ks-demo-member:62692]: Waiting for completion of get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 running on PID 62692 (17 other jobs running) -[3597 Async ks-demo-member:62692]: Signaling child to exit +[3421 Async ks-demo-member:62594]: Waiting for completion of get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc running on PID 62594 (17 other jobs running) +[65103 Async ks-system-reader:65103]: finished successfully +[3421 Async ks-demo-member:62594]: Signaling child to exit WAKEUP -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 -[3597 Async ks-demo-member:62692]: Signaled +[3421 Async ks-demo-member:62594]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27344,10 +27373,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user 1cbe0bf8268447838b793e8672f1f561 --project c1512073f7d24ed9bc5330aa71d83901 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user 1cbe0bf8268447838b793e8672f1f561 --project c1512073f7d24ed9bc5330aa71d83901 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27363,19 +27392,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=462b9508aab14b8bbadb681cb2b7dd65 -tput: No value for $TERM and no -T specified ++functions-common:get_or_add_user_project_role:983 user_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 462b9508aab14b8bbadb681cb2b7dd65 -462b9508aab14b8bbadb681cb2b7dd65 tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -[3597 Async ks-demo-member:62692]: finished get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 with result 0 in 3 seconds -[65201 Async ks-system-reader:65201]: finished successfully -[3597 Async ks-demo-******:62822]: Waiting for completion of get_or_add_user_project_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 c1512073f7d24ed9bc5330aa71d83901 running on PID 62822 (16 other jobs running) -[3597 Async ks-demo-******:62822]: Signaling child to exit ++functions-common:get_or_add_user_project_role:984 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +0ad4ed697fe94e3e873b5a93b55dcdc8 +[3421 Async ks-demo-member:62594]: finished get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc with result 0 in 4 seconds +[3421 Async ks-demo-******:62724]: Waiting for completion of get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc running on PID 62724 (16 other jobs running) +[3421 Async ks-demo-******:62724]: Signaling child to exit WAKEUP -[3597 Async ks-demo-******:62822]: Signaled +[3421 Async ks-demo-******:62724]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27405,10 +27431,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user 7e706d5cd28c40b9ac95beb3a66a34f7 --project c1512073f7d24ed9bc5330aa71d83901 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user 138b1071b456414988a211c10a884d4e --project 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 7e706d5cd28c40b9ac95beb3a66a34f7 --project c1512073f7d24ed9bc5330aa71d83901 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 138b1071b456414988a211c10a884d4e --project 060891d56d86497f8e505edca31d59fc -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27424,16 +27450,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo ded8686996b046f3969600dc4d1fc74a -ded8686996b046f3969600dc4d1fc74a -[3597 Async ks-demo-******:62822]: finished get_or_add_user_project_role ****** 7e706d5cd28c40b9ac95beb3a66a34f7 c1512073f7d24ed9bc5330aa71d83901 with result 0 in 4 seconds -[3597 Async ks-demo-another:62952]: Waiting for completion of get_or_add_user_project_role anotherrole 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 running on PID 62952 (15 other jobs running) -[3597 Async ks-demo-another:62952]: Signaling child to exit ++functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +623c1f83e13e4189b0b592d71c80d8e7 +[3421 Async ks-demo-******:62724]: finished get_or_add_user_project_role ****** 138b1071b456414988a211c10a884d4e 060891d56d86497f8e505edca31d59fc with result 0 in 4 seconds +[3421 Async ks-demo-another:62854]: Waiting for completion of get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc running on PID 62854 (15 other jobs running) +[3421 Async ks-demo-another:62854]: Signaling child to exit WAKEUP -[3597 Async ks-demo-another:62952]: Signaled +[3421 Async ks-demo-another:62854]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27463,10 +27489,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add anotherrole --user 1cbe0bf8268447838b793e8672f1f561 --project c1512073f7d24ed9bc5330aa71d83901 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add anotherrole --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --user 1cbe0bf8268447838b793e8672f1f561 --project c1512073f7d24ed9bc5330aa71d83901 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --user dbc790593fda4cb9929fdb60c0a3b506 --project 060891d56d86497f8e505edca31d59fc -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27482,16 +27508,22 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=129911b8c5234859ba0dc83d98f9f1ed ++functions-common:get_or_add_user_project_role:983 user_role_id=c02067e8c52c4627898b10e67e58bd66 +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:get_or_add_user_project_role:984 echo c02067e8c52c4627898b10e67e58bd66 +c02067e8c52c4627898b10e67e58bd66 tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 129911b8c5234859ba0dc83d98f9f1ed -129911b8c5234859ba0dc83d98f9f1ed -[3597 Async ks-demo-another:62952]: finished get_or_add_user_project_role anotherrole 1cbe0bf8268447838b793e8672f1f561 c1512073f7d24ed9bc5330aa71d83901 with result 0 in 4 seconds -[3597 Async ks-demo-invis:63084]: Waiting for completion of get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 f0e3bdbd56ce4fe1979e6ae850ae9c0d running on PID 63084 (14 other jobs running) -[3597 Async ks-demo-invis:63084]: Signaling child to exit +tput: No value for $TERM and no -T specified ++inc/async:async_inner:64 rc=0 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +[3421 Async ks-demo-another:62854]: finished get_or_add_user_project_role anotherrole dbc790593fda4cb9929fdb60c0a3b506 060891d56d86497f8e505edca31d59fc with result 0 in 4 seconds +[65514 Async ks-group-memberdemo:65514]: finished successfully +[3421 Async ks-demo-invis:62986]: Waiting for completion of get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a running on PID 62986 (14 other jobs running) +[3421 Async ks-demo-invis:62986]: Signaling child to exit WAKEUP -[3597 Async ks-demo-invis:63084]: Signaled +[3421 Async ks-demo-invis:62986]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27521,10 +27553,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user 1cbe0bf8268447838b793e8672f1f561 --project f0e3bdbd56ce4fe1979e6ae850ae9c0d ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user dbc790593fda4cb9929fdb60c0a3b506 --project a0fc8e6dbcf84e3f98358059bea6ea2a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user 1cbe0bf8268447838b793e8672f1f561 --project f0e3bdbd56ce4fe1979e6ae850ae9c0d -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user dbc790593fda4cb9929fdb60c0a3b506 --project a0fc8e6dbcf84e3f98358059bea6ea2a -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27540,16 +27572,22 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=462b9508aab14b8bbadb681cb2b7dd65 ++functions-common:get_or_add_user_project_role:983 user_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 462b9508aab14b8bbadb681cb2b7dd65 -462b9508aab14b8bbadb681cb2b7dd65 -[3597 Async ks-demo-invis:63084]: finished get_or_add_user_project_role member 1cbe0bf8268447838b793e8672f1f561 f0e3bdbd56ce4fe1979e6ae850ae9c0d with result 0 in 4 seconds -[3597 Async ks-demo-reader:63419]: Waiting for completion of get_or_add_user_project_role reader 5608f7b5878b4919957ffeedf4b0babb c1512073f7d24ed9bc5330aa71d83901 running on PID 63419 (13 other jobs running) -[3597 Async ks-demo-reader:63419]: Signaling child to exit ++functions-common:get_or_add_user_project_role:984 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +0ad4ed697fe94e3e873b5a93b55dcdc8 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++inc/async:async_inner:64 rc=0 +tput: No value for $TERM and no -T specified +[3421 Async ks-demo-invis:62986]: finished get_or_add_user_project_role member dbc790593fda4cb9929fdb60c0a3b506 a0fc8e6dbcf84e3f98358059bea6ea2a with result 0 in 4 seconds +tput: No value for $TERM and no -T specified +[65641 Async ks-group-anotherdemo:65641]: finished successfully +[3421 Async ks-demo-reader:63321]: Waiting for completion of get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc running on PID 63321 (13 other jobs running) +[3421 Async ks-demo-reader:63321]: Signaling child to exit WAKEUP -[3597 Async ks-demo-reader:63419]: Signaled +[3421 Async ks-demo-reader:63321]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27579,10 +27617,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add reader --user 5608f7b5878b4919957ffeedf4b0babb --project c1512073f7d24ed9bc5330aa71d83901 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add reader --user 10d7867bc77e4979ba50e65e111da52d --project 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user 5608f7b5878b4919957ffeedf4b0babb --project c1512073f7d24ed9bc5330aa71d83901 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user 10d7867bc77e4979ba50e65e111da52d --project 060891d56d86497f8e505edca31d59fc -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27598,12 +27636,12 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=870afcda2cba4b17968b3f1eeb4eecc8 ++functions-common:get_or_add_user_project_role:983 user_role_id=a8e8bdc8da764b88bac3e8b40ff33799 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 870afcda2cba4b17968b3f1eeb4eecc8 -870afcda2cba4b17968b3f1eeb4eecc8 -[3597 Async ks-demo-reader:63419]: finished get_or_add_user_project_role reader 5608f7b5878b4919957ffeedf4b0babb c1512073f7d24ed9bc5330aa71d83901 with result 0 in 3 seconds ++functions-common:get_or_add_user_project_role:984 echo a8e8bdc8da764b88bac3e8b40ff33799 +a8e8bdc8da764b88bac3e8b40ff33799 +[3421 Async ks-demo-reader:63321]: finished get_or_add_user_project_role reader 10d7867bc77e4979ba50e65e111da52d 060891d56d86497f8e505edca31d59fc with result 0 in 3 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -27613,11 +27651,6 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27625,17 +27658,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[65662 Async ks-group-memberdemo:65662]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 -[3597 Async ks-alt-******:63915]: Waiting for completion of get_or_add_user_project_role ****** d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 running on PID 63915 (12 other jobs running) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async ks-alt-******:63915]: Signaling child to exit +[3421 Async ks-alt-******:63817]: Waiting for completion of get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a running on PID 63817 (12 other jobs running) +[65792 Async ks-group-memberalt:65792]: finished successfully +[3421 Async ks-alt-******:63817]: Signaling child to exit WAKEUP -[65759 Async ks-group-anotherdemo:65759]: finished successfully -[3597 Async ks-alt-******:63915]: Signaled +[3421 Async ks-alt-******:63817]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27665,10 +27697,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user d2274657f507489f988ed95bc723fbba --project c5af415c464b47efb1d226e753a493e2 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add ****** --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user d2274657f507489f988ed95bc723fbba --project c5af415c464b47efb1d226e753a493e2 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27684,20 +27716,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo ded8686996b046f3969600dc4d1fc74a -ded8686996b046f3969600dc4d1fc74a -[3597 Async ks-alt-******:63915]: finished get_or_add_user_project_role ****** d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 with result 0 in 3 seconds -[3597 Async ks-alt-another:64045]: Waiting for completion of get_or_add_user_project_role anotherrole d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 running on PID 64045 (11 other jobs running) -[3597 Async ks-alt-another:64045]: Signaling child to exit ++functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +623c1f83e13e4189b0b592d71c80d8e7 +[3421 Async ks-alt-******:63817]: finished get_or_add_user_project_role ****** 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +[3421 Async ks-alt-another:63997]: Waiting for completion of get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a running on PID 63997 (11 other jobs running) +[3421 Async ks-alt-another:63997]: Signaling child to exit WAKEUP -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 -[3597 Async ks-alt-another:64045]: Signaled -tput: No value for $TERM and no -T specified +[3421 Async ks-alt-another:63997]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27727,10 +27755,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add anotherrole --user d2274657f507489f988ed95bc723fbba --project c5af415c464b47efb1d226e753a493e2 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add anotherrole --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --user d2274657f507489f988ed95bc723fbba --project c5af415c464b47efb1d226e753a493e2 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --user 6e09dd67d2fb4ca1a5786824a22c659e --project fa76200934ef44eca821409698e0be6a -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27746,18 +27774,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=129911b8c5234859ba0dc83d98f9f1ed ++functions-common:get_or_add_user_project_role:983 user_role_id=c02067e8c52c4627898b10e67e58bd66 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 129911b8c5234859ba0dc83d98f9f1ed -129911b8c5234859ba0dc83d98f9f1ed -tput: No value for $TERM and no -T specified -[65886 Async ks-group-memberalt:65886]: finished successfully -[3597 Async ks-alt-another:64045]: finished get_or_add_user_project_role anotherrole d2274657f507489f988ed95bc723fbba c5af415c464b47efb1d226e753a493e2 with result 0 in 3 seconds -[3597 Async ks-alt-member-user:64326]: Waiting for completion of get_or_add_user_project_role member 042570ad6dfe43babfbb105ce8f5142c c5af415c464b47efb1d226e753a493e2 running on PID 64326 (10 other jobs running) -[3597 Async ks-alt-member-user:64326]: Signaling child to exit ++functions-common:get_or_add_user_project_role:984 echo c02067e8c52c4627898b10e67e58bd66 +c02067e8c52c4627898b10e67e58bd66 +[3421 Async ks-alt-another:63997]: finished get_or_add_user_project_role anotherrole 6e09dd67d2fb4ca1a5786824a22c659e fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +[3421 Async ks-alt-member-user:64231]: Waiting for completion of get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a running on PID 64231 (10 other jobs running) +[3421 Async ks-alt-member-user:64231]: Signaling child to exit WAKEUP -[3597 Async ks-alt-member-user:64326]: Signaled +[3421 Async ks-alt-member-user:64231]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27787,10 +27813,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user 042570ad6dfe43babfbb105ce8f5142c --project c5af415c464b47efb1d226e753a493e2 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add member --user 8cfc48d0ad344bfb85646b7581d3f060 --project fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user 042570ad6dfe43babfbb105ce8f5142c --project c5af415c464b47efb1d226e753a493e2 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user 8cfc48d0ad344bfb85646b7581d3f060 --project fa76200934ef44eca821409698e0be6a -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27806,16 +27832,16 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=462b9508aab14b8bbadb681cb2b7dd65 ++functions-common:get_or_add_user_project_role:983 user_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 462b9508aab14b8bbadb681cb2b7dd65 -462b9508aab14b8bbadb681cb2b7dd65 -[3597 Async ks-alt-member-user:64326]: finished get_or_add_user_project_role member 042570ad6dfe43babfbb105ce8f5142c c5af415c464b47efb1d226e753a493e2 with result 0 in 3 seconds -[3597 Async ks-alt-reader-user:64565]: Waiting for completion of get_or_add_user_project_role reader 41653c5e816c45ab9030d2194fd39554 c5af415c464b47efb1d226e753a493e2 running on PID 64565 (9 other jobs running) -[3597 Async ks-alt-reader-user:64565]: Signaling child to exit ++functions-common:get_or_add_user_project_role:984 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +0ad4ed697fe94e3e873b5a93b55dcdc8 +[3421 Async ks-alt-member-user:64231]: finished get_or_add_user_project_role member 8cfc48d0ad344bfb85646b7581d3f060 fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +[3421 Async ks-alt-reader-user:64467]: Waiting for completion of get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a running on PID 64467 (9 other jobs running) +[3421 Async ks-alt-reader-user:64467]: Signaling child to exit WAKEUP -[3597 Async ks-alt-reader-user:64565]: Signaled +[3421 Async ks-alt-reader-user:64467]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:967 local user_role_id @@ -27845,10 +27871,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_project_role:970 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add reader --user 41653c5e816c45ab9030d2194fd39554 --project c5af415c464b47efb1d226e753a493e2 ++functions-common:get_or_add_user_project_role:974 openstack --os-cloud devstack-system-****** role add reader --user dd4f65f308454e59867348d8b9eef896 --project fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user 41653c5e816c45ab9030d2194fd39554 --project c5af415c464b47efb1d226e753a493e2 -c Role -f value +++functions-common:get_or_add_user_project_role:983 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user dd4f65f308454e59867348d8b9eef896 --project fa76200934ef44eca821409698e0be6a -c Role -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27864,12 +27890,12 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=870afcda2cba4b17968b3f1eeb4eecc8 ++functions-common:get_or_add_user_project_role:983 user_role_id=a8e8bdc8da764b88bac3e8b40ff33799 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 870afcda2cba4b17968b3f1eeb4eecc8 -870afcda2cba4b17968b3f1eeb4eecc8 -[3597 Async ks-alt-reader-user:64565]: finished get_or_add_user_project_role reader 41653c5e816c45ab9030d2194fd39554 c5af415c464b47efb1d226e753a493e2 with result 0 in 3 seconds ++functions-common:get_or_add_user_project_role:984 echo a8e8bdc8da764b88bac3e8b40ff33799 +a8e8bdc8da764b88bac3e8b40ff33799 +[3421 Async ks-alt-reader-user:64467]: finished get_or_add_user_project_role reader dd4f65f308454e59867348d8b9eef896 fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -27886,10 +27912,15 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async ks-system-member:64895]: Waiting for completion of get_or_add_user_system_role member 2626dfc385904e4e9f5066658b96c337 all running on PID 64895 (8 other jobs running) -[3597 Async ks-system-member:64895]: Signaling child to exit +[3421 Async ks-system-member:64798]: Waiting for completion of get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all running on PID 64798 (8 other jobs running) +[3421 Async ks-system-member:64798]: Signaling child to exit WAKEUP -[3597 Async ks-system-member:64895]: Signaled +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++inc/async:async_inner:64 rc=0 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +[3421 Async ks-system-member:64798]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_system_role:1009 local user_role_id @@ -27919,7 +27950,7 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_system_role:1012 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_system_role:1020 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user 2626dfc385904e4e9f5066658b96c337 --system all -f value -c Role +++functions-common:get_or_add_user_system_role:1020 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user d9cd5daaf7ef43098daf697c341ef253 --system all -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27941,10 +27972,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_system_role:1021 [[ -z '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_system_role:1023 openstack --os-cloud devstack-system-****** role add member --user 2626dfc385904e4e9f5066658b96c337 --system all ++functions-common:get_or_add_user_system_role:1023 openstack --os-cloud devstack-system-****** role add member --user d9cd5daaf7ef43098daf697c341ef253 --system all tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_system_role:1032 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user 2626dfc385904e4e9f5066658b96c337 --system all -f value -c Role +++functions-common:get_or_add_user_system_role:1032 oscwrap --os-cloud devstack-system-****** role assignment list --role member --user d9cd5daaf7ef43098daf697c341ef253 --system all -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -27965,11 +27996,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_system_role:1034 echo -[3597 Async ks-system-member:64895]: finished get_or_add_user_system_role member 2626dfc385904e4e9f5066658b96c337 all with result 0 in 4 seconds -[3597 Async ks-system-reader:65201]: Waiting for completion of get_or_add_user_system_role reader ab2ecff0c93a4f00bf706663e7453ac1 all running on PID 65201 (7 other jobs running) -[3597 Async ks-system-reader:65201]: Signaling child to exit +[65893 Async ks-group-anotheralt:65893]: finished successfully +[3421 Async ks-system-member:64798]: finished get_or_add_user_system_role member d9cd5daaf7ef43098daf697c341ef253 all with result 0 in 4 seconds +[3421 Async ks-system-reader:65103]: Waiting for completion of get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all running on PID 65103 (7 other jobs running) +[3421 Async ks-system-reader:65103]: Signaling child to exit WAKEUP -[3597 Async ks-system-reader:65201]: Signaled +[3421 Async ks-system-reader:65103]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_system_role:1009 local user_role_id @@ -27999,7 +28031,7 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_system_role:1012 domain_args= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_system_role:1020 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user ab2ecff0c93a4f00bf706663e7453ac1 --system all -f value -c Role +++functions-common:get_or_add_user_system_role:1020 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user c183c5c5bc5b46799d88a7c61a7a7640 --system all -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28021,10 +28053,10 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_add_user_system_role:1021 [[ -z '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_system_role:1023 openstack --os-cloud devstack-system-****** role add reader --user ab2ecff0c93a4f00bf706663e7453ac1 --system all ++functions-common:get_or_add_user_system_role:1023 openstack --os-cloud devstack-system-****** role add reader --user c183c5c5bc5b46799d88a7c61a7a7640 --system all tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_user_system_role:1032 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user ab2ecff0c93a4f00bf706663e7453ac1 --system all -f value -c Role +++functions-common:get_or_add_user_system_role:1032 oscwrap --os-cloud devstack-system-****** role assignment list --role reader --user c183c5c5bc5b46799d88a7c61a7a7640 --system all -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28040,12 +28072,12 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_system_role:1032 user_role_id=870afcda2cba4b17968b3f1eeb4eecc8 ++functions-common:get_or_add_user_system_role:1032 user_role_id=a8e8bdc8da764b88bac3e8b40ff33799 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_system_role:1034 echo 870afcda2cba4b17968b3f1eeb4eecc8 -870afcda2cba4b17968b3f1eeb4eecc8 -[3597 Async ks-system-reader:65201]: finished get_or_add_user_system_role reader ab2ecff0c93a4f00bf706663e7453ac1 all with result 0 in 5 seconds ++functions-common:get_or_add_user_system_role:1034 echo a8e8bdc8da764b88bac3e8b40ff33799 +a8e8bdc8da764b88bac3e8b40ff33799 +[3421 Async ks-system-reader:65103]: finished get_or_add_user_system_role reader c183c5c5bc5b46799d88a7c61a7a7640 all with result 0 in 5 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -28062,19 +28094,19 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async ks-group-memberdemo:65662]: Waiting for completion of get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 running on PID 65662 (6 other jobs running) -[3597 Async ks-group-memberdemo:65662]: Signaling child to exit +[3421 Async ks-group-memberdemo:65514]: Waiting for completion of get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc running on PID 65514 (6 other jobs running) +[3421 Async ks-group-memberdemo:65514]: Signaling child to exit WAKEUP -[3597 Async ks-group-memberdemo:65662]: Signaled +[3421 Async ks-group-memberdemo:65514]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_group_project_role:1040 local group_role_id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1044 openstack role add member --group 4c05267816954a57b7de201a1282f501 --project c1512073f7d24ed9bc5330aa71d83901 ++functions-common:get_or_add_group_project_role:1044 openstack role add member --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role member --group 4c05267816954a57b7de201a1282f501 --project c1512073f7d24ed9bc5330aa71d83901 -f value -c Role +++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role member --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28090,31 +28122,25 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1051 group_role_id=462b9508aab14b8bbadb681cb2b7dd65 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1053 echo 462b9508aab14b8bbadb681cb2b7dd65 -462b9508aab14b8bbadb681cb2b7dd65 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 -[3597 Async ks-group-memberdemo:65662]: finished get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 with result 0 in 3 seconds ++functions-common:get_or_add_group_project_role:1051 group_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[65991 Async ks-group-anotheralt:65991]: finished successfully -[3597 Async ks-group-anotherdemo:65759]: Waiting for completion of get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 running on PID 65759 (5 other jobs running) -[3597 Async ks-group-anotherdemo:65759]: Signaling child to exit ++functions-common:get_or_add_group_project_role:1053 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +0ad4ed697fe94e3e873b5a93b55dcdc8 +[3421 Async ks-group-memberdemo:65514]: finished get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc with result 0 in 3 seconds +[3421 Async ks-group-anotherdemo:65641]: Waiting for completion of get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc running on PID 65641 (5 other jobs running) +[3421 Async ks-group-anotherdemo:65641]: Signaling child to exit WAKEUP -[3597 Async ks-group-anotherdemo:65759]: Signaled +[3421 Async ks-group-anotherdemo:65641]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_group_project_role:1040 local group_role_id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1044 openstack role add anotherrole --group 4c05267816954a57b7de201a1282f501 --project c1512073f7d24ed9bc5330aa71d83901 ++functions-common:get_or_add_group_project_role:1044 openstack role add anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --group 4c05267816954a57b7de201a1282f501 --project c1512073f7d24ed9bc5330aa71d83901 -f value -c Role +++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project 060891d56d86497f8e505edca31d59fc -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28130,30 +28156,31 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1051 group_role_id=129911b8c5234859ba0dc83d98f9f1ed ++functions-common:get_or_add_group_project_role:1051 group_role_id=c02067e8c52c4627898b10e67e58bd66 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1053 echo 129911b8c5234859ba0dc83d98f9f1ed -129911b8c5234859ba0dc83d98f9f1ed -[3597 Async ks-group-anotherdemo:65759]: finished get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c1512073f7d24ed9bc5330aa71d83901 with result 0 in 4 seconds -[3597 Async ks-group-memberalt:65886]: Waiting for completion of get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 running on PID 65886 (4 other jobs running) -[3597 Async ks-group-memberalt:65886]: Signaling child to exit -WAKEUP ++functions-common:get_or_add_group_project_role:1053 echo c02067e8c52c4627898b10e67e58bd66 +c02067e8c52c4627898b10e67e58bd66 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async ks-group-memberalt:65886]: Signaled +[3421 Async ks-group-anotherdemo:65641]: finished get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d 060891d56d86497f8e505edca31d59fc with result 0 in 3 seconds +[66020 Async ks-group-******:66020]: finished successfully +[3421 Async ks-group-memberalt:65792]: Waiting for completion of get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a running on PID 65792 (4 other jobs running) +[3421 Async ks-group-memberalt:65792]: Signaling child to exit +WAKEUP +[3421 Async ks-group-memberalt:65792]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_group_project_role:1040 local group_role_id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1044 openstack role add member --group 4c05267816954a57b7de201a1282f501 --project c5af415c464b47efb1d226e753a493e2 ++functions-common:get_or_add_group_project_role:1044 openstack role add member --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role member --group 4c05267816954a57b7de201a1282f501 --project c5af415c464b47efb1d226e753a493e2 -f value -c Role +++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role member --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28169,26 +28196,25 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1051 group_role_id=462b9508aab14b8bbadb681cb2b7dd65 ++functions-common:get_or_add_group_project_role:1051 group_role_id=0ad4ed697fe94e3e873b5a93b55dcdc8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1053 echo 462b9508aab14b8bbadb681cb2b7dd65 -462b9508aab14b8bbadb681cb2b7dd65 -[66088 Async ks-group-******:66088]: finished successfully -[3597 Async ks-group-memberalt:65886]: finished get_or_add_group_project_role member 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 with result 0 in 4 seconds -[3597 Async ks-group-anotheralt:65991]: Waiting for completion of get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 running on PID 65991 (3 other jobs running) -[3597 Async ks-group-anotheralt:65991]: Signaling child to exit ++functions-common:get_or_add_group_project_role:1053 echo 0ad4ed697fe94e3e873b5a93b55dcdc8 +0ad4ed697fe94e3e873b5a93b55dcdc8 +[3421 Async ks-group-memberalt:65792]: finished get_or_add_group_project_role member 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +[3421 Async ks-group-anotheralt:65893]: Waiting for completion of get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a running on PID 65893 (3 other jobs running) +[3421 Async ks-group-anotheralt:65893]: Signaling child to exit WAKEUP -[3597 Async ks-group-anotheralt:65991]: Signaled +[3421 Async ks-group-anotheralt:65893]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_group_project_role:1040 local group_role_id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1044 openstack role add anotherrole --group 4c05267816954a57b7de201a1282f501 --project c5af415c464b47efb1d226e753a493e2 ++functions-common:get_or_add_group_project_role:1044 openstack role add anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --group 4c05267816954a57b7de201a1282f501 --project c5af415c464b47efb1d226e753a493e2 -f value -c Role +++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role anotherrole --group 7755a2416f98427dbc55cb3d30442c1d --project fa76200934ef44eca821409698e0be6a -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28204,25 +28230,25 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1051 group_role_id=129911b8c5234859ba0dc83d98f9f1ed ++functions-common:get_or_add_group_project_role:1051 group_role_id=c02067e8c52c4627898b10e67e58bd66 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1053 echo 129911b8c5234859ba0dc83d98f9f1ed -129911b8c5234859ba0dc83d98f9f1ed -[3597 Async ks-group-anotheralt:65991]: finished get_or_add_group_project_role anotherrole 4c05267816954a57b7de201a1282f501 c5af415c464b47efb1d226e753a493e2 with result 0 in 4 seconds -[3597 Async ks-group-******:66088]: Waiting for completion of get_or_add_group_project_role ****** 61a603784a2b4c20bcfd6910d127b48c c09c34465cf64df987fa1f7c646d06a9 running on PID 66088 (2 other jobs running) -[3597 Async ks-group-******:66088]: Signaling child to exit ++functions-common:get_or_add_group_project_role:1053 echo c02067e8c52c4627898b10e67e58bd66 +c02067e8c52c4627898b10e67e58bd66 +[3421 Async ks-group-anotheralt:65893]: finished get_or_add_group_project_role anotherrole 7755a2416f98427dbc55cb3d30442c1d fa76200934ef44eca821409698e0be6a with result 0 in 3 seconds +[3421 Async ks-group-******:66020]: Waiting for completion of get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b running on PID 66020 (2 other jobs running) +[3421 Async ks-group-******:66020]: Signaling child to exit WAKEUP -[3597 Async ks-group-******:66088]: Signaled +[3421 Async ks-group-******:66020]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_add_group_project_role:1040 local group_role_id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1044 openstack role add ****** --group 61a603784a2b4c20bcfd6910d127b48c --project c09c34465cf64df987fa1f7c646d06a9 ++functions-common:get_or_add_group_project_role:1044 openstack role add ****** --group 48964bdaa9fa47a4a01b4b160d466239 --project aa6fef291c0e4913b9afb52e8e1e383b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --group 61a603784a2b4c20bcfd6910d127b48c --project c09c34465cf64df987fa1f7c646d06a9 -f value -c Role +++functions-common:get_or_add_group_project_role:1051 oscwrap --os-cloud devstack-system-****** role assignment list --role ****** --group 48964bdaa9fa47a4a01b4b160d466239 --project aa6fef291c0e4913b9afb52e8e1e383b -f value -c Role tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28238,12 +28264,12 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1051 group_role_id=ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_group_project_role:1051 group_role_id=623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_group_project_role:1053 echo ded8686996b046f3969600dc4d1fc74a -ded8686996b046f3969600dc4d1fc74a -[3597 Async ks-group-******:66088]: finished get_or_add_group_project_role ****** 61a603784a2b4c20bcfd6910d127b48c c09c34465cf64df987fa1f7c646d06a9 with result 0 in 4 seconds ++functions-common:get_or_add_group_project_role:1053 echo 623c1f83e13e4189b0b592d71c80d8e7 +623c1f83e13e4189b0b592d71c80d8e7 +[3421 Async ks-group-******:66020]: finished get_or_add_group_project_role ****** 48964bdaa9fa47a4a01b4b160d466239 aa6fef291c0e4913b9afb52e8e1e383b with result 0 in 3 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -28298,7 +28324,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 create_nova_accounts -[3597 Async create_nova_accounts:68168]: running: create_nova_accounts +[3421 Async create_nova_accounts:68070]: running: create_nova_accounts tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1147 is_service_enabled glance @@ -28334,7 +28360,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 create_glance_accounts -[3597 Async create_glance_accounts:68345]: running: create_glance_accounts +[3421 Async create_glance_accounts:68247]: running: create_glance_accounts tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1150 is_service_enabled cinder @@ -28370,7 +28396,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 create_cinder_accounts -[3597 Async create_cinder_accounts:68549]: running: create_cinder_accounts +[3421 Async create_cinder_accounts:68453]: running: create_cinder_accounts tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1153 is_service_enabled neutron @@ -28406,7 +28432,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 create_neutron_accounts -[3597 Async create_neutron_accounts:68763]: running: create_neutron_accounts +[3421 Async create_neutron_accounts:68665]: running: create_neutron_accounts tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1156 is_service_enabled swift @@ -28452,28 +28478,28 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async create_nova_accounts:68168]: Waiting for completion of create_nova_accounts running on PID 68168 (5 other jobs running) -[3597 Async create_nova_accounts:68168]: Signaling child to exit +[3421 Async create_nova_accounts:68070]: Waiting for completion of create_nova_accounts running on PID 68070 (5 other jobs running) +[3421 Async create_nova_accounts:68070]: Signaling child to exit tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[68763 Async create_neutron_accounts:68763]: finished successfully +[68665 Async create_neutron_accounts:68665]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[68549 Async create_cinder_accounts:68549]: finished successfully +[68453 Async create_cinder_accounts:68453]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[68168 Async create_nova_accounts:68168]: finished successfully +[68070 Async create_nova_accounts:68070]: finished successfully WAKEUP -[3597 Async create_nova_accounts:68168]: Signaled +[3421 Async create_nova_accounts:68070]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:create_nova_accounts:381 [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak =~ n-api ]] @@ -28510,11 +28536,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:919 user_id=16f06a0b65104b58b8f2c30371619628 ++functions-common:get_or_create_user:919 user_id=8740d4e592eb4e049252f196fdf51359 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:920 echo 16f06a0b65104b58b8f2c30371619628 -16f06a0b65104b58b8f2c30371619628 ++functions-common:get_or_create_user:920 echo 8740d4e592eb4e049252f196fdf51359 +8740d4e592eb4e049252f196fdf51359 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:417 get_or_add_user_project_role service nova service Default Default @@ -28572,11 +28598,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 91a9702db7f74d2c881e52ee17ba37ff -91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:419 [[ -n ****** ]] @@ -28637,11 +28663,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo ded8686996b046f3969600dc4d1fc74a -ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:create_nova_accounts:387 local nova_api_url @@ -28676,11 +28702,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_service:1070 service_id=' -73ce5c9346df488aa4c71189102d5574' +bf767406b65b4d34bd3680d00a579acb' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_service:1071 echo 73ce5c9346df488aa4c71189102d5574 -73ce5c9346df488aa4c71189102d5574 ++functions-common:get_or_create_service:1071 echo bf767406b65b4d34bd3680d00a579acb +bf767406b65b4d34bd3680d00a579acb tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:create_nova_accounts:392 get_or_create_endpoint compute_legacy RegionOne 'http://10.201.9.223/compute/v2/$(project_id)s' @@ -28733,13 +28759,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=7d919592b9d945f18ff8a83bafb16de1 +++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=27b6f0577da44d4c8bd42ebccc9195b8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1089 echo 7d919592b9d945f18ff8a83bafb16de1 +++functions-common:_get_or_create_endpoint_with_interface:1089 echo 27b6f0577da44d4c8bd42ebccc9195b8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1104 public_id=7d919592b9d945f18ff8a83bafb16de1 ++functions-common:get_or_create_endpoint:1104 public_id=27b6f0577da44d4c8bd42ebccc9195b8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] @@ -28748,8 +28774,8 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1113 echo 7d919592b9d945f18ff8a83bafb16de1 -7d919592b9d945f18ff8a83bafb16de1 ++functions-common:get_or_create_endpoint:1113 echo 27b6f0577da44d4c8bd42ebccc9195b8 +27b6f0577da44d4c8bd42ebccc9195b8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:create_nova_accounts:396 get_or_create_service nova compute 'Nova Compute Service' @@ -28778,11 +28804,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_service:1070 service_id=' -b95bc1349f784cccbba4678d1256b28a' +c5a2ad4615b441adb1fd166c0cf280e6' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_service:1071 echo b95bc1349f784cccbba4678d1256b28a -b95bc1349f784cccbba4678d1256b28a ++functions-common:get_or_create_service:1071 echo c5a2ad4615b441adb1fd166c0cf280e6 +c5a2ad4615b441adb1fd166c0cf280e6 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:create_nova_accounts:398 get_or_create_endpoint compute RegionOne http://10.201.9.223/compute/v2.1 @@ -28835,13 +28861,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=f37843e1d2de4b54b38f87212560e015 +++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=f8399ed5db3345f288c2de49703dbcb2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1089 echo f37843e1d2de4b54b38f87212560e015 +++functions-common:_get_or_create_endpoint_with_interface:1089 echo f8399ed5db3345f288c2de49703dbcb2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1104 public_id=f37843e1d2de4b54b38f87212560e015 ++functions-common:get_or_create_endpoint:1104 public_id=f8399ed5db3345f288c2de49703dbcb2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] @@ -28850,8 +28876,8 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1113 echo f37843e1d2de4b54b38f87212560e015 -f37843e1d2de4b54b38f87212560e015 ++functions-common:get_or_create_endpoint:1113 echo f8399ed5db3345f288c2de49703dbcb2 +f8399ed5db3345f288c2de49703dbcb2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:create_nova_accounts:403 is_service_enabled n-api @@ -28919,17 +28945,17 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/nova:create_nova_accounts:425 [[ False = True ]] -[3597 Async create_nova_accounts:68168]: finished create_nova_accounts with result 0 in 23 seconds -[3597 Async create_glance_accounts:68345]: Waiting for completion of create_glance_accounts running on PID 68345 (4 other jobs running) -[3597 Async create_glance_accounts:68345]: Signaling child to exit +[3421 Async create_nova_accounts:68070]: finished create_nova_accounts with result 0 in 23 seconds +[3421 Async create_glance_accounts:68247]: Waiting for completion of create_glance_accounts running on PID 68247 (4 other jobs running) +[3421 Async create_glance_accounts:68247]: Signaling child to exit tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[68345 Async create_glance_accounts:68345]: finished successfully +[68247 Async create_glance_accounts:68247]: finished successfully WAKEUP -[3597 Async create_glance_accounts:68345]: Signaled +[3421 Async create_glance_accounts:68247]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/glance:create_glance_accounts:509 is_service_enabled g-api @@ -28966,10 +28992,10 @@ tput: No value for $TERM and no -T specified ++functions-common:get_or_create_user:921 oscwrap --os-cloud devstack-system-****** user create glance --password ****** --domain=Default --or-show -f value -c id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified - -tput: No value for $TERM and no -T specifiedtput: -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -28979,11 +29005,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:919 user_id=4ce89706b2d14eacb5d51392c5f58a63 ++functions-common:get_or_create_user:919 user_id=cbed57a1ff42434f8ea6094e787fb6dd tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:920 echo 4ce89706b2d14eacb5d51392c5f58a63 -4ce89706b2d14eacb5d51392c5f58a63 ++functions-common:get_or_create_user:920 echo cbed57a1ff42434f8ea6094e787fb6dd +cbed57a1ff42434f8ea6094e787fb6dd tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:417 get_or_add_user_project_role service glance service Default Default @@ -29041,11 +29067,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 91a9702db7f74d2c881e52ee17ba37ff -91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:419 [[ -n '' ]] @@ -29093,11 +29119,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_service:1070 service_id=' -1945c816fb6540f894ef789448715966' +479c0b7c00794c79a1a025638504071e' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_service:1071 echo 1945c816fb6540f894ef789448715966 -1945c816fb6540f894ef789448715966 ++functions-common:get_or_create_service:1071 echo 479c0b7c00794c79a1a025638504071e +479c0b7c00794c79a1a025638504071e tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/glance:create_glance_accounts:520 get_or_create_endpoint image RegionOne http://10.201.9.223/image @@ -29150,13 +29176,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=fc2d5935d4b8453085ef460f7b8632ba +++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1089 echo fc2d5935d4b8453085ef460f7b8632ba +++functions-common:_get_or_create_endpoint_with_interface:1089 echo a617c024b33a4dc9935e2bc3e91ddcf6 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1104 public_id=fc2d5935d4b8453085ef460f7b8632ba ++functions-common:get_or_create_endpoint:1104 public_id=a617c024b33a4dc9935e2bc3e91ddcf6 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] @@ -29165,8 +29191,8 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1113 echo fc2d5935d4b8453085ef460f7b8632ba -fc2d5935d4b8453085ef460f7b8632ba ++functions-common:get_or_create_endpoint:1113 echo a617c024b33a4dc9935e2bc3e91ddcf6 +a617c024b33a4dc9935e2bc3e91ddcf6 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/glance:create_glance_accounts:525 get_or_create_domain Default @@ -29238,10 +29264,10 @@ tput: No value for $TERM and no -T specified +---------------+----------------------------------+ | default_limit | 1000 | | description | None | -| id | e92441f88fba47f9bc39e28874735e3e | +| id | 190d3c08d9d84053b825dd6c7d5aa3ff | | region_id | RegionOne | | resource_name | image_size_total | -| service_id | 1945c816fb6540f894ef789448715966 | +| service_id | 479c0b7c00794c79a1a025638504071e | +---------------+----------------------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29251,10 +29277,10 @@ tput: No value for $TERM and no -T specified +---------------+----------------------------------+ | default_limit | 1000 | | description | None | -| id | cafe702507974d41bb12a3d9b42a7128 | +| id | 2967756a0d544ca0a641fae2226eff32 | | region_id | RegionOne | | resource_name | image_stage_total | -| service_id | 1945c816fb6540f894ef789448715966 | +| service_id | 479c0b7c00794c79a1a025638504071e | +---------------+----------------------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29264,10 +29290,10 @@ tput: No value for $TERM and no -T specified +---------------+----------------------------------+ | default_limit | 100 | | description | None | -| id | dd78e587e8234a74b8eabb859e602c86 | +| id | 1f2c4c83c4e047f2bede572e819f0289 | | region_id | RegionOne | | resource_name | image_count_total | -| service_id | 1945c816fb6540f894ef789448715966 | +| service_id | 479c0b7c00794c79a1a025638504071e | +---------------+----------------------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29277,10 +29303,10 @@ tput: No value for $TERM and no -T specified +---------------+----------------------------------+ | default_limit | 100 | | description | None | -| id | 50936ac008ac4ace91c3b9ed750a3acb | +| id | c3e93212f069413fb3b63ed90c7825d4 | | region_id | RegionOne | | resource_name | image_count_uploading | -| service_id | 1945c816fb6540f894ef789448715966 | +| service_id | 479c0b7c00794c79a1a025638504071e | +---------------+----------------------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29313,8 +29339,8 @@ tput: No value for $TERM and no -T specified +lib/glance:configure_glance_quotas:345 iniset /etc/glance/glance-api.conf oslo_limit password ****** tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29391,7 +29417,7 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/glance:configure_glance_quotas:350 iniset /etc/glance/glance-api.conf oslo_limit endpoint_id fc2d5935d4b8453085ef460f7b8632ba ++lib/glance:configure_glance_quotas:350 iniset /etc/glance/glance-api.conf oslo_limit endpoint_id a617c024b33a4dc9935e2bc3e91ddcf6 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29421,11 +29447,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 -[3597 Async create_glance_accounts:68345]: finished create_glance_accounts with result 0 in 24 seconds -[3597 Async create_cinder_accounts:68549]: Waiting for completion of create_cinder_accounts running on PID 68549 (3 other jobs running) -[3597 Async create_cinder_accounts:68549]: Signaling child to exit +[3421 Async create_glance_accounts:68247]: finished create_glance_accounts with result 0 in 24 seconds +[3421 Async create_cinder_accounts:68453]: Waiting for completion of create_cinder_accounts running on PID 68453 (3 other jobs running) +[3421 Async create_cinder_accounts:68453]: Signaling child to exit WAKEUP -[3597 Async create_cinder_accounts:68549]: Signaled +[3421 Async create_cinder_accounts:68453]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:create_cinder_accounts:458 [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,cinder,c-bak =~ c-api ]] @@ -29481,11 +29507,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:919 user_id=314e01d2de7a4db1854c7c6540af07e9 ++functions-common:get_or_create_user:919 user_id=a56980bf0d194f52b0ae1ea5202ab0cb tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:920 echo 314e01d2de7a4db1854c7c6540af07e9 -314e01d2de7a4db1854c7c6540af07e9 ++functions-common:get_or_create_user:920 echo a56980bf0d194f52b0ae1ea5202ab0cb +a56980bf0d194f52b0ae1ea5202ab0cb tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:417 get_or_add_user_project_role service cinder service Default Default @@ -29543,11 +29569,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 91a9702db7f74d2c881e52ee17ba37ff -91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:419 [[ -n '' ]] @@ -29585,11 +29611,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_service:1070 service_id=' -7a6d8338fb1a48b8a4ee5218963ab98c' +a7cbcc92bfe3474bb3e0ae14da48057d' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_service:1071 echo 7a6d8338fb1a48b8a4ee5218963ab98c -7a6d8338fb1a48b8a4ee5218963ab98c ++functions-common:get_or_create_service:1071 echo a7cbcc92bfe3474bb3e0ae14da48057d +a7cbcc92bfe3474bb3e0ae14da48057d tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:create_cinder_accounts:475 get_or_create_endpoint block-storage RegionOne http://10.201.9.223/volume/v3 @@ -29642,13 +29668,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=be8f111c3a524bf0833e687d1585fccf +++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=229344bc60614cefbe8ec58e9c377fff tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1089 echo be8f111c3a524bf0833e687d1585fccf +++functions-common:_get_or_create_endpoint_with_interface:1089 echo 229344bc60614cefbe8ec58e9c377fff tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1104 public_id=be8f111c3a524bf0833e687d1585fccf ++functions-common:get_or_create_endpoint:1104 public_id=229344bc60614cefbe8ec58e9c377fff tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] @@ -29657,8 +29683,8 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1113 echo be8f111c3a524bf0833e687d1585fccf -be8f111c3a524bf0833e687d1585fccf ++functions-common:get_or_create_endpoint:1113 echo 229344bc60614cefbe8ec58e9c377fff +229344bc60614cefbe8ec58e9c377fff tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:create_cinder_accounts:478 configure_cinder_internal_tenant @@ -29686,13 +29712,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:932 project_id=de198b0616ea4146afc19fba7d2c9f2f +++functions-common:get_or_create_project:932 project_id=4c2f9fd6a50945829cdaabe9d7940731 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_project:933 echo de198b0616ea4146afc19fba7d2c9f2f +++functions-common:get_or_create_project:933 echo 4c2f9fd6a50945829cdaabe9d7940731 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/cinder:configure_cinder_internal_tenant:696 iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id de198b0616ea4146afc19fba7d2c9f2f ++lib/cinder:configure_cinder_internal_tenant:696 iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 4c2f9fd6a50945829cdaabe9d7940731 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29734,13 +29760,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:919 user_id=314e01d2de7a4db1854c7c6540af07e9 +++functions-common:get_or_create_user:919 user_id=a56980bf0d194f52b0ae1ea5202ab0cb tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_or_create_user:920 echo 314e01d2de7a4db1854c7c6540af07e9 +++functions-common:get_or_create_user:920 echo a56980bf0d194f52b0ae1ea5202ab0cb tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/cinder:configure_cinder_internal_tenant:697 iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 314e01d2de7a4db1854c7c6540af07e9 ++lib/cinder:configure_cinder_internal_tenant:697 iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id a56980bf0d194f52b0ae1ea5202ab0cb tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29751,7 +29777,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async create_cinder_accounts:68549]: finished create_cinder_accounts with result 0 in 16 seconds +[3421 Async create_cinder_accounts:68453]: finished create_cinder_accounts with result 0 in 17 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -29768,10 +29794,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async create_neutron_accounts:68763]: Waiting for completion of create_neutron_accounts running on PID 68763 (2 other jobs running) -[3597 Async create_neutron_accounts:68763]: Signaling child to exit +[3421 Async create_neutron_accounts:68665]: Waiting for completion of create_neutron_accounts running on PID 68665 (2 other jobs running) +[3421 Async create_neutron_accounts:68665]: Signaling child to exit WAKEUP -[3597 Async create_neutron_accounts:68763]: Signaled +[3421 Async create_neutron_accounts:68665]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:create_neutron_accounts:516 local neutron_url @@ -29836,11 +29862,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:919 user_id=e6f136cb62fc451d933f010ec07d158d ++functions-common:get_or_create_user:919 user_id=aca64cf98aeb4085a589eed5896ff550 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:920 echo e6f136cb62fc451d933f010ec07d158d -e6f136cb62fc451d933f010ec07d158d ++functions-common:get_or_create_user:920 echo aca64cf98aeb4085a589eed5896ff550 +aca64cf98aeb4085a589eed5896ff550 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:417 get_or_add_user_project_role service neutron service Default Default @@ -29887,8 +29913,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -29898,11 +29924,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 91a9702db7f74d2c881e52ee17ba37ff -91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:419 [[ -n '' ]] @@ -29934,11 +29960,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_service:1070 service_id=' -78a857b3a6a9416cb15406d1cefdfc1a' +08f0d1c287e64b66b981d8f74723810a' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_service:1071 echo 78a857b3a6a9416cb15406d1cefdfc1a -78a857b3a6a9416cb15406d1cefdfc1a ++functions-common:get_or_create_service:1071 echo 08f0d1c287e64b66b981d8f74723810a +08f0d1c287e64b66b981d8f74723810a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:create_neutron_accounts:532 get_or_create_endpoint network RegionOne http://10.201.9.223:9696/networking @@ -29991,13 +30017,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=ba3e19c399ef43d19e86ae36e4c3e1d9 +++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=d6ad88b73d2f4f6cbefca6b570c2c29a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1089 echo ba3e19c399ef43d19e86ae36e4c3e1d9 +++functions-common:_get_or_create_endpoint_with_interface:1089 echo d6ad88b73d2f4f6cbefca6b570c2c29a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1104 public_id=ba3e19c399ef43d19e86ae36e4c3e1d9 ++functions-common:get_or_create_endpoint:1104 public_id=d6ad88b73d2f4f6cbefca6b570c2c29a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] @@ -30006,9 +30032,9 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1113 echo ba3e19c399ef43d19e86ae36e4c3e1d9 -ba3e19c399ef43d19e86ae36e4c3e1d9 -[3597 Async create_neutron_accounts:68763]: finished create_neutron_accounts with result 0 in 13 seconds ++functions-common:get_or_create_endpoint:1113 echo d6ad88b73d2f4f6cbefca6b570c2c29a +d6ad88b73d2f4f6cbefca6b570c2c29a +[3421 Async create_neutron_accounts:68665]: finished create_neutron_accounts with result 0 in 13 seconds Not waiting for async task create_swift_accounts that we never started or has already been waited for Not waiting for async task configure_horizon that we never started or has already been waited for tput: No value for $TERM and no -T specified @@ -30074,7 +30100,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 init_glance -[3597 Async init_glance:72183]: running: init_glance +[3421 Async init_glance:72085]: running: init_glance tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1186 is_service_enabled neutron @@ -30123,7 +30149,7 @@ tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[72183 Async init_glance:72183]: finished successfully +[72085 Async init_glance:72085]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:_configure_neutron_common:921 cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf @@ -30470,7 +30496,7 @@ tput: No value for $TERM and no -T specified ++lib/neutron:_neutron_setup_rootwrap:1158 mktemp tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron:_neutron_setup_rootwrap:1158 TEMPFILE=/tmp/tmp.pNSp6cOjQj ++lib/neutron:_neutron_setup_rootwrap:1158 TEMPFILE=/tmp/tmp.2fuQd8OUIB tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:_neutron_setup_rootwrap:1159 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' @@ -30479,13 +30505,13 @@ tput: No value for $TERM and no -T specified +lib/neutron:_neutron_setup_rootwrap:1160 echo 'ubuntu ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron:_neutron_setup_rootwrap:1161 chmod 0440 /tmp/tmp.pNSp6cOjQj ++lib/neutron:_neutron_setup_rootwrap:1161 chmod 0440 /tmp/tmp.2fuQd8OUIB tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron:_neutron_setup_rootwrap:1162 sudo chown root:root /tmp/tmp.pNSp6cOjQj ++lib/neutron:_neutron_setup_rootwrap:1162 sudo chown root:root /tmp/tmp.2fuQd8OUIB tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron:_neutron_setup_rootwrap:1163 sudo mv /tmp/tmp.pNSp6cOjQj /etc/sudoers.d/neutron-rootwrap ++lib/neutron:_neutron_setup_rootwrap:1163 sudo mv /tmp/tmp.2fuQd8OUIB /etc/sudoers.d/neutron-rootwrap tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:_neutron_setup_rootwrap:1166 configure_root_helper_options /etc/neutron/neutron.conf @@ -30584,8 +30610,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -30604,7 +30630,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -30716,7 +30742,7 @@ tput: No value for $TERM and no -T specified ++lib/neutron_plugins/ovn_agent:configure_ovn:546 cat /etc/openvswitch/system-id.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/ovn_agent:configure_ovn:546 OVN_UUID=8454b1b8-93b2-4eeb-b410-50021f5ae18b ++lib/neutron_plugins/ovn_agent:configure_ovn:546 OVN_UUID=cc8c4e13-e896-489d-bf22-fc9b11d9234a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:configure_ovn:561 [[ False == \F\a\l\s\e ]] @@ -30906,8 +30932,8 @@ tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:configure_ovn:588 iniset /etc/neutron/neutron_ovn_metadata_agent.ini DEFAULT metadata_workers 2 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -30932,8 +30958,8 @@ tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:configure_ovn:590 iniset /etc/neutron/neutron_ovn_metadata_agent.ini ovs ovsdb_connection tcp:127.0.0.1:6640 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -31037,10 +31063,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 echo address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror,router,extraroute,ext-gw-mode,floating-ip-port-forwarding-detail,fip-port-details,floatingip-pools,pagination,qos-fip,qos-gateway-ip,sorting,project-id,dns-integration,dns-integration-domain-keywords,dns-domain-ports,subnet-dns-publish-fixed-ip,agent,availability_zone,router_availability_zone,flavors,l3-flavors,external-gateway-multihoming,enable-default-route-bfd,enable-default-route-ecmp,l3-ha tput: No value for $TERM and no -T specified -++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 sort -u -tput: No value for $TERM and no -T specified ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 tr ', ' '\n' tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 sort -u +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:466 extensions='address-group address-scope @@ -31143,12 +31169,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 echo address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror,router,extraroute,ext-gw-mode,floating-ip-port-forwarding-detail,fip-port-details,floatingip-pools,pagination,qos-fip,qos-gateway-ip,sorting,project-id,dns-integration,dns-integration-domain-keywords,dns-domain-ports,subnet-dns-publish-fixed-ip,agent,availability_zone,router_availability_zone,flavors,l3-flavors,external-gateway-multihoming,enable-default-route-bfd,enable-default-route-ecmp,l3-ha +tput: No value for $TERM and no -T specified ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 tr ', ' '\n' tput: No value for $TERM and no -T specified ++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 sort -u tput: No value for $TERM and no -T specified -++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 echo address-group,address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dns-integration,external-net,extra_dhcp_opt,filter-validation,multi-provider,network_ha,net-mtu,net-mtu-writable,network_availability_zone,network-ip-availability,port-device-profile,port-hardware-offload-type,port-mac-address-regenerate,port-numa-affinity-policy,port-numa-affinity-policy-socket,port-security,port-trusted-vif,provider,port-resource-request,qos,qos-bw-limit-direction,qos-default,qos-rule-type-details,qos-rule-type-filter,qos-rules-alias,quotas,quota-check-limit,quota-check-limit-default,quota_details,rbac-address-scope,rbac-policies,rbac-security-groups,standard-attr-revisions,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-rules-belongs-to-default-sg,security-groups-shared-filtering,stateful-security-group,standard-attr-description,subnet_allocation,standard-attr-tag,standard-attr-timestamp,subnetpool-prefix-ops,subnet-external-network,subnet-service-types,tag-creation,trunk,segment,expose-port-forwarding-in-fip,floating-ip-port-forwarding-description,floating-ip-port-forwarding-port-ranges,floating-ip-port-forwarding,vlan-transparent,logging,vpnaas,vpn-endpoint-groups,bgp,bgp_4byte_asn,bgp_dragent_scheduler,fwaas_v2,standard-attr-fwaas-v2,uplink-status-propagation,uplink-status-propagation-updatable,tap-mirror,router,extraroute,ext-gw-mode,floating-ip-port-forwarding-detail,fip-port-details,floatingip-pools,pagination,qos-fip,qos-gateway-ip,sorting,project-id,dns-integration,dns-integration-domain-keywords,dns-domain-ports,subnet-dns-publish-fixed-ip,agent,availability_zone,router_availability_zone,flavors,l3-flavors,external-gateway-multihoming,enable-default-route-bfd,enable-default-route-ecmp,l3-ha -tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:filter_network_api_extensions:467 supported_ext='address-group address-scope @@ -31251,8 +31277,6 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 comm -12 /dev/fd/63 /dev/fd/62 -tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 echo -e 'address-group address-scope agent @@ -31351,6 +31375,8 @@ vlan-transparent vpnaas vpn-endpoint-groups' tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 comm -12 /dev/fd/63 /dev/fd/62 +tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:468 echo -e 'address-group address-scope agent @@ -31551,9 +31577,6 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 comm -3 /dev/fd/63 /dev/fd/62 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 echo -e 'address-group address-scope agent @@ -31651,6 +31674,9 @@ uplink-status-propagation-updatable vlan-transparent vpnaas vpn-endpoint-groups' +tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 comm -3 /dev/fd/63 /dev/fd/62 +tput: No value for $TERM and no -T specified +++lib/neutron_plugins/ovn_agent:filter_network_api_extensions:469 echo -e 'address-group address-scope agent @@ -31898,10 +31924,10 @@ tput: No value for $TERM and no -T specified +lib/neutron_plugins/ml2:populate_ml2_config:60 iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovn neutron_sync_mode log tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -32271,7 +32297,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -32332,8 +32358,8 @@ tput: No value for $TERM and no -T specified +lib/keystone:configure_keystone_authtoken_middleware:436 iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -33237,8 +33263,8 @@ tput: No value for $TERM and no -T specified +inc/async:async_runfunc:116 async_run init_neutron init_neutron tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -33248,7 +33274,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 init_neutron -[3597 Async init_neutron:77943]: running: init_neutron +[3421 Async init_neutron:77845]: running: init_neutron tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1201 is_service_enabled q-dhcp @@ -33294,8 +33320,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specifiedtput: No value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -33376,7 +33402,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 init_cinder -[3597 Async init_cinder:78316]: running: init_cinder +[3421 Async init_cinder:78218]: running: init_cinder tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1244 is_service_enabled placement @@ -33421,7 +33447,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 init_placement -[3597 Async init_placement:78538]: running: init_placement +[3421 Async init_placement:78440]: running: init_placement tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1250 async_wait init_neutron @@ -33435,28 +33461,22 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async init_neutron:77943]: Waiting for completion of init_neutron running on PID 77943 (5 other jobs running) -[3597 Async init_neutron:77943]: Signaling child to exit -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -+inc/async:async_inner:64 rc=0 -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -[78316 Async init_cinder:78316]: finished successfully +[3421 Async init_neutron:77845]: Waiting for completion of init_neutron running on PID 77845 (5 other jobs running) +[3421 Async init_neutron:77845]: Signaling child to exit tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[78538 Async init_placement:78538]: finished successfully +[78218 Async init_cinder:78218]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[77943 Async init_neutron:77943]: finished successfully +[77845 Async init_neutron:77845]: finished successfully WAKEUP -[3597 Async init_neutron:77943]: Signaled +[3421 Async init_neutron:77845]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:init_neutron:539 recreate_database neutron @@ -33494,7 +33514,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936128793 ++functions-common:time_start:2412 _TIME_START[$name]=1736894043455 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:init_neutron:542 /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head @@ -33665,29 +33685,29 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=dbsync tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936128793 ++functions-common:time_stop:2428 start_time=1736894043455 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936128793 ]] ++functions-common:time_stop:2430 [[ -z 1736894043455 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936147992 ++functions-common:time_stop:2433 end_time=1736894062114 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=19199 ++functions-common:time_stop:2434 elapsed_time=18659 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=3641 ++functions-common:time_stop:2435 total=3539 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=22840 -[3597 Async init_neutron:77943]: finished init_neutron with result 0 in 19 seconds ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=22198 +[3421 Async init_neutron:77845]: finished init_neutron with result 0 in 18 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -33704,10 +33724,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async init_placement:78538]: Waiting for completion of init_placement running on PID 78538 (4 other jobs running) -[3597 Async init_placement:78538]: Signaling child to exit +[3421 Async init_placement:78440]: Waiting for completion of init_placement running on PID 78440 (4 other jobs running) +[3421 Async init_placement:78440]: Signaling child to exit +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++inc/async:async_inner:64 rc=0 +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +[78440 Async init_placement:78440]: finished successfully WAKEUP -[3597 Async init_placement:78538]: Signaled +[3421 Async init_placement:78440]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/placement:init_placement:113 recreate_database placement @@ -33767,11 +33793,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:919 user_id=64eace363c9e4b12a48f45b4175726a3 ++functions-common:get_or_create_user:919 user_id=349a22c9816b4961aabbe5165a641a6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_user:920 echo 64eace363c9e4b12a48f45b4175726a3 -64eace363c9e4b12a48f45b4175726a3 ++functions-common:get_or_create_user:920 echo 349a22c9816b4961aabbe5165a641a6a +349a22c9816b4961aabbe5165a641a6a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:417 get_or_add_user_project_role service placement service Default Default @@ -33829,11 +33855,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:983 user_role_id=42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo 91a9702db7f74d2c881e52ee17ba37ff -91a9702db7f74d2c881e52ee17ba37ff ++functions-common:get_or_add_user_project_role:984 echo 42f1bcb09e164325a764c7cadc170c4f +42f1bcb09e164325a764c7cadc170c4f tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/keystone:create_service_user:419 [[ -n ****** ]] @@ -33894,11 +33920,11 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:983 user_role_id=ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_user_project_role:983 user_role_id=623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_add_user_project_role:984 echo ded8686996b046f3969600dc4d1fc74a -ded8686996b046f3969600dc4d1fc74a ++functions-common:get_or_add_user_project_role:984 echo 623c1f83e13e4189b0b592d71c80d8e7 +623c1f83e13e4189b0b592d71c80d8e7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/placement:create_placement_accounts:103 local placement_api_url=http://10.201.9.223/placement @@ -33930,11 +33956,11 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_service:1070 service_id=' -0cf699fd6ed4472b9926bac837b0b109' +e340c324bcc4478d9751b27112bc1bd9' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_service:1071 echo 0cf699fd6ed4472b9926bac837b0b109 -0cf699fd6ed4472b9926bac837b0b109 ++functions-common:get_or_create_service:1071 echo e340c324bcc4478d9751b27112bc1bd9 +e340c324bcc4478d9751b27112bc1bd9 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/placement:create_placement_accounts:106 get_or_create_endpoint placement RegionOne http://10.201.9.223/placement @@ -33987,13 +34013,13 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=346511cda72347e2ae54356d149f2f3f +++functions-common:_get_or_create_endpoint_with_interface:1086 endpoint_id=12406ff076604d10b641ffb39a662ecd tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:_get_or_create_endpoint_with_interface:1089 echo 346511cda72347e2ae54356d149f2f3f +++functions-common:_get_or_create_endpoint_with_interface:1089 echo 12406ff076604d10b641ffb39a662ecd tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1104 public_id=346511cda72347e2ae54356d149f2f3f ++functions-common:get_or_create_endpoint:1104 public_id=12406ff076604d10b641ffb39a662ecd tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1106 [[ -n '' ]] @@ -34002,9 +34028,9 @@ tput: No value for $TERM and no -T specified +functions-common:get_or_create_endpoint:1109 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:get_or_create_endpoint:1113 echo 346511cda72347e2ae54356d149f2f3f -346511cda72347e2ae54356d149f2f3f -[3597 Async init_placement:78538]: finished init_placement with result 0 in 18 seconds ++functions-common:get_or_create_endpoint:1113 echo 12406ff076604d10b641ffb39a662ecd +12406ff076604d10b641ffb39a662ecd +[3421 Async init_placement:78440]: finished init_placement with result 0 in 18 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -34021,10 +34047,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async init_glance:72183]: Waiting for completion of init_glance running on PID 72183 (3 other jobs running) -[3597 Async init_glance:72183]: Signaling child to exit +[3421 Async init_glance:72085]: Waiting for completion of init_glance running on PID 72085 (3 other jobs running) +[3421 Async init_glance:72085]: Signaling child to exit WAKEUP -[3597 Async init_glance:72183]: Signaled +[3421 Async init_glance:72085]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/glance:init_glance:546 rm -rf /opt/stack/data/glance/images @@ -34068,54 +34094,54 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936076297 ++functions-common:time_start:2412 _TIME_START[$name]=1736893991614 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/glance:init_glance:554 /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync INFO dbcounter [-] Registered counter for database glance -DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72353) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72243) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. -DEBUG dbcounter [-] [72353] Writer thread running {{(pid=72353) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG dbcounter [-] [72243] Writer thread running {{(pid=72243) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. INFO dbcounter [-] Registered counter for database glance -DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72353) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72243) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. -DEBUG dbcounter [-] [72353] Writer thread running {{(pid=72353) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG dbcounter [-] [72243] Writer thread running {{(pid=72243) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial -DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table -DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server -DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images -DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 -DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 -DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table -DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table -DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 -DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 -DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" -DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 -DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 -DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 -DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 -DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 2023_1_expand01 -> 2024_1_expand01, adds cache_node_reference and cached_images table(s) -DEBUG alembic.runtime.migration [-] update 2023_1_expand01 to 2024_1_expand01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 2023_1_expand01 to 2024_1_expand01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. INFO alembic.runtime.migration [-] Context impl MySQLImpl. @@ -34127,31 +34153,31 @@ tput: No value for $TERM and no -T specified INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images -DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables -DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 -DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 -DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 -DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 -DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 -DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 -DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 -DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 -DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 -DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 -DEBUG alembic.runtime.migration [-] update zed_contract01 to 2023_1_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update zed_contract01 to 2023_1_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 2023_1_contract01 -> 2024_1_contract01 -DEBUG alembic.runtime.migration [-] merge, delete ['2023_1_contract01'], update 2024_1_expand01 to 2024_1_contract01 {{(pid=72353) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:835}} +DEBUG alembic.runtime.migration [-] merge, delete ['2023_1_contract01'], update 2024_1_expand01 to 2024_1_contract01 {{(pid=72243) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:835}} INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. INFO alembic.runtime.migration [-] Context impl MySQLImpl. @@ -34164,8 +34190,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/glance:init_glance:557 /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs INFO dbcounter [-] Registered counter for database glance -DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72513) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -DEBUG dbcounter [-] [72513] Writer thread running {{(pid=72513) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=72415) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +DEBUG dbcounter [-] [72415] Writer thread running {{(pid=72415) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. @@ -34223,29 +34249,29 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=dbsync tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936076297 ++functions-common:time_stop:2428 start_time=1736893991614 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936076297 ]] ++functions-common:time_stop:2430 [[ -z 1736893991614 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936082264 ++functions-common:time_stop:2433 end_time=1736893997162 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=5967 ++functions-common:time_stop:2434 elapsed_time=5548 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=3641 ++functions-common:time_stop:2435 total=3539 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=9608 -[3597 Async init_glance:72183]: finished init_glance with result 0 in 6 seconds ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=9087 +[3421 Async init_glance:72085]: finished init_glance with result 0 in 5 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -34279,10 +34305,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async init_cinder:78316]: Waiting for completion of init_cinder running on PID 78316 (2 other jobs running) -[3597 Async init_cinder:78316]: Signaling child to exit +[3421 Async init_cinder:78218]: Waiting for completion of init_cinder running on PID 78218 (2 other jobs running) +[3421 Async init_cinder:78218]: Signaling child to exit WAKEUP -[3597 Async init_cinder:78316]: Signaled +[3421 Async init_cinder:78218]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:init_cinder:484 is_service_enabled mysql postgresql @@ -34336,32 +34362,32 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936129289 ++functions-common:time_start:2412 _TIME_START[$name]=1736894043968 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:init_cinder:490 /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync INFO dbcounter [-] Registered counter for database cinder -DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=78527) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=78411) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} INFO cinder.db.migration [-] Applying migration(s) INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. -DEBUG dbcounter [-] [78527] Writer thread running {{(pid=78527) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG dbcounter [-] [78411] Writer thread running {{(pid=78411) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. -DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable -DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes -DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table -DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 89aa6f9639f9 -> b8660621f1b9, Update reservations resource -DEBUG alembic.runtime.migration [-] update 89aa6f9639f9 to b8660621f1b9 {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 89aa6f9639f9 to b8660621f1b9 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade b8660621f1b9 -> 9ab1b092a404, Make use_quota non nullable -DEBUG alembic.runtime.migration [-] update b8660621f1b9 to 9ab1b092a404 {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update b8660621f1b9 to 9ab1b092a404 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 9ab1b092a404 -> b7b88f50aab5, Remove quota consistencygroups -DEBUG alembic.runtime.migration [-] update 9ab1b092a404 to b7b88f50aab5 {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 9ab1b092a404 to b7b88f50aab5 {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade b7b88f50aab5 -> 9c74c1c6971f, Quota: Add backup defaults in quota class -DEBUG alembic.runtime.migration [-] update b7b88f50aab5 to 9c74c1c6971f {{(pid=78527) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update b7b88f50aab5 to 9c74c1c6971f {{(pid=78411) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO cinder.db.migration [-] Migration(s) applied tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -34386,28 +34412,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=dbsync tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936129289 ++functions-common:time_stop:2428 start_time=1736894043968 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936129289 ]] ++functions-common:time_stop:2430 [[ -z 1736894043968 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936134408 ++functions-common:time_stop:2433 end_time=1736894048938 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=5119 ++functions-common:time_stop:2434 elapsed_time=4970 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=3641 ++functions-common:time_stop:2435 total=3539 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=8760 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=8509 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:init_cinder:494 is_service_enabled c-vol @@ -34528,10 +34554,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/lvm:_create_lvm_volume_group:98 grep -q direct-io -tput: No value for $TERM and no -T specified +lib/lvm:_create_lvm_volume_group:98 losetup -h tput: No value for $TERM and no -T specified ++lib/lvm:_create_lvm_volume_group:98 grep -q direct-io +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/lvm:_create_lvm_volume_group:99 directio=--direct-io=on tput: No value for $TERM and no -T specified @@ -34610,10 +34636,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/lvm:init_lvm_volume_group:143 sudo cinder-rtstool get-targets -tput: No value for $TERM and no -T specified +lib/lvm:init_lvm_volume_group:143 sudo xargs -rn 1 cinder-rtstool delete tput: No value for $TERM and no -T specified ++lib/lvm:init_lvm_volume_group:143 sudo cinder-rtstool get-targets +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/lvm:init_lvm_volume_group:152 _clean_lvm_volume_group stack-volumes-lvmdriver-1 tput: No value for $TERM and no -T specified @@ -34647,7 +34673,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:init_cinder:511 mkdir -p /opt/stack/data/cinder/volumes -[3597 Async init_cinder:78316]: finished init_cinder with result 0 in 7 seconds +[3421 Async init_cinder:78218]: finished init_cinder with result 0 in 7 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -34681,7 +34707,7 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:1261 init_nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:852 is_service_enabled mysql postgresql ++lib/nova:init_nova:868 is_service_enabled mysql postgresql tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -34697,7 +34723,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:852 is_service_enabled n-api ++lib/nova:init_nova:868 is_service_enabled n-api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -34713,10 +34739,10 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:854 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] ++lib/nova:init_nova:870 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:862 async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf ++lib/nova:init_nova:878 async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -34730,25 +34756,25 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 init_nova_db nova_cell0 /etc/nova/nova.conf -[3597 Async nova-cell-0:81055]: running: init_nova_db nova_cell0 /etc/nova/nova.conf +[3421 Async nova-cell-0:80958]: running: init_nova_db nova_cell0 /etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:init_nova:865 seq 1 1 +++lib/nova:init_nova:881 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:865 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:init_nova:881 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:init_nova:866 conductor_conf 1 +++lib/nova:init_nova:882 conductor_conf 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:831 local cell=1 +++lib/nova:conductor_conf:847 local cell=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:832 echo /etc/nova/nova_cell1.conf +++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:866 async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf ++lib/nova:init_nova:882 async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -34762,10 +34788,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf -[3597 Async nova-cell-1:81204]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf +[3421 Async nova-cell-1:81107]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:869 recreate_database nova_api ++lib/nova:init_nova:885 recreate_database nova_api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/database:recreate_database:112 local db=nova_api @@ -34785,20 +34811,20 @@ tput: No value for $TERM and no -T specified mysql: [Warning] Using a password on the command line interface can be insecure. tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:870 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync ++lib/nova:init_nova:886 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync INFO dbcounter [-] Registered counter for database nova_api INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. -DEBUG dbcounter [-] [81305] Writer thread running {{(pid=81305) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG dbcounter [-] [81208] Writer thread running {{(pid=81208) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version -DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=81305) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=81208) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns -DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=81305) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=81208) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table -DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=81305) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=81208) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:init_nova:874 database_connection_url nova_cell0 +++lib/nova:init_nova:890 database_connection_url nova_cell0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/database:database_connection_url:134 local db=nova_cell0 @@ -34838,18 +34864,18 @@ tput: No value for $TERM and no -T specified ++lib/databases/mysql:database_connection_url_mysql:254 echo 'mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:874 /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' -INFO dbcounter [None req-c71cd379-a416-473e-9690-04a19c6b089c None None] Registered counter for database nova_api -DEBUG dbcounter [-] [81873] Writer thread running {{(pid=81873) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} ++lib/nova:init_nova:890 /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' +INFO dbcounter [None req-5a6c4aa8-ea09-4791-b1de-0f40256e8051 None None] Registered counter for database nova_api +DEBUG dbcounter [-] [81782] Writer thread running {{(pid=81782) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:init_nova:877 seq 0 1 +++lib/nova:init_nova:893 seq 0 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:877 for i in $(seq 0 $NOVA_NUM_CELLS) ++lib/nova:init_nova:893 for i in $(seq 0 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:878 async_wait nova-cell-0 ++lib/nova:init_nova:894 async_wait nova-cell-0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -34860,31 +34886,31 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async nova-cell-0:81055]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 81055 (3 other jobs running) -[3597 Async nova-cell-0:81055]: Signaling child to exit +[3421 Async nova-cell-0:80958]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 80958 (3 other jobs running) +[3421 Async nova-cell-0:80958]: Signaling child to exit tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[81204 Async nova-cell-1:81204]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[81055 Async nova-cell-0:81055]: finished successfully +[81107 Async nova-cell-1:81107]: finished successfully +[80958 Async nova-cell-0:80958]: finished successfully WAKEUP -[3597 Async nova-cell-0:81055]: Signaled +[3421 Async nova-cell-0:80958]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:842 local dbname=nova_cell0 ++lib/nova:init_nova_db:858 local dbname=nova_cell0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:843 local conffile=/etc/nova/nova.conf ++lib/nova:init_nova_db:859 local conffile=/etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:844 recreate_database nova_cell0 ++lib/nova:init_nova_db:860 recreate_database nova_cell0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/database:recreate_database:112 local db=nova_cell0 @@ -34904,37 +34930,37 @@ tput: No value for $TERM and no -T specified mysql: [Warning] Using a password on the command line interface can be insecure. tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:845 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell ++lib/nova:init_nova_db:861 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell INFO dbcounter [-] Registered counter for database nova_cell0 INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. -DEBUG dbcounter [-] [81171] Writer thread running {{(pid=81171) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG dbcounter [-] [81064] Writer thread running {{(pid=81064) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version -DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs -DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping -DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens -DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table -DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance -DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 1acf2c98e646 -> 13863f4e1612, create_share_mapping_table -DEBUG alembic.runtime.migration [-] update 1acf2c98e646 to 13863f4e1612 {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 1acf2c98e646 to 13863f4e1612 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 13863f4e1612 -> d60bddf7a903, add_constraint_instance_share_avoid_duplicates -DEBUG alembic.runtime.migration [-] update 13863f4e1612 to d60bddf7a903 {{(pid=81171) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} -[3597 Async nova-cell-0:81055]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 9 seconds +DEBUG alembic.runtime.migration [-] update 13863f4e1612 to d60bddf7a903 {{(pid=81064) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +[3421 Async nova-cell-0:80958]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 9 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:877 for i in $(seq 0 $NOVA_NUM_CELLS) ++lib/nova:init_nova:893 for i in $(seq 0 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:878 async_wait nova-cell-1 ++lib/nova:init_nova:894 async_wait nova-cell-1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -34945,19 +34971,19 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async nova-cell-1:81204]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 81204 (2 other jobs running) -[3597 Async nova-cell-1:81204]: Signaling child to exit +[3421 Async nova-cell-1:81107]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 81107 (2 other jobs running) +[3421 Async nova-cell-1:81107]: Signaling child to exit WAKEUP -[3597 Async nova-cell-1:81204]: Signaled +[3421 Async nova-cell-1:81107]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:842 local dbname=nova_cell1 ++lib/nova:init_nova_db:858 local dbname=nova_cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:843 local conffile=/etc/nova/nova_cell1.conf ++lib/nova:init_nova_db:859 local conffile=/etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:844 recreate_database nova_cell1 ++lib/nova:init_nova_db:860 recreate_database nova_cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/database:recreate_database:112 local db=nova_cell1 @@ -34977,44 +35003,44 @@ tput: No value for $TERM and no -T specified mysql: [Warning] Using a password on the command line interface can be insecure. tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova_db:845 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell ++lib/nova:init_nova_db:861 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell INFO dbcounter [-] Registered counter for database nova_cell1 INFO alembic.runtime.migration [-] Context impl MySQLImpl. INFO alembic.runtime.migration [-] Will assume non-transactional DDL. -DEBUG dbcounter [-] [81300] Writer thread running {{(pid=81300) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +DEBUG dbcounter [-] [81203] Writer thread running {{(pid=81203) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version -DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} +DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:826}} INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs -DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping -DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens -DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table -DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance -DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 1acf2c98e646 -> 13863f4e1612, create_share_mapping_table -DEBUG alembic.runtime.migration [-] update 1acf2c98e646 to 13863f4e1612 {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +DEBUG alembic.runtime.migration [-] update 1acf2c98e646 to 13863f4e1612 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} INFO alembic.runtime.migration [-] Running upgrade 13863f4e1612 -> d60bddf7a903, add_constraint_instance_share_avoid_duplicates -DEBUG alembic.runtime.migration [-] update 13863f4e1612 to d60bddf7a903 {{(pid=81300) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} -[3597 Async nova-cell-1:81204]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 9 seconds +DEBUG alembic.runtime.migration [-] update 13863f4e1612 to d60bddf7a903 {{(pid=81203) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:861}} +[3421 Async nova-cell-1:81107]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 9 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:881 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] ++lib/nova:init_nova:897 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:888 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations ++lib/nova:init_nova:904 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations Running batches of 50 until complete -INFO dbcounter [None req-905a55d6-2df1-4b3a-b107-0b96bfd81bf3 None None] Registered counter for database nova_cell0 -DEBUG dbcounter [-] [82470] Writer thread running {{(pid=82470) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -INFO dbcounter [None req-905a55d6-2df1-4b3a-b107-0b96bfd81bf3 None None] Registered counter for database nova_api -DEBUG dbcounter [-] [82470] Writer thread running {{(pid=82470) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -INFO dbcounter [None req-905a55d6-2df1-4b3a-b107-0b96bfd81bf3 None None] Registered counter for database nova_cell0 -DEBUG dbcounter [-] [82470] Writer thread running {{(pid=82470) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +INFO dbcounter [None req-e21f0676-522c-46d2-953f-5a4deb7fd6e7 None None] Registered counter for database nova_cell0 +DEBUG dbcounter [-] [82373] Writer thread running {{(pid=82373) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +INFO dbcounter [None req-e21f0676-522c-46d2-953f-5a4deb7fd6e7 None None] Registered counter for database nova_api +DEBUG dbcounter [-] [82373] Writer thread running {{(pid=82373) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +INFO dbcounter [None req-e21f0676-522c-46d2-953f-5a4deb7fd6e7 None None] Registered counter for database nova_cell0 +DEBUG dbcounter [-] [82373] Writer thread running {{(pid=82373) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +-------------------------------------+--------------+-----------+ | Migration | Total Needed | Completed | +-------------------------------------+--------------+-----------+ @@ -35032,35 +35058,35 @@ Running batches of 50 until complete +-------------------------------------+--------------+-----------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:init_nova:891 seq 1 1 +++lib/nova:init_nova:907 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:891 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:init_nova:907 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:init_nova:892 conductor_conf 1 +++lib/nova:init_nova:908 conductor_conf 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:831 local cell=1 +++lib/nova:conductor_conf:847 local cell=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:832 echo /etc/nova/nova_cell1.conf +++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:892 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 ++lib/nova:init_nova:908 /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file --database_connection not provided in the command line, using the value [database]/connection from the configuration file -INFO dbcounter [None req-768f7b13-86ac-40b7-9ef1-9c704bf5c829 None None] Registered counter for database nova_api -DEBUG dbcounter [-] [82501] Writer thread running {{(pid=82501) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +INFO dbcounter [None req-2abfc0e8-8fd4-4f6d-827d-ca1fdd33836a None None] Registered counter for database nova_api +DEBUG dbcounter [-] [82404] Writer thread running {{(pid=82404) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:896 create_nova_keys_dir ++lib/nova:init_nova:912 create_nova_keys_dir tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_nova_keys_dir:838 sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys ++lib/nova:create_nova_keys_dir:854 sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:init_nova:898 [[ '' == \L\V\M ]] ++lib/nova:init_nova:914 [[ '' == \L\V\M ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1263 async_runfunc configure_neutron_nova @@ -35080,7 +35106,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 configure_neutron_nova -[3597 Async configure_neutron_nova:82579]: running: configure_neutron_nova +[3421 Async configure_neutron_nova:82482]: running: configure_neutron_nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1271 run_phase stack post-config @@ -35288,8 +35314,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +inc/meta-config:merge_config_file:96 get_meta_section /opt/stack/devstack/local.conf post-config '\$NOVA_CONF' +tput: No value for $TERM and no -T specified +inc/meta-config:merge_config_file:97 awk -v 'configfile=\$NOVA_CONF' ' BEGIN { section = "" @@ -35360,10 +35386,10 @@ tput: No value for $TERM and no -T specified ' tput: No value for $TERM and no -T specified +inc/meta-config:merge_config_file:164 read a +tput: No value for $TERM and no -T specified awk: warning: escape sequence `\$' treated as plain `$' awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +inc/meta-config:get_meta_section:33 local file=/opt/stack/devstack/local.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -35458,16 +35484,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async configure_neutron_nova:82579]: Waiting for completion of configure_neutron_nova running on PID 82579 (2 other jobs running) -[3597 Async configure_neutron_nova:82579]: Signaling child to exit +[3421 Async configure_neutron_nova:82482]: Waiting for completion of configure_neutron_nova running on PID 82482 (2 other jobs running) +[3421 Async configure_neutron_nova:82482]: Signaling child to exit tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[82579 Async configure_neutron_nova:82579]: finished successfully +[82482 Async configure_neutron_nova:82482]: finished successfully WAKEUP -[3597 Async configure_neutron_nova:82579]: Signaled +[3421 Async configure_neutron_nova:82482]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:configure_neutron_nova:475 create_nova_conf_neutron /etc/nova/nova.conf @@ -35659,10 +35685,10 @@ tput: No value for $TERM and no -T specified ++lib/neutron:configure_neutron_nova:479 conductor_conf 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:831 local cell=1 +++lib/nova:conductor_conf:847 local cell=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:832 echo /etc/nova/nova_cell1.conf +++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:configure_neutron_nova:479 conf=/etc/nova/nova_cell1.conf @@ -35840,7 +35866,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async configure_neutron_nova:82579]: finished configure_neutron_nova with result 0 in 1 seconds +[3421 Async configure_neutron_nova:82482]: finished configure_neutron_nova with result 0 in 1 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -35916,16 +35942,16 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:1315 start_nova_api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:972 local service_port=8774 ++lib/nova:start_nova_api:988 local service_port=8774 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:973 local service_protocol=http ++lib/nova:start_nova_api:989 local service_protocol=http tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:974 local nova_url ++lib/nova:start_nova_api:990 local nova_url tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:975 is_service_enabled tls-proxy ++lib/nova:start_nova_api:991 is_service_enabled tls-proxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -35941,19 +35967,19 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:981 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_api:997 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:982 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_api:998 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:982 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_api:998 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:start_nova_api:984 which uwsgi +++lib/nova:start_nova_api:1000 which uwsgi tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:984 run_process n-api '/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' ++lib/nova:start_nova_api:1000 run_process n-api '/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-api @@ -35989,14 +36015,14 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936166670 ++functions-common:time_start:2412 _TIME_START[$name]=1736894080696 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specifiedtput: +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -36148,10 +36174,10 @@ tput: No value for $TERM and no -T specified +functions-common:write_uwsgi_user_unit_file:1584 iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -36161,8 +36187,8 @@ tput: No value for $TERM and no -T specified +functions-common:write_uwsgi_user_unit_file:1585 iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -36234,8 +36260,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -36273,38 +36299,38 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936166670 ++functions-common:time_stop:2428 start_time=1736894080696 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936166670 ]] ++functions-common:time_stop:2430 [[ -z 1736894080696 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936169103 ++functions-common:time_stop:2433 end_time=1736894082855 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2433 ++functions-common:time_stop:2434 elapsed_time=2159 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=3776 ++functions-common:time_stop:2435 total=4236 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=6209 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=6395 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:985 nova_url=http://10.201.9.223/compute/v2.1/ ++lib/nova:start_nova_api:1001 nova_url=http://10.201.9.223/compute/v2.1/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:987 echo 'Waiting for nova-api to start...' ++lib/nova:start_nova_api:1003 echo 'Waiting for nova-api to start...' Waiting for nova-api to start... tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:988 wait_for_service 60 http://10.201.9.223/compute/v2.1/ ++lib/nova:start_nova_api:1004 wait_for_service 60 http://10.201.9.223/compute/v2.1/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:468 local timeout=60 @@ -36331,7 +36357,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936169201 ++functions-common:time_start:2412 _TIME_START[$name]=1736894082943 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:472 timeout 60 bash -x @@ -36367,37 +36393,37 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=wait_for_service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936169201 ++functions-common:time_stop:2428 start_time=1736894082943 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936169201 ]] ++functions-common:time_stop:2430 [[ -z 1736894082943 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936172012 ++functions-common:time_stop:2433 end_time=1736894085800 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2811 ++functions-common:time_stop:2434 elapsed_time=2857 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=2096 ++functions-common:time_stop:2435 total=2093 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=4907 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=4950 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:478 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:992 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_api:1008 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_api:992 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_api:1008 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1318 is_service_enabled ovn-controller ovn-controller-vtep @@ -36525,13 +36551,13 @@ Suggested packages: vim-addon-manager The following NEW packages will be installed: apparmor-utils python3-apparmor python3-libapparmor -0 upgraded, 3 newly installed, 0 to remove and 71 not upgraded. +0 upgraded, 3 newly installed, 0 to remove and 72 not upgraded. Need to get 170 kB of archives. After this operation, 1,186 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-libapparmor amd64 3.0.4-2ubuntu2.4 [29.5 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apparmor all 3.0.4-2ubuntu2.4 [81.1 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apparmor-utils all 3.0.4-2ubuntu2.4 [59.5 kB] -Fetched 170 kB in 3s (62.2 kB/s) +Fetched 170 kB in 3s (53.6 kB/s) Selecting previously unselected package python3-libapparmor. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 71002 files and directories currently installed.) Preparing to unpack .../python3-libapparmor_3.0.4-2ubuntu2.4_amd64.deb ... @@ -36588,28 +36614,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=apt-get tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936172637 ++functions-common:time_stop:2428 start_time=1736894086374 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936172637 ]] ++functions-common:time_stop:2430 [[ -z 1736894086374 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936180759 ++functions-common:time_stop:2433 end_time=1736894094878 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=8122 ++functions-common:time_stop:2434 elapsed_time=8504 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=381704 ++functions-common:time_stop:2435 total=363212 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=389826 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=371716 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:apt_get:1219 return 0 @@ -36784,7 +36810,7 @@ tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:_start_ovs:676 sudo ovs-vsctl --no-wait set open_vswitch . system-type=devstack tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/ovn_agent:_start_ovs:677 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:system-id=8454b1b8-93b2-4eeb-b410-50021f5ae18b ++lib/neutron_plugins/ovn_agent:_start_ovs:677 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:system-id=cc8c4e13-e896-489d-bf22-fc9b11d9234a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:_start_ovs:678 sudo ovs-vsctl --no-wait set open_vswitch . external-ids:ovn-remote=tcp:10.201.9.223:6642 @@ -36875,8 +36901,8 @@ tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:start_ovn:742 is_service_enabled ovn-northd tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -37091,7 +37117,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936191759 ++functions-common:time_start:2412 _TIME_START[$name]=1736894105862 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled q-ovn-metadata-agent @@ -37323,28 +37349,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936191759 ++functions-common:time_stop:2428 start_time=1736894105862 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936191759 ]] ++functions-common:time_stop:2430 [[ -z 1736894105862 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936193772 ++functions-common:time_stop:2433 end_time=1736894107927 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2013 ++functions-common:time_stop:2434 elapsed_time=2065 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=6209 ++functions-common:time_stop:2435 total=6395 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=8222 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=8460 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/ovn_agent:start_ovn:792 setup_logging /etc/neutron/neutron_ovn_metadata_agent.ini @@ -37888,7 +37914,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936204114 ++functions-common:time_start:2412 _TIME_START[$name]=1736894118256 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled q-svc @@ -38120,28 +38146,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936204114 ++functions-common:time_stop:2428 start_time=1736894118256 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936204114 ]] ++functions-common:time_stop:2430 [[ -z 1736894118256 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936205616 ++functions-common:time_stop:2433 end_time=1736894119750 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1502 ++functions-common:time_stop:2434 elapsed_time=1494 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=8222 ++functions-common:time_stop:2435 total=8460 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=9724 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=9954 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:start_neutron_service_and_check:674 neutron_url=http://10.201.9.223:9696/ @@ -38206,7 +38232,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936205790 ++functions-common:time_start:2412 _TIME_START[$name]=1736894119917 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:test_with_retry:2365 timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.201.9.223:9696/networking; do sleep 0.5; done' @@ -38233,19 +38259,19 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=test_with_retry tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936205790 ++functions-common:time_stop:2428 start_time=1736894119917 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936205790 ]] ++functions-common:time_stop:2430 [[ -z 1736894119917 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936210481 ++functions-common:time_stop:2433 end_time=1736894124584 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=4691 ++functions-common:time_stop:2434 elapsed_time=4667 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2435 total=0 @@ -38254,7 +38280,7 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=4691 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=4667 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1334 is_service_enabled placement @@ -38327,7 +38353,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936210777 ++functions-common:time_start:2412 _TIME_START[$name]=1736894124901 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled placement-api @@ -38611,28 +38637,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936210777 ++functions-common:time_stop:2428 start_time=1736894124901 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936210777 ]] ++functions-common:time_stop:2430 [[ -z 1736894124901 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936213130 ++functions-common:time_stop:2433 end_time=1736894127301 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2353 ++functions-common:time_stop:2434 elapsed_time=2400 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=9724 ++functions-common:time_stop:2435 total=9954 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12077 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=12354 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/placement:start_placement_api:130 echo 'Waiting for placement-api to start...' @@ -38666,7 +38692,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936213219 ++functions-common:time_start:2412 _TIME_START[$name]=1736894127400 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:472 timeout 60 bash -x @@ -38702,28 +38728,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=wait_for_service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936213219 ++functions-common:time_stop:2428 start_time=1736894127400 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936213219 ]] ++functions-common:time_stop:2430 [[ -z 1736894127400 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936214405 ++functions-common:time_stop:2433 end_time=1736894128569 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1186 ++functions-common:time_stop:2434 elapsed_time=1169 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=4907 ++functions-common:time_stop:2435 total=4950 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=6093 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=6119 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:478 return 0 @@ -38787,7 +38813,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936214729 ++functions-common:time_start:2412 _TIME_START[$name]=1736894128873 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled q-agt @@ -38827,28 +38853,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936214729 ++functions-common:time_stop:2428 start_time=1736894128873 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936214729 ]] ++functions-common:time_stop:2430 [[ -z 1736894128873 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936214932 ++functions-common:time_stop:2433 end_time=1736894129083 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=203 ++functions-common:time_stop:2434 elapsed_time=210 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=12077 ++functions-common:time_stop:2435 total=12354 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12280 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=12564 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:start_l2_agent:699 is_provider_network @@ -38899,7 +38925,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936215217 ++functions-common:time_start:2412 _TIME_START[$name]=1736894129350 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled q-dhcp @@ -38939,28 +38965,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936215217 ++functions-common:time_stop:2428 start_time=1736894129350 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936215217 ]] ++functions-common:time_stop:2430 [[ -z 1736894129350 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936215441 ++functions-common:time_stop:2433 end_time=1736894129516 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=224 ++functions-common:time_stop:2434 elapsed_time=166 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=12280 ++functions-common:time_stop:2435 total=12564 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12504 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=12730 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron:start_other_agents:717 determine_config_files neutron-l3-agent @@ -39026,7 +39052,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936215790 ++functions-common:time_start:2412 _TIME_START[$name]=1736894129786 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled q-l3 @@ -39066,28 +39092,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936215790 ++functions-common:time_stop:2428 start_time=1736894129786 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936215790 ]] ++functions-common:time_stop:2430 [[ -z 1736894129786 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936216009 ++functions-common:time_stop:2433 end_time=1736894129944 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=219 ++functions-common:time_stop:2434 elapsed_time=158 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=12504 ++functions-common:time_stop:2435 total=12730 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12723 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=12888 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:start_other_agents:719 run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' @@ -39126,7 +39152,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936216249 ++functions-common:time_start:2412 _TIME_START[$name]=1736894130131 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled q-meta @@ -39166,28 +39192,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936216249 ++functions-common:time_stop:2428 start_time=1736894130131 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936216249 ]] ++functions-common:time_stop:2430 [[ -z 1736894130131 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936216497 ++functions-common:time_stop:2433 end_time=1736894130300 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=248 ++functions-common:time_stop:2434 elapsed_time=169 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=12723 ++functions-common:time_stop:2435 total=12888 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12971 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=13057 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron:start_other_agents:720 run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' @@ -39226,7 +39252,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936216738 ++functions-common:time_start:2412 _TIME_START[$name]=1736894130480 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled q-metering @@ -39266,28 +39292,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936216738 ++functions-common:time_stop:2428 start_time=1736894130480 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936216738 ]] ++functions-common:time_stop:2430 [[ -z 1736894130480 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936216965 ++functions-common:time_stop:2433 end_time=1736894130637 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=227 ++functions-common:time_stop:2434 elapsed_time=157 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=12971 ++functions-common:time_stop:2435 total=13057 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=13198 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=13214 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1343 is_service_enabled q-svc @@ -39522,7 +39548,7 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:create_neutron_initial_network:202 NET_ID=6437aeb8-66de-4955-bea7-bf84578aa441 ++lib/neutron_plugins/services/l3:create_neutron_initial_network:202 NET_ID=48d5152c-6691-449f-b111-e44ba4f4f95a tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:create_neutron_initial_network:203 die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' @@ -39565,17 +39591,17 @@ tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 subnet_params+='--subnet-range 10.0.0.0/22 ' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 subnet_params+='--network 6437aeb8-66de-4955-bea7-bf84578aa441 private-subnet' +++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 subnet_params+='--network 48d5152c-6691-449f-b111-e44ba4f4f95a private-subnet' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 local subnet_id tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 oscwrap --os-cloud devstack-******-demo --os-region RegionOne subnet create --ip-version 4 --subnet-range 10.0.0.0/22 --network 6437aeb8-66de-4955-bea7-bf84578aa441 private-subnet -f value -c id ++++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 oscwrap --os-cloud devstack-******-demo --os-region RegionOne subnet create --ip-version 4 --subnet-range 10.0.0.0/22 --network 48d5152c-6691-449f-b111-e44ba4f4f95a private-subnet -f value -c id +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -39587,7 +39613,7 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 subnet_id=9249c945-281f-471a-85d7-376d476eb593 +++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 subnet_id=31c7ed45-300b-4e9d-90f1-d184e0e6677e tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' @@ -39606,10 +39632,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 echo 9249c945-281f-471a-85d7-376d476eb593 +++lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 echo 31c7ed45-300b-4e9d-90f1-d184e0e6677e tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:create_neutron_initial_network:207 SUBNET_ID=9249c945-281f-471a-85d7-376d476eb593 ++lib/neutron_plugins/services/l3:create_neutron_initial_network:207 SUBNET_ID=31c7ed45-300b-4e9d-90f1-d184e0e6677e tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:create_neutron_initial_network:210 [[ 4 =~ .*6 ]] @@ -39968,7 +39994,7 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:create_neutron_initial_network:220 ROUTER_ID=1d19e77e-eb95-4fc9-ba94-440c94c912ae ++lib/neutron_plugins/services/l3:create_neutron_initial_network:220 ROUTER_ID=6d7ef129-362f-4156-945c-332e54e8edf8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:create_neutron_initial_network:221 die_if_not_set 221 ROUTER_ID 'Failure creating router router1' @@ -40179,7 +40205,7 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:create_neutron_initial_network:234 EXT_NET_ID=bd4eaa79-3bec-4d07-9435-715a71db2645 ++lib/neutron_plugins/services/l3:create_neutron_initial_network:234 EXT_NET_ID=9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:create_neutron_initial_network:238 die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' @@ -40204,13 +40230,13 @@ tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:create_neutron_initial_network:242 _neutron_configure_router_v4 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 openstack --os-cloud devstack-******-demo --os-region RegionOne router add subnet 1d19e77e-eb95-4fc9-ba94-440c94c912ae 9249c945-281f-471a-85d7-376d476eb593 ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 openstack --os-cloud devstack-******-demo --os-region RegionOne router add subnet 6d7ef129-362f-4156-945c-332e54e8edf8 31c7ed45-300b-4e9d-90f1-d184e0e6677e tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 local id_and_ext_gw_ip tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 _neutron_create_public_subnet_v4 bd4eaa79-3bec-4d07-9435-715a71db2645 +++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 _neutron_create_public_subnet_v4 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 local 'subnet_params=--ip-version 4 ' @@ -40222,7 +40248,7 @@ tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 subnet_params+='--network bd4eaa79-3bec-4d07-9435-715a71db2645 --subnet-range 172.24.4.0/24 --no-dhcp ' +++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 subnet_params+='--network 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 --subnet-range 172.24.4.0/24 --no-dhcp ' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 subnet_params+=public-subnet @@ -40234,7 +40260,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 grep -e gateway_ip -e ' id ' tput: No value for $TERM and no -T specified -+++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 oscwrap --os-cloud devstack-****** --os-region RegionOne subnet create --ip-version 4 --network bd4eaa79-3bec-4d07-9435-715a71db2645 --subnet-range 172.24.4.0/24 --no-dhcp public-subnet ++++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 oscwrap --os-cloud devstack-****** --os-region RegionOne subnet create --ip-version 4 --network 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 --subnet-range 172.24.4.0/24 --no-dhcp public-subnet tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -40251,7 +40277,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 id_and_ext_gw_ip='| gateway_ip | 172.24.4.1 | -| id | c81955e0-af60-423d-aecd-24babdafd25c |' +| id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' @@ -40270,10 +40296,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' c81955e0-af60-423d-aecd-24babdafd25c '|' +++lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' 2e40dc24-c635-4512-9eed-b95b6c562508 '|' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 id_and_ext_gw_ip='| gateway_ip | 172.24.4.1 | | id | c81955e0-af60-423d-aecd-24babdafd25c |' ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 id_and_ext_gw_ip='| gateway_ip | 172.24.4.1 | | id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 local ext_gw_ip @@ -40282,7 +40308,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 get_field 2 tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' c81955e0-af60-423d-aecd-24babdafd25c '|' +++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' 2e40dc24-c635-4512-9eed-b95b6c562508 '|' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:get_field:810 local data field @@ -40298,7 +40324,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_field:817 echo '| gateway_ip | 172.24.4.1 | | id | c81955e0-af60-423d-aecd-24babdafd25c |' +++functions-common:get_field:817 echo '| gateway_ip | 172.24.4.1 | | id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' tput: No value for $TERM and no -T specified ++functions-common:get_field:817 awk '-F[ \t]*\\|[ \t]*' '{print $3}' tput: No value for $TERM and no -T specified @@ -40310,9 +40336,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 get_field 5 -++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' c81955e0-af60-423d-aecd-24babdafd25c '|' +tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 echo '|' gateway_ip '|' 172.24.4.1 '|' '|' id '|' 2e40dc24-c635-4512-9eed-b95b6c562508 '|' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:get_field:810 local data field @@ -40328,18 +40354,18 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:get_field:817 awk '-F[ \t]*\\|[ \t]*' '{print $6}' +++functions-common:get_field:817 echo '| gateway_ip | 172.24.4.1 | | id | 2e40dc24-c635-4512-9eed-b95b6c562508 |' tput: No value for $TERM and no -T specified -++functions-common:get_field:817 echo '| gateway_ip | 172.24.4.1 | | id | c81955e0-af60-423d-aecd-24babdafd25c |' +++functions-common:get_field:817 awk '-F[ \t]*\\|[ \t]*' '{print $6}' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:get_field:811 read data tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 PUB_SUBNET_ID=c81955e0-af60-423d-aecd-24babdafd25c ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 PUB_SUBNET_ID=2e40dc24-c635-4512-9eed-b95b6c562508 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 openstack --os-cloud devstack-******-demo --os-region RegionOne router set --external-gateway bd4eaa79-3bec-4d07-9435-715a71db2645 1d19e77e-eb95-4fc9-ba94-440c94c912ae ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 openstack --os-cloud devstack-******-demo --os-region RegionOne router set --external-gateway 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 6d7ef129-362f-4156-945c-332e54e8edf8 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 [[ ovn == \o\v\n ]] @@ -40427,7 +40453,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936237588 ++functions-common:time_start:2412 _TIME_START[$name]=1736894150770 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:test_with_retry:2365 timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' @@ -40454,28 +40480,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=test_with_retry tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936237588 ++functions-common:time_stop:2428 start_time=1736894150770 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936237588 ]] ++functions-common:time_stop:2430 [[ -z 1736894150770 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936237668 ++functions-common:time_stop:2433 end_time=1736894150880 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=80 ++functions-common:time_stop:2434 elapsed_time=110 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=4691 ++functions-common:time_stop:2435 total=4667 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=4771 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=4777 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -40505,16 +40531,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 oscwrap --os-cloud devstack-****** --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway -tput: No value for $TERM and no -T specified -++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 tr '\n' ' ' tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 oscwrap --os-cloud devstack-****** --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 awk -Fip_address '{ print $2 }' tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 cut -f2 '-d'\''' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 tr '\n' ' ' +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -40527,7 +40553,7 @@ tput: No value for $TERM and no -T specified ++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 ROUTER_GW_IP=' 172.24.4.220 ' ++lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 ROUTER_GW_IP=' 172.24.4.113 ' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' @@ -40583,22 +40609,22 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:1357 start_nova tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova:1172 start_nova_rest ++lib/nova:start_nova:1188 start_nova_rest tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1085 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_rest:1101 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1086 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_rest:1102 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1086 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_rest:1102 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1088 local compute_cell_conf=/etc/nova/nova.conf ++lib/nova:start_nova_rest:1104 local compute_cell_conf=/etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1090 run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' ++lib/nova:start_nova_rest:1106 run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-sch @@ -40634,7 +40660,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936239587 ++functions-common:time_start:2412 _TIME_START[$name]=1736894152692 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-sch @@ -40809,7 +40835,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified - +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -40866,34 +40892,34 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936239587 ++functions-common:time_stop:2428 start_time=1736894152692 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936239587 ]] ++functions-common:time_stop:2430 [[ -z 1736894152692 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936241444 ++functions-common:time_stop:2433 end_time=1736894154722 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1857 ++functions-common:time_stop:2434 elapsed_time=2030 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=13198 ++functions-common:time_stop:2435 total=13214 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=15055 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=15244 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:start_nova_rest:1091 which uwsgi +++lib/nova:start_nova_rest:1107 which uwsgi tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1091 run_process n-api-meta '/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' ++lib/nova:start_nova_rest:1107 run_process n-api-meta '/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-api-meta @@ -40929,7 +40955,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936241608 ++functions-common:time_start:2412 _TIME_START[$name]=1736894154869 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-api-meta @@ -41142,8 +41168,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified + tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41213,67 +41239,67 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936241608 ++functions-common:time_stop:2428 start_time=1736894154869 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936241608 ]] ++functions-common:time_stop:2430 [[ -z 1736894154869 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936243630 ++functions-common:time_stop:2433 end_time=1736894156775 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2022 ++functions-common:time_stop:2434 elapsed_time=1906 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=15055 ++functions-common:time_stop:2435 total=15244 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=17077 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=17150 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1093 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_rest:1109 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_rest:1093 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_rest:1109 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova:1173 start_nova_console_proxies ++lib/nova:start_nova:1189 start_nova_console_proxies tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1108 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_console_proxies:1124 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1110 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_console_proxies:1126 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1110 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_console_proxies:1126 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1112 local api_cell_conf=/etc/nova/nova.conf ++lib/nova:start_nova_console_proxies:1128 local api_cell_conf=/etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1114 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] ++lib/nova:start_nova_console_proxies:1130 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1119 enable_nova_console_proxies ++lib/nova:start_nova_console_proxies:1135 enable_nova_console_proxies tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:enable_nova_console_proxies:1097 seq 1 1 +++lib/nova:enable_nova_console_proxies:1113 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1097 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:enable_nova_console_proxies:1113 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1098 for srv in n-novnc n-spice n-sproxy ++lib/nova:enable_nova_console_proxies:1114 for srv in n-novnc n-spice n-sproxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1099 is_service_enabled n-novnc ++lib/nova:enable_nova_console_proxies:1115 is_service_enabled n-novnc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41289,7 +41315,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1100 enable_service n-novnc-cell1 ++lib/nova:enable_nova_console_proxies:1116 enable_service n-novnc-cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41302,10 +41328,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1098 for srv in n-novnc n-spice n-sproxy ++lib/nova:enable_nova_console_proxies:1114 for srv in n-novnc n-spice n-sproxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1099 is_service_enabled n-spice ++lib/nova:enable_nova_console_proxies:1115 is_service_enabled n-spice tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41321,10 +41347,10 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1098 for srv in n-novnc n-spice n-sproxy ++lib/nova:enable_nova_console_proxies:1114 for srv in n-novnc n-spice n-sproxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_console_proxies:1099 is_service_enabled n-sproxy ++lib/nova:enable_nova_console_proxies:1115 is_service_enabled n-sproxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41340,28 +41366,28 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:start_nova_console_proxies:1120 seq 1 1 +++lib/nova:start_nova_console_proxies:1136 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1120 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:start_nova_console_proxies:1136 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1121 local conf ++lib/nova:start_nova_console_proxies:1137 local conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:start_nova_console_proxies:1122 conductor_conf 1 +++lib/nova:start_nova_console_proxies:1138 conductor_conf 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:831 local cell=1 +++lib/nova:conductor_conf:847 local cell=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:832 echo /etc/nova/nova_cell1.conf +++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1122 conf=/etc/nova/nova_cell1.conf ++lib/nova:start_nova_console_proxies:1138 conf=/etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1123 run_process n-novnc-cell1 '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' ++lib/nova:start_nova_console_proxies:1139 run_process n-novnc-cell1 '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-novnc-cell1 @@ -41397,7 +41423,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936244187 ++functions-common:time_start:2412 _TIME_START[$name]=1736894157359 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-novnc-cell1 @@ -41629,31 +41655,31 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936244187 ++functions-common:time_stop:2428 start_time=1736894157359 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936244187 ]] ++functions-common:time_stop:2430 [[ -z 1736894157359 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936246066 ++functions-common:time_stop:2433 end_time=1736894159078 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1879 ++functions-common:time_stop:2434 elapsed_time=1719 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=17077 ++functions-common:time_stop:2435 total=17150 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=18956 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=18869 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1124 run_process n-spice-cell1 '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' ++lib/nova:start_nova_console_proxies:1140 run_process n-spice-cell1 '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-spice-cell1 @@ -41689,14 +41715,14 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936246172 ++functions-common:time_start:2412 _TIME_START[$name]=1736894159200 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-spice-cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41729,31 +41755,31 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936246172 ++functions-common:time_stop:2428 start_time=1736894159200 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936246172 ]] ++functions-common:time_stop:2430 [[ -z 1736894159200 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936246274 ++functions-common:time_stop:2433 end_time=1736894159333 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=102 ++functions-common:time_stop:2434 elapsed_time=133 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=18956 ++functions-common:time_stop:2435 total=18869 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=19058 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=19002 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1125 run_process n-sproxy-cell1 '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' ++lib/nova:start_nova_console_proxies:1141 run_process n-sproxy-cell1 '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-sproxy-cell1 @@ -41789,7 +41815,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936246436 ++functions-common:time_start:2412 _TIME_START[$name]=1736894159496 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-sproxy-cell1 @@ -41829,46 +41855,46 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936246436 ++functions-common:time_stop:2428 start_time=1736894159496 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936246436 ]] ++functions-common:time_stop:2430 [[ -z 1736894159496 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936246629 ++functions-common:time_stop:2433 end_time=1736894159623 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=193 ++functions-common:time_stop:2434 elapsed_time=127 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=19058 ++functions-common:time_stop:2435 total=19002 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=19251 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=19129 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1129 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_console_proxies:1145 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_console_proxies:1129 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_console_proxies:1145 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova:1174 start_nova_conductor ++lib/nova:start_nova:1190 start_nova_conductor tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1142 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] ++lib/nova:start_nova_conductor:1158 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1148 enable_nova_fleet ++lib/nova:start_nova_conductor:1164 enable_nova_fleet tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_fleet:1133 is_service_enabled n-cond ++lib/nova:enable_nova_fleet:1149 is_service_enabled n-cond tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41884,7 +41910,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_fleet:1134 enable_service n-super-cond ++lib/nova:enable_nova_fleet:1150 enable_service n-super-cond tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41897,13 +41923,13 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:enable_nova_fleet:1135 seq 1 1 +++lib/nova:enable_nova_fleet:1151 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_fleet:1135 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:enable_nova_fleet:1151 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:enable_nova_fleet:1136 enable_service n-cond-cell1 ++lib/nova:enable_nova_fleet:1152 enable_service n-cond-cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41916,7 +41942,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1149 is_service_enabled n-super-cond ++lib/nova:start_nova_conductor:1165 is_service_enabled n-super-cond tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -41932,7 +41958,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1150 run_process n-super-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' ++lib/nova:start_nova_conductor:1166 run_process n-super-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-super-cond @@ -41968,7 +41994,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936247043 ++functions-common:time_start:2412 _TIME_START[$name]=1736894160006 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-super-cond @@ -42200,37 +42226,37 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936247043 ++functions-common:time_stop:2428 start_time=1736894160006 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936247043 ]] ++functions-common:time_stop:2430 [[ -z 1736894160006 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936248845 ++functions-common:time_stop:2433 end_time=1736894161689 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1802 ++functions-common:time_stop:2434 elapsed_time=1683 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=19251 ++functions-common:time_stop:2435 total=19129 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=21053 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=20812 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:start_nova_conductor:1152 seq 1 1 +++lib/nova:start_nova_conductor:1168 seq 1 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1152 for i in $(seq 1 $NOVA_NUM_CELLS) ++lib/nova:start_nova_conductor:1168 for i in $(seq 1 $NOVA_NUM_CELLS) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1153 is_service_enabled n-cond-cell1 ++lib/nova:start_nova_conductor:1169 is_service_enabled n-cond-cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42246,22 +42272,22 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1154 local conf ++lib/nova:start_nova_conductor:1170 local conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:start_nova_conductor:1155 conductor_conf 1 +++lib/nova:start_nova_conductor:1171 conductor_conf 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:831 local cell=1 +++lib/nova:conductor_conf:847 local cell=1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:conductor_conf:832 echo /etc/nova/nova_cell1.conf +++lib/nova:conductor_conf:848 echo /etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1155 conf=/etc/nova/nova_cell1.conf ++lib/nova:start_nova_conductor:1171 conf=/etc/nova/nova_cell1.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_conductor:1156 run_process n-cond-cell1 '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' ++lib/nova:start_nova_conductor:1172 run_process n-cond-cell1 '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-cond-cell1 @@ -42297,7 +42323,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936249089 ++functions-common:time_start:2412 _TIME_START[$name]=1736894161936 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-cond-cell1 @@ -42529,49 +42555,49 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936249089 ++functions-common:time_stop:2428 start_time=1736894161936 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936249089 ]] ++functions-common:time_stop:2430 [[ -z 1736894161936 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936250658 ++functions-common:time_stop:2433 end_time=1736894163750 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1569 ++functions-common:time_stop:2434 elapsed_time=1814 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=21053 ++functions-common:time_stop:2435 total=20812 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=22622 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=22626 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova:1175 start_nova_compute ++lib/nova:start_nova:1191 start_nova_compute tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:999 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_compute:1015 local old_path=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1000 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_compute:1016 export PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1000 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_compute:1016 PATH=/opt/stack/data/venv/bin:/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1002 local compute_cell_conf=/etc/nova/nova.conf ++lib/nova:start_nova_compute:1018 local compute_cell_conf=/etc/nova/nova.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1005 cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf ++lib/nova:start_nova_compute:1021 cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1007 merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' ++lib/nova:start_nova_compute:1023 merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/meta-config:merge_config_file:83 local file=/opt/stack/devstack/local.conf @@ -42600,8 +42626,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/meta-config:merge_config_file:96 get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+inc/meta-config:merge_config_file:164 read a +inc/meta-config:merge_config_file:97 awk -v 'configfile=$NOVA_CPU_CONF' ' BEGIN { section = "" @@ -42670,10 +42697,9 @@ tput: No value for $TERM and no -T specified } } ' -awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator -tput: No value for $TERM and no -T specified -+inc/meta-config:merge_config_file:96 get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' tput: No value for $TERM and no -T specified ++inc/meta-config:merge_config_file:164 read a +awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator tput: No value for $TERM and no -T specified +inc/meta-config:get_meta_section:33 local file=/opt/stack/devstack/local.conf tput: No value for $TERM and no -T specified @@ -42709,10 +42735,10 @@ tput: No value for $TERM and no -T specified ' /opt/stack/devstack/local.conf tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1009 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] ++lib/nova:start_nova_compute:1025 [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1016 iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True ++lib/nova:start_nova_compute:1032 iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42725,7 +42751,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1019 iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False ++lib/nova:start_nova_compute:1035 iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42738,7 +42764,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1020 iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 ++lib/nova:start_nova_compute:1036 iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/rpc_backend:iniset_rpc_backend:144 local package=nova @@ -42813,7 +42839,7 @@ tput: No value for $TERM and no -T specified +lib/rpc_backend:iniset_rpc_backend:153 '[' -n '' ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1024 inidelete /etc/nova/nova-cpu.conf database connection ++lib/nova:start_nova_compute:1040 inidelete /etc/nova/nova-cpu.conf database connection tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42826,7 +42852,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1025 inidelete /etc/nova/nova-cpu.conf api_database connection ++lib/nova:start_nova_compute:1041 inidelete /etc/nova/nova-cpu.conf api_database connection tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42839,19 +42865,19 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1030 configure_console_compute ++lib/nova:start_nova_compute:1046 configure_console_compute tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:666 local offset ++lib/nova:configure_console_compute:682 local offset tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:667 offset=0 ++lib/nova:configure_console_compute:683 offset=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:671 local default_proxyclient_addr ++lib/nova:configure_console_compute:687 local default_proxyclient_addr tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/nova:configure_console_compute:672 iniget /etc/nova/nova-cpu.conf DEFAULT my_ip +++lib/nova:configure_console_compute:688 iniget /etc/nova/nova-cpu.conf DEFAULT my_ip tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42864,10 +42890,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:672 default_proxyclient_addr=10.201.9.223 ++lib/nova:configure_console_compute:688 default_proxyclient_addr=10.201.9.223 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:676 is_service_enabled n-cpu ++lib/nova:configure_console_compute:692 is_service_enabled n-cpu tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42883,10 +42909,10 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:677 '[' False == True ']' ++lib/nova:configure_console_compute:693 '[' False == True ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:680 vercmp v1.3.0 '<' 1.0.0 ++lib/nova:configure_console_compute:696 vercmp v1.3.0 '<' 1.0.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:vercmp:639 local v1=v1.3.0 @@ -42925,10 +42951,10 @@ tput: No value for $TERM and no -T specified +functions:vercmp:659 return tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:685 NOVNCPROXY_URL=http://10.201.9.223:6080/vnc_lite.html ++lib/nova:configure_console_compute:701 NOVNCPROXY_URL=http://10.201.9.223:6080/vnc_lite.html tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:687 iniset /etc/nova/nova-cpu.conf vnc novncproxy_base_url http://10.201.9.223:6080/vnc_lite.html ++lib/nova:configure_console_compute:703 iniset /etc/nova/nova-cpu.conf vnc novncproxy_base_url http://10.201.9.223:6080/vnc_lite.html tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42941,10 +42967,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:688 SPICEHTML5PROXY_URL=http://10.201.9.223:6081/spice_auto.html ++lib/nova:configure_console_compute:704 SPICEHTML5PROXY_URL=http://10.201.9.223:6081/spice_auto.html tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:689 iniset /etc/nova/nova-cpu.conf spice html5proxy_base_url http://10.201.9.223:6081/spice_auto.html ++lib/nova:configure_console_compute:705 iniset /etc/nova/nova-cpu.conf spice html5proxy_base_url http://10.201.9.223:6081/spice_auto.html tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42957,7 +42983,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:692 is_service_enabled n-novnc ++lib/nova:configure_console_compute:708 is_service_enabled n-novnc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42973,13 +42999,13 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:695 VNCSERVER_LISTEN=0.0.0.0 ++lib/nova:configure_console_compute:711 VNCSERVER_LISTEN=0.0.0.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:696 VNCSERVER_PROXYCLIENT_ADDRESS=10.201.9.223 ++lib/nova:configure_console_compute:712 VNCSERVER_PROXYCLIENT_ADDRESS=10.201.9.223 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:697 iniset /etc/nova/nova-cpu.conf vnc server_listen 0.0.0.0 ++lib/nova:configure_console_compute:713 iniset /etc/nova/nova-cpu.conf vnc server_listen 0.0.0.0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -42992,7 +43018,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:698 iniset /etc/nova/nova-cpu.conf vnc server_proxyclient_address 10.201.9.223 ++lib/nova:configure_console_compute:714 iniset /etc/nova/nova-cpu.conf vnc server_proxyclient_address 10.201.9.223 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43005,7 +43031,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:703 is_service_enabled n-spice ++lib/nova:configure_console_compute:719 is_service_enabled n-spice tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43021,7 +43047,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:configure_console_compute:713 is_service_enabled n-sproxy ++lib/nova:configure_console_compute:729 is_service_enabled n-sproxy tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43037,7 +43063,7 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1034 iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 180 ++lib/nova:start_nova_compute:1050 iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 180 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43050,10 +43076,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1037 '[' -n 127.0.0.1 ']' ++lib/nova:start_nova_compute:1053 '[' -n 127.0.0.1 ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1038 iniset /etc/nova/nova-cpu.conf os_vif_ovs ovsdb_connection tcp:127.0.0.1:6640 ++lib/nova:start_nova_compute:1054 iniset /etc/nova/nova-cpu.conf os_vif_ovs ovsdb_connection tcp:127.0.0.1:6640 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43066,13 +43092,13 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1042 [[ libvirt == \l\i\b\v\i\r\t ]] ++lib/nova:start_nova_compute:1058 [[ libvirt == \l\i\b\v\i\r\t ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1042 [[ qemu == \q\e\m\u ]] ++lib/nova:start_nova_compute:1058 [[ qemu == \q\e\m\u ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1043 iniset /etc/nova/nova-cpu.conf workarounds libvirt_disable_apic True ++lib/nova:start_nova_compute:1059 iniset /etc/nova/nova-cpu.conf workarounds libvirt_disable_apic True tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43085,16 +43111,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1046 [[ -n '' ]] ++lib/nova:start_nova_compute:1062 [[ -n '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1050 [[ libvirt = \l\i\b\v\i\r\t ]] ++lib/nova:start_nova_compute:1066 [[ libvirt = \l\i\b\v\i\r\t ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1051 '[' 0 -gt 0 ']' ++lib/nova:start_nova_compute:1067 '[' 0 -gt 0 ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1057 run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt ++lib/nova:start_nova_compute:1073 run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1675 local service=n-cpu @@ -43130,7 +43156,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936252070 ++functions-common:time_start:2412 _TIME_START[$name]=1736894165300 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled n-cpu @@ -43378,37 +43404,37 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936252070 ++functions-common:time_stop:2428 start_time=1736894165300 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936252070 ]] ++functions-common:time_stop:2430 [[ -z 1736894165300 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936253970 ++functions-common:time_stop:2433 end_time=1736894167054 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1900 ++functions-common:time_stop:2434 elapsed_time=1754 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=22622 ++functions-common:time_stop:2435 total=22626 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=24522 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=24380 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1079 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_compute:1095 export PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova_compute:1079 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin ++lib/nova:start_nova_compute:1095 PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova:1176 is_service_enabled n-api ++lib/nova:start_nova:1192 is_service_enabled n-api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43424,18 +43450,18 @@ tput: No value for $TERM and no -T specified +functions-common:is_service_enabled:2077 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova:1178 echo 'Dumping cells_v2 mapping' ++lib/nova:start_nova:1194 echo 'Dumping cells_v2 mapping' Dumping cells_v2 mapping tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:start_nova:1179 /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose -INFO dbcounter [None req-f3b4cbb0-1763-4d94-ab87-8eb9ff7db25d None None] Registered counter for database nova_api -DEBUG dbcounter [-] [99541] Writer thread running {{(pid=99541) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} ++lib/nova:start_nova:1195 /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose +INFO dbcounter [None req-b047bb97-c706-4654-ae2e-2df4f8e01176 None None] Registered counter for database nova_api +DEBUG dbcounter [-] [99442] Writer thread running {{(pid=99442) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +-------+--------------------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------+----------+ | Name | UUID | Transport URL | Database Connection | Disabled | +-------+--------------------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------+----------+ | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:******@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | -| cell1 | ccc1c179-ddf1-4cf0-9145-5b188337b990 | rabbit://stackrabbit:******@10.201.9.223:5672/nova_cell1 | mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | +| cell1 | 74f03ecc-c6c3-4ded-8e4a-61c50da33bc4 | rabbit://stackrabbit:******@10.201.9.223:5672/nova_cell1 | mysql+pymysql://root:******@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | +-------+--------------------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------+----------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -43456,7 +43482,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_inner:63 create_flavors -[3597 Async create_flavors:99612]: running: create_flavors +[3421 Async create_flavors:99513]: running: create_flavors tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1360 is_service_enabled cinder @@ -43541,7 +43567,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936256643 ++functions-common:time_start:2412 _TIME_START[$name]=1736894169698 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled c-api @@ -43825,28 +43851,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936256643 ++functions-common:time_stop:2428 start_time=1736894169698 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936256643 ]] ++functions-common:time_stop:2430 [[ -z 1736894169698 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936258538 ++functions-common:time_stop:2433 end_time=1736894171887 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1895 ++functions-common:time_stop:2434 elapsed_time=2189 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=24522 ++functions-common:time_stop:2435 total=24380 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=26417 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=26569 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:start_cinder:615 cinder_url=http://10.201.9.223/volume/v3 @@ -43883,7 +43909,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936258677 ++functions-common:time_start:2412 _TIME_START[$name]=1736894172089 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:472 timeout 60 bash -x @@ -43919,28 +43945,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=wait_for_service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936258677 ++functions-common:time_stop:2428 start_time=1736894172089 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936258677 ]] ++functions-common:time_stop:2430 [[ -z 1736894172089 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936260902 ++functions-common:time_stop:2433 end_time=1736894174285 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2225 ++functions-common:time_stop:2434 elapsed_time=2196 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=6093 ++functions-common:time_stop:2435 total=6119 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=8318 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=8315 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:478 return 0 @@ -43982,7 +44008,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936261096 ++functions-common:time_start:2412 _TIME_START[$name]=1736894174432 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled c-sch @@ -44156,8 +44182,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -44214,28 +44240,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936261096 ++functions-common:time_stop:2428 start_time=1736894174432 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936261096 ]] ++functions-common:time_stop:2430 [[ -z 1736894174432 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936262971 ++functions-common:time_stop:2433 end_time=1736894176069 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1875 ++functions-common:time_stop:2434 elapsed_time=1637 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=26417 ++functions-common:time_stop:2435 total=26569 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=28292 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=28206 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:start_cinder:628 malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' @@ -44277,7 +44303,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936263114 ++functions-common:time_start:2412 _TIME_START[$name]=1736894176192 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled c-bak @@ -44522,28 +44548,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936263114 ++functions-common:time_stop:2428 start_time=1736894176192 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936263114 ]] ++functions-common:time_stop:2430 [[ -z 1736894176192 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936265042 ++functions-common:time_stop:2433 end_time=1736894178048 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1928 ++functions-common:time_stop:2434 elapsed_time=1856 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=28292 ++functions-common:time_stop:2435 total=28206 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=30220 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=30062 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/cinder:start_cinder:630 run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' @@ -44582,7 +44608,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936265149 ++functions-common:time_start:2412 _TIME_START[$name]=1736894178172 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled c-vol @@ -44689,8 +44715,8 @@ tput: No value for $TERM and no -T specified +functions-common:write_user_unit_file:1552 iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -44827,28 +44853,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936265149 ++functions-common:time_stop:2428 start_time=1736894178172 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936265149 ]] ++functions-common:time_stop:2430 [[ -z 1736894178172 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936266887 ++functions-common:time_stop:2433 end_time=1736894179863 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1738 ++functions-common:time_stop:2434 elapsed_time=1691 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=30220 ++functions-common:time_stop:2435 total=30062 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=31958 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=31753 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1363 create_volume_types @@ -44915,7 +44941,7 @@ tput: No value for $TERM and no -T specified | Field | Value | +-------------+--------------------------------------+ | description | None | -| id | 13ba516e-22c7-42fd-a1b0-b00e6db8fccc | +| id | b1dadf04-17d0-4cb3-912f-aa90f3434829 | | is_public | True | | name | lvmdriver-1 | | properties | volume_backend_name='lvmdriver-1' | @@ -45020,7 +45046,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936269410 ++functions-common:time_start:2412 _TIME_START[$name]=1736894182249 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:run_process:1684 is_service_enabled g-api @@ -45304,28 +45330,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=run_process tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936269410 ++functions-common:time_stop:2428 start_time=1736894182249 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936269410 ]] ++functions-common:time_stop:2430 [[ -z 1736894182249 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936271458 ++functions-common:time_stop:2433 end_time=1736894184355 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2048 ++functions-common:time_stop:2434 elapsed_time=2106 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=31958 ++functions-common:time_stop:2435 total=31753 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=34006 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=33859 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/glance:start_glance:684 is_service_enabled g-api-r @@ -45375,7 +45401,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936271711 ++functions-common:time_start:2412 _TIME_START[$name]=1736894184749 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:472 timeout 60 bash -x @@ -45387,7 +45413,7 @@ tput: No value for $TERM and no -T specified +inc/async:async_inner:64 rc=0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[99612 Async create_flavors:99612]: finished successfully +[99513 Async create_flavors:99513]: finished successfully tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +:: [[ 300 == 503 ]] @@ -45417,28 +45443,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=wait_for_service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936271711 ++functions-common:time_stop:2428 start_time=1736894184749 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936271711 ]] ++functions-common:time_stop:2430 [[ -z 1736894184749 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936273594 ++functions-common:time_stop:2433 end_time=1736894186623 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=1883 ++functions-common:time_stop:2434 elapsed_time=1874 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=8318 ++functions-common:time_stop:2435 total=8315 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=10201 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=10189 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_service:478 return 0 @@ -45525,24 +45551,24 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:upload_image:146 wget --progress=dot:giga -c https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img -O /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img ---2025-01-03 20:31:13-- https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img +--2025-01-14 22:36:26-- https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img Resolving proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)... 10.120.125.146 Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. Proxy request sent, awaiting response... 302 Found Location: https://github.com/cirros-dev/cirros/releases/download/0.5.1/cirros-0.5.1-x86_64-disk.img [following] ---2025-01-03 20:31:14-- https://github.com/cirros-dev/cirros/releases/download/0.5.1/cirros-0.5.1-x86_64-disk.img +--2025-01-14 22:36:27-- https://github.com/cirros-dev/cirros/releases/download/0.5.1/cirros-0.5.1-x86_64-disk.img Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. Proxy request sent, awaiting response... 302 Found -Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/219785102/6ebfbc00-5fb5-11ea-91bd-96a6baa1496d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250103T203128Z&X-Amz-Expires=300&X-Amz-Signature=19736a14c9327b6f7782f8a53d34aeb9cf56add1c70c1bf7e5c4607d56dfbefe&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcirros-0.5.1-x86_64-disk.img&response-content-type=application%2Foctet-stream [following] ---2025-01-03 20:31:14-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/219785102/6ebfbc00-5fb5-11ea-91bd-96a6baa1496d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250103T203128Z&X-Amz-Expires=300&X-Amz-Signature=19736a14c9327b6f7782f8a53d34aeb9cf56add1c70c1bf7e5c4607d56dfbefe&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcirros-0.5.1-x86_64-disk.img&response-content-type=application%2Foctet-stream +Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/219785102/6ebfbc00-5fb5-11ea-91bd-96a6baa1496d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T223716Z&X-Amz-Expires=300&X-Amz-Signature=5750bcca24b949c8920590736644e5eddb412c20989822a1bce1a42d308c9a13&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcirros-0.5.1-x86_64-disk.img&response-content-type=application%2Foctet-stream [following] +--2025-01-14 22:36:28-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/219785102/6ebfbc00-5fb5-11ea-91bd-96a6baa1496d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250114%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250114T223716Z&X-Amz-Expires=300&X-Amz-Signature=5750bcca24b949c8920590736644e5eddb412c20989822a1bce1a42d308c9a13&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dcirros-0.5.1-x86_64-disk.img&response-content-type=application%2Foctet-stream Connecting to proxy-in.its.hpecorp.net (proxy-in.its.hpecorp.net)|10.120.125.146|:443... connected. Proxy request sent, awaiting response... 200 OK Length: 16338944 (16M) [application/octet-stream] Saving to: ‘/opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img’ - 0K ........ ....... 100% 38.1M=0.4s + 0K ........ ....... 100% 23.1M=0.7s -2025-01-03 20:31:16 (38.1 MB/s) - ‘/opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img’ saved [16338944/16338944] +2025-01-14 22:36:30 (23.1 MB/s) - ‘/opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img’ saved [16338944/16338944] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -45604,10 +45630,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions:upload_image:343 qemu-img info /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img -tput: No value for $TERM and no -T specified ++functions:upload_image:343 awk '/^file format/ { print $3; exit }' tput: No value for $TERM and no -T specified +++functions:upload_image:343 qemu-img info /opt/stack/devstack/files/cirros-0.5.1-x86_64-disk.img +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:upload_image:343 format=qcow2 tput: No value for $TERM and no -T specified @@ -45731,20 +45757,20 @@ tput: No value for $TERM and no -T specified | Field | Value | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | container_format | bare | -| created_at | 2025-01-03T20:31:18Z | +| created_at | 2025-01-14T22:36:32Z | | disk_format | qcow2 | -| file | /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7/file | -| id | 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 | +| file | /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file | +| id | b85eabc5-4619-4e35-b74e-687cf6826b6b | | min_disk | 0 | | min_ram | 0 | | name | cirros-0.5.1-x86_64-disk | -| owner | c09c34465cf64df987fa1f7c646d06a9 | +| owner | aa6fef291c0e4913b9afb52e8e1e383b | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-0.5.1-x86_64-disk', owner_specified.openstack.sha256='' | | protected | False | | schema | /v2/schemas/image | | status | queued | | tags | | -| updated_at | 2025-01-03T20:31:18Z | +| updated_at | 2025-01-14T22:36:32Z | | visibility | public | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ tput: No value for $TERM and no -T specified @@ -45760,13 +45786,13 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async create_flavors:99612]: Waiting for completion of create_flavors running on PID 99612 (2 other jobs running) -[3597 Async create_flavors:99612]: Signaling child to exit +[3421 Async create_flavors:99513]: Waiting for completion of create_flavors running on PID 99513 (2 other jobs running) +[3421 Async create_flavors:99513]: Signaling child to exit WAKEUP -[3597 Async create_flavors:99612]: Signaled +[3421 Async create_flavors:99513]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1243 is_service_enabled n-api ++lib/nova:create_flavors:1259 is_service_enabled n-api tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -45783,12 +45809,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1244 openstack --os-region-name=RegionOne flavor list ++lib/nova:create_flavors:1260 grep -q ds512M tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1244 grep -q ds512M ++lib/nova:create_flavors:1260 openstack --os-region-name=RegionOne flavor list tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1246 openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 ++lib/nova:create_flavors:1262 openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45807,7 +45833,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1247 openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M ++lib/nova:create_flavors:1263 openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45826,7 +45852,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1248 openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G ++lib/nova:create_flavors:1264 openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45845,7 +45871,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1249 openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G ++lib/nova:create_flavors:1265 openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45864,7 +45890,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1250 openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G ++lib/nova:create_flavors:1266 openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45884,12 +45910,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1253 openstack --os-region-name=RegionOne flavor list ++lib/nova:create_flavors:1269 openstack --os-region-name=RegionOne flavor list tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1253 grep -q m1.tiny ++lib/nova:create_flavors:1269 grep -q m1.tiny tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1254 openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny ++lib/nova:create_flavors:1270 openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45908,7 +45934,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1255 openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small ++lib/nova:create_flavors:1271 openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45927,7 +45953,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1256 openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium ++lib/nova:create_flavors:1272 openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45946,7 +45972,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1257 openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large ++lib/nova:create_flavors:1273 openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45965,7 +45991,7 @@ tput: No value for $TERM and no -T specified +----------------------------+-----------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:create_flavors:1258 openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge ++lib/nova:create_flavors:1274 openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge +----------------------------+-----------------------+ | Field | Value | +----------------------------+-----------------------+ @@ -45982,7 +46008,7 @@ tput: No value for $TERM and no -T specified | swap | 0 | | vcpus | 8 | +----------------------------+-----------------------+ -[3597 Async create_flavors:99612]: finished create_flavors with result 0 in 16 seconds +[3421 Async create_flavors:99513]: finished create_flavors with result 0 in 15 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/async:async_wait:197 return 0 @@ -46213,18 +46239,18 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++opt/stack/devstack/tools/create_userrc.sh:main:241 openstack project list --long --quote none -f csv tput: No value for $TERM and no -T specified +opt/stack/devstack/tools/create_userrc.sh:main:241 IFS=, tput: No value for $TERM and no -T specified -+opt/stack/devstack/tools/create_userrc.sh:main:241 grep ,True -+opt/stack/devstack/tools/create_userrc.sh:main:241 grep -v service tput: No value for $TERM and no -T specified ++opt/stack/devstack/tools/create_userrc.sh:main:241 grep ,True tput: No value for $TERM and no -T specified -+opt/stack/devstack/tools/create_userrc.sh:main:241 openstack project list --long --quote none -f csv tput: No value for $TERM and no -T specified +opt/stack/devstack/tools/create_userrc.sh:main:241 read project_id project_name desc enabled ++opt/stack/devstack/tools/create_userrc.sh:main:241 grep -v service Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. -Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) +Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1428 save_stackenv @@ -46236,10 +46262,10 @@ tput: No value for $TERM and no -T specified ++functions-common:save_stackenv:62 date +%F-%H%M%S tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:62 time_stamp=2025-01-03-203121 ++functions-common:save_stackenv:62 time_stamp=2025-01-14-223635 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:63 echo '# 2025-01-03-203121 ' ++functions-common:save_stackenv:63 echo '# 2025-01-14-223635 ' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS @@ -46281,7 +46307,7 @@ tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-03-201501 ++functions-common:save_stackenv:65 echo LOGFILE=/tmp/devstack_logs/devstacklog.txt.2025-01-14-222045 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:save_stackenv:64 for i in $STACK_ENV_VARS @@ -46417,8 +46443,8 @@ tput: No value for $TERM and no -T specified ++extras.d/80-tempest.sh:source:3 is_service_enabled tempest tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -46588,6 +46614,9 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +inc/meta-config:merge_config_file:96 get_meta_section /opt/stack/devstack/local.conf post-extra '\$TEMPEST_CONFIG' tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++inc/meta-config:merge_config_file:164 read a +tput: No value for $TERM and no -T specified +inc/meta-config:merge_config_file:97 awk -v 'configfile=\$TEMPEST_CONFIG' ' BEGIN { section = "" @@ -46656,9 +46685,6 @@ tput: No value for $TERM and no -T specified } } ' -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -+inc/meta-config:merge_config_file:164 read a awk: warning: escape sequence `\$' treated as plain `$' awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator tput: No value for $TERM and no -T specified @@ -46716,7 +46742,7 @@ tput: No value for $TERM and no -T specified +./stack.sh:main:1464 is_nova_ready tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+lib/nova:is_nova_ready:1168 wait_for_compute 60 ++lib/nova:is_nova_ready:1184 wait_for_compute 60 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_compute:482 local timeout=60 @@ -46743,7 +46769,7 @@ tput: No value for $TERM and no -T specified ++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_start:2412 _TIME_START[$name]=1735936282704 ++functions-common:time_start:2412 _TIME_START[$name]=1736894196941 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions:wait_for_compute:486 iniget /etc/nova/nova.conf DEFAULT host @@ -46751,8 +46777,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -46792,10 +46818,10 @@ tput: No value for $TERM and no -T specified ++:: openstack --os-cloud devstack-****** --os-region RegionOne compute service list --host ubuntu --service nova-compute -c ID -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+:: ID=327e1bf3-5ae3-40f3-9e41-da2e36f9dc6e ++:: ID=52e090e1-f8af-4cea-b2e4-9d3de1f3c8d5 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+:: [[ 327e1bf3-5ae3-40f3-9e41-da2e36f9dc6e == '' ]] ++:: [[ 52e090e1-f8af-4cea-b2e4-9d3de1f3c8d5 == '' ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_compute:502 time_stop wait_for_service @@ -46819,28 +46845,28 @@ tput: No value for $TERM and no -T specified +functions-common:time_stop:2427 name=wait_for_service tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2428 start_time=1735936282704 ++functions-common:time_stop:2428 start_time=1736894196941 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2430 [[ -z 1735936282704 ]] ++functions-common:time_stop:2430 [[ -z 1736894196941 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2433 end_time=1735936285268 ++functions-common:time_stop:2433 end_time=1736894199483 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2434 elapsed_time=2564 ++functions-common:time_stop:2434 elapsed_time=2542 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2435 total=10201 ++functions-common:time_stop:2435 total=10189 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+functions-common:time_stop:2438 _TIME_TOTAL[$name]=12765 ++functions-common:time_stop:2438 _TIME_TOTAL[$name]=12731 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions:wait_for_compute:504 [[ 0 != 0 ]] @@ -46872,27 +46898,27 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@n-api.service --no-pager ● devstack@n-api.service - Devstack devstack@n-api.service Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:29:29 UTC; 1min 56s ago - Main PID: 85066 (uwsgi) + Active: active (running) since Tue 2025-01-14 22:34:42 UTC; 1min 56s ago + Main PID: 84969 (uwsgi) Status: "uWSGI is ready" Tasks: 3 (limit: 9388) - Memory: 257.5M - CPU: 6.601s + Memory: 257.7M + CPU: 6.570s CGroup: /system.slice/system-devstack.slice/devstack@n-api.service - ├─85066 "nova-apiuWSGI master" - ├─85067 "nova-apiuWSGI worker 1" - └─85068 "nova-apiuWSGI worker 2" + ├─84969 "nova-apiuWSGI master" + ├─84970 "nova-apiuWSGI worker 1" + └─84971 "nova-apiuWSGI worker 2" -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG dbcounter [-] [85068] Writing DB stats nova_api:SELECT=21,nova_api:INSERT=10,nova_api:SAVEPOINT=5,nova_api:RELEASE=5 {{(pid=85068) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG nova.api.openstack.wsgi [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] Calling method '>' {{(pid=85068) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG oslo_concurrency.lockutils [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] Acquiring lock "00000000-0000-0000-0000-000000000000" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" {{(pid=85068) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG oslo_concurrency.lockutils [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] Lock "00000000-0000-0000-0000-000000000000" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=85068) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG oslo_concurrency.lockutils [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] Lock "00000000-0000-0000-0000-000000000000" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.000s {{(pid=85068) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG oslo_concurrency.lockutils [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] Acquiring lock "ccc1c179-ddf1-4cf0-9145-5b188337b990" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" {{(pid=85068) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG oslo_concurrency.lockutils [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] Lock "ccc1c179-ddf1-4cf0-9145-5b188337b990" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=85068) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: DEBUG oslo_concurrency.lockutils [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] Lock "ccc1c179-ddf1-4cf0-9145-5b188337b990" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.000s {{(pid=85068) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: INFO nova.api.openstack.requestlog [None req-312f5684-64e0-4422-876b-32d6a8ccfa1c ****** ******] 10.201.9.223 "GET /compute/v2.1/os-services?binary=nova-compute&host=ubuntu" status: 200 len: 249 microversion: 2.69 time: 0.048367 -Jan 03 20:31:24 ubuntu devstack@n-api.service[85068]: [pid: 85068|app: 0|req: 18/37] 10.201.9.223 () {60 vars in 1316 bytes} [Fri Jan 3 20:31:24 2025] GET /compute/v2.1/os-services?binary=nova-compute&host=ubuntu => generated 249 bytes in 49 msecs (HTTP/1.1 200) 9 headers in 359 bytes (2 switches on core 0) +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG dbcounter [-] [84971] Writing DB stats nova_api:SELECT=21,nova_api:INSERT=10,nova_api:SAVEPOINT=5,nova_api:RELEASE=5 {{(pid=84971) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG nova.api.openstack.wsgi [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Calling method '>' {{(pid=84971) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Acquiring lock "00000000-0000-0000-0000-000000000000" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "00000000-0000-0000-0000-000000000000" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.001s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "00000000-0000-0000-0000-000000000000" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.000s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Acquiring lock "74f03ecc-c6c3-4ded-8e4a-61c50da33bc4" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "74f03ecc-c6c3-4ded-8e4a-61c50da33bc4" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.001s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: DEBUG oslo_concurrency.lockutils [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] Lock "74f03ecc-c6c3-4ded-8e4a-61c50da33bc4" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.000s {{(pid=84971) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: INFO nova.api.openstack.requestlog [None req-a023ad38-8abb-44fe-aa59-74b15114c5a3 ****** ******] 10.201.9.223 "GET /compute/v2.1/os-services?binary=nova-compute&host=ubuntu" status: 200 len: 249 microversion: 2.69 time: 0.061407 +Jan 14 22:36:39 ubuntu devstack@n-api.service[84971]: [pid: 84971|app: 0|req: 18/37] 10.201.9.223 () {60 vars in 1316 bytes} [Tue Jan 14 22:36:39 2025] GET /compute/v2.1/os-services?binary=nova-compute&host=ubuntu => generated 249 bytes in 62 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -46905,24 +46931,24 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@n-cpu.service --no-pager ● devstack@n-cpu.service - Devstack devstack@n-cpu.service Loaded: loaded (/etc/systemd/system/devstack@n-cpu.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:53 UTC; 31s ago - Main PID: 99432 (nova-compute) + Active: active (running) since Tue 2025-01-14 22:36:06 UTC; 32s ago + Main PID: 99333 (nova-compute) Tasks: 22 (limit: 9388) - Memory: 135.0M - CPU: 2.718s + Memory: 138.1M + CPU: 2.813s CGroup: /system.slice/system-devstack.slice/devstack@n-cpu.service - └─99432 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf + └─99333 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf -Jan 03 20:31:08 ubuntu nova-compute[99432]: {{(pid=99432) _get_guest_baseline_cpu_features /opt/stack/nova/nova/virt/libvirt/driver.py:13283}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.scheduler.client.report [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Updated inventory for provider 6f5794d0-2b02-48e3-a29a-1e0eb5fdafea with generation 0 in Placement from set_inventory_for_provider using data: {'MEMORY_MB': {'total': 7937, 'min_unit': 1, 'max_unit': 7937, 'step_size': 1, 'allocation_ratio': 1.0, 'reserved': 512}, 'VCPU': {'total': 4, 'min_unit': 1, 'max_unit': 4, 'step_size': 1, 'allocation_ratio': 4.0, 'reserved': 0}, 'DISK_GB': {'total': 74, 'min_unit': 1, 'max_unit': 74, 'step_size': 1, 'allocation_ratio': 1.0, 'reserved': 0}} {{(pid=99432) set_inventory_for_provider /opt/stack/nova/nova/scheduler/client/report.py:975}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.compute.provider_tree [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Updating resource provider 6f5794d0-2b02-48e3-a29a-1e0eb5fdafea generation from 0 to 1 during operation: update_inventory {{(pid=99432) _update_generation /opt/stack/nova/nova/compute/provider_tree.py:164}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.compute.provider_tree [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Updating inventory in ProviderTree for provider 6f5794d0-2b02-48e3-a29a-1e0eb5fdafea with inventory: {'MEMORY_MB': {'total': 7937, 'reserved': 512, 'min_unit': 1, 'max_unit': 7937, 'step_size': 1, 'allocation_ratio': 1.0}, 'VCPU': {'total': 4, 'reserved': 0, 'min_unit': 1, 'max_unit': 4, 'step_size': 1, 'allocation_ratio': 4.0}, 'DISK_GB': {'total': 74, 'reserved': 0, 'min_unit': 1, 'max_unit': 74, 'step_size': 1, 'allocation_ratio': 1.0}} {{(pid=99432) update_inventory /opt/stack/nova/nova/compute/provider_tree.py:176}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.compute.provider_tree [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Updating resource provider 6f5794d0-2b02-48e3-a29a-1e0eb5fdafea generation from 1 to 2 during operation: update_traits {{(pid=99432) _update_generation /opt/stack/nova/nova/compute/provider_tree.py:164}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.compute.resource_tracker [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Compute_service record updated for ubuntu:ubuntu {{(pid=99432) _update_available_resource /opt/stack/nova/nova/compute/resource_tracker.py:1067}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG oslo_concurrency.lockutils [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Lock "compute_resources" "released" by "nova.compute.resource_tracker.ResourceTracker._update_available_resource" :: held 3.936s {{(pid=99432) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.service [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Creating RPC server for service compute {{(pid=99432) start /opt/stack/nova/nova/service.py:186}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.service [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] Join ServiceGroup membership for this service compute {{(pid=99432) start /opt/stack/nova/nova/service.py:203}} -Jan 03 20:31:09 ubuntu nova-compute[99432]: DEBUG nova.servicegroup.drivers.db [None req-9492a15f-df05-4fbd-92b4-29cadaa874e6 None None] DB_Driver: join new ServiceGroup member ubuntu to the compute group, service = {{(pid=99432) join /opt/stack/nova/nova/servicegroup/drivers/db.py:44}} +Jan 14 22:36:21 ubuntu nova-compute[99333]: {{(pid=99333) _get_guest_baseline_cpu_features /opt/stack/nova/nova/virt/libvirt/driver.py:13283}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.scheduler.client.report [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updated inventory for provider 952379af-dff8-4620-84de-af52a989832f with generation 0 in Placement from set_inventory_for_provider using data: {'MEMORY_MB': {'total': 7937, 'min_unit': 1, 'max_unit': 7937, 'step_size': 1, 'allocation_ratio': 1.0, 'reserved': 512}, 'VCPU': {'total': 4, 'min_unit': 1, 'max_unit': 4, 'step_size': 1, 'allocation_ratio': 4.0, 'reserved': 0}, 'DISK_GB': {'total': 74, 'min_unit': 1, 'max_unit': 74, 'step_size': 1, 'allocation_ratio': 1.0, 'reserved': 0}} {{(pid=99333) set_inventory_for_provider /opt/stack/nova/nova/scheduler/client/report.py:975}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.provider_tree [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updating resource provider 952379af-dff8-4620-84de-af52a989832f generation from 0 to 1 during operation: update_inventory {{(pid=99333) _update_generation /opt/stack/nova/nova/compute/provider_tree.py:164}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.provider_tree [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updating inventory in ProviderTree for provider 952379af-dff8-4620-84de-af52a989832f with inventory: {'MEMORY_MB': {'total': 7937, 'reserved': 512, 'min_unit': 1, 'max_unit': 7937, 'step_size': 1, 'allocation_ratio': 1.0}, 'VCPU': {'total': 4, 'reserved': 0, 'min_unit': 1, 'max_unit': 4, 'step_size': 1, 'allocation_ratio': 4.0}, 'DISK_GB': {'total': 74, 'reserved': 0, 'min_unit': 1, 'max_unit': 74, 'step_size': 1, 'allocation_ratio': 1.0}} {{(pid=99333) update_inventory /opt/stack/nova/nova/compute/provider_tree.py:176}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.provider_tree [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Updating resource provider 952379af-dff8-4620-84de-af52a989832f generation from 1 to 2 during operation: update_traits {{(pid=99333) _update_generation /opt/stack/nova/nova/compute/provider_tree.py:164}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.compute.resource_tracker [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Compute_service record updated for ubuntu:ubuntu {{(pid=99333) _update_available_resource /opt/stack/nova/nova/compute/resource_tracker.py:1067}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG oslo_concurrency.lockutils [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Lock "compute_resources" "released" by "nova.compute.resource_tracker.ResourceTracker._update_available_resource" :: held 3.911s {{(pid=99333) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.service [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Creating RPC server for service compute {{(pid=99333) start /opt/stack/nova/nova/service.py:186}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.service [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] Join ServiceGroup membership for this service compute {{(pid=99333) start /opt/stack/nova/nova/service.py:203}} +Jan 14 22:36:22 ubuntu nova-compute[99333]: DEBUG nova.servicegroup.drivers.db [None req-a0ce1a34-ed77-4b52-b9e6-93dd25a09441 None None] DB_Driver: join new ServiceGroup member ubuntu to the compute group, service = {{(pid=99333) join /opt/stack/nova/nova/servicegroup/drivers/db.py:44}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -46942,26 +46968,26 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@n-sch.service --no-pager ● devstack@n-sch.service - Devstack devstack@n-sch.service Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:41 UTC; 44s ago - Main PID: 94266 (nova-scheduler) + Active: active (running) since Tue 2025-01-14 22:35:54 UTC; 45s ago + Main PID: 94164 (nova-scheduler) Tasks: 3 (limit: 9388) - Memory: 154.0M - CPU: 2.516s + Memory: 154.5M + CPU: 2.543s CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service - ├─94266 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf - ├─95045 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf - └─95046 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf + ├─94164 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf + ├─94974 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf + └─94975 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf -Jan 03 20:30:43 ubuntu nova-scheduler[94266]: DEBUG oslo_service.service [None req-da823375-452a-4cfd-b138-00a9eca20365 None None] oslo_limit.version = None {{(pid=94266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:43 ubuntu nova-scheduler[94266]: DEBUG oslo_service.service [None req-da823375-452a-4cfd-b138-00a9eca20365 None None] oslo_reports.file_event_handler = None {{(pid=94266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:43 ubuntu nova-scheduler[94266]: DEBUG oslo_service.service [None req-da823375-452a-4cfd-b138-00a9eca20365 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=94266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:43 ubuntu nova-scheduler[94266]: DEBUG oslo_service.service [None req-da823375-452a-4cfd-b138-00a9eca20365 None None] oslo_reports.log_dir = None {{(pid=94266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:43 ubuntu nova-scheduler[94266]: DEBUG oslo_service.service [None req-da823375-452a-4cfd-b138-00a9eca20365 None None] ******************************************************************************** {{(pid=94266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:30:53 ubuntu nova-scheduler[94266]: DEBUG dbcounter [-] [94266] Writing DB stats nova_api:SELECT=3 {{(pid=94266) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:53 ubuntu nova-scheduler[94266]: DEBUG dbcounter [-] [94266] Writing DB stats nova_cell0:SELECT=1 {{(pid=94266) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:53 ubuntu nova-scheduler[94266]: DEBUG dbcounter [-] [94266] Writing DB stats nova_cell1:SELECT=1 {{(pid=94266) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:58 ubuntu nova-scheduler[95045]: DEBUG dbcounter [-] [95045] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1,nova_cell0:UPDATE=1 {{(pid=95045) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:58 ubuntu nova-scheduler[95046]: DEBUG dbcounter [-] [95046] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1 {{(pid=95046) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_limit.version = None {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_reports.file_event_handler = None {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_reports.file_event_handler_interval = 1 {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] oslo_reports.log_dir = None {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:56 ubuntu nova-scheduler[94164]: DEBUG oslo_service.service [None req-5e1c4250-6dd9-4578-9b2a-7abbec6c0aac None None] ******************************************************************************** {{(pid=94164) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:06 ubuntu nova-scheduler[94164]: DEBUG dbcounter [-] [94164] Writing DB stats nova_api:SELECT=3 {{(pid=94164) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:06 ubuntu nova-scheduler[94164]: DEBUG dbcounter [-] [94164] Writing DB stats nova_cell1:SELECT=1 {{(pid=94164) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:06 ubuntu nova-scheduler[94164]: DEBUG dbcounter [-] [94164] Writing DB stats nova_cell0:SELECT=1 {{(pid=94164) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:11 ubuntu nova-scheduler[94975]: DEBUG dbcounter [-] [94975] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1,nova_cell0:UPDATE=1 {{(pid=94975) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:11 ubuntu nova-scheduler[94974]: DEBUG dbcounter [-] [94974] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1 {{(pid=94974) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -46981,28 +47007,28 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@n-api-meta.service --no-pager ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:43 UTC; 42s ago - Main PID: 95084 (uwsgi) + Active: active (running) since Tue 2025-01-14 22:35:56 UTC; 43s ago + Main PID: 94984 (uwsgi) Status: "uWSGI is ready" Tasks: 4 (limit: 9388) - Memory: 211.7M - CPU: 4.229s + Memory: 212.0M + CPU: 4.126s CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service - ├─95084 "nova-api-metauWSGI master" - ├─95085 "nova-api-metauWSGI worker 1" - ├─95086 "nova-api-metauWSGI worker 2" - └─95087 "nova-api-metauWSGI http 1" + ├─94984 "nova-api-metauWSGI master" + ├─94985 "nova-api-metauWSGI worker 1" + ├─94986 "nova-api-metauWSGI worker 2" + └─94988 "nova-api-metauWSGI http 1" -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: INFO dbcounter [None req-f73c2b08-78e3-4e0c-b125-7aba8ec5a6ce None None] Registered counter for database nova_cell1 -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: DEBUG oslo_db.sqlalchemy.engines [None req-f73c2b08-78e3-4e0c-b125-7aba8ec5a6ce None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=95086) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: DEBUG oslo_db.sqlalchemy.engines [None req-f73c2b08-78e3-4e0c-b125-7aba8ec5a6ce None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=95086) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: DEBUG dbcounter [-] [95086] Writer thread running {{(pid=95086) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: DEBUG dbcounter [-] [95086] Writer thread running {{(pid=95086) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: INFO dbcounter [None req-f73c2b08-78e3-4e0c-b125-7aba8ec5a6ce None None] Registered counter for database nova_cell0 -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: DEBUG oslo_db.sqlalchemy.engines [None req-f73c2b08-78e3-4e0c-b125-7aba8ec5a6ce None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=95086) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: DEBUG dbcounter [-] [95086] Writer thread running {{(pid=95086) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: WARNING nova.api.metadata.handler [None req-f73c2b08-78e3-4e0c-b125-7aba8ec5a6ce None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted -Jan 03 20:30:45 ubuntu devstack@n-api-meta.service[95086]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55d523270d80 pid: 95086 (default app) +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94986]: DEBUG dbcounter [-] [94986] Writer thread running {{(pid=94986) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94986]: WARNING nova.api.metadata.handler [None req-f6d7c6e8-b467-4867-9575-9d0724850cad None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94986]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x56247bde2d80 pid: 94986 (default app) +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG dbcounter [-] [94985] Writer thread running {{(pid=94985) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG dbcounter [-] [94985] Writer thread running {{(pid=94985) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: INFO dbcounter [None req-0909c33f-7e34-469d-b1d2-19b2650e8415 None None] Registered counter for database nova_cell0 +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG oslo_db.sqlalchemy.engines [None req-0909c33f-7e34-469d-b1d2-19b2650e8415 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=94985) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: DEBUG dbcounter [-] [94985] Writer thread running {{(pid=94985) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: WARNING nova.api.metadata.handler [None req-0909c33f-7e34-469d-b1d2-19b2650e8415 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted +Jan 14 22:35:58 ubuntu devstack@n-api-meta.service[94985]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x56247bde2d80 pid: 94985 (default app) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47015,27 +47041,27 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@placement-api.service --no-pager ● devstack@placement-api.service - Devstack devstack@placement-api.service Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:13 UTC; 1min 12s ago - Main PID: 91327 (uwsgi) + Active: active (running) since Tue 2025-01-14 22:35:27 UTC; 1min 12s ago + Main PID: 91226 (uwsgi) Status: "uWSGI is ready" Tasks: 5 (limit: 9388) - Memory: 161.5M - CPU: 2.632s + Memory: 161.6M + CPU: 2.647s CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service - ├─91327 "placementuWSGI master" - ├─91329 "placementuWSGI worker 1" - └─91330 "placementuWSGI worker 2" + ├─91226 "placementuWSGI master" + ├─91228 "placementuWSGI worker 1" + └─91229 "placementuWSGI worker 2" -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91329]: INFO placement.requestlog [req-d3d8f8de-cc48-4c25-b3ba-60ef63fc55d5 req-630ddb91-8fcf-406e-8c67-cbd8f807be73 service nova] 10.201.9.223 "PUT /placement/resource_providers/6f5794d0-2b02-48e3-a29a-1e0eb5fdafea/inventories" status: 200 len: 394 microversion: 1.26 -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91329]: [pid: 91329|app: 0|req: 5/9] 10.201.9.223 () {64 vars in 1494 bytes} [Fri Jan 3 20:31:09 2025] PUT /placement/resource_providers/6f5794d0-2b02-48e3-a29a-1e0eb5fdafea/inventories => generated 394 bytes in 26 msecs (HTTP/1.1 200) 8 headers in 296 bytes (1 switches on core 0) -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91330]: DEBUG placement.requestlog [req-d3d8f8de-cc48-4c25-b3ba-60ef63fc55d5 req-9c0b357a-a85b-4843-9bd2-ccafab5d8479 None None] Starting request: 10.201.9.223 "GET /placement/traits?name=in:COMPUTE_ARCH_RISCV64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_SATA,HW_CPU_X86_SSE2,COMPUTE_GRAPHICS_MODEL_BOCHS,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_ARCH_X86_64,COMPUTE_STORAGE_BUS_IDE,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_ARCH_AARCH64,HW_CPU_X86_SSE42,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_STORAGE_BUS_USB,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_NET_VIF_MODEL_LAN9118,HW_CPU_X86_SSE,COMPUTE_VOLUME_ATTACH_WITH_TAG,HW_CPU_X86_MMX,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_TRUSTED_CERTS,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_ARCH_PPC64LE,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_ARCH_MIPSEL,COMPUTE_ARCH_S390X,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NODE,HW_CPU_X86_SSSE3,COMPUTE_DEVICE_TAGGING,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_VOLUME_EXTEND,COMPUTE_RESCUE_BFV,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_NET_VIF_MODEL_VIRTIO,HW_CPU_X86_SSE41,COMPUTE_ACCELERATORS,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_STORAGE_VIRTIO_FS,HW_ARCH_X86_64,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_INTEL" {{(pid=91330) __call__ /opt/stack/placement/placement/requestlog.py:55}} -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91330]: INFO placement.requestlog [req-d3d8f8de-cc48-4c25-b3ba-60ef63fc55d5 req-9c0b357a-a85b-4843-9bd2-ccafab5d8479 service nova] 10.201.9.223 "GET /placement/traits?name=in:COMPUTE_ARCH_RISCV64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_SATA,HW_CPU_X86_SSE2,COMPUTE_GRAPHICS_MODEL_BOCHS,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_ARCH_X86_64,COMPUTE_STORAGE_BUS_IDE,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_ARCH_AARCH64,HW_CPU_X86_SSE42,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_STORAGE_BUS_USB,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_NET_VIF_MODEL_LAN9118,HW_CPU_X86_SSE,COMPUTE_VOLUME_ATTACH_WITH_TAG,HW_CPU_X86_MMX,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_TRUSTED_CERTS,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_ARCH_PPC64LE,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_ARCH_MIPSEL,COMPUTE_ARCH_S390X,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NODE,HW_CPU_X86_SSSE3,COMPUTE_DEVICE_TAGGING,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_VOLUME_EXTEND,COMPUTE_RESCUE_BFV,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_NET_VIF_MODEL_VIRTIO,HW_CPU_X86_SSE41,COMPUTE_ACCELERATORS,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_STORAGE_VIRTIO_FS,HW_ARCH_X86_64,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_INTEL" status: 200 len: 1586 microversion: 1.6 -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91329]: DEBUG placement.requestlog [req-d3d8f8de-cc48-4c25-b3ba-60ef63fc55d5 req-2e8f5a7c-a5d3-4677-9af2-240520a448ab None None] Starting request: 10.201.9.223 "PUT /placement/resource_providers/6f5794d0-2b02-48e3-a29a-1e0eb5fdafea/traits" {{(pid=91329) __call__ /opt/stack/placement/placement/requestlog.py:55}} -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91330]: [pid: 91330|app: 0|req: 5/10] 10.201.9.223 () {60 vars in 4078 bytes} [Fri Jan 3 20:31:09 2025] GET /placement/traits?name=in:COMPUTE_ARCH_RISCV64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_SATA,HW_CPU_X86_SSE2,COMPUTE_GRAPHICS_MODEL_BOCHS,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_ARCH_X86_64,COMPUTE_STORAGE_BUS_IDE,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_ARCH_AARCH64,HW_CPU_X86_SSE42,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_STORAGE_BUS_USB,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_NET_VIF_MODEL_LAN9118,HW_CPU_X86_SSE,COMPUTE_VOLUME_ATTACH_WITH_TAG,HW_CPU_X86_MMX,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_TRUSTED_CERTS,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_ARCH_PPC64LE,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_ARCH_MIPSEL,COMPUTE_ARCH_S390X,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NODE,HW_CPU_X86_SSSE3,COMPUTE_DEVICE_TAGGING,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_VOLUME_EXTEND,COMPUTE_RESCUE_BFV,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_NET_VIF_MODEL_VIRTIO,HW_CPU_X86_SSE41,COMPUTE_ACCELERATORS,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_STORAGE_VIRTIO_FS,HW_ARCH_X86_64,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_INTEL => generated 1586 bytes in 34 msecs (HTTP/1.1 200) 6 headers in 225 bytes (1 switches on core 0) -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91329]: INFO placement.requestlog [req-d3d8f8de-cc48-4c25-b3ba-60ef63fc55d5 req-2e8f5a7c-a5d3-4677-9af2-240520a448ab service nova] 10.201.9.223 "PUT /placement/resource_providers/6f5794d0-2b02-48e3-a29a-1e0eb5fdafea/traits" status: 200 len: 1621 microversion: 1.6 -Jan 03 20:31:09 ubuntu devstack@placement-api.service[91329]: [pid: 91329|app: 0|req: 6/11] 10.201.9.223 () {64 vars in 1479 bytes} [Fri Jan 3 20:31:09 2025] PUT /placement/resource_providers/6f5794d0-2b02-48e3-a29a-1e0eb5fdafea/traits => generated 1621 bytes in 81 msecs (HTTP/1.1 200) 6 headers in 225 bytes (1 switches on core 0) -Jan 03 20:31:19 ubuntu devstack@placement-api.service[91330]: DEBUG dbcounter [-] [91330] Writing DB stats placement:SELECT=4 {{(pid=91330) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:19 ubuntu devstack@placement-api.service[91329]: DEBUG dbcounter [-] [91329] Writing DB stats placement:INSERT=61,placement:UPDATE=3,placement:SELECT=6 {{(pid=91329) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: INFO placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-dbafa1d8-9905-4267-9d9c-ddb2879ff72f service nova] 10.201.9.223 "PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/inventories" status: 200 len: 394 microversion: 1.26 +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: [pid: 91229|app: 0|req: 5/9] 10.201.9.223 () {64 vars in 1494 bytes} [Tue Jan 14 22:36:22 2025] PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/inventories => generated 394 bytes in 32 msecs (HTTP/1.1 200) 8 headers in 296 bytes (1 switches on core 0) +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91228]: DEBUG placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-17df1c6c-f0bf-46ff-ae47-be6959d91183 None None] Starting request: 10.201.9.223 "GET /placement/traits?name=in:COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_VOLUME_ATTACH_WITH_TAG,COMPUTE_GRAPHICS_MODEL_BOCHS,HW_CPU_X86_SSE42,COMPUTE_NODE,HW_CPU_X86_SSE2,COMPUTE_ARCH_S390X,COMPUTE_ACCELERATORS,COMPUTE_NET_VIF_MODEL_VIRTIO,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_ARCH_AARCH64,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_ARCH_RISCV64,COMPUTE_VIOMMU_MODEL_INTEL,COMPUTE_ARCH_X86_64,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_TRUSTED_CERTS,COMPUTE_STORAGE_BUS_SATA,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_RESCUE_BFV,HW_ARCH_X86_64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_STORAGE_BUS_IDE,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_NET_VIF_MODEL_LAN9118,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_ARCH_PPC64LE,HW_CPU_X86_SSE41,HW_CPU_X86_SSSE3,COMPUTE_VOLUME_EXTEND,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_STORAGE_VIRTIO_FS,COMPUTE_STORAGE_BUS_USB,HW_CPU_X86_SSE,HW_CPU_X86_MMX,COMPUTE_DEVICE_TAGGING,COMPUTE_ARCH_MIPSEL" {{(pid=91228) __call__ /opt/stack/placement/placement/requestlog.py:55}} +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91228]: INFO placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-17df1c6c-f0bf-46ff-ae47-be6959d91183 service nova] 10.201.9.223 "GET /placement/traits?name=in:COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_VOLUME_ATTACH_WITH_TAG,COMPUTE_GRAPHICS_MODEL_BOCHS,HW_CPU_X86_SSE42,COMPUTE_NODE,HW_CPU_X86_SSE2,COMPUTE_ARCH_S390X,COMPUTE_ACCELERATORS,COMPUTE_NET_VIF_MODEL_VIRTIO,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_ARCH_AARCH64,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_ARCH_RISCV64,COMPUTE_VIOMMU_MODEL_INTEL,COMPUTE_ARCH_X86_64,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_TRUSTED_CERTS,COMPUTE_STORAGE_BUS_SATA,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_RESCUE_BFV,HW_ARCH_X86_64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_STORAGE_BUS_IDE,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_NET_VIF_MODEL_LAN9118,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_ARCH_PPC64LE,HW_CPU_X86_SSE41,HW_CPU_X86_SSSE3,COMPUTE_VOLUME_EXTEND,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_STORAGE_VIRTIO_FS,COMPUTE_STORAGE_BUS_USB,HW_CPU_X86_SSE,HW_CPU_X86_MMX,COMPUTE_DEVICE_TAGGING,COMPUTE_ARCH_MIPSEL" status: 200 len: 1586 microversion: 1.6 +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91228]: [pid: 91228|app: 0|req: 5/10] 10.201.9.223 () {60 vars in 4078 bytes} [Tue Jan 14 22:36:22 2025] GET /placement/traits?name=in:COMPUTE_IMAGE_TYPE_RAW,COMPUTE_NET_ATTACH_INTERFACE,COMPUTE_VOLUME_ATTACH_WITH_TAG,COMPUTE_GRAPHICS_MODEL_BOCHS,HW_CPU_X86_SSE42,COMPUTE_NODE,HW_CPU_X86_SSE2,COMPUTE_ARCH_S390X,COMPUTE_ACCELERATORS,COMPUTE_NET_VIF_MODEL_VIRTIO,COMPUTE_VIOMMU_MODEL_AUTO,COMPUTE_IMAGE_TYPE_QCOW2,COMPUTE_ARCH_AARCH64,COMPUTE_GRAPHICS_MODEL_NONE,COMPUTE_SOCKET_PCI_NUMA_AFFINITY,COMPUTE_GRAPHICS_MODEL_QXL,COMPUTE_STORAGE_BUS_SCSI,COMPUTE_ARCH_RISCV64,COMPUTE_VIOMMU_MODEL_INTEL,COMPUTE_ARCH_X86_64,COMPUTE_GRAPHICS_MODEL_VMVGA,COMPUTE_IMAGE_TYPE_AKI,COMPUTE_STORAGE_BUS_VIRTIO,COMPUTE_IMAGE_TYPE_AMI,COMPUTE_NET_VIF_MODEL_E1000,COMPUTE_IMAGE_TYPE_ISO,COMPUTE_GRAPHICS_MODEL_CIRRUS,COMPUTE_NET_VIF_MODEL_RTL8139,COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG,COMPUTE_TRUSTED_CERTS,COMPUTE_STORAGE_BUS_SATA,COMPUTE_GRAPHICS_MODEL_VGA,COMPUTE_RESCUE_BFV,HW_ARCH_X86_64,COMPUTE_NET_VIRTIO_PACKED,COMPUTE_GRAPHICS_MODEL_VIRTIO,COMPUTE_STORAGE_BUS_FDC,COMPUTE_STORAGE_BUS_IDE,COMPUTE_NET_VIF_MODEL_SPAPR_VLAN,COMPUTE_NET_VIF_MODEL_LAN9118,COMPUTE_NET_VIF_MODEL_E1000E,COMPUTE_IMAGE_TYPE_ARI,COMPUTE_NET_VIF_MODEL_NE2K_PCI,COMPUTE_VIOMMU_MODEL_SMMUV3,COMPUTE_NET_VIF_MODEL_PCNET,COMPUTE_NET_VIF_MODEL_VMXNET3,COMPUTE_ARCH_PPC64LE,HW_CPU_X86_SSE41,HW_CPU_X86_SSSE3,COMPUTE_VOLUME_EXTEND,COMPUTE_VOLUME_MULTI_ATTACH,COMPUTE_STORAGE_VIRTIO_FS,COMPUTE_STORAGE_BUS_USB,HW_CPU_X86_SSE,HW_CPU_X86_MMX,COMPUTE_DEVICE_TAGGING,COMPUTE_ARCH_MIPSEL => generated 1586 bytes in 25 msecs (HTTP/1.1 200) 6 headers in 225 bytes (1 switches on core 0) +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: DEBUG placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-570e3e32-ec73-4050-a805-a4ef71f68d29 None None] Starting request: 10.201.9.223 "PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/traits" {{(pid=91229) __call__ /opt/stack/placement/placement/requestlog.py:55}} +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: INFO placement.requestlog [req-e8c9fa5e-e3f3-4dc1-b33f-60446983a2df req-570e3e32-ec73-4050-a805-a4ef71f68d29 service nova] 10.201.9.223 "PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/traits" status: 200 len: 1621 microversion: 1.6 +Jan 14 22:36:22 ubuntu devstack@placement-api.service[91229]: [pid: 91229|app: 0|req: 6/11] 10.201.9.223 () {64 vars in 1479 bytes} [Tue Jan 14 22:36:22 2025] PUT /placement/resource_providers/952379af-dff8-4620-84de-af52a989832f/traits => generated 1621 bytes in 83 msecs (HTTP/1.1 200) 6 headers in 225 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@placement-api.service[91228]: DEBUG dbcounter [-] [91228] Writing DB stats placement:SELECT=4 {{(pid=91228) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:32 ubuntu devstack@placement-api.service[91229]: DEBUG dbcounter [-] [91229] Writing DB stats placement:INSERT=61,placement:UPDATE=3,placement:SELECT=6 {{(pid=91229) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47055,27 +47081,27 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@g-api.service --no-pager ● devstack@g-api.service - Devstack devstack@g-api.service Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:31:11 UTC; 14s ago - Main PID: 104123 (uwsgi) + Active: active (running) since Tue 2025-01-14 22:36:24 UTC; 15s ago + Main PID: 104022 (uwsgi) Status: "uWSGI is ready" Tasks: 9 (limit: 9388) - Memory: 231.7M - CPU: 4.456s + Memory: 231.9M + CPU: 4.540s CGroup: /system.slice/system-devstack.slice/devstack@g-api.service - ├─104123 "glance-apiuWSGI master" - ├─104124 "glance-apiuWSGI worker 1" - └─104125 "glance-apiuWSGI worker 2" + ├─104022 "glance-apiuWSGI master" + ├─104023 "glance-apiuWSGI worker 1" + └─104024 "glance-apiuWSGI worker 2" -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] new path /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7/file {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: INFO glance.api.v2.image_data [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG glance.location [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Enabling in-flight format inspection for qcow2 {{(pid=104124) set_data /opt/stack/glance/glance/location.py:588}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG oslo_utils.imageutils.format_inspector [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'QFI\xfb') {{(pid=104124) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG oslo_utils.imageutils.format_inspector [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Format inspector for vhdx does not match, excluding from consideration (Region signature not found at 30000) {{(pid=104124) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG glance_store._drivers.filesystem [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Wrote 16338944 bytes to /opt/stack/data/glance/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 with checksum 1d3062cd89af34e419f7100277f38b2b and multihash 553d220ed58cfee7dafe003c446a9f197ab5edf8ffc09396c74187cf83873c877e7ae041cb80f3b91489acf687183adcd689b53b38e3ddd22e627e7f98a09c46 {{(pid=104124) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: INFO glance.location [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Image format matched and virtual size computed: 117440512 -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Skipping store.set_acls... not implemented. {{(pid=104124) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Fri Jan 3 20:31:18 2025] PUT /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7/file => generated 0 bytes in 751 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] new path /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: INFO glance.api.v2.image_data [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.location [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Enabling in-flight format inspection for qcow2 {{(pid=104024) set_data /opt/stack/glance/glance/location.py:588}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG oslo_utils.imageutils.format_inspector [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'QFI\xfb') {{(pid=104024) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG oslo_utils.imageutils.format_inspector [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Format inspector for vhdx does not match, excluding from consideration (Region signature not found at 30000) {{(pid=104024) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance_store._drivers.filesystem [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Wrote 16338944 bytes to /opt/stack/data/glance/images/b85eabc5-4619-4e35-b74e-687cf6826b6b with checksum 1d3062cd89af34e419f7100277f38b2b and multihash 553d220ed58cfee7dafe003c446a9f197ab5edf8ffc09396c74187cf83873c877e7ae041cb80f3b91489acf687183adcd689b53b38e3ddd22e627e7f98a09c46 {{(pid=104024) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: INFO glance.location [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Image format matched and virtual size computed: 117440512 +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Skipping store.set_acls... not implemented. {{(pid=104024) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Jan 14 22:36:32 2025] PUT /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file => generated 0 bytes in 797 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47088,24 +47114,24 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@c-sch.service --no-pager ● devstack@c-sch.service - Devstack devstack@c-sch.service Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:31:02 UTC; 23s ago - Main PID: 101592 (cinder-schedule) + Active: active (running) since Tue 2025-01-14 22:36:15 UTC; 24s ago + Main PID: 101461 (cinder-schedule) Tasks: 1 (limit: 9388) - Memory: 106.1M - CPU: 1.984s + Memory: 106.2M + CPU: 1.953s CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service - └─101592 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf + └─101461 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: INFO cinder.service [-] Starting cinder-scheduler node (version 25.1.0) -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: INFO cinder.manager [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Initiating service 1 cleanup -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: INFO cinder.manager [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Service 1 cleanup completed. -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Creating RPC server for service cinder-scheduler {{(pid=101592) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:31:05 ubuntu cinder-scheduler[101592]: DEBUG cinder.service [None req-a5fe0150-59bb-463b-abb4-40e8a9c6ec74 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=101592) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:31:06 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-c457b7f2-6b93-43b5-b1a9-7b1987f8fef7 None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101592) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} -Jan 03 20:31:15 ubuntu cinder-scheduler[101592]: DEBUG dbcounter [-] [101592] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=101592) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:16 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101592) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} -Jan 03 20:31:16 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@lvmdriver-1#lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 31, 16, 977234)}, {'type': 'backend', 'name_to_id': 'ubuntu@lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 3, 20, 31, 16, 977234)}]. {{(pid=101592) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} -Jan 03 20:31:16 ubuntu cinder-scheduler[101592]: DEBUG cinder.scheduler.host_manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Updating capabilities for ubuntu@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2025, 1, 3, 20, 31, 16, 935775)} {{(pid=101592) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: INFO cinder.manager [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Initiating service 1 cleanup +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: INFO cinder.manager [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Service 1 cleanup completed. +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Creating RPC server for service cinder-scheduler {{(pid=101461) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:36:18 ubuntu cinder-scheduler[101461]: DEBUG cinder.service [None req-417ffd93-72e9-4d29-9afb-cb304e107311 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=101461) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:36:19 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Received backup service update from ubuntu: {'backend_state': False, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:596}} +Jan 14 22:36:28 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Received volume service update from ubuntu@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': True, 'filter_function': None, 'goodness_function': None} {{(pid=101461) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:627}} +Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'ubuntu@lvmdriver-1#lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 36, 29, 754377)}, {'type': 'backend', 'name_to_id': 'ubuntu@lvmdriver-1', 'total': 28.5, 'free': 28.5, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 570.0, 'reported_at': datetime.datetime(2025, 1, 14, 22, 36, 29, 754377)}]. {{(pid=101461) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:976}} +Jan 14 22:36:29 ubuntu cinder-scheduler[101461]: DEBUG cinder.scheduler.host_manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Updating capabilities for ubuntu@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 28.5, 'free_capacity_gb': 28.5, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:ubuntu:stack-volumes-lvmdriver-1:thin:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': True, 'thick_provisioning_support': False, 'total_volumes': 1, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2025, 1, 14, 22, 36, 29, 728432)} {{(pid=101461) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:413}} +Jan 14 22:36:39 ubuntu cinder-scheduler[101461]: DEBUG dbcounter [-] [101461] Writing DB stats cinder:SELECT=1 {{(pid=101461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47118,27 +47144,27 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@c-api.service --no-pager ● devstack@c-api.service - Devstack devstack@c-api.service Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:58 UTC; 27s ago - Main PID: 100542 (uwsgi) + Active: active (running) since Tue 2025-01-14 22:36:11 UTC; 28s ago + Main PID: 100452 (uwsgi) Status: "uWSGI is ready" Tasks: 7 (limit: 9388) - Memory: 238.3M - CPU: 4.899s + Memory: 238.2M + CPU: 5.063s CGroup: /system.slice/system-devstack.slice/devstack@c-api.service - ├─100542 "cinder-apiuWSGI master" - ├─100550 "cinder-apiuWSGI worker 1" - └─100551 "cinder-apiuWSGI worker 2" + ├─100452 "cinder-apiuWSGI master" + ├─100459 "cinder-apiuWSGI worker 1" + └─100460 "cinder-apiuWSGI worker 2" -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.middleware.request_id [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 None None] RequestId filter calling following filter/app {{(pid=100551) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: INFO cinder.api.openstack.wsgi [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] POST http://10.201.9.223/volume/v3/types/13ba516e-22c7-42fd-a1b0-b00e6db8fccc/extra_specs -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: DEBUG cinder.api.openstack.wsgi [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=100551) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: warnings.warn('Policy enforcement is depending on the value of ' -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: DEBUG oslo_db.sqlalchemy.engines [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100551) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: INFO cinder.api.openstack.wsgi [req-c2cd522d-e742-4ff5-aa19-9b2842b423bd req-ae60b611-c076-4f07-b558-744763ec4d33 ****** ******] http://10.201.9.223/volume/v3/types/13ba516e-22c7-42fd-a1b0-b00e6db8fccc/extra_specs returned with HTTP 200 -Jan 03 20:31:08 ubuntu devstack@c-api.service[100551]: [pid: 100551|app: 0|req: 2/3] 10.201.9.223 () {62 vars in 1359 bytes} [Fri Jan 3 20:31:08 2025] POST /volume/v3/types/13ba516e-22c7-42fd-a1b0-b00e6db8fccc/extra_specs => generated 55 bytes in 360 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@c-api.service[100550]: DEBUG dbcounter [-] [100550] Writing DB stats cinder:SELECT=9,cinder:INSERT=1 {{(pid=100550) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:18 ubuntu devstack@c-api.service[100551]: DEBUG dbcounter [-] [100551] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=100551) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.middleware.request_id [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 None None] RequestId filter calling following filter/app {{(pid=100459) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] POST http://10.201.9.223/volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=100459) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_******. This key is deprecated. Please update your policy file to use the standard policy values. +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: warnings.warn('Policy enforcement is depending on the value of ' +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: DEBUG oslo_db.sqlalchemy.engines [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=100459) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: INFO cinder.api.openstack.wsgi [req-76dcb7f2-538c-4937-9915-223ce38e823c req-900dfa93-d6a5-4e9d-aee6-a58480758328 ****** ******] http://10.201.9.223/volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs returned with HTTP 200 +Jan 14 22:36:21 ubuntu devstack@c-api.service[100459]: [pid: 100459|app: 0|req: 1/3] 10.201.9.223 () {62 vars in 1359 bytes} [Tue Jan 14 22:36:21 2025] POST /volume/v3/types/b1dadf04-17d0-4cb3-912f-aa90f3434829/extra_specs => generated 55 bytes in 334 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) +Jan 14 22:36:31 ubuntu devstack@c-api.service[100460]: DEBUG dbcounter [-] [100460] Writing DB stats cinder:SELECT=9,cinder:INSERT=1 {{(pid=100460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:31 ubuntu devstack@c-api.service[100459]: DEBUG dbcounter [-] [100459] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=100459) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47151,25 +47177,25 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@c-vol.service --no-pager ● devstack@c-vol.service - Devstack devstack@c-vol.service Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:31:06 UTC; 19s ago - Main PID: 103013 (cinder-volume) - Tasks: 3 (limit: 9388) - Memory: 136.9M - CPU: 9.801s + Active: active (running) since Tue 2025-01-14 22:36:19 UTC; 20s ago + Main PID: 102914 (cinder-volume) + Tasks: 2 (limit: 9388) + Memory: 137.3M + CPU: 9.572s CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service - ├─103013 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf - └─103202 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf + ├─102914 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf + └─103103 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf -Jan 03 20:31:17 ubuntu sudo[104851]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:18 ubuntu sudo[104851]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:18 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.365s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:18 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:18 ubuntu sudo[104854]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 -Jan 03 20:31:18 ubuntu sudo[104854]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) -Jan 03 20:31:18 ubuntu sudo[104854]: pam_unix(sudo:session): session closed for user root -Jan 03 20:31:18 ubuntu cinder-volume[103202]: DEBUG oslo_concurrency.processutils [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.378s {{(pid=103202) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:18 ubuntu cinder-volume[103202]: INFO cinder.volume.manager [None req-ce80d493-ec9b-46b9-9933-99b348756a00 None None] Driver post RPC initialization completed successfully. -Jan 03 20:31:18 ubuntu cinder-volume[103013]: DEBUG dbcounter [-] [103013] Writing DB stats cinder:SELECT=8,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=103013) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:30 ubuntu sudo[104537]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o size,data_percent --separator : --nosuffix /dev/stack-volumes-lvmdriver-1/stack-volumes-lvmdriver-1-pool" returned: 0 in 0.331s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:30 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:30 ubuntu sudo[104687]: ubuntu : PWD=/ ; USER=root ; COMMAND=/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 +Jan 14 22:36:30 ubuntu sudo[104687]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000) +Jan 14 22:36:31 ubuntu sudo[104687]: pam_unix(sudo:session): session closed for user root +Jan 14 22:36:31 ubuntu cinder-volume[103103]: DEBUG oslo_concurrency.processutils [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.328s {{(pid=103103) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:31 ubuntu cinder-volume[103103]: INFO cinder.volume.manager [None req-81881f6e-26a7-4010-829e-9d4811cf6ab7 None None] Driver post RPC initialization completed successfully. +Jan 14 22:36:31 ubuntu cinder-volume[102914]: DEBUG dbcounter [-] [102914] Writing DB stats cinder:SELECT=8,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=102914) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:39 ubuntu cinder-volume[103103]: DEBUG dbcounter [-] [103103] Writing DB stats cinder:SELECT=4 {{(pid=103103) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47210,29 +47236,29 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@q-svc.service --no-pager ● devstack@q-svc.service - Devstack devstack@q-svc.service Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:05 UTC; 1min 20s ago - Main PID: 90263 (/opt/stack/data) + Active: active (running) since Tue 2025-01-14 22:35:19 UTC; 1min 20s ago + Main PID: 90162 (/opt/stack/data) Tasks: 6 (limit: 9388) - Memory: 411.6M - CPU: 10.836s + Memory: 414.6M + CPU: 10.229s CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service - ├─90263 "/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" - ├─90456 "neutron-server: api worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" - ├─90457 "neutron-server: api worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" - ├─90460 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" - ├─90461 "neutron-server: maintenance worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" - └─90462 "neutron-server: services worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" + ├─90162 "/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" + ├─90355 "neutron-server: api worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" + ├─90356 "neutron-server: api worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" + ├─90359 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" + ├─90360 "neutron-server: maintenance worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" + └─90361 "neutron-server: services worker (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" -Jan 03 20:30:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=825,neutron:INSERT=15,neutron:UPDATE=17,neutron:DELETE=2 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=944,neutron:INSERT=37,neutron:UPDATE=23,neutron:DELETE=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:02 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=3 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:09 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:31:10 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:31:13 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:31:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:23 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=666,neutron:INSERT=46,neutron:UPDATE=14,neutron:DELETE=4 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:06 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=1 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:24 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:36:24 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:36:27 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=6,neutron:INSERT=657 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:27 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:36:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47245,28 +47271,28 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@q-ovn-metadata-agent.service --no-pager ● devstack@q-ovn-metadata-agent.service - Devstack devstack@q-ovn-metadata-agent.service Loaded: loaded (/etc/systemd/system/devstack@q-ovn-metadata-agent.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:03 UTC; 1min 23s ago - Main PID: 89287 (neutron-ovn-met) + Active: active (running) since Tue 2025-01-14 22:35:17 UTC; 1min 23s ago + Main PID: 89186 (neutron-ovn-met) Tasks: 7 (limit: 9388) - Memory: 328.4M - CPU: 5.574s + Memory: 330.1M + CPU: 5.590s CGroup: /system.slice/system-devstack.slice/devstack@q-ovn-metadata-agent.service - ├─89287 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" - ├─90217 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" - ├─90218 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" - ├─90383 /opt/stack/data/venv/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron_ovn_metadata_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpyjs6axmz/privsep.sock - └─92726 /opt/stack/data/venv/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron_ovn_metadata_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp5vnld5sx/privsep.sock + ├─89186 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" + ├─90116 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" + ├─90117 "neutron-ovn-metadata-agent (/opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron_ovn_metadata_agent.ini)" + ├─90330 /opt/stack/data/venv/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron_ovn_metadata_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpt4uhzp9u/privsep.sock + └─92630 /opt/stack/data/venv/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron_ovn_metadata_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp3urhabp1/privsep.sock -Jan 03 20:30:23 ubuntu neutron-ovn-metadata-agent[89287]: INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_DAC_OVERRIDE|CAP_DAC_READ_SEARCH|CAP_NET_ADMIN|CAP_SYS_ADMIN|CAP_SYS_PTRACE/CAP_DAC_OVERRIDE|CAP_DAC_READ_SEARCH|CAP_NET_ADMIN|CAP_SYS_ADMIN|CAP_SYS_PTRACE/none -Jan 03 20:30:23 ubuntu neutron-ovn-metadata-agent[89287]: INFO oslo.privsep.daemon [-] privsep daemon running as pid 92726 -Jan 03 20:30:23 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo.privsep.daemon [-] privsep: reply[a189d3bd-9665-4d7b-8802-d51452e9f727]: (2,) {{(pid=92726) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:498}} -Jan 03 20:30:24 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "context-manager" by "neutron_lib.db.api._create_context_manager" {{(pid=92726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:30:24 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo_concurrency.lockutils [-] Lock "context-manager" acquired by "neutron_lib.db.api._create_context_manager" :: waited 0.000s {{(pid=92726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:30:24 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo_concurrency.lockutils [-] Lock "context-manager" "released" by "neutron_lib.db.api._create_context_manager" :: held 0.000s {{(pid=92726) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:30:24 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo.privsep.daemon [-] privsep: reply[5654fac0-e0b9-4751-a5a2-7266b11e5732]: (4, False) {{(pid=92726) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:498}} -Jan 03 20:31:05 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "_check_child_processes" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" {{(pid=89287) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:31:05 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.001s {{(pid=89287) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:31:05 ubuntu neutron-ovn-metadata-agent[89287]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=89287) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_DAC_OVERRIDE|CAP_DAC_READ_SEARCH|CAP_NET_ADMIN|CAP_SYS_ADMIN|CAP_SYS_PTRACE/CAP_DAC_OVERRIDE|CAP_DAC_READ_SEARCH|CAP_NET_ADMIN|CAP_SYS_ADMIN|CAP_SYS_PTRACE/none +Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: INFO oslo.privsep.daemon [-] privsep daemon running as pid 92630 +Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo.privsep.daemon [-] privsep: reply[f3af1a27-c690-495f-881e-4b7e7bfa7980]: (2,) {{(pid=92630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:498}} +Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "context-manager" by "neutron_lib.db.api._create_context_manager" {{(pid=92630) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "context-manager" acquired by "neutron_lib.db.api._create_context_manager" :: waited 0.000s {{(pid=92630) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:35:37 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "context-manager" "released" by "neutron_lib.db.api._create_context_manager" :: held 0.000s {{(pid=92630) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:35:38 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo.privsep.daemon [-] privsep: reply[59f857d3-8b5a-4f5e-9cce-2d8ea95c71d4]: (4, False) {{(pid=92630) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:498}} +Jan 14 22:36:19 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "_check_child_processes" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" {{(pid=89186) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:36:19 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.001s {{(pid=89186) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:36:19 ubuntu neutron-ovn-metadata-agent[89186]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=89186) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47307,26 +47333,26 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@dstat.service --no-pager ● devstack@dstat.service - Devstack devstack@dstat.service Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:26:36 UTC; 4min 50s ago - Main PID: 58140 (dstat.sh) + Active: active (running) since Tue 2025-01-14 22:31:51 UTC; 4min 49s ago + Main PID: 58044 (dstat.sh) Tasks: 3 (limit: 9388) Memory: 23.8M - CPU: 1.406s + CPU: 1.439s CGroup: /system.slice/system-devstack.slice/devstack@dstat.service - ├─58140 /bin/bash /opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs - ├─58199 python3 /bin/dstat -tcmndrylpg --tcp --output /tmp/devstack_logs/dstat-csv.log - └─58200 python3 /bin/dstat -tcmndrylpg --swap --tcp + ├─58044 /bin/bash /opt/stack/devstack/tools/dstat.sh /tmp/devstack_logs + ├─58094 python3 /bin/dstat -tcmndrylpg --tcp --output /tmp/devstack_logs/dstat-csv.log + └─58095 python3 /bin/dstat -tcmndrylpg --swap --tcp -Jan 03 20:31:17 ubuntu dstat.sh[58200]: 03-01 20:31:17| 38 12 49 0 0|4426M 124M 162M 3060M|6604B 1614B|2025k 2025k|35.9 105 |3351 5857 |2.45 1.75 0.97|1.0 0 151| 0 0 | 0 0 | 18 261 0 40 0 -Jan 03 20:31:18 ubuntu dstat.sh[58200]: 03-01 20:31:18| 38 8 52 1 0|4430M 147M 162M 3034M|5570B 1667B| 987k 10M|34.1 550 |5135 9035 |2.33 1.73 0.97|1.0 0 8.0| 0 0 | 0 0 | 18 272 0 42 0 -Jan 03 20:31:19 ubuntu dstat.sh[58200]: 03-01 20:31:19| 22 10 68 1 0|4376M 185M 162M 3050M|7561B 1619B| 248k 868k|9.00 81.0 |4163 7809 |2.33 1.73 0.97|1.0 0 212| 0 0 | 0 0 | 18 275 0 43 0 -Jan 03 20:31:20 ubuntu dstat.sh[58200]: 03-01 20:31:20| 19 9 71 0 0|4393M 170M 162M 3047M|5600B 1615B| 152k 311k|6.98 22.9 |2651 4407 |2.33 1.73 0.97|1.0 0 259| 0 0 | 0 0 | 18 275 0 42 0 -Jan 03 20:31:21 ubuntu dstat.sh[58200]: 03-01 20:31:21| 14 13 71 0 0|4363M 200M 162M 3047M|5950B 1620B|4096B 1052k|1.00 63.0 |2594 3912 |2.33 1.73 0.97|1.0 0 205| 0 0 | 0 0 | 18 275 0 42 0 -Jan 03 20:31:22 ubuntu dstat.sh[58200]: 03-01 20:31:22| 9 21 70 1 0|4371M 191M 162M 3047M|5810B 1716B| 645k 140k|7.01 13.0 |3342 5388 |2.33 1.73 0.97|1.0 0 373| 0 0 | 0 0 | 18 275 0 40 0 -Jan 03 20:31:23 ubuntu dstat.sh[58200]: 03-01 20:31:23| 4 4 89 0 0|4372M 191M 162M 3048M|6253B 1457B| 32k 14M|3.00 165 |2039 3273 |2.22 1.72 0.97|1.0 0 83| 0 0 | 0 0 | 18 275 0 40 0 -Jan 03 20:31:24 ubuntu dstat.sh[58200]: 03-01 20:31:24| 20 3 76 0 0|4419M 144M 162M 3048M|6289B 1620B| 0 16M| 0 53.0 |1433 2076 |2.22 1.72 0.97|1.0 0 11| 0 0 | 0 0 | 18 275 0 40 0 -Jan 03 20:31:25 ubuntu dstat.sh[58200]: 03-01 20:31:25| 18 12 71 0 0|4368M 195M 162M 3048M|5025B 1621B| 48k 112k|5.00 12.0 |2534 3878 |2.22 1.72 0.97|1.0 0 147| 0 0 | 0 0 | 18 279 0 38 0 -Jan 03 20:31:26 ubuntu dstat.sh[58200]: 03-01 20:31:26| 13 16 70 0 0|4370M 192M 162M 3048M|5921B 1622B| 0 0 | 0 0 |2828 4399 |2.22 1.72 0.97|1.0 0 215| 0 0 | 0 0 | 18 279 0 38 0 +Jan 14 22:36:31 ubuntu dstat.sh[58095]: 14-01 22:36:31| 30 7 64 0 0|4447M 131M 170M 3023M| 27k 1660B| 391k 495k|7.99 47.9 |2289 3449 |1.98 1.61 0.93|3.0 0 48| 0 0 | 0 0 | 18 267 6 45 0 +Jan 14 22:36:32 ubuntu dstat.sh[58095]: 14-01 22:36:32| 25 4 69 1 0|4461M 133M 170M 3007M|7124B 1622B| 649k 637k|35.0 78.1 |4296 8758 |1.98 1.61 0.93|1.0 0 1.0| 0 0 | 0 0 | 18 276 6 47 0 +Jan 14 22:36:33 ubuntu dstat.sh[58095]: 14-01 22:36:33| 20 10 68 1 0|4403M 183M 170M 3015M|5274B 1735B| 264k 592k|9.99 57.0 |3280 6407 |1.98 1.61 0.93|5.0 0 189| 0 0 | 0 0 | 18 273 6 48 0 +Jan 14 22:36:34 ubuntu dstat.sh[58095]: 14-01 22:36:34| 18 11 70 0 0|4442M 144M 170M 3015M|5762B 1688B| 36k 403k|6.98 27.9 |2774 4714 |1.99 1.61 0.94|4.0 0 278| 0 0 | 0 0 | 18 273 6 46 0 +Jan 14 22:36:35 ubuntu dstat.sh[58095]: 14-01 22:36:35| 16 13 71 0 0|4419M 166M 170M 3015M|5452B 1465B| 40k 1145k|10.0 69.3 |2603 3985 |1.99 1.61 0.94|2.0 0 187| 0 0 | 0 0 | 18 273 6 46 0 +Jan 14 22:36:36 ubuntu dstat.sh[58095]: 14-01 22:36:36| 10 18 70 0 0|4420M 166M 170M 3015M|5964B 1619B| 76k 16M|2.00 48.0 |3291 5147 |1.99 1.61 0.94|2.0 0 369| 0 0 | 0 0 | 18 273 6 44 0 +Jan 14 22:36:37 ubuntu dstat.sh[58095]: 14-01 22:36:37| 3 5 90 0 0|4418M 168M 170M 3015M|5429B 1658B|8174B 8174B|1.00 1.00 |1727 2831 |1.99 1.61 0.94|2.0 0 107| 0 0 | 0 0 | 18 273 6 44 0 +Jan 14 22:36:38 ubuntu dstat.sh[58095]: 14-01 22:36:38| 19 3 77 0 0|4465M 120M 170M 3015M|6596B 1619B| 0 100k| 0 11.0 |1515 2188 |1.99 1.61 0.94|3.0 0 12| 0 0 | 0 0 | 18 275 6 43 0 +Jan 14 22:36:39 ubuntu dstat.sh[58095]: 14-01 22:36:39| 18 10 70 0 0|4413M 176M 170M 3011M|5472B 1624B| 180k 193k|9.02 18.0 |2590 4090 |1.91 1.60 0.94|2.0 0 147| 0 0 | 0 0 | 18 281 6 43 0 +Jan 14 22:36:40 ubuntu dstat.sh[58095]: 14-01 22:36:40| 11 17 70 0 1|4415M 178M 170M 3008M|8468B 1614B| 0 299k| 0 31.9 |3196 5119 |1.91 1.60 0.94|1.0 0 225| 0 0 | 0 0 | 18 283 6 41 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47346,24 +47372,24 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@c-bak.service --no-pager ● devstack@c-bak.service - Devstack devstack@c-bak.service Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:31:04 UTC; 22s ago - Main PID: 102307 (cinder-backup) + Active: active (running) since Tue 2025-01-14 22:36:17 UTC; 23s ago + Main PID: 102209 (cinder-backup) Tasks: 1 (limit: 9388) - Memory: 92.1M - CPU: 1.652s + Memory: 92.3M + CPU: 1.686s CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service - └─102307 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf + └─102209 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf -Jan 03 20:31:06 ubuntu cinder-backup[102307]: ERROR oslo.service.loopingcall raise ConnectionError(e, request=request) -Jan 03 20:31:06 ubuntu cinder-backup[102307]: ERROR oslo.service.loopingcall requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.201.9.223', port=8080): Max retries exceeded with url: /info (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] ECONNREFUSED')) -Jan 03 20:31:06 ubuntu cinder-backup[102307]: ERROR oslo.service.loopingcall -Jan 03 20:31:06 ubuntu cinder-backup[102307]: DEBUG oslo_concurrency.lockutils [None req-c457b7f2-6b93-43b5-b1a9-7b1987f8fef7 None None] Lock "cleanup_incomplete_backups_102307" "released" by "cinder.backup.manager.BackupManager._cleanup_incomplete_backup_operations" :: held 0.025s {{(pid=102307) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:31:06 ubuntu cinder-backup[102307]: DEBUG oslo_db.sqlalchemy.engines [None req-c457b7f2-6b93-43b5-b1a9-7b1987f8fef7 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=102307) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:06 ubuntu cinder-backup[102307]: DEBUG cinder.manager [None req-c457b7f2-6b93-43b5-b1a9-7b1987f8fef7 None None] Notifying Schedulers of capabilities ... {{(pid=102307) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} -Jan 03 20:31:06 ubuntu cinder-backup[102307]: INFO cinder.keymgr.migration [None req-dbe1dcea-1a60-46ff-a990-0847d45f5f2a None None] Not migrating encryption keys because the ConfKeyManager is still in use. -Jan 03 20:31:06 ubuntu cinder-backup[102307]: DEBUG cinder.service [None req-c457b7f2-6b93-43b5-b1a9-7b1987f8fef7 None None] Creating RPC server for service cinder-backup {{(pid=102307) start /opt/stack/cinder/cinder/service.py:239}} -Jan 03 20:31:06 ubuntu cinder-backup[102307]: DEBUG cinder.service [None req-c457b7f2-6b93-43b5-b1a9-7b1987f8fef7 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=102307) start /opt/stack/cinder/cinder/service.py:245}} -Jan 03 20:31:16 ubuntu cinder-backup[102307]: DEBUG dbcounter [-] [102307] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=102307) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:19 ubuntu cinder-backup[102209]: ERROR oslo.service.loopingcall raise ConnectionError(e, request=request) +Jan 14 22:36:19 ubuntu cinder-backup[102209]: ERROR oslo.service.loopingcall requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.201.9.223', port=8080): Max retries exceeded with url: /info (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] ECONNREFUSED')) +Jan 14 22:36:19 ubuntu cinder-backup[102209]: ERROR oslo.service.loopingcall +Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG oslo_concurrency.lockutils [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Lock "cleanup_incomplete_backups_102209" "released" by "cinder.backup.manager.BackupManager._cleanup_incomplete_backup_operations" :: held 0.015s {{(pid=102209) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG oslo_db.sqlalchemy.engines [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=102209) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG cinder.manager [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Notifying Schedulers of capabilities ... {{(pid=102209) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} +Jan 14 22:36:19 ubuntu cinder-backup[102209]: INFO cinder.keymgr.migration [None req-79d62787-9854-49c6-bff7-d5e759fe35b6 None None] Not migrating encryption keys because the ConfKeyManager is still in use. +Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG cinder.service [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Creating RPC server for service cinder-backup {{(pid=102209) start /opt/stack/cinder/cinder/service.py:239}} +Jan 14 22:36:19 ubuntu cinder-backup[102209]: DEBUG cinder.service [None req-60a4f269-f0e9-4a2d-aa49-5efa118fb16b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=102209) start /opt/stack/cinder/cinder/service.py:245}} +Jan 14 22:36:29 ubuntu cinder-backup[102209]: DEBUG dbcounter [-] [102209] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=102209) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47376,20 +47402,20 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@n-novnc-cell1.service --no-pager ● devstack@n-novnc-cell1.service - Devstack devstack@n-novnc-cell1.service Loaded: loaded (/etc/systemd/system/devstack@n-novnc-cell1.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:45 UTC; 41s ago - Main PID: 95975 (nova-novncproxy) + Active: active (running) since Tue 2025-01-14 22:35:59 UTC; 42s ago + Main PID: 95875 (nova-novncproxy) Tasks: 4 (limit: 9388) - Memory: 101.9M - CPU: 1.783s + Memory: 102.0M + CPU: 1.746s CGroup: /system.slice/system-devstack.slice/devstack@n-novnc-cell1.service - └─95975 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc + └─95875 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web /opt/stack/novnc -Jan 03 20:30:45 ubuntu systemd[1]: Started Devstack devstack@n-novnc-cell1.service. -Jan 03 20:30:47 ubuntu nova-novncproxy[95975]: INFO nova.console.websocketproxy [-] WebSocket server settings: -Jan 03 20:30:47 ubuntu nova-novncproxy[95975]: INFO nova.console.websocketproxy [-] - Listen on 0.0.0.0:6080 -Jan 03 20:30:47 ubuntu nova-novncproxy[95975]: INFO nova.console.websocketproxy [-] - Web server (no directory listings). Web root: /opt/stack/novnc -Jan 03 20:30:47 ubuntu nova-novncproxy[95975]: INFO nova.console.websocketproxy [-] - No SSL/TLS support (no cert file) -Jan 03 20:30:47 ubuntu nova-novncproxy[95975]: INFO nova.console.websocketproxy [-] - proxying from 0.0.0.0:6080 to None:None +Jan 14 22:35:59 ubuntu systemd[1]: Started Devstack devstack@n-novnc-cell1.service. +Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] WebSocket server settings: +Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - Listen on 0.0.0.0:6080 +Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - Web server (no directory listings). Web root: /opt/stack/novnc +Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - No SSL/TLS support (no cert file) +Jan 14 22:36:00 ubuntu nova-novncproxy[95875]: INFO nova.console.websocketproxy [-] - proxying from 0.0.0.0:6080 to None:None tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47402,26 +47428,26 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@n-super-cond.service --no-pager ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:48 UTC; 38s ago - Main PID: 97105 (nova-conductor) + Active: active (running) since Tue 2025-01-14 22:36:01 UTC; 39s ago + Main PID: 97005 (nova-conductor) Tasks: 3 (limit: 9388) - Memory: 154.5M - CPU: 2.347s + Memory: 154.8M + CPU: 2.381s CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service - ├─97105 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf - ├─97816 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf - └─97817 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf + ├─97005 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf + ├─97697 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf + └─97711 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf -Jan 03 20:30:50 ubuntu nova-conductor[97105]: DEBUG oslo_service.service [None req-9b136809-fe07-4066-a85f-ed99c18dac18 None None] oslo_limit.version = None {{(pid=97105) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:50 ubuntu nova-conductor[97105]: DEBUG oslo_service.service [None req-9b136809-fe07-4066-a85f-ed99c18dac18 None None] oslo_reports.file_event_handler = None {{(pid=97105) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:50 ubuntu nova-conductor[97105]: DEBUG oslo_service.service [None req-9b136809-fe07-4066-a85f-ed99c18dac18 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=97105) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:50 ubuntu nova-conductor[97105]: DEBUG oslo_service.service [None req-9b136809-fe07-4066-a85f-ed99c18dac18 None None] oslo_reports.log_dir = None {{(pid=97105) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:50 ubuntu nova-conductor[97105]: DEBUG oslo_service.service [None req-9b136809-fe07-4066-a85f-ed99c18dac18 None None] ******************************************************************************** {{(pid=97105) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:31:00 ubuntu nova-conductor[97105]: DEBUG dbcounter [-] [97105] Writing DB stats nova_api:SELECT=1 {{(pid=97105) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:00 ubuntu nova-conductor[97105]: DEBUG dbcounter [-] [97105] Writing DB stats nova_cell1:SELECT=1 {{(pid=97105) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:00 ubuntu nova-conductor[97105]: DEBUG dbcounter [-] [97105] Writing DB stats nova_cell0:SELECT=1 {{(pid=97105) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:05 ubuntu nova-conductor[97816]: DEBUG dbcounter [-] [97816] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1,nova_cell0:UPDATE=1 {{(pid=97816) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:05 ubuntu nova-conductor[97817]: DEBUG dbcounter [-] [97817] Writing DB stats nova_cell0:SELECT=5,nova_cell0:INSERT=1 {{(pid=97817) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_limit.version = None {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_reports.file_event_handler = None {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_reports.file_event_handler_interval = 1 {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] oslo_reports.log_dir = None {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:03 ubuntu nova-conductor[97005]: DEBUG oslo_service.service [None req-59302a71-658e-4d28-a339-88755448124e None None] ******************************************************************************** {{(pid=97005) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:13 ubuntu nova-conductor[97005]: DEBUG dbcounter [-] [97005] Writing DB stats nova_api:SELECT=1 {{(pid=97005) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:13 ubuntu nova-conductor[97005]: DEBUG dbcounter [-] [97005] Writing DB stats nova_cell1:SELECT=1 {{(pid=97005) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:13 ubuntu nova-conductor[97005]: DEBUG dbcounter [-] [97005] Writing DB stats nova_cell0:SELECT=1 {{(pid=97005) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:18 ubuntu nova-conductor[97711]: DEBUG dbcounter [-] [97711] Writing DB stats nova_cell0:SELECT=4,nova_cell0:INSERT=1,nova_cell0:UPDATE=1 {{(pid=97711) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:18 ubuntu nova-conductor[97697]: DEBUG dbcounter [-] [97697] Writing DB stats nova_cell0:SELECT=5,nova_cell0:INSERT=1 {{(pid=97697) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +functions-common:service_check:1715 for service in ${ENABLED_SERVICES//,/ } @@ -47434,26 +47460,26 @@ tput: No value for $TERM and no -T specified +functions-common:service_check:1721 sudo systemctl status devstack@n-cond-cell1.service --no-pager ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) - Active: active (running) since Fri 2025-01-03 20:30:50 UTC; 36s ago - Main PID: 97826 (nova-conductor) + Active: active (running) since Tue 2025-01-14 22:36:03 UTC; 37s ago + Main PID: 97723 (nova-conductor) Tasks: 3 (limit: 9388) - Memory: 164.0M - CPU: 2.613s + Memory: 163.9M + CPU: 2.677s CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service - ├─97826 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf - ├─98983 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf - └─98985 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf + ├─97723 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf + ├─98782 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf + └─98786 /opt/stack/data/venv/bin/python3.10 /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] oslo_limit.status_code_retry_delay = None {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] oslo_limit.timeout = None {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] oslo_limit.valid_interfaces = None {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] oslo_limit.version = None {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] oslo_reports.file_event_handler = None {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] oslo_reports.log_dir = None {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:52 ubuntu nova-conductor[97826]: DEBUG oslo_service.service [None req-7ac027a2-311c-4a89-b4f5-bba959b2e764 None None] ******************************************************************************** {{(pid=97826) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:31:02 ubuntu nova-conductor[97826]: DEBUG dbcounter [-] [97826] Writing DB stats nova_cell1:SELECT=1 {{(pid=97826) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:19 ubuntu nova-conductor[98983]: DEBUG dbcounter [-] [98983] Writing DB stats nova_cell1:SELECT=7,nova_cell1:UPDATE=1 {{(pid=98983) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_limit.valid_interfaces = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_limit.version = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_reports.file_event_handler = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] oslo_reports.log_dir = None {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:05 ubuntu nova-conductor[97723]: DEBUG oslo_service.service [None req-8eed6845-287a-4b57-b978-15655b5a62f7 None None] ******************************************************************************** {{(pid=97723) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:15 ubuntu nova-conductor[97723]: DEBUG dbcounter [-] [97723] Writing DB stats nova_cell1:SELECT=1 {{(pid=97723) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:37 ubuntu nova-conductor[98786]: DEBUG dbcounter [-] [98786] Writing DB stats nova_cell1:SELECT=9,nova_cell1:INSERT=2,nova_cell1:UPDATE=1 {{(pid=98786) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:40 ubuntu nova-conductor[98782]: DEBUG dbcounter [-] [98782] Writing DB stats nova_cell1:SELECT=7,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=98782) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:40 ubuntu nova-conductor[98786]: DEBUG dbcounter [-] [98786] Writing DB stats nova_cell1:SELECT=7 {{(pid=98786) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1474 is_service_enabled n-api @@ -47489,16 +47515,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1476 /opt/stack/devstack/tools/discover_hosts.sh -INFO dbcounter [None req-9698f238-b036-4b65-b34c-9dceedf86952 None None] Registered counter for database nova_api -DEBUG dbcounter [-] [106544] Writer thread running {{(pid=106544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +INFO dbcounter [None req-b2cb0b28-70bc-4a7b-8f22-c2ce77eb90c1 None None] Registered counter for database nova_api +DEBUG dbcounter [-] [106443] Writer thread running {{(pid=106443) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} Found 2 cell mappings. Skipping cell0 since it does not contain hosts. -Getting computes from cell 'cell1': ccc1c179-ddf1-4cf0-9145-5b188337b990 -INFO dbcounter [None req-9698f238-b036-4b65-b34c-9dceedf86952 None None] Registered counter for database nova_cell1 -DEBUG dbcounter [-] [106544] Writer thread running {{(pid=106544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Checking host mapping for compute host 'ubuntu': 6f5794d0-2b02-48e3-a29a-1e0eb5fdafea -Creating host mapping for compute host 'ubuntu': 6f5794d0-2b02-48e3-a29a-1e0eb5fdafea -Found 1 unmapped computes in cell: ccc1c179-ddf1-4cf0-9145-5b188337b990 +Getting computes from cell 'cell1': 74f03ecc-c6c3-4ded-8e4a-61c50da33bc4 +INFO dbcounter [None req-b2cb0b28-70bc-4a7b-8f22-c2ce77eb90c1 None None] Registered counter for database nova_cell1 +DEBUG dbcounter [-] [106443] Writer thread running {{(pid=106443) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Checking host mapping for compute host 'ubuntu': 952379af-dff8-4620-84de-af52a989832f +Creating host mapping for compute host 'ubuntu': 952379af-dff8-4620-84de-af52a989832f +Found 1 unmapped computes in cell: 74f03ecc-c6c3-4ded-8e4a-61c50da33bc4 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1489 /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check @@ -47539,10 +47565,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+./stack.sh:main:1508 sudo tee /etc/bash_completion.d/osc.bash_completion -tput: No value for $TERM and no -T specified +./stack.sh:main:1507 command openstack complete tput: No value for $TERM and no -T specified ++./stack.sh:main:1508 sudo tee /etc/bash_completion.d/osc.bash_completion +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +./stack.sh:main:1511 is_service_enabled cinder tput: No value for $TERM and no -T specified @@ -47604,12 +47630,12 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/lvm:set_lvm_filter:196 sed 's/ //g' +++lib/lvm:set_lvm_filter:196 sed 's/\/dev\///g' tput: No value for $TERM and no -T specified +tput: ++lib/lvm:set_lvm_filter:196 sed 's/ //g' +No value for $TERM and no -T specified ++lib/lvm:set_lvm_filter:196 echo -e /dev/loop3 tput: No value for $TERM and no -T specified -++lib/lvm:set_lvm_filter:196 sed 's/\/dev\///g' -tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +lib/lvm:set_lvm_filter:196 pv=loop3 tput: No value for $TERM and no -T specified @@ -47740,10 +47766,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -[3597 Async install_tempest:55377]: Waiting for completion of install_tempest running on PID 55377 (1 other jobs running) -[3597 Async install_tempest:55377]: Signaling child to exit +[3421 Async install_tempest:55272]: Waiting for completion of install_tempest running on PID 55272 (1 other jobs running) +[3421 Async install_tempest:55272]: Signaling child to exit WAKEUP -[3597 Async install_tempest:55377]: Signaled +[3421 Async install_tempest:55272]: Signaled tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:install_tempest:820 git_clone http://github.com/openstack/tempest.git /opt/stack/tempest master @@ -47793,10 +47819,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:git_clone:614 echo master -tput: No value for $TERM and no -T specified ++functions-common:git_clone:614 egrep -q '^refs' tput: No value for $TERM and no -T specified +++functions-common:git_clone:614 echo master +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_clone:628 [[ ! -d /opt/stack/tempest ]] tput: No value for $TERM and no -T specified @@ -47834,7 +47860,7 @@ tput: No value for $TERM and no -T specified +++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_start:2412 _TIME_START[$name]=1735935980283 +++functions-common:time_start:2412 _TIME_START[$name]=1736893895171 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_timed:709 timeout -s SIGINT 0 git clone --no-checkout http://github.com/openstack/tempest.git /opt/stack/tempest @@ -47863,28 +47889,28 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2428 start_time=1735935980283 +++functions-common:time_stop:2428 start_time=1736893895171 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2430 [[ -z 1735935980283 ]] +++functions-common:time_stop:2430 [[ -z 1736893895171 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2433 end_time=1735935984268 +++functions-common:time_stop:2433 end_time=1736893899070 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2434 elapsed_time=3985 +++functions-common:time_stop:2434 elapsed_time=3899 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2435 total=104307 +++functions-common:time_stop:2435 total=100090 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2438 _TIME_TOTAL[$name]=108292 +++functions-common:time_stop:2438 _TIME_TOTAL[$name]=103989 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_clone:635 cd /opt/stack/tempest @@ -47920,7 +47946,7 @@ tput: No value for $TERM and no -T specified +++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_start:2412 _TIME_START[$name]=1735935984380 +++functions-common:time_start:2412 _TIME_START[$name]=1736893899267 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_timed:709 timeout -s SIGINT 0 git fetch origin master @@ -47950,28 +47976,28 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2428 start_time=1735935984380 +++functions-common:time_stop:2428 start_time=1736893899267 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2430 [[ -z 1735935984380 ]] +++functions-common:time_stop:2430 [[ -z 1736893899267 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2433 end_time=1735935985161 +++functions-common:time_stop:2433 end_time=1736893900069 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2434 elapsed_time=781 +++functions-common:time_stop:2434 elapsed_time=802 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2435 total=108292 +++functions-common:time_stop:2435 total=103989 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2438 _TIME_TOTAL[$name]=109073 +++functions-common:time_stop:2438 _TIME_TOTAL[$name]=104791 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_clone:637 git_timed checkout FETCH_HEAD @@ -48004,7 +48030,7 @@ tput: No value for $TERM and no -T specified +++functions-common:time_start:2412 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_start:2412 _TIME_START[$name]=1735935985250 +++functions-common:time_start:2412 _TIME_START[$name]=1736893900175 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_timed:709 timeout -s SIGINT 0 git checkout FETCH_HEAD @@ -48025,7 +48051,7 @@ Or undo this operation with: Turn off this advice by setting config variable advice.detachedHead to false -HEAD is now at b23e9fcc2 Merge "Wait for the router port activation before deletion" +HEAD is now at a110fc009 Merge "Add tests for creating servers with (anti-)affinity" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_timed:723 time_stop git_timed @@ -48049,28 +48075,28 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2427 name=git_timed tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2428 start_time=1735935985250 +++functions-common:time_stop:2428 start_time=1736893900175 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2430 [[ -z 1735935985250 ]] +++functions-common:time_stop:2430 [[ -z 1736893900175 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2433 end_time=1735935985432 +++functions-common:time_stop:2433 end_time=1736893900356 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2434 elapsed_time=182 +++functions-common:time_stop:2434 elapsed_time=181 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2435 total=109073 +++functions-common:time_stop:2435 total=104791 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2438 _TIME_TOTAL[$name]=109255 +++functions-common:time_stop:2438 _TIME_TOTAL[$name]=104972 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_clone:673 sudo git config --system --add safe.directory /opt/stack/tempest @@ -48080,10 +48106,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:git_clone:677 git show --oneline tput: No value for $TERM and no -T specified ++functions-common:git_clone:677 head -1 -b23e9fcc2 Merge "Wait for the router port activation before deletion" +++functions-common:git_clone:677 git show --oneline +a110fc009 Merge "Add tests for creating servers with (anti-)affinity" tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:git_clone:678 cd /opt/stack/devstack @@ -48150,28 +48176,28 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2428 start_time=1735935985536 +++functions-common:time_stop:2428 start_time=1736893900460 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2430 [[ -z 1735935985536 ]] +++functions-common:time_stop:2430 [[ -z 1736893900460 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2433 end_time=1735935987859 +++functions-common:time_stop:2433 end_time=1736893902668 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2434 elapsed_time=2323 +++functions-common:time_stop:2434 elapsed_time=2208 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2435 total=112922 +++functions-common:time_stop:2435 total=114403 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2438 _TIME_TOTAL[$name]=115245 +++functions-common:time_stop:2438 _TIME_TOTAL[$name]=116611 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/python:pip_install:219 return 0 @@ -48192,16 +48218,16 @@ tput: No value for $TERM and no -T specified +++lib/tempest:install_tempest:834 mktemp -t tempest_u_c_m.XXXXXXXXXX tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:install_tempest:834 tmp_u_c_m=/tmp/tempest_u_c_m.rR8FA1tTt9 +++lib/tempest:install_tempest:834 tmp_u_c_m=/tmp/tempest_u_c_m.lfS7Z3a7s4 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:install_tempest:835 set_tempest_venv_constraints /tmp/tempest_u_c_m.rR8FA1tTt9 +++lib/tempest:install_tempest:835 set_tempest_venv_constraints /tmp/tempest_u_c_m.lfS7Z3a7s4 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:set_tempest_venv_constraints:129 local tmp_c tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:set_tempest_venv_constraints:130 tmp_c=/tmp/tempest_u_c_m.rR8FA1tTt9 +++lib/tempest:set_tempest_venv_constraints:130 tmp_c=/tmp/tempest_u_c_m.lfS7Z3a7s4 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:set_tempest_venv_constraints:131 [[ master == \m\a\s\t\e\r ]] @@ -48229,23 +48255,23 @@ tput: No value for $TERM and no -T specified full create: /opt/stack/tempest/.tox/tempest full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt full develop-inst: /opt/stack/tempest -full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==6.2.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@b23e9fcc280a51bf84fae68e7719bd05c0447806#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 ___________________________________ summary ____________________________________ full: skipped tests congratulations :) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:install_tempest:841 /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.rR8FA1tTt9 -r requirements.txt +++lib/tempest:install_tempest:841 /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.lfS7Z3a7s4 -r requirements.txt Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.0) Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.8.0) -Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.19.2) +Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.0) Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (44.0.0) Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (6.2.0) Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.0) -Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (6.2.0) +Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.0.0) Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.6.0) Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.0.0) @@ -48295,12 +48321,12 @@ tput: No value for $TERM and no -T specified ++lib/tempest:install_tempest:842 PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:install_tempest:843 rm -f /tmp/tempest_u_c_m.rR8FA1tTt9 +++lib/tempest:install_tempest:843 rm -f /tmp/tempest_u_c_m.lfS7Z3a7s4 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:install_tempest:844 popd /opt/stack/devstack -[3597 Async install_tempest:55377]: finished install_tempest with result 0 in 29 seconds +[3421 Async install_tempest:55272]: finished install_tempest with result 0 in 25 seconds tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/async:async_wait:197 return 0 @@ -48438,68 +48464,68 @@ tput: No value for $TERM and no -T specified Obtaining file:///opt/stack/tempest Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' -Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (6.1.0) -Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (4.8.0) -Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (4.19.2) -Requirement already satisfied: testtools>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (2.7.2) -Requirement already satisfied: paramiko>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (3.5.0) -Requirement already satisfied: cryptography>=2.1 in /usr/local/lib/python3.10/dist-packages (from tempest==42.0.1.dev41) (44.0.0) -Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (1.3.0) -Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (6.2.0) -Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (9.7.0) -Requirement already satisfied: oslo.log>=3.36.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (6.2.0) -Collecting stestr>=1.0.0 (from tempest==42.0.1.dev41) +Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (6.1.0) +Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (4.8.0) +Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (4.23.0) +Requirement already satisfied: testtools>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (2.7.2) +Requirement already satisfied: paramiko>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (3.5.0) +Requirement already satisfied: cryptography>=2.1 in /usr/local/lib/python3.10/dist-packages (from tempest==42.0.1.dev50) (44.0.0) +Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (1.3.0) +Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (6.2.0) +Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (9.7.0) +Requirement already satisfied: oslo.log>=3.36.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (7.0.0) +Collecting stestr>=1.0.0 (from tempest==42.0.1.dev50) Using cached stestr-4.1.0-py3-none-any.whl.metadata (8.1 kB) -Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (5.6.0) -Requirement already satisfied: oslo.utils>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (8.0.0) -Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (4.1.0) -Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (6.0.2) -Requirement already satisfied: python-subunit>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (1.4.4) -Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (5.4.0) -Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (3.12.0) -Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (1.26.20) -Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (3.0.0) -Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (0.7.1) -Requirement already satisfied: fasteners>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (0.19) -Requirement already satisfied: testscenarios>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev41) (0.5.0) -Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev41) (0.5.2) -Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev41) (2.5.7) -Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.1->tempest==42.0.1.dev41) (1.17.1) -Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->tempest==42.0.1.dev41) (1.17.0) -Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev41) (24.2.0) -Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev41) (2024.10.1) -Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev41) (0.35.1) -Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev41) (0.22.3) -Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->tempest==42.0.1.dev41) (6.5.0) -Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->tempest==42.0.1.dev41) (2.32.3) -Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->tempest==42.0.1.dev41) (2.0.0) -Requirement already satisfied: oslo.context>=2.21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->tempest==42.0.1.dev41) (5.7.0) -Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->tempest==42.0.1.dev41) (2.9.0.post0) -Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==42.0.1.dev41) (1.1.0) -Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==42.0.1.dev41) (2024.2) -Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev41) (2.1.0) -Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev41) (24.2) -Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev41) (6.1.0) -Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev41) (3.2.0) -Requirement already satisfied: bcrypt>=3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.0->tempest==42.0.1.dev41) (4.0.1) -Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.0->tempest==42.0.1.dev41) (1.5.0) -Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->tempest==42.0.1.dev41) (0.2.13) -Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from stestr>=1.0.0->tempest==42.0.1.dev41) (0.15.2) -Collecting tomlkit>=0.11.6 (from stestr>=1.0.0->tempest==42.0.1.dev41) +Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (5.6.0) +Requirement already satisfied: oslo.utils>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (8.0.0) +Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (4.1.0) +Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (6.0.2) +Requirement already satisfied: python-subunit>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (1.4.4) +Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (5.4.0) +Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (3.12.0) +Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (1.26.20) +Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (3.0.0) +Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (0.7.1) +Requirement already satisfied: fasteners>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (0.19) +Requirement already satisfied: testscenarios>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tempest==42.0.1.dev50) (0.5.0) +Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev50) (0.5.2) +Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev50) (2.5.7) +Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.1->tempest==42.0.1.dev50) (1.17.1) +Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->tempest==42.0.1.dev50) (1.17.0) +Requirement already satisfied: attrs>=22.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (24.2.0) +Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (2024.10.1) +Requirement already satisfied: referencing>=0.28.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (0.35.1) +Requirement already satisfied: rpds-py>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->tempest==42.0.1.dev50) (0.22.3) +Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->tempest==42.0.1.dev50) (6.5.0) +Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->tempest==42.0.1.dev50) (2.32.3) +Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->tempest==42.0.1.dev50) (2.0.0) +Requirement already satisfied: oslo.context>=2.21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->tempest==42.0.1.dev50) (5.7.0) +Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.36.0->tempest==42.0.1.dev50) (2.9.0.post0) +Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==42.0.1.dev50) (1.1.0) +Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->tempest==42.0.1.dev50) (2024.2) +Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (2.1.0) +Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (24.2) +Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (6.1.0) +Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=7.0.0->tempest==42.0.1.dev50) (3.2.0) +Requirement already satisfied: bcrypt>=3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.0->tempest==42.0.1.dev50) (4.0.1) +Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.0->tempest==42.0.1.dev50) (1.5.0) +Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->tempest==42.0.1.dev50) (0.2.13) +Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from stestr>=1.0.0->tempest==42.0.1.dev50) (0.15.2) +Collecting tomlkit>=0.11.6 (from stestr>=1.0.0->tempest==42.0.1.dev50) Using cached tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) -Collecting extras>=1.0.0 (from stestr>=1.0.0->tempest==42.0.1.dev41) +Collecting extras>=1.0.0 (from stestr>=1.0.0->tempest==42.0.1.dev50) Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) -Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.1->tempest==42.0.1.dev41) (2.22) -Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev41) (1.9.0) -Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->tempest==42.0.1.dev41) (1.17.0) -Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev41) (3.4.0) -Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev41) (3.10) -Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev41) (2020.6.20) +Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.1->tempest==42.0.1.dev50) (2.22) +Requirement already satisfied: pyperclip in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->tempest==42.0.1.dev50) (1.9.0) +Requirement already satisfied: six>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->tempest==42.0.1.dev50) (1.17.0) +Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev50) (3.4.0) +Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev50) (3.10) +Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=5.2.0->tempest==42.0.1.dev50) (2020.6.20) Using cached stestr-4.1.0-py3-none-any.whl (117 kB) Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) Using cached tomlkit-0.13.2-py3-none-any.whl (37 kB) Installing collected packages: extras, tomlkit, stestr, tempest - DEPRECATION: Legacy editable install of tempest==42.0.1.dev41 from file:///opt/stack/tempest (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 + DEPRECATION: Legacy editable install of tempest==42.0.1.dev50 from file:///opt/stack/tempest (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 Running setup.py develop for tempest Successfully installed extras-1.0.0 stestr-4.1.0 tempest tomlkit-0.13.2 tput: No value for $TERM and no -T specified @@ -48528,28 +48554,28 @@ tput: No value for $TERM and no -T specified ++functions-common:time_stop:2427 name=pip_install tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2428 start_time=1735936295305 +++functions-common:time_stop:2428 start_time=1736894209255 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2430 [[ -z 1735936295305 ]] +++functions-common:time_stop:2430 [[ -z 1736894209255 ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++functions-common:time_stop:2433 date +%s%3N tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2433 end_time=1735936299541 +++functions-common:time_stop:2433 end_time=1736894213524 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2434 elapsed_time=4236 +++functions-common:time_stop:2434 elapsed_time=4269 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2435 total=121621 +++functions-common:time_stop:2435 total=123616 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++functions-common:time_stop:2437 _TIME_START[$name]= tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++functions-common:time_stop:2438 _TIME_TOTAL[$name]=125857 +++functions-common:time_stop:2438 _TIME_TOTAL[$name]=127885 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++inc/python:pip_install:219 return 0 @@ -48667,15 +48693,15 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified ++++lib/tempest:get_active_images:157 awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' ++lib/tempest:get_active_images:164 read -r IMAGE_NAME IMAGE_UUID tput: No value for $TERM and no -T specified +++lib/tempest:get_active_images:157 oscwrap --os-cloud devstack-****** image list --property status=active tput: No value for $TERM and no -T specified -+++lib/tempest:get_active_images:157 awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -48705,10 +48731,10 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:254 '[' -z '' ']' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:255 image_uuid=2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 +++lib/tempest:configure_tempest:255 image_uuid=b85eabc5-4619-4e35-b74e-687cf6826b6b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:257 image_uuid_alt=2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 +++lib/tempest:configure_tempest:257 image_uuid_alt=b85eabc5-4619-4e35-b74e-687cf6826b6b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:279 sudo install -d -o ubuntu /opt/stack/tempest/etc @@ -48739,10 +48765,10 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/tempest:configure_tempest:291 oscwrap --os-cloud devstack-****** project list ++++lib/tempest:configure_tempest:291 awk '/ ****** / { print $2 }' tput: No value for $TERM and no -T specified ++++lib/tempest:configure_tempest:291 oscwrap --os-cloud devstack-****** project list tput: No value for $TERM and no -T specified -+++lib/tempest:configure_tempest:291 awk '/ ****** / { print $2 }' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -48757,7 +48783,7 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:291 ******_project_id=c09c34465cf64df987fa1f7c646d06a9 +++lib/tempest:configure_tempest:291 ******_project_id=aa6fef291c0e4913b9afb52e8e1e383b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:293 is_service_enabled nova @@ -48827,13 +48853,13 @@ tput: No value for $TERM and no -T specified +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/tempest:configure_tempest:300 image_size_in_gib 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 ++++lib/tempest:configure_tempest:300 image_size_in_gib b85eabc5-4619-4e35-b74e-687cf6826b6b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/tempest:image_size_in_gib:123 local size tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++++lib/tempest:image_size_in_gib:124 oscwrap --os-cloud devstack-****** image show 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 -c size -f value +++++lib/tempest:image_size_in_gib:124 oscwrap --os-cloud devstack-****** image show b85eabc5-4619-4e35-b74e-687cf6826b6b -c size -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -48902,13 +48928,13 @@ tput: No value for $TERM and no -T specified +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/tempest:configure_tempest:307 image_size_in_gib 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 ++++lib/tempest:configure_tempest:307 image_size_in_gib b85eabc5-4619-4e35-b74e-687cf6826b6b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/tempest:image_size_in_gib:123 local size tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++++lib/tempest:image_size_in_gib:124 oscwrap --os-cloud devstack-****** image show 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 -c size -f value +++++lib/tempest:image_size_in_gib:124 oscwrap --os-cloud devstack-****** image show b85eabc5-4619-4e35-b74e-687cf6826b6b -c size -f value tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -48928,8 +48954,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +++lib/tempest:image_size_in_gib:125 python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' +tput: No value for $TERM and no -T specified +++lib/tempest:image_size_in_gib:125 echo 16338944 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49163,7 +49189,7 @@ tput: No value for $TERM and no -T specified +++functions-common:oscwrap:2466 return 0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:382 public_network_id=bd4eaa79-3bec-4d07-9435-715a71db2645 +++lib/tempest:configure_tempest:382 public_network_id=9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:384 openstack --os-cloud devstack-****** --os-region RegionOne network create --share shared @@ -49173,10 +49199,10 @@ tput: No value for $TERM and no -T specified | ******_state_up | UP | | availability_zone_hints | | | availability_zones | | -| created_at | 2025-01-03T20:31:53Z | +| created_at | 2025-01-14T22:37:07Z | | description | | | dns_domain | None | -| id | 84e6a34d-b39a-4137-bbd2-2c5395e75e37 | +| id | ffa97ed8-17ba-4ef4-808f-66711e169436 | | ipv4_address_scope | None | | ipv6_address_scope | None | | is_default | None | @@ -49184,10 +49210,10 @@ tput: No value for $TERM and no -T specified | mtu | 1442 | | name | shared | | port_security_enabled | True | -| project_id | c09c34465cf64df987fa1f7c646d06a9 | +| project_id | aa6fef291c0e4913b9afb52e8e1e383b | | provider:network_type | geneve | | provider:physical_network | None | -| provider:segmentation_id | 45819 | +| provider:segmentation_id | 48900 | | qos_policy_id | None | | revision_number | 1 | | router:external | Internal | @@ -49196,7 +49222,7 @@ tput: No value for $TERM and no -T specified | status | ACTIVE | | subnets | | | tags | | -| updated_at | 2025-01-03T20:31:53Z | +| updated_at | 2025-01-14T22:37:07Z | +---------------------------+--------------------------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49206,27 +49232,27 @@ tput: No value for $TERM and no -T specified +----------------------+--------------------------------------+ | allocation_pools | 192.168.233.2-192.168.233.254 | | cidr | 192.168.233.0/24 | -| created_at | 2025-01-03T20:31:54Z | +| created_at | 2025-01-14T22:37:08Z | | description | shared-subnet | | dns_nameservers | | | dns_publish_fixed_ip | None | | enable_dhcp | True | | gateway_ip | 192.168.233.1 | | host_routes | | -| id | 28147ef4-e6ad-45da-a8ac-a736cf4106fc | +| id | a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35 | | ip_version | 4 | | ipv6_address_mode | None | | ipv6_ra_mode | None | | name | shared-subnet | -| network_id | 84e6a34d-b39a-4137-bbd2-2c5395e75e37 | -| project_id | c09c34465cf64df987fa1f7c646d06a9 | +| network_id | ffa97ed8-17ba-4ef4-808f-66711e169436 | +| project_id | aa6fef291c0e4913b9afb52e8e1e383b | | revision_number | 0 | | router:external | False | | segment_id | None | | service_types | | | subnetpool_id | None | | tags | | -| updated_at | 2025-01-03T20:31:54Z | +| updated_at | 2025-01-14T22:37:08Z | +----------------------+--------------------------------------+ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49342,8 +49368,8 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49398,7 +49424,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49521,8 +49547,8 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:438 iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified -tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49576,7 +49602,7 @@ tput: No value for $TERM and no -T specified ++functions-common:is_service_enabled:2077 return 1 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:453 iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 +++lib/tempest:configure_tempest:453 iniset /opt/stack/tempest/etc/tempest.conf compute image_ref b85eabc5-4619-4e35-b74e-687cf6826b6b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49589,7 +49615,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:454 iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 +++lib/tempest:configure_tempest:454 iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt b85eabc5-4619-4e35-b74e-687cf6826b6b tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49743,8 +49769,6 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:498 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49753,13 +49777,15 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:499 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/tempest:configure_tempest:499 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +tput: tput: No value for $TERM and no -T specified +No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49772,7 +49798,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49827,8 +49853,8 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:514 is_service_enabled n-novnc tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49843,8 +49869,8 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:515 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled vnc_console True tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49866,7 +49892,7 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:520 iniset /opt/stack/tempest/etc/tempest.conf network public_network_id bd4eaa79-3bec-4d07-9435-715a71db2645 +++lib/tempest:configure_tempest:520 iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49882,8 +49908,8 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:521 iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49969,8 +49995,6 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:533 iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specifiedNo value for $TERM and no -T specified - tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -49979,14 +50003,16 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:537 [[ cirros == \c\i\r\r\o\s ]] tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified +++lib/tempest:configure_tempest:537 [[ cirros == \c\i\r\r\o\s ]] +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -+++lib/tempest:configure_tempest:540 tr -d . tput: No value for $TERM and no -T specified +++lib/tempest:configure_tempest:540 echo 0.6.3 tput: No value for $TERM and no -T specified ++++lib/tempest:configure_tempest:540 tr -d . +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:540 [[ 063 -ge 060 ]] tput: No value for $TERM and no -T specified @@ -49994,8 +50020,8 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:541 iniset /opt/stack/tempest/etc/tempest.conf scenario dhcp_client dhcpcd tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -50045,8 +50071,8 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:553 iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -50399,8 +50425,8 @@ tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:681 iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -tput: tput: No value for $TERM and no -T specified -No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified +tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified @@ -50701,7 +50727,7 @@ tput: No value for $TERM and no -T specified +++lib/tempest:configure_tempest:739 mktemp tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:739 tmp_cfg_file=/tmp/tmp.3gRWsEXh55 +++lib/tempest:configure_tempest:739 tmp_cfg_file=/tmp/tmp.ISl5aRinc7 tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:740 cd /opt/stack/tempest @@ -50713,16 +50739,16 @@ tput: No value for $TERM and no -T specified +++lib/tempest:configure_tempest:743 mktemp -t tempest_u_c_m.XXXXXXXXXX tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:743 tmp_u_c_m=/tmp/tempest_u_c_m.Fw5Cr1KnEQ +++lib/tempest:configure_tempest:743 tmp_u_c_m=/tmp/tempest_u_c_m.bA0pL2KFAF tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:744 set_tempest_venv_constraints /tmp/tempest_u_c_m.Fw5Cr1KnEQ +++lib/tempest:configure_tempest:744 set_tempest_venv_constraints /tmp/tempest_u_c_m.bA0pL2KFAF tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:set_tempest_venv_constraints:129 local tmp_c tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:set_tempest_venv_constraints:130 tmp_c=/tmp/tempest_u_c_m.Fw5Cr1KnEQ +++lib/tempest:set_tempest_venv_constraints:130 tmp_c=/tmp/tempest_u_c_m.bA0pL2KFAF tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:set_tempest_venv_constraints:131 [[ master == \m\a\s\t\e\r ]] @@ -50753,13 +50779,13 @@ tput: No value for $TERM and no -T specified venv-tempest recreate: /opt/stack/tempest/.tox/tempest venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt venv-tempest develop-inst: /opt/stack/tempest -venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==6.2.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@b23e9fcc280a51bf84fae68e7719bd05c0447806#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 ___________________________________ summary ____________________________________ venv-tempest: skipped tests congratulations :) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:748 tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.Fw5Cr1KnEQ -r requirements.txt +++lib/tempest:configure_tempest:748 tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.bA0pL2KFAF -r requirements.txt /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! @@ -50799,19 +50825,19 @@ tput: No value for $TERM and no -T specified /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) venv-tempest develop-inst-nodeps: /opt/stack/tempest -venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==6.2.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@b23e9fcc280a51bf84fae68e7719bd05c0447806#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 -venv-tempest run-test-pre: PYTHONHASHSEED='4265585859' -venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.Fw5Cr1KnEQ -r requirements.txt +venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +venv-tempest run-test-pre: PYTHONHASHSEED='479993910' +venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.bA0pL2KFAF -r requirements.txt Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.0) Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.8.0) -Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.19.2) +Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.0) Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (44.0.0) Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (6.2.0) Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.0) -Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (6.2.0) +Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.0.0) Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.6.0) Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.0.0) @@ -50861,7 +50887,7 @@ ___________________________________ summary ____________________________________ congratulations :) tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:749 rm -f /tmp/tempest_u_c_m.Fw5Cr1KnEQ +++lib/tempest:configure_tempest:749 rm -f /tmp/tempest_u_c_m.bA0pL2KFAF tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified ++lib/tempest:configure_tempest:752 [[ False == \T\r\u\e ]] @@ -50883,13 +50909,13 @@ tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified -++lib/tempest:configure_tempest:770 tox -evenv -- tempest verify-config -uro /tmp/tmp.3gRWsEXh55 +++lib/tempest:configure_tempest:770 tox -evenv -- tempest verify-config -uro /tmp/tmp.ISl5aRinc7 venv create: /opt/stack/tempest/.tox/venv venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt venv develop-inst: /opt/stack/tempest -venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.6,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==6.2.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@b23e9fcc280a51bf84fae68e7719bd05c0447806#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 -venv run-test-pre: PYTHONHASHSEED='1287002930' -venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.3gRWsEXh55 +venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.12.14,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.8.0,cmd2==2.5.7,cryptography==44.0.0,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.6,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==6.2.0,oslo.config==9.7.0,oslo.context==5.7.0,oslo.i18n==6.5.0,oslo.log==7.0.0,oslo.serialization==5.6.0,oslo.utils==8.0.0,packaging==24.2,paramiko==3.5.0,pbr==6.1.0,prettytable==3.12.0,psutil==6.1.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.22.3,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.0,-e git+http://github.com/openstack/tempest.git@a110fc009a832dc74f304cad0faa613a938ff829#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.0 +venv run-test-pre: PYTHONHASHSEED='480948562' +venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.ISl5aRinc7 /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. FORMAT_CHECKER = jsonschema.draft4_format_checker /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @@ -51156,58 +51182,58 @@ DevStack Component Timing wait_for_service 12 async_wait 47 osc 150 -apt-get 389 +apt-get 371 test_with_retry 4 dbsync 3 -pip_install 125 +pip_install 127 apt-get-update 2 -run_process 34 -git_timed 104 +run_process 33 +git_timed 100 ------------------------- -Unaccounted time 217 +Unaccounted time 214 ========================= -Total runtime 1087 +Total runtime 1063 ================= Async summary ================= - Time spent in the background minus waits: 225 sec - Elapsed time: 1088 sec - Time if we did everything serially: 1313 sec - Speedup: 1.2068 + Time spent in the background minus waits: 219 sec + Elapsed time: 1063 sec + Time if we did everything serially: 1282 sec + Speedup: 1.20602 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ -| keystone | SELECT | 20417 | -| keystone | UPDATE | 7 | +| keystone | SELECT | 20400 | | keystone | INSERT | 91 | +| keystone | UPDATE | 7 | | neutron | DESCRIBE | 2 | | neutron | CREATE | 1 | | neutron | SHOW | 4 | -| neutron | SELECT | 3264 | -| neutron | INSERT | 4077 | +| neutron | SELECT | 2900 | +| neutron | INSERT | 4075 | +| neutron | DELETE | 18 | | placement | SELECT | 18 | -| placement | INSERT | 63 | +| placement | INSERT | 64 | | placement | SET | 1 | -| neutron | UPDATE | 86 | -| neutron | DELETE | 19 | +| neutron | UPDATE | 76 | | nova_api | SELECT | 50 | +| nova_cell1 | SELECT | 57 | | nova_cell0 | SELECT | 25 | -| nova_cell1 | SELECT | 58 | | nova_cell0 | INSERT | 5 | | nova_cell0 | UPDATE | 2 | | cinder | SELECT | 66 | | cinder | INSERT | 6 | | cinder | UPDATE | 3 | | placement | UPDATE | 3 | -| nova_cell1 | UPDATE | 15 | +| nova_cell1 | INSERT | 4 | +| nova_cell1 | UPDATE | 12 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | -| nova_cell1 | INSERT | 4 | | glance | INSERT | 14 | | glance | SELECT | 28 | | glance | UPDATE | 2 | @@ -51231,21 +51257,21 @@ For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2025.1 -Change: 05f7d302cfa2da73b2887afcde92ef65b1001194 lib/cinder: Migrate cinder to WSGI module path 2024-12-09 14:03:49 +0000 +Change: 96de42981360c874dd36e2e447b63ecdde046732 Merge "Switch to OVS/OVN LTS branches" 2025-01-13 10:10:54 +0000 OS Version: Ubuntu 22.04 jammy -20:32:41 RT completed stack.sh -20:32:41 RT git checkout +22:37:55 RT completed stack.sh +22:37:55 RT git checkout git fetch normal command Auto-merging cinder/tests/unit/volume/drivers/test_pure.py Auto-merging cinder/volume/drivers/pure.py -[detached HEAD ef6216e9b] [Pure Storage] Add volume group support +[detached HEAD d4450ee21] [Pure Storage] Add volume group support Author: Simon Dodsley Date: Thu Dec 7 11:36:39 2023 -0500 5 files changed, 664 insertions(+), 45 deletions(-) create mode 100644 doc/source/configuration/tables/manual/cinder-pure_storage_extraspecs.inc create mode 100644 releasenotes/notes/pure_volume_group_support-303a4585277b4e1f.yaml -20:32:45 RT Install python3-pip +22:37:59 RT Install python3-pip Reading package lists... Building dependency tree... Reading state information... @@ -51258,7 +51284,7 @@ The following packages were automatically installed and are no longer required: python3-pyasn1-modules python3-service-identity python3-twisted python3-zope.interface zerofree Use 'sudo apt autoremove' to remove them. -0 upgraded, 0 newly installed, 0 to remove and 71 not upgraded. +0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded. Processing /opt/stack/cinder Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' @@ -51268,275 +51294,274 @@ Collecting decorator>=4.4.2 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting eventlet!=0.32.0,>=0.30.1 Downloading eventlet-0.38.2-py3-none-any.whl (363 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.2/363.2 KB 5.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.2/363.2 KB 7.2 MB/s eta 0:00:00 Collecting greenlet>=0.4.16 Downloading greenlet-3.1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (599 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 599.5/599.5 KB 14.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 599.5/599.5 KB 12.2 MB/s eta 0:00:00 Collecting iso8601>=0.1.12 Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB) Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==25.1.0.dev79) (3.2.0) Collecting keystoneauth1>=4.2.1 Downloading keystoneauth1-5.9.1-py3-none-any.whl (341 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.6/341.6 KB 24.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.6/341.6 KB 18.3 MB/s eta 0:00:00 Collecting keystonemiddleware>=9.1.0 Downloading keystonemiddleware-10.8.0-py3-none-any.whl (151 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.1/151.1 KB 13.4 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.1/151.1 KB 21.1 MB/s eta 0:00:00 Collecting lxml>=4.5.2 Downloading lxml-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (5.0 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 30.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 24.7 MB/s eta 0:00:00 Collecting oslo.config>=8.3.2 Downloading oslo.config-9.7.0-py3-none-any.whl (131 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 KB 14.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 KB 17.1 MB/s eta 0:00:00 Collecting oslo.concurrency>=4.5.0 Downloading oslo.concurrency-6.2.0-py3-none-any.whl (48 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 KB 7.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 KB 8.7 MB/s eta 0:00:00 Collecting oslo.context>=3.4.0 Downloading oslo.context-5.7.0-py3-none-any.whl (20 kB) Collecting oslo.db>=11.0.0 Downloading oslo.db-17.1.0-py3-none-any.whl (159 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.6/159.6 KB 14.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.6/159.6 KB 23.0 MB/s eta 0:00:00 Collecting oslo.log>=4.6.1 - Downloading oslo.log-6.2.0-py3-none-any.whl (73 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.9/73.9 KB 14.4 MB/s eta 0:00:00 + Downloading oslo.log-7.0.0-py3-none-any.whl (73 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.9/73.9 KB 11.5 MB/s eta 0:00:00 Collecting oslo.messaging>=14.1.0 - Downloading oslo.messaging-15.0.0-py3-none-any.whl (202 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.3/202.3 KB 20.1 MB/s eta 0:00:00 + Downloading oslo.messaging-16.0.0-py3-none-any.whl (202 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.4/202.4 KB 24.4 MB/s eta 0:00:00 Collecting oslo.middleware>=4.1.1 Downloading oslo.middleware-6.3.0-py3-none-any.whl (64 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 KB 10.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.6/64.6 KB 10.3 MB/s eta 0:00:00 Collecting oslo.policy>=4.5.0 Downloading oslo.policy-4.5.0-py3-none-any.whl (88 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 KB 13.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.6/88.6 KB 8.9 MB/s eta 0:00:00 Collecting oslo.privsep>=2.6.2 Downloading oslo.privsep-3.5.0-py3-none-any.whl (38 kB) Collecting oslo.reports>=3.2.0 Downloading oslo.reports-3.5.0-py3-none-any.whl (53 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 KB 7.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.2/53.2 KB 9.6 MB/s eta 0:00:00 Collecting oslo.rootwrap>=6.2.0 Downloading oslo.rootwrap-7.4.0-py3-none-any.whl (38 kB) Collecting oslo.serialization>=4.2.0 Downloading oslo.serialization-5.6.0-py3-none-any.whl (26 kB) Collecting oslo.service>=2.8.0 Downloading oslo.service-3.6.0-py3-none-any.whl (77 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 KB 9.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 KB 7.0 MB/s eta 0:00:00 Collecting oslo.upgradecheck>=1.1.1 Downloading oslo.upgradecheck-2.4.0-py3-none-any.whl (14 kB) Collecting oslo.utils>=6.0.0 Downloading oslo.utils-8.0.0-py3-none-any.whl (132 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.9/132.9 KB 12.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.9/132.9 KB 18.3 MB/s eta 0:00:00 Collecting oslo.versionedobjects>=2.4.0 Downloading oslo.versionedobjects-3.5.0-py3-none-any.whl (86 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 KB 13.4 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.3/86.3 KB 12.8 MB/s eta 0:00:00 Collecting osprofiler>=3.4.0 Downloading osprofiler-4.2.0-py3-none-any.whl (95 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 KB 13.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/95.4 KB 11.3 MB/s eta 0:00:00 Collecting packaging>=20.4 Downloading packaging-24.2-py3-none-any.whl (65 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 12.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 10.4 MB/s eta 0:00:00 Collecting paramiko>=2.7.2 Downloading paramiko-3.5.0-py3-none-any.whl (227 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.1/227.1 KB 21.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.1/227.1 KB 18.0 MB/s eta 0:00:00 Collecting Paste>=3.4.3 Downloading Paste-3.10.1-py3-none-any.whl (289 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 KB 31.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 KB 27.4 MB/s eta 0:00:00 Collecting PasteDeploy>=2.1.0 Downloading PasteDeploy-3.1.0-py3-none-any.whl (16 kB) Collecting psutil>=5.7.2 Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.5/287.5 KB 20.3 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.5/287.5 KB 29.2 MB/s eta 0:00:00 Requirement already satisfied: pyparsing>=2.4.7 in /usr/lib/python3/dist-packages (from cinder==25.1.0.dev79) (2.4.7) Collecting python-barbicanclient>=5.0.1 Downloading python_barbicanclient-7.0.0-py3-none-any.whl (88 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 KB 11.4 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 KB 13.0 MB/s eta 0:00:00 Collecting python-glanceclient>=3.2.2 Downloading python_glanceclient-4.7.0-py3-none-any.whl (206 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 KB 24.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/207.0 KB 26.6 MB/s eta 0:00:00 Collecting python-keystoneclient>=4.1.1 Downloading python_keystoneclient-5.5.0-py3-none-any.whl (397 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 KB 26.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 KB 33.6 MB/s eta 0:00:00 Collecting python-novaclient>=18.2.0 Downloading python_novaclient-18.7.0-py3-none-any.whl (336 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 KB 30.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 KB 37.4 MB/s eta 0:00:00 Collecting python-swiftclient>=3.10.1 Downloading python_swiftclient-4.6.0-py3-none-any.whl (88 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.8/88.8 KB 11.3 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.8/88.8 KB 12.4 MB/s eta 0:00:00 Requirement already satisfied: requests>=2.25.1 in /usr/lib/python3/dist-packages (from cinder==25.1.0.dev79) (2.25.1) Collecting Routes>=2.4.1 Downloading Routes-2.5.1-py2.py3-none-any.whl (40 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 KB 7.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/40.1 KB 6.2 MB/s eta 0:00:00 Collecting taskflow>=4.5.0 Downloading taskflow-5.10.0-py3-none-any.whl (504 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.3/504.3 KB 35.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.3/504.3 KB 27.4 MB/s eta 0:00:00 Collecting rtslib-fb>=2.1.74 Downloading rtslib-fb-2.1.76.tar.gz (78 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.1/78.1 KB 9.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.1/78.1 KB 12.9 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting SQLAlchemy>=1.4.23 - Downloading SQLAlchemy-2.0.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 44.0 MB/s eta 0:00:00 + Downloading SQLAlchemy-2.0.37-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 43.0 MB/s eta 0:00:00 Collecting stevedore>=3.2.2 Downloading stevedore-5.4.0-py3-none-any.whl (49 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 KB 7.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 KB 5.7 MB/s eta 0:00:00 Collecting tabulate>=0.8.7 Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Collecting tenacity>=6.3.1 Downloading tenacity-9.0.0-py3-none-any.whl (28 kB) Collecting WebOb>=1.8.6 Downloading WebOb-1.8.9-py2.py3-none-any.whl (115 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 KB 20.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/115.4 KB 22.2 MB/s eta 0:00:00 Collecting oslo.i18n>=5.1.0 Downloading oslo.i18n-6.5.0-py3-none-any.whl (46 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 KB 8.6 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 KB 8.4 MB/s eta 0:00:00 Collecting oslo.vmware>=3.10.0 Downloading oslo.vmware-4.5.0-py3-none-any.whl (627 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.1/627.1 KB 40.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 627.1/627.1 KB 19.5 MB/s eta 0:00:00 Collecting os-brick>=6.0.0 Downloading os_brick-6.9.0-py3-none-any.whl (304 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.1/304.1 KB 23.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.1/304.1 KB 27.6 MB/s eta 0:00:00 Collecting os-win>=5.5.0 Downloading os_win-5.9.0-py3-none-any.whl (274 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/274.4 KB 20.3 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.4/274.4 KB 27.6 MB/s eta 0:00:00 Collecting tooz>=2.8.0 Downloading tooz-6.3.0-py3-none-any.whl (91 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 KB 13.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 KB 15.8 MB/s eta 0:00:00 Collecting google-api-python-client>=1.11.0 - Downloading google_api_python_client-2.157.0-py2.py3-none-any.whl (12.8 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.8/12.8 MB 41.6 MB/s eta 0:00:00 + Downloading google_api_python_client-2.159.0-py2.py3-none-any.whl (12.8 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.8/12.8 MB 49.0 MB/s eta 0:00:00 Collecting castellan>=3.7.0 Downloading castellan-5.2.0-py3-none-any.whl (99 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/99.6 KB 9.4 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/99.6 KB 10.1 MB/s eta 0:00:00 Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==25.1.0.dev79) (44.0.0) Collecting cursive>=0.2.2 Downloading cursive-0.2.3-py2.py3-none-any.whl (43 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 KB 8.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 KB 5.7 MB/s eta 0:00:00 Collecting zstd>=1.4.5.1 Downloading zstd-1.5.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 41.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 47.1 MB/s eta 0:00:00 Collecting boto3>=1.18.49 - Downloading boto3-1.35.92-py3-none-any.whl (139 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 KB 13.4 MB/s eta 0:00:00 + Downloading boto3-1.35.99-py3-none-any.whl (139 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 KB 11.5 MB/s eta 0:00:00 Collecting distro>=1.8.0 Downloading distro-1.9.0-py3-none-any.whl (20 kB) Collecting tzdata>=2022.4 Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.6/346.6 KB 36.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.6/346.6 KB 25.1 MB/s eta 0:00:00 Collecting jmespath<2.0.0,>=0.7.1 Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) Collecting s3transfer<0.11.0,>=0.10.0 Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 KB 12.1 MB/s eta 0:00:00 -Collecting botocore<1.36.0,>=1.35.92 - Downloading botocore-1.35.92-py3-none-any.whl (13.3 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 40.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 KB 12.8 MB/s eta 0:00:00 +Collecting botocore<1.36.0,>=1.35.99 + Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 45.9 MB/s eta 0:00:00 Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==25.1.0.dev79) (1.17.1) Collecting dnspython>=1.15.0 Downloading dnspython-2.7.0-py3-none-any.whl (313 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 KB 34.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 KB 22.0 MB/s eta 0:00:00 Collecting google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0 Downloading google_auth-2.37.0-py2.py3-none-any.whl (209 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.8/209.8 KB 23.7 MB/s eta 0:00:00 -Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 - Downloading google_api_core-2.24.0-py3-none-any.whl (158 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.6/158.6 KB 18.9 MB/s eta 0:00:00 -Requirement already satisfied: httplib2<1.dev0,>=0.19.0 in /usr/lib/python3/dist-packages (from google-api-python-client>=1.11.0->cinder==25.1.0.dev79) (0.20.2) -Collecting uritemplate<5,>=3.0.1 - Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.8/209.8 KB 26.3 MB/s eta 0:00:00 Collecting google-auth-httplib2<1.0.0,>=0.2.0 Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl (9.3 kB) +Collecting uritemplate<5,>=3.0.1 + Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) +Requirement already satisfied: httplib2<1.dev0,>=0.19.0 in /usr/lib/python3/dist-packages (from google-api-python-client>=1.11.0->cinder==25.1.0.dev79) (0.20.2) +Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 + Downloading google_api_core-2.24.0-py3-none-any.whl (158 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.6/158.6 KB 19.1 MB/s eta 0:00:00 +Requirement already satisfied: typing-extensions>=4.12 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==25.1.0.dev79) (4.12.2) Collecting os-service-types>=1.2.0 Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) -Collecting typing-extensions>=4.12 - Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Collecting PyJWT>=2.4.0 Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) -Collecting oslo.cache>=1.26.0 - Downloading oslo.cache-3.9.0-py3-none-any.whl (75 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/75.9 KB 10.8 MB/s eta 0:00:00 Collecting pycadf>=1.1.0 Downloading pycadf-4.0.0-py3-none-any.whl (43 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.1/43.1 KB 9.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.1/43.1 KB 4.3 MB/s eta 0:00:00 +Collecting oslo.cache>=1.26.0 + Downloading oslo.cache-3.9.0-py3-none-any.whl (75 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/75.9 KB 13.2 MB/s eta 0:00:00 Collecting fasteners>=0.7.0 Downloading fasteners-0.19-py3-none-any.whl (18 kB) -Collecting PyYAML>=5.1 - Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 37.3 MB/s eta 0:00:00 +Collecting rfc3986>=1.2.0 + Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) Collecting debtcollector>=1.2.0 Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB) +Collecting PyYAML>=5.1 + Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 37.9 MB/s eta 0:00:00 Collecting netaddr>=0.7.18 Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 45.6 MB/s eta 0:00:00 -Collecting rfc3986>=1.2.0 - Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 32.1 MB/s eta 0:00:00 Collecting testresources>=2.0.0 Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB) Collecting testscenarios>=0.4 Downloading testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) Collecting alembic>=0.9.6 Downloading alembic-1.14.0-py3-none-any.whl (233 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.5/233.5 KB 20.6 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.5/233.5 KB 26.0 MB/s eta 0:00:00 Collecting python-dateutil>=2.7.0 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 KB 20.1 MB/s eta 0:00:00 -Collecting cachetools>=2.0.0 - Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 KB 25.1 MB/s eta 0:00:00 Collecting futurist>=1.2.0 Downloading futurist-3.0.0-py3-none-any.whl (37 kB) -Collecting oslo.metrics>=0.2.1 - Downloading oslo.metrics-0.10.0-py3-none-any.whl (13 kB) Collecting kombu>=4.6.6 Downloading kombu-5.4.2-py3-none-any.whl (201 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 KB 16.9 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 KB 25.5 MB/s eta 0:00:00 +Collecting cachetools>=2.0.0 + Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) +Collecting oslo.metrics>=0.2.1 + Downloading oslo.metrics-0.10.0-py3-none-any.whl (13 kB) Collecting amqp>=2.5.2 Downloading amqp-5.3.1-py3-none-any.whl (50 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 KB 9.3 MB/s eta 0:00:00 -Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from oslo.middleware>=4.1.1->cinder==25.1.0.dev79) (3.0.3) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 KB 6.4 MB/s eta 0:00:00 +Requirement already satisfied: bcrypt>=3.1.3 in /usr/lib/python3/dist-packages (from oslo.middleware>=4.1.1->cinder==25.1.0.dev79) (3.2.0) Collecting statsd>=3.2.1 Downloading statsd-4.0.1-py2.py3-none-any.whl (13 kB) -Requirement already satisfied: bcrypt>=3.1.3 in /usr/lib/python3/dist-packages (from oslo.middleware>=4.1.1->cinder==25.1.0.dev79) (3.2.0) +Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from oslo.middleware>=4.1.1->cinder==25.1.0.dev79) (3.0.3) Collecting msgpack>=0.6.0 Downloading msgpack-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 378.0/378.0 KB 24.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 378.0/378.0 KB 11.9 MB/s eta 0:00:00 Collecting Yappi>=1.0 Downloading yappi-1.6.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.1/79.1 KB 8.5 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.1/79.1 KB 9.7 MB/s eta 0:00:00 Collecting PrettyTable>=0.7.1 Downloading prettytable-3.12.0-py3-none-any.whl (31 kB) +Collecting suds-community>=0.6 + Downloading suds_community-1.2.0-py3-none-any.whl (145 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.3/145.3 KB 14.2 MB/s eta 0:00:00 Collecting defusedxml>=0.7.1 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Requirement already satisfied: urllib3>=1.21.1 in /usr/lib/python3/dist-packages (from oslo.vmware>=3.10.0->cinder==25.1.0.dev79) (1.26.5) -Collecting suds-community>=0.6 - Downloading suds_community-1.2.0-py3-none-any.whl (145 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.3/145.3 KB 12.2 MB/s eta 0:00:00 Collecting pynacl>=1.5 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 24.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 45.8 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (from Paste>=3.4.3->cinder==25.1.0.dev79) (62.4.0) Collecting cliff>=2.8.0 Downloading cliff-4.8.0-py3-none-any.whl (80 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 KB 8.8 MB/s eta 0:00:00 -Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==25.1.0.dev79) (24.3.0) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 KB 14.1 MB/s eta 0:00:00 +Collecting wrapt>=1.7.0 + Downloading wrapt-1.17.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 KB 13.2 MB/s eta 0:00:00 +Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==25.1.0.dev79) (25.0.0) Collecting warlock>=1.2.0 Downloading warlock-2.0.1-py3-none-any.whl (9.8 kB) -Collecting wrapt>=1.7.0 - Downloading wrapt-1.17.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.7/82.7 KB 8.8 MB/s eta 0:00:00 +Requirement already satisfied: six in /usr/lib/python3/dist-packages (from Routes>=2.4.1->cinder==25.1.0.dev79) (1.16.0) Collecting repoze.lru>=0.3 Downloading repoze.lru-0.7-py3-none-any.whl (10 kB) -Requirement already satisfied: six in /usr/lib/python3/dist-packages (from Routes>=2.4.1->cinder==25.1.0.dev79) (1.16.0) Requirement already satisfied: pyudev>=0.16.1 in /usr/lib/python3/dist-packages (from rtslib-fb>=2.1.74->cinder==25.1.0.dev79) (0.22.0) Collecting networkx>=2.1.0 Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 44.6 MB/s eta 0:00:00 -Collecting pydot>=1.2.4 - Downloading pydot-3.0.3-py3-none-any.whl (35 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 43.8 MB/s eta 0:00:00 Collecting automaton>=1.9.0 Downloading automaton-3.2.0-py3-none-any.whl (22 kB) +Collecting pydot>=1.2.4 + Downloading pydot-3.0.4-py3-none-any.whl (35 kB) Collecting voluptuous>=0.8.9 Downloading voluptuous-0.15.2-py3-none-any.whl (31 kB) Collecting Mako Downloading Mako-1.3.8-py3-none-any.whl (78 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 KB 12.6 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 KB 14.7 MB/s eta 0:00:00 Collecting vine<6.0.0,>=5.0.0 Downloading vine-5.1.0-py3-none-any.whl (9.6 kB) Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==25.1.0.dev79) (2.22) @@ -51544,50 +51569,50 @@ Collecting autopage>=0.4.0 Downloading autopage-0.5.2-py3-none-any.whl (30 kB) Collecting cmd2>=1.0.0 Downloading cmd2-2.5.8-py3-none-any.whl (152 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.9/152.9 KB 22.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.9/152.9 KB 24.7 MB/s eta 0:00:00 Collecting protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0.dev0,>=3.19.5 - Downloading protobuf-5.29.2-cp38-abi3-manylinux2014_x86_64.whl (319 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 KB 20.7 MB/s eta 0:00:00 -Collecting proto-plus<2.0.0dev,>=1.22.3 - Downloading proto_plus-1.25.0-py3-none-any.whl (50 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 KB 6.2 MB/s eta 0:00:00 + Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 KB 21.1 MB/s eta 0:00:00 Collecting googleapis-common-protos<2.0.dev0,>=1.56.2 Downloading googleapis_common_protos-1.66.0-py2.py3-none-any.whl (221 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 221.7/221.7 KB 21.3 MB/s eta 0:00:00 -Collecting pyasn1-modules>=0.2.1 - Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 KB 17.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 221.7/221.7 KB 27.5 MB/s eta 0:00:00 +Collecting proto-plus<2.0.0dev,>=1.22.3 + Downloading proto_plus-1.25.0-py3-none-any.whl (50 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 KB 10.5 MB/s eta 0:00:00 Collecting rsa<5,>=3.1.4 Downloading rsa-4.9-py3-none-any.whl (34 kB) +Collecting pyasn1-modules>=0.2.1 + Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 KB 20.9 MB/s eta 0:00:00 Collecting dogpile.cache>=1.3.3 Downloading dogpile.cache-1.3.3-py3-none-any.whl (58 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 KB 8.8 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 KB 3.8 MB/s eta 0:00:00 Collecting prometheus-client>=0.6.0 Downloading prometheus_client-0.21.1-py3-none-any.whl (54 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 KB 14.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 KB 12.7 MB/s eta 0:00:00 Collecting wcwidth Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Requirement already satisfied: pytz>=2013.6 in /usr/lib/python3/dist-packages (from pycadf>=1.1.0->keystonemiddleware>=9.1.0->cinder==25.1.0.dev79) (2022.1) Collecting pyparsing>=2.4.7 Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 KB 11.7 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 KB 22.0 MB/s eta 0:00:00 Collecting testtools Downloading testtools-2.7.2-py3-none-any.whl (179 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 KB 19.1 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.9/179.9 KB 15.9 MB/s eta 0:00:00 Collecting jsonschema>=3.2.0 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 KB 12.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 KB 11.0 MB/s eta 0:00:00 Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==25.1.0.dev79) (1.32) +Collecting rpds-py>=0.7.1 + Downloading rpds_py-0.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 382.0/382.0 KB 30.4 MB/s eta 0:00:00 Collecting referencing>=0.28.4 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) Collecting jsonschema-specifications>=2023.03.6 Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB) Collecting attrs>=22.2.0 Downloading attrs-24.3.0-py3-none-any.whl (63 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.4/63.4 KB 10.4 MB/s eta 0:00:00 -Collecting rpds-py>=0.7.1 - Downloading rpds_py-0.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381 kB) - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 382.0/382.0 KB 30.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.4/63.4 KB 7.9 MB/s eta 0:00:00 Collecting pyperclip Downloading pyperclip-1.9.0.tar.gz (20 kB) Preparing metadata (setup.py): started @@ -51597,18 +51622,18 @@ Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/lib/python3/dist-packag Building wheels for collected packages: cinder, rtslib-fb, pyperclip Building wheel for cinder (setup.py): started Building wheel for cinder (setup.py): finished with status 'done' - Created wheel for cinder: filename=cinder-25.1.0.dev79-py3-none-any.whl size=5242274 sha256=0ed89bf537d569d453247f5d245086e739b247f67e838e1397c1eb79fa26fc54 - Stored in directory: /tmp/pip-ephem-wheel-cache-8rz5dlze/wheels/ac/4a/e0/47fe94886ac4519966963921ceaea180d9043fe656deb6d9d4 + Created wheel for cinder: filename=cinder-25.1.0.dev79-py3-none-any.whl size=5242271 sha256=352db626d2c3e14a19e37d896a14a2b331d40adba81bb534dc9ed2ed21bda058 + Stored in directory: /tmp/pip-ephem-wheel-cache-09fcacaa/wheels/ac/4a/e0/47fe94886ac4519966963921ceaea180d9043fe656deb6d9d4 Building wheel for rtslib-fb (setup.py): started Building wheel for rtslib-fb (setup.py): finished with status 'done' - Created wheel for rtslib-fb: filename=rtslib_fb-2.1.76-py3-none-any.whl size=89913 sha256=2afadc4fdf1aff6d9d5d18fa5b07ac945be46cbf48a81b8637cf8c54fbd1981b + Created wheel for rtslib-fb: filename=rtslib_fb-2.1.76-py3-none-any.whl size=89913 sha256=249f6860aaf643ff089bd12264452ef2e2c62b1d4d122584f4140e6cb0c0b821 Stored in directory: /root/.cache/pip/wheels/99/66/d4/0af08f2815fd680c37ac00c92a718f9a71d405a854d867844f Building wheel for pyperclip (setup.py): started Building wheel for pyperclip (setup.py): finished with status 'done' - Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11002 sha256=94551f0b5c84e71032e97feda012acc5033e1e01a5acf8d1f65df2ca4521ced4 + Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11002 sha256=da9ace2dabd925271b629643a525431fbe80b7fb53518d06f4120fe07b3448ad Stored in directory: /root/.cache/pip/wheels/cc/ae/36/ee17d1de094fcb61e24106cb329b5103861e819f94bef5e10a Successfully built cinder rtslib-fb pyperclip -Installing collected packages: zstd, wcwidth, statsd, repoze.lru, pyperclip, Yappi, wrapt, WebOb, voluptuous, vine, uritemplate, tzdata, typing-extensions, testtools, tenacity, tabulate, suds-community, rtslib-fb, rsa, rpds-py, Routes, rfc3986, PyYAML, python-swiftclient, python-dateutil, pyparsing, PyJWT, pyasn1-modules, psutil, protobuf, prometheus-client, PrettyTable, pbr, PasteDeploy, Paste, packaging, oslo.rootwrap, networkx, netaddr, msgpack, Mako, lxml, jmespath, iso8601, greenlet, futurist, fasteners, dnspython, distro, defusedxml, decorator, cmd2, cachetools, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, referencing, pynacl, pydot, proto-plus, oslo.i18n, os-service-types, googleapis-common-protos, google-auth, eventlet, debtcollector, botocore, automaton, amqp, s3transfer, paramiko, oslo.utils, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, google-auth-httplib2, google-api-core, dogpile.cache, cliff, alembic, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, jsonschema, google-api-python-client, boto3, warlock, tooz, taskflow, python-novaclient, python-keystoneclient, python-barbicanclient, pycadf, osprofiler, oslo.vmware, oslo.reports, oslo.policy, oslo.log, python-glanceclient, oslo.upgradecheck, oslo.service, oslo.privsep, oslo.metrics, oslo.cache, os-win, castellan, oslo.messaging, os-brick, keystonemiddleware, cursive, oslo.versionedobjects, cinder +Installing collected packages: zstd, wcwidth, statsd, repoze.lru, pyperclip, Yappi, wrapt, WebOb, voluptuous, vine, uritemplate, tzdata, testtools, tenacity, tabulate, suds-community, rtslib-fb, rsa, rpds-py, Routes, rfc3986, PyYAML, python-swiftclient, python-dateutil, pyparsing, PyJWT, pyasn1-modules, psutil, protobuf, prometheus-client, PrettyTable, pbr, PasteDeploy, Paste, packaging, oslo.rootwrap, networkx, netaddr, msgpack, Mako, lxml, jmespath, iso8601, greenlet, futurist, fasteners, dnspython, distro, defusedxml, decorator, cmd2, cachetools, autopage, attrs, testscenarios, testresources, stevedore, SQLAlchemy, referencing, pynacl, pydot, proto-plus, oslo.i18n, os-service-types, googleapis-common-protos, google-auth, eventlet, debtcollector, botocore, automaton, amqp, s3transfer, paramiko, oslo.utils, oslo.context, oslo.config, kombu, keystoneauth1, jsonschema-specifications, google-auth-httplib2, google-api-core, dogpile.cache, cliff, alembic, oslo.serialization, oslo.middleware, oslo.db, oslo.concurrency, jsonschema, google-api-python-client, boto3, warlock, tooz, taskflow, python-novaclient, python-keystoneclient, python-barbicanclient, pycadf, osprofiler, oslo.vmware, oslo.reports, oslo.policy, oslo.log, python-glanceclient, oslo.upgradecheck, oslo.service, oslo.privsep, oslo.metrics, oslo.cache, os-win, castellan, oslo.messaging, os-brick, keystonemiddleware, cursive, oslo.versionedobjects, cinder Attempting uninstall: pyparsing Found existing installation: pyparsing 2.4.7 Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr @@ -51629,13 +51654,13 @@ Installing collected packages: zstd, wcwidth, statsd, repoze.lru, pyperclip, Yap Found existing installation: jsonschema 3.2.0 Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'jsonschema'. No files were found to uninstall. -Successfully installed Mako-1.3.8 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.12.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.36 WebOb-1.8.9 Yappi-1.6.10 alembic-1.14.0 amqp-5.3.1 attrs-24.3.0 automaton-3.2.0 autopage-0.5.2 boto3-1.35.92 botocore-1.35.92 cachetools-5.5.0 castellan-5.2.0 cinder-25.1.0.dev79 cliff-4.8.0 cmd2-2.5.8 cursive-0.2.3 debtcollector-3.0.0 decorator-5.1.1 defusedxml-0.7.1 distro-1.9.0 dnspython-2.7.0 dogpile.cache-1.3.3 eventlet-0.38.2 fasteners-0.19 futurist-3.0.0 google-api-core-2.24.0 google-api-python-client-2.157.0 google-auth-2.37.0 google-auth-httplib2-0.2.0 googleapis-common-protos-1.66.0 greenlet-3.1.1 iso8601-2.1.0 jmespath-1.0.1 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystoneauth1-5.9.1 keystonemiddleware-10.8.0 kombu-5.4.2 lxml-5.3.0 msgpack-1.1.0 netaddr-1.3.0 networkx-3.4.2 os-brick-6.9.0 os-service-types-1.7.0 os-win-5.9.0 oslo.cache-3.9.0 oslo.concurrency-6.2.0 oslo.config-9.7.0 oslo.context-5.7.0 oslo.db-17.1.0 oslo.i18n-6.5.0 oslo.log-6.2.0 oslo.messaging-15.0.0 oslo.metrics-0.10.0 oslo.middleware-6.3.0 oslo.policy-4.5.0 oslo.privsep-3.5.0 oslo.reports-3.5.0 oslo.rootwrap-7.4.0 oslo.serialization-5.6.0 oslo.service-3.6.0 oslo.upgradecheck-2.4.0 oslo.utils-8.0.0 oslo.versionedobjects-3.5.0 oslo.vmware-4.5.0 osprofiler-4.2.0 packaging-24.2 paramiko-3.5.0 pbr-6.1.0 prometheus-client-0.21.1 proto-plus-1.25.0 protobuf-5.29.2 psutil-6.1.1 pyasn1-modules-0.4.1 pycadf-4.0.0 pydot-3.0.3 pynacl-1.5.0 pyparsing-3.2.1 pyperclip-1.9.0 python-barbicanclient-7.0.0 python-dateutil-2.9.0.post0 python-glanceclient-4.7.0 python-keystoneclient-5.5.0 python-novaclient-18.7.0 python-swiftclient-4.6.0 referencing-0.35.1 repoze.lru-0.7 rfc3986-2.0.0 rpds-py-0.22.3 rsa-4.9 rtslib-fb-2.1.76 s3transfer-0.10.4 statsd-4.0.1 stevedore-5.4.0 suds-community-1.2.0 tabulate-0.9.0 taskflow-5.10.0 tenacity-9.0.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 tooz-6.3.0 typing-extensions-4.12.2 tzdata-2024.2 uritemplate-4.1.1 vine-5.1.0 voluptuous-0.15.2 warlock-2.0.1 wcwidth-0.2.13 wrapt-1.17.0 zstd-1.5.6.1 +Successfully installed Mako-1.3.8 Paste-3.10.1 PasteDeploy-3.1.0 PrettyTable-3.12.0 PyJWT-2.10.1 PyYAML-6.0.2 Routes-2.5.1 SQLAlchemy-2.0.37 WebOb-1.8.9 Yappi-1.6.10 alembic-1.14.0 amqp-5.3.1 attrs-24.3.0 automaton-3.2.0 autopage-0.5.2 boto3-1.35.99 botocore-1.35.99 cachetools-5.5.0 castellan-5.2.0 cinder-25.1.0.dev79 cliff-4.8.0 cmd2-2.5.8 cursive-0.2.3 debtcollector-3.0.0 decorator-5.1.1 defusedxml-0.7.1 distro-1.9.0 dnspython-2.7.0 dogpile.cache-1.3.3 eventlet-0.38.2 fasteners-0.19 futurist-3.0.0 google-api-core-2.24.0 google-api-python-client-2.159.0 google-auth-2.37.0 google-auth-httplib2-0.2.0 googleapis-common-protos-1.66.0 greenlet-3.1.1 iso8601-2.1.0 jmespath-1.0.1 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keystoneauth1-5.9.1 keystonemiddleware-10.8.0 kombu-5.4.2 lxml-5.3.0 msgpack-1.1.0 netaddr-1.3.0 networkx-3.4.2 os-brick-6.9.0 os-service-types-1.7.0 os-win-5.9.0 oslo.cache-3.9.0 oslo.concurrency-6.2.0 oslo.config-9.7.0 oslo.context-5.7.0 oslo.db-17.1.0 oslo.i18n-6.5.0 oslo.log-7.0.0 oslo.messaging-16.0.0 oslo.metrics-0.10.0 oslo.middleware-6.3.0 oslo.policy-4.5.0 oslo.privsep-3.5.0 oslo.reports-3.5.0 oslo.rootwrap-7.4.0 oslo.serialization-5.6.0 oslo.service-3.6.0 oslo.upgradecheck-2.4.0 oslo.utils-8.0.0 oslo.versionedobjects-3.5.0 oslo.vmware-4.5.0 osprofiler-4.2.0 packaging-24.2 paramiko-3.5.0 pbr-6.1.0 prometheus-client-0.21.1 proto-plus-1.25.0 protobuf-5.29.3 psutil-6.1.1 pyasn1-modules-0.4.1 pycadf-4.0.0 pydot-3.0.4 pynacl-1.5.0 pyparsing-3.2.1 pyperclip-1.9.0 python-barbicanclient-7.0.0 python-dateutil-2.9.0.post0 python-glanceclient-4.7.0 python-keystoneclient-5.5.0 python-novaclient-18.7.0 python-swiftclient-4.6.0 referencing-0.35.1 repoze.lru-0.7 rfc3986-2.0.0 rpds-py-0.22.3 rsa-4.9 rtslib-fb-2.1.76 s3transfer-0.10.4 statsd-4.0.1 stevedore-5.4.0 suds-community-1.2.0 tabulate-0.9.0 taskflow-5.10.0 tenacity-9.0.0 testresources-2.0.1 testscenarios-0.5.0 testtools-2.7.2 tooz-6.3.0 tzdata-2024.2 uritemplate-4.1.1 vine-5.1.0 voluptuous-0.15.2 warlock-2.0.1 wcwidth-0.2.13 wrapt-1.17.2 zstd-1.5.6.1 running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.3s) [pbr] Generating AUTHORS -[pbr] AUTHORS complete (0.7s) +[pbr] AUTHORS complete (0.6s) running build running build_py running egg_info @@ -51665,8 +51690,8 @@ Installing cinder-status script to /usr/local/bin Installing cinder-volume script to /usr/local/bin Installing cinder-volume-usage-audit script to /usr/local/bin Installing cinder-wsgi script to /usr/local/bin -20:33:39 RT Get cinder.conf & update it -20:33:39 RT Restart cinder service 1 +22:39:02 RT Get cinder.conf & update it +22:39:02 RT Restart cinder service 1 Reading package lists... Building dependency tree... Reading state information... @@ -51694,7 +51719,7 @@ The following NEW packages will be installed: python3-oslo.i18n python3-oslo.utils python3-packaging python3-pbr python3-prettytable python3-simplejson python3-stevedore python3-wcwidth python3-wrapt -0 upgraded, 17 newly installed, 0 to remove and 71 not upgraded. +0 upgraded, 17 newly installed, 0 to remove and 72 not upgraded. Need to get 4023 kB of archives. After this operation, 22.7 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 ieee-data all 20210605.1 [1887 kB] @@ -51714,7 +51739,7 @@ Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cinderclient all 1:8.3.0-0ubuntu1 [132 kB] -Fetched 4023 kB in 13s (321 kB/s) +Fetched 4023 kB in 9s (433 kB/s) Selecting previously unselected package ieee-data. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 71101 files and directories currently installed.) Preparing to unpack .../00-ieee-data_20210605.1_all.deb ... @@ -51807,41 +51832,41 @@ No VM guests are running outdated hypervisor (qemu) binaries on this host. +--------------------------------------+-------+-------------+-----------+ | ID | Name | Description | Is_Public | +--------------------------------------+-------+-------------+-----------+ -| eeaf024e-e57c-48b6-a871-e2ce42a61616 | 3par1 | - | True | +| 106d2d30-07a0-49f0-b0d9-0e678e974159 | 3par1 | - | True | +--------------------------------------+-------+-------------+-----------+ +--------------------------------------+-------+-------------+-----------+ | ID | Name | Description | Is_Public | +--------------------------------------+-------+-------------+-----------+ -| c60d55e5-15a1-4412-8ad2-70bf992b0339 | 3par2 | - | True | +| 9836adc1-ea3f-447a-9bf1-74e3c53812f2 | 3par2 | - | True | +--------------------------------------+-------+-------------+-----------+ -20:35:06 RT Restart cinder service 2 -20:35:29 RT Restart devstack_q +22:40:26 RT Restart cinder service 2 +22:40:51 RT Restart devstack_q +----------------------+--------------------------------------+ | Field | Value | +----------------------+--------------------------------------+ | allocation_pools | 192.168.1.2-192.168.1.100 | | cidr | 192.168.1.0/24 | -| created_at | 2025-01-03T20:36:07Z | +| created_at | 2025-01-14T22:41:31Z | | description | | | dns_nameservers | | | dns_publish_fixed_ip | None | | enable_dhcp | True | | gateway_ip | 192.168.1.1 | | host_routes | | -| id | 24c7d6fe-dad5-448b-9b22-5b3c4a0ed517 | +| id | bc6dfbf7-c322-41ef-865c-d0d895b3da37 | | ip_version | 4 | | ipv6_address_mode | None | | ipv6_ra_mode | None | | name | public_subnet | -| network_id | bd4eaa79-3bec-4d07-9435-715a71db2645 | -| project_id | c09c34465cf64df987fa1f7c646d06a9 | +| network_id | 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 | +| project_id | aa6fef291c0e4913b9afb52e8e1e383b | | revision_number | 0 | | router:external | True | | segment_id | None | | service_types | | | subnetpool_id | None | | tags | | -| updated_at | 2025-01-03T20:36:07Z | +| updated_at | 2025-01-14T22:41:31Z | +----------------------+--------------------------------------+ -20:36:10 RT Run the tempest test -20:41:35 RT program completed. Last line +22:41:34 RT Run the tempest test +22:47:03 RT program completed. Last line diff --git a/new_logs/933675/etc/glance/glance-api.conf b/new_logs/933675/etc/glance/glance-api.conf index 2e74bba8e8..21ebf9a406 100755 --- a/new_logs/933675/etc/glance/glance-api.conf +++ b/new_logs/933675/etc/glance/glance-api.conf @@ -55,7 +55,7 @@ enforce_new_defaults = true enforce_scope = true [oslo_limit] -endpoint_id = fc2d5935d4b8453085ef460f7b8632ba +endpoint_id = a617c024b33a4dc9935e2bc3e91ddcf6 system_scope = all auth_url = http://10.201.9.223/identity auth_type = password diff --git a/new_logs/933675/etc/keystone/credential-keys/0 b/new_logs/933675/etc/keystone/credential-keys/0 index 99ca1664b3..e4bb0c75c5 100755 --- a/new_logs/933675/etc/keystone/credential-keys/0 +++ b/new_logs/933675/etc/keystone/credential-keys/0 @@ -1 +1 @@ -BhGzdDLAyJLKzbbzwALe9lsCSyR5JKBBcDMsabcjCfI= \ No newline at end of file +-S_1UB1r9QCxbMHIalaJZJ34UYPL4v2FmmbduPbcwn8= \ No newline at end of file diff --git a/new_logs/933675/etc/keystone/credential-keys/1 b/new_logs/933675/etc/keystone/credential-keys/1 index f725aa18c8..5cc57dae50 100755 --- a/new_logs/933675/etc/keystone/credential-keys/1 +++ b/new_logs/933675/etc/keystone/credential-keys/1 @@ -1 +1 @@ -D4qRir06cAU6_a3RUUWZyKuuodkfQmWg1-FpfHxN70Y= \ No newline at end of file +6OYsO_PoozDevUHFaYZ47hYUdJR9hEcxbB9kVPTF-Bg= \ No newline at end of file diff --git a/new_logs/933675/etc/keystone/fernet-keys/0 b/new_logs/933675/etc/keystone/fernet-keys/0 index 6845d95715..8cb063b2e3 100755 --- a/new_logs/933675/etc/keystone/fernet-keys/0 +++ b/new_logs/933675/etc/keystone/fernet-keys/0 @@ -1 +1 @@ -GlIlyryMaUpq0FvWmnIexUkOJBxl-D8pKVRrhxpju4k= \ No newline at end of file +GCgNcf76nj0cTQH-dGh2Z7TegDKcr8HHQWRKIRoybMk= \ No newline at end of file diff --git a/new_logs/933675/etc/keystone/fernet-keys/1 b/new_logs/933675/etc/keystone/fernet-keys/1 index 399335dba6..7038cf7bff 100755 --- a/new_logs/933675/etc/keystone/fernet-keys/1 +++ b/new_logs/933675/etc/keystone/fernet-keys/1 @@ -1 +1 @@ -hWySg4wojQqDd0-w2bpfonOwuY2hDg1tpRet-yGSN0k= \ No newline at end of file +ZYhVh6F8kXppccAvDCxdXuZMkS-Kvr_6D4eLymg2Pvg= \ No newline at end of file diff --git a/new_logs/933675/etc/neutron/neutron.conf b/new_logs/933675/etc/neutron/neutron.conf index e67b69a1e0..5b2319a597 100755 --- a/new_logs/933675/etc/neutron/neutron.conf +++ b/new_logs/933675/etc/neutron/neutron.conf @@ -445,12 +445,6 @@ state_path = /opt/stack/data/neutron # set. (boolean value) #use_stderr = false -# DEPRECATED: Log output to Windows Event Log. (boolean value) -# This option is deprecated for removal. -# Its value may be silently ignored in the future. -# Reason: Windows support is no longer maintained. -#use_eventlog = false - # (Optional) Set the 'color' key according to log levels. This option takes # effect only when logging to stderr or stdout is used. This option is ignored # if log_config_append is set. (boolean value) @@ -547,16 +541,6 @@ state_path = /opt/stack/data/neutron # From oslo.messaging # -# Size of RPC connection pool. (integer value) -# Minimum value: 1 -#rpc_conn_pool_size = 30 - -# The pool size limit for connections expiration policy (integer value) -#conn_pool_min_size = 2 - -# The time-to-live in sec of idle connections in the pool (integer value) -#conn_pool_ttl = 1200 - # Size of executor thread pool when executor is threading or eventlet. (integer # value) # Deprecated group/name - [DEFAULT]/rpc_thread_pool_size @@ -1689,26 +1673,6 @@ lock_path = /opt/stack/data/neutron/lock # Default timeout(s) for Kafka consumers (floating point value) #kafka_consumer_timeout = 1.0 -# DEPRECATED: Pool Size for Kafka Consumers (integer value) -# This option is deprecated for removal. -# Its value may be silently ignored in the future. -# Reason: Driver no longer uses connection pool. -#pool_size = 10 - -# DEPRECATED: The pool size limit for connections expiration policy (integer -# value) -# This option is deprecated for removal. -# Its value may be silently ignored in the future. -# Reason: Driver no longer uses connection pool. -#conn_pool_min_size = 2 - -# DEPRECATED: The time-to-live in sec of idle connections in the pool (integer -# value) -# This option is deprecated for removal. -# Its value may be silently ignored in the future. -# Reason: Driver no longer uses connection pool. -#conn_pool_ttl = 1200 - # Group id for Kafka consumer. Consumers in one group will coordinate message # consumption (string value) #consumer_group = oslo_messaging_consumer @@ -1769,17 +1733,13 @@ lock_path = /opt/stack/data/neutron/lock # The Drivers(s) to handle sending notifications. Possible values are # messaging, messagingv2, routing, log, test, noop (multi valued) -# Deprecated group/name - [DEFAULT]/notification_driver #driver = # A URL representing the messaging driver to use for notifications. If not set, # we fall back to the same configuration used for RPC. (string value) -# Deprecated group/name - [DEFAULT]/notification_transport_url #transport_url = # AMQP topic used for OpenStack notifications. (list value) -# Deprecated group/name - [rpc_notifier2]/topics -# Deprecated group/name - [DEFAULT]/notification_topics #topics = notifications # The maximum number of attempts to re-send a notification message which failed @@ -1801,26 +1761,31 @@ lock_path = /opt/stack/data/neutron/lock # Auto-delete queues in AMQP. (boolean value) #amqp_auto_delete = false +# Size of RPC connection pool. (integer value) +# Minimum value: 1 +#rpc_conn_pool_size = 30 + +# The pool size limit for connections expiration policy (integer value) +#conn_pool_min_size = 2 + +# The time-to-live in sec of idle connections in the pool (integer value) +#conn_pool_ttl = 1200 + # Connect over SSL. (boolean value) -# Deprecated group/name - [oslo_messaging_rabbit]/rabbit_use_ssl #ssl = false # SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and # SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some # distributions. (string value) -# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_version #ssl_version = # SSL key file (valid only if SSL enabled). (string value) -# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_keyfile #ssl_key_file = # SSL cert file (valid only if SSL enabled). (string value) -# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_certfile #ssl_cert_file = # SSL certification authority file (valid only if SSL enabled). (string value) -# Deprecated group/name - [oslo_messaging_rabbit]/kombu_ssl_ca_certs #ssl_ca_file = # Global toggle for enforcing the OpenSSL FIPS mode. This feature requires diff --git a/new_logs/933675/etc/neutron/neutron_ovn_metadata_agent.ini b/new_logs/933675/etc/neutron/neutron_ovn_metadata_agent.ini index c0b30a69db..1cde02f590 100755 --- a/new_logs/933675/etc/neutron/neutron_ovn_metadata_agent.ini +++ b/new_logs/933675/etc/neutron/neutron_ovn_metadata_agent.ini @@ -153,12 +153,6 @@ debug = True # set. (boolean value) #use_stderr = false -# DEPRECATED: Log output to Windows Event Log. (boolean value) -# This option is deprecated for removal. -# Its value may be silently ignored in the future. -# Reason: Windows support is no longer maintained. -#use_eventlog = false - # (Optional) Set the 'color' key according to log levels. This option takes # effect only when logging to stderr or stdout is used. This option is ignored # if log_config_append is set. (boolean value) diff --git a/new_logs/933675/etc/neutron/plugins/ml2/ml2_conf.ini b/new_logs/933675/etc/neutron/plugins/ml2/ml2_conf.ini index 9637a9d4fa..486326db7e 100755 --- a/new_logs/933675/etc/neutron/plugins/ml2/ml2_conf.ini +++ b/new_logs/933675/etc/neutron/plugins/ml2/ml2_conf.ini @@ -69,12 +69,6 @@ # set. (boolean value) #use_stderr = false -# DEPRECATED: Log output to Windows Event Log. (boolean value) -# This option is deprecated for removal. -# Its value may be silently ignored in the future. -# Reason: Windows support is no longer maintained. -#use_eventlog = false - # (Optional) Set the 'color' key according to log levels. This option takes # effect only when logging to stderr or stdout is used. This option is ignored # if log_config_append is set. (boolean value) diff --git a/new_logs/933675/etc/tempest.conf b/new_logs/933675/etc/tempest.conf index 6b048c68a1..549e16619b 100755 --- a/new_logs/933675/etc/tempest.conf +++ b/new_logs/933675/etc/tempest.conf @@ -18,8 +18,8 @@ lock_path = /opt/stack/data/tempest max_microversion = latest flavor_ref_alt = 84 flavor_ref = 42 -image_ref_alt = 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 -image_ref = 2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 +image_ref_alt = b85eabc5-4619-4e35-b74e-687cf6826b6b +image_ref = b85eabc5-4619-4e35-b74e-687cf6826b6b build_timeout = 196 [volume] diff --git a/new_logs/933675/etc/tempest_log.log b/new_logs/933675/etc/tempest_log.log index 0343701b6b..f8a32d6ecb 100755 --- a/new_logs/933675/etc/tempest_log.log +++ b/new_logs/933675/etc/tempest_log.log @@ -2,217 +2,217 @@ {0} setUpClass (tempest.api.compute.******.test_live_migration.LiveMigrationTest) ... SKIPPED: Less than 2 compute nodes, skipping migration test. {0} setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) ... SKIPPED: Stable rescue not available. {0} setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) ... SKIPPED: Stable rescue not available. -{0} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [5.108366s] ... ok -{0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.409156s] ... ok -{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.069276s] ... ok -{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.064079s] ... ok -{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.093688s] ... ok -{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.038054s] ... ok -{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.071328s] ... ok -{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.036170s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.062819s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.009237s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.007700s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.027894s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.005419s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.004994s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.020381s] ... ok -{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.020819s] ... ok -{0} tempest.api.volume.******.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [1.612190s] ... ok -{0} tempest.api.volume.******.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.533698s] ... ok +{0} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [6.121168s] ... ok +{0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.552133s] ... ok +{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.078782s] ... ok +{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.059441s] ... ok +{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.080671s] ... ok +{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.040122s] ... ok +{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.093647s] ... ok +{0} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.056126s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.066612s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.014016s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.008243s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.024249s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.004891s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.004466s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.021759s] ... ok +{0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.024046s] ... ok +{0} tempest.api.volume.******.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [1.601320s] ... ok +{0} tempest.api.volume.******.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.534180s] ... ok {0} setUpClass (tempest.api.volume.******.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. -{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [9.504122s] ... ok -{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [11.967609s] ... ok -{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [6.047043s] ... ok -{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [6.356783s] ... ok -{0} tempest.api.volume.******.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.363173s] ... ok -{0} tempest.api.volume.******.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.175307s] ... ok -{0} tempest.api.volume.******.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.134790s] ... ok -{0} tempest.api.volume.******.test_groups.GroupsTest.test_group_create_show_list_delete [6.294561s] ... ok -{0} tempest.api.volume.******.test_groups.GroupsTest.test_group_update [7.392257s] ... ok -{0} tempest.api.volume.******.test_groups.GroupsV314Test.test_create_group_from_group [7.989912s] ... ok -{0} tempest.api.volume.******.test_groups.GroupsV320Test.test_reset_group_status [2.637589s] ... ok -{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_distinction [0.070515s] ... ok -{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_distinction_with_prefix [0.077464s] ... ok -{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_reporting [0.072599s] ... ok -{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_reporting_with_prefix [0.054919s] ... ok -{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.444612s] ... ok -{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.118661s] ... ok -{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.076303s] ... ok -{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.093756s] ... ok -{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_get_qos [0.009203s] ... ok -{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_list_qos [0.016006s] ... ok -{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.098258s] ... ok -{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.153447s] ... ok -{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [2.362532s] ... ok -{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [2.379959s] ... ok -{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [2.338614s] ... ok -{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [2.344899s] ... ok -{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.140702s] ... ok -{0} tempest.api.volume.******.test_user_messages.UserMessagesTest.test_delete_message [1.596610s] ... ok -{0} tempest.api.volume.******.test_user_messages.UserMessagesTest.test_list_show_messages [1.515818s] ... ok -{0} tempest.api.volume.******.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.090585s] ... ok -{0} tempest.api.volume.******.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.098865s] ... ok +{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [9.527280s] ... ok +{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [12.059010s] ... ok +{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [6.143593s] ... ok +{0} tempest.api.volume.******.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [6.379994s] ... ok +{0} tempest.api.volume.******.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.305128s] ... ok +{0} tempest.api.volume.******.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.216716s] ... ok +{0} tempest.api.volume.******.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.163666s] ... ok +{0} tempest.api.volume.******.test_groups.GroupsTest.test_group_create_show_list_delete [6.275255s] ... ok +{0} tempest.api.volume.******.test_groups.GroupsTest.test_group_update [7.332536s] ... ok +{0} tempest.api.volume.******.test_groups.GroupsV314Test.test_create_group_from_group [8.003360s] ... ok +{0} tempest.api.volume.******.test_groups.GroupsV320Test.test_reset_group_status [2.678682s] ... ok +{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_distinction [0.083587s] ... ok +{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_distinction_with_prefix [0.065051s] ... ok +{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_reporting [0.073943s] ... ok +{0} tempest.api.volume.******.test_multi_backend.VolumeMultiBackendTest.test_backend_name_reporting_with_prefix [0.084988s] ... ok +{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.396930s] ... ok +{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.093203s] ... ok +{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.075594s] ... ok +{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.085141s] ... ok +{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_get_qos [0.014529s] ... ok +{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_list_qos [0.012915s] ... ok +{0} tempest.api.volume.******.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.105109s] ... ok +{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.132702s] ... ok +{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [2.429207s] ... ok +{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [2.346121s] ... ok +{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [2.394849s] ... ok +{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [2.387010s] ... ok +{0} tempest.api.volume.******.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.128959s] ... ok +{0} tempest.api.volume.******.test_user_messages.UserMessagesTest.test_delete_message [1.559493s] ... ok +{0} tempest.api.volume.******.test_user_messages.UserMessagesTest.test_list_show_messages [1.475419s] ... ok +{0} tempest.api.volume.******.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.079943s] ... ok +{0} tempest.api.volume.******.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.114927s] ... ok {0} setUpClass (tempest.api.volume.******.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled -{0} tempest.api.volume.******.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.571298s] ... ok -{0} tempest.api.volume.******.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.524443s] ... ok -{0} tempest.api.volume.******.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.079286s] ... ok -{0} tempest.api.volume.******.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.570404s] ... ok -{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.238509s] ... ok -{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.024804s] ... ok -{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.027815s] ... ok -{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [2.538676s] ... ok -{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [3.408769s] ... ok -{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.032144s] ... ok -{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.177103s] ... ok -{0} tempest.api.volume.******.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.144827s] ... ok -{0} tempest.api.volume.******.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.130063s] ... ok -{0} tempest.api.volume.******.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.100840s] ... ok -{0} tempest.api.volume.******.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [3.750000s] ... ok -{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.022280s] ... ok -{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.011732s] ... ok -{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.011675s] ... ok -{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [2.439998s] ... ok -{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_list_services [0.020158s] ... ok -{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.016376s] ... ok -{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.013254s] ... ok -{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.019044s] ... ok -{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.016946s] ... ok -{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.016391s] ... ok -{0} tempest.api.volume.******.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.149957s] ... ok -{0} tempest.api.volume.******.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.032496s] ... ok -{0} tempest.api.volume.******.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.610288s] ... ok -{0} tempest.api.volume.******.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.172578s] ... ok -{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [3.911145s] ... ok -{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.102956s] ... ok -{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.266987s] ... ok -{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_list [0.028925s] ... ok -{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_update [0.133941s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.121361s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.053246s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.167762s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.014520s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.007597s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.016539s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.008248s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.011577s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.009669s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.008811s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.006566s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.007862s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.015802s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.024690s] ... ok -{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.016581s] ... ok -{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.081264s] ... ok -{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.155301s] ... ok -{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.008302s] ... ok -{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.081311s] ... ok -{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.017790s] ... ok -{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.015692s] ... ok -{0} tempest.api.volume.******.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [1.352689s] ... ok -{0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.067140s] ... ok -{0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.082188s] ... ok -{0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.198801s] ... ok -{0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.147401s] ... ok -{0} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.006577s] ... ok -{0} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.063711s] ... ok -{0} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.029820s] ... ok -{0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [4.748765s] ... ok -{0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [10.154334s] ... ok -{0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.248069s] ... ok -{0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.144939s] ... ok -{0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [3.487504s] ... ok -{0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [2.499345s] ... ok -{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [3.441330s] ... ok -{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [2.471579s] ... ok -{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [3.432623s] ... ok -{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [2.524922s] ... ok -{0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [4.837544s] ... ok -{0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [2.452460s] ... ok -{0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [4.918035s] ... ok -{0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [7.256798s] ... ok -{0} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.069131s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.022524s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.037557s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.048998s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.184952s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.084075s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.266999s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.195789s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.041637s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.067353s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.047116s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.038881s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.019111s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.088347s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.092561s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.085917s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.044205s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.043329s] ... ok -{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.031528s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [1.447708s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [1.136622s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.017080s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.017881s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.014480s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.014339s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.014121s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.007612s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.009292s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.012848s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.005422s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.014029s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.014359s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.005399s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.023645s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.028127s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.023257s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.024606s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.111258s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.023770s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.023507s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.006214s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.013825s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.019044s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.021382s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.009851s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.007296s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.022533s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.009847s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.011722s] ... ok -{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.011510s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.018163s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.026757s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.016718s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.049847s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.020656s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.019281s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.011973s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.017757s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.016291s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.016856s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.018572s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.054629s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.052286s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.064495s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.047356s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.010475s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.013371s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.008149s] ... ok -{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [4.696793s] ... ok +{0} tempest.api.volume.******.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.584209s] ... ok +{0} tempest.api.volume.******.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.521832s] ... ok +{0} tempest.api.volume.******.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.085871s] ... ok +{0} tempest.api.volume.******.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.539335s] ... ok +{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.176605s] ... ok +{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.016853s] ... ok +{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.027568s] ... ok +{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [2.479483s] ... ok +{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [3.406725s] ... ok +{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.029221s] ... ok +{0} tempest.api.volume.******.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.177484s] ... ok +{0} tempest.api.volume.******.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.141598s] ... ok +{0} tempest.api.volume.******.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.127924s] ... ok +{0} tempest.api.volume.******.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.100641s] ... ok +{0} tempest.api.volume.******.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [3.711466s] ... ok +{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.014471s] ... ok +{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.012311s] ... ok +{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.009669s] ... ok +{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [2.505068s] ... ok +{0} tempest.api.volume.******.test_volume_services.VolumesServicesTestJSON.test_list_services [0.023650s] ... ok +{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.014737s] ... ok +{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.012304s] ... ok +{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.011270s] ... ok +{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.014362s] ... ok +{0} tempest.api.volume.******.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.021189s] ... ok +{0} tempest.api.volume.******.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.170595s] ... ok +{0} tempest.api.volume.******.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.036131s] ... ok +{0} tempest.api.volume.******.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.563651s] ... ok +{0} tempest.api.volume.******.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.181696s] ... ok +{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [3.882665s] ... ok +{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.076399s] ... ok +{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.224695s] ... ok +{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_list [0.020180s] ... ok +{0} tempest.api.volume.******.test_volume_types.VolumeTypesTest.test_volume_type_update [0.124208s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.124734s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.045754s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.150247s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.015991s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.007376s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.022015s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.008687s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.011532s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.011352s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.015757s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.077948s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.014726s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.018775s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.017163s] ... ok +{0} tempest.api.volume.******.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.024802s] ... ok +{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.085205s] ... ok +{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.146852s] ... ok +{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.007563s] ... ok +{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.078693s] ... ok +{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.014003s] ... ok +{0} tempest.api.volume.******.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.008429s] ... ok +{0} tempest.api.volume.******.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [1.360123s] ... ok +{0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.080459s] ... ok +{0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.078173s] ... ok +{0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.221571s] ... ok +{0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.154127s] ... ok +{0} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.009567s] ... ok +{0} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.062149s] ... ok +{0} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.038385s] ... ok +{0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [4.856854s] ... ok +{0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [10.189551s] ... ok +{0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.189488s] ... ok +{0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.156285s] ... ok +{0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [3.546286s] ... ok +{0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [2.493308s] ... ok +{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [3.543684s] ... ok +{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [2.539323s] ... ok +{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [3.440200s] ... ok +{0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [2.546966s] ... ok +{0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [4.840401s] ... ok +{0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [2.441910s] ... ok +{0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [4.921337s] ... ok +{0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [8.285109s] ... ok +{0} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.069527s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.029336s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.038561s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.051629s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.199869s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.098259s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.284156s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.047587s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.055276s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.198189s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.047119s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.036606s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.018895s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.080436s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.092127s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.094897s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.040202s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.027935s] ... ok +{0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.046941s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [1.462451s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [1.088001s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.016070s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.015866s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.018889s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.012666s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.012014s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.008165s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.007576s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.011899s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.004671s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.011646s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.012727s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.004889s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.025444s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.022824s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.022082s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.018268s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.076589s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.022066s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.013559s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.005457s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.013556s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.014584s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.013788s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.006267s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.006700s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.019842s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.010399s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.012451s] ... ok +{0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.014373s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.017531s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.025467s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.010792s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.035956s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.016930s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.026196s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.012522s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.017621s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.016493s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.016513s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.027430s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.056757s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.051236s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.074224s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.041655s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.009956s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.012560s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.008231s] ... ok +{0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [4.714312s] ... ok ====== Totals ====== -Ran: 202 tests in 320.6665 sec. +Ran: 202 tests in 324.7279 sec. - Passed: 196 - Skipped: 6 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 -Sum of execute time for each test: 169.7589 sec. +Sum of execute time for each test: 172.3153 sec. ============== Worker Balance ============== - - Worker 0 (202 tests) => 0:05:20.666524 + - Worker 0 (202 tests) => 0:05:24.727925 diff --git a/new_logs/933675/etcd.service b/new_logs/933675/etcd.service index f6d1f40d7d..5399d7c2c1 100755 --- a/new_logs/933675/etcd.service +++ b/new_logs/933675/etcd.service @@ -1,52 +1,52 @@ -Jan 03 20:26:39 ubuntu systemd[1]: Starting Devstack devstack@etcd.service... -Jan 03 20:26:39 ubuntu etcd[59297]: WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated. -Jan 03 20:26:39 ubuntu etcd[59297]: A future release of golang/protobuf will delete this package, -Jan 03 20:26:39 ubuntu etcd[59297]: which has long been excluded from the compatibility promise. -Jan 03 20:26:39 ubuntu etcd[59297]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead -Jan 03 20:26:39 ubuntu etcd[59297]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead -Jan 03 20:26:39 ubuntu etcd[59297]: Running http and grpc server on single port. This is not recommended for production. -Jan 03 20:26:39 ubuntu etcd[59297]: etcd Version: 3.4.27 -Jan 03 20:26:39 ubuntu etcd[59297]: Git SHA: c92fb80f3 -Jan 03 20:26:39 ubuntu etcd[59297]: Go Version: go1.19.10 -Jan 03 20:26:39 ubuntu etcd[59297]: Go OS/Arch: linux/amd64 -Jan 03 20:26:39 ubuntu etcd[59297]: setting maximum number of CPUs to 4, total number of available CPUs is 4 -Jan 03 20:26:39 ubuntu etcd[59297]: Running http and grpc server on single port. This is not recommended for production. -Jan 03 20:26:39 ubuntu etcd[59297]: name = ubuntu -Jan 03 20:26:39 ubuntu etcd[59297]: data dir = /opt/stack/data/etcd -Jan 03 20:26:39 ubuntu etcd[59297]: member dir = /opt/stack/data/etcd/member -Jan 03 20:26:39 ubuntu etcd[59297]: heartbeat = 100ms -Jan 03 20:26:39 ubuntu etcd[59297]: election = 1000ms -Jan 03 20:26:39 ubuntu etcd[59297]: snapshot count = 100000 -Jan 03 20:26:39 ubuntu etcd[59297]: advertise client URLs = http://10.201.9.223:2379 -Jan 03 20:26:39 ubuntu etcd[59297]: check file permission: directory "/opt/stack/data/etcd" exist, but the permission is "dtrwxrwxrwx". The recommended permission is "-rwx------" to prevent possible unprivileged access to the data. -Jan 03 20:26:39 ubuntu etcd[59297]: starting member c25b29daa831042c in cluster fee8506d9e9ce5fd -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c switched to configuration voters=() -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c became follower at term 0 -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: newRaft c25b29daa831042c [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c became follower at term 1 -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c switched to configuration voters=(14004833485340083244) -Jan 03 20:26:39 ubuntu etcd[59297]: simple token is not cryptographically signed -Jan 03 20:26:39 ubuntu etcd[59297]: starting server... [version: 3.4.27, cluster version: to_be_decided] -Jan 03 20:26:39 ubuntu etcd[59297]: started to purge file, dir: /opt/stack/data/etcd/member/snap, suffix: snap.db, max: 5, interval: 30s -Jan 03 20:26:39 ubuntu etcd[59297]: started to purge file, dir: /opt/stack/data/etcd/member/snap, suffix: snap, max: 5, interval: 30s -Jan 03 20:26:39 ubuntu etcd[59297]: started to purge file, dir: /opt/stack/data/etcd/member/wal, suffix: wal, max: 5, interval: 30s -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c switched to configuration voters=(14004833485340083244) -Jan 03 20:26:39 ubuntu etcd[59297]: c25b29daa831042c as single-node; fast-forwarding 9 ticks (election ticks 10) -Jan 03 20:26:39 ubuntu etcd[59297]: added member c25b29daa831042c [http://10.201.9.223:2380] to cluster fee8506d9e9ce5fd -Jan 03 20:26:39 ubuntu etcd[59297]: listening for peers on [::]:2380 -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c is starting a new election at term 1 -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c became candidate at term 2 -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c received MsgVoteResp from c25b29daa831042c at term 2 -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: c25b29daa831042c became leader at term 2 -Jan 03 20:26:39 ubuntu etcd[59297]: raft2025/01/03 20:26:39 INFO: raft.node: c25b29daa831042c elected leader c25b29daa831042c at term 2 -Jan 03 20:26:39 ubuntu etcd[59297]: setting up the initial cluster version to 3.4 -Jan 03 20:26:39 ubuntu etcd[59297]: set the initial cluster version to 3.4 -Jan 03 20:26:39 ubuntu etcd[59297]: enabled capabilities for version 3.4 -Jan 03 20:26:39 ubuntu etcd[59297]: ready to serve client requests -Jan 03 20:26:39 ubuntu etcd[59297]: published {Name:ubuntu ClientURLs:[http://10.201.9.223:2379]} to cluster fee8506d9e9ce5fd -Jan 03 20:26:39 ubuntu systemd[1]: Started Devstack devstack@etcd.service. -Jan 03 20:26:39 ubuntu etcd[59297]: serving insecure client requests on 10.201.9.223:2379, this is strongly discouraged! -Jan 03 20:30:59 ubuntu etcd[59297]: start time = 2025-01-03 20:30:59.709111383 +0000 UTC m=+260.444307259, time spent = 385.255µs, remote = 10.201.9.223:50120, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = -Jan 03 20:30:59 ubuntu etcd[59297]: start time = 2025-01-03 20:30:59.759826448 +0000 UTC m=+260.495022329, time spent = 213.594µs, remote = 10.201.9.223:50120, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = -Jan 03 20:31:06 ubuntu etcd[59297]: start time = 2025-01-03 20:31:06.554398269 +0000 UTC m=+267.289594145, time spent = 155.673µs, remote = 10.201.9.223:50120, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = -Jan 03 20:31:08 ubuntu etcd[59297]: start time = 2025-01-03 20:31:08.945374823 +0000 UTC m=+269.680570704, time spent = 310.259µs, remote = 10.201.9.223:50120, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = +Jan 14 22:31:54 ubuntu systemd[1]: Starting Devstack devstack@etcd.service... +Jan 14 22:31:54 ubuntu etcd[59202]: WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated. +Jan 14 22:31:54 ubuntu etcd[59202]: A future release of golang/protobuf will delete this package, +Jan 14 22:31:54 ubuntu etcd[59202]: which has long been excluded from the compatibility promise. +Jan 14 22:31:54 ubuntu etcd[59202]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead +Jan 14 22:31:54 ubuntu etcd[59202]: [WARNING] Deprecated '--logger=capnslog' flag is set; use '--logger=zap' flag instead +Jan 14 22:31:54 ubuntu etcd[59202]: Running http and grpc server on single port. This is not recommended for production. +Jan 14 22:31:54 ubuntu etcd[59202]: etcd Version: 3.4.27 +Jan 14 22:31:54 ubuntu etcd[59202]: Git SHA: c92fb80f3 +Jan 14 22:31:54 ubuntu etcd[59202]: Go Version: go1.19.10 +Jan 14 22:31:54 ubuntu etcd[59202]: Go OS/Arch: linux/amd64 +Jan 14 22:31:54 ubuntu etcd[59202]: setting maximum number of CPUs to 4, total number of available CPUs is 4 +Jan 14 22:31:54 ubuntu etcd[59202]: Running http and grpc server on single port. This is not recommended for production. +Jan 14 22:31:54 ubuntu etcd[59202]: name = ubuntu +Jan 14 22:31:54 ubuntu etcd[59202]: data dir = /opt/stack/data/etcd +Jan 14 22:31:54 ubuntu etcd[59202]: member dir = /opt/stack/data/etcd/member +Jan 14 22:31:54 ubuntu etcd[59202]: heartbeat = 100ms +Jan 14 22:31:54 ubuntu etcd[59202]: election = 1000ms +Jan 14 22:31:54 ubuntu etcd[59202]: snapshot count = 100000 +Jan 14 22:31:54 ubuntu etcd[59202]: advertise client URLs = http://10.201.9.223:2379 +Jan 14 22:31:54 ubuntu etcd[59202]: check file permission: directory "/opt/stack/data/etcd" exist, but the permission is "dtrwxrwxrwx". The recommended permission is "-rwx------" to prevent possible unprivileged access to the data. +Jan 14 22:31:54 ubuntu etcd[59202]: starting member c25b29daa831042c in cluster fee8506d9e9ce5fd +Jan 14 22:31:54 ubuntu etcd[59202]: raft2025/01/14 22:31:54 INFO: c25b29daa831042c switched to configuration voters=() +Jan 14 22:31:54 ubuntu etcd[59202]: raft2025/01/14 22:31:54 INFO: c25b29daa831042c became follower at term 0 +Jan 14 22:31:54 ubuntu etcd[59202]: raft2025/01/14 22:31:54 INFO: newRaft c25b29daa831042c [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] +Jan 14 22:31:54 ubuntu etcd[59202]: raft2025/01/14 22:31:54 INFO: c25b29daa831042c became follower at term 1 +Jan 14 22:31:54 ubuntu etcd[59202]: raft2025/01/14 22:31:54 INFO: c25b29daa831042c switched to configuration voters=(14004833485340083244) +Jan 14 22:31:54 ubuntu etcd[59202]: simple token is not cryptographically signed +Jan 14 22:31:54 ubuntu etcd[59202]: starting server... [version: 3.4.27, cluster version: to_be_decided] +Jan 14 22:31:54 ubuntu etcd[59202]: started to purge file, dir: /opt/stack/data/etcd/member/snap, suffix: snap.db, max: 5, interval: 30s +Jan 14 22:31:54 ubuntu etcd[59202]: started to purge file, dir: /opt/stack/data/etcd/member/snap, suffix: snap, max: 5, interval: 30s +Jan 14 22:31:54 ubuntu etcd[59202]: started to purge file, dir: /opt/stack/data/etcd/member/wal, suffix: wal, max: 5, interval: 30s +Jan 14 22:31:54 ubuntu etcd[59202]: c25b29daa831042c as single-node; fast-forwarding 9 ticks (election ticks 10) +Jan 14 22:31:54 ubuntu etcd[59202]: raft2025/01/14 22:31:54 INFO: c25b29daa831042c switched to configuration voters=(14004833485340083244) +Jan 14 22:31:54 ubuntu etcd[59202]: added member c25b29daa831042c [http://10.201.9.223:2380] to cluster fee8506d9e9ce5fd +Jan 14 22:31:54 ubuntu etcd[59202]: listening for peers on [::]:2380 +Jan 14 22:31:55 ubuntu etcd[59202]: raft2025/01/14 22:31:55 INFO: c25b29daa831042c is starting a new election at term 1 +Jan 14 22:31:55 ubuntu etcd[59202]: raft2025/01/14 22:31:55 INFO: c25b29daa831042c became candidate at term 2 +Jan 14 22:31:55 ubuntu etcd[59202]: raft2025/01/14 22:31:55 INFO: c25b29daa831042c received MsgVoteResp from c25b29daa831042c at term 2 +Jan 14 22:31:55 ubuntu etcd[59202]: raft2025/01/14 22:31:55 INFO: c25b29daa831042c became leader at term 2 +Jan 14 22:31:55 ubuntu etcd[59202]: raft2025/01/14 22:31:55 INFO: raft.node: c25b29daa831042c elected leader c25b29daa831042c at term 2 +Jan 14 22:31:55 ubuntu etcd[59202]: published {Name:ubuntu ClientURLs:[http://10.201.9.223:2379]} to cluster fee8506d9e9ce5fd +Jan 14 22:31:55 ubuntu etcd[59202]: setting up the initial cluster version to 3.4 +Jan 14 22:31:55 ubuntu systemd[1]: Started Devstack devstack@etcd.service. +Jan 14 22:31:55 ubuntu etcd[59202]: ready to serve client requests +Jan 14 22:31:55 ubuntu etcd[59202]: serving insecure client requests on 10.201.9.223:2379, this is strongly discouraged! +Jan 14 22:31:55 ubuntu etcd[59202]: set the initial cluster version to 3.4 +Jan 14 22:31:55 ubuntu etcd[59202]: enabled capabilities for version 3.4 +Jan 14 22:36:13 ubuntu etcd[59202]: start time = 2025-01-14 22:36:13.075543599 +0000 UTC m=+258.315265759, time spent = 400.833µs, remote = 10.201.9.223:55314, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = +Jan 14 22:36:13 ubuntu etcd[59202]: start time = 2025-01-14 22:36:13.089518021 +0000 UTC m=+258.329240186, time spent = 214.696µs, remote = 10.201.9.223:55314, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = +Jan 14 22:36:19 ubuntu etcd[59202]: start time = 2025-01-14 22:36:19.63175768 +0000 UTC m=+264.871479845, time spent = 209.976µs, remote = 10.201.9.223:55314, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = +Jan 14 22:36:21 ubuntu etcd[59202]: start time = 2025-01-14 22:36:21.8510253 +0000 UTC m=+267.090747463, time spent = 149.526µs, remote = 10.201.9.223:55314, response type = /etcdserverpb.Lease/LeaseGrant, request count = -1, request size = -1, response count = -1, response size = -1, request content = diff --git a/new_logs/933675/g-api.service b/new_logs/933675/g-api.service index 7a07c688dd..d754f9fcac 100755 --- a/new_logs/933675/g-api.service +++ b/new_logs/933675/g-api.service @@ -1,1326 +1,1324 @@ -Jan 03 20:31:11 ubuntu systemd[1]: Starting Devstack devstack@g-api.service... -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: [uWSGI] getting INI configuration from /etc/glance/glance-uwsgi.ini -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: *** Starting uWSGI 2.0.20-debian (64bit) on [Fri Jan 3 20:31:11 2025] *** -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: nodename: ubuntu -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: machine: x86_64 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: clock source: unix -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: pcre jit disabled -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: detected number of CPU cores: 4 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: current working directory: / -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: detected binary path: /usr/bin/uwsgi-core -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: your processes number limit is 31295 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: your memory page size is 4096 bytes -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: detected max file descriptor number: 2048 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: lock engine: pthread robust mutexes -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: thunder lock: enabled -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: uwsgi socket 0 bound to TCP address 127.0.0.1:60999 fd 4 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: PEP 405 virtualenv detected: /opt/stack/data/venv -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: Set PythonHome to /opt/stack/data/venv -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: Python main interpreter initialized at 0x55f9a09f2e60 -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: python threads support enabled -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: your server socket listen backlog is limited to 100 connections -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: your mercy for graceful operations on workers is 80 seconds -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: mapped 403077 bytes (393 KB) for 2 cores -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: *** Operational MODE: preforking *** -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: *** uWSGI is running in multiple interpreter mode *** -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: spawned uWSGI master process (pid: 104123) -Jan 03 20:31:11 ubuntu systemd[1]: Started Devstack devstack@g-api.service. -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: spawned uWSGI worker 1 (pid: 104124, cores: 1) -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: spawned uWSGI worker 2 (pid: 104125, cores: 1) -Jan 03 20:31:11 ubuntu devstack@g-api.service[104123]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): grep -F node.session.scan /sbin/iscsiadm {{(pid=104125) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG oslo_concurrency.processutils [-] CMD "grep -F node.session.scan /sbin/iscsiadm" returned: 0 in 0.008s {{(pid=104125) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): grep -F node.session.scan /sbin/iscsiadm {{(pid=104124) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG oslo_concurrency.processutils [-] CMD "grep -F node.session.scan /sbin/iscsiadm" returned: 0 in 0.008s {{(pid=104124) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.common.attachment_state_manager [-] Initialising _AttachmentStateManager {{(pid=104125) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/common/attachment_state_manager.py:86}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.common.attachment_state_manager [-] Initialising _AttachmentStateManager {{(pid=104124) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/common/attachment_state_manager.py:86}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store cinder {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store glance.store.cinder.Store {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store glance.store.filesystem.Store {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store glance.store.http.Store {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store glance.store.rbd.Store {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store glance.store.s3.Store {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store glance.store.swift.Store {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store glance.store.vmware_datastore.Store {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store no_conf {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store rbd {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store s3 {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store swift {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store vmware {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104125) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104125) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.filesystem.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104125) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Registering store file with schemes ('file', 'filesystem') {{(pid=104125) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.filesystem.StoreLocation {{(pid=104125) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.location [-] Registering scheme file with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104125) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.location [-] Registering scheme filesystem with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104125) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104125) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.http.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104125) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [-] Registering store http with schemes ('http', 'https') {{(pid=104125) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.http.StoreLocation {{(pid=104125) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.location [-] Registering scheme http with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104125) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.location [-] Registering scheme https with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104125) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance.sqlite_migration [-] SQLite caching database not located, skipping migration {{(pid=104125) get_db_path /opt/stack/glance/glance/sqlite_migration.py:68}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store cinder {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store glance.store.cinder.Store {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store glance.store.filesystem.Store {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store glance.store.http.Store {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store glance.store.rbd.Store {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store glance.store.s3.Store {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store glance.store.swift.Store {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store glance.store.vmware_datastore.Store {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store no_conf {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store rbd {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store s3 {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store swift {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store vmware {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104124) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104124) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.filesystem.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104124) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Registering store file with schemes ('file', 'filesystem') {{(pid=104124) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.filesystem.StoreLocation {{(pid=104124) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.location [-] Registering scheme file with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104124) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.location [-] Registering scheme filesystem with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104124) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104124) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.http.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104124) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [-] Registering store http with schemes ('http', 'https') {{(pid=104124) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.http.StoreLocation {{(pid=104124) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.location [-] Registering scheme http with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104124) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.location [-] Registering scheme https with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104124) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance.sqlite_migration [-] SQLite caching database not located, skipping migration {{(pid=104124) get_db_path /opt/stack/glance/glance/sqlite_migration.py:68}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! -Jan 03 20:31:12 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Loading glance-api-keystone+cachemanagement from /etc/glance/glance-api-paste.ini {{(pid=104125) load_paste_app /opt/stack/glance/glance/common/config.py:723}} -Jan 03 20:31:12 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Loading glance-api-keystone+cachemanagement from /etc/glance/glance-api-paste.ini {{(pid=104124) load_paste_app /opt/stack/glance/glance/common/config.py:723}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: INFO glance.image_cache [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: INFO glance.image_cache [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: INFO dbcounter [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Registered counter for database glance -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG oslo_db.sqlalchemy.engines [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=104124) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: INFO dbcounter [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Registered counter for database glance -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG oslo_db.sqlalchemy.engines [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=104125) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG dbcounter [-] [104124] Writer thread running {{(pid=104124) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: INFO glance.image_cache [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG dbcounter [-] [104125] Writer thread running {{(pid=104125) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.image_cache.drivers.centralized_db [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Node reference is already recorded, ignoring it {{(pid=104125) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.image_cache.drivers.centralized_db [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Node reference is already recorded, ignoring it {{(pid=104124) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: INFO glance.image_cache [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.v2.cached_images [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Started cache worker thread {{(pid=104124) __init__ /opt/stack/glance/glance/api/v2/cached_images.py:69}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: INFO glance.image_cache [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.image_cache.drivers.centralized_db [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Node reference is already recorded, ignoring it {{(pid=104124) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.image_cache.drivers.centralized_db [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Node reference is already recorded, ignoring it {{(pid=104125) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: INFO glance.api.middleware.cache_manage [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Initialized image cache management middleware -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: INFO glance.image_cache [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.v2.cached_images [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Started cache worker thread {{(pid=104125) __init__ /opt/stack/glance/glance/api/v2/cached_images.py:69}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: INFO glance.image_cache [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.image_cache.drivers.centralized_db [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Node reference is already recorded, ignoring it {{(pid=104124) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.image_cache.drivers.centralized_db [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Node reference is already recorded, ignoring it {{(pid=104125) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: INFO glance.api.middleware.cache [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Initialized image cache middleware -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: INFO glance.api.middleware.cache_manage [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Initialized image cache management middleware -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: INFO glance.image_cache [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Image cache loaded driver 'centralized_db'. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: WARNING keystonemiddleware.auth_token [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.image_cache.drivers.centralized_db [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Node reference is already recorded, ignoring it {{(pid=104125) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: WARNING keystonemiddleware.auth_token [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] ******************************************************************************** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Configuration options gathered from: {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: INFO glance.api.middleware.cache [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Initialized image cache middleware -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] command line args: [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] config files: ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] ================================================================================ {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] allow_anonymous_access = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] api_limit_max = 1000 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] backlog = 4096 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] bind_host = 0.0.0.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] bind_port = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] client_socket_timeout = 900 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] config_dir = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] config_file = ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] config_source = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] control_exchange = glance {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] debug = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] default_publisher_id = image.localhost {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] delayed_delete = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] digest_algorithm = sha256 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] disabled_notifications = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] do_secure_hash = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] enabled_backends = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] enabled_import_methods = ['glance-direct', 'web-download', 'copy-image'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] hashing_algorithm = sha512 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] http_keepalive = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] http_retries = 3 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_cache_dir = /opt/stack/data/glance/cache/ {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_cache_driver = centralized_db {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_cache_max_size = 10737418240 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_cache_sqlite_db = cache.db {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_cache_stall_time = 86400 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_location_quota = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_member_quota = 128 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_property_quota = 128 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_size_cap = 1099511627776 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_tag_quota = 128 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] instance_format = [instance: %(uuid)s] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] limit_param_default = 25 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_color = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_config_append = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_dir = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_rotate_interval = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_rotate_interval_type = days {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] log_rotation_type = none {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] max_header_line = 16384 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] max_logfile_count = 30 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] max_logfile_size_mb = 200 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] max_request_id_length = 64 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] metadata_encryption_key = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] node_staging_uri = file:///tmp/staging/ {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] property_protection_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] property_protection_rule_format = roles {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: WARNING keystonemiddleware.auth_token [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] public_endpoint = http://10.201.9.223/image {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] publish_errors = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] pydev_worker_debug_host = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] pydev_worker_debug_port = 5678 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] rate_limit_burst = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] rate_limit_except_level = CRITICAL {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] rate_limit_interval = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] scrub_pool_size = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] scrub_time = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] shell_completion = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] show_image_direct_url = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: WARNING oslo_config.cfg [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] show_multiple_locations = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] syslog_log_facility = LOG_USER {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] tcp_keepidle = 600 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] transport_url = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] use_eventlog = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] use_journal = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] use_json = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] use_keystone_limits = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] use_stderr = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] use_syslog = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] user_storage_quota = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] watch_log_file = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] worker_self_reference_url = http://127.0.0.1:60999 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] workers = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_concurrency.disable_process_locking = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_concurrency.lock_path = /opt/stack/data/glance/locks {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: WARNING keystonemiddleware.auth_token [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] paste_deploy.config_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] paste_deploy.flavor = keystone+cachemanagement {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_format.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova', 'docker', 'compressed'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_format.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vhdx', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'ploop'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] image_format.vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] task.task_executor = taskflow {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] task.task_time_to_live = 48 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] task.work_dir = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] wsgi.python_interpreter = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] wsgi.task_pool_threads = 16 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.connection_string = messaging:// {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.enabled = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.es_doc_type = notification {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.es_scroll_size = 10000 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.es_scroll_time = 2m {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.filter_error_trace = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.hmac_keys = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.sentinel_service_name = mymaster {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.socket_timeout = 0.1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.trace_requests = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler.trace_sqlalchemy = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler_jaeger.process_tags = {} {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler_jaeger.service_name_prefix = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] profiler_otlp.service_name_prefix = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] import_filtering_opts.allowed_hosts = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] import_filtering_opts.allowed_ports = [80, 443] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] import_filtering_opts.allowed_schemes = ['http', 'https'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] import_filtering_opts.disallowed_hosts = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] import_filtering_opts.disallowed_ports = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] import_filtering_opts.disallowed_schemes = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] ******************************************************************************** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] os_brick.lock_path = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Configuration options gathered from: {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] privsep_osbrick.capabilities = [21] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] command line args: [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] privsep_osbrick.group = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] privsep_osbrick.helper_command = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] config files: ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] ================================================================================ {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] privsep_osbrick.user = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] allow_anonymous_access = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_api_insecure = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] api_limit_max = 1000 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_ca_certificates_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_catalog_info = volumev3::publicURL {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] backlog = 4096 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_do_extend_attached = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_endpoint_template = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] bind_host = 0.0.0.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_enforce_multipath = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] bind_port = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_http_retries = 3 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] client_socket_timeout = 900 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_mount_point_base = /var/lib/glance/mnt {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_os_region_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] config_dir = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_state_transition_timeout = 300 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] config_file = ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_store_auth_address = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_store_password = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] config_source = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_store_project_domain_name = Default {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_store_project_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] control_exchange = glance {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_store_user_domain_name = Default {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] debug = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_store_user_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_use_multipath = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.cinder_volume_type = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] default_publisher_id = image.localhost {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.default_store = file {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.default_swift_reference = ref1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] delayed_delete = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.filesystem_store_chunk_size = 65536 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.filesystem_store_datadir = /opt/stack/data/glance/images/ {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] digest_algorithm = sha256 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.filesystem_store_datadirs = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] disabled_notifications = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.filesystem_store_file_perm = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.filesystem_store_metadata_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] do_secure_hash = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.filesystem_thin_provisioning = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.http_proxy_information = {} {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] enabled_backends = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.https_ca_certificates_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.https_insecure = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] enabled_import_methods = ['glance-direct', 'web-download', 'copy-image'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.rados_connect_timeout = -1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] hashing_algorithm = sha512 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.rbd_store_ceph_conf = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.rbd_store_chunk_size = 8 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] http_keepalive = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.rbd_store_pool = images {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] http_retries = 3 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.rbd_store_user = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.rbd_thin_provisioning = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_cache_dir = /opt/stack/data/glance/cache/ {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.rootwrap_config = /etc/glance/rootwrap.conf {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_access_key = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_cache_driver = centralized_db {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_bucket = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_bucket_url_format = auto {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_cacert = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_cache_max_size = 10737418240 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_create_bucket_on_put = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_host = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_cache_sqlite_db = cache.db {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_large_object_chunk_size = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_cache_stall_time = 86400 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_large_object_size = 100 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_region_name = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_location_quota = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_secret_key = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.s3_store_thread_pools = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_member_quota = 128 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.stores = ['file', 'http'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_buffer_on_upload = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_property_quota = 128 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_******_tenants = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_size_cap = 1099511627776 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_auth_address = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_tag_quota = 128 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_auth_insecure = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_auth_version = 2 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] instance_format = [instance: %(uuid)s] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_cacert = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] limit_param_default = 25 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_color = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_config_append = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_config_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_container = glance {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_create_container_on_put = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_endpoint = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_dir = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_endpoint_type = publicURL {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_expire_soon_interval = 60 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_key = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_rotate_interval = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_large_object_chunk_size = 200 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_large_object_size = 5120 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_rotate_interval_type = days {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_multi_tenant = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] log_rotation_type = none {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_multiple_containers_seed = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_region = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_retry_get_count = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_service_type = object-store {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_ssl_compression = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_use_trusts = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_store_user = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.swift_upload_buffer_dir = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_api_retry_count = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] max_header_line = 16384 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_ca_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] max_logfile_count = 30 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_datastores = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_insecure = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] max_logfile_size_mb = 200 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_server_host = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] max_request_id_length = 64 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_server_password = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_server_username = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] metadata_encryption_key = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_store_image_dir = /openstack_glance {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] node_staging_uri = file:///tmp/staging/ {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] glance_store.vmware_task_poll_interval = 5 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.enforce_new_defaults = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] property_protection_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] property_protection_rule_format = roles {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: WARNING oslo_config.cfg [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] public_endpoint = http://10.201.9.223/image {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.enforce_scope = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.policy_default_rule = default {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] publish_errors = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] pydev_worker_debug_host = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.policy_file = policy.yaml {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] pydev_worker_debug_port = 5678 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] rate_limit_burst = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] rate_limit_except_level = CRITICAL {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] rate_limit_interval = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_policy.remote_timeout = 60.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] scrub_pool_size = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.******_password = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] scrub_time = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.******_token = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] shell_completion = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.******_user = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_******_prefix = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] show_image_direct_url = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_port = 35357 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_protocol = https {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: WARNING oslo_config.cfg [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_section = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] show_multiple_locations = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_type = password {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_uri = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] syslog_log_facility = LOG_USER {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.auth_version = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] tcp_keepidle = 600 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.cache = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] transport_url = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.certfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] use_eventlog = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.default_domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] use_journal = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.default_domain_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.delay_auth_decision = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] use_json = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.domain_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] use_keystone_limits = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] use_stderr = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.http_connect_timeout = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] use_syslog = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.identity_uri = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.include_service_catalog = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] user_storage_quota = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.insecure = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] watch_log_file = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.interface = public {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.keyfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] worker_self_reference_url = http://127.0.0.1:60999 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] workers = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_concurrency.disable_process_locking = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_concurrency.lock_path = /opt/stack/data/glance/locks {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.password = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] paste_deploy.config_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.project_domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] paste_deploy.flavor = keystone+cachemanagement {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.project_domain_name = Default {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.project_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_format.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova', 'docker', 'compressed'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.project_name = service {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.region_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_format.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vhdx', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'ploop'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.service_token_roles_required = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] image_format.vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.service_type = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.system_scope = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] task.task_executor = taskflow {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.timeout = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] task.task_time_to_live = 48 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.token_cache_time = 300 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.trust_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] task.work_dir = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.user_domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.user_domain_name = Default {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] wsgi.python_interpreter = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.user_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] wsgi.task_pool_threads = 16 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.username = glance {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.connection_string = messaging:// {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.backend = dogpile.cache.null {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.backend_argument = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.enabled = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.backend_expiration_time = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.es_doc_type = notification {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.config_prefix = cache.oslo {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.dead_timeout = 60.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.es_scroll_size = 10000 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.debug_cache_backend = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.es_scroll_time = 2m {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.enable_retry_client = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.enable_socket_keepalive = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.filter_error_trace = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.enabled = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.enforce_fips_mode = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.hmac_keys = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.expiration_time = 600 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.sentinel_service_name = mymaster {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.hashclient_retry_attempts = 2 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.hashclient_retry_delay = 1.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.socket_timeout = 0.1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_dead_retry = 300 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.trace_requests = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_password = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler.trace_sqlalchemy = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler_jaeger.process_tags = {} {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_pool_maxsize = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler_jaeger.service_name_prefix = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_sasl_enabled = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] profiler_otlp.service_name_prefix = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_socket_timeout = 1.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] import_filtering_opts.allowed_hosts = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.memcache_username = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.proxies = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] import_filtering_opts.allowed_ports = [80, 443] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.redis_db = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] import_filtering_opts.allowed_schemes = ['http', 'https'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.redis_password = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.redis_sentinel_service_name = mymaster {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] import_filtering_opts.disallowed_hosts = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.redis_server = localhost:6379 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] import_filtering_opts.disallowed_ports = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.redis_socket_timeout = 1.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] import_filtering_opts.disallowed_schemes = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.redis_username = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.retry_attempts = 2 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.retry_delay = 0.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.socket_keepalive_count = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.socket_keepalive_idle = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.socket_keepalive_interval = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.tls_allowed_ciphers = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.tls_cafile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.tls_certfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] os_brick.lock_path = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.tls_enabled = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] cache.tls_keyfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.auth_section = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.auth_type = password {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.auth_url = http://10.201.9.223/identity {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] privsep_osbrick.capabilities = [21] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.cafile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] privsep_osbrick.group = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.certfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.collect_timing = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] privsep_osbrick.helper_command = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.connect_retries = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.connect_retry_delay = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.default_domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.default_domain_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] privsep_osbrick.user = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.domain_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.endpoint_id = fc2d5935d4b8453085ef460f7b8632ba {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_api_insecure = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.endpoint_interface = publicURL {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.endpoint_override = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_ca_certificates_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.endpoint_region_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_catalog_info = volumev3::publicURL {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.endpoint_service_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.endpoint_service_type = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_do_extend_attached = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.insecure = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.keyfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_endpoint_template = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.max_version = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_enforce_multipath = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.min_version = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.password = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_http_retries = 3 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.project_domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.project_domain_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_mount_point_base = /var/lib/glance/mnt {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.project_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_os_region_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.project_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.region_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_state_transition_timeout = 300 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.retriable_status_codes = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.service_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_store_auth_address = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.service_type = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_store_password = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.split_loggers = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.status_code_retries = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_store_project_domain_name = Default {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.status_code_retry_delay = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.system_scope = all {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_store_project_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.timeout = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_store_user_domain_name = Default {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.trust_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.user_domain_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_store_user_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.user_domain_name = Default {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_use_multipath = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.user_id = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.username = glance {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.cinder_volume_type = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.valid_interfaces = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.default_store = file {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_limit.version = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.default_swift_reference = ref1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_notifications.retry = -1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.filesystem_store_chunk_size = 65536 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_notifications.transport_url = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.filesystem_store_datadir = /opt/stack/data/glance/images/ {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.filesystem_store_datadirs = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.filesystem_store_file_perm = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.filesystem_store_metadata_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.filesystem_thin_provisioning = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.http_proxy_information = {} {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.https_ca_certificates_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.https_insecure = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.rados_connect_timeout = -1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.rbd_store_ceph_conf = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.processname = uwsgi {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.rbd_store_chunk_size = 8 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.rbd_store_pool = images {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.rbd_store_user = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.rbd_thin_provisioning = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.rootwrap_config = /etc/glance/rootwrap.conf {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_access_key = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_bucket = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_bucket_url_format = auto {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_cacert = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.ssl = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_create_bucket_on_put = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_host = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_large_object_chunk_size = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.ssl_version = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_large_object_size = 100 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] key_manager.backend = barbican {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_region_name = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] key_manager.fixed_key = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_secret_key = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.barbican_api_version = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.s3_store_thread_pools = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.barbican_endpoint = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.barbican_endpoint_type = public {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.stores = ['file', 'http'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.barbican_region_name = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.cafile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_buffer_on_upload = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.certfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_******_tenants = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.collect_timing = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.insecure = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_auth_address = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.keyfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.number_of_retries = 60 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_auth_insecure = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.retry_delay = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_auth_version = 2 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.send_service_user_token = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.split_loggers = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_cacert = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.timeout = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.verify_ssl = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_config_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican.verify_ssl_path = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_container = glance {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.auth_section = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.auth_type = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_create_container_on_put = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.cafile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_endpoint = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.certfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.collect_timing = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_endpoint_type = publicURL {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.insecure = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.keyfile = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_expire_soon_interval = 60 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.split_loggers = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_key = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] barbican_service_user.timeout = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.asyncio_connection = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_large_object_chunk_size = 200 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.asyncio_slave_connection = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_large_object_size = 5120 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.backend = sqlalchemy {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.connection = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_multi_tenant = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.connection_debug = 0 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.connection_parameters = {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_multiple_containers_seed = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.connection_recycle_time = 3600 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_region = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.connection_trace = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.db_inc_retry_interval = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_retry_get_count = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.db_max_retries = 20 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_service_type = object-store {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.db_max_retry_interval = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.db_retry_interval = 1 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_ssl_compression = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.max_overflow = 50 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_use_trusts = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.max_pool_size = 5 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.max_retries = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_store_user = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.mysql_wsrep_sync_wait = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.swift_upload_buffer_dir = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.pool_timeout = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_api_retry_count = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.retry_interval = 10 {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_ca_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.slave_connection = **** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_datastores = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.sqlite_synchronous = True {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_insecure = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] database.use_db_reconnect = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_server_host = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] healthcheck.allowed_source_ranges = [] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_server_password = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] healthcheck.backends = ['disable_by_file'] {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_server_username = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] healthcheck.detailed = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] healthcheck.disable_by_file_path = None {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_store_image_dir = /openstack_glance {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] healthcheck.ignore_proxied_requests = False {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] healthcheck.path = /healthcheck {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] glance_store.vmware_task_poll_interval = 5 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.common.config [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] ******************************************************************************** {{(pid=104124) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55f9a09f2e60 pid: 104124 (default app) -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.enforce_new_defaults = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: WARNING oslo_config.cfg [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Determining version of request: GET / Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.enforce_scope = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Unknown version. Returning version choices. {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.policy_default_rule = default {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.policy_file = policy.yaml {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 1/1] 127.0.0.1 () {32 vars in 388 bytes} [Fri Jan 3 20:31:13 2025] GET / => generated 1420 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_policy.remote_timeout = 60.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.******_password = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.******_token = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.******_user = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_******_prefix = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_port = 35357 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_protocol = https {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_section = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_type = password {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_uri = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.auth_version = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.cache = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.certfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.default_domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.default_domain_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.delay_auth_decision = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.domain_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.http_connect_timeout = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.identity_uri = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.include_service_catalog = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.insecure = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.interface = public {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.keyfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.password = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.project_domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.project_domain_name = Default {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.project_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.project_name = service {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.region_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.service_token_roles_required = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.service_type = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.system_scope = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.timeout = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.token_cache_time = 300 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.trust_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.user_domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.user_domain_name = Default {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.user_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.username = glance {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.backend = dogpile.cache.null {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.backend_argument = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.backend_expiration_time = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.config_prefix = cache.oslo {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.dead_timeout = 60.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.debug_cache_backend = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.enable_retry_client = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.enable_socket_keepalive = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.enabled = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.enforce_fips_mode = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.expiration_time = 600 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.hashclient_retry_attempts = 2 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.hashclient_retry_delay = 1.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_dead_retry = 300 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_password = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_pool_maxsize = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_sasl_enabled = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_socket_timeout = 1.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.memcache_username = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.proxies = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.redis_db = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.redis_password = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.redis_sentinel_service_name = mymaster {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.redis_server = localhost:6379 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.redis_socket_timeout = 1.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.redis_username = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.retry_attempts = 2 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.retry_delay = 0.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.socket_keepalive_count = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.socket_keepalive_idle = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.socket_keepalive_interval = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.tls_allowed_ciphers = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.tls_cafile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.tls_certfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.tls_enabled = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] cache.tls_keyfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.auth_section = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.auth_type = password {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.auth_url = http://10.201.9.223/identity {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.cafile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.certfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.collect_timing = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.connect_retries = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.connect_retry_delay = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.default_domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.default_domain_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.domain_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.endpoint_id = fc2d5935d4b8453085ef460f7b8632ba {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.endpoint_interface = publicURL {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.endpoint_override = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.endpoint_region_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.endpoint_service_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.endpoint_service_type = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.insecure = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.keyfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.max_version = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.min_version = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.password = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.project_domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.project_domain_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.project_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.project_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.region_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.retriable_status_codes = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.service_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.service_type = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.split_loggers = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.status_code_retries = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.status_code_retry_delay = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.system_scope = all {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.timeout = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.trust_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.user_domain_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.user_domain_name = Default {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.user_id = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.username = glance {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.valid_interfaces = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_limit.version = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_notifications.retry = -1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_notifications.transport_url = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.processname = uwsgi {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.ssl = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.ssl_version = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] key_manager.backend = barbican {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] key_manager.fixed_key = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.barbican_api_version = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.barbican_endpoint = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.barbican_endpoint_type = public {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.barbican_region_name = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.cafile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.certfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.collect_timing = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.insecure = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.keyfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.number_of_retries = 60 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.retry_delay = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.send_service_user_token = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.split_loggers = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.timeout = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.verify_ssl = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican.verify_ssl_path = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.auth_section = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.auth_type = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.cafile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.certfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.collect_timing = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.insecure = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.keyfile = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.split_loggers = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] barbican_service_user.timeout = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.asyncio_connection = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.asyncio_slave_connection = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.backend = sqlalchemy {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.connection = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.connection_debug = 0 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.connection_parameters = {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.connection_recycle_time = 3600 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.connection_trace = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.db_inc_retry_interval = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.db_max_retries = 20 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.db_max_retry_interval = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.db_retry_interval = 1 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.max_overflow = 50 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.max_pool_size = 5 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.max_retries = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.mysql_wsrep_sync_wait = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.pool_timeout = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.retry_interval = 10 {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.slave_connection = **** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.sqlite_synchronous = True {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] database.use_db_reconnect = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] healthcheck.allowed_source_ranges = [] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] healthcheck.backends = ['disable_by_file'] {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] healthcheck.detailed = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] healthcheck.disable_by_file_path = None {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] healthcheck.ignore_proxied_requests = False {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] healthcheck.path = /healthcheck {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.common.config [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] ******************************************************************************** {{(pid=104125) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:31:13 ubuntu devstack@g-api.service[104125]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55f9a09f2e60 pid: 104125 (default app) -Jan 03 20:31:17 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Determining version of request: GET / Accept: application/json {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:17 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:17 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Unknown version. Returning version choices. {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} -Jan 03 20:31:17 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 2/2] 127.0.0.1 () {34 vars in 504 bytes} [Fri Jan 3 20:31:17 2025] GET / => generated 1420 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) -Jan 03 20:31:17 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Determining version of request: POST /v2/images Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:17 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:17 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:31:17 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c2ebc1fb-9c76-46fc-a4be-ff6f19c7d887 None None] new path /v2/images {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:31:18 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 1/3] 127.0.0.1 () {40 vars in 767 bytes} [Fri Jan 3 20:31:17 2025] POST /v2/images => generated 807 bytes in 521 msecs (HTTP/1.1 201) 6 headers in 314 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Determining version of request: PUT /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7/file Accept: {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-74a8079c-12bb-49b8-9c62-8ddeb1c5ea73 None None] new path /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7/file {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:31:18 ubuntu devstack@g-api.service[104124]: INFO glance.api.v2.image_data [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG glance.location [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Enabling in-flight format inspection for qcow2 {{(pid=104124) set_data /opt/stack/glance/glance/location.py:588}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG oslo_utils.imageutils.format_inspector [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'QFI\xfb') {{(pid=104124) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG oslo_utils.imageutils.format_inspector [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Format inspector for vhdx does not match, excluding from consideration (Region signature not found at 30000) {{(pid=104124) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG glance_store._drivers.filesystem [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Wrote 16338944 bytes to /opt/stack/data/glance/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 with checksum 1d3062cd89af34e419f7100277f38b2b and multihash 553d220ed58cfee7dafe003c446a9f197ab5edf8ffc09396c74187cf83873c877e7ae041cb80f3b91489acf687183adcd689b53b38e3ddd22e627e7f98a09c46 {{(pid=104124) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: INFO glance.location [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Image format matched and virtual size computed: 117440512 -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Skipping store.set_acls... not implemented. {{(pid=104124) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} -Jan 03 20:31:19 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Fri Jan 3 20:31:18 2025] PUT /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7/file => generated 0 bytes in 751 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) -Jan 03 20:31:28 ubuntu devstack@g-api.service[104125]: DEBUG dbcounter [-] [104125] Writing DB stats glance:INSERT=9,glance:SELECT=5 {{(pid=104125) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:29 ubuntu devstack@g-api.service[104124]: DEBUG dbcounter [-] [104124] Writing DB stats glance:INSERT=5,glance:SELECT=18,glance:UPDATE=2 {{(pid=104124) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:40 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:40 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:40 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Unknown version. Returning version choices. {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} -Jan 03 20:31:40 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 2/5] 127.0.0.1 () {34 vars in 504 bytes} [Fri Jan 3 20:31:40 2025] GET / => generated 1420 bytes in 6 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) -Jan 03 20:31:40 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Determining version of request: GET /v2/images Accept: application/json {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:40 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:40 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:31:40 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ad211eb8-b53e-420e-ad27-08e4b0962cd8 ****** ******] new path /v2/images {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:31:41 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 4/6] 127.0.0.1 () {36 vars in 726 bytes} [Fri Jan 3 20:31:40 2025] GET /v2/images => generated 1045 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:31:45 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:45 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:45 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Unknown version. Returning version choices. {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} -Jan 03 20:31:45 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 3/7] 127.0.0.1 () {34 vars in 504 bytes} [Fri Jan 3 20:31:45 2025] GET / => generated 1420 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) -Jan 03 20:31:45 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-2352061c-23a6-49bc-b326-2dd1dff41d8a ****** ******] Determining version of request: GET /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:45 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-2352061c-23a6-49bc-b326-2dd1dff41d8a ****** ******] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:45 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-2352061c-23a6-49bc-b326-2dd1dff41d8a ****** ******] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:31:45 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-2352061c-23a6-49bc-b326-2dd1dff41d8a ****** ******] new path /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:31:45 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 5/8] 127.0.0.1 () {36 vars in 787 bytes} [Fri Jan 3 20:31:45 2025] GET /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 => generated 976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:31:47 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:47 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:47 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Unknown version. Returning version choices. {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} -Jan 03 20:31:47 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 4/9] 127.0.0.1 () {34 vars in 504 bytes} [Fri Jan 3 20:31:47 2025] GET / => generated 1420 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) -Jan 03 20:31:47 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ec47b0ac-bc95-42e2-9f41-c5b674aa3b28 ****** ******] Determining version of request: GET /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:31:47 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ec47b0ac-bc95-42e2-9f41-c5b674aa3b28 ****** ******] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:31:47 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ec47b0ac-bc95-42e2-9f41-c5b674aa3b28 ****** ******] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:31:47 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-ec47b0ac-bc95-42e2-9f41-c5b674aa3b28 ****** ******] new path /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:31:47 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 6/10] 127.0.0.1 () {36 vars in 787 bytes} [Fri Jan 3 20:31:47 2025] GET /v2/images/2b1ef3eb-6886-4fc8-99b0-29e79d8efca7 => generated 976 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:31:57 ubuntu devstack@g-api.service[104124]: DEBUG dbcounter [-] [104124] Writing DB stats glance:SELECT=5 {{(pid=104124) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:39 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:32:39 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:32:39 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Unknown version. Returning version choices. {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} -Jan 03 20:32:39 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 5/11] 127.0.0.1 () {36 vars in 476 bytes} [Fri Jan 3 20:32:39 2025] GET / => generated 1420 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-1f65b2e9-3b37-46c3-beec-06f51980137a ****** ******] Determining version of request: GET /versions Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 7/12] 127.0.0.1 () {38 vars in 693 bytes} [Fri Jan 3 20:36:09 2025] GET /versions => generated 1420 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-203b138c-9b47-4fb5-af06-7f5a80ea7c93 ****** ******] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 6/13] 127.0.0.1 () {38 vars in 709 bytes} [Fri Jan 3 20:36:09 2025] GET /v2/schemas/image => generated 6083 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-1f65b2e9-3b37-46c3-beec-06f51980137a ****** ******] Determining version of request: GET /v2/schemas/metadefs/namespace Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-1f65b2e9-3b37-46c3-beec-06f51980137a ****** ******] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-1f65b2e9-3b37-46c3-beec-06f51980137a ****** ******] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-1f65b2e9-3b37-46c3-beec-06f51980137a ****** ******] new path /v2/schemas/metadefs/namespace {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 8/14] 127.0.0.1 () {38 vars in 735 bytes} [Fri Jan 3 20:36:09 2025] GET /v2/schemas/metadefs/namespace => generated 3100 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c5d59f97-c50b-41c2-8de2-541eb9d70ef8 ****** ******] Determining version of request: GET /v2/schemas/metadefs/resource_type Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c5d59f97-c50b-41c2-8de2-541eb9d70ef8 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c5d59f97-c50b-41c2-8de2-541eb9d70ef8 ****** ******] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-c5d59f97-c50b-41c2-8de2-541eb9d70ef8 ****** ******] new path /v2/schemas/metadefs/resource_type {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 7/15] 127.0.0.1 () {38 vars in 743 bytes} [Fri Jan 3 20:36:09 2025] GET /v2/schemas/metadefs/resource_type => generated 1260 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-46e7dfe4-5991-4416-861c-00b8f9806ef9 ****** ******] Determining version of request: GET /v2/images Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-46e7dfe4-5991-4416-861c-00b8f9806ef9 ****** ******] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-46e7dfe4-5991-4416-861c-00b8f9806ef9 ****** ******] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-46e7dfe4-5991-4416-861c-00b8f9806ef9 ****** ******] new path /v2/images {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 9/16] 127.0.0.1 () {38 vars in 768 bytes} [Fri Jan 3 20:36:09 2025] GET /v2/images?limit=200&sort_key=name&sort_dir=asc => generated 1082 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-7424f0b4-756f-475b-b0a6-0e458cbd4c73 ****** ******] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-7424f0b4-756f-475b-b0a6-0e458cbd4c73 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-7424f0b4-756f-475b-b0a6-0e458cbd4c73 ****** ******] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-7424f0b4-756f-475b-b0a6-0e458cbd4c73 ****** ******] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:36:09 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 8/17] 127.0.0.1 () {38 vars in 709 bytes} [Fri Jan 3 20:36:09 2025] GET /v2/schemas/image => generated 6083 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@g-api.service[104124]: DEBUG dbcounter [-] [104124] Writing DB stats glance:SELECT=1 {{(pid=104124) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-c0154eec-8db7-4fda-a335-4720031d1226 ****** ******] Determining version of request: POST /v2/images Accept: application/json {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-c0154eec-8db7-4fda-a335-4720031d1226 ****** ******] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-c0154eec-8db7-4fda-a335-4720031d1226 ****** ******] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-c0154eec-8db7-4fda-a335-4720031d1226 ****** ******] new path /v2/images {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 10/18] 127.0.0.1 () {40 vars in 720 bytes} [Fri Jan 3 20:41:13 2025] POST /v2/images => generated 651 bytes in 475 msecs (HTTP/1.1 201) 6 headers in 314 bytes (1 switches on core 0) -Jan 03 20:41:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f16ab66c-d7e6-4a3c-bf0d-bcabc98139f6 ****** ******] Determining version of request: PUT /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/file Accept: {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f16ab66c-d7e6-4a3c-bf0d-bcabc98139f6 ****** ******] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f16ab66c-d7e6-4a3c-bf0d-bcabc98139f6 ****** ******] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:13 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f16ab66c-d7e6-4a3c-bf0d-bcabc98139f6 ****** ******] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/file {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: INFO glance.api.v2.image_data [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.location [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Enabling in-flight format inspection for raw {{(pid=104125) set_data /opt/stack/glance/glance/location.py:588}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG oslo_utils.imageutils.format_inspector [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'2=A\x83') {{(pid=104125) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance_store._drivers.filesystem [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Wrote 1024 bytes to /opt/stack/data/glance/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 with checksum 766234c3250f83036432a10eb916bbe1 and multihash 53444bbe91b341c89013ad536628ba282d2e2ade43fb3d795d95d8ce4541e79f7fce1bfec0fcc5595a99a4bc3d955ae4096119e4bec326a3e07180f426e420cd {{(pid=104125) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: INFO glance.location [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Image format matched and virtual size computed: 1024 -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Skipping store.set_acls... not implemented. {{(pid=104125) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 9/19] 127.0.0.1 () {38 vars in 781 bytes} [Fri Jan 3 20:41:13 2025] PUT /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/file => generated 0 bytes in 643 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-15044add-2edf-473d-9b0e-787d0a5c40f7 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 Accept: application/json {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-15044add-2edf-473d-9b0e-787d0a5c40f7 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-15044add-2edf-473d-9b0e-787d0a5c40f7 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-15044add-2edf-473d-9b0e-787d0a5c40f7 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 11/20] 127.0.0.1 () {38 vars in 772 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 => generated 811 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: POST /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/actions/deactivate Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3e9cfbb-9e9a-4fff-b4bd-112ba0cadf4e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/actions/deactivate {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance_store.backend [None req-d2d5485d-2979-471e-96eb-a4a5c0edec7d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Skipping store.set_acls... not implemented. {{(pid=104125) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: INFO glance.api.v2.image_actions [None req-d2d5485d-2979-471e-96eb-a4a5c0edec7d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Image 1ca00381-1f99-419e-a7d7-ec95be3b44a2 is deactivated -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 10/21] 127.0.0.1 () {40 vars in 830 bytes} [Fri Jan 3 20:41:14 2025] POST /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/actions/deactivate => generated 0 bytes in 55 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-915b0cc5-532c-4da7-ab32-007efab05497 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 Accept: application/json {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-915b0cc5-532c-4da7-ab32-007efab05497 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-915b0cc5-532c-4da7-ab32-007efab05497 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-915b0cc5-532c-4da7-ab32-007efab05497 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 12/22] 127.0.0.1 () {38 vars in 772 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 => generated 816 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-d2d5485d-2979-471e-96eb-a4a5c0edec7d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-d2d5485d-2979-471e-96eb-a4a5c0edec7d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-d2d5485d-2979-471e-96eb-a4a5c0edec7d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-d2d5485d-2979-471e-96eb-a4a5c0edec7d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 11/23] 127.0.0.1 () {38 vars in 772 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 => generated 816 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-5914a121-e5f0-4728-be9c-ee445eaf0fd9 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-5914a121-e5f0-4728-be9c-ee445eaf0fd9 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-5914a121-e5f0-4728-be9c-ee445eaf0fd9 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-5914a121-e5f0-4728-be9c-ee445eaf0fd9 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 13/24] 127.0.0.1 () {40 vars in 840 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 => generated 816 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-8bfa5c46-99ee-4c90-bd46-7776141b321c tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-8bfa5c46-99ee-4c90-bd46-7776141b321c tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-8bfa5c46-99ee-4c90-bd46-7776141b321c tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-8bfa5c46-99ee-4c90-bd46-7776141b321c tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 12/25] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/schemas/image => generated 6083 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 14/26] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 13/27] 127.0.0.1 () {40 vars in 840 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 => generated 816 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 15/28] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 14/29] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 16/30] 127.0.0.1 () {40 vars in 840 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 => generated 816 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 15/31] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/schemas/image => generated 6083 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 17/32] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:14 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: POST /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/actions/reactivate Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/actions/reactivate {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: INFO glance.api.v2.image_actions [None req-19bead21-c8f3-49ff-b3c9-3886369a8252 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Image 1ca00381-1f99-419e-a7d7-ec95be3b44a2 is reactivated -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 16/33] 127.0.0.1 () {40 vars in 830 bytes} [Fri Jan 3 20:41:14 2025] POST /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2/actions/reactivate => generated 0 bytes in 31 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: DELETE /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 Accept: application/json {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-cfac5f82-f45a-48ef-9385-af30856f1361 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: WARNING glance.api.v2.images [None req-e7eb10a1-4dc2-4538-bb78-cc8289a4b86d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//1ca00381-1f99-419e-a7d7-ec95be3b44a2 -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: DEBUG glance_store._drivers.filesystem [None req-e7eb10a1-4dc2-4538-bb78-cc8289a4b86d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Deleting image at /opt/stack/data/glance/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 {{(pid=104124) delete /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:652}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 18/34] 127.0.0.1 () {38 vars in 775 bytes} [Fri Jan 3 20:41:14 2025] DELETE /v2/images/1ca00381-1f99-419e-a7d7-ec95be3b44a2 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-19bead21-c8f3-49ff-b3c9-3886369a8252 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: POST /v2/images Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-19bead21-c8f3-49ff-b3c9-3886369a8252 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-19bead21-c8f3-49ff-b3c9-3886369a8252 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:14 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-19bead21-c8f3-49ff-b3c9-3886369a8252 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 17/35] 127.0.0.1 () {40 vars in 720 bytes} [Fri Jan 3 20:41:14 2025] POST /v2/images => generated 652 bytes in 292 msecs (HTTP/1.1 201) 6 headers in 314 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-e7eb10a1-4dc2-4538-bb78-cc8289a4b86d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: PUT /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e/file Accept: {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-e7eb10a1-4dc2-4538-bb78-cc8289a4b86d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-e7eb10a1-4dc2-4538-bb78-cc8289a4b86d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-e7eb10a1-4dc2-4538-bb78-cc8289a4b86d tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e/file {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: INFO glance.api.v2.image_data [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.location [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Enabling in-flight format inspection for raw {{(pid=104124) set_data /opt/stack/glance/glance/location.py:588}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG oslo_utils.imageutils.format_inspector [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'\n\x8cm0') {{(pid=104124) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance_store._drivers.filesystem [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Wrote 1024 bytes to /opt/stack/data/glance/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e with checksum 6d4f40aa6fd7c27845e1889249e77307 and multihash 29342fef69bb2e3b63814660dd3b28de235ee0e4e9774393534569e969c7eca5581b7d2fccf4a5be8fa61ca8bc63d758f282ff8f737bdc13d1a35f4bcb811712 {{(pid=104124) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: INFO glance.location [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Image format matched and virtual size computed: 1024 -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance_store.backend [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Skipping store.set_acls... not implemented. {{(pid=104124) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 19/36] 127.0.0.1 () {38 vars in 781 bytes} [Fri Jan 3 20:41:15 2025] PUT /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e/file => generated 0 bytes in 543 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3c03367-1388-4df8-b9f8-cdb356bc0d59 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3c03367-1388-4df8-b9f8-cdb356bc0d59 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3c03367-1388-4df8-b9f8-cdb356bc0d59 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-f3c03367-1388-4df8-b9f8-cdb356bc0d59 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 18/37] 127.0.0.1 () {38 vars in 772 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e => generated 812 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-534c2997-8615-4b16-a054-26d7d62ccd95 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 20/38] 127.0.0.1 () {40 vars in 840 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e => generated 812 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-ece8be30-07f2-4de9-850f-d9b0f34ffe1e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-ece8be30-07f2-4de9-850f-d9b0f34ffe1e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-ece8be30-07f2-4de9-850f-d9b0f34ffe1e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-ece8be30-07f2-4de9-850f-d9b0f34ffe1e tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 19/39] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/schemas/image => generated 6083 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 21/40] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 20/41] 127.0.0.1 () {40 vars in 840 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e => generated 812 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 22/42] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 21/43] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 23/44] 127.0.0.1 () {40 vars in 840 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e => generated 812 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 22/45] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/schemas/image => generated 6083 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/schemas/image {{(pid=104124) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104124]: [pid: 104124|app: 0|req: 24/46] 127.0.0.1 () {40 vars in 780 bytes} [Fri Jan 3 20:41:15 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Determining version of request: DELETE /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e Accept: application/json {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Using url versioning {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Matched version: v2 {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance.api.middleware.version_negotiation [None req-9ae1d4af-14ee-4541-9922-365ac885c5da tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] new path /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e {{(pid=104125) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: WARNING glance.api.v2.images [None req-81348044-95fa-45e2-b5df-a725cc29c9a5 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e -Jan 03 20:41:15 ubuntu devstack@g-api.service[104125]: DEBUG glance_store._drivers.filesystem [None req-81348044-95fa-45e2-b5df-a725cc29c9a5 tempest-VolumesNegativeTest-1816157827 tempest-VolumesNegativeTest-1816157827-project-member] Deleting image at /opt/stack/data/glance/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e {{(pid=104125) delete /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:652}} -Jan 03 20:41:16 ubuntu devstack@g-api.service[104125]: [pid: 104125|app: 0|req: 23/47] 127.0.0.1 () {38 vars in 775 bytes} [Fri Jan 3 20:41:15 2025] DELETE /v2/images/f36633f5-d428-43e9-8bb7-e2f0e6a9ff0e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) -Jan 03 20:41:25 ubuntu devstack@g-api.service[104124]: DEBUG dbcounter [-] [104124] Writing DB stats glance:SELECT=46,glance:INSERT=2,glance:UPDATE=8 {{(pid=104124) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:26 ubuntu devstack@g-api.service[104125]: DEBUG dbcounter [-] [104125] Writing DB stats glance:SELECT=61,glance:UPDATE=11,glance:INSERT=2 {{(pid=104125) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:24 ubuntu systemd[1]: Starting Devstack devstack@g-api.service... +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: [uWSGI] getting INI configuration from /etc/glance/glance-uwsgi.ini +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: *** Starting uWSGI 2.0.20-debian (64bit) on [Tue Jan 14 22:36:24 2025] *** +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: nodename: ubuntu +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: machine: x86_64 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: clock source: unix +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: pcre jit disabled +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: detected number of CPU cores: 4 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: current working directory: / +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: detected binary path: /usr/bin/uwsgi-core +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: your processes number limit is 31295 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: your memory page size is 4096 bytes +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: detected max file descriptor number: 2048 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: lock engine: pthread robust mutexes +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: thunder lock: enabled +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: uwsgi socket 0 bound to TCP address 127.0.0.1:60999 fd 4 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: PEP 405 virtualenv detected: /opt/stack/data/venv +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: Set PythonHome to /opt/stack/data/venv +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: Python main interpreter initialized at 0x55ba492bee60 +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: python threads support enabled +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: your server socket listen backlog is limited to 100 connections +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: your mercy for graceful operations on workers is 80 seconds +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: mapped 403077 bytes (393 KB) for 2 cores +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: *** Operational MODE: preforking *** +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: *** uWSGI is running in multiple interpreter mode *** +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: spawned uWSGI master process (pid: 104022) +Jan 14 22:36:24 ubuntu systemd[1]: Started Devstack devstack@g-api.service. +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: spawned uWSGI worker 1 (pid: 104023, cores: 1) +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: spawned uWSGI worker 2 (pid: 104024, cores: 1) +Jan 14 22:36:24 ubuntu devstack@g-api.service[104022]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: INFO glance.async_ [-] Threadpool model set to 'NativeThreadPoolModel' +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): grep -F node.session.scan /sbin/iscsiadm {{(pid=104023) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): grep -F node.session.scan /sbin/iscsiadm {{(pid=104024) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG oslo_concurrency.processutils [-] CMD "grep -F node.session.scan /sbin/iscsiadm" returned: 0 in 0.023s {{(pid=104023) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG oslo_concurrency.processutils [-] CMD "grep -F node.session.scan /sbin/iscsiadm" returned: 0 in 0.021s {{(pid=104024) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.common.attachment_state_manager [-] Initialising _AttachmentStateManager {{(pid=104023) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/common/attachment_state_manager.py:86}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.common.attachment_state_manager [-] Initialising _AttachmentStateManager {{(pid=104024) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/common/attachment_state_manager.py:86}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store cinder {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store glance.store.cinder.Store {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store glance.store.filesystem.Store {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store glance.store.http.Store {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store glance.store.rbd.Store {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store glance.store.s3.Store {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store glance.store.swift.Store {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store glance.store.vmware_datastore.Store {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store no_conf {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store rbd {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store s3 {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store swift {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store vmware {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104023) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104023) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.filesystem.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104023) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Registering store file with schemes ('file', 'filesystem') {{(pid=104023) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.filesystem.StoreLocation {{(pid=104023) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.location [-] Registering scheme file with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104023) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.location [-] Registering scheme filesystem with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104023) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104023) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.http.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104023) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [-] Registering store http with schemes ('http', 'https') {{(pid=104023) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.http.StoreLocation {{(pid=104023) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.location [-] Registering scheme http with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104023) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.location [-] Registering scheme https with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104023) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance.sqlite_migration [-] SQLite caching database not located, skipping migration {{(pid=104023) get_db_path /opt/stack/glance/glance/sqlite_migration.py:68}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store cinder {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store glance.store.cinder.Store {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store glance.store.filesystem.Store {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store glance.store.http.Store {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store glance.store.rbd.Store {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store glance.store.s3.Store {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store glance.store.swift.Store {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store glance.store.vmware_datastore.Store {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store no_conf {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store rbd {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store s3 {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store swift {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store vmware {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104024) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Registering options for group glance_store {{(pid=104024) register_opts /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:145}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store file {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.filesystem.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104024) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Registering store file with schemes ('file', 'filesystem') {{(pid=104024) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.filesystem.StoreLocation {{(pid=104024) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.location [-] Registering scheme file with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104024) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.location [-] Registering scheme filesystem with {'store': , 'location_class': , 'store_entry': 'file'} {{(pid=104024) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Attempting to import store http {{(pid=104024) _load_store /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:216}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.capabilities [-] Store glance_store._drivers.http.Store doesn't support updating dynamic storage capabilities. Please overwrite 'update_capabilities' method of the store to implement updating logics if needed. {{(pid=104024) update_capabilities /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/capabilities.py:91}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [-] Registering store http with schemes ('http', 'https') {{(pid=104024) create_stores /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:262}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.driver [-] Late loading location class glance_store._drivers.http.StoreLocation {{(pid=104024) get_store_location_class /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/driver.py:133}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.location [-] Registering scheme http with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104024) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.location [-] Registering scheme https with {'store': , 'location_class': , 'store_entry': 'http'} {{(pid=104024) register_scheme_map /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/location.py:146}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance.sqlite_migration [-] SQLite caching database not located, skipping migration {{(pid=104024) get_db_path /opt/stack/glance/glance/sqlite_migration.py:68}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: WARNING glance.common.wsgi_app [-] Import methods are enabled but staging directory /tmp/staging/ does not exist; Imports will fail! +Jan 14 22:36:25 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Loading glance-api-keystone+cachemanagement from /etc/glance/glance-api-paste.ini {{(pid=104023) load_paste_app /opt/stack/glance/glance/common/config.py:723}} +Jan 14 22:36:25 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Loading glance-api-keystone+cachemanagement from /etc/glance/glance-api-paste.ini {{(pid=104024) load_paste_app /opt/stack/glance/glance/common/config.py:723}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: INFO glance.image_cache [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: INFO glance.image_cache [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: INFO dbcounter [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Registered counter for database glance +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: INFO dbcounter [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Registered counter for database glance +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG oslo_db.sqlalchemy.engines [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=104023) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG oslo_db.sqlalchemy.engines [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=104024) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG dbcounter [-] [104023] Writer thread running {{(pid=104023) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG dbcounter [-] [104024] Writer thread running {{(pid=104024) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: INFO glance.image_cache [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.image_cache.drivers.centralized_db [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Node reference is already recorded, ignoring it {{(pid=104024) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.image_cache.drivers.centralized_db [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Node reference is already recorded, ignoring it {{(pid=104023) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: INFO glance.image_cache [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.v2.cached_images [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Started cache worker thread {{(pid=104023) __init__ /opt/stack/glance/glance/api/v2/cached_images.py:69}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: INFO glance.image_cache [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.image_cache.drivers.centralized_db [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Node reference is already recorded, ignoring it {{(pid=104024) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.image_cache.drivers.centralized_db [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Node reference is already recorded, ignoring it {{(pid=104023) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.v2.cached_images [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Started cache worker thread {{(pid=104024) __init__ /opt/stack/glance/glance/api/v2/cached_images.py:69}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: INFO glance.image_cache [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: INFO glance.api.middleware.cache_manage [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Initialized image cache management middleware +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: INFO glance.image_cache [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.image_cache.drivers.centralized_db [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Node reference is already recorded, ignoring it {{(pid=104024) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.image_cache.drivers.centralized_db [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Node reference is already recorded, ignoring it {{(pid=104023) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: INFO glance.api.middleware.cache [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Initialized image cache middleware +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: INFO glance.api.middleware.cache_manage [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Initialized image cache management middleware +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: INFO glance.image_cache [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Image cache loaded driver 'centralized_db'. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: WARNING keystonemiddleware.auth_token [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.image_cache.drivers.centralized_db [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Node reference is already recorded, ignoring it {{(pid=104024) configure /opt/stack/glance/glance/image_cache/drivers/centralized_db.py:71}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: WARNING keystonemiddleware.auth_token [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] ******************************************************************************** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: INFO glance.api.middleware.cache [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Initialized image cache middleware +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Configuration options gathered from: {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] command line args: [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] config files: ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] ================================================================================ {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] allow_anonymous_access = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] api_limit_max = 1000 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] backlog = 4096 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] bind_host = 0.0.0.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] bind_port = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] client_socket_timeout = 900 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] config_dir = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] config_file = ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] config_source = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] control_exchange = glance {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] debug = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] default_publisher_id = image.localhost {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] delayed_delete = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] digest_algorithm = sha256 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] disabled_notifications = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] do_secure_hash = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] enabled_backends = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] enabled_import_methods = ['glance-direct', 'web-download', 'copy-image'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] hashing_algorithm = sha512 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] http_keepalive = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] http_retries = 3 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_cache_dir = /opt/stack/data/glance/cache/ {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: WARNING keystonemiddleware.auth_token [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_cache_driver = centralized_db {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_cache_max_size = 10737418240 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_cache_sqlite_db = cache.db {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_cache_stall_time = 86400 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_location_quota = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_member_quota = 128 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_property_quota = 128 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_size_cap = 1099511627776 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_tag_quota = 128 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] instance_format = [instance: %(uuid)s] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] limit_param_default = 25 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_color = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_config_append = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_dir = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: WARNING keystonemiddleware.auth_token [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_rotate_interval = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_rotate_interval_type = days {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] log_rotation_type = none {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] max_header_line = 16384 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] max_logfile_count = 30 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] max_logfile_size_mb = 200 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] max_request_id_length = 64 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] metadata_encryption_key = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] node_staging_uri = file:///tmp/staging/ {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] property_protection_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] property_protection_rule_format = roles {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] public_endpoint = http://10.201.9.223/image {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] publish_errors = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] pydev_worker_debug_host = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] pydev_worker_debug_port = 5678 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] ******************************************************************************** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Configuration options gathered from: {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] rate_limit_burst = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] command line args: [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] rate_limit_except_level = CRITICAL {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] config files: ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] rate_limit_interval = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] ================================================================================ {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] allow_anonymous_access = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] scrub_pool_size = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] api_limit_max = 1000 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] backlog = 4096 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] scrub_time = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] bind_host = 0.0.0.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] shell_completion = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] bind_port = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] client_socket_timeout = 900 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] show_image_direct_url = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] config_dir = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] config_file = ['/etc/glance/glance-image-import.conf', '/etc/glance/glance-api.conf'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] config_source = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] control_exchange = glance {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] debug = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] default_publisher_id = image.localhost {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] delayed_delete = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] digest_algorithm = sha256 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] disabled_notifications = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] do_secure_hash = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: WARNING oslo_config.cfg [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] enabled_backends = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] enabled_import_methods = ['glance-direct', 'web-download', 'copy-image'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] hashing_algorithm = sha512 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] show_multiple_locations = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] http_keepalive = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] http_retries = 3 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] syslog_log_facility = LOG_USER {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_cache_dir = /opt/stack/data/glance/cache/ {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_cache_driver = centralized_db {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] tcp_keepidle = 600 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_cache_max_size = 10737418240 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] transport_url = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_cache_sqlite_db = cache.db {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_cache_stall_time = 86400 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] use_journal = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_location_quota = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_member_quota = 128 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] use_json = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_property_quota = 128 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_size_cap = 1099511627776 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] use_keystone_limits = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_tag_quota = 128 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] use_stderr = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] instance_format = [instance: %(uuid)s] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] instance_uuid_format = [instance: %(uuid)s] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] use_syslog = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] limit_param_default = 25 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_color = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] user_storage_quota = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] watch_log_file = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_config_append = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] worker_self_reference_url = http://127.0.0.1:60999 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_dir = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] workers = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_rotate_interval = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_rotate_interval_type = days {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_concurrency.disable_process_locking = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] log_rotation_type = none {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_concurrency.lock_path = /opt/stack/data/glance/locks {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] max_header_line = 16384 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] max_logfile_count = 30 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] paste_deploy.config_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] max_logfile_size_mb = 200 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] paste_deploy.flavor = keystone+cachemanagement {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] max_request_id_length = 64 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] metadata_encryption_key = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_format.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova', 'docker', 'compressed'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] node_staging_uri = file:///tmp/staging/ {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] property_protection_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_format.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vhdx', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'ploop'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] property_protection_rule_format = roles {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] image_format.vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] public_endpoint = http://10.201.9.223/image {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] publish_errors = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] pydev_worker_debug_host = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] task.task_executor = taskflow {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] pydev_worker_debug_port = 5678 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] rate_limit_burst = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] task.task_time_to_live = 48 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] rate_limit_except_level = CRITICAL {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] rate_limit_interval = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] task.work_dir = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] scrub_pool_size = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] scrub_time = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] wsgi.python_interpreter = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] shell_completion = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] wsgi.task_pool_threads = 16 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] show_image_direct_url = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.connection_string = messaging:// {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: WARNING oslo_config.cfg [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Deprecated: Option "show_multiple_locations" from group "DEFAULT" is deprecated for removal (Use of this option, deprecated since Newton, is a security risk and will be removed once we figure out a way to satisfy those use cases that currently require it. An earlier announcement that the same functionality can be achieved with greater granularity by using policies is incorrect. You cannot work around this option via policy configuration at the present time, though that is the direction we believe the fix will take. Please keep an eye on the Glance release notes to stay up to date on progress in addressing this issue.). Its value may be silently ignored in the future. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] show_multiple_locations = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.enabled = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] syslog_log_facility = LOG_USER {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] tcp_keepidle = 600 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.es_doc_type = notification {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] transport_url = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.es_scroll_size = 10000 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] use_journal = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] use_json = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.es_scroll_time = 2m {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] use_keystone_limits = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] use_stderr = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.filter_error_trace = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] use_syslog = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.hmac_keys = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] user_storage_quota = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] watch_log_file = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.sentinel_service_name = mymaster {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] worker_self_reference_url = http://127.0.0.1:60999 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.socket_timeout = 0.1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] workers = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_concurrency.disable_process_locking = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.trace_requests = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_concurrency.lock_path = /opt/stack/data/glance/locks {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler.trace_sqlalchemy = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler_jaeger.process_tags = {} {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] paste_deploy.config_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler_jaeger.service_name_prefix = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] paste_deploy.flavor = keystone+cachemanagement {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_format.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova', 'docker', 'compressed'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] profiler_otlp.service_name_prefix = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_format.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vhdx', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'ploop'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] import_filtering_opts.allowed_hosts = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] image_format.vmdk_allowed_types = ['streamOptimized', 'monolithicSparse'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] task.task_executor = taskflow {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] task.task_time_to_live = 48 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] task.work_dir = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] import_filtering_opts.allowed_ports = [80, 443] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] wsgi.python_interpreter = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] wsgi.task_pool_threads = 16 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] import_filtering_opts.allowed_schemes = ['http', 'https'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.connection_string = messaging:// {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.enabled = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] import_filtering_opts.disallowed_hosts = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.es_doc_type = notification {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.es_scroll_size = 10000 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] import_filtering_opts.disallowed_ports = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.es_scroll_time = 2m {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.filter_error_trace = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] import_filtering_opts.disallowed_schemes = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.hmac_keys = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.sentinel_service_name = mymaster {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.socket_timeout = 0.1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.trace_requests = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler.trace_sqlalchemy = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler_jaeger.process_tags = {} {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler_jaeger.service_name_prefix = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] profiler_otlp.service_name_prefix = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] os_brick.lock_path = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] import_filtering_opts.allowed_hosts = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] import_filtering_opts.allowed_ports = [80, 443] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] import_filtering_opts.allowed_schemes = ['http', 'https'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] import_filtering_opts.disallowed_hosts = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] import_filtering_opts.disallowed_ports = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] privsep_osbrick.capabilities = [21] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] import_filtering_opts.disallowed_schemes = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] privsep_osbrick.group = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_metrics.metrics_enabled = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_metrics.metrics_process_name = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] os_brick.lock_path = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] privsep_osbrick.helper_command = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] os_brick.wait_mpath_device_attempts = 4 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] os_brick.wait_mpath_device_interval = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] privsep_osbrick.capabilities = [21] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] privsep_osbrick.group = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] privsep_osbrick.helper_command = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] privsep_osbrick.user = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] privsep_osbrick.logger_name = os_brick.privileged {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] privsep_osbrick.thread_pool_size = 4 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_api_insecure = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] privsep_osbrick.user = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_ca_certificates_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_api_insecure = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_ca_certificates_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_catalog_info = volumev3::publicURL {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_catalog_info = volumev3::publicURL {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_do_extend_attached = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_do_extend_attached = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_endpoint_template = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_endpoint_template = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_enforce_multipath = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_http_retries = 3 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_enforce_multipath = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_mount_point_base = /var/lib/glance/mnt {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_os_region_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_http_retries = 3 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_state_transition_timeout = 300 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_mount_point_base = /var/lib/glance/mnt {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_store_auth_address = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_store_password = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_os_region_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_store_project_domain_name = Default {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_store_project_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_store_user_domain_name = Default {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_state_transition_timeout = 300 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_store_user_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_store_auth_address = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_use_multipath = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.cinder_volume_type = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_store_password = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.default_store = file {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.default_swift_reference = ref1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_store_project_domain_name = Default {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.filesystem_store_chunk_size = 65536 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.filesystem_store_datadir = /opt/stack/data/glance/images/ {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_store_project_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.filesystem_store_datadirs = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.filesystem_store_file_perm = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_store_user_domain_name = Default {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.filesystem_store_metadata_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_store_user_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.filesystem_thin_provisioning = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.http_proxy_information = {} {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_use_multipath = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.https_ca_certificates_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.cinder_volume_type = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.https_insecure = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.rados_connect_timeout = -1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.default_store = file {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.rbd_store_ceph_conf = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.default_swift_reference = ref1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.rbd_store_chunk_size = 8 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.rbd_store_pool = images {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.filesystem_store_chunk_size = 65536 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.rbd_store_user = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.filesystem_store_datadir = /opt/stack/data/glance/images/ {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.rbd_thin_provisioning = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.rootwrap_config = /etc/glance/rootwrap.conf {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.filesystem_store_datadirs = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_access_key = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.filesystem_store_file_perm = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_bucket = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.filesystem_store_metadata_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_bucket_url_format = auto {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.filesystem_thin_provisioning = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_cacert = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_create_bucket_on_put = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.http_proxy_information = {} {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_host = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.https_ca_certificates_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_large_object_chunk_size = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_large_object_size = 100 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.https_insecure = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_region_name = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.rados_connect_timeout = -1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_secret_key = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.s3_store_thread_pools = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.rbd_store_ceph_conf = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.stores = ['file', 'http'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.rbd_store_chunk_size = 8 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_buffer_on_upload = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.rbd_store_pool = images {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_******_tenants = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_auth_address = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.rbd_store_user = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_auth_insecure = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.rbd_thin_provisioning = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_auth_version = 2 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.rootwrap_config = /etc/glance/rootwrap.conf {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_cacert = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_access_key = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_config_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_bucket = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_container = glance {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_create_container_on_put = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_bucket_url_format = auto {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_endpoint = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_cacert = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_endpoint_type = publicURL {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_create_bucket_on_put = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_expire_soon_interval = 60 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_key = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_host = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_large_object_chunk_size = 200 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_large_object_chunk_size = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_large_object_size = 5120 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_multi_tenant = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_large_object_size = 100 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_multiple_containers_seed = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_region = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_region_name = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_retry_get_count = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_secret_key = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_service_type = object-store {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_ssl_compression = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.s3_store_thread_pools = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_use_trusts = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_store_user = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.stores = ['file', 'http'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.swift_upload_buffer_dir = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_buffer_on_upload = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_api_retry_count = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_ca_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_******_tenants = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_datastores = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_auth_address = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_insecure = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_server_host = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_auth_insecure = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_server_password = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_server_username = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_auth_version = 2 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_store_image_dir = /openstack_glance {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] glance_store.vmware_task_poll_interval = 5 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_cacert = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.enforce_new_defaults = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_config_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: WARNING oslo_config.cfg [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_container = glance {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.enforce_scope = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.policy_default_rule = default {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_create_container_on_put = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.policy_file = policy.yaml {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_endpoint = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_endpoint_type = publicURL {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_expire_soon_interval = 60 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_policy.remote_timeout = 60.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_key = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.******_password = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_large_object_chunk_size = 200 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.******_token = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_large_object_size = 5120 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.******_user = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_******_prefix = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_multi_tenant = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_port = 35357 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_multiple_containers_seed = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_protocol = https {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_region = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_section = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_type = password {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_retry_get_count = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_uri = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_service_type = object-store {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.auth_version = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.cache = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_ssl_compression = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.certfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_use_trusts = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.default_domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.default_domain_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_store_user = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.delay_auth_decision = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.swift_upload_buffer_dir = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.domain_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_api_retry_count = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.http_connect_timeout = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_ca_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_datastores = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.identity_uri = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.include_service_catalog = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_insecure = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.insecure = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.interface = public {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.keyfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_server_host = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_server_password = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_server_username = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_store_image_dir = /openstack_glance {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] glance_store.vmware_task_poll_interval = 5 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.enforce_new_defaults = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.password = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.project_domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.project_domain_name = Default {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: WARNING oslo_config.cfg [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.project_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.enforce_scope = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.project_name = service {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.region_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.policy_default_rule = default {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.service_token_roles_required = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.policy_file = policy.yaml {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.service_type = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.system_scope = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.timeout = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.token_cache_time = 300 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.trust_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.user_domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.user_domain_name = Default {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.user_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.username = glance {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.backend = dogpile.cache.null {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_policy.remote_timeout = 60.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.backend_argument = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.backend_expiration_time = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.******_password = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.config_prefix = cache.oslo {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.dead_timeout = 60.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.******_tenant_name = ****** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.debug_cache_backend = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.enable_retry_client = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.******_token = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.enable_socket_keepalive = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.******_user = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.enabled = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.enforce_fips_mode = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_******_prefix = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.expiration_time = 600 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.hashclient_retry_attempts = 2 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.hashclient_retry_delay = 1.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_dead_retry = 300 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_port = 35357 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_password = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_protocol = https {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_section = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_type = password {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_pool_maxsize = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_uri = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_sasl_enabled = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_socket_timeout = 1.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.memcache_username = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.auth_version = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.proxies = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.cache = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.redis_db = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.redis_password = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.redis_sentinel_service_name = mymaster {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.certfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.default_domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.redis_server = localhost:6379 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.redis_socket_timeout = 1.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.default_domain_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.redis_username = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.delay_auth_decision = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.retry_attempts = 2 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.retry_delay = 0.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.socket_keepalive_count = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.socket_keepalive_idle = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.domain_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.socket_keepalive_interval = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.enforce_token_bind = permissive {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.tls_allowed_ciphers = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.tls_cafile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.http_connect_timeout = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.tls_certfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.tls_enabled = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.http_request_max_retries = 3 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] cache.tls_keyfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.identity_uri = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.auth_section = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.auth_type = password {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.include_service_catalog = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.auth_url = http://10.201.9.223/identity {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.insecure = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.cafile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.certfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.interface = public {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.collect_timing = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.connect_retries = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.keyfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.connect_retry_delay = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.default_domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.default_domain_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.domain_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.endpoint_id = a617c024b33a4dc9935e2bc3e91ddcf6 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.endpoint_interface = publicURL {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.endpoint_override = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.endpoint_region_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.endpoint_service_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_secret_key = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.endpoint_service_type = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.insecure = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_security_strategy = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.keyfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.max_version = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.min_version = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.password = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.project_domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.password = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.project_domain_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.project_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.project_domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.project_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.region_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.project_domain_name = Default {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.retriable_status_codes = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.service_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.project_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.service_type = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.split_loggers = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.project_name = service {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.status_code_retries = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.region_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.status_code_retry_delay = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.service_token_roles = ['service'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.system_scope = all {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.timeout = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.service_token_roles_required = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.trust_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.user_domain_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.service_type = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.user_domain_name = Default {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.system_scope = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.user_id = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.username = glance {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.timeout = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.valid_interfaces = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.token_cache_time = 300 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_limit.version = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.trust_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_notifications.retry = -1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.user_domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_notifications.transport_url = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.user_domain_name = Default {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.user_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.username = glance {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] keystone_authtoken.www_authenticate_uri = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.backend = dogpile.cache.null {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.backend_argument = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.backend_expiration_time = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.config_prefix = cache.oslo {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.dead_timeout = 60.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.processname = uwsgi {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.debug_cache_backend = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.enable_retry_client = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.enable_socket_keepalive = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.enabled = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.enforce_fips_mode = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.expiration_time = 600 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.hashclient_retry_attempts = 2 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.hashclient_retry_delay = 1.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_dead_retry = 300 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.ssl = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_password = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_pool_connection_get_timeout = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_pool_flush_on_reconnect = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_pool_maxsize = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.ssl_version = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_pool_unused_timeout = 60 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_sasl_enabled = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] key_manager.backend = barbican {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] key_manager.fixed_key = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_servers = ['localhost:11211'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_socket_timeout = 1.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.barbican_api_version = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.barbican_endpoint = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.memcache_username = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.barbican_endpoint_type = public {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.proxies = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.barbican_region_name = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.cafile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.redis_db = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.certfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.collect_timing = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.redis_password = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.insecure = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.redis_sentinel_service_name = mymaster {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.keyfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.number_of_retries = 60 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.redis_sentinels = ['localhost:26379'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.retry_delay = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.send_service_user_token = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.redis_server = localhost:6379 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.split_loggers = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.redis_socket_timeout = 1.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.timeout = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.verify_ssl = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.redis_username = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican.verify_ssl_path = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.retry_attempts = 2 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.auth_section = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.auth_type = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.retry_delay = 0.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.cafile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.certfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.socket_keepalive_count = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.collect_timing = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.socket_keepalive_idle = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.insecure = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.keyfile = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.socket_keepalive_interval = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.split_loggers = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] barbican_service_user.timeout = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.tls_allowed_ciphers = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.asyncio_connection = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.tls_cafile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.asyncio_slave_connection = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.backend = sqlalchemy {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.tls_certfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.connection = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.tls_enabled = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.connection_debug = 0 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.connection_parameters = {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] cache.tls_keyfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.connection_recycle_time = 3600 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.connection_trace = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.auth_section = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.db_inc_retry_interval = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.auth_type = password {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.db_max_retries = 20 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.db_max_retry_interval = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.auth_url = http://10.201.9.223/identity {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.db_retry_interval = 1 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.max_overflow = 50 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.max_pool_size = 5 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.cafile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.max_retries = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.certfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.mysql_wsrep_sync_wait = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.pool_timeout = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.collect_timing = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.connect_retries = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.retry_interval = 10 {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.slave_connection = **** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.connect_retry_delay = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.sqlite_synchronous = True {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.default_domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] database.use_db_reconnect = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] healthcheck.allowed_source_ranges = [] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.default_domain_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] healthcheck.backends = ['disable_by_file'] {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] healthcheck.detailed = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] healthcheck.disable_by_file_path = None {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.domain_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] healthcheck.ignore_proxied_requests = False {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] healthcheck.path = /healthcheck {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.endpoint_id = a617c024b33a4dc9935e2bc3e91ddcf6 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.common.config [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] ******************************************************************************** {{(pid=104024) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55ba492bee60 pid: 104024 (default app) +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.endpoint_interface = publicURL {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.endpoint_override = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.endpoint_region_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.endpoint_service_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Determining version of request: GET / Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.endpoint_service_type = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Unknown version. Returning version choices. {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.insecure = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.keyfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.max_version = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.min_version = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.password = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 1/1] 127.0.0.1 () {32 vars in 388 bytes} [Tue Jan 14 22:36:26 2025] GET / => generated 1420 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.project_domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.project_domain_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.project_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.project_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.region_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.retriable_status_codes = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.service_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.service_type = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.split_loggers = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.status_code_retries = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.status_code_retry_delay = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.system_scope = all {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.timeout = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.trust_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.user_domain_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.user_domain_name = Default {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.user_id = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.username = glance {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.valid_interfaces = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_limit.version = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_notifications.retry = -1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_notifications.transport_url = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.hostname = ubuntu {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.kombu_compression = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.processname = uwsgi {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.ssl = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.ssl_version = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] oslo_messaging_rabbit.use_queue_manager = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] key_manager.backend = barbican {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] key_manager.fixed_key = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.auth_endpoint = http://localhost/identity/v3 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.barbican_api_version = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.barbican_endpoint = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.barbican_endpoint_type = public {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.barbican_region_name = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.cafile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.certfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.collect_timing = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.insecure = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.keyfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.number_of_retries = 60 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.retry_delay = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.send_service_user_token = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.split_loggers = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.timeout = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.verify_ssl = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican.verify_ssl_path = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.auth_section = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.auth_type = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.cafile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.certfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.collect_timing = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.insecure = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.keyfile = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.split_loggers = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] barbican_service_user.timeout = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.asyncio_connection = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.asyncio_slave_connection = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.backend = sqlalchemy {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.connection = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.connection_debug = 0 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.connection_parameters = {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.connection_recycle_time = 3600 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.connection_trace = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.db_inc_retry_interval = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.db_max_retries = 20 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.db_max_retry_interval = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.db_retry_interval = 1 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.max_overflow = 50 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.max_pool_size = 5 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.max_retries = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.mysql_sql_mode = TRADITIONAL {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.mysql_wsrep_sync_wait = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.pool_timeout = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.retry_interval = 10 {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.slave_connection = **** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.sqlite_synchronous = True {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] database.use_db_reconnect = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] healthcheck.allowed_source_ranges = [] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] healthcheck.backends = ['disable_by_file'] {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] healthcheck.detailed = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] healthcheck.disable_by_file_path = None {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] healthcheck.ignore_proxied_requests = False {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] healthcheck.path = /healthcheck {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: DEBUG glance.common.config [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] ******************************************************************************** {{(pid=104023) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:36:26 ubuntu devstack@g-api.service[104023]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55ba492bee60 pid: 104023 (default app) +Jan 14 22:36:31 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Determining version of request: GET / Accept: application/json {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:31 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:31 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Unknown version. Returning version choices. {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} +Jan 14 22:36:31 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 2/2] 127.0.0.1 () {34 vars in 504 bytes} [Tue Jan 14 22:36:31 2025] GET / => generated 1420 bytes in 6 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) +Jan 14 22:36:31 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Determining version of request: POST /v2/images Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:31 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:31 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:36:31 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-b0b5c110-281a-4e6d-bc9c-042756fe59d6 None None] new path /v2/images {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:36:32 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 1/3] 127.0.0.1 () {40 vars in 767 bytes} [Tue Jan 14 22:36:31 2025] POST /v2/images => generated 807 bytes in 606 msecs (HTTP/1.1 201) 6 headers in 314 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Determining version of request: PUT /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file Accept: {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-487cd39c-0d2f-43a4-a645-2e77ecbe0e03 None None] new path /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:36:32 ubuntu devstack@g-api.service[104024]: INFO glance.api.v2.image_data [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.location [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Enabling in-flight format inspection for qcow2 {{(pid=104024) set_data /opt/stack/glance/glance/location.py:588}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG oslo_utils.imageutils.format_inspector [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'QFI\xfb') {{(pid=104024) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG oslo_utils.imageutils.format_inspector [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Format inspector for vhdx does not match, excluding from consideration (Region signature not found at 30000) {{(pid=104024) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance_store._drivers.filesystem [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Wrote 16338944 bytes to /opt/stack/data/glance/images/b85eabc5-4619-4e35-b74e-687cf6826b6b with checksum 1d3062cd89af34e419f7100277f38b2b and multihash 553d220ed58cfee7dafe003c446a9f197ab5edf8ffc09396c74187cf83873c877e7ae041cb80f3b91489acf687183adcd689b53b38e3ddd22e627e7f98a09c46 {{(pid=104024) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: INFO glance.location [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Image format matched and virtual size computed: 117440512 +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Skipping store.set_acls... not implemented. {{(pid=104024) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} +Jan 14 22:36:33 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Jan 14 22:36:32 2025] PUT /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b/file => generated 0 bytes in 797 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:36:42 ubuntu devstack@g-api.service[104023]: DEBUG dbcounter [-] [104023] Writing DB stats glance:INSERT=9,glance:SELECT=5 {{(pid=104023) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:43 ubuntu devstack@g-api.service[104024]: DEBUG dbcounter [-] [104024] Writing DB stats glance:INSERT=5,glance:SELECT=18,glance:UPDATE=2 {{(pid=104024) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Unknown version. Returning version choices. {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 2/5] 127.0.0.1 () {34 vars in 504 bytes} [Tue Jan 14 22:36:55 2025] GET / => generated 1420 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) +Jan 14 22:36:55 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Determining version of request: GET /v2/images Accept: application/json {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-096537a1-9e40-4b00-a142-51a0590fa011 ****** ******] new path /v2/images {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:36:55 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 4/6] 127.0.0.1 () {36 vars in 726 bytes} [Tue Jan 14 22:36:55 2025] GET /v2/images => generated 1045 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:36:59 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:59 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:59 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Unknown version. Returning version choices. {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} +Jan 14 22:36:59 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 3/7] 127.0.0.1 () {34 vars in 504 bytes} [Tue Jan 14 22:36:59 2025] GET / => generated 1420 bytes in 1 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) +Jan 14 22:36:59 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2df78df3-cdd3-4dba-8da4-109d9e9d2260 ****** ******] Determining version of request: GET /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:36:59 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2df78df3-cdd3-4dba-8da4-109d9e9d2260 ****** ******] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:36:59 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2df78df3-cdd3-4dba-8da4-109d9e9d2260 ****** ******] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:36:59 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2df78df3-cdd3-4dba-8da4-109d9e9d2260 ****** ******] new path /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:36:59 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 5/8] 127.0.0.1 () {36 vars in 787 bytes} [Tue Jan 14 22:36:59 2025] GET /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b => generated 976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:37:01 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:37:01 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:37:01 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Unknown version. Returning version choices. {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} +Jan 14 22:37:01 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 4/9] 127.0.0.1 () {34 vars in 504 bytes} [Tue Jan 14 22:37:01 2025] GET / => generated 1420 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) +Jan 14 22:37:01 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-72359ad5-83c2-4926-9294-53006461f9cb ****** ******] Determining version of request: GET /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:37:01 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-72359ad5-83c2-4926-9294-53006461f9cb ****** ******] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:37:01 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-72359ad5-83c2-4926-9294-53006461f9cb ****** ******] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:37:01 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-72359ad5-83c2-4926-9294-53006461f9cb ****** ******] new path /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:37:01 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 6/10] 127.0.0.1 () {36 vars in 787 bytes} [Tue Jan 14 22:37:01 2025] GET /v2/images/b85eabc5-4619-4e35-b74e-687cf6826b6b => generated 976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:37:11 ubuntu devstack@g-api.service[104024]: DEBUG dbcounter [-] [104024] Writing DB stats glance:SELECT=5 {{(pid=104024) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:53 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Determining version of request: GET / Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:37:53 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:37:53 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Unknown version. Returning version choices. {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:64}} +Jan 14 22:37:53 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 5/11] 127.0.0.1 () {36 vars in 476 bytes} [Tue Jan 14 22:37:53 2025] GET / => generated 1420 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 106 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0b6fc70c-ae2c-461b-b962-5c54cbf1cc9b ****** ******] Determining version of request: GET /versions Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 7/12] 127.0.0.1 () {38 vars in 693 bytes} [Tue Jan 14 22:41:33 2025] GET /versions => generated 1420 bytes in 7 msecs (HTTP/1.1 200) 3 headers in 92 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-80ed72c2-2b9d-4986-a5cc-6537bf42d72d ****** ******] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 6/13] 127.0.0.1 () {38 vars in 709 bytes} [Tue Jan 14 22:41:33 2025] GET /v2/schemas/image => generated 6083 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0b6fc70c-ae2c-461b-b962-5c54cbf1cc9b ****** ******] Determining version of request: GET /v2/schemas/metadefs/namespace Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0b6fc70c-ae2c-461b-b962-5c54cbf1cc9b ****** ******] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0b6fc70c-ae2c-461b-b962-5c54cbf1cc9b ****** ******] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0b6fc70c-ae2c-461b-b962-5c54cbf1cc9b ****** ******] new path /v2/schemas/metadefs/namespace {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 8/14] 127.0.0.1 () {38 vars in 735 bytes} [Tue Jan 14 22:41:33 2025] GET /v2/schemas/metadefs/namespace => generated 3100 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-d0bdb33b-bdc0-4824-be5a-f0fa27e48728 ****** ******] Determining version of request: GET /v2/schemas/metadefs/resource_type Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-d0bdb33b-bdc0-4824-be5a-f0fa27e48728 ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-d0bdb33b-bdc0-4824-be5a-f0fa27e48728 ****** ******] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-d0bdb33b-bdc0-4824-be5a-f0fa27e48728 ****** ******] new path /v2/schemas/metadefs/resource_type {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 7/15] 127.0.0.1 () {38 vars in 743 bytes} [Tue Jan 14 22:41:33 2025] GET /v2/schemas/metadefs/resource_type => generated 1260 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2416321a-cac7-42d8-9cf6-6778c8ce3c3e ****** ******] Determining version of request: GET /v2/images Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2416321a-cac7-42d8-9cf6-6778c8ce3c3e ****** ******] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2416321a-cac7-42d8-9cf6-6778c8ce3c3e ****** ******] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-2416321a-cac7-42d8-9cf6-6778c8ce3c3e ****** ******] new path /v2/images {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 9/16] 127.0.0.1 () {38 vars in 768 bytes} [Tue Jan 14 22:41:33 2025] GET /v2/images?limit=200&sort_key=name&sort_dir=asc => generated 1082 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-4dbee601-6622-40c8-beb6-61f09b2f7225 ****** ******] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-4dbee601-6622-40c8-beb6-61f09b2f7225 ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-4dbee601-6622-40c8-beb6-61f09b2f7225 ****** ******] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-4dbee601-6622-40c8-beb6-61f09b2f7225 ****** ******] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:41:33 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 8/17] 127.0.0.1 () {38 vars in 709 bytes} [Tue Jan 14 22:41:33 2025] GET /v2/schemas/image => generated 6083 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:41:43 ubuntu devstack@g-api.service[104024]: DEBUG dbcounter [-] [104024] Writing DB stats glance:SELECT=1 {{(pid=104024) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:41 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0fbb1ec7-9ac1-449c-8c6a-29bdcf44fdca ****** ******] Determining version of request: POST /v2/images Accept: application/json {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:41 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0fbb1ec7-9ac1-449c-8c6a-29bdcf44fdca ****** ******] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:41 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0fbb1ec7-9ac1-449c-8c6a-29bdcf44fdca ****** ******] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:41 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-0fbb1ec7-9ac1-449c-8c6a-29bdcf44fdca ****** ******] new path /v2/images {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 10/18] 127.0.0.1 () {40 vars in 720 bytes} [Tue Jan 14 22:46:41 2025] POST /v2/images => generated 652 bytes in 446 msecs (HTTP/1.1 201) 6 headers in 314 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-163d4bf9-55cb-4cb1-82b1-9ffdfdcbef08 ****** ******] Determining version of request: PUT /v2/images/f190516e-79dc-44de-8515-915e1dafc749/file Accept: {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-163d4bf9-55cb-4cb1-82b1-9ffdfdcbef08 ****** ******] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-163d4bf9-55cb-4cb1-82b1-9ffdfdcbef08 ****** ******] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-163d4bf9-55cb-4cb1-82b1-9ffdfdcbef08 ****** ******] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749/file {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: INFO glance.api.v2.image_data [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.location [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Enabling in-flight format inspection for raw {{(pid=104023) set_data /opt/stack/glance/glance/location.py:588}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG oslo_utils.imageutils.format_inspector [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b'\xc8\xb3\xe7\xf1') {{(pid=104023) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance_store._drivers.filesystem [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Wrote 1024 bytes to /opt/stack/data/glance/images/f190516e-79dc-44de-8515-915e1dafc749 with checksum 2851ac6571d3219709a51746994bf8a4 and multihash 4a88b469366dab90d7afba75324ed134a21cb5eb28d8193d09a0086bb66967be943235ede0755f78542ff09e6783e4c51804b3f27aee793b728492d04a40f582 {{(pid=104023) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: INFO glance.location [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Image format matched and virtual size computed: 1024 +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Skipping store.set_acls... not implemented. {{(pid=104023) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 9/19] 127.0.0.1 () {38 vars in 781 bytes} [Tue Jan 14 22:46:42 2025] PUT /v2/images/f190516e-79dc-44de-8515-915e1dafc749/file => generated 0 bytes in 586 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-d9b13efa-3ebd-43e9-b781-b5190a518195 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 Accept: application/json {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-d9b13efa-3ebd-43e9-b781-b5190a518195 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-d9b13efa-3ebd-43e9-b781-b5190a518195 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-d9b13efa-3ebd-43e9-b781-b5190a518195 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 11/20] 127.0.0.1 () {38 vars in 772 bytes} [Tue Jan 14 22:46:42 2025] GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 => generated 812 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: POST /v2/images/f190516e-79dc-44de-8515-915e1dafc749/actions/deactivate Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-cb3d743c-2b64-4f00-acbf-967a909c81ad tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749/actions/deactivate {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance_store.backend [None req-05ec2e30-4b22-4448-bd08-f8bbe3c097f9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Skipping store.set_acls... not implemented. {{(pid=104023) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: INFO glance.api.v2.image_actions [None req-05ec2e30-4b22-4448-bd08-f8bbe3c097f9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Image f190516e-79dc-44de-8515-915e1dafc749 is deactivated +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 10/21] 127.0.0.1 () {40 vars in 830 bytes} [Tue Jan 14 22:46:42 2025] POST /v2/images/f190516e-79dc-44de-8515-915e1dafc749/actions/deactivate => generated 0 bytes in 52 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-40494c88-b5d8-4f0d-bcf6-43a8520b5521 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 Accept: application/json {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-40494c88-b5d8-4f0d-bcf6-43a8520b5521 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-40494c88-b5d8-4f0d-bcf6-43a8520b5521 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-40494c88-b5d8-4f0d-bcf6-43a8520b5521 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 12/22] 127.0.0.1 () {38 vars in 772 bytes} [Tue Jan 14 22:46:42 2025] GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 => generated 817 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-05ec2e30-4b22-4448-bd08-f8bbe3c097f9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-05ec2e30-4b22-4448-bd08-f8bbe3c097f9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-05ec2e30-4b22-4448-bd08-f8bbe3c097f9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-05ec2e30-4b22-4448-bd08-f8bbe3c097f9 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:42 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 11/23] 127.0.0.1 () {38 vars in 772 bytes} [Tue Jan 14 22:46:42 2025] GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 => generated 817 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-1c75831b-0d4d-42e1-90f8-e4cae5f51dda tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-1c75831b-0d4d-42e1-90f8-e4cae5f51dda tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-1c75831b-0d4d-42e1-90f8-e4cae5f51dda tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-1c75831b-0d4d-42e1-90f8-e4cae5f51dda tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 13/24] 127.0.0.1 () {40 vars in 840 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 => generated 817 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-a98189cc-96ab-43d1-b291-eb97d71d95e6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-a98189cc-96ab-43d1-b291-eb97d71d95e6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-a98189cc-96ab-43d1-b291-eb97d71d95e6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-a98189cc-96ab-43d1-b291-eb97d71d95e6 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 12/25] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/schemas/image => generated 6083 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 14/26] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 13/27] 127.0.0.1 () {40 vars in 840 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 => generated 817 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 15/28] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/schemas/image => generated 6083 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 14/29] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/schemas/image => generated 6083 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 16/30] 127.0.0.1 () {40 vars in 840 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/images/f190516e-79dc-44de-8515-915e1dafc749 => generated 817 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 15/31] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/schemas/image => generated 6083 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 17/32] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:43 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: POST /v2/images/f190516e-79dc-44de-8515-915e1dafc749/actions/reactivate Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749/actions/reactivate {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: INFO glance.api.v2.image_actions [None req-688ebc8e-5e46-4ebd-ab4b-f4f0f7775114 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Image f190516e-79dc-44de-8515-915e1dafc749 is reactivated +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 16/33] 127.0.0.1 () {40 vars in 830 bytes} [Tue Jan 14 22:46:43 2025] POST /v2/images/f190516e-79dc-44de-8515-915e1dafc749/actions/reactivate => generated 0 bytes in 133 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: DELETE /v2/images/f190516e-79dc-44de-8515-915e1dafc749 Accept: application/json {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-32100a7e-c283-45c5-8951-716ea2a4d7f2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: WARNING glance.api.v2.images [None req-ba3ad4db-7dc9-4acc-8e34-aa505ff044dd tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//f190516e-79dc-44de-8515-915e1dafc749 +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance_store._drivers.filesystem [None req-ba3ad4db-7dc9-4acc-8e34-aa505ff044dd tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Deleting image at /opt/stack/data/glance/images/f190516e-79dc-44de-8515-915e1dafc749 {{(pid=104024) delete /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:652}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 18/34] 127.0.0.1 () {38 vars in 775 bytes} [Tue Jan 14 22:46:43 2025] DELETE /v2/images/f190516e-79dc-44de-8515-915e1dafc749 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-688ebc8e-5e46-4ebd-ab4b-f4f0f7775114 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: POST /v2/images Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-688ebc8e-5e46-4ebd-ab4b-f4f0f7775114 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-688ebc8e-5e46-4ebd-ab4b-f4f0f7775114 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-688ebc8e-5e46-4ebd-ab4b-f4f0f7775114 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 17/35] 127.0.0.1 () {40 vars in 720 bytes} [Tue Jan 14 22:46:43 2025] POST /v2/images => generated 651 bytes in 355 msecs (HTTP/1.1 201) 6 headers in 314 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-ba3ad4db-7dc9-4acc-8e34-aa505ff044dd tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: PUT /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9/file Accept: {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-ba3ad4db-7dc9-4acc-8e34-aa505ff044dd tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-ba3ad4db-7dc9-4acc-8e34-aa505ff044dd tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-ba3ad4db-7dc9-4acc-8e34-aa505ff044dd tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9/file {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:43 ubuntu devstack@g-api.service[104024]: INFO glance.api.v2.image_data [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.location [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Enabling in-flight format inspection for raw {{(pid=104024) set_data /opt/stack/glance/glance/location.py:588}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG oslo_utils.imageutils.format_inspector [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Format inspector for vmdk does not match, excluding from consideration (Signature KDMV not found: b']\x06\x1a\xae') {{(pid=104024) _process_chunk /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/imageutils/format_inspector.py:1365}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance_store._drivers.filesystem [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Wrote 1024 bytes to /opt/stack/data/glance/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 with checksum dd8508854710d4eed84cf039904a6156 and multihash fd0ca1bfe6f4718f1b387da1ffef95e88ff5fa77bcfbf9b6a05422eec5d225f3636391efb45d779648105b3f09fde670c29141cded608a73aac525ba3b3bc1a8 {{(pid=104024) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: INFO glance.location [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Image format matched and virtual size computed: 1024 +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance_store.backend [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Skipping store.set_acls... not implemented. {{(pid=104024) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 19/36] 127.0.0.1 () {38 vars in 781 bytes} [Tue Jan 14 22:46:43 2025] PUT /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9/file => generated 0 bytes in 553 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-8d710900-9101-4a2d-9dcd-b2f0cd7218a2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-8d710900-9101-4a2d-9dcd-b2f0cd7218a2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-8d710900-9101-4a2d-9dcd-b2f0cd7218a2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-8d710900-9101-4a2d-9dcd-b2f0cd7218a2 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 18/37] 127.0.0.1 () {38 vars in 772 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 => generated 811 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-59bcdbde-a2dc-4f6b-becd-0b105e45495d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 20/38] 127.0.0.1 () {40 vars in 840 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 => generated 811 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-629bff51-5344-4fe6-91d3-679c9728fd61 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-629bff51-5344-4fe6-91d3-679c9728fd61 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-629bff51-5344-4fe6-91d3-679c9728fd61 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-629bff51-5344-4fe6-91d3-679c9728fd61 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 19/39] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/schemas/image => generated 6083 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 21/40] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 20/41] 127.0.0.1 () {40 vars in 840 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 => generated 811 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 22/42] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/schemas/image => generated 6083 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 21/43] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 23/44] 127.0.0.1 () {40 vars in 840 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 => generated 811 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 22/45] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/schemas/image => generated 6083 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/schemas/image {{(pid=104024) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104024]: [pid: 104024|app: 0|req: 24/46] 127.0.0.1 () {40 vars in 780 bytes} [Tue Jan 14 22:46:44 2025] GET /v2/schemas/image => generated 6083 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Determining version of request: DELETE /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 Accept: application/json {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:44}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Using url versioning {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Matched version: v2 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance.api.middleware.version_negotiation [None req-27428195-c5f2-450c-9e8e-01545ac7f806 tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] new path /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 {{(pid=104023) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: WARNING glance.api.v2.images [None req-85d7db7b-7acd-4d58-bd83-ce352250ab2d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] After upload to backend, deletion of staged image data has failed because it cannot be found at /tmp/staging//2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: DEBUG glance_store._drivers.filesystem [None req-85d7db7b-7acd-4d58-bd83-ce352250ab2d tempest-VolumesNegativeTest-808434659 tempest-VolumesNegativeTest-808434659-project-member] Deleting image at /opt/stack/data/glance/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 {{(pid=104023) delete /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:652}} +Jan 14 22:46:44 ubuntu devstack@g-api.service[104023]: [pid: 104023|app: 0|req: 23/47] 127.0.0.1 () {38 vars in 775 bytes} [Tue Jan 14 22:46:44 2025] DELETE /v2/images/2cc0ca09-cdef-47bc-a9b0-4351ea8c6cf9 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) +Jan 14 22:46:54 ubuntu devstack@g-api.service[104024]: DEBUG dbcounter [-] [104024] Writing DB stats glance:SELECT=46,glance:INSERT=2,glance:UPDATE=8 {{(pid=104024) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:54 ubuntu devstack@g-api.service[104023]: DEBUG dbcounter [-] [104023] Writing DB stats glance:SELECT=61,glance:UPDATE=11,glance:INSERT=2 {{(pid=104023) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} diff --git a/new_logs/933675/keystone.service b/new_logs/933675/keystone.service index 054987941e..29339faa24 100755 --- a/new_logs/933675/keystone.service +++ b/new_logs/933675/keystone.service @@ -1,20769 +1,20768 @@ -Jan 03 20:26:49 ubuntu systemd[1]: Starting Devstack devstack@keystone.service... -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: [uWSGI] getting INI configuration from /etc/keystone/keystone-uwsgi-public.ini -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: *** Starting uWSGI 2.0.20-debian (64bit) on [Fri Jan 3 20:26:49 2025] *** -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: nodename: ubuntu -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: machine: x86_64 -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: clock source: unix -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: pcre jit disabled -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: detected number of CPU cores: 4 -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: current working directory: / -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: detected binary path: /usr/bin/uwsgi-core -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: your processes number limit is 31295 -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: your memory page size is 4096 bytes -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: detected max file descriptor number: 2048 -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: lock engine: pthread robust mutexes -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: thunder lock: enabled -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/keystone-api.socket fd 4 -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: PEP 405 virtualenv detected: /opt/stack/data/venv -Jan 03 20:26:49 ubuntu devstack@keystone.service[60638]: Set PythonHome to /opt/stack/data/venv -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: Python main interpreter initialized at 0x55c0bd7b3d40 -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: python threads support enabled -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: your server socket listen backlog is limited to 100 connections -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: your mercy for graceful operations on workers is 80 seconds -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: mapped 403077 bytes (393 KB) for 2 cores -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: *** Operational MODE: preforking *** -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: *** uWSGI is running in multiple interpreter mode *** -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: spawned uWSGI master process (pid: 60638) -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: spawned uWSGI worker 1 (pid: 60640, cores: 1) -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: spawned uWSGI worker 2 (pid: 60641, cores: 1) -Jan 03 20:26:50 ubuntu devstack@keystone.service[60638]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... -Jan 03 20:26:50 ubuntu systemd[1]: Started Devstack devstack@keystone.service. -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] Configuration options gathered from: {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] command line args: [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] config files: ['/etc/keystone/keystone.conf'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ================================================================================ {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ******_token = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] config_dir = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] config_file = ['/etc/keystone/keystone.conf'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] config_source = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] debug = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'dogpile=INFO', 'routes=INFO'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] default_publisher_id = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] insecure_debug = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] instance_format = [instance: %(uuid)s] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] list_limit = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_color = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_config_append = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_dir = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_file = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_rotate_interval = 1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_rotate_interval_type = days {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] log_rotation_type = none {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] max_db_limit = 1000 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] max_logfile_count = 30 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] max_logfile_size_mb = 200 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] max_param_size = 64 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] max_project_tree_depth = 5 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] max_token_size = 16384 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] notification_format = cadf {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] notification_opt_out = ['identity.authenticate.success', 'identity.authenticate.pending'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] public_endpoint = http://10.201.9.223/identity {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] publish_errors = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] rate_limit_burst = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] rate_limit_except_level = CRITICAL {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] rate_limit_interval = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] shell_completion = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] strict_password_check = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] syslog_log_facility = LOG_USER {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] use_eventlog = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] use_journal = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] use_json = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] use_stderr = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] use_syslog = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] watch_log_file = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_concurrency.disable_process_locking = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_concurrency.lock_path = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.connection_string = messaging:// {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.enabled = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.es_doc_type = notification {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.es_scroll_size = 10000 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.es_scroll_time = 2m {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.filter_error_trace = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.hmac_keys = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.sentinel_service_name = mymaster {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.socket_timeout = 0.1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.trace_requests = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler.trace_sqlalchemy = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler_jaeger.process_tags = {} {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler_jaeger.service_name_prefix = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] profiler_otlp.service_name_prefix = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_process_name = {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] audit.namespace = openstack {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.******_password = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.******_tenant_name = ****** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.******_token = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.******_user = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_******_prefix = {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_port = 35357 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_protocol = https {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_section = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_type = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_uri = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.auth_version = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.cache = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.cafile = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.certfile = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.delay_auth_decision = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.http_connect_timeout = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.identity_uri = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.include_service_catalog = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.insecure = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.interface = internal {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.keyfile = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_secret_key = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_security_strategy = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.memcached_servers = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.region_name = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles_required = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.service_type = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.token_cache_time = 300 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] keystone_authtoken.www_authenticate_uri = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.backend = dogpile.cache.memcached {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.backend_argument = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.backend_expiration_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.config_prefix = cache.oslo {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.dead_timeout = 60.0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.debug_cache_backend = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.enable_retry_client = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.enable_socket_keepalive = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.enabled = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.enforce_fips_mode = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.expiration_time = 600 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.hashclient_retry_attempts = 2 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.hashclient_retry_delay = 1.0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_dead_retry = 300 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_password = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_pool_maxsize = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_pool_unused_timeout = 60 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_sasl_enabled = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_servers = ['localhost:11211'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_socket_timeout = 1.0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.memcache_username = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.proxies = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.redis_db = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.redis_password = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.redis_sentinel_service_name = mymaster {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.redis_server = localhost:6379 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.redis_socket_timeout = 1.0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.redis_username = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.retry_attempts = 2 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.retry_delay = 0.0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.socket_keepalive_count = 1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.socket_keepalive_idle = 1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.socket_keepalive_interval = 1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.tls_allowed_ciphers = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.tls_cafile = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.tls_certfile = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.tls_enabled = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] cache.tls_keyfile = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] application_credential.cache_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] application_credential.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] application_credential.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] application_credential.user_limit = -1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] assignment.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] assignment.prohibited_implied_role = ['******'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] auth.application_credential = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] auth.external = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] auth.mapped = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] auth.methods = ['external', 'password', 'token', 'oauth1', 'mapped', 'application_credential'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] auth.oauth1 = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] auth.password = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] auth.token = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] catalog.cache_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] catalog.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] catalog.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] catalog.list_limit = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] catalog.template_file = default_catalog.templates {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] credential.auth_ttl = 15 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] credential.cache_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] credential.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] credential.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] credential.key_repository = /etc/keystone/credential-keys/ {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] credential.provider = fernet {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] credential.user_limit = -1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] domain_config.additional_sensitive_options = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] domain_config.additional_whitelisted_options = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] domain_config.cache_time = 300 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] domain_config.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] domain_config.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] endpoint_filter.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] endpoint_filter.return_all_endpoints_if_no_filter = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] endpoint_policy.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.assertion_prefix = {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.attribute_mapping_default_schema_version = 1.0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.default_authorization_ttl = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.federated_domain_name = Federated {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.remote_id_attribute = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.sso_callback_template = /etc/keystone/sso_callback_template.html {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] federation.trusted_dashboard = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] fernet_receipts.key_repository = /etc/keystone/fernet-keys/ {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] fernet_receipts.max_active_keys = 3 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] fernet_tokens.key_repository = /etc/keystone/fernet-keys/ {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] fernet_tokens.max_active_keys = 3 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.cache_time = 600 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.default_domain_id = default {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.domain_config_dir = /etc/keystone/domains {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.domain_configurations_from_database = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.domain_specific_drivers_enabled = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.list_limit = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.max_password_length = 4096 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.password_hash_algorithm = bcrypt {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.password_hash_rounds = 4 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.salt_bytesize = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.scrypt_block_size = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity.scrypt_parallelism = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity_mapping.backward_compatible_ids = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity_mapping.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] identity_mapping.generator = sha256 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] jwt_tokens.jws_private_key_repository = /etc/keystone/jws-keys/private {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] Configuration options gathered from: {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] jwt_tokens.jws_public_key_repository = /etc/keystone/jws-keys/public {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.alias_dereferencing = default {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.auth_pool_connection_lifetime = 60 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.auth_pool_size = 100 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] command line args: [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.chase_referrals = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] config files: ['/etc/keystone/keystone.conf'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.connection_timeout = -1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.debug_level = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ================================================================================ {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_ad_nesting = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ******_token = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_additional_attribute_mapping = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_attribute_ignore = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] config_dir = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_desc_attribute = description {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] config_file = ['/etc/keystone/keystone.conf'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_filter = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] config_source = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_id_attribute = cn {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] debug = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_member_attribute = member {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'dogpile=INFO', 'routes=INFO'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_members_are_ids = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] default_publisher_id = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_name_attribute = ou {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] insecure_debug = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_objectclass = groupOfNames {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.group_tree_dn = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] instance_format = [instance: %(uuid)s] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.page_size = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.password = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.pool_connection_lifetime = 600 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] list_limit = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.pool_connection_timeout = -1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_color = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.pool_retry_delay = 0.1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_config_append = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.pool_retry_max = 3 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.pool_size = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_dir = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.query_scope = one {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_file = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.randomize_urls = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_rotate_interval = 1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.suffix = cn=example,cn=com {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.tls_cacertdir = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_rotate_interval_type = days {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.tls_cacertfile = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] log_rotation_type = none {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.tls_req_cert = demand {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.url = ldap://localhost {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.use_auth_pool = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.use_pool = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.use_tls = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_additional_attribute_mapping = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_attribute_ignore = ['default_project_id'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] max_db_limit = 1000 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_default_project_id_attribute = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] max_logfile_count = 30 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_description_attribute = description {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] max_logfile_size_mb = 200 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_enabled_attribute = enabled {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_enabled_default = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] max_param_size = 64 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_enabled_emulation = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] max_project_tree_depth = 5 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_enabled_emulation_dn = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_enabled_emulation_use_group_config = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] max_token_size = 16384 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_enabled_invert = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] notification_format = cadf {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_enabled_mask = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_filter = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] notification_opt_out = ['identity.authenticate.success', 'identity.authenticate.pending'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_id_attribute = cn {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_mail_attribute = mail {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_name_attribute = sn {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] public_endpoint = http://10.201.9.223/identity {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_objectclass = inetOrgPerson {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] publish_errors = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_pass_attribute = userPassword {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ldap.user_tree_dn = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] rate_limit_burst = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oauth1.access_token_duration = 86400 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] rate_limit_except_level = CRITICAL {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oauth1.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] rate_limit_interval = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oauth1.request_token_duration = 28800 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oauth2.oauth2_authn_methods = ['tls_client_auth', 'client_secret_basic'] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] shell_completion = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] oauth2.oauth2_cert_dn_mapping_id = oauth2_mapping {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] strict_password_check = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] policy.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] syslog_log_facility = LOG_USER {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] policy.list_limit = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] use_eventlog = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] receipt.cache_on_issue = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] receipt.cache_time = 300 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] use_journal = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] receipt.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] use_json = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] receipt.expiration = 300 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] use_stderr = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] use_syslog = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] receipt.provider = fernet {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] watch_log_file = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.******_project_domain_name = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_concurrency.disable_process_locking = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.******_project_name = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_concurrency.lock_path = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.cache_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.connection_string = messaging:// {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.domain_name_url_safe = off {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.enabled = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.es_doc_type = notification {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.list_limit = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.es_scroll_size = 10000 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] resource.project_name_url_safe = off {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.es_scroll_time = 2m {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.filter_error_trace = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] revoke.cache_time = 3600 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] revoke.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.hmac_keys = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] revoke.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.sentinel_service_name = mymaster {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] revoke.expiration_buffer = 1800 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.socket_timeout = 0.1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] role.cache_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.trace_requests = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] role.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler.trace_sqlalchemy = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] role.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler_jaeger.process_tags = {} {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] role.list_limit = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler_jaeger.service_name_prefix = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.assertion_expiration_time = 3600 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] profiler_otlp.service_name_prefix = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.certfile = /etc/keystone/ssl/certs/signing_cert.pem {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_contact_company = Example, Inc. {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_contact_email = support@example.com {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_process_name = {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_contact_name = SAML Identity Provider Support {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_contact_surname = Support {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_contact_telephone = +1 800 555 0100 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_contact_type = other {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] audit.namespace = openstack {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_entity_id = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.******_password = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_lang = en {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.******_tenant_name = ****** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_metadata_path = /etc/keystone/saml2_idp_metadata.xml {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.******_token = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_organization_display_name = OpenStack SAML Identity Provider {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.******_user = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_organization_name = SAML Identity Provider {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_******_prefix = {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_organization_url = https://example.com/ {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_port = 35357 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.idp_sso_endpoint = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_protocol = https {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_section = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.keyfile = /etc/keystone/ssl/private/signing_key.pem {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_type = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.relay_state_prefix = ss:mem: {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_uri = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] saml.xmlsec1_binary = xmlsec1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.auth_version = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.change_password_upon_first_use = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.cache = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.disable_user_account_days_inactive = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.cafile = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.lockout_duration = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.certfile = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.lockout_failure_attempts = 2 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.delay_auth_decision = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.minimum_password_age = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.password_expires_days = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.http_connect_timeout = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.password_regex = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.password_regex_description = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.identity_uri = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] security_compliance.unique_last_password_count = 2 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.include_service_catalog = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] shadow_users.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.insecure = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.allow_expired_window = 172800 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.interface = internal {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.allow_rescope_scoped_token = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.keyfile = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.cache_on_issue = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.cache_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.expiration = 3600 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.provider = fernet {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] token.revoke_by_id = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_secret_key = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] tokenless_auth.issuer_attribute = SSL_CLIENT_I_DN {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_security_strategy = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] tokenless_auth.protocol = x509 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] tokenless_auth.trusted_issuer = [] {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.memcached_servers = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.region_name = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] totp.included_previous_windows = 1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] trust.allow_redelegation = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] trust.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles_required = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.service_type = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] trust.max_redelegation_count = 3 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.token_cache_time = 300 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] unified_limit.cache_time = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] keystone_authtoken.www_authenticate_uri = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] unified_limit.caching = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] unified_limit.driver = sql {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.backend = dogpile.cache.memcached {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] unified_limit.enforcement_model = flat {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.backend_argument = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.backend_expiration_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] unified_limit.list_limit = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] wsgi.debug_middleware = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.config_prefix = cache.oslo {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.asyncio_connection = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.dead_timeout = 60.0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.asyncio_slave_connection = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.debug_cache_backend = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.enable_retry_client = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.backend = sqlalchemy {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.enable_socket_keepalive = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.connection = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.enabled = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.connection_debug = 0 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.enforce_fips_mode = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.connection_parameters = {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.expiration_time = 600 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.connection_recycle_time = 3600 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.hashclient_retry_attempts = 2 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.connection_trace = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.hashclient_retry_delay = 1.0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.db_inc_retry_interval = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.db_max_retries = 20 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_dead_retry = 300 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.db_max_retry_interval = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_password = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.db_retry_interval = 1 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.max_overflow = 50 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.max_pool_size = 5 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_pool_maxsize = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.max_retries = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_pool_unused_timeout = 60 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.mysql_sql_mode = TRADITIONAL {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.mysql_wsrep_sync_wait = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_sasl_enabled = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.pool_timeout = None {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.retry_interval = 10 {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_servers = ['localhost:11211'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.slave_connection = **** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_socket_timeout = 1.0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.sqlite_synchronous = True {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] database.use_db_reconnect = False {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.memcache_username = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60641) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.proxies = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.redis_db = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.redis_password = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.redis_sentinel_service_name = mymaster {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.redis_server = localhost:6379 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.redis_socket_timeout = 1.0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.redis_username = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.retry_attempts = 2 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.retry_delay = 0.0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.socket_keepalive_count = 1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.socket_keepalive_idle = 1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.socket_keepalive_interval = 1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.tls_allowed_ciphers = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.tls_cafile = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.tls_certfile = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.tls_enabled = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] cache.tls_keyfile = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] application_credential.cache_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] application_credential.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] application_credential.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] application_credential.user_limit = -1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] assignment.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] assignment.prohibited_implied_role = ['******'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] auth.application_credential = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] auth.external = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] auth.mapped = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] auth.methods = ['external', 'password', 'token', 'oauth1', 'mapped', 'application_credential'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] auth.oauth1 = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] auth.password = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] auth.token = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] catalog.cache_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] catalog.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] catalog.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] catalog.list_limit = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] catalog.template_file = default_catalog.templates {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] credential.auth_ttl = 15 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] credential.cache_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] credential.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] credential.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] credential.key_repository = /etc/keystone/credential-keys/ {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] credential.provider = fernet {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] credential.user_limit = -1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] domain_config.additional_sensitive_options = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] domain_config.additional_whitelisted_options = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] domain_config.cache_time = 300 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] domain_config.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] domain_config.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] endpoint_filter.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] endpoint_filter.return_all_endpoints_if_no_filter = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] endpoint_policy.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.assertion_prefix = {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.attribute_mapping_default_schema_version = 1.0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.default_authorization_ttl = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.federated_domain_name = Federated {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.remote_id_attribute = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.sso_callback_template = /etc/keystone/sso_callback_template.html {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] federation.trusted_dashboard = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] fernet_receipts.key_repository = /etc/keystone/fernet-keys/ {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] fernet_receipts.max_active_keys = 3 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] fernet_tokens.key_repository = /etc/keystone/fernet-keys/ {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] fernet_tokens.max_active_keys = 3 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.cache_time = 600 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.default_domain_id = default {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.domain_config_dir = /etc/keystone/domains {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.domain_configurations_from_database = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.domain_specific_drivers_enabled = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.list_limit = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.max_password_length = 4096 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.password_hash_algorithm = bcrypt {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.password_hash_rounds = 4 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.salt_bytesize = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.scrypt_block_size = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity.scrypt_parallelism = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity_mapping.backward_compatible_ids = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity_mapping.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] identity_mapping.generator = sha256 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] jwt_tokens.jws_private_key_repository = /etc/keystone/jws-keys/private {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] jwt_tokens.jws_public_key_repository = /etc/keystone/jws-keys/public {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.alias_dereferencing = default {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.auth_pool_connection_lifetime = 60 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.auth_pool_size = 100 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.chase_referrals = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.connection_timeout = -1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.debug_level = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_ad_nesting = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_additional_attribute_mapping = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_attribute_ignore = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_desc_attribute = description {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_filter = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_id_attribute = cn {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_member_attribute = member {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_members_are_ids = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_name_attribute = ou {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_objectclass = groupOfNames {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.group_tree_dn = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.page_size = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.password = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.pool_connection_lifetime = 600 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.pool_connection_timeout = -1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.pool_retry_delay = 0.1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.pool_retry_max = 3 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.pool_size = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.query_scope = one {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.randomize_urls = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.suffix = cn=example,cn=com {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.tls_cacertdir = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.tls_cacertfile = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.tls_req_cert = demand {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.url = ldap://localhost {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.use_auth_pool = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.use_pool = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.use_tls = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_additional_attribute_mapping = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_attribute_ignore = ['default_project_id'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_default_project_id_attribute = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_description_attribute = description {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_enabled_attribute = enabled {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_enabled_default = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_enabled_emulation = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_enabled_emulation_dn = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_enabled_emulation_use_group_config = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_enabled_invert = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_enabled_mask = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_filter = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_id_attribute = cn {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_mail_attribute = mail {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_name_attribute = sn {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_objectclass = inetOrgPerson {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_pass_attribute = userPassword {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ldap.user_tree_dn = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oauth1.access_token_duration = 86400 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oauth1.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oauth1.request_token_duration = 28800 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oauth2.oauth2_authn_methods = ['tls_client_auth', 'client_secret_basic'] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] oauth2.oauth2_cert_dn_mapping_id = oauth2_mapping {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] policy.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] policy.list_limit = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] receipt.cache_on_issue = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] receipt.cache_time = 300 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] receipt.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] receipt.expiration = 300 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] receipt.provider = fernet {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.******_project_domain_name = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.******_project_name = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.cache_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.domain_name_url_safe = off {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.list_limit = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] resource.project_name_url_safe = off {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] revoke.cache_time = 3600 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] revoke.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] revoke.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] revoke.expiration_buffer = 1800 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] role.cache_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] role.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] role.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] role.list_limit = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.assertion_expiration_time = 3600 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.certfile = /etc/keystone/ssl/certs/signing_cert.pem {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_contact_company = Example, Inc. {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_contact_email = support@example.com {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_contact_name = SAML Identity Provider Support {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_contact_surname = Support {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_contact_telephone = +1 800 555 0100 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_contact_type = other {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_entity_id = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_lang = en {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_metadata_path = /etc/keystone/saml2_idp_metadata.xml {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_organization_display_name = OpenStack SAML Identity Provider {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_organization_name = SAML Identity Provider {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_organization_url = https://example.com/ {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.idp_sso_endpoint = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.keyfile = /etc/keystone/ssl/private/signing_key.pem {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.relay_state_prefix = ss:mem: {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] saml.xmlsec1_binary = xmlsec1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.change_password_upon_first_use = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.disable_user_account_days_inactive = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.lockout_duration = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.lockout_failure_attempts = 2 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.minimum_password_age = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.password_expires_days = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.password_regex = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.password_regex_description = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] security_compliance.unique_last_password_count = 2 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] shadow_users.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.allow_expired_window = 172800 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.allow_rescope_scoped_token = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.cache_on_issue = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.cache_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.expiration = 3600 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.provider = fernet {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] token.revoke_by_id = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] tokenless_auth.issuer_attribute = SSL_CLIENT_I_DN {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] tokenless_auth.protocol = x509 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] tokenless_auth.trusted_issuer = [] {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] totp.included_previous_windows = 1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] trust.allow_redelegation = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] trust.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] trust.max_redelegation_count = 3 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] unified_limit.cache_time = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] unified_limit.caching = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] unified_limit.driver = sql {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] unified_limit.enforcement_model = flat {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] unified_limit.list_limit = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] wsgi.debug_middleware = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.asyncio_connection = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.asyncio_slave_connection = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.backend = sqlalchemy {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.connection = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.connection_debug = 0 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.connection_parameters = {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.connection_recycle_time = 3600 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.connection_trace = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.db_inc_retry_interval = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.db_max_retries = 20 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.db_max_retry_interval = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.db_retry_interval = 1 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.max_overflow = 50 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.max_pool_size = 5 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.max_retries = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.mysql_sql_mode = TRADITIONAL {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.mysql_wsrep_sync_wait = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.pool_timeout = None {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.retry_interval = 10 {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.slave_connection = **** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.sqlite_synchronous = True {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] database.use_db_reconnect = False {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60640) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60641) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60640) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/domains' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/domains' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/system' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/catalog' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens/OS-PKI/revoked' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/domains' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/domains' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/system' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/catalog' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens/OS-PKI/revoked' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2/ecp' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/websso/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/identity_providers//protocols//websso' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2/ecp' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/websso/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/identity_providers//protocols//websso' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config//' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config/default' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config//default' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config///default' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config//' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config/default' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config//default' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config///default' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API ec2tokens: ['/ec2tokens' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API endpoints for `type` (API Prefix: ) [/endpoints, /endpoints/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API endpoints: ['/endpoints//OS-ENDPOINT-POLICY/policy' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API ec2tokens: ['/ec2tokens' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API endpoints for `type` (API Prefix: ) [/endpoints, /endpoints/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API endpoints: ['/endpoints//OS-ENDPOINT-POLICY/policy' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API groups for `type` (API Prefix: ) [/groups, /groups/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API groups for `type` (API Prefix: ) [/groups, /groups/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/model' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-EP-FILTER for `type` (API Prefix: /OS-EP-FILTER) [/endpoint_groups, /endpoint_groups/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/model' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoints//projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoint_groups' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//endpoints' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-EP-FILTER for `type` (API Prefix: /OS-EP-FILTER) [/endpoint_groups, /endpoint_groups/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoints//projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoint_groups' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//endpoints' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/saml2/metadata' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/identity_providers//protocols//auth' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/saml2/metadata' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/identity_providers//protocols//auth' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API identity_providers for `type` (API Prefix: /OS-FEDERATION) [/identity_providers, /identity_providers/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API identity_providers for `type` (API Prefix: /OS-FEDERATION) [/identity_providers, /identity_providers/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API mappings for `type` (API Prefix: /OS-FEDERATION) [/mappings, /mappings/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API service_providers for `type` (API Prefix: /OS-FEDERATION) [/service_providers, /service_providers/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API mappings for `type` (API Prefix: /OS-FEDERATION) [/mappings, /mappings/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles//inherited_to_projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API service_providers for `type` (API Prefix: /OS-FEDERATION) [/service_providers, /service_providers/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles/inherited_to_projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles//inherited_to_projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles/inherited_to_projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//users//roles//inherited_to_projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//groups//roles//inherited_to_projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles//inherited_to_projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles/inherited_to_projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles//inherited_to_projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles/inherited_to_projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//users//roles//inherited_to_projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//groups//roles//inherited_to_projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-OAUTH1 for `type` (API Prefix: /OS-OAUTH1) [/consumers, /consumers/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/request_token' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/access_token' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/authorize/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-OAUTH1 for `type` (API Prefix: /OS-OAUTH1) [/consumers, /consumers/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/request_token' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/access_token' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/authorize/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH2: ['/token' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API events: ['/events' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH2: ['/token' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/ca' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/certificates' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API events: ['/events' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API policy for `type` (API Prefix: ) [/policies, /policies/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/ca' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/certificates' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services//regions/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API policy for `type` (API Prefix: ) [/policies, /policies/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services//regions/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API regions for `type` (API Prefix: ) [/regions, /regions/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API regions for `type` (API Prefix: ) [/regions, /regions/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_assignments: ['/role_assignments' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_inferences: ['/role_inferences' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_assignments: ['/role_assignments' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_inferences: ['/role_inferences' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API s3tokens: ['/s3tokens' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API services for `type` (API Prefix: ) [/services, /services/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API s3tokens: ['/s3tokens' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API services for `type` (API Prefix: ) [/services, /services/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API trusts for `type` (API Prefix: /OS-TRUST) [/trusts, /trusts/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API trusts for `type` (API Prefix: /OS-TRUST) [/trusts, /trusts/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding standard routes to API users for `type` (API Prefix: ) [/users, /users/] {{(pid=60640) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//password' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//groups' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//projects' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding standard routes to API users for `type` (API Prefix: ) [/users, /users/] {{(pid=60641) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules/' {}] {{(pid=60640) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//password' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//groups' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//projects' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules/' {}] {{(pid=60641) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55c0bd7b3d40 pid: 60640 (default app) -Jan 03 20:26:52 ubuntu devstack@keystone.service[60641]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x55c0bd7b3d40 pid: 60641 (default app) -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d4478b4-4ac6-4908-906c-654de3fbccd0 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d4478b4-4ac6-4908-906c-654de3fbccd0 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d4478b4-4ac6-4908-906c-654de3fbccd0 None None] PATH_INFO: `/v3` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1/1] 10.201.9.223 () {50 vars in 788 bytes} [Fri Jan 3 20:26:52 2025] GET /identity/v3/ => generated 256 bytes in 2 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fecd927-d598-437c-9226-2cf1980ec35e None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fecd927-d598-437c-9226-2cf1980ec35e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fecd927-d598-437c-9226-2cf1980ec35e None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1/2] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:26:57 2025] GET /identity => generated 271 bytes in 9 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: INFO dbcounter [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] Registered counter for database keystone -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG oslo_db.sqlalchemy.engines [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=60640) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writer thread running {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 2/3] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:26:57 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 256 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fecd927-d598-437c-9226-2cf1980ec35e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: INFO dbcounter [None req-7fecd927-d598-437c-9226-2cf1980ec35e None None] Registered counter for database keystone -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG oslo_db.sqlalchemy.engines [None req-7fecd927-d598-437c-9226-2cf1980ec35e None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=60641) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writer thread running {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fecd927-d598-437c-9226-2cf1980ec35e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de689df5-d2f8-4a34-b72e-9a45cad824f6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de689df5-d2f8-4a34-b72e-9a45cad824f6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de689df5-d2f8-4a34-b72e-9a45cad824f6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de689df5-d2f8-4a34-b72e-9a45cad824f6 ****** ******] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de689df5-d2f8-4a34-b72e-9a45cad824f6 ****** ******] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.rbac_enforcer.enforcer [None req-de689df5-d2f8-4a34-b72e-9a45cad824f6 ****** ******] Deprecated policy rules found. Use oslopolicy-policy-generator and oslopolicy-policy-upgrade to detect and resolve deprecated policies in your configuration. -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de689df5-d2f8-4a34-b72e-9a45cad824f6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 2/4] 10.201.9.223 () {58 vars in 1321 bytes} [Fri Jan 3 20:26:57 2025] GET /identity/v3/auth/tokens => generated 978 bytes in 163 msecs (HTTP/1.1 200) 6 headers in 379 bytes (2 switches on core 0) -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da643dcc-1151-416a-bfe7-e50e57719b1c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e65a1033-34b3-4693-9909-ce899ed8aa1a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e65a1033-34b3-4693-9909-ce899ed8aa1a ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e65a1033-34b3-4693-9909-ce899ed8aa1a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e65a1033-34b3-4693-9909-ce899ed8aa1a ****** ******] PATH_INFO: `/v3/projects/c09c34465cf64df987fa1f7c646d06a9` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e65a1033-34b3-4693-9909-ce899ed8aa1a ****** ******] RBAC: Authorizing `identity:get_project(project_id=c09c34465cf64df987fa1f7c646d06a9)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.rbac_enforcer.enforcer [None req-e65a1033-34b3-4693-9909-ce899ed8aa1a ****** ******] Deprecated policy rules found. Use oslopolicy-policy-generator and oslopolicy-policy-upgrade to detect and resolve deprecated policies in your configuration. -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e65a1033-34b3-4693-9909-ce899ed8aa1a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:26:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 3/5] 10.201.9.223 () {56 vars in 1204 bytes} [Fri Jan 3 20:26:57 2025] GET /identity/v3/projects/c09c34465cf64df987fa1f7c646d06a9 => generated 345 bytes in 33 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:26:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cec1cec7-8e90-4883-8e2a-69fa7e96e4dd None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cec1cec7-8e90-4883-8e2a-69fa7e96e4dd None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cec1cec7-8e90-4883-8e2a-69fa7e96e4dd None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:58 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 3/6] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:26:58 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:26:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 4/7] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:26:58 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cec1cec7-8e90-4883-8e2a-69fa7e96e4dd None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cec1cec7-8e90-4883-8e2a-69fa7e96e4dd None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9943e8c8-2471-43a6-87d4-a1779f7b3aa3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9943e8c8-2471-43a6-87d4-a1779f7b3aa3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9943e8c8-2471-43a6-87d4-a1779f7b3aa3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9943e8c8-2471-43a6-87d4-a1779f7b3aa3 ****** ******] PATH_INFO: `/v3/users/******` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9943e8c8-2471-43a6-87d4-a1779f7b3aa3 ****** ******] RBAC: Authorizing `identity:get_user(user_id=******)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9943e8c8-2471-43a6-87d4-a1779f7b3aa3 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-9943e8c8-2471-43a6-87d4-a1779f7b3aa3 ****** ******] Could not find user: ******. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 4/8] 10.201.9.223 () {56 vars in 1157 bytes} [Fri Jan 3 20:26:59 2025] GET /identity/v3/users/****** => generated 83 bytes in 34 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ea8bf58-505a-4486-9de1-5a79c673e3ae None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c055fb1-2390-44fe-9ea7-19806a0bf759 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c055fb1-2390-44fe-9ea7-19806a0bf759 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c055fb1-2390-44fe-9ea7-19806a0bf759 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c055fb1-2390-44fe-9ea7-19806a0bf759 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c055fb1-2390-44fe-9ea7-19806a0bf759 ****** ******] RBAC: Adding query filter params (name=******) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c055fb1-2390-44fe-9ea7-19806a0bf759 ****** ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c055fb1-2390-44fe-9ea7-19806a0bf759 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:26:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 5/9] 10.201.9.223 () {56 vars in 1173 bytes} [Fri Jan 3 20:26:59 2025] GET /identity/v3/users?name=****** => generated 354 bytes in 38 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-896204a7-9366-4496-8da8-0c783a72f5e8 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-896204a7-9366-4496-8da8-0c783a72f5e8 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-896204a7-9366-4496-8da8-0c783a72f5e8 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 5/10] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:00 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 6/11] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:00 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f97a885b-3139-4ce7-a855-00e99193aa3b None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f97a885b-3139-4ce7-a855-00e99193aa3b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f97a885b-3139-4ce7-a855-00e99193aa3b None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 6/12] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:00 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2357284d-facb-41c4-97c0-23a41951857b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2357284d-facb-41c4-97c0-23a41951857b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2357284d-facb-41c4-97c0-23a41951857b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2357284d-facb-41c4-97c0-23a41951857b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2357284d-facb-41c4-97c0-23a41951857b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2357284d-facb-41c4-97c0-23a41951857b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c01978b-6c2a-45b5-b78d-d7888ed55cba None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 7/13] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:00 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] Could not find role: ******. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 7/14] 10.201.9.223 () {56 vars in 1093 bytes} [Fri Jan 3 20:27:00 2025] GET /identity/v3/roles/****** => generated 83 bytes in 96 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2357284d-facb-41c4-97c0-23a41951857b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2357284d-facb-41c4-97c0-23a41951857b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] RBAC: Adding query filter params (name=******) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 8/15] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:00 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e973193b-6479-47b1-b96a-7df2c86bb03a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1721fa90-3b4b-463c-a97f-7cd11e62ae28 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] RBAC: Authorizing `identity:create_domain()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] PATH_INFO: `/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] RBAC: Authorizing `identity:get_user(user_id=7e706d5cd28c40b9ac95beb3a66a34f7)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 8/16] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:00 2025] GET /identity/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7 => generated 248 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.sql.core [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] Conflict project: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [parameters: {'id': '99d527da07f94fc197cbca2068f351a2', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60641) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default.: keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return method(*args, **kwargs) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/backends/sql.py", line 278, in create_project -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with sql.session_for_write() as session: -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with current._produce_block( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.force_reraise() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise self.value -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application session.commit() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application trans.commit(_to_root=True) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in commit -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._prepare_impl() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.session.flush() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._flush(objects) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with util.safe_reraise(): -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application flush_context.execute() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rec.execute(self) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application _emit_insert_statements( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = connection.execute( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return meth( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return connection._execute_clauseelement( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret = self._execute_context( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self._exec_single_context( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._handle_dbapi_exception( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [parameters: {'id': '99d527da07f94fc197cbca2068f351a2', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 250, in create_project -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret = self.driver.create_project(project_id, project) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - Duplicate entry found with name Default. -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rv = self.dispatch_request() -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return func(*args, **kwargs) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application response = func(*args, **kwargs) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/domains.py", line 181, in post -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ref = PROVIDERS.resource_api.create_domain( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 867, in create_domain -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application is_domain_project = self.create_project( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 252, in create_project -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exception.Conflict( -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 9/17] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:27:00 2025] POST /identity/v3/domains => generated 190 bytes in 89 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c06441b5-076d-484a-a0ce-cdddf731218d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8926b154-c84f-40cf-9bdd-bcd8d237f1a9 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 9/18] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:00 2025] GET /identity/v3/domains/default => generated 200 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 10/19] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:00 2025] GET /identity/v3/domains/Default => generated 87 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33b15376-a85e-428c-8b41-b31102713311 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41bace51-3fc8-45ee-9326-d9432df04af9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bace51-3fc8-45ee-9326-d9432df04af9 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bace51-3fc8-45ee-9326-d9432df04af9 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bace51-3fc8-45ee-9326-d9432df04af9 None ******] PATH_INFO: `/v3/domains/default/users/7e706d5cd28c40b9ac95beb3a66a34f7/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41bace51-3fc8-45ee-9326-d9432df04af9 None ******] RBAC: Authorizing `identity:create_grant(domain_id=default, user_id=7e706d5cd28c40b9ac95beb3a66a34f7, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41bace51-3fc8-45ee-9326-d9432df04af9 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6c46a8b-cfa3-45a6-950d-e8732b02ed49 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3431a726-6fa9-4c19-8392-2a055a98919b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3431a726-6fa9-4c19-8392-2a055a98919b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3431a726-6fa9-4c19-8392-2a055a98919b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3431a726-6fa9-4c19-8392-2a055a98919b None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3431a726-6fa9-4c19-8392-2a055a98919b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3431a726-6fa9-4c19-8392-2a055a98919b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3431a726-6fa9-4c19-8392-2a055a98919b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 11/20] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:00 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 10/21] 10.201.9.223 () {58 vars in 1358 bytes} [Fri Jan 3 20:27:00 2025] PUT /identity/v3/domains/default/users/7e706d5cd28c40b9ac95beb3a66a34f7/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92578ecb-b317-48c0-a5b7-926d18f90515 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92578ecb-b317-48c0-a5b7-926d18f90515 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92578ecb-b317-48c0-a5b7-926d18f90515 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 12/22] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:02 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9cf74a9-ab13-4fee-b3dc-1cc296807924 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9cf74a9-ab13-4fee-b3dc-1cc296807924 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9cf74a9-ab13-4fee-b3dc-1cc296807924 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c9cf74a9-ab13-4fee-b3dc-1cc296807924 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c9cf74a9-ab13-4fee-b3dc-1cc296807924 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c9cf74a9-ab13-4fee-b3dc-1cc296807924 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 11/23] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:02 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92578ecb-b317-48c0-a5b7-926d18f90515 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79721f28-ddde-4cce-8e66-5a5c62f14227 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79721f28-ddde-4cce-8e66-5a5c62f14227 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79721f28-ddde-4cce-8e66-5a5c62f14227 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 12/24] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:02 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92578ecb-b317-48c0-a5b7-926d18f90515 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] PATH_INFO: `/v3/roles/******` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] Could not find role: ******. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 13/25] 10.201.9.223 () {56 vars in 1136 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/roles/****** => generated 83 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 13/26] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:02 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 79 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4cc8625-4246-4f0b-95c2-8d33ee8baf7d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8277d3a-1769-43c0-abd7-b7bfc7093e66 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8277d3a-1769-43c0-abd7-b7bfc7093e66 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8277d3a-1769-43c0-abd7-b7bfc7093e66 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8277d3a-1769-43c0-abd7-b7bfc7093e66 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8277d3a-1769-43c0-abd7-b7bfc7093e66 None ******] RBAC: Adding query filter params (name=******) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8277d3a-1769-43c0-abd7-b7bfc7093e66 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8277d3a-1769-43c0-abd7-b7bfc7093e66 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 14/27] 10.201.9.223 () {56 vars in 1152 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4aaecb43-ed10-4b07-89ce-19538eefee3c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69270a8c-3106-4a0e-9901-ea09c6a75008 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69270a8c-3106-4a0e-9901-ea09c6a75008 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69270a8c-3106-4a0e-9901-ea09c6a75008 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 15/28] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:02 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] PATH_INFO: `/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] RBAC: Authorizing `identity:get_user(user_id=7e706d5cd28c40b9ac95beb3a66a34f7)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 14/29] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7 => generated 248 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ba2521-b236-464c-aeb2-c09f34021217 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 16/30] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:02 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 15/31] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/domains/default => generated 200 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b2b3ea6-8a3b-40ee-9896-d8f0be681c8a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] RBAC: Adding query filter params (role.id=ded8686996b046f3969600dc4d1fc74a, scope.domain.id=default, user.id=7e706d5cd28c40b9ac95beb3a66a34f7) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 17/32] 10.201.9.223 () {56 vars in 1375 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/role_assignments?role.id=ded8686996b046f3969600dc4d1fc74a&scope.domain.id=default&user.id=7e706d5cd28c40b9ac95beb3a66a34f7 => generated 532 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ccc028f-745d-44d2-a073-ca1fc0a0c076 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 16/33] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/domains/Default => generated 87 bytes in 86 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea20accb-d690-4280-ae39-de0223de3759 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f052b1b-76c3-4168-8e8c-449c18c65e46 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-332a1bb4-3032-471f-96bc-edb0065f3e5b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-332a1bb4-3032-471f-96bc-edb0065f3e5b None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-332a1bb4-3032-471f-96bc-edb0065f3e5b None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-332a1bb4-3032-471f-96bc-edb0065f3e5b None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-332a1bb4-3032-471f-96bc-edb0065f3e5b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-332a1bb4-3032-471f-96bc-edb0065f3e5b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-332a1bb4-3032-471f-96bc-edb0065f3e5b None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 17/34] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 103 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbd11090-ada9-4b43-87d0-ea5f9a3b5802 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbd11090-ada9-4b43-87d0-ea5f9a3b5802 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbd11090-ada9-4b43-87d0-ea5f9a3b5802 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 18/35] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:02 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbd11090-ada9-4b43-87d0-ea5f9a3b5802 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] RBAC: Authorizing `identity:create_role()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.sql.core [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] Conflict role: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'service-<>' for key 'role.ixu_role_name_domain_id'") -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [SQL: INSERT INTO `role` (id, name, description, extra) VALUES (%(id)s, %(name)s, %(description)s, %(extra)s)] -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [parameters: {'id': 'eb640d57711747e684311ec8ba687e4d', 'name': 'service', 'description': None, 'extra': '{}'}] -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60641) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [None req-1e918e86-2490-4a0e-9991-e64054b0c673 None ******] Conflict occurred attempting to store role - Duplicate entry found with name service.: keystone.exception.Conflict: Conflict occurred attempting to store role - Duplicate entry found with name service. -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry 'service-<>' for key 'role.ixu_role_name_domain_id'") -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return method(*args, **kwargs) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/assignment/role_backends/sql.py", line 25, in create_role -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with sql.session_for_write() as session: -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with current._produce_block( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.force_reraise() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise self.value -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application session.commit() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application trans.commit(_to_root=True) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in commit -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._prepare_impl() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.session.flush() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._flush(objects) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with util.safe_reraise(): -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application flush_context.execute() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rec.execute(self) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application _emit_insert_statements( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = connection.execute( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return meth( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return connection._execute_clauseelement( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret = self._execute_context( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self._exec_single_context( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._handle_dbapi_exception( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'service-<>' for key 'role.ixu_role_name_domain_id'") -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [SQL: INSERT INTO `role` (id, name, description, extra) VALUES (%(id)s, %(name)s, %(description)s, %(extra)s)] -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [parameters: {'id': 'eb640d57711747e684311ec8ba687e4d', 'name': 'service', 'description': None, 'extra': '{}'}] -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rv = self.dispatch_request() -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return func(*args, **kwargs) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application response = func(*args, **kwargs) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/roles.py", line 91, in post -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ref = PROVIDERS.role_api.create_role( -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/assignment/core.py", line 1496, in create_role -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret = self.driver.create_role(role_id, role) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store role - Duplicate entry found with name service. -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 18/36] 10.201.9.223 () {60 vars in 1128 bytes} [Fri Jan 3 20:27:02 2025] POST /identity/v3/roles => generated 140 bytes in 166 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbd11090-ada9-4b43-87d0-ea5f9a3b5802 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 19/37] 10.201.9.223 () {60 vars in 1138 bytes} [Fri Jan 3 20:27:02 2025] POST /identity/v3/projects => generated 302 bytes in 83 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 19/38] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:02 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c66dd59f-26ec-4b09-8e7f-30c57402020b None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] PATH_INFO: `/v3/roles/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] Could not find role: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 20/39] 10.201.9.223 () {56 vars in 1099 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/roles/service => generated 85 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e80b7569-4eff-4294-80f3-61702b8e553c None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bfe692eb-7ef8-4281-ac63-3bb2bf8b874b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bfe692eb-7ef8-4281-ac63-3bb2bf8b874b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bfe692eb-7ef8-4281-ac63-3bb2bf8b874b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bfe692eb-7ef8-4281-ac63-3bb2bf8b874b None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bfe692eb-7ef8-4281-ac63-3bb2bf8b874b None ******] RBAC: Adding query filter params (name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bfe692eb-7ef8-4281-ac63-3bb2bf8b874b None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bfe692eb-7ef8-4281-ac63-3bb2bf8b874b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 20/40] 10.201.9.223 () {56 vars in 1100 bytes} [Fri Jan 3 20:27:02 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ad37a4-0a4e-4a7a-a936-eb78c2a0f1db None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c4bff95-7914-4317-b208-7d0f7a6990a6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c4bff95-7914-4317-b208-7d0f7a6990a6 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c4bff95-7914-4317-b208-7d0f7a6990a6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c4bff95-7914-4317-b208-7d0f7a6990a6 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c4bff95-7914-4317-b208-7d0f7a6990a6 None ******] RBAC: Authorizing `identity:create_role()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c4bff95-7914-4317-b208-7d0f7a6990a6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 21/41] 10.201.9.223 () {60 vars in 1128 bytes} [Fri Jan 3 20:27:02 2025] POST /identity/v3/roles => generated 226 bytes in 91 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d0ec063-2867-4c1d-962c-89599fdc655b None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d0ec063-2867-4c1d-962c-89599fdc655b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d0ec063-2867-4c1d-962c-89599fdc655b None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 21/42] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:03 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-125c07ab-9839-46ca-a4ed-5c78810c2691 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-125c07ab-9839-46ca-a4ed-5c78810c2691 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-125c07ab-9839-46ca-a4ed-5c78810c2691 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-125c07ab-9839-46ca-a4ed-5c78810c2691 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-125c07ab-9839-46ca-a4ed-5c78810c2691 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-125c07ab-9839-46ca-a4ed-5c78810c2691 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 22/43] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:03 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f068ceb-dc48-4c23-81a6-ae919a102768 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f068ceb-dc48-4c23-81a6-ae919a102768 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f068ceb-dc48-4c23-81a6-ae919a102768 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 22/44] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:03 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f068ceb-dc48-4c23-81a6-ae919a102768 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f068ceb-dc48-4c23-81a6-ae919a102768 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] RBAC: Authorizing `identity:create_role()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 23/45] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:03 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 157 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 23/46] 10.201.9.223 () {60 vars in 1128 bytes} [Fri Jan 3 20:27:03 2025] POST /identity/v3/roles => generated 224 bytes in 137 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-708b4ed3-5f61-47a2-a16b-73bc55cbcb64 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a5dc4be-43d4-4eff-9578-4741392150c5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a5dc4be-43d4-4eff-9578-4741392150c5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a5dc4be-43d4-4eff-9578-4741392150c5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a5dc4be-43d4-4eff-9578-4741392150c5 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a5dc4be-43d4-4eff-9578-4741392150c5 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a5dc4be-43d4-4eff-9578-4741392150c5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 24/47] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:03 2025] GET /identity/v3/domains/default => generated 200 bytes in 91 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f11aaae2-25c4-448c-ae82-386c801150ed None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fdfe933-74e3-4579-abc1-39de1d5d1170 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fdfe933-74e3-4579-abc1-39de1d5d1170 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fdfe933-74e3-4579-abc1-39de1d5d1170 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fdfe933-74e3-4579-abc1-39de1d5d1170 None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7fdfe933-74e3-4579-abc1-39de1d5d1170 None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7fdfe933-74e3-4579-abc1-39de1d5d1170 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 24/48] 10.201.9.223 () {60 vars in 1138 bytes} [Fri Jan 3 20:27:03 2025] POST /identity/v3/projects => generated 313 bytes in 85 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-997c829e-bcda-4b2d-b498-240dde670ae1 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-997c829e-bcda-4b2d-b498-240dde670ae1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-997c829e-bcda-4b2d-b498-240dde670ae1 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 25/49] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:05 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 25/50] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:05 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-997c829e-bcda-4b2d-b498-240dde670ae1 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-997c829e-bcda-4b2d-b498-240dde670ae1 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-147b57dd-b1fc-42b2-a987-cc3a4bcd3860 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-147b57dd-b1fc-42b2-a987-cc3a4bcd3860 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-147b57dd-b1fc-42b2-a987-cc3a4bcd3860 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-147b57dd-b1fc-42b2-a987-cc3a4bcd3860 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-147b57dd-b1fc-42b2-a987-cc3a4bcd3860 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-147b57dd-b1fc-42b2-a987-cc3a4bcd3860 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 26/51] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:05 2025] GET /identity/v3/domains/default => generated 200 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cedb99ef-11d2-4fac-ac71-b487c5d2db2b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff9b0003-8734-40c3-bdb4-ddd734c51df4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff9b0003-8734-40c3-bdb4-ddd734c51df4 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff9b0003-8734-40c3-bdb4-ddd734c51df4 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff9b0003-8734-40c3-bdb4-ddd734c51df4 None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff9b0003-8734-40c3-bdb4-ddd734c51df4 None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff9b0003-8734-40c3-bdb4-ddd734c51df4 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 26/52] 10.201.9.223 () {60 vars in 1137 bytes} [Fri Jan 3 20:27:05 2025] POST /identity/v3/projects => generated 299 bytes in 87 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80e4b6b1-0316-4454-87f8-4f81862d81d2 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80e4b6b1-0316-4454-87f8-4f81862d81d2 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80e4b6b1-0316-4454-87f8-4f81862d81d2 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 27/53] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:06 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 27/54] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:06 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80e4b6b1-0316-4454-87f8-4f81862d81d2 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80e4b6b1-0316-4454-87f8-4f81862d81d2 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fa1cb3b-0b47-4b89-9a8a-7c6c09d1cf5d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fa1cb3b-0b47-4b89-9a8a-7c6c09d1cf5d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fa1cb3b-0b47-4b89-9a8a-7c6c09d1cf5d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fa1cb3b-0b47-4b89-9a8a-7c6c09d1cf5d None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fa1cb3b-0b47-4b89-9a8a-7c6c09d1cf5d None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fa1cb3b-0b47-4b89-9a8a-7c6c09d1cf5d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 28/55] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:06 2025] GET /identity/v3/domains/default => generated 200 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed72e4a0-1382-45f4-a59e-06ad1fde629f None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99a16672-a2c8-4a92-9269-0e4caa1c7604 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99a16672-a2c8-4a92-9269-0e4caa1c7604 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99a16672-a2c8-4a92-9269-0e4caa1c7604 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99a16672-a2c8-4a92-9269-0e4caa1c7604 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99a16672-a2c8-4a92-9269-0e4caa1c7604 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99a16672-a2c8-4a92-9269-0e4caa1c7604 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-99a16672-a2c8-4a92-9269-0e4caa1c7604 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 28/56] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:27:06 2025] POST /identity/v3/users => generated 276 bytes in 87 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecb1e98a-248c-4f6b-a4b4-b116b7e744c6 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecb1e98a-248c-4f6b-a4b4-b116b7e744c6 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecb1e98a-248c-4f6b-a4b4-b116b7e744c6 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 29/57] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:09 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1223d76-af21-45b2-abf9-53f079313f82 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1223d76-af21-45b2-abf9-53f079313f82 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1223d76-af21-45b2-abf9-53f079313f82 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-f1223d76-af21-45b2-abf9-53f079313f82 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-f1223d76-af21-45b2-abf9-53f079313f82 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f1223d76-af21-45b2-abf9-53f079313f82 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 29/58] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:09 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f235eee-2b56-4631-b683-6aeeb96ae523 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f235eee-2b56-4631-b683-6aeeb96ae523 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f235eee-2b56-4631-b683-6aeeb96ae523 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 30/59] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:09 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6025bbd8-fd32-4114-9923-6c31e9344050 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6025bbd8-fd32-4114-9923-6c31e9344050 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6025bbd8-fd32-4114-9923-6c31e9344050 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6025bbd8-fd32-4114-9923-6c31e9344050 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6025bbd8-fd32-4114-9923-6c31e9344050 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6025bbd8-fd32-4114-9923-6c31e9344050 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 30/60] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:09 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f235eee-2b56-4631-b683-6aeeb96ae523 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a2cef8c-0de1-4f24-9cf9-5f20c8c69ede None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a2cef8c-0de1-4f24-9cf9-5f20c8c69ede None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a2cef8c-0de1-4f24-9cf9-5f20c8c69ede None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 31/61] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:09 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f235eee-2b56-4631-b683-6aeeb96ae523 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] Could not find role: member. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 31/62] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles/member => generated 84 bytes in 90 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 32/63] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:09 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 85 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acdd6d6b-9bad-4bde-8401-a99d4a992756 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 32/64] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ee1c9d7-ea8a-4b6d-a21c-f8d1471dbfa0 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95160d9d-0a5e-4b58-84d9-25376853b065 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f2f8438-194a-4041-b3c4-573fe8e0cf23 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2f8438-194a-4041-b3c4-573fe8e0cf23 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2f8438-194a-4041-b3c4-573fe8e0cf23 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2f8438-194a-4041-b3c4-573fe8e0cf23 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f2f8438-194a-4041-b3c4-573fe8e0cf23 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-9f2f8438-194a-4041-b3c4-573fe8e0cf23 None ******] Could not find role: ******. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 33/65] 10.201.9.223 () {56 vars in 1093 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles/****** => generated 83 bytes in 98 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6dad139-66bd-492d-a7d9-2d4dd1cc2276 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6dad139-66bd-492d-a7d9-2d4dd1cc2276 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6dad139-66bd-492d-a7d9-2d4dd1cc2276 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 34/66] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:09 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] PATH_INFO: `/v3/users/1cbe0bf8268447838b793e8672f1f561` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] RBAC: Authorizing `identity:get_user(user_id=1cbe0bf8268447838b793e8672f1f561)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 33/67] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/users/1cbe0bf8268447838b793e8672f1f561 => generated 276 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e64924f5-b97f-4d6d-bd05-4a496df5aefe None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 35/68] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:09 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] RBAC: Adding query filter params (name=******) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 34/69] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d1033a1-e509-4cf0-b264-274d49ca6351 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0f298ac-caf7-4d44-921b-092431c84ff4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] Could not find role: anotherrole. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 36/70] 10.201.9.223 () {56 vars in 1111 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 35/71] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-425e6389-53fe-49b3-b46e-9d0a8fd8a9c0 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-482a363d-07db-4044-863d-ff5487ab3b96 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] PATH_INFO: `/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] RBAC: Authorizing `identity:get_user(user_id=7e706d5cd28c40b9ac95beb3a66a34f7)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 37/72] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7 => generated 248 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 36/73] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c98e27e1-dd30-4c68-8617-539b4df53f65 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7646318d-2817-45d9-b6d7-e514d16e7783 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/1cbe0bf8268447838b793e8672f1f561/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] RBAC: Authorizing `identity:create_grant(project_id=c1512073f7d24ed9bc5330aa71d83901, user_id=1cbe0bf8268447838b793e8672f1f561, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 38/74] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:09 2025] PUT /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/1cbe0bf8268447838b793e8672f1f561/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] Could not find role: member. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 37/75] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles/member => generated 84 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bfa6066-0dd0-4f78-967f-a34080518bd5 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00e86613-6193-4674-9b5d-dc35b9caa53e None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] PATH_INFO: `/v3/users/1cbe0bf8268447838b793e8672f1f561` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] RBAC: Authorizing `identity:get_user(user_id=1cbe0bf8268447838b793e8672f1f561)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 38/76] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/users/1cbe0bf8268447838b793e8672f1f561 => generated 276 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 39/77] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 85 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3809c9b-3a66-4228-9b1d-38eaa5d929b4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8119efd-1e07-475e-b15a-e09eaccead5b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 39/78] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 40/79] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:09 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b684b95e-b0a4-447e-ba00-e77fbd8d4858 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/7e706d5cd28c40b9ac95beb3a66a34f7/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] RBAC: Authorizing `identity:create_grant(project_id=c1512073f7d24ed9bc5330aa71d83901, user_id=7e706d5cd28c40b9ac95beb3a66a34f7, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 40/80] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:10 2025] PUT /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/7e706d5cd28c40b9ac95beb3a66a34f7/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4dbe470e-2db5-4624-893d-4edb329b8030 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32942de4-c00d-462a-a53a-9f713e73d0e9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32942de4-c00d-462a-a53a-9f713e73d0e9 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32942de4-c00d-462a-a53a-9f713e73d0e9 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32942de4-c00d-462a-a53a-9f713e73d0e9 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/1cbe0bf8268447838b793e8672f1f561/roles/129911b8c5234859ba0dc83d98f9f1ed` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32942de4-c00d-462a-a53a-9f713e73d0e9 None ******] RBAC: Authorizing `identity:create_grant(project_id=c1512073f7d24ed9bc5330aa71d83901, user_id=1cbe0bf8268447838b793e8672f1f561, role_id=129911b8c5234859ba0dc83d98f9f1ed)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32942de4-c00d-462a-a53a-9f713e73d0e9 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 41/81] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:10 2025] PUT /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/1cbe0bf8268447838b793e8672f1f561/roles/129911b8c5234859ba0dc83d98f9f1ed => generated 0 bytes in 71 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cbb37cc-7fdb-40c6-b098-41aa9ad1226c None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cbb37cc-7fdb-40c6-b098-41aa9ad1226c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cbb37cc-7fdb-40c6-b098-41aa9ad1226c None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 42/82] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:10 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd616c53-4055-4c03-a0dd-bf586032748a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] PATH_INFO: `/v3/users/1cbe0bf8268447838b793e8672f1f561` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] RBAC: Authorizing `identity:get_user(user_id=1cbe0bf8268447838b793e8672f1f561)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 41/83] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:10 2025] GET /identity/v3/users/1cbe0bf8268447838b793e8672f1f561 => generated 276 bytes in 158 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 43/84] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:10 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c4f6b15-8859-4641-9642-173e7bf9e8e9 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] PATH_INFO: `/v3/projects/f0e3bdbd56ce4fe1979e6ae850ae9c0d` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] RBAC: Authorizing `identity:get_project(project_id=f0e3bdbd56ce4fe1979e6ae850ae9c0d)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 42/85] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:10 2025] GET /identity/v3/projects/f0e3bdbd56ce4fe1979e6ae850ae9c0d => generated 313 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3236c9ad-4c6f-482e-8ccd-91bb48a3e11f None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] PATH_INFO: `/v3/projects/f0e3bdbd56ce4fe1979e6ae850ae9c0d/users/1cbe0bf8268447838b793e8672f1f561/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] RBAC: Authorizing `identity:create_grant(project_id=f0e3bdbd56ce4fe1979e6ae850ae9c0d, user_id=1cbe0bf8268447838b793e8672f1f561, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 44/86] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:10 2025] PUT /identity/v3/projects/f0e3bdbd56ce4fe1979e6ae850ae9c0d/users/1cbe0bf8268447838b793e8672f1f561/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e4ea943-ca1e-4119-8807-bce718239641 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-242161c0-b8b9-4644-9f02-39ae2eb063ea None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-242161c0-b8b9-4644-9f02-39ae2eb063ea None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-242161c0-b8b9-4644-9f02-39ae2eb063ea None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-242161c0-b8b9-4644-9f02-39ae2eb063ea None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-242161c0-b8b9-4644-9f02-39ae2eb063ea None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-242161c0-b8b9-4644-9f02-39ae2eb063ea None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 43/87] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:10 2025] GET /identity/v3/domains/default => generated 200 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14affdee-baae-4ed7-a222-2df8110aaab5 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb289a42-1010-4007-9b3f-0927607bf0f3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb289a42-1010-4007-9b3f-0927607bf0f3 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb289a42-1010-4007-9b3f-0927607bf0f3 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb289a42-1010-4007-9b3f-0927607bf0f3 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb289a42-1010-4007-9b3f-0927607bf0f3 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb289a42-1010-4007-9b3f-0927607bf0f3 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bb289a42-1010-4007-9b3f-0927607bf0f3 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 45/88] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:27:10 2025] POST /identity/v3/users => generated 290 bytes in 82 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5f96af6-ac4f-4c40-8d00-62f1271effe3 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5f96af6-ac4f-4c40-8d00-62f1271effe3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5f96af6-ac4f-4c40-8d00-62f1271effe3 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 44/89] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:11 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 46/90] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:11 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5f96af6-ac4f-4c40-8d00-62f1271effe3 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5f96af6-ac4f-4c40-8d00-62f1271effe3 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] Could not find role: member. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 45/91] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/roles/member => generated 84 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71656d01-1404-411b-8fa9-1b4b8ea2cc1e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8002e4e9-851d-4bca-9b1e-f2d5386735eb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8002e4e9-851d-4bca-9b1e-f2d5386735eb None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8002e4e9-851d-4bca-9b1e-f2d5386735eb None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8002e4e9-851d-4bca-9b1e-f2d5386735eb None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8002e4e9-851d-4bca-9b1e-f2d5386735eb None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8002e4e9-851d-4bca-9b1e-f2d5386735eb None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8002e4e9-851d-4bca-9b1e-f2d5386735eb None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 47/92] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c83afb2-caaf-454b-b995-f471e6d98df5 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f9be1fc-6cf0-4e95-886d-d5428fb97974 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f9be1fc-6cf0-4e95-886d-d5428fb97974 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f9be1fc-6cf0-4e95-886d-d5428fb97974 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 48/93] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:11 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08919de1-7de8-4477-a767-31525989417c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08919de1-7de8-4477-a767-31525989417c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08919de1-7de8-4477-a767-31525989417c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] PATH_INFO: `/v3/users/1cbe0bf8268447838b793e8672f1f561` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] RBAC: Authorizing `identity:get_user(user_id=1cbe0bf8268447838b793e8672f1f561)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 46/94] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/users/1cbe0bf8268447838b793e8672f1f561 => generated 276 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-08919de1-7de8-4477-a767-31525989417c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-08919de1-7de8-4477-a767-31525989417c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-08919de1-7de8-4477-a767-31525989417c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0191ad9d-0e74-4283-a5c4-b162de9ac845 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 49/95] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:11 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b03e36-3979-4d91-963a-73d793c39af5 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b03e36-3979-4d91-963a-73d793c39af5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b03e36-3979-4d91-963a-73d793c39af5 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 50/96] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:11 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 47/97] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca4ff0f4-b742-4c21-9883-3ea992b261a5 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] RBAC: Adding query filter params (role.id=462b9508aab14b8bbadb681cb2b7dd65, scope.project.id=c1512073f7d24ed9bc5330aa71d83901, user.id=1cbe0bf8268447838b793e8672f1f561) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 48/98] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/role_assignments?role.id=462b9508aab14b8bbadb681cb2b7dd65&scope.project.id=c1512073f7d24ed9bc5330aa71d83901&user.id=1cbe0bf8268447838b793e8672f1f561 => generated 610 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 51/99] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:11 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 83 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-050110ba-1069-4076-a524-bab7ba07e682 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] Could not find role: anotherrole. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 49/100] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3724bf00-1afc-471a-b0ba-bae35a2ae175 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 52/101] 10.201.9.223 () {56 vars in 1164 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6940faf7-ebc9-4717-ad55-0892f8dfcafc None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdf3628b-f1cb-4b0f-82be-d10481d7d395 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] PATH_INFO: `/v3/users/1cbe0bf8268447838b793e8672f1f561` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] RBAC: Authorizing `identity:get_user(user_id=1cbe0bf8268447838b793e8672f1f561)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 53/102] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/users/1cbe0bf8268447838b793e8672f1f561 => generated 276 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] Could not find role: ******. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 50/103] 10.201.9.223 () {56 vars in 1136 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/roles/****** => generated 83 bytes in 82 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cca98e8f-5a5a-43b0-a5bd-72aaa80caffc None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85a86dff-6710-4606-ac86-bcbd023dee57 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ae45211-5262-48a6-98ec-321f81d85d38 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ae45211-5262-48a6-98ec-321f81d85d38 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ae45211-5262-48a6-98ec-321f81d85d38 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ae45211-5262-48a6-98ec-321f81d85d38 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9ae45211-5262-48a6-98ec-321f81d85d38 None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3eef026a-b815-43d5-8542-a8a30943f283 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9ae45211-5262-48a6-98ec-321f81d85d38 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3eef026a-b815-43d5-8542-a8a30943f283 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3eef026a-b815-43d5-8542-a8a30943f283 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3eef026a-b815-43d5-8542-a8a30943f283 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3eef026a-b815-43d5-8542-a8a30943f283 None ******] RBAC: Adding query filter params (name=******) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3eef026a-b815-43d5-8542-a8a30943f283 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3eef026a-b815-43d5-8542-a8a30943f283 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 54/104] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e8f3781-f647-453c-bd0f-e8b37db96919 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e8f3781-f647-453c-bd0f-e8b37db96919 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e8f3781-f647-453c-bd0f-e8b37db96919 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 55/105] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:12 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e8f3781-f647-453c-bd0f-e8b37db96919 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 51/106] 10.201.9.223 () {56 vars in 1152 bytes} [Fri Jan 3 20:27:11 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e8f3781-f647-453c-bd0f-e8b37db96919 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 52/107] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:12 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] RBAC: Adding query filter params (role.id=129911b8c5234859ba0dc83d98f9f1ed, scope.project.id=c1512073f7d24ed9bc5330aa71d83901, user.id=1cbe0bf8268447838b793e8672f1f561) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 56/108] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/role_assignments?role.id=129911b8c5234859ba0dc83d98f9f1ed&scope.project.id=c1512073f7d24ed9bc5330aa71d83901&user.id=1cbe0bf8268447838b793e8672f1f561 => generated 610 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14ead381-25ad-4052-aadb-0e1dfc9b8e05 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] PATH_INFO: `/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] RBAC: Authorizing `identity:get_user(user_id=7e706d5cd28c40b9ac95beb3a66a34f7)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 53/109] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/users/7e706d5cd28c40b9ac95beb3a66a34f7 => generated 248 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-937c3223-c0c2-4ae5-9399-4de66552a7e4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 57/110] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 82 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c4bdaa7-cc95-46b7-ab80-33225bc1fc90 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c762b92-cd3b-41ae-8f7f-d7e7ac7ccea8 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] RBAC: Adding query filter params (role.id=ded8686996b046f3969600dc4d1fc74a, scope.project.id=c1512073f7d24ed9bc5330aa71d83901, user.id=7e706d5cd28c40b9ac95beb3a66a34f7) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 58/111] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/role_assignments?role.id=ded8686996b046f3969600dc4d1fc74a&scope.project.id=c1512073f7d24ed9bc5330aa71d83901&user.id=7e706d5cd28c40b9ac95beb3a66a34f7 => generated 610 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] PATH_INFO: `/v3/roles/member` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] Could not find role: member. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 54/112] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/roles/member => generated 84 bytes in 119 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6deae11a-6231-443b-a1e6-c9fb14146e09 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 59/113] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34f0af0c-7f92-46b4-8b58-ba1dd29b265e None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6c79923-c856-452f-b08d-9dadca8876aa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c79923-c856-452f-b08d-9dadca8876aa None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c79923-c856-452f-b08d-9dadca8876aa None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c79923-c856-452f-b08d-9dadca8876aa None ******] PATH_INFO: `/v3/users/1cbe0bf8268447838b793e8672f1f561` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6c79923-c856-452f-b08d-9dadca8876aa None ******] RBAC: Authorizing `identity:get_user(user_id=1cbe0bf8268447838b793e8672f1f561)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6c79923-c856-452f-b08d-9dadca8876aa None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 55/114] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/users/1cbe0bf8268447838b793e8672f1f561 => generated 276 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07614cfc-96a9-4552-b5d9-9ec530e3c6b0 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-484a4676-f128-47e2-b8bc-396fb47cc6e7 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-484a4676-f128-47e2-b8bc-396fb47cc6e7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-484a4676-f128-47e2-b8bc-396fb47cc6e7 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 56/115] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:12 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] PATH_INFO: `/v3/projects/f0e3bdbd56ce4fe1979e6ae850ae9c0d` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] RBAC: Authorizing `identity:get_project(project_id=f0e3bdbd56ce4fe1979e6ae850ae9c0d)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b945998e-4fdc-4f77-8be5-3809767bb0ae None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b945998e-4fdc-4f77-8be5-3809767bb0ae None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b945998e-4fdc-4f77-8be5-3809767bb0ae None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 60/116] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/projects/f0e3bdbd56ce4fe1979e6ae850ae9c0d => generated 313 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-b945998e-4fdc-4f77-8be5-3809767bb0ae None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-b945998e-4fdc-4f77-8be5-3809767bb0ae None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b945998e-4fdc-4f77-8be5-3809767bb0ae None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81119448-9238-4526-9ed0-53e29640be7a None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 57/117] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:12 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62e40da0-3062-40ec-b7d5-2f11e1d344d4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62e40da0-3062-40ec-b7d5-2f11e1d344d4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62e40da0-3062-40ec-b7d5-2f11e1d344d4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62e40da0-3062-40ec-b7d5-2f11e1d344d4 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62e40da0-3062-40ec-b7d5-2f11e1d344d4 None ******] RBAC: Adding query filter params (role.id=462b9508aab14b8bbadb681cb2b7dd65, scope.project.id=f0e3bdbd56ce4fe1979e6ae850ae9c0d, user.id=1cbe0bf8268447838b793e8672f1f561) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62e40da0-3062-40ec-b7d5-2f11e1d344d4 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62e40da0-3062-40ec-b7d5-2f11e1d344d4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 61/118] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/role_assignments?role.id=462b9508aab14b8bbadb681cb2b7dd65&scope.project.id=f0e3bdbd56ce4fe1979e6ae850ae9c0d&user.id=1cbe0bf8268447838b793e8672f1f561 => generated 610 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c77f816-e484-4317-b8ca-5d5613bf327f None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c77f816-e484-4317-b8ca-5d5613bf327f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c77f816-e484-4317-b8ca-5d5613bf327f None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 58/119] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:12 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c77f816-e484-4317-b8ca-5d5613bf327f None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 62/120] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:12 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c77f816-e484-4317-b8ca-5d5613bf327f None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 59/121] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/domains/default => generated 200 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab7d93bc-df70-4833-b082-b3e838231246 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 63/122] 10.201.9.223 () {60 vars in 1138 bytes} [Fri Jan 3 20:27:12 2025] POST /identity/v3/projects => generated 303 bytes in 71 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27a38be5-160b-4fab-8b2f-03d18aae7ecb None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] Could not find role: reader. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 60/123] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/roles/reader => generated 84 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b443e411-1916-4505-a0a7-110c57118e6c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 64/124] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 82 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48f7a79a-ba61-42f2-be99-ecad50c9590a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] PATH_INFO: `/v3/users/5608f7b5878b4919957ffeedf4b0babb` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] RBAC: Authorizing `identity:get_user(user_id=5608f7b5878b4919957ffeedf4b0babb)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 61/125] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:12 2025] GET /identity/v3/users/5608f7b5878b4919957ffeedf4b0babb => generated 290 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda0caf3-d32c-4937-a462-a5e9926c2b22 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b603da1e-8929-44f1-82ff-df0f1ac83b59 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b603da1e-8929-44f1-82ff-df0f1ac83b59 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b603da1e-8929-44f1-82ff-df0f1ac83b59 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b603da1e-8929-44f1-82ff-df0f1ac83b59 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b603da1e-8929-44f1-82ff-df0f1ac83b59 None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b603da1e-8929-44f1-82ff-df0f1ac83b59 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 65/126] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:13 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c176043-acd1-42c7-b255-33fdd939068f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ba1cfd8-4a44-4c7d-b7a1-f86312905edf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ba1cfd8-4a44-4c7d-b7a1-f86312905edf None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ba1cfd8-4a44-4c7d-b7a1-f86312905edf None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ba1cfd8-4a44-4c7d-b7a1-f86312905edf None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/5608f7b5878b4919957ffeedf4b0babb/roles/870afcda2cba4b17968b3f1eeb4eecc8` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ba1cfd8-4a44-4c7d-b7a1-f86312905edf None ******] RBAC: Authorizing `identity:create_grant(project_id=c1512073f7d24ed9bc5330aa71d83901, user_id=5608f7b5878b4919957ffeedf4b0babb, role_id=870afcda2cba4b17968b3f1eeb4eecc8)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ba1cfd8-4a44-4c7d-b7a1-f86312905edf None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 62/127] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:13 2025] PUT /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901/users/5608f7b5878b4919957ffeedf4b0babb/roles/870afcda2cba4b17968b3f1eeb4eecc8 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54386755-fef2-4fae-949e-c8fd267ffac9 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54386755-fef2-4fae-949e-c8fd267ffac9 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54386755-fef2-4fae-949e-c8fd267ffac9 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 66/128] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:13 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5faecf1-d9af-43e3-96a6-078c91644661 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5faecf1-d9af-43e3-96a6-078c91644661 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5faecf1-d9af-43e3-96a6-078c91644661 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a5faecf1-d9af-43e3-96a6-078c91644661 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a5faecf1-d9af-43e3-96a6-078c91644661 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a5faecf1-d9af-43e3-96a6-078c91644661 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 63/129] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:13 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54386755-fef2-4fae-949e-c8fd267ffac9 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54386755-fef2-4fae-949e-c8fd267ffac9 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45d0fa9c-abc0-4033-b56a-a64df0ab0a1f None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45d0fa9c-abc0-4033-b56a-a64df0ab0a1f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45d0fa9c-abc0-4033-b56a-a64df0ab0a1f None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 64/130] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:14 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 67/131] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:14 2025] GET /identity/v3/domains/default => generated 200 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a78326db-4dad-41d0-962f-544ecfc1a699 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 65/132] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:14 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 68/133] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:27:14 2025] POST /identity/v3/users => generated 284 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9949b4d-1be2-4776-ac25-eafdff416c6d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] Could not find role: reader. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 66/134] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:14 2025] GET /identity/v3/roles/reader => generated 84 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7654d35-2c3e-4903-b782-392b382f6ee4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 69/135] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:14 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b04cce1-6ba6-4984-b259-f890bd7b30e2 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] PATH_INFO: `/v3/users/5608f7b5878b4919957ffeedf4b0babb` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] RBAC: Authorizing `identity:get_user(user_id=5608f7b5878b4919957ffeedf4b0babb)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 67/136] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:14 2025] GET /identity/v3/users/5608f7b5878b4919957ffeedf4b0babb => generated 290 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aefcafd-a304-4b9d-8a9b-a8d7f0e936f0 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cca1dd1c-0abf-4fab-a571-7d09acc88a6d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cca1dd1c-0abf-4fab-a571-7d09acc88a6d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cca1dd1c-0abf-4fab-a571-7d09acc88a6d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cca1dd1c-0abf-4fab-a571-7d09acc88a6d None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cca1dd1c-0abf-4fab-a571-7d09acc88a6d None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cca1dd1c-0abf-4fab-a571-7d09acc88a6d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 70/137] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:14 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7289bc26-03f4-4abd-9fea-4d6b02a4f460 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85e258e8-bf4c-4200-be3e-9d6594cb8ed7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85e258e8-bf4c-4200-be3e-9d6594cb8ed7 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85e258e8-bf4c-4200-be3e-9d6594cb8ed7 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85e258e8-bf4c-4200-be3e-9d6594cb8ed7 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85e258e8-bf4c-4200-be3e-9d6594cb8ed7 None ******] RBAC: Adding query filter params (role.id=870afcda2cba4b17968b3f1eeb4eecc8, scope.project.id=c1512073f7d24ed9bc5330aa71d83901, user.id=5608f7b5878b4919957ffeedf4b0babb) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85e258e8-bf4c-4200-be3e-9d6594cb8ed7 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85e258e8-bf4c-4200-be3e-9d6594cb8ed7 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 68/138] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:14 2025] GET /identity/v3/role_assignments?role.id=870afcda2cba4b17968b3f1eeb4eecc8&scope.project.id=c1512073f7d24ed9bc5330aa71d83901&user.id=5608f7b5878b4919957ffeedf4b0babb => generated 610 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3794bf7-99ab-4c54-8e42-f283a44abf69 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3794bf7-99ab-4c54-8e42-f283a44abf69 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3794bf7-99ab-4c54-8e42-f283a44abf69 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 71/139] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:15 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9560e1aa-7acf-492a-a141-0f999ae19e28 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9560e1aa-7acf-492a-a141-0f999ae19e28 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9560e1aa-7acf-492a-a141-0f999ae19e28 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9560e1aa-7acf-492a-a141-0f999ae19e28 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-9560e1aa-7acf-492a-a141-0f999ae19e28 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9560e1aa-7acf-492a-a141-0f999ae19e28 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8f2ad25-75d7-46c6-a8af-b28f69e54ad4 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8f2ad25-75d7-46c6-a8af-b28f69e54ad4 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8f2ad25-75d7-46c6-a8af-b28f69e54ad4 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 72/140] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:15 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 69/141] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:15 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f54de6ff-ab81-4b83-85c0-beef43c1843c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f54de6ff-ab81-4b83-85c0-beef43c1843c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f54de6ff-ab81-4b83-85c0-beef43c1843c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-f54de6ff-ab81-4b83-85c0-beef43c1843c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-f54de6ff-ab81-4b83-85c0-beef43c1843c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-f54de6ff-ab81-4b83-85c0-beef43c1843c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 73/142] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:15 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f2331b8-16e9-4905-9f8c-24c4a3568fe5 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f2331b8-16e9-4905-9f8c-24c4a3568fe5 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f2331b8-16e9-4905-9f8c-24c4a3568fe5 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 70/143] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:15 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f2331b8-16e9-4905-9f8c-24c4a3568fe5 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f2331b8-16e9-4905-9f8c-24c4a3568fe5 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 74/144] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:15 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] PATH_INFO: `/v3/roles/******` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] Could not find role: ******. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 71/145] 10.201.9.223 () {56 vars in 1093 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/roles/****** => generated 83 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31fb01f2-4ce9-465a-9952-5f6419f64f71 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5c74363-5332-45ed-a60d-76ac754383fa None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] RBAC: Adding query filter params (name=******) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] Could not find role: anotherrole. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 75/146] 10.201.9.223 () {56 vars in 1111 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 73 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 72/147] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0459b13-a8cf-4c89-93d5-ea835b03c041 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc9cbd3b-b93a-4447-b2fb-b95bdf0886c3 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] PATH_INFO: `/v3/users/d2274657f507489f988ed95bc723fbba` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 73/148] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] RBAC: Authorizing `identity:get_user(user_id=d2274657f507489f988ed95bc723fbba)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 76/149] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/users/d2274657f507489f988ed95bc723fbba => generated 284 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a89f6c9-ac33-40a6-a37b-6ba6e2f61762 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6ab49d0-ff77-466c-888e-16cf2ffac48c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 74/150] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/domains/default => generated 200 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] PATH_INFO: `/v3/users/d2274657f507489f988ed95bc723fbba` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] RBAC: Authorizing `identity:get_user(user_id=d2274657f507489f988ed95bc723fbba)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 77/151] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/users/d2274657f507489f988ed95bc723fbba => generated 284 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d661415a-4104-44b2-bd18-d9454784676b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 75/152] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:15 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f811d40-4b95-4ef0-b69f-6d012086e700 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d02985ae-dea0-42c3-bc65-747107b38618 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 78/153] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:27:15 2025] POST /identity/v3/users => generated 298 bytes in 85 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 76/154] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:16 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83196438-0858-4b1d-86d8-0ff94b56ca86 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a56ad8e-07b2-4b73-be36-a97a44ce4866 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e06c9095-f6e9-4ce3-9978-d12a39197483 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06c9095-f6e9-4ce3-9978-d12a39197483 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06c9095-f6e9-4ce3-9978-d12a39197483 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06c9095-f6e9-4ce3-9978-d12a39197483 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2/users/d2274657f507489f988ed95bc723fbba/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33599028-7774-4a6a-be69-ac164efee152 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33599028-7774-4a6a-be69-ac164efee152 None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33599028-7774-4a6a-be69-ac164efee152 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33599028-7774-4a6a-be69-ac164efee152 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2/users/d2274657f507489f988ed95bc723fbba/roles/129911b8c5234859ba0dc83d98f9f1ed` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e06c9095-f6e9-4ce3-9978-d12a39197483 None ******] RBAC: Authorizing `identity:create_grant(project_id=c5af415c464b47efb1d226e753a493e2, user_id=d2274657f507489f988ed95bc723fbba, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e06c9095-f6e9-4ce3-9978-d12a39197483 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33599028-7774-4a6a-be69-ac164efee152 None ******] RBAC: Authorizing `identity:create_grant(project_id=c5af415c464b47efb1d226e753a493e2, user_id=d2274657f507489f988ed95bc723fbba, role_id=129911b8c5234859ba0dc83d98f9f1ed)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33599028-7774-4a6a-be69-ac164efee152 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 79/155] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:16 2025] PUT /identity/v3/projects/c5af415c464b47efb1d226e753a493e2/users/d2274657f507489f988ed95bc723fbba/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 77/156] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:16 2025] PUT /identity/v3/projects/c5af415c464b47efb1d226e753a493e2/users/d2274657f507489f988ed95bc723fbba/roles/129911b8c5234859ba0dc83d98f9f1ed => generated 0 bytes in 61 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcbca1fb-9830-4f2d-b2af-be1abf496c28 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcbca1fb-9830-4f2d-b2af-be1abf496c28 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcbca1fb-9830-4f2d-b2af-be1abf496c28 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 80/157] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:17 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0eaea26-f7f0-47e3-84f5-719d17715aa6 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0eaea26-f7f0-47e3-84f5-719d17715aa6 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0eaea26-f7f0-47e3-84f5-719d17715aa6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a0eaea26-f7f0-47e3-84f5-719d17715aa6 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a0eaea26-f7f0-47e3-84f5-719d17715aa6 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a0eaea26-f7f0-47e3-84f5-719d17715aa6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28ce1be6-e1f0-4237-b3e8-045d680c3664 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28ce1be6-e1f0-4237-b3e8-045d680c3664 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28ce1be6-e1f0-4237-b3e8-045d680c3664 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 81/158] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:17 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb6e69e4-8ea6-4128-9b32-12592c155f8c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb6e69e4-8ea6-4128-9b32-12592c155f8c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb6e69e4-8ea6-4128-9b32-12592c155f8c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 78/159] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:17 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-cb6e69e4-8ea6-4128-9b32-12592c155f8c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-cb6e69e4-8ea6-4128-9b32-12592c155f8c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-cb6e69e4-8ea6-4128-9b32-12592c155f8c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50345b04-8c5a-4beb-83b5-1a85232fb872 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50345b04-8c5a-4beb-83b5-1a85232fb872 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50345b04-8c5a-4beb-83b5-1a85232fb872 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 79/160] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:17 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 82/161] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:17 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05b96658-ea41-4215-82c4-171e42cc3e14 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05b96658-ea41-4215-82c4-171e42cc3e14 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05b96658-ea41-4215-82c4-171e42cc3e14 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 83/162] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:17 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3892652e-7f80-4610-af53-f262edf59716 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3892652e-7f80-4610-af53-f262edf59716 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3892652e-7f80-4610-af53-f262edf59716 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 80/163] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:17 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 72 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3892652e-7f80-4610-af53-f262edf59716 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3892652e-7f80-4610-af53-f262edf59716 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3892652e-7f80-4610-af53-f262edf59716 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 84/164] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:17 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3892652e-7f80-4610-af53-f262edf59716 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-190d3e20-37f9-4094-8080-1e957689ee70 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] Could not find role: anotherrole. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 81/165] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 121 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3892652e-7f80-4610-af53-f262edf59716 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] PATH_INFO: `/v3/roles/******` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] Could not find role: ******. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff4a9095-cf7d-42bb-937b-2eb8f698c8da None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 85/166] 10.201.9.223 () {56 vars in 1136 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/roles/****** => generated 83 bytes in 113 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] Could not find role: member. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 82/167] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/roles/member => generated 84 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76f3d7b4-f44e-4336-be9e-9f82eb2ebc0f None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 86/168] 10.201.9.223 () {56 vars in 1164 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a5ad4c9-0c41-4665-9f19-aee73d3f8f92 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 83/169] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/domains/default => generated 200 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f06a0435-40fe-4a13-9324-54924e7675ef None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3883ebf0-c56b-48bc-b475-c71a00cef703 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] RBAC: Adding query filter params (name=******) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 87/170] 10.201.9.223 () {56 vars in 1152 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] RBAC: Adding query filter params (name=member) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 84/171] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab37f637-12a0-4aec-a587-ed3813f063ac None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3b7a7d8-1afa-4198-a148-a7cbbe1b1e9b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] PATH_INFO: `/v3/users/d2274657f507489f988ed95bc723fbba` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] RBAC: Authorizing `identity:get_user(user_id=d2274657f507489f988ed95bc723fbba)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 88/172] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/users/d2274657f507489f988ed95bc723fbba => generated 284 bytes in 82 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 85/173] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:27:17 2025] POST /identity/v3/users => generated 298 bytes in 73 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d109d1b7-02f4-4db8-a739-07f82de454e1 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9037cac-6b0b-40b8-b5b1-907ba08974f0 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] PATH_INFO: `/v3/users/d2274657f507489f988ed95bc723fbba` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] RBAC: Authorizing `identity:get_user(user_id=d2274657f507489f988ed95bc723fbba)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 89/174] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/users/d2274657f507489f988ed95bc723fbba => generated 284 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] PATH_INFO: `/v3/users/042570ad6dfe43babfbb105ce8f5142c` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] RBAC: Authorizing `identity:get_user(user_id=042570ad6dfe43babfbb105ce8f5142c)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 86/175] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/users/042570ad6dfe43babfbb105ce8f5142c => generated 298 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2c98eb4-df07-480d-9545-afec34c8dda0 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edb86d76-fa79-4072-aede-87d38dd6ece0 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 87/176] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 90/177] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0ff7eb2-465e-499c-827a-bd86e6e29007 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d192360-ff58-43e8-966a-ef013d446bc1 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 88/178] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] RBAC: Adding query filter params (role.id=ded8686996b046f3969600dc4d1fc74a, scope.project.id=c5af415c464b47efb1d226e753a493e2, user.id=d2274657f507489f988ed95bc723fbba) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 91/179] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/role_assignments?role.id=ded8686996b046f3969600dc4d1fc74a&scope.project.id=c5af415c464b47efb1d226e753a493e2&user.id=d2274657f507489f988ed95bc723fbba => generated 610 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6db8c204-a246-411f-82fb-28b679b971b9 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a77664a6-5be8-4ee8-bf41-f6a1be8c32b5 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-349f79fd-0e74-4393-9b69-41e722b113ef None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-349f79fd-0e74-4393-9b69-41e722b113ef None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-349f79fd-0e74-4393-9b69-41e722b113ef None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-349f79fd-0e74-4393-9b69-41e722b113ef None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-349f79fd-0e74-4393-9b69-41e722b113ef None ******] RBAC: Adding query filter params (role.id=129911b8c5234859ba0dc83d98f9f1ed, scope.project.id=c5af415c464b47efb1d226e753a493e2, user.id=d2274657f507489f988ed95bc723fbba) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-349f79fd-0e74-4393-9b69-41e722b113ef None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-349f79fd-0e74-4393-9b69-41e722b113ef None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 89/180] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:17 2025] GET /identity/v3/role_assignments?role.id=129911b8c5234859ba0dc83d98f9f1ed&scope.project.id=c5af415c464b47efb1d226e753a493e2&user.id=d2274657f507489f988ed95bc723fbba => generated 610 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af8ba9de-67b4-4fe7-96bf-0936d0c60f2d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af8ba9de-67b4-4fe7-96bf-0936d0c60f2d None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af8ba9de-67b4-4fe7-96bf-0936d0c60f2d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af8ba9de-67b4-4fe7-96bf-0936d0c60f2d None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2/users/042570ad6dfe43babfbb105ce8f5142c/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af8ba9de-67b4-4fe7-96bf-0936d0c60f2d None ******] RBAC: Authorizing `identity:create_grant(project_id=c5af415c464b47efb1d226e753a493e2, user_id=042570ad6dfe43babfbb105ce8f5142c, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af8ba9de-67b4-4fe7-96bf-0936d0c60f2d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 92/181] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:17 2025] PUT /identity/v3/projects/c5af415c464b47efb1d226e753a493e2/users/042570ad6dfe43babfbb105ce8f5142c/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84bb740d-f189-4e69-afb4-563e9e1b7d92 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84bb740d-f189-4e69-afb4-563e9e1b7d92 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84bb740d-f189-4e69-afb4-563e9e1b7d92 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 90/182] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:19 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2105f84c-3c3d-4a71-9f74-db664ede2fc0 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2105f84c-3c3d-4a71-9f74-db664ede2fc0 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2105f84c-3c3d-4a71-9f74-db664ede2fc0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2105f84c-3c3d-4a71-9f74-db664ede2fc0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-2105f84c-3c3d-4a71-9f74-db664ede2fc0 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2105f84c-3c3d-4a71-9f74-db664ede2fc0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9d36a35-8e12-4147-b059-4e62ecff12b3 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9d36a35-8e12-4147-b059-4e62ecff12b3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9d36a35-8e12-4147-b059-4e62ecff12b3 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 91/183] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:19 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 93/184] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:19 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 83 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5f16c6f-ee24-435e-8e79-7d09c8a5991f None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5f16c6f-ee24-435e-8e79-7d09c8a5991f None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5f16c6f-ee24-435e-8e79-7d09c8a5991f None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 94/185] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:19 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 92/186] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:19 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 95/187] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:19 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc38568-75fc-4ff2-8e60-40fcaa6764cf None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] Could not find role: reader. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 93/188] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/roles/reader => generated 84 bytes in 77 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a460da73-e2b7-4bab-97d4-c649e26b5b84 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 96/189] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/domains/default => generated 200 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-197fb0d3-1c56-49eb-b84c-df96c691d973 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] PATH_INFO: `/v3/roles/member` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-787b5880-5250-4510-9785-5000fb6c469b None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] Could not find role: member. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 94/190] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/roles/member => generated 84 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 97/191] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13044182-c910-4c16-8ef9-431cd48bceca None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2a786af-0853-43e0-af30-bb8150228303 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 95/192] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:27:19 2025] POST /identity/v3/users => generated 294 bytes in 83 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 98/193] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94e38a8e-75ad-4686-af82-0e3f5d4f0650 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9a0d153-8dbf-46a4-a1d3-0ec390092b31 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] PATH_INFO: `/v3/users/042570ad6dfe43babfbb105ce8f5142c` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] RBAC: Authorizing `identity:get_user(user_id=042570ad6dfe43babfbb105ce8f5142c)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 99/194] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/users/042570ad6dfe43babfbb105ce8f5142c => generated 298 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] PATH_INFO: `/v3/users/41653c5e816c45ab9030d2194fd39554` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] RBAC: Authorizing `identity:get_user(user_id=41653c5e816c45ab9030d2194fd39554)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 96/195] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/users/41653c5e816c45ab9030d2194fd39554 => generated 298 bytes in 86 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23a99a81-1b2f-4a4f-9875-aff17f7cb252 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a8193d1-f050-493f-8107-39165ccc15cf None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 100/196] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 97/197] 10.201.9.223 () {56 vars in 1183 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff6635b7-9c5f-4f70-8c28-0f80cd938f7c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d34e51b7-2e85-4337-bdde-fb255bf28f2c None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e53c3b6d-06d7-47c6-9685-9084a90c4735 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e53c3b6d-06d7-47c6-9685-9084a90c4735 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e53c3b6d-06d7-47c6-9685-9084a90c4735 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e53c3b6d-06d7-47c6-9685-9084a90c4735 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e53c3b6d-06d7-47c6-9685-9084a90c4735 None ******] RBAC: Adding query filter params (role.id=462b9508aab14b8bbadb681cb2b7dd65, scope.project.id=c5af415c464b47efb1d226e753a493e2, user.id=042570ad6dfe43babfbb105ce8f5142c) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e53c3b6d-06d7-47c6-9685-9084a90c4735 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e53c3b6d-06d7-47c6-9685-9084a90c4735 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ce5d13e-b672-48b5-8f98-af0aa9eb8371 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ce5d13e-b672-48b5-8f98-af0aa9eb8371 None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ce5d13e-b672-48b5-8f98-af0aa9eb8371 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ce5d13e-b672-48b5-8f98-af0aa9eb8371 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2/users/41653c5e816c45ab9030d2194fd39554/roles/870afcda2cba4b17968b3f1eeb4eecc8` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ce5d13e-b672-48b5-8f98-af0aa9eb8371 None ******] RBAC: Authorizing `identity:create_grant(project_id=c5af415c464b47efb1d226e753a493e2, user_id=41653c5e816c45ab9030d2194fd39554, role_id=870afcda2cba4b17968b3f1eeb4eecc8)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ce5d13e-b672-48b5-8f98-af0aa9eb8371 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 101/198] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:19 2025] GET /identity/v3/role_assignments?role.id=462b9508aab14b8bbadb681cb2b7dd65&scope.project.id=c5af415c464b47efb1d226e753a493e2&user.id=042570ad6dfe43babfbb105ce8f5142c => generated 610 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 98/199] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:19 2025] PUT /identity/v3/projects/c5af415c464b47efb1d226e753a493e2/users/41653c5e816c45ab9030d2194fd39554/roles/870afcda2cba4b17968b3f1eeb4eecc8 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3f560ac-b4d6-49b7-9c34-a0377763f337 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3f560ac-b4d6-49b7-9c34-a0377763f337 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3f560ac-b4d6-49b7-9c34-a0377763f337 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 102/200] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:20 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1983742-8463-4fcc-9485-9157fe800445 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1983742-8463-4fcc-9485-9157fe800445 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1983742-8463-4fcc-9485-9157fe800445 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 99/201] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:20 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800fb766-7839-42a0-8d0c-25c2d80402e7 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800fb766-7839-42a0-8d0c-25c2d80402e7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800fb766-7839-42a0-8d0c-25c2d80402e7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-800fb766-7839-42a0-8d0c-25c2d80402e7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-800fb766-7839-42a0-8d0c-25c2d80402e7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-800fb766-7839-42a0-8d0c-25c2d80402e7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 100/202] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:20 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39e75b1-c900-4d94-ac9a-40fbf587397f None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39e75b1-c900-4d94-ac9a-40fbf587397f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39e75b1-c900-4d94-ac9a-40fbf587397f None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 101/203] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:20 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 103/204] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:20 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 102/205] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:20 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8240eb7-f21a-4774-83fb-39c36b44998f None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e736a4b-3c1f-4254-b6e6-592421efb392 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] Could not find role: member. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 104/206] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:20 2025] GET /identity/v3/roles/member => generated 84 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 103/207] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:20 2025] GET /identity/v3/domains/default => generated 200 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-629d5446-5262-4dd1-950b-2e3c666a4159 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa758a77-87e8-4c76-89e1-d04dbeecc6f4 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 105/208] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:20 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] Could not find role: reader. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 104/209] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:20 2025] GET /identity/v3/roles/reader => generated 84 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99f2218a-8ae7-4a02-b558-7f2c54896036 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed960c0-ad60-493f-8f99-9e725c768a5c None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 106/210] 10.201.9.223 () {60 vars in 1172 bytes} [Fri Jan 3 20:27:20 2025] POST /identity/v3/users => generated 294 bytes in 73 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] PATH_INFO: `/v3/users/2626dfc385904e4e9f5066658b96c337` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] RBAC: Authorizing `identity:get_user(user_id=2626dfc385904e4e9f5066658b96c337)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 105/211] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:20 2025] GET /identity/v3/users/2626dfc385904e4e9f5066658b96c337 => generated 294 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3047fb7-6009-4fb1-b5c7-c3cd39504e22 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] RBAC: Adding query filter params (name=reader) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 107/212] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:21 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1ab1237-184a-46e1-8a1e-444736779c5a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] RBAC: Adding query filter params (role.id=462b9508aab14b8bbadb681cb2b7dd65, user.id=2626dfc385904e4e9f5066658b96c337, scope.system=all) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 106/213] 10.201.9.223 () {56 vars in 1361 bytes} [Fri Jan 3 20:27:21 2025] GET /identity/v3/role_assignments?role.id=462b9508aab14b8bbadb681cb2b7dd65&user.id=2626dfc385904e4e9f5066658b96c337&scope.system=all => generated 227 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a146ab-f41f-45e1-b5ae-b58fac161c6a None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] PATH_INFO: `/v3/users/41653c5e816c45ab9030d2194fd39554` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] RBAC: Authorizing `identity:get_user(user_id=41653c5e816c45ab9030d2194fd39554)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 108/214] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:21 2025] GET /identity/v3/users/41653c5e816c45ab9030d2194fd39554 => generated 298 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18653e30-c7dd-4541-8978-6bd177b23a68 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14e21631-0cb5-4a11-ab7d-ba82c6f2f9d8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14e21631-0cb5-4a11-ab7d-ba82c6f2f9d8 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14e21631-0cb5-4a11-ab7d-ba82c6f2f9d8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14e21631-0cb5-4a11-ab7d-ba82c6f2f9d8 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14e21631-0cb5-4a11-ab7d-ba82c6f2f9d8 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14e21631-0cb5-4a11-ab7d-ba82c6f2f9d8 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 107/215] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:21 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e90b8b01-038c-4bb5-a7c7-4112b48fd1e5 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71aa9725-a764-4507-9c45-1dd34e82ed59 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71aa9725-a764-4507-9c45-1dd34e82ed59 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71aa9725-a764-4507-9c45-1dd34e82ed59 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71aa9725-a764-4507-9c45-1dd34e82ed59 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71aa9725-a764-4507-9c45-1dd34e82ed59 None ******] RBAC: Adding query filter params (role.id=870afcda2cba4b17968b3f1eeb4eecc8, scope.project.id=c5af415c464b47efb1d226e753a493e2, user.id=41653c5e816c45ab9030d2194fd39554) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71aa9725-a764-4507-9c45-1dd34e82ed59 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71aa9725-a764-4507-9c45-1dd34e82ed59 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 109/216] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:21 2025] GET /identity/v3/role_assignments?role.id=870afcda2cba4b17968b3f1eeb4eecc8&scope.project.id=c5af415c464b47efb1d226e753a493e2&user.id=41653c5e816c45ab9030d2194fd39554 => generated 610 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb7f0b8b-36f3-4c4c-a648-65954243af68 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb7f0b8b-36f3-4c4c-a648-65954243af68 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb7f0b8b-36f3-4c4c-a648-65954243af68 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 108/217] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:22 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53cde054-1f5f-4c15-92a6-9ade67bc1f7e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53cde054-1f5f-4c15-92a6-9ade67bc1f7e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53cde054-1f5f-4c15-92a6-9ade67bc1f7e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-53cde054-1f5f-4c15-92a6-9ade67bc1f7e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-53cde054-1f5f-4c15-92a6-9ade67bc1f7e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-53cde054-1f5f-4c15-92a6-9ade67bc1f7e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 110/218] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:22 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a0642f0-0c73-448a-a670-6f0ee05a6ad1 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a0642f0-0c73-448a-a670-6f0ee05a6ad1 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a0642f0-0c73-448a-a670-6f0ee05a6ad1 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 109/219] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:22 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb886f71-69de-4c8a-a3a9-385fba240168 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb886f71-69de-4c8a-a3a9-385fba240168 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb886f71-69de-4c8a-a3a9-385fba240168 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 110/220] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:22 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 111/221] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:22 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 111/222] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:22 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 99 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd640c0a-04aa-4fa2-82b8-ab0df8e5f2f4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] Could not find role: member. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 112/223] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/roles/member => generated 84 bytes in 59 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-213416ae-ef00-4955-acd0-a64f93c38fc5 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 112/224] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9020b8d-6b86-4303-8aea-c90630f21ed8 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 113/225] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/domains/default => generated 200 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb0d6afe-6f6c-4dd1-a7dc-98296f580d8d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3385833-47f5-4ecd-8fab-5c8f5b99ef3f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] PATH_INFO: `/v3/users/2626dfc385904e4e9f5066658b96c337` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] RBAC: Authorizing `identity:get_user(user_id=2626dfc385904e4e9f5066658b96c337)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 114/226] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/users/2626dfc385904e4e9f5066658b96c337 => generated 294 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] Could not find role: reader. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 113/227] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/roles/reader => generated 84 bytes in 86 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2893c8c1-258c-478e-aceb-e0d79e655d95 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b971c453-5949-4e18-a78c-82b1d9a9f1ed None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] PATH_INFO: `/v3/groups` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] RBAC: Authorizing `identity:create_group()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 115/228] 10.201.9.223 () {60 vars in 1131 bytes} [Fri Jan 3 20:27:22 2025] POST /identity/v3/groups => generated 230 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] PATH_INFO: `/v3/system/users/2626dfc385904e4e9f5066658b96c337/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] RBAC: Authorizing `identity:create_system_grant_for_user(user_id=2626dfc385904e4e9f5066658b96c337, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 114/229] 10.201.9.223 () {58 vars in 1331 bytes} [Fri Jan 3 20:27:22 2025] PUT /identity/v3/system/users/2626dfc385904e4e9f5066658b96c337/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2387a881-3dbb-4bbd-be46-7466648c9729 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] RBAC: Adding query filter params (name=reader) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 116/230] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25249653-8846-4154-8553-c8264f9147f6 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a47fc5-1036-4715-84b1-2deeaa93ebbb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a47fc5-1036-4715-84b1-2deeaa93ebbb None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a47fc5-1036-4715-84b1-2deeaa93ebbb None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a47fc5-1036-4715-84b1-2deeaa93ebbb None ******] PATH_INFO: `/v3/users/ab2ecff0c93a4f00bf706663e7453ac1` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12a47fc5-1036-4715-84b1-2deeaa93ebbb None ******] RBAC: Authorizing `identity:get_user(user_id=ab2ecff0c93a4f00bf706663e7453ac1)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12a47fc5-1036-4715-84b1-2deeaa93ebbb None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 115/231] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/users/ab2ecff0c93a4f00bf706663e7453ac1 => generated 294 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efbaf503-9d05-4296-9f41-e9e2e639d2ed None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8210830-59fe-4e05-9075-938265f12d2d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8210830-59fe-4e05-9075-938265f12d2d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8210830-59fe-4e05-9075-938265f12d2d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8210830-59fe-4e05-9075-938265f12d2d None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8210830-59fe-4e05-9075-938265f12d2d None ******] RBAC: Adding query filter params (role.id=870afcda2cba4b17968b3f1eeb4eecc8, user.id=ab2ecff0c93a4f00bf706663e7453ac1, scope.system=all) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8210830-59fe-4e05-9075-938265f12d2d None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8210830-59fe-4e05-9075-938265f12d2d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 117/232] 10.201.9.223 () {56 vars in 1361 bytes} [Fri Jan 3 20:27:22 2025] GET /identity/v3/role_assignments?role.id=870afcda2cba4b17968b3f1eeb4eecc8&user.id=ab2ecff0c93a4f00bf706663e7453ac1&scope.system=all => generated 227 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a635b3db-ef8d-4020-b318-1bb3b4d26f23 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a635b3db-ef8d-4020-b318-1bb3b4d26f23 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a635b3db-ef8d-4020-b318-1bb3b4d26f23 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 116/233] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:23 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-239af708-b962-4f08-a684-289c4de41937 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-239af708-b962-4f08-a684-289c4de41937 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-239af708-b962-4f08-a684-289c4de41937 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-239af708-b962-4f08-a684-289c4de41937 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-239af708-b962-4f08-a684-289c4de41937 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-239af708-b962-4f08-a684-289c4de41937 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 118/234] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:23 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da35989f-6371-4a1c-9541-34b7fd1ee674 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da35989f-6371-4a1c-9541-34b7fd1ee674 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da35989f-6371-4a1c-9541-34b7fd1ee674 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 117/235] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:23 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a540f196-5ba9-4163-aeae-e134244b85a7 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a540f196-5ba9-4163-aeae-e134244b85a7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a540f196-5ba9-4163-aeae-e134244b85a7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a540f196-5ba9-4163-aeae-e134244b85a7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a540f196-5ba9-4163-aeae-e134244b85a7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a540f196-5ba9-4163-aeae-e134244b85a7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da35989f-6371-4a1c-9541-34b7fd1ee674 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 119/236] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:23 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da35989f-6371-4a1c-9541-34b7fd1ee674 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10003ff0-1c42-4ecd-a942-687264ef0309 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10003ff0-1c42-4ecd-a942-687264ef0309 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10003ff0-1c42-4ecd-a942-687264ef0309 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 120/237] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:23 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] Could not find role: member. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 118/238] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:23 2025] GET /identity/v3/roles/member => generated 84 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60979903-34b9-4c0c-bf74-6f53e0d90947 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 121/239] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:23 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 119/240] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:23 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00ee60cb-28aa-47c7-8111-3060487466a1 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc03cf76-1c27-45f9-a47b-0fcbca531508 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-458dd11a-527e-4121-9945-082654760032 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-458dd11a-527e-4121-9945-082654760032 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-458dd11a-527e-4121-9945-082654760032 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-458dd11a-527e-4121-9945-082654760032 None ******] PATH_INFO: `/v3/users/2626dfc385904e4e9f5066658b96c337` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-458dd11a-527e-4121-9945-082654760032 None ******] RBAC: Authorizing `identity:get_user(user_id=2626dfc385904e4e9f5066658b96c337)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-458dd11a-527e-4121-9945-082654760032 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 120/241] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:24 2025] GET /identity/v3/users/2626dfc385904e4e9f5066658b96c337 => generated 294 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 122/242] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:23 2025] GET /identity/v3/domains/default => generated 200 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-458dd11a-527e-4121-9945-082654760032 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-458dd11a-527e-4121-9945-082654760032 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dc3bc53-e98a-460f-aaae-c6568a89aa64 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] RBAC: Adding query filter params (role.id=462b9508aab14b8bbadb681cb2b7dd65, user.id=2626dfc385904e4e9f5066658b96c337, scope.system=all) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 121/243] 10.201.9.223 () {56 vars in 1361 bytes} [Fri Jan 3 20:27:24 2025] GET /identity/v3/role_assignments?role.id=462b9508aab14b8bbadb681cb2b7dd65&user.id=2626dfc385904e4e9f5066658b96c337&scope.system=all => generated 227 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] PATH_INFO: `/v3/groups` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] RBAC: Authorizing `identity:create_group()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 123/244] 10.201.9.223 () {60 vars in 1131 bytes} [Fri Jan 3 20:27:24 2025] POST /identity/v3/groups => generated 227 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2bb869e-d655-4df1-aaf8-61027afa8119 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] Could not find role: reader. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 122/245] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:24 2025] GET /identity/v3/roles/reader => generated 84 bytes in 102 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a04c8d1-aae6-4ea7-b9cd-17b931277bad None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] RBAC: Adding query filter params (name=reader) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 124/246] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:24 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f174f734-afdf-4054-ac1e-3e5c303fb061 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43f7e48e-145f-41ae-874e-e68023282942 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43f7e48e-145f-41ae-874e-e68023282942 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43f7e48e-145f-41ae-874e-e68023282942 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43f7e48e-145f-41ae-874e-e68023282942 None ******] PATH_INFO: `/v3/users/ab2ecff0c93a4f00bf706663e7453ac1` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43f7e48e-145f-41ae-874e-e68023282942 None ******] RBAC: Authorizing `identity:get_user(user_id=ab2ecff0c93a4f00bf706663e7453ac1)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43f7e48e-145f-41ae-874e-e68023282942 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 123/247] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:24 2025] GET /identity/v3/users/ab2ecff0c93a4f00bf706663e7453ac1 => generated 294 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6930a0b-6d54-40f0-8e32-a2f068c4ff6e None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c25f16f1-7d9a-41dd-bde6-965ece664262 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c25f16f1-7d9a-41dd-bde6-965ece664262 None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c25f16f1-7d9a-41dd-bde6-965ece664262 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c25f16f1-7d9a-41dd-bde6-965ece664262 None ******] PATH_INFO: `/v3/system/users/ab2ecff0c93a4f00bf706663e7453ac1/roles/870afcda2cba4b17968b3f1eeb4eecc8` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c25f16f1-7d9a-41dd-bde6-965ece664262 None ******] RBAC: Authorizing `identity:create_system_grant_for_user(user_id=ab2ecff0c93a4f00bf706663e7453ac1, role_id=870afcda2cba4b17968b3f1eeb4eecc8)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c25f16f1-7d9a-41dd-bde6-965ece664262 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 125/248] 10.201.9.223 () {58 vars in 1331 bytes} [Fri Jan 3 20:27:24 2025] PUT /identity/v3/system/users/ab2ecff0c93a4f00bf706663e7453ac1/roles/870afcda2cba4b17968b3f1eeb4eecc8 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c8d2545-836e-47dd-8656-71dc837157cc None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c8d2545-836e-47dd-8656-71dc837157cc None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c8d2545-836e-47dd-8656-71dc837157cc None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 124/249] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:25 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06ed39c-6b2a-49b0-9357-ef16dbf32698 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06ed39c-6b2a-49b0-9357-ef16dbf32698 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06ed39c-6b2a-49b0-9357-ef16dbf32698 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e06ed39c-6b2a-49b0-9357-ef16dbf32698 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e06ed39c-6b2a-49b0-9357-ef16dbf32698 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e06ed39c-6b2a-49b0-9357-ef16dbf32698 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 126/250] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:25 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14403aa7-e67b-47a3-a31f-9b181346c486 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14403aa7-e67b-47a3-a31f-9b181346c486 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14403aa7-e67b-47a3-a31f-9b181346c486 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 125/251] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:25 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14403aa7-e67b-47a3-a31f-9b181346c486 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 127/252] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:25 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14403aa7-e67b-47a3-a31f-9b181346c486 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] PATH_INFO: `/v3/roles/member` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] Could not find role: member. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 126/253] 10.201.9.223 () {56 vars in 1117 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/roles/member => generated 84 bytes in 28 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70ec1dab-ec20-43a3-8225-efb618bfffaa None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96b7b80a-7a5d-47b6-9559-46235a31f8ab ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96b7b80a-7a5d-47b6-9559-46235a31f8ab ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96b7b80a-7a5d-47b6-9559-46235a31f8ab ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96b7b80a-7a5d-47b6-9559-46235a31f8ab ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96b7b80a-7a5d-47b6-9559-46235a31f8ab ****** ******] RBAC: Adding query filter params (name=member) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96b7b80a-7a5d-47b6-9559-46235a31f8ab ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96b7b80a-7a5d-47b6-9559-46235a31f8ab ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 128/254] 10.201.9.223 () {56 vars in 1119 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 13 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-563dd935-7ca5-4589-aa14-a2960c3e542d None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-563dd935-7ca5-4589-aa14-a2960c3e542d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-563dd935-7ca5-4589-aa14-a2960c3e542d None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 129/255] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:25 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbb07509-f4ec-4589-9ae7-9c796eeb6d88 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8eb20533-0c6e-4852-9f95-1ee97c727721 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8eb20533-0c6e-4852-9f95-1ee97c727721 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8eb20533-0c6e-4852-9f95-1ee97c727721 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8eb20533-0c6e-4852-9f95-1ee97c727721 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 127/256] 10.201.9.223 () {56 vars in 1198 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 13 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8eb20533-0c6e-4852-9f95-1ee97c727721 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8eb20533-0c6e-4852-9f95-1ee97c727721 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d290983-a6bf-4ff0-97b8-b4cd7f6629a3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 128/257] 10.201.9.223 () {56 vars in 1204 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 13 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-236f2017-0138-41c0-b92c-896d8e9bdca4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f565121-b13d-4598-a3f0-de81716c6952 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f565121-b13d-4598-a3f0-de81716c6952 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f565121-b13d-4598-a3f0-de81716c6952 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f565121-b13d-4598-a3f0-de81716c6952 ****** ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901/groups/4c05267816954a57b7de201a1282f501/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f565121-b13d-4598-a3f0-de81716c6952 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c1512073f7d24ed9bc5330aa71d83901, group_id=4c05267816954a57b7de201a1282f501, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f565121-b13d-4598-a3f0-de81716c6952 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 129/258] 10.201.9.223 () {58 vars in 1460 bytes} [Fri Jan 3 20:27:25 2025] PUT /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901/groups/4c05267816954a57b7de201a1282f501/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 130/259] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:25 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20e65f21-eb87-47de-bb33-9b222c6bb9c9 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20e65f21-eb87-47de-bb33-9b222c6bb9c9 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20e65f21-eb87-47de-bb33-9b222c6bb9c9 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 130/260] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:25 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0297f686-8645-4775-8fd1-837382be191b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0297f686-8645-4775-8fd1-837382be191b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0297f686-8645-4775-8fd1-837382be191b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-0297f686-8645-4775-8fd1-837382be191b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20e65f21-eb87-47de-bb33-9b222c6bb9c9 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-0297f686-8645-4775-8fd1-837382be191b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-0297f686-8645-4775-8fd1-837382be191b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20e65f21-eb87-47de-bb33-9b222c6bb9c9 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] Could not find role: anotherrole. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 131/261] 10.201.9.223 () {56 vars in 1132 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 52 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 131/262] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:25 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0297f686-8645-4775-8fd1-837382be191b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0297f686-8645-4775-8fd1-837382be191b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 132/263] 10.201.9.223 () {56 vars in 1129 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13192ba9-01bf-4f73-b3bc-5de0d4c53bfc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-564a13ee-9845-4ac4-9d9f-8187b4ade50b ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 133/264] 10.201.9.223 () {56 vars in 1198 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70930be2-a257-4835-a670-dcb298d4808f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 134/265] 10.201.9.223 () {56 vars in 1204 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca32e6d7-c0b2-4ebd-8968-99b05e3a1e78 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] Could not find role: reader. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 132/266] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/roles/reader => generated 84 bytes in 79 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901/groups/4c05267816954a57b7de201a1282f501/roles/129911b8c5234859ba0dc83d98f9f1ed` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c1512073f7d24ed9bc5330aa71d83901, group_id=4c05267816954a57b7de201a1282f501, role_id=129911b8c5234859ba0dc83d98f9f1ed)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 135/267] 10.201.9.223 () {58 vars in 1460 bytes} [Fri Jan 3 20:27:25 2025] PUT /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901/groups/4c05267816954a57b7de201a1282f501/roles/129911b8c5234859ba0dc83d98f9f1ed => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7ff6efd-589d-47dc-ace2-282686d646ec None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 133/268] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fd6152e-d137-48d7-88b6-1e71864d6ee0 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] PATH_INFO: `/v3/users/ab2ecff0c93a4f00bf706663e7453ac1` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] RBAC: Authorizing `identity:get_user(user_id=ab2ecff0c93a4f00bf706663e7453ac1)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 136/269] 10.201.9.223 () {56 vars in 1217 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/users/ab2ecff0c93a4f00bf706663e7453ac1 => generated 294 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab75c168-c4fa-4b07-9471-6a06efd0d5e9 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] PATH_INFO: `/v3/roles/member` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3368738a-15c9-48c3-b368-e7ec07e4d89f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] Could not find role: member. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 134/270] 10.201.9.223 () {56 vars in 1117 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/roles/member => generated 84 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4daed40-809d-4d3e-b198-9ae829615dc8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 135/271] 10.201.9.223 () {56 vars in 1119 bytes} [Fri Jan 3 20:27:26 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] RBAC: Adding query filter params (role.id=870afcda2cba4b17968b3f1eeb4eecc8, user.id=ab2ecff0c93a4f00bf706663e7453ac1, scope.system=all) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41d4d5a5-498c-4e43-9d80-6fca3f06c815 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 136/272] 10.201.9.223 () {56 vars in 1198 bytes} [Fri Jan 3 20:27:26 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 7 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 137/273] 10.201.9.223 () {56 vars in 1361 bytes} [Fri Jan 3 20:27:25 2025] GET /identity/v3/role_assignments?role.id=870afcda2cba4b17968b3f1eeb4eecc8&user.id=ab2ecff0c93a4f00bf706663e7453ac1&scope.system=all => generated 512 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e18bb93-9cb1-4265-bdfd-82b866922aab ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6162a4e1-b4f1-4310-9d98-bfd4f211e5aa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6162a4e1-b4f1-4310-9d98-bfd4f211e5aa ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6162a4e1-b4f1-4310-9d98-bfd4f211e5aa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6162a4e1-b4f1-4310-9d98-bfd4f211e5aa ****** ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6162a4e1-b4f1-4310-9d98-bfd4f211e5aa ****** ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6162a4e1-b4f1-4310-9d98-bfd4f211e5aa ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 137/274] 10.201.9.223 () {56 vars in 1204 bytes} [Fri Jan 3 20:27:26 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 8 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8296eddb-134d-4ab9-929a-a13e0a3426b2 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-672bd19c-e80a-49e8-9e5a-a6e21e93289f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-672bd19c-e80a-49e8-9e5a-a6e21e93289f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-672bd19c-e80a-49e8-9e5a-a6e21e93289f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-672bd19c-e80a-49e8-9e5a-a6e21e93289f ****** ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2/groups/4c05267816954a57b7de201a1282f501/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-672bd19c-e80a-49e8-9e5a-a6e21e93289f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c5af415c464b47efb1d226e753a493e2, group_id=4c05267816954a57b7de201a1282f501, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-672bd19c-e80a-49e8-9e5a-a6e21e93289f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 138/275] 10.201.9.223 () {58 vars in 1460 bytes} [Fri Jan 3 20:27:26 2025] PUT /identity/v3/projects/c5af415c464b47efb1d226e753a493e2/groups/4c05267816954a57b7de201a1282f501/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34cb99ab-7639-47db-a0b6-e005bd6db75b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34cb99ab-7639-47db-a0b6-e005bd6db75b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34cb99ab-7639-47db-a0b6-e005bd6db75b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 138/276] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:27 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07e08a48-060f-47d2-a189-3a5602e378bb None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07e08a48-060f-47d2-a189-3a5602e378bb None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07e08a48-060f-47d2-a189-3a5602e378bb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-07e08a48-060f-47d2-a189-3a5602e378bb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-07e08a48-060f-47d2-a189-3a5602e378bb None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-07e08a48-060f-47d2-a189-3a5602e378bb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 139/277] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:27 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81f80fad-9fa0-4a86-a9ba-fb39ef9cda75 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81f80fad-9fa0-4a86-a9ba-fb39ef9cda75 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81f80fad-9fa0-4a86-a9ba-fb39ef9cda75 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 139/278] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:27 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81f80fad-9fa0-4a86-a9ba-fb39ef9cda75 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81f80fad-9fa0-4a86-a9ba-fb39ef9cda75 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 140/279] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:27 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] Could not find role: anotherrole. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 140/280] 10.201.9.223 () {56 vars in 1132 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 20 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8533e3f-942c-4e8e-82a1-fca2c18b7a3b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 141/281] 10.201.9.223 () {56 vars in 1129 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5333e85c-16ec-4e8a-92f3-c27d98eff1b8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 141/282] 10.201.9.223 () {56 vars in 1198 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 9 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3195fe72-e93e-433b-bbbd-6495d8bb94b5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76516a81-01ca-4e40-9d1c-07b986c2b955 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76516a81-01ca-4e40-9d1c-07b986c2b955 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76516a81-01ca-4e40-9d1c-07b986c2b955 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76516a81-01ca-4e40-9d1c-07b986c2b955 ****** ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76516a81-01ca-4e40-9d1c-07b986c2b955 ****** ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76516a81-01ca-4e40-9d1c-07b986c2b955 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 142/283] 10.201.9.223 () {56 vars in 1204 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 9 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5db97c7-1525-4f4d-b089-e50304c746c0 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2/groups/4c05267816954a57b7de201a1282f501/roles/129911b8c5234859ba0dc83d98f9f1ed` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c5af415c464b47efb1d226e753a493e2, group_id=4c05267816954a57b7de201a1282f501, role_id=129911b8c5234859ba0dc83d98f9f1ed)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c03a946-7fcc-40ac-b72a-3f7e7fbd6dcd None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c03a946-7fcc-40ac-b72a-3f7e7fbd6dcd None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c03a946-7fcc-40ac-b72a-3f7e7fbd6dcd None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 143/284] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:27 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 142/285] 10.201.9.223 () {58 vars in 1460 bytes} [Fri Jan 3 20:27:27 2025] PUT /identity/v3/projects/c5af415c464b47efb1d226e753a493e2/groups/4c05267816954a57b7de201a1282f501/roles/129911b8c5234859ba0dc83d98f9f1ed => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 144/286] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:27 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9024463-30e3-455a-8d38-e83e12f51e3c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] PATH_INFO: `/v3/roles/******` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] Could not find role: ******. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 143/287] 10.201.9.223 () {56 vars in 1114 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles/****** => generated 83 bytes in 52 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1d0c3f3-d4de-443d-8374-3b918d6c6bb8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2d3085-c7b4-4b4f-9c98-1b428e48d966 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] RBAC: Adding query filter params (name=******) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 144/288] 10.201.9.223 () {56 vars in 1117 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a339afe8-a79a-4647-8f47-fba424e3a235 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] PATH_INFO: `/v3/groups/61a603784a2b4c20bcfd6910d127b48c` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] RBAC: Authorizing `identity:get_group(group_id=61a603784a2b4c20bcfd6910d127b48c)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 145/289] 10.201.9.223 () {56 vars in 1198 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/groups/61a603784a2b4c20bcfd6910d127b48c => generated 230 bytes in 12 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a33255dd-863f-4ad7-a311-38d4603d4db7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] PATH_INFO: `/v3/projects/c09c34465cf64df987fa1f7c646d06a9` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] RBAC: Authorizing `identity:get_project(project_id=c09c34465cf64df987fa1f7c646d06a9)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] Could not find role: member. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 145/290] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles/member => generated 84 bytes in 79 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 146/291] 10.201.9.223 () {56 vars in 1204 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/projects/c09c34465cf64df987fa1f7c646d06a9 => generated 345 bytes in 8 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5793207-dc4d-4f63-883e-ed4ff85ec865 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] PATH_INFO: `/v3/projects/c09c34465cf64df987fa1f7c646d06a9/groups/61a603784a2b4c20bcfd6910d127b48c/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c09c34465cf64df987fa1f7c646d06a9, group_id=61a603784a2b4c20bcfd6910d127b48c, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 146/292] 10.201.9.223 () {58 vars in 1460 bytes} [Fri Jan 3 20:27:27 2025] PUT /identity/v3/projects/c09c34465cf64df987fa1f7c646d06a9/groups/61a603784a2b4c20bcfd6910d127b48c/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84817f47-863f-4909-8534-4abecf89e62e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce29781c-c332-404b-bfab-3720cba308b5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce29781c-c332-404b-bfab-3720cba308b5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce29781c-c332-404b-bfab-3720cba308b5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce29781c-c332-404b-bfab-3720cba308b5 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce29781c-c332-404b-bfab-3720cba308b5 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce29781c-c332-404b-bfab-3720cba308b5 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce29781c-c332-404b-bfab-3720cba308b5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 147/293] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b9eced5-2362-48ce-8465-31a5d75232b7 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b9eced5-2362-48ce-8465-31a5d75232b7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b9eced5-2362-48ce-8465-31a5d75232b7 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 148/294] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:27 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f555d4da-72fc-4173-a3cd-145c26e6c100 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 147/295] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 149/296] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:27 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 79 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5a9a33e-f4d4-4d93-9a4f-0593e396116d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 148/297] 10.201.9.223 () {56 vars in 1220 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 82 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a342494f-3909-4248-b2ac-dc7b1f768c33 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3723513-97b5-4def-a522-9e160f76400e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3723513-97b5-4def-a522-9e160f76400e None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3723513-97b5-4def-a522-9e160f76400e None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3723513-97b5-4def-a522-9e160f76400e None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3723513-97b5-4def-a522-9e160f76400e None ******] RBAC: Adding query filter params (group.id=4c05267816954a57b7de201a1282f501, role.id=462b9508aab14b8bbadb681cb2b7dd65, scope.project.id=c1512073f7d24ed9bc5330aa71d83901) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3723513-97b5-4def-a522-9e160f76400e None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3723513-97b5-4def-a522-9e160f76400e None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 150/298] 10.201.9.223 () {56 vars in 1429 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/role_assignments?group.id=4c05267816954a57b7de201a1282f501&role.id=462b9508aab14b8bbadb681cb2b7dd65&scope.project.id=c1512073f7d24ed9bc5330aa71d83901 => generated 613 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffaa1ce7-9a40-4845-a5c5-33d3df496a3c None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffaa1ce7-9a40-4845-a5c5-33d3df496a3c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffaa1ce7-9a40-4845-a5c5-33d3df496a3c None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 151/299] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:27 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f7824da-c04c-4bdf-b497-c7ee6ce31d63 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 152/300] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:27 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] Could not find role: anotherrole. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 149/301] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab2148f8-9471-48c2-a3d1-0373efaa2dcf None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 153/302] 10.201.9.223 () {56 vars in 1164 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25fc3f6f-b563-48ff-8e03-913c760e97c9 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] PATH_INFO: `/v3/projects/c1512073f7d24ed9bc5330aa71d83901` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] RBAC: Authorizing `identity:get_project(project_id=c1512073f7d24ed9bc5330aa71d83901)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 150/303] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:27 2025] GET /identity/v3/projects/c1512073f7d24ed9bc5330aa71d83901 => generated 299 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef515e4a-7a96-486a-9d97-2ceb2c410347 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-598a24d6-6ff9-4747-8861-02d2ccd25819 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 151/304] 10.201.9.223 () {56 vars in 1220 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19589c30-1931-4bae-8dad-1d896284bf00 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] Could not find role: member. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 154/305] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/roles/member => generated 84 bytes in 158 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] RBAC: Adding query filter params (group.id=4c05267816954a57b7de201a1282f501, role.id=129911b8c5234859ba0dc83d98f9f1ed, scope.project.id=c1512073f7d24ed9bc5330aa71d83901) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 152/306] 10.201.9.223 () {56 vars in 1429 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/role_assignments?group.id=4c05267816954a57b7de201a1282f501&role.id=129911b8c5234859ba0dc83d98f9f1ed&scope.project.id=c1512073f7d24ed9bc5330aa71d83901 => generated 613 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78d59574-ab34-4d6a-8452-400a4cf40891 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] RBAC: Adding query filter params (name=member) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 155/307] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3b41057-47aa-4d47-b1c6-9e677aa4e3b5 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 153/308] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 84 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02c587dd-6a32-426e-a68d-99ebb1e28b42 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-074dce77-3e62-486f-8c62-84d8c762e4f3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-074dce77-3e62-486f-8c62-84d8c762e4f3 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-074dce77-3e62-486f-8c62-84d8c762e4f3 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-074dce77-3e62-486f-8c62-84d8c762e4f3 None ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-074dce77-3e62-486f-8c62-84d8c762e4f3 None ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-074dce77-3e62-486f-8c62-84d8c762e4f3 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 156/309] 10.201.9.223 () {56 vars in 1220 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e19206aa-8b74-42f6-a467-cc1e077a7eb8 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-362b92a8-21d7-4866-98b3-0a0e393a9fd4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-362b92a8-21d7-4866-98b3-0a0e393a9fd4 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-362b92a8-21d7-4866-98b3-0a0e393a9fd4 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-362b92a8-21d7-4866-98b3-0a0e393a9fd4 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-362b92a8-21d7-4866-98b3-0a0e393a9fd4 None ******] RBAC: Adding query filter params (group.id=4c05267816954a57b7de201a1282f501, role.id=462b9508aab14b8bbadb681cb2b7dd65, scope.project.id=c5af415c464b47efb1d226e753a493e2) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-362b92a8-21d7-4866-98b3-0a0e393a9fd4 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-362b92a8-21d7-4866-98b3-0a0e393a9fd4 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 154/310] 10.201.9.223 () {56 vars in 1429 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/role_assignments?group.id=4c05267816954a57b7de201a1282f501&role.id=462b9508aab14b8bbadb681cb2b7dd65&scope.project.id=c5af415c464b47efb1d226e753a493e2 => generated 613 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11eeb343-b95d-45e0-bc7a-592ae7ba244b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11eeb343-b95d-45e0-bc7a-592ae7ba244b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11eeb343-b95d-45e0-bc7a-592ae7ba244b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 157/311] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:28 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe636044-da5b-4edd-9266-470d9afd27e3 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe636044-da5b-4edd-9266-470d9afd27e3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe636044-da5b-4edd-9266-470d9afd27e3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-fe636044-da5b-4edd-9266-470d9afd27e3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-fe636044-da5b-4edd-9266-470d9afd27e3 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-fe636044-da5b-4edd-9266-470d9afd27e3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 155/312] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:28 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11eeb343-b95d-45e0-bc7a-592ae7ba244b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f292c386-dd6b-43f8-be2d-47db5b33a67f None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f292c386-dd6b-43f8-be2d-47db5b33a67f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f292c386-dd6b-43f8-be2d-47db5b33a67f None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 156/313] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:28 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11eeb343-b95d-45e0-bc7a-592ae7ba244b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] Could not find role: anotherrole. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 158/314] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:28 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 157/315] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:28 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d09065bb-06b0-4bfb-b5c3-8bcebe9e28ec None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 159/316] 10.201.9.223 () {56 vars in 1164 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b0d5815-ac5e-4a3a-8999-daa8a9d675bb None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] PATH_INFO: `/v3/projects/c5af415c464b47efb1d226e753a493e2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] RBAC: Authorizing `identity:get_project(project_id=c5af415c464b47efb1d226e753a493e2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 158/317] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/projects/c5af415c464b47efb1d226e753a493e2 => generated 303 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aeb43e72-baf5-47f1-9cd5-a82f45260f00 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f783860-a47a-460f-bdea-8543ed30a566 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] PATH_INFO: `/v3/roles/******` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] Could not find role: ******. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 160/318] 10.201.9.223 () {56 vars in 1136 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/roles/****** => generated 83 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] PATH_INFO: `/v3/groups/4c05267816954a57b7de201a1282f501` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] RBAC: Authorizing `identity:get_group(group_id=4c05267816954a57b7de201a1282f501)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 159/319] 10.201.9.223 () {56 vars in 1220 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/groups/4c05267816954a57b7de201a1282f501 => generated 227 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34cbafe5-f3ba-4328-b68b-1b1191d029ef None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3185131a-8fa4-4491-8f03-686d56664355 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] RBAC: Adding query filter params (name=******) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] RBAC: Adding query filter params (group.id=4c05267816954a57b7de201a1282f501, role.id=129911b8c5234859ba0dc83d98f9f1ed, scope.project.id=c5af415c464b47efb1d226e753a493e2) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 160/320] 10.201.9.223 () {56 vars in 1429 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/role_assignments?group.id=4c05267816954a57b7de201a1282f501&role.id=129911b8c5234859ba0dc83d98f9f1ed&scope.project.id=c5af415c464b47efb1d226e753a493e2 => generated 613 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 161/321] 10.201.9.223 () {56 vars in 1152 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88e9c85f-fe07-491e-a88d-e6a8089e1e93 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] PATH_INFO: `/v3/projects/c09c34465cf64df987fa1f7c646d06a9` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] RBAC: Authorizing `identity:get_project(project_id=c09c34465cf64df987fa1f7c646d06a9)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 161/322] 10.201.9.223 () {56 vars in 1226 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/projects/c09c34465cf64df987fa1f7c646d06a9 => generated 345 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b4d7e3d-286f-4a68-a2f6-1790accce2e3 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b4f7c63-a740-40f4-95f9-989cf2ac430c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b4f7c63-a740-40f4-95f9-989cf2ac430c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b4f7c63-a740-40f4-95f9-989cf2ac430c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b4f7c63-a740-40f4-95f9-989cf2ac430c None ******] PATH_INFO: `/v3/groups/61a603784a2b4c20bcfd6910d127b48c` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b4f7c63-a740-40f4-95f9-989cf2ac430c None ******] RBAC: Authorizing `identity:get_group(group_id=61a603784a2b4c20bcfd6910d127b48c)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b4f7c63-a740-40f4-95f9-989cf2ac430c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 162/323] 10.201.9.223 () {56 vars in 1220 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/groups/61a603784a2b4c20bcfd6910d127b48c => generated 230 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-324c6d48-60c4-4d35-bc0d-13a4e328613d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-522e643d-908b-4d44-8313-f1b3d8854c2e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-522e643d-908b-4d44-8313-f1b3d8854c2e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-522e643d-908b-4d44-8313-f1b3d8854c2e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-522e643d-908b-4d44-8313-f1b3d8854c2e None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-522e643d-908b-4d44-8313-f1b3d8854c2e None ******] RBAC: Adding query filter params (group.id=61a603784a2b4c20bcfd6910d127b48c, role.id=ded8686996b046f3969600dc4d1fc74a, scope.project.id=c09c34465cf64df987fa1f7c646d06a9) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-522e643d-908b-4d44-8313-f1b3d8854c2e None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-522e643d-908b-4d44-8313-f1b3d8854c2e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 162/324] 10.201.9.223 () {56 vars in 1429 bytes} [Fri Jan 3 20:27:29 2025] GET /identity/v3/role_assignments?group.id=61a603784a2b4c20bcfd6910d127b48c&role.id=ded8686996b046f3969600dc4d1fc74a&scope.project.id=c09c34465cf64df987fa1f7c646d06a9 => generated 613 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c76f245-ee0d-4b2c-92ac-8ee389c415fd None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c76f245-ee0d-4b2c-92ac-8ee389c415fd None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c76f245-ee0d-4b2c-92ac-8ee389c415fd None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 163/325] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:31 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b80127b7-b7c2-4965-8ec7-1bf389badef8 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b80127b7-b7c2-4965-8ec7-1bf389badef8 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b80127b7-b7c2-4965-8ec7-1bf389badef8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-b80127b7-b7c2-4965-8ec7-1bf389badef8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-b80127b7-b7c2-4965-8ec7-1bf389badef8 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b80127b7-b7c2-4965-8ec7-1bf389badef8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 163/326] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:31 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abce3ef6-8a4f-4841-bbe0-7992461fffbb None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abce3ef6-8a4f-4841-bbe0-7992461fffbb None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abce3ef6-8a4f-4841-bbe0-7992461fffbb None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 164/327] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:31 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abce3ef6-8a4f-4841-bbe0-7992461fffbb None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 164/328] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:31 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abce3ef6-8a4f-4841-bbe0-7992461fffbb None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31549879-afd6-499f-a85e-f73854652dad None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31549879-afd6-499f-a85e-f73854652dad None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31549879-afd6-499f-a85e-f73854652dad None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31549879-afd6-499f-a85e-f73854652dad None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31549879-afd6-499f-a85e-f73854652dad None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31549879-afd6-499f-a85e-f73854652dad None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-31549879-afd6-499f-a85e-f73854652dad None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 165/329] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:31 2025] GET /identity/v3/domains/Default => generated 87 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26b69558-a2b5-4791-b162-1a5f0c2efb04 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31549879-afd6-499f-a85e-f73854652dad None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 165/330] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:31 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 88 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31549879-afd6-499f-a85e-f73854652dad None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b9b8a80-32e3-4309-8f7e-010d76fa9ecc None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4697d7e-15b9-4823-9331-2abeb217e599 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4697d7e-15b9-4823-9331-2abeb217e599 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4697d7e-15b9-4823-9331-2abeb217e599 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4697d7e-15b9-4823-9331-2abeb217e599 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4697d7e-15b9-4823-9331-2abeb217e599 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4697d7e-15b9-4823-9331-2abeb217e599 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-a4697d7e-15b9-4823-9331-2abeb217e599 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed906da-c963-4bde-b4c0-5fe4ac5fcee2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed906da-c963-4bde-b4c0-5fe4ac5fcee2 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 166/331] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:31 2025] GET /identity/v3/domains/Default => generated 87 bytes in 93 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed906da-c963-4bde-b4c0-5fe4ac5fcee2 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed906da-c963-4bde-b4c0-5fe4ac5fcee2 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed906da-c963-4bde-b4c0-5fe4ac5fcee2 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed906da-c963-4bde-b4c0-5fe4ac5fcee2 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-eed906da-c963-4bde-b4c0-5fe4ac5fcee2 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a887afa-bc95-4d26-a15d-0c4f384e6644 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a887afa-bc95-4d26-a15d-0c4f384e6644 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a887afa-bc95-4d26-a15d-0c4f384e6644 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 167/332] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:31 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a887afa-bc95-4d26-a15d-0c4f384e6644 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 166/333] 10.201.9.223 () {60 vars in 1171 bytes} [Fri Jan 3 20:27:31 2025] POST /identity/v3/users => generated 247 bytes in 85 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a887afa-bc95-4d26-a15d-0c4f384e6644 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 167/334] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:31 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 168/335] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:31 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 100 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12c502a1-0d9b-4966-a7d3-5d16778317d4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 168/336] 10.201.9.223 () {60 vars in 1171 bytes} [Fri Jan 3 20:27:31 2025] POST /identity/v3/users => generated 249 bytes in 100 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e73f0b9-b886-41d6-8cf8-7db2cc8f55ee None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcd95d54-e841-4c0a-9db3-2be50c9cd7ac None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcd95d54-e841-4c0a-9db3-2be50c9cd7ac None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcd95d54-e841-4c0a-9db3-2be50c9cd7ac None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcd95d54-e841-4c0a-9db3-2be50c9cd7ac None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcd95d54-e841-4c0a-9db3-2be50c9cd7ac None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcd95d54-e841-4c0a-9db3-2be50c9cd7ac None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-bcd95d54-e841-4c0a-9db3-2be50c9cd7ac None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 169/337] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:32 2025] GET /identity/v3/domains/Default => generated 87 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b004a159-db0e-456a-a5bf-d517b41cd747 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b004a159-db0e-456a-a5bf-d517b41cd747 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b004a159-db0e-456a-a5bf-d517b41cd747 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 170/338] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:32 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6ad088d-de63-4de8-a939-ce95792bdd9a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 171/339] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:32 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 169/340] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:32 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 89 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-deb2df97-25e9-4d83-b39d-c51157667e86 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 172/341] 10.201.9.223 () {60 vars in 1171 bytes} [Fri Jan 3 20:27:32 2025] POST /identity/v3/users => generated 249 bytes in 69 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf959548-f4b3-47f8-bdde-b863c604699c None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 170/342] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:32 2025] GET /identity/v3/domains/Default => generated 87 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43d8c7a6-70c3-4208-a5e6-89b85263d1b3 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1885e0f1-04e6-4ecc-8584-5e60b199d094 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1885e0f1-04e6-4ecc-8584-5e60b199d094 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1885e0f1-04e6-4ecc-8584-5e60b199d094 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1885e0f1-04e6-4ecc-8584-5e60b199d094 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1885e0f1-04e6-4ecc-8584-5e60b199d094 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1885e0f1-04e6-4ecc-8584-5e60b199d094 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1885e0f1-04e6-4ecc-8584-5e60b199d094 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 173/343] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:32 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d0d3bf8-d7ea-43b6-9842-484df3d1946b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6595d7a-5936-4092-bad7-0cdf9f456fa4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6595d7a-5936-4092-bad7-0cdf9f456fa4 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6595d7a-5936-4092-bad7-0cdf9f456fa4 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6595d7a-5936-4092-bad7-0cdf9f456fa4 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6595d7a-5936-4092-bad7-0cdf9f456fa4 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6595d7a-5936-4092-bad7-0cdf9f456fa4 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e6595d7a-5936-4092-bad7-0cdf9f456fa4 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 171/344] 10.201.9.223 () {60 vars in 1171 bytes} [Fri Jan 3 20:27:32 2025] POST /identity/v3/users => generated 250 bytes in 67 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a872123-c128-4ebf-a30a-ae84adcf054e None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a872123-c128-4ebf-a30a-ae84adcf054e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a872123-c128-4ebf-a30a-ae84adcf054e None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 174/345] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:33 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc2359c-8e6c-4c00-b8a1-3c6e6ffe98d5 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc2359c-8e6c-4c00-b8a1-3c6e6ffe98d5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc2359c-8e6c-4c00-b8a1-3c6e6ffe98d5 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 175/346] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:33 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 172/347] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:33 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 176/348] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:33 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2e2d21c-15d9-4298-b268-2e47c8308842 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] PATH_INFO: `/v3/roles/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] Could not find role: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 173/349] 10.201.9.223 () {56 vars in 1099 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/roles/service => generated 85 bytes in 60 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5ed7d17-8485-4764-bc22-09c115db4591 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed74c2ce-d17d-4ad4-a136-5dfa04931f2f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] Could not find role: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 177/350] 10.201.9.223 () {56 vars in 1099 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/roles/service => generated 85 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] RBAC: Adding query filter params (name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 174/351] 10.201.9.223 () {56 vars in 1100 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e928998-8afe-485e-83df-0d066066ec49 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c725c0b7-d25a-4c6f-9d6d-e7d34e28cb88 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] RBAC: Adding query filter params (name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 178/352] 10.201.9.223 () {56 vars in 1100 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 175/353] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains/Default => generated 87 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd572088-7c90-4b51-b263-e75afa2fe94d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c68121b3-ec9f-44cf-864a-c9878549f9d5 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b27ca15-a307-4352-b553-9a5d0308d6d5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b27ca15-a307-4352-b553-9a5d0308d6d5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b27ca15-a307-4352-b553-9a5d0308d6d5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b27ca15-a307-4352-b553-9a5d0308d6d5 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b27ca15-a307-4352-b553-9a5d0308d6d5 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b27ca15-a307-4352-b553-9a5d0308d6d5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10000249-a871-48cf-ac80-28b398b39f0e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10000249-a871-48cf-ac80-28b398b39f0e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10000249-a871-48cf-ac80-28b398b39f0e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10000249-a871-48cf-ac80-28b398b39f0e None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10000249-a871-48cf-ac80-28b398b39f0e None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10000249-a871-48cf-ac80-28b398b39f0e None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10000249-a871-48cf-ac80-28b398b39f0e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-4b27ca15-a307-4352-b553-9a5d0308d6d5 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 179/354] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains/Default => generated 87 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1d41bb4-64d8-4701-8600-049f7a764522 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1d41bb4-64d8-4701-8600-049f7a764522 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1d41bb4-64d8-4701-8600-049f7a764522 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 180/355] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:33 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1d41bb4-64d8-4701-8600-049f7a764522 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 176/356] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1d41bb4-64d8-4701-8600-049f7a764522 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 177/357] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:33 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 181/358] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff253fbd-e40a-464b-8e58-e3edae0efff9 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1245fd00-35e5-48f8-880f-aeb59c057d59 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 178/359] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains/default => generated 200 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 182/360] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains/default => generated 200 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-097190f2-35cb-49f4-b19a-395b2866af91 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2282f7b2-fb2a-45e7-b487-bd8dc7a7993d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] PATH_INFO: `/v3/users/nova` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] Could not find user: nova. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 179/361] 10.201.9.223 () {56 vars in 1090 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/users/nova => generated 82 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] PATH_INFO: `/v3/users/glance` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] RBAC: Authorizing `identity:get_user(user_id=glance)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] Could not find user: glance. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 183/362] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/users/glance => generated 84 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5005d177-2551-4988-b5c3-3a9518831f40 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44a2818-f453-48c9-aaef-272726718f44 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] PATH_INFO: `/v3/roles/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] Could not find role: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 180/363] 10.201.9.223 () {56 vars in 1099 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/roles/service => generated 85 bytes in 57 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] RBAC: Adding query filter params (domain_id=default, name=nova) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 184/364] 10.201.9.223 () {56 vars in 1130 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/users?domain_id=default&name=nova => generated 370 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffb73db3-fbab-4d0b-8bc5-2220e17c357e None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9220c9e-e87f-4f7b-a5b0-689462eb8e75 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9220c9e-e87f-4f7b-a5b0-689462eb8e75 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9220c9e-e87f-4f7b-a5b0-689462eb8e75 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9220c9e-e87f-4f7b-a5b0-689462eb8e75 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9220c9e-e87f-4f7b-a5b0-689462eb8e75 None ******] RBAC: Adding query filter params (domain_id=default, name=glance) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9220c9e-e87f-4f7b-a5b0-689462eb8e75 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9220c9e-e87f-4f7b-a5b0-689462eb8e75 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-accfa01b-d5b6-43ff-a7ce-7387ba0d5246 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 181/365] 10.201.9.223 () {56 vars in 1134 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/users?domain_id=default&name=glance => generated 374 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e26facea-21b5-4d2d-9c11-5e0e3539b06b None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e26facea-21b5-4d2d-9c11-5e0e3539b06b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e26facea-21b5-4d2d-9c11-5e0e3539b06b None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 182/366] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:33 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e26facea-21b5-4d2d-9c11-5e0e3539b06b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] RBAC: Adding query filter params (name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 185/367] 10.201.9.223 () {56 vars in 1100 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e26facea-21b5-4d2d-9c11-5e0e3539b06b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c645574-961b-4e36-ab9c-b2be8b905920 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a1ccfcb-7cf0-44f0-bbe9-1fce3e71bdb6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a1ccfcb-7cf0-44f0-bbe9-1fce3e71bdb6 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a1ccfcb-7cf0-44f0-bbe9-1fce3e71bdb6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a1ccfcb-7cf0-44f0-bbe9-1fce3e71bdb6 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a1ccfcb-7cf0-44f0-bbe9-1fce3e71bdb6 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a1ccfcb-7cf0-44f0-bbe9-1fce3e71bdb6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-6a1ccfcb-7cf0-44f0-bbe9-1fce3e71bdb6 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 186/368] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains/Default => generated 87 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 183/369] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains/Default => generated 87 bytes in 95 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6b3674c-4656-46b2-9087-8187b58eb521 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 187/370] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:33 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e8040aa-ab25-4342-bce4-9ceea248a6d5 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 184/371] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:33 2025] GET /identity/v3/domains/Default => generated 87 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 188/372] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fda35697-aeac-4362-a0d5-9b0cecf1db92 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef1cdda5-24a2-4a67-8265-01212fef5785 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 185/373] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 189/374] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c32eb50-6920-4919-a154-cab62ddcf656 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7203873e-ab0d-44fe-857a-89aaa37068a2 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 186/375] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/default => generated 200 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] Could not find role: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 190/376] 10.201.9.223 () {56 vars in 1099 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/roles/service => generated 85 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8533d3f3-3ed0-4670-ba8d-3794366c5cdb None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10bc00ec-20d3-4e6d-a75c-9a073cd45c23 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 187/377] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/default => generated 200 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 191/378] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/default => generated 200 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbd0e38b-26ff-4f26-be3f-49323d44397d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7cdf226-3939-41ef-9f6e-7b95c2c8e48d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] RBAC: Adding query filter params (name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 188/379] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/projects/service => generated 88 bytes in 85 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 192/380] 10.201.9.223 () {56 vars in 1100 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 85 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4aa00f1-5b3a-488b-9d9a-2b6b4ecc918d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28977b28-5d5b-4833-9f2e-4fe06cda4e34 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 189/381] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/projects/service => generated 88 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] PATH_INFO: `/v3/users/cinder` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] RBAC: Authorizing `identity:get_user(user_id=cinder)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] Could not find user: cinder. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 193/382] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/users/cinder => generated 84 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b99873cb-77fc-4ea0-8397-ec4a2c7f03cb None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38d70e5c-22c4-4f3b-9138-ad69f8c55f0e None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 190/383] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 194/384] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/Default => generated 87 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aa02be5-c62d-481c-9beb-52084638c9b4 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71116d09-e719-4b27-8dc9-fd655321b0f6 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 191/385] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] RBAC: Adding query filter params (domain_id=default, name=cinder) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 195/386] 10.201.9.223 () {56 vars in 1134 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/users?domain_id=default&name=cinder => generated 374 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edb602d5-e07f-4f4e-afd4-74a2b0d33aab None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] PATH_INFO: `/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/4ce89706b2d14eacb5d51392c5f58a63/roles/91a9702db7f74d2c881e52ee17ba37ff` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3a34b7e-a8f5-403a-b98c-7ef1668a2010 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] RBAC: Authorizing `identity:create_grant(project_id=de198b0616ea4146afc19fba7d2c9f2f, user_id=4ce89706b2d14eacb5d51392c5f58a63, role_id=91a9702db7f74d2c881e52ee17ba37ff)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 192/387] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:34 2025] PUT /identity/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/4ce89706b2d14eacb5d51392c5f58a63/roles/91a9702db7f74d2c881e52ee17ba37ff => generated 0 bytes in 74 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29309942-8175-4b1e-8ee5-440391202273 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 196/388] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 84 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] PATH_INFO: `/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/16f06a0b65104b58b8f2c30371619628/roles/91a9702db7f74d2c881e52ee17ba37ff` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] RBAC: Authorizing `identity:create_grant(project_id=de198b0616ea4146afc19fba7d2c9f2f, user_id=16f06a0b65104b58b8f2c30371619628, role_id=91a9702db7f74d2c881e52ee17ba37ff)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 193/389] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:34 2025] PUT /identity/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/16f06a0b65104b58b8f2c30371619628/roles/91a9702db7f74d2c881e52ee17ba37ff => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d9a52ba-8abc-4d79-a86c-a5da1658fa25 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e554586-fc44-4ce1-8e88-e4966279bb0b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 197/390] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/Default => generated 87 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 194/391] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/default => generated 200 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd22f3cf-c8f8-4d14-8c3d-77315c5d72d1 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a20b399b-4eb1-4d32-9509-ef562d0ef0b8 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 198/392] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] PATH_INFO: `/v3/users/neutron` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] RBAC: Authorizing `identity:get_user(user_id=neutron)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] Could not find user: neutron. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 195/393] 10.201.9.223 () {56 vars in 1099 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/users/neutron => generated 85 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14756e52-bc99-49c0-a0e0-0ca99dda7c83 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 199/394] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/default => generated 200 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-336d67e7-33b2-479a-bc13-e5f6b04ff0d1 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] RBAC: Adding query filter params (domain_id=default, name=neutron) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 196/395] 10.201.9.223 () {56 vars in 1136 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/users?domain_id=default&name=neutron => generated 376 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-276e83b1-374e-4d94-bf21-20946b7543f1 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] Could not find project: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 200/396] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/projects/service => generated 88 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b18b6e9d-cb07-4574-b020-739b70d8331f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 197/397] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains/Default => generated 87 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da42d5ca-3125-461e-8652-a6a660cbca98 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 201/398] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5521153a-c788-44e5-a9fb-73fae9009f6b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 198/399] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a90bf9fa-d57e-4349-a264-89795f8b7ae5 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] PATH_INFO: `/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/314e01d2de7a4db1854c7c6540af07e9/roles/91a9702db7f74d2c881e52ee17ba37ff` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] RBAC: Authorizing `identity:create_grant(project_id=de198b0616ea4146afc19fba7d2c9f2f, user_id=314e01d2de7a4db1854c7c6540af07e9, role_id=91a9702db7f74d2c881e52ee17ba37ff)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 202/400] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:34 2025] PUT /identity/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/314e01d2de7a4db1854c7c6540af07e9/roles/91a9702db7f74d2c881e52ee17ba37ff => generated 0 bytes in 69 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0a8bb1e-7120-4332-8d10-57de522935bb None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 199/401] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:35 2025] GET /identity/v3/domains/default => generated 200 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-353a7b40-3952-44a7-b8f3-3ba0a0294f78 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] PATH_INFO: `/v3/projects/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] Could not find project: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 203/402] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:35 2025] GET /identity/v3/projects/service => generated 88 bytes in 75 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d43bd05f-23a4-4245-8828-d70a4ea96079 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2dbd6232-a6a9-4b00-9620-41c64ed0104e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2dbd6232-a6a9-4b00-9620-41c64ed0104e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2dbd6232-a6a9-4b00-9620-41c64ed0104e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2dbd6232-a6a9-4b00-9620-41c64ed0104e None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2dbd6232-a6a9-4b00-9620-41c64ed0104e None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2dbd6232-a6a9-4b00-9620-41c64ed0104e None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2dbd6232-a6a9-4b00-9620-41c64ed0104e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 200/403] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:27:35 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d149bd37-fdde-4d52-a759-212dad12c02b None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd6766b3-a4c3-4b33-8b8a-5d27703255cf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd6766b3-a4c3-4b33-8b8a-5d27703255cf None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd6766b3-a4c3-4b33-8b8a-5d27703255cf None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd6766b3-a4c3-4b33-8b8a-5d27703255cf None ******] PATH_INFO: `/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/e6f136cb62fc451d933f010ec07d158d/roles/91a9702db7f74d2c881e52ee17ba37ff` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd6766b3-a4c3-4b33-8b8a-5d27703255cf None ******] RBAC: Authorizing `identity:create_grant(project_id=de198b0616ea4146afc19fba7d2c9f2f, user_id=e6f136cb62fc451d933f010ec07d158d, role_id=91a9702db7f74d2c881e52ee17ba37ff)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd6766b3-a4c3-4b33-8b8a-5d27703255cf None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 204/404] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:35 2025] PUT /identity/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/e6f136cb62fc451d933f010ec07d158d/roles/91a9702db7f74d2c881e52ee17ba37ff => generated 0 bytes in 71 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b89e52c-d676-4cb8-9f68-5557d0458f47 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b89e52c-d676-4cb8-9f68-5557d0458f47 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b89e52c-d676-4cb8-9f68-5557d0458f47 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 201/405] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:35 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47d09c01-120f-4e35-a2a6-0919f3315bc3 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47d09c01-120f-4e35-a2a6-0919f3315bc3 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47d09c01-120f-4e35-a2a6-0919f3315bc3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-47d09c01-120f-4e35-a2a6-0919f3315bc3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-47d09c01-120f-4e35-a2a6-0919f3315bc3 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-47d09c01-120f-4e35-a2a6-0919f3315bc3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 205/406] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:35 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c82c0d56-c597-4ec6-a369-918a1c091b0d None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c82c0d56-c597-4ec6-a369-918a1c091b0d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c82c0d56-c597-4ec6-a369-918a1c091b0d None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 202/407] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:35 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 206/408] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:35 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 78 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c82c0d56-c597-4ec6-a369-918a1c091b0d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c82c0d56-c597-4ec6-a369-918a1c091b0d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] Could not find role: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 203/409] 10.201.9.223 () {56 vars in 1142 bytes} [Fri Jan 3 20:27:35 2025] GET /identity/v3/roles/service => generated 85 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f20aace-437a-4475-90b0-8a786bbc1b69 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] Could not find role: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 207/410] 10.201.9.223 () {56 vars in 1142 bytes} [Fri Jan 3 20:27:35 2025] GET /identity/v3/roles/service => generated 85 bytes in 60 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-022223e5-30cb-4c50-9f7f-39659f414826 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] RBAC: Adding query filter params (name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a688fa8f-4806-4abd-b233-b33959143067 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 204/411] 10.201.9.223 () {56 vars in 1156 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] RBAC: Adding query filter params (name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 208/412] 10.201.9.223 () {56 vars in 1156 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77b64e24-812e-43a2-b892-b6be152f006a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d49722ee-5e84-4e4d-89ef-454fdc45344b None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 205/413] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains/Default => generated 87 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 209/414] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains/Default => generated 87 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32b5d231-0748-4dc6-a250-268c3bb47360 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 206/415] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0501ba15-a219-424e-a6a7-d50cc87c5ee7 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 210/416] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24a137e7-71f1-4823-972c-0258c5cbdcf2 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf68651e-385f-42f8-a8ac-f430584c1a7f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf68651e-385f-42f8-a8ac-f430584c1a7f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf68651e-385f-42f8-a8ac-f430584c1a7f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf68651e-385f-42f8-a8ac-f430584c1a7f None ******] PATH_INFO: `/v3/users/glance` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf68651e-385f-42f8-a8ac-f430584c1a7f None ******] RBAC: Authorizing `identity:get_user(user_id=glance)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf68651e-385f-42f8-a8ac-f430584c1a7f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-cf68651e-385f-42f8-a8ac-f430584c1a7f None ******] Could not find user: glance. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 207/417] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/users/glance => generated 84 bytes in 59 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15e39dd3-85af-4f7c-b214-71d5a036d339 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15e39dd3-85af-4f7c-b214-71d5a036d339 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15e39dd3-85af-4f7c-b214-71d5a036d339 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 208/418] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:36 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15e39dd3-85af-4f7c-b214-71d5a036d339 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f01b4b6-06b6-494e-8609-c461ef10d88d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ce34a09-cc26-438b-9830-0cc492528c92 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ce34a09-cc26-438b-9830-0cc492528c92 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ce34a09-cc26-438b-9830-0cc492528c92 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ce34a09-cc26-438b-9830-0cc492528c92 None ******] PATH_INFO: `/v3/users/nova` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ce34a09-cc26-438b-9830-0cc492528c92 None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ce34a09-cc26-438b-9830-0cc492528c92 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-4ce34a09-cc26-438b-9830-0cc492528c92 None ******] Could not find user: nova. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 211/419] 10.201.9.223 () {56 vars in 1133 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/users/nova => generated 82 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15e39dd3-85af-4f7c-b214-71d5a036d339 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] RBAC: Adding query filter params (name=glance) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 209/420] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/users?name=glance => generated 356 bytes in 80 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 212/421] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:36 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0439fe88-8888-44e6-aa6f-c5c3292806f2 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-697681a7-cff2-42d5-9018-9b335a9aa29a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bd6fe32-2842-4f98-9251-d0f5f994400d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-697681a7-cff2-42d5-9018-9b335a9aa29a None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-697681a7-cff2-42d5-9018-9b335a9aa29a None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-697681a7-cff2-42d5-9018-9b335a9aa29a None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-697681a7-cff2-42d5-9018-9b335a9aa29a None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-697681a7-cff2-42d5-9018-9b335a9aa29a None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-697681a7-cff2-42d5-9018-9b335a9aa29a None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 213/422] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains/Default => generated 87 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-421d7387-1773-4cef-a1f9-d88457d8dff5 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-421d7387-1773-4cef-a1f9-d88457d8dff5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-421d7387-1773-4cef-a1f9-d88457d8dff5 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 214/423] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:36 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-421d7387-1773-4cef-a1f9-d88457d8dff5 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-636c1194-9188-45af-9513-369d82a0d4f5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-636c1194-9188-45af-9513-369d82a0d4f5 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-636c1194-9188-45af-9513-369d82a0d4f5 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-636c1194-9188-45af-9513-369d82a0d4f5 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-636c1194-9188-45af-9513-369d82a0d4f5 None ******] RBAC: Adding query filter params (name=nova) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-636c1194-9188-45af-9513-369d82a0d4f5 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-636c1194-9188-45af-9513-369d82a0d4f5 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 210/424] 10.201.9.223 () {56 vars in 1150 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/users?name=nova => generated 352 bytes in 95 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-421d7387-1773-4cef-a1f9-d88457d8dff5 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 215/425] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 211/426] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:36 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2201b9e0-2784-40c5-ade1-d055f23d2ca7 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2952ad7e-ddee-4427-8a37-8c3100a06fd0 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 216/427] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains/Default => generated 87 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 212/428] 10.201.9.223 () {56 vars in 1186 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 60 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25b6da4d-6da3-4a6c-8326-d1993a4fbab2 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78839cfe-89ff-4a4a-96b1-c340745f6f6f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] Could not find role: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 217/429] 10.201.9.223 () {56 vars in 1142 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/roles/service => generated 85 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 213/430] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4639b52f-97bf-4c30-8b08-a567ddbe5cf4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94413044-4907-4edb-b870-f58a57e8e202 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 218/431] 10.201.9.223 () {56 vars in 1201 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] PATH_INFO: `/v3/roles/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] Could not find role: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 214/432] 10.201.9.223 () {56 vars in 1142 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/roles/service => generated 85 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc26cb3d-4e62-4432-a9f1-e8b398e28368 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18641090-40c0-437e-be8f-0a63b2da474d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] RBAC: Adding query filter params (name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 219/433] 10.201.9.223 () {56 vars in 1156 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 215/434] 10.201.9.223 () {56 vars in 1186 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9be094f-d947-493d-be3f-fc1c6df9da79 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf279eea-f5f4-4d99-b091-42ef6b8bd15c None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] RBAC: Adding query filter params (role.id=91a9702db7f74d2c881e52ee17ba37ff, scope.project.id=de198b0616ea4146afc19fba7d2c9f2f, user.id=4ce89706b2d14eacb5d51392c5f58a63) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 220/435] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/role_assignments?role.id=91a9702db7f74d2c881e52ee17ba37ff&scope.project.id=de198b0616ea4146afc19fba7d2c9f2f&user.id=4ce89706b2d14eacb5d51392c5f58a63 => generated 610 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf327788-3516-45f4-96a3-3d38465eb13b None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] RBAC: Adding query filter params (name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 216/436] 10.201.9.223 () {56 vars in 1156 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 88 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 221/437] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains/Default => generated 87 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69c8d15e-ac3b-4f15-b398-d3643a007fe9 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062b4062-0aca-430e-a738-3712f4780d73 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 217/438] 10.201.9.223 () {56 vars in 1201 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 222/439] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains/Default => generated 87 bytes in 76 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a48334c7-efe0-454f-81c9-bb2bfc3f6722 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0edbc60b-2b6a-45f0-8797-d9059b23d297 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 218/440] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] RBAC: Adding query filter params (role.id=91a9702db7f74d2c881e52ee17ba37ff, scope.project.id=de198b0616ea4146afc19fba7d2c9f2f, user.id=16f06a0b65104b58b8f2c30371619628) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 223/441] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/role_assignments?role.id=91a9702db7f74d2c881e52ee17ba37ff&scope.project.id=de198b0616ea4146afc19fba7d2c9f2f&user.id=16f06a0b65104b58b8f2c30371619628 => generated 610 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed3e609-1f0d-4e4f-a734-fa5f9e5d9433 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-800145e4-92ff-40db-ada9-4902cc2ea8c6 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 219/442] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:36 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] PATH_INFO: `/v3/users/cinder` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] RBAC: Authorizing `identity:get_user(user_id=cinder)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] Could not find user: cinder. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 224/443] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/users/cinder => generated 84 bytes in 91 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e714d42-23b2-47d3-b518-5477233cd776 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] PATH_INFO: `/v3/users/neutron` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] RBAC: Authorizing `identity:get_user(user_id=neutron)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] Could not find user: neutron. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 220/444] 10.201.9.223 () {56 vars in 1142 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/users/neutron => generated 85 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f68c1d8-9321-4c9a-8878-e53a64d3eeec None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] RBAC: Adding query filter params (name=cinder) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-baa72a05-1f74-4824-b412-8095e1b2070f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 225/445] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/users?name=cinder => generated 356 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] RBAC: Adding query filter params (name=neutron) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 221/446] 10.201.9.223 () {56 vars in 1156 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/users?name=neutron => generated 358 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-880a297f-8c45-4e1c-8566-29e7e35ddd4f None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82fb127e-41bd-40c0-97fb-d95f2a2133a2 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 226/447] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/domains/Default => generated 87 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 222/448] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/domains/Default => generated 87 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b5b0838-b722-49e8-b1b8-1bfd5028a74d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f9395b7-8e36-41eb-b8e5-740466b2e382 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 227/449] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 223/450] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b53a6d4-46ef-48bb-8012-7e0194cf4fd0 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5a15a43-0703-41f4-8acb-fe409bd379af None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] PATH_INFO: `/v3/projects/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] Could not find project: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 228/451] 10.201.9.223 () {56 vars in 1186 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 224/452] 10.201.9.223 () {56 vars in 1186 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-446b2665-1abd-46bf-94c8-ad4234edb86c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0acc2cb3-ae97-4fea-9851-787fea342efa None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 229/453] 10.201.9.223 () {56 vars in 1201 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 225/454] 10.201.9.223 () {56 vars in 1201 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93bf8f81-327b-4966-851c-d78d0d0a5843 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6b1c3a0-0760-4b58-89a4-1372b6701d76 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64164152-d0af-42e2-8b7d-100ec89d03ee None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64164152-d0af-42e2-8b7d-100ec89d03ee None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64164152-d0af-42e2-8b7d-100ec89d03ee None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64164152-d0af-42e2-8b7d-100ec89d03ee None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-64164152-d0af-42e2-8b7d-100ec89d03ee None ******] RBAC: Adding query filter params (role.id=91a9702db7f74d2c881e52ee17ba37ff, scope.project.id=de198b0616ea4146afc19fba7d2c9f2f, user.id=314e01d2de7a4db1854c7c6540af07e9) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-64164152-d0af-42e2-8b7d-100ec89d03ee None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-64164152-d0af-42e2-8b7d-100ec89d03ee None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0f70268-9adc-495d-8204-fb8c292f5b4e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0f70268-9adc-495d-8204-fb8c292f5b4e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0f70268-9adc-495d-8204-fb8c292f5b4e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0f70268-9adc-495d-8204-fb8c292f5b4e None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0f70268-9adc-495d-8204-fb8c292f5b4e None ******] RBAC: Adding query filter params (role.id=91a9702db7f74d2c881e52ee17ba37ff, scope.project.id=de198b0616ea4146afc19fba7d2c9f2f, user.id=e6f136cb62fc451d933f010ec07d158d) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0f70268-9adc-495d-8204-fb8c292f5b4e None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 230/455] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/role_assignments?role.id=91a9702db7f74d2c881e52ee17ba37ff&scope.project.id=de198b0616ea4146afc19fba7d2c9f2f&user.id=314e01d2de7a4db1854c7c6540af07e9 => generated 610 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0f70268-9adc-495d-8204-fb8c292f5b4e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 226/456] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:37 2025] GET /identity/v3/role_assignments?role.id=91a9702db7f74d2c881e52ee17ba37ff&scope.project.id=de198b0616ea4146afc19fba7d2c9f2f&user.id=e6f136cb62fc451d933f010ec07d158d => generated 610 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b28cdb94-596c-45c8-83c2-8bbfd9f9069b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b28cdb94-596c-45c8-83c2-8bbfd9f9069b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b28cdb94-596c-45c8-83c2-8bbfd9f9069b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 231/457] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:38 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5831103-5282-4e6c-a6f6-a4baf98e8b91 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5831103-5282-4e6c-a6f6-a4baf98e8b91 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5831103-5282-4e6c-a6f6-a4baf98e8b91 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a5831103-5282-4e6c-a6f6-a4baf98e8b91 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a5831103-5282-4e6c-a6f6-a4baf98e8b91 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a5831103-5282-4e6c-a6f6-a4baf98e8b91 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 227/458] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:38 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad87bf6d-e8b2-4732-a65d-2e6a50965fd3 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad87bf6d-e8b2-4732-a65d-2e6a50965fd3 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad87bf6d-e8b2-4732-a65d-2e6a50965fd3 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 232/459] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:38 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 228/460] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:38 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad87bf6d-e8b2-4732-a65d-2e6a50965fd3 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad87bf6d-e8b2-4732-a65d-2e6a50965fd3 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] PATH_INFO: `/v3/services/image` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] RBAC: Authorizing `identity:get_service(service_id=image)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] Could not find service: image. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 233/461] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/services/image => generated 86 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e7cabbe-c832-4581-b7d3-e7d4967f825b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] Could not find role: ******. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 229/462] 10.201.9.223 () {56 vars in 1093 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/roles/****** => generated 83 bytes in 60 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0926a14a-4adc-4e94-84e4-a93557ce56af None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] RBAC: Adding query filter params (name=image) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 234/463] 10.201.9.223 () {56 vars in 1161 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/services?name=image => generated 123 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ceeeab8-96f7-41b4-884f-9658f5a4be40 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] RBAC: Adding query filter params (name=******) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e73531d4-96ef-4976-943c-6886fa7149dc None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 230/464] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 235/465] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/services => generated 307 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ee8cd8b-35bf-49d3-8efb-a7a46872e365 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 231/466] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/domains/Default => generated 87 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffe8ad79-5960-4fa2-87a3-dd6efe00adf7 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 236/467] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 86 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc597bad-9b75-49fc-8f65-2afee4f237e1 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c84e273-defc-4b27-bad1-007ed7ea065f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c84e273-defc-4b27-bad1-007ed7ea065f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c84e273-defc-4b27-bad1-007ed7ea065f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c84e273-defc-4b27-bad1-007ed7ea065f None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c84e273-defc-4b27-bad1-007ed7ea065f None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c84e273-defc-4b27-bad1-007ed7ea065f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 232/468] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/domains/default => generated 200 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b188613b-b05e-40ca-80b9-ccffc84bdd53 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b188613b-b05e-40ca-80b9-ccffc84bdd53 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b188613b-b05e-40ca-80b9-ccffc84bdd53 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 233/469] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:38 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a3b8a00-c5e0-4772-b6c4-12f7c3aa1d3e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a3b8a00-c5e0-4772-b6c4-12f7c3aa1d3e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a3b8a00-c5e0-4772-b6c4-12f7c3aa1d3e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8a3b8a00-c5e0-4772-b6c4-12f7c3aa1d3e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8a3b8a00-c5e0-4772-b6c4-12f7c3aa1d3e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8a3b8a00-c5e0-4772-b6c4-12f7c3aa1d3e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-003a7232-1395-4d36-ae48-ab72955830e0 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] PATH_INFO: `/v3/users/nova` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 234/470] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:38 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e217908-0f1a-4b85-99d0-c7696f549be0 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e217908-0f1a-4b85-99d0-c7696f549be0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e217908-0f1a-4b85-99d0-c7696f549be0 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 235/471] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:38 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] Could not find user: nova. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 237/472] 10.201.9.223 () {56 vars in 1090 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/users/nova => generated 82 bytes in 84 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33049ef5-ba49-4e49-8553-abd7271f6a68 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] RBAC: Adding query filter params (domain_id=default, name=nova) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 236/473] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:38 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 238/474] 10.201.9.223 () {56 vars in 1130 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/users?domain_id=default&name=nova => generated 370 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ee2cff3-53f4-4df7-8461-b03f416fb8ae None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 239/475] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/domains/Default => generated 87 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cdab5dd8-d18d-4080-a838-612e11f8af8a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] PATH_INFO: `/v3/services/block-storage` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] RBAC: Authorizing `identity:get_service(service_id=block-storage)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] Could not find service: block-storage. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 237/476] 10.201.9.223 () {56 vars in 1169 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/services/block-storage => generated 94 bytes in 83 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00f1004f-f0fb-4ebb-bd89-b3a35d366a3c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c8a15af-d8c8-420c-8328-dfdbcab66a62 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 240/477] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:38 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] RBAC: Adding query filter params (name=block-storage) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 238/478] 10.201.9.223 () {56 vars in 1177 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/services?name=block-storage => generated 131 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e03bec63-57cf-4fb2-97d5-f7bd95dd8af6 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51c68555-7488-4013-aa3a-347f43eae112 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 239/479] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/domains/default => generated 200 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] PATH_INFO: `/v3/services/network` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] RBAC: Authorizing `identity:get_service(service_id=network)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] Could not find service: network. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 241/480] 10.201.9.223 () {56 vars in 1151 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/services/network => generated 88 bytes in 82 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e56ed36-525f-4a16-aad5-4798388f3920 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 240/481] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/services => generated 307 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2f2a91a-111e-459d-9d28-c01b89e03560 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] Could not find project: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 242/482] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/projects/service => generated 88 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e45e1fb6-5acb-404a-9bc2-1d785d334a1c None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68a1cf18-43a0-4290-92b3-1a1286e38197 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] RBAC: Adding query filter params (name=network) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 241/483] 10.201.9.223 () {56 vars in 1165 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/services?name=network => generated 125 bytes in 98 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 243/484] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecb897e5-9d6d-4c24-9dc8-a70599daaefc None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5eefae6-93cd-422d-bc5d-cabf2ae79f9a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5eefae6-93cd-422d-bc5d-cabf2ae79f9a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5eefae6-93cd-422d-bc5d-cabf2ae79f9a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5eefae6-93cd-422d-bc5d-cabf2ae79f9a None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5eefae6-93cd-422d-bc5d-cabf2ae79f9a None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5eefae6-93cd-422d-bc5d-cabf2ae79f9a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 242/485] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:27:39 2025] GET /identity/v3/services => generated 307 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b07c4a15-0783-4573-99ac-0bade66bb52b None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29e37a70-769e-46d9-bf10-800ea970d895 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29e37a70-769e-46d9-bf10-800ea970d895 None ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29e37a70-769e-46d9-bf10-800ea970d895 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29e37a70-769e-46d9-bf10-800ea970d895 None ******] PATH_INFO: `/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/16f06a0b65104b58b8f2c30371619628/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29e37a70-769e-46d9-bf10-800ea970d895 None ******] RBAC: Authorizing `identity:create_grant(project_id=de198b0616ea4146afc19fba7d2c9f2f, user_id=16f06a0b65104b58b8f2c30371619628, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29e37a70-769e-46d9-bf10-800ea970d895 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 244/486] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:27:39 2025] PUT /identity/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/16f06a0b65104b58b8f2c30371619628/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4943fd14-2762-4a74-943f-290ba828d7c0 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4943fd14-2762-4a74-943f-290ba828d7c0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4943fd14-2762-4a74-943f-290ba828d7c0 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 243/487] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:39 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34224d17-c4b0-4503-b190-7b04416efe12 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34224d17-c4b0-4503-b190-7b04416efe12 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34224d17-c4b0-4503-b190-7b04416efe12 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-34224d17-c4b0-4503-b190-7b04416efe12 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-34224d17-c4b0-4503-b190-7b04416efe12 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-34224d17-c4b0-4503-b190-7b04416efe12 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 245/488] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:39 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4943fd14-2762-4a74-943f-290ba828d7c0 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4943fd14-2762-4a74-943f-290ba828d7c0 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6f3d233-ebe4-4fa0-854d-ae2af76f3044 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6f3d233-ebe4-4fa0-854d-ae2af76f3044 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6f3d233-ebe4-4fa0-854d-ae2af76f3044 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6f3d233-ebe4-4fa0-854d-ae2af76f3044 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6f3d233-ebe4-4fa0-854d-ae2af76f3044 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6f3d233-ebe4-4fa0-854d-ae2af76f3044 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 244/489] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:27:39 2025] POST /identity/v3/services => generated 243 bytes in 69 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-137866aa-7cfb-448a-85bc-123494646804 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-137866aa-7cfb-448a-85bc-123494646804 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-137866aa-7cfb-448a-85bc-123494646804 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 246/490] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:40 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da6f19d0-6519-4147-aad4-e84c9186279a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da6f19d0-6519-4147-aad4-e84c9186279a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da6f19d0-6519-4147-aad4-e84c9186279a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-da6f19d0-6519-4147-aad4-e84c9186279a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-da6f19d0-6519-4147-aad4-e84c9186279a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-da6f19d0-6519-4147-aad4-e84c9186279a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 245/491] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:40 2025] POST /identity/v3/auth/tokens => generated 959 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ea2f500-29bb-4b84-8305-4c04e559612a None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ea2f500-29bb-4b84-8305-4c04e559612a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ea2f500-29bb-4b84-8305-4c04e559612a None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 247/492] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:40 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da40aba6-1fb3-4e12-a0bf-39991fa11bea None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da40aba6-1fb3-4e12-a0bf-39991fa11bea None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da40aba6-1fb3-4e12-a0bf-39991fa11bea None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 248/493] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:40 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 246/494] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:40 2025] POST /identity/v3/auth/tokens => generated 959 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 249/495] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:40 2025] POST /identity/v3/auth/tokens => generated 959 bytes in 77 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c428b5d-0916-453f-9a8b-b0ad6adb01a3 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 247/496] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:27:40 2025] POST /identity/v3/services => generated 252 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76446744-1120-4d26-ab36-fd2fc7aab63c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] Could not find role: ******. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 250/497] 10.201.9.223 () {56 vars in 1136 bytes} [Fri Jan 3 20:27:40 2025] GET /identity/v3/roles/****** => generated 83 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32502d61-aea8-4ddc-9c3c-e6bcfdc4cee8 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c449841b-bd29-4e5c-aed0-58fe97e3baa8 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 248/498] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:27:40 2025] POST /identity/v3/services => generated 241 bytes in 83 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] RBAC: Adding query filter params (name=******) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 251/499] 10.201.9.223 () {56 vars in 1152 bytes} [Fri Jan 3 20:27:40 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a10a8748-7c6f-428b-99e2-6cc287a7441a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 249/500] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:40 2025] GET /identity/v3/domains/Default => generated 87 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b30082b-306d-4d87-9120-aaab157311cc None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 252/501] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:40 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daf35e97-92d7-4137-8474-37d7a8e1f71b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] PATH_INFO: `/v3/users/nova` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] Could not find user: nova. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 250/502] 10.201.9.223 () {56 vars in 1133 bytes} [Fri Jan 3 20:27:40 2025] GET /identity/v3/users/nova => generated 82 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e664fb5-e781-4ae2-ab98-1feca8d1cae1 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62eb9ae9-b408-4519-8cec-ee713ba90365 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62eb9ae9-b408-4519-8cec-ee713ba90365 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62eb9ae9-b408-4519-8cec-ee713ba90365 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62eb9ae9-b408-4519-8cec-ee713ba90365 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62eb9ae9-b408-4519-8cec-ee713ba90365 None ******] RBAC: Adding query filter params (name=nova) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62eb9ae9-b408-4519-8cec-ee713ba90365 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62eb9ae9-b408-4519-8cec-ee713ba90365 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 253/503] 10.201.9.223 () {56 vars in 1150 bytes} [Fri Jan 3 20:27:40 2025] GET /identity/v3/users?name=nova => generated 352 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aacc5825-00b1-45ce-a488-0e75e772c0b1 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c01f1f3-d6f5-40e0-97a0-6763e3289ed6 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c01f1f3-d6f5-40e0-97a0-6763e3289ed6 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c01f1f3-d6f5-40e0-97a0-6763e3289ed6 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 254/504] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:41 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 251/505] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/domains/Default => generated 87 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a5b7e02-5815-4bad-9a65-4f8767cc4b72 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 255/506] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:41 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 252/507] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bf550b2-2531-4b17-97f8-5710a922840a None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] PATH_INFO: `/v3/projects/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] Could not find project: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 256/508] 10.201.9.223 () {56 vars in 1186 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 59 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c982865-6f77-4cf3-aaf7-d0637ec3b08b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66fb662a-3c4c-4e5d-9d36-434788053f4f None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 253/509] 10.201.9.223 () {56 vars in 1201 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 95 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] PATH_INFO: `/v3/services/image` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] RBAC: Authorizing `identity:get_service(service_id=image)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] Could not find service: image. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 257/510] 10.201.9.223 () {56 vars in 1102 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/services/image => generated 86 bytes in 82 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b16971a-757f-4571-b2a8-f3b287528500 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-329db10d-1ed3-4cc9-9f4b-f74f59794847 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] RBAC: Adding query filter params (role.id=ded8686996b046f3969600dc4d1fc74a, scope.project.id=de198b0616ea4146afc19fba7d2c9f2f, user.id=16f06a0b65104b58b8f2c30371619628) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 254/511] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/role_assignments?role.id=ded8686996b046f3969600dc4d1fc74a&scope.project.id=de198b0616ea4146afc19fba7d2c9f2f&user.id=16f06a0b65104b58b8f2c30371619628 => generated 610 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] RBAC: Adding query filter params (name=image) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 258/512] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/services?name=image => generated 123 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e392f48-c6c9-4635-b54a-4ac2f4d01641 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] RBAC: Adding query filter params (type=image) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 255/513] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/services?type=image => generated 352 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ba7867f-5668-4b8c-94d4-e3c1ab75aa2c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c52a37f3-f478-49c8-a928-9887005d593d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c52a37f3-f478-49c8-a928-9887005d593d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c52a37f3-f478-49c8-a928-9887005d593d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c52a37f3-f478-49c8-a928-9887005d593d None ******] PATH_INFO: `/v3/endpoints` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c52a37f3-f478-49c8-a928-9887005d593d None ******] RBAC: Adding query filter params (interface=public, service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c52a37f3-f478-49c8-a928-9887005d593d None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c52a37f3-f478-49c8-a928-9887005d593d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 259/514] 10.201.9.223 () {56 vars in 1248 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/endpoints?service_id=1945c816fb6540f894ef789448715966&interface=public®ion_id=RegionOne => generated 195 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0f3ef28-351d-4504-9e28-56c4136d270f None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96f8331c-008f-41d2-8246-f49332dd9a25 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96f8331c-008f-41d2-8246-f49332dd9a25 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96f8331c-008f-41d2-8246-f49332dd9a25 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96f8331c-008f-41d2-8246-f49332dd9a25 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96f8331c-008f-41d2-8246-f49332dd9a25 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96f8331c-008f-41d2-8246-f49332dd9a25 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 256/515] 10.201.9.223 () {56 vars in 1084 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/services => generated 1007 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2eca166a-d8e3-4b98-9157-ce292e972ecc None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2eca166a-d8e3-4b98-9157-ce292e972ecc None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2eca166a-d8e3-4b98-9157-ce292e972ecc None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 260/516] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:41 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e451df5-53a8-4384-8b33-4e7b6c41ebe4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e451df5-53a8-4384-8b33-4e7b6c41ebe4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e451df5-53a8-4384-8b33-4e7b6c41ebe4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-7e451df5-53a8-4384-8b33-4e7b6c41ebe4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-7e451df5-53a8-4384-8b33-4e7b6c41ebe4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7e451df5-53a8-4384-8b33-4e7b6c41ebe4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 257/517] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:41 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2eca166a-d8e3-4b98-9157-ce292e972ecc None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:41 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2eca166a-d8e3-4b98-9157-ce292e972ecc None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] PATH_INFO: `/v3/services/block-storage` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] RBAC: Authorizing `identity:get_service(service_id=block-storage)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c08f27f4-424c-4e3a-8c89-212adf6ce45d None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c08f27f4-424c-4e3a-8c89-212adf6ce45d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c08f27f4-424c-4e3a-8c89-212adf6ce45d None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 258/518] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:42 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] Could not find service: block-storage. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 261/519] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:27:41 2025] GET /identity/v3/services/block-storage => generated 94 bytes in 81 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-109c01a9-261c-4a3f-b29a-71185afa8ab8 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] RBAC: Adding query filter params (name=block-storage) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 262/520] 10.201.9.223 () {56 vars in 1121 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services?name=block-storage => generated 131 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 259/521] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:42 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e1c134-f0ee-4f59-a0ef-d77ec738bebb None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] RBAC: Adding query filter params (type=block-storage) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 263/522] 10.201.9.223 () {56 vars in 1121 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services?type=block-storage => generated 369 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04696d8a-03be-4f24-bc44-c8e5477bed9d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] PATH_INFO: `/v3/endpoints` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] RBAC: Adding query filter params (interface=public, service_id=7a6d8338fb1a48b8a4ee5218963ab98c, region_id=RegionOne) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 260/523] 10.201.9.223 () {56 vars in 1248 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/endpoints?service_id=7a6d8338fb1a48b8a4ee5218963ab98c&interface=public®ion_id=RegionOne => generated 195 bytes in 89 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fc296f5-42f0-4598-9ba5-90dddb5e228c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] PATH_INFO: `/v3/services/network` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] RBAC: Authorizing `identity:get_service(service_id=network)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] Could not find service: network. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55f8f2a1-bbe1-4a5d-b2d9-68b7b5a08d6b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 264/524] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services/network => generated 88 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 261/525] 10.201.9.223 () {56 vars in 1084 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services => generated 1007 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ca768ce-35ba-4626-87c6-ce8d72331863 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] RBAC: Adding query filter params (name=network) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 265/526] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services?name=network => generated 125 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8989a987-8c6b-41ab-ba29-1c7889d52d9c None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] RBAC: Adding query filter params (type=network) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 262/527] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services?type=network => generated 352 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80376517-4549-465a-9aa2-b92ce7fac963 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e63db930-4e61-46e6-9bd4-b0eb1d312199 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e63db930-4e61-46e6-9bd4-b0eb1d312199 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e63db930-4e61-46e6-9bd4-b0eb1d312199 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e63db930-4e61-46e6-9bd4-b0eb1d312199 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e63db930-4e61-46e6-9bd4-b0eb1d312199 None ******] RBAC: Adding query filter params (interface=public, service_id=78a857b3a6a9416cb15406d1cefdfc1a, region_id=RegionOne) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e63db930-4e61-46e6-9bd4-b0eb1d312199 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e63db930-4e61-46e6-9bd4-b0eb1d312199 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 266/528] 10.201.9.223 () {56 vars in 1248 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/endpoints?service_id=78a857b3a6a9416cb15406d1cefdfc1a&interface=public®ion_id=RegionOne => generated 195 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b859afc6-3498-46bc-808b-6734ec2bfe0a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53260da9-9c2f-4db4-b7ce-25985bcd9bc0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53260da9-9c2f-4db4-b7ce-25985bcd9bc0 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53260da9-9c2f-4db4-b7ce-25985bcd9bc0 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53260da9-9c2f-4db4-b7ce-25985bcd9bc0 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53260da9-9c2f-4db4-b7ce-25985bcd9bc0 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53260da9-9c2f-4db4-b7ce-25985bcd9bc0 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 263/529] 10.201.9.223 () {56 vars in 1084 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services => generated 1007 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48453446-7036-484b-9b23-04bc04c088d0 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48453446-7036-484b-9b23-04bc04c088d0 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48453446-7036-484b-9b23-04bc04c088d0 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 267/530] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:42 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 264/531] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:42 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48453446-7036-484b-9b23-04bc04c088d0 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48453446-7036-484b-9b23-04bc04c088d0 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] PATH_INFO: `/v3/services/compute_legacy` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] RBAC: Authorizing `identity:get_service(service_id=compute_legacy)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] Could not find service: compute_legacy. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 268/532] 10.201.9.223 () {56 vars in 1172 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services/compute_legacy => generated 95 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-622a259e-36d7-4a9c-9414-7270afa2934b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28bf7938-5313-4ed3-852c-0bc7e93ac053 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28bf7938-5313-4ed3-852c-0bc7e93ac053 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28bf7938-5313-4ed3-852c-0bc7e93ac053 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28bf7938-5313-4ed3-852c-0bc7e93ac053 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28bf7938-5313-4ed3-852c-0bc7e93ac053 None ******] RBAC: Adding query filter params (name=compute_legacy) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28bf7938-5313-4ed3-852c-0bc7e93ac053 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28bf7938-5313-4ed3-852c-0bc7e93ac053 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 265/533] 10.201.9.223 () {56 vars in 1179 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services?name=compute_legacy => generated 132 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c25ae24-65f0-4f05-83d4-6862c1f52060 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b7255c1-3b42-450b-a735-aef7087fe01f None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b7255c1-3b42-450b-a735-aef7087fe01f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b7255c1-3b42-450b-a735-aef7087fe01f None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 266/534] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:42 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 269/535] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:27:42 2025] GET /identity/v3/services => generated 1007 bytes in 82 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 267/536] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:42 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa7e1e74-a0f3-441f-8a3d-1f3d4da024ce None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] PATH_INFO: `/v3/services/image` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] RBAC: Authorizing `identity:get_service(service_id=image)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] Could not find service: image. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 270/537] 10.201.9.223 () {56 vars in 1102 bytes} [Fri Jan 3 20:27:43 2025] GET /identity/v3/services/image => generated 86 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31302cad-028d-44bb-994c-de3f52bb1bd6 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] RBAC: Adding query filter params (name=image) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 268/538] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:43 2025] GET /identity/v3/services?name=image => generated 123 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6a000f4-a234-43b9-93c3-80d49216ce3a None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc26019f-ff65-46be-8345-9085fa305f28 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc26019f-ff65-46be-8345-9085fa305f28 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc26019f-ff65-46be-8345-9085fa305f28 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc26019f-ff65-46be-8345-9085fa305f28 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc26019f-ff65-46be-8345-9085fa305f28 None ******] RBAC: Adding query filter params (type=image) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc26019f-ff65-46be-8345-9085fa305f28 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc26019f-ff65-46be-8345-9085fa305f28 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 271/539] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:43 2025] GET /identity/v3/services?type=image => generated 352 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-351444f3-242d-4d7c-aee2-77ab0d05b687 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20f005db-a347-491c-b960-80feff23d2d8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20f005db-a347-491c-b960-80feff23d2d8 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20f005db-a347-491c-b960-80feff23d2d8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20f005db-a347-491c-b960-80feff23d2d8 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20f005db-a347-491c-b960-80feff23d2d8 None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20f005db-a347-491c-b960-80feff23d2d8 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 269/540] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:27:43 2025] POST /identity/v3/endpoints => generated 329 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b88e5c0-d71b-4bc8-a604-b4fed14e68f5 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b88e5c0-d71b-4bc8-a604-b4fed14e68f5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b88e5c0-d71b-4bc8-a604-b4fed14e68f5 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 272/541] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:43 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 270/542] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:43 2025] POST /identity/v3/auth/tokens => generated 1312 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b88e5c0-d71b-4bc8-a604-b4fed14e68f5 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b88e5c0-d71b-4bc8-a604-b4fed14e68f5 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] PATH_INFO: `/v3/services/block-storage` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] RBAC: Authorizing `identity:get_service(service_id=block-storage)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] Could not find service: block-storage. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 273/543] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:27:43 2025] GET /identity/v3/services/block-storage => generated 94 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5cb56e1-c903-477d-bb5f-dbe962cdf66b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e42bc31-b638-4886-8b48-d68b36b1761e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e42bc31-b638-4886-8b48-d68b36b1761e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e42bc31-b638-4886-8b48-d68b36b1761e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e42bc31-b638-4886-8b48-d68b36b1761e None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e42bc31-b638-4886-8b48-d68b36b1761e None ******] RBAC: Adding query filter params (name=block-storage) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e42bc31-b638-4886-8b48-d68b36b1761e None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e42bc31-b638-4886-8b48-d68b36b1761e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 271/544] 10.201.9.223 () {56 vars in 1121 bytes} [Fri Jan 3 20:27:43 2025] GET /identity/v3/services?name=block-storage => generated 131 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9a996a4-a05e-4296-b9d5-d18cb939fc13 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ac89d2d-db1c-4c6f-8dbd-15acfbda5b19 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ac89d2d-db1c-4c6f-8dbd-15acfbda5b19 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ac89d2d-db1c-4c6f-8dbd-15acfbda5b19 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 272/545] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:43 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] RBAC: Adding query filter params (type=block-storage) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 274/546] 10.201.9.223 () {56 vars in 1121 bytes} [Fri Jan 3 20:27:43 2025] GET /identity/v3/services?type=block-storage => generated 369 bytes in 82 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 273/547] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:43 2025] POST /identity/v3/auth/tokens => generated 1312 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bea1ed72-5652-40b4-8864-e05a8cd82174 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] PATH_INFO: `/v3/endpoints` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 275/548] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:27:43 2025] POST /identity/v3/endpoints => generated 333 bytes in 98 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-772433eb-643b-4877-9b24-28df123cd8ea None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] PATH_INFO: `/v3/services/network` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] RBAC: Authorizing `identity:get_service(service_id=network)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] Could not find service: network. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 274/549] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:43 2025] GET /identity/v3/services/network => generated 88 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-366a74c8-6ea2-402d-abd1-b937903a0f1e None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] RBAC: Adding query filter params (name=network) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 276/550] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:44 2025] GET /identity/v3/services?name=network => generated 125 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c1d896d-7713-4f6b-b4a6-bb41a9b61fca None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6818241-2f7c-45e7-a6ec-4a44b0a41b90 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6818241-2f7c-45e7-a6ec-4a44b0a41b90 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6818241-2f7c-45e7-a6ec-4a44b0a41b90 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6818241-2f7c-45e7-a6ec-4a44b0a41b90 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6818241-2f7c-45e7-a6ec-4a44b0a41b90 None ******] RBAC: Adding query filter params (type=network) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6818241-2f7c-45e7-a6ec-4a44b0a41b90 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6818241-2f7c-45e7-a6ec-4a44b0a41b90 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 275/551] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:44 2025] GET /identity/v3/services?type=network => generated 352 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c05d56cd-e0df-4dde-9514-204dd8841532 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a741852c-aff9-4dd1-8da2-35e610c7ea44 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a741852c-aff9-4dd1-8da2-35e610c7ea44 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a741852c-aff9-4dd1-8da2-35e610c7ea44 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 276/552] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:44 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c83ec475-9da7-4256-a9d5-260b1d8d3f9a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c83ec475-9da7-4256-a9d5-260b1d8d3f9a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c83ec475-9da7-4256-a9d5-260b1d8d3f9a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 277/553] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:27:44 2025] POST /identity/v3/endpoints => generated 339 bytes in 69 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c83ec475-9da7-4256-a9d5-260b1d8d3f9a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c83ec475-9da7-4256-a9d5-260b1d8d3f9a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c83ec475-9da7-4256-a9d5-260b1d8d3f9a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 277/554] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:44 2025] POST /identity/v3/auth/tokens => generated 1626 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bec7de9b-172f-4fb0-9424-cd99d897a9d0 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b6c10f6-ad82-4932-aa56-422bdc0e44be None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b6c10f6-ad82-4932-aa56-422bdc0e44be None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b6c10f6-ad82-4932-aa56-422bdc0e44be None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b6c10f6-ad82-4932-aa56-422bdc0e44be None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b6c10f6-ad82-4932-aa56-422bdc0e44be None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b6c10f6-ad82-4932-aa56-422bdc0e44be None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 278/555] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:27:44 2025] POST /identity/v3/services => generated 270 bytes in 69 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b896c99-db2e-4d86-9d9c-d08f1031466d None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b896c99-db2e-4d86-9d9c-d08f1031466d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b896c99-db2e-4d86-9d9c-d08f1031466d None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 278/556] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:44 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 279/557] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:44 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b896c99-db2e-4d86-9d9c-d08f1031466d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b896c99-db2e-4d86-9d9c-d08f1031466d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] RBAC: Authorizing `identity:create_domain()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.sql.core [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] Conflict project: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [parameters: {'id': 'ba494ad3fffa477ebf2b1308c32bd12a', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60641) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default.: keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return method(*args, **kwargs) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/backends/sql.py", line 278, in create_project -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with sql.session_for_write() as session: -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with current._produce_block( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.force_reraise() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise self.value -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application session.commit() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application trans.commit(_to_root=True) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in commit -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._prepare_impl() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.session.flush() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._flush(objects) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with util.safe_reraise(): -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application flush_context.execute() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rec.execute(self) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application _emit_insert_statements( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = connection.execute( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return meth( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return connection._execute_clauseelement( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret = self._execute_context( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self._exec_single_context( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._handle_dbapi_exception( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [parameters: {'id': 'ba494ad3fffa477ebf2b1308c32bd12a', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 250, in create_project -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret = self.driver.create_project(project_id, project) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - Duplicate entry found with name Default. -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rv = self.dispatch_request() -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return func(*args, **kwargs) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application response = func(*args, **kwargs) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/domains.py", line 181, in post -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ref = PROVIDERS.resource_api.create_domain( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 867, in create_domain -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application is_domain_project = self.create_project( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 252, in create_project -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exception.Conflict( -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 279/558] 10.201.9.223 () {60 vars in 1134 bytes} [Fri Jan 3 20:27:44 2025] POST /identity/v3/domains => generated 190 bytes in 86 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-722f14ee-4512-4238-b150-847b14b8be8d None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f87afa9-d199-408d-a60a-3c2994be490d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f87afa9-d199-408d-a60a-3c2994be490d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f87afa9-d199-408d-a60a-3c2994be490d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f87afa9-d199-408d-a60a-3c2994be490d None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f87afa9-d199-408d-a60a-3c2994be490d None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f87afa9-d199-408d-a60a-3c2994be490d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-6f87afa9-d199-408d-a60a-3c2994be490d None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 280/559] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:44 2025] GET /identity/v3/domains/Default => generated 87 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a1fba62-7bdb-466a-b50a-57dac1197507 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0da01a32-2c5f-459c-bfe9-bd07d9f706b1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0da01a32-2c5f-459c-bfe9-bd07d9f706b1 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0da01a32-2c5f-459c-bfe9-bd07d9f706b1 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0da01a32-2c5f-459c-bfe9-bd07d9f706b1 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0da01a32-2c5f-459c-bfe9-bd07d9f706b1 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0da01a32-2c5f-459c-bfe9-bd07d9f706b1 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0da01a32-2c5f-459c-bfe9-bd07d9f706b1 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 280/560] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:44 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 81 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd8dcc1-7ed9-4b12-a825-aa485efd83b7 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd8dcc1-7ed9-4b12-a825-aa485efd83b7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd8dcc1-7ed9-4b12-a825-aa485efd83b7 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 281/561] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:45 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 281/562] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:45 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd8dcc1-7ed9-4b12-a825-aa485efd83b7 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd8dcc1-7ed9-4b12-a825-aa485efd83b7 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: WARNING keystone.server.flask.common [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] Deprecated: Not specifying a domain during a create user, group or project call, and relying on falling back to the default domain, is deprecated as of Liberty. There is no plan to remove this compatibility, however, future API versions may remove this, so please specify the domain explicitly or use a domain-scoped token. -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.sql.core [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] Conflict project: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-service' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: [parameters: {'id': '8d50710734074f8e8457a8b75711ddaf', 'name': 'service', 'domain_id': 'default', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': 'default', 'is_domain': 0}] -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60640) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] Conflict occurred attempting to store project - it is not permitted to have two projects with either the same name or same id in the same domain: name is service, project id 8d50710734074f8e8457a8b75711ddaf.: keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects with either the same name or same id in the same domain: name is service, project id 8d50710734074f8e8457a8b75711ddaf. -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry 'default-service' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application return method(*args, **kwargs) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/backends/sql.py", line 278, in create_project -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application with sql.session_for_write() as session: -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application with current._produce_block( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self.force_reraise() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application raise self.value -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application session.commit() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application trans.commit(_to_root=True) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "", line 2, in commit -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self._prepare_impl() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self.session.flush() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self._flush(objects) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application with util.safe_reraise(): -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application flush_context.execute() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application rec.execute(self) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application _emit_insert_statements( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application result = connection.execute( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application return meth( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application return connection._execute_clauseelement( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application ret = self._execute_context( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application return self._exec_single_context( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self._handle_dbapi_exception( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-service' for key 'project.ixu_project_name_domain_id'") -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application [parameters: {'id': '8d50710734074f8e8457a8b75711ddaf', 'name': 'service', 'domain_id': 'default', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': 'default', 'is_domain': 0}] -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 250, in create_project -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application ret = self.driver.create_project(project_id, project) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - Duplicate entry found with name service at domain ID default. -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application rv = self.dispatch_request() -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application return func(*args, **kwargs) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application response = func(*args, **kwargs) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/projects.py", line 223, in post -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application ref = PROVIDERS.resource_api.create_project( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 252, in create_project -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application raise exception.Conflict( -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects with either the same name or same id in the same domain: name is service, project id 8d50710734074f8e8457a8b75711ddaf. -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: ERROR keystone.server.flask.application -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 282/563] 10.201.9.223 () {60 vars in 1137 bytes} [Fri Jan 3 20:27:45 2025] POST /identity/v3/projects => generated 262 bytes in 96 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5be82ddf-4890-45e3-a86d-5f002d350418 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6031e42d-31a0-4d87-8216-7a3b6428d2d8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6031e42d-31a0-4d87-8216-7a3b6428d2d8 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6031e42d-31a0-4d87-8216-7a3b6428d2d8 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6031e42d-31a0-4d87-8216-7a3b6428d2d8 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6031e42d-31a0-4d87-8216-7a3b6428d2d8 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6031e42d-31a0-4d87-8216-7a3b6428d2d8 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-6031e42d-31a0-4d87-8216-7a3b6428d2d8 None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 282/564] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:45 2025] GET /identity/v3/projects/service => generated 88 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b82bf79-fb7c-4966-a7d5-f3dacc9bcd12 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccd67db8-5a3b-4175-a9cb-6579f47dfca3 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccd67db8-5a3b-4175-a9cb-6579f47dfca3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccd67db8-5a3b-4175-a9cb-6579f47dfca3 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 283/565] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:45 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] RBAC: Adding query filter params (name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 283/566] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:45 2025] GET /identity/v3/projects?name=service => generated 413 bytes in 89 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 284/567] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:45 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 72 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1ddf07b-d92a-4a99-83f4-5160f091a63f None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] PATH_INFO: `/v3/services/compute_legacy` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] RBAC: Authorizing `identity:get_service(service_id=compute_legacy)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] Could not find service: compute_legacy. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 284/568] 10.201.9.223 () {56 vars in 1129 bytes} [Fri Jan 3 20:27:45 2025] GET /identity/v3/services/compute_legacy => generated 95 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64f08568-d3b9-4e47-a499-4f4f1930ac17 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] RBAC: Adding query filter params (name=compute_legacy) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 285/569] 10.201.9.223 () {56 vars in 1123 bytes} [Fri Jan 3 20:27:45 2025] GET /identity/v3/services?name=compute_legacy => generated 132 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb2d22ac-aa43-42b0-ba8f-44ff8e7052f1 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] RBAC: Adding query filter params (type=compute_legacy) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 285/570] 10.201.9.223 () {56 vars in 1123 bytes} [Fri Jan 3 20:27:45 2025] GET /identity/v3/services?type=compute_legacy => generated 388 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7071dfc0-b5a8-472c-a708-2821c59341ab None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a9375b1-6a5c-4629-8321-c77a557ef079 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a9375b1-6a5c-4629-8321-c77a557ef079 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a9375b1-6a5c-4629-8321-c77a557ef079 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a9375b1-6a5c-4629-8321-c77a557ef079 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a9375b1-6a5c-4629-8321-c77a557ef079 None ******] RBAC: Adding query filter params (interface=public, service_id=73ce5c9346df488aa4c71189102d5574, region_id=RegionOne) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a9375b1-6a5c-4629-8321-c77a557ef079 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a9375b1-6a5c-4629-8321-c77a557ef079 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 286/571] 10.201.9.223 () {56 vars in 1248 bytes} [Fri Jan 3 20:27:45 2025] GET /identity/v3/endpoints?service_id=73ce5c9346df488aa4c71189102d5574&interface=public®ion_id=RegionOne => generated 195 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fe80d50-5a5e-4bee-b44a-a461c93f91ce None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-836dadb0-1775-4695-96b1-33c982480d5d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-836dadb0-1775-4695-96b1-33c982480d5d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-836dadb0-1775-4695-96b1-33c982480d5d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-836dadb0-1775-4695-96b1-33c982480d5d None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-836dadb0-1775-4695-96b1-33c982480d5d None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-836dadb0-1775-4695-96b1-33c982480d5d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 286/572] 10.201.9.223 () {56 vars in 1084 bytes} [Fri Jan 3 20:27:45 2025] GET /identity/v3/services => generated 1265 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95b6607d-5896-40b0-8631-5cf9b75b029a None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95b6607d-5896-40b0-8631-5cf9b75b029a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95b6607d-5896-40b0-8631-5cf9b75b029a None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 287/573] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:46 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 287/574] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:46 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95b6607d-5896-40b0-8631-5cf9b75b029a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95b6607d-5896-40b0-8631-5cf9b75b029a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] PATH_INFO: `/v3/services/glance` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] Could not find service: glance. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 288/575] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:46 2025] GET /identity/v3/services/glance => generated 87 bytes in 77 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c683aec-799e-40a1-a55f-95cc99171f8b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] RBAC: Adding query filter params (name=glance) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 288/576] 10.201.9.223 () {56 vars in 1107 bytes} [Fri Jan 3 20:27:46 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b7b35cf-1ff5-4db4-815c-cee8c302805a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82afd7de-7707-4c3e-ae55-bb97a9c4b5c6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82afd7de-7707-4c3e-ae55-bb97a9c4b5c6 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82afd7de-7707-4c3e-ae55-bb97a9c4b5c6 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82afd7de-7707-4c3e-ae55-bb97a9c4b5c6 None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82afd7de-7707-4c3e-ae55-bb97a9c4b5c6 None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82afd7de-7707-4c3e-ae55-bb97a9c4b5c6 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 289/577] 10.201.9.223 () {56 vars in 1111 bytes} [Fri Jan 3 20:27:46 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce15dde1-c013-4f2e-aeb9-806a5607eda4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41f72f9f-9645-4e1c-b815-e1ecdd68cc8e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41f72f9f-9645-4e1c-b815-e1ecdd68cc8e None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41f72f9f-9645-4e1c-b815-e1ecdd68cc8e None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41f72f9f-9645-4e1c-b815-e1ecdd68cc8e None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41f72f9f-9645-4e1c-b815-e1ecdd68cc8e None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41f72f9f-9645-4e1c-b815-e1ecdd68cc8e None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 289/578] 10.201.9.223 () {60 vars in 1165 bytes} [Fri Jan 3 20:27:46 2025] POST /identity/v3/registered_limits => generated 330 bytes in 64 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc75ccac-6ecf-49c0-9828-0a4bdb7f59f7 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc75ccac-6ecf-49c0-9828-0a4bdb7f59f7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc75ccac-6ecf-49c0-9828-0a4bdb7f59f7 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 290/579] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:46 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 290/580] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:46 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc75ccac-6ecf-49c0-9828-0a4bdb7f59f7 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc75ccac-6ecf-49c0-9828-0a4bdb7f59f7 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: WARNING keystone.server.flask.common [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] Deprecated: Not specifying a domain during a create user, group or project call, and relying on falling back to the default domain, is deprecated as of Liberty. There is no plan to remove this compatibility, however, future API versions may remove this, so please specify the domain explicitly or use a domain-scoped token. -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.sql.core [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] Conflict user: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-cinder' for key 'local_user.domain_id'") -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [SQL: INSERT INTO local_user (user_id, domain_id, name, failed_auth_count, failed_auth_at) VALUES (%(user_id)s, %(domain_id)s, %(name)s, %(failed_auth_count)s, %(failed_auth_at)s)] -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [parameters: {'user_id': 'fd71cc47ae924ec0959766f991e80d55', 'domain_id': 'default', 'name': 'cinder', 'failed_auth_count': 0, 'failed_auth_at': None}] -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60641) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [None req-e9db0f6b-ee1f-485b-8f28-c99e9d8438e1 None ******] Conflict occurred attempting to store user - Duplicate entry found with name cinder at domain ID default.: keystone.exception.Conflict: Conflict occurred attempting to store user - Duplicate entry found with name cinder at domain ID default. -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry 'default-cinder' for key 'local_user.domain_id'") -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return method(*args, **kwargs) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/backends/sql.py", line 133, in create_user -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with sql.session_for_write() as session: -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with current._produce_block( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application next(self.gen) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.force_reraise() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise self.value -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application session.commit() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application trans.commit(_to_root=True) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in commit -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._prepare_impl() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.session.flush() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._flush(objects) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application with util.safe_reraise(): -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application flush_context.execute() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rec.execute(self) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application _emit_insert_statements( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1233, in _emit_insert_statements -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = connection.execute( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return meth( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return connection._execute_clauseelement( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ret = self._execute_context( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self._exec_single_context( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._handle_dbapi_exception( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self.dialect.do_execute( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result = self._query(query) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application conn.query(q) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application result.read() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application packet.raise_for_error() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise errorclass(errno, errval) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-cinder' for key 'local_user.domain_id'") -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [SQL: INSERT INTO local_user (user_id, domain_id, name, failed_auth_count, failed_auth_at) VALUES (%(user_id)s, %(domain_id)s, %(name)s, %(failed_auth_count)s, %(failed_auth_at)s)] -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application [parameters: {'user_id': 'fd71cc47ae924ec0959766f991e80d55', 'domain_id': 'default', 'name': 'cinder', 'failed_auth_count': 0, 'failed_auth_at': None}] -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application Traceback (most recent call last): -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application rv = self.dispatch_request() -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/users.py", line 258, in post -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ref = PROVIDERS.identity_api.create_user( -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 530, in wrapper -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return f(self, *args, **kwargs) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 542, in wrapper -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application return f(self, *args, **kwargs) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 1168, in create_user -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application ref = self._create_user_with_federated_objects(user, driver) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 1133, in _create_user_with_federated_objects -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application user = driver.create_user(user['id'], user) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store user - Duplicate entry found with name cinder at domain ID default. -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: ERROR keystone.server.flask.application -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 291/581] 10.201.9.223 () {60 vars in 1171 bytes} [Fri Jan 3 20:27:47 2025] POST /identity/v3/users => generated 160 bytes in 78 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd96f28d-c2a0-4584-be98-731d6a071cd1 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] PATH_INFO: `/v3/users/cinder` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] RBAC: Authorizing `identity:get_user(user_id=cinder)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] Could not find user: cinder. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 291/582] 10.201.9.223 () {56 vars in 1139 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/users/cinder => generated 84 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a03d41bc-7f83-4629-9794-b4c894a3e2bd None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a03d41bc-7f83-4629-9794-b4c894a3e2bd None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a03d41bc-7f83-4629-9794-b4c894a3e2bd None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 292/583] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:47 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b16bae63-251c-4827-9b77-80ababbe4626 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] RBAC: Adding query filter params (name=cinder) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 293/584] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:47 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 292/585] 10.201.9.223 () {56 vars in 1154 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/users?name=cinder => generated 356 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21e372f2-d0a7-4b36-a11c-9009031212de None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] PATH_INFO: `/v3/services/compute_legacy` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] RBAC: Authorizing `identity:get_service(service_id=compute_legacy)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] Could not find service: compute_legacy. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 294/586] 10.201.9.223 () {56 vars in 1129 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/services/compute_legacy => generated 95 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1073d71a-94ee-4e62-acf9-8be09fddf012 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] RBAC: Adding query filter params (name=compute_legacy) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 293/587] 10.201.9.223 () {56 vars in 1123 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/services?name=compute_legacy => generated 132 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dcef6c8-a2ac-4cfb-894e-194f0c57738e None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-109dd5ad-f907-49da-b921-169ff1e31426 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109dd5ad-f907-49da-b921-169ff1e31426 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109dd5ad-f907-49da-b921-169ff1e31426 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109dd5ad-f907-49da-b921-169ff1e31426 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-109dd5ad-f907-49da-b921-169ff1e31426 None ******] RBAC: Adding query filter params (type=compute_legacy) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-109dd5ad-f907-49da-b921-169ff1e31426 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-109dd5ad-f907-49da-b921-169ff1e31426 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 295/588] 10.201.9.223 () {56 vars in 1123 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/services?type=compute_legacy => generated 388 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dee477b-ec7a-490d-901a-9a99d5795e7b None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dee477b-ec7a-490d-901a-9a99d5795e7b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dee477b-ec7a-490d-901a-9a99d5795e7b None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 296/589] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:47 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba93eea-0689-4e99-9657-3f15fb8a60b3 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] PATH_INFO: `/v3/endpoints` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 294/590] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:27:47 2025] POST /identity/v3/endpoints => generated 349 bytes in 74 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 297/591] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:47 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0995e46-73e8-42fd-955b-fc03068fa2aa None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] PATH_INFO: `/v3/services/glance` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] Could not find service: glance. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 295/592] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/services/glance => generated 87 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-001f565f-7aa6-4284-88cd-1d8ca8ce71b9 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] RBAC: Adding query filter params (name=glance) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 298/593] 10.201.9.223 () {56 vars in 1107 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d923b53-b8a2-46fc-af79-c518352884ef None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e38a3838-45c1-488e-9e35-5a03444c8f1e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e38a3838-45c1-488e-9e35-5a03444c8f1e None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e38a3838-45c1-488e-9e35-5a03444c8f1e None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e38a3838-45c1-488e-9e35-5a03444c8f1e None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e38a3838-45c1-488e-9e35-5a03444c8f1e None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e38a3838-45c1-488e-9e35-5a03444c8f1e None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 296/594] 10.201.9.223 () {56 vars in 1111 bytes} [Fri Jan 3 20:27:47 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55fa6586-af5e-4e6e-89f0-2715fdfdc5c6 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8447b739-e920-4a2d-90d2-272eca79a5f0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8447b739-e920-4a2d-90d2-272eca79a5f0 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8447b739-e920-4a2d-90d2-272eca79a5f0 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8447b739-e920-4a2d-90d2-272eca79a5f0 None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8447b739-e920-4a2d-90d2-272eca79a5f0 None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8447b739-e920-4a2d-90d2-272eca79a5f0 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 299/595] 10.201.9.223 () {60 vars in 1165 bytes} [Fri Jan 3 20:27:47 2025] POST /identity/v3/registered_limits => generated 331 bytes in 80 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c23d4719-e9a8-4ae0-a4a1-f778e22812de None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c23d4719-e9a8-4ae0-a4a1-f778e22812de None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c23d4719-e9a8-4ae0-a4a1-f778e22812de None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 297/596] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:48 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 300/597] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:48 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c23d4719-e9a8-4ae0-a4a1-f778e22812de None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c23d4719-e9a8-4ae0-a4a1-f778e22812de None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] PATH_INFO: `/v3/services/compute` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] RBAC: Authorizing `identity:get_service(service_id=compute)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] Could not find service: compute. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 298/598] 10.201.9.223 () {56 vars in 1151 bytes} [Fri Jan 3 20:27:48 2025] GET /identity/v3/services/compute => generated 88 bytes in 60 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4885acec-0dcf-455a-9d32-a572160394e0 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f49181ec-a815-455f-8507-b89b82fa82e6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f49181ec-a815-455f-8507-b89b82fa82e6 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f49181ec-a815-455f-8507-b89b82fa82e6 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f49181ec-a815-455f-8507-b89b82fa82e6 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f49181ec-a815-455f-8507-b89b82fa82e6 None ******] RBAC: Adding query filter params (name=compute) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f49181ec-a815-455f-8507-b89b82fa82e6 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f49181ec-a815-455f-8507-b89b82fa82e6 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 301/599] 10.201.9.223 () {56 vars in 1165 bytes} [Fri Jan 3 20:27:48 2025] GET /identity/v3/services?name=compute => generated 125 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5efd7b-0a73-4bbb-903a-8717c4b3ec78 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5efd7b-0a73-4bbb-903a-8717c4b3ec78 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5efd7b-0a73-4bbb-903a-8717c4b3ec78 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 302/600] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:49 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd01b7c2-3fdc-4555-be79-f43440148058 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 299/601] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:27:49 2025] GET /identity/v3/services => generated 1265 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 303/602] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:49 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ce4b708-9303-4d8a-92e6-143593714244 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] PATH_INFO: `/v3/services/glance` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] Could not find service: glance. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 300/603] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:49 2025] GET /identity/v3/services/glance => generated 87 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c21a6b4-821e-42e5-ba86-004779fbf7c4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] RBAC: Adding query filter params (name=glance) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 304/604] 10.201.9.223 () {56 vars in 1107 bytes} [Fri Jan 3 20:27:49 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00a088c2-8376-473c-af71-b3719b73f718 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b89c200-76a7-4770-9ace-54c4a3deb76f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b89c200-76a7-4770-9ace-54c4a3deb76f None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b89c200-76a7-4770-9ace-54c4a3deb76f None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b89c200-76a7-4770-9ace-54c4a3deb76f None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b89c200-76a7-4770-9ace-54c4a3deb76f None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b89c200-76a7-4770-9ace-54c4a3deb76f None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 301/605] 10.201.9.223 () {56 vars in 1111 bytes} [Fri Jan 3 20:27:49 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba3f2ac-5c8c-4c8b-b8e2-9c073d983d6b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d82d1770-73a7-489c-8e1a-92faddd1d301 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d82d1770-73a7-489c-8e1a-92faddd1d301 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d82d1770-73a7-489c-8e1a-92faddd1d301 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d82d1770-73a7-489c-8e1a-92faddd1d301 None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d82d1770-73a7-489c-8e1a-92faddd1d301 None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d82d1770-73a7-489c-8e1a-92faddd1d301 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 305/606] 10.201.9.223 () {60 vars in 1165 bytes} [Fri Jan 3 20:27:49 2025] POST /identity/v3/registered_limits => generated 330 bytes in 76 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0b921ca-356a-49a3-af72-884be458ad2c None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0b921ca-356a-49a3-af72-884be458ad2c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0b921ca-356a-49a3-af72-884be458ad2c None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 302/607] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:50 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d225b6c3-a98d-432f-a48b-b51d98d1329f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d225b6c3-a98d-432f-a48b-b51d98d1329f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d225b6c3-a98d-432f-a48b-b51d98d1329f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d225b6c3-a98d-432f-a48b-b51d98d1329f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d225b6c3-a98d-432f-a48b-b51d98d1329f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d225b6c3-a98d-432f-a48b-b51d98d1329f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 306/608] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:50 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0b921ca-356a-49a3-af72-884be458ad2c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0b921ca-356a-49a3-af72-884be458ad2c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0c3dcd1-006f-4faa-82f0-5308a85e092d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0c3dcd1-006f-4faa-82f0-5308a85e092d None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0c3dcd1-006f-4faa-82f0-5308a85e092d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0c3dcd1-006f-4faa-82f0-5308a85e092d None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0c3dcd1-006f-4faa-82f0-5308a85e092d None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0c3dcd1-006f-4faa-82f0-5308a85e092d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 303/609] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:27:50 2025] POST /identity/v3/services => generated 243 bytes in 77 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c82deb6-252d-4ddb-a83f-3ff5075d9697 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c82deb6-252d-4ddb-a83f-3ff5075d9697 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c82deb6-252d-4ddb-a83f-3ff5075d9697 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 307/610] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:50 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 304/611] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:50 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c82deb6-252d-4ddb-a83f-3ff5075d9697 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c82deb6-252d-4ddb-a83f-3ff5075d9697 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] PATH_INFO: `/v3/services/glance` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] Could not find service: glance. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 308/612] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:50 2025] GET /identity/v3/services/glance => generated 87 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef6f2199-7fb8-45e0-9812-6e1db70da8c5 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] RBAC: Adding query filter params (name=glance) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 305/613] 10.201.9.223 () {56 vars in 1107 bytes} [Fri Jan 3 20:27:50 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de06cf03-8ac9-41fd-a30a-2ad4b63779e3 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2dce9cd4-eba4-422a-a10b-c5e6cf786a7d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2dce9cd4-eba4-422a-a10b-c5e6cf786a7d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2dce9cd4-eba4-422a-a10b-c5e6cf786a7d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2dce9cd4-eba4-422a-a10b-c5e6cf786a7d None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2dce9cd4-eba4-422a-a10b-c5e6cf786a7d None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2dce9cd4-eba4-422a-a10b-c5e6cf786a7d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 309/614] 10.201.9.223 () {56 vars in 1111 bytes} [Fri Jan 3 20:27:50 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff4d90c0-bd90-4823-8034-25ac5cc45151 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec829e15-a67f-4b02-8cc7-1ac33a886c37 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec829e15-a67f-4b02-8cc7-1ac33a886c37 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec829e15-a67f-4b02-8cc7-1ac33a886c37 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec829e15-a67f-4b02-8cc7-1ac33a886c37 None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec829e15-a67f-4b02-8cc7-1ac33a886c37 None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec829e15-a67f-4b02-8cc7-1ac33a886c37 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 306/615] 10.201.9.223 () {60 vars in 1165 bytes} [Fri Jan 3 20:27:51 2025] POST /identity/v3/registered_limits => generated 334 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-091181d7-985a-420c-a33d-b244087d4350 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-091181d7-985a-420c-a33d-b244087d4350 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-091181d7-985a-420c-a33d-b244087d4350 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 310/616] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:51 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 307/617] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:51 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-091181d7-985a-420c-a33d-b244087d4350 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-091181d7-985a-420c-a33d-b244087d4350 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] PATH_INFO: `/v3/services/compute` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] RBAC: Authorizing `identity:get_service(service_id=compute)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] Could not find service: compute. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 311/618] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:51 2025] GET /identity/v3/services/compute => generated 88 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8a33886-0698-4aeb-82e0-13a9cdc3f2cd None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] RBAC: Adding query filter params (name=compute) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 308/619] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:51 2025] GET /identity/v3/services?name=compute => generated 125 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-730f3f7b-aa8e-4b10-81bc-e6bfa549f973 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] RBAC: Adding query filter params (type=compute) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 312/620] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:51 2025] GET /identity/v3/services?type=compute => generated 354 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d509ac9a-827d-4a3d-86f8-2c1a398625de None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef0e23bf-a628-4152-87ab-8d608d391640 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef0e23bf-a628-4152-87ab-8d608d391640 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef0e23bf-a628-4152-87ab-8d608d391640 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef0e23bf-a628-4152-87ab-8d608d391640 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef0e23bf-a628-4152-87ab-8d608d391640 None ******] RBAC: Adding query filter params (interface=public, service_id=b95bc1349f784cccbba4678d1256b28a, region_id=RegionOne) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef0e23bf-a628-4152-87ab-8d608d391640 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef0e23bf-a628-4152-87ab-8d608d391640 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 309/621] 10.201.9.223 () {56 vars in 1248 bytes} [Fri Jan 3 20:27:52 2025] GET /identity/v3/endpoints?service_id=b95bc1349f784cccbba4678d1256b28a&interface=public®ion_id=RegionOne => generated 195 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2778e0f5-7659-4473-a754-3586327e032e None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b36bd551-8fee-41f6-a411-0866e51102d6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b36bd551-8fee-41f6-a411-0866e51102d6 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b36bd551-8fee-41f6-a411-0866e51102d6 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b36bd551-8fee-41f6-a411-0866e51102d6 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b36bd551-8fee-41f6-a411-0866e51102d6 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b36bd551-8fee-41f6-a411-0866e51102d6 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 313/622] 10.201.9.223 () {56 vars in 1084 bytes} [Fri Jan 3 20:27:52 2025] GET /identity/v3/services => generated 1496 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-510a24d7-137d-4786-86dc-95351e7815a8 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-510a24d7-137d-4786-86dc-95351e7815a8 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-510a24d7-137d-4786-86dc-95351e7815a8 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 310/623] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:52 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 314/624] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:52 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-510a24d7-137d-4786-86dc-95351e7815a8 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-510a24d7-137d-4786-86dc-95351e7815a8 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] PATH_INFO: `/v3/services/glance` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] Could not find service: glance. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 311/625] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:52 2025] GET /identity/v3/services/glance => generated 87 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69a9aece-fcbe-4ea7-b45d-e6637c1f8fb9 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] RBAC: Adding query filter params (name=glance) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 315/626] 10.201.9.223 () {56 vars in 1107 bytes} [Fri Jan 3 20:27:52 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c2b2525-802e-4347-ae41-f41926212ed5 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b36ee0e-a71b-4666-a2ce-84485c7c7914 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b36ee0e-a71b-4666-a2ce-84485c7c7914 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b36ee0e-a71b-4666-a2ce-84485c7c7914 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b36ee0e-a71b-4666-a2ce-84485c7c7914 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b36ee0e-a71b-4666-a2ce-84485c7c7914 None ******] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b36ee0e-a71b-4666-a2ce-84485c7c7914 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b36ee0e-a71b-4666-a2ce-84485c7c7914 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 312/627] 10.201.9.223 () {56 vars in 1174 bytes} [Fri Jan 3 20:27:53 2025] GET /identity/v3/endpoints?service_id=1945c816fb6540f894ef789448715966 => generated 472 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-788ef0f6-5b16-4365-b856-2af16f0c02fc None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a57fa1df-bb62-49a1-a114-679141b59b5c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a57fa1df-bb62-49a1-a114-679141b59b5c None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a57fa1df-bb62-49a1-a114-679141b59b5c None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a57fa1df-bb62-49a1-a114-679141b59b5c None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a57fa1df-bb62-49a1-a114-679141b59b5c None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a57fa1df-bb62-49a1-a114-679141b59b5c None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 316/628] 10.201.9.223 () {56 vars in 1084 bytes} [Fri Jan 3 20:27:53 2025] GET /identity/v3/services => generated 1496 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b798be2-1643-48ef-8fd3-66efb5ccca9a None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b798be2-1643-48ef-8fd3-66efb5ccca9a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b798be2-1643-48ef-8fd3-66efb5ccca9a None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 313/629] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:53 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 317/630] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:53 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b798be2-1643-48ef-8fd3-66efb5ccca9a None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b798be2-1643-48ef-8fd3-66efb5ccca9a None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] PATH_INFO: `/v3/services/compute` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] RBAC: Authorizing `identity:get_service(service_id=compute)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] Could not find service: compute. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 314/631] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:27:53 2025] GET /identity/v3/services/compute => generated 88 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4abe2da7-7ab8-42eb-981d-598c85c765f2 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] RBAC: Adding query filter params (name=compute) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 318/632] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:53 2025] GET /identity/v3/services?name=compute => generated 125 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbe57a4f-35d8-423c-b75f-f6d5b27d8fa8 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5f0d352-ef22-4524-92e7-c2b2d1832178 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f0d352-ef22-4524-92e7-c2b2d1832178 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f0d352-ef22-4524-92e7-c2b2d1832178 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f0d352-ef22-4524-92e7-c2b2d1832178 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5f0d352-ef22-4524-92e7-c2b2d1832178 None ******] RBAC: Adding query filter params (type=compute) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5f0d352-ef22-4524-92e7-c2b2d1832178 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5f0d352-ef22-4524-92e7-c2b2d1832178 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 315/633] 10.201.9.223 () {56 vars in 1109 bytes} [Fri Jan 3 20:27:53 2025] GET /identity/v3/services?type=compute => generated 354 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-506fc5f9-2fac-4d1e-9f36-7ef80cb9b067 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc9e0c33-2006-48c4-a241-db53c146ee6b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc9e0c33-2006-48c4-a241-db53c146ee6b None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc9e0c33-2006-48c4-a241-db53c146ee6b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc9e0c33-2006-48c4-a241-db53c146ee6b None ******] PATH_INFO: `/v3/endpoints` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc9e0c33-2006-48c4-a241-db53c146ee6b None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc9e0c33-2006-48c4-a241-db53c146ee6b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:53 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 319/634] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:27:53 2025] POST /identity/v3/endpoints => generated 336 bytes in 76 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69cbaa2d-f640-46ea-9be8-2a3eded720a9 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69cbaa2d-f640-46ea-9be8-2a3eded720a9 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69cbaa2d-f640-46ea-9be8-2a3eded720a9 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 316/635] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:27:54 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6822080f-5feb-4248-a619-942ed718af99 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6822080f-5feb-4248-a619-942ed718af99 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6822080f-5feb-4248-a619-942ed718af99 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6822080f-5feb-4248-a619-942ed718af99 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6822080f-5feb-4248-a619-942ed718af99 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6822080f-5feb-4248-a619-942ed718af99 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 320/636] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:27:54 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69cbaa2d-f640-46ea-9be8-2a3eded720a9 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69cbaa2d-f640-46ea-9be8-2a3eded720a9 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] Could not find role: reader. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 317/637] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:54 2025] GET /identity/v3/roles/reader => generated 84 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6822080f-5feb-4248-a619-942ed718af99 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6822080f-5feb-4248-a619-942ed718af99 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 321/638] 10.201.9.223 () {56 vars in 1098 bytes} [Fri Jan 3 20:27:54 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df54d887-541a-47d9-a38c-c3de191eff5c None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 318/639] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:54 2025] GET /identity/v3/domains/Default => generated 87 bytes in 85 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0b92858-35b2-46d9-8fa4-e94d593dabc9 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 322/640] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:27:54 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4f4ba10-dff3-4ce2-8053-d104272d193e None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 319/641] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:27:54 2025] GET /identity/v3/domains/default => generated 200 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c6b0b06-e49c-46da-9860-37f81b93464b None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] PATH_INFO: `/v3/users/glance` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] RBAC: Authorizing `identity:get_user(user_id=glance)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] Could not find user: glance. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 323/642] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:27:54 2025] GET /identity/v3/users/glance => generated 84 bytes in 60 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a796efc2-5f8e-4f1f-9592-321c1355a678 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d12b905-e6bf-4ae7-ba2a-5a134e401b88 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d12b905-e6bf-4ae7-ba2a-5a134e401b88 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d12b905-e6bf-4ae7-ba2a-5a134e401b88 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d12b905-e6bf-4ae7-ba2a-5a134e401b88 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d12b905-e6bf-4ae7-ba2a-5a134e401b88 None ******] RBAC: Adding query filter params (domain_id=default, name=glance) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d12b905-e6bf-4ae7-ba2a-5a134e401b88 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d12b905-e6bf-4ae7-ba2a-5a134e401b88 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 320/643] 10.201.9.223 () {56 vars in 1134 bytes} [Fri Jan 3 20:27:54 2025] GET /identity/v3/users?domain_id=default&name=glance => generated 374 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44d60ded-5494-45d9-8238-cd4916d7da66 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec9322fa-da2d-4794-a120-df34e3ecdf86 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec9322fa-da2d-4794-a120-df34e3ecdf86 None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec9322fa-da2d-4794-a120-df34e3ecdf86 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec9322fa-da2d-4794-a120-df34e3ecdf86 None ******] PATH_INFO: `/v3/system/users/4ce89706b2d14eacb5d51392c5f58a63/roles/870afcda2cba4b17968b3f1eeb4eecc8` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:27:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec9322fa-da2d-4794-a120-df34e3ecdf86 None ******] RBAC: Authorizing `identity:create_system_grant_for_user(user_id=4ce89706b2d14eacb5d51392c5f58a63, role_id=870afcda2cba4b17968b3f1eeb4eecc8)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:27:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec9322fa-da2d-4794-a120-df34e3ecdf86 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:27:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 324/644] 10.201.9.223 () {58 vars in 1331 bytes} [Fri Jan 3 20:27:54 2025] PUT /identity/v3/system/users/4ce89706b2d14eacb5d51392c5f58a63/roles/870afcda2cba4b17968b3f1eeb4eecc8 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:28:04 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=8500,keystone:UPDATE=1,keystone:INSERT=38 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:28:05 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=8691,keystone:INSERT=46 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74810111-807d-4250-aec9-f16b977acd24 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74810111-807d-4250-aec9-f16b977acd24 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74810111-807d-4250-aec9-f16b977acd24 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 321/645] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:28:52 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 325/646] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:28:52 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74810111-807d-4250-aec9-f16b977acd24 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74810111-807d-4250-aec9-f16b977acd24 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 322/647] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:28:52 2025] GET /identity/v3/domains/Default => generated 87 bytes in 129 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c76791a-727e-45ca-97a1-ce834cfdd5fa None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a217a38-badf-403a-9557-96450e98934b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a217a38-badf-403a-9557-96450e98934b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a217a38-badf-403a-9557-96450e98934b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a217a38-badf-403a-9557-96450e98934b None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a217a38-badf-403a-9557-96450e98934b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a217a38-badf-403a-9557-96450e98934b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a217a38-badf-403a-9557-96450e98934b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 326/648] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:28:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 108 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-973eca3b-cbf8-401f-a3cb-c602136c41de None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de05eb1d-a615-4d06-b2c4-c14b9403ffc6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de05eb1d-a615-4d06-b2c4-c14b9403ffc6 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de05eb1d-a615-4d06-b2c4-c14b9403ffc6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de05eb1d-a615-4d06-b2c4-c14b9403ffc6 None ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de05eb1d-a615-4d06-b2c4-c14b9403ffc6 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de05eb1d-a615-4d06-b2c4-c14b9403ffc6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-de05eb1d-a615-4d06-b2c4-c14b9403ffc6 None ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:28:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 323/649] 10.201.9.223 () {60 vars in 1171 bytes} [Fri Jan 3 20:28:52 2025] POST /identity/v3/users => generated 252 bytes in 107 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7c946f2-1e71-4ad5-bab7-bf28be7d65a3 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7c946f2-1e71-4ad5-bab7-bf28be7d65a3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7c946f2-1e71-4ad5-bab7-bf28be7d65a3 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 327/650] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:28:54 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 324/651] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:28:54 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7c946f2-1e71-4ad5-bab7-bf28be7d65a3 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7c946f2-1e71-4ad5-bab7-bf28be7d65a3 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] PATH_INFO: `/v3/roles/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] Could not find role: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 328/652] 10.201.9.223 () {56 vars in 1099 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/roles/service => generated 85 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96678f90-9c8a-4e3d-93af-a88b36096ba8 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] RBAC: Adding query filter params (name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 325/653] 10.201.9.223 () {56 vars in 1100 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76963584-761b-46db-af9b-75badcdc31ff None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 329/654] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/domains/Default => generated 87 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e36360b9-be40-47db-93a2-de726cf2dcd5 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 326/655] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16a43afd-40d0-4331-9992-1177ff61371a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 330/656] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/domains/default => generated 200 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49960b07-c0b2-429e-b43f-e59778117a02 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] PATH_INFO: `/v3/users/placement` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] Could not find user: placement. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 327/657] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/users/placement => generated 87 bytes in 81 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15599809-0aa7-485c-b668-8d2703e1fa12 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] RBAC: Adding query filter params (domain_id=default, name=placement) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 331/658] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/users?domain_id=default&name=placement => generated 380 bytes in 92 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f68ae0e-bd8a-4850-aaf2-3b0d84dad194 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 328/659] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/domains/Default => generated 87 bytes in 73 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24923eb5-41cb-461b-8c75-00434eea2c12 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 332/660] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:28:54 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c4ee66a-e1c2-48fa-910a-b3f3cdc97c35 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 329/661] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:55 2025] GET /identity/v3/domains/default => generated 200 bytes in 96 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14b6bcb3-d95f-4d21-8244-b9867016cba5 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 333/662] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:28:55 2025] GET /identity/v3/projects/service => generated 88 bytes in 90 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10c67835-ddb8-41d5-a190-9bf9137a380d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f4646c0-b412-4872-a85f-5f134db145d6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f4646c0-b412-4872-a85f-5f134db145d6 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f4646c0-b412-4872-a85f-5f134db145d6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f4646c0-b412-4872-a85f-5f134db145d6 None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f4646c0-b412-4872-a85f-5f134db145d6 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f4646c0-b412-4872-a85f-5f134db145d6 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f4646c0-b412-4872-a85f-5f134db145d6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 330/663] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:28:55 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3f62e9a-aa8f-44ac-a68d-3bb8e7c699b3 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9a5b1de0-625c-4b55-838b-9f9fbe2b6440 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a5b1de0-625c-4b55-838b-9f9fbe2b6440 None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a5b1de0-625c-4b55-838b-9f9fbe2b6440 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a5b1de0-625c-4b55-838b-9f9fbe2b6440 None ******] PATH_INFO: `/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/64eace363c9e4b12a48f45b4175726a3/roles/91a9702db7f74d2c881e52ee17ba37ff` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9a5b1de0-625c-4b55-838b-9f9fbe2b6440 None ******] RBAC: Authorizing `identity:create_grant(project_id=de198b0616ea4146afc19fba7d2c9f2f, user_id=64eace363c9e4b12a48f45b4175726a3, role_id=91a9702db7f74d2c881e52ee17ba37ff)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9a5b1de0-625c-4b55-838b-9f9fbe2b6440 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 334/664] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:28:55 2025] PUT /identity/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/64eace363c9e4b12a48f45b4175726a3/roles/91a9702db7f74d2c881e52ee17ba37ff => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac726b31-ded2-480c-8e23-70ab0246bd29 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac726b31-ded2-480c-8e23-70ab0246bd29 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac726b31-ded2-480c-8e23-70ab0246bd29 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 331/665] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:28:56 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 335/666] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:28:56 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac726b31-ded2-480c-8e23-70ab0246bd29 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac726b31-ded2-480c-8e23-70ab0246bd29 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] PATH_INFO: `/v3/roles/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] Could not find role: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 332/667] 10.201.9.223 () {56 vars in 1142 bytes} [Fri Jan 3 20:28:56 2025] GET /identity/v3/roles/service => generated 85 bytes in 79 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6d2995c-cc40-451d-9a64-988e21ae284c None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] RBAC: Adding query filter params (name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 336/668] 10.201.9.223 () {56 vars in 1156 bytes} [Fri Jan 3 20:28:56 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-413fb29a-bef7-488e-9489-75ab63cfabbe None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 333/669] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:28:56 2025] GET /identity/v3/domains/Default => generated 87 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fc15a5d-d609-4571-994e-ccf4cd8222e4 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 337/670] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:28:56 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df3f2537-87cd-4b4b-b772-a4fd9cf5a612 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] PATH_INFO: `/v3/users/placement` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] Could not find user: placement. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 334/671] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:28:56 2025] GET /identity/v3/users/placement => generated 87 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72bde83d-cc76-45a5-8a91-d5d3be350181 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] RBAC: Adding query filter params (name=placement) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 338/672] 10.201.9.223 () {56 vars in 1160 bytes} [Fri Jan 3 20:28:57 2025] GET /identity/v3/users?name=placement => generated 362 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2df374-9164-4ef8-a6ef-d1b30534abd4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 335/673] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:28:57 2025] GET /identity/v3/domains/Default => generated 87 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a295c101-cfe8-4340-b076-d912b53f10cb None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 339/674] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:28:57 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fc9da97-9f32-4967-ace9-e75ac364083d None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] Could not find project: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 336/675] 10.201.9.223 () {56 vars in 1186 bytes} [Fri Jan 3 20:28:57 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5826a98d-30d4-4089-b797-097e88f4c50a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85e850fa-92fc-4e96-88f7-112a90c5c505 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85e850fa-92fc-4e96-88f7-112a90c5c505 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85e850fa-92fc-4e96-88f7-112a90c5c505 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85e850fa-92fc-4e96-88f7-112a90c5c505 None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85e850fa-92fc-4e96-88f7-112a90c5c505 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85e850fa-92fc-4e96-88f7-112a90c5c505 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85e850fa-92fc-4e96-88f7-112a90c5c505 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 340/676] 10.201.9.223 () {56 vars in 1201 bytes} [Fri Jan 3 20:28:57 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6de8fe36-4f27-4eed-8271-784f19787ca8 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7c04de1-90be-40f2-bebc-4bbcf28c1ed9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7c04de1-90be-40f2-bebc-4bbcf28c1ed9 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7c04de1-90be-40f2-bebc-4bbcf28c1ed9 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7c04de1-90be-40f2-bebc-4bbcf28c1ed9 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7c04de1-90be-40f2-bebc-4bbcf28c1ed9 None ******] RBAC: Adding query filter params (role.id=91a9702db7f74d2c881e52ee17ba37ff, scope.project.id=de198b0616ea4146afc19fba7d2c9f2f, user.id=64eace363c9e4b12a48f45b4175726a3) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7c04de1-90be-40f2-bebc-4bbcf28c1ed9 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7c04de1-90be-40f2-bebc-4bbcf28c1ed9 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 337/677] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:28:57 2025] GET /identity/v3/role_assignments?role.id=91a9702db7f74d2c881e52ee17ba37ff&scope.project.id=de198b0616ea4146afc19fba7d2c9f2f&user.id=64eace363c9e4b12a48f45b4175726a3 => generated 610 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f3a27e6-81a8-4461-92de-e091d7f4a092 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f3a27e6-81a8-4461-92de-e091d7f4a092 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f3a27e6-81a8-4461-92de-e091d7f4a092 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 341/678] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:28:58 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 338/679] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:28:58 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 89 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f3a27e6-81a8-4461-92de-e091d7f4a092 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f3a27e6-81a8-4461-92de-e091d7f4a092 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] Could not find role: ******. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 342/680] 10.201.9.223 () {56 vars in 1093 bytes} [Fri Jan 3 20:28:58 2025] GET /identity/v3/roles/****** => generated 83 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0884c47a-3100-4a2f-a220-23cc2364845c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] RBAC: Adding query filter params (name=******) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:58 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 339/681] 10.201.9.223 () {56 vars in 1096 bytes} [Fri Jan 3 20:28:58 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b5235fd-cb8a-47df-80e5-7fb1323f9524 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] Could not find domain: Default. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 343/682] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:58 2025] GET /identity/v3/domains/Default => generated 87 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c335eb4-f811-4977-9a6d-e60d3a73ad33 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 340/683] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c9390b3-46e5-405e-80db-3b2fb6e9a368 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] PATH_INFO: `/v3/domains/default` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 344/684] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/domains/default => generated 200 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ded2bfe-21e7-4758-83fb-c2f14f3bc9b4 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] PATH_INFO: `/v3/users/placement` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] Could not find user: placement. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 341/685] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/users/placement => generated 87 bytes in 73 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91fea5c3-4dde-4663-ba04-3ed7a6f37b1d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] RBAC: Adding query filter params (domain_id=default, name=placement) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 345/686] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/users?domain_id=default&name=placement => generated 380 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1faee86a-462a-45ea-b093-f3fa4d6e272a None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 342/687] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/domains/Default => generated 87 bytes in 77 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f0e77ae-a691-43e8-8e52-d835fb3e4fd3 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 346/688] 10.201.9.223 () {56 vars in 1106 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 81 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dc0dee8-7ff8-487e-a510-2534d4d31eef None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] PATH_INFO: `/v3/domains/default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 343/689] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/domains/default => generated 200 bytes in 87 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4808dab3-c0b8-4f7f-8eb2-1a01834b2e8d None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] PATH_INFO: `/v3/projects/service` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] Could not find project: service. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 347/690] 10.201.9.223 () {56 vars in 1108 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/projects/service => generated 88 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-778dfe4c-c312-4d8f-8978-7d4204da9fee None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c45131af-183f-4ccd-9c30-f7b2dd8a7fbb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c45131af-183f-4ccd-9c30-f7b2dd8a7fbb None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c45131af-183f-4ccd-9c30-f7b2dd8a7fbb None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c45131af-183f-4ccd-9c30-f7b2dd8a7fbb None ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c45131af-183f-4ccd-9c30-f7b2dd8a7fbb None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c45131af-183f-4ccd-9c30-f7b2dd8a7fbb None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c45131af-183f-4ccd-9c30-f7b2dd8a7fbb None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 344/691] 10.201.9.223 () {56 vars in 1145 bytes} [Fri Jan 3 20:28:59 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b81141fc-d311-4812-96ed-5dcb2aecb9ec None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80b5d86e-3057-4c07-a4de-e6fafa8c2860 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80b5d86e-3057-4c07-a4de-e6fafa8c2860 None ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80b5d86e-3057-4c07-a4de-e6fafa8c2860 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80b5d86e-3057-4c07-a4de-e6fafa8c2860 None ******] PATH_INFO: `/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/64eace363c9e4b12a48f45b4175726a3/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80b5d86e-3057-4c07-a4de-e6fafa8c2860 None ******] RBAC: Authorizing `identity:create_grant(project_id=de198b0616ea4146afc19fba7d2c9f2f, user_id=64eace363c9e4b12a48f45b4175726a3, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80b5d86e-3057-4c07-a4de-e6fafa8c2860 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:28:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 348/692] 10.201.9.223 () {58 vars in 1436 bytes} [Fri Jan 3 20:28:59 2025] PUT /identity/v3/projects/de198b0616ea4146afc19fba7d2c9f2f/users/64eace363c9e4b12a48f45b4175726a3/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:29:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ffb44f0-a13a-4078-8f69-1dd8587a12f6 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ffb44f0-a13a-4078-8f69-1dd8587a12f6 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ffb44f0-a13a-4078-8f69-1dd8587a12f6 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 345/693] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:29:00 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:29:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:29:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:29:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 349/694] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:29:00 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ffb44f0-a13a-4078-8f69-1dd8587a12f6 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ffb44f0-a13a-4078-8f69-1dd8587a12f6 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] PATH_INFO: `/v3/roles/******` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] Could not find role: ******. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 346/695] 10.201.9.223 () {56 vars in 1136 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/roles/****** => generated 83 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9336536-3823-4366-8361-5d75bccd0042 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] RBAC: Adding query filter params (name=******) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 350/696] 10.201.9.223 () {56 vars in 1152 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85a90118-a44f-4c8d-8c3e-4acbbacd8daa None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 347/697] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/domains/Default => generated 87 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3806ff38-e270-49f4-a672-bcab91f4ed88 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 351/698] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05f26fd5-0455-4349-8fc4-0e7e1279f588 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] PATH_INFO: `/v3/users/placement` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] Could not find user: placement. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 348/699] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/users/placement => generated 87 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33dc6572-dca1-4ea6-9c20-2f7f450502e4 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] RBAC: Adding query filter params (name=placement) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 352/700] 10.201.9.223 () {56 vars in 1160 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/users?name=placement => generated 362 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e6c5b4f-d40b-49c1-93dd-f530b4ff81a6 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] Could not find domain: Default. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 349/701] 10.201.9.223 () {56 vars in 1148 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/domains/Default => generated 87 bytes in 73 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a709eb7e-e307-475e-898f-b5c0bb22e4df None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 353/702] 10.201.9.223 () {56 vars in 1162 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e1b6720-5087-49e0-b88b-fa36e111c7c1 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.application [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] Could not find project: service. {{(pid=60640) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 350/703] 10.201.9.223 () {56 vars in 1186 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb7bc662-1862-4489-9ba0-6a67abdb3ad9 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d188490-795a-407f-bcd9-f4b03f0e121b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d188490-795a-407f-bcd9-f4b03f0e121b None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d188490-795a-407f-bcd9-f4b03f0e121b None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d188490-795a-407f-bcd9-f4b03f0e121b None ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d188490-795a-407f-bcd9-f4b03f0e121b None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d188490-795a-407f-bcd9-f4b03f0e121b None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d188490-795a-407f-bcd9-f4b03f0e121b None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 354/704] 10.201.9.223 () {56 vars in 1201 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 84 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9eef1e2-3040-467f-933a-e0d6b574a147 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67f91929-c225-4201-970e-8895304126ea None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67f91929-c225-4201-970e-8895304126ea None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67f91929-c225-4201-970e-8895304126ea None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67f91929-c225-4201-970e-8895304126ea None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67f91929-c225-4201-970e-8895304126ea None ******] RBAC: Adding query filter params (role.id=ded8686996b046f3969600dc4d1fc74a, scope.project.id=de198b0616ea4146afc19fba7d2c9f2f, user.id=64eace363c9e4b12a48f45b4175726a3) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67f91929-c225-4201-970e-8895304126ea None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67f91929-c225-4201-970e-8895304126ea None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 351/705] 10.201.9.223 () {56 vars in 1427 bytes} [Fri Jan 3 20:29:01 2025] GET /identity/v3/role_assignments?role.id=ded8686996b046f3969600dc4d1fc74a&scope.project.id=de198b0616ea4146afc19fba7d2c9f2f&user.id=64eace363c9e4b12a48f45b4175726a3 => generated 610 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-949ec246-b59d-4987-8ddd-b6811e34cc3d None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-949ec246-b59d-4987-8ddd-b6811e34cc3d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-949ec246-b59d-4987-8ddd-b6811e34cc3d None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 355/706] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:29:03 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 352/707] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:29:03 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-949ec246-b59d-4987-8ddd-b6811e34cc3d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-949ec246-b59d-4987-8ddd-b6811e34cc3d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] PATH_INFO: `/v3/services/placement` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] RBAC: Authorizing `identity:get_service(service_id=placement)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] Could not find service: placement. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 356/708] 10.201.9.223 () {56 vars in 1157 bytes} [Fri Jan 3 20:29:03 2025] GET /identity/v3/services/placement => generated 90 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-150e66c9-5296-405c-bdd7-dbd5063cc44e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fdc5adf-beec-44b3-b755-5f44ddc3c887 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fdc5adf-beec-44b3-b755-5f44ddc3c887 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fdc5adf-beec-44b3-b755-5f44ddc3c887 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fdc5adf-beec-44b3-b755-5f44ddc3c887 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fdc5adf-beec-44b3-b755-5f44ddc3c887 None ******] RBAC: Adding query filter params (name=placement) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fdc5adf-beec-44b3-b755-5f44ddc3c887 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fdc5adf-beec-44b3-b755-5f44ddc3c887 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 353/709] 10.201.9.223 () {56 vars in 1169 bytes} [Fri Jan 3 20:29:03 2025] GET /identity/v3/services?name=placement => generated 127 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ed7d65f-6bc4-4b85-b2fe-faf251f93ca5 None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97538931-537c-4c6b-b605-177facb487a3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97538931-537c-4c6b-b605-177facb487a3 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97538931-537c-4c6b-b605-177facb487a3 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97538931-537c-4c6b-b605-177facb487a3 None ******] PATH_INFO: `/v3/services` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-97538931-537c-4c6b-b605-177facb487a3 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-97538931-537c-4c6b-b605-177facb487a3 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 357/710] 10.201.9.223 () {56 vars in 1140 bytes} [Fri Jan 3 20:29:03 2025] GET /identity/v3/services => generated 1496 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdb949e2-b276-4af1-825b-6be8fc228ff1 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdb949e2-b276-4af1-825b-6be8fc228ff1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdb949e2-b276-4af1-825b-6be8fc228ff1 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 354/711] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:29:04 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:29:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8e8e54-789c-411d-a669-f09c34a4a9ac None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8e8e54-789c-411d-a669-f09c34a4a9ac None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8e8e54-789c-411d-a669-f09c34a4a9ac None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4b8e8e54-789c-411d-a669-f09c34a4a9ac None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:29:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4b8e8e54-789c-411d-a669-f09c34a4a9ac None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4b8e8e54-789c-411d-a669-f09c34a4a9ac None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 358/712] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:29:04 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdb949e2-b276-4af1-825b-6be8fc228ff1 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdb949e2-b276-4af1-825b-6be8fc228ff1 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-944c2c6d-b6d2-48b0-b3ba-f1db6013d6d9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-944c2c6d-b6d2-48b0-b3ba-f1db6013d6d9 None ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-944c2c6d-b6d2-48b0-b3ba-f1db6013d6d9 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-944c2c6d-b6d2-48b0-b3ba-f1db6013d6d9 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-944c2c6d-b6d2-48b0-b3ba-f1db6013d6d9 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-944c2c6d-b6d2-48b0-b3ba-f1db6013d6d9 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 355/713] 10.201.9.223 () {60 vars in 1181 bytes} [Fri Jan 3 20:29:04 2025] POST /identity/v3/services => generated 247 bytes in 71 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:29:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ed297d6-66d7-444c-b9ad-f68ba3b7cc9e None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ed297d6-66d7-444c-b9ad-f68ba3b7cc9e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ed297d6-66d7-444c-b9ad-f68ba3b7cc9e None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 359/714] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:29:05 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:29:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:29:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:29:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 356/715] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:29:05 2025] POST /identity/v3/auth/tokens => generated 2092 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ed297d6-66d7-444c-b9ad-f68ba3b7cc9e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ed297d6-66d7-444c-b9ad-f68ba3b7cc9e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] PATH_INFO: `/v3/services/placement` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] RBAC: Authorizing `identity:get_service(service_id=placement)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] Could not find service: placement. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 360/716] 10.201.9.223 () {56 vars in 1114 bytes} [Fri Jan 3 20:29:06 2025] GET /identity/v3/services/placement => generated 90 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29482c01-0d66-4f55-91b6-f186f558041c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] RBAC: Adding query filter params (name=placement) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 357/717] 10.201.9.223 () {56 vars in 1113 bytes} [Fri Jan 3 20:29:06 2025] GET /identity/v3/services?name=placement => generated 360 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93cd4b2e-1088-4f09-8203-6f79a00b0eba None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-085ef9d3-1852-4809-ad7d-1b268d21bd92 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-085ef9d3-1852-4809-ad7d-1b268d21bd92 None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-085ef9d3-1852-4809-ad7d-1b268d21bd92 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-085ef9d3-1852-4809-ad7d-1b268d21bd92 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-085ef9d3-1852-4809-ad7d-1b268d21bd92 None ******] RBAC: Adding query filter params (interface=public, service_id=0cf699fd6ed4472b9926bac837b0b109, region_id=RegionOne) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-085ef9d3-1852-4809-ad7d-1b268d21bd92 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-085ef9d3-1852-4809-ad7d-1b268d21bd92 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 361/718] 10.201.9.223 () {56 vars in 1248 bytes} [Fri Jan 3 20:29:06 2025] GET /identity/v3/endpoints?service_id=0cf699fd6ed4472b9926bac837b0b109&interface=public®ion_id=RegionOne => generated 195 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9ea1ece-77c1-41b1-be73-e1dbb163b357 None ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08089d0c-2455-4ad2-98a6-6d1f5eda72f3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08089d0c-2455-4ad2-98a6-6d1f5eda72f3 None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08089d0c-2455-4ad2-98a6-6d1f5eda72f3 None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08089d0c-2455-4ad2-98a6-6d1f5eda72f3 None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08089d0c-2455-4ad2-98a6-6d1f5eda72f3 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08089d0c-2455-4ad2-98a6-6d1f5eda72f3 None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 358/719] 10.201.9.223 () {56 vars in 1084 bytes} [Fri Jan 3 20:29:06 2025] GET /identity/v3/services => generated 1731 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf3c0b53-3626-4a98-bf7d-2dcf3dda4e69 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf3c0b53-3626-4a98-bf7d-2dcf3dda4e69 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf3c0b53-3626-4a98-bf7d-2dcf3dda4e69 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 362/720] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:29:07 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 359/721] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:29:07 2025] POST /identity/v3/auth/tokens => generated 2092 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf3c0b53-3626-4a98-bf7d-2dcf3dda4e69 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf3c0b53-3626-4a98-bf7d-2dcf3dda4e69 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] PATH_INFO: `/v3/services/placement` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] RBAC: Authorizing `identity:get_service(service_id=placement)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.application [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] Could not find service: placement. {{(pid=60641) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 363/722] 10.201.9.223 () {56 vars in 1114 bytes} [Fri Jan 3 20:29:07 2025] GET /identity/v3/services/placement => generated 90 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c89e108f-6cb9-4c91-8833-3aaeb2a86e05 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34afe6d7-9c14-474c-a905-6669bcc31b5d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34afe6d7-9c14-474c-a905-6669bcc31b5d None ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34afe6d7-9c14-474c-a905-6669bcc31b5d None ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34afe6d7-9c14-474c-a905-6669bcc31b5d None ******] PATH_INFO: `/v3/services` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34afe6d7-9c14-474c-a905-6669bcc31b5d None ******] RBAC: Adding query filter params (name=placement) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34afe6d7-9c14-474c-a905-6669bcc31b5d None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34afe6d7-9c14-474c-a905-6669bcc31b5d None ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 360/723] 10.201.9.223 () {56 vars in 1113 bytes} [Fri Jan 3 20:29:07 2025] GET /identity/v3/services?name=placement => generated 360 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b787d7d2-747d-4d4f-83a3-deb4ca1ae62a None ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-602c1777-c910-4162-94a3-64ce09ab33b7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-602c1777-c910-4162-94a3-64ce09ab33b7 None ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-602c1777-c910-4162-94a3-64ce09ab33b7 None ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-602c1777-c910-4162-94a3-64ce09ab33b7 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-602c1777-c910-4162-94a3-64ce09ab33b7 None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-602c1777-c910-4162-94a3-64ce09ab33b7 None ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:29:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 364/724] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:29:07 2025] POST /identity/v3/endpoints => generated 333 bytes in 70 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:29:17 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=1240,keystone:INSERT=4 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:29:17 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=1207,keystone:INSERT=3 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73ecd33-94f8-456d-a2e0-d6c376af100e None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73ecd33-94f8-456d-a2e0-d6c376af100e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73ecd33-94f8-456d-a2e0-d6c376af100e None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 361/725] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:18 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb5b2dbd-14ff-4869-920a-b7d134d51980 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb5b2dbd-14ff-4869-920a-b7d134d51980 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb5b2dbd-14ff-4869-920a-b7d134d51980 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-fb5b2dbd-14ff-4869-920a-b7d134d51980 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-fb5b2dbd-14ff-4869-920a-b7d134d51980 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-fb5b2dbd-14ff-4869-920a-b7d134d51980 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 365/726] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 78 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9eb7d8a1-3a8a-4556-b48d-1227b62d5002 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9eb7d8a1-3a8a-4556-b48d-1227b62d5002 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9eb7d8a1-3a8a-4556-b48d-1227b62d5002 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 362/727] 10.201.9.223 () {54 vars in 966 bytes} [Fri Jan 3 20:30:18 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-709bada5-c5a2-41d6-96c7-d54fd315cf39 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-709bada5-c5a2-41d6-96c7-d54fd315cf39 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-709bada5-c5a2-41d6-96c7-d54fd315cf39 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-709bada5-c5a2-41d6-96c7-d54fd315cf39 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-709bada5-c5a2-41d6-96c7-d54fd315cf39 None None] MFA Rules not processed for user `e6f136cb62fc451d933f010ec07d158d`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-709bada5-c5a2-41d6-96c7-d54fd315cf39 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 366/728] 10.201.9.223 () {58 vars in 1063 bytes} [Fri Jan 3 20:30:18 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 82 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9eb7d8a1-3a8a-4556-b48d-1227b62d5002 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9eb7d8a1-3a8a-4556-b48d-1227b62d5002 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2cc07b6-3261-4501-bdd6-a4dd05063606 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2cc07b6-3261-4501-bdd6-a4dd05063606 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2cc07b6-3261-4501-bdd6-a4dd05063606 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2cc07b6-3261-4501-bdd6-a4dd05063606 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2cc07b6-3261-4501-bdd6-a4dd05063606 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2cc07b6-3261-4501-bdd6-a4dd05063606 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 363/729] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:18 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-668a2e5f-9271-4f62-b688-9d4c25d2a9d6 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-668a2e5f-9271-4f62-b688-9d4c25d2a9d6 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-668a2e5f-9271-4f62-b688-9d4c25d2a9d6 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 367/730] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:19 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6565fe9b-596b-4bf0-b6d2-0599688d2079 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6565fe9b-596b-4bf0-b6d2-0599688d2079 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6565fe9b-596b-4bf0-b6d2-0599688d2079 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-6565fe9b-596b-4bf0-b6d2-0599688d2079 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-6565fe9b-596b-4bf0-b6d2-0599688d2079 None None] MFA Rules not processed for user `1cbe0bf8268447838b793e8672f1f561`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-6565fe9b-596b-4bf0-b6d2-0599688d2079 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 364/731] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:19 2025] POST /identity/v3/auth/tokens => generated 2490 bytes in 78 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40fd2551-a453-4ca2-8bf4-19b458954377 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40fd2551-a453-4ca2-8bf4-19b458954377 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40fd2551-a453-4ca2-8bf4-19b458954377 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 368/732] 10.201.9.223 () {54 vars in 966 bytes} [Fri Jan 3 20:30:19 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b589b136-94bc-41aa-b6f2-225de0c9b881 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b589b136-94bc-41aa-b6f2-225de0c9b881 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b589b136-94bc-41aa-b6f2-225de0c9b881 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b589b136-94bc-41aa-b6f2-225de0c9b881 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b589b136-94bc-41aa-b6f2-225de0c9b881 None None] MFA Rules not processed for user `e6f136cb62fc451d933f010ec07d158d`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b589b136-94bc-41aa-b6f2-225de0c9b881 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 365/733] 10.201.9.223 () {58 vars in 1063 bytes} [Fri Jan 3 20:30:19 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-40fd2551-a453-4ca2-8bf4-19b458954377 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-40fd2551-a453-4ca2-8bf4-19b458954377 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f8904ff-c13c-498b-9cde-326504e965eb service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f8904ff-c13c-498b-9cde-326504e965eb service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f8904ff-c13c-498b-9cde-326504e965eb service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f8904ff-c13c-498b-9cde-326504e965eb service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f8904ff-c13c-498b-9cde-326504e965eb service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f8904ff-c13c-498b-9cde-326504e965eb service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 369/734] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:19 2025] GET /identity/v3/auth/tokens => generated 2490 bytes in 24 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ee00b7f-ab80-449f-9d22-ae4be84a7e9a None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ee00b7f-ab80-449f-9d22-ae4be84a7e9a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ee00b7f-ab80-449f-9d22-ae4be84a7e9a None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 366/735] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:22 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87324c39-2a44-4cb7-8ce9-7bb3b80c66f9 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87324c39-2a44-4cb7-8ce9-7bb3b80c66f9 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87324c39-2a44-4cb7-8ce9-7bb3b80c66f9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-87324c39-2a44-4cb7-8ce9-7bb3b80c66f9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-87324c39-2a44-4cb7-8ce9-7bb3b80c66f9 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-87324c39-2a44-4cb7-8ce9-7bb3b80c66f9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 370/736] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:22 2025] POST /identity/v3/auth/tokens => generated 2548 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ee00b7f-ab80-449f-9d22-ae4be84a7e9a None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ee00b7f-ab80-449f-9d22-ae4be84a7e9a None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c6a1878-7a2e-4a98-90b8-5edeb14a043b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c6a1878-7a2e-4a98-90b8-5edeb14a043b service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c6a1878-7a2e-4a98-90b8-5edeb14a043b service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c6a1878-7a2e-4a98-90b8-5edeb14a043b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c6a1878-7a2e-4a98-90b8-5edeb14a043b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c6a1878-7a2e-4a98-90b8-5edeb14a043b service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 367/737] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:22 2025] GET /identity/v3/auth/tokens => generated 2548 bytes in 29 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0379392b-afcb-4f73-82fb-c96c5a7018c1 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0379392b-afcb-4f73-82fb-c96c5a7018c1 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0379392b-afcb-4f73-82fb-c96c5a7018c1 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 371/738] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:24 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c938170-650a-416f-aabf-ade10c6bdba7 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c938170-650a-416f-aabf-ade10c6bdba7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c938170-650a-416f-aabf-ade10c6bdba7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3c938170-650a-416f-aabf-ade10c6bdba7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3c938170-650a-416f-aabf-ade10c6bdba7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3c938170-650a-416f-aabf-ade10c6bdba7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 368/739] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:24 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0379392b-afcb-4f73-82fb-c96c5a7018c1 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0379392b-afcb-4f73-82fb-c96c5a7018c1 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-646cba9c-899c-447b-b49a-96cf5d4a1fe3 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-646cba9c-899c-447b-b49a-96cf5d4a1fe3 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-646cba9c-899c-447b-b49a-96cf5d4a1fe3 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-646cba9c-899c-447b-b49a-96cf5d4a1fe3 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-646cba9c-899c-447b-b49a-96cf5d4a1fe3 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-646cba9c-899c-447b-b49a-96cf5d4a1fe3 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 372/740] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:24 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 14 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87aae305-1a97-44d2-a34c-daf91f73cf10 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87aae305-1a97-44d2-a34c-daf91f73cf10 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87aae305-1a97-44d2-a34c-daf91f73cf10 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 369/741] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:25 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43d4ef40-b43d-4c0b-b903-4b23e4e4767b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43d4ef40-b43d-4c0b-b903-4b23e4e4767b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43d4ef40-b43d-4c0b-b903-4b23e4e4767b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-43d4ef40-b43d-4c0b-b903-4b23e4e4767b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-43d4ef40-b43d-4c0b-b903-4b23e4e4767b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-43d4ef40-b43d-4c0b-b903-4b23e4e4767b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 373/742] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:25 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87aae305-1a97-44d2-a34c-daf91f73cf10 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87aae305-1a97-44d2-a34c-daf91f73cf10 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f3c8f5a-1dfc-437f-9a54-48824652a71b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f3c8f5a-1dfc-437f-9a54-48824652a71b service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f3c8f5a-1dfc-437f-9a54-48824652a71b service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f3c8f5a-1dfc-437f-9a54-48824652a71b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f3c8f5a-1dfc-437f-9a54-48824652a71b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f3c8f5a-1dfc-437f-9a54-48824652a71b service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 370/743] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:25 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac554be0-4b6a-49dd-9ca1-56aa33e85110 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac554be0-4b6a-49dd-9ca1-56aa33e85110 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac554be0-4b6a-49dd-9ca1-56aa33e85110 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 374/744] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:26 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b40ca139-a005-4b36-80a8-59f591d7b3f4 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b40ca139-a005-4b36-80a8-59f591d7b3f4 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b40ca139-a005-4b36-80a8-59f591d7b3f4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b40ca139-a005-4b36-80a8-59f591d7b3f4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b40ca139-a005-4b36-80a8-59f591d7b3f4 None None] MFA Rules not processed for user `1cbe0bf8268447838b793e8672f1f561`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b40ca139-a005-4b36-80a8-59f591d7b3f4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 371/745] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:26 2025] POST /identity/v3/auth/tokens => generated 2490 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac554be0-4b6a-49dd-9ca1-56aa33e85110 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac554be0-4b6a-49dd-9ca1-56aa33e85110 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df3a65d0-d974-4ef0-aa4b-41c0c338317f service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df3a65d0-d974-4ef0-aa4b-41c0c338317f service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df3a65d0-d974-4ef0-aa4b-41c0c338317f service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df3a65d0-d974-4ef0-aa4b-41c0c338317f service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df3a65d0-d974-4ef0-aa4b-41c0c338317f service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df3a65d0-d974-4ef0-aa4b-41c0c338317f service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 375/746] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:26 2025] GET /identity/v3/auth/tokens => generated 2490 bytes in 27 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee45cb67-9989-4c60-9674-076fc4e198bc None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee45cb67-9989-4c60-9674-076fc4e198bc None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee45cb67-9989-4c60-9674-076fc4e198bc None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 372/747] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:28 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0736926d-a7ca-4e59-941d-a2601df2f014 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0736926d-a7ca-4e59-941d-a2601df2f014 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0736926d-a7ca-4e59-941d-a2601df2f014 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-0736926d-a7ca-4e59-941d-a2601df2f014 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-0736926d-a7ca-4e59-941d-a2601df2f014 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-0736926d-a7ca-4e59-941d-a2601df2f014 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 376/748] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee45cb67-9989-4c60-9674-076fc4e198bc None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee45cb67-9989-4c60-9674-076fc4e198bc None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f187221-46c6-475b-83c7-8d577485d4ae service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f187221-46c6-475b-83c7-8d577485d4ae service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f187221-46c6-475b-83c7-8d577485d4ae service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f187221-46c6-475b-83c7-8d577485d4ae service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f187221-46c6-475b-83c7-8d577485d4ae service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f187221-46c6-475b-83c7-8d577485d4ae service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 373/749] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:28 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9632badc-df18-4659-a3ed-e68d37e1dc70 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9632badc-df18-4659-a3ed-e68d37e1dc70 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9632badc-df18-4659-a3ed-e68d37e1dc70 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 377/750] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:29 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44bf4a3b-4118-4e6f-9e50-58c76f6f1439 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44bf4a3b-4118-4e6f-9e50-58c76f6f1439 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44bf4a3b-4118-4e6f-9e50-58c76f6f1439 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-44bf4a3b-4118-4e6f-9e50-58c76f6f1439 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-44bf4a3b-4118-4e6f-9e50-58c76f6f1439 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-44bf4a3b-4118-4e6f-9e50-58c76f6f1439 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 374/751] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 38 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9632badc-df18-4659-a3ed-e68d37e1dc70 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9632badc-df18-4659-a3ed-e68d37e1dc70 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-367c78ed-1651-4eb6-9c39-162c56fc4c11 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-367c78ed-1651-4eb6-9c39-162c56fc4c11 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-367c78ed-1651-4eb6-9c39-162c56fc4c11 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-367c78ed-1651-4eb6-9c39-162c56fc4c11 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-367c78ed-1651-4eb6-9c39-162c56fc4c11 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-367c78ed-1651-4eb6-9c39-162c56fc4c11 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 378/752] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:29 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd497ea7-46b3-4f64-a1cd-ddd3ba36ef42 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd497ea7-46b3-4f64-a1cd-ddd3ba36ef42 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd497ea7-46b3-4f64-a1cd-ddd3ba36ef42 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 375/753] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:31 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91b60daa-8c46-4102-8182-15c1ceb8b91c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91b60daa-8c46-4102-8182-15c1ceb8b91c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91b60daa-8c46-4102-8182-15c1ceb8b91c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-91b60daa-8c46-4102-8182-15c1ceb8b91c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-91b60daa-8c46-4102-8182-15c1ceb8b91c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-91b60daa-8c46-4102-8182-15c1ceb8b91c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 379/754] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:31 2025] POST /identity/v3/auth/tokens => generated 2548 bytes in 34 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd497ea7-46b3-4f64-a1cd-ddd3ba36ef42 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd497ea7-46b3-4f64-a1cd-ddd3ba36ef42 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2614f5d4-4f10-47ee-87c0-1f07f154e4cc service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2614f5d4-4f10-47ee-87c0-1f07f154e4cc service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2614f5d4-4f10-47ee-87c0-1f07f154e4cc service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2614f5d4-4f10-47ee-87c0-1f07f154e4cc service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2614f5d4-4f10-47ee-87c0-1f07f154e4cc service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2614f5d4-4f10-47ee-87c0-1f07f154e4cc service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 376/755] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:31 2025] GET /identity/v3/auth/tokens => generated 2548 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b4760e3-ee4d-4733-924d-3177bb2ad283 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b4760e3-ee4d-4733-924d-3177bb2ad283 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b4760e3-ee4d-4733-924d-3177bb2ad283 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 380/756] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:34 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d786c734-f65b-43b1-93ce-ef2050a35fce None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d786c734-f65b-43b1-93ce-ef2050a35fce None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d786c734-f65b-43b1-93ce-ef2050a35fce None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d786c734-f65b-43b1-93ce-ef2050a35fce None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d786c734-f65b-43b1-93ce-ef2050a35fce None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d786c734-f65b-43b1-93ce-ef2050a35fce None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 377/757] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b4760e3-ee4d-4733-924d-3177bb2ad283 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b4760e3-ee4d-4733-924d-3177bb2ad283 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0112da5-e8b0-4ad6-ba9e-e8c752857ecf service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0112da5-e8b0-4ad6-ba9e-e8c752857ecf service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0112da5-e8b0-4ad6-ba9e-e8c752857ecf service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0112da5-e8b0-4ad6-ba9e-e8c752857ecf service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0112da5-e8b0-4ad6-ba9e-e8c752857ecf service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0112da5-e8b0-4ad6-ba9e-e8c752857ecf service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 381/758] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:34 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772d8f7b-9022-49c7-960a-8c1a6bacf22b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772d8f7b-9022-49c7-960a-8c1a6bacf22b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772d8f7b-9022-49c7-960a-8c1a6bacf22b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 378/759] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:35 2025] GET /identity => generated 271 bytes in 7 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1add6b5f-f596-4951-9770-24707c2e0eaf None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1add6b5f-f596-4951-9770-24707c2e0eaf None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1add6b5f-f596-4951-9770-24707c2e0eaf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1add6b5f-f596-4951-9770-24707c2e0eaf None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-1add6b5f-f596-4951-9770-24707c2e0eaf None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1add6b5f-f596-4951-9770-24707c2e0eaf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 382/760] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:35 2025] POST /identity/v3/auth/tokens => generated 2548 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-772d8f7b-9022-49c7-960a-8c1a6bacf22b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-772d8f7b-9022-49c7-960a-8c1a6bacf22b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36535e3d-2bf1-49c5-accb-96ab1d1963c8 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36535e3d-2bf1-49c5-accb-96ab1d1963c8 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36535e3d-2bf1-49c5-accb-96ab1d1963c8 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36535e3d-2bf1-49c5-accb-96ab1d1963c8 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36535e3d-2bf1-49c5-accb-96ab1d1963c8 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36535e3d-2bf1-49c5-accb-96ab1d1963c8 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 379/761] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:35 2025] GET /identity/v3/auth/tokens => generated 2548 bytes in 30 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e04f5a53-6baa-4514-b0d2-fa72ffbf4a2a None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e04f5a53-6baa-4514-b0d2-fa72ffbf4a2a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e04f5a53-6baa-4514-b0d2-fa72ffbf4a2a None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 383/762] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:38 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9438c8c5-8429-4d81-b31a-b209502ddc20 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9438c8c5-8429-4d81-b31a-b209502ddc20 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9438c8c5-8429-4d81-b31a-b209502ddc20 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9438c8c5-8429-4d81-b31a-b209502ddc20 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-9438c8c5-8429-4d81-b31a-b209502ddc20 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9438c8c5-8429-4d81-b31a-b209502ddc20 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 380/763] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 34 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e04f5a53-6baa-4514-b0d2-fa72ffbf4a2a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e04f5a53-6baa-4514-b0d2-fa72ffbf4a2a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-913e147d-b8a1-43b9-9b25-29d6378fd24b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913e147d-b8a1-43b9-9b25-29d6378fd24b service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913e147d-b8a1-43b9-9b25-29d6378fd24b service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913e147d-b8a1-43b9-9b25-29d6378fd24b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-913e147d-b8a1-43b9-9b25-29d6378fd24b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-913e147d-b8a1-43b9-9b25-29d6378fd24b service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 384/764] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:38 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b30f236-959d-44fe-bf76-28a80a467f1b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b30f236-959d-44fe-bf76-28a80a467f1b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b30f236-959d-44fe-bf76-28a80a467f1b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 381/765] 10.201.9.223 () {54 vars in 919 bytes} [Fri Jan 3 20:30:42 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-103d0606-5ebb-405f-919c-04e5b9f733b3 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-103d0606-5ebb-405f-919c-04e5b9f733b3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-103d0606-5ebb-405f-919c-04e5b9f733b3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:43 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-103d0606-5ebb-405f-919c-04e5b9f733b3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-103d0606-5ebb-405f-919c-04e5b9f733b3 None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-103d0606-5ebb-405f-919c-04e5b9f733b3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 385/766] 10.201.9.223 () {58 vars in 1016 bytes} [Fri Jan 3 20:30:42 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:48 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=58,keystone:UPDATE=1 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-418a71ae-967e-4366-ab41-0f5559075f8d None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-418a71ae-967e-4366-ab41-0f5559075f8d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-418a71ae-967e-4366-ab41-0f5559075f8d None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 382/767] 10.201.9.223 () {54 vars in 919 bytes} [Fri Jan 3 20:30:50 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:30:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-953aa094-678c-4c73-bfaa-ea6244995a0f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-953aa094-678c-4c73-bfaa-ea6244995a0f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-953aa094-678c-4c73-bfaa-ea6244995a0f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-953aa094-678c-4c73-bfaa-ea6244995a0f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-953aa094-678c-4c73-bfaa-ea6244995a0f None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-953aa094-678c-4c73-bfaa-ea6244995a0f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 386/768] 10.201.9.223 () {58 vars in 1016 bytes} [Fri Jan 3 20:30:50 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f74516f8-c674-4894-a050-12ba4f44add1 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f74516f8-c674-4894-a050-12ba4f44add1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f74516f8-c674-4894-a050-12ba4f44add1 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 383/769] 10.201.9.223 () {54 vars in 919 bytes} [Fri Jan 3 20:30:52 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f72fa66-fb6f-4bee-a206-fcd90e6e2b32 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f72fa66-fb6f-4bee-a206-fcd90e6e2b32 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f72fa66-fb6f-4bee-a206-fcd90e6e2b32 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6f72fa66-fb6f-4bee-a206-fcd90e6e2b32 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6f72fa66-fb6f-4bee-a206-fcd90e6e2b32 None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6f72fa66-fb6f-4bee-a206-fcd90e6e2b32 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 387/770] 10.201.9.223 () {58 vars in 1016 bytes} [Fri Jan 3 20:30:52 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20dde6f6-89ce-476f-b3d1-cdf25d929f4f None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20dde6f6-89ce-476f-b3d1-cdf25d929f4f None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20dde6f6-89ce-476f-b3d1-cdf25d929f4f None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 384/771] 10.201.9.223 () {54 vars in 917 bytes} [Fri Jan 3 20:30:56 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:30:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d01e11f2-b671-437a-825e-bf1f6b4c394f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d01e11f2-b671-437a-825e-bf1f6b4c394f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d01e11f2-b671-437a-825e-bf1f6b4c394f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d01e11f2-b671-437a-825e-bf1f6b4c394f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d01e11f2-b671-437a-825e-bf1f6b4c394f None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d01e11f2-b671-437a-825e-bf1f6b4c394f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:56 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 388/772] 10.201.9.223 () {58 vars in 1014 bytes} [Fri Jan 3 20:30:56 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8afe1c7-ae68-4ff6-9c20-64d742c52e6f None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8afe1c7-ae68-4ff6-9c20-64d742c52e6f None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8afe1c7-ae68-4ff6-9c20-64d742c52e6f None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 385/773] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:57 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ab00b5e-1bf5-47ce-8b36-5f655bd542b7 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ab00b5e-1bf5-47ce-8b36-5f655bd542b7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ab00b5e-1bf5-47ce-8b36-5f655bd542b7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6ab00b5e-1bf5-47ce-8b36-5f655bd542b7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6ab00b5e-1bf5-47ce-8b36-5f655bd542b7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6ab00b5e-1bf5-47ce-8b36-5f655bd542b7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 389/774] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:57 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f597a9f-2c41-4c86-a777-613c3d3ee61c None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f597a9f-2c41-4c86-a777-613c3d3ee61c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f597a9f-2c41-4c86-a777-613c3d3ee61c None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 386/775] 10.201.9.223 () {54 vars in 960 bytes} [Fri Jan 3 20:30:57 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-512de18d-4c1c-4b24-a6fb-314f25d1fe60 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-512de18d-4c1c-4b24-a6fb-314f25d1fe60 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-512de18d-4c1c-4b24-a6fb-314f25d1fe60 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-512de18d-4c1c-4b24-a6fb-314f25d1fe60 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-512de18d-4c1c-4b24-a6fb-314f25d1fe60 None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-512de18d-4c1c-4b24-a6fb-314f25d1fe60 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 390/776] 10.201.9.223 () {58 vars in 1057 bytes} [Fri Jan 3 20:30:57 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f597a9f-2c41-4c86-a777-613c3d3ee61c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f597a9f-2c41-4c86-a777-613c3d3ee61c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23787087-95c3-4d2c-ad78-5f1c10f17af2 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23787087-95c3-4d2c-ad78-5f1c10f17af2 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23787087-95c3-4d2c-ad78-5f1c10f17af2 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23787087-95c3-4d2c-ad78-5f1c10f17af2 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23787087-95c3-4d2c-ad78-5f1c10f17af2 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23787087-95c3-4d2c-ad78-5f1c10f17af2 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:57 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 387/777] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:57 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1755dcaf-9acf-43cc-b891-0a12daa6021a None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1755dcaf-9acf-43cc-b891-0a12daa6021a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1755dcaf-9acf-43cc-b891-0a12daa6021a None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 391/778] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:30:58 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:30:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be517103-ff3a-4f9f-9753-1e3d2e18dfad None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be517103-ff3a-4f9f-9753-1e3d2e18dfad None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be517103-ff3a-4f9f-9753-1e3d2e18dfad None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-be517103-ff3a-4f9f-9753-1e3d2e18dfad None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:30:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-be517103-ff3a-4f9f-9753-1e3d2e18dfad None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-be517103-ff3a-4f9f-9753-1e3d2e18dfad None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 388/779] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:30:58 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1755dcaf-9acf-43cc-b891-0a12daa6021a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1755dcaf-9acf-43cc-b891-0a12daa6021a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9871498c-281c-43f1-93db-71a3d967228c service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9871498c-281c-43f1-93db-71a3d967228c service nova] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9871498c-281c-43f1-93db-71a3d967228c service nova] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9871498c-281c-43f1-93db-71a3d967228c service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9871498c-281c-43f1-93db-71a3d967228c service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9871498c-281c-43f1-93db-71a3d967228c service nova] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:30:58 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 392/780] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:30:58 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01909951-ed89-41db-ba3e-529f25a2e64c None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01909951-ed89-41db-ba3e-529f25a2e64c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01909951-ed89-41db-ba3e-529f25a2e64c None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 389/781] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:00 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0577082b-4bea-4219-aa2c-007a63fe71ce None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0577082b-4bea-4219-aa2c-007a63fe71ce None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0577082b-4bea-4219-aa2c-007a63fe71ce None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-0577082b-4bea-4219-aa2c-007a63fe71ce None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-0577082b-4bea-4219-aa2c-007a63fe71ce None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-0577082b-4bea-4219-aa2c-007a63fe71ce None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 393/782] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:00 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3bf34b4-f7ea-46db-8e37-20eccc4cc539 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3bf34b4-f7ea-46db-8e37-20eccc4cc539 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3bf34b4-f7ea-46db-8e37-20eccc4cc539 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 390/783] 10.201.9.223 () {54 vars in 960 bytes} [Fri Jan 3 20:31:00 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a3866fc-9d2a-49a1-be66-1bfcf455784d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a3866fc-9d2a-49a1-be66-1bfcf455784d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a3866fc-9d2a-49a1-be66-1bfcf455784d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8a3866fc-9d2a-49a1-be66-1bfcf455784d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8a3866fc-9d2a-49a1-be66-1bfcf455784d None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8a3866fc-9d2a-49a1-be66-1bfcf455784d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 394/784] 10.201.9.223 () {58 vars in 1057 bytes} [Fri Jan 3 20:31:00 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3bf34b4-f7ea-46db-8e37-20eccc4cc539 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3bf34b4-f7ea-46db-8e37-20eccc4cc539 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8143377c-bf33-4e00-8273-6507b82746b1 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8143377c-bf33-4e00-8273-6507b82746b1 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8143377c-bf33-4e00-8273-6507b82746b1 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8143377c-bf33-4e00-8273-6507b82746b1 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8143377c-bf33-4e00-8273-6507b82746b1 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8143377c-bf33-4e00-8273-6507b82746b1 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 391/785] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:00 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3abaa07a-74e9-4387-8ffb-a4fe9c2568cc None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3abaa07a-74e9-4387-8ffb-a4fe9c2568cc None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3abaa07a-74e9-4387-8ffb-a4fe9c2568cc None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 395/786] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:01 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7009557a-8e73-488e-8869-b2745b81b7a4 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7009557a-8e73-488e-8869-b2745b81b7a4 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7009557a-8e73-488e-8869-b2745b81b7a4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-7009557a-8e73-488e-8869-b2745b81b7a4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-7009557a-8e73-488e-8869-b2745b81b7a4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-7009557a-8e73-488e-8869-b2745b81b7a4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 392/787] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3abaa07a-74e9-4387-8ffb-a4fe9c2568cc None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3abaa07a-74e9-4387-8ffb-a4fe9c2568cc None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ba8ba00-a322-43f8-88b6-0c2390e47869 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ba8ba00-a322-43f8-88b6-0c2390e47869 service nova] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ba8ba00-a322-43f8-88b6-0c2390e47869 service nova] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ba8ba00-a322-43f8-88b6-0c2390e47869 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ba8ba00-a322-43f8-88b6-0c2390e47869 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ba8ba00-a322-43f8-88b6-0c2390e47869 service nova] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 396/788] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:01 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44dce3e6-16db-41d9-8b00-50f7c5f41eea None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44dce3e6-16db-41d9-8b00-50f7c5f41eea None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44dce3e6-16db-41d9-8b00-50f7c5f41eea None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 393/789] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:02 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a89bfb9-4588-4f93-ac86-9f47d5dbd0f7 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a89bfb9-4588-4f93-ac86-9f47d5dbd0f7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a89bfb9-4588-4f93-ac86-9f47d5dbd0f7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6a89bfb9-4588-4f93-ac86-9f47d5dbd0f7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6a89bfb9-4588-4f93-ac86-9f47d5dbd0f7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6a89bfb9-4588-4f93-ac86-9f47d5dbd0f7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 397/790] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44dce3e6-16db-41d9-8b00-50f7c5f41eea None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44dce3e6-16db-41d9-8b00-50f7c5f41eea None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-072039bc-03c6-4369-bf74-3cebdd666539 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-072039bc-03c6-4369-bf74-3cebdd666539 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-072039bc-03c6-4369-bf74-3cebdd666539 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-072039bc-03c6-4369-bf74-3cebdd666539 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-072039bc-03c6-4369-bf74-3cebdd666539 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-072039bc-03c6-4369-bf74-3cebdd666539 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 394/791] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:03 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b46f3403-4ce4-4c10-8994-328431d8e8e5 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b46f3403-4ce4-4c10-8994-328431d8e8e5 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b46f3403-4ce4-4c10-8994-328431d8e8e5 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 398/792] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:04 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-930dbcc8-159d-4b1f-89de-c1ef18d42f64 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-930dbcc8-159d-4b1f-89de-c1ef18d42f64 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-930dbcc8-159d-4b1f-89de-c1ef18d42f64 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-930dbcc8-159d-4b1f-89de-c1ef18d42f64 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-930dbcc8-159d-4b1f-89de-c1ef18d42f64 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-930dbcc8-159d-4b1f-89de-c1ef18d42f64 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 395/793] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b46f3403-4ce4-4c10-8994-328431d8e8e5 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b46f3403-4ce4-4c10-8994-328431d8e8e5 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a233011c-3322-4988-8bea-c407d4d32764 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a233011c-3322-4988-8bea-c407d4d32764 service nova] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a233011c-3322-4988-8bea-c407d4d32764 service nova] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a233011c-3322-4988-8bea-c407d4d32764 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a233011c-3322-4988-8bea-c407d4d32764 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a233011c-3322-4988-8bea-c407d4d32764 service nova] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 399/794] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:04 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fbec1bd-97ab-4213-b054-798f97a0a670 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fbec1bd-97ab-4213-b054-798f97a0a670 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fbec1bd-97ab-4213-b054-798f97a0a670 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 396/795] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:05 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68b35b56-deb7-4a62-a81b-27ae4a0b0ff3 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68b35b56-deb7-4a62-a81b-27ae4a0b0ff3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68b35b56-deb7-4a62-a81b-27ae4a0b0ff3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-68b35b56-deb7-4a62-a81b-27ae4a0b0ff3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-68b35b56-deb7-4a62-a81b-27ae4a0b0ff3 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-68b35b56-deb7-4a62-a81b-27ae4a0b0ff3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 400/796] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fbec1bd-97ab-4213-b054-798f97a0a670 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fbec1bd-97ab-4213-b054-798f97a0a670 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d05a844a-f284-44ba-a7c8-20a1e980f3d0 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d05a844a-f284-44ba-a7c8-20a1e980f3d0 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d05a844a-f284-44ba-a7c8-20a1e980f3d0 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d05a844a-f284-44ba-a7c8-20a1e980f3d0 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d05a844a-f284-44ba-a7c8-20a1e980f3d0 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d05a844a-f284-44ba-a7c8-20a1e980f3d0 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 397/797] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:05 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b19df3bd-8439-402d-9fb7-3e1ca138ac20 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b19df3bd-8439-402d-9fb7-3e1ca138ac20 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b19df3bd-8439-402d-9fb7-3e1ca138ac20 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 401/798] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:07 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bba9bc1-002d-47e7-9cdf-ea26a648d2dc None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bba9bc1-002d-47e7-9cdf-ea26a648d2dc None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bba9bc1-002d-47e7-9cdf-ea26a648d2dc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-4bba9bc1-002d-47e7-9cdf-ea26a648d2dc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-4bba9bc1-002d-47e7-9cdf-ea26a648d2dc None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-4bba9bc1-002d-47e7-9cdf-ea26a648d2dc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 398/799] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b19df3bd-8439-402d-9fb7-3e1ca138ac20 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b19df3bd-8439-402d-9fb7-3e1ca138ac20 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d86fef0-649a-4add-9255-aaec08ebb96b service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d86fef0-649a-4add-9255-aaec08ebb96b service nova] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d86fef0-649a-4add-9255-aaec08ebb96b service nova] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d86fef0-649a-4add-9255-aaec08ebb96b service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d86fef0-649a-4add-9255-aaec08ebb96b service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d86fef0-649a-4add-9255-aaec08ebb96b service nova] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 402/800] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:07 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d588b2b-798d-45af-b0d2-e404e35303a0 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d588b2b-798d-45af-b0d2-e404e35303a0 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d588b2b-798d-45af-b0d2-e404e35303a0 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 399/801] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:07 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56bc9f5c-eac4-41b1-9cdf-bbea93083d32 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56bc9f5c-eac4-41b1-9cdf-bbea93083d32 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56bc9f5c-eac4-41b1-9cdf-bbea93083d32 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-56bc9f5c-eac4-41b1-9cdf-bbea93083d32 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-56bc9f5c-eac4-41b1-9cdf-bbea93083d32 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-56bc9f5c-eac4-41b1-9cdf-bbea93083d32 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 403/802] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eecb9ffd-bc02-41cb-8bce-1da1ac0c6fd1 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eecb9ffd-bc02-41cb-8bce-1da1ac0c6fd1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eecb9ffd-bc02-41cb-8bce-1da1ac0c6fd1 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 400/803] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:31:08 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8075c316-137e-4b6a-8868-ab535fd48cd0 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8075c316-137e-4b6a-8868-ab535fd48cd0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8075c316-137e-4b6a-8868-ab535fd48cd0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8075c316-137e-4b6a-8868-ab535fd48cd0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8075c316-137e-4b6a-8868-ab535fd48cd0 None None] MFA Rules not processed for user `314e01d2de7a4db1854c7c6540af07e9`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8075c316-137e-4b6a-8868-ab535fd48cd0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 404/804] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:31:08 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eecb9ffd-bc02-41cb-8bce-1da1ac0c6fd1 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d9f387a-83fb-4969-b2be-7ffdb2739ead None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d9f387a-83fb-4969-b2be-7ffdb2739ead None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d9f387a-83fb-4969-b2be-7ffdb2739ead None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 405/805] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:08 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53a52430-d85a-4a62-9394-c56141ce8dbc None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53a52430-d85a-4a62-9394-c56141ce8dbc None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53a52430-d85a-4a62-9394-c56141ce8dbc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eecb9ffd-bc02-41cb-8bce-1da1ac0c6fd1 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-53a52430-d85a-4a62-9394-c56141ce8dbc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-53a52430-d85a-4a62-9394-c56141ce8dbc None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-53a52430-d85a-4a62-9394-c56141ce8dbc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 401/806] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:08 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 406/807] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:08 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1de762a0-f3e4-4ce2-80f0-7a91ced49284 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60ef8cfa-d89f-4aac-9721-60a13e099714 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ef8cfa-d89f-4aac-9721-60a13e099714 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ef8cfa-d89f-4aac-9721-60a13e099714 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ef8cfa-d89f-4aac-9721-60a13e099714 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60ef8cfa-d89f-4aac-9721-60a13e099714 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60ef8cfa-d89f-4aac-9721-60a13e099714 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 402/808] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:08 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9a6cc1e-0024-4b3c-87ac-8a03db9be947 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9a6cc1e-0024-4b3c-87ac-8a03db9be947 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9a6cc1e-0024-4b3c-87ac-8a03db9be947 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 407/809] 10.201.9.223 () {54 vars in 959 bytes} [Fri Jan 3 20:31:08 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0427b4fe-6670-4a32-8d35-1f47c7f74855 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0427b4fe-6670-4a32-8d35-1f47c7f74855 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0427b4fe-6670-4a32-8d35-1f47c7f74855 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0427b4fe-6670-4a32-8d35-1f47c7f74855 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0427b4fe-6670-4a32-8d35-1f47c7f74855 None None] MFA Rules not processed for user `64eace363c9e4b12a48f45b4175726a3`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0427b4fe-6670-4a32-8d35-1f47c7f74855 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 403/810] 10.201.9.223 () {58 vars in 1056 bytes} [Fri Jan 3 20:31:08 2025] POST /identity/v3/auth/tokens => generated 2618 bytes in 82 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9a6cc1e-0024-4b3c-87ac-8a03db9be947 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9a6cc1e-0024-4b3c-87ac-8a03db9be947 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cd95797-da99-48b4-ae82-5fdc7b085b8c service placement] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '64eace363c9e4b12a48f45b4175726a3', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cd95797-da99-48b4-ae82-5fdc7b085b8c service placement] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cd95797-da99-48b4-ae82-5fdc7b085b8c service placement] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cd95797-da99-48b4-ae82-5fdc7b085b8c service placement] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cd95797-da99-48b4-ae82-5fdc7b085b8c service placement] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cd95797-da99-48b4-ae82-5fdc7b085b8c service placement] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 408/811] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:08 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 32 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f0806ce-7d9c-4444-aa52-170b82934989 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f0806ce-7d9c-4444-aa52-170b82934989 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f0806ce-7d9c-4444-aa52-170b82934989 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 404/812] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:09 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92625600-9d65-4d42-99ce-55c89115b8ea None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92625600-9d65-4d42-99ce-55c89115b8ea None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92625600-9d65-4d42-99ce-55c89115b8ea None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-92625600-9d65-4d42-99ce-55c89115b8ea None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-92625600-9d65-4d42-99ce-55c89115b8ea None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-92625600-9d65-4d42-99ce-55c89115b8ea None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 409/813] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:09 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f0806ce-7d9c-4444-aa52-170b82934989 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f0806ce-7d9c-4444-aa52-170b82934989 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb69f74-1a94-4548-8740-434973af8edd service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb69f74-1a94-4548-8740-434973af8edd service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb69f74-1a94-4548-8740-434973af8edd service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb69f74-1a94-4548-8740-434973af8edd service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb69f74-1a94-4548-8740-434973af8edd service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb69f74-1a94-4548-8740-434973af8edd service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 405/814] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:09 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0093877-9d86-43b0-bdcf-8f9af4b09b9a None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0093877-9d86-43b0-bdcf-8f9af4b09b9a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0093877-9d86-43b0-bdcf-8f9af4b09b9a None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 410/815] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:10 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40ef2773-74d1-4f12-99c2-8b956b7c663e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40ef2773-74d1-4f12-99c2-8b956b7c663e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40ef2773-74d1-4f12-99c2-8b956b7c663e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-40ef2773-74d1-4f12-99c2-8b956b7c663e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-40ef2773-74d1-4f12-99c2-8b956b7c663e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-40ef2773-74d1-4f12-99c2-8b956b7c663e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 406/816] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:10 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0093877-9d86-43b0-bdcf-8f9af4b09b9a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0093877-9d86-43b0-bdcf-8f9af4b09b9a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8cc0aacd-ba49-4ba4-8782-89e03c52cefb service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cc0aacd-ba49-4ba4-8782-89e03c52cefb service nova] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cc0aacd-ba49-4ba4-8782-89e03c52cefb service nova] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cc0aacd-ba49-4ba4-8782-89e03c52cefb service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8cc0aacd-ba49-4ba4-8782-89e03c52cefb service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8cc0aacd-ba49-4ba4-8782-89e03c52cefb service nova] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:10 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 411/817] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:10 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-693128aa-524d-494a-8b1c-85b63d219813 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-693128aa-524d-494a-8b1c-85b63d219813 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-693128aa-524d-494a-8b1c-85b63d219813 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 407/818] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:12 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6b34d45-15fb-4674-8d57-211cb205264d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6b34d45-15fb-4674-8d57-211cb205264d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6b34d45-15fb-4674-8d57-211cb205264d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a6b34d45-15fb-4674-8d57-211cb205264d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a6b34d45-15fb-4674-8d57-211cb205264d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a6b34d45-15fb-4674-8d57-211cb205264d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 412/819] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:12 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 36 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-693128aa-524d-494a-8b1c-85b63d219813 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-693128aa-524d-494a-8b1c-85b63d219813 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7853fb6c-4986-4add-942a-4ad2380dbff7 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7853fb6c-4986-4add-942a-4ad2380dbff7 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7853fb6c-4986-4add-942a-4ad2380dbff7 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7853fb6c-4986-4add-942a-4ad2380dbff7 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7853fb6c-4986-4add-942a-4ad2380dbff7 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7853fb6c-4986-4add-942a-4ad2380dbff7 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 408/820] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:12 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68cd902a-418b-4a32-99e1-858e3420ac6b None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68cd902a-418b-4a32-99e1-858e3420ac6b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68cd902a-418b-4a32-99e1-858e3420ac6b None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 413/821] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:17 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81288f08-8e6d-466f-9da7-2177b929f518 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81288f08-8e6d-466f-9da7-2177b929f518 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81288f08-8e6d-466f-9da7-2177b929f518 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-81288f08-8e6d-466f-9da7-2177b929f518 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-81288f08-8e6d-466f-9da7-2177b929f518 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-81288f08-8e6d-466f-9da7-2177b929f518 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 409/822] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:17 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0d2b6d-810f-4ac6-a945-c06fb886d1e4 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0d2b6d-810f-4ac6-a945-c06fb886d1e4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0d2b6d-810f-4ac6-a945-c06fb886d1e4 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 414/823] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:31:17 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e84d3e0-6cab-45e7-b956-c318375914f1 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e84d3e0-6cab-45e7-b956-c318375914f1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e84d3e0-6cab-45e7-b956-c318375914f1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-7e84d3e0-6cab-45e7-b956-c318375914f1 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-7e84d3e0-6cab-45e7-b956-c318375914f1 None None] MFA Rules not processed for user `4ce89706b2d14eacb5d51392c5f58a63`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-7e84d3e0-6cab-45e7-b956-c318375914f1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 410/824] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:31:17 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f0d2b6d-810f-4ac6-a945-c06fb886d1e4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=213,keystone:UPDATE=3 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f0d2b6d-810f-4ac6-a945-c06fb886d1e4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-501f022b-131f-4aed-bdb6-822e298b48be service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-501f022b-131f-4aed-bdb6-822e298b48be service glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-501f022b-131f-4aed-bdb6-822e298b48be service glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-501f022b-131f-4aed-bdb6-822e298b48be service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-501f022b-131f-4aed-bdb6-822e298b48be service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-501f022b-131f-4aed-bdb6-822e298b48be service glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 415/825] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8387baa5-f454-40df-a029-e13d5f5faab7 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8387baa5-f454-40df-a029-e13d5f5faab7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8387baa5-f454-40df-a029-e13d5f5faab7 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 411/826] 10.201.9.223 () {54 vars in 910 bytes} [Fri Jan 3 20:31:18 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] MFA Rules not processed for user `4ce89706b2d14eacb5d51392c5f58a63`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 416/827] 10.201.9.223 () {58 vars in 1007 bytes} [Fri Jan 3 20:31:18 2025] POST /identity/v3/auth/tokens => generated 2061 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8387baa5-f454-40df-a029-e13d5f5faab7 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8387baa5-f454-40df-a029-e13d5f5faab7 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 412/828] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/limits/model => generated 131 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-933dabd8-55fc-4261-899f-01689870ce43 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 417/829] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34585431-e103-4b16-b4a8-37e22845ea4c None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e432f09c-95f6-49f1-86dd-708cdc21274f None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e432f09c-95f6-49f1-86dd-708cdc21274f None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e432f09c-95f6-49f1-86dd-708cdc21274f None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e432f09c-95f6-49f1-86dd-708cdc21274f None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e432f09c-95f6-49f1-86dd-708cdc21274f None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_total, project_id=c09c34465cf64df987fa1f7c646d06a9) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e432f09c-95f6-49f1-86dd-708cdc21274f None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e432f09c-95f6-49f1-86dd-708cdc21274f None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 413/830] 10.201.9.223 () {56 vars in 1400 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_total&project_id=c09c34465cf64df987fa1f7c646d06a9 => generated 248 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ff313dd-22e3-4590-9be2-b5a28e50285e None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ebc946f-e458-45bf-866e-1739831b7666 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ebc946f-e458-45bf-866e-1739831b7666 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ebc946f-e458-45bf-866e-1739831b7666 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ebc946f-e458-45bf-866e-1739831b7666 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ebc946f-e458-45bf-866e-1739831b7666 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_total) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ebc946f-e458-45bf-866e-1739831b7666 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ebc946f-e458-45bf-866e-1739831b7666 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 418/831] 10.201.9.223 () {56 vars in 1345 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_total => generated 530 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77b49646-b06d-4a55-bf9b-37a31d36bc2b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77b49646-b06d-4a55-bf9b-37a31d36bc2b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77b49646-b06d-4a55-bf9b-37a31d36bc2b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 414/832] 10.201.9.223 () {54 vars in 910 bytes} [Fri Jan 3 20:31:18 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] MFA Rules not processed for user `4ce89706b2d14eacb5d51392c5f58a63`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 419/833] 10.201.9.223 () {58 vars in 1007 bytes} [Fri Jan 3 20:31:18 2025] POST /identity/v3/auth/tokens => generated 2061 bytes in 46 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77b49646-b06d-4a55-bf9b-37a31d36bc2b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77b49646-b06d-4a55-bf9b-37a31d36bc2b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 415/834] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/limits/model => generated 131 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3d849eb-4571-4b65-b674-923dc7013e0d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 420/835] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adbd8b7d-130f-40da-97be-8da94ee8705d None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_size_total, project_id=c09c34465cf64df987fa1f7c646d06a9) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 416/836] 10.201.9.223 () {56 vars in 1398 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_size_total&project_id=c09c34465cf64df987fa1f7c646d06a9 => generated 247 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd5b0ce1-4450-45f0-8260-deee77e7595d None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_size_total) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 421/837] 10.201.9.223 () {56 vars in 1343 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_size_total => generated 529 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-782aba78-870c-43a9-b422-9878e298aa60 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 417/838] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/limits/model => generated 131 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf2f1e75-2758-4a0b-b1be-ed73b49163b4 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 422/839] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f8d4102-ad48-4adb-914c-a4b09a16a6d7 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fff1b2f6-7793-43cf-85e8-00554e0ec951 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fff1b2f6-7793-43cf-85e8-00554e0ec951 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fff1b2f6-7793-43cf-85e8-00554e0ec951 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fff1b2f6-7793-43cf-85e8-00554e0ec951 None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fff1b2f6-7793-43cf-85e8-00554e0ec951 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_uploading, project_id=c09c34465cf64df987fa1f7c646d06a9) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fff1b2f6-7793-43cf-85e8-00554e0ec951 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fff1b2f6-7793-43cf-85e8-00554e0ec951 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 418/840] 10.201.9.223 () {56 vars in 1408 bytes} [Fri Jan 3 20:31:18 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_uploading&project_id=c09c34465cf64df987fa1f7c646d06a9 => generated 252 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c94bb68-98fb-4593-a7e3-9460fddc3751 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b0d46e6-41cd-4977-b465-24c9b104abd0 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b0d46e6-41cd-4977-b465-24c9b104abd0 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b0d46e6-41cd-4977-b465-24c9b104abd0 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b0d46e6-41cd-4977-b465-24c9b104abd0 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b0d46e6-41cd-4977-b465-24c9b104abd0 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_uploading) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b0d46e6-41cd-4977-b465-24c9b104abd0 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b0d46e6-41cd-4977-b465-24c9b104abd0 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 423/841] 10.201.9.223 () {56 vars in 1353 bytes} [Fri Jan 3 20:31:19 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_uploading => generated 538 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fdd58ac-8fa3-489c-bccf-3479217b3261 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fdd58ac-8fa3-489c-bccf-3479217b3261 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fdd58ac-8fa3-489c-bccf-3479217b3261 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 419/842] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:24 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02834981-3345-47d0-9df8-fa437c0b2762 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02834981-3345-47d0-9df8-fa437c0b2762 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02834981-3345-47d0-9df8-fa437c0b2762 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-02834981-3345-47d0-9df8-fa437c0b2762 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-02834981-3345-47d0-9df8-fa437c0b2762 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-02834981-3345-47d0-9df8-fa437c0b2762 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 424/843] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:24 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 38 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fdd58ac-8fa3-489c-bccf-3479217b3261 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fdd58ac-8fa3-489c-bccf-3479217b3261 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd63a10b-e82b-498f-a74a-9ec350991db7 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd63a10b-e82b-498f-a74a-9ec350991db7 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd63a10b-e82b-498f-a74a-9ec350991db7 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd63a10b-e82b-498f-a74a-9ec350991db7 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd63a10b-e82b-498f-a74a-9ec350991db7 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd63a10b-e82b-498f-a74a-9ec350991db7 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 420/844] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:24 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3f8643a-5a29-49f4-89ca-b03feb4d9ab1 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3f8643a-5a29-49f4-89ca-b03feb4d9ab1 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3f8643a-5a29-49f4-89ca-b03feb4d9ab1 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 425/845] 10.201.9.223 () {54 vars in 916 bytes} [Fri Jan 3 20:31:31 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f290bc4-5b3a-4c4b-a2d4-0870aa9a53c8 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f290bc4-5b3a-4c4b-a2d4-0870aa9a53c8 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f290bc4-5b3a-4c4b-a2d4-0870aa9a53c8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2f290bc4-5b3a-4c4b-a2d4-0870aa9a53c8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-2f290bc4-5b3a-4c4b-a2d4-0870aa9a53c8 None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2f290bc4-5b3a-4c4b-a2d4-0870aa9a53c8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 421/846] 10.201.9.223 () {58 vars in 1013 bytes} [Fri Jan 3 20:31:31 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ef6e646-a21a-43f8-ba45-4979ecceb92f None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ef6e646-a21a-43f8-ba45-4979ecceb92f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ef6e646-a21a-43f8-ba45-4979ecceb92f None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 426/847] 10.201.9.223 () {54 vars in 916 bytes} [Fri Jan 3 20:31:31 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d214166-4a6e-4ea6-900d-abea4f6684c8 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d214166-4a6e-4ea6-900d-abea4f6684c8 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d214166-4a6e-4ea6-900d-abea4f6684c8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3d214166-4a6e-4ea6-900d-abea4f6684c8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3d214166-4a6e-4ea6-900d-abea4f6684c8 None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3d214166-4a6e-4ea6-900d-abea4f6684c8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 422/848] 10.201.9.223 () {58 vars in 1013 bytes} [Fri Jan 3 20:31:31 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ecebc04-3491-4e8a-bf40-133b36e0aab4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ecebc04-3491-4e8a-bf40-133b36e0aab4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ecebc04-3491-4e8a-bf40-133b36e0aab4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9ecebc04-3491-4e8a-bf40-133b36e0aab4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-9ecebc04-3491-4e8a-bf40-133b36e0aab4 None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9ecebc04-3491-4e8a-bf40-133b36e0aab4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 427/849] 10.201.9.223 () {58 vars in 1013 bytes} [Fri Jan 3 20:31:31 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0487a11-b8aa-4345-b662-464a3335bf4a None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0487a11-b8aa-4345-b662-464a3335bf4a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0487a11-b8aa-4345-b662-464a3335bf4a None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 423/850] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:40 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7ba087b-eada-429e-a207-d2c586db8c40 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7ba087b-eada-429e-a207-d2c586db8c40 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7ba087b-eada-429e-a207-d2c586db8c40 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e7ba087b-eada-429e-a207-d2c586db8c40 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e7ba087b-eada-429e-a207-d2c586db8c40 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e7ba087b-eada-429e-a207-d2c586db8c40 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 428/851] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:40 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 34 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2186a670-ce04-4d90-bedc-150f460524fc None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2186a670-ce04-4d90-bedc-150f460524fc None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2186a670-ce04-4d90-bedc-150f460524fc None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 424/852] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:31:40 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a2dce7e-e63e-426e-9b5d-0e3c18a42d37 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a2dce7e-e63e-426e-9b5d-0e3c18a42d37 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a2dce7e-e63e-426e-9b5d-0e3c18a42d37 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1a2dce7e-e63e-426e-9b5d-0e3c18a42d37 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-1a2dce7e-e63e-426e-9b5d-0e3c18a42d37 None None] MFA Rules not processed for user `4ce89706b2d14eacb5d51392c5f58a63`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1a2dce7e-e63e-426e-9b5d-0e3c18a42d37 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 429/853] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:31:40 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2186a670-ce04-4d90-bedc-150f460524fc None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2186a670-ce04-4d90-bedc-150f460524fc None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a0e05cd-de94-42ee-93a8-8d04c3299c2b service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a0e05cd-de94-42ee-93a8-8d04c3299c2b service glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a0e05cd-de94-42ee-93a8-8d04c3299c2b service glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a0e05cd-de94-42ee-93a8-8d04c3299c2b service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a0e05cd-de94-42ee-93a8-8d04c3299c2b service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a0e05cd-de94-42ee-93a8-8d04c3299c2b service glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 425/854] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:40 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43cbeda2-7118-4bb5-bdc7-f6c73c8057b4 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43cbeda2-7118-4bb5-bdc7-f6c73c8057b4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43cbeda2-7118-4bb5-bdc7-f6c73c8057b4 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 430/855] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:42 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b701a7e6-c504-4d13-8600-88dd4ec569a9 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b701a7e6-c504-4d13-8600-88dd4ec569a9 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b701a7e6-c504-4d13-8600-88dd4ec569a9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b701a7e6-c504-4d13-8600-88dd4ec569a9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b701a7e6-c504-4d13-8600-88dd4ec569a9 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b701a7e6-c504-4d13-8600-88dd4ec569a9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 426/856] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:42 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43cbeda2-7118-4bb5-bdc7-f6c73c8057b4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43cbeda2-7118-4bb5-bdc7-f6c73c8057b4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8fab3aa9-c0bb-4747-9605-7acdb06becc4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fab3aa9-c0bb-4747-9605-7acdb06becc4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fab3aa9-c0bb-4747-9605-7acdb06becc4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fab3aa9-c0bb-4747-9605-7acdb06becc4 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8fab3aa9-c0bb-4747-9605-7acdb06becc4 ****** ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8fab3aa9-c0bb-4747-9605-7acdb06becc4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 431/857] 10.201.9.223 () {56 vars in 1105 bytes} [Fri Jan 3 20:31:42 2025] GET /identity/v3/projects => generated 1612 bytes in 31 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35133d3e-fbd2-45c6-8401-6591b4c82e8c None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35133d3e-fbd2-45c6-8401-6591b4c82e8c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35133d3e-fbd2-45c6-8401-6591b4c82e8c None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 427/858] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:43 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53448d9b-e713-4cfd-8fbb-3a2352894c2a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53448d9b-e713-4cfd-8fbb-3a2352894c2a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53448d9b-e713-4cfd-8fbb-3a2352894c2a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-53448d9b-e713-4cfd-8fbb-3a2352894c2a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-53448d9b-e713-4cfd-8fbb-3a2352894c2a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-53448d9b-e713-4cfd-8fbb-3a2352894c2a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 432/859] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:43 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35133d3e-fbd2-45c6-8401-6591b4c82e8c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35133d3e-fbd2-45c6-8401-6591b4c82e8c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-caad759e-c6be-4f95-99a3-d36c9f5cee4b service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-caad759e-c6be-4f95-99a3-d36c9f5cee4b service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-caad759e-c6be-4f95-99a3-d36c9f5cee4b service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-caad759e-c6be-4f95-99a3-d36c9f5cee4b service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-caad759e-c6be-4f95-99a3-d36c9f5cee4b service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-caad759e-c6be-4f95-99a3-d36c9f5cee4b service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 428/860] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:43 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-386784e0-15f7-4cfb-a6a1-c1d429e02e57 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-386784e0-15f7-4cfb-a6a1-c1d429e02e57 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-386784e0-15f7-4cfb-a6a1-c1d429e02e57 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 433/861] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:44 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd1f35c-7f36-46e9-b41d-5d37c427f904 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd1f35c-7f36-46e9-b41d-5d37c427f904 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd1f35c-7f36-46e9-b41d-5d37c427f904 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-cbd1f35c-7f36-46e9-b41d-5d37c427f904 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-cbd1f35c-7f36-46e9-b41d-5d37c427f904 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-cbd1f35c-7f36-46e9-b41d-5d37c427f904 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 429/862] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-386784e0-15f7-4cfb-a6a1-c1d429e02e57 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-386784e0-15f7-4cfb-a6a1-c1d429e02e57 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19c45506-8f41-4d8b-b427-092e55227511 service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c45506-8f41-4d8b-b427-092e55227511 service glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c45506-8f41-4d8b-b427-092e55227511 service glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c45506-8f41-4d8b-b427-092e55227511 service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19c45506-8f41-4d8b-b427-092e55227511 service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19c45506-8f41-4d8b-b427-092e55227511 service glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 434/863] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:45 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bece18e5-e766-4cf8-92fd-7adc50f72043 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bece18e5-e766-4cf8-92fd-7adc50f72043 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bece18e5-e766-4cf8-92fd-7adc50f72043 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 430/864] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:46 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46758f8f-1bb8-4588-aa2a-549b4c64c528 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46758f8f-1bb8-4588-aa2a-549b4c64c528 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46758f8f-1bb8-4588-aa2a-549b4c64c528 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-46758f8f-1bb8-4588-aa2a-549b4c64c528 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-46758f8f-1bb8-4588-aa2a-549b4c64c528 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-46758f8f-1bb8-4588-aa2a-549b4c64c528 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 435/865] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bece18e5-e766-4cf8-92fd-7adc50f72043 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bece18e5-e766-4cf8-92fd-7adc50f72043 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9031868c-29e5-4774-8c0c-141f5758da9c service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9031868c-29e5-4774-8c0c-141f5758da9c service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9031868c-29e5-4774-8c0c-141f5758da9c service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9031868c-29e5-4774-8c0c-141f5758da9c service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9031868c-29e5-4774-8c0c-141f5758da9c service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9031868c-29e5-4774-8c0c-141f5758da9c service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 431/866] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:46 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be0ada58-a664-4f04-b9ac-1990ac4b551b None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be0ada58-a664-4f04-b9ac-1990ac4b551b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be0ada58-a664-4f04-b9ac-1990ac4b551b None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 436/867] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:47 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e1c0101-cf0c-4719-b69d-4ed5de3b7064 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e1c0101-cf0c-4719-b69d-4ed5de3b7064 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e1c0101-cf0c-4719-b69d-4ed5de3b7064 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-4e1c0101-cf0c-4719-b69d-4ed5de3b7064 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-4e1c0101-cf0c-4719-b69d-4ed5de3b7064 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-4e1c0101-cf0c-4719-b69d-4ed5de3b7064 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 432/868] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be0ada58-a664-4f04-b9ac-1990ac4b551b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be0ada58-a664-4f04-b9ac-1990ac4b551b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-664e64f9-3028-4855-98b8-afb01a02c920 service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-664e64f9-3028-4855-98b8-afb01a02c920 service glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-664e64f9-3028-4855-98b8-afb01a02c920 service glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-664e64f9-3028-4855-98b8-afb01a02c920 service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-664e64f9-3028-4855-98b8-afb01a02c920 service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-664e64f9-3028-4855-98b8-afb01a02c920 service glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 437/869] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:47 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b05e18a7-4867-46d0-b09b-1362f3864be7 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b05e18a7-4867-46d0-b09b-1362f3864be7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b05e18a7-4867-46d0-b09b-1362f3864be7 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 433/870] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:48 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:31:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb86bd72-1c96-47a2-9050-f9ea1efb9a39 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb86bd72-1c96-47a2-9050-f9ea1efb9a39 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb86bd72-1c96-47a2-9050-f9ea1efb9a39 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-fb86bd72-1c96-47a2-9050-f9ea1efb9a39 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-fb86bd72-1c96-47a2-9050-f9ea1efb9a39 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-fb86bd72-1c96-47a2-9050-f9ea1efb9a39 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 438/871] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b05e18a7-4867-46d0-b09b-1362f3864be7 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b05e18a7-4867-46d0-b09b-1362f3864be7 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f693be71-0354-45d5-9b9b-af877c74ca03 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f693be71-0354-45d5-9b9b-af877c74ca03 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f693be71-0354-45d5-9b9b-af877c74ca03 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f693be71-0354-45d5-9b9b-af877c74ca03 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=264,keystone:UPDATE=2 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f693be71-0354-45d5-9b9b-af877c74ca03 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f693be71-0354-45d5-9b9b-af877c74ca03 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 434/872] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:48 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d82637e1-40cd-46f9-a7af-855f80cd4ed0 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d82637e1-40cd-46f9-a7af-855f80cd4ed0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d82637e1-40cd-46f9-a7af-855f80cd4ed0 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 439/873] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:50 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b424b93-d027-401d-b988-94e3f3e86122 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b424b93-d027-401d-b988-94e3f3e86122 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b424b93-d027-401d-b988-94e3f3e86122 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0b424b93-d027-401d-b988-94e3f3e86122 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0b424b93-d027-401d-b988-94e3f3e86122 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0b424b93-d027-401d-b988-94e3f3e86122 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 435/874] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:50 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d82637e1-40cd-46f9-a7af-855f80cd4ed0 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d82637e1-40cd-46f9-a7af-855f80cd4ed0 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60ee79bd-4d32-44fe-95bb-bb47d3c37cba service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ee79bd-4d32-44fe-95bb-bb47d3c37cba service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ee79bd-4d32-44fe-95bb-bb47d3c37cba service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ee79bd-4d32-44fe-95bb-bb47d3c37cba service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60ee79bd-4d32-44fe-95bb-bb47d3c37cba service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60ee79bd-4d32-44fe-95bb-bb47d3c37cba service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 440/875] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:50 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61a19c4d-d590-4cb6-8eb7-7f2685c7e638 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61a19c4d-d590-4cb6-8eb7-7f2685c7e638 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61a19c4d-d590-4cb6-8eb7-7f2685c7e638 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 436/876] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:51 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06497583-2dc9-418f-87d1-e9b65399829a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06497583-2dc9-418f-87d1-e9b65399829a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06497583-2dc9-418f-87d1-e9b65399829a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-06497583-2dc9-418f-87d1-e9b65399829a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-06497583-2dc9-418f-87d1-e9b65399829a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-06497583-2dc9-418f-87d1-e9b65399829a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 441/877] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:51 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61a19c4d-d590-4cb6-8eb7-7f2685c7e638 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61a19c4d-d590-4cb6-8eb7-7f2685c7e638 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2956c49-ea23-4f50-bd5c-b9478b9e8c29 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2956c49-ea23-4f50-bd5c-b9478b9e8c29 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2956c49-ea23-4f50-bd5c-b9478b9e8c29 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2956c49-ea23-4f50-bd5c-b9478b9e8c29 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2956c49-ea23-4f50-bd5c-b9478b9e8c29 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2956c49-ea23-4f50-bd5c-b9478b9e8c29 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 437/878] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:51 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b68a288-a380-4b18-8e39-719ac8e5755b None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b68a288-a380-4b18-8e39-719ac8e5755b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b68a288-a380-4b18-8e39-719ac8e5755b None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 442/879] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:52 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:31:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-244b6b42-17f8-4ec1-bad6-d3441008dacb None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-244b6b42-17f8-4ec1-bad6-d3441008dacb None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-244b6b42-17f8-4ec1-bad6-d3441008dacb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-244b6b42-17f8-4ec1-bad6-d3441008dacb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-244b6b42-17f8-4ec1-bad6-d3441008dacb None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-244b6b42-17f8-4ec1-bad6-d3441008dacb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 438/880] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b68a288-a380-4b18-8e39-719ac8e5755b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b68a288-a380-4b18-8e39-719ac8e5755b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7071465b-60d6-454d-8453-9f27080ca35f service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7071465b-60d6-454d-8453-9f27080ca35f service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7071465b-60d6-454d-8453-9f27080ca35f service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7071465b-60d6-454d-8453-9f27080ca35f service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7071465b-60d6-454d-8453-9f27080ca35f service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7071465b-60d6-454d-8453-9f27080ca35f service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 443/881] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:52 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99b17542-cc2b-402f-b882-885a51de3f13 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99b17542-cc2b-402f-b882-885a51de3f13 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99b17542-cc2b-402f-b882-885a51de3f13 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 439/882] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:31:54 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:31:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36dc2db2-fb6d-48c8-bbe1-32f8bd806179 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36dc2db2-fb6d-48c8-bbe1-32f8bd806179 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36dc2db2-fb6d-48c8-bbe1-32f8bd806179 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-36dc2db2-fb6d-48c8-bbe1-32f8bd806179 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:31:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-36dc2db2-fb6d-48c8-bbe1-32f8bd806179 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-36dc2db2-fb6d-48c8-bbe1-32f8bd806179 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 444/883] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:31:54 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99b17542-cc2b-402f-b882-885a51de3f13 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99b17542-cc2b-402f-b882-885a51de3f13 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8864d62-f762-49ec-9e2e-916023cc1b17 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8864d62-f762-49ec-9e2e-916023cc1b17 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8864d62-f762-49ec-9e2e-916023cc1b17 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8864d62-f762-49ec-9e2e-916023cc1b17 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8864d62-f762-49ec-9e2e-916023cc1b17 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8864d62-f762-49ec-9e2e-916023cc1b17 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:31:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 440/884] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:31:54 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:32:04 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=234 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:04 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=10 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 445/885] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:32:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 42 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 441/886] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:32:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1acb0642-599c-4025-a21f-d1096b6fb389 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 446/887] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:32:38 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f5bdbcb-63f5-4277-86cd-dd594199d124 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 442/888] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:32:38 2025] POST /identity/v3/projects => generated 378 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb15ebc7-a279-4c87-a90b-c98eafef36e3 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 447/889] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:32:38 2025] POST /identity/v3/users => generated 297 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22be1926-6329-4745-8b02-98677d569ca8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4102994-fd7c-4972-84ee-f8c4f7747fbd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4102994-fd7c-4972-84ee-f8c4f7747fbd ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4102994-fd7c-4972-84ee-f8c4f7747fbd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4102994-fd7c-4972-84ee-f8c4f7747fbd ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4102994-fd7c-4972-84ee-f8c4f7747fbd ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4102994-fd7c-4972-84ee-f8c4f7747fbd ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 443/890] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:32:39 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a79476-10d4-4de5-a71a-5216da46f689 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b2a0783-6f4a-4de3-851d-0b29c6be2d25 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b2a0783-6f4a-4de3-851d-0b29c6be2d25 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b2a0783-6f4a-4de3-851d-0b29c6be2d25 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b2a0783-6f4a-4de3-851d-0b29c6be2d25 ****** ******] PATH_INFO: `/v3/projects/9883f519e62c4a29badd67b23ace10a7/users/73d8b351dea648d5b48edee1f853bd61/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b2a0783-6f4a-4de3-851d-0b29c6be2d25 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=9883f519e62c4a29badd67b23ace10a7, user_id=73d8b351dea648d5b48edee1f853bd61, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b2a0783-6f4a-4de3-851d-0b29c6be2d25 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 448/891] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:32:39 2025] PUT /identity/v3/projects/9883f519e62c4a29badd67b23ace10a7/users/73d8b351dea648d5b48edee1f853bd61/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a212b75a-05f9-42e7-86b0-d3955f0ebb95 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a212b75a-05f9-42e7-86b0-d3955f0ebb95 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a212b75a-05f9-42e7-86b0-d3955f0ebb95 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a212b75a-05f9-42e7-86b0-d3955f0ebb95 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a212b75a-05f9-42e7-86b0-d3955f0ebb95 None None] MFA Rules not processed for user `73d8b351dea648d5b48edee1f853bd61`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a212b75a-05f9-42e7-86b0-d3955f0ebb95 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 444/892] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:32:39 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e833d9a-a54a-44a1-864e-f089ed908bac None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e833d9a-a54a-44a1-864e-f089ed908bac None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e833d9a-a54a-44a1-864e-f089ed908bac None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 449/893] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:32:39 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ea7a032-182e-412c-b4ee-e6691832f1aa None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ea7a032-182e-412c-b4ee-e6691832f1aa None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ea7a032-182e-412c-b4ee-e6691832f1aa None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1ea7a032-182e-412c-b4ee-e6691832f1aa None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1ea7a032-182e-412c-b4ee-e6691832f1aa None None] MFA Rules not processed for user `314e01d2de7a4db1854c7c6540af07e9`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1ea7a032-182e-412c-b4ee-e6691832f1aa None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 445/894] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:32:39 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e833d9a-a54a-44a1-864e-f089ed908bac None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e833d9a-a54a-44a1-864e-f089ed908bac None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 450/895] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:32:39 2025] GET /identity/v3/auth/tokens => generated 2508 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbe35e26-81ac-47fa-bd52-91bed1302b16 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbe35e26-81ac-47fa-bd52-91bed1302b16 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbe35e26-81ac-47fa-bd52-91bed1302b16 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 446/896] 10.201.9.223 () {52 vars in 827 bytes} [Fri Jan 3 20:32:39 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17c75f4c-d758-4ff0-a4c4-b3911d2a553d service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] PATH_INFO: `/v3/users/73d8b351dea648d5b48edee1f853bd61` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] RBAC: Authorizing `identity:delete_user(user_id=73d8b351dea648d5b48edee1f853bd61)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '73d8b351dea648d5b48edee1f853bd61', 'request_id': 'req-edc8db6f-0687-4b16-8207-6868ce8d5d8b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '73d8b351dea648d5b48edee1f853bd61', 'request_id': 'req-edc8db6f-0687-4b16-8207-6868ce8d5d8b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '73d8b351dea648d5b48edee1f853bd61', 'request_id': 'req-edc8db6f-0687-4b16-8207-6868ce8d5d8b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '73d8b351dea648d5b48edee1f853bd61', 'request_id': 'req-edc8db6f-0687-4b16-8207-6868ce8d5d8b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '73d8b351dea648d5b48edee1f853bd61', 'request_id': 'req-edc8db6f-0687-4b16-8207-6868ce8d5d8b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 451/897] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:32:39 2025] DELETE /identity/v3/users/73d8b351dea648d5b48edee1f853bd61 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 447/898] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:32:39 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edc8db6f-0687-4b16-8207-6868ce8d5d8b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0fd127a-9e6a-4333-b946-2456d5972d13 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0fd127a-9e6a-4333-b946-2456d5972d13 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0fd127a-9e6a-4333-b946-2456d5972d13 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0fd127a-9e6a-4333-b946-2456d5972d13 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0fd127a-9e6a-4333-b946-2456d5972d13 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0fd127a-9e6a-4333-b946-2456d5972d13 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 452/899] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:32:39 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1116c350-0967-4f94-9748-3d60f33d279d None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] PATH_INFO: `/v3/projects/9883f519e62c4a29badd67b23ace10a7` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=9883f519e62c4a29badd67b23ace10a7)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '9883f519e62c4a29badd67b23ace10a7', 'request_id': 'req-f1824f4e-925b-47c7-b21e-4d574cf1ad50'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '9883f519e62c4a29badd67b23ace10a7', 'request_id': 'req-f1824f4e-925b-47c7-b21e-4d574cf1ad50'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '9883f519e62c4a29badd67b23ace10a7', 'request_id': 'req-f1824f4e-925b-47c7-b21e-4d574cf1ad50'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] The token cache is being invalidate because project 9883f519e62c4a29badd67b23ace10a7 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:32:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f1824f4e-925b-47c7-b21e-4d574cf1ad50 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:32:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 448/900] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:32:39 2025] DELETE /identity/v3/projects/9883f519e62c4a29badd67b23ace10a7 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:32:49 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=76,keystone:INSERT=5,keystone:DELETE=10 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:50 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=86,keystone:INSERT=2,keystone:UPDATE=1,keystone:DELETE=7 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7edb3ef-60db-4b31-adb1-cf3e40284b7f None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7edb3ef-60db-4b31-adb1-cf3e40284b7f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7edb3ef-60db-4b31-adb1-cf3e40284b7f None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 453/901] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:35:01 2025] GET /identity => generated 271 bytes in 9 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6111c8e1-dc59-47e6-8d57-951602959cec None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6111c8e1-dc59-47e6-8d57-951602959cec None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6111c8e1-dc59-47e6-8d57-951602959cec None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-6111c8e1-dc59-47e6-8d57-951602959cec None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-6111c8e1-dc59-47e6-8d57-951602959cec None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-6111c8e1-dc59-47e6-8d57-951602959cec None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 449/902] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:35:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74d765b8-43fe-4d4f-8ea1-c208526e1d90 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74d765b8-43fe-4d4f-8ea1-c208526e1d90 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74d765b8-43fe-4d4f-8ea1-c208526e1d90 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 454/903] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:35:01 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66e1bfcf-1ef9-4885-929b-2008c8cfd464 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66e1bfcf-1ef9-4885-929b-2008c8cfd464 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66e1bfcf-1ef9-4885-929b-2008c8cfd464 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-66e1bfcf-1ef9-4885-929b-2008c8cfd464 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-66e1bfcf-1ef9-4885-929b-2008c8cfd464 None None] MFA Rules not processed for user `314e01d2de7a4db1854c7c6540af07e9`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-66e1bfcf-1ef9-4885-929b-2008c8cfd464 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 450/904] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:35:01 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 45 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74d765b8-43fe-4d4f-8ea1-c208526e1d90 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74d765b8-43fe-4d4f-8ea1-c208526e1d90 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd2c0637-19ee-432c-9717-e1dd02c478ee service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd2c0637-19ee-432c-9717-e1dd02c478ee service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd2c0637-19ee-432c-9717-e1dd02c478ee service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd2c0637-19ee-432c-9717-e1dd02c478ee service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd2c0637-19ee-432c-9717-e1dd02c478ee service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd2c0637-19ee-432c-9717-e1dd02c478ee service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:35:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 455/905] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:35:01 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a85832e-859d-4933-89d9-1f833f0d50d4 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a85832e-859d-4933-89d9-1f833f0d50d4 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a85832e-859d-4933-89d9-1f833f0d50d4 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 451/906] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:35:02 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:35:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23609738-b030-4a21-8ed4-7746b06b41de None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23609738-b030-4a21-8ed4-7746b06b41de None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23609738-b030-4a21-8ed4-7746b06b41de None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-23609738-b030-4a21-8ed4-7746b06b41de None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-23609738-b030-4a21-8ed4-7746b06b41de None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-23609738-b030-4a21-8ed4-7746b06b41de None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 456/907] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:35:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a85832e-859d-4933-89d9-1f833f0d50d4 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a85832e-859d-4933-89d9-1f833f0d50d4 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5489f02d-270f-4bc6-a8da-f69ad3a31830 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5489f02d-270f-4bc6-a8da-f69ad3a31830 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5489f02d-270f-4bc6-a8da-f69ad3a31830 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5489f02d-270f-4bc6-a8da-f69ad3a31830 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5489f02d-270f-4bc6-a8da-f69ad3a31830 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5489f02d-270f-4bc6-a8da-f69ad3a31830 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:35:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 452/908] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:35:02 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c65cec9-e81c-4159-88ed-9289cef43d12 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c65cec9-e81c-4159-88ed-9289cef43d12 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c65cec9-e81c-4159-88ed-9289cef43d12 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 457/909] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:35:03 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b8ff98e-f6b5-403c-9429-8c854b954118 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b8ff98e-f6b5-403c-9429-8c854b954118 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b8ff98e-f6b5-403c-9429-8c854b954118 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-6b8ff98e-f6b5-403c-9429-8c854b954118 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-6b8ff98e-f6b5-403c-9429-8c854b954118 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-6b8ff98e-f6b5-403c-9429-8c854b954118 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 453/910] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:35:03 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c09c8f2-136c-4743-b059-ed1bdfdd2b1d None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c09c8f2-136c-4743-b059-ed1bdfdd2b1d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c09c8f2-136c-4743-b059-ed1bdfdd2b1d None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 458/911] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:35:03 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcae7d0e-e935-4e3d-b0a3-8d52999aed5c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcae7d0e-e935-4e3d-b0a3-8d52999aed5c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcae7d0e-e935-4e3d-b0a3-8d52999aed5c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-dcae7d0e-e935-4e3d-b0a3-8d52999aed5c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-dcae7d0e-e935-4e3d-b0a3-8d52999aed5c None None] MFA Rules not processed for user `314e01d2de7a4db1854c7c6540af07e9`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-dcae7d0e-e935-4e3d-b0a3-8d52999aed5c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 454/912] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:35:03 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c09c8f2-136c-4743-b059-ed1bdfdd2b1d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c09c8f2-136c-4743-b059-ed1bdfdd2b1d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc36c78c-d294-41d9-b068-a6bd1bdd3b82 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc36c78c-d294-41d9-b068-a6bd1bdd3b82 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc36c78c-d294-41d9-b068-a6bd1bdd3b82 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc36c78c-d294-41d9-b068-a6bd1bdd3b82 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc36c78c-d294-41d9-b068-a6bd1bdd3b82 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc36c78c-d294-41d9-b068-a6bd1bdd3b82 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:35:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 459/913] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:35:03 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b77ac5f-abbb-4984-88f4-53f30ea9485b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b77ac5f-abbb-4984-88f4-53f30ea9485b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b77ac5f-abbb-4984-88f4-53f30ea9485b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 455/914] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:35:04 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:35:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88fb0925-20e4-42de-ad7a-cfc619ed8190 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88fb0925-20e4-42de-ad7a-cfc619ed8190 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88fb0925-20e4-42de-ad7a-cfc619ed8190 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-88fb0925-20e4-42de-ad7a-cfc619ed8190 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-88fb0925-20e4-42de-ad7a-cfc619ed8190 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-88fb0925-20e4-42de-ad7a-cfc619ed8190 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 460/915] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:35:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b77ac5f-abbb-4984-88f4-53f30ea9485b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b77ac5f-abbb-4984-88f4-53f30ea9485b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a4fba4b-789c-47e8-b33c-ca6367e44522 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a4fba4b-789c-47e8-b33c-ca6367e44522 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a4fba4b-789c-47e8-b33c-ca6367e44522 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a4fba4b-789c-47e8-b33c-ca6367e44522 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a4fba4b-789c-47e8-b33c-ca6367e44522 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a4fba4b-789c-47e8-b33c-ca6367e44522 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:35:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 456/916] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:35:04 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 13 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b60c7a6-c832-479d-90de-326aad739a9d None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b60c7a6-c832-479d-90de-326aad739a9d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b60c7a6-c832-479d-90de-326aad739a9d None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 461/917] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:35:05 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:35:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c25e43a-0ffb-4d05-81de-e5b8c0f89d63 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c25e43a-0ffb-4d05-81de-e5b8c0f89d63 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c25e43a-0ffb-4d05-81de-e5b8c0f89d63 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0c25e43a-0ffb-4d05-81de-e5b8c0f89d63 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0c25e43a-0ffb-4d05-81de-e5b8c0f89d63 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0c25e43a-0ffb-4d05-81de-e5b8c0f89d63 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 457/918] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:35:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b60c7a6-c832-479d-90de-326aad739a9d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b60c7a6-c832-479d-90de-326aad739a9d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04975518-86c3-4332-b833-e1accb4b0376 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04975518-86c3-4332-b833-e1accb4b0376 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04975518-86c3-4332-b833-e1accb4b0376 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04975518-86c3-4332-b833-e1accb4b0376 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04975518-86c3-4332-b833-e1accb4b0376 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04975518-86c3-4332-b833-e1accb4b0376 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:35:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 462/919] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:35:05 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-baf2f12f-a8a8-4913-b48c-64a64ce8dcfa None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-baf2f12f-a8a8-4913-b48c-64a64ce8dcfa None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-baf2f12f-a8a8-4913-b48c-64a64ce8dcfa None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 458/920] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:35:06 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:35:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e21aa207-8ccd-43a6-a34c-56f00ffd4ca4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e21aa207-8ccd-43a6-a34c-56f00ffd4ca4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e21aa207-8ccd-43a6-a34c-56f00ffd4ca4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e21aa207-8ccd-43a6-a34c-56f00ffd4ca4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:35:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e21aa207-8ccd-43a6-a34c-56f00ffd4ca4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e21aa207-8ccd-43a6-a34c-56f00ffd4ca4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 463/921] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:35:06 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-baf2f12f-a8a8-4913-b48c-64a64ce8dcfa None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-baf2f12f-a8a8-4913-b48c-64a64ce8dcfa None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4e29373-ac05-4b68-846c-9cad76f3b800 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4e29373-ac05-4b68-846c-9cad76f3b800 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4e29373-ac05-4b68-846c-9cad76f3b800 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4e29373-ac05-4b68-846c-9cad76f3b800 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4e29373-ac05-4b68-846c-9cad76f3b800 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4e29373-ac05-4b68-846c-9cad76f3b800 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:35:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 459/922] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:35:06 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:35:16 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=17 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:16 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=54 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6f9714-e973-4f20-aedd-5161f2a35515 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6f9714-e973-4f20-aedd-5161f2a35515 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6f9714-e973-4f20-aedd-5161f2a35515 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 464/923] 10.201.9.223 () {54 vars in 923 bytes} [Fri Jan 3 20:36:06 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:36:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-580e4677-7e4e-47fc-8711-d4929449259d None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-580e4677-7e4e-47fc-8711-d4929449259d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-580e4677-7e4e-47fc-8711-d4929449259d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-580e4677-7e4e-47fc-8711-d4929449259d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-580e4677-7e4e-47fc-8711-d4929449259d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-580e4677-7e4e-47fc-8711-d4929449259d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 460/924] 10.201.9.223 () {58 vars in 1020 bytes} [Fri Jan 3 20:36:06 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 35 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc10a23e-ffad-443f-9340-2157c44dbe69 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc10a23e-ffad-443f-9340-2157c44dbe69 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc10a23e-ffad-443f-9340-2157c44dbe69 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 465/925] 10.201.9.223 () {54 vars in 966 bytes} [Fri Jan 3 20:36:07 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:36:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b51a95-2e44-4cd4-81c0-8d7c7a1743aa None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b51a95-2e44-4cd4-81c0-8d7c7a1743aa None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b51a95-2e44-4cd4-81c0-8d7c7a1743aa None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-81b51a95-2e44-4cd4-81c0-8d7c7a1743aa None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-81b51a95-2e44-4cd4-81c0-8d7c7a1743aa None None] MFA Rules not processed for user `e6f136cb62fc451d933f010ec07d158d`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-81b51a95-2e44-4cd4-81c0-8d7c7a1743aa None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 461/926] 10.201.9.223 () {58 vars in 1063 bytes} [Fri Jan 3 20:36:07 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 72 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc10a23e-ffad-443f-9340-2157c44dbe69 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc10a23e-ffad-443f-9340-2157c44dbe69 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a11daa9-ac68-44f4-a7c0-34da3bdc8ab3 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a11daa9-ac68-44f4-a7c0-34da3bdc8ab3 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a11daa9-ac68-44f4-a7c0-34da3bdc8ab3 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a11daa9-ac68-44f4-a7c0-34da3bdc8ab3 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a11daa9-ac68-44f4-a7c0-34da3bdc8ab3 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a11daa9-ac68-44f4-a7c0-34da3bdc8ab3 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 466/927] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:07 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e24fb4-1509-43b6-a194-4f97a9ada46b None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e24fb4-1509-43b6-a194-4f97a9ada46b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e24fb4-1509-43b6-a194-4f97a9ada46b None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 462/928] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:36:09 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d53c77d4-5a23-4b31-aae5-251d67d33c6e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d53c77d4-5a23-4b31-aae5-251d67d33c6e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d53c77d4-5a23-4b31-aae5-251d67d33c6e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d53c77d4-5a23-4b31-aae5-251d67d33c6e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d53c77d4-5a23-4b31-aae5-251d67d33c6e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d53c77d4-5a23-4b31-aae5-251d67d33c6e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 467/929] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:36:09 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32e24fb4-1509-43b6-a194-4f97a9ada46b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-32e24fb4-1509-43b6-a194-4f97a9ada46b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32e24fb4-1509-43b6-a194-4f97a9ada46b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4eb47a09-276d-4459-8cfd-5b3df10b027e service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4eb47a09-276d-4459-8cfd-5b3df10b027e service glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4eb47a09-276d-4459-8cfd-5b3df10b027e service glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4eb47a09-276d-4459-8cfd-5b3df10b027e service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4eb47a09-276d-4459-8cfd-5b3df10b027e service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4eb47a09-276d-4459-8cfd-5b3df10b027e service glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 463/930] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:09 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bf68f84-cbb9-4c84-b5b6-1b6eb43ee2a6 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bf68f84-cbb9-4c84-b5b6-1b6eb43ee2a6 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bf68f84-cbb9-4c84-b5b6-1b6eb43ee2a6 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 468/931] 10.201.9.223 () {54 vars in 911 bytes} [Fri Jan 3 20:36:09 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7c9ed2c-fe54-4276-9f29-51a1f0ef6c7c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7c9ed2c-fe54-4276-9f29-51a1f0ef6c7c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7c9ed2c-fe54-4276-9f29-51a1f0ef6c7c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-e7c9ed2c-fe54-4276-9f29-51a1f0ef6c7c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-e7c9ed2c-fe54-4276-9f29-51a1f0ef6c7c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-e7c9ed2c-fe54-4276-9f29-51a1f0ef6c7c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 464/932] 10.201.9.223 () {58 vars in 1008 bytes} [Fri Jan 3 20:36:09 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6bf68f84-cbb9-4c84-b5b6-1b6eb43ee2a6 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6bf68f84-cbb9-4c84-b5b6-1b6eb43ee2a6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6bf68f84-cbb9-4c84-b5b6-1b6eb43ee2a6 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36a88ba7-6745-466a-939c-cbaaa598387d service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36a88ba7-6745-466a-939c-cbaaa598387d service glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36a88ba7-6745-466a-939c-cbaaa598387d service glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36a88ba7-6745-466a-939c-cbaaa598387d service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36a88ba7-6745-466a-939c-cbaaa598387d service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36a88ba7-6745-466a-939c-cbaaa598387d service glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 469/933] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:09 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 465/934] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:13 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 470/935] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:13 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16cb079f-7e57-4038-8709-2def406b8365 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 466/936] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:36:13 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8600a48a-a951-4df9-a0a5-3976bf4f6a4d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 471/937] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:13 2025] POST /identity/v3/projects => generated 386 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-342e2973-c637-4d2e-a5fa-f3043458435a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 467/938] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:13 2025] POST /identity/v3/users => generated 301 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19837723-5056-4041-a744-14e50884b2be ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 472/939] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:13 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9a792869-96df-470e-aae6-4fc881a15b4e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] PATH_INFO: `/v3/projects/6bcf5ce6850e421bb14ad3f47da370de/users/080fed50695e469686f90433fb816e20/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6bcf5ce6850e421bb14ad3f47da370de, user_id=080fed50695e469686f90433fb816e20, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 468/940] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:13 2025] PUT /identity/v3/projects/6bcf5ce6850e421bb14ad3f47da370de/users/080fed50695e469686f90433fb816e20/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58cd9dfd-f1f9-4326-a88d-8a490d2c8d7e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d03dd69f-4a9f-4b95-bba3-9b298a9d2c60 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d03dd69f-4a9f-4b95-bba3-9b298a9d2c60 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d03dd69f-4a9f-4b95-bba3-9b298a9d2c60 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d03dd69f-4a9f-4b95-bba3-9b298a9d2c60 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d03dd69f-4a9f-4b95-bba3-9b298a9d2c60 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d03dd69f-4a9f-4b95-bba3-9b298a9d2c60 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 473/941] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:13 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-092f50f8-e190-4bca-9497-d4cae827fce4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] PATH_INFO: `/v3/projects/6bcf5ce6850e421bb14ad3f47da370de/users/080fed50695e469686f90433fb816e20/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6bcf5ce6850e421bb14ad3f47da370de, user_id=080fed50695e469686f90433fb816e20, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 469/942] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:13 2025] PUT /identity/v3/projects/6bcf5ce6850e421bb14ad3f47da370de/users/080fed50695e469686f90433fb816e20/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 12 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5344f5b3-dd6d-41b4-a9d8-62ef3da09d63 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5344f5b3-dd6d-41b4-a9d8-62ef3da09d63 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5344f5b3-dd6d-41b4-a9d8-62ef3da09d63 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-5344f5b3-dd6d-41b4-a9d8-62ef3da09d63 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-5344f5b3-dd6d-41b4-a9d8-62ef3da09d63 None None] MFA Rules not processed for user `080fed50695e469686f90433fb816e20`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5344f5b3-dd6d-41b4-a9d8-62ef3da09d63 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 474/943] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:13 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-caa613d9-6b00-4e9e-b147-db307971fa74 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23b523fa-0f02-49ce-a34b-1250cef032e8 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23b523fa-0f02-49ce-a34b-1250cef032e8 service nova] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23b523fa-0f02-49ce-a34b-1250cef032e8 service nova] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23b523fa-0f02-49ce-a34b-1250cef032e8 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23b523fa-0f02-49ce-a34b-1250cef032e8 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23b523fa-0f02-49ce-a34b-1250cef032e8 service nova] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 470/944] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:13 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fe14984-66af-4935-8aaa-b27f0341abc0 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fe14984-66af-4935-8aaa-b27f0341abc0 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fe14984-66af-4935-8aaa-b27f0341abc0 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 475/945] 10.201.9.223 () {54 vars in 910 bytes} [Fri Jan 3 20:36:13 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59ee2d90-797e-4766-b3d8-704f37791e45 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59ee2d90-797e-4766-b3d8-704f37791e45 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59ee2d90-797e-4766-b3d8-704f37791e45 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-59ee2d90-797e-4766-b3d8-704f37791e45 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-59ee2d90-797e-4766-b3d8-704f37791e45 None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-59ee2d90-797e-4766-b3d8-704f37791e45 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 471/946] 10.201.9.223 () {58 vars in 1007 bytes} [Fri Jan 3 20:36:13 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98a958ab-06e4-4b20-b3cd-99b6d1d28f06 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98a958ab-06e4-4b20-b3cd-99b6d1d28f06 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98a958ab-06e4-4b20-b3cd-99b6d1d28f06 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 476/947] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:36:14 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:36:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2d87ea-9c78-4544-b719-b91910429f6b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2d87ea-9c78-4544-b719-b91910429f6b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2d87ea-9c78-4544-b719-b91910429f6b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9f2d87ea-9c78-4544-b719-b91910429f6b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-9f2d87ea-9c78-4544-b719-b91910429f6b None None] MFA Rules not processed for user `314e01d2de7a4db1854c7c6540af07e9`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9f2d87ea-9c78-4544-b719-b91910429f6b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 472/948] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:36:14 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98a958ab-06e4-4b20-b3cd-99b6d1d28f06 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98a958ab-06e4-4b20-b3cd-99b6d1d28f06 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-307a0857-4558-44a3-be94-46d4e8acc93e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-307a0857-4558-44a3-be94-46d4e8acc93e service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-307a0857-4558-44a3-be94-46d4e8acc93e service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-307a0857-4558-44a3-be94-46d4e8acc93e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-307a0857-4558-44a3-be94-46d4e8acc93e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-307a0857-4558-44a3-be94-46d4e8acc93e service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 477/949] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:14 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96691ef-b35f-440a-8c48-f0b30c9c7f49 None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96691ef-b35f-440a-8c48-f0b30c9c7f49 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96691ef-b35f-440a-8c48-f0b30c9c7f49 None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 473/950] 10.201.9.223 () {54 vars in 910 bytes} [Fri Jan 3 20:36:15 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] MFA Rules not processed for user `16f06a0b65104b58b8f2c30371619628`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 478/951] 10.201.9.223 () {58 vars in 1007 bytes} [Fri Jan 3 20:36:15 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96691ef-b35f-440a-8c48-f0b30c9c7f49 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96691ef-b35f-440a-8c48-f0b30c9c7f49 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9a47d28-a483-42eb-a11b-3f84d26c6514 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9a47d28-a483-42eb-a11b-3f84d26c6514 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9a47d28-a483-42eb-a11b-3f84d26c6514 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9a47d28-a483-42eb-a11b-3f84d26c6514 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9a47d28-a483-42eb-a11b-3f84d26c6514 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9a47d28-a483-42eb-a11b-3f84d26c6514 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 474/952] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:15 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 14 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51ed1f1d-cd9c-4424-9f09-17dbe26ca13b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] PATH_INFO: `/v3/users/080fed50695e469686f90433fb816e20` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] RBAC: Authorizing `identity:delete_user(user_id=080fed50695e469686f90433fb816e20)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '080fed50695e469686f90433fb816e20', 'request_id': 'req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '080fed50695e469686f90433fb816e20', 'request_id': 'req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '080fed50695e469686f90433fb816e20', 'request_id': 'req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '080fed50695e469686f90433fb816e20', 'request_id': 'req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '080fed50695e469686f90433fb816e20', 'request_id': 'req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 479/953] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:36:18 2025] DELETE /identity/v3/users/080fed50695e469686f90433fb816e20 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 475/954] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25fbc18f-e545-4e73-ae9c-8c7bcc9e03cf ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bf98a43-cb30-4a68-b104-5635e6da3429 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bf98a43-cb30-4a68-b104-5635e6da3429 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bf98a43-cb30-4a68-b104-5635e6da3429 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bf98a43-cb30-4a68-b104-5635e6da3429 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bf98a43-cb30-4a68-b104-5635e6da3429 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bf98a43-cb30-4a68-b104-5635e6da3429 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 480/955] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:19 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0aa03009-326f-40b4-a4f2-2ccbf1136c9b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] PATH_INFO: `/v3/projects/6bcf5ce6850e421bb14ad3f47da370de` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6bcf5ce6850e421bb14ad3f47da370de)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6bcf5ce6850e421bb14ad3f47da370de', 'request_id': 'req-6aad7ed9-ec33-4a6c-bda9-94accd02b500'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6bcf5ce6850e421bb14ad3f47da370de', 'request_id': 'req-6aad7ed9-ec33-4a6c-bda9-94accd02b500'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6bcf5ce6850e421bb14ad3f47da370de', 'request_id': 'req-6aad7ed9-ec33-4a6c-bda9-94accd02b500'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] The token cache is being invalidate because project 6bcf5ce6850e421bb14ad3f47da370de was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6aad7ed9-ec33-4a6c-bda9-94accd02b500 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 476/956] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:19 2025] DELETE /identity/v3/projects/6bcf5ce6850e421bb14ad3f47da370de => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 481/957] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:19 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 477/958] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:19 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea27fad9-d72a-4eb3-8439-144ba3ce0333 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 482/959] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:36:19 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2327ab88-a590-47c8-b26f-c787619ad367 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 478/960] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:19 2025] POST /identity/v3/projects => generated 372 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9be20e6d-5b2e-4815-98b8-3829780f716a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 483/961] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:19 2025] POST /identity/v3/users => generated 294 bytes in 47 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27887a32-3ced-4298-97ef-14d362783189 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 479/962] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:19 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f248541-e608-453b-80df-eb0a98206530 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] PATH_INFO: `/v3/projects/05d474445939404c93bfb17597de1a5b/users/f7adbbb0c3ce4e2db70df75d3dab83ba/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=05d474445939404c93bfb17597de1a5b, user_id=f7adbbb0c3ce4e2db70df75d3dab83ba, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 484/963] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:19 2025] PUT /identity/v3/projects/05d474445939404c93bfb17597de1a5b/users/f7adbbb0c3ce4e2db70df75d3dab83ba/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a41630ba-0219-44e3-b7f9-78d777fc6206 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35a9dfe6-401a-4b98-8037-02510d282910 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35a9dfe6-401a-4b98-8037-02510d282910 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35a9dfe6-401a-4b98-8037-02510d282910 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35a9dfe6-401a-4b98-8037-02510d282910 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35a9dfe6-401a-4b98-8037-02510d282910 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35a9dfe6-401a-4b98-8037-02510d282910 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 480/964] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:19 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce50a56c-2f7c-493a-8081-b093ee87622a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] PATH_INFO: `/v3/projects/05d474445939404c93bfb17597de1a5b/users/f7adbbb0c3ce4e2db70df75d3dab83ba/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=05d474445939404c93bfb17597de1a5b, user_id=f7adbbb0c3ce4e2db70df75d3dab83ba, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 485/965] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:19 2025] PUT /identity/v3/projects/05d474445939404c93bfb17597de1a5b/users/f7adbbb0c3ce4e2db70df75d3dab83ba/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] MFA Rules not processed for user `f7adbbb0c3ce4e2db70df75d3dab83ba`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 481/966] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:19 2025] POST /identity/v3/auth/tokens => generated 2502 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02416701-c08d-4c1c-a654-3ad891b3e8d2 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bef36d8c-1bf8-4ed2-839d-5bb6c3243963 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bef36d8c-1bf8-4ed2-839d-5bb6c3243963 service nova] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bef36d8c-1bf8-4ed2-839d-5bb6c3243963 service nova] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bef36d8c-1bf8-4ed2-839d-5bb6c3243963 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bef36d8c-1bf8-4ed2-839d-5bb6c3243963 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bef36d8c-1bf8-4ed2-839d-5bb6c3243963 service nova] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 486/967] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:19 2025] GET /identity/v3/auth/tokens => generated 2502 bytes in 55 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4b42077-eb40-4090-bc7d-8e6a5d4a406b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] PATH_INFO: `/v3/users/f7adbbb0c3ce4e2db70df75d3dab83ba` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=f7adbbb0c3ce4e2db70df75d3dab83ba)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'f7adbbb0c3ce4e2db70df75d3dab83ba', 'request_id': 'req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'f7adbbb0c3ce4e2db70df75d3dab83ba', 'request_id': 'req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'f7adbbb0c3ce4e2db70df75d3dab83ba', 'request_id': 'req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'f7adbbb0c3ce4e2db70df75d3dab83ba', 'request_id': 'req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'f7adbbb0c3ce4e2db70df75d3dab83ba', 'request_id': 'req-458c18ce-9e0d-4d54-93eb-752e9f1ffdb5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 482/968] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:36:22 2025] DELETE /identity/v3/users/f7adbbb0c3ce4e2db70df75d3dab83ba => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f56b3b8-0b75-4b70-87b4-050bad673acb None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f56b3b8-0b75-4b70-87b4-050bad673acb None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f56b3b8-0b75-4b70-87b4-050bad673acb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1f56b3b8-0b75-4b70-87b4-050bad673acb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-1f56b3b8-0b75-4b70-87b4-050bad673acb None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1f56b3b8-0b75-4b70-87b4-050bad673acb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 487/969] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:22 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9b2e705-35fa-41b4-abcd-ed244868cd7a None None] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9b2e705-35fa-41b4-abcd-ed244868cd7a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9b2e705-35fa-41b4-abcd-ed244868cd7a None None] PATH_INFO: `/` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 483/970] 10.201.9.223 () {54 vars in 966 bytes} [Fri Jan 3 20:36:22 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] MFA Rules not processed for user `e6f136cb62fc451d933f010ec07d158d`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 488/971] 10.201.9.223 () {58 vars in 1063 bytes} [Fri Jan 3 20:36:22 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9b2e705-35fa-41b4-abcd-ed244868cd7a None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9b2e705-35fa-41b4-abcd-ed244868cd7a None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5d51746-68bb-4853-ab08-179800bf47ea service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5d51746-68bb-4853-ab08-179800bf47ea service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5d51746-68bb-4853-ab08-179800bf47ea service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5d51746-68bb-4853-ab08-179800bf47ea service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5d51746-68bb-4853-ab08-179800bf47ea service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5d51746-68bb-4853-ab08-179800bf47ea service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 484/972] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:22 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72ee552f-5714-43ef-a65a-f2e789fb3ea4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] PATH_INFO: `/v3/projects/05d474445939404c93bfb17597de1a5b` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=05d474445939404c93bfb17597de1a5b)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '05d474445939404c93bfb17597de1a5b', 'request_id': 'req-da7573ff-50e8-476b-8acb-9b1152f6a3e6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '05d474445939404c93bfb17597de1a5b', 'request_id': 'req-da7573ff-50e8-476b-8acb-9b1152f6a3e6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '05d474445939404c93bfb17597de1a5b', 'request_id': 'req-da7573ff-50e8-476b-8acb-9b1152f6a3e6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] The token cache is being invalidate because project 05d474445939404c93bfb17597de1a5b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-da7573ff-50e8-476b-8acb-9b1152f6a3e6 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 489/973] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:23 2025] DELETE /identity/v3/projects/05d474445939404c93bfb17597de1a5b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 485/974] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:23 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 490/975] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:23 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8cca523-f0b7-4d8b-b99d-5496eb9e2a46 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 486/976] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:36:23 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06343cd3-f029-4aaa-925f-b2b103712f1f None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 491/977] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:23 2025] POST /identity/v3/projects => generated 368 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9de6bd0-906f-4687-b3be-8fb74cd05815 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 487/978] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:23 2025] POST /identity/v3/users => generated 292 bytes in 52 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e114857-4414-4447-9641-1bf50cdbc11b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 492/979] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:23 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92c41e0d-7764-4688-b70c-06792a121056 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] PATH_INFO: `/v3/projects/21f1405150f0476d959ffa31fa823df5/users/777b35dfa6aa4fa2b4da2155eb7375f0/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=21f1405150f0476d959ffa31fa823df5, user_id=777b35dfa6aa4fa2b4da2155eb7375f0, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 488/980] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:23 2025] PUT /identity/v3/projects/21f1405150f0476d959ffa31fa823df5/users/777b35dfa6aa4fa2b4da2155eb7375f0/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 32 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50dbf58d-fbe1-4f4b-ad39-2a7a83489d58 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0596291a-76a2-4b6b-9aef-b5dc683ff6c7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0596291a-76a2-4b6b-9aef-b5dc683ff6c7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0596291a-76a2-4b6b-9aef-b5dc683ff6c7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0596291a-76a2-4b6b-9aef-b5dc683ff6c7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0596291a-76a2-4b6b-9aef-b5dc683ff6c7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0596291a-76a2-4b6b-9aef-b5dc683ff6c7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 493/981] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:23 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4921c2c4-62ce-413f-bbe7-c8fb5ca84124 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] PATH_INFO: `/v3/projects/21f1405150f0476d959ffa31fa823df5/users/777b35dfa6aa4fa2b4da2155eb7375f0/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=21f1405150f0476d959ffa31fa823df5, user_id=777b35dfa6aa4fa2b4da2155eb7375f0, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 489/982] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:23 2025] PUT /identity/v3/projects/21f1405150f0476d959ffa31fa823df5/users/777b35dfa6aa4fa2b4da2155eb7375f0/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] MFA Rules not processed for user `777b35dfa6aa4fa2b4da2155eb7375f0`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 494/983] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:23 2025] POST /identity/v3/auth/tokens => generated 2498 bytes in 176 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa852500-0b7b-43ff-9837-a2a472a51481 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c00548b5-3d21-4c12-9dd0-b2cf772ffbb5 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c00548b5-3d21-4c12-9dd0-b2cf772ffbb5 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c00548b5-3d21-4c12-9dd0-b2cf772ffbb5 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c00548b5-3d21-4c12-9dd0-b2cf772ffbb5 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c00548b5-3d21-4c12-9dd0-b2cf772ffbb5 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c00548b5-3d21-4c12-9dd0-b2cf772ffbb5 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 490/984] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:23 2025] GET /identity/v3/auth/tokens => generated 2498 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3242ffa-caa2-4c5b-b5ae-ef8e83b2c2bb None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] PATH_INFO: `/v3/users/777b35dfa6aa4fa2b4da2155eb7375f0` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] RBAC: Authorizing `identity:delete_user(user_id=777b35dfa6aa4fa2b4da2155eb7375f0)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '777b35dfa6aa4fa2b4da2155eb7375f0', 'request_id': 'req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '777b35dfa6aa4fa2b4da2155eb7375f0', 'request_id': 'req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '777b35dfa6aa4fa2b4da2155eb7375f0', 'request_id': 'req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '777b35dfa6aa4fa2b4da2155eb7375f0', 'request_id': 'req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '777b35dfa6aa4fa2b4da2155eb7375f0', 'request_id': 'req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 495/985] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:36:31 2025] DELETE /identity/v3/users/777b35dfa6aa4fa2b4da2155eb7375f0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 491/986] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:31 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff5ee39c-861f-4991-8479-0f9d1ef5eeae ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e976488-df4e-4d0c-9de1-407fb199ed6a service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e976488-df4e-4d0c-9de1-407fb199ed6a service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e976488-df4e-4d0c-9de1-407fb199ed6a service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e976488-df4e-4d0c-9de1-407fb199ed6a service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e976488-df4e-4d0c-9de1-407fb199ed6a service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e976488-df4e-4d0c-9de1-407fb199ed6a service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 496/987] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:31 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29fecbdb-6907-459f-a792-a14d7e744aef None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] PATH_INFO: `/v3/projects/21f1405150f0476d959ffa31fa823df5` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=21f1405150f0476d959ffa31fa823df5)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '21f1405150f0476d959ffa31fa823df5', 'request_id': 'req-bac89499-f729-437a-b200-9cf6844e5410'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '21f1405150f0476d959ffa31fa823df5', 'request_id': 'req-bac89499-f729-437a-b200-9cf6844e5410'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '21f1405150f0476d959ffa31fa823df5', 'request_id': 'req-bac89499-f729-437a-b200-9cf6844e5410'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] The token cache is being invalidate because project 21f1405150f0476d959ffa31fa823df5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bac89499-f729-437a-b200-9cf6844e5410 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 492/988] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:32 2025] DELETE /identity/v3/projects/21f1405150f0476d959ffa31fa823df5 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 497/989] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:32 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 493/990] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:32 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6dd06573-ccda-4078-9fa4-13f917384f3b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 498/991] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:36:32 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 28 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-598cbb49-d60f-4b1a-9266-6048433ff5c4 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 494/992] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:32 2025] POST /identity/v3/projects => generated 376 bytes in 36 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1151497b-2a03-4ed7-9eb3-02a7bdd80f85 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 499/993] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:32 2025] POST /identity/v3/users => generated 296 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cb81064-6cd4-41ed-94ac-f0a4dd01fe67 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 495/994] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:32 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adcbe307-5bd8-4f88-8552-e842aadee914 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] PATH_INFO: `/v3/projects/20c3773fedc243339dccb12c500213f5/users/8a44753f31ee4bdc99f5a37870c81cf4/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=20c3773fedc243339dccb12c500213f5, user_id=8a44753f31ee4bdc99f5a37870c81cf4, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 500/995] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:32 2025] PUT /identity/v3/projects/20c3773fedc243339dccb12c500213f5/users/8a44753f31ee4bdc99f5a37870c81cf4/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8fca414e-3cfa-46bb-a505-28dbac4986ec ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f71d8980-8312-4206-bb07-d6935f02e9ce ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f71d8980-8312-4206-bb07-d6935f02e9ce ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f71d8980-8312-4206-bb07-d6935f02e9ce ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f71d8980-8312-4206-bb07-d6935f02e9ce ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f71d8980-8312-4206-bb07-d6935f02e9ce ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f71d8980-8312-4206-bb07-d6935f02e9ce ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 496/996] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:32 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-405f6e58-316d-4281-be57-284451614499 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] PATH_INFO: `/v3/projects/20c3773fedc243339dccb12c500213f5/users/8a44753f31ee4bdc99f5a37870c81cf4/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=20c3773fedc243339dccb12c500213f5, user_id=8a44753f31ee4bdc99f5a37870c81cf4, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 501/997] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:32 2025] PUT /identity/v3/projects/20c3773fedc243339dccb12c500213f5/users/8a44753f31ee4bdc99f5a37870c81cf4/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] MFA Rules not processed for user `8a44753f31ee4bdc99f5a37870c81cf4`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 497/998] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:32 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc108380-c4c6-48d5-b10d-04a30fa33749 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d5bf852-a40c-4feb-bb6b-b7e1f61da015 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '16f06a0b65104b58b8f2c30371619628', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d5bf852-a40c-4feb-bb6b-b7e1f61da015 service nova] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d5bf852-a40c-4feb-bb6b-b7e1f61da015 service nova] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d5bf852-a40c-4feb-bb6b-b7e1f61da015 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d5bf852-a40c-4feb-bb6b-b7e1f61da015 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d5bf852-a40c-4feb-bb6b-b7e1f61da015 service nova] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 502/999] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:32 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72bc2367-5084-4dbb-9ae9-d558811dd4bb None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] PATH_INFO: `/v3/users/8a44753f31ee4bdc99f5a37870c81cf4` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=8a44753f31ee4bdc99f5a37870c81cf4)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '8a44753f31ee4bdc99f5a37870c81cf4', 'request_id': 'req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '8a44753f31ee4bdc99f5a37870c81cf4', 'request_id': 'req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '8a44753f31ee4bdc99f5a37870c81cf4', 'request_id': 'req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '8a44753f31ee4bdc99f5a37870c81cf4', 'request_id': 'req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '8a44753f31ee4bdc99f5a37870c81cf4', 'request_id': 'req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 498/1000] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:36:32 2025] DELETE /identity/v3/users/8a44753f31ee4bdc99f5a37870c81cf4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 503/1001] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:32 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1fae9cd-1c6e-4a9a-93ff-2e680d006f98 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a788132e-dd17-4d7b-93d8-111fb3627031 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a788132e-dd17-4d7b-93d8-111fb3627031 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a788132e-dd17-4d7b-93d8-111fb3627031 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a788132e-dd17-4d7b-93d8-111fb3627031 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a788132e-dd17-4d7b-93d8-111fb3627031 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a788132e-dd17-4d7b-93d8-111fb3627031 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 499/1002] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:32 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ba87363-b33b-4dbb-8815-16c3e2fc82c5 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] PATH_INFO: `/v3/projects/20c3773fedc243339dccb12c500213f5` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=20c3773fedc243339dccb12c500213f5)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '20c3773fedc243339dccb12c500213f5', 'request_id': 'req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '20c3773fedc243339dccb12c500213f5', 'request_id': 'req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '20c3773fedc243339dccb12c500213f5', 'request_id': 'req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] The token cache is being invalidate because project 20c3773fedc243339dccb12c500213f5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8a71a6da-65c4-469d-a47f-f5d73fcfe5e8 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 504/1003] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:33 2025] DELETE /identity/v3/projects/20c3773fedc243339dccb12c500213f5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 500/1004] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:33 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 505/1005] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:33 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf546c7-721e-40f4-9113-af34d65a28a3 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 501/1006] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:36:33 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edc97692-fc78-40ee-b205-343ae439a17e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 506/1007] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:33 2025] POST /identity/v3/projects => generated 406 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17996a37-71a5-4047-ac3c-e8d1dd70f7f9 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 502/1008] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:33 2025] POST /identity/v3/users => generated 311 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc69ac5f-f0aa-41a4-b681-27901d59a7c7 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 507/1009] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:33 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5eb48c8a-e952-4c04-a2ef-83a38a4f1e5f ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] PATH_INFO: `/v3/projects/8600b43cebce4e00900c68f11d94fb21/users/a7213ce88ad14fb4bfcb52695b851704/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8600b43cebce4e00900c68f11d94fb21, user_id=a7213ce88ad14fb4bfcb52695b851704, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 503/1010] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:33 2025] PUT /identity/v3/projects/8600b43cebce4e00900c68f11d94fb21/users/a7213ce88ad14fb4bfcb52695b851704/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38de2eef-d8fc-445d-aa54-0274e61e9f26 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85b9f3f7-b829-4b06-a021-ba79ccbed869 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85b9f3f7-b829-4b06-a021-ba79ccbed869 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85b9f3f7-b829-4b06-a021-ba79ccbed869 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85b9f3f7-b829-4b06-a021-ba79ccbed869 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85b9f3f7-b829-4b06-a021-ba79ccbed869 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85b9f3f7-b829-4b06-a021-ba79ccbed869 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 508/1011] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:33 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cc0e8a8-48ed-4f76-b00a-87718f7facf1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] PATH_INFO: `/v3/projects/8600b43cebce4e00900c68f11d94fb21/users/a7213ce88ad14fb4bfcb52695b851704/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8600b43cebce4e00900c68f11d94fb21, user_id=a7213ce88ad14fb4bfcb52695b851704, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 504/1012] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:33 2025] PUT /identity/v3/projects/8600b43cebce4e00900c68f11d94fb21/users/a7213ce88ad14fb4bfcb52695b851704/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] MFA Rules not processed for user `a7213ce88ad14fb4bfcb52695b851704`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 509/1013] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:33 2025] POST /identity/v3/auth/tokens => generated 2536 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7230452a-7721-4d92-83ef-c4a861326462 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 505/1014] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:33 2025] POST /identity/v3/projects => generated 406 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74d5e30f-6655-4db5-926d-6014ac65882e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 510/1015] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:33 2025] POST /identity/v3/users => generated 310 bytes in 48 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b3b5f56-1d9f-4c00-9860-f7470cd1dcf2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 506/1016] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:33 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51359bb9-8225-4c0c-b31d-12c88dd741eb ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] PATH_INFO: `/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b/users/42a0f275e88b4e5e856dd4db6d558007/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d986c22ebefb40c1a4ca5ed831c29c8b, user_id=42a0f275e88b4e5e856dd4db6d558007, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 511/1017] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:33 2025] PUT /identity/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b/users/42a0f275e88b4e5e856dd4db6d558007/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 37 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab9c2f0a-87d0-455c-b8a3-d376cbb06fac ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 507/1018] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:33 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-983c1311-ea27-4327-9675-5745028f37d4 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] PATH_INFO: `/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b/users/42a0f275e88b4e5e856dd4db6d558007/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d986c22ebefb40c1a4ca5ed831c29c8b, user_id=42a0f275e88b4e5e856dd4db6d558007, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 512/1019] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:33 2025] PUT /identity/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b/users/42a0f275e88b4e5e856dd4db6d558007/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ca079c6-1f86-49af-a744-ef8b17507f20 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22014dff-042d-4620-a88f-cda3d493bbc6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22014dff-042d-4620-a88f-cda3d493bbc6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22014dff-042d-4620-a88f-cda3d493bbc6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22014dff-042d-4620-a88f-cda3d493bbc6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22014dff-042d-4620-a88f-cda3d493bbc6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22014dff-042d-4620-a88f-cda3d493bbc6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 508/1020] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:33 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d55a87d4-afd0-4bff-9016-bfb1d70f461e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] PATH_INFO: `/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b/users/42a0f275e88b4e5e856dd4db6d558007/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d986c22ebefb40c1a4ca5ed831c29c8b, user_id=42a0f275e88b4e5e856dd4db6d558007, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 513/1021] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:34 2025] PUT /identity/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b/users/42a0f275e88b4e5e856dd4db6d558007/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] MFA Rules not processed for user `42a0f275e88b4e5e856dd4db6d558007`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 509/1022] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:34 2025] POST /identity/v3/auth/tokens => generated 2659 bytes in 86 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-128c5d0e-df36-4996-9b72-ca52f199aa3c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 514/1023] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:34 2025] GET /identity/v3/auth/tokens => generated 2659 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1e4e8e8-1ef2-4822-bb74-5a53fbe35790 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] PATH_INFO: `/v3/users/a7213ce88ad14fb4bfcb52695b851704` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=a7213ce88ad14fb4bfcb52695b851704)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'a7213ce88ad14fb4bfcb52695b851704', 'request_id': 'req-013aca41-d025-4b8f-86d2-09c99fa6a8d1'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'a7213ce88ad14fb4bfcb52695b851704', 'request_id': 'req-013aca41-d025-4b8f-86d2-09c99fa6a8d1'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'a7213ce88ad14fb4bfcb52695b851704', 'request_id': 'req-013aca41-d025-4b8f-86d2-09c99fa6a8d1'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'a7213ce88ad14fb4bfcb52695b851704', 'request_id': 'req-013aca41-d025-4b8f-86d2-09c99fa6a8d1'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-013aca41-d025-4b8f-86d2-09c99fa6a8d1 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'a7213ce88ad14fb4bfcb52695b851704', 'request_id': 'req-013aca41-d025-4b8f-86d2-09c99fa6a8d1'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 510/1024] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:36:36 2025] DELETE /identity/v3/users/a7213ce88ad14fb4bfcb52695b851704 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebc8c88c-da7d-4a30-bf27-f5ba7eab6d12 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] PATH_INFO: `/v3/users/42a0f275e88b4e5e856dd4db6d558007` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=42a0f275e88b4e5e856dd4db6d558007)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '42a0f275e88b4e5e856dd4db6d558007', 'request_id': 'req-94f38b35-a4dd-44e6-b9c5-f570c394b183'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '42a0f275e88b4e5e856dd4db6d558007', 'request_id': 'req-94f38b35-a4dd-44e6-b9c5-f570c394b183'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '42a0f275e88b4e5e856dd4db6d558007', 'request_id': 'req-94f38b35-a4dd-44e6-b9c5-f570c394b183'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '42a0f275e88b4e5e856dd4db6d558007', 'request_id': 'req-94f38b35-a4dd-44e6-b9c5-f570c394b183'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '42a0f275e88b4e5e856dd4db6d558007', 'request_id': 'req-94f38b35-a4dd-44e6-b9c5-f570c394b183'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 515/1025] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:36:36 2025] DELETE /identity/v3/users/42a0f275e88b4e5e856dd4db6d558007 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 511/1026] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:37 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94f38b35-a4dd-44e6-b9c5-f570c394b183 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 516/1027] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:37 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93dea577-8f2b-42a7-98c6-eb3893c59139 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] PATH_INFO: `/v3/projects/8600b43cebce4e00900c68f11d94fb21` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8600b43cebce4e00900c68f11d94fb21)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8600b43cebce4e00900c68f11d94fb21', 'request_id': 'req-ec8e9796-cd3d-47f8-8b07-1e21a31db198'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8600b43cebce4e00900c68f11d94fb21', 'request_id': 'req-ec8e9796-cd3d-47f8-8b07-1e21a31db198'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8600b43cebce4e00900c68f11d94fb21', 'request_id': 'req-ec8e9796-cd3d-47f8-8b07-1e21a31db198'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] The token cache is being invalidate because project 8600b43cebce4e00900c68f11d94fb21 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ec8e9796-cd3d-47f8-8b07-1e21a31db198 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 512/1028] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:37 2025] DELETE /identity/v3/projects/8600b43cebce4e00900c68f11d94fb21 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44ab921-1d59-4866-ba40-a3ddf04e5618 service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] PATH_INFO: `/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=d986c22ebefb40c1a4ca5ed831c29c8b)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'd986c22ebefb40c1a4ca5ed831c29c8b', 'request_id': 'req-9bc20f1a-7145-487a-93a2-b5a51283e25a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'd986c22ebefb40c1a4ca5ed831c29c8b', 'request_id': 'req-9bc20f1a-7145-487a-93a2-b5a51283e25a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'd986c22ebefb40c1a4ca5ed831c29c8b', 'request_id': 'req-9bc20f1a-7145-487a-93a2-b5a51283e25a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] The token cache is being invalidate because project d986c22ebefb40c1a4ca5ed831c29c8b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9bc20f1a-7145-487a-93a2-b5a51283e25a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 517/1029] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:36:37 2025] DELETE /identity/v3/projects/d986c22ebefb40c1a4ca5ed831c29c8b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:37 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 513/1030] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:37 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 518/1031] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5868fcd-765e-4d4d-8f81-1ae7092ab0bd None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 514/1032] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd1edc0c-713a-4f55-84c2-97b521425afd None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 519/1033] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/projects => generated 374 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a07eee74-d743-4319-97ee-be9876b42f47 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 515/1034] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/users => generated 295 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3552889-57aa-4e83-b70d-e98ae17ca6a1 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 520/1035] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8178334-167f-470b-94d1-77639a7f4444 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] PATH_INFO: `/v3/projects/53481d17cb0740e7a9be22461527ae72/users/489eff76926b4a99a1cdd0cb12794ff0/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=53481d17cb0740e7a9be22461527ae72, user_id=489eff76926b4a99a1cdd0cb12794ff0, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 516/1036] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:38 2025] PUT /identity/v3/projects/53481d17cb0740e7a9be22461527ae72/users/489eff76926b4a99a1cdd0cb12794ff0/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22f62101-1f3b-4b1d-833d-df5a9221ee4f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcc933ed-4e36-44a7-92b0-9beb84f6371d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcc933ed-4e36-44a7-92b0-9beb84f6371d ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcc933ed-4e36-44a7-92b0-9beb84f6371d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcc933ed-4e36-44a7-92b0-9beb84f6371d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcc933ed-4e36-44a7-92b0-9beb84f6371d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcc933ed-4e36-44a7-92b0-9beb84f6371d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 521/1037] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43a3e6aa-eb14-4b7c-90c5-c94340e2f315 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] PATH_INFO: `/v3/projects/53481d17cb0740e7a9be22461527ae72/users/489eff76926b4a99a1cdd0cb12794ff0/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=53481d17cb0740e7a9be22461527ae72, user_id=489eff76926b4a99a1cdd0cb12794ff0, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 517/1038] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:38 2025] PUT /identity/v3/projects/53481d17cb0740e7a9be22461527ae72/users/489eff76926b4a99a1cdd0cb12794ff0/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] MFA Rules not processed for user `489eff76926b4a99a1cdd0cb12794ff0`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 522/1039] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3368a08e-9bf6-4bc1-bee4-efaac9f3a622 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 518/1040] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/projects => generated 374 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61893801-8f68-4414-a2e5-34af740d1fc8 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 523/1041] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/users => generated 294 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d641073a-fabb-49e2-9ce3-8fb5b1cd2156 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 519/1042] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca5b2ac8-c24a-4d38-8d7c-e659c700edaf ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] PATH_INFO: `/v3/projects/36e9a8b2112541abb45d163a72d0c73f/users/93d1ef0470034987b156e3cb8a285912/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=36e9a8b2112541abb45d163a72d0c73f, user_id=93d1ef0470034987b156e3cb8a285912, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 524/1043] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:38 2025] PUT /identity/v3/projects/36e9a8b2112541abb45d163a72d0c73f/users/93d1ef0470034987b156e3cb8a285912/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-758da1be-feda-4a74-83b0-da86e42e6b5e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 520/1044] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba23bc35-f1c9-4798-b549-149938f38b5d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] PATH_INFO: `/v3/projects/36e9a8b2112541abb45d163a72d0c73f/users/93d1ef0470034987b156e3cb8a285912/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=36e9a8b2112541abb45d163a72d0c73f, user_id=93d1ef0470034987b156e3cb8a285912, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 525/1045] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:38 2025] PUT /identity/v3/projects/36e9a8b2112541abb45d163a72d0c73f/users/93d1ef0470034987b156e3cb8a285912/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f45fad55-c65b-4a12-9c36-fa0a23b810f8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4598d130-d58b-4eb4-8211-049d7c03441b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4598d130-d58b-4eb4-8211-049d7c03441b ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4598d130-d58b-4eb4-8211-049d7c03441b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4598d130-d58b-4eb4-8211-049d7c03441b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4598d130-d58b-4eb4-8211-049d7c03441b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4598d130-d58b-4eb4-8211-049d7c03441b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 521/1046] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08da6f3a-050e-481c-ad65-d36b8dcac95b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7886dd7a-1f64-4e2a-ad7b-49879ed62b62 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7886dd7a-1f64-4e2a-ad7b-49879ed62b62 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7886dd7a-1f64-4e2a-ad7b-49879ed62b62 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7886dd7a-1f64-4e2a-ad7b-49879ed62b62 ****** ******] PATH_INFO: `/v3/projects/36e9a8b2112541abb45d163a72d0c73f/users/93d1ef0470034987b156e3cb8a285912/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7886dd7a-1f64-4e2a-ad7b-49879ed62b62 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=36e9a8b2112541abb45d163a72d0c73f, user_id=93d1ef0470034987b156e3cb8a285912, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7886dd7a-1f64-4e2a-ad7b-49879ed62b62 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 526/1047] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:36:38 2025] PUT /identity/v3/projects/36e9a8b2112541abb45d163a72d0c73f/users/93d1ef0470034987b156e3cb8a285912/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba9965f6-98b2-4e57-a814-6bbccae8a1f0 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba9965f6-98b2-4e57-a814-6bbccae8a1f0 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba9965f6-98b2-4e57-a814-6bbccae8a1f0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ba9965f6-98b2-4e57-a814-6bbccae8a1f0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ba9965f6-98b2-4e57-a814-6bbccae8a1f0 None None] MFA Rules not processed for user `93d1ef0470034987b156e3cb8a285912`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ba9965f6-98b2-4e57-a814-6bbccae8a1f0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 522/1048] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/auth/tokens => generated 2627 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76819809-7f6e-4665-964a-9581a8dca872 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76819809-7f6e-4665-964a-9581a8dca872 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76819809-7f6e-4665-964a-9581a8dca872 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 527/1049] 10.201.9.223 () {54 vars in 961 bytes} [Fri Jan 3 20:36:38 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] MFA Rules not processed for user `314e01d2de7a4db1854c7c6540af07e9`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 523/1050] 10.201.9.223 () {58 vars in 1058 bytes} [Fri Jan 3 20:36:38 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 41 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76819809-7f6e-4665-964a-9581a8dca872 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76819809-7f6e-4665-964a-9581a8dca872 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-142009a3-c3c9-4bcb-ae95-021ff800927e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-142009a3-c3c9-4bcb-ae95-021ff800927e service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-142009a3-c3c9-4bcb-ae95-021ff800927e service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-142009a3-c3c9-4bcb-ae95-021ff800927e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-142009a3-c3c9-4bcb-ae95-021ff800927e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-142009a3-c3c9-4bcb-ae95-021ff800927e service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 528/1051] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/auth/tokens => generated 2627 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08343394-89a6-47f4-a778-d423815f0da1 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acd84219-aaba-4fd2-b5df-59c89b99bcc7 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd84219-aaba-4fd2-b5df-59c89b99bcc7 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd84219-aaba-4fd2-b5df-59c89b99bcc7 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd84219-aaba-4fd2-b5df-59c89b99bcc7 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acd84219-aaba-4fd2-b5df-59c89b99bcc7 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acd84219-aaba-4fd2-b5df-59c89b99bcc7 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:36:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 524/1052] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:36:38 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:36:48 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=675,keystone:INSERT=32,keystone:UPDATE=4,keystone:DELETE=51 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:48 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=794,keystone:INSERT=30,keystone:DELETE=51,keystone:UPDATE=4 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adfe7a7e-b30f-4299-95c4-99b150ed1919 None None] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adfe7a7e-b30f-4299-95c4-99b150ed1919 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adfe7a7e-b30f-4299-95c4-99b150ed1919 None None] PATH_INFO: `/` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 529/1053] 10.201.9.223 () {54 vars in 959 bytes} [Fri Jan 3 20:37:04 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) -Jan 03 20:37:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] MFA Rules not processed for user `64eace363c9e4b12a48f45b4175726a3`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 525/1054] 10.201.9.223 () {58 vars in 1056 bytes} [Fri Jan 3 20:37:04 2025] POST /identity/v3/auth/tokens => generated 2618 bytes in 100 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adfe7a7e-b30f-4299-95c4-99b150ed1919 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adfe7a7e-b30f-4299-95c4-99b150ed1919 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '64eace363c9e4b12a48f45b4175726a3', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 530/1055] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:04 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 64 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b88b7066-5961-4674-8bb9-b7e054818714 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] PATH_INFO: `/v3/users/489eff76926b4a99a1cdd0cb12794ff0` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] RBAC: Authorizing `identity:delete_user(user_id=489eff76926b4a99a1cdd0cb12794ff0)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '489eff76926b4a99a1cdd0cb12794ff0', 'request_id': 'req-ba83dedc-5295-4417-b6cb-79f3d9e148bf'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '489eff76926b4a99a1cdd0cb12794ff0', 'request_id': 'req-ba83dedc-5295-4417-b6cb-79f3d9e148bf'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '489eff76926b4a99a1cdd0cb12794ff0', 'request_id': 'req-ba83dedc-5295-4417-b6cb-79f3d9e148bf'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '489eff76926b4a99a1cdd0cb12794ff0', 'request_id': 'req-ba83dedc-5295-4417-b6cb-79f3d9e148bf'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ba83dedc-5295-4417-b6cb-79f3d9e148bf ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '489eff76926b4a99a1cdd0cb12794ff0', 'request_id': 'req-ba83dedc-5295-4417-b6cb-79f3d9e148bf'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 526/1056] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:06 2025] DELETE /identity/v3/users/489eff76926b4a99a1cdd0cb12794ff0 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38dda89b-b744-43fd-83d5-4bb84d5e1197 service placement] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] PATH_INFO: `/v3/users/93d1ef0470034987b156e3cb8a285912` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] RBAC: Authorizing `identity:delete_user(user_id=93d1ef0470034987b156e3cb8a285912)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '93d1ef0470034987b156e3cb8a285912', 'request_id': 'req-52377d0f-d782-43f8-8e23-fe9c99a2380e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '93d1ef0470034987b156e3cb8a285912', 'request_id': 'req-52377d0f-d782-43f8-8e23-fe9c99a2380e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '93d1ef0470034987b156e3cb8a285912', 'request_id': 'req-52377d0f-d782-43f8-8e23-fe9c99a2380e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '93d1ef0470034987b156e3cb8a285912', 'request_id': 'req-52377d0f-d782-43f8-8e23-fe9c99a2380e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '93d1ef0470034987b156e3cb8a285912', 'request_id': 'req-52377d0f-d782-43f8-8e23-fe9c99a2380e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 531/1057] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:06 2025] DELETE /identity/v3/users/93d1ef0470034987b156e3cb8a285912 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 527/1058] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:06 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52377d0f-d782-43f8-8e23-fe9c99a2380e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 532/1059] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:06 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dea0ceac-31c6-4614-8f47-9801e98e4e88 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] PATH_INFO: `/v3/projects/36e9a8b2112541abb45d163a72d0c73f` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=36e9a8b2112541abb45d163a72d0c73f)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '36e9a8b2112541abb45d163a72d0c73f', 'request_id': 'req-759135b8-5b77-40d9-8815-8feb9a78961e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '36e9a8b2112541abb45d163a72d0c73f', 'request_id': 'req-759135b8-5b77-40d9-8815-8feb9a78961e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '36e9a8b2112541abb45d163a72d0c73f', 'request_id': 'req-759135b8-5b77-40d9-8815-8feb9a78961e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] The token cache is being invalidate because project 36e9a8b2112541abb45d163a72d0c73f was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-759135b8-5b77-40d9-8815-8feb9a78961e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 528/1060] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:06 2025] DELETE /identity/v3/projects/36e9a8b2112541abb45d163a72d0c73f => generated 0 bytes in 57 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-646aa1b4-87ef-4c62-814c-e8f50896f769 service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] PATH_INFO: `/v3/projects/53481d17cb0740e7a9be22461527ae72` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] RBAC: Authorizing `identity:delete_project(project_id=53481d17cb0740e7a9be22461527ae72)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '53481d17cb0740e7a9be22461527ae72', 'request_id': 'req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '53481d17cb0740e7a9be22461527ae72', 'request_id': 'req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '53481d17cb0740e7a9be22461527ae72', 'request_id': 'req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] The token cache is being invalidate because project 53481d17cb0740e7a9be22461527ae72 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-d7f1c210-ee52-438a-ad82-d47cc39a4dfc ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 533/1061] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:07 2025] DELETE /identity/v3/projects/53481d17cb0740e7a9be22461527ae72 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 529/1062] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 534/1063] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be0e40cd-6e0e-45ef-a46e-616063b525fa None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 530/1064] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:37:07 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-685197d0-034b-47ff-8956-b96b89aabd5c None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 535/1065] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:07 2025] POST /identity/v3/projects => generated 382 bytes in 32 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6409fca-80e6-4f3d-ba31-17a91b92aee7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 531/1066] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:07 2025] POST /identity/v3/users => generated 299 bytes in 45 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63a85bcd-246a-4d0f-be48-a0b2513e60d6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 536/1067] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:07 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a940fb8-ae42-4a96-ab6d-7483911712ce ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] PATH_INFO: `/v3/projects/27588937343f4bfcbb7b3052a870d37d/users/2f1820099f7b47f8acb71ffa572cce00/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] RBAC: Authorizing `identity:create_grant(project_id=27588937343f4bfcbb7b3052a870d37d, user_id=2f1820099f7b47f8acb71ffa572cce00, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 532/1068] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:07 2025] PUT /identity/v3/projects/27588937343f4bfcbb7b3052a870d37d/users/2f1820099f7b47f8acb71ffa572cce00/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 32 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-495e2dca-e895-4ec0-a071-1c950dc0054c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0187bf97-5695-47f9-b9fd-85c2a3c33ec3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0187bf97-5695-47f9-b9fd-85c2a3c33ec3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0187bf97-5695-47f9-b9fd-85c2a3c33ec3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0187bf97-5695-47f9-b9fd-85c2a3c33ec3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0187bf97-5695-47f9-b9fd-85c2a3c33ec3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0187bf97-5695-47f9-b9fd-85c2a3c33ec3 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 537/1069] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:07 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a0d01dc-2bd9-4756-a093-cdca4526c5ed ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] PATH_INFO: `/v3/projects/27588937343f4bfcbb7b3052a870d37d/users/2f1820099f7b47f8acb71ffa572cce00/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=27588937343f4bfcbb7b3052a870d37d, user_id=2f1820099f7b47f8acb71ffa572cce00, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 533/1070] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:07 2025] PUT /identity/v3/projects/27588937343f4bfcbb7b3052a870d37d/users/2f1820099f7b47f8acb71ffa572cce00/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] MFA Rules not processed for user `2f1820099f7b47f8acb71ffa572cce00`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 538/1071] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:07 2025] POST /identity/v3/auth/tokens => generated 2512 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c215697f-d8f9-4576-afae-d184028ce6cc ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 534/1072] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:07 2025] POST /identity/v3/projects => generated 382 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abccccf5-8b2e-483f-a235-0c18fc100352 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 539/1073] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:07 2025] POST /identity/v3/users => generated 298 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-906046d5-eaa5-4cff-a978-577f932ef7b7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 535/1074] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:07 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d540a9ab-786c-4dfc-b1df-e4d5ac282f05 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] PATH_INFO: `/v3/projects/f71d09e2e00c407f804e255e3761ef5d/users/ad949273ff6c468e9e7702a6b228743f/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f71d09e2e00c407f804e255e3761ef5d, user_id=ad949273ff6c468e9e7702a6b228743f, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 540/1075] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:08 2025] PUT /identity/v3/projects/f71d09e2e00c407f804e255e3761ef5d/users/ad949273ff6c468e9e7702a6b228743f/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c92713a-a011-443e-9e30-535f3edc2dc7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 536/1076] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:08 2025] GET /identity/v3/roles => generated 1672 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-166fa675-8859-4627-8e9d-f6418c1011ee ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] PATH_INFO: `/v3/projects/f71d09e2e00c407f804e255e3761ef5d/users/ad949273ff6c468e9e7702a6b228743f/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f71d09e2e00c407f804e255e3761ef5d, user_id=ad949273ff6c468e9e7702a6b228743f, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 541/1077] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:08 2025] PUT /identity/v3/projects/f71d09e2e00c407f804e255e3761ef5d/users/ad949273ff6c468e9e7702a6b228743f/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7b13083-3e12-4401-b993-1d1e16ce50c1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97a6c5e8-8fed-4ad8-8c64-8e2c8d8934be ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97a6c5e8-8fed-4ad8-8c64-8e2c8d8934be ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97a6c5e8-8fed-4ad8-8c64-8e2c8d8934be ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97a6c5e8-8fed-4ad8-8c64-8e2c8d8934be ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-97a6c5e8-8fed-4ad8-8c64-8e2c8d8934be ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-97a6c5e8-8fed-4ad8-8c64-8e2c8d8934be ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 537/1078] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:08 2025] GET /identity/v3/roles => generated 1672 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d798bfee-73c0-425d-8376-bef7e3070a2a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] PATH_INFO: `/v3/projects/f71d09e2e00c407f804e255e3761ef5d/users/ad949273ff6c468e9e7702a6b228743f/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f71d09e2e00c407f804e255e3761ef5d, user_id=ad949273ff6c468e9e7702a6b228743f, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 542/1079] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:08 2025] PUT /identity/v3/projects/f71d09e2e00c407f804e255e3761ef5d/users/ad949273ff6c468e9e7702a6b228743f/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] MFA Rules not processed for user `ad949273ff6c468e9e7702a6b228743f`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 538/1080] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:08 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c89da613-ed8d-40fe-9f90-0a9a53b891c3 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 543/1081] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:08 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c7042f4-38de-44b6-8122-3f67e45e49fe None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 539/1082] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:08 2025] GET /identity/v3/auth/tokens => generated 2512 bytes in 60 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca63713d-b270-43c4-85f7-ef7c7c73b290 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] PATH_INFO: `/v3/users/2f1820099f7b47f8acb71ffa572cce00` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] RBAC: Authorizing `identity:delete_user(user_id=2f1820099f7b47f8acb71ffa572cce00)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '2f1820099f7b47f8acb71ffa572cce00', 'request_id': 'req-074b72cc-0067-4f18-aea8-d49a256a83fa'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '2f1820099f7b47f8acb71ffa572cce00', 'request_id': 'req-074b72cc-0067-4f18-aea8-d49a256a83fa'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '2f1820099f7b47f8acb71ffa572cce00', 'request_id': 'req-074b72cc-0067-4f18-aea8-d49a256a83fa'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '2f1820099f7b47f8acb71ffa572cce00', 'request_id': 'req-074b72cc-0067-4f18-aea8-d49a256a83fa'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-074b72cc-0067-4f18-aea8-d49a256a83fa ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '2f1820099f7b47f8acb71ffa572cce00', 'request_id': 'req-074b72cc-0067-4f18-aea8-d49a256a83fa'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 544/1083] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:14 2025] DELETE /identity/v3/users/2f1820099f7b47f8acb71ffa572cce00 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f69a089a-0261-4577-9ab8-38c52c5edd7c service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] PATH_INFO: `/v3/users/ad949273ff6c468e9e7702a6b228743f` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=ad949273ff6c468e9e7702a6b228743f)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'ad949273ff6c468e9e7702a6b228743f', 'request_id': 'req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'ad949273ff6c468e9e7702a6b228743f', 'request_id': 'req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'ad949273ff6c468e9e7702a6b228743f', 'request_id': 'req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'ad949273ff6c468e9e7702a6b228743f', 'request_id': 'req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'ad949273ff6c468e9e7702a6b228743f', 'request_id': 'req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 540/1084] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:14 2025] DELETE /identity/v3/users/ad949273ff6c468e9e7702a6b228743f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 545/1085] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-135037d1-7c7e-4c4e-8c72-c2cb4c1df25f ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 541/1086] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:14 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6041af4-4602-45ce-8d70-141c06e8dd2f None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] PATH_INFO: `/v3/projects/27588937343f4bfcbb7b3052a870d37d` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=27588937343f4bfcbb7b3052a870d37d)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '27588937343f4bfcbb7b3052a870d37d', 'request_id': 'req-9f433782-da9b-487f-93ee-339d048076a9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '27588937343f4bfcbb7b3052a870d37d', 'request_id': 'req-9f433782-da9b-487f-93ee-339d048076a9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '27588937343f4bfcbb7b3052a870d37d', 'request_id': 'req-9f433782-da9b-487f-93ee-339d048076a9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] The token cache is being invalidate because project 27588937343f4bfcbb7b3052a870d37d was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f433782-da9b-487f-93ee-339d048076a9 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 546/1087] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:15 2025] DELETE /identity/v3/projects/27588937343f4bfcbb7b3052a870d37d => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba104bf0-a583-423b-a586-b9ac45f9df8f service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] PATH_INFO: `/v3/projects/f71d09e2e00c407f804e255e3761ef5d` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f71d09e2e00c407f804e255e3761ef5d)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f71d09e2e00c407f804e255e3761ef5d', 'request_id': 'req-c927f017-f1aa-4fe5-81c0-f8eb8382218e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f71d09e2e00c407f804e255e3761ef5d', 'request_id': 'req-c927f017-f1aa-4fe5-81c0-f8eb8382218e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f71d09e2e00c407f804e255e3761ef5d', 'request_id': 'req-c927f017-f1aa-4fe5-81c0-f8eb8382218e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] The token cache is being invalidate because project f71d09e2e00c407f804e255e3761ef5d was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c927f017-f1aa-4fe5-81c0-f8eb8382218e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 542/1088] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:15 2025] DELETE /identity/v3/projects/f71d09e2e00c407f804e255e3761ef5d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 547/1089] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:15 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 543/1090] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:15 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a17a4568-6170-4c8a-9c48-ecaf5d6c0115 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 548/1091] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:37:15 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 33 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ccdd699-0d25-45aa-8c08-41012acc9c65 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 544/1092] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:15 2025] POST /identity/v3/projects => generated 372 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-530148f6-d01d-4fd4-bc2e-fdce653eb94d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 549/1093] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:15 2025] POST /identity/v3/users => generated 294 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc13a960-b585-4beb-9274-c89496f75da6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 545/1094] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:16 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-56b9f65a-7197-4d31-aec4-25073778ef00 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] PATH_INFO: `/v3/projects/2e9afcda28c24ad78fb62f733b6b764d/users/f9be7955ec7e438fb01694bd2140ce48/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2e9afcda28c24ad78fb62f733b6b764d, user_id=f9be7955ec7e438fb01694bd2140ce48, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 550/1095] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:16 2025] PUT /identity/v3/projects/2e9afcda28c24ad78fb62f733b6b764d/users/f9be7955ec7e438fb01694bd2140ce48/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d9dee18-7239-4c18-96b1-3d424e9533ac ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f286ab51-4bd4-488e-9a43-29a727a21534 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f286ab51-4bd4-488e-9a43-29a727a21534 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f286ab51-4bd4-488e-9a43-29a727a21534 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f286ab51-4bd4-488e-9a43-29a727a21534 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f286ab51-4bd4-488e-9a43-29a727a21534 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f286ab51-4bd4-488e-9a43-29a727a21534 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 546/1096] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:16 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17468065-b60f-4e64-a776-36e06ffaea1a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] PATH_INFO: `/v3/projects/2e9afcda28c24ad78fb62f733b6b764d/users/f9be7955ec7e438fb01694bd2140ce48/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2e9afcda28c24ad78fb62f733b6b764d, user_id=f9be7955ec7e438fb01694bd2140ce48, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 551/1097] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:16 2025] PUT /identity/v3/projects/2e9afcda28c24ad78fb62f733b6b764d/users/f9be7955ec7e438fb01694bd2140ce48/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] MFA Rules not processed for user `f9be7955ec7e438fb01694bd2140ce48`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 547/1098] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:16 2025] POST /identity/v3/auth/tokens => generated 2502 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71ad810c-545c-46f1-b6df-562f5a578064 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 552/1099] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:16 2025] POST /identity/v3/projects => generated 372 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04b97905-6c3e-4348-8f6a-623f99aea6f9 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 548/1100] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:16 2025] POST /identity/v3/users => generated 293 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a1dbb2-fa90-4765-9a32-8b44e5021f2e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 553/1101] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:16 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d316b9f9-5443-4cdf-b98f-1b690471b501 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] PATH_INFO: `/v3/projects/5c2ca352a7734073999171c86cb3032b/users/18779e3034784a7682a6c81e376157cc/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5c2ca352a7734073999171c86cb3032b, user_id=18779e3034784a7682a6c81e376157cc, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 549/1102] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:16 2025] PUT /identity/v3/projects/5c2ca352a7734073999171c86cb3032b/users/18779e3034784a7682a6c81e376157cc/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f58e152-fbc2-4fa8-b9fe-7579df7d516a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 554/1103] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:16 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed2a4b87-a9a7-48fb-9411-c88221863ae8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] PATH_INFO: `/v3/projects/5c2ca352a7734073999171c86cb3032b/users/18779e3034784a7682a6c81e376157cc/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5c2ca352a7734073999171c86cb3032b, user_id=18779e3034784a7682a6c81e376157cc, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 550/1104] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:16 2025] PUT /identity/v3/projects/5c2ca352a7734073999171c86cb3032b/users/18779e3034784a7682a6c81e376157cc/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2898766-7c90-4b8f-8e72-94fd842b1306 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3b16abd-5678-43ca-b298-4e522461659f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3b16abd-5678-43ca-b298-4e522461659f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3b16abd-5678-43ca-b298-4e522461659f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3b16abd-5678-43ca-b298-4e522461659f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3b16abd-5678-43ca-b298-4e522461659f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3b16abd-5678-43ca-b298-4e522461659f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 555/1105] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:16 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-435f3dd6-a6f4-4c4b-8c21-fc268b102548 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] PATH_INFO: `/v3/projects/5c2ca352a7734073999171c86cb3032b/users/18779e3034784a7682a6c81e376157cc/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5c2ca352a7734073999171c86cb3032b, user_id=18779e3034784a7682a6c81e376157cc, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 551/1106] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:16 2025] PUT /identity/v3/projects/5c2ca352a7734073999171c86cb3032b/users/18779e3034784a7682a6c81e376157cc/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] MFA Rules not processed for user `18779e3034784a7682a6c81e376157cc`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 556/1107] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:16 2025] POST /identity/v3/auth/tokens => generated 2625 bytes in 73 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd10d8f3-2660-4b29-9e27-faed1da9ae9d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:16 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 552/1108] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:16 2025] GET /identity/v3/auth/tokens => generated 2625 bytes in 40 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:16 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9effbe3-30ce-475d-8e12-6ea026cef8a1 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] PATH_INFO: `/v3/users/f9be7955ec7e438fb01694bd2140ce48` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=f9be7955ec7e438fb01694bd2140ce48)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'f9be7955ec7e438fb01694bd2140ce48', 'request_id': 'req-af6c4fad-7b41-4c26-9766-7e45b4fa2906'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'f9be7955ec7e438fb01694bd2140ce48', 'request_id': 'req-af6c4fad-7b41-4c26-9766-7e45b4fa2906'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'f9be7955ec7e438fb01694bd2140ce48', 'request_id': 'req-af6c4fad-7b41-4c26-9766-7e45b4fa2906'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'f9be7955ec7e438fb01694bd2140ce48', 'request_id': 'req-af6c4fad-7b41-4c26-9766-7e45b4fa2906'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af6c4fad-7b41-4c26-9766-7e45b4fa2906 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'f9be7955ec7e438fb01694bd2140ce48', 'request_id': 'req-af6c4fad-7b41-4c26-9766-7e45b4fa2906'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 557/1109] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:16 2025] DELETE /identity/v3/users/f9be7955ec7e438fb01694bd2140ce48 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec39eded-0e39-4f88-97ae-4ceffad80779 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] PATH_INFO: `/v3/users/18779e3034784a7682a6c81e376157cc` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=18779e3034784a7682a6c81e376157cc)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '18779e3034784a7682a6c81e376157cc', 'request_id': 'req-3773f9d0-e86f-4366-8258-a55069c348f2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '18779e3034784a7682a6c81e376157cc', 'request_id': 'req-3773f9d0-e86f-4366-8258-a55069c348f2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '18779e3034784a7682a6c81e376157cc', 'request_id': 'req-3773f9d0-e86f-4366-8258-a55069c348f2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '18779e3034784a7682a6c81e376157cc', 'request_id': 'req-3773f9d0-e86f-4366-8258-a55069c348f2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '18779e3034784a7682a6c81e376157cc', 'request_id': 'req-3773f9d0-e86f-4366-8258-a55069c348f2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 553/1110] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:17 2025] DELETE /identity/v3/users/18779e3034784a7682a6c81e376157cc => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 558/1111] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:17 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3773f9d0-e86f-4366-8258-a55069c348f2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 554/1112] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:17 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44bdea63-5612-4445-b17e-9c841c6819f2 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] PATH_INFO: `/v3/projects/2e9afcda28c24ad78fb62f733b6b764d` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=2e9afcda28c24ad78fb62f733b6b764d)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '2e9afcda28c24ad78fb62f733b6b764d', 'request_id': 'req-435da327-8a31-41f9-b52f-b20c80d720c7'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '2e9afcda28c24ad78fb62f733b6b764d', 'request_id': 'req-435da327-8a31-41f9-b52f-b20c80d720c7'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '2e9afcda28c24ad78fb62f733b6b764d', 'request_id': 'req-435da327-8a31-41f9-b52f-b20c80d720c7'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] The token cache is being invalidate because project 2e9afcda28c24ad78fb62f733b6b764d was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-435da327-8a31-41f9-b52f-b20c80d720c7 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 559/1113] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:17 2025] DELETE /identity/v3/projects/2e9afcda28c24ad78fb62f733b6b764d => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-764e413e-2221-4f16-9286-badb28123a1a service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] PATH_INFO: `/v3/projects/5c2ca352a7734073999171c86cb3032b` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=5c2ca352a7734073999171c86cb3032b)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '5c2ca352a7734073999171c86cb3032b', 'request_id': 'req-3b09ef6a-551f-4125-8e56-c97ac9df8b58'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '5c2ca352a7734073999171c86cb3032b', 'request_id': 'req-3b09ef6a-551f-4125-8e56-c97ac9df8b58'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '5c2ca352a7734073999171c86cb3032b', 'request_id': 'req-3b09ef6a-551f-4125-8e56-c97ac9df8b58'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] The token cache is being invalidate because project 5c2ca352a7734073999171c86cb3032b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3b09ef6a-551f-4125-8e56-c97ac9df8b58 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 555/1114] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:17 2025] DELETE /identity/v3/projects/5c2ca352a7734073999171c86cb3032b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 560/1115] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 556/1116] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab7093d0-4bdb-4406-87cd-a85ec23b1bbe None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 561/1117] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:37:18 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c022311d-ac89-4318-8f9e-7a3b042a6138 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 557/1118] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/projects => generated 366 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aee987e-cce5-458e-84dd-e14cbcde2a64 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 562/1119] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/users => generated 291 bytes in 46 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93c85a3d-70bc-4e1a-8b03-6a4c8f2ce68d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 558/1120] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:18 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff5a3e6c-51fb-4696-b0af-30d68694e356 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] PATH_INFO: `/v3/projects/9edd47c020b74580bbb4df63090caa01/users/a33154a9d1b94cdb89cc506bc924f09f/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=9edd47c020b74580bbb4df63090caa01, user_id=a33154a9d1b94cdb89cc506bc924f09f, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 563/1121] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:18 2025] PUT /identity/v3/projects/9edd47c020b74580bbb4df63090caa01/users/a33154a9d1b94cdb89cc506bc924f09f/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-656dfa07-ef61-411e-beaa-a0a1a7614a67 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fef202b7-3204-4b0d-82fd-44c6e5fae605 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fef202b7-3204-4b0d-82fd-44c6e5fae605 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fef202b7-3204-4b0d-82fd-44c6e5fae605 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fef202b7-3204-4b0d-82fd-44c6e5fae605 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fef202b7-3204-4b0d-82fd-44c6e5fae605 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fef202b7-3204-4b0d-82fd-44c6e5fae605 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 559/1122] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:18 2025] GET /identity/v3/roles => generated 1672 bytes in 145 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc96224-e817-458f-bbea-3566c35a7b38 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] PATH_INFO: `/v3/projects/9edd47c020b74580bbb4df63090caa01/users/a33154a9d1b94cdb89cc506bc924f09f/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=9edd47c020b74580bbb4df63090caa01, user_id=a33154a9d1b94cdb89cc506bc924f09f, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 564/1123] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:18 2025] PUT /identity/v3/projects/9edd47c020b74580bbb4df63090caa01/users/a33154a9d1b94cdb89cc506bc924f09f/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] MFA Rules not processed for user `a33154a9d1b94cdb89cc506bc924f09f`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 560/1124] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/auth/tokens => generated 2496 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d64bf28-ad94-4ca4-8515-f6188729a653 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 565/1125] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/projects => generated 366 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fa60a65-7068-4fc3-be35-78007269ac0e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 561/1126] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/users => generated 290 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcd18f24-4ee4-4c57-8e03-d3aa61ddbd51 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 566/1127] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:18 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae559ec6-dc1d-4a3d-87c1-7b889856d3ae ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] PATH_INFO: `/v3/projects/831c9d920ae84d009f163087b572cb1a/users/37051cee246942f9aad3efaf6de1cc81/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=831c9d920ae84d009f163087b572cb1a, user_id=37051cee246942f9aad3efaf6de1cc81, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 562/1128] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:18 2025] PUT /identity/v3/projects/831c9d920ae84d009f163087b572cb1a/users/37051cee246942f9aad3efaf6de1cc81/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 41 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f300597-0067-4893-9280-ad08cb3944ed ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 567/1129] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:18 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d6c9166-a074-42b0-986c-fa7cb364c9a1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] PATH_INFO: `/v3/projects/831c9d920ae84d009f163087b572cb1a/users/37051cee246942f9aad3efaf6de1cc81/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=831c9d920ae84d009f163087b572cb1a, user_id=37051cee246942f9aad3efaf6de1cc81, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 563/1130] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:18 2025] PUT /identity/v3/projects/831c9d920ae84d009f163087b572cb1a/users/37051cee246942f9aad3efaf6de1cc81/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7dd72c63-0fb2-4dcc-9f69-5dfd5221967f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27f71a9a-f9e3-4492-9f7a-3aa40dd68a6f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27f71a9a-f9e3-4492-9f7a-3aa40dd68a6f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27f71a9a-f9e3-4492-9f7a-3aa40dd68a6f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27f71a9a-f9e3-4492-9f7a-3aa40dd68a6f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27f71a9a-f9e3-4492-9f7a-3aa40dd68a6f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27f71a9a-f9e3-4492-9f7a-3aa40dd68a6f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 568/1131] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:18 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5d4bfd1-8746-4ea6-817d-23c2e3244b24 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] PATH_INFO: `/v3/projects/831c9d920ae84d009f163087b572cb1a/users/37051cee246942f9aad3efaf6de1cc81/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=831c9d920ae84d009f163087b572cb1a, user_id=37051cee246942f9aad3efaf6de1cc81, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 564/1132] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:18 2025] PUT /identity/v3/projects/831c9d920ae84d009f163087b572cb1a/users/37051cee246942f9aad3efaf6de1cc81/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] MFA Rules not processed for user `37051cee246942f9aad3efaf6de1cc81`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 569/1133] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:18 2025] POST /identity/v3/auth/tokens => generated 2619 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-627cd6a6-21b8-4db0-950f-d273d56226bd ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 565/1134] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:18 2025] GET /identity/v3/auth/tokens => generated 2619 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-586c1c92-9181-4e55-b7af-ce0568fc08fe None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] PATH_INFO: `/v3/users/a33154a9d1b94cdb89cc506bc924f09f` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=a33154a9d1b94cdb89cc506bc924f09f)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'a33154a9d1b94cdb89cc506bc924f09f', 'request_id': 'req-4e4c6448-2ee0-4740-8c07-3ae99afb119d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'a33154a9d1b94cdb89cc506bc924f09f', 'request_id': 'req-4e4c6448-2ee0-4740-8c07-3ae99afb119d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'a33154a9d1b94cdb89cc506bc924f09f', 'request_id': 'req-4e4c6448-2ee0-4740-8c07-3ae99afb119d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'a33154a9d1b94cdb89cc506bc924f09f', 'request_id': 'req-4e4c6448-2ee0-4740-8c07-3ae99afb119d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4e4c6448-2ee0-4740-8c07-3ae99afb119d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'a33154a9d1b94cdb89cc506bc924f09f', 'request_id': 'req-4e4c6448-2ee0-4740-8c07-3ae99afb119d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 570/1135] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:19 2025] DELETE /identity/v3/users/a33154a9d1b94cdb89cc506bc924f09f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50608c53-458a-426e-8e1a-18a69a25bec0 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] PATH_INFO: `/v3/users/37051cee246942f9aad3efaf6de1cc81` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=37051cee246942f9aad3efaf6de1cc81)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '37051cee246942f9aad3efaf6de1cc81', 'request_id': 'req-99c60a90-e462-4d7d-86fd-47c9c8f79437'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '37051cee246942f9aad3efaf6de1cc81', 'request_id': 'req-99c60a90-e462-4d7d-86fd-47c9c8f79437'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '37051cee246942f9aad3efaf6de1cc81', 'request_id': 'req-99c60a90-e462-4d7d-86fd-47c9c8f79437'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '37051cee246942f9aad3efaf6de1cc81', 'request_id': 'req-99c60a90-e462-4d7d-86fd-47c9c8f79437'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '37051cee246942f9aad3efaf6de1cc81', 'request_id': 'req-99c60a90-e462-4d7d-86fd-47c9c8f79437'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 566/1136] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:19 2025] DELETE /identity/v3/users/37051cee246942f9aad3efaf6de1cc81 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 571/1137] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:19 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99c60a90-e462-4d7d-86fd-47c9c8f79437 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 567/1138] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:19 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-923949f9-0730-414e-8709-7191d3718fb6 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] PATH_INFO: `/v3/projects/9edd47c020b74580bbb4df63090caa01` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] RBAC: Authorizing `identity:delete_project(project_id=9edd47c020b74580bbb4df63090caa01)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '9edd47c020b74580bbb4df63090caa01', 'request_id': 'req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '9edd47c020b74580bbb4df63090caa01', 'request_id': 'req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '9edd47c020b74580bbb4df63090caa01', 'request_id': 'req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] The token cache is being invalidate because project 9edd47c020b74580bbb4df63090caa01 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8e9388fc-995f-4a2e-a4ec-f33b2208d2ee ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 572/1139] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:19 2025] DELETE /identity/v3/projects/9edd47c020b74580bbb4df63090caa01 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a364561-533a-479b-ae42-6d2fec07892f service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] PATH_INFO: `/v3/projects/831c9d920ae84d009f163087b572cb1a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=831c9d920ae84d009f163087b572cb1a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '831c9d920ae84d009f163087b572cb1a', 'request_id': 'req-cd2290a5-4c66-46ed-b044-7ac357afbc44'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '831c9d920ae84d009f163087b572cb1a', 'request_id': 'req-cd2290a5-4c66-46ed-b044-7ac357afbc44'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '831c9d920ae84d009f163087b572cb1a', 'request_id': 'req-cd2290a5-4c66-46ed-b044-7ac357afbc44'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] The token cache is being invalidate because project 831c9d920ae84d009f163087b572cb1a was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd2290a5-4c66-46ed-b044-7ac357afbc44 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 568/1140] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:20 2025] DELETE /identity/v3/projects/831c9d920ae84d009f163087b572cb1a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 573/1141] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 569/1142] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ed5c108-ec10-4534-9a4d-114b31183c50 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 574/1143] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:37:20 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 29 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e78653c-cdc4-4e52-8525-7df850b33291 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 570/1144] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:20 2025] POST /identity/v3/projects => generated 358 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a2a4db-f9f9-4d20-9c13-cc5e9cd709f5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 575/1145] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:20 2025] POST /identity/v3/users => generated 287 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f126c562-9873-4170-9973-d0658ed28c44 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 571/1146] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:20 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0265054-6e43-4132-8913-1c0eab4b2f84 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] PATH_INFO: `/v3/projects/766419d95dcb463896227c740c4e7592/users/94fe934c393d4fb9b0aa95a86579b049/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=766419d95dcb463896227c740c4e7592, user_id=94fe934c393d4fb9b0aa95a86579b049, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 576/1147] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:20 2025] PUT /identity/v3/projects/766419d95dcb463896227c740c4e7592/users/94fe934c393d4fb9b0aa95a86579b049/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6face719-9cf7-4360-80a9-5e12c6a23fde ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-596a25a6-341e-480c-9e51-9a74734c8186 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-596a25a6-341e-480c-9e51-9a74734c8186 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-596a25a6-341e-480c-9e51-9a74734c8186 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-596a25a6-341e-480c-9e51-9a74734c8186 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-596a25a6-341e-480c-9e51-9a74734c8186 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-596a25a6-341e-480c-9e51-9a74734c8186 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 572/1148] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:20 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88ae0034-c009-424d-bb9c-20c5acee8c31 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] PATH_INFO: `/v3/projects/766419d95dcb463896227c740c4e7592/users/94fe934c393d4fb9b0aa95a86579b049/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=766419d95dcb463896227c740c4e7592, user_id=94fe934c393d4fb9b0aa95a86579b049, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 577/1149] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:20 2025] PUT /identity/v3/projects/766419d95dcb463896227c740c4e7592/users/94fe934c393d4fb9b0aa95a86579b049/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] MFA Rules not processed for user `94fe934c393d4fb9b0aa95a86579b049`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 573/1150] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:20 2025] POST /identity/v3/auth/tokens => generated 2488 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b8bc983-0540-4311-b9f1-3c789439b95a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 578/1151] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:20 2025] POST /identity/v3/projects => generated 354 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-492fcef2-af63-4cd1-8a1f-856a205c4889 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 574/1152] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:20 2025] POST /identity/v3/users => generated 284 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-962f4c53-4aab-45eb-91e7-ee2277f04073 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 579/1153] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:20 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d2f28c3-946a-437b-983c-b3cfbba40e27 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] PATH_INFO: `/v3/projects/f303a8eca3304da893d121c2e41c601a/users/95e165b3124f42f9a6f5218a93ab6bbb/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f303a8eca3304da893d121c2e41c601a, user_id=95e165b3124f42f9a6f5218a93ab6bbb, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 575/1154] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:20 2025] PUT /identity/v3/projects/f303a8eca3304da893d121c2e41c601a/users/95e165b3124f42f9a6f5218a93ab6bbb/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c54660f-4e32-43f2-96be-75e96cd14cf1 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 580/1155] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:20 2025] GET /identity/v3/roles => generated 1672 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f59bf169-6250-4946-83b8-44da69d850ee ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] PATH_INFO: `/v3/projects/f303a8eca3304da893d121c2e41c601a/users/95e165b3124f42f9a6f5218a93ab6bbb/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f303a8eca3304da893d121c2e41c601a, user_id=95e165b3124f42f9a6f5218a93ab6bbb, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 576/1156] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:21 2025] PUT /identity/v3/projects/f303a8eca3304da893d121c2e41c601a/users/95e165b3124f42f9a6f5218a93ab6bbb/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce6d9ab8-b7a8-4be8-bea1-768bdd90590c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3222bb20-4d4d-4c7c-b530-e246235cbd06 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3222bb20-4d4d-4c7c-b530-e246235cbd06 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3222bb20-4d4d-4c7c-b530-e246235cbd06 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3222bb20-4d4d-4c7c-b530-e246235cbd06 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3222bb20-4d4d-4c7c-b530-e246235cbd06 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3222bb20-4d4d-4c7c-b530-e246235cbd06 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 581/1157] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:21 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1efd98f0-425e-4fb4-85eb-a5400698ee45 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] PATH_INFO: `/v3/projects/f303a8eca3304da893d121c2e41c601a/users/95e165b3124f42f9a6f5218a93ab6bbb/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f303a8eca3304da893d121c2e41c601a, user_id=95e165b3124f42f9a6f5218a93ab6bbb, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 577/1158] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:21 2025] PUT /identity/v3/projects/f303a8eca3304da893d121c2e41c601a/users/95e165b3124f42f9a6f5218a93ab6bbb/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] MFA Rules not processed for user `95e165b3124f42f9a6f5218a93ab6bbb`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 582/1159] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:21 2025] POST /identity/v3/auth/tokens => generated 2607 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32af2a4e-5f44-4048-9665-241646714443 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 578/1160] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:21 2025] GET /identity/v3/auth/tokens => generated 2607 bytes in 63 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee2f00bd-7750-4065-ae32-f7a1622eca8f None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 583/1161] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:21 2025] GET /identity/v3/auth/tokens => generated 2488 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:31 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=766,keystone:DELETE=68,keystone:INSERT=35,keystone:UPDATE=4 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:31 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=796,keystone:DELETE=68,keystone:INSERT=33,keystone:UPDATE=4 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54c0ef4d-b071-4207-9fd2-444d637f2926 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] PATH_INFO: `/v3/users/94fe934c393d4fb9b0aa95a86579b049` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] RBAC: Authorizing `identity:delete_user(user_id=94fe934c393d4fb9b0aa95a86579b049)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '94fe934c393d4fb9b0aa95a86579b049', 'request_id': 'req-bf9eb508-17a7-4123-b519-46914320122e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '94fe934c393d4fb9b0aa95a86579b049', 'request_id': 'req-bf9eb508-17a7-4123-b519-46914320122e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '94fe934c393d4fb9b0aa95a86579b049', 'request_id': 'req-bf9eb508-17a7-4123-b519-46914320122e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '94fe934c393d4fb9b0aa95a86579b049', 'request_id': 'req-bf9eb508-17a7-4123-b519-46914320122e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf9eb508-17a7-4123-b519-46914320122e ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '94fe934c393d4fb9b0aa95a86579b049', 'request_id': 'req-bf9eb508-17a7-4123-b519-46914320122e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 579/1162] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:34 2025] DELETE /identity/v3/users/94fe934c393d4fb9b0aa95a86579b049 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bee584a3-5e11-4473-906c-d3ccdd5359be service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] PATH_INFO: `/v3/users/95e165b3124f42f9a6f5218a93ab6bbb` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] RBAC: Authorizing `identity:delete_user(user_id=95e165b3124f42f9a6f5218a93ab6bbb)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '95e165b3124f42f9a6f5218a93ab6bbb', 'request_id': 'req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '95e165b3124f42f9a6f5218a93ab6bbb', 'request_id': 'req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '95e165b3124f42f9a6f5218a93ab6bbb', 'request_id': 'req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '95e165b3124f42f9a6f5218a93ab6bbb', 'request_id': 'req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '95e165b3124f42f9a6f5218a93ab6bbb', 'request_id': 'req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 584/1163] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:35 2025] DELETE /identity/v3/users/95e165b3124f42f9a6f5218a93ab6bbb => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 580/1164] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:35 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9a6f1d13-00c9-4c88-8d45-3f7f93dc71cd ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 585/1165] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:35 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d3994f16-6bd1-40ce-af47-2821715b6139 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] PATH_INFO: `/v3/projects/766419d95dcb463896227c740c4e7592` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=766419d95dcb463896227c740c4e7592)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '766419d95dcb463896227c740c4e7592', 'request_id': 'req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '766419d95dcb463896227c740c4e7592', 'request_id': 'req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '766419d95dcb463896227c740c4e7592', 'request_id': 'req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] The token cache is being invalidate because project 766419d95dcb463896227c740c4e7592 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-b88bfbcb-4de8-4a84-8e55-24785e3c0c99 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 581/1166] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:35 2025] DELETE /identity/v3/projects/766419d95dcb463896227c740c4e7592 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f83b450-4a53-4649-8dea-3c204359361f service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] PATH_INFO: `/v3/projects/f303a8eca3304da893d121c2e41c601a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f303a8eca3304da893d121c2e41c601a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f303a8eca3304da893d121c2e41c601a', 'request_id': 'req-84d65247-1c8f-4adb-9b21-34148803fcb6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f303a8eca3304da893d121c2e41c601a', 'request_id': 'req-84d65247-1c8f-4adb-9b21-34148803fcb6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f303a8eca3304da893d121c2e41c601a', 'request_id': 'req-84d65247-1c8f-4adb-9b21-34148803fcb6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] The token cache is being invalidate because project f303a8eca3304da893d121c2e41c601a was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-84d65247-1c8f-4adb-9b21-34148803fcb6 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 586/1167] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:35 2025] DELETE /identity/v3/projects/f303a8eca3304da893d121c2e41c601a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 582/1168] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 587/1169] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 38 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5bc987c-7905-4b96-b955-b37d87bb3574 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 583/1170] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:37:36 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c716d453-96b4-4f19-9fba-4a43963e9228 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 588/1171] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/projects => generated 364 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2e7c001-0028-4241-a7ed-599d52f4c0ad ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 584/1172] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/users => generated 290 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cb9030c9-6528-4f7c-b648-277eb01c93eb ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 589/1173] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:36 2025] GET /identity/v3/roles => generated 1672 bytes in 27 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c861ec25-f8c0-49ee-ac84-bcb4c9eaf9c3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] PATH_INFO: `/v3/projects/827537ff166440c4928248b33a8e4f18/users/c952f6a5f7f94746b237ee41e3101a4e/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=827537ff166440c4928248b33a8e4f18, user_id=c952f6a5f7f94746b237ee41e3101a4e, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 585/1174] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:36 2025] PUT /identity/v3/projects/827537ff166440c4928248b33a8e4f18/users/c952f6a5f7f94746b237ee41e3101a4e/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cb034904-9e74-4bda-b633-c1ebe87dab99 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbd6a404-f487-4bea-82bf-b11a2edde5b4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbd6a404-f487-4bea-82bf-b11a2edde5b4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbd6a404-f487-4bea-82bf-b11a2edde5b4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbd6a404-f487-4bea-82bf-b11a2edde5b4 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbd6a404-f487-4bea-82bf-b11a2edde5b4 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbd6a404-f487-4bea-82bf-b11a2edde5b4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 590/1175] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:36 2025] GET /identity/v3/roles => generated 1672 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef7b38b5-8560-49cc-b7d3-bb868002eaf0 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] PATH_INFO: `/v3/projects/827537ff166440c4928248b33a8e4f18/users/c952f6a5f7f94746b237ee41e3101a4e/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=827537ff166440c4928248b33a8e4f18, user_id=c952f6a5f7f94746b237ee41e3101a4e, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 586/1176] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:36 2025] PUT /identity/v3/projects/827537ff166440c4928248b33a8e4f18/users/c952f6a5f7f94746b237ee41e3101a4e/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] MFA Rules not processed for user `c952f6a5f7f94746b237ee41e3101a4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 591/1177] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/auth/tokens => generated 2494 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7615c15-e4ce-4fc7-a50d-55bcbfae3f8c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 587/1178] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/projects => generated 366 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69f632a8-b020-447a-922b-c41afa3e352b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 592/1179] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/users => generated 290 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50552130-53d8-450b-93e3-c3fe07f92ebc ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 588/1180] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:36 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11b57f30-ab44-4add-81eb-a76c2e80f7dc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] PATH_INFO: `/v3/projects/e1077d310229434e9185f87ee4845df2/users/5b33c0351dcd4a93ace81364cde17650/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e1077d310229434e9185f87ee4845df2, user_id=5b33c0351dcd4a93ace81364cde17650, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 593/1181] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:36 2025] PUT /identity/v3/projects/e1077d310229434e9185f87ee4845df2/users/5b33c0351dcd4a93ace81364cde17650/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b38952f4-d450-4ad0-b491-fffd5c9c6b7d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 589/1182] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:36 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-431eb838-2220-47f4-a7a9-c43673462509 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] PATH_INFO: `/v3/projects/e1077d310229434e9185f87ee4845df2/users/5b33c0351dcd4a93ace81364cde17650/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e1077d310229434e9185f87ee4845df2, user_id=5b33c0351dcd4a93ace81364cde17650, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 594/1183] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:36 2025] PUT /identity/v3/projects/e1077d310229434e9185f87ee4845df2/users/5b33c0351dcd4a93ace81364cde17650/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d61d5fe-6ac1-4fe9-983d-1eeac3aa1588 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f704519-9b53-4ea2-bc67-3d6222c83e78 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f704519-9b53-4ea2-bc67-3d6222c83e78 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f704519-9b53-4ea2-bc67-3d6222c83e78 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f704519-9b53-4ea2-bc67-3d6222c83e78 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f704519-9b53-4ea2-bc67-3d6222c83e78 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f704519-9b53-4ea2-bc67-3d6222c83e78 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 590/1184] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:36 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6ea5504-695e-4300-b4be-04ae5c0e9c07 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] PATH_INFO: `/v3/projects/e1077d310229434e9185f87ee4845df2/users/5b33c0351dcd4a93ace81364cde17650/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e1077d310229434e9185f87ee4845df2, user_id=5b33c0351dcd4a93ace81364cde17650, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 595/1185] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:36 2025] PUT /identity/v3/projects/e1077d310229434e9185f87ee4845df2/users/5b33c0351dcd4a93ace81364cde17650/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] MFA Rules not processed for user `5b33c0351dcd4a93ace81364cde17650`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 591/1186] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:36 2025] POST /identity/v3/auth/tokens => generated 2619 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-058864bd-134e-4568-ae1e-82ab3c69669e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 596/1187] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:36 2025] GET /identity/v3/auth/tokens => generated 2619 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab0abd50-b304-4cfe-aed7-60c6538cd5b0 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 592/1188] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:37 2025] GET /identity/v3/auth/tokens => generated 2494 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f433fa78-c157-4cab-961c-537673990560 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] PATH_INFO: `/v3/users/c952f6a5f7f94746b237ee41e3101a4e` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=c952f6a5f7f94746b237ee41e3101a4e)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'c952f6a5f7f94746b237ee41e3101a4e', 'request_id': 'req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'c952f6a5f7f94746b237ee41e3101a4e', 'request_id': 'req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'c952f6a5f7f94746b237ee41e3101a4e', 'request_id': 'req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'c952f6a5f7f94746b237ee41e3101a4e', 'request_id': 'req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'c952f6a5f7f94746b237ee41e3101a4e', 'request_id': 'req-1afb2e92-fd8b-4d4c-95b1-1d43dc7444e4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 597/1189] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:44 2025] DELETE /identity/v3/users/c952f6a5f7f94746b237ee41e3101a4e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b37f269d-49fc-44ed-b495-ca337df1bcbb service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] PATH_INFO: `/v3/users/5b33c0351dcd4a93ace81364cde17650` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] RBAC: Authorizing `identity:delete_user(user_id=5b33c0351dcd4a93ace81364cde17650)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '5b33c0351dcd4a93ace81364cde17650', 'request_id': 'req-e5cd5ae8-0e85-4526-a7ac-21c679857aab'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '5b33c0351dcd4a93ace81364cde17650', 'request_id': 'req-e5cd5ae8-0e85-4526-a7ac-21c679857aab'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '5b33c0351dcd4a93ace81364cde17650', 'request_id': 'req-e5cd5ae8-0e85-4526-a7ac-21c679857aab'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '5b33c0351dcd4a93ace81364cde17650', 'request_id': 'req-e5cd5ae8-0e85-4526-a7ac-21c679857aab'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '5b33c0351dcd4a93ace81364cde17650', 'request_id': 'req-e5cd5ae8-0e85-4526-a7ac-21c679857aab'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 593/1190] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:44 2025] DELETE /identity/v3/users/5b33c0351dcd4a93ace81364cde17650 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 598/1191] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:45 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5cd5ae8-0e85-4526-a7ac-21c679857aab ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 594/1192] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:45 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ceab5bf-a2c6-4f2b-a920-feb1726491f4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] PATH_INFO: `/v3/projects/e1077d310229434e9185f87ee4845df2` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=e1077d310229434e9185f87ee4845df2)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'e1077d310229434e9185f87ee4845df2', 'request_id': 'req-49c2ebaf-b742-4d35-a709-1934a751db42'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'e1077d310229434e9185f87ee4845df2', 'request_id': 'req-49c2ebaf-b742-4d35-a709-1934a751db42'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'e1077d310229434e9185f87ee4845df2', 'request_id': 'req-49c2ebaf-b742-4d35-a709-1934a751db42'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] The token cache is being invalidate because project e1077d310229434e9185f87ee4845df2 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-49c2ebaf-b742-4d35-a709-1934a751db42 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 599/1193] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:45 2025] DELETE /identity/v3/projects/e1077d310229434e9185f87ee4845df2 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1676b296-4406-4011-8ba9-f39c9c22f51b service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] PATH_INFO: `/v3/projects/827537ff166440c4928248b33a8e4f18` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] RBAC: Authorizing `identity:delete_project(project_id=827537ff166440c4928248b33a8e4f18)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '827537ff166440c4928248b33a8e4f18', 'request_id': 'req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '827537ff166440c4928248b33a8e4f18', 'request_id': 'req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '827537ff166440c4928248b33a8e4f18', 'request_id': 'req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] The token cache is being invalidate because project 827537ff166440c4928248b33a8e4f18 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-26887fbd-1e8c-4ddb-a3d7-f93c64672f5c ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 595/1194] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:45 2025] DELETE /identity/v3/projects/827537ff166440c4928248b33a8e4f18 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:45 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 600/1195] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:45 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1504bae4-0df6-4200-9746-02b109314fce None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1504bae4-0df6-4200-9746-02b109314fce None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1504bae4-0df6-4200-9746-02b109314fce None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1504bae4-0df6-4200-9746-02b109314fce None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1504bae4-0df6-4200-9746-02b109314fce None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1504bae4-0df6-4200-9746-02b109314fce None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 596/1196] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25cdc72f-08b4-40bc-b683-9f21d297be77 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 601/1197] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1504bae4-0df6-4200-9746-02b109314fce None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1504bae4-0df6-4200-9746-02b109314fce None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 597/1198] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:46 2025] POST /identity/v3/projects => generated 366 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d2b8eff-d1fa-4166-a646-441d91986eb9 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 602/1199] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:46 2025] POST /identity/v3/users => generated 291 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84003615-7752-4bff-a570-8a26d8aeb7d0 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 598/1200] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ec8a46b-6a97-4c61-8307-fb50178dd7b5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] PATH_INFO: `/v3/projects/73811c9fe8d646298c97f1a6e92131f3/users/65cc2a8d3019477cb316e1c3429ce536/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=73811c9fe8d646298c97f1a6e92131f3, user_id=65cc2a8d3019477cb316e1c3429ce536, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 603/1201] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:46 2025] PUT /identity/v3/projects/73811c9fe8d646298c97f1a6e92131f3/users/65cc2a8d3019477cb316e1c3429ce536/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66600e95-51d4-493f-97d9-a95e0c314db5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ee904f3-f5cb-47fd-bf92-ac22ec998c88 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ee904f3-f5cb-47fd-bf92-ac22ec998c88 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ee904f3-f5cb-47fd-bf92-ac22ec998c88 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ee904f3-f5cb-47fd-bf92-ac22ec998c88 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ee904f3-f5cb-47fd-bf92-ac22ec998c88 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ee904f3-f5cb-47fd-bf92-ac22ec998c88 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 599/1202] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-37de3515-d02e-4d3b-aacd-ed8c72bce515 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] PATH_INFO: `/v3/projects/73811c9fe8d646298c97f1a6e92131f3/users/65cc2a8d3019477cb316e1c3429ce536/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=73811c9fe8d646298c97f1a6e92131f3, user_id=65cc2a8d3019477cb316e1c3429ce536, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 604/1203] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:46 2025] PUT /identity/v3/projects/73811c9fe8d646298c97f1a6e92131f3/users/65cc2a8d3019477cb316e1c3429ce536/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] MFA Rules not processed for user `65cc2a8d3019477cb316e1c3429ce536`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 600/1204] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:46 2025] POST /identity/v3/auth/tokens => generated 2496 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c55b81-a5ec-42a2-a9f2-c11645698613 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 605/1205] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:46 2025] POST /identity/v3/projects => generated 364 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d0bcf90-a3eb-4d83-8224-781f1a5f2a27 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 601/1206] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:46 2025] POST /identity/v3/users => generated 289 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-455b1522-d276-405a-84b0-ea0aa14f357b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 606/1207] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b54af8b3-5068-491c-9a5d-19eb49e978ed ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] PATH_INFO: `/v3/projects/659e206b58a54e9cbe17e1fbb1060b71/users/6673db6d420849c3bc7ee728a48b2151/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=659e206b58a54e9cbe17e1fbb1060b71, user_id=6673db6d420849c3bc7ee728a48b2151, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 602/1208] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:46 2025] PUT /identity/v3/projects/659e206b58a54e9cbe17e1fbb1060b71/users/6673db6d420849c3bc7ee728a48b2151/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7a0e8c9-ff48-4a74-95f2-c006d8a34a49 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 607/1209] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a121b717-722b-494c-b90b-b0aa470f5c93 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] PATH_INFO: `/v3/projects/659e206b58a54e9cbe17e1fbb1060b71/users/6673db6d420849c3bc7ee728a48b2151/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] RBAC: Authorizing `identity:create_grant(project_id=659e206b58a54e9cbe17e1fbb1060b71, user_id=6673db6d420849c3bc7ee728a48b2151, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 603/1210] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:46 2025] PUT /identity/v3/projects/659e206b58a54e9cbe17e1fbb1060b71/users/6673db6d420849c3bc7ee728a48b2151/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b15035b1-d5be-44f0-b9d0-4c6c3ad8d729 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acd1f6d3-3d2b-4fbf-8e69-8f0571cb741e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd1f6d3-3d2b-4fbf-8e69-8f0571cb741e ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd1f6d3-3d2b-4fbf-8e69-8f0571cb741e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd1f6d3-3d2b-4fbf-8e69-8f0571cb741e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acd1f6d3-3d2b-4fbf-8e69-8f0571cb741e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acd1f6d3-3d2b-4fbf-8e69-8f0571cb741e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 608/1211] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/roles => generated 1672 bytes in 38 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57c635f4-90bb-4572-879f-1a339b089faa ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] PATH_INFO: `/v3/projects/659e206b58a54e9cbe17e1fbb1060b71/users/6673db6d420849c3bc7ee728a48b2151/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=659e206b58a54e9cbe17e1fbb1060b71, user_id=6673db6d420849c3bc7ee728a48b2151, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 604/1212] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:46 2025] PUT /identity/v3/projects/659e206b58a54e9cbe17e1fbb1060b71/users/6673db6d420849c3bc7ee728a48b2151/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] MFA Rules not processed for user `6673db6d420849c3bc7ee728a48b2151`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 609/1213] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:46 2025] POST /identity/v3/auth/tokens => generated 2617 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60c73b04-2587-4204-a5a4-b9d5db96a895 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 605/1214] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/auth/tokens => generated 2617 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bb401fe-6045-4f08-a55e-73384f1909be None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 610/1215] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:46 2025] GET /identity/v3/auth/tokens => generated 2496 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-843002bb-a738-46a9-b534-a36fcd870948 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] PATH_INFO: `/v3/users/65cc2a8d3019477cb316e1c3429ce536` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] RBAC: Authorizing `identity:delete_user(user_id=65cc2a8d3019477cb316e1c3429ce536)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '65cc2a8d3019477cb316e1c3429ce536', 'request_id': 'req-8056d222-d551-4d02-a44f-bfc2ce0909da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '65cc2a8d3019477cb316e1c3429ce536', 'request_id': 'req-8056d222-d551-4d02-a44f-bfc2ce0909da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '65cc2a8d3019477cb316e1c3429ce536', 'request_id': 'req-8056d222-d551-4d02-a44f-bfc2ce0909da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '65cc2a8d3019477cb316e1c3429ce536', 'request_id': 'req-8056d222-d551-4d02-a44f-bfc2ce0909da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8056d222-d551-4d02-a44f-bfc2ce0909da ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '65cc2a8d3019477cb316e1c3429ce536', 'request_id': 'req-8056d222-d551-4d02-a44f-bfc2ce0909da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 606/1216] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:49 2025] DELETE /identity/v3/users/65cc2a8d3019477cb316e1c3429ce536 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fd335d9-1775-4b3b-b84f-ecbfa4b5e54e service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] PATH_INFO: `/v3/users/6673db6d420849c3bc7ee728a48b2151` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=6673db6d420849c3bc7ee728a48b2151)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '6673db6d420849c3bc7ee728a48b2151', 'request_id': 'req-8c42fcee-68a4-4354-952f-c9efcdabd563'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '6673db6d420849c3bc7ee728a48b2151', 'request_id': 'req-8c42fcee-68a4-4354-952f-c9efcdabd563'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '6673db6d420849c3bc7ee728a48b2151', 'request_id': 'req-8c42fcee-68a4-4354-952f-c9efcdabd563'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '6673db6d420849c3bc7ee728a48b2151', 'request_id': 'req-8c42fcee-68a4-4354-952f-c9efcdabd563'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '6673db6d420849c3bc7ee728a48b2151', 'request_id': 'req-8c42fcee-68a4-4354-952f-c9efcdabd563'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 611/1217] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:37:49 2025] DELETE /identity/v3/users/6673db6d420849c3bc7ee728a48b2151 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 607/1218] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:49 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c42fcee-68a4-4354-952f-c9efcdabd563 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 612/1219] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:49 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f6d2b3c-823c-43a8-8a67-639179695c21 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] PATH_INFO: `/v3/projects/659e206b58a54e9cbe17e1fbb1060b71` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=659e206b58a54e9cbe17e1fbb1060b71)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '659e206b58a54e9cbe17e1fbb1060b71', 'request_id': 'req-3816d5d4-970d-4484-927f-9e42a19a58b4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '659e206b58a54e9cbe17e1fbb1060b71', 'request_id': 'req-3816d5d4-970d-4484-927f-9e42a19a58b4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '659e206b58a54e9cbe17e1fbb1060b71', 'request_id': 'req-3816d5d4-970d-4484-927f-9e42a19a58b4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] The token cache is being invalidate because project 659e206b58a54e9cbe17e1fbb1060b71 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3816d5d4-970d-4484-927f-9e42a19a58b4 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 608/1220] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:50 2025] DELETE /identity/v3/projects/659e206b58a54e9cbe17e1fbb1060b71 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc3ee86b-1da7-4437-80c7-bfaf9af94a6d service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] PATH_INFO: `/v3/projects/73811c9fe8d646298c97f1a6e92131f3` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] RBAC: Authorizing `identity:delete_project(project_id=73811c9fe8d646298c97f1a6e92131f3)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '73811c9fe8d646298c97f1a6e92131f3', 'request_id': 'req-b0e553b9-609b-43e1-9e06-34a857252ede'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '73811c9fe8d646298c97f1a6e92131f3', 'request_id': 'req-b0e553b9-609b-43e1-9e06-34a857252ede'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '73811c9fe8d646298c97f1a6e92131f3', 'request_id': 'req-b0e553b9-609b-43e1-9e06-34a857252ede'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] The token cache is being invalidate because project 73811c9fe8d646298c97f1a6e92131f3 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b0e553b9-609b-43e1-9e06-34a857252ede ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 613/1221] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:37:50 2025] DELETE /identity/v3/projects/73811c9fe8d646298c97f1a6e92131f3 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 609/1222] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:50 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 614/1223] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:50 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-408ef186-fec4-49ef-a652-c6a09c34e9cb None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 610/1224] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:37:50 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdcd5c16-6d80-4a21-af01-2eb4df56b59e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 615/1225] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:50 2025] POST /identity/v3/projects => generated 382 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72338e61-6fa9-4316-8fb6-2fb6bcbe65e5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 611/1226] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:50 2025] POST /identity/v3/users => generated 299 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a715df2-a3ad-41e6-adf8-1c09b183f6c2 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 616/1227] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:50 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dccd7f88-fbdc-4e11-9f06-c3aa1727d0b9 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] PATH_INFO: `/v3/projects/4868c605f83149c1addef3bd417f6715/users/91bb516e588f4089b72128d0a0ba24f0/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4868c605f83149c1addef3bd417f6715, user_id=91bb516e588f4089b72128d0a0ba24f0, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 612/1228] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:50 2025] PUT /identity/v3/projects/4868c605f83149c1addef3bd417f6715/users/91bb516e588f4089b72128d0a0ba24f0/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc20f882-e803-4b9f-bcb7-dac19a2dedbf ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4cde0f5-c10f-4fbe-b352-05267f30469b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4cde0f5-c10f-4fbe-b352-05267f30469b ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4cde0f5-c10f-4fbe-b352-05267f30469b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4cde0f5-c10f-4fbe-b352-05267f30469b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4cde0f5-c10f-4fbe-b352-05267f30469b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4cde0f5-c10f-4fbe-b352-05267f30469b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 617/1229] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:50 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17e4c0e-e1a1-4905-ba47-a81bc104e4d3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] PATH_INFO: `/v3/projects/4868c605f83149c1addef3bd417f6715/users/91bb516e588f4089b72128d0a0ba24f0/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4868c605f83149c1addef3bd417f6715, user_id=91bb516e588f4089b72128d0a0ba24f0, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 613/1230] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:50 2025] PUT /identity/v3/projects/4868c605f83149c1addef3bd417f6715/users/91bb516e588f4089b72128d0a0ba24f0/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] MFA Rules not processed for user `91bb516e588f4089b72128d0a0ba24f0`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 618/1231] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:50 2025] POST /identity/v3/auth/tokens => generated 2512 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a4955ed-1fd4-45da-9058-a94c6e15bc19 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 614/1232] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:37:50 2025] POST /identity/v3/projects => generated 382 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7e585d9-4328-4767-8f12-41095bd80d96 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 619/1233] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:37:50 2025] POST /identity/v3/users => generated 298 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75539c3a-fa51-4539-b3ec-464f0f92d5a0 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 615/1234] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:51 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8193f665-4d67-4568-b16d-e7d9139622c1 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] PATH_INFO: `/v3/projects/8973a069bf974e4c951fd121a9458a86/users/527be989854f437d9243f03facbd1410/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8973a069bf974e4c951fd121a9458a86, user_id=527be989854f437d9243f03facbd1410, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 620/1235] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:51 2025] PUT /identity/v3/projects/8973a069bf974e4c951fd121a9458a86/users/527be989854f437d9243f03facbd1410/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9357576b-379d-4100-a1cb-045d241b6926 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 616/1236] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:51 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9886bcd8-090f-4594-9964-b30ce612f0c1 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] PATH_INFO: `/v3/projects/8973a069bf974e4c951fd121a9458a86/users/527be989854f437d9243f03facbd1410/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8973a069bf974e4c951fd121a9458a86, user_id=527be989854f437d9243f03facbd1410, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 621/1237] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:51 2025] PUT /identity/v3/projects/8973a069bf974e4c951fd121a9458a86/users/527be989854f437d9243f03facbd1410/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d5273da-2f90-45ec-8ab7-deba6c4b93b7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4ce01de-f389-46dc-8560-e1b08850bf8d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4ce01de-f389-46dc-8560-e1b08850bf8d ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4ce01de-f389-46dc-8560-e1b08850bf8d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4ce01de-f389-46dc-8560-e1b08850bf8d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4ce01de-f389-46dc-8560-e1b08850bf8d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4ce01de-f389-46dc-8560-e1b08850bf8d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 617/1238] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:37:51 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8431395-a31b-49fb-aa1c-6a3b726746f5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] PATH_INFO: `/v3/projects/8973a069bf974e4c951fd121a9458a86/users/527be989854f437d9243f03facbd1410/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8973a069bf974e4c951fd121a9458a86, user_id=527be989854f437d9243f03facbd1410, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 622/1239] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:37:51 2025] PUT /identity/v3/projects/8973a069bf974e4c951fd121a9458a86/users/527be989854f437d9243f03facbd1410/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] MFA Rules not processed for user `527be989854f437d9243f03facbd1410`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 618/1240] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:37:51 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebd22bb5-ffca-4079-92a8-16d629cf1098 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 623/1241] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:51 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02561f82-25b3-4361-9942-e2cf6ed6d78d None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:37:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 619/1242] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:37:51 2025] GET /identity/v3/auth/tokens => generated 2512 bytes in 68 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=548,keystone:DELETE=51,keystone:INSERT=26,keystone:UPDATE=3 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=596,keystone:DELETE=51,keystone:INSERT=25,keystone:UPDATE=3 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-443ba8b3-ac68-4c5d-ba86-140c9e41802a service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] PATH_INFO: `/v3/users/91bb516e588f4089b72128d0a0ba24f0` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=91bb516e588f4089b72128d0a0ba24f0)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '91bb516e588f4089b72128d0a0ba24f0', 'request_id': 'req-8d0226d0-9ef3-4160-bc76-17349bc6af3f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '91bb516e588f4089b72128d0a0ba24f0', 'request_id': 'req-8d0226d0-9ef3-4160-bc76-17349bc6af3f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '91bb516e588f4089b72128d0a0ba24f0', 'request_id': 'req-8d0226d0-9ef3-4160-bc76-17349bc6af3f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '91bb516e588f4089b72128d0a0ba24f0', 'request_id': 'req-8d0226d0-9ef3-4160-bc76-17349bc6af3f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0226d0-9ef3-4160-bc76-17349bc6af3f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '91bb516e588f4089b72128d0a0ba24f0', 'request_id': 'req-8d0226d0-9ef3-4160-bc76-17349bc6af3f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 624/1243] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:01 2025] DELETE /identity/v3/users/91bb516e588f4089b72128d0a0ba24f0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6112d8c5-11ee-4f8a-8936-e321b69a3338 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] PATH_INFO: `/v3/users/527be989854f437d9243f03facbd1410` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] RBAC: Authorizing `identity:delete_user(user_id=527be989854f437d9243f03facbd1410)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '527be989854f437d9243f03facbd1410', 'request_id': 'req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '527be989854f437d9243f03facbd1410', 'request_id': 'req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '527be989854f437d9243f03facbd1410', 'request_id': 'req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '527be989854f437d9243f03facbd1410', 'request_id': 'req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '527be989854f437d9243f03facbd1410', 'request_id': 'req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 620/1244] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:01 2025] DELETE /identity/v3/users/527be989854f437d9243f03facbd1410 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 625/1245] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 45 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1446c26-64e5-436b-88b9-5a16b3ad9e7e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 621/1246] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:02 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e30743b2-86ce-4181-8c92-39acbfa633f2 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] PATH_INFO: `/v3/projects/4868c605f83149c1addef3bd417f6715` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] RBAC: Authorizing `identity:delete_project(project_id=4868c605f83149c1addef3bd417f6715)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '4868c605f83149c1addef3bd417f6715', 'request_id': 'req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '4868c605f83149c1addef3bd417f6715', 'request_id': 'req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '4868c605f83149c1addef3bd417f6715', 'request_id': 'req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] The token cache is being invalidate because project 4868c605f83149c1addef3bd417f6715 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ffb7fde8-3e8c-40a8-b497-9f5e09c8633f ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 626/1247] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:02 2025] DELETE /identity/v3/projects/4868c605f83149c1addef3bd417f6715 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af76316d-be2b-43f8-94ba-e570455c6aa4 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] PATH_INFO: `/v3/projects/8973a069bf974e4c951fd121a9458a86` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8973a069bf974e4c951fd121a9458a86)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8973a069bf974e4c951fd121a9458a86', 'request_id': 'req-70785915-7725-40d7-8dcf-efb7f0c49f01'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8973a069bf974e4c951fd121a9458a86', 'request_id': 'req-70785915-7725-40d7-8dcf-efb7f0c49f01'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8973a069bf974e4c951fd121a9458a86', 'request_id': 'req-70785915-7725-40d7-8dcf-efb7f0c49f01'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] The token cache is being invalidate because project 8973a069bf974e4c951fd121a9458a86 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-70785915-7725-40d7-8dcf-efb7f0c49f01 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 622/1248] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:02 2025] DELETE /identity/v3/projects/8973a069bf974e4c951fd121a9458a86 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 627/1249] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 623/1250] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14a23b5d-cea9-44a9-a8dd-acbc33c0d562 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 628/1251] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:02 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7488850-e0fc-4cff-9457-093e7a8fd91d None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 624/1252] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:03 2025] POST /identity/v3/projects => generated 370 bytes in 22 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5f83780-e661-41d7-965d-801d98f02fd5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 629/1253] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:03 2025] POST /identity/v3/users => generated 293 bytes in 43 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed3a8e0e-c2c7-4a76-b311-ff37f0d5d69d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 625/1254] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:03 2025] GET /identity/v3/roles => generated 1672 bytes in 13 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-602891d5-651c-4c03-ad39-f3500c28602c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] PATH_INFO: `/v3/projects/0dd6aed1b10f4621865be347267c19d8/users/0d5e3bdf54f04ddaa1b1180e4e3f963c/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0dd6aed1b10f4621865be347267c19d8, user_id=0d5e3bdf54f04ddaa1b1180e4e3f963c, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 630/1255] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:03 2025] PUT /identity/v3/projects/0dd6aed1b10f4621865be347267c19d8/users/0d5e3bdf54f04ddaa1b1180e4e3f963c/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc551b69-2c25-4318-bfc6-2ff65a94a78c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79dbad7a-02b2-4e72-9b8a-524a8fee6591 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79dbad7a-02b2-4e72-9b8a-524a8fee6591 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79dbad7a-02b2-4e72-9b8a-524a8fee6591 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79dbad7a-02b2-4e72-9b8a-524a8fee6591 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79dbad7a-02b2-4e72-9b8a-524a8fee6591 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79dbad7a-02b2-4e72-9b8a-524a8fee6591 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 626/1256] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:03 2025] GET /identity/v3/roles => generated 1672 bytes in 39 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24be1def-598a-49cd-95af-ed0af69886db ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] PATH_INFO: `/v3/projects/0dd6aed1b10f4621865be347267c19d8/users/0d5e3bdf54f04ddaa1b1180e4e3f963c/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0dd6aed1b10f4621865be347267c19d8, user_id=0d5e3bdf54f04ddaa1b1180e4e3f963c, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 631/1257] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:03 2025] PUT /identity/v3/projects/0dd6aed1b10f4621865be347267c19d8/users/0d5e3bdf54f04ddaa1b1180e4e3f963c/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 12 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] MFA Rules not processed for user `0d5e3bdf54f04ddaa1b1180e4e3f963c`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 627/1258] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:03 2025] POST /identity/v3/auth/tokens => generated 2500 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df5f0197-8f66-42d8-b6f1-556a9deaca6b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 632/1259] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:03 2025] POST /identity/v3/projects => generated 370 bytes in 46 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99ae5e57-9962-460c-b1e8-bfa6f4a3868b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 628/1260] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:03 2025] POST /identity/v3/users => generated 292 bytes in 45 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a5a7445-78d3-4e72-a31b-a256c1de8090 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 633/1261] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:03 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc0c69e6-673e-4693-bbb1-7cd985f52c37 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] PATH_INFO: `/v3/projects/0a6c410fa14b4123b8249361fc3fc236/users/7495bc80ef074348923bf2cf7068ef81/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0a6c410fa14b4123b8249361fc3fc236, user_id=7495bc80ef074348923bf2cf7068ef81, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 629/1262] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:03 2025] PUT /identity/v3/projects/0a6c410fa14b4123b8249361fc3fc236/users/7495bc80ef074348923bf2cf7068ef81/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24136366-81de-4c7a-b954-f3ce6df6b604 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 634/1263] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:03 2025] GET /identity/v3/roles => generated 1672 bytes in 38 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5629e43b-f0e8-4fb7-9e03-45b592c8c5c7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] PATH_INFO: `/v3/projects/0a6c410fa14b4123b8249361fc3fc236/users/7495bc80ef074348923bf2cf7068ef81/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0a6c410fa14b4123b8249361fc3fc236, user_id=7495bc80ef074348923bf2cf7068ef81, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 630/1264] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:03 2025] PUT /identity/v3/projects/0a6c410fa14b4123b8249361fc3fc236/users/7495bc80ef074348923bf2cf7068ef81/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b23d609b-03cc-4957-8a0d-23a2e5bc65b9 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c8bbcd4-bb9d-4d2d-86f6-760d88ae0b69 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8bbcd4-bb9d-4d2d-86f6-760d88ae0b69 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8bbcd4-bb9d-4d2d-86f6-760d88ae0b69 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8bbcd4-bb9d-4d2d-86f6-760d88ae0b69 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c8bbcd4-bb9d-4d2d-86f6-760d88ae0b69 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c8bbcd4-bb9d-4d2d-86f6-760d88ae0b69 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 635/1265] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:03 2025] GET /identity/v3/roles => generated 1672 bytes in 38 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8befa036-aecf-4c46-a436-77396ffafb03 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] PATH_INFO: `/v3/projects/0a6c410fa14b4123b8249361fc3fc236/users/7495bc80ef074348923bf2cf7068ef81/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0a6c410fa14b4123b8249361fc3fc236, user_id=7495bc80ef074348923bf2cf7068ef81, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 631/1266] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:03 2025] PUT /identity/v3/projects/0a6c410fa14b4123b8249361fc3fc236/users/7495bc80ef074348923bf2cf7068ef81/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] MFA Rules not processed for user `7495bc80ef074348923bf2cf7068ef81`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 636/1267] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:03 2025] POST /identity/v3/auth/tokens => generated 2623 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76a7e035-0204-49fb-97fb-9550e6ddd5f4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:03 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 632/1268] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:03 2025] GET /identity/v3/auth/tokens => generated 2623 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25ee6e89-d4b7-478f-a20c-4fbad0a5a12b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] PATH_INFO: `/v3/users/0d5e3bdf54f04ddaa1b1180e4e3f963c` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0d5e3bdf54f04ddaa1b1180e4e3f963c)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0d5e3bdf54f04ddaa1b1180e4e3f963c', 'request_id': 'req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0d5e3bdf54f04ddaa1b1180e4e3f963c', 'request_id': 'req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0d5e3bdf54f04ddaa1b1180e4e3f963c', 'request_id': 'req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0d5e3bdf54f04ddaa1b1180e4e3f963c', 'request_id': 'req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0d5e3bdf54f04ddaa1b1180e4e3f963c', 'request_id': 'req-adfb48cc-f2a5-434e-b8f8-75609d05a1bd'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 637/1269] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:04 2025] DELETE /identity/v3/users/0d5e3bdf54f04ddaa1b1180e4e3f963c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee3eaab2-8b9d-454d-b42b-8122d13239e1 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] PATH_INFO: `/v3/users/7495bc80ef074348923bf2cf7068ef81` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=7495bc80ef074348923bf2cf7068ef81)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '7495bc80ef074348923bf2cf7068ef81', 'request_id': 'req-c78981aa-6fc7-4fad-8b68-723a65353e42'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '7495bc80ef074348923bf2cf7068ef81', 'request_id': 'req-c78981aa-6fc7-4fad-8b68-723a65353e42'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '7495bc80ef074348923bf2cf7068ef81', 'request_id': 'req-c78981aa-6fc7-4fad-8b68-723a65353e42'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '7495bc80ef074348923bf2cf7068ef81', 'request_id': 'req-c78981aa-6fc7-4fad-8b68-723a65353e42'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '7495bc80ef074348923bf2cf7068ef81', 'request_id': 'req-c78981aa-6fc7-4fad-8b68-723a65353e42'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 633/1270] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:04 2025] DELETE /identity/v3/users/7495bc80ef074348923bf2cf7068ef81 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 638/1271] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c78981aa-6fc7-4fad-8b68-723a65353e42 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:04 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 634/1272] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:04 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa66bbc7-3207-4b6e-ae0a-bf416be1cd1f None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] PATH_INFO: `/v3/projects/0dd6aed1b10f4621865be347267c19d8` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0dd6aed1b10f4621865be347267c19d8)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0dd6aed1b10f4621865be347267c19d8', 'request_id': 'req-592e0cee-106a-44f0-97b4-36db9c94afff'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0dd6aed1b10f4621865be347267c19d8', 'request_id': 'req-592e0cee-106a-44f0-97b4-36db9c94afff'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0dd6aed1b10f4621865be347267c19d8', 'request_id': 'req-592e0cee-106a-44f0-97b4-36db9c94afff'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] The token cache is being invalidate because project 0dd6aed1b10f4621865be347267c19d8 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-592e0cee-106a-44f0-97b4-36db9c94afff ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 639/1273] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:05 2025] DELETE /identity/v3/projects/0dd6aed1b10f4621865be347267c19d8 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d137903-d53d-45d2-9930-ee8f41e8ad0c service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] PATH_INFO: `/v3/projects/0a6c410fa14b4123b8249361fc3fc236` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0a6c410fa14b4123b8249361fc3fc236)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0a6c410fa14b4123b8249361fc3fc236', 'request_id': 'req-303572ac-f6b4-4d4c-b9e2-9a220c909712'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0a6c410fa14b4123b8249361fc3fc236', 'request_id': 'req-303572ac-f6b4-4d4c-b9e2-9a220c909712'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0a6c410fa14b4123b8249361fc3fc236', 'request_id': 'req-303572ac-f6b4-4d4c-b9e2-9a220c909712'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] The token cache is being invalidate because project 0a6c410fa14b4123b8249361fc3fc236 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-303572ac-f6b4-4d4c-b9e2-9a220c909712 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 635/1274] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:05 2025] DELETE /identity/v3/projects/0a6c410fa14b4123b8249361fc3fc236 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 640/1275] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 636/1276] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f19d6c8-46ea-412b-9c4c-7d06fa14a4fc None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 641/1277] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:05 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd020dae-08f9-4b4f-9d41-2d8e28514e3a None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 637/1278] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:05 2025] POST /identity/v3/projects => generated 378 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ed2bdf-3c04-4db4-ac78-83e18b89dd8f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 642/1279] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:05 2025] POST /identity/v3/users => generated 297 bytes in 46 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fada02e-dae7-430f-a5a3-a882dd8915cc ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 638/1280] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:05 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-797738cc-a25e-4a84-94ea-f854ea006b5a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] PATH_INFO: `/v3/projects/078fc3e4244047e798019a2d6a8b8e43/users/acb0e4f70b79421bbc8fc23bea8bbdeb/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=078fc3e4244047e798019a2d6a8b8e43, user_id=acb0e4f70b79421bbc8fc23bea8bbdeb, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 643/1281] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:05 2025] PUT /identity/v3/projects/078fc3e4244047e798019a2d6a8b8e43/users/acb0e4f70b79421bbc8fc23bea8bbdeb/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d31f1192-84cb-4788-9f80-b4cb57b0c121 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-687a3df8-f9c0-46a1-820d-b5cac725c647 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-687a3df8-f9c0-46a1-820d-b5cac725c647 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-687a3df8-f9c0-46a1-820d-b5cac725c647 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-687a3df8-f9c0-46a1-820d-b5cac725c647 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-687a3df8-f9c0-46a1-820d-b5cac725c647 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-687a3df8-f9c0-46a1-820d-b5cac725c647 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 639/1282] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:05 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5862a05-2658-45b4-af6d-9cfe25790860 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] PATH_INFO: `/v3/projects/078fc3e4244047e798019a2d6a8b8e43/users/acb0e4f70b79421bbc8fc23bea8bbdeb/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=078fc3e4244047e798019a2d6a8b8e43, user_id=acb0e4f70b79421bbc8fc23bea8bbdeb, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 644/1283] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:05 2025] PUT /identity/v3/projects/078fc3e4244047e798019a2d6a8b8e43/users/acb0e4f70b79421bbc8fc23bea8bbdeb/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:05 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] MFA Rules not processed for user `acb0e4f70b79421bbc8fc23bea8bbdeb`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 640/1284] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:05 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9190d991-fcec-4849-b543-1c1afd3dbe79 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 645/1285] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:06 2025] POST /identity/v3/projects => generated 376 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bcc6582-de9f-4aa2-87d7-aedb298966fc None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 641/1286] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:06 2025] POST /identity/v3/users => generated 295 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02f570b8-4e16-46ba-801a-759ac6a8d1e5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 646/1287] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:06 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22521b0f-bc9a-4033-a6c4-07f0da12c356 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] PATH_INFO: `/v3/projects/d9c6b3637490447ab378b78b90811838/users/f017beb7fc0f4074bc1d488e7d4ed127/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d9c6b3637490447ab378b78b90811838, user_id=f017beb7fc0f4074bc1d488e7d4ed127, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 642/1288] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:06 2025] PUT /identity/v3/projects/d9c6b3637490447ab378b78b90811838/users/f017beb7fc0f4074bc1d488e7d4ed127/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-664761a8-c5b3-4a9f-b03c-bd0e7686b2dc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 647/1289] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:06 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3cf0e5e-f355-410b-889a-cf47ca54340a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] PATH_INFO: `/v3/projects/d9c6b3637490447ab378b78b90811838/users/f017beb7fc0f4074bc1d488e7d4ed127/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d9c6b3637490447ab378b78b90811838, user_id=f017beb7fc0f4074bc1d488e7d4ed127, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 643/1290] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:06 2025] PUT /identity/v3/projects/d9c6b3637490447ab378b78b90811838/users/f017beb7fc0f4074bc1d488e7d4ed127/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1681487e-85e8-4185-90e3-898e66f6ffe5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-839828f3-be75-4771-907f-6134252085ed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-839828f3-be75-4771-907f-6134252085ed ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-839828f3-be75-4771-907f-6134252085ed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-839828f3-be75-4771-907f-6134252085ed ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-839828f3-be75-4771-907f-6134252085ed ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-839828f3-be75-4771-907f-6134252085ed ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 648/1291] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:06 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2a1349d-a1cc-40c3-83b7-120fcb06c5a4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] PATH_INFO: `/v3/projects/d9c6b3637490447ab378b78b90811838/users/f017beb7fc0f4074bc1d488e7d4ed127/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d9c6b3637490447ab378b78b90811838, user_id=f017beb7fc0f4074bc1d488e7d4ed127, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 644/1292] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:06 2025] PUT /identity/v3/projects/d9c6b3637490447ab378b78b90811838/users/f017beb7fc0f4074bc1d488e7d4ed127/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47815269-678c-4393-9f26-927fd63a0073 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47815269-678c-4393-9f26-927fd63a0073 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47815269-678c-4393-9f26-927fd63a0073 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-47815269-678c-4393-9f26-927fd63a0073 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-47815269-678c-4393-9f26-927fd63a0073 None None] MFA Rules not processed for user `f017beb7fc0f4074bc1d488e7d4ed127`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-47815269-678c-4393-9f26-927fd63a0073 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 649/1293] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:06 2025] POST /identity/v3/auth/tokens => generated 2629 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09269d30-07bf-48a6-8cce-70d099121646 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 645/1294] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:06 2025] GET /identity/v3/auth/tokens => generated 2508 bytes in 73 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47815269-678c-4393-9f26-927fd63a0073 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47815269-678c-4393-9f26-927fd63a0073 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 650/1295] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:08 2025] GET /identity/v3/auth/tokens => generated 2629 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:16 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=347,keystone:DELETE=34,keystone:INSERT=18,keystone:UPDATE=2 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:18 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=395,keystone:DELETE=34,keystone:INSERT=16,keystone:UPDATE=2 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b3d4548-d183-4bd8-a2ae-4538895baa97 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] PATH_INFO: `/v3/users/acb0e4f70b79421bbc8fc23bea8bbdeb` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=acb0e4f70b79421bbc8fc23bea8bbdeb)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'acb0e4f70b79421bbc8fc23bea8bbdeb', 'request_id': 'req-fc3181ac-aac4-4460-9b33-64a31022f323'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'acb0e4f70b79421bbc8fc23bea8bbdeb', 'request_id': 'req-fc3181ac-aac4-4460-9b33-64a31022f323'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'acb0e4f70b79421bbc8fc23bea8bbdeb', 'request_id': 'req-fc3181ac-aac4-4460-9b33-64a31022f323'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'acb0e4f70b79421bbc8fc23bea8bbdeb', 'request_id': 'req-fc3181ac-aac4-4460-9b33-64a31022f323'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3181ac-aac4-4460-9b33-64a31022f323 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'acb0e4f70b79421bbc8fc23bea8bbdeb', 'request_id': 'req-fc3181ac-aac4-4460-9b33-64a31022f323'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 646/1296] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:20 2025] DELETE /identity/v3/users/acb0e4f70b79421bbc8fc23bea8bbdeb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4fc30f9-e95f-440d-8f12-42322214c903 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] PATH_INFO: `/v3/users/f017beb7fc0f4074bc1d488e7d4ed127` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=f017beb7fc0f4074bc1d488e7d4ed127)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'f017beb7fc0f4074bc1d488e7d4ed127', 'request_id': 'req-b1bf70a1-de2e-465a-a939-1e6b21f27502'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'f017beb7fc0f4074bc1d488e7d4ed127', 'request_id': 'req-b1bf70a1-de2e-465a-a939-1e6b21f27502'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'f017beb7fc0f4074bc1d488e7d4ed127', 'request_id': 'req-b1bf70a1-de2e-465a-a939-1e6b21f27502'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'f017beb7fc0f4074bc1d488e7d4ed127', 'request_id': 'req-b1bf70a1-de2e-465a-a939-1e6b21f27502'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'f017beb7fc0f4074bc1d488e7d4ed127', 'request_id': 'req-b1bf70a1-de2e-465a-a939-1e6b21f27502'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 651/1297] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:20 2025] DELETE /identity/v3/users/f017beb7fc0f4074bc1d488e7d4ed127 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 647/1298] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:21 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1bf70a1-de2e-465a-a939-1e6b21f27502 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 652/1299] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:21 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82fcc0f5-e23d-48e5-8f93-34efd36a4168 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] PATH_INFO: `/v3/projects/078fc3e4244047e798019a2d6a8b8e43` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] RBAC: Authorizing `identity:delete_project(project_id=078fc3e4244047e798019a2d6a8b8e43)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '078fc3e4244047e798019a2d6a8b8e43', 'request_id': 'req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '078fc3e4244047e798019a2d6a8b8e43', 'request_id': 'req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '078fc3e4244047e798019a2d6a8b8e43', 'request_id': 'req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] The token cache is being invalidate because project 078fc3e4244047e798019a2d6a8b8e43 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-79bf45f9-c730-4a73-a3c2-1e2eb4c5b0ae ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 648/1300] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:21 2025] DELETE /identity/v3/projects/078fc3e4244047e798019a2d6a8b8e43 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0747040-6e66-48b3-bdda-d23e95d00a3d service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] PATH_INFO: `/v3/projects/d9c6b3637490447ab378b78b90811838` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] RBAC: Authorizing `identity:delete_project(project_id=d9c6b3637490447ab378b78b90811838)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'd9c6b3637490447ab378b78b90811838', 'request_id': 'req-1f62e856-f29b-406f-85b1-4c3a29ad910b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'd9c6b3637490447ab378b78b90811838', 'request_id': 'req-1f62e856-f29b-406f-85b1-4c3a29ad910b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'd9c6b3637490447ab378b78b90811838', 'request_id': 'req-1f62e856-f29b-406f-85b1-4c3a29ad910b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] The token cache is being invalidate because project d9c6b3637490447ab378b78b90811838 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1f62e856-f29b-406f-85b1-4c3a29ad910b ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 653/1301] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:21 2025] DELETE /identity/v3/projects/d9c6b3637490447ab378b78b90811838 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 649/1302] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 654/1303] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c75e0d30-3c84-4478-bc8d-e62f1bf559b8 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 650/1304] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdc750e7-5429-4696-9242-f246580492a5 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 655/1305] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/projects => generated 370 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc7e192a-8856-4ef8-b1de-9c68b2a55db6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 651/1306] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/users => generated 293 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-001b7a52-ec05-478c-9e27-a9df2990df0c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 656/1307] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd5db320-a043-4421-9ff8-6059a21d26a8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] PATH_INFO: `/v3/projects/7ffb718711dd4f7a8e0b4c130f75761b/users/4ca2af30c03f4f5aa9498bdd09a340a5/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7ffb718711dd4f7a8e0b4c130f75761b, user_id=4ca2af30c03f4f5aa9498bdd09a340a5, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 652/1308] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:22 2025] PUT /identity/v3/projects/7ffb718711dd4f7a8e0b4c130f75761b/users/4ca2af30c03f4f5aa9498bdd09a340a5/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04291f6e-33b2-4ccc-8226-4fa5b5874d32 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5eef000-8ed4-4ac3-ab68-2caa34d07c14 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5eef000-8ed4-4ac3-ab68-2caa34d07c14 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5eef000-8ed4-4ac3-ab68-2caa34d07c14 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5eef000-8ed4-4ac3-ab68-2caa34d07c14 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5eef000-8ed4-4ac3-ab68-2caa34d07c14 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5eef000-8ed4-4ac3-ab68-2caa34d07c14 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 657/1309] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/roles => generated 1672 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7479ff69-0d53-4737-a04d-b3acba201a65 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] PATH_INFO: `/v3/projects/7ffb718711dd4f7a8e0b4c130f75761b/users/4ca2af30c03f4f5aa9498bdd09a340a5/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7ffb718711dd4f7a8e0b4c130f75761b, user_id=4ca2af30c03f4f5aa9498bdd09a340a5, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 653/1310] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:22 2025] PUT /identity/v3/projects/7ffb718711dd4f7a8e0b4c130f75761b/users/4ca2af30c03f4f5aa9498bdd09a340a5/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 13 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] MFA Rules not processed for user `4ca2af30c03f4f5aa9498bdd09a340a5`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 658/1311] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/auth/tokens => generated 2500 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29046a4f-662a-4f77-962a-09bd4b31ca92 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 654/1312] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/projects => generated 368 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50a00304-e9b9-4db2-9d68-20a25a64e761 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 659/1313] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/users => generated 291 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78daf160-8a88-4bfc-98a4-94e798f0e8f7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 655/1314] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10166962-98bf-4c9b-9e91-dae17db2ec93 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] PATH_INFO: `/v3/projects/30f344ef9f7b4971866d2391b1380d47/users/737e8942f56c415cb4829189bcb905b8/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=30f344ef9f7b4971866d2391b1380d47, user_id=737e8942f56c415cb4829189bcb905b8, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 660/1315] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:22 2025] PUT /identity/v3/projects/30f344ef9f7b4971866d2391b1380d47/users/737e8942f56c415cb4829189bcb905b8/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-600b0df1-62cd-4d10-a612-27d1fc79d306 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 656/1316] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff05d90e-494e-439a-8165-13bc001d7440 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] PATH_INFO: `/v3/projects/30f344ef9f7b4971866d2391b1380d47/users/737e8942f56c415cb4829189bcb905b8/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] RBAC: Authorizing `identity:create_grant(project_id=30f344ef9f7b4971866d2391b1380d47, user_id=737e8942f56c415cb4829189bcb905b8, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 661/1317] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:22 2025] PUT /identity/v3/projects/30f344ef9f7b4971866d2391b1380d47/users/737e8942f56c415cb4829189bcb905b8/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8141e1c3-467a-4740-9b7d-cf4e9783730d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f06c78d1-0481-4651-866e-63d7720c2fdc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f06c78d1-0481-4651-866e-63d7720c2fdc ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f06c78d1-0481-4651-866e-63d7720c2fdc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f06c78d1-0481-4651-866e-63d7720c2fdc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f06c78d1-0481-4651-866e-63d7720c2fdc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f06c78d1-0481-4651-866e-63d7720c2fdc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 657/1318] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/roles => generated 1672 bytes in 38 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21bbc2b5-8951-43f3-9da5-a4524bbd27ae ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] PATH_INFO: `/v3/projects/30f344ef9f7b4971866d2391b1380d47/users/737e8942f56c415cb4829189bcb905b8/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=30f344ef9f7b4971866d2391b1380d47, user_id=737e8942f56c415cb4829189bcb905b8, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 662/1319] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:22 2025] PUT /identity/v3/projects/30f344ef9f7b4971866d2391b1380d47/users/737e8942f56c415cb4829189bcb905b8/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] MFA Rules not processed for user `737e8942f56c415cb4829189bcb905b8`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 658/1320] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:22 2025] POST /identity/v3/auth/tokens => generated 2621 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d47fb11c-cf3a-463d-ab5c-00f7511b8f89 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 663/1321] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/auth/tokens => generated 2621 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4f07e91-d69c-47b2-910e-ba8c0352745b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 659/1322] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:22 2025] GET /identity/v3/auth/tokens => generated 2500 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5fcfc23-5784-405d-b5ad-f2fd5f526c38 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] PATH_INFO: `/v3/users/4ca2af30c03f4f5aa9498bdd09a340a5` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=4ca2af30c03f4f5aa9498bdd09a340a5)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '4ca2af30c03f4f5aa9498bdd09a340a5', 'request_id': 'req-490cffca-e7dd-49d9-850e-723e7719c3d2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '4ca2af30c03f4f5aa9498bdd09a340a5', 'request_id': 'req-490cffca-e7dd-49d9-850e-723e7719c3d2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '4ca2af30c03f4f5aa9498bdd09a340a5', 'request_id': 'req-490cffca-e7dd-49d9-850e-723e7719c3d2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '4ca2af30c03f4f5aa9498bdd09a340a5', 'request_id': 'req-490cffca-e7dd-49d9-850e-723e7719c3d2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-490cffca-e7dd-49d9-850e-723e7719c3d2 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '4ca2af30c03f4f5aa9498bdd09a340a5', 'request_id': 'req-490cffca-e7dd-49d9-850e-723e7719c3d2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 664/1323] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:25 2025] DELETE /identity/v3/users/4ca2af30c03f4f5aa9498bdd09a340a5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bee11bcc-8a35-40b1-b4a4-54d0e5ed12a4 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] PATH_INFO: `/v3/users/737e8942f56c415cb4829189bcb905b8` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] RBAC: Authorizing `identity:delete_user(user_id=737e8942f56c415cb4829189bcb905b8)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '737e8942f56c415cb4829189bcb905b8', 'request_id': 'req-bc738e18-732e-447f-9dd9-778a8b6790bd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '737e8942f56c415cb4829189bcb905b8', 'request_id': 'req-bc738e18-732e-447f-9dd9-778a8b6790bd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '737e8942f56c415cb4829189bcb905b8', 'request_id': 'req-bc738e18-732e-447f-9dd9-778a8b6790bd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '737e8942f56c415cb4829189bcb905b8', 'request_id': 'req-bc738e18-732e-447f-9dd9-778a8b6790bd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '737e8942f56c415cb4829189bcb905b8', 'request_id': 'req-bc738e18-732e-447f-9dd9-778a8b6790bd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 660/1324] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:25 2025] DELETE /identity/v3/users/737e8942f56c415cb4829189bcb905b8 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 665/1325] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:26 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc738e18-732e-447f-9dd9-778a8b6790bd ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 661/1326] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:26 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c48121-3523-4d14-8f0e-93255b98fb9b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] PATH_INFO: `/v3/projects/30f344ef9f7b4971866d2391b1380d47` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=30f344ef9f7b4971866d2391b1380d47)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '30f344ef9f7b4971866d2391b1380d47', 'request_id': 'req-61a9634b-794b-461b-9627-4c81c2f39b28'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '30f344ef9f7b4971866d2391b1380d47', 'request_id': 'req-61a9634b-794b-461b-9627-4c81c2f39b28'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '30f344ef9f7b4971866d2391b1380d47', 'request_id': 'req-61a9634b-794b-461b-9627-4c81c2f39b28'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] The token cache is being invalidate because project 30f344ef9f7b4971866d2391b1380d47 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-61a9634b-794b-461b-9627-4c81c2f39b28 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 666/1327] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:26 2025] DELETE /identity/v3/projects/30f344ef9f7b4971866d2391b1380d47 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8f1e555-9638-4d0a-9530-485ca7a565bc service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] PATH_INFO: `/v3/projects/7ffb718711dd4f7a8e0b4c130f75761b` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=7ffb718711dd4f7a8e0b4c130f75761b)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '7ffb718711dd4f7a8e0b4c130f75761b', 'request_id': 'req-92afa1a5-214a-4242-bc1c-fc16ecbfd758'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '7ffb718711dd4f7a8e0b4c130f75761b', 'request_id': 'req-92afa1a5-214a-4242-bc1c-fc16ecbfd758'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '7ffb718711dd4f7a8e0b4c130f75761b', 'request_id': 'req-92afa1a5-214a-4242-bc1c-fc16ecbfd758'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] The token cache is being invalidate because project 7ffb718711dd4f7a8e0b4c130f75761b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-92afa1a5-214a-4242-bc1c-fc16ecbfd758 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 662/1328] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:26 2025] DELETE /identity/v3/projects/7ffb718711dd4f7a8e0b4c130f75761b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:26 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 667/1329] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:26 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 663/1330] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:27 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2254e0a9-6158-488d-a6a2-f1c91e15d3d2 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 668/1331] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:27 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09decd2e-e970-4e5c-8e85-9fafc425df81 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 664/1332] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:27 2025] POST /identity/v3/projects => generated 388 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c6a9cc5-20cd-4768-9a92-ad0b254cc54f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 669/1333] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:27 2025] POST /identity/v3/users => generated 302 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-084fd480-3688-4d6d-8ac0-a5f9945b1dda ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 665/1334] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:27 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb4a2708-f304-4476-aba2-877eeb9f3db7 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] PATH_INFO: `/v3/projects/6be379bf939543e79a9968b36c2d03d0/users/5794f0cfbc7b4cd79882715f671e0d0d/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6be379bf939543e79a9968b36c2d03d0, user_id=5794f0cfbc7b4cd79882715f671e0d0d, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 670/1335] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:27 2025] PUT /identity/v3/projects/6be379bf939543e79a9968b36c2d03d0/users/5794f0cfbc7b4cd79882715f671e0d0d/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d12b56b8-f3ca-4c6c-b3b3-f59bf753c1f6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72fa0a99-d330-4e01-a6e4-6b1709e0e37f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72fa0a99-d330-4e01-a6e4-6b1709e0e37f ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72fa0a99-d330-4e01-a6e4-6b1709e0e37f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72fa0a99-d330-4e01-a6e4-6b1709e0e37f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72fa0a99-d330-4e01-a6e4-6b1709e0e37f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72fa0a99-d330-4e01-a6e4-6b1709e0e37f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 666/1336] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:27 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2016516-f503-493b-8b42-7bed4c4b6b15 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] PATH_INFO: `/v3/projects/6be379bf939543e79a9968b36c2d03d0/users/5794f0cfbc7b4cd79882715f671e0d0d/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6be379bf939543e79a9968b36c2d03d0, user_id=5794f0cfbc7b4cd79882715f671e0d0d, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 671/1337] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:27 2025] PUT /identity/v3/projects/6be379bf939543e79a9968b36c2d03d0/users/5794f0cfbc7b4cd79882715f671e0d0d/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] MFA Rules not processed for user `5794f0cfbc7b4cd79882715f671e0d0d`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 667/1338] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:27 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5144a1f-4ec5-43bd-9607-a7eadf067d65 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 672/1339] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:27 2025] POST /identity/v3/projects => generated 386 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1acd63c8-2723-4be5-9ac9-95eacfc56dda None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 668/1340] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:27 2025] POST /identity/v3/users => generated 300 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf9eb47-72e9-4c2e-976b-80f27397189c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 673/1341] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:27 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba17760d-1f99-4222-99b6-f8ff8ca299f2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] PATH_INFO: `/v3/projects/7225bb04fc53430e859741d1be6d3af5/users/d4c2b9417a974d579d77bba2e8ce5991/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7225bb04fc53430e859741d1be6d3af5, user_id=d4c2b9417a974d579d77bba2e8ce5991, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 669/1342] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:27 2025] PUT /identity/v3/projects/7225bb04fc53430e859741d1be6d3af5/users/d4c2b9417a974d579d77bba2e8ce5991/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cb0f722-0012-4d8d-a7c3-bc61e40e88ae ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 674/1343] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:27 2025] GET /identity/v3/roles => generated 1672 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16bdb644-0b37-4427-a73e-15c3d453c1fa ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] PATH_INFO: `/v3/projects/7225bb04fc53430e859741d1be6d3af5/users/d4c2b9417a974d579d77bba2e8ce5991/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7225bb04fc53430e859741d1be6d3af5, user_id=d4c2b9417a974d579d77bba2e8ce5991, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 670/1344] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:27 2025] PUT /identity/v3/projects/7225bb04fc53430e859741d1be6d3af5/users/d4c2b9417a974d579d77bba2e8ce5991/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b9699ef-14c8-4d7c-86fd-c6094def0a18 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7b96fc9-5d9b-41fc-9ac8-cf4e28a7ea6e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7b96fc9-5d9b-41fc-9ac8-cf4e28a7ea6e ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7b96fc9-5d9b-41fc-9ac8-cf4e28a7ea6e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7b96fc9-5d9b-41fc-9ac8-cf4e28a7ea6e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7b96fc9-5d9b-41fc-9ac8-cf4e28a7ea6e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7b96fc9-5d9b-41fc-9ac8-cf4e28a7ea6e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 675/1345] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:27 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4212a4e-3dd6-42f9-a0af-c1fdc99cb618 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] PATH_INFO: `/v3/projects/7225bb04fc53430e859741d1be6d3af5/users/d4c2b9417a974d579d77bba2e8ce5991/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7225bb04fc53430e859741d1be6d3af5, user_id=d4c2b9417a974d579d77bba2e8ce5991, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 671/1346] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:27 2025] PUT /identity/v3/projects/7225bb04fc53430e859741d1be6d3af5/users/d4c2b9417a974d579d77bba2e8ce5991/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] MFA Rules not processed for user `d4c2b9417a974d579d77bba2e8ce5991`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 676/1347] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:27 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ce88af8-f855-4fb1-b321-1e97eb53a475 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 672/1348] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:27 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 58 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a9a6d1f-0c6f-4d3f-98cf-0605b572d1eb None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] PATH_INFO: `/v3/users/5794f0cfbc7b4cd79882715f671e0d0d` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=5794f0cfbc7b4cd79882715f671e0d0d)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '5794f0cfbc7b4cd79882715f671e0d0d', 'request_id': 'req-a05a4c83-4663-41f6-950c-e2a20fa44bd1'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '5794f0cfbc7b4cd79882715f671e0d0d', 'request_id': 'req-a05a4c83-4663-41f6-950c-e2a20fa44bd1'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '5794f0cfbc7b4cd79882715f671e0d0d', 'request_id': 'req-a05a4c83-4663-41f6-950c-e2a20fa44bd1'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '5794f0cfbc7b4cd79882715f671e0d0d', 'request_id': 'req-a05a4c83-4663-41f6-950c-e2a20fa44bd1'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a05a4c83-4663-41f6-950c-e2a20fa44bd1 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '5794f0cfbc7b4cd79882715f671e0d0d', 'request_id': 'req-a05a4c83-4663-41f6-950c-e2a20fa44bd1'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 677/1349] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:27 2025] DELETE /identity/v3/users/5794f0cfbc7b4cd79882715f671e0d0d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-739b4fcc-f5a0-40fa-a332-75ec00044660 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] PATH_INFO: `/v3/users/d4c2b9417a974d579d77bba2e8ce5991` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=d4c2b9417a974d579d77bba2e8ce5991)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'd4c2b9417a974d579d77bba2e8ce5991', 'request_id': 'req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'd4c2b9417a974d579d77bba2e8ce5991', 'request_id': 'req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'd4c2b9417a974d579d77bba2e8ce5991', 'request_id': 'req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'd4c2b9417a974d579d77bba2e8ce5991', 'request_id': 'req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'd4c2b9417a974d579d77bba2e8ce5991', 'request_id': 'req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 673/1350] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:28 2025] DELETE /identity/v3/users/d4c2b9417a974d579d77bba2e8ce5991 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 678/1351] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb7dd374-6ef2-4a79-81bc-167af9a7ff14 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 674/1352] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:28 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84021ad7-a253-4110-9be5-9a89acc36236 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] PATH_INFO: `/v3/projects/6be379bf939543e79a9968b36c2d03d0` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6be379bf939543e79a9968b36c2d03d0)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6be379bf939543e79a9968b36c2d03d0', 'request_id': 'req-99095a8e-5c2a-49d2-9249-6c36093d0a85'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6be379bf939543e79a9968b36c2d03d0', 'request_id': 'req-99095a8e-5c2a-49d2-9249-6c36093d0a85'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6be379bf939543e79a9968b36c2d03d0', 'request_id': 'req-99095a8e-5c2a-49d2-9249-6c36093d0a85'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] The token cache is being invalidate because project 6be379bf939543e79a9968b36c2d03d0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-99095a8e-5c2a-49d2-9249-6c36093d0a85 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 679/1353] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:28 2025] DELETE /identity/v3/projects/6be379bf939543e79a9968b36c2d03d0 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94361d37-4a79-4f0d-a7f4-6bcc3fdedf51 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] PATH_INFO: `/v3/projects/7225bb04fc53430e859741d1be6d3af5` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=7225bb04fc53430e859741d1be6d3af5)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '7225bb04fc53430e859741d1be6d3af5', 'request_id': 'req-2337bf7d-68a5-4001-9b84-3d4080e92b4a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '7225bb04fc53430e859741d1be6d3af5', 'request_id': 'req-2337bf7d-68a5-4001-9b84-3d4080e92b4a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '7225bb04fc53430e859741d1be6d3af5', 'request_id': 'req-2337bf7d-68a5-4001-9b84-3d4080e92b4a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] The token cache is being invalidate because project 7225bb04fc53430e859741d1be6d3af5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2337bf7d-68a5-4001-9b84-3d4080e92b4a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 675/1354] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:29 2025] DELETE /identity/v3/projects/7225bb04fc53430e859741d1be6d3af5 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 680/1355] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 676/1356] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eee84ab1-8fe4-4e05-a0a5-1b6f32693d38 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 681/1357] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:29 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef848994-ef35-4289-b01d-c9ae216f06c8 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 677/1358] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/projects => generated 388 bytes in 32 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-911545c2-0f02-4d4c-a88d-9aa8f3da251b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 682/1359] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/users => generated 302 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97829e65-ac28-4513-abf3-416c91733df2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 678/1360] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:29 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6c27fd7-fd73-4df2-88e5-6b469559b149 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] PATH_INFO: `/v3/projects/4de8dd31f31e4608905bba0c66f41ad5/users/293cb20cb40741228a930029ac24b9e7/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4de8dd31f31e4608905bba0c66f41ad5, user_id=293cb20cb40741228a930029ac24b9e7, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 683/1361] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:29 2025] PUT /identity/v3/projects/4de8dd31f31e4608905bba0c66f41ad5/users/293cb20cb40741228a930029ac24b9e7/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acc45865-7f01-44ad-b81c-dfbb8aa258af ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b231900c-7f68-4d28-a687-ca2154e3732d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b231900c-7f68-4d28-a687-ca2154e3732d ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b231900c-7f68-4d28-a687-ca2154e3732d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b231900c-7f68-4d28-a687-ca2154e3732d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b231900c-7f68-4d28-a687-ca2154e3732d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b231900c-7f68-4d28-a687-ca2154e3732d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 679/1362] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:29 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34bd1e9a-e09a-41e3-9af1-a27869b6aa1e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] PATH_INFO: `/v3/projects/4de8dd31f31e4608905bba0c66f41ad5/users/293cb20cb40741228a930029ac24b9e7/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4de8dd31f31e4608905bba0c66f41ad5, user_id=293cb20cb40741228a930029ac24b9e7, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 684/1363] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:29 2025] PUT /identity/v3/projects/4de8dd31f31e4608905bba0c66f41ad5/users/293cb20cb40741228a930029ac24b9e7/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] MFA Rules not processed for user `293cb20cb40741228a930029ac24b9e7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 680/1364] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7a5034f-ee66-4f4e-b371-8b8d9af4c798 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 685/1365] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/projects => generated 386 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-161b0291-e1b9-4e5d-a994-01006d905922 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 681/1366] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/users => generated 300 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06d53113-dae3-4df9-98b7-d1c0953cfa9e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 686/1367] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:29 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21d428fd-ca75-4679-b809-e422f3e10560 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] PATH_INFO: `/v3/projects/f8707797fd9848e2a4995734a54f1f16/users/66c15f696a5a4c7f8fda69bf5fd3bfcf/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f8707797fd9848e2a4995734a54f1f16, user_id=66c15f696a5a4c7f8fda69bf5fd3bfcf, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 682/1368] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:29 2025] PUT /identity/v3/projects/f8707797fd9848e2a4995734a54f1f16/users/66c15f696a5a4c7f8fda69bf5fd3bfcf/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b69168-6dd5-425d-9472-54c264934026 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 687/1369] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:29 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e708a91-0f22-49c8-94fe-a44cfbb46db1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] PATH_INFO: `/v3/projects/f8707797fd9848e2a4995734a54f1f16/users/66c15f696a5a4c7f8fda69bf5fd3bfcf/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f8707797fd9848e2a4995734a54f1f16, user_id=66c15f696a5a4c7f8fda69bf5fd3bfcf, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 683/1370] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:29 2025] PUT /identity/v3/projects/f8707797fd9848e2a4995734a54f1f16/users/66c15f696a5a4c7f8fda69bf5fd3bfcf/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24773cde-2a4a-45c6-8792-22420322bc02 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96d5e7ad-bfb9-40c7-a644-f36bba42704c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96d5e7ad-bfb9-40c7-a644-f36bba42704c ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96d5e7ad-bfb9-40c7-a644-f36bba42704c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96d5e7ad-bfb9-40c7-a644-f36bba42704c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96d5e7ad-bfb9-40c7-a644-f36bba42704c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96d5e7ad-bfb9-40c7-a644-f36bba42704c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 688/1371] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:29 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab50602-09cf-4989-9ce4-cdd5a0f6bf8d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] PATH_INFO: `/v3/projects/f8707797fd9848e2a4995734a54f1f16/users/66c15f696a5a4c7f8fda69bf5fd3bfcf/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f8707797fd9848e2a4995734a54f1f16, user_id=66c15f696a5a4c7f8fda69bf5fd3bfcf, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 684/1372] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:29 2025] PUT /identity/v3/projects/f8707797fd9848e2a4995734a54f1f16/users/66c15f696a5a4c7f8fda69bf5fd3bfcf/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] MFA Rules not processed for user `66c15f696a5a4c7f8fda69bf5fd3bfcf`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 689/1373] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:29 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e8d133f-de4c-4c19-a091-49793f838a97 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 685/1374] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:29 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70e0d7c3-d0f9-433f-ba38-8bf470b03267 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] PATH_INFO: `/v3/users/293cb20cb40741228a930029ac24b9e7` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] RBAC: Authorizing `identity:delete_user(user_id=293cb20cb40741228a930029ac24b9e7)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '293cb20cb40741228a930029ac24b9e7', 'request_id': 'req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '293cb20cb40741228a930029ac24b9e7', 'request_id': 'req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '293cb20cb40741228a930029ac24b9e7', 'request_id': 'req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '293cb20cb40741228a930029ac24b9e7', 'request_id': 'req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '293cb20cb40741228a930029ac24b9e7', 'request_id': 'req-e6912230-c2cf-43b8-a76f-e7c13f2c2b8a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 690/1375] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:31 2025] DELETE /identity/v3/users/293cb20cb40741228a930029ac24b9e7 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ecda5bb-e0d1-4662-96c6-02bb42fa3c2c service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] PATH_INFO: `/v3/users/66c15f696a5a4c7f8fda69bf5fd3bfcf` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=66c15f696a5a4c7f8fda69bf5fd3bfcf)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '66c15f696a5a4c7f8fda69bf5fd3bfcf', 'request_id': 'req-555e3917-0e21-4877-b9ce-8919c9680150'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '66c15f696a5a4c7f8fda69bf5fd3bfcf', 'request_id': 'req-555e3917-0e21-4877-b9ce-8919c9680150'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '66c15f696a5a4c7f8fda69bf5fd3bfcf', 'request_id': 'req-555e3917-0e21-4877-b9ce-8919c9680150'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '66c15f696a5a4c7f8fda69bf5fd3bfcf', 'request_id': 'req-555e3917-0e21-4877-b9ce-8919c9680150'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '66c15f696a5a4c7f8fda69bf5fd3bfcf', 'request_id': 'req-555e3917-0e21-4877-b9ce-8919c9680150'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 686/1376] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:31 2025] DELETE /identity/v3/users/66c15f696a5a4c7f8fda69bf5fd3bfcf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 691/1377] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:31 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-555e3917-0e21-4877-b9ce-8919c9680150 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 687/1378] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:31 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9525ad7d-0196-4d07-afce-9d88df2665a3 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] PATH_INFO: `/v3/projects/4de8dd31f31e4608905bba0c66f41ad5` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=4de8dd31f31e4608905bba0c66f41ad5)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '4de8dd31f31e4608905bba0c66f41ad5', 'request_id': 'req-6e37a396-f848-4da6-9ca8-0da989121991'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '4de8dd31f31e4608905bba0c66f41ad5', 'request_id': 'req-6e37a396-f848-4da6-9ca8-0da989121991'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '4de8dd31f31e4608905bba0c66f41ad5', 'request_id': 'req-6e37a396-f848-4da6-9ca8-0da989121991'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] The token cache is being invalidate because project 4de8dd31f31e4608905bba0c66f41ad5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6e37a396-f848-4da6-9ca8-0da989121991 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:31 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 692/1379] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:31 2025] DELETE /identity/v3/projects/4de8dd31f31e4608905bba0c66f41ad5 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e092a4d0-2667-485c-a4be-c414cfd4a431 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] PATH_INFO: `/v3/projects/f8707797fd9848e2a4995734a54f1f16` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f8707797fd9848e2a4995734a54f1f16)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f8707797fd9848e2a4995734a54f1f16', 'request_id': 'req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f8707797fd9848e2a4995734a54f1f16', 'request_id': 'req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f8707797fd9848e2a4995734a54f1f16', 'request_id': 'req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] The token cache is being invalidate because project f8707797fd9848e2a4995734a54f1f16 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-31021eb9-8ea7-4faa-ace4-0886fb50b2d0 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 688/1380] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:32 2025] DELETE /identity/v3/projects/f8707797fd9848e2a4995734a54f1f16 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 693/1381] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 689/1382] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fd5c716-4983-4321-a780-e4d1121e3d9b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 694/1383] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:32 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 29 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-276a2b90-5a07-4eef-b341-9d5db83498f4 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 690/1384] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/projects => generated 380 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a470be60-abab-47c4-afd4-fc10b0e9287b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 695/1385] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/users => generated 298 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfc8c295-98ff-4d33-80ec-5364cb522985 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 691/1386] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:32 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2680508f-f030-44ee-96b5-ecc7a6e540fb ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] PATH_INFO: `/v3/projects/1318e2e10e4e480c96cd7d4394593395/users/53aa58c9dce34ebd8d06920cd9afd756/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1318e2e10e4e480c96cd7d4394593395, user_id=53aa58c9dce34ebd8d06920cd9afd756, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 696/1387] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:32 2025] PUT /identity/v3/projects/1318e2e10e4e480c96cd7d4394593395/users/53aa58c9dce34ebd8d06920cd9afd756/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16c7e167-0197-4c88-8290-13e256e2c1a4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6af587e-e4d9-4a67-8b13-4d473eec6c7f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6af587e-e4d9-4a67-8b13-4d473eec6c7f ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6af587e-e4d9-4a67-8b13-4d473eec6c7f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6af587e-e4d9-4a67-8b13-4d473eec6c7f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6af587e-e4d9-4a67-8b13-4d473eec6c7f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6af587e-e4d9-4a67-8b13-4d473eec6c7f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 692/1388] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:32 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d91471f8-7c43-49f5-a492-db6d3081597d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] PATH_INFO: `/v3/projects/1318e2e10e4e480c96cd7d4394593395/users/53aa58c9dce34ebd8d06920cd9afd756/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1318e2e10e4e480c96cd7d4394593395, user_id=53aa58c9dce34ebd8d06920cd9afd756, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 697/1389] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:32 2025] PUT /identity/v3/projects/1318e2e10e4e480c96cd7d4394593395/users/53aa58c9dce34ebd8d06920cd9afd756/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 13 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] MFA Rules not processed for user `53aa58c9dce34ebd8d06920cd9afd756`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 693/1390] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/auth/tokens => generated 2510 bytes in 77 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e22e9843-309a-4560-b8a8-aadf9442fa15 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 698/1391] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/projects => generated 382 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47792e1b-1ba9-4edf-9efa-13c2ed8ccf62 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 694/1392] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/users => generated 298 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce9358a8-2f13-4d83-bc9f-450d1b076129 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 699/1393] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:32 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa5b18a9-bfd0-46f2-8ca8-4a98d7cd41b6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] PATH_INFO: `/v3/projects/5515cb9b75e54fc1b012e83b015f2802/users/026de678552f45f99a6c5e631b22bb75/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5515cb9b75e54fc1b012e83b015f2802, user_id=026de678552f45f99a6c5e631b22bb75, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 695/1394] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:32 2025] PUT /identity/v3/projects/5515cb9b75e54fc1b012e83b015f2802/users/026de678552f45f99a6c5e631b22bb75/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3140c6ab-3914-4626-96c2-e159b8dcfeff ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 700/1395] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:32 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0b94001-ff05-4261-a59a-0997c5f05df9 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] PATH_INFO: `/v3/projects/5515cb9b75e54fc1b012e83b015f2802/users/026de678552f45f99a6c5e631b22bb75/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5515cb9b75e54fc1b012e83b015f2802, user_id=026de678552f45f99a6c5e631b22bb75, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 696/1396] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:32 2025] PUT /identity/v3/projects/5515cb9b75e54fc1b012e83b015f2802/users/026de678552f45f99a6c5e631b22bb75/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d26c2f90-9f37-47b6-8cb5-68dbd70c9aa9 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9277bac6-7151-49eb-95a7-3b82c07c4765 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9277bac6-7151-49eb-95a7-3b82c07c4765 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9277bac6-7151-49eb-95a7-3b82c07c4765 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9277bac6-7151-49eb-95a7-3b82c07c4765 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9277bac6-7151-49eb-95a7-3b82c07c4765 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9277bac6-7151-49eb-95a7-3b82c07c4765 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 701/1397] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:32 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88a2a72d-5215-453a-9323-da729a245d86 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] PATH_INFO: `/v3/projects/5515cb9b75e54fc1b012e83b015f2802/users/026de678552f45f99a6c5e631b22bb75/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5515cb9b75e54fc1b012e83b015f2802, user_id=026de678552f45f99a6c5e631b22bb75, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 697/1398] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:32 2025] PUT /identity/v3/projects/5515cb9b75e54fc1b012e83b015f2802/users/026de678552f45f99a6c5e631b22bb75/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] MFA Rules not processed for user `026de678552f45f99a6c5e631b22bb75`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 702/1399] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:32 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-937f1294-4630-464a-ac3d-a7ed0057a216 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 698/1400] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:33 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ebd5d14-ca82-452b-9454-d4b347617dbc None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '026de678552f45f99a6c5e631b22bb75', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '5515cb9b75e54fc1b012e83b015f2802', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 703/1401] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:33 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ccafde7-69b3-410f-8f77-cd9a2b805794 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '026de678552f45f99a6c5e631b22bb75', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '5515cb9b75e54fc1b012e83b015f2802', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 699/1402] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:33 2025] POST /identity/v3/projects => generated 356 bytes in 29 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a8f9afe-be84-4a42-a750-eacf6083ade4 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '026de678552f45f99a6c5e631b22bb75', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '5515cb9b75e54fc1b012e83b015f2802', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 704/1403] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:33 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5648617f-5b81-417a-b155-82f199617d5e tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '026de678552f45f99a6c5e631b22bb75', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '5515cb9b75e54fc1b012e83b015f2802', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] PATH_INFO: `/v3/projects/bfb84e5f100a4335854cbf8da8cea742` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorizing `identity:delete_project(project_id=bfb84e5f100a4335854cbf8da8cea742)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'bfb84e5f100a4335854cbf8da8cea742', 'request_id': 'req-f888d43d-6c1c-483c-a3ca-96c851512a13'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'bfb84e5f100a4335854cbf8da8cea742', 'request_id': 'req-f888d43d-6c1c-483c-a3ca-96c851512a13'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'bfb84e5f100a4335854cbf8da8cea742', 'request_id': 'req-f888d43d-6c1c-483c-a3ca-96c851512a13'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] The token cache is being invalidate because project bfb84e5f100a4335854cbf8da8cea742 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 700/1404] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:33 2025] DELETE /identity/v3/projects/bfb84e5f100a4335854cbf8da8cea742 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ce5e431-a621-44c7-b16c-ebfd50a55726 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] PATH_INFO: `/v3/users/53aa58c9dce34ebd8d06920cd9afd756` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] RBAC: Authorizing `identity:delete_user(user_id=53aa58c9dce34ebd8d06920cd9afd756)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '53aa58c9dce34ebd8d06920cd9afd756', 'request_id': 'req-0f289c9c-3ddf-43ea-b6fd-763007bf782b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '53aa58c9dce34ebd8d06920cd9afd756', 'request_id': 'req-0f289c9c-3ddf-43ea-b6fd-763007bf782b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '53aa58c9dce34ebd8d06920cd9afd756', 'request_id': 'req-0f289c9c-3ddf-43ea-b6fd-763007bf782b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '53aa58c9dce34ebd8d06920cd9afd756', 'request_id': 'req-0f289c9c-3ddf-43ea-b6fd-763007bf782b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0f289c9c-3ddf-43ea-b6fd-763007bf782b ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '53aa58c9dce34ebd8d06920cd9afd756', 'request_id': 'req-0f289c9c-3ddf-43ea-b6fd-763007bf782b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 705/1405] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:33 2025] DELETE /identity/v3/users/53aa58c9dce34ebd8d06920cd9afd756 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f888d43d-6c1c-483c-a3ca-96c851512a13 tempest-VolumeQuotaClassesTest-2077906875 tempest-VolumeQuotaClassesTest-2077906875-project-******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] PATH_INFO: `/v3/users/026de678552f45f99a6c5e631b22bb75` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=026de678552f45f99a6c5e631b22bb75)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '026de678552f45f99a6c5e631b22bb75', 'request_id': 'req-ff49acae-10b5-4460-9bd2-7605d38efee4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '026de678552f45f99a6c5e631b22bb75', 'request_id': 'req-ff49acae-10b5-4460-9bd2-7605d38efee4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '026de678552f45f99a6c5e631b22bb75', 'request_id': 'req-ff49acae-10b5-4460-9bd2-7605d38efee4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '026de678552f45f99a6c5e631b22bb75', 'request_id': 'req-ff49acae-10b5-4460-9bd2-7605d38efee4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '026de678552f45f99a6c5e631b22bb75', 'request_id': 'req-ff49acae-10b5-4460-9bd2-7605d38efee4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 701/1406] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:33 2025] DELETE /identity/v3/users/026de678552f45f99a6c5e631b22bb75 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 706/1407] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:33 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff49acae-10b5-4460-9bd2-7605d38efee4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:33 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 702/1408] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:33 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5800986f-1155-453d-9b2a-01720e6181eb None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] PATH_INFO: `/v3/projects/5515cb9b75e54fc1b012e83b015f2802` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=5515cb9b75e54fc1b012e83b015f2802)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '5515cb9b75e54fc1b012e83b015f2802', 'request_id': 'req-f0632419-7641-4b83-9867-d058cc5b22f0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '5515cb9b75e54fc1b012e83b015f2802', 'request_id': 'req-f0632419-7641-4b83-9867-d058cc5b22f0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '5515cb9b75e54fc1b012e83b015f2802', 'request_id': 'req-f0632419-7641-4b83-9867-d058cc5b22f0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] The token cache is being invalidate because project 5515cb9b75e54fc1b012e83b015f2802 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f0632419-7641-4b83-9867-d058cc5b22f0 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 707/1409] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:34 2025] DELETE /identity/v3/projects/5515cb9b75e54fc1b012e83b015f2802 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-428d6b0a-f679-475c-83af-4b1076e8a946 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] PATH_INFO: `/v3/projects/1318e2e10e4e480c96cd7d4394593395` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] RBAC: Authorizing `identity:delete_project(project_id=1318e2e10e4e480c96cd7d4394593395)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '1318e2e10e4e480c96cd7d4394593395', 'request_id': 'req-7985391d-d530-4404-9ed3-8094a0a6772c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '1318e2e10e4e480c96cd7d4394593395', 'request_id': 'req-7985391d-d530-4404-9ed3-8094a0a6772c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '1318e2e10e4e480c96cd7d4394593395', 'request_id': 'req-7985391d-d530-4404-9ed3-8094a0a6772c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] The token cache is being invalidate because project 1318e2e10e4e480c96cd7d4394593395 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-7985391d-d530-4404-9ed3-8094a0a6772c ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 703/1410] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:34 2025] DELETE /identity/v3/projects/1318e2e10e4e480c96cd7d4394593395 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 708/1411] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 704/1412] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf87c991-fff4-4382-82b5-4a27a7755646 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 709/1413] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a3694ed-f28e-47c3-ab27-ab8f77600480 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 705/1414] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:34 2025] POST /identity/v3/projects => generated 388 bytes in 27 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c1ed594-1a73-42e9-85dd-0d455fc3f910 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 710/1415] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:34 2025] POST /identity/v3/users => generated 302 bytes in 46 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a65354ea-3d0a-4539-9167-5eb840b0c5a1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 706/1416] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:34 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28e51e5-b7e0-40ce-aa3a-18921b251003 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] PATH_INFO: `/v3/projects/607738f0b8b94faab05f45478aaf0d79/users/5802227d31a94618bcd868d5f11e9da6/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=607738f0b8b94faab05f45478aaf0d79, user_id=5802227d31a94618bcd868d5f11e9da6, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 711/1417] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:35 2025] PUT /identity/v3/projects/607738f0b8b94faab05f45478aaf0d79/users/5802227d31a94618bcd868d5f11e9da6/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a50fb164-b418-4014-9322-55f5ff5a9751 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23e0930e-f6ff-4774-a6ac-e196db59e706 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23e0930e-f6ff-4774-a6ac-e196db59e706 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23e0930e-f6ff-4774-a6ac-e196db59e706 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23e0930e-f6ff-4774-a6ac-e196db59e706 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23e0930e-f6ff-4774-a6ac-e196db59e706 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23e0930e-f6ff-4774-a6ac-e196db59e706 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 707/1418] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:35 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20914918-0dbe-454c-a29f-d5e8389cf4f6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] PATH_INFO: `/v3/projects/607738f0b8b94faab05f45478aaf0d79/users/5802227d31a94618bcd868d5f11e9da6/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] RBAC: Authorizing `identity:create_grant(project_id=607738f0b8b94faab05f45478aaf0d79, user_id=5802227d31a94618bcd868d5f11e9da6, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 712/1419] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:35 2025] PUT /identity/v3/projects/607738f0b8b94faab05f45478aaf0d79/users/5802227d31a94618bcd868d5f11e9da6/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] MFA Rules not processed for user `5802227d31a94618bcd868d5f11e9da6`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 708/1420] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:35 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 72 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-feceeb3f-aa48-443a-a5ab-185db5a2a5ae ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 713/1421] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:35 2025] POST /identity/v3/projects => generated 388 bytes in 72 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da1f42a6-1af8-42e0-9bac-8d8e5868194e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 709/1422] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:35 2025] POST /identity/v3/users => generated 302 bytes in 72 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f658397-47b3-4dd6-8ce0-07150f178cb4 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 714/1423] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:35 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1f4cc1b-ca22-4425-a3cd-685cd4f51073 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] PATH_INFO: `/v3/projects/51aebe6d6df74c4282822883fe23cb64/users/bda034a9aa0c4b11ac1dfd17d7a3c053/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=51aebe6d6df74c4282822883fe23cb64, user_id=bda034a9aa0c4b11ac1dfd17d7a3c053, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 710/1424] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:35 2025] PUT /identity/v3/projects/51aebe6d6df74c4282822883fe23cb64/users/bda034a9aa0c4b11ac1dfd17d7a3c053/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062912cb-d758-415e-802f-60dce8898f42 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d08a089-a3de-4808-87cc-6cbe3f98c2ad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d08a089-a3de-4808-87cc-6cbe3f98c2ad ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d08a089-a3de-4808-87cc-6cbe3f98c2ad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d08a089-a3de-4808-87cc-6cbe3f98c2ad ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6d08a089-a3de-4808-87cc-6cbe3f98c2ad ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6d08a089-a3de-4808-87cc-6cbe3f98c2ad ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 715/1425] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:35 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57d21321-458a-43a4-b159-efcd22b4af9c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] PATH_INFO: `/v3/projects/51aebe6d6df74c4282822883fe23cb64/users/bda034a9aa0c4b11ac1dfd17d7a3c053/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=51aebe6d6df74c4282822883fe23cb64, user_id=bda034a9aa0c4b11ac1dfd17d7a3c053, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 711/1426] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:35 2025] PUT /identity/v3/projects/51aebe6d6df74c4282822883fe23cb64/users/bda034a9aa0c4b11ac1dfd17d7a3c053/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] MFA Rules not processed for user `bda034a9aa0c4b11ac1dfd17d7a3c053`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 716/1427] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:35 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e536beb-4384-487a-ab40-55b03a97ba48 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 712/1428] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:35 2025] POST /identity/v3/projects => generated 386 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f548a8e6-baad-4e37-af43-d7b92c9a4607 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 717/1429] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:35 2025] POST /identity/v3/users => generated 300 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f61796e-ea29-4eb5-91fe-7eeed1033e71 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 713/1430] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:35 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20179288-acee-4ce4-bcc0-e5aece0bae52 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] PATH_INFO: `/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf/users/bf383ef7d24c4bd39c02aa25f2598af5/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b19d9d6da7ea4001ad9d8b25f0672aaf, user_id=bf383ef7d24c4bd39c02aa25f2598af5, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 718/1431] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:35 2025] PUT /identity/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf/users/bf383ef7d24c4bd39c02aa25f2598af5/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-916b9c32-0737-482d-9beb-ed83ad5424a8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 714/1432] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:35 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61750fc8-149f-429b-ae92-256522468546 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] PATH_INFO: `/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf/users/bf383ef7d24c4bd39c02aa25f2598af5/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b19d9d6da7ea4001ad9d8b25f0672aaf, user_id=bf383ef7d24c4bd39c02aa25f2598af5, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 719/1433] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:35 2025] PUT /identity/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf/users/bf383ef7d24c4bd39c02aa25f2598af5/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa025583-87f5-4a45-a013-89360c4e4b02 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a689c5fa-01d4-4620-b2aa-5c3a101b4455 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a689c5fa-01d4-4620-b2aa-5c3a101b4455 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a689c5fa-01d4-4620-b2aa-5c3a101b4455 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a689c5fa-01d4-4620-b2aa-5c3a101b4455 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a689c5fa-01d4-4620-b2aa-5c3a101b4455 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a689c5fa-01d4-4620-b2aa-5c3a101b4455 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 715/1434] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:35 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89971955-4b2e-4e61-ae07-0fc7b279727d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] PATH_INFO: `/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf/users/bf383ef7d24c4bd39c02aa25f2598af5/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b19d9d6da7ea4001ad9d8b25f0672aaf, user_id=bf383ef7d24c4bd39c02aa25f2598af5, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 720/1435] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:35 2025] PUT /identity/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf/users/bf383ef7d24c4bd39c02aa25f2598af5/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] MFA Rules not processed for user `bf383ef7d24c4bd39c02aa25f2598af5`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:35 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 716/1436] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:35 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90925b80-70e2-484d-ade2-bd355e442ebf ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 721/1437] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:36 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad209581-a177-4200-91ba-57dd7ec6e63b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 717/1438] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:36 2025] GET /identity/v3/auth/tokens => generated 2518 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89ca5822-cd06-4922-8b02-28b741855c78 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 722/1439] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:40 2025] GET /identity/v3/auth/tokens => generated 2518 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4153069-c931-42cc-b3b8-c01f613cfab0 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] PATH_INFO: `/v3/users/5802227d31a94618bcd868d5f11e9da6` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] RBAC: Authorizing `identity:delete_user(user_id=5802227d31a94618bcd868d5f11e9da6)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '5802227d31a94618bcd868d5f11e9da6', 'request_id': 'req-772676f2-bb0e-4c00-8f4e-ac273b8adeec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '5802227d31a94618bcd868d5f11e9da6', 'request_id': 'req-772676f2-bb0e-4c00-8f4e-ac273b8adeec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '5802227d31a94618bcd868d5f11e9da6', 'request_id': 'req-772676f2-bb0e-4c00-8f4e-ac273b8adeec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '5802227d31a94618bcd868d5f11e9da6', 'request_id': 'req-772676f2-bb0e-4c00-8f4e-ac273b8adeec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '5802227d31a94618bcd868d5f11e9da6', 'request_id': 'req-772676f2-bb0e-4c00-8f4e-ac273b8adeec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 718/1440] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:42 2025] DELETE /identity/v3/users/5802227d31a94618bcd868d5f11e9da6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dea8e50-a48e-48ae-9f69-321e414880f2 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] PATH_INFO: `/v3/users/bda034a9aa0c4b11ac1dfd17d7a3c053` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=bda034a9aa0c4b11ac1dfd17d7a3c053)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'bda034a9aa0c4b11ac1dfd17d7a3c053', 'request_id': 'req-795fd94c-021b-412e-979b-f0b199421e93'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'bda034a9aa0c4b11ac1dfd17d7a3c053', 'request_id': 'req-795fd94c-021b-412e-979b-f0b199421e93'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'bda034a9aa0c4b11ac1dfd17d7a3c053', 'request_id': 'req-795fd94c-021b-412e-979b-f0b199421e93'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'bda034a9aa0c4b11ac1dfd17d7a3c053', 'request_id': 'req-795fd94c-021b-412e-979b-f0b199421e93'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-795fd94c-021b-412e-979b-f0b199421e93 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'bda034a9aa0c4b11ac1dfd17d7a3c053', 'request_id': 'req-795fd94c-021b-412e-979b-f0b199421e93'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 723/1441] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:42 2025] DELETE /identity/v3/users/bda034a9aa0c4b11ac1dfd17d7a3c053 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-772676f2-bb0e-4c00-8f4e-ac273b8adeec ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] PATH_INFO: `/v3/users/bf383ef7d24c4bd39c02aa25f2598af5` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] RBAC: Authorizing `identity:delete_user(user_id=bf383ef7d24c4bd39c02aa25f2598af5)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'bf383ef7d24c4bd39c02aa25f2598af5', 'request_id': 'req-8f88aee2-cd7a-4ffd-b963-246d33d2271c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'bf383ef7d24c4bd39c02aa25f2598af5', 'request_id': 'req-8f88aee2-cd7a-4ffd-b963-246d33d2271c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'bf383ef7d24c4bd39c02aa25f2598af5', 'request_id': 'req-8f88aee2-cd7a-4ffd-b963-246d33d2271c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'bf383ef7d24c4bd39c02aa25f2598af5', 'request_id': 'req-8f88aee2-cd7a-4ffd-b963-246d33d2271c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'bf383ef7d24c4bd39c02aa25f2598af5', 'request_id': 'req-8f88aee2-cd7a-4ffd-b963-246d33d2271c'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 719/1442] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:42 2025] DELETE /identity/v3/users/bf383ef7d24c4bd39c02aa25f2598af5 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 724/1443] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:42 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f88aee2-cd7a-4ffd-b963-246d33d2271c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:42 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 720/1444] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:42 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b29b3e7-aac9-4d13-a2d0-dfff515b75bc None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] PATH_INFO: `/v3/projects/607738f0b8b94faab05f45478aaf0d79` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=607738f0b8b94faab05f45478aaf0d79)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '607738f0b8b94faab05f45478aaf0d79', 'request_id': 'req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '607738f0b8b94faab05f45478aaf0d79', 'request_id': 'req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '607738f0b8b94faab05f45478aaf0d79', 'request_id': 'req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] The token cache is being invalidate because project 607738f0b8b94faab05f45478aaf0d79 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 725/1445] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:43 2025] DELETE /identity/v3/projects/607738f0b8b94faab05f45478aaf0d79 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76d56ed1-76a5-4b40-9fc8-1cba3eaf4653 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] PATH_INFO: `/v3/projects/51aebe6d6df74c4282822883fe23cb64` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] RBAC: Authorizing `identity:delete_project(project_id=51aebe6d6df74c4282822883fe23cb64)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '51aebe6d6df74c4282822883fe23cb64', 'request_id': 'req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '51aebe6d6df74c4282822883fe23cb64', 'request_id': 'req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '51aebe6d6df74c4282822883fe23cb64', 'request_id': 'req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] The token cache is being invalidate because project 51aebe6d6df74c4282822883fe23cb64 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2e3d0c8e-1e30-4c36-84bf-ddd87433e96f ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 721/1446] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:43 2025] DELETE /identity/v3/projects/51aebe6d6df74c4282822883fe23cb64 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c55b2a59-ecbd-40d6-b51a-fa9b3b26fca8 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] PATH_INFO: `/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=b19d9d6da7ea4001ad9d8b25f0672aaf)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'b19d9d6da7ea4001ad9d8b25f0672aaf', 'request_id': 'req-88c1e313-02e0-4b47-80bb-a8fa214d94a0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'b19d9d6da7ea4001ad9d8b25f0672aaf', 'request_id': 'req-88c1e313-02e0-4b47-80bb-a8fa214d94a0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'b19d9d6da7ea4001ad9d8b25f0672aaf', 'request_id': 'req-88c1e313-02e0-4b47-80bb-a8fa214d94a0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] The token cache is being invalidate because project b19d9d6da7ea4001ad9d8b25f0672aaf was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88c1e313-02e0-4b47-80bb-a8fa214d94a0 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 726/1447] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:44 2025] DELETE /identity/v3/projects/b19d9d6da7ea4001ad9d8b25f0672aaf => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 722/1448] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 727/1449] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2791a57b-0873-4fcd-926e-9622c5356e86 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 723/1450] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:44 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c40a2020-e951-486f-852f-88fc23399a25 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 728/1451] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/projects => generated 392 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4697ca8-6e4d-4260-9608-97a14e3aa90e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 724/1452] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/users => generated 304 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a27f2daf-09b3-446f-8653-4e6fff13fc88 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 729/1453] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:44 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbc69a1a-0f72-43d1-bcb3-5c5417ba00ab ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] PATH_INFO: `/v3/projects/6093af9a4aff4233b4262e78b641a247/users/7f357897ac31415ab32063baa6eb3593/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6093af9a4aff4233b4262e78b641a247, user_id=7f357897ac31415ab32063baa6eb3593, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 725/1454] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:44 2025] PUT /identity/v3/projects/6093af9a4aff4233b4262e78b641a247/users/7f357897ac31415ab32063baa6eb3593/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-466885b0-324a-46f8-8ec1-77c38a712f16 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-014cbf6b-8762-4de7-aead-f59572f59a7c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014cbf6b-8762-4de7-aead-f59572f59a7c ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014cbf6b-8762-4de7-aead-f59572f59a7c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014cbf6b-8762-4de7-aead-f59572f59a7c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-014cbf6b-8762-4de7-aead-f59572f59a7c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-014cbf6b-8762-4de7-aead-f59572f59a7c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 730/1455] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:44 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fea2b47-9894-4ce8-b8d0-026a4a6efc2a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] PATH_INFO: `/v3/projects/6093af9a4aff4233b4262e78b641a247/users/7f357897ac31415ab32063baa6eb3593/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6093af9a4aff4233b4262e78b641a247, user_id=7f357897ac31415ab32063baa6eb3593, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 726/1456] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:44 2025] PUT /identity/v3/projects/6093af9a4aff4233b4262e78b641a247/users/7f357897ac31415ab32063baa6eb3593/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] MFA Rules not processed for user `7f357897ac31415ab32063baa6eb3593`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 731/1457] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/auth/tokens => generated 2522 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d21c0d2-9f26-4cbb-912b-ee36f26910e2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 727/1458] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/projects => generated 394 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76865c59-487e-4e5f-ba8a-664d3fcb3c6b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 732/1459] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/users => generated 304 bytes in 47 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b1ad70c-11aa-42d4-858b-e7da41b997b6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 728/1460] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:44 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-105692a7-5766-4509-b313-9ba6330bd62a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] PATH_INFO: `/v3/projects/1b76804745374a5f836f24a16babdfa0/users/c7738a21690b42a7bf3562fa62f12cf1/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1b76804745374a5f836f24a16babdfa0, user_id=c7738a21690b42a7bf3562fa62f12cf1, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 733/1461] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:44 2025] PUT /identity/v3/projects/1b76804745374a5f836f24a16babdfa0/users/c7738a21690b42a7bf3562fa62f12cf1/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c44a63b4-bc64-4f23-9c5c-023c624646ed ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 729/1462] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:44 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2464b184-f198-4902-9a77-d0e49965cc74 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] PATH_INFO: `/v3/projects/1b76804745374a5f836f24a16babdfa0/users/c7738a21690b42a7bf3562fa62f12cf1/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1b76804745374a5f836f24a16babdfa0, user_id=c7738a21690b42a7bf3562fa62f12cf1, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 734/1463] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:44 2025] PUT /identity/v3/projects/1b76804745374a5f836f24a16babdfa0/users/c7738a21690b42a7bf3562fa62f12cf1/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 12 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-124356be-f568-41fa-9a4f-0d12387a465a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc9151b4-6c36-4cfa-a763-1bbcb357005c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc9151b4-6c36-4cfa-a763-1bbcb357005c ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc9151b4-6c36-4cfa-a763-1bbcb357005c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc9151b4-6c36-4cfa-a763-1bbcb357005c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc9151b4-6c36-4cfa-a763-1bbcb357005c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc9151b4-6c36-4cfa-a763-1bbcb357005c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 730/1464] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:44 2025] GET /identity/v3/roles => generated 1672 bytes in 39 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d103c4c-9a62-45e9-9418-dded5e7071b3 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] PATH_INFO: `/v3/projects/1b76804745374a5f836f24a16babdfa0/users/c7738a21690b42a7bf3562fa62f12cf1/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1b76804745374a5f836f24a16babdfa0, user_id=c7738a21690b42a7bf3562fa62f12cf1, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 735/1465] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:44 2025] PUT /identity/v3/projects/1b76804745374a5f836f24a16babdfa0/users/c7738a21690b42a7bf3562fa62f12cf1/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] MFA Rules not processed for user `c7738a21690b42a7bf3562fa62f12cf1`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 731/1466] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:44 2025] POST /identity/v3/auth/tokens => generated 2647 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf63c159-2e02-44d1-805a-9256683bd1df ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 736/1467] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:45 2025] GET /identity/v3/auth/tokens => generated 2647 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4994d240-b04d-46d0-a2f0-b3f861f2c3f7 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:45 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 732/1468] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:45 2025] GET /identity/v3/auth/tokens => generated 2522 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8afb130-8612-4b9d-b90b-776604b513ce service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] PATH_INFO: `/v3/users/7f357897ac31415ab32063baa6eb3593` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=7f357897ac31415ab32063baa6eb3593)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '7f357897ac31415ab32063baa6eb3593', 'request_id': 'req-a771d67b-8e03-4e33-8d2d-58cd18c4db07'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '7f357897ac31415ab32063baa6eb3593', 'request_id': 'req-a771d67b-8e03-4e33-8d2d-58cd18c4db07'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '7f357897ac31415ab32063baa6eb3593', 'request_id': 'req-a771d67b-8e03-4e33-8d2d-58cd18c4db07'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '7f357897ac31415ab32063baa6eb3593', 'request_id': 'req-a771d67b-8e03-4e33-8d2d-58cd18c4db07'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a771d67b-8e03-4e33-8d2d-58cd18c4db07 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '7f357897ac31415ab32063baa6eb3593', 'request_id': 'req-a771d67b-8e03-4e33-8d2d-58cd18c4db07'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 737/1469] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:48 2025] DELETE /identity/v3/users/7f357897ac31415ab32063baa6eb3593 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a342ceb-d201-4c5b-8a6c-b90de9116f83 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] PATH_INFO: `/v3/users/c7738a21690b42a7bf3562fa62f12cf1` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=c7738a21690b42a7bf3562fa62f12cf1)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'c7738a21690b42a7bf3562fa62f12cf1', 'request_id': 'req-064f43ef-e678-4956-8dd3-a67c814a1272'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'c7738a21690b42a7bf3562fa62f12cf1', 'request_id': 'req-064f43ef-e678-4956-8dd3-a67c814a1272'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'c7738a21690b42a7bf3562fa62f12cf1', 'request_id': 'req-064f43ef-e678-4956-8dd3-a67c814a1272'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'c7738a21690b42a7bf3562fa62f12cf1', 'request_id': 'req-064f43ef-e678-4956-8dd3-a67c814a1272'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'c7738a21690b42a7bf3562fa62f12cf1', 'request_id': 'req-064f43ef-e678-4956-8dd3-a67c814a1272'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 733/1470] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:48 2025] DELETE /identity/v3/users/c7738a21690b42a7bf3562fa62f12cf1 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 738/1471] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-064f43ef-e678-4956-8dd3-a67c814a1272 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 734/1472] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:48 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-147f6680-3132-4d37-a111-f1e7bcdb0e27 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] PATH_INFO: `/v3/projects/6093af9a4aff4233b4262e78b641a247` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6093af9a4aff4233b4262e78b641a247)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6093af9a4aff4233b4262e78b641a247', 'request_id': 'req-badd713b-e75f-4e0c-a786-dbd7d137b7e2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6093af9a4aff4233b4262e78b641a247', 'request_id': 'req-badd713b-e75f-4e0c-a786-dbd7d137b7e2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6093af9a4aff4233b4262e78b641a247', 'request_id': 'req-badd713b-e75f-4e0c-a786-dbd7d137b7e2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] The token cache is being invalidate because project 6093af9a4aff4233b4262e78b641a247 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-badd713b-e75f-4e0c-a786-dbd7d137b7e2 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 739/1473] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:48 2025] DELETE /identity/v3/projects/6093af9a4aff4233b4262e78b641a247 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98956011-5ca6-4317-9df0-9b5ead96a333 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] PATH_INFO: `/v3/projects/1b76804745374a5f836f24a16babdfa0` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] RBAC: Authorizing `identity:delete_project(project_id=1b76804745374a5f836f24a16babdfa0)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '1b76804745374a5f836f24a16babdfa0', 'request_id': 'req-1c1425d4-b749-4bd8-81d9-f0a658ef324d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '1b76804745374a5f836f24a16babdfa0', 'request_id': 'req-1c1425d4-b749-4bd8-81d9-f0a658ef324d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '1b76804745374a5f836f24a16babdfa0', 'request_id': 'req-1c1425d4-b749-4bd8-81d9-f0a658ef324d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] The token cache is being invalidate because project 1b76804745374a5f836f24a16babdfa0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-1c1425d4-b749-4bd8-81d9-f0a658ef324d ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 735/1474] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:49 2025] DELETE /identity/v3/projects/1b76804745374a5f836f24a16babdfa0 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 740/1475] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 736/1476] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b246db9d-4d28-41e5-b56a-3fc402731a37 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 741/1477] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:49 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b55f8d87-3135-4f8e-a704-4f60a1a7e9d8 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 737/1478] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/projects => generated 400 bytes in 32 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce31a42d-1da4-43f6-8c34-46899ae271b6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 742/1479] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/users => generated 308 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5064c7cc-c933-4a1b-bff1-48c4e9bf9c34 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 738/1480] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:49 2025] GET /identity/v3/roles => generated 1672 bytes in 29 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1703efb2-bbda-4e5d-92fa-fc6b375d30e7 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] PATH_INFO: `/v3/projects/1fb49c0873364d64bb909d8b9a24b20e/users/42ec4d01f01d44d29096f89620e6bb76/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1fb49c0873364d64bb909d8b9a24b20e, user_id=42ec4d01f01d44d29096f89620e6bb76, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 743/1481] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:49 2025] PUT /identity/v3/projects/1fb49c0873364d64bb909d8b9a24b20e/users/42ec4d01f01d44d29096f89620e6bb76/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 33 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54de4a8e-08e1-405f-aec6-868dd3bcf63e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18a494a2-8b93-4fae-8f2a-ba02ab776a35 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18a494a2-8b93-4fae-8f2a-ba02ab776a35 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18a494a2-8b93-4fae-8f2a-ba02ab776a35 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18a494a2-8b93-4fae-8f2a-ba02ab776a35 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18a494a2-8b93-4fae-8f2a-ba02ab776a35 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18a494a2-8b93-4fae-8f2a-ba02ab776a35 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 739/1482] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:49 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ced86aeb-188c-48c3-b7df-7434a683b694 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] PATH_INFO: `/v3/projects/1fb49c0873364d64bb909d8b9a24b20e/users/42ec4d01f01d44d29096f89620e6bb76/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1fb49c0873364d64bb909d8b9a24b20e, user_id=42ec4d01f01d44d29096f89620e6bb76, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 744/1483] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:49 2025] PUT /identity/v3/projects/1fb49c0873364d64bb909d8b9a24b20e/users/42ec4d01f01d44d29096f89620e6bb76/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] MFA Rules not processed for user `42ec4d01f01d44d29096f89620e6bb76`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 740/1484] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/auth/tokens => generated 2530 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7591a398-0c3e-4647-811e-be4f4615d3fd ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 745/1485] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/projects => generated 402 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e7e64a7-a7a3-4e47-aa5f-a2a0823c964d None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 741/1486] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/users => generated 308 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e4ed1fb-39f8-4558-9835-eb0534209783 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 746/1487] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:49 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e06bdc-e150-4acc-a3e6-c8b846c77eaa ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] PATH_INFO: `/v3/projects/66a013768fb440cc85e58bd3ee50cbea/users/1199a26cb7704c1482dac55647d08a25/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=66a013768fb440cc85e58bd3ee50cbea, user_id=1199a26cb7704c1482dac55647d08a25, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 742/1488] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:49 2025] PUT /identity/v3/projects/66a013768fb440cc85e58bd3ee50cbea/users/1199a26cb7704c1482dac55647d08a25/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44b0c619-3786-456f-a4d6-1b297c45bfcc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 747/1489] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:49 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f957fa49-9865-492e-b406-890cbbc543cd ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] PATH_INFO: `/v3/projects/66a013768fb440cc85e58bd3ee50cbea/users/1199a26cb7704c1482dac55647d08a25/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=66a013768fb440cc85e58bd3ee50cbea, user_id=1199a26cb7704c1482dac55647d08a25, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 743/1490] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:49 2025] PUT /identity/v3/projects/66a013768fb440cc85e58bd3ee50cbea/users/1199a26cb7704c1482dac55647d08a25/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2344321-5938-42ad-b63b-2fa42244f7fd ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28190c54-21fe-4668-9921-49cc66b7315f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28190c54-21fe-4668-9921-49cc66b7315f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28190c54-21fe-4668-9921-49cc66b7315f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28190c54-21fe-4668-9921-49cc66b7315f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28190c54-21fe-4668-9921-49cc66b7315f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28190c54-21fe-4668-9921-49cc66b7315f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 748/1491] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:49 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcf16da5-bf18-4c02-a886-3bee215d5a94 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] PATH_INFO: `/v3/projects/66a013768fb440cc85e58bd3ee50cbea/users/1199a26cb7704c1482dac55647d08a25/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=66a013768fb440cc85e58bd3ee50cbea, user_id=1199a26cb7704c1482dac55647d08a25, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 744/1492] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:49 2025] PUT /identity/v3/projects/66a013768fb440cc85e58bd3ee50cbea/users/1199a26cb7704c1482dac55647d08a25/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] MFA Rules not processed for user `1199a26cb7704c1482dac55647d08a25`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 749/1493] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:49 2025] POST /identity/v3/auth/tokens => generated 2655 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:49 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec948400-0a43-4fdb-b4e4-ba829daec99d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 745/1494] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:49 2025] GET /identity/v3/auth/tokens => generated 2655 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f58d3ac-330c-4363-aaf4-ab40808d91ce None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:50 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 750/1495] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:50 2025] GET /identity/v3/auth/tokens => generated 2530 bytes in 38 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c7b8b9a-8f9c-4369-9943-73d40187586d service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] PATH_INFO: `/v3/users/42ec4d01f01d44d29096f89620e6bb76` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=42ec4d01f01d44d29096f89620e6bb76)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:53 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '42ec4d01f01d44d29096f89620e6bb76', 'request_id': 'req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '42ec4d01f01d44d29096f89620e6bb76', 'request_id': 'req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '42ec4d01f01d44d29096f89620e6bb76', 'request_id': 'req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '42ec4d01f01d44d29096f89620e6bb76', 'request_id': 'req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '42ec4d01f01d44d29096f89620e6bb76', 'request_id': 'req-cf4cd569-f4b0-4e47-8ade-9fa7d25aa984'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 746/1496] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:53 2025] DELETE /identity/v3/users/42ec4d01f01d44d29096f89620e6bb76 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-676af5d6-b9d0-4250-b736-f115d3feecc4 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] PATH_INFO: `/v3/users/1199a26cb7704c1482dac55647d08a25` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=1199a26cb7704c1482dac55647d08a25)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '1199a26cb7704c1482dac55647d08a25', 'request_id': 'req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '1199a26cb7704c1482dac55647d08a25', 'request_id': 'req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '1199a26cb7704c1482dac55647d08a25', 'request_id': 'req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '1199a26cb7704c1482dac55647d08a25', 'request_id': 'req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '1199a26cb7704c1482dac55647d08a25', 'request_id': 'req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 751/1497] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:54 2025] DELETE /identity/v3/users/1199a26cb7704c1482dac55647d08a25 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 747/1498] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:54 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f2ac3fd-17b5-456e-a6cb-4b628a188f87 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 752/1499] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:54 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78c944eb-d7c6-410c-a4e9-f5562a596172 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] PATH_INFO: `/v3/projects/1fb49c0873364d64bb909d8b9a24b20e` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=1fb49c0873364d64bb909d8b9a24b20e)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '1fb49c0873364d64bb909d8b9a24b20e', 'request_id': 'req-5001c74a-f17b-462e-bd9a-56b0aebb7502'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '1fb49c0873364d64bb909d8b9a24b20e', 'request_id': 'req-5001c74a-f17b-462e-bd9a-56b0aebb7502'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '1fb49c0873364d64bb909d8b9a24b20e', 'request_id': 'req-5001c74a-f17b-462e-bd9a-56b0aebb7502'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] The token cache is being invalidate because project 1fb49c0873364d64bb909d8b9a24b20e was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-5001c74a-f17b-462e-bd9a-56b0aebb7502 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 748/1500] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:54 2025] DELETE /identity/v3/projects/1fb49c0873364d64bb909d8b9a24b20e => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:54 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16cbeda9-f361-41f3-9df5-45c7e712b473 service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] PATH_INFO: `/v3/projects/66a013768fb440cc85e58bd3ee50cbea` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=66a013768fb440cc85e58bd3ee50cbea)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '66a013768fb440cc85e58bd3ee50cbea', 'request_id': 'req-15180bef-f870-4186-bf6a-bdf49f6a726e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '66a013768fb440cc85e58bd3ee50cbea', 'request_id': 'req-15180bef-f870-4186-bf6a-bdf49f6a726e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '66a013768fb440cc85e58bd3ee50cbea', 'request_id': 'req-15180bef-f870-4186-bf6a-bdf49f6a726e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] The token cache is being invalidate because project 66a013768fb440cc85e58bd3ee50cbea was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-15180bef-f870-4186-bf6a-bdf49f6a726e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 753/1501] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:54 2025] DELETE /identity/v3/projects/66a013768fb440cc85e58bd3ee50cbea => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 749/1502] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a85192-a676-4439-9418-fbe6054185bd None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a85192-a676-4439-9418-fbe6054185bd None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a85192-a676-4439-9418-fbe6054185bd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-12a85192-a676-4439-9418-fbe6054185bd None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-12a85192-a676-4439-9418-fbe6054185bd None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-12a85192-a676-4439-9418-fbe6054185bd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 754/1503] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a37ae9ad-5790-4b32-9845-566d1edaeaad None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 750/1504] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a85192-a676-4439-9418-fbe6054185bd None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a85192-a676-4439-9418-fbe6054185bd None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 755/1505] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/projects => generated 384 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a66e2ad-ee8b-45d7-bb0d-e5b60c8e37a1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 751/1506] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/users => generated 300 bytes in 48 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca3f2083-c722-4679-845f-a16112c97d36 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 756/1507] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c37650a7-3288-47fa-bb0c-f27485e5d45d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] PATH_INFO: `/v3/projects/d9bf0b89b0014c26badfd1fb7ecdff69/users/02a991afe33d4320b1a9ebe5d882b4b9/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d9bf0b89b0014c26badfd1fb7ecdff69, user_id=02a991afe33d4320b1a9ebe5d882b4b9, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 752/1508] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:55 2025] PUT /identity/v3/projects/d9bf0b89b0014c26badfd1fb7ecdff69/users/02a991afe33d4320b1a9ebe5d882b4b9/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0740f6b-fa5d-44ae-a082-de5150b8406d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c93f14d1-2ffb-41cc-b150-8492ceb26583 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c93f14d1-2ffb-41cc-b150-8492ceb26583 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c93f14d1-2ffb-41cc-b150-8492ceb26583 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c93f14d1-2ffb-41cc-b150-8492ceb26583 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c93f14d1-2ffb-41cc-b150-8492ceb26583 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c93f14d1-2ffb-41cc-b150-8492ceb26583 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 757/1509] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/roles => generated 1672 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72944717-679f-4f6d-a4ec-0eccc2882fb3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] PATH_INFO: `/v3/projects/d9bf0b89b0014c26badfd1fb7ecdff69/users/02a991afe33d4320b1a9ebe5d882b4b9/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d9bf0b89b0014c26badfd1fb7ecdff69, user_id=02a991afe33d4320b1a9ebe5d882b4b9, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 753/1510] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:55 2025] PUT /identity/v3/projects/d9bf0b89b0014c26badfd1fb7ecdff69/users/02a991afe33d4320b1a9ebe5d882b4b9/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] MFA Rules not processed for user `02a991afe33d4320b1a9ebe5d882b4b9`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 758/1511] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/auth/tokens => generated 2514 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9465ec3a-cf71-4926-9670-ce1badcb53ae ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 754/1512] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/projects => generated 382 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d099cb5-d0d7-4b70-bde7-9ad02b1b3f18 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 759/1513] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/users => generated 298 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-062785b9-84b4-4bde-a0e9-d8b72e6757b7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 755/1514] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/roles => generated 1672 bytes in 29 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a418934-dae4-46b6-a816-18e8417cffcd ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] PATH_INFO: `/v3/projects/61c5dc82b190466dbcb8e094cbc7d206/users/fe78c5ec417f4deeb9868a2cc002e754/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=61c5dc82b190466dbcb8e094cbc7d206, user_id=fe78c5ec417f4deeb9868a2cc002e754, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 760/1515] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:55 2025] PUT /identity/v3/projects/61c5dc82b190466dbcb8e094cbc7d206/users/fe78c5ec417f4deeb9868a2cc002e754/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbca22aa-073b-4ddf-a628-86e2f96f5499 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 756/1516] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-811daab6-7985-4a43-b611-3fef36fd0cc5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] PATH_INFO: `/v3/projects/61c5dc82b190466dbcb8e094cbc7d206/users/fe78c5ec417f4deeb9868a2cc002e754/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=61c5dc82b190466dbcb8e094cbc7d206, user_id=fe78c5ec417f4deeb9868a2cc002e754, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 761/1517] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:55 2025] PUT /identity/v3/projects/61c5dc82b190466dbcb8e094cbc7d206/users/fe78c5ec417f4deeb9868a2cc002e754/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-651729f4-7fd0-4ef0-bbde-082dc9a00089 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-879c029b-c4c8-41cb-a9be-909ece02cda0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-879c029b-c4c8-41cb-a9be-909ece02cda0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-879c029b-c4c8-41cb-a9be-909ece02cda0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-879c029b-c4c8-41cb-a9be-909ece02cda0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-879c029b-c4c8-41cb-a9be-909ece02cda0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-879c029b-c4c8-41cb-a9be-909ece02cda0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 757/1518] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/roles => generated 1672 bytes in 39 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-099ea5f3-1ad8-4ca5-9e8b-af1c83cecf01 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] PATH_INFO: `/v3/projects/61c5dc82b190466dbcb8e094cbc7d206/users/fe78c5ec417f4deeb9868a2cc002e754/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=61c5dc82b190466dbcb8e094cbc7d206, user_id=fe78c5ec417f4deeb9868a2cc002e754, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 762/1519] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:55 2025] PUT /identity/v3/projects/61c5dc82b190466dbcb8e094cbc7d206/users/fe78c5ec417f4deeb9868a2cc002e754/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] MFA Rules not processed for user `fe78c5ec417f4deeb9868a2cc002e754`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 758/1520] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:55 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb53831b-9a06-4a1a-8fb4-3cac094ac616 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 763/1521] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cb8dabe-8518-4b0d-bf0d-290fd0257ddb None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:55 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 759/1522] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:55 2025] GET /identity/v3/auth/tokens => generated 2514 bytes in 37 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e03533c-a7fc-48f1-8caf-99766aeb86d5 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] PATH_INFO: `/v3/users/02a991afe33d4320b1a9ebe5d882b4b9` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] RBAC: Authorizing `identity:delete_user(user_id=02a991afe33d4320b1a9ebe5d882b4b9)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '02a991afe33d4320b1a9ebe5d882b4b9', 'request_id': 'req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '02a991afe33d4320b1a9ebe5d882b4b9', 'request_id': 'req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '02a991afe33d4320b1a9ebe5d882b4b9', 'request_id': 'req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '02a991afe33d4320b1a9ebe5d882b4b9', 'request_id': 'req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '02a991afe33d4320b1a9ebe5d882b4b9', 'request_id': 'req-409fafc4-2688-4a33-a4c5-3ebebd8eb7bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 764/1523] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:58 2025] DELETE /identity/v3/users/02a991afe33d4320b1a9ebe5d882b4b9 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a89116ec-e7cd-48eb-8f01-be67c53af989 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] PATH_INFO: `/v3/users/fe78c5ec417f4deeb9868a2cc002e754` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=fe78c5ec417f4deeb9868a2cc002e754)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'fe78c5ec417f4deeb9868a2cc002e754', 'request_id': 'req-fc3414fb-e953-4b09-9e68-8c4d266a5489'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'fe78c5ec417f4deeb9868a2cc002e754', 'request_id': 'req-fc3414fb-e953-4b09-9e68-8c4d266a5489'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'fe78c5ec417f4deeb9868a2cc002e754', 'request_id': 'req-fc3414fb-e953-4b09-9e68-8c4d266a5489'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'fe78c5ec417f4deeb9868a2cc002e754', 'request_id': 'req-fc3414fb-e953-4b09-9e68-8c4d266a5489'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'fe78c5ec417f4deeb9868a2cc002e754', 'request_id': 'req-fc3414fb-e953-4b09-9e68-8c4d266a5489'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 760/1524] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:38:58 2025] DELETE /identity/v3/users/fe78c5ec417f4deeb9868a2cc002e754 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 765/1525] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:58 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc3414fb-e953-4b09-9e68-8c4d266a5489 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:58 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 761/1526] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:38:58 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a406e89e-f5dc-45c9-97f6-6e739f6fa756 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] PATH_INFO: `/v3/projects/d9bf0b89b0014c26badfd1fb7ecdff69` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=d9bf0b89b0014c26badfd1fb7ecdff69)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'd9bf0b89b0014c26badfd1fb7ecdff69', 'request_id': 'req-1d12c021-da70-4f51-883d-4060baa39070'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'd9bf0b89b0014c26badfd1fb7ecdff69', 'request_id': 'req-1d12c021-da70-4f51-883d-4060baa39070'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'd9bf0b89b0014c26badfd1fb7ecdff69', 'request_id': 'req-1d12c021-da70-4f51-883d-4060baa39070'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] The token cache is being invalidate because project d9bf0b89b0014c26badfd1fb7ecdff69 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-1d12c021-da70-4f51-883d-4060baa39070 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 766/1527] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:59 2025] DELETE /identity/v3/projects/d9bf0b89b0014c26badfd1fb7ecdff69 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5c50b6-12aa-4968-8b6a-d4411af2e192 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] PATH_INFO: `/v3/projects/61c5dc82b190466dbcb8e094cbc7d206` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=61c5dc82b190466dbcb8e094cbc7d206)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '61c5dc82b190466dbcb8e094cbc7d206', 'request_id': 'req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '61c5dc82b190466dbcb8e094cbc7d206', 'request_id': 'req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '61c5dc82b190466dbcb8e094cbc7d206', 'request_id': 'req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] The token cache is being invalidate because project 61c5dc82b190466dbcb8e094cbc7d206 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-20a53e21-9fc7-41aa-a10c-2f7506eb8dc9 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 762/1528] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:38:59 2025] DELETE /identity/v3/projects/61c5dc82b190466dbcb8e094cbc7d206 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 767/1529] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 763/1530] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0b8f596-d4c7-4bf6-a203-9faabd6ed7a9 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 768/1531] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:38:59 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30741e5e-cec6-4436-b083-e3d26b7ae8ce None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 764/1532] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:38:59 2025] POST /identity/v3/projects => generated 388 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f6a2a24-b818-4228-bc8e-ddf58bdeecd2 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 769/1533] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:38:59 2025] POST /identity/v3/users => generated 302 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac33266b-7a40-4cbc-a335-09b223e15e92 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 765/1534] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:59 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d542d85-cc4f-40b2-ac0d-72a204dff4b8 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] PATH_INFO: `/v3/projects/9e59c7258ebc4bab9c307997519ebc82/users/3ba9f7fff61a40c7a1d83d8610bfcdd8/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=9e59c7258ebc4bab9c307997519ebc82, user_id=3ba9f7fff61a40c7a1d83d8610bfcdd8, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 770/1535] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:59 2025] PUT /identity/v3/projects/9e59c7258ebc4bab9c307997519ebc82/users/3ba9f7fff61a40c7a1d83d8610bfcdd8/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-223d4f3f-bc50-4cb3-bc55-4c1dda39e1ee ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bf609ea-5b2d-4c32-845f-739b0cbebc9d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bf609ea-5b2d-4c32-845f-739b0cbebc9d ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bf609ea-5b2d-4c32-845f-739b0cbebc9d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bf609ea-5b2d-4c32-845f-739b0cbebc9d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bf609ea-5b2d-4c32-845f-739b0cbebc9d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bf609ea-5b2d-4c32-845f-739b0cbebc9d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 766/1536] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:38:59 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26a64649-0525-4b62-aefb-c3d7c595c552 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] PATH_INFO: `/v3/projects/9e59c7258ebc4bab9c307997519ebc82/users/3ba9f7fff61a40c7a1d83d8610bfcdd8/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=9e59c7258ebc4bab9c307997519ebc82, user_id=3ba9f7fff61a40c7a1d83d8610bfcdd8, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 771/1537] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:38:59 2025] PUT /identity/v3/projects/9e59c7258ebc4bab9c307997519ebc82/users/3ba9f7fff61a40c7a1d83d8610bfcdd8/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] MFA Rules not processed for user `3ba9f7fff61a40c7a1d83d8610bfcdd8`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:38:59 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 767/1538] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:38:59 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcad1efb-532e-454c-8f67-40874c8de145 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 772/1539] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:00 2025] POST /identity/v3/projects => generated 390 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b26dc9f3-e2f5-4d10-9fee-40486efd22ec None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 768/1540] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:00 2025] POST /identity/v3/users => generated 302 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff0f00d9-0cd4-43c4-bf8f-a8fd81cb6ea8 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 773/1541] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:00 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38893a88-8e87-405e-b208-9df6423a2a4a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] PATH_INFO: `/v3/projects/7f51423a43bb4efb92bd94e9559645e9/users/0f6c1b0f6198484fb06b65bbe643f260/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7f51423a43bb4efb92bd94e9559645e9, user_id=0f6c1b0f6198484fb06b65bbe643f260, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 769/1542] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:00 2025] PUT /identity/v3/projects/7f51423a43bb4efb92bd94e9559645e9/users/0f6c1b0f6198484fb06b65bbe643f260/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87a1e07a-0316-4902-a636-c5a9c66b9b83 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 774/1543] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:00 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09224403-f199-4e69-b65b-89d43a6fd434 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] PATH_INFO: `/v3/projects/7f51423a43bb4efb92bd94e9559645e9/users/0f6c1b0f6198484fb06b65bbe643f260/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7f51423a43bb4efb92bd94e9559645e9, user_id=0f6c1b0f6198484fb06b65bbe643f260, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 770/1544] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:00 2025] PUT /identity/v3/projects/7f51423a43bb4efb92bd94e9559645e9/users/0f6c1b0f6198484fb06b65bbe643f260/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c13bee05-b43f-4f2f-b423-0ff9818df73d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8092adae-2f77-4cf9-87ce-91700ce9129f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8092adae-2f77-4cf9-87ce-91700ce9129f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8092adae-2f77-4cf9-87ce-91700ce9129f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8092adae-2f77-4cf9-87ce-91700ce9129f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8092adae-2f77-4cf9-87ce-91700ce9129f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8092adae-2f77-4cf9-87ce-91700ce9129f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 775/1545] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:00 2025] GET /identity/v3/roles => generated 1672 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c9af00f-8ec5-4132-9d17-114c8f0649b3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] PATH_INFO: `/v3/projects/7f51423a43bb4efb92bd94e9559645e9/users/0f6c1b0f6198484fb06b65bbe643f260/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7f51423a43bb4efb92bd94e9559645e9, user_id=0f6c1b0f6198484fb06b65bbe643f260, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 771/1546] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:00 2025] PUT /identity/v3/projects/7f51423a43bb4efb92bd94e9559645e9/users/0f6c1b0f6198484fb06b65bbe643f260/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] MFA Rules not processed for user `0f6c1b0f6198484fb06b65bbe643f260`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 776/1547] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:00 2025] POST /identity/v3/auth/tokens => generated 2643 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5c4c0c-ed01-4942-a88e-30285073bb9f ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 772/1548] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:00 2025] GET /identity/v3/auth/tokens => generated 2643 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7d5ce37-5a67-4fc1-81d4-5d850c49a678 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] PATH_INFO: `/v3/users/3ba9f7fff61a40c7a1d83d8610bfcdd8` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3ba9f7fff61a40c7a1d83d8610bfcdd8)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3ba9f7fff61a40c7a1d83d8610bfcdd8', 'request_id': 'req-3f4b522d-10b8-453d-bb03-57f120b4236d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3ba9f7fff61a40c7a1d83d8610bfcdd8', 'request_id': 'req-3f4b522d-10b8-453d-bb03-57f120b4236d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3ba9f7fff61a40c7a1d83d8610bfcdd8', 'request_id': 'req-3f4b522d-10b8-453d-bb03-57f120b4236d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3ba9f7fff61a40c7a1d83d8610bfcdd8', 'request_id': 'req-3f4b522d-10b8-453d-bb03-57f120b4236d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3f4b522d-10b8-453d-bb03-57f120b4236d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3ba9f7fff61a40c7a1d83d8610bfcdd8', 'request_id': 'req-3f4b522d-10b8-453d-bb03-57f120b4236d'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 777/1549] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:00 2025] DELETE /identity/v3/users/3ba9f7fff61a40c7a1d83d8610bfcdd8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc18de1b-7cf2-4fa2-89a3-d161ccd93764 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] PATH_INFO: `/v3/users/0f6c1b0f6198484fb06b65bbe643f260` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0f6c1b0f6198484fb06b65bbe643f260)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0f6c1b0f6198484fb06b65bbe643f260', 'request_id': 'req-cd83e047-4978-444a-8775-03aeb83e0ea7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0f6c1b0f6198484fb06b65bbe643f260', 'request_id': 'req-cd83e047-4978-444a-8775-03aeb83e0ea7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0f6c1b0f6198484fb06b65bbe643f260', 'request_id': 'req-cd83e047-4978-444a-8775-03aeb83e0ea7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0f6c1b0f6198484fb06b65bbe643f260', 'request_id': 'req-cd83e047-4978-444a-8775-03aeb83e0ea7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0f6c1b0f6198484fb06b65bbe643f260', 'request_id': 'req-cd83e047-4978-444a-8775-03aeb83e0ea7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 773/1550] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:00 2025] DELETE /identity/v3/users/0f6c1b0f6198484fb06b65bbe643f260 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 778/1551] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:00 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd83e047-4978-444a-8775-03aeb83e0ea7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 774/1552] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:00 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14038fe3-a04c-4765-9d02-65bddf2720dd None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] PATH_INFO: `/v3/projects/9e59c7258ebc4bab9c307997519ebc82` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=9e59c7258ebc4bab9c307997519ebc82)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '9e59c7258ebc4bab9c307997519ebc82', 'request_id': 'req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '9e59c7258ebc4bab9c307997519ebc82', 'request_id': 'req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '9e59c7258ebc4bab9c307997519ebc82', 'request_id': 'req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] The token cache is being invalidate because project 9e59c7258ebc4bab9c307997519ebc82 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-ec06339d-dc90-4e43-b87c-2e9b58e6b13e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 779/1553] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:01 2025] DELETE /identity/v3/projects/9e59c7258ebc4bab9c307997519ebc82 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fe10f7c4-db15-4f1b-8aac-60021cbb02d3 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] PATH_INFO: `/v3/projects/7f51423a43bb4efb92bd94e9559645e9` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] RBAC: Authorizing `identity:delete_project(project_id=7f51423a43bb4efb92bd94e9559645e9)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '7f51423a43bb4efb92bd94e9559645e9', 'request_id': 'req-8fce4fda-6132-4f23-9437-62f50256ff8b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '7f51423a43bb4efb92bd94e9559645e9', 'request_id': 'req-8fce4fda-6132-4f23-9437-62f50256ff8b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '7f51423a43bb4efb92bd94e9559645e9', 'request_id': 'req-8fce4fda-6132-4f23-9437-62f50256ff8b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] The token cache is being invalidate because project 7f51423a43bb4efb92bd94e9559645e9 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-8fce4fda-6132-4f23-9437-62f50256ff8b ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 775/1554] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:01 2025] DELETE /identity/v3/projects/7f51423a43bb4efb92bd94e9559645e9 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 780/1555] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 776/1556] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e12f088f-d483-4d0f-a8b9-899f14845eb6 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 781/1557] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:01 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96ba5671-fb95-4366-bfd2-34dbf546f5a6 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 777/1558] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:01 2025] POST /identity/v3/projects => generated 408 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9953285-58de-4517-a1ce-82c136d84be6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 782/1559] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:01 2025] POST /identity/v3/users => generated 312 bytes in 48 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e5b073b-9ea5-4464-9851-af7ad1ac8cc5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 778/1560] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:01 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c727cfb-cd23-4b83-8ae6-b6f7d0aacd79 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] PATH_INFO: `/v3/projects/fdf55db15edb4bcbb78121015afd00b0/users/9d63cb2c397742daa72f92736c725044/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fdf55db15edb4bcbb78121015afd00b0, user_id=9d63cb2c397742daa72f92736c725044, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 783/1561] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:01 2025] PUT /identity/v3/projects/fdf55db15edb4bcbb78121015afd00b0/users/9d63cb2c397742daa72f92736c725044/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed41794-290f-4c24-9578-7e9e8cfc018b ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dce112f1-4841-4aa7-8022-ab6d0e8e2f85 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce112f1-4841-4aa7-8022-ab6d0e8e2f85 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce112f1-4841-4aa7-8022-ab6d0e8e2f85 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce112f1-4841-4aa7-8022-ab6d0e8e2f85 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dce112f1-4841-4aa7-8022-ab6d0e8e2f85 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dce112f1-4841-4aa7-8022-ab6d0e8e2f85 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 779/1562] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:01 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e751b9e-bc83-4757-9b7e-6260bf9e0a53 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] PATH_INFO: `/v3/projects/fdf55db15edb4bcbb78121015afd00b0/users/9d63cb2c397742daa72f92736c725044/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fdf55db15edb4bcbb78121015afd00b0, user_id=9d63cb2c397742daa72f92736c725044, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 784/1563] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:01 2025] PUT /identity/v3/projects/fdf55db15edb4bcbb78121015afd00b0/users/9d63cb2c397742daa72f92736c725044/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] MFA Rules not processed for user `9d63cb2c397742daa72f92736c725044`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 780/1564] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:02 2025] POST /identity/v3/auth/tokens => generated 2538 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-527f9167-4f2f-43b8-bce1-1d400e16b892 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 785/1565] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:02 2025] POST /identity/v3/projects => generated 408 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7324bdc-8931-4535-b7b5-28cd2322be11 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 781/1566] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:02 2025] POST /identity/v3/users => generated 311 bytes in 48 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7133eed7-840d-471e-a0d2-3ad7cfa23e8e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 786/1567] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:02 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bde0cfe1-6c65-4a16-a5bf-ee30f8fda32a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] PATH_INFO: `/v3/projects/388df7b560b34db6acfdc924ab18f78a/users/3a8e4d276af943d695c7c49e74e6dfd5/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=388df7b560b34db6acfdc924ab18f78a, user_id=3a8e4d276af943d695c7c49e74e6dfd5, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 782/1568] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:02 2025] PUT /identity/v3/projects/388df7b560b34db6acfdc924ab18f78a/users/3a8e4d276af943d695c7c49e74e6dfd5/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19c311ec-a9f6-49ad-9fbc-9351a544c4ee ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 787/1569] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:02 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d27448e-0d0d-4087-97ea-0fb43d0597e3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] PATH_INFO: `/v3/projects/388df7b560b34db6acfdc924ab18f78a/users/3a8e4d276af943d695c7c49e74e6dfd5/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=388df7b560b34db6acfdc924ab18f78a, user_id=3a8e4d276af943d695c7c49e74e6dfd5, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 783/1570] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:02 2025] PUT /identity/v3/projects/388df7b560b34db6acfdc924ab18f78a/users/3a8e4d276af943d695c7c49e74e6dfd5/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bb17fbd-6132-4c2c-8c8e-6488ed6a02d8 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67323047-919b-417d-a309-ee859df54456 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67323047-919b-417d-a309-ee859df54456 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67323047-919b-417d-a309-ee859df54456 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67323047-919b-417d-a309-ee859df54456 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67323047-919b-417d-a309-ee859df54456 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67323047-919b-417d-a309-ee859df54456 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 788/1571] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:02 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b701763b-828d-4c30-9478-f17c6098b33f ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] PATH_INFO: `/v3/projects/388df7b560b34db6acfdc924ab18f78a/users/3a8e4d276af943d695c7c49e74e6dfd5/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=388df7b560b34db6acfdc924ab18f78a, user_id=3a8e4d276af943d695c7c49e74e6dfd5, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 784/1572] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:02 2025] PUT /identity/v3/projects/388df7b560b34db6acfdc924ab18f78a/users/3a8e4d276af943d695c7c49e74e6dfd5/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] MFA Rules not processed for user `3a8e4d276af943d695c7c49e74e6dfd5`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 789/1573] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:02 2025] POST /identity/v3/auth/tokens => generated 2661 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfa1b8cf-75e1-4893-84fd-3cd7045263fc ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 785/1574] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:02 2025] GET /identity/v3/auth/tokens => generated 2661 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ff5ff24-a19a-434b-a247-d465919142e7 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 790/1575] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:02 2025] GET /identity/v3/auth/tokens => generated 2538 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87702fb1-31c4-49e6-8cb1-48d7abdc5977 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] PATH_INFO: `/v3/users/9d63cb2c397742daa72f92736c725044` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] RBAC: Authorizing `identity:delete_user(user_id=9d63cb2c397742daa72f92736c725044)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '9d63cb2c397742daa72f92736c725044', 'request_id': 'req-e20e7be4-05e8-4576-a177-dd4315518d6a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '9d63cb2c397742daa72f92736c725044', 'request_id': 'req-e20e7be4-05e8-4576-a177-dd4315518d6a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '9d63cb2c397742daa72f92736c725044', 'request_id': 'req-e20e7be4-05e8-4576-a177-dd4315518d6a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '9d63cb2c397742daa72f92736c725044', 'request_id': 'req-e20e7be4-05e8-4576-a177-dd4315518d6a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e20e7be4-05e8-4576-a177-dd4315518d6a ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '9d63cb2c397742daa72f92736c725044', 'request_id': 'req-e20e7be4-05e8-4576-a177-dd4315518d6a'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 786/1576] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:07 2025] DELETE /identity/v3/users/9d63cb2c397742daa72f92736c725044 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78de9021-4aac-4b88-b85e-9696cb27c124 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] PATH_INFO: `/v3/users/3a8e4d276af943d695c7c49e74e6dfd5` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3a8e4d276af943d695c7c49e74e6dfd5)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3a8e4d276af943d695c7c49e74e6dfd5', 'request_id': 'req-b42c7f60-45b2-4192-877f-9665edf98df9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3a8e4d276af943d695c7c49e74e6dfd5', 'request_id': 'req-b42c7f60-45b2-4192-877f-9665edf98df9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3a8e4d276af943d695c7c49e74e6dfd5', 'request_id': 'req-b42c7f60-45b2-4192-877f-9665edf98df9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3a8e4d276af943d695c7c49e74e6dfd5', 'request_id': 'req-b42c7f60-45b2-4192-877f-9665edf98df9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3a8e4d276af943d695c7c49e74e6dfd5', 'request_id': 'req-b42c7f60-45b2-4192-877f-9665edf98df9'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 791/1577] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:07 2025] DELETE /identity/v3/users/3a8e4d276af943d695c7c49e74e6dfd5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 787/1578] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b42c7f60-45b2-4192-877f-9665edf98df9 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 792/1579] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:07 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c20e2e6-80dc-4656-b37e-831c9b606cbe None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] PATH_INFO: `/v3/projects/fdf55db15edb4bcbb78121015afd00b0` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=fdf55db15edb4bcbb78121015afd00b0)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'fdf55db15edb4bcbb78121015afd00b0', 'request_id': 'req-65a5c920-1ef6-4bed-b864-b988125e2f36'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'fdf55db15edb4bcbb78121015afd00b0', 'request_id': 'req-65a5c920-1ef6-4bed-b864-b988125e2f36'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'fdf55db15edb4bcbb78121015afd00b0', 'request_id': 'req-65a5c920-1ef6-4bed-b864-b988125e2f36'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] The token cache is being invalidate because project fdf55db15edb4bcbb78121015afd00b0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-65a5c920-1ef6-4bed-b864-b988125e2f36 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 788/1580] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:08 2025] DELETE /identity/v3/projects/fdf55db15edb4bcbb78121015afd00b0 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab3ff9d6-223a-47b5-a276-3f76057570b7 service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] PATH_INFO: `/v3/projects/388df7b560b34db6acfdc924ab18f78a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=388df7b560b34db6acfdc924ab18f78a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '388df7b560b34db6acfdc924ab18f78a', 'request_id': 'req-041da305-9d4d-4052-af25-1049ec7b028a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '388df7b560b34db6acfdc924ab18f78a', 'request_id': 'req-041da305-9d4d-4052-af25-1049ec7b028a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '388df7b560b34db6acfdc924ab18f78a', 'request_id': 'req-041da305-9d4d-4052-af25-1049ec7b028a'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] The token cache is being invalidate because project 388df7b560b34db6acfdc924ab18f78a was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-041da305-9d4d-4052-af25-1049ec7b028a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 793/1581] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:08 2025] DELETE /identity/v3/projects/388df7b560b34db6acfdc924ab18f78a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 789/1582] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:08 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 794/1583] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:08 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0781dac3-033d-4b9b-a3cd-d32d7a074c40 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 790/1584] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:08 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf17f58a-af69-4d1b-9191-482a7e73dac7 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 795/1585] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:08 2025] POST /identity/v3/projects => generated 378 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddddd1a2-48d4-479a-99c6-8b22c3a05ae4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 791/1586] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:08 2025] POST /identity/v3/users => generated 297 bytes in 47 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c05fdfe-5336-4143-ba99-b3e5fe83c6fe ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 796/1587] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:08 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-970df771-7274-4c40-9540-b83dce1be38a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] PATH_INFO: `/v3/projects/00645e8be831490b8c11e9630ebce259/users/fc33b2e5e95c41a18442b7a0f55647ed/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] RBAC: Authorizing `identity:create_grant(project_id=00645e8be831490b8c11e9630ebce259, user_id=fc33b2e5e95c41a18442b7a0f55647ed, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 792/1588] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:08 2025] PUT /identity/v3/projects/00645e8be831490b8c11e9630ebce259/users/fc33b2e5e95c41a18442b7a0f55647ed/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b6f6b39-aebe-48f7-af99-edd9f715bc8a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aaadeca6-3bfd-40a5-b82a-bb3886c67f02 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaadeca6-3bfd-40a5-b82a-bb3886c67f02 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaadeca6-3bfd-40a5-b82a-bb3886c67f02 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaadeca6-3bfd-40a5-b82a-bb3886c67f02 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aaadeca6-3bfd-40a5-b82a-bb3886c67f02 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aaadeca6-3bfd-40a5-b82a-bb3886c67f02 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 797/1589] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:08 2025] GET /identity/v3/roles => generated 1672 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bba5a5ce-cae1-4b63-8967-81d6319a02ea ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] PATH_INFO: `/v3/projects/00645e8be831490b8c11e9630ebce259/users/fc33b2e5e95c41a18442b7a0f55647ed/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=00645e8be831490b8c11e9630ebce259, user_id=fc33b2e5e95c41a18442b7a0f55647ed, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 793/1590] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:08 2025] PUT /identity/v3/projects/00645e8be831490b8c11e9630ebce259/users/fc33b2e5e95c41a18442b7a0f55647ed/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] MFA Rules not processed for user `fc33b2e5e95c41a18442b7a0f55647ed`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 798/1591] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:08 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cac53eb-983e-4781-901a-8c92c73321a3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 794/1592] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:09 2025] POST /identity/v3/projects => generated 378 bytes in 70 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5946bbad-13dc-4424-a2b6-94a5c64b1a16 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 799/1593] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:09 2025] POST /identity/v3/users => generated 297 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c35c1ad-b806-4b83-bab4-362b0e761c32 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 795/1594] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:09 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215c64fe-7806-4e58-be0c-c5ebdec7aac1 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] PATH_INFO: `/v3/projects/476f4abd17c94632a3d6c2cdae8616d0/users/aac4769e1aa74737b4ba5e97bf2c478c/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=476f4abd17c94632a3d6c2cdae8616d0, user_id=aac4769e1aa74737b4ba5e97bf2c478c, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 800/1595] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:09 2025] PUT /identity/v3/projects/476f4abd17c94632a3d6c2cdae8616d0/users/aac4769e1aa74737b4ba5e97bf2c478c/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a620905-d76f-4efb-9887-976a7e82d8a1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4e759a1-ed92-4ce1-9c1b-25c8b3d86bcf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4e759a1-ed92-4ce1-9c1b-25c8b3d86bcf ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4e759a1-ed92-4ce1-9c1b-25c8b3d86bcf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4e759a1-ed92-4ce1-9c1b-25c8b3d86bcf ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4e759a1-ed92-4ce1-9c1b-25c8b3d86bcf ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4e759a1-ed92-4ce1-9c1b-25c8b3d86bcf ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 796/1596] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:09 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3989dc8d-b5c5-4f62-ba67-8d1f2ce480d2 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] PATH_INFO: `/v3/projects/476f4abd17c94632a3d6c2cdae8616d0/users/aac4769e1aa74737b4ba5e97bf2c478c/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=476f4abd17c94632a3d6c2cdae8616d0, user_id=aac4769e1aa74737b4ba5e97bf2c478c, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 801/1597] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:09 2025] PUT /identity/v3/projects/476f4abd17c94632a3d6c2cdae8616d0/users/aac4769e1aa74737b4ba5e97bf2c478c/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] MFA Rules not processed for user `aac4769e1aa74737b4ba5e97bf2c478c`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 797/1598] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:09 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 75 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3b1dab9-6029-417a-baea-4479cd199e0d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 802/1599] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:09 2025] POST /identity/v3/projects => generated 380 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-714fe7a7-d4ba-41bb-9f7a-bf9a666e506e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 798/1600] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:09 2025] POST /identity/v3/users => generated 297 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1708396a-3404-4a04-9dc8-d5b4dbdf729e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 803/1601] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:09 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9a1a87a-9732-4dda-9f9c-28aca64f7738 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] PATH_INFO: `/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8/users/e41b6ffba849484f996426fff7beacad/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=de79ac4f0c074261a9bf097fcfa95dd8, user_id=e41b6ffba849484f996426fff7beacad, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 799/1602] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:09 2025] PUT /identity/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8/users/e41b6ffba849484f996426fff7beacad/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08f0c6be-84b1-49ce-9a4c-baacf228d59f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 804/1603] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:09 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d32590cc-8a3f-4692-b03e-99163c32886a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] PATH_INFO: `/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8/users/e41b6ffba849484f996426fff7beacad/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=de79ac4f0c074261a9bf097fcfa95dd8, user_id=e41b6ffba849484f996426fff7beacad, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 800/1604] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:09 2025] PUT /identity/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8/users/e41b6ffba849484f996426fff7beacad/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bba5539f-0084-4331-9ba1-e13504fe3764 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0cacdaf-b175-4c3f-a498-f01eca381095 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0cacdaf-b175-4c3f-a498-f01eca381095 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0cacdaf-b175-4c3f-a498-f01eca381095 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0cacdaf-b175-4c3f-a498-f01eca381095 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0cacdaf-b175-4c3f-a498-f01eca381095 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0cacdaf-b175-4c3f-a498-f01eca381095 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 805/1605] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:09 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eeef3734-6df3-4bf5-8ee6-05a06ea5fc40 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] PATH_INFO: `/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8/users/e41b6ffba849484f996426fff7beacad/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=de79ac4f0c074261a9bf097fcfa95dd8, user_id=e41b6ffba849484f996426fff7beacad, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 801/1606] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:09 2025] PUT /identity/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8/users/e41b6ffba849484f996426fff7beacad/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] MFA Rules not processed for user `e41b6ffba849484f996426fff7beacad`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 806/1607] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:09 2025] POST /identity/v3/auth/tokens => generated 2633 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecba77de-3f74-423f-b097-bfb1e4e2c750 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 802/1608] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:09 2025] GET /identity/v3/auth/tokens => generated 2633 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70ae7b80-ae07-4ef6-8967-c01fddee7aee None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:09 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 807/1609] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:09 2025] GET /identity/v3/auth/tokens => generated 2508 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a7a14a2-86f6-4b27-98ae-be0e7f9db638 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] PATH_INFO: `/v3/users/fc33b2e5e95c41a18442b7a0f55647ed` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] RBAC: Authorizing `identity:delete_user(user_id=fc33b2e5e95c41a18442b7a0f55647ed)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'fc33b2e5e95c41a18442b7a0f55647ed', 'request_id': 'req-419639ca-3901-4b80-a72d-d669382bda0b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'fc33b2e5e95c41a18442b7a0f55647ed', 'request_id': 'req-419639ca-3901-4b80-a72d-d669382bda0b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'fc33b2e5e95c41a18442b7a0f55647ed', 'request_id': 'req-419639ca-3901-4b80-a72d-d669382bda0b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'fc33b2e5e95c41a18442b7a0f55647ed', 'request_id': 'req-419639ca-3901-4b80-a72d-d669382bda0b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'fc33b2e5e95c41a18442b7a0f55647ed', 'request_id': 'req-419639ca-3901-4b80-a72d-d669382bda0b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 803/1610] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:12 2025] DELETE /identity/v3/users/fc33b2e5e95c41a18442b7a0f55647ed => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-394a1e34-6ad0-415e-a696-b3b2da630e61 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] PATH_INFO: `/v3/users/aac4769e1aa74737b4ba5e97bf2c478c` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=aac4769e1aa74737b4ba5e97bf2c478c)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'aac4769e1aa74737b4ba5e97bf2c478c', 'request_id': 'req-4b313f4e-7551-44b9-beba-84426cf29d29'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'aac4769e1aa74737b4ba5e97bf2c478c', 'request_id': 'req-4b313f4e-7551-44b9-beba-84426cf29d29'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'aac4769e1aa74737b4ba5e97bf2c478c', 'request_id': 'req-4b313f4e-7551-44b9-beba-84426cf29d29'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'aac4769e1aa74737b4ba5e97bf2c478c', 'request_id': 'req-4b313f4e-7551-44b9-beba-84426cf29d29'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4b313f4e-7551-44b9-beba-84426cf29d29 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'aac4769e1aa74737b4ba5e97bf2c478c', 'request_id': 'req-4b313f4e-7551-44b9-beba-84426cf29d29'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 808/1611] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:12 2025] DELETE /identity/v3/users/aac4769e1aa74737b4ba5e97bf2c478c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-419639ca-3901-4b80-a72d-d669382bda0b ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] PATH_INFO: `/v3/users/e41b6ffba849484f996426fff7beacad` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=e41b6ffba849484f996426fff7beacad)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'e41b6ffba849484f996426fff7beacad', 'request_id': 'req-d87bf37e-0a76-4c79-8592-ed192c4240c0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'e41b6ffba849484f996426fff7beacad', 'request_id': 'req-d87bf37e-0a76-4c79-8592-ed192c4240c0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'e41b6ffba849484f996426fff7beacad', 'request_id': 'req-d87bf37e-0a76-4c79-8592-ed192c4240c0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'e41b6ffba849484f996426fff7beacad', 'request_id': 'req-d87bf37e-0a76-4c79-8592-ed192c4240c0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'e41b6ffba849484f996426fff7beacad', 'request_id': 'req-d87bf37e-0a76-4c79-8592-ed192c4240c0'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 804/1612] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:12 2025] DELETE /identity/v3/users/e41b6ffba849484f996426fff7beacad => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 809/1613] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:12 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d87bf37e-0a76-4c79-8592-ed192c4240c0 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 805/1614] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:12 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1e1199e-ff18-4125-878c-18ef5c726f6c None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] PATH_INFO: `/v3/projects/00645e8be831490b8c11e9630ebce259` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=00645e8be831490b8c11e9630ebce259)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '00645e8be831490b8c11e9630ebce259', 'request_id': 'req-7ba4a57e-91f7-4620-bf5f-f91861f4c017'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '00645e8be831490b8c11e9630ebce259', 'request_id': 'req-7ba4a57e-91f7-4620-bf5f-f91861f4c017'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '00645e8be831490b8c11e9630ebce259', 'request_id': 'req-7ba4a57e-91f7-4620-bf5f-f91861f4c017'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] The token cache is being invalidate because project 00645e8be831490b8c11e9630ebce259 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 810/1615] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:13 2025] DELETE /identity/v3/projects/00645e8be831490b8c11e9630ebce259 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fed0cbb2-9de9-400f-b97b-6aada7fac378 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] PATH_INFO: `/v3/projects/476f4abd17c94632a3d6c2cdae8616d0` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=476f4abd17c94632a3d6c2cdae8616d0)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '476f4abd17c94632a3d6c2cdae8616d0', 'request_id': 'req-d10a36ab-9df6-4d39-95f8-30d74815e766'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '476f4abd17c94632a3d6c2cdae8616d0', 'request_id': 'req-d10a36ab-9df6-4d39-95f8-30d74815e766'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '476f4abd17c94632a3d6c2cdae8616d0', 'request_id': 'req-d10a36ab-9df6-4d39-95f8-30d74815e766'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] The token cache is being invalidate because project 476f4abd17c94632a3d6c2cdae8616d0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d10a36ab-9df6-4d39-95f8-30d74815e766 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 806/1616] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:13 2025] DELETE /identity/v3/projects/476f4abd17c94632a3d6c2cdae8616d0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ba4a57e-91f7-4620-bf5f-f91861f4c017 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] PATH_INFO: `/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] RBAC: Authorizing `identity:delete_project(project_id=de79ac4f0c074261a9bf097fcfa95dd8)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'de79ac4f0c074261a9bf097fcfa95dd8', 'request_id': 'req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'de79ac4f0c074261a9bf097fcfa95dd8', 'request_id': 'req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'de79ac4f0c074261a9bf097fcfa95dd8', 'request_id': 'req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] The token cache is being invalidate because project de79ac4f0c074261a9bf097fcfa95dd8 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-22882e2a-08f2-4ed7-99aa-f55c9abbd3bc ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 811/1617] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:14 2025] DELETE /identity/v3/projects/de79ac4f0c074261a9bf097fcfa95dd8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 807/1618] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 812/1619] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8995ecb-d6fa-4db6-96da-9b7d267b1f3e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 808/1620] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:14 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68fffaa3-5b64-4d06-95dd-1966a0b22d6d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 813/1621] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/projects => generated 368 bytes in 35 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cdf0435-011f-457f-b6b3-9b90fb6eef0a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 809/1622] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/users => generated 292 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99711b76-56c2-422a-8a8c-a7a0bf58d85b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 814/1623] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:14 2025] GET /identity/v3/roles => generated 1672 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4e2a121-f647-48b1-8278-16a7fcd4c8e2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] PATH_INFO: `/v3/projects/4d166e8374aa43fbb9cf474300ec607d/users/31ec4f3395cb4adca65f81cebb29bb57/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4d166e8374aa43fbb9cf474300ec607d, user_id=31ec4f3395cb4adca65f81cebb29bb57, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 810/1624] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:14 2025] PUT /identity/v3/projects/4d166e8374aa43fbb9cf474300ec607d/users/31ec4f3395cb4adca65f81cebb29bb57/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8111a5ec-a07e-46d9-9d5d-fc72368dc2dc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-618a9a64-b3a5-4c7a-98d1-00da98e49f8a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-618a9a64-b3a5-4c7a-98d1-00da98e49f8a ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-618a9a64-b3a5-4c7a-98d1-00da98e49f8a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-618a9a64-b3a5-4c7a-98d1-00da98e49f8a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-618a9a64-b3a5-4c7a-98d1-00da98e49f8a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-618a9a64-b3a5-4c7a-98d1-00da98e49f8a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 815/1625] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:14 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82f35728-1852-4a87-8c80-99a9cbc2e74d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] PATH_INFO: `/v3/projects/4d166e8374aa43fbb9cf474300ec607d/users/31ec4f3395cb4adca65f81cebb29bb57/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4d166e8374aa43fbb9cf474300ec607d, user_id=31ec4f3395cb4adca65f81cebb29bb57, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 811/1626] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:14 2025] PUT /identity/v3/projects/4d166e8374aa43fbb9cf474300ec607d/users/31ec4f3395cb4adca65f81cebb29bb57/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] MFA Rules not processed for user `31ec4f3395cb4adca65f81cebb29bb57`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 816/1627] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/auth/tokens => generated 2498 bytes in 83 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9da030d1-b9c7-4e08-8da6-abe49834244d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 812/1628] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/projects => generated 368 bytes in 67 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5a42781-6597-4273-838e-eda4b5fcaf8d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 817/1629] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/users => generated 291 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-091a9596-aaad-4e20-9f7d-48c4d60332e2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 813/1630] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:14 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-738a64c8-42ac-4082-b965-f676cbf77802 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] PATH_INFO: `/v3/projects/70ca60597a76463eb782de140853ab80/users/6f391c168aeb40f496052cef1d1978ee/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] RBAC: Authorizing `identity:create_grant(project_id=70ca60597a76463eb782de140853ab80, user_id=6f391c168aeb40f496052cef1d1978ee, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 818/1631] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:14 2025] PUT /identity/v3/projects/70ca60597a76463eb782de140853ab80/users/6f391c168aeb40f496052cef1d1978ee/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 30 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f987638e-3fd9-46a0-a794-0ff85af432dc ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 814/1632] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:14 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74c73bbf-ad21-4a05-8f99-07a395497eaf ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] PATH_INFO: `/v3/projects/70ca60597a76463eb782de140853ab80/users/6f391c168aeb40f496052cef1d1978ee/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=70ca60597a76463eb782de140853ab80, user_id=6f391c168aeb40f496052cef1d1978ee, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 819/1633] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:14 2025] PUT /identity/v3/projects/70ca60597a76463eb782de140853ab80/users/6f391c168aeb40f496052cef1d1978ee/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d24dbf3-5b5b-4d76-8824-c416e1ad72e1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fd165ad-66ae-4787-9acd-116892628427 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fd165ad-66ae-4787-9acd-116892628427 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fd165ad-66ae-4787-9acd-116892628427 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fd165ad-66ae-4787-9acd-116892628427 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fd165ad-66ae-4787-9acd-116892628427 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fd165ad-66ae-4787-9acd-116892628427 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 815/1634] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:14 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0a34631-4ffd-4d4d-a655-0074f2898231 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] PATH_INFO: `/v3/projects/70ca60597a76463eb782de140853ab80/users/6f391c168aeb40f496052cef1d1978ee/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=70ca60597a76463eb782de140853ab80, user_id=6f391c168aeb40f496052cef1d1978ee, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 820/1635] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:14 2025] PUT /identity/v3/projects/70ca60597a76463eb782de140853ab80/users/6f391c168aeb40f496052cef1d1978ee/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] MFA Rules not processed for user `6f391c168aeb40f496052cef1d1978ee`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 816/1636] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:14 2025] POST /identity/v3/auth/tokens => generated 2621 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc402ee6-9788-41f8-a7f4-6eac70d35e81 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 821/1637] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:15 2025] GET /identity/v3/auth/tokens => generated 2621 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87d4e41a-4bb4-438b-9f4f-9c54daecafd5 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 817/1638] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:15 2025] GET /identity/v3/auth/tokens => generated 2498 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=2443,keystone:DELETE=218,keystone:INSERT=109,keystone:UPDATE=13 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8418fae8-0390-4900-bb5d-640da9f737f7 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] PATH_INFO: `/v3/users/31ec4f3395cb4adca65f81cebb29bb57` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=31ec4f3395cb4adca65f81cebb29bb57)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '31ec4f3395cb4adca65f81cebb29bb57', 'request_id': 'req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '31ec4f3395cb4adca65f81cebb29bb57', 'request_id': 'req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '31ec4f3395cb4adca65f81cebb29bb57', 'request_id': 'req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '31ec4f3395cb4adca65f81cebb29bb57', 'request_id': 'req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '31ec4f3395cb4adca65f81cebb29bb57', 'request_id': 'req-6ebe1715-ee76-4b03-8ba6-a5af9c13b0b4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 822/1639] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:19 2025] DELETE /identity/v3/users/31ec4f3395cb4adca65f81cebb29bb57 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24acaa36-99e2-460e-b5df-827001a21307 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=2416,keystone:DELETE=231,keystone:INSERT=113,keystone:UPDATE=13 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] PATH_INFO: `/v3/users/6f391c168aeb40f496052cef1d1978ee` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=6f391c168aeb40f496052cef1d1978ee)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '6f391c168aeb40f496052cef1d1978ee', 'request_id': 'req-a85a6144-fc0f-4991-aba1-3d7db53033f5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '6f391c168aeb40f496052cef1d1978ee', 'request_id': 'req-a85a6144-fc0f-4991-aba1-3d7db53033f5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '6f391c168aeb40f496052cef1d1978ee', 'request_id': 'req-a85a6144-fc0f-4991-aba1-3d7db53033f5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '6f391c168aeb40f496052cef1d1978ee', 'request_id': 'req-a85a6144-fc0f-4991-aba1-3d7db53033f5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '6f391c168aeb40f496052cef1d1978ee', 'request_id': 'req-a85a6144-fc0f-4991-aba1-3d7db53033f5'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 818/1640] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:19 2025] DELETE /identity/v3/users/6f391c168aeb40f496052cef1d1978ee => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 823/1641] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:19 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a85a6144-fc0f-4991-aba1-3d7db53033f5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 819/1642] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:19 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f980a18-dd92-4765-9583-4cef17b2cc28 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] PATH_INFO: `/v3/projects/70ca60597a76463eb782de140853ab80` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=70ca60597a76463eb782de140853ab80)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '70ca60597a76463eb782de140853ab80', 'request_id': 'req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '70ca60597a76463eb782de140853ab80', 'request_id': 'req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '70ca60597a76463eb782de140853ab80', 'request_id': 'req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] The token cache is being invalidate because project 70ca60597a76463eb782de140853ab80 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-6f7a8ba2-15fc-4a6c-b971-c9168dbfdd97 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 824/1643] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:20 2025] DELETE /identity/v3/projects/70ca60597a76463eb782de140853ab80 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fdc1510-a9b0-4738-b781-edbcbd2e3e8c service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] PATH_INFO: `/v3/projects/4d166e8374aa43fbb9cf474300ec607d` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=4d166e8374aa43fbb9cf474300ec607d)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '4d166e8374aa43fbb9cf474300ec607d', 'request_id': 'req-90b88a16-c31e-489a-849b-0d3c58153da3'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '4d166e8374aa43fbb9cf474300ec607d', 'request_id': 'req-90b88a16-c31e-489a-849b-0d3c58153da3'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '4d166e8374aa43fbb9cf474300ec607d', 'request_id': 'req-90b88a16-c31e-489a-849b-0d3c58153da3'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] The token cache is being invalidate because project 4d166e8374aa43fbb9cf474300ec607d was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-90b88a16-c31e-489a-849b-0d3c58153da3 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 820/1644] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:20 2025] DELETE /identity/v3/projects/4d166e8374aa43fbb9cf474300ec607d => generated 0 bytes in 77 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 825/1645] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 821/1646] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4362e763-c7e2-4a2a-979a-70b4be7caa2a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 826/1647] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:20 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f2385c8-1bf4-4260-a52f-793c9c3e833c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 822/1648] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:20 2025] POST /identity/v3/projects => generated 388 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e889a57-bf13-4d80-a6f8-ba75db0e4e29 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 827/1649] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:20 2025] POST /identity/v3/users => generated 302 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e6e6381-51c5-469d-8828-d8a9ac9b63d4 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 823/1650] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:20 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77a0d2ba-4406-4706-8372-c7d16c51c3c6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] PATH_INFO: `/v3/projects/cc27a7c4e64d461e8a966c4e87f34751/users/5da6ba863d3a4b6789f1c39645f3b8a4/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] RBAC: Authorizing `identity:create_grant(project_id=cc27a7c4e64d461e8a966c4e87f34751, user_id=5da6ba863d3a4b6789f1c39645f3b8a4, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 828/1651] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:20 2025] PUT /identity/v3/projects/cc27a7c4e64d461e8a966c4e87f34751/users/5da6ba863d3a4b6789f1c39645f3b8a4/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11e3ca8d-9795-4682-8baf-f92873a117c6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dca6fced-552b-4bd5-83fe-5985625d9071 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dca6fced-552b-4bd5-83fe-5985625d9071 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dca6fced-552b-4bd5-83fe-5985625d9071 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dca6fced-552b-4bd5-83fe-5985625d9071 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dca6fced-552b-4bd5-83fe-5985625d9071 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dca6fced-552b-4bd5-83fe-5985625d9071 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 824/1652] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:20 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0149c509-bc71-4e0d-b8c5-65358911b1ea ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] PATH_INFO: `/v3/projects/cc27a7c4e64d461e8a966c4e87f34751/users/5da6ba863d3a4b6789f1c39645f3b8a4/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=cc27a7c4e64d461e8a966c4e87f34751, user_id=5da6ba863d3a4b6789f1c39645f3b8a4, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 829/1653] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:20 2025] PUT /identity/v3/projects/cc27a7c4e64d461e8a966c4e87f34751/users/5da6ba863d3a4b6789f1c39645f3b8a4/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 12 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] MFA Rules not processed for user `5da6ba863d3a4b6789f1c39645f3b8a4`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 825/1654] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:20 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f7af368-5782-4bc3-aa37-e717624b7fb0 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 830/1655] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:20 2025] POST /identity/v3/projects => generated 386 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8ae2b0e-6a2c-4ecb-94c0-e43ca3518c0f None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 826/1656] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:21 2025] POST /identity/v3/users => generated 300 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aaeae8d2-5b35-472d-9428-99abeb3126be ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 831/1657] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:21 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a04bed4-5a26-4be1-af3b-08aca7e40973 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] PATH_INFO: `/v3/projects/f3df561f12e04b1191cb5763232f74ab/users/9d05ca0475b848ca8b3479d6d50393ab/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f3df561f12e04b1191cb5763232f74ab, user_id=9d05ca0475b848ca8b3479d6d50393ab, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 827/1658] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:21 2025] PUT /identity/v3/projects/f3df561f12e04b1191cb5763232f74ab/users/9d05ca0475b848ca8b3479d6d50393ab/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a56812f-cf29-485d-af22-a1da34e8e744 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 832/1659] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:21 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6799b0a1-defc-4c64-bb6a-04d43da09f7f ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] PATH_INFO: `/v3/projects/f3df561f12e04b1191cb5763232f74ab/users/9d05ca0475b848ca8b3479d6d50393ab/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f3df561f12e04b1191cb5763232f74ab, user_id=9d05ca0475b848ca8b3479d6d50393ab, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 828/1660] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:21 2025] PUT /identity/v3/projects/f3df561f12e04b1191cb5763232f74ab/users/9d05ca0475b848ca8b3479d6d50393ab/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d87d52b-2052-4c71-bc71-8dfb036e93dd ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8ac4dd1-4dcb-4a45-8c19-61f1737058d7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8ac4dd1-4dcb-4a45-8c19-61f1737058d7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8ac4dd1-4dcb-4a45-8c19-61f1737058d7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8ac4dd1-4dcb-4a45-8c19-61f1737058d7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8ac4dd1-4dcb-4a45-8c19-61f1737058d7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8ac4dd1-4dcb-4a45-8c19-61f1737058d7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 833/1661] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:21 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dbdcc7a-efa0-4bc6-b261-9e0027cacf41 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] PATH_INFO: `/v3/projects/f3df561f12e04b1191cb5763232f74ab/users/9d05ca0475b848ca8b3479d6d50393ab/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f3df561f12e04b1191cb5763232f74ab, user_id=9d05ca0475b848ca8b3479d6d50393ab, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 829/1662] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:21 2025] PUT /identity/v3/projects/f3df561f12e04b1191cb5763232f74ab/users/9d05ca0475b848ca8b3479d6d50393ab/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] MFA Rules not processed for user `9d05ca0475b848ca8b3479d6d50393ab`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 834/1663] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:21 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00da650d-ae36-4228-8650-544f05588aff ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 830/1664] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:21 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-544dd159-36a5-4307-91b8-47d6d27f4c6e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] PATH_INFO: `/v3/users/5da6ba863d3a4b6789f1c39645f3b8a4` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=5da6ba863d3a4b6789f1c39645f3b8a4)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '5da6ba863d3a4b6789f1c39645f3b8a4', 'request_id': 'req-4cf5ab37-94b1-43cf-b73c-47226c1e6208'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '5da6ba863d3a4b6789f1c39645f3b8a4', 'request_id': 'req-4cf5ab37-94b1-43cf-b73c-47226c1e6208'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '5da6ba863d3a4b6789f1c39645f3b8a4', 'request_id': 'req-4cf5ab37-94b1-43cf-b73c-47226c1e6208'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '5da6ba863d3a4b6789f1c39645f3b8a4', 'request_id': 'req-4cf5ab37-94b1-43cf-b73c-47226c1e6208'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4cf5ab37-94b1-43cf-b73c-47226c1e6208 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '5da6ba863d3a4b6789f1c39645f3b8a4', 'request_id': 'req-4cf5ab37-94b1-43cf-b73c-47226c1e6208'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 835/1665] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:21 2025] DELETE /identity/v3/users/5da6ba863d3a4b6789f1c39645f3b8a4 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecd40cbd-668c-4442-8958-de3a86ac8676 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] PATH_INFO: `/v3/users/9d05ca0475b848ca8b3479d6d50393ab` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=9d05ca0475b848ca8b3479d6d50393ab)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '9d05ca0475b848ca8b3479d6d50393ab', 'request_id': 'req-844ca307-5c48-4543-b965-e03732f44291'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '9d05ca0475b848ca8b3479d6d50393ab', 'request_id': 'req-844ca307-5c48-4543-b965-e03732f44291'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '9d05ca0475b848ca8b3479d6d50393ab', 'request_id': 'req-844ca307-5c48-4543-b965-e03732f44291'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '9d05ca0475b848ca8b3479d6d50393ab', 'request_id': 'req-844ca307-5c48-4543-b965-e03732f44291'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '9d05ca0475b848ca8b3479d6d50393ab', 'request_id': 'req-844ca307-5c48-4543-b965-e03732f44291'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 831/1666] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:21 2025] DELETE /identity/v3/users/9d05ca0475b848ca8b3479d6d50393ab => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c814baba-8240-4ac4-9916-efb30496504e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c814baba-8240-4ac4-9916-efb30496504e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c814baba-8240-4ac4-9916-efb30496504e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c814baba-8240-4ac4-9916-efb30496504e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c814baba-8240-4ac4-9916-efb30496504e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c814baba-8240-4ac4-9916-efb30496504e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 836/1667] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:22 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-844ca307-5c48-4543-b965-e03732f44291 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 832/1668] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:22 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c814baba-8240-4ac4-9916-efb30496504e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c814baba-8240-4ac4-9916-efb30496504e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c814baba-8240-4ac4-9916-efb30496504e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] PATH_INFO: `/v3/projects/f3df561f12e04b1191cb5763232f74ab` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f3df561f12e04b1191cb5763232f74ab)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f3df561f12e04b1191cb5763232f74ab', 'request_id': 'req-36ba532c-dc30-481f-aae2-82f46909c8c8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f3df561f12e04b1191cb5763232f74ab', 'request_id': 'req-36ba532c-dc30-481f-aae2-82f46909c8c8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f3df561f12e04b1191cb5763232f74ab', 'request_id': 'req-36ba532c-dc30-481f-aae2-82f46909c8c8'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] The token cache is being invalidate because project f3df561f12e04b1191cb5763232f74ab was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-36ba532c-dc30-481f-aae2-82f46909c8c8 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 837/1669] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:22 2025] DELETE /identity/v3/projects/f3df561f12e04b1191cb5763232f74ab => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c08c23eb-f1e9-435e-b275-4e5c0ba62028 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:22 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] PATH_INFO: `/v3/projects/cc27a7c4e64d461e8a966c4e87f34751` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=cc27a7c4e64d461e8a966c4e87f34751)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'cc27a7c4e64d461e8a966c4e87f34751', 'request_id': 'req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'cc27a7c4e64d461e8a966c4e87f34751', 'request_id': 'req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'cc27a7c4e64d461e8a966c4e87f34751', 'request_id': 'req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] The token cache is being invalidate because project cc27a7c4e64d461e8a966c4e87f34751 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-db9fcd1f-a030-44bf-a490-8a5f5c5a3a34 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 833/1670] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:22 2025] DELETE /identity/v3/projects/cc27a7c4e64d461e8a966c4e87f34751 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 838/1671] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 834/1672] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6eab378e-15b3-447c-885c-b011c3c0c6f1 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 839/1673] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:23 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71b6c1d9-85ad-4cc1-bc0f-304e68cbfe41 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 835/1674] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/projects => generated 380 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acf3eb02-8b30-4dce-8c4c-7953b4f9a95b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 840/1675] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/users => generated 298 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1cbffba-42ae-4eb0-8be6-62f54491859a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 836/1676] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:23 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-671b30ce-350f-4fd6-86fa-3a398113ec9b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] PATH_INFO: `/v3/projects/2d27bd9d3f7545b397325bdb7f8036c0/users/bcbe4b30c2464340a83a0dc1dbebb960/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2d27bd9d3f7545b397325bdb7f8036c0, user_id=bcbe4b30c2464340a83a0dc1dbebb960, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 841/1677] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:23 2025] PUT /identity/v3/projects/2d27bd9d3f7545b397325bdb7f8036c0/users/bcbe4b30c2464340a83a0dc1dbebb960/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09481d4b-2377-4741-95e3-7243bfca7df3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b327223-dfec-47e7-bd1b-c16d7984a19a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b327223-dfec-47e7-bd1b-c16d7984a19a ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b327223-dfec-47e7-bd1b-c16d7984a19a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b327223-dfec-47e7-bd1b-c16d7984a19a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b327223-dfec-47e7-bd1b-c16d7984a19a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b327223-dfec-47e7-bd1b-c16d7984a19a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 837/1678] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:23 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3493297e-1875-4c71-8070-708a28e9334a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] PATH_INFO: `/v3/projects/2d27bd9d3f7545b397325bdb7f8036c0/users/bcbe4b30c2464340a83a0dc1dbebb960/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2d27bd9d3f7545b397325bdb7f8036c0, user_id=bcbe4b30c2464340a83a0dc1dbebb960, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 842/1679] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:23 2025] PUT /identity/v3/projects/2d27bd9d3f7545b397325bdb7f8036c0/users/bcbe4b30c2464340a83a0dc1dbebb960/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] MFA Rules not processed for user `bcbe4b30c2464340a83a0dc1dbebb960`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 838/1680] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/auth/tokens => generated 2510 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7352419b-3e50-444f-a528-713a95be412a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 843/1681] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/projects => generated 382 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9dc09a3d-f0c5-45f3-845a-20145534ac76 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 839/1682] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/users => generated 298 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c33d2ea0-e739-4652-90e9-b3558c156b6d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 844/1683] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:23 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72561029-62ea-4526-a2a6-a6462871cce9 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] PATH_INFO: `/v3/projects/66095f67785a4d35a6409c9c3a57608b/users/d9be81b1708a40cc89ebb038b92f8635/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=66095f67785a4d35a6409c9c3a57608b, user_id=d9be81b1708a40cc89ebb038b92f8635, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 840/1684] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:23 2025] PUT /identity/v3/projects/66095f67785a4d35a6409c9c3a57608b/users/d9be81b1708a40cc89ebb038b92f8635/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88810657-82e0-469e-b969-cd9a50ea1aa9 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 845/1685] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:23 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af64f497-1e6c-44bb-afc9-412239e7573e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] PATH_INFO: `/v3/projects/66095f67785a4d35a6409c9c3a57608b/users/d9be81b1708a40cc89ebb038b92f8635/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=66095f67785a4d35a6409c9c3a57608b, user_id=d9be81b1708a40cc89ebb038b92f8635, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 841/1686] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:23 2025] PUT /identity/v3/projects/66095f67785a4d35a6409c9c3a57608b/users/d9be81b1708a40cc89ebb038b92f8635/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa0287bd-90d4-4c55-a984-cadf87e107e5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e224be7-eff5-4af2-87e8-a70ad84844b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e224be7-eff5-4af2-87e8-a70ad84844b6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e224be7-eff5-4af2-87e8-a70ad84844b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e224be7-eff5-4af2-87e8-a70ad84844b6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e224be7-eff5-4af2-87e8-a70ad84844b6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e224be7-eff5-4af2-87e8-a70ad84844b6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 846/1687] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:23 2025] GET /identity/v3/roles => generated 1672 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81aa75ad-8e32-4d14-8e08-2520aa28da9a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] PATH_INFO: `/v3/projects/66095f67785a4d35a6409c9c3a57608b/users/d9be81b1708a40cc89ebb038b92f8635/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] RBAC: Authorizing `identity:create_grant(project_id=66095f67785a4d35a6409c9c3a57608b, user_id=d9be81b1708a40cc89ebb038b92f8635, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 842/1688] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:23 2025] PUT /identity/v3/projects/66095f67785a4d35a6409c9c3a57608b/users/d9be81b1708a40cc89ebb038b92f8635/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] MFA Rules not processed for user `d9be81b1708a40cc89ebb038b92f8635`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 847/1689] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:23 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d918a6cd-9869-405b-ac7e-21a34c48b6ef ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 843/1690] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:23 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 57 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9366126d-c793-4250-9743-6cebd9fe005c None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] PATH_INFO: `/v3/users/bcbe4b30c2464340a83a0dc1dbebb960` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=bcbe4b30c2464340a83a0dc1dbebb960)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'bcbe4b30c2464340a83a0dc1dbebb960', 'request_id': 'req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'bcbe4b30c2464340a83a0dc1dbebb960', 'request_id': 'req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'bcbe4b30c2464340a83a0dc1dbebb960', 'request_id': 'req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'bcbe4b30c2464340a83a0dc1dbebb960', 'request_id': 'req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'bcbe4b30c2464340a83a0dc1dbebb960', 'request_id': 'req-4c7dd9d7-d9f3-405b-b214-7e4f7331b8d5'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 848/1691] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:24 2025] DELETE /identity/v3/users/bcbe4b30c2464340a83a0dc1dbebb960 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a091946d-3dbc-4c48-a75c-e8d1b1cc7352 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] PATH_INFO: `/v3/users/d9be81b1708a40cc89ebb038b92f8635` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] RBAC: Authorizing `identity:delete_user(user_id=d9be81b1708a40cc89ebb038b92f8635)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'd9be81b1708a40cc89ebb038b92f8635', 'request_id': 'req-659e41ff-cfd9-46c8-a6a5-cf063d762eff'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'd9be81b1708a40cc89ebb038b92f8635', 'request_id': 'req-659e41ff-cfd9-46c8-a6a5-cf063d762eff'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'd9be81b1708a40cc89ebb038b92f8635', 'request_id': 'req-659e41ff-cfd9-46c8-a6a5-cf063d762eff'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'd9be81b1708a40cc89ebb038b92f8635', 'request_id': 'req-659e41ff-cfd9-46c8-a6a5-cf063d762eff'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'd9be81b1708a40cc89ebb038b92f8635', 'request_id': 'req-659e41ff-cfd9-46c8-a6a5-cf063d762eff'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 844/1692] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:24 2025] DELETE /identity/v3/users/d9be81b1708a40cc89ebb038b92f8635 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 849/1693] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:24 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-659e41ff-cfd9-46c8-a6a5-cf063d762eff ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 845/1694] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:24 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-018e2dd8-6658-464c-b48e-cd519ca9ae92 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] PATH_INFO: `/v3/projects/66095f67785a4d35a6409c9c3a57608b` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=66095f67785a4d35a6409c9c3a57608b)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '66095f67785a4d35a6409c9c3a57608b', 'request_id': 'req-29b7a1fc-758b-425e-9be1-6a9ba457ad49'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '66095f67785a4d35a6409c9c3a57608b', 'request_id': 'req-29b7a1fc-758b-425e-9be1-6a9ba457ad49'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '66095f67785a4d35a6409c9c3a57608b', 'request_id': 'req-29b7a1fc-758b-425e-9be1-6a9ba457ad49'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] The token cache is being invalidate because project 66095f67785a4d35a6409c9c3a57608b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-29b7a1fc-758b-425e-9be1-6a9ba457ad49 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:24 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 850/1695] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:24 2025] DELETE /identity/v3/projects/66095f67785a4d35a6409c9c3a57608b => generated 0 bytes in 50 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-73c20881-5e44-48aa-a53c-588491ad9aba service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] PATH_INFO: `/v3/projects/2d27bd9d3f7545b397325bdb7f8036c0` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=2d27bd9d3f7545b397325bdb7f8036c0)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '2d27bd9d3f7545b397325bdb7f8036c0', 'request_id': 'req-60a83f95-6689-492a-ab11-60af65ae9b54'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '2d27bd9d3f7545b397325bdb7f8036c0', 'request_id': 'req-60a83f95-6689-492a-ab11-60af65ae9b54'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '2d27bd9d3f7545b397325bdb7f8036c0', 'request_id': 'req-60a83f95-6689-492a-ab11-60af65ae9b54'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] The token cache is being invalidate because project 2d27bd9d3f7545b397325bdb7f8036c0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-60a83f95-6689-492a-ab11-60af65ae9b54 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 846/1696] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:25 2025] DELETE /identity/v3/projects/2d27bd9d3f7545b397325bdb7f8036c0 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 851/1697] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:25 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 847/1698] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:25 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 35 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fed11ec7-8faf-4cdd-8087-26ef6bc7cc9d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 852/1699] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:25 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-719b237b-a891-4553-84d0-dc97171ddeae None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 848/1700] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:25 2025] POST /identity/v3/projects => generated 384 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4495095f-ccb5-44b4-8d59-ef22aed776d9 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 853/1701] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:25 2025] POST /identity/v3/users => generated 300 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f137ca02-1e00-4d15-86bd-3b9e74d9514d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 849/1702] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:25 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba39f409-ff63-476b-b975-61c6be985421 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] PATH_INFO: `/v3/projects/bf216b1e85df411083c8a1c6733f6a00/users/ba7a594a4fa0409697f2b2f29df188d7/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bf216b1e85df411083c8a1c6733f6a00, user_id=ba7a594a4fa0409697f2b2f29df188d7, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 854/1703] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:25 2025] PUT /identity/v3/projects/bf216b1e85df411083c8a1c6733f6a00/users/ba7a594a4fa0409697f2b2f29df188d7/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef01bc49-cc23-459d-b042-236a2b962171 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-638ec867-f450-479f-97ab-22788b5927f3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-638ec867-f450-479f-97ab-22788b5927f3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-638ec867-f450-479f-97ab-22788b5927f3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-638ec867-f450-479f-97ab-22788b5927f3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-638ec867-f450-479f-97ab-22788b5927f3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-638ec867-f450-479f-97ab-22788b5927f3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 850/1704] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:25 2025] GET /identity/v3/roles => generated 1672 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e847e752-e5c0-4498-8473-e4116fb32421 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] PATH_INFO: `/v3/projects/bf216b1e85df411083c8a1c6733f6a00/users/ba7a594a4fa0409697f2b2f29df188d7/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bf216b1e85df411083c8a1c6733f6a00, user_id=ba7a594a4fa0409697f2b2f29df188d7, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 855/1705] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:25 2025] PUT /identity/v3/projects/bf216b1e85df411083c8a1c6733f6a00/users/ba7a594a4fa0409697f2b2f29df188d7/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] MFA Rules not processed for user `ba7a594a4fa0409697f2b2f29df188d7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 851/1706] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:25 2025] POST /identity/v3/auth/tokens => generated 2514 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-493dc3a1-e03f-4dd9-990a-e98d04fc2e0c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 856/1707] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:25 2025] POST /identity/v3/projects => generated 382 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3fa6358-d334-457d-89b2-7986d8ed3142 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 852/1708] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:25 2025] POST /identity/v3/users => generated 298 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f279166-f465-4e71-81a6-dc87bbd22aac ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 857/1709] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:25 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5be281dd-59f2-462f-8434-ecaa5260ca89 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] PATH_INFO: `/v3/projects/b1485d0fcead456a80af9ab8c167966f/users/3302d19278384a99adbfe2107ab63d16/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b1485d0fcead456a80af9ab8c167966f, user_id=3302d19278384a99adbfe2107ab63d16, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 853/1710] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:25 2025] PUT /identity/v3/projects/b1485d0fcead456a80af9ab8c167966f/users/3302d19278384a99adbfe2107ab63d16/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 37 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99a44cb6-f320-4949-be6b-3d68eff66cad ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 858/1711] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:25 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60582a04-3e3d-462d-b155-11a412a168e9 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:25 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] PATH_INFO: `/v3/projects/b1485d0fcead456a80af9ab8c167966f/users/3302d19278384a99adbfe2107ab63d16/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b1485d0fcead456a80af9ab8c167966f, user_id=3302d19278384a99adbfe2107ab63d16, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 854/1712] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:25 2025] PUT /identity/v3/projects/b1485d0fcead456a80af9ab8c167966f/users/3302d19278384a99adbfe2107ab63d16/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6742817b-acff-4c46-af25-03078026ddb8 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9a6ea02-c87b-426d-aa17-72c2c3ae4a73 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9a6ea02-c87b-426d-aa17-72c2c3ae4a73 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9a6ea02-c87b-426d-aa17-72c2c3ae4a73 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9a6ea02-c87b-426d-aa17-72c2c3ae4a73 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9a6ea02-c87b-426d-aa17-72c2c3ae4a73 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9a6ea02-c87b-426d-aa17-72c2c3ae4a73 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 859/1713] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:26 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8cef072-bbd5-413d-bba0-07524b0e98fd ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] PATH_INFO: `/v3/projects/b1485d0fcead456a80af9ab8c167966f/users/3302d19278384a99adbfe2107ab63d16/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b1485d0fcead456a80af9ab8c167966f, user_id=3302d19278384a99adbfe2107ab63d16, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 855/1714] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:26 2025] PUT /identity/v3/projects/b1485d0fcead456a80af9ab8c167966f/users/3302d19278384a99adbfe2107ab63d16/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] MFA Rules not processed for user `3302d19278384a99adbfe2107ab63d16`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 860/1715] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:26 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 82 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c33c8c3a-3f86-4e25-b531-7eed85e8dd88 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 856/1716] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:26 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd202525-6d58-4e3d-90d2-f67bb6fb497b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 861/1717] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:26 2025] GET /identity/v3/auth/tokens => generated 2514 bytes in 40 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b9e3d22-3e59-4c32-9c54-6df5679e2dec service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] PATH_INFO: `/v3/users/ba7a594a4fa0409697f2b2f29df188d7` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=ba7a594a4fa0409697f2b2f29df188d7)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'ba7a594a4fa0409697f2b2f29df188d7', 'request_id': 'req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'ba7a594a4fa0409697f2b2f29df188d7', 'request_id': 'req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'ba7a594a4fa0409697f2b2f29df188d7', 'request_id': 'req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'ba7a594a4fa0409697f2b2f29df188d7', 'request_id': 'req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'ba7a594a4fa0409697f2b2f29df188d7', 'request_id': 'req-bf2ca4bd-e7e3-4399-8be0-40ed36e41bd2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 857/1718] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:26 2025] DELETE /identity/v3/users/ba7a594a4fa0409697f2b2f29df188d7 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14fdf75c-c698-4f35-a7bb-c781c3a2e812 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] PATH_INFO: `/v3/users/3302d19278384a99adbfe2107ab63d16` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3302d19278384a99adbfe2107ab63d16)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3302d19278384a99adbfe2107ab63d16', 'request_id': 'req-cf185dde-31a7-45b0-9eed-be5ec1de2349'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3302d19278384a99adbfe2107ab63d16', 'request_id': 'req-cf185dde-31a7-45b0-9eed-be5ec1de2349'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3302d19278384a99adbfe2107ab63d16', 'request_id': 'req-cf185dde-31a7-45b0-9eed-be5ec1de2349'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3302d19278384a99adbfe2107ab63d16', 'request_id': 'req-cf185dde-31a7-45b0-9eed-be5ec1de2349'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3302d19278384a99adbfe2107ab63d16', 'request_id': 'req-cf185dde-31a7-45b0-9eed-be5ec1de2349'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 862/1719] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:26 2025] DELETE /identity/v3/users/3302d19278384a99adbfe2107ab63d16 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fd08728-9248-4089-9417-163a4493ffda None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fd08728-9248-4089-9417-163a4493ffda None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fd08728-9248-4089-9417-163a4493ffda None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1fd08728-9248-4089-9417-163a4493ffda None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1fd08728-9248-4089-9417-163a4493ffda None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1fd08728-9248-4089-9417-163a4493ffda None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 858/1720] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:26 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf185dde-31a7-45b0-9eed-be5ec1de2349 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:26 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 863/1721] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:26 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fd08728-9248-4089-9417-163a4493ffda None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1fd08728-9248-4089-9417-163a4493ffda None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fd08728-9248-4089-9417-163a4493ffda None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] PATH_INFO: `/v3/projects/bf216b1e85df411083c8a1c6733f6a00` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] RBAC: Authorizing `identity:delete_project(project_id=bf216b1e85df411083c8a1c6733f6a00)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'bf216b1e85df411083c8a1c6733f6a00', 'request_id': 'req-53e70bad-6967-4b35-95ee-d458197b54ad'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'bf216b1e85df411083c8a1c6733f6a00', 'request_id': 'req-53e70bad-6967-4b35-95ee-d458197b54ad'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'bf216b1e85df411083c8a1c6733f6a00', 'request_id': 'req-53e70bad-6967-4b35-95ee-d458197b54ad'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] The token cache is being invalidate because project bf216b1e85df411083c8a1c6733f6a00 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-53e70bad-6967-4b35-95ee-d458197b54ad ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 859/1722] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:27 2025] DELETE /identity/v3/projects/bf216b1e85df411083c8a1c6733f6a00 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35f1fb52-c9fb-4ebe-9119-5af680bb1091 service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] PATH_INFO: `/v3/projects/b1485d0fcead456a80af9ab8c167966f` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=b1485d0fcead456a80af9ab8c167966f)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'b1485d0fcead456a80af9ab8c167966f', 'request_id': 'req-3fd238d4-fbea-4170-a516-d3a8bc77dda2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'b1485d0fcead456a80af9ab8c167966f', 'request_id': 'req-3fd238d4-fbea-4170-a516-d3a8bc77dda2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'b1485d0fcead456a80af9ab8c167966f', 'request_id': 'req-3fd238d4-fbea-4170-a516-d3a8bc77dda2'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] The token cache is being invalidate because project b1485d0fcead456a80af9ab8c167966f was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-3fd238d4-fbea-4170-a516-d3a8bc77dda2 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 864/1723] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:27 2025] DELETE /identity/v3/projects/b1485d0fcead456a80af9ab8c167966f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 860/1724] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:27 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64902dc8-c757-4383-b930-421aeb18951e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64902dc8-c757-4383-b930-421aeb18951e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64902dc8-c757-4383-b930-421aeb18951e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-64902dc8-c757-4383-b930-421aeb18951e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-64902dc8-c757-4383-b930-421aeb18951e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-64902dc8-c757-4383-b930-421aeb18951e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 865/1725] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:27 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aca2a56e-0cf0-49db-b962-93fa454cb379 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 861/1726] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:27 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64902dc8-c757-4383-b930-421aeb18951e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64902dc8-c757-4383-b930-421aeb18951e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 866/1727] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:27 2025] POST /identity/v3/projects => generated 384 bytes in 22 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da37ba4-be07-47f3-bb0c-69a0e13905e6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 862/1728] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:27 2025] POST /identity/v3/users => generated 300 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2926d774-21be-4afc-8b37-bfa537d01193 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 867/1729] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:27 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2b36812-cea7-4424-842d-1b5ede8a6c3e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] PATH_INFO: `/v3/projects/c2e02d8b7c664f5bb5db1cda66c5df8c/users/6426508464e34983bf388535f140fbea/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c2e02d8b7c664f5bb5db1cda66c5df8c, user_id=6426508464e34983bf388535f140fbea, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 863/1730] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:27 2025] PUT /identity/v3/projects/c2e02d8b7c664f5bb5db1cda66c5df8c/users/6426508464e34983bf388535f140fbea/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7542343d-da98-44c1-9e96-769bd748f1a8 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-159688ad-aa29-4fc1-8273-aa95e9c7e2e2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-159688ad-aa29-4fc1-8273-aa95e9c7e2e2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-159688ad-aa29-4fc1-8273-aa95e9c7e2e2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-159688ad-aa29-4fc1-8273-aa95e9c7e2e2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-159688ad-aa29-4fc1-8273-aa95e9c7e2e2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-159688ad-aa29-4fc1-8273-aa95e9c7e2e2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 868/1731] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:27 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ddc6c01-a62f-407b-8411-86a4cdb55757 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] PATH_INFO: `/v3/projects/c2e02d8b7c664f5bb5db1cda66c5df8c/users/6426508464e34983bf388535f140fbea/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c2e02d8b7c664f5bb5db1cda66c5df8c, user_id=6426508464e34983bf388535f140fbea, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 864/1732] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:27 2025] PUT /identity/v3/projects/c2e02d8b7c664f5bb5db1cda66c5df8c/users/6426508464e34983bf388535f140fbea/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] MFA Rules not processed for user `6426508464e34983bf388535f140fbea`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 869/1733] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:27 2025] POST /identity/v3/auth/tokens => generated 2514 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01749176-d39d-46ee-b0fc-69117fad06a1 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 865/1734] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:28 2025] POST /identity/v3/projects => generated 386 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fd0fc3a-d6ec-499e-83d2-fa92a0a35b9c None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 870/1735] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:28 2025] POST /identity/v3/users => generated 300 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e2bdc89-e1c3-40c0-ba78-7f323b58130a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 866/1736] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:28 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f819f95-68f2-447e-b404-51405f94e910 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] PATH_INFO: `/v3/projects/033e969e704a4f578d9c57a2167aad6d/users/2b99917460d341b783e7461ea5c33409/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=033e969e704a4f578d9c57a2167aad6d, user_id=2b99917460d341b783e7461ea5c33409, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 871/1737] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:28 2025] PUT /identity/v3/projects/033e969e704a4f578d9c57a2167aad6d/users/2b99917460d341b783e7461ea5c33409/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 30 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c35b308c-2880-4730-b358-0c0ccbff4bd6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 867/1738] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:28 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7b5355e-ae43-4d95-9a1e-723da49ed339 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] PATH_INFO: `/v3/projects/033e969e704a4f578d9c57a2167aad6d/users/2b99917460d341b783e7461ea5c33409/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=033e969e704a4f578d9c57a2167aad6d, user_id=2b99917460d341b783e7461ea5c33409, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 872/1739] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:28 2025] PUT /identity/v3/projects/033e969e704a4f578d9c57a2167aad6d/users/2b99917460d341b783e7461ea5c33409/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a308a322-7092-4228-90ef-7649b38d604a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-639c566e-c8f2-4459-a9c3-ea28b6188de3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-639c566e-c8f2-4459-a9c3-ea28b6188de3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-639c566e-c8f2-4459-a9c3-ea28b6188de3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-639c566e-c8f2-4459-a9c3-ea28b6188de3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-639c566e-c8f2-4459-a9c3-ea28b6188de3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-639c566e-c8f2-4459-a9c3-ea28b6188de3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 868/1740] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:28 2025] GET /identity/v3/roles => generated 1672 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02b9cdad-fd81-409b-a72b-cecaa08c8e19 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] PATH_INFO: `/v3/projects/033e969e704a4f578d9c57a2167aad6d/users/2b99917460d341b783e7461ea5c33409/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=033e969e704a4f578d9c57a2167aad6d, user_id=2b99917460d341b783e7461ea5c33409, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 873/1741] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:28 2025] PUT /identity/v3/projects/033e969e704a4f578d9c57a2167aad6d/users/2b99917460d341b783e7461ea5c33409/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] MFA Rules not processed for user `2b99917460d341b783e7461ea5c33409`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 869/1742] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:28 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 75 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd7c4e46-70fa-4833-8b99-574402bbbde7 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 874/1743] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:28 2025] GET /identity/v3/auth/tokens => generated 2514 bytes in 76 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41cb1408-8379-48dc-9182-2a078e9ee752 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:32 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 870/1744] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:32 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a8258e7-4fec-46f9-b43c-63a2c1df6048 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] PATH_INFO: `/v3/users/6426508464e34983bf388535f140fbea` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] RBAC: Authorizing `identity:delete_user(user_id=6426508464e34983bf388535f140fbea)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '6426508464e34983bf388535f140fbea', 'request_id': 'req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '6426508464e34983bf388535f140fbea', 'request_id': 'req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '6426508464e34983bf388535f140fbea', 'request_id': 'req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '6426508464e34983bf388535f140fbea', 'request_id': 'req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '6426508464e34983bf388535f140fbea', 'request_id': 'req-b03240f6-ed4a-492e-bf9a-d5dd065c3bbe'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 875/1745] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:37 2025] DELETE /identity/v3/users/6426508464e34983bf388535f140fbea => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fc9a6cc-197c-4c3b-8a9e-f0ff94f5720f service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] PATH_INFO: `/v3/users/2b99917460d341b783e7461ea5c33409` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=2b99917460d341b783e7461ea5c33409)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '2b99917460d341b783e7461ea5c33409', 'request_id': 'req-3bd3048c-7295-48ab-b9d0-74ac479e4e72'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '2b99917460d341b783e7461ea5c33409', 'request_id': 'req-3bd3048c-7295-48ab-b9d0-74ac479e4e72'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '2b99917460d341b783e7461ea5c33409', 'request_id': 'req-3bd3048c-7295-48ab-b9d0-74ac479e4e72'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '2b99917460d341b783e7461ea5c33409', 'request_id': 'req-3bd3048c-7295-48ab-b9d0-74ac479e4e72'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '2b99917460d341b783e7461ea5c33409', 'request_id': 'req-3bd3048c-7295-48ab-b9d0-74ac479e4e72'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 871/1746] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:37 2025] DELETE /identity/v3/users/2b99917460d341b783e7461ea5c33409 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 876/1747] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:37 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bd3048c-7295-48ab-b9d0-74ac479e4e72 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 872/1748] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:37 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 64 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d6f5af4-7d76-4d37-aa26-4b3d04eb9908 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] PATH_INFO: `/v3/projects/c2e02d8b7c664f5bb5db1cda66c5df8c` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] RBAC: Authorizing `identity:delete_project(project_id=c2e02d8b7c664f5bb5db1cda66c5df8c)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'c2e02d8b7c664f5bb5db1cda66c5df8c', 'request_id': 'req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'c2e02d8b7c664f5bb5db1cda66c5df8c', 'request_id': 'req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'c2e02d8b7c664f5bb5db1cda66c5df8c', 'request_id': 'req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] The token cache is being invalidate because project c2e02d8b7c664f5bb5db1cda66c5df8c was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-39eb0457-ed4d-4aa5-8d6d-e84baade43ff ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 877/1749] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:37 2025] DELETE /identity/v3/projects/c2e02d8b7c664f5bb5db1cda66c5df8c => generated 0 bytes in 51 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66324b9b-dcb5-4530-a0ad-fad0c256afe3 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] PATH_INFO: `/v3/projects/033e969e704a4f578d9c57a2167aad6d` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] RBAC: Authorizing `identity:delete_project(project_id=033e969e704a4f578d9c57a2167aad6d)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '033e969e704a4f578d9c57a2167aad6d', 'request_id': 'req-2450808e-6e67-464c-8aee-c42913d7aefa'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '033e969e704a4f578d9c57a2167aad6d', 'request_id': 'req-2450808e-6e67-464c-8aee-c42913d7aefa'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '033e969e704a4f578d9c57a2167aad6d', 'request_id': 'req-2450808e-6e67-464c-8aee-c42913d7aefa'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] The token cache is being invalidate because project 033e969e704a4f578d9c57a2167aad6d was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2450808e-6e67-464c-8aee-c42913d7aefa ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 873/1750] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:38 2025] DELETE /identity/v3/projects/033e969e704a4f578d9c57a2167aad6d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 878/1751] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 874/1752] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d77be2ce-cd62-438c-a077-4695899b3da8 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 879/1753] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:38 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8e1685d-ede3-4593-9093-91d510e4e165 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 875/1754] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:38 2025] POST /identity/v3/projects => generated 386 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3394403-f66f-4de6-861b-ab9abaddf4b2 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 880/1755] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:38 2025] POST /identity/v3/users => generated 301 bytes in 52 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e950644-cebc-44c9-b210-3223cede85a6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 876/1756] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:38 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ed8b26d-3181-466c-9d95-871c19a90c84 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] PATH_INFO: `/v3/projects/248d760c74d74e3fb882f9d7ab7a1551/users/0878ab0e2b6a49aa940a5e23d2cbc726/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=248d760c74d74e3fb882f9d7ab7a1551, user_id=0878ab0e2b6a49aa940a5e23d2cbc726, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 881/1757] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:38 2025] PUT /identity/v3/projects/248d760c74d74e3fb882f9d7ab7a1551/users/0878ab0e2b6a49aa940a5e23d2cbc726/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd245b1c-4fe5-4821-99ca-5fd74a9962b5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81c7ba9c-13f9-4bef-8383-e9407c3ed432 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81c7ba9c-13f9-4bef-8383-e9407c3ed432 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81c7ba9c-13f9-4bef-8383-e9407c3ed432 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81c7ba9c-13f9-4bef-8383-e9407c3ed432 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81c7ba9c-13f9-4bef-8383-e9407c3ed432 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81c7ba9c-13f9-4bef-8383-e9407c3ed432 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 877/1758] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:38 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fb9072e-792b-4dfe-9b5f-4099774c80e3 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] PATH_INFO: `/v3/projects/248d760c74d74e3fb882f9d7ab7a1551/users/0878ab0e2b6a49aa940a5e23d2cbc726/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=248d760c74d74e3fb882f9d7ab7a1551, user_id=0878ab0e2b6a49aa940a5e23d2cbc726, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 882/1759] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:38 2025] PUT /identity/v3/projects/248d760c74d74e3fb882f9d7ab7a1551/users/0878ab0e2b6a49aa940a5e23d2cbc726/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] MFA Rules not processed for user `0878ab0e2b6a49aa940a5e23d2cbc726`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 878/1760] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:38 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 78 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11eec55b-3699-43a2-9c45-23c56178cf2a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-37ca5325-25d1-490f-ac0c-fa8412c427a8 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37ca5325-25d1-490f-ac0c-fa8412c427a8 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37ca5325-25d1-490f-ac0c-fa8412c427a8 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37ca5325-25d1-490f-ac0c-fa8412c427a8 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-37ca5325-25d1-490f-ac0c-fa8412c427a8 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-37ca5325-25d1-490f-ac0c-fa8412c427a8 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 883/1761] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:38 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec2686fd-6fcc-4de3-8fdc-4b28acf1a20f None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] PATH_INFO: `/v3/users/0878ab0e2b6a49aa940a5e23d2cbc726` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0878ab0e2b6a49aa940a5e23d2cbc726)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0878ab0e2b6a49aa940a5e23d2cbc726', 'request_id': 'req-892d5eab-4d82-4190-a3aa-54c4df912db8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0878ab0e2b6a49aa940a5e23d2cbc726', 'request_id': 'req-892d5eab-4d82-4190-a3aa-54c4df912db8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0878ab0e2b6a49aa940a5e23d2cbc726', 'request_id': 'req-892d5eab-4d82-4190-a3aa-54c4df912db8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0878ab0e2b6a49aa940a5e23d2cbc726', 'request_id': 'req-892d5eab-4d82-4190-a3aa-54c4df912db8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0878ab0e2b6a49aa940a5e23d2cbc726', 'request_id': 'req-892d5eab-4d82-4190-a3aa-54c4df912db8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 879/1762] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:38 2025] DELETE /identity/v3/users/0878ab0e2b6a49aa940a5e23d2cbc726 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 884/1763] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-892d5eab-4d82-4190-a3aa-54c4df912db8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db1b352f-572c-4639-8cb0-3893cc0772b3 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db1b352f-572c-4639-8cb0-3893cc0772b3 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db1b352f-572c-4639-8cb0-3893cc0772b3 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db1b352f-572c-4639-8cb0-3893cc0772b3 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db1b352f-572c-4639-8cb0-3893cc0772b3 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db1b352f-572c-4639-8cb0-3893cc0772b3 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 880/1764] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:38 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4605d40-3d6f-4557-9250-637882d89c9d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] PATH_INFO: `/v3/projects/248d760c74d74e3fb882f9d7ab7a1551` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] RBAC: Authorizing `identity:delete_project(project_id=248d760c74d74e3fb882f9d7ab7a1551)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '248d760c74d74e3fb882f9d7ab7a1551', 'request_id': 'req-bbe0efe9-d64c-400a-8400-3b0a935e8caf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '248d760c74d74e3fb882f9d7ab7a1551', 'request_id': 'req-bbe0efe9-d64c-400a-8400-3b0a935e8caf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '248d760c74d74e3fb882f9d7ab7a1551', 'request_id': 'req-bbe0efe9-d64c-400a-8400-3b0a935e8caf'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] The token cache is being invalidate because project 248d760c74d74e3fb882f9d7ab7a1551 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbe0efe9-d64c-400a-8400-3b0a935e8caf ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 885/1765] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:39 2025] DELETE /identity/v3/projects/248d760c74d74e3fb882f9d7ab7a1551 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 881/1766] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:39 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 886/1767] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:39 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7143f24-ea71-4c1d-a770-261694fbf0e5 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 882/1768] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:39 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c3929b2-a5e7-48c9-8565-b7355ab5bc91 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 887/1769] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:39 2025] POST /identity/v3/projects => generated 374 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c2bf9a9-567b-4d0f-bee3-4b51cef702f5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 883/1770] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:39 2025] POST /identity/v3/users => generated 295 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e78ee824-5521-4417-921e-00796afca2b7 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 888/1771] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:39 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-851e2996-2c3d-441e-bbd6-937e3819b415 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] PATH_INFO: `/v3/projects/0365d944627743989c83be304cb1f5a8/users/e6665db8557d48acb356821a29d02f27/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0365d944627743989c83be304cb1f5a8, user_id=e6665db8557d48acb356821a29d02f27, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 884/1772] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:39 2025] PUT /identity/v3/projects/0365d944627743989c83be304cb1f5a8/users/e6665db8557d48acb356821a29d02f27/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96450c02-8d40-4106-af9d-ed6a96c3f176 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbfbaf1b-94db-4c61-8b03-18c4ab29e5e0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbfbaf1b-94db-4c61-8b03-18c4ab29e5e0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbfbaf1b-94db-4c61-8b03-18c4ab29e5e0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbfbaf1b-94db-4c61-8b03-18c4ab29e5e0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbfbaf1b-94db-4c61-8b03-18c4ab29e5e0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbfbaf1b-94db-4c61-8b03-18c4ab29e5e0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 889/1773] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:39 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e31512f-a0da-4ea9-a1a7-4b4edb5bb747 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] PATH_INFO: `/v3/projects/0365d944627743989c83be304cb1f5a8/users/e6665db8557d48acb356821a29d02f27/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0365d944627743989c83be304cb1f5a8, user_id=e6665db8557d48acb356821a29d02f27, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 885/1774] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:39 2025] PUT /identity/v3/projects/0365d944627743989c83be304cb1f5a8/users/e6665db8557d48acb356821a29d02f27/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] MFA Rules not processed for user `e6665db8557d48acb356821a29d02f27`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 890/1775] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:39 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa047f02-6806-40d4-875f-b3a97989da8e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92dbae0a-4784-4c7b-a0d8-fbb392590922 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92dbae0a-4784-4c7b-a0d8-fbb392590922 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92dbae0a-4784-4c7b-a0d8-fbb392590922 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92dbae0a-4784-4c7b-a0d8-fbb392590922 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92dbae0a-4784-4c7b-a0d8-fbb392590922 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92dbae0a-4784-4c7b-a0d8-fbb392590922 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 886/1776] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:39 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7fa048fd-4178-44eb-890a-d34460a5fc11 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] PATH_INFO: `/v3/users/e6665db8557d48acb356821a29d02f27` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] RBAC: Authorizing `identity:delete_user(user_id=e6665db8557d48acb356821a29d02f27)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'e6665db8557d48acb356821a29d02f27', 'request_id': 'req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'e6665db8557d48acb356821a29d02f27', 'request_id': 'req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:39 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'e6665db8557d48acb356821a29d02f27', 'request_id': 'req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'e6665db8557d48acb356821a29d02f27', 'request_id': 'req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'e6665db8557d48acb356821a29d02f27', 'request_id': 'req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 891/1777] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:39 2025] DELETE /identity/v3/users/e6665db8557d48acb356821a29d02f27 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 887/1778] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:40 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-477ffe11-f9d1-4a32-96fc-bd04aad70cdb ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fafb940-8f19-471a-a64e-226d8a79a681 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fafb940-8f19-471a-a64e-226d8a79a681 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fafb940-8f19-471a-a64e-226d8a79a681 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fafb940-8f19-471a-a64e-226d8a79a681 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fafb940-8f19-471a-a64e-226d8a79a681 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fafb940-8f19-471a-a64e-226d8a79a681 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 892/1779] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:40 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74b14864-0a98-41a1-a582-0f94ef5c0721 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] PATH_INFO: `/v3/projects/0365d944627743989c83be304cb1f5a8` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0365d944627743989c83be304cb1f5a8)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0365d944627743989c83be304cb1f5a8', 'request_id': 'req-6c93d5fd-1d12-4de9-b929-a1753bf00795'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0365d944627743989c83be304cb1f5a8', 'request_id': 'req-6c93d5fd-1d12-4de9-b929-a1753bf00795'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0365d944627743989c83be304cb1f5a8', 'request_id': 'req-6c93d5fd-1d12-4de9-b929-a1753bf00795'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] The token cache is being invalidate because project 0365d944627743989c83be304cb1f5a8 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6c93d5fd-1d12-4de9-b929-a1753bf00795 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 888/1780] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:40 2025] DELETE /identity/v3/projects/0365d944627743989c83be304cb1f5a8 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 893/1781] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:40 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 889/1782] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:40 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e901b53-ade4-4b58-bc24-4a85f10b3928 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 894/1783] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:40 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-845028a4-59d0-4531-b911-098c2c79d3c7 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 890/1784] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:40 2025] POST /identity/v3/projects => generated 386 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a69ad2cc-3460-45fc-9b8b-79d608eb55a4 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 895/1785] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:40 2025] POST /identity/v3/users => generated 301 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca35649e-77d9-4c11-b0b8-cf7648354a80 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 891/1786] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:40 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e860b497-49f0-4518-b4f9-9b20a3369421 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] PATH_INFO: `/v3/projects/c3318e1cc3af4f978ca731fec9753084/users/c5db42755c2b41d78cb730b0dff55238/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c3318e1cc3af4f978ca731fec9753084, user_id=c5db42755c2b41d78cb730b0dff55238, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 896/1787] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:40 2025] PUT /identity/v3/projects/c3318e1cc3af4f978ca731fec9753084/users/c5db42755c2b41d78cb730b0dff55238/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33d53374-71ba-4d8a-b592-9044ec427eb3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d314af52-7439-4ed1-a12b-44630f9df6f7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d314af52-7439-4ed1-a12b-44630f9df6f7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d314af52-7439-4ed1-a12b-44630f9df6f7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d314af52-7439-4ed1-a12b-44630f9df6f7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d314af52-7439-4ed1-a12b-44630f9df6f7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d314af52-7439-4ed1-a12b-44630f9df6f7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 892/1788] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:40 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9164d39f-e463-4e14-8ab1-43a366910abc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] PATH_INFO: `/v3/projects/c3318e1cc3af4f978ca731fec9753084/users/c5db42755c2b41d78cb730b0dff55238/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c3318e1cc3af4f978ca731fec9753084, user_id=c5db42755c2b41d78cb730b0dff55238, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 897/1789] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:40 2025] PUT /identity/v3/projects/c3318e1cc3af4f978ca731fec9753084/users/c5db42755c2b41d78cb730b0dff55238/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] MFA Rules not processed for user `c5db42755c2b41d78cb730b0dff55238`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 893/1790] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:40 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:40 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94f29318-2947-4724-b0ac-bfb954072d3d ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ece17bc7-82e0-4e6d-aaf3-b46ce527b296 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ece17bc7-82e0-4e6d-aaf3-b46ce527b296 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ece17bc7-82e0-4e6d-aaf3-b46ce527b296 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ece17bc7-82e0-4e6d-aaf3-b46ce527b296 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ece17bc7-82e0-4e6d-aaf3-b46ce527b296 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ece17bc7-82e0-4e6d-aaf3-b46ce527b296 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:41 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 898/1791] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:40 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b2b9eb0-3ef0-4d31-894d-98ef5e315ab0 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] PATH_INFO: `/v3/users/c5db42755c2b41d78cb730b0dff55238` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=c5db42755c2b41d78cb730b0dff55238)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'c5db42755c2b41d78cb730b0dff55238', 'request_id': 'req-bf5b30ba-5d43-4f4e-964f-b68a54e75390'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'c5db42755c2b41d78cb730b0dff55238', 'request_id': 'req-bf5b30ba-5d43-4f4e-964f-b68a54e75390'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'c5db42755c2b41d78cb730b0dff55238', 'request_id': 'req-bf5b30ba-5d43-4f4e-964f-b68a54e75390'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'c5db42755c2b41d78cb730b0dff55238', 'request_id': 'req-bf5b30ba-5d43-4f4e-964f-b68a54e75390'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'c5db42755c2b41d78cb730b0dff55238', 'request_id': 'req-bf5b30ba-5d43-4f4e-964f-b68a54e75390'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 894/1792] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:46 2025] DELETE /identity/v3/users/c5db42755c2b41d78cb730b0dff55238 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 899/1793] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf5b30ba-5d43-4f4e-964f-b68a54e75390 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d151cf45-1ce7-4deb-b0c5-0daa6732d49b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d151cf45-1ce7-4deb-b0c5-0daa6732d49b service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d151cf45-1ce7-4deb-b0c5-0daa6732d49b service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d151cf45-1ce7-4deb-b0c5-0daa6732d49b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d151cf45-1ce7-4deb-b0c5-0daa6732d49b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d151cf45-1ce7-4deb-b0c5-0daa6732d49b service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 895/1794] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:46 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e311388-a8fb-48c0-9d46-4269cbb8156d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] PATH_INFO: `/v3/projects/c3318e1cc3af4f978ca731fec9753084` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=c3318e1cc3af4f978ca731fec9753084)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'c3318e1cc3af4f978ca731fec9753084', 'request_id': 'req-8932cfa3-7894-4e24-b2c2-2156e0be3627'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'c3318e1cc3af4f978ca731fec9753084', 'request_id': 'req-8932cfa3-7894-4e24-b2c2-2156e0be3627'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'c3318e1cc3af4f978ca731fec9753084', 'request_id': 'req-8932cfa3-7894-4e24-b2c2-2156e0be3627'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] The token cache is being invalidate because project c3318e1cc3af4f978ca731fec9753084 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8932cfa3-7894-4e24-b2c2-2156e0be3627 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 900/1795] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:46 2025] DELETE /identity/v3/projects/c3318e1cc3af4f978ca731fec9753084 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 896/1796] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 901/1797] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26a7e8e9-ca25-4eec-aaa8-83575f85e92b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 897/1798] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:46 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f87778c8-ae22-4bea-9ccd-51fa5cf2d774 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 902/1799] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:46 2025] POST /identity/v3/projects => generated 362 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfe89cda-0a77-4da4-a07c-dce74d2f2927 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 898/1800] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:46 2025] POST /identity/v3/users => generated 289 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c2e8966-c6bb-4385-86e7-d18dbc690d56 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 903/1801] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:46 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a373e1a-7fd7-4aca-b961-4e7d200dd1cc ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] PATH_INFO: `/v3/projects/b2bf3d0e0321440e810d7a0caf7c74dd/users/6b9e4fcfc8744931809bb87e7ced8dba/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b2bf3d0e0321440e810d7a0caf7c74dd, user_id=6b9e4fcfc8744931809bb87e7ced8dba, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 899/1802] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:46 2025] PUT /identity/v3/projects/b2bf3d0e0321440e810d7a0caf7c74dd/users/6b9e4fcfc8744931809bb87e7ced8dba/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60b2f7f3-8c39-4e74-80fe-547381dcf6eb ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec6290d-a702-46e7-8a10-5c351f70fcd9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec6290d-a702-46e7-8a10-5c351f70fcd9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec6290d-a702-46e7-8a10-5c351f70fcd9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec6290d-a702-46e7-8a10-5c351f70fcd9 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec6290d-a702-46e7-8a10-5c351f70fcd9 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec6290d-a702-46e7-8a10-5c351f70fcd9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 904/1803] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:46 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef26b5c7-e1ae-4ec8-9d38-9576e1a2d1e9 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] PATH_INFO: `/v3/projects/b2bf3d0e0321440e810d7a0caf7c74dd/users/6b9e4fcfc8744931809bb87e7ced8dba/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b2bf3d0e0321440e810d7a0caf7c74dd, user_id=6b9e4fcfc8744931809bb87e7ced8dba, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 900/1804] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:46 2025] PUT /identity/v3/projects/b2bf3d0e0321440e810d7a0caf7c74dd/users/6b9e4fcfc8744931809bb87e7ced8dba/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 13 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:46 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] MFA Rules not processed for user `6b9e4fcfc8744931809bb87e7ced8dba`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 905/1805] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:46 2025] POST /identity/v3/auth/tokens => generated 2492 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d4ac72e-3bfb-4d63-917d-918b1a70addb ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47dd9948-ffc6-4aa8-809f-ed61ceafc218 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47dd9948-ffc6-4aa8-809f-ed61ceafc218 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47dd9948-ffc6-4aa8-809f-ed61ceafc218 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47dd9948-ffc6-4aa8-809f-ed61ceafc218 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-47dd9948-ffc6-4aa8-809f-ed61ceafc218 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-47dd9948-ffc6-4aa8-809f-ed61ceafc218 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 901/1806] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:47 2025] GET /identity/v3/auth/tokens => generated 2492 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c927243d-4dfa-4ae6-bca7-89f77250209e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] PATH_INFO: `/v3/users/6b9e4fcfc8744931809bb87e7ced8dba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=6b9e4fcfc8744931809bb87e7ced8dba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '6b9e4fcfc8744931809bb87e7ced8dba', 'request_id': 'req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '6b9e4fcfc8744931809bb87e7ced8dba', 'request_id': 'req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '6b9e4fcfc8744931809bb87e7ced8dba', 'request_id': 'req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '6b9e4fcfc8744931809bb87e7ced8dba', 'request_id': 'req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '6b9e4fcfc8744931809bb87e7ced8dba', 'request_id': 'req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 906/1807] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:47 2025] DELETE /identity/v3/users/6b9e4fcfc8744931809bb87e7ced8dba => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 902/1808] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-852a13cb-b2a3-49b4-ac69-4c01cebf6e10 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38d94d1a-9c3f-49a8-aa8e-4ba672d3b5bb service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d94d1a-9c3f-49a8-aa8e-4ba672d3b5bb service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d94d1a-9c3f-49a8-aa8e-4ba672d3b5bb service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d94d1a-9c3f-49a8-aa8e-4ba672d3b5bb service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38d94d1a-9c3f-49a8-aa8e-4ba672d3b5bb service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38d94d1a-9c3f-49a8-aa8e-4ba672d3b5bb service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 907/1809] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:47 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3376e3d-d9bf-459e-bd6e-02a5a261d284 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] PATH_INFO: `/v3/projects/b2bf3d0e0321440e810d7a0caf7c74dd` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=b2bf3d0e0321440e810d7a0caf7c74dd)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'b2bf3d0e0321440e810d7a0caf7c74dd', 'request_id': 'req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'b2bf3d0e0321440e810d7a0caf7c74dd', 'request_id': 'req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'b2bf3d0e0321440e810d7a0caf7c74dd', 'request_id': 'req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] The token cache is being invalidate because project b2bf3d0e0321440e810d7a0caf7c74dd was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-2aaf24ca-ec26-4453-b49f-bd6b2fcf9c59 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 903/1810] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:47 2025] DELETE /identity/v3/projects/b2bf3d0e0321440e810d7a0caf7c74dd => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 908/1811] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 904/1812] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2e6c0a9-6a88-4d66-8d1c-a5a508ed0caa None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 909/1813] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4827577-a626-4f69-902b-8179477c4d66 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 905/1814] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:47 2025] POST /identity/v3/projects => generated 374 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c2fa92f-af31-4f28-b14b-b7c6b937eafc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 910/1815] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:47 2025] POST /identity/v3/users => generated 295 bytes in 45 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68abe4a1-f1d3-44df-a12d-9d9fa41d8e02 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 906/1816] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:47 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-102f4ad8-a9c2-45de-ba2f-aa077b303e8c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] PATH_INFO: `/v3/projects/6cd3f50f3e80410eaf39952b60c5bb42/users/0d766e1a58004d5e90e9853d5f43ac33/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6cd3f50f3e80410eaf39952b60c5bb42, user_id=0d766e1a58004d5e90e9853d5f43ac33, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 911/1817] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:47 2025] PUT /identity/v3/projects/6cd3f50f3e80410eaf39952b60c5bb42/users/0d766e1a58004d5e90e9853d5f43ac33/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afc1b542-ed76-4b7d-9d2e-a141eab5a92b ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91046dca-42aa-424b-832a-cc700447fc80 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91046dca-42aa-424b-832a-cc700447fc80 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91046dca-42aa-424b-832a-cc700447fc80 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91046dca-42aa-424b-832a-cc700447fc80 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91046dca-42aa-424b-832a-cc700447fc80 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91046dca-42aa-424b-832a-cc700447fc80 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 907/1818] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:47 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3fe07a8-8c83-4a61-8141-f37aada43024 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] PATH_INFO: `/v3/projects/6cd3f50f3e80410eaf39952b60c5bb42/users/0d766e1a58004d5e90e9853d5f43ac33/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6cd3f50f3e80410eaf39952b60c5bb42, user_id=0d766e1a58004d5e90e9853d5f43ac33, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 912/1819] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:47 2025] PUT /identity/v3/projects/6cd3f50f3e80410eaf39952b60c5bb42/users/0d766e1a58004d5e90e9853d5f43ac33/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] MFA Rules not processed for user `0d766e1a58004d5e90e9853d5f43ac33`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 908/1820] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:48 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1d76c9b-a124-4115-884c-3baa2f7158f4 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 913/1821] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:48 2025] POST /identity/v3/projects => generated 376 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5197177-8b23-46d1-a77d-66d42c535692 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 909/1822] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:48 2025] POST /identity/v3/users => generated 295 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f83e0322-225e-414d-8a05-bd0ac7747e71 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 914/1823] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:48 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4108fc4-65c9-4513-b196-8eed098d4699 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] PATH_INFO: `/v3/projects/1d24f761ad1f4c58a027edd8c6964410/users/becd528d19274eba884368810fefe136/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1d24f761ad1f4c58a027edd8c6964410, user_id=becd528d19274eba884368810fefe136, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 910/1824] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:48 2025] PUT /identity/v3/projects/1d24f761ad1f4c58a027edd8c6964410/users/becd528d19274eba884368810fefe136/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fafe5ea5-96fc-4574-89a1-8c5e46df2c43 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 915/1825] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:48 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-077f65cb-e7bc-4882-ba0f-f8e9b8fc4965 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] PATH_INFO: `/v3/projects/1d24f761ad1f4c58a027edd8c6964410/users/becd528d19274eba884368810fefe136/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1d24f761ad1f4c58a027edd8c6964410, user_id=becd528d19274eba884368810fefe136, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 911/1826] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:48 2025] PUT /identity/v3/projects/1d24f761ad1f4c58a027edd8c6964410/users/becd528d19274eba884368810fefe136/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef382272-766f-4e5c-b2d9-40e086195789 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4b88e40-895e-43fc-9cad-28b8fe30dc11 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4b88e40-895e-43fc-9cad-28b8fe30dc11 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4b88e40-895e-43fc-9cad-28b8fe30dc11 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4b88e40-895e-43fc-9cad-28b8fe30dc11 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4b88e40-895e-43fc-9cad-28b8fe30dc11 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4b88e40-895e-43fc-9cad-28b8fe30dc11 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 916/1827] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:48 2025] GET /identity/v3/roles => generated 1672 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13a15ae6-8e3e-4dec-81d7-18069f85eeb0 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] PATH_INFO: `/v3/projects/1d24f761ad1f4c58a027edd8c6964410/users/becd528d19274eba884368810fefe136/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1d24f761ad1f4c58a027edd8c6964410, user_id=becd528d19274eba884368810fefe136, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 912/1828] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:48 2025] PUT /identity/v3/projects/1d24f761ad1f4c58a027edd8c6964410/users/becd528d19274eba884368810fefe136/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] MFA Rules not processed for user `becd528d19274eba884368810fefe136`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 917/1829] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:48 2025] POST /identity/v3/auth/tokens => generated 2629 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eacca42c-0d12-43da-a3c5-75f94c2d2a93 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 913/1830] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:48 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 73 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57fad637-b3ad-44f7-81fd-e6e42c2be6ef None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] PATH_INFO: `/v3/users/0d766e1a58004d5e90e9853d5f43ac33` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0d766e1a58004d5e90e9853d5f43ac33)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:50 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0d766e1a58004d5e90e9853d5f43ac33', 'request_id': 'req-8d0eb72e-4305-4dc8-8f55-34537e55095e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0d766e1a58004d5e90e9853d5f43ac33', 'request_id': 'req-8d0eb72e-4305-4dc8-8f55-34537e55095e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0d766e1a58004d5e90e9853d5f43ac33', 'request_id': 'req-8d0eb72e-4305-4dc8-8f55-34537e55095e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0d766e1a58004d5e90e9853d5f43ac33', 'request_id': 'req-8d0eb72e-4305-4dc8-8f55-34537e55095e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-8d0eb72e-4305-4dc8-8f55-34537e55095e ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0d766e1a58004d5e90e9853d5f43ac33', 'request_id': 'req-8d0eb72e-4305-4dc8-8f55-34537e55095e'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 918/1831] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:50 2025] DELETE /identity/v3/users/0d766e1a58004d5e90e9853d5f43ac33 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12a16079-1e65-43ca-9a2d-b65a8732e4c9 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] PATH_INFO: `/v3/users/becd528d19274eba884368810fefe136` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=becd528d19274eba884368810fefe136)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'becd528d19274eba884368810fefe136', 'request_id': 'req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'becd528d19274eba884368810fefe136', 'request_id': 'req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'becd528d19274eba884368810fefe136', 'request_id': 'req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'becd528d19274eba884368810fefe136', 'request_id': 'req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'becd528d19274eba884368810fefe136', 'request_id': 'req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 914/1832] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:39:51 2025] DELETE /identity/v3/users/becd528d19274eba884368810fefe136 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 919/1833] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:51 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-03e2ffcb-f124-4f1e-aa79-a657d2dfef08 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 915/1834] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:51 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b59ce3ce-02d2-4932-9e75-7539deddbc63 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] PATH_INFO: `/v3/projects/1d24f761ad1f4c58a027edd8c6964410` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=1d24f761ad1f4c58a027edd8c6964410)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '1d24f761ad1f4c58a027edd8c6964410', 'request_id': 'req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '1d24f761ad1f4c58a027edd8c6964410', 'request_id': 'req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '1d24f761ad1f4c58a027edd8c6964410', 'request_id': 'req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] The token cache is being invalidate because project 1d24f761ad1f4c58a027edd8c6964410 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-a0a5d1f6-9e9c-434b-bdb2-8bc461dc0b82 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:51 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 920/1835] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:51 2025] DELETE /identity/v3/projects/1d24f761ad1f4c58a027edd8c6964410 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43be6e75-7a45-4b89-98a0-8230bb5cb93d service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] PATH_INFO: `/v3/projects/6cd3f50f3e80410eaf39952b60c5bb42` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6cd3f50f3e80410eaf39952b60c5bb42)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6cd3f50f3e80410eaf39952b60c5bb42', 'request_id': 'req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6cd3f50f3e80410eaf39952b60c5bb42', 'request_id': 'req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6cd3f50f3e80410eaf39952b60c5bb42', 'request_id': 'req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] The token cache is being invalidate because project 6cd3f50f3e80410eaf39952b60c5bb42 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-e1618ca0-b196-40aa-a5bd-c4f8b227f8f7 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 916/1836] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:39:52 2025] DELETE /identity/v3/projects/6cd3f50f3e80410eaf39952b60c5bb42 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 921/1837] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 917/1838] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee85cf78-2807-4226-adec-3414ee19b66a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 922/1839] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:39:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6fd49bd-2b98-4f66-973b-fa180a186e6a None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 918/1840] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:39:52 2025] POST /identity/v3/projects => generated 376 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c95a70c3-da31-4539-b732-09c96586e0d6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 923/1841] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:39:52 2025] POST /identity/v3/users => generated 296 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b3929b1-5558-41d5-b0a2-aa1e6b882995 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 919/1842] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:52 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad78e2cb-a682-4405-a2dd-a4d75165a4e1 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] PATH_INFO: `/v3/projects/55ecd85c1c0a40d8aa1a762302b08540/users/256382fc7c8243789a91b4bb3af6794b/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] RBAC: Authorizing `identity:create_grant(project_id=55ecd85c1c0a40d8aa1a762302b08540, user_id=256382fc7c8243789a91b4bb3af6794b, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 924/1843] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:52 2025] PUT /identity/v3/projects/55ecd85c1c0a40d8aa1a762302b08540/users/256382fc7c8243789a91b4bb3af6794b/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-021b35ff-f511-4c6f-aef3-eb6052787823 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ada94cfc-5152-49d0-9dcc-4acde00120fe ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ada94cfc-5152-49d0-9dcc-4acde00120fe ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ada94cfc-5152-49d0-9dcc-4acde00120fe ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ada94cfc-5152-49d0-9dcc-4acde00120fe ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ada94cfc-5152-49d0-9dcc-4acde00120fe ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ada94cfc-5152-49d0-9dcc-4acde00120fe ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 920/1844] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:39:52 2025] GET /identity/v3/roles => generated 1672 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27621f4b-51be-474f-8edd-909c0af5c3ef ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] PATH_INFO: `/v3/projects/55ecd85c1c0a40d8aa1a762302b08540/users/256382fc7c8243789a91b4bb3af6794b/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=55ecd85c1c0a40d8aa1a762302b08540, user_id=256382fc7c8243789a91b4bb3af6794b, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 925/1845] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:39:52 2025] PUT /identity/v3/projects/55ecd85c1c0a40d8aa1a762302b08540/users/256382fc7c8243789a91b4bb3af6794b/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] MFA Rules not processed for user `256382fc7c8243789a91b4bb3af6794b`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 921/1846] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:39:52 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b8c72e4-59c6-4ca8-9388-0aaa2eddc1c6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9995de98-2127-4a0a-ad1d-0faa7434175d service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9995de98-2127-4a0a-ad1d-0faa7434175d service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9995de98-2127-4a0a-ad1d-0faa7434175d service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9995de98-2127-4a0a-ad1d-0faa7434175d service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9995de98-2127-4a0a-ad1d-0faa7434175d service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9995de98-2127-4a0a-ad1d-0faa7434175d service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:39:52 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 926/1847] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:39:52 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:02 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=1393,keystone:DELETE=136,keystone:INSERT=63,keystone:UPDATE=8 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:02 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=1500,keystone:DELETE=136,keystone:INSERT=64,keystone:UPDATE=7 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a788cebe-4427-4b8f-8ad5-359e26482bcd None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] PATH_INFO: `/v3/users/256382fc7c8243789a91b4bb3af6794b` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=256382fc7c8243789a91b4bb3af6794b)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '256382fc7c8243789a91b4bb3af6794b', 'request_id': 'req-ad808713-5c29-47b6-a2af-a3554bb59629'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '256382fc7c8243789a91b4bb3af6794b', 'request_id': 'req-ad808713-5c29-47b6-a2af-a3554bb59629'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '256382fc7c8243789a91b4bb3af6794b', 'request_id': 'req-ad808713-5c29-47b6-a2af-a3554bb59629'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '256382fc7c8243789a91b4bb3af6794b', 'request_id': 'req-ad808713-5c29-47b6-a2af-a3554bb59629'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '256382fc7c8243789a91b4bb3af6794b', 'request_id': 'req-ad808713-5c29-47b6-a2af-a3554bb59629'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 922/1848] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:07 2025] DELETE /identity/v3/users/256382fc7c8243789a91b4bb3af6794b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 927/1849] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad808713-5c29-47b6-a2af-a3554bb59629 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-504476d7-b100-495b-b303-e54a51771e75 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-504476d7-b100-495b-b303-e54a51771e75 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-504476d7-b100-495b-b303-e54a51771e75 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-504476d7-b100-495b-b303-e54a51771e75 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-504476d7-b100-495b-b303-e54a51771e75 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-504476d7-b100-495b-b303-e54a51771e75 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 923/1850] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:07 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69f6b020-2c3f-4532-ab58-ec0891c4a6e6 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] PATH_INFO: `/v3/projects/55ecd85c1c0a40d8aa1a762302b08540` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] RBAC: Authorizing `identity:delete_project(project_id=55ecd85c1c0a40d8aa1a762302b08540)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:07 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '55ecd85c1c0a40d8aa1a762302b08540', 'request_id': 'req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '55ecd85c1c0a40d8aa1a762302b08540', 'request_id': 'req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '55ecd85c1c0a40d8aa1a762302b08540', 'request_id': 'req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] The token cache is being invalidate because project 55ecd85c1c0a40d8aa1a762302b08540 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-4990c89d-aaa8-47c2-a5ac-8c99ebe9fdef ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 928/1851] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:07 2025] DELETE /identity/v3/projects/55ecd85c1c0a40d8aa1a762302b08540 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 924/1852] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:08 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 929/1853] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:08 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f75cc203-4553-499a-9e80-8c22d5ad6c7e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 925/1854] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:40:08 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45ad9517-7997-42aa-b95a-09bd92338728 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 930/1855] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:08 2025] POST /identity/v3/projects => generated 374 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1de93ce9-ec47-4b39-87a7-d9a649310c82 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 926/1856] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:08 2025] POST /identity/v3/users => generated 295 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8b3b32c-1229-47f1-9a40-73c8b3123c19 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 931/1857] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:08 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdf20a50-b47a-4ba1-93da-c9f403df2c4d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] PATH_INFO: `/v3/projects/f686118cc38a432d873442a6369af3bb/users/d4fd03b6d30147dca58f9438df41f5b7/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f686118cc38a432d873442a6369af3bb, user_id=d4fd03b6d30147dca58f9438df41f5b7, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 927/1858] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:08 2025] PUT /identity/v3/projects/f686118cc38a432d873442a6369af3bb/users/d4fd03b6d30147dca58f9438df41f5b7/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-621b2161-ca86-476f-a703-13169b7668c0 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bad8d95-f949-489f-a048-945f13963336 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bad8d95-f949-489f-a048-945f13963336 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bad8d95-f949-489f-a048-945f13963336 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bad8d95-f949-489f-a048-945f13963336 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7bad8d95-f949-489f-a048-945f13963336 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7bad8d95-f949-489f-a048-945f13963336 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 932/1859] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:08 2025] GET /identity/v3/roles => generated 1672 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79eb6056-0184-4612-a02c-92942e39a95e ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] PATH_INFO: `/v3/projects/f686118cc38a432d873442a6369af3bb/users/d4fd03b6d30147dca58f9438df41f5b7/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f686118cc38a432d873442a6369af3bb, user_id=d4fd03b6d30147dca58f9438df41f5b7, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 928/1860] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:08 2025] PUT /identity/v3/projects/f686118cc38a432d873442a6369af3bb/users/d4fd03b6d30147dca58f9438df41f5b7/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] MFA Rules not processed for user `d4fd03b6d30147dca58f9438df41f5b7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 933/1861] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:08 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 78 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7653df64-ead3-47a3-ade0-c9e635a74b17 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1cca1e8-b02b-421a-b2cc-0ccb9c3c16a7 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1cca1e8-b02b-421a-b2cc-0ccb9c3c16a7 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1cca1e8-b02b-421a-b2cc-0ccb9c3c16a7 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1cca1e8-b02b-421a-b2cc-0ccb9c3c16a7 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1cca1e8-b02b-421a-b2cc-0ccb9c3c16a7 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1cca1e8-b02b-421a-b2cc-0ccb9c3c16a7 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:08 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 929/1862] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:08 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85bda96c-a76e-497f-8ad0-b6410f1cdec2 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] PATH_INFO: `/v3/users/d4fd03b6d30147dca58f9438df41f5b7` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=d4fd03b6d30147dca58f9438df41f5b7)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'd4fd03b6d30147dca58f9438df41f5b7', 'request_id': 'req-9f91b1e0-8757-4831-b3d5-30a244b652c4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'd4fd03b6d30147dca58f9438df41f5b7', 'request_id': 'req-9f91b1e0-8757-4831-b3d5-30a244b652c4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'd4fd03b6d30147dca58f9438df41f5b7', 'request_id': 'req-9f91b1e0-8757-4831-b3d5-30a244b652c4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'd4fd03b6d30147dca58f9438df41f5b7', 'request_id': 'req-9f91b1e0-8757-4831-b3d5-30a244b652c4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'd4fd03b6d30147dca58f9438df41f5b7', 'request_id': 'req-9f91b1e0-8757-4831-b3d5-30a244b652c4'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 934/1863] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:11 2025] DELETE /identity/v3/users/d4fd03b6d30147dca58f9438df41f5b7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 930/1864] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f91b1e0-8757-4831-b3d5-30a244b652c4 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4cb96ef-61f6-4593-a657-0491bf7a7d32 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4cb96ef-61f6-4593-a657-0491bf7a7d32 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4cb96ef-61f6-4593-a657-0491bf7a7d32 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4cb96ef-61f6-4593-a657-0491bf7a7d32 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4cb96ef-61f6-4593-a657-0491bf7a7d32 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4cb96ef-61f6-4593-a657-0491bf7a7d32 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 935/1865] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:11 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-246e54c2-f07b-4afe-aff3-c7de6c24f3ea None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] PATH_INFO: `/v3/projects/f686118cc38a432d873442a6369af3bb` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f686118cc38a432d873442a6369af3bb)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f686118cc38a432d873442a6369af3bb', 'request_id': 'req-c46f2e2b-8198-442d-bfc5-73cb45c546a4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f686118cc38a432d873442a6369af3bb', 'request_id': 'req-c46f2e2b-8198-442d-bfc5-73cb45c546a4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f686118cc38a432d873442a6369af3bb', 'request_id': 'req-c46f2e2b-8198-442d-bfc5-73cb45c546a4'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] The token cache is being invalidate because project f686118cc38a432d873442a6369af3bb was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c46f2e2b-8198-442d-bfc5-73cb45c546a4 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 931/1866] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:11 2025] DELETE /identity/v3/projects/f686118cc38a432d873442a6369af3bb => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 936/1867] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 932/1868] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ffe0564-7847-4546-baa0-9aeb8104297c None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 937/1869] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-724d3bfe-65d7-427b-a811-c7f023b32352 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 933/1870] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/projects => generated 378 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1e043a1-7d96-4dd9-81fb-8adedbb21394 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 938/1871] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/users => generated 297 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2288677-2fb1-45ae-a48f-4d945cb51b97 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 934/1872] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b2e5734-21d3-4eed-894e-692c7191009a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] PATH_INFO: `/v3/projects/c01eb9a781a044779e6e1b3bbfeebaa7/users/0edd1cf132f5475e9ce7b2060c9f9c61/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c01eb9a781a044779e6e1b3bbfeebaa7, user_id=0edd1cf132f5475e9ce7b2060c9f9c61, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 939/1873] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:12 2025] PUT /identity/v3/projects/c01eb9a781a044779e6e1b3bbfeebaa7/users/0edd1cf132f5475e9ce7b2060c9f9c61/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bcb1500-0c11-40dc-92de-26235221f597 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d533f182-033d-46fc-afda-be440dc55813 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d533f182-033d-46fc-afda-be440dc55813 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d533f182-033d-46fc-afda-be440dc55813 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d533f182-033d-46fc-afda-be440dc55813 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d533f182-033d-46fc-afda-be440dc55813 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d533f182-033d-46fc-afda-be440dc55813 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 935/1874] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/roles => generated 1672 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0b1059f-491a-41f6-9cd2-e238886cc8fc ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] PATH_INFO: `/v3/projects/c01eb9a781a044779e6e1b3bbfeebaa7/users/0edd1cf132f5475e9ce7b2060c9f9c61/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c01eb9a781a044779e6e1b3bbfeebaa7, user_id=0edd1cf132f5475e9ce7b2060c9f9c61, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 940/1875] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:12 2025] PUT /identity/v3/projects/c01eb9a781a044779e6e1b3bbfeebaa7/users/0edd1cf132f5475e9ce7b2060c9f9c61/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 13 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] MFA Rules not processed for user `0edd1cf132f5475e9ce7b2060c9f9c61`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 936/1876] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9278b4b3-9caf-440a-a515-3ddff121b080 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 941/1877] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/projects => generated 376 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c243d0a0-fa94-4e3e-89ca-7c5123bd6113 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 937/1878] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/users => generated 296 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daea7779-87df-4775-897e-5c9e8af0346e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 942/1879] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdcc2b60-b48f-492f-8df0-9da2e79e3b77 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] PATH_INFO: `/v3/projects/ce6465622f9d4a3090ac53b200cad6f5/users/9dbdaa565bc64749a5df64d9e0132dea/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ce6465622f9d4a3090ac53b200cad6f5, user_id=9dbdaa565bc64749a5df64d9e0132dea, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 938/1880] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:12 2025] PUT /identity/v3/projects/ce6465622f9d4a3090ac53b200cad6f5/users/9dbdaa565bc64749a5df64d9e0132dea/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93e4179c-83a0-4c7b-9c29-34cc94a738d9 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-305a7e43-73f6-4181-8069-407bb39f374e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-305a7e43-73f6-4181-8069-407bb39f374e ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-305a7e43-73f6-4181-8069-407bb39f374e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-305a7e43-73f6-4181-8069-407bb39f374e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-305a7e43-73f6-4181-8069-407bb39f374e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-305a7e43-73f6-4181-8069-407bb39f374e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 943/1881] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3de36f9-1c6a-45a2-bcc1-8b84ab3200c3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] PATH_INFO: `/v3/projects/ce6465622f9d4a3090ac53b200cad6f5/users/9dbdaa565bc64749a5df64d9e0132dea/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ce6465622f9d4a3090ac53b200cad6f5, user_id=9dbdaa565bc64749a5df64d9e0132dea, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 939/1882] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:12 2025] PUT /identity/v3/projects/ce6465622f9d4a3090ac53b200cad6f5/users/9dbdaa565bc64749a5df64d9e0132dea/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 12 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] MFA Rules not processed for user `9dbdaa565bc64749a5df64d9e0132dea`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 944/1883] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3b2f383-6380-4066-a9ca-f7210772ede6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 940/1884] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/projects => generated 378 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5369ccc5-504c-4782-9acb-3ffbb58a3e21 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 945/1885] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/users => generated 296 bytes in 44 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d886382f-749e-4ee3-8e68-419caa91d85a ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 941/1886] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd5385a4-b287-48e7-869c-5710e8a055c5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] PATH_INFO: `/v3/projects/dc972d4cc15a45fba0f32847136c0b9e/users/debb98ea31014777a513263c0c6094cb/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] RBAC: Authorizing `identity:create_grant(project_id=dc972d4cc15a45fba0f32847136c0b9e, user_id=debb98ea31014777a513263c0c6094cb, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 946/1887] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:12 2025] PUT /identity/v3/projects/dc972d4cc15a45fba0f32847136c0b9e/users/debb98ea31014777a513263c0c6094cb/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c132d66-664a-456c-a478-1d64873d2a12 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 942/1888] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e74ab4ba-37bc-49b8-b401-3f64d68024ff ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] PATH_INFO: `/v3/projects/dc972d4cc15a45fba0f32847136c0b9e/users/debb98ea31014777a513263c0c6094cb/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=dc972d4cc15a45fba0f32847136c0b9e, user_id=debb98ea31014777a513263c0c6094cb, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 947/1889] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:12 2025] PUT /identity/v3/projects/dc972d4cc15a45fba0f32847136c0b9e/users/debb98ea31014777a513263c0c6094cb/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 11 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-151c1855-c8e9-461e-9d2a-3f4dfbebd841 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2dd2098-db7a-4607-bb26-53fcbd20f88b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2dd2098-db7a-4607-bb26-53fcbd20f88b ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2dd2098-db7a-4607-bb26-53fcbd20f88b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2dd2098-db7a-4607-bb26-53fcbd20f88b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2dd2098-db7a-4607-bb26-53fcbd20f88b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2dd2098-db7a-4607-bb26-53fcbd20f88b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 943/1890] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d92ddb1-7f18-42dc-afaf-a6a668e660a6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] PATH_INFO: `/v3/projects/dc972d4cc15a45fba0f32847136c0b9e/users/debb98ea31014777a513263c0c6094cb/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=dc972d4cc15a45fba0f32847136c0b9e, user_id=debb98ea31014777a513263c0c6094cb, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 948/1891] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:12 2025] PUT /identity/v3/projects/dc972d4cc15a45fba0f32847136c0b9e/users/debb98ea31014777a513263c0c6094cb/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] MFA Rules not processed for user `debb98ea31014777a513263c0c6094cb`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 944/1892] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:12 2025] POST /identity/v3/auth/tokens => generated 2631 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3d47d6e-91e5-4123-af7a-921a382c622e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 949/1893] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:12 2025] GET /identity/v3/auth/tokens => generated 2508 bytes in 60 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8080769-09a3-4068-94f3-78b8b3ce07d9 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 945/1894] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:14 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3aad24e0-6851-423b-81b0-1670b6bf9ad5 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 950/1895] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:15 2025] GET /identity/v3/auth/tokens => generated 2631 bytes in 13 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee044749-d97f-42db-90f9-8d2874a1b20a service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] PATH_INFO: `/v3/users/0edd1cf132f5475e9ce7b2060c9f9c61` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0edd1cf132f5475e9ce7b2060c9f9c61)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0edd1cf132f5475e9ce7b2060c9f9c61', 'request_id': 'req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0edd1cf132f5475e9ce7b2060c9f9c61', 'request_id': 'req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0edd1cf132f5475e9ce7b2060c9f9c61', 'request_id': 'req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0edd1cf132f5475e9ce7b2060c9f9c61', 'request_id': 'req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0edd1cf132f5475e9ce7b2060c9f9c61', 'request_id': 'req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 946/1896] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:18 2025] DELETE /identity/v3/users/0edd1cf132f5475e9ce7b2060c9f9c61 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ce24ce8-cb62-425b-be10-76a21be8b761 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] PATH_INFO: `/v3/users/9dbdaa565bc64749a5df64d9e0132dea` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=9dbdaa565bc64749a5df64d9e0132dea)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '9dbdaa565bc64749a5df64d9e0132dea', 'request_id': 'req-96ca2bfa-36a2-41a8-a288-44ccde2949d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '9dbdaa565bc64749a5df64d9e0132dea', 'request_id': 'req-96ca2bfa-36a2-41a8-a288-44ccde2949d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '9dbdaa565bc64749a5df64d9e0132dea', 'request_id': 'req-96ca2bfa-36a2-41a8-a288-44ccde2949d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '9dbdaa565bc64749a5df64d9e0132dea', 'request_id': 'req-96ca2bfa-36a2-41a8-a288-44ccde2949d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-96ca2bfa-36a2-41a8-a288-44ccde2949d6 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '9dbdaa565bc64749a5df64d9e0132dea', 'request_id': 'req-96ca2bfa-36a2-41a8-a288-44ccde2949d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 951/1897] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:19 2025] DELETE /identity/v3/users/9dbdaa565bc64749a5df64d9e0132dea => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16db2bc1-77e6-4bae-9f8e-12b2a6345d1b ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] PATH_INFO: `/v3/users/debb98ea31014777a513263c0c6094cb` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=debb98ea31014777a513263c0c6094cb)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'debb98ea31014777a513263c0c6094cb', 'request_id': 'req-478a7917-2245-4954-92dc-d4c56c72927d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'debb98ea31014777a513263c0c6094cb', 'request_id': 'req-478a7917-2245-4954-92dc-d4c56c72927d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'debb98ea31014777a513263c0c6094cb', 'request_id': 'req-478a7917-2245-4954-92dc-d4c56c72927d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'debb98ea31014777a513263c0c6094cb', 'request_id': 'req-478a7917-2245-4954-92dc-d4c56c72927d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'debb98ea31014777a513263c0c6094cb', 'request_id': 'req-478a7917-2245-4954-92dc-d4c56c72927d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 947/1898] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:19 2025] DELETE /identity/v3/users/debb98ea31014777a513263c0c6094cb => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 952/1899] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:19 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-478a7917-2245-4954-92dc-d4c56c72927d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 948/1900] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:19 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15b663ef-1dbb-4dfa-a8d5-fcc142445f0f None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] PATH_INFO: `/v3/projects/c01eb9a781a044779e6e1b3bbfeebaa7` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] RBAC: Authorizing `identity:delete_project(project_id=c01eb9a781a044779e6e1b3bbfeebaa7)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'c01eb9a781a044779e6e1b3bbfeebaa7', 'request_id': 'req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'c01eb9a781a044779e6e1b3bbfeebaa7', 'request_id': 'req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'c01eb9a781a044779e6e1b3bbfeebaa7', 'request_id': 'req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] The token cache is being invalidate because project c01eb9a781a044779e6e1b3bbfeebaa7 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:19 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 953/1901] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:19 2025] DELETE /identity/v3/projects/c01eb9a781a044779e6e1b3bbfeebaa7 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7816016b-df4e-436b-b414-0c7a555f7ef1 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] PATH_INFO: `/v3/projects/dc972d4cc15a45fba0f32847136c0b9e` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=dc972d4cc15a45fba0f32847136c0b9e)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'dc972d4cc15a45fba0f32847136c0b9e', 'request_id': 'req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'dc972d4cc15a45fba0f32847136c0b9e', 'request_id': 'req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'dc972d4cc15a45fba0f32847136c0b9e', 'request_id': 'req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] The token cache is being invalidate because project dc972d4cc15a45fba0f32847136c0b9e was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d35caf33-bf41-4f7c-a031-1c9ed0ca90a8 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 949/1902] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:20 2025] DELETE /identity/v3/projects/dc972d4cc15a45fba0f32847136c0b9e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58d3f43f-1e84-4ed8-a1b7-d5d388c5ebae ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] PATH_INFO: `/v3/projects/ce6465622f9d4a3090ac53b200cad6f5` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] RBAC: Authorizing `identity:delete_project(project_id=ce6465622f9d4a3090ac53b200cad6f5)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'ce6465622f9d4a3090ac53b200cad6f5', 'request_id': 'req-54943ca2-a6de-455b-8ad8-52ffd24164de'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'ce6465622f9d4a3090ac53b200cad6f5', 'request_id': 'req-54943ca2-a6de-455b-8ad8-52ffd24164de'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'ce6465622f9d4a3090ac53b200cad6f5', 'request_id': 'req-54943ca2-a6de-455b-8ad8-52ffd24164de'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] The token cache is being invalidate because project ce6465622f9d4a3090ac53b200cad6f5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-54943ca2-a6de-455b-8ad8-52ffd24164de ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 954/1903] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:20 2025] DELETE /identity/v3/projects/ce6465622f9d4a3090ac53b200cad6f5 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 950/1904] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 955/1905] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59b92fd3-dd17-4447-aaf2-d736de2cc106 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 951/1906] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:40:20 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec2f9b4b-1fb0-462c-8f05-2e8842deb2c5 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 956/1907] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:20 2025] POST /identity/v3/projects => generated 382 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e2c73f4-da60-45e3-b2c8-d5f7205a76b7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 952/1908] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:20 2025] POST /identity/v3/users => generated 299 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1169c9c7-8aa6-4ef9-a0b8-b4254829fca8 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 957/1909] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:20 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a63fe1d-a29c-48fa-a872-4aaf60a33b39 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] PATH_INFO: `/v3/projects/1652d9dc3b9044f1bb5c4a267178ab37/users/7d86758b55d948339467f0025d0f3e90/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1652d9dc3b9044f1bb5c4a267178ab37, user_id=7d86758b55d948339467f0025d0f3e90, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 953/1910] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:20 2025] PUT /identity/v3/projects/1652d9dc3b9044f1bb5c4a267178ab37/users/7d86758b55d948339467f0025d0f3e90/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c8ccbd9-b760-41dc-9e37-51bfb9fd5314 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bb772ee-661a-4d23-95af-af00fbc9a016 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bb772ee-661a-4d23-95af-af00fbc9a016 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bb772ee-661a-4d23-95af-af00fbc9a016 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bb772ee-661a-4d23-95af-af00fbc9a016 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bb772ee-661a-4d23-95af-af00fbc9a016 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bb772ee-661a-4d23-95af-af00fbc9a016 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 958/1911] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:20 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a27db234-cc04-42ef-a69a-f8133c23c2e7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] PATH_INFO: `/v3/projects/1652d9dc3b9044f1bb5c4a267178ab37/users/7d86758b55d948339467f0025d0f3e90/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1652d9dc3b9044f1bb5c4a267178ab37, user_id=7d86758b55d948339467f0025d0f3e90, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 954/1912] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:20 2025] PUT /identity/v3/projects/1652d9dc3b9044f1bb5c4a267178ab37/users/7d86758b55d948339467f0025d0f3e90/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] MFA Rules not processed for user `7d86758b55d948339467f0025d0f3e90`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:20 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 959/1913] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:20 2025] POST /identity/v3/auth/tokens => generated 2512 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:20 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-170f58fc-0219-46fc-b5f6-d8675711f062 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 955/1914] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:20 2025] POST /identity/v3/projects => generated 384 bytes in 64 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edd975d4-bd01-41ae-8db3-892139cc8b8d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 960/1915] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:21 2025] POST /identity/v3/users => generated 300 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77193007-bb78-469f-8a36-c1dceb7f745b ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 956/1916] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:21 2025] GET /identity/v3/roles => generated 1672 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cd5a364-999b-4273-a14f-3f2e52cd76b0 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] PATH_INFO: `/v3/projects/eceb0fefb58e4e618dcc817442f7ee96/users/40927fb31b3f405cb12cb4e1340c8f10/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=eceb0fefb58e4e618dcc817442f7ee96, user_id=40927fb31b3f405cb12cb4e1340c8f10, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 961/1917] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:21 2025] PUT /identity/v3/projects/eceb0fefb58e4e618dcc817442f7ee96/users/40927fb31b3f405cb12cb4e1340c8f10/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fba1c502-8a03-4459-bb61-6ffc8fed3f1c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24473031-ece8-4e6c-b9af-82af4f315aae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24473031-ece8-4e6c-b9af-82af4f315aae ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24473031-ece8-4e6c-b9af-82af4f315aae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24473031-ece8-4e6c-b9af-82af4f315aae ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24473031-ece8-4e6c-b9af-82af4f315aae ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24473031-ece8-4e6c-b9af-82af4f315aae ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 957/1918] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:21 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8c03619-3f39-48a6-8057-3921f1a05bd5 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] PATH_INFO: `/v3/projects/eceb0fefb58e4e618dcc817442f7ee96/users/40927fb31b3f405cb12cb4e1340c8f10/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=eceb0fefb58e4e618dcc817442f7ee96, user_id=40927fb31b3f405cb12cb4e1340c8f10, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 962/1919] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:21 2025] PUT /identity/v3/projects/eceb0fefb58e4e618dcc817442f7ee96/users/40927fb31b3f405cb12cb4e1340c8f10/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] MFA Rules not processed for user `40927fb31b3f405cb12cb4e1340c8f10`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 958/1920] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:21 2025] POST /identity/v3/auth/tokens => generated 2514 bytes in 75 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf35736-f2d1-45f3-96f9-e19beb777779 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 963/1921] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:21 2025] POST /identity/v3/projects => generated 386 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8c85fc9-f563-4455-961b-54882264e423 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 959/1922] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:21 2025] POST /identity/v3/users => generated 300 bytes in 48 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9cbbde0-36e6-4bd7-aa7d-8051e9db360f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 964/1923] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:21 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fb489db-9a67-49d3-b89c-044a2a695641 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] PATH_INFO: `/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5/users/d3fafe3d588d4828bfbf183633b2299e/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a58fbb6c7b21400398ab2c2c24b1e9f5, user_id=d3fafe3d588d4828bfbf183633b2299e, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 960/1924] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:21 2025] PUT /identity/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5/users/d3fafe3d588d4828bfbf183633b2299e/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e66f433-96ea-4850-9f5d-8a496fb2890a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 965/1925] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:21 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0830426-c511-4c81-9fcb-39121a0afaf3 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] PATH_INFO: `/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5/users/d3fafe3d588d4828bfbf183633b2299e/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a58fbb6c7b21400398ab2c2c24b1e9f5, user_id=d3fafe3d588d4828bfbf183633b2299e, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 961/1926] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:21 2025] PUT /identity/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5/users/d3fafe3d588d4828bfbf183633b2299e/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e64f339e-0064-409c-b7b6-fb324a34c6fa ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afca3f7f-daa0-4d69-995f-b023a996dba5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afca3f7f-daa0-4d69-995f-b023a996dba5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afca3f7f-daa0-4d69-995f-b023a996dba5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afca3f7f-daa0-4d69-995f-b023a996dba5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-afca3f7f-daa0-4d69-995f-b023a996dba5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-afca3f7f-daa0-4d69-995f-b023a996dba5 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 966/1927] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:21 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215e3daf-66d4-484b-9bf8-bdc2b2854cac ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] PATH_INFO: `/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5/users/d3fafe3d588d4828bfbf183633b2299e/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a58fbb6c7b21400398ab2c2c24b1e9f5, user_id=d3fafe3d588d4828bfbf183633b2299e, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 962/1928] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:21 2025] PUT /identity/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5/users/d3fafe3d588d4828bfbf183633b2299e/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] MFA Rules not processed for user `d3fafe3d588d4828bfbf183633b2299e`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 967/1929] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:21 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa4dc374-10e5-47d5-8894-98e763219dd7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:21 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 963/1930] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:21 2025] GET /identity/v3/auth/tokens => generated 2512 bytes in 73 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1629daa7-b7fc-495d-951b-c1b039dd4c3e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 968/1931] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:23 2025] GET /identity/v3/auth/tokens => generated 2514 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d82ad42-a1ea-4dc9-a16f-f9c45191902f service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:23 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 964/1932] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:23 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 21 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29bf3f04-8c11-43b9-83e2-2dd0c1d82843 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] PATH_INFO: `/v3/users/7d86758b55d948339467f0025d0f3e90` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=7d86758b55d948339467f0025d0f3e90)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '7d86758b55d948339467f0025d0f3e90', 'request_id': 'req-b66a9270-78b1-4a45-bb27-53b73304ca44'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '7d86758b55d948339467f0025d0f3e90', 'request_id': 'req-b66a9270-78b1-4a45-bb27-53b73304ca44'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '7d86758b55d948339467f0025d0f3e90', 'request_id': 'req-b66a9270-78b1-4a45-bb27-53b73304ca44'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '7d86758b55d948339467f0025d0f3e90', 'request_id': 'req-b66a9270-78b1-4a45-bb27-53b73304ca44'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '7d86758b55d948339467f0025d0f3e90', 'request_id': 'req-b66a9270-78b1-4a45-bb27-53b73304ca44'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 969/1933] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:27 2025] DELETE /identity/v3/users/7d86758b55d948339467f0025d0f3e90 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5b63ff4-dee4-4a21-b690-374ab99431f5 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] PATH_INFO: `/v3/users/40927fb31b3f405cb12cb4e1340c8f10` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=40927fb31b3f405cb12cb4e1340c8f10)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '40927fb31b3f405cb12cb4e1340c8f10', 'request_id': 'req-38d64df6-376e-419c-9d9e-d7a765245004'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '40927fb31b3f405cb12cb4e1340c8f10', 'request_id': 'req-38d64df6-376e-419c-9d9e-d7a765245004'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '40927fb31b3f405cb12cb4e1340c8f10', 'request_id': 'req-38d64df6-376e-419c-9d9e-d7a765245004'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '40927fb31b3f405cb12cb4e1340c8f10', 'request_id': 'req-38d64df6-376e-419c-9d9e-d7a765245004'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-38d64df6-376e-419c-9d9e-d7a765245004 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '40927fb31b3f405cb12cb4e1340c8f10', 'request_id': 'req-38d64df6-376e-419c-9d9e-d7a765245004'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 965/1934] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:27 2025] DELETE /identity/v3/users/40927fb31b3f405cb12cb4e1340c8f10 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b66a9270-78b1-4a45-bb27-53b73304ca44 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] PATH_INFO: `/v3/users/d3fafe3d588d4828bfbf183633b2299e` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=d3fafe3d588d4828bfbf183633b2299e)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'd3fafe3d588d4828bfbf183633b2299e', 'request_id': 'req-cfd45b91-32ab-4740-b1cb-eafb25a845d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'd3fafe3d588d4828bfbf183633b2299e', 'request_id': 'req-cfd45b91-32ab-4740-b1cb-eafb25a845d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'd3fafe3d588d4828bfbf183633b2299e', 'request_id': 'req-cfd45b91-32ab-4740-b1cb-eafb25a845d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'd3fafe3d588d4828bfbf183633b2299e', 'request_id': 'req-cfd45b91-32ab-4740-b1cb-eafb25a845d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'd3fafe3d588d4828bfbf183633b2299e', 'request_id': 'req-cfd45b91-32ab-4740-b1cb-eafb25a845d6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 970/1935] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:27 2025] DELETE /identity/v3/users/d3fafe3d588d4828bfbf183633b2299e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 966/1936] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:27 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfd45b91-32ab-4740-b1cb-eafb25a845d6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:27 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 971/1937] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:27 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 38 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ab86d27-83b7-4965-98c8-44aff6ef137d None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] PATH_INFO: `/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] RBAC: Authorizing `identity:delete_project(project_id=a58fbb6c7b21400398ab2c2c24b1e9f5)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'a58fbb6c7b21400398ab2c2c24b1e9f5', 'request_id': 'req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'a58fbb6c7b21400398ab2c2c24b1e9f5', 'request_id': 'req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'a58fbb6c7b21400398ab2c2c24b1e9f5', 'request_id': 'req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] The token cache is being invalidate because project a58fbb6c7b21400398ab2c2c24b1e9f5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 967/1938] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:28 2025] DELETE /identity/v3/projects/a58fbb6c7b21400398ab2c2c24b1e9f5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44d4d5c5-d5a9-4768-9e10-194e9c00624e service neutron] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] PATH_INFO: `/v3/projects/eceb0fefb58e4e618dcc817442f7ee96` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=eceb0fefb58e4e618dcc817442f7ee96)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'eceb0fefb58e4e618dcc817442f7ee96', 'request_id': 'req-0122d7a3-fec7-4d3e-9e58-3163e8632220'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'eceb0fefb58e4e618dcc817442f7ee96', 'request_id': 'req-0122d7a3-fec7-4d3e-9e58-3163e8632220'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'eceb0fefb58e4e618dcc817442f7ee96', 'request_id': 'req-0122d7a3-fec7-4d3e-9e58-3163e8632220'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] The token cache is being invalidate because project eceb0fefb58e4e618dcc817442f7ee96 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0122d7a3-fec7-4d3e-9e58-3163e8632220 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 972/1939] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:28 2025] DELETE /identity/v3/projects/eceb0fefb58e4e618dcc817442f7ee96 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ac4afdd-e9b8-4e4e-911b-2bfbe193581d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] PATH_INFO: `/v3/projects/1652d9dc3b9044f1bb5c4a267178ab37` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=1652d9dc3b9044f1bb5c4a267178ab37)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '1652d9dc3b9044f1bb5c4a267178ab37', 'request_id': 'req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '1652d9dc3b9044f1bb5c4a267178ab37', 'request_id': 'req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '1652d9dc3b9044f1bb5c4a267178ab37', 'request_id': 'req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] The token cache is being invalidate because project 1652d9dc3b9044f1bb5c4a267178ab37 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c021a10d-5ac0-4dec-81bd-1fa2fa8cb90e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 968/1940] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:29 2025] DELETE /identity/v3/projects/1652d9dc3b9044f1bb5c4a267178ab37 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 973/1941] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 969/1942] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-652489c6-be9f-4c07-879d-b9f1ad26a65e None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 974/1943] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:40:29 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-139c5629-a4b6-4690-9d3c-8db6d2023e78 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 970/1944] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/projects => generated 386 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab301a4e-2c7f-41df-b259-25997b3e82a0 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 975/1945] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/users => generated 301 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-760eb286-53f0-4201-8cd6-b33bd039fad6 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 971/1946] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:29 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f5a449-ae6d-4982-b293-9800baf1d737 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] PATH_INFO: `/v3/projects/7f8d6c18716d4b4190b9901cbc617110/users/b672ad704260479095a37107e5e6ca38/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7f8d6c18716d4b4190b9901cbc617110, user_id=b672ad704260479095a37107e5e6ca38, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 976/1947] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:29 2025] PUT /identity/v3/projects/7f8d6c18716d4b4190b9901cbc617110/users/b672ad704260479095a37107e5e6ca38/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf42fef4-d824-4e3b-9f44-bc5052237e98 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e768094-493f-43a7-8a59-7f135c3d7cc6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e768094-493f-43a7-8a59-7f135c3d7cc6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e768094-493f-43a7-8a59-7f135c3d7cc6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e768094-493f-43a7-8a59-7f135c3d7cc6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e768094-493f-43a7-8a59-7f135c3d7cc6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e768094-493f-43a7-8a59-7f135c3d7cc6 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 972/1948] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:29 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb11dfd-b028-4c40-9bd1-597c8fa5d75b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] PATH_INFO: `/v3/projects/7f8d6c18716d4b4190b9901cbc617110/users/b672ad704260479095a37107e5e6ca38/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7f8d6c18716d4b4190b9901cbc617110, user_id=b672ad704260479095a37107e5e6ca38, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 977/1949] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:29 2025] PUT /identity/v3/projects/7f8d6c18716d4b4190b9901cbc617110/users/b672ad704260479095a37107e5e6ca38/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] MFA Rules not processed for user `b672ad704260479095a37107e5e6ca38`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 973/1950] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f93ce138-21e9-4a0a-995a-925350daae17 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 978/1951] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/projects => generated 386 bytes in 70 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc12497b-1e1c-4709-ac22-55579d8f503c None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 974/1952] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/users => generated 301 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-364fe0e2-47dc-465f-970f-7c888fc080ba ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 979/1953] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:29 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9090cb11-97ce-4f8e-ae42-02b72a1830d8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] PATH_INFO: `/v3/projects/6c782efb024a4ebc9365a187005a43f0/users/98ec237019e6439187a64781c7c72c53/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6c782efb024a4ebc9365a187005a43f0, user_id=98ec237019e6439187a64781c7c72c53, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 975/1954] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:29 2025] PUT /identity/v3/projects/6c782efb024a4ebc9365a187005a43f0/users/98ec237019e6439187a64781c7c72c53/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 30 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c906f2d2-9fab-4eb9-9f2e-c62ace66eb4f ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7905ce8f-b82e-4bbf-a378-dfedaaf3d8b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7905ce8f-b82e-4bbf-a378-dfedaaf3d8b6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7905ce8f-b82e-4bbf-a378-dfedaaf3d8b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7905ce8f-b82e-4bbf-a378-dfedaaf3d8b6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7905ce8f-b82e-4bbf-a378-dfedaaf3d8b6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7905ce8f-b82e-4bbf-a378-dfedaaf3d8b6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 980/1955] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:29 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e9fd1b6-3527-4b5a-b45a-61ef4ca1771c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] PATH_INFO: `/v3/projects/6c782efb024a4ebc9365a187005a43f0/users/98ec237019e6439187a64781c7c72c53/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6c782efb024a4ebc9365a187005a43f0, user_id=98ec237019e6439187a64781c7c72c53, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 976/1956] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:29 2025] PUT /identity/v3/projects/6c782efb024a4ebc9365a187005a43f0/users/98ec237019e6439187a64781c7c72c53/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] MFA Rules not processed for user `98ec237019e6439187a64781c7c72c53`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 981/1957] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b484a6c5-5467-42d2-ae01-f907d989fca5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 977/1958] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:29 2025] POST /identity/v3/projects => generated 384 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82068fc4-f17a-420c-95b8-e9778ce0969b None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 982/1959] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:30 2025] POST /identity/v3/users => generated 299 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8862da46-7e4e-4581-83dd-e7bb3d7d8bc9 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 978/1960] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:30 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09343051-c452-4c3e-b2bb-9d037ce0383b ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] PATH_INFO: `/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9/users/cace54631934446eb1951c9874a6bbf3/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=632f6fd3d2b34270b4717dc6f1a696d9, user_id=cace54631934446eb1951c9874a6bbf3, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 983/1961] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:30 2025] PUT /identity/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9/users/cace54631934446eb1951c9874a6bbf3/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8f8ebc0-5337-4cbd-b8f7-116f2e11fc13 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 979/1962] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:30 2025] GET /identity/v3/roles => generated 1672 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d3c89a5-608e-4964-b233-de6220029c1c ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] PATH_INFO: `/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9/users/cace54631934446eb1951c9874a6bbf3/roles/ded8686996b046f3969600dc4d1fc74a` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=632f6fd3d2b34270b4717dc6f1a696d9, user_id=cace54631934446eb1951c9874a6bbf3, role_id=ded8686996b046f3969600dc4d1fc74a)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 984/1963] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:30 2025] PUT /identity/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9/users/cace54631934446eb1951c9874a6bbf3/roles/ded8686996b046f3969600dc4d1fc74a => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f73a1f46-719f-4667-bd08-0c997126efcc ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8355755-e9f6-4c39-a06d-e5274b6276d0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8355755-e9f6-4c39-a06d-e5274b6276d0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8355755-e9f6-4c39-a06d-e5274b6276d0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8355755-e9f6-4c39-a06d-e5274b6276d0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8355755-e9f6-4c39-a06d-e5274b6276d0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8355755-e9f6-4c39-a06d-e5274b6276d0 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 980/1964] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:30 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd436d05-28b9-4c47-b1a2-ffa334117d4a ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] PATH_INFO: `/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9/users/cace54631934446eb1951c9874a6bbf3/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=632f6fd3d2b34270b4717dc6f1a696d9, user_id=cace54631934446eb1951c9874a6bbf3, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 985/1965] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:30 2025] PUT /identity/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9/users/cace54631934446eb1951c9874a6bbf3/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] MFA Rules not processed for user `cace54631934446eb1951c9874a6bbf3`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 981/1966] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:30 2025] POST /identity/v3/auth/tokens => generated 2637 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e137ef28-03ea-4e59-ac4b-f9d4a464f746 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:30 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 986/1967] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:30 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 81 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59c8b829-eb8c-4e0d-9d59-f2a17a282d54 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:31 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 982/1968] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:31 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46676e34-658c-4ee5-919b-ae219513cd87 service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:32 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 987/1969] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:32 2025] GET /identity/v3/auth/tokens => generated 2637 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddc0fb23-11bd-4459-9508-51632a19a511 service cinder] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] PATH_INFO: `/v3/users/b672ad704260479095a37107e5e6ca38` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=b672ad704260479095a37107e5e6ca38)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'b672ad704260479095a37107e5e6ca38', 'request_id': 'req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'b672ad704260479095a37107e5e6ca38', 'request_id': 'req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'b672ad704260479095a37107e5e6ca38', 'request_id': 'req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'b672ad704260479095a37107e5e6ca38', 'request_id': 'req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'b672ad704260479095a37107e5e6ca38', 'request_id': 'req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 983/1970] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:36 2025] DELETE /identity/v3/users/b672ad704260479095a37107e5e6ca38 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb77f8ed-bb68-49af-998f-cd1ca4ac6b1b service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] PATH_INFO: `/v3/users/98ec237019e6439187a64781c7c72c53` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=98ec237019e6439187a64781c7c72c53)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '98ec237019e6439187a64781c7c72c53', 'request_id': 'req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '98ec237019e6439187a64781c7c72c53', 'request_id': 'req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '98ec237019e6439187a64781c7c72c53', 'request_id': 'req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '98ec237019e6439187a64781c7c72c53', 'request_id': 'req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '98ec237019e6439187a64781c7c72c53', 'request_id': 'req-c62dee15-878b-4b4c-900b-b1fdcdcb50d3'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 988/1971] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:36 2025] DELETE /identity/v3/users/98ec237019e6439187a64781c7c72c53 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df0f61d6-7fbb-471c-a7aa-166b9bb576d2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] PATH_INFO: `/v3/users/cace54631934446eb1951c9874a6bbf3` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=cace54631934446eb1951c9874a6bbf3)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'cace54631934446eb1951c9874a6bbf3', 'request_id': 'req-ae1da0db-7fff-40ca-9453-ea6749c50692'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'cace54631934446eb1951c9874a6bbf3', 'request_id': 'req-ae1da0db-7fff-40ca-9453-ea6749c50692'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'cace54631934446eb1951c9874a6bbf3', 'request_id': 'req-ae1da0db-7fff-40ca-9453-ea6749c50692'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'cace54631934446eb1951c9874a6bbf3', 'request_id': 'req-ae1da0db-7fff-40ca-9453-ea6749c50692'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'cace54631934446eb1951c9874a6bbf3', 'request_id': 'req-ae1da0db-7fff-40ca-9453-ea6749c50692'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 984/1972] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:36 2025] DELETE /identity/v3/users/cace54631934446eb1951c9874a6bbf3 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 989/1973] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:36 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae1da0db-7fff-40ca-9453-ea6749c50692 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:36 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 985/1974] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:36 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a638407b-dc66-4ff6-a325-9380d447dcf2 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] PATH_INFO: `/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=632f6fd3d2b34270b4717dc6f1a696d9)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '632f6fd3d2b34270b4717dc6f1a696d9', 'request_id': 'req-f58f4819-6571-4e66-84ca-8c656f28be96'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '632f6fd3d2b34270b4717dc6f1a696d9', 'request_id': 'req-f58f4819-6571-4e66-84ca-8c656f28be96'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '632f6fd3d2b34270b4717dc6f1a696d9', 'request_id': 'req-f58f4819-6571-4e66-84ca-8c656f28be96'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] The token cache is being invalidate because project 632f6fd3d2b34270b4717dc6f1a696d9 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 990/1975] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:37 2025] DELETE /identity/v3/projects/632f6fd3d2b34270b4717dc6f1a696d9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2804206e-ded0-4765-b090-0b59fb451e95 service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] PATH_INFO: `/v3/projects/6c782efb024a4ebc9365a187005a43f0` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6c782efb024a4ebc9365a187005a43f0)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6c782efb024a4ebc9365a187005a43f0', 'request_id': 'req-f48feb1e-23f1-4f6c-a772-255aeb506e2f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6c782efb024a4ebc9365a187005a43f0', 'request_id': 'req-f48feb1e-23f1-4f6c-a772-255aeb506e2f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6c782efb024a4ebc9365a187005a43f0', 'request_id': 'req-f48feb1e-23f1-4f6c-a772-255aeb506e2f'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] The token cache is being invalidate because project 6c782efb024a4ebc9365a187005a43f0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-f48feb1e-23f1-4f6c-a772-255aeb506e2f ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:37 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 986/1976] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:37 2025] DELETE /identity/v3/projects/6c782efb024a4ebc9365a187005a43f0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f58f4819-6571-4e66-84ca-8c656f28be96 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] PATH_INFO: `/v3/projects/7f8d6c18716d4b4190b9901cbc617110` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] RBAC: Authorizing `identity:delete_project(project_id=7f8d6c18716d4b4190b9901cbc617110)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '7f8d6c18716d4b4190b9901cbc617110', 'request_id': 'req-53ab5e91-e299-4b23-bb65-6d47b0031adb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '7f8d6c18716d4b4190b9901cbc617110', 'request_id': 'req-53ab5e91-e299-4b23-bb65-6d47b0031adb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '7f8d6c18716d4b4190b9901cbc617110', 'request_id': 'req-53ab5e91-e299-4b23-bb65-6d47b0031adb'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] The token cache is being invalidate because project 7f8d6c18716d4b4190b9901cbc617110 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-53ab5e91-e299-4b23-bb65-6d47b0031adb ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 991/1977] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:38 2025] DELETE /identity/v3/projects/7f8d6c18716d4b4190b9901cbc617110 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 987/1978] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84a3b47e-1232-4944-977c-a0197800982d None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84a3b47e-1232-4944-977c-a0197800982d None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84a3b47e-1232-4944-977c-a0197800982d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-84a3b47e-1232-4944-977c-a0197800982d None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-84a3b47e-1232-4944-977c-a0197800982d None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-84a3b47e-1232-4944-977c-a0197800982d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 992/1979] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-509ca848-fdd6-493b-a158-a0253e88696e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 988/1980] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:40:38 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84a3b47e-1232-4944-977c-a0197800982d None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84a3b47e-1232-4944-977c-a0197800982d None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 993/1981] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:38 2025] POST /identity/v3/projects => generated 370 bytes in 34 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7ff8b6d-726b-4cea-8403-57932881f005 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 989/1982] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:38 2025] POST /identity/v3/users => generated 293 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af64438c-dff7-45f1-9264-d525401bcefd ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 994/1983] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:38 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59f7a840-ebae-440c-aaf0-538d13c64331 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] PATH_INFO: `/v3/projects/70d3e984749c43a1a550d5285f827bd9/users/62a4b2358f1d4a78a3a07f86b369f7d1/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=70d3e984749c43a1a550d5285f827bd9, user_id=62a4b2358f1d4a78a3a07f86b369f7d1, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 990/1984] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:38 2025] PUT /identity/v3/projects/70d3e984749c43a1a550d5285f827bd9/users/62a4b2358f1d4a78a3a07f86b369f7d1/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae1cdf54-a266-47f1-8c31-fad7a095f35e ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1ae69e6-0f63-4462-af91-ad5fd8acc63a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1ae69e6-0f63-4462-af91-ad5fd8acc63a ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1ae69e6-0f63-4462-af91-ad5fd8acc63a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1ae69e6-0f63-4462-af91-ad5fd8acc63a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1ae69e6-0f63-4462-af91-ad5fd8acc63a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1ae69e6-0f63-4462-af91-ad5fd8acc63a ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 995/1985] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:38 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7316ea5b-a2ee-4c02-a5b5-af5b04921329 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] PATH_INFO: `/v3/projects/70d3e984749c43a1a550d5285f827bd9/users/62a4b2358f1d4a78a3a07f86b369f7d1/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=70d3e984749c43a1a550d5285f827bd9, user_id=62a4b2358f1d4a78a3a07f86b369f7d1, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 991/1986] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:38 2025] PUT /identity/v3/projects/70d3e984749c43a1a550d5285f827bd9/users/62a4b2358f1d4a78a3a07f86b369f7d1/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] MFA Rules not processed for user `62a4b2358f1d4a78a3a07f86b369f7d1`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 996/1987] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:38 2025] POST /identity/v3/auth/tokens => generated 2500 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-497b6bb6-e3e8-4aaa-819d-43a26f5af227 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f536977b-8afb-4b43-a858-17b898ddba9e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f536977b-8afb-4b43-a858-17b898ddba9e service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f536977b-8afb-4b43-a858-17b898ddba9e service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f536977b-8afb-4b43-a858-17b898ddba9e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f536977b-8afb-4b43-a858-17b898ddba9e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f536977b-8afb-4b43-a858-17b898ddba9e service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:38 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 992/1988] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:38 2025] GET /identity/v3/auth/tokens => generated 2500 bytes in 58 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-440944aa-d686-469b-95f8-5499a4d1edc2 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] PATH_INFO: `/v3/users/62a4b2358f1d4a78a3a07f86b369f7d1` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=62a4b2358f1d4a78a3a07f86b369f7d1)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '62a4b2358f1d4a78a3a07f86b369f7d1', 'request_id': 'req-625db030-6f41-4975-beb4-6d0d739a69f6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '62a4b2358f1d4a78a3a07f86b369f7d1', 'request_id': 'req-625db030-6f41-4975-beb4-6d0d739a69f6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '62a4b2358f1d4a78a3a07f86b369f7d1', 'request_id': 'req-625db030-6f41-4975-beb4-6d0d739a69f6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '62a4b2358f1d4a78a3a07f86b369f7d1', 'request_id': 'req-625db030-6f41-4975-beb4-6d0d739a69f6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '62a4b2358f1d4a78a3a07f86b369f7d1', 'request_id': 'req-625db030-6f41-4975-beb4-6d0d739a69f6'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 997/1989] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:43 2025] DELETE /identity/v3/users/62a4b2358f1d4a78a3a07f86b369f7d1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 993/1990] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:43 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-625db030-6f41-4975-beb4-6d0d739a69f6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45e5071d-b3cd-474b-b394-5ca472ddf0dd service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45e5071d-b3cd-474b-b394-5ca472ddf0dd service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45e5071d-b3cd-474b-b394-5ca472ddf0dd service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45e5071d-b3cd-474b-b394-5ca472ddf0dd service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45e5071d-b3cd-474b-b394-5ca472ddf0dd service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45e5071d-b3cd-474b-b394-5ca472ddf0dd service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 998/1991] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:43 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca7eb1e1-1c91-4837-895f-27f84e1710b1 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] PATH_INFO: `/v3/projects/70d3e984749c43a1a550d5285f827bd9` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] RBAC: Authorizing `identity:delete_project(project_id=70d3e984749c43a1a550d5285f827bd9)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '70d3e984749c43a1a550d5285f827bd9', 'request_id': 'req-23374186-f273-4e67-ac21-0a09dbcbb7ec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '70d3e984749c43a1a550d5285f827bd9', 'request_id': 'req-23374186-f273-4e67-ac21-0a09dbcbb7ec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '70d3e984749c43a1a550d5285f827bd9', 'request_id': 'req-23374186-f273-4e67-ac21-0a09dbcbb7ec'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] The token cache is being invalidate because project 70d3e984749c43a1a550d5285f827bd9 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-23374186-f273-4e67-ac21-0a09dbcbb7ec ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:43 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 994/1992] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:43 2025] DELETE /identity/v3/projects/70d3e984749c43a1a550d5285f827bd9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 999/1993] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:43 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 995/1994] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-913cdca2-4aff-4dba-b4dc-ed7dd268a319 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1000/1995] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:40:44 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3432258a-b6c3-4a81-9ea6-d54b0be9e43e None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 996/1996] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:44 2025] POST /identity/v3/projects => generated 386 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf1a0c0f-bdca-4eb1-a932-1ff3a97ec3b2 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1001/1997] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:44 2025] POST /identity/v3/users => generated 301 bytes in 52 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a48d3ad-6aa3-4a9c-9d2b-9a6021a7a9b2 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 997/1998] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:44 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19b5550e-f930-40c0-a764-4e8979839cac ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] PATH_INFO: `/v3/projects/00601580a9d3499e9ffe81bf43143a57/users/469c4cc532b045758c0e0ec997c55716/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=00601580a9d3499e9ffe81bf43143a57, user_id=469c4cc532b045758c0e0ec997c55716, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1002/1999] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:44 2025] PUT /identity/v3/projects/00601580a9d3499e9ffe81bf43143a57/users/469c4cc532b045758c0e0ec997c55716/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ec255d3-0f33-4846-9636-5326b8e58737 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d0d1e30-2ed6-4526-8d27-a426e23f5a37 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d0d1e30-2ed6-4526-8d27-a426e23f5a37 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d0d1e30-2ed6-4526-8d27-a426e23f5a37 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d0d1e30-2ed6-4526-8d27-a426e23f5a37 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d0d1e30-2ed6-4526-8d27-a426e23f5a37 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d0d1e30-2ed6-4526-8d27-a426e23f5a37 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 998/2000] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:44 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67c4ae30-3eba-42f9-8482-4e119dc38679 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] PATH_INFO: `/v3/projects/00601580a9d3499e9ffe81bf43143a57/users/469c4cc532b045758c0e0ec997c55716/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=00601580a9d3499e9ffe81bf43143a57, user_id=469c4cc532b045758c0e0ec997c55716, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1003/2001] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:44 2025] PUT /identity/v3/projects/00601580a9d3499e9ffe81bf43143a57/users/469c4cc532b045758c0e0ec997c55716/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] MFA Rules not processed for user `469c4cc532b045758c0e0ec997c55716`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 999/2002] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:44 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d6b3f54-bd80-4f03-9dbe-6f584f1eea12 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44146cd7-03a5-414a-81d5-f7619a3c06d3 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44146cd7-03a5-414a-81d5-f7619a3c06d3 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44146cd7-03a5-414a-81d5-f7619a3c06d3 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44146cd7-03a5-414a-81d5-f7619a3c06d3 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44146cd7-03a5-414a-81d5-f7619a3c06d3 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44146cd7-03a5-414a-81d5-f7619a3c06d3 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:44 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1004/2003] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:44 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0bac351c-2a2d-4b15-a7dc-4ccbf3cab4c3 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] PATH_INFO: `/v3/users/469c4cc532b045758c0e0ec997c55716` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=469c4cc532b045758c0e0ec997c55716)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '469c4cc532b045758c0e0ec997c55716', 'request_id': 'req-6edc6dbc-6060-4dd7-b7db-290d959da655'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '469c4cc532b045758c0e0ec997c55716', 'request_id': 'req-6edc6dbc-6060-4dd7-b7db-290d959da655'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '469c4cc532b045758c0e0ec997c55716', 'request_id': 'req-6edc6dbc-6060-4dd7-b7db-290d959da655'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '469c4cc532b045758c0e0ec997c55716', 'request_id': 'req-6edc6dbc-6060-4dd7-b7db-290d959da655'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '469c4cc532b045758c0e0ec997c55716', 'request_id': 'req-6edc6dbc-6060-4dd7-b7db-290d959da655'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1000/2004] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:40:46 2025] DELETE /identity/v3/users/469c4cc532b045758c0e0ec997c55716 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:46 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1005/2005] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6edc6dbc-6060-4dd7-b7db-290d959da655 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0a0fc61-dcca-473c-9a4f-16887b02cbf4 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0a0fc61-dcca-473c-9a4f-16887b02cbf4 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0a0fc61-dcca-473c-9a4f-16887b02cbf4 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0a0fc61-dcca-473c-9a4f-16887b02cbf4 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0a0fc61-dcca-473c-9a4f-16887b02cbf4 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0a0fc61-dcca-473c-9a4f-16887b02cbf4 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1001/2006] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:47 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f278e56-ed33-4d25-bede-faa945017a72 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] PATH_INFO: `/v3/projects/00601580a9d3499e9ffe81bf43143a57` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=00601580a9d3499e9ffe81bf43143a57)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '00601580a9d3499e9ffe81bf43143a57', 'request_id': 'req-83abc887-1829-4898-b511-c1b63ce4c707'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '00601580a9d3499e9ffe81bf43143a57', 'request_id': 'req-83abc887-1829-4898-b511-c1b63ce4c707'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '00601580a9d3499e9ffe81bf43143a57', 'request_id': 'req-83abc887-1829-4898-b511-c1b63ce4c707'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] The token cache is being invalidate because project 00601580a9d3499e9ffe81bf43143a57 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-83abc887-1829-4898-b511-c1b63ce4c707 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1006/2007] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:40:47 2025] DELETE /identity/v3/projects/00601580a9d3499e9ffe81bf43143a57 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1002/2008] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1007/2009] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d408629-68d7-4d1e-8849-7995d659eee7 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1003/2010] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:40:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a20db65-8e7d-4290-a1b0-192adf007cf4 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1008/2011] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:40:47 2025] POST /identity/v3/projects => generated 366 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b8e5fa9-f770-424b-a568-4868ddc64554 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1004/2012] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:40:47 2025] POST /identity/v3/users => generated 291 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d729842-49e0-4e78-adf7-1b2b0e015395 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1009/2013] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:47 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95a6b3a0-43b4-4d8f-9956-e5b34ab01a07 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] PATH_INFO: `/v3/projects/3093ab862fbe44c18273c0fc716c70b4/users/62d1adc029724f2cb16b1b84b4a4e922/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3093ab862fbe44c18273c0fc716c70b4, user_id=62d1adc029724f2cb16b1b84b4a4e922, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1005/2014] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:47 2025] PUT /identity/v3/projects/3093ab862fbe44c18273c0fc716c70b4/users/62d1adc029724f2cb16b1b84b4a4e922/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8cbec080-ed11-4424-91c5-ff92d2e0f117 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30b11d8a-16be-459a-95aa-a27a49be6517 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30b11d8a-16be-459a-95aa-a27a49be6517 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30b11d8a-16be-459a-95aa-a27a49be6517 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30b11d8a-16be-459a-95aa-a27a49be6517 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30b11d8a-16be-459a-95aa-a27a49be6517 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30b11d8a-16be-459a-95aa-a27a49be6517 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1010/2015] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:40:47 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ce5d024-c3b4-42c0-95f7-b12d13e69706 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] PATH_INFO: `/v3/projects/3093ab862fbe44c18273c0fc716c70b4/users/62d1adc029724f2cb16b1b84b4a4e922/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3093ab862fbe44c18273c0fc716c70b4, user_id=62d1adc029724f2cb16b1b84b4a4e922, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1006/2016] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:40:47 2025] PUT /identity/v3/projects/3093ab862fbe44c18273c0fc716c70b4/users/62d1adc029724f2cb16b1b84b4a4e922/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] MFA Rules not processed for user `62d1adc029724f2cb16b1b84b4a4e922`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1011/2017] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:40:47 2025] POST /identity/v3/auth/tokens => generated 2496 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ceaebfca-0056-47a1-8278-04a09ce2b928 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2044ce85-3c0c-4752-a3f7-8a0957589ee8 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2044ce85-3c0c-4752-a3f7-8a0957589ee8 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2044ce85-3c0c-4752-a3f7-8a0957589ee8 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2044ce85-3c0c-4752-a3f7-8a0957589ee8 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2044ce85-3c0c-4752-a3f7-8a0957589ee8 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:40:47 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2044ce85-3c0c-4752-a3f7-8a0957589ee8 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:40:48 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1007/2018] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:40:47 2025] GET /identity/v3/auth/tokens => generated 2496 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:40:57 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=1185,keystone:DELETE=109,keystone:INSERT=52,keystone:UPDATE=7 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:57 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=1236,keystone:DELETE=112,keystone:INSERT=55,keystone:UPDATE=6 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4df9a868-b374-4ebe-8089-c4980b502d34 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] PATH_INFO: `/v3/users/62d1adc029724f2cb16b1b84b4a4e922` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=62d1adc029724f2cb16b1b84b4a4e922)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '62d1adc029724f2cb16b1b84b4a4e922', 'request_id': 'req-af11ad2a-7472-4219-8c76-2dab0a5f90b0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '62d1adc029724f2cb16b1b84b4a4e922', 'request_id': 'req-af11ad2a-7472-4219-8c76-2dab0a5f90b0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '62d1adc029724f2cb16b1b84b4a4e922', 'request_id': 'req-af11ad2a-7472-4219-8c76-2dab0a5f90b0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '62d1adc029724f2cb16b1b84b4a4e922', 'request_id': 'req-af11ad2a-7472-4219-8c76-2dab0a5f90b0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '62d1adc029724f2cb16b1b84b4a4e922', 'request_id': 'req-af11ad2a-7472-4219-8c76-2dab0a5f90b0'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1012/2019] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:41:00 2025] DELETE /identity/v3/users/62d1adc029724f2cb16b1b84b4a4e922 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1008/2020] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:00 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af11ad2a-7472-4219-8c76-2dab0a5f90b0 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-718b49e2-4439-4291-9196-181043ff75f9 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-718b49e2-4439-4291-9196-181043ff75f9 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-718b49e2-4439-4291-9196-181043ff75f9 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-718b49e2-4439-4291-9196-181043ff75f9 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-718b49e2-4439-4291-9196-181043ff75f9 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-718b49e2-4439-4291-9196-181043ff75f9 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1013/2021] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:00 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e192e98-3b66-4c43-b902-a170a5a80e8b None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] PATH_INFO: `/v3/projects/3093ab862fbe44c18273c0fc716c70b4` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] RBAC: Authorizing `identity:delete_project(project_id=3093ab862fbe44c18273c0fc716c70b4)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '3093ab862fbe44c18273c0fc716c70b4', 'request_id': 'req-09e4daae-866b-4751-99ac-fd702d2c42cd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '3093ab862fbe44c18273c0fc716c70b4', 'request_id': 'req-09e4daae-866b-4751-99ac-fd702d2c42cd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '3093ab862fbe44c18273c0fc716c70b4', 'request_id': 'req-09e4daae-866b-4751-99ac-fd702d2c42cd'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] The token cache is being invalidate because project 3093ab862fbe44c18273c0fc716c70b4 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-09e4daae-866b-4751-99ac-fd702d2c42cd ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1009/2022] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:00 2025] DELETE /identity/v3/projects/3093ab862fbe44c18273c0fc716c70b4 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1014/2023] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:00 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1010/2024] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:00 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-742f2a44-d1ce-487c-b322-316dbd996202 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1015/2025] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:41:00 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e147783e-dce5-4272-8d5f-6a702b9594dc None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1011/2026] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:41:00 2025] POST /identity/v3/projects => generated 374 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31b8c755-02bc-4c1a-a0a9-0424c5c0ea96 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1016/2027] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:00 2025] POST /identity/v3/users => generated 295 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64ef12ff-23ea-4a1e-88ff-7251df949962 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1012/2028] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:00 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78b8b229-9649-486b-b068-d6fa89a0f4ac ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:00 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] PATH_INFO: `/v3/projects/e533d96c3c864f0ab58f7ed55c138203/users/a5d86ab392a34ba39e54ffbcb4dc4c4c/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e533d96c3c864f0ab58f7ed55c138203, user_id=a5d86ab392a34ba39e54ffbcb4dc4c4c, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1017/2029] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:00 2025] PUT /identity/v3/projects/e533d96c3c864f0ab58f7ed55c138203/users/a5d86ab392a34ba39e54ffbcb4dc4c4c/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c0b95ad-219e-4511-8457-09cd57af037c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dce2079e-9a4e-462b-99ad-f249a47950f8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce2079e-9a4e-462b-99ad-f249a47950f8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce2079e-9a4e-462b-99ad-f249a47950f8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce2079e-9a4e-462b-99ad-f249a47950f8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dce2079e-9a4e-462b-99ad-f249a47950f8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dce2079e-9a4e-462b-99ad-f249a47950f8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1013/2030] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:01 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9debe768-4121-4afe-a673-a3658f3ef347 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] PATH_INFO: `/v3/projects/e533d96c3c864f0ab58f7ed55c138203/users/a5d86ab392a34ba39e54ffbcb4dc4c4c/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e533d96c3c864f0ab58f7ed55c138203, user_id=a5d86ab392a34ba39e54ffbcb4dc4c4c, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1018/2031] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:01 2025] PUT /identity/v3/projects/e533d96c3c864f0ab58f7ed55c138203/users/a5d86ab392a34ba39e54ffbcb4dc4c4c/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] MFA Rules not processed for user `a5d86ab392a34ba39e54ffbcb4dc4c4c`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1014/2032] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:01 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c31bf86-de57-416e-bc4f-ef63187266ae ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5f37d44-c39f-4753-b550-602780e5abc1 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f37d44-c39f-4753-b550-602780e5abc1 service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f37d44-c39f-4753-b550-602780e5abc1 service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f37d44-c39f-4753-b550-602780e5abc1 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5f37d44-c39f-4753-b550-602780e5abc1 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5f37d44-c39f-4753-b550-602780e5abc1 service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1019/2033] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:01 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07ea07ba-adde-4f01-ae99-8a671c2ed1ee None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] PATH_INFO: `/v3/users/a5d86ab392a34ba39e54ffbcb4dc4c4c` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=a5d86ab392a34ba39e54ffbcb4dc4c4c)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'a5d86ab392a34ba39e54ffbcb4dc4c4c', 'request_id': 'req-c36ec126-f8f5-492f-9487-20db7f5ab934'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'a5d86ab392a34ba39e54ffbcb4dc4c4c', 'request_id': 'req-c36ec126-f8f5-492f-9487-20db7f5ab934'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'a5d86ab392a34ba39e54ffbcb4dc4c4c', 'request_id': 'req-c36ec126-f8f5-492f-9487-20db7f5ab934'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'a5d86ab392a34ba39e54ffbcb4dc4c4c', 'request_id': 'req-c36ec126-f8f5-492f-9487-20db7f5ab934'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'a5d86ab392a34ba39e54ffbcb4dc4c4c', 'request_id': 'req-c36ec126-f8f5-492f-9487-20db7f5ab934'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1015/2034] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:41:01 2025] DELETE /identity/v3/users/a5d86ab392a34ba39e54ffbcb4dc4c4c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1020/2035] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c36ec126-f8f5-492f-9487-20db7f5ab934 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1efc0286-2dc7-4a23-aa64-bc81d54acf26 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1efc0286-2dc7-4a23-aa64-bc81d54acf26 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1efc0286-2dc7-4a23-aa64-bc81d54acf26 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1efc0286-2dc7-4a23-aa64-bc81d54acf26 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1efc0286-2dc7-4a23-aa64-bc81d54acf26 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1efc0286-2dc7-4a23-aa64-bc81d54acf26 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1016/2036] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:01 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 71 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07872897-c97f-43d2-8b57-ab3aa5723c83 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] PATH_INFO: `/v3/projects/e533d96c3c864f0ab58f7ed55c138203` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] RBAC: Authorizing `identity:delete_project(project_id=e533d96c3c864f0ab58f7ed55c138203)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'e533d96c3c864f0ab58f7ed55c138203', 'request_id': 'req-203f514f-bb06-43af-bc1e-abf58b38922c'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'e533d96c3c864f0ab58f7ed55c138203', 'request_id': 'req-203f514f-bb06-43af-bc1e-abf58b38922c'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'e533d96c3c864f0ab58f7ed55c138203', 'request_id': 'req-203f514f-bb06-43af-bc1e-abf58b38922c'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] The token cache is being invalidate because project e533d96c3c864f0ab58f7ed55c138203 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-203f514f-bb06-43af-bc1e-abf58b38922c ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1021/2037] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:01 2025] DELETE /identity/v3/projects/e533d96c3c864f0ab58f7ed55c138203 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1017/2038] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:01 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1022/2039] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9cdee939-94f7-4101-a16b-a1ed59160c6a None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1018/2040] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:41:02 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 35 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97e27051-403f-4267-bb2a-9fe4441ac380 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1023/2041] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:41:02 2025] POST /identity/v3/projects => generated 374 bytes in 29 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e36cc27-0207-41a5-a519-64daa27c4e64 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1019/2042] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:02 2025] POST /identity/v3/users => generated 295 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e35c977e-a90f-4d43-9705-e6fd02067342 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1024/2043] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:02 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fc8834a-a868-46a5-b833-26a81ec7d3df ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] PATH_INFO: `/v3/projects/dfa15a50eb7346e5b8bda30dfb904381/users/c1ec4be0ae734fd6a419f867ffd7fc94/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=dfa15a50eb7346e5b8bda30dfb904381, user_id=c1ec4be0ae734fd6a419f867ffd7fc94, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1020/2044] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:02 2025] PUT /identity/v3/projects/dfa15a50eb7346e5b8bda30dfb904381/users/c1ec4be0ae734fd6a419f867ffd7fc94/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9ac5330-6776-404e-b2d4-a94ef3861c84 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd5e9782-3ce5-4bd4-aaf4-28c16e94f3d8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd5e9782-3ce5-4bd4-aaf4-28c16e94f3d8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd5e9782-3ce5-4bd4-aaf4-28c16e94f3d8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd5e9782-3ce5-4bd4-aaf4-28c16e94f3d8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd5e9782-3ce5-4bd4-aaf4-28c16e94f3d8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd5e9782-3ce5-4bd4-aaf4-28c16e94f3d8 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1025/2045] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:02 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9adf772-8d41-422f-a375-d0389c0a7d3d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] PATH_INFO: `/v3/projects/dfa15a50eb7346e5b8bda30dfb904381/users/c1ec4be0ae734fd6a419f867ffd7fc94/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=dfa15a50eb7346e5b8bda30dfb904381, user_id=c1ec4be0ae734fd6a419f867ffd7fc94, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1021/2046] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:02 2025] PUT /identity/v3/projects/dfa15a50eb7346e5b8bda30dfb904381/users/c1ec4be0ae734fd6a419f867ffd7fc94/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] MFA Rules not processed for user `c1ec4be0ae734fd6a419f867ffd7fc94`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1026/2047] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:02 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ef1cfd4-c055-4df6-a671-80f16a5a11d8 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3826d3f-f968-4744-88b5-d12c5ada5c48 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3826d3f-f968-4744-88b5-d12c5ada5c48 service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3826d3f-f968-4744-88b5-d12c5ada5c48 service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3826d3f-f968-4744-88b5-d12c5ada5c48 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3826d3f-f968-4744-88b5-d12c5ada5c48 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3826d3f-f968-4744-88b5-d12c5ada5c48 service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:02 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1022/2048] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:02 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d91f2aaa-2ec7-4f5d-bb8f-6c59b2d95456 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] PATH_INFO: `/v3/users/c1ec4be0ae734fd6a419f867ffd7fc94` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=c1ec4be0ae734fd6a419f867ffd7fc94)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'c1ec4be0ae734fd6a419f867ffd7fc94', 'request_id': 'req-88bb9a15-221a-48b7-a61e-6ebe11095218'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'c1ec4be0ae734fd6a419f867ffd7fc94', 'request_id': 'req-88bb9a15-221a-48b7-a61e-6ebe11095218'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'c1ec4be0ae734fd6a419f867ffd7fc94', 'request_id': 'req-88bb9a15-221a-48b7-a61e-6ebe11095218'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'c1ec4be0ae734fd6a419f867ffd7fc94', 'request_id': 'req-88bb9a15-221a-48b7-a61e-6ebe11095218'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'c1ec4be0ae734fd6a419f867ffd7fc94', 'request_id': 'req-88bb9a15-221a-48b7-a61e-6ebe11095218'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1027/2049] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:41:11 2025] DELETE /identity/v3/users/c1ec4be0ae734fd6a419f867ffd7fc94 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1023/2050] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88bb9a15-221a-48b7-a61e-6ebe11095218 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab36a386-ec8c-4076-ae76-2e310d073e1e service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab36a386-ec8c-4076-ae76-2e310d073e1e service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab36a386-ec8c-4076-ae76-2e310d073e1e service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab36a386-ec8c-4076-ae76-2e310d073e1e service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab36a386-ec8c-4076-ae76-2e310d073e1e service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab36a386-ec8c-4076-ae76-2e310d073e1e service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1028/2051] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:11 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcdec88f-6d3f-48f0-b969-bceef874ba34 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] PATH_INFO: `/v3/projects/dfa15a50eb7346e5b8bda30dfb904381` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=dfa15a50eb7346e5b8bda30dfb904381)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'dfa15a50eb7346e5b8bda30dfb904381', 'request_id': 'req-168aabee-4cde-4470-8bb1-cfecf40bfc73'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'dfa15a50eb7346e5b8bda30dfb904381', 'request_id': 'req-168aabee-4cde-4470-8bb1-cfecf40bfc73'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'dfa15a50eb7346e5b8bda30dfb904381', 'request_id': 'req-168aabee-4cde-4470-8bb1-cfecf40bfc73'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] The token cache is being invalidate because project dfa15a50eb7346e5b8bda30dfb904381 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-168aabee-4cde-4470-8bb1-cfecf40bfc73 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1024/2052] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:11 2025] DELETE /identity/v3/projects/dfa15a50eb7346e5b8bda30dfb904381 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e499a48-bb31-4997-a693-275266d62808 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e499a48-bb31-4997-a693-275266d62808 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e499a48-bb31-4997-a693-275266d62808 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-2e499a48-bb31-4997-a693-275266d62808 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-2e499a48-bb31-4997-a693-275266d62808 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-2e499a48-bb31-4997-a693-275266d62808 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1029/2053] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1025/2054] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e499a48-bb31-4997-a693-275266d62808 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e499a48-bb31-4997-a693-275266d62808 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1030/2055] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:41:11 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-089de5cc-4438-45de-b4a1-b1ee5b5e5a31 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1026/2056] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:41:11 2025] POST /identity/v3/projects => generated 376 bytes in 33 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a5e26b7-6d42-4d71-aca4-ff458eb81ca6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1031/2057] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:11 2025] POST /identity/v3/users => generated 296 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30a25c79-7ca4-4ae0-ae27-4818029a2a98 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1027/2058] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:11 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9927f389-a0f5-4bbc-bba7-1fbb91d68206 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] PATH_INFO: `/v3/projects/24b19edb70374b44855a0e50c32416df/users/0863b8a7ca76460c8b1272dba951109b/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=24b19edb70374b44855a0e50c32416df, user_id=0863b8a7ca76460c8b1272dba951109b, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1032/2059] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:11 2025] PUT /identity/v3/projects/24b19edb70374b44855a0e50c32416df/users/0863b8a7ca76460c8b1272dba951109b/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:11 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-232cace2-943e-439c-87d9-953b8c38e955 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-853e82e4-4466-4b18-a5a6-d14247dfac30 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-853e82e4-4466-4b18-a5a6-d14247dfac30 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-853e82e4-4466-4b18-a5a6-d14247dfac30 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-853e82e4-4466-4b18-a5a6-d14247dfac30 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-853e82e4-4466-4b18-a5a6-d14247dfac30 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-853e82e4-4466-4b18-a5a6-d14247dfac30 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1028/2060] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:11 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b47a590-33e8-4a3a-9b9b-3bf64f2e0211 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] PATH_INFO: `/v3/projects/24b19edb70374b44855a0e50c32416df/users/0863b8a7ca76460c8b1272dba951109b/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=24b19edb70374b44855a0e50c32416df, user_id=0863b8a7ca76460c8b1272dba951109b, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1033/2061] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:12 2025] PUT /identity/v3/projects/24b19edb70374b44855a0e50c32416df/users/0863b8a7ca76460c8b1272dba951109b/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] MFA Rules not processed for user `0863b8a7ca76460c8b1272dba951109b`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1029/2062] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:12 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0880122-3301-4af2-9c16-46a92472ec14 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:12 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1034/2063] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:12 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 65 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-846cf536-c3d7-48dd-a710-73dbbc9c8fb7 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1030/2064] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:41:13 2025] GET /identity/v3/limits/model => generated 131 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ded6e46f-f146-487c-9b95-0c1d089fe18d service cinder] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1035/2065] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:41:13 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6e677d6-91a0-4f7e-bf58-81d22ec646e7 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_total, project_id=24b19edb70374b44855a0e50c32416df) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1031/2066] 10.201.9.223 () {56 vars in 1400 bytes} [Fri Jan 3 20:41:13 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_total&project_id=24b19edb70374b44855a0e50c32416df => generated 248 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b61e16-5763-4624-aae2-ea32b2cc0982 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_total) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1036/2067] 10.201.9.223 () {56 vars in 1345 bytes} [Fri Jan 3 20:41:13 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_total => generated 530 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:13 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6c7dd2c-9477-49b4-bd61-d0bdf609c629 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1032/2068] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:41:13 2025] GET /identity/v3/limits/model => generated 131 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7fc2b4a-a181-4c40-afcd-a08f67bf56ea None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1037/2069] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f26b9f4-c6d7-4e78-9561-206649963658 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_size_total, project_id=24b19edb70374b44855a0e50c32416df) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1033/2070] 10.201.9.223 () {56 vars in 1398 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_size_total&project_id=24b19edb70374b44855a0e50c32416df => generated 247 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7017849d-6fe9-4a7d-92e7-65ab7be88557 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_size_total) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1038/2071] 10.201.9.223 () {56 vars in 1343 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_size_total => generated 529 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bb38898-4966-4026-90dc-4474141e63f2 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1034/2072] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/limits/model => generated 131 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ee8acbc-d2a2-4688-80e7-001d05a2ff0e None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1039/2073] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c179c44c-f850-4d64-8a1b-1833ec482090 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_uploading, project_id=24b19edb70374b44855a0e50c32416df) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1035/2074] 10.201.9.223 () {56 vars in 1408 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_uploading&project_id=24b19edb70374b44855a0e50c32416df => generated 252 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15eab66a-aaa9-4e35-94b1-5d1e874b4b06 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_uploading) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1040/2075] 10.201.9.223 () {56 vars in 1353 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_uploading => generated 538 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:14 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42733aae-926d-41f8-8389-e6f6d6b4924e None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1036/2076] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:41:14 2025] GET /identity/v3/limits/model => generated 131 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c898b88f-1f54-45e8-97aa-6fd914c3895a None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1041/2077] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24b5333f-5515-4ce2-97d7-e1ffa3b48072 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_total, project_id=24b19edb70374b44855a0e50c32416df) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1037/2078] 10.201.9.223 () {56 vars in 1400 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_total&project_id=24b19edb70374b44855a0e50c32416df => generated 248 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c80323df-e266-45ef-b2e5-4a4eabb11671 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_total) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1042/2079] 10.201.9.223 () {56 vars in 1345 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_total => generated 530 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eac9b3a1-d09b-42ca-87ee-718bdc199e0f None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1038/2080] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/limits/model => generated 131 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4cf7c6f-6c7e-494f-8fb0-33beb0fe53c0 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1043/2081] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd08a445-04c5-4113-b871-db676e6a0b40 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_size_total, project_id=24b19edb70374b44855a0e50c32416df) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1039/2082] 10.201.9.223 () {56 vars in 1398 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_size_total&project_id=24b19edb70374b44855a0e50c32416df => generated 247 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aeb393f8-109d-4032-b3de-3f7db94866c6 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_size_total) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1044/2083] 10.201.9.223 () {56 vars in 1343 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_size_total => generated 529 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e4b4336-2519-4ff6-bf0e-c5129cd45830 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1040/2084] 10.201.9.223 () {56 vars in 1126 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/limits/model => generated 131 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f480e6f1-e687-4bb1-be00-e3ed2ccaf63e None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] PATH_INFO: `/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=fc2d5935d4b8453085ef460f7b8632ba)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1045/2085] 10.201.9.223 () {56 vars in 1216 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/endpoints/fc2d5935d4b8453085ef460f7b8632ba => generated 329 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8f50ffb-dacd-4615-9412-a6cc62f02d55 None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] PATH_INFO: `/v3/limits` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_uploading, project_id=24b19edb70374b44855a0e50c32416df) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1041/2086] 10.201.9.223 () {56 vars in 1408 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_uploading&project_id=24b19edb70374b44855a0e50c32416df => generated 252 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a79718df-a79e-4599-9674-b26121bbf8d8 None glance] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99af5bd5-3566-40ad-a402-4fc31b6a9808 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '4ce89706b2d14eacb5d51392c5f58a63', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99af5bd5-3566-40ad-a402-4fc31b6a9808 None glance] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99af5bd5-3566-40ad-a402-4fc31b6a9808 None glance] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99af5bd5-3566-40ad-a402-4fc31b6a9808 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99af5bd5-3566-40ad-a402-4fc31b6a9808 None glance] RBAC: Adding query filter params (service_id=1945c816fb6540f894ef789448715966, region_id=RegionOne, resource_name=image_count_uploading) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99af5bd5-3566-40ad-a402-4fc31b6a9808 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99af5bd5-3566-40ad-a402-4fc31b6a9808 None glance] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:15 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1046/2087] 10.201.9.223 () {56 vars in 1353 bytes} [Fri Jan 3 20:41:15 2025] GET /identity/v3/registered_limits?service_id=1945c816fb6540f894ef789448715966®ion_id=RegionOne&resource_name=image_count_uploading => generated 538 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1310746c-cdcb-4b39-9aa5-40e4e3929abc None glance] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] PATH_INFO: `/v3/users/0863b8a7ca76460c8b1272dba951109b` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0863b8a7ca76460c8b1272dba951109b)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0863b8a7ca76460c8b1272dba951109b', 'request_id': 'req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0863b8a7ca76460c8b1272dba951109b', 'request_id': 'req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0863b8a7ca76460c8b1272dba951109b', 'request_id': 'req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0863b8a7ca76460c8b1272dba951109b', 'request_id': 'req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0863b8a7ca76460c8b1272dba951109b', 'request_id': 'req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1042/2088] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:41:17 2025] DELETE /identity/v3/users/0863b8a7ca76460c8b1272dba951109b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1047/2089] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:17 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fcaf4f5-22df-4f76-aebc-327a0b5d9740 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7373de05-98ee-4f36-9b01-2452088d2496 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7373de05-98ee-4f36-9b01-2452088d2496 service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7373de05-98ee-4f36-9b01-2452088d2496 service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7373de05-98ee-4f36-9b01-2452088d2496 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7373de05-98ee-4f36-9b01-2452088d2496 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7373de05-98ee-4f36-9b01-2452088d2496 service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:17 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1043/2090] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:17 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43285cc5-b301-4b31-b35c-83af98ddc38a None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] PATH_INFO: `/v3/projects/24b19edb70374b44855a0e50c32416df` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] RBAC: Authorizing `identity:delete_project(project_id=24b19edb70374b44855a0e50c32416df)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '24b19edb70374b44855a0e50c32416df', 'request_id': 'req-0c46ca7b-8bc8-4513-bc35-9d52f793040b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '24b19edb70374b44855a0e50c32416df', 'request_id': 'req-0c46ca7b-8bc8-4513-bc35-9d52f793040b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '24b19edb70374b44855a0e50c32416df', 'request_id': 'req-0c46ca7b-8bc8-4513-bc35-9d52f793040b'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] The token cache is being invalidate because project 24b19edb70374b44855a0e50c32416df was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-0c46ca7b-8bc8-4513-bc35-9d52f793040b ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1048/2091] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:18 2025] DELETE /identity/v3/projects/24b19edb70374b44855a0e50c32416df => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1044/2092] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1049/2093] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7041837c-7d1b-4bce-b985-8c4511c0e554 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60640) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1045/2094] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:41:18 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d71f2ff-0037-424e-b23d-f6f3c5b22c96 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1050/2095] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:41:18 2025] POST /identity/v3/projects => generated 390 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-302e577a-5b5e-4273-8122-124139f911d7 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] PATH_INFO: `/v3/users` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1046/2096] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:18 2025] POST /identity/v3/users => generated 303 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-941baede-24b5-49f0-bb49-49da37631f19 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1051/2097] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:18 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2de63b40-3494-4ece-b4f6-da1df23f98b5 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] PATH_INFO: `/v3/projects/3a6c1799ef26472e88b16d7116337942/users/b545ceba28b145188e11763c4131ea02/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3a6c1799ef26472e88b16d7116337942, user_id=b545ceba28b145188e11763c4131ea02, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1047/2098] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:18 2025] PUT /identity/v3/projects/3a6c1799ef26472e88b16d7116337942/users/b545ceba28b145188e11763c4131ea02/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f150fb6f-ce35-482e-803e-f71b7b220133 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bd1915e-cacb-4040-b5f8-3b2f34873d57 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bd1915e-cacb-4040-b5f8-3b2f34873d57 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bd1915e-cacb-4040-b5f8-3b2f34873d57 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bd1915e-cacb-4040-b5f8-3b2f34873d57 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bd1915e-cacb-4040-b5f8-3b2f34873d57 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bd1915e-cacb-4040-b5f8-3b2f34873d57 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1052/2099] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:18 2025] GET /identity/v3/roles => generated 1672 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74c7eefc-af00-442a-9643-bbfeaafe0e4d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] PATH_INFO: `/v3/projects/3a6c1799ef26472e88b16d7116337942/users/b545ceba28b145188e11763c4131ea02/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3a6c1799ef26472e88b16d7116337942, user_id=b545ceba28b145188e11763c4131ea02, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1048/2100] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:18 2025] PUT /identity/v3/projects/3a6c1799ef26472e88b16d7116337942/users/b545ceba28b145188e11763c4131ea02/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] MFA Rules not processed for user `b545ceba28b145188e11763c4131ea02`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1053/2101] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:18 2025] POST /identity/v3/auth/tokens => generated 2520 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31e73328-e9aa-4b60-a0ee-af6d8ef86a69 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-561b3da9-c041-4d94-a475-0c39e18a55eb service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-561b3da9-c041-4d94-a475-0c39e18a55eb service cinder] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-561b3da9-c041-4d94-a475-0c39e18a55eb service cinder] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-561b3da9-c041-4d94-a475-0c39e18a55eb service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-561b3da9-c041-4d94-a475-0c39e18a55eb service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-561b3da9-c041-4d94-a475-0c39e18a55eb service cinder] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:18 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1049/2102] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:18 2025] GET /identity/v3/auth/tokens => generated 2520 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce5e6324-1793-463f-a696-c77b508a83b9 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] PATH_INFO: `/v3/users/b545ceba28b145188e11763c4131ea02` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=b545ceba28b145188e11763c4131ea02)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'b545ceba28b145188e11763c4131ea02', 'request_id': 'req-bbf03253-0baf-49e4-9e12-f3d51ef93e67'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'b545ceba28b145188e11763c4131ea02', 'request_id': 'req-bbf03253-0baf-49e4-9e12-f3d51ef93e67'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'b545ceba28b145188e11763c4131ea02', 'request_id': 'req-bbf03253-0baf-49e4-9e12-f3d51ef93e67'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'b545ceba28b145188e11763c4131ea02', 'request_id': 'req-bbf03253-0baf-49e4-9e12-f3d51ef93e67'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'b545ceba28b145188e11763c4131ea02', 'request_id': 'req-bbf03253-0baf-49e4-9e12-f3d51ef93e67'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1054/2103] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:41:28 2025] DELETE /identity/v3/users/b545ceba28b145188e11763c4131ea02 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1050/2104] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbf03253-0baf-49e4-9e12-f3d51ef93e67 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a638effe-4314-4883-918d-12b3a3251a27 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a638effe-4314-4883-918d-12b3a3251a27 service neutron] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a638effe-4314-4883-918d-12b3a3251a27 service neutron] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a638effe-4314-4883-918d-12b3a3251a27 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a638effe-4314-4883-918d-12b3a3251a27 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a638effe-4314-4883-918d-12b3a3251a27 service neutron] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1055/2105] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:28 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07c93f99-7d9c-429b-8887-34239b8a9109 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] PATH_INFO: `/v3/projects/3a6c1799ef26472e88b16d7116337942` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] RBAC: Authorizing `identity:delete_project(project_id=3a6c1799ef26472e88b16d7116337942)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '3a6c1799ef26472e88b16d7116337942', 'request_id': 'req-d318f803-b151-4bb0-929e-30792a4f20da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '3a6c1799ef26472e88b16d7116337942', 'request_id': 'req-d318f803-b151-4bb0-929e-30792a4f20da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '3a6c1799ef26472e88b16d7116337942', 'request_id': 'req-d318f803-b151-4bb0-929e-30792a4f20da'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] The token cache is being invalidate because project 3a6c1799ef26472e88b16d7116337942 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60640) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-d318f803-b151-4bb0-929e-30792a4f20da ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1051/2106] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:28 2025] DELETE /identity/v3/projects/3a6c1799ef26472e88b16d7116337942 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1056/2107] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1052/2108] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 36 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5c2dc3f-0ab5-4bf2-afd1-efc451217197 None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60641) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1057/2109] 10.201.9.223 () {58 vars in 1150 bytes} [Fri Jan 3 20:41:28 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d438d101-0363-43d8-9df4-259fd59bd476 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] PATH_INFO: `/v3/projects` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1053/2110] 10.201.9.223 () {60 vars in 1150 bytes} [Fri Jan 3 20:41:28 2025] POST /identity/v3/projects => generated 398 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:28 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a2bd0f4-2512-4a96-b187-1568a693b3b7 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] PATH_INFO: `/v3/users` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1058/2111] 10.201.9.223 () {60 vars in 1141 bytes} [Fri Jan 3 20:41:28 2025] POST /identity/v3/users => generated 307 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd29925-8db7-4fd5-a2e2-454025ac230c ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1054/2112] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:29 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8956c739-0c6f-4f7e-a27d-b0fd27b26145 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] PATH_INFO: `/v3/projects/e73ac4922afb4f4d8669b889861629f3/users/1c4d9a944f6b4879a4007bd82d00a9df/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e73ac4922afb4f4d8669b889861629f3, user_id=1c4d9a944f6b4879a4007bd82d00a9df, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1059/2113] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:29 2025] PUT /identity/v3/projects/e73ac4922afb4f4d8669b889861629f3/users/1c4d9a944f6b4879a4007bd82d00a9df/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-410f8e4d-9ef5-4f01-bba3-50bb8dc0ec17 ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-505b09ba-ecdc-480b-9013-f74ba395bdd2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-505b09ba-ecdc-480b-9013-f74ba395bdd2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-505b09ba-ecdc-480b-9013-f74ba395bdd2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-505b09ba-ecdc-480b-9013-f74ba395bdd2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-505b09ba-ecdc-480b-9013-f74ba395bdd2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-505b09ba-ecdc-480b-9013-f74ba395bdd2 ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1055/2114] 10.201.9.223 () {58 vars in 1119 bytes} [Fri Jan 3 20:41:29 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf21d026-c0a8-4265-b103-8946b2cc9fa6 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] PATH_INFO: `/v3/projects/e73ac4922afb4f4d8669b889861629f3/users/1c4d9a944f6b4879a4007bd82d00a9df/roles/462b9508aab14b8bbadb681cb2b7dd65` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e73ac4922afb4f4d8669b889861629f3, user_id=1c4d9a944f6b4879a4007bd82d00a9df, role_id=462b9508aab14b8bbadb681cb2b7dd65)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1060/2115] 10.201.9.223 () {60 vars in 1480 bytes} [Fri Jan 3 20:41:29 2025] PUT /identity/v3/projects/e73ac4922afb4f4d8669b889861629f3/users/1c4d9a944f6b4879a4007bd82d00a9df/roles/462b9508aab14b8bbadb681cb2b7dd65 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] REQUEST_METHOD: `POST` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: WARNING keystone.common.password_hashing [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.auth.core [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] MFA Rules not processed for user `1c4d9a944f6b4879a4007bd82d00a9df`. Rule list: `[]` (Enabled: `True`). {{(pid=60640) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1056/2116] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:29 2025] POST /identity/v3/auth/tokens => generated 2528 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68708be3-b52d-4856-9328-d1da779586c1 ****** ******] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcc42c5a-2419-4623-b8ce-2e67ca1943ab service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '314e01d2de7a4db1854c7c6540af07e9', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcc42c5a-2419-4623-b8ce-2e67ca1943ab service cinder] REQUEST_METHOD: `GET` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcc42c5a-2419-4623-b8ce-2e67ca1943ab service cinder] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcc42c5a-2419-4623-b8ce-2e67ca1943ab service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcc42c5a-2419-4623-b8ce-2e67ca1943ab service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcc42c5a-2419-4623-b8ce-2e67ca1943ab service cinder] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:29 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1061/2117] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:29 2025] GET /identity/v3/auth/tokens => generated 2528 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8fd5995f-7628-4494-9772-c60f00eb8d60 None None] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] PATH_INFO: `/v3/users/1c4d9a944f6b4879a4007bd82d00a9df` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=1c4d9a944f6b4879a4007bd82d00a9df)` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '1c4d9a944f6b4879a4007bd82d00a9df', 'request_id': 'req-c1103a41-8606-49dc-a75c-e8901110228d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '1c4d9a944f6b4879a4007bd82d00a9df', 'request_id': 'req-c1103a41-8606-49dc-a75c-e8901110228d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '1c4d9a944f6b4879a4007bd82d00a9df', 'request_id': 'req-c1103a41-8606-49dc-a75c-e8901110228d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '1c4d9a944f6b4879a4007bd82d00a9df', 'request_id': 'req-c1103a41-8606-49dc-a75c-e8901110228d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.notifications [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '1c4d9a944f6b4879a4007bd82d00a9df', 'request_id': 'req-c1103a41-8606-49dc-a75c-e8901110228d'} {{(pid=60640) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1057/2118] 10.201.9.223 () {58 vars in 1221 bytes} [Fri Jan 3 20:41:34 2025] DELETE /identity/v3/users/1c4d9a944f6b4879a4007bd82d00a9df => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] REQUEST_METHOD: `POST` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: WARNING keystone.common.password_hashing [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] Truncating password to algorithm specific maximum length 72 characters. -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.auth.core [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] MFA Rules not processed for user `7e706d5cd28c40b9ac95beb3a66a34f7`. Rule list: `[]` (Enabled: `True`). {{(pid=60641) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1062/2119] 10.201.9.223 () {58 vars in 955 bytes} [Fri Jan 3 20:41:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1103a41-8606-49dc-a75c-e8901110228d ****** ******] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'e6f136cb62fc451d933f010ec07d158d', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1058/2120] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:41:34 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 64 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] Authenticating user token {{(pid=60641) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.fernet_utils [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60641) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-565cb6f4-7fe4-4d34-bdd9-1503a59dbcfc None None] Validating token access rules against request {{(pid=60641) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '7e706d5cd28c40b9ac95beb3a66a34f7', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60641) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] PATH_INFO: `/v3/projects/e73ac4922afb4f4d8669b889861629f3` {{(pid=60641) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=e73ac4922afb4f4d8669b889861629f3)` {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] RBAC: Authorization granted {{(pid=60641) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'e73ac4922afb4f4d8669b889861629f3', 'request_id': 'req-9ba3c59b-6d82-47bb-afd8-75813095a806'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'e73ac4922afb4f4d8669b889861629f3', 'request_id': 'req-9ba3c59b-6d82-47bb-afd8-75813095a806'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'e73ac4922afb4f4d8669b889861629f3', 'request_id': 'req-9ba3c59b-6d82-47bb-afd8-75813095a806'} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] The token cache is being invalidate because project e73ac4922afb4f4d8669b889861629f3 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60641) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: DEBUG keystone.notifications [None req-9ba3c59b-6d82-47bb-afd8-75813095a806 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60641) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} -Jan 03 20:41:34 ubuntu devstack@keystone.service[60641]: [pid: 60641|app: 0|req: 1063/2121] 10.201.9.223 () {58 vars in 1230 bytes} [Fri Jan 3 20:41:34 2025] DELETE /identity/v3/projects/e73ac4922afb4f4d8669b889861629f3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) -Jan 03 20:41:44 ubuntu devstack@keystone.service[60640]: DEBUG dbcounter [-] [60640] Writing DB stats keystone:SELECT=836,keystone:DELETE=51,keystone:INSERT=19,keystone:UPDATE=3 {{(pid=60640) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:44 ubuntu devstack@keystone.service[60641]: DEBUG dbcounter [-] [60641] Writing DB stats keystone:SELECT=829,keystone:DELETE=51,keystone:INSERT=23,keystone:UPDATE=2 {{(pid=60641) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] Authenticating user token {{(pid=60640) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb4cb7d0-a7ca-4a23-b718-59bfdfa93fef service neutron] Validating token access rules against request {{(pid=60640) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7a535e3-a076-4306-bc0b-04a62555748a service placement] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '64eace363c9e4b12a48f45b4175726a3', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'de198b0616ea4146afc19fba7d2c9f2f', 'project_domain_id': 'default', 'roles': ['******', 'reader', 'manager', 'member', 'service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60640) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7a535e3-a076-4306-bc0b-04a62555748a service placement] REQUEST_METHOD: `GET` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7a535e3-a076-4306-bc0b-04a62555748a service placement] SCRIPT_NAME: `/identity` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7a535e3-a076-4306-bc0b-04a62555748a service placement] PATH_INFO: `/v3/auth/tokens` {{(pid=60640) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.fernet_utils [None req-b7a535e3-a076-4306-bc0b-04a62555748a service placement] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60640) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7a535e3-a076-4306-bc0b-04a62555748a service placement] RBAC: Authorizing `identity:validate_token()` {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7a535e3-a076-4306-bc0b-04a62555748a service placement] RBAC: Authorization granted {{(pid=60640) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} -Jan 03 20:42:06 ubuntu devstack@keystone.service[60640]: [pid: 60640|app: 0|req: 1059/2122] 10.201.9.223 () {60 vars in 1362 bytes} [Fri Jan 3 20:42:06 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 153 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:32:05 ubuntu systemd[1]: Starting Devstack devstack@keystone.service... +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: [uWSGI] getting INI configuration from /etc/keystone/keystone-uwsgi-public.ini +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: *** Starting uWSGI 2.0.20-debian (64bit) on [Tue Jan 14 22:32:05 2025] *** +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: os: Linux-5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: nodename: ubuntu +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: machine: x86_64 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: clock source: unix +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: pcre jit disabled +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: detected number of CPU cores: 4 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: current working directory: / +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: detected binary path: /usr/bin/uwsgi-core +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: your processes number limit is 31295 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: your memory page size is 4096 bytes +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: detected max file descriptor number: 2048 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: lock engine: pthread robust mutexes +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: thunder lock: enabled +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/keystone-api.socket fd 4 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: Python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: PEP 405 virtualenv detected: /opt/stack/data/venv +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: Set PythonHome to /opt/stack/data/venv +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: Python main interpreter initialized at 0x563c00744d40 +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: python threads support enabled +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: your server socket listen backlog is limited to 100 connections +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: your mercy for graceful operations on workers is 80 seconds +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: mapped 403077 bytes (393 KB) for 2 cores +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: *** Operational MODE: preforking *** +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: *** uWSGI is running in multiple interpreter mode *** +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: spawned uWSGI master process (pid: 60542) +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: spawned uWSGI worker 1 (pid: 60543, cores: 1) +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: spawned uWSGI worker 2 (pid: 60544, cores: 1) +Jan 14 22:32:05 ubuntu devstack@keystone.service[60542]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... +Jan 14 22:32:05 ubuntu systemd[1]: Started Devstack devstack@keystone.service. +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] Configuration options gathered from: {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] command line args: [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] config files: ['/etc/keystone/keystone.conf'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ================================================================================ {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ******_token = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] config_dir = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] config_file = ['/etc/keystone/keystone.conf'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] config_source = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] debug = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'dogpile=INFO', 'routes=INFO'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] default_publisher_id = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] insecure_debug = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] instance_format = [instance: %(uuid)s] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] list_limit = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_color = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_config_append = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_dir = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_file = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_rotate_interval = 1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_rotate_interval_type = days {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] log_rotation_type = none {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] Configuration options gathered from: {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] max_db_limit = 1000 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] max_logfile_count = 30 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] max_logfile_size_mb = 200 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] max_param_size = 64 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] command line args: [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] max_project_tree_depth = 5 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] max_token_size = 16384 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] notification_format = cadf {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] notification_opt_out = ['identity.authenticate.success', 'identity.authenticate.pending'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] config files: ['/etc/keystone/keystone.conf'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ================================================================================ {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] public_endpoint = http://10.201.9.223/identity {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] publish_errors = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] rate_limit_burst = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] rate_limit_except_level = CRITICAL {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ******_token = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] rate_limit_interval = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] shell_completion = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] strict_password_check = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] syslog_log_facility = LOG_USER {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] use_journal = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] config_dir = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] use_json = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] use_stderr = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] use_syslog = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] watch_log_file = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] config_file = ['/etc/keystone/keystone.conf'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_concurrency.disable_process_locking = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_concurrency.lock_path = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.connection_string = messaging:// {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] config_source = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.enabled = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.es_doc_type = notification {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.es_scroll_size = 10000 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] debug = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.es_scroll_time = 2m {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.filter_error_trace = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'dogpile=INFO', 'routes=INFO'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.hmac_keys = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.sentinel_service_name = mymaster {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.socket_timeout = 0.1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.trace_requests = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] default_publisher_id = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler.trace_sqlalchemy = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler_jaeger.process_tags = {} {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler_jaeger.service_name_prefix = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] insecure_debug = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] profiler_otlp.service_name_prefix = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_process_name = {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] instance_format = [instance: %(uuid)s] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] audit.namespace = openstack {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.******_password = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.******_tenant_name = ****** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.******_token = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] list_limit = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.******_user = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_******_prefix = {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_color = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_port = 35357 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_config_append = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_protocol = https {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_section = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_type = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_uri = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.auth_version = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.cache = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_dir = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.cafile = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.certfile = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.delay_auth_decision = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_file = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.http_connect_timeout = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.identity_uri = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_rotate_interval = 1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.include_service_catalog = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.insecure = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.interface = internal {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.keyfile = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_rotate_interval_type = days {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] log_rotation_type = none {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_secret_key = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_security_strategy = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.memcached_servers = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.region_name = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles_required = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.service_type = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.token_cache_time = 300 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] keystone_authtoken.www_authenticate_uri = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.backend = dogpile.cache.memcached {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.backend_argument = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.backend_expiration_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.config_prefix = cache.oslo {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.dead_timeout = 60.0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.debug_cache_backend = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.enable_retry_client = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] max_db_limit = 1000 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.enable_socket_keepalive = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.enabled = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.enforce_fips_mode = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.expiration_time = 600 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] max_logfile_count = 30 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.hashclient_retry_attempts = 2 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.hashclient_retry_delay = 1.0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_dead_retry = 300 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] max_logfile_size_mb = 200 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_password = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_pool_maxsize = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] max_param_size = 64 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_pool_unused_timeout = 60 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_sasl_enabled = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_servers = ['localhost:11211'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] max_project_tree_depth = 5 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_socket_timeout = 1.0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.memcache_username = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.proxies = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.redis_db = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] max_token_size = 16384 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.redis_password = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.redis_sentinel_service_name = mymaster {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] notification_format = cadf {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.redis_server = localhost:6379 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.redis_socket_timeout = 1.0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.redis_username = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] notification_opt_out = ['identity.authenticate.success', 'identity.authenticate.pending'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.retry_attempts = 2 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.retry_delay = 0.0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.socket_keepalive_count = 1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.socket_keepalive_idle = 1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.socket_keepalive_interval = 1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.tls_allowed_ciphers = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.tls_cafile = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.tls_certfile = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.tls_enabled = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] cache.tls_keyfile = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] application_credential.cache_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] application_credential.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] application_credential.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] public_endpoint = http://10.201.9.223/identity {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] application_credential.user_limit = -1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] assignment.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] assignment.prohibited_implied_role = ['******'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] publish_errors = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] auth.application_credential = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] auth.external = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] rate_limit_burst = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] auth.mapped = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] auth.methods = ['external', 'password', 'token', 'oauth1', 'mapped', 'application_credential'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] auth.oauth1 = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] auth.password = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] auth.token = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] catalog.cache_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] catalog.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] catalog.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] catalog.list_limit = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] catalog.template_file = default_catalog.templates {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] credential.auth_ttl = 15 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] rate_limit_except_level = CRITICAL {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] credential.cache_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] credential.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] credential.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] rate_limit_interval = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] credential.key_repository = /etc/keystone/credential-keys/ {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] credential.provider = fernet {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] credential.user_limit = -1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] shell_completion = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] domain_config.additional_sensitive_options = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] domain_config.additional_whitelisted_options = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] domain_config.cache_time = 300 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] strict_password_check = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] domain_config.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] domain_config.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] endpoint_filter.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] syslog_log_facility = LOG_USER {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] endpoint_filter.return_all_endpoints_if_no_filter = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] endpoint_policy.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] use_journal = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.assertion_prefix = {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.attribute_mapping_default_schema_version = 1.0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] use_json = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.default_authorization_ttl = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] use_stderr = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.federated_domain_name = Federated {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.remote_id_attribute = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.sso_callback_template = /etc/keystone/sso_callback_template.html {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] use_syslog = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] federation.trusted_dashboard = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] fernet_receipts.key_repository = /etc/keystone/fernet-keys/ {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] fernet_receipts.max_active_keys = 3 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] watch_log_file = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] fernet_tokens.key_repository = /etc/keystone/fernet-keys/ {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_concurrency.disable_process_locking = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] fernet_tokens.max_active_keys = 3 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.cache_time = 600 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_concurrency.lock_path = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.connection_string = messaging:// {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.default_domain_id = default {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.domain_config_dir = /etc/keystone/domains {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.domain_configurations_from_database = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.enabled = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.domain_specific_drivers_enabled = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.list_limit = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.es_doc_type = notification {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.max_password_length = 4096 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.password_hash_algorithm = bcrypt {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.password_hash_rounds = 4 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.es_scroll_size = 10000 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.salt_bytesize = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.scrypt_block_size = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity.scrypt_parallelism = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.es_scroll_time = 2m {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity_mapping.backward_compatible_ids = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity_mapping.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] identity_mapping.generator = sha256 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] jwt_tokens.jws_private_key_repository = /etc/keystone/jws-keys/private {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.filter_error_trace = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] jwt_tokens.jws_public_key_repository = /etc/keystone/jws-keys/public {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.alias_dereferencing = default {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.auth_pool_connection_lifetime = 60 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.hmac_keys = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.auth_pool_size = 100 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.chase_referrals = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.connection_timeout = -1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.debug_level = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.sentinel_service_name = mymaster {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_ad_nesting = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_additional_attribute_mapping = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_attribute_ignore = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_desc_attribute = description {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.socket_timeout = 0.1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_filter = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_id_attribute = cn {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_member_attribute = member {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.trace_requests = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_members_are_ids = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_name_attribute = ou {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler.trace_sqlalchemy = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_objectclass = groupOfNames {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.group_tree_dn = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.page_size = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.password = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler_jaeger.process_tags = {} {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.pool_connection_lifetime = 600 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.pool_connection_timeout = -1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.pool_retry_delay = 0.1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler_jaeger.service_name_prefix = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.pool_retry_max = 3 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.pool_size = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.query_scope = one {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.randomize_urls = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] profiler_otlp.service_name_prefix = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.suffix = cn=example,cn=com {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.tls_cacertdir = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.tls_cacertfile = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.tls_req_cert = demand {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.url = ldap://localhost {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.use_auth_pool = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.use_pool = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.use_tls = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_additional_attribute_mapping = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_attribute_ignore = ['default_project_id'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_process_name = {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_default_project_id_attribute = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_description_attribute = description {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_enabled_attribute = enabled {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_enabled_default = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_enabled_emulation = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_enabled_emulation_dn = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_enabled_emulation_use_group_config = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_enabled_invert = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_enabled_mask = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_filter = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_id_attribute = cn {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_mail_attribute = mail {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_name_attribute = sn {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_objectclass = inetOrgPerson {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] audit.namespace = openstack {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_pass_attribute = userPassword {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ldap.user_tree_dn = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oauth1.access_token_duration = 86400 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oauth1.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.******_password = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oauth1.request_token_duration = 28800 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oauth2.oauth2_authn_methods = ['tls_client_auth', 'client_secret_basic'] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] oauth2.oauth2_cert_dn_mapping_id = oauth2_mapping {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.******_tenant_name = ****** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] policy.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] policy.list_limit = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] receipt.cache_on_issue = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.******_token = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] receipt.cache_time = 300 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] receipt.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] receipt.expiration = 300 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] receipt.provider = fernet {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.******_user = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.******_project_domain_name = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.******_project_name = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.cache_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_******_prefix = {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.domain_name_url_safe = off {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.list_limit = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] resource.project_name_url_safe = off {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] revoke.cache_time = 3600 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] revoke.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_port = 35357 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] revoke.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] revoke.expiration_buffer = 1800 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] role.cache_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] role.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_protocol = https {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] role.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] role.list_limit = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.assertion_expiration_time = 3600 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_section = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.certfile = /etc/keystone/ssl/certs/signing_cert.pem {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_contact_company = Example, Inc. {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_contact_email = support@example.com {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_type = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_contact_name = SAML Identity Provider Support {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_contact_surname = Support {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_contact_telephone = +1 800 555 0100 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_uri = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_contact_type = other {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_entity_id = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_lang = en {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_metadata_path = /etc/keystone/saml2_idp_metadata.xml {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.auth_version = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_organization_display_name = OpenStack SAML Identity Provider {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_organization_name = SAML Identity Provider {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.cache = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_organization_url = https://example.com/ {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.idp_sso_endpoint = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.cafile = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.keyfile = /etc/keystone/ssl/private/signing_key.pem {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.relay_state_prefix = ss:mem: {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] saml.xmlsec1_binary = xmlsec1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.certfile = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.change_password_upon_first_use = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.disable_user_account_days_inactive = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.lockout_duration = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.delay_auth_decision = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.lockout_failure_attempts = 2 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.minimum_password_age = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.password_expires_days = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.password_regex = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.password_regex_description = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] security_compliance.unique_last_password_count = 2 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.http_connect_timeout = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] shadow_users.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.allow_expired_window = 172800 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.allow_rescope_scoped_token = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.cache_on_issue = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.cache_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.expiration = 3600 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.identity_uri = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.provider = fernet {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] token.revoke_by_id = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] tokenless_auth.issuer_attribute = SSL_CLIENT_I_DN {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.include_service_catalog = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] tokenless_auth.protocol = x509 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] tokenless_auth.trusted_issuer = [] {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] totp.included_previous_windows = 1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.insecure = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] trust.allow_redelegation = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] trust.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] trust.max_redelegation_count = 3 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] unified_limit.cache_time = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.interface = internal {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] unified_limit.caching = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] unified_limit.driver = sql {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] unified_limit.enforcement_model = flat {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] unified_limit.list_limit = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.keyfile = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] wsgi.debug_middleware = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.asyncio_connection = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.asyncio_slave_connection = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.backend = sqlalchemy {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.connection = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.connection_debug = 0 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.connection_parameters = {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.connection_recycle_time = 3600 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.connection_trace = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.db_inc_retry_interval = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.db_max_retries = 20 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.db_max_retry_interval = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.db_retry_interval = 1 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.max_overflow = 50 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.max_pool_size = 5 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.max_retries = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.mysql_sql_mode = TRADITIONAL {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.mysql_wsrep_sync_wait = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.pool_timeout = None {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.retry_interval = 10 {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.slave_connection = **** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_secret_key = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.sqlite_synchronous = True {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] database.use_db_reconnect = False {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60543) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_security_strategy = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.memcached_servers = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.region_name = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.service_token_roles_required = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.service_type = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.token_cache_time = 300 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] keystone_authtoken.www_authenticate_uri = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.backend = dogpile.cache.memcached {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.backend_argument = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.backend_expiration_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.config_prefix = cache.oslo {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.dead_timeout = 60.0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.debug_cache_backend = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.enable_retry_client = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.enable_socket_keepalive = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.enabled = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.enforce_fips_mode = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.expiration_time = 600 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.hashclient_retry_attempts = 2 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.hashclient_retry_delay = 1.0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_dead_retry = 300 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_password = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_pool_maxsize = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_pool_unused_timeout = 60 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_sasl_enabled = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_servers = ['localhost:11211'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_socket_timeout = 1.0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.memcache_username = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.proxies = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.redis_db = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.redis_password = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.redis_sentinel_service_name = mymaster {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.redis_server = localhost:6379 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.redis_socket_timeout = 1.0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.redis_username = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.retry_attempts = 2 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.retry_delay = 0.0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.socket_keepalive_count = 1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.socket_keepalive_idle = 1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.socket_keepalive_interval = 1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.tls_allowed_ciphers = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.tls_cafile = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.tls_certfile = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.tls_enabled = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] cache.tls_keyfile = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] application_credential.cache_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] application_credential.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] application_credential.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] application_credential.user_limit = -1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] assignment.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] assignment.prohibited_implied_role = ['******'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] auth.application_credential = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] auth.external = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] auth.mapped = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] auth.methods = ['external', 'password', 'token', 'oauth1', 'mapped', 'application_credential'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] auth.oauth1 = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] auth.password = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] auth.token = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] catalog.cache_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] catalog.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] catalog.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] catalog.list_limit = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] catalog.template_file = default_catalog.templates {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] credential.auth_ttl = 15 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] credential.cache_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] credential.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] credential.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] credential.key_repository = /etc/keystone/credential-keys/ {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] credential.provider = fernet {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] credential.user_limit = -1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] domain_config.additional_sensitive_options = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] domain_config.additional_whitelisted_options = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] domain_config.cache_time = 300 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] domain_config.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] domain_config.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] endpoint_filter.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] endpoint_filter.return_all_endpoints_if_no_filter = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] endpoint_policy.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.assertion_prefix = {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.attribute_mapping_default_schema_version = 1.0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.default_authorization_ttl = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.federated_domain_name = Federated {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.remote_id_attribute = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.sso_callback_template = /etc/keystone/sso_callback_template.html {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] federation.trusted_dashboard = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] fernet_receipts.key_repository = /etc/keystone/fernet-keys/ {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] fernet_receipts.max_active_keys = 3 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] fernet_tokens.key_repository = /etc/keystone/fernet-keys/ {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] fernet_tokens.max_active_keys = 3 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.cache_time = 600 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.default_domain_id = default {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.domain_config_dir = /etc/keystone/domains {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.domain_configurations_from_database = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.domain_specific_drivers_enabled = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.list_limit = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.max_password_length = 4096 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.password_hash_algorithm = bcrypt {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.password_hash_rounds = 4 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.salt_bytesize = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.scrypt_block_size = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity.scrypt_parallelism = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity_mapping.backward_compatible_ids = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity_mapping.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] identity_mapping.generator = sha256 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] jwt_tokens.jws_private_key_repository = /etc/keystone/jws-keys/private {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] jwt_tokens.jws_public_key_repository = /etc/keystone/jws-keys/public {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.alias_dereferencing = default {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.auth_pool_connection_lifetime = 60 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.auth_pool_size = 100 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.chase_referrals = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.connection_timeout = -1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.debug_level = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_ad_nesting = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_additional_attribute_mapping = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_attribute_ignore = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_desc_attribute = description {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_filter = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_id_attribute = cn {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_member_attribute = member {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_members_are_ids = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_name_attribute = ou {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_objectclass = groupOfNames {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.group_tree_dn = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.page_size = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.password = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.pool_connection_lifetime = 600 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.pool_connection_timeout = -1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.pool_retry_delay = 0.1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.pool_retry_max = 3 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.pool_size = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.query_scope = one {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.randomize_urls = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.suffix = cn=example,cn=com {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.tls_cacertdir = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.tls_cacertfile = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.tls_req_cert = demand {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.url = ldap://localhost {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.use_auth_pool = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.use_pool = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.use_tls = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_additional_attribute_mapping = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_attribute_ignore = ['default_project_id'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_default_project_id_attribute = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_description_attribute = description {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_enabled_attribute = enabled {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_enabled_default = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_enabled_emulation = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_enabled_emulation_dn = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_enabled_emulation_use_group_config = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_enabled_invert = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_enabled_mask = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_filter = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_id_attribute = cn {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_mail_attribute = mail {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_name_attribute = sn {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_objectclass = inetOrgPerson {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_pass_attribute = userPassword {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ldap.user_tree_dn = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oauth1.access_token_duration = 86400 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oauth1.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oauth1.request_token_duration = 28800 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oauth2.oauth2_authn_methods = ['tls_client_auth', 'client_secret_basic'] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] oauth2.oauth2_cert_dn_mapping_id = oauth2_mapping {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] policy.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] policy.list_limit = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] receipt.cache_on_issue = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] receipt.cache_time = 300 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] receipt.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] receipt.expiration = 300 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] receipt.provider = fernet {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.******_project_domain_name = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.******_project_name = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.cache_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.domain_name_url_safe = off {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.list_limit = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] resource.project_name_url_safe = off {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] revoke.cache_time = 3600 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] revoke.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] revoke.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] revoke.expiration_buffer = 1800 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] role.cache_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] role.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] role.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] role.list_limit = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.assertion_expiration_time = 3600 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.certfile = /etc/keystone/ssl/certs/signing_cert.pem {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_contact_company = Example, Inc. {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_contact_email = support@example.com {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_contact_name = SAML Identity Provider Support {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_contact_surname = Support {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_contact_telephone = +1 800 555 0100 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_contact_type = other {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_entity_id = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_lang = en {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_metadata_path = /etc/keystone/saml2_idp_metadata.xml {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_organization_display_name = OpenStack SAML Identity Provider {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_organization_name = SAML Identity Provider {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_organization_url = https://example.com/ {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.idp_sso_endpoint = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.keyfile = /etc/keystone/ssl/private/signing_key.pem {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.relay_state_prefix = ss:mem: {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] saml.xmlsec1_binary = xmlsec1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.change_password_upon_first_use = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.disable_user_account_days_inactive = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.lockout_duration = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.lockout_failure_attempts = 2 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.minimum_password_age = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.password_expires_days = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.password_regex = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.password_regex_description = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] security_compliance.unique_last_password_count = 2 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] shadow_users.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.allow_expired_window = 172800 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.allow_rescope_scoped_token = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.cache_on_issue = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.cache_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.expiration = 3600 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.provider = fernet {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] token.revoke_by_id = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] tokenless_auth.issuer_attribute = SSL_CLIENT_I_DN {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] tokenless_auth.protocol = x509 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] tokenless_auth.trusted_issuer = [] {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] totp.included_previous_windows = 1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] trust.allow_redelegation = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] trust.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] trust.max_redelegation_count = 3 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] unified_limit.cache_time = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] unified_limit.caching = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] unified_limit.driver = sql {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] unified_limit.enforcement_model = flat {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] unified_limit.list_limit = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] wsgi.debug_middleware = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.asyncio_connection = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.asyncio_slave_connection = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.backend = sqlalchemy {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.connection = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.connection_debug = 0 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.connection_parameters = {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.connection_recycle_time = 3600 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.connection_trace = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.db_inc_retry_interval = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.db_max_retries = 20 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.db_max_retry_interval = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.db_retry_interval = 1 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.max_overflow = 50 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.max_pool_size = 5 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.max_retries = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.mysql_sql_mode = TRADITIONAL {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.mysql_wsrep_sync_wait = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.pool_timeout = None {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.retry_interval = 10 {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.slave_connection = **** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.sqlite_synchronous = True {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] database.use_db_reconnect = False {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG uwsgi [-] ******************************************************************************** {{(pid=60544) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60543) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=60544) register_event_callback /opt/stack/keystone/keystone/notifications.py:413}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/domains' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/domains' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/system' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/catalog' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens/OS-PKI/revoked' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/domains' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding additional resource route (alternate) to API auth: ['/OS-FEDERATION/domains' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:500}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/system' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/catalog' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens/OS-PKI/revoked' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth: ['/auth/tokens' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2/ecp' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/websso/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/identity_providers//protocols//websso' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/saml2/ecp' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/websso/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API auth/OS-FEDERATION: ['/auth/OS-FEDERATION/identity_providers//protocols//websso' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config//' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config/default' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config//default' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config///default' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API credentials: ['/credentials/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//config//' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config/default' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config//default' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains/config///default' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//users//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API domains: ['/domains//groups//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API ec2tokens: ['/ec2tokens' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API endpoints for `type` (API Prefix: ) [/endpoints, /endpoints/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API endpoints: ['/endpoints//OS-ENDPOINT-POLICY/policy' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API groups for `type` (API Prefix: ) [/groups, /groups/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API ec2tokens: ['/ec2tokens' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API endpoints for `type` (API Prefix: ) [/endpoints, /endpoints/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API endpoints: ['/endpoints//OS-ENDPOINT-POLICY/policy' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/model' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API groups for `type` (API Prefix: ) [/groups, /groups/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-EP-FILTER for `type` (API Prefix: /OS-EP-FILTER) [/endpoint_groups, /endpoint_groups/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoints//projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API groups: ['/groups//users/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoint_groups' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//endpoints' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API limits: ['/limits/model' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-EP-FILTER for `type` (API Prefix: /OS-EP-FILTER) [/endpoint_groups, /endpoint_groups/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoints//projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoints' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/projects//endpoint_groups' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//endpoints' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/saml2/metadata' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/identity_providers//protocols//auth' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-EP-FILTER: ['/endpoint_groups//projects/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API identity_providers for `type` (API Prefix: /OS-FEDERATION) [/identity_providers, /identity_providers/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API mappings for `type` (API Prefix: /OS-FEDERATION) [/mappings, /mappings/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API service_providers for `type` (API Prefix: /OS-FEDERATION) [/service_providers, /service_providers/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/saml2/metadata' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-FEDERATION: ['/identity_providers//protocols//auth' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles//inherited_to_projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles/inherited_to_projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles//inherited_to_projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles/inherited_to_projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//users//roles//inherited_to_projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//groups//roles//inherited_to_projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API identity_providers for `type` (API Prefix: /OS-FEDERATION) [/identity_providers, /identity_providers/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API protocols: ['/OS-FEDERATION/identity_providers//protocols' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API mappings for `type` (API Prefix: /OS-FEDERATION) [/mappings, /mappings/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-OAUTH1 for `type` (API Prefix: /OS-OAUTH1) [/consumers, /consumers/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API service_providers for `type` (API Prefix: /OS-FEDERATION) [/service_providers, /service_providers/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/request_token' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/access_token' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/authorize/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles//inherited_to_projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//groups//roles/inherited_to_projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles//inherited_to_projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/domains//users//roles/inherited_to_projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//users//roles//inherited_to_projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-INHERIT: ['/projects//groups//roles//inherited_to_projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH2: ['/token' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API events: ['/events' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/ca' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/certificates' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API policy for `type` (API Prefix: ) [/policies, /policies/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services//regions/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API OS-OAUTH1 for `type` (API Prefix: /OS-OAUTH1) [/consumers, /consumers/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/request_token' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/access_token' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH1: ['/authorize/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-OAUTH2: ['/token' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API events: ['/events' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/ca' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API OS-SIMPLE-CERT: ['/OS-SIMPLE-CERT/certificates' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API policy for `type` (API Prefix: ) [/policies, /policies/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/endpoints/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API policy: ['/policies//OS-ENDPOINT-POLICY/services//regions/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API regions for `type` (API Prefix: ) [/regions, /regions/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_assignments: ['/role_assignments' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_inferences: ['/role_inferences' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//tags/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//users//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API projects: ['/projects//groups//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API s3tokens: ['/s3tokens' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API services for `type` (API Prefix: ) [/services, /services/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API regions for `type` (API Prefix: ) [/regions, /regions/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API trusts for `type` (API Prefix: /OS-TRUST) [/trusts, /trusts/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API registered_limits: ['/registered_limits/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_assignments: ['/role_assignments' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API role_inferences: ['/role_inferences' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding standard routes to API users for `type` (API Prefix: ) [/users, /users/] {{(pid=60543) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//password' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//groups' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//projects' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API roles: ['/roles//implies/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules/' {}] {{(pid=60543) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API s3tokens: ['/s3tokens' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API services for `type` (API Prefix: ) [/services, /services/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/users//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API system: ['/system/groups//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API trusts for `type` (API Prefix: /OS-TRUST) [/trusts, /trusts/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API trusts: ['/trusts//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding standard routes to API users for `type` (API Prefix: ) [/users, /users/] {{(pid=60544) _add_resources /opt/stack/keystone/keystone/server/flask/common.py:392}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//password' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//groups' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//projects' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//credentials/OS-EC2/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//OS-OAUTH1/access_tokens//roles/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x563c00744d40 pid: 60543 (default app) +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//application_credentials/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.common [-] Adding resource routes to API users: ['/users//access_rules/' {}] {{(pid=60544) _add_mapped_resources /opt/stack/keystone/keystone/server/flask/common.py:483}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f66060c2-2e3c-4d7f-94d0-1fdf8fd66218 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f66060c2-2e3c-4d7f-94d0-1fdf8fd66218 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f66060c2-2e3c-4d7f-94d0-1fdf8fd66218 None None] PATH_INFO: `/v3` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:08 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1/1] 10.201.9.223 () {50 vars in 788 bytes} [Tue Jan 14 22:32:08 2025] GET /identity/v3/ => generated 256 bytes in 4 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:08 ubuntu devstack@keystone.service[60544]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x563c00744d40 pid: 60544 (default app) +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-777a54a0-e5f1-493d-bae1-58334d91610e None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-777a54a0-e5f1-493d-bae1-58334d91610e None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-777a54a0-e5f1-493d-bae1-58334d91610e None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 2/2] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:13 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: INFO dbcounter [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] Registered counter for database keystone +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG oslo_db.sqlalchemy.engines [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=60544) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writer thread running {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1/3] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:13 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 268 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-777a54a0-e5f1-493d-bae1-58334d91610e None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: INFO dbcounter [None req-777a54a0-e5f1-493d-bae1-58334d91610e None None] Registered counter for database keystone +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG oslo_db.sqlalchemy.engines [None req-777a54a0-e5f1-493d-bae1-58334d91610e None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=60543) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writer thread running {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-777a54a0-e5f1-493d-bae1-58334d91610e None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a9662b1-ceab-4d14-a368-29fe7fc50aec ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a9662b1-ceab-4d14-a368-29fe7fc50aec ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a9662b1-ceab-4d14-a368-29fe7fc50aec ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a9662b1-ceab-4d14-a368-29fe7fc50aec ****** ******] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a9662b1-ceab-4d14-a368-29fe7fc50aec ****** ******] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.rbac_enforcer.enforcer [None req-5a9662b1-ceab-4d14-a368-29fe7fc50aec ****** ******] Deprecated policy rules found. Use oslopolicy-policy-generator and oslopolicy-policy-upgrade to detect and resolve deprecated policies in your configuration. +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a9662b1-ceab-4d14-a368-29fe7fc50aec ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 3/4] 10.201.9.223 () {58 vars in 1321 bytes} [Tue Jan 14 22:32:13 2025] GET /identity/v3/auth/tokens => generated 978 bytes in 172 msecs (HTTP/1.1 200) 6 headers in 379 bytes (1 switches on core 0) +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8ecd0e4-4183-4ab1-bf72-12fe7092cfd7 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8bb0570-243d-4ac5-86d8-75d4f307499e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8bb0570-243d-4ac5-86d8-75d4f307499e ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8bb0570-243d-4ac5-86d8-75d4f307499e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8bb0570-243d-4ac5-86d8-75d4f307499e ****** ******] PATH_INFO: `/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8bb0570-243d-4ac5-86d8-75d4f307499e ****** ******] RBAC: Authorizing `identity:get_project(project_id=aa6fef291c0e4913b9afb52e8e1e383b)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.rbac_enforcer.enforcer [None req-b8bb0570-243d-4ac5-86d8-75d4f307499e ****** ******] Deprecated policy rules found. Use oslopolicy-policy-generator and oslopolicy-policy-upgrade to detect and resolve deprecated policies in your configuration. +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8bb0570-243d-4ac5-86d8-75d4f307499e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 2/5] 10.201.9.223 () {56 vars in 1204 bytes} [Tue Jan 14 22:32:13 2025] GET /identity/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b => generated 345 bytes in 37 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71ad0084-58a6-4865-b05e-1169dec89f52 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71ad0084-58a6-4865-b05e-1169dec89f52 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71ad0084-58a6-4865-b05e-1169dec89f52 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 4/6] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:14 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 3/7] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:14 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 384 bytes (2 switches on core 0) +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71ad0084-58a6-4865-b05e-1169dec89f52 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71ad0084-58a6-4865-b05e-1169dec89f52 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-59a804f2-4c02-4203-9e97-74b9caf5ed41 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59a804f2-4c02-4203-9e97-74b9caf5ed41 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59a804f2-4c02-4203-9e97-74b9caf5ed41 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-59a804f2-4c02-4203-9e97-74b9caf5ed41 ****** ******] PATH_INFO: `/v3/users/******` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-59a804f2-4c02-4203-9e97-74b9caf5ed41 ****** ******] RBAC: Authorizing `identity:get_user(user_id=******)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-59a804f2-4c02-4203-9e97-74b9caf5ed41 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-59a804f2-4c02-4203-9e97-74b9caf5ed41 ****** ******] Could not find user: ******. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 5/8] 10.201.9.223 () {56 vars in 1157 bytes} [Tue Jan 14 22:32:15 2025] GET /identity/v3/users/****** => generated 83 bytes in 44 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef22e3dc-8ea1-4d0c-ba5d-c6063508f8eb None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10a0e3e4-ea28-4221-8670-83a60046dbab ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10a0e3e4-ea28-4221-8670-83a60046dbab ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10a0e3e4-ea28-4221-8670-83a60046dbab ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10a0e3e4-ea28-4221-8670-83a60046dbab ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10a0e3e4-ea28-4221-8670-83a60046dbab ****** ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10a0e3e4-ea28-4221-8670-83a60046dbab ****** ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10a0e3e4-ea28-4221-8670-83a60046dbab ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 4/9] 10.201.9.223 () {56 vars in 1173 bytes} [Tue Jan 14 22:32:15 2025] GET /identity/v3/users?name=****** => generated 354 bytes in 39 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cab19fc6-201e-4acc-a5b6-3e6c024dfbb1 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cab19fc6-201e-4acc-a5b6-3e6c024dfbb1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cab19fc6-201e-4acc-a5b6-3e6c024dfbb1 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 6/10] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:16 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a06ddac-1f04-4a4f-9c94-944c72e40dd0 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a06ddac-1f04-4a4f-9c94-944c72e40dd0 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a06ddac-1f04-4a4f-9c94-944c72e40dd0 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 7/11] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:16 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 5/12] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:16 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 83 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 8/13] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:16 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc05e765-f8de-4c85-9d40-2eaeb363a656 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] Could not find role: ******. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 6/14] 10.201.9.223 () {56 vars in 1093 bytes} [Tue Jan 14 22:32:16 2025] GET /identity/v3/roles/****** => generated 83 bytes in 75 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddcf9774-f9d3-4dc8-b498-d745c47c00ff None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] RBAC: Authorizing `identity:create_domain()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-890aafd8-8ba2-42c8-a879-d609e8c48cc0 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.sql.core [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] Conflict project: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [parameters: {'id': '44cb95d950d64722ba11b9e46a391eb0', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60543) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default.: keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result.read() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return method(*args, **kwargs) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/backends/sql.py", line 278, in create_project +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with sql.session_for_write() as session: +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with current._produce_block( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.force_reraise() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise self.value +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application session.commit() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application trans.commit(_to_root=True) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "", line 2, in commit +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._prepare_impl() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.session.flush() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._flush(objects) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with util.safe_reraise(): +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application flush_context.execute() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application rec.execute(self) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application _emit_insert_statements( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result = connection.execute( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return meth( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return connection._execute_clauseelement( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret = self._execute_context( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return self._exec_single_context( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._handle_dbapi_exception( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result.read() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application [parameters: {'id': '44cb95d950d64722ba11b9e46a391eb0', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 250, in create_project +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret = self.driver.create_project(project_id, project) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - Duplicate entry found with name Default. +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application rv = self.dispatch_request() +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return func(*args, **kwargs) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application response = func(*args, **kwargs) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/domains.py", line 181, in post +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ref = PROVIDERS.resource_api.create_domain( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 867, in create_domain +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application is_domain_project = self.create_project( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 252, in create_project +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise exception.Conflict( +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 9/15] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:32:16 2025] POST /identity/v3/domains => generated 190 bytes in 72 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 7/16] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:16 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5f3d929-51ce-4ae9-bc3a-7643a196a961 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b77b028f-bddf-4c5e-a5da-7cc9bb198d23 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] PATH_INFO: `/v3/users/138b1071b456414988a211c10a884d4e` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] RBAC: Authorizing `identity:get_user(user_id=138b1071b456414988a211c10a884d4e)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 8/17] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:16 2025] GET /identity/v3/users/138b1071b456414988a211c10a884d4e => generated 248 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 10/18] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:16 2025] GET /identity/v3/domains/Default => generated 87 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ee47dc6-341e-46fe-8879-dd16ecf76cff None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea0b0301-48f5-494a-8816-9ae024bf0a05 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 9/19] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:16 2025] GET /identity/v3/domains/default => generated 200 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-526aef07-1f62-4e33-82ab-de63a9e2c003 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-526aef07-1f62-4e33-82ab-de63a9e2c003 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-526aef07-1f62-4e33-82ab-de63a9e2c003 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-526aef07-1f62-4e33-82ab-de63a9e2c003 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-526aef07-1f62-4e33-82ab-de63a9e2c003 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-526aef07-1f62-4e33-82ab-de63a9e2c003 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-526aef07-1f62-4e33-82ab-de63a9e2c003 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 11/20] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:16 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62262e78-3608-45d6-8047-07e4bca747a0 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c68c4dd9-0fc0-4f14-9245-67d9af07900b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c68c4dd9-0fc0-4f14-9245-67d9af07900b None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c68c4dd9-0fc0-4f14-9245-67d9af07900b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c68c4dd9-0fc0-4f14-9245-67d9af07900b None ******] PATH_INFO: `/v3/domains/default/users/138b1071b456414988a211c10a884d4e/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c68c4dd9-0fc0-4f14-9245-67d9af07900b None ******] RBAC: Authorizing `identity:create_grant(domain_id=default, user_id=138b1071b456414988a211c10a884d4e, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c68c4dd9-0fc0-4f14-9245-67d9af07900b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 10/21] 10.201.9.223 () {58 vars in 1358 bytes} [Tue Jan 14 22:32:16 2025] PUT /identity/v3/domains/default/users/138b1071b456414988a211c10a884d4e/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f5b090b-9aec-4eeb-bc53-a170c390e1b4 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f5b090b-9aec-4eeb-bc53-a170c390e1b4 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f5b090b-9aec-4eeb-bc53-a170c390e1b4 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 12/22] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:18 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-750a02a1-d5c5-44a0-af65-e5d4c4099a73 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-750a02a1-d5c5-44a0-af65-e5d4c4099a73 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-750a02a1-d5c5-44a0-af65-e5d4c4099a73 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-750a02a1-d5c5-44a0-af65-e5d4c4099a73 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-750a02a1-d5c5-44a0-af65-e5d4c4099a73 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-750a02a1-d5c5-44a0-af65-e5d4c4099a73 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 11/23] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:18 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6e8157a-be02-4498-8f6c-cc445895ab2d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6e8157a-be02-4498-8f6c-cc445895ab2d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6e8157a-be02-4498-8f6c-cc445895ab2d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 13/24] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:18 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f01340c4-cdb4-4b85-9561-595d6f94263a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f01340c4-cdb4-4b85-9561-595d6f94263a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f01340c4-cdb4-4b85-9561-595d6f94263a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f01340c4-cdb4-4b85-9561-595d6f94263a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f01340c4-cdb4-4b85-9561-595d6f94263a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f01340c4-cdb4-4b85-9561-595d6f94263a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 12/25] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:18 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6e8157a-be02-4498-8f6c-cc445895ab2d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c32f033-366f-4633-b643-bebd2b10a031 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c32f033-366f-4633-b643-bebd2b10a031 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c32f033-366f-4633-b643-bebd2b10a031 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 13/26] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:18 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6e8157a-be02-4498-8f6c-cc445895ab2d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fed6b3ff-921a-4f7e-ac17-55997143e79d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed6b3ff-921a-4f7e-ac17-55997143e79d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed6b3ff-921a-4f7e-ac17-55997143e79d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fed6b3ff-921a-4f7e-ac17-55997143e79d None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fed6b3ff-921a-4f7e-ac17-55997143e79d None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fed6b3ff-921a-4f7e-ac17-55997143e79d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-fed6b3ff-921a-4f7e-ac17-55997143e79d None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 14/27] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:18 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 81 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 14/28] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/domains/Default => generated 87 bytes in 115 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8959773-ee75-4d3c-ab53-6e3c690fce13 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8959773-ee75-4d3c-ab53-6e3c690fce13 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8959773-ee75-4d3c-ab53-6e3c690fce13 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 15/29] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:18 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8959773-ee75-4d3c-ab53-6e3c690fce13 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8959773-ee75-4d3c-ab53-6e3c690fce13 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38ee7de4-6574-4e18-afaf-7f8b26365c94 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38ee7de4-6574-4e18-afaf-7f8b26365c94 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38ee7de4-6574-4e18-afaf-7f8b26365c94 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38ee7de4-6574-4e18-afaf-7f8b26365c94 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38ee7de4-6574-4e18-afaf-7f8b26365c94 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38ee7de4-6574-4e18-afaf-7f8b26365c94 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38ee7de4-6574-4e18-afaf-7f8b26365c94 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 16/30] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2913b28-649c-4c8b-88e4-51c616c57bdb None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 17/31] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:18 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] PATH_INFO: `/v3/roles/******` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] Could not find role: ******. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 15/32] 10.201.9.223 () {56 vars in 1136 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/roles/****** => generated 83 bytes in 148 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b43dfdf9-6696-4f23-a845-a4db24b179d2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12314593-80b0-41e7-b936-dc7f16c026db None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] RBAC: Authorizing `identity:create_role()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 16/33] 10.201.9.223 () {60 vars in 1128 bytes} [Tue Jan 14 22:32:18 2025] POST /identity/v3/roles => generated 226 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 18/34] 10.201.9.223 () {60 vars in 1138 bytes} [Tue Jan 14 22:32:18 2025] POST /identity/v3/projects => generated 302 bytes in 143 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3905ca35-f2e4-4e70-94fe-c2d044f54551 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 17/35] 10.201.9.223 () {56 vars in 1152 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 105 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-868f5474-74cf-4410-8642-dc679fa57dff None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcfa4ce6-70a7-4897-8c6f-58781a5326e8 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] PATH_INFO: `/v3/users/138b1071b456414988a211c10a884d4e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] RBAC: Authorizing `identity:get_user(user_id=138b1071b456414988a211c10a884d4e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 19/36] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/users/138b1071b456414988a211c10a884d4e => generated 248 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] RBAC: Authorizing `identity:create_role()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.sql.core [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] Conflict role: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'service-<>' for key 'role.ixu_role_name_domain_id'") +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [SQL: INSERT INTO `role` (id, name, description, extra) VALUES (%(id)s, %(name)s, %(description)s, %(extra)s)] +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [parameters: {'id': '49e657925da4436ea094fea7ad81b61d', 'name': 'service', 'description': None, 'extra': '{}'}] +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60544) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a96756cf-2283-4427-aee8-8e3fedc52db1 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] Conflict occurred attempting to store role - Duplicate entry found with name service.: keystone.exception.Conflict: Conflict occurred attempting to store role - Duplicate entry found with name service. +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result.read() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry 'service-<>' for key 'role.ixu_role_name_domain_id'") +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return method(*args, **kwargs) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/assignment/role_backends/sql.py", line 25, in create_role +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with sql.session_for_write() as session: +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with current._produce_block( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.force_reraise() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise self.value +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application session.commit() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application trans.commit(_to_root=True) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "", line 2, in commit +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._prepare_impl() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.session.flush() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._flush(objects) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with util.safe_reraise(): +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application flush_context.execute() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application rec.execute(self) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application _emit_insert_statements( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = connection.execute( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return meth( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return connection._execute_clauseelement( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret = self._execute_context( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return self._exec_single_context( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._handle_dbapi_exception( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result.read() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'service-<>' for key 'role.ixu_role_name_domain_id'") +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [SQL: INSERT INTO `role` (id, name, description, extra) VALUES (%(id)s, %(name)s, %(description)s, %(extra)s)] +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [parameters: {'id': '49e657925da4436ea094fea7ad81b61d', 'name': 'service', 'description': None, 'extra': '{}'}] +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application rv = self.dispatch_request() +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return func(*args, **kwargs) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application response = func(*args, **kwargs) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/roles.py", line 91, in post +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ref = PROVIDERS.role_api.create_role( +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/assignment/core.py", line 1496, in create_role +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret = self.driver.create_role(role_id, role) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store role - Duplicate entry found with name service. +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 18/37] 10.201.9.223 () {60 vars in 1128 bytes} [Tue Jan 14 22:32:18 2025] POST /identity/v3/roles => generated 140 bytes in 114 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 20/38] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/domains/default => generated 200 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-804acf7b-2d20-429e-880c-eacdeba5cbbe None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e9b5933-1aef-45fd-a20e-9156bee32b0c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] RBAC: Adding query filter params (role.id=623c1f83e13e4189b0b592d71c80d8e7, scope.domain.id=default, user.id=138b1071b456414988a211c10a884d4e) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 21/39] 10.201.9.223 () {56 vars in 1375 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/role_assignments?role.id=623c1f83e13e4189b0b592d71c80d8e7&scope.domain.id=default&user.id=138b1071b456414988a211c10a884d4e => generated 532 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-623b925d-9a02-469e-bf22-d9f2867e0aa3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-623b925d-9a02-469e-bf22-d9f2867e0aa3 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-623b925d-9a02-469e-bf22-d9f2867e0aa3 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-623b925d-9a02-469e-bf22-d9f2867e0aa3 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-623b925d-9a02-469e-bf22-d9f2867e0aa3 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-623b925d-9a02-469e-bf22-d9f2867e0aa3 None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 19/40] 10.201.9.223 () {56 vars in 1099 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/roles/service => generated 85 bytes in 98 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84dda4fb-ef9d-4cf3-930d-3bd37b013632 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07086255-5346-43df-90a1-085f3d409618 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07086255-5346-43df-90a1-085f3d409618 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07086255-5346-43df-90a1-085f3d409618 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07086255-5346-43df-90a1-085f3d409618 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07086255-5346-43df-90a1-085f3d409618 None ******] RBAC: Adding query filter params (name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07086255-5346-43df-90a1-085f3d409618 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07086255-5346-43df-90a1-085f3d409618 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 22/41] 10.201.9.223 () {56 vars in 1100 bytes} [Tue Jan 14 22:32:18 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-732952d3-309e-4056-84d9-a7e0a95f63fe None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-732952d3-309e-4056-84d9-a7e0a95f63fe None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-732952d3-309e-4056-84d9-a7e0a95f63fe None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 20/42] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:19 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51dbb290-95fa-4abd-89e9-73985c1e6bcf None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51dbb290-95fa-4abd-89e9-73985c1e6bcf None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51dbb290-95fa-4abd-89e9-73985c1e6bcf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-51dbb290-95fa-4abd-89e9-73985c1e6bcf None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-51dbb290-95fa-4abd-89e9-73985c1e6bcf None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-51dbb290-95fa-4abd-89e9-73985c1e6bcf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 23/43] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:19 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e57ae9fc-b76f-46f5-b61c-e1803572fc09 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e57ae9fc-b76f-46f5-b61c-e1803572fc09 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e57ae9fc-b76f-46f5-b61c-e1803572fc09 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 21/44] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:19 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e57ae9fc-b76f-46f5-b61c-e1803572fc09 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e57ae9fc-b76f-46f5-b61c-e1803572fc09 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 24/45] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:19 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] RBAC: Authorizing `identity:create_role()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 22/46] 10.201.9.223 () {60 vars in 1128 bytes} [Tue Jan 14 22:32:19 2025] POST /identity/v3/roles => generated 224 bytes in 163 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76b71057-e118-47fe-8938-8dd9fdc7d07a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6bdc7907-483d-4c24-9172-4237e420ce28 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bdc7907-483d-4c24-9172-4237e420ce28 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bdc7907-483d-4c24-9172-4237e420ce28 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bdc7907-483d-4c24-9172-4237e420ce28 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6bdc7907-483d-4c24-9172-4237e420ce28 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6bdc7907-483d-4c24-9172-4237e420ce28 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 25/47] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:19 2025] GET /identity/v3/domains/default => generated 200 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be02426f-0205-41e6-817c-f93c84b1f392 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e57570e-7210-4e91-8364-73a59ef28b5b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e57570e-7210-4e91-8364-73a59ef28b5b None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e57570e-7210-4e91-8364-73a59ef28b5b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e57570e-7210-4e91-8364-73a59ef28b5b None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e57570e-7210-4e91-8364-73a59ef28b5b None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e57570e-7210-4e91-8364-73a59ef28b5b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 23/48] 10.201.9.223 () {60 vars in 1138 bytes} [Tue Jan 14 22:32:19 2025] POST /identity/v3/projects => generated 313 bytes in 82 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b3e42a7-7d1e-40a6-bd69-0fed6616f038 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b3e42a7-7d1e-40a6-bd69-0fed6616f038 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b3e42a7-7d1e-40a6-bd69-0fed6616f038 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 26/49] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:20 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:32:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:20 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 24/50] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:20 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b3e42a7-7d1e-40a6-bd69-0fed6616f038 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b3e42a7-7d1e-40a6-bd69-0fed6616f038 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b04c8d6d-295f-4cff-8d32-f476aa669c31 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b04c8d6d-295f-4cff-8d32-f476aa669c31 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b04c8d6d-295f-4cff-8d32-f476aa669c31 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b04c8d6d-295f-4cff-8d32-f476aa669c31 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b04c8d6d-295f-4cff-8d32-f476aa669c31 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b04c8d6d-295f-4cff-8d32-f476aa669c31 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 27/51] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:21 2025] GET /identity/v3/domains/default => generated 200 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f9781f4-14b9-4a37-bfc4-17e7754039cc None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-058d354d-907f-4ddd-868f-b3782eeca5a0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-058d354d-907f-4ddd-868f-b3782eeca5a0 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-058d354d-907f-4ddd-868f-b3782eeca5a0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-058d354d-907f-4ddd-868f-b3782eeca5a0 None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-058d354d-907f-4ddd-868f-b3782eeca5a0 None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-058d354d-907f-4ddd-868f-b3782eeca5a0 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 25/52] 10.201.9.223 () {60 vars in 1137 bytes} [Tue Jan 14 22:32:21 2025] POST /identity/v3/projects => generated 299 bytes in 88 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dca30a4e-1176-4077-8274-fcc795e2ca5d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dca30a4e-1176-4077-8274-fcc795e2ca5d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dca30a4e-1176-4077-8274-fcc795e2ca5d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 28/53] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:22 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 26/54] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:22 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dca30a4e-1176-4077-8274-fcc795e2ca5d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dca30a4e-1176-4077-8274-fcc795e2ca5d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65aa0f50-850c-435d-995f-d4e81e084772 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65aa0f50-850c-435d-995f-d4e81e084772 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65aa0f50-850c-435d-995f-d4e81e084772 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65aa0f50-850c-435d-995f-d4e81e084772 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65aa0f50-850c-435d-995f-d4e81e084772 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65aa0f50-850c-435d-995f-d4e81e084772 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 29/55] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:22 2025] GET /identity/v3/domains/default => generated 200 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99da4e1c-779b-45aa-afb8-37cd75462e8c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-462d0f4b-b235-4a6f-b100-20c9cc5cb6ec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-462d0f4b-b235-4a6f-b100-20c9cc5cb6ec None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-462d0f4b-b235-4a6f-b100-20c9cc5cb6ec None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-462d0f4b-b235-4a6f-b100-20c9cc5cb6ec None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-462d0f4b-b235-4a6f-b100-20c9cc5cb6ec None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-462d0f4b-b235-4a6f-b100-20c9cc5cb6ec None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-462d0f4b-b235-4a6f-b100-20c9cc5cb6ec None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 27/56] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:32:22 2025] POST /identity/v3/users => generated 276 bytes in 68 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ad1f2ad-61f5-473f-bda0-6df1ac51214a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ad1f2ad-61f5-473f-bda0-6df1ac51214a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ad1f2ad-61f5-473f-bda0-6df1ac51214a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:24 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 30/57] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:24 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89d5e50a-4054-409b-a0d1-63337dd377c0 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89d5e50a-4054-409b-a0d1-63337dd377c0 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89d5e50a-4054-409b-a0d1-63337dd377c0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:24 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-89d5e50a-4054-409b-a0d1-63337dd377c0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-89d5e50a-4054-409b-a0d1-63337dd377c0 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-89d5e50a-4054-409b-a0d1-63337dd377c0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bcff39a-92de-43a5-8954-05cf71cfaf1d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bcff39a-92de-43a5-8954-05cf71cfaf1d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bcff39a-92de-43a5-8954-05cf71cfaf1d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 31/58] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:25 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 28/59] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:24 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 78 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb6ad1cb-3202-4b0c-aed1-a5a6db3d83ee None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb6ad1cb-3202-4b0c-aed1-a5a6db3d83ee None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb6ad1cb-3202-4b0c-aed1-a5a6db3d83ee None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 29/60] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:25 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 32/61] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:25 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 88 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 30/62] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:25 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 77 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a0d2c4-2cb1-4824-868e-0d7b7037cb72 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d9f7bf2-ffd0-43c6-a5df-ebbec09d98cb None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55901285-ec21-414c-a8d1-2d7af9562164 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55901285-ec21-414c-a8d1-2d7af9562164 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55901285-ec21-414c-a8d1-2d7af9562164 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55901285-ec21-414c-a8d1-2d7af9562164 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55901285-ec21-414c-a8d1-2d7af9562164 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-55901285-ec21-414c-a8d1-2d7af9562164 None ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 33/63] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles/member => generated 84 bytes in 79 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1a7c25e-7081-4aa4-a8d3-a3b4031be250 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1a7c25e-7081-4aa4-a8d3-a3b4031be250 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] Could not find role: ******. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1a7c25e-7081-4aa4-a8d3-a3b4031be250 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 31/64] 10.201.9.223 () {56 vars in 1093 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles/****** => generated 83 bytes in 81 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 34/65] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:25 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f1a7c25e-7081-4aa4-a8d3-a3b4031be250 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f1a7c25e-7081-4aa4-a8d3-a3b4031be250 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c58c2e-a5e5-4bd1-a313-4f8a744fa6f4 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] RBAC: Adding query filter params (name=member) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 35/66] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c63075d3-f1f8-429e-8f80-be3c82083205 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c63075d3-f1f8-429e-8f80-be3c82083205 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c63075d3-f1f8-429e-8f80-be3c82083205 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c63075d3-f1f8-429e-8f80-be3c82083205 None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c63075d3-f1f8-429e-8f80-be3c82083205 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-c63075d3-f1f8-429e-8f80-be3c82083205 None ******] Could not find role: anotherrole. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 32/67] 10.201.9.223 () {56 vars in 1111 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 84 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89060976-dd6b-42ee-a63e-b41269247b43 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] RBAC: Adding query filter params (name=******) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 36/68] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 33/69] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:25 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 75 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15293550-97cc-4d09-9980-d458874b5c8c None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] PATH_INFO: `/v3/users/dbc790593fda4cb9929fdb60c0a3b506` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05eb69ef-5a68-441d-a8c0-0217d79072f4 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] RBAC: Authorizing `identity:get_user(user_id=dbc790593fda4cb9929fdb60c0a3b506)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 37/70] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/users/dbc790593fda4cb9929fdb60c0a3b506 => generated 276 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 34/71] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-faf136f4-2a11-48d2-a752-4870f6d6d69b None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] PATH_INFO: `/v3/users/138b1071b456414988a211c10a884d4e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] RBAC: Authorizing `identity:get_user(user_id=138b1071b456414988a211c10a884d4e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6359cdd-c0d8-496d-91c4-055035bb505f None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 38/72] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/users/138b1071b456414988a211c10a884d4e => generated 248 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 35/73] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-281decca-a492-4419-8c12-ae7a448c5e93 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] PATH_INFO: `/v3/users/dbc790593fda4cb9929fdb60c0a3b506` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] RBAC: Authorizing `identity:get_user(user_id=dbc790593fda4cb9929fdb60c0a3b506)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 39/74] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/users/dbc790593fda4cb9929fdb60c0a3b506 => generated 276 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd69af8f-5899-441f-b1f4-6254808f09fa None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 36/75] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aaedc879-4c96-42c1-b495-600661cb44d7 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06908dd0-9f86-484e-9eb9-a0e2fb622cfb None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 40/76] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles/member => generated 84 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc/users/dbc790593fda4cb9929fdb60c0a3b506/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] RBAC: Authorizing `identity:create_grant(project_id=060891d56d86497f8e505edca31d59fc, user_id=dbc790593fda4cb9929fdb60c0a3b506, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 37/77] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:25 2025] PUT /identity/v3/projects/060891d56d86497f8e505edca31d59fc/users/dbc790593fda4cb9929fdb60c0a3b506/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8ee2772-ed7a-4014-b973-48d3b143fbb7 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c56bdad7-a88e-4954-bb24-8d2c7720a4b0 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2959838-154f-469f-b880-9cda67fbe971 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2959838-154f-469f-b880-9cda67fbe971 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2959838-154f-469f-b880-9cda67fbe971 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2959838-154f-469f-b880-9cda67fbe971 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2959838-154f-469f-b880-9cda67fbe971 None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2959838-154f-469f-b880-9cda67fbe971 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 41/78] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6645d455-229e-4bdc-a00d-1cc4388f6103 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6645d455-229e-4bdc-a00d-1cc4388f6103 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6645d455-229e-4bdc-a00d-1cc4388f6103 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 42/79] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:25 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6645d455-229e-4bdc-a00d-1cc4388f6103 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc/users/138b1071b456414988a211c10a884d4e/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] RBAC: Authorizing `identity:create_grant(project_id=060891d56d86497f8e505edca31d59fc, user_id=138b1071b456414988a211c10a884d4e, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 38/80] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:25 2025] PUT /identity/v3/projects/060891d56d86497f8e505edca31d59fc/users/138b1071b456414988a211c10a884d4e/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6645d455-229e-4bdc-a00d-1cc4388f6103 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cb194764-bf5a-4686-a134-09ad7179957e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb194764-bf5a-4686-a134-09ad7179957e None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb194764-bf5a-4686-a134-09ad7179957e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cb194764-bf5a-4686-a134-09ad7179957e None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cb194764-bf5a-4686-a134-09ad7179957e None ******] RBAC: Adding query filter params (name=member) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cb194764-bf5a-4686-a134-09ad7179957e None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23dcdc92-0615-4ac6-bac4-365924108af8 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cb194764-bf5a-4686-a134-09ad7179957e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 43/81] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc/users/dbc790593fda4cb9929fdb60c0a3b506/roles/c02067e8c52c4627898b10e67e58bd66` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] RBAC: Authorizing `identity:create_grant(project_id=060891d56d86497f8e505edca31d59fc, user_id=dbc790593fda4cb9929fdb60c0a3b506, role_id=c02067e8c52c4627898b10e67e58bd66)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 39/82] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:25 2025] PUT /identity/v3/projects/060891d56d86497f8e505edca31d59fc/users/dbc790593fda4cb9929fdb60c0a3b506/roles/c02067e8c52c4627898b10e67e58bd66 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 44/83] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:25 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57e7cbf1-f9df-481d-be37-e58e5a19af55 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] PATH_INFO: `/v3/users/dbc790593fda4cb9929fdb60c0a3b506` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] RBAC: Authorizing `identity:get_user(user_id=dbc790593fda4cb9929fdb60c0a3b506)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 40/84] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/users/dbc790593fda4cb9929fdb60c0a3b506 => generated 276 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d61fe6d1-c196-4bc9-816c-cab5a63a4188 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] PATH_INFO: `/v3/projects/a0fc8e6dbcf84e3f98358059bea6ea2a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] RBAC: Authorizing `identity:get_project(project_id=a0fc8e6dbcf84e3f98358059bea6ea2a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 45/85] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:25 2025] GET /identity/v3/projects/a0fc8e6dbcf84e3f98358059bea6ea2a => generated 313 bytes in 160 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92158829-94b6-4ea6-91a5-e16cf4d9ffcb None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] PATH_INFO: `/v3/projects/a0fc8e6dbcf84e3f98358059bea6ea2a/users/dbc790593fda4cb9929fdb60c0a3b506/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] RBAC: Authorizing `identity:create_grant(project_id=a0fc8e6dbcf84e3f98358059bea6ea2a, user_id=dbc790593fda4cb9929fdb60c0a3b506, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 41/86] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:26 2025] PUT /identity/v3/projects/a0fc8e6dbcf84e3f98358059bea6ea2a/users/dbc790593fda4cb9929fdb60c0a3b506/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7594ee8-9a9c-4287-ad85-8f5c4cd02397 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54c809b6-c20c-4002-9f24-d7812aa0a2db None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54c809b6-c20c-4002-9f24-d7812aa0a2db None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54c809b6-c20c-4002-9f24-d7812aa0a2db None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54c809b6-c20c-4002-9f24-d7812aa0a2db None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54c809b6-c20c-4002-9f24-d7812aa0a2db None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54c809b6-c20c-4002-9f24-d7812aa0a2db None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 46/87] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:26 2025] GET /identity/v3/domains/default => generated 200 bytes in 81 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c2300ca-703b-4473-9ef3-de023adc5d5c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c1c4471-2982-4a8f-a7a2-d82f6d6231cf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c1c4471-2982-4a8f-a7a2-d82f6d6231cf None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c1c4471-2982-4a8f-a7a2-d82f6d6231cf None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c1c4471-2982-4a8f-a7a2-d82f6d6231cf None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c1c4471-2982-4a8f-a7a2-d82f6d6231cf None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c1c4471-2982-4a8f-a7a2-d82f6d6231cf None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2c1c4471-2982-4a8f-a7a2-d82f6d6231cf None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 42/88] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:32:26 2025] POST /identity/v3/users => generated 290 bytes in 68 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c780d92-0e46-468f-81d1-d2af71b66c7a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c780d92-0e46-468f-81d1-d2af71b66c7a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c780d92-0e46-468f-81d1-d2af71b66c7a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 47/89] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:26 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f70c4a91-f9e5-49f8-a633-d3537ae2e3b9 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f70c4a91-f9e5-49f8-a633-d3537ae2e3b9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f70c4a91-f9e5-49f8-a633-d3537ae2e3b9 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 48/90] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:26 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 49/91] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:26 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 43/92] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:26 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 82 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be1c7da1-8808-464a-b9de-9323d0cadba3 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bf4231c-8735-42d6-a6d0-6cda4ffe131f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] PATH_INFO: `/v3/roles/******` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] Could not find role: ******. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 44/93] 10.201.9.223 () {56 vars in 1136 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/roles/****** => generated 83 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 50/94] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/roles/member => generated 84 bytes in 85 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94617c5b-0ee9-43cc-b031-b67f3aeeab7c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8349a857-ae17-46b7-b50a-99af42a61a13 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8349a857-ae17-46b7-b50a-99af42a61a13 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8349a857-ae17-46b7-b50a-99af42a61a13 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8349a857-ae17-46b7-b50a-99af42a61a13 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8349a857-ae17-46b7-b50a-99af42a61a13 None ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8349a857-ae17-46b7-b50a-99af42a61a13 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8349a857-ae17-46b7-b50a-99af42a61a13 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 45/95] 10.201.9.223 () {56 vars in 1152 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6991d63b-8a6f-44fc-9c76-eb10beb9cad4 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6991d63b-8a6f-44fc-9c76-eb10beb9cad4 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6991d63b-8a6f-44fc-9c76-eb10beb9cad4 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 46/96] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:27 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-feb03888-8a1c-4ed3-9752-6cfc99360b2a None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 47/97] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:27 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] RBAC: Adding query filter params (name=member) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 51/98] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 142 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e33847b6-c6ef-4577-a5c7-de2664616c32 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] PATH_INFO: `/v3/users/138b1071b456414988a211c10a884d4e` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] RBAC: Authorizing `identity:get_user(user_id=138b1071b456414988a211c10a884d4e)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 48/99] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/users/138b1071b456414988a211c10a884d4e => generated 248 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08ea3c05-d43d-48a2-a4ce-70c0e6318f98 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54d9ac6d-2f09-4468-b39f-28dfcda7337f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 49/100] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] PATH_INFO: `/v3/users/dbc790593fda4cb9929fdb60c0a3b506` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] RBAC: Authorizing `identity:get_user(user_id=dbc790593fda4cb9929fdb60c0a3b506)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 52/101] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/users/dbc790593fda4cb9929fdb60c0a3b506 => generated 276 bytes in 104 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-207c91f3-32d3-490a-afa0-871be9ba1ea9 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] RBAC: Adding query filter params (role.id=623c1f83e13e4189b0b592d71c80d8e7, scope.project.id=060891d56d86497f8e505edca31d59fc, user.id=138b1071b456414988a211c10a884d4e) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 50/102] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/role_assignments?role.id=623c1f83e13e4189b0b592d71c80d8e7&scope.project.id=060891d56d86497f8e505edca31d59fc&user.id=138b1071b456414988a211c10a884d4e => generated 610 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e72ac24-4d76-461d-99b5-84d8ab84946d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 53/103] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90fc6af4-7643-40c7-acd5-98c5e504f1f4 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b065360-e8f8-4692-b6f5-a98692c27bc2 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea3fd24d-31f4-42c6-b46e-4871798d92cf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea3fd24d-31f4-42c6-b46e-4871798d92cf None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea3fd24d-31f4-42c6-b46e-4871798d92cf None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea3fd24d-31f4-42c6-b46e-4871798d92cf None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea3fd24d-31f4-42c6-b46e-4871798d92cf None ******] RBAC: Adding query filter params (role.id=0ad4ed697fe94e3e873b5a93b55dcdc8, scope.project.id=060891d56d86497f8e505edca31d59fc, user.id=dbc790593fda4cb9929fdb60c0a3b506) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea3fd24d-31f4-42c6-b46e-4871798d92cf None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea3fd24d-31f4-42c6-b46e-4871798d92cf None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 51/104] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/role_assignments?role.id=0ad4ed697fe94e3e873b5a93b55dcdc8&scope.project.id=060891d56d86497f8e505edca31d59fc&user.id=dbc790593fda4cb9929fdb60c0a3b506 => generated 610 bytes in 124 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71fecb91-085d-43e9-ba9a-db06d02ead49 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71fecb91-085d-43e9-ba9a-db06d02ead49 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71fecb91-085d-43e9-ba9a-db06d02ead49 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 52/105] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:27 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] Could not find role: anotherrole. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 54/106] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 134 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b40523a-2098-476b-b06b-ad93695f1a44 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 53/107] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:27 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 96 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 55/108] 10.201.9.223 () {56 vars in 1164 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 89 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ca20006-5ced-4d65-8408-c84725a12589 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] PATH_INFO: `/v3/users/dbc790593fda4cb9929fdb60c0a3b506` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] RBAC: Authorizing `identity:get_user(user_id=dbc790593fda4cb9929fdb60c0a3b506)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 54/109] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/users/dbc790593fda4cb9929fdb60c0a3b506 => generated 276 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c65d1774-ccf6-4e6b-b23a-11cc6f3f9d03 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 56/110] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0aa14a1e-b752-4eb2-bdc2-75ea0a17eb6c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] RBAC: Adding query filter params (role.id=c02067e8c52c4627898b10e67e58bd66, scope.project.id=060891d56d86497f8e505edca31d59fc, user.id=dbc790593fda4cb9929fdb60c0a3b506) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 55/111] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/role_assignments?role.id=c02067e8c52c4627898b10e67e58bd66&scope.project.id=060891d56d86497f8e505edca31d59fc&user.id=dbc790593fda4cb9929fdb60c0a3b506 => generated 610 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4ce88f1-22cb-449b-af9a-22a6670fda2f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 57/112] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:27 2025] GET /identity/v3/roles/member => generated 84 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b35412e-3447-4810-9e98-2b5fd9d8e5dc None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] RBAC: Adding query filter params (name=member) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 56/113] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbebe6bb-dc47-46ac-a655-4a8899a1c5f6 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] PATH_INFO: `/v3/users/dbc790593fda4cb9929fdb60c0a3b506` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] RBAC: Authorizing `identity:get_user(user_id=dbc790593fda4cb9929fdb60c0a3b506)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 58/114] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/users/dbc790593fda4cb9929fdb60c0a3b506 => generated 276 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33f26ee0-992c-41ce-9c4a-270a27fe79ec None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fdb840f-cc9c-4de2-a7d8-95560b55585d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fdb840f-cc9c-4de2-a7d8-95560b55585d None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fdb840f-cc9c-4de2-a7d8-95560b55585d None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fdb840f-cc9c-4de2-a7d8-95560b55585d None ******] PATH_INFO: `/v3/projects/a0fc8e6dbcf84e3f98358059bea6ea2a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fdb840f-cc9c-4de2-a7d8-95560b55585d None ******] RBAC: Authorizing `identity:get_project(project_id=a0fc8e6dbcf84e3f98358059bea6ea2a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fdb840f-cc9c-4de2-a7d8-95560b55585d None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 57/115] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/projects/a0fc8e6dbcf84e3f98358059bea6ea2a => generated 313 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94c8d005-4e34-4971-861c-83244d8fd56e None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94c8d005-4e34-4971-861c-83244d8fd56e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94c8d005-4e34-4971-861c-83244d8fd56e None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 58/116] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:28 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98ddd23b-d8f1-4559-b648-f55a6a29ec7a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98ddd23b-d8f1-4559-b648-f55a6a29ec7a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98ddd23b-d8f1-4559-b648-f55a6a29ec7a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-98ddd23b-d8f1-4559-b648-f55a6a29ec7a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-98ddd23b-d8f1-4559-b648-f55a6a29ec7a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-98ddd23b-d8f1-4559-b648-f55a6a29ec7a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b892f43-b438-4a9b-91bc-89a7adf32e8c None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] RBAC: Adding query filter params (role.id=0ad4ed697fe94e3e873b5a93b55dcdc8, scope.project.id=a0fc8e6dbcf84e3f98358059bea6ea2a, user.id=dbc790593fda4cb9929fdb60c0a3b506) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 59/117] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/role_assignments?role.id=0ad4ed697fe94e3e873b5a93b55dcdc8&scope.project.id=a0fc8e6dbcf84e3f98358059bea6ea2a&user.id=dbc790593fda4cb9929fdb60c0a3b506 => generated 610 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 59/118] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:28 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7eae6734-dc0b-49ea-b4eb-7c71db445111 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bd39d30-9b84-46e2-ade1-d3cc7866b374 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bd39d30-9b84-46e2-ade1-d3cc7866b374 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bd39d30-9b84-46e2-ade1-d3cc7866b374 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 60/119] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:28 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] Could not find role: reader. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 60/120] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/roles/reader => generated 84 bytes in 76 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bbef787-9117-40c6-9329-3b1c997d5c80 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 61/121] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:28 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] RBAC: Adding query filter params (name=reader) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 61/122] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a67defa1-f893-4af6-8897-da5f53e50b40 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] PATH_INFO: `/v3/users/10d7867bc77e4979ba50e65e111da52d` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] RBAC: Authorizing `identity:get_user(user_id=10d7867bc77e4979ba50e65e111da52d)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 62/123] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/users/10d7867bc77e4979ba50e65e111da52d => generated 290 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e5786c5-af2e-40cc-978f-e6b53d27c49d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1145ad49-be41-49b8-a461-261415a4abfd None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 62/124] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 63/125] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:28 2025] GET /identity/v3/domains/default => generated 200 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c65ee2f-5536-4867-af2e-ed979419035a None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-acd347cd-a1b3-4a5d-a25a-02fa712c03af None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-403f0373-123c-4af0-b44c-374f45602cb5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-403f0373-123c-4af0-b44c-374f45602cb5 None ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-403f0373-123c-4af0-b44c-374f45602cb5 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-403f0373-123c-4af0-b44c-374f45602cb5 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc/users/10d7867bc77e4979ba50e65e111da52d/roles/a8e8bdc8da764b88bac3e8b40ff33799` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-403f0373-123c-4af0-b44c-374f45602cb5 None ******] RBAC: Authorizing `identity:create_grant(project_id=060891d56d86497f8e505edca31d59fc, user_id=10d7867bc77e4979ba50e65e111da52d, role_id=a8e8bdc8da764b88bac3e8b40ff33799)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-403f0373-123c-4af0-b44c-374f45602cb5 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 63/126] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:28 2025] PUT /identity/v3/projects/060891d56d86497f8e505edca31d59fc/users/10d7867bc77e4979ba50e65e111da52d/roles/a8e8bdc8da764b88bac3e8b40ff33799 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-666e6257-dc14-494b-a0b5-fb3f14652d65 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-666e6257-dc14-494b-a0b5-fb3f14652d65 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-666e6257-dc14-494b-a0b5-fb3f14652d65 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-666e6257-dc14-494b-a0b5-fb3f14652d65 None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-666e6257-dc14-494b-a0b5-fb3f14652d65 None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-666e6257-dc14-494b-a0b5-fb3f14652d65 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 64/127] 10.201.9.223 () {60 vars in 1138 bytes} [Tue Jan 14 22:32:28 2025] POST /identity/v3/projects => generated 303 bytes in 80 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b953d911-74d1-4759-b972-5b980669185b None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b953d911-74d1-4759-b972-5b980669185b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b953d911-74d1-4759-b972-5b980669185b None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 64/128] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:29 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed9311e0-a513-443a-b064-a815d0dc671c None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed9311e0-a513-443a-b064-a815d0dc671c None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed9311e0-a513-443a-b064-a815d0dc671c None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 65/129] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:29 2025] GET /identity => generated 271 bytes in 7 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 65/130] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:29 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 66/131] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:29 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3ca5987-5a6b-4341-8d76-905e6d6fa996 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] Could not find role: reader. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 66/132] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:29 2025] GET /identity/v3/roles/reader => generated 84 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-25f8e28a-2960-4d4c-91e4-d42aa312c524 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 67/133] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:30 2025] GET /identity/v3/domains/default => generated 200 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-172b9ac1-5c3e-4e41-8285-660c6af89b86 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] RBAC: Adding query filter params (name=reader) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 67/134] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:30 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab92b506-74ae-4541-935c-eccbfe1ab2c1 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cdaacc4-3f75-42c9-9f0d-b99c6acb0a4d None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 68/135] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:32:30 2025] POST /identity/v3/users => generated 284 bytes in 88 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] PATH_INFO: `/v3/users/10d7867bc77e4979ba50e65e111da52d` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] RBAC: Authorizing `identity:get_user(user_id=10d7867bc77e4979ba50e65e111da52d)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 68/136] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:30 2025] GET /identity/v3/users/10d7867bc77e4979ba50e65e111da52d => generated 290 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96e5e777-ca1a-4fe3-83a6-b684e33def8d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f484315c-5904-4b4b-88cf-6bf8b1c94da8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f484315c-5904-4b4b-88cf-6bf8b1c94da8 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f484315c-5904-4b4b-88cf-6bf8b1c94da8 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f484315c-5904-4b4b-88cf-6bf8b1c94da8 None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f484315c-5904-4b4b-88cf-6bf8b1c94da8 None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f484315c-5904-4b4b-88cf-6bf8b1c94da8 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 69/137] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:30 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef29afa7-ab43-469b-a9e5-b32f0c39c791 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-824a2ed8-ff00-4c37-ab67-39df6b2ec995 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824a2ed8-ff00-4c37-ab67-39df6b2ec995 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824a2ed8-ff00-4c37-ab67-39df6b2ec995 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824a2ed8-ff00-4c37-ab67-39df6b2ec995 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-824a2ed8-ff00-4c37-ab67-39df6b2ec995 None ******] RBAC: Adding query filter params (role.id=a8e8bdc8da764b88bac3e8b40ff33799, scope.project.id=060891d56d86497f8e505edca31d59fc, user.id=10d7867bc77e4979ba50e65e111da52d) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-824a2ed8-ff00-4c37-ab67-39df6b2ec995 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-824a2ed8-ff00-4c37-ab67-39df6b2ec995 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 69/138] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:30 2025] GET /identity/v3/role_assignments?role.id=a8e8bdc8da764b88bac3e8b40ff33799&scope.project.id=060891d56d86497f8e505edca31d59fc&user.id=10d7867bc77e4979ba50e65e111da52d => generated 610 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b29e7908-7f90-404a-aca3-99c3085fd780 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b29e7908-7f90-404a-aca3-99c3085fd780 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b29e7908-7f90-404a-aca3-99c3085fd780 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 70/139] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:31 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0347d78-eda1-4b46-ba53-c64920a63fd1 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0347d78-eda1-4b46-ba53-c64920a63fd1 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0347d78-eda1-4b46-ba53-c64920a63fd1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c0347d78-eda1-4b46-ba53-c64920a63fd1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c0347d78-eda1-4b46-ba53-c64920a63fd1 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c0347d78-eda1-4b46-ba53-c64920a63fd1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 70/140] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:31 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76fbce23-59e7-4d0c-b54d-75b185df82f6 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76fbce23-59e7-4d0c-b54d-75b185df82f6 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76fbce23-59e7-4d0c-b54d-75b185df82f6 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 71/141] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:31 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7380d2e-3f4c-4098-ac39-efe0945d06e1 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7380d2e-3f4c-4098-ac39-efe0945d06e1 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7380d2e-3f4c-4098-ac39-efe0945d06e1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e7380d2e-3f4c-4098-ac39-efe0945d06e1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e7380d2e-3f4c-4098-ac39-efe0945d06e1 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e7380d2e-3f4c-4098-ac39-efe0945d06e1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d285a814-bce9-404a-982c-8a61661c3b1f None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d285a814-bce9-404a-982c-8a61661c3b1f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d285a814-bce9-404a-982c-8a61661c3b1f None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 72/142] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:31 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d285a814-bce9-404a-982c-8a61661c3b1f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 71/143] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:31 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d285a814-bce9-404a-982c-8a61661c3b1f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 72/144] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:31 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 47 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] Could not find role: ******. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 73/145] 10.201.9.223 () {56 vars in 1093 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/roles/****** => generated 83 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc51174f-cc0d-47da-8962-2247f2d1c15e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 73/146] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e1407e-6535-44b3-a1f2-9334e2814f56 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] Could not find role: anotherrole. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 74/147] 10.201.9.223 () {56 vars in 1111 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 73 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c50432a-67e9-49ce-8a05-424257f3d8bc None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] PATH_INFO: `/v3/users/6e09dd67d2fb4ca1a5786824a22c659e` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] RBAC: Authorizing `identity:get_user(user_id=6e09dd67d2fb4ca1a5786824a22c659e)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38a9ca57-50ef-460e-aed3-e5138d0aaa8a None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 74/148] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/users/6e09dd67d2fb4ca1a5786824a22c659e => generated 284 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 75/149] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/domains/default => generated 200 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6a35021-7146-4016-a90f-dd3f4699e6bf None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a907218a-3fd5-474d-b6b5-e4250a98a851 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 76/150] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 75/151] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d51c916-e5c2-496c-8a7c-72944cf1dcbc None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52a8aee7-5b1e-4096-8cc9-ba9ad65750ba None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 77/152] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:32:31 2025] POST /identity/v3/users => generated 298 bytes in 73 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a/users/6e09dd67d2fb4ca1a5786824a22c659e/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] RBAC: Authorizing `identity:create_grant(project_id=fa76200934ef44eca821409698e0be6a, user_id=6e09dd67d2fb4ca1a5786824a22c659e, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 76/153] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:31 2025] PUT /identity/v3/projects/fa76200934ef44eca821409698e0be6a/users/6e09dd67d2fb4ca1a5786824a22c659e/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5033bd83-1369-4bf5-ac04-d5180b616991 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] PATH_INFO: `/v3/users/6e09dd67d2fb4ca1a5786824a22c659e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] RBAC: Authorizing `identity:get_user(user_id=6e09dd67d2fb4ca1a5786824a22c659e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 78/154] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/users/6e09dd67d2fb4ca1a5786824a22c659e => generated 284 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea167368-5532-4bac-bd08-5bfc274acf8b None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbb653f8-d63c-4ae6-ad9f-541375dde18b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbb653f8-d63c-4ae6-ad9f-541375dde18b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbb653f8-d63c-4ae6-ad9f-541375dde18b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbb653f8-d63c-4ae6-ad9f-541375dde18b None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbb653f8-d63c-4ae6-ad9f-541375dde18b None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bbb653f8-d63c-4ae6-ad9f-541375dde18b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 77/155] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:31 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a6ecc99-9446-4292-9f23-cfbf9864a0d1 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-452bd131-33a6-42d0-bbab-77550115c391 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-452bd131-33a6-42d0-bbab-77550115c391 None ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-452bd131-33a6-42d0-bbab-77550115c391 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-452bd131-33a6-42d0-bbab-77550115c391 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a/users/6e09dd67d2fb4ca1a5786824a22c659e/roles/c02067e8c52c4627898b10e67e58bd66` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-452bd131-33a6-42d0-bbab-77550115c391 None ******] RBAC: Authorizing `identity:create_grant(project_id=fa76200934ef44eca821409698e0be6a, user_id=6e09dd67d2fb4ca1a5786824a22c659e, role_id=c02067e8c52c4627898b10e67e58bd66)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-452bd131-33a6-42d0-bbab-77550115c391 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 79/156] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:32 2025] PUT /identity/v3/projects/fa76200934ef44eca821409698e0be6a/users/6e09dd67d2fb4ca1a5786824a22c659e/roles/c02067e8c52c4627898b10e67e58bd66 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46b984cd-806c-4ca0-9ed7-24aba4d376cc None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46b984cd-806c-4ca0-9ed7-24aba4d376cc None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46b984cd-806c-4ca0-9ed7-24aba4d376cc None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 78/157] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:32 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:32 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 80/158] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:32 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72155446-4b85-4a3c-9bef-426104541dea None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72155446-4b85-4a3c-9bef-426104541dea None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72155446-4b85-4a3c-9bef-426104541dea None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 79/159] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:33 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23f43210-8795-4e97-b5db-138636ae9164 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23f43210-8795-4e97-b5db-138636ae9164 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23f43210-8795-4e97-b5db-138636ae9164 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 80/160] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:33 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-909ec0ad-1c47-49c4-a2fc-ff07e02b6119 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-909ec0ad-1c47-49c4-a2fc-ff07e02b6119 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-909ec0ad-1c47-49c4-a2fc-ff07e02b6119 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-909ec0ad-1c47-49c4-a2fc-ff07e02b6119 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-909ec0ad-1c47-49c4-a2fc-ff07e02b6119 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-909ec0ad-1c47-49c4-a2fc-ff07e02b6119 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d75d85-a12e-4a29-8826-4141d684ee3b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b885390f-991a-4fe2-9d52-6d7c2672284b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b885390f-991a-4fe2-9d52-6d7c2672284b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b885390f-991a-4fe2-9d52-6d7c2672284b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b885390f-991a-4fe2-9d52-6d7c2672284b None ******] PATH_INFO: `/v3/roles/******` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b885390f-991a-4fe2-9d52-6d7c2672284b None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 81/161] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:33 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f66a2ee-8d0f-4370-ba6d-9d1e2cd56227 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f66a2ee-8d0f-4370-ba6d-9d1e2cd56227 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-b885390f-991a-4fe2-9d52-6d7c2672284b None ******] Could not find role: ******. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f66a2ee-8d0f-4370-ba6d-9d1e2cd56227 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 81/162] 10.201.9.223 () {56 vars in 1136 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/roles/****** => generated 83 bytes in 77 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97564471-771e-4e28-8cf7-b6be11f77032 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97564471-771e-4e28-8cf7-b6be11f77032 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97564471-771e-4e28-8cf7-b6be11f77032 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 82/163] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:33 2025] GET /identity => generated 271 bytes in 9 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-1f66a2ee-8d0f-4370-ba6d-9d1e2cd56227 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97564471-771e-4e28-8cf7-b6be11f77032 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-1f66a2ee-8d0f-4370-ba6d-9d1e2cd56227 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1f66a2ee-8d0f-4370-ba6d-9d1e2cd56227 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97564471-771e-4e28-8cf7-b6be11f77032 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 82/164] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:33 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] RBAC: Adding query filter params (name=******) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 83/165] 10.201.9.223 () {56 vars in 1152 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f06e834-f867-4aec-b10f-b2977471dc11 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 83/166] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:33 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72073ade-3b5d-4d3d-a782-81648d966a75 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] PATH_INFO: `/v3/users/6e09dd67d2fb4ca1a5786824a22c659e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] RBAC: Authorizing `identity:get_user(user_id=6e09dd67d2fb4ca1a5786824a22c659e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 84/167] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/users/6e09dd67d2fb4ca1a5786824a22c659e => generated 284 bytes in 86 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 84/168] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/domains/default => generated 200 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a321601d-3616-437c-a99c-cadffaeb18ea None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2a57e00-1f7c-43a7-bd88-d4e167eb58df None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 85/169] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] PATH_INFO: `/v3/roles/member` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] Could not find role: member. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 85/170] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/roles/member => generated 84 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17dd0456-a359-47d9-b832-028bd0ca4935 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-813c7b0f-ca4b-44e3-aa62-e3e6e163e36a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 86/171] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:32:33 2025] POST /identity/v3/users => generated 298 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] Could not find role: anotherrole. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 86/172] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6bd6884-b98b-47a9-a298-7d5fae0bcd3e None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5337297b-0212-4edc-afc6-b21a99fec8c2 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] RBAC: Adding query filter params (role.id=623c1f83e13e4189b0b592d71c80d8e7, scope.project.id=fa76200934ef44eca821409698e0be6a, user.id=6e09dd67d2fb4ca1a5786824a22c659e) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 87/173] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/role_assignments?role.id=623c1f83e13e4189b0b592d71c80d8e7&scope.project.id=fa76200934ef44eca821409698e0be6a&user.id=6e09dd67d2fb4ca1a5786824a22c659e => generated 610 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] RBAC: Adding query filter params (name=member) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 87/174] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4553aadb-7d74-44f9-aa73-9d0d0e26b113 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0106dc33-2de0-420a-acf1-9791f32315cc None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] PATH_INFO: `/v3/users/8cfc48d0ad344bfb85646b7581d3f060` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] RBAC: Authorizing `identity:get_user(user_id=8cfc48d0ad344bfb85646b7581d3f060)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 88/175] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/users/8cfc48d0ad344bfb85646b7581d3f060 => generated 298 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 88/176] 10.201.9.223 () {56 vars in 1164 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 95 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7735542c-c54f-4df1-83d8-9668ac674471 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5571ad0e-3b46-452d-9ddf-7491ba1c8351 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 89/177] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] PATH_INFO: `/v3/users/6e09dd67d2fb4ca1a5786824a22c659e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] RBAC: Authorizing `identity:get_user(user_id=6e09dd67d2fb4ca1a5786824a22c659e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 89/178] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/users/6e09dd67d2fb4ca1a5786824a22c659e => generated 284 bytes in 89 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5e4b1e6-9352-4f0a-bd7f-a2672c041f2f None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a/users/8cfc48d0ad344bfb85646b7581d3f060/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] RBAC: Authorizing `identity:create_grant(project_id=fa76200934ef44eca821409698e0be6a, user_id=8cfc48d0ad344bfb85646b7581d3f060, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 90/179] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:33 2025] PUT /identity/v3/projects/fa76200934ef44eca821409698e0be6a/users/8cfc48d0ad344bfb85646b7581d3f060/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ec1da7c-e991-4a32-b7ed-aacb9fd8fae3 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c46cbdd3-83ef-40cc-9fa6-0dc9886c6177 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c46cbdd3-83ef-40cc-9fa6-0dc9886c6177 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c46cbdd3-83ef-40cc-9fa6-0dc9886c6177 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c46cbdd3-83ef-40cc-9fa6-0dc9886c6177 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c46cbdd3-83ef-40cc-9fa6-0dc9886c6177 None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c46cbdd3-83ef-40cc-9fa6-0dc9886c6177 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 90/180] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-997f40d7-6108-472c-9249-2a97f47caced None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8693dd4e-a623-412a-9fc6-111f746861c6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8693dd4e-a623-412a-9fc6-111f746861c6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8693dd4e-a623-412a-9fc6-111f746861c6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8693dd4e-a623-412a-9fc6-111f746861c6 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8693dd4e-a623-412a-9fc6-111f746861c6 None ******] RBAC: Adding query filter params (role.id=c02067e8c52c4627898b10e67e58bd66, scope.project.id=fa76200934ef44eca821409698e0be6a, user.id=6e09dd67d2fb4ca1a5786824a22c659e) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8693dd4e-a623-412a-9fc6-111f746861c6 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8693dd4e-a623-412a-9fc6-111f746861c6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 91/181] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:33 2025] GET /identity/v3/role_assignments?role.id=c02067e8c52c4627898b10e67e58bd66&scope.project.id=fa76200934ef44eca821409698e0be6a&user.id=6e09dd67d2fb4ca1a5786824a22c659e => generated 610 bytes in 76 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37462908-ce4e-49b4-afc7-b3272e541e73 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37462908-ce4e-49b4-afc7-b3272e541e73 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37462908-ce4e-49b4-afc7-b3272e541e73 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 91/182] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:34 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feeef710-3b01-4434-95b1-8c9bcbe9418b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feeef710-3b01-4434-95b1-8c9bcbe9418b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feeef710-3b01-4434-95b1-8c9bcbe9418b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b30026f1-3082-464e-9736-6ab01e5f56d9 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b30026f1-3082-464e-9736-6ab01e5f56d9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b30026f1-3082-464e-9736-6ab01e5f56d9 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 92/183] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:34 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-feeef710-3b01-4434-95b1-8c9bcbe9418b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-feeef710-3b01-4434-95b1-8c9bcbe9418b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-feeef710-3b01-4434-95b1-8c9bcbe9418b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 92/184] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:34 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a50ae20d-e5a4-42a6-b378-edc2bede68ab None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a50ae20d-e5a4-42a6-b378-edc2bede68ab None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a50ae20d-e5a4-42a6-b378-edc2bede68ab None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 93/185] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:34 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 93/186] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:34 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 94/187] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:34 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d5f79e0-5030-407a-ac03-ef3a20b36e45 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51ed363b-d9ef-442f-86a6-92e621b2b112 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 94/188] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:34 2025] GET /identity/v3/domains/default => generated 200 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] Could not find role: reader. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 95/189] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/roles/reader => generated 84 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61cfc1f9-7974-4da5-9959-41c40110bf5a None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-755f3c32-08ad-4645-a31b-075d1f5d4a96 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 95/190] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/roles/member => generated 84 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 96/191] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:32:35 2025] POST /identity/v3/users => generated 294 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45f9fac8-37a7-4b9d-aa50-e81e5d99ac23 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27708c6b-cbcd-4b89-bec0-1e93d0698e1d None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] RBAC: Adding query filter params (name=member) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 97/192] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 96/193] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 101 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b128a38d-45bc-483a-82e4-f8c8b8543e27 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52b46f7c-7903-4a85-b9d8-b93b77a45c00 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] PATH_INFO: `/v3/users/8cfc48d0ad344bfb85646b7581d3f060` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] RBAC: Authorizing `identity:get_user(user_id=8cfc48d0ad344bfb85646b7581d3f060)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 98/194] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/users/8cfc48d0ad344bfb85646b7581d3f060 => generated 298 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] PATH_INFO: `/v3/users/dd4f65f308454e59867348d8b9eef896` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] RBAC: Authorizing `identity:get_user(user_id=dd4f65f308454e59867348d8b9eef896)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 97/195] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/users/dd4f65f308454e59867348d8b9eef896 => generated 298 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49126d0a-6547-4c87-a458-530d5655d70a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 99/196] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43455260-96b0-4f28-93f8-88a108cb1723 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 98/197] 10.201.9.223 () {56 vars in 1183 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a24cc49-cc31-4e2e-b497-d27a4f150510 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e06f3e52-9e51-4815-9778-a66adc9a0d83 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2caaed1-1b0a-4819-ba39-b32a6bfd10da None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2caaed1-1b0a-4819-ba39-b32a6bfd10da None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2caaed1-1b0a-4819-ba39-b32a6bfd10da None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2caaed1-1b0a-4819-ba39-b32a6bfd10da None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2caaed1-1b0a-4819-ba39-b32a6bfd10da None ******] RBAC: Adding query filter params (role.id=0ad4ed697fe94e3e873b5a93b55dcdc8, scope.project.id=fa76200934ef44eca821409698e0be6a, user.id=8cfc48d0ad344bfb85646b7581d3f060) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2caaed1-1b0a-4819-ba39-b32a6bfd10da None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2caaed1-1b0a-4819-ba39-b32a6bfd10da None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 100/198] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:35 2025] GET /identity/v3/role_assignments?role.id=0ad4ed697fe94e3e873b5a93b55dcdc8&scope.project.id=fa76200934ef44eca821409698e0be6a&user.id=8cfc48d0ad344bfb85646b7581d3f060 => generated 610 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4138aee5-e256-4cbc-9c60-a1032310b082 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4138aee5-e256-4cbc-9c60-a1032310b082 None ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4138aee5-e256-4cbc-9c60-a1032310b082 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4138aee5-e256-4cbc-9c60-a1032310b082 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a/users/dd4f65f308454e59867348d8b9eef896/roles/a8e8bdc8da764b88bac3e8b40ff33799` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4138aee5-e256-4cbc-9c60-a1032310b082 None ******] RBAC: Authorizing `identity:create_grant(project_id=fa76200934ef44eca821409698e0be6a, user_id=dd4f65f308454e59867348d8b9eef896, role_id=a8e8bdc8da764b88bac3e8b40ff33799)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4138aee5-e256-4cbc-9c60-a1032310b082 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 99/199] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:35 2025] PUT /identity/v3/projects/fa76200934ef44eca821409698e0be6a/users/dd4f65f308454e59867348d8b9eef896/roles/a8e8bdc8da764b88bac3e8b40ff33799 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f57692b-a1d4-403c-a57d-df7035f0060a None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f57692b-a1d4-403c-a57d-df7035f0060a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f57692b-a1d4-403c-a57d-df7035f0060a None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 101/200] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:36 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd734e8b-6823-4724-8a63-fab8e45d5bb2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd734e8b-6823-4724-8a63-fab8e45d5bb2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd734e8b-6823-4724-8a63-fab8e45d5bb2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-cd734e8b-6823-4724-8a63-fab8e45d5bb2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-cd734e8b-6823-4724-8a63-fab8e45d5bb2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-cd734e8b-6823-4724-8a63-fab8e45d5bb2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0315c5eb-3c10-4565-b2e2-3d74c272b2bf None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0315c5eb-3c10-4565-b2e2-3d74c272b2bf None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0315c5eb-3c10-4565-b2e2-3d74c272b2bf None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 102/201] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:36 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 100/202] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:36 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-351341b0-2e8a-4394-b820-bf305453ba0e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-351341b0-2e8a-4394-b820-bf305453ba0e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-351341b0-2e8a-4394-b820-bf305453ba0e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-351341b0-2e8a-4394-b820-bf305453ba0e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-351341b0-2e8a-4394-b820-bf305453ba0e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-351341b0-2e8a-4394-b820-bf305453ba0e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 103/203] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:36 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdf180a4-64b4-435b-8d42-b73c798664f2 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdf180a4-64b4-435b-8d42-b73c798664f2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdf180a4-64b4-435b-8d42-b73c798664f2 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 101/204] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:36 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 104/205] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:36 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdf180a4-64b4-435b-8d42-b73c798664f2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdf180a4-64b4-435b-8d42-b73c798664f2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d3008dd-30e7-47db-91e4-c5ae285d28c5 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 102/206] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/roles/member => generated 84 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 105/207] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/domains/default => generated 200 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c86245-7611-41bc-964d-7083dd2b0226 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] RBAC: Adding query filter params (name=member) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2c05efe-94bd-4060-b4f5-aef16cf21573 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 103/208] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 106/209] 10.201.9.223 () {60 vars in 1172 bytes} [Tue Jan 14 22:32:36 2025] POST /identity/v3/users => generated 294 bytes in 69 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1fb200f9-5a9c-4f7f-9ce2-4170a4b7ba1f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] Could not find role: reader. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 104/210] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/roles/reader => generated 84 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5ef2e68-b1ab-40f3-9e86-bbf69f57715c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] PATH_INFO: `/v3/users/d9cd5daaf7ef43098daf697c341ef253` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] RBAC: Authorizing `identity:get_user(user_id=d9cd5daaf7ef43098daf697c341ef253)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 107/211] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/users/d9cd5daaf7ef43098daf697c341ef253 => generated 294 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-40fff3d6-7007-4ecf-92cf-7cb39c357868 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] RBAC: Adding query filter params (name=reader) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 105/212] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30808046-c69e-40f1-aac8-e4a703e72a37 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] RBAC: Adding query filter params (role.id=0ad4ed697fe94e3e873b5a93b55dcdc8, user.id=d9cd5daaf7ef43098daf697c341ef253, scope.system=all) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 108/213] 10.201.9.223 () {56 vars in 1361 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/role_assignments?role.id=0ad4ed697fe94e3e873b5a93b55dcdc8&user.id=d9cd5daaf7ef43098daf697c341ef253&scope.system=all => generated 227 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e86eb3a-683a-497a-a339-1cf6ae45abee None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] PATH_INFO: `/v3/users/dd4f65f308454e59867348d8b9eef896` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] RBAC: Authorizing `identity:get_user(user_id=dd4f65f308454e59867348d8b9eef896)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 106/214] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/users/dd4f65f308454e59867348d8b9eef896 => generated 298 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d7c41f6b-b414-4ff1-8e7f-496468e1bc6a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6dd6700-57b5-4108-93e1-53aef8961860 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6dd6700-57b5-4108-93e1-53aef8961860 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6dd6700-57b5-4108-93e1-53aef8961860 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6dd6700-57b5-4108-93e1-53aef8961860 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6dd6700-57b5-4108-93e1-53aef8961860 None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6dd6700-57b5-4108-93e1-53aef8961860 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 109/215] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-951af2fc-f36a-425d-91dc-0d8e3d412b2d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e204aa9-14c9-49a6-861d-37df96ee1a5a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e204aa9-14c9-49a6-861d-37df96ee1a5a None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e204aa9-14c9-49a6-861d-37df96ee1a5a None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e204aa9-14c9-49a6-861d-37df96ee1a5a None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e204aa9-14c9-49a6-861d-37df96ee1a5a None ******] RBAC: Adding query filter params (role.id=a8e8bdc8da764b88bac3e8b40ff33799, scope.project.id=fa76200934ef44eca821409698e0be6a, user.id=dd4f65f308454e59867348d8b9eef896) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e204aa9-14c9-49a6-861d-37df96ee1a5a None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e204aa9-14c9-49a6-861d-37df96ee1a5a None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 107/216] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:36 2025] GET /identity/v3/role_assignments?role.id=a8e8bdc8da764b88bac3e8b40ff33799&scope.project.id=fa76200934ef44eca821409698e0be6a&user.id=dd4f65f308454e59867348d8b9eef896 => generated 610 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e693e819-ee86-43a5-9e8f-a112ae871829 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e693e819-ee86-43a5-9e8f-a112ae871829 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e693e819-ee86-43a5-9e8f-a112ae871829 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 110/217] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:37 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f003c3f6-e1b0-441d-be68-62d06bebf6b2 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f003c3f6-e1b0-441d-be68-62d06bebf6b2 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f003c3f6-e1b0-441d-be68-62d06bebf6b2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0063c612-3420-4688-b787-7559d4b131bf None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0063c612-3420-4688-b787-7559d4b131bf None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0063c612-3420-4688-b787-7559d4b131bf None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 108/218] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:37 2025] GET /identity => generated 271 bytes in 7 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:37 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f003c3f6-e1b0-441d-be68-62d06bebf6b2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f003c3f6-e1b0-441d-be68-62d06bebf6b2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f003c3f6-e1b0-441d-be68-62d06bebf6b2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 111/219] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:37 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 73 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ef36f42-2605-4fdb-a1dd-628d440dd1db None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ef36f42-2605-4fdb-a1dd-628d440dd1db None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ef36f42-2605-4fdb-a1dd-628d440dd1db None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 112/220] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:38 2025] GET /identity => generated 271 bytes in 7 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 109/221] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:37 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 79 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 113/222] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:38 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-143d0bd4-eabc-4573-852e-44987cc0f4a9 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9db354e-7b04-4c17-b478-0d212a538a83 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] Could not find role: reader. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 110/223] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/roles/reader => generated 84 bytes in 75 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 114/224] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/domains/default => generated 200 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94ae0f4e-cc8d-4d21-8aca-366708269ec5 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b16abf63-6a43-4b98-8e08-acc4c9a99cef None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] PATH_INFO: `/v3/roles/member` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 111/225] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] Could not find role: member. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 115/226] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/roles/member => generated 84 bytes in 59 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86adf333-4c72-4f9b-beb4-3937fad8059a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81b96418-2b98-4f21-9cb9-ee4037fde898 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] PATH_INFO: `/v3/groups` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] RBAC: Authorizing `identity:create_group()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] PATH_INFO: `/v3/users/c183c5c5bc5b46799d88a7c61a7a7640` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] RBAC: Authorizing `identity:get_user(user_id=c183c5c5bc5b46799d88a7c61a7a7640)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 116/227] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/users/c183c5c5bc5b46799d88a7c61a7a7640 => generated 294 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 112/228] 10.201.9.223 () {60 vars in 1131 bytes} [Tue Jan 14 22:32:38 2025] POST /identity/v3/groups => generated 230 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8055cba-8576-42e7-b977-2166c8bf89e3 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53266a82-9f6e-4748-930b-90ec62b46eb5 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] RBAC: Adding query filter params (name=member) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 117/229] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] RBAC: Adding query filter params (role.id=a8e8bdc8da764b88bac3e8b40ff33799, user.id=c183c5c5bc5b46799d88a7c61a7a7640, scope.system=all) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 113/230] 10.201.9.223 () {56 vars in 1361 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/role_assignments?role.id=a8e8bdc8da764b88bac3e8b40ff33799&user.id=c183c5c5bc5b46799d88a7c61a7a7640&scope.system=all => generated 227 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c94323fb-5ff5-4967-b58b-06016ab419bb None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f025b41c-8501-4544-a6ce-77c3e9bc31a9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f025b41c-8501-4544-a6ce-77c3e9bc31a9 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f025b41c-8501-4544-a6ce-77c3e9bc31a9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f025b41c-8501-4544-a6ce-77c3e9bc31a9 None ******] PATH_INFO: `/v3/users/d9cd5daaf7ef43098daf697c341ef253` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f025b41c-8501-4544-a6ce-77c3e9bc31a9 None ******] RBAC: Authorizing `identity:get_user(user_id=d9cd5daaf7ef43098daf697c341ef253)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f025b41c-8501-4544-a6ce-77c3e9bc31a9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 118/231] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:38 2025] GET /identity/v3/users/d9cd5daaf7ef43098daf697c341ef253 => generated 294 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0ade473-03b4-41c6-b05a-f700266d2cae None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0340dc9f-71fe-4f33-a674-f354dbf9952e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0340dc9f-71fe-4f33-a674-f354dbf9952e None ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0340dc9f-71fe-4f33-a674-f354dbf9952e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0340dc9f-71fe-4f33-a674-f354dbf9952e None ******] PATH_INFO: `/v3/system/users/d9cd5daaf7ef43098daf697c341ef253/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0340dc9f-71fe-4f33-a674-f354dbf9952e None ******] RBAC: Authorizing `identity:create_system_grant_for_user(user_id=d9cd5daaf7ef43098daf697c341ef253, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0340dc9f-71fe-4f33-a674-f354dbf9952e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 114/232] 10.201.9.223 () {58 vars in 1331 bytes} [Tue Jan 14 22:32:38 2025] PUT /identity/v3/system/users/d9cd5daaf7ef43098daf697c341ef253/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15f0c464-c9d2-48f9-8823-75996c840747 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15f0c464-c9d2-48f9-8823-75996c840747 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fad8372e-c815-4bc4-961e-b72414d6eaad None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15f0c464-c9d2-48f9-8823-75996c840747 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fad8372e-c815-4bc4-961e-b72414d6eaad None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fad8372e-c815-4bc4-961e-b72414d6eaad None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 115/233] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:39 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 119/234] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:39 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cef4a9f4-7b4b-4082-99a1-fcfbb26a2efd None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cef4a9f4-7b4b-4082-99a1-fcfbb26a2efd None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cef4a9f4-7b4b-4082-99a1-fcfbb26a2efd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800be657-17a3-4be4-a7f6-4b72f7650c41 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800be657-17a3-4be4-a7f6-4b72f7650c41 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800be657-17a3-4be4-a7f6-4b72f7650c41 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-cef4a9f4-7b4b-4082-99a1-fcfbb26a2efd None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-800be657-17a3-4be4-a7f6-4b72f7650c41 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-cef4a9f4-7b4b-4082-99a1-fcfbb26a2efd None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-cef4a9f4-7b4b-4082-99a1-fcfbb26a2efd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-800be657-17a3-4be4-a7f6-4b72f7650c41 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-800be657-17a3-4be4-a7f6-4b72f7650c41 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 116/235] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:39 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 120/236] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:39 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824a9b52-9c70-4c66-9064-0543b3a9bac4 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824a9b52-9c70-4c66-9064-0543b3a9bac4 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824a9b52-9c70-4c66-9064-0543b3a9bac4 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 117/237] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:39 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-824a9b52-9c70-4c66-9064-0543b3a9bac4 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 121/238] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:39 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-824a9b52-9c70-4c66-9064-0543b3a9bac4 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62180033-5da2-4a9e-85be-974fd66ec11b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 118/239] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/domains/default => generated 200 bytes in 76 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] Could not find role: reader. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 122/240] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/roles/reader => generated 84 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c106a60b-65c0-4257-b4e5-f4455f32f2aa None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] PATH_INFO: `/v3/groups` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] RBAC: Authorizing `identity:create_group()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4301f89f-f381-46f7-b2ad-55f44edd3963 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 119/241] 10.201.9.223 () {60 vars in 1131 bytes} [Tue Jan 14 22:32:39 2025] POST /identity/v3/groups => generated 227 bytes in 67 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 123/242] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d735357-0990-4c8b-8a85-daecfaa9baa3 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-777475a9-e4ef-457b-a595-2bd7704da7f3 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 120/243] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/roles/member => generated 84 bytes in 73 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] PATH_INFO: `/v3/users/c183c5c5bc5b46799d88a7c61a7a7640` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] RBAC: Authorizing `identity:get_user(user_id=c183c5c5bc5b46799d88a7c61a7a7640)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 124/244] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/users/c183c5c5bc5b46799d88a7c61a7a7640 => generated 294 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50378950-0e75-48a1-b608-6a2d1cffb3d7 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9516105c-b094-499d-8a34-d0c86bdaf192 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] RBAC: Adding query filter params (name=member) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] PATH_INFO: `/v3/system/users/c183c5c5bc5b46799d88a7c61a7a7640/roles/a8e8bdc8da764b88bac3e8b40ff33799` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] RBAC: Authorizing `identity:create_system_grant_for_user(user_id=c183c5c5bc5b46799d88a7c61a7a7640, role_id=a8e8bdc8da764b88bac3e8b40ff33799)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 121/245] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 125/246] 10.201.9.223 () {58 vars in 1331 bytes} [Tue Jan 14 22:32:39 2025] PUT /identity/v3/system/users/c183c5c5bc5b46799d88a7c61a7a7640/roles/a8e8bdc8da764b88bac3e8b40ff33799 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a392214b-7ff4-4443-8910-42d46984708b None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af92857b-4c28-4f99-b5e8-2f06cb0d9a6f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af92857b-4c28-4f99-b5e8-2f06cb0d9a6f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af92857b-4c28-4f99-b5e8-2f06cb0d9a6f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af92857b-4c28-4f99-b5e8-2f06cb0d9a6f None ******] PATH_INFO: `/v3/users/d9cd5daaf7ef43098daf697c341ef253` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af92857b-4c28-4f99-b5e8-2f06cb0d9a6f None ******] RBAC: Authorizing `identity:get_user(user_id=d9cd5daaf7ef43098daf697c341ef253)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af92857b-4c28-4f99-b5e8-2f06cb0d9a6f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 122/247] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/users/d9cd5daaf7ef43098daf697c341ef253 => generated 294 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db18f704-0bba-4cfe-b9f6-0e8280c71b90 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee179e9d-2695-423d-9e41-4f9812c286f8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee179e9d-2695-423d-9e41-4f9812c286f8 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee179e9d-2695-423d-9e41-4f9812c286f8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee179e9d-2695-423d-9e41-4f9812c286f8 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee179e9d-2695-423d-9e41-4f9812c286f8 None ******] RBAC: Adding query filter params (role.id=0ad4ed697fe94e3e873b5a93b55dcdc8, user.id=d9cd5daaf7ef43098daf697c341ef253, scope.system=all) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee179e9d-2695-423d-9e41-4f9812c286f8 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee179e9d-2695-423d-9e41-4f9812c286f8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 126/248] 10.201.9.223 () {56 vars in 1361 bytes} [Tue Jan 14 22:32:39 2025] GET /identity/v3/role_assignments?role.id=0ad4ed697fe94e3e873b5a93b55dcdc8&user.id=d9cd5daaf7ef43098daf697c341ef253&scope.system=all => generated 227 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02e26b77-7fa1-42fb-8940-cfc174a78ac1 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02e26b77-7fa1-42fb-8940-cfc174a78ac1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02e26b77-7fa1-42fb-8940-cfc174a78ac1 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 123/249] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:40 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7af6c7f8-cb1e-4ff9-8944-9a89eb1836f9 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7af6c7f8-cb1e-4ff9-8944-9a89eb1836f9 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7af6c7f8-cb1e-4ff9-8944-9a89eb1836f9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7af6c7f8-cb1e-4ff9-8944-9a89eb1836f9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7af6c7f8-cb1e-4ff9-8944-9a89eb1836f9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7af6c7f8-cb1e-4ff9-8944-9a89eb1836f9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 127/250] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:40 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea694e64-bd17-4a60-b96f-d1aec8d4b6bf None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea694e64-bd17-4a60-b96f-d1aec8d4b6bf None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea694e64-bd17-4a60-b96f-d1aec8d4b6bf None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 124/251] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:40 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-826ee2ca-daee-4e68-8b10-1fb5333cd9b5 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-826ee2ca-daee-4e68-8b10-1fb5333cd9b5 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-826ee2ca-daee-4e68-8b10-1fb5333cd9b5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-826ee2ca-daee-4e68-8b10-1fb5333cd9b5 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-826ee2ca-daee-4e68-8b10-1fb5333cd9b5 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-826ee2ca-daee-4e68-8b10-1fb5333cd9b5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 128/252] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:40 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-964fd27d-e92e-49f3-acae-29dba1115efe None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-964fd27d-e92e-49f3-acae-29dba1115efe None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-964fd27d-e92e-49f3-acae-29dba1115efe None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 125/253] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:41 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-964fd27d-e92e-49f3-acae-29dba1115efe None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-964fd27d-e92e-49f3-acae-29dba1115efe None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] PATH_INFO: `/v3/roles/member` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 129/254] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:41 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] Could not find role: member. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 126/255] 10.201.9.223 () {56 vars in 1117 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles/member => generated 84 bytes in 23 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61749822-0817-4ce2-b4fd-296b476c915c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] RBAC: Adding query filter params (name=member) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 130/256] 10.201.9.223 () {56 vars in 1119 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4303eda-4d0e-441c-96dd-0b215fb939e4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 127/257] 10.201.9.223 () {56 vars in 1198 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8eaca099-7a61-4235-9680-67c04392088e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 131/258] 10.201.9.223 () {56 vars in 1204 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b69e9f0-aada-456e-a6b3-e5c3036371ad ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc/groups/7755a2416f98427dbc55cb3d30442c1d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=060891d56d86497f8e505edca31d59fc, group_id=7755a2416f98427dbc55cb3d30442c1d, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-583b2e6c-8dd2-40e1-a012-fb8d42472853 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 132/259] 10.201.9.223 () {58 vars in 1460 bytes} [Tue Jan 14 22:32:41 2025] PUT /identity/v3/projects/060891d56d86497f8e505edca31d59fc/groups/7755a2416f98427dbc55cb3d30442c1d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] Could not find role: reader. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 128/260] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles/reader => generated 84 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72e993b8-2fba-4b5e-816c-96b7e68678be None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] RBAC: Adding query filter params (name=reader) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 129/261] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 98 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bf78754-b7f7-4979-b23d-087c5dda0419 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] Could not find role: anotherrole. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 133/262] 10.201.9.223 () {56 vars in 1132 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 118 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ce74de8-f921-421c-a560-9437465346aa ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffec4de0-3159-4718-aae3-51f5c2c89071 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffec4de0-3159-4718-aae3-51f5c2c89071 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffec4de0-3159-4718-aae3-51f5c2c89071 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffec4de0-3159-4718-aae3-51f5c2c89071 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffec4de0-3159-4718-aae3-51f5c2c89071 ****** ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffec4de0-3159-4718-aae3-51f5c2c89071 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffec4de0-3159-4718-aae3-51f5c2c89071 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4503d9c1-e465-4452-a584-c7c5b7bac4a8 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 134/263] 10.201.9.223 () {56 vars in 1129 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 33 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-152a60b1-c387-463f-99da-248be00bdd68 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-152a60b1-c387-463f-99da-248be00bdd68 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-152a60b1-c387-463f-99da-248be00bdd68 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 135/264] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:41 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-152a60b1-c387-463f-99da-248be00bdd68 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-152a60b1-c387-463f-99da-248be00bdd68 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d3e3ef4-cfa1-4437-9efb-e1f998420394 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d3e3ef4-cfa1-4437-9efb-e1f998420394 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d3e3ef4-cfa1-4437-9efb-e1f998420394 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d3e3ef4-cfa1-4437-9efb-e1f998420394 ****** ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0d3e3ef4-cfa1-4437-9efb-e1f998420394 ****** ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0d3e3ef4-cfa1-4437-9efb-e1f998420394 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] PATH_INFO: `/v3/users/c183c5c5bc5b46799d88a7c61a7a7640` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] RBAC: Authorizing `identity:get_user(user_id=c183c5c5bc5b46799d88a7c61a7a7640)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 136/265] 10.201.9.223 () {56 vars in 1198 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 130/266] 10.201.9.223 () {56 vars in 1217 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/users/c183c5c5bc5b46799d88a7c61a7a7640 => generated 294 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f868cfcc-855c-4d38-a645-037e63f95232 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 131/267] 10.201.9.223 () {56 vars in 1204 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 12 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 137/268] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:41 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0488f5e4-4ac5-4a3a-905a-299bad639766 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc/groups/7755a2416f98427dbc55cb3d30442c1d/roles/c02067e8c52c4627898b10e67e58bd66` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=060891d56d86497f8e505edca31d59fc, group_id=7755a2416f98427dbc55cb3d30442c1d, role_id=c02067e8c52c4627898b10e67e58bd66)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 138/269] 10.201.9.223 () {58 vars in 1460 bytes} [Tue Jan 14 22:32:41 2025] PUT /identity/v3/projects/060891d56d86497f8e505edca31d59fc/groups/7755a2416f98427dbc55cb3d30442c1d/roles/c02067e8c52c4627898b10e67e58bd66 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30a6b131-9306-47c2-8bfd-c2c3d8d1941e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] RBAC: Adding query filter params (role.id=a8e8bdc8da764b88bac3e8b40ff33799, user.id=c183c5c5bc5b46799d88a7c61a7a7640, scope.system=all) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 132/270] 10.201.9.223 () {56 vars in 1361 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/role_assignments?role.id=a8e8bdc8da764b88bac3e8b40ff33799&user.id=c183c5c5bc5b46799d88a7c61a7a7640&scope.system=all => generated 512 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb10033f-0aef-4b79-9e0a-270a7a65e558 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] PATH_INFO: `/v3/roles/member` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] Could not find role: member. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 139/271] 10.201.9.223 () {56 vars in 1117 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles/member => generated 84 bytes in 55 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79b67dd7-eeef-4175-aa77-a77d8a536a79 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] RBAC: Adding query filter params (name=member) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 133/272] 10.201.9.223 () {56 vars in 1119 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63f1ee90-8742-4bbc-b78e-d82c9428b773 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 140/273] 10.201.9.223 () {56 vars in 1198 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 9 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cfb01ec-a996-401d-af3b-94e05ebea25d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48d4841b-cd4b-4dbd-b4a1-eadb686db6e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48d4841b-cd4b-4dbd-b4a1-eadb686db6e5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48d4841b-cd4b-4dbd-b4a1-eadb686db6e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48d4841b-cd4b-4dbd-b4a1-eadb686db6e5 ****** ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48d4841b-cd4b-4dbd-b4a1-eadb686db6e5 ****** ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48d4841b-cd4b-4dbd-b4a1-eadb686db6e5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 134/274] 10.201.9.223 () {56 vars in 1204 bytes} [Tue Jan 14 22:32:41 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 9 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c32665c7-42d3-4bde-8f8f-b269a0405180 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-709e7578-ffbe-4323-9627-c6eb1aac4e94 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-709e7578-ffbe-4323-9627-c6eb1aac4e94 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-709e7578-ffbe-4323-9627-c6eb1aac4e94 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-709e7578-ffbe-4323-9627-c6eb1aac4e94 ****** ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a/groups/7755a2416f98427dbc55cb3d30442c1d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-709e7578-ffbe-4323-9627-c6eb1aac4e94 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fa76200934ef44eca821409698e0be6a, group_id=7755a2416f98427dbc55cb3d30442c1d, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-709e7578-ffbe-4323-9627-c6eb1aac4e94 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 141/275] 10.201.9.223 () {58 vars in 1460 bytes} [Tue Jan 14 22:32:41 2025] PUT /identity/v3/projects/fa76200934ef44eca821409698e0be6a/groups/7755a2416f98427dbc55cb3d30442c1d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c92a5bc5-df34-4f7e-a722-7f07146d0bb5 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c92a5bc5-df34-4f7e-a722-7f07146d0bb5 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c92a5bc5-df34-4f7e-a722-7f07146d0bb5 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 135/276] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:42 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 142/277] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:42 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c92a5bc5-df34-4f7e-a722-7f07146d0bb5 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c92a5bc5-df34-4f7e-a722-7f07146d0bb5 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] Could not find role: anotherrole. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 136/278] 10.201.9.223 () {56 vars in 1132 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 24 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54f1af08-8c2e-46be-9c42-c7430309937e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 143/279] 10.201.9.223 () {56 vars in 1129 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31002192-052c-4f91-a6e1-a5548d61e9af ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3051e765-0992-4ac1-96cb-d1a545f5da78 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3051e765-0992-4ac1-96cb-d1a545f5da78 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3051e765-0992-4ac1-96cb-d1a545f5da78 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3051e765-0992-4ac1-96cb-d1a545f5da78 ****** ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3051e765-0992-4ac1-96cb-d1a545f5da78 ****** ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3051e765-0992-4ac1-96cb-d1a545f5da78 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 137/280] 10.201.9.223 () {56 vars in 1198 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 10 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f481dfa7-84b9-4429-b01a-6ba71ee203a7 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7c9a7db-d4aa-4688-afc5-19812789f8f1 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7c9a7db-d4aa-4688-afc5-19812789f8f1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7c9a7db-d4aa-4688-afc5-19812789f8f1 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 138/281] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:42 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 144/282] 10.201.9.223 () {56 vars in 1204 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 13 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88df5ebc-f19f-4f93-ab81-caf86b386c8e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a/groups/7755a2416f98427dbc55cb3d30442c1d/roles/c02067e8c52c4627898b10e67e58bd66` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fa76200934ef44eca821409698e0be6a, group_id=7755a2416f98427dbc55cb3d30442c1d, role_id=c02067e8c52c4627898b10e67e58bd66)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 145/283] 10.201.9.223 () {58 vars in 1460 bytes} [Tue Jan 14 22:32:42 2025] PUT /identity/v3/projects/fa76200934ef44eca821409698e0be6a/groups/7755a2416f98427dbc55cb3d30442c1d/roles/c02067e8c52c4627898b10e67e58bd66 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 139/284] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:42 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94c4dd96-5ab3-4def-867d-07413b58e90c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f73eff7-61e2-4d6f-84a2-041aa6678d2e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f73eff7-61e2-4d6f-84a2-041aa6678d2e None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f73eff7-61e2-4d6f-84a2-041aa6678d2e None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f73eff7-61e2-4d6f-84a2-041aa6678d2e None ******] PATH_INFO: `/v3/roles/member` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f73eff7-61e2-4d6f-84a2-041aa6678d2e None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-4f73eff7-61e2-4d6f-84a2-041aa6678d2e None ******] Could not find role: member. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 146/285] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/roles/member => generated 84 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97d3d738-32ba-4be3-87e5-55207308caf3 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f88d945-8524-486b-ab47-668eb200ea2d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f88d945-8524-486b-ab47-668eb200ea2d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f88d945-8524-486b-ab47-668eb200ea2d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f88d945-8524-486b-ab47-668eb200ea2d None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f88d945-8524-486b-ab47-668eb200ea2d None ******] RBAC: Adding query filter params (name=member) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f88d945-8524-486b-ab47-668eb200ea2d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f88d945-8524-486b-ab47-668eb200ea2d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2d7ab3-8e05-4b03-a92b-279445a8e9dd None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2d7ab3-8e05-4b03-a92b-279445a8e9dd None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2d7ab3-8e05-4b03-a92b-279445a8e9dd None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 147/286] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:42 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 140/287] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 87 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed2d7ab3-8e05-4b03-a92b-279445a8e9dd None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed2d7ab3-8e05-4b03-a92b-279445a8e9dd None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 148/288] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 113 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 141/289] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:42 2025] POST /identity/v3/auth/tokens => generated 978 bytes in 112 msecs (HTTP/1.1 201) 6 headers in 384 bytes (1 switches on core 0) +Jan 14 22:32:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bd55b45-fb4b-4665-a26e-bae97e3ee2cf None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7db938f1-09c6-44b1-9f1b-d3b8fd2a9ab7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7db938f1-09c6-44b1-9f1b-d3b8fd2a9ab7 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7db938f1-09c6-44b1-9f1b-d3b8fd2a9ab7 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7db938f1-09c6-44b1-9f1b-d3b8fd2a9ab7 None ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7db938f1-09c6-44b1-9f1b-d3b8fd2a9ab7 None ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7db938f1-09c6-44b1-9f1b-d3b8fd2a9ab7 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 149/290] 10.201.9.223 () {56 vars in 1220 bytes} [Tue Jan 14 22:32:42 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6c9df0f-7792-4869-8f69-353f95f6477e None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6c9df0f-7792-4869-8f69-353f95f6477e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6c9df0f-7792-4869-8f69-353f95f6477e None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 150/291] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:43 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d63b5a21-b122-4a40-95c3-594d75bbf2f2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] RBAC: Adding query filter params (group.id=7755a2416f98427dbc55cb3d30442c1d, role.id=0ad4ed697fe94e3e873b5a93b55dcdc8, scope.project.id=060891d56d86497f8e505edca31d59fc) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 142/292] 10.201.9.223 () {56 vars in 1429 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/role_assignments?group.id=7755a2416f98427dbc55cb3d30442c1d&role.id=0ad4ed697fe94e3e873b5a93b55dcdc8&scope.project.id=060891d56d86497f8e505edca31d59fc => generated 613 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 151/293] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:43 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 79 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8cfe541-108c-4949-b40e-99b6c7d8bba3 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] PATH_INFO: `/v3/roles/******` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] Could not find role: ******. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 143/294] 10.201.9.223 () {56 vars in 1114 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/roles/****** => generated 83 bytes in 21 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ab330de-1573-4cd4-9ba9-a330cc71209f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 152/295] 10.201.9.223 () {56 vars in 1117 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cafebd3-4767-4eb8-aec5-9056fe8e83c2 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] PATH_INFO: `/v3/groups/48964bdaa9fa47a4a01b4b160d466239` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] RBAC: Authorizing `identity:get_group(group_id=48964bdaa9fa47a4a01b4b160d466239)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 144/296] 10.201.9.223 () {56 vars in 1198 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/groups/48964bdaa9fa47a4a01b4b160d466239 => generated 230 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67dd1978-e045-4a08-8648-42077d3f2b93 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] PATH_INFO: `/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] RBAC: Authorizing `identity:get_project(project_id=aa6fef291c0e4913b9afb52e8e1e383b)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 153/297] 10.201.9.223 () {56 vars in 1204 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b => generated 345 bytes in 13 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5d0560d-dead-4be2-8f0e-944d85a526f2 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-629bf318-5ba7-4c7d-ace2-1320f229faa9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-629bf318-5ba7-4c7d-ace2-1320f229faa9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-629bf318-5ba7-4c7d-ace2-1320f229faa9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-629bf318-5ba7-4c7d-ace2-1320f229faa9 ****** ******] PATH_INFO: `/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b/groups/48964bdaa9fa47a4a01b4b160d466239/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-629bf318-5ba7-4c7d-ace2-1320f229faa9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=aa6fef291c0e4913b9afb52e8e1e383b, group_id=48964bdaa9fa47a4a01b4b160d466239, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-629bf318-5ba7-4c7d-ace2-1320f229faa9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 145/298] 10.201.9.223 () {58 vars in 1460 bytes} [Tue Jan 14 22:32:43 2025] PUT /identity/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b/groups/48964bdaa9fa47a4a01b4b160d466239/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a72904bd-2f4b-45da-8ac2-ae359db69385 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6e576c9-2e80-4d1b-b5b1-07d88970e5ed None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] Could not find role: anotherrole. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6e576c9-2e80-4d1b-b5b1-07d88970e5ed None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6e576c9-2e80-4d1b-b5b1-07d88970e5ed None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 154/299] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 84 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 146/300] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:43 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4feb3c3a-5c56-4ca3-a189-d66884269199 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 155/301] 10.201.9.223 () {56 vars in 1164 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 147/302] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:43 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 101 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bae81ddc-0cee-426a-8675-3f32f57f7bda None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] PATH_INFO: `/v3/projects/060891d56d86497f8e505edca31d59fc` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] RBAC: Authorizing `identity:get_project(project_id=060891d56d86497f8e505edca31d59fc)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 156/303] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/projects/060891d56d86497f8e505edca31d59fc => generated 299 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd2ca121-16b0-4740-96d6-0ad3fe657400 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 148/304] 10.201.9.223 () {56 vars in 1220 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e6a5d68-1ae6-4086-a3b0-cdfad714e30c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3aa963f2-af99-472d-8646-6acd449d2b37 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] PATH_INFO: `/v3/roles/member` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] RBAC: Adding query filter params (group.id=7755a2416f98427dbc55cb3d30442c1d, role.id=c02067e8c52c4627898b10e67e58bd66, scope.project.id=060891d56d86497f8e505edca31d59fc) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] Could not find role: member. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 157/305] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/roles/member => generated 84 bytes in 93 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 149/306] 10.201.9.223 () {56 vars in 1429 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/role_assignments?group.id=7755a2416f98427dbc55cb3d30442c1d&role.id=c02067e8c52c4627898b10e67e58bd66&scope.project.id=060891d56d86497f8e505edca31d59fc => generated 613 bytes in 81 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d1454a4-f4a4-4067-bb41-aae690f0f9d0 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] RBAC: Adding query filter params (name=member) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 158/307] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/roles?name=member => generated 343 bytes in 76 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecf45001-b1c8-4f6a-b9db-0f8297aa959e None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 150/308] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23c6d3c2-5b3b-4fe2-91a7-a6e47abcba04 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86164259-83df-4133-8cf9-8808ddbbd439 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86164259-83df-4133-8cf9-8808ddbbd439 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86164259-83df-4133-8cf9-8808ddbbd439 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86164259-83df-4133-8cf9-8808ddbbd439 None ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86164259-83df-4133-8cf9-8808ddbbd439 None ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86164259-83df-4133-8cf9-8808ddbbd439 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 159/309] 10.201.9.223 () {56 vars in 1220 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-163a9f01-09d9-41c4-83a0-9df8dd7d2c60 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-992eac84-06cf-414d-bce4-bd390c198fd1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-992eac84-06cf-414d-bce4-bd390c198fd1 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-992eac84-06cf-414d-bce4-bd390c198fd1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-992eac84-06cf-414d-bce4-bd390c198fd1 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-992eac84-06cf-414d-bce4-bd390c198fd1 None ******] RBAC: Adding query filter params (group.id=7755a2416f98427dbc55cb3d30442c1d, role.id=0ad4ed697fe94e3e873b5a93b55dcdc8, scope.project.id=fa76200934ef44eca821409698e0be6a) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-992eac84-06cf-414d-bce4-bd390c198fd1 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-992eac84-06cf-414d-bce4-bd390c198fd1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 151/310] 10.201.9.223 () {56 vars in 1429 bytes} [Tue Jan 14 22:32:43 2025] GET /identity/v3/role_assignments?group.id=7755a2416f98427dbc55cb3d30442c1d&role.id=0ad4ed697fe94e3e873b5a93b55dcdc8&scope.project.id=fa76200934ef44eca821409698e0be6a => generated 613 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04226c64-23e5-4134-bc33-fac99c246c22 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04226c64-23e5-4134-bc33-fac99c246c22 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04226c64-23e5-4134-bc33-fac99c246c22 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 160/311] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:44 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 152/312] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:44 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04226c64-23e5-4134-bc33-fac99c246c22 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04226c64-23e5-4134-bc33-fac99c246c22 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] PATH_INFO: `/v3/roles/anotherrole` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] Could not find role: anotherrole. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 161/313] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/roles/anotherrole => generated 89 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ecd5b490-9d8d-49c8-a97a-e34f9f540fa3 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] RBAC: Adding query filter params (name=anotherrole) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 153/314] 10.201.9.223 () {56 vars in 1164 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/roles?name=anotherrole => generated 336 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2eab0be5-e2ba-4579-9fc9-48de87a8100b None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] PATH_INFO: `/v3/projects/fa76200934ef44eca821409698e0be6a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] RBAC: Authorizing `identity:get_project(project_id=fa76200934ef44eca821409698e0be6a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 162/315] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/projects/fa76200934ef44eca821409698e0be6a => generated 303 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec231d8-7a05-4638-9e00-0cb282eebf19 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d31a13c-5e74-4d7c-82bc-b341d5de1f8d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d31a13c-5e74-4d7c-82bc-b341d5de1f8d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d31a13c-5e74-4d7c-82bc-b341d5de1f8d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d31a13c-5e74-4d7c-82bc-b341d5de1f8d None ******] PATH_INFO: `/v3/groups/7755a2416f98427dbc55cb3d30442c1d` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d31a13c-5e74-4d7c-82bc-b341d5de1f8d None ******] RBAC: Authorizing `identity:get_group(group_id=7755a2416f98427dbc55cb3d30442c1d)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d31a13c-5e74-4d7c-82bc-b341d5de1f8d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 154/316] 10.201.9.223 () {56 vars in 1220 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/groups/7755a2416f98427dbc55cb3d30442c1d => generated 227 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cec453e1-64d3-44a6-94fa-f6281d2694bc None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-102c85be-dce9-4535-a357-5db440c78dde None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-102c85be-dce9-4535-a357-5db440c78dde None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-102c85be-dce9-4535-a357-5db440c78dde None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 155/317] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:44 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] RBAC: Adding query filter params (group.id=7755a2416f98427dbc55cb3d30442c1d, role.id=c02067e8c52c4627898b10e67e58bd66, scope.project.id=fa76200934ef44eca821409698e0be6a) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 163/318] 10.201.9.223 () {56 vars in 1429 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/role_assignments?group.id=7755a2416f98427dbc55cb3d30442c1d&role.id=c02067e8c52c4627898b10e67e58bd66&scope.project.id=fa76200934ef44eca821409698e0be6a => generated 613 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 156/319] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:44 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3064a1ef-4357-47e2-b94a-88647b126e36 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] PATH_INFO: `/v3/roles/******` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] Could not find role: ******. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 164/320] 10.201.9.223 () {56 vars in 1136 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/roles/****** => generated 83 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3de2bb3e-4f94-499b-893b-fafe14a3b5e9 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] RBAC: Adding query filter params (name=******) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 157/321] 10.201.9.223 () {56 vars in 1152 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-248545df-ac6a-460c-a709-a4cb9455a5ce None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] PATH_INFO: `/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] RBAC: Authorizing `identity:get_project(project_id=aa6fef291c0e4913b9afb52e8e1e383b)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 165/322] 10.201.9.223 () {56 vars in 1226 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/projects/aa6fef291c0e4913b9afb52e8e1e383b => generated 345 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eab8814b-503f-439a-8651-dfa0cf13e59d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fa66c6d-18a2-4d92-a112-8756cfa4c12c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fa66c6d-18a2-4d92-a112-8756cfa4c12c None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fa66c6d-18a2-4d92-a112-8756cfa4c12c None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fa66c6d-18a2-4d92-a112-8756cfa4c12c None ******] PATH_INFO: `/v3/groups/48964bdaa9fa47a4a01b4b160d466239` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fa66c6d-18a2-4d92-a112-8756cfa4c12c None ******] RBAC: Authorizing `identity:get_group(group_id=48964bdaa9fa47a4a01b4b160d466239)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fa66c6d-18a2-4d92-a112-8756cfa4c12c None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 158/323] 10.201.9.223 () {56 vars in 1220 bytes} [Tue Jan 14 22:32:44 2025] GET /identity/v3/groups/48964bdaa9fa47a4a01b4b160d466239 => generated 230 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60c3542e-5dc7-4843-b1b3-9d8d0cc0ae83 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0153c71-d51b-4a58-82d6-c1004c1f6217 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0153c71-d51b-4a58-82d6-c1004c1f6217 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0153c71-d51b-4a58-82d6-c1004c1f6217 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0153c71-d51b-4a58-82d6-c1004c1f6217 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0153c71-d51b-4a58-82d6-c1004c1f6217 None ******] RBAC: Adding query filter params (group.id=48964bdaa9fa47a4a01b4b160d466239, role.id=623c1f83e13e4189b0b592d71c80d8e7, scope.project.id=aa6fef291c0e4913b9afb52e8e1e383b) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0153c71-d51b-4a58-82d6-c1004c1f6217 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0153c71-d51b-4a58-82d6-c1004c1f6217 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 166/324] 10.201.9.223 () {56 vars in 1429 bytes} [Tue Jan 14 22:32:45 2025] GET /identity/v3/role_assignments?group.id=48964bdaa9fa47a4a01b4b160d466239&role.id=623c1f83e13e4189b0b592d71c80d8e7&scope.project.id=aa6fef291c0e4913b9afb52e8e1e383b => generated 613 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f60fe1b-8706-4fc8-946a-d691c319572d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f60fe1b-8706-4fc8-946a-d691c319572d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f60fe1b-8706-4fc8-946a-d691c319572d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 159/325] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:46 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 167/326] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:46 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f60fe1b-8706-4fc8-946a-d691c319572d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f60fe1b-8706-4fc8-946a-d691c319572d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a64b943-cec6-4cfc-88dc-b31b6aaed295 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a64b943-cec6-4cfc-88dc-b31b6aaed295 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a64b943-cec6-4cfc-88dc-b31b6aaed295 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a64b943-cec6-4cfc-88dc-b31b6aaed295 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a64b943-cec6-4cfc-88dc-b31b6aaed295 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a64b943-cec6-4cfc-88dc-b31b6aaed295 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-6a64b943-cec6-4cfc-88dc-b31b6aaed295 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 160/327] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains/Default => generated 87 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc4e4e25-b6bb-45dd-b44b-e68005be1fbb None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc4e4e25-b6bb-45dd-b44b-e68005be1fbb None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc4e4e25-b6bb-45dd-b44b-e68005be1fbb None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 161/328] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:47 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad1ed9d0-6c4e-4fbe-bc0f-46fe2a007914 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad1ed9d0-6c4e-4fbe-bc0f-46fe2a007914 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad1ed9d0-6c4e-4fbe-bc0f-46fe2a007914 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-870f9aae-8098-4efe-80c3-bfeb67bf8dbf None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ad1ed9d0-6c4e-4fbe-bc0f-46fe2a007914 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ad1ed9d0-6c4e-4fbe-bc0f-46fe2a007914 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ad1ed9d0-6c4e-4fbe-bc0f-46fe2a007914 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 168/329] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 95 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 162/330] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:47 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 81 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c03cc0c8-afec-4ddd-b7c3-a1704536f957 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b39ccb5-ae48-430b-8a61-ef30519eb2e9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b39ccb5-ae48-430b-8a61-ef30519eb2e9 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b39ccb5-ae48-430b-8a61-ef30519eb2e9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b39ccb5-ae48-430b-8a61-ef30519eb2e9 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b39ccb5-ae48-430b-8a61-ef30519eb2e9 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b39ccb5-ae48-430b-8a61-ef30519eb2e9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-5b39ccb5-ae48-430b-8a61-ef30519eb2e9 None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 169/331] 10.201.9.223 () {60 vars in 1171 bytes} [Tue Jan 14 22:32:47 2025] POST /identity/v3/users => generated 247 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f07fa8-3be6-4717-9fb3-30f7958e31b3 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f07fa8-3be6-4717-9fb3-30f7958e31b3 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f07fa8-3be6-4717-9fb3-30f7958e31b3 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 163/332] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:47 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4f07fa8-3be6-4717-9fb3-30f7958e31b3 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4f07fa8-3be6-4717-9fb3-30f7958e31b3 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 170/333] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:47 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 164/334] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains/Default => generated 87 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b66ba9b-0790-4898-b4d4-cfcee5e2c2da None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 171/335] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 84 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-02943429-fea8-44b3-8fa0-bd4bdd5b777b None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c0c4167-57a3-41b9-aa10-ade52a17ec40 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 172/336] 10.201.9.223 () {60 vars in 1171 bytes} [Tue Jan 14 22:32:47 2025] POST /identity/v3/users => generated 249 bytes in 68 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 165/337] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains/Default => generated 87 bytes in 98 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cbd3124-0f0c-47b4-875d-7a1f8621ca4c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43e161cf-0f29-4568-98cd-d51151cf60b9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43e161cf-0f29-4568-98cd-d51151cf60b9 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43e161cf-0f29-4568-98cd-d51151cf60b9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43e161cf-0f29-4568-98cd-d51151cf60b9 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43e161cf-0f29-4568-98cd-d51151cf60b9 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43e161cf-0f29-4568-98cd-d51151cf60b9 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43e161cf-0f29-4568-98cd-d51151cf60b9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 173/338] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e5fff01-585e-4836-acbc-d889794b8038 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e5fff01-585e-4836-acbc-d889794b8038 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e5fff01-585e-4836-acbc-d889794b8038 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 174/339] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:47 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9aac1d9-f997-4001-be2c-61566a226b75 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 175/340] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:47 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 166/341] 10.201.9.223 () {60 vars in 1171 bytes} [Tue Jan 14 22:32:47 2025] POST /identity/v3/users => generated 249 bytes in 100 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ead7c003-d0aa-4861-bbd6-4ef8f38eb1db None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 176/342] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains/Default => generated 87 bytes in 84 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e09f5dc7-824b-45ec-b10d-71f50e3f4076 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82dfca95-03cf-4cd0-ab03-fa9e9fdaaeff None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82dfca95-03cf-4cd0-ab03-fa9e9fdaaeff None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82dfca95-03cf-4cd0-ab03-fa9e9fdaaeff None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82dfca95-03cf-4cd0-ab03-fa9e9fdaaeff None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82dfca95-03cf-4cd0-ab03-fa9e9fdaaeff None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82dfca95-03cf-4cd0-ab03-fa9e9fdaaeff None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82dfca95-03cf-4cd0-ab03-fa9e9fdaaeff None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 167/343] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c430b7a9-ee0b-44e6-a2e6-207d94d92c07 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1aed94e-d69b-4e5b-95af-fcf4a9179ba9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1aed94e-d69b-4e5b-95af-fcf4a9179ba9 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1aed94e-d69b-4e5b-95af-fcf4a9179ba9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1aed94e-d69b-4e5b-95af-fcf4a9179ba9 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1aed94e-d69b-4e5b-95af-fcf4a9179ba9 None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1aed94e-d69b-4e5b-95af-fcf4a9179ba9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c1aed94e-d69b-4e5b-95af-fcf4a9179ba9 None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 177/344] 10.201.9.223 () {60 vars in 1171 bytes} [Tue Jan 14 22:32:48 2025] POST /identity/v3/users => generated 250 bytes in 72 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d079dd5-9f64-419b-bf38-9226ff31be5c None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d079dd5-9f64-419b-bf38-9226ff31be5c None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d079dd5-9f64-419b-bf38-9226ff31be5c None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 168/345] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:48 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 178/346] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:48 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d079dd5-9f64-419b-bf38-9226ff31be5c None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d079dd5-9f64-419b-bf38-9226ff31be5c None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c045c171-066e-4821-aee0-f29b4b2b91b4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c045c171-066e-4821-aee0-f29b4b2b91b4 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c045c171-066e-4821-aee0-f29b4b2b91b4 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c045c171-066e-4821-aee0-f29b4b2b91b4 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c045c171-066e-4821-aee0-f29b4b2b91b4 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-c045c171-066e-4821-aee0-f29b4b2b91b4 None ******] Could not find role: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 169/347] 10.201.9.223 () {56 vars in 1099 bytes} [Tue Jan 14 22:32:48 2025] GET /identity/v3/roles/service => generated 85 bytes in 82 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8b9eeac-b759-4eea-8aec-801fdab01862 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8b9eeac-b759-4eea-8aec-801fdab01862 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8b9eeac-b759-4eea-8aec-801fdab01862 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 170/348] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:48 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aca12339-cc54-4e44-b9e6-8f2ef1d4348b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] RBAC: Adding query filter params (name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 179/349] 10.201.9.223 () {56 vars in 1100 bytes} [Tue Jan 14 22:32:48 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 171/350] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:48 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db411f67-30ea-4fcb-93d0-4d2df28d5f9a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 180/351] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:48 2025] GET /identity/v3/domains/Default => generated 87 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9d6e2ce-8e0c-40c6-8ad0-da6d119a6e74 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 172/352] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:48 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b941a00c-6d51-49e8-b396-092c3c451216 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d0b9bfc-dd55-4327-af0d-789ef27eb679 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c85ed31-bdcd-4ff7-86ba-7a636046678d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c85ed31-bdcd-4ff7-86ba-7a636046678d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c85ed31-bdcd-4ff7-86ba-7a636046678d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c85ed31-bdcd-4ff7-86ba-7a636046678d None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c85ed31-bdcd-4ff7-86ba-7a636046678d None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c85ed31-bdcd-4ff7-86ba-7a636046678d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 173/353] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/default => generated 200 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 181/354] 10.201.9.223 () {56 vars in 1099 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/roles/service => generated 85 bytes in 84 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b1f13a8-ba43-47ff-ba53-6cb4d7526fe8 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b1f13a8-ba43-47ff-ba53-6cb4d7526fe8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b1f13a8-ba43-47ff-ba53-6cb4d7526fe8 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 174/355] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:49 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b1f13a8-ba43-47ff-ba53-6cb4d7526fe8 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b1f13a8-ba43-47ff-ba53-6cb4d7526fe8 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c45afadc-ad58-4a51-86e5-bd37f0a2ae4f None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca4ca637-daca-460c-83c7-a3c4ed278743 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4ca637-daca-460c-83c7-a3c4ed278743 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4ca637-daca-460c-83c7-a3c4ed278743 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4ca637-daca-460c-83c7-a3c4ed278743 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca4ca637-daca-460c-83c7-a3c4ed278743 None ******] RBAC: Adding query filter params (name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca4ca637-daca-460c-83c7-a3c4ed278743 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca4ca637-daca-460c-83c7-a3c4ed278743 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 175/356] 10.201.9.223 () {56 vars in 1100 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] PATH_INFO: `/v3/users/nova` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] Could not find user: nova. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 182/357] 10.201.9.223 () {56 vars in 1090 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/users/nova => generated 82 bytes in 85 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 176/358] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:49 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fdef699-d172-4ac1-a02c-d839d748a49e None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50790d5a-911b-4957-a0de-d1db16e73348 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ce938a9-7a7c-44c6-a0d6-66f4df258371 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ce938a9-7a7c-44c6-a0d6-66f4df258371 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ce938a9-7a7c-44c6-a0d6-66f4df258371 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ce938a9-7a7c-44c6-a0d6-66f4df258371 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ce938a9-7a7c-44c6-a0d6-66f4df258371 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ce938a9-7a7c-44c6-a0d6-66f4df258371 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22b6359d-6d2d-4207-9c0a-d180b3b65e44 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-0ce938a9-7a7c-44c6-a0d6-66f4df258371 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22b6359d-6d2d-4207-9c0a-d180b3b65e44 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22b6359d-6d2d-4207-9c0a-d180b3b65e44 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22b6359d-6d2d-4207-9c0a-d180b3b65e44 None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22b6359d-6d2d-4207-9c0a-d180b3b65e44 None ******] RBAC: Adding query filter params (domain_id=default, name=nova) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22b6359d-6d2d-4207-9c0a-d180b3b65e44 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22b6359d-6d2d-4207-9c0a-d180b3b65e44 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 183/359] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/Default => generated 87 bytes in 81 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0665af20-2503-43c0-8aec-2a3ac5784d31 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0665af20-2503-43c0-8aec-2a3ac5784d31 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0665af20-2503-43c0-8aec-2a3ac5784d31 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 184/360] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:49 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0665af20-2503-43c0-8aec-2a3ac5784d31 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 177/361] 10.201.9.223 () {56 vars in 1130 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/users?domain_id=default&name=nova => generated 370 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0665af20-2503-43c0-8aec-2a3ac5784d31 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 178/362] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:49 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 185/363] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53f7bfcf-167d-4a36-b01d-097c12a4e903 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68d7473e-0f33-4e1e-bbb4-2940506ef269 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 179/364] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/Default => generated 87 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 186/365] 10.201.9.223 () {56 vars in 1099 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/roles/service => generated 85 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa69f080-35b1-4a7d-9662-2c5c44b63e97 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2aed0f3d-9e45-4284-b6f8-0175125627ec None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 180/366] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/default => generated 200 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 187/367] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57aaa6e5-d9c3-4f8d-95d0-66823d23a794 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9550042-57fb-4f16-8edc-2305a03f5dd6 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] RBAC: Adding query filter params (name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 181/368] 10.201.9.223 () {56 vars in 1100 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 188/369] 10.201.9.223 () {56 vars in 1099 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/roles/service => generated 85 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e19efd4-e0d9-4c90-b814-92c0285b0976 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] PATH_INFO: `/v3/users/glance` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3f5d31c-5d2a-48e2-95c8-4152f04be07a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] RBAC: Authorizing `identity:get_user(user_id=glance)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] Could not find user: glance. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 182/370] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/users/glance => generated 84 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 189/371] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/default => generated 200 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87b7bb54-6231-4beb-924a-9f507fad1adc None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-555842d6-8fbe-4ceb-b6a4-7a9a634ff35e None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 183/372] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/Default => generated 87 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] RBAC: Adding query filter params (name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 190/373] 10.201.9.223 () {56 vars in 1100 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a5faae6-dd83-405e-bdf3-243004071d00 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] RBAC: Adding query filter params (domain_id=default, name=glance) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 184/374] 10.201.9.223 () {56 vars in 1134 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/users?domain_id=default&name=glance => generated 374 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-824d3144-7eb7-4345-8016-9b95576e623b None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f1afa5-1419-43d8-ac49-11803f8ee790 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] Could not find project: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 191/375] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/projects/service => generated 88 bytes in 77 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 185/376] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07f6c887-82ad-4e53-aa72-432a415e0452 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-123f1039-cf20-42fb-a9eb-04cc9cc441de None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 192/377] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/Default => generated 87 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 186/378] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/Default => generated 87 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5de57966-ac66-4e31-93fc-4157a828dcf7 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-014949ec-c120-4609-a6c7-0f6ce2d7c1c6 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 187/379] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains/default => generated 200 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 193/380] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-226ec327-d8ea-4a92-bd1c-e1a0f3b04ab8 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95345321-e5ed-46a5-a380-f7a5036166b2 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 188/381] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 194/382] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b95d74b8-5be6-463b-b73a-5bf242d952ec None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-061f2dfb-7dec-4a5f-a598-67ebfba97a69 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] PATH_INFO: `/v3/users/cinder` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] RBAC: Authorizing `identity:get_user(user_id=cinder)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] Could not find user: cinder. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 189/383] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:49 2025] GET /identity/v3/users/cinder => generated 84 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] PATH_INFO: `/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/8740d4e592eb4e049252f196fdf51359/roles/42f1bcb09e164325a764c7cadc170c4f` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] RBAC: Authorizing `identity:create_grant(project_id=4c2f9fd6a50945829cdaabe9d7940731, user_id=8740d4e592eb4e049252f196fdf51359, role_id=42f1bcb09e164325a764c7cadc170c4f)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 195/384] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:49 2025] PUT /identity/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/8740d4e592eb4e049252f196fdf51359/roles/42f1bcb09e164325a764c7cadc170c4f => generated 0 bytes in 74 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f60ce79-0ea7-42ba-99e4-f41c1de0f7ad None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-945f2f35-4e5a-42d8-8579-74b8e40e8bb7 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 190/385] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains/default => generated 200 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 196/386] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains/default => generated 200 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99000ba0-ae41-4b67-a5db-277f70193ef8 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96f72567-7d41-42a8-a957-011be43bc448 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] RBAC: Adding query filter params (domain_id=default, name=cinder) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 191/387] 10.201.9.223 () {56 vars in 1134 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/users?domain_id=default&name=cinder => generated 374 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] PATH_INFO: `/v3/users/neutron` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] RBAC: Authorizing `identity:get_user(user_id=neutron)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] Could not find user: neutron. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 197/388] 10.201.9.223 () {56 vars in 1099 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/users/neutron => generated 85 bytes in 85 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc92acf5-dc4d-4ad1-845f-79ec5ade12b4 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8336656f-c055-4705-bd94-46f5b73e11da None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 192/389] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/projects/service => generated 88 bytes in 73 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 198/390] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains/Default => generated 87 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-268cd4d5-42ad-443c-b12d-92780e4011bb None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0034d5f0-d17e-4e42-82b4-58f263a122e2 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] RBAC: Adding query filter params (domain_id=default, name=neutron) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 193/391] 10.201.9.223 () {56 vars in 1136 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/users?domain_id=default&name=neutron => generated 376 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 199/392] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-faa2fe68-d550-413f-a65f-9be5077d6979 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 194/393] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-411dc01b-1f57-4a9a-84ed-d80d4f29344c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08e057c5-b452-476f-bfa6-797e2aed5766 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 200/394] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains/Default => generated 87 bytes in 82 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] PATH_INFO: `/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/cbed57a1ff42434f8ea6094e787fb6dd/roles/42f1bcb09e164325a764c7cadc170c4f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] RBAC: Authorizing `identity:create_grant(project_id=4c2f9fd6a50945829cdaabe9d7940731, user_id=cbed57a1ff42434f8ea6094e787fb6dd, role_id=42f1bcb09e164325a764c7cadc170c4f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 195/395] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:50 2025] PUT /identity/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/cbed57a1ff42434f8ea6094e787fb6dd/roles/42f1bcb09e164325a764c7cadc170c4f => generated 0 bytes in 68 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42aba123-e6db-43df-8772-4e9338190162 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1ba8217-0957-4cad-926b-f9fde8643c9f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 201/396] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains/default => generated 200 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 196/397] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc9b70fd-ea58-41dc-a122-cae237184635 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-078f6c27-6758-430d-82aa-d78faa4424f0 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] Could not find project: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 202/398] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/projects/service => generated 88 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 197/399] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/domains/default => generated 200 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e08252-f9e8-4a7c-8708-e6c849edb5b6 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8a6a11f-7161-4ec8-8e66-9da5747f1843 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 198/400] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/projects/service => generated 88 bytes in 61 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 203/401] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e49e1d7-21d4-4490-8c45-88239c59ed37 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b583bcf-5d04-407b-9b76-39543201b4c1 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74074da5-ff08-497d-9f07-a437db4496f8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74074da5-ff08-497d-9f07-a437db4496f8 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74074da5-ff08-497d-9f07-a437db4496f8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74074da5-ff08-497d-9f07-a437db4496f8 None ******] PATH_INFO: `/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/a56980bf0d194f52b0ae1ea5202ab0cb/roles/42f1bcb09e164325a764c7cadc170c4f` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 199/402] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:32:50 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74074da5-ff08-497d-9f07-a437db4496f8 None ******] RBAC: Authorizing `identity:create_grant(project_id=4c2f9fd6a50945829cdaabe9d7940731, user_id=a56980bf0d194f52b0ae1ea5202ab0cb, role_id=42f1bcb09e164325a764c7cadc170c4f)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74074da5-ff08-497d-9f07-a437db4496f8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 204/403] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:50 2025] PUT /identity/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/a56980bf0d194f52b0ae1ea5202ab0cb/roles/42f1bcb09e164325a764c7cadc170c4f => generated 0 bytes in 69 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da3bdab-cf10-4645-81bb-2639cb0931cb None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6de67dcc-766d-4b6b-85dc-6f2f0d1e9ed1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de67dcc-766d-4b6b-85dc-6f2f0d1e9ed1 None ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de67dcc-766d-4b6b-85dc-6f2f0d1e9ed1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de67dcc-766d-4b6b-85dc-6f2f0d1e9ed1 None ******] PATH_INFO: `/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/aca64cf98aeb4085a589eed5896ff550/roles/42f1bcb09e164325a764c7cadc170c4f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6de67dcc-766d-4b6b-85dc-6f2f0d1e9ed1 None ******] RBAC: Authorizing `identity:create_grant(project_id=4c2f9fd6a50945829cdaabe9d7940731, user_id=aca64cf98aeb4085a589eed5896ff550, role_id=42f1bcb09e164325a764c7cadc170c4f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6de67dcc-766d-4b6b-85dc-6f2f0d1e9ed1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 200/404] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:50 2025] PUT /identity/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/aca64cf98aeb4085a589eed5896ff550/roles/42f1bcb09e164325a764c7cadc170c4f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd1d41dd-7911-4b4c-973d-a697501fda74 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd1d41dd-7911-4b4c-973d-a697501fda74 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd1d41dd-7911-4b4c-973d-a697501fda74 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 205/405] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:51 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 201/406] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:51 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd1d41dd-7911-4b4c-973d-a697501fda74 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd1d41dd-7911-4b4c-973d-a697501fda74 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 206/407] 10.201.9.223 () {56 vars in 1142 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/roles/service => generated 85 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fee0986-cc0e-4cd4-a269-07a6ba8351cf None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b414b77-dcfe-499d-b849-51237b7e2737 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b414b77-dcfe-499d-b849-51237b7e2737 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b414b77-dcfe-499d-b849-51237b7e2737 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b414b77-dcfe-499d-b849-51237b7e2737 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b414b77-dcfe-499d-b849-51237b7e2737 None ******] RBAC: Adding query filter params (name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b414b77-dcfe-499d-b849-51237b7e2737 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b414b77-dcfe-499d-b849-51237b7e2737 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 202/408] 10.201.9.223 () {56 vars in 1156 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6974f1a-9902-44e8-9e03-5386471bc224 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efe985e1-98e6-4d54-89d3-0bcbfb0d18ca None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efe985e1-98e6-4d54-89d3-0bcbfb0d18ca None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efe985e1-98e6-4d54-89d3-0bcbfb0d18ca None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 203/409] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:51 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 207/410] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/domains/Default => generated 87 bytes in 95 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 204/411] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:51 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff50d5d2-8e5b-43de-ba54-f48bc4d45928 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 208/412] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d8b3728-54af-4c60-9efc-21e074059eb2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bfd25a5-1bcc-4491-a018-73bfcc773257 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bfd25a5-1bcc-4491-a018-73bfcc773257 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bfd25a5-1bcc-4491-a018-73bfcc773257 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bfd25a5-1bcc-4491-a018-73bfcc773257 None ******] PATH_INFO: `/v3/users/nova` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bfd25a5-1bcc-4491-a018-73bfcc773257 None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bfd25a5-1bcc-4491-a018-73bfcc773257 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-4bfd25a5-1bcc-4491-a018-73bfcc773257 None ******] Could not find user: nova. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41bbce58-4c63-4606-a4b5-436e0a1f69ce None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 205/413] 10.201.9.223 () {56 vars in 1133 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/users/nova => generated 82 bytes in 101 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63e03511-9cfe-4da1-8ff4-6b294b36b9f8 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63e03511-9cfe-4da1-8ff4-6b294b36b9f8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63e03511-9cfe-4da1-8ff4-6b294b36b9f8 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 206/414] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:51 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63e03511-9cfe-4da1-8ff4-6b294b36b9f8 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f292c61c-8521-4a15-8233-7cf3e56f27cc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f292c61c-8521-4a15-8233-7cf3e56f27cc None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f292c61c-8521-4a15-8233-7cf3e56f27cc None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f292c61c-8521-4a15-8233-7cf3e56f27cc None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f292c61c-8521-4a15-8233-7cf3e56f27cc None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-f292c61c-8521-4a15-8233-7cf3e56f27cc None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 209/415] 10.201.9.223 () {56 vars in 1142 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/roles/service => generated 85 bytes in 83 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63e03511-9cfe-4da1-8ff4-6b294b36b9f8 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d9b84a1-2724-480d-9d09-20f279da4c9c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d9b84a1-2724-480d-9d09-20f279da4c9c None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d9b84a1-2724-480d-9d09-20f279da4c9c None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d9b84a1-2724-480d-9d09-20f279da4c9c None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d9b84a1-2724-480d-9d09-20f279da4c9c None ******] RBAC: Adding query filter params (name=nova) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d9b84a1-2724-480d-9d09-20f279da4c9c None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d9b84a1-2724-480d-9d09-20f279da4c9c None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 210/416] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:51 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 207/417] 10.201.9.223 () {56 vars in 1150 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/users?name=nova => generated 352 bytes in 100 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-493f4d2f-cddb-43a0-beda-9d7473aa5cd2 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-493f4d2f-cddb-43a0-beda-9d7473aa5cd2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-493f4d2f-cddb-43a0-beda-9d7473aa5cd2 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 208/418] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:51 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-493f4d2f-cddb-43a0-beda-9d7473aa5cd2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3840499d-265f-414b-b77b-1eaf1cac1162 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-493f4d2f-cddb-43a0-beda-9d7473aa5cd2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2adc8fc6-8d63-46d8-8926-8f9e2432dddb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2adc8fc6-8d63-46d8-8926-8f9e2432dddb None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2adc8fc6-8d63-46d8-8926-8f9e2432dddb None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2adc8fc6-8d63-46d8-8926-8f9e2432dddb None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2adc8fc6-8d63-46d8-8926-8f9e2432dddb None ******] RBAC: Adding query filter params (name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2adc8fc6-8d63-46d8-8926-8f9e2432dddb None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2adc8fc6-8d63-46d8-8926-8f9e2432dddb None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 211/419] 10.201.9.223 () {56 vars in 1156 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 209/420] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/domains/Default => generated 87 bytes in 90 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 212/421] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:51 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04706dac-3794-4346-ad49-3f02bd2fbf16 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 210/422] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:51 2025] GET /identity/v3/domains/Default => generated 87 bytes in 90 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90e89319-760d-4ada-9fb8-8606a68c246d None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29208ae6-58eb-4428-9c22-8ffd0ad6edd6 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 213/423] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] Could not find role: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 211/424] 10.201.9.223 () {56 vars in 1142 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/roles/service => generated 85 bytes in 77 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f8bfd31-9fc1-4bc6-be89-2b90363d7f77 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58711cd4-fc34-4622-9954-3fe623d0b364 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 214/425] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 212/426] 10.201.9.223 () {56 vars in 1186 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc07dd08-9a76-4999-a202-37c1850f1d34 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06f40d5e-af74-4904-b9b1-c00cc74e571d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 215/427] 10.201.9.223 () {56 vars in 1142 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/roles/service => generated 85 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] RBAC: Adding query filter params (name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 213/428] 10.201.9.223 () {56 vars in 1156 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0267cb9-9ac1-4cc7-80ee-f63cad23307a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] PATH_INFO: `/v3/users/glance` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] RBAC: Authorizing `identity:get_user(user_id=glance)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8481786c-4da5-4c1c-8d59-e2e69c78e172 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] Could not find user: glance. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 216/429] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/users/glance => generated 84 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 214/430] 10.201.9.223 () {56 vars in 1201 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a167606b-a391-4a1c-8b01-8acd3df16922 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf41b4c8-3749-45b8-a888-7f033ffbf32e None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] RBAC: Adding query filter params (name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 217/431] 10.201.9.223 () {56 vars in 1156 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 215/432] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains/Default => generated 87 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f007f412-8cd7-4e58-a0e8-5bd320de3fc7 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9efa5506-dcde-4974-9619-f55f0f56d688 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] RBAC: Adding query filter params (name=glance) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] RBAC: Adding query filter params (role.id=42f1bcb09e164325a764c7cadc170c4f, scope.project.id=4c2f9fd6a50945829cdaabe9d7940731, user.id=8740d4e592eb4e049252f196fdf51359) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 216/433] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/role_assignments?role.id=42f1bcb09e164325a764c7cadc170c4f&scope.project.id=4c2f9fd6a50945829cdaabe9d7940731&user.id=8740d4e592eb4e049252f196fdf51359 => generated 610 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 218/434] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/users?name=glance => generated 356 bytes in 88 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5c3cc2f-f634-424c-b441-96024c9871bb None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58eeae18-2507-44b4-8a26-33614c00dea2 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 217/435] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains/Default => generated 87 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 219/436] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7d00919-198c-4302-aa99-830cc64b0681 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bff65928-8975-4878-9418-8524350d4843 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bff65928-8975-4878-9418-8524350d4843 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bff65928-8975-4878-9418-8524350d4843 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bff65928-8975-4878-9418-8524350d4843 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8d92b56-0619-4182-95bb-7d0fff7cc88b None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bff65928-8975-4878-9418-8524350d4843 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bff65928-8975-4878-9418-8524350d4843 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-bff65928-8975-4878-9418-8524350d4843 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 218/437] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains/Default => generated 87 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bff65928-8975-4878-9418-8524350d4843 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 220/438] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bff65928-8975-4878-9418-8524350d4843 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] PATH_INFO: `/v3/users/cinder` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] RBAC: Authorizing `identity:get_user(user_id=cinder)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] Could not find user: cinder. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 219/439] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/users/cinder => generated 84 bytes in 59 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b8424a8-3968-4dfb-8e57-4c6932622a2f None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-74b7aa36-3e47-4db6-83af-988f711ca2e3 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 221/440] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 84 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] PATH_INFO: `/v3/users/neutron` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] RBAC: Authorizing `identity:get_user(user_id=neutron)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] Could not find user: neutron. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 220/441] 10.201.9.223 () {56 vars in 1142 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/users/neutron => generated 85 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e9757e1-6352-4fd6-977a-f83d5239c56e None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c11326b3-91d0-4825-a121-811b1def1a50 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] RBAC: Adding query filter params (name=cinder) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 221/442] 10.201.9.223 () {56 vars in 1186 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 222/443] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/users?name=cinder => generated 356 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-31b84b4c-284d-450a-a70b-8c3df36583d0 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-855e118c-0278-4e9a-ad10-5efb4949b0db None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] RBAC: Adding query filter params (name=neutron) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 222/444] 10.201.9.223 () {56 vars in 1156 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/users?name=neutron => generated 358 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 223/445] 10.201.9.223 () {56 vars in 1201 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 88 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a83a558-0c88-4e04-ba94-601e1c695d0f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 223/446] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains/Default => generated 87 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbd57e14-c719-4ffc-bead-e4c77ea3f7cf None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e752addf-0101-4a17-8f29-4b5ab0ec6b19 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 224/447] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains/Default => generated 87 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] RBAC: Adding query filter params (role.id=42f1bcb09e164325a764c7cadc170c4f, scope.project.id=4c2f9fd6a50945829cdaabe9d7940731, user.id=cbed57a1ff42434f8ea6094e787fb6dd) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 224/448] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/role_assignments?role.id=42f1bcb09e164325a764c7cadc170c4f&scope.project.id=4c2f9fd6a50945829cdaabe9d7940731&user.id=cbed57a1ff42434f8ea6094e787fb6dd => generated 610 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5086f630-46b9-44d7-a204-313c45c566b3 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e83e4b37-8d26-4559-ab9a-ca9e2731f8bc None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 225/449] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 76 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 225/450] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fca18491-749b-48b6-930a-5a5e097a5d05 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6a9a990-01cd-427c-99b9-8c9331c82f39 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] PATH_INFO: `/v3/projects/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 226/451] 10.201.9.223 () {56 vars in 1186 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] Could not find project: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 226/452] 10.201.9.223 () {56 vars in 1186 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10cb26c2-4a60-414f-ab8a-285b23ff7c20 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d55008-3d3b-4709-8741-55d11384e37e None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 227/453] 10.201.9.223 () {56 vars in 1201 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 227/454] 10.201.9.223 () {56 vars in 1201 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f192737-f3cb-4518-9e8f-db697df918aa None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5fe829c-6d85-4e26-9772-86622e6916d8 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a615386-76bb-4b14-ac65-f475244b980d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a615386-76bb-4b14-ac65-f475244b980d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a615386-76bb-4b14-ac65-f475244b980d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a615386-76bb-4b14-ac65-f475244b980d None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a615386-76bb-4b14-ac65-f475244b980d None ******] RBAC: Adding query filter params (role.id=42f1bcb09e164325a764c7cadc170c4f, scope.project.id=4c2f9fd6a50945829cdaabe9d7940731, user.id=aca64cf98aeb4085a589eed5896ff550) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a615386-76bb-4b14-ac65-f475244b980d None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6aef3c72-d407-4521-b3a9-c2446c9344c6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a615386-76bb-4b14-ac65-f475244b980d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aef3c72-d407-4521-b3a9-c2446c9344c6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aef3c72-d407-4521-b3a9-c2446c9344c6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aef3c72-d407-4521-b3a9-c2446c9344c6 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6aef3c72-d407-4521-b3a9-c2446c9344c6 None ******] RBAC: Adding query filter params (role.id=42f1bcb09e164325a764c7cadc170c4f, scope.project.id=4c2f9fd6a50945829cdaabe9d7940731, user.id=a56980bf0d194f52b0ae1ea5202ab0cb) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6aef3c72-d407-4521-b3a9-c2446c9344c6 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6aef3c72-d407-4521-b3a9-c2446c9344c6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 228/455] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/role_assignments?role.id=42f1bcb09e164325a764c7cadc170c4f&scope.project.id=4c2f9fd6a50945829cdaabe9d7940731&user.id=aca64cf98aeb4085a589eed5896ff550 => generated 610 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 228/456] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/role_assignments?role.id=42f1bcb09e164325a764c7cadc170c4f&scope.project.id=4c2f9fd6a50945829cdaabe9d7940731&user.id=a56980bf0d194f52b0ae1ea5202ab0cb => generated 610 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9c2e727-8281-4c71-8cba-881309a227ee None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9c2e727-8281-4c71-8cba-881309a227ee None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9c2e727-8281-4c71-8cba-881309a227ee None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 229/457] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:53 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 229/458] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:53 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9c2e727-8281-4c71-8cba-881309a227ee None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9c2e727-8281-4c71-8cba-881309a227ee None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] PATH_INFO: `/v3/roles/******` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] Could not find role: ******. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 230/459] 10.201.9.223 () {56 vars in 1093 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/roles/****** => generated 83 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ea6e9ca-e224-45b4-b276-827424fed11e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 230/460] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:32:53 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8fc6554-1c64-4095-92e4-a77f5ec0bc4f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29ba6f3d-d6bf-4c26-b1a7-327eaaf9b594 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29ba6f3d-d6bf-4c26-b1a7-327eaaf9b594 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29ba6f3d-d6bf-4c26-b1a7-327eaaf9b594 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29ba6f3d-d6bf-4c26-b1a7-327eaaf9b594 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29ba6f3d-d6bf-4c26-b1a7-327eaaf9b594 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29ba6f3d-d6bf-4c26-b1a7-327eaaf9b594 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-29ba6f3d-d6bf-4c26-b1a7-327eaaf9b594 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 231/461] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/domains/Default => generated 87 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68bd4d57-827f-430e-982b-8328624deed0 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3cbe5c5f-19e4-4be0-bd10-476f71303461 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3cbe5c5f-19e4-4be0-bd10-476f71303461 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3cbe5c5f-19e4-4be0-bd10-476f71303461 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 232/462] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:54 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 231/463] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 87 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b07a72d3-1390-445d-a344-3b41a164f729 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 233/464] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:54 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-289e17a9-20cc-4abc-8624-f8a3006747a9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-289e17a9-20cc-4abc-8624-f8a3006747a9 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-289e17a9-20cc-4abc-8624-f8a3006747a9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-289e17a9-20cc-4abc-8624-f8a3006747a9 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-289e17a9-20cc-4abc-8624-f8a3006747a9 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-289e17a9-20cc-4abc-8624-f8a3006747a9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 232/465] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/domains/default => generated 200 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a47b7fc-edc4-4546-9dd2-74480d1d01da None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f63c181-7239-464e-b3f2-ebc023f20f39 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f63c181-7239-464e-b3f2-ebc023f20f39 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f63c181-7239-464e-b3f2-ebc023f20f39 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 233/466] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:54 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] PATH_INFO: `/v3/users/nova` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] Could not find user: nova. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 234/467] 10.201.9.223 () {56 vars in 1090 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/users/nova => generated 82 bytes in 102 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 234/468] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:54 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-476177d5-c091-40e1-950b-03537d4dc905 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6eb131ae-620b-43ee-9c64-0f8643c29812 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6eb131ae-620b-43ee-9c64-0f8643c29812 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6eb131ae-620b-43ee-9c64-0f8643c29812 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6eb131ae-620b-43ee-9c64-0f8643c29812 None ******] PATH_INFO: `/v3/services/image` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6eb131ae-620b-43ee-9c64-0f8643c29812 None ******] RBAC: Authorizing `identity:get_service(service_id=image)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6eb131ae-620b-43ee-9c64-0f8643c29812 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-6eb131ae-620b-43ee-9c64-0f8643c29812 None ******] Could not find service: image. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 235/469] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services/image => generated 86 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ae5d6a-368b-422c-9b95-dfc09ab945d9 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ae5d6a-368b-422c-9b95-dfc09ab945d9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ae5d6a-368b-422c-9b95-dfc09ab945d9 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 236/470] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:54 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ae5d6a-368b-422c-9b95-dfc09ab945d9 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a916ddd-c852-4dab-bb48-2bfc9bda759f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bfc8191-75e9-4586-b691-0961a9fafd22 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bfc8191-75e9-4586-b691-0961a9fafd22 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bfc8191-75e9-4586-b691-0961a9fafd22 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bfc8191-75e9-4586-b691-0961a9fafd22 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bfc8191-75e9-4586-b691-0961a9fafd22 None ******] RBAC: Adding query filter params (domain_id=default, name=nova) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bfc8191-75e9-4586-b691-0961a9fafd22 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bfc8191-75e9-4586-b691-0961a9fafd22 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ae5d6a-368b-422c-9b95-dfc09ab945d9 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 235/471] 10.201.9.223 () {56 vars in 1130 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/users?domain_id=default&name=nova => generated 370 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] RBAC: Adding query filter params (name=image) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 237/472] 10.201.9.223 () {56 vars in 1161 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services?name=image => generated 123 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 236/473] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:54 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09833937-40a4-457b-b930-9cb54e78d717 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 238/474] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/domains/Default => generated 87 bytes in 76 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f0819f5-096c-47a1-9828-4e023660e3fb None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] PATH_INFO: `/v3/services/network` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] RBAC: Authorizing `identity:get_service(service_id=network)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] Could not find service: network. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 237/475] 10.201.9.223 () {56 vars in 1151 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services/network => generated 88 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2053deb0-a3d5-452b-aa17-ea0c925f70da None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 239/476] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services => generated 307 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-977ad343-d589-4821-b469-a6dc43f144db None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-855a61b8-f198-4a71-b6c7-3617452fc0b1 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] RBAC: Adding query filter params (name=network) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 240/477] 10.201.9.223 () {56 vars in 1165 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services?name=network => generated 125 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 238/478] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d531546-36d7-46cd-b595-a0527acbe902 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a48e86d-2417-4bad-abdf-cdd71098f9da None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] PATH_INFO: `/v3/services/block-storage` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] RBAC: Authorizing `identity:get_service(service_id=block-storage)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] Could not find service: block-storage. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 241/479] 10.201.9.223 () {56 vars in 1169 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services/block-storage => generated 94 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 239/480] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services => generated 307 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b39f9aeb-85d9-40c8-97fc-a08b9cfb9d3b None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-821797cf-400d-4a66-88b1-36fe88d9bec0 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 242/481] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/domains/default => generated 200 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] RBAC: Adding query filter params (name=block-storage) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 240/482] 10.201.9.223 () {56 vars in 1177 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services?name=block-storage => generated 131 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47ea0b69-ed53-49a4-87f4-45aa007f34eb None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-339adecb-7dba-48ef-9c9e-36326ec98ba6 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 243/483] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/projects/service => generated 88 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 241/484] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/services => generated 307 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d812ba1-a28b-4714-ac62-38aee4c630e0 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c44e07a8-f6b4-4489-bd87-1912f62685cd None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c44e07a8-f6b4-4489-bd87-1912f62685cd None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c44e07a8-f6b4-4489-bd87-1912f62685cd None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c44e07a8-f6b4-4489-bd87-1912f62685cd None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c44e07a8-f6b4-4489-bd87-1912f62685cd None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c44e07a8-f6b4-4489-bd87-1912f62685cd None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c44e07a8-f6b4-4489-bd87-1912f62685cd None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 244/485] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:32:54 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f006e66-6624-4ebf-8ddf-8bebf09b57e4 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01027772-e438-4691-b125-176a6385d838 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01027772-e438-4691-b125-176a6385d838 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01027772-e438-4691-b125-176a6385d838 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01027772-e438-4691-b125-176a6385d838 None ******] PATH_INFO: `/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/8740d4e592eb4e049252f196fdf51359/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-01027772-e438-4691-b125-176a6385d838 None ******] RBAC: Authorizing `identity:create_grant(project_id=4c2f9fd6a50945829cdaabe9d7940731, user_id=8740d4e592eb4e049252f196fdf51359, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-01027772-e438-4691-b125-176a6385d838 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 242/486] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:32:54 2025] PUT /identity/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/8740d4e592eb4e049252f196fdf51359/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-447a0695-6528-4dbd-bbfb-4d8e704a5ac9 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-447a0695-6528-4dbd-bbfb-4d8e704a5ac9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-447a0695-6528-4dbd-bbfb-4d8e704a5ac9 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 245/487] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:55 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cf682dd-c46d-4329-8b4d-ff1050ce565a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cf682dd-c46d-4329-8b4d-ff1050ce565a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cf682dd-c46d-4329-8b4d-ff1050ce565a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-5cf682dd-c46d-4329-8b4d-ff1050ce565a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-5cf682dd-c46d-4329-8b4d-ff1050ce565a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-5cf682dd-c46d-4329-8b4d-ff1050ce565a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 243/488] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:55 2025] POST /identity/v3/auth/tokens => generated 863 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-447a0695-6528-4dbd-bbfb-4d8e704a5ac9 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a432f01-09ff-469a-a49d-31de60dc09aa None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a432f01-09ff-469a-a49d-31de60dc09aa None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a432f01-09ff-469a-a49d-31de60dc09aa None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 244/489] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:55 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eeef7413-f3d0-4885-b242-aedd5039594d None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eeef7413-f3d0-4885-b242-aedd5039594d None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eeef7413-f3d0-4885-b242-aedd5039594d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-447a0695-6528-4dbd-bbfb-4d8e704a5ac9 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-eeef7413-f3d0-4885-b242-aedd5039594d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-eeef7413-f3d0-4885-b242-aedd5039594d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-eeef7413-f3d0-4885-b242-aedd5039594d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf504619-6973-491c-881e-064f17eff267 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf504619-6973-491c-881e-064f17eff267 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf504619-6973-491c-881e-064f17eff267 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf504619-6973-491c-881e-064f17eff267 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf504619-6973-491c-881e-064f17eff267 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf504619-6973-491c-881e-064f17eff267 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 246/490] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:32:55 2025] POST /identity/v3/services => generated 243 bytes in 90 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 245/491] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:55 2025] POST /identity/v3/auth/tokens => generated 959 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 363 bytes (2 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cfcecb3-80cc-4aa2-b26a-d54e0c95c829 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cfcecb3-80cc-4aa2-b26a-d54e0c95c829 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cfcecb3-80cc-4aa2-b26a-d54e0c95c829 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 247/492] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:56 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11a86c74-cb56-424c-ad7e-79636c50d199 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11a86c74-cb56-424c-ad7e-79636c50d199 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11a86c74-cb56-424c-ad7e-79636c50d199 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-11a86c74-cb56-424c-ad7e-79636c50d199 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-11a86c74-cb56-424c-ad7e-79636c50d199 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-11a86c74-cb56-424c-ad7e-79636c50d199 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 246/493] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:56 2025] POST /identity/v3/auth/tokens => generated 959 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 363 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9cfcecb3-80cc-4aa2-b26a-d54e0c95c829 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feb2d42a-418b-4bfc-a26f-b1a8484a853f None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feb2d42a-418b-4bfc-a26f-b1a8484a853f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feb2d42a-418b-4bfc-a26f-b1a8484a853f None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 247/494] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:56 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9cfcecb3-80cc-4aa2-b26a-d54e0c95c829 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 248/495] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:32:56 2025] POST /identity/v3/services => generated 241 bytes in 96 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 248/496] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:56 2025] POST /identity/v3/auth/tokens => generated 1058 bytes in 79 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a99b01e4-63bb-4e2f-86fa-d2ffcba4cab2 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 249/497] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:32:56 2025] POST /identity/v3/services => generated 252 bytes in 80 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18bd5d17-41a8-4d75-b375-fe5bf8624224 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] PATH_INFO: `/v3/roles/******` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] Could not find role: ******. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 249/498] 10.201.9.223 () {56 vars in 1136 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/roles/****** => generated 83 bytes in 79 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01e0b15e-c417-4ead-92f4-2633e4b30b8b None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] RBAC: Adding query filter params (name=******) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 250/499] 10.201.9.223 () {56 vars in 1152 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d83d3c0-f65e-4689-9f4a-bc75674a6245 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 250/500] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/domains/Default => generated 87 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9462a6ce-5c39-4ac1-a299-6e30f322256d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 251/501] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f2f1d60-ac8b-4158-8c4c-147c5a5e5774 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] PATH_INFO: `/v3/users/nova` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] RBAC: Authorizing `identity:get_user(user_id=nova)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] Could not find user: nova. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 251/502] 10.201.9.223 () {56 vars in 1133 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/users/nova => generated 82 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd34b7a3-58fa-4b50-86e6-14ee2dd1d54f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] RBAC: Adding query filter params (name=nova) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 252/503] 10.201.9.223 () {56 vars in 1150 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/users?name=nova => generated 352 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ceda7f08-21a8-4c2a-91cc-df5a12915e80 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 252/504] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/domains/Default => generated 87 bytes in 63 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d51d2ad9-f4c4-4dc5-b911-298c07bab7fe None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 253/505] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bef24a6-d929-4d87-ac3e-c25d3f1e5152 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] Could not find project: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 253/506] 10.201.9.223 () {56 vars in 1186 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 59 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f80563a-0a6d-4f5e-a118-7ca52dd8796b None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-998f866e-f8ac-4cd1-9f65-07016bcf9857 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-998f866e-f8ac-4cd1-9f65-07016bcf9857 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-998f866e-f8ac-4cd1-9f65-07016bcf9857 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-998f866e-f8ac-4cd1-9f65-07016bcf9857 None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-998f866e-f8ac-4cd1-9f65-07016bcf9857 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-998f866e-f8ac-4cd1-9f65-07016bcf9857 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-998f866e-f8ac-4cd1-9f65-07016bcf9857 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 254/507] 10.201.9.223 () {56 vars in 1201 bytes} [Tue Jan 14 22:32:56 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0dd6b0a-05e2-4799-bc68-72aafb2b3b39 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad8d17e7-a614-4de2-911f-c84f6ec2423b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad8d17e7-a614-4de2-911f-c84f6ec2423b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad8d17e7-a614-4de2-911f-c84f6ec2423b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad8d17e7-a614-4de2-911f-c84f6ec2423b None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad8d17e7-a614-4de2-911f-c84f6ec2423b None ******] RBAC: Adding query filter params (role.id=623c1f83e13e4189b0b592d71c80d8e7, scope.project.id=4c2f9fd6a50945829cdaabe9d7940731, user.id=8740d4e592eb4e049252f196fdf51359) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad8d17e7-a614-4de2-911f-c84f6ec2423b None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad8d17e7-a614-4de2-911f-c84f6ec2423b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 254/508] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/role_assignments?role.id=623c1f83e13e4189b0b592d71c80d8e7&scope.project.id=4c2f9fd6a50945829cdaabe9d7940731&user.id=8740d4e592eb4e049252f196fdf51359 => generated 610 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-679ad581-970a-476f-836e-a6a127e41910 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-679ad581-970a-476f-836e-a6a127e41910 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-679ad581-970a-476f-836e-a6a127e41910 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 255/509] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:57 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b008ed56-2d16-4470-aa4c-174ac328bd73 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b008ed56-2d16-4470-aa4c-174ac328bd73 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b008ed56-2d16-4470-aa4c-174ac328bd73 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b008ed56-2d16-4470-aa4c-174ac328bd73 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b008ed56-2d16-4470-aa4c-174ac328bd73 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b008ed56-2d16-4470-aa4c-174ac328bd73 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 255/510] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:57 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4d7932-2847-4623-a16f-68fb1a91abf1 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4d7932-2847-4623-a16f-68fb1a91abf1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca4d7932-2847-4623-a16f-68fb1a91abf1 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 256/511] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:57 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3850ac3-2811-442c-826b-8d1fcfb7a51d None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3850ac3-2811-442c-826b-8d1fcfb7a51d None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3850ac3-2811-442c-826b-8d1fcfb7a51d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f3850ac3-2811-442c-826b-8d1fcfb7a51d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f3850ac3-2811-442c-826b-8d1fcfb7a51d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f3850ac3-2811-442c-826b-8d1fcfb7a51d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca4d7932-2847-4623-a16f-68fb1a91abf1 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 256/512] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:57 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca4d7932-2847-4623-a16f-68fb1a91abf1 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-197e9665-76d2-413b-a9db-c23efc3f999f None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-197e9665-76d2-413b-a9db-c23efc3f999f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-197e9665-76d2-413b-a9db-c23efc3f999f None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 257/513] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:57 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] PATH_INFO: `/v3/services/image` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] RBAC: Authorizing `identity:get_service(service_id=image)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] Could not find service: image. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 257/514] 10.201.9.223 () {56 vars in 1102 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services/image => generated 86 bytes in 97 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 258/515] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:57 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a97aa4d2-6783-456d-b802-6a8869d46f5e None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] RBAC: Adding query filter params (name=image) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 258/516] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services?name=image => generated 123 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c8f540-3c0d-4c09-b9f9-3b9b21b7d44c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d775ecc-22be-468f-9f7d-0276cf934a21 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] PATH_INFO: `/v3/services/network` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] RBAC: Authorizing `identity:get_service(service_id=network)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] RBAC: Adding query filter params (type=image) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 259/517] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services?type=image => generated 352 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] Could not find service: network. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 259/518] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services/network => generated 88 bytes in 95 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab9ee487-0660-4099-864f-c788f536f5ab None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f004eb0a-ba6f-4cbe-b423-8856297acee4 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] RBAC: Adding query filter params (interface=public, service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] RBAC: Adding query filter params (name=network) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 260/519] 10.201.9.223 () {56 vars in 1248 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/endpoints?service_id=479c0b7c00794c79a1a025638504071e&interface=public®ion_id=RegionOne => generated 195 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 260/520] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services?name=network => generated 125 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f16eb191-dddc-4f75-bf9e-df5a5843e15e None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-237ac87a-8465-42df-882c-80b309ab92b8 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 261/521] 10.201.9.223 () {56 vars in 1084 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services => generated 1007 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] PATH_INFO: `/v3/services/block-storage` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] RBAC: Authorizing `identity:get_service(service_id=block-storage)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] Could not find service: block-storage. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 261/522] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services/block-storage => generated 94 bytes in 83 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4451fd70-0a73-4401-947c-b91da144f399 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0feeec56-3e4c-4882-b1ec-6d9be5a85143 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] RBAC: Adding query filter params (type=network) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 262/523] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services?type=network => generated 352 bytes in 80 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] RBAC: Adding query filter params (name=block-storage) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 262/524] 10.201.9.223 () {56 vars in 1121 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services?name=block-storage => generated 131 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-200c833e-a8a0-4b80-b7f5-e1c777992e87 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] RBAC: Adding query filter params (interface=public, service_id=08f0d1c287e64b66b981d8f74723810a, region_id=RegionOne) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f410ee9-74b1-41f3-acaf-fff9facb860b None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 263/525] 10.201.9.223 () {56 vars in 1248 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/endpoints?service_id=08f0d1c287e64b66b981d8f74723810a&interface=public®ion_id=RegionOne => generated 195 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] RBAC: Adding query filter params (type=block-storage) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 263/526] 10.201.9.223 () {56 vars in 1121 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services?type=block-storage => generated 369 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e6aedd1-13ff-45fb-ae10-e59004845ee0 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 264/527] 10.201.9.223 () {56 vars in 1084 bytes} [Tue Jan 14 22:32:57 2025] GET /identity/v3/services => generated 1007 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b68cda78-297e-42a3-ab65-3fe8c27c482a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd441281-07e8-4bc1-bec2-7c6372a587c8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd441281-07e8-4bc1-bec2-7c6372a587c8 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd441281-07e8-4bc1-bec2-7c6372a587c8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd441281-07e8-4bc1-bec2-7c6372a587c8 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd441281-07e8-4bc1-bec2-7c6372a587c8 None ******] RBAC: Adding query filter params (interface=public, service_id=a7cbcc92bfe3474bb3e0ae14da48057d, region_id=RegionOne) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd441281-07e8-4bc1-bec2-7c6372a587c8 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd441281-07e8-4bc1-bec2-7c6372a587c8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 264/528] 10.201.9.223 () {56 vars in 1248 bytes} [Tue Jan 14 22:32:58 2025] GET /identity/v3/endpoints?service_id=a7cbcc92bfe3474bb3e0ae14da48057d&interface=public®ion_id=RegionOne => generated 195 bytes in 84 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8df51289-f407-4c02-ac1a-ba6fd9e62952 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d84bc6be-8eef-4b7d-9270-cba8464098ef None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d84bc6be-8eef-4b7d-9270-cba8464098ef None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d84bc6be-8eef-4b7d-9270-cba8464098ef None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d84bc6be-8eef-4b7d-9270-cba8464098ef None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d84bc6be-8eef-4b7d-9270-cba8464098ef None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d84bc6be-8eef-4b7d-9270-cba8464098ef None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 265/529] 10.201.9.223 () {56 vars in 1084 bytes} [Tue Jan 14 22:32:58 2025] GET /identity/v3/services => generated 1007 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76a4fbc6-d640-4b47-a460-5ed0ef19fa1c None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76a4fbc6-d640-4b47-a460-5ed0ef19fa1c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76a4fbc6-d640-4b47-a460-5ed0ef19fa1c None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 265/530] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:58 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 266/531] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:58 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76a4fbc6-d640-4b47-a460-5ed0ef19fa1c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76a4fbc6-d640-4b47-a460-5ed0ef19fa1c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] PATH_INFO: `/v3/services/compute_legacy` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] RBAC: Authorizing `identity:get_service(service_id=compute_legacy)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] Could not find service: compute_legacy. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 266/532] 10.201.9.223 () {56 vars in 1172 bytes} [Tue Jan 14 22:32:58 2025] GET /identity/v3/services/compute_legacy => generated 95 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fb17401-5d4e-43a5-a4d5-a645ad1f9129 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2c9bd46-d67e-4d66-8e6c-67c2003a00f4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2c9bd46-d67e-4d66-8e6c-67c2003a00f4 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2c9bd46-d67e-4d66-8e6c-67c2003a00f4 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2c9bd46-d67e-4d66-8e6c-67c2003a00f4 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2c9bd46-d67e-4d66-8e6c-67c2003a00f4 None ******] RBAC: Adding query filter params (name=compute_legacy) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2c9bd46-d67e-4d66-8e6c-67c2003a00f4 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2c9bd46-d67e-4d66-8e6c-67c2003a00f4 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 267/533] 10.201.9.223 () {56 vars in 1179 bytes} [Tue Jan 14 22:32:58 2025] GET /identity/v3/services?name=compute_legacy => generated 132 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81bcb59f-6fe2-4ce3-b01c-de40a66ddab6 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a37a4a6f-7348-484e-ad3e-86c2a651767c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a37a4a6f-7348-484e-ad3e-86c2a651767c None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a37a4a6f-7348-484e-ad3e-86c2a651767c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a37a4a6f-7348-484e-ad3e-86c2a651767c None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a37a4a6f-7348-484e-ad3e-86c2a651767c None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a37a4a6f-7348-484e-ad3e-86c2a651767c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 267/534] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:32:58 2025] GET /identity/v3/services => generated 1007 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7231199c-2b8b-4189-a26c-a8a1b5fefb5a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7231199c-2b8b-4189-a26c-a8a1b5fefb5a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7231199c-2b8b-4189-a26c-a8a1b5fefb5a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 268/535] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:58 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 268/536] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:58 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7231199c-2b8b-4189-a26c-a8a1b5fefb5a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7231199c-2b8b-4189-a26c-a8a1b5fefb5a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] PATH_INFO: `/v3/services/image` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] RBAC: Authorizing `identity:get_service(service_id=image)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] Could not find service: image. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 269/537] 10.201.9.223 () {56 vars in 1102 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services/image => generated 86 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6980b7e6-63ac-4224-895d-bc6a0884f664 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] RBAC: Adding query filter params (name=image) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 269/538] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services?name=image => generated 123 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-07f5b155-f231-4638-afd5-a187dfca45c4 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84130a1c-20b6-4836-8d04-4a4155b751ed None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84130a1c-20b6-4836-8d04-4a4155b751ed None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84130a1c-20b6-4836-8d04-4a4155b751ed None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84130a1c-20b6-4836-8d04-4a4155b751ed None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84130a1c-20b6-4836-8d04-4a4155b751ed None ******] RBAC: Adding query filter params (type=image) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84130a1c-20b6-4836-8d04-4a4155b751ed None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84130a1c-20b6-4836-8d04-4a4155b751ed None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 270/539] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services?type=image => generated 352 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-291ef651-654a-4ec2-8e08-b7c620abb8c7 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-291ef651-654a-4ec2-8e08-b7c620abb8c7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-291ef651-654a-4ec2-8e08-b7c620abb8c7 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 271/540] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:59 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4ee25be-d728-48d9-a208-aa959799f895 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4ee25be-d728-48d9-a208-aa959799f895 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4ee25be-d728-48d9-a208-aa959799f895 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f4ee25be-d728-48d9-a208-aa959799f895 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f4ee25be-d728-48d9-a208-aa959799f895 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f4ee25be-d728-48d9-a208-aa959799f895 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98a73c69-b5ce-47d2-8d0f-75c3bfb9e132 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-881adf95-7c42-4ac5-bf83-d723ee10b70f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-881adf95-7c42-4ac5-bf83-d723ee10b70f None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-881adf95-7c42-4ac5-bf83-d723ee10b70f None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-881adf95-7c42-4ac5-bf83-d723ee10b70f None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-881adf95-7c42-4ac5-bf83-d723ee10b70f None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 272/541] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:59 2025] POST /identity/v3/auth/tokens => generated 1162 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-881adf95-7c42-4ac5-bf83-d723ee10b70f None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 270/542] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:32:59 2025] POST /identity/v3/endpoints => generated 329 bytes in 94 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1adbfc7e-b7a8-458a-bb5f-d5a6d13f591f None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1adbfc7e-b7a8-458a-bb5f-d5a6d13f591f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1adbfc7e-b7a8-458a-bb5f-d5a6d13f591f None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 273/543] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:59 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1adbfc7e-b7a8-458a-bb5f-d5a6d13f591f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 271/544] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:59 2025] POST /identity/v3/auth/tokens => generated 1312 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1adbfc7e-b7a8-458a-bb5f-d5a6d13f591f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] PATH_INFO: `/v3/services/network` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] RBAC: Authorizing `identity:get_service(service_id=network)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] Could not find service: network. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 274/545] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services/network => generated 88 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c04a45d-f7cd-48d6-a280-52bc4e6723ef None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] RBAC: Adding query filter params (name=network) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 272/546] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services?name=network => generated 125 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a216211-4584-4f61-b887-2a04a0497c53 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58155ce8-cab4-4807-801b-fface9fc9679 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] PATH_INFO: `/v3/services/block-storage` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] RBAC: Adding query filter params (type=network) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] RBAC: Authorizing `identity:get_service(service_id=block-storage)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 275/547] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services?type=network => generated 352 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] Could not find service: block-storage. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 273/548] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services/block-storage => generated 94 bytes in 58 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf06128-f75f-4798-9463-bbe516af93a6 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22e4916f-0fb0-4170-aaa7-26d08dc772bc None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] RBAC: Adding query filter params (name=block-storage) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 274/549] 10.201.9.223 () {56 vars in 1121 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services?name=block-storage => generated 131 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 276/550] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:32:59 2025] POST /identity/v3/endpoints => generated 339 bytes in 69 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58e0f86f-ce56-4f9e-9810-da94381af723 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5aa62361-5683-4feb-8e95-cd11436b62b9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5aa62361-5683-4feb-8e95-cd11436b62b9 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5aa62361-5683-4feb-8e95-cd11436b62b9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5aa62361-5683-4feb-8e95-cd11436b62b9 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5aa62361-5683-4feb-8e95-cd11436b62b9 None ******] RBAC: Adding query filter params (type=block-storage) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5aa62361-5683-4feb-8e95-cd11436b62b9 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5aa62361-5683-4feb-8e95-cd11436b62b9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 275/551] 10.201.9.223 () {56 vars in 1121 bytes} [Tue Jan 14 22:32:59 2025] GET /identity/v3/services?type=block-storage => generated 369 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc51bc93-84a6-41e5-8a1b-4081f248f239 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc51bc93-84a6-41e5-8a1b-4081f248f239 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc51bc93-84a6-41e5-8a1b-4081f248f239 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 276/552] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:32:59 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd43bedb-f84a-424d-9388-bac72999fa30 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd43bedb-f84a-424d-9388-bac72999fa30 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd43bedb-f84a-424d-9388-bac72999fa30 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-cd43bedb-f84a-424d-9388-bac72999fa30 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-cd43bedb-f84a-424d-9388-bac72999fa30 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cd43bedb-f84a-424d-9388-bac72999fa30 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbec85f5-eb66-482d-b7bc-fc9bd6377a68 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 277/553] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:32:59 2025] POST /identity/v3/endpoints => generated 333 bytes in 108 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 277/554] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:32:59 2025] POST /identity/v3/auth/tokens => generated 1626 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:32:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f6d8f0f-7aab-4470-b1b9-2020f17ec4f1 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17774b2c-c2c2-41f7-998a-3c81463d9197 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17774b2c-c2c2-41f7-998a-3c81463d9197 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17774b2c-c2c2-41f7-998a-3c81463d9197 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17774b2c-c2c2-41f7-998a-3c81463d9197 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17774b2c-c2c2-41f7-998a-3c81463d9197 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17774b2c-c2c2-41f7-998a-3c81463d9197 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 278/555] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:32:59 2025] POST /identity/v3/services => generated 270 bytes in 90 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8606033a-2f0a-41ab-94ce-c1f7dc1dd9e9 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8606033a-2f0a-41ab-94ce-c1f7dc1dd9e9 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8606033a-2f0a-41ab-94ce-c1f7dc1dd9e9 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 278/556] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:00 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 279/557] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:00 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8606033a-2f0a-41ab-94ce-c1f7dc1dd9e9 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8606033a-2f0a-41ab-94ce-c1f7dc1dd9e9 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] RBAC: Authorizing `identity:create_domain()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.sql.core [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] Conflict project: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: [parameters: {'id': 'fda5c190051349ef9fdb6badb46feb2e', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60544) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default.: keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result.read() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return method(*args, **kwargs) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/backends/sql.py", line 278, in create_project +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with sql.session_for_write() as session: +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with current._produce_block( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.force_reraise() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise self.value +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application session.commit() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application trans.commit(_to_root=True) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "", line 2, in commit +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._prepare_impl() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.session.flush() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._flush(objects) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with util.safe_reraise(): +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application flush_context.execute() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application rec.execute(self) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application _emit_insert_statements( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = connection.execute( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return meth( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return connection._execute_clauseelement( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret = self._execute_context( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return self._exec_single_context( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._handle_dbapi_exception( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result.read() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry '<>-Default' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [parameters: {'id': 'fda5c190051349ef9fdb6badb46feb2e', 'name': 'Default', 'domain_id': '<>', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': None, 'is_domain': 1}] +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 250, in create_project +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret = self.driver.create_project(project_id, project) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - Duplicate entry found with name Default. +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application rv = self.dispatch_request() +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return func(*args, **kwargs) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application response = func(*args, **kwargs) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/domains.py", line 181, in post +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ref = PROVIDERS.resource_api.create_domain( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 867, in create_domain +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application is_domain_project = self.create_project( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 252, in create_project +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise exception.Conflict( +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects acting as domains with the same name: Default. +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 279/558] 10.201.9.223 () {60 vars in 1134 bytes} [Tue Jan 14 22:33:00 2025] POST /identity/v3/domains => generated 190 bytes in 77 msecs (HTTP/1.1 409) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-01ba270e-76af-42f4-a42d-7ed3668d46e7 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b35a0236-8dd3-4296-9352-95e89936ae98 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b35a0236-8dd3-4296-9352-95e89936ae98 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b35a0236-8dd3-4296-9352-95e89936ae98 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b35a0236-8dd3-4296-9352-95e89936ae98 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b35a0236-8dd3-4296-9352-95e89936ae98 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b35a0236-8dd3-4296-9352-95e89936ae98 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-b35a0236-8dd3-4296-9352-95e89936ae98 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 280/559] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:00 2025] GET /identity/v3/domains/Default => generated 87 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e170bca-c03a-467d-884e-5139ea504d26 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45b3e7dd-ce09-466c-8c4a-bd8d1401b80c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45b3e7dd-ce09-466c-8c4a-bd8d1401b80c None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45b3e7dd-ce09-466c-8c4a-bd8d1401b80c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45b3e7dd-ce09-466c-8c4a-bd8d1401b80c None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45b3e7dd-ce09-466c-8c4a-bd8d1401b80c None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45b3e7dd-ce09-466c-8c4a-bd8d1401b80c None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45b3e7dd-ce09-466c-8c4a-bd8d1401b80c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 280/560] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:33:00 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0877f06e-766a-4054-abe1-853e9295d623 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0877f06e-766a-4054-abe1-853e9295d623 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0877f06e-766a-4054-abe1-853e9295d623 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 281/561] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:01 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7390614a-e162-4356-b0fb-a826d7f895bd None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7390614a-e162-4356-b0fb-a826d7f895bd None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7390614a-e162-4356-b0fb-a826d7f895bd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7390614a-e162-4356-b0fb-a826d7f895bd None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7390614a-e162-4356-b0fb-a826d7f895bd None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7390614a-e162-4356-b0fb-a826d7f895bd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 281/562] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:01 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f208f477-9549-4d9b-ac7d-d9a55811e3d8 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f208f477-9549-4d9b-ac7d-d9a55811e3d8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f208f477-9549-4d9b-ac7d-d9a55811e3d8 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 282/563] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:01 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f208f477-9549-4d9b-ac7d-d9a55811e3d8 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 282/564] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:01 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f208f477-9549-4d9b-ac7d-d9a55811e3d8 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: WARNING keystone.server.flask.common [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] Deprecated: Not specifying a domain during a create user, group or project call, and relying on falling back to the default domain, is deprecated as of Liberty. There is no plan to remove this compatibility, however, future API versions may remove this, so please specify the domain explicitly or use a domain-scoped token. +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.sql.core [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] Conflict project: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-service' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [parameters: {'id': '6c4687c9ff034bf98ccb12554f8a9342', 'name': 'service', 'domain_id': 'default', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': 'default', 'is_domain': 0}] +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60543) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] Conflict occurred attempting to store project - it is not permitted to have two projects with either the same name or same id in the same domain: name is service, project id 6c4687c9ff034bf98ccb12554f8a9342.: keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects with either the same name or same id in the same domain: name is service, project id 6c4687c9ff034bf98ccb12554f8a9342. +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result.read() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry 'default-service' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return method(*args, **kwargs) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/backends/sql.py", line 278, in create_project +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with sql.session_for_write() as session: +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with current._produce_block( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.force_reraise() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise self.value +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application session.commit() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application trans.commit(_to_root=True) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "", line 2, in commit +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._prepare_impl() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.session.flush() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._flush(objects) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application with util.safe_reraise(): +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application flush_context.execute() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application rec.execute(self) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application _emit_insert_statements( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result = connection.execute( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return meth( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return connection._execute_clauseelement( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret = self._execute_context( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return self._exec_single_context( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._handle_dbapi_exception( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application result.read() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-service' for key 'project.ixu_project_name_domain_id'") +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application [SQL: INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES (%(id)s, %(name)s, %(domain_id)s, %(description)s, %(enabled)s, %(extra)s, %(parent_id)s, %(is_domain)s)] +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application [parameters: {'id': '6c4687c9ff034bf98ccb12554f8a9342', 'name': 'service', 'domain_id': 'default', 'description': '', 'enabled': 1, 'extra': '{}', 'parent_id': 'default', 'is_domain': 0}] +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 250, in create_project +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ret = self.driver.create_project(project_id, project) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - Duplicate entry found with name service at domain ID default. +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application rv = self.dispatch_request() +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 80, in wrapper +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application return func(*args, **kwargs) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/validation/__init__.py", line 139, in wrapper +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application response = func(*args, **kwargs) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/projects.py", line 223, in post +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application ref = PROVIDERS.resource_api.create_project( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/resource/core.py", line 252, in create_project +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application raise exception.Conflict( +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store project - it is not permitted to have two projects with either the same name or same id in the same domain: name is service, project id 6c4687c9ff034bf98ccb12554f8a9342. +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: ERROR keystone.server.flask.application +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 283/565] 10.201.9.223 () {60 vars in 1137 bytes} [Tue Jan 14 22:33:01 2025] POST /identity/v3/projects => generated 262 bytes in 75 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2cbac5c-11b3-412d-a2d9-e49cc224404e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] Could not find project: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 283/566] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:33:01 2025] GET /identity/v3/projects/service => generated 88 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36e82880-b522-4a28-9eba-5a498b97e0a0 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] PATH_INFO: `/v3/services/compute_legacy` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] RBAC: Authorizing `identity:get_service(service_id=compute_legacy)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] Could not find service: compute_legacy. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 284/567] 10.201.9.223 () {56 vars in 1129 bytes} [Tue Jan 14 22:33:01 2025] GET /identity/v3/services/compute_legacy => generated 95 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a9006ef-cbf0-45e4-89fb-046bcf9a3977 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5e35f6a-f2ff-4df1-af24-6f92bd87ab87 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] RBAC: Adding query filter params (name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 284/568] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:33:01 2025] GET /identity/v3/projects?name=service => generated 413 bytes in 82 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] RBAC: Adding query filter params (name=compute_legacy) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 285/569] 10.201.9.223 () {56 vars in 1123 bytes} [Tue Jan 14 22:33:01 2025] GET /identity/v3/services?name=compute_legacy => generated 132 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1cbf082-5020-43ee-872e-f6faebd30a80 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] RBAC: Adding query filter params (type=compute_legacy) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 285/570] 10.201.9.223 () {56 vars in 1123 bytes} [Tue Jan 14 22:33:01 2025] GET /identity/v3/services?type=compute_legacy => generated 388 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12f10360-3e05-4f1d-9b96-800557e34b35 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-969aa013-095e-4f7a-99e4-ff5d0e0a0009 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-969aa013-095e-4f7a-99e4-ff5d0e0a0009 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-969aa013-095e-4f7a-99e4-ff5d0e0a0009 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-969aa013-095e-4f7a-99e4-ff5d0e0a0009 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-969aa013-095e-4f7a-99e4-ff5d0e0a0009 None ******] RBAC: Adding query filter params (interface=public, service_id=bf767406b65b4d34bd3680d00a579acb, region_id=RegionOne) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-969aa013-095e-4f7a-99e4-ff5d0e0a0009 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-969aa013-095e-4f7a-99e4-ff5d0e0a0009 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 286/571] 10.201.9.223 () {56 vars in 1248 bytes} [Tue Jan 14 22:33:01 2025] GET /identity/v3/endpoints?service_id=bf767406b65b4d34bd3680d00a579acb&interface=public®ion_id=RegionOne => generated 195 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71f339c7-3316-487d-92c8-b55a0c93a80d None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc4a57ed-604b-411f-a8dc-eeed20e2d551 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc4a57ed-604b-411f-a8dc-eeed20e2d551 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc4a57ed-604b-411f-a8dc-eeed20e2d551 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc4a57ed-604b-411f-a8dc-eeed20e2d551 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc4a57ed-604b-411f-a8dc-eeed20e2d551 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc4a57ed-604b-411f-a8dc-eeed20e2d551 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 286/572] 10.201.9.223 () {56 vars in 1084 bytes} [Tue Jan 14 22:33:01 2025] GET /identity/v3/services => generated 1265 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e90d30ca-b810-4284-a918-a6d312075369 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e90d30ca-b810-4284-a918-a6d312075369 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e90d30ca-b810-4284-a918-a6d312075369 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 287/573] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:02 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 287/574] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:02 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e90d30ca-b810-4284-a918-a6d312075369 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e90d30ca-b810-4284-a918-a6d312075369 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] PATH_INFO: `/v3/services/glance` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] Could not find service: glance. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 288/575] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:02 2025] GET /identity/v3/services/glance => generated 87 bytes in 75 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cefc430c-5d40-45dc-89b7-f3c46ebe2be4 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] RBAC: Adding query filter params (name=glance) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 288/576] 10.201.9.223 () {56 vars in 1107 bytes} [Tue Jan 14 22:33:02 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52053e0f-2984-44cd-a173-10dcd0d241b4 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6da6821-add6-4127-9d7a-6a4057cb1dd3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6da6821-add6-4127-9d7a-6a4057cb1dd3 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6da6821-add6-4127-9d7a-6a4057cb1dd3 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6da6821-add6-4127-9d7a-6a4057cb1dd3 None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6da6821-add6-4127-9d7a-6a4057cb1dd3 None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6da6821-add6-4127-9d7a-6a4057cb1dd3 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 289/577] 10.201.9.223 () {56 vars in 1111 bytes} [Tue Jan 14 22:33:02 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f9b8a81a-7784-4961-bf4d-0b4cb5e56844 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bc9dec9-fdc1-4741-b9dd-1c62bea4a1df None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bc9dec9-fdc1-4741-b9dd-1c62bea4a1df None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bc9dec9-fdc1-4741-b9dd-1c62bea4a1df None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bc9dec9-fdc1-4741-b9dd-1c62bea4a1df None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bc9dec9-fdc1-4741-b9dd-1c62bea4a1df None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bc9dec9-fdc1-4741-b9dd-1c62bea4a1df None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 289/578] 10.201.9.223 () {60 vars in 1165 bytes} [Tue Jan 14 22:33:02 2025] POST /identity/v3/registered_limits => generated 330 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-122a6538-b878-4717-86e3-822fd3cf99e7 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-122a6538-b878-4717-86e3-822fd3cf99e7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-122a6538-b878-4717-86e3-822fd3cf99e7 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 290/579] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:02 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef286ce2-119d-4269-80b3-2c6e820d5062 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef286ce2-119d-4269-80b3-2c6e820d5062 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef286ce2-119d-4269-80b3-2c6e820d5062 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 291/580] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:02 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 290/581] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:02 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 292/582] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:02 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24cd6235-7471-4597-a2ef-23deb4678076 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0bd6139c-6ec3-43b3-8408-dbbbe26f50ba None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db65b9f8-01de-4412-be17-523063557aac None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db65b9f8-01de-4412-be17-523063557aac None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db65b9f8-01de-4412-be17-523063557aac None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db65b9f8-01de-4412-be17-523063557aac None ******] PATH_INFO: `/v3/services/compute_legacy` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db65b9f8-01de-4412-be17-523063557aac None ******] RBAC: Authorizing `identity:get_service(service_id=compute_legacy)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db65b9f8-01de-4412-be17-523063557aac None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-db65b9f8-01de-4412-be17-523063557aac None ******] Could not find service: compute_legacy. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 293/583] 10.201.9.223 () {56 vars in 1129 bytes} [Tue Jan 14 22:33:02 2025] GET /identity/v3/services/compute_legacy => generated 95 bytes in 71 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db65b9f8-01de-4412-be17-523063557aac None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.server.flask.common [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] Deprecated: Not specifying a domain during a create user, group or project call, and relying on falling back to the default domain, is deprecated as of Liberty. There is no plan to remove this compatibility, however, future API versions may remove this, so please specify the domain explicitly or use a domain-scoped token. +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.sql.core [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] Conflict user: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-cinder' for key 'local_user.domain_id'") +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: [SQL: INSERT INTO local_user (user_id, domain_id, name, failed_auth_count, failed_auth_at) VALUES (%(user_id)s, %(domain_id)s, %(name)s, %(failed_auth_count)s, %(failed_auth_at)s)] +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: [parameters: {'user_id': '89a4f19c5cc94da1824567ecd9c5ebe3', 'domain_id': 'default', 'name': 'cinder', 'failed_auth_count': None, 'failed_auth_at': None}] +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: (Background on this error at: https://sqlalche.me/e/20/gkpj) {{(pid=60544) wrapper /opt/stack/keystone/keystone/common/sql/core.py:580}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] Conflict occurred attempting to store user - Duplicate entry found with name cinder at domain ID default.: keystone.exception.Conflict: Conflict occurred attempting to store user - Duplicate entry found with name cinder at domain ID default. +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result.read() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application pymysql.err.IntegrityError: (1062, "Duplicate entry 'default-cinder' for key 'local_user.domain_id'") +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application The above exception was the direct cause of the following exception: +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 575, in wrapper +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return method(*args, **kwargs) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/backends/sql.py", line 133, in create_user +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with sql.session_for_write() as session: +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1199, in _transaction_scope +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with current._produce_block( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application next(self.gen) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 850, in _session +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with excutils.save_and_reraise_exception(): +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.force_reraise() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise self.value +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 848, in _session +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._end_session_transaction(self.session) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 761, in _end_session_transaction +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application session.commit() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2028, in commit +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application trans.commit(_to_root=True) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "", line 2, in commit +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1313, in commit +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._prepare_impl() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "", line 2, in _prepare_impl +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/state_changes.py", line 139, in _go +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret_value = fn(self, *arg, **kw) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1288, in _prepare_impl +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.session.flush() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._flush(objects) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application with util.safe_reraise(): +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__ +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise exc_value.with_traceback(exc_tb) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application flush_context.execute() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application rec.execute(self) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application util.preloaded.orm_persistence.save_obj( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application _emit_insert_statements( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1233, in _emit_insert_statements +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = connection.execute( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return meth( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return connection._execute_clauseelement( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ret = self._execute_context( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return self._exec_single_context( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._handle_dbapi_exception( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise newraise.with_traceback(exc_info[2]) from e +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self.dialect.do_execute( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application cursor.execute(statement, parameters) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 153, in execute +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result = self._query(query) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/cursors.py", line 322, in _query +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application conn.query(q) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 563, in query +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application self._affected_rows = self._read_query_result(unbuffered=unbuffered) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 825, in _read_query_result +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application result.read() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 1199, in read +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application first_packet = self.connection._read_packet() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/connections.py", line 775, in _read_packet +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application packet.raise_for_error() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/protocol.py", line 219, in raise_for_error +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application err.raise_mysql_exception(self._data) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise errorclass(errno, errval) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'default-cinder' for key 'local_user.domain_id'") +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [SQL: INSERT INTO local_user (user_id, domain_id, name, failed_auth_count, failed_auth_at) VALUES (%(user_id)s, %(domain_id)s, %(name)s, %(failed_auth_count)s, %(failed_auth_at)s)] +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application [parameters: {'user_id': '89a4f19c5cc94da1824567ecd9c5ebe3', 'domain_id': 'default', 'name': 'cinder', 'failed_auth_count': None, 'failed_auth_at': None}] +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application (Background on this error at: https://sqlalche.me/e/20/gkpj) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application During handling of the above exception, another exception occurred: +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application Traceback (most recent call last): +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application rv = self.dispatch_request() +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 489, in wrapper +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application resp = resource(*args, **kwargs) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask/views.py", line 110, in view +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return current_app.ensure_sync(self.dispatch_request)(**kwargs) # type: ignore[no-any-return] +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/data/venv/lib/python3.10/site-packages/flask_restful/__init__.py", line 604, in dispatch_request +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application resp = meth(*args, **kwargs) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/api/users.py", line 258, in post +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ref = PROVIDERS.identity_api.create_user( +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/manager.py", line 114, in wrapped +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application __ret_val = __f(*args, **kwargs) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 530, in wrapper +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return f(self, *args, **kwargs) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 542, in wrapper +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application return f(self, *args, **kwargs) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 1168, in create_user +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application ref = self._create_user_with_federated_objects(user, driver) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/identity/core.py", line 1133, in _create_user_with_federated_objects +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application user = driver.create_user(user['id'], user) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application File "/opt/stack/keystone/keystone/common/sql/core.py", line 614, in wrapper +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application raise exception.Conflict(type=conflict_type, details=msg) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application keystone.exception.Conflict: Conflict occurred attempting to store user - Duplicate entry found with name cinder at domain ID default. +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: ERROR keystone.server.flask.application +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 291/584] 10.201.9.223 () {60 vars in 1171 bytes} [Tue Jan 14 22:33:02 2025] POST /identity/v3/users => generated 160 bytes in 96 msecs (HTTP/1.1 409) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db65b9f8-01de-4412-be17-523063557aac None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] RBAC: Adding query filter params (name=compute_legacy) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 294/585] 10.201.9.223 () {56 vars in 1123 bytes} [Tue Jan 14 22:33:02 2025] GET /identity/v3/services?name=compute_legacy => generated 132 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:33:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cfbb661-286f-4ff0-a931-d0f9ab2ed4cb None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] PATH_INFO: `/v3/users/cinder` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b9ccd30-3016-46a0-85a9-1c716b57bf60 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] RBAC: Authorizing `identity:get_user(user_id=cinder)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] Could not find user: cinder. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 292/586] 10.201.9.223 () {56 vars in 1139 bytes} [Tue Jan 14 22:33:02 2025] GET /identity/v3/users/cinder => generated 84 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] RBAC: Adding query filter params (type=compute_legacy) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 295/587] 10.201.9.223 () {56 vars in 1123 bytes} [Tue Jan 14 22:33:02 2025] GET /identity/v3/services?type=compute_legacy => generated 388 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8772c14-6bf8-4869-8a13-6e55148e0d94 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55568754-b351-4ca7-9fc5-79efdd0d1655 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13c5c975-65f3-48a0-a982-5d9f22f3fce7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13c5c975-65f3-48a0-a982-5d9f22f3fce7 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13c5c975-65f3-48a0-a982-5d9f22f3fce7 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13c5c975-65f3-48a0-a982-5d9f22f3fce7 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13c5c975-65f3-48a0-a982-5d9f22f3fce7 None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13c5c975-65f3-48a0-a982-5d9f22f3fce7 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 296/588] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:33:03 2025] POST /identity/v3/endpoints => generated 349 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e6f41fd-8b9e-41d6-a440-fc5e4fe3cea6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6f41fd-8b9e-41d6-a440-fc5e4fe3cea6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6f41fd-8b9e-41d6-a440-fc5e4fe3cea6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6f41fd-8b9e-41d6-a440-fc5e4fe3cea6 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e6f41fd-8b9e-41d6-a440-fc5e4fe3cea6 None ******] RBAC: Adding query filter params (name=cinder) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e6f41fd-8b9e-41d6-a440-fc5e4fe3cea6 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e6f41fd-8b9e-41d6-a440-fc5e4fe3cea6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 293/589] 10.201.9.223 () {56 vars in 1154 bytes} [Tue Jan 14 22:33:03 2025] GET /identity/v3/users?name=cinder => generated 356 bytes in 95 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23ec64d2-b1cf-44da-9bda-9170f5179872 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23ec64d2-b1cf-44da-9bda-9170f5179872 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23ec64d2-b1cf-44da-9bda-9170f5179872 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 297/590] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:03 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 294/591] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:03 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23ec64d2-b1cf-44da-9bda-9170f5179872 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23ec64d2-b1cf-44da-9bda-9170f5179872 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] PATH_INFO: `/v3/services/glance` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] Could not find service: glance. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 298/592] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:03 2025] GET /identity/v3/services/glance => generated 87 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6690d34-0802-4ab6-aeae-5a38ff1ae94e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] RBAC: Adding query filter params (name=glance) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 295/593] 10.201.9.223 () {56 vars in 1107 bytes} [Tue Jan 14 22:33:03 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b3d4c9d-148a-4833-b71d-fb6213c96092 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ccfae1c-cf6b-4249-8abf-f20cf2376eaa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ccfae1c-cf6b-4249-8abf-f20cf2376eaa None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ccfae1c-cf6b-4249-8abf-f20cf2376eaa None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ccfae1c-cf6b-4249-8abf-f20cf2376eaa None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ccfae1c-cf6b-4249-8abf-f20cf2376eaa None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ccfae1c-cf6b-4249-8abf-f20cf2376eaa None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 299/594] 10.201.9.223 () {56 vars in 1111 bytes} [Tue Jan 14 22:33:03 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23d2f55d-ca0b-4d9e-8191-099470bee24d None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bce7ca80-eedf-482b-be8c-7b15d1b345e9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bce7ca80-eedf-482b-be8c-7b15d1b345e9 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bce7ca80-eedf-482b-be8c-7b15d1b345e9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bce7ca80-eedf-482b-be8c-7b15d1b345e9 None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bce7ca80-eedf-482b-be8c-7b15d1b345e9 None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bce7ca80-eedf-482b-be8c-7b15d1b345e9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 296/595] 10.201.9.223 () {60 vars in 1165 bytes} [Tue Jan 14 22:33:03 2025] POST /identity/v3/registered_limits => generated 331 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5125d4d3-eb26-4594-b12b-547ff60191fd None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5125d4d3-eb26-4594-b12b-547ff60191fd None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5125d4d3-eb26-4594-b12b-547ff60191fd None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 300/596] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:04 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 297/597] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:04 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5125d4d3-eb26-4594-b12b-547ff60191fd None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5125d4d3-eb26-4594-b12b-547ff60191fd None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] PATH_INFO: `/v3/services/compute` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] RBAC: Authorizing `identity:get_service(service_id=compute)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] Could not find service: compute. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 301/598] 10.201.9.223 () {56 vars in 1151 bytes} [Tue Jan 14 22:33:04 2025] GET /identity/v3/services/compute => generated 88 bytes in 76 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1136ea84-acd5-41a6-8d12-8e19ef946007 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34eafcc9-148b-49ac-b001-82e7e0019e62 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34eafcc9-148b-49ac-b001-82e7e0019e62 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34eafcc9-148b-49ac-b001-82e7e0019e62 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34eafcc9-148b-49ac-b001-82e7e0019e62 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34eafcc9-148b-49ac-b001-82e7e0019e62 None ******] RBAC: Adding query filter params (name=compute) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34eafcc9-148b-49ac-b001-82e7e0019e62 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34eafcc9-148b-49ac-b001-82e7e0019e62 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 298/599] 10.201.9.223 () {56 vars in 1165 bytes} [Tue Jan 14 22:33:04 2025] GET /identity/v3/services?name=compute => generated 125 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad0d8849-5317-4e8c-9daa-ba73f7db7eb6 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92293cc3-983c-4b00-8fea-ade98e6290c5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92293cc3-983c-4b00-8fea-ade98e6290c5 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92293cc3-983c-4b00-8fea-ade98e6290c5 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92293cc3-983c-4b00-8fea-ade98e6290c5 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92293cc3-983c-4b00-8fea-ade98e6290c5 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92293cc3-983c-4b00-8fea-ade98e6290c5 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 302/600] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:33:04 2025] GET /identity/v3/services => generated 1265 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef7ceabb-2223-4e0b-9c8b-34e5a2db4d48 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef7ceabb-2223-4e0b-9c8b-34e5a2db4d48 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef7ceabb-2223-4e0b-9c8b-34e5a2db4d48 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 299/601] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:04 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 303/602] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:05 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef7ceabb-2223-4e0b-9c8b-34e5a2db4d48 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef7ceabb-2223-4e0b-9c8b-34e5a2db4d48 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] PATH_INFO: `/v3/services/glance` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] Could not find service: glance. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 300/603] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:05 2025] GET /identity/v3/services/glance => generated 87 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-836fe89f-a3db-4554-9f10-f8e93171d485 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] RBAC: Adding query filter params (name=glance) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 304/604] 10.201.9.223 () {56 vars in 1107 bytes} [Tue Jan 14 22:33:05 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13b91def-8a2d-4a8e-9b4d-13c4801fc43c None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-635e0710-a3eb-4e39-875a-dfdd33464dfb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-635e0710-a3eb-4e39-875a-dfdd33464dfb None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-635e0710-a3eb-4e39-875a-dfdd33464dfb None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-635e0710-a3eb-4e39-875a-dfdd33464dfb None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-635e0710-a3eb-4e39-875a-dfdd33464dfb None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-635e0710-a3eb-4e39-875a-dfdd33464dfb None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 301/605] 10.201.9.223 () {56 vars in 1111 bytes} [Tue Jan 14 22:33:05 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e9d4c0f-0484-4a68-a4be-ab36094b5c4d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04d93b98-1a0d-43b9-92ee-a6c286a7d8de None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04d93b98-1a0d-43b9-92ee-a6c286a7d8de None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04d93b98-1a0d-43b9-92ee-a6c286a7d8de None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04d93b98-1a0d-43b9-92ee-a6c286a7d8de None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04d93b98-1a0d-43b9-92ee-a6c286a7d8de None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04d93b98-1a0d-43b9-92ee-a6c286a7d8de None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 305/606] 10.201.9.223 () {60 vars in 1165 bytes} [Tue Jan 14 22:33:05 2025] POST /identity/v3/registered_limits => generated 330 bytes in 75 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-501d8a4f-8676-41e5-b818-5a358fa21497 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-501d8a4f-8676-41e5-b818-5a358fa21497 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-501d8a4f-8676-41e5-b818-5a358fa21497 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 302/607] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:05 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14ce8a0c-898c-4ebd-81e1-5cad208d63fe None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14ce8a0c-898c-4ebd-81e1-5cad208d63fe None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14ce8a0c-898c-4ebd-81e1-5cad208d63fe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-14ce8a0c-898c-4ebd-81e1-5cad208d63fe None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-14ce8a0c-898c-4ebd-81e1-5cad208d63fe None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-14ce8a0c-898c-4ebd-81e1-5cad208d63fe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 306/608] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:05 2025] POST /identity/v3/auth/tokens => generated 1736 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-501d8a4f-8676-41e5-b818-5a358fa21497 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-501d8a4f-8676-41e5-b818-5a358fa21497 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee21252f-4a92-4458-b215-3968f4de5606 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee21252f-4a92-4458-b215-3968f4de5606 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee21252f-4a92-4458-b215-3968f4de5606 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee21252f-4a92-4458-b215-3968f4de5606 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee21252f-4a92-4458-b215-3968f4de5606 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee21252f-4a92-4458-b215-3968f4de5606 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 303/609] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:33:06 2025] POST /identity/v3/services => generated 243 bytes in 77 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df35cd2b-d8a0-4f6d-b4c8-0ccbc6e93de4 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df35cd2b-d8a0-4f6d-b4c8-0ccbc6e93de4 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df35cd2b-d8a0-4f6d-b4c8-0ccbc6e93de4 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 307/610] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:06 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 304/611] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:06 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 72 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df35cd2b-d8a0-4f6d-b4c8-0ccbc6e93de4 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df35cd2b-d8a0-4f6d-b4c8-0ccbc6e93de4 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] PATH_INFO: `/v3/services/glance` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] Could not find service: glance. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 308/612] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:06 2025] GET /identity/v3/services/glance => generated 87 bytes in 67 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a60c495a-3b6e-49a5-a66b-d40f2d6637fd None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] RBAC: Adding query filter params (name=glance) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 305/613] 10.201.9.223 () {56 vars in 1107 bytes} [Tue Jan 14 22:33:06 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e4acfdf-131b-4b19-b3b9-c6e557af97c0 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5409adab-dc22-4573-8f50-c31a5cdfe973 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5409adab-dc22-4573-8f50-c31a5cdfe973 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5409adab-dc22-4573-8f50-c31a5cdfe973 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5409adab-dc22-4573-8f50-c31a5cdfe973 None ******] PATH_INFO: `/v3/regions/RegionOne` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5409adab-dc22-4573-8f50-c31a5cdfe973 None ******] RBAC: Authorizing `identity:get_region(region_id=RegionOne)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5409adab-dc22-4573-8f50-c31a5cdfe973 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 309/614] 10.201.9.223 () {56 vars in 1111 bytes} [Tue Jan 14 22:33:06 2025] GET /identity/v3/regions/RegionOne => generated 149 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff42d4d8-351f-4794-93c5-c75bd52317a0 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfa02fb7-62a6-4bb9-adcc-57a855d45cf3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfa02fb7-62a6-4bb9-adcc-57a855d45cf3 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfa02fb7-62a6-4bb9-adcc-57a855d45cf3 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfa02fb7-62a6-4bb9-adcc-57a855d45cf3 None ******] PATH_INFO: `/v3/registered_limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfa02fb7-62a6-4bb9-adcc-57a855d45cf3 None ******] RBAC: Authorizing `identity:create_registered_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfa02fb7-62a6-4bb9-adcc-57a855d45cf3 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 306/615] 10.201.9.223 () {60 vars in 1165 bytes} [Tue Jan 14 22:33:06 2025] POST /identity/v3/registered_limits => generated 334 bytes in 68 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6852d4f8-c59a-43d7-a6f4-4a7aa6c6afa8 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6852d4f8-c59a-43d7-a6f4-4a7aa6c6afa8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6852d4f8-c59a-43d7-a6f4-4a7aa6c6afa8 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 310/616] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:07 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 307/617] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:07 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6852d4f8-c59a-43d7-a6f4-4a7aa6c6afa8 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6852d4f8-c59a-43d7-a6f4-4a7aa6c6afa8 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] PATH_INFO: `/v3/services/compute` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] RBAC: Authorizing `identity:get_service(service_id=compute)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] Could not find service: compute. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 311/618] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:33:07 2025] GET /identity/v3/services/compute => generated 88 bytes in 65 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2959b35f-b66b-42a2-b49e-c3e1faf4815f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] RBAC: Adding query filter params (name=compute) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 308/619] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:33:07 2025] GET /identity/v3/services?name=compute => generated 125 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcf3c1bf-95e8-4db8-a78e-68b0018e48a4 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] RBAC: Adding query filter params (type=compute) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 312/620] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:33:07 2025] GET /identity/v3/services?type=compute => generated 354 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2282a26-b885-4298-99a7-40b7609d5ef9 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d517ef58-a6e9-4d90-8943-083ab528e090 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d517ef58-a6e9-4d90-8943-083ab528e090 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d517ef58-a6e9-4d90-8943-083ab528e090 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d517ef58-a6e9-4d90-8943-083ab528e090 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d517ef58-a6e9-4d90-8943-083ab528e090 None ******] RBAC: Adding query filter params (interface=public, service_id=c5a2ad4615b441adb1fd166c0cf280e6, region_id=RegionOne) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d517ef58-a6e9-4d90-8943-083ab528e090 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d517ef58-a6e9-4d90-8943-083ab528e090 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 309/621] 10.201.9.223 () {56 vars in 1248 bytes} [Tue Jan 14 22:33:07 2025] GET /identity/v3/endpoints?service_id=c5a2ad4615b441adb1fd166c0cf280e6&interface=public®ion_id=RegionOne => generated 195 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0feb8d86-befd-41c0-a049-10f5466008a5 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6dab80e4-5e8b-42e2-8bb4-915251a8cdf1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6dab80e4-5e8b-42e2-8bb4-915251a8cdf1 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6dab80e4-5e8b-42e2-8bb4-915251a8cdf1 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6dab80e4-5e8b-42e2-8bb4-915251a8cdf1 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6dab80e4-5e8b-42e2-8bb4-915251a8cdf1 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6dab80e4-5e8b-42e2-8bb4-915251a8cdf1 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 313/622] 10.201.9.223 () {56 vars in 1084 bytes} [Tue Jan 14 22:33:07 2025] GET /identity/v3/services => generated 1496 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad2ad120-b56f-4ec7-89a8-c2dfd1a5fdd6 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad2ad120-b56f-4ec7-89a8-c2dfd1a5fdd6 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad2ad120-b56f-4ec7-89a8-c2dfd1a5fdd6 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 310/623] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:08 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 314/624] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:08 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad2ad120-b56f-4ec7-89a8-c2dfd1a5fdd6 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad2ad120-b56f-4ec7-89a8-c2dfd1a5fdd6 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] PATH_INFO: `/v3/services/glance` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] RBAC: Authorizing `identity:get_service(service_id=glance)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] Could not find service: glance. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 311/625] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:08 2025] GET /identity/v3/services/glance => generated 87 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0aef411-2e60-4ccb-946a-96f874fd0a09 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] RBAC: Adding query filter params (name=glance) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 315/626] 10.201.9.223 () {56 vars in 1107 bytes} [Tue Jan 14 22:33:08 2025] GET /identity/v3/services?name=glance => generated 353 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cf2b76d-db62-4439-b3f6-03bc0ff5aea9 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcb571c1-ed39-4152-b815-2e691bc2a6de None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcb571c1-ed39-4152-b815-2e691bc2a6de None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcb571c1-ed39-4152-b815-2e691bc2a6de None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcb571c1-ed39-4152-b815-2e691bc2a6de None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcb571c1-ed39-4152-b815-2e691bc2a6de None ******] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcb571c1-ed39-4152-b815-2e691bc2a6de None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcb571c1-ed39-4152-b815-2e691bc2a6de None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 312/627] 10.201.9.223 () {56 vars in 1174 bytes} [Tue Jan 14 22:33:08 2025] GET /identity/v3/endpoints?service_id=479c0b7c00794c79a1a025638504071e => generated 472 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a96e178-3c7d-4fc2-bc99-421be10aeebd None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c66995d2-30cd-47bb-ae4c-dc8c2fa30024 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c66995d2-30cd-47bb-ae4c-dc8c2fa30024 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c66995d2-30cd-47bb-ae4c-dc8c2fa30024 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 313/628] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:08 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 316/629] 10.201.9.223 () {56 vars in 1084 bytes} [Tue Jan 14 22:33:08 2025] GET /identity/v3/services => generated 1496 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 314/630] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:08 2025] POST /identity/v3/auth/tokens => generated 1832 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfbdaa0f-661b-4d78-b2ae-361cc8757b3f None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] PATH_INFO: `/v3/services/compute` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] RBAC: Authorizing `identity:get_service(service_id=compute)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] Could not find service: compute. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:08 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 317/631] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:33:08 2025] GET /identity/v3/services/compute => generated 88 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d5035ed-67bc-4aea-9d35-4c30a096bc10 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] RBAC: Adding query filter params (name=compute) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 315/632] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:33:08 2025] GET /identity/v3/services?name=compute => generated 125 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fad7fd9b-96c8-4824-9e2b-2ce812c6617c None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35762b22-88c2-4b5e-8d3f-5202c3ecb214 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35762b22-88c2-4b5e-8d3f-5202c3ecb214 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35762b22-88c2-4b5e-8d3f-5202c3ecb214 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35762b22-88c2-4b5e-8d3f-5202c3ecb214 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35762b22-88c2-4b5e-8d3f-5202c3ecb214 None ******] RBAC: Adding query filter params (type=compute) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35762b22-88c2-4b5e-8d3f-5202c3ecb214 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35762b22-88c2-4b5e-8d3f-5202c3ecb214 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 318/633] 10.201.9.223 () {56 vars in 1109 bytes} [Tue Jan 14 22:33:09 2025] GET /identity/v3/services?type=compute => generated 354 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71e54a98-a5e2-4b6d-98c7-158d42b954cc None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f42f341-ba3f-4c81-900c-b364bce09ec7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f42f341-ba3f-4c81-900c-b364bce09ec7 None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f42f341-ba3f-4c81-900c-b364bce09ec7 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f42f341-ba3f-4c81-900c-b364bce09ec7 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f42f341-ba3f-4c81-900c-b364bce09ec7 None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f42f341-ba3f-4c81-900c-b364bce09ec7 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 316/634] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:33:09 2025] POST /identity/v3/endpoints => generated 336 bytes in 68 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d373568-40be-4c37-8361-e6a876fba056 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d373568-40be-4c37-8361-e6a876fba056 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d373568-40be-4c37-8361-e6a876fba056 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 319/635] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:33:09 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5093874-689f-4a01-834f-62010e586704 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5093874-689f-4a01-834f-62010e586704 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5093874-689f-4a01-834f-62010e586704 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c5093874-689f-4a01-834f-62010e586704 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c5093874-689f-4a01-834f-62010e586704 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c5093874-689f-4a01-834f-62010e586704 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:33:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 317/636] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:33:09 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:33:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d373568-40be-4c37-8361-e6a876fba056 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d373568-40be-4c37-8361-e6a876fba056 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] PATH_INFO: `/v3/roles/reader` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] Could not find role: reader. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 320/637] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:33:09 2025] GET /identity/v3/roles/reader => generated 84 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5093874-689f-4a01-834f-62010e586704 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5093874-689f-4a01-834f-62010e586704 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] RBAC: Adding query filter params (name=reader) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 318/638] 10.201.9.223 () {56 vars in 1098 bytes} [Tue Jan 14 22:33:10 2025] GET /identity/v3/roles?name=reader => generated 343 bytes in 99 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71d8ded5-213d-486c-bcb4-41a298091b77 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 321/639] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:10 2025] GET /identity/v3/domains/Default => generated 87 bytes in 64 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc179634-2a14-4c1d-b5cf-ae44de7b036d None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 319/640] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:33:10 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9b3612e-945d-4e0a-8a60-f3f6eada766b None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 322/641] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:33:10 2025] GET /identity/v3/domains/default => generated 200 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b4b8d68-25fa-4c5c-a1c6-5a2e45b02507 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] PATH_INFO: `/v3/users/glance` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] RBAC: Authorizing `identity:get_user(user_id=glance)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] Could not find user: glance. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 320/642] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:33:10 2025] GET /identity/v3/users/glance => generated 84 bytes in 66 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-318234c0-db79-4c1c-aa01-665072321947 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d41ba2ec-2a38-4e4a-beba-b7ad6451925b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d41ba2ec-2a38-4e4a-beba-b7ad6451925b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d41ba2ec-2a38-4e4a-beba-b7ad6451925b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d41ba2ec-2a38-4e4a-beba-b7ad6451925b None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d41ba2ec-2a38-4e4a-beba-b7ad6451925b None ******] RBAC: Adding query filter params (domain_id=default, name=glance) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d41ba2ec-2a38-4e4a-beba-b7ad6451925b None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d41ba2ec-2a38-4e4a-beba-b7ad6451925b None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 323/643] 10.201.9.223 () {56 vars in 1134 bytes} [Tue Jan 14 22:33:10 2025] GET /identity/v3/users?domain_id=default&name=glance => generated 374 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8ddd0bc-273d-4da7-823b-40db7cf864cf None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1e467c7-c987-45d9-b0e9-e477e236586b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1e467c7-c987-45d9-b0e9-e477e236586b None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1e467c7-c987-45d9-b0e9-e477e236586b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1e467c7-c987-45d9-b0e9-e477e236586b None ******] PATH_INFO: `/v3/system/users/cbed57a1ff42434f8ea6094e787fb6dd/roles/a8e8bdc8da764b88bac3e8b40ff33799` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1e467c7-c987-45d9-b0e9-e477e236586b None ******] RBAC: Authorizing `identity:create_system_grant_for_user(user_id=cbed57a1ff42434f8ea6094e787fb6dd, role_id=a8e8bdc8da764b88bac3e8b40ff33799)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1e467c7-c987-45d9-b0e9-e477e236586b None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:33:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 321/644] 10.201.9.223 () {58 vars in 1331 bytes} [Tue Jan 14 22:33:10 2025] PUT /identity/v3/system/users/cbed57a1ff42434f8ea6094e787fb6dd/roles/a8e8bdc8da764b88bac3e8b40ff33799 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:33:20 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=8372,keystone:INSERT=32 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:33:20 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=8802,keystone:UPDATE=1,keystone:INSERT=52 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-853a61b8-92f4-4086-b854-7e02017d6507 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-853a61b8-92f4-4086-b854-7e02017d6507 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-853a61b8-92f4-4086-b854-7e02017d6507 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 324/645] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:07 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 322/646] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:07 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-853a61b8-92f4-4086-b854-7e02017d6507 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-853a61b8-92f4-4086-b854-7e02017d6507 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 325/647] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:34:07 2025] GET /identity/v3/domains/Default => generated 87 bytes in 76 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28112136-5ede-4fa7-8a42-27a1dedff802 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2af48825-1017-48f8-bd91-6ebbe7f6f361 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2af48825-1017-48f8-bd91-6ebbe7f6f361 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2af48825-1017-48f8-bd91-6ebbe7f6f361 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2af48825-1017-48f8-bd91-6ebbe7f6f361 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2af48825-1017-48f8-bd91-6ebbe7f6f361 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2af48825-1017-48f8-bd91-6ebbe7f6f361 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2af48825-1017-48f8-bd91-6ebbe7f6f361 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 323/648] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:34:07 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 84 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a5d1db-6782-41a7-936e-53a94a240873 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfd4a871-1d49-470d-af0a-29d68f61670c None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfd4a871-1d49-470d-af0a-29d68f61670c None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfd4a871-1d49-470d-af0a-29d68f61670c None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfd4a871-1d49-470d-af0a-29d68f61670c None ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfd4a871-1d49-470d-af0a-29d68f61670c None ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfd4a871-1d49-470d-af0a-29d68f61670c None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-cfd4a871-1d49-470d-af0a-29d68f61670c None ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 326/649] 10.201.9.223 () {60 vars in 1171 bytes} [Tue Jan 14 22:34:07 2025] POST /identity/v3/users => generated 252 bytes in 109 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d4927b4-46f5-442a-b97b-bbbb87e9e955 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d4927b4-46f5-442a-b97b-bbbb87e9e955 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d4927b4-46f5-442a-b97b-bbbb87e9e955 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 324/650] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:08 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 327/651] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:08 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d4927b4-46f5-442a-b97b-bbbb87e9e955 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d4927b4-46f5-442a-b97b-bbbb87e9e955 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] Could not find role: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 325/652] 10.201.9.223 () {56 vars in 1099 bytes} [Tue Jan 14 22:34:08 2025] GET /identity/v3/roles/service => generated 85 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-708f2728-2d30-4558-a460-e3147ad019ca None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] RBAC: Adding query filter params (name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 328/653] 10.201.9.223 () {56 vars in 1100 bytes} [Tue Jan 14 22:34:08 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 76 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c8acb6e-fd3a-43d1-ac9f-e7350d323641 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 326/654] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/domains/Default => generated 87 bytes in 85 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-326ace7c-719e-443c-b515-88b776ceab19 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 329/655] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 85 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9380e27-06e5-4a65-b39e-528d186d53aa None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 327/656] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/domains/default => generated 200 bytes in 86 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50f8de51-1233-479c-92c0-92ef188903d3 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] PATH_INFO: `/v3/users/placement` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] Could not find user: placement. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 330/657] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/users/placement => generated 87 bytes in 68 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6654429d-2311-4a28-b0b8-a4730cdda93e None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] RBAC: Adding query filter params (domain_id=default, name=placement) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 328/658] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/users?domain_id=default&name=placement => generated 380 bytes in 83 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9879ad8-bbfd-43a9-8cd9-82f40185db7d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 331/659] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/domains/Default => generated 87 bytes in 85 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62c28738-028d-4926-8cfe-01dde71dffa1 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 329/660] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 76 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8985ae4d-f064-4d4e-8e03-824ffb215ae8 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 332/661] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/domains/default => generated 200 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c2a7283-a245-43e6-bda1-977a82733514 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] PATH_INFO: `/v3/projects/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] Could not find project: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 330/662] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/projects/service => generated 88 bytes in 103 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26b10cc6-b1f0-4287-ac28-68d6df2723f0 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b4c6db2-cde7-4bf6-917f-e6f6d1c07e72 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b4c6db2-cde7-4bf6-917f-e6f6d1c07e72 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b4c6db2-cde7-4bf6-917f-e6f6d1c07e72 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b4c6db2-cde7-4bf6-917f-e6f6d1c07e72 None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b4c6db2-cde7-4bf6-917f-e6f6d1c07e72 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b4c6db2-cde7-4bf6-917f-e6f6d1c07e72 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b4c6db2-cde7-4bf6-917f-e6f6d1c07e72 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 333/663] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:34:09 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 105 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f62138ad-4879-437f-b1c7-b05251d0251a None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61991d2d-139a-4d05-801f-4ab52a385f64 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61991d2d-139a-4d05-801f-4ab52a385f64 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61991d2d-139a-4d05-801f-4ab52a385f64 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61991d2d-139a-4d05-801f-4ab52a385f64 None ******] PATH_INFO: `/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/349a22c9816b4961aabbe5165a641a6a/roles/42f1bcb09e164325a764c7cadc170c4f` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61991d2d-139a-4d05-801f-4ab52a385f64 None ******] RBAC: Authorizing `identity:create_grant(project_id=4c2f9fd6a50945829cdaabe9d7940731, user_id=349a22c9816b4961aabbe5165a641a6a, role_id=42f1bcb09e164325a764c7cadc170c4f)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61991d2d-139a-4d05-801f-4ab52a385f64 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 331/664] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:34:09 2025] PUT /identity/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/349a22c9816b4961aabbe5165a641a6a/roles/42f1bcb09e164325a764c7cadc170c4f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aa1c95f-6818-4b7e-be93-c3e83801af0a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aa1c95f-6818-4b7e-be93-c3e83801af0a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aa1c95f-6818-4b7e-be93-c3e83801af0a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 334/665] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:11 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 332/666] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:11 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aa1c95f-6818-4b7e-be93-c3e83801af0a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aa1c95f-6818-4b7e-be93-c3e83801af0a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] PATH_INFO: `/v3/roles/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] Could not find role: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 335/667] 10.201.9.223 () {56 vars in 1142 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/roles/service => generated 85 bytes in 76 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d804c14-d9ed-4f56-8311-cfc6c9bc3cea None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] RBAC: Adding query filter params (name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 333/668] 10.201.9.223 () {56 vars in 1156 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/roles?name=service => generated 345 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bed235cf-e1d9-4060-b781-59f6bea6cd22 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 336/669] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/domains/Default => generated 87 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f130fc25-d28f-4c25-a82b-097456852fd8 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 334/670] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db6bdea5-1a76-44e5-90fd-21aa29565391 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] PATH_INFO: `/v3/users/placement` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] Could not find user: placement. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 337/671] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/users/placement => generated 87 bytes in 93 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82b21a90-2825-4682-8fb6-6ab80184033e None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] RBAC: Adding query filter params (name=placement) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 335/672] 10.201.9.223 () {56 vars in 1160 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/users?name=placement => generated 362 bytes in 88 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ff4393a-bb5c-484d-8560-039b2e3d1efb None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 338/673] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/domains/Default => generated 87 bytes in 79 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-374a7be3-da23-4115-892b-7b76b94a9f56 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 336/674] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ffc7f3e-20ea-44cd-89b1-5e6c2e96d945 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 339/675] 10.201.9.223 () {56 vars in 1186 bytes} [Tue Jan 14 22:34:11 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-756dab77-81f3-44e0-a268-67b10418fea4 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7339a34c-3300-4e11-a7b2-64a314773cea None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7339a34c-3300-4e11-a7b2-64a314773cea None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7339a34c-3300-4e11-a7b2-64a314773cea None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7339a34c-3300-4e11-a7b2-64a314773cea None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7339a34c-3300-4e11-a7b2-64a314773cea None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7339a34c-3300-4e11-a7b2-64a314773cea None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7339a34c-3300-4e11-a7b2-64a314773cea None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 337/676] 10.201.9.223 () {56 vars in 1201 bytes} [Tue Jan 14 22:34:12 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 79 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7988073a-fc01-4d44-92f5-38eef1d93396 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b1d5e07-ff87-4130-8137-2633dc464bba None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b1d5e07-ff87-4130-8137-2633dc464bba None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b1d5e07-ff87-4130-8137-2633dc464bba None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b1d5e07-ff87-4130-8137-2633dc464bba None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b1d5e07-ff87-4130-8137-2633dc464bba None ******] RBAC: Adding query filter params (role.id=42f1bcb09e164325a764c7cadc170c4f, scope.project.id=4c2f9fd6a50945829cdaabe9d7940731, user.id=349a22c9816b4961aabbe5165a641a6a) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b1d5e07-ff87-4130-8137-2633dc464bba None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b1d5e07-ff87-4130-8137-2633dc464bba None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 340/677] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:34:12 2025] GET /identity/v3/role_assignments?role.id=42f1bcb09e164325a764c7cadc170c4f&scope.project.id=4c2f9fd6a50945829cdaabe9d7940731&user.id=349a22c9816b4961aabbe5165a641a6a => generated 610 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-117b1882-ff85-4b65-94a0-0a28d02e6b30 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-117b1882-ff85-4b65-94a0-0a28d02e6b30 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-117b1882-ff85-4b65-94a0-0a28d02e6b30 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 338/678] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:13 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 341/679] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:13 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-117b1882-ff85-4b65-94a0-0a28d02e6b30 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-117b1882-ff85-4b65-94a0-0a28d02e6b30 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] PATH_INFO: `/v3/roles/******` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] Could not find role: ******. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 339/680] 10.201.9.223 () {56 vars in 1093 bytes} [Tue Jan 14 22:34:13 2025] GET /identity/v3/roles/****** => generated 83 bytes in 78 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a121ea7d-2f43-4593-a74e-d7005c6d233e None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] RBAC: Adding query filter params (name=******) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 342/681] 10.201.9.223 () {56 vars in 1096 bytes} [Tue Jan 14 22:34:13 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4efacbf6-cf1b-46cc-a744-961fcf60060b None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] Could not find domain: Default. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 340/682] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:13 2025] GET /identity/v3/domains/Default => generated 87 bytes in 93 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f798d54-0384-40ac-b27e-473e01e16590 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 343/683] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:34:13 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 90 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-678514a4-a922-4f65-8005-7196364b3bd6 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] PATH_INFO: `/v3/domains/default` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 341/684] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:13 2025] GET /identity/v3/domains/default => generated 200 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d337ccd9-83e3-477b-ab1a-4f0b64dde4c9 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] PATH_INFO: `/v3/users/placement` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] Could not find user: placement. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 344/685] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:13 2025] GET /identity/v3/users/placement => generated 87 bytes in 72 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05ded05e-20b0-47fa-b9b9-213390debff7 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] RBAC: Adding query filter params (domain_id=default, name=placement) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 342/686] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:34:14 2025] GET /identity/v3/users?domain_id=default&name=placement => generated 380 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-773eaf06-e078-4208-acae-f5454f68bbf3 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 345/687] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:14 2025] GET /identity/v3/domains/Default => generated 87 bytes in 84 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d0ba90c8-bf6b-4ed0-b6fe-c90a1ebb214d None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 343/688] 10.201.9.223 () {56 vars in 1106 bytes} [Tue Jan 14 22:34:14 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78b3735e-fd09-449f-81e0-7aa2a1eac0ff None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] PATH_INFO: `/v3/domains/default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] RBAC: Authorizing `identity:get_domain(domain_id=default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 346/689] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:34:14 2025] GET /identity/v3/domains/default => generated 200 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46b2117f-535b-4329-8bd6-c1db02e142eb None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] Could not find project: service. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 344/690] 10.201.9.223 () {56 vars in 1108 bytes} [Tue Jan 14 22:34:14 2025] GET /identity/v3/projects/service => generated 88 bytes in 69 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b2fd289-e7a9-4eb3-a0ca-8d6827f4a9be None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86bfecb1-e325-4221-a68f-5f692abb91a5 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86bfecb1-e325-4221-a68f-5f692abb91a5 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86bfecb1-e325-4221-a68f-5f692abb91a5 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86bfecb1-e325-4221-a68f-5f692abb91a5 None ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86bfecb1-e325-4221-a68f-5f692abb91a5 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86bfecb1-e325-4221-a68f-5f692abb91a5 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86bfecb1-e325-4221-a68f-5f692abb91a5 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 347/691] 10.201.9.223 () {56 vars in 1145 bytes} [Tue Jan 14 22:34:14 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 70 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1337c05b-d4ae-4bbb-a7f9-ae954266eb64 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4ae0f55-b39d-4fc4-b4d3-ed46c6176f69 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4ae0f55-b39d-4fc4-b4d3-ed46c6176f69 None ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4ae0f55-b39d-4fc4-b4d3-ed46c6176f69 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4ae0f55-b39d-4fc4-b4d3-ed46c6176f69 None ******] PATH_INFO: `/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/349a22c9816b4961aabbe5165a641a6a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4ae0f55-b39d-4fc4-b4d3-ed46c6176f69 None ******] RBAC: Authorizing `identity:create_grant(project_id=4c2f9fd6a50945829cdaabe9d7940731, user_id=349a22c9816b4961aabbe5165a641a6a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4ae0f55-b39d-4fc4-b4d3-ed46c6176f69 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 345/692] 10.201.9.223 () {58 vars in 1436 bytes} [Tue Jan 14 22:34:14 2025] PUT /identity/v3/projects/4c2f9fd6a50945829cdaabe9d7940731/users/349a22c9816b4961aabbe5165a641a6a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d145a8f-757e-41ce-8092-5ee3ad7faa15 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d145a8f-757e-41ce-8092-5ee3ad7faa15 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d145a8f-757e-41ce-8092-5ee3ad7faa15 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 348/693] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:15 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 346/694] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:15 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d145a8f-757e-41ce-8092-5ee3ad7faa15 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d145a8f-757e-41ce-8092-5ee3ad7faa15 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] PATH_INFO: `/v3/roles/******` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] Extracting inferred target data resulted in "NOT FOUND (404)". {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:445}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] Could not find role: ******. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 349/695] 10.201.9.223 () {56 vars in 1136 bytes} [Tue Jan 14 22:34:15 2025] GET /identity/v3/roles/****** => generated 83 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1755660-3718-45d3-bb9e-4c65bbd72011 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] RBAC: Adding query filter params (name=******) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 347/696] 10.201.9.223 () {56 vars in 1152 bytes} [Tue Jan 14 22:34:15 2025] GET /identity/v3/roles?name=****** => generated 341 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7af969bc-7107-49c1-9c19-5b0b170cf85b None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 350/697] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:34:15 2025] GET /identity/v3/domains/Default => generated 87 bytes in 75 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f7ca253-a95a-48ab-b555-3a919966e480 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 348/698] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be9e99ad-4f36-4e0f-bab9-14f9f1b35948 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] PATH_INFO: `/v3/users/placement` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] RBAC: Authorizing `identity:get_user(user_id=placement)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] Could not find user: placement. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 351/699] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/users/placement => generated 87 bytes in 76 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15df448c-0d99-4dbb-8155-b2b5f5e6ca8e None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] RBAC: Adding query filter params (name=placement) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] RBAC: Authorizing `identity:list_users()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 349/700] 10.201.9.223 () {56 vars in 1160 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/users?name=placement => generated 362 bytes in 73 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a973d2a-e05c-41d0-bf18-b923347d250d None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] PATH_INFO: `/v3/domains/Default` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] RBAC: Authorizing `identity:get_domain(domain_id=Default)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] Could not find domain: Default. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 352/701] 10.201.9.223 () {56 vars in 1148 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/domains/Default => generated 87 bytes in 74 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65189cd6-c0ab-4494-8372-11791c81a982 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 350/702] 10.201.9.223 () {56 vars in 1162 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 85 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6e03abe3-8d2c-4b4a-9cc9-14e084fcd877 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] PATH_INFO: `/v3/projects/service` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] RBAC: Authorizing `identity:get_project(project_id=service)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.application [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] Could not find project: service. {{(pid=60543) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 353/703] 10.201.9.223 () {56 vars in 1186 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/projects/service?domain_id=default => generated 88 bytes in 91 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c6407be-ef7f-49d7-9503-69ecf04a6c85 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5a12b40-6a05-4441-9c68-747ad23d7828 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5a12b40-6a05-4441-9c68-747ad23d7828 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5a12b40-6a05-4441-9c68-747ad23d7828 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5a12b40-6a05-4441-9c68-747ad23d7828 None ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5a12b40-6a05-4441-9c68-747ad23d7828 None ******] RBAC: Adding query filter params (domain_id=default, name=service) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5a12b40-6a05-4441-9c68-747ad23d7828 None ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5a12b40-6a05-4441-9c68-747ad23d7828 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 351/704] 10.201.9.223 () {56 vars in 1201 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/projects?domain_id=default&name=service => generated 431 bytes in 77 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b01398a0-80f0-46d9-9dc0-0bf9a6ea2919 None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-309f2757-707a-48ed-bc9f-5a2c8985b978 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-309f2757-707a-48ed-bc9f-5a2c8985b978 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-309f2757-707a-48ed-bc9f-5a2c8985b978 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-309f2757-707a-48ed-bc9f-5a2c8985b978 None ******] PATH_INFO: `/v3/role_assignments` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-309f2757-707a-48ed-bc9f-5a2c8985b978 None ******] RBAC: Adding query filter params (role.id=623c1f83e13e4189b0b592d71c80d8e7, scope.project.id=4c2f9fd6a50945829cdaabe9d7940731, user.id=349a22c9816b4961aabbe5165a641a6a) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-309f2757-707a-48ed-bc9f-5a2c8985b978 None ******] RBAC: Authorizing `identity:list_role_assignments()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-309f2757-707a-48ed-bc9f-5a2c8985b978 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 354/705] 10.201.9.223 () {56 vars in 1427 bytes} [Tue Jan 14 22:34:16 2025] GET /identity/v3/role_assignments?role.id=623c1f83e13e4189b0b592d71c80d8e7&scope.project.id=4c2f9fd6a50945829cdaabe9d7940731&user.id=349a22c9816b4961aabbe5165a641a6a => generated 610 bytes in 69 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b479f0c7-455b-4994-a858-c2c85ead9e68 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b479f0c7-455b-4994-a858-c2c85ead9e68 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b479f0c7-455b-4994-a858-c2c85ead9e68 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 352/706] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:17 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:34:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 355/707] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:17 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:34:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b479f0c7-455b-4994-a858-c2c85ead9e68 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b479f0c7-455b-4994-a858-c2c85ead9e68 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] PATH_INFO: `/v3/services/placement` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] RBAC: Authorizing `identity:get_service(service_id=placement)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] Could not find service: placement. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 353/708] 10.201.9.223 () {56 vars in 1157 bytes} [Tue Jan 14 22:34:17 2025] GET /identity/v3/services/placement => generated 90 bytes in 80 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a70ebde-6130-4d06-931f-d953ab913696 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6bf6aac5-6fe5-46f8-acd8-e4c680d9facd None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bf6aac5-6fe5-46f8-acd8-e4c680d9facd None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bf6aac5-6fe5-46f8-acd8-e4c680d9facd None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bf6aac5-6fe5-46f8-acd8-e4c680d9facd None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6bf6aac5-6fe5-46f8-acd8-e4c680d9facd None ******] RBAC: Adding query filter params (name=placement) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6bf6aac5-6fe5-46f8-acd8-e4c680d9facd None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6bf6aac5-6fe5-46f8-acd8-e4c680d9facd None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 356/709] 10.201.9.223 () {56 vars in 1169 bytes} [Tue Jan 14 22:34:18 2025] GET /identity/v3/services?name=placement => generated 127 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5a3e5ba-46a3-40ac-aab6-141ce363a813 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f10570e9-b547-47a0-9bc0-340e6551c2a7 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f10570e9-b547-47a0-9bc0-340e6551c2a7 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f10570e9-b547-47a0-9bc0-340e6551c2a7 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f10570e9-b547-47a0-9bc0-340e6551c2a7 None ******] PATH_INFO: `/v3/services` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f10570e9-b547-47a0-9bc0-340e6551c2a7 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f10570e9-b547-47a0-9bc0-340e6551c2a7 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 354/710] 10.201.9.223 () {56 vars in 1140 bytes} [Tue Jan 14 22:34:18 2025] GET /identity/v3/services => generated 1496 bytes in 71 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35865019-96eb-41d7-ba13-4213f743c1a6 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35865019-96eb-41d7-ba13-4213f743c1a6 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35865019-96eb-41d7-ba13-4213f743c1a6 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 357/711] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:19 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:34:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34c2bfd3-3172-4145-88d4-85a23787bb46 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34c2bfd3-3172-4145-88d4-85a23787bb46 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34c2bfd3-3172-4145-88d4-85a23787bb46 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-34c2bfd3-3172-4145-88d4-85a23787bb46 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-34c2bfd3-3172-4145-88d4-85a23787bb46 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-34c2bfd3-3172-4145-88d4-85a23787bb46 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 355/712] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:19 2025] POST /identity/v3/auth/tokens => generated 1989 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35865019-96eb-41d7-ba13-4213f743c1a6 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35865019-96eb-41d7-ba13-4213f743c1a6 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-625f3787-1ce8-41b7-bd62-1d5d72f94c49 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-625f3787-1ce8-41b7-bd62-1d5d72f94c49 None ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-625f3787-1ce8-41b7-bd62-1d5d72f94c49 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-625f3787-1ce8-41b7-bd62-1d5d72f94c49 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-625f3787-1ce8-41b7-bd62-1d5d72f94c49 None ******] RBAC: Authorizing `identity:create_service()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-625f3787-1ce8-41b7-bd62-1d5d72f94c49 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 358/713] 10.201.9.223 () {60 vars in 1181 bytes} [Tue Jan 14 22:34:19 2025] POST /identity/v3/services => generated 247 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-784c409e-7b31-45d8-af86-2dfdd5b4a425 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-784c409e-7b31-45d8-af86-2dfdd5b4a425 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-784c409e-7b31-45d8-af86-2dfdd5b4a425 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 356/714] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:20 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 359/715] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:20 2025] POST /identity/v3/auth/tokens => generated 2092 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-784c409e-7b31-45d8-af86-2dfdd5b4a425 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-784c409e-7b31-45d8-af86-2dfdd5b4a425 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] PATH_INFO: `/v3/services/placement` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] RBAC: Authorizing `identity:get_service(service_id=placement)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] Could not find service: placement. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 357/716] 10.201.9.223 () {56 vars in 1114 bytes} [Tue Jan 14 22:34:20 2025] GET /identity/v3/services/placement => generated 90 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (2 switches on core 0) +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9415b6d-bd6b-47bf-86c4-cdd9e5649afd None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] RBAC: Adding query filter params (name=placement) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:20 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 360/717] 10.201.9.223 () {56 vars in 1113 bytes} [Tue Jan 14 22:34:20 2025] GET /identity/v3/services?name=placement => generated 360 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b1dd1a5-97cd-4469-97f1-965b99bd8f59 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f740a2f1-485e-44fc-9a2c-a4908aae9e66 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f740a2f1-485e-44fc-9a2c-a4908aae9e66 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f740a2f1-485e-44fc-9a2c-a4908aae9e66 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f740a2f1-485e-44fc-9a2c-a4908aae9e66 None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f740a2f1-485e-44fc-9a2c-a4908aae9e66 None ******] RBAC: Adding query filter params (interface=public, service_id=e340c324bcc4478d9751b27112bc1bd9, region_id=RegionOne) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f740a2f1-485e-44fc-9a2c-a4908aae9e66 None ******] RBAC: Authorizing `identity:list_endpoints()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f740a2f1-485e-44fc-9a2c-a4908aae9e66 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 358/718] 10.201.9.223 () {56 vars in 1248 bytes} [Tue Jan 14 22:34:20 2025] GET /identity/v3/endpoints?service_id=e340c324bcc4478d9751b27112bc1bd9&interface=public®ion_id=RegionOne => generated 195 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aee00f2c-4430-4775-8f14-2a3783671f0a None ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce511d34-db48-4866-8e9d-643cd2dfa235 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce511d34-db48-4866-8e9d-643cd2dfa235 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce511d34-db48-4866-8e9d-643cd2dfa235 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce511d34-db48-4866-8e9d-643cd2dfa235 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce511d34-db48-4866-8e9d-643cd2dfa235 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce511d34-db48-4866-8e9d-643cd2dfa235 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 361/719] 10.201.9.223 () {56 vars in 1084 bytes} [Tue Jan 14 22:34:21 2025] GET /identity/v3/services => generated 1731 bytes in 74 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dddbe7c4-413f-4b1d-979b-01dec5e2d31b None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dddbe7c4-413f-4b1d-979b-01dec5e2d31b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dddbe7c4-413f-4b1d-979b-01dec5e2d31b None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 359/720] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:34:22 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 362/721] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:34:22 2025] POST /identity/v3/auth/tokens => generated 2092 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dddbe7c4-413f-4b1d-979b-01dec5e2d31b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dddbe7c4-413f-4b1d-979b-01dec5e2d31b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] PATH_INFO: `/v3/services/placement` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] RBAC: Authorizing `identity:get_service(service_id=placement)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.application [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] Could not find service: placement. {{(pid=60544) _handle_keystone_exception /opt/stack/keystone/keystone/server/flask/application.py:152}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 360/722] 10.201.9.223 () {56 vars in 1114 bytes} [Tue Jan 14 22:34:22 2025] GET /identity/v3/services/placement => generated 90 bytes in 70 msecs (HTTP/1.1 404) 5 headers in 183 bytes (1 switches on core 0) +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6729f8c-e4bd-48f0-8d7b-7217db56c3b6 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6afc3d2c-4861-49cd-a268-a8939147b814 None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6afc3d2c-4861-49cd-a268-a8939147b814 None ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6afc3d2c-4861-49cd-a268-a8939147b814 None ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6afc3d2c-4861-49cd-a268-a8939147b814 None ******] PATH_INFO: `/v3/services` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6afc3d2c-4861-49cd-a268-a8939147b814 None ******] RBAC: Adding query filter params (name=placement) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6afc3d2c-4861-49cd-a268-a8939147b814 None ******] RBAC: Authorizing `identity:list_services()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6afc3d2c-4861-49cd-a268-a8939147b814 None ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 363/723] 10.201.9.223 () {56 vars in 1113 bytes} [Tue Jan 14 22:34:22 2025] GET /identity/v3/services?name=placement => generated 360 bytes in 68 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0572fa71-e8b3-433f-9dd6-a9388bbf1c08 None ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d288dfc-0ddb-497b-b975-635dba9a7dde None ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['******', 'manager', 'member', 'reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d288dfc-0ddb-497b-b975-635dba9a7dde None ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d288dfc-0ddb-497b-b975-635dba9a7dde None ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d288dfc-0ddb-497b-b975-635dba9a7dde None ******] PATH_INFO: `/v3/endpoints` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d288dfc-0ddb-497b-b975-635dba9a7dde None ******] RBAC: Authorizing `identity:create_endpoint()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d288dfc-0ddb-497b-b975-635dba9a7dde None ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:34:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 361/724] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:34:22 2025] POST /identity/v3/endpoints => generated 333 bytes in 76 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:34:32 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=1240,keystone:INSERT=4 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:34:32 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=1207,keystone:INSERT=3 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f54bde6-b9ea-4b4e-b0a3-750c451d65ed None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f54bde6-b9ea-4b4e-b0a3-750c451d65ed None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f54bde6-b9ea-4b4e-b0a3-750c451d65ed None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 364/725] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:31 2025] GET /identity => generated 271 bytes in 9 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf64a321-b763-4ecd-b3c9-f085dd72d4ae None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf64a321-b763-4ecd-b3c9-f085dd72d4ae None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf64a321-b763-4ecd-b3c9-f085dd72d4ae None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-cf64a321-b763-4ecd-b3c9-f085dd72d4ae None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-cf64a321-b763-4ecd-b3c9-f085dd72d4ae None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cf64a321-b763-4ecd-b3c9-f085dd72d4ae None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 362/726] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:31 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245b4684-1a9b-4dd1-84dd-3e6747c6d4e7 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245b4684-1a9b-4dd1-84dd-3e6747c6d4e7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245b4684-1a9b-4dd1-84dd-3e6747c6d4e7 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 365/727] 10.201.9.223 () {54 vars in 967 bytes} [Tue Jan 14 22:35:31 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08f11ce2-6bb6-4cdb-8c34-746597b75b82 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08f11ce2-6bb6-4cdb-8c34-746597b75b82 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08f11ce2-6bb6-4cdb-8c34-746597b75b82 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-08f11ce2-6bb6-4cdb-8c34-746597b75b82 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-08f11ce2-6bb6-4cdb-8c34-746597b75b82 None None] MFA Rules not processed for user `aca64cf98aeb4085a589eed5896ff550`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-08f11ce2-6bb6-4cdb-8c34-746597b75b82 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 363/728] 10.201.9.223 () {58 vars in 1064 bytes} [Tue Jan 14 22:35:31 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 73 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-245b4684-1a9b-4dd1-84dd-3e6747c6d4e7 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-245b4684-1a9b-4dd1-84dd-3e6747c6d4e7 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9544da1-f054-45ec-968e-40f2da69a435 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9544da1-f054-45ec-968e-40f2da69a435 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9544da1-f054-45ec-968e-40f2da69a435 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9544da1-f054-45ec-968e-40f2da69a435 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9544da1-f054-45ec-968e-40f2da69a435 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9544da1-f054-45ec-968e-40f2da69a435 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 366/729] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:31 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27084954-9b17-44ac-b074-5da15f1187b9 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27084954-9b17-44ac-b074-5da15f1187b9 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27084954-9b17-44ac-b074-5da15f1187b9 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 364/730] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:33 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778c1d19-5625-4b70-87a5-bf363e90c6a0 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778c1d19-5625-4b70-87a5-bf363e90c6a0 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778c1d19-5625-4b70-87a5-bf363e90c6a0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-778c1d19-5625-4b70-87a5-bf363e90c6a0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-778c1d19-5625-4b70-87a5-bf363e90c6a0 None None] MFA Rules not processed for user `dbc790593fda4cb9929fdb60c0a3b506`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-778c1d19-5625-4b70-87a5-bf363e90c6a0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 367/731] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:33 2025] POST /identity/v3/auth/tokens => generated 2490 bytes in 87 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27084954-9b17-44ac-b074-5da15f1187b9 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27084954-9b17-44ac-b074-5da15f1187b9 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b660f3e-e16a-4c17-a09a-026843435894 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b660f3e-e16a-4c17-a09a-026843435894 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b660f3e-e16a-4c17-a09a-026843435894 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b660f3e-e16a-4c17-a09a-026843435894 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b660f3e-e16a-4c17-a09a-026843435894 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b660f3e-e16a-4c17-a09a-026843435894 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 365/732] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:33 2025] GET /identity/v3/auth/tokens => generated 2490 bytes in 23 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05cff682-0c78-412e-9e34-57a9d69adced None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05cff682-0c78-412e-9e34-57a9d69adced None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05cff682-0c78-412e-9e34-57a9d69adced None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 368/733] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:35 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-741a64c6-b36b-4012-9674-80986507cf5b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-741a64c6-b36b-4012-9674-80986507cf5b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-741a64c6-b36b-4012-9674-80986507cf5b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-741a64c6-b36b-4012-9674-80986507cf5b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-741a64c6-b36b-4012-9674-80986507cf5b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-741a64c6-b36b-4012-9674-80986507cf5b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 366/734] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:35 2025] POST /identity/v3/auth/tokens => generated 2548 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245510bf-1f05-4ad9-9240-139a9a38c966 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245510bf-1f05-4ad9-9240-139a9a38c966 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245510bf-1f05-4ad9-9240-139a9a38c966 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 369/735] 10.201.9.223 () {54 vars in 967 bytes} [Tue Jan 14 22:35:35 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39af6b96-b041-4ef4-a5f1-459252f20bec None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39af6b96-b041-4ef4-a5f1-459252f20bec None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39af6b96-b041-4ef4-a5f1-459252f20bec None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-39af6b96-b041-4ef4-a5f1-459252f20bec None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-39af6b96-b041-4ef4-a5f1-459252f20bec None None] MFA Rules not processed for user `aca64cf98aeb4085a589eed5896ff550`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-39af6b96-b041-4ef4-a5f1-459252f20bec None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 367/736] 10.201.9.223 () {58 vars in 1064 bytes} [Tue Jan 14 22:35:35 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-245510bf-1f05-4ad9-9240-139a9a38c966 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-245510bf-1f05-4ad9-9240-139a9a38c966 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1f21ace-b7de-49d2-8f15-0e99a7bc7606 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1f21ace-b7de-49d2-8f15-0e99a7bc7606 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1f21ace-b7de-49d2-8f15-0e99a7bc7606 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1f21ace-b7de-49d2-8f15-0e99a7bc7606 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1f21ace-b7de-49d2-8f15-0e99a7bc7606 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1f21ace-b7de-49d2-8f15-0e99a7bc7606 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 370/737] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:35 2025] GET /identity/v3/auth/tokens => generated 2548 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69450714-9626-43f5-af04-baf6bfbdaff2 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69450714-9626-43f5-af04-baf6bfbdaff2 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69450714-9626-43f5-af04-baf6bfbdaff2 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 368/738] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:37 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2286cce1-11ac-4ae8-b377-71529c931597 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2286cce1-11ac-4ae8-b377-71529c931597 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2286cce1-11ac-4ae8-b377-71529c931597 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2286cce1-11ac-4ae8-b377-71529c931597 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2286cce1-11ac-4ae8-b377-71529c931597 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2286cce1-11ac-4ae8-b377-71529c931597 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 371/739] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:37 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69450714-9626-43f5-af04-baf6bfbdaff2 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69450714-9626-43f5-af04-baf6bfbdaff2 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52ce13fb-553a-4fc2-a595-87db7259d993 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52ce13fb-553a-4fc2-a595-87db7259d993 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52ce13fb-553a-4fc2-a595-87db7259d993 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52ce13fb-553a-4fc2-a595-87db7259d993 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52ce13fb-553a-4fc2-a595-87db7259d993 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52ce13fb-553a-4fc2-a595-87db7259d993 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 369/740] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:37 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e7a3428-0902-45fc-be97-bd7f1a4fa829 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e7a3428-0902-45fc-be97-bd7f1a4fa829 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e7a3428-0902-45fc-be97-bd7f1a4fa829 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 372/741] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:39 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9b3eb87-3115-460b-9971-40277bd98a09 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9b3eb87-3115-460b-9971-40277bd98a09 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f9b3eb87-3115-460b-9971-40277bd98a09 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f9b3eb87-3115-460b-9971-40277bd98a09 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f9b3eb87-3115-460b-9971-40277bd98a09 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f9b3eb87-3115-460b-9971-40277bd98a09 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 370/742] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:39 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 35 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e7a3428-0902-45fc-be97-bd7f1a4fa829 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e7a3428-0902-45fc-be97-bd7f1a4fa829 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8c43820-c962-4b90-9d3f-3bd69feaf65b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8c43820-c962-4b90-9d3f-3bd69feaf65b service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8c43820-c962-4b90-9d3f-3bd69feaf65b service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8c43820-c962-4b90-9d3f-3bd69feaf65b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8c43820-c962-4b90-9d3f-3bd69feaf65b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8c43820-c962-4b90-9d3f-3bd69feaf65b service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 373/743] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:39 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95e94ef1-80b9-49cc-b214-13bc55140c59 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95e94ef1-80b9-49cc-b214-13bc55140c59 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95e94ef1-80b9-49cc-b214-13bc55140c59 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 371/744] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:40 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:35:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1127bfd2-29ce-4945-96d2-7140af453036 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1127bfd2-29ce-4945-96d2-7140af453036 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1127bfd2-29ce-4945-96d2-7140af453036 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1127bfd2-29ce-4945-96d2-7140af453036 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-1127bfd2-29ce-4945-96d2-7140af453036 None None] MFA Rules not processed for user `dbc790593fda4cb9929fdb60c0a3b506`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-1127bfd2-29ce-4945-96d2-7140af453036 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 374/745] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:40 2025] POST /identity/v3/auth/tokens => generated 2490 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95e94ef1-80b9-49cc-b214-13bc55140c59 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95e94ef1-80b9-49cc-b214-13bc55140c59 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-71d4e50a-cfa1-4d1b-9628-153c0068a107 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71d4e50a-cfa1-4d1b-9628-153c0068a107 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71d4e50a-cfa1-4d1b-9628-153c0068a107 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-71d4e50a-cfa1-4d1b-9628-153c0068a107 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71d4e50a-cfa1-4d1b-9628-153c0068a107 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-71d4e50a-cfa1-4d1b-9628-153c0068a107 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 372/746] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:40 2025] GET /identity/v3/auth/tokens => generated 2490 bytes in 23 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97d205dd-7727-4da9-850a-3b41f80762bd None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97d205dd-7727-4da9-850a-3b41f80762bd None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-97d205dd-7727-4da9-850a-3b41f80762bd None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 375/747] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:41 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-698a4f54-ea3c-4212-9d18-bd021afc1af6 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-698a4f54-ea3c-4212-9d18-bd021afc1af6 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-698a4f54-ea3c-4212-9d18-bd021afc1af6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-698a4f54-ea3c-4212-9d18-bd021afc1af6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-698a4f54-ea3c-4212-9d18-bd021afc1af6 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-698a4f54-ea3c-4212-9d18-bd021afc1af6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 373/748] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:41 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 36 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97d205dd-7727-4da9-850a-3b41f80762bd None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-97d205dd-7727-4da9-850a-3b41f80762bd None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c45e17b-8b58-437f-92dc-c349457dc6e4 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c45e17b-8b58-437f-92dc-c349457dc6e4 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c45e17b-8b58-437f-92dc-c349457dc6e4 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c45e17b-8b58-437f-92dc-c349457dc6e4 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c45e17b-8b58-437f-92dc-c349457dc6e4 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c45e17b-8b58-437f-92dc-c349457dc6e4 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 376/749] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:42 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a156174e-c4f1-4e46-8de8-e889bdfd56af None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a156174e-c4f1-4e46-8de8-e889bdfd56af None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a156174e-c4f1-4e46-8de8-e889bdfd56af None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 374/750] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:43 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8902920-3d6f-4e6b-b8c8-c8c2e4b9a5c9 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8902920-3d6f-4e6b-b8c8-c8c2e4b9a5c9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8902920-3d6f-4e6b-b8c8-c8c2e4b9a5c9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e8902920-3d6f-4e6b-b8c8-c8c2e4b9a5c9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e8902920-3d6f-4e6b-b8c8-c8c2e4b9a5c9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e8902920-3d6f-4e6b-b8c8-c8c2e4b9a5c9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 377/751] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:43 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a156174e-c4f1-4e46-8de8-e889bdfd56af None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a156174e-c4f1-4e46-8de8-e889bdfd56af None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80cca79c-d1ff-4a92-888c-63fa2fb01bdc service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80cca79c-d1ff-4a92-888c-63fa2fb01bdc service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80cca79c-d1ff-4a92-888c-63fa2fb01bdc service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80cca79c-d1ff-4a92-888c-63fa2fb01bdc service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80cca79c-d1ff-4a92-888c-63fa2fb01bdc service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80cca79c-d1ff-4a92-888c-63fa2fb01bdc service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 375/752] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:43 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7a70a2c-5ef1-400d-b697-317b11a69b6b None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7a70a2c-5ef1-400d-b697-317b11a69b6b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7a70a2c-5ef1-400d-b697-317b11a69b6b None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 378/753] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:44 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e116cb33-1859-4f1f-96f5-3f5a240f854c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e116cb33-1859-4f1f-96f5-3f5a240f854c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e116cb33-1859-4f1f-96f5-3f5a240f854c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e116cb33-1859-4f1f-96f5-3f5a240f854c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e116cb33-1859-4f1f-96f5-3f5a240f854c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e116cb33-1859-4f1f-96f5-3f5a240f854c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 376/754] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:44 2025] POST /identity/v3/auth/tokens => generated 2548 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7a70a2c-5ef1-400d-b697-317b11a69b6b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7a70a2c-5ef1-400d-b697-317b11a69b6b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd1dc811-8fa7-4d58-95d9-f13adea5a20b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd1dc811-8fa7-4d58-95d9-f13adea5a20b service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd1dc811-8fa7-4d58-95d9-f13adea5a20b service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd1dc811-8fa7-4d58-95d9-f13adea5a20b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd1dc811-8fa7-4d58-95d9-f13adea5a20b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd1dc811-8fa7-4d58-95d9-f13adea5a20b service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 379/755] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:45 2025] GET /identity/v3/auth/tokens => generated 2548 bytes in 26 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b085e19f-e702-425e-96dd-412ec7e475c1 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b085e19f-e702-425e-96dd-412ec7e475c1 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b085e19f-e702-425e-96dd-412ec7e475c1 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 377/756] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:47 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2acbd244-da70-4afd-89a9-1ab671c39805 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2acbd244-da70-4afd-89a9-1ab671c39805 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2acbd244-da70-4afd-89a9-1ab671c39805 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2acbd244-da70-4afd-89a9-1ab671c39805 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2acbd244-da70-4afd-89a9-1ab671c39805 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2acbd244-da70-4afd-89a9-1ab671c39805 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 380/757] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b085e19f-e702-425e-96dd-412ec7e475c1 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b085e19f-e702-425e-96dd-412ec7e475c1 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b89a2a5d-a1d8-4624-a424-7703b7c5fbf1 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b89a2a5d-a1d8-4624-a424-7703b7c5fbf1 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b89a2a5d-a1d8-4624-a424-7703b7c5fbf1 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b89a2a5d-a1d8-4624-a424-7703b7c5fbf1 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b89a2a5d-a1d8-4624-a424-7703b7c5fbf1 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b89a2a5d-a1d8-4624-a424-7703b7c5fbf1 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 378/758] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:47 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8300c48-9200-46e4-9399-878ea454e9f5 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8300c48-9200-46e4-9399-878ea454e9f5 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8300c48-9200-46e4-9399-878ea454e9f5 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 381/759] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:48 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34c583cc-2bbf-42e8-a32d-5e12e92ca4d8 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34c583cc-2bbf-42e8-a32d-5e12e92ca4d8 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34c583cc-2bbf-42e8-a32d-5e12e92ca4d8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-34c583cc-2bbf-42e8-a32d-5e12e92ca4d8 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-34c583cc-2bbf-42e8-a32d-5e12e92ca4d8 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-34c583cc-2bbf-42e8-a32d-5e12e92ca4d8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 379/760] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:48 2025] POST /identity/v3/auth/tokens => generated 2548 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8300c48-9200-46e4-9399-878ea454e9f5 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8300c48-9200-46e4-9399-878ea454e9f5 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a8404c1-3d81-4c96-a48e-b12413d9732e service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8404c1-3d81-4c96-a48e-b12413d9732e service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8404c1-3d81-4c96-a48e-b12413d9732e service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a8404c1-3d81-4c96-a48e-b12413d9732e service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a8404c1-3d81-4c96-a48e-b12413d9732e service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a8404c1-3d81-4c96-a48e-b12413d9732e service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 382/761] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:48 2025] GET /identity/v3/auth/tokens => generated 2548 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c61db25b-5121-471b-80e0-4d535b436c58 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c61db25b-5121-471b-80e0-4d535b436c58 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c61db25b-5121-471b-80e0-4d535b436c58 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 380/762] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:35:51 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9f60090-01a5-4cbe-9b75-45b3aeb9dd7a None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9f60090-01a5-4cbe-9b75-45b3aeb9dd7a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9f60090-01a5-4cbe-9b75-45b3aeb9dd7a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d9f60090-01a5-4cbe-9b75-45b3aeb9dd7a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d9f60090-01a5-4cbe-9b75-45b3aeb9dd7a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d9f60090-01a5-4cbe-9b75-45b3aeb9dd7a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 383/763] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:35:51 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c61db25b-5121-471b-80e0-4d535b436c58 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c61db25b-5121-471b-80e0-4d535b436c58 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-850c7f42-2317-4213-9cb0-7d6c46229ecf service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-850c7f42-2317-4213-9cb0-7d6c46229ecf service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-850c7f42-2317-4213-9cb0-7d6c46229ecf service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-850c7f42-2317-4213-9cb0-7d6c46229ecf service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-850c7f42-2317-4213-9cb0-7d6c46229ecf service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-850c7f42-2317-4213-9cb0-7d6c46229ecf service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:35:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 381/764] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:35:52 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:35:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50f3f4a7-22f4-4e54-8a41-1f202237c34a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50f3f4a7-22f4-4e54-8a41-1f202237c34a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50f3f4a7-22f4-4e54-8a41-1f202237c34a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 384/765] 10.201.9.223 () {54 vars in 919 bytes} [Tue Jan 14 22:35:56 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:35:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e81dc14-88db-4b61-b82d-80e62bbf02ff None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e81dc14-88db-4b61-b82d-80e62bbf02ff None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e81dc14-88db-4b61-b82d-80e62bbf02ff None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9e81dc14-88db-4b61-b82d-80e62bbf02ff None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:35:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9e81dc14-88db-4b61-b82d-80e62bbf02ff None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9e81dc14-88db-4b61-b82d-80e62bbf02ff None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:35:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 382/766] 10.201.9.223 () {58 vars in 1016 bytes} [Tue Jan 14 22:35:56 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 105 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:01 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=55,keystone:UPDATE=1 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88fe5b1c-516c-413f-a0da-7a0500c77d9d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88fe5b1c-516c-413f-a0da-7a0500c77d9d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88fe5b1c-516c-413f-a0da-7a0500c77d9d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 385/767] 10.201.9.223 () {54 vars in 919 bytes} [Tue Jan 14 22:36:03 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1144fea2-3440-4378-94ba-317a5b1af267 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1144fea2-3440-4378-94ba-317a5b1af267 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1144fea2-3440-4378-94ba-317a5b1af267 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-1144fea2-3440-4378-94ba-317a5b1af267 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-1144fea2-3440-4378-94ba-317a5b1af267 None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1144fea2-3440-4378-94ba-317a5b1af267 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 383/768] 10.201.9.223 () {58 vars in 1016 bytes} [Tue Jan 14 22:36:03 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bd044c6-d8ff-412f-aab2-bebb99856127 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bd044c6-d8ff-412f-aab2-bebb99856127 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bd044c6-d8ff-412f-aab2-bebb99856127 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 386/769] 10.201.9.223 () {54 vars in 919 bytes} [Tue Jan 14 22:36:05 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a25558de-ef3f-496d-8342-c245d3e806ca None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a25558de-ef3f-496d-8342-c245d3e806ca None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a25558de-ef3f-496d-8342-c245d3e806ca None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a25558de-ef3f-496d-8342-c245d3e806ca None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a25558de-ef3f-496d-8342-c245d3e806ca None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a25558de-ef3f-496d-8342-c245d3e806ca None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 384/770] 10.201.9.223 () {58 vars in 1016 bytes} [Tue Jan 14 22:36:05 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75761f34-3a4a-4e70-abd5-eeee8b6643cc None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75761f34-3a4a-4e70-abd5-eeee8b6643cc None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75761f34-3a4a-4e70-abd5-eeee8b6643cc None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 387/771] 10.201.9.223 () {54 vars in 917 bytes} [Tue Jan 14 22:36:09 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0646e873-d0fc-4cdd-bec8-1c03d4913db0 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0646e873-d0fc-4cdd-bec8-1c03d4913db0 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0646e873-d0fc-4cdd-bec8-1c03d4913db0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0646e873-d0fc-4cdd-bec8-1c03d4913db0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-0646e873-d0fc-4cdd-bec8-1c03d4913db0 None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-0646e873-d0fc-4cdd-bec8-1c03d4913db0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 385/772] 10.201.9.223 () {58 vars in 1014 bytes} [Tue Jan 14 22:36:09 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b6b8b2f-34d8-4758-8529-5feba59f42f5 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b6b8b2f-34d8-4758-8529-5feba59f42f5 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b6b8b2f-34d8-4758-8529-5feba59f42f5 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 388/773] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:10 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ede10b-54e0-42d8-ae6f-0d7ef3a0caec None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ede10b-54e0-42d8-ae6f-0d7ef3a0caec None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ede10b-54e0-42d8-ae6f-0d7ef3a0caec None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f6ede10b-54e0-42d8-ae6f-0d7ef3a0caec None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f6ede10b-54e0-42d8-ae6f-0d7ef3a0caec None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f6ede10b-54e0-42d8-ae6f-0d7ef3a0caec None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 386/774] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:10 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 35 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af6869fb-f4f9-4efb-bfee-4376ce3f93dc None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af6869fb-f4f9-4efb-bfee-4376ce3f93dc None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af6869fb-f4f9-4efb-bfee-4376ce3f93dc None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 389/775] 10.201.9.223 () {54 vars in 960 bytes} [Tue Jan 14 22:36:10 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-337d2354-add7-44f0-859c-f31b51145499 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-337d2354-add7-44f0-859c-f31b51145499 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-337d2354-add7-44f0-859c-f31b51145499 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-337d2354-add7-44f0-859c-f31b51145499 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-337d2354-add7-44f0-859c-f31b51145499 None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-337d2354-add7-44f0-859c-f31b51145499 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 387/776] 10.201.9.223 () {58 vars in 1057 bytes} [Tue Jan 14 22:36:10 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 33 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af6869fb-f4f9-4efb-bfee-4376ce3f93dc None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af6869fb-f4f9-4efb-bfee-4376ce3f93dc None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc013713-d6fa-43cd-b626-4319e420977a service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc013713-d6fa-43cd-b626-4319e420977a service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc013713-d6fa-43cd-b626-4319e420977a service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc013713-d6fa-43cd-b626-4319e420977a service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc013713-d6fa-43cd-b626-4319e420977a service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc013713-d6fa-43cd-b626-4319e420977a service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 390/777] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:10 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bd54b41-ed9e-43d5-ab47-55029f66eb89 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bd54b41-ed9e-43d5-ab47-55029f66eb89 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bd54b41-ed9e-43d5-ab47-55029f66eb89 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 388/778] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:11 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-994a4d35-01c7-4eba-9bd0-4d5ebb2a0201 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-994a4d35-01c7-4eba-9bd0-4d5ebb2a0201 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-994a4d35-01c7-4eba-9bd0-4d5ebb2a0201 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-994a4d35-01c7-4eba-9bd0-4d5ebb2a0201 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-994a4d35-01c7-4eba-9bd0-4d5ebb2a0201 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-994a4d35-01c7-4eba-9bd0-4d5ebb2a0201 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 391/779] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bd54b41-ed9e-43d5-ab47-55029f66eb89 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bd54b41-ed9e-43d5-ab47-55029f66eb89 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15120701-5ec7-4b36-b753-c359b0f89df2 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15120701-5ec7-4b36-b753-c359b0f89df2 service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15120701-5ec7-4b36-b753-c359b0f89df2 service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15120701-5ec7-4b36-b753-c359b0f89df2 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15120701-5ec7-4b36-b753-c359b0f89df2 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15120701-5ec7-4b36-b753-c359b0f89df2 service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 389/780] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:12 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbcc5e99-93e8-44d1-a048-6395e9331ae0 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbcc5e99-93e8-44d1-a048-6395e9331ae0 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbcc5e99-93e8-44d1-a048-6395e9331ae0 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 392/781] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:13 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f7e9698-710e-4045-84e6-312a39d8a9c3 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f7e9698-710e-4045-84e6-312a39d8a9c3 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f7e9698-710e-4045-84e6-312a39d8a9c3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0f7e9698-710e-4045-84e6-312a39d8a9c3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-0f7e9698-710e-4045-84e6-312a39d8a9c3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-0f7e9698-710e-4045-84e6-312a39d8a9c3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 390/782] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:13 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9243b82a-9771-409d-8bed-ccfdae5f8c14 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9243b82a-9771-409d-8bed-ccfdae5f8c14 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9243b82a-9771-409d-8bed-ccfdae5f8c14 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 393/783] 10.201.9.223 () {54 vars in 960 bytes} [Tue Jan 14 22:36:13 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68ae121-12c8-4cc9-b9cc-4076df1d8e47 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68ae121-12c8-4cc9-b9cc-4076df1d8e47 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68ae121-12c8-4cc9-b9cc-4076df1d8e47 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b68ae121-12c8-4cc9-b9cc-4076df1d8e47 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b68ae121-12c8-4cc9-b9cc-4076df1d8e47 None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b68ae121-12c8-4cc9-b9cc-4076df1d8e47 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 391/784] 10.201.9.223 () {58 vars in 1057 bytes} [Tue Jan 14 22:36:13 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9243b82a-9771-409d-8bed-ccfdae5f8c14 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9243b82a-9771-409d-8bed-ccfdae5f8c14 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2b40e8d-4b48-4a70-bb29-4cb355b7abff service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b40e8d-4b48-4a70-bb29-4cb355b7abff service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b40e8d-4b48-4a70-bb29-4cb355b7abff service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b40e8d-4b48-4a70-bb29-4cb355b7abff service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2b40e8d-4b48-4a70-bb29-4cb355b7abff service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2b40e8d-4b48-4a70-bb29-4cb355b7abff service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 394/785] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:13 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef59623f-42a5-4507-bb0f-d3242626948f None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef59623f-42a5-4507-bb0f-d3242626948f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef59623f-42a5-4507-bb0f-d3242626948f None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 392/786] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:14 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa4e16f-22b0-4e19-a56b-83db1da0238d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa4e16f-22b0-4e19-a56b-83db1da0238d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0aa4e16f-22b0-4e19-a56b-83db1da0238d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-0aa4e16f-22b0-4e19-a56b-83db1da0238d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-0aa4e16f-22b0-4e19-a56b-83db1da0238d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0aa4e16f-22b0-4e19-a56b-83db1da0238d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 395/787] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef59623f-42a5-4507-bb0f-d3242626948f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef59623f-42a5-4507-bb0f-d3242626948f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4416943f-f016-4fe5-b511-b8a71aef6507 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4416943f-f016-4fe5-b511-b8a71aef6507 service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4416943f-f016-4fe5-b511-b8a71aef6507 service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4416943f-f016-4fe5-b511-b8a71aef6507 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4416943f-f016-4fe5-b511-b8a71aef6507 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4416943f-f016-4fe5-b511-b8a71aef6507 service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 393/788] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:14 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-056f8fef-b844-429f-9f2c-eab80023d54f None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-056f8fef-b844-429f-9f2c-eab80023d54f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-056f8fef-b844-429f-9f2c-eab80023d54f None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 396/789] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:16 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-095b2f49-1932-49c7-8607-981805e94dfe None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-095b2f49-1932-49c7-8607-981805e94dfe None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-095b2f49-1932-49c7-8607-981805e94dfe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-095b2f49-1932-49c7-8607-981805e94dfe None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-095b2f49-1932-49c7-8607-981805e94dfe None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-095b2f49-1932-49c7-8607-981805e94dfe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 394/790] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:16 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-056f8fef-b844-429f-9f2c-eab80023d54f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-056f8fef-b844-429f-9f2c-eab80023d54f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-587d5c63-6dbf-4a7d-8c42-10b24e82879a service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-587d5c63-6dbf-4a7d-8c42-10b24e82879a service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-587d5c63-6dbf-4a7d-8c42-10b24e82879a service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-587d5c63-6dbf-4a7d-8c42-10b24e82879a service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-587d5c63-6dbf-4a7d-8c42-10b24e82879a service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-587d5c63-6dbf-4a7d-8c42-10b24e82879a service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 397/791] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:16 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55a1d466-1920-4fbe-9084-30544ee1b6cd None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55a1d466-1920-4fbe-9084-30544ee1b6cd None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55a1d466-1920-4fbe-9084-30544ee1b6cd None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 395/792] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:17 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78907038-82a4-4b4c-bde1-6de909612967 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78907038-82a4-4b4c-bde1-6de909612967 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78907038-82a4-4b4c-bde1-6de909612967 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-78907038-82a4-4b4c-bde1-6de909612967 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-78907038-82a4-4b4c-bde1-6de909612967 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-78907038-82a4-4b4c-bde1-6de909612967 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 398/793] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:17 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55a1d466-1920-4fbe-9084-30544ee1b6cd None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55a1d466-1920-4fbe-9084-30544ee1b6cd None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8ca5dfac-264f-4589-875b-1296173ba0bb service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ca5dfac-264f-4589-875b-1296173ba0bb service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ca5dfac-264f-4589-875b-1296173ba0bb service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8ca5dfac-264f-4589-875b-1296173ba0bb service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ca5dfac-264f-4589-875b-1296173ba0bb service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8ca5dfac-264f-4589-875b-1296173ba0bb service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 396/794] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:17 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08ef44a8-937c-4ca7-9336-8219c2be0dca None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08ef44a8-937c-4ca7-9336-8219c2be0dca None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08ef44a8-937c-4ca7-9336-8219c2be0dca None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 399/795] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:18 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0e0336c-3109-4ab4-a18a-ebdad86eb829 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0e0336c-3109-4ab4-a18a-ebdad86eb829 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0e0336c-3109-4ab4-a18a-ebdad86eb829 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b0e0336c-3109-4ab4-a18a-ebdad86eb829 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b0e0336c-3109-4ab4-a18a-ebdad86eb829 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b0e0336c-3109-4ab4-a18a-ebdad86eb829 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 397/796] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08ef44a8-937c-4ca7-9336-8219c2be0dca None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08ef44a8-937c-4ca7-9336-8219c2be0dca None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a654a66e-0074-48f8-96e1-ef7d049d5f17 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a654a66e-0074-48f8-96e1-ef7d049d5f17 service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a654a66e-0074-48f8-96e1-ef7d049d5f17 service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a654a66e-0074-48f8-96e1-ef7d049d5f17 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a654a66e-0074-48f8-96e1-ef7d049d5f17 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a654a66e-0074-48f8-96e1-ef7d049d5f17 service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 400/797] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:18 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7ccdf3-46ff-4d9f-84e4-dfbc1fdc839f None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7ccdf3-46ff-4d9f-84e4-dfbc1fdc839f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7ccdf3-46ff-4d9f-84e4-dfbc1fdc839f None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 398/798] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:19 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b2232a5-1452-415d-b9fd-ab56bb34a4c2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b2232a5-1452-415d-b9fd-ab56bb34a4c2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b2232a5-1452-415d-b9fd-ab56bb34a4c2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8b2232a5-1452-415d-b9fd-ab56bb34a4c2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-8b2232a5-1452-415d-b9fd-ab56bb34a4c2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-8b2232a5-1452-415d-b9fd-ab56bb34a4c2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 401/799] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:19 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7ccdf3-46ff-4d9f-84e4-dfbc1fdc839f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7ccdf3-46ff-4d9f-84e4-dfbc1fdc839f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f1ef056-375a-46e4-9a19-655212cc5dca service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f1ef056-375a-46e4-9a19-655212cc5dca service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f1ef056-375a-46e4-9a19-655212cc5dca service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f1ef056-375a-46e4-9a19-655212cc5dca service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f1ef056-375a-46e4-9a19-655212cc5dca service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3f1ef056-375a-46e4-9a19-655212cc5dca service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 399/800] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:19 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b777ed43-c8c3-4086-ab4f-e83e87aceb47 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b777ed43-c8c3-4086-ab4f-e83e87aceb47 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b777ed43-c8c3-4086-ab4f-e83e87aceb47 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 402/801] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:20 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:36:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eacac35d-1443-406e-bba0-e872d4c8f7ac None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eacac35d-1443-406e-bba0-e872d4c8f7ac None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eacac35d-1443-406e-bba0-e872d4c8f7ac None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-eacac35d-1443-406e-bba0-e872d4c8f7ac None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-eacac35d-1443-406e-bba0-e872d4c8f7ac None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-eacac35d-1443-406e-bba0-e872d4c8f7ac None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:20 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 400/802] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd7998b0-357f-4476-9f15-ff4c630eeaa8 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd7998b0-357f-4476-9f15-ff4c630eeaa8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd7998b0-357f-4476-9f15-ff4c630eeaa8 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 403/803] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:21 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0002b0ec-4092-45ca-83c2-970448b83407 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0002b0ec-4092-45ca-83c2-970448b83407 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0002b0ec-4092-45ca-83c2-970448b83407 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0002b0ec-4092-45ca-83c2-970448b83407 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-0002b0ec-4092-45ca-83c2-970448b83407 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-0002b0ec-4092-45ca-83c2-970448b83407 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 401/804] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:21 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-638dac38-781f-4866-8ed2-723dbe61fd3a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-638dac38-781f-4866-8ed2-723dbe61fd3a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-638dac38-781f-4866-8ed2-723dbe61fd3a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 404/805] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:36:21 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] MFA Rules not processed for user `a56980bf0d194f52b0ae1ea5202ab0cb`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-638dac38-781f-4866-8ed2-723dbe61fd3a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-638dac38-781f-4866-8ed2-723dbe61fd3a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-923b6cfd-782a-445d-a6dd-84b6d8d23a3b service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-923b6cfd-782a-445d-a6dd-84b6d8d23a3b service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-923b6cfd-782a-445d-a6dd-84b6d8d23a3b service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-923b6cfd-782a-445d-a6dd-84b6d8d23a3b service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 402/806] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:36:21 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 82 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-923b6cfd-782a-445d-a6dd-84b6d8d23a3b service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-923b6cfd-782a-445d-a6dd-84b6d8d23a3b service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 405/807] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:21 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec8f1214-5ac4-4e12-95ab-ad99bdfb15ab None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9f81eac5-6ce4-4125-9e63-e86a88cb3bc9 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f81eac5-6ce4-4125-9e63-e86a88cb3bc9 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f81eac5-6ce4-4125-9e63-e86a88cb3bc9 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9f81eac5-6ce4-4125-9e63-e86a88cb3bc9 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f81eac5-6ce4-4125-9e63-e86a88cb3bc9 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9f81eac5-6ce4-4125-9e63-e86a88cb3bc9 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 403/808] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:21 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60a9399d-9030-4304-abf5-9c9720fb849d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60a9399d-9030-4304-abf5-9c9720fb849d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60a9399d-9030-4304-abf5-9c9720fb849d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 406/809] 10.201.9.223 () {54 vars in 959 bytes} [Tue Jan 14 22:36:21 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c4f2cd5-22ef-4dfb-a5d9-b5d88d29b09c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c4f2cd5-22ef-4dfb-a5d9-b5d88d29b09c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c4f2cd5-22ef-4dfb-a5d9-b5d88d29b09c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-3c4f2cd5-22ef-4dfb-a5d9-b5d88d29b09c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-3c4f2cd5-22ef-4dfb-a5d9-b5d88d29b09c None None] MFA Rules not processed for user `349a22c9816b4961aabbe5165a641a6a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-3c4f2cd5-22ef-4dfb-a5d9-b5d88d29b09c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 404/810] 10.201.9.223 () {58 vars in 1056 bytes} [Tue Jan 14 22:36:21 2025] POST /identity/v3/auth/tokens => generated 2618 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60a9399d-9030-4304-abf5-9c9720fb849d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60a9399d-9030-4304-abf5-9c9720fb849d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7a0d774-8ddf-4e79-8709-1c1b0ec59752 service placement] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '349a22c9816b4961aabbe5165a641a6a', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7a0d774-8ddf-4e79-8709-1c1b0ec59752 service placement] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7a0d774-8ddf-4e79-8709-1c1b0ec59752 service placement] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7a0d774-8ddf-4e79-8709-1c1b0ec59752 service placement] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7a0d774-8ddf-4e79-8709-1c1b0ec59752 service placement] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7a0d774-8ddf-4e79-8709-1c1b0ec59752 service placement] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 407/811] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:21 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 21 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66dd5917-8940-4267-b4bf-df82e8a0bd61 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66dd5917-8940-4267-b4bf-df82e8a0bd61 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66dd5917-8940-4267-b4bf-df82e8a0bd61 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 405/812] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:22 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a85b9dd-32bc-44d7-bb7c-70e2859ead28 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a85b9dd-32bc-44d7-bb7c-70e2859ead28 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a85b9dd-32bc-44d7-bb7c-70e2859ead28 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1a85b9dd-32bc-44d7-bb7c-70e2859ead28 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-1a85b9dd-32bc-44d7-bb7c-70e2859ead28 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-1a85b9dd-32bc-44d7-bb7c-70e2859ead28 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 408/813] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:22 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66dd5917-8940-4267-b4bf-df82e8a0bd61 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66dd5917-8940-4267-b4bf-df82e8a0bd61 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6567a77e-ed1a-495a-ad63-792175395e1b service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6567a77e-ed1a-495a-ad63-792175395e1b service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6567a77e-ed1a-495a-ad63-792175395e1b service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6567a77e-ed1a-495a-ad63-792175395e1b service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6567a77e-ed1a-495a-ad63-792175395e1b service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6567a77e-ed1a-495a-ad63-792175395e1b service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 406/814] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:22 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb19b0fb-a8b3-4446-aa35-84d4a68954f6 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb19b0fb-a8b3-4446-aa35-84d4a68954f6 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb19b0fb-a8b3-4446-aa35-84d4a68954f6 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 409/815] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:23 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56778c57-a600-4c12-ad85-90d7c6ad0d78 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56778c57-a600-4c12-ad85-90d7c6ad0d78 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56778c57-a600-4c12-ad85-90d7c6ad0d78 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=237,keystone:UPDATE=4 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-56778c57-a600-4c12-ad85-90d7c6ad0d78 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-56778c57-a600-4c12-ad85-90d7c6ad0d78 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-56778c57-a600-4c12-ad85-90d7c6ad0d78 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 407/816] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:23 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb19b0fb-a8b3-4446-aa35-84d4a68954f6 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb19b0fb-a8b3-4446-aa35-84d4a68954f6 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6cc970a-b4c9-48d2-b531-1228a356ca9e service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6cc970a-b4c9-48d2-b531-1228a356ca9e service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6cc970a-b4c9-48d2-b531-1228a356ca9e service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6cc970a-b4c9-48d2-b531-1228a356ca9e service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6cc970a-b4c9-48d2-b531-1228a356ca9e service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6cc970a-b4c9-48d2-b531-1228a356ca9e service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:23 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 410/817] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:23 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9524f67d-3a21-4b2f-aab8-24910c3ca859 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9524f67d-3a21-4b2f-aab8-24910c3ca859 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9524f67d-3a21-4b2f-aab8-24910c3ca859 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 408/818] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:24 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5a381d9-c0d5-44bb-b9b9-4eb6fc72b9b8 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5a381d9-c0d5-44bb-b9b9-4eb6fc72b9b8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5a381d9-c0d5-44bb-b9b9-4eb6fc72b9b8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d5a381d9-c0d5-44bb-b9b9-4eb6fc72b9b8 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d5a381d9-c0d5-44bb-b9b9-4eb6fc72b9b8 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d5a381d9-c0d5-44bb-b9b9-4eb6fc72b9b8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 411/819] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:24 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9524f67d-3a21-4b2f-aab8-24910c3ca859 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9524f67d-3a21-4b2f-aab8-24910c3ca859 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba1f0ad3-c892-4748-85dd-5cfa68f836e8 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba1f0ad3-c892-4748-85dd-5cfa68f836e8 service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba1f0ad3-c892-4748-85dd-5cfa68f836e8 service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba1f0ad3-c892-4748-85dd-5cfa68f836e8 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba1f0ad3-c892-4748-85dd-5cfa68f836e8 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba1f0ad3-c892-4748-85dd-5cfa68f836e8 service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 409/820] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:24 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9190cc75-b53e-49a8-906b-a21ee6ffab36 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9190cc75-b53e-49a8-906b-a21ee6ffab36 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9190cc75-b53e-49a8-906b-a21ee6ffab36 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 412/821] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:31 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6bfbe7-a42c-4f23-999c-9c4a387fd962 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6bfbe7-a42c-4f23-999c-9c4a387fd962 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6bfbe7-a42c-4f23-999c-9c4a387fd962 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-bc6bfbe7-a42c-4f23-999c-9c4a387fd962 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-bc6bfbe7-a42c-4f23-999c-9c4a387fd962 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bc6bfbe7-a42c-4f23-999c-9c4a387fd962 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 410/822] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:31 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-657e2dce-04c0-4a7c-abbd-b6e7d4bd5d67 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-657e2dce-04c0-4a7c-abbd-b6e7d4bd5d67 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-657e2dce-04c0-4a7c-abbd-b6e7d4bd5d67 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 413/823] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:36:31 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-939ae723-6916-450f-b32b-06f68a768a24 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-939ae723-6916-450f-b32b-06f68a768a24 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-939ae723-6916-450f-b32b-06f68a768a24 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-939ae723-6916-450f-b32b-06f68a768a24 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-939ae723-6916-450f-b32b-06f68a768a24 None None] MFA Rules not processed for user `cbed57a1ff42434f8ea6094e787fb6dd`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-939ae723-6916-450f-b32b-06f68a768a24 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 411/824] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:36:31 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 72 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-657e2dce-04c0-4a7c-abbd-b6e7d4bd5d67 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-657e2dce-04c0-4a7c-abbd-b6e7d4bd5d67 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea0f63e5-2200-480b-861f-b013999c7d0a service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0f63e5-2200-480b-861f-b013999c7d0a service glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0f63e5-2200-480b-861f-b013999c7d0a service glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0f63e5-2200-480b-861f-b013999c7d0a service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea0f63e5-2200-480b-861f-b013999c7d0a service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea0f63e5-2200-480b-861f-b013999c7d0a service glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 414/825] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63fd6ce8-e7ed-4082-a2b3-32d07425b769 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63fd6ce8-e7ed-4082-a2b3-32d07425b769 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63fd6ce8-e7ed-4082-a2b3-32d07425b769 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 412/826] 10.201.9.223 () {54 vars in 910 bytes} [Tue Jan 14 22:36:32 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] MFA Rules not processed for user `cbed57a1ff42434f8ea6094e787fb6dd`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 415/827] 10.201.9.223 () {58 vars in 1007 bytes} [Tue Jan 14 22:36:32 2025] POST /identity/v3/auth/tokens => generated 2061 bytes in 75 msecs (HTTP/1.1 201) 6 headers in 364 bytes (2 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63fd6ce8-e7ed-4082-a2b3-32d07425b769 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63fd6ce8-e7ed-4082-a2b3-32d07425b769 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 413/828] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/limits/model => generated 131 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89a62dd6-38d6-4b10-b31f-a5707363091b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 416/829] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ba9348a-6cbe-4d8a-a422-4ffb13841fc5 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65325a2a-a587-4c42-a7e4-f597ef2766a9 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65325a2a-a587-4c42-a7e4-f597ef2766a9 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65325a2a-a587-4c42-a7e4-f597ef2766a9 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65325a2a-a587-4c42-a7e4-f597ef2766a9 None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65325a2a-a587-4c42-a7e4-f597ef2766a9 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_total, project_id=aa6fef291c0e4913b9afb52e8e1e383b) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65325a2a-a587-4c42-a7e4-f597ef2766a9 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65325a2a-a587-4c42-a7e4-f597ef2766a9 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 414/830] 10.201.9.223 () {56 vars in 1400 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_total&project_id=aa6fef291c0e4913b9afb52e8e1e383b => generated 248 bytes in 78 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e143fab7-4612-44b6-88f4-cb380220aa09 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f9b62b2-6ca4-451d-86a3-e8c3e5a8c70a None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f9b62b2-6ca4-451d-86a3-e8c3e5a8c70a None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f9b62b2-6ca4-451d-86a3-e8c3e5a8c70a None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f9b62b2-6ca4-451d-86a3-e8c3e5a8c70a None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f9b62b2-6ca4-451d-86a3-e8c3e5a8c70a None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_total) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f9b62b2-6ca4-451d-86a3-e8c3e5a8c70a None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f9b62b2-6ca4-451d-86a3-e8c3e5a8c70a None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 417/831] 10.201.9.223 () {56 vars in 1345 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_total => generated 530 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0acc0cb4-5151-4e11-b6b5-f98668ca7c30 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0acc0cb4-5151-4e11-b6b5-f98668ca7c30 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0acc0cb4-5151-4e11-b6b5-f98668ca7c30 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 415/832] 10.201.9.223 () {54 vars in 910 bytes} [Tue Jan 14 22:36:32 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] MFA Rules not processed for user `cbed57a1ff42434f8ea6094e787fb6dd`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 418/833] 10.201.9.223 () {58 vars in 1007 bytes} [Tue Jan 14 22:36:32 2025] POST /identity/v3/auth/tokens => generated 2061 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 364 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0acc0cb4-5151-4e11-b6b5-f98668ca7c30 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0acc0cb4-5151-4e11-b6b5-f98668ca7c30 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 416/834] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/limits/model => generated 131 bytes in 66 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8b3867f-c87f-4365-a5a7-64c3eba95e85 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 419/835] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc7a6717-fd80-4918-9473-cdd104396a10 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_size_total, project_id=aa6fef291c0e4913b9afb52e8e1e383b) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 417/836] 10.201.9.223 () {56 vars in 1398 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_size_total&project_id=aa6fef291c0e4913b9afb52e8e1e383b => generated 247 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2db4f2f4-1582-4776-9207-dee3b6d41364 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_size_total) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 420/837] 10.201.9.223 () {56 vars in 1343 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_size_total => generated 529 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3da13d6-a283-46bd-91e0-101d6acf8695 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 418/838] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:36:32 2025] GET /identity/v3/limits/model => generated 131 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce3f6ec5-b299-427a-a7fc-376c7af95c2a None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 421/839] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:36:33 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba252c74-1d02-46ac-abae-f28a9627b57e None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d46e535-7d58-4b80-9adf-dd5148dd9154 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d46e535-7d58-4b80-9adf-dd5148dd9154 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d46e535-7d58-4b80-9adf-dd5148dd9154 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d46e535-7d58-4b80-9adf-dd5148dd9154 None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d46e535-7d58-4b80-9adf-dd5148dd9154 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_uploading, project_id=aa6fef291c0e4913b9afb52e8e1e383b) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d46e535-7d58-4b80-9adf-dd5148dd9154 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d46e535-7d58-4b80-9adf-dd5148dd9154 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 419/840] 10.201.9.223 () {56 vars in 1408 bytes} [Tue Jan 14 22:36:33 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_uploading&project_id=aa6fef291c0e4913b9afb52e8e1e383b => generated 252 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-469d49d5-a29b-42dd-a95e-daf4de7b97cd None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b45da69c-0dd1-4aa6-94fa-2f1d7cd6e1fe None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b45da69c-0dd1-4aa6-94fa-2f1d7cd6e1fe None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b45da69c-0dd1-4aa6-94fa-2f1d7cd6e1fe None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b45da69c-0dd1-4aa6-94fa-2f1d7cd6e1fe None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b45da69c-0dd1-4aa6-94fa-2f1d7cd6e1fe None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_uploading) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b45da69c-0dd1-4aa6-94fa-2f1d7cd6e1fe None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b45da69c-0dd1-4aa6-94fa-2f1d7cd6e1fe None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 422/841] 10.201.9.223 () {56 vars in 1353 bytes} [Tue Jan 14 22:36:33 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_uploading => generated 538 bytes in 64 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d503a6e-2275-4ffc-8169-1a8d738d2d4f None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d503a6e-2275-4ffc-8169-1a8d738d2d4f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d503a6e-2275-4ffc-8169-1a8d738d2d4f None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 420/842] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:39 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aef7641f-0922-4643-916f-f81aaa84f8ae None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aef7641f-0922-4643-916f-f81aaa84f8ae None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aef7641f-0922-4643-916f-f81aaa84f8ae None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-aef7641f-0922-4643-916f-f81aaa84f8ae None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-aef7641f-0922-4643-916f-f81aaa84f8ae None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-aef7641f-0922-4643-916f-f81aaa84f8ae None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 423/843] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:39 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d503a6e-2275-4ffc-8169-1a8d738d2d4f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d503a6e-2275-4ffc-8169-1a8d738d2d4f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ad77d4d-fbed-4eb4-ac48-18ada2b94d40 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ad77d4d-fbed-4eb4-ac48-18ada2b94d40 service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ad77d4d-fbed-4eb4-ac48-18ada2b94d40 service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ad77d4d-fbed-4eb4-ac48-18ada2b94d40 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ad77d4d-fbed-4eb4-ac48-18ada2b94d40 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ad77d4d-fbed-4eb4-ac48-18ada2b94d40 service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 421/844] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:39 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe5d2ba2-2f03-4d22-91de-b4ca6d5c174a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe5d2ba2-2f03-4d22-91de-b4ca6d5c174a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe5d2ba2-2f03-4d22-91de-b4ca6d5c174a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 424/845] 10.201.9.223 () {54 vars in 916 bytes} [Tue Jan 14 22:36:45 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0046f30-3df2-42d0-acbc-18d9281b8512 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0046f30-3df2-42d0-acbc-18d9281b8512 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d0046f30-3df2-42d0-acbc-18d9281b8512 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-d0046f30-3df2-42d0-acbc-18d9281b8512 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-d0046f30-3df2-42d0-acbc-18d9281b8512 None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d0046f30-3df2-42d0-acbc-18d9281b8512 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 422/846] 10.201.9.223 () {58 vars in 1013 bytes} [Tue Jan 14 22:36:45 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38b6515c-5069-43a5-bc40-ab84a0e69f51 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38b6515c-5069-43a5-bc40-ab84a0e69f51 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38b6515c-5069-43a5-bc40-ab84a0e69f51 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 425/847] 10.201.9.223 () {54 vars in 916 bytes} [Tue Jan 14 22:36:45 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-527f0223-94f8-4b36-8543-4ca823c6ed19 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-527f0223-94f8-4b36-8543-4ca823c6ed19 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-527f0223-94f8-4b36-8543-4ca823c6ed19 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-527f0223-94f8-4b36-8543-4ca823c6ed19 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-527f0223-94f8-4b36-8543-4ca823c6ed19 None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-527f0223-94f8-4b36-8543-4ca823c6ed19 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 423/848] 10.201.9.223 () {58 vars in 1013 bytes} [Tue Jan 14 22:36:45 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae7428d1-c253-46d0-b333-0e071ff54e5b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae7428d1-c253-46d0-b333-0e071ff54e5b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae7428d1-c253-46d0-b333-0e071ff54e5b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ae7428d1-c253-46d0-b333-0e071ff54e5b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ae7428d1-c253-46d0-b333-0e071ff54e5b None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ae7428d1-c253-46d0-b333-0e071ff54e5b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 426/849] 10.201.9.223 () {58 vars in 1013 bytes} [Tue Jan 14 22:36:45 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d847580-342e-4fe5-b5bd-da054ea6e99e None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d847580-342e-4fe5-b5bd-da054ea6e99e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d847580-342e-4fe5-b5bd-da054ea6e99e None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 424/850] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:54 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:36:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-963eff15-655c-4628-afd4-3e6d5202ba60 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-963eff15-655c-4628-afd4-3e6d5202ba60 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-963eff15-655c-4628-afd4-3e6d5202ba60 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-963eff15-655c-4628-afd4-3e6d5202ba60 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-963eff15-655c-4628-afd4-3e6d5202ba60 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-963eff15-655c-4628-afd4-3e6d5202ba60 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 427/851] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:54 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e8eca77-b4f2-4d53-ab44-0a870f506377 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e8eca77-b4f2-4d53-ab44-0a870f506377 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e8eca77-b4f2-4d53-ab44-0a870f506377 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 425/852] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:36:55 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:36:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd635325-de7c-46a4-a23f-738d9266f781 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd635325-de7c-46a4-a23f-738d9266f781 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd635325-de7c-46a4-a23f-738d9266f781 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-cd635325-de7c-46a4-a23f-738d9266f781 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-cd635325-de7c-46a4-a23f-738d9266f781 None None] MFA Rules not processed for user `cbed57a1ff42434f8ea6094e787fb6dd`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-cd635325-de7c-46a4-a23f-738d9266f781 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 428/853] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:36:55 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e8eca77-b4f2-4d53-ab44-0a870f506377 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e8eca77-b4f2-4d53-ab44-0a870f506377 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fac9224-4d01-4372-b106-5865604d7d84 service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fac9224-4d01-4372-b106-5865604d7d84 service glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fac9224-4d01-4372-b106-5865604d7d84 service glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fac9224-4d01-4372-b106-5865604d7d84 service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4fac9224-4d01-4372-b106-5865604d7d84 service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4fac9224-4d01-4372-b106-5865604d7d84 service glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 426/854] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:55 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4959436-bc50-4270-8d6f-624f30ef7efc None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4959436-bc50-4270-8d6f-624f30ef7efc None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4959436-bc50-4270-8d6f-624f30ef7efc None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 429/855] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:56 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19470248-a019-4c77-983f-cfa2e89c908d None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19470248-a019-4c77-983f-cfa2e89c908d None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19470248-a019-4c77-983f-cfa2e89c908d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-19470248-a019-4c77-983f-cfa2e89c908d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-19470248-a019-4c77-983f-cfa2e89c908d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-19470248-a019-4c77-983f-cfa2e89c908d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 427/856] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:56 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 39 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4959436-bc50-4270-8d6f-624f30ef7efc None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4959436-bc50-4270-8d6f-624f30ef7efc None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc866f9d-ec7a-4b74-a595-8c6d8da6fd91 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc866f9d-ec7a-4b74-a595-8c6d8da6fd91 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc866f9d-ec7a-4b74-a595-8c6d8da6fd91 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc866f9d-ec7a-4b74-a595-8c6d8da6fd91 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc866f9d-ec7a-4b74-a595-8c6d8da6fd91 ****** ******] RBAC: Authorizing `identity:list_projects()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc866f9d-ec7a-4b74-a595-8c6d8da6fd91 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 430/857] 10.201.9.223 () {56 vars in 1105 bytes} [Tue Jan 14 22:36:56 2025] GET /identity/v3/projects => generated 1612 bytes in 31 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fabfb85a-5660-41e7-a5bf-6b2464d5688c None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fabfb85a-5660-41e7-a5bf-6b2464d5688c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fabfb85a-5660-41e7-a5bf-6b2464d5688c None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 428/858] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:57 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3605abc-e29a-4eeb-a452-63ef900a4cd2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3605abc-e29a-4eeb-a452-63ef900a4cd2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3605abc-e29a-4eeb-a452-63ef900a4cd2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c3605abc-e29a-4eeb-a452-63ef900a4cd2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c3605abc-e29a-4eeb-a452-63ef900a4cd2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c3605abc-e29a-4eeb-a452-63ef900a4cd2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 431/859] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:57 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 33 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fabfb85a-5660-41e7-a5bf-6b2464d5688c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fabfb85a-5660-41e7-a5bf-6b2464d5688c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-346d08db-1adf-4b69-9c1a-1207193d16e5 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-346d08db-1adf-4b69-9c1a-1207193d16e5 service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-346d08db-1adf-4b69-9c1a-1207193d16e5 service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-346d08db-1adf-4b69-9c1a-1207193d16e5 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-346d08db-1adf-4b69-9c1a-1207193d16e5 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-346d08db-1adf-4b69-9c1a-1207193d16e5 service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 429/860] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:57 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aa03620-7b27-4b6a-bea8-24cb9974403d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aa03620-7b27-4b6a-bea8-24cb9974403d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6aa03620-7b27-4b6a-bea8-24cb9974403d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 432/861] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:36:59 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:36:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2e1d757-88a1-475f-ac39-50178561a8e8 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2e1d757-88a1-475f-ac39-50178561a8e8 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2e1d757-88a1-475f-ac39-50178561a8e8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-d2e1d757-88a1-475f-ac39-50178561a8e8 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:36:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-d2e1d757-88a1-475f-ac39-50178561a8e8 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d2e1d757-88a1-475f-ac39-50178561a8e8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 430/862] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:36:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6aa03620-7b27-4b6a-bea8-24cb9974403d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6aa03620-7b27-4b6a-bea8-24cb9974403d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-498b366f-3f44-440e-8efc-226a0723dd21 service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-498b366f-3f44-440e-8efc-226a0723dd21 service glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-498b366f-3f44-440e-8efc-226a0723dd21 service glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-498b366f-3f44-440e-8efc-226a0723dd21 service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-498b366f-3f44-440e-8efc-226a0723dd21 service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-498b366f-3f44-440e-8efc-226a0723dd21 service glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:36:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 433/863] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:36:59 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-966244f4-84cf-497d-a1b5-d3b75dbd07d9 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-966244f4-84cf-497d-a1b5-d3b75dbd07d9 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-966244f4-84cf-497d-a1b5-d3b75dbd07d9 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 431/864] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:37:00 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:37:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dd78f96-4234-4e00-8c42-e653bdf6c8d9 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dd78f96-4234-4e00-8c42-e653bdf6c8d9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dd78f96-4234-4e00-8c42-e653bdf6c8d9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-7dd78f96-4234-4e00-8c42-e653bdf6c8d9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-7dd78f96-4234-4e00-8c42-e653bdf6c8d9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7dd78f96-4234-4e00-8c42-e653bdf6c8d9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 434/865] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:37:00 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-966244f4-84cf-497d-a1b5-d3b75dbd07d9 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-966244f4-84cf-497d-a1b5-d3b75dbd07d9 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b779a0f-703e-4d76-8706-14b242fadde3 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b779a0f-703e-4d76-8706-14b242fadde3 service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b779a0f-703e-4d76-8706-14b242fadde3 service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b779a0f-703e-4d76-8706-14b242fadde3 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b779a0f-703e-4d76-8706-14b242fadde3 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b779a0f-703e-4d76-8706-14b242fadde3 service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 432/866] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:00 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 18 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-254dfe25-e12d-48fb-a2ab-8b0ba02efbcb None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-254dfe25-e12d-48fb-a2ab-8b0ba02efbcb None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-254dfe25-e12d-48fb-a2ab-8b0ba02efbcb None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 435/867] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:37:01 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:37:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c04c4139-92ae-4b09-84ee-994f7e28d5c6 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c04c4139-92ae-4b09-84ee-994f7e28d5c6 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c04c4139-92ae-4b09-84ee-994f7e28d5c6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c04c4139-92ae-4b09-84ee-994f7e28d5c6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c04c4139-92ae-4b09-84ee-994f7e28d5c6 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c04c4139-92ae-4b09-84ee-994f7e28d5c6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 433/868] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:37:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-254dfe25-e12d-48fb-a2ab-8b0ba02efbcb None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-254dfe25-e12d-48fb-a2ab-8b0ba02efbcb None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a57bb9c-b17e-4071-bdef-960a99c74cb8 service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a57bb9c-b17e-4071-bdef-960a99c74cb8 service glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a57bb9c-b17e-4071-bdef-960a99c74cb8 service glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a57bb9c-b17e-4071-bdef-960a99c74cb8 service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a57bb9c-b17e-4071-bdef-960a99c74cb8 service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a57bb9c-b17e-4071-bdef-960a99c74cb8 service glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 436/869] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:01 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82aec6c7-ec3b-45ef-95b2-cd2c4a2a5ff8 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82aec6c7-ec3b-45ef-95b2-cd2c4a2a5ff8 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82aec6c7-ec3b-45ef-95b2-cd2c4a2a5ff8 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 434/870] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:37:02 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d756255-7d3c-435f-849c-14b52ffc5af3 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d756255-7d3c-435f-849c-14b52ffc5af3 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d756255-7d3c-435f-849c-14b52ffc5af3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=256 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2d756255-7d3c-435f-849c-14b52ffc5af3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2d756255-7d3c-435f-849c-14b52ffc5af3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2d756255-7d3c-435f-849c-14b52ffc5af3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 437/871] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:37:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82aec6c7-ec3b-45ef-95b2-cd2c4a2a5ff8 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82aec6c7-ec3b-45ef-95b2-cd2c4a2a5ff8 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4af15cf7-8618-4455-8471-3590bb879cad service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4af15cf7-8618-4455-8471-3590bb879cad service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4af15cf7-8618-4455-8471-3590bb879cad service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4af15cf7-8618-4455-8471-3590bb879cad service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4af15cf7-8618-4455-8471-3590bb879cad service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4af15cf7-8618-4455-8471-3590bb879cad service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 435/872] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:03 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b68e9d4-a2e7-462e-a0fc-35b4c7279649 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b68e9d4-a2e7-462e-a0fc-35b4c7279649 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b68e9d4-a2e7-462e-a0fc-35b4c7279649 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 438/873] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:37:04 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:37:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8244bbac-b9d1-4707-a94f-dbb63abeb3e7 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8244bbac-b9d1-4707-a94f-dbb63abeb3e7 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8244bbac-b9d1-4707-a94f-dbb63abeb3e7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-8244bbac-b9d1-4707-a94f-dbb63abeb3e7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-8244bbac-b9d1-4707-a94f-dbb63abeb3e7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8244bbac-b9d1-4707-a94f-dbb63abeb3e7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 436/874] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:37:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b68e9d4-a2e7-462e-a0fc-35b4c7279649 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b68e9d4-a2e7-462e-a0fc-35b4c7279649 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e783a0e6-9c5d-40a3-a859-95a58664df45 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e783a0e6-9c5d-40a3-a859-95a58664df45 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e783a0e6-9c5d-40a3-a859-95a58664df45 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e783a0e6-9c5d-40a3-a859-95a58664df45 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e783a0e6-9c5d-40a3-a859-95a58664df45 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e783a0e6-9c5d-40a3-a859-95a58664df45 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 439/875] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:04 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 13 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c258257d-2e1f-489d-b49d-06e06b402602 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c258257d-2e1f-489d-b49d-06e06b402602 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c258257d-2e1f-489d-b49d-06e06b402602 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 437/876] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:37:05 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:37:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-73435dbd-9c34-42ac-b69d-4fa4e79f5867 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-73435dbd-9c34-42ac-b69d-4fa4e79f5867 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-73435dbd-9c34-42ac-b69d-4fa4e79f5867 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-73435dbd-9c34-42ac-b69d-4fa4e79f5867 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-73435dbd-9c34-42ac-b69d-4fa4e79f5867 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-73435dbd-9c34-42ac-b69d-4fa4e79f5867 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 440/877] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:37:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c258257d-2e1f-489d-b49d-06e06b402602 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c258257d-2e1f-489d-b49d-06e06b402602 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c714ae4b-a51d-4c4d-81f3-a831a6395327 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c714ae4b-a51d-4c4d-81f3-a831a6395327 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c714ae4b-a51d-4c4d-81f3-a831a6395327 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c714ae4b-a51d-4c4d-81f3-a831a6395327 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c714ae4b-a51d-4c4d-81f3-a831a6395327 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c714ae4b-a51d-4c4d-81f3-a831a6395327 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 438/878] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:05 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c1930ad-a61f-4159-bdd4-45aa65921f5d None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c1930ad-a61f-4159-bdd4-45aa65921f5d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c1930ad-a61f-4159-bdd4-45aa65921f5d None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 441/879] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:37:06 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:37:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3630d25-b1d7-4fc1-bae5-124ab172804f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3630d25-b1d7-4fc1-bae5-124ab172804f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3630d25-b1d7-4fc1-bae5-124ab172804f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e3630d25-b1d7-4fc1-bae5-124ab172804f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e3630d25-b1d7-4fc1-bae5-124ab172804f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e3630d25-b1d7-4fc1-bae5-124ab172804f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 439/880] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:37:06 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:37:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c1930ad-a61f-4159-bdd4-45aa65921f5d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c1930ad-a61f-4159-bdd4-45aa65921f5d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a57ad333-c2bd-47d4-a658-75a57d9a4f29 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a57ad333-c2bd-47d4-a658-75a57d9a4f29 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a57ad333-c2bd-47d4-a658-75a57d9a4f29 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a57ad333-c2bd-47d4-a658-75a57d9a4f29 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a57ad333-c2bd-47d4-a658-75a57d9a4f29 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a57ad333-c2bd-47d4-a658-75a57d9a4f29 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 442/881] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:06 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-056e846e-143c-4913-a5d1-648eef98ad35 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-056e846e-143c-4913-a5d1-648eef98ad35 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-056e846e-143c-4913-a5d1-648eef98ad35 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 440/882] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:37:08 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:37:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2334afa-6933-4649-9497-abd00eed8032 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2334afa-6933-4649-9497-abd00eed8032 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2334afa-6933-4649-9497-abd00eed8032 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f2334afa-6933-4649-9497-abd00eed8032 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f2334afa-6933-4649-9497-abd00eed8032 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f2334afa-6933-4649-9497-abd00eed8032 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 443/883] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:37:08 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 38 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-056e846e-143c-4913-a5d1-648eef98ad35 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-056e846e-143c-4913-a5d1-648eef98ad35 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a48a8b11-754d-494c-be42-47caea33521b service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a48a8b11-754d-494c-be42-47caea33521b service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a48a8b11-754d-494c-be42-47caea33521b service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a48a8b11-754d-494c-be42-47caea33521b service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a48a8b11-754d-494c-be42-47caea33521b service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a48a8b11-754d-494c-be42-47caea33521b service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:08 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 441/884] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:08 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:37:18 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=13 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:18 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=218,keystone:UPDATE=1 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 444/885] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:37:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 35 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 442/886] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:37:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1bbccdc-aff3-4162-9b0c-25b4d0ce155b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 445/887] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:37:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-194eac08-c6ba-47e3-a6be-0583c1300569 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 443/888] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:37:52 2025] POST /identity/v3/projects => generated 380 bytes in 29 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d5ec9b8-ed88-4ee5-889f-5d72afe3391c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 446/889] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:37:52 2025] POST /identity/v3/users => generated 298 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e310749-ebae-4d3c-be63-4ea13ad668ab ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6beb348-f75f-4135-890e-44e93420a167 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6beb348-f75f-4135-890e-44e93420a167 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6beb348-f75f-4135-890e-44e93420a167 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6beb348-f75f-4135-890e-44e93420a167 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6beb348-f75f-4135-890e-44e93420a167 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6beb348-f75f-4135-890e-44e93420a167 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 444/890] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:37:52 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5231f66c-7f8d-4afc-a966-fd4c90b1b4b7 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e580b80-abcd-4a6d-a425-5b8a65000cca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e580b80-abcd-4a6d-a425-5b8a65000cca ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e580b80-abcd-4a6d-a425-5b8a65000cca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e580b80-abcd-4a6d-a425-5b8a65000cca ****** ******] PATH_INFO: `/v3/projects/4fef565b0e174eb1beb40aef10e02279/users/60e766ac426b47ca8782158a283008e1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e580b80-abcd-4a6d-a425-5b8a65000cca ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4fef565b0e174eb1beb40aef10e02279, user_id=60e766ac426b47ca8782158a283008e1, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e580b80-abcd-4a6d-a425-5b8a65000cca ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 447/891] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:37:52 2025] PUT /identity/v3/projects/4fef565b0e174eb1beb40aef10e02279/users/60e766ac426b47ca8782158a283008e1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f4891da-bd0f-42a7-88ad-344cf714fea1 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f4891da-bd0f-42a7-88ad-344cf714fea1 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f4891da-bd0f-42a7-88ad-344cf714fea1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4f4891da-bd0f-42a7-88ad-344cf714fea1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4f4891da-bd0f-42a7-88ad-344cf714fea1 None None] MFA Rules not processed for user `60e766ac426b47ca8782158a283008e1`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4f4891da-bd0f-42a7-88ad-344cf714fea1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 445/892] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:37:52 2025] POST /identity/v3/auth/tokens => generated 2510 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2af08908-b5b7-4106-b457-38935cae1e81 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2af08908-b5b7-4106-b457-38935cae1e81 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2af08908-b5b7-4106-b457-38935cae1e81 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 448/893] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:37:53 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19ef57ee-4682-4f36-b0db-40c984bda249 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19ef57ee-4682-4f36-b0db-40c984bda249 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19ef57ee-4682-4f36-b0db-40c984bda249 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-19ef57ee-4682-4f36-b0db-40c984bda249 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-19ef57ee-4682-4f36-b0db-40c984bda249 None None] MFA Rules not processed for user `a56980bf0d194f52b0ae1ea5202ab0cb`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-19ef57ee-4682-4f36-b0db-40c984bda249 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 446/894] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:37:53 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 43 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2af08908-b5b7-4106-b457-38935cae1e81 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2af08908-b5b7-4106-b457-38935cae1e81 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 449/895] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:53 2025] GET /identity/v3/auth/tokens => generated 2510 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e545f827-079c-473c-84f7-f36323491bd7 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e545f827-079c-473c-84f7-f36323491bd7 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e545f827-079c-473c-84f7-f36323491bd7 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 447/896] 10.201.9.223 () {52 vars in 827 bytes} [Tue Jan 14 22:37:53 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a94878c7-372b-48b4-aced-67d005ba16fc service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] PATH_INFO: `/v3/users/60e766ac426b47ca8782158a283008e1` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=60e766ac426b47ca8782158a283008e1)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '60e766ac426b47ca8782158a283008e1', 'request_id': 'req-41893e06-f6c1-4aa7-a940-262b8219e310'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '60e766ac426b47ca8782158a283008e1', 'request_id': 'req-41893e06-f6c1-4aa7-a940-262b8219e310'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '60e766ac426b47ca8782158a283008e1', 'request_id': 'req-41893e06-f6c1-4aa7-a940-262b8219e310'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '60e766ac426b47ca8782158a283008e1', 'request_id': 'req-41893e06-f6c1-4aa7-a940-262b8219e310'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '60e766ac426b47ca8782158a283008e1', 'request_id': 'req-41893e06-f6c1-4aa7-a940-262b8219e310'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 450/897] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:37:53 2025] DELETE /identity/v3/users/60e766ac426b47ca8782158a283008e1 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 448/898] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:37:53 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41893e06-f6c1-4aa7-a940-262b8219e310 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f4e4987-6ff9-489a-9890-3022ad94b64a service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f4e4987-6ff9-489a-9890-3022ad94b64a service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f4e4987-6ff9-489a-9890-3022ad94b64a service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f4e4987-6ff9-489a-9890-3022ad94b64a service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f4e4987-6ff9-489a-9890-3022ad94b64a service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f4e4987-6ff9-489a-9890-3022ad94b64a service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 451/899] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:37:53 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8588fcb8-f037-4e94-9d0c-584f3db38975 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] PATH_INFO: `/v3/projects/4fef565b0e174eb1beb40aef10e02279` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] RBAC: Authorizing `identity:delete_project(project_id=4fef565b0e174eb1beb40aef10e02279)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '4fef565b0e174eb1beb40aef10e02279', 'request_id': 'req-17f36f7d-7652-4765-a39e-702b289236cb'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '4fef565b0e174eb1beb40aef10e02279', 'request_id': 'req-17f36f7d-7652-4765-a39e-702b289236cb'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '4fef565b0e174eb1beb40aef10e02279', 'request_id': 'req-17f36f7d-7652-4765-a39e-702b289236cb'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] The token cache is being invalidate because project 4fef565b0e174eb1beb40aef10e02279 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-17f36f7d-7652-4765-a39e-702b289236cb ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:37:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 449/900] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:37:53 2025] DELETE /identity/v3/projects/4fef565b0e174eb1beb40aef10e02279 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:38:03 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=76,keystone:INSERT=5,keystone:DELETE=10 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:03 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=86,keystone:INSERT=2,keystone:UPDATE=1,keystone:DELETE=7 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ef4852f-4f49-4a30-9567-b240ac204810 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ef4852f-4f49-4a30-9567-b240ac204810 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ef4852f-4f49-4a30-9567-b240ac204810 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 452/901] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:40:21 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:40:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7c96ad-c5f5-472b-9fd2-5f96f25135d0 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7c96ad-c5f5-472b-9fd2-5f96f25135d0 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c7c96ad-c5f5-472b-9fd2-5f96f25135d0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4c7c96ad-c5f5-472b-9fd2-5f96f25135d0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4c7c96ad-c5f5-472b-9fd2-5f96f25135d0 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4c7c96ad-c5f5-472b-9fd2-5f96f25135d0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 450/902] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:40:21 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d609267-8352-4dee-87f2-e0361e1de7dd None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d609267-8352-4dee-87f2-e0361e1de7dd None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d609267-8352-4dee-87f2-e0361e1de7dd None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 453/903] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:40:22 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:40:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0944344-914c-47e2-99c7-9257d565c49f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0944344-914c-47e2-99c7-9257d565c49f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0944344-914c-47e2-99c7-9257d565c49f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a0944344-914c-47e2-99c7-9257d565c49f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a0944344-914c-47e2-99c7-9257d565c49f None None] MFA Rules not processed for user `a56980bf0d194f52b0ae1ea5202ab0cb`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a0944344-914c-47e2-99c7-9257d565c49f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 451/904] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:40:22 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d609267-8352-4dee-87f2-e0361e1de7dd None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d609267-8352-4dee-87f2-e0361e1de7dd None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c0dce72-50b3-43e2-b8f1-5c899debf9d9 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c0dce72-50b3-43e2-b8f1-5c899debf9d9 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c0dce72-50b3-43e2-b8f1-5c899debf9d9 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c0dce72-50b3-43e2-b8f1-5c899debf9d9 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c0dce72-50b3-43e2-b8f1-5c899debf9d9 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c0dce72-50b3-43e2-b8f1-5c899debf9d9 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:40:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 454/905] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:40:22 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0783aa4d-f126-4344-b4c1-46b17eb6af93 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0783aa4d-f126-4344-b4c1-46b17eb6af93 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0783aa4d-f126-4344-b4c1-46b17eb6af93 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 452/906] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:40:23 2025] GET /identity => generated 271 bytes in 6 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:40:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fa27c63-6946-43dc-9fce-91436506f337 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fa27c63-6946-43dc-9fce-91436506f337 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fa27c63-6946-43dc-9fce-91436506f337 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-6fa27c63-6946-43dc-9fce-91436506f337 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-6fa27c63-6946-43dc-9fce-91436506f337 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-6fa27c63-6946-43dc-9fce-91436506f337 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 455/907] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:40:23 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0783aa4d-f126-4344-b4c1-46b17eb6af93 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0783aa4d-f126-4344-b4c1-46b17eb6af93 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce463fb1-b03a-489a-b113-d25c10e1bf1b service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce463fb1-b03a-489a-b113-d25c10e1bf1b service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce463fb1-b03a-489a-b113-d25c10e1bf1b service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce463fb1-b03a-489a-b113-d25c10e1bf1b service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce463fb1-b03a-489a-b113-d25c10e1bf1b service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce463fb1-b03a-489a-b113-d25c10e1bf1b service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:40:23 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 453/908] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:40:23 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0222065-a593-406c-905a-67995a82abde None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0222065-a593-406c-905a-67995a82abde None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0222065-a593-406c-905a-67995a82abde None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 456/909] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:40:24 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bcc22dd-420f-4704-b7e5-e7552768ab1e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bcc22dd-420f-4704-b7e5-e7552768ab1e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bcc22dd-420f-4704-b7e5-e7552768ab1e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4bcc22dd-420f-4704-b7e5-e7552768ab1e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4bcc22dd-420f-4704-b7e5-e7552768ab1e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4bcc22dd-420f-4704-b7e5-e7552768ab1e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 454/910] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:40:24 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65fa6d06-f35d-4e73-8afa-5ab66adaa012 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65fa6d06-f35d-4e73-8afa-5ab66adaa012 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65fa6d06-f35d-4e73-8afa-5ab66adaa012 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 457/911] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:40:24 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83f39b7e-ecf6-4196-bb42-3662924c037b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83f39b7e-ecf6-4196-bb42-3662924c037b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83f39b7e-ecf6-4196-bb42-3662924c037b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-83f39b7e-ecf6-4196-bb42-3662924c037b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-83f39b7e-ecf6-4196-bb42-3662924c037b None None] MFA Rules not processed for user `a56980bf0d194f52b0ae1ea5202ab0cb`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-83f39b7e-ecf6-4196-bb42-3662924c037b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 455/912] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:40:24 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65fa6d06-f35d-4e73-8afa-5ab66adaa012 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65fa6d06-f35d-4e73-8afa-5ab66adaa012 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d222e29-c1aa-4629-9466-8c0cf4c940e1 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d222e29-c1aa-4629-9466-8c0cf4c940e1 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d222e29-c1aa-4629-9466-8c0cf4c940e1 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d222e29-c1aa-4629-9466-8c0cf4c940e1 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0d222e29-c1aa-4629-9466-8c0cf4c940e1 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0d222e29-c1aa-4629-9466-8c0cf4c940e1 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 458/913] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:40:24 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8d0f411-ba1e-4a83-bb27-a1774dd20a53 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8d0f411-ba1e-4a83-bb27-a1774dd20a53 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8d0f411-ba1e-4a83-bb27-a1774dd20a53 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 456/914] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:40:24 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55bfea1e-2d5c-4761-9246-d82750d8948e None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55bfea1e-2d5c-4761-9246-d82750d8948e None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55bfea1e-2d5c-4761-9246-d82750d8948e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-55bfea1e-2d5c-4761-9246-d82750d8948e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-55bfea1e-2d5c-4761-9246-d82750d8948e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-55bfea1e-2d5c-4761-9246-d82750d8948e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 459/915] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:40:24 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8d0f411-ba1e-4a83-bb27-a1774dd20a53 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8d0f411-ba1e-4a83-bb27-a1774dd20a53 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c8629eb-0a7d-4f76-b633-464565461cf4 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c8629eb-0a7d-4f76-b633-464565461cf4 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c8629eb-0a7d-4f76-b633-464565461cf4 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c8629eb-0a7d-4f76-b633-464565461cf4 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c8629eb-0a7d-4f76-b633-464565461cf4 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c8629eb-0a7d-4f76-b633-464565461cf4 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:40:24 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 457/916] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:40:24 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fa95487-3459-408c-8a23-4ebdcf14dbd9 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fa95487-3459-408c-8a23-4ebdcf14dbd9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fa95487-3459-408c-8a23-4ebdcf14dbd9 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 460/917] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:40:25 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:40:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdac19d1-8611-4c24-a1df-27d40bca5142 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdac19d1-8611-4c24-a1df-27d40bca5142 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdac19d1-8611-4c24-a1df-27d40bca5142 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-fdac19d1-8611-4c24-a1df-27d40bca5142 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-fdac19d1-8611-4c24-a1df-27d40bca5142 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-fdac19d1-8611-4c24-a1df-27d40bca5142 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 458/918] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:40:25 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 35 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fa95487-3459-408c-8a23-4ebdcf14dbd9 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fa95487-3459-408c-8a23-4ebdcf14dbd9 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e23f4014-c7be-412b-b749-512c8c53a635 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e23f4014-c7be-412b-b749-512c8c53a635 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e23f4014-c7be-412b-b749-512c8c53a635 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e23f4014-c7be-412b-b749-512c8c53a635 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e23f4014-c7be-412b-b749-512c8c53a635 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e23f4014-c7be-412b-b749-512c8c53a635 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:40:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 461/919] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:40:25 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 16 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5820ab9a-9c93-4399-9d29-4680d65d357e None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5820ab9a-9c93-4399-9d29-4680d65d357e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5820ab9a-9c93-4399-9d29-4680d65d357e None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 459/920] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:40:26 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:40:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a59713ea-b4ab-4d98-ad4e-24ac1b9a4f2f None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a59713ea-b4ab-4d98-ad4e-24ac1b9a4f2f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a59713ea-b4ab-4d98-ad4e-24ac1b9a4f2f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a59713ea-b4ab-4d98-ad4e-24ac1b9a4f2f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:40:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a59713ea-b4ab-4d98-ad4e-24ac1b9a4f2f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a59713ea-b4ab-4d98-ad4e-24ac1b9a4f2f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 462/921] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:40:26 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 34 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5820ab9a-9c93-4399-9d29-4680d65d357e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5820ab9a-9c93-4399-9d29-4680d65d357e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2472ff68-a337-413f-a71c-e18a2d802fc7 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2472ff68-a337-413f-a71c-e18a2d802fc7 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2472ff68-a337-413f-a71c-e18a2d802fc7 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2472ff68-a337-413f-a71c-e18a2d802fc7 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2472ff68-a337-413f-a71c-e18a2d802fc7 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2472ff68-a337-413f-a71c-e18a2d802fc7 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:40:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 460/922] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:40:26 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:40:36 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=17 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:36 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=54 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eca80961-9932-47dc-8486-af0fd1c1688a None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eca80961-9932-47dc-8486-af0fd1c1688a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eca80961-9932-47dc-8486-af0fd1c1688a None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 463/923] 10.201.9.223 () {54 vars in 923 bytes} [Tue Jan 14 22:41:31 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05230442-ebfd-473b-87fd-c1401bb4768c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05230442-ebfd-473b-87fd-c1401bb4768c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05230442-ebfd-473b-87fd-c1401bb4768c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-05230442-ebfd-473b-87fd-c1401bb4768c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-05230442-ebfd-473b-87fd-c1401bb4768c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-05230442-ebfd-473b-87fd-c1401bb4768c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 461/924] 10.201.9.223 () {58 vars in 1020 bytes} [Tue Jan 14 22:41:31 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e11b8ee0-934d-4e45-a15a-c8e24e9d95ce None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e11b8ee0-934d-4e45-a15a-c8e24e9d95ce None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e11b8ee0-934d-4e45-a15a-c8e24e9d95ce None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 464/925] 10.201.9.223 () {54 vars in 967 bytes} [Tue Jan 14 22:41:31 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9affbd70-ac91-4184-aeb4-1d1c66440917 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9affbd70-ac91-4184-aeb4-1d1c66440917 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9affbd70-ac91-4184-aeb4-1d1c66440917 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9affbd70-ac91-4184-aeb4-1d1c66440917 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9affbd70-ac91-4184-aeb4-1d1c66440917 None None] MFA Rules not processed for user `aca64cf98aeb4085a589eed5896ff550`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9affbd70-ac91-4184-aeb4-1d1c66440917 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 462/926] 10.201.9.223 () {58 vars in 1064 bytes} [Tue Jan 14 22:41:31 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e11b8ee0-934d-4e45-a15a-c8e24e9d95ce None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e11b8ee0-934d-4e45-a15a-c8e24e9d95ce None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed2bcce1-e0f3-4d20-9c71-ed83dfc9f585 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2bcce1-e0f3-4d20-9c71-ed83dfc9f585 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2bcce1-e0f3-4d20-9c71-ed83dfc9f585 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed2bcce1-e0f3-4d20-9c71-ed83dfc9f585 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed2bcce1-e0f3-4d20-9c71-ed83dfc9f585 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed2bcce1-e0f3-4d20-9c71-ed83dfc9f585 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 465/927] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:31 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ccf7f0e-4d28-4a3f-9dc7-c83b326d4c35 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ccf7f0e-4d28-4a3f-9dc7-c83b326d4c35 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ccf7f0e-4d28-4a3f-9dc7-c83b326d4c35 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 463/928] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:41:33 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7f9b398-05cf-40b5-ab76-0e4bf93bf521 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7f9b398-05cf-40b5-ab76-0e4bf93bf521 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7f9b398-05cf-40b5-ab76-0e4bf93bf521 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a7f9b398-05cf-40b5-ab76-0e4bf93bf521 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a7f9b398-05cf-40b5-ab76-0e4bf93bf521 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a7f9b398-05cf-40b5-ab76-0e4bf93bf521 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 466/929] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:41:33 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ccf7f0e-4d28-4a3f-9dc7-c83b326d4c35 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6ccf7f0e-4d28-4a3f-9dc7-c83b326d4c35 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ccf7f0e-4d28-4a3f-9dc7-c83b326d4c35 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbd50f0e-ac1b-4623-a095-dc62b916ec50 service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd50f0e-ac1b-4623-a095-dc62b916ec50 service glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd50f0e-ac1b-4623-a095-dc62b916ec50 service glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbd50f0e-ac1b-4623-a095-dc62b916ec50 service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbd50f0e-ac1b-4623-a095-dc62b916ec50 service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbd50f0e-ac1b-4623-a095-dc62b916ec50 service glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 464/930] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:33 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8414a4e-2ba6-47bf-b91e-f5106a97f388 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8414a4e-2ba6-47bf-b91e-f5106a97f388 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8414a4e-2ba6-47bf-b91e-f5106a97f388 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 467/931] 10.201.9.223 () {54 vars in 911 bytes} [Tue Jan 14 22:41:33 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3eb24072-a940-4e16-b1cf-fd10562f1255 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3eb24072-a940-4e16-b1cf-fd10562f1255 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3eb24072-a940-4e16-b1cf-fd10562f1255 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-3eb24072-a940-4e16-b1cf-fd10562f1255 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-3eb24072-a940-4e16-b1cf-fd10562f1255 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-3eb24072-a940-4e16-b1cf-fd10562f1255 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 465/932] 10.201.9.223 () {58 vars in 1008 bytes} [Tue Jan 14 22:41:33 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8414a4e-2ba6-47bf-b91e-f5106a97f388 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d8414a4e-2ba6-47bf-b91e-f5106a97f388 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8414a4e-2ba6-47bf-b91e-f5106a97f388 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6fa66577-2cfc-4efe-a749-a586fbf6315f service glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fa66577-2cfc-4efe-a749-a586fbf6315f service glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fa66577-2cfc-4efe-a749-a586fbf6315f service glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6fa66577-2cfc-4efe-a749-a586fbf6315f service glance] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fa66577-2cfc-4efe-a749-a586fbf6315f service glance] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6fa66577-2cfc-4efe-a749-a586fbf6315f service glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 468/933] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:33 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 466/934] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:37 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 469/935] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:37 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1a1fa80-53de-4962-9c85-7d7181cbd4f6 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 467/936] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:41:37 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7e0209c-f02a-47c6-ac3a-80e8a6b61d0a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 470/937] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:41:37 2025] POST /identity/v3/projects => generated 384 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14dd1cdc-acdb-4ee0-a654-47e0e4fede39 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 468/938] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:37 2025] POST /identity/v3/users => generated 300 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d24b881d-d3a5-4061-8c84-9f973133e1a5 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 471/939] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:37 2025] GET /identity/v3/roles => generated 1672 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80f49e93-2948-40b5-92ae-a895fcf3937c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] PATH_INFO: `/v3/projects/d1d7bc1d30e24af6848c1109d0efd8ea/users/24afcb15049d4dbb90e15d624b88b837/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d1d7bc1d30e24af6848c1109d0efd8ea, user_id=24afcb15049d4dbb90e15d624b88b837, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 469/940] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:37 2025] PUT /identity/v3/projects/d1d7bc1d30e24af6848c1109d0efd8ea/users/24afcb15049d4dbb90e15d624b88b837/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65480a1c-8327-4f41-8de4-5a71689ad997 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a308c6fc-c5df-4ae4-9e8d-0b79c7b95cb2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a308c6fc-c5df-4ae4-9e8d-0b79c7b95cb2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a308c6fc-c5df-4ae4-9e8d-0b79c7b95cb2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a308c6fc-c5df-4ae4-9e8d-0b79c7b95cb2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a308c6fc-c5df-4ae4-9e8d-0b79c7b95cb2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a308c6fc-c5df-4ae4-9e8d-0b79c7b95cb2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 472/941] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:37 2025] GET /identity/v3/roles => generated 1672 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a29add52-1157-4d0a-8d60-bb37bdf7dfe0 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] PATH_INFO: `/v3/projects/d1d7bc1d30e24af6848c1109d0efd8ea/users/24afcb15049d4dbb90e15d624b88b837/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d1d7bc1d30e24af6848c1109d0efd8ea, user_id=24afcb15049d4dbb90e15d624b88b837, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 470/942] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:37 2025] PUT /identity/v3/projects/d1d7bc1d30e24af6848c1109d0efd8ea/users/24afcb15049d4dbb90e15d624b88b837/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e631a7d3-d0b3-4f13-bc98-a4b111c172a5 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e631a7d3-d0b3-4f13-bc98-a4b111c172a5 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e631a7d3-d0b3-4f13-bc98-a4b111c172a5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e631a7d3-d0b3-4f13-bc98-a4b111c172a5 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e631a7d3-d0b3-4f13-bc98-a4b111c172a5 None None] MFA Rules not processed for user `24afcb15049d4dbb90e15d624b88b837`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:37 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e631a7d3-d0b3-4f13-bc98-a4b111c172a5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 473/943] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:37 2025] POST /identity/v3/auth/tokens => generated 2514 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63ff9297-616c-4b93-b5c0-f3c21bda546a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08071479-359b-4a75-8808-bc2ff240ba96 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08071479-359b-4a75-8808-bc2ff240ba96 service nova] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08071479-359b-4a75-8808-bc2ff240ba96 service nova] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08071479-359b-4a75-8808-bc2ff240ba96 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08071479-359b-4a75-8808-bc2ff240ba96 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-08071479-359b-4a75-8808-bc2ff240ba96 service nova] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 471/944] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:38 2025] GET /identity/v3/auth/tokens => generated 2514 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c9c784d-7e32-4623-bf4a-5919d46c47b6 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c9c784d-7e32-4623-bf4a-5919d46c47b6 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c9c784d-7e32-4623-bf4a-5919d46c47b6 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 474/945] 10.201.9.223 () {54 vars in 910 bytes} [Tue Jan 14 22:41:38 2025] GET /identity => generated 271 bytes in 4 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86953d3a-0f89-4a9f-b22a-d86f26a796fe None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86953d3a-0f89-4a9f-b22a-d86f26a796fe None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86953d3a-0f89-4a9f-b22a-d86f26a796fe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-86953d3a-0f89-4a9f-b22a-d86f26a796fe None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-86953d3a-0f89-4a9f-b22a-d86f26a796fe None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-86953d3a-0f89-4a9f-b22a-d86f26a796fe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 472/946] 10.201.9.223 () {58 vars in 1007 bytes} [Tue Jan 14 22:41:38 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcf3086d-a49f-497e-b5ab-a41d2fa1ff8b None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcf3086d-a49f-497e-b5ab-a41d2fa1ff8b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcf3086d-a49f-497e-b5ab-a41d2fa1ff8b None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 475/947] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:41:38 2025] GET /identity => generated 271 bytes in 1 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0408d84c-c10b-46b9-a35a-bc765125475f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0408d84c-c10b-46b9-a35a-bc765125475f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0408d84c-c10b-46b9-a35a-bc765125475f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0408d84c-c10b-46b9-a35a-bc765125475f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-0408d84c-c10b-46b9-a35a-bc765125475f None None] MFA Rules not processed for user `a56980bf0d194f52b0ae1ea5202ab0cb`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-0408d84c-c10b-46b9-a35a-bc765125475f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 473/948] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:41:38 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcf3086d-a49f-497e-b5ab-a41d2fa1ff8b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcf3086d-a49f-497e-b5ab-a41d2fa1ff8b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9973743-92a0-4e24-a660-fda2ac52f06f service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9973743-92a0-4e24-a660-fda2ac52f06f service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9973743-92a0-4e24-a660-fda2ac52f06f service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9973743-92a0-4e24-a660-fda2ac52f06f service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9973743-92a0-4e24-a660-fda2ac52f06f service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9973743-92a0-4e24-a660-fda2ac52f06f service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 476/949] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:38 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 25 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42d0fdfb-7567-496a-9179-a0ff0ace3666 None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42d0fdfb-7567-496a-9179-a0ff0ace3666 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42d0fdfb-7567-496a-9179-a0ff0ace3666 None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 474/950] 10.201.9.223 () {54 vars in 910 bytes} [Tue Jan 14 22:41:39 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:41:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] MFA Rules not processed for user `8740d4e592eb4e049252f196fdf51359`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 477/951] 10.201.9.223 () {58 vars in 1007 bytes} [Tue Jan 14 22:41:39 2025] POST /identity/v3/auth/tokens => generated 2613 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42d0fdfb-7567-496a-9179-a0ff0ace3666 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42d0fdfb-7567-496a-9179-a0ff0ace3666 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccb82db7-265e-4155-8c43-e65444ecd55d service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccb82db7-265e-4155-8c43-e65444ecd55d service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccb82db7-265e-4155-8c43-e65444ecd55d service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccb82db7-265e-4155-8c43-e65444ecd55d service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccb82db7-265e-4155-8c43-e65444ecd55d service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccb82db7-265e-4155-8c43-e65444ecd55d service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 475/952] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:39 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70c79a7f-d86d-4e4c-a693-734e9bc67532 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] PATH_INFO: `/v3/users/24afcb15049d4dbb90e15d624b88b837` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=24afcb15049d4dbb90e15d624b88b837)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '24afcb15049d4dbb90e15d624b88b837', 'request_id': 'req-b99a2856-1fba-47fb-a8bd-0c29974ef715'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '24afcb15049d4dbb90e15d624b88b837', 'request_id': 'req-b99a2856-1fba-47fb-a8bd-0c29974ef715'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '24afcb15049d4dbb90e15d624b88b837', 'request_id': 'req-b99a2856-1fba-47fb-a8bd-0c29974ef715'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '24afcb15049d4dbb90e15d624b88b837', 'request_id': 'req-b99a2856-1fba-47fb-a8bd-0c29974ef715'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '24afcb15049d4dbb90e15d624b88b837', 'request_id': 'req-b99a2856-1fba-47fb-a8bd-0c29974ef715'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 478/953] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:41:44 2025] DELETE /identity/v3/users/24afcb15049d4dbb90e15d624b88b837 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 476/954] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b99a2856-1fba-47fb-a8bd-0c29974ef715 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b3c821b-5bac-4619-984c-7cc6928cfe6e service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b3c821b-5bac-4619-984c-7cc6928cfe6e service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b3c821b-5bac-4619-984c-7cc6928cfe6e service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b3c821b-5bac-4619-984c-7cc6928cfe6e service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b3c821b-5bac-4619-984c-7cc6928cfe6e service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b3c821b-5bac-4619-984c-7cc6928cfe6e service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 479/955] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:44 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2681afa7-5df5-4c3c-b878-da6365b86401 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] PATH_INFO: `/v3/projects/d1d7bc1d30e24af6848c1109d0efd8ea` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=d1d7bc1d30e24af6848c1109d0efd8ea)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'd1d7bc1d30e24af6848c1109d0efd8ea', 'request_id': 'req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'd1d7bc1d30e24af6848c1109d0efd8ea', 'request_id': 'req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'd1d7bc1d30e24af6848c1109d0efd8ea', 'request_id': 'req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] The token cache is being invalidate because project d1d7bc1d30e24af6848c1109d0efd8ea was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ac2b4e8-ad5b-49e6-9cf0-4a57b24ecc27 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 477/956] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:44 2025] DELETE /identity/v3/projects/d1d7bc1d30e24af6848c1109d0efd8ea => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 480/957] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 478/958] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7251d369-373c-4a66-8ec0-bae3a795293f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 481/959] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:41:44 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0b0711d-bccb-43f2-b251-be1bb27f9a4f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 479/960] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:41:44 2025] POST /identity/v3/projects => generated 374 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-362e302f-1df1-495d-a38f-6799d86a055a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 482/961] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:44 2025] POST /identity/v3/users => generated 295 bytes in 44 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ca91cc-79b8-407c-a143-1a5cf637c283 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 480/962] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:45 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e9e891-952f-41e4-963b-786514590b6c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] PATH_INFO: `/v3/projects/8f010970277d4e5785f400d40dcd0879/users/0e4b064320514b5aa2befbe95294da37/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8f010970277d4e5785f400d40dcd0879, user_id=0e4b064320514b5aa2befbe95294da37, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 483/963] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:45 2025] PUT /identity/v3/projects/8f010970277d4e5785f400d40dcd0879/users/0e4b064320514b5aa2befbe95294da37/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d2f21c3-4da9-4c6a-a959-2a5318d84754 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3866eb58-a334-430e-8241-e4ca00ee0e6b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3866eb58-a334-430e-8241-e4ca00ee0e6b ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3866eb58-a334-430e-8241-e4ca00ee0e6b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3866eb58-a334-430e-8241-e4ca00ee0e6b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3866eb58-a334-430e-8241-e4ca00ee0e6b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3866eb58-a334-430e-8241-e4ca00ee0e6b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 481/964] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:45 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9046ac3-8567-45f1-910d-482ebdbbf6b9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] PATH_INFO: `/v3/projects/8f010970277d4e5785f400d40dcd0879/users/0e4b064320514b5aa2befbe95294da37/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8f010970277d4e5785f400d40dcd0879, user_id=0e4b064320514b5aa2befbe95294da37, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 484/965] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:45 2025] PUT /identity/v3/projects/8f010970277d4e5785f400d40dcd0879/users/0e4b064320514b5aa2befbe95294da37/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 12 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] MFA Rules not processed for user `0e4b064320514b5aa2befbe95294da37`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 482/966] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:45 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d077a27f-62da-47c9-84d5-8f008baf4bb9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c5d2f85-df4c-450d-acfd-ee2afcce5f50 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c5d2f85-df4c-450d-acfd-ee2afcce5f50 service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c5d2f85-df4c-450d-acfd-ee2afcce5f50 service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c5d2f85-df4c-450d-acfd-ee2afcce5f50 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c5d2f85-df4c-450d-acfd-ee2afcce5f50 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c5d2f85-df4c-450d-acfd-ee2afcce5f50 service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 485/967] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:45 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92403597-6040-47fd-a2e3-d19b561b74f6 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] PATH_INFO: `/v3/users/0e4b064320514b5aa2befbe95294da37` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0e4b064320514b5aa2befbe95294da37)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0e4b064320514b5aa2befbe95294da37', 'request_id': 'req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0e4b064320514b5aa2befbe95294da37', 'request_id': 'req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0e4b064320514b5aa2befbe95294da37', 'request_id': 'req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0e4b064320514b5aa2befbe95294da37', 'request_id': 'req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0e4b064320514b5aa2befbe95294da37', 'request_id': 'req-4ff9bf0c-c94f-483c-8f61-beb1a370ded5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 483/968] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:41:47 2025] DELETE /identity/v3/users/0e4b064320514b5aa2befbe95294da37 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e321f1a7-4ace-42b1-9db0-27a97c10b8e8 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e321f1a7-4ace-42b1-9db0-27a97c10b8e8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e321f1a7-4ace-42b1-9db0-27a97c10b8e8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e321f1a7-4ace-42b1-9db0-27a97c10b8e8 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e321f1a7-4ace-42b1-9db0-27a97c10b8e8 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e321f1a7-4ace-42b1-9db0-27a97c10b8e8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 486/969] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2513298a-9670-4df5-a279-456f7d59484b None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2513298a-9670-4df5-a279-456f7d59484b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2513298a-9670-4df5-a279-456f7d59484b None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 484/970] 10.201.9.223 () {54 vars in 967 bytes} [Tue Jan 14 22:41:48 2025] GET /identity => generated 271 bytes in 5 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] MFA Rules not processed for user `aca64cf98aeb4085a589eed5896ff550`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 487/971] 10.201.9.223 () {58 vars in 1064 bytes} [Tue Jan 14 22:41:48 2025] POST /identity/v3/auth/tokens => generated 2368 bytes in 40 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2513298a-9670-4df5-a279-456f7d59484b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2513298a-9670-4df5-a279-456f7d59484b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96c64be9-e168-44c0-8d88-9dd9a11d2563 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96c64be9-e168-44c0-8d88-9dd9a11d2563 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96c64be9-e168-44c0-8d88-9dd9a11d2563 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96c64be9-e168-44c0-8d88-9dd9a11d2563 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96c64be9-e168-44c0-8d88-9dd9a11d2563 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96c64be9-e168-44c0-8d88-9dd9a11d2563 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 485/972] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:48 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 35 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c147efc2-ebd7-4e97-842b-3c21a3f8a8c7 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] PATH_INFO: `/v3/projects/8f010970277d4e5785f400d40dcd0879` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8f010970277d4e5785f400d40dcd0879)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8f010970277d4e5785f400d40dcd0879', 'request_id': 'req-1d694aff-1518-4596-affd-5ff0eccde1b9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8f010970277d4e5785f400d40dcd0879', 'request_id': 'req-1d694aff-1518-4596-affd-5ff0eccde1b9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8f010970277d4e5785f400d40dcd0879', 'request_id': 'req-1d694aff-1518-4596-affd-5ff0eccde1b9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] The token cache is being invalidate because project 8f010970277d4e5785f400d40dcd0879 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1d694aff-1518-4596-affd-5ff0eccde1b9 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 488/973] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:48 2025] DELETE /identity/v3/projects/8f010970277d4e5785f400d40dcd0879 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 486/974] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 489/975] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e785450-8db1-4e95-a0bb-07d40e3ed44a None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 487/976] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:41:48 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 34 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c51f0c9c-8307-4589-a041-988a6d7e6c1d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 490/977] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:41:48 2025] POST /identity/v3/projects => generated 368 bytes in 27 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc064800-f57a-497b-9918-f4d4c4da600b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 488/978] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:48 2025] POST /identity/v3/users => generated 292 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75bf8faa-0080-4032-ad09-906df0e9437b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 491/979] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:48 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e363326-7977-4d3b-899d-ed80fd4369eb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] PATH_INFO: `/v3/projects/bfab34a9ae7c435cb81b6946cbcc0f88/users/66a04acf37574538a9c504c074513ab6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bfab34a9ae7c435cb81b6946cbcc0f88, user_id=66a04acf37574538a9c504c074513ab6, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 489/980] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:48 2025] PUT /identity/v3/projects/bfab34a9ae7c435cb81b6946cbcc0f88/users/66a04acf37574538a9c504c074513ab6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-940da855-ef02-4609-a373-66fde540cd72 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3eea949-23ed-41be-a6d2-dba90be45175 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3eea949-23ed-41be-a6d2-dba90be45175 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3eea949-23ed-41be-a6d2-dba90be45175 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3eea949-23ed-41be-a6d2-dba90be45175 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3eea949-23ed-41be-a6d2-dba90be45175 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3eea949-23ed-41be-a6d2-dba90be45175 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 492/981] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:49 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ff7144e-c522-4ac0-8c19-80c9461b6844 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e931988f-3523-4fa7-aba8-13b5b72e5df5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e931988f-3523-4fa7-aba8-13b5b72e5df5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e931988f-3523-4fa7-aba8-13b5b72e5df5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e931988f-3523-4fa7-aba8-13b5b72e5df5 ****** ******] PATH_INFO: `/v3/projects/bfab34a9ae7c435cb81b6946cbcc0f88/users/66a04acf37574538a9c504c074513ab6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e931988f-3523-4fa7-aba8-13b5b72e5df5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bfab34a9ae7c435cb81b6946cbcc0f88, user_id=66a04acf37574538a9c504c074513ab6, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e931988f-3523-4fa7-aba8-13b5b72e5df5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 490/982] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:49 2025] PUT /identity/v3/projects/bfab34a9ae7c435cb81b6946cbcc0f88/users/66a04acf37574538a9c504c074513ab6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8a9da21-95a1-4ad0-8e89-d661d50ff019 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8a9da21-95a1-4ad0-8e89-d661d50ff019 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8a9da21-95a1-4ad0-8e89-d661d50ff019 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c8a9da21-95a1-4ad0-8e89-d661d50ff019 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c8a9da21-95a1-4ad0-8e89-d661d50ff019 None None] MFA Rules not processed for user `66a04acf37574538a9c504c074513ab6`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c8a9da21-95a1-4ad0-8e89-d661d50ff019 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 493/983] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:49 2025] POST /identity/v3/auth/tokens => generated 2498 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3a14524-bdee-4441-ba08-8ffcf510302b None None] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3a14524-bdee-4441-ba08-8ffcf510302b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3a14524-bdee-4441-ba08-8ffcf510302b None None] PATH_INFO: `/` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 491/984] 10.201.9.223 () {54 vars in 961 bytes} [Tue Jan 14 22:41:49 2025] GET /identity => generated 271 bytes in 3 msecs (HTTP/1.1 300) 6 headers in 235 bytes (2 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] MFA Rules not processed for user `a56980bf0d194f52b0ae1ea5202ab0cb`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 494/985] 10.201.9.223 () {58 vars in 1058 bytes} [Tue Jan 14 22:41:49 2025] POST /identity/v3/auth/tokens => generated 2367 bytes in 39 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3a14524-bdee-4441-ba08-8ffcf510302b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3a14524-bdee-4441-ba08-8ffcf510302b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef850134-9b2d-4329-8b83-e740b5a27f61 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef850134-9b2d-4329-8b83-e740b5a27f61 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef850134-9b2d-4329-8b83-e740b5a27f61 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef850134-9b2d-4329-8b83-e740b5a27f61 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef850134-9b2d-4329-8b83-e740b5a27f61 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef850134-9b2d-4329-8b83-e740b5a27f61 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 492/986] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:49 2025] GET /identity/v3/auth/tokens => generated 2498 bytes in 25 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bff343f4-ada5-4711-9053-03ecc6e89b66 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] PATH_INFO: `/v3/users/66a04acf37574538a9c504c074513ab6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=66a04acf37574538a9c504c074513ab6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '66a04acf37574538a9c504c074513ab6', 'request_id': 'req-70c3dcae-402d-4eb1-b668-c16e28fdfac9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '66a04acf37574538a9c504c074513ab6', 'request_id': 'req-70c3dcae-402d-4eb1-b668-c16e28fdfac9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '66a04acf37574538a9c504c074513ab6', 'request_id': 'req-70c3dcae-402d-4eb1-b668-c16e28fdfac9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '66a04acf37574538a9c504c074513ab6', 'request_id': 'req-70c3dcae-402d-4eb1-b668-c16e28fdfac9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '66a04acf37574538a9c504c074513ab6', 'request_id': 'req-70c3dcae-402d-4eb1-b668-c16e28fdfac9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 495/987] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:41:57 2025] DELETE /identity/v3/users/66a04acf37574538a9c504c074513ab6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:41:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 493/988] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:57 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70c3dcae-402d-4eb1-b668-c16e28fdfac9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2b26e1b-e892-42a5-a908-3bb15a180c27 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2b26e1b-e892-42a5-a908-3bb15a180c27 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2b26e1b-e892-42a5-a908-3bb15a180c27 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2b26e1b-e892-42a5-a908-3bb15a180c27 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2b26e1b-e892-42a5-a908-3bb15a180c27 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2b26e1b-e892-42a5-a908-3bb15a180c27 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 496/989] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:58 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f5754a9-3db6-4541-a8a0-c13199b0b904 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] PATH_INFO: `/v3/projects/bfab34a9ae7c435cb81b6946cbcc0f88` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] RBAC: Authorizing `identity:delete_project(project_id=bfab34a9ae7c435cb81b6946cbcc0f88)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'bfab34a9ae7c435cb81b6946cbcc0f88', 'request_id': 'req-38034ff8-356f-4039-b1f1-4b9c5f35068c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'bfab34a9ae7c435cb81b6946cbcc0f88', 'request_id': 'req-38034ff8-356f-4039-b1f1-4b9c5f35068c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'bfab34a9ae7c435cb81b6946cbcc0f88', 'request_id': 'req-38034ff8-356f-4039-b1f1-4b9c5f35068c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] The token cache is being invalidate because project bfab34a9ae7c435cb81b6946cbcc0f88 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-38034ff8-356f-4039-b1f1-4b9c5f35068c ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 494/990] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:58 2025] DELETE /identity/v3/projects/bfab34a9ae7c435cb81b6946cbcc0f88 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 497/991] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:58 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 495/992] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:58 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 33 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d86fe39f-2ad7-43b2-9923-cf22e72f11df None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 498/993] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:41:58 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b85f85b4-959f-4b30-b346-5414e1ce87f7 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 496/994] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:41:58 2025] POST /identity/v3/projects => generated 376 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be6e953c-c507-42ec-9eb4-d6bb6e50b0de ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 499/995] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:58 2025] POST /identity/v3/users => generated 296 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c153ad7-5b04-40ff-9b92-fcd77b38eadb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 497/996] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:58 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ed457ee-8b5e-4d91-9022-29a55019e0d9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] PATH_INFO: `/v3/projects/3331290deef2495ab1eecd76f0de8ee2/users/e6d6404a10cc48caa0c3c1c58162cb65/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3331290deef2495ab1eecd76f0de8ee2, user_id=e6d6404a10cc48caa0c3c1c58162cb65, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 500/997] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:58 2025] PUT /identity/v3/projects/3331290deef2495ab1eecd76f0de8ee2/users/e6d6404a10cc48caa0c3c1c58162cb65/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df150f80-bfe4-48fa-a98e-d7324a2b9511 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9afe1a35-6f75-44d9-bc6e-6efdffe9fd4d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9afe1a35-6f75-44d9-bc6e-6efdffe9fd4d ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9afe1a35-6f75-44d9-bc6e-6efdffe9fd4d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9afe1a35-6f75-44d9-bc6e-6efdffe9fd4d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9afe1a35-6f75-44d9-bc6e-6efdffe9fd4d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9afe1a35-6f75-44d9-bc6e-6efdffe9fd4d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 498/998] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:58 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dda1843-c319-4948-b4f2-37b1a7f9be0a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] PATH_INFO: `/v3/projects/3331290deef2495ab1eecd76f0de8ee2/users/e6d6404a10cc48caa0c3c1c58162cb65/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3331290deef2495ab1eecd76f0de8ee2, user_id=e6d6404a10cc48caa0c3c1c58162cb65, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 501/999] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:58 2025] PUT /identity/v3/projects/3331290deef2495ab1eecd76f0de8ee2/users/e6d6404a10cc48caa0c3c1c58162cb65/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] MFA Rules not processed for user `e6d6404a10cc48caa0c3c1c58162cb65`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 499/1000] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:58 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 77 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dd8235ce-3679-43b5-99f8-afd83e1c17c5 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fdafca6a-7af3-455a-8b8e-65a1f60e5358 service nova] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '8740d4e592eb4e049252f196fdf51359', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdafca6a-7af3-455a-8b8e-65a1f60e5358 service nova] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdafca6a-7af3-455a-8b8e-65a1f60e5358 service nova] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fdafca6a-7af3-455a-8b8e-65a1f60e5358 service nova] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fdafca6a-7af3-455a-8b8e-65a1f60e5358 service nova] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fdafca6a-7af3-455a-8b8e-65a1f60e5358 service nova] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 502/1001] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:58 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83ded579-d5ed-4926-9cec-42c9bd4f6ba1 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] PATH_INFO: `/v3/users/e6d6404a10cc48caa0c3c1c58162cb65` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=e6d6404a10cc48caa0c3c1c58162cb65)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'e6d6404a10cc48caa0c3c1c58162cb65', 'request_id': 'req-79372908-e017-4770-a2a8-78d62e9bd453'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'e6d6404a10cc48caa0c3c1c58162cb65', 'request_id': 'req-79372908-e017-4770-a2a8-78d62e9bd453'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'e6d6404a10cc48caa0c3c1c58162cb65', 'request_id': 'req-79372908-e017-4770-a2a8-78d62e9bd453'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'e6d6404a10cc48caa0c3c1c58162cb65', 'request_id': 'req-79372908-e017-4770-a2a8-78d62e9bd453'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'e6d6404a10cc48caa0c3c1c58162cb65', 'request_id': 'req-79372908-e017-4770-a2a8-78d62e9bd453'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 500/1002] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:41:59 2025] DELETE /identity/v3/users/e6d6404a10cc48caa0c3c1c58162cb65 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 503/1003] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79372908-e017-4770-a2a8-78d62e9bd453 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-661feefe-f74e-4467-b05e-204af024d681 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-661feefe-f74e-4467-b05e-204af024d681 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-661feefe-f74e-4467-b05e-204af024d681 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-661feefe-f74e-4467-b05e-204af024d681 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-661feefe-f74e-4467-b05e-204af024d681 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-661feefe-f74e-4467-b05e-204af024d681 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 501/1004] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:41:59 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e3231d3-8338-4fcf-8136-0b931093cf1b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] PATH_INFO: `/v3/projects/3331290deef2495ab1eecd76f0de8ee2` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] RBAC: Authorizing `identity:delete_project(project_id=3331290deef2495ab1eecd76f0de8ee2)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '3331290deef2495ab1eecd76f0de8ee2', 'request_id': 'req-da24112c-6147-4663-b584-13d2ae93a1ad'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '3331290deef2495ab1eecd76f0de8ee2', 'request_id': 'req-da24112c-6147-4663-b584-13d2ae93a1ad'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '3331290deef2495ab1eecd76f0de8ee2', 'request_id': 'req-da24112c-6147-4663-b584-13d2ae93a1ad'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] The token cache is being invalidate because project 3331290deef2495ab1eecd76f0de8ee2 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da24112c-6147-4663-b584-13d2ae93a1ad ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 504/1005] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:41:59 2025] DELETE /identity/v3/projects/3331290deef2495ab1eecd76f0de8ee2 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 502/1006] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 505/1007] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:41:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8422c09-2443-4b6a-a2a7-e2bb66c201a3 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 503/1008] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:41:59 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fdebbac-feb2-41f7-878a-b813d620e228 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 506/1009] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:41:59 2025] POST /identity/v3/projects => generated 404 bytes in 29 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0889cb3-a977-4a3e-84fc-02ad80185e59 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 504/1010] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:41:59 2025] POST /identity/v3/users => generated 310 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69c977a0-5f39-415d-a71b-5a7911b397fd ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 507/1011] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:59 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6279b7f7-4314-4e4a-9b5f-0a66eff98b54 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] PATH_INFO: `/v3/projects/a65d7e4b72784637b69315fe61a7957c/users/9a0ebedc5b1a47529760020bdd4477f1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a65d7e4b72784637b69315fe61a7957c, user_id=9a0ebedc5b1a47529760020bdd4477f1, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 505/1012] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:59 2025] PUT /identity/v3/projects/a65d7e4b72784637b69315fe61a7957c/users/9a0ebedc5b1a47529760020bdd4477f1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-476d6181-e246-4eef-bc25-6d8f2c7845c3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4bc8d00-7a32-45d6-aa70-c2f156c9a935 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4bc8d00-7a32-45d6-aa70-c2f156c9a935 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4bc8d00-7a32-45d6-aa70-c2f156c9a935 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4bc8d00-7a32-45d6-aa70-c2f156c9a935 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4bc8d00-7a32-45d6-aa70-c2f156c9a935 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4bc8d00-7a32-45d6-aa70-c2f156c9a935 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:41:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 508/1013] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:41:59 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:41:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea5f43ac-7ffc-4bd6-8987-9c90df54947e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] PATH_INFO: `/v3/projects/a65d7e4b72784637b69315fe61a7957c/users/9a0ebedc5b1a47529760020bdd4477f1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a65d7e4b72784637b69315fe61a7957c, user_id=9a0ebedc5b1a47529760020bdd4477f1, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 506/1014] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:41:59 2025] PUT /identity/v3/projects/a65d7e4b72784637b69315fe61a7957c/users/9a0ebedc5b1a47529760020bdd4477f1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] MFA Rules not processed for user `9a0ebedc5b1a47529760020bdd4477f1`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 509/1015] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:00 2025] POST /identity/v3/auth/tokens => generated 2534 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-911f5c46-3af2-4b48-b301-fbb778fb56d1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 507/1016] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:00 2025] POST /identity/v3/projects => generated 406 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ad88a7c-7af0-4276-a256-887a588c310d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 510/1017] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:00 2025] POST /identity/v3/users => generated 310 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fef37750-02b8-4bf9-909f-7290cae65793 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 508/1018] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:00 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1da99892-c3a2-4902-af76-262b32a8e785 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] PATH_INFO: `/v3/projects/c241add073734a3eaad54e46b41fc0cb/users/d63fa62a67eb4c1094f5830f551f319f/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c241add073734a3eaad54e46b41fc0cb, user_id=d63fa62a67eb4c1094f5830f551f319f, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 511/1019] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:00 2025] PUT /identity/v3/projects/c241add073734a3eaad54e46b41fc0cb/users/d63fa62a67eb4c1094f5830f551f319f/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-263962be-823f-44ba-904c-9fdc407353c7 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 509/1020] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:00 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3cacc2b-307d-490e-9d59-a3c373fe359f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] PATH_INFO: `/v3/projects/c241add073734a3eaad54e46b41fc0cb/users/d63fa62a67eb4c1094f5830f551f319f/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c241add073734a3eaad54e46b41fc0cb, user_id=d63fa62a67eb4c1094f5830f551f319f, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 512/1021] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:00 2025] PUT /identity/v3/projects/c241add073734a3eaad54e46b41fc0cb/users/d63fa62a67eb4c1094f5830f551f319f/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-193be782-c9c6-4f16-9cf4-ac5f432dcfcf ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e63adf4-d707-4eba-8218-4f90b8f828b3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e63adf4-d707-4eba-8218-4f90b8f828b3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e63adf4-d707-4eba-8218-4f90b8f828b3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e63adf4-d707-4eba-8218-4f90b8f828b3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2e63adf4-d707-4eba-8218-4f90b8f828b3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2e63adf4-d707-4eba-8218-4f90b8f828b3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 510/1022] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:00 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c162118-bcab-4aae-a07a-ee73ed1872cd ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] PATH_INFO: `/v3/projects/c241add073734a3eaad54e46b41fc0cb/users/d63fa62a67eb4c1094f5830f551f319f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c241add073734a3eaad54e46b41fc0cb, user_id=d63fa62a67eb4c1094f5830f551f319f, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 513/1023] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:00 2025] PUT /identity/v3/projects/c241add073734a3eaad54e46b41fc0cb/users/d63fa62a67eb4c1094f5830f551f319f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] MFA Rules not processed for user `d63fa62a67eb4c1094f5830f551f319f`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 511/1024] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:00 2025] POST /identity/v3/auth/tokens => generated 2659 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcd4ee93-0a8a-49e4-a966-2235d2cf6cf3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 514/1025] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:00 2025] GET /identity/v3/auth/tokens => generated 2659 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c788c1a-bd44-469d-a922-95ca33d355a7 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] PATH_INFO: `/v3/users/9a0ebedc5b1a47529760020bdd4477f1` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=9a0ebedc5b1a47529760020bdd4477f1)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '9a0ebedc5b1a47529760020bdd4477f1', 'request_id': 'req-aa3aabcf-b626-4dad-bd12-97b87f041445'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '9a0ebedc5b1a47529760020bdd4477f1', 'request_id': 'req-aa3aabcf-b626-4dad-bd12-97b87f041445'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '9a0ebedc5b1a47529760020bdd4477f1', 'request_id': 'req-aa3aabcf-b626-4dad-bd12-97b87f041445'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '9a0ebedc5b1a47529760020bdd4477f1', 'request_id': 'req-aa3aabcf-b626-4dad-bd12-97b87f041445'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa3aabcf-b626-4dad-bd12-97b87f041445 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '9a0ebedc5b1a47529760020bdd4477f1', 'request_id': 'req-aa3aabcf-b626-4dad-bd12-97b87f041445'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 512/1026] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:03 2025] DELETE /identity/v3/users/9a0ebedc5b1a47529760020bdd4477f1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2103ca84-39ac-41ac-8310-152c63f41318 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] PATH_INFO: `/v3/users/d63fa62a67eb4c1094f5830f551f319f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=d63fa62a67eb4c1094f5830f551f319f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'd63fa62a67eb4c1094f5830f551f319f', 'request_id': 'req-fd490e86-d4bb-45da-be5e-abe38a55e89d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'd63fa62a67eb4c1094f5830f551f319f', 'request_id': 'req-fd490e86-d4bb-45da-be5e-abe38a55e89d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'd63fa62a67eb4c1094f5830f551f319f', 'request_id': 'req-fd490e86-d4bb-45da-be5e-abe38a55e89d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'd63fa62a67eb4c1094f5830f551f319f', 'request_id': 'req-fd490e86-d4bb-45da-be5e-abe38a55e89d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'd63fa62a67eb4c1094f5830f551f319f', 'request_id': 'req-fd490e86-d4bb-45da-be5e-abe38a55e89d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 515/1027] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:03 2025] DELETE /identity/v3/users/d63fa62a67eb4c1094f5830f551f319f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 513/1028] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:03 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd490e86-d4bb-45da-be5e-abe38a55e89d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 516/1029] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:03 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c2946e9-e555-485d-964c-a82d2675dc10 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] PATH_INFO: `/v3/projects/c241add073734a3eaad54e46b41fc0cb` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=c241add073734a3eaad54e46b41fc0cb)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'c241add073734a3eaad54e46b41fc0cb', 'request_id': 'req-3fa94beb-b54e-472e-8afb-a30e103e8b16'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'c241add073734a3eaad54e46b41fc0cb', 'request_id': 'req-3fa94beb-b54e-472e-8afb-a30e103e8b16'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'c241add073734a3eaad54e46b41fc0cb', 'request_id': 'req-3fa94beb-b54e-472e-8afb-a30e103e8b16'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] The token cache is being invalidate because project c241add073734a3eaad54e46b41fc0cb was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3fa94beb-b54e-472e-8afb-a30e103e8b16 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 514/1030] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:03 2025] DELETE /identity/v3/projects/c241add073734a3eaad54e46b41fc0cb => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77e3046c-8504-43d3-8b9d-d46629419157 service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] PATH_INFO: `/v3/projects/a65d7e4b72784637b69315fe61a7957c` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=a65d7e4b72784637b69315fe61a7957c)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'a65d7e4b72784637b69315fe61a7957c', 'request_id': 'req-0024ed25-d747-4aee-82b6-61bd02b3a406'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'a65d7e4b72784637b69315fe61a7957c', 'request_id': 'req-0024ed25-d747-4aee-82b6-61bd02b3a406'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'a65d7e4b72784637b69315fe61a7957c', 'request_id': 'req-0024ed25-d747-4aee-82b6-61bd02b3a406'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] The token cache is being invalidate because project a65d7e4b72784637b69315fe61a7957c was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0024ed25-d747-4aee-82b6-61bd02b3a406 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 517/1031] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:04 2025] DELETE /identity/v3/projects/a65d7e4b72784637b69315fe61a7957c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 515/1032] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 518/1033] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ef12d97-fd78-426e-94d0-603da5ff7cf2 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 516/1034] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:42:04 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 31 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93f11f20-4431-47ba-aa90-65bcb41b0bbf None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 519/1035] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:04 2025] POST /identity/v3/projects => generated 374 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6cfbefd-968c-4f46-a5d3-15302f99d05c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 517/1036] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:04 2025] POST /identity/v3/users => generated 295 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b19f8ae7-0da6-4987-ae6e-d2e9b3dae68c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 520/1037] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:04 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f90c884-8e43-4dcf-8954-37d2717612e3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] PATH_INFO: `/v3/projects/e92fbbba4ac240588d4ee2d43bc8e673/users/e03521c1577b416f883ff2bfb88eafe6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e92fbbba4ac240588d4ee2d43bc8e673, user_id=e03521c1577b416f883ff2bfb88eafe6, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 518/1038] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:04 2025] PUT /identity/v3/projects/e92fbbba4ac240588d4ee2d43bc8e673/users/e03521c1577b416f883ff2bfb88eafe6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 32 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05e74d90-2d20-437f-b610-4fa43b53ec72 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a53080bc-ad51-438a-861a-10ef3cdd10a7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a53080bc-ad51-438a-861a-10ef3cdd10a7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a53080bc-ad51-438a-861a-10ef3cdd10a7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a53080bc-ad51-438a-861a-10ef3cdd10a7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a53080bc-ad51-438a-861a-10ef3cdd10a7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a53080bc-ad51-438a-861a-10ef3cdd10a7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 521/1039] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:04 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-480231ca-bf0d-4b1a-b6c9-7662196ef40b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] PATH_INFO: `/v3/projects/e92fbbba4ac240588d4ee2d43bc8e673/users/e03521c1577b416f883ff2bfb88eafe6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e92fbbba4ac240588d4ee2d43bc8e673, user_id=e03521c1577b416f883ff2bfb88eafe6, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 519/1040] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:04 2025] PUT /identity/v3/projects/e92fbbba4ac240588d4ee2d43bc8e673/users/e03521c1577b416f883ff2bfb88eafe6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] MFA Rules not processed for user `e03521c1577b416f883ff2bfb88eafe6`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 522/1041] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:04 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 168 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-429509ad-b039-40cc-8705-fe18d14069c5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 520/1042] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:04 2025] POST /identity/v3/projects => generated 372 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e37a5ce9-6361-431f-8937-6bd2465313f1 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 523/1043] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:04 2025] POST /identity/v3/users => generated 293 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec46d65-cdee-46c0-871a-c9538c9b6722 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 521/1044] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:05 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-492c9c01-3d9a-4f63-b793-0a1dac5ddc74 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] PATH_INFO: `/v3/projects/af264c5db608433da0586832af1e9b68/users/29732e52091c4e16aab4bbacd3f656d2/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=af264c5db608433da0586832af1e9b68, user_id=29732e52091c4e16aab4bbacd3f656d2, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 524/1045] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:05 2025] PUT /identity/v3/projects/af264c5db608433da0586832af1e9b68/users/29732e52091c4e16aab4bbacd3f656d2/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dd3026c-0849-4fd0-bce6-cf393e39762a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 522/1046] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:05 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7740d1f-ba50-465b-9017-ece1e1b90ae3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] PATH_INFO: `/v3/projects/af264c5db608433da0586832af1e9b68/users/29732e52091c4e16aab4bbacd3f656d2/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=af264c5db608433da0586832af1e9b68, user_id=29732e52091c4e16aab4bbacd3f656d2, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 525/1047] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:05 2025] PUT /identity/v3/projects/af264c5db608433da0586832af1e9b68/users/29732e52091c4e16aab4bbacd3f656d2/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9fea1831-3e63-4ca8-80e7-36214ed3f8d0 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cc2505b-926d-47e5-b32d-c825252d3af6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cc2505b-926d-47e5-b32d-c825252d3af6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cc2505b-926d-47e5-b32d-c825252d3af6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cc2505b-926d-47e5-b32d-c825252d3af6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cc2505b-926d-47e5-b32d-c825252d3af6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cc2505b-926d-47e5-b32d-c825252d3af6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 523/1048] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:05 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6c4c3f0-c7a3-4554-9c84-dc46539c9d81 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] PATH_INFO: `/v3/projects/af264c5db608433da0586832af1e9b68/users/29732e52091c4e16aab4bbacd3f656d2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=af264c5db608433da0586832af1e9b68, user_id=29732e52091c4e16aab4bbacd3f656d2, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 526/1049] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:05 2025] PUT /identity/v3/projects/af264c5db608433da0586832af1e9b68/users/29732e52091c4e16aab4bbacd3f656d2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] MFA Rules not processed for user `29732e52091c4e16aab4bbacd3f656d2`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 524/1050] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:05 2025] POST /identity/v3/auth/tokens => generated 2625 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14bdc64c-2e94-4af3-93ac-867c265c9cbd ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b8023f7-6382-46ac-b6ec-68b5d5a2ef48 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b8023f7-6382-46ac-b6ec-68b5d5a2ef48 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b8023f7-6382-46ac-b6ec-68b5d5a2ef48 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b8023f7-6382-46ac-b6ec-68b5d5a2ef48 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b8023f7-6382-46ac-b6ec-68b5d5a2ef48 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b8023f7-6382-46ac-b6ec-68b5d5a2ef48 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 527/1051] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:05 2025] GET /identity/v3/auth/tokens => generated 2625 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff582479-a6d9-4ead-bdc4-9518d0609bb0 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9db4f920-8f6a-4820-8aa3-31a5eec9b1b7 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9db4f920-8f6a-4820-8aa3-31a5eec9b1b7 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9db4f920-8f6a-4820-8aa3-31a5eec9b1b7 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9db4f920-8f6a-4820-8aa3-31a5eec9b1b7 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9db4f920-8f6a-4820-8aa3-31a5eec9b1b7 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9db4f920-8f6a-4820-8aa3-31a5eec9b1b7 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 525/1052] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:05 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 40 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40e6056e-7a4d-4e69-81d7-0f3e300c4454 None None] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40e6056e-7a4d-4e69-81d7-0f3e300c4454 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-40e6056e-7a4d-4e69-81d7-0f3e300c4454 None None] PATH_INFO: `/` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 528/1053] 10.201.9.223 () {54 vars in 959 bytes} [Tue Jan 14 22:42:14 2025] GET /identity => generated 271 bytes in 2 msecs (HTTP/1.1 300) 6 headers in 235 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] MFA Rules not processed for user `349a22c9816b4961aabbe5165a641a6a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 526/1054] 10.201.9.223 () {58 vars in 1056 bytes} [Tue Jan 14 22:42:14 2025] POST /identity/v3/auth/tokens => generated 2618 bytes in 101 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-40e6056e-7a4d-4e69-81d7-0f3e300c4454 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-40e6056e-7a4d-4e69-81d7-0f3e300c4454 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '349a22c9816b4961aabbe5165a641a6a', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 529/1055] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:14 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:24 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=798,keystone:INSERT=30,keystone:DELETE=51,keystone:UPDATE=4 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:24 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=727,keystone:INSERT=32,keystone:UPDATE=4,keystone:DELETE=51 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a089f6a-9f94-45bd-a0d3-3902e093b9e4 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] PATH_INFO: `/v3/users/e03521c1577b416f883ff2bfb88eafe6` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] RBAC: Authorizing `identity:delete_user(user_id=e03521c1577b416f883ff2bfb88eafe6)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'e03521c1577b416f883ff2bfb88eafe6', 'request_id': 'req-440f7e60-be60-4add-b86a-6ca5ef2e538e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'e03521c1577b416f883ff2bfb88eafe6', 'request_id': 'req-440f7e60-be60-4add-b86a-6ca5ef2e538e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'e03521c1577b416f883ff2bfb88eafe6', 'request_id': 'req-440f7e60-be60-4add-b86a-6ca5ef2e538e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'e03521c1577b416f883ff2bfb88eafe6', 'request_id': 'req-440f7e60-be60-4add-b86a-6ca5ef2e538e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-440f7e60-be60-4add-b86a-6ca5ef2e538e ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'e03521c1577b416f883ff2bfb88eafe6', 'request_id': 'req-440f7e60-be60-4add-b86a-6ca5ef2e538e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 527/1056] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:33 2025] DELETE /identity/v3/users/e03521c1577b416f883ff2bfb88eafe6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94e4924e-c0bf-4597-9345-945c243394aa service placement] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] PATH_INFO: `/v3/users/29732e52091c4e16aab4bbacd3f656d2` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] RBAC: Authorizing `identity:delete_user(user_id=29732e52091c4e16aab4bbacd3f656d2)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '29732e52091c4e16aab4bbacd3f656d2', 'request_id': 'req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '29732e52091c4e16aab4bbacd3f656d2', 'request_id': 'req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '29732e52091c4e16aab4bbacd3f656d2', 'request_id': 'req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '29732e52091c4e16aab4bbacd3f656d2', 'request_id': 'req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '29732e52091c4e16aab4bbacd3f656d2', 'request_id': 'req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 530/1057] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:33 2025] DELETE /identity/v3/users/29732e52091c4e16aab4bbacd3f656d2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 528/1058] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:33 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d95a4344-9bcf-47ed-85e2-ae23b48c3d0c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 531/1059] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:33 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34a258a4-460c-4578-aae2-7ea01cf5369f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] PATH_INFO: `/v3/projects/af264c5db608433da0586832af1e9b68` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=af264c5db608433da0586832af1e9b68)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'af264c5db608433da0586832af1e9b68', 'request_id': 'req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'af264c5db608433da0586832af1e9b68', 'request_id': 'req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'af264c5db608433da0586832af1e9b68', 'request_id': 'req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] The token cache is being invalidate because project af264c5db608433da0586832af1e9b68 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f53a0f8c-d64b-4b35-9f51-74158ca94a8a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 529/1060] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:33 2025] DELETE /identity/v3/projects/af264c5db608433da0586832af1e9b68 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dce03eea-0150-4621-9168-f9688c224eea service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] PATH_INFO: `/v3/projects/e92fbbba4ac240588d4ee2d43bc8e673` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] RBAC: Authorizing `identity:delete_project(project_id=e92fbbba4ac240588d4ee2d43bc8e673)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'e92fbbba4ac240588d4ee2d43bc8e673', 'request_id': 'req-1e861345-0711-4f75-b027-1bac578350cd'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'e92fbbba4ac240588d4ee2d43bc8e673', 'request_id': 'req-1e861345-0711-4f75-b027-1bac578350cd'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'e92fbbba4ac240588d4ee2d43bc8e673', 'request_id': 'req-1e861345-0711-4f75-b027-1bac578350cd'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] The token cache is being invalidate because project e92fbbba4ac240588d4ee2d43bc8e673 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1e861345-0711-4f75-b027-1bac578350cd ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 532/1061] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:34 2025] DELETE /identity/v3/projects/e92fbbba4ac240588d4ee2d43bc8e673 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 530/1062] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 533/1063] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5c43163-b960-4f06-bbb5-60351535d8b5 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 531/1064] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:42:34 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 28 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9b6951f-c4d5-4d9a-bffe-93ea1eb75305 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 534/1065] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:34 2025] POST /identity/v3/projects => generated 380 bytes in 33 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e630dc40-1de1-4181-a300-305a2b3722e5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 532/1066] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:34 2025] POST /identity/v3/users => generated 298 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8034653-e23f-4d0b-b765-4ba7a3549d8b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 535/1067] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:34 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-68d8a489-5050-4e05-a83e-ce3b76a26d6d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] PATH_INFO: `/v3/projects/2678eb85b7de4d4993b8f05df5a1220b/users/64f8f06a65d341cc8ce8ed3b15d8ef14/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2678eb85b7de4d4993b8f05df5a1220b, user_id=64f8f06a65d341cc8ce8ed3b15d8ef14, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 533/1068] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:34 2025] PUT /identity/v3/projects/2678eb85b7de4d4993b8f05df5a1220b/users/64f8f06a65d341cc8ce8ed3b15d8ef14/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ac1f777-21d1-4828-aff5-cb001c9ee2fe ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1d99a9d-97a0-4b66-8045-9bf7c56aced1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1d99a9d-97a0-4b66-8045-9bf7c56aced1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1d99a9d-97a0-4b66-8045-9bf7c56aced1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1d99a9d-97a0-4b66-8045-9bf7c56aced1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1d99a9d-97a0-4b66-8045-9bf7c56aced1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1d99a9d-97a0-4b66-8045-9bf7c56aced1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 536/1069] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:34 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26c50850-cbf1-4bae-8821-e058cf3e2b5b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] PATH_INFO: `/v3/projects/2678eb85b7de4d4993b8f05df5a1220b/users/64f8f06a65d341cc8ce8ed3b15d8ef14/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2678eb85b7de4d4993b8f05df5a1220b, user_id=64f8f06a65d341cc8ce8ed3b15d8ef14, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 534/1070] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:34 2025] PUT /identity/v3/projects/2678eb85b7de4d4993b8f05df5a1220b/users/64f8f06a65d341cc8ce8ed3b15d8ef14/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] MFA Rules not processed for user `64f8f06a65d341cc8ce8ed3b15d8ef14`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 537/1071] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:34 2025] POST /identity/v3/auth/tokens => generated 2510 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0f249ac-10a7-40ef-a593-fc6c771a6940 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 535/1072] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:34 2025] POST /identity/v3/projects => generated 382 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d605a013-5fe3-4162-90bb-18fee675802a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 538/1073] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:34 2025] POST /identity/v3/users => generated 298 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc802897-6dc9-4420-ac87-dfd8e4beac38 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 536/1074] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:34 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4090204e-36eb-44bd-a52c-8e3fc4342eda ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] PATH_INFO: `/v3/projects/86f260e756b540178c05a1df28cc5f5e/users/a931e87a1c684b5e86823d016015657a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=86f260e756b540178c05a1df28cc5f5e, user_id=a931e87a1c684b5e86823d016015657a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 539/1075] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:34 2025] PUT /identity/v3/projects/86f260e756b540178c05a1df28cc5f5e/users/a931e87a1c684b5e86823d016015657a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 32 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77cb8ef9-1d0a-4523-8262-6f3f9808a65a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 537/1076] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:34 2025] GET /identity/v3/roles => generated 1672 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca1a3981-0d09-41e2-8a8b-2e4b4d3cc45e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] PATH_INFO: `/v3/projects/86f260e756b540178c05a1df28cc5f5e/users/a931e87a1c684b5e86823d016015657a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=86f260e756b540178c05a1df28cc5f5e, user_id=a931e87a1c684b5e86823d016015657a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 540/1077] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:34 2025] PUT /identity/v3/projects/86f260e756b540178c05a1df28cc5f5e/users/a931e87a1c684b5e86823d016015657a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9d7fedb-54d2-4fc7-828e-ed0e63060029 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee90bf3b-5ca3-496b-9e13-9ab91c1e37c6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee90bf3b-5ca3-496b-9e13-9ab91c1e37c6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee90bf3b-5ca3-496b-9e13-9ab91c1e37c6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee90bf3b-5ca3-496b-9e13-9ab91c1e37c6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee90bf3b-5ca3-496b-9e13-9ab91c1e37c6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ee90bf3b-5ca3-496b-9e13-9ab91c1e37c6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 538/1078] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:34 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-578b0a19-d7ee-4921-9308-d0361267b0cc ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] PATH_INFO: `/v3/projects/86f260e756b540178c05a1df28cc5f5e/users/a931e87a1c684b5e86823d016015657a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=86f260e756b540178c05a1df28cc5f5e, user_id=a931e87a1c684b5e86823d016015657a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 541/1079] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:35 2025] PUT /identity/v3/projects/86f260e756b540178c05a1df28cc5f5e/users/a931e87a1c684b5e86823d016015657a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] MFA Rules not processed for user `a931e87a1c684b5e86823d016015657a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 539/1080] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:35 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca86c4b1-5eac-4ef0-b312-0ae0044454a1 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 542/1081] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:35 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2ec37b5-c9f7-4d7d-b807-3d145993f9df None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 540/1082] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:35 2025] GET /identity/v3/auth/tokens => generated 2510 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18897658-cb80-443b-b604-361e43de8549 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] PATH_INFO: `/v3/users/64f8f06a65d341cc8ce8ed3b15d8ef14` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=64f8f06a65d341cc8ce8ed3b15d8ef14)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '64f8f06a65d341cc8ce8ed3b15d8ef14', 'request_id': 'req-8da509c2-0b84-4931-ba4a-d021a7e70d61'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '64f8f06a65d341cc8ce8ed3b15d8ef14', 'request_id': 'req-8da509c2-0b84-4931-ba4a-d021a7e70d61'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '64f8f06a65d341cc8ce8ed3b15d8ef14', 'request_id': 'req-8da509c2-0b84-4931-ba4a-d021a7e70d61'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '64f8f06a65d341cc8ce8ed3b15d8ef14', 'request_id': 'req-8da509c2-0b84-4931-ba4a-d021a7e70d61'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8da509c2-0b84-4931-ba4a-d021a7e70d61 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '64f8f06a65d341cc8ce8ed3b15d8ef14', 'request_id': 'req-8da509c2-0b84-4931-ba4a-d021a7e70d61'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 543/1083] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:41 2025] DELETE /identity/v3/users/64f8f06a65d341cc8ce8ed3b15d8ef14 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5646f207-c491-45ca-96b3-a38c0dca9557 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] PATH_INFO: `/v3/users/a931e87a1c684b5e86823d016015657a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=a931e87a1c684b5e86823d016015657a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'a931e87a1c684b5e86823d016015657a', 'request_id': 'req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'a931e87a1c684b5e86823d016015657a', 'request_id': 'req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'a931e87a1c684b5e86823d016015657a', 'request_id': 'req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'a931e87a1c684b5e86823d016015657a', 'request_id': 'req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'a931e87a1c684b5e86823d016015657a', 'request_id': 'req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 541/1084] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:41 2025] DELETE /identity/v3/users/a931e87a1c684b5e86823d016015657a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 544/1085] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:41 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48a56e90-2a92-4c84-8c88-eb479c8d0bc1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 542/1086] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:41 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79d65021-7624-4301-aa28-63ea88f752f2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] PATH_INFO: `/v3/projects/2678eb85b7de4d4993b8f05df5a1220b` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=2678eb85b7de4d4993b8f05df5a1220b)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '2678eb85b7de4d4993b8f05df5a1220b', 'request_id': 'req-8e20a39d-703f-41f0-a808-0b20598a9d9a'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '2678eb85b7de4d4993b8f05df5a1220b', 'request_id': 'req-8e20a39d-703f-41f0-a808-0b20598a9d9a'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '2678eb85b7de4d4993b8f05df5a1220b', 'request_id': 'req-8e20a39d-703f-41f0-a808-0b20598a9d9a'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] The token cache is being invalidate because project 2678eb85b7de4d4993b8f05df5a1220b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8e20a39d-703f-41f0-a808-0b20598a9d9a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 545/1087] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:42 2025] DELETE /identity/v3/projects/2678eb85b7de4d4993b8f05df5a1220b => generated 0 bytes in 53 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa4ba0ee-8b9d-4c26-8cca-5f0cd1d4d2fe service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] PATH_INFO: `/v3/projects/86f260e756b540178c05a1df28cc5f5e` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=86f260e756b540178c05a1df28cc5f5e)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '86f260e756b540178c05a1df28cc5f5e', 'request_id': 'req-5be2711b-d18e-47ca-9200-b5ab3891db0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '86f260e756b540178c05a1df28cc5f5e', 'request_id': 'req-5be2711b-d18e-47ca-9200-b5ab3891db0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '86f260e756b540178c05a1df28cc5f5e', 'request_id': 'req-5be2711b-d18e-47ca-9200-b5ab3891db0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] The token cache is being invalidate because project 86f260e756b540178c05a1df28cc5f5e was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5be2711b-d18e-47ca-9200-b5ab3891db0e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 543/1088] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:42 2025] DELETE /identity/v3/projects/86f260e756b540178c05a1df28cc5f5e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 546/1089] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:42 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 544/1090] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:42 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-123a30a4-d33a-4b0b-b14c-730e2a13ffd7 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 547/1091] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:42:42 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15c9a501-bd0a-4677-88fa-bb534748e403 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 545/1092] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:42 2025] POST /identity/v3/projects => generated 372 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4bab265-d914-4344-8b29-f756e3a18412 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 548/1093] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:42 2025] POST /identity/v3/users => generated 294 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b04e0f39-9e41-404b-86ea-dbe58c9bd2c1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 546/1094] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:42 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbaa41ca-d628-427c-a1cb-af036d951744 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] PATH_INFO: `/v3/projects/cdace2c89d3e47f8a73677c96f1b19e4/users/17b46d25cd6b44e99edd41e0b9b0e516/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=cdace2c89d3e47f8a73677c96f1b19e4, user_id=17b46d25cd6b44e99edd41e0b9b0e516, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 549/1095] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:42 2025] PUT /identity/v3/projects/cdace2c89d3e47f8a73677c96f1b19e4/users/17b46d25cd6b44e99edd41e0b9b0e516/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8fe50b1-f4ca-4b87-b04f-14a7c6191ad8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-852bad01-aedc-4560-9c40-8fdbc24e319a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-852bad01-aedc-4560-9c40-8fdbc24e319a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-852bad01-aedc-4560-9c40-8fdbc24e319a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-852bad01-aedc-4560-9c40-8fdbc24e319a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-852bad01-aedc-4560-9c40-8fdbc24e319a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-852bad01-aedc-4560-9c40-8fdbc24e319a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 547/1096] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:42 2025] GET /identity/v3/roles => generated 1672 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3634a675-8c62-4bd7-8a19-7307877f3604 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] PATH_INFO: `/v3/projects/cdace2c89d3e47f8a73677c96f1b19e4/users/17b46d25cd6b44e99edd41e0b9b0e516/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=cdace2c89d3e47f8a73677c96f1b19e4, user_id=17b46d25cd6b44e99edd41e0b9b0e516, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 550/1097] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:42 2025] PUT /identity/v3/projects/cdace2c89d3e47f8a73677c96f1b19e4/users/17b46d25cd6b44e99edd41e0b9b0e516/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] MFA Rules not processed for user `17b46d25cd6b44e99edd41e0b9b0e516`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 548/1098] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:42 2025] POST /identity/v3/auth/tokens => generated 2502 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0c94c0e-5828-439c-a0a3-6e9015491b78 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 551/1099] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:42 2025] POST /identity/v3/projects => generated 372 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f86bf175-78fa-4b1b-a958-2b15b1ebebbb None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 549/1100] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:43 2025] POST /identity/v3/users => generated 293 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d29ddef-d91c-43c4-ab49-5d7f9b1e249e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 552/1101] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:43 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5da98c0-0a03-4883-9af6-20921f46d7e3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] PATH_INFO: `/v3/projects/09ed931dc8b34af19477dae1720f5f77/users/61fe92d0a85343ac8c7f2a07effbba6c/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=09ed931dc8b34af19477dae1720f5f77, user_id=61fe92d0a85343ac8c7f2a07effbba6c, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 550/1102] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:43 2025] PUT /identity/v3/projects/09ed931dc8b34af19477dae1720f5f77/users/61fe92d0a85343ac8c7f2a07effbba6c/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b61930b-7792-4c3d-9511-b38c9febc250 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 553/1103] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:43 2025] GET /identity/v3/roles => generated 1672 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8fd1498-25b9-4ecf-8451-0c335411ec95 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] PATH_INFO: `/v3/projects/09ed931dc8b34af19477dae1720f5f77/users/61fe92d0a85343ac8c7f2a07effbba6c/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=09ed931dc8b34af19477dae1720f5f77, user_id=61fe92d0a85343ac8c7f2a07effbba6c, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 551/1104] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:43 2025] PUT /identity/v3/projects/09ed931dc8b34af19477dae1720f5f77/users/61fe92d0a85343ac8c7f2a07effbba6c/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-696dd49f-070f-4313-a8e9-aebdf3ce9db3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-514d7c35-c542-4817-b24c-5bf946d954bf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-514d7c35-c542-4817-b24c-5bf946d954bf ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-514d7c35-c542-4817-b24c-5bf946d954bf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-514d7c35-c542-4817-b24c-5bf946d954bf ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-514d7c35-c542-4817-b24c-5bf946d954bf ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-514d7c35-c542-4817-b24c-5bf946d954bf ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 554/1105] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:43 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d1eb18c-9d54-405f-8855-11e6285d53b8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] PATH_INFO: `/v3/projects/09ed931dc8b34af19477dae1720f5f77/users/61fe92d0a85343ac8c7f2a07effbba6c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=09ed931dc8b34af19477dae1720f5f77, user_id=61fe92d0a85343ac8c7f2a07effbba6c, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 552/1106] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:43 2025] PUT /identity/v3/projects/09ed931dc8b34af19477dae1720f5f77/users/61fe92d0a85343ac8c7f2a07effbba6c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] MFA Rules not processed for user `61fe92d0a85343ac8c7f2a07effbba6c`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 555/1107] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:43 2025] POST /identity/v3/auth/tokens => generated 2625 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0736a208-35a9-4f49-ad07-304698315e29 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 553/1108] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:43 2025] GET /identity/v3/auth/tokens => generated 2625 bytes in 38 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a12c03ec-8dbd-4522-a63e-a6b9fdbcb09d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] PATH_INFO: `/v3/users/17b46d25cd6b44e99edd41e0b9b0e516` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=17b46d25cd6b44e99edd41e0b9b0e516)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '17b46d25cd6b44e99edd41e0b9b0e516', 'request_id': 'req-1c384f47-766b-4b35-81ad-92bbe2b30f2f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '17b46d25cd6b44e99edd41e0b9b0e516', 'request_id': 'req-1c384f47-766b-4b35-81ad-92bbe2b30f2f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '17b46d25cd6b44e99edd41e0b9b0e516', 'request_id': 'req-1c384f47-766b-4b35-81ad-92bbe2b30f2f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '17b46d25cd6b44e99edd41e0b9b0e516', 'request_id': 'req-1c384f47-766b-4b35-81ad-92bbe2b30f2f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c384f47-766b-4b35-81ad-92bbe2b30f2f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '17b46d25cd6b44e99edd41e0b9b0e516', 'request_id': 'req-1c384f47-766b-4b35-81ad-92bbe2b30f2f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 556/1109] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:43 2025] DELETE /identity/v3/users/17b46d25cd6b44e99edd41e0b9b0e516 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b07058e-8321-4e37-ad60-2b90c0292302 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] PATH_INFO: `/v3/users/61fe92d0a85343ac8c7f2a07effbba6c` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=61fe92d0a85343ac8c7f2a07effbba6c)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '61fe92d0a85343ac8c7f2a07effbba6c', 'request_id': 'req-778df774-bd57-49ef-99a9-51753638b6b0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '61fe92d0a85343ac8c7f2a07effbba6c', 'request_id': 'req-778df774-bd57-49ef-99a9-51753638b6b0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '61fe92d0a85343ac8c7f2a07effbba6c', 'request_id': 'req-778df774-bd57-49ef-99a9-51753638b6b0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '61fe92d0a85343ac8c7f2a07effbba6c', 'request_id': 'req-778df774-bd57-49ef-99a9-51753638b6b0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '61fe92d0a85343ac8c7f2a07effbba6c', 'request_id': 'req-778df774-bd57-49ef-99a9-51753638b6b0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 554/1110] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:43 2025] DELETE /identity/v3/users/61fe92d0a85343ac8c7f2a07effbba6c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 557/1111] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:43 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 45 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-778df774-bd57-49ef-99a9-51753638b6b0 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 555/1112] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:43 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-377390dd-fa6d-46bc-b03c-f72caad777dc None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] PATH_INFO: `/v3/projects/09ed931dc8b34af19477dae1720f5f77` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] RBAC: Authorizing `identity:delete_project(project_id=09ed931dc8b34af19477dae1720f5f77)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '09ed931dc8b34af19477dae1720f5f77', 'request_id': 'req-1ad6a003-3ea8-4b82-a454-ada59722df4c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '09ed931dc8b34af19477dae1720f5f77', 'request_id': 'req-1ad6a003-3ea8-4b82-a454-ada59722df4c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '09ed931dc8b34af19477dae1720f5f77', 'request_id': 'req-1ad6a003-3ea8-4b82-a454-ada59722df4c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] The token cache is being invalidate because project 09ed931dc8b34af19477dae1720f5f77 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1ad6a003-3ea8-4b82-a454-ada59722df4c ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 558/1113] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:44 2025] DELETE /identity/v3/projects/09ed931dc8b34af19477dae1720f5f77 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96845c7-80a9-43db-af5c-c6d381e173a9 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] PATH_INFO: `/v3/projects/cdace2c89d3e47f8a73677c96f1b19e4` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] RBAC: Authorizing `identity:delete_project(project_id=cdace2c89d3e47f8a73677c96f1b19e4)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'cdace2c89d3e47f8a73677c96f1b19e4', 'request_id': 'req-2ab49ca6-fda9-48a9-892a-97173403007b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'cdace2c89d3e47f8a73677c96f1b19e4', 'request_id': 'req-2ab49ca6-fda9-48a9-892a-97173403007b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'cdace2c89d3e47f8a73677c96f1b19e4', 'request_id': 'req-2ab49ca6-fda9-48a9-892a-97173403007b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] The token cache is being invalidate because project cdace2c89d3e47f8a73677c96f1b19e4 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-2ab49ca6-fda9-48a9-892a-97173403007b ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 556/1114] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:44 2025] DELETE /identity/v3/projects/cdace2c89d3e47f8a73677c96f1b19e4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 559/1115] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 557/1116] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:44 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c6b81ef-0607-4956-a799-2fdb5c71b91f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 560/1117] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:42:44 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4cb8d5cf-a6a5-4fb1-a65d-ba09c0a77ff2 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 558/1118] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:44 2025] POST /identity/v3/projects => generated 364 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7f8a093-a604-458c-a9bc-c9cc21af40ee ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 561/1119] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:44 2025] POST /identity/v3/users => generated 290 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89676bac-f967-4d62-a264-cade23f79424 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 559/1120] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:44 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54d3ca8e-5c0e-4e82-a4ea-d5018c6cc979 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] PATH_INFO: `/v3/projects/0d4db746a7a64175b5ca85fd2b4eed2a/users/472cb67a4c4d4ca0be9ccbdc44ba6abe/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0d4db746a7a64175b5ca85fd2b4eed2a, user_id=472cb67a4c4d4ca0be9ccbdc44ba6abe, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 562/1121] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:45 2025] PUT /identity/v3/projects/0d4db746a7a64175b5ca85fd2b4eed2a/users/472cb67a4c4d4ca0be9ccbdc44ba6abe/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd61483e-3b55-441e-9655-97f764561b4d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-165a3dfc-005a-479f-9ae5-495ea0149250 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-165a3dfc-005a-479f-9ae5-495ea0149250 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-165a3dfc-005a-479f-9ae5-495ea0149250 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-165a3dfc-005a-479f-9ae5-495ea0149250 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-165a3dfc-005a-479f-9ae5-495ea0149250 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-165a3dfc-005a-479f-9ae5-495ea0149250 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 560/1122] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:45 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-426d0cf4-0b8e-4f61-b148-a4d857053465 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] PATH_INFO: `/v3/projects/0d4db746a7a64175b5ca85fd2b4eed2a/users/472cb67a4c4d4ca0be9ccbdc44ba6abe/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0d4db746a7a64175b5ca85fd2b4eed2a, user_id=472cb67a4c4d4ca0be9ccbdc44ba6abe, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 563/1123] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:45 2025] PUT /identity/v3/projects/0d4db746a7a64175b5ca85fd2b4eed2a/users/472cb67a4c4d4ca0be9ccbdc44ba6abe/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] MFA Rules not processed for user `472cb67a4c4d4ca0be9ccbdc44ba6abe`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 561/1124] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:45 2025] POST /identity/v3/auth/tokens => generated 2494 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c570b713-7238-4816-b41b-bec9f135f765 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 564/1125] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:45 2025] POST /identity/v3/projects => generated 366 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e76c39b-8c3e-41ee-b47f-2b8244c918bc None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 562/1126] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:45 2025] POST /identity/v3/users => generated 290 bytes in 67 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8cfedc2f-c571-41cb-adc2-f591871c87de ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 565/1127] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:45 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea86a777-c614-4ddb-bd04-ecd68b88864b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] PATH_INFO: `/v3/projects/8be6ebc99db34508a95f37dc6c1493a6/users/f8956bbde6694e9bb17a63bc6d1a5562/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8be6ebc99db34508a95f37dc6c1493a6, user_id=f8956bbde6694e9bb17a63bc6d1a5562, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 563/1128] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:45 2025] PUT /identity/v3/projects/8be6ebc99db34508a95f37dc6c1493a6/users/f8956bbde6694e9bb17a63bc6d1a5562/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab5ba131-ff31-4fbc-b1f2-8d920d54d66b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 566/1129] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:45 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-048f7896-3fac-4052-94ea-bd03961bfd0d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] PATH_INFO: `/v3/projects/8be6ebc99db34508a95f37dc6c1493a6/users/f8956bbde6694e9bb17a63bc6d1a5562/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8be6ebc99db34508a95f37dc6c1493a6, user_id=f8956bbde6694e9bb17a63bc6d1a5562, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 564/1130] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:45 2025] PUT /identity/v3/projects/8be6ebc99db34508a95f37dc6c1493a6/users/f8956bbde6694e9bb17a63bc6d1a5562/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d746debf-b48a-4c6f-8b5d-702b40c6326f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67c18374-e977-4700-b0fa-814b401dc281 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67c18374-e977-4700-b0fa-814b401dc281 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67c18374-e977-4700-b0fa-814b401dc281 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67c18374-e977-4700-b0fa-814b401dc281 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67c18374-e977-4700-b0fa-814b401dc281 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67c18374-e977-4700-b0fa-814b401dc281 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 567/1131] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:45 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebe2eef6-bcea-40a1-a072-af9919c04165 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] PATH_INFO: `/v3/projects/8be6ebc99db34508a95f37dc6c1493a6/users/f8956bbde6694e9bb17a63bc6d1a5562/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8be6ebc99db34508a95f37dc6c1493a6, user_id=f8956bbde6694e9bb17a63bc6d1a5562, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 565/1132] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:45 2025] PUT /identity/v3/projects/8be6ebc99db34508a95f37dc6c1493a6/users/f8956bbde6694e9bb17a63bc6d1a5562/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] MFA Rules not processed for user `f8956bbde6694e9bb17a63bc6d1a5562`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 568/1133] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:45 2025] POST /identity/v3/auth/tokens => generated 2619 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-594a33a2-9563-4b23-b306-8abb0f079c70 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 566/1134] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:45 2025] GET /identity/v3/auth/tokens => generated 2619 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2714a0f5-5ebb-4552-a4e1-f658aacc1c7f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] PATH_INFO: `/v3/users/472cb67a4c4d4ca0be9ccbdc44ba6abe` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] RBAC: Authorizing `identity:delete_user(user_id=472cb67a4c4d4ca0be9ccbdc44ba6abe)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:45 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '472cb67a4c4d4ca0be9ccbdc44ba6abe', 'request_id': 'req-a3a7021b-5d6b-45c8-81bd-019489e54adb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '472cb67a4c4d4ca0be9ccbdc44ba6abe', 'request_id': 'req-a3a7021b-5d6b-45c8-81bd-019489e54adb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '472cb67a4c4d4ca0be9ccbdc44ba6abe', 'request_id': 'req-a3a7021b-5d6b-45c8-81bd-019489e54adb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '472cb67a4c4d4ca0be9ccbdc44ba6abe', 'request_id': 'req-a3a7021b-5d6b-45c8-81bd-019489e54adb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a3a7021b-5d6b-45c8-81bd-019489e54adb ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '472cb67a4c4d4ca0be9ccbdc44ba6abe', 'request_id': 'req-a3a7021b-5d6b-45c8-81bd-019489e54adb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 569/1135] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:45 2025] DELETE /identity/v3/users/472cb67a4c4d4ca0be9ccbdc44ba6abe => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccac2819-bc57-400d-b462-2e4426fef034 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] PATH_INFO: `/v3/users/f8956bbde6694e9bb17a63bc6d1a5562` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=f8956bbde6694e9bb17a63bc6d1a5562)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'f8956bbde6694e9bb17a63bc6d1a5562', 'request_id': 'req-03d96449-0777-4299-b4e0-41fc639adb29'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'f8956bbde6694e9bb17a63bc6d1a5562', 'request_id': 'req-03d96449-0777-4299-b4e0-41fc639adb29'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'f8956bbde6694e9bb17a63bc6d1a5562', 'request_id': 'req-03d96449-0777-4299-b4e0-41fc639adb29'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'f8956bbde6694e9bb17a63bc6d1a5562', 'request_id': 'req-03d96449-0777-4299-b4e0-41fc639adb29'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'f8956bbde6694e9bb17a63bc6d1a5562', 'request_id': 'req-03d96449-0777-4299-b4e0-41fc639adb29'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 567/1136] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:42:46 2025] DELETE /identity/v3/users/f8956bbde6694e9bb17a63bc6d1a5562 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 570/1137] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-03d96449-0777-4299-b4e0-41fc639adb29 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 568/1138] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:46 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b505f0ac-ad9c-47f1-b1fe-3f599bbf8496 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] PATH_INFO: `/v3/projects/0d4db746a7a64175b5ca85fd2b4eed2a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0d4db746a7a64175b5ca85fd2b4eed2a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0d4db746a7a64175b5ca85fd2b4eed2a', 'request_id': 'req-e0545ca7-651d-4290-ac7d-9c272f7d5b59'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0d4db746a7a64175b5ca85fd2b4eed2a', 'request_id': 'req-e0545ca7-651d-4290-ac7d-9c272f7d5b59'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0d4db746a7a64175b5ca85fd2b4eed2a', 'request_id': 'req-e0545ca7-651d-4290-ac7d-9c272f7d5b59'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] The token cache is being invalidate because project 0d4db746a7a64175b5ca85fd2b4eed2a was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e0545ca7-651d-4290-ac7d-9c272f7d5b59 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 571/1139] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:46 2025] DELETE /identity/v3/projects/0d4db746a7a64175b5ca85fd2b4eed2a => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8da3a778-bf9e-421a-a899-120817aac3b9 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] PATH_INFO: `/v3/projects/8be6ebc99db34508a95f37dc6c1493a6` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8be6ebc99db34508a95f37dc6c1493a6)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8be6ebc99db34508a95f37dc6c1493a6', 'request_id': 'req-7a20f539-e35b-4f22-b20c-308b0f0e3973'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8be6ebc99db34508a95f37dc6c1493a6', 'request_id': 'req-7a20f539-e35b-4f22-b20c-308b0f0e3973'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8be6ebc99db34508a95f37dc6c1493a6', 'request_id': 'req-7a20f539-e35b-4f22-b20c-308b0f0e3973'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] The token cache is being invalidate because project 8be6ebc99db34508a95f37dc6c1493a6 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-7a20f539-e35b-4f22-b20c-308b0f0e3973 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 569/1140] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:42:46 2025] DELETE /identity/v3/projects/8be6ebc99db34508a95f37dc6c1493a6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 572/1141] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 570/1142] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7c04b79b-2cae-48eb-b2e4-f673d7ae4325 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 573/1143] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd6b5760-87d4-4698-b35a-f6f9ee8e0614 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 571/1144] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/projects => generated 356 bytes in 22 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc583969-aa93-4fb8-8652-5669e5173cbb ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 574/1145] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/users => generated 286 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed119954-0d02-4459-91b8-6e8bd1d5e6f1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 572/1146] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d1b728d-28ea-4c3b-8c8b-25466766c543 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] PATH_INFO: `/v3/projects/67aac3bbe7fe4f40bf40831c418ba073/users/0d410497dd0547f18f46a7ebae428d82/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=67aac3bbe7fe4f40bf40831c418ba073, user_id=0d410497dd0547f18f46a7ebae428d82, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 575/1147] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:47 2025] PUT /identity/v3/projects/67aac3bbe7fe4f40bf40831c418ba073/users/0d410497dd0547f18f46a7ebae428d82/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de690c49-6705-421d-9791-4b87fbc308f8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24c81642-8a95-47eb-81c9-a6a259b2f6e4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24c81642-8a95-47eb-81c9-a6a259b2f6e4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24c81642-8a95-47eb-81c9-a6a259b2f6e4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24c81642-8a95-47eb-81c9-a6a259b2f6e4 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24c81642-8a95-47eb-81c9-a6a259b2f6e4 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24c81642-8a95-47eb-81c9-a6a259b2f6e4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 573/1148] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa31070d-41a7-47e0-a0eb-62307ba76f6b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] PATH_INFO: `/v3/projects/67aac3bbe7fe4f40bf40831c418ba073/users/0d410497dd0547f18f46a7ebae428d82/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=67aac3bbe7fe4f40bf40831c418ba073, user_id=0d410497dd0547f18f46a7ebae428d82, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 576/1149] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:47 2025] PUT /identity/v3/projects/67aac3bbe7fe4f40bf40831c418ba073/users/0d410497dd0547f18f46a7ebae428d82/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] MFA Rules not processed for user `0d410497dd0547f18f46a7ebae428d82`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 574/1150] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/auth/tokens => generated 2486 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-462398fd-b0ff-4a0c-b738-318354d3d126 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 577/1151] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/projects => generated 358 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d8256fe-e0b6-4815-911f-2f3c07563d21 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 575/1152] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/users => generated 286 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c1f6f29-2234-44c8-bbe7-737deabf0733 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 578/1153] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0e35341-6761-4d62-a242-884dff2ba6d5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] PATH_INFO: `/v3/projects/59e1f3350c004d5698a4adb9ad134f6e/users/b704f07c442b4bd195008c452a1b88de/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=59e1f3350c004d5698a4adb9ad134f6e, user_id=b704f07c442b4bd195008c452a1b88de, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 576/1154] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:47 2025] PUT /identity/v3/projects/59e1f3350c004d5698a4adb9ad134f6e/users/b704f07c442b4bd195008c452a1b88de/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e28c705c-f992-4068-9139-f5e2a8cb52e6 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 579/1155] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-116f1319-9edd-422f-8a29-e1236260d74f ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] PATH_INFO: `/v3/projects/59e1f3350c004d5698a4adb9ad134f6e/users/b704f07c442b4bd195008c452a1b88de/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=59e1f3350c004d5698a4adb9ad134f6e, user_id=b704f07c442b4bd195008c452a1b88de, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 577/1156] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:47 2025] PUT /identity/v3/projects/59e1f3350c004d5698a4adb9ad134f6e/users/b704f07c442b4bd195008c452a1b88de/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8c76dc0-7400-4cdf-b918-eb926554e98c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76c1643f-5f39-470b-9388-05d8ce2c65d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76c1643f-5f39-470b-9388-05d8ce2c65d2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76c1643f-5f39-470b-9388-05d8ce2c65d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76c1643f-5f39-470b-9388-05d8ce2c65d2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76c1643f-5f39-470b-9388-05d8ce2c65d2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76c1643f-5f39-470b-9388-05d8ce2c65d2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 580/1157] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/roles => generated 1672 bytes in 40 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a11629a-45d6-48a5-a472-ca871ca0ec93 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] PATH_INFO: `/v3/projects/59e1f3350c004d5698a4adb9ad134f6e/users/b704f07c442b4bd195008c452a1b88de/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=59e1f3350c004d5698a4adb9ad134f6e, user_id=b704f07c442b4bd195008c452a1b88de, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 578/1158] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:42:47 2025] PUT /identity/v3/projects/59e1f3350c004d5698a4adb9ad134f6e/users/b704f07c442b4bd195008c452a1b88de/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] MFA Rules not processed for user `b704f07c442b4bd195008c452a1b88de`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 581/1159] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:42:47 2025] POST /identity/v3/auth/tokens => generated 2611 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffe26070-0f72-4e67-a7ad-fcb12b66f248 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 579/1160] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/auth/tokens => generated 2611 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e9e54ec-c4ed-490f-828e-5951a9804265 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:42:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 582/1161] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:42:47 2025] GET /identity/v3/auth/tokens => generated 2486 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:42:57 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=724,keystone:DELETE=68,keystone:INSERT=35,keystone:UPDATE=4 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:57 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=779,keystone:DELETE=68,keystone:INSERT=33,keystone:UPDATE=4 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60736994-e92e-47cb-8efd-5eee24bb534d service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] PATH_INFO: `/v3/users/0d410497dd0547f18f46a7ebae428d82` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0d410497dd0547f18f46a7ebae428d82)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0d410497dd0547f18f46a7ebae428d82', 'request_id': 'req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0d410497dd0547f18f46a7ebae428d82', 'request_id': 'req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0d410497dd0547f18f46a7ebae428d82', 'request_id': 'req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0d410497dd0547f18f46a7ebae428d82', 'request_id': 'req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0d410497dd0547f18f46a7ebae428d82', 'request_id': 'req-4f72e3ef-8ba7-4747-aed9-b5ba693f42a2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 580/1162] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:01 2025] DELETE /identity/v3/users/0d410497dd0547f18f46a7ebae428d82 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce06706d-97c8-4f23-9e6e-5fecb9baf743 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] PATH_INFO: `/v3/users/b704f07c442b4bd195008c452a1b88de` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=b704f07c442b4bd195008c452a1b88de)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'b704f07c442b4bd195008c452a1b88de', 'request_id': 'req-943a9009-cd53-4726-b686-31690a30f452'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'b704f07c442b4bd195008c452a1b88de', 'request_id': 'req-943a9009-cd53-4726-b686-31690a30f452'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'b704f07c442b4bd195008c452a1b88de', 'request_id': 'req-943a9009-cd53-4726-b686-31690a30f452'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'b704f07c442b4bd195008c452a1b88de', 'request_id': 'req-943a9009-cd53-4726-b686-31690a30f452'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'b704f07c442b4bd195008c452a1b88de', 'request_id': 'req-943a9009-cd53-4726-b686-31690a30f452'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 583/1163] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:01 2025] DELETE /identity/v3/users/b704f07c442b4bd195008c452a1b88de => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 581/1164] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-943a9009-cd53-4726-b686-31690a30f452 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 584/1165] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:01 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac68c942-e894-4fdb-9832-472b9df7eab9 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] PATH_INFO: `/v3/projects/67aac3bbe7fe4f40bf40831c418ba073` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=67aac3bbe7fe4f40bf40831c418ba073)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '67aac3bbe7fe4f40bf40831c418ba073', 'request_id': 'req-64b2943f-4fb2-4211-b6e3-8350d25ed91e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '67aac3bbe7fe4f40bf40831c418ba073', 'request_id': 'req-64b2943f-4fb2-4211-b6e3-8350d25ed91e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '67aac3bbe7fe4f40bf40831c418ba073', 'request_id': 'req-64b2943f-4fb2-4211-b6e3-8350d25ed91e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] The token cache is being invalidate because project 67aac3bbe7fe4f40bf40831c418ba073 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-64b2943f-4fb2-4211-b6e3-8350d25ed91e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 582/1166] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:01 2025] DELETE /identity/v3/projects/67aac3bbe7fe4f40bf40831c418ba073 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9cce1c82-4f64-45eb-b02e-d2ce4d566424 service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] PATH_INFO: `/v3/projects/59e1f3350c004d5698a4adb9ad134f6e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=59e1f3350c004d5698a4adb9ad134f6e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '59e1f3350c004d5698a4adb9ad134f6e', 'request_id': 'req-a995f97a-358a-4874-bc99-49ea14e203c5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '59e1f3350c004d5698a4adb9ad134f6e', 'request_id': 'req-a995f97a-358a-4874-bc99-49ea14e203c5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '59e1f3350c004d5698a4adb9ad134f6e', 'request_id': 'req-a995f97a-358a-4874-bc99-49ea14e203c5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] The token cache is being invalidate because project 59e1f3350c004d5698a4adb9ad134f6e was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a995f97a-358a-4874-bc99-49ea14e203c5 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 585/1167] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:02 2025] DELETE /identity/v3/projects/59e1f3350c004d5698a4adb9ad134f6e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 583/1168] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 586/1169] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 20 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-face9668-5cb7-46bc-a32a-de5d7d3d4432 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 584/1170] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:02 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 32 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e41e9b-42ee-4a71-bb76-467b1b8fc020 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 587/1171] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:02 2025] POST /identity/v3/projects => generated 364 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-081c7276-b725-42e3-9722-1e4a32f80c47 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 585/1172] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:02 2025] POST /identity/v3/users => generated 290 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19c087cc-bf36-4744-8c82-2727fada2b17 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 588/1173] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:02 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9946c40-aed9-4dee-a9d7-a05ad4c1a690 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] PATH_INFO: `/v3/projects/f3c632b037314750b4b9b547ab0c9e6b/users/48719dd888d04386ab893b7cf9a5b0ec/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f3c632b037314750b4b9b547ab0c9e6b, user_id=48719dd888d04386ab893b7cf9a5b0ec, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 586/1174] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:02 2025] PUT /identity/v3/projects/f3c632b037314750b4b9b547ab0c9e6b/users/48719dd888d04386ab893b7cf9a5b0ec/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9aeb6f89-ab64-4911-b005-bcdf2ace04c8 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-268c0f46-ac7c-4d88-9940-c7d35f45d2f7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-268c0f46-ac7c-4d88-9940-c7d35f45d2f7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-268c0f46-ac7c-4d88-9940-c7d35f45d2f7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-268c0f46-ac7c-4d88-9940-c7d35f45d2f7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-268c0f46-ac7c-4d88-9940-c7d35f45d2f7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-268c0f46-ac7c-4d88-9940-c7d35f45d2f7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 589/1175] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:02 2025] GET /identity/v3/roles => generated 1672 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75145739-cd49-4607-a243-90f5feb99b5d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] PATH_INFO: `/v3/projects/f3c632b037314750b4b9b547ab0c9e6b/users/48719dd888d04386ab893b7cf9a5b0ec/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f3c632b037314750b4b9b547ab0c9e6b, user_id=48719dd888d04386ab893b7cf9a5b0ec, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 587/1176] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:02 2025] PUT /identity/v3/projects/f3c632b037314750b4b9b547ab0c9e6b/users/48719dd888d04386ab893b7cf9a5b0ec/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 13 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] MFA Rules not processed for user `48719dd888d04386ab893b7cf9a5b0ec`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 590/1177] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:02 2025] POST /identity/v3/auth/tokens => generated 2494 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17bd234-5f74-45f5-bf78-5cfc69e400d2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 588/1178] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:02 2025] POST /identity/v3/projects => generated 366 bytes in 71 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d625731-13a5-4d20-8d70-0e690fa4fa84 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 591/1179] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:02 2025] POST /identity/v3/users => generated 290 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fca2b55-995e-4d4c-aaa6-f4b0a507b30c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 589/1180] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:03 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1cda072a-e4c8-4dd2-9eaf-99751cf14bf1 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] PATH_INFO: `/v3/projects/6e01a1d887c646a9bb63fee881a8c95b/users/ae30c88271954acab0a1edcbfdb6e6f1/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6e01a1d887c646a9bb63fee881a8c95b, user_id=ae30c88271954acab0a1edcbfdb6e6f1, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 592/1181] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:03 2025] PUT /identity/v3/projects/6e01a1d887c646a9bb63fee881a8c95b/users/ae30c88271954acab0a1edcbfdb6e6f1/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 30 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d5224b3-2579-490f-acba-b5fcb6cd5390 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 590/1182] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:03 2025] GET /identity/v3/roles => generated 1672 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-86bdb1a1-b65a-428a-b7aa-7f0bbac20125 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] PATH_INFO: `/v3/projects/6e01a1d887c646a9bb63fee881a8c95b/users/ae30c88271954acab0a1edcbfdb6e6f1/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6e01a1d887c646a9bb63fee881a8c95b, user_id=ae30c88271954acab0a1edcbfdb6e6f1, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 593/1183] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:03 2025] PUT /identity/v3/projects/6e01a1d887c646a9bb63fee881a8c95b/users/ae30c88271954acab0a1edcbfdb6e6f1/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-023850ff-5856-4046-8960-e1409a7b8ae8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e2eec00-d33c-485f-9a68-d3c644c09f31 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e2eec00-d33c-485f-9a68-d3c644c09f31 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e2eec00-d33c-485f-9a68-d3c644c09f31 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e2eec00-d33c-485f-9a68-d3c644c09f31 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e2eec00-d33c-485f-9a68-d3c644c09f31 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e2eec00-d33c-485f-9a68-d3c644c09f31 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 591/1184] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:03 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c349e423-f768-45ef-b5e2-b8959cf1ee30 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] PATH_INFO: `/v3/projects/6e01a1d887c646a9bb63fee881a8c95b/users/ae30c88271954acab0a1edcbfdb6e6f1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6e01a1d887c646a9bb63fee881a8c95b, user_id=ae30c88271954acab0a1edcbfdb6e6f1, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 594/1185] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:03 2025] PUT /identity/v3/projects/6e01a1d887c646a9bb63fee881a8c95b/users/ae30c88271954acab0a1edcbfdb6e6f1/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] MFA Rules not processed for user `ae30c88271954acab0a1edcbfdb6e6f1`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 592/1186] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:03 2025] POST /identity/v3/auth/tokens => generated 2619 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3e12f7b8-958f-4de6-bfec-14262061fd4f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 595/1187] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:03 2025] GET /identity/v3/auth/tokens => generated 2619 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12deb1ba-5c99-4d26-bbaa-be452ff39038 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 593/1188] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:03 2025] GET /identity/v3/auth/tokens => generated 2494 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f86cd066-c26a-40a7-badb-ce3e7c1717c2 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] PATH_INFO: `/v3/users/48719dd888d04386ab893b7cf9a5b0ec` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=48719dd888d04386ab893b7cf9a5b0ec)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '48719dd888d04386ab893b7cf9a5b0ec', 'request_id': 'req-65f83699-425f-4f91-be88-b26b4c4940e5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '48719dd888d04386ab893b7cf9a5b0ec', 'request_id': 'req-65f83699-425f-4f91-be88-b26b4c4940e5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '48719dd888d04386ab893b7cf9a5b0ec', 'request_id': 'req-65f83699-425f-4f91-be88-b26b4c4940e5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '48719dd888d04386ab893b7cf9a5b0ec', 'request_id': 'req-65f83699-425f-4f91-be88-b26b4c4940e5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-65f83699-425f-4f91-be88-b26b4c4940e5 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '48719dd888d04386ab893b7cf9a5b0ec', 'request_id': 'req-65f83699-425f-4f91-be88-b26b4c4940e5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 596/1189] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:11 2025] DELETE /identity/v3/users/48719dd888d04386ab893b7cf9a5b0ec => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9b9d659-ca0a-4230-bb97-68df77a22203 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] PATH_INFO: `/v3/users/ae30c88271954acab0a1edcbfdb6e6f1` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=ae30c88271954acab0a1edcbfdb6e6f1)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'ae30c88271954acab0a1edcbfdb6e6f1', 'request_id': 'req-f2016524-a32a-4c73-8fa2-a1114f358f45'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'ae30c88271954acab0a1edcbfdb6e6f1', 'request_id': 'req-f2016524-a32a-4c73-8fa2-a1114f358f45'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'ae30c88271954acab0a1edcbfdb6e6f1', 'request_id': 'req-f2016524-a32a-4c73-8fa2-a1114f358f45'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'ae30c88271954acab0a1edcbfdb6e6f1', 'request_id': 'req-f2016524-a32a-4c73-8fa2-a1114f358f45'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'ae30c88271954acab0a1edcbfdb6e6f1', 'request_id': 'req-f2016524-a32a-4c73-8fa2-a1114f358f45'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 594/1190] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:11 2025] DELETE /identity/v3/users/ae30c88271954acab0a1edcbfdb6e6f1 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 597/1191] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2016524-a32a-4c73-8fa2-a1114f358f45 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 595/1192] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:11 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-08fa2b3e-0b58-4dcf-9e34-6d8b83f9b3a3 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] PATH_INFO: `/v3/projects/f3c632b037314750b4b9b547ab0c9e6b` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f3c632b037314750b4b9b547ab0c9e6b)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f3c632b037314750b4b9b547ab0c9e6b', 'request_id': 'req-aff3e39f-9552-4683-9969-d92b54f9c75a'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f3c632b037314750b4b9b547ab0c9e6b', 'request_id': 'req-aff3e39f-9552-4683-9969-d92b54f9c75a'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f3c632b037314750b4b9b547ab0c9e6b', 'request_id': 'req-aff3e39f-9552-4683-9969-d92b54f9c75a'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] The token cache is being invalidate because project f3c632b037314750b4b9b547ab0c9e6b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-aff3e39f-9552-4683-9969-d92b54f9c75a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 598/1193] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:12 2025] DELETE /identity/v3/projects/f3c632b037314750b4b9b547ab0c9e6b => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc1a2dc6-a614-4701-8f8e-3a2d98b082a2 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] PATH_INFO: `/v3/projects/6e01a1d887c646a9bb63fee881a8c95b` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6e01a1d887c646a9bb63fee881a8c95b)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6e01a1d887c646a9bb63fee881a8c95b', 'request_id': 'req-0fd711eb-9133-4197-b5b2-c498bf2cf179'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6e01a1d887c646a9bb63fee881a8c95b', 'request_id': 'req-0fd711eb-9133-4197-b5b2-c498bf2cf179'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6e01a1d887c646a9bb63fee881a8c95b', 'request_id': 'req-0fd711eb-9133-4197-b5b2-c498bf2cf179'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] The token cache is being invalidate because project 6e01a1d887c646a9bb63fee881a8c95b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0fd711eb-9133-4197-b5b2-c498bf2cf179 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 596/1194] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:12 2025] DELETE /identity/v3/projects/6e01a1d887c646a9bb63fee881a8c95b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 599/1195] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:12 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 597/1196] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:12 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a0cd2a8-d66b-4914-8194-0c4111c5651b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 600/1197] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:12 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-515bbb9c-8d60-40c5-8599-81ae4b09f347 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 598/1198] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:12 2025] POST /identity/v3/projects => generated 364 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c93e5979-0edf-480e-94d2-6c160c004c37 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 601/1199] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:12 2025] POST /identity/v3/users => generated 290 bytes in 47 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de613f32-baa0-4853-beb7-433d31c50880 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 599/1200] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:12 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab0540b-507c-48bc-9a03-257151ae0271 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] PATH_INFO: `/v3/projects/665b916bd7e445bc98c78de1b3c2549e/users/50d743b21e174b1199662c3b4c51744a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=665b916bd7e445bc98c78de1b3c2549e, user_id=50d743b21e174b1199662c3b4c51744a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 602/1201] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:12 2025] PUT /identity/v3/projects/665b916bd7e445bc98c78de1b3c2549e/users/50d743b21e174b1199662c3b4c51744a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b70170e-b4fe-476b-92a6-60996dce0f2b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2b12f9d6-191c-4fdc-b83a-832985cd2a8a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b12f9d6-191c-4fdc-b83a-832985cd2a8a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b12f9d6-191c-4fdc-b83a-832985cd2a8a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2b12f9d6-191c-4fdc-b83a-832985cd2a8a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b12f9d6-191c-4fdc-b83a-832985cd2a8a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2b12f9d6-191c-4fdc-b83a-832985cd2a8a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 600/1202] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:12 2025] GET /identity/v3/roles => generated 1672 bytes in 65 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-041d44de-b2ce-4187-bec1-c21dd285016d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] PATH_INFO: `/v3/projects/665b916bd7e445bc98c78de1b3c2549e/users/50d743b21e174b1199662c3b4c51744a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=665b916bd7e445bc98c78de1b3c2549e, user_id=50d743b21e174b1199662c3b4c51744a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 603/1203] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:12 2025] PUT /identity/v3/projects/665b916bd7e445bc98c78de1b3c2549e/users/50d743b21e174b1199662c3b4c51744a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] MFA Rules not processed for user `50d743b21e174b1199662c3b4c51744a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 601/1204] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:12 2025] POST /identity/v3/auth/tokens => generated 2494 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e09e5b0e-5ad8-4708-b947-feece2a8c77a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 604/1205] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:12 2025] POST /identity/v3/projects => generated 366 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e3e4737d-7ca3-4133-814a-5fb04e1f4f0b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 602/1206] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:12 2025] POST /identity/v3/users => generated 290 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2921198e-f5ac-4c72-85cb-5158f529e47d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 605/1207] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:13 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8931719-54b7-40ad-956c-c7db08ae7a2a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] PATH_INFO: `/v3/projects/4d710431b68c493e920d2e26f17d02da/users/ac726bfef41744d78a272f7e90c8ffa9/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4d710431b68c493e920d2e26f17d02da, user_id=ac726bfef41744d78a272f7e90c8ffa9, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 603/1208] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:13 2025] PUT /identity/v3/projects/4d710431b68c493e920d2e26f17d02da/users/ac726bfef41744d78a272f7e90c8ffa9/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da2aa390-38b5-4592-b6ee-2125520a8776 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 606/1209] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:13 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-878fd35f-36a9-4334-8a30-a3e722688b17 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] PATH_INFO: `/v3/projects/4d710431b68c493e920d2e26f17d02da/users/ac726bfef41744d78a272f7e90c8ffa9/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4d710431b68c493e920d2e26f17d02da, user_id=ac726bfef41744d78a272f7e90c8ffa9, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 604/1210] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:13 2025] PUT /identity/v3/projects/4d710431b68c493e920d2e26f17d02da/users/ac726bfef41744d78a272f7e90c8ffa9/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6294e2fd-423d-43db-8383-f6db584a19b8 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81698dee-130f-42dd-a3a6-ba3c60d1594d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81698dee-130f-42dd-a3a6-ba3c60d1594d ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81698dee-130f-42dd-a3a6-ba3c60d1594d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81698dee-130f-42dd-a3a6-ba3c60d1594d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81698dee-130f-42dd-a3a6-ba3c60d1594d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81698dee-130f-42dd-a3a6-ba3c60d1594d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 607/1211] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:13 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d21ca365-a064-43ad-90ae-4334fab21038 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] PATH_INFO: `/v3/projects/4d710431b68c493e920d2e26f17d02da/users/ac726bfef41744d78a272f7e90c8ffa9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=4d710431b68c493e920d2e26f17d02da, user_id=ac726bfef41744d78a272f7e90c8ffa9, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 605/1212] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:13 2025] PUT /identity/v3/projects/4d710431b68c493e920d2e26f17d02da/users/ac726bfef41744d78a272f7e90c8ffa9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] MFA Rules not processed for user `ac726bfef41744d78a272f7e90c8ffa9`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 608/1213] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:13 2025] POST /identity/v3/auth/tokens => generated 2619 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-85016457-c2c4-4031-9672-d49e478ee98c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 606/1214] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:13 2025] GET /identity/v3/auth/tokens => generated 2619 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00054352-b7a3-4e04-aa05-5b409a33ab15 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 609/1215] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:13 2025] GET /identity/v3/auth/tokens => generated 2494 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7784cfa1-ce94-40f2-9cf8-c4ab201478e1 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] PATH_INFO: `/v3/users/50d743b21e174b1199662c3b4c51744a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] RBAC: Authorizing `identity:delete_user(user_id=50d743b21e174b1199662c3b4c51744a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '50d743b21e174b1199662c3b4c51744a', 'request_id': 'req-5e62f7bb-bca6-43ea-b016-3491f23c856a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '50d743b21e174b1199662c3b4c51744a', 'request_id': 'req-5e62f7bb-bca6-43ea-b016-3491f23c856a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '50d743b21e174b1199662c3b4c51744a', 'request_id': 'req-5e62f7bb-bca6-43ea-b016-3491f23c856a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '50d743b21e174b1199662c3b4c51744a', 'request_id': 'req-5e62f7bb-bca6-43ea-b016-3491f23c856a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5e62f7bb-bca6-43ea-b016-3491f23c856a ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '50d743b21e174b1199662c3b4c51744a', 'request_id': 'req-5e62f7bb-bca6-43ea-b016-3491f23c856a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 607/1216] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:16 2025] DELETE /identity/v3/users/50d743b21e174b1199662c3b4c51744a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ecb7290-9d4c-4a65-8fcb-6b52be5e3537 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] PATH_INFO: `/v3/users/ac726bfef41744d78a272f7e90c8ffa9` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] RBAC: Authorizing `identity:delete_user(user_id=ac726bfef41744d78a272f7e90c8ffa9)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'ac726bfef41744d78a272f7e90c8ffa9', 'request_id': 'req-b9710d8f-fea1-4f3e-9b16-e3794f3789be'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'ac726bfef41744d78a272f7e90c8ffa9', 'request_id': 'req-b9710d8f-fea1-4f3e-9b16-e3794f3789be'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'ac726bfef41744d78a272f7e90c8ffa9', 'request_id': 'req-b9710d8f-fea1-4f3e-9b16-e3794f3789be'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'ac726bfef41744d78a272f7e90c8ffa9', 'request_id': 'req-b9710d8f-fea1-4f3e-9b16-e3794f3789be'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'ac726bfef41744d78a272f7e90c8ffa9', 'request_id': 'req-b9710d8f-fea1-4f3e-9b16-e3794f3789be'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 610/1217] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:16 2025] DELETE /identity/v3/users/ac726bfef41744d78a272f7e90c8ffa9 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 608/1218] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:16 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9710d8f-fea1-4f3e-9b16-e3794f3789be ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 611/1219] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:16 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf550666-0b84-4f22-9e28-ac83b744536f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] PATH_INFO: `/v3/projects/4d710431b68c493e920d2e26f17d02da` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=4d710431b68c493e920d2e26f17d02da)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '4d710431b68c493e920d2e26f17d02da', 'request_id': 'req-5890e02f-a75c-49a1-975e-4f1ff377aa54'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '4d710431b68c493e920d2e26f17d02da', 'request_id': 'req-5890e02f-a75c-49a1-975e-4f1ff377aa54'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '4d710431b68c493e920d2e26f17d02da', 'request_id': 'req-5890e02f-a75c-49a1-975e-4f1ff377aa54'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] The token cache is being invalidate because project 4d710431b68c493e920d2e26f17d02da was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5890e02f-a75c-49a1-975e-4f1ff377aa54 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 609/1220] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:16 2025] DELETE /identity/v3/projects/4d710431b68c493e920d2e26f17d02da => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-046d68d0-b355-4a80-8780-b51ed4f82397 service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] PATH_INFO: `/v3/projects/665b916bd7e445bc98c78de1b3c2549e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=665b916bd7e445bc98c78de1b3c2549e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '665b916bd7e445bc98c78de1b3c2549e', 'request_id': 'req-e98e90af-6a69-4f15-a2e9-379a2c2726b1'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '665b916bd7e445bc98c78de1b3c2549e', 'request_id': 'req-e98e90af-6a69-4f15-a2e9-379a2c2726b1'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '665b916bd7e445bc98c78de1b3c2549e', 'request_id': 'req-e98e90af-6a69-4f15-a2e9-379a2c2726b1'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] The token cache is being invalidate because project 665b916bd7e445bc98c78de1b3c2549e was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e98e90af-6a69-4f15-a2e9-379a2c2726b1 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 612/1221] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:17 2025] DELETE /identity/v3/projects/665b916bd7e445bc98c78de1b3c2549e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 610/1222] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 613/1223] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-846926dd-3d58-45c7-8061-a10b83d18b3e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 611/1224] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:17 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7823f60f-0dc0-4e7d-88b8-0292bfb7b0ae None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 614/1225] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/projects => generated 382 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6efe21e4-cf8e-4d75-8e67-d240caa3578b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 612/1226] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/users => generated 299 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50e8631b-1fdd-42fb-9013-9ea0a7fe1b28 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 615/1227] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:17 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8e1df30-1b75-4f89-80e6-8ba44741406e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] PATH_INFO: `/v3/projects/c2b7468b8ad449d59b84bf057f8a5507/users/24eb719314974b91a1dd618c6f69e3e0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c2b7468b8ad449d59b84bf057f8a5507, user_id=24eb719314974b91a1dd618c6f69e3e0, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 613/1228] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:17 2025] PUT /identity/v3/projects/c2b7468b8ad449d59b84bf057f8a5507/users/24eb719314974b91a1dd618c6f69e3e0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42cbaedc-0ac0-4e05-8b43-3a00515c3280 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c1e200d-3727-49b8-85e4-98dad570b654 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1e200d-3727-49b8-85e4-98dad570b654 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1e200d-3727-49b8-85e4-98dad570b654 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c1e200d-3727-49b8-85e4-98dad570b654 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c1e200d-3727-49b8-85e4-98dad570b654 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c1e200d-3727-49b8-85e4-98dad570b654 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 616/1229] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:17 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b74fb7e0-be3d-48e3-b1a8-d7dff8698ba2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] PATH_INFO: `/v3/projects/c2b7468b8ad449d59b84bf057f8a5507/users/24eb719314974b91a1dd618c6f69e3e0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c2b7468b8ad449d59b84bf057f8a5507, user_id=24eb719314974b91a1dd618c6f69e3e0, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 614/1230] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:17 2025] PUT /identity/v3/projects/c2b7468b8ad449d59b84bf057f8a5507/users/24eb719314974b91a1dd618c6f69e3e0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] MFA Rules not processed for user `24eb719314974b91a1dd618c6f69e3e0`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 617/1231] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/auth/tokens => generated 2512 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffaf1c00-aa0d-4aad-b4da-2c2c1a459dde ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 615/1232] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/projects => generated 380 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e075def7-9e70-497f-b92f-2a2c5d1b5c3e None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 618/1233] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/users => generated 297 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0d4e8e6b-293f-4066-91e0-e41b91329490 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 616/1234] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:17 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1437ac9a-882d-4e61-88be-6aa0d7736a7e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] PATH_INFO: `/v3/projects/403bccf71e974be8b4d139a427274cb6/users/3b134a7cd1f14e92a60f7e77223d9b2c/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=403bccf71e974be8b4d139a427274cb6, user_id=3b134a7cd1f14e92a60f7e77223d9b2c, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 619/1235] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:17 2025] PUT /identity/v3/projects/403bccf71e974be8b4d139a427274cb6/users/3b134a7cd1f14e92a60f7e77223d9b2c/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b677f9d-07b3-401a-899a-ead6e9fb45fe ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 617/1236] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:17 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f1e70b0f-ae0b-47b9-9690-c7f801a2d04f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] PATH_INFO: `/v3/projects/403bccf71e974be8b4d139a427274cb6/users/3b134a7cd1f14e92a60f7e77223d9b2c/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=403bccf71e974be8b4d139a427274cb6, user_id=3b134a7cd1f14e92a60f7e77223d9b2c, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 620/1237] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:17 2025] PUT /identity/v3/projects/403bccf71e974be8b4d139a427274cb6/users/3b134a7cd1f14e92a60f7e77223d9b2c/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea0385e5-cd99-4a93-9813-26e27476e132 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30b7b638-e0a5-431c-a998-f5cfb587b6c2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30b7b638-e0a5-431c-a998-f5cfb587b6c2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30b7b638-e0a5-431c-a998-f5cfb587b6c2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30b7b638-e0a5-431c-a998-f5cfb587b6c2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30b7b638-e0a5-431c-a998-f5cfb587b6c2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30b7b638-e0a5-431c-a998-f5cfb587b6c2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 618/1238] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:17 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-004770a4-2a94-4eaa-8282-ca0bf7e89d18 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] PATH_INFO: `/v3/projects/403bccf71e974be8b4d139a427274cb6/users/3b134a7cd1f14e92a60f7e77223d9b2c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=403bccf71e974be8b4d139a427274cb6, user_id=3b134a7cd1f14e92a60f7e77223d9b2c, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 621/1239] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:17 2025] PUT /identity/v3/projects/403bccf71e974be8b4d139a427274cb6/users/3b134a7cd1f14e92a60f7e77223d9b2c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] MFA Rules not processed for user `3b134a7cd1f14e92a60f7e77223d9b2c`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 619/1240] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:17 2025] POST /identity/v3/auth/tokens => generated 2633 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbfdce56-0d70-41b4-b08a-cd1f0633a188 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 622/1241] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:17 2025] GET /identity/v3/auth/tokens => generated 2633 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2fff700e-755e-4ccb-a28a-5fc01407b93a None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 620/1242] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:18 2025] GET /identity/v3/auth/tokens => generated 2512 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:27 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=551,keystone:DELETE=51,keystone:INSERT=26,keystone:UPDATE=3 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=593,keystone:DELETE=51,keystone:INSERT=25,keystone:UPDATE=3 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6079575a-d17e-44ca-aa2f-a0d87d416eb0 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] PATH_INFO: `/v3/users/24eb719314974b91a1dd618c6f69e3e0` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=24eb719314974b91a1dd618c6f69e3e0)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '24eb719314974b91a1dd618c6f69e3e0', 'request_id': 'req-428a6701-7a44-46a5-b5f2-b041d1176191'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '24eb719314974b91a1dd618c6f69e3e0', 'request_id': 'req-428a6701-7a44-46a5-b5f2-b041d1176191'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '24eb719314974b91a1dd618c6f69e3e0', 'request_id': 'req-428a6701-7a44-46a5-b5f2-b041d1176191'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '24eb719314974b91a1dd618c6f69e3e0', 'request_id': 'req-428a6701-7a44-46a5-b5f2-b041d1176191'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-428a6701-7a44-46a5-b5f2-b041d1176191 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '24eb719314974b91a1dd618c6f69e3e0', 'request_id': 'req-428a6701-7a44-46a5-b5f2-b041d1176191'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 623/1243] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:28 2025] DELETE /identity/v3/users/24eb719314974b91a1dd618c6f69e3e0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1c48843-4896-456e-a89a-c9ccc2adf4f7 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] PATH_INFO: `/v3/users/3b134a7cd1f14e92a60f7e77223d9b2c` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3b134a7cd1f14e92a60f7e77223d9b2c)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3b134a7cd1f14e92a60f7e77223d9b2c', 'request_id': 'req-e28e407e-d518-46bc-a20d-017adb0834b2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3b134a7cd1f14e92a60f7e77223d9b2c', 'request_id': 'req-e28e407e-d518-46bc-a20d-017adb0834b2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3b134a7cd1f14e92a60f7e77223d9b2c', 'request_id': 'req-e28e407e-d518-46bc-a20d-017adb0834b2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3b134a7cd1f14e92a60f7e77223d9b2c', 'request_id': 'req-e28e407e-d518-46bc-a20d-017adb0834b2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3b134a7cd1f14e92a60f7e77223d9b2c', 'request_id': 'req-e28e407e-d518-46bc-a20d-017adb0834b2'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 621/1244] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:28 2025] DELETE /identity/v3/users/3b134a7cd1f14e92a60f7e77223d9b2c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 624/1245] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e28e407e-d518-46bc-a20d-017adb0834b2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 622/1246] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:28 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bac66b6a-1418-4ffd-89ef-ccfd4510f45b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] PATH_INFO: `/v3/projects/403bccf71e974be8b4d139a427274cb6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] RBAC: Authorizing `identity:delete_project(project_id=403bccf71e974be8b4d139a427274cb6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '403bccf71e974be8b4d139a427274cb6', 'request_id': 'req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '403bccf71e974be8b4d139a427274cb6', 'request_id': 'req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '403bccf71e974be8b4d139a427274cb6', 'request_id': 'req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] The token cache is being invalidate because project 403bccf71e974be8b4d139a427274cb6 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4f5222c0-5422-4f2e-afd4-3de9dd20e97b ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 625/1247] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:29 2025] DELETE /identity/v3/projects/403bccf71e974be8b4d139a427274cb6 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c616abb-05c4-4178-8e3a-83083ebfd10f service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] PATH_INFO: `/v3/projects/c2b7468b8ad449d59b84bf057f8a5507` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] RBAC: Authorizing `identity:delete_project(project_id=c2b7468b8ad449d59b84bf057f8a5507)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'c2b7468b8ad449d59b84bf057f8a5507', 'request_id': 'req-d6f9cddb-1282-4df7-97f6-011c3d47455d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'c2b7468b8ad449d59b84bf057f8a5507', 'request_id': 'req-d6f9cddb-1282-4df7-97f6-011c3d47455d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'c2b7468b8ad449d59b84bf057f8a5507', 'request_id': 'req-d6f9cddb-1282-4df7-97f6-011c3d47455d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] The token cache is being invalidate because project c2b7468b8ad449d59b84bf057f8a5507 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d6f9cddb-1282-4df7-97f6-011c3d47455d ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 623/1248] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:29 2025] DELETE /identity/v3/projects/c2b7468b8ad449d59b84bf057f8a5507 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 626/1249] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 624/1250] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84a685ce-bfac-4ea3-b2d7-48617649395b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 627/1251] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:29 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d535d79-d059-41a7-9823-6f76aee41120 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 625/1252] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:29 2025] POST /identity/v3/projects => generated 368 bytes in 33 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5aa30d1-0c00-4c31-b7ae-4d159564ff12 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 628/1253] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:29 2025] POST /identity/v3/users => generated 292 bytes in 46 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f124b77-7f02-417d-a6f1-9c7c3391c141 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 626/1254] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:29 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e074e582-bd5d-4b13-a3fd-c5f9367c2913 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] PATH_INFO: `/v3/projects/f0f8cab1b27949e3accfcc39a1868229/users/72c718cbe1234b2184042b9c2b242c4a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f0f8cab1b27949e3accfcc39a1868229, user_id=72c718cbe1234b2184042b9c2b242c4a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 629/1255] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:29 2025] PUT /identity/v3/projects/f0f8cab1b27949e3accfcc39a1868229/users/72c718cbe1234b2184042b9c2b242c4a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12ebb303-5d70-4a81-b93f-fb787732f29f ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6641fde7-b4ac-4b6c-8d1f-3ba06e44f7d1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6641fde7-b4ac-4b6c-8d1f-3ba06e44f7d1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6641fde7-b4ac-4b6c-8d1f-3ba06e44f7d1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6641fde7-b4ac-4b6c-8d1f-3ba06e44f7d1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6641fde7-b4ac-4b6c-8d1f-3ba06e44f7d1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6641fde7-b4ac-4b6c-8d1f-3ba06e44f7d1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 627/1256] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:29 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57fb82de-340e-4985-ad7b-688c8277d70d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] PATH_INFO: `/v3/projects/f0f8cab1b27949e3accfcc39a1868229/users/72c718cbe1234b2184042b9c2b242c4a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f0f8cab1b27949e3accfcc39a1868229, user_id=72c718cbe1234b2184042b9c2b242c4a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 630/1257] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:29 2025] PUT /identity/v3/projects/f0f8cab1b27949e3accfcc39a1868229/users/72c718cbe1234b2184042b9c2b242c4a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] MFA Rules not processed for user `72c718cbe1234b2184042b9c2b242c4a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 628/1258] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:29 2025] POST /identity/v3/auth/tokens => generated 2498 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-918c074e-457b-4748-892b-c8cbae080a7a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 631/1259] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:30 2025] POST /identity/v3/projects => generated 370 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64dd9940-de6c-4a0a-a29a-b1a516be1c2e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 629/1260] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:30 2025] POST /identity/v3/users => generated 292 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-be5d236a-9358-4844-b358-02ea1fc46434 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 632/1261] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:30 2025] GET /identity/v3/roles => generated 1672 bytes in 30 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-944cffdf-2973-4b3a-83dc-f36d54041592 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] PATH_INFO: `/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d/users/14b7a3f43d934510a865173a35ac3d9a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=565d5d0ba4f74f6c9e534a19c5e0911d, user_id=14b7a3f43d934510a865173a35ac3d9a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 630/1262] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:30 2025] PUT /identity/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d/users/14b7a3f43d934510a865173a35ac3d9a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4f1e917-1888-4d15-a709-c50b0e78ce37 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 633/1263] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:30 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12274cd8-5e55-472a-b7f4-3dfa37daddd5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] PATH_INFO: `/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d/users/14b7a3f43d934510a865173a35ac3d9a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=565d5d0ba4f74f6c9e534a19c5e0911d, user_id=14b7a3f43d934510a865173a35ac3d9a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 631/1264] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:30 2025] PUT /identity/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d/users/14b7a3f43d934510a865173a35ac3d9a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41a53468-39a5-4182-ab95-ccf91b8a54ba ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ffc3a3f8-a477-45f3-99be-f148244daa99 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffc3a3f8-a477-45f3-99be-f148244daa99 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffc3a3f8-a477-45f3-99be-f148244daa99 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ffc3a3f8-a477-45f3-99be-f148244daa99 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffc3a3f8-a477-45f3-99be-f148244daa99 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ffc3a3f8-a477-45f3-99be-f148244daa99 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 634/1265] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:30 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90144b16-a4ff-4e81-93f5-956b2137a294 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] PATH_INFO: `/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d/users/14b7a3f43d934510a865173a35ac3d9a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=565d5d0ba4f74f6c9e534a19c5e0911d, user_id=14b7a3f43d934510a865173a35ac3d9a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 632/1266] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:30 2025] PUT /identity/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d/users/14b7a3f43d934510a865173a35ac3d9a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] MFA Rules not processed for user `14b7a3f43d934510a865173a35ac3d9a`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 635/1267] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:30 2025] POST /identity/v3/auth/tokens => generated 2623 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82028572-12f2-452b-9555-c717d71363f3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 633/1268] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:30 2025] GET /identity/v3/auth/tokens => generated 2623 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6937ee30-45fc-4081-8ab7-6605c1be65ab None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] PATH_INFO: `/v3/users/72c718cbe1234b2184042b9c2b242c4a` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] RBAC: Authorizing `identity:delete_user(user_id=72c718cbe1234b2184042b9c2b242c4a)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '72c718cbe1234b2184042b9c2b242c4a', 'request_id': 'req-7794443d-9e48-40d3-973e-6bda020c0baa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '72c718cbe1234b2184042b9c2b242c4a', 'request_id': 'req-7794443d-9e48-40d3-973e-6bda020c0baa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '72c718cbe1234b2184042b9c2b242c4a', 'request_id': 'req-7794443d-9e48-40d3-973e-6bda020c0baa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '72c718cbe1234b2184042b9c2b242c4a', 'request_id': 'req-7794443d-9e48-40d3-973e-6bda020c0baa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7794443d-9e48-40d3-973e-6bda020c0baa ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '72c718cbe1234b2184042b9c2b242c4a', 'request_id': 'req-7794443d-9e48-40d3-973e-6bda020c0baa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 636/1269] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:31 2025] DELETE /identity/v3/users/72c718cbe1234b2184042b9c2b242c4a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8214ea1e-e8ee-48d7-bc7d-9341c1c1ab7a service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] PATH_INFO: `/v3/users/14b7a3f43d934510a865173a35ac3d9a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=14b7a3f43d934510a865173a35ac3d9a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '14b7a3f43d934510a865173a35ac3d9a', 'request_id': 'req-10bfc189-5c07-4a0a-a0ab-db903de8c33d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '14b7a3f43d934510a865173a35ac3d9a', 'request_id': 'req-10bfc189-5c07-4a0a-a0ab-db903de8c33d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '14b7a3f43d934510a865173a35ac3d9a', 'request_id': 'req-10bfc189-5c07-4a0a-a0ab-db903de8c33d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '14b7a3f43d934510a865173a35ac3d9a', 'request_id': 'req-10bfc189-5c07-4a0a-a0ab-db903de8c33d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '14b7a3f43d934510a865173a35ac3d9a', 'request_id': 'req-10bfc189-5c07-4a0a-a0ab-db903de8c33d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 634/1270] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:31 2025] DELETE /identity/v3/users/14b7a3f43d934510a865173a35ac3d9a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 637/1271] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:31 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10bfc189-5c07-4a0a-a0ab-db903de8c33d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 635/1272] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:31 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e70378b-3e47-4c65-870e-4ad1661b521b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] PATH_INFO: `/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=565d5d0ba4f74f6c9e534a19c5e0911d)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:31 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '565d5d0ba4f74f6c9e534a19c5e0911d', 'request_id': 'req-234db37b-bfda-40e1-bb09-83da3f897909'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '565d5d0ba4f74f6c9e534a19c5e0911d', 'request_id': 'req-234db37b-bfda-40e1-bb09-83da3f897909'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '565d5d0ba4f74f6c9e534a19c5e0911d', 'request_id': 'req-234db37b-bfda-40e1-bb09-83da3f897909'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] The token cache is being invalidate because project 565d5d0ba4f74f6c9e534a19c5e0911d was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-234db37b-bfda-40e1-bb09-83da3f897909 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 638/1273] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:31 2025] DELETE /identity/v3/projects/565d5d0ba4f74f6c9e534a19c5e0911d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a1107b9-e0e4-4295-a4a9-ae22f2e8ac33 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] PATH_INFO: `/v3/projects/f0f8cab1b27949e3accfcc39a1868229` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f0f8cab1b27949e3accfcc39a1868229)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f0f8cab1b27949e3accfcc39a1868229', 'request_id': 'req-61643f3b-93dc-487f-bb93-ad560d3990fb'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f0f8cab1b27949e3accfcc39a1868229', 'request_id': 'req-61643f3b-93dc-487f-bb93-ad560d3990fb'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f0f8cab1b27949e3accfcc39a1868229', 'request_id': 'req-61643f3b-93dc-487f-bb93-ad560d3990fb'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] The token cache is being invalidate because project f0f8cab1b27949e3accfcc39a1868229 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-61643f3b-93dc-487f-bb93-ad560d3990fb ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 636/1274] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:32 2025] DELETE /identity/v3/projects/f0f8cab1b27949e3accfcc39a1868229 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 639/1275] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:32 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 637/1276] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:32 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55a27bd1-832d-44d0-a301-24d625703333 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 640/1277] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:32 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8ea8d6c-08bc-4951-96a2-dd62996d504a None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 638/1278] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:32 2025] POST /identity/v3/projects => generated 378 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-835e7643-797d-42af-a134-a3a91383bbbf ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 641/1279] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:32 2025] POST /identity/v3/users => generated 297 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-66b1623a-6240-4031-b932-b36375435275 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 639/1280] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:32 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75bab4e8-be8c-419a-840a-c562793a62ca ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] PATH_INFO: `/v3/projects/06010f2bf25047129373ac9cbc2499d3/users/83fc3f0d2e8f4fc5b25341ca78a62586/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=06010f2bf25047129373ac9cbc2499d3, user_id=83fc3f0d2e8f4fc5b25341ca78a62586, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 642/1281] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:32 2025] PUT /identity/v3/projects/06010f2bf25047129373ac9cbc2499d3/users/83fc3f0d2e8f4fc5b25341ca78a62586/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7fe9fd-1d86-4628-aa72-69f02778f91e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bad60763-b99e-4016-8198-ac12b4bd0f5d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bad60763-b99e-4016-8198-ac12b4bd0f5d ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bad60763-b99e-4016-8198-ac12b4bd0f5d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bad60763-b99e-4016-8198-ac12b4bd0f5d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bad60763-b99e-4016-8198-ac12b4bd0f5d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bad60763-b99e-4016-8198-ac12b4bd0f5d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 640/1282] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:32 2025] GET /identity/v3/roles => generated 1672 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-79a422ba-58bf-40d2-9d41-753ab11c0b52 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] PATH_INFO: `/v3/projects/06010f2bf25047129373ac9cbc2499d3/users/83fc3f0d2e8f4fc5b25341ca78a62586/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] RBAC: Authorizing `identity:create_grant(project_id=06010f2bf25047129373ac9cbc2499d3, user_id=83fc3f0d2e8f4fc5b25341ca78a62586, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 643/1283] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:32 2025] PUT /identity/v3/projects/06010f2bf25047129373ac9cbc2499d3/users/83fc3f0d2e8f4fc5b25341ca78a62586/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] MFA Rules not processed for user `83fc3f0d2e8f4fc5b25341ca78a62586`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 641/1284] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:32 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e4e6475-a8b8-4407-a150-2c16bcda98df ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 644/1285] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:32 2025] POST /identity/v3/projects => generated 378 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14704a62-9fa1-4e35-a002-2a4f86a4830f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:32 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 642/1286] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:32 2025] POST /identity/v3/users => generated 296 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5846bbba-34a7-44ce-a9ff-f36a1cedfa91 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 645/1287] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:33 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48426415-9b37-420e-b43c-089ffef894eb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] PATH_INFO: `/v3/projects/8f2abaf57a6b42c29670675273b91b7e/users/0250c1e0652b4dba886b468001c4458c/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8f2abaf57a6b42c29670675273b91b7e, user_id=0250c1e0652b4dba886b468001c4458c, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 643/1288] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:33 2025] PUT /identity/v3/projects/8f2abaf57a6b42c29670675273b91b7e/users/0250c1e0652b4dba886b468001c4458c/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c51d499a-b5c8-4937-a5a3-36bd34816fca ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 646/1289] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:33 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b64b08cc-0965-4a87-b795-efa9f0775178 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] PATH_INFO: `/v3/projects/8f2abaf57a6b42c29670675273b91b7e/users/0250c1e0652b4dba886b468001c4458c/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8f2abaf57a6b42c29670675273b91b7e, user_id=0250c1e0652b4dba886b468001c4458c, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 644/1290] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:33 2025] PUT /identity/v3/projects/8f2abaf57a6b42c29670675273b91b7e/users/0250c1e0652b4dba886b468001c4458c/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8a4b1cdf-1afd-4cf0-84ae-4c504dba0fb4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d15e14e6-d6f7-4a0e-972d-0a01f23f4dbe ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d15e14e6-d6f7-4a0e-972d-0a01f23f4dbe ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d15e14e6-d6f7-4a0e-972d-0a01f23f4dbe ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d15e14e6-d6f7-4a0e-972d-0a01f23f4dbe ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d15e14e6-d6f7-4a0e-972d-0a01f23f4dbe ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d15e14e6-d6f7-4a0e-972d-0a01f23f4dbe ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 647/1291] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:33 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c0dd234-5b1e-45f1-a04d-42a2aaa3a1f1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] PATH_INFO: `/v3/projects/8f2abaf57a6b42c29670675273b91b7e/users/0250c1e0652b4dba886b468001c4458c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8f2abaf57a6b42c29670675273b91b7e, user_id=0250c1e0652b4dba886b468001c4458c, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 645/1292] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:33 2025] PUT /identity/v3/projects/8f2abaf57a6b42c29670675273b91b7e/users/0250c1e0652b4dba886b468001c4458c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] MFA Rules not processed for user `0250c1e0652b4dba886b468001c4458c`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 648/1293] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:33 2025] POST /identity/v3/auth/tokens => generated 2631 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10c6b2b6-bb32-40c1-a4c4-ff91f5749283 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:33 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 646/1294] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:33 2025] GET /identity/v3/auth/tokens => generated 2508 bytes in 72 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7074b226-6424-4e02-a737-6f3a69bd51fb None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 649/1295] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:35 2025] GET /identity/v3/auth/tokens => generated 2631 bytes in 15 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:43 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=347,keystone:DELETE=34,keystone:INSERT=18,keystone:UPDATE=2 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:45 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=395,keystone:DELETE=34,keystone:INSERT=16,keystone:UPDATE=2 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83f90824-f2e0-4bee-9a0f-fa1bc8ff3b19 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] PATH_INFO: `/v3/users/83fc3f0d2e8f4fc5b25341ca78a62586` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] RBAC: Authorizing `identity:delete_user(user_id=83fc3f0d2e8f4fc5b25341ca78a62586)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '83fc3f0d2e8f4fc5b25341ca78a62586', 'request_id': 'req-328887cf-4125-4040-bf4c-f394c5ae26fc'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '83fc3f0d2e8f4fc5b25341ca78a62586', 'request_id': 'req-328887cf-4125-4040-bf4c-f394c5ae26fc'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '83fc3f0d2e8f4fc5b25341ca78a62586', 'request_id': 'req-328887cf-4125-4040-bf4c-f394c5ae26fc'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '83fc3f0d2e8f4fc5b25341ca78a62586', 'request_id': 'req-328887cf-4125-4040-bf4c-f394c5ae26fc'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-328887cf-4125-4040-bf4c-f394c5ae26fc ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '83fc3f0d2e8f4fc5b25341ca78a62586', 'request_id': 'req-328887cf-4125-4040-bf4c-f394c5ae26fc'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 647/1296] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:47 2025] DELETE /identity/v3/users/83fc3f0d2e8f4fc5b25341ca78a62586 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-705cc361-8206-4959-9168-ac17bfd5338f service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] PATH_INFO: `/v3/users/0250c1e0652b4dba886b468001c4458c` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0250c1e0652b4dba886b468001c4458c)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0250c1e0652b4dba886b468001c4458c', 'request_id': 'req-a39f5b71-1137-4760-8d58-13707d9d6eaa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0250c1e0652b4dba886b468001c4458c', 'request_id': 'req-a39f5b71-1137-4760-8d58-13707d9d6eaa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0250c1e0652b4dba886b468001c4458c', 'request_id': 'req-a39f5b71-1137-4760-8d58-13707d9d6eaa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0250c1e0652b4dba886b468001c4458c', 'request_id': 'req-a39f5b71-1137-4760-8d58-13707d9d6eaa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0250c1e0652b4dba886b468001c4458c', 'request_id': 'req-a39f5b71-1137-4760-8d58-13707d9d6eaa'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 650/1297] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:47 2025] DELETE /identity/v3/users/0250c1e0652b4dba886b468001c4458c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 648/1298] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a39f5b71-1137-4760-8d58-13707d9d6eaa ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 651/1299] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:48 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bffaaf0-db1a-4507-92df-647057c7d0a4 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] PATH_INFO: `/v3/projects/8f2abaf57a6b42c29670675273b91b7e` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8f2abaf57a6b42c29670675273b91b7e)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8f2abaf57a6b42c29670675273b91b7e', 'request_id': 'req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8f2abaf57a6b42c29670675273b91b7e', 'request_id': 'req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8f2abaf57a6b42c29670675273b91b7e', 'request_id': 'req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] The token cache is being invalidate because project 8f2abaf57a6b42c29670675273b91b7e was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dc62f782-f7bc-445e-b3b9-886f1f95f3e4 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 649/1300] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:48 2025] DELETE /identity/v3/projects/8f2abaf57a6b42c29670675273b91b7e => generated 0 bytes in 52 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4139ec26-427e-42d2-94ad-9e0e2197cf1f service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] PATH_INFO: `/v3/projects/06010f2bf25047129373ac9cbc2499d3` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=06010f2bf25047129373ac9cbc2499d3)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '06010f2bf25047129373ac9cbc2499d3', 'request_id': 'req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '06010f2bf25047129373ac9cbc2499d3', 'request_id': 'req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '06010f2bf25047129373ac9cbc2499d3', 'request_id': 'req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] The token cache is being invalidate because project 06010f2bf25047129373ac9cbc2499d3 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-224e3d3e-a4d4-4d9e-b901-f90d736b43b7 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 652/1301] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:48 2025] DELETE /identity/v3/projects/06010f2bf25047129373ac9cbc2499d3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 650/1302] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 653/1303] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8df05031-d7c2-4717-a2ee-874aeeb75986 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 651/1304] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e6c034a-1201-43d3-9512-46d386463dad None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 654/1305] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:49 2025] POST /identity/v3/projects => generated 370 bytes in 33 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0dcbf8ee-8e85-46aa-948a-2640d1bb8114 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 652/1306] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:49 2025] POST /identity/v3/users => generated 293 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-484a3dd4-fcde-40e3-b41d-f9d8f4c5f5fa ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 655/1307] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-184ab8ac-ee79-4785-bed6-45f400b6bf9a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] PATH_INFO: `/v3/projects/7c856116edd546769ff9c6144da51370/users/14f07870526844a6b91a73296da50f70/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7c856116edd546769ff9c6144da51370, user_id=14f07870526844a6b91a73296da50f70, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 653/1308] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:49 2025] PUT /identity/v3/projects/7c856116edd546769ff9c6144da51370/users/14f07870526844a6b91a73296da50f70/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 33 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3328bc0-a301-4373-8459-459aafe0f27e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-584db879-958c-43a6-889c-d1e9c9f717b2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-584db879-958c-43a6-889c-d1e9c9f717b2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-584db879-958c-43a6-889c-d1e9c9f717b2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-584db879-958c-43a6-889c-d1e9c9f717b2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-584db879-958c-43a6-889c-d1e9c9f717b2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-584db879-958c-43a6-889c-d1e9c9f717b2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 656/1309] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/roles => generated 1672 bytes in 55 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89dffaaa-20bf-49b0-b18a-40ddb31b489a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] PATH_INFO: `/v3/projects/7c856116edd546769ff9c6144da51370/users/14f07870526844a6b91a73296da50f70/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7c856116edd546769ff9c6144da51370, user_id=14f07870526844a6b91a73296da50f70, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 654/1310] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:49 2025] PUT /identity/v3/projects/7c856116edd546769ff9c6144da51370/users/14f07870526844a6b91a73296da50f70/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] MFA Rules not processed for user `14f07870526844a6b91a73296da50f70`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 657/1311] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:49 2025] POST /identity/v3/auth/tokens => generated 2500 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc6220d2-1ac0-44b4-a7e7-6e9930e0e394 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 655/1312] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:49 2025] POST /identity/v3/projects => generated 366 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96c5d20-d244-46d8-937f-049a2dc93ae7 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 658/1313] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:49 2025] POST /identity/v3/users => generated 290 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22008369-4379-4992-ab02-5ed398fd6d8c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 656/1314] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf9a01c-0204-42e5-a369-40affd96a1ee ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] PATH_INFO: `/v3/projects/136ccf45164c42168721d3234247afd8/users/127ddb616f924b049a4baa66ad580209/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=136ccf45164c42168721d3234247afd8, user_id=127ddb616f924b049a4baa66ad580209, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 659/1315] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:49 2025] PUT /identity/v3/projects/136ccf45164c42168721d3234247afd8/users/127ddb616f924b049a4baa66ad580209/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-add1a65b-ba42-45a8-b43e-ccf60ded20f5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 657/1316] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f29956d7-653f-4e61-90ec-58ef88fe93e6 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] PATH_INFO: `/v3/projects/136ccf45164c42168721d3234247afd8/users/127ddb616f924b049a4baa66ad580209/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=136ccf45164c42168721d3234247afd8, user_id=127ddb616f924b049a4baa66ad580209, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 660/1317] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:49 2025] PUT /identity/v3/projects/136ccf45164c42168721d3234247afd8/users/127ddb616f924b049a4baa66ad580209/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5b9f06cc-aef3-43e8-82d5-b4943e6e7542 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1df73bea-f5c6-45f3-b090-f1868f40aab5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1df73bea-f5c6-45f3-b090-f1868f40aab5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1df73bea-f5c6-45f3-b090-f1868f40aab5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1df73bea-f5c6-45f3-b090-f1868f40aab5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1df73bea-f5c6-45f3-b090-f1868f40aab5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1df73bea-f5c6-45f3-b090-f1868f40aab5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 658/1318] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95f11fba-8198-4bac-b3e5-77d41fbd10b9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] PATH_INFO: `/v3/projects/136ccf45164c42168721d3234247afd8/users/127ddb616f924b049a4baa66ad580209/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=136ccf45164c42168721d3234247afd8, user_id=127ddb616f924b049a4baa66ad580209, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 661/1319] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:49 2025] PUT /identity/v3/projects/136ccf45164c42168721d3234247afd8/users/127ddb616f924b049a4baa66ad580209/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] MFA Rules not processed for user `127ddb616f924b049a4baa66ad580209`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 659/1320] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:49 2025] POST /identity/v3/auth/tokens => generated 2619 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fbad8d7-f92d-4376-bb18-81a4fcad4390 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 662/1321] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/auth/tokens => generated 2619 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a38b1ae2-7cfe-4805-97ec-aa1962028b85 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 660/1322] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:49 2025] GET /identity/v3/auth/tokens => generated 2500 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-877a03df-56c7-4250-9155-3911ee778c98 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] PATH_INFO: `/v3/users/14f07870526844a6b91a73296da50f70` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=14f07870526844a6b91a73296da50f70)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '14f07870526844a6b91a73296da50f70', 'request_id': 'req-60947fe3-ad78-452a-9dab-c3e04f4a7520'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '14f07870526844a6b91a73296da50f70', 'request_id': 'req-60947fe3-ad78-452a-9dab-c3e04f4a7520'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '14f07870526844a6b91a73296da50f70', 'request_id': 'req-60947fe3-ad78-452a-9dab-c3e04f4a7520'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '14f07870526844a6b91a73296da50f70', 'request_id': 'req-60947fe3-ad78-452a-9dab-c3e04f4a7520'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60947fe3-ad78-452a-9dab-c3e04f4a7520 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '14f07870526844a6b91a73296da50f70', 'request_id': 'req-60947fe3-ad78-452a-9dab-c3e04f4a7520'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 663/1323] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:52 2025] DELETE /identity/v3/users/14f07870526844a6b91a73296da50f70 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24fc887c-5212-4b06-93d5-58f58b08831e service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] PATH_INFO: `/v3/users/127ddb616f924b049a4baa66ad580209` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=127ddb616f924b049a4baa66ad580209)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '127ddb616f924b049a4baa66ad580209', 'request_id': 'req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '127ddb616f924b049a4baa66ad580209', 'request_id': 'req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '127ddb616f924b049a4baa66ad580209', 'request_id': 'req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '127ddb616f924b049a4baa66ad580209', 'request_id': 'req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '127ddb616f924b049a4baa66ad580209', 'request_id': 'req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 661/1324] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:52 2025] DELETE /identity/v3/users/127ddb616f924b049a4baa66ad580209 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:52 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 664/1325] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1a147ca-62e9-4aa0-afe7-d19ba47739b6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 662/1326] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:53 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15fe4340-ed5b-4e43-b15d-748a1684057e None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] PATH_INFO: `/v3/projects/7c856116edd546769ff9c6144da51370` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=7c856116edd546769ff9c6144da51370)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '7c856116edd546769ff9c6144da51370', 'request_id': 'req-6958c21e-d148-49d0-9599-0a5e2636e961'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '7c856116edd546769ff9c6144da51370', 'request_id': 'req-6958c21e-d148-49d0-9599-0a5e2636e961'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '7c856116edd546769ff9c6144da51370', 'request_id': 'req-6958c21e-d148-49d0-9599-0a5e2636e961'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] The token cache is being invalidate because project 7c856116edd546769ff9c6144da51370 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-6958c21e-d148-49d0-9599-0a5e2636e961 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 665/1327] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:53 2025] DELETE /identity/v3/projects/7c856116edd546769ff9c6144da51370 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f5ac7c84-8271-4f37-b925-1c6b48550d05 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] PATH_INFO: `/v3/projects/136ccf45164c42168721d3234247afd8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=136ccf45164c42168721d3234247afd8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '136ccf45164c42168721d3234247afd8', 'request_id': 'req-4c801921-ccc3-42d0-a28c-2d77f054db95'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '136ccf45164c42168721d3234247afd8', 'request_id': 'req-4c801921-ccc3-42d0-a28c-2d77f054db95'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '136ccf45164c42168721d3234247afd8', 'request_id': 'req-4c801921-ccc3-42d0-a28c-2d77f054db95'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] The token cache is being invalidate because project 136ccf45164c42168721d3234247afd8 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-4c801921-ccc3-42d0-a28c-2d77f054db95 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 663/1328] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:53 2025] DELETE /identity/v3/projects/136ccf45164c42168721d3234247afd8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 666/1329] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:53 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 664/1330] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:54 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a2cce0ab-99be-439b-811f-b53379f7d090 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 667/1331] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:54 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 29 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e12ce3b4-6bf4-420b-9139-ef3188e298a2 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 665/1332] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:54 2025] POST /identity/v3/projects => generated 388 bytes in 29 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8e3e333-be1f-4d8d-9576-50ffaf5be2fc ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 668/1333] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:54 2025] POST /identity/v3/users => generated 302 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5737fbc-3ca9-4198-b970-2592c24caa0b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 666/1334] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:54 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4e8a776-d4fd-408d-b512-3a1a22f6aca2 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] PATH_INFO: `/v3/projects/0fc1581e8f0940d0b30bac152d2ba30b/users/1e18225642494dd09cd522690913cd0f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0fc1581e8f0940d0b30bac152d2ba30b, user_id=1e18225642494dd09cd522690913cd0f, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 669/1335] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:54 2025] PUT /identity/v3/projects/0fc1581e8f0940d0b30bac152d2ba30b/users/1e18225642494dd09cd522690913cd0f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29a35f43-0fb9-40b2-babb-53b2b3320940 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1c8ae96-4191-4493-858c-0efe63ce2d1a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1c8ae96-4191-4493-858c-0efe63ce2d1a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1c8ae96-4191-4493-858c-0efe63ce2d1a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1c8ae96-4191-4493-858c-0efe63ce2d1a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1c8ae96-4191-4493-858c-0efe63ce2d1a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1c8ae96-4191-4493-858c-0efe63ce2d1a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 667/1336] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:54 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-abf3c968-69f9-4e65-8937-70bcc7d34311 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] PATH_INFO: `/v3/projects/0fc1581e8f0940d0b30bac152d2ba30b/users/1e18225642494dd09cd522690913cd0f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0fc1581e8f0940d0b30bac152d2ba30b, user_id=1e18225642494dd09cd522690913cd0f, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 670/1337] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:54 2025] PUT /identity/v3/projects/0fc1581e8f0940d0b30bac152d2ba30b/users/1e18225642494dd09cd522690913cd0f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] MFA Rules not processed for user `1e18225642494dd09cd522690913cd0f`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 668/1338] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:54 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fd72043-d089-464c-9fa2-0bad0de7237d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 671/1339] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:54 2025] POST /identity/v3/projects => generated 388 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb9a1bee-68c3-423d-9432-fad46c97ff10 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 669/1340] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:54 2025] POST /identity/v3/users => generated 301 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b5aae46-c444-4677-a46f-5fefb58282ad ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 672/1341] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:54 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-246483dd-3b78-4cd9-b66b-57a52b5888ac ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] PATH_INFO: `/v3/projects/5637c16486ae4818906f6ce8324fbc73/users/7277c225131d4e8db9bc7b1022f6cf14/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5637c16486ae4818906f6ce8324fbc73, user_id=7277c225131d4e8db9bc7b1022f6cf14, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 670/1342] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:54 2025] PUT /identity/v3/projects/5637c16486ae4818906f6ce8324fbc73/users/7277c225131d4e8db9bc7b1022f6cf14/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0013aeb4-7fc2-41c4-b8dd-2e3c327d474a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 673/1343] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:54 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5eb02286-0c0d-4313-92a4-712ddd3ff792 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] PATH_INFO: `/v3/projects/5637c16486ae4818906f6ce8324fbc73/users/7277c225131d4e8db9bc7b1022f6cf14/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5637c16486ae4818906f6ce8324fbc73, user_id=7277c225131d4e8db9bc7b1022f6cf14, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 671/1344] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:54 2025] PUT /identity/v3/projects/5637c16486ae4818906f6ce8324fbc73/users/7277c225131d4e8db9bc7b1022f6cf14/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9be2551f-def9-44b4-b0c5-b1065dbccb26 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53d33eb1-4e1e-4074-af5d-9f3720e4471f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53d33eb1-4e1e-4074-af5d-9f3720e4471f ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53d33eb1-4e1e-4074-af5d-9f3720e4471f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53d33eb1-4e1e-4074-af5d-9f3720e4471f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53d33eb1-4e1e-4074-af5d-9f3720e4471f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53d33eb1-4e1e-4074-af5d-9f3720e4471f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 674/1345] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:54 2025] GET /identity/v3/roles => generated 1672 bytes in 39 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f2f91984-4c27-4c98-804d-ac8559e0de73 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] PATH_INFO: `/v3/projects/5637c16486ae4818906f6ce8324fbc73/users/7277c225131d4e8db9bc7b1022f6cf14/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5637c16486ae4818906f6ce8324fbc73, user_id=7277c225131d4e8db9bc7b1022f6cf14, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 672/1346] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:54 2025] PUT /identity/v3/projects/5637c16486ae4818906f6ce8324fbc73/users/7277c225131d4e8db9bc7b1022f6cf14/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] MFA Rules not processed for user `7277c225131d4e8db9bc7b1022f6cf14`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 675/1347] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:54 2025] POST /identity/v3/auth/tokens => generated 2641 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-51ad56f2-0feb-4c16-a4c4-57045d94f1b6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 673/1348] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:54 2025] GET /identity/v3/auth/tokens => generated 2641 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e608745-5f0a-4a35-a826-afd042978191 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] PATH_INFO: `/v3/users/1e18225642494dd09cd522690913cd0f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=1e18225642494dd09cd522690913cd0f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '1e18225642494dd09cd522690913cd0f', 'request_id': 'req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '1e18225642494dd09cd522690913cd0f', 'request_id': 'req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '1e18225642494dd09cd522690913cd0f', 'request_id': 'req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '1e18225642494dd09cd522690913cd0f', 'request_id': 'req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '1e18225642494dd09cd522690913cd0f', 'request_id': 'req-7ddab3da-a6b7-4322-ae30-5fc2fcbc1dd6'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 676/1349] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:54 2025] DELETE /identity/v3/users/1e18225642494dd09cd522690913cd0f => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d359d80-aa12-45d8-8c1c-d757480a3a5a service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] PATH_INFO: `/v3/users/7277c225131d4e8db9bc7b1022f6cf14` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=7277c225131d4e8db9bc7b1022f6cf14)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '7277c225131d4e8db9bc7b1022f6cf14', 'request_id': 'req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '7277c225131d4e8db9bc7b1022f6cf14', 'request_id': 'req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '7277c225131d4e8db9bc7b1022f6cf14', 'request_id': 'req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '7277c225131d4e8db9bc7b1022f6cf14', 'request_id': 'req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '7277c225131d4e8db9bc7b1022f6cf14', 'request_id': 'req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 674/1350] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:54 2025] DELETE /identity/v3/users/7277c225131d4e8db9bc7b1022f6cf14 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 677/1351] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:55 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ddc9e9db-f229-4122-9fea-8dd16fdc6ba7 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 675/1352] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:55 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0e329784-f409-45c6-b5a9-8cbd0fc51965 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] PATH_INFO: `/v3/projects/0fc1581e8f0940d0b30bac152d2ba30b` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0fc1581e8f0940d0b30bac152d2ba30b)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0fc1581e8f0940d0b30bac152d2ba30b', 'request_id': 'req-14a94a9c-47cf-4602-b286-5274f3c73fcf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0fc1581e8f0940d0b30bac152d2ba30b', 'request_id': 'req-14a94a9c-47cf-4602-b286-5274f3c73fcf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0fc1581e8f0940d0b30bac152d2ba30b', 'request_id': 'req-14a94a9c-47cf-4602-b286-5274f3c73fcf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] The token cache is being invalidate because project 0fc1581e8f0940d0b30bac152d2ba30b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-14a94a9c-47cf-4602-b286-5274f3c73fcf ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 678/1353] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:55 2025] DELETE /identity/v3/projects/0fc1581e8f0940d0b30bac152d2ba30b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-862fa679-e14d-473d-a156-6613cedc786e service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] PATH_INFO: `/v3/projects/5637c16486ae4818906f6ce8324fbc73` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=5637c16486ae4818906f6ce8324fbc73)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '5637c16486ae4818906f6ce8324fbc73', 'request_id': 'req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '5637c16486ae4818906f6ce8324fbc73', 'request_id': 'req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '5637c16486ae4818906f6ce8324fbc73', 'request_id': 'req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] The token cache is being invalidate because project 5637c16486ae4818906f6ce8324fbc73 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-aa8de9c8-2b75-4d21-9f75-5201bebe07c3 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 676/1354] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:55 2025] DELETE /identity/v3/projects/5637c16486ae4818906f6ce8324fbc73 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 679/1355] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 677/1356] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c52e8f0-3177-40b5-9e04-d14445b6ac3b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 680/1357] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:56 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c04b498-9c86-4f8f-83d1-cb48d825fa1a None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 678/1358] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/projects => generated 388 bytes in 27 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9c2a4d6-9f2c-49e2-84a4-40a9971b78b3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 681/1359] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/users => generated 302 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b3b3a5a-ec15-4e54-8efd-97514f14f3ca ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 679/1360] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:56 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3fd9f076-6d5f-4980-8c2c-c27fe5991081 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] PATH_INFO: `/v3/projects/8780cdee01c24d0db6528f0d797119df/users/469aec9cf6dd4f1b93a2eeb9d3015888/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8780cdee01c24d0db6528f0d797119df, user_id=469aec9cf6dd4f1b93a2eeb9d3015888, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 682/1361] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:56 2025] PUT /identity/v3/projects/8780cdee01c24d0db6528f0d797119df/users/469aec9cf6dd4f1b93a2eeb9d3015888/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f27fe02-f8ee-4429-a1ec-187c6adcd8e2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b065cdd-8c06-4f72-8fbc-0f202fa3bc4a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b065cdd-8c06-4f72-8fbc-0f202fa3bc4a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b065cdd-8c06-4f72-8fbc-0f202fa3bc4a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b065cdd-8c06-4f72-8fbc-0f202fa3bc4a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b065cdd-8c06-4f72-8fbc-0f202fa3bc4a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b065cdd-8c06-4f72-8fbc-0f202fa3bc4a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 680/1362] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:56 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1eece6e9-a0b1-479f-a8c3-b02986536e51 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] PATH_INFO: `/v3/projects/8780cdee01c24d0db6528f0d797119df/users/469aec9cf6dd4f1b93a2eeb9d3015888/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8780cdee01c24d0db6528f0d797119df, user_id=469aec9cf6dd4f1b93a2eeb9d3015888, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 683/1363] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:56 2025] PUT /identity/v3/projects/8780cdee01c24d0db6528f0d797119df/users/469aec9cf6dd4f1b93a2eeb9d3015888/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] MFA Rules not processed for user `469aec9cf6dd4f1b93a2eeb9d3015888`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 681/1364] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c0d97556-9583-4aaf-a26e-6724fa3ea13c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 684/1365] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/projects => generated 388 bytes in 70 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-273621e0-3730-4d69-9822-580be64e9fbd None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 682/1366] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/users => generated 301 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67ee7d0e-bd48-494f-a5d2-d3fc8973dc61 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 685/1367] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:56 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-67ab985a-6d74-4506-8f80-c24961ca52a0 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] PATH_INFO: `/v3/projects/ed5f060151194ba9a8f84a6230d141ef/users/749fae8080a14d38a873b30283fd48a4/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ed5f060151194ba9a8f84a6230d141ef, user_id=749fae8080a14d38a873b30283fd48a4, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 683/1368] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:56 2025] PUT /identity/v3/projects/ed5f060151194ba9a8f84a6230d141ef/users/749fae8080a14d38a873b30283fd48a4/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8bd98f0-f389-4dea-8b0e-b1c5342af804 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 686/1369] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:56 2025] GET /identity/v3/roles => generated 1672 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b77b04b-9217-47e7-b3bb-b16c5bed39ca ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] PATH_INFO: `/v3/projects/ed5f060151194ba9a8f84a6230d141ef/users/749fae8080a14d38a873b30283fd48a4/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ed5f060151194ba9a8f84a6230d141ef, user_id=749fae8080a14d38a873b30283fd48a4, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 684/1370] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:56 2025] PUT /identity/v3/projects/ed5f060151194ba9a8f84a6230d141ef/users/749fae8080a14d38a873b30283fd48a4/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75f17f73-4d1b-4ec3-b190-7c8a8946f1b7 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3187c911-7cbd-4858-9b3f-d8b9391111ff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3187c911-7cbd-4858-9b3f-d8b9391111ff ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3187c911-7cbd-4858-9b3f-d8b9391111ff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3187c911-7cbd-4858-9b3f-d8b9391111ff ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3187c911-7cbd-4858-9b3f-d8b9391111ff ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3187c911-7cbd-4858-9b3f-d8b9391111ff ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 687/1371] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:56 2025] GET /identity/v3/roles => generated 1672 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-783bf533-9170-4992-a51b-2235f6fa96b4 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] PATH_INFO: `/v3/projects/ed5f060151194ba9a8f84a6230d141ef/users/749fae8080a14d38a873b30283fd48a4/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ed5f060151194ba9a8f84a6230d141ef, user_id=749fae8080a14d38a873b30283fd48a4, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 685/1372] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:56 2025] PUT /identity/v3/projects/ed5f060151194ba9a8f84a6230d141ef/users/749fae8080a14d38a873b30283fd48a4/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] MFA Rules not processed for user `749fae8080a14d38a873b30283fd48a4`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 688/1373] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:56 2025] POST /identity/v3/auth/tokens => generated 2641 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29efc5af-1a5a-47eb-bd69-27d4e72b2c82 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 686/1374] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:56 2025] GET /identity/v3/auth/tokens => generated 2641 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc36c3bb-8bf8-4681-b142-ba57b4ef8898 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] PATH_INFO: `/v3/users/469aec9cf6dd4f1b93a2eeb9d3015888` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=469aec9cf6dd4f1b93a2eeb9d3015888)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '469aec9cf6dd4f1b93a2eeb9d3015888', 'request_id': 'req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '469aec9cf6dd4f1b93a2eeb9d3015888', 'request_id': 'req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '469aec9cf6dd4f1b93a2eeb9d3015888', 'request_id': 'req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '469aec9cf6dd4f1b93a2eeb9d3015888', 'request_id': 'req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '469aec9cf6dd4f1b93a2eeb9d3015888', 'request_id': 'req-1f1be0c8-f097-4ad3-8d65-be38575b4ee7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 689/1375] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:58 2025] DELETE /identity/v3/users/469aec9cf6dd4f1b93a2eeb9d3015888 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9963265-462c-403e-8d69-f2f15fd30848 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] PATH_INFO: `/v3/users/749fae8080a14d38a873b30283fd48a4` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] RBAC: Authorizing `identity:delete_user(user_id=749fae8080a14d38a873b30283fd48a4)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '749fae8080a14d38a873b30283fd48a4', 'request_id': 'req-1181dee5-239b-4bb7-bcab-d8e395c5750a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '749fae8080a14d38a873b30283fd48a4', 'request_id': 'req-1181dee5-239b-4bb7-bcab-d8e395c5750a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '749fae8080a14d38a873b30283fd48a4', 'request_id': 'req-1181dee5-239b-4bb7-bcab-d8e395c5750a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '749fae8080a14d38a873b30283fd48a4', 'request_id': 'req-1181dee5-239b-4bb7-bcab-d8e395c5750a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '749fae8080a14d38a873b30283fd48a4', 'request_id': 'req-1181dee5-239b-4bb7-bcab-d8e395c5750a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 687/1376] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:43:58 2025] DELETE /identity/v3/users/749fae8080a14d38a873b30283fd48a4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 690/1377] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:58 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1181dee5-239b-4bb7-bcab-d8e395c5750a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 688/1378] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:43:58 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1ce3d07-3833-4b98-83ce-58eb9a683d15 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] PATH_INFO: `/v3/projects/8780cdee01c24d0db6528f0d797119df` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8780cdee01c24d0db6528f0d797119df)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8780cdee01c24d0db6528f0d797119df', 'request_id': 'req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8780cdee01c24d0db6528f0d797119df', 'request_id': 'req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8780cdee01c24d0db6528f0d797119df', 'request_id': 'req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] The token cache is being invalidate because project 8780cdee01c24d0db6528f0d797119df was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-1c351b4c-cce6-4c17-af74-0ff0a19ea1da ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:58 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 691/1379] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:58 2025] DELETE /identity/v3/projects/8780cdee01c24d0db6528f0d797119df => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d93366fd-1199-4165-9957-23ed90820e54 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] PATH_INFO: `/v3/projects/ed5f060151194ba9a8f84a6230d141ef` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=ed5f060151194ba9a8f84a6230d141ef)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'ed5f060151194ba9a8f84a6230d141ef', 'request_id': 'req-91b04e32-2f36-4655-a8fc-d34332d9b281'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'ed5f060151194ba9a8f84a6230d141ef', 'request_id': 'req-91b04e32-2f36-4655-a8fc-d34332d9b281'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'ed5f060151194ba9a8f84a6230d141ef', 'request_id': 'req-91b04e32-2f36-4655-a8fc-d34332d9b281'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] The token cache is being invalidate because project ed5f060151194ba9a8f84a6230d141ef was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-91b04e32-2f36-4655-a8fc-d34332d9b281 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 689/1380] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:43:59 2025] DELETE /identity/v3/projects/ed5f060151194ba9a8f84a6230d141ef => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 692/1381] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 690/1382] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccc6e33a-f0af-4fa7-9647-e6dc4ef357ac None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 693/1383] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:43:59 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5dc36aa6-9415-4300-b0cf-464272faf009 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 691/1384] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/projects => generated 380 bytes in 32 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e52ee2f0-38fa-4baf-b07a-2cec97b1358d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 694/1385] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/users => generated 298 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-99b9faf4-fb8e-4ebe-abb5-b9f4a199b4cc ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 692/1386] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:59 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05e2ace2-3dce-47ec-9bc2-8cfe030e2452 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] PATH_INFO: `/v3/projects/ccb0b1793b4342ec85bef431277ef579/users/94ad78b216c948ffa9d224dbbdfe32e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ccb0b1793b4342ec85bef431277ef579, user_id=94ad78b216c948ffa9d224dbbdfe32e5, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 695/1387] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:59 2025] PUT /identity/v3/projects/ccb0b1793b4342ec85bef431277ef579/users/94ad78b216c948ffa9d224dbbdfe32e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-145268fc-f2b6-405b-bd14-77633026e2b5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c1f8f2a-fd6d-473d-823e-6c380c94c296 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c1f8f2a-fd6d-473d-823e-6c380c94c296 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c1f8f2a-fd6d-473d-823e-6c380c94c296 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c1f8f2a-fd6d-473d-823e-6c380c94c296 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c1f8f2a-fd6d-473d-823e-6c380c94c296 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c1f8f2a-fd6d-473d-823e-6c380c94c296 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 693/1388] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:59 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7d98501-17ba-49c3-b9aa-03cd098bc6c0 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] PATH_INFO: `/v3/projects/ccb0b1793b4342ec85bef431277ef579/users/94ad78b216c948ffa9d224dbbdfe32e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ccb0b1793b4342ec85bef431277ef579, user_id=94ad78b216c948ffa9d224dbbdfe32e5, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 696/1389] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:59 2025] PUT /identity/v3/projects/ccb0b1793b4342ec85bef431277ef579/users/94ad78b216c948ffa9d224dbbdfe32e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] MFA Rules not processed for user `94ad78b216c948ffa9d224dbbdfe32e5`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 694/1390] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/auth/tokens => generated 2510 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aec49c36-a5dd-4f1e-997f-a02a7abb0b90 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 697/1391] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/projects => generated 382 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8696bb14-0067-433a-ae43-4b9725f54a73 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 695/1392] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/users => generated 298 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-190ef95a-33e4-4dee-920a-610f40aaca7b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 698/1393] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:59 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70893908-ec5d-4ae7-a3ca-e5605400e0a1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] PATH_INFO: `/v3/projects/48b9d9e331554388b4d559a4f51a9136/users/225ebd5a09d04ce5b84884e71557e987/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=48b9d9e331554388b4d559a4f51a9136, user_id=225ebd5a09d04ce5b84884e71557e987, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 696/1394] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:59 2025] PUT /identity/v3/projects/48b9d9e331554388b4d559a4f51a9136/users/225ebd5a09d04ce5b84884e71557e987/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-451c11c3-cf26-46bd-bfcb-713b80720a73 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 699/1395] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:59 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d8af99f-1e4d-4ae8-8ef8-8c12b3103692 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] PATH_INFO: `/v3/projects/48b9d9e331554388b4d559a4f51a9136/users/225ebd5a09d04ce5b84884e71557e987/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=48b9d9e331554388b4d559a4f51a9136, user_id=225ebd5a09d04ce5b84884e71557e987, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 697/1396] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:59 2025] PUT /identity/v3/projects/48b9d9e331554388b4d559a4f51a9136/users/225ebd5a09d04ce5b84884e71557e987/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3dc4a50d-819e-49c3-97d9-995b0c8ea273 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e57b5bdc-4dcc-41a3-8391-dd81a16adef1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e57b5bdc-4dcc-41a3-8391-dd81a16adef1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e57b5bdc-4dcc-41a3-8391-dd81a16adef1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e57b5bdc-4dcc-41a3-8391-dd81a16adef1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e57b5bdc-4dcc-41a3-8391-dd81a16adef1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e57b5bdc-4dcc-41a3-8391-dd81a16adef1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 700/1397] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:43:59 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4963a2b-64aa-461e-bde3-b4f01f9d5461 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] PATH_INFO: `/v3/projects/48b9d9e331554388b4d559a4f51a9136/users/225ebd5a09d04ce5b84884e71557e987/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=48b9d9e331554388b4d559a4f51a9136, user_id=225ebd5a09d04ce5b84884e71557e987, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 698/1398] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:43:59 2025] PUT /identity/v3/projects/48b9d9e331554388b4d559a4f51a9136/users/225ebd5a09d04ce5b84884e71557e987/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] MFA Rules not processed for user `225ebd5a09d04ce5b84884e71557e987`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:43:59 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 701/1399] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:43:59 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1a89fb5-065e-46ca-af25-21001216b2d5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 699/1400] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:00 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-087136f8-453c-41b5-82c3-655766ae4bbb None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '225ebd5a09d04ce5b84884e71557e987', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '48b9d9e331554388b4d559a4f51a9136', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 702/1401] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:00 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac2832c8-ec8b-48e9-91cf-facb4e55b9d0 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '225ebd5a09d04ce5b84884e71557e987', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '48b9d9e331554388b4d559a4f51a9136', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 700/1402] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:00 2025] POST /identity/v3/projects => generated 355 bytes in 38 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3db96d2e-7a07-4f75-8d99-8a19e3ff9aab tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '225ebd5a09d04ce5b84884e71557e987', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '48b9d9e331554388b4d559a4f51a9136', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 703/1403] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:00 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8050a974-0567-4069-bb7a-25f63f53ed70 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '225ebd5a09d04ce5b84884e71557e987', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '48b9d9e331554388b4d559a4f51a9136', 'project_domain_id': 'default', 'roles': ['member', '******', 'reader', 'manager'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] PATH_INFO: `/v3/projects/4e14d64a93084b7298e2dd0c4cc10562` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorizing `identity:delete_project(project_id=4e14d64a93084b7298e2dd0c4cc10562)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '4e14d64a93084b7298e2dd0c4cc10562', 'request_id': 'req-ef0e1c7b-3909-4555-923d-7872a730d1ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '4e14d64a93084b7298e2dd0c4cc10562', 'request_id': 'req-ef0e1c7b-3909-4555-923d-7872a730d1ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '4e14d64a93084b7298e2dd0c4cc10562', 'request_id': 'req-ef0e1c7b-3909-4555-923d-7872a730d1ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] The token cache is being invalidate because project 4e14d64a93084b7298e2dd0c4cc10562 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 701/1404] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:00 2025] DELETE /identity/v3/projects/4e14d64a93084b7298e2dd0c4cc10562 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4965220d-246e-4495-b319-c83513837af8 tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] PATH_INFO: `/v3/users/94ad78b216c948ffa9d224dbbdfe32e5` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=94ad78b216c948ffa9d224dbbdfe32e5)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '94ad78b216c948ffa9d224dbbdfe32e5', 'request_id': 'req-32e83221-f7ef-4e42-8fb3-2cd1bf060848'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '94ad78b216c948ffa9d224dbbdfe32e5', 'request_id': 'req-32e83221-f7ef-4e42-8fb3-2cd1bf060848'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '94ad78b216c948ffa9d224dbbdfe32e5', 'request_id': 'req-32e83221-f7ef-4e42-8fb3-2cd1bf060848'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '94ad78b216c948ffa9d224dbbdfe32e5', 'request_id': 'req-32e83221-f7ef-4e42-8fb3-2cd1bf060848'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-32e83221-f7ef-4e42-8fb3-2cd1bf060848 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '94ad78b216c948ffa9d224dbbdfe32e5', 'request_id': 'req-32e83221-f7ef-4e42-8fb3-2cd1bf060848'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 704/1405] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:00 2025] DELETE /identity/v3/users/94ad78b216c948ffa9d224dbbdfe32e5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef0e1c7b-3909-4555-923d-7872a730d1ec tempest-VolumeQuotaClassesTest-1359565572 tempest-VolumeQuotaClassesTest-1359565572-project-******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] PATH_INFO: `/v3/users/225ebd5a09d04ce5b84884e71557e987` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=225ebd5a09d04ce5b84884e71557e987)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '225ebd5a09d04ce5b84884e71557e987', 'request_id': 'req-913b7746-73a9-43c2-b82d-8356fe6d893d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '225ebd5a09d04ce5b84884e71557e987', 'request_id': 'req-913b7746-73a9-43c2-b82d-8356fe6d893d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '225ebd5a09d04ce5b84884e71557e987', 'request_id': 'req-913b7746-73a9-43c2-b82d-8356fe6d893d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '225ebd5a09d04ce5b84884e71557e987', 'request_id': 'req-913b7746-73a9-43c2-b82d-8356fe6d893d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '225ebd5a09d04ce5b84884e71557e987', 'request_id': 'req-913b7746-73a9-43c2-b82d-8356fe6d893d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 702/1406] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:00 2025] DELETE /identity/v3/users/225ebd5a09d04ce5b84884e71557e987 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 705/1407] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:00 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-913b7746-73a9-43c2-b82d-8356fe6d893d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:00 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 703/1408] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:00 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-313c6440-8044-4060-91cf-0791fcf13458 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] PATH_INFO: `/v3/projects/ccb0b1793b4342ec85bef431277ef579` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=ccb0b1793b4342ec85bef431277ef579)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'ccb0b1793b4342ec85bef431277ef579', 'request_id': 'req-c9ef2274-0146-4641-9b0c-e059e4916e35'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'ccb0b1793b4342ec85bef431277ef579', 'request_id': 'req-c9ef2274-0146-4641-9b0c-e059e4916e35'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'ccb0b1793b4342ec85bef431277ef579', 'request_id': 'req-c9ef2274-0146-4641-9b0c-e059e4916e35'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] The token cache is being invalidate because project ccb0b1793b4342ec85bef431277ef579 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c9ef2274-0146-4641-9b0c-e059e4916e35 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 706/1409] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:01 2025] DELETE /identity/v3/projects/ccb0b1793b4342ec85bef431277ef579 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cd1c1f3-f870-4625-9b9a-688d776220a2 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] PATH_INFO: `/v3/projects/48b9d9e331554388b4d559a4f51a9136` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] RBAC: Authorizing `identity:delete_project(project_id=48b9d9e331554388b4d559a4f51a9136)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '48b9d9e331554388b4d559a4f51a9136', 'request_id': 'req-eca89b5e-dfe8-47fe-be4d-501f047d841f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '48b9d9e331554388b4d559a4f51a9136', 'request_id': 'req-eca89b5e-dfe8-47fe-be4d-501f047d841f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '48b9d9e331554388b4d559a4f51a9136', 'request_id': 'req-eca89b5e-dfe8-47fe-be4d-501f047d841f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] The token cache is being invalidate because project 48b9d9e331554388b4d559a4f51a9136 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eca89b5e-dfe8-47fe-be4d-501f047d841f ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 704/1410] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:01 2025] DELETE /identity/v3/projects/48b9d9e331554388b4d559a4f51a9136 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 707/1411] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 705/1412] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:01 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 25 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d372d386-f336-4d48-b7bd-c755f3e30867 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 708/1413] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:01 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f02282dc-d0a9-4ce1-8cb5-3ca092e29b17 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 706/1414] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:01 2025] POST /identity/v3/projects => generated 388 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4deb7077-01bb-4fa8-90f4-91a2cd1d6722 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 709/1415] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:01 2025] POST /identity/v3/users => generated 302 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-634b780f-6985-40d0-adf5-9fa00a160cb8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 707/1416] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:01 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81d314d7-747f-4fc2-9e81-31d9cae85b27 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:01 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] PATH_INFO: `/v3/projects/0a72a83cda9c4a95bd4636159faf2b2b/users/e44447f7afea4e0fb0bea36f12a84726/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0a72a83cda9c4a95bd4636159faf2b2b, user_id=e44447f7afea4e0fb0bea36f12a84726, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 710/1417] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:01 2025] PUT /identity/v3/projects/0a72a83cda9c4a95bd4636159faf2b2b/users/e44447f7afea4e0fb0bea36f12a84726/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2abd79f1-d501-4eca-8550-478fa9a60d54 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d6c1e9fe-9656-463c-8c1e-9f7ab4824916 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6c1e9fe-9656-463c-8c1e-9f7ab4824916 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6c1e9fe-9656-463c-8c1e-9f7ab4824916 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d6c1e9fe-9656-463c-8c1e-9f7ab4824916 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6c1e9fe-9656-463c-8c1e-9f7ab4824916 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d6c1e9fe-9656-463c-8c1e-9f7ab4824916 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 708/1418] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:02 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33ec10a7-39d9-4c5f-a9d3-8772d0410d05 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] PATH_INFO: `/v3/projects/0a72a83cda9c4a95bd4636159faf2b2b/users/e44447f7afea4e0fb0bea36f12a84726/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0a72a83cda9c4a95bd4636159faf2b2b, user_id=e44447f7afea4e0fb0bea36f12a84726, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 711/1419] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:02 2025] PUT /identity/v3/projects/0a72a83cda9c4a95bd4636159faf2b2b/users/e44447f7afea4e0fb0bea36f12a84726/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] MFA Rules not processed for user `e44447f7afea4e0fb0bea36f12a84726`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 709/1420] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:02 2025] POST /identity/v3/auth/tokens => generated 2518 bytes in 65 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c656af74-943b-4109-a939-d9dd84c4f55f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 712/1421] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:02 2025] POST /identity/v3/projects => generated 386 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-db0a933e-8414-497b-8f64-b27118fa7e84 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 710/1422] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:02 2025] POST /identity/v3/users => generated 301 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a7a389fb-1aff-4730-b78a-13b6e041ced0 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 713/1423] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:02 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-34d2e954-94b3-42ca-8117-f134c78909de ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] PATH_INFO: `/v3/projects/8abcc94ddfb449abbd0d4efeacff95bc/users/c29683be165a4f5f9b696078ffc2d9de/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8abcc94ddfb449abbd0d4efeacff95bc, user_id=c29683be165a4f5f9b696078ffc2d9de, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 711/1424] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:02 2025] PUT /identity/v3/projects/8abcc94ddfb449abbd0d4efeacff95bc/users/c29683be165a4f5f9b696078ffc2d9de/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8b9cb90-6499-47c3-bf5a-51b63d9567eb ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb61cd2a-e6c2-4420-a4f9-24e003bb5aaa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb61cd2a-e6c2-4420-a4f9-24e003bb5aaa ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb61cd2a-e6c2-4420-a4f9-24e003bb5aaa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb61cd2a-e6c2-4420-a4f9-24e003bb5aaa ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb61cd2a-e6c2-4420-a4f9-24e003bb5aaa ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb61cd2a-e6c2-4420-a4f9-24e003bb5aaa ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 714/1425] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:02 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bf2c0b2-a05d-49aa-9044-5ffa64ad7020 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] PATH_INFO: `/v3/projects/8abcc94ddfb449abbd0d4efeacff95bc/users/c29683be165a4f5f9b696078ffc2d9de/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8abcc94ddfb449abbd0d4efeacff95bc, user_id=c29683be165a4f5f9b696078ffc2d9de, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 712/1426] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:02 2025] PUT /identity/v3/projects/8abcc94ddfb449abbd0d4efeacff95bc/users/c29683be165a4f5f9b696078ffc2d9de/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] MFA Rules not processed for user `c29683be165a4f5f9b696078ffc2d9de`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 715/1427] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:02 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-482367a0-c1cf-49ed-ae43-170aaa99f321 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 713/1428] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:02 2025] POST /identity/v3/projects => generated 388 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-014bf5ab-27a2-4133-a1b3-5dfae30a322b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 716/1429] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:02 2025] POST /identity/v3/users => generated 301 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8359c02-4b53-4ea5-b678-6c3a585cc075 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 714/1430] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:02 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbeb1d3c-7ce5-4dc8-bc0e-6696ded31680 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] PATH_INFO: `/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232/users/bc00fc8ab531449c908d907e49f1412e/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2ade485237da4ccd81b0d3d0a0fa4232, user_id=bc00fc8ab531449c908d907e49f1412e, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 717/1431] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:02 2025] PUT /identity/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232/users/bc00fc8ab531449c908d907e49f1412e/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b4fbcb0a-f308-4a4c-8938-e42d85df8a59 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 715/1432] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:02 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-620b4111-2122-4341-8bf4-b4a84873057c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] PATH_INFO: `/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232/users/bc00fc8ab531449c908d907e49f1412e/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2ade485237da4ccd81b0d3d0a0fa4232, user_id=bc00fc8ab531449c908d907e49f1412e, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 718/1433] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:02 2025] PUT /identity/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232/users/bc00fc8ab531449c908d907e49f1412e/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd7b0fca-a355-46cf-ad5e-62782004d47d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92a5d9eb-db48-417f-a277-bdfe1e2b0ed2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92a5d9eb-db48-417f-a277-bdfe1e2b0ed2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92a5d9eb-db48-417f-a277-bdfe1e2b0ed2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92a5d9eb-db48-417f-a277-bdfe1e2b0ed2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92a5d9eb-db48-417f-a277-bdfe1e2b0ed2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92a5d9eb-db48-417f-a277-bdfe1e2b0ed2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 716/1434] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:02 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f3a4214-c08a-4104-8082-7fc2edd5ecff ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] PATH_INFO: `/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232/users/bc00fc8ab531449c908d907e49f1412e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2ade485237da4ccd81b0d3d0a0fa4232, user_id=bc00fc8ab531449c908d907e49f1412e, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 719/1435] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:02 2025] PUT /identity/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232/users/bc00fc8ab531449c908d907e49f1412e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] MFA Rules not processed for user `bc00fc8ab531449c908d907e49f1412e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 717/1436] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:02 2025] POST /identity/v3/auth/tokens => generated 2641 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eed39e94-21e7-4464-96f1-0cc504e7f1be ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 720/1437] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:02 2025] GET /identity/v3/auth/tokens => generated 2641 bytes in 44 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52276622-a96c-4af4-81e7-4620e7cbfc2d None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 718/1438] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:03 2025] GET /identity/v3/auth/tokens => generated 2518 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a357b3bf-73e3-4b77-ba19-73d2e88306a6 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 721/1439] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:07 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aca0a327-aaec-42fe-846a-ce7f75ec09fb service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] PATH_INFO: `/v3/users/e44447f7afea4e0fb0bea36f12a84726` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=e44447f7afea4e0fb0bea36f12a84726)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'e44447f7afea4e0fb0bea36f12a84726', 'request_id': 'req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'e44447f7afea4e0fb0bea36f12a84726', 'request_id': 'req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'e44447f7afea4e0fb0bea36f12a84726', 'request_id': 'req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'e44447f7afea4e0fb0bea36f12a84726', 'request_id': 'req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'e44447f7afea4e0fb0bea36f12a84726', 'request_id': 'req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 719/1440] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:09 2025] DELETE /identity/v3/users/e44447f7afea4e0fb0bea36f12a84726 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28183be-674e-41b7-b9fe-d580e314bd18 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] PATH_INFO: `/v3/users/c29683be165a4f5f9b696078ffc2d9de` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=c29683be165a4f5f9b696078ffc2d9de)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'c29683be165a4f5f9b696078ffc2d9de', 'request_id': 'req-659cfad4-5779-4437-8f08-fd945a215845'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'c29683be165a4f5f9b696078ffc2d9de', 'request_id': 'req-659cfad4-5779-4437-8f08-fd945a215845'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'c29683be165a4f5f9b696078ffc2d9de', 'request_id': 'req-659cfad4-5779-4437-8f08-fd945a215845'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'c29683be165a4f5f9b696078ffc2d9de', 'request_id': 'req-659cfad4-5779-4437-8f08-fd945a215845'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-659cfad4-5779-4437-8f08-fd945a215845 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'c29683be165a4f5f9b696078ffc2d9de', 'request_id': 'req-659cfad4-5779-4437-8f08-fd945a215845'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 722/1441] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:09 2025] DELETE /identity/v3/users/c29683be165a4f5f9b696078ffc2d9de => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dcd367a7-1cde-4061-b8f8-f4af43a5acc7 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] PATH_INFO: `/v3/users/bc00fc8ab531449c908d907e49f1412e` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=bc00fc8ab531449c908d907e49f1412e)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'bc00fc8ab531449c908d907e49f1412e', 'request_id': 'req-3bff237c-638e-4100-b41c-343008ec02f8'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'bc00fc8ab531449c908d907e49f1412e', 'request_id': 'req-3bff237c-638e-4100-b41c-343008ec02f8'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'bc00fc8ab531449c908d907e49f1412e', 'request_id': 'req-3bff237c-638e-4100-b41c-343008ec02f8'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'bc00fc8ab531449c908d907e49f1412e', 'request_id': 'req-3bff237c-638e-4100-b41c-343008ec02f8'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'bc00fc8ab531449c908d907e49f1412e', 'request_id': 'req-3bff237c-638e-4100-b41c-343008ec02f8'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 720/1442] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:09 2025] DELETE /identity/v3/users/bc00fc8ab531449c908d907e49f1412e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605ad846-2311-46c1-81b3-62320384928a None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605ad846-2311-46c1-81b3-62320384928a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605ad846-2311-46c1-81b3-62320384928a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-605ad846-2311-46c1-81b3-62320384928a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-605ad846-2311-46c1-81b3-62320384928a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-605ad846-2311-46c1-81b3-62320384928a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 723/1443] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:09 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bff237c-638e-4100-b41c-343008ec02f8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:09 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 721/1444] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:09 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-605ad846-2311-46c1-81b3-62320384928a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-605ad846-2311-46c1-81b3-62320384928a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-605ad846-2311-46c1-81b3-62320384928a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] PATH_INFO: `/v3/projects/8abcc94ddfb449abbd0d4efeacff95bc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8abcc94ddfb449abbd0d4efeacff95bc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8abcc94ddfb449abbd0d4efeacff95bc', 'request_id': 'req-5ec8d3d8-471b-4a14-bd41-9feb07332b35'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8abcc94ddfb449abbd0d4efeacff95bc', 'request_id': 'req-5ec8d3d8-471b-4a14-bd41-9feb07332b35'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8abcc94ddfb449abbd0d4efeacff95bc', 'request_id': 'req-5ec8d3d8-471b-4a14-bd41-9feb07332b35'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] The token cache is being invalidate because project 8abcc94ddfb449abbd0d4efeacff95bc was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 724/1445] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:10 2025] DELETE /identity/v3/projects/8abcc94ddfb449abbd0d4efeacff95bc => generated 0 bytes in 66 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9d39cc36-9c5f-4803-b5a2-98cb80dc358a service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] PATH_INFO: `/v3/projects/0a72a83cda9c4a95bd4636159faf2b2b` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0a72a83cda9c4a95bd4636159faf2b2b)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0a72a83cda9c4a95bd4636159faf2b2b', 'request_id': 'req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0a72a83cda9c4a95bd4636159faf2b2b', 'request_id': 'req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0a72a83cda9c4a95bd4636159faf2b2b', 'request_id': 'req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] The token cache is being invalidate because project 0a72a83cda9c4a95bd4636159faf2b2b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f46d6cc1-68cd-4acf-b4c6-3bd914477cf3 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 722/1446] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:10 2025] DELETE /identity/v3/projects/0a72a83cda9c4a95bd4636159faf2b2b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ec8d3d8-471b-4a14-bd41-9feb07332b35 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] PATH_INFO: `/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] RBAC: Authorizing `identity:delete_project(project_id=2ade485237da4ccd81b0d3d0a0fa4232)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '2ade485237da4ccd81b0d3d0a0fa4232', 'request_id': 'req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '2ade485237da4ccd81b0d3d0a0fa4232', 'request_id': 'req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '2ade485237da4ccd81b0d3d0a0fa4232', 'request_id': 'req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] The token cache is being invalidate because project 2ade485237da4ccd81b0d3d0a0fa4232 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-b6c75c65-710c-4bf6-9c8e-5c5e219eb50f ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 725/1447] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:10 2025] DELETE /identity/v3/projects/2ade485237da4ccd81b0d3d0a0fa4232 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 723/1448] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 726/1449] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 23 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6606cad3-5536-446d-b565-437480f9abe7 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 724/1450] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cbaa135-5986-4c0b-a672-6728bb796e3b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 727/1451] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/projects => generated 392 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-798c2d42-3f99-4910-9dff-543198a43a10 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 725/1452] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/users => generated 304 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-345961f5-8331-4a0c-befd-2ee95fe4c538 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 728/1453] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5593b3db-189f-40d0-a287-b3795475da52 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] PATH_INFO: `/v3/projects/a667ad6ae8b547ff96b11f6d1294db7b/users/be2dcb6e95414ccf83de494900ba7edf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a667ad6ae8b547ff96b11f6d1294db7b, user_id=be2dcb6e95414ccf83de494900ba7edf, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 726/1454] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:11 2025] PUT /identity/v3/projects/a667ad6ae8b547ff96b11f6d1294db7b/users/be2dcb6e95414ccf83de494900ba7edf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-747bc933-8313-4230-a466-8b3284fcdb2f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-41bc8afe-245a-43a9-847e-484b107a299e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bc8afe-245a-43a9-847e-484b107a299e ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bc8afe-245a-43a9-847e-484b107a299e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-41bc8afe-245a-43a9-847e-484b107a299e ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41bc8afe-245a-43a9-847e-484b107a299e ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-41bc8afe-245a-43a9-847e-484b107a299e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 729/1455] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb0d9009-cbf6-4a89-8cf8-d555297b14ed ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] PATH_INFO: `/v3/projects/a667ad6ae8b547ff96b11f6d1294db7b/users/be2dcb6e95414ccf83de494900ba7edf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a667ad6ae8b547ff96b11f6d1294db7b, user_id=be2dcb6e95414ccf83de494900ba7edf, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 727/1456] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:11 2025] PUT /identity/v3/projects/a667ad6ae8b547ff96b11f6d1294db7b/users/be2dcb6e95414ccf83de494900ba7edf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] MFA Rules not processed for user `be2dcb6e95414ccf83de494900ba7edf`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 730/1457] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/auth/tokens => generated 2522 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4f0df55-1f5c-4e97-af77-2101f2f8cceb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 728/1458] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/projects => generated 392 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35447741-b976-4f85-9569-5076f985c7b1 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 731/1459] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/users => generated 303 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b1b4a6a-3779-4555-b7ae-1904c4b036c5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 729/1460] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/roles => generated 1672 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c5e4527-6719-4d42-94f5-eae4598fc2b3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] PATH_INFO: `/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09/users/ca649a14ca4c4d3caa1911baeb2a9b72/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5c3c0071feaf4b3b83b3bdd74fa36a09, user_id=ca649a14ca4c4d3caa1911baeb2a9b72, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 732/1461] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:11 2025] PUT /identity/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09/users/ca649a14ca4c4d3caa1911baeb2a9b72/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b1e4f1e-69f7-4652-8202-1a15cab35ce2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 730/1462] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa5fc8b6-2fae-4aeb-a678-5e643197ef09 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] PATH_INFO: `/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09/users/ca649a14ca4c4d3caa1911baeb2a9b72/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5c3c0071feaf4b3b83b3bdd74fa36a09, user_id=ca649a14ca4c4d3caa1911baeb2a9b72, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 733/1463] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:11 2025] PUT /identity/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09/users/ca649a14ca4c4d3caa1911baeb2a9b72/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-af8fd2af-d0c0-4760-b3ec-3c014dde30e3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5107038e-25ef-4127-aed2-a8a0c58a52e1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5107038e-25ef-4127-aed2-a8a0c58a52e1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5107038e-25ef-4127-aed2-a8a0c58a52e1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5107038e-25ef-4127-aed2-a8a0c58a52e1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5107038e-25ef-4127-aed2-a8a0c58a52e1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5107038e-25ef-4127-aed2-a8a0c58a52e1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 731/1464] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c9bc16f-0bbf-484e-8e65-78daf0609d01 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] PATH_INFO: `/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09/users/ca649a14ca4c4d3caa1911baeb2a9b72/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5c3c0071feaf4b3b83b3bdd74fa36a09, user_id=ca649a14ca4c4d3caa1911baeb2a9b72, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 734/1465] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:11 2025] PUT /identity/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09/users/ca649a14ca4c4d3caa1911baeb2a9b72/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] MFA Rules not processed for user `ca649a14ca4c4d3caa1911baeb2a9b72`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 732/1466] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:11 2025] POST /identity/v3/auth/tokens => generated 2645 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-edefb22f-8076-446a-a6c2-619674476fef ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 735/1467] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/auth/tokens => generated 2645 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4565ced-c4cd-40c0-9a1a-58c6994316b5 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 733/1468] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:11 2025] GET /identity/v3/auth/tokens => generated 2522 bytes in 55 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d06f2e7d-04eb-4a1a-b87b-593c56bf3d9a service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] PATH_INFO: `/v3/users/be2dcb6e95414ccf83de494900ba7edf` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] RBAC: Authorizing `identity:delete_user(user_id=be2dcb6e95414ccf83de494900ba7edf)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'be2dcb6e95414ccf83de494900ba7edf', 'request_id': 'req-3d576b45-978d-446a-aa01-b79e67d0c55c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'be2dcb6e95414ccf83de494900ba7edf', 'request_id': 'req-3d576b45-978d-446a-aa01-b79e67d0c55c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'be2dcb6e95414ccf83de494900ba7edf', 'request_id': 'req-3d576b45-978d-446a-aa01-b79e67d0c55c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'be2dcb6e95414ccf83de494900ba7edf', 'request_id': 'req-3d576b45-978d-446a-aa01-b79e67d0c55c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-3d576b45-978d-446a-aa01-b79e67d0c55c ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'be2dcb6e95414ccf83de494900ba7edf', 'request_id': 'req-3d576b45-978d-446a-aa01-b79e67d0c55c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 736/1469] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:14 2025] DELETE /identity/v3/users/be2dcb6e95414ccf83de494900ba7edf => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63e6d110-2963-4edb-972c-2983cd69e794 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] PATH_INFO: `/v3/users/ca649a14ca4c4d3caa1911baeb2a9b72` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] RBAC: Authorizing `identity:delete_user(user_id=ca649a14ca4c4d3caa1911baeb2a9b72)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'ca649a14ca4c4d3caa1911baeb2a9b72', 'request_id': 'req-9b1501d8-d08f-4805-afc7-ec54862e73fe'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'ca649a14ca4c4d3caa1911baeb2a9b72', 'request_id': 'req-9b1501d8-d08f-4805-afc7-ec54862e73fe'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'ca649a14ca4c4d3caa1911baeb2a9b72', 'request_id': 'req-9b1501d8-d08f-4805-afc7-ec54862e73fe'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'ca649a14ca4c4d3caa1911baeb2a9b72', 'request_id': 'req-9b1501d8-d08f-4805-afc7-ec54862e73fe'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'ca649a14ca4c4d3caa1911baeb2a9b72', 'request_id': 'req-9b1501d8-d08f-4805-afc7-ec54862e73fe'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 734/1470] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:14 2025] DELETE /identity/v3/users/ca649a14ca4c4d3caa1911baeb2a9b72 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 737/1471] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b1501d8-d08f-4805-afc7-ec54862e73fe ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 735/1472] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:15 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9eee7bb4-8e74-4017-bef7-abc29aac3512 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] PATH_INFO: `/v3/projects/a667ad6ae8b547ff96b11f6d1294db7b` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] RBAC: Authorizing `identity:delete_project(project_id=a667ad6ae8b547ff96b11f6d1294db7b)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'a667ad6ae8b547ff96b11f6d1294db7b', 'request_id': 'req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'a667ad6ae8b547ff96b11f6d1294db7b', 'request_id': 'req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'a667ad6ae8b547ff96b11f6d1294db7b', 'request_id': 'req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] The token cache is being invalidate because project a667ad6ae8b547ff96b11f6d1294db7b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f75dd2a3-fb5b-4a5d-b7d4-39d8832d20ec ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 738/1473] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:15 2025] DELETE /identity/v3/projects/a667ad6ae8b547ff96b11f6d1294db7b => generated 0 bytes in 51 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7e98a12-f843-4378-84d1-13d8d6b2c21a service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] PATH_INFO: `/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=5c3c0071feaf4b3b83b3bdd74fa36a09)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '5c3c0071feaf4b3b83b3bdd74fa36a09', 'request_id': 'req-b306b378-240a-4066-9f47-8c241ac4dd5e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '5c3c0071feaf4b3b83b3bdd74fa36a09', 'request_id': 'req-b306b378-240a-4066-9f47-8c241ac4dd5e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '5c3c0071feaf4b3b83b3bdd74fa36a09', 'request_id': 'req-b306b378-240a-4066-9f47-8c241ac4dd5e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] The token cache is being invalidate because project 5c3c0071feaf4b3b83b3bdd74fa36a09 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b306b378-240a-4066-9f47-8c241ac4dd5e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 736/1474] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:15 2025] DELETE /identity/v3/projects/5c3c0071feaf4b3b83b3bdd74fa36a09 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 739/1475] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:15 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 737/1476] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:15 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-478a2536-77d3-48f2-b53b-8893f3916f19 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 740/1477] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a151827e-61a5-428a-b79d-59e77078de5d None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 738/1478] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:16 2025] POST /identity/v3/projects => generated 400 bytes in 23 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad6e8e03-7397-4cf9-a621-0d39bbd92194 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 741/1479] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:16 2025] POST /identity/v3/users => generated 308 bytes in 47 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a6ae2fe5-5911-4551-b3ac-94f17282bba1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 739/1480] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2a847ad-bfa0-4ee8-96ac-22c941aa3a57 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] PATH_INFO: `/v3/projects/0bc77edcdfdf428390615e7ce291612c/users/86be688fe22c4cd29dded48a5b090def/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0bc77edcdfdf428390615e7ce291612c, user_id=86be688fe22c4cd29dded48a5b090def, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 742/1481] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:16 2025] PUT /identity/v3/projects/0bc77edcdfdf428390615e7ce291612c/users/86be688fe22c4cd29dded48a5b090def/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38fe8df9-32e9-4f62-9c2a-7fd5923c8175 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9593514d-2593-47fa-b296-066250830090 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9593514d-2593-47fa-b296-066250830090 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9593514d-2593-47fa-b296-066250830090 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9593514d-2593-47fa-b296-066250830090 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9593514d-2593-47fa-b296-066250830090 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9593514d-2593-47fa-b296-066250830090 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 740/1482] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ef0ea6e-fb3e-44c7-b729-aae9febe1c75 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] PATH_INFO: `/v3/projects/0bc77edcdfdf428390615e7ce291612c/users/86be688fe22c4cd29dded48a5b090def/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0bc77edcdfdf428390615e7ce291612c, user_id=86be688fe22c4cd29dded48a5b090def, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 743/1483] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:16 2025] PUT /identity/v3/projects/0bc77edcdfdf428390615e7ce291612c/users/86be688fe22c4cd29dded48a5b090def/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 30 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] MFA Rules not processed for user `86be688fe22c4cd29dded48a5b090def`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 741/1484] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:16 2025] POST /identity/v3/auth/tokens => generated 2530 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-21eb087d-d953-408a-92fe-51c7d6ccedbb ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 744/1485] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:16 2025] POST /identity/v3/projects => generated 402 bytes in 67 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8aec61fe-aecf-4185-bf8d-b31ac12b26db None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 742/1486] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:16 2025] POST /identity/v3/users => generated 308 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c9c6be9-86b8-405a-a2e7-8f5d3af103f5 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 745/1487] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f0bef244-b6e3-4173-9c03-93a22cbcff82 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] PATH_INFO: `/v3/projects/2fb1fac7b2f8429087638d8fb08c012f/users/ec998ea168f8462fbf01cc9752f4d6a9/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2fb1fac7b2f8429087638d8fb08c012f, user_id=ec998ea168f8462fbf01cc9752f4d6a9, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 743/1488] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:16 2025] PUT /identity/v3/projects/2fb1fac7b2f8429087638d8fb08c012f/users/ec998ea168f8462fbf01cc9752f4d6a9/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d8d602ce-44c1-4509-9b7e-7398bbdfaa0f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 746/1489] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0ba3df42-5b8c-4dea-b7e9-b65141f528f4 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] PATH_INFO: `/v3/projects/2fb1fac7b2f8429087638d8fb08c012f/users/ec998ea168f8462fbf01cc9752f4d6a9/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2fb1fac7b2f8429087638d8fb08c012f, user_id=ec998ea168f8462fbf01cc9752f4d6a9, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 744/1490] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:16 2025] PUT /identity/v3/projects/2fb1fac7b2f8429087638d8fb08c012f/users/ec998ea168f8462fbf01cc9752f4d6a9/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4219b4b4-4797-4c0b-9016-d134d92920f8 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2514e280-2554-4ef2-b74b-03dddf3e5355 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2514e280-2554-4ef2-b74b-03dddf3e5355 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2514e280-2554-4ef2-b74b-03dddf3e5355 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2514e280-2554-4ef2-b74b-03dddf3e5355 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2514e280-2554-4ef2-b74b-03dddf3e5355 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2514e280-2554-4ef2-b74b-03dddf3e5355 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 747/1491] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/roles => generated 1672 bytes in 42 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8548b8cd-cf0c-4d4c-a4f9-671a15ada08c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] PATH_INFO: `/v3/projects/2fb1fac7b2f8429087638d8fb08c012f/users/ec998ea168f8462fbf01cc9752f4d6a9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=2fb1fac7b2f8429087638d8fb08c012f, user_id=ec998ea168f8462fbf01cc9752f4d6a9, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 745/1492] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:16 2025] PUT /identity/v3/projects/2fb1fac7b2f8429087638d8fb08c012f/users/ec998ea168f8462fbf01cc9752f4d6a9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] MFA Rules not processed for user `ec998ea168f8462fbf01cc9752f4d6a9`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 748/1493] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:16 2025] POST /identity/v3/auth/tokens => generated 2655 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1e864c79-9161-4914-a5bf-aa44117b55d2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 746/1494] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/auth/tokens => generated 2655 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2c027519-b6da-4016-a294-7fa288aa20c6 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:16 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 749/1495] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:16 2025] GET /identity/v3/auth/tokens => generated 2530 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b17b72d7-289d-4fdd-bf42-e74fa0e07e14 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] PATH_INFO: `/v3/users/86be688fe22c4cd29dded48a5b090def` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=86be688fe22c4cd29dded48a5b090def)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '86be688fe22c4cd29dded48a5b090def', 'request_id': 'req-1afdda86-21b4-44f8-8e72-f28a3f4648d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '86be688fe22c4cd29dded48a5b090def', 'request_id': 'req-1afdda86-21b4-44f8-8e72-f28a3f4648d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '86be688fe22c4cd29dded48a5b090def', 'request_id': 'req-1afdda86-21b4-44f8-8e72-f28a3f4648d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '86be688fe22c4cd29dded48a5b090def', 'request_id': 'req-1afdda86-21b4-44f8-8e72-f28a3f4648d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1afdda86-21b4-44f8-8e72-f28a3f4648d6 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '86be688fe22c4cd29dded48a5b090def', 'request_id': 'req-1afdda86-21b4-44f8-8e72-f28a3f4648d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 747/1496] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:20 2025] DELETE /identity/v3/users/86be688fe22c4cd29dded48a5b090def => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f52c495-2454-495d-b1f0-71ae6f2aba5e service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] PATH_INFO: `/v3/users/ec998ea168f8462fbf01cc9752f4d6a9` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=ec998ea168f8462fbf01cc9752f4d6a9)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'ec998ea168f8462fbf01cc9752f4d6a9', 'request_id': 'req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'ec998ea168f8462fbf01cc9752f4d6a9', 'request_id': 'req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'ec998ea168f8462fbf01cc9752f4d6a9', 'request_id': 'req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'ec998ea168f8462fbf01cc9752f4d6a9', 'request_id': 'req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'ec998ea168f8462fbf01cc9752f4d6a9', 'request_id': 'req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 750/1497] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:20 2025] DELETE /identity/v3/users/ec998ea168f8462fbf01cc9752f4d6a9 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 748/1498] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:20 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c1c8d5a7-435f-4bf3-acdb-7f548d6ed076 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:20 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 751/1499] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:20 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-947a6e62-8bf1-4ac3-a587-bca1e454febb None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] PATH_INFO: `/v3/projects/0bc77edcdfdf428390615e7ce291612c` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0bc77edcdfdf428390615e7ce291612c)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0bc77edcdfdf428390615e7ce291612c', 'request_id': 'req-3af488a5-3889-42b2-9070-22540d7179d9'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0bc77edcdfdf428390615e7ce291612c', 'request_id': 'req-3af488a5-3889-42b2-9070-22540d7179d9'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0bc77edcdfdf428390615e7ce291612c', 'request_id': 'req-3af488a5-3889-42b2-9070-22540d7179d9'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] The token cache is being invalidate because project 0bc77edcdfdf428390615e7ce291612c was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3af488a5-3889-42b2-9070-22540d7179d9 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 749/1500] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:21 2025] DELETE /identity/v3/projects/0bc77edcdfdf428390615e7ce291612c => generated 0 bytes in 67 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12bd4adb-57bb-41be-816d-2e2a09022ff0 service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] PATH_INFO: `/v3/projects/2fb1fac7b2f8429087638d8fb08c012f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] RBAC: Authorizing `identity:delete_project(project_id=2fb1fac7b2f8429087638d8fb08c012f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '2fb1fac7b2f8429087638d8fb08c012f', 'request_id': 'req-84f815d2-20fb-406a-b7da-22b98f292c6d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '2fb1fac7b2f8429087638d8fb08c012f', 'request_id': 'req-84f815d2-20fb-406a-b7da-22b98f292c6d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '2fb1fac7b2f8429087638d8fb08c012f', 'request_id': 'req-84f815d2-20fb-406a-b7da-22b98f292c6d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] The token cache is being invalidate because project 2fb1fac7b2f8429087638d8fb08c012f was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-84f815d2-20fb-406a-b7da-22b98f292c6d ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 752/1501] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:21 2025] DELETE /identity/v3/projects/2fb1fac7b2f8429087638d8fb08c012f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 750/1502] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:21 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 753/1503] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:21 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fe23d66e-ab9c-4a45-aaed-ca6c005564fe None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 751/1504] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:21 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6d72690-2e05-4876-aa69-02f130b0475d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 754/1505] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:21 2025] POST /identity/v3/projects => generated 384 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:21 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-549c7652-0783-4829-865d-9756c4c3cf16 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 752/1506] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:21 2025] POST /identity/v3/users => generated 300 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43016026-af90-42e3-8f39-e25181ddc1f0 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 755/1507] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:22 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-38998ce6-4c32-4d1a-848b-dc81411e901c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] PATH_INFO: `/v3/projects/6a3d022a52984e40b3257f10a13c4fa2/users/91add5d6388e4661a7f24e8590860baf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6a3d022a52984e40b3257f10a13c4fa2, user_id=91add5d6388e4661a7f24e8590860baf, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 753/1508] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:22 2025] PUT /identity/v3/projects/6a3d022a52984e40b3257f10a13c4fa2/users/91add5d6388e4661a7f24e8590860baf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff12d0b4-1d85-4d90-8a71-09ba60eb726f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8297c22-fb4c-4f20-850a-4f5c1f6d5c72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8297c22-fb4c-4f20-850a-4f5c1f6d5c72 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8297c22-fb4c-4f20-850a-4f5c1f6d5c72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8297c22-fb4c-4f20-850a-4f5c1f6d5c72 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8297c22-fb4c-4f20-850a-4f5c1f6d5c72 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8297c22-fb4c-4f20-850a-4f5c1f6d5c72 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 756/1509] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:22 2025] GET /identity/v3/roles => generated 1672 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6776c597-8612-47f7-b604-1c4d00e1e210 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] PATH_INFO: `/v3/projects/6a3d022a52984e40b3257f10a13c4fa2/users/91add5d6388e4661a7f24e8590860baf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6a3d022a52984e40b3257f10a13c4fa2, user_id=91add5d6388e4661a7f24e8590860baf, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 754/1510] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:22 2025] PUT /identity/v3/projects/6a3d022a52984e40b3257f10a13c4fa2/users/91add5d6388e4661a7f24e8590860baf/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] MFA Rules not processed for user `91add5d6388e4661a7f24e8590860baf`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 757/1511] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:22 2025] POST /identity/v3/auth/tokens => generated 2514 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e717bb3b-4f18-41cd-9cda-05f9653f8961 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 755/1512] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:22 2025] POST /identity/v3/projects => generated 382 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e42e438d-1e51-4a3b-858e-143ca7a09e22 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 758/1513] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:22 2025] POST /identity/v3/users => generated 298 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8d67a26a-fabc-40f1-9012-b02a5404f5fc ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 756/1514] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:22 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efbdc473-3b90-4894-9e6d-c49166d5db4e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] PATH_INFO: `/v3/projects/6460a5744c6f47e08a26b837478db6f6/users/357ed21a4e304306912bfe9d8227a945/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6460a5744c6f47e08a26b837478db6f6, user_id=357ed21a4e304306912bfe9d8227a945, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 759/1515] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:22 2025] PUT /identity/v3/projects/6460a5744c6f47e08a26b837478db6f6/users/357ed21a4e304306912bfe9d8227a945/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-888f4dbe-cf2d-4724-a850-60f3b210caed ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 757/1516] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:22 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbe269d8-4079-45bb-b10d-c06d479bd4e4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] PATH_INFO: `/v3/projects/6460a5744c6f47e08a26b837478db6f6/users/357ed21a4e304306912bfe9d8227a945/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6460a5744c6f47e08a26b837478db6f6, user_id=357ed21a4e304306912bfe9d8227a945, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 760/1517] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:22 2025] PUT /identity/v3/projects/6460a5744c6f47e08a26b837478db6f6/users/357ed21a4e304306912bfe9d8227a945/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6820d03e-7a18-4860-bd79-f4971a4f12f8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4af7d290-3b04-41c0-9f21-71566612bbe0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4af7d290-3b04-41c0-9f21-71566612bbe0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4af7d290-3b04-41c0-9f21-71566612bbe0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4af7d290-3b04-41c0-9f21-71566612bbe0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4af7d290-3b04-41c0-9f21-71566612bbe0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4af7d290-3b04-41c0-9f21-71566612bbe0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 758/1518] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:22 2025] GET /identity/v3/roles => generated 1672 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3baafbe-5cb4-4a3e-a138-ca0c7d556191 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] PATH_INFO: `/v3/projects/6460a5744c6f47e08a26b837478db6f6/users/357ed21a4e304306912bfe9d8227a945/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6460a5744c6f47e08a26b837478db6f6, user_id=357ed21a4e304306912bfe9d8227a945, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 761/1519] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:22 2025] PUT /identity/v3/projects/6460a5744c6f47e08a26b837478db6f6/users/357ed21a4e304306912bfe9d8227a945/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] MFA Rules not processed for user `357ed21a4e304306912bfe9d8227a945`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 759/1520] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:22 2025] POST /identity/v3/auth/tokens => generated 2635 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfc855d1-2c87-4b4f-a6a8-83f3d36d81dd ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 762/1521] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:22 2025] GET /identity/v3/auth/tokens => generated 2635 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f02dee03-7642-42d6-846a-dd377adcce0a None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:22 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 760/1522] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:22 2025] GET /identity/v3/auth/tokens => generated 2514 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15b47019-d186-42a2-89e6-ef687adc45ca service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] PATH_INFO: `/v3/users/91add5d6388e4661a7f24e8590860baf` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] RBAC: Authorizing `identity:delete_user(user_id=91add5d6388e4661a7f24e8590860baf)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '91add5d6388e4661a7f24e8590860baf', 'request_id': 'req-a354ddd4-991a-4a69-96e1-93fb203c2edf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '91add5d6388e4661a7f24e8590860baf', 'request_id': 'req-a354ddd4-991a-4a69-96e1-93fb203c2edf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '91add5d6388e4661a7f24e8590860baf', 'request_id': 'req-a354ddd4-991a-4a69-96e1-93fb203c2edf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '91add5d6388e4661a7f24e8590860baf', 'request_id': 'req-a354ddd4-991a-4a69-96e1-93fb203c2edf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a354ddd4-991a-4a69-96e1-93fb203c2edf ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '91add5d6388e4661a7f24e8590860baf', 'request_id': 'req-a354ddd4-991a-4a69-96e1-93fb203c2edf'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 763/1523] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:25 2025] DELETE /identity/v3/users/91add5d6388e4661a7f24e8590860baf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96e37039-0d41-4211-bc6d-9a48703510cd service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] PATH_INFO: `/v3/users/357ed21a4e304306912bfe9d8227a945` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=357ed21a4e304306912bfe9d8227a945)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '357ed21a4e304306912bfe9d8227a945', 'request_id': 'req-1aec4180-6c2f-40dc-ba65-22d781a0089d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '357ed21a4e304306912bfe9d8227a945', 'request_id': 'req-1aec4180-6c2f-40dc-ba65-22d781a0089d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '357ed21a4e304306912bfe9d8227a945', 'request_id': 'req-1aec4180-6c2f-40dc-ba65-22d781a0089d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '357ed21a4e304306912bfe9d8227a945', 'request_id': 'req-1aec4180-6c2f-40dc-ba65-22d781a0089d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '357ed21a4e304306912bfe9d8227a945', 'request_id': 'req-1aec4180-6c2f-40dc-ba65-22d781a0089d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 761/1524] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:25 2025] DELETE /identity/v3/users/357ed21a4e304306912bfe9d8227a945 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 764/1525] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:25 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1aec4180-6c2f-40dc-ba65-22d781a0089d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 762/1526] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:25 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:25 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3d790e2-2295-4976-9268-cd4f1f490071 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] PATH_INFO: `/v3/projects/6460a5744c6f47e08a26b837478db6f6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6460a5744c6f47e08a26b837478db6f6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6460a5744c6f47e08a26b837478db6f6', 'request_id': 'req-8514bb5b-0a05-4efe-966a-e400c4640fdd'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6460a5744c6f47e08a26b837478db6f6', 'request_id': 'req-8514bb5b-0a05-4efe-966a-e400c4640fdd'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6460a5744c6f47e08a26b837478db6f6', 'request_id': 'req-8514bb5b-0a05-4efe-966a-e400c4640fdd'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] The token cache is being invalidate because project 6460a5744c6f47e08a26b837478db6f6 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-8514bb5b-0a05-4efe-966a-e400c4640fdd ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 765/1527] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:25 2025] DELETE /identity/v3/projects/6460a5744c6f47e08a26b837478db6f6 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b71df1-4208-4f8b-b3b5-b7e6396d78f5 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] PATH_INFO: `/v3/projects/6a3d022a52984e40b3257f10a13c4fa2` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6a3d022a52984e40b3257f10a13c4fa2)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6a3d022a52984e40b3257f10a13c4fa2', 'request_id': 'req-ed365d8c-2760-4839-86a5-bbd8a0d9d164'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6a3d022a52984e40b3257f10a13c4fa2', 'request_id': 'req-ed365d8c-2760-4839-86a5-bbd8a0d9d164'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6a3d022a52984e40b3257f10a13c4fa2', 'request_id': 'req-ed365d8c-2760-4839-86a5-bbd8a0d9d164'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] The token cache is being invalidate because project 6a3d022a52984e40b3257f10a13c4fa2 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-ed365d8c-2760-4839-86a5-bbd8a0d9d164 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 763/1528] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:26 2025] DELETE /identity/v3/projects/6a3d022a52984e40b3257f10a13c4fa2 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 766/1529] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:26 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 764/1530] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:26 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6a3ada4-d7c4-4a97-ac17-c2f66aef29c9 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 767/1531] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:26 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e5f75ffb-1fc7-4c46-85ae-60008bc919ff None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 765/1532] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:26 2025] POST /identity/v3/projects => generated 390 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a492d02-9106-4e4c-93a3-e5154f096aa3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 768/1533] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:26 2025] POST /identity/v3/users => generated 303 bytes in 46 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac8459d4-16b1-4452-9a96-bf553d9e1261 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 766/1534] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:26 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4249e890-1177-453a-922a-29d0bc6f34d2 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] PATH_INFO: `/v3/projects/fc0f251a6be24acfb2fd0fa332d84e45/users/cb44a3de2c114bc29869ef409bd9e9ff/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fc0f251a6be24acfb2fd0fa332d84e45, user_id=cb44a3de2c114bc29869ef409bd9e9ff, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 769/1535] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:26 2025] PUT /identity/v3/projects/fc0f251a6be24acfb2fd0fa332d84e45/users/cb44a3de2c114bc29869ef409bd9e9ff/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cac8d20c-7918-4b6c-94b9-fb398e91c411 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd887cf7-2b28-423c-9763-effba5199205 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd887cf7-2b28-423c-9763-effba5199205 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd887cf7-2b28-423c-9763-effba5199205 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd887cf7-2b28-423c-9763-effba5199205 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd887cf7-2b28-423c-9763-effba5199205 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd887cf7-2b28-423c-9763-effba5199205 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 767/1536] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:26 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f724e8e-bf03-4cf5-9216-b409a2a306c7 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] PATH_INFO: `/v3/projects/fc0f251a6be24acfb2fd0fa332d84e45/users/cb44a3de2c114bc29869ef409bd9e9ff/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fc0f251a6be24acfb2fd0fa332d84e45, user_id=cb44a3de2c114bc29869ef409bd9e9ff, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 770/1537] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:26 2025] PUT /identity/v3/projects/fc0f251a6be24acfb2fd0fa332d84e45/users/cb44a3de2c114bc29869ef409bd9e9ff/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] MFA Rules not processed for user `cb44a3de2c114bc29869ef409bd9e9ff`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 768/1538] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:26 2025] POST /identity/v3/auth/tokens => generated 2520 bytes in 73 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6219f2d7-0d73-4bca-b9b6-69471904caff ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 771/1539] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:26 2025] POST /identity/v3/projects => generated 388 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f8c2552f-71a7-4b04-bf43-0fc49af1b9d6 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:26 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 769/1540] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:26 2025] POST /identity/v3/users => generated 301 bytes in 49 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcd231e0-0621-48e6-8a1c-a1be568af545 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:26 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 772/1541] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:26 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d9cada7f-a8b9-4783-b27b-055e28da1a02 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] PATH_INFO: `/v3/projects/003e773bc7af46019b25955337aefd73/users/58d939bf1b174acbbac60729c93838d5/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=003e773bc7af46019b25955337aefd73, user_id=58d939bf1b174acbbac60729c93838d5, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 770/1542] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:27 2025] PUT /identity/v3/projects/003e773bc7af46019b25955337aefd73/users/58d939bf1b174acbbac60729c93838d5/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6626142-7a53-49ef-9884-c0a482f7d3bc ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 773/1543] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:27 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-92d89706-ea8b-4f6c-a752-a78e56f5bf8b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] PATH_INFO: `/v3/projects/003e773bc7af46019b25955337aefd73/users/58d939bf1b174acbbac60729c93838d5/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=003e773bc7af46019b25955337aefd73, user_id=58d939bf1b174acbbac60729c93838d5, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 771/1544] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:27 2025] PUT /identity/v3/projects/003e773bc7af46019b25955337aefd73/users/58d939bf1b174acbbac60729c93838d5/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 13 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a72ba310-136e-4fce-9ff9-983c411a66d6 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b5c592bb-546a-420e-98df-50b32ab40bca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5c592bb-546a-420e-98df-50b32ab40bca ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5c592bb-546a-420e-98df-50b32ab40bca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b5c592bb-546a-420e-98df-50b32ab40bca ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5c592bb-546a-420e-98df-50b32ab40bca ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b5c592bb-546a-420e-98df-50b32ab40bca ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 774/1545] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:27 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fcc79818-215b-440a-a9f2-e01b95886188 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] PATH_INFO: `/v3/projects/003e773bc7af46019b25955337aefd73/users/58d939bf1b174acbbac60729c93838d5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=003e773bc7af46019b25955337aefd73, user_id=58d939bf1b174acbbac60729c93838d5, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 772/1546] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:27 2025] PUT /identity/v3/projects/003e773bc7af46019b25955337aefd73/users/58d939bf1b174acbbac60729c93838d5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] MFA Rules not processed for user `58d939bf1b174acbbac60729c93838d5`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 775/1547] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:27 2025] POST /identity/v3/auth/tokens => generated 2641 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04e188df-cc6f-4a3f-bddf-910d54ee5d90 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 773/1548] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:27 2025] GET /identity/v3/auth/tokens => generated 2641 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-964a768d-c0ea-4ea1-ba21-30b7ffb2020c None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] PATH_INFO: `/v3/users/cb44a3de2c114bc29869ef409bd9e9ff` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=cb44a3de2c114bc29869ef409bd9e9ff)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'cb44a3de2c114bc29869ef409bd9e9ff', 'request_id': 'req-650b20d5-a82e-4786-a98b-f3611e3bef3f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'cb44a3de2c114bc29869ef409bd9e9ff', 'request_id': 'req-650b20d5-a82e-4786-a98b-f3611e3bef3f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'cb44a3de2c114bc29869ef409bd9e9ff', 'request_id': 'req-650b20d5-a82e-4786-a98b-f3611e3bef3f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'cb44a3de2c114bc29869ef409bd9e9ff', 'request_id': 'req-650b20d5-a82e-4786-a98b-f3611e3bef3f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-650b20d5-a82e-4786-a98b-f3611e3bef3f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'cb44a3de2c114bc29869ef409bd9e9ff', 'request_id': 'req-650b20d5-a82e-4786-a98b-f3611e3bef3f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 776/1549] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:27 2025] DELETE /identity/v3/users/cb44a3de2c114bc29869ef409bd9e9ff => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c07ea75f-6bb5-4f5c-99e8-fa3d9134aea2 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] PATH_INFO: `/v3/users/58d939bf1b174acbbac60729c93838d5` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=58d939bf1b174acbbac60729c93838d5)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '58d939bf1b174acbbac60729c93838d5', 'request_id': 'req-670854fc-afc2-4569-ba94-4ab24ba79d76'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '58d939bf1b174acbbac60729c93838d5', 'request_id': 'req-670854fc-afc2-4569-ba94-4ab24ba79d76'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '58d939bf1b174acbbac60729c93838d5', 'request_id': 'req-670854fc-afc2-4569-ba94-4ab24ba79d76'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '58d939bf1b174acbbac60729c93838d5', 'request_id': 'req-670854fc-afc2-4569-ba94-4ab24ba79d76'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '58d939bf1b174acbbac60729c93838d5', 'request_id': 'req-670854fc-afc2-4569-ba94-4ab24ba79d76'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 774/1550] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:27 2025] DELETE /identity/v3/users/58d939bf1b174acbbac60729c93838d5 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 777/1551] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:27 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-670854fc-afc2-4569-ba94-4ab24ba79d76 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:27 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 775/1552] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:27 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2969197-7163-4dbc-85b5-e83e452603a4 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] PATH_INFO: `/v3/projects/fc0f251a6be24acfb2fd0fa332d84e45` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] RBAC: Authorizing `identity:delete_project(project_id=fc0f251a6be24acfb2fd0fa332d84e45)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'fc0f251a6be24acfb2fd0fa332d84e45', 'request_id': 'req-f73f94f1-ed24-4fe7-a508-594a07050aef'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'fc0f251a6be24acfb2fd0fa332d84e45', 'request_id': 'req-f73f94f1-ed24-4fe7-a508-594a07050aef'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'fc0f251a6be24acfb2fd0fa332d84e45', 'request_id': 'req-f73f94f1-ed24-4fe7-a508-594a07050aef'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] The token cache is being invalidate because project fc0f251a6be24acfb2fd0fa332d84e45 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f73f94f1-ed24-4fe7-a508-594a07050aef ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 778/1553] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:28 2025] DELETE /identity/v3/projects/fc0f251a6be24acfb2fd0fa332d84e45 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4c3da44b-3f7d-4384-85ef-e7082cace6af service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] PATH_INFO: `/v3/projects/003e773bc7af46019b25955337aefd73` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=003e773bc7af46019b25955337aefd73)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '003e773bc7af46019b25955337aefd73', 'request_id': 'req-d3ad9175-d355-4d11-8151-d8578d190397'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '003e773bc7af46019b25955337aefd73', 'request_id': 'req-d3ad9175-d355-4d11-8151-d8578d190397'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '003e773bc7af46019b25955337aefd73', 'request_id': 'req-d3ad9175-d355-4d11-8151-d8578d190397'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] The token cache is being invalidate because project 003e773bc7af46019b25955337aefd73 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d3ad9175-d355-4d11-8151-d8578d190397 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 776/1554] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:28 2025] DELETE /identity/v3/projects/003e773bc7af46019b25955337aefd73 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 779/1555] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 777/1556] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-579a1e21-fa80-4b0f-89b0-4761c085aeb9 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 780/1557] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:28 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e2413b2-6d3d-40fe-a7b9-4f9508185a33 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 778/1558] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:28 2025] POST /identity/v3/projects => generated 410 bytes in 27 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b42f8ab1-0a98-48ec-8cc9-aa329b44497a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 781/1559] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:28 2025] POST /identity/v3/users => generated 313 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b1bc2f25-b517-4c85-a9d6-9f2dfc0fb167 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 779/1560] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:28 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b91dcfad-ff8f-4d91-b09a-cf94ffeccc1e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] PATH_INFO: `/v3/projects/f821a1bf9483483790914830ddc8e3ad/users/4843798f074e46e09ae735108a0a4c1a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f821a1bf9483483790914830ddc8e3ad, user_id=4843798f074e46e09ae735108a0a4c1a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 782/1561] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:28 2025] PUT /identity/v3/projects/f821a1bf9483483790914830ddc8e3ad/users/4843798f074e46e09ae735108a0a4c1a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-673c285f-cd83-4d3f-87d3-d250807cc6cd ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8abcfbc7-5ae4-425e-97f8-9b54b7ef3dfc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8abcfbc7-5ae4-425e-97f8-9b54b7ef3dfc ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8abcfbc7-5ae4-425e-97f8-9b54b7ef3dfc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8abcfbc7-5ae4-425e-97f8-9b54b7ef3dfc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8abcfbc7-5ae4-425e-97f8-9b54b7ef3dfc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8abcfbc7-5ae4-425e-97f8-9b54b7ef3dfc ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 780/1562] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:28 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6fb2622-27e7-411b-834e-7d6fddbf42b1 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] PATH_INFO: `/v3/projects/f821a1bf9483483790914830ddc8e3ad/users/4843798f074e46e09ae735108a0a4c1a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f821a1bf9483483790914830ddc8e3ad, user_id=4843798f074e46e09ae735108a0a4c1a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 783/1563] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:28 2025] PUT /identity/v3/projects/f821a1bf9483483790914830ddc8e3ad/users/4843798f074e46e09ae735108a0a4c1a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] MFA Rules not processed for user `4843798f074e46e09ae735108a0a4c1a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 781/1564] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:28 2025] POST /identity/v3/auth/tokens => generated 2540 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7ef7a16-a20f-4c55-b2b5-12ae246e6aff ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 784/1565] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:28 2025] POST /identity/v3/projects => generated 408 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82e98bf8-8fca-4887-97a2-1a5fef40ec04 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 782/1566] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:28 2025] POST /identity/v3/users => generated 311 bytes in 66 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-397086ec-9760-4bd6-8534-9f0ef93ce9a9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 785/1567] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:29 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-84f96f60-b212-4759-b709-bf4816ef38da ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] PATH_INFO: `/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c/users/bf4cf9cc81e9465eb545ae722d4392b6/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3e291928bd5b404ab8ed03a7b2a0e70c, user_id=bf4cf9cc81e9465eb545ae722d4392b6, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 783/1568] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:29 2025] PUT /identity/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c/users/bf4cf9cc81e9465eb545ae722d4392b6/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fb54b5a2-5693-49a9-9971-b54d99382110 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 786/1569] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:29 2025] GET /identity/v3/roles => generated 1672 bytes in 52 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fb81c8f-c7b6-44d5-9105-14be485a2940 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] PATH_INFO: `/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c/users/bf4cf9cc81e9465eb545ae722d4392b6/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3e291928bd5b404ab8ed03a7b2a0e70c, user_id=bf4cf9cc81e9465eb545ae722d4392b6, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 784/1570] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:29 2025] PUT /identity/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c/users/bf4cf9cc81e9465eb545ae722d4392b6/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda189fe-261e-49b0-bf7e-ae62714e30a1 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b3bf6d45-8668-4d2b-88ef-500a27664524 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3bf6d45-8668-4d2b-88ef-500a27664524 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3bf6d45-8668-4d2b-88ef-500a27664524 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b3bf6d45-8668-4d2b-88ef-500a27664524 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3bf6d45-8668-4d2b-88ef-500a27664524 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b3bf6d45-8668-4d2b-88ef-500a27664524 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 787/1571] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:29 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac15d1d5-a5d5-43cb-9bb9-9803128de3de ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] PATH_INFO: `/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c/users/bf4cf9cc81e9465eb545ae722d4392b6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3e291928bd5b404ab8ed03a7b2a0e70c, user_id=bf4cf9cc81e9465eb545ae722d4392b6, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 785/1572] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:29 2025] PUT /identity/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c/users/bf4cf9cc81e9465eb545ae722d4392b6/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] MFA Rules not processed for user `bf4cf9cc81e9465eb545ae722d4392b6`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 788/1573] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:29 2025] POST /identity/v3/auth/tokens => generated 2661 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-37ba281c-1e6d-449d-a26f-7e656dcdf78d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 786/1574] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:29 2025] GET /identity/v3/auth/tokens => generated 2661 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7f55b7d-5505-478c-b647-2b5bf0cfd671 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 789/1575] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:29 2025] GET /identity/v3/auth/tokens => generated 2540 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2640e860-9ee1-408b-8add-853e1a2d8035 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] PATH_INFO: `/v3/users/4843798f074e46e09ae735108a0a4c1a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] RBAC: Authorizing `identity:delete_user(user_id=4843798f074e46e09ae735108a0a4c1a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '4843798f074e46e09ae735108a0a4c1a', 'request_id': 'req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '4843798f074e46e09ae735108a0a4c1a', 'request_id': 'req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '4843798f074e46e09ae735108a0a4c1a', 'request_id': 'req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '4843798f074e46e09ae735108a0a4c1a', 'request_id': 'req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '4843798f074e46e09ae735108a0a4c1a', 'request_id': 'req-95b8f5df-c4ee-42ec-b5a0-673d9c4685ef'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 787/1576] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:34 2025] DELETE /identity/v3/users/4843798f074e46e09ae735108a0a4c1a => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d01afa02-daa0-4f51-ad9c-81b58d43819a service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] PATH_INFO: `/v3/users/bf4cf9cc81e9465eb545ae722d4392b6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] RBAC: Authorizing `identity:delete_user(user_id=bf4cf9cc81e9465eb545ae722d4392b6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'bf4cf9cc81e9465eb545ae722d4392b6', 'request_id': 'req-847ac033-5e57-45a6-b44b-7efb8c837ebb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'bf4cf9cc81e9465eb545ae722d4392b6', 'request_id': 'req-847ac033-5e57-45a6-b44b-7efb8c837ebb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'bf4cf9cc81e9465eb545ae722d4392b6', 'request_id': 'req-847ac033-5e57-45a6-b44b-7efb8c837ebb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'bf4cf9cc81e9465eb545ae722d4392b6', 'request_id': 'req-847ac033-5e57-45a6-b44b-7efb8c837ebb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'bf4cf9cc81e9465eb545ae722d4392b6', 'request_id': 'req-847ac033-5e57-45a6-b44b-7efb8c837ebb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 790/1577] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:34 2025] DELETE /identity/v3/users/bf4cf9cc81e9465eb545ae722d4392b6 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 788/1578] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-847ac033-5e57-45a6-b44b-7efb8c837ebb ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 791/1579] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:34 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf208cd-cb3a-4f37-b99a-2513fc5551de None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] PATH_INFO: `/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=3e291928bd5b404ab8ed03a7b2a0e70c)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '3e291928bd5b404ab8ed03a7b2a0e70c', 'request_id': 'req-e60f1961-c61b-41d2-a7a5-517f4f191423'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '3e291928bd5b404ab8ed03a7b2a0e70c', 'request_id': 'req-e60f1961-c61b-41d2-a7a5-517f4f191423'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '3e291928bd5b404ab8ed03a7b2a0e70c', 'request_id': 'req-e60f1961-c61b-41d2-a7a5-517f4f191423'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] The token cache is being invalidate because project 3e291928bd5b404ab8ed03a7b2a0e70c was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e60f1961-c61b-41d2-a7a5-517f4f191423 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 789/1580] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:35 2025] DELETE /identity/v3/projects/3e291928bd5b404ab8ed03a7b2a0e70c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-057de234-930c-43de-8ddf-be53aff3b495 service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] PATH_INFO: `/v3/projects/f821a1bf9483483790914830ddc8e3ad` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f821a1bf9483483790914830ddc8e3ad)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f821a1bf9483483790914830ddc8e3ad', 'request_id': 'req-7b80806c-fd31-4663-9426-89d99777af24'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f821a1bf9483483790914830ddc8e3ad', 'request_id': 'req-7b80806c-fd31-4663-9426-89d99777af24'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f821a1bf9483483790914830ddc8e3ad', 'request_id': 'req-7b80806c-fd31-4663-9426-89d99777af24'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] The token cache is being invalidate because project f821a1bf9483483790914830ddc8e3ad was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7b80806c-fd31-4663-9426-89d99777af24 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 792/1581] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:35 2025] DELETE /identity/v3/projects/f821a1bf9483483790914830ddc8e3ad => generated 0 bytes in 77 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 790/1582] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:35 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 793/1583] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:35 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da74e6c7-62b1-4203-a534-26b181483387 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 791/1584] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:35 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8777739e-5a56-44d9-914e-1c2930b8acaf None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 794/1585] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:35 2025] POST /identity/v3/projects => generated 380 bytes in 29 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54215e7d-3c98-48a1-bdee-f3e2ad6d0da2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 792/1586] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:35 2025] POST /identity/v3/users => generated 298 bytes in 52 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fe5b3c2-e177-4b69-b6a5-8008f495a70f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 795/1587] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:35 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46bb122e-bfc2-48ed-9375-57b1aaad9a81 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] PATH_INFO: `/v3/projects/9b3c527f17204637830dee1c7bb65e22/users/f116984d4e5d4d30ab60682a86fe4fca/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=9b3c527f17204637830dee1c7bb65e22, user_id=f116984d4e5d4d30ab60682a86fe4fca, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 793/1588] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:35 2025] PUT /identity/v3/projects/9b3c527f17204637830dee1c7bb65e22/users/f116984d4e5d4d30ab60682a86fe4fca/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8ee637e-04c6-47fe-bc24-a7254e9571b6 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7e1216b-1577-453f-8145-ad0c129cf4c0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7e1216b-1577-453f-8145-ad0c129cf4c0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7e1216b-1577-453f-8145-ad0c129cf4c0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7e1216b-1577-453f-8145-ad0c129cf4c0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7e1216b-1577-453f-8145-ad0c129cf4c0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7e1216b-1577-453f-8145-ad0c129cf4c0 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 796/1589] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:35 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd5fcc36-c202-4cfa-bd33-39fcc4ac4f2a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] PATH_INFO: `/v3/projects/9b3c527f17204637830dee1c7bb65e22/users/f116984d4e5d4d30ab60682a86fe4fca/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=9b3c527f17204637830dee1c7bb65e22, user_id=f116984d4e5d4d30ab60682a86fe4fca, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 794/1590] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:35 2025] PUT /identity/v3/projects/9b3c527f17204637830dee1c7bb65e22/users/f116984d4e5d4d30ab60682a86fe4fca/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] MFA Rules not processed for user `f116984d4e5d4d30ab60682a86fe4fca`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 797/1591] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:35 2025] POST /identity/v3/auth/tokens => generated 2510 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b28365e-a9bb-4d40-98b1-c3feea084cfc ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 795/1592] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:36 2025] POST /identity/v3/projects => generated 380 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cf06160-1bb0-4166-ae71-0a9ded536b00 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 798/1593] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:36 2025] POST /identity/v3/users => generated 298 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48b95865-90c5-460d-ace2-314d67e15e31 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 796/1594] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:36 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1c753c26-7adc-4b21-9e83-eb2db11693c3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] PATH_INFO: `/v3/projects/65efdcace2d5450cb4173ec3451c6dd5/users/3e9acf062d764474a0a3a7640c3a692e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=65efdcace2d5450cb4173ec3451c6dd5, user_id=3e9acf062d764474a0a3a7640c3a692e, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 799/1595] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:36 2025] PUT /identity/v3/projects/65efdcace2d5450cb4173ec3451c6dd5/users/3e9acf062d764474a0a3a7640c3a692e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-96a0c250-3aae-4594-974d-ff06d8112292 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9caf12a2-4144-49bb-920f-31214b1b223d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9caf12a2-4144-49bb-920f-31214b1b223d ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9caf12a2-4144-49bb-920f-31214b1b223d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9caf12a2-4144-49bb-920f-31214b1b223d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9caf12a2-4144-49bb-920f-31214b1b223d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9caf12a2-4144-49bb-920f-31214b1b223d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 797/1596] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:36 2025] GET /identity/v3/roles => generated 1672 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa68abd9-c6ac-492c-9383-63dda53792f6 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] PATH_INFO: `/v3/projects/65efdcace2d5450cb4173ec3451c6dd5/users/3e9acf062d764474a0a3a7640c3a692e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=65efdcace2d5450cb4173ec3451c6dd5, user_id=3e9acf062d764474a0a3a7640c3a692e, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 800/1597] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:36 2025] PUT /identity/v3/projects/65efdcace2d5450cb4173ec3451c6dd5/users/3e9acf062d764474a0a3a7640c3a692e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] MFA Rules not processed for user `3e9acf062d764474a0a3a7640c3a692e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 798/1598] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:36 2025] POST /identity/v3/auth/tokens => generated 2510 bytes in 76 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-174d2bb9-105b-49a0-8cc5-cb4040c5c30e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 801/1599] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:36 2025] POST /identity/v3/projects => generated 380 bytes in 64 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4686a058-8a5e-4643-9c1e-ae96cd4f793c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 799/1600] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:36 2025] POST /identity/v3/users => generated 297 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3b0b04dd-022c-4f27-b926-015cf6581cc7 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 802/1601] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:36 2025] GET /identity/v3/roles => generated 1672 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e736a710-6859-414f-844d-6f598f1049f1 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] PATH_INFO: `/v3/projects/b0fe450acc314bd688d36ff928d91d4f/users/214ff6df02304e9fb2a45cb519031367/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b0fe450acc314bd688d36ff928d91d4f, user_id=214ff6df02304e9fb2a45cb519031367, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 800/1602] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:36 2025] PUT /identity/v3/projects/b0fe450acc314bd688d36ff928d91d4f/users/214ff6df02304e9fb2a45cb519031367/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50185c9b-8a04-41f4-98ad-9bb976508254 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 803/1603] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:36 2025] GET /identity/v3/roles => generated 1672 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce2ac4a0-a801-4adf-8dcd-f5fc945af4e7 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] PATH_INFO: `/v3/projects/b0fe450acc314bd688d36ff928d91d4f/users/214ff6df02304e9fb2a45cb519031367/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b0fe450acc314bd688d36ff928d91d4f, user_id=214ff6df02304e9fb2a45cb519031367, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 801/1604] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:36 2025] PUT /identity/v3/projects/b0fe450acc314bd688d36ff928d91d4f/users/214ff6df02304e9fb2a45cb519031367/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd6fb3cc-9652-4356-b218-d565579c2845 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ac15309c-9390-4b2a-bf24-4f1a71ec54c2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac15309c-9390-4b2a-bf24-4f1a71ec54c2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac15309c-9390-4b2a-bf24-4f1a71ec54c2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ac15309c-9390-4b2a-bf24-4f1a71ec54c2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac15309c-9390-4b2a-bf24-4f1a71ec54c2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ac15309c-9390-4b2a-bf24-4f1a71ec54c2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 804/1605] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:36 2025] GET /identity/v3/roles => generated 1672 bytes in 38 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32aa59dc-d637-4ab2-a539-3bf7813d6d5e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] PATH_INFO: `/v3/projects/b0fe450acc314bd688d36ff928d91d4f/users/214ff6df02304e9fb2a45cb519031367/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=b0fe450acc314bd688d36ff928d91d4f, user_id=214ff6df02304e9fb2a45cb519031367, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 802/1606] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:36 2025] PUT /identity/v3/projects/b0fe450acc314bd688d36ff928d91d4f/users/214ff6df02304e9fb2a45cb519031367/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] MFA Rules not processed for user `214ff6df02304e9fb2a45cb519031367`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 805/1607] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:36 2025] POST /identity/v3/auth/tokens => generated 2633 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a450b415-1222-4ba1-9273-5bdbe219dbb6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 803/1608] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:36 2025] GET /identity/v3/auth/tokens => generated 2633 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-292f6680-eb06-4514-9fa1-30f10923ec92 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:36 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 806/1609] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:36 2025] GET /identity/v3/auth/tokens => generated 2510 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7e2896d1-b75d-462c-b901-242f829ed35f service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] PATH_INFO: `/v3/users/f116984d4e5d4d30ab60682a86fe4fca` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=f116984d4e5d4d30ab60682a86fe4fca)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'f116984d4e5d4d30ab60682a86fe4fca', 'request_id': 'req-3dc53271-8a8c-4455-ab5e-202204cc0187'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'f116984d4e5d4d30ab60682a86fe4fca', 'request_id': 'req-3dc53271-8a8c-4455-ab5e-202204cc0187'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'f116984d4e5d4d30ab60682a86fe4fca', 'request_id': 'req-3dc53271-8a8c-4455-ab5e-202204cc0187'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'f116984d4e5d4d30ab60682a86fe4fca', 'request_id': 'req-3dc53271-8a8c-4455-ab5e-202204cc0187'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'f116984d4e5d4d30ab60682a86fe4fca', 'request_id': 'req-3dc53271-8a8c-4455-ab5e-202204cc0187'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 804/1610] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:39 2025] DELETE /identity/v3/users/f116984d4e5d4d30ab60682a86fe4fca => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2251418a-de62-42ed-9d1f-3f539e88bf57 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] PATH_INFO: `/v3/users/3e9acf062d764474a0a3a7640c3a692e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3e9acf062d764474a0a3a7640c3a692e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3e9acf062d764474a0a3a7640c3a692e', 'request_id': 'req-87b1fdcc-9def-4599-96d1-eee8cafa4de9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3e9acf062d764474a0a3a7640c3a692e', 'request_id': 'req-87b1fdcc-9def-4599-96d1-eee8cafa4de9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3e9acf062d764474a0a3a7640c3a692e', 'request_id': 'req-87b1fdcc-9def-4599-96d1-eee8cafa4de9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3e9acf062d764474a0a3a7640c3a692e', 'request_id': 'req-87b1fdcc-9def-4599-96d1-eee8cafa4de9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-87b1fdcc-9def-4599-96d1-eee8cafa4de9 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3e9acf062d764474a0a3a7640c3a692e', 'request_id': 'req-87b1fdcc-9def-4599-96d1-eee8cafa4de9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 807/1611] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:39 2025] DELETE /identity/v3/users/3e9acf062d764474a0a3a7640c3a692e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3dc53271-8a8c-4455-ab5e-202204cc0187 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] PATH_INFO: `/v3/users/214ff6df02304e9fb2a45cb519031367` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=214ff6df02304e9fb2a45cb519031367)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '214ff6df02304e9fb2a45cb519031367', 'request_id': 'req-d70655ac-e127-4307-aa21-9d594a2303d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '214ff6df02304e9fb2a45cb519031367', 'request_id': 'req-d70655ac-e127-4307-aa21-9d594a2303d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '214ff6df02304e9fb2a45cb519031367', 'request_id': 'req-d70655ac-e127-4307-aa21-9d594a2303d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '214ff6df02304e9fb2a45cb519031367', 'request_id': 'req-d70655ac-e127-4307-aa21-9d594a2303d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '214ff6df02304e9fb2a45cb519031367', 'request_id': 'req-d70655ac-e127-4307-aa21-9d594a2303d6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 805/1612] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:39 2025] DELETE /identity/v3/users/214ff6df02304e9fb2a45cb519031367 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 808/1613] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:39 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d70655ac-e127-4307-aa21-9d594a2303d6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 806/1614] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:39 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 39 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a9cc7f4-5aff-4e3d-8833-6f01da5f406c None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] PATH_INFO: `/v3/projects/b0fe450acc314bd688d36ff928d91d4f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=b0fe450acc314bd688d36ff928d91d4f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'b0fe450acc314bd688d36ff928d91d4f', 'request_id': 'req-569c435c-d2a4-42df-b5c7-b5c0110cefd5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'b0fe450acc314bd688d36ff928d91d4f', 'request_id': 'req-569c435c-d2a4-42df-b5c7-b5c0110cefd5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'b0fe450acc314bd688d36ff928d91d4f', 'request_id': 'req-569c435c-d2a4-42df-b5c7-b5c0110cefd5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] The token cache is being invalidate because project b0fe450acc314bd688d36ff928d91d4f was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 809/1615] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:40 2025] DELETE /identity/v3/projects/b0fe450acc314bd688d36ff928d91d4f => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a28ce1bc-febe-4eec-a529-a8f1813db38a service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] PATH_INFO: `/v3/projects/9b3c527f17204637830dee1c7bb65e22` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=9b3c527f17204637830dee1c7bb65e22)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '9b3c527f17204637830dee1c7bb65e22', 'request_id': 'req-eddefda7-297b-459a-b4e5-c40fb4d58d95'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '9b3c527f17204637830dee1c7bb65e22', 'request_id': 'req-eddefda7-297b-459a-b4e5-c40fb4d58d95'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '9b3c527f17204637830dee1c7bb65e22', 'request_id': 'req-eddefda7-297b-459a-b4e5-c40fb4d58d95'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] The token cache is being invalidate because project 9b3c527f17204637830dee1c7bb65e22 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eddefda7-297b-459a-b4e5-c40fb4d58d95 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 807/1616] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:40 2025] DELETE /identity/v3/projects/9b3c527f17204637830dee1c7bb65e22 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-569c435c-d2a4-42df-b5c7-b5c0110cefd5 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] PATH_INFO: `/v3/projects/65efdcace2d5450cb4173ec3451c6dd5` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=65efdcace2d5450cb4173ec3451c6dd5)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '65efdcace2d5450cb4173ec3451c6dd5', 'request_id': 'req-e6332466-cc2d-426e-aabe-d136a31ec840'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '65efdcace2d5450cb4173ec3451c6dd5', 'request_id': 'req-e6332466-cc2d-426e-aabe-d136a31ec840'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '65efdcace2d5450cb4173ec3451c6dd5', 'request_id': 'req-e6332466-cc2d-426e-aabe-d136a31ec840'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] The token cache is being invalidate because project 65efdcace2d5450cb4173ec3451c6dd5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e6332466-cc2d-426e-aabe-d136a31ec840 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 810/1617] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:41 2025] DELETE /identity/v3/projects/65efdcace2d5450cb4173ec3451c6dd5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 808/1618] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 811/1619] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 22 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b39a1c21-b0af-4570-beea-40d0d3f49e66 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 809/1620] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:41 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a040898c-02cf-4264-9cc9-9a8fd24dc29b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 812/1621] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/projects => generated 366 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-674b6fa3-4887-49e9-8a09-2036c9e34642 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 810/1622] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/users => generated 291 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b47559d-ca71-442a-97fc-6bbdb6316f66 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 813/1623] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:41 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91aea64e-4b57-4abe-9b94-d78d4eb1e110 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] PATH_INFO: `/v3/projects/edd8ea6caf5f4138b8b419d7687b8f60/users/cc9563acfb3d4d938544754d937ac2e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=edd8ea6caf5f4138b8b419d7687b8f60, user_id=cc9563acfb3d4d938544754d937ac2e5, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 811/1624] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:41 2025] PUT /identity/v3/projects/edd8ea6caf5f4138b8b419d7687b8f60/users/cc9563acfb3d4d938544754d937ac2e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82682f25-3a17-4bb0-b6a4-20447c0d88ce ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8039f697-7106-4f4c-8519-a49f38a771d9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8039f697-7106-4f4c-8519-a49f38a771d9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8039f697-7106-4f4c-8519-a49f38a771d9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8039f697-7106-4f4c-8519-a49f38a771d9 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8039f697-7106-4f4c-8519-a49f38a771d9 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8039f697-7106-4f4c-8519-a49f38a771d9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 814/1625] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:41 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6bd8edd0-d1bb-4115-af7e-1563c7a4b580 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] PATH_INFO: `/v3/projects/edd8ea6caf5f4138b8b419d7687b8f60/users/cc9563acfb3d4d938544754d937ac2e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=edd8ea6caf5f4138b8b419d7687b8f60, user_id=cc9563acfb3d4d938544754d937ac2e5, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 812/1626] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:41 2025] PUT /identity/v3/projects/edd8ea6caf5f4138b8b419d7687b8f60/users/cc9563acfb3d4d938544754d937ac2e5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] MFA Rules not processed for user `cc9563acfb3d4d938544754d937ac2e5`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 815/1627] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/auth/tokens => generated 2496 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9263be5-56a8-4e01-8de8-b9d1f8bbbed6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 813/1628] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/projects => generated 366 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a631559e-910f-4b7d-b681-43f11e5e68f3 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 816/1629] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/users => generated 290 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-45504649-9993-43bf-9634-c07414a70d83 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 814/1630] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:41 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ffab9f6-5787-4d6e-8a6c-0b4377274c61 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] PATH_INFO: `/v3/projects/5cafa484920c42d0920b66e8cdd063f0/users/b23e345d247e4449895bc0415830e378/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5cafa484920c42d0920b66e8cdd063f0, user_id=b23e345d247e4449895bc0415830e378, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 817/1631] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:41 2025] PUT /identity/v3/projects/5cafa484920c42d0920b66e8cdd063f0/users/b23e345d247e4449895bc0415830e378/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6de7cb0e-3bcd-4ad3-bd45-0a6878dd16cf ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 815/1632] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:41 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-245b8422-1ae2-45e5-aff9-a4fe4d79b26a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] PATH_INFO: `/v3/projects/5cafa484920c42d0920b66e8cdd063f0/users/b23e345d247e4449895bc0415830e378/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5cafa484920c42d0920b66e8cdd063f0, user_id=b23e345d247e4449895bc0415830e378, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 818/1633] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:41 2025] PUT /identity/v3/projects/5cafa484920c42d0920b66e8cdd063f0/users/b23e345d247e4449895bc0415830e378/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd6c7f39-b5b4-41c0-9f6f-a780c3735701 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bc58faa-e91b-4c02-a076-6b3e4e3471e8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bc58faa-e91b-4c02-a076-6b3e4e3471e8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bc58faa-e91b-4c02-a076-6b3e4e3471e8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bc58faa-e91b-4c02-a076-6b3e4e3471e8 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bc58faa-e91b-4c02-a076-6b3e4e3471e8 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bc58faa-e91b-4c02-a076-6b3e4e3471e8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 816/1634] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:41 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7bd9c3f7-b2a9-4325-aed4-cedc8313f6cc ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] PATH_INFO: `/v3/projects/5cafa484920c42d0920b66e8cdd063f0/users/b23e345d247e4449895bc0415830e378/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5cafa484920c42d0920b66e8cdd063f0, user_id=b23e345d247e4449895bc0415830e378, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 819/1635] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:41 2025] PUT /identity/v3/projects/5cafa484920c42d0920b66e8cdd063f0/users/b23e345d247e4449895bc0415830e378/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] MFA Rules not processed for user `b23e345d247e4449895bc0415830e378`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 817/1636] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:41 2025] POST /identity/v3/auth/tokens => generated 2619 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-efac7cae-27e6-48dc-b097-fecbfac7bd1a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 820/1637] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:41 2025] GET /identity/v3/auth/tokens => generated 2619 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b501c782-cc2f-4763-83b4-bafd96fe284f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 818/1638] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:42 2025] GET /identity/v3/auth/tokens => generated 2496 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=2443,keystone:DELETE=218,keystone:INSERT=109,keystone:UPDATE=13 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b99e800-70cf-4a19-b94a-758e17e428fa service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] PATH_INFO: `/v3/users/cc9563acfb3d4d938544754d937ac2e5` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=cc9563acfb3d4d938544754d937ac2e5)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'cc9563acfb3d4d938544754d937ac2e5', 'request_id': 'req-10143aa0-832b-40ef-9f44-d071aa534b71'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'cc9563acfb3d4d938544754d937ac2e5', 'request_id': 'req-10143aa0-832b-40ef-9f44-d071aa534b71'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'cc9563acfb3d4d938544754d937ac2e5', 'request_id': 'req-10143aa0-832b-40ef-9f44-d071aa534b71'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'cc9563acfb3d4d938544754d937ac2e5', 'request_id': 'req-10143aa0-832b-40ef-9f44-d071aa534b71'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-10143aa0-832b-40ef-9f44-d071aa534b71 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'cc9563acfb3d4d938544754d937ac2e5', 'request_id': 'req-10143aa0-832b-40ef-9f44-d071aa534b71'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 821/1639] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:46 2025] DELETE /identity/v3/users/cc9563acfb3d4d938544754d937ac2e5 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd980175-9155-4849-bfa0-b85d2f9717a3 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=2416,keystone:DELETE=231,keystone:INSERT=113,keystone:UPDATE=13 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] PATH_INFO: `/v3/users/b23e345d247e4449895bc0415830e378` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=b23e345d247e4449895bc0415830e378)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'b23e345d247e4449895bc0415830e378', 'request_id': 'req-101b758d-cd50-42b6-b7b9-4e01c08dc63f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'b23e345d247e4449895bc0415830e378', 'request_id': 'req-101b758d-cd50-42b6-b7b9-4e01c08dc63f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'b23e345d247e4449895bc0415830e378', 'request_id': 'req-101b758d-cd50-42b6-b7b9-4e01c08dc63f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'b23e345d247e4449895bc0415830e378', 'request_id': 'req-101b758d-cd50-42b6-b7b9-4e01c08dc63f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'b23e345d247e4449895bc0415830e378', 'request_id': 'req-101b758d-cd50-42b6-b7b9-4e01c08dc63f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 819/1640] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:46 2025] DELETE /identity/v3/users/b23e345d247e4449895bc0415830e378 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 822/1641] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 45 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-101b758d-cd50-42b6-b7b9-4e01c08dc63f ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 820/1642] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:46 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-453958e1-6da9-4ebd-a141-8c5969773c2c None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] PATH_INFO: `/v3/projects/5cafa484920c42d0920b66e8cdd063f0` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=5cafa484920c42d0920b66e8cdd063f0)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '5cafa484920c42d0920b66e8cdd063f0', 'request_id': 'req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '5cafa484920c42d0920b66e8cdd063f0', 'request_id': 'req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '5cafa484920c42d0920b66e8cdd063f0', 'request_id': 'req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] The token cache is being invalidate because project 5cafa484920c42d0920b66e8cdd063f0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c77ca022-e7e7-4fb1-ab5d-e9ff37993e22 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 823/1643] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:46 2025] DELETE /identity/v3/projects/5cafa484920c42d0920b66e8cdd063f0 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77508632-e9d0-4733-8246-142c26d12364 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] PATH_INFO: `/v3/projects/edd8ea6caf5f4138b8b419d7687b8f60` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=edd8ea6caf5f4138b8b419d7687b8f60)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'edd8ea6caf5f4138b8b419d7687b8f60', 'request_id': 'req-605e89ca-caa2-475f-8576-2756eb8a500a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'edd8ea6caf5f4138b8b419d7687b8f60', 'request_id': 'req-605e89ca-caa2-475f-8576-2756eb8a500a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'edd8ea6caf5f4138b8b419d7687b8f60', 'request_id': 'req-605e89ca-caa2-475f-8576-2756eb8a500a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] The token cache is being invalidate because project edd8ea6caf5f4138b8b419d7687b8f60 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-605e89ca-caa2-475f-8576-2756eb8a500a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 821/1644] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:47 2025] DELETE /identity/v3/projects/edd8ea6caf5f4138b8b419d7687b8f60 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 824/1645] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 822/1646] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5bbfeed2-a485-4f32-a066-ee7d426a28c1 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 825/1647] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9ef3dae-f255-4fa5-a39b-58ce69bcb7ff None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 823/1648] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:47 2025] POST /identity/v3/projects => generated 386 bytes in 32 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cc617be8-2c8d-4de3-bc2d-7bec1ddfa9a7 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 826/1649] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:47 2025] POST /identity/v3/users => generated 301 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-194b1f63-eb42-41f1-a764-5ac4648fd854 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 824/1650] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:47 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bdc3df94-76c7-44f7-813d-ebb52e4dfa06 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] PATH_INFO: `/v3/projects/1d4e56e860c9448681afe47d351cefe6/users/1253626318064bf3ad2e26d24c19fef0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1d4e56e860c9448681afe47d351cefe6, user_id=1253626318064bf3ad2e26d24c19fef0, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 827/1651] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:47 2025] PUT /identity/v3/projects/1d4e56e860c9448681afe47d351cefe6/users/1253626318064bf3ad2e26d24c19fef0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-46f6beea-a6ff-4ffc-9eb1-547f289d7578 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-113f7cfc-f76a-497b-88d7-7e8d5e61dc7d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-113f7cfc-f76a-497b-88d7-7e8d5e61dc7d ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-113f7cfc-f76a-497b-88d7-7e8d5e61dc7d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-113f7cfc-f76a-497b-88d7-7e8d5e61dc7d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-113f7cfc-f76a-497b-88d7-7e8d5e61dc7d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-113f7cfc-f76a-497b-88d7-7e8d5e61dc7d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 825/1652] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:47 2025] GET /identity/v3/roles => generated 1672 bytes in 60 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e6a80a00-137d-469c-b5f6-756e6d0efbf0 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] PATH_INFO: `/v3/projects/1d4e56e860c9448681afe47d351cefe6/users/1253626318064bf3ad2e26d24c19fef0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=1d4e56e860c9448681afe47d351cefe6, user_id=1253626318064bf3ad2e26d24c19fef0, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 828/1653] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:47 2025] PUT /identity/v3/projects/1d4e56e860c9448681afe47d351cefe6/users/1253626318064bf3ad2e26d24c19fef0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] MFA Rules not processed for user `1253626318064bf3ad2e26d24c19fef0`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 826/1654] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:47 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 77 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77184681-8c28-415e-9b8e-70c7baaa0b11 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 829/1655] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:47 2025] POST /identity/v3/projects => generated 388 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11215b8a-a252-48d5-b033-d2253f767672 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 827/1656] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:47 2025] POST /identity/v3/users => generated 301 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48765f53-7074-4069-8de9-559a7034ebaf ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 830/1657] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:48 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90977bbc-cbd6-4054-bbbe-cc193c30d251 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] PATH_INFO: `/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99/users/a3fce7d156c04ccbb02758f7f4443251/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3f5845b4e35c4153ad8c8291aa1b7e99, user_id=a3fce7d156c04ccbb02758f7f4443251, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 828/1658] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:48 2025] PUT /identity/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99/users/a3fce7d156c04ccbb02758f7f4443251/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 28 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7f9f1cb0-341c-43ad-9b56-6fb349fe4501 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 831/1659] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:48 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-677e3d90-d0b0-4921-9ba6-2ba6a2342921 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] PATH_INFO: `/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99/users/a3fce7d156c04ccbb02758f7f4443251/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3f5845b4e35c4153ad8c8291aa1b7e99, user_id=a3fce7d156c04ccbb02758f7f4443251, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 829/1660] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:48 2025] PUT /identity/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99/users/a3fce7d156c04ccbb02758f7f4443251/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df72a888-093b-4cda-bbb9-100077cd418c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b041435f-c143-44fc-9e5c-86ff0355b8b1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b041435f-c143-44fc-9e5c-86ff0355b8b1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b041435f-c143-44fc-9e5c-86ff0355b8b1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b041435f-c143-44fc-9e5c-86ff0355b8b1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b041435f-c143-44fc-9e5c-86ff0355b8b1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b041435f-c143-44fc-9e5c-86ff0355b8b1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 832/1661] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:48 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-230ddbe6-b013-4911-9b0a-c363bad7d116 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] PATH_INFO: `/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99/users/a3fce7d156c04ccbb02758f7f4443251/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3f5845b4e35c4153ad8c8291aa1b7e99, user_id=a3fce7d156c04ccbb02758f7f4443251, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 830/1662] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:48 2025] PUT /identity/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99/users/a3fce7d156c04ccbb02758f7f4443251/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] MFA Rules not processed for user `a3fce7d156c04ccbb02758f7f4443251`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 833/1663] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:48 2025] POST /identity/v3/auth/tokens => generated 2641 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e8a1293b-b637-4bb5-a7bb-ef3ee478cbff ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 831/1664] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:48 2025] GET /identity/v3/auth/tokens => generated 2641 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e800247b-1645-4b05-b15d-28c242ff9454 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] PATH_INFO: `/v3/users/1253626318064bf3ad2e26d24c19fef0` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=1253626318064bf3ad2e26d24c19fef0)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '1253626318064bf3ad2e26d24c19fef0', 'request_id': 'req-cdceaf42-456d-4ca7-a905-9acf518ed32f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '1253626318064bf3ad2e26d24c19fef0', 'request_id': 'req-cdceaf42-456d-4ca7-a905-9acf518ed32f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '1253626318064bf3ad2e26d24c19fef0', 'request_id': 'req-cdceaf42-456d-4ca7-a905-9acf518ed32f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '1253626318064bf3ad2e26d24c19fef0', 'request_id': 'req-cdceaf42-456d-4ca7-a905-9acf518ed32f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-cdceaf42-456d-4ca7-a905-9acf518ed32f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '1253626318064bf3ad2e26d24c19fef0', 'request_id': 'req-cdceaf42-456d-4ca7-a905-9acf518ed32f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 834/1665] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:48 2025] DELETE /identity/v3/users/1253626318064bf3ad2e26d24c19fef0 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-109d562e-16f8-463e-bfc2-3cc29573a798 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] PATH_INFO: `/v3/users/a3fce7d156c04ccbb02758f7f4443251` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] RBAC: Authorizing `identity:delete_user(user_id=a3fce7d156c04ccbb02758f7f4443251)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'a3fce7d156c04ccbb02758f7f4443251', 'request_id': 'req-10ceb33b-b081-4f29-b5d8-1babece4ceae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'a3fce7d156c04ccbb02758f7f4443251', 'request_id': 'req-10ceb33b-b081-4f29-b5d8-1babece4ceae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'a3fce7d156c04ccbb02758f7f4443251', 'request_id': 'req-10ceb33b-b081-4f29-b5d8-1babece4ceae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'a3fce7d156c04ccbb02758f7f4443251', 'request_id': 'req-10ceb33b-b081-4f29-b5d8-1babece4ceae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'a3fce7d156c04ccbb02758f7f4443251', 'request_id': 'req-10ceb33b-b081-4f29-b5d8-1babece4ceae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 832/1666] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:48 2025] DELETE /identity/v3/users/a3fce7d156c04ccbb02758f7f4443251 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 835/1667] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:48 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10ceb33b-b081-4f29-b5d8-1babece4ceae ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 833/1668] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:49 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-72355a95-582b-4162-85b3-f7f9ee7d057f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] PATH_INFO: `/v3/projects/1d4e56e860c9448681afe47d351cefe6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=1d4e56e860c9448681afe47d351cefe6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '1d4e56e860c9448681afe47d351cefe6', 'request_id': 'req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '1d4e56e860c9448681afe47d351cefe6', 'request_id': 'req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '1d4e56e860c9448681afe47d351cefe6', 'request_id': 'req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] The token cache is being invalidate because project 1d4e56e860c9448681afe47d351cefe6 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2d60766e-3c21-4c04-b6f4-5ad21f6cce25 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 836/1669] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:49 2025] DELETE /identity/v3/projects/1d4e56e860c9448681afe47d351cefe6 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb7fbd7-2c24-4e74-ac23-d6dc13d5a3b5 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] PATH_INFO: `/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] RBAC: Authorizing `identity:delete_project(project_id=3f5845b4e35c4153ad8c8291aa1b7e99)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '3f5845b4e35c4153ad8c8291aa1b7e99', 'request_id': 'req-1bac22e2-5d4e-437d-8374-1d80c69f56ba'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '3f5845b4e35c4153ad8c8291aa1b7e99', 'request_id': 'req-1bac22e2-5d4e-437d-8374-1d80c69f56ba'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '3f5845b4e35c4153ad8c8291aa1b7e99', 'request_id': 'req-1bac22e2-5d4e-437d-8374-1d80c69f56ba'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] The token cache is being invalidate because project 3f5845b4e35c4153ad8c8291aa1b7e99 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1bac22e2-5d4e-437d-8374-1d80c69f56ba ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 834/1670] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:49 2025] DELETE /identity/v3/projects/3f5845b4e35c4153ad8c8291aa1b7e99 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 837/1671] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:49 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:49 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 835/1672] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:49 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f600e6fc-8cf3-41b7-8c94-f4e3ebe5c046 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 838/1673] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:50 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8e51345c-9044-4e40-bbdf-75f0959006dd None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 836/1674] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:50 2025] POST /identity/v3/projects => generated 378 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49e91f5c-b678-4140-887a-d45a59522cdb ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 839/1675] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:50 2025] POST /identity/v3/users => generated 297 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b949295b-4e7f-4ec5-9d82-b0d046a18233 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 837/1676] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:50 2025] GET /identity/v3/roles => generated 1672 bytes in 30 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9ec9747c-59a8-4dee-af0e-885de7d71e49 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] PATH_INFO: `/v3/projects/bd2d1a33ebd64185aeba80cb14c6e248/users/7087f0ceecb24ee29bcec99c7d89e8bb/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bd2d1a33ebd64185aeba80cb14c6e248, user_id=7087f0ceecb24ee29bcec99c7d89e8bb, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 840/1677] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:50 2025] PUT /identity/v3/projects/bd2d1a33ebd64185aeba80cb14c6e248/users/7087f0ceecb24ee29bcec99c7d89e8bb/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ba1fcc16-9c2e-4e72-b95a-688d5809e058 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d3cd5d6-ec03-4e1f-9e81-a8f86d3e3098 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d3cd5d6-ec03-4e1f-9e81-a8f86d3e3098 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d3cd5d6-ec03-4e1f-9e81-a8f86d3e3098 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d3cd5d6-ec03-4e1f-9e81-a8f86d3e3098 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d3cd5d6-ec03-4e1f-9e81-a8f86d3e3098 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d3cd5d6-ec03-4e1f-9e81-a8f86d3e3098 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 838/1678] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:50 2025] GET /identity/v3/roles => generated 1672 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13f80a18-b981-484e-aa6f-9372259629a3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] PATH_INFO: `/v3/projects/bd2d1a33ebd64185aeba80cb14c6e248/users/7087f0ceecb24ee29bcec99c7d89e8bb/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bd2d1a33ebd64185aeba80cb14c6e248, user_id=7087f0ceecb24ee29bcec99c7d89e8bb, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 841/1679] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:50 2025] PUT /identity/v3/projects/bd2d1a33ebd64185aeba80cb14c6e248/users/7087f0ceecb24ee29bcec99c7d89e8bb/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65282c13-1034-4452-b1d2-334218541005 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65282c13-1034-4452-b1d2-334218541005 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65282c13-1034-4452-b1d2-334218541005 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-65282c13-1034-4452-b1d2-334218541005 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-65282c13-1034-4452-b1d2-334218541005 None None] MFA Rules not processed for user `7087f0ceecb24ee29bcec99c7d89e8bb`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-65282c13-1034-4452-b1d2-334218541005 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 839/1680] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:50 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-63b02afc-42a2-4b2f-a4aa-e50c94716e16 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 842/1681] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:50 2025] POST /identity/v3/projects => generated 380 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65282c13-1034-4452-b1d2-334218541005 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65282c13-1034-4452-b1d2-334218541005 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 840/1682] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:50 2025] POST /identity/v3/users => generated 297 bytes in 59 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-260da17f-c5d3-4e9b-bb5e-b942d1768b1f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 843/1683] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:50 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b23d6053-023e-42c5-a247-2fbc5b99ae1f ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] PATH_INFO: `/v3/projects/08b2af27aa3e459d9c031229baa616b4/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=08b2af27aa3e459d9c031229baa616b4, user_id=cb1c4c4ce4c94edcb4fd158f2fa2bea2, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 841/1684] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:50 2025] PUT /identity/v3/projects/08b2af27aa3e459d9c031229baa616b4/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18ed942c-7878-4375-b174-1b4fd603c174 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 844/1685] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:50 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e9522e4d-d2d0-4a35-a8c6-39ddcbf4d7d6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] PATH_INFO: `/v3/projects/08b2af27aa3e459d9c031229baa616b4/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=08b2af27aa3e459d9c031229baa616b4, user_id=cb1c4c4ce4c94edcb4fd158f2fa2bea2, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 842/1686] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:50 2025] PUT /identity/v3/projects/08b2af27aa3e459d9c031229baa616b4/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4a8afb33-20cb-41ab-866f-034c144a7117 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c5d004cf-359f-4c57-a285-125fc913d324 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5d004cf-359f-4c57-a285-125fc913d324 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5d004cf-359f-4c57-a285-125fc913d324 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c5d004cf-359f-4c57-a285-125fc913d324 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5d004cf-359f-4c57-a285-125fc913d324 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c5d004cf-359f-4c57-a285-125fc913d324 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 845/1687] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:50 2025] GET /identity/v3/roles => generated 1672 bytes in 39 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b31984-a595-40b5-8b25-83f2a2629e48 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] PATH_INFO: `/v3/projects/08b2af27aa3e459d9c031229baa616b4/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=08b2af27aa3e459d9c031229baa616b4, user_id=cb1c4c4ce4c94edcb4fd158f2fa2bea2, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 843/1688] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:50 2025] PUT /identity/v3/projects/08b2af27aa3e459d9c031229baa616b4/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] MFA Rules not processed for user `cb1c4c4ce4c94edcb4fd158f2fa2bea2`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 846/1689] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:50 2025] POST /identity/v3/auth/tokens => generated 2633 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-17c28916-425c-4ce4-8b44-d0d506b5967a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:50 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 844/1690] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:50 2025] GET /identity/v3/auth/tokens => generated 2633 bytes in 43 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf6fb48a-05a2-4007-87ff-0f1d2b1aa964 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] PATH_INFO: `/v3/users/7087f0ceecb24ee29bcec99c7d89e8bb` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] RBAC: Authorizing `identity:delete_user(user_id=7087f0ceecb24ee29bcec99c7d89e8bb)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '7087f0ceecb24ee29bcec99c7d89e8bb', 'request_id': 'req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '7087f0ceecb24ee29bcec99c7d89e8bb', 'request_id': 'req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '7087f0ceecb24ee29bcec99c7d89e8bb', 'request_id': 'req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '7087f0ceecb24ee29bcec99c7d89e8bb', 'request_id': 'req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '7087f0ceecb24ee29bcec99c7d89e8bb', 'request_id': 'req-4d61c83c-1d00-47ec-97ad-ef7409e4a5fc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 847/1691] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:51 2025] DELETE /identity/v3/users/7087f0ceecb24ee29bcec99c7d89e8bb => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bb425c0b-d66e-4e15-a782-7a477397c684 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] PATH_INFO: `/v3/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] RBAC: Authorizing `identity:delete_user(user_id=cb1c4c4ce4c94edcb4fd158f2fa2bea2)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'cb1c4c4ce4c94edcb4fd158f2fa2bea2', 'request_id': 'req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'cb1c4c4ce4c94edcb4fd158f2fa2bea2', 'request_id': 'req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'cb1c4c4ce4c94edcb4fd158f2fa2bea2', 'request_id': 'req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'cb1c4c4ce4c94edcb4fd158f2fa2bea2', 'request_id': 'req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'cb1c4c4ce4c94edcb4fd158f2fa2bea2', 'request_id': 'req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 845/1692] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:51 2025] DELETE /identity/v3/users/cb1c4c4ce4c94edcb4fd158f2fa2bea2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 848/1693] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:51 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ba9ac11-af27-4a69-8842-ba689e6b1d0e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 846/1694] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:51 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-58ca6f67-ac05-45e0-9eed-2e80a57d9804 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] PATH_INFO: `/v3/projects/08b2af27aa3e459d9c031229baa616b4` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] RBAC: Authorizing `identity:delete_project(project_id=08b2af27aa3e459d9c031229baa616b4)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '08b2af27aa3e459d9c031229baa616b4', 'request_id': 'req-9df58fc7-dea6-44b0-87e0-69096980af1c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '08b2af27aa3e459d9c031229baa616b4', 'request_id': 'req-9df58fc7-dea6-44b0-87e0-69096980af1c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '08b2af27aa3e459d9c031229baa616b4', 'request_id': 'req-9df58fc7-dea6-44b0-87e0-69096980af1c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] The token cache is being invalidate because project 08b2af27aa3e459d9c031229baa616b4 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9df58fc7-dea6-44b0-87e0-69096980af1c ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:51 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 849/1695] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:51 2025] DELETE /identity/v3/projects/08b2af27aa3e459d9c031229baa616b4 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9db2bab7-8a3f-403d-b39a-d26d24c1ebbe service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] PATH_INFO: `/v3/projects/bd2d1a33ebd64185aeba80cb14c6e248` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=bd2d1a33ebd64185aeba80cb14c6e248)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'bd2d1a33ebd64185aeba80cb14c6e248', 'request_id': 'req-5d5c72cf-3244-4d2a-9610-6a59867c3798'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'bd2d1a33ebd64185aeba80cb14c6e248', 'request_id': 'req-5d5c72cf-3244-4d2a-9610-6a59867c3798'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'bd2d1a33ebd64185aeba80cb14c6e248', 'request_id': 'req-5d5c72cf-3244-4d2a-9610-6a59867c3798'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] The token cache is being invalidate because project bd2d1a33ebd64185aeba80cb14c6e248 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-5d5c72cf-3244-4d2a-9610-6a59867c3798 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 847/1696] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:52 2025] DELETE /identity/v3/projects/bd2d1a33ebd64185aeba80cb14c6e248 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 850/1697] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 848/1698] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b6b02db-9c5f-49d7-8e3f-6c7a0c521a5d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 851/1699] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:52 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-981a01ed-5fa2-4727-b5d5-92fb10c2d36e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 849/1700] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/projects => generated 382 bytes in 25 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a0abeeec-67fd-4a65-b3c7-20cb736db9c0 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 852/1701] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/users => generated 299 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccded760-476b-40c1-bee0-8455385f6dde ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 850/1702] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:52 2025] GET /identity/v3/roles => generated 1672 bytes in 15 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-20a73359-7d0b-42bb-ac64-fc5d4407cedc ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] PATH_INFO: `/v3/projects/a17d14fe613c4cc18b7c37f806c04fc3/users/050316bcf6fe4d9991f84fc847097d3c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a17d14fe613c4cc18b7c37f806c04fc3, user_id=050316bcf6fe4d9991f84fc847097d3c, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 853/1703] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:52 2025] PUT /identity/v3/projects/a17d14fe613c4cc18b7c37f806c04fc3/users/050316bcf6fe4d9991f84fc847097d3c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-15662003-1c50-49e0-a666-24d2f21672b0 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a35b598b-4819-45fb-b475-2324736897e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a35b598b-4819-45fb-b475-2324736897e3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a35b598b-4819-45fb-b475-2324736897e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a35b598b-4819-45fb-b475-2324736897e3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a35b598b-4819-45fb-b475-2324736897e3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a35b598b-4819-45fb-b475-2324736897e3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 851/1704] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:52 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b8e1cf15-7865-4489-a810-2ae6152f0155 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] PATH_INFO: `/v3/projects/a17d14fe613c4cc18b7c37f806c04fc3/users/050316bcf6fe4d9991f84fc847097d3c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a17d14fe613c4cc18b7c37f806c04fc3, user_id=050316bcf6fe4d9991f84fc847097d3c, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 854/1705] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:52 2025] PUT /identity/v3/projects/a17d14fe613c4cc18b7c37f806c04fc3/users/050316bcf6fe4d9991f84fc847097d3c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 13 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] MFA Rules not processed for user `050316bcf6fe4d9991f84fc847097d3c`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 852/1706] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/auth/tokens => generated 2512 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6632ee1e-870e-4cb1-8c71-eb7b50848cef ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 855/1707] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/projects => generated 384 bytes in 57 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc263e71-1d79-45d0-ba39-5cfcb4c53a05 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 853/1708] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/users => generated 299 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23e574e9-99df-484c-a9e8-daaecf9e9682 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 856/1709] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:52 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8392e0f-0566-455f-afbe-4241b5bab62f ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] PATH_INFO: `/v3/projects/8cc93b61398340ed9a7ba62fad7e6741/users/af479d2ea60c4178b24efa82b8a808f0/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8cc93b61398340ed9a7ba62fad7e6741, user_id=af479d2ea60c4178b24efa82b8a808f0, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 854/1710] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:52 2025] PUT /identity/v3/projects/8cc93b61398340ed9a7ba62fad7e6741/users/af479d2ea60c4178b24efa82b8a808f0/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 32 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-933b0060-2041-4d21-b151-fe8d5eb06488 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 857/1711] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:52 2025] GET /identity/v3/roles => generated 1672 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-91ec25f5-7e54-49d7-859e-a165fe707b1e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] PATH_INFO: `/v3/projects/8cc93b61398340ed9a7ba62fad7e6741/users/af479d2ea60c4178b24efa82b8a808f0/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8cc93b61398340ed9a7ba62fad7e6741, user_id=af479d2ea60c4178b24efa82b8a808f0, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 855/1712] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:52 2025] PUT /identity/v3/projects/8cc93b61398340ed9a7ba62fad7e6741/users/af479d2ea60c4178b24efa82b8a808f0/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bcd98e9e-5863-4fa3-ae91-e5322d41e5d7 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ab5f06d-11c5-4d50-aff1-d049a0ee7074 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ab5f06d-11c5-4d50-aff1-d049a0ee7074 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ab5f06d-11c5-4d50-aff1-d049a0ee7074 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ab5f06d-11c5-4d50-aff1-d049a0ee7074 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ab5f06d-11c5-4d50-aff1-d049a0ee7074 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ab5f06d-11c5-4d50-aff1-d049a0ee7074 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 858/1713] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:52 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2341e94d-0c4c-4e66-b7aa-7ac3f4f959df ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] PATH_INFO: `/v3/projects/8cc93b61398340ed9a7ba62fad7e6741/users/af479d2ea60c4178b24efa82b8a808f0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8cc93b61398340ed9a7ba62fad7e6741, user_id=af479d2ea60c4178b24efa82b8a808f0, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 856/1714] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:52 2025] PUT /identity/v3/projects/8cc93b61398340ed9a7ba62fad7e6741/users/af479d2ea60c4178b24efa82b8a808f0/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:52 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] MFA Rules not processed for user `af479d2ea60c4178b24efa82b8a808f0`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 859/1715] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:52 2025] POST /identity/v3/auth/tokens => generated 2637 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44799368-3821-46b2-93e2-ecdccce06995 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 857/1716] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:53 2025] GET /identity/v3/auth/tokens => generated 2637 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-782677c2-18e3-4dfd-9b57-6ed8902d3759 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 860/1717] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:53 2025] GET /identity/v3/auth/tokens => generated 2512 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-073060b5-0d15-484c-923b-f937ffe1b8fc service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] PATH_INFO: `/v3/users/050316bcf6fe4d9991f84fc847097d3c` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=050316bcf6fe4d9991f84fc847097d3c)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '050316bcf6fe4d9991f84fc847097d3c', 'request_id': 'req-12c042c5-7890-4112-831f-112513570e86'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '050316bcf6fe4d9991f84fc847097d3c', 'request_id': 'req-12c042c5-7890-4112-831f-112513570e86'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '050316bcf6fe4d9991f84fc847097d3c', 'request_id': 'req-12c042c5-7890-4112-831f-112513570e86'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '050316bcf6fe4d9991f84fc847097d3c', 'request_id': 'req-12c042c5-7890-4112-831f-112513570e86'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-12c042c5-7890-4112-831f-112513570e86 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '050316bcf6fe4d9991f84fc847097d3c', 'request_id': 'req-12c042c5-7890-4112-831f-112513570e86'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 858/1718] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:53 2025] DELETE /identity/v3/users/050316bcf6fe4d9991f84fc847097d3c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b63f76ae-af35-40fe-bb94-80c126799765 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] PATH_INFO: `/v3/users/af479d2ea60c4178b24efa82b8a808f0` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=af479d2ea60c4178b24efa82b8a808f0)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'af479d2ea60c4178b24efa82b8a808f0', 'request_id': 'req-f78562a1-0349-4158-9cae-abfdaaaddef5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'af479d2ea60c4178b24efa82b8a808f0', 'request_id': 'req-f78562a1-0349-4158-9cae-abfdaaaddef5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'af479d2ea60c4178b24efa82b8a808f0', 'request_id': 'req-f78562a1-0349-4158-9cae-abfdaaaddef5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'af479d2ea60c4178b24efa82b8a808f0', 'request_id': 'req-f78562a1-0349-4158-9cae-abfdaaaddef5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'af479d2ea60c4178b24efa82b8a808f0', 'request_id': 'req-f78562a1-0349-4158-9cae-abfdaaaddef5'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 861/1719] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:44:53 2025] DELETE /identity/v3/users/af479d2ea60c4178b24efa82b8a808f0 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 859/1720] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:53 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f78562a1-0349-4158-9cae-abfdaaaddef5 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:53 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 862/1721] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:53 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 40 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a7c0935-a2a6-49e2-b6f5-2312e4d53b5e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] PATH_INFO: `/v3/projects/a17d14fe613c4cc18b7c37f806c04fc3` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=a17d14fe613c4cc18b7c37f806c04fc3)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'a17d14fe613c4cc18b7c37f806c04fc3', 'request_id': 'req-29f400d4-2f2c-4012-9577-a0616da3a897'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'a17d14fe613c4cc18b7c37f806c04fc3', 'request_id': 'req-29f400d4-2f2c-4012-9577-a0616da3a897'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'a17d14fe613c4cc18b7c37f806c04fc3', 'request_id': 'req-29f400d4-2f2c-4012-9577-a0616da3a897'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] The token cache is being invalidate because project a17d14fe613c4cc18b7c37f806c04fc3 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-29f400d4-2f2c-4012-9577-a0616da3a897 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 860/1722] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:54 2025] DELETE /identity/v3/projects/a17d14fe613c4cc18b7c37f806c04fc3 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-89351389-3507-4875-aa04-8a201c46c6ba service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] PATH_INFO: `/v3/projects/8cc93b61398340ed9a7ba62fad7e6741` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8cc93b61398340ed9a7ba62fad7e6741)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8cc93b61398340ed9a7ba62fad7e6741', 'request_id': 'req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8cc93b61398340ed9a7ba62fad7e6741', 'request_id': 'req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8cc93b61398340ed9a7ba62fad7e6741', 'request_id': 'req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] The token cache is being invalidate because project 8cc93b61398340ed9a7ba62fad7e6741 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-09b422fd-6cc3-42ff-b399-ccc2a3a1ed54 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 863/1723] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:44:54 2025] DELETE /identity/v3/projects/8cc93b61398340ed9a7ba62fad7e6741 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 861/1724] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:54 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 864/1725] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:54 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b94dbbdd-608f-44b0-8f3f-cd5b1f49b2a0 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 862/1726] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:44:54 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f0e42da-c935-4938-acd8-ecd0e29b8587 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 865/1727] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:54 2025] POST /identity/v3/projects => generated 382 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5277c9bd-c48f-4b80-b233-252101155fbf ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 863/1728] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:54 2025] POST /identity/v3/users => generated 299 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f313834f-6f7a-4735-95bc-187ccaf43d29 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 866/1729] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:54 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76651d5d-ade7-46e5-9ab5-3ece4c95ccdb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] PATH_INFO: `/v3/projects/a8a05f7fc80741f092961af8a53785d6/users/1abbb0493ea3470c9b9b6ef61c43598f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a8a05f7fc80741f092961af8a53785d6, user_id=1abbb0493ea3470c9b9b6ef61c43598f, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 864/1730] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:54 2025] PUT /identity/v3/projects/a8a05f7fc80741f092961af8a53785d6/users/1abbb0493ea3470c9b9b6ef61c43598f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-65882d7c-76fe-452d-bb11-c36782bf59ca ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-802a9414-a4ce-4d68-9327-60d3ef5929dc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-802a9414-a4ce-4d68-9327-60d3ef5929dc ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-802a9414-a4ce-4d68-9327-60d3ef5929dc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-802a9414-a4ce-4d68-9327-60d3ef5929dc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-802a9414-a4ce-4d68-9327-60d3ef5929dc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-802a9414-a4ce-4d68-9327-60d3ef5929dc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 867/1731] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:54 2025] GET /identity/v3/roles => generated 1672 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0887df69-06d0-42c3-a9b6-1dace1683177 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] PATH_INFO: `/v3/projects/a8a05f7fc80741f092961af8a53785d6/users/1abbb0493ea3470c9b9b6ef61c43598f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=a8a05f7fc80741f092961af8a53785d6, user_id=1abbb0493ea3470c9b9b6ef61c43598f, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 865/1732] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:54 2025] PUT /identity/v3/projects/a8a05f7fc80741f092961af8a53785d6/users/1abbb0493ea3470c9b9b6ef61c43598f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] MFA Rules not processed for user `1abbb0493ea3470c9b9b6ef61c43598f`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 868/1733] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:54 2025] POST /identity/v3/auth/tokens => generated 2512 bytes in 70 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d62728a-b003-40fd-9725-586f56c81e9a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 866/1734] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:44:54 2025] POST /identity/v3/projects => generated 386 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a5b1a02-c2d5-487e-b49f-acad1a554d61 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:54 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 869/1735] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:44:54 2025] POST /identity/v3/users => generated 300 bytes in 52 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75d77c7d-312e-422d-b3c2-32f415e1779e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 867/1736] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:55 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b9fe1a61-a19d-44b3-b073-b4b9810065e5 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] PATH_INFO: `/v3/projects/951c63a8670c42698bc422672f754118/users/30772e7155694285b667580f88924f6a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=951c63a8670c42698bc422672f754118, user_id=30772e7155694285b667580f88924f6a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 870/1737] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:55 2025] PUT /identity/v3/projects/951c63a8670c42698bc422672f754118/users/30772e7155694285b667580f88924f6a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e7a97f00-2466-45be-a3c8-954a3a054402 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 868/1738] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:55 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8aa8fd8a-2616-4a35-8ac4-ff3de3b6386c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] PATH_INFO: `/v3/projects/951c63a8670c42698bc422672f754118/users/30772e7155694285b667580f88924f6a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] RBAC: Authorizing `identity:create_grant(project_id=951c63a8670c42698bc422672f754118, user_id=30772e7155694285b667580f88924f6a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 871/1739] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:55 2025] PUT /identity/v3/projects/951c63a8670c42698bc422672f754118/users/30772e7155694285b667580f88924f6a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-138112fa-a712-46e0-bd38-190f4c662d33 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df4ab3ab-60e0-4cc7-a75d-a03bcebfd5b9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df4ab3ab-60e0-4cc7-a75d-a03bcebfd5b9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df4ab3ab-60e0-4cc7-a75d-a03bcebfd5b9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df4ab3ab-60e0-4cc7-a75d-a03bcebfd5b9 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df4ab3ab-60e0-4cc7-a75d-a03bcebfd5b9 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df4ab3ab-60e0-4cc7-a75d-a03bcebfd5b9 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 869/1740] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:44:55 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-94000014-3280-4288-8126-13b54a9cadcd ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] PATH_INFO: `/v3/projects/951c63a8670c42698bc422672f754118/users/30772e7155694285b667580f88924f6a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=951c63a8670c42698bc422672f754118, user_id=30772e7155694285b667580f88924f6a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 872/1741] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:44:55 2025] PUT /identity/v3/projects/951c63a8670c42698bc422672f754118/users/30772e7155694285b667580f88924f6a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] MFA Rules not processed for user `30772e7155694285b667580f88924f6a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 870/1742] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:44:55 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 71 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-703fe979-d571-40bb-ad12-f6863a0f72b6 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 873/1743] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:55 2025] GET /identity/v3/auth/tokens => generated 2512 bytes in 79 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb8d662b-6cae-4e41-8d77-8bb2aab57950 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:44:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 871/1744] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:44:59 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 36 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0befee71-fa5c-499b-b435-dcfcf7de0cbd service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] PATH_INFO: `/v3/users/1abbb0493ea3470c9b9b6ef61c43598f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=1abbb0493ea3470c9b9b6ef61c43598f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '1abbb0493ea3470c9b9b6ef61c43598f', 'request_id': 'req-4459b20c-1442-4d42-a6e3-7bf343aca972'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '1abbb0493ea3470c9b9b6ef61c43598f', 'request_id': 'req-4459b20c-1442-4d42-a6e3-7bf343aca972'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '1abbb0493ea3470c9b9b6ef61c43598f', 'request_id': 'req-4459b20c-1442-4d42-a6e3-7bf343aca972'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '1abbb0493ea3470c9b9b6ef61c43598f', 'request_id': 'req-4459b20c-1442-4d42-a6e3-7bf343aca972'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4459b20c-1442-4d42-a6e3-7bf343aca972 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '1abbb0493ea3470c9b9b6ef61c43598f', 'request_id': 'req-4459b20c-1442-4d42-a6e3-7bf343aca972'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 874/1745] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:03 2025] DELETE /identity/v3/users/1abbb0493ea3470c9b9b6ef61c43598f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad38ff7e-3b2b-4605-99da-6cec1332c60b service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] PATH_INFO: `/v3/users/30772e7155694285b667580f88924f6a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=30772e7155694285b667580f88924f6a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '30772e7155694285b667580f88924f6a', 'request_id': 'req-26c119dc-dd42-4b00-bb0f-5d633d590511'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '30772e7155694285b667580f88924f6a', 'request_id': 'req-26c119dc-dd42-4b00-bb0f-5d633d590511'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '30772e7155694285b667580f88924f6a', 'request_id': 'req-26c119dc-dd42-4b00-bb0f-5d633d590511'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '30772e7155694285b667580f88924f6a', 'request_id': 'req-26c119dc-dd42-4b00-bb0f-5d633d590511'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '30772e7155694285b667580f88924f6a', 'request_id': 'req-26c119dc-dd42-4b00-bb0f-5d633d590511'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 872/1746] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:04 2025] DELETE /identity/v3/users/30772e7155694285b667580f88924f6a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 875/1747] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26c119dc-dd42-4b00-bb0f-5d633d590511 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 873/1748] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:04 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4d5b2e6c-6613-428f-bb55-f7f15fa1ab17 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] PATH_INFO: `/v3/projects/a8a05f7fc80741f092961af8a53785d6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] RBAC: Authorizing `identity:delete_project(project_id=a8a05f7fc80741f092961af8a53785d6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'a8a05f7fc80741f092961af8a53785d6', 'request_id': 'req-2bc40978-df52-4232-9085-e05d983e109b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'a8a05f7fc80741f092961af8a53785d6', 'request_id': 'req-2bc40978-df52-4232-9085-e05d983e109b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'a8a05f7fc80741f092961af8a53785d6', 'request_id': 'req-2bc40978-df52-4232-9085-e05d983e109b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] The token cache is being invalidate because project a8a05f7fc80741f092961af8a53785d6 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2bc40978-df52-4232-9085-e05d983e109b ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 876/1749] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:04 2025] DELETE /identity/v3/projects/a8a05f7fc80741f092961af8a53785d6 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43c595de-d665-44df-bdd4-91f5368531f5 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] PATH_INFO: `/v3/projects/951c63a8670c42698bc422672f754118` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] RBAC: Authorizing `identity:delete_project(project_id=951c63a8670c42698bc422672f754118)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '951c63a8670c42698bc422672f754118', 'request_id': 'req-55c26861-41cc-499a-8a54-5a550bc6a6fd'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '951c63a8670c42698bc422672f754118', 'request_id': 'req-55c26861-41cc-499a-8a54-5a550bc6a6fd'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '951c63a8670c42698bc422672f754118', 'request_id': 'req-55c26861-41cc-499a-8a54-5a550bc6a6fd'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] The token cache is being invalidate because project 951c63a8670c42698bc422672f754118 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-55c26861-41cc-499a-8a54-5a550bc6a6fd ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 874/1750] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:04 2025] DELETE /identity/v3/projects/951c63a8670c42698bc422672f754118 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 877/1751] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 875/1752] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b45432ef-1d4b-4eee-85f4-1470eb5a9a1f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 878/1753] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:05 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 26 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b865a62b-08b1-4937-84ca-f23b5655d218 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 876/1754] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:05 2025] POST /identity/v3/projects => generated 386 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ec1e9f4-ee08-4d37-89de-81d6a5068e7e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 879/1755] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:05 2025] POST /identity/v3/users => generated 301 bytes in 58 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-474cb53f-cd88-4236-9273-1fff5ff09ce6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 877/1756] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:05 2025] GET /identity/v3/roles => generated 1672 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-976c8420-34e0-4552-8698-f8807454bb87 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] PATH_INFO: `/v3/projects/0bb169b9cd154eaf994f076669441f7c/users/02a8c6a2d26142a99c4fff4d77ef8be7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0bb169b9cd154eaf994f076669441f7c, user_id=02a8c6a2d26142a99c4fff4d77ef8be7, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 880/1757] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:05 2025] PUT /identity/v3/projects/0bb169b9cd154eaf994f076669441f7c/users/02a8c6a2d26142a99c4fff4d77ef8be7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 30 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f17b6192-ae36-4d86-8d25-7db8f2aacd1b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e1d245fb-86b6-485a-899b-4c5b4f69ef4d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1d245fb-86b6-485a-899b-4c5b4f69ef4d ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1d245fb-86b6-485a-899b-4c5b4f69ef4d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e1d245fb-86b6-485a-899b-4c5b4f69ef4d ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1d245fb-86b6-485a-899b-4c5b4f69ef4d ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e1d245fb-86b6-485a-899b-4c5b4f69ef4d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 878/1758] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:05 2025] GET /identity/v3/roles => generated 1672 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5fd2ebc1-efd4-4f71-b075-f1f0782f0900 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] PATH_INFO: `/v3/projects/0bb169b9cd154eaf994f076669441f7c/users/02a8c6a2d26142a99c4fff4d77ef8be7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=0bb169b9cd154eaf994f076669441f7c, user_id=02a8c6a2d26142a99c4fff4d77ef8be7, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 881/1759] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:05 2025] PUT /identity/v3/projects/0bb169b9cd154eaf994f076669441f7c/users/02a8c6a2d26142a99c4fff4d77ef8be7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] MFA Rules not processed for user `02a8c6a2d26142a99c4fff4d77ef8be7`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 879/1760] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:05 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-202d3a7f-f1ba-44b4-9db4-fdf77f4a1461 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7801d382-37e8-4c43-8775-339ada52b131 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7801d382-37e8-4c43-8775-339ada52b131 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7801d382-37e8-4c43-8775-339ada52b131 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7801d382-37e8-4c43-8775-339ada52b131 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7801d382-37e8-4c43-8775-339ada52b131 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7801d382-37e8-4c43-8775-339ada52b131 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 882/1761] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:05 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e4ab1eba-db38-4af1-b37d-b7d5e689c50f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] PATH_INFO: `/v3/users/02a8c6a2d26142a99c4fff4d77ef8be7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=02a8c6a2d26142a99c4fff4d77ef8be7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '02a8c6a2d26142a99c4fff4d77ef8be7', 'request_id': 'req-346512eb-6ebd-458b-b9b7-a2f82882f317'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '02a8c6a2d26142a99c4fff4d77ef8be7', 'request_id': 'req-346512eb-6ebd-458b-b9b7-a2f82882f317'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '02a8c6a2d26142a99c4fff4d77ef8be7', 'request_id': 'req-346512eb-6ebd-458b-b9b7-a2f82882f317'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '02a8c6a2d26142a99c4fff4d77ef8be7', 'request_id': 'req-346512eb-6ebd-458b-b9b7-a2f82882f317'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '02a8c6a2d26142a99c4fff4d77ef8be7', 'request_id': 'req-346512eb-6ebd-458b-b9b7-a2f82882f317'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 880/1762] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:05 2025] DELETE /identity/v3/users/02a8c6a2d26142a99c4fff4d77ef8be7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 883/1763] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-346512eb-6ebd-458b-b9b7-a2f82882f317 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-df5d83d6-e124-428e-9a49-e712e4bc320d service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df5d83d6-e124-428e-9a49-e712e4bc320d service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df5d83d6-e124-428e-9a49-e712e4bc320d service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-df5d83d6-e124-428e-9a49-e712e4bc320d service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df5d83d6-e124-428e-9a49-e712e4bc320d service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-df5d83d6-e124-428e-9a49-e712e4bc320d service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 881/1764] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:05 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ab138635-dd5d-4eb6-9bf0-c8fd9c497a7d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] PATH_INFO: `/v3/projects/0bb169b9cd154eaf994f076669441f7c` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=0bb169b9cd154eaf994f076669441f7c)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '0bb169b9cd154eaf994f076669441f7c', 'request_id': 'req-da27a530-c90c-4f65-a601-f2409dabc718'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '0bb169b9cd154eaf994f076669441f7c', 'request_id': 'req-da27a530-c90c-4f65-a601-f2409dabc718'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '0bb169b9cd154eaf994f076669441f7c', 'request_id': 'req-da27a530-c90c-4f65-a601-f2409dabc718'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] The token cache is being invalidate because project 0bb169b9cd154eaf994f076669441f7c was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-da27a530-c90c-4f65-a601-f2409dabc718 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 884/1765] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:06 2025] DELETE /identity/v3/projects/0bb169b9cd154eaf994f076669441f7c => generated 0 bytes in 61 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 882/1766] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:06 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 885/1767] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:06 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2481c674-9bcc-48b6-8396-98996ddac626 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 883/1768] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:06 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-218370f2-6203-4b4b-a79d-27e954c3b1e0 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 886/1769] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:06 2025] POST /identity/v3/projects => generated 372 bytes in 29 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48a423f8-b8e1-4485-829a-802eb1301637 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 884/1770] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:06 2025] POST /identity/v3/users => generated 294 bytes in 67 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d41fabee-c0c5-47b8-b682-c4fae14660f4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 887/1771] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:06 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-52eb17b9-ae07-4e17-ba68-b5638459aa3d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] PATH_INFO: `/v3/projects/db59888c4f624cd6a72ef21eeb14e881/users/66279b84770643ceb3348e59283a121d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=db59888c4f624cd6a72ef21eeb14e881, user_id=66279b84770643ceb3348e59283a121d, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 885/1772] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:06 2025] PUT /identity/v3/projects/db59888c4f624cd6a72ef21eeb14e881/users/66279b84770643ceb3348e59283a121d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cf14d554-7ce9-4ec9-bbc3-2e28158b54cc ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-03279318-43ec-4a94-af2e-d7ed55875c80 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03279318-43ec-4a94-af2e-d7ed55875c80 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03279318-43ec-4a94-af2e-d7ed55875c80 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-03279318-43ec-4a94-af2e-d7ed55875c80 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-03279318-43ec-4a94-af2e-d7ed55875c80 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-03279318-43ec-4a94-af2e-d7ed55875c80 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 888/1773] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:06 2025] GET /identity/v3/roles => generated 1672 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d26cadb-b1ae-440d-acd7-18b5ccb29a92 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] PATH_INFO: `/v3/projects/db59888c4f624cd6a72ef21eeb14e881/users/66279b84770643ceb3348e59283a121d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] RBAC: Authorizing `identity:create_grant(project_id=db59888c4f624cd6a72ef21eeb14e881, user_id=66279b84770643ceb3348e59283a121d, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 886/1774] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:06 2025] PUT /identity/v3/projects/db59888c4f624cd6a72ef21eeb14e881/users/66279b84770643ceb3348e59283a121d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] MFA Rules not processed for user `66279b84770643ceb3348e59283a121d`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 889/1775] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:06 2025] POST /identity/v3/auth/tokens => generated 2502 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a9713942-2216-4ab6-8cf3-6a945fe8632b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-858fb1f2-5e22-4614-876b-a57beb19eaa1 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-858fb1f2-5e22-4614-876b-a57beb19eaa1 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-858fb1f2-5e22-4614-876b-a57beb19eaa1 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-858fb1f2-5e22-4614-876b-a57beb19eaa1 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-858fb1f2-5e22-4614-876b-a57beb19eaa1 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-858fb1f2-5e22-4614-876b-a57beb19eaa1 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 887/1776] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:06 2025] GET /identity/v3/auth/tokens => generated 2502 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f6118de-3667-480d-8d5d-11580ad87ecb None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] PATH_INFO: `/v3/users/66279b84770643ceb3348e59283a121d` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=66279b84770643ceb3348e59283a121d)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '66279b84770643ceb3348e59283a121d', 'request_id': 'req-e2965efb-18f0-4200-b8a6-32a373830700'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '66279b84770643ceb3348e59283a121d', 'request_id': 'req-e2965efb-18f0-4200-b8a6-32a373830700'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '66279b84770643ceb3348e59283a121d', 'request_id': 'req-e2965efb-18f0-4200-b8a6-32a373830700'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '66279b84770643ceb3348e59283a121d', 'request_id': 'req-e2965efb-18f0-4200-b8a6-32a373830700'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '66279b84770643ceb3348e59283a121d', 'request_id': 'req-e2965efb-18f0-4200-b8a6-32a373830700'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 890/1777] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:06 2025] DELETE /identity/v3/users/66279b84770643ceb3348e59283a121d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 888/1778] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:06 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2965efb-18f0-4200-b8a6-32a373830700 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d202491c-ce32-4c34-ba0f-f82c565cbcb9 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d202491c-ce32-4c34-ba0f-f82c565cbcb9 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d202491c-ce32-4c34-ba0f-f82c565cbcb9 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d202491c-ce32-4c34-ba0f-f82c565cbcb9 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d202491c-ce32-4c34-ba0f-f82c565cbcb9 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d202491c-ce32-4c34-ba0f-f82c565cbcb9 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:06 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 891/1779] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:06 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a1cb69b-27eb-4d4e-b9b1-10347050e17f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] PATH_INFO: `/v3/projects/db59888c4f624cd6a72ef21eeb14e881` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=db59888c4f624cd6a72ef21eeb14e881)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'db59888c4f624cd6a72ef21eeb14e881', 'request_id': 'req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'db59888c4f624cd6a72ef21eeb14e881', 'request_id': 'req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'db59888c4f624cd6a72ef21eeb14e881', 'request_id': 'req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] The token cache is being invalidate because project db59888c4f624cd6a72ef21eeb14e881 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-16b3abcb-5c2b-4c74-afa1-d2b417c1cd90 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 889/1780] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:07 2025] DELETE /identity/v3/projects/db59888c4f624cd6a72ef21eeb14e881 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 892/1781] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 890/1782] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:07 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 32 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54f89da1-1479-4c14-ad19-d4954558edc7 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 893/1783] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:07 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 33 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-75db4cec-970e-45de-a4e3-e542afeabf7f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 891/1784] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:07 2025] POST /identity/v3/projects => generated 386 bytes in 40 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ff73fe06-d22e-411a-bb02-2700bd50eabd ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 894/1785] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:07 2025] POST /identity/v3/users => generated 301 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f67b107f-fa99-429c-b8f7-e619f66cbd90 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 892/1786] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:07 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2f8d4bad-23cf-4f17-ad87-eddc7ad76e72 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] PATH_INFO: `/v3/projects/f46584e7668b46d597305d28fbc0251c/users/66b821cf225b43bcb5165d9646230484/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f46584e7668b46d597305d28fbc0251c, user_id=66b821cf225b43bcb5165d9646230484, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 895/1787] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:07 2025] PUT /identity/v3/projects/f46584e7668b46d597305d28fbc0251c/users/66b821cf225b43bcb5165d9646230484/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a531354e-f097-4ddc-a384-bcf63a1a1301 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3aae9987-a0f0-4701-93cc-c359e0c5af2a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aae9987-a0f0-4701-93cc-c359e0c5af2a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aae9987-a0f0-4701-93cc-c359e0c5af2a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3aae9987-a0f0-4701-93cc-c359e0c5af2a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3aae9987-a0f0-4701-93cc-c359e0c5af2a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3aae9987-a0f0-4701-93cc-c359e0c5af2a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 893/1788] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:07 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27ed1c4a-2c36-41b0-8b99-625eeda914e4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] PATH_INFO: `/v3/projects/f46584e7668b46d597305d28fbc0251c/users/66b821cf225b43bcb5165d9646230484/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f46584e7668b46d597305d28fbc0251c, user_id=66b821cf225b43bcb5165d9646230484, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 896/1789] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:07 2025] PUT /identity/v3/projects/f46584e7668b46d597305d28fbc0251c/users/66b821cf225b43bcb5165d9646230484/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] MFA Rules not processed for user `66b821cf225b43bcb5165d9646230484`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 894/1790] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:07 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7eb2bb91-f240-44a3-a994-721258036684 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-352c9867-be11-4b77-b6ca-4685b5a08d1c service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-352c9867-be11-4b77-b6ca-4685b5a08d1c service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-352c9867-be11-4b77-b6ca-4685b5a08d1c service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-352c9867-be11-4b77-b6ca-4685b5a08d1c service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-352c9867-be11-4b77-b6ca-4685b5a08d1c service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-352c9867-be11-4b77-b6ca-4685b5a08d1c service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:07 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 897/1791] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:07 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-333db549-09af-4e56-aac3-51940ed97ae0 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] PATH_INFO: `/v3/users/66b821cf225b43bcb5165d9646230484` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=66b821cf225b43bcb5165d9646230484)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '66b821cf225b43bcb5165d9646230484', 'request_id': 'req-bf019e45-747f-491d-b86a-d70fd2fbf435'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '66b821cf225b43bcb5165d9646230484', 'request_id': 'req-bf019e45-747f-491d-b86a-d70fd2fbf435'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '66b821cf225b43bcb5165d9646230484', 'request_id': 'req-bf019e45-747f-491d-b86a-d70fd2fbf435'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '66b821cf225b43bcb5165d9646230484', 'request_id': 'req-bf019e45-747f-491d-b86a-d70fd2fbf435'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '66b821cf225b43bcb5165d9646230484', 'request_id': 'req-bf019e45-747f-491d-b86a-d70fd2fbf435'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 895/1792] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:12 2025] DELETE /identity/v3/users/66b821cf225b43bcb5165d9646230484 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:12 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 898/1793] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:12 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bf019e45-747f-491d-b86a-d70fd2fbf435 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-874cf553-06ad-4476-8201-94f257735175 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-874cf553-06ad-4476-8201-94f257735175 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-874cf553-06ad-4476-8201-94f257735175 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-874cf553-06ad-4476-8201-94f257735175 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-874cf553-06ad-4476-8201-94f257735175 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-874cf553-06ad-4476-8201-94f257735175 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 896/1794] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:13 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e99a8e15-7db5-4d83-86dd-dcbfb4388665 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] PATH_INFO: `/v3/projects/f46584e7668b46d597305d28fbc0251c` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f46584e7668b46d597305d28fbc0251c)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f46584e7668b46d597305d28fbc0251c', 'request_id': 'req-98250472-64f3-4f75-99c9-e7d002f0fb4b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f46584e7668b46d597305d28fbc0251c', 'request_id': 'req-98250472-64f3-4f75-99c9-e7d002f0fb4b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f46584e7668b46d597305d28fbc0251c', 'request_id': 'req-98250472-64f3-4f75-99c9-e7d002f0fb4b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] The token cache is being invalidate because project f46584e7668b46d597305d28fbc0251c was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-98250472-64f3-4f75-99c9-e7d002f0fb4b ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 899/1795] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:13 2025] DELETE /identity/v3/projects/f46584e7668b46d597305d28fbc0251c => generated 0 bytes in 67 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 897/1796] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:13 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 900/1797] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:13 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 26 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4b44f8b9-1ab6-4372-93d6-7f17defc46d1 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 898/1798] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:13 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0467850-0ce2-4160-8ca5-1bdd94f682e2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 901/1799] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:13 2025] POST /identity/v3/projects => generated 362 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-30865bb8-0ddc-42e6-9baa-4c241f18fed8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 899/1800] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:13 2025] POST /identity/v3/users => generated 289 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-36cf5450-5ab1-40e7-a1d2-c5dd15abd117 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 902/1801] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:13 2025] GET /identity/v3/roles => generated 1672 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c84b1e19-46e7-40d2-be5a-48643c38116e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] PATH_INFO: `/v3/projects/d7dbee0d185f49b8964c0b08d3fb71f0/users/4ecd2e964167464182805a3ba23cc1d7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d7dbee0d185f49b8964c0b08d3fb71f0, user_id=4ecd2e964167464182805a3ba23cc1d7, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 900/1802] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:13 2025] PUT /identity/v3/projects/d7dbee0d185f49b8964c0b08d3fb71f0/users/4ecd2e964167464182805a3ba23cc1d7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0bc0fac0-e68c-4af5-aa67-f34008a39668 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-234e4786-24fe-4051-904a-bf12fd79559c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-234e4786-24fe-4051-904a-bf12fd79559c ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-234e4786-24fe-4051-904a-bf12fd79559c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-234e4786-24fe-4051-904a-bf12fd79559c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-234e4786-24fe-4051-904a-bf12fd79559c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-234e4786-24fe-4051-904a-bf12fd79559c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 903/1803] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:13 2025] GET /identity/v3/roles => generated 1672 bytes in 54 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8034efc4-6822-4218-8d51-183ef5aa599a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] PATH_INFO: `/v3/projects/d7dbee0d185f49b8964c0b08d3fb71f0/users/4ecd2e964167464182805a3ba23cc1d7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=d7dbee0d185f49b8964c0b08d3fb71f0, user_id=4ecd2e964167464182805a3ba23cc1d7, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 901/1804] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:13 2025] PUT /identity/v3/projects/d7dbee0d185f49b8964c0b08d3fb71f0/users/4ecd2e964167464182805a3ba23cc1d7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] MFA Rules not processed for user `4ecd2e964167464182805a3ba23cc1d7`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 904/1805] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:13 2025] POST /identity/v3/auth/tokens => generated 2492 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2e93af75-c222-44e1-a139-603f50e2c2d2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7ec6c18e-e9f2-43df-9f71-c4f97e911c36 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ec6c18e-e9f2-43df-9f71-c4f97e911c36 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ec6c18e-e9f2-43df-9f71-c4f97e911c36 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7ec6c18e-e9f2-43df-9f71-c4f97e911c36 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ec6c18e-e9f2-43df-9f71-c4f97e911c36 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7ec6c18e-e9f2-43df-9f71-c4f97e911c36 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:13 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 902/1806] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:13 2025] GET /identity/v3/auth/tokens => generated 2492 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:13 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-621ffd5e-4377-4c6f-a1d0-e2890db31a14 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] PATH_INFO: `/v3/users/4ecd2e964167464182805a3ba23cc1d7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=4ecd2e964167464182805a3ba23cc1d7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '4ecd2e964167464182805a3ba23cc1d7', 'request_id': 'req-90e5fa94-39b4-4561-b33c-27ed866ea43f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '4ecd2e964167464182805a3ba23cc1d7', 'request_id': 'req-90e5fa94-39b4-4561-b33c-27ed866ea43f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '4ecd2e964167464182805a3ba23cc1d7', 'request_id': 'req-90e5fa94-39b4-4561-b33c-27ed866ea43f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '4ecd2e964167464182805a3ba23cc1d7', 'request_id': 'req-90e5fa94-39b4-4561-b33c-27ed866ea43f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '4ecd2e964167464182805a3ba23cc1d7', 'request_id': 'req-90e5fa94-39b4-4561-b33c-27ed866ea43f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 905/1807] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:13 2025] DELETE /identity/v3/users/4ecd2e964167464182805a3ba23cc1d7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 903/1808] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90e5fa94-39b4-4561-b33c-27ed866ea43f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cb4bcc3-aa91-4fc7-ab44-7e53cb11f4d1 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cb4bcc3-aa91-4fc7-ab44-7e53cb11f4d1 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cb4bcc3-aa91-4fc7-ab44-7e53cb11f4d1 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cb4bcc3-aa91-4fc7-ab44-7e53cb11f4d1 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2cb4bcc3-aa91-4fc7-ab44-7e53cb11f4d1 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2cb4bcc3-aa91-4fc7-ab44-7e53cb11f4d1 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 906/1809] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:14 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5308e35b-414a-46ec-821a-1f45c32a3fec None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] PATH_INFO: `/v3/projects/d7dbee0d185f49b8964c0b08d3fb71f0` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] RBAC: Authorizing `identity:delete_project(project_id=d7dbee0d185f49b8964c0b08d3fb71f0)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'd7dbee0d185f49b8964c0b08d3fb71f0', 'request_id': 'req-8156c464-9fc3-4642-86bf-fe258851dfae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'd7dbee0d185f49b8964c0b08d3fb71f0', 'request_id': 'req-8156c464-9fc3-4642-86bf-fe258851dfae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'd7dbee0d185f49b8964c0b08d3fb71f0', 'request_id': 'req-8156c464-9fc3-4642-86bf-fe258851dfae'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] The token cache is being invalidate because project d7dbee0d185f49b8964c0b08d3fb71f0 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8156c464-9fc3-4642-86bf-fe258851dfae ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 904/1810] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:14 2025] DELETE /identity/v3/projects/d7dbee0d185f49b8964c0b08d3fb71f0 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 907/1811] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 905/1812] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 21 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2987597-cec1-4aa3-a029-0ae78bcb6a0d None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 908/1813] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:14 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9689726f-b38a-4c87-980b-231ba151b42a None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 906/1814] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:14 2025] POST /identity/v3/projects => generated 376 bytes in 22 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7041278e-7d07-484c-969d-c399962dc879 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 909/1815] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:14 2025] POST /identity/v3/users => generated 296 bytes in 47 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c9fdaf1-3c31-4718-a642-9097049e63c5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 907/1816] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:14 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77074fe2-cde4-4674-acd0-d29d4ea75b72 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] PATH_INFO: `/v3/projects/31d1317df5dd4cb9be017fcc33f64b3a/users/1c446cf9bf0a41c08c25a132b2ee419e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=31d1317df5dd4cb9be017fcc33f64b3a, user_id=1c446cf9bf0a41c08c25a132b2ee419e, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 910/1817] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:14 2025] PUT /identity/v3/projects/31d1317df5dd4cb9be017fcc33f64b3a/users/1c446cf9bf0a41c08c25a132b2ee419e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec70f9b7-9ca1-4468-a4de-27ed7cbcf491 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23d2a32d-d900-4763-ac63-018dc0153b72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23d2a32d-d900-4763-ac63-018dc0153b72 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23d2a32d-d900-4763-ac63-018dc0153b72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23d2a32d-d900-4763-ac63-018dc0153b72 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23d2a32d-d900-4763-ac63-018dc0153b72 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23d2a32d-d900-4763-ac63-018dc0153b72 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 908/1818] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:14 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-907445b9-0ac5-4cc2-b31b-ffc94581f3e9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] PATH_INFO: `/v3/projects/31d1317df5dd4cb9be017fcc33f64b3a/users/1c446cf9bf0a41c08c25a132b2ee419e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=31d1317df5dd4cb9be017fcc33f64b3a, user_id=1c446cf9bf0a41c08c25a132b2ee419e, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 911/1819] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:14 2025] PUT /identity/v3/projects/31d1317df5dd4cb9be017fcc33f64b3a/users/1c446cf9bf0a41c08c25a132b2ee419e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] MFA Rules not processed for user `1c446cf9bf0a41c08c25a132b2ee419e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 909/1820] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:14 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7b35777-ca28-4bba-9ea0-3445f5dc8728 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 912/1821] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:14 2025] POST /identity/v3/projects => generated 376 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-04d577bb-0001-4caf-b0d0-aff6f6d31c3e None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 910/1822] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:15 2025] POST /identity/v3/users => generated 295 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-28e30b91-8633-4121-8208-31b9fd891641 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 913/1823] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:15 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a61f6d5-3960-4530-99b1-7bda7db0db9d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] PATH_INFO: `/v3/projects/190534e6d06d46b581247cd4fcc295e1/users/9515a46b5ac140beb38afb9f2b8b624e/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=190534e6d06d46b581247cd4fcc295e1, user_id=9515a46b5ac140beb38afb9f2b8b624e, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 911/1824] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:15 2025] PUT /identity/v3/projects/190534e6d06d46b581247cd4fcc295e1/users/9515a46b5ac140beb38afb9f2b8b624e/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-663deea7-2fb4-4161-ae46-bbe6b38e5e41 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 914/1825] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:15 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-897abd4d-8d86-4e47-a46f-04f301d5c0d3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] PATH_INFO: `/v3/projects/190534e6d06d46b581247cd4fcc295e1/users/9515a46b5ac140beb38afb9f2b8b624e/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=190534e6d06d46b581247cd4fcc295e1, user_id=9515a46b5ac140beb38afb9f2b8b624e, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 912/1826] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:15 2025] PUT /identity/v3/projects/190534e6d06d46b581247cd4fcc295e1/users/9515a46b5ac140beb38afb9f2b8b624e/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2bbda867-ecf9-4198-a5fa-8c30f5c42409 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-82b480e7-a0fa-4c84-a3fa-3e4d78e6bd16 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82b480e7-a0fa-4c84-a3fa-3e4d78e6bd16 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82b480e7-a0fa-4c84-a3fa-3e4d78e6bd16 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-82b480e7-a0fa-4c84-a3fa-3e4d78e6bd16 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82b480e7-a0fa-4c84-a3fa-3e4d78e6bd16 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-82b480e7-a0fa-4c84-a3fa-3e4d78e6bd16 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 915/1827] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:15 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aab16517-195b-4d32-a6bb-cc56620ff839 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] PATH_INFO: `/v3/projects/190534e6d06d46b581247cd4fcc295e1/users/9515a46b5ac140beb38afb9f2b8b624e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] RBAC: Authorizing `identity:create_grant(project_id=190534e6d06d46b581247cd4fcc295e1, user_id=9515a46b5ac140beb38afb9f2b8b624e, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 913/1828] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:15 2025] PUT /identity/v3/projects/190534e6d06d46b581247cd4fcc295e1/users/9515a46b5ac140beb38afb9f2b8b624e/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] MFA Rules not processed for user `9515a46b5ac140beb38afb9f2b8b624e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 916/1829] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:15 2025] POST /identity/v3/auth/tokens => generated 2629 bytes in 64 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bea845b-06cd-4c92-80ee-a239c1e1f1fa ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 914/1830] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:15 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 67 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00bcab73-edf4-4760-8275-3e1c3468d02b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] PATH_INFO: `/v3/users/1c446cf9bf0a41c08c25a132b2ee419e` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] RBAC: Authorizing `identity:delete_user(user_id=1c446cf9bf0a41c08c25a132b2ee419e)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '1c446cf9bf0a41c08c25a132b2ee419e', 'request_id': 'req-60953f05-0f55-46c8-9d32-05c4c505b35c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '1c446cf9bf0a41c08c25a132b2ee419e', 'request_id': 'req-60953f05-0f55-46c8-9d32-05c4c505b35c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '1c446cf9bf0a41c08c25a132b2ee419e', 'request_id': 'req-60953f05-0f55-46c8-9d32-05c4c505b35c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '1c446cf9bf0a41c08c25a132b2ee419e', 'request_id': 'req-60953f05-0f55-46c8-9d32-05c4c505b35c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-60953f05-0f55-46c8-9d32-05c4c505b35c ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '1c446cf9bf0a41c08c25a132b2ee419e', 'request_id': 'req-60953f05-0f55-46c8-9d32-05c4c505b35c'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 917/1831] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:17 2025] DELETE /identity/v3/users/1c446cf9bf0a41c08c25a132b2ee419e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c96e1d70-3f82-42f7-9e0c-7afa8e634e7c service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] PATH_INFO: `/v3/users/9515a46b5ac140beb38afb9f2b8b624e` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=9515a46b5ac140beb38afb9f2b8b624e)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '9515a46b5ac140beb38afb9f2b8b624e', 'request_id': 'req-c8e6dacf-a6d8-4067-8f3b-931b462666c4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '9515a46b5ac140beb38afb9f2b8b624e', 'request_id': 'req-c8e6dacf-a6d8-4067-8f3b-931b462666c4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '9515a46b5ac140beb38afb9f2b8b624e', 'request_id': 'req-c8e6dacf-a6d8-4067-8f3b-931b462666c4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:17 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '9515a46b5ac140beb38afb9f2b8b624e', 'request_id': 'req-c8e6dacf-a6d8-4067-8f3b-931b462666c4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '9515a46b5ac140beb38afb9f2b8b624e', 'request_id': 'req-c8e6dacf-a6d8-4067-8f3b-931b462666c4'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 915/1832] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:17 2025] DELETE /identity/v3/users/9515a46b5ac140beb38afb9f2b8b624e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 918/1833] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c8e6dacf-a6d8-4067-8f3b-931b462666c4 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 916/1834] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:18 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c0ddd42-5877-4683-b073-27ccc8712ff0 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] PATH_INFO: `/v3/projects/190534e6d06d46b581247cd4fcc295e1` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=190534e6d06d46b581247cd4fcc295e1)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '190534e6d06d46b581247cd4fcc295e1', 'request_id': 'req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '190534e6d06d46b581247cd4fcc295e1', 'request_id': 'req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '190534e6d06d46b581247cd4fcc295e1', 'request_id': 'req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] The token cache is being invalidate because project 190534e6d06d46b581247cd4fcc295e1 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5d0ed7be-d5ac-4c46-a275-adeaec9a8364 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 919/1835] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:18 2025] DELETE /identity/v3/projects/190534e6d06d46b581247cd4fcc295e1 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-da78aefa-e3f7-4380-8beb-2cf8c34241ac service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] PATH_INFO: `/v3/projects/31d1317df5dd4cb9be017fcc33f64b3a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=31d1317df5dd4cb9be017fcc33f64b3a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '31d1317df5dd4cb9be017fcc33f64b3a', 'request_id': 'req-9077649b-021d-4dd9-83e1-c710259ca6f6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '31d1317df5dd4cb9be017fcc33f64b3a', 'request_id': 'req-9077649b-021d-4dd9-83e1-c710259ca6f6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '31d1317df5dd4cb9be017fcc33f64b3a', 'request_id': 'req-9077649b-021d-4dd9-83e1-c710259ca6f6'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] The token cache is being invalidate because project 31d1317df5dd4cb9be017fcc33f64b3a was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9077649b-021d-4dd9-83e1-c710259ca6f6 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 917/1836] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:18 2025] DELETE /identity/v3/projects/31d1317df5dd4cb9be017fcc33f64b3a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 920/1837] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:18 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 918/1838] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:18 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3f3236df-cb10-4e08-9f25-617ee92ea000 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 921/1839] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:19 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b41e2607-7d00-499a-9a2d-575faa3fc56b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 919/1840] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:19 2025] POST /identity/v3/projects => generated 376 bytes in 30 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f02b60c8-eed3-460c-a929-073007874f3b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 922/1841] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:19 2025] POST /identity/v3/users => generated 296 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f03196a4-bb04-4942-a71f-548ab0bc7181 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 920/1842] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:19 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-90a2ec88-6c2e-4ed5-bd35-64b31b64c192 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] PATH_INFO: `/v3/projects/57fb0abd696d4f53bd93fa45c2fe788f/users/ca3cbe536da3459689405aadd075d0f8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=57fb0abd696d4f53bd93fa45c2fe788f, user_id=ca3cbe536da3459689405aadd075d0f8, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 923/1843] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:19 2025] PUT /identity/v3/projects/57fb0abd696d4f53bd93fa45c2fe788f/users/ca3cbe536da3459689405aadd075d0f8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0f211568-63e6-478f-998a-e4b285fb127c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d1e8d241-916c-48b7-8d4c-3e3d633998e6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e8d241-916c-48b7-8d4c-3e3d633998e6 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e8d241-916c-48b7-8d4c-3e3d633998e6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d1e8d241-916c-48b7-8d4c-3e3d633998e6 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1e8d241-916c-48b7-8d4c-3e3d633998e6 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d1e8d241-916c-48b7-8d4c-3e3d633998e6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 921/1844] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:19 2025] GET /identity/v3/roles => generated 1672 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0801f72-8388-40ea-8a81-71640e8203a8 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] PATH_INFO: `/v3/projects/57fb0abd696d4f53bd93fa45c2fe788f/users/ca3cbe536da3459689405aadd075d0f8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=57fb0abd696d4f53bd93fa45c2fe788f, user_id=ca3cbe536da3459689405aadd075d0f8, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 924/1845] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:19 2025] PUT /identity/v3/projects/57fb0abd696d4f53bd93fa45c2fe788f/users/ca3cbe536da3459689405aadd075d0f8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] MFA Rules not processed for user `ca3cbe536da3459689405aadd075d0f8`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 922/1846] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:19 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-605289a0-c915-4259-879c-bd806ae7b943 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2004341-399c-4e0b-a04c-2f50a43caeb2 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2004341-399c-4e0b-a04c-2f50a43caeb2 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2004341-399c-4e0b-a04c-2f50a43caeb2 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2004341-399c-4e0b-a04c-2f50a43caeb2 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2004341-399c-4e0b-a04c-2f50a43caeb2 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2004341-399c-4e0b-a04c-2f50a43caeb2 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:19 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 925/1847] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:19 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 47 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:29 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=1393,keystone:DELETE=136,keystone:INSERT=63,keystone:UPDATE=8 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:29 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=1500,keystone:DELETE=136,keystone:INSERT=64,keystone:UPDATE=7 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b0c49b5-5af9-4d30-bf87-0c3b675b9e31 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] PATH_INFO: `/v3/users/ca3cbe536da3459689405aadd075d0f8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] RBAC: Authorizing `identity:delete_user(user_id=ca3cbe536da3459689405aadd075d0f8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'ca3cbe536da3459689405aadd075d0f8', 'request_id': 'req-c487e756-598d-48be-9649-20f7a53ab97c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'ca3cbe536da3459689405aadd075d0f8', 'request_id': 'req-c487e756-598d-48be-9649-20f7a53ab97c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'ca3cbe536da3459689405aadd075d0f8', 'request_id': 'req-c487e756-598d-48be-9649-20f7a53ab97c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'ca3cbe536da3459689405aadd075d0f8', 'request_id': 'req-c487e756-598d-48be-9649-20f7a53ab97c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'ca3cbe536da3459689405aadd075d0f8', 'request_id': 'req-c487e756-598d-48be-9649-20f7a53ab97c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 923/1848] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:34 2025] DELETE /identity/v3/users/ca3cbe536da3459689405aadd075d0f8 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 926/1849] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:34 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 81 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c487e756-598d-48be-9649-20f7a53ab97c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19d794d6-9609-4a87-bf6a-440d1f994a09 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19d794d6-9609-4a87-bf6a-440d1f994a09 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19d794d6-9609-4a87-bf6a-440d1f994a09 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19d794d6-9609-4a87-bf6a-440d1f994a09 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19d794d6-9609-4a87-bf6a-440d1f994a09 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-19d794d6-9609-4a87-bf6a-440d1f994a09 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:34 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 924/1850] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:34 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:45:34 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32005c16-2bfe-41a1-bdbf-6e2058d1758b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] PATH_INFO: `/v3/projects/57fb0abd696d4f53bd93fa45c2fe788f` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=57fb0abd696d4f53bd93fa45c2fe788f)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '57fb0abd696d4f53bd93fa45c2fe788f', 'request_id': 'req-feedba4f-52d2-4f8f-b085-40475687cc98'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '57fb0abd696d4f53bd93fa45c2fe788f', 'request_id': 'req-feedba4f-52d2-4f8f-b085-40475687cc98'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '57fb0abd696d4f53bd93fa45c2fe788f', 'request_id': 'req-feedba4f-52d2-4f8f-b085-40475687cc98'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] The token cache is being invalidate because project 57fb0abd696d4f53bd93fa45c2fe788f was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-feedba4f-52d2-4f8f-b085-40475687cc98 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 927/1851] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:34 2025] DELETE /identity/v3/projects/57fb0abd696d4f53bd93fa45c2fe788f => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 925/1852] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:35 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 928/1853] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:35 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 28 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4fecf282-4446-40cd-bf9e-762ec405dbaa None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 926/1854] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:35 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f8a4ec5-945a-45ba-9ab3-703124eae0b8 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 929/1855] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:35 2025] POST /identity/v3/projects => generated 374 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a906c1b0-7535-4949-ab03-905cf3d158a8 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 927/1856] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:35 2025] POST /identity/v3/users => generated 295 bytes in 47 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2661a997-6ddc-4cfd-9e95-49e4b79051ed ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 930/1857] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:35 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-724f5823-e77f-4759-953c-7b43f072b000 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] PATH_INFO: `/v3/projects/6a91f9cfff4b4de3ab06c0ce5ceb87b7/users/3440736cd84a41bc908c88496a3d3a10/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6a91f9cfff4b4de3ab06c0ce5ceb87b7, user_id=3440736cd84a41bc908c88496a3d3a10, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 928/1858] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:35 2025] PUT /identity/v3/projects/6a91f9cfff4b4de3ab06c0ce5ceb87b7/users/3440736cd84a41bc908c88496a3d3a10/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3fce832-4c34-44bb-9521-78412109db78 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-78375d13-d005-487d-9b9d-252fa24742b3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78375d13-d005-487d-9b9d-252fa24742b3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78375d13-d005-487d-9b9d-252fa24742b3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-78375d13-d005-487d-9b9d-252fa24742b3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78375d13-d005-487d-9b9d-252fa24742b3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-78375d13-d005-487d-9b9d-252fa24742b3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 931/1859] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:35 2025] GET /identity/v3/roles => generated 1672 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-beb1a0ee-facb-4b5e-8085-7c66a5fd6f74 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] PATH_INFO: `/v3/projects/6a91f9cfff4b4de3ab06c0ce5ceb87b7/users/3440736cd84a41bc908c88496a3d3a10/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6a91f9cfff4b4de3ab06c0ce5ceb87b7, user_id=3440736cd84a41bc908c88496a3d3a10, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 929/1860] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:35 2025] PUT /identity/v3/projects/6a91f9cfff4b4de3ab06c0ce5ceb87b7/users/3440736cd84a41bc908c88496a3d3a10/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] MFA Rules not processed for user `3440736cd84a41bc908c88496a3d3a10`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 932/1861] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:35 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fabc0844-eae7-4f2a-b99b-ae0ddc43c245 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f88ea6a-5272-461f-931f-c053265d45f0 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f88ea6a-5272-461f-931f-c053265d45f0 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f88ea6a-5272-461f-931f-c053265d45f0 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f88ea6a-5272-461f-931f-c053265d45f0 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f88ea6a-5272-461f-931f-c053265d45f0 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5f88ea6a-5272-461f-931f-c053265d45f0 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:35 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 930/1862] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:35 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0cc3b163-ffa5-4cfe-a6d8-a6accda70354 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] PATH_INFO: `/v3/users/3440736cd84a41bc908c88496a3d3a10` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3440736cd84a41bc908c88496a3d3a10)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3440736cd84a41bc908c88496a3d3a10', 'request_id': 'req-2a9631c9-01a6-4903-8b73-181c6c1a4237'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3440736cd84a41bc908c88496a3d3a10', 'request_id': 'req-2a9631c9-01a6-4903-8b73-181c6c1a4237'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3440736cd84a41bc908c88496a3d3a10', 'request_id': 'req-2a9631c9-01a6-4903-8b73-181c6c1a4237'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3440736cd84a41bc908c88496a3d3a10', 'request_id': 'req-2a9631c9-01a6-4903-8b73-181c6c1a4237'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3440736cd84a41bc908c88496a3d3a10', 'request_id': 'req-2a9631c9-01a6-4903-8b73-181c6c1a4237'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 933/1863] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:38 2025] DELETE /identity/v3/users/3440736cd84a41bc908c88496a3d3a10 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 931/1864] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2a9631c9-01a6-4903-8b73-181c6c1a4237 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-497dbd44-4f87-4a82-88d4-dd8e327efd0d service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-497dbd44-4f87-4a82-88d4-dd8e327efd0d service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-497dbd44-4f87-4a82-88d4-dd8e327efd0d service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-497dbd44-4f87-4a82-88d4-dd8e327efd0d service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-497dbd44-4f87-4a82-88d4-dd8e327efd0d service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-497dbd44-4f87-4a82-88d4-dd8e327efd0d service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 934/1865] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:38 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9388fbc8-1ef3-4df4-97a6-f69067ed710d None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] PATH_INFO: `/v3/projects/6a91f9cfff4b4de3ab06c0ce5ceb87b7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6a91f9cfff4b4de3ab06c0ce5ceb87b7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6a91f9cfff4b4de3ab06c0ce5ceb87b7', 'request_id': 'req-c7a845a5-49db-4905-9113-30f76c24afe3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6a91f9cfff4b4de3ab06c0ce5ceb87b7', 'request_id': 'req-c7a845a5-49db-4905-9113-30f76c24afe3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6a91f9cfff4b4de3ab06c0ce5ceb87b7', 'request_id': 'req-c7a845a5-49db-4905-9113-30f76c24afe3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] The token cache is being invalidate because project 6a91f9cfff4b4de3ab06c0ce5ceb87b7 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c7a845a5-49db-4905-9113-30f76c24afe3 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 932/1866] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:38 2025] DELETE /identity/v3/projects/6a91f9cfff4b4de3ab06c0ce5ceb87b7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 935/1867] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 933/1868] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:38 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 24 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9bff6793-fa66-4953-8e76-f961c194ab9b None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 936/1869] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:38 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c6ee3ee9-1e37-4d46-9b1b-f60ff330acf1 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:38 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 934/1870] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:38 2025] POST /identity/v3/projects => generated 378 bytes in 26 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:38 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b15a90ca-9c1b-4e6e-b55e-79c369a7125f ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 937/1871] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:38 2025] POST /identity/v3/users => generated 297 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-77a4ddb1-8370-4972-a052-9bbe8faea450 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 935/1872] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ec274c4a-36b4-4345-9e38-711b29071de2 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] PATH_INFO: `/v3/projects/372d8cc5641749a8b864e981b6916450/users/3f44af4ffb19423ca19c170a9176069c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=372d8cc5641749a8b864e981b6916450, user_id=3f44af4ffb19423ca19c170a9176069c, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 938/1873] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:39 2025] PUT /identity/v3/projects/372d8cc5641749a8b864e981b6916450/users/3f44af4ffb19423ca19c170a9176069c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-215af9bb-9c92-4250-a6df-c684f0cc2bc7 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d243c7e4-f61d-4d97-b4f6-d391649d54af ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d243c7e4-f61d-4d97-b4f6-d391649d54af ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d243c7e4-f61d-4d97-b4f6-d391649d54af ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d243c7e4-f61d-4d97-b4f6-d391649d54af ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d243c7e4-f61d-4d97-b4f6-d391649d54af ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d243c7e4-f61d-4d97-b4f6-d391649d54af ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 936/1874] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca33233d-a690-4316-9778-bbc7463521a0 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] PATH_INFO: `/v3/projects/372d8cc5641749a8b864e981b6916450/users/3f44af4ffb19423ca19c170a9176069c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=372d8cc5641749a8b864e981b6916450, user_id=3f44af4ffb19423ca19c170a9176069c, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 939/1875] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:39 2025] PUT /identity/v3/projects/372d8cc5641749a8b864e981b6916450/users/3f44af4ffb19423ca19c170a9176069c/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] MFA Rules not processed for user `3f44af4ffb19423ca19c170a9176069c`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 937/1876] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:39 2025] POST /identity/v3/auth/tokens => generated 2508 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-24d19f28-0d40-42fa-95e8-6bd5d3fd7454 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 940/1877] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:39 2025] POST /identity/v3/projects => generated 376 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9c096f06-0ed3-4ef5-ae24-e92857633a63 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 938/1878] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:39 2025] POST /identity/v3/users => generated 296 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e9bd7eb-ca19-4144-b5f2-80791a71412e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 941/1879] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-486ee49f-50a0-4eb2-9cf3-495bc8951079 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] PATH_INFO: `/v3/projects/6bece417b6d24522bbe6cf3144961942/users/fab5aa1481964d2ab4035ac45e99a674/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6bece417b6d24522bbe6cf3144961942, user_id=fab5aa1481964d2ab4035ac45e99a674, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 939/1880] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:39 2025] PUT /identity/v3/projects/6bece417b6d24522bbe6cf3144961942/users/fab5aa1481964d2ab4035ac45e99a674/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-162b90cc-5447-4a5b-86ad-b46c4f26fcda ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-23dacc34-7dcc-40a8-93ae-e93e21914ef5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23dacc34-7dcc-40a8-93ae-e93e21914ef5 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23dacc34-7dcc-40a8-93ae-e93e21914ef5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-23dacc34-7dcc-40a8-93ae-e93e21914ef5 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23dacc34-7dcc-40a8-93ae-e93e21914ef5 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-23dacc34-7dcc-40a8-93ae-e93e21914ef5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 942/1881] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-900a998d-7793-450d-8544-f4dae7d1f868 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] PATH_INFO: `/v3/projects/6bece417b6d24522bbe6cf3144961942/users/fab5aa1481964d2ab4035ac45e99a674/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=6bece417b6d24522bbe6cf3144961942, user_id=fab5aa1481964d2ab4035ac45e99a674, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 940/1882] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:39 2025] PUT /identity/v3/projects/6bece417b6d24522bbe6cf3144961942/users/fab5aa1481964d2ab4035ac45e99a674/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] MFA Rules not processed for user `fab5aa1481964d2ab4035ac45e99a674`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 943/1883] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:39 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-809ba5d8-e452-4093-abf9-9f06e02d9595 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 941/1884] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:39 2025] POST /identity/v3/projects => generated 376 bytes in 65 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10cae2a6-15a6-4107-b18e-8c197bc777e6 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 944/1885] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:39 2025] POST /identity/v3/users => generated 295 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-39d13feb-8bd1-4de8-9038-9f9685cb07a6 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 942/1886] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ffa6128-0e59-4b3a-a23d-d8202a54b697 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] PATH_INFO: `/v3/projects/64bc052c333d453db44069c881c49e40/users/0c081db888c54a6f830aa23ec40b382a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=64bc052c333d453db44069c881c49e40, user_id=0c081db888c54a6f830aa23ec40b382a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 945/1887] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:39 2025] PUT /identity/v3/projects/64bc052c333d453db44069c881c49e40/users/0c081db888c54a6f830aa23ec40b382a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-869db4d0-c78d-4570-8d70-f1d25589ad5f ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 943/1888] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/roles => generated 1672 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-05f63761-2953-45f1-b6a0-c49e0a03c546 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] PATH_INFO: `/v3/projects/64bc052c333d453db44069c881c49e40/users/0c081db888c54a6f830aa23ec40b382a/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] RBAC: Authorizing `identity:create_grant(project_id=64bc052c333d453db44069c881c49e40, user_id=0c081db888c54a6f830aa23ec40b382a, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 946/1889] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:39 2025] PUT /identity/v3/projects/64bc052c333d453db44069c881c49e40/users/0c081db888c54a6f830aa23ec40b382a/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-681f674d-e127-4a5c-9d88-4760333fe830 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cecc5cbf-fb10-4b6e-a09b-38f036f38e70 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cecc5cbf-fb10-4b6e-a09b-38f036f38e70 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cecc5cbf-fb10-4b6e-a09b-38f036f38e70 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cecc5cbf-fb10-4b6e-a09b-38f036f38e70 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cecc5cbf-fb10-4b6e-a09b-38f036f38e70 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cecc5cbf-fb10-4b6e-a09b-38f036f38e70 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 944/1890] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/roles => generated 1672 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a69e60f-b7c3-482f-8ec8-35844ef0d3ea ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] PATH_INFO: `/v3/projects/64bc052c333d453db44069c881c49e40/users/0c081db888c54a6f830aa23ec40b382a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=64bc052c333d453db44069c881c49e40, user_id=0c081db888c54a6f830aa23ec40b382a, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 947/1891] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:39 2025] PUT /identity/v3/projects/64bc052c333d453db44069c881c49e40/users/0c081db888c54a6f830aa23ec40b382a/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] MFA Rules not processed for user `0c081db888c54a6f830aa23ec40b382a`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 945/1892] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:39 2025] POST /identity/v3/auth/tokens => generated 2629 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e161f46f-7494-4be9-88e1-bf2cdb9a160a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 948/1893] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:39 2025] GET /identity/v3/auth/tokens => generated 2508 bytes in 79 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-457c4585-ac03-4a66-b3bc-aeb036a26c42 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 946/1894] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:41 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 41 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b458b6b0-9f39-4e6b-8227-2d0f5a033bad service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 949/1895] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:42 2025] GET /identity/v3/auth/tokens => generated 2629 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1b1aeb9c-bb6a-4cdc-b056-99bd9c9ec45e service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] PATH_INFO: `/v3/users/3f44af4ffb19423ca19c170a9176069c` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3f44af4ffb19423ca19c170a9176069c)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3f44af4ffb19423ca19c170a9176069c', 'request_id': 'req-611c3714-6731-46cb-9499-167ca8869c67'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3f44af4ffb19423ca19c170a9176069c', 'request_id': 'req-611c3714-6731-46cb-9499-167ca8869c67'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3f44af4ffb19423ca19c170a9176069c', 'request_id': 'req-611c3714-6731-46cb-9499-167ca8869c67'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3f44af4ffb19423ca19c170a9176069c', 'request_id': 'req-611c3714-6731-46cb-9499-167ca8869c67'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3f44af4ffb19423ca19c170a9176069c', 'request_id': 'req-611c3714-6731-46cb-9499-167ca8869c67'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 947/1896] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:46 2025] DELETE /identity/v3/users/3f44af4ffb19423ca19c170a9176069c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbf48f14-9ec5-44c7-88f7-32fdb8d22d43 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] PATH_INFO: `/v3/users/fab5aa1481964d2ab4035ac45e99a674` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=fab5aa1481964d2ab4035ac45e99a674)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'fab5aa1481964d2ab4035ac45e99a674', 'request_id': 'req-5cb23ba8-af89-4f5a-acde-7693f027f536'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'fab5aa1481964d2ab4035ac45e99a674', 'request_id': 'req-5cb23ba8-af89-4f5a-acde-7693f027f536'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'fab5aa1481964d2ab4035ac45e99a674', 'request_id': 'req-5cb23ba8-af89-4f5a-acde-7693f027f536'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'fab5aa1481964d2ab4035ac45e99a674', 'request_id': 'req-5cb23ba8-af89-4f5a-acde-7693f027f536'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5cb23ba8-af89-4f5a-acde-7693f027f536 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'fab5aa1481964d2ab4035ac45e99a674', 'request_id': 'req-5cb23ba8-af89-4f5a-acde-7693f027f536'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 950/1897] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:46 2025] DELETE /identity/v3/users/fab5aa1481964d2ab4035ac45e99a674 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-611c3714-6731-46cb-9499-167ca8869c67 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] PATH_INFO: `/v3/users/0c081db888c54a6f830aa23ec40b382a` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=0c081db888c54a6f830aa23ec40b382a)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '0c081db888c54a6f830aa23ec40b382a', 'request_id': 'req-bd7999fa-b8a1-4023-8dba-9b4da582baa3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '0c081db888c54a6f830aa23ec40b382a', 'request_id': 'req-bd7999fa-b8a1-4023-8dba-9b4da582baa3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '0c081db888c54a6f830aa23ec40b382a', 'request_id': 'req-bd7999fa-b8a1-4023-8dba-9b4da582baa3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '0c081db888c54a6f830aa23ec40b382a', 'request_id': 'req-bd7999fa-b8a1-4023-8dba-9b4da582baa3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '0c081db888c54a6f830aa23ec40b382a', 'request_id': 'req-bd7999fa-b8a1-4023-8dba-9b4da582baa3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 948/1898] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:46 2025] DELETE /identity/v3/users/0c081db888c54a6f830aa23ec40b382a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 951/1899] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bd7999fa-b8a1-4023-8dba-9b4da582baa3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 949/1900] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:46 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 48 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-800cf88a-5a5f-4e4e-80a1-de060f81fe97 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] PATH_INFO: `/v3/projects/372d8cc5641749a8b864e981b6916450` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] RBAC: Authorizing `identity:delete_project(project_id=372d8cc5641749a8b864e981b6916450)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '372d8cc5641749a8b864e981b6916450', 'request_id': 'req-f6ee70cc-648e-4e65-8767-5c3793d73e1e'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '372d8cc5641749a8b864e981b6916450', 'request_id': 'req-f6ee70cc-648e-4e65-8767-5c3793d73e1e'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '372d8cc5641749a8b864e981b6916450', 'request_id': 'req-f6ee70cc-648e-4e65-8767-5c3793d73e1e'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] The token cache is being invalidate because project 372d8cc5641749a8b864e981b6916450 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 952/1901] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:46 2025] DELETE /identity/v3/projects/372d8cc5641749a8b864e981b6916450 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d880fa2-b7b5-407e-97ab-aa775510d940 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] PATH_INFO: `/v3/projects/6bece417b6d24522bbe6cf3144961942` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=6bece417b6d24522bbe6cf3144961942)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '6bece417b6d24522bbe6cf3144961942', 'request_id': 'req-3009f344-d711-4f8c-bd80-4951cb94c4e3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '6bece417b6d24522bbe6cf3144961942', 'request_id': 'req-3009f344-d711-4f8c-bd80-4951cb94c4e3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '6bece417b6d24522bbe6cf3144961942', 'request_id': 'req-3009f344-d711-4f8c-bd80-4951cb94c4e3'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] The token cache is being invalidate because project 6bece417b6d24522bbe6cf3144961942 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-3009f344-d711-4f8c-bd80-4951cb94c4e3 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 950/1902] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:47 2025] DELETE /identity/v3/projects/6bece417b6d24522bbe6cf3144961942 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f6ee70cc-648e-4e65-8767-5c3793d73e1e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] PATH_INFO: `/v3/projects/64bc052c333d453db44069c881c49e40` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] RBAC: Authorizing `identity:delete_project(project_id=64bc052c333d453db44069c881c49e40)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '64bc052c333d453db44069c881c49e40', 'request_id': 'req-4831cd55-de07-4228-b796-6fda678e9cbb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '64bc052c333d453db44069c881c49e40', 'request_id': 'req-4831cd55-de07-4228-b796-6fda678e9cbb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '64bc052c333d453db44069c881c49e40', 'request_id': 'req-4831cd55-de07-4228-b796-6fda678e9cbb'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] The token cache is being invalidate because project 64bc052c333d453db44069c881c49e40 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-4831cd55-de07-4228-b796-6fda678e9cbb ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 953/1903] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:47 2025] DELETE /identity/v3/projects/64bc052c333d453db44069c881c49e40 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 951/1904] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 954/1905] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:47 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f256b91c-8ded-4f48-ad5f-851bf34980b3 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 952/1906] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:47 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 25 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f899e2a8-6fac-4e4e-93de-b969ebb79211 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 955/1907] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:47 2025] POST /identity/v3/projects => generated 386 bytes in 28 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a40a996-d46f-4f10-994e-9233461f5147 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 953/1908] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:47 2025] POST /identity/v3/users => generated 301 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-54ca33c5-d379-4b48-9eec-1cd08714cd72 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 956/1909] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:47 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0fb1c51f-b9ec-406d-89c6-cdb38a80d6fb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] PATH_INFO: `/v3/projects/50e0cec8329c4fb1bf225c3f76702c51/users/9add8b63a98e4899a64584a830dd94b7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=50e0cec8329c4fb1bf225c3f76702c51, user_id=9add8b63a98e4899a64584a830dd94b7, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 954/1910] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:47 2025] PUT /identity/v3/projects/50e0cec8329c4fb1bf225c3f76702c51/users/9add8b63a98e4899a64584a830dd94b7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:47 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-897dcb91-ac1e-4232-9942-86b5d11c92b4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3452ca75-895b-4e1d-8ad4-26b18a646281 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3452ca75-895b-4e1d-8ad4-26b18a646281 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3452ca75-895b-4e1d-8ad4-26b18a646281 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3452ca75-895b-4e1d-8ad4-26b18a646281 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3452ca75-895b-4e1d-8ad4-26b18a646281 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3452ca75-895b-4e1d-8ad4-26b18a646281 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 957/1911] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:47 2025] GET /identity/v3/roles => generated 1672 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f20845cd-e194-4e11-8d7d-c6e95d7e852e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] PATH_INFO: `/v3/projects/50e0cec8329c4fb1bf225c3f76702c51/users/9add8b63a98e4899a64584a830dd94b7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=50e0cec8329c4fb1bf225c3f76702c51, user_id=9add8b63a98e4899a64584a830dd94b7, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 955/1912] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:48 2025] PUT /identity/v3/projects/50e0cec8329c4fb1bf225c3f76702c51/users/9add8b63a98e4899a64584a830dd94b7/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] MFA Rules not processed for user `9add8b63a98e4899a64584a830dd94b7`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 958/1913] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:48 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 58 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a5d076b4-6e9c-439e-a746-cc31dd0f4575 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 956/1914] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:48 2025] POST /identity/v3/projects => generated 386 bytes in 61 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afe66a7d-9d0b-463b-be52-8bc17c37a241 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 959/1915] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:48 2025] POST /identity/v3/users => generated 301 bytes in 50 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4826c2dc-2477-4e24-a8aa-3e45c4eb98ad ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 957/1916] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:48 2025] GET /identity/v3/roles => generated 1672 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cbf99e17-7a95-4a27-b78e-8408e5c4cdf9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] PATH_INFO: `/v3/projects/c43b31f83aac4adca81537db0a3e08fb/users/42625c146e594ad28ff2917e845805d9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c43b31f83aac4adca81537db0a3e08fb, user_id=42625c146e594ad28ff2917e845805d9, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 960/1917] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:48 2025] PUT /identity/v3/projects/c43b31f83aac4adca81537db0a3e08fb/users/42625c146e594ad28ff2917e845805d9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a57cfe9-593b-4a63-9660-24f3ddea6598 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b6d63aa5-e903-4e12-8e7d-59e0312adf52 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6d63aa5-e903-4e12-8e7d-59e0312adf52 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6d63aa5-e903-4e12-8e7d-59e0312adf52 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b6d63aa5-e903-4e12-8e7d-59e0312adf52 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6d63aa5-e903-4e12-8e7d-59e0312adf52 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b6d63aa5-e903-4e12-8e7d-59e0312adf52 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 958/1918] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:48 2025] GET /identity/v3/roles => generated 1672 bytes in 44 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-48e28331-a6b5-4eae-a80e-a8ce1707490c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] PATH_INFO: `/v3/projects/c43b31f83aac4adca81537db0a3e08fb/users/42625c146e594ad28ff2917e845805d9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] RBAC: Authorizing `identity:create_grant(project_id=c43b31f83aac4adca81537db0a3e08fb, user_id=42625c146e594ad28ff2917e845805d9, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 961/1919] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:48 2025] PUT /identity/v3/projects/c43b31f83aac4adca81537db0a3e08fb/users/42625c146e594ad28ff2917e845805d9/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] MFA Rules not processed for user `42625c146e594ad28ff2917e845805d9`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 959/1920] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:48 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 66 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de9203a4-b9f8-458a-b32b-dc1b430d6e7e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 962/1921] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:48 2025] POST /identity/v3/projects => generated 384 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e51be19a-0013-44a8-8630-54c90d025302 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 960/1922] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:48 2025] POST /identity/v3/users => generated 299 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cad80f74-d289-406e-9687-0f9ef909abd4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 963/1923] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:48 2025] GET /identity/v3/roles => generated 1672 bytes in 14 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a80e011b-211b-4656-babd-4fa9c1a81bd5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] PATH_INFO: `/v3/projects/8da0870dae7b41efb7cb6777da2c86a9/users/73bfaf7e43584ea5981c532118c55eed/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8da0870dae7b41efb7cb6777da2c86a9, user_id=73bfaf7e43584ea5981c532118c55eed, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 961/1924] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:48 2025] PUT /identity/v3/projects/8da0870dae7b41efb7cb6777da2c86a9/users/73bfaf7e43584ea5981c532118c55eed/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-06b4f776-df58-4aa6-9e53-528691ec6c04 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 964/1925] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:48 2025] GET /identity/v3/roles => generated 1672 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b692a982-c908-490e-9a5a-5b1e75db1387 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] PATH_INFO: `/v3/projects/8da0870dae7b41efb7cb6777da2c86a9/users/73bfaf7e43584ea5981c532118c55eed/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8da0870dae7b41efb7cb6777da2c86a9, user_id=73bfaf7e43584ea5981c532118c55eed, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 962/1926] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:48 2025] PUT /identity/v3/projects/8da0870dae7b41efb7cb6777da2c86a9/users/73bfaf7e43584ea5981c532118c55eed/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7a112682-fd42-43e5-a4e3-5065b04e4325 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81d77a76-131a-4cbb-b023-ae2bc78a2899 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81d77a76-131a-4cbb-b023-ae2bc78a2899 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81d77a76-131a-4cbb-b023-ae2bc78a2899 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81d77a76-131a-4cbb-b023-ae2bc78a2899 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81d77a76-131a-4cbb-b023-ae2bc78a2899 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81d77a76-131a-4cbb-b023-ae2bc78a2899 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 965/1927] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:48 2025] GET /identity/v3/roles => generated 1672 bytes in 63 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebc2d523-56c8-42e3-8bf9-03b15a4da92a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] PATH_INFO: `/v3/projects/8da0870dae7b41efb7cb6777da2c86a9/users/73bfaf7e43584ea5981c532118c55eed/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8da0870dae7b41efb7cb6777da2c86a9, user_id=73bfaf7e43584ea5981c532118c55eed, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 963/1928] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:48 2025] PUT /identity/v3/projects/8da0870dae7b41efb7cb6777da2c86a9/users/73bfaf7e43584ea5981c532118c55eed/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] MFA Rules not processed for user `73bfaf7e43584ea5981c532118c55eed`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 966/1929] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:48 2025] POST /identity/v3/auth/tokens => generated 2637 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d504c1a6-df77-4bc0-b7fd-0e8d867212f2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:48 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 964/1930] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:48 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 86 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5f43e2a2-ffaa-492e-8814-5eeef885ffb1 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:50 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 967/1931] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:50 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-765c30da-6067-4619-b013-783686ec9d61 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:51 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 965/1932] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:51 2025] GET /identity/v3/auth/tokens => generated 2637 bytes in 14 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2b7f331-9865-4ea7-8c59-772256b5169f service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] PATH_INFO: `/v3/users/9add8b63a98e4899a64584a830dd94b7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] RBAC: Authorizing `identity:delete_user(user_id=9add8b63a98e4899a64584a830dd94b7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:54 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '9add8b63a98e4899a64584a830dd94b7', 'request_id': 'req-44347e8c-28c4-44da-a06d-a16ab79c4dfc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '9add8b63a98e4899a64584a830dd94b7', 'request_id': 'req-44347e8c-28c4-44da-a06d-a16ab79c4dfc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '9add8b63a98e4899a64584a830dd94b7', 'request_id': 'req-44347e8c-28c4-44da-a06d-a16ab79c4dfc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '9add8b63a98e4899a64584a830dd94b7', 'request_id': 'req-44347e8c-28c4-44da-a06d-a16ab79c4dfc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '9add8b63a98e4899a64584a830dd94b7', 'request_id': 'req-44347e8c-28c4-44da-a06d-a16ab79c4dfc'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 968/1933] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:54 2025] DELETE /identity/v3/users/9add8b63a98e4899a64584a830dd94b7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0261c6fa-6702-43ff-93e5-af4b5dd0ecc2 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] PATH_INFO: `/v3/users/42625c146e594ad28ff2917e845805d9` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=42625c146e594ad28ff2917e845805d9)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '42625c146e594ad28ff2917e845805d9', 'request_id': 'req-479a8893-63c0-4da3-a751-1c6309172349'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '42625c146e594ad28ff2917e845805d9', 'request_id': 'req-479a8893-63c0-4da3-a751-1c6309172349'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '42625c146e594ad28ff2917e845805d9', 'request_id': 'req-479a8893-63c0-4da3-a751-1c6309172349'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '42625c146e594ad28ff2917e845805d9', 'request_id': 'req-479a8893-63c0-4da3-a751-1c6309172349'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-479a8893-63c0-4da3-a751-1c6309172349 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '42625c146e594ad28ff2917e845805d9', 'request_id': 'req-479a8893-63c0-4da3-a751-1c6309172349'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 966/1934] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:55 2025] DELETE /identity/v3/users/42625c146e594ad28ff2917e845805d9 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-44347e8c-28c4-44da-a06d-a16ab79c4dfc ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] PATH_INFO: `/v3/users/73bfaf7e43584ea5981c532118c55eed` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] RBAC: Authorizing `identity:delete_user(user_id=73bfaf7e43584ea5981c532118c55eed)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '73bfaf7e43584ea5981c532118c55eed', 'request_id': 'req-83572210-091f-4a23-a75b-76523f57849b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '73bfaf7e43584ea5981c532118c55eed', 'request_id': 'req-83572210-091f-4a23-a75b-76523f57849b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '73bfaf7e43584ea5981c532118c55eed', 'request_id': 'req-83572210-091f-4a23-a75b-76523f57849b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '73bfaf7e43584ea5981c532118c55eed', 'request_id': 'req-83572210-091f-4a23-a75b-76523f57849b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '73bfaf7e43584ea5981c532118c55eed', 'request_id': 'req-83572210-091f-4a23-a75b-76523f57849b'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 969/1935] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:45:55 2025] DELETE /identity/v3/users/73bfaf7e43584ea5981c532118c55eed => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 967/1936] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:55 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 74 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-83572210-091f-4a23-a75b-76523f57849b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 970/1937] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:55 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4b0d1d1-c84d-4644-a0ec-c79aa58cf2f7 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] PATH_INFO: `/v3/projects/50e0cec8329c4fb1bf225c3f76702c51` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=50e0cec8329c4fb1bf225c3f76702c51)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '50e0cec8329c4fb1bf225c3f76702c51', 'request_id': 'req-adc6cfa7-b03f-48a9-8949-8f0234546fb0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '50e0cec8329c4fb1bf225c3f76702c51', 'request_id': 'req-adc6cfa7-b03f-48a9-8949-8f0234546fb0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '50e0cec8329c4fb1bf225c3f76702c51', 'request_id': 'req-adc6cfa7-b03f-48a9-8949-8f0234546fb0'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] The token cache is being invalidate because project 50e0cec8329c4fb1bf225c3f76702c51 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:55 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 968/1938] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:55 2025] DELETE /identity/v3/projects/50e0cec8329c4fb1bf225c3f76702c51 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-60ebf4f1-d7e5-41ee-8c05-97fc1a7beabd service neutron] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] PATH_INFO: `/v3/projects/c43b31f83aac4adca81537db0a3e08fb` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=c43b31f83aac4adca81537db0a3e08fb)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'c43b31f83aac4adca81537db0a3e08fb', 'request_id': 'req-041e3007-d2d3-4643-8e08-8f3cc6af8610'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'c43b31f83aac4adca81537db0a3e08fb', 'request_id': 'req-041e3007-d2d3-4643-8e08-8f3cc6af8610'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'c43b31f83aac4adca81537db0a3e08fb', 'request_id': 'req-041e3007-d2d3-4643-8e08-8f3cc6af8610'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] The token cache is being invalidate because project c43b31f83aac4adca81537db0a3e08fb was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-041e3007-d2d3-4643-8e08-8f3cc6af8610 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 971/1939] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:56 2025] DELETE /identity/v3/projects/c43b31f83aac4adca81537db0a3e08fb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-adc6cfa7-b03f-48a9-8949-8f0234546fb0 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] PATH_INFO: `/v3/projects/8da0870dae7b41efb7cb6777da2c86a9` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8da0870dae7b41efb7cb6777da2c86a9)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8da0870dae7b41efb7cb6777da2c86a9', 'request_id': 'req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8da0870dae7b41efb7cb6777da2c86a9', 'request_id': 'req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8da0870dae7b41efb7cb6777da2c86a9', 'request_id': 'req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] The token cache is being invalidate because project 8da0870dae7b41efb7cb6777da2c86a9 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-0a54fb9d-6052-4b2a-95b4-4f2fa5be6f4a ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 969/1940] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:45:56 2025] DELETE /identity/v3/projects/8da0870dae7b41efb7cb6777da2c86a9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 972/1941] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:56 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 970/1942] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:56 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 29 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ae10bb68-7267-4e51-be59-d63ecc9bd113 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 973/1943] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:45:56 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7b9e7ac3-d360-45e0-9026-4532efa59285 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 971/1944] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:56 2025] POST /identity/v3/projects => generated 384 bytes in 38 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fbac9d0e-ff9d-4465-a662-ef52c185d31c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 974/1945] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:56 2025] POST /identity/v3/users => generated 300 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5a698c23-afa7-4344-ba26-cdc5a96cf9eb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 972/1946] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:56 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f004dde7-c0a3-4b1c-a539-cc560940542b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] PATH_INFO: `/v3/projects/22b3113221b64a04be87e8fde0f63487/users/3ff94217c66e4b02a8810c5a2171468f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] RBAC: Authorizing `identity:create_grant(project_id=22b3113221b64a04be87e8fde0f63487, user_id=3ff94217c66e4b02a8810c5a2171468f, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 975/1947] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:56 2025] PUT /identity/v3/projects/22b3113221b64a04be87e8fde0f63487/users/3ff94217c66e4b02a8810c5a2171468f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 30 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cd06b6bb-1166-4149-bace-b04b3c4c779b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8274e6ba-2ec3-4d26-9e2d-1fa328a79770 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8274e6ba-2ec3-4d26-9e2d-1fa328a79770 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8274e6ba-2ec3-4d26-9e2d-1fa328a79770 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8274e6ba-2ec3-4d26-9e2d-1fa328a79770 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8274e6ba-2ec3-4d26-9e2d-1fa328a79770 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8274e6ba-2ec3-4d26-9e2d-1fa328a79770 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 973/1948] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:56 2025] GET /identity/v3/roles => generated 1672 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc750d72-2efd-47ed-8e88-18d380ea26cf ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] PATH_INFO: `/v3/projects/22b3113221b64a04be87e8fde0f63487/users/3ff94217c66e4b02a8810c5a2171468f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=22b3113221b64a04be87e8fde0f63487, user_id=3ff94217c66e4b02a8810c5a2171468f, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 976/1949] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:57 2025] PUT /identity/v3/projects/22b3113221b64a04be87e8fde0f63487/users/3ff94217c66e4b02a8810c5a2171468f/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 18 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] MFA Rules not processed for user `3ff94217c66e4b02a8810c5a2171468f`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 974/1950] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:57 2025] POST /identity/v3/auth/tokens => generated 2514 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eda74372-aeb9-43f8-816c-6934e6288c33 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 977/1951] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:57 2025] POST /identity/v3/projects => generated 386 bytes in 63 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-56ae2d92-a1cc-48a5-a5ff-3c9694adcf69 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 975/1952] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:57 2025] POST /identity/v3/users => generated 301 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8f6a62b3-2364-48c6-a930-6b0d7505e3a4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 978/1953] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:57 2025] GET /identity/v3/roles => generated 1672 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-81b2f9b1-eb40-4009-b946-8e3a7cac97c2 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] PATH_INFO: `/v3/projects/f492c140e17b4c03b4906b3c63c39bd8/users/b9a8b02c8b434d9bac53eef8b4892ce2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f492c140e17b4c03b4906b3c63c39bd8, user_id=b9a8b02c8b434d9bac53eef8b4892ce2, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 976/1954] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:57 2025] PUT /identity/v3/projects/f492c140e17b4c03b4906b3c63c39bd8/users/b9a8b02c8b434d9bac53eef8b4892ce2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-32e88b81-93a4-47d7-aeec-3f3780de8234 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2be7042e-12dc-4744-8b82-20552916f3ba ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2be7042e-12dc-4744-8b82-20552916f3ba ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2be7042e-12dc-4744-8b82-20552916f3ba ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2be7042e-12dc-4744-8b82-20552916f3ba ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2be7042e-12dc-4744-8b82-20552916f3ba ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2be7042e-12dc-4744-8b82-20552916f3ba ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 979/1955] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:57 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f4d1f060-c5fc-4488-a775-b943e379acf3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] PATH_INFO: `/v3/projects/f492c140e17b4c03b4906b3c63c39bd8/users/b9a8b02c8b434d9bac53eef8b4892ce2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=f492c140e17b4c03b4906b3c63c39bd8, user_id=b9a8b02c8b434d9bac53eef8b4892ce2, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 977/1956] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:57 2025] PUT /identity/v3/projects/f492c140e17b4c03b4906b3c63c39bd8/users/b9a8b02c8b434d9bac53eef8b4892ce2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] MFA Rules not processed for user `b9a8b02c8b434d9bac53eef8b4892ce2`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 980/1957] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:57 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-50518f74-519e-44dd-bf3a-81080752cdc0 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 978/1958] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:45:57 2025] POST /identity/v3/projects => generated 386 bytes in 51 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6a921706-0334-45e2-a05a-a545d19eb7bf None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 981/1959] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:45:57 2025] POST /identity/v3/users => generated 300 bytes in 55 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ad3a8331-ff07-462a-a20b-434d89b8d316 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 979/1960] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:57 2025] GET /identity/v3/roles => generated 1672 bytes in 16 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49ebc2cf-cf7c-4a93-9051-e7917c5f6a74 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] PATH_INFO: `/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc/users/8e64b7b4fa964a20a9823f923c1ce712/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7d637e2bdd514e52aed2c39f85d97dcc, user_id=8e64b7b4fa964a20a9823f923c1ce712, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 982/1961] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:57 2025] PUT /identity/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc/users/8e64b7b4fa964a20a9823f923c1ce712/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f3117260-2c1a-446a-bce2-3e55f07ee126 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 980/1962] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:57 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-269d5b3a-520f-499e-a1df-7c2c64857964 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] PATH_INFO: `/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc/users/8e64b7b4fa964a20a9823f923c1ce712/roles/623c1f83e13e4189b0b592d71c80d8e7` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7d637e2bdd514e52aed2c39f85d97dcc, user_id=8e64b7b4fa964a20a9823f923c1ce712, role_id=623c1f83e13e4189b0b592d71c80d8e7)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 983/1963] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:57 2025] PUT /identity/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc/users/8e64b7b4fa964a20a9823f923c1ce712/roles/623c1f83e13e4189b0b592d71c80d8e7 => generated 0 bytes in 16 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8305e6f-65ba-406e-afae-64eb95fcb05a ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b9fa289-940d-4b2a-af57-c0282e5f7545 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b9fa289-940d-4b2a-af57-c0282e5f7545 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b9fa289-940d-4b2a-af57-c0282e5f7545 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b9fa289-940d-4b2a-af57-c0282e5f7545 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b9fa289-940d-4b2a-af57-c0282e5f7545 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b9fa289-940d-4b2a-af57-c0282e5f7545 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 981/1964] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:45:57 2025] GET /identity/v3/roles => generated 1672 bytes in 39 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-18d3a945-4d3a-4939-bde2-075f611a121a ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] PATH_INFO: `/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc/users/8e64b7b4fa964a20a9823f923c1ce712/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=7d637e2bdd514e52aed2c39f85d97dcc, user_id=8e64b7b4fa964a20a9823f923c1ce712, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 984/1965] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:45:57 2025] PUT /identity/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc/users/8e64b7b4fa964a20a9823f923c1ce712/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 20 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] MFA Rules not processed for user `8e64b7b4fa964a20a9823f923c1ce712`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 982/1966] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:45:57 2025] POST /identity/v3/auth/tokens => generated 2639 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dff6fed4-c790-46a6-89d3-c08416ec1a49 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 985/1967] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:57 2025] GET /identity/v3/auth/tokens => generated 2514 bytes in 80 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-11af5ac4-ce85-4732-b533-9dc9ee15504c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:45:59 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 983/1968] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:45:59 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6c92d153-dc6c-4752-8117-ff602c7ab086 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:00 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 986/1969] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:00 2025] GET /identity/v3/auth/tokens => generated 2639 bytes in 21 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-856b5435-cfb0-4c43-b6ea-0bc32e56baf9 service cinder] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] PATH_INFO: `/v3/users/3ff94217c66e4b02a8810c5a2171468f` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3ff94217c66e4b02a8810c5a2171468f)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3ff94217c66e4b02a8810c5a2171468f', 'request_id': 'req-9e0ac103-7ce9-4a55-9073-35f3b8306201'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3ff94217c66e4b02a8810c5a2171468f', 'request_id': 'req-9e0ac103-7ce9-4a55-9073-35f3b8306201'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3ff94217c66e4b02a8810c5a2171468f', 'request_id': 'req-9e0ac103-7ce9-4a55-9073-35f3b8306201'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3ff94217c66e4b02a8810c5a2171468f', 'request_id': 'req-9e0ac103-7ce9-4a55-9073-35f3b8306201'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3ff94217c66e4b02a8810c5a2171468f', 'request_id': 'req-9e0ac103-7ce9-4a55-9073-35f3b8306201'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 984/1970] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:03 2025] DELETE /identity/v3/users/3ff94217c66e4b02a8810c5a2171468f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b68ac103-e018-4c54-875f-676ccca3b06e service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] PATH_INFO: `/v3/users/b9a8b02c8b434d9bac53eef8b4892ce2` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] RBAC: Authorizing `identity:delete_user(user_id=b9a8b02c8b434d9bac53eef8b4892ce2)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'b9a8b02c8b434d9bac53eef8b4892ce2', 'request_id': 'req-7efec9ed-8a66-4120-9a7d-a51227d8f09d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'b9a8b02c8b434d9bac53eef8b4892ce2', 'request_id': 'req-7efec9ed-8a66-4120-9a7d-a51227d8f09d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'b9a8b02c8b434d9bac53eef8b4892ce2', 'request_id': 'req-7efec9ed-8a66-4120-9a7d-a51227d8f09d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'b9a8b02c8b434d9bac53eef8b4892ce2', 'request_id': 'req-7efec9ed-8a66-4120-9a7d-a51227d8f09d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-7efec9ed-8a66-4120-9a7d-a51227d8f09d ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'b9a8b02c8b434d9bac53eef8b4892ce2', 'request_id': 'req-7efec9ed-8a66-4120-9a7d-a51227d8f09d'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 987/1971] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:03 2025] DELETE /identity/v3/users/b9a8b02c8b434d9bac53eef8b4892ce2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:03 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e0ac103-7ce9-4a55-9073-35f3b8306201 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] PATH_INFO: `/v3/users/8e64b7b4fa964a20a9823f923c1ce712` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=8e64b7b4fa964a20a9823f923c1ce712)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '8e64b7b4fa964a20a9823f923c1ce712', 'request_id': 'req-d07521c6-d123-4c40-af0b-d406a7db0254'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '8e64b7b4fa964a20a9823f923c1ce712', 'request_id': 'req-d07521c6-d123-4c40-af0b-d406a7db0254'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '8e64b7b4fa964a20a9823f923c1ce712', 'request_id': 'req-d07521c6-d123-4c40-af0b-d406a7db0254'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '8e64b7b4fa964a20a9823f923c1ce712', 'request_id': 'req-d07521c6-d123-4c40-af0b-d406a7db0254'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '8e64b7b4fa964a20a9823f923c1ce712', 'request_id': 'req-d07521c6-d123-4c40-af0b-d406a7db0254'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 985/1972] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:03 2025] DELETE /identity/v3/users/8e64b7b4fa964a20a9823f923c1ce712 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 988/1973] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:04 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d07521c6-d123-4c40-af0b-d406a7db0254 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 986/1974] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:04 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 60 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cbd82d6-7cbf-48f1-b686-398e3f2e2cd2 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] PATH_INFO: `/v3/projects/22b3113221b64a04be87e8fde0f63487` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=22b3113221b64a04be87e8fde0f63487)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '22b3113221b64a04be87e8fde0f63487', 'request_id': 'req-f730774e-db16-4158-8065-d484ea4c2742'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '22b3113221b64a04be87e8fde0f63487', 'request_id': 'req-f730774e-db16-4158-8065-d484ea4c2742'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '22b3113221b64a04be87e8fde0f63487', 'request_id': 'req-f730774e-db16-4158-8065-d484ea4c2742'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] The token cache is being invalidate because project 22b3113221b64a04be87e8fde0f63487 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 989/1975] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:04 2025] DELETE /identity/v3/projects/22b3113221b64a04be87e8fde0f63487 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5c2fb5cc-fbd9-4e3a-a304-72a0b546e92d service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] PATH_INFO: `/v3/projects/f492c140e17b4c03b4906b3c63c39bd8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] RBAC: Authorizing `identity:delete_project(project_id=f492c140e17b4c03b4906b3c63c39bd8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:04 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'f492c140e17b4c03b4906b3c63c39bd8', 'request_id': 'req-9b88d7a0-1988-492e-90f3-6c3e17447c3d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'f492c140e17b4c03b4906b3c63c39bd8', 'request_id': 'req-9b88d7a0-1988-492e-90f3-6c3e17447c3d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'f492c140e17b4c03b4906b3c63c39bd8', 'request_id': 'req-9b88d7a0-1988-492e-90f3-6c3e17447c3d'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] The token cache is being invalidate because project f492c140e17b4c03b4906b3c63c39bd8 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-9b88d7a0-1988-492e-90f3-6c3e17447c3d ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 987/1976] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:04 2025] DELETE /identity/v3/projects/f492c140e17b4c03b4906b3c63c39bd8 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f730774e-db16-4158-8065-d484ea4c2742 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] PATH_INFO: `/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=7d637e2bdd514e52aed2c39f85d97dcc)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '7d637e2bdd514e52aed2c39f85d97dcc', 'request_id': 'req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '7d637e2bdd514e52aed2c39f85d97dcc', 'request_id': 'req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '7d637e2bdd514e52aed2c39f85d97dcc', 'request_id': 'req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] The token cache is being invalidate because project 7d637e2bdd514e52aed2c39f85d97dcc was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-a4d64619-b137-4608-9ba8-a9a2e5e6dac8 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 990/1977] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:05 2025] DELETE /identity/v3/projects/7d637e2bdd514e52aed2c39f85d97dcc => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 988/1978] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 991/1979] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:05 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 36 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-687b7f1e-58e6-4c36-87e1-3113db12e488 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 989/1980] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:05 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 28 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c72bae8d-ee21-49dd-9fd6-34a7b0120eba None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 992/1981] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:05 2025] POST /identity/v3/projects => generated 370 bytes in 27 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c80c903-292c-459f-8eeb-4fd1e17c3c7b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 990/1982] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:05 2025] POST /identity/v3/users => generated 293 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-09e1fd71-0640-4efa-a413-5c18deb975e5 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 993/1983] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:05 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa763e7e-f95d-46dc-9bf2-c2440e915324 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] PATH_INFO: `/v3/projects/5206485a63584be9a8778512fb04d8af/users/098b46adc60e47829f1bb1ebe8c10df5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5206485a63584be9a8778512fb04d8af, user_id=098b46adc60e47829f1bb1ebe8c10df5, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 991/1984] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:05 2025] PUT /identity/v3/projects/5206485a63584be9a8778512fb04d8af/users/098b46adc60e47829f1bb1ebe8c10df5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ea6a00c-93ac-4771-b20a-addc569308ea ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-949f70d3-79ee-4d90-b206-b641abeea978 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-949f70d3-79ee-4d90-b206-b641abeea978 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-949f70d3-79ee-4d90-b206-b641abeea978 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-949f70d3-79ee-4d90-b206-b641abeea978 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-949f70d3-79ee-4d90-b206-b641abeea978 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-949f70d3-79ee-4d90-b206-b641abeea978 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 994/1985] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:05 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7cdad7d6-5221-423c-994c-ac26160a9205 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] PATH_INFO: `/v3/projects/5206485a63584be9a8778512fb04d8af/users/098b46adc60e47829f1bb1ebe8c10df5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=5206485a63584be9a8778512fb04d8af, user_id=098b46adc60e47829f1bb1ebe8c10df5, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 992/1986] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:05 2025] PUT /identity/v3/projects/5206485a63584be9a8778512fb04d8af/users/098b46adc60e47829f1bb1ebe8c10df5/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 22 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] MFA Rules not processed for user `098b46adc60e47829f1bb1ebe8c10df5`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 995/1987] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:05 2025] POST /identity/v3/auth/tokens => generated 2500 bytes in 67 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d38fa3c-e548-4eca-977b-9799f46751f5 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c88b3364-9e0f-49a2-9596-57fe45a0cb39 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c88b3364-9e0f-49a2-9596-57fe45a0cb39 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c88b3364-9e0f-49a2-9596-57fe45a0cb39 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c88b3364-9e0f-49a2-9596-57fe45a0cb39 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c88b3364-9e0f-49a2-9596-57fe45a0cb39 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c88b3364-9e0f-49a2-9596-57fe45a0cb39 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:05 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 993/1988] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:05 2025] GET /identity/v3/auth/tokens => generated 2500 bytes in 58 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a23628ce-619c-4064-acfd-6939cc410e00 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] PATH_INFO: `/v3/users/098b46adc60e47829f1bb1ebe8c10df5` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=098b46adc60e47829f1bb1ebe8c10df5)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '098b46adc60e47829f1bb1ebe8c10df5', 'request_id': 'req-d3babd00-41bb-44fe-a564-695ee2b19ea9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '098b46adc60e47829f1bb1ebe8c10df5', 'request_id': 'req-d3babd00-41bb-44fe-a564-695ee2b19ea9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '098b46adc60e47829f1bb1ebe8c10df5', 'request_id': 'req-d3babd00-41bb-44fe-a564-695ee2b19ea9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '098b46adc60e47829f1bb1ebe8c10df5', 'request_id': 'req-d3babd00-41bb-44fe-a564-695ee2b19ea9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '098b46adc60e47829f1bb1ebe8c10df5', 'request_id': 'req-d3babd00-41bb-44fe-a564-695ee2b19ea9'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 996/1989] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:10 2025] DELETE /identity/v3/users/098b46adc60e47829f1bb1ebe8c10df5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 994/1990] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:10 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 68 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d3babd00-41bb-44fe-a564-695ee2b19ea9 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ddf3c19-d7e4-42c7-9bc0-8fb31605a4f4 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ddf3c19-d7e4-42c7-9bc0-8fb31605a4f4 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ddf3c19-d7e4-42c7-9bc0-8fb31605a4f4 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ddf3c19-d7e4-42c7-9bc0-8fb31605a4f4 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ddf3c19-d7e4-42c7-9bc0-8fb31605a4f4 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ddf3c19-d7e4-42c7-9bc0-8fb31605a4f4 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:10 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 997/1991] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:10 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-70bc2c96-076e-4a3c-b3d8-ca3ec67e1bc4 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] PATH_INFO: `/v3/projects/5206485a63584be9a8778512fb04d8af` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=5206485a63584be9a8778512fb04d8af)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '5206485a63584be9a8778512fb04d8af', 'request_id': 'req-e20149ce-1a93-4ed1-beae-4c9866c840f5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '5206485a63584be9a8778512fb04d8af', 'request_id': 'req-e20149ce-1a93-4ed1-beae-4c9866c840f5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '5206485a63584be9a8778512fb04d8af', 'request_id': 'req-e20149ce-1a93-4ed1-beae-4c9866c840f5'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] The token cache is being invalidate because project 5206485a63584be9a8778512fb04d8af was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-e20149ce-1a93-4ed1-beae-4c9866c840f5 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 995/1992] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:11 2025] DELETE /identity/v3/projects/5206485a63584be9a8778512fb04d8af => generated 0 bytes in 54 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 998/1993] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 996/1994] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:11 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 31 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-64053f58-c719-48fb-a8a7-13bc37cedeec None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 999/1995] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:11 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 27 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3afe1307-d9eb-445a-b783-6fd5ad9a2786 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 997/1996] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:11 2025] POST /identity/v3/projects => generated 386 bytes in 35 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7afd36c8-efb3-4aa3-8d71-fa079ab97aca ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1000/1997] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:11 2025] POST /identity/v3/users => generated 301 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fee78f82-8064-43e1-9c7c-caf726ae7c62 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 998/1998] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:11 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2638ed11-9bba-4c9d-8414-92f7f4155e67 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] PATH_INFO: `/v3/projects/3a1747f9d8f54720945acd016df942a3/users/3a3bafb2c5ce4e78b15832ff092ace52/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3a1747f9d8f54720945acd016df942a3, user_id=3a3bafb2c5ce4e78b15832ff092ace52, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1001/1999] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:11 2025] PUT /identity/v3/projects/3a1747f9d8f54720945acd016df942a3/users/3a3bafb2c5ce4e78b15832ff092ace52/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1bd658f3-da63-4406-a0ba-4698ace94b88 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5cc51035-173f-449d-8f28-bc0c6c8ef4f3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cc51035-173f-449d-8f28-bc0c6c8ef4f3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cc51035-173f-449d-8f28-bc0c6c8ef4f3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5cc51035-173f-449d-8f28-bc0c6c8ef4f3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cc51035-173f-449d-8f28-bc0c6c8ef4f3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5cc51035-173f-449d-8f28-bc0c6c8ef4f3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 999/2000] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:11 2025] GET /identity/v3/roles => generated 1672 bytes in 72 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3d3ec671-a765-49ff-909a-10d5efac4bdf ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] PATH_INFO: `/v3/projects/3a1747f9d8f54720945acd016df942a3/users/3a3bafb2c5ce4e78b15832ff092ace52/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=3a1747f9d8f54720945acd016df942a3, user_id=3a3bafb2c5ce4e78b15832ff092ace52, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1002/2001] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:11 2025] PUT /identity/v3/projects/3a1747f9d8f54720945acd016df942a3/users/3a3bafb2c5ce4e78b15832ff092ace52/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 14 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] MFA Rules not processed for user `3a3bafb2c5ce4e78b15832ff092ace52`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1000/2002] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:11 2025] POST /identity/v3/auth/tokens => generated 2516 bytes in 80 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-647a8f3c-9ff3-4883-9350-c8bbd91f6c65 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9217704d-42d8-4116-8e84-2ea0dc6820e1 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9217704d-42d8-4116-8e84-2ea0dc6820e1 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9217704d-42d8-4116-8e84-2ea0dc6820e1 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9217704d-42d8-4116-8e84-2ea0dc6820e1 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9217704d-42d8-4116-8e84-2ea0dc6820e1 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9217704d-42d8-4116-8e84-2ea0dc6820e1 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:11 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1003/2003] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:11 2025] GET /identity/v3/auth/tokens => generated 2516 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2d487374-bdb9-4310-9641-479a02a47e92 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] PATH_INFO: `/v3/users/3a3bafb2c5ce4e78b15832ff092ace52` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] RBAC: Authorizing `identity:delete_user(user_id=3a3bafb2c5ce4e78b15832ff092ace52)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '3a3bafb2c5ce4e78b15832ff092ace52', 'request_id': 'req-1d01157c-bf41-419b-b807-7956454ba42f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '3a3bafb2c5ce4e78b15832ff092ace52', 'request_id': 'req-1d01157c-bf41-419b-b807-7956454ba42f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '3a3bafb2c5ce4e78b15832ff092ace52', 'request_id': 'req-1d01157c-bf41-419b-b807-7956454ba42f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '3a3bafb2c5ce4e78b15832ff092ace52', 'request_id': 'req-1d01157c-bf41-419b-b807-7956454ba42f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '3a3bafb2c5ce4e78b15832ff092ace52', 'request_id': 'req-1d01157c-bf41-419b-b807-7956454ba42f'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1001/2004] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:14 2025] DELETE /identity/v3/users/3a3bafb2c5ce4e78b15832ff092ace52 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1004/2005] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 61 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1d01157c-bf41-419b-b807-7956454ba42f ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce7fe973-f236-4fa8-9168-e9087e0aaced service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce7fe973-f236-4fa8-9168-e9087e0aaced service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce7fe973-f236-4fa8-9168-e9087e0aaced service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce7fe973-f236-4fa8-9168-e9087e0aaced service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce7fe973-f236-4fa8-9168-e9087e0aaced service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce7fe973-f236-4fa8-9168-e9087e0aaced service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1002/2006] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:14 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b665f9f7-abbf-4b43-870d-6b089f6c1dc1 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] PATH_INFO: `/v3/projects/3a1747f9d8f54720945acd016df942a3` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=3a1747f9d8f54720945acd016df942a3)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '3a1747f9d8f54720945acd016df942a3', 'request_id': 'req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '3a1747f9d8f54720945acd016df942a3', 'request_id': 'req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '3a1747f9d8f54720945acd016df942a3', 'request_id': 'req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] The token cache is being invalidate because project 3a1747f9d8f54720945acd016df942a3 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-49aab80d-b7fd-4b5b-9f56-749ef7b4e567 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1005/2007] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:14 2025] DELETE /identity/v3/projects/3a1747f9d8f54720945acd016df942a3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:14 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1003/2008] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:14 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1006/2009] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:15 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 39 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2cccec42-993c-4923-91de-003cfbdb3b53 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1004/2010] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:15 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-356534c9-db9f-4714-9b60-9ceadca46058 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1007/2011] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:15 2025] POST /identity/v3/projects => generated 366 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c86823f3-334e-4628-bd7a-45fa0d758ce9 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1005/2012] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:15 2025] POST /identity/v3/users => generated 291 bytes in 56 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-80fdac79-a3b8-4da0-93a7-821b17575f0b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1008/2013] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:15 2025] GET /identity/v3/roles => generated 1672 bytes in 24 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d73694e8-23a5-4911-a097-d1efe4ad69f4 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] PATH_INFO: `/v3/projects/fa1c6342ed5a49b0b8e556468740e792/users/9f0d3cbe6dfd4df6a1c799c4783b7404/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fa1c6342ed5a49b0b8e556468740e792, user_id=9f0d3cbe6dfd4df6a1c799c4783b7404, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1006/2014] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:15 2025] PUT /identity/v3/projects/fa1c6342ed5a49b0b8e556468740e792/users/9f0d3cbe6dfd4df6a1c799c4783b7404/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 29 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-daeaac10-9b07-42cd-92ab-bbfe4ced463b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-69def362-e5ed-4c92-8492-99a2b9ed278f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69def362-e5ed-4c92-8492-99a2b9ed278f ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69def362-e5ed-4c92-8492-99a2b9ed278f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-69def362-e5ed-4c92-8492-99a2b9ed278f ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-69def362-e5ed-4c92-8492-99a2b9ed278f ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-69def362-e5ed-4c92-8492-99a2b9ed278f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1009/2015] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:15 2025] GET /identity/v3/roles => generated 1672 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d2786314-a64f-4a6f-b5b1-8fb2f5b951fc ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] PATH_INFO: `/v3/projects/fa1c6342ed5a49b0b8e556468740e792/users/9f0d3cbe6dfd4df6a1c799c4783b7404/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fa1c6342ed5a49b0b8e556468740e792, user_id=9f0d3cbe6dfd4df6a1c799c4783b7404, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1007/2016] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:15 2025] PUT /identity/v3/projects/fa1c6342ed5a49b0b8e556468740e792/users/9f0d3cbe6dfd4df6a1c799c4783b7404/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] MFA Rules not processed for user `9f0d3cbe6dfd4df6a1c799c4783b7404`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1010/2017] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:15 2025] POST /identity/v3/auth/tokens => generated 2496 bytes in 63 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ebb365d-f464-4924-9137-850ed96242eb ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-33105a9a-ead3-47bd-9cca-69bde9a010d3 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33105a9a-ead3-47bd-9cca-69bde9a010d3 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33105a9a-ead3-47bd-9cca-69bde9a010d3 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-33105a9a-ead3-47bd-9cca-69bde9a010d3 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33105a9a-ead3-47bd-9cca-69bde9a010d3 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-33105a9a-ead3-47bd-9cca-69bde9a010d3 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:15 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1008/2018] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:15 2025] GET /identity/v3/auth/tokens => generated 2496 bytes in 53 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:25 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=1185,keystone:DELETE=109,keystone:INSERT=52,keystone:UPDATE=7 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:25 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=1236,keystone:DELETE=112,keystone:INSERT=55,keystone:UPDATE=6 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-47e893cb-516a-4faf-9c42-58a2b709c1b0 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] PATH_INFO: `/v3/users/9f0d3cbe6dfd4df6a1c799c4783b7404` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=9f0d3cbe6dfd4df6a1c799c4783b7404)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '9f0d3cbe6dfd4df6a1c799c4783b7404', 'request_id': 'req-5ea528af-036c-4c36-8e6c-0066b7b85015'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '9f0d3cbe6dfd4df6a1c799c4783b7404', 'request_id': 'req-5ea528af-036c-4c36-8e6c-0066b7b85015'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '9f0d3cbe6dfd4df6a1c799c4783b7404', 'request_id': 'req-5ea528af-036c-4c36-8e6c-0066b7b85015'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '9f0d3cbe6dfd4df6a1c799c4783b7404', 'request_id': 'req-5ea528af-036c-4c36-8e6c-0066b7b85015'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '9f0d3cbe6dfd4df6a1c799c4783b7404', 'request_id': 'req-5ea528af-036c-4c36-8e6c-0066b7b85015'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1011/2019] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:28 2025] DELETE /identity/v3/users/9f0d3cbe6dfd4df6a1c799c4783b7404 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1009/2020] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:28 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-5ea528af-036c-4c36-8e6c-0066b7b85015 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c3144821-b2f7-4af0-8d5b-b9952fd84a42 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3144821-b2f7-4af0-8d5b-b9952fd84a42 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3144821-b2f7-4af0-8d5b-b9952fd84a42 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c3144821-b2f7-4af0-8d5b-b9952fd84a42 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3144821-b2f7-4af0-8d5b-b9952fd84a42 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c3144821-b2f7-4af0-8d5b-b9952fd84a42 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:28 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1012/2021] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:28 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 40 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bc639878-7f42-40b2-8737-2bc0f0779326 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] PATH_INFO: `/v3/projects/fa1c6342ed5a49b0b8e556468740e792` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=fa1c6342ed5a49b0b8e556468740e792)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'fa1c6342ed5a49b0b8e556468740e792', 'request_id': 'req-f916a319-d97a-493c-88ff-7309c2937e20'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'fa1c6342ed5a49b0b8e556468740e792', 'request_id': 'req-f916a319-d97a-493c-88ff-7309c2937e20'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'fa1c6342ed5a49b0b8e556468740e792', 'request_id': 'req-f916a319-d97a-493c-88ff-7309c2937e20'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] The token cache is being invalidate because project fa1c6342ed5a49b0b8e556468740e792 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-f916a319-d97a-493c-88ff-7309c2937e20 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1010/2022] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:29 2025] DELETE /identity/v3/projects/fa1c6342ed5a49b0b8e556468740e792 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1013/2023] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1011/2024] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d4356a17-5627-46db-a477-b0349f67d099 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1014/2025] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:29 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 22 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7dad1139-c0d7-4f6a-ab2c-a0f3ee3c23cf None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1012/2026] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:29 2025] POST /identity/v3/projects => generated 372 bytes in 31 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6f251abb-cb38-467a-b24f-8ae716d27d3d ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1015/2027] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:29 2025] POST /identity/v3/users => generated 294 bytes in 53 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4ddeff91-d7c5-4c38-a19e-e77e4c44955b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1013/2028] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:29 2025] GET /identity/v3/roles => generated 1672 bytes in 18 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8b0a82ba-05f6-4f57-8161-697f5d507a26 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] PATH_INFO: `/v3/projects/e99c82c2cd71422d9383d567917800bf/users/697381e3db274ce0a126ea9734616f3b/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e99c82c2cd71422d9383d567917800bf, user_id=697381e3db274ce0a126ea9734616f3b, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1016/2029] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:29 2025] PUT /identity/v3/projects/e99c82c2cd71422d9383d567917800bf/users/697381e3db274ce0a126ea9734616f3b/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b869608b-423b-420c-8450-9937b2c2e1c3 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d1940f4-0a91-4574-9b07-0eb2429c4ceb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d1940f4-0a91-4574-9b07-0eb2429c4ceb ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d1940f4-0a91-4574-9b07-0eb2429c4ceb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d1940f4-0a91-4574-9b07-0eb2429c4ceb ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d1940f4-0a91-4574-9b07-0eb2429c4ceb ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d1940f4-0a91-4574-9b07-0eb2429c4ceb ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1014/2030] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:29 2025] GET /identity/v3/roles => generated 1672 bytes in 43 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-452b8856-b13c-48e3-bf8b-5edf4ee42554 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] PATH_INFO: `/v3/projects/e99c82c2cd71422d9383d567917800bf/users/697381e3db274ce0a126ea9734616f3b/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=e99c82c2cd71422d9383d567917800bf, user_id=697381e3db274ce0a126ea9734616f3b, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1017/2031] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:29 2025] PUT /identity/v3/projects/e99c82c2cd71422d9383d567917800bf/users/697381e3db274ce0a126ea9734616f3b/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 17 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] MFA Rules not processed for user `697381e3db274ce0a126ea9734616f3b`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1015/2032] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:29 2025] POST /identity/v3/auth/tokens => generated 2502 bytes in 60 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0607ac90-ae28-4c20-8cec-7ed3c1a292f4 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f7b79538-e5c9-4a9c-a285-22f63bcfe9b1 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7b79538-e5c9-4a9c-a285-22f63bcfe9b1 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7b79538-e5c9-4a9c-a285-22f63bcfe9b1 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f7b79538-e5c9-4a9c-a285-22f63bcfe9b1 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7b79538-e5c9-4a9c-a285-22f63bcfe9b1 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-f7b79538-e5c9-4a9c-a285-22f63bcfe9b1 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1018/2033] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:29 2025] GET /identity/v3/auth/tokens => generated 2502 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ccf51a5b-c5c4-4748-9776-b570a62eeabd None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] PATH_INFO: `/v3/users/697381e3db274ce0a126ea9734616f3b` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=697381e3db274ce0a126ea9734616f3b)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '697381e3db274ce0a126ea9734616f3b', 'request_id': 'req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '697381e3db274ce0a126ea9734616f3b', 'request_id': 'req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '697381e3db274ce0a126ea9734616f3b', 'request_id': 'req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '697381e3db274ce0a126ea9734616f3b', 'request_id': 'req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '697381e3db274ce0a126ea9734616f3b', 'request_id': 'req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1016/2034] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:29 2025] DELETE /identity/v3/users/697381e3db274ce0a126ea9734616f3b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1019/2035] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:29 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 57 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fc0011aa-2be0-4f8b-8ceb-2cc31f783642 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-76000889-1227-4983-ae74-171024dbfa1d service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76000889-1227-4983-ae74-171024dbfa1d service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76000889-1227-4983-ae74-171024dbfa1d service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-76000889-1227-4983-ae74-171024dbfa1d service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76000889-1227-4983-ae74-171024dbfa1d service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-76000889-1227-4983-ae74-171024dbfa1d service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:29 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1017/2036] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:29 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ee3adaa2-2a37-4db6-b4c4-b6480034d02c None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] PATH_INFO: `/v3/projects/e99c82c2cd71422d9383d567917800bf` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] RBAC: Authorizing `identity:delete_project(project_id=e99c82c2cd71422d9383d567917800bf)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'e99c82c2cd71422d9383d567917800bf', 'request_id': 'req-13d0006f-0d55-4590-8952-8150d16f737f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'e99c82c2cd71422d9383d567917800bf', 'request_id': 'req-13d0006f-0d55-4590-8952-8150d16f737f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'e99c82c2cd71422d9383d567917800bf', 'request_id': 'req-13d0006f-0d55-4590-8952-8150d16f737f'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] The token cache is being invalidate because project e99c82c2cd71422d9383d567917800bf was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-13d0006f-0d55-4590-8952-8150d16f737f ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1020/2037] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:30 2025] DELETE /identity/v3/projects/e99c82c2cd71422d9383d567917800bf => generated 0 bytes in 58 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1018/2038] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:30 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1021/2039] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:30 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 27 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fd74d4de-1f1b-4481-83df-eddfd0f19911 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1019/2040] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:30 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 19 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f81afb76-eb30-4f2c-8b17-1b04ebb69a82 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1022/2041] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:30 2025] POST /identity/v3/projects => generated 376 bytes in 35 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3c297ee7-7b80-4cb3-82da-0ee61ba16e5e ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1020/2042] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:30 2025] POST /identity/v3/users => generated 296 bytes in 60 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ea02a35e-4db7-43a3-99f3-249d6ea1efa3 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1023/2043] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:30 2025] GET /identity/v3/roles => generated 1672 bytes in 23 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-13e36b94-5ff5-40df-a2e9-e092368c5535 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] PATH_INFO: `/v3/projects/8e658465ce2e4856bfa6292173b31a51/users/c2ee97822c374553b39869dcabfbe6f2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8e658465ce2e4856bfa6292173b31a51, user_id=c2ee97822c374553b39869dcabfbe6f2, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1021/2044] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:30 2025] PUT /identity/v3/projects/8e658465ce2e4856bfa6292173b31a51/users/c2ee97822c374553b39869dcabfbe6f2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-42fe82da-0676-4511-8b89-676bbe3f3e46 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-10c79afa-5c20-4407-b343-40c62a5d0e21 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c79afa-5c20-4407-b343-40c62a5d0e21 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c79afa-5c20-4407-b343-40c62a5d0e21 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-10c79afa-5c20-4407-b343-40c62a5d0e21 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10c79afa-5c20-4407-b343-40c62a5d0e21 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-10c79afa-5c20-4407-b343-40c62a5d0e21 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1024/2045] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:30 2025] GET /identity/v3/roles => generated 1672 bytes in 46 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e2b3ee2a-ebf3-42a1-b2c4-4c44efd6b6e4 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] PATH_INFO: `/v3/projects/8e658465ce2e4856bfa6292173b31a51/users/c2ee97822c374553b39869dcabfbe6f2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=8e658465ce2e4856bfa6292173b31a51, user_id=c2ee97822c374553b39869dcabfbe6f2, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1022/2046] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:30 2025] PUT /identity/v3/projects/8e658465ce2e4856bfa6292173b31a51/users/c2ee97822c374553b39869dcabfbe6f2/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 19 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] MFA Rules not processed for user `c2ee97822c374553b39869dcabfbe6f2`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1025/2047] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:30 2025] POST /identity/v3/auth/tokens => generated 2506 bytes in 59 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a8909952-a737-4a7f-8a45-e93466103962 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a566917c-b7fb-4c33-9ce1-227c96f44030 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a566917c-b7fb-4c33-9ce1-227c96f44030 service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a566917c-b7fb-4c33-9ce1-227c96f44030 service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a566917c-b7fb-4c33-9ce1-227c96f44030 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a566917c-b7fb-4c33-9ce1-227c96f44030 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a566917c-b7fb-4c33-9ce1-227c96f44030 service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:30 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1023/2048] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:30 2025] GET /identity/v3/auth/tokens => generated 2506 bytes in 62 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-27a54718-751e-491d-ae0e-69c4a2698e54 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] PATH_INFO: `/v3/users/c2ee97822c374553b39869dcabfbe6f2` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=c2ee97822c374553b39869dcabfbe6f2)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'c2ee97822c374553b39869dcabfbe6f2', 'request_id': 'req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'c2ee97822c374553b39869dcabfbe6f2', 'request_id': 'req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'c2ee97822c374553b39869dcabfbe6f2', 'request_id': 'req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'c2ee97822c374553b39869dcabfbe6f2', 'request_id': 'req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'c2ee97822c374553b39869dcabfbe6f2', 'request_id': 'req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1026/2049] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:39 2025] DELETE /identity/v3/users/c2ee97822c374553b39869dcabfbe6f2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1024/2050] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:39 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0b93a8e3-efeb-445e-bb1f-3ee15ab4d707 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3a2f0b94-0d28-4c97-a4c0-74a3487b58c1 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a2f0b94-0d28-4c97-a4c0-74a3487b58c1 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a2f0b94-0d28-4c97-a4c0-74a3487b58c1 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3a2f0b94-0d28-4c97-a4c0-74a3487b58c1 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a2f0b94-0d28-4c97-a4c0-74a3487b58c1 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3a2f0b94-0d28-4c97-a4c0-74a3487b58c1 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:39 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1027/2051] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:39 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-de1b6661-ab89-4a02-92c2-8b5684681b5b None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] PATH_INFO: `/v3/projects/8e658465ce2e4856bfa6292173b31a51` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] RBAC: Authorizing `identity:delete_project(project_id=8e658465ce2e4856bfa6292173b31a51)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': '8e658465ce2e4856bfa6292173b31a51', 'request_id': 'req-c4aa8b9a-9b85-4696-928f-2176fc771c3c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': '8e658465ce2e4856bfa6292173b31a51', 'request_id': 'req-c4aa8b9a-9b85-4696-928f-2176fc771c3c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': '8e658465ce2e4856bfa6292173b31a51', 'request_id': 'req-c4aa8b9a-9b85-4696-928f-2176fc771c3c'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] The token cache is being invalidate because project 8e658465ce2e4856bfa6292173b31a51 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-c4aa8b9a-9b85-4696-928f-2176fc771c3c ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1025/2052] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:40 2025] DELETE /identity/v3/projects/8e658465ce2e4856bfa6292173b31a51 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1028/2053] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:40 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 56 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1026/2054] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:40 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 30 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-19f24e87-6ce7-4e58-8fb3-5c9d6703ce99 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1029/2055] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:40 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 27 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-221aee8c-7256-4762-b6d2-005e7367510c None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1027/2056] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:40 2025] POST /identity/v3/projects => generated 374 bytes in 33 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55e92368-ce9c-406c-9b19-1d1fc44d457b ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1030/2057] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:40 2025] POST /identity/v3/users => generated 295 bytes in 62 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53be48d0-8205-4b3f-a1bc-65f44733a11b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1028/2058] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:40 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6b97c500-e94d-4bc0-b801-d34c91a75fee ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] PATH_INFO: `/v3/projects/fad46d0adef34921933449eeeb5a7ce5/users/e94503858e7b4bd58f2415e4caa14bc8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fad46d0adef34921933449eeeb5a7ce5, user_id=e94503858e7b4bd58f2415e4caa14bc8, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1031/2059] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:40 2025] PUT /identity/v3/projects/fad46d0adef34921933449eeeb5a7ce5/users/e94503858e7b4bd58f2415e4caa14bc8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ebeaeb0f-1a7b-4e00-ad94-b3abf28515c4 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6d7a71d7-3164-4bb4-b421-35a8bc9a82fa ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d7a71d7-3164-4bb4-b421-35a8bc9a82fa ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d7a71d7-3164-4bb4-b421-35a8bc9a82fa ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6d7a71d7-3164-4bb4-b421-35a8bc9a82fa ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6d7a71d7-3164-4bb4-b421-35a8bc9a82fa ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6d7a71d7-3164-4bb4-b421-35a8bc9a82fa ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1029/2060] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:40 2025] GET /identity/v3/roles => generated 1672 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8c15310d-39f2-4ddd-b276-4e1928700dea ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] PATH_INFO: `/v3/projects/fad46d0adef34921933449eeeb5a7ce5/users/e94503858e7b4bd58f2415e4caa14bc8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] RBAC: Authorizing `identity:create_grant(project_id=fad46d0adef34921933449eeeb5a7ce5, user_id=e94503858e7b4bd58f2415e4caa14bc8, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1032/2061] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:40 2025] PUT /identity/v3/projects/fad46d0adef34921933449eeeb5a7ce5/users/e94503858e7b4bd58f2415e4caa14bc8/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] MFA Rules not processed for user `e94503858e7b4bd58f2415e4caa14bc8`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1030/2062] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:40 2025] POST /identity/v3/auth/tokens => generated 2504 bytes in 62 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-62fe907a-6a1f-4cd3-824e-185152472c0c ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:40 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1033/2063] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:40 2025] GET /identity/v3/auth/tokens => generated 2504 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-bbaf5409-6f55-43c1-a2dc-cd3fddaefd22 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d347364-920e-466c-841b-c37513713832 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d347364-920e-466c-841b-c37513713832 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d347364-920e-466c-841b-c37513713832 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d347364-920e-466c-841b-c37513713832 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d347364-920e-466c-841b-c37513713832 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-7d347364-920e-466c-841b-c37513713832 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:41 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1031/2064] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:46:41 2025] GET /identity/v3/limits/model => generated 131 bytes in 75 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:41 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-d5690fcb-d8cb-42d0-8d9a-ceb360e5fe57 service cinder] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1034/2065] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:46:41 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d347364-920e-466c-841b-c37513713832 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d347364-920e-466c-841b-c37513713832 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_total, project_id=fad46d0adef34921933449eeeb5a7ce5) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1032/2066] 10.201.9.223 () {56 vars in 1400 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_total&project_id=fad46d0adef34921933449eeeb5a7ce5 => generated 248 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4bfc67b2-8723-4148-b2df-5939bfdfff8c None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_total) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1035/2067] 10.201.9.223 () {56 vars in 1345 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_total => generated 530 bytes in 62 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-00210073-e72d-4cc6-9450-3a7ed5ba03fe None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1033/2068] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/limits/model => generated 131 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a1a68ccb-4324-4121-b078-ba2c4faf7ee7 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1036/2069] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a3b4c058-7e5a-4307-873e-8ec832334138 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_size_total, project_id=fad46d0adef34921933449eeeb5a7ce5) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1034/2070] 10.201.9.223 () {56 vars in 1398 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_size_total&project_id=fad46d0adef34921933449eeeb5a7ce5 => generated 247 bytes in 45 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3bb4d647-98a6-451a-a731-d3f9fe4f5533 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_size_total) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1037/2071] 10.201.9.223 () {56 vars in 1343 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_size_total => generated 529 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-0c8afda3-66d0-4e80-b8db-b0a43297f5e3 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1035/2072] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/limits/model => generated 131 bytes in 50 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e14225c9-ca38-45cc-8213-b325e7e39283 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1038/2073] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-410840df-3dc1-49d6-a51d-b953aa9f4b31 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_uploading, project_id=fad46d0adef34921933449eeeb5a7ce5) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1036/2074] 10.201.9.223 () {56 vars in 1408 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_uploading&project_id=fad46d0adef34921933449eeeb5a7ce5 => generated 252 bytes in 57 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1a9c9346-b93a-41b3-92fb-4f288c876bfe None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_uploading) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:42 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1039/2075] 10.201.9.223 () {56 vars in 1353 bytes} [Tue Jan 14 22:46:42 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_uploading => generated 538 bytes in 47 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-57928705-cb9d-4885-83da-befcfb032ec1 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1037/2076] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/limits/model => generated 131 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4e51c3b6-3df9-4191-8127-b69ee9df6065 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1040/2077] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 67 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ce50cf3b-f927-4663-81d1-19255f54f4f2 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_total, project_id=fad46d0adef34921933449eeeb5a7ce5) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1038/2078] 10.201.9.223 () {56 vars in 1400 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_total&project_id=fad46d0adef34921933449eeeb5a7ce5 => generated 248 bytes in 76 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c2dce691-a201-4f21-86f8-dcf8dd3ffa30 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_total) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1041/2079] 10.201.9.223 () {56 vars in 1345 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_total => generated 530 bytes in 59 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b7ce34be-61df-409d-91e2-297d61e402ac None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1039/2080] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/limits/model => generated 131 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2cf4d81-e028-4349-b4ae-57af1ceb1b3a None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1042/2081] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-299d82ca-4a05-4952-a319-5d0433fee858 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_size_total, project_id=fad46d0adef34921933449eeeb5a7ce5) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1040/2082] 10.201.9.223 () {56 vars in 1398 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_size_total&project_id=fad46d0adef34921933449eeeb5a7ce5 => generated 247 bytes in 61 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-fa99f9e7-1292-45e3-9dd2-fb66434ed8f1 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_size_total) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:43 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1043/2083] 10.201.9.223 () {56 vars in 1343 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_size_total => generated 529 bytes in 49 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:43 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ae6df6b-ae41-4a9d-aa1e-347199324f14 None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] PATH_INFO: `/v3/limits/model` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] RBAC: Authorizing `identity:get_limit_model()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1041/2084] 10.201.9.223 () {56 vars in 1126 bytes} [Tue Jan 14 22:46:43 2025] GET /identity/v3/limits/model => generated 131 bytes in 58 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6844765c-8f23-414e-a63a-31acd6277d61 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] PATH_INFO: `/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] RBAC: Authorizing `identity:get_endpoint(endpoint_id=a617c024b33a4dc9935e2bc3e91ddcf6)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1044/2085] 10.201.9.223 () {56 vars in 1216 bytes} [Tue Jan 14 22:46:44 2025] GET /identity/v3/endpoints/a617c024b33a4dc9935e2bc3e91ddcf6 => generated 329 bytes in 51 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-4cba76ac-4044-4eb0-a395-e8cf69b715cd None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] PATH_INFO: `/v3/limits` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_uploading, project_id=fad46d0adef34921933449eeeb5a7ce5) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] RBAC: Authorizing `identity:list_limits()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1042/2086] 10.201.9.223 () {56 vars in 1408 bytes} [Tue Jan 14 22:46:44 2025] GET /identity/v3/limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_uploading&project_id=fad46d0adef34921933449eeeb5a7ce5 => generated 252 bytes in 53 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-550ec4b5-7f7c-4bfd-bd14-5a49075be234 None glance] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-aa17c517-d908-4b54-baac-c3d802226e3f None glance] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'cbed57a1ff42434f8ea6094e787fb6dd', 'user_domain_id': 'default', 'system_scope': 'all', 'project_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa17c517-d908-4b54-baac-c3d802226e3f None glance] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa17c517-d908-4b54-baac-c3d802226e3f None glance] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-aa17c517-d908-4b54-baac-c3d802226e3f None glance] PATH_INFO: `/v3/registered_limits` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa17c517-d908-4b54-baac-c3d802226e3f None glance] RBAC: Adding query filter params (service_id=479c0b7c00794c79a1a025638504071e, region_id=RegionOne, resource_name=image_count_uploading) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa17c517-d908-4b54-baac-c3d802226e3f None glance] RBAC: Authorizing `identity:list_registered_limits()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-aa17c517-d908-4b54-baac-c3d802226e3f None glance] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:44 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1045/2087] 10.201.9.223 () {56 vars in 1353 bytes} [Tue Jan 14 22:46:44 2025] GET /identity/v3/registered_limits?service_id=479c0b7c00794c79a1a025638504071e®ion_id=RegionOne&resource_name=image_count_uploading => generated 538 bytes in 48 msecs (HTTP/1.1 200) 5 headers in 177 bytes (1 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93760b5a-8399-4551-9eeb-4272dcf1c66e None glance] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] PATH_INFO: `/v3/users/e94503858e7b4bd58f2415e4caa14bc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] RBAC: Authorizing `identity:delete_user(user_id=e94503858e7b4bd58f2415e4caa14bc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'e94503858e7b4bd58f2415e4caa14bc8', 'request_id': 'req-eb98f456-42bd-41ef-a93d-c77b434ef4ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'e94503858e7b4bd58f2415e4caa14bc8', 'request_id': 'req-eb98f456-42bd-41ef-a93d-c77b434ef4ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'e94503858e7b4bd58f2415e4caa14bc8', 'request_id': 'req-eb98f456-42bd-41ef-a93d-c77b434ef4ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'e94503858e7b4bd58f2415e4caa14bc8', 'request_id': 'req-eb98f456-42bd-41ef-a93d-c77b434ef4ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'e94503858e7b4bd58f2415e4caa14bc8', 'request_id': 'req-eb98f456-42bd-41ef-a93d-c77b434ef4ec'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1043/2088] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:46 2025] DELETE /identity/v3/users/e94503858e7b4bd58f2415e4caa14bc8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1046/2089] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 53 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-eb98f456-42bd-41ef-a93d-c77b434ef4ec ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b2015d3d-81c0-4bfb-8d38-a2db1a8361a4 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2015d3d-81c0-4bfb-8d38-a2db1a8361a4 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2015d3d-81c0-4bfb-8d38-a2db1a8361a4 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b2015d3d-81c0-4bfb-8d38-a2db1a8361a4 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2015d3d-81c0-4bfb-8d38-a2db1a8361a4 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b2015d3d-81c0-4bfb-8d38-a2db1a8361a4 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1044/2090] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:46 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-55afd709-5f91-48e8-b25e-dbe4cd01a43a None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] PATH_INFO: `/v3/projects/fad46d0adef34921933449eeeb5a7ce5` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=fad46d0adef34921933449eeeb5a7ce5)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'fad46d0adef34921933449eeeb5a7ce5', 'request_id': 'req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'fad46d0adef34921933449eeeb5a7ce5', 'request_id': 'req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'fad46d0adef34921933449eeeb5a7ce5', 'request_id': 'req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] The token cache is being invalidate because project fad46d0adef34921933449eeeb5a7ce5 was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-ef8d04ef-0803-4f1e-ab18-3730e91c0cd4 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1047/2091] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:46 2025] DELETE /identity/v3/projects/fad46d0adef34921933449eeeb5a7ce5 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1045/2092] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1048/2093] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:46 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-7d954ca5-d6bd-4df9-a9c8-f6d6d91bffd5 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] PATH_INFO: `/v3/domains` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60544) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1046/2094] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:46 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-95c7850a-e754-4881-baf5-f9a41fc093a5 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1049/2095] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:46 2025] POST /identity/v3/projects => generated 392 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-ca546fa5-be81-422b-a769-8648df0b3dfc ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] PATH_INFO: `/v3/users` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1047/2096] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:46 2025] POST /identity/v3/users => generated 304 bytes in 54 msecs (HTTP/1.1 201) 5 headers in 182 bytes (1 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9de7e2e3-4569-4157-bab8-140ec90daa84 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1050/2097] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:46 2025] GET /identity/v3/roles => generated 1672 bytes in 17 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b73b7ecf-940b-41b7-a29e-cecbf2d45781 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] PATH_INFO: `/v3/projects/bf9591606baf4273a4d36d561418be8f/users/b9dbdde102494ca29b3b4dcc0da3913d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bf9591606baf4273a4d36d561418be8f, user_id=b9dbdde102494ca29b3b4dcc0da3913d, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1048/2098] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:46 2025] PUT /identity/v3/projects/bf9591606baf4273a4d36d561418be8f/users/b9dbdde102494ca29b3b4dcc0da3913d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9e1b99f6-7e35-4795-92d3-07136c4ae1cb ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1ed4bb5e-d5a0-43cc-a647-51c95f0207f1 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ed4bb5e-d5a0-43cc-a647-51c95f0207f1 ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ed4bb5e-d5a0-43cc-a647-51c95f0207f1 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1ed4bb5e-d5a0-43cc-a647-51c95f0207f1 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ed4bb5e-d5a0-43cc-a647-51c95f0207f1 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1ed4bb5e-d5a0-43cc-a647-51c95f0207f1 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1051/2099] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:46 2025] GET /identity/v3/roles => generated 1672 bytes in 41 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cfb300fc-02cd-419d-9cef-0dfc3600354d ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] PATH_INFO: `/v3/projects/bf9591606baf4273a4d36d561418be8f/users/b9dbdde102494ca29b3b4dcc0da3913d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=bf9591606baf4273a4d36d561418be8f, user_id=b9dbdde102494ca29b3b4dcc0da3913d, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1049/2100] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:46 2025] PUT /identity/v3/projects/bf9591606baf4273a4d36d561418be8f/users/b9dbdde102494ca29b3b4dcc0da3913d/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 15 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] MFA Rules not processed for user `b9dbdde102494ca29b3b4dcc0da3913d`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:46 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1052/2101] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:46 2025] POST /identity/v3/auth/tokens => generated 2522 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-53b7349c-f60a-44a3-a004-495381b72117 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-93033b57-63e0-4b79-ac49-36c3fa78ecce service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93033b57-63e0-4b79-ac49-36c3fa78ecce service cinder] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93033b57-63e0-4b79-ac49-36c3fa78ecce service cinder] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-93033b57-63e0-4b79-ac49-36c3fa78ecce service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93033b57-63e0-4b79-ac49-36c3fa78ecce service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-93033b57-63e0-4b79-ac49-36c3fa78ecce service cinder] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:47 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1050/2102] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:47 2025] GET /identity/v3/auth/tokens => generated 2522 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-26025240-e0ce-4aa4-bb79-713907ac4872 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] PATH_INFO: `/v3/users/b9dbdde102494ca29b3b4dcc0da3913d` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] RBAC: Authorizing `identity:delete_user(user_id=b9dbdde102494ca29b3b4dcc0da3913d)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': 'b9dbdde102494ca29b3b4dcc0da3913d', 'request_id': 'req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': 'b9dbdde102494ca29b3b4dcc0da3913d', 'request_id': 'req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': 'b9dbdde102494ca29b3b4dcc0da3913d', 'request_id': 'req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': 'b9dbdde102494ca29b3b4dcc0da3913d', 'request_id': 'req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': 'b9dbdde102494ca29b3b4dcc0da3913d', 'request_id': 'req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1053/2103] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:46:56 2025] DELETE /identity/v3/users/b9dbdde102494ca29b3b4dcc0da3913d => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1051/2104] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:56 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 54 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-9616df07-ae13-49b6-8cbb-5b8cb96c03a7 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-cddcdeed-38bd-4953-a1c4-ccf9fbc1c7d8 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cddcdeed-38bd-4953-a1c4-ccf9fbc1c7d8 service neutron] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cddcdeed-38bd-4953-a1c4-ccf9fbc1c7d8 service neutron] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-cddcdeed-38bd-4953-a1c4-ccf9fbc1c7d8 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cddcdeed-38bd-4953-a1c4-ccf9fbc1c7d8 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-cddcdeed-38bd-4953-a1c4-ccf9fbc1c7d8 service neutron] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:56 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1054/2105] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:56 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 42 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-e44be9c1-5a89-4c82-8dc9-3ebc4cef1a4f None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] PATH_INFO: `/v3/projects/bf9591606baf4273a4d36d561418be8f` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=bf9591606baf4273a4d36d561418be8f)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'bf9591606baf4273a4d36d561418be8f', 'request_id': 'req-b0c47d40-fc10-4833-ae4c-a8146dc55c52'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'bf9591606baf4273a4d36d561418be8f', 'request_id': 'req-b0c47d40-fc10-4833-ae4c-a8146dc55c52'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'bf9591606baf4273a4d36d561418be8f', 'request_id': 'req-b0c47d40-fc10-4833-ae4c-a8146dc55c52'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] The token cache is being invalidate because project bf9591606baf4273a4d36d561418be8f was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60544) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-b0c47d40-fc10-4833-ae4c-a8146dc55c52 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1052/2106] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:46:57 2025] DELETE /identity/v3/projects/bf9591606baf4273a4d36d561418be8f => generated 0 bytes in 53 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1055/2107] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:57 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 51 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1053/2108] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:57 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 19 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-6ee468ee-cb8b-4cd4-8119-22114efd332f None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] PATH_INFO: `/v3/domains` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] RBAC: Adding query filter params (name=Default) {{(pid=60543) _extract_filter_values /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:176}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] RBAC: Authorizing `identity:list_domains()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1056/2109] 10.201.9.223 () {58 vars in 1150 bytes} [Tue Jan 14 22:46:57 2025] GET /identity/v3/domains?name=Default => generated 310 bytes in 21 msecs (HTTP/1.1 200) 5 headers in 177 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-22516fae-3147-4af7-9a90-ee5686ef3ada None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] PATH_INFO: `/v3/projects` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] RBAC: Authorizing `identity:create_project()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1054/2110] 10.201.9.223 () {60 vars in 1150 bytes} [Tue Jan 14 22:46:57 2025] POST /identity/v3/projects => generated 400 bytes in 24 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-88099bc0-cd86-4160-9c09-08c7052e6b4e ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] PATH_INFO: `/v3/users` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] RBAC: Authorizing `identity:create_user()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1057/2111] 10.201.9.223 () {60 vars in 1141 bytes} [Tue Jan 14 22:46:57 2025] POST /identity/v3/users => generated 308 bytes in 76 msecs (HTTP/1.1 201) 5 headers in 182 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-afbd075c-814c-44b2-a42a-2a12d1279184 ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1055/2112] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:57 2025] GET /identity/v3/roles => generated 1672 bytes in 20 msecs (HTTP/1.1 200) 5 headers in 178 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-787c7f7d-34ed-49d7-8838-8dd6994755a8 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] PATH_INFO: `/v3/projects/ea9f9b05945b4720bea7a98d3be7a69b/users/36d4408605a54bdf8addb081f0b35b79/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ea9f9b05945b4720bea7a98d3be7a69b, user_id=36d4408605a54bdf8addb081f0b35b79, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1058/2113] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:57 2025] PUT /identity/v3/projects/ea9f9b05945b4720bea7a98d3be7a69b/users/36d4408605a54bdf8addb081f0b35b79/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-a18c480e-ce3f-4eb8-a8d3-9357e0e99b6c ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-43f69520-40c6-4363-b25b-8f3fcd6278d2 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43f69520-40c6-4363-b25b-8f3fcd6278d2 ****** ******] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43f69520-40c6-4363-b25b-8f3fcd6278d2 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-43f69520-40c6-4363-b25b-8f3fcd6278d2 ****** ******] PATH_INFO: `/v3/roles` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43f69520-40c6-4363-b25b-8f3fcd6278d2 ****** ******] RBAC: Authorizing `identity:list_roles()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-43f69520-40c6-4363-b25b-8f3fcd6278d2 ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1056/2114] 10.201.9.223 () {58 vars in 1119 bytes} [Tue Jan 14 22:46:57 2025] GET /identity/v3/roles => generated 1672 bytes in 56 msecs (HTTP/1.1 200) 5 headers in 178 bytes (1 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dbfee81e-cd27-4192-8167-ad8b278458df ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] REQUEST_METHOD: `PUT` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] PATH_INFO: `/v3/projects/ea9f9b05945b4720bea7a98d3be7a69b/users/36d4408605a54bdf8addb081f0b35b79/roles/0ad4ed697fe94e3e873b5a93b55dcdc8` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] RBAC: Authorizing `identity:create_grant(project_id=ea9f9b05945b4720bea7a98d3be7a69b, user_id=36d4408605a54bdf8addb081f0b35b79, role_id=0ad4ed697fe94e3e873b5a93b55dcdc8)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1059/2115] 10.201.9.223 () {60 vars in 1480 bytes} [Tue Jan 14 22:46:57 2025] PUT /identity/v3/projects/ea9f9b05945b4720bea7a98d3be7a69b/users/36d4408605a54bdf8addb081f0b35b79/roles/0ad4ed697fe94e3e873b5a93b55dcdc8 => generated 0 bytes in 21 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] REQUEST_METHOD: `POST` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: WARNING keystone.common.password_hashing [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.auth.core [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] MFA Rules not processed for user `36d4408605a54bdf8addb081f0b35b79`. Rule list: `[]` (Enabled: `True`). {{(pid=60544) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1057/2116] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:46:57 2025] POST /identity/v3/auth/tokens => generated 2530 bytes in 55 msecs (HTTP/1.1 201) 6 headers in 385 bytes (2 switches on core 0) +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-1dbfd6e5-b73e-4bcf-ad09-e51a3ae91170 ****** ******] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-3ed02486-af97-4556-b18d-6f63f3b09a6b service cinder] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'a56980bf0d194f52b0ae1ea5202ab0cb', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ed02486-af97-4556-b18d-6f63f3b09a6b service cinder] REQUEST_METHOD: `GET` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ed02486-af97-4556-b18d-6f63f3b09a6b service cinder] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-3ed02486-af97-4556-b18d-6f63f3b09a6b service cinder] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ed02486-af97-4556-b18d-6f63f3b09a6b service cinder] RBAC: Authorizing `identity:validate_token()` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-3ed02486-af97-4556-b18d-6f63f3b09a6b service cinder] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:46:57 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1060/2117] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:46:57 2025] GET /identity/v3/auth/tokens => generated 2530 bytes in 46 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-2ed8a650-0f55-43d5-9946-39cae13796c8 None None] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] PATH_INFO: `/v3/users/36d4408605a54bdf8addb081f0b35b79` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] RBAC: Authorizing `identity:delete_user(user_id=36d4408605a54bdf8addb081f0b35b79)` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Invoking callback _delete_app_creds_on_user_delete_callback for event identity user deleted for {'resource_info': '36d4408605a54bdf8addb081f0b35b79', 'request_id': 'req-8bce2f03-d561-49b7-ae70-276853aba50b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Invoking callback _user_callback for event identity user deleted for {'resource_info': '36d4408605a54bdf8addb081f0b35b79', 'request_id': 'req-8bce2f03-d561-49b7-ae70-276853aba50b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Invoking callback _on_user_delete for event identity user deleted for {'resource_info': '36d4408605a54bdf8addb081f0b35b79', 'request_id': 'req-8bce2f03-d561-49b7-ae70-276853aba50b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Invoking callback _drop_token_cache for event identity user deleted for {'resource_info': '36d4408605a54bdf8addb081f0b35b79', 'request_id': 'req-8bce2f03-d561-49b7-ae70-276853aba50b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.notifications [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Invoking callback _drop_receipt_cache for event identity user deleted for {'resource_info': '36d4408605a54bdf8addb081f0b35b79', 'request_id': 'req-8bce2f03-d561-49b7-ae70-276853aba50b'} {{(pid=60544) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1058/2118] 10.201.9.223 () {58 vars in 1221 bytes} [Tue Jan 14 22:47:02 2025] DELETE /identity/v3/users/36d4408605a54bdf8addb081f0b35b79 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 132 bytes (0 switches on core 0) +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] REQUEST_METHOD: `POST` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] PATH_INFO: `/v3/auth/tokens` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: WARNING keystone.common.password_hashing [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] Truncating password to algorithm specific maximum length 72 characters. +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.auth.core [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] MFA Rules not processed for user `138b1071b456414988a211c10a884d4e`. Rule list: `[]` (Enabled: `True`). {{(pid=60543) check_auth_methods_against_rules /opt/stack/keystone/keystone/auth/core.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1061/2119] 10.201.9.223 () {58 vars in 955 bytes} [Tue Jan 14 22:47:02 2025] POST /identity/v3/auth/tokens => generated 2549 bytes in 69 msecs (HTTP/1.1 201) 6 headers in 385 bytes (1 switches on core 0) +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-8bce2f03-d561-49b7-ae70-276853aba50b ****** ******] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': 'aca64cf98aeb4085a589eed5896ff550', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['service'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1059/2120] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:47:02 2025] GET /identity/v3/auth/tokens => generated 2549 bytes in 49 msecs (HTTP/1.1 200) 6 headers in 380 bytes (2 switches on core 0) +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] Authenticating user token {{(pid=60543) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.fernet_utils [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60543) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-f01b0dad-c693-4ee5-98c7-529313fdb863 None None] Validating token access rules against request {{(pid=60543) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '138b1071b456414988a211c10a884d4e', 'user_domain_id': 'default', 'system_scope': None, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'project_domain_id': 'default', 'roles': ['manager', '******', 'reader', 'member'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60543) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] REQUEST_METHOD: `DELETE` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] SCRIPT_NAME: `/identity` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.server.flask.request_processing.req_logging [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] PATH_INFO: `/v3/projects/ea9f9b05945b4720bea7a98d3be7a69b` {{(pid=60543) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] RBAC: Authorizing `identity:delete_project(project_id=ea9f9b05945b4720bea7a98d3be7a69b)` {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] RBAC: Authorization granted {{(pid=60543) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] Invoking callback _project_callback for event identity project deleted for {'resource_info': 'ea9f9b05945b4720bea7a98d3be7a69b', 'request_id': 'req-c4f3f19d-264c-41f3-b20e-03c900106091'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] Invoking callback _unset_default_project for event identity project deleted for {'resource_info': 'ea9f9b05945b4720bea7a98d3be7a69b', 'request_id': 'req-c4f3f19d-264c-41f3-b20e-03c900106091'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] Invoking callback _on_project_or_endpoint_delete for event identity project deleted for {'resource_info': 'ea9f9b05945b4720bea7a98d3be7a69b', 'request_id': 'req-c4f3f19d-264c-41f3-b20e-03c900106091'} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] The token cache is being invalidate because project ea9f9b05945b4720bea7a98d3be7a69b was deleted. Authorization will be recalculated and enforced accordingly the next time users authenticate or validate a token. {{(pid=60543) invalidate_token_cache_notification /opt/stack/keystone/keystone/notifications.py:339}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] Invoking callback _drop_receipt_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: DEBUG keystone.notifications [None req-c4f3f19d-264c-41f3-b20e-03c900106091 ****** ******] Invoking callback _drop_token_cache for event identity invalidate_token_cache internal for {'resource_info': None} {{(pid=60543) notify_event_callbacks /opt/stack/keystone/keystone/notifications.py:476}} +Jan 14 22:47:02 ubuntu devstack@keystone.service[60543]: [pid: 60543|app: 0|req: 1062/2121] 10.201.9.223 () {58 vars in 1230 bytes} [Tue Jan 14 22:47:02 2025] DELETE /identity/v3/projects/ea9f9b05945b4720bea7a98d3be7a69b => generated 0 bytes in 51 msecs (HTTP/1.1 204) 3 headers in 132 bytes (1 switches on core 0) +Jan 14 22:47:12 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=837,keystone:DELETE=51,keystone:INSERT=19,keystone:UPDATE=3 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:12 ubuntu devstack@keystone.service[60543]: DEBUG dbcounter [-] [60543] Writing DB stats keystone:SELECT=830,keystone:DELETE=51,keystone:INSERT=23,keystone:UPDATE=2 {{(pid=60543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] Authenticating user token {{(pid=60544) process_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:406}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-dfae060f-8927-4fc8-ad9b-468ebfdff7b6 service neutron] Validating token access rules against request {{(pid=60544) validate_allowed_request /opt/stack/data/venv/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py:544}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.middleware.auth_context [None req-35711b6e-f5c8-4680-8d5a-6e9d9a1e8d75 service placement] RBAC: auth_context: {'token': , 'domain_id': None, 'trust_id': None, 'trustor_id': None, 'trustee_id': None, 'domain_name': None, 'group_ids': [], 'user_id': '349a22c9816b4961aabbe5165a641a6a', 'user_domain_id': 'default', 'system_scope': None, 'project_id': '4c2f9fd6a50945829cdaabe9d7940731', 'project_domain_id': 'default', 'roles': ['manager', 'reader', 'service', 'member', '******'], 'is_******_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} {{(pid=60544) fill_context /opt/stack/keystone/keystone/server/flask/request_processing/middleware/auth_context.py:506}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35711b6e-f5c8-4680-8d5a-6e9d9a1e8d75 service placement] REQUEST_METHOD: `GET` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:26}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35711b6e-f5c8-4680-8d5a-6e9d9a1e8d75 service placement] SCRIPT_NAME: `/identity` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:27}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.server.flask.request_processing.req_logging [None req-35711b6e-f5c8-4680-8d5a-6e9d9a1e8d75 service placement] PATH_INFO: `/v3/auth/tokens` {{(pid=60544) log_request_info /opt/stack/keystone/keystone/server/flask/request_processing/req_logging.py:28}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.fernet_utils [None req-35711b6e-f5c8-4680-8d5a-6e9d9a1e8d75 service placement] Loaded 2 Fernet keys from /etc/keystone/fernet-keys/, but `[fernet_tokens] max_active_keys = 3`; perhaps there have not been enough key rotations to reach `max_active_keys` yet? {{(pid=60544) load_keys /opt/stack/keystone/keystone/common/fernet_utils.py:297}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35711b6e-f5c8-4680-8d5a-6e9d9a1e8d75 service placement] RBAC: Authorizing `identity:validate_token()` {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:495}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: DEBUG keystone.common.rbac_enforcer.enforcer [None req-35711b6e-f5c8-4680-8d5a-6e9d9a1e8d75 service placement] RBAC: Authorization granted {{(pid=60544) enforce_call /opt/stack/keystone/keystone/common/rbac_enforcer/enforcer.py:506}} +Jan 14 22:47:20 ubuntu devstack@keystone.service[60544]: [pid: 60544|app: 0|req: 1060/2122] 10.201.9.223 () {60 vars in 1362 bytes} [Tue Jan 14 22:47:20 2025] GET /identity/v3/auth/tokens => generated 2613 bytes in 138 msecs (HTTP/1.1 200) 6 headers in 380 bytes (1 switches on core 0) +Jan 14 22:47:30 ubuntu devstack@keystone.service[60544]: DEBUG dbcounter [-] [60544] Writing DB stats keystone:SELECT=68 {{(pid=60544) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} diff --git a/new_logs/933675/q-svc.service b/new_logs/933675/q-svc.service index 7fc90df33d..4e3be9722b 100755 --- a/new_logs/933675/q-svc.service +++ b/new_logs/933675/q-svc.service @@ -1,10375 +1,10287 @@ -Jan 03 20:30:05 ubuntu systemd[1]: Started Devstack devstack@q-svc.service. -Jan 03 20:30:06 ubuntu neutron-server[90263]: INFO neutron.common.config [-] Logging enabled! -Jan 03 20:30:06 ubuntu neutron-server[90263]: INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-server version 26.0.0.0b3.dev68 -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini {{(pid=90263) setup_logging /opt/stack/neutron/neutron/common/config.py:122}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] Configuration options gathered from: {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ================================================================================ {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] allow_bulk = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] api_extensions_path = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] api_paste_config = api-paste.ini {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] api_workers = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] auth_strategy = keystone {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] backlog = 4096 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] base_mac = fa:16:3e:00:00:00 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] bind_host = 0.0.0.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] bind_port = 9696 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] client_socket_timeout = 900 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] config_dir = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] config_source = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] control_exchange = neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] core_plugin = ml2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] debug = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] default_availability_zones = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] dhcp_agent_notification = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] dhcp_lease_duration = 86400 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] dns_domain = openstacklocal {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] enable_signals = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] enable_traditional_dhcp = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] external_dns_driver = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] filter_validation = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] global_physnet_mtu = 1500 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] host = ubuntu {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] http_retries = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] instance_format = [instance: %(uuid)s] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ipam_driver = internal {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ipv6_pd_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_color = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_config_append = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_dir = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_rotate_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_rotate_interval_type = days {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] log_rotation_type = none {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] max_dns_nameservers = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] max_header_line = 16384 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] max_logfile_count = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] max_logfile_size_mb = 200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] max_subnet_host_routes = 20 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] my_ip = 10.201.9.223 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] my_ipv6 = ::1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] network_link_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] notify_nova_on_port_data_changes = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] notify_nova_on_port_status_changes = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] pagination_max_limit = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] periodic_fuzzy_delay = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] periodic_interval = 40 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] publish_errors = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] rate_limit_burst = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] rate_limit_except_level = CRITICAL {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] rate_limit_interval = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] retry_until_window = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] rpc_response_max_timeout = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] rpc_state_report_workers = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] rpc_workers = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] send_events_interval = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] service_plugins = ['ovn-router'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] setproctitle = on {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] shell_completion = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] state_path = /opt/stack/data/neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] syslog_log_facility = LOG_USER {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] tcp_keepidle = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] transport_url = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] use_eventlog = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] use_journal = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] use_json = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] use_ssl = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] use_stderr = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] use_syslog = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] vlan_transparent = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] watch_log_file = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] wsgi_default_pool_size = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] wsgi_keep_alive = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] wsgi_server_debug = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_concurrency.disable_process_locking = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.connection_string = messaging:// {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.es_doc_type = notification {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.es_scroll_size = 10000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.es_scroll_time = 2m {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.filter_error_trace = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.hmac_keys = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.sentinel_service_name = mymaster {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.socket_timeout = 0.1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.trace_requests = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler.trace_sqlalchemy = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler_jaeger.process_tags = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler_jaeger.service_name_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] profiler_otlp.service_name_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_process_name = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.enforce_new_defaults = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: WARNING oslo_config.cfg [-] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.enforce_scope = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.policy_default_rule = default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_policy.remote_timeout = 60.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] service_providers.service_provider = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.endpoint_type = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.region_name = RegionOne {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] nova.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.endpoint_type = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] placement.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.auth_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.cafile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.connect_retries = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.connect_retry_delay = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.enable_notifications = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.endpoint_override = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.interface = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.max_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.min_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.retriable_status_codes = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.service_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.service_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.status_code_retries = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.status_code_retry_delay = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.valid_interfaces = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ironic.version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] cli_script.dry_run = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_version = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_notifications.driver = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_notifications.retry = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_messaging_notifications.transport_url = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] oslo_reports.log_dir = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:30:06 ubuntu neutron-server[90263]: DEBUG oslo.service.wsgi [-] Loading app neutron from /etc/neutron/api-paste.ini {{(pid=90263) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "plugin-directory" by "neutron_lib.plugins.directory._create_plugin_directory" {{(pid=90263) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" acquired by "neutron_lib.plugins.directory._create_plugin_directory" :: waited 0.000s {{(pid=90263) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" "released" by "neutron_lib.plugins.directory._create_plugin_directory" :: held 0.000s {{(pid=90263) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "manager" by "neutron.manager.NeutronManager._create_instance" {{(pid=90263) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Lock "manager" acquired by "neutron.manager.NeutronManager._create_instance" :: waited 0.000s {{(pid=90263) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.manager [-] Loading core plugin: ml2 -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: network precommit_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network precommit_delete 0, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port provisioning_complete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > agent after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete 0, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: network configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: port configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnet configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnetpool configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group_rule configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'geneve'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.drivers.type_flat [-] Allowable flat physical_network names: ['public'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('public', [(1, 4094)])]) -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'local', 'vlan'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'local', 'vlan']) -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['port_security', 'qos'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['port_security', 'qos'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['port_security', 'qos'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn', 'logger'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn', 'logger'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn', 'logger'] -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_response 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_response 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] -Jan 03 20:30:07 ubuntu neutron-server[90263]: WARNING oslo_policy.policy [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] 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. -Jan 03 20:30:07 ubuntu neutron-server[90263]: WARNING oslo_policy.policy [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] 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. -Jan 03 20:30:07 ubuntu neutron-server[90263]: INFO dbcounter [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Registered counter for database neutron -Jan 03 20:30:07 ubuntu neutron-server[90263]: DEBUG oslo_db.sqlalchemy.engines [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=90263) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:30:08 ubuntu neutron-server[90263]: DEBUG dbcounter [-] [90263] Writer thread running {{(pid=90263) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Initializing driver for type 'local' -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Initializing driver for type 'vlan' -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.drivers.type_vlan [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] VlanTypeDriver initialization complete -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Initializing extension driver 'port_security' -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.extensions.port_security [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] PortSecurityExtensionDriver initialization complete -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Initializing extension driver 'qos' -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.plugins.ml2.extensions.qos [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] QosExtensionDriver initialization complete {{(pid=90263) initialize /opt/stack/neutron/neutron/plugins/ml2/extensions/qos.py:31}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Initializing mechanism driver 'ovn' -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Starting OVNMechanismDriver -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > process before_spawn 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > process after_init 55550000, True {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > segment after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > segment after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > segment after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group precommit_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group_rule precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group_rule before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > address_group after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > address_group after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > qos_plugin after_init 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > trunk_plugin after_init 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > logging-plugin after_init 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.services.logapi.drivers.ovn.driver [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] OVN logging driver registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Initializing mechanism driver 'logger' -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.plugins.ml2.plugin [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] neutron.plugins.ml2.plugin.Ml2Plugin method _start_rpc_notifiers called with arguments () {} {{(pid=90263) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > port after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > port after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > port after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > subnet after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > subnet after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > subnet after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > network after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > network after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > network after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group_rule after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > security_group_rule after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > address_group after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > address_group after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.plugins.ml2.ovo_rpc [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] ML2 OVO RPC backend initialized. {{(pid=90263) __init__ /opt/stack/neutron/neutron/plugins/ml2/ovo_rpc.py:117}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded quota_driver: . -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.plugin [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Modular L2 Plugin initialization complete -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading services supported by the core plugin {{(pid=90263) _load_services_from_core_plugin /opt/stack/neutron/neutron/manager.py:169}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.plugins.ml2.managers [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Got port-security extension from driver 'port_security' -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.extensions.vlantransparent [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Disabled vlantransparent extension. -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading service plugins: ['ovn-router', 'auto_allocate', 'tag', 'timestamp', 'network_ip_availability', 'flavors', 'revisions'] {{(pid=90263) _load_service_plugins /opt/stack/neutron/neutron/manager.py:194}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading Plugin: ovn-router -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: port after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: port after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: subnet after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: subnetpool_address_scope after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: port before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: port after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > port precommit_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: port before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: port before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: subnet after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Tracking information for resource: router configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Tracking information for resource: floatingip configured {{(pid=90263) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.services.ovn_l3.plugin [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Starting OVNL3RouterPlugin -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > port_forwarding_plugin after_init 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router before_create 55550100, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_delete 55550100, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_create 55550100, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_update 55550100, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.services.provider_configuration [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service providers = [] {{(pid=90263) parse_service_provider_opt /opt/stack/neutron/neutron/services/provider_configuration.py:171}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.db.servicetype_db [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Adding provider configuration for service L3_ROUTER_NAT {{(pid=90263) add_provider_configuration /opt/stack/neutron/neutron/db/servicetype_db.py:42}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_create 55549900, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router_interface after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > floatingip after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > floatingip precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > floatingip precommit_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > floatingip after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > floatingip after_status_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > floatingip after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > port_forwarding after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router_interface after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router after_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router after_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > router after_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.services.service_base [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded 'neutron.services.ovn_l3.service_providers.ovn.OvnDriver' provider for service L3_ROUTER_NAT {{(pid=90263) load_drivers /opt/stack/neutron/neutron/services/service_base.py:49}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Successfully loaded L3_ROUTER_NAT plugin. Description: L3 Router Service Plugin for basic L3 forwarding using OVN {{(pid=90263) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading Plugin: auto_allocate -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: network precommit_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: network precommit_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Successfully loaded auto-allocated-topology plugin. Description: Auto Allocated Topology - aka get me a network. {{(pid=90263) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading Plugin: tag -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Successfully loaded TAG plugin. Description: Tag support {{(pid=90263) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading Plugin: timestamp -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Successfully loaded timestamp plugin. Description: Adds timestamps to Neutron resources with standard attributes {{(pid=90263) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading Plugin: network_ip_availability -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Successfully loaded network-ip-availability plugin. Description: Provides IP availability data for each network and subnet. {{(pid=90263) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading Plugin: flavors -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Successfully loaded FLAVORS plugin. Description: Neutron Flavors and Service Profiles manager plugin {{(pid=90263) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading Plugin: revisions -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Successfully loaded revision_plugin plugin. Description: Adds revision numbers to resources. {{(pid=90263) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Lock "manager" "released" by "neutron.manager.NeutronManager._create_instance" :: held 2.619s {{(pid=90263) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] get_extension_paths = OrderedDict([('/opt/stack/neutron/neutron/extensions', 1)]) {{(pid=90263) get_extensions_path /opt/stack/neutron/neutron/api/extensions.py:640}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Initializing extension manager. -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: __init__.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: __pycache__ {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: address_group.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Address group" alias="address-group" description="Support address group" updated="2020-07-15T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: address-group -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: address_scope.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Address scope" alias="address-scope" description="Address scopes extension." updated="2015-07-26T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: address-scope -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: ******_state_down_before_update.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Enforce Router's Admin State Down Before Update Extension" alias="router-******-state-down-before-update" description="Ensure that the ****** state of a router is DOWN (******_state_up=False) before updating the distributed attribute" updated="2019-07-02T15:56:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension router-******-state-down-before-update not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: agent.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="agent" alias="agent" description="The agent management extension." updated="2013-02-03T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: agent -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: agent_resources_synced.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Agent's Resource View Synced to Placement" alias="agent-resources-synced" description="Stores success/failure of last sync to Placement" updated="2018-12-19T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension agent-resources-synced not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: allowedaddresspairs.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Allowed Address Pairs" alias="allowed-address-pairs" description="Provides allowed address pairs" updated="2013-07-23T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: allowed-address-pairs -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: auto_allocated_topology.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Auto Allocated Topology Services" alias="auto-allocated-topology" description="Auto Allocated Topology Services." updated="2016-01-01T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: auto-allocated-topology -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: availability_zone.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Availability Zone" alias="availability_zone" description="The availability zone extension." updated="2015-01-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: availability_zone -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: availability_zone_filter.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Availability Zone Filter Extension" alias="availability_zone_filter" description="Add filter parameters to AvailabilityZone resource" updated="2018-06-22T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension availability_zone_filter not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: data_plane_status.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port data plane status extension" alias="data-plane-status" description="Expose status of underlying data plane" updated="2017-01-24T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension data-plane-status not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: default_subnetpools.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Default Subnetpools" alias="default-subnetpools" description="Provides ability to mark and use a subnetpool as the default." updated="2016-02-18T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: default-subnetpools -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: dhcpagentscheduler.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="DHCP Agent Scheduler" alias="dhcp_agent_scheduler" description="Schedule networks among dhcp agents" updated="2013-02-07T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: dhcp_agent_scheduler -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: dns.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="DNS Integration" alias="dns-integration" description="Provides integration with DNS." updated="2015-08-15T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: dns-integration -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: dns_domain_ports.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="dns_domain for ports" alias="dns-domain-ports" description="Allows the DNS domain to be specified for a network port." updated="2017-04-24T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: dns-domain-ports -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: dns_integration_domain_keywords.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="DNS domain names with keywords allowed" alias="dns-integration-domain-keywords" description="Allows to use keywords like , , and as DNS domain name" updated="2020-06-15T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: dns-integration-domain-keywords -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: dvr.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Distributed Virtual Router" alias="dvr" description="Enables configuration of Distributed Virtual Routers." updated="2014-06-1T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension dvr not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: ecmp_routes.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Equal Cost Multipath Routing" alias="ecmp_routes" description="Allows traffic to reach thesame destination via multiple different links " updated="2020-11-26T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension ecmp_routes not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: empty_string_filtering.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Empty String Filtering Extension" alias="empty-string-filtering" description="Allow filtering by attributes with empty string value" updated="2018-05-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension empty-string-filtering not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: expose_l3_conntrack_helper.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Expose CT target rules for conntrack helper" alias="expose-l3-conntrack-helper" description="Expose allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension expose-l3-conntrack-helper not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: expose_port_forwarding_in_fip.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Expose Floating IP port forwardings" alias="expose-port-forwarding-in-fip" description="Expose port forwarding fields in floating IP response" updated="2018-06-28T16:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: external_net.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron external network" alias="external-net" description="Adds external network attribute to network resource." updated="2013-01-14T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: external-net -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: extra_dhcp_opt.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Extra DHCP options" alias="extra_dhcp_opt" description="Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)" updated="2013-03-17T12:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: extra_dhcp_opt -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: extraroute.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Extra Route" alias="extraroute" description="Extra routes configuration for L3 router" updated="2013-02-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: extraroute -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: extraroute_atomic.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Atomically add/remove extra routes" alias="extraroute-atomic" description="Edit extra routes of a router on server side by atomically adding/removing extra routes" updated="2019-07-10T00:00:00+00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension extraroute-atomic not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: filter_validation.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Filter parameters validation" alias="filter-validation" description="Provides validation on filter parameters." updated="2018-07-04T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: filter-validation -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: fip_pf_description.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Floating IP Port Forwarding new attribute description" alias="floating-ip-port-forwarding-description" description="Add a description field to Port Forwarding rules" updated="2019-11-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: fip_pf_detail.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Floating IP port forwarding detail" alias="floating-ip-port-forwarding-detail" description="Allow list floating ip return more port forwarding data, include'id' and 'internal_port_id'" updated="2022-05-06T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: floating-ip-port-forwarding-detail -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: fip_pf_port_range.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Floating IP Port Forwarding support port ranges" alias="floating-ip-port-forwarding-port-ranges" description="Add support to port ranges" updated="2020-07-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: fip_port_details.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Floating IP Port Details Extension" alias="fip-port-details" description="Add port_details attribute to Floating IP resource" updated="2018-04-09T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: fip-port-details -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: flavors.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Service Flavors" alias="flavors" description="Flavor specification for Neutron advanced services." updated="2015-09-17T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: flavors -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: floating_ip_port_forwarding.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Floating IP Port Forwarding" alias="floating-ip-port-forwarding" description="Allow port forwarding from floating IP port to an internal port" updated="2018-01-19T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension floating-ip-port-forwarding not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: floatingip_pools.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Floating IP Pools Extension" alias="floatingip-pools" description="Provides a floating IP pools API." updated="2018-03-21T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: floatingip-pools -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: ip_allocation.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="IP Allocation" alias="ip_allocation" description="IP allocation extension." updated="2016-06-10T23:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension ip_allocation not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: ip_substring_port_filtering.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="IP address substring filtering" alias="ip-substring-filtering" description="Provides IP address substring filtering when listing ports" updated="2017-11-28T09:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension ip-substring-filtering not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l2_adjacency.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="L2 Adjacency" alias="l2_adjacency" description="Display L2 Adjacency for Neutron Networks." updated="2016-04-12T16:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension l2_adjacency not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron L3 Router" alias="router" description="Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway." updated="2012-07-20T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: router -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_conntrack_helper.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="L3 Conntrack helper" alias="l3-conntrack-helper" description="Allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension l3-conntrack-helper not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_enable_default_route_bfd.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Enable Default Route BFD" alias="enable-default-route-bfd" description="Enables configurable BFD behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: enable-default-route-bfd -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_enable_default_route_ecmp.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Enable Default Route ECMP" alias="enable-default-route-ecmp" description="Enables configurable ECMP behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: enable-default-route-ecmp -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_ext_gw_mode.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron L3 Configurable external gateway mode" alias="ext-gw-mode" description="Extension of the router abstraction for specifying whether SNAT should occur on the external gateway" updated="2013-03-28T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: ext-gw-mode -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_ext_ha_mode.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="HA Router extension" alias="l3-ha" description="Adds HA capability to routers." updated="2014-04-26T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: l3-ha -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_ext_ndp_proxy.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Router support to enable NDP proxy" alias="l3-ext-ndp-proxy" description="Router extension to enable ndp proxy" updated="2020-08-25T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension l3-ext-ndp-proxy not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_extra_gws.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron L3 External Gateway Multihoming" alias="external-gateway-multihoming" description="Allow multiple external gateway ports per router" updated="2023-01-18T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: external-gateway-multihoming -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_flavors.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Router Flavor Extension" alias="l3-flavors" description="Flavor support for routers." updated="2016-05-17T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: l3-flavors -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_ndp_proxy.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="name" alias="l3-ndp-proxy" description="description" updated="2021-06-29T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension l3-ndp-proxy not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3_port_ip_change_not_allowed.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Prevent L3 router ports IP address change extension" alias="l3-port-ip-change-not-allowed" description="Prevent change of IP address for some L3 router ports" updated="2018-10-09T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: l3agentscheduler.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="L3 Agent Scheduler" alias="l3_agent_scheduler" description="Schedule routers among l3 agents" updated="2013-02-07T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension l3_agent_scheduler not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: local_ip.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Local IP" alias="local_ip" description="Support Node Local Virtual IP" updated="2021-07-26T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension local_ip not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: logging.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Logging API Extension" alias="logging" description="Provides a logging API for resources such as security group and firewall." updated="2017-01-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension logging not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: metering.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Metering" alias="metering" description="Neutron Metering extension." updated="2013-06-12T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension metering not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: metering_source_and_destination_fields.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Metering with source and destination filtering" alias="metering_source_and_destination_fields" description="Neutron Metering extension that enables the use of source and destination IP prefixes to create metering label rules." updated="2020-08-21T08:12:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension metering_source_and_destination_fields not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: multiprovidernet.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Multi Provider Network" alias="multi-provider" description="Expose mapping of virtual networks to multiple physical networks" updated="2013-06-27T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: multi-provider -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: netmtu.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Network MTU" alias="net-mtu" description="Provides MTU attribute for a network resource." updated="2015-03-25T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: net-mtu -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: netmtu_writable.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Network MTU (writable)" alias="net-mtu-writable" description="Provides a writable MTU attribute for a network resource." updated="2017-07-12T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: net-mtu-writable -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: network_availability_zone.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Network Availability Zone" alias="network_availability_zone" description="Availability zone support for network." updated="2015-01-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: network_availability_zone -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: network_ha.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Network HA creation flag" alias="network_ha" description="Network high availability creation flag." updated="2023-04-27T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension network_ha not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: network_ip_availability.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Network IP Availability" alias="network-ip-availability" description="Provides IP availability data for each network and subnet." updated="2015-09-24T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: network-ip-availability -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: network_segment_range.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Network Segment Range" alias="network-segment-range" description="Provides support for the network segment range management" updated="2018-11-29T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension network-segment-range not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: pagination.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Pagination support" alias="pagination" description="Extension that indicates that pagination is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: pagination -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_device_profile.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port device profile" alias="port-device-profile" description="Expose the port device profile (Cyborg)" updated="2020-12-17T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: port-device-profile -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_hardware_offload_type.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port hardware offload" alias="port-hardware-offload-type" description="Expose port hardware offload extension" updated="2023-05-09T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-hardware-offload-type not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_hint_ovs_tx_steering.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port hint: Open vSwitch Tx steering" alias="port-hint-ovs-tx-steering" description="Enable Port hint: Open vSwitch Tx steering" updated="2023-01-01T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_hints.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port hints" alias="port-hints" description="Backend specific port hints to allow backend specific tuning" updated="2023-01-01T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-hints not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_mac_address_override.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Port MAC address override" alias="port-mac-override" description="Allow overriding the MAC address of a direct-physical Port via the active binding profile" updated="2022-03-18T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-mac-override not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_mac_address_regenerate.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Port MAC address regenerate" alias="port-mac-address-regenerate" description="Network port MAC address regenerate" updated="2018-05-03T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: port-mac-address-regenerate -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_numa_affinity_policy.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port NUMA affinity policy" alias="port-numa-affinity-policy" description="Expose the port NUMA affinity policy" updated="2020-07-08T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: port-numa-affinity-policy -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_numa_affinity_policy_socket.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port NUMA affinity policy "socket"" alias="port-numa-affinity-policy-socket" description="Adds "socket" to the supported port NUMA affinity policies" updated="2024-02-09T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: port-numa-affinity-policy-socket -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_resource_request.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port Resource Request" alias="port-resource-request" description="Expose resource request to Port" updated="2018-05-08T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-resource-request not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_resource_request_groups.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port Resource Request Groups" alias="port-resource-request-groups" description="Support requesting multiple groups of resources and traits from the same RP subtree in resource_request" updated="2021-08-02T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-resource-request-groups not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: port_trusted_vif.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port trusted vif" alias="port-trusted-vif" description="Expose port 'trusted' attribute in the API" updated="2024-07-10T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-trusted-vif not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: portbindings.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port Binding" alias="binding" description="Expose port bindings of a virtual port to external application" updated="2014-02-03T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: binding -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: portbindings_extended.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port Bindings Extended" alias="binding-extended" description="Expose port bindings of a virtual port to external application" updated="2017-07-17T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: binding-extended -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: portsecurity.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port Security" alias="port-security" description="Provides port security" updated="2012-07-23T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: port-security -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: project_id.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="project_id field enabled" alias="project-id" description="Extension that indicates that project_id field is enabled." updated="2016-09-09T09:09:09-09:09" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: project-id -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: providernet.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Provider Network" alias="provider" description="Expose mapping of virtual networks to physical networks" updated="2012-09-07T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: provider -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Quality of Service" alias="qos" description="The Quality of Service extension." updated="2015-06-08T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_bw_limit_direction.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Direction for QoS bandwidth limit rule" alias="qos-bw-limit-direction" description="Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress" updated="2017-04-10T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-bw-limit-direction not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_bw_minimum_ingress.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Ingress direction for QoS minimum bandwidth rule" alias="qos-bw-minimum-ingress" description="Allow to configure QoS minumum bandwidth rule with ingress direction." updated="2018-07-09T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-bw-minimum-ingress not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_default.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="QoS default policy" alias="qos-default" description="Expose the QoS default policy per project" updated="2017-041-06T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-default not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_fip.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Floating IP QoS" alias="qos-fip" description="The floating IP Quality of Service extension" updated="2017-07-20T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-fip not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_fip_network_policy.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="QoS floating IP network policy ID" alias="qos-fip-network-policy" description="Adds a the QoS network ID to the floating IP definition" updated="2021-11-15T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-fip-network-policy not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_gateway_ip.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Router gateway IP QoS" alias="qos-gateway-ip" description="The Router gateway IP Quality of Service extension" updated="2018-02-24T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-gateway-ip not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_port_network_policy.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="QoS port network policy ID" alias="qos-port-network-policy" description="Adds a the QoS network ID to the port definition" updated="2019-11-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-port-network-policy not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_pps_minimum_rule.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="QoS minimum packet rate rule" alias="qos-pps-minimum" description="Allow to configure QoS minimum packet rate rule." updated="2021-07-14T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-pps-minimum not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_pps_minimum_rule_alias.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="QoS minimum packet rate rule alias" alias="qos-pps-minimum-rule-alias" description="API to enable GET, PUT and DELETE operations on QoS minimum packet rate rule without specifying policy ID" updated="2021-10-22T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-pps-minimum-rule-alias not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_pps_rule.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="QoS Rule Type Packet per Second Extension" alias="qos-pps" description="Add QoS Rule Type Packet per Second" updated="2021-05-12T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-pps not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_rule_type_details.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Details of QoS rule types" alias="qos-rule-type-details" description="Expose details about QoS rule types supported by loaded backend drivers" updated="2017-06-22T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-rule-type-details not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_rule_type_filter.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Allow to filter the list of QoS rule types" alias="qos-rule-type-filter" description="Allows to filter the QoS rule type list adding two new flags. "all_rules" prints all implemented QoS rule types."all_supported" prints all supported QoS rule types by the loaded mechanism drivers" updated="2022-02-02T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-rule-type-filter not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: qos_rules_alias.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Quality of Service rules alias API" alias="qos-rules-alias" description="API to enable GET, PUT and DELETE operations on QoS policy rules without specifying policy ID" updated="2018-10-07T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension qos-rules-alias not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: quota_check_limit.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Quota engine limit check" alias="quota-check-limit" description="Support for checking the resource usage before applying a new quota limit" updated="2021-09-08T16:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: quota-check-limit -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: quota_check_limit_default.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Quota engine limit check by default" alias="quota-check-limit-default" description="By default, the Neutron quota engine checks the resource usage before applying a new quota limit" updated="2024-08-21T16:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: quota-check-limit-default -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: quotasv2.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Quota management support" alias="quotas" description="Expose functions for quotas management per project" updated="2012-07-29T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: quotas -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: quotasv2_detail.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Quota details management support" alias="quota_details" description="Expose functions for quotas usage statistics per project" updated="2017-02-10T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: quota_details -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: rbac.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="RBAC Policies" alias="rbac-policies" description="Allows creation and modification of policies that control tenant access to resources." updated="2015-06-17T12:15:12-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: rbac-policies -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: rbac_address_group.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Add address_group type to RBAC" alias="rbac-address-group" description="Add address_group type to network RBAC" updated="2021-01-20T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension rbac-address-group not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: rbac_address_scope.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Add address_scope type to RBAC" alias="rbac-address-scope" description="Add address_scope type to RBAC" updated="2020-02-12T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: rbac-address-scope -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: rbac_security_groups.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Add security_group type to network RBAC" alias="rbac-security-groups" description="Add security_group type to network RBAC" updated="2019-02-14T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: rbac-security-groups -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: rbac_subnetpool.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Add subnetpool type to RBAC" alias="rbac-subnetpool" description="Add subnetpool type to RBAC" updated="2020-02-05T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension rbac-subnetpool not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: revisionifmatch.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="If-Match constraints based on revision_number" alias="revision-if-match" description="Extension indicating that If-Match based on revision_number is supported." updated="2016-12-11T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: revision-if-match -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: revisions.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Resource revision numbers" alias="standard-attr-revisions" description="This extension will display the revision number of neutron resources." updated="2016-04-11T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: standard-attr-revisions -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: router_availability_zone.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Router Availability Zone" alias="router_availability_zone" description="Availability zone support for router." updated="2015-01-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: router_availability_zone -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: routerservicetype.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Router Service Type" alias="router-service-type" description="Provides router service type" updated="2013-01-29T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension router-service-type not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: security_groups_default_rules.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Default rules for security groups" alias="security-groups-default-rules" description="Configure set of security group rules used as default rules for every new security group" updated="2022-12-19T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: security-groups-default-rules -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: security_groups_normalized_cidr.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Normalized CIDR field for security group rules" alias="security-groups-normalized-cidr" description="Add new field with normalized remote_ip_prefix cidr in SG rule" updated="2020-07-28T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: security-groups-normalized-cidr -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: security_groups_port_filtering.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Port filtering on security groups" alias="port-security-groups-filtering" description="Provides security groups filtering when listing ports" updated="2018-01-09T09:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension port-security-groups-filtering not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: security_groups_remote_address_group.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Remote address group id field for security group rules" alias="security-groups-remote-address-group" description="Add new field of remote address group id in SG rules" updated="2020-08-25T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: security-groups-remote-address-group -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: security_groups_rules_belongs_to_default_sg.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Security group rule belongs to the project's default security group" alias="security-groups-rules-belongs-to-default-sg" description="Flag to determine if the security group rule belongs to the project's default security group" updated="2023-05-23T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: security-groups-rules-belongs-to-default-sg -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: security_groups_shared_filtering.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Security group filtering on the shared field" alias="security-groups-shared-filtering" description="Support filtering security groups on the shared field" updated="2021-10-05T09:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: security-groups-shared-filtering -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: securitygroup.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="security-group" alias="security-group" description="The security groups extension." updated="2012-10-05T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: security-group -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: segment.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Segment" alias="segment" description="Segments extension." updated="2016-02-24T17:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension segment not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: segments_peer_subnet_host_routes.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Segments peer-subnet host routes" alias="segments-peer-subnet-host-routes" description="Add host routes to subnets on a routed network (segments)" updated="2018-06-12T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension segments-peer-subnet-host-routes not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: servicetype.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Neutron Service Type Management" alias="service-type" description="API for retrieving service providers for Neutron advanced services" updated="2013-01-20T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: service-type -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: sorting.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Sorting support" alias="sorting" description="Extension that indicates that sorting is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: sorting -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: standard_attr_segment.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Standard Attribute Segment Extension" alias="standard-attr-segment" description="Add standard attributes to Segment resource" updated="2018-04-09T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension standard-attr-segment not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: standardattrdescription.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="standard-attr-description" alias="standard-attr-description" description="Extension to add descriptions to standard attributes" updated="2016-02-10T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: standard-attr-description -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: stateful_security_group.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Stateful security group" alias="stateful-security-group" description="Indicates if the security group is stateful or not" updated="2019-11-26T09:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: stateful-security-group -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: stdattrs_common.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Did not find expected name "Stdattrs_common" in /opt/stack/neutron/neutron/extensions/stdattrs_common.py -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: subnet_dns_publish_fixed_ip.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Subnet DNS publish fixed IP" alias="subnet-dns-publish-fixed-ip" description="Support choosing to publish DNS records for IPs from a subnet" updated="2019-05-24T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: subnet-dns-publish-fixed-ip -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: subnet_external_network.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Subnet belongs to an external network" alias="subnet-external-network" description="Informs if the subnet belongs to an external network" updated="2024-02-05T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: subnet-external-network -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: subnet_onboard.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Subnet Onboard" alias="subnet_onboard" description="Provides support for onboarding subnets into subnet pools" updated="2018-12-18T09:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension subnet_onboard not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: subnet_segmentid_writable.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Subnet SegmentID (writable)" alias="subnet-segmentid-writable" description="Provides a writable segment_id attribute for a subnet resource." updated="2018-03-12T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension subnet-segmentid-writable not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: subnet_service_types.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Subnet service types" alias="subnet-service-types" description="Provides ability to set the subnet service_types field" updated="2016-03-15T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: subnet-service-types -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: subnetallocation.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Subnet Allocation" alias="subnet_allocation" description="Enables allocation of subnets from a subnet pool" updated="2015-03-30T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: subnet_allocation -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: subnetpool_prefix_ops.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Subnet Pool Prefix Operations" alias="subnetpool-prefix-ops" description="Provides support for adjusting the prefix list of subnet pools" updated="2019-02-08T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: subnetpool-prefix-ops -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: tag_creation.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Tag creation extension" alias="tag-creation" description="Allow to create multiple tags for a resource" updated="2024-23-07T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: tag-creation -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: tag_ports_during_bulk_creation.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Tag Ports During Bulk Creation" alias="tag-ports-during-bulk-creation" description="Allow to tag ports during bulk creation" updated="2019-12-29T19:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: tagging.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Tag support for resources with standard attribute: port, subnet, subnetpool, network, security_group, router, floatingip, policy, trunk, network_segment_range" alias="standard-attr-tag" description="Enables to set tag on resources with standard attribute." updated="2017-01-01T00:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: standard-attr-tag -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: timestamp.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Resource timestamps" alias="standard-attr-timestamp" description="Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes." updated="2016-09-12T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loaded extension: standard-attr-timestamp -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: trunk.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Trunk Extension" alias="trunk" description="Provides support for trunk ports" updated="2016-01-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension trunk not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: trunk_details.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Trunk port details" alias="trunk-details" description="Expose trunk port details" updated="2016-01-01T10:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension trunk-details not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: uplink_status_propagation.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Uplink status propagation extension" alias="uplink-status-propagation" description="Provides ability to propagate port uplink status." updated="2018-05-31T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension uplink-status-propagation not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: uplink_status_propagation_updatable.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Uplink status propagation updatable extension" alias="uplink-status-propagation-updatable" description="Provides ability to update the port uplink status." updated="2024-09-03T18:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension uplink-status-propagation-updatable not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Loading extension file: vlantransparent.py {{(pid=90263) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Ext name="Vlantransparent" alias="vlan-transparent" description="Provides Vlan Transparent Networks" updated="2015-03-23T09:00:00-00:00" {{(pid=90263) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extension vlan-transparent not supported by any of loaded plugins -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:network -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:subnet -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:subnetpool -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:port -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service FLAVORS assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:router -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:floatingip -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90263) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of CountableResource for resource:rbac_policy -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:security_group -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:security_group_rule -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service CORE assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:subnetpool -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] subnetpool is already registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service FLAVORS assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:router -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] router is already registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:floatingip -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] floatingip is already registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of CountableResource for resource:rbac_policy -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] rbac_policy is already registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:security_group -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] security_group is already registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:security_group_rule -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] security_group_rule is already registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.v2.resource_helper [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Service CORE assigned prefix: {{(pid=90263) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Creating instance of TrackedResource for resource:subnetpool -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING neutron.quota.resource_registry [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] subnetpool is already registered -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: extensions {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: address-groups {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: address-scopes {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: agents {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: auto-allocated-topology {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: availability_zones {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: dhcp-networks {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: dhcp-agents {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: flavors {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: service_profiles {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: next_providers {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: service_profiles {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: floatingip-pools {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: routers {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: floatingips {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: network-ip-availabilities {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: bindings {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: quotas {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: quotas {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: rbac-policies {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: default-security-group-rules {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: security-groups {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: security-group-rules {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: service-providers {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: subnetpools {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron.api.extensions [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Extended resource: tags {{(pid=90263) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING keystonemiddleware.auth_token [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:30:09 ubuntu neutron-server[90263]: WARNING keystonemiddleware.auth_token [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquiring lock "singleton_lock" {{(pid=90263) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquired lock "singleton_lock" {{(pid=90263) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Releasing lock "singleton_lock" {{(pid=90263) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Starting 2 workers -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Started child 90456 {{(pid=90263) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Started child 90457 {{(pid=90263) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Neutron service started, listening on 0.0.0.0:9696 -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.pre_fork_initialize-309060'] for process (None), before_spawn {{(pid=90263) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.processutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Running cmd (subprocess): ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}] {{(pid=90263) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-309115'] for process (None), after_init {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=90456) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=90456) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=90456) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring setup using multiprocess event lock {{(pid=90456) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-309115'] for process (None), after_init {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=90457) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=90457) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=90457) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Hash Ring setup using multiprocess event lock {{(pid=90457) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.processutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] CMD "ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}]" returned: 0 in 0.019s {{(pid=90263) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Starting 1 workers -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writer thread running {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: INFO neutron.db.ovn_hash_ring_db [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Nodes from host "ubuntu" and group "mechanism_driver" removed from the Hash Ring -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Started child 90460 {{(pid=90263) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Starting 1 workers -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] calling RpcWorker wait() {{(pid=90460) _wait /opt/stack/neutron/neutron/service.py:132}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] returning from RpcWorker wait() {{(pid=90460) _wait /opt/stack/neutron/neutron/service.py:139}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-309115'] for process (None), after_init {{(pid=90460) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Started child 90461 {{(pid=90263) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry -Jan 03 20:30:09 ubuntu neutron-server[90263]: INFO oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Starting 1 workers -Jan 03 20:30:09 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writer thread running {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Started child 90462 {{(pid=90263) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG neutron_lib.callbacks.manager [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Publish callbacks [] for process (None), after_spawn {{(pid=90263) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: INFO neutron.db.ovn_hash_ring_db [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Node 33293e5d-2e86-4708-bdaa-288a9956e183 from host "ubuntu" and group "mechanism_driver" added to the Hash Ring -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=90456) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=90263) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring probing thread for node 33293e5d-2e86-4708-bdaa-288a9956e183 has started -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Getting OvsdbNbOvnIdl for WorkerService with retry -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config_source = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] debug = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90462]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-309115'] for process (None), after_init {{(pid=90462) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-309115'] for process (None), after_init {{(pid=90461) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_color = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_dir = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_options = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for MaintenanceWorker with retry -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_eventlog = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_journal = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_json = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created lookup_table index Logical_Switch.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created lookup_table index Logical_Router.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created lookup_table index Load_Balancer.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Copp.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Meter.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Load_Balancer_Group.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index HA_Chassis_Group.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Address_Set.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Connection.target {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Gateway_Chassis.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Logical_Router_Port.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Port_Group.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Logical_Switch_Port.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] tcp:10.201.9.223:6641: connecting... -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90460]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] tcp:10.201.9.223:6641: connected -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created lookup_table index Logical_Switch.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created lookup_table index Logical_Router.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created lookup_table index Load_Balancer.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Copp.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Meter.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Load_Balancer_Group.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index HA_Chassis_Group.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Address_Set.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Connection.target {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Gateway_Chassis.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Logical_Router_Port.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Port_Group.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Logical_Switch_Port.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: INFO neutron.db.ovn_hash_ring_db [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Node 49f78446-f4b8-4fbe-8193-4efc6039c321 from host "ubuntu" and group "mechanism_driver" added to the Hash Ring -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=90263) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] tcp:10.201.9.223:6641: connecting... -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:30:09 ubuntu neutron-server[90456]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] tcp:10.201.9.223:6641: connected -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=90457) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] config_source = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] debug = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Hash Ring probing thread for node 49f78446-f4b8-4fbe-8193-4efc6039c321 has started -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Getting OvsdbNbOvnIdl for WorkerService with retry -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_color = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_dir = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_options = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:09 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_eventlog = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_journal = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_json = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Switch.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Router.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Load_Balancer.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Copp.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Meter.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Load_Balancer_Group.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index HA_Chassis_Group.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Address_Set.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Connection.target {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Gateway_Chassis.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Router_Port.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port_Group.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Switch_Port.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connecting... -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connected -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:30:10 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90263) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writer thread running {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created lookup_table index Logical_Switch.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created lookup_table index Logical_Router.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created lookup_table index Load_Balancer.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Copp.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Meter.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Load_Balancer_Group.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index HA_Chassis_Group.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Address_Set.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Connection.target {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Gateway_Chassis.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Logical_Router_Port.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Port_Group.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Logical_Switch_Port.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] tcp:10.201.9.223:6641: connecting... -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] tcp:10.201.9.223:6641: connected -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Allow caching, nodes 2>=2 {{(pid=90456) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbSbOvnIdl for MaintenanceWorker with retry -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90456) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 76eb495e-6d6f-44d1-8e62-25da9d4196d3 (table: Database) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Allow caching, nodes 2>=2 {{(pid=90460) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row d1a964b5-1d41-48b6-b7f6-1f22224670f9 (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row e56cc7c0-16c3-494c-ae1f-43a78c40f2e1 (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row e116c29d-0dc3-49cf-9c14-7328a2d8c4a4 (table: Connection) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row cd14847a-f357-44a1-8bdb-8dcc9f65aa82 (table: Port_Group) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Getting OvsdbSbOvnIdl for WorkerService with retry -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Chassis.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Port_Binding.logical_port {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Chassis_Private.name {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Datapath_Binding.tunnel_key {{(pid=90461) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connecting... -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connected -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90460) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Getting OvsdbSbOvnIdl for RpcWorker with retry -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created lookup_table index Chassis.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created lookup_table index Port_Binding.logical_port {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Chassis_Private.name {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=90456) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] tcp:10.201.9.223:6642: connecting... -Jan 03 20:30:10 ubuntu neutron-server[90456]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] tcp:10.201.9.223:6642: connected -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Allow caching, nodes 2>=2 {{(pid=90457) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created lookup_table index Chassis.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created lookup_table index Port_Binding.logical_port {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Chassis_Private.name {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG ovsdbapp.backend.ovs_idl [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=90460) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] tcp:10.201.9.223:6642: connecting... -Jan 03 20:30:10 ubuntu neutron-server[90460]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] tcp:10.201.9.223:6642: connected -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90457) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 888c72cc-44b2-479a-ba83-951b6d54b4f6 (table: Database) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Getting OvsdbSbOvnIdl for WorkerService with retry -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_update 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_update 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port precommit_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.services.portforwarding.drivers.ovn.driver.OVNPortForwarding.register-261541'] for port_forwarding_plugin (None), after_init {{(pid=90461) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_update 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Allow caching, nodes 2>=2 {{(pid=90456) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment before_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete_associations 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_update 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90456) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 71b29ae8-be21-4bff-8038-8e5a371559cb (table: Database) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row ce4f0c47-187b-4a37-8333-16941d14a13f (table: Database) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row d6883fa4-5a04-4ba9-9e11-4a8c4f4b9fa7 (table: Chassis) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90456) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90456) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row f2039672-369b-445e-b061-3a0146de3f70 (table: Encap) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb47d04c-bc05-453e-99a6-e948359fccf4 None None] WorkerService process has finished the post initialization -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Allow caching, nodes 2>=2 {{(pid=90460) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [-] (90456) wsgi starting up on http://0.0.0.0:9696 -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90460) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created lookup_table index Chassis.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created lookup_table index Port_Binding.logical_port {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Chassis_Private.name {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=90457) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] tcp:10.201.9.223:6642: connecting... -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] tcp:10.201.9.223:6642: connected -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90460) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90460) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] RpcWorker process has finished the post initialization -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.plugin [None req-5d09c06e-e9a3-4793-9670-e831fe915682 None None] neutron.plugins.ml2.plugin.Ml2Plugin method start_rpc_listeners called with arguments () {} {{(pid=90460) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Allow caching, nodes 2>=2 {{(pid=90457) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90457) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90457) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90457) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f64b2bcd-aed1-4eba-a3d4-3ee4b122ddb6 None None] WorkerService process has finished the post initialization -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [-] (90457) wsgi starting up on http://0.0.0.0:9696 -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_create 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_update 55550000, False {{(pid=90461) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fair_meter_consistency {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fdb_aging_settings {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_ha_chassis_group {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_igmp_snoop_support {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_inconsistencies {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_global_dhcp_opts {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_provider_distributed_ports {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.configure_nb_global {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_fip_distributed_flag {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_network_type {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_mac_aging_settings {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_distributed_flag {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_static_routes {{(pid=90461) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [-] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] Maintenance task thread has started -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] MaintenanceWorker process has finished the post initialization -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG dbcounter [-] [90461] Writer thread running {{(pid=90461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Setting NB_Global options: {'fdb_removal_limit': '0'} {{(pid=90461) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'fdb_removal_limit': '0'})]), if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90460) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90457) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90456) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Maintenance task: No inconsistencies found. Skipping {{(pid=90461) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:378}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: INFO neutron.db.ovn_hash_ring_db [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Cleaned up Hash Ring nodes older than 5 days -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Setting NB_Global options: {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'} {{(pid=90461) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Setting fip-distributed flag in NB_Global to False {{(pid=90461) set_fip_distributed_flag /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:1103}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('external_ids', {'neutron:fip-distributed': 'False'})]), if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 44504) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Setting NB_Global options: {'mac_binding_removal_limit': '0'} {{(pid=90461) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLRouterMacAgeLimitCommand(_result=None, router=None, threshold=0) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [-] 10.201.9.223 "GET /networking HTTP/1.1" status: 302 len: 447 time: 0.0042760 -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:10 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [-] 10.201.9.223 "GET /networking/ HTTP/1.1" status: 200 len: 265 time: 0.0018220 -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' {{(pid=90461) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:30:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90461) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:30:12 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row e116c29d-0dc3-49cf-9c14-7328a2d8c4a4 (table: Connection) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:18 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 55644) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:18 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [None req-27255724-16da-4c3d-b25d-31b3cdb5cdf0 ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90457) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} -Jan 03 20:30:18 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-27255724-16da-4c3d-b25d-31b3cdb5cdf0 ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.2159064 -Jan 03 20:30:19 ubuntu neutron-server[90263]: DEBUG dbcounter [-] [90263] Writing DB stats neutron:SELECT=5,neutron:INSERT=657 {{(pid=90263) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:19 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 55656) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.api.v2.base [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Request body: {'network': {'name': 'private', '******_state_up': True}} {{(pid=90456) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Made reservation on behalf of c1512073f7d24ed9bc5330aa71d83901 for: {'network': 1} {{(pid=90456) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} -Jan 03 20:30:20 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=2 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:20 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=9,neutron:INSERT=657 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=3 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=8,neutron:INSERT=658 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.policy [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=90456) register_rules /opt/stack/neutron/neutron/policy.py:65}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Northbound DB sync process started @ 2025-01-03 20:30:20.173163 {{(pid=90461) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:102}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync port groups started @ 2025-01-03 20:30:20.174793 {{(pid=90461) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:176}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: WARNING oslo_policy.policy [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] 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. -Jan 03 20:30:20 ubuntu neutron-server[90456]: WARNING oslo_policy.policy [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] 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. -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for network (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Southbound DB sync process started @ 2025-01-03 20:30:20.188825 {{(pid=90461) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1350}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] OVN-SB Sync hostname and physical networks started @ 2025-01-03 20:30:20.189330 {{(pid=90461) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1365}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync port groups completed @ 2025-01-03 20:30:20.193423 {{(pid=90461) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:234}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync networks, ports and DHCP options started @ 2025-01-03 20:30:20.193596 {{(pid=90461) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1090}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks [] for security_group (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] New host ubuntu found in OVN SB DB, but not in Neutron. Add its SegmentHostMapping in Neutron -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync metadata ports started {{(pid=90461) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1035}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG oslo_concurrency.lockutils [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] Acquiring lock "update_segment_host_mapping" by "neutron.services.segments.db.update_segment_host_mapping" {{(pid=90461) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG oslo_concurrency.lockutils [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] Lock "update_segment_host_mapping" acquired by "neutron.services.segments.db.update_segment_host_mapping" :: waited 0.000s {{(pid=90461) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync metadata ports completed {{(pid=90461) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1087}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync DHCP options for Neutron subnets started {{(pid=90461) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:887}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.services.segments.db [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] Segments set() mapped to the host ubuntu {{(pid=90461) update_segment_host_mapping /opt/stack/neutron/neutron/services/segments/db.py:238}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG oslo_concurrency.lockutils [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] Lock "update_segment_host_mapping" "released" by "neutron.services.segments.db.update_segment_host_mapping" :: held 0.011s {{(pid=90461) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] OVN-SB Sync hostname and physical networks completed @ 2025-01-03 20:30:20.234974 {{(pid=90461) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1393}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync DHCP options for Neutron subnets completed @ 2025-01-03 20:30:20.240753 {{(pid=90461) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:960}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned started {{(pid=90461) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:965}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned completed {{(pid=90461) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1024}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync networks, ports and DHCP options completed @ 2025-01-03 20:30:20.241744 {{(pid=90461) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1259}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync ACLs started @ 2025-01-03 20:30:20.241859 {{(pid=90461) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:260}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] ACLs to be added: 2 ACLs to be removed: 2 -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync ACLs completed @ 2025-01-03 20:30:20.245798 {{(pid=90461) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:400}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync routers and router ports started @ 2025-01-03 20:30:20.245925 {{(pid=90461) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:563}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-309164'] for security_group (be4d53b1-e073-4380-b16c-4510da896417), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_initial_revision uuid=be4d53b1-e073-4380-b16c-4510da896417, type=security_groups, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_initial_revision uuid=0a0cec99-f940-4a23-8002-c1bf172a8a28, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_initial_revision uuid=7fed073c-4eca-46f1-8549-86ad3f4d3a31, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_initial_revision uuid=ca15cb0a-c800-477d-b6e8-5f468e2df973, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_initial_revision uuid=ec962287-67b6-4cd7-95b7-d691a87dc398, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cf80260c-c6b4-496f-9cd6-20261425ccf0 None None] OVN-Southbound DB sync process completed @ 2025-01-03 20:30:20.278144 {{(pid=90461) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1361}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-309159', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189287'] for security_group (be4d53b1-e073-4380-b16c-4510da896417), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Starting OVNClientQosExtension -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Starting OVNClientPlacementExtension -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_be4d53b1_e073_4380_b16c_4510da896417, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'be4d53b1-e073-4380-b16c-4510da896417'}}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_be4d53b1_e073_4380_b16c_4510da896417, direction=to-lport, priority=1002, match=outport == @pg_be4d53b1_e073_4380_b16c_4510da896417 && ip6 && ip6.src == $pg_be4d53b1_e073_4380_b16c_4510da896417_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0a0cec99-f940-4a23-8002-c1bf172a8a28'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_be4d53b1_e073_4380_b16c_4510da896417, direction=from-lport, priority=1002, match=inport == @pg_be4d53b1_e073_4380_b16c_4510da896417 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7fed073c-4eca-46f1-8549-86ad3f4d3a31'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_be4d53b1_e073_4380_b16c_4510da896417, direction=to-lport, priority=1002, match=outport == @pg_be4d53b1_e073_4380_b16c_4510da896417 && ip4 && ip4.src == $pg_be4d53b1_e073_4380_b16c_4510da896417_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ca15cb0a-c800-477d-b6e8-5f468e2df973'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_be4d53b1_e073_4380_b16c_4510da896417, direction=from-lport, priority=1002, match=inport == @pg_be4d53b1_e073_4380_b16c_4510da896417 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ec962287-67b6-4cd7-95b7-d691a87dc398'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row c210e2eb-0a0f-44aa-9eed-29369a4205c3 (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 7ef6d272-f100-45aa-9134-567a19ea3ff3 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 8b78e54a-8531-4c89-8ea0-c08d8f345bb1 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row df214658-ce7c-4feb-81e7-e919f0e88f82 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 29efd834-6b4a-4cca-88f1-6e46bb9d8875 (table: Port_Group) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync routers and router ports completed @ 2025-01-03 20:30:20.308927 {{(pid=90461) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:882}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync port QoS policies started @ 2025-01-03 20:30:20.309323 {{(pid=90461) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1306}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] Starting OVNClientQosExtension -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync port QoS policies completed @ 2025-01-03 20:30:20.317666 {{(pid=90461) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1316}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync Floating IP QoS policies started @ 2025-01-03 20:30:20.317855 {{(pid=90461) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1321}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] Starting OVNClientQosExtension -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Successfully bumped revision number for resource be4d53b1-e073-4380-b16c-4510da896417 (type: security_groups) to 1 -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Successfully bumped revision number for resource 0a0cec99-f940-4a23-8002-c1bf172a8a28 (type: security_group_rules) to 0 -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Successfully bumped revision number for resource 7fed073c-4eca-46f1-8549-86ad3f4d3a31 (type: security_group_rules) to 0 -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-NB Sync Floating IP QoS policies completed @ 2025-01-03 20:30:20.343958 {{(pid=90461) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1331}} -Jan 03 20:30:20 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-052efc5f-5a75-410f-b177-9ae66bcfd6fd None None] OVN-Northbound DB sync process completed @ 2025-01-03 20:30:20.344139 {{(pid=90461) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:114}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Successfully bumped revision number for resource ca15cb0a-c800-477d-b6e8-5f468e2df973 (type: security_group_rules) to 0 -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Successfully bumped revision number for resource ec962287-67b6-4cd7-95b7-d691a87dc398 (type: security_group_rules) to 0 -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Pushing event updated for resources: {'SecurityGroup': ['ID=be4d53b1-e073-4380-b16c-4510da896417,revision_number=1']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90460) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90457) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90456) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Tracked resource versions report: -Jan 03 20:30:20 ubuntu neutron-server[90456]: pushed versions: -Jan 03 20:30:20 ubuntu neutron-server[90456]: { 'AddressGroup': {'1.2'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'Agent': {'1.1'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'ConntrackHelper': {'1.0'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'LocalIPAssociation': {'1.0'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'Log': {'1.0'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'NDPProxy': {'1.0'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'Network': {'1.1'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'Port': {'1.10'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'PortForwarding': {'1.3'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'QosPolicy': {'1.10'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'SecurityGroup': {'1.6'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'SecurityGroupRule': {'1.3'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'SubPort': {'1.0'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'Subnet': {'1.2'}, -Jan 03 20:30:20 ubuntu neutron-server[90456]: 'Trunk': {'1.1'}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: consumer versions: -Jan 03 20:30:20 ubuntu neutron-server[90456]: {OVN Controller Gateway agent@ubuntu: {}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: {{(pid=90456) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.helpers [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] geneve segment allocate from pool success with {'geneve_vni': 42025} {{(pid=90456) allocate_partially_specified_segment /opt/stack/neutron/neutron/plugins/ml2/drivers/helpers.py:143}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.services.segments.db._add_segment_host_mapping_for_segment-8747790947046', 'neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-32939184'] for segment (58a296fb-0353-4956-bcf3-271c679d6957), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.segments_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Added segment 58a296fb-0353-4956-bcf3-271c679d6957 of type geneve for network 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.services.auto_allocate.db._ensure_external_network_default_value_callback-8747789730381'] for network (6437aeb8-66de-4955-bea7-bf84578aa441), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Validating network segment with type geneve, segmentation ID 42025, physical network None {{(pid=90456) _validate_network_segments /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:577}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_initial_revision uuid=6437aeb8-66de-4955-bea7-bf84578aa441, type=networks, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_network_precommit called with network settings {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1} (original settings None) and network segments [{'id': '58a296fb-0353-4956-bcf3-271c679d6957', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 42025, 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441'}] -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_network_precommit: -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[availability_zones], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[port_security_enabled], None -> True -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[ipv4_address_scope], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:30:20Z -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[revision_number], None -> 1 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[provider:physical_network], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[shared], None -> False -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[ipv6_address_scope], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[vlan_transparent], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[status], None -> ACTIVE -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:30:20Z -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[provider:network_type], None -> geneve -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[router:external], None -> False -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 10 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[subnets], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[name], None -> private -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[mtu], None -> 1442 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[provider:segmentation_id], None -> 42025 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[availability_zone_hints], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189577'] for network (6437aeb8-66de-4955-bea7-bf84578aa441), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Pushing event updated for resources: {'Network': ['ID=6437aeb8-66de-4955-bea7-bf84578aa441,revision_number=1']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LsAddCommand(_result=None, switch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, columns={'external_ids': {'neutron:network_name': 'private', 'neutron:mtu': '1442', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}, 'other_config': {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'}}, may_exist=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 41475b78-6394-49d6-90c1-8c26e7ac3e64 (table: Logical_Switch) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 662f21f4-586f-4f29-90aa-e689aefc69bf (table: Datapath_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Successfully bumped revision number for resource 6437aeb8-66de-4955-bea7-bf84578aa441 (type: networks) to 1 -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for port (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks [] for port (ce3958ac-88b1-4dfc-8aaf-b0a604612364), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] No provisioning block for port ce3958ac-88b1-4dfc-8aaf-b0a604612364 since it does not have a host {{(pid=90456) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_initial_revision uuid=ce3958ac-88b1-4dfc-8aaf-b0a604612364, type=ports, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_port_precommit called with port settings {'id': 'ce3958ac-88b1-4dfc-8aaf-b0a604612364', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:1e:b1:fc', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_port_precommit: -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[mac_address], None -> fa:16:3e:1e:b1:fc -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:vif_type], None -> unbound -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:host_id], None -> -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[port_security_enabled], None -> False -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[device_owner], None -> network:distributed -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[security_groups], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:profile], None -> {} -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[device_id], None -> ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:vnic_type], None -> normal -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[status], None -> DOWN -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[fixed_ips], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[id], None -> ce3958ac-88b1-4dfc-8aaf-b0a604612364 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 12 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[name], None -> -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[network_id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:vif_details], None -> {} -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568'] for port (ce3958ac-88b1-4dfc-8aaf-b0a604612364), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Pushing event updated for resources: {'Port': ['ID=ce3958ac-88b1-4dfc-8aaf-b0a604612364,revision_number=1']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=ce3958ac-88b1-4dfc-8aaf-b0a604612364, lswitch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, may_exist=True, columns={'addresses': ['fa:16:3e:1e:b1:fc'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "ce3958ac-88b1-4dfc-8aaf-b0a604612364"')], if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=72a7946a-a76a-43a5-b310-dc25d0c0b764, lport=ce3958ac-88b1-4dfc-8aaf-b0a604612364, lswitch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, may_exist=True, columns={'addresses': ['fa:16:3e:1e:b1:fc'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): QoSDelCommand(_result=None, switch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "ce3958ac-88b1-4dfc-8aaf-b0a604612364"')], if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=72a7946a-a76a-43a5-b310-dc25d0c0b764, lport=ce3958ac-88b1-4dfc-8aaf-b0a604612364, lswitch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, may_exist=True, columns={'addresses': ['fa:16:3e:1e:b1:fc'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row a1a362ea-373d-4359-ba0e-4f52dcb9f826 (table: Port_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 41475b78-6394-49d6-90c1-8c26e7ac3e64 (table: Logical_Switch) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row c57eea70-d535-4824-b939-ebe4cb051525 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row c57eea70-d535-4824-b939-ebe4cb051525 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Successfully bumped revision number for resource ce3958ac-88b1-4dfc-8aaf-b0a604612364 (type: ports) to 1 -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_port_postcommit called with port settings {'id': 'ce3958ac-88b1-4dfc-8aaf-b0a604612364', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:1e:b1:fc', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1, 'network': {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_port_postcommit: -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[mac_address], None -> fa:16:3e:1e:b1:fc -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:vif_type], None -> unbound -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:host_id], None -> -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[port_security_enabled], None -> False -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[device_owner], None -> network:distributed -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:30:20Z -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[revision_number], None -> 1 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[security_groups], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:profile], None -> {} -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[device_id], None -> ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:vnic_type], None -> normal -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[status], None -> DOWN -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:30:20Z -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[fixed_ips], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[extra_dhcp_opts], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[id], None -> ce3958ac-88b1-4dfc-8aaf-b0a604612364 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 12 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[name], None -> -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[network_id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[binding:vif_details], None -> {} -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[network], None -> {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_network_postcommit called with network settings {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1} (original settings None) and network segments [{'id': '58a296fb-0353-4956-bcf3-271c679d6957', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 42025, 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441'}] -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] create_network_postcommit: -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[availability_zones], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[port_security_enabled], None -> True -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[ipv4_address_scope], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:30:20Z -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[revision_number], None -> 1 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[provider:physical_network], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[shared], None -> False -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[ipv6_address_scope], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[vlan_transparent], None -> None -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[status], None -> ACTIVE -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:30:20Z -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[provider:network_type], None -> geneve -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[router:external], None -> False -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 10 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[subnets], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[name], None -> private -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[mtu], None -> 1442 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[provider:segmentation_id], None -> 42025 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:20 ubuntu neutron-server[90456]: key[availability_zone_hints], None -> [] -Jan 03 20:30:20 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Attributes excluded by policy engine: ['standard_attr_id', 'provider:network_type', 'provider:physical_network', 'provider:segmentation_id', 'vlan_transparent'] {{(pid=90456) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] Publish callbacks [] for network (None), before_response {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:20 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-9f20facd-af17-4baa-9b82-57c9c372a125 demo demo] 10.201.9.223 "POST /networking/v2.0/networks HTTP/1.1" status: 201 len: 729 time: 1.0152423 -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 55666) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-850d5102-23f5-41b8-9781-133f17dbeac8 demo ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90456) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-850d5102-23f5-41b8-9781-133f17dbeac8 demo ******] 10.201.9.223 "GET /networking/v2.0/networks/6437aeb8-66de-4955-bea7-bf84578aa441 HTTP/1.1" status: 200 len: 823 time: 0.0631714 -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.api.v2.base [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Request body: {'subnet': {'ip_version': 4, 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'cidr': '10.0.0.0/22', 'name': 'private-subnet'}} {{(pid=90456) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:30:22 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90457) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:22 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90456) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:22 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90460) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Made reservation on behalf of c1512073f7d24ed9bc5330aa71d83901 for: {'subnet': 1} {{(pid=90456) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Publish callbacks [] for subnet (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] create_initial_revision uuid=9249c945-281f-471a-85d7-376d476eb593, type=subnets, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] create_subnet_precommit called with subnet settings {'id': '9249c945-281f-471a-85d7-376d476eb593', 'name': 'private-subnet', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 13, 'gateway_ip': '10.0.0.1', 'cidr': '10.0.0.0/22', 'allocation_pools': [{'start': '10.0.0.2', 'end': '10.0.3.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:30:22Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 0, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'} (original settings None) -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] create_subnet_precommit: -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[allocation_pools], None -> [{'start': '10.0.0.2', 'end': '10.0.3.254'}] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[ip_version], None -> 4 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[service_types], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[gateway_ip], None -> 10.0.0.1 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[dns_nameservers], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:30:22Z -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[revision_number], None -> 0 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[shared], None -> False -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[host_routes], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[enable_dhcp], None -> True -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[cidr], None -> 10.0.0.0/22 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:30:22Z -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[id], None -> 9249c945-281f-471a-85d7-376d476eb593 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[router:external], None -> False -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[subnetpool_id], None -> None -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[ipv6_ra_mode], None -> None -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 13 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[name], None -> private-subnet -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[network_id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[ipv6_address_mode], None -> None -Jan 03 20:30:22 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189583'] for subnet (9249c945-281f-471a-85d7-376d476eb593), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Pushing event updated for resources: {'Subnet': ['ID=9249c945-281f-471a-85d7-376d476eb593,revision_number=0']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8747790890969'] for port (ce3958ac-88b1-4dfc-8aaf-b0a604612364), before_update {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.db.db_base_plugin_common [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Allocated IP 10.0.0.2 (6437aeb8-66de-4955-bea7-bf84578aa441/9249c945-281f-471a-85d7-376d476eb593/ce3958ac-88b1-4dfc-8aaf-b0a604612364) {{(pid=90456) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Publish callbacks [] for port (ce3958ac-88b1-4dfc-8aaf-b0a604612364), precommit_update {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] No provisioning block for port ce3958ac-88b1-4dfc-8aaf-b0a604612364 since it does not have a host {{(pid=90456) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] update_port_precommit called with port settings {'id': 'ce3958ac-88b1-4dfc-8aaf-b0a604612364', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:1e:b1:fc', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'} (original settings {'id': 'ce3958ac-88b1-4dfc-8aaf-b0a604612364', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:1e:b1:fc', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] update_port_precommit: -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[fixed_ips], [] -> [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.2'}] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[updated_at], 2025-01-03T20:30:20Z -> 2025-01-03T20:30:22Z -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[revision_number], 1 -> 2 -Jan 03 20:30:22 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8747790892972', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904'] for port (ce3958ac-88b1-4dfc-8aaf-b0a604612364), after_update {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2958860e-584c-4355-b1da-e6841b625615 None None] Pushing event updated for resources: {'Port': ['ID=ce3958ac-88b1-4dfc-8aaf-b0a604612364,revision_number=2']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=ce3958ac-88b1-4dfc-8aaf-b0a604612364, resource={'id': 'ce3958ac-88b1-4dfc-8aaf-b0a604612364', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:1e:b1:fc', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'network': {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025}}, resource_type=ports, if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddDHCPOptionsCommand(_result=None, columns={'cidr': '10.0.0.0/22', 'options': {'server_id': '10.0.0.1', 'lease_time': '43200', 'mtu': '1442', 'router': '10.0.0.1', 'server_mac': 'fa:16:3e:e2:f7:8e', 'dns_server': '{10.201.0.95}', 'classless_static_route': '{169.254.169.254/32,10.0.0.2, 0.0.0.0/0,10.0.0.1}'}, 'external_ids': {'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'neutron:revision_number': '0'}}, may_exist=True, subnet_id=9249c945-281f-471a-85d7-376d476eb593, port_id=None, new_insert=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=ce3958ac-88b1-4dfc-8aaf-b0a604612364, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '10.0.0.2/22', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'localport', 'addresses': ['fa:16:3e:1e:b1:fc 10.0.0.2'], 'ha_chassis_group': []}, if_exists=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['ce3958ac-88b1-4dfc-8aaf-b0a604612364'], if_exists=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 710e92bb-e5a3-4463-84fc-d5225b22cee0 (table: DHCP_Options) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:22 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row c57eea70-d535-4824-b939-ebe4cb051525 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row a1a362ea-373d-4359-ba0e-4f52dcb9f826 (table: Port_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-2958860e-584c-4355-b1da-e6841b625615 None None] Successfully bumped revision number for resource ce3958ac-88b1-4dfc-8aaf-b0a604612364 (type: ports) to 2 -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-2958860e-584c-4355-b1da-e6841b625615 None None] update_port_postcommit called with port settings {'id': 'ce3958ac-88b1-4dfc-8aaf-b0a604612364', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:1e:b1:fc', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'} (original settings {'id': 'ce3958ac-88b1-4dfc-8aaf-b0a604612364', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:1e:b1:fc', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:20Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-2958860e-584c-4355-b1da-e6841b625615 None None] update_port_postcommit: -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[fixed_ips], [] -> [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.2'}] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[updated_at], 2025-01-03T20:30:20Z -> 2025-01-03T20:30:22Z -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[revision_number], 1 -> 2 -Jan 03 20:30:22 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.plugin [None req-2958860e-584c-4355-b1da-e6841b625615 None None] In _notify_port_updated(), no bound segment for port ce3958ac-88b1-4dfc-8aaf-b0a604612364 on network 6437aeb8-66de-4955-bea7-bf84578aa441 {{(pid=90456) _notify_port_updated /opt/stack/neutron/neutron/plugins/ml2/plugin.py:1002}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-2958860e-584c-4355-b1da-e6841b625615 None None] Successfully bumped revision number for resource 9249c945-281f-471a-85d7-376d476eb593 (type: subnets) to 0 -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-2958860e-584c-4355-b1da-e6841b625615 None None] create_subnet_postcommit called with subnet settings {'id': '9249c945-281f-471a-85d7-376d476eb593', 'name': 'private-subnet', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 13, 'gateway_ip': '10.0.0.1', 'cidr': '10.0.0.0/22', 'allocation_pools': [{'start': '10.0.0.2', 'end': '10.0.3.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:30:22Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 0, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'network': {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025}} (original settings None) -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-2958860e-584c-4355-b1da-e6841b625615 None None] create_subnet_postcommit: -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[allocation_pools], None -> [{'start': '10.0.0.2', 'end': '10.0.3.254'}] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[ip_version], None -> 4 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[service_types], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[gateway_ip], None -> 10.0.0.1 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[dns_nameservers], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:30:22Z -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[revision_number], None -> 0 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[shared], None -> False -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[host_routes], None -> [] -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[enable_dhcp], None -> True -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[cidr], None -> 10.0.0.0/22 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:30:22Z -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[id], None -> 9249c945-281f-471a-85d7-376d476eb593 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[router:external], None -> False -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[subnetpool_id], None -> None -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[ipv6_ra_mode], None -> None -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 13 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[name], None -> private-subnet -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[network_id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[network], None -> {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:22 ubuntu neutron-server[90456]: key[ipv6_address_mode], None -> None -Jan 03 20:30:22 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-2958860e-584c-4355-b1da-e6841b625615 None None] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=90456) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-2958860e-584c-4355-b1da-e6841b625615 None None] Publish callbacks [] for subnet (None), before_response {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:22 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-f14996dd-7297-492f-9801-9de9dc898dd9 demo ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 837 time: 0.5854611 -Jan 03 20:30:24 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 41876) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:24 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [None req-7d407372-7e7c-44b6-adae-063c8c34d035 ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90457) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} -Jan 03 20:30:24 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-7d407372-7e7c-44b6-adae-063c8c34d035 ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0234840 -Jan 03 20:30:25 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 41878) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:25 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [None req-927f25bf-79b4-496e-a9e0-be92245cddf3 ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90456) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} -Jan 03 20:30:25 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-927f25bf-79b4-496e-a9e0-be92245cddf3 ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0322945 -Jan 03 20:30:26 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 41886) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:26 ubuntu neutron-server[90456]: DEBUG neutron.api.v2.base [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Request body: {'router': {'******_state_up': True, 'name': 'router1'}} {{(pid=90456) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:30:26 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Publish callbacks ['neutron.services.ovn_l3.service_providers.driver_controller.DriverController._check_router_request-261723'] for router (1d19e77e-eb95-4fc9-ba94-440c94c912ae), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:26 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OVN_L3_HA_db_mixin._precommit_router_create-704223', 'neutron.services.ovn_l3.plugin.RouterAvailabilityZoneMixin._process_az_request-2025096', 'neutron.services.ovn_l3.plugin.ExtraGatewaysDbOnlyMixin._process_bfd_ecmp_create-249995', 'neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_router_create_precommit-704161', 'neutron.services.ovn_l3.service_providers.driver_controller.DriverController._set_router_provider-261698'] for router (1d19e77e-eb95-4fc9-ba94-440c94c912ae), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:26 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] create_initial_revision uuid=1d19e77e-eb95-4fc9-ba94-440c94c912ae, type=routers, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:27 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Publish callbacks [] for router_controller (1d19e77e-eb95-4fc9-ba94-440c94c912ae), precommit_add_association {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:27 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_router_create-704184'] for router (1d19e77e-eb95-4fc9-ba94-440c94c912ae), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:27 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Starting OVNClientQosExtension -Jan 03 20:30:27 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Router 1d19e77e-eb95-4fc9-ba94-440c94c912ae does not have ID or gateway assigned {{(pid=90456) update_router /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/extensions/qos.py:440}} -Jan 03 20:30:27 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LrAddCommand(_result=None, router=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, may_exist=True, columns={'external_ids': {'neutron:router_name': 'router1', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': ''}, 'enabled': True, 'options': {'always_learn_from_arp_request': 'false', 'dynamic_neigh_routers': 'true', 'mac_binding_age_threshold': '0'}}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:27 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 3396c15d-f90b-47a0-9512-a7480d98f48e (table: Logical_Router) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:27 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 0481a9a8-1d33-4bd1-81a4-1f378b934dec (table: Datapath_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:27 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Successfully bumped revision number for resource 1d19e77e-eb95-4fc9-ba94-440c94c912ae (type: routers) to 1 -Jan 03 20:30:27 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] Publish callbacks [] for router (None), before_response {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:27 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-283732c8-2e6f-4f42-8d87-38c361a6f4d3 demo demo] 10.201.9.223 "POST /networking/v2.0/routers HTTP/1.1" status: 201 len: 770 time: 0.2420111 -Jan 03 20:30:27 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writer thread running {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:30:28 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 41890) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:28 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [None req-a0de8b29-67b3-43a5-9560-6fdd701a396e ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90456) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} -Jan 03 20:30:28 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-a0de8b29-67b3-43a5-9560-6fdd701a396e ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0284309 -Jan 03 20:30:29 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 41898) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:29 ubuntu neutron-server[90457]: DEBUG neutron.api.v2.base [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Request body: {'network': {'provider:network_type': 'flat', 'is_default': True, 'provider:physical_network': 'public', 'router:external': True, '******_state_up': True, 'name': 'public'}} {{(pid=90457) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:30:29 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Made reservation on behalf of c09c34465cf64df987fa1f7c646d06a9 for: {'network': 1} {{(pid=90457) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} -Jan 03 20:30:29 ubuntu neutron-server[90457]: DEBUG neutron.policy [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=90457) register_rules /opt/stack/neutron/neutron/policy.py:65}} -Jan 03 20:30:29 ubuntu neutron-server[90457]: WARNING oslo_policy.policy [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] 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. -Jan 03 20:30:29 ubuntu neutron-server[90457]: WARNING oslo_policy.policy [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] 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. -Jan 03 20:30:29 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for network (None), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:29 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-309164'] for security_group (6d9777f0-ffb2-4b55-903c-b3610b0de0da), precommit_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_initial_revision uuid=6d9777f0-ffb2-4b55-903c-b3610b0de0da, type=security_groups, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_initial_revision uuid=88495d96-8e7a-46b7-ab6e-1628bbb3323e, type=security_group_rules, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_initial_revision uuid=8a625609-5ffd-4008-ac9a-3a727b4a68a7, type=security_group_rules, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_initial_revision uuid=cbec87dd-a2e9-426b-8453-26bfd02e5644, type=security_group_rules, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_initial_revision uuid=d7d2672e-6ced-4db7-a11a-0ed32ee4bc7b, type=security_group_rules, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-309159', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189287'] for security_group (6d9777f0-ffb2-4b55-903c-b3610b0de0da), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Starting OVNClientQosExtension -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Starting OVNClientPlacementExtension -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '6d9777f0-ffb2-4b55-903c-b3610b0de0da'}}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da, direction=from-lport, priority=1002, match=inport == @pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '88495d96-8e7a-46b7-ab6e-1628bbb3323e'}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da, direction=from-lport, priority=1002, match=inport == @pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8a625609-5ffd-4008-ac9a-3a727b4a68a7'}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da, direction=to-lport, priority=1002, match=outport == @pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da && ip4 && ip4.src == $pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'cbec87dd-a2e9-426b-8453-26bfd02e5644'}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da, direction=to-lport, priority=1002, match=outport == @pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da && ip6 && ip6.src == $pg_6d9777f0_ffb2_4b55_903c_b3610b0de0da_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd7d2672e-6ced-4db7-a11a-0ed32ee4bc7b'}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 2f38d444-568a-444a-a53d-cee6d8ff0abc (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row c685f21e-fcdc-4203-9ee4-c96a6a5c28d6 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row f8e887de-4361-47a0-b8d6-7111fa5fb321 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 86a6782a-7582-4ea0-9239-0af0db32a3fc (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 17196407-173b-4631-bec6-4ab36c05bbc9 (table: Port_Group) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Successfully bumped revision number for resource 6d9777f0-ffb2-4b55-903c-b3610b0de0da (type: security_groups) to 1 -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Successfully bumped revision number for resource 88495d96-8e7a-46b7-ab6e-1628bbb3323e (type: security_group_rules) to 0 -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Successfully bumped revision number for resource 8a625609-5ffd-4008-ac9a-3a727b4a68a7 (type: security_group_rules) to 0 -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Successfully bumped revision number for resource cbec87dd-a2e9-426b-8453-26bfd02e5644 (type: security_group_rules) to 0 -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Successfully bumped revision number for resource d7d2672e-6ced-4db7-a11a-0ed32ee4bc7b (type: security_group_rules) to 0 -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=6d9777f0-ffb2-4b55-903c-b3610b0de0da,revision_number=1']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Tracked resource versions report: -Jan 03 20:30:30 ubuntu neutron-server[90457]: pushed versions: -Jan 03 20:30:30 ubuntu neutron-server[90457]: { 'AddressGroup': {'1.2'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'Agent': {'1.1'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'ConntrackHelper': {'1.0'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'LocalIPAssociation': {'1.0'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'Log': {'1.0'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'NDPProxy': {'1.0'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'Network': {'1.1'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'Port': {'1.10'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'PortForwarding': {'1.3'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'QosPolicy': {'1.10'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'SecurityGroup': {'1.6'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'SecurityGroupRule': {'1.3'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'SubPort': {'1.0'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'Subnet': {'1.2'}, -Jan 03 20:30:30 ubuntu neutron-server[90457]: 'Trunk': {'1.1'}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: consumer versions: -Jan 03 20:30:30 ubuntu neutron-server[90457]: {OVN Metadata agent@ubuntu: {}, OVN Controller Gateway agent@ubuntu: {}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: {{(pid=90457) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.type_flat [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Reserving flat network on physical network public {{(pid=90457) reserve_provider_segment /opt/stack/neutron/neutron/plugins/ml2/drivers/type_flat.py:100}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.services.segments.db._add_segment_host_mapping_for_segment-8747790947046', 'neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-32939184'] for segment (f2a940d0-0be6-4169-8a34-918f1cc4bee9), precommit_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Unsubscribe: segment precommit_create {{(pid=90457) unsubscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:90}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.segments_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Added segment f2a940d0-0be6-4169-8a34-918f1cc4bee9 of type flat for network bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.services.auto_allocate.db._ensure_external_network_default_value_callback-8747789730381'] for network (bd4eaa79-3bec-4d07-9435-715a71db2645), precommit_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Validating network segment with type flat, segmentation ID None, physical network public {{(pid=90457) _validate_network_segments /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:577}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_initial_revision uuid=bd4eaa79-3bec-4d07-9435-715a71db2645, type=networks, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_network_precommit called with network settings {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': True, 'router:external': True, 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None, 'is_default': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1} (original settings None) and network segments [{'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}] -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_network_precommit: -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[availability_zones], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[port_security_enabled], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[ipv4_address_scope], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[created_at], None -> 2025-01-03T20:30:30Z -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[revision_number], None -> 1 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[provider:physical_network], None -> public -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[is_default], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[shared], None -> False -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[ipv6_address_scope], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[vlan_transparent], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[tags], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[status], None -> ACTIVE -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[updated_at], None -> 2025-01-03T20:30:30Z -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[provider:network_type], None -> flat -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[router:external], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 20 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[subnets], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[name], None -> public -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[description], None -> -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[mtu], None -> 1500 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[provider:segmentation_id], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[availability_zone_hints], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189577'] for network (bd4eaa79-3bec-4d07-9435-715a71db2645), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Pushing event updated for resources: {'Network': ['ID=bd4eaa79-3bec-4d07-9435-715a71db2645,revision_number=1']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LsAddCommand(_result=None, switch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, columns={'external_ids': {'neutron:network_name': 'public', 'neutron:mtu': '1500', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'flat'}, 'other_config': {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false', 'fdb_age_threshold': '0', 'broadcast-arps-to-all-routers': 'true'}}, may_exist=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddLSwitchPortCommand(_result=None, lport=provnet-f2a940d0-0be6-4169-8a34-918f1cc4bee9, lswitch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {}, 'type': 'localnet', 'tag': None, 'options': {'network_name': 'public', 'mcast_flood_reports': 'true', 'mcast_flood': 'false', 'localnet_learn_fdb': 'false'}}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row c3b8d54a-4fa3-4535-989b-631a19f47bfa (table: Logical_Switch) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 6f43f021-64a1-4d9c-8c8e-08801c8cb408 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 6f43f021-64a1-4d9c-8c8e-08801c8cb408 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 2f00493f-38aa-4398-968c-82964e434dc1 (table: Datapath_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 369a8505-870f-49be-bf9e-c23c372e3c5f (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Successfully bumped revision number for resource bd4eaa79-3bec-4d07-9435-715a71db2645 (type: networks) to 1 -Jan 03 20:30:30 ubuntu neutron-server[90461]: DEBUG dbcounter [-] [90461] Writing DB stats neutron:SELECT=20,neutron:INSERT=657,neutron:UPDATE=1 {{(pid=90461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for port (None), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90461]: DEBUG dbcounter [-] [90461] Writing DB stats neutron:SELECT=10,neutron:DELETE=1 {{(pid=90461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks [] for port (bad04295-9478-4774-9b9b-7bc8c9b736a4), precommit_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] No provisioning block for port bad04295-9478-4774-9b9b-7bc8c9b736a4 since it does not have a host {{(pid=90457) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_initial_revision uuid=bad04295-9478-4774-9b9b-7bc8c9b736a4, type=ports, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_port_precommit called with port settings {'id': 'bad04295-9478-4774-9b9b-7bc8c9b736a4', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:ac:0e:72', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_port_precommit: -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[mac_address], None -> fa:16:3e:ac:0e:72 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:vif_type], None -> unbound -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:host_id], None -> -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[port_security_enabled], None -> False -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[device_owner], None -> network:distributed -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[security_groups], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:profile], None -> {} -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[device_id], None -> ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:vnic_type], None -> normal -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[status], None -> DOWN -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[fixed_ips], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[id], None -> bad04295-9478-4774-9b9b-7bc8c9b736a4 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 22 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[name], None -> -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:vif_details], None -> {} -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568'] for port (bad04295-9478-4774-9b9b-7bc8c9b736a4), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Pushing event updated for resources: {'Port': ['ID=bad04295-9478-4774-9b9b-7bc8c9b736a4,revision_number=1']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=bad04295-9478-4774-9b9b-7bc8c9b736a4, lswitch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, may_exist=True, columns={'addresses': ['fa:16:3e:ac:0e:72'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "bad04295-9478-4774-9b9b-7bc8c9b736a4"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=fb39c1ba-af66-40a6-b787-55e29402b7a6, lport=bad04295-9478-4774-9b9b-7bc8c9b736a4, lswitch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, may_exist=True, columns={'addresses': ['fa:16:3e:ac:0e:72'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): QoSDelCommand(_result=None, switch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "bad04295-9478-4774-9b9b-7bc8c9b736a4"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=fb39c1ba-af66-40a6-b787-55e29402b7a6, lport=bad04295-9478-4774-9b9b-7bc8c9b736a4, lswitch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, may_exist=True, columns={'addresses': ['fa:16:3e:ac:0e:72'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row f1b2f238-bbe0-4916-a06c-5f797ea52179 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row f1b2f238-bbe0-4916-a06c-5f797ea52179 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 87d8ef7b-a470-4e6e-a68c-a9eb0d81384a (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row c3b8d54a-4fa3-4535-989b-631a19f47bfa (table: Logical_Switch) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Successfully bumped revision number for resource bad04295-9478-4774-9b9b-7bc8c9b736a4 (type: ports) to 1 -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_port_postcommit called with port settings {'id': 'bad04295-9478-4774-9b9b-7bc8c9b736a4', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:ac:0e:72', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1, 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_port_postcommit: -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[mac_address], None -> fa:16:3e:ac:0e:72 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:vif_type], None -> unbound -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:host_id], None -> -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[port_security_enabled], None -> False -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[device_owner], None -> network:distributed -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[created_at], None -> 2025-01-03T20:30:30Z -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[revision_number], None -> 1 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[security_groups], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[tags], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:profile], None -> {} -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[device_id], None -> ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:vnic_type], None -> normal -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[status], None -> DOWN -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[updated_at], None -> 2025-01-03T20:30:30Z -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[fixed_ips], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[extra_dhcp_opts], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[id], None -> bad04295-9478-4774-9b9b-7bc8c9b736a4 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 22 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[name], None -> -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[description], None -> -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[binding:vif_details], None -> {} -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[network], None -> {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_network_postcommit called with network settings {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': True, 'router:external': True, 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None, 'is_default': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1} (original settings None) and network segments [{'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}] -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] create_network_postcommit: -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[availability_zones], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[port_security_enabled], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[ipv4_address_scope], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[created_at], None -> 2025-01-03T20:30:30Z -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[revision_number], None -> 1 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[provider:physical_network], None -> public -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[is_default], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[shared], None -> False -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[ipv6_address_scope], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[vlan_transparent], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[tags], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[status], None -> ACTIVE -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[updated_at], None -> 2025-01-03T20:30:30Z -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[provider:network_type], None -> flat -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[router:external], None -> True -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 20 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[subnets], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[name], None -> public -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[description], None -> -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[mtu], None -> 1500 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[provider:segmentation_id], None -> None -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:30 ubuntu neutron-server[90457]: key[availability_zone_hints], None -> [] -Jan 03 20:30:30 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90457) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] Publish callbacks [] for network (None), before_response {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:30 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-e4a728f8-da73-4a29-8cc9-edbcf8fc696f ****** ******] 10.201.9.223 "POST /networking/v2.0/networks HTTP/1.1" status: 201 len: 845 time: 0.7977877 -Jan 03 20:30:31 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 41910) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:31 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-9db02355-b9c0-48be-94fb-95cecf10b512 demo ******] Attributes excluded by policy engine: ['standard_attr_id', 'shared'] {{(pid=90457) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:31 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-9db02355-b9c0-48be-94fb-95cecf10b512 demo ******] 10.201.9.223 "GET /networking/v2.0/subnets/9249c945-281f-471a-85d7-376d476eb593 HTTP/1.1" status: 200 len: 832 time: 0.0614169 -Jan 03 20:30:31 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-809cb924-9114-43f6-bf15-39c69c962bf7 demo ******] 10.201.9.223 "GET /networking/v2.0/routers/1d19e77e-eb95-4fc9-ba94-440c94c912ae HTTP/1.1" status: 200 len: 777 time: 0.0621789 -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for port (None), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.db.db_base_plugin_common [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Allocated IP 10.0.0.1 (6437aeb8-66de-4955-bea7-bf84578aa441/9249c945-281f-471a-85d7-376d476eb593/aad91ceb-1f8e-44c6-a3f4-576ea242c980) {{(pid=90457) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks [] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), precommit_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] No provisioning block for port aad91ceb-1f8e-44c6-a3f4-576ea242c980 since it does not have a host {{(pid=90457) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] create_initial_revision uuid=aad91ceb-1f8e-44c6-a3f4-576ea242c980, type=ports, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] create_initial_revision uuid=aad91ceb-1f8e-44c6-a3f4-576ea242c980, type=router_ports, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] create_port_precommit called with port settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] create_port_precommit: -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[mac_address], None -> fa:16:3e:52:ed:a7 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:vif_type], None -> unbound -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:host_id], None -> -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[port_security_enabled], None -> False -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[device_owner], None -> network:router_interface -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[security_groups], None -> [] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:profile], None -> {} -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[device_id], None -> 1d19e77e-eb95-4fc9-ba94-440c94c912ae -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:vnic_type], None -> normal -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[status], None -> DOWN -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[fixed_ips], None -> [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[id], None -> aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 23 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[name], None -> -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[network_id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:vif_details], None -> {} -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:32 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568'] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Pushing event updated for resources: {'Port': ['ID=aad91ceb-1f8e-44c6-a3f4-576ea242c980,revision_number=1']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=aad91ceb-1f8e-44c6-a3f4-576ea242c980, lswitch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "aad91ceb-1f8e-44c6-a3f4-576ea242c980"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=331a236f-3f2b-4211-a2f2-f53f733bcd14, lport=aad91ceb-1f8e-44c6-a3f4-576ea242c980, lswitch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): QoSDelCommand(_result=None, switch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "aad91ceb-1f8e-44c6-a3f4-576ea242c980"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=331a236f-3f2b-4211-a2f2-f53f733bcd14, lport=aad91ceb-1f8e-44c6-a3f4-576ea242c980, lswitch=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 41475b78-6394-49d6-90c1-8c26e7ac3e64 (table: Logical_Switch) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 682fb69f-f6a5-43b9-b588-b957779ce074 (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Successfully bumped revision number for resource aad91ceb-1f8e-44c6-a3f4-576ea242c980 (type: ports) to 1 -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] create_port_postcommit called with port settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'network': {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] create_port_postcommit: -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[mac_address], None -> fa:16:3e:52:ed:a7 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:vif_type], None -> unbound -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:host_id], None -> -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[port_security_enabled], None -> False -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[device_owner], None -> network:router_interface -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[created_at], None -> 2025-01-03T20:30:32Z -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[revision_number], None -> 1 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[security_groups], None -> [] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[tags], None -> [] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:profile], None -> {} -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[device_id], None -> 1d19e77e-eb95-4fc9-ba94-440c94c912ae -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:vnic_type], None -> normal -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[status], None -> DOWN -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[updated_at], None -> 2025-01-03T20:30:32Z -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[fixed_ips], None -> [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[extra_dhcp_opts], None -> [] -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[id], None -> aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 23 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[name], None -> -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[description], None -> -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[network_id], None -> 6437aeb8-66de-4955-bea7-bf84578aa441 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[binding:vif_details], None -> {} -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[network], None -> {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[project_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:32 ubuntu neutron-server[90457]: key[tenant_id], None -> c1512073f7d24ed9bc5330aa71d83901 -Jan 03 20:30:32 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks [] for router_interface (1d19e77e-eb95-4fc9-ba94-440c94c912ae), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8747790890969'] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), before_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks [] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), precommit_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] No provisioning block for port aad91ceb-1f8e-44c6-a3f4-576ea242c980 since it does not have a host {{(pid=90457) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] update_port_precommit called with port settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'} (original settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] update_port_precommit: -Jan 03 20:30:32 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8747790892972', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904'] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), after_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Pushing event updated for resources: {'Port': ['ID=aad91ceb-1f8e-44c6-a3f4-576ea242c980,revision_number=1']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=aad91ceb-1f8e-44c6-a3f4-576ea242c980, resource={'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'network': {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025}}, resource_type=ports, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLSwitchPortCommand(_result=None, lport=aad91ceb-1f8e-44c6-a3f4-576ea242c980, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {'mcast_flood_reports': 'true'}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'router', 'ha_chassis_group': []}, if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['aad91ceb-1f8e-44c6-a3f4-576ea242c980'], if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateUpEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=aad91ceb-1f8e-44c6-a3f4-576ea242c980, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'mcast_flood_reports': 'true'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['unknown'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(up=[False]) {{(pid=90456) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status up for port: aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 682fb69f-f6a5-43b9-b588-b957779ce074 (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.db.provisioning_blocks [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Provisioning complete for port aad91ceb-1f8e-44c6-a3f4-576ea242c980 triggered by entity L2. {{(pid=90456) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-32935348'] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), provisioning_complete {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.plugin [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Attempt 1 to provision port aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Successfully bumped revision number for resource aad91ceb-1f8e-44c6-a3f4-576ea242c980 (type: ports) to 1 -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] update_port_postcommit called with port settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'} (original settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] update_port_postcommit: -Jan 03 20:30:32 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_add_router_interface-704093'] for router_interface (1d19e77e-eb95-4fc9-ba94-440c94c912ae), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Starting OVNClientQosExtension -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.plugin [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Port aad91ceb-1f8e-44c6-a3f4-576ea242c980 cannot update to ACTIVE because it is not bound. {{(pid=90456) _port_provisioned /opt/stack/neutron/neutron/plugins/ml2/plugin.py:375}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLRouterPortCommand(_result=None, name=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, may_exist=True, columns={'mac': 'fa:16:3e:52:ed:a7', 'networks': ['10.0.0.1/22'], 'external_ids': {'neutron:revision_number': '1', 'neutron:subnet_ids': '9249c945-281f-471a-85d7-376d476eb593', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '1d19e77e-eb95-4fc9-ba94-440c94c912ae'}, 'options': {}}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.plugin [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Current status of the port aad91ceb-1f8e-44c6-a3f4-576ea242c980 is: DOWN; New status is: ACTIVE {{(pid=90456) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=aad91ceb-1f8e-44c6-a3f4-576ea242c980, lrouter_port=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8747790890969'] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), before_update {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 3396c15d-f90b-47a0-9512-a7480d98f48e (table: Logical_Router) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 51e6364f-0517-4992-998f-4e45ecded6a1 (table: Logical_Router_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 389edd55-1b64-4610-8cd2-4d5a75edde99 (table: Port_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 682fb69f-f6a5-43b9-b588-b957779ce074 (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] Successfully bumped revision number for resource aad91ceb-1f8e-44c6-a3f4-576ea242c980 (type: router_ports) to 1 -Jan 03 20:30:32 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-646fc244-9cff-4b31-add2-1d73a64dd90b demo ******] 10.201.9.223 "PUT /networking/v2.0/routers/1d19e77e-eb95-4fc9-ba94-440c94c912ae/add_router_interface HTTP/1.1" status: 200 len: 508 time: 0.9428051 -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] No provisioning block for port aad91ceb-1f8e-44c6-a3f4-576ea242c980 since it is active {{(pid=90456) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:772}} -Jan 03 20:30:32 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateLogicalRouterPortEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=aad91ceb-1f8e-44c6-a3f4-576ea242c980, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(options={'mcast_flood_reports': 'true'}, addresses=['unknown']) {{(pid=90456) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] update_port_precommit called with port settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'} (original settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] update_port_precommit: -Jan 03 20:30:33 ubuntu neutron-server[90456]: key[status], DOWN -> ACTIVE -Jan 03 20:30:33 ubuntu neutron-server[90456]: key[revision_number], 1 -> 2 -Jan 03 20:30:33 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=aad91ceb-1f8e-44c6-a3f4-576ea242c980, resource={'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'network': {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025}}, resource_type=ports, if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLSwitchPortCommand(_result=None, lport=aad91ceb-1f8e-44c6-a3f4-576ea242c980, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {'mcast_flood_reports': 'true', 'router-port': 'lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980'}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'router', 'ha_chassis_group': []}, if_exists=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['aad91ceb-1f8e-44c6-a3f4-576ea242c980'], if_exists=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:33 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 682fb69f-f6a5-43b9-b588-b957779ce074 (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateLogicalRouterPortEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=aad91ceb-1f8e-44c6-a3f4-576ea242c980, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'mcast_flood_reports': 'true'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, options={'router-port': 'lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980'}) {{(pid=90456) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Successfully bumped revision number for resource aad91ceb-1f8e-44c6-a3f4-576ea242c980 (type: ports) to 2 -Jan 03 20:30:33 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] update_port_postcommit called with port settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'} (original settings {'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 1, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025} with segments to bind None -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] update_port_postcommit: -Jan 03 20:30:33 ubuntu neutron-server[90456]: key[status], DOWN -> ACTIVE -Jan 03 20:30:33 ubuntu neutron-server[90456]: key[revision_number], 1 -> 2 -Jan 03 20:30:33 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8747790892972', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904'] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), after_update {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:33 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Pushing event updated for resources: {'Port': ['ID=aad91ceb-1f8e-44c6-a3f4-576ea242c980,revision_number=2']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 55864) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-36df0388-af08-4df7-b91b-7126956bced8 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90456) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-36df0388-af08-4df7-b91b-7126956bced8 ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/bd4eaa79-3bec-4d07-9435-715a71db2645 HTTP/1.1" status: 200 len: 840 time: 0.0543311 -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.api.v2.base [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Request body: {'subnet': {'ip_version': 4, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'cidr': '172.24.4.0/24', 'name': 'public-subnet', 'enable_dhcp': False}} {{(pid=90456) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Made reservation on behalf of c09c34465cf64df987fa1f7c646d06a9 for: {'subnet': 1} {{(pid=90456) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Publish callbacks [] for subnet (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] create_initial_revision uuid=c81955e0-af60-423d-aecd-24babdafd25c, type=subnets, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] create_subnet_precommit called with subnet settings {'id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'name': 'public-subnet', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '172.24.4.1', 'cidr': '172.24.4.0/24', 'allocation_pools': [{'start': '172.24.4.2', 'end': '172.24.4.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:30:34Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 0, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'} (original settings None) -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] create_subnet_precommit: -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[allocation_pools], None -> [{'start': '172.24.4.2', 'end': '172.24.4.254'}] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[ip_version], None -> 4 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[service_types], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[gateway_ip], None -> 172.24.4.1 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[dns_nameservers], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:30:34Z -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[revision_number], None -> 0 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[shared], None -> False -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[host_routes], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[enable_dhcp], None -> False -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[cidr], None -> 172.24.4.0/24 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:30:34Z -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[id], None -> c81955e0-af60-423d-aecd-24babdafd25c -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[router:external], None -> True -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[subnetpool_id], None -> None -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[ipv6_ra_mode], None -> None -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 24 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[name], None -> public-subnet -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[ipv6_address_mode], None -> None -Jan 03 20:30:34 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.objects.ports [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Time-cost: Fetching 0 ports in 0 security groups {{(pid=90456) get_objects /opt/stack/neutron/neutron/objects/ports.py:499}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189583'] for subnet (c81955e0-af60-423d-aecd-24babdafd25c), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Pushing event updated for resources: {'Subnet': ['ID=c81955e0-af60-423d-aecd-24babdafd25c,revision_number=0']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Successfully bumped revision number for resource c81955e0-af60-423d-aecd-24babdafd25c (type: subnets) to 0 -Jan 03 20:30:34 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] create_subnet_postcommit called with subnet settings {'id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'name': 'public-subnet', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '172.24.4.1', 'cidr': '172.24.4.0/24', 'allocation_pools': [{'start': '172.24.4.2', 'end': '172.24.4.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:30:34Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 0, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] create_subnet_postcommit: -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[allocation_pools], None -> [{'start': '172.24.4.2', 'end': '172.24.4.254'}] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[ip_version], None -> 4 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[service_types], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[gateway_ip], None -> 172.24.4.1 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[dns_nameservers], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:30:34Z -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[revision_number], None -> 0 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[shared], None -> False -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[host_routes], None -> [] -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[enable_dhcp], None -> False -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[cidr], None -> 172.24.4.0/24 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:30:34Z -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[id], None -> c81955e0-af60-423d-aecd-24babdafd25c -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[router:external], None -> True -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[subnetpool_id], None -> None -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[ipv6_ra_mode], None -> None -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 24 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[name], None -> public-subnet -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[network], None -> {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:30:34 ubuntu neutron-server[90456]: key[ipv6_address_mode], None -> None -Jan 03 20:30:34 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=90456) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] Publish callbacks [] for subnet (None), before_response {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:34 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-9363f8d8-747a-4b6a-b9c2-284f1406d7b4 ****** ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 844 time: 0.1660917 -Jan 03 20:30:35 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 55880) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:35 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-fa4ea384-5170-49ae-a5ba-03f5a4959922 demo ******] 10.201.9.223 "GET /networking/v2.0/routers/1d19e77e-eb95-4fc9-ba94-440c94c912ae HTTP/1.1" status: 200 len: 777 time: 0.0672536 -Jan 03 20:30:35 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-3b47bf61-598a-4e84-b70f-ac1e8ca7bfda demo ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90457) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:30:35 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-3b47bf61-598a-4e84-b70f-ac1e8ca7bfda demo ******] 10.201.9.223 "GET /networking/v2.0/networks/bd4eaa79-3bec-4d07-9435-715a71db2645 HTTP/1.1" status: 200 len: 878 time: 0.0275619 -Jan 03 20:30:35 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [None req-d003fd50-853a-46ba-86f9-15e5db745728 demo ******] http://10.201.9.223:9696/networking/v2.0/extensions/external-gateway-multihoming returned with HTTP 200 {{(pid=90457) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} -Jan 03 20:30:35 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-d003fd50-853a-46ba-86f9-15e5db745728 demo ******] 10.201.9.223 "GET /networking/v2.0/extensions/external-gateway-multihoming HTTP/1.1" status: 200 len: 426 time: 0.0022247 -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks [] for router_gateway (1d19e77e-eb95-4fc9-ba94-440c94c912ae), precommit_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks [] for router_gateway (1d19e77e-eb95-4fc9-ba94-440c94c912ae), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for port (None), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.db.db_base_plugin_common [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Allocated IP 172.24.4.220 (bd4eaa79-3bec-4d07-9435-715a71db2645/c81955e0-af60-423d-aecd-24babdafd25c/5f3f1f3b-74e5-41d8-a91e-65523f18ef39) {{(pid=90457) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks [] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), precommit_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] No provisioning block for port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 since it does not have a host {{(pid=90457) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] create_initial_revision uuid=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, type=ports, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] create_initial_revision uuid=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, type=router_ports, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] create_port_precommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'project_id': '', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] create_port_precommit: -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[mac_address], None -> fa:16:3e:f0:86:03 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:vif_type], None -> unbound -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:host_id], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[port_security_enabled], None -> False -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[device_owner], None -> network:router_gateway -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[security_groups], None -> [] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:profile], None -> {} -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[device_id], None -> 1d19e77e-eb95-4fc9-ba94-440c94c912ae -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:vnic_type], None -> normal -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[status], None -> DOWN -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[fixed_ips], None -> [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[id], None -> 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 25 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[name], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:vif_details], None -> {} -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[project_id], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[tenant_id], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Pushing event updated for resources: {'Port': ['ID=5f3f1f3b-74e5-41d8-a91e-65523f18ef39,revision_number=1']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, lswitch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.220/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "5f3f1f3b-74e5-41d8-a91e-65523f18ef39"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=1288f955-6ac6-44e6-a6f7-803b0dfc21f3, lport=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, lswitch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.220/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): QoSDelCommand(_result=None, switch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "5f3f1f3b-74e5-41d8-a91e-65523f18ef39"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=1288f955-6ac6-44e6-a6f7-803b0dfc21f3, lport=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, lswitch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.220/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:36 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row c3b8d54a-4fa3-4535-989b-631a19f47bfa (table: Logical_Switch) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:36 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:36 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 536be127-3126-4e16-8b2c-a6007f4f0ddb (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Successfully bumped revision number for resource 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 (type: ports) to 1 -Jan 03 20:30:36 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] create_port_postcommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'project_id': '', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:36Z', 'revision_number': 1, 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] create_port_postcommit: -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[mac_address], None -> fa:16:3e:f0:86:03 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:vif_type], None -> unbound -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:host_id], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[port_security_enabled], None -> False -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[device_owner], None -> network:router_gateway -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[created_at], None -> 2025-01-03T20:30:36Z -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[allowed_address_pairs], None -> [] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[revision_number], None -> 1 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[security_groups], None -> [] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[tags], None -> [] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:profile], None -> {} -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[device_id], None -> 1d19e77e-eb95-4fc9-ba94-440c94c912ae -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:vnic_type], None -> normal -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[status], None -> DOWN -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[updated_at], None -> 2025-01-03T20:30:36Z -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[******_state_up], None -> True -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[fixed_ips], None -> [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[extra_dhcp_opts], None -> [] -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[id], None -> 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 25 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[name], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[description], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[binding:vif_details], None -> {} -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[network], None -> {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[project_id], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: key[tenant_id], None -> -Jan 03 20:30:36 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks [] for router_gateway (1d19e77e-eb95-4fc9-ba94-440c94c912ae), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks ['neutron.services.ovn_l3.plugin.ExtraGatewaysDbOnlyMixin._process_bfd_ecmp_update-249986', 'neutron.services.ovn_l3.service_providers.driver_controller.DriverController._update_router_provider-261744'] for router (1d19e77e-eb95-4fc9-ba94-440c94c912ae), precommit_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:36 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_router_update-704179'] for router (1d19e77e-eb95-4fc9-ba94-440c94c912ae), after_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, resource={'id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'name': 'router1', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': {'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'external_fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'enable_snat': True}, 'gw_port_id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'description': '', 'availability_zones': [], 'distributed': False, 'ha': True, 'ha_vr_id': 0, 'availability_zone_hints': [], 'enable_default_route_ecmp': False, 'enable_default_route_bfd': False, 'external_gateways': [{'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'external_fixed_ips': [{'ip_address': '172.24.4.220', 'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c'}]}], 'routes': [], 'flavor_id': None, 'tags': [], 'created_at': '2025-01-03T20:30:26Z', 'updated_at': '2025-01-03T20:30:36Z', 'revision_number': 3, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}, resource_type=routers, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DeleteLRouterExtGwCommand(_result=None, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, if_exists=True, maintain_bfd=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): DeleteNATRuleInLRouterCommand(_result=None, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, type=snat, logical_ip=10.0.0.0/22, external_ip=172.24.4.220, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): DelStaticRoutesCommand(_result=None, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, routes=[('0.0.0.0/0', '172.24.4.1')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): DelLRouterPortCommand(_result=None, name=lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=5): AddLRouterPortCommand(_result=None, name=lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, may_exist=True, columns={'mac': 'fa:16:3e:f0:86:03', 'networks': ['172.24.4.220/24'], 'external_ids': {'neutron:revision_number': '1', 'neutron:subnet_ids': 'c81955e0-af60-423d-aecd-24babdafd25c', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:is_ext_gw': 'True', 'neutron:router_name': '1d19e77e-eb95-4fc9-ba94-440c94c912ae'}, 'options': {'reside-on-redirect-chassis': 'true'}}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=6): ScheduleNewGatewayCommand(_result=None, g_name=lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39, sb_api=, lrouter_name=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, ovn_client=, scheduler=, physnet=public, az_hints=[]) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [-] Chassis candidates for scheduling gateway router ports for "public" physical network: ['8454b1b8-93b2-4eeb-b410-50021f5ae18b'] {{(pid=90457) get_candidates_for_scheduling /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py:1642}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.scheduler.l3_ovn_scheduler [-] Gateway lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39 scheduled on chassis ['8454b1b8-93b2-4eeb-b410-50021f5ae18b'] {{(pid=90457) _schedule_gateway /opt/stack/neutron/neutron/scheduler/l3_ovn_scheduler.py:90}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [-] Schedule LRP lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39 on gateway 8454b1b8-93b2-4eeb-b410-50021f5ae18b with priority 1 -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=7): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, lrouter_port=lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39, is_gw_port=True, if_exists=True, lsp_address=router) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=8): AddStaticRouteCommand(_result=None, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, maintain_bfd=False, columns={'ip_prefix': '0.0.0.0/0', 'nexthop': '172.24.4.1', 'external_ids': {'neutron:is_ext_gw': 'true', 'neutron:subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'neutron:is_static_route': 'true'}}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=9): AddNATRuleInLRouterCommand(_result=None, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, columns={'type': 'snat', 'logical_ip': '10.0.0.0/22', 'external_ip': '172.24.4.220'}) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=10): UpdateLRouterCommand(_result=None, name=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, columns={'external_ids': {'neutron:router_name': 'router1', 'neutron:revision_number': '3', 'neutron:availability_zone_hints': ''}, 'enabled': True}, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=11): QoSDelCommand(_result=None, switch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "5f3f1f3b-74e5-41d8-a91e-65523f18ef39"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=12): QoSDelCommand(_result=None, switch=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "5f3f1f3b-74e5-41d8-a91e-65523f18ef39"')], if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 21f82ac3-5fd3-4d80-9546-12dd7428f139 (table: Logical_Router_Static_Route) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateUpEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, external_ids={'neutron:cidrs': '172.24.4.220/24', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_gateway', 'neutron:mtu': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'exclude-lb-vips-from-garp': 'true', 'nat-addresses': 'router', 'router-port': 'lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(up=[False]) {{(pid=90456) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 4e0d59f1-516d-4938-8ab8-a8eb8398e828 (table: Port_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 536be127-3126-4e16-8b2c-a6007f4f0ddb (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row ad7f174f-b9e0-49a8-ad54-8ecb525b4b5c (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row ad7f174f-b9e0-49a8-ad54-8ecb525b4b5c (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: PortBindingChassisEvent(events=('update',), table='Port_Binding', conditions=None, old_conditions=None), priority=20 to row=Port_Binding(parent_port=[], mac=['fa:16:3e:f0:86:03 172.24.4.220/24'], chassis=[], options={'always-redirect': 'true', 'distributed-port': 'lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39'}, type=chassisredirect, tag=[], requested_chassis=[], tunnel_key=3, up=[True], logical_port=cr-lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39, gateway_chassis=[], encap=[], external_ids={'neutron:is_ext_gw': 'True', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:revision_number': '1', 'neutron:router_name': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:subnet_ids': 'c81955e0-af60-423d-aecd-24babdafd25c'}, virtual_parent=[], nat_addresses=[], datapath=0481a9a8-1d33-4bd1-81a4-1f378b934dec) old=Port_Binding(chassis=[], up=[False]) {{(pid=90457) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row a2bac1a2-1181-4e01-8f31-46da705026eb (table: Gateway_Chassis) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 3396c15d-f90b-47a0-9512-a7480d98f48e (table: Logical_Router) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 765b050c-9696-4dfb-b486-cd034f8ba043 (table: Logical_Router_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 993c0597-0ce4-4243-8ae1-41a28f7cd608 (table: NAT) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 1d19e77e-eb95-4fc9-ba94-440c94c912ae is bound to host ubuntu -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8747790890969'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), before_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Successfully bumped revision number for resource 1d19e77e-eb95-4fc9-ba94-440c94c912ae (type: routers) to 3 -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] Successfully bumped revision number for resource 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 (type: router_ports) to 1 -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] delete_revision(5f3f1f3b-74e5-41d8-a91e-65523f18ef39) {{(pid=90457) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-45a6fb8b-cb8a-4dfb-a0aa-cf4d17fdfe54 demo ******] 10.201.9.223 "PUT /networking/v2.0/routers/1d19e77e-eb95-4fc9-ba94-440c94c912ae/update_external_gateways HTTP/1.1" status: 200 len: 1212 time: 1.2678719 -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Publish callbacks [] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), precommit_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.db.provisioning_blocks [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Transition to ACTIVE for port object 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 will not be triggered until provisioned by entity L2. {{(pid=90457) add_provisioning_component /opt/stack/neutron/neutron/db/provisioning_blocks.py:74}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_precommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:36Z', 'revision_number': 1, 'project_id': ''} (original settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:36Z', 'revision_number': 1, 'project_id': ''}) host ubuntu (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_precommit: -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[binding:host_id], -> ubuntu -Jan 03 20:30:37 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8747790892972', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), after_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Pushing event updated for resources: {'Port': ['ID=5f3f1f3b-74e5-41d8-a91e-65523f18ef39,revision_number=2']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, resource={'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:36Z', 'revision_number': 1, 'project_id': '', 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}}, resource_type=ports, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLSwitchPortCommand(_result=None, lport=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.220/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {'requested-chassis': 'ubuntu', 'mcast_flood_reports': 'true', 'exclude-lb-vips-from-garp': 'true', 'nat-addresses': 'router', 'router-port': 'lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39'}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'router', 'ha_chassis_group': []}, if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['5f3f1f3b-74e5-41d8-a91e-65523f18ef39'], if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Successfully bumped revision number for resource 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 (type: ports) to 1 -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_postcommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:36Z', 'revision_number': 1, 'project_id': ''} (original settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:36Z', 'revision_number': 1, 'project_id': ''}) host ubuntu (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_postcommit: -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[binding:host_id], -> ubuntu -Jan 03 20:30:37 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.managers [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Attempting to bind port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 on host ubuntu for vnic_type normal with profile {{(pid=90457) bind_port /opt/stack/neutron/neutron/plugins/ml2/managers.py:810}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.managers [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Attempting to bind port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 by drivers ovn,logger on host ubuntu at level 0 using segments [{'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}] {{(pid=90457) _bind_port_level /opt/stack/neutron/neutron/plugins/ml2/managers.py:835}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Attempting to bind port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 on host ubuntu for network segment with type flat, segmentation ID None, physical network public {{(pid=90457) bind_port /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:1069}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.managers [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Bound port: 5f3f1f3b-74e5-41d8-a91e-65523f18ef39, host: ubuntu, vif_type: ovs, vif_details: {"port_filter": true, "connectivity": "l2", "bridge_name": "br-int", "datapath_type": "system"}, binding_levels: [{'bound_driver': 'ovn', 'bound_segment': {'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}}] {{(pid=90457) _bind_port_level /opt/stack/neutron/neutron/plugins/ml2/managers.py:946}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8747790890969'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), before_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.db [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] For port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39, host ubuntu, cleared binding levels {{(pid=90457) clear_binding_levels /opt/stack/neutron/neutron/plugins/ml2/db.py:87}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.db [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] For port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39, host ubuntu, set binding levels [PortBindingLevel(driver='ovn',host='ubuntu',level=0,port_id=5f3f1f3b-74e5-41d8-a91e-65523f18ef39,segment=NetworkSegment(f2a940d0-0be6-4169-8a34-918f1cc4bee9),segment_id=f2a940d0-0be6-4169-8a34-918f1cc4bee9)] {{(pid=90457) set_binding_levels /opt/stack/neutron/neutron/plugins/ml2/db.py:59}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] No provisioning block for port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 since host unchanged {{(pid=90457) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:782}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_precommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 2, 'project_id': ''} (original settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 2, 'project_id': ''}) host ubuntu (original host ubuntu) vif type ovs (original vif type unbound) vif details {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'} (original vif details {}) binding levels [{'bound_driver': 'ovn', 'bound_segment': {'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}}] (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_precommit: -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[binding:vif_type], unbound -> ovs -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[binding:vif_details], {} -> {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'} -Jan 03 20:30:37 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8747790892972', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), after_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Pushing event updated for resources: {'Port': ['ID=5f3f1f3b-74e5-41d8-a91e-65523f18ef39,revision_number=4']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, resource={'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 4, 'project_id': '', 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}}, resource_type=ports, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLSwitchPortCommand(_result=None, lport=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.220/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '4', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {'requested-chassis': 'ubuntu', 'mcast_flood_reports': 'true', 'exclude-lb-vips-from-garp': 'true', 'nat-addresses': 'router', 'router-port': 'lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39'}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'router', 'ha_chassis_group': []}, if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['5f3f1f3b-74e5-41d8-a91e-65523f18ef39'], if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 536be127-3126-4e16-8b2c-a6007f4f0ddb (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Successfully bumped revision number for resource 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 (type: ports) to 4 -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_postcommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 4, 'project_id': ''} (original settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 2, 'project_id': ''}) host ubuntu (original host ubuntu) vif type ovs (original vif type unbound) vif details {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'} (original vif details {}) binding levels [{'bound_driver': 'ovn', 'bound_segment': {'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}}] (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_postcommit: -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[binding:vif_type], unbound -> ovs -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[binding:vif_details], {} -> {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[revision_number], 2 -> 4 -Jan 03 20:30:37 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=Logical_Switch_Port, record=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, col_values=(('external_ids', {'neutron:host_id': 'ubuntu'}),), if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 536be127-3126-4e16-8b2c-a6007f4f0ddb (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.plugin [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Current status of the port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 is: DOWN; New status is: ACTIVE {{(pid=90457) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8747790890969'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), before_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.db [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] For port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39, host ubuntu, got binding levels [PortBindingLevel(driver='ovn',host='ubuntu',level=0,port_id=5f3f1f3b-74e5-41d8-a91e-65523f18ef39,segment=NetworkSegment(f2a940d0-0be6-4169-8a34-918f1cc4bee9),segment_id=f2a940d0-0be6-4169-8a34-918f1cc4bee9)] {{(pid=90457) get_binding_level_objs /opt/stack/neutron/neutron/plugins/ml2/db.py:74}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] No provisioning block for port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 since it is active {{(pid=90457) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:772}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_precommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 5, 'project_id': ''} (original settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 4, 'project_id': ''}) host ubuntu (original host ubuntu) vif type ovs (original vif type ovs) vif details {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'} (original vif details {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'}) binding levels [{'bound_driver': 'ovn', 'bound_segment': {'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}}] (original binding levels [{'bound_driver': 'ovn', 'bound_segment': {'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}}]) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_precommit: -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[status], DOWN -> ACTIVE -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[revision_number], 4 -> 5 -Jan 03 20:30:37 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, resource={'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 5, 'project_id': '', 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}}, resource_type=ports, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLSwitchPortCommand(_result=None, lport=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.220/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '5', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': '', 'neutron:host_id': 'ubuntu'}, 'parent_name': [], 'tag': [], 'options': {'requested-chassis': 'ubuntu', 'mcast_flood_reports': 'true', 'exclude-lb-vips-from-garp': 'true', 'nat-addresses': 'router', 'router-port': 'lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39'}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'router', 'ha_chassis_group': []}, if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['5f3f1f3b-74e5-41d8-a91e-65523f18ef39'], if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:37 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 536be127-3126-4e16-8b2c-a6007f4f0ddb (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Successfully bumped revision number for resource 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 (type: ports) to 5 -Jan 03 20:30:37 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_postcommit called with port settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 5, 'project_id': ''} (original settings {'id': '5f3f1f3b-74e5-41d8-a91e-65523f18ef39', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': '', 'mac_address': 'fa:16:3e:f0:86:03', '******_state_up': True, 'status': 'DOWN', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': 'c81955e0-af60-423d-aecd-24babdafd25c', 'ip_address': '172.24.4.220'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'ubuntu', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:36Z', 'updated_at': '2025-01-03T20:30:37Z', 'revision_number': 4, 'project_id': ''}) host ubuntu (original host ubuntu) vif type ovs (original vif type ovs) vif details {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'} (original vif details {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system'}) binding levels [{'bound_driver': 'ovn', 'bound_segment': {'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}}] (original binding levels [{'bound_driver': 'ovn', 'bound_segment': {'id': 'f2a940d0-0be6-4169-8a34-918f1cc4bee9', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645'}}]) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] update_port_postcommit: -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[status], DOWN -> ACTIVE -Jan 03 20:30:37 ubuntu neutron-server[90457]: key[revision_number], 4 -> 5 -Jan 03 20:30:37 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8747790892972', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), after_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:37 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e438da6c-aaa8-4af3-92cb-60c9b6ca4234 None None] Pushing event updated for resources: {'Port': ['ID=5f3f1f3b-74e5-41d8-a91e-65523f18ef39,revision_number=5']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:30:37 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=6,neutron:INSERT=657 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] No hosting information found for port aad91ceb-1f8e-44c6-a3f4-576ea242c980: RuntimeError: No hosting information found for port aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, resource={'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}, resource_type=router_ports, if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): UpdateLRouterPortCommand(_result=None, name=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, columns={'external_ids': {'neutron:revision_number': '2', 'neutron:subnet_ids': '9249c945-281f-471a-85d7-376d476eb593', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '1d19e77e-eb95-4fc9-ba94-440c94c912ae'}, 'options': {}, 'networks': ['10.0.0.1/22'], 'ipv6_ra_configs': {}}, if_exists=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=aad91ceb-1f8e-44c6-a3f4-576ea242c980, lrouter_port=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:38 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 51e6364f-0517-4992-998f-4e45ecded6a1 (table: Logical_Router_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 389edd55-1b64-4610-8cd2-4d5a75edde99 (table: Port_Binding) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateLogicalRouterPortEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=aad91ceb-1f8e-44c6-a3f4-576ea242c980, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(options={'router-port': 'lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'mcast_flood_reports': 'true'}) {{(pid=90456) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Successfully bumped revision number for resource aad91ceb-1f8e-44c6-a3f4-576ea242c980 (type: router_ports) to 2 -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, resource={'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}, resource_type=router_ports, if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): UpdateLRouterPortCommand(_result=None, name=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, columns={'external_ids': {'neutron:revision_number': '2', 'neutron:subnet_ids': '9249c945-281f-471a-85d7-376d476eb593', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '1d19e77e-eb95-4fc9-ba94-440c94c912ae'}, 'options': {}, 'networks': ['10.0.0.1/22'], 'ipv6_ra_configs': {}}, if_exists=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=aad91ceb-1f8e-44c6-a3f4-576ea242c980, lrouter_port=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] OVN reports status up for port: 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG neutron.db.provisioning_blocks [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Provisioning for port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 completed by entity L2. {{(pid=90456) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:133}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG neutron.db.provisioning_blocks [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Provisioning complete for port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 triggered by entity L2. {{(pid=90456) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-32935348'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), provisioning_complete {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: INFO neutron.plugins.ml2.plugin [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Attempt 1 to provision port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.plugin [None req-373ac9d2-65ae-4997-b177-7a41aa74f1c0 None None] Current status of the port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 is: ACTIVE; New status is: ACTIVE {{(pid=90456) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=Logical_Switch_Port, record=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, col_values=(('external_ids', {'neutron:host_id': 'ubuntu'}),), if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, resource={'id': 'aad91ceb-1f8e-44c6-a3f4-576ea242c980', 'name': '', 'network_id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', 'mac_address': 'fa:16:3e:52:ed:a7', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '9249c945-281f-471a-85d7-376d476eb593', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:32Z', 'updated_at': '2025-01-03T20:30:32Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901'}, resource_type=router_ports, if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): UpdateLRouterPortCommand(_result=None, name=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, columns={'external_ids': {'neutron:revision_number': '2', 'neutron:subnet_ids': '9249c945-281f-471a-85d7-376d476eb593', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '1d19e77e-eb95-4fc9-ba94-440c94c912ae'}, 'options': {}, 'networks': ['10.0.0.1/22'], 'ipv6_ra_configs': {}}, if_exists=False) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=aad91ceb-1f8e-44c6-a3f4-576ea242c980, lrouter_port=lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:30:38 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:30:38 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 55882) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:30:38 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-79f5365e-0f07-4e31-b312-73f7290a98cf ****** ******] 10.201.9.223 "GET /networking/v2.0/ports?device_owner=network%3Arouter_gateway&fields=id&fields=name&fields=mac_address&fields=fixed_ips&fields=status HTTP/1.1" status: 200 len: 413 time: 0.0784702 -Jan 03 20:30:39 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:30:39 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:30:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:INSERT=32,neutron:SELECT=458,neutron:UPDATE=13,neutron:DELETE=8 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=502,neutron:INSERT=682,neutron:DELETE=2,neutron:UPDATE=14 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=825,neutron:INSERT=15,neutron:UPDATE=17,neutron:DELETE=2 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:30:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=944,neutron:INSERT=37,neutron:UPDATE=23,neutron:DELETE=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:02 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=3 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:09 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:31:10 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:31:13 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:31:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:23 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:39 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:31:39 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=2 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:39 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:40 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:31:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:31:50 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 52524) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:31:50 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [None req-d3f722b2-8b37-4e7e-81b5-3eed1b0f0b26 ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90456) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} -Jan 03 20:31:50 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-d3f722b2-8b37-4e7e-81b5-3eed1b0f0b26 ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0355265 -Jan 03 20:31:50 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:31:51 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 52530) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:31:51 ubuntu neutron-server[90457]: INFO neutron.pecan_wsgi.hooks.translation [None req-e9b94c70-8d4a-485d-8719-4e81d10f4f4c ****** ******] GET failed (client error): The resource could not be found. -Jan 03 20:31:51 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-e9b94c70-8d4a-485d-8719-4e81d10f4f4c ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/public HTTP/1.1" status: 404 len: 314 time: 0.0330770 -Jan 03 20:31:51 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-1af6799e-c5df-4c5f-91ba-61046213f2b9 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90457) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:31:51 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-1af6799e-c5df-4c5f-91ba-61046213f2b9 ****** ******] 10.201.9.223 "GET /networking/v2.0/networks?name=public HTTP/1.1" status: 200 len: 881 time: 0.0466642 -Jan 03 20:31:52 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 52542) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:31:52 ubuntu neutron-server[90456]: DEBUG neutron.api.v2.base [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Request body: {'network': {'shared': True, 'name': 'shared', '******_state_up': True}} {{(pid=90456) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Made reservation on behalf of c09c34465cf64df987fa1f7c646d06a9 for: {'network': 1} {{(pid=90456) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for network (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: WARNING neutron.services.revisions.revision_plugin [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Could not find related network for resource to bump revision. -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.helpers [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] geneve segment allocate from pool success with {'geneve_vni': 45819} {{(pid=90456) allocate_partially_specified_segment /opt/stack/neutron/neutron/plugins/ml2/drivers/helpers.py:143}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks ['neutron.services.segments.db._add_segment_host_mapping_for_segment-8747790947046', 'neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-32939184'] for segment (8e9486a6-7d6a-45e0-8b49-0b523ad91b98), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.db.segments_db [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Added segment 8e9486a6-7d6a-45e0-8b49-0b523ad91b98 of type geneve for network 84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks ['neutron.services.auto_allocate.db._ensure_external_network_default_value_callback-8747789730381'] for network (84e6a34d-b39a-4137-bbd2-2c5395e75e37), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Validating network segment with type geneve, segmentation ID 45819, physical network None {{(pid=90456) _validate_network_segments /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:577}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_initial_revision uuid=84e6a34d-b39a-4137-bbd2-2c5395e75e37, type=networks, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_network_precommit called with network settings {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1} (original settings None) and network segments [{'id': '8e9486a6-7d6a-45e0-8b49-0b523ad91b98', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 45819, 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37'}] -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_network_precommit: -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[availability_zones], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[port_security_enabled], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[ipv4_address_scope], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:31:53Z -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[revision_number], None -> 1 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[provider:physical_network], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[shared], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[ipv6_address_scope], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[vlan_transparent], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[status], None -> ACTIVE -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:31:53Z -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[provider:network_type], None -> geneve -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[id], None -> 84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[router:external], None -> False -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 26 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[subnets], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[name], None -> shared -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[mtu], None -> 1442 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[provider:segmentation_id], None -> 45819 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[availability_zone_hints], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189577'] for network (84e6a34d-b39a-4137-bbd2-2c5395e75e37), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Pushing event updated for resources: {'Network': ['ID=84e6a34d-b39a-4137-bbd2-2c5395e75e37,revision_number=1']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:53 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90460) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90457) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90456) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90456) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90460) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90456) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90457) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90457) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:31:53 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90460) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Tracked resource versions report: -Jan 03 20:31:53 ubuntu neutron-server[90456]: pushed versions: -Jan 03 20:31:53 ubuntu neutron-server[90456]: { 'AddressGroup': {'1.2'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'Agent': {'1.1'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'ConntrackHelper': {'1.0'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'LocalIPAssociation': {'1.0'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'Log': {'1.0'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'NDPProxy': {'1.0'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'Network': {'1.1'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'Port': {'1.10'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'PortForwarding': {'1.3'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'QosPolicy': {'1.10'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'SecurityGroup': {'1.6'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'SecurityGroupRule': {'1.3'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'SubPort': {'1.0'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'Subnet': {'1.2'}, -Jan 03 20:31:53 ubuntu neutron-server[90456]: 'Trunk': {'1.1'}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: consumer versions: -Jan 03 20:31:53 ubuntu neutron-server[90456]: {OVN Metadata agent@ubuntu: {}, OVN Controller Gateway agent@ubuntu: {}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: {{(pid=90456) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LsAddCommand(_result=None, switch=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, columns={'external_ids': {'neutron:network_name': 'shared', 'neutron:mtu': '1442', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}, 'other_config': {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'}}, may_exist=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row ea8e7bc7-04c7-4f87-9a39-dea41dc2ef09 (table: Logical_Switch) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 1ad4c9ae-c931-40a9-845f-f69950585c3b (table: Datapath_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Successfully bumped revision number for resource 84e6a34d-b39a-4137-bbd2-2c5395e75e37 (type: networks) to 1 -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409'] for port (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks [] for port (3580d7f2-3aad-40a0-ac0c-09c24f7bdefe), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] No provisioning block for port 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe since it does not have a host {{(pid=90456) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_initial_revision uuid=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, type=ports, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_port_precommit called with port settings {'id': '3580d7f2-3aad-40a0-ac0c-09c24f7bdefe', 'name': '', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:2e:2d:a4', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819} with segments to bind None -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_port_precommit: -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[mac_address], None -> fa:16:3e:2e:2d:a4 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:vif_type], None -> unbound -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:host_id], None -> -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[port_security_enabled], None -> False -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[device_owner], None -> network:distributed -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[allowed_address_pairs], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[security_groups], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:profile], None -> {} -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[device_id], None -> ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:vnic_type], None -> normal -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[status], None -> DOWN -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[fixed_ips], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[id], None -> 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 28 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[name], None -> -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[network_id], None -> 84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:vif_details], None -> {} -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568'] for port (3580d7f2-3aad-40a0-ac0c-09c24f7bdefe), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Pushing event updated for resources: {'Port': ['ID=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe,revision_number=1']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, lswitch=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, may_exist=True, columns={'addresses': ['fa:16:3e:2e:2d:a4'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "3580d7f2-3aad-40a0-ac0c-09c24f7bdefe"')], if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=5daa5588-5bff-4b1d-a74f-279074b1046a, lport=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, lswitch=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, may_exist=True, columns={'addresses': ['fa:16:3e:2e:2d:a4'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): QoSDelCommand(_result=None, switch=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "3580d7f2-3aad-40a0-ac0c-09c24f7bdefe"')], if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=5daa5588-5bff-4b1d-a74f-279074b1046a, lport=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, lswitch=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, may_exist=True, columns={'addresses': ['fa:16:3e:2e:2d:a4'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': []}), if_exists=True, qos={'qos_min_rate': None}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row ea8e7bc7-04c7-4f87-9a39-dea41dc2ef09 (table: Logical_Switch) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row c79ccf85-83a0-48c2-8dea-247daa8c5032 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 62135793-5478-4590-88d3-8ed0aeb3fb83 (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row c79ccf85-83a0-48c2-8dea-247daa8c5032 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Successfully bumped revision number for resource 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe (type: ports) to 1 -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_port_postcommit called with port settings {'id': '3580d7f2-3aad-40a0-ac0c-09c24f7bdefe', 'name': '', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:2e:2d:a4', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1, 'network': {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819} with segments to bind None -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_port_postcommit: -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[mac_address], None -> fa:16:3e:2e:2d:a4 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:vif_type], None -> unbound -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:host_id], None -> -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[port_security_enabled], None -> False -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[device_owner], None -> network:distributed -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:31:53Z -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[allowed_address_pairs], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[revision_number], None -> 1 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[security_groups], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:profile], None -> {} -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[device_id], None -> ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:vnic_type], None -> normal -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[status], None -> DOWN -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:31:53Z -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[fixed_ips], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[extra_dhcp_opts], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[id], None -> 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 28 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[name], None -> -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[network_id], None -> 84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[binding:vif_details], None -> {} -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[network], None -> {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819} -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_network_postcommit called with network settings {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1} (original settings None) and network segments [{'id': '8e9486a6-7d6a-45e0-8b49-0b523ad91b98', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 45819, 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37'}] -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] create_network_postcommit: -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[availability_zones], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[port_security_enabled], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[ipv4_address_scope], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[created_at], None -> 2025-01-03T20:31:53Z -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[revision_number], None -> 1 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[provider:physical_network], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[shared], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[ipv6_address_scope], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[vlan_transparent], None -> None -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[tags], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[status], None -> ACTIVE -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[updated_at], None -> 2025-01-03T20:31:53Z -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[******_state_up], None -> True -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[provider:network_type], None -> geneve -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[id], None -> 84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[router:external], None -> False -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[standard_attr_id], None -> 26 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[subnets], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[name], None -> shared -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[description], None -> -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[mtu], None -> 1442 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[provider:segmentation_id], None -> 45819 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:53 ubuntu neutron-server[90456]: key[availability_zone_hints], None -> [] -Jan 03 20:31:53 ubuntu neutron-server[90456]: {{(pid=90456) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90456) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] Publish callbacks [] for network (None), before_response {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:53 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-e0bc49dc-f184-4e80-bd07-72bc012e85db ****** ******] 10.201.9.223 "POST /networking/v2.0/networks HTTP/1.1" status: 201 len: 826 time: 0.4072626 -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 51814) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: INFO neutron.pecan_wsgi.hooks.translation [None req-aef18cfd-5e01-4134-8681-6ef4784fbb01 ****** ******] GET failed (client error): The resource could not be found. -Jan 03 20:31:54 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-aef18cfd-5e01-4134-8681-6ef4784fbb01 ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/shared HTTP/1.1" status: 404 len: 314 time: 0.0397489 -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-870f2854-e5ef-4a5a-9976-79e8bdb5ae55 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90457) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-870f2854-e5ef-4a5a-9976-79e8bdb5ae55 ****** ******] 10.201.9.223 "GET /networking/v2.0/networks?name=shared HTTP/1.1" status: 200 len: 824 time: 0.0207415 -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.api.v2.base [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Request body: {'subnet': {'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'ip_version': 4, 'description': 'shared-subnet', 'name': 'shared-subnet', 'cidr': '192.168.233.0/24'}} {{(pid=90457) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Made reservation on behalf of c09c34465cf64df987fa1f7c646d06a9 for: {'subnet': 1} {{(pid=90457) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Publish callbacks [] for subnet (None), before_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] create_initial_revision uuid=28147ef4-e6ad-45da-a8ac-a736cf4106fc, type=subnets, rev=-1 {{(pid=90457) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] create_subnet_precommit called with subnet settings {'id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'name': 'shared-subnet', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 29, 'gateway_ip': '192.168.233.1', 'cidr': '192.168.233.0/24', 'allocation_pools': [{'start': '192.168.233.2', 'end': '192.168.233.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': True, 'description': 'shared-subnet', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:31:54Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 0, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'} (original settings None) -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] create_subnet_precommit: -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[allocation_pools], None -> [{'start': '192.168.233.2', 'end': '192.168.233.254'}] -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[ip_version], None -> 4 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[service_types], None -> [] -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[gateway_ip], None -> 192.168.233.1 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[dns_nameservers], None -> [] -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[created_at], None -> 2025-01-03T20:31:54Z -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[revision_number], None -> 0 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[shared], None -> True -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[tags], None -> [] -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[host_routes], None -> [] -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[enable_dhcp], None -> True -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[cidr], None -> 192.168.233.0/24 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[updated_at], None -> 2025-01-03T20:31:54Z -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[id], None -> 28147ef4-e6ad-45da-a8ac-a736cf4106fc -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[router:external], None -> False -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[subnetpool_id], None -> None -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[ipv6_ra_mode], None -> None -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 29 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[name], None -> shared-subnet -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[description], None -> shared-subnet -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[network_id], None -> 84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[ipv6_address_mode], None -> None -Jan 03 20:31:54 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189583'] for subnet (28147ef4-e6ad-45da-a8ac-a736cf4106fc), after_create {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Pushing event updated for resources: {'Subnet': ['ID=28147ef4-e6ad-45da-a8ac-a736cf4106fc,revision_number=0']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Tracked resource versions report: -Jan 03 20:31:54 ubuntu neutron-server[90457]: pushed versions: -Jan 03 20:31:54 ubuntu neutron-server[90457]: { 'AddressGroup': {'1.2'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'Agent': {'1.1'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'ConntrackHelper': {'1.0'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'LocalIPAssociation': {'1.0'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'Log': {'1.0'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'NDPProxy': {'1.0'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'Network': {'1.1'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'Port': {'1.10'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'PortForwarding': {'1.3'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'QosPolicy': {'1.10'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'SecurityGroup': {'1.6'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'SecurityGroupRule': {'1.3'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'SubPort': {'1.0'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'Subnet': {'1.2'}, -Jan 03 20:31:54 ubuntu neutron-server[90457]: 'Trunk': {'1.1'}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: consumer versions: -Jan 03 20:31:54 ubuntu neutron-server[90457]: {OVN Controller Gateway agent@ubuntu: {}, OVN Metadata agent@ubuntu: {}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: {{(pid=90457) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-33102409', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8747790890969'] for port (3580d7f2-3aad-40a0-ac0c-09c24f7bdefe), before_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.db.db_base_plugin_common [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Allocated IP 192.168.233.2 (84e6a34d-b39a-4137-bbd2-2c5395e75e37/28147ef4-e6ad-45da-a8ac-a736cf4106fc/3580d7f2-3aad-40a0-ac0c-09c24f7bdefe) {{(pid=90457) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Publish callbacks [] for port (3580d7f2-3aad-40a0-ac0c-09c24f7bdefe), precommit_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] No provisioning block for port 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe since it does not have a host {{(pid=90457) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:31:54 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] update_port_precommit called with port settings {'id': '3580d7f2-3aad-40a0-ac0c-09c24f7bdefe', 'name': '', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:2e:2d:a4', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [{'subnet_id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'ip_address': '192.168.233.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'} (original settings {'id': '3580d7f2-3aad-40a0-ac0c-09c24f7bdefe', 'name': '', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:2e:2d:a4', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['28147ef4-e6ad-45da-a8ac-a736cf4106fc'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819} with segments to bind None -Jan 03 20:31:54 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] update_port_precommit: -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[fixed_ips], [] -> [{'subnet_id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'ip_address': '192.168.233.2'}] -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[updated_at], 2025-01-03T20:31:53Z -> 2025-01-03T20:31:54Z -Jan 03 20:31:54 ubuntu neutron-server[90457]: key[revision_number], 1 -> 2 -Jan 03 20:31:54 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189568', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8747790892972', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8747789729904'] for port (3580d7f2-3aad-40a0-ac0c-09c24f7bdefe), after_update {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] Pushing event updated for resources: {'Port': ['ID=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe,revision_number=2']} {{(pid=90457) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, resource={'id': '3580d7f2-3aad-40a0-ac0c-09c24f7bdefe', 'name': '', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:2e:2d:a4', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [{'subnet_id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'ip_address': '192.168.233.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network': {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['28147ef4-e6ad-45da-a8ac-a736cf4106fc'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819}}, resource_type=ports, if_exists=True) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddDHCPOptionsCommand(_result=None, columns={'cidr': '192.168.233.0/24', 'options': {'server_id': '192.168.233.1', 'lease_time': '43200', 'mtu': '1442', 'router': '192.168.233.1', 'server_mac': 'fa:16:3e:61:c0:99', 'dns_server': '{10.201.0.95}', 'classless_static_route': '{169.254.169.254/32,192.168.233.2, 0.0.0.0/0,192.168.233.1}'}, 'external_ids': {'subnet_id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'neutron:revision_number': '0'}}, may_exist=True, subnet_id=28147ef4-e6ad-45da-a8ac-a736cf4106fc, port_id=None, new_insert=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '192.168.233.2/24', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'localport', 'addresses': ['fa:16:3e:2e:2d:a4 192.168.233.2'], 'ha_chassis_group': []}, if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['3580d7f2-3aad-40a0-ac0c-09c24f7bdefe'], if_exists=False) {{(pid=90457) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row fe725fa7-e098-422a-8867-eda819ac5a7b (table: DHCP_Options) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row c79ccf85-83a0-48c2-8dea-247daa8c5032 (table: Logical_Switch_Port) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 62135793-5478-4590-88d3-8ed0aeb3fb83 (table: Port_Binding) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] Successfully bumped revision number for resource 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe (type: ports) to 2 -Jan 03 20:31:55 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] update_port_postcommit called with port settings {'id': '3580d7f2-3aad-40a0-ac0c-09c24f7bdefe', 'name': '', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:2e:2d:a4', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [{'subnet_id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'ip_address': '192.168.233.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'} (original settings {'id': '3580d7f2-3aad-40a0-ac0c-09c24f7bdefe', 'name': '', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:2e:2d:a4', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:53Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['28147ef4-e6ad-45da-a8ac-a736cf4106fc'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819} with segments to bind None -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] update_port_postcommit: -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[fixed_ips], [] -> [{'subnet_id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'ip_address': '192.168.233.2'}] -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[updated_at], 2025-01-03T20:31:53Z -> 2025-01-03T20:31:54Z -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[revision_number], 1 -> 2 -Jan 03 20:31:55 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.plugin [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] In _notify_port_updated(), no bound segment for port 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe on network 84e6a34d-b39a-4137-bbd2-2c5395e75e37 {{(pid=90457) _notify_port_updated /opt/stack/neutron/neutron/plugins/ml2/plugin.py:1002}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: INFO neutron.db.ovn_revision_numbers_db [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] Successfully bumped revision number for resource 28147ef4-e6ad-45da-a8ac-a736cf4106fc (type: subnets) to 0 -Jan 03 20:31:55 ubuntu neutron-server[90457]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] create_subnet_postcommit called with subnet settings {'id': '28147ef4-e6ad-45da-a8ac-a736cf4106fc', 'name': 'shared-subnet', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network_id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 29, 'gateway_ip': '192.168.233.1', 'cidr': '192.168.233.0/24', 'allocation_pools': [{'start': '192.168.233.2', 'end': '192.168.233.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': True, 'description': 'shared-subnet', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:31:54Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 0, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network': {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['28147ef4-e6ad-45da-a8ac-a736cf4106fc'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819}} (original settings None) -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] create_subnet_postcommit: -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[allocation_pools], None -> [{'start': '192.168.233.2', 'end': '192.168.233.254'}] -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[ip_version], None -> 4 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[service_types], None -> [] -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[gateway_ip], None -> 192.168.233.1 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[dns_nameservers], None -> [] -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[created_at], None -> 2025-01-03T20:31:54Z -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[revision_number], None -> 0 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[shared], None -> True -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[tags], None -> [] -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[host_routes], None -> [] -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[enable_dhcp], None -> True -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[cidr], None -> 192.168.233.0/24 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[updated_at], None -> 2025-01-03T20:31:54Z -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[id], None -> 28147ef4-e6ad-45da-a8ac-a736cf4106fc -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[router:external], None -> False -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[subnetpool_id], None -> None -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[ipv6_ra_mode], None -> None -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[standard_attr_id], None -> 29 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[name], None -> shared-subnet -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[description], None -> shared-subnet -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[network_id], None -> 84e6a34d-b39a-4137-bbd2-2c5395e75e37 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[network], None -> {'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['28147ef4-e6ad-45da-a8ac-a736cf4106fc'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819} -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:31:55 ubuntu neutron-server[90457]: key[ipv6_address_mode], None -> None -Jan 03 20:31:55 ubuntu neutron-server[90457]: {{(pid=90457) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=90457) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: DEBUG neutron_lib.callbacks.manager [None req-d5f35b9d-c298-433c-8699-747e9457190c None None] Publish callbacks [] for subnet (None), before_response {{(pid=90457) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:31:55 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-da6a03fb-5b9c-4253-8fe4-6102b223431e ****** ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 869 time: 0.5235422 -Jan 03 20:31:59 ubuntu neutron-server[90460]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90460) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:31:59 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90456) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:31:59 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90457) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:31:59 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:00 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:03 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=2 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:03 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=2 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:03 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=87,neutron:INSERT=8,neutron:UPDATE=4 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:03 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=63,neutron:INSERT=6,neutron:UPDATE=3,neutron:DELETE=2 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:05 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=156,neutron:INSERT=7,neutron:UPDATE=2 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:05 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=144,neutron:INSERT=4,neutron:UPDATE=3,neutron:DELETE=2 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:09 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:32:10 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:32:16 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:19 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=2,neutron:DELETE=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:27 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:32:37 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [-] (90457) accepted ('10.201.9.223', 46632) {{(pid=90457) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: DEBUG neutron.api.wsgi [None req-b38f771d-fa7d-41d3-aadd-fbb506a7af85 tempest-verify_tempest_config-121329496 tempest-verify_tempest_config-121329496-project-member] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90457) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [None req-b38f771d-fa7d-41d3-aadd-fbb506a7af85 tempest-verify_tempest_config-121329496 tempest-verify_tempest_config-121329496-project-member] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14048 time: 0.0033457 -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 46636) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-309164'] for security_group (5e96e506-ee0b-46f8-afdf-a2653aac9ee3), precommit_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] create_initial_revision uuid=5e96e506-ee0b-46f8-afdf-a2653aac9ee3, type=security_groups, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] create_initial_revision uuid=8e9549c2-5795-4319-94f4-9c3e8043f662, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] create_initial_revision uuid=bb2d6233-fa70-4ff1-b1c3-a0e6e05682b9, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] create_initial_revision uuid=ca4d202d-250b-466b-86c2-7ba9b668603d, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] create_initial_revision uuid=d450aef7-ed73-45c3-93df-de74a5b6934a, type=security_group_rules, rev=-1 {{(pid=90456) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-309159', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189287'] for security_group (5e96e506-ee0b-46f8-afdf-a2653aac9ee3), after_create {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '5e96e506-ee0b-46f8-afdf-a2653aac9ee3'}}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, direction=from-lport, priority=1002, match=inport == @pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8e9549c2-5795-4319-94f4-9c3e8043f662'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, direction=from-lport, priority=1002, match=inport == @pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bb2d6233-fa70-4ff1-b1c3-a0e6e05682b9'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, direction=to-lport, priority=1002, match=outport == @pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3 && ip4 && ip4.src == $pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ca4d202d-250b-466b-86c2-7ba9b668603d'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, direction=to-lport, priority=1002, match=outport == @pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3 && ip6 && ip6.src == $pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd450aef7-ed73-45c3-93df-de74a5b6934a'}) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90456) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:32:39 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90460) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 0256ec3b-d809-4bab-8113-8a5d7d4694fc (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 8997534d-116b-48f5-a083-aba2c5a2f522 (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "create" for row 0d34abb0-0233-46a5-aa1d-a9af36dd9f9c (table: Port_Group) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90457) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row 1860d2d1-fa50-409a-9ad0-8ceea0296de7 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "create" for row ea6f5e4d-56a2-4702-b905-6a471998f373 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Successfully bumped revision number for resource 5e96e506-ee0b-46f8-afdf-a2653aac9ee3 (type: security_groups) to 1 -Jan 03 20:32:39 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Successfully bumped revision number for resource 8e9549c2-5795-4319-94f4-9c3e8043f662 (type: security_group_rules) to 0 -Jan 03 20:32:39 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Successfully bumped revision number for resource bb2d6233-fa70-4ff1-b1c3-a0e6e05682b9 (type: security_group_rules) to 0 -Jan 03 20:32:39 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Successfully bumped revision number for resource ca4d202d-250b-466b-86c2-7ba9b668603d (type: security_group_rules) to 0 -Jan 03 20:32:39 ubuntu neutron-server[90456]: INFO neutron.db.ovn_revision_numbers_db [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Successfully bumped revision number for resource d450aef7-ed73-45c3-93df-de74a5b6934a (type: security_group_rules) to 0 -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=5e96e506-ee0b-46f8-afdf-a2653aac9ee3,revision_number=1']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-704b9448-1f83-4ca7-92fb-49dc13162713 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=9883f519e62c4a29badd67b23ace10a7&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2116721 -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.api.wsgi [-] (90456) accepted ('10.201.9.223', 46646) {{(pid=90456) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] Publish callbacks [] for security_group (5e96e506-ee0b-46f8-afdf-a2653aac9ee3), before_delete {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-309182'] for security_group (5e96e506-ee0b-46f8-afdf-a2653aac9ee3), precommit_delete {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3 && ip4 && ip4.src == $pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3_ip4')]) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "delete" for row 0256ec3b-d809-4bab-8113-8a5d7d4694fc (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 0d34abb0-0233-46a5-aa1d-a9af36dd9f9c (table: Port_Group) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] delete_revision(ca4d202d-250b-466b-86c2-7ba9b668603d) {{(pid=90456) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3 && ip6 && ip6.src == $pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3_ip6')]) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row 0d34abb0-0233-46a5-aa1d-a9af36dd9f9c (table: Port_Group) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] delete_revision(d450aef7-ed73-45c3-93df-de74a5b6934a) {{(pid=90456) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "delete" for row ea6f5e4d-56a2-4702-b905-6a471998f373 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-309169', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-1189287'] for security_group (5e96e506-ee0b-46f8-afdf-a2653aac9ee3), after_delete {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_5e96e506_ee0b_46f8_afdf_a2653aac9ee3, if_exists=True) {{(pid=90456) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "delete" for row 8997534d-116b-48f5-a083-aba2c5a2f522 (table: ACL) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "delete" for row 0d34abb0-0233-46a5-aa1d-a9af36dd9f9c (table: Port_Group) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] delete_revision(5e96e506-ee0b-46f8-afdf-a2653aac9ee3) {{(pid=90456) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:32:39 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "delete" for row 1860d2d1-fa50-409a-9ad0-8ceea0296de7 (table: ACL) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.db.ovn_revision_numbers_db [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] delete_revisions(['8e9549c2-5795-4319-94f4-9c3e8043f662', 'bb2d6233-fa70-4ff1-b1c3-a0e6e05682b9']) {{(pid=90456) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=5e96e506-ee0b-46f8-afdf-a2653aac9ee3,revision_number=None']} {{(pid=90456) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG neutron_lib.callbacks.manager [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=90456) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:32:39 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [None req-736ee7c8-cc32-403c-b6d3-215cb00d8bff ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/5e96e506-ee0b-46f8-afdf-a2653aac9ee3 HTTP/1.1" status: 204 len: 168 time: 0.2494164 -Jan 03 20:32:39 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:32:40 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:32:49 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=1 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:49 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=1 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:49 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=2 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=75,neutron:INSERT=6,neutron:UPDATE=4,neutron:DELETE=5 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=63,neutron:INSERT=10,neutron:UPDATE=3,neutron:DELETE=3 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:53 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=2 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:32:53 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:04 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:33:09 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:33:10 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:33:14 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:30 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:30 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=2 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:39 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:33:40 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:33:41 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:33:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:33:51 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:08 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:08 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=2 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:09 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:34:10 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:34:18 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:34:19 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:DELETE=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:19 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:28 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:39 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:34:40 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:34:45 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:45 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=2 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:49 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:50 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:34:55 ubuntu neutron-server[90462]: DEBUG neutron.db.agents_db [None req-b16d4523-b8b3-488a-a1e7-b29edb361962 None None] Agent healthcheck: found 0 active agents {{(pid=90462) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:35:05 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:09 ubuntu neutron-server[90456]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90456) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:35:10 ubuntu neutron-server[90457]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90457) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG futurist.periodics [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=90461) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Maintenance task: Synchronizing Neutron and OVN databases started {{(pid=90461) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:381}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Maintenance task: Number of inconsistencies found at create/update: networks=3 {{(pid=90461) _log /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:362}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Maintenance task: Fixing resource 6437aeb8-66de-4955-bea7-bf84578aa441 (type: networks) at create/update {{(pid=90461) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, resource={'id': '6437aeb8-66de-4955-bea7-bf84578aa441', 'name': 'private', 'tenant_id': 'c1512073f7d24ed9bc5330aa71d83901', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['9249c945-281f-471a-85d7-376d476eb593'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:30:20Z', 'updated_at': '2025-01-03T20:30:22Z', 'revision_number': 2, 'project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42025}, resource_type=networks, if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-6437aeb8-66de-4955-bea7-bf84578aa441, col_values=(('external_ids', {'neutron:network_name': 'private', 'neutron:mtu': '1442', 'neutron:revision_number': '2', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'})), if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-58a296fb-0353-4956-bcf3-271c679d6957, external_ids_update=None, columns={'tag': 42025}, if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90457]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90457) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row 41475b78-6394-49d6-90c1-8c26e7ac3e64 (table: Logical_Switch) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:10 ubuntu neutron-server[90460]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90460) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:10 ubuntu neutron-server[90456]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90456) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: INFO neutron.db.ovn_revision_numbers_db [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Successfully bumped revision number for resource 6437aeb8-66de-4955-bea7-bf84578aa441 (type: networks) to 2 -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Maintenance task: Fixing resource bd4eaa79-3bec-4d07-9435-715a71db2645 (type: networks) at create/update {{(pid=90461) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, resource={'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:34Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}, resource_type=networks, if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, col_values=(('external_ids', {'neutron:network_name': 'public', 'neutron:mtu': '1500', 'neutron:revision_number': '2', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'flat'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false', 'fdb_age_threshold': '0', 'broadcast-arps-to-all-routers': 'true'})), if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-f2a940d0-0be6-4169-8a34-918f1cc4bee9, external_ids_update=None, columns={'tag': []}, if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90456]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 33293e5d-2e86-4708-bdaa-288a9956e183 (host: ubuntu) handling event "update" for row c3b8d54a-4fa3-4535-989b-631a19f47bfa (table: Logical_Switch) {{(pid=90456) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: INFO neutron.db.ovn_revision_numbers_db [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Successfully bumped revision number for resource bd4eaa79-3bec-4d07-9435-715a71db2645 (type: networks) to 2 -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Maintenance task: Fixing resource 84e6a34d-b39a-4137-bbd2-2c5395e75e37 (type: networks) at create/update {{(pid=90461) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, resource={'id': '84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'name': 'shared', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['28147ef4-e6ad-45da-a8ac-a736cf4106fc'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-03T20:31:53Z', 'updated_at': '2025-01-03T20:31:54Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45819}, resource_type=networks, if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37, col_values=(('external_ids', {'neutron:network_name': 'shared', 'neutron:mtu': '1442', 'neutron:revision_number': '2', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'})), if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-8e9486a6-7d6a-45e0-8b49-0b523ad91b98, external_ids_update=None, columns={'tag': 45819}, if_exists=True) {{(pid=90461) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:10 ubuntu neutron-server[90457]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 49f78446-f4b8-4fbe-8193-4efc6039c321 (host: ubuntu) handling event "update" for row ea8e7bc7-04c7-4f87-9a39-dea41dc2ef09 (table: Logical_Switch) {{(pid=90457) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:10 ubuntu neutron-server[90461]: INFO neutron.db.ovn_revision_numbers_db [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Successfully bumped revision number for resource 84e6a34d-b39a-4137-bbd2-2c5395e75e37 (type: networks) to 2 -Jan 03 20:35:10 ubuntu neutron-server[90461]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-a31c2f06-e3f8-402c-95c4-2e9f55cea630 None None] Maintenance task: Synchronization completed (took 0.27 seconds) -Jan 03 20:35:20 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:SELECT=1 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:20 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=1 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:20 ubuntu neutron-server[90457]: DEBUG dbcounter [-] [90457] Writing DB stats neutron:SELECT=2 {{(pid=90457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:20 ubuntu neutron-server[90460]: DEBUG dbcounter [-] [90460] Writing DB stats neutron:SELECT=1 {{(pid=90460) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:20 ubuntu neutron-server[90456]: DEBUG dbcounter [-] [90456] Writing DB stats neutron:UPDATE=1,neutron:SELECT=2 {{(pid=90456) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:20 ubuntu neutron-server[90461]: DEBUG dbcounter [-] [90461] Writing DB stats neutron:SELECT=88,neutron:UPDATE=2 {{(pid=90461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:20 ubuntu neutron-server[90461]: DEBUG dbcounter [-] [90461] Writing DB stats neutron:SELECT=46,neutron:UPDATE=1 {{(pid=90461) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:22 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=1 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:22 ubuntu neutron-server[90462]: DEBUG dbcounter [-] [90462] Writing DB stats neutron:SELECT=2 {{(pid=90462) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:29 ubuntu systemd[1]: Stopping Devstack devstack@q-svc.service... -Jan 03 20:35:30 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Caught SIGTERM, stopping children -Jan 03 20:35:30 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=90263) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=90263) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=90263) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Stop services. {{(pid=90263) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: DEBUG neutron.service [-] calling RpcWorker stop() {{(pid=90263) stop /opt/stack/neutron/neutron/service.py:142}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Killing children. {{(pid=90263) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Waiting on 5 children to exit -Jan 03 20:35:30 ubuntu neutron-server[90461]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquiring lock "singleton_lock" {{(pid=90461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:30 ubuntu neutron-server[90461]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquired lock "singleton_lock" {{(pid=90461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:30 ubuntu neutron-server[90461]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Releasing lock "singleton_lock" {{(pid=90461) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:30 ubuntu neutron-server[90460]: DEBUG neutron.service [-] calling RpcWorker stop() {{(pid=90460) stop /opt/stack/neutron/neutron/service.py:142}} -Jan 03 20:35:30 ubuntu neutron-server[90462]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquiring lock "singleton_lock" {{(pid=90462) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:30 ubuntu neutron-server[90462]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquired lock "singleton_lock" {{(pid=90462) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:30 ubuntu neutron-server[90462]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Releasing lock "singleton_lock" {{(pid=90462) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:30 ubuntu neutron-server[90460]: DEBUG neutron.service [-] calling stop on {{(pid=90460) stop /opt/stack/neutron/neutron/service.py:145}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Child 90461 exited with status 0 -Jan 03 20:35:30 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Child 90462 exited with status 0 -Jan 03 20:35:30 ubuntu neutron-server[90457]: INFO neutron.db.ovn_hash_ring_db [None req-604fda56-f248-493a-a15f-03217d331ab1 None None] Node "49f78446-f4b8-4fbe-8193-4efc6039c321" removed from the Hash Ring -Jan 03 20:35:30 ubuntu neutron-server[90457]: INFO neutron.api.wsgi [-] (90457) wsgi exited, is_accepting=True -Jan 03 20:35:30 ubuntu neutron-server[90457]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquiring lock "singleton_lock" {{(pid=90457) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:30 ubuntu neutron-server[90456]: INFO neutron.db.ovn_hash_ring_db [None req-d8f14b24-9695-4b49-a108-54fe7c369b99 None None] Node "33293e5d-2e86-4708-bdaa-288a9956e183" removed from the Hash Ring -Jan 03 20:35:30 ubuntu neutron-server[90456]: INFO neutron.api.wsgi [-] (90456) wsgi exited, is_accepting=True -Jan 03 20:35:30 ubuntu neutron-server[90457]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquired lock "singleton_lock" {{(pid=90457) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:30 ubuntu neutron-server[90456]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquiring lock "singleton_lock" {{(pid=90456) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:30 ubuntu neutron-server[90456]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquired lock "singleton_lock" {{(pid=90456) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:30 ubuntu neutron-server[90456]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Releasing lock "singleton_lock" {{(pid=90456) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:30 ubuntu neutron-server[90457]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Releasing lock "singleton_lock" {{(pid=90457) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:30 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Child 90456 exited with status 0 -Jan 03 20:35:30 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Child 90457 exited with status 0 -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG neutron.service [-] calling stop on {{(pid=90460) stop /opt/stack/neutron/neutron/service.py:145}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG neutron.service [-] calling stop on {{(pid=90460) stop /opt/stack/neutron/neutron/service.py:145}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquiring lock "singleton_lock" {{(pid=90460) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Acquired lock "singleton_lock" {{(pid=90460) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG oslo_concurrency.lockutils [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Releasing lock "singleton_lock" {{(pid=90460) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] calling RpcWorker wait() {{(pid=90460) _wait /opt/stack/neutron/neutron/service.py:132}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] calling wait on {{(pid=90460) _wait /opt/stack/neutron/neutron/service.py:135}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: WARNING amqp [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] calling wait on {{(pid=90460) _wait /opt/stack/neutron/neutron/service.py:135}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: WARNING amqp [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] calling wait on {{(pid=90460) _wait /opt/stack/neutron/neutron/service.py:135}} -Jan 03 20:35:35 ubuntu neutron-server[90460]: WARNING amqp [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] Received method (60, 30) during closing channel 1. This method will be ignored -Jan 03 20:35:35 ubuntu neutron-server[90460]: DEBUG neutron.service [None req-2464af71-4612-46fb-a444-7b30930c6fc6 None None] returning from RpcWorker wait() {{(pid=90460) _wait /opt/stack/neutron/neutron/service.py:139}} -Jan 03 20:35:35 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Child 90460 exited with status 0 -Jan 03 20:35:35 ubuntu neutron-server[90263]: INFO oslo_service.service [-] Wait called after thread killed. Cleaning up. -Jan 03 20:35:35 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Stop services. {{(pid=90263) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} -Jan 03 20:35:35 ubuntu neutron-server[90263]: DEBUG oslo_service.service [-] Killing children. {{(pid=90263) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} -Jan 03 20:35:35 ubuntu systemd[1]: devstack@q-svc.service: Deactivated successfully. -Jan 03 20:35:35 ubuntu systemd[1]: Stopped Devstack devstack@q-svc.service. -Jan 03 20:35:35 ubuntu systemd[1]: devstack@q-svc.service: Consumed 18.101s CPU time. -Jan 03 20:35:35 ubuntu systemd[1]: Started Devstack devstack@q-svc.service. -Jan 03 20:35:36 ubuntu neutron-server[115702]: INFO neutron.common.config [-] Logging enabled! -Jan 03 20:35:36 ubuntu neutron-server[115702]: INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-server version 26.0.0.0b3.dev68 -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini {{(pid=115702) setup_logging /opt/stack/neutron/neutron/common/config.py:122}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] Configuration options gathered from: {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ================================================================================ {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] allow_bulk = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] api_extensions_path = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] api_paste_config = api-paste.ini {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] api_workers = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] auth_strategy = keystone {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] backlog = 4096 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] base_mac = fa:16:3e:00:00:00 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] bind_host = 0.0.0.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] bind_port = 9696 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] client_socket_timeout = 900 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] config_dir = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] config_source = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] control_exchange = neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] core_plugin = ml2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] debug = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] default_availability_zones = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] dhcp_agent_notification = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] dhcp_lease_duration = 86400 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] dns_domain = openstacklocal {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] enable_signals = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] enable_traditional_dhcp = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] external_dns_driver = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] filter_validation = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] global_physnet_mtu = 1500 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] host = ubuntu {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] http_retries = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] instance_format = [instance: %(uuid)s] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ipam_driver = internal {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ipv6_pd_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_color = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_config_append = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_dir = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_rotate_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_rotate_interval_type = days {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] log_rotation_type = none {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] max_dns_nameservers = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] max_header_line = 16384 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] max_logfile_count = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] max_logfile_size_mb = 200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] max_subnet_host_routes = 20 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] my_ip = 10.201.9.223 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] my_ipv6 = ::1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] network_link_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] notify_nova_on_port_data_changes = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] notify_nova_on_port_status_changes = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] pagination_max_limit = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] periodic_fuzzy_delay = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] periodic_interval = 40 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] publish_errors = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] rate_limit_burst = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] rate_limit_except_level = CRITICAL {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] rate_limit_interval = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] retry_until_window = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] rpc_response_max_timeout = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] rpc_state_report_workers = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] rpc_workers = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] send_events_interval = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] service_plugins = ['ovn-router'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] setproctitle = on {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] shell_completion = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] state_path = /opt/stack/data/neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] syslog_log_facility = LOG_USER {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] tcp_keepidle = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] transport_url = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] use_eventlog = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] use_journal = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] use_json = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] use_ssl = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] use_stderr = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] use_syslog = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] vlan_transparent = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] watch_log_file = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] wsgi_default_pool_size = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] wsgi_keep_alive = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] wsgi_server_debug = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_concurrency.disable_process_locking = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.connection_string = messaging:// {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.es_doc_type = notification {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.es_scroll_size = 10000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.es_scroll_time = 2m {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.filter_error_trace = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.hmac_keys = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.sentinel_service_name = mymaster {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.socket_timeout = 0.1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.trace_requests = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler.trace_sqlalchemy = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler_jaeger.process_tags = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler_jaeger.service_name_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] profiler_otlp.service_name_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_process_name = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.enforce_new_defaults = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: WARNING oslo_config.cfg [-] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.enforce_scope = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.policy_default_rule = default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_policy.remote_timeout = 60.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] service_providers.service_provider = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.endpoint_type = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.region_name = RegionOne {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] nova.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.endpoint_type = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] placement.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.auth_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.cafile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.connect_retries = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.connect_retry_delay = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.enable_notifications = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.endpoint_override = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.interface = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.max_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.min_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.retriable_status_codes = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.service_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.service_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.status_code_retries = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.status_code_retry_delay = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.valid_interfaces = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ironic.version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] cli_script.dry_run = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_version = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_notifications.driver = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_notifications.retry = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_messaging_notifications.transport_url = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] oslo_reports.log_dir = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG oslo.service.wsgi [-] Loading app neutron from /etc/neutron/api-paste.ini {{(pid=115702) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "plugin-directory" by "neutron_lib.plugins.directory._create_plugin_directory" {{(pid=115702) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" acquired by "neutron_lib.plugins.directory._create_plugin_directory" :: waited 0.000s {{(pid=115702) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" "released" by "neutron_lib.plugins.directory._create_plugin_directory" :: held 0.000s {{(pid=115702) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "manager" by "neutron.manager.NeutronManager._create_instance" {{(pid=115702) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [-] Lock "manager" acquired by "neutron.manager.NeutronManager._create_instance" :: waited 0.000s {{(pid=115702) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:35:36 ubuntu neutron-server[115702]: INFO neutron.manager [-] Loading core plugin: ml2 -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: network precommit_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network precommit_delete 0, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port provisioning_complete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > agent after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete 0, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: network configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: port configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnet configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnetpool configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group_rule configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'geneve'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.drivers.type_flat [-] Allowable flat physical_network names: ['public'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('public', [(1, 4094)])]) -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'local', 'vlan'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'local', 'vlan']) -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['port_security', 'qos'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['port_security', 'qos'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['port_security', 'qos'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn', 'logger'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn', 'logger'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn', 'logger'] -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_response 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_response 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] -Jan 03 20:35:37 ubuntu neutron-server[115702]: WARNING oslo_policy.policy [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] 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. -Jan 03 20:35:37 ubuntu neutron-server[115702]: WARNING oslo_policy.policy [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] 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. -Jan 03 20:35:37 ubuntu neutron-server[115702]: INFO dbcounter [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Registered counter for database neutron -Jan 03 20:35:37 ubuntu neutron-server[115702]: DEBUG oslo_db.sqlalchemy.engines [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115702) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG dbcounter [-] [115702] Writer thread running {{(pid=115702) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Initializing driver for type 'local' -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Initializing driver for type 'vlan' -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.drivers.type_vlan [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] VlanTypeDriver initialization complete -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Initializing extension driver 'port_security' -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.extensions.port_security [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] PortSecurityExtensionDriver initialization complete -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Initializing extension driver 'qos' -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.plugins.ml2.extensions.qos [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] QosExtensionDriver initialization complete {{(pid=115702) initialize /opt/stack/neutron/neutron/plugins/ml2/extensions/qos.py:31}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Initializing mechanism driver 'ovn' -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Starting OVNMechanismDriver -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > process before_spawn 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > process after_init 55550000, True {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > segment after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > segment after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > segment after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group precommit_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group_rule precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group_rule before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > address_group after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > address_group after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > qos_plugin after_init 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > trunk_plugin after_init 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > logging-plugin after_init 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.services.logapi.drivers.ovn.driver [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] OVN logging driver registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Initializing mechanism driver 'logger' -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.plugins.ml2.plugin [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] neutron.plugins.ml2.plugin.Ml2Plugin method _start_rpc_notifiers called with arguments () {} {{(pid=115702) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > port after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > port after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > port after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > subnet after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > subnet after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > subnet after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > network after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > network after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > network after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group_rule after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > security_group_rule after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > address_group after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > address_group after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.plugins.ml2.ovo_rpc [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] ML2 OVO RPC backend initialized. {{(pid=115702) __init__ /opt/stack/neutron/neutron/plugins/ml2/ovo_rpc.py:117}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded quota_driver: . -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.plugin [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Modular L2 Plugin initialization complete -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading services supported by the core plugin {{(pid=115702) _load_services_from_core_plugin /opt/stack/neutron/neutron/manager.py:169}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.plugins.ml2.managers [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Got port-security extension from driver 'port_security' -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.extensions.vlantransparent [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Disabled vlantransparent extension. -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading service plugins: ['ovn-router', 'auto_allocate', 'tag', 'timestamp', 'network_ip_availability', 'flavors', 'revisions'] {{(pid=115702) _load_service_plugins /opt/stack/neutron/neutron/manager.py:194}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading Plugin: ovn-router -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: port after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: port after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: subnet after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: subnetpool_address_scope after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: port before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: port after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > port precommit_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: port before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: port before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: subnet after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Tracking information for resource: router configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Tracking information for resource: floatingip configured {{(pid=115702) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.services.ovn_l3.plugin [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Starting OVNL3RouterPlugin -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > port_forwarding_plugin after_init 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router before_create 55550100, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_delete 55550100, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_create 55550100, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_update 55550100, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.services.provider_configuration [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service providers = [] {{(pid=115702) parse_service_provider_opt /opt/stack/neutron/neutron/services/provider_configuration.py:171}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.db.servicetype_db [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Adding provider configuration for service L3_ROUTER_NAT {{(pid=115702) add_provider_configuration /opt/stack/neutron/neutron/db/servicetype_db.py:42}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_create 55549900, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router_interface after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > floatingip after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > floatingip precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > floatingip precommit_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > floatingip after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > floatingip after_status_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > floatingip after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > port_forwarding after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router_interface after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router after_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router after_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > router after_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.services.service_base [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded 'neutron.services.ovn_l3.service_providers.ovn.OvnDriver' provider for service L3_ROUTER_NAT {{(pid=115702) load_drivers /opt/stack/neutron/neutron/services/service_base.py:49}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Successfully loaded L3_ROUTER_NAT plugin. Description: L3 Router Service Plugin for basic L3 forwarding using OVN {{(pid=115702) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading Plugin: auto_allocate -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: network precommit_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: network precommit_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Successfully loaded auto-allocated-topology plugin. Description: Auto Allocated Topology - aka get me a network. {{(pid=115702) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading Plugin: tag -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Successfully loaded TAG plugin. Description: Tag support {{(pid=115702) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading Plugin: timestamp -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Successfully loaded timestamp plugin. Description: Adds timestamps to Neutron resources with standard attributes {{(pid=115702) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading Plugin: network_ip_availability -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Successfully loaded network-ip-availability plugin. Description: Provides IP availability data for each network and subnet. {{(pid=115702) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading Plugin: flavors -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Successfully loaded FLAVORS plugin. Description: Neutron Flavors and Service Profiles manager plugin {{(pid=115702) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading Plugin: revisions -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Successfully loaded revision_plugin plugin. Description: Adds revision numbers to resources. {{(pid=115702) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Lock "manager" "released" by "neutron.manager.NeutronManager._create_instance" :: held 1.459s {{(pid=115702) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] get_extension_paths = OrderedDict([('/opt/stack/neutron/neutron/extensions', 1)]) {{(pid=115702) get_extensions_path /opt/stack/neutron/neutron/api/extensions.py:640}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Initializing extension manager. -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: __init__.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: __pycache__ {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: address_group.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Address group" alias="address-group" description="Support address group" updated="2020-07-15T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: address-group -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: address_scope.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Address scope" alias="address-scope" description="Address scopes extension." updated="2015-07-26T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: address-scope -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: ******_state_down_before_update.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Enforce Router's Admin State Down Before Update Extension" alias="router-******-state-down-before-update" description="Ensure that the ****** state of a router is DOWN (******_state_up=False) before updating the distributed attribute" updated="2019-07-02T15:56:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension router-******-state-down-before-update not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: agent.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="agent" alias="agent" description="The agent management extension." updated="2013-02-03T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: agent -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: agent_resources_synced.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Agent's Resource View Synced to Placement" alias="agent-resources-synced" description="Stores success/failure of last sync to Placement" updated="2018-12-19T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension agent-resources-synced not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: allowedaddresspairs.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Allowed Address Pairs" alias="allowed-address-pairs" description="Provides allowed address pairs" updated="2013-07-23T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: allowed-address-pairs -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: auto_allocated_topology.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Auto Allocated Topology Services" alias="auto-allocated-topology" description="Auto Allocated Topology Services." updated="2016-01-01T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: auto-allocated-topology -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: availability_zone.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Availability Zone" alias="availability_zone" description="The availability zone extension." updated="2015-01-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: availability_zone -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: availability_zone_filter.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Availability Zone Filter Extension" alias="availability_zone_filter" description="Add filter parameters to AvailabilityZone resource" updated="2018-06-22T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension availability_zone_filter not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: data_plane_status.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port data plane status extension" alias="data-plane-status" description="Expose status of underlying data plane" updated="2017-01-24T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension data-plane-status not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: default_subnetpools.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Default Subnetpools" alias="default-subnetpools" description="Provides ability to mark and use a subnetpool as the default." updated="2016-02-18T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: default-subnetpools -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: dhcpagentscheduler.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="DHCP Agent Scheduler" alias="dhcp_agent_scheduler" description="Schedule networks among dhcp agents" updated="2013-02-07T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: dhcp_agent_scheduler -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: dns.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="DNS Integration" alias="dns-integration" description="Provides integration with DNS." updated="2015-08-15T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: dns-integration -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: dns_domain_ports.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="dns_domain for ports" alias="dns-domain-ports" description="Allows the DNS domain to be specified for a network port." updated="2017-04-24T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: dns-domain-ports -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: dns_integration_domain_keywords.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="DNS domain names with keywords allowed" alias="dns-integration-domain-keywords" description="Allows to use keywords like , , and as DNS domain name" updated="2020-06-15T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: dns-integration-domain-keywords -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: dvr.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Distributed Virtual Router" alias="dvr" description="Enables configuration of Distributed Virtual Routers." updated="2014-06-1T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension dvr not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: ecmp_routes.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Equal Cost Multipath Routing" alias="ecmp_routes" description="Allows traffic to reach thesame destination via multiple different links " updated="2020-11-26T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension ecmp_routes not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: empty_string_filtering.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Empty String Filtering Extension" alias="empty-string-filtering" description="Allow filtering by attributes with empty string value" updated="2018-05-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension empty-string-filtering not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: expose_l3_conntrack_helper.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Expose CT target rules for conntrack helper" alias="expose-l3-conntrack-helper" description="Expose allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension expose-l3-conntrack-helper not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: expose_port_forwarding_in_fip.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Expose Floating IP port forwardings" alias="expose-port-forwarding-in-fip" description="Expose port forwarding fields in floating IP response" updated="2018-06-28T16:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: external_net.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron external network" alias="external-net" description="Adds external network attribute to network resource." updated="2013-01-14T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: external-net -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: extra_dhcp_opt.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Extra DHCP options" alias="extra_dhcp_opt" description="Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)" updated="2013-03-17T12:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: extra_dhcp_opt -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: extraroute.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Extra Route" alias="extraroute" description="Extra routes configuration for L3 router" updated="2013-02-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: extraroute -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: extraroute_atomic.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Atomically add/remove extra routes" alias="extraroute-atomic" description="Edit extra routes of a router on server side by atomically adding/removing extra routes" updated="2019-07-10T00:00:00+00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension extraroute-atomic not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: filter_validation.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Filter parameters validation" alias="filter-validation" description="Provides validation on filter parameters." updated="2018-07-04T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: filter-validation -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: fip_pf_description.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Floating IP Port Forwarding new attribute description" alias="floating-ip-port-forwarding-description" description="Add a description field to Port Forwarding rules" updated="2019-11-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: fip_pf_detail.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Floating IP port forwarding detail" alias="floating-ip-port-forwarding-detail" description="Allow list floating ip return more port forwarding data, include'id' and 'internal_port_id'" updated="2022-05-06T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: floating-ip-port-forwarding-detail -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: fip_pf_port_range.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Floating IP Port Forwarding support port ranges" alias="floating-ip-port-forwarding-port-ranges" description="Add support to port ranges" updated="2020-07-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: fip_port_details.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Floating IP Port Details Extension" alias="fip-port-details" description="Add port_details attribute to Floating IP resource" updated="2018-04-09T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: fip-port-details -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: flavors.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Service Flavors" alias="flavors" description="Flavor specification for Neutron advanced services." updated="2015-09-17T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: flavors -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: floating_ip_port_forwarding.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Floating IP Port Forwarding" alias="floating-ip-port-forwarding" description="Allow port forwarding from floating IP port to an internal port" updated="2018-01-19T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension floating-ip-port-forwarding not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: floatingip_pools.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Floating IP Pools Extension" alias="floatingip-pools" description="Provides a floating IP pools API." updated="2018-03-21T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: floatingip-pools -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: ip_allocation.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="IP Allocation" alias="ip_allocation" description="IP allocation extension." updated="2016-06-10T23:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension ip_allocation not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: ip_substring_port_filtering.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="IP address substring filtering" alias="ip-substring-filtering" description="Provides IP address substring filtering when listing ports" updated="2017-11-28T09:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension ip-substring-filtering not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l2_adjacency.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="L2 Adjacency" alias="l2_adjacency" description="Display L2 Adjacency for Neutron Networks." updated="2016-04-12T16:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension l2_adjacency not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron L3 Router" alias="router" description="Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway." updated="2012-07-20T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: router -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_conntrack_helper.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="L3 Conntrack helper" alias="l3-conntrack-helper" description="Allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension l3-conntrack-helper not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_enable_default_route_bfd.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Enable Default Route BFD" alias="enable-default-route-bfd" description="Enables configurable BFD behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: enable-default-route-bfd -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_enable_default_route_ecmp.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Enable Default Route ECMP" alias="enable-default-route-ecmp" description="Enables configurable ECMP behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: enable-default-route-ecmp -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_ext_gw_mode.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron L3 Configurable external gateway mode" alias="ext-gw-mode" description="Extension of the router abstraction for specifying whether SNAT should occur on the external gateway" updated="2013-03-28T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: ext-gw-mode -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_ext_ha_mode.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="HA Router extension" alias="l3-ha" description="Adds HA capability to routers." updated="2014-04-26T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: l3-ha -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_ext_ndp_proxy.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Router support to enable NDP proxy" alias="l3-ext-ndp-proxy" description="Router extension to enable ndp proxy" updated="2020-08-25T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension l3-ext-ndp-proxy not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_extra_gws.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron L3 External Gateway Multihoming" alias="external-gateway-multihoming" description="Allow multiple external gateway ports per router" updated="2023-01-18T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: external-gateway-multihoming -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_flavors.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Router Flavor Extension" alias="l3-flavors" description="Flavor support for routers." updated="2016-05-17T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: l3-flavors -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_ndp_proxy.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="name" alias="l3-ndp-proxy" description="description" updated="2021-06-29T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension l3-ndp-proxy not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3_port_ip_change_not_allowed.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Prevent L3 router ports IP address change extension" alias="l3-port-ip-change-not-allowed" description="Prevent change of IP address for some L3 router ports" updated="2018-10-09T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: l3agentscheduler.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="L3 Agent Scheduler" alias="l3_agent_scheduler" description="Schedule routers among l3 agents" updated="2013-02-07T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension l3_agent_scheduler not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: local_ip.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Local IP" alias="local_ip" description="Support Node Local Virtual IP" updated="2021-07-26T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension local_ip not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: logging.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Logging API Extension" alias="logging" description="Provides a logging API for resources such as security group and firewall." updated="2017-01-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension logging not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: metering.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Metering" alias="metering" description="Neutron Metering extension." updated="2013-06-12T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension metering not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: metering_source_and_destination_fields.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Metering with source and destination filtering" alias="metering_source_and_destination_fields" description="Neutron Metering extension that enables the use of source and destination IP prefixes to create metering label rules." updated="2020-08-21T08:12:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension metering_source_and_destination_fields not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: multiprovidernet.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Multi Provider Network" alias="multi-provider" description="Expose mapping of virtual networks to multiple physical networks" updated="2013-06-27T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: multi-provider -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: netmtu.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Network MTU" alias="net-mtu" description="Provides MTU attribute for a network resource." updated="2015-03-25T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: net-mtu -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: netmtu_writable.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Network MTU (writable)" alias="net-mtu-writable" description="Provides a writable MTU attribute for a network resource." updated="2017-07-12T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: net-mtu-writable -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: network_availability_zone.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Network Availability Zone" alias="network_availability_zone" description="Availability zone support for network." updated="2015-01-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: network_availability_zone -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: network_ha.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Network HA creation flag" alias="network_ha" description="Network high availability creation flag." updated="2023-04-27T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension network_ha not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: network_ip_availability.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Network IP Availability" alias="network-ip-availability" description="Provides IP availability data for each network and subnet." updated="2015-09-24T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: network-ip-availability -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: network_segment_range.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Network Segment Range" alias="network-segment-range" description="Provides support for the network segment range management" updated="2018-11-29T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension network-segment-range not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: pagination.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Pagination support" alias="pagination" description="Extension that indicates that pagination is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: pagination -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_device_profile.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port device profile" alias="port-device-profile" description="Expose the port device profile (Cyborg)" updated="2020-12-17T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: port-device-profile -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_hardware_offload_type.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port hardware offload" alias="port-hardware-offload-type" description="Expose port hardware offload extension" updated="2023-05-09T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-hardware-offload-type not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_hint_ovs_tx_steering.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port hint: Open vSwitch Tx steering" alias="port-hint-ovs-tx-steering" description="Enable Port hint: Open vSwitch Tx steering" updated="2023-01-01T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_hints.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port hints" alias="port-hints" description="Backend specific port hints to allow backend specific tuning" updated="2023-01-01T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-hints not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_mac_address_override.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Port MAC address override" alias="port-mac-override" description="Allow overriding the MAC address of a direct-physical Port via the active binding profile" updated="2022-03-18T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-mac-override not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_mac_address_regenerate.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Port MAC address regenerate" alias="port-mac-address-regenerate" description="Network port MAC address regenerate" updated="2018-05-03T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: port-mac-address-regenerate -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_numa_affinity_policy.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port NUMA affinity policy" alias="port-numa-affinity-policy" description="Expose the port NUMA affinity policy" updated="2020-07-08T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: port-numa-affinity-policy -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_numa_affinity_policy_socket.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port NUMA affinity policy "socket"" alias="port-numa-affinity-policy-socket" description="Adds "socket" to the supported port NUMA affinity policies" updated="2024-02-09T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: port-numa-affinity-policy-socket -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_resource_request.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port Resource Request" alias="port-resource-request" description="Expose resource request to Port" updated="2018-05-08T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-resource-request not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_resource_request_groups.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port Resource Request Groups" alias="port-resource-request-groups" description="Support requesting multiple groups of resources and traits from the same RP subtree in resource_request" updated="2021-08-02T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-resource-request-groups not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: port_trusted_vif.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port trusted vif" alias="port-trusted-vif" description="Expose port 'trusted' attribute in the API" updated="2024-07-10T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-trusted-vif not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: portbindings.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port Binding" alias="binding" description="Expose port bindings of a virtual port to external application" updated="2014-02-03T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: binding -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: portbindings_extended.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port Bindings Extended" alias="binding-extended" description="Expose port bindings of a virtual port to external application" updated="2017-07-17T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: binding-extended -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: portsecurity.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port Security" alias="port-security" description="Provides port security" updated="2012-07-23T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: port-security -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: project_id.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="project_id field enabled" alias="project-id" description="Extension that indicates that project_id field is enabled." updated="2016-09-09T09:09:09-09:09" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: project-id -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: providernet.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Provider Network" alias="provider" description="Expose mapping of virtual networks to physical networks" updated="2012-09-07T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: provider -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Quality of Service" alias="qos" description="The Quality of Service extension." updated="2015-06-08T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_bw_limit_direction.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Direction for QoS bandwidth limit rule" alias="qos-bw-limit-direction" description="Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress" updated="2017-04-10T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-bw-limit-direction not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_bw_minimum_ingress.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Ingress direction for QoS minimum bandwidth rule" alias="qos-bw-minimum-ingress" description="Allow to configure QoS minumum bandwidth rule with ingress direction." updated="2018-07-09T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-bw-minimum-ingress not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_default.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="QoS default policy" alias="qos-default" description="Expose the QoS default policy per project" updated="2017-041-06T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-default not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_fip.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Floating IP QoS" alias="qos-fip" description="The floating IP Quality of Service extension" updated="2017-07-20T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-fip not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_fip_network_policy.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="QoS floating IP network policy ID" alias="qos-fip-network-policy" description="Adds a the QoS network ID to the floating IP definition" updated="2021-11-15T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-fip-network-policy not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_gateway_ip.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Router gateway IP QoS" alias="qos-gateway-ip" description="The Router gateway IP Quality of Service extension" updated="2018-02-24T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-gateway-ip not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_port_network_policy.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="QoS port network policy ID" alias="qos-port-network-policy" description="Adds a the QoS network ID to the port definition" updated="2019-11-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-port-network-policy not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_pps_minimum_rule.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="QoS minimum packet rate rule" alias="qos-pps-minimum" description="Allow to configure QoS minimum packet rate rule." updated="2021-07-14T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-pps-minimum not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_pps_minimum_rule_alias.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="QoS minimum packet rate rule alias" alias="qos-pps-minimum-rule-alias" description="API to enable GET, PUT and DELETE operations on QoS minimum packet rate rule without specifying policy ID" updated="2021-10-22T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-pps-minimum-rule-alias not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_pps_rule.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="QoS Rule Type Packet per Second Extension" alias="qos-pps" description="Add QoS Rule Type Packet per Second" updated="2021-05-12T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-pps not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_rule_type_details.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Details of QoS rule types" alias="qos-rule-type-details" description="Expose details about QoS rule types supported by loaded backend drivers" updated="2017-06-22T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-rule-type-details not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_rule_type_filter.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Allow to filter the list of QoS rule types" alias="qos-rule-type-filter" description="Allows to filter the QoS rule type list adding two new flags. "all_rules" prints all implemented QoS rule types."all_supported" prints all supported QoS rule types by the loaded mechanism drivers" updated="2022-02-02T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-rule-type-filter not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: qos_rules_alias.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Quality of Service rules alias API" alias="qos-rules-alias" description="API to enable GET, PUT and DELETE operations on QoS policy rules without specifying policy ID" updated="2018-10-07T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension qos-rules-alias not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: quota_check_limit.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Quota engine limit check" alias="quota-check-limit" description="Support for checking the resource usage before applying a new quota limit" updated="2021-09-08T16:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: quota-check-limit -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: quota_check_limit_default.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Quota engine limit check by default" alias="quota-check-limit-default" description="By default, the Neutron quota engine checks the resource usage before applying a new quota limit" updated="2024-08-21T16:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: quota-check-limit-default -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: quotasv2.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Quota management support" alias="quotas" description="Expose functions for quotas management per project" updated="2012-07-29T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: quotas -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: quotasv2_detail.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Quota details management support" alias="quota_details" description="Expose functions for quotas usage statistics per project" updated="2017-02-10T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: quota_details -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: rbac.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="RBAC Policies" alias="rbac-policies" description="Allows creation and modification of policies that control tenant access to resources." updated="2015-06-17T12:15:12-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: rbac-policies -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: rbac_address_group.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Add address_group type to RBAC" alias="rbac-address-group" description="Add address_group type to network RBAC" updated="2021-01-20T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension rbac-address-group not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: rbac_address_scope.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Add address_scope type to RBAC" alias="rbac-address-scope" description="Add address_scope type to RBAC" updated="2020-02-12T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: rbac-address-scope -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: rbac_security_groups.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Add security_group type to network RBAC" alias="rbac-security-groups" description="Add security_group type to network RBAC" updated="2019-02-14T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: rbac-security-groups -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: rbac_subnetpool.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Add subnetpool type to RBAC" alias="rbac-subnetpool" description="Add subnetpool type to RBAC" updated="2020-02-05T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension rbac-subnetpool not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: revisionifmatch.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="If-Match constraints based on revision_number" alias="revision-if-match" description="Extension indicating that If-Match based on revision_number is supported." updated="2016-12-11T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: revision-if-match -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: revisions.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Resource revision numbers" alias="standard-attr-revisions" description="This extension will display the revision number of neutron resources." updated="2016-04-11T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: standard-attr-revisions -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: router_availability_zone.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Router Availability Zone" alias="router_availability_zone" description="Availability zone support for router." updated="2015-01-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: router_availability_zone -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: routerservicetype.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Router Service Type" alias="router-service-type" description="Provides router service type" updated="2013-01-29T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension router-service-type not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: security_groups_default_rules.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Default rules for security groups" alias="security-groups-default-rules" description="Configure set of security group rules used as default rules for every new security group" updated="2022-12-19T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: security-groups-default-rules -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: security_groups_normalized_cidr.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Normalized CIDR field for security group rules" alias="security-groups-normalized-cidr" description="Add new field with normalized remote_ip_prefix cidr in SG rule" updated="2020-07-28T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: security-groups-normalized-cidr -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: security_groups_port_filtering.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Port filtering on security groups" alias="port-security-groups-filtering" description="Provides security groups filtering when listing ports" updated="2018-01-09T09:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension port-security-groups-filtering not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: security_groups_remote_address_group.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Remote address group id field for security group rules" alias="security-groups-remote-address-group" description="Add new field of remote address group id in SG rules" updated="2020-08-25T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: security-groups-remote-address-group -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: security_groups_rules_belongs_to_default_sg.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Security group rule belongs to the project's default security group" alias="security-groups-rules-belongs-to-default-sg" description="Flag to determine if the security group rule belongs to the project's default security group" updated="2023-05-23T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: security-groups-rules-belongs-to-default-sg -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: security_groups_shared_filtering.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Security group filtering on the shared field" alias="security-groups-shared-filtering" description="Support filtering security groups on the shared field" updated="2021-10-05T09:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: security-groups-shared-filtering -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: securitygroup.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="security-group" alias="security-group" description="The security groups extension." updated="2012-10-05T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: security-group -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: segment.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Segment" alias="segment" description="Segments extension." updated="2016-02-24T17:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension segment not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: segments_peer_subnet_host_routes.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Segments peer-subnet host routes" alias="segments-peer-subnet-host-routes" description="Add host routes to subnets on a routed network (segments)" updated="2018-06-12T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension segments-peer-subnet-host-routes not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: servicetype.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Neutron Service Type Management" alias="service-type" description="API for retrieving service providers for Neutron advanced services" updated="2013-01-20T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: service-type -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: sorting.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Sorting support" alias="sorting" description="Extension that indicates that sorting is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: sorting -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: standard_attr_segment.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Standard Attribute Segment Extension" alias="standard-attr-segment" description="Add standard attributes to Segment resource" updated="2018-04-09T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension standard-attr-segment not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: standardattrdescription.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="standard-attr-description" alias="standard-attr-description" description="Extension to add descriptions to standard attributes" updated="2016-02-10T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: standard-attr-description -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: stateful_security_group.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Stateful security group" alias="stateful-security-group" description="Indicates if the security group is stateful or not" updated="2019-11-26T09:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: stateful-security-group -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: stdattrs_common.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Did not find expected name "Stdattrs_common" in /opt/stack/neutron/neutron/extensions/stdattrs_common.py -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: subnet_dns_publish_fixed_ip.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Subnet DNS publish fixed IP" alias="subnet-dns-publish-fixed-ip" description="Support choosing to publish DNS records for IPs from a subnet" updated="2019-05-24T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: subnet-dns-publish-fixed-ip -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: subnet_external_network.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Subnet belongs to an external network" alias="subnet-external-network" description="Informs if the subnet belongs to an external network" updated="2024-02-05T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: subnet-external-network -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: subnet_onboard.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Subnet Onboard" alias="subnet_onboard" description="Provides support for onboarding subnets into subnet pools" updated="2018-12-18T09:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension subnet_onboard not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: subnet_segmentid_writable.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Subnet SegmentID (writable)" alias="subnet-segmentid-writable" description="Provides a writable segment_id attribute for a subnet resource." updated="2018-03-12T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension subnet-segmentid-writable not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: subnet_service_types.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Subnet service types" alias="subnet-service-types" description="Provides ability to set the subnet service_types field" updated="2016-03-15T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: subnet-service-types -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: subnetallocation.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Subnet Allocation" alias="subnet_allocation" description="Enables allocation of subnets from a subnet pool" updated="2015-03-30T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: subnet_allocation -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: subnetpool_prefix_ops.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Subnet Pool Prefix Operations" alias="subnetpool-prefix-ops" description="Provides support for adjusting the prefix list of subnet pools" updated="2019-02-08T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: subnetpool-prefix-ops -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: tag_creation.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Tag creation extension" alias="tag-creation" description="Allow to create multiple tags for a resource" updated="2024-23-07T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: tag-creation -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: tag_ports_during_bulk_creation.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Tag Ports During Bulk Creation" alias="tag-ports-during-bulk-creation" description="Allow to tag ports during bulk creation" updated="2019-12-29T19:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: tagging.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Tag support for resources with standard attribute: port, subnet, subnetpool, network, security_group, router, floatingip, policy, trunk, network_segment_range" alias="standard-attr-tag" description="Enables to set tag on resources with standard attribute." updated="2017-01-01T00:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: standard-attr-tag -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: timestamp.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Resource timestamps" alias="standard-attr-timestamp" description="Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes." updated="2016-09-12T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loaded extension: standard-attr-timestamp -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: trunk.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Trunk Extension" alias="trunk" description="Provides support for trunk ports" updated="2016-01-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension trunk not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: trunk_details.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Trunk port details" alias="trunk-details" description="Expose trunk port details" updated="2016-01-01T10:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension trunk-details not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: uplink_status_propagation.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Uplink status propagation extension" alias="uplink-status-propagation" description="Provides ability to propagate port uplink status." updated="2018-05-31T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension uplink-status-propagation not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: uplink_status_propagation_updatable.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Uplink status propagation updatable extension" alias="uplink-status-propagation-updatable" description="Provides ability to update the port uplink status." updated="2024-09-03T18:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension uplink-status-propagation-updatable not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Loading extension file: vlantransparent.py {{(pid=115702) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Ext name="Vlantransparent" alias="vlan-transparent" description="Provides Vlan Transparent Networks" updated="2015-03-23T09:00:00-00:00" {{(pid=115702) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extension vlan-transparent not supported by any of loaded plugins -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:network -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:subnet -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:subnetpool -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:port -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service FLAVORS assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:router -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:floatingip -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115702) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of CountableResource for resource:rbac_policy -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:security_group -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:security_group_rule -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service CORE assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:subnetpool -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] subnetpool is already registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service FLAVORS assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:router -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] router is already registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:floatingip -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] floatingip is already registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of CountableResource for resource:rbac_policy -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] rbac_policy is already registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:security_group -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] security_group is already registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:security_group_rule -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] security_group_rule is already registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.v2.resource_helper [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Service CORE assigned prefix: {{(pid=115702) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Creating instance of TrackedResource for resource:subnetpool -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING neutron.quota.resource_registry [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] subnetpool is already registered -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: extensions {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: address-groups {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: address-scopes {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: agents {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: auto-allocated-topology {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: availability_zones {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: dhcp-networks {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: dhcp-agents {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: flavors {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: service_profiles {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: next_providers {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: service_profiles {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: floatingip-pools {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: routers {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: floatingips {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: network-ip-availabilities {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: bindings {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: quotas {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: quotas {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: rbac-policies {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: default-security-group-rules {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: security-groups {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: security-group-rules {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: service-providers {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: subnetpools {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron.api.extensions [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Extended resource: tags {{(pid=115702) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING keystonemiddleware.auth_token [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. -Jan 03 20:35:38 ubuntu neutron-server[115702]: WARNING keystonemiddleware.auth_token [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Acquiring lock "singleton_lock" {{(pid=115702) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Acquired lock "singleton_lock" {{(pid=115702) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.lockutils [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Releasing lock "singleton_lock" {{(pid=115702) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Starting 2 workers -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Started child 115712 {{(pid=115702) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Started child 115713 {{(pid=115702) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO neutron.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Neutron service started, listening on 0.0.0.0:9696 -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.pre_fork_initialize-1843344'] for process (None), before_spawn {{(pid=115702) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.processutils [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Running cmd (subprocess): ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}] {{(pid=115702) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-1843437'] for process (None), after_init {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=115712) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=115712) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=115712) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring setup using multiprocess event lock {{(pid=115712) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-1843437'] for process (None), after_init {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=115713) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=115713) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=115713) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring setup using multiprocess event lock {{(pid=115713) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writer thread running {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_concurrency.processutils [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] CMD "ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}]" returned: 0 in 0.020s {{(pid=115702) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.db.ovn_hash_ring_db [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Nodes from host "ubuntu" and group "mechanism_driver" removed from the Hash Ring -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Starting 1 workers -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writer thread running {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Started child 115715 {{(pid=115702) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Starting 1 workers -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.db.ovn_hash_ring_db [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a from host "ubuntu" and group "mechanism_driver" added to the Hash Ring -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] calling RpcWorker wait() {{(pid=115715) _wait /opt/stack/neutron/neutron/service.py:132}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.db.ovn_hash_ring_db [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c from host "ubuntu" and group "mechanism_driver" added to the Hash Ring -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] returning from RpcWorker wait() {{(pid=115715) _wait /opt/stack/neutron/neutron/service.py:139}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=115712) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=115713) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-1843437'] for process (None), after_init {{(pid=115715) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring probing thread for node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a has started -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring probing thread for node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c has started -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Getting OvsdbNbOvnIdl for WorkerService with retry -Jan 03 20:35:38 ubuntu neutron-server[115715]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Getting OvsdbNbOvnIdl for WorkerService with retry -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Started child 115716 {{(pid=115702) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: INFO oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Starting 1 workers -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Started child 115717 {{(pid=115702) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG neutron_lib.callbacks.manager [None req-252b5c53-2c3f-4572-a10e-3e8f090d0802 None None] Publish callbacks [] for process (None), after_spawn {{(pid=115702) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=115702) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config_source = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] debug = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-1843437'] for process (None), after_init {{(pid=115716) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for MaintenanceWorker with retry -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115717]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-1843437'] for process (None), after_init {{(pid=115717) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_color = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_dir = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_options = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created lookup_table index Logical_Switch.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created lookup_table index Logical_Router.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created lookup_table index Load_Balancer.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Copp.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Meter.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Load_Balancer_Group.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index HA_Chassis_Group.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Address_Set.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created lookup_table index Logical_Switch.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created lookup_table index Logical_Router.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Connection.target {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created lookup_table index Load_Balancer.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Copp.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Gateway_Chassis.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Meter.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Load_Balancer_Group.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index HA_Chassis_Group.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Logical_Router_Port.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Address_Set.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Connection.target {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Port_Group.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Gateway_Chassis.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Logical_Router_Port.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Port_Group.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Logical_Switch_Port.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Logical_Switch_Port.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] tcp:10.201.9.223:6641: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] tcp:10.201.9.223:6641: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] tcp:10.201.9.223:6641: connected -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] tcp:10.201.9.223:6641: connected -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_eventlog = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_journal = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_json = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created lookup_table index Logical_Switch.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created lookup_table index Logical_Router.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created lookup_table index Load_Balancer.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Copp.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Meter.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Load_Balancer_Group.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index HA_Chassis_Group.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Address_Set.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Connection.target {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Gateway_Chassis.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Logical_Router_Port.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Port_Group.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Logical_Switch_Port.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] tcp:10.201.9.223:6641: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] tcp:10.201.9.223:6641: connected -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Allow caching, nodes 2>=2 {{(pid=115712) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 76eb495e-6d6f-44d1-8e62-25da9d4196d3 (table: Database) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 888c72cc-44b2-479a-ba83-951b6d54b4f6 (table: Database) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Allow caching, nodes 2>=2 {{(pid=115713) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Switch.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Router.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Load_Balancer.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Copp.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Meter.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Load_Balancer_Group.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index HA_Chassis_Group.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Address_Set.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Connection.target {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Gateway_Chassis.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Router_Port.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port_Group.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 7ef6d272-f100-45aa-9134-567a19ea3ff3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c210e2eb-0a0f-44aa-9eed-29369a4205c3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d1a964b5-1d41-48b6-b7f6-1f22224670f9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row df214658-ce7c-4feb-81e7-e919f0e88f82 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row e56cc7c0-16c3-494c-ae1f-43a78c40f2e1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f8e887de-4361-47a0-b8d6-7111fa5fb321 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 710e92bb-e5a3-4463-84fc-d5225b22cee0 (table: DHCP_Options) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row fe725fa7-e098-422a-8867-eda819ac5a7b (table: DHCP_Options) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a2bac1a2-1181-4e01-8f31-46da705026eb (table: Gateway_Chassis) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 765b050c-9696-4dfb-b486-cd034f8ba043 (table: Logical_Router_Port) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 41475b78-6394-49d6-90c1-8c26e7ac3e64 (table: Logical_Switch) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c3b8d54a-4fa3-4535-989b-631a19f47bfa (table: Logical_Switch) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ea8e7bc7-04c7-4f87-9a39-dea41dc2ef09 (table: Logical_Switch) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1260e1b9-cbfd-439b-9221-40ce871b603d (table: Logical_Switch_Port) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=aad91ceb-1f8e-44c6-a3f4-576ea242c980, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-aad91ceb-1f8e-44c6-a3f4-576ea242c980'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115712) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 2b4cbe61-6fef-4ffa-b755-814d657bd3f8 (table: Logical_Switch_Port) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Switch_Port.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, external_ids={'neutron:cidrs': '172.24.4.220/24', 'neutron:device_id': '1d19e77e-eb95-4fc9-ba94-440c94c912ae', 'neutron:device_owner': 'network:router_gateway', 'neutron:host_id': 'ubuntu', 'neutron:mtu': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '', 'neutron:revision_number': '5', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'exclude-lb-vips-from-garp': 'true', 'mcast_flood_reports': 'true', 'nat-addresses': 'router', 'requested-chassis': 'ubuntu', 'router-port': 'lrp-5f3f1f3b-74e5-41d8-a91e-65523f18ef39'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115712) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connected -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6f43f021-64a1-4d9c-8c8e-08801c8cb408 (table: Logical_Switch_Port) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=provnet-f2a940d0-0be6-4169-8a34-918f1cc4bee9, external_ids={}, ha_chassis_group=[], options={'localnet_learn_fdb': 'false', 'mcast_flood': 'false', 'mcast_flood_reports': 'true', 'network_name': 'public'}, parent_name=[], enabled=[], type=localnet, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['unknown'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115712) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c79ccf85-83a0-48c2-8dea-247daa8c5032 (table: Logical_Switch_Port) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, external_ids={'neutron:cidrs': '192.168.233.2/24', 'neutron:device_id': 'ovnmeta-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:device_owner': 'network:distributed', 'neutron:mtu': '', 'neutron:network_name': 'neutron-84e6a34d-b39a-4137-bbd2-2c5395e75e37', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={}, parent_name=[], enabled=[True], type=localport, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['fa:16:3e:2e:2d:a4 192.168.233.2'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115712) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f1b2f238-bbe0-4916-a06c-5f797ea52179 (table: Logical_Switch_Port) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=bad04295-9478-4774-9b9b-7bc8c9b736a4, external_ids={'neutron:cidrs': '', 'neutron:device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:device_owner': 'network:distributed', 'neutron:mtu': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={}, parent_name=[], enabled=[True], type=localport, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['fa:16:3e:ac:0e:72'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115712) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 993c0597-0ce4-4243-8ae1-41a28f7cd608 (table: NAT) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row cd14847a-f357-44a1-8bdb-8dcc9f65aa82 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status up for port: aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Getting OvsdbSbOvnIdl for WorkerService with retry -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2f38d444-568a-444a-a53d-cee6d8ff0abc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 86a6782a-7582-4ea0-9239-0af0db32a3fc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8b78e54a-8531-4c89-8ea0-c08d8f345bb1 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c685f21e-fcdc-4203-9ee4-c96a6a5c28d6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row e116c29d-0dc3-49cf-9c14-7328a2d8c4a4 (table: Connection) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 3396c15d-f90b-47a0-9512-a7480d98f48e (table: Logical_Router) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 51e6364f-0517-4992-998f-4e45ecded6a1 (table: Logical_Router_Port) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 21f82ac3-5fd3-4d80-9546-12dd7428f139 (table: Logical_Router_Static_Route) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c57eea70-d535-4824-b939-ebe4cb051525 (table: Logical_Switch_Port) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=ce3958ac-88b1-4dfc-8aaf-b0a604612364, external_ids={'neutron:cidrs': '10.0.0.2/22', 'neutron:device_id': 'ovnmeta-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:device_owner': 'network:distributed', 'neutron:mtu': '', 'neutron:network_name': 'neutron-6437aeb8-66de-4955-bea7-bf84578aa441', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'c1512073f7d24ed9bc5330aa71d83901', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={}, parent_name=[], enabled=[True], type=localport, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['fa:16:3e:1e:b1:fc 10.0.0.2'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115713) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 17196407-173b-4631-bec6-4ab36c05bbc9 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 29efd834-6b4a-4cca-88f1-6e46bb9d8875 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: ce3958ac-88b1-4dfc-8aaf-b0a604612364 -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Getting OvsdbSbOvnIdl for WorkerService with retry -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created lookup_table index Chassis.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created lookup_table index Port_Binding.logical_port {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Chassis_Private.name {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=115712) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] tcp:10.201.9.223:6642: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] tcp:10.201.9.223:6642: connected -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=115702) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] config_source = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] debug = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writer thread running {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_color = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_dir = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_options = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Allow caching, nodes 2>=2 {{(pid=115712) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 71b29ae8-be21-4bff-8038-8e5a371559cb (table: Database) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Allow caching, nodes 2>=2 {{(pid=115715) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created lookup_table index Chassis.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created lookup_table index Port_Binding.logical_port {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Chassis_Private.name {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=115713) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] tcp:10.201.9.223:6642: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_eventlog = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_journal = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_json = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] tcp:10.201.9.223:6642: connected -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d6883fa4-5a04-4ba9-9e11-4a8c4f4b9fa7 (table: Chassis) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115712) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115712) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0481a9a8-1d33-4bd1-81a4-1f378b934dec (table: Datapath_Binding) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 2f00493f-38aa-4398-968c-82964e434dc1 (table: Datapath_Binding) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 662f21f4-586f-4f29-90aa-e689aefc69bf (table: Datapath_Binding) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f2039672-369b-445e-b061-3a0146de3f70 (table: Encap) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 389edd55-1b64-4610-8cd2-4d5a75edde99 (table: Port_Binding) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 536be127-3126-4e16-8b2c-a6007f4f0ddb (table: Port_Binding) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 62135793-5478-4590-88d3-8ed0aeb3fb83 (table: Port_Binding) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 682fb69f-f6a5-43b9-b588-b957779ce074 (table: Port_Binding) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-181c162e-e2ca-4d75-8e58-e601ba320089 None None] WorkerService process has finished the post initialization -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [-] (115712) wsgi starting up on http://0.0.0.0:9696 -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.db.provisioning_blocks [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Provisioning complete for port aad91ceb-1f8e-44c6-a3f4-576ea242c980 triggered by entity L2. {{(pid=115712) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-959646'] for port (aad91ceb-1f8e-44c6-a3f4-576ea242c980), provisioning_complete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.plugin [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Attempt 1 to provision port aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Allow caching, nodes 2>=2 {{(pid=115713) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbSbOvnIdl for MaintenanceWorker with retry -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ce4f0c47-187b-4a37-8333-16941d14a13f (table: Database) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Getting OvsdbSbOvnIdl for RpcWorker with retry -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} -Jan 03 20:35:38 ubuntu neutron-server[115702]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115702) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115713) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115713) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1ad4c9ae-c931-40a9-845f-f69950585c3b (table: Datapath_Binding) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 369a8505-870f-49be-bf9e-c23c372e3c5f (table: Port_Binding) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 4e0d59f1-516d-4938-8ab8-a8eb8398e828 (table: Port_Binding) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 87d8ef7b-a470-4e6e-a68c-a9eb0d81384a (table: Port_Binding) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a1a362ea-373d-4359-ba0e-4f52dcb9f826 (table: Port_Binding) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ad7f174f-b9e0-49a8-ad54-8ecb525b4b5c (table: Port_Binding) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Chassis.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Port_Binding.logical_port {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Chassis_Private.name {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Datapath_Binding.tunnel_key {{(pid=115716) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c013c7d-ba0c-4802-807f-4d82735fcc56 None None] WorkerService process has finished the post initialization -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connected -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created lookup_table index Chassis.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created lookup_table index Port_Binding.logical_port {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Chassis_Private.name {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG ovsdbapp.backend.ovs_idl [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=115715) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] tcp:10.201.9.223:6642: connecting... -Jan 03 20:35:38 ubuntu neutron-server[115715]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] tcp:10.201.9.223:6642: connected -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.plugin [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Port aad91ceb-1f8e-44c6-a3f4-576ea242c980 cannot update to ACTIVE because it is not bound. {{(pid=115712) _port_provisioned /opt/stack/neutron/neutron/plugins/ml2/plugin.py:375}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Allow caching, nodes 2>=2 {{(pid=115715) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [-] (115713) wsgi starting up on http://0.0.0.0:9696 -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.plugin [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Current status of the port aad91ceb-1f8e-44c6-a3f4-576ea242c980 is: ACTIVE; New status is: ACTIVE {{(pid=115712) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.db.provisioning_blocks [None req-76d366de-b61a-44ba-8068-a3766966c801 None None] Transition to ACTIVE for port object ce3958ac-88b1-4dfc-8aaf-b0a604612364 will not be triggered until provisioned by entity L2. {{(pid=115713) add_provisioning_component /opt/stack/neutron/neutron/db/provisioning_blocks.py:74}} -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Starting OVNClientQosExtension -Jan 03 20:35:38 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Starting OVNClientPlacementExtension -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115715) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115715) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_update 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115715]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] RpcWorker process has finished the post initialization -Jan 03 20:35:38 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.plugin [None req-8f40c589-909a-4539-a481-5b8791f15892 None None] neutron.plugins.ml2.plugin.Ml2Plugin method start_rpc_listeners called with arguments () {} {{(pid=115715) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_update 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port precommit_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.services.portforwarding.drivers.ovn.driver.OVNPortForwarding.register-3548315'] for port_forwarding_plugin (None), after_init {{(pid=115716) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_update 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment before_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete_associations 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_update 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.plugin [None req-76d366de-b61a-44ba-8068-a3766966c801 None None] Current status of the port ce3958ac-88b1-4dfc-8aaf-b0a604612364 is: DOWN; New status is: DOWN {{(pid=115713) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-76d366de-b61a-44ba-8068-a3766966c801 None None] Starting OVNClientQosExtension -Jan 03 20:35:38 ubuntu neutron-server[115713]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-76d366de-b61a-44ba-8068-a3766966c801 None None] Starting OVNClientPlacementExtension -Jan 03 20:35:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbRemoveCommand(_result=None, table=Logical_Switch_Port, record=ce3958ac-88b1-4dfc-8aaf-b0a604612364, column=external_ids, values=('neutron:host_id',), keyvalues={}, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_create 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_update 55550000, False {{(pid=115716) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fair_meter_consistency {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fdb_aging_settings {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_ha_chassis_group {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_igmp_snoop_support {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_inconsistencies {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_global_dhcp_opts {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_provider_distributed_ports {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.configure_nb_global {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_fip_distributed_flag {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_network_type {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_mac_aging_settings {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_distributed_flag {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_static_routes {{(pid=115716) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG futurist.periodics [-] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] Maintenance task thread has started -Jan 03 20:35:38 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] MaintenanceWorker process has finished the post initialization -Jan 03 20:35:38 ubuntu neutron-server[115716]: DEBUG dbcounter [-] [115716] Writer thread running {{(pid=115716) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Setting NB_Global options: {'fdb_removal_limit': '0'} {{(pid=115716) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'fdb_removal_limit': '0'})]), if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Maintenance task: No inconsistencies found. Skipping {{(pid=115716) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:378}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DelStaticRoutesCommand(_result=None, lrouter=neutron-1d19e77e-eb95-4fc9-ba94-440c94c912ae, routes=[], if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: INFO neutron.db.ovn_hash_ring_db [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Cleaned up Hash Ring nodes older than 5 days -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Setting NB_Global options: {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'} {{(pid=115716) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Setting fip-distributed flag in NB_Global to False {{(pid=115716) set_fip_distributed_flag /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:1103}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('external_ids', {'neutron:fip-distributed': 'False'})]), if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Setting NB_Global options: {'mac_binding_removal_limit': '0'} {{(pid=115716) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLRouterMacAgeLimitCommand(_result=None, router=None, threshold=0) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' {{(pid=115716) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} -Jan 03 20:35:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115716) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} -Jan 03 20:35:39 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row e116c29d-0dc3-49cf-9c14-7328a2d8c4a4 (table: Connection) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] No hosting information found for port aad91ceb-1f8e-44c6-a3f4-576ea242c980: RuntimeError: No hosting information found for port aad91ceb-1f8e-44c6-a3f4-576ea242c980 -Jan 03 20:35:44 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] OVN reports status up for port: 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG neutron.db.provisioning_blocks [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Provisioning complete for port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 triggered by entity L2. {{(pid=115712) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-959646'] for port (5f3f1f3b-74e5-41d8-a91e-65523f18ef39), provisioning_complete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.plugin [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Attempt 1 to provision port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.plugin [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Current status of the port 5f3f1f3b-74e5-41d8-a91e-65523f18ef39 is: ACTIVE; New status is: ACTIVE {{(pid=115712) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=Logical_Switch_Port, record=5f3f1f3b-74e5-41d8-a91e-65523f18ef39, col_values=(('external_ids', {'neutron:host_id': 'ubuntu'}),), if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] OVN reports status down for port: provnet-f2a940d0-0be6-4169-8a34-918f1cc4bee9 -Jan 03 20:35:44 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] OVN reports status down for port: 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG neutron.db.provisioning_blocks [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Transition to ACTIVE for port object 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe will not be triggered until provisioned by entity L2. {{(pid=115712) add_provisioning_component /opt/stack/neutron/neutron/db/provisioning_blocks.py:74}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.plugin [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Current status of the port 3580d7f2-3aad-40a0-ac0c-09c24f7bdefe is: DOWN; New status is: DOWN {{(pid=115712) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbRemoveCommand(_result=None, table=Logical_Switch_Port, record=3580d7f2-3aad-40a0-ac0c-09c24f7bdefe, column=external_ids, values=('neutron:host_id',), keyvalues={}, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] OVN reports status down for port: bad04295-9478-4774-9b9b-7bc8c9b736a4 -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG neutron.db.provisioning_blocks [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Transition to ACTIVE for port object bad04295-9478-4774-9b9b-7bc8c9b736a4 will not be triggered until provisioned by entity L2. {{(pid=115712) add_provisioning_component /opt/stack/neutron/neutron/db/provisioning_blocks.py:74}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.plugin [None req-abf9ffd9-592d-436a-a63b-8e91f0a8b696 None None] Current status of the port bad04295-9478-4774-9b9b-7bc8c9b736a4 is: DOWN; New status is: DOWN {{(pid=115712) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} -Jan 03 20:35:44 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbRemoveCommand(_result=None, table=Logical_Switch_Port, record=bad04295-9478-4774-9b9b-7bc8c9b736a4, column=external_ids, values=('neutron:host_id',), keyvalues={}, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:35:48 ubuntu neutron-server[115702]: DEBUG dbcounter [-] [115702] Writing DB stats neutron:SELECT=4 {{(pid=115702) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:48 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=7 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:48 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=3 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:48 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=10,neutron:INSERT=2 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:48 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=25 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Northbound DB sync process started @ 2025-01-03 20:35:48.954845 {{(pid=115716) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:102}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync port groups started @ 2025-01-03 20:35:48.956568 {{(pid=115716) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:176}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Southbound DB sync process started @ 2025-01-03 20:35:48.959067 {{(pid=115716) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1350}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-76210156-269e-4a2c-b41e-25152e86499b None None] OVN-SB Sync hostname and physical networks started @ 2025-01-03 20:35:48.960530 {{(pid=115716) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1365}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-76210156-269e-4a2c-b41e-25152e86499b None None] New host ubuntu found in OVN SB DB, but not in Neutron. Add its SegmentHostMapping in Neutron -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync port groups completed @ 2025-01-03 20:35:48.993243 {{(pid=115716) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:234}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync networks, ports and DHCP options started @ 2025-01-03 20:35:48.993455 {{(pid=115716) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1090}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG oslo_concurrency.lockutils [None req-76210156-269e-4a2c-b41e-25152e86499b None None] Acquiring lock "update_segment_host_mapping" by "neutron.services.segments.db.update_segment_host_mapping" {{(pid=115716) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} -Jan 03 20:35:48 ubuntu neutron-server[115716]: DEBUG oslo_concurrency.lockutils [None req-76210156-269e-4a2c-b41e-25152e86499b None None] Lock "update_segment_host_mapping" acquired by "neutron.services.segments.db.update_segment_host_mapping" :: waited 0.000s {{(pid=115716) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.services.segments.db [None req-76210156-269e-4a2c-b41e-25152e86499b None None] Segments {'f2a940d0-0be6-4169-8a34-918f1cc4bee9'} mapped to the host ubuntu {{(pid=115716) update_segment_host_mapping /opt/stack/neutron/neutron/services/segments/db.py:238}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG oslo_concurrency.lockutils [None req-76210156-269e-4a2c-b41e-25152e86499b None None] Lock "update_segment_host_mapping" "released" by "neutron.services.segments.db.update_segment_host_mapping" :: held 0.026s {{(pid=115716) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-76210156-269e-4a2c-b41e-25152e86499b None None] OVN-SB Sync hostname and physical networks completed @ 2025-01-03 20:35:49.021492 {{(pid=115716) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1393}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.services.segments.db [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] neutron.services.segments.plugin.Plugin method get_segments called with arguments (,) {'filters': {'network_id': ['6437aeb8-66de-4955-bea7-bf84578aa441'], 'is_dynamic': False}} {{(pid=115716) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.services.segments.db [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] neutron.services.segments.plugin.Plugin method get_segments called with arguments (,) {'filters': {'network_id': ['bd4eaa79-3bec-4d07-9435-715a71db2645'], 'is_dynamic': False}} {{(pid=115716) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.services.segments.db [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] neutron.services.segments.plugin.Plugin method get_segments called with arguments (,) {'filters': {'network_id': ['84e6a34d-b39a-4137-bbd2-2c5395e75e37'], 'is_dynamic': False}} {{(pid=115716) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync metadata ports started {{(pid=115716) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1035}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync metadata ports completed {{(pid=115716) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1087}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync DHCP options for Neutron subnets started {{(pid=115716) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:887}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-76210156-269e-4a2c-b41e-25152e86499b None None] OVN-Southbound DB sync process completed @ 2025-01-03 20:35:49.358909 {{(pid=115716) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1361}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync DHCP options for Neutron subnets completed @ 2025-01-03 20:35:49.367352 {{(pid=115716) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:960}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned started {{(pid=115716) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:965}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned completed {{(pid=115716) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1024}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync networks, ports and DHCP options completed @ 2025-01-03 20:35:49.368234 {{(pid=115716) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1259}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync ACLs started @ 2025-01-03 20:35:49.368402 {{(pid=115716) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:260}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync ACLs completed @ 2025-01-03 20:35:49.417386 {{(pid=115716) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:400}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync routers and router ports started @ 2025-01-03 20:35:49.417591 {{(pid=115716) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:563}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync routers and router ports completed @ 2025-01-03 20:35:49.682286 {{(pid=115716) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:882}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync port QoS policies started @ 2025-01-03 20:35:49.683139 {{(pid=115716) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1306}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] Starting OVNClientQosExtension -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync port QoS policies completed @ 2025-01-03 20:35:49.709616 {{(pid=115716) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1316}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync Floating IP QoS policies started @ 2025-01-03 20:35:49.709837 {{(pid=115716) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1321}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] Starting OVNClientQosExtension -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-NB Sync Floating IP QoS policies completed @ 2025-01-03 20:35:49.732830 {{(pid=115716) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1331}} -Jan 03 20:35:49 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-ed518c0e-f60a-4917-9386-71c1c8d7e7b1 None None] OVN-Northbound DB sync process completed @ 2025-01-03 20:35:49.733019 {{(pid=115716) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:114}} -Jan 03 20:35:54 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=80,neutron:INSERT=1 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:54 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=90,neutron:DELETE=1,neutron:INSERT=2 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:59 ubuntu neutron-server[115716]: DEBUG dbcounter [-] [115716] Writing DB stats neutron:SELECT=254,neutron:DELETE=1,neutron:UPDATE=2 {{(pid=115716) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:35:59 ubuntu neutron-server[115716]: DEBUG dbcounter [-] [115716] Writing DB stats neutron:SELECT=273,neutron:INSERT=1 {{(pid=115716) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48574) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: INFO neutron.pecan_wsgi.hooks.translation [None req-51609a02-718b-492d-9d47-971867e891f0 ****** ******] GET failed (client error): The resource could not be found. -Jan 03 20:36:07 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-51609a02-718b-492d-9d47-971867e891f0 ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/public HTTP/1.1" status: 404 len: 314 time: 0.2321196 -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.policy [None req-6c3dfb45-474b-4db9-af58-3ce27966f6ec ****** ******] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=115712) register_rules /opt/stack/neutron/neutron/policy.py:65}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: WARNING oslo_policy.policy [None req-6c3dfb45-474b-4db9-af58-3ce27966f6ec ****** ******] 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. -Jan 03 20:36:07 ubuntu neutron-server[115712]: WARNING oslo_policy.policy [None req-6c3dfb45-474b-4db9-af58-3ce27966f6ec ****** ******] 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. -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-6c3dfb45-474b-4db9-af58-3ce27966f6ec ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=115712) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-6c3dfb45-474b-4db9-af58-3ce27966f6ec ****** ******] 10.201.9.223 "GET /networking/v2.0/networks?name=public HTTP/1.1" status: 200 len: 881 time: 0.1323280 -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.api.v2.base [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Request body: {'subnet': {'allocation_pools': [{'start': '192.168.1.2', 'end': '192.168.1.100'}], 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'ip_version': 4, 'name': 'public_subnet', 'cidr': '192.168.1.0/24'}} {{(pid=115712) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:729}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Made reservation on behalf of c09c34465cf64df987fa1f7c646d06a9 for: {'subnet': 1} {{(pid=115712) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Publish callbacks [] for subnet (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ipam_backend_mixin [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Performing IP validity checks on allocation pools {{(pid=115712) validate_allocation_pools /opt/stack/neutron/neutron/db/ipam_backend_mixin.py:317}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ipam_backend_mixin [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Checking for overlaps among allocation pools and gateway ip {{(pid=115712) validate_allocation_pools /opt/stack/neutron/neutron/db/ipam_backend_mixin.py:338}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] create_initial_revision uuid=24c7d6fe-dad5-448b-9b22-5b3c4a0ed517, type=subnets, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] create_subnet_precommit called with subnet settings {'id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'name': 'public_subnet', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 35, 'gateway_ip': '192.168.1.1', 'cidr': '192.168.1.0/24', 'allocation_pools': [{'start': '192.168.1.2', 'end': '192.168.1.100'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:36:07Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 0, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'} (original settings None) -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] create_subnet_precommit: -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[description], None -> -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[subnetpool_id], None -> None -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[allocation_pools], None -> [{'start': '192.168.1.2', 'end': '192.168.1.100'}] -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[gateway_ip], None -> 192.168.1.1 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[dns_nameservers], None -> [] -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[created_at], None -> 2025-01-03T20:36:07Z -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[tags], None -> [] -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[enable_dhcp], None -> True -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[service_types], None -> [] -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[router:external], None -> True -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[shared], None -> False -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[standard_attr_id], None -> 35 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[ip_version], None -> 4 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[ipv6_address_mode], None -> None -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[revision_number], None -> 0 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[updated_at], None -> 2025-01-03T20:36:07Z -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[cidr], None -> 192.168.1.0/24 -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[ipv6_ra_mode], None -> None -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[host_routes], None -> [] -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[name], None -> public_subnet -Jan 03 20:36:07 ubuntu neutron-server[115712]: key[id], None -> 24c7d6fe-dad5-448b-9b22-5b3c4a0ed517 -Jan 03 20:36:07 ubuntu neutron-server[115712]: {{(pid=115712) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.objects.ports [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Time-cost: Fetching 1 ports in 0 security groups {{(pid=115712) get_objects /opt/stack/neutron/neutron/objects/ports.py:499}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2123324'] for subnet (24c7d6fe-dad5-448b-9b22-5b3c4a0ed517), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Pushing event updated for resources: {'Subnet': ['ID=24c7d6fe-dad5-448b-9b22-5b3c4a0ed517,revision_number=0']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Tracked resource versions report: -Jan 03 20:36:07 ubuntu neutron-server[115712]: pushed versions: -Jan 03 20:36:07 ubuntu neutron-server[115712]: { 'AddressGroup': {'1.2'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'Agent': {'1.1'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'ConntrackHelper': {'1.0'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'LocalIPAssociation': {'1.0'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'Log': {'1.0'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'NDPProxy': {'1.0'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'Network': {'1.1'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'Port': {'1.10'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'PortForwarding': {'1.3'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'QosPolicy': {'1.10'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'SecurityGroup': {'1.6'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'SecurityGroupRule': {'1.3'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'SubPort': {'1.0'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'Subnet': {'1.2'}, -Jan 03 20:36:07 ubuntu neutron-server[115712]: 'Trunk': {'1.1'}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: consumer versions: -Jan 03 20:36:07 ubuntu neutron-server[115712]: {} -Jan 03 20:36:07 ubuntu neutron-server[115712]: {{(pid=115712) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} -Jan 03 20:36:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115713) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:36:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115712) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:07 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115715) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:36:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-591408', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732534795243', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8732535969411'] for port (bad04295-9478-4774-9b9b-7bc8c9b736a4), before_update {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.db.db_base_plugin_common [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Allocated IP 192.168.1.2 (bd4eaa79-3bec-4d07-9435-715a71db2645/24c7d6fe-dad5-448b-9b22-5b3c4a0ed517/bad04295-9478-4774-9b9b-7bc8c9b736a4) {{(pid=115712) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Publish callbacks [] for port (bad04295-9478-4774-9b9b-7bc8c9b736a4), precommit_update {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] No provisioning block for port bad04295-9478-4774-9b9b-7bc8c9b736a4 since it does not have a host {{(pid=115712) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] update_port_precommit called with port settings {'id': 'bad04295-9478-4774-9b9b-7bc8c9b736a4', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:ac:0e:72', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [{'subnet_id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'ip_address': '192.168.1.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:08Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'} (original settings {'id': 'bad04295-9478-4774-9b9b-7bc8c9b736a4', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:ac:0e:72', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 3, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] update_port_precommit: -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[fixed_ips], [] -> [{'subnet_id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'ip_address': '192.168.1.2'}] -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[updated_at], 2025-01-03T20:30:30Z -> 2025-01-03T20:36:08Z -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[revision_number], 1 -> 2 -Jan 03 20:36:08 ubuntu neutron-server[115712]: {{(pid=115712) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2123322', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8732535988876', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732534795243'] for port (bad04295-9478-4774-9b9b-7bc8c9b736a4), after_update {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] Pushing event updated for resources: {'Port': ['ID=bad04295-9478-4774-9b9b-7bc8c9b736a4,revision_number=2']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=bad04295-9478-4774-9b9b-7bc8c9b736a4, resource={'id': 'bad04295-9478-4774-9b9b-7bc8c9b736a4', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:ac:0e:72', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [{'subnet_id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'ip_address': '192.168.1.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:08Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 3, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}}, resource_type=ports, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddDHCPOptionsCommand(_result=None, columns={'cidr': '192.168.1.0/24', 'options': {'server_id': '192.168.1.1', 'lease_time': '43200', 'mtu': '1500', 'router': '192.168.1.1', 'server_mac': 'fa:16:3e:8e:1b:5f', 'dns_server': '{10.201.0.95}', 'classless_static_route': '{169.254.169.254/32,192.168.1.2, 0.0.0.0/0,192.168.1.1}'}, 'external_ids': {'subnet_id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'neutron:revision_number': '0'}}, may_exist=True, subnet_id=24c7d6fe-dad5-448b-9b22-5b3c4a0ed517, port_id=None, new_insert=False) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=bad04295-9478-4774-9b9b-7bc8c9b736a4, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'neutron:cidrs': '192.168.1.2/24', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-bd4eaa79-3bec-4d07-9435-715a71db2645', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'localport', 'addresses': ['fa:16:3e:ac:0e:72 192.168.1.2'], 'ha_chassis_group': []}, if_exists=False) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['bad04295-9478-4774-9b9b-7bc8c9b736a4'], if_exists=False) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row f1b2f238-bbe0-4916-a06c-5f797ea52179 (table: Logical_Switch_Port) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 87d8ef7b-a470-4e6e-a68c-a9eb0d81384a (table: Port_Binding) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b8c6f0a2-5f25-4911-a9b2-490e2f8c9cae (table: DHCP_Options) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] Successfully bumped revision number for resource bad04295-9478-4774-9b9b-7bc8c9b736a4 (type: ports) to 2 -Jan 03 20:36:08 ubuntu neutron-server[115712]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] update_port_postcommit called with port settings {'id': 'bad04295-9478-4774-9b9b-7bc8c9b736a4', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:ac:0e:72', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [{'subnet_id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'ip_address': '192.168.1.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:08Z', 'revision_number': 2, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'} (original settings {'id': 'bad04295-9478-4774-9b9b-7bc8c9b736a4', 'name': '', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'mac_address': 'fa:16:3e:ac:0e:72', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-bd4eaa79-3bec-4d07-9435-715a71db2645', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:30:30Z', 'revision_number': 1, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 3, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] update_port_postcommit: -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[fixed_ips], [] -> [{'subnet_id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'ip_address': '192.168.1.2'}] -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[updated_at], 2025-01-03T20:30:30Z -> 2025-01-03T20:36:08Z -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[revision_number], 1 -> 2 -Jan 03 20:36:08 ubuntu neutron-server[115712]: {{(pid=115712) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.plugin [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] In _notify_port_updated(), no bound segment for port bad04295-9478-4774-9b9b-7bc8c9b736a4 on network bd4eaa79-3bec-4d07-9435-715a71db2645 {{(pid=115712) _notify_port_updated /opt/stack/neutron/neutron/plugins/ml2/plugin.py:1002}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] Successfully bumped revision number for resource 24c7d6fe-dad5-448b-9b22-5b3c4a0ed517 (type: subnets) to 0 -Jan 03 20:36:08 ubuntu neutron-server[115712]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] create_subnet_postcommit called with subnet settings {'id': '24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'name': 'public_subnet', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network_id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 35, 'gateway_ip': '192.168.1.1', 'cidr': '192.168.1.0/24', 'allocation_pools': [{'start': '192.168.1.2', 'end': '192.168.1.100'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-03T20:36:07Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 0, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'network': {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 3, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] create_subnet_postcommit: -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[description], None -> -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[subnetpool_id], None -> None -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[tenant_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[network_id], None -> bd4eaa79-3bec-4d07-9435-715a71db2645 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[allocation_pools], None -> [{'start': '192.168.1.2', 'end': '192.168.1.100'}] -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[gateway_ip], None -> 192.168.1.1 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[dns_nameservers], None -> [] -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[created_at], None -> 2025-01-03T20:36:07Z -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[tags], None -> [] -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[enable_dhcp], None -> True -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[service_types], None -> [] -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[router:external], None -> True -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[shared], None -> False -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[standard_attr_id], None -> 35 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[ip_version], None -> 4 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[ipv6_address_mode], None -> None -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[revision_number], None -> 0 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[project_id], None -> c09c34465cf64df987fa1f7c646d06a9 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[updated_at], None -> 2025-01-03T20:36:07Z -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[cidr], None -> 192.168.1.0/24 -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[ipv6_ra_mode], None -> None -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[host_routes], None -> [] -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[network], None -> {'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 3, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[name], None -> public_subnet -Jan 03 20:36:08 ubuntu neutron-server[115712]: key[id], None -> 24c7d6fe-dad5-448b-9b22-5b3c4a0ed517 -Jan 03 20:36:08 ubuntu neutron-server[115712]: {{(pid=115712) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=115712) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:253}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-0b194007-7635-4fe7-b93a-933370a13ebd None None] Publish callbacks [] for subnet (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:08 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-f889c268-f1d3-4cf4-8f61-db91660f65d2 ****** ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 847 time: 0.8807943 -Jan 03 20:36:08 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:36:08 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:36:18 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=195,neutron:INSERT=5,neutron:UPDATE=5,neutron:DELETE=2 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:18 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:UPDATE=1 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:18 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=169,neutron:INSERT=5,neutron:UPDATE=2 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:18 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=1 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 49376) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (42f05147-6147-4ad3-9c55-8f5b252cf430), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] create_initial_revision uuid=42f05147-6147-4ad3-9c55-8f5b252cf430, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] create_initial_revision uuid=1fb27537-3441-43ec-aad6-babef9bd031d, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] create_initial_revision uuid=7407d616-907f-41fd-b6fc-aa8050caa11f, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] create_initial_revision uuid=91898dc4-ea9d-42b2-9e28-d98d6a57c7b8, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] create_initial_revision uuid=f25a04f8-d5ce-40d6-b342-c83960b6d0f8, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (42f05147-6147-4ad3-9c55-8f5b252cf430), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '42f05147-6147-4ad3-9c55-8f5b252cf430'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, direction=from-lport, priority=1002, match=inport == @pg_42f05147_6147_4ad3_9c55_8f5b252cf430 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1fb27537-3441-43ec-aad6-babef9bd031d'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, direction=to-lport, priority=1002, match=outport == @pg_42f05147_6147_4ad3_9c55_8f5b252cf430 && ip4 && ip4.src == $pg_42f05147_6147_4ad3_9c55_8f5b252cf430_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7407d616-907f-41fd-b6fc-aa8050caa11f'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, direction=from-lport, priority=1002, match=inport == @pg_42f05147_6147_4ad3_9c55_8f5b252cf430 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '91898dc4-ea9d-42b2-9e28-d98d6a57c7b8'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, direction=to-lport, priority=1002, match=outport == @pg_42f05147_6147_4ad3_9c55_8f5b252cf430 && ip6 && ip6.src == $pg_42f05147_6147_4ad3_9c55_8f5b252cf430_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f25a04f8-d5ce-40d6-b342-c83960b6d0f8'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2c0e7cf2-6db6-4307-a38f-85a2e9f39056 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 9dced0fe-1fad-42a5-927c-2d070be4948a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row d045eb12-b76d-4ab6-82e7-1f0a65a692da (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 598f42e1-0bca-47cb-8305-b0fb5d3dc038 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8a52e37d-c263-49ea-91be-8aac830ed31a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Successfully bumped revision number for resource 42f05147-6147-4ad3-9c55-8f5b252cf430 (type: security_groups) to 1 -Jan 03 20:36:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Successfully bumped revision number for resource 1fb27537-3441-43ec-aad6-babef9bd031d (type: security_group_rules) to 0 -Jan 03 20:36:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Successfully bumped revision number for resource 7407d616-907f-41fd-b6fc-aa8050caa11f (type: security_group_rules) to 0 -Jan 03 20:36:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Successfully bumped revision number for resource 91898dc4-ea9d-42b2-9e28-d98d6a57c7b8 (type: security_group_rules) to 0 -Jan 03 20:36:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Successfully bumped revision number for resource f25a04f8-d5ce-40d6-b342-c83960b6d0f8 (type: security_group_rules) to 0 -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=42f05147-6147-4ad3-9c55-8f5b252cf430,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-28166fd6-2d15-4650-ad79-6c5f4b639943 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6bcf5ce6850e421bb14ad3f47da370de&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2887979 -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 49380) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] Publish callbacks [] for security_group (42f05147-6147-4ad3-9c55-8f5b252cf430), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (42f05147-6147-4ad3-9c55-8f5b252cf430), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_42f05147_6147_4ad3_9c55_8f5b252cf430 && ip4 && ip4.src == $pg_42f05147_6147_4ad3_9c55_8f5b252cf430_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] delete_revision(7407d616-907f-41fd-b6fc-aa8050caa11f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row d045eb12-b76d-4ab6-82e7-1f0a65a692da (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 598f42e1-0bca-47cb-8305-b0fb5d3dc038 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_42f05147_6147_4ad3_9c55_8f5b252cf430 && ip6 && ip6.src == $pg_42f05147_6147_4ad3_9c55_8f5b252cf430_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] delete_revision(f25a04f8-d5ce-40d6-b342-c83960b6d0f8) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 2c0e7cf2-6db6-4307-a38f-85a2e9f39056 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 598f42e1-0bca-47cb-8305-b0fb5d3dc038 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (42f05147-6147-4ad3-9c55-8f5b252cf430), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_42f05147_6147_4ad3_9c55_8f5b252cf430, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8a52e37d-c263-49ea-91be-8aac830ed31a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 9dced0fe-1fad-42a5-927c-2d070be4948a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] delete_revision(42f05147-6147-4ad3-9c55-8f5b252cf430) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 598f42e1-0bca-47cb-8305-b0fb5d3dc038 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] delete_revisions(['1fb27537-3441-43ec-aad6-babef9bd031d', '91898dc4-ea9d-42b2-9e28-d98d6a57c7b8']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=42f05147-6147-4ad3-9c55-8f5b252cf430,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:19 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-3cf8a6d1-d12d-44fc-bde8-9a941ea7dc1b ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/42f05147-6147-4ad3-9c55-8f5b252cf430 HTTP/1.1" status: 204 len: 168 time: 0.2040000 -Jan 03 20:36:21 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writer thread running {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} -Jan 03 20:36:22 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49392) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:22 ubuntu neutron-server[115713]: DEBUG neutron.policy [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=115713) register_rules /opt/stack/neutron/neutron/policy.py:65}} -Jan 03 20:36:22 ubuntu neutron-server[115713]: WARNING oslo_policy.policy [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] 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. -Jan 03 20:36:22 ubuntu neutron-server[115713]: WARNING oslo_policy.policy [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] 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. -Jan 03 20:36:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (fde5ad28-dfab-41fd-aef4-1be8cc8f335a), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] create_initial_revision uuid=fde5ad28-dfab-41fd-aef4-1be8cc8f335a, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] create_initial_revision uuid=278be77b-2f2a-4d71-a86c-6537cfee1d64, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] create_initial_revision uuid=5bf303d3-6f69-4ad8-b5ba-819894685443, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] create_initial_revision uuid=77f109f6-ddf2-4e64-94ad-d54e18f375ac, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] create_initial_revision uuid=a8449b14-3414-4554-acc7-25977d211207, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fde5ad28-dfab-41fd-aef4-1be8cc8f335a), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'fde5ad28-dfab-41fd-aef4-1be8cc8f335a'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, direction=to-lport, priority=1002, match=outport == @pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a && ip4 && ip4.src == $pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '278be77b-2f2a-4d71-a86c-6537cfee1d64'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, direction=from-lport, priority=1002, match=inport == @pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5bf303d3-6f69-4ad8-b5ba-819894685443'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, direction=to-lport, priority=1002, match=outport == @pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a && ip6 && ip6.src == $pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '77f109f6-ddf2-4e64-94ad-d54e18f375ac'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, direction=from-lport, priority=1002, match=inport == @pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a8449b14-3414-4554-acc7-25977d211207'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row dffda750-1788-4cc7-b2d5-733be9cd80b3 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ebc3112b-0865-49b2-a45c-cafb80d7333d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9dff5794-3649-4ed0-8697-cb5f2413cf6d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a3647743-e2aa-4711-9999-fa482503f81e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row be9fb07d-6a30-41ed-aa38-fb95dfe0cb0e (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Successfully bumped revision number for resource fde5ad28-dfab-41fd-aef4-1be8cc8f335a (type: security_groups) to 1 -Jan 03 20:36:23 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Successfully bumped revision number for resource 278be77b-2f2a-4d71-a86c-6537cfee1d64 (type: security_group_rules) to 0 -Jan 03 20:36:23 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Successfully bumped revision number for resource 5bf303d3-6f69-4ad8-b5ba-819894685443 (type: security_group_rules) to 0 -Jan 03 20:36:23 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Successfully bumped revision number for resource 77f109f6-ddf2-4e64-94ad-d54e18f375ac (type: security_group_rules) to 0 -Jan 03 20:36:23 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Successfully bumped revision number for resource a8449b14-3414-4554-acc7-25977d211207 (type: security_group_rules) to 0 -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=fde5ad28-dfab-41fd-aef4-1be8cc8f335a,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] Tracked resource versions report: -Jan 03 20:36:23 ubuntu neutron-server[115713]: pushed versions: -Jan 03 20:36:23 ubuntu neutron-server[115713]: { 'AddressGroup': {'1.2'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'Agent': {'1.1'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'ConntrackHelper': {'1.0'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'LocalIPAssociation': {'1.0'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'Log': {'1.0'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'NDPProxy': {'1.0'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'Network': {'1.1'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'Port': {'1.10'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'PortForwarding': {'1.3'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'QosPolicy': {'1.10'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'SecurityGroup': {'1.6'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'SecurityGroupRule': {'1.3'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'SubPort': {'1.0'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'Subnet': {'1.2'}, -Jan 03 20:36:23 ubuntu neutron-server[115713]: 'Trunk': {'1.1'}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: consumer versions: -Jan 03 20:36:23 ubuntu neutron-server[115713]: {OVN Controller Gateway agent@ubuntu: {}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: {{(pid=115713) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-6897d890-feaf-4003-ac21-0dfbbb936927 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=05d474445939404c93bfb17597de1a5b&name=default HTTP/1.1" status: 200 len: 3116 time: 0.4903409 -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49400) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] Publish callbacks [] for security_group (fde5ad28-dfab-41fd-aef4-1be8cc8f335a), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (fde5ad28-dfab-41fd-aef4-1be8cc8f335a), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a && ip4 && ip4.src == $pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9dff5794-3649-4ed0-8697-cb5f2413cf6d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] delete_revision(278be77b-2f2a-4d71-a86c-6537cfee1d64) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row be9fb07d-6a30-41ed-aa38-fb95dfe0cb0e (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a && ip6 && ip6.src == $pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row be9fb07d-6a30-41ed-aa38-fb95dfe0cb0e (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ebc3112b-0865-49b2-a45c-cafb80d7333d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] delete_revision(77f109f6-ddf2-4e64-94ad-d54e18f375ac) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fde5ad28-dfab-41fd-aef4-1be8cc8f335a), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_fde5ad28_dfab_41fd_aef4_1be8cc8f335a, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row dffda750-1788-4cc7-b2d5-733be9cd80b3 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] delete_revision(fde5ad28-dfab-41fd-aef4-1be8cc8f335a) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a3647743-e2aa-4711-9999-fa482503f81e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row be9fb07d-6a30-41ed-aa38-fb95dfe0cb0e (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] delete_revisions(['a8449b14-3414-4554-acc7-25977d211207', '5bf303d3-6f69-4ad8-b5ba-819894685443']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=fde5ad28-dfab-41fd-aef4-1be8cc8f335a,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:23 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-1d3f07f2-9415-403a-8f18-dcdd02f112a4 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/fde5ad28-dfab-41fd-aef4-1be8cc8f335a HTTP/1.1" status: 204 len: 168 time: 0.1682816 -Jan 03 20:36:29 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:29 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=68,neutron:INSERT=7,neutron:UPDATE=4,neutron:DELETE=6 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:29 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=69,neutron:INSERT=9,neutron:UPDATE=2,neutron:DELETE=2 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:31 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:36:31 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 40764) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (d3252031-ed39-4645-a270-e4b4254c3561), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] create_initial_revision uuid=d3252031-ed39-4645-a270-e4b4254c3561, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] create_initial_revision uuid=08f0a102-96b5-4dab-b015-cd70add4c6a2, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] create_initial_revision uuid=95398da8-1c7a-46cb-afad-ebcdd8d082da, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] create_initial_revision uuid=a1f73c55-6890-4dd0-b238-b67b461a956a, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] create_initial_revision uuid=a364fb40-1953-4d76-9114-773074345771, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d3252031-ed39-4645-a270-e4b4254c3561), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d3252031_ed39_4645_a270_e4b4254c3561, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd3252031-ed39-4645-a270-e4b4254c3561'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d3252031_ed39_4645_a270_e4b4254c3561, direction=from-lport, priority=1002, match=inport == @pg_d3252031_ed39_4645_a270_e4b4254c3561 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '08f0a102-96b5-4dab-b015-cd70add4c6a2'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d3252031_ed39_4645_a270_e4b4254c3561, direction=to-lport, priority=1002, match=outport == @pg_d3252031_ed39_4645_a270_e4b4254c3561 && ip6 && ip6.src == $pg_d3252031_ed39_4645_a270_e4b4254c3561_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '95398da8-1c7a-46cb-afad-ebcdd8d082da'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d3252031_ed39_4645_a270_e4b4254c3561, direction=from-lport, priority=1002, match=inport == @pg_d3252031_ed39_4645_a270_e4b4254c3561 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a1f73c55-6890-4dd0-b238-b67b461a956a'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d3252031_ed39_4645_a270_e4b4254c3561, direction=to-lport, priority=1002, match=outport == @pg_d3252031_ed39_4645_a270_e4b4254c3561 && ip4 && ip4.src == $pg_d3252031_ed39_4645_a270_e4b4254c3561_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a364fb40-1953-4d76-9114-773074345771'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 0d3aad3b-1a57-43c7-8914-42b1f3a186bd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2e45e629-838b-454b-9d37-e6b97942c6c1 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 59f41db2-32f9-4b6e-b689-9c9accc8335d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6d558694-e4f6-4206-94f8-e9b090b30f05 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 532a598e-6aa5-4b91-a1b4-7302434cb125 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Successfully bumped revision number for resource d3252031-ed39-4645-a270-e4b4254c3561 (type: security_groups) to 1 -Jan 03 20:36:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Successfully bumped revision number for resource 08f0a102-96b5-4dab-b015-cd70add4c6a2 (type: security_group_rules) to 0 -Jan 03 20:36:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Successfully bumped revision number for resource 95398da8-1c7a-46cb-afad-ebcdd8d082da (type: security_group_rules) to 0 -Jan 03 20:36:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Successfully bumped revision number for resource a1f73c55-6890-4dd0-b238-b67b461a956a (type: security_group_rules) to 0 -Jan 03 20:36:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Successfully bumped revision number for resource a364fb40-1953-4d76-9114-773074345771 (type: security_group_rules) to 0 -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d3252031-ed39-4645-a270-e4b4254c3561,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-28138827-502a-4585-b2ba-d8ab90d02ab7 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=21f1405150f0476d959ffa31fa823df5&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2308860 -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 40766) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] Publish callbacks [] for security_group (d3252031-ed39-4645-a270-e4b4254c3561), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (d3252031-ed39-4645-a270-e4b4254c3561), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d3252031_ed39_4645_a270_e4b4254c3561, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d3252031_ed39_4645_a270_e4b4254c3561 && ip6 && ip6.src == $pg_d3252031_ed39_4645_a270_e4b4254c3561_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 2e45e629-838b-454b-9d37-e6b97942c6c1 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] delete_revision(95398da8-1c7a-46cb-afad-ebcdd8d082da) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 532a598e-6aa5-4b91-a1b4-7302434cb125 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d3252031_ed39_4645_a270_e4b4254c3561, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d3252031_ed39_4645_a270_e4b4254c3561 && ip4 && ip4.src == $pg_d3252031_ed39_4645_a270_e4b4254c3561_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] delete_revision(a364fb40-1953-4d76-9114-773074345771) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6d558694-e4f6-4206-94f8-e9b090b30f05 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 532a598e-6aa5-4b91-a1b4-7302434cb125 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d3252031-ed39-4645-a270-e4b4254c3561), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d3252031_ed39_4645_a270_e4b4254c3561, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 0d3aad3b-1a57-43c7-8914-42b1f3a186bd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 59f41db2-32f9-4b6e-b689-9c9accc8335d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 532a598e-6aa5-4b91-a1b4-7302434cb125 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] delete_revision(d3252031-ed39-4645-a270-e4b4254c3561) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] delete_revisions(['a1f73c55-6890-4dd0-b238-b67b461a956a', '08f0a102-96b5-4dab-b015-cd70add4c6a2']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d3252031-ed39-4645-a270-e4b4254c3561,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-01faf0e5-5051-4332-b24c-8e0c042c9170 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d3252031-ed39-4645-a270-e4b4254c3561 HTTP/1.1" status: 204 len: 168 time: 0.1632555 -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 40770) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:32 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (2d05f06a-ecec-4d34-82cf-dceee1cf90f1), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] create_initial_revision uuid=2d05f06a-ecec-4d34-82cf-dceee1cf90f1, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] create_initial_revision uuid=03a24bb5-908a-4b26-916f-d3f936da2433, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] create_initial_revision uuid=b324177b-549d-40b3-93ff-96d4def09473, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] create_initial_revision uuid=efdcea8b-d1e7-48a3-9570-93b86bb2c72a, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] create_initial_revision uuid=f8fe6c20-1254-4e58-a78c-0927a97e2619, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (2d05f06a-ecec-4d34-82cf-dceee1cf90f1), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '2d05f06a-ecec-4d34-82cf-dceee1cf90f1'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, direction=to-lport, priority=1002, match=outport == @pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1 && ip4 && ip4.src == $pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '03a24bb5-908a-4b26-916f-d3f936da2433'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, direction=from-lport, priority=1002, match=inport == @pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b324177b-549d-40b3-93ff-96d4def09473'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, direction=to-lport, priority=1002, match=outport == @pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1 && ip6 && ip6.src == $pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'efdcea8b-d1e7-48a3-9570-93b86bb2c72a'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, direction=from-lport, priority=1002, match=inport == @pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f8fe6c20-1254-4e58-a78c-0927a97e2619'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 11da3b1a-baf0-4a29-807d-738ac3acb84f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 20b021b7-709c-411a-9394-800fa8ff1033 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 2b637b2c-5854-41a0-8c8d-c8fbd58b2807 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 5b94ea63-a10d-487f-ab54-228dc1a1ae36 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 787e084a-0df7-4cdd-a013-5d3ea84ddc93 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Successfully bumped revision number for resource 2d05f06a-ecec-4d34-82cf-dceee1cf90f1 (type: security_groups) to 1 -Jan 03 20:36:33 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Successfully bumped revision number for resource 03a24bb5-908a-4b26-916f-d3f936da2433 (type: security_group_rules) to 0 -Jan 03 20:36:33 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Successfully bumped revision number for resource b324177b-549d-40b3-93ff-96d4def09473 (type: security_group_rules) to 0 -Jan 03 20:36:33 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Successfully bumped revision number for resource efdcea8b-d1e7-48a3-9570-93b86bb2c72a (type: security_group_rules) to 0 -Jan 03 20:36:33 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Successfully bumped revision number for resource f8fe6c20-1254-4e58-a78c-0927a97e2619 (type: security_group_rules) to 0 -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=2d05f06a-ecec-4d34-82cf-dceee1cf90f1,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-d28593df-bb95-4246-8566-c907173017cd ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=20c3773fedc243339dccb12c500213f5&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2220619 -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 40778) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] Publish callbacks [] for security_group (2d05f06a-ecec-4d34-82cf-dceee1cf90f1), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (2d05f06a-ecec-4d34-82cf-dceee1cf90f1), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1 && ip4 && ip4.src == $pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 11da3b1a-baf0-4a29-807d-738ac3acb84f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] delete_revision(03a24bb5-908a-4b26-916f-d3f936da2433) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 20b021b7-709c-411a-9394-800fa8ff1033 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1 && ip6 && ip6.src == $pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 11da3b1a-baf0-4a29-807d-738ac3acb84f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] delete_revision(efdcea8b-d1e7-48a3-9570-93b86bb2c72a) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 2b637b2c-5854-41a0-8c8d-c8fbd58b2807 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (2d05f06a-ecec-4d34-82cf-dceee1cf90f1), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_2d05f06a_ecec_4d34_82cf_dceee1cf90f1, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 11da3b1a-baf0-4a29-807d-738ac3acb84f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 5b94ea63-a10d-487f-ab54-228dc1a1ae36 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] delete_revision(2d05f06a-ecec-4d34-82cf-dceee1cf90f1) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:33 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 787e084a-0df7-4cdd-a013-5d3ea84ddc93 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] delete_revisions(['f8fe6c20-1254-4e58-a78c-0927a97e2619', 'b324177b-549d-40b3-93ff-96d4def09473']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=2d05f06a-ecec-4d34-82cf-dceee1cf90f1,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:33 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-6f699661-d8b8-451b-ab7e-e28aeb70de6a ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/2d05f06a-ecec-4d34-82cf-dceee1cf90f1 HTTP/1.1" status: 204 len: 168 time: 0.1399138 -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 47264) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (5cbf4903-1061-4f75-a3b5-3f1ecbea6aba), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] create_initial_revision uuid=5cbf4903-1061-4f75-a3b5-3f1ecbea6aba, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] create_initial_revision uuid=16258774-8e77-464a-a425-47030c1135a6, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] create_initial_revision uuid=3c2697cf-124b-4ddd-9fb9-8550284aff9c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] create_initial_revision uuid=47c10b8c-8e06-424d-a090-6b2f390aab98, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] create_initial_revision uuid=982cf2a8-b037-434a-a238-2c148f868ced, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (5cbf4903-1061-4f75-a3b5-3f1ecbea6aba), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '5cbf4903-1061-4f75-a3b5-3f1ecbea6aba'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, direction=from-lport, priority=1002, match=inport == @pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '16258774-8e77-464a-a425-47030c1135a6'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, direction=to-lport, priority=1002, match=outport == @pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba && ip4 && ip4.src == $pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3c2697cf-124b-4ddd-9fb9-8550284aff9c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, direction=to-lport, priority=1002, match=outport == @pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba && ip6 && ip6.src == $pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '47c10b8c-8e06-424d-a090-6b2f390aab98'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, direction=from-lport, priority=1002, match=inport == @pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '982cf2a8-b037-434a-a238-2c148f868ced'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1b82e01b-3d9d-4997-846d-bb330583c01c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 40fe807e-d138-4ce6-9a3b-516e84a3299a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 96165c9a-1949-46e7-b412-029ccd2d3554 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0686f7b2-1e55-4031-a5b1-72e57a7c9ffb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9206fab8-4efa-4b97-b844-7ff0989ad721 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Successfully bumped revision number for resource 5cbf4903-1061-4f75-a3b5-3f1ecbea6aba (type: security_groups) to 1 -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Successfully bumped revision number for resource 16258774-8e77-464a-a425-47030c1135a6 (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Successfully bumped revision number for resource 3c2697cf-124b-4ddd-9fb9-8550284aff9c (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Successfully bumped revision number for resource 47c10b8c-8e06-424d-a090-6b2f390aab98 (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Successfully bumped revision number for resource 982cf2a8-b037-434a-a238-2c148f868ced (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=5cbf4903-1061-4f75-a3b5-3f1ecbea6aba,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-91dc1d64-0143-46bf-9189-1cb1d8462b6f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8600b43cebce4e00900c68f11d94fb21&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2185333 -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 47268) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] Publish callbacks [] for security_group (5cbf4903-1061-4f75-a3b5-3f1ecbea6aba), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (5cbf4903-1061-4f75-a3b5-3f1ecbea6aba), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba && ip4 && ip4.src == $pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 1b82e01b-3d9d-4997-846d-bb330583c01c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 96165c9a-1949-46e7-b412-029ccd2d3554 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] delete_revision(3c2697cf-124b-4ddd-9fb9-8550284aff9c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba && ip6 && ip6.src == $pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9206fab8-4efa-4b97-b844-7ff0989ad721 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 96165c9a-1949-46e7-b412-029ccd2d3554 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] delete_revision(47c10b8c-8e06-424d-a090-6b2f390aab98) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (5cbf4903-1061-4f75-a3b5-3f1ecbea6aba), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_5cbf4903_1061_4f75_a3b5_3f1ecbea6aba, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 0686f7b2-1e55-4031-a5b1-72e57a7c9ffb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 40fe807e-d138-4ce6-9a3b-516e84a3299a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 96165c9a-1949-46e7-b412-029ccd2d3554 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] delete_revision(5cbf4903-1061-4f75-a3b5-3f1ecbea6aba) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] delete_revisions(['982cf2a8-b037-434a-a238-2c148f868ced', '16258774-8e77-464a-a425-47030c1135a6']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=5cbf4903-1061-4f75-a3b5-3f1ecbea6aba,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-4075a810-05f7-4fbe-895d-80f4f7cb960b ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/5cbf4903-1061-4f75-a3b5-3f1ecbea6aba HTTP/1.1" status: 204 len: 168 time: 0.1677580 -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 47284) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (ed49a138-922f-4539-bfc2-4c951f35c796), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] create_initial_revision uuid=ed49a138-922f-4539-bfc2-4c951f35c796, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] create_initial_revision uuid=38874439-6a86-496c-b73f-c6f779bc3b72, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] create_initial_revision uuid=a7c297d5-a9f6-4c21-a0b3-d53eada670c6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] create_initial_revision uuid=ee9f6846-41b4-4bbc-bd77-82cd1ece0a18, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] create_initial_revision uuid=ef1d7577-70f3-4c77-8868-a10978fdbb28, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (ed49a138-922f-4539-bfc2-4c951f35c796), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_ed49a138_922f_4539_bfc2_4c951f35c796, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'ed49a138-922f-4539-bfc2-4c951f35c796'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_ed49a138_922f_4539_bfc2_4c951f35c796, direction=to-lport, priority=1002, match=outport == @pg_ed49a138_922f_4539_bfc2_4c951f35c796 && ip6 && ip6.src == $pg_ed49a138_922f_4539_bfc2_4c951f35c796_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '38874439-6a86-496c-b73f-c6f779bc3b72'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_ed49a138_922f_4539_bfc2_4c951f35c796, direction=to-lport, priority=1002, match=outport == @pg_ed49a138_922f_4539_bfc2_4c951f35c796 && ip4 && ip4.src == $pg_ed49a138_922f_4539_bfc2_4c951f35c796_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a7c297d5-a9f6-4c21-a0b3-d53eada670c6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_ed49a138_922f_4539_bfc2_4c951f35c796, direction=from-lport, priority=1002, match=inport == @pg_ed49a138_922f_4539_bfc2_4c951f35c796 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ee9f6846-41b4-4bbc-bd77-82cd1ece0a18'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_ed49a138_922f_4539_bfc2_4c951f35c796, direction=from-lport, priority=1002, match=inport == @pg_ed49a138_922f_4539_bfc2_4c951f35c796 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ef1d7577-70f3-4c77-8868-a10978fdbb28'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 5abd5669-7f46-4aee-9875-295de3a93f0f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 7b9bf5e3-3822-4a13-aa16-266b51ec00ad (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a60793b8-0ac3-4f3a-a3d0-559f2ad098ee (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 65c2a55c-66de-4361-ac81-d8ee49029b49 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 66311255-2004-4f11-bec5-23185f3f134d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Successfully bumped revision number for resource ed49a138-922f-4539-bfc2-4c951f35c796 (type: security_groups) to 1 -Jan 03 20:36:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Successfully bumped revision number for resource 38874439-6a86-496c-b73f-c6f779bc3b72 (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Successfully bumped revision number for resource a7c297d5-a9f6-4c21-a0b3-d53eada670c6 (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Successfully bumped revision number for resource ee9f6846-41b4-4bbc-bd77-82cd1ece0a18 (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Successfully bumped revision number for resource ef1d7577-70f3-4c77-8868-a10978fdbb28 (type: security_group_rules) to 0 -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=ed49a138-922f-4539-bfc2-4c951f35c796,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-3c4bd532-a367-403b-b76f-d386050f0c2d ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=d986c22ebefb40c1a4ca5ed831c29c8b&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1463571 -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 47286) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] Publish callbacks [] for security_group (ed49a138-922f-4539-bfc2-4c951f35c796), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (ed49a138-922f-4539-bfc2-4c951f35c796), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ed49a138_922f_4539_bfc2_4c951f35c796, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ed49a138_922f_4539_bfc2_4c951f35c796 && ip6 && ip6.src == $pg_ed49a138_922f_4539_bfc2_4c951f35c796_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 7b9bf5e3-3822-4a13-aa16-266b51ec00ad (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 65c2a55c-66de-4361-ac81-d8ee49029b49 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] delete_revision(38874439-6a86-496c-b73f-c6f779bc3b72) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ed49a138_922f_4539_bfc2_4c951f35c796, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ed49a138_922f_4539_bfc2_4c951f35c796 && ip4 && ip4.src == $pg_ed49a138_922f_4539_bfc2_4c951f35c796_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 5abd5669-7f46-4aee-9875-295de3a93f0f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 65c2a55c-66de-4361-ac81-d8ee49029b49 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] delete_revision(a7c297d5-a9f6-4c21-a0b3-d53eada670c6) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (ed49a138-922f-4539-bfc2-4c951f35c796), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_ed49a138_922f_4539_bfc2_4c951f35c796, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a60793b8-0ac3-4f3a-a3d0-559f2ad098ee (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 65c2a55c-66de-4361-ac81-d8ee49029b49 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 66311255-2004-4f11-bec5-23185f3f134d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] delete_revision(ed49a138-922f-4539-bfc2-4c951f35c796) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] delete_revisions(['ee9f6846-41b4-4bbc-bd77-82cd1ece0a18', 'ef1d7577-70f3-4c77-8868-a10978fdbb28']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=ed49a138-922f-4539-bfc2-4c951f35c796,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:36:37 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-71fe7c6d-869a-4244-b464-a62e27eb5c9f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/ed49a138-922f-4539-bfc2-4c951f35c796 HTTP/1.1" status: 204 len: 168 time: 0.1528325 -Jan 03 20:36:38 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:36:38 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:36:41 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=7 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:48 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=28,neutron:UPDATE=3 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:48 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=302,neutron:INSERT=32,neutron:UPDATE=11,neutron:DELETE=19 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:48 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=307,neutron:INSERT=32,neutron:UPDATE=14,neutron:DELETE=21 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:36:48 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=43,neutron:INSERT=16,neutron:UPDATE=4 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 47474) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (fb9602a7-534f-4fb3-b929-70bccefba3b5), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] create_initial_revision uuid=fb9602a7-534f-4fb3-b929-70bccefba3b5, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] create_initial_revision uuid=05de1aa9-b0b7-4e4a-9191-d8749bc32a80, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] create_initial_revision uuid=2a316d77-0ed3-497f-b440-46510cb7ac5d, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] create_initial_revision uuid=49b5cb7a-b19b-490e-8daa-e19788562bcd, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] create_initial_revision uuid=4ce513f5-e4bb-4945-90de-033b1a0b7aa7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fb9602a7-534f-4fb3-b929-70bccefba3b5), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'fb9602a7-534f-4fb3-b929-70bccefba3b5'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, direction=to-lport, priority=1002, match=outport == @pg_fb9602a7_534f_4fb3_b929_70bccefba3b5 && ip4 && ip4.src == $pg_fb9602a7_534f_4fb3_b929_70bccefba3b5_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '05de1aa9-b0b7-4e4a-9191-d8749bc32a80'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, direction=to-lport, priority=1002, match=outport == @pg_fb9602a7_534f_4fb3_b929_70bccefba3b5 && ip6 && ip6.src == $pg_fb9602a7_534f_4fb3_b929_70bccefba3b5_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2a316d77-0ed3-497f-b440-46510cb7ac5d'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, direction=from-lport, priority=1002, match=inport == @pg_fb9602a7_534f_4fb3_b929_70bccefba3b5 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '49b5cb7a-b19b-490e-8daa-e19788562bcd'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, direction=from-lport, priority=1002, match=inport == @pg_fb9602a7_534f_4fb3_b929_70bccefba3b5 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4ce513f5-e4bb-4945-90de-033b1a0b7aa7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d4ea4666-d60d-425f-94b8-2b840b43fefd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:06 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 67ac5c41-9896-4410-ab5e-7103b4dda41f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 84f34330-5145-420e-beb8-cbbf0c7580b8 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8af212fe-8de9-4a81-b62c-bec11faa0653 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row e41a271e-8960-4467-8dc2-c14680cad777 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Successfully bumped revision number for resource fb9602a7-534f-4fb3-b929-70bccefba3b5 (type: security_groups) to 1 -Jan 03 20:37:06 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Successfully bumped revision number for resource 05de1aa9-b0b7-4e4a-9191-d8749bc32a80 (type: security_group_rules) to 0 -Jan 03 20:37:06 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Successfully bumped revision number for resource 2a316d77-0ed3-497f-b440-46510cb7ac5d (type: security_group_rules) to 0 -Jan 03 20:37:06 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Successfully bumped revision number for resource 49b5cb7a-b19b-490e-8daa-e19788562bcd (type: security_group_rules) to 0 -Jan 03 20:37:06 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Successfully bumped revision number for resource 4ce513f5-e4bb-4945-90de-033b1a0b7aa7 (type: security_group_rules) to 0 -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=fb9602a7-534f-4fb3-b929-70bccefba3b5,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-d04d837f-64fe-4c63-a59c-d8f242287b80 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=36e9a8b2112541abb45d163a72d0c73f&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2409062 -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 47478) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] Publish callbacks [] for security_group (fb9602a7-534f-4fb3-b929-70bccefba3b5), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (fb9602a7-534f-4fb3-b929-70bccefba3b5), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fb9602a7_534f_4fb3_b929_70bccefba3b5 && ip4 && ip4.src == $pg_fb9602a7_534f_4fb3_b929_70bccefba3b5_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 8af212fe-8de9-4a81-b62c-bec11faa0653 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] delete_revision(05de1aa9-b0b7-4e4a-9191-d8749bc32a80) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row e41a271e-8960-4467-8dc2-c14680cad777 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fb9602a7_534f_4fb3_b929_70bccefba3b5 && ip6 && ip6.src == $pg_fb9602a7_534f_4fb3_b929_70bccefba3b5_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 67ac5c41-9896-4410-ab5e-7103b4dda41f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 8af212fe-8de9-4a81-b62c-bec11faa0653 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] delete_revision(2a316d77-0ed3-497f-b440-46510cb7ac5d) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fb9602a7-534f-4fb3-b929-70bccefba3b5), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_fb9602a7_534f_4fb3_b929_70bccefba3b5, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 84f34330-5145-420e-beb8-cbbf0c7580b8 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 8af212fe-8de9-4a81-b62c-bec11faa0653 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d4ea4666-d60d-425f-94b8-2b840b43fefd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] delete_revision(fb9602a7-534f-4fb3-b929-70bccefba3b5) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] delete_revisions(['4ce513f5-e4bb-4945-90de-033b1a0b7aa7', '49b5cb7a-b19b-490e-8daa-e19788562bcd']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=fb9602a7-534f-4fb3-b929-70bccefba3b5,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:06 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-2cffc6a6-208c-4e31-a496-ce604aec3c0e ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/fb9602a7-534f-4fb3-b929-70bccefba3b5 HTTP/1.1" status: 204 len: 168 time: 0.1570287 -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 47492) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (d50cf355-607e-49aa-997f-3179fae9b21c), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] create_initial_revision uuid=d50cf355-607e-49aa-997f-3179fae9b21c, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] create_initial_revision uuid=1aeb9ea5-bea7-47b7-a6c0-c5110aa44579, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] create_initial_revision uuid=5649782e-d1de-4bc9-b05c-0abeadc5a862, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] create_initial_revision uuid=6260e704-a28d-4d70-9399-f6735b2f6df2, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] create_initial_revision uuid=e315e6a1-cbd6-48b9-9694-7bbb03f7f200, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d50cf355-607e-49aa-997f-3179fae9b21c), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d50cf355_607e_49aa_997f_3179fae9b21c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd50cf355-607e-49aa-997f-3179fae9b21c'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d50cf355_607e_49aa_997f_3179fae9b21c, direction=from-lport, priority=1002, match=inport == @pg_d50cf355_607e_49aa_997f_3179fae9b21c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1aeb9ea5-bea7-47b7-a6c0-c5110aa44579'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d50cf355_607e_49aa_997f_3179fae9b21c, direction=to-lport, priority=1002, match=outport == @pg_d50cf355_607e_49aa_997f_3179fae9b21c && ip6 && ip6.src == $pg_d50cf355_607e_49aa_997f_3179fae9b21c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5649782e-d1de-4bc9-b05c-0abeadc5a862'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d50cf355_607e_49aa_997f_3179fae9b21c, direction=from-lport, priority=1002, match=inport == @pg_d50cf355_607e_49aa_997f_3179fae9b21c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6260e704-a28d-4d70-9399-f6735b2f6df2'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d50cf355_607e_49aa_997f_3179fae9b21c, direction=to-lport, priority=1002, match=outport == @pg_d50cf355_607e_49aa_997f_3179fae9b21c && ip4 && ip4.src == $pg_d50cf355_607e_49aa_997f_3179fae9b21c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e315e6a1-cbd6-48b9-9694-7bbb03f7f200'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 7058c168-aa00-4010-871d-291b03929040 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8027aab4-bba4-480c-befb-1ec09d978c74 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row d0d9bdc7-0be0-4c80-bfae-0ad8302a65cb (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c269fec4-bb57-45a1-9acb-40a6ca3fa3c4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d05fd13e-d408-4b30-b709-70f437fa0742 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Successfully bumped revision number for resource d50cf355-607e-49aa-997f-3179fae9b21c (type: security_groups) to 1 -Jan 03 20:37:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Successfully bumped revision number for resource 1aeb9ea5-bea7-47b7-a6c0-c5110aa44579 (type: security_group_rules) to 0 -Jan 03 20:37:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Successfully bumped revision number for resource 5649782e-d1de-4bc9-b05c-0abeadc5a862 (type: security_group_rules) to 0 -Jan 03 20:37:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Successfully bumped revision number for resource 6260e704-a28d-4d70-9399-f6735b2f6df2 (type: security_group_rules) to 0 -Jan 03 20:37:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Successfully bumped revision number for resource e315e6a1-cbd6-48b9-9694-7bbb03f7f200 (type: security_group_rules) to 0 -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d50cf355-607e-49aa-997f-3179fae9b21c,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-c181acc2-cfcf-43c5-9def-43cadd4fda84 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=53481d17cb0740e7a9be22461527ae72&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1555934 -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 47496) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] Publish callbacks [] for security_group (d50cf355-607e-49aa-997f-3179fae9b21c), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (d50cf355-607e-49aa-997f-3179fae9b21c), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d50cf355_607e_49aa_997f_3179fae9b21c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d50cf355_607e_49aa_997f_3179fae9b21c && ip6 && ip6.src == $pg_d50cf355_607e_49aa_997f_3179fae9b21c_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row d0d9bdc7-0be0-4c80-bfae-0ad8302a65cb (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] delete_revision(5649782e-d1de-4bc9-b05c-0abeadc5a862) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row c269fec4-bb57-45a1-9acb-40a6ca3fa3c4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d50cf355_607e_49aa_997f_3179fae9b21c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d50cf355_607e_49aa_997f_3179fae9b21c && ip4 && ip4.src == $pg_d50cf355_607e_49aa_997f_3179fae9b21c_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row c269fec4-bb57-45a1-9acb-40a6ca3fa3c4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d05fd13e-d408-4b30-b709-70f437fa0742 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] delete_revision(e315e6a1-cbd6-48b9-9694-7bbb03f7f200) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d50cf355-607e-49aa-997f-3179fae9b21c), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d50cf355_607e_49aa_997f_3179fae9b21c, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 7058c168-aa00-4010-871d-291b03929040 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] delete_revision(d50cf355-607e-49aa-997f-3179fae9b21c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 8027aab4-bba4-480c-befb-1ec09d978c74 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c269fec4-bb57-45a1-9acb-40a6ca3fa3c4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] delete_revisions(['6260e704-a28d-4d70-9399-f6735b2f6df2', '1aeb9ea5-bea7-47b7-a6c0-c5110aa44579']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d50cf355-607e-49aa-997f-3179fae9b21c,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:07 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-8a29a3dd-40dc-4019-8b25-0804e5bd46ca ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d50cf355-607e-49aa-997f-3179fae9b21c HTTP/1.1" status: 204 len: 168 time: 0.1608016 -Jan 03 20:37:08 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:37:08 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:37:08 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:37:08 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:14 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37140) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:14 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (ce709969-dccc-4f10-86d5-51aa96239ceb), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] create_initial_revision uuid=ce709969-dccc-4f10-86d5-51aa96239ceb, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] create_initial_revision uuid=036af0f1-cb1c-4dec-bf78-2112494e72cd, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] create_initial_revision uuid=911fc910-3c7a-452c-88a7-b677b1483c1a, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] create_initial_revision uuid=b5bf9f8d-25c9-42c6-b56f-81823f1cae6e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] create_initial_revision uuid=e617d3ed-81c7-4655-8321-349c2ab9bd1c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (ce709969-dccc-4f10-86d5-51aa96239ceb), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'ce709969-dccc-4f10-86d5-51aa96239ceb'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, direction=from-lport, priority=1002, match=inport == @pg_ce709969_dccc_4f10_86d5_51aa96239ceb && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '036af0f1-cb1c-4dec-bf78-2112494e72cd'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, direction=to-lport, priority=1002, match=outport == @pg_ce709969_dccc_4f10_86d5_51aa96239ceb && ip6 && ip6.src == $pg_ce709969_dccc_4f10_86d5_51aa96239ceb_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '911fc910-3c7a-452c-88a7-b677b1483c1a'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, direction=from-lport, priority=1002, match=inport == @pg_ce709969_dccc_4f10_86d5_51aa96239ceb && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b5bf9f8d-25c9-42c6-b56f-81823f1cae6e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, direction=to-lport, priority=1002, match=outport == @pg_ce709969_dccc_4f10_86d5_51aa96239ceb && ip4 && ip4.src == $pg_ce709969_dccc_4f10_86d5_51aa96239ceb_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e617d3ed-81c7-4655-8321-349c2ab9bd1c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 217b0e24-9694-485e-a9ac-7f0902d1b069 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 31d5db3b-d307-4a86-8c25-83a1b1e56e85 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 67ef81e6-17fd-42c0-9960-889ec58e002e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f964151c-442f-4d93-93f1-81554fd5187b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 7d9c5f7f-45e8-404e-bbf9-314a1e541e1a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Successfully bumped revision number for resource ce709969-dccc-4f10-86d5-51aa96239ceb (type: security_groups) to 1 -Jan 03 20:37:15 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Successfully bumped revision number for resource 036af0f1-cb1c-4dec-bf78-2112494e72cd (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Successfully bumped revision number for resource 911fc910-3c7a-452c-88a7-b677b1483c1a (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Successfully bumped revision number for resource b5bf9f8d-25c9-42c6-b56f-81823f1cae6e (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Successfully bumped revision number for resource e617d3ed-81c7-4655-8321-349c2ab9bd1c (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=ce709969-dccc-4f10-86d5-51aa96239ceb,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-65340d16-e100-4dd0-b976-a45e338d21fd ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=27588937343f4bfcbb7b3052a870d37d&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2331281 -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37156) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] Publish callbacks [] for security_group (ce709969-dccc-4f10-86d5-51aa96239ceb), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (ce709969-dccc-4f10-86d5-51aa96239ceb), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ce709969_dccc_4f10_86d5_51aa96239ceb && ip6 && ip6.src == $pg_ce709969_dccc_4f10_86d5_51aa96239ceb_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 31d5db3b-d307-4a86-8c25-83a1b1e56e85 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] delete_revision(911fc910-3c7a-452c-88a7-b677b1483c1a) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 7d9c5f7f-45e8-404e-bbf9-314a1e541e1a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ce709969_dccc_4f10_86d5_51aa96239ceb && ip4 && ip4.src == $pg_ce709969_dccc_4f10_86d5_51aa96239ceb_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f964151c-442f-4d93-93f1-81554fd5187b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] delete_revision(e617d3ed-81c7-4655-8321-349c2ab9bd1c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 7d9c5f7f-45e8-404e-bbf9-314a1e541e1a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (ce709969-dccc-4f10-86d5-51aa96239ceb), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_ce709969_dccc_4f10_86d5_51aa96239ceb, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 67ef81e6-17fd-42c0-9960-889ec58e002e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 217b0e24-9694-485e-a9ac-7f0902d1b069 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 7d9c5f7f-45e8-404e-bbf9-314a1e541e1a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] delete_revision(ce709969-dccc-4f10-86d5-51aa96239ceb) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] delete_revisions(['036af0f1-cb1c-4dec-bf78-2112494e72cd', 'b5bf9f8d-25c9-42c6-b56f-81823f1cae6e']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=ce709969-dccc-4f10-86d5-51aa96239ceb,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-57883cdd-c35c-47a5-b6c0-52f1d0892e87 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/ce709969-dccc-4f10-86d5-51aa96239ceb HTTP/1.1" status: 204 len: 168 time: 0.1675272 -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37158) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (72edd45e-816f-4c79-9366-c326a33103ba), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] create_initial_revision uuid=72edd45e-816f-4c79-9366-c326a33103ba, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] create_initial_revision uuid=585dca70-27d7-4fe0-b093-abd2a7757918, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] create_initial_revision uuid=5c0a7324-789a-454f-a8c9-374824320a33, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] create_initial_revision uuid=929d1e80-fa0c-48cb-913b-b61dd2dc0de9, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] create_initial_revision uuid=d2776149-0a76-4686-a639-0203ffbb49d6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (72edd45e-816f-4c79-9366-c326a33103ba), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_72edd45e_816f_4c79_9366_c326a33103ba, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '72edd45e-816f-4c79-9366-c326a33103ba'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_72edd45e_816f_4c79_9366_c326a33103ba, direction=to-lport, priority=1002, match=outport == @pg_72edd45e_816f_4c79_9366_c326a33103ba && ip6 && ip6.src == $pg_72edd45e_816f_4c79_9366_c326a33103ba_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '585dca70-27d7-4fe0-b093-abd2a7757918'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_72edd45e_816f_4c79_9366_c326a33103ba, direction=from-lport, priority=1002, match=inport == @pg_72edd45e_816f_4c79_9366_c326a33103ba && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5c0a7324-789a-454f-a8c9-374824320a33'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_72edd45e_816f_4c79_9366_c326a33103ba, direction=to-lport, priority=1002, match=outport == @pg_72edd45e_816f_4c79_9366_c326a33103ba && ip4 && ip4.src == $pg_72edd45e_816f_4c79_9366_c326a33103ba_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '929d1e80-fa0c-48cb-913b-b61dd2dc0de9'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_72edd45e_816f_4c79_9366_c326a33103ba, direction=from-lport, priority=1002, match=inport == @pg_72edd45e_816f_4c79_9366_c326a33103ba && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd2776149-0a76-4686-a639-0203ffbb49d6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 08703432-0d5f-4e92-b5d7-997cd86d141c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4774043e-bad7-4331-8d8f-2601153168ba (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ec2bc5ab-1681-4112-a49c-71eacf1d65ac (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 386957aa-b9c6-47e7-ab7b-573f0298667b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c6ba560a-6f86-41b5-a5d1-e2f202eda49b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Successfully bumped revision number for resource 72edd45e-816f-4c79-9366-c326a33103ba (type: security_groups) to 1 -Jan 03 20:37:15 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Successfully bumped revision number for resource 585dca70-27d7-4fe0-b093-abd2a7757918 (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Successfully bumped revision number for resource 5c0a7324-789a-454f-a8c9-374824320a33 (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Successfully bumped revision number for resource 929d1e80-fa0c-48cb-913b-b61dd2dc0de9 (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Successfully bumped revision number for resource d2776149-0a76-4686-a639-0203ffbb49d6 (type: security_group_rules) to 0 -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=72edd45e-816f-4c79-9366-c326a33103ba,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115715) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] Tracked resource versions report: -Jan 03 20:37:15 ubuntu neutron-server[115712]: pushed versions: -Jan 03 20:37:15 ubuntu neutron-server[115712]: { 'AddressGroup': {'1.2'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'Agent': {'1.1'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'ConntrackHelper': {'1.0'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'LocalIPAssociation': {'1.0'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'Log': {'1.0'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'NDPProxy': {'1.0'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'Network': {'1.1'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'Port': {'1.10'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'PortForwarding': {'1.3'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'QosPolicy': {'1.10'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'SecurityGroup': {'1.6'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'SecurityGroupRule': {'1.3'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'SubPort': {'1.0'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'Subnet': {'1.2'}, -Jan 03 20:37:15 ubuntu neutron-server[115712]: 'Trunk': {'1.1'}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: consumer versions: -Jan 03 20:37:15 ubuntu neutron-server[115712]: {OVN Controller Gateway agent@ubuntu: {}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: {{(pid=115712) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115713) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:37:15 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115712) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-aad462eb-462c-4dc4-9296-181e8722c1f7 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f71d09e2e00c407f804e255e3761ef5d&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1698954 -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37164) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] Publish callbacks [] for security_group (72edd45e-816f-4c79-9366-c326a33103ba), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (72edd45e-816f-4c79-9366-c326a33103ba), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_72edd45e_816f_4c79_9366_c326a33103ba, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_72edd45e_816f_4c79_9366_c326a33103ba && ip6 && ip6.src == $pg_72edd45e_816f_4c79_9366_c326a33103ba_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c6ba560a-6f86-41b5-a5d1-e2f202eda49b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row ec2bc5ab-1681-4112-a49c-71eacf1d65ac (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] delete_revision(585dca70-27d7-4fe0-b093-abd2a7757918) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_72edd45e_816f_4c79_9366_c326a33103ba, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_72edd45e_816f_4c79_9366_c326a33103ba && ip4 && ip4.src == $pg_72edd45e_816f_4c79_9366_c326a33103ba_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row ec2bc5ab-1681-4112-a49c-71eacf1d65ac (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] delete_revision(929d1e80-fa0c-48cb-913b-b61dd2dc0de9) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:15 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 386957aa-b9c6-47e7-ab7b-573f0298667b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (72edd45e-816f-4c79-9366-c326a33103ba), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_72edd45e_816f_4c79_9366_c326a33103ba, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 08703432-0d5f-4e92-b5d7-997cd86d141c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4774043e-bad7-4331-8d8f-2601153168ba (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ec2bc5ab-1681-4112-a49c-71eacf1d65ac (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] delete_revision(72edd45e-816f-4c79-9366-c326a33103ba) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] delete_revisions(['d2776149-0a76-4686-a639-0203ffbb49d6', '5c0a7324-789a-454f-a8c9-374824320a33']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=72edd45e-816f-4c79-9366-c326a33103ba,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:15 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-1b8cc725-8fe6-4265-b3df-f2a03a0de019 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/72edd45e-816f-4c79-9366-c326a33103ba HTTP/1.1" status: 204 len: 168 time: 0.1879201 -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37178) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (7e8e6adf-e547-4449-80fe-d4649b6122bd), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] create_initial_revision uuid=7e8e6adf-e547-4449-80fe-d4649b6122bd, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] create_initial_revision uuid=0588d658-0c50-4aa5-9a72-1bda4673cf7a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] create_initial_revision uuid=a5176e63-0aaa-43ce-97ef-c7f327ef9c20, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] create_initial_revision uuid=e10ac2fb-3acc-4e5c-ac76-0dc1c30de422, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] create_initial_revision uuid=e64d1e4a-193b-4022-9c3f-676bd17a1a80, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7e8e6adf-e547-4449-80fe-d4649b6122bd), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7e8e6adf-e547-4449-80fe-d4649b6122bd'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, direction=to-lport, priority=1002, match=outport == @pg_7e8e6adf_e547_4449_80fe_d4649b6122bd && ip6 && ip6.src == $pg_7e8e6adf_e547_4449_80fe_d4649b6122bd_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0588d658-0c50-4aa5-9a72-1bda4673cf7a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, direction=from-lport, priority=1002, match=inport == @pg_7e8e6adf_e547_4449_80fe_d4649b6122bd && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a5176e63-0aaa-43ce-97ef-c7f327ef9c20'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, direction=from-lport, priority=1002, match=inport == @pg_7e8e6adf_e547_4449_80fe_d4649b6122bd && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e10ac2fb-3acc-4e5c-ac76-0dc1c30de422'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, direction=to-lport, priority=1002, match=outport == @pg_7e8e6adf_e547_4449_80fe_d4649b6122bd && ip4 && ip4.src == $pg_7e8e6adf_e547_4449_80fe_d4649b6122bd_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e64d1e4a-193b-4022-9c3f-676bd17a1a80'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 6a06598a-624d-481b-a18d-aa9a654c3428 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b18c0af8-8074-4bad-b6b4-88c5c215466c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row eec0d3c1-c71f-4fe5-9d1b-3e74917694de (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ea016fa8-46a6-474f-81e4-dd506f7a7dc6 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 21584578-6dd4-4eae-bef2-4163acb9d97c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Successfully bumped revision number for resource 7e8e6adf-e547-4449-80fe-d4649b6122bd (type: security_groups) to 1 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Successfully bumped revision number for resource 0588d658-0c50-4aa5-9a72-1bda4673cf7a (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Successfully bumped revision number for resource a5176e63-0aaa-43ce-97ef-c7f327ef9c20 (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Successfully bumped revision number for resource e10ac2fb-3acc-4e5c-ac76-0dc1c30de422 (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Successfully bumped revision number for resource e64d1e4a-193b-4022-9c3f-676bd17a1a80 (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7e8e6adf-e547-4449-80fe-d4649b6122bd,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-c1d0b98f-487e-4b24-9ac1-ddb45a8fbf10 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=2e9afcda28c24ad78fb62f733b6b764d&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2249551 -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37186) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] Publish callbacks [] for security_group (7e8e6adf-e547-4449-80fe-d4649b6122bd), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (7e8e6adf-e547-4449-80fe-d4649b6122bd), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7e8e6adf_e547_4449_80fe_d4649b6122bd && ip6 && ip6.src == $pg_7e8e6adf_e547_4449_80fe_d4649b6122bd_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 6a06598a-624d-481b-a18d-aa9a654c3428 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] delete_revision(0588d658-0c50-4aa5-9a72-1bda4673cf7a) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 21584578-6dd4-4eae-bef2-4163acb9d97c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7e8e6adf_e547_4449_80fe_d4649b6122bd && ip4 && ip4.src == $pg_7e8e6adf_e547_4449_80fe_d4649b6122bd_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] delete_revision(e64d1e4a-193b-4022-9c3f-676bd17a1a80) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ea016fa8-46a6-474f-81e4-dd506f7a7dc6 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 21584578-6dd4-4eae-bef2-4163acb9d97c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7e8e6adf-e547-4449-80fe-d4649b6122bd), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7e8e6adf_e547_4449_80fe_d4649b6122bd, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row eec0d3c1-c71f-4fe5-9d1b-3e74917694de (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b18c0af8-8074-4bad-b6b4-88c5c215466c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] delete_revision(7e8e6adf-e547-4449-80fe-d4649b6122bd) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 21584578-6dd4-4eae-bef2-4163acb9d97c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] delete_revisions(['a5176e63-0aaa-43ce-97ef-c7f327ef9c20', 'e10ac2fb-3acc-4e5c-ac76-0dc1c30de422']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7e8e6adf-e547-4449-80fe-d4649b6122bd,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-6bc93576-67a7-419a-a622-d95ba3623b81 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7e8e6adf-e547-4449-80fe-d4649b6122bd HTTP/1.1" status: 204 len: 168 time: 0.1547453 -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37196) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (11f58747-23d2-422e-b4a5-5c583effcbea), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] create_initial_revision uuid=11f58747-23d2-422e-b4a5-5c583effcbea, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] create_initial_revision uuid=1248e067-afd8-49a2-ba87-7c115d2c6a5b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] create_initial_revision uuid=31dd65ac-253e-4121-8be7-f99399d3a0c6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] create_initial_revision uuid=97180861-98d6-4591-8009-88c1d2e669d5, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] create_initial_revision uuid=e768e17f-d616-48be-9bd8-795289251953, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (11f58747-23d2-422e-b4a5-5c583effcbea), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_11f58747_23d2_422e_b4a5_5c583effcbea, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '11f58747-23d2-422e-b4a5-5c583effcbea'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_11f58747_23d2_422e_b4a5_5c583effcbea, direction=to-lport, priority=1002, match=outport == @pg_11f58747_23d2_422e_b4a5_5c583effcbea && ip6 && ip6.src == $pg_11f58747_23d2_422e_b4a5_5c583effcbea_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1248e067-afd8-49a2-ba87-7c115d2c6a5b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_11f58747_23d2_422e_b4a5_5c583effcbea, direction=from-lport, priority=1002, match=inport == @pg_11f58747_23d2_422e_b4a5_5c583effcbea && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '31dd65ac-253e-4121-8be7-f99399d3a0c6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_11f58747_23d2_422e_b4a5_5c583effcbea, direction=from-lport, priority=1002, match=inport == @pg_11f58747_23d2_422e_b4a5_5c583effcbea && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '97180861-98d6-4591-8009-88c1d2e669d5'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_11f58747_23d2_422e_b4a5_5c583effcbea, direction=to-lport, priority=1002, match=outport == @pg_11f58747_23d2_422e_b4a5_5c583effcbea && ip4 && ip4.src == $pg_11f58747_23d2_422e_b4a5_5c583effcbea_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e768e17f-d616-48be-9bd8-795289251953'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 201a279b-e3fa-4b4c-a7b5-eabea1f970e1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 57bd3125-bfa4-470e-9e18-afa08f7c7440 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4262c8c4-4b89-4c75-95db-4fe27b2a34f2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ba1ad4a9-6ecf-4d84-bdb4-1fba3e9a1a50 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3018288b-4e1e-40e8-b5c6-5ec270d34b28 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Successfully bumped revision number for resource 11f58747-23d2-422e-b4a5-5c583effcbea (type: security_groups) to 1 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Successfully bumped revision number for resource 1248e067-afd8-49a2-ba87-7c115d2c6a5b (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Successfully bumped revision number for resource 31dd65ac-253e-4121-8be7-f99399d3a0c6 (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Successfully bumped revision number for resource 97180861-98d6-4591-8009-88c1d2e669d5 (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Successfully bumped revision number for resource e768e17f-d616-48be-9bd8-795289251953 (type: security_group_rules) to 0 -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=11f58747-23d2-422e-b4a5-5c583effcbea,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-3d1e01bd-e2c7-4d8c-9655-f85063fca0fa ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=5c2ca352a7734073999171c86cb3032b&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1610680 -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37210) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] Publish callbacks [] for security_group (11f58747-23d2-422e-b4a5-5c583effcbea), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (11f58747-23d2-422e-b4a5-5c583effcbea), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_11f58747_23d2_422e_b4a5_5c583effcbea, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_11f58747_23d2_422e_b4a5_5c583effcbea && ip6 && ip6.src == $pg_11f58747_23d2_422e_b4a5_5c583effcbea_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3018288b-4e1e-40e8-b5c6-5ec270d34b28 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] delete_revision(1248e067-afd8-49a2-ba87-7c115d2c6a5b) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 57bd3125-bfa4-470e-9e18-afa08f7c7440 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_11f58747_23d2_422e_b4a5_5c583effcbea, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_11f58747_23d2_422e_b4a5_5c583effcbea && ip4 && ip4.src == $pg_11f58747_23d2_422e_b4a5_5c583effcbea_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3018288b-4e1e-40e8-b5c6-5ec270d34b28 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ba1ad4a9-6ecf-4d84-bdb4-1fba3e9a1a50 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] delete_revision(e768e17f-d616-48be-9bd8-795289251953) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (11f58747-23d2-422e-b4a5-5c583effcbea), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_11f58747_23d2_422e_b4a5_5c583effcbea, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 201a279b-e3fa-4b4c-a7b5-eabea1f970e1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4262c8c4-4b89-4c75-95db-4fe27b2a34f2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3018288b-4e1e-40e8-b5c6-5ec270d34b28 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] delete_revision(11f58747-23d2-422e-b4a5-5c583effcbea) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] delete_revisions(['97180861-98d6-4591-8009-88c1d2e669d5', '31dd65ac-253e-4121-8be7-f99399d3a0c6']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=11f58747-23d2-422e-b4a5-5c583effcbea,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:17 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-9d57b061-e5e8-4e98-b3e8-8eb4c6e0c5aa ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/11f58747-23d2-422e-b4a5-5c583effcbea HTTP/1.1" status: 204 len: 168 time: 0.1635625 -Jan 03 20:37:18 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=3 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37220) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (238db222-de0f-4ced-9644-c25d3e885bb1), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] create_initial_revision uuid=238db222-de0f-4ced-9644-c25d3e885bb1, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] create_initial_revision uuid=26ae6735-f36b-4395-832d-c381804b2303, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] create_initial_revision uuid=4b08734f-7c94-496a-9b88-c00129736452, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] create_initial_revision uuid=63b52588-1623-4809-ad2f-8294d807cf1c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] create_initial_revision uuid=be0da314-9aa5-49a2-82d1-6f8e8113551d, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (238db222-de0f-4ced-9644-c25d3e885bb1), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_238db222_de0f_4ced_9644_c25d3e885bb1, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '238db222-de0f-4ced-9644-c25d3e885bb1'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_238db222_de0f_4ced_9644_c25d3e885bb1, direction=from-lport, priority=1002, match=inport == @pg_238db222_de0f_4ced_9644_c25d3e885bb1 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '26ae6735-f36b-4395-832d-c381804b2303'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_238db222_de0f_4ced_9644_c25d3e885bb1, direction=to-lport, priority=1002, match=outport == @pg_238db222_de0f_4ced_9644_c25d3e885bb1 && ip4 && ip4.src == $pg_238db222_de0f_4ced_9644_c25d3e885bb1_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4b08734f-7c94-496a-9b88-c00129736452'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_238db222_de0f_4ced_9644_c25d3e885bb1, direction=to-lport, priority=1002, match=outport == @pg_238db222_de0f_4ced_9644_c25d3e885bb1 && ip6 && ip6.src == $pg_238db222_de0f_4ced_9644_c25d3e885bb1_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '63b52588-1623-4809-ad2f-8294d807cf1c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_238db222_de0f_4ced_9644_c25d3e885bb1, direction=from-lport, priority=1002, match=inport == @pg_238db222_de0f_4ced_9644_c25d3e885bb1 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'be0da314-9aa5-49a2-82d1-6f8e8113551d'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 206b656e-9011-4896-890c-fe2f3e918ff1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4b0ae5d9-25c7-4288-83bd-7ed865c7b1fe (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 57d29144-5731-45a5-a8b7-567b99619c03 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Successfully bumped revision number for resource 238db222-de0f-4ced-9644-c25d3e885bb1 (type: security_groups) to 1 -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a4778361-5365-443c-9703-d8150b1f4bf4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 87aa7c68-6d1c-4138-bacd-795fc55a5e90 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Successfully bumped revision number for resource 26ae6735-f36b-4395-832d-c381804b2303 (type: security_group_rules) to 0 -Jan 03 20:37:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Successfully bumped revision number for resource 4b08734f-7c94-496a-9b88-c00129736452 (type: security_group_rules) to 0 -Jan 03 20:37:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Successfully bumped revision number for resource 63b52588-1623-4809-ad2f-8294d807cf1c (type: security_group_rules) to 0 -Jan 03 20:37:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Successfully bumped revision number for resource be0da314-9aa5-49a2-82d1-6f8e8113551d (type: security_group_rules) to 0 -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=238db222-de0f-4ced-9644-c25d3e885bb1,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-a73f1667-3ccf-4579-a001-13c31c7bf01d ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=9edd47c020b74580bbb4df63090caa01&name=default HTTP/1.1" status: 200 len: 3117 time: 0.2299306 -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37230) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] Publish callbacks [] for security_group (238db222-de0f-4ced-9644-c25d3e885bb1), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (238db222-de0f-4ced-9644-c25d3e885bb1), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_238db222_de0f_4ced_9644_c25d3e885bb1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_238db222_de0f_4ced_9644_c25d3e885bb1 && ip4 && ip4.src == $pg_238db222_de0f_4ced_9644_c25d3e885bb1_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] delete_revision(4b08734f-7c94-496a-9b88-c00129736452) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a4778361-5365-443c-9703-d8150b1f4bf4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 87aa7c68-6d1c-4138-bacd-795fc55a5e90 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_238db222_de0f_4ced_9644_c25d3e885bb1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_238db222_de0f_4ced_9644_c25d3e885bb1 && ip6 && ip6.src == $pg_238db222_de0f_4ced_9644_c25d3e885bb1_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] delete_revision(63b52588-1623-4809-ad2f-8294d807cf1c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 57d29144-5731-45a5-a8b7-567b99619c03 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 87aa7c68-6d1c-4138-bacd-795fc55a5e90 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (238db222-de0f-4ced-9644-c25d3e885bb1), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_238db222_de0f_4ced_9644_c25d3e885bb1, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 206b656e-9011-4896-890c-fe2f3e918ff1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4b0ae5d9-25c7-4288-83bd-7ed865c7b1fe (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] delete_revision(238db222-de0f-4ced-9644-c25d3e885bb1) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 87aa7c68-6d1c-4138-bacd-795fc55a5e90 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] delete_revisions(['be0da314-9aa5-49a2-82d1-6f8e8113551d', '26ae6735-f36b-4395-832d-c381804b2303']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=238db222-de0f-4ced-9644-c25d3e885bb1,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-9d66b539-76a0-40cf-89d7-0b569dbb78b1 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/238db222-de0f-4ced-9644-c25d3e885bb1 HTTP/1.1" status: 204 len: 168 time: 0.1609178 -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37242) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (7bbfac50-8501-46c5-a0bd-2d496c97f268), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] create_initial_revision uuid=7bbfac50-8501-46c5-a0bd-2d496c97f268, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] create_initial_revision uuid=4f734880-6fc1-49da-9556-707e054c473d, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] create_initial_revision uuid=91f43c96-b81d-47be-96e2-5498abc0ef56, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] create_initial_revision uuid=c23559f1-91f7-4bee-8884-07351f04d9ef, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] create_initial_revision uuid=dbd58eb3-dc75-4548-8e78-9d1d2626b792, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7bbfac50-8501-46c5-a0bd-2d496c97f268), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7bbfac50-8501-46c5-a0bd-2d496c97f268'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, direction=from-lport, priority=1002, match=inport == @pg_7bbfac50_8501_46c5_a0bd_2d496c97f268 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4f734880-6fc1-49da-9556-707e054c473d'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, direction=from-lport, priority=1002, match=inport == @pg_7bbfac50_8501_46c5_a0bd_2d496c97f268 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '91f43c96-b81d-47be-96e2-5498abc0ef56'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, direction=to-lport, priority=1002, match=outport == @pg_7bbfac50_8501_46c5_a0bd_2d496c97f268 && ip4 && ip4.src == $pg_7bbfac50_8501_46c5_a0bd_2d496c97f268_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c23559f1-91f7-4bee-8884-07351f04d9ef'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, direction=to-lport, priority=1002, match=outport == @pg_7bbfac50_8501_46c5_a0bd_2d496c97f268 && ip6 && ip6.src == $pg_7bbfac50_8501_46c5_a0bd_2d496c97f268_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dbd58eb3-dc75-4548-8e78-9d1d2626b792'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1189a935-ff31-4373-a404-e1c14ae5de2d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 237663be-e8ba-4221-a505-6721f40bed87 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 299ee22e-5187-44c1-aaa3-fe512abd36f9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Successfully bumped revision number for resource 7bbfac50-8501-46c5-a0bd-2d496c97f268 (type: security_groups) to 1 -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 70b5fe9c-7553-4741-b740-af3b5ec3ccbc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 50951dc2-eedd-43f5-94bb-00d91eef8106 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Successfully bumped revision number for resource 4f734880-6fc1-49da-9556-707e054c473d (type: security_group_rules) to 0 -Jan 03 20:37:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Successfully bumped revision number for resource 91f43c96-b81d-47be-96e2-5498abc0ef56 (type: security_group_rules) to 0 -Jan 03 20:37:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Successfully bumped revision number for resource c23559f1-91f7-4bee-8884-07351f04d9ef (type: security_group_rules) to 0 -Jan 03 20:37:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Successfully bumped revision number for resource dbd58eb3-dc75-4548-8e78-9d1d2626b792 (type: security_group_rules) to 0 -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7bbfac50-8501-46c5-a0bd-2d496c97f268,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-dbe5f7aa-018c-4fb3-96a9-04f2de33ea90 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=831c9d920ae84d009f163087b572cb1a&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1597235 -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37256) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] Publish callbacks [] for security_group (7bbfac50-8501-46c5-a0bd-2d496c97f268), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (7bbfac50-8501-46c5-a0bd-2d496c97f268), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7bbfac50_8501_46c5_a0bd_2d496c97f268 && ip4 && ip4.src == $pg_7bbfac50_8501_46c5_a0bd_2d496c97f268_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] delete_revision(c23559f1-91f7-4bee-8884-07351f04d9ef) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 237663be-e8ba-4221-a505-6721f40bed87 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 50951dc2-eedd-43f5-94bb-00d91eef8106 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7bbfac50_8501_46c5_a0bd_2d496c97f268 && ip6 && ip6.src == $pg_7bbfac50_8501_46c5_a0bd_2d496c97f268_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] delete_revision(dbd58eb3-dc75-4548-8e78-9d1d2626b792) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 70b5fe9c-7553-4741-b740-af3b5ec3ccbc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 50951dc2-eedd-43f5-94bb-00d91eef8106 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7bbfac50-8501-46c5-a0bd-2d496c97f268), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7bbfac50_8501_46c5_a0bd_2d496c97f268, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] delete_revision(7bbfac50-8501-46c5-a0bd-2d496c97f268) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 1189a935-ff31-4373-a404-e1c14ae5de2d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] delete_revisions(['91f43c96-b81d-47be-96e2-5498abc0ef56', '4f734880-6fc1-49da-9556-707e054c473d']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 299ee22e-5187-44c1-aaa3-fe512abd36f9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 50951dc2-eedd-43f5-94bb-00d91eef8106 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7bbfac50-8501-46c5-a0bd-2d496c97f268,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:20 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-189d3696-3605-4109-a89d-d2a834271f73 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7bbfac50-8501-46c5-a0bd-2d496c97f268 HTTP/1.1" status: 204 len: 168 time: 0.1452804 -Jan 03 20:37:25 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:25 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:30 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=266,neutron:DELETE=19,neutron:INSERT=30,neutron:UPDATE=21 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:30 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=253,neutron:INSERT=22,neutron:UPDATE=46,neutron:DELETE=9 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:30 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=298,neutron:INSERT=58,neutron:UPDATE=39,neutron:DELETE=15 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:30 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=274,neutron:DELETE=21,neutron:UPDATE=20,neutron:INSERT=18 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48674) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (7c7b73a4-1746-4d77-bb5d-60f3eee5d08f), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] create_initial_revision uuid=7c7b73a4-1746-4d77-bb5d-60f3eee5d08f, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] create_initial_revision uuid=30d3b749-8538-4786-b682-10ef50bd8056, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] create_initial_revision uuid=3dc6070c-c06e-400c-9b13-6b88b43fabac, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] create_initial_revision uuid=a1c71922-73ba-4e21-9ec4-c204d5606585, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] create_initial_revision uuid=ced51948-07bc-4f2f-90d2-5128cc1edda2, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7c7b73a4-1746-4d77-bb5d-60f3eee5d08f), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7c7b73a4-1746-4d77-bb5d-60f3eee5d08f'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, direction=to-lport, priority=1002, match=outport == @pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f && ip6 && ip6.src == $pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '30d3b749-8538-4786-b682-10ef50bd8056'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, direction=to-lport, priority=1002, match=outport == @pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f && ip4 && ip4.src == $pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3dc6070c-c06e-400c-9b13-6b88b43fabac'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, direction=from-lport, priority=1002, match=inport == @pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a1c71922-73ba-4e21-9ec4-c204d5606585'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, direction=from-lport, priority=1002, match=inport == @pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ced51948-07bc-4f2f-90d2-5128cc1edda2'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2d14a274-e8cd-4ed6-93e7-34737904ef6b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a60cb319-12a1-4de3-9d21-1f074c4533c0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 610599b0-e595-4888-949a-8f08fef7d17c (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 005a42f0-d591-49c3-b1af-2d7fedb6a227 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f0898a24-fc2f-4a86-b347-364c814a6862 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Successfully bumped revision number for resource 7c7b73a4-1746-4d77-bb5d-60f3eee5d08f (type: security_groups) to 1 -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Successfully bumped revision number for resource 30d3b749-8538-4786-b682-10ef50bd8056 (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Successfully bumped revision number for resource 3dc6070c-c06e-400c-9b13-6b88b43fabac (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Successfully bumped revision number for resource a1c71922-73ba-4e21-9ec4-c204d5606585 (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Successfully bumped revision number for resource ced51948-07bc-4f2f-90d2-5128cc1edda2 (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7c7b73a4-1746-4d77-bb5d-60f3eee5d08f,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-80156781-851b-46cb-9e2e-003f01eac045 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=766419d95dcb463896227c740c4e7592&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2466836 -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48680) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] Publish callbacks [] for security_group (7c7b73a4-1746-4d77-bb5d-60f3eee5d08f), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (7c7b73a4-1746-4d77-bb5d-60f3eee5d08f), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f && ip6 && ip6.src == $pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 005a42f0-d591-49c3-b1af-2d7fedb6a227 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] delete_revision(30d3b749-8538-4786-b682-10ef50bd8056) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 610599b0-e595-4888-949a-8f08fef7d17c (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f && ip4 && ip4.src == $pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] delete_revision(3dc6070c-c06e-400c-9b13-6b88b43fabac) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 2d14a274-e8cd-4ed6-93e7-34737904ef6b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 610599b0-e595-4888-949a-8f08fef7d17c (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7c7b73a4-1746-4d77-bb5d-60f3eee5d08f), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7c7b73a4_1746_4d77_bb5d_60f3eee5d08f, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a60cb319-12a1-4de3-9d21-1f074c4533c0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f0898a24-fc2f-4a86-b347-364c814a6862 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 610599b0-e595-4888-949a-8f08fef7d17c (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] delete_revision(7c7b73a4-1746-4d77-bb5d-60f3eee5d08f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] delete_revisions(['a1c71922-73ba-4e21-9ec4-c204d5606585', 'ced51948-07bc-4f2f-90d2-5128cc1edda2']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7c7b73a4-1746-4d77-bb5d-60f3eee5d08f,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-e34ea78b-5157-4a2c-b876-f0d0f36be420 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7c7b73a4-1746-4d77-bb5d-60f3eee5d08f HTTP/1.1" status: 204 len: 168 time: 0.1616285 -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 48684) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (45e2cc19-fae7-4b08-9449-79c8a1e4ed81), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] create_initial_revision uuid=45e2cc19-fae7-4b08-9449-79c8a1e4ed81, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] create_initial_revision uuid=10ba5d2b-0def-495c-9b77-bcbd9209a008, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] create_initial_revision uuid=4c2557fa-61f7-48e2-b05a-ae2782a8aafa, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] create_initial_revision uuid=6206a325-bdb6-4acf-97bd-13a38874ff84, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] create_initial_revision uuid=c89202b0-05ac-4d8f-a48b-7ec6339e570c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (45e2cc19-fae7-4b08-9449-79c8a1e4ed81), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '45e2cc19-fae7-4b08-9449-79c8a1e4ed81'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, direction=from-lport, priority=1002, match=inport == @pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '10ba5d2b-0def-495c-9b77-bcbd9209a008'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, direction=to-lport, priority=1002, match=outport == @pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81 && ip6 && ip6.src == $pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4c2557fa-61f7-48e2-b05a-ae2782a8aafa'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, direction=from-lport, priority=1002, match=inport == @pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6206a325-bdb6-4acf-97bd-13a38874ff84'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, direction=to-lport, priority=1002, match=outport == @pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81 && ip4 && ip4.src == $pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c89202b0-05ac-4d8f-a48b-7ec6339e570c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 606cae02-a95c-4cb0-8b8e-199093d6b658 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 93d40e5c-cb3c-48cd-8c94-1e665312b121 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f117a104-8389-4ad0-b13e-ed16de73b25a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a5b645d0-07f9-4eaf-884b-4668dfa56bd7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ede7f079-3b7d-48de-9bf6-f5a673753c61 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Successfully bumped revision number for resource 45e2cc19-fae7-4b08-9449-79c8a1e4ed81 (type: security_groups) to 1 -Jan 03 20:37:35 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Successfully bumped revision number for resource 10ba5d2b-0def-495c-9b77-bcbd9209a008 (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Successfully bumped revision number for resource 4c2557fa-61f7-48e2-b05a-ae2782a8aafa (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Successfully bumped revision number for resource 6206a325-bdb6-4acf-97bd-13a38874ff84 (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Successfully bumped revision number for resource c89202b0-05ac-4d8f-a48b-7ec6339e570c (type: security_group_rules) to 0 -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=45e2cc19-fae7-4b08-9449-79c8a1e4ed81,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-4ce5463f-a259-4fc9-8f6d-75e8e900a2f1 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f303a8eca3304da893d121c2e41c601a&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1738062 -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48686) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] Publish callbacks [] for security_group (45e2cc19-fae7-4b08-9449-79c8a1e4ed81), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (45e2cc19-fae7-4b08-9449-79c8a1e4ed81), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81 && ip6 && ip6.src == $pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] delete_revision(4c2557fa-61f7-48e2-b05a-ae2782a8aafa) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 606cae02-a95c-4cb0-8b8e-199093d6b658 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row f117a104-8389-4ad0-b13e-ed16de73b25a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81 && ip4 && ip4.src == $pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a5b645d0-07f9-4eaf-884b-4668dfa56bd7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] delete_revision(c89202b0-05ac-4d8f-a48b-7ec6339e570c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row f117a104-8389-4ad0-b13e-ed16de73b25a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (45e2cc19-fae7-4b08-9449-79c8a1e4ed81), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_45e2cc19_fae7_4b08_9449_79c8a1e4ed81, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 93d40e5c-cb3c-48cd-8c94-1e665312b121 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f117a104-8389-4ad0-b13e-ed16de73b25a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ede7f079-3b7d-48de-9bf6-f5a673753c61 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] delete_revision(45e2cc19-fae7-4b08-9449-79c8a1e4ed81) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] delete_revisions(['6206a325-bdb6-4acf-97bd-13a38874ff84', '10ba5d2b-0def-495c-9b77-bcbd9209a008']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=45e2cc19-fae7-4b08-9449-79c8a1e4ed81,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:35 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-5fa45cee-a35a-4d92-b3ac-921c04bf00c0 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/45e2cc19-fae7-4b08-9449-79c8a1e4ed81 HTTP/1.1" status: 204 len: 168 time: 0.1450136 -Jan 03 20:37:38 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:37:38 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 42558) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (9b7bafa3-edb8-4c71-8533-8c45e4a4dbed), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] create_initial_revision uuid=9b7bafa3-edb8-4c71-8533-8c45e4a4dbed, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] create_initial_revision uuid=17ae12bf-a5db-42bf-9581-e5aff4832427, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] create_initial_revision uuid=98a95754-25de-49d6-9996-9af2a6b1b585, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] create_initial_revision uuid=ec137b54-9325-4632-871e-c1f1532795e4, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] create_initial_revision uuid=ef11e8ab-9b18-443e-bea1-661cce036974, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9b7bafa3-edb8-4c71-8533-8c45e4a4dbed), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9b7bafa3-edb8-4c71-8533-8c45e4a4dbed'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, direction=from-lport, priority=1002, match=inport == @pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '17ae12bf-a5db-42bf-9581-e5aff4832427'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, direction=from-lport, priority=1002, match=inport == @pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '98a95754-25de-49d6-9996-9af2a6b1b585'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, direction=to-lport, priority=1002, match=outport == @pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed && ip6 && ip6.src == $pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ec137b54-9325-4632-871e-c1f1532795e4'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, direction=to-lport, priority=1002, match=outport == @pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed && ip4 && ip4.src == $pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ef11e8ab-9b18-443e-bea1-661cce036974'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8b091f1b-9bae-4229-8e7f-9ea0ac406ff6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f83d2f03-899b-4bf5-9623-1f05b209b222 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 99093248-6298-4236-8cca-dea89f16bb31 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row dd785e97-ce0b-4c7d-b050-20c46378c904 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 96616a32-42d9-4179-bf19-ae5f7edf6e27 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Successfully bumped revision number for resource 9b7bafa3-edb8-4c71-8533-8c45e4a4dbed (type: security_groups) to 1 -Jan 03 20:37:45 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Successfully bumped revision number for resource 17ae12bf-a5db-42bf-9581-e5aff4832427 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Successfully bumped revision number for resource 98a95754-25de-49d6-9996-9af2a6b1b585 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Successfully bumped revision number for resource ec137b54-9325-4632-871e-c1f1532795e4 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Successfully bumped revision number for resource ef11e8ab-9b18-443e-bea1-661cce036974 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9b7bafa3-edb8-4c71-8533-8c45e4a4dbed,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-ed3bd951-e62a-4031-9f62-383f33d99a05 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=e1077d310229434e9185f87ee4845df2&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2259707 -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 42564) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] Publish callbacks [] for security_group (9b7bafa3-edb8-4c71-8533-8c45e4a4dbed), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (9b7bafa3-edb8-4c71-8533-8c45e4a4dbed), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed && ip6 && ip6.src == $pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f83d2f03-899b-4bf5-9623-1f05b209b222 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 96616a32-42d9-4179-bf19-ae5f7edf6e27 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] delete_revision(ec137b54-9325-4632-871e-c1f1532795e4) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed && ip4 && ip4.src == $pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 99093248-6298-4236-8cca-dea89f16bb31 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 96616a32-42d9-4179-bf19-ae5f7edf6e27 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] delete_revision(ef11e8ab-9b18-443e-bea1-661cce036974) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9b7bafa3-edb8-4c71-8533-8c45e4a4dbed), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9b7bafa3_edb8_4c71_8533_8c45e4a4dbed, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 8b091f1b-9bae-4229-8e7f-9ea0ac406ff6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row dd785e97-ce0b-4c7d-b050-20c46378c904 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 96616a32-42d9-4179-bf19-ae5f7edf6e27 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] delete_revision(9b7bafa3-edb8-4c71-8533-8c45e4a4dbed) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] delete_revisions(['17ae12bf-a5db-42bf-9581-e5aff4832427', '98a95754-25de-49d6-9996-9af2a6b1b585']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9b7bafa3-edb8-4c71-8533-8c45e4a4dbed,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-ec0585ca-f55f-455d-96f8-b0d27cda4b36 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9b7bafa3-edb8-4c71-8533-8c45e4a4dbed HTTP/1.1" status: 204 len: 168 time: 0.1567149 -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 42570) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (70e4fbf9-ca3f-4380-80d7-281cbe8efc12), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] create_initial_revision uuid=70e4fbf9-ca3f-4380-80d7-281cbe8efc12, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] create_initial_revision uuid=2afe4a9b-d42a-4bb7-af13-05f8a45f43f2, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] create_initial_revision uuid=5b3bcc92-6bcf-47fe-91bc-4c36e1188e30, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] create_initial_revision uuid=da4aa2df-7470-4e45-a05b-620f61531e82, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] create_initial_revision uuid=f9041d7c-49f1-4f96-b774-acedbc13d090, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (70e4fbf9-ca3f-4380-80d7-281cbe8efc12), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '70e4fbf9-ca3f-4380-80d7-281cbe8efc12'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, direction=to-lport, priority=1002, match=outport == @pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12 && ip6 && ip6.src == $pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2afe4a9b-d42a-4bb7-af13-05f8a45f43f2'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, direction=from-lport, priority=1002, match=inport == @pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5b3bcc92-6bcf-47fe-91bc-4c36e1188e30'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, direction=from-lport, priority=1002, match=inport == @pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'da4aa2df-7470-4e45-a05b-620f61531e82'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, direction=to-lport, priority=1002, match=outport == @pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12 && ip4 && ip4.src == $pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f9041d7c-49f1-4f96-b774-acedbc13d090'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c5621a8b-908e-41ec-b4fc-8a89ff622278 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 57f04fac-641a-4845-8b8f-a302f3804d0f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8855b806-7bb7-4230-9971-0d4672b2654e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d0635377-d321-4d60-80e4-66ce0e439d9f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6c93e6c8-ba86-4fe5-a964-28097367c9b8 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Successfully bumped revision number for resource 70e4fbf9-ca3f-4380-80d7-281cbe8efc12 (type: security_groups) to 1 -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Successfully bumped revision number for resource 2afe4a9b-d42a-4bb7-af13-05f8a45f43f2 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Successfully bumped revision number for resource 5b3bcc92-6bcf-47fe-91bc-4c36e1188e30 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Successfully bumped revision number for resource da4aa2df-7470-4e45-a05b-620f61531e82 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Successfully bumped revision number for resource f9041d7c-49f1-4f96-b774-acedbc13d090 (type: security_group_rules) to 0 -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=70e4fbf9-ca3f-4380-80d7-281cbe8efc12,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-fa03c6eb-ae7e-42a7-a459-075e0fc02b43 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=827537ff166440c4928248b33a8e4f18&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1629522 -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 42574) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] Publish callbacks [] for security_group (70e4fbf9-ca3f-4380-80d7-281cbe8efc12), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (70e4fbf9-ca3f-4380-80d7-281cbe8efc12), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12 && ip6 && ip6.src == $pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c5621a8b-908e-41ec-b4fc-8a89ff622278 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] delete_revision(2afe4a9b-d42a-4bb7-af13-05f8a45f43f2) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 6c93e6c8-ba86-4fe5-a964-28097367c9b8 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12 && ip4 && ip4.src == $pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d0635377-d321-4d60-80e4-66ce0e439d9f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] delete_revision(f9041d7c-49f1-4f96-b774-acedbc13d090) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 6c93e6c8-ba86-4fe5-a964-28097367c9b8 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (70e4fbf9-ca3f-4380-80d7-281cbe8efc12), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_70e4fbf9_ca3f_4380_80d7_281cbe8efc12, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] delete_revision(70e4fbf9-ca3f-4380-80d7-281cbe8efc12) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 57f04fac-641a-4845-8b8f-a302f3804d0f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8855b806-7bb7-4230-9971-0d4672b2654e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6c93e6c8-ba86-4fe5-a964-28097367c9b8 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] delete_revisions(['5b3bcc92-6bcf-47fe-91bc-4c36e1188e30', 'da4aa2df-7470-4e45-a05b-620f61531e82']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=70e4fbf9-ca3f-4380-80d7-281cbe8efc12,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:45 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-92e62650-9af1-434c-ac78-fea005f40fe5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/70e4fbf9-ca3f-4380-80d7-281cbe8efc12 HTTP/1.1" status: 204 len: 168 time: 0.1499100 -Jan 03 20:37:48 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2,neutron:DELETE=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 42580) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (133696fb-96a1-45f0-b9e0-186847f616df), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] create_initial_revision uuid=133696fb-96a1-45f0-b9e0-186847f616df, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] create_initial_revision uuid=2a20b940-d370-4133-b5dd-ffdc59b8ac8c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] create_initial_revision uuid=8bd4abee-e74e-4d71-ad8b-6553a99030af, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] create_initial_revision uuid=a4a428b2-7147-49cb-b1b2-58820a5c47d6, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] create_initial_revision uuid=e5faec53-d3f6-4ce6-9511-95571f7603e0, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (133696fb-96a1-45f0-b9e0-186847f616df), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_133696fb_96a1_45f0_b9e0_186847f616df, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '133696fb-96a1-45f0-b9e0-186847f616df'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_133696fb_96a1_45f0_b9e0_186847f616df, direction=from-lport, priority=1002, match=inport == @pg_133696fb_96a1_45f0_b9e0_186847f616df && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2a20b940-d370-4133-b5dd-ffdc59b8ac8c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_133696fb_96a1_45f0_b9e0_186847f616df, direction=to-lport, priority=1002, match=outport == @pg_133696fb_96a1_45f0_b9e0_186847f616df && ip4 && ip4.src == $pg_133696fb_96a1_45f0_b9e0_186847f616df_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8bd4abee-e74e-4d71-ad8b-6553a99030af'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_133696fb_96a1_45f0_b9e0_186847f616df, direction=from-lport, priority=1002, match=inport == @pg_133696fb_96a1_45f0_b9e0_186847f616df && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a4a428b2-7147-49cb-b1b2-58820a5c47d6'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_133696fb_96a1_45f0_b9e0_186847f616df, direction=to-lport, priority=1002, match=outport == @pg_133696fb_96a1_45f0_b9e0_186847f616df && ip6 && ip6.src == $pg_133696fb_96a1_45f0_b9e0_186847f616df_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e5faec53-d3f6-4ce6-9511-95571f7603e0'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 3c291788-3863-4b40-b599-e559aa34a177 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8e32076d-b2f1-4efa-ab69-a2514256bdd5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9851b454-2f25-4849-9802-7134a565e3a0 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ce99998e-72a7-43eb-a315-529c1fcd85c4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row aa0f448f-6b61-4792-a0e5-060b9d534287 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Successfully bumped revision number for resource 133696fb-96a1-45f0-b9e0-186847f616df (type: security_groups) to 1 -Jan 03 20:37:49 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Successfully bumped revision number for resource 2a20b940-d370-4133-b5dd-ffdc59b8ac8c (type: security_group_rules) to 0 -Jan 03 20:37:49 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Successfully bumped revision number for resource 8bd4abee-e74e-4d71-ad8b-6553a99030af (type: security_group_rules) to 0 -Jan 03 20:37:49 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Successfully bumped revision number for resource a4a428b2-7147-49cb-b1b2-58820a5c47d6 (type: security_group_rules) to 0 -Jan 03 20:37:49 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Successfully bumped revision number for resource e5faec53-d3f6-4ce6-9511-95571f7603e0 (type: security_group_rules) to 0 -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=133696fb-96a1-45f0-b9e0-186847f616df,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-ba630959-62b4-4f92-8b07-e8c14c1b2857 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=659e206b58a54e9cbe17e1fbb1060b71&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2223597 -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 42582) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] Publish callbacks [] for security_group (133696fb-96a1-45f0-b9e0-186847f616df), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (133696fb-96a1-45f0-b9e0-186847f616df), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_133696fb_96a1_45f0_b9e0_186847f616df, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_133696fb_96a1_45f0_b9e0_186847f616df && ip4 && ip4.src == $pg_133696fb_96a1_45f0_b9e0_186847f616df_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9851b454-2f25-4849-9802-7134a565e3a0 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] delete_revision(8bd4abee-e74e-4d71-ad8b-6553a99030af) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aa0f448f-6b61-4792-a0e5-060b9d534287 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_133696fb_96a1_45f0_b9e0_186847f616df, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_133696fb_96a1_45f0_b9e0_186847f616df && ip6 && ip6.src == $pg_133696fb_96a1_45f0_b9e0_186847f616df_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 3c291788-3863-4b40-b599-e559aa34a177 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aa0f448f-6b61-4792-a0e5-060b9d534287 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:49 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] delete_revision(e5faec53-d3f6-4ce6-9511-95571f7603e0) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (133696fb-96a1-45f0-b9e0-186847f616df), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_133696fb_96a1_45f0_b9e0_186847f616df, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ce99998e-72a7-43eb-a315-529c1fcd85c4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row aa0f448f-6b61-4792-a0e5-060b9d534287 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 8e32076d-b2f1-4efa-ab69-a2514256bdd5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] delete_revision(133696fb-96a1-45f0-b9e0-186847f616df) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] delete_revisions(['2a20b940-d370-4133-b5dd-ffdc59b8ac8c', 'a4a428b2-7147-49cb-b1b2-58820a5c47d6']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=133696fb-96a1-45f0-b9e0-186847f616df,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-f170ad7d-fbfb-4b30-8057-9c8e27b0c32c ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/133696fb-96a1-45f0-b9e0-186847f616df HTTP/1.1" status: 204 len: 168 time: 0.1974673 -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 42594) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (3d896b8c-1f02-4a4e-903a-af2b8f9c0429), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] create_initial_revision uuid=3d896b8c-1f02-4a4e-903a-af2b8f9c0429, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] create_initial_revision uuid=515984fd-0b3c-4d47-9ebf-bba206e13a4e, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] create_initial_revision uuid=6f9c684e-fafb-4a48-b19d-1b7846547232, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] create_initial_revision uuid=86143878-74af-4df6-a8ff-d3a09d4c50a2, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] create_initial_revision uuid=feeb44bc-69d9-4c39-aef4-a6fcfc54d9e6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (3d896b8c-1f02-4a4e-903a-af2b8f9c0429), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '3d896b8c-1f02-4a4e-903a-af2b8f9c0429'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, direction=to-lport, priority=1002, match=outport == @pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429 && ip4 && ip4.src == $pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '515984fd-0b3c-4d47-9ebf-bba206e13a4e'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, direction=from-lport, priority=1002, match=inport == @pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6f9c684e-fafb-4a48-b19d-1b7846547232'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, direction=to-lport, priority=1002, match=outport == @pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429 && ip6 && ip6.src == $pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '86143878-74af-4df6-a8ff-d3a09d4c50a2'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, direction=from-lport, priority=1002, match=inport == @pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'feeb44bc-69d9-4c39-aef4-a6fcfc54d9e6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3dfd01b6-d49a-49a3-a9dd-61f545271e8b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 85745195-4f3e-4558-87ab-9cd78742b25f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b3ba8841-d618-4abe-b654-228a320dbecd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b48b5554-b779-43b1-9d83-99a28ad61c8b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c6fb6a69-faa6-434f-8b4e-c687cb263ea3 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Successfully bumped revision number for resource 3d896b8c-1f02-4a4e-903a-af2b8f9c0429 (type: security_groups) to 1 -Jan 03 20:37:50 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Successfully bumped revision number for resource 515984fd-0b3c-4d47-9ebf-bba206e13a4e (type: security_group_rules) to 0 -Jan 03 20:37:50 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Successfully bumped revision number for resource 6f9c684e-fafb-4a48-b19d-1b7846547232 (type: security_group_rules) to 0 -Jan 03 20:37:50 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Successfully bumped revision number for resource 86143878-74af-4df6-a8ff-d3a09d4c50a2 (type: security_group_rules) to 0 -Jan 03 20:37:50 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Successfully bumped revision number for resource feeb44bc-69d9-4c39-aef4-a6fcfc54d9e6 (type: security_group_rules) to 0 -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=3d896b8c-1f02-4a4e-903a-af2b8f9c0429,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-50ccad06-77f7-4dfe-ab97-02f104b5899f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=73811c9fe8d646298c97f1a6e92131f3&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1557353 -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 42608) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] Publish callbacks [] for security_group (3d896b8c-1f02-4a4e-903a-af2b8f9c0429), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (3d896b8c-1f02-4a4e-903a-af2b8f9c0429), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429 && ip4 && ip4.src == $pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] delete_revision(515984fd-0b3c-4d47-9ebf-bba206e13a4e) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b48b5554-b779-43b1-9d83-99a28ad61c8b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row c6fb6a69-faa6-434f-8b4e-c687cb263ea3 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429 && ip6 && ip6.src == $pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3dfd01b6-d49a-49a3-a9dd-61f545271e8b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] delete_revision(86143878-74af-4df6-a8ff-d3a09d4c50a2) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row c6fb6a69-faa6-434f-8b4e-c687cb263ea3 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (3d896b8c-1f02-4a4e-903a-af2b8f9c0429), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_3d896b8c_1f02_4a4e_903a_af2b8f9c0429, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 85745195-4f3e-4558-87ab-9cd78742b25f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] delete_revision(3d896b8c-1f02-4a4e-903a-af2b8f9c0429) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b3ba8841-d618-4abe-b654-228a320dbecd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row c6fb6a69-faa6-434f-8b4e-c687cb263ea3 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] delete_revisions(['feeb44bc-69d9-4c39-aef4-a6fcfc54d9e6', '6f9c684e-fafb-4a48-b19d-1b7846547232']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=3d896b8c-1f02-4a4e-903a-af2b8f9c0429,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:37:50 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-8a1b70cf-0a44-4138-ab98-3efbf3983f55 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/3d896b8c-1f02-4a4e-903a-af2b8f9c0429 HTTP/1.1" status: 204 len: 168 time: 0.1464963 -Jan 03 20:37:55 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:37:55 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:00 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=154,neutron:INSERT=21,neutron:UPDATE=15,neutron:DELETE=5 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:00 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=189,neutron:INSERT=27,neutron:UPDATE=14,neutron:DELETE=11 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:00 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:UPDATE=16,neutron:SELECT=242,neutron:INSERT=29,neutron:DELETE=11 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:00 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:UPDATE=17,neutron:SELECT=232,neutron:INSERT=19,neutron:DELETE=21 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39420) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (8713c486-c673-4886-8aa5-b4a148111e71), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] create_initial_revision uuid=8713c486-c673-4886-8aa5-b4a148111e71, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] create_initial_revision uuid=7745fbb5-c85c-431c-b81f-79c01f684cdd, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] create_initial_revision uuid=7888cdc5-cb67-4173-b378-34e1dfcd7458, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] create_initial_revision uuid=8e3b7fbb-972a-47a2-81eb-d9311ff824fe, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] create_initial_revision uuid=ae741381-d6e2-4e26-844c-a89e21cf4823, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8713c486-c673-4886-8aa5-b4a148111e71), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_8713c486_c673_4886_8aa5_b4a148111e71, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '8713c486-c673-4886-8aa5-b4a148111e71'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_8713c486_c673_4886_8aa5_b4a148111e71, direction=to-lport, priority=1002, match=outport == @pg_8713c486_c673_4886_8aa5_b4a148111e71 && ip6 && ip6.src == $pg_8713c486_c673_4886_8aa5_b4a148111e71_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7745fbb5-c85c-431c-b81f-79c01f684cdd'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_8713c486_c673_4886_8aa5_b4a148111e71, direction=to-lport, priority=1002, match=outport == @pg_8713c486_c673_4886_8aa5_b4a148111e71 && ip4 && ip4.src == $pg_8713c486_c673_4886_8aa5_b4a148111e71_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7888cdc5-cb67-4173-b378-34e1dfcd7458'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_8713c486_c673_4886_8aa5_b4a148111e71, direction=from-lport, priority=1002, match=inport == @pg_8713c486_c673_4886_8aa5_b4a148111e71 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8e3b7fbb-972a-47a2-81eb-d9311ff824fe'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_8713c486_c673_4886_8aa5_b4a148111e71, direction=from-lport, priority=1002, match=inport == @pg_8713c486_c673_4886_8aa5_b4a148111e71 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ae741381-d6e2-4e26-844c-a89e21cf4823'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b4377aa5-8c21-4dae-929d-46f72fc55f50 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 12227b3b-2343-45e8-b400-a293b913ead3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 85422f6f-3df0-41ab-ab8a-c9abdb253235 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row eec462d7-0a1b-4904-b65b-c507c7a8e88e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a4c39515-9eab-4805-b621-281731852564 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Successfully bumped revision number for resource 8713c486-c673-4886-8aa5-b4a148111e71 (type: security_groups) to 1 -Jan 03 20:38:02 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Successfully bumped revision number for resource 7745fbb5-c85c-431c-b81f-79c01f684cdd (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Successfully bumped revision number for resource 7888cdc5-cb67-4173-b378-34e1dfcd7458 (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Successfully bumped revision number for resource 8e3b7fbb-972a-47a2-81eb-d9311ff824fe (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Successfully bumped revision number for resource ae741381-d6e2-4e26-844c-a89e21cf4823 (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=8713c486-c673-4886-8aa5-b4a148111e71,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-fb830ff1-35f8-495b-a89b-a114bf9b40f4 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=4868c605f83149c1addef3bd417f6715&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2065775 -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39426) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] Publish callbacks [] for security_group (8713c486-c673-4886-8aa5-b4a148111e71), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (8713c486-c673-4886-8aa5-b4a148111e71), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8713c486_c673_4886_8aa5_b4a148111e71, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8713c486_c673_4886_8aa5_b4a148111e71 && ip6 && ip6.src == $pg_8713c486_c673_4886_8aa5_b4a148111e71_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] delete_revision(7745fbb5-c85c-431c-b81f-79c01f684cdd) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 85422f6f-3df0-41ab-ab8a-c9abdb253235 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row a4c39515-9eab-4805-b621-281731852564 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8713c486_c673_4886_8aa5_b4a148111e71, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8713c486_c673_4886_8aa5_b4a148111e71 && ip4 && ip4.src == $pg_8713c486_c673_4886_8aa5_b4a148111e71_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] delete_revision(7888cdc5-cb67-4173-b378-34e1dfcd7458) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row eec462d7-0a1b-4904-b65b-c507c7a8e88e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row a4c39515-9eab-4805-b621-281731852564 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8713c486-c673-4886-8aa5-b4a148111e71), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_8713c486_c673_4886_8aa5_b4a148111e71, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b4377aa5-8c21-4dae-929d-46f72fc55f50 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 12227b3b-2343-45e8-b400-a293b913ead3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] delete_revision(8713c486-c673-4886-8aa5-b4a148111e71) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a4c39515-9eab-4805-b621-281731852564 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] delete_revisions(['8e3b7fbb-972a-47a2-81eb-d9311ff824fe', 'ae741381-d6e2-4e26-844c-a89e21cf4823']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=8713c486-c673-4886-8aa5-b4a148111e71,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-8f292bb0-4734-480b-b1f7-0936582520cb ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/8713c486-c673-4886-8aa5-b4a148111e71 HTTP/1.1" status: 204 len: 168 time: 0.1594946 -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39432) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (9a6ba89e-0be0-4d3f-adcf-44f8a04d4879), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] create_initial_revision uuid=9a6ba89e-0be0-4d3f-adcf-44f8a04d4879, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] create_initial_revision uuid=7923da85-30b2-4ff8-8e34-8c9faceb5e1e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] create_initial_revision uuid=805b57ba-7d4b-4147-a09e-09aedbba562e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] create_initial_revision uuid=c377f371-30a0-4e44-8eff-7245f3fec214, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] create_initial_revision uuid=dd02d5cf-dd30-4d8c-9c08-d97eac51ec06, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9a6ba89e-0be0-4d3f-adcf-44f8a04d4879), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9a6ba89e-0be0-4d3f-adcf-44f8a04d4879'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, direction=from-lport, priority=1002, match=inport == @pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7923da85-30b2-4ff8-8e34-8c9faceb5e1e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, direction=from-lport, priority=1002, match=inport == @pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '805b57ba-7d4b-4147-a09e-09aedbba562e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, direction=to-lport, priority=1002, match=outport == @pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879 && ip4 && ip4.src == $pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c377f371-30a0-4e44-8eff-7245f3fec214'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, direction=to-lport, priority=1002, match=outport == @pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879 && ip6 && ip6.src == $pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dd02d5cf-dd30-4d8c-9c08-d97eac51ec06'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a0a507c5-b604-4cbc-812a-ab3c8018b277 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 2a281f16-b95b-4e27-8dfb-e2b7cb461b59 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 319cefc7-e687-4be8-aad4-92a8f218fc0b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c1c5b4d4-ea23-4d23-b566-65001e4a695f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6a5a2d07-1f27-4abc-9331-b578d7b56676 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Successfully bumped revision number for resource 9a6ba89e-0be0-4d3f-adcf-44f8a04d4879 (type: security_groups) to 1 -Jan 03 20:38:02 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Successfully bumped revision number for resource 7923da85-30b2-4ff8-8e34-8c9faceb5e1e (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Successfully bumped revision number for resource 805b57ba-7d4b-4147-a09e-09aedbba562e (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Successfully bumped revision number for resource c377f371-30a0-4e44-8eff-7245f3fec214 (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Successfully bumped revision number for resource dd02d5cf-dd30-4d8c-9c08-d97eac51ec06 (type: security_group_rules) to 0 -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9a6ba89e-0be0-4d3f-adcf-44f8a04d4879,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-3055245c-b5d9-47ff-aa14-29eb66fd2ee5 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8973a069bf974e4c951fd121a9458a86&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1807821 -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39444) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] Publish callbacks [] for security_group (9a6ba89e-0be0-4d3f-adcf-44f8a04d4879), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (9a6ba89e-0be0-4d3f-adcf-44f8a04d4879), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879 && ip4 && ip4.src == $pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 319cefc7-e687-4be8-aad4-92a8f218fc0b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 6a5a2d07-1f27-4abc-9331-b578d7b56676 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] delete_revision(c377f371-30a0-4e44-8eff-7245f3fec214) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879 && ip6 && ip6.src == $pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 6a5a2d07-1f27-4abc-9331-b578d7b56676 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a0a507c5-b604-4cbc-812a-ab3c8018b277 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] delete_revision(dd02d5cf-dd30-4d8c-9c08-d97eac51ec06) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9a6ba89e-0be0-4d3f-adcf-44f8a04d4879), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9a6ba89e_0be0_4d3f_adcf_44f8a04d4879, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 2a281f16-b95b-4e27-8dfb-e2b7cb461b59 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row c1c5b4d4-ea23-4d23-b566-65001e4a695f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6a5a2d07-1f27-4abc-9331-b578d7b56676 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] delete_revision(9a6ba89e-0be0-4d3f-adcf-44f8a04d4879) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] delete_revisions(['805b57ba-7d4b-4147-a09e-09aedbba562e', '7923da85-30b2-4ff8-8e34-8c9faceb5e1e']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9a6ba89e-0be0-4d3f-adcf-44f8a04d4879,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:02 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-75b04e01-fde5-4a51-ad5d-f6da8bfb08da ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9a6ba89e-0be0-4d3f-adcf-44f8a04d4879 HTTP/1.1" status: 204 len: 168 time: 0.1679099 -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 32974) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (d0f07589-d4a9-4bf3-9c5d-81e758eb7d14), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] create_initial_revision uuid=d0f07589-d4a9-4bf3-9c5d-81e758eb7d14, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] create_initial_revision uuid=70ad70fc-20f4-4c30-8c9c-def4b25bb4b8, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] create_initial_revision uuid=7739f033-b2df-4cb8-84f6-599cdc8925fe, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] create_initial_revision uuid=831eaf06-f7d6-4aaa-ade9-e10a6aa66766, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] create_initial_revision uuid=e5227c8a-21d2-4b15-ab3a-0dbc32198cb1, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d0f07589-d4a9-4bf3-9c5d-81e758eb7d14), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd0f07589-d4a9-4bf3-9c5d-81e758eb7d14'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, direction=from-lport, priority=1002, match=inport == @pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '70ad70fc-20f4-4c30-8c9c-def4b25bb4b8'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, direction=to-lport, priority=1002, match=outport == @pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14 && ip6 && ip6.src == $pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7739f033-b2df-4cb8-84f6-599cdc8925fe'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, direction=to-lport, priority=1002, match=outport == @pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14 && ip4 && ip4.src == $pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '831eaf06-f7d6-4aaa-ade9-e10a6aa66766'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, direction=from-lport, priority=1002, match=inport == @pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e5227c8a-21d2-4b15-ab3a-0dbc32198cb1'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 40c5583e-3cb4-4021-82ed-fc1ee9a9009e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row fdf7d642-f92b-48bb-a833-41127effb0bd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8bffa484-c97c-4ed6-887f-3a5dff5fd9a9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:04 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 7c1ee0d8-7b3e-42dd-9766-5e67ab7ecb67 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:04 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row dd0615be-8e81-4d34-9528-785d8458ad47 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:04 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Successfully bumped revision number for resource d0f07589-d4a9-4bf3-9c5d-81e758eb7d14 (type: security_groups) to 1 -Jan 03 20:38:04 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Successfully bumped revision number for resource 70ad70fc-20f4-4c30-8c9c-def4b25bb4b8 (type: security_group_rules) to 0 -Jan 03 20:38:04 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Successfully bumped revision number for resource 7739f033-b2df-4cb8-84f6-599cdc8925fe (type: security_group_rules) to 0 -Jan 03 20:38:04 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Successfully bumped revision number for resource 831eaf06-f7d6-4aaa-ade9-e10a6aa66766 (type: security_group_rules) to 0 -Jan 03 20:38:04 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Successfully bumped revision number for resource e5227c8a-21d2-4b15-ab3a-0dbc32198cb1 (type: security_group_rules) to 0 -Jan 03 20:38:04 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d0f07589-d4a9-4bf3-9c5d-81e758eb7d14,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-5eed40d1-116f-4aba-83e6-47ef0288a36d ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0dd6aed1b10f4621865be347267c19d8&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2317889 -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 32984) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] Publish callbacks [] for security_group (d0f07589-d4a9-4bf3-9c5d-81e758eb7d14), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (d0f07589-d4a9-4bf3-9c5d-81e758eb7d14), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14 && ip6 && ip6.src == $pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 8bffa484-c97c-4ed6-887f-3a5dff5fd9a9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 7c1ee0d8-7b3e-42dd-9766-5e67ab7ecb67 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] delete_revision(7739f033-b2df-4cb8-84f6-599cdc8925fe) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14 && ip4 && ip4.src == $pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 40c5583e-3cb4-4021-82ed-fc1ee9a9009e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 8bffa484-c97c-4ed6-887f-3a5dff5fd9a9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] delete_revision(831eaf06-f7d6-4aaa-ade9-e10a6aa66766) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d0f07589-d4a9-4bf3-9c5d-81e758eb7d14), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d0f07589_d4a9_4bf3_9c5d_81e758eb7d14, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row fdf7d642-f92b-48bb-a833-41127effb0bd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8bffa484-c97c-4ed6-887f-3a5dff5fd9a9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row dd0615be-8e81-4d34-9528-785d8458ad47 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] delete_revision(d0f07589-d4a9-4bf3-9c5d-81e758eb7d14) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] delete_revisions(['e5227c8a-21d2-4b15-ab3a-0dbc32198cb1', '70ad70fc-20f4-4c30-8c9c-def4b25bb4b8']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d0f07589-d4a9-4bf3-9c5d-81e758eb7d14,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-ccd6fd50-86f8-4cd8-b6bd-d82b8ecfdf12 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d0f07589-d4a9-4bf3-9c5d-81e758eb7d14 HTTP/1.1" status: 204 len: 168 time: 0.1552036 -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 32986) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (8a29a1fa-177b-4d6d-9d10-f2395aeda840), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] create_initial_revision uuid=8a29a1fa-177b-4d6d-9d10-f2395aeda840, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] create_initial_revision uuid=0a5ecd37-c823-482e-b76e-6f013854a7e4, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] create_initial_revision uuid=9680990f-7e0f-4457-903f-848f57467b07, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] create_initial_revision uuid=b512b42a-7217-48f6-a8e5-e8c1267beb1c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] create_initial_revision uuid=dd4dad60-ea52-4b79-9bc9-c8d35d6a0e1d, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8a29a1fa-177b-4d6d-9d10-f2395aeda840), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '8a29a1fa-177b-4d6d-9d10-f2395aeda840'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, direction=from-lport, priority=1002, match=inport == @pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0a5ecd37-c823-482e-b76e-6f013854a7e4'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, direction=to-lport, priority=1002, match=outport == @pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840 && ip6 && ip6.src == $pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9680990f-7e0f-4457-903f-848f57467b07'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, direction=to-lport, priority=1002, match=outport == @pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840 && ip4 && ip4.src == $pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b512b42a-7217-48f6-a8e5-e8c1267beb1c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, direction=from-lport, priority=1002, match=inport == @pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dd4dad60-ea52-4b79-9bc9-c8d35d6a0e1d'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3f6c1d73-f844-4f79-a8bd-a82d45c5e12b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9c39f63f-63ea-4333-ba26-718c63353e11 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 381f1aa8-5307-4401-b47b-dba7b883d36b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b10111db-bbc7-4037-bc53-3fc5f1029583 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 54775e7f-677f-46d1-bd93-dd3ee46e9918 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Successfully bumped revision number for resource 8a29a1fa-177b-4d6d-9d10-f2395aeda840 (type: security_groups) to 1 -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Successfully bumped revision number for resource 0a5ecd37-c823-482e-b76e-6f013854a7e4 (type: security_group_rules) to 0 -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Successfully bumped revision number for resource 9680990f-7e0f-4457-903f-848f57467b07 (type: security_group_rules) to 0 -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Successfully bumped revision number for resource b512b42a-7217-48f6-a8e5-e8c1267beb1c (type: security_group_rules) to 0 -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Successfully bumped revision number for resource dd4dad60-ea52-4b79-9bc9-c8d35d6a0e1d (type: security_group_rules) to 0 -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=8a29a1fa-177b-4d6d-9d10-f2395aeda840,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-fbdc208c-befe-4331-8b94-551a323e574e ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0a6c410fa14b4123b8249361fc3fc236&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1933622 -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33002) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] Publish callbacks [] for security_group (8a29a1fa-177b-4d6d-9d10-f2395aeda840), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (8a29a1fa-177b-4d6d-9d10-f2395aeda840), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840 && ip6 && ip6.src == $pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3f6c1d73-f844-4f79-a8bd-a82d45c5e12b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 54775e7f-677f-46d1-bd93-dd3ee46e9918 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] delete_revision(9680990f-7e0f-4457-903f-848f57467b07) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840 && ip4 && ip4.src == $pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b10111db-bbc7-4037-bc53-3fc5f1029583 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] delete_revision(b512b42a-7217-48f6-a8e5-e8c1267beb1c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 54775e7f-677f-46d1-bd93-dd3ee46e9918 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8a29a1fa-177b-4d6d-9d10-f2395aeda840), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_8a29a1fa_177b_4d6d_9d10_f2395aeda840, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9c39f63f-63ea-4333-ba26-718c63353e11 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 381f1aa8-5307-4401-b47b-dba7b883d36b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] delete_revision(8a29a1fa-177b-4d6d-9d10-f2395aeda840) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:05 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 54775e7f-677f-46d1-bd93-dd3ee46e9918 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] delete_revisions(['dd4dad60-ea52-4b79-9bc9-c8d35d6a0e1d', '0a5ecd37-c823-482e-b76e-6f013854a7e4']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=8a29a1fa-177b-4d6d-9d10-f2395aeda840,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:05 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-d600a17a-9b68-418a-9daf-5c112aad98e5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/8a29a1fa-177b-4d6d-9d10-f2395aeda840 HTTP/1.1" status: 204 len: 168 time: 0.1555502 -Jan 03 20:38:08 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:38:08 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:38:18 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=221,neutron:INSERT=29,neutron:UPDATE=10,neutron:DELETE=11 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:18 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=69,neutron:DELETE=2,neutron:INSERT=9,neutron:UPDATE=4 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:18 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=67,neutron:DELETE=6,neutron:INSERT=7,neutron:UPDATE=3 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:18 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=185,neutron:UPDATE=9,neutron:DELETE=13,neutron:INSERT=19 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 38178) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (e567917b-9332-4ced-aa46-1b54357a9c1c), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] create_initial_revision uuid=e567917b-9332-4ced-aa46-1b54357a9c1c, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] create_initial_revision uuid=063e627e-e5a6-4890-9afe-34a08fdaeb76, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] create_initial_revision uuid=71184963-b777-4809-8527-40498c26794c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] create_initial_revision uuid=83a0a346-7941-4420-adf5-50aa439f292b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] create_initial_revision uuid=8c3957f8-343c-40b4-a83e-924a623522d5, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (e567917b-9332-4ced-aa46-1b54357a9c1c), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'e567917b-9332-4ced-aa46-1b54357a9c1c'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, direction=from-lport, priority=1002, match=inport == @pg_e567917b_9332_4ced_aa46_1b54357a9c1c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '063e627e-e5a6-4890-9afe-34a08fdaeb76'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, direction=to-lport, priority=1002, match=outport == @pg_e567917b_9332_4ced_aa46_1b54357a9c1c && ip6 && ip6.src == $pg_e567917b_9332_4ced_aa46_1b54357a9c1c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '71184963-b777-4809-8527-40498c26794c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, direction=from-lport, priority=1002, match=inport == @pg_e567917b_9332_4ced_aa46_1b54357a9c1c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '83a0a346-7941-4420-adf5-50aa439f292b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, direction=to-lport, priority=1002, match=outport == @pg_e567917b_9332_4ced_aa46_1b54357a9c1c && ip4 && ip4.src == $pg_e567917b_9332_4ced_aa46_1b54357a9c1c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8c3957f8-343c-40b4-a83e-924a623522d5'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row bac95baf-73e8-446a-b51c-e29e3e72d13b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 242a7939-be06-4c48-af6e-520def9dbb4f (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2af8c864-2c61-45ee-a045-31496d41a146 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 4e02c7db-6ce8-4a18-b982-332e0951f02a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row d57dbd2f-75ca-4822-95fa-f5af09b91cc0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Successfully bumped revision number for resource e567917b-9332-4ced-aa46-1b54357a9c1c (type: security_groups) to 1 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Successfully bumped revision number for resource 063e627e-e5a6-4890-9afe-34a08fdaeb76 (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Successfully bumped revision number for resource 71184963-b777-4809-8527-40498c26794c (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Successfully bumped revision number for resource 83a0a346-7941-4420-adf5-50aa439f292b (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Successfully bumped revision number for resource 8c3957f8-343c-40b4-a83e-924a623522d5 (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=e567917b-9332-4ced-aa46-1b54357a9c1c,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115712) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115713) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:38:21 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115715) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:21 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-750d8ea7-6bc5-4c1f-94bd-1b1112b41a99 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=078fc3e4244047e798019a2d6a8b8e43&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2569752 -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 38180) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] Publish callbacks [] for security_group (e567917b-9332-4ced-aa46-1b54357a9c1c), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (e567917b-9332-4ced-aa46-1b54357a9c1c), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e567917b_9332_4ced_aa46_1b54357a9c1c && ip6 && ip6.src == $pg_e567917b_9332_4ced_aa46_1b54357a9c1c_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 242a7939-be06-4c48-af6e-520def9dbb4f (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] delete_revision(71184963-b777-4809-8527-40498c26794c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 2af8c864-2c61-45ee-a045-31496d41a146 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e567917b_9332_4ced_aa46_1b54357a9c1c && ip4 && ip4.src == $pg_e567917b_9332_4ced_aa46_1b54357a9c1c_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 242a7939-be06-4c48-af6e-520def9dbb4f (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 4e02c7db-6ce8-4a18-b982-332e0951f02a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] delete_revision(8c3957f8-343c-40b4-a83e-924a623522d5) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (e567917b-9332-4ced-aa46-1b54357a9c1c), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_e567917b_9332_4ced_aa46_1b54357a9c1c, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row d57dbd2f-75ca-4822-95fa-f5af09b91cc0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row bac95baf-73e8-446a-b51c-e29e3e72d13b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 242a7939-be06-4c48-af6e-520def9dbb4f (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] delete_revision(e567917b-9332-4ced-aa46-1b54357a9c1c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] delete_revisions(['83a0a346-7941-4420-adf5-50aa439f292b', '063e627e-e5a6-4890-9afe-34a08fdaeb76']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=e567917b-9332-4ced-aa46-1b54357a9c1c,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-77a358de-34a4-49a9-941e-a8fd9d773194 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/e567917b-9332-4ced-aa46-1b54357a9c1c HTTP/1.1" status: 204 len: 168 time: 0.1578510 -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 38184) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (e61058fc-3671-46bf-8696-2f15eb29b15f), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] create_initial_revision uuid=e61058fc-3671-46bf-8696-2f15eb29b15f, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] create_initial_revision uuid=17a13e28-2091-42f0-8879-92d3d3a2c690, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] create_initial_revision uuid=3349afd9-3e55-4795-932d-17bdc0cd744a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] create_initial_revision uuid=a1e8e814-2032-4abf-8966-cafa14904f88, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] create_initial_revision uuid=e6dcaa62-8671-4de4-a898-20f4ba9ee6e4, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (e61058fc-3671-46bf-8696-2f15eb29b15f), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'e61058fc-3671-46bf-8696-2f15eb29b15f'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, direction=to-lport, priority=1002, match=outport == @pg_e61058fc_3671_46bf_8696_2f15eb29b15f && ip4 && ip4.src == $pg_e61058fc_3671_46bf_8696_2f15eb29b15f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '17a13e28-2091-42f0-8879-92d3d3a2c690'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, direction=from-lport, priority=1002, match=inport == @pg_e61058fc_3671_46bf_8696_2f15eb29b15f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3349afd9-3e55-4795-932d-17bdc0cd744a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, direction=from-lport, priority=1002, match=inport == @pg_e61058fc_3671_46bf_8696_2f15eb29b15f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a1e8e814-2032-4abf-8966-cafa14904f88'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, direction=to-lport, priority=1002, match=outport == @pg_e61058fc_3671_46bf_8696_2f15eb29b15f && ip6 && ip6.src == $pg_e61058fc_3671_46bf_8696_2f15eb29b15f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e6dcaa62-8671-4de4-a898-20f4ba9ee6e4'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1775d347-14f5-459e-8b6d-22c193f2345f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 588a2fa8-a9e6-45f3-9bf7-b51c2a333279 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ab762898-3fd5-42b7-9ee2-89d197bb5071 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a38d391e-3eb4-48ff-8aa6-312263702d74 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 11550ea5-e8c6-4b12-a7dc-21292e5861fd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Successfully bumped revision number for resource e61058fc-3671-46bf-8696-2f15eb29b15f (type: security_groups) to 1 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Successfully bumped revision number for resource 17a13e28-2091-42f0-8879-92d3d3a2c690 (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Successfully bumped revision number for resource 3349afd9-3e55-4795-932d-17bdc0cd744a (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Successfully bumped revision number for resource a1e8e814-2032-4abf-8966-cafa14904f88 (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Successfully bumped revision number for resource e6dcaa62-8671-4de4-a898-20f4ba9ee6e4 (type: security_group_rules) to 0 -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=e61058fc-3671-46bf-8696-2f15eb29b15f,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-e90406c9-76c3-4e1e-b2c1-882756a6a7e2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=d9c6b3637490447ab378b78b90811838&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1570315 -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 38188) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] Publish callbacks [] for security_group (e61058fc-3671-46bf-8696-2f15eb29b15f), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (e61058fc-3671-46bf-8696-2f15eb29b15f), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e61058fc_3671_46bf_8696_2f15eb29b15f && ip4 && ip4.src == $pg_e61058fc_3671_46bf_8696_2f15eb29b15f_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 1775d347-14f5-459e-8b6d-22c193f2345f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row a38d391e-3eb4-48ff-8aa6-312263702d74 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] delete_revision(17a13e28-2091-42f0-8879-92d3d3a2c690) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e61058fc_3671_46bf_8696_2f15eb29b15f && ip6 && ip6.src == $pg_e61058fc_3671_46bf_8696_2f15eb29b15f_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 11550ea5-e8c6-4b12-a7dc-21292e5861fd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row a38d391e-3eb4-48ff-8aa6-312263702d74 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] delete_revision(e6dcaa62-8671-4de4-a898-20f4ba9ee6e4) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (e61058fc-3671-46bf-8696-2f15eb29b15f), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_e61058fc_3671_46bf_8696_2f15eb29b15f, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 588a2fa8-a9e6-45f3-9bf7-b51c2a333279 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ab762898-3fd5-42b7-9ee2-89d197bb5071 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a38d391e-3eb4-48ff-8aa6-312263702d74 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] delete_revision(e61058fc-3671-46bf-8696-2f15eb29b15f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] delete_revisions(['3349afd9-3e55-4795-932d-17bdc0cd744a', 'a1e8e814-2032-4abf-8966-cafa14904f88']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=e61058fc-3671-46bf-8696-2f15eb29b15f,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:21 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-c223824f-8b52-4033-9ba3-cd3b0fa86511 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/e61058fc-3671-46bf-8696-2f15eb29b15f HTTP/1.1" status: 204 len: 168 time: 0.1562183 -Jan 03 20:38:22 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:38:25 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 53946) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (3c816977-6733-4926-b604-80c5ccd0780c), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] create_initial_revision uuid=3c816977-6733-4926-b604-80c5ccd0780c, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] create_initial_revision uuid=14628f5e-a08a-4f0a-8538-0b4d21aaf136, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] create_initial_revision uuid=5f2d6c7c-ec74-4355-b29e-71eac0b17355, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] create_initial_revision uuid=81c2eeaa-51f0-4011-b96b-9b23f08545be, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] create_initial_revision uuid=ef577a4b-7c6f-4b99-930a-85cb9169f701, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (3c816977-6733-4926-b604-80c5ccd0780c), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_3c816977_6733_4926_b604_80c5ccd0780c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '3c816977-6733-4926-b604-80c5ccd0780c'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_3c816977_6733_4926_b604_80c5ccd0780c, direction=from-lport, priority=1002, match=inport == @pg_3c816977_6733_4926_b604_80c5ccd0780c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '14628f5e-a08a-4f0a-8538-0b4d21aaf136'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_3c816977_6733_4926_b604_80c5ccd0780c, direction=from-lport, priority=1002, match=inport == @pg_3c816977_6733_4926_b604_80c5ccd0780c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5f2d6c7c-ec74-4355-b29e-71eac0b17355'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_3c816977_6733_4926_b604_80c5ccd0780c, direction=to-lport, priority=1002, match=outport == @pg_3c816977_6733_4926_b604_80c5ccd0780c && ip4 && ip4.src == $pg_3c816977_6733_4926_b604_80c5ccd0780c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '81c2eeaa-51f0-4011-b96b-9b23f08545be'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_3c816977_6733_4926_b604_80c5ccd0780c, direction=to-lport, priority=1002, match=outport == @pg_3c816977_6733_4926_b604_80c5ccd0780c && ip6 && ip6.src == $pg_3c816977_6733_4926_b604_80c5ccd0780c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ef577a4b-7c6f-4b99-930a-85cb9169f701'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 64afad32-8aba-4f56-a32a-65530be4574c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 76eb5059-e435-4c1c-b974-df0ff73014dd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3cbabbee-ff31-48e4-b26c-20b417cb449c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 55929261-f40f-49bc-9d26-d9e73950abe7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 6c5a39d4-dc8e-4dcf-a119-390e75fd2390 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Successfully bumped revision number for resource 3c816977-6733-4926-b604-80c5ccd0780c (type: security_groups) to 1 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Successfully bumped revision number for resource 14628f5e-a08a-4f0a-8538-0b4d21aaf136 (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Successfully bumped revision number for resource 5f2d6c7c-ec74-4355-b29e-71eac0b17355 (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Successfully bumped revision number for resource 81c2eeaa-51f0-4011-b96b-9b23f08545be (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Successfully bumped revision number for resource ef577a4b-7c6f-4b99-930a-85cb9169f701 (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=3c816977-6733-4926-b604-80c5ccd0780c,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-a942949e-5c25-4eeb-b012-23efd472f75b ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=30f344ef9f7b4971866d2391b1380d47&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2300227 -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 53954) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] Publish callbacks [] for security_group (3c816977-6733-4926-b604-80c5ccd0780c), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (3c816977-6733-4926-b604-80c5ccd0780c), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3c816977_6733_4926_b604_80c5ccd0780c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3c816977_6733_4926_b604_80c5ccd0780c && ip4 && ip4.src == $pg_3c816977_6733_4926_b604_80c5ccd0780c_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3cbabbee-ff31-48e4-b26c-20b417cb449c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 6c5a39d4-dc8e-4dcf-a119-390e75fd2390 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] delete_revision(81c2eeaa-51f0-4011-b96b-9b23f08545be) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3c816977_6733_4926_b604_80c5ccd0780c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3c816977_6733_4926_b604_80c5ccd0780c && ip6 && ip6.src == $pg_3c816977_6733_4926_b604_80c5ccd0780c_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 76eb5059-e435-4c1c-b974-df0ff73014dd (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3cbabbee-ff31-48e4-b26c-20b417cb449c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] delete_revision(ef577a4b-7c6f-4b99-930a-85cb9169f701) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (3c816977-6733-4926-b604-80c5ccd0780c), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_3c816977_6733_4926_b604_80c5ccd0780c, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 64afad32-8aba-4f56-a32a-65530be4574c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3cbabbee-ff31-48e4-b26c-20b417cb449c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 55929261-f40f-49bc-9d26-d9e73950abe7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] delete_revision(3c816977-6733-4926-b604-80c5ccd0780c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] delete_revisions(['5f2d6c7c-ec74-4355-b29e-71eac0b17355', '14628f5e-a08a-4f0a-8538-0b4d21aaf136']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=3c816977-6733-4926-b604-80c5ccd0780c,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-ea265226-0b51-4b03-ae72-96f9aeb01312 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/3c816977-6733-4926-b604-80c5ccd0780c HTTP/1.1" status: 204 len: 168 time: 0.1531463 -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 53970) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (b99f6f61-35c7-4b9e-8078-4735ac6c45c2), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] create_initial_revision uuid=b99f6f61-35c7-4b9e-8078-4735ac6c45c2, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] create_initial_revision uuid=5724bdde-9b92-4216-b355-d8ac3c952300, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] create_initial_revision uuid=969ddb2a-0b2d-4b11-b991-dd4e0f2791d6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] create_initial_revision uuid=a707452f-efe9-482d-8900-149e92684e01, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] create_initial_revision uuid=f1058743-7776-4b35-95c8-24242e11a345, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b99f6f61-35c7-4b9e-8078-4735ac6c45c2), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b99f6f61-35c7-4b9e-8078-4735ac6c45c2'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, direction=from-lport, priority=1002, match=inport == @pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5724bdde-9b92-4216-b355-d8ac3c952300'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, direction=from-lport, priority=1002, match=inport == @pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '969ddb2a-0b2d-4b11-b991-dd4e0f2791d6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, direction=to-lport, priority=1002, match=outport == @pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2 && ip4 && ip4.src == $pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a707452f-efe9-482d-8900-149e92684e01'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, direction=to-lport, priority=1002, match=outport == @pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2 && ip6 && ip6.src == $pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f1058743-7776-4b35-95c8-24242e11a345'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1a8bd5c0-1aa9-42dd-a3c4-54356b5f62d6 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3ebd51e2-b009-4160-bc8f-52739762d480 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 74f57887-ebfc-4656-9a0a-2cb5bfd2e02e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ceaca009-9ab5-4dca-92a0-9f2fde063acc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 39ba9739-09fe-40de-9641-9505d885a963 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Successfully bumped revision number for resource b99f6f61-35c7-4b9e-8078-4735ac6c45c2 (type: security_groups) to 1 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Successfully bumped revision number for resource 5724bdde-9b92-4216-b355-d8ac3c952300 (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Successfully bumped revision number for resource 969ddb2a-0b2d-4b11-b991-dd4e0f2791d6 (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Successfully bumped revision number for resource a707452f-efe9-482d-8900-149e92684e01 (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Successfully bumped revision number for resource f1058743-7776-4b35-95c8-24242e11a345 (type: security_group_rules) to 0 -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b99f6f61-35c7-4b9e-8078-4735ac6c45c2,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 53984) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-855a3fd0-6b75-4a48-892f-c6f758a70376 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=7ffb718711dd4f7a8e0b4c130f75761b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1616826 -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] Publish callbacks [] for security_group (b99f6f61-35c7-4b9e-8078-4735ac6c45c2), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (b99f6f61-35c7-4b9e-8078-4735ac6c45c2), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2 && ip4 && ip4.src == $pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] delete_revision(a707452f-efe9-482d-8900-149e92684e01) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 1a8bd5c0-1aa9-42dd-a3c4-54356b5f62d6 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 39ba9739-09fe-40de-9641-9505d885a963 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2 && ip6 && ip6.src == $pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] delete_revision(f1058743-7776-4b35-95c8-24242e11a345) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 74f57887-ebfc-4656-9a0a-2cb5bfd2e02e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 39ba9739-09fe-40de-9641-9505d885a963 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b99f6f61-35c7-4b9e-8078-4735ac6c45c2), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b99f6f61_35c7_4b9e_8078_4735ac6c45c2, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] delete_revision(b99f6f61-35c7-4b9e-8078-4735ac6c45c2) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3ebd51e2-b009-4160-bc8f-52739762d480 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ceaca009-9ab5-4dca-92a0-9f2fde063acc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 39ba9739-09fe-40de-9641-9505d885a963 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] delete_revisions(['5724bdde-9b92-4216-b355-d8ac3c952300', '969ddb2a-0b2d-4b11-b991-dd4e0f2791d6']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b99f6f61-35c7-4b9e-8078-4735ac6c45c2,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:26 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-5c57b522-60b0-4c13-93de-adc908bfafad ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b99f6f61-35c7-4b9e-8078-4735ac6c45c2 HTTP/1.1" status: 204 len: 168 time: 0.1518919 -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 53986) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (d812ace7-8b9c-4824-bc68-4d93a50323cf), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] create_initial_revision uuid=d812ace7-8b9c-4824-bc68-4d93a50323cf, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] create_initial_revision uuid=153b4ef0-0af2-4ae4-9450-f8053e2dfad8, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] create_initial_revision uuid=1d6400f1-8d3d-4bf3-8b4d-698ec25b6248, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] create_initial_revision uuid=2f47f820-3dd6-484b-a099-a8553082059e, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] create_initial_revision uuid=40ea0e82-6f30-4e47-b49e-3aac1a5629a0, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d812ace7-8b9c-4824-bc68-4d93a50323cf), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd812ace7-8b9c-4824-bc68-4d93a50323cf'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, direction=from-lport, priority=1002, match=inport == @pg_d812ace7_8b9c_4824_bc68_4d93a50323cf && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '153b4ef0-0af2-4ae4-9450-f8053e2dfad8'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, direction=to-lport, priority=1002, match=outport == @pg_d812ace7_8b9c_4824_bc68_4d93a50323cf && ip6 && ip6.src == $pg_d812ace7_8b9c_4824_bc68_4d93a50323cf_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1d6400f1-8d3d-4bf3-8b4d-698ec25b6248'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, direction=to-lport, priority=1002, match=outport == @pg_d812ace7_8b9c_4824_bc68_4d93a50323cf && ip4 && ip4.src == $pg_d812ace7_8b9c_4824_bc68_4d93a50323cf_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2f47f820-3dd6-484b-a099-a8553082059e'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, direction=from-lport, priority=1002, match=inport == @pg_d812ace7_8b9c_4824_bc68_4d93a50323cf && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '40ea0e82-6f30-4e47-b49e-3aac1a5629a0'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 32282438-f3a5-4dd3-a1cd-8a2fffd1ddf1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row e7efcfd3-21cc-46bb-9087-5b8f60f00862 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d78062be-a4ea-421b-bb26-b71040a8f559 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 97a8af07-d515-46df-b87e-6c6a27235f62 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 9f2b456d-3db2-4b8f-8b07-5bd531143775 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Successfully bumped revision number for resource d812ace7-8b9c-4824-bc68-4d93a50323cf (type: security_groups) to 1 -Jan 03 20:38:28 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Successfully bumped revision number for resource 153b4ef0-0af2-4ae4-9450-f8053e2dfad8 (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Successfully bumped revision number for resource 1d6400f1-8d3d-4bf3-8b4d-698ec25b6248 (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Successfully bumped revision number for resource 2f47f820-3dd6-484b-a099-a8553082059e (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Successfully bumped revision number for resource 40ea0e82-6f30-4e47-b49e-3aac1a5629a0 (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d812ace7-8b9c-4824-bc68-4d93a50323cf,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-f7b3911e-fea1-4aac-9d10-d8cf0f25b00b ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6be379bf939543e79a9968b36c2d03d0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2272584 -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 53994) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] Publish callbacks [] for security_group (d812ace7-8b9c-4824-bc68-4d93a50323cf), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (d812ace7-8b9c-4824-bc68-4d93a50323cf), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d812ace7_8b9c_4824_bc68_4d93a50323cf && ip6 && ip6.src == $pg_d812ace7_8b9c_4824_bc68_4d93a50323cf_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] delete_revision(1d6400f1-8d3d-4bf3-8b4d-698ec25b6248) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 32282438-f3a5-4dd3-a1cd-8a2fffd1ddf1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row d78062be-a4ea-421b-bb26-b71040a8f559 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d812ace7_8b9c_4824_bc68_4d93a50323cf && ip4 && ip4.src == $pg_d812ace7_8b9c_4824_bc68_4d93a50323cf_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 97a8af07-d515-46df-b87e-6c6a27235f62 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row d78062be-a4ea-421b-bb26-b71040a8f559 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] delete_revision(2f47f820-3dd6-484b-a099-a8553082059e) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d812ace7-8b9c-4824-bc68-4d93a50323cf), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d812ace7_8b9c_4824_bc68_4d93a50323cf, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row e7efcfd3-21cc-46bb-9087-5b8f60f00862 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 9f2b456d-3db2-4b8f-8b07-5bd531143775 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d78062be-a4ea-421b-bb26-b71040a8f559 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] delete_revision(d812ace7-8b9c-4824-bc68-4d93a50323cf) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] delete_revisions(['153b4ef0-0af2-4ae4-9450-f8053e2dfad8', '40ea0e82-6f30-4e47-b49e-3aac1a5629a0']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d812ace7-8b9c-4824-bc68-4d93a50323cf,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-e8183831-e7f6-40cb-bc9e-e9581912ebdc ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d812ace7-8b9c-4824-bc68-4d93a50323cf HTTP/1.1" status: 204 len: 168 time: 0.1902432 -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 54008) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (6a5d900c-dadf-4372-8239-533362dca663), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] create_initial_revision uuid=6a5d900c-dadf-4372-8239-533362dca663, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] create_initial_revision uuid=15202125-1e34-44c3-aff9-d89d69390fd3, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] create_initial_revision uuid=1a7f340a-6670-4b7a-ab02-a639f81da8ff, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] create_initial_revision uuid=21806e7e-096b-41b7-8377-b7f5a0406c20, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] create_initial_revision uuid=ffc5d095-84e3-4259-a767-2d6bd1be3665, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (6a5d900c-dadf-4372-8239-533362dca663), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_6a5d900c_dadf_4372_8239_533362dca663, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '6a5d900c-dadf-4372-8239-533362dca663'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_6a5d900c_dadf_4372_8239_533362dca663, direction=from-lport, priority=1002, match=inport == @pg_6a5d900c_dadf_4372_8239_533362dca663 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '15202125-1e34-44c3-aff9-d89d69390fd3'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_6a5d900c_dadf_4372_8239_533362dca663, direction=from-lport, priority=1002, match=inport == @pg_6a5d900c_dadf_4372_8239_533362dca663 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1a7f340a-6670-4b7a-ab02-a639f81da8ff'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_6a5d900c_dadf_4372_8239_533362dca663, direction=to-lport, priority=1002, match=outport == @pg_6a5d900c_dadf_4372_8239_533362dca663 && ip4 && ip4.src == $pg_6a5d900c_dadf_4372_8239_533362dca663_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '21806e7e-096b-41b7-8377-b7f5a0406c20'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_6a5d900c_dadf_4372_8239_533362dca663, direction=to-lport, priority=1002, match=outport == @pg_6a5d900c_dadf_4372_8239_533362dca663 && ip6 && ip6.src == $pg_6a5d900c_dadf_4372_8239_533362dca663_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ffc5d095-84e3-4259-a767-2d6bd1be3665'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f49c96cf-5200-4f07-a3ca-439377a23268 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1d7c265e-9236-472e-9b54-edc1a91fc615 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 12c4250a-8845-41ea-a3cc-0791034cb6dc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 71d6fba4-bd39-49c6-8394-d4074ec83886 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row bbaefe7f-7d95-455d-bc01-783ad16b5005 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Successfully bumped revision number for resource 6a5d900c-dadf-4372-8239-533362dca663 (type: security_groups) to 1 -Jan 03 20:38:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Successfully bumped revision number for resource 15202125-1e34-44c3-aff9-d89d69390fd3 (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Successfully bumped revision number for resource 1a7f340a-6670-4b7a-ab02-a639f81da8ff (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Successfully bumped revision number for resource 21806e7e-096b-41b7-8377-b7f5a0406c20 (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Successfully bumped revision number for resource ffc5d095-84e3-4259-a767-2d6bd1be3665 (type: security_group_rules) to 0 -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=6a5d900c-dadf-4372-8239-533362dca663,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-389f5215-2525-4f07-b13f-6e41fbeb5125 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=7225bb04fc53430e859741d1be6d3af5&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1764550 -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 54020) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] Publish callbacks [] for security_group (6a5d900c-dadf-4372-8239-533362dca663), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (6a5d900c-dadf-4372-8239-533362dca663), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6a5d900c_dadf_4372_8239_533362dca663, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6a5d900c_dadf_4372_8239_533362dca663 && ip4 && ip4.src == $pg_6a5d900c_dadf_4372_8239_533362dca663_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 1d7c265e-9236-472e-9b54-edc1a91fc615 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 71d6fba4-bd39-49c6-8394-d4074ec83886 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] delete_revision(21806e7e-096b-41b7-8377-b7f5a0406c20) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6a5d900c_dadf_4372_8239_533362dca663, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6a5d900c_dadf_4372_8239_533362dca663 && ip6 && ip6.src == $pg_6a5d900c_dadf_4372_8239_533362dca663_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f49c96cf-5200-4f07-a3ca-439377a23268 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 1d7c265e-9236-472e-9b54-edc1a91fc615 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] delete_revision(ffc5d095-84e3-4259-a767-2d6bd1be3665) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (6a5d900c-dadf-4372-8239-533362dca663), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_6a5d900c_dadf_4372_8239_533362dca663, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 1d7c265e-9236-472e-9b54-edc1a91fc615 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:29 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 12c4250a-8845-41ea-a3cc-0791034cb6dc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] delete_revision(6a5d900c-dadf-4372-8239-533362dca663) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:29 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row bbaefe7f-7d95-455d-bc01-783ad16b5005 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] delete_revisions(['1a7f340a-6670-4b7a-ab02-a639f81da8ff', '15202125-1e34-44c3-aff9-d89d69390fd3']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=6a5d900c-dadf-4372-8239-533362dca663,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:29 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-c91e6e68-d7af-413a-89a5-91d1391cca9e ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/6a5d900c-dadf-4372-8239-533362dca663 HTTP/1.1" status: 204 len: 168 time: 0.1631942 -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 54026) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:31 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (b98a3fc2-4d53-401c-ba61-344103594f56), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] create_initial_revision uuid=b98a3fc2-4d53-401c-ba61-344103594f56, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] create_initial_revision uuid=362e9d2b-49c2-4d0b-b3e2-3637d8438680, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] create_initial_revision uuid=68cfa3fe-f801-42a1-a2df-4618c73478d5, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] create_initial_revision uuid=a50da539-0f68-4cc0-9f14-838e99748e0e, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] create_initial_revision uuid=c66387f7-98ef-4d05-a87b-d5b719f15fba, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b98a3fc2-4d53-401c-ba61-344103594f56), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b98a3fc2_4d53_401c_ba61_344103594f56, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b98a3fc2-4d53-401c-ba61-344103594f56'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b98a3fc2_4d53_401c_ba61_344103594f56, direction=to-lport, priority=1002, match=outport == @pg_b98a3fc2_4d53_401c_ba61_344103594f56 && ip6 && ip6.src == $pg_b98a3fc2_4d53_401c_ba61_344103594f56_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '362e9d2b-49c2-4d0b-b3e2-3637d8438680'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b98a3fc2_4d53_401c_ba61_344103594f56, direction=from-lport, priority=1002, match=inport == @pg_b98a3fc2_4d53_401c_ba61_344103594f56 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '68cfa3fe-f801-42a1-a2df-4618c73478d5'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b98a3fc2_4d53_401c_ba61_344103594f56, direction=from-lport, priority=1002, match=inport == @pg_b98a3fc2_4d53_401c_ba61_344103594f56 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a50da539-0f68-4cc0-9f14-838e99748e0e'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b98a3fc2_4d53_401c_ba61_344103594f56, direction=to-lport, priority=1002, match=outport == @pg_b98a3fc2_4d53_401c_ba61_344103594f56 && ip4 && ip4.src == $pg_b98a3fc2_4d53_401c_ba61_344103594f56_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c66387f7-98ef-4d05-a87b-d5b719f15fba'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3c4b1e59-cd62-49c6-b4f6-2e9001998e64 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c976cb38-364e-40a3-a7d6-3fd63929fcdf (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 6d16783d-550b-4130-b72d-b95b54cd0d53 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8883b87c-4d2e-4783-8c5a-15d1534ec092 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 86821d93-3d6f-4f74-b14f-01ab3b30aa1a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Successfully bumped revision number for resource b98a3fc2-4d53-401c-ba61-344103594f56 (type: security_groups) to 1 -Jan 03 20:38:31 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Successfully bumped revision number for resource 362e9d2b-49c2-4d0b-b3e2-3637d8438680 (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Successfully bumped revision number for resource 68cfa3fe-f801-42a1-a2df-4618c73478d5 (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Successfully bumped revision number for resource a50da539-0f68-4cc0-9f14-838e99748e0e (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Successfully bumped revision number for resource c66387f7-98ef-4d05-a87b-d5b719f15fba (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b98a3fc2-4d53-401c-ba61-344103594f56,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-5c82145e-23a3-45f0-a59e-0f153ef175ee ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=4de8dd31f31e4608905bba0c66f41ad5&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2516098 -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 54038) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] Publish callbacks [] for security_group (b98a3fc2-4d53-401c-ba61-344103594f56), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (b98a3fc2-4d53-401c-ba61-344103594f56), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b98a3fc2_4d53_401c_ba61_344103594f56, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b98a3fc2_4d53_401c_ba61_344103594f56 && ip6 && ip6.src == $pg_b98a3fc2_4d53_401c_ba61_344103594f56_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] delete_revision(362e9d2b-49c2-4d0b-b3e2-3637d8438680) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 8883b87c-4d2e-4783-8c5a-15d1534ec092 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 86821d93-3d6f-4f74-b14f-01ab3b30aa1a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b98a3fc2_4d53_401c_ba61_344103594f56, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b98a3fc2_4d53_401c_ba61_344103594f56 && ip4 && ip4.src == $pg_b98a3fc2_4d53_401c_ba61_344103594f56_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3c4b1e59-cd62-49c6-b4f6-2e9001998e64 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] delete_revision(c66387f7-98ef-4d05-a87b-d5b719f15fba) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 86821d93-3d6f-4f74-b14f-01ab3b30aa1a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b98a3fc2-4d53-401c-ba61-344103594f56), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b98a3fc2_4d53_401c_ba61_344103594f56, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row c976cb38-364e-40a3-a7d6-3fd63929fcdf (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] delete_revision(b98a3fc2-4d53-401c-ba61-344103594f56) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 6d16783d-550b-4130-b72d-b95b54cd0d53 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 86821d93-3d6f-4f74-b14f-01ab3b30aa1a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] delete_revisions(['68cfa3fe-f801-42a1-a2df-4618c73478d5', 'a50da539-0f68-4cc0-9f14-838e99748e0e']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b98a3fc2-4d53-401c-ba61-344103594f56,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-47258027-977d-4663-84d4-1dcbb4da05a5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b98a3fc2-4d53-401c-ba61-344103594f56 HTTP/1.1" status: 204 len: 168 time: 0.1436369 -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 54050) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (21cb4c53-88ce-4588-95bf-b626a69d61ae), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] create_initial_revision uuid=21cb4c53-88ce-4588-95bf-b626a69d61ae, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] create_initial_revision uuid=08a0b935-1b4e-4eec-87ca-34b203d79e46, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] create_initial_revision uuid=1b43aff1-d9d2-4bf0-b6a2-f51189bc5161, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] create_initial_revision uuid=549d239a-0962-47b1-b514-a2d4a3961465, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] create_initial_revision uuid=cf6202ef-8ce4-4c18-a41c-314fa9a2cf1c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (21cb4c53-88ce-4588-95bf-b626a69d61ae), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '21cb4c53-88ce-4588-95bf-b626a69d61ae'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, direction=to-lport, priority=1002, match=outport == @pg_21cb4c53_88ce_4588_95bf_b626a69d61ae && ip6 && ip6.src == $pg_21cb4c53_88ce_4588_95bf_b626a69d61ae_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '08a0b935-1b4e-4eec-87ca-34b203d79e46'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, direction=to-lport, priority=1002, match=outport == @pg_21cb4c53_88ce_4588_95bf_b626a69d61ae && ip4 && ip4.src == $pg_21cb4c53_88ce_4588_95bf_b626a69d61ae_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1b43aff1-d9d2-4bf0-b6a2-f51189bc5161'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, direction=from-lport, priority=1002, match=inport == @pg_21cb4c53_88ce_4588_95bf_b626a69d61ae && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '549d239a-0962-47b1-b514-a2d4a3961465'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, direction=from-lport, priority=1002, match=inport == @pg_21cb4c53_88ce_4588_95bf_b626a69d61ae && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'cf6202ef-8ce4-4c18-a41c-314fa9a2cf1c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 10d08142-20b5-41a8-b34c-969f78bd14cc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 7dd79716-f176-460b-b302-5c238799b2d2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 82b64f23-12f5-492a-876e-bd6a3bb73054 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b2ac1a01-c119-479f-8e2f-6049d1de929c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f050871d-f872-440e-b2da-cf0a93264b1c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Successfully bumped revision number for resource 21cb4c53-88ce-4588-95bf-b626a69d61ae (type: security_groups) to 1 -Jan 03 20:38:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Successfully bumped revision number for resource 08a0b935-1b4e-4eec-87ca-34b203d79e46 (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Successfully bumped revision number for resource 1b43aff1-d9d2-4bf0-b6a2-f51189bc5161 (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Successfully bumped revision number for resource 549d239a-0962-47b1-b514-a2d4a3961465 (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Successfully bumped revision number for resource cf6202ef-8ce4-4c18-a41c-314fa9a2cf1c (type: security_group_rules) to 0 -Jan 03 20:38:31 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=21cb4c53-88ce-4588-95bf-b626a69d61ae,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:31 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-7cb43a32-19d3-4058-9b10-f47021a84d9c ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f8707797fd9848e2a4995734a54f1f16&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1663549 -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 54060) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] Publish callbacks [] for security_group (21cb4c53-88ce-4588-95bf-b626a69d61ae), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (21cb4c53-88ce-4588-95bf-b626a69d61ae), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_21cb4c53_88ce_4588_95bf_b626a69d61ae && ip6 && ip6.src == $pg_21cb4c53_88ce_4588_95bf_b626a69d61ae_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 82b64f23-12f5-492a-876e-bd6a3bb73054 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row f050871d-f872-440e-b2da-cf0a93264b1c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:31 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] delete_revision(08a0b935-1b4e-4eec-87ca-34b203d79e46) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_21cb4c53_88ce_4588_95bf_b626a69d61ae && ip4 && ip4.src == $pg_21cb4c53_88ce_4588_95bf_b626a69d61ae_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 10d08142-20b5-41a8-b34c-969f78bd14cc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row f050871d-f872-440e-b2da-cf0a93264b1c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] delete_revision(1b43aff1-d9d2-4bf0-b6a2-f51189bc5161) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (21cb4c53-88ce-4588-95bf-b626a69d61ae), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_21cb4c53_88ce_4588_95bf_b626a69d61ae, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 7dd79716-f176-460b-b302-5c238799b2d2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b2ac1a01-c119-479f-8e2f-6049d1de929c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f050871d-f872-440e-b2da-cf0a93264b1c (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] delete_revision(21cb4c53-88ce-4588-95bf-b626a69d61ae) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] delete_revisions(['cf6202ef-8ce4-4c18-a41c-314fa9a2cf1c', '549d239a-0962-47b1-b514-a2d4a3961465']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=21cb4c53-88ce-4588-95bf-b626a69d61ae,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:32 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-821b3629-4824-49c4-98f2-a919e0d269ae ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/21cb4c53-88ce-4588-95bf-b626a69d61ae HTTP/1.1" status: 204 len: 168 time: 0.1977258 -Jan 03 20:38:32 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=3 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:38:33 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39168) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (c01b98e3-ad03-4d23-bfa9-41bdacda2495), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] create_initial_revision uuid=c01b98e3-ad03-4d23-bfa9-41bdacda2495, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] create_initial_revision uuid=625a4600-eef6-4db0-807b-59dadf980158, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] create_initial_revision uuid=681e53d8-8e77-4813-9d96-387d8530393f, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] create_initial_revision uuid=7650d586-72c3-4f76-a414-8ab1a9865847, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] create_initial_revision uuid=fe6da8f0-0a7f-4bbf-bf82-0bc918422902, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c01b98e3-ad03-4d23-bfa9-41bdacda2495), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c01b98e3-ad03-4d23-bfa9-41bdacda2495'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, direction=to-lport, priority=1002, match=outport == @pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495 && ip6 && ip6.src == $pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '625a4600-eef6-4db0-807b-59dadf980158'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, direction=to-lport, priority=1002, match=outport == @pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495 && ip4 && ip4.src == $pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '681e53d8-8e77-4813-9d96-387d8530393f'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, direction=from-lport, priority=1002, match=inport == @pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7650d586-72c3-4f76-a414-8ab1a9865847'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, direction=from-lport, priority=1002, match=inport == @pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fe6da8f0-0a7f-4bbf-bf82-0bc918422902'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d6df1d9d-fc60-416d-827f-4bddc56fe595 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f8aa7e98-ece2-4638-94fa-6e77dc5010dc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 06e938e1-7778-4114-b58a-50304a1cedfc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ac74a089-671b-484d-8a19-9ce3b06386c9 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c36df598-3639-4edd-803e-2eaee681791a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Successfully bumped revision number for resource c01b98e3-ad03-4d23-bfa9-41bdacda2495 (type: security_groups) to 1 -Jan 03 20:38:34 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Successfully bumped revision number for resource 625a4600-eef6-4db0-807b-59dadf980158 (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Successfully bumped revision number for resource 681e53d8-8e77-4813-9d96-387d8530393f (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Successfully bumped revision number for resource 7650d586-72c3-4f76-a414-8ab1a9865847 (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Successfully bumped revision number for resource fe6da8f0-0a7f-4bbf-bf82-0bc918422902 (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c01b98e3-ad03-4d23-bfa9-41bdacda2495,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-8373f30d-4717-4755-999b-4a7d86b458b1 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=5515cb9b75e54fc1b012e83b015f2802&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2129743 -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39180) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] Publish callbacks [] for security_group (c01b98e3-ad03-4d23-bfa9-41bdacda2495), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (c01b98e3-ad03-4d23-bfa9-41bdacda2495), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495 && ip6 && ip6.src == $pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d6df1d9d-fc60-416d-827f-4bddc56fe595 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row c36df598-3639-4edd-803e-2eaee681791a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] delete_revision(625a4600-eef6-4db0-807b-59dadf980158) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495 && ip4 && ip4.src == $pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] delete_revision(681e53d8-8e77-4813-9d96-387d8530393f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 06e938e1-7778-4114-b58a-50304a1cedfc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row c36df598-3639-4edd-803e-2eaee681791a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c01b98e3-ad03-4d23-bfa9-41bdacda2495), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c01b98e3_ad03_4d23_bfa9_41bdacda2495, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f8aa7e98-ece2-4638-94fa-6e77dc5010dc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ac74a089-671b-484d-8a19-9ce3b06386c9 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] delete_revision(c01b98e3-ad03-4d23-bfa9-41bdacda2495) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c36df598-3639-4edd-803e-2eaee681791a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] delete_revisions(['fe6da8f0-0a7f-4bbf-bf82-0bc918422902', '7650d586-72c3-4f76-a414-8ab1a9865847']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c01b98e3-ad03-4d23-bfa9-41bdacda2495,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-0feeaaaf-c525-485d-b7bd-8a1a282f00d0 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c01b98e3-ad03-4d23-bfa9-41bdacda2495 HTTP/1.1" status: 204 len: 168 time: 0.1463995 -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39192) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (8547c11d-f810-4e49-ab2d-40ed1ed2edf5), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] create_initial_revision uuid=8547c11d-f810-4e49-ab2d-40ed1ed2edf5, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] create_initial_revision uuid=03d69e01-096a-4279-8d6c-d597aa45bb00, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] create_initial_revision uuid=401b4cee-7f2c-4fa6-8eac-1ae1e4e818f4, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] create_initial_revision uuid=a20d6dd7-0b0c-4aaa-90c1-31c16d6cc9b2, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] create_initial_revision uuid=a5b13ab6-4f95-4dd7-b527-60ebb52e1774, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8547c11d-f810-4e49-ab2d-40ed1ed2edf5), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '8547c11d-f810-4e49-ab2d-40ed1ed2edf5'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, direction=from-lport, priority=1002, match=inport == @pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '03d69e01-096a-4279-8d6c-d597aa45bb00'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, direction=to-lport, priority=1002, match=outport == @pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5 && ip4 && ip4.src == $pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '401b4cee-7f2c-4fa6-8eac-1ae1e4e818f4'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, direction=from-lport, priority=1002, match=inport == @pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a20d6dd7-0b0c-4aaa-90c1-31c16d6cc9b2'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, direction=to-lport, priority=1002, match=outport == @pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5 && ip6 && ip6.src == $pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a5b13ab6-4f95-4dd7-b527-60ebb52e1774'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 01a74680-5c59-45b0-aa41-9a9280f4fcf0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 33074d98-7ae4-4422-bf1d-0032082b36cc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 81bdadf9-d5b5-4c51-b17a-64c2551a8263 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1d64cfc9-414e-40e2-a726-971c8bdd1ec1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a0d4214e-6a61-4638-9fe9-aa51f38880a3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Successfully bumped revision number for resource 8547c11d-f810-4e49-ab2d-40ed1ed2edf5 (type: security_groups) to 1 -Jan 03 20:38:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Successfully bumped revision number for resource 03d69e01-096a-4279-8d6c-d597aa45bb00 (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Successfully bumped revision number for resource 401b4cee-7f2c-4fa6-8eac-1ae1e4e818f4 (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Successfully bumped revision number for resource a20d6dd7-0b0c-4aaa-90c1-31c16d6cc9b2 (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Successfully bumped revision number for resource a5b13ab6-4f95-4dd7-b527-60ebb52e1774 (type: security_group_rules) to 0 -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=8547c11d-f810-4e49-ab2d-40ed1ed2edf5,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-d7a2d6a6-1c58-4865-b0bf-d2c3881bdf5e ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=1318e2e10e4e480c96cd7d4394593395&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1637709 -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39202) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] Publish callbacks [] for security_group (8547c11d-f810-4e49-ab2d-40ed1ed2edf5), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (8547c11d-f810-4e49-ab2d-40ed1ed2edf5), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5 && ip4 && ip4.src == $pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 81bdadf9-d5b5-4c51-b17a-64c2551a8263 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] delete_revision(401b4cee-7f2c-4fa6-8eac-1ae1e4e818f4) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 1d64cfc9-414e-40e2-a726-971c8bdd1ec1 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5 && ip6 && ip6.src == $pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a0d4214e-6a61-4638-9fe9-aa51f38880a3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 81bdadf9-d5b5-4c51-b17a-64c2551a8263 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] delete_revision(a5b13ab6-4f95-4dd7-b527-60ebb52e1774) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8547c11d-f810-4e49-ab2d-40ed1ed2edf5), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_8547c11d_f810_4e49_ab2d_40ed1ed2edf5, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 01a74680-5c59-45b0-aa41-9a9280f4fcf0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 33074d98-7ae4-4422-bf1d-0032082b36cc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 81bdadf9-d5b5-4c51-b17a-64c2551a8263 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] delete_revision(8547c11d-f810-4e49-ab2d-40ed1ed2edf5) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] delete_revisions(['03d69e01-096a-4279-8d6c-d597aa45bb00', 'a20d6dd7-0b0c-4aaa-90c1-31c16d6cc9b2']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=8547c11d-f810-4e49-ab2d-40ed1ed2edf5,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:34 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-bd644994-d171-4ccb-b4b3-8a40a3e4cace ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/8547c11d-f810-4e49-ab2d-40ed1ed2edf5 HTTP/1.1" status: 204 len: 168 time: 0.1771121 -Jan 03 20:38:38 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:38:38 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:38:42 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39204) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:42 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (4ca47192-c17c-4297-a100-511c1b21aab1), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] create_initial_revision uuid=4ca47192-c17c-4297-a100-511c1b21aab1, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] create_initial_revision uuid=36f3b7b0-d528-408f-b01e-b091ef54587f, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] create_initial_revision uuid=7e52e16a-0de7-4cc4-928f-c23c5b765c24, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] create_initial_revision uuid=8f126686-410e-46b7-b2d3-11b08690ee30, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] create_initial_revision uuid=b722063e-d436-4983-bf90-45abaf116966, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (4ca47192-c17c-4297-a100-511c1b21aab1), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_4ca47192_c17c_4297_a100_511c1b21aab1, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '4ca47192-c17c-4297-a100-511c1b21aab1'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_4ca47192_c17c_4297_a100_511c1b21aab1, direction=to-lport, priority=1002, match=outport == @pg_4ca47192_c17c_4297_a100_511c1b21aab1 && ip6 && ip6.src == $pg_4ca47192_c17c_4297_a100_511c1b21aab1_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '36f3b7b0-d528-408f-b01e-b091ef54587f'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_4ca47192_c17c_4297_a100_511c1b21aab1, direction=from-lport, priority=1002, match=inport == @pg_4ca47192_c17c_4297_a100_511c1b21aab1 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7e52e16a-0de7-4cc4-928f-c23c5b765c24'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_4ca47192_c17c_4297_a100_511c1b21aab1, direction=to-lport, priority=1002, match=outport == @pg_4ca47192_c17c_4297_a100_511c1b21aab1 && ip4 && ip4.src == $pg_4ca47192_c17c_4297_a100_511c1b21aab1_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8f126686-410e-46b7-b2d3-11b08690ee30'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_4ca47192_c17c_4297_a100_511c1b21aab1, direction=from-lport, priority=1002, match=inport == @pg_4ca47192_c17c_4297_a100_511c1b21aab1 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b722063e-d436-4983-bf90-45abaf116966'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a42ba87c-5345-4cdb-aa3b-75362421dffa (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0c4bfff4-0c23-4891-a22d-bb5d34aec3f6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2e462a78-2b94-401c-a4b8-5f97937bfc9b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 40c44363-3d5a-422d-a41e-0e4cf0955480 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 7c39835d-7d03-4279-a4a3-9169bc20bf0e (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Successfully bumped revision number for resource 4ca47192-c17c-4297-a100-511c1b21aab1 (type: security_groups) to 1 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Successfully bumped revision number for resource 36f3b7b0-d528-408f-b01e-b091ef54587f (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Successfully bumped revision number for resource 7e52e16a-0de7-4cc4-928f-c23c5b765c24 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Successfully bumped revision number for resource 8f126686-410e-46b7-b2d3-11b08690ee30 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Successfully bumped revision number for resource b722063e-d436-4983-bf90-45abaf116966 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=4ca47192-c17c-4297-a100-511c1b21aab1,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-1ab2dc51-93a1-405d-b70e-2fb6487923fb ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=607738f0b8b94faab05f45478aaf0d79&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2186253 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39216) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] Publish callbacks [] for security_group (4ca47192-c17c-4297-a100-511c1b21aab1), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (4ca47192-c17c-4297-a100-511c1b21aab1), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4ca47192_c17c_4297_a100_511c1b21aab1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4ca47192_c17c_4297_a100_511c1b21aab1 && ip6 && ip6.src == $pg_4ca47192_c17c_4297_a100_511c1b21aab1_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 0c4bfff4-0c23-4891-a22d-bb5d34aec3f6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] delete_revision(36f3b7b0-d528-408f-b01e-b091ef54587f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 2e462a78-2b94-401c-a4b8-5f97937bfc9b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4ca47192_c17c_4297_a100_511c1b21aab1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4ca47192_c17c_4297_a100_511c1b21aab1 && ip4 && ip4.src == $pg_4ca47192_c17c_4297_a100_511c1b21aab1_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 0c4bfff4-0c23-4891-a22d-bb5d34aec3f6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] delete_revision(8f126686-410e-46b7-b2d3-11b08690ee30) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 40c44363-3d5a-422d-a41e-0e4cf0955480 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (4ca47192-c17c-4297-a100-511c1b21aab1), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_4ca47192_c17c_4297_a100_511c1b21aab1, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 7c39835d-7d03-4279-a4a3-9169bc20bf0e (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a42ba87c-5345-4cdb-aa3b-75362421dffa (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 0c4bfff4-0c23-4891-a22d-bb5d34aec3f6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] delete_revision(4ca47192-c17c-4297-a100-511c1b21aab1) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] delete_revisions(['7e52e16a-0de7-4cc4-928f-c23c5b765c24', 'b722063e-d436-4983-bf90-45abaf116966']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=4ca47192-c17c-4297-a100-511c1b21aab1,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-df37612b-174f-430b-9e04-cc49099a550b ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/4ca47192-c17c-4297-a100-511c1b21aab1 HTTP/1.1" status: 204 len: 168 time: 0.1525242 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39220) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (fca2e654-28e8-4c40-8617-2081c6442833), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] create_initial_revision uuid=fca2e654-28e8-4c40-8617-2081c6442833, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] create_initial_revision uuid=2b445923-fd98-459f-915b-9e5acbe9645d, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] create_initial_revision uuid=47e38fa4-5231-415d-9e6b-dc9f2d3c69c7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] create_initial_revision uuid=4be168cc-2af9-452f-8586-a2503ad82a05, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] create_initial_revision uuid=4eeb3994-46bb-422e-92f8-3d532e4a3d41, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fca2e654-28e8-4c40-8617-2081c6442833), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_fca2e654_28e8_4c40_8617_2081c6442833, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'fca2e654-28e8-4c40-8617-2081c6442833'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_fca2e654_28e8_4c40_8617_2081c6442833, direction=from-lport, priority=1002, match=inport == @pg_fca2e654_28e8_4c40_8617_2081c6442833 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2b445923-fd98-459f-915b-9e5acbe9645d'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_fca2e654_28e8_4c40_8617_2081c6442833, direction=to-lport, priority=1002, match=outport == @pg_fca2e654_28e8_4c40_8617_2081c6442833 && ip4 && ip4.src == $pg_fca2e654_28e8_4c40_8617_2081c6442833_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '47e38fa4-5231-415d-9e6b-dc9f2d3c69c7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_fca2e654_28e8_4c40_8617_2081c6442833, direction=to-lport, priority=1002, match=outport == @pg_fca2e654_28e8_4c40_8617_2081c6442833 && ip6 && ip6.src == $pg_fca2e654_28e8_4c40_8617_2081c6442833_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4be168cc-2af9-452f-8586-a2503ad82a05'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_fca2e654_28e8_4c40_8617_2081c6442833, direction=from-lport, priority=1002, match=inport == @pg_fca2e654_28e8_4c40_8617_2081c6442833 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4eeb3994-46bb-422e-92f8-3d532e4a3d41'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0fa16ec4-5df4-4bc5-b077-e398a1f9eb7e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 36232114-a628-4465-97da-81a668991507 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b337003e-25ed-46bf-a5c3-6b388aca0af2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row edc25b3e-5454-415f-aae5-f4294967a000 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 24a5ce1e-f878-4565-bd9a-3366ef16a946 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Successfully bumped revision number for resource fca2e654-28e8-4c40-8617-2081c6442833 (type: security_groups) to 1 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Successfully bumped revision number for resource 2b445923-fd98-459f-915b-9e5acbe9645d (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Successfully bumped revision number for resource 47e38fa4-5231-415d-9e6b-dc9f2d3c69c7 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Successfully bumped revision number for resource 4be168cc-2af9-452f-8586-a2503ad82a05 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Successfully bumped revision number for resource 4eeb3994-46bb-422e-92f8-3d532e4a3d41 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=fca2e654-28e8-4c40-8617-2081c6442833,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-cd6bb6dc-0bcb-4f45-a332-bd2dd343e67c ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=51aebe6d6df74c4282822883fe23cb64&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1922669 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 44414) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] Publish callbacks [] for security_group (fca2e654-28e8-4c40-8617-2081c6442833), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (fca2e654-28e8-4c40-8617-2081c6442833), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fca2e654_28e8_4c40_8617_2081c6442833, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fca2e654_28e8_4c40_8617_2081c6442833 && ip4 && ip4.src == $pg_fca2e654_28e8_4c40_8617_2081c6442833_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row edc25b3e-5454-415f-aae5-f4294967a000 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 24a5ce1e-f878-4565-bd9a-3366ef16a946 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] delete_revision(47e38fa4-5231-415d-9e6b-dc9f2d3c69c7) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fca2e654_28e8_4c40_8617_2081c6442833, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fca2e654_28e8_4c40_8617_2081c6442833 && ip6 && ip6.src == $pg_fca2e654_28e8_4c40_8617_2081c6442833_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b337003e-25ed-46bf-a5c3-6b388aca0af2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 24a5ce1e-f878-4565-bd9a-3366ef16a946 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] delete_revision(4be168cc-2af9-452f-8586-a2503ad82a05) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fca2e654-28e8-4c40-8617-2081c6442833), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_fca2e654_28e8_4c40_8617_2081c6442833, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 0fa16ec4-5df4-4bc5-b077-e398a1f9eb7e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 36232114-a628-4465-97da-81a668991507 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 24a5ce1e-f878-4565-bd9a-3366ef16a946 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] delete_revision(fca2e654-28e8-4c40-8617-2081c6442833) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] delete_revisions(['4eeb3994-46bb-422e-92f8-3d532e4a3d41', '2b445923-fd98-459f-915b-9e5acbe9645d']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=fca2e654-28e8-4c40-8617-2081c6442833,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-918f66b9-5b63-40d7-9aeb-bc0690dc5a7f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/fca2e654-28e8-4c40-8617-2081c6442833 HTTP/1.1" status: 204 len: 168 time: 0.1856070 -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 44420) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (2f0ebf55-54a7-4768-895c-38672ecefd5b), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] create_initial_revision uuid=2f0ebf55-54a7-4768-895c-38672ecefd5b, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] create_initial_revision uuid=1f7be709-78bd-4e43-81a3-f1dc56ba7aea, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] create_initial_revision uuid=275e97b5-3898-488d-806a-6ca1f817f9e5, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] create_initial_revision uuid=a0ed8ef2-8117-4fdf-a68a-77f814895632, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] create_initial_revision uuid=b0e7dfb2-f259-4e3c-8b79-a324633cff76, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (2f0ebf55-54a7-4768-895c-38672ecefd5b), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '2f0ebf55-54a7-4768-895c-38672ecefd5b'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, direction=from-lport, priority=1002, match=inport == @pg_2f0ebf55_54a7_4768_895c_38672ecefd5b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1f7be709-78bd-4e43-81a3-f1dc56ba7aea'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, direction=from-lport, priority=1002, match=inport == @pg_2f0ebf55_54a7_4768_895c_38672ecefd5b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '275e97b5-3898-488d-806a-6ca1f817f9e5'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, direction=to-lport, priority=1002, match=outport == @pg_2f0ebf55_54a7_4768_895c_38672ecefd5b && ip6 && ip6.src == $pg_2f0ebf55_54a7_4768_895c_38672ecefd5b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a0ed8ef2-8117-4fdf-a68a-77f814895632'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, direction=to-lport, priority=1002, match=outport == @pg_2f0ebf55_54a7_4768_895c_38672ecefd5b && ip4 && ip4.src == $pg_2f0ebf55_54a7_4768_895c_38672ecefd5b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b0e7dfb2-f259-4e3c-8b79-a324633cff76'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0b0f22ff-0c04-4dfa-b7ca-d2049b17c5c0 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Successfully bumped revision number for resource 2f0ebf55-54a7-4768-895c-38672ecefd5b (type: security_groups) to 1 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 36f766ca-12e2-416e-9ea2-c91961d1342f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row bc1fbce4-2960-4f55-8fc3-a73928ea3969 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d74502af-79dd-4008-9d8f-456324441bfc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Successfully bumped revision number for resource 1f7be709-78bd-4e43-81a3-f1dc56ba7aea (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b4ec7134-750a-479b-8c59-9ba06c65d013 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Successfully bumped revision number for resource 275e97b5-3898-488d-806a-6ca1f817f9e5 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Successfully bumped revision number for resource a0ed8ef2-8117-4fdf-a68a-77f814895632 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Successfully bumped revision number for resource b0e7dfb2-f259-4e3c-8b79-a324633cff76 (type: security_group_rules) to 0 -Jan 03 20:38:43 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=2f0ebf55-54a7-4768-895c-38672ecefd5b,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:43 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-5b1cc8af-aadd-48c1-af9e-398d04333378 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=b19d9d6da7ea4001ad9d8b25f0672aaf&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1426141 -Jan 03 20:38:43 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 44422) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] Publish callbacks [] for security_group (2f0ebf55-54a7-4768-895c-38672ecefd5b), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (2f0ebf55-54a7-4768-895c-38672ecefd5b), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2f0ebf55_54a7_4768_895c_38672ecefd5b && ip6 && ip6.src == $pg_2f0ebf55_54a7_4768_895c_38672ecefd5b_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 36f766ca-12e2-416e-9ea2-c91961d1342f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b4ec7134-750a-479b-8c59-9ba06c65d013 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] delete_revision(a0ed8ef2-8117-4fdf-a68a-77f814895632) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2f0ebf55_54a7_4768_895c_38672ecefd5b && ip4 && ip4.src == $pg_2f0ebf55_54a7_4768_895c_38672ecefd5b_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row bc1fbce4-2960-4f55-8fc3-a73928ea3969 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b4ec7134-750a-479b-8c59-9ba06c65d013 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] delete_revision(b0e7dfb2-f259-4e3c-8b79-a324633cff76) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (2f0ebf55-54a7-4768-895c-38672ecefd5b), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_2f0ebf55_54a7_4768_895c_38672ecefd5b, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 0b0f22ff-0c04-4dfa-b7ca-d2049b17c5c0 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d74502af-79dd-4008-9d8f-456324441bfc (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b4ec7134-750a-479b-8c59-9ba06c65d013 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] delete_revision(2f0ebf55-54a7-4768-895c-38672ecefd5b) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] delete_revisions(['1f7be709-78bd-4e43-81a3-f1dc56ba7aea', '275e97b5-3898-488d-806a-6ca1f817f9e5']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=2f0ebf55-54a7-4768-895c-38672ecefd5b,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:44 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-4614e650-6ade-4e01-ae4d-1943a9ae0ca9 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/2f0ebf55-54a7-4768-895c-38672ecefd5b HTTP/1.1" status: 204 len: 168 time: 0.1664920 -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 44430) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (24e3273c-2972-4877-9281-4a2d9de99a34), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] create_initial_revision uuid=24e3273c-2972-4877-9281-4a2d9de99a34, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] create_initial_revision uuid=35632a88-124d-4840-acd4-4a8eab677154, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] create_initial_revision uuid=790aeb20-4d87-4ebf-8131-ba18b9949111, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] create_initial_revision uuid=7efbafdf-3b72-41d3-8f93-374b3ef1a349, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] create_initial_revision uuid=c6ecd4f2-f53b-4bbb-87f6-defc8cb53f9d, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (24e3273c-2972-4877-9281-4a2d9de99a34), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_24e3273c_2972_4877_9281_4a2d9de99a34, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '24e3273c-2972-4877-9281-4a2d9de99a34'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_24e3273c_2972_4877_9281_4a2d9de99a34, direction=to-lport, priority=1002, match=outport == @pg_24e3273c_2972_4877_9281_4a2d9de99a34 && ip6 && ip6.src == $pg_24e3273c_2972_4877_9281_4a2d9de99a34_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '35632a88-124d-4840-acd4-4a8eab677154'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_24e3273c_2972_4877_9281_4a2d9de99a34, direction=from-lport, priority=1002, match=inport == @pg_24e3273c_2972_4877_9281_4a2d9de99a34 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '790aeb20-4d87-4ebf-8131-ba18b9949111'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_24e3273c_2972_4877_9281_4a2d9de99a34, direction=from-lport, priority=1002, match=inport == @pg_24e3273c_2972_4877_9281_4a2d9de99a34 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7efbafdf-3b72-41d3-8f93-374b3ef1a349'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_24e3273c_2972_4877_9281_4a2d9de99a34, direction=to-lport, priority=1002, match=outport == @pg_24e3273c_2972_4877_9281_4a2d9de99a34 && ip4 && ip4.src == $pg_24e3273c_2972_4877_9281_4a2d9de99a34_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c6ecd4f2-f53b-4bbb-87f6-defc8cb53f9d'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8b28073c-ec73-4494-bcc7-7a89969f7959 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4cf24c5c-ff8a-40bc-b9d2-669debf12f16 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ac4a86a7-5bff-4258-8732-62a403552e24 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ae763c0a-ecce-4ac0-bd7c-29908dc223bf (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f9085600-c870-4d7e-a199-669286bcc131 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Successfully bumped revision number for resource 24e3273c-2972-4877-9281-4a2d9de99a34 (type: security_groups) to 1 -Jan 03 20:38:48 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Successfully bumped revision number for resource 35632a88-124d-4840-acd4-4a8eab677154 (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Successfully bumped revision number for resource 790aeb20-4d87-4ebf-8131-ba18b9949111 (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Successfully bumped revision number for resource 7efbafdf-3b72-41d3-8f93-374b3ef1a349 (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Successfully bumped revision number for resource c6ecd4f2-f53b-4bbb-87f6-defc8cb53f9d (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=24e3273c-2972-4877-9281-4a2d9de99a34,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-bed00c5c-c687-415f-a5d5-9d8d0e067b84 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6093af9a4aff4233b4262e78b641a247&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2344022 -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 44440) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] Publish callbacks [] for security_group (24e3273c-2972-4877-9281-4a2d9de99a34), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (24e3273c-2972-4877-9281-4a2d9de99a34), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_24e3273c_2972_4877_9281_4a2d9de99a34, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_24e3273c_2972_4877_9281_4a2d9de99a34 && ip6 && ip6.src == $pg_24e3273c_2972_4877_9281_4a2d9de99a34_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] delete_revision(35632a88-124d-4840-acd4-4a8eab677154) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4cf24c5c-ff8a-40bc-b9d2-669debf12f16 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row f9085600-c870-4d7e-a199-669286bcc131 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_24e3273c_2972_4877_9281_4a2d9de99a34, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_24e3273c_2972_4877_9281_4a2d9de99a34 && ip4 && ip4.src == $pg_24e3273c_2972_4877_9281_4a2d9de99a34_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row f9085600-c870-4d7e-a199-669286bcc131 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 8b28073c-ec73-4494-bcc7-7a89969f7959 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] delete_revision(c6ecd4f2-f53b-4bbb-87f6-defc8cb53f9d) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (24e3273c-2972-4877-9281-4a2d9de99a34), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_24e3273c_2972_4877_9281_4a2d9de99a34, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] delete_revision(24e3273c-2972-4877-9281-4a2d9de99a34) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ac4a86a7-5bff-4258-8732-62a403552e24 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] delete_revisions(['790aeb20-4d87-4ebf-8131-ba18b9949111', '7efbafdf-3b72-41d3-8f93-374b3ef1a349']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ae763c0a-ecce-4ac0-bd7c-29908dc223bf (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f9085600-c870-4d7e-a199-669286bcc131 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=24e3273c-2972-4877-9281-4a2d9de99a34,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-141347ff-ed4b-41a2-b3b1-3295b3e1174f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/24e3273c-2972-4877-9281-4a2d9de99a34 HTTP/1.1" status: 204 len: 168 time: 0.1679237 -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 44452) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (fe1f495b-9319-480d-96e8-0345cc92015a), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] create_initial_revision uuid=fe1f495b-9319-480d-96e8-0345cc92015a, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] create_initial_revision uuid=1bbf1f43-2e03-41d8-aec9-1a7740cc49b7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] create_initial_revision uuid=35df18fa-7292-4ab0-bd98-39f4ff980126, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] create_initial_revision uuid=5edba644-189a-4d69-926a-c3e52afa2a8b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] create_initial_revision uuid=95004004-631a-443d-9eb2-577c654152f7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fe1f495b-9319-480d-96e8-0345cc92015a), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_fe1f495b_9319_480d_96e8_0345cc92015a, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'fe1f495b-9319-480d-96e8-0345cc92015a'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_fe1f495b_9319_480d_96e8_0345cc92015a, direction=from-lport, priority=1002, match=inport == @pg_fe1f495b_9319_480d_96e8_0345cc92015a && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1bbf1f43-2e03-41d8-aec9-1a7740cc49b7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_fe1f495b_9319_480d_96e8_0345cc92015a, direction=to-lport, priority=1002, match=outport == @pg_fe1f495b_9319_480d_96e8_0345cc92015a && ip4 && ip4.src == $pg_fe1f495b_9319_480d_96e8_0345cc92015a_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '35df18fa-7292-4ab0-bd98-39f4ff980126'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_fe1f495b_9319_480d_96e8_0345cc92015a, direction=from-lport, priority=1002, match=inport == @pg_fe1f495b_9319_480d_96e8_0345cc92015a && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5edba644-189a-4d69-926a-c3e52afa2a8b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_fe1f495b_9319_480d_96e8_0345cc92015a, direction=to-lport, priority=1002, match=outport == @pg_fe1f495b_9319_480d_96e8_0345cc92015a && ip6 && ip6.src == $pg_fe1f495b_9319_480d_96e8_0345cc92015a_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '95004004-631a-443d-9eb2-577c654152f7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 5c0b29ff-6acc-400b-8c95-8da7745f1219 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 3cc393b7-bdc3-48c7-bc9c-949f5dba2cd7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row aa1f7d7f-a335-4f12-ab38-7aee20373104 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 863fbcda-d8b6-4454-907b-c805f4303bf9 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a23c6dfa-b77d-436c-880b-c361a75bd5c1 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Successfully bumped revision number for resource fe1f495b-9319-480d-96e8-0345cc92015a (type: security_groups) to 1 -Jan 03 20:38:48 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Successfully bumped revision number for resource 1bbf1f43-2e03-41d8-aec9-1a7740cc49b7 (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Successfully bumped revision number for resource 35df18fa-7292-4ab0-bd98-39f4ff980126 (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Successfully bumped revision number for resource 5edba644-189a-4d69-926a-c3e52afa2a8b (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Successfully bumped revision number for resource 95004004-631a-443d-9eb2-577c654152f7 (type: security_group_rules) to 0 -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=fe1f495b-9319-480d-96e8-0345cc92015a,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-92c20981-36ce-4ac7-9596-9b182057882f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=1b76804745374a5f836f24a16babdfa0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1626339 -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 44454) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] Publish callbacks [] for security_group (fe1f495b-9319-480d-96e8-0345cc92015a), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (fe1f495b-9319-480d-96e8-0345cc92015a), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fe1f495b_9319_480d_96e8_0345cc92015a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fe1f495b_9319_480d_96e8_0345cc92015a && ip4 && ip4.src == $pg_fe1f495b_9319_480d_96e8_0345cc92015a_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aa1f7d7f-a335-4f12-ab38-7aee20373104 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:48 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] delete_revision(35df18fa-7292-4ab0-bd98-39f4ff980126) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:48 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 863fbcda-d8b6-4454-907b-c805f4303bf9 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fe1f495b_9319_480d_96e8_0345cc92015a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fe1f495b_9319_480d_96e8_0345cc92015a && ip6 && ip6.src == $pg_fe1f495b_9319_480d_96e8_0345cc92015a_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aa1f7d7f-a335-4f12-ab38-7aee20373104 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] delete_revision(95004004-631a-443d-9eb2-577c654152f7) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:49 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 3cc393b7-bdc3-48c7-bc9c-949f5dba2cd7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fe1f495b-9319-480d-96e8-0345cc92015a), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_fe1f495b_9319_480d_96e8_0345cc92015a, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 5c0b29ff-6acc-400b-8c95-8da7745f1219 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:49 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a23c6dfa-b77d-436c-880b-c361a75bd5c1 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row aa1f7d7f-a335-4f12-ab38-7aee20373104 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] delete_revision(fe1f495b-9319-480d-96e8-0345cc92015a) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] delete_revisions(['1bbf1f43-2e03-41d8-aec9-1a7740cc49b7', '5edba644-189a-4d69-926a-c3e52afa2a8b']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=fe1f495b-9319-480d-96e8-0345cc92015a,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:49 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-4b72edb0-95a5-42aa-8541-318c70a483d1 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/fe1f495b-9319-480d-96e8-0345cc92015a HTTP/1.1" status: 204 len: 168 time: 0.1666067 -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 33730) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (80823cfc-07e7-4c5e-bada-fd30b6ccec2f), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] create_initial_revision uuid=80823cfc-07e7-4c5e-bada-fd30b6ccec2f, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] create_initial_revision uuid=07bd86ce-9a8b-4d79-a04a-0d554ce79ad6, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] create_initial_revision uuid=89a72c96-67c9-431c-b238-b3622f836270, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] create_initial_revision uuid=95cd1bd2-a462-40d5-bf72-f0229fb641c7, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] create_initial_revision uuid=dfd32fc3-b302-4878-9540-6e49f867ae94, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (80823cfc-07e7-4c5e-bada-fd30b6ccec2f), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '80823cfc-07e7-4c5e-bada-fd30b6ccec2f'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, direction=to-lport, priority=1002, match=outport == @pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f && ip4 && ip4.src == $pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '07bd86ce-9a8b-4d79-a04a-0d554ce79ad6'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, direction=from-lport, priority=1002, match=inport == @pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '89a72c96-67c9-431c-b238-b3622f836270'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, direction=from-lport, priority=1002, match=inport == @pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '95cd1bd2-a462-40d5-bf72-f0229fb641c7'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, direction=to-lport, priority=1002, match=outport == @pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f && ip6 && ip6.src == $pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dfd32fc3-b302-4878-9540-6e49f867ae94'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row de48da47-8cec-40c0-a9d5-9246f5eb4f45 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ed790c9f-34b9-4b20-b52f-99dcb6846bc0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 93b449ce-017b-4a81-bba9-73e86bf1f97e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1294186c-8dc1-4c21-b996-06521d188e77 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f3eb7982-3c00-406c-bcda-ec2d0516582f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Successfully bumped revision number for resource 80823cfc-07e7-4c5e-bada-fd30b6ccec2f (type: security_groups) to 1 -Jan 03 20:38:54 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Successfully bumped revision number for resource 07bd86ce-9a8b-4d79-a04a-0d554ce79ad6 (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Successfully bumped revision number for resource 89a72c96-67c9-431c-b238-b3622f836270 (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Successfully bumped revision number for resource 95cd1bd2-a462-40d5-bf72-f0229fb641c7 (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Successfully bumped revision number for resource dfd32fc3-b302-4878-9540-6e49f867ae94 (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=80823cfc-07e7-4c5e-bada-fd30b6ccec2f,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-04e940f4-0bd3-4db7-a4bb-5bc25dcac369 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=1fb49c0873364d64bb909d8b9a24b20e&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2507665 -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33734) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] Publish callbacks [] for security_group (80823cfc-07e7-4c5e-bada-fd30b6ccec2f), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (80823cfc-07e7-4c5e-bada-fd30b6ccec2f), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f && ip4 && ip4.src == $pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 93b449ce-017b-4a81-bba9-73e86bf1f97e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] delete_revision(07bd86ce-9a8b-4d79-a04a-0d554ce79ad6) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 1294186c-8dc1-4c21-b996-06521d188e77 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f && ip6 && ip6.src == $pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] delete_revision(dfd32fc3-b302-4878-9540-6e49f867ae94) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ed790c9f-34b9-4b20-b52f-99dcb6846bc0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 1294186c-8dc1-4c21-b996-06521d188e77 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (80823cfc-07e7-4c5e-bada-fd30b6ccec2f), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_80823cfc_07e7_4c5e_bada_fd30b6ccec2f, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f3eb7982-3c00-406c-bcda-ec2d0516582f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row de48da47-8cec-40c0-a9d5-9246f5eb4f45 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] delete_revision(80823cfc-07e7-4c5e-bada-fd30b6ccec2f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 1294186c-8dc1-4c21-b996-06521d188e77 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] delete_revisions(['95cd1bd2-a462-40d5-bf72-f0229fb641c7', '89a72c96-67c9-431c-b238-b3622f836270']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=80823cfc-07e7-4c5e-bada-fd30b6ccec2f,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-732fb2b8-ef9f-4a22-b00b-20eb3e8c1159 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/80823cfc-07e7-4c5e-bada-fd30b6ccec2f HTTP/1.1" status: 204 len: 168 time: 0.1542850 -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33742) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (437db6e7-623a-478e-937b-82a5eb5fa238), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] create_initial_revision uuid=437db6e7-623a-478e-937b-82a5eb5fa238, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] create_initial_revision uuid=1bf724e2-aff0-4530-8744-f667caa748ab, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] create_initial_revision uuid=4b542450-20ad-47e5-9bac-45f90c016be6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] create_initial_revision uuid=a163e428-9b26-4682-845a-5cb26d3f6135, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] create_initial_revision uuid=c9fb36f3-237d-4d85-87cc-e86dd0d78053, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (437db6e7-623a-478e-937b-82a5eb5fa238), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_437db6e7_623a_478e_937b_82a5eb5fa238, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '437db6e7-623a-478e-937b-82a5eb5fa238'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_437db6e7_623a_478e_937b_82a5eb5fa238, direction=from-lport, priority=1002, match=inport == @pg_437db6e7_623a_478e_937b_82a5eb5fa238 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1bf724e2-aff0-4530-8744-f667caa748ab'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_437db6e7_623a_478e_937b_82a5eb5fa238, direction=to-lport, priority=1002, match=outport == @pg_437db6e7_623a_478e_937b_82a5eb5fa238 && ip4 && ip4.src == $pg_437db6e7_623a_478e_937b_82a5eb5fa238_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4b542450-20ad-47e5-9bac-45f90c016be6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_437db6e7_623a_478e_937b_82a5eb5fa238, direction=to-lport, priority=1002, match=outport == @pg_437db6e7_623a_478e_937b_82a5eb5fa238 && ip6 && ip6.src == $pg_437db6e7_623a_478e_937b_82a5eb5fa238_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a163e428-9b26-4682-845a-5cb26d3f6135'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_437db6e7_623a_478e_937b_82a5eb5fa238, direction=from-lport, priority=1002, match=inport == @pg_437db6e7_623a_478e_937b_82a5eb5fa238 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c9fb36f3-237d-4d85-87cc-e86dd0d78053'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a9596c71-e072-4a30-8c7c-e5d7696d1df5 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row dd6516ac-cf5c-49db-85cd-4bb214aad10c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f18090ff-80e8-4476-8258-f2c4a7c02dcb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f24d6ce5-9be9-4aac-b362-198aeceeacf6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row dcf95ac6-3e26-4a79-8b74-4425fd7f6fcf (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Successfully bumped revision number for resource 437db6e7-623a-478e-937b-82a5eb5fa238 (type: security_groups) to 1 -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Successfully bumped revision number for resource 1bf724e2-aff0-4530-8744-f667caa748ab (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Successfully bumped revision number for resource 4b542450-20ad-47e5-9bac-45f90c016be6 (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Successfully bumped revision number for resource a163e428-9b26-4682-845a-5cb26d3f6135 (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Successfully bumped revision number for resource c9fb36f3-237d-4d85-87cc-e86dd0d78053 (type: security_group_rules) to 0 -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=437db6e7-623a-478e-937b-82a5eb5fa238,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-21f783b7-25f9-4b19-a1e1-5f950838653b ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=66a013768fb440cc85e58bd3ee50cbea&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1630781 -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33744) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] Publish callbacks [] for security_group (437db6e7-623a-478e-937b-82a5eb5fa238), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (437db6e7-623a-478e-937b-82a5eb5fa238), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_437db6e7_623a_478e_937b_82a5eb5fa238, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_437db6e7_623a_478e_937b_82a5eb5fa238 && ip4 && ip4.src == $pg_437db6e7_623a_478e_937b_82a5eb5fa238_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f18090ff-80e8-4476-8258-f2c4a7c02dcb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row f24d6ce5-9be9-4aac-b362-198aeceeacf6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] delete_revision(4b542450-20ad-47e5-9bac-45f90c016be6) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_437db6e7_623a_478e_937b_82a5eb5fa238, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_437db6e7_623a_478e_937b_82a5eb5fa238 && ip6 && ip6.src == $pg_437db6e7_623a_478e_937b_82a5eb5fa238_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a9596c71-e072-4a30-8c7c-e5d7696d1df5 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row f24d6ce5-9be9-4aac-b362-198aeceeacf6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] delete_revision(a163e428-9b26-4682-845a-5cb26d3f6135) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (437db6e7-623a-478e-937b-82a5eb5fa238), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_437db6e7_623a_478e_937b_82a5eb5fa238, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row dd6516ac-cf5c-49db-85cd-4bb214aad10c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f24d6ce5-9be9-4aac-b362-198aeceeacf6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row dcf95ac6-3e26-4a79-8b74-4425fd7f6fcf (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] delete_revision(437db6e7-623a-478e-937b-82a5eb5fa238) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] delete_revisions(['c9fb36f3-237d-4d85-87cc-e86dd0d78053', '1bf724e2-aff0-4530-8744-f667caa748ab']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=437db6e7-623a-478e-937b-82a5eb5fa238,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:54 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-45507937-cc2a-40ca-98aa-3d68d358debe ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/437db6e7-623a-478e-937b-82a5eb5fa238 HTTP/1.1" status: 204 len: 168 time: 0.1448870 -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33760) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (0d3b6bbc-c934-4e66-bf74-9518392985dd), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] create_initial_revision uuid=0d3b6bbc-c934-4e66-bf74-9518392985dd, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] create_initial_revision uuid=2568df9f-1ae4-46f0-9da6-f0ccdefd27bb, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] create_initial_revision uuid=9a9f1929-b6db-4ffc-9fdb-91418fcb7f18, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] create_initial_revision uuid=a69a0dcd-3ac3-45ec-9903-a2dffb0b8a24, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] create_initial_revision uuid=bfe1a66c-7b99-44dc-bd7d-24a73ce0149a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (0d3b6bbc-c934-4e66-bf74-9518392985dd), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '0d3b6bbc-c934-4e66-bf74-9518392985dd'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, direction=from-lport, priority=1002, match=inport == @pg_0d3b6bbc_c934_4e66_bf74_9518392985dd && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2568df9f-1ae4-46f0-9da6-f0ccdefd27bb'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, direction=from-lport, priority=1002, match=inport == @pg_0d3b6bbc_c934_4e66_bf74_9518392985dd && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9a9f1929-b6db-4ffc-9fdb-91418fcb7f18'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, direction=to-lport, priority=1002, match=outport == @pg_0d3b6bbc_c934_4e66_bf74_9518392985dd && ip4 && ip4.src == $pg_0d3b6bbc_c934_4e66_bf74_9518392985dd_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a69a0dcd-3ac3-45ec-9903-a2dffb0b8a24'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, direction=to-lport, priority=1002, match=outport == @pg_0d3b6bbc_c934_4e66_bf74_9518392985dd && ip6 && ip6.src == $pg_0d3b6bbc_c934_4e66_bf74_9518392985dd_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bfe1a66c-7b99-44dc-bd7d-24a73ce0149a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4d3c854f-dbc8-459c-a6c5-ac473ba1b37b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 29e7fff7-2a37-4689-b531-d4e3420caf4f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 9c48c9d1-e902-4b42-b011-b4f709f447e4 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c0c84724-e58c-43b7-a874-39666b680f92 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 192bf2e0-4556-4f74-9963-7191df0a5a14 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Successfully bumped revision number for resource 0d3b6bbc-c934-4e66-bf74-9518392985dd (type: security_groups) to 1 -Jan 03 20:38:58 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Successfully bumped revision number for resource 2568df9f-1ae4-46f0-9da6-f0ccdefd27bb (type: security_group_rules) to 0 -Jan 03 20:38:58 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Successfully bumped revision number for resource 9a9f1929-b6db-4ffc-9fdb-91418fcb7f18 (type: security_group_rules) to 0 -Jan 03 20:38:58 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Successfully bumped revision number for resource a69a0dcd-3ac3-45ec-9903-a2dffb0b8a24 (type: security_group_rules) to 0 -Jan 03 20:38:58 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Successfully bumped revision number for resource bfe1a66c-7b99-44dc-bd7d-24a73ce0149a (type: security_group_rules) to 0 -Jan 03 20:38:58 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=0d3b6bbc-c934-4e66-bf74-9518392985dd,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:58 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-6d2a5941-fc20-4702-93ed-8e44bbe6cd55 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=d9bf0b89b0014c26badfd1fb7ecdff69&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2640455 -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 33768) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] Publish callbacks [] for security_group (0d3b6bbc-c934-4e66-bf74-9518392985dd), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (0d3b6bbc-c934-4e66-bf74-9518392985dd), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:58 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0d3b6bbc_c934_4e66_bf74_9518392985dd && ip4 && ip4.src == $pg_0d3b6bbc_c934_4e66_bf74_9518392985dd_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 192bf2e0-4556-4f74-9963-7191df0a5a14 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] delete_revision(a69a0dcd-3ac3-45ec-9903-a2dffb0b8a24) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4d3c854f-dbc8-459c-a6c5-ac473ba1b37b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0d3b6bbc_c934_4e66_bf74_9518392985dd && ip6 && ip6.src == $pg_0d3b6bbc_c934_4e66_bf74_9518392985dd_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 9c48c9d1-e902-4b42-b011-b4f709f447e4 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 192bf2e0-4556-4f74-9963-7191df0a5a14 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] delete_revision(bfe1a66c-7b99-44dc-bd7d-24a73ce0149a) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (0d3b6bbc-c934-4e66-bf74-9518392985dd), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_0d3b6bbc_c934_4e66_bf74_9518392985dd, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 29e7fff7-2a37-4689-b531-d4e3420caf4f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c0c84724-e58c-43b7-a874-39666b680f92 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 192bf2e0-4556-4f74-9963-7191df0a5a14 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] delete_revision(0d3b6bbc-c934-4e66-bf74-9518392985dd) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] delete_revisions(['9a9f1929-b6db-4ffc-9fdb-91418fcb7f18', '2568df9f-1ae4-46f0-9da6-f0ccdefd27bb']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=0d3b6bbc-c934-4e66-bf74-9518392985dd,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-c3200a54-9e55-4019-bf6a-7c9e73e075f0 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/0d3b6bbc-c934-4e66-bf74-9518392985dd HTTP/1.1" status: 204 len: 168 time: 0.1477795 -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 33782) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (50ec9cde-89aa-41b3-a33f-8134dd5a7a2a), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] create_initial_revision uuid=50ec9cde-89aa-41b3-a33f-8134dd5a7a2a, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] create_initial_revision uuid=0c3173b8-5b09-4387-8d86-48b3580525b8, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] create_initial_revision uuid=127ccc4f-6ed3-4e69-85b2-097f9da80919, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] create_initial_revision uuid=a034dfd9-2485-4c10-bdd4-9f3fdeec8fe8, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] create_initial_revision uuid=c9a18871-e469-4e56-99da-cde8faf94c88, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (50ec9cde-89aa-41b3-a33f-8134dd5a7a2a), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '50ec9cde-89aa-41b3-a33f-8134dd5a7a2a'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, direction=to-lport, priority=1002, match=outport == @pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a && ip6 && ip6.src == $pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0c3173b8-5b09-4387-8d86-48b3580525b8'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, direction=from-lport, priority=1002, match=inport == @pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '127ccc4f-6ed3-4e69-85b2-097f9da80919'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, direction=from-lport, priority=1002, match=inport == @pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a034dfd9-2485-4c10-bdd4-9f3fdeec8fe8'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, direction=to-lport, priority=1002, match=outport == @pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a && ip4 && ip4.src == $pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c9a18871-e469-4e56-99da-cde8faf94c88'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6e0a6e61-4074-4761-ac30-16f0157cae58 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ee8204bf-0306-41c6-a168-d3d9ccc5da95 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row dd227d84-c475-4a2a-9619-610dc4f944f5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1f169cf6-e81f-41b7-8c0b-2989ee665de6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f0394dbc-d9b5-4908-90da-e8a17a5fb0ad (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Successfully bumped revision number for resource 50ec9cde-89aa-41b3-a33f-8134dd5a7a2a (type: security_groups) to 1 -Jan 03 20:38:59 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Successfully bumped revision number for resource 0c3173b8-5b09-4387-8d86-48b3580525b8 (type: security_group_rules) to 0 -Jan 03 20:38:59 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Successfully bumped revision number for resource 127ccc4f-6ed3-4e69-85b2-097f9da80919 (type: security_group_rules) to 0 -Jan 03 20:38:59 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Successfully bumped revision number for resource a034dfd9-2485-4c10-bdd4-9f3fdeec8fe8 (type: security_group_rules) to 0 -Jan 03 20:38:59 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Successfully bumped revision number for resource c9a18871-e469-4e56-99da-cde8faf94c88 (type: security_group_rules) to 0 -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=50ec9cde-89aa-41b3-a33f-8134dd5a7a2a,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-da5b2443-b863-4c33-868a-64b0e77f8b12 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=61c5dc82b190466dbcb8e094cbc7d206&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1807511 -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33784) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] Publish callbacks [] for security_group (50ec9cde-89aa-41b3-a33f-8134dd5a7a2a), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (50ec9cde-89aa-41b3-a33f-8134dd5a7a2a), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a && ip6 && ip6.src == $pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6e0a6e61-4074-4761-ac30-16f0157cae58 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row dd227d84-c475-4a2a-9619-610dc4f944f5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] delete_revision(0c3173b8-5b09-4387-8d86-48b3580525b8) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a && ip4 && ip4.src == $pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row dd227d84-c475-4a2a-9619-610dc4f944f5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] delete_revision(c9a18871-e469-4e56-99da-cde8faf94c88) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 1f169cf6-e81f-41b7-8c0b-2989ee665de6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (50ec9cde-89aa-41b3-a33f-8134dd5a7a2a), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_50ec9cde_89aa_41b3_a33f_8134dd5a7a2a, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ee8204bf-0306-41c6-a168-d3d9ccc5da95 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row dd227d84-c475-4a2a-9619-610dc4f944f5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f0394dbc-d9b5-4908-90da-e8a17a5fb0ad (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] delete_revision(50ec9cde-89aa-41b3-a33f-8134dd5a7a2a) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] delete_revisions(['127ccc4f-6ed3-4e69-85b2-097f9da80919', 'a034dfd9-2485-4c10-bdd4-9f3fdeec8fe8']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=50ec9cde-89aa-41b3-a33f-8134dd5a7a2a,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:38:59 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-177eb959-b06d-4212-9d6a-0f7ad19b166d ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/50ec9cde-89aa-41b3-a33f-8134dd5a7a2a HTTP/1.1" status: 204 len: 168 time: 0.1871133 -Jan 03 20:38:59 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:38:59 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33800) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (fb653a43-0159-40f4-9869-136a0dbd0b72), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] create_initial_revision uuid=fb653a43-0159-40f4-9869-136a0dbd0b72, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] create_initial_revision uuid=1d4dd9cf-a6be-418a-a814-0ee655af65d3, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] create_initial_revision uuid=5ea3d116-36fa-4844-8a97-2add4bd5fc58, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] create_initial_revision uuid=7cc71b8c-a5cf-40cf-b556-ce54c10163a2, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] create_initial_revision uuid=81c1f5dd-586d-4b33-b26c-83ba2c9719ea, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fb653a43-0159-40f4-9869-136a0dbd0b72), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'fb653a43-0159-40f4-9869-136a0dbd0b72'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, direction=from-lport, priority=1002, match=inport == @pg_fb653a43_0159_40f4_9869_136a0dbd0b72 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1d4dd9cf-a6be-418a-a814-0ee655af65d3'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, direction=from-lport, priority=1002, match=inport == @pg_fb653a43_0159_40f4_9869_136a0dbd0b72 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5ea3d116-36fa-4844-8a97-2add4bd5fc58'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, direction=to-lport, priority=1002, match=outport == @pg_fb653a43_0159_40f4_9869_136a0dbd0b72 && ip4 && ip4.src == $pg_fb653a43_0159_40f4_9869_136a0dbd0b72_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7cc71b8c-a5cf-40cf-b556-ce54c10163a2'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, direction=to-lport, priority=1002, match=outport == @pg_fb653a43_0159_40f4_9869_136a0dbd0b72 && ip6 && ip6.src == $pg_fb653a43_0159_40f4_9869_136a0dbd0b72_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '81c1f5dd-586d-4b33-b26c-83ba2c9719ea'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:00 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ea6da723-b1a2-4176-94e2-fedf8fc38734 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 01b0476d-157c-4785-869c-aed90d9237ff (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row db02e7d8-de86-4c5a-a749-e51490768ba7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row e45ba317-be0e-4347-b7a3-d6ffb2d26cd9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3b71fa49-15e4-461b-9289-458bea07d219 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:00 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Successfully bumped revision number for resource fb653a43-0159-40f4-9869-136a0dbd0b72 (type: security_groups) to 1 -Jan 03 20:39:00 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Successfully bumped revision number for resource 1d4dd9cf-a6be-418a-a814-0ee655af65d3 (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Successfully bumped revision number for resource 5ea3d116-36fa-4844-8a97-2add4bd5fc58 (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Successfully bumped revision number for resource 7cc71b8c-a5cf-40cf-b556-ce54c10163a2 (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Successfully bumped revision number for resource 81c1f5dd-586d-4b33-b26c-83ba2c9719ea (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=fb653a43-0159-40f4-9869-136a0dbd0b72,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-38881a2f-fa7d-4f41-b3f3-4a0adc896606 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=9e59c7258ebc4bab9c307997519ebc82&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2118886 -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 33808) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] Publish callbacks [] for security_group (fb653a43-0159-40f4-9869-136a0dbd0b72), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (fb653a43-0159-40f4-9869-136a0dbd0b72), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fb653a43_0159_40f4_9869_136a0dbd0b72 && ip4 && ip4.src == $pg_fb653a43_0159_40f4_9869_136a0dbd0b72_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] delete_revision(7cc71b8c-a5cf-40cf-b556-ce54c10163a2) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row db02e7d8-de86-4c5a-a749-e51490768ba7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3b71fa49-15e4-461b-9289-458bea07d219 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fb653a43_0159_40f4_9869_136a0dbd0b72 && ip6 && ip6.src == $pg_fb653a43_0159_40f4_9869_136a0dbd0b72_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row e45ba317-be0e-4347-b7a3-d6ffb2d26cd9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3b71fa49-15e4-461b-9289-458bea07d219 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] delete_revision(81c1f5dd-586d-4b33-b26c-83ba2c9719ea) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (fb653a43-0159-40f4-9869-136a0dbd0b72), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_fb653a43_0159_40f4_9869_136a0dbd0b72, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ea6da723-b1a2-4176-94e2-fedf8fc38734 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] delete_revision(fb653a43-0159-40f4-9869-136a0dbd0b72) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 01b0476d-157c-4785-869c-aed90d9237ff (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3b71fa49-15e4-461b-9289-458bea07d219 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] delete_revisions(['5ea3d116-36fa-4844-8a97-2add4bd5fc58', '1d4dd9cf-a6be-418a-a814-0ee655af65d3']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=fb653a43-0159-40f4-9869-136a0dbd0b72,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-a1e292d1-47dc-46d4-aeb2-a75e96f6da5f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/fb653a43-0159-40f4-9869-136a0dbd0b72 HTTP/1.1" status: 204 len: 168 time: 0.1667089 -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 33816) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (c5eb126f-aa00-461b-9554-135463e0d709), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] create_initial_revision uuid=c5eb126f-aa00-461b-9554-135463e0d709, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] create_initial_revision uuid=0c7fd98b-9beb-4d00-b634-27282ec3a636, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] create_initial_revision uuid=39acca59-e56f-4e90-9794-f45fda2df78c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] create_initial_revision uuid=e2b68f21-c537-435a-976a-dc4021dcf5df, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] create_initial_revision uuid=f639389a-70e2-42cc-a1fe-3cc52f83cc98, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c5eb126f-aa00-461b-9554-135463e0d709), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c5eb126f_aa00_461b_9554_135463e0d709, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c5eb126f-aa00-461b-9554-135463e0d709'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c5eb126f_aa00_461b_9554_135463e0d709, direction=from-lport, priority=1002, match=inport == @pg_c5eb126f_aa00_461b_9554_135463e0d709 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0c7fd98b-9beb-4d00-b634-27282ec3a636'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c5eb126f_aa00_461b_9554_135463e0d709, direction=to-lport, priority=1002, match=outport == @pg_c5eb126f_aa00_461b_9554_135463e0d709 && ip6 && ip6.src == $pg_c5eb126f_aa00_461b_9554_135463e0d709_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '39acca59-e56f-4e90-9794-f45fda2df78c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c5eb126f_aa00_461b_9554_135463e0d709, direction=from-lport, priority=1002, match=inport == @pg_c5eb126f_aa00_461b_9554_135463e0d709 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e2b68f21-c537-435a-976a-dc4021dcf5df'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c5eb126f_aa00_461b_9554_135463e0d709, direction=to-lport, priority=1002, match=outport == @pg_c5eb126f_aa00_461b_9554_135463e0d709 && ip4 && ip4.src == $pg_c5eb126f_aa00_461b_9554_135463e0d709_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f639389a-70e2-42cc-a1fe-3cc52f83cc98'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0c183695-e8af-4fa4-9c44-2d3ac96be04b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3b66a90a-c61c-438c-8857-135928a6d1e2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6cffa37e-6170-48f6-aff2-2cf2c04cf7e5 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row df2cb270-6eb2-40de-96b6-3fa00e689488 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 197ce148-5a9b-4af6-8da1-231cf6047cbc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Successfully bumped revision number for resource c5eb126f-aa00-461b-9554-135463e0d709 (type: security_groups) to 1 -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Successfully bumped revision number for resource 0c7fd98b-9beb-4d00-b634-27282ec3a636 (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Successfully bumped revision number for resource 39acca59-e56f-4e90-9794-f45fda2df78c (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Successfully bumped revision number for resource e2b68f21-c537-435a-976a-dc4021dcf5df (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Successfully bumped revision number for resource f639389a-70e2-42cc-a1fe-3cc52f83cc98 (type: security_group_rules) to 0 -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c5eb126f-aa00-461b-9554-135463e0d709,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-f97f114c-e174-4773-b219-8998c9320681 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=7f51423a43bb4efb92bd94e9559645e9&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1771398 -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 33820) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] Publish callbacks [] for security_group (c5eb126f-aa00-461b-9554-135463e0d709), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (c5eb126f-aa00-461b-9554-135463e0d709), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c5eb126f_aa00_461b_9554_135463e0d709, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c5eb126f_aa00_461b_9554_135463e0d709 && ip6 && ip6.src == $pg_c5eb126f_aa00_461b_9554_135463e0d709_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 0c183695-e8af-4fa4-9c44-2d3ac96be04b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] delete_revision(39acca59-e56f-4e90-9794-f45fda2df78c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row df2cb270-6eb2-40de-96b6-3fa00e689488 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c5eb126f_aa00_461b_9554_135463e0d709, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c5eb126f_aa00_461b_9554_135463e0d709 && ip4 && ip4.src == $pg_c5eb126f_aa00_461b_9554_135463e0d709_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3b66a90a-c61c-438c-8857-135928a6d1e2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] delete_revision(f639389a-70e2-42cc-a1fe-3cc52f83cc98) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row df2cb270-6eb2-40de-96b6-3fa00e689488 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c5eb126f-aa00-461b-9554-135463e0d709), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c5eb126f_aa00_461b_9554_135463e0d709, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 197ce148-5a9b-4af6-8da1-231cf6047cbc (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6cffa37e-6170-48f6-aff2-2cf2c04cf7e5 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row df2cb270-6eb2-40de-96b6-3fa00e689488 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] delete_revision(c5eb126f-aa00-461b-9554-135463e0d709) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] delete_revisions(['0c7fd98b-9beb-4d00-b634-27282ec3a636', 'e2b68f21-c537-435a-976a-dc4021dcf5df']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c5eb126f-aa00-461b-9554-135463e0d709,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:01 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-9a5da2f2-8f65-412b-b953-273ed670ed69 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c5eb126f-aa00-461b-9554-135463e0d709 HTTP/1.1" status: 204 len: 168 time: 0.1608388 -Jan 03 20:39:04 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 55782) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (9084f222-7886-4640-9058-cc8613f9b669), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] create_initial_revision uuid=9084f222-7886-4640-9058-cc8613f9b669, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] create_initial_revision uuid=21abe9fa-25da-4083-acb6-0525261a5d10, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] create_initial_revision uuid=2a47c41d-af64-440d-b296-51c89e26bebc, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] create_initial_revision uuid=be4beb07-fdac-4de0-90b3-09f9cad90ff3, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] create_initial_revision uuid=f495b198-42ee-417a-bbbe-895eefed04fe, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9084f222-7886-4640-9058-cc8613f9b669), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9084f222_7886_4640_9058_cc8613f9b669, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9084f222-7886-4640-9058-cc8613f9b669'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9084f222_7886_4640_9058_cc8613f9b669, direction=from-lport, priority=1002, match=inport == @pg_9084f222_7886_4640_9058_cc8613f9b669 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '21abe9fa-25da-4083-acb6-0525261a5d10'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9084f222_7886_4640_9058_cc8613f9b669, direction=to-lport, priority=1002, match=outport == @pg_9084f222_7886_4640_9058_cc8613f9b669 && ip6 && ip6.src == $pg_9084f222_7886_4640_9058_cc8613f9b669_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2a47c41d-af64-440d-b296-51c89e26bebc'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9084f222_7886_4640_9058_cc8613f9b669, direction=from-lport, priority=1002, match=inport == @pg_9084f222_7886_4640_9058_cc8613f9b669 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'be4beb07-fdac-4de0-90b3-09f9cad90ff3'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9084f222_7886_4640_9058_cc8613f9b669, direction=to-lport, priority=1002, match=outport == @pg_9084f222_7886_4640_9058_cc8613f9b669 && ip4 && ip4.src == $pg_9084f222_7886_4640_9058_cc8613f9b669_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f495b198-42ee-417a-bbbe-895eefed04fe'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6351954a-0b89-4bc6-99bc-b960fdf214b9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a9884303-67db-41c6-a463-626c0ea592e4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row e71b5585-e6f6-4ae0-a66f-3179b0b7b2ba (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2a810c8c-0773-4641-9155-c737ae5a9089 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 4bc9aebf-4f2b-48bb-9fb7-ce11f7e68304 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Successfully bumped revision number for resource 9084f222-7886-4640-9058-cc8613f9b669 (type: security_groups) to 1 -Jan 03 20:39:07 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Successfully bumped revision number for resource 21abe9fa-25da-4083-acb6-0525261a5d10 (type: security_group_rules) to 0 -Jan 03 20:39:07 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Successfully bumped revision number for resource 2a47c41d-af64-440d-b296-51c89e26bebc (type: security_group_rules) to 0 -Jan 03 20:39:07 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Successfully bumped revision number for resource be4beb07-fdac-4de0-90b3-09f9cad90ff3 (type: security_group_rules) to 0 -Jan 03 20:39:07 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Successfully bumped revision number for resource f495b198-42ee-417a-bbbe-895eefed04fe (type: security_group_rules) to 0 -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9084f222-7886-4640-9058-cc8613f9b669,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:07 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-42f38346-4974-4e49-b5ab-1545d181cd54 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=fdf55db15edb4bcbb78121015afd00b0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2016306 -Jan 03 20:39:07 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 55784) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] Publish callbacks [] for security_group (9084f222-7886-4640-9058-cc8613f9b669), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (9084f222-7886-4640-9058-cc8613f9b669), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9084f222_7886_4640_9058_cc8613f9b669, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9084f222_7886_4640_9058_cc8613f9b669 && ip6 && ip6.src == $pg_9084f222_7886_4640_9058_cc8613f9b669_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 4bc9aebf-4f2b-48bb-9fb7-ce11f7e68304 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] delete_revision(2a47c41d-af64-440d-b296-51c89e26bebc) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row e71b5585-e6f6-4ae0-a66f-3179b0b7b2ba (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9084f222_7886_4640_9058_cc8613f9b669, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9084f222_7886_4640_9058_cc8613f9b669 && ip4 && ip4.src == $pg_9084f222_7886_4640_9058_cc8613f9b669_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 4bc9aebf-4f2b-48bb-9fb7-ce11f7e68304 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6351954a-0b89-4bc6-99bc-b960fdf214b9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] delete_revision(f495b198-42ee-417a-bbbe-895eefed04fe) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9084f222-7886-4640-9058-cc8613f9b669), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9084f222_7886_4640_9058_cc8613f9b669, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 2a810c8c-0773-4641-9155-c737ae5a9089 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 4bc9aebf-4f2b-48bb-9fb7-ce11f7e68304 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] delete_revision(9084f222-7886-4640-9058-cc8613f9b669) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a9884303-67db-41c6-a463-626c0ea592e4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] delete_revisions(['be4beb07-fdac-4de0-90b3-09f9cad90ff3', '21abe9fa-25da-4083-acb6-0525261a5d10']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9084f222-7886-4640-9058-cc8613f9b669,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-845fd0ea-ffa5-4cef-8183-29c6934a740d ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9084f222-7886-4640-9058-cc8613f9b669 HTTP/1.1" status: 204 len: 168 time: 0.1622243 -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 55798) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] create_initial_revision uuid=6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] create_initial_revision uuid=2f2e910a-def8-4f60-a4e7-c84373ec5a43, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] create_initial_revision uuid=70156d21-3d06-45c0-bdb9-47ca704fb8a7, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] create_initial_revision uuid=a3f011b5-cc04-4767-93c1-f3e1b6259121, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] create_initial_revision uuid=c798d7e5-8b59-4214-85f9-ca32d17738c5, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, direction=to-lport, priority=1002, match=outport == @pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f && ip6 && ip6.src == $pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2f2e910a-def8-4f60-a4e7-c84373ec5a43'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, direction=from-lport, priority=1002, match=inport == @pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '70156d21-3d06-45c0-bdb9-47ca704fb8a7'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, direction=from-lport, priority=1002, match=inport == @pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a3f011b5-cc04-4767-93c1-f3e1b6259121'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, direction=to-lport, priority=1002, match=outport == @pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f && ip4 && ip4.src == $pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c798d7e5-8b59-4214-85f9-ca32d17738c5'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 8a30101e-ab84-454b-81c6-cbac6c59dc7c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b2b7264f-af05-42ca-8517-d032e74d61d4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 13efa397-8b7d-4f1d-bf54-e468a471f836 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1eabaed1-4a81-40a6-9a4b-956c3b5ab292 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4be75172-15e1-44d3-81a2-851762120eb2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Successfully bumped revision number for resource 6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f (type: security_groups) to 1 -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Successfully bumped revision number for resource 2f2e910a-def8-4f60-a4e7-c84373ec5a43 (type: security_group_rules) to 0 -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Successfully bumped revision number for resource 70156d21-3d06-45c0-bdb9-47ca704fb8a7 (type: security_group_rules) to 0 -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Successfully bumped revision number for resource a3f011b5-cc04-4767-93c1-f3e1b6259121 (type: security_group_rules) to 0 -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Successfully bumped revision number for resource c798d7e5-8b59-4214-85f9-ca32d17738c5 (type: security_group_rules) to 0 -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-a389cfab-dd6a-4259-8400-d67b4110f2d4 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=388df7b560b34db6acfdc924ab18f78a&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1541824 -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 55810) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] Publish callbacks [] for security_group (6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f && ip6 && ip6.src == $pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row b2b7264f-af05-42ca-8517-d032e74d61d4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 1eabaed1-4a81-40a6-9a4b-956c3b5ab292 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] delete_revision(2f2e910a-def8-4f60-a4e7-c84373ec5a43) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f && ip4 && ip4.src == $pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row b2b7264f-af05-42ca-8517-d032e74d61d4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 13efa397-8b7d-4f1d-bf54-e468a471f836 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] delete_revision(c798d7e5-8b59-4214-85f9-ca32d17738c5) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_6c8d44d4_8353_4bf3_b6d8_10fc8af7ee8f, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 8a30101e-ab84-454b-81c6-cbac6c59dc7c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b2b7264f-af05-42ca-8517-d032e74d61d4 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4be75172-15e1-44d3-81a2-851762120eb2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] delete_revision(6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] delete_revisions(['70156d21-3d06-45c0-bdb9-47ca704fb8a7', 'a3f011b5-cc04-4767-93c1-f3e1b6259121']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-92befbd5-d2d6-4c62-818a-9b1df85d7dbc ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/6c8d44d4-8353-4bf3-b6d8-10fc8af7ee8f HTTP/1.1" status: 204 len: 168 time: 0.1565385 -Jan 03 20:39:08 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:39:08 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:39:09 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=3 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 55812) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (09953a60-252c-4e0c-9b40-8b20ae66707f), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] create_initial_revision uuid=09953a60-252c-4e0c-9b40-8b20ae66707f, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] create_initial_revision uuid=28e1633b-8aff-4d77-9591-655b608dbf0f, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] create_initial_revision uuid=711de483-31d0-460d-a690-4530d8f0741c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] create_initial_revision uuid=c13486d1-3663-421d-8b43-458614eebd78, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] create_initial_revision uuid=eae183cb-95a7-4628-bbf9-0cd722da1bcf, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (09953a60-252c-4e0c-9b40-8b20ae66707f), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '09953a60-252c-4e0c-9b40-8b20ae66707f'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, direction=from-lport, priority=1002, match=inport == @pg_09953a60_252c_4e0c_9b40_8b20ae66707f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '28e1633b-8aff-4d77-9591-655b608dbf0f'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, direction=to-lport, priority=1002, match=outport == @pg_09953a60_252c_4e0c_9b40_8b20ae66707f && ip6 && ip6.src == $pg_09953a60_252c_4e0c_9b40_8b20ae66707f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '711de483-31d0-460d-a690-4530d8f0741c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, direction=to-lport, priority=1002, match=outport == @pg_09953a60_252c_4e0c_9b40_8b20ae66707f && ip4 && ip4.src == $pg_09953a60_252c_4e0c_9b40_8b20ae66707f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c13486d1-3663-421d-8b43-458614eebd78'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, direction=from-lport, priority=1002, match=inport == @pg_09953a60_252c_4e0c_9b40_8b20ae66707f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'eae183cb-95a7-4628-bbf9-0cd722da1bcf'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:12 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 23b59508-66d5-4efb-bcbf-a9717535ff94 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:12 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3ad0291b-39c5-4cb5-b172-204a03352d50 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:12 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 447269bb-801b-4694-adca-7c3c78721587 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:12 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row bc161bd5-e976-4ea0-8c02-ff3836f0267d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:12 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 7c45af12-8082-4fee-87e5-a53775defca5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:12 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Successfully bumped revision number for resource 09953a60-252c-4e0c-9b40-8b20ae66707f (type: security_groups) to 1 -Jan 03 20:39:12 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Successfully bumped revision number for resource 28e1633b-8aff-4d77-9591-655b608dbf0f (type: security_group_rules) to 0 -Jan 03 20:39:12 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Successfully bumped revision number for resource 711de483-31d0-460d-a690-4530d8f0741c (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Successfully bumped revision number for resource c13486d1-3663-421d-8b43-458614eebd78 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Successfully bumped revision number for resource eae183cb-95a7-4628-bbf9-0cd722da1bcf (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=09953a60-252c-4e0c-9b40-8b20ae66707f,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-92e47309-ec76-4106-b99f-a5ca84cc1ded ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=00645e8be831490b8c11e9630ebce259&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2276907 -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55814) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] Publish callbacks [] for security_group (09953a60-252c-4e0c-9b40-8b20ae66707f), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (09953a60-252c-4e0c-9b40-8b20ae66707f), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_09953a60_252c_4e0c_9b40_8b20ae66707f && ip6 && ip6.src == $pg_09953a60_252c_4e0c_9b40_8b20ae66707f_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3ad0291b-39c5-4cb5-b172-204a03352d50 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 7c45af12-8082-4fee-87e5-a53775defca5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] delete_revision(711de483-31d0-460d-a690-4530d8f0741c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_09953a60_252c_4e0c_9b40_8b20ae66707f && ip4 && ip4.src == $pg_09953a60_252c_4e0c_9b40_8b20ae66707f_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 447269bb-801b-4694-adca-7c3c78721587 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 7c45af12-8082-4fee-87e5-a53775defca5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] delete_revision(c13486d1-3663-421d-8b43-458614eebd78) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (09953a60-252c-4e0c-9b40-8b20ae66707f), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_09953a60_252c_4e0c_9b40_8b20ae66707f, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 23b59508-66d5-4efb-bcbf-a9717535ff94 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row bc161bd5-e976-4ea0-8c02-ff3836f0267d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 7c45af12-8082-4fee-87e5-a53775defca5 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] delete_revision(09953a60-252c-4e0c-9b40-8b20ae66707f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] delete_revisions(['eae183cb-95a7-4628-bbf9-0cd722da1bcf', '28e1633b-8aff-4d77-9591-655b608dbf0f']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=09953a60-252c-4e0c-9b40-8b20ae66707f,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-7eba0974-094a-41d8-aaa3-99abfac87ebb ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/09953a60-252c-4e0c-9b40-8b20ae66707f HTTP/1.1" status: 204 len: 168 time: 0.1900771 -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55822) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (4c955f46-5d13-40dd-be97-73b8a604dd4c), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] create_initial_revision uuid=4c955f46-5d13-40dd-be97-73b8a604dd4c, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] create_initial_revision uuid=04c8bed3-a767-496f-ad94-8777c435846b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] create_initial_revision uuid=48c44da5-976f-4175-963e-028f2e151b27, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] create_initial_revision uuid=8beea609-5e58-467c-b2d3-c75c08bc48f7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] create_initial_revision uuid=d6d140f2-2db7-4f07-9a69-c1537a30df83, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (4c955f46-5d13-40dd-be97-73b8a604dd4c), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '4c955f46-5d13-40dd-be97-73b8a604dd4c'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, direction=from-lport, priority=1002, match=inport == @pg_4c955f46_5d13_40dd_be97_73b8a604dd4c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '04c8bed3-a767-496f-ad94-8777c435846b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, direction=to-lport, priority=1002, match=outport == @pg_4c955f46_5d13_40dd_be97_73b8a604dd4c && ip4 && ip4.src == $pg_4c955f46_5d13_40dd_be97_73b8a604dd4c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '48c44da5-976f-4175-963e-028f2e151b27'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, direction=to-lport, priority=1002, match=outport == @pg_4c955f46_5d13_40dd_be97_73b8a604dd4c && ip6 && ip6.src == $pg_4c955f46_5d13_40dd_be97_73b8a604dd4c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8beea609-5e58-467c-b2d3-c75c08bc48f7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, direction=from-lport, priority=1002, match=inport == @pg_4c955f46_5d13_40dd_be97_73b8a604dd4c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd6d140f2-2db7-4f07-9a69-c1537a30df83'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1b33f956-977c-443f-a754-cbd7d48d2e58 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 812f7fd0-351d-40e9-84d2-e70af96dfc71 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row fc0722c3-dae9-47b6-b415-d1363cc6c53d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 9d40c2bd-057a-49fc-a0c0-9b079366cc99 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 4d696eb7-221b-4c43-8643-c426b0f74f7a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Successfully bumped revision number for resource 4c955f46-5d13-40dd-be97-73b8a604dd4c (type: security_groups) to 1 -Jan 03 20:39:13 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Successfully bumped revision number for resource 04c8bed3-a767-496f-ad94-8777c435846b (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Successfully bumped revision number for resource 48c44da5-976f-4175-963e-028f2e151b27 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Successfully bumped revision number for resource 8beea609-5e58-467c-b2d3-c75c08bc48f7 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Successfully bumped revision number for resource d6d140f2-2db7-4f07-9a69-c1537a30df83 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=4c955f46-5d13-40dd-be97-73b8a604dd4c,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-838650f6-98f2-42c6-9463-18280816294e ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=476f4abd17c94632a3d6c2cdae8616d0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1606817 -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49658) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] Publish callbacks [] for security_group (4c955f46-5d13-40dd-be97-73b8a604dd4c), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (4c955f46-5d13-40dd-be97-73b8a604dd4c), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4c955f46_5d13_40dd_be97_73b8a604dd4c && ip4 && ip4.src == $pg_4c955f46_5d13_40dd_be97_73b8a604dd4c_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 4d696eb7-221b-4c43-8643-c426b0f74f7a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 812f7fd0-351d-40e9-84d2-e70af96dfc71 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] delete_revision(48c44da5-976f-4175-963e-028f2e151b27) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4c955f46_5d13_40dd_be97_73b8a604dd4c && ip6 && ip6.src == $pg_4c955f46_5d13_40dd_be97_73b8a604dd4c_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row fc0722c3-dae9-47b6-b415-d1363cc6c53d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 4d696eb7-221b-4c43-8643-c426b0f74f7a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] delete_revision(8beea609-5e58-467c-b2d3-c75c08bc48f7) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (4c955f46-5d13-40dd-be97-73b8a604dd4c), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_4c955f46_5d13_40dd_be97_73b8a604dd4c, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 9d40c2bd-057a-49fc-a0c0-9b079366cc99 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 4d696eb7-221b-4c43-8643-c426b0f74f7a (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 1b33f956-977c-443f-a754-cbd7d48d2e58 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] delete_revision(4c955f46-5d13-40dd-be97-73b8a604dd4c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] delete_revisions(['04c8bed3-a767-496f-ad94-8777c435846b', 'd6d140f2-2db7-4f07-9a69-c1537a30df83']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=4c955f46-5d13-40dd-be97-73b8a604dd4c,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-f5366527-18e5-47ed-a5f7-29d67c39c646 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/4c955f46-5d13-40dd-be97-73b8a604dd4c HTTP/1.1" status: 204 len: 168 time: 0.1793368 -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49674) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (43543469-3b1a-4a60-95ef-91d76af680ec), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] create_initial_revision uuid=43543469-3b1a-4a60-95ef-91d76af680ec, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] create_initial_revision uuid=193d44c9-48c9-4d22-9d07-be82a0865c69, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] create_initial_revision uuid=7ef3157a-037c-4207-a821-df51cd8a2440, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] create_initial_revision uuid=a380d9f7-4e64-4c07-8b4d-a2bcb082a5b8, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] create_initial_revision uuid=a5d85b82-215b-49cf-8e40-54af600c9364, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (43543469-3b1a-4a60-95ef-91d76af680ec), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_43543469_3b1a_4a60_95ef_91d76af680ec, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '43543469-3b1a-4a60-95ef-91d76af680ec'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_43543469_3b1a_4a60_95ef_91d76af680ec, direction=to-lport, priority=1002, match=outport == @pg_43543469_3b1a_4a60_95ef_91d76af680ec && ip6 && ip6.src == $pg_43543469_3b1a_4a60_95ef_91d76af680ec_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '193d44c9-48c9-4d22-9d07-be82a0865c69'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_43543469_3b1a_4a60_95ef_91d76af680ec, direction=from-lport, priority=1002, match=inport == @pg_43543469_3b1a_4a60_95ef_91d76af680ec && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7ef3157a-037c-4207-a821-df51cd8a2440'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_43543469_3b1a_4a60_95ef_91d76af680ec, direction=from-lport, priority=1002, match=inport == @pg_43543469_3b1a_4a60_95ef_91d76af680ec && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a380d9f7-4e64-4c07-8b4d-a2bcb082a5b8'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_43543469_3b1a_4a60_95ef_91d76af680ec, direction=to-lport, priority=1002, match=outport == @pg_43543469_3b1a_4a60_95ef_91d76af680ec && ip4 && ip4.src == $pg_43543469_3b1a_4a60_95ef_91d76af680ec_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a5d85b82-215b-49cf-8e40-54af600c9364'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 4c6501fe-92d3-428f-a7f1-d03be8a97a4a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 6b8a2e92-505d-4bce-af68-5a537d0c3660 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 606476a8-c6c3-479e-a02d-6d56627aa4c3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 832a0336-3358-455a-9e11-458a8de60821 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d5f6912a-e7a9-4bdd-b0aa-41ed7e3151a4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Successfully bumped revision number for resource 43543469-3b1a-4a60-95ef-91d76af680ec (type: security_groups) to 1 -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Successfully bumped revision number for resource 193d44c9-48c9-4d22-9d07-be82a0865c69 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Successfully bumped revision number for resource 7ef3157a-037c-4207-a821-df51cd8a2440 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Successfully bumped revision number for resource a380d9f7-4e64-4c07-8b4d-a2bcb082a5b8 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Successfully bumped revision number for resource a5d85b82-215b-49cf-8e40-54af600c9364 (type: security_group_rules) to 0 -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=43543469-3b1a-4a60-95ef-91d76af680ec,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-7fee986e-3456-4518-ba78-bd8fca598dea ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=de79ac4f0c074261a9bf097fcfa95dd8&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1523862 -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49688) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] Publish callbacks [] for security_group (43543469-3b1a-4a60-95ef-91d76af680ec), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (43543469-3b1a-4a60-95ef-91d76af680ec), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_43543469_3b1a_4a60_95ef_91d76af680ec, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_43543469_3b1a_4a60_95ef_91d76af680ec && ip6 && ip6.src == $pg_43543469_3b1a_4a60_95ef_91d76af680ec_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] delete_revision(193d44c9-48c9-4d22-9d07-be82a0865c69) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 832a0336-3358-455a-9e11-458a8de60821 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row d5f6912a-e7a9-4bdd-b0aa-41ed7e3151a4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_43543469_3b1a_4a60_95ef_91d76af680ec, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_43543469_3b1a_4a60_95ef_91d76af680ec && ip4 && ip4.src == $pg_43543469_3b1a_4a60_95ef_91d76af680ec_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 6b8a2e92-505d-4bce-af68-5a537d0c3660 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:13 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] delete_revision(a5d85b82-215b-49cf-8e40-54af600c9364) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:13 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row d5f6912a-e7a9-4bdd-b0aa-41ed7e3151a4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (43543469-3b1a-4a60-95ef-91d76af680ec), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_43543469_3b1a_4a60_95ef_91d76af680ec, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 4c6501fe-92d3-428f-a7f1-d03be8a97a4a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:14 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 606476a8-c6c3-479e-a02d-6d56627aa4c3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:14 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d5f6912a-e7a9-4bdd-b0aa-41ed7e3151a4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] delete_revision(43543469-3b1a-4a60-95ef-91d76af680ec) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] delete_revisions(['7ef3157a-037c-4207-a821-df51cd8a2440', 'a380d9f7-4e64-4c07-8b4d-a2bcb082a5b8']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=43543469-3b1a-4a60-95ef-91d76af680ec,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:14 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-a223bcde-4f59-44a9-8e70-04fca29b5431 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/43543469-3b1a-4a60-95ef-91d76af680ec HTTP/1.1" status: 204 len: 168 time: 0.1618853 -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49694) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=783,neutron:DELETE=61,neutron:INSERT=96,neutron:UPDATE=46 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=778,neutron:DELETE=35,neutron:INSERT=80,neutron:UPDATE=36 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (8820a992-22ef-48de-954e-6b5eab69d746), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] create_initial_revision uuid=8820a992-22ef-48de-954e-6b5eab69d746, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] create_initial_revision uuid=7e8e62e6-2d38-491f-b7bd-8b0e15020dfc, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] create_initial_revision uuid=d02e6daf-9a62-4b6d-8f0a-89e3f4be95ac, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] create_initial_revision uuid=dde58639-b1fb-4de9-95d7-004f45d900ad, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] create_initial_revision uuid=e6c003aa-f1e7-41d2-a347-c8ee3b17e827, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8820a992-22ef-48de-954e-6b5eab69d746), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_8820a992_22ef_48de_954e_6b5eab69d746, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '8820a992-22ef-48de-954e-6b5eab69d746'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_8820a992_22ef_48de_954e_6b5eab69d746, direction=to-lport, priority=1002, match=outport == @pg_8820a992_22ef_48de_954e_6b5eab69d746 && ip6 && ip6.src == $pg_8820a992_22ef_48de_954e_6b5eab69d746_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7e8e62e6-2d38-491f-b7bd-8b0e15020dfc'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_8820a992_22ef_48de_954e_6b5eab69d746, direction=from-lport, priority=1002, match=inport == @pg_8820a992_22ef_48de_954e_6b5eab69d746 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd02e6daf-9a62-4b6d-8f0a-89e3f4be95ac'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_8820a992_22ef_48de_954e_6b5eab69d746, direction=to-lport, priority=1002, match=outport == @pg_8820a992_22ef_48de_954e_6b5eab69d746 && ip4 && ip4.src == $pg_8820a992_22ef_48de_954e_6b5eab69d746_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dde58639-b1fb-4de9-95d7-004f45d900ad'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_8820a992_22ef_48de_954e_6b5eab69d746, direction=from-lport, priority=1002, match=inport == @pg_8820a992_22ef_48de_954e_6b5eab69d746 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e6c003aa-f1e7-41d2-a347-c8ee3b17e827'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:19 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=928,neutron:INSERT=101,neutron:UPDATE=70,neutron:DELETE=70 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 435fa98c-62be-4329-a775-bac9193c6eb3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:19 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=1041,neutron:INSERT=139,neutron:UPDATE=70,neutron:DELETE=42 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c21e6aba-7c86-4d10-bf27-896aa36bf600 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 73f1fd70-54fc-4d52-9fe1-5bb7351f7055 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row d910f104-0619-4330-99f4-ac65dcc0d58c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f89795c8-6441-451c-a955-7ee29d051457 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Successfully bumped revision number for resource 8820a992-22ef-48de-954e-6b5eab69d746 (type: security_groups) to 1 -Jan 03 20:39:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Successfully bumped revision number for resource 7e8e62e6-2d38-491f-b7bd-8b0e15020dfc (type: security_group_rules) to 0 -Jan 03 20:39:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Successfully bumped revision number for resource d02e6daf-9a62-4b6d-8f0a-89e3f4be95ac (type: security_group_rules) to 0 -Jan 03 20:39:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Successfully bumped revision number for resource dde58639-b1fb-4de9-95d7-004f45d900ad (type: security_group_rules) to 0 -Jan 03 20:39:19 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Successfully bumped revision number for resource e6c003aa-f1e7-41d2-a347-c8ee3b17e827 (type: security_group_rules) to 0 -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=8820a992-22ef-48de-954e-6b5eab69d746,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-6998e0dc-7541-4ea0-b147-6f2560e26e1c ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=70ca60597a76463eb782de140853ab80&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2217298 -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49700) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] Publish callbacks [] for security_group (8820a992-22ef-48de-954e-6b5eab69d746), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:19 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (8820a992-22ef-48de-954e-6b5eab69d746), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8820a992_22ef_48de_954e_6b5eab69d746, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8820a992_22ef_48de_954e_6b5eab69d746 && ip6 && ip6.src == $pg_8820a992_22ef_48de_954e_6b5eab69d746_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row f89795c8-6441-451c-a955-7ee29d051457 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] delete_revision(7e8e62e6-2d38-491f-b7bd-8b0e15020dfc) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 73f1fd70-54fc-4d52-9fe1-5bb7351f7055 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8820a992_22ef_48de_954e_6b5eab69d746, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8820a992_22ef_48de_954e_6b5eab69d746 && ip4 && ip4.src == $pg_8820a992_22ef_48de_954e_6b5eab69d746_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row f89795c8-6441-451c-a955-7ee29d051457 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 435fa98c-62be-4329-a775-bac9193c6eb3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] delete_revision(dde58639-b1fb-4de9-95d7-004f45d900ad) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (8820a992-22ef-48de-954e-6b5eab69d746), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_8820a992_22ef_48de_954e_6b5eab69d746, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c21e6aba-7c86-4d10-bf27-896aa36bf600 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row d910f104-0619-4330-99f4-ac65dcc0d58c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f89795c8-6441-451c-a955-7ee29d051457 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] delete_revision(8820a992-22ef-48de-954e-6b5eab69d746) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] delete_revisions(['d02e6daf-9a62-4b6d-8f0a-89e3f4be95ac', 'e6c003aa-f1e7-41d2-a347-c8ee3b17e827']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=8820a992-22ef-48de-954e-6b5eab69d746,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-18f5b0cf-3159-4660-9eee-dde706920a57 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/8820a992-22ef-48de-954e-6b5eab69d746 HTTP/1.1" status: 204 len: 168 time: 0.1887639 -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49716) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (0c180cab-be9b-40e7-a684-c36783ccb9e0), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] create_initial_revision uuid=0c180cab-be9b-40e7-a684-c36783ccb9e0, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] create_initial_revision uuid=4162e2da-b373-42d1-a039-d1c2f00b535f, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] create_initial_revision uuid=589ff775-2ec2-45d1-af29-04e2c8bfc787, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] create_initial_revision uuid=a270f9f9-40b2-405a-b1c9-76ad543e52ec, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] create_initial_revision uuid=ab3e9bf1-c66c-43db-b507-69bce1382397, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (0c180cab-be9b-40e7-a684-c36783ccb9e0), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '0c180cab-be9b-40e7-a684-c36783ccb9e0'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, direction=from-lport, priority=1002, match=inport == @pg_0c180cab_be9b_40e7_a684_c36783ccb9e0 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4162e2da-b373-42d1-a039-d1c2f00b535f'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, direction=from-lport, priority=1002, match=inport == @pg_0c180cab_be9b_40e7_a684_c36783ccb9e0 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '589ff775-2ec2-45d1-af29-04e2c8bfc787'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, direction=to-lport, priority=1002, match=outport == @pg_0c180cab_be9b_40e7_a684_c36783ccb9e0 && ip4 && ip4.src == $pg_0c180cab_be9b_40e7_a684_c36783ccb9e0_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a270f9f9-40b2-405a-b1c9-76ad543e52ec'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, direction=to-lport, priority=1002, match=outport == @pg_0c180cab_be9b_40e7_a684_c36783ccb9e0 && ip6 && ip6.src == $pg_0c180cab_be9b_40e7_a684_c36783ccb9e0_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ab3e9bf1-c66c-43db-b507-69bce1382397'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 748f111b-ea9e-4d9d-8fc0-01f040d37f4a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 18ad1d83-9c2d-4bcf-a4bb-9403324dd0a8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 2a8280a7-1a85-425b-8754-269658bab86e (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 7eaaf369-47a3-4f7c-827a-6ff4292fa245 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8fe3e776-3944-44d0-accc-0b4eab92ed93 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Successfully bumped revision number for resource 0c180cab-be9b-40e7-a684-c36783ccb9e0 (type: security_groups) to 1 -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Successfully bumped revision number for resource 4162e2da-b373-42d1-a039-d1c2f00b535f (type: security_group_rules) to 0 -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Successfully bumped revision number for resource 589ff775-2ec2-45d1-af29-04e2c8bfc787 (type: security_group_rules) to 0 -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Successfully bumped revision number for resource a270f9f9-40b2-405a-b1c9-76ad543e52ec (type: security_group_rules) to 0 -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Successfully bumped revision number for resource ab3e9bf1-c66c-43db-b507-69bce1382397 (type: security_group_rules) to 0 -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=0c180cab-be9b-40e7-a684-c36783ccb9e0,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-ce86497c-f5c5-4fac-914f-7428f89c5bd1 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=4d166e8374aa43fbb9cf474300ec607d&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1628280 -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49730) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] Publish callbacks [] for security_group (0c180cab-be9b-40e7-a684-c36783ccb9e0), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (0c180cab-be9b-40e7-a684-c36783ccb9e0), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0c180cab_be9b_40e7_a684_c36783ccb9e0 && ip4 && ip4.src == $pg_0c180cab_be9b_40e7_a684_c36783ccb9e0_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 2a8280a7-1a85-425b-8754-269658bab86e (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] delete_revision(a270f9f9-40b2-405a-b1c9-76ad543e52ec) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 18ad1d83-9c2d-4bcf-a4bb-9403324dd0a8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0c180cab_be9b_40e7_a684_c36783ccb9e0 && ip6 && ip6.src == $pg_0c180cab_be9b_40e7_a684_c36783ccb9e0_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8fe3e776-3944-44d0-accc-0b4eab92ed93 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 2a8280a7-1a85-425b-8754-269658bab86e (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] delete_revision(ab3e9bf1-c66c-43db-b507-69bce1382397) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (0c180cab-be9b-40e7-a684-c36783ccb9e0), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_0c180cab_be9b_40e7_a684_c36783ccb9e0, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 748f111b-ea9e-4d9d-8fc0-01f040d37f4a (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 7eaaf369-47a3-4f7c-827a-6ff4292fa245 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 2a8280a7-1a85-425b-8754-269658bab86e (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] delete_revision(0c180cab-be9b-40e7-a684-c36783ccb9e0) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] delete_revisions(['589ff775-2ec2-45d1-af29-04e2c8bfc787', '4162e2da-b373-42d1-a039-d1c2f00b535f']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=0c180cab-be9b-40e7-a684-c36783ccb9e0,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:20 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-c0aac3ea-70cf-4929-a936-ee8d968e1c19 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/0c180cab-be9b-40e7-a684-c36783ccb9e0 HTTP/1.1" status: 204 len: 168 time: 0.1598196 -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 49734) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (acb9c13d-8ffd-4777-bb95-19d828b14259), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] create_initial_revision uuid=acb9c13d-8ffd-4777-bb95-19d828b14259, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] create_initial_revision uuid=01f88400-58fa-4304-918c-c0e21bfa052b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] create_initial_revision uuid=22b249e6-c4f7-49c0-b564-4ad86c6186a9, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] create_initial_revision uuid=333bcd3e-995a-4e53-b3bd-34e3b133b1d7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] create_initial_revision uuid=f8c38b6a-7436-4aa7-a3e0-99ed7a9de63c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (acb9c13d-8ffd-4777-bb95-19d828b14259), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'acb9c13d-8ffd-4777-bb95-19d828b14259'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, direction=from-lport, priority=1002, match=inport == @pg_acb9c13d_8ffd_4777_bb95_19d828b14259 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '01f88400-58fa-4304-918c-c0e21bfa052b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, direction=to-lport, priority=1002, match=outport == @pg_acb9c13d_8ffd_4777_bb95_19d828b14259 && ip6 && ip6.src == $pg_acb9c13d_8ffd_4777_bb95_19d828b14259_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '22b249e6-c4f7-49c0-b564-4ad86c6186a9'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, direction=to-lport, priority=1002, match=outport == @pg_acb9c13d_8ffd_4777_bb95_19d828b14259 && ip4 && ip4.src == $pg_acb9c13d_8ffd_4777_bb95_19d828b14259_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '333bcd3e-995a-4e53-b3bd-34e3b133b1d7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, direction=from-lport, priority=1002, match=inport == @pg_acb9c13d_8ffd_4777_bb95_19d828b14259 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f8c38b6a-7436-4aa7-a3e0-99ed7a9de63c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 65e68c3e-555e-4c42-b040-eb62b1e6f1ce (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b3b0e718-f8c7-428a-a8f6-8daecc06f8f0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ab64ec40-b647-4410-8e2b-2bd75af19fae (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row fc890202-f56d-441c-b29b-e978fc3a39b2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 47c6224b-8575-4553-b732-34d224afb721 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Successfully bumped revision number for resource acb9c13d-8ffd-4777-bb95-19d828b14259 (type: security_groups) to 1 -Jan 03 20:39:22 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Successfully bumped revision number for resource 01f88400-58fa-4304-918c-c0e21bfa052b (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Successfully bumped revision number for resource 22b249e6-c4f7-49c0-b564-4ad86c6186a9 (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Successfully bumped revision number for resource 333bcd3e-995a-4e53-b3bd-34e3b133b1d7 (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Successfully bumped revision number for resource f8c38b6a-7436-4aa7-a3e0-99ed7a9de63c (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=acb9c13d-8ffd-4777-bb95-19d828b14259,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115715) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115712) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115713) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49744) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-70eb5f24-bafa-4bda-8db0-661faa52526a ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f3df561f12e04b1191cb5763232f74ab&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2775109 -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] Publish callbacks [] for security_group (acb9c13d-8ffd-4777-bb95-19d828b14259), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (acb9c13d-8ffd-4777-bb95-19d828b14259), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_acb9c13d_8ffd_4777_bb95_19d828b14259 && ip6 && ip6.src == $pg_acb9c13d_8ffd_4777_bb95_19d828b14259_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b3b0e718-f8c7-428a-a8f6-8daecc06f8f0 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] delete_revision(22b249e6-c4f7-49c0-b564-4ad86c6186a9) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 47c6224b-8575-4553-b732-34d224afb721 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_acb9c13d_8ffd_4777_bb95_19d828b14259 && ip4 && ip4.src == $pg_acb9c13d_8ffd_4777_bb95_19d828b14259_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] delete_revision(333bcd3e-995a-4e53-b3bd-34e3b133b1d7) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row fc890202-f56d-441c-b29b-e978fc3a39b2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 47c6224b-8575-4553-b732-34d224afb721 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (acb9c13d-8ffd-4777-bb95-19d828b14259), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_acb9c13d_8ffd_4777_bb95_19d828b14259, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] delete_revision(acb9c13d-8ffd-4777-bb95-19d828b14259) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 65e68c3e-555e-4c42-b040-eb62b1e6f1ce (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ab64ec40-b647-4410-8e2b-2bd75af19fae (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 47c6224b-8575-4553-b732-34d224afb721 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] delete_revisions(['01f88400-58fa-4304-918c-c0e21bfa052b', 'f8c38b6a-7436-4aa7-a3e0-99ed7a9de63c']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=acb9c13d-8ffd-4777-bb95-19d828b14259,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-1904ee17-4c07-4ce0-bf04-33d57b5e8532 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/acb9c13d-8ffd-4777-bb95-19d828b14259 HTTP/1.1" status: 204 len: 168 time: 0.1567035 -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 49756) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (3b99b290-e8f1-4e16-ae99-2cd707144f45), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] create_initial_revision uuid=3b99b290-e8f1-4e16-ae99-2cd707144f45, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] create_initial_revision uuid=678b88ec-2bc9-4ba4-b0f7-9d0b2e3b9d6e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] create_initial_revision uuid=95f744ce-e938-4c4b-8034-f1cd2b220a4b, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] create_initial_revision uuid=a3d3e5b0-4289-4426-bd3e-853aabe911f5, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] create_initial_revision uuid=ef1c6091-bae5-4be5-b3d7-34096fc4a570, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (3b99b290-e8f1-4e16-ae99-2cd707144f45), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '3b99b290-e8f1-4e16-ae99-2cd707144f45'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, direction=to-lport, priority=1002, match=outport == @pg_3b99b290_e8f1_4e16_ae99_2cd707144f45 && ip4 && ip4.src == $pg_3b99b290_e8f1_4e16_ae99_2cd707144f45_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '678b88ec-2bc9-4ba4-b0f7-9d0b2e3b9d6e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, direction=to-lport, priority=1002, match=outport == @pg_3b99b290_e8f1_4e16_ae99_2cd707144f45 && ip6 && ip6.src == $pg_3b99b290_e8f1_4e16_ae99_2cd707144f45_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '95f744ce-e938-4c4b-8034-f1cd2b220a4b'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, direction=from-lport, priority=1002, match=inport == @pg_3b99b290_e8f1_4e16_ae99_2cd707144f45 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a3d3e5b0-4289-4426-bd3e-853aabe911f5'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, direction=from-lport, priority=1002, match=inport == @pg_3b99b290_e8f1_4e16_ae99_2cd707144f45 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ef1c6091-bae5-4be5-b3d7-34096fc4a570'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4713779c-d148-49f7-8bec-e3a3f1160af4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a7c35f95-9a8d-4afd-9fa9-0a8eebe014ea (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8f170c3c-8758-4fe7-aa9e-73dafaf99d5f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b6de6cca-deff-404c-9cc0-69f084d2c398 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 84e32f4f-20b5-44ca-8661-c5aa514be313 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Successfully bumped revision number for resource 3b99b290-e8f1-4e16-ae99-2cd707144f45 (type: security_groups) to 1 -Jan 03 20:39:22 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Successfully bumped revision number for resource 678b88ec-2bc9-4ba4-b0f7-9d0b2e3b9d6e (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Successfully bumped revision number for resource 95f744ce-e938-4c4b-8034-f1cd2b220a4b (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Successfully bumped revision number for resource a3d3e5b0-4289-4426-bd3e-853aabe911f5 (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Successfully bumped revision number for resource ef1c6091-bae5-4be5-b3d7-34096fc4a570 (type: security_group_rules) to 0 -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=3b99b290-e8f1-4e16-ae99-2cd707144f45,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-e5fc0323-e312-4b56-b391-259aa94acaa7 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=cc27a7c4e64d461e8a966c4e87f34751&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1854582 -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 49766) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] Publish callbacks [] for security_group (3b99b290-e8f1-4e16-ae99-2cd707144f45), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (3b99b290-e8f1-4e16-ae99-2cd707144f45), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3b99b290_e8f1_4e16_ae99_2cd707144f45 && ip4 && ip4.src == $pg_3b99b290_e8f1_4e16_ae99_2cd707144f45_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b6de6cca-deff-404c-9cc0-69f084d2c398 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 84e32f4f-20b5-44ca-8661-c5aa514be313 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] delete_revision(678b88ec-2bc9-4ba4-b0f7-9d0b2e3b9d6e) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3b99b290_e8f1_4e16_ae99_2cd707144f45 && ip6 && ip6.src == $pg_3b99b290_e8f1_4e16_ae99_2cd707144f45_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 84e32f4f-20b5-44ca-8661-c5aa514be313 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] delete_revision(95f744ce-e938-4c4b-8034-f1cd2b220a4b) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:22 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a7c35f95-9a8d-4afd-9fa9-0a8eebe014ea (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (3b99b290-e8f1-4e16-ae99-2cd707144f45), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_3b99b290_e8f1_4e16_ae99_2cd707144f45, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4713779c-d148-49f7-8bec-e3a3f1160af4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8f170c3c-8758-4fe7-aa9e-73dafaf99d5f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 84e32f4f-20b5-44ca-8661-c5aa514be313 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] delete_revision(3b99b290-e8f1-4e16-ae99-2cd707144f45) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] delete_revisions(['ef1c6091-bae5-4be5-b3d7-34096fc4a570', 'a3d3e5b0-4289-4426-bd3e-853aabe911f5']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=3b99b290-e8f1-4e16-ae99-2cd707144f45,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:22 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-234eb564-d16d-4bae-a5cf-cbd9315a993a ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/3b99b290-e8f1-4e16-ae99-2cd707144f45 HTTP/1.1" status: 204 len: 168 time: 0.1720333 -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55834) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (5694e537-63cd-489c-982d-5d79bfc7ed53), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] create_initial_revision uuid=5694e537-63cd-489c-982d-5d79bfc7ed53, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] create_initial_revision uuid=4dbf6e5c-5d11-49f5-a665-c96cd5f49b4c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] create_initial_revision uuid=b194182e-0f9e-4f6f-9a48-cf786cd0fa82, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] create_initial_revision uuid=d4b677d9-9e2a-492e-832f-efd19958c18c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] create_initial_revision uuid=fbae6693-ceff-4289-9652-6f41c6b6a941, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (5694e537-63cd-489c-982d-5d79bfc7ed53), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '5694e537-63cd-489c-982d-5d79bfc7ed53'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, direction=from-lport, priority=1002, match=inport == @pg_5694e537_63cd_489c_982d_5d79bfc7ed53 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4dbf6e5c-5d11-49f5-a665-c96cd5f49b4c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, direction=to-lport, priority=1002, match=outport == @pg_5694e537_63cd_489c_982d_5d79bfc7ed53 && ip4 && ip4.src == $pg_5694e537_63cd_489c_982d_5d79bfc7ed53_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b194182e-0f9e-4f6f-9a48-cf786cd0fa82'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, direction=to-lport, priority=1002, match=outport == @pg_5694e537_63cd_489c_982d_5d79bfc7ed53 && ip6 && ip6.src == $pg_5694e537_63cd_489c_982d_5d79bfc7ed53_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd4b677d9-9e2a-492e-832f-efd19958c18c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, direction=from-lport, priority=1002, match=inport == @pg_5694e537_63cd_489c_982d_5d79bfc7ed53 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fbae6693-ceff-4289-9652-6f41c6b6a941'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 09cceefc-c1d7-41da-8477-6f9df68edb7b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c91b7dc0-7434-48dc-a326-1c7674e3d9d7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 267d8dc1-199f-4808-be35-1d85309eb553 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b40fb9db-232b-4d7d-8a23-0408b44fbf97 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 4c7c6a91-747c-4178-b2ba-b77236061f8f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Successfully bumped revision number for resource 5694e537-63cd-489c-982d-5d79bfc7ed53 (type: security_groups) to 1 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Successfully bumped revision number for resource 4dbf6e5c-5d11-49f5-a665-c96cd5f49b4c (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Successfully bumped revision number for resource b194182e-0f9e-4f6f-9a48-cf786cd0fa82 (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Successfully bumped revision number for resource d4b677d9-9e2a-492e-832f-efd19958c18c (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Successfully bumped revision number for resource fbae6693-ceff-4289-9652-6f41c6b6a941 (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=5694e537-63cd-489c-982d-5d79bfc7ed53,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 55850) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-fe861162-3b11-4786-9bb7-beb5e55741d5 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=66095f67785a4d35a6409c9c3a57608b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2404559 -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] Publish callbacks [] for security_group (5694e537-63cd-489c-982d-5d79bfc7ed53), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (5694e537-63cd-489c-982d-5d79bfc7ed53), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5694e537_63cd_489c_982d_5d79bfc7ed53 && ip4 && ip4.src == $pg_5694e537_63cd_489c_982d_5d79bfc7ed53_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 4c7c6a91-747c-4178-b2ba-b77236061f8f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b40fb9db-232b-4d7d-8a23-0408b44fbf97 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] delete_revision(b194182e-0f9e-4f6f-9a48-cf786cd0fa82) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5694e537_63cd_489c_982d_5d79bfc7ed53 && ip6 && ip6.src == $pg_5694e537_63cd_489c_982d_5d79bfc7ed53_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 09cceefc-c1d7-41da-8477-6f9df68edb7b (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] delete_revision(d4b677d9-9e2a-492e-832f-efd19958c18c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b40fb9db-232b-4d7d-8a23-0408b44fbf97 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (5694e537-63cd-489c-982d-5d79bfc7ed53), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_5694e537_63cd_489c_982d_5d79bfc7ed53, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 267d8dc1-199f-4808-be35-1d85309eb553 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row c91b7dc0-7434-48dc-a326-1c7674e3d9d7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b40fb9db-232b-4d7d-8a23-0408b44fbf97 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] delete_revision(5694e537-63cd-489c-982d-5d79bfc7ed53) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] delete_revisions(['4dbf6e5c-5d11-49f5-a665-c96cd5f49b4c', 'fbae6693-ceff-4289-9652-6f41c6b6a941']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=5694e537-63cd-489c-982d-5d79bfc7ed53,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-7ad89ea7-2468-4ec8-b707-c447ba93fed5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/5694e537-63cd-489c-982d-5d79bfc7ed53 HTTP/1.1" status: 204 len: 168 time: 0.1748669 -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55854) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (97911a65-85f4-4ff4-94e3-8b2d0f14ab03), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] create_initial_revision uuid=97911a65-85f4-4ff4-94e3-8b2d0f14ab03, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] create_initial_revision uuid=240fe397-be84-4eb8-a957-a678372a17df, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] create_initial_revision uuid=782ebb35-719e-4c37-96b1-25b486364cd6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] create_initial_revision uuid=a4c577d3-5e86-43c6-aa2c-f81b5d5a9dcc, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] create_initial_revision uuid=f1e7beaf-93e0-4a16-8d05-5c2f5e59be3a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (97911a65-85f4-4ff4-94e3-8b2d0f14ab03), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '97911a65-85f4-4ff4-94e3-8b2d0f14ab03'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, direction=to-lport, priority=1002, match=outport == @pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03 && ip4 && ip4.src == $pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '240fe397-be84-4eb8-a957-a678372a17df'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, direction=from-lport, priority=1002, match=inport == @pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '782ebb35-719e-4c37-96b1-25b486364cd6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, direction=to-lport, priority=1002, match=outport == @pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03 && ip6 && ip6.src == $pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a4c577d3-5e86-43c6-aa2c-f81b5d5a9dcc'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, direction=from-lport, priority=1002, match=inport == @pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f1e7beaf-93e0-4a16-8d05-5c2f5e59be3a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 34d5c720-c0a5-4cd0-adb5-00fe02cf725b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8fe67fc7-e079-4be1-98cf-c680cded075d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row fe7af84a-4eb8-4574-bf87-59b76a718324 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9837bed9-fb29-4c29-a6ad-f38ec848ebad (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 934eca70-8679-4755-8f15-2b749d7cbedf (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Successfully bumped revision number for resource 97911a65-85f4-4ff4-94e3-8b2d0f14ab03 (type: security_groups) to 1 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Successfully bumped revision number for resource 240fe397-be84-4eb8-a957-a678372a17df (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Successfully bumped revision number for resource 782ebb35-719e-4c37-96b1-25b486364cd6 (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Successfully bumped revision number for resource a4c577d3-5e86-43c6-aa2c-f81b5d5a9dcc (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Successfully bumped revision number for resource f1e7beaf-93e0-4a16-8d05-5c2f5e59be3a (type: security_group_rules) to 0 -Jan 03 20:39:24 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=97911a65-85f4-4ff4-94e3-8b2d0f14ab03,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-4dc487c0-b1d0-41dd-a63e-f7968ca057f2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=2d27bd9d3f7545b397325bdb7f8036c0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1423509 -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55864) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] Publish callbacks [] for security_group (97911a65-85f4-4ff4-94e3-8b2d0f14ab03), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (97911a65-85f4-4ff4-94e3-8b2d0f14ab03), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03 && ip4 && ip4.src == $pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row fe7af84a-4eb8-4574-bf87-59b76a718324 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 9837bed9-fb29-4c29-a6ad-f38ec848ebad (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] delete_revision(240fe397-be84-4eb8-a957-a678372a17df) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03 && ip6 && ip6.src == $pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 34d5c720-c0a5-4cd0-adb5-00fe02cf725b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 9837bed9-fb29-4c29-a6ad-f38ec848ebad (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] delete_revision(a4c577d3-5e86-43c6-aa2c-f81b5d5a9dcc) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (97911a65-85f4-4ff4-94e3-8b2d0f14ab03), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_97911a65_85f4_4ff4_94e3_8b2d0f14ab03, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8fe67fc7-e079-4be1-98cf-c680cded075d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9837bed9-fb29-4c29-a6ad-f38ec848ebad (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] delete_revision(97911a65-85f4-4ff4-94e3-8b2d0f14ab03) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:25 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 934eca70-8679-4755-8f15-2b749d7cbedf (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] delete_revisions(['782ebb35-719e-4c37-96b1-25b486364cd6', 'f1e7beaf-93e0-4a16-8d05-5c2f5e59be3a']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=97911a65-85f4-4ff4-94e3-8b2d0f14ab03,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:25 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-bcb8db72-7aba-48bb-88cd-958a3344dd86 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/97911a65-85f4-4ff4-94e3-8b2d0f14ab03 HTTP/1.1" status: 204 len: 168 time: 0.1500733 -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55874) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (94354111-b8a2-4a3a-a73b-8f91e7e4788c), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] create_initial_revision uuid=94354111-b8a2-4a3a-a73b-8f91e7e4788c, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] create_initial_revision uuid=02c91734-a79d-43a2-b412-397c601277b9, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] create_initial_revision uuid=5eb72b71-0d00-4814-8632-8d31a8a75720, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] create_initial_revision uuid=9e2559a3-de04-4cd9-928c-dc0f1cf2e4e2, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] create_initial_revision uuid=da25b6a0-1a6e-4193-a55b-362424e3bb66, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (94354111-b8a2-4a3a-a73b-8f91e7e4788c), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '94354111-b8a2-4a3a-a73b-8f91e7e4788c'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, direction=from-lport, priority=1002, match=inport == @pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '02c91734-a79d-43a2-b412-397c601277b9'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, direction=to-lport, priority=1002, match=outport == @pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c && ip6 && ip6.src == $pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5eb72b71-0d00-4814-8632-8d31a8a75720'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, direction=from-lport, priority=1002, match=inport == @pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9e2559a3-de04-4cd9-928c-dc0f1cf2e4e2'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, direction=to-lport, priority=1002, match=outport == @pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c && ip4 && ip4.src == $pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'da25b6a0-1a6e-4193-a55b-362424e3bb66'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8b550cf9-c2cf-4f65-93c1-1c2f53542fd3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 936233cc-2098-4957-baba-f181f7c58865 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b31c175e-60c4-47ef-abd8-1fec0e246f92 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:26 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 08bd5fc2-0a78-457d-89a2-9d2fe8cba746 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:26 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 20c45910-6fcc-48ee-879e-176957b27fd5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Successfully bumped revision number for resource 94354111-b8a2-4a3a-a73b-8f91e7e4788c (type: security_groups) to 1 -Jan 03 20:39:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Successfully bumped revision number for resource 02c91734-a79d-43a2-b412-397c601277b9 (type: security_group_rules) to 0 -Jan 03 20:39:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Successfully bumped revision number for resource 5eb72b71-0d00-4814-8632-8d31a8a75720 (type: security_group_rules) to 0 -Jan 03 20:39:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Successfully bumped revision number for resource 9e2559a3-de04-4cd9-928c-dc0f1cf2e4e2 (type: security_group_rules) to 0 -Jan 03 20:39:26 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Successfully bumped revision number for resource da25b6a0-1a6e-4193-a55b-362424e3bb66 (type: security_group_rules) to 0 -Jan 03 20:39:26 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=94354111-b8a2-4a3a-a73b-8f91e7e4788c,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-525cdccf-32a8-470a-a026-36782acf4c74 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=bf216b1e85df411083c8a1c6733f6a00&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2071567 -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55880) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] Publish callbacks [] for security_group (94354111-b8a2-4a3a-a73b-8f91e7e4788c), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (94354111-b8a2-4a3a-a73b-8f91e7e4788c), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c && ip6 && ip6.src == $pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b31c175e-60c4-47ef-abd8-1fec0e246f92 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 20c45910-6fcc-48ee-879e-176957b27fd5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] delete_revision(5eb72b71-0d00-4814-8632-8d31a8a75720) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c && ip4 && ip4.src == $pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8b550cf9-c2cf-4f65-93c1-1c2f53542fd3 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b31c175e-60c4-47ef-abd8-1fec0e246f92 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] delete_revision(da25b6a0-1a6e-4193-a55b-362424e3bb66) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (94354111-b8a2-4a3a-a73b-8f91e7e4788c), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_94354111_b8a2_4a3a_a73b_8f91e7e4788c, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 936233cc-2098-4957-baba-f181f7c58865 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b31c175e-60c4-47ef-abd8-1fec0e246f92 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 08bd5fc2-0a78-457d-89a2-9d2fe8cba746 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] delete_revision(94354111-b8a2-4a3a-a73b-8f91e7e4788c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] delete_revisions(['9e2559a3-de04-4cd9-928c-dc0f1cf2e4e2', '02c91734-a79d-43a2-b412-397c601277b9']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=94354111-b8a2-4a3a-a73b-8f91e7e4788c,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-6bd6a5f9-f1e8-4512-9cd9-3740965c1c8a ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/94354111-b8a2-4a3a-a73b-8f91e7e4788c HTTP/1.1" status: 204 len: 168 time: 0.1486857 -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55882) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (33967daa-ebc8-4feb-9124-e82b5a1e7ef3), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] create_initial_revision uuid=33967daa-ebc8-4feb-9124-e82b5a1e7ef3, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] create_initial_revision uuid=4d6ce0fb-a1a9-472e-b860-ad0733009e03, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] create_initial_revision uuid=51682f64-ecde-42ba-9069-9c78d43ebcd1, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] create_initial_revision uuid=6fb0520b-4a76-439d-b4a4-bdbf5b8c630c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] create_initial_revision uuid=af704a27-2f3c-4c7d-955e-80765b874965, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (33967daa-ebc8-4feb-9124-e82b5a1e7ef3), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '33967daa-ebc8-4feb-9124-e82b5a1e7ef3'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, direction=to-lport, priority=1002, match=outport == @pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3 && ip6 && ip6.src == $pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4d6ce0fb-a1a9-472e-b860-ad0733009e03'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, direction=to-lport, priority=1002, match=outport == @pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3 && ip4 && ip4.src == $pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '51682f64-ecde-42ba-9069-9c78d43ebcd1'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, direction=from-lport, priority=1002, match=inport == @pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6fb0520b-4a76-439d-b4a4-bdbf5b8c630c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, direction=from-lport, priority=1002, match=inport == @pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'af704a27-2f3c-4c7d-955e-80765b874965'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 14a29b67-5138-477c-ada5-52b04feb391d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 221cae8d-c55c-4940-a341-08374e59a46c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 83df5940-cfb4-406d-8d55-6942e404123f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row d2bc0d15-54d2-4045-bf1d-10d9a1126893 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 689acf6f-436a-4566-9583-80c118639827 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Successfully bumped revision number for resource 33967daa-ebc8-4feb-9124-e82b5a1e7ef3 (type: security_groups) to 1 -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Successfully bumped revision number for resource 4d6ce0fb-a1a9-472e-b860-ad0733009e03 (type: security_group_rules) to 0 -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Successfully bumped revision number for resource 51682f64-ecde-42ba-9069-9c78d43ebcd1 (type: security_group_rules) to 0 -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Successfully bumped revision number for resource 6fb0520b-4a76-439d-b4a4-bdbf5b8c630c (type: security_group_rules) to 0 -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Successfully bumped revision number for resource af704a27-2f3c-4c7d-955e-80765b874965 (type: security_group_rules) to 0 -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=33967daa-ebc8-4feb-9124-e82b5a1e7ef3,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-8109e0d4-0b1b-48c1-ad33-d56c05a4951d ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=b1485d0fcead456a80af9ab8c167966f&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1506951 -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 55884) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] Publish callbacks [] for security_group (33967daa-ebc8-4feb-9124-e82b5a1e7ef3), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (33967daa-ebc8-4feb-9124-e82b5a1e7ef3), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3 && ip6 && ip6.src == $pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 689acf6f-436a-4566-9583-80c118639827 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] delete_revision(4d6ce0fb-a1a9-472e-b860-ad0733009e03) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 14a29b67-5138-477c-ada5-52b04feb391d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3 && ip4 && ip4.src == $pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row d2bc0d15-54d2-4045-bf1d-10d9a1126893 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 689acf6f-436a-4566-9583-80c118639827 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] delete_revision(51682f64-ecde-42ba-9069-9c78d43ebcd1) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (33967daa-ebc8-4feb-9124-e82b5a1e7ef3), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_33967daa_ebc8_4feb_9124_e82b5a1e7ef3, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 83df5940-cfb4-406d-8d55-6942e404123f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 689acf6f-436a-4566-9583-80c118639827 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 221cae8d-c55c-4940-a341-08374e59a46c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] delete_revision(33967daa-ebc8-4feb-9124-e82b5a1e7ef3) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] delete_revisions(['6fb0520b-4a76-439d-b4a4-bdbf5b8c630c', 'af704a27-2f3c-4c7d-955e-80765b874965']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=33967daa-ebc8-4feb-9124-e82b5a1e7ef3,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:27 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-d46341d5-b27d-4f00-99a1-765fbda8feab ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/33967daa-ebc8-4feb-9124-e82b5a1e7ef3 HTTP/1.1" status: 204 len: 168 time: 0.1590180 -Jan 03 20:39:34 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:34 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=2 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:36 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:39:36 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=3 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:UPDATE=30,neutron:SELECT=293,neutron:INSERT=55,neutron:DELETE=13 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:UPDATE=28,neutron:SELECT=257,neutron:INSERT=25,neutron:DELETE=11 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37856) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (f54e267d-7759-48e6-95f9-de3eea4c122c), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] create_initial_revision uuid=f54e267d-7759-48e6-95f9-de3eea4c122c, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] create_initial_revision uuid=133c57f8-a2fa-43fb-aea1-8487c595359d, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] create_initial_revision uuid=494c344c-16a6-4c19-b811-6bf3414becfc, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] create_initial_revision uuid=4c1de957-5700-450d-8a61-0b9eb1e14f02, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] create_initial_revision uuid=a9ddcbca-bf3b-4950-b699-c7d791e560a2, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (f54e267d-7759-48e6-95f9-de3eea4c122c), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'f54e267d-7759-48e6-95f9-de3eea4c122c'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, direction=from-lport, priority=1002, match=inport == @pg_f54e267d_7759_48e6_95f9_de3eea4c122c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '133c57f8-a2fa-43fb-aea1-8487c595359d'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, direction=to-lport, priority=1002, match=outport == @pg_f54e267d_7759_48e6_95f9_de3eea4c122c && ip6 && ip6.src == $pg_f54e267d_7759_48e6_95f9_de3eea4c122c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '494c344c-16a6-4c19-b811-6bf3414becfc'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, direction=from-lport, priority=1002, match=inport == @pg_f54e267d_7759_48e6_95f9_de3eea4c122c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4c1de957-5700-450d-8a61-0b9eb1e14f02'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, direction=to-lport, priority=1002, match=outport == @pg_f54e267d_7759_48e6_95f9_de3eea4c122c && ip4 && ip4.src == $pg_f54e267d_7759_48e6_95f9_de3eea4c122c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a9ddcbca-bf3b-4950-b699-c7d791e560a2'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ac5b32f3-6ad7-4646-b622-2b305f14754c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a20a592b-c9df-4f71-a4f5-a3c1082af633 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ac138e82-f1c1-4534-a4a0-c058eef3e815 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row e583714c-a221-4409-b097-e09417530c38 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9c904681-b585-49d1-be4d-9d57753002ab (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Successfully bumped revision number for resource f54e267d-7759-48e6-95f9-de3eea4c122c (type: security_groups) to 1 -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Successfully bumped revision number for resource 133c57f8-a2fa-43fb-aea1-8487c595359d (type: security_group_rules) to 0 -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Successfully bumped revision number for resource 494c344c-16a6-4c19-b811-6bf3414becfc (type: security_group_rules) to 0 -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Successfully bumped revision number for resource 4c1de957-5700-450d-8a61-0b9eb1e14f02 (type: security_group_rules) to 0 -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Successfully bumped revision number for resource a9ddcbca-bf3b-4950-b699-c7d791e560a2 (type: security_group_rules) to 0 -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=f54e267d-7759-48e6-95f9-de3eea4c122c,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-d1fb0cbb-6559-485f-966e-3dec816f5480 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=c2e02d8b7c664f5bb5db1cda66c5df8c&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2328796 -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37866) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] Publish callbacks [] for security_group (f54e267d-7759-48e6-95f9-de3eea4c122c), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (f54e267d-7759-48e6-95f9-de3eea4c122c), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_f54e267d_7759_48e6_95f9_de3eea4c122c && ip6 && ip6.src == $pg_f54e267d_7759_48e6_95f9_de3eea4c122c_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 9c904681-b585-49d1-be4d-9d57753002ab (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ac5b32f3-6ad7-4646-b622-2b305f14754c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] delete_revision(494c344c-16a6-4c19-b811-6bf3414becfc) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_f54e267d_7759_48e6_95f9_de3eea4c122c && ip4 && ip4.src == $pg_f54e267d_7759_48e6_95f9_de3eea4c122c_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a20a592b-c9df-4f71-a4f5-a3c1082af633 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 9c904681-b585-49d1-be4d-9d57753002ab (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] delete_revision(a9ddcbca-bf3b-4950-b699-c7d791e560a2) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (f54e267d-7759-48e6-95f9-de3eea4c122c), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_f54e267d_7759_48e6_95f9_de3eea4c122c, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ac138e82-f1c1-4534-a4a0-c058eef3e815 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row e583714c-a221-4409-b097-e09417530c38 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9c904681-b585-49d1-be4d-9d57753002ab (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] delete_revision(f54e267d-7759-48e6-95f9-de3eea4c122c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] delete_revisions(['133c57f8-a2fa-43fb-aea1-8487c595359d', '4c1de957-5700-450d-8a61-0b9eb1e14f02']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=f54e267d-7759-48e6-95f9-de3eea4c122c,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-6bdc7688-fe2c-42aa-a1fa-b25771b90d90 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/f54e267d-7759-48e6-95f9-de3eea4c122c HTTP/1.1" status: 204 len: 168 time: 0.1865158 -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37872) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (d35089b0-86a7-4be8-962e-c813e5de5e63), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] create_initial_revision uuid=d35089b0-86a7-4be8-962e-c813e5de5e63, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] create_initial_revision uuid=00e480c5-3d7b-4fcd-ab72-8c2338da8880, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] create_initial_revision uuid=56e8e3cf-4475-4e61-8ea5-122a0335272f, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] create_initial_revision uuid=7d4546a8-abc8-4e43-9d6f-2579eae03464, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] create_initial_revision uuid=826b6e3a-10b1-4515-b918-a9c9ef197284, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d35089b0-86a7-4be8-962e-c813e5de5e63), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd35089b0-86a7-4be8-962e-c813e5de5e63'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, direction=to-lport, priority=1002, match=outport == @pg_d35089b0_86a7_4be8_962e_c813e5de5e63 && ip4 && ip4.src == $pg_d35089b0_86a7_4be8_962e_c813e5de5e63_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '00e480c5-3d7b-4fcd-ab72-8c2338da8880'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, direction=from-lport, priority=1002, match=inport == @pg_d35089b0_86a7_4be8_962e_c813e5de5e63 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '56e8e3cf-4475-4e61-8ea5-122a0335272f'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, direction=from-lport, priority=1002, match=inport == @pg_d35089b0_86a7_4be8_962e_c813e5de5e63 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7d4546a8-abc8-4e43-9d6f-2579eae03464'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, direction=to-lport, priority=1002, match=outport == @pg_d35089b0_86a7_4be8_962e_c813e5de5e63 && ip6 && ip6.src == $pg_d35089b0_86a7_4be8_962e_c813e5de5e63_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '826b6e3a-10b1-4515-b918-a9c9ef197284'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1db64137-4b06-45ef-9c28-b6a93d749299 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 86cc1c2b-3118-4bef-9117-7e93a2c3bfca (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row d3d7f3ca-42a0-4cbd-934f-95c147de8fd4 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 52566e44-9dd8-421b-9153-7f49ba4b49b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row af5f6c0a-77d9-479e-88a2-0dbb0ab27971 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Successfully bumped revision number for resource d35089b0-86a7-4be8-962e-c813e5de5e63 (type: security_groups) to 1 -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Successfully bumped revision number for resource 00e480c5-3d7b-4fcd-ab72-8c2338da8880 (type: security_group_rules) to 0 -Jan 03 20:39:37 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Successfully bumped revision number for resource 56e8e3cf-4475-4e61-8ea5-122a0335272f (type: security_group_rules) to 0 -Jan 03 20:39:38 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Successfully bumped revision number for resource 7d4546a8-abc8-4e43-9d6f-2579eae03464 (type: security_group_rules) to 0 -Jan 03 20:39:38 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Successfully bumped revision number for resource 826b6e3a-10b1-4515-b918-a9c9ef197284 (type: security_group_rules) to 0 -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d35089b0-86a7-4be8-962e-c813e5de5e63,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-0bade561-c3cd-4803-be35-e313378b54e5 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=033e969e704a4f578d9c57a2167aad6d&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1506681 -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37888) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] Publish callbacks [] for security_group (d35089b0-86a7-4be8-962e-c813e5de5e63), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (d35089b0-86a7-4be8-962e-c813e5de5e63), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d35089b0_86a7_4be8_962e_c813e5de5e63 && ip4 && ip4.src == $pg_d35089b0_86a7_4be8_962e_c813e5de5e63_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 52566e44-9dd8-421b-9153-7f49ba4b49b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] delete_revision(00e480c5-3d7b-4fcd-ab72-8c2338da8880) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row af5f6c0a-77d9-479e-88a2-0dbb0ab27971 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d35089b0_86a7_4be8_962e_c813e5de5e63 && ip6 && ip6.src == $pg_d35089b0_86a7_4be8_962e_c813e5de5e63_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 86cc1c2b-3118-4bef-9117-7e93a2c3bfca (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 52566e44-9dd8-421b-9153-7f49ba4b49b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] delete_revision(826b6e3a-10b1-4515-b918-a9c9ef197284) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (d35089b0-86a7-4be8-962e-c813e5de5e63), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d35089b0_86a7_4be8_962e_c813e5de5e63, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 1db64137-4b06-45ef-9c28-b6a93d749299 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row d3d7f3ca-42a0-4cbd-934f-95c147de8fd4 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 52566e44-9dd8-421b-9153-7f49ba4b49b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] delete_revision(d35089b0-86a7-4be8-962e-c813e5de5e63) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] delete_revisions(['56e8e3cf-4475-4e61-8ea5-122a0335272f', '7d4546a8-abc8-4e43-9d6f-2579eae03464']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d35089b0-86a7-4be8-962e-c813e5de5e63,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-dad3e975-24fb-4d6e-94ec-a3d61b55dd58 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d35089b0-86a7-4be8-962e-c813e5de5e63 HTTP/1.1" status: 204 len: 168 time: 0.1507561 -Jan 03 20:39:38 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 37898) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:38 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (7d73b2f3-09e7-4dbb-912e-09c4ad88b05f), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] create_initial_revision uuid=7d73b2f3-09e7-4dbb-912e-09c4ad88b05f, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] create_initial_revision uuid=10535709-d81b-4f45-bacf-738cb6d7a404, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] create_initial_revision uuid=4b9faf2e-4894-4a85-b439-509df95f55f8, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] create_initial_revision uuid=646537ee-6ea7-4ac5-a7c2-604bb8ecb624, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] create_initial_revision uuid=6e46144d-c3bf-48d7-9f62-8229c88188c4, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7d73b2f3-09e7-4dbb-912e-09c4ad88b05f), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7d73b2f3-09e7-4dbb-912e-09c4ad88b05f'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, direction=from-lport, priority=1002, match=inport == @pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '10535709-d81b-4f45-bacf-738cb6d7a404'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, direction=to-lport, priority=1002, match=outport == @pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f && ip4 && ip4.src == $pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4b9faf2e-4894-4a85-b439-509df95f55f8'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, direction=to-lport, priority=1002, match=outport == @pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f && ip6 && ip6.src == $pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '646537ee-6ea7-4ac5-a7c2-604bb8ecb624'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, direction=from-lport, priority=1002, match=inport == @pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6e46144d-c3bf-48d7-9f62-8229c88188c4'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 89c219cb-3d56-44b1-a498-4d30623753b7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c0adca1b-ffab-466c-84ec-ee838cd0766e (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 5bf81397-d475-4292-b352-6dacb3653f5d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row dbbc526d-e480-4ea8-9a49-f2073b71fe4f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row aa4459ce-ed8e-44a8-8c9a-2d21f53729cc (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Successfully bumped revision number for resource 7d73b2f3-09e7-4dbb-912e-09c4ad88b05f (type: security_groups) to 1 -Jan 03 20:39:39 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Successfully bumped revision number for resource 10535709-d81b-4f45-bacf-738cb6d7a404 (type: security_group_rules) to 0 -Jan 03 20:39:39 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Successfully bumped revision number for resource 4b9faf2e-4894-4a85-b439-509df95f55f8 (type: security_group_rules) to 0 -Jan 03 20:39:39 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Successfully bumped revision number for resource 646537ee-6ea7-4ac5-a7c2-604bb8ecb624 (type: security_group_rules) to 0 -Jan 03 20:39:39 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Successfully bumped revision number for resource 6e46144d-c3bf-48d7-9f62-8229c88188c4 (type: security_group_rules) to 0 -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7d73b2f3-09e7-4dbb-912e-09c4ad88b05f,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37912) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-e4e9dd1c-68f0-4ab5-a09d-d7f42c72bbbd ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=248d760c74d74e3fb882f9d7ab7a1551&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2130911 -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] Publish callbacks [] for security_group (7d73b2f3-09e7-4dbb-912e-09c4ad88b05f), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (7d73b2f3-09e7-4dbb-912e-09c4ad88b05f), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f && ip4 && ip4.src == $pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aa4459ce-ed8e-44a8-8c9a-2d21f53729cc (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] delete_revision(4b9faf2e-4894-4a85-b439-509df95f55f8) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c0adca1b-ffab-466c-84ec-ee838cd0766e (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f && ip6 && ip6.src == $pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 5bf81397-d475-4292-b352-6dacb3653f5d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aa4459ce-ed8e-44a8-8c9a-2d21f53729cc (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] delete_revision(646537ee-6ea7-4ac5-a7c2-604bb8ecb624) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7d73b2f3-09e7-4dbb-912e-09c4ad88b05f), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7d73b2f3_09e7_4dbb_912e_09c4ad88b05f, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row dbbc526d-e480-4ea8-9a49-f2073b71fe4f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row aa4459ce-ed8e-44a8-8c9a-2d21f53729cc (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] delete_revision(7d73b2f3-09e7-4dbb-912e-09c4ad88b05f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:39 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 89c219cb-3d56-44b1-a498-4d30623753b7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] delete_revisions(['10535709-d81b-4f45-bacf-738cb6d7a404', '6e46144d-c3bf-48d7-9f62-8229c88188c4']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7d73b2f3-09e7-4dbb-912e-09c4ad88b05f,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:39 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-e18a6953-c72e-4002-a054-1d7a586b39c1 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7d73b2f3-09e7-4dbb-912e-09c4ad88b05f HTTP/1.1" status: 204 len: 168 time: 0.1600728 -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37916) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (c898613e-1b4a-4242-9bda-163482fb0307), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] create_initial_revision uuid=c898613e-1b4a-4242-9bda-163482fb0307, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] create_initial_revision uuid=3a3586f8-4aa9-4f09-b7ed-fecdada3d5fc, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] create_initial_revision uuid=6b1cb17d-e642-4689-be86-b960826ab5b7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] create_initial_revision uuid=77107593-3a42-4fea-bf95-a8635adcbdfa, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] create_initial_revision uuid=957ca65d-c754-4b5f-a350-0df00dc31609, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c898613e-1b4a-4242-9bda-163482fb0307), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c898613e_1b4a_4242_9bda_163482fb0307, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c898613e-1b4a-4242-9bda-163482fb0307'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c898613e_1b4a_4242_9bda_163482fb0307, direction=from-lport, priority=1002, match=inport == @pg_c898613e_1b4a_4242_9bda_163482fb0307 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3a3586f8-4aa9-4f09-b7ed-fecdada3d5fc'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c898613e_1b4a_4242_9bda_163482fb0307, direction=to-lport, priority=1002, match=outport == @pg_c898613e_1b4a_4242_9bda_163482fb0307 && ip4 && ip4.src == $pg_c898613e_1b4a_4242_9bda_163482fb0307_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6b1cb17d-e642-4689-be86-b960826ab5b7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c898613e_1b4a_4242_9bda_163482fb0307, direction=to-lport, priority=1002, match=outport == @pg_c898613e_1b4a_4242_9bda_163482fb0307 && ip6 && ip6.src == $pg_c898613e_1b4a_4242_9bda_163482fb0307_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '77107593-3a42-4fea-bf95-a8635adcbdfa'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c898613e_1b4a_4242_9bda_163482fb0307, direction=from-lport, priority=1002, match=inport == @pg_c898613e_1b4a_4242_9bda_163482fb0307 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '957ca65d-c754-4b5f-a350-0df00dc31609'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4e14c6f9-f9f5-4c8e-a72f-d64adecfadcf (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 35907ac2-e12a-4bd1-8b43-a51f2422e82a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 7c083887-645b-47ff-af59-63955e1a5208 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ccdc98e3-7a36-4113-aa5d-110432c8f9e5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f247a381-16da-4aac-a8ed-9270e176bcbd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Successfully bumped revision number for resource c898613e-1b4a-4242-9bda-163482fb0307 (type: security_groups) to 1 -Jan 03 20:39:40 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Successfully bumped revision number for resource 3a3586f8-4aa9-4f09-b7ed-fecdada3d5fc (type: security_group_rules) to 0 -Jan 03 20:39:40 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Successfully bumped revision number for resource 6b1cb17d-e642-4689-be86-b960826ab5b7 (type: security_group_rules) to 0 -Jan 03 20:39:40 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Successfully bumped revision number for resource 77107593-3a42-4fea-bf95-a8635adcbdfa (type: security_group_rules) to 0 -Jan 03 20:39:40 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Successfully bumped revision number for resource 957ca65d-c754-4b5f-a350-0df00dc31609 (type: security_group_rules) to 0 -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c898613e-1b4a-4242-9bda-163482fb0307,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-154a1da5-2c15-48af-9412-ed85845b3c41 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0365d944627743989c83be304cb1f5a8&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2331331 -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 37924) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] Publish callbacks [] for security_group (c898613e-1b4a-4242-9bda-163482fb0307), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (c898613e-1b4a-4242-9bda-163482fb0307), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c898613e_1b4a_4242_9bda_163482fb0307, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c898613e_1b4a_4242_9bda_163482fb0307 && ip4 && ip4.src == $pg_c898613e_1b4a_4242_9bda_163482fb0307_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 35907ac2-e12a-4bd1-8b43-a51f2422e82a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] delete_revision(6b1cb17d-e642-4689-be86-b960826ab5b7) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:40 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f247a381-16da-4aac-a8ed-9270e176bcbd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c898613e_1b4a_4242_9bda_163482fb0307, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c898613e_1b4a_4242_9bda_163482fb0307 && ip6 && ip6.src == $pg_c898613e_1b4a_4242_9bda_163482fb0307_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 35907ac2-e12a-4bd1-8b43-a51f2422e82a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] delete_revision(77107593-3a42-4fea-bf95-a8635adcbdfa) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:40 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 7c083887-645b-47ff-af59-63955e1a5208 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c898613e-1b4a-4242-9bda-163482fb0307), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c898613e_1b4a_4242_9bda_163482fb0307, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4e14c6f9-f9f5-4c8e-a72f-d64adecfadcf (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 35907ac2-e12a-4bd1-8b43-a51f2422e82a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ccdc98e3-7a36-4113-aa5d-110432c8f9e5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] delete_revision(c898613e-1b4a-4242-9bda-163482fb0307) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] delete_revisions(['3a3586f8-4aa9-4f09-b7ed-fecdada3d5fc', '957ca65d-c754-4b5f-a350-0df00dc31609']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c898613e-1b4a-4242-9bda-163482fb0307,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:40 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-c29fcd76-c672-46b8-9efe-78bebd4229d6 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c898613e-1b4a-4242-9bda-163482fb0307 HTTP/1.1" status: 204 len: 168 time: 0.1679041 -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39642) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (412b5162-5cef-448c-afbd-e3621d51ef02), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] create_initial_revision uuid=412b5162-5cef-448c-afbd-e3621d51ef02, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] create_initial_revision uuid=8f9e59c4-3570-4e7f-ac10-11e7cace081c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] create_initial_revision uuid=d646c4f5-a51f-4248-8a87-52742ee33398, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] create_initial_revision uuid=e5d35d4a-4063-4d06-a5b3-164caf36be61, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] create_initial_revision uuid=f2f54ac6-0841-4888-b9ca-9b316ae5b498, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (412b5162-5cef-448c-afbd-e3621d51ef02), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_412b5162_5cef_448c_afbd_e3621d51ef02, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '412b5162-5cef-448c-afbd-e3621d51ef02'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_412b5162_5cef_448c_afbd_e3621d51ef02, direction=to-lport, priority=1002, match=outport == @pg_412b5162_5cef_448c_afbd_e3621d51ef02 && ip4 && ip4.src == $pg_412b5162_5cef_448c_afbd_e3621d51ef02_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8f9e59c4-3570-4e7f-ac10-11e7cace081c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_412b5162_5cef_448c_afbd_e3621d51ef02, direction=from-lport, priority=1002, match=inport == @pg_412b5162_5cef_448c_afbd_e3621d51ef02 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd646c4f5-a51f-4248-8a87-52742ee33398'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_412b5162_5cef_448c_afbd_e3621d51ef02, direction=to-lport, priority=1002, match=outport == @pg_412b5162_5cef_448c_afbd_e3621d51ef02 && ip6 && ip6.src == $pg_412b5162_5cef_448c_afbd_e3621d51ef02_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e5d35d4a-4063-4d06-a5b3-164caf36be61'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_412b5162_5cef_448c_afbd_e3621d51ef02, direction=from-lport, priority=1002, match=inport == @pg_412b5162_5cef_448c_afbd_e3621d51ef02 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f2f54ac6-0841-4888-b9ca-9b316ae5b498'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1aa4c835-ad15-40b3-819f-904403281846 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 37260072-ff4e-4300-9f79-5594dd9564df (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4ad308f8-6b9f-4f8b-836e-40294a0c7705 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a3ac36f2-2fc6-4651-bcf1-90bbe6823974 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6a77eeee-f471-4155-8db9-021e739270db (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Successfully bumped revision number for resource 412b5162-5cef-448c-afbd-e3621d51ef02 (type: security_groups) to 1 -Jan 03 20:39:46 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Successfully bumped revision number for resource 8f9e59c4-3570-4e7f-ac10-11e7cace081c (type: security_group_rules) to 0 -Jan 03 20:39:46 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Successfully bumped revision number for resource d646c4f5-a51f-4248-8a87-52742ee33398 (type: security_group_rules) to 0 -Jan 03 20:39:46 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Successfully bumped revision number for resource e5d35d4a-4063-4d06-a5b3-164caf36be61 (type: security_group_rules) to 0 -Jan 03 20:39:46 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Successfully bumped revision number for resource f2f54ac6-0841-4888-b9ca-9b316ae5b498 (type: security_group_rules) to 0 -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=412b5162-5cef-448c-afbd-e3621d51ef02,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-43182ed5-70fd-494d-b8a9-ca8ac5db79fd ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=c3318e1cc3af4f978ca731fec9753084&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2359068 -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39656) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] Publish callbacks [] for security_group (412b5162-5cef-448c-afbd-e3621d51ef02), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (412b5162-5cef-448c-afbd-e3621d51ef02), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_412b5162_5cef_448c_afbd_e3621d51ef02, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_412b5162_5cef_448c_afbd_e3621d51ef02 && ip4 && ip4.src == $pg_412b5162_5cef_448c_afbd_e3621d51ef02_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] delete_revision(8f9e59c4-3570-4e7f-ac10-11e7cace081c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4ad308f8-6b9f-4f8b-836e-40294a0c7705 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 6a77eeee-f471-4155-8db9-021e739270db (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_412b5162_5cef_448c_afbd_e3621d51ef02, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_412b5162_5cef_448c_afbd_e3621d51ef02 && ip6 && ip6.src == $pg_412b5162_5cef_448c_afbd_e3621d51ef02_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 1aa4c835-ad15-40b3-819f-904403281846 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] delete_revision(e5d35d4a-4063-4d06-a5b3-164caf36be61) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 6a77eeee-f471-4155-8db9-021e739270db (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (412b5162-5cef-448c-afbd-e3621d51ef02), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_412b5162_5cef_448c_afbd_e3621d51ef02, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 37260072-ff4e-4300-9f79-5594dd9564df (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a3ac36f2-2fc6-4651-bcf1-90bbe6823974 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6a77eeee-f471-4155-8db9-021e739270db (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] delete_revision(412b5162-5cef-448c-afbd-e3621d51ef02) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] delete_revisions(['d646c4f5-a51f-4248-8a87-52742ee33398', 'f2f54ac6-0841-4888-b9ca-9b316ae5b498']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=412b5162-5cef-448c-afbd-e3621d51ef02,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:46 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-da22f374-2df3-4cba-9260-46685b5fd2e8 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/412b5162-5cef-448c-afbd-e3621d51ef02 HTTP/1.1" status: 204 len: 168 time: 0.1550045 -Jan 03 20:39:46 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39664) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (e1ef3690-cf98-4bca-b38d-92398d8dd560), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] create_initial_revision uuid=e1ef3690-cf98-4bca-b38d-92398d8dd560, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] create_initial_revision uuid=57fc4ed8-9298-429f-9d2c-de185839a494, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] create_initial_revision uuid=8e5da281-f64e-43fb-b183-d31e75e93cf1, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] create_initial_revision uuid=9bb6ca0e-a1e9-4ee2-ba2e-6ceafe335da0, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] create_initial_revision uuid=dc9f93c2-9dab-41d3-b660-927882de81c5, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (e1ef3690-cf98-4bca-b38d-92398d8dd560), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'e1ef3690-cf98-4bca-b38d-92398d8dd560'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, direction=to-lport, priority=1002, match=outport == @pg_e1ef3690_cf98_4bca_b38d_92398d8dd560 && ip4 && ip4.src == $pg_e1ef3690_cf98_4bca_b38d_92398d8dd560_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '57fc4ed8-9298-429f-9d2c-de185839a494'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, direction=from-lport, priority=1002, match=inport == @pg_e1ef3690_cf98_4bca_b38d_92398d8dd560 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8e5da281-f64e-43fb-b183-d31e75e93cf1'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, direction=from-lport, priority=1002, match=inport == @pg_e1ef3690_cf98_4bca_b38d_92398d8dd560 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9bb6ca0e-a1e9-4ee2-ba2e-6ceafe335da0'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, direction=to-lport, priority=1002, match=outport == @pg_e1ef3690_cf98_4bca_b38d_92398d8dd560 && ip6 && ip6.src == $pg_e1ef3690_cf98_4bca_b38d_92398d8dd560_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dc9f93c2-9dab-41d3-b660-927882de81c5'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c0b6e727-af81-4e0d-a573-8e889bb0b864 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c47b18f0-1932-4107-ac69-36e1fe5dc276 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f7cb566e-844d-4052-af8f-c6723f3961e8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b79ca66c-94bd-4631-8a3d-813a0262a2e9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 897a82d6-3959-46ab-96c2-b558c081f310 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Successfully bumped revision number for resource e1ef3690-cf98-4bca-b38d-92398d8dd560 (type: security_groups) to 1 -Jan 03 20:39:47 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Successfully bumped revision number for resource 57fc4ed8-9298-429f-9d2c-de185839a494 (type: security_group_rules) to 0 -Jan 03 20:39:47 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Successfully bumped revision number for resource 8e5da281-f64e-43fb-b183-d31e75e93cf1 (type: security_group_rules) to 0 -Jan 03 20:39:47 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Successfully bumped revision number for resource 9bb6ca0e-a1e9-4ee2-ba2e-6ceafe335da0 (type: security_group_rules) to 0 -Jan 03 20:39:47 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Successfully bumped revision number for resource dc9f93c2-9dab-41d3-b660-927882de81c5 (type: security_group_rules) to 0 -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=e1ef3690-cf98-4bca-b38d-92398d8dd560,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-cb132000-4752-4496-aca0-39b97a3893ff ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=b2bf3d0e0321440e810d7a0caf7c74dd&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2220526 -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39672) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] Publish callbacks [] for security_group (e1ef3690-cf98-4bca-b38d-92398d8dd560), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (e1ef3690-cf98-4bca-b38d-92398d8dd560), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e1ef3690_cf98_4bca_b38d_92398d8dd560 && ip4 && ip4.src == $pg_e1ef3690_cf98_4bca_b38d_92398d8dd560_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 897a82d6-3959-46ab-96c2-b558c081f310 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b79ca66c-94bd-4631-8a3d-813a0262a2e9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] delete_revision(57fc4ed8-9298-429f-9d2c-de185839a494) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e1ef3690_cf98_4bca_b38d_92398d8dd560 && ip6 && ip6.src == $pg_e1ef3690_cf98_4bca_b38d_92398d8dd560_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row c47b18f0-1932-4107-ac69-36e1fe5dc276 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row b79ca66c-94bd-4631-8a3d-813a0262a2e9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] delete_revision(dc9f93c2-9dab-41d3-b660-927882de81c5) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (e1ef3690-cf98-4bca-b38d-92398d8dd560), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_e1ef3690_cf98_4bca_b38d_92398d8dd560, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row c0b6e727-af81-4e0d-a573-8e889bb0b864 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f7cb566e-844d-4052-af8f-c6723f3961e8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b79ca66c-94bd-4631-8a3d-813a0262a2e9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] delete_revision(e1ef3690-cf98-4bca-b38d-92398d8dd560) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] delete_revisions(['9bb6ca0e-a1e9-4ee2-ba2e-6ceafe335da0', '8e5da281-f64e-43fb-b183-d31e75e93cf1']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=e1ef3690-cf98-4bca-b38d-92398d8dd560,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:47 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-f896add6-eed6-40ff-bcaf-8509bccefe8e ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/e1ef3690-cf98-4bca-b38d-92398d8dd560 HTTP/1.1" status: 204 len: 168 time: 0.1561785 -Jan 03 20:39:48 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:DELETE=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:50 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=122,neutron:DELETE=13,neutron:UPDATE=4 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:50 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=144,neutron:DELETE=11,neutron:INSERT=16,neutron:UPDATE=3 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 39682) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (06257337-cc92-453c-b0d7-27926b600b9a), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] create_initial_revision uuid=06257337-cc92-453c-b0d7-27926b600b9a, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] create_initial_revision uuid=58c4f833-390b-4693-bb8a-adfc62fcfd17, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] create_initial_revision uuid=7a328a6c-f22d-4c8a-ac41-22c46dc0c16e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] create_initial_revision uuid=8218afa6-43f6-49d1-8334-08815ea5c723, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] create_initial_revision uuid=eebd84c5-a7df-4d61-97ad-695b02e9ef2a, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (06257337-cc92-453c-b0d7-27926b600b9a), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_06257337_cc92_453c_b0d7_27926b600b9a, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '06257337-cc92-453c-b0d7-27926b600b9a'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_06257337_cc92_453c_b0d7_27926b600b9a, direction=from-lport, priority=1002, match=inport == @pg_06257337_cc92_453c_b0d7_27926b600b9a && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '58c4f833-390b-4693-bb8a-adfc62fcfd17'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_06257337_cc92_453c_b0d7_27926b600b9a, direction=from-lport, priority=1002, match=inport == @pg_06257337_cc92_453c_b0d7_27926b600b9a && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7a328a6c-f22d-4c8a-ac41-22c46dc0c16e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_06257337_cc92_453c_b0d7_27926b600b9a, direction=to-lport, priority=1002, match=outport == @pg_06257337_cc92_453c_b0d7_27926b600b9a && ip6 && ip6.src == $pg_06257337_cc92_453c_b0d7_27926b600b9a_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8218afa6-43f6-49d1-8334-08815ea5c723'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_06257337_cc92_453c_b0d7_27926b600b9a, direction=to-lport, priority=1002, match=outport == @pg_06257337_cc92_453c_b0d7_27926b600b9a && ip4 && ip4.src == $pg_06257337_cc92_453c_b0d7_27926b600b9a_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'eebd84c5-a7df-4d61-97ad-695b02e9ef2a'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 34d682e5-1ff6-473a-9a2a-6fc36fcbb07b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 42868c86-082a-4aec-a651-f554cc251d85 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row c6ff948a-d923-4313-b837-1542ebe1eb4d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row aab7a9dc-3c69-4864-bb5e-f7455d939221 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 25131588-e80a-406a-bc03-6c75cc38bfa6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Successfully bumped revision number for resource 06257337-cc92-453c-b0d7-27926b600b9a (type: security_groups) to 1 -Jan 03 20:39:51 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Successfully bumped revision number for resource 58c4f833-390b-4693-bb8a-adfc62fcfd17 (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Successfully bumped revision number for resource 7a328a6c-f22d-4c8a-ac41-22c46dc0c16e (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Successfully bumped revision number for resource 8218afa6-43f6-49d1-8334-08815ea5c723 (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Successfully bumped revision number for resource eebd84c5-a7df-4d61-97ad-695b02e9ef2a (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=06257337-cc92-453c-b0d7-27926b600b9a,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39690) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-c73c1cb4-418d-421e-a361-2cfda3ef6b59 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=1d24f761ad1f4c58a027edd8c6964410&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2339909 -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] Publish callbacks [] for security_group (06257337-cc92-453c-b0d7-27926b600b9a), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (06257337-cc92-453c-b0d7-27926b600b9a), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_06257337_cc92_453c_b0d7_27926b600b9a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_06257337_cc92_453c_b0d7_27926b600b9a && ip6 && ip6.src == $pg_06257337_cc92_453c_b0d7_27926b600b9a_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 34d682e5-1ff6-473a-9a2a-6fc36fcbb07b (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aab7a9dc-3c69-4864-bb5e-f7455d939221 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] delete_revision(8218afa6-43f6-49d1-8334-08815ea5c723) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_06257337_cc92_453c_b0d7_27926b600b9a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_06257337_cc92_453c_b0d7_27926b600b9a && ip4 && ip4.src == $pg_06257337_cc92_453c_b0d7_27926b600b9a_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 42868c86-082a-4aec-a651-f554cc251d85 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row aab7a9dc-3c69-4864-bb5e-f7455d939221 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] delete_revision(eebd84c5-a7df-4d61-97ad-695b02e9ef2a) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (06257337-cc92-453c-b0d7-27926b600b9a), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_06257337_cc92_453c_b0d7_27926b600b9a, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 25131588-e80a-406a-bc03-6c75cc38bfa6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row c6ff948a-d923-4313-b837-1542ebe1eb4d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row aab7a9dc-3c69-4864-bb5e-f7455d939221 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] delete_revision(06257337-cc92-453c-b0d7-27926b600b9a) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] delete_revisions(['58c4f833-390b-4693-bb8a-adfc62fcfd17', '7a328a6c-f22d-4c8a-ac41-22c46dc0c16e']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=06257337-cc92-453c-b0d7-27926b600b9a,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-31f5844b-1fbc-4c85-ae35-57c933a247c2 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/06257337-cc92-453c-b0d7-27926b600b9a HTTP/1.1" status: 204 len: 168 time: 0.1652617 -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39700) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (9a801171-daeb-4271-8ea1-76768bb21caa), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] create_initial_revision uuid=9a801171-daeb-4271-8ea1-76768bb21caa, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] create_initial_revision uuid=06d1f58e-a107-4ebb-92c3-55397f511e29, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] create_initial_revision uuid=2f0c5042-2b7d-4080-8a76-6d3731e8b717, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] create_initial_revision uuid=2fc5d489-e314-453d-b517-4cb82b181ea1, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] create_initial_revision uuid=56c0f9c9-5aff-4e59-9add-ea5bf453371b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9a801171-daeb-4271-8ea1-76768bb21caa), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9a801171_daeb_4271_8ea1_76768bb21caa, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9a801171-daeb-4271-8ea1-76768bb21caa'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9a801171_daeb_4271_8ea1_76768bb21caa, direction=from-lport, priority=1002, match=inport == @pg_9a801171_daeb_4271_8ea1_76768bb21caa && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '06d1f58e-a107-4ebb-92c3-55397f511e29'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9a801171_daeb_4271_8ea1_76768bb21caa, direction=to-lport, priority=1002, match=outport == @pg_9a801171_daeb_4271_8ea1_76768bb21caa && ip4 && ip4.src == $pg_9a801171_daeb_4271_8ea1_76768bb21caa_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2f0c5042-2b7d-4080-8a76-6d3731e8b717'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9a801171_daeb_4271_8ea1_76768bb21caa, direction=from-lport, priority=1002, match=inport == @pg_9a801171_daeb_4271_8ea1_76768bb21caa && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2fc5d489-e314-453d-b517-4cb82b181ea1'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9a801171_daeb_4271_8ea1_76768bb21caa, direction=to-lport, priority=1002, match=outport == @pg_9a801171_daeb_4271_8ea1_76768bb21caa && ip6 && ip6.src == $pg_9a801171_daeb_4271_8ea1_76768bb21caa_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '56c0f9c9-5aff-4e59-9add-ea5bf453371b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 80839ed1-d059-4374-b30f-fcb5a0094178 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row b092bb06-5817-45de-b08a-1ee4f77a159e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3bbb281f-ee63-42f6-a638-181a928a3c72 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b3f837c0-f4e9-434e-8ed0-de908191f663 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f7e7eb1e-d085-4d2f-8185-84b164111030 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Successfully bumped revision number for resource 9a801171-daeb-4271-8ea1-76768bb21caa (type: security_groups) to 1 -Jan 03 20:39:51 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Successfully bumped revision number for resource 06d1f58e-a107-4ebb-92c3-55397f511e29 (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Successfully bumped revision number for resource 2f0c5042-2b7d-4080-8a76-6d3731e8b717 (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Successfully bumped revision number for resource 2fc5d489-e314-453d-b517-4cb82b181ea1 (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Successfully bumped revision number for resource 56c0f9c9-5aff-4e59-9add-ea5bf453371b (type: security_group_rules) to 0 -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9a801171-daeb-4271-8ea1-76768bb21caa,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-cd1bd425-ead6-4200-8e7a-3f1ac9547383 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6cd3f50f3e80410eaf39952b60c5bb42&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1656618 -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39702) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] Publish callbacks [] for security_group (9a801171-daeb-4271-8ea1-76768bb21caa), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (9a801171-daeb-4271-8ea1-76768bb21caa), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9a801171_daeb_4271_8ea1_76768bb21caa, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9a801171_daeb_4271_8ea1_76768bb21caa && ip4 && ip4.src == $pg_9a801171_daeb_4271_8ea1_76768bb21caa_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row b092bb06-5817-45de-b08a-1ee4f77a159e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3bbb281f-ee63-42f6-a638-181a928a3c72 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] delete_revision(2f0c5042-2b7d-4080-8a76-6d3731e8b717) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9a801171_daeb_4271_8ea1_76768bb21caa, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9a801171_daeb_4271_8ea1_76768bb21caa && ip6 && ip6.src == $pg_9a801171_daeb_4271_8ea1_76768bb21caa_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3bbb281f-ee63-42f6-a638-181a928a3c72 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b3f837c0-f4e9-434e-8ed0-de908191f663 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:51 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] delete_revision(56c0f9c9-5aff-4e59-9add-ea5bf453371b) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (9a801171-daeb-4271-8ea1-76768bb21caa), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9a801171_daeb_4271_8ea1_76768bb21caa, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:39:52 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f7e7eb1e-d085-4d2f-8185-84b164111030 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 80839ed1-d059-4374-b30f-fcb5a0094178 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3bbb281f-ee63-42f6-a638-181a928a3c72 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] delete_revision(9a801171-daeb-4271-8ea1-76768bb21caa) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] delete_revisions(['2fc5d489-e314-453d-b517-4cb82b181ea1', '06d1f58e-a107-4ebb-92c3-55397f511e29']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9a801171-daeb-4271-8ea1-76768bb21caa,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:39:52 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-8a51666e-b7b2-4f88-b947-8ef5803aece7 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9a801171-daeb-4271-8ea1-76768bb21caa HTTP/1.1" status: 204 len: 168 time: 0.2258387 -Jan 03 20:40:01 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=538,neutron:INSERT=65,neutron:UPDATE=37,neutron:DELETE=32 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:01 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=616,neutron:INSERT=79,neutron:UPDATE=40,neutron:DELETE=32 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:02 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=87,neutron:DELETE=10,neutron:INSERT=7,neutron:UPDATE=4 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:02 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=113,neutron:DELETE=6,neutron:INSERT=9,neutron:UPDATE=2 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 50192) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (da87b8b4-cc29-4193-a511-788759dbef15), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] create_initial_revision uuid=da87b8b4-cc29-4193-a511-788759dbef15, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] create_initial_revision uuid=373f3a29-78dd-439e-9f23-0da066b00767, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] create_initial_revision uuid=871078a4-9cdd-41c0-99a8-aae54e6cc14a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] create_initial_revision uuid=ddee20ba-e9fc-49ad-b5c2-84775b7b4910, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] create_initial_revision uuid=f92a3865-72d4-4e63-8143-b184d6003f73, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (da87b8b4-cc29-4193-a511-788759dbef15), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_da87b8b4_cc29_4193_a511_788759dbef15, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'da87b8b4-cc29-4193-a511-788759dbef15'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_da87b8b4_cc29_4193_a511_788759dbef15, direction=from-lport, priority=1002, match=inport == @pg_da87b8b4_cc29_4193_a511_788759dbef15 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '373f3a29-78dd-439e-9f23-0da066b00767'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_da87b8b4_cc29_4193_a511_788759dbef15, direction=to-lport, priority=1002, match=outport == @pg_da87b8b4_cc29_4193_a511_788759dbef15 && ip4 && ip4.src == $pg_da87b8b4_cc29_4193_a511_788759dbef15_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '871078a4-9cdd-41c0-99a8-aae54e6cc14a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_da87b8b4_cc29_4193_a511_788759dbef15, direction=to-lport, priority=1002, match=outport == @pg_da87b8b4_cc29_4193_a511_788759dbef15 && ip6 && ip6.src == $pg_da87b8b4_cc29_4193_a511_788759dbef15_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ddee20ba-e9fc-49ad-b5c2-84775b7b4910'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_da87b8b4_cc29_4193_a511_788759dbef15, direction=from-lport, priority=1002, match=inport == @pg_da87b8b4_cc29_4193_a511_788759dbef15 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f92a3865-72d4-4e63-8143-b184d6003f73'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 6abc6e05-11b7-4dd0-990e-6cb26544c52e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ddf7eddc-f70e-46a5-a26a-61d199e26a43 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 03d089df-eb27-4a43-953e-734a53e0333d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 32b52cec-7cbb-4085-b459-643e09f35d58 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a6c0e900-0ace-4aef-b3a3-8efbc6722b0d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Successfully bumped revision number for resource da87b8b4-cc29-4193-a511-788759dbef15 (type: security_groups) to 1 -Jan 03 20:40:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Successfully bumped revision number for resource 373f3a29-78dd-439e-9f23-0da066b00767 (type: security_group_rules) to 0 -Jan 03 20:40:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Successfully bumped revision number for resource 871078a4-9cdd-41c0-99a8-aae54e6cc14a (type: security_group_rules) to 0 -Jan 03 20:40:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Successfully bumped revision number for resource ddee20ba-e9fc-49ad-b5c2-84775b7b4910 (type: security_group_rules) to 0 -Jan 03 20:40:07 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Successfully bumped revision number for resource f92a3865-72d4-4e63-8143-b184d6003f73 (type: security_group_rules) to 0 -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=da87b8b4-cc29-4193-a511-788759dbef15,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-75fc6ac3-30ac-459f-add9-d351c0cc7779 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=55ecd85c1c0a40d8aa1a762302b08540&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2314332 -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 50196) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] Publish callbacks [] for security_group (da87b8b4-cc29-4193-a511-788759dbef15), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (da87b8b4-cc29-4193-a511-788759dbef15), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_da87b8b4_cc29_4193_a511_788759dbef15, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_da87b8b4_cc29_4193_a511_788759dbef15 && ip4 && ip4.src == $pg_da87b8b4_cc29_4193_a511_788759dbef15_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row ddf7eddc-f70e-46a5-a26a-61d199e26a43 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] delete_revision(871078a4-9cdd-41c0-99a8-aae54e6cc14a) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 32b52cec-7cbb-4085-b459-643e09f35d58 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_da87b8b4_cc29_4193_a511_788759dbef15, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_da87b8b4_cc29_4193_a511_788759dbef15 && ip6 && ip6.src == $pg_da87b8b4_cc29_4193_a511_788759dbef15_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 6abc6e05-11b7-4dd0-990e-6cb26544c52e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row ddf7eddc-f70e-46a5-a26a-61d199e26a43 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] delete_revision(ddee20ba-e9fc-49ad-b5c2-84775b7b4910) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (da87b8b4-cc29-4193-a511-788759dbef15), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_da87b8b4_cc29_4193_a511_788759dbef15, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ddf7eddc-f70e-46a5-a26a-61d199e26a43 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] delete_revision(da87b8b4-cc29-4193-a511-788759dbef15) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 03d089df-eb27-4a43-953e-734a53e0333d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a6c0e900-0ace-4aef-b3a3-8efbc6722b0d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] delete_revisions(['373f3a29-78dd-439e-9f23-0da066b00767', 'f92a3865-72d4-4e63-8143-b184d6003f73']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=da87b8b4-cc29-4193-a511-788759dbef15,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:07 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-6f13d09b-3dd1-45db-b4b0-2dd254d75edf ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/da87b8b4-cc29-4193-a511-788759dbef15 HTTP/1.1" status: 204 len: 168 time: 0.1421466 -Jan 03 20:40:08 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:40:08 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 50212) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (5e5f47ce-9f15-49b5-bd11-818512e3cc3b), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] create_initial_revision uuid=5e5f47ce-9f15-49b5-bd11-818512e3cc3b, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] create_initial_revision uuid=3c7c88bc-378b-4cbc-9c1d-0b695c39e501, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] create_initial_revision uuid=78bb88e7-2051-48e7-94eb-4baa0a2a0fc7, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] create_initial_revision uuid=7bde6d0a-1ab6-40bc-b596-02d5d48ad971, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] create_initial_revision uuid=f6603dce-d9cf-48c0-9dd5-9566eb908fac, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (5e5f47ce-9f15-49b5-bd11-818512e3cc3b), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '5e5f47ce-9f15-49b5-bd11-818512e3cc3b'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, direction=to-lport, priority=1002, match=outport == @pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b && ip4 && ip4.src == $pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3c7c88bc-378b-4cbc-9c1d-0b695c39e501'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, direction=from-lport, priority=1002, match=inport == @pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '78bb88e7-2051-48e7-94eb-4baa0a2a0fc7'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, direction=to-lport, priority=1002, match=outport == @pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b && ip6 && ip6.src == $pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7bde6d0a-1ab6-40bc-b596-02d5d48ad971'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, direction=from-lport, priority=1002, match=inport == @pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f6603dce-d9cf-48c0-9dd5-9566eb908fac'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 05e7da2a-c021-4fb3-a994-f7a7be5e3e46 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 7ec928ae-5643-4b12-a897-c3f8e6b7e5ec (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 876baf2b-0fe2-4e9b-8263-12580f8feb4c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row c44bc004-ddea-4357-aae9-34b4dbbf7445 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row be770c35-96fb-4274-bf52-79d3295be32f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Successfully bumped revision number for resource 5e5f47ce-9f15-49b5-bd11-818512e3cc3b (type: security_groups) to 1 -Jan 03 20:40:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Successfully bumped revision number for resource 3c7c88bc-378b-4cbc-9c1d-0b695c39e501 (type: security_group_rules) to 0 -Jan 03 20:40:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Successfully bumped revision number for resource 78bb88e7-2051-48e7-94eb-4baa0a2a0fc7 (type: security_group_rules) to 0 -Jan 03 20:40:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Successfully bumped revision number for resource 7bde6d0a-1ab6-40bc-b596-02d5d48ad971 (type: security_group_rules) to 0 -Jan 03 20:40:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Successfully bumped revision number for resource f6603dce-d9cf-48c0-9dd5-9566eb908fac (type: security_group_rules) to 0 -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=5e5f47ce-9f15-49b5-bd11-818512e3cc3b,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-d776e848-1aa4-495f-9875-558e3b3c6580 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f686118cc38a432d873442a6369af3bb&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2558038 -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 50224) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] Publish callbacks [] for security_group (5e5f47ce-9f15-49b5-bd11-818512e3cc3b), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (5e5f47ce-9f15-49b5-bd11-818512e3cc3b), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b && ip4 && ip4.src == $pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row c44bc004-ddea-4357-aae9-34b4dbbf7445 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] delete_revision(3c7c88bc-378b-4cbc-9c1d-0b695c39e501) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 876baf2b-0fe2-4e9b-8263-12580f8feb4c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b && ip6 && ip6.src == $pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row c44bc004-ddea-4357-aae9-34b4dbbf7445 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] delete_revision(7bde6d0a-1ab6-40bc-b596-02d5d48ad971) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 05e7da2a-c021-4fb3-a994-f7a7be5e3e46 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (5e5f47ce-9f15-49b5-bd11-818512e3cc3b), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_5e5f47ce_9f15_49b5_bd11_818512e3cc3b, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 7ec928ae-5643-4b12-a897-c3f8e6b7e5ec (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row be770c35-96fb-4274-bf52-79d3295be32f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row c44bc004-ddea-4357-aae9-34b4dbbf7445 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] delete_revision(5e5f47ce-9f15-49b5-bd11-818512e3cc3b) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] delete_revisions(['f6603dce-d9cf-48c0-9dd5-9566eb908fac', '78bb88e7-2051-48e7-94eb-4baa0a2a0fc7']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=5e5f47ce-9f15-49b5-bd11-818512e3cc3b,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:11 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-6afafa6c-3aa8-4bd0-a2cf-e1f8277bc2bf ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/5e5f47ce-9f15-49b5-bd11-818512e3cc3b HTTP/1.1" status: 204 len: 168 time: 0.1589646 -Jan 03 20:40:13 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:40:13 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:17 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=1 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:17 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=1 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 60582) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (aa558c95-f0c1-404b-8e52-a1cdd101165f), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] create_initial_revision uuid=aa558c95-f0c1-404b-8e52-a1cdd101165f, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] create_initial_revision uuid=1353308a-fced-401a-881f-f3d69af8a9bb, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] create_initial_revision uuid=383174a4-f58a-40a3-b461-14cf13eaa172, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] create_initial_revision uuid=503a463c-ec78-4639-b912-03e9fdddc343, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] create_initial_revision uuid=b9531fe8-2b04-477d-81ef-500bd77fa468, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (aa558c95-f0c1-404b-8e52-a1cdd101165f), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'aa558c95-f0c1-404b-8e52-a1cdd101165f'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, direction=to-lport, priority=1002, match=outport == @pg_aa558c95_f0c1_404b_8e52_a1cdd101165f && ip4 && ip4.src == $pg_aa558c95_f0c1_404b_8e52_a1cdd101165f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1353308a-fced-401a-881f-f3d69af8a9bb'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, direction=from-lport, priority=1002, match=inport == @pg_aa558c95_f0c1_404b_8e52_a1cdd101165f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '383174a4-f58a-40a3-b461-14cf13eaa172'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, direction=to-lport, priority=1002, match=outport == @pg_aa558c95_f0c1_404b_8e52_a1cdd101165f && ip6 && ip6.src == $pg_aa558c95_f0c1_404b_8e52_a1cdd101165f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '503a463c-ec78-4639-b912-03e9fdddc343'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, direction=from-lport, priority=1002, match=inport == @pg_aa558c95_f0c1_404b_8e52_a1cdd101165f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b9531fe8-2b04-477d-81ef-500bd77fa468'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 011f1eca-7996-4829-a86f-be3f87bde231 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 2aba0c54-788a-45e0-91ad-eb3053ccdef4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 68596235-a568-4c73-b598-38828f54a1b5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 6c8b3388-570c-4be5-bcaa-0d0568e8e1b7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f4952126-e6dd-4279-892e-cb5a8617e770 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Successfully bumped revision number for resource aa558c95-f0c1-404b-8e52-a1cdd101165f (type: security_groups) to 1 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Successfully bumped revision number for resource 1353308a-fced-401a-881f-f3d69af8a9bb (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Successfully bumped revision number for resource 383174a4-f58a-40a3-b461-14cf13eaa172 (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Successfully bumped revision number for resource 503a463c-ec78-4639-b912-03e9fdddc343 (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Successfully bumped revision number for resource b9531fe8-2b04-477d-81ef-500bd77fa468 (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=aa558c95-f0c1-404b-8e52-a1cdd101165f,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-74092807-1fc3-40c5-808f-70c826c2fc3a ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=c01eb9a781a044779e6e1b3bbfeebaa7&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2483587 -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 60594) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] Publish callbacks [] for security_group (aa558c95-f0c1-404b-8e52-a1cdd101165f), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (aa558c95-f0c1-404b-8e52-a1cdd101165f), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_aa558c95_f0c1_404b_8e52_a1cdd101165f && ip4 && ip4.src == $pg_aa558c95_f0c1_404b_8e52_a1cdd101165f_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 2aba0c54-788a-45e0-91ad-eb3053ccdef4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] delete_revision(1353308a-fced-401a-881f-f3d69af8a9bb) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f4952126-e6dd-4279-892e-cb5a8617e770 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_aa558c95_f0c1_404b_8e52_a1cdd101165f && ip6 && ip6.src == $pg_aa558c95_f0c1_404b_8e52_a1cdd101165f_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 2aba0c54-788a-45e0-91ad-eb3053ccdef4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] delete_revision(503a463c-ec78-4639-b912-03e9fdddc343) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 011f1eca-7996-4829-a86f-be3f87bde231 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (aa558c95-f0c1-404b-8e52-a1cdd101165f), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_aa558c95_f0c1_404b_8e52_a1cdd101165f, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 2aba0c54-788a-45e0-91ad-eb3053ccdef4 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] delete_revision(aa558c95-f0c1-404b-8e52-a1cdd101165f) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 68596235-a568-4c73-b598-38828f54a1b5 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 6c8b3388-570c-4be5-bcaa-0d0568e8e1b7 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] delete_revisions(['383174a4-f58a-40a3-b461-14cf13eaa172', 'b9531fe8-2b04-477d-81ef-500bd77fa468']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=aa558c95-f0c1-404b-8e52-a1cdd101165f,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-09c437f8-ab24-46f4-b221-742355dbf426 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/aa558c95-f0c1-404b-8e52-a1cdd101165f HTTP/1.1" status: 204 len: 168 time: 0.1624517 -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 60606) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (a0656692-1b55-4125-b4b6-71dca0ba9e00), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] create_initial_revision uuid=a0656692-1b55-4125-b4b6-71dca0ba9e00, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] create_initial_revision uuid=995f33bc-8144-411c-8d39-0b0cf3c6ff08, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] create_initial_revision uuid=bc3d6cdf-512a-48ff-a933-b2ecec7a0608, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] create_initial_revision uuid=fdf67ae0-3c14-4b14-97de-85b5ae58ebc4, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] create_initial_revision uuid=feb0fcf0-8451-4bdd-a10d-5810151bbf8c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (a0656692-1b55-4125-b4b6-71dca0ba9e00), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'a0656692-1b55-4125-b4b6-71dca0ba9e00'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, direction=to-lport, priority=1002, match=outport == @pg_a0656692_1b55_4125_b4b6_71dca0ba9e00 && ip4 && ip4.src == $pg_a0656692_1b55_4125_b4b6_71dca0ba9e00_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '995f33bc-8144-411c-8d39-0b0cf3c6ff08'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, direction=from-lport, priority=1002, match=inport == @pg_a0656692_1b55_4125_b4b6_71dca0ba9e00 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bc3d6cdf-512a-48ff-a933-b2ecec7a0608'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, direction=from-lport, priority=1002, match=inport == @pg_a0656692_1b55_4125_b4b6_71dca0ba9e00 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fdf67ae0-3c14-4b14-97de-85b5ae58ebc4'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, direction=to-lport, priority=1002, match=outport == @pg_a0656692_1b55_4125_b4b6_71dca0ba9e00 && ip6 && ip6.src == $pg_a0656692_1b55_4125_b4b6_71dca0ba9e00_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'feb0fcf0-8451-4bdd-a10d-5810151bbf8c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 668e5aa6-6438-4b27-912f-7e7283144b8a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8f61a89f-4f8b-4fee-a489-7d499f39b007 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 43b146c7-bbad-49e8-81b3-eb875284810d (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ab4dc574-46a5-4649-9fed-a0f25499b655 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b16787b3-e5c5-4c37-a63b-7337a2d73b51 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Successfully bumped revision number for resource a0656692-1b55-4125-b4b6-71dca0ba9e00 (type: security_groups) to 1 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Successfully bumped revision number for resource 995f33bc-8144-411c-8d39-0b0cf3c6ff08 (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Successfully bumped revision number for resource bc3d6cdf-512a-48ff-a933-b2ecec7a0608 (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Successfully bumped revision number for resource fdf67ae0-3c14-4b14-97de-85b5ae58ebc4 (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Successfully bumped revision number for resource feb0fcf0-8451-4bdd-a10d-5810151bbf8c (type: security_group_rules) to 0 -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=a0656692-1b55-4125-b4b6-71dca0ba9e00,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-5ddcd423-1124-49df-89f6-ccd0bebe66d1 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=dc972d4cc15a45fba0f32847136c0b9e&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1526670 -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 60614) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:19 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] Publish callbacks [] for security_group (a0656692-1b55-4125-b4b6-71dca0ba9e00), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (a0656692-1b55-4125-b4b6-71dca0ba9e00), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a0656692_1b55_4125_b4b6_71dca0ba9e00 && ip4 && ip4.src == $pg_a0656692_1b55_4125_b4b6_71dca0ba9e00_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 43b146c7-bbad-49e8-81b3-eb875284810d (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] delete_revision(995f33bc-8144-411c-8d39-0b0cf3c6ff08) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ab4dc574-46a5-4649-9fed-a0f25499b655 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a0656692_1b55_4125_b4b6_71dca0ba9e00 && ip6 && ip6.src == $pg_a0656692_1b55_4125_b4b6_71dca0ba9e00_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 668e5aa6-6438-4b27-912f-7e7283144b8a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 43b146c7-bbad-49e8-81b3-eb875284810d (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] delete_revision(feb0fcf0-8451-4bdd-a10d-5810151bbf8c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (a0656692-1b55-4125-b4b6-71dca0ba9e00), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_a0656692_1b55_4125_b4b6_71dca0ba9e00, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8f61a89f-4f8b-4fee-a489-7d499f39b007 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 43b146c7-bbad-49e8-81b3-eb875284810d (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] delete_revision(a0656692-1b55-4125-b4b6-71dca0ba9e00) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b16787b3-e5c5-4c37-a63b-7337a2d73b51 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] delete_revisions(['fdf67ae0-3c14-4b14-97de-85b5ae58ebc4', 'bc3d6cdf-512a-48ff-a933-b2ecec7a0608']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=a0656692-1b55-4125-b4b6-71dca0ba9e00,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-c666d076-eaaf-4371-89ff-d8e1aa9a589c ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/a0656692-1b55-4125-b4b6-71dca0ba9e00 HTTP/1.1" status: 204 len: 168 time: 0.1539147 -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 60630) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (0ed89ebf-8cb8-4cab-9239-0b1d54857d0b), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] create_initial_revision uuid=0ed89ebf-8cb8-4cab-9239-0b1d54857d0b, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] create_initial_revision uuid=0255b163-022d-45fa-a2d5-4d462dedcf24, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] create_initial_revision uuid=48e20b60-4b3c-44a0-83b6-c5dba5f7f15c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] create_initial_revision uuid=4f5b5600-0549-4a28-9835-c5b8c241c1da, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] create_initial_revision uuid=5db6560f-e0f2-4d4c-abf2-1cf87824c684, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (0ed89ebf-8cb8-4cab-9239-0b1d54857d0b), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '0ed89ebf-8cb8-4cab-9239-0b1d54857d0b'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, direction=to-lport, priority=1002, match=outport == @pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b && ip6 && ip6.src == $pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0255b163-022d-45fa-a2d5-4d462dedcf24'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, direction=to-lport, priority=1002, match=outport == @pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b && ip4 && ip4.src == $pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '48e20b60-4b3c-44a0-83b6-c5dba5f7f15c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, direction=from-lport, priority=1002, match=inport == @pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4f5b5600-0549-4a28-9835-c5b8c241c1da'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, direction=from-lport, priority=1002, match=inport == @pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5db6560f-e0f2-4d4c-abf2-1cf87824c684'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a83b1b17-ff97-4241-8683-d1fb1cb83659 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row cbb8a88d-9cc6-43b7-ba1f-fd0c569a8915 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d1dac0b5-7859-47a6-8b5c-1f5a6246178e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 5e3b1e44-ffbf-4b55-8cfb-531a6f7249e7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b362faf6-c7b0-4656-9217-bd153d97f691 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Successfully bumped revision number for resource 0ed89ebf-8cb8-4cab-9239-0b1d54857d0b (type: security_groups) to 1 -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Successfully bumped revision number for resource 0255b163-022d-45fa-a2d5-4d462dedcf24 (type: security_group_rules) to 0 -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Successfully bumped revision number for resource 48e20b60-4b3c-44a0-83b6-c5dba5f7f15c (type: security_group_rules) to 0 -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Successfully bumped revision number for resource 4f5b5600-0549-4a28-9835-c5b8c241c1da (type: security_group_rules) to 0 -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Successfully bumped revision number for resource 5db6560f-e0f2-4d4c-abf2-1cf87824c684 (type: security_group_rules) to 0 -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=0ed89ebf-8cb8-4cab-9239-0b1d54857d0b,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-88727e36-5822-4d0d-89f5-5ef87af35e33 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=ce6465622f9d4a3090ac53b200cad6f5&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1477501 -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 60636) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] Publish callbacks [] for security_group (0ed89ebf-8cb8-4cab-9239-0b1d54857d0b), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (0ed89ebf-8cb8-4cab-9239-0b1d54857d0b), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b && ip6 && ip6.src == $pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row cbb8a88d-9cc6-43b7-ba1f-fd0c569a8915 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 5e3b1e44-ffbf-4b55-8cfb-531a6f7249e7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] delete_revision(0255b163-022d-45fa-a2d5-4d462dedcf24) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b && ip4 && ip4.src == $pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a83b1b17-ff97-4241-8683-d1fb1cb83659 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 5e3b1e44-ffbf-4b55-8cfb-531a6f7249e7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] delete_revision(48e20b60-4b3c-44a0-83b6-c5dba5f7f15c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (0ed89ebf-8cb8-4cab-9239-0b1d54857d0b), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_0ed89ebf_8cb8_4cab_9239_0b1d54857d0b, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d1dac0b5-7859-47a6-8b5c-1f5a6246178e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b362faf6-c7b0-4656-9217-bd153d97f691 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 5e3b1e44-ffbf-4b55-8cfb-531a6f7249e7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] delete_revision(0ed89ebf-8cb8-4cab-9239-0b1d54857d0b) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] delete_revisions(['4f5b5600-0549-4a28-9835-c5b8c241c1da', '5db6560f-e0f2-4d4c-abf2-1cf87824c684']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=0ed89ebf-8cb8-4cab-9239-0b1d54857d0b,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:20 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-6a4981e7-dbd2-41a4-bf65-7b6cb94b9edf ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/0ed89ebf-8cb8-4cab-9239-0b1d54857d0b HTTP/1.1" status: 204 len: 168 time: 0.1654098 -Jan 03 20:40:23 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=3 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:27 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 38084) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:27 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (1c09580b-d7f3-41d2-8837-3fad5e9a4383), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] create_initial_revision uuid=1c09580b-d7f3-41d2-8837-3fad5e9a4383, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] create_initial_revision uuid=1b222ed2-d6d8-4b46-8be9-d115dc8d576c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] create_initial_revision uuid=226942e4-87bf-4acf-a974-d5d18562641e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] create_initial_revision uuid=43d6668b-d630-4325-ad1c-f324e26db061, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] create_initial_revision uuid=cdb3f1ee-29e8-4836-85c7-0d574e511ee9, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (1c09580b-d7f3-41d2-8837-3fad5e9a4383), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '1c09580b-d7f3-41d2-8837-3fad5e9a4383'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, direction=to-lport, priority=1002, match=outport == @pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383 && ip4 && ip4.src == $pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1b222ed2-d6d8-4b46-8be9-d115dc8d576c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, direction=to-lport, priority=1002, match=outport == @pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383 && ip6 && ip6.src == $pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '226942e4-87bf-4acf-a974-d5d18562641e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, direction=from-lport, priority=1002, match=inport == @pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '43d6668b-d630-4325-ad1c-f324e26db061'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, direction=from-lport, priority=1002, match=inport == @pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'cdb3f1ee-29e8-4836-85c7-0d574e511ee9'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a8519860-8f93-4381-b500-321a8bfc0aaf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0f950e6e-b892-48b9-b90d-99b9b5814703 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 644ed68d-b04f-414b-b72d-549eb817700e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 75694e87-ebdb-494f-a8ea-ea7aff738f96 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d70a0693-2f09-4c61-b70d-661dd506ee7a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Successfully bumped revision number for resource 1c09580b-d7f3-41d2-8837-3fad5e9a4383 (type: security_groups) to 1 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Successfully bumped revision number for resource 1b222ed2-d6d8-4b46-8be9-d115dc8d576c (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Successfully bumped revision number for resource 226942e4-87bf-4acf-a974-d5d18562641e (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Successfully bumped revision number for resource 43d6668b-d630-4325-ad1c-f324e26db061 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Successfully bumped revision number for resource cdb3f1ee-29e8-4836-85c7-0d574e511ee9 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=1c09580b-d7f3-41d2-8837-3fad5e9a4383,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-7af1da06-3244-4c48-bb38-4cb87d032579 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=a58fbb6c7b21400398ab2c2c24b1e9f5&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1975362 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 38100) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] Publish callbacks [] for security_group (1c09580b-d7f3-41d2-8837-3fad5e9a4383), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (1c09580b-d7f3-41d2-8837-3fad5e9a4383), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383 && ip4 && ip4.src == $pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row a8519860-8f93-4381-b500-321a8bfc0aaf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] delete_revision(1b222ed2-d6d8-4b46-8be9-d115dc8d576c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 644ed68d-b04f-414b-b72d-549eb817700e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383 && ip6 && ip6.src == $pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row a8519860-8f93-4381-b500-321a8bfc0aaf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 75694e87-ebdb-494f-a8ea-ea7aff738f96 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] delete_revision(226942e4-87bf-4acf-a974-d5d18562641e) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (1c09580b-d7f3-41d2-8837-3fad5e9a4383), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_1c09580b_d7f3_41d2_8837_3fad5e9a4383, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a8519860-8f93-4381-b500-321a8bfc0aaf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] delete_revision(1c09580b-d7f3-41d2-8837-3fad5e9a4383) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 0f950e6e-b892-48b9-b90d-99b9b5814703 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d70a0693-2f09-4c61-b70d-661dd506ee7a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] delete_revisions(['cdb3f1ee-29e8-4836-85c7-0d574e511ee9', '43d6668b-d630-4325-ad1c-f324e26db061']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=1c09580b-d7f3-41d2-8837-3fad5e9a4383,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-57510fcf-3332-4d2f-8656-3e3ab599ee2d ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/1c09580b-d7f3-41d2-8837-3fad5e9a4383 HTTP/1.1" status: 204 len: 168 time: 0.1688914 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 38114) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (b98f7d18-1200-4945-8589-b87105b3b407), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] create_initial_revision uuid=b98f7d18-1200-4945-8589-b87105b3b407, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] create_initial_revision uuid=21313df0-85e8-4e35-ba16-834d62274f8e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] create_initial_revision uuid=bfbe795c-34ef-4c4d-be08-278795fa2f84, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] create_initial_revision uuid=ee0d1812-ad5e-49fb-9c43-82e2de4ff1d1, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] create_initial_revision uuid=f54814e3-ca00-4eb5-a960-bad157efe788, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b98f7d18-1200-4945-8589-b87105b3b407), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b98f7d18_1200_4945_8589_b87105b3b407, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b98f7d18-1200-4945-8589-b87105b3b407'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b98f7d18_1200_4945_8589_b87105b3b407, direction=to-lport, priority=1002, match=outport == @pg_b98f7d18_1200_4945_8589_b87105b3b407 && ip6 && ip6.src == $pg_b98f7d18_1200_4945_8589_b87105b3b407_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '21313df0-85e8-4e35-ba16-834d62274f8e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b98f7d18_1200_4945_8589_b87105b3b407, direction=from-lport, priority=1002, match=inport == @pg_b98f7d18_1200_4945_8589_b87105b3b407 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bfbe795c-34ef-4c4d-be08-278795fa2f84'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b98f7d18_1200_4945_8589_b87105b3b407, direction=from-lport, priority=1002, match=inport == @pg_b98f7d18_1200_4945_8589_b87105b3b407 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ee0d1812-ad5e-49fb-9c43-82e2de4ff1d1'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b98f7d18_1200_4945_8589_b87105b3b407, direction=to-lport, priority=1002, match=outport == @pg_b98f7d18_1200_4945_8589_b87105b3b407 && ip4 && ip4.src == $pg_b98f7d18_1200_4945_8589_b87105b3b407_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f54814e3-ca00-4eb5-a960-bad157efe788'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 610cb2a4-4ee6-4601-8c67-aa86e35d1546 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 77983357-4271-4699-b385-539be3dae0b4 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row af17d9a2-0992-4d03-88c5-f8acd47e1188 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 19e2d276-a1ea-48f8-9e65-4016e6874baf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9c903b88-555a-40a9-91ff-7f4f88605ff2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Successfully bumped revision number for resource b98f7d18-1200-4945-8589-b87105b3b407 (type: security_groups) to 1 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Successfully bumped revision number for resource 21313df0-85e8-4e35-ba16-834d62274f8e (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Successfully bumped revision number for resource bfbe795c-34ef-4c4d-be08-278795fa2f84 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Successfully bumped revision number for resource ee0d1812-ad5e-49fb-9c43-82e2de4ff1d1 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Successfully bumped revision number for resource f54814e3-ca00-4eb5-a960-bad157efe788 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b98f7d18-1200-4945-8589-b87105b3b407,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-2945beac-8259-4fc4-a004-57150ddbdd40 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=eceb0fefb58e4e618dcc817442f7ee96&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1560504 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 38126) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] Publish callbacks [] for security_group (b98f7d18-1200-4945-8589-b87105b3b407), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (b98f7d18-1200-4945-8589-b87105b3b407), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b98f7d18_1200_4945_8589_b87105b3b407, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b98f7d18_1200_4945_8589_b87105b3b407 && ip6 && ip6.src == $pg_b98f7d18_1200_4945_8589_b87105b3b407_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 19e2d276-a1ea-48f8-9e65-4016e6874baf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] delete_revision(21313df0-85e8-4e35-ba16-834d62274f8e) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9c903b88-555a-40a9-91ff-7f4f88605ff2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b98f7d18_1200_4945_8589_b87105b3b407, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b98f7d18_1200_4945_8589_b87105b3b407 && ip4 && ip4.src == $pg_b98f7d18_1200_4945_8589_b87105b3b407_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 610cb2a4-4ee6-4601-8c67-aa86e35d1546 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 19e2d276-a1ea-48f8-9e65-4016e6874baf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] delete_revision(f54814e3-ca00-4eb5-a960-bad157efe788) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b98f7d18-1200-4945-8589-b87105b3b407), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b98f7d18_1200_4945_8589_b87105b3b407, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 77983357-4271-4699-b385-539be3dae0b4 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row af17d9a2-0992-4d03-88c5-f8acd47e1188 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 19e2d276-a1ea-48f8-9e65-4016e6874baf (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] delete_revision(b98f7d18-1200-4945-8589-b87105b3b407) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] delete_revisions(['ee0d1812-ad5e-49fb-9c43-82e2de4ff1d1', 'bfbe795c-34ef-4c4d-be08-278795fa2f84']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b98f7d18-1200-4945-8589-b87105b3b407,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-9386cfed-eccd-44d1-be19-f822418efd82 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b98f7d18-1200-4945-8589-b87105b3b407 HTTP/1.1" status: 204 len: 168 time: 0.1724312 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 38140) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (30b4c2bf-4a1c-45c6-9638-7dd561f58247), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] create_initial_revision uuid=30b4c2bf-4a1c-45c6-9638-7dd561f58247, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] create_initial_revision uuid=11d57930-b6cd-4b2e-b599-846e03863372, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] create_initial_revision uuid=633bed8b-f1f6-406e-9ff3-76c0ba0b7cc3, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] create_initial_revision uuid=76171d71-fe18-4957-83f2-8262df51a99a, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] create_initial_revision uuid=df7641e3-a9e1-4fc1-aad4-549d4dc18590, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (30b4c2bf-4a1c-45c6-9638-7dd561f58247), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '30b4c2bf-4a1c-45c6-9638-7dd561f58247'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, direction=to-lport, priority=1002, match=outport == @pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247 && ip6 && ip6.src == $pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '11d57930-b6cd-4b2e-b599-846e03863372'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, direction=from-lport, priority=1002, match=inport == @pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '633bed8b-f1f6-406e-9ff3-76c0ba0b7cc3'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, direction=to-lport, priority=1002, match=outport == @pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247 && ip4 && ip4.src == $pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '76171d71-fe18-4957-83f2-8262df51a99a'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, direction=from-lport, priority=1002, match=inport == @pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'df7641e3-a9e1-4fc1-aad4-549d4dc18590'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row dd8dd0bc-7e36-4c75-a68e-0034f4a01b95 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 168bac94-2231-4b56-ad80-5245c8327c5f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9f381f31-531a-431e-9980-9cc5e015b492 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row bbd615d4-3f8d-4fd1-b3e1-60cd067861fb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row dd64c88c-2be3-488c-86e0-ac45b896819c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Successfully bumped revision number for resource 30b4c2bf-4a1c-45c6-9638-7dd561f58247 (type: security_groups) to 1 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Successfully bumped revision number for resource 11d57930-b6cd-4b2e-b599-846e03863372 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Successfully bumped revision number for resource 633bed8b-f1f6-406e-9ff3-76c0ba0b7cc3 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Successfully bumped revision number for resource 76171d71-fe18-4957-83f2-8262df51a99a (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Successfully bumped revision number for resource df7641e3-a9e1-4fc1-aad4-549d4dc18590 (type: security_group_rules) to 0 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=30b4c2bf-4a1c-45c6-9638-7dd561f58247,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-6b1f1aaa-1462-4914-aae3-47d4227ea620 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=1652d9dc3b9044f1bb5c4a267178ab37&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1622992 -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 38150) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] Publish callbacks [] for security_group (30b4c2bf-4a1c-45c6-9638-7dd561f58247), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (30b4c2bf-4a1c-45c6-9638-7dd561f58247), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247 && ip6 && ip6.src == $pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row dd8dd0bc-7e36-4c75-a68e-0034f4a01b95 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] delete_revision(11d57930-b6cd-4b2e-b599-846e03863372) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:29 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row bbd615d4-3f8d-4fd1-b3e1-60cd067861fb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247 && ip4 && ip4.src == $pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row dd8dd0bc-7e36-4c75-a68e-0034f4a01b95 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] delete_revision(76171d71-fe18-4957-83f2-8262df51a99a) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:29 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9f381f31-531a-431e-9980-9cc5e015b492 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (30b4c2bf-4a1c-45c6-9638-7dd561f58247), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_30b4c2bf_4a1c_45c6_9638_7dd561f58247, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row dd8dd0bc-7e36-4c75-a68e-0034f4a01b95 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:29 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 168bac94-2231-4b56-ad80-5245c8327c5f (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] delete_revision(30b4c2bf-4a1c-45c6-9638-7dd561f58247) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:29 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row dd64c88c-2be3-488c-86e0-ac45b896819c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] delete_revisions(['633bed8b-f1f6-406e-9ff3-76c0ba0b7cc3', 'df7641e3-a9e1-4fc1-aad4-549d4dc18590']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=30b4c2bf-4a1c-45c6-9638-7dd561f58247,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:29 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-4c9d49e9-7438-4faa-b319-08990223289a ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/30b4c2bf-4a1c-45c6-9638-7dd561f58247 HTTP/1.1" status: 204 len: 168 time: 0.1638842 -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55890) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] create_initial_revision uuid=77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] create_initial_revision uuid=8730ff44-1190-4a8a-b358-f3d2a27d5be0, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] create_initial_revision uuid=8f50a890-7de5-4523-9887-c1d306d6915b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] create_initial_revision uuid=9548f3f6-1f89-4334-8335-5404c0ab791d, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] create_initial_revision uuid=c72ca402-4324-4b18-9488-081c6df141a5, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, direction=from-lport, priority=1002, match=inport == @pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8730ff44-1190-4a8a-b358-f3d2a27d5be0'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, direction=from-lport, priority=1002, match=inport == @pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8f50a890-7de5-4523-9887-c1d306d6915b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, direction=to-lport, priority=1002, match=outport == @pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe && ip6 && ip6.src == $pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9548f3f6-1f89-4334-8335-5404c0ab791d'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, direction=to-lport, priority=1002, match=outport == @pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe && ip4 && ip4.src == $pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c72ca402-4324-4b18-9488-081c6df141a5'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:36 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 58aafb96-4e4b-43a5-b984-535e77db0cec (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:36 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row b099d5c0-f235-4a97-a778-b19f6ee04dd0 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 31f21c1c-140f-46be-8f58-c15542fc8ff8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 70be81e7-ad0c-49ee-bfb8-1c3560094dcb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row d32b3ac0-9aeb-4cba-8a63-a6909f3995a2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Successfully bumped revision number for resource 77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe (type: security_groups) to 1 -Jan 03 20:40:36 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Successfully bumped revision number for resource 8730ff44-1190-4a8a-b358-f3d2a27d5be0 (type: security_group_rules) to 0 -Jan 03 20:40:36 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Successfully bumped revision number for resource 8f50a890-7de5-4523-9887-c1d306d6915b (type: security_group_rules) to 0 -Jan 03 20:40:36 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Successfully bumped revision number for resource 9548f3f6-1f89-4334-8335-5404c0ab791d (type: security_group_rules) to 0 -Jan 03 20:40:36 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Successfully bumped revision number for resource c72ca402-4324-4b18-9488-081c6df141a5 (type: security_group_rules) to 0 -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:36 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115712) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:40:36 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115713) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:40:36 ubuntu neutron-server[115715]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115715) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} -Jan 03 20:40:37 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 01090907-62a9-4a51-976f-ff2c44b3ecaa (table: Chassis_Private) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-f9c7d230-253f-42ff-948a-272284a9cb47 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=632f6fd3d2b34270b4717dc6f1a696d9&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2714283 -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55902) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 22527585-7e3d-4e86-a944-622cb413de83 (table: NB_Global) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] Publish callbacks [] for security_group (77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe && ip6 && ip6.src == $pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row d32b3ac0-9aeb-4cba-8a63-a6909f3995a2 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] delete_revision(9548f3f6-1f89-4334-8335-5404c0ab791d) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row b099d5c0-f235-4a97-a778-b19f6ee04dd0 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe && ip4 && ip4.src == $pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 70be81e7-ad0c-49ee-bfb8-1c3560094dcb (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row b099d5c0-f235-4a97-a778-b19f6ee04dd0 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] delete_revision(c72ca402-4324-4b18-9488-081c6df141a5) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_77a7617d_dfb9_4aae_ac8e_4f3c558e3bbe, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 31f21c1c-140f-46be-8f58-c15542fc8ff8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 58aafb96-4e4b-43a5-b984-535e77db0cec (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] delete_revision(77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row b099d5c0-f235-4a97-a778-b19f6ee04dd0 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] delete_revisions(['8f50a890-7de5-4523-9887-c1d306d6915b', '8730ff44-1190-4a8a-b358-f3d2a27d5be0']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-d354f289-cd26-4d7c-94fe-484a87e445d9 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/77a7617d-dfb9-4aae-ac8e-4f3c558e3bbe HTTP/1.1" status: 204 len: 168 time: 0.1639547 -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55912) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (7010d1b6-5810-430f-a4c7-c2770a3cfee2), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] create_initial_revision uuid=7010d1b6-5810-430f-a4c7-c2770a3cfee2, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] create_initial_revision uuid=16810583-7719-41b7-8eae-fd5eb9ea8678, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] create_initial_revision uuid=19a8bd7f-1c9e-4629-b0e8-6f0cfad06668, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] create_initial_revision uuid=b7a13dd8-8ffd-4dcc-9aa6-c73bfcf92418, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] create_initial_revision uuid=d670a46c-b7f7-467f-b11a-94930e29a657, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7010d1b6-5810-430f-a4c7-c2770a3cfee2), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7010d1b6-5810-430f-a4c7-c2770a3cfee2'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, direction=to-lport, priority=1002, match=outport == @pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2 && ip4 && ip4.src == $pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '16810583-7719-41b7-8eae-fd5eb9ea8678'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, direction=from-lport, priority=1002, match=inport == @pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '19a8bd7f-1c9e-4629-b0e8-6f0cfad06668'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, direction=to-lport, priority=1002, match=outport == @pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2 && ip6 && ip6.src == $pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b7a13dd8-8ffd-4dcc-9aa6-c73bfcf92418'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, direction=from-lport, priority=1002, match=inport == @pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd670a46c-b7f7-467f-b11a-94930e29a657'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3002536e-7435-4162-a820-c202eb861405 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row fa50481a-fbd3-498b-ba75-9d487ef7db02 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row ecbc7867-b07c-4779-b41f-f1a0467df055 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 1fce90a1-894a-470f-98b8-0eb72151938c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 282be573-be84-477b-8766-c755d1f5ddf2 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Successfully bumped revision number for resource 7010d1b6-5810-430f-a4c7-c2770a3cfee2 (type: security_groups) to 1 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Successfully bumped revision number for resource 16810583-7719-41b7-8eae-fd5eb9ea8678 (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Successfully bumped revision number for resource 19a8bd7f-1c9e-4629-b0e8-6f0cfad06668 (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Successfully bumped revision number for resource b7a13dd8-8ffd-4dcc-9aa6-c73bfcf92418 (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Successfully bumped revision number for resource d670a46c-b7f7-467f-b11a-94930e29a657 (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7010d1b6-5810-430f-a4c7-c2770a3cfee2,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-97421598-e285-4a03-9edb-6e71d9021150 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6c782efb024a4ebc9365a187005a43f0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1755145 -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55924) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] Publish callbacks [] for security_group (7010d1b6-5810-430f-a4c7-c2770a3cfee2), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (7010d1b6-5810-430f-a4c7-c2770a3cfee2), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2 && ip4 && ip4.src == $pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row fa50481a-fbd3-498b-ba75-9d487ef7db02 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row ecbc7867-b07c-4779-b41f-f1a0467df055 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] delete_revision(16810583-7719-41b7-8eae-fd5eb9ea8678) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2 && ip6 && ip6.src == $pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row ecbc7867-b07c-4779-b41f-f1a0467df055 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] delete_revision(b7a13dd8-8ffd-4dcc-9aa6-c73bfcf92418) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 1fce90a1-894a-470f-98b8-0eb72151938c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7010d1b6-5810-430f-a4c7-c2770a3cfee2), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7010d1b6_5810_430f_a4c7_c2770a3cfee2, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3002536e-7435-4162-a820-c202eb861405 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 282be573-be84-477b-8766-c755d1f5ddf2 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row ecbc7867-b07c-4779-b41f-f1a0467df055 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] delete_revision(7010d1b6-5810-430f-a4c7-c2770a3cfee2) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] delete_revisions(['19a8bd7f-1c9e-4629-b0e8-6f0cfad06668', 'd670a46c-b7f7-467f-b11a-94930e29a657']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7010d1b6-5810-430f-a4c7-c2770a3cfee2,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-b17c7ef9-7ba6-4c38-a8a7-31fe63e3962f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7010d1b6-5810-430f-a4c7-c2770a3cfee2 HTTP/1.1" status: 204 len: 168 time: 0.1859255 -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55938) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (c1372962-169b-4435-92ef-9457fca5e35c), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] create_initial_revision uuid=c1372962-169b-4435-92ef-9457fca5e35c, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] create_initial_revision uuid=0cce4884-1d46-4f71-9dc7-26625564f0e6, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] create_initial_revision uuid=0e993c8d-4e4b-44c8-a166-808ffb23c258, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] create_initial_revision uuid=65440df0-83b2-4937-9295-df3dd85f25d5, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] create_initial_revision uuid=c2de0f6c-bebf-45e3-b874-1b997b37feae, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c1372962-169b-4435-92ef-9457fca5e35c), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c1372962_169b_4435_92ef_9457fca5e35c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c1372962-169b-4435-92ef-9457fca5e35c'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c1372962_169b_4435_92ef_9457fca5e35c, direction=to-lport, priority=1002, match=outport == @pg_c1372962_169b_4435_92ef_9457fca5e35c && ip6 && ip6.src == $pg_c1372962_169b_4435_92ef_9457fca5e35c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0cce4884-1d46-4f71-9dc7-26625564f0e6'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c1372962_169b_4435_92ef_9457fca5e35c, direction=to-lport, priority=1002, match=outport == @pg_c1372962_169b_4435_92ef_9457fca5e35c && ip4 && ip4.src == $pg_c1372962_169b_4435_92ef_9457fca5e35c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0e993c8d-4e4b-44c8-a166-808ffb23c258'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c1372962_169b_4435_92ef_9457fca5e35c, direction=from-lport, priority=1002, match=inport == @pg_c1372962_169b_4435_92ef_9457fca5e35c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '65440df0-83b2-4937-9295-df3dd85f25d5'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c1372962_169b_4435_92ef_9457fca5e35c, direction=from-lport, priority=1002, match=inport == @pg_c1372962_169b_4435_92ef_9457fca5e35c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c2de0f6c-bebf-45e3-b874-1b997b37feae'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row bb097191-c9e3-43f5-ac44-5ccf5747dcfd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:40:37 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ff4946ea-3e77-45ba-9baf-77266335e28f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 001d4c53-09ef-492a-bf04-739ab144b65d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f681e8ab-38b2-450d-8a6c-6a8c81ebbe56 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 3e5df2e1-1f03-4f61-9af1-add4002d46d7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Successfully bumped revision number for resource c1372962-169b-4435-92ef-9457fca5e35c (type: security_groups) to 1 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Successfully bumped revision number for resource 0cce4884-1d46-4f71-9dc7-26625564f0e6 (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Successfully bumped revision number for resource 0e993c8d-4e4b-44c8-a166-808ffb23c258 (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Successfully bumped revision number for resource 65440df0-83b2-4937-9295-df3dd85f25d5 (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Successfully bumped revision number for resource c2de0f6c-bebf-45e3-b874-1b997b37feae (type: security_group_rules) to 0 -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c1372962-169b-4435-92ef-9457fca5e35c,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-1492b260-e646-4950-8761-6c501c9f0d75 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=7f8d6c18716d4b4190b9901cbc617110&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1769037 -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 55954) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] Publish callbacks [] for security_group (c1372962-169b-4435-92ef-9457fca5e35c), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (c1372962-169b-4435-92ef-9457fca5e35c), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c1372962_169b_4435_92ef_9457fca5e35c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c1372962_169b_4435_92ef_9457fca5e35c && ip6 && ip6.src == $pg_c1372962_169b_4435_92ef_9457fca5e35c_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 001d4c53-09ef-492a-bf04-739ab144b65d (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3e5df2e1-1f03-4f61-9af1-add4002d46d7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:37 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] delete_revision(0cce4884-1d46-4f71-9dc7-26625564f0e6) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c1372962_169b_4435_92ef_9457fca5e35c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c1372962_169b_4435_92ef_9457fca5e35c && ip4 && ip4.src == $pg_c1372962_169b_4435_92ef_9457fca5e35c_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 3e5df2e1-1f03-4f61-9af1-add4002d46d7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ff4946ea-3e77-45ba-9baf-77266335e28f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] delete_revision(0e993c8d-4e4b-44c8-a166-808ffb23c258) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (c1372962-169b-4435-92ef-9457fca5e35c), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c1372962_169b_4435_92ef_9457fca5e35c, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:38 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row bb097191-c9e3-43f5-ac44-5ccf5747dcfd (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f681e8ab-38b2-450d-8a6c-6a8c81ebbe56 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 3e5df2e1-1f03-4f61-9af1-add4002d46d7 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] delete_revision(c1372962-169b-4435-92ef-9457fca5e35c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] delete_revisions(['c2de0f6c-bebf-45e3-b874-1b997b37feae', '65440df0-83b2-4937-9295-df3dd85f25d5']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c1372962-169b-4435-92ef-9457fca5e35c,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:38 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-ecef4f95-ec04-40d4-ac60-da0b49c55d09 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c1372962-169b-4435-92ef-9457fca5e35c HTTP/1.1" status: 204 len: 168 time: 0.1638472 -Jan 03 20:40:38 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:40:38 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: DEBUG futurist.periodics [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=115716) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Maintenance task: Synchronizing Neutron and OVN databases started {{(pid=115716) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:381}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Maintenance task: Number of inconsistencies found at create/update: networks=1 {{(pid=115716) _log /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:362}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Maintenance task: Fixing resource bd4eaa79-3bec-4d07-9435-715a71db2645 (type: networks) at create/update {{(pid=115716) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, resource={'id': 'bd4eaa79-3bec-4d07-9435-715a71db2645', 'name': 'public', 'tenant_id': 'c09c34465cf64df987fa1f7c646d06a9', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['24c7d6fe-dad5-448b-9b22-5b3c4a0ed517', 'c81955e0-af60-423d-aecd-24babdafd25c'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-03T20:30:30Z', 'updated_at': '2025-01-03T20:36:07Z', 'revision_number': 3, 'project_id': 'c09c34465cf64df987fa1f7c646d06a9', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}, resource_type=networks, if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-bd4eaa79-3bec-4d07-9435-715a71db2645, col_values=(('external_ids', {'neutron:network_name': 'public', 'neutron:mtu': '1500', 'neutron:revision_number': '3', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'flat'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false', 'fdb_age_threshold': '0', 'broadcast-arps-to-all-routers': 'true'})), if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-f2a940d0-0be6-4169-8a34-918f1cc4bee9, external_ids_update=None, columns={'tag': []}, if_exists=True) {{(pid=115716) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:39 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row c3b8d54a-4fa3-4535-989b-631a19f47bfa (table: Logical_Switch) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:39 ubuntu neutron-server[115716]: INFO neutron.db.ovn_revision_numbers_db [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Successfully bumped revision number for resource bd4eaa79-3bec-4d07-9435-715a71db2645 (type: networks) to 3 -Jan 03 20:40:39 ubuntu neutron-server[115716]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-5795b593-d847-4dd0-999b-b173f6a6d4aa None None] Maintenance task: Synchronization completed (took 0.09 seconds) -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48756) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (cd574b00-617d-4260-96a2-ff452c041fa5), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] create_initial_revision uuid=cd574b00-617d-4260-96a2-ff452c041fa5, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] create_initial_revision uuid=0fc67438-69f6-409a-8909-d81252d7135e, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] create_initial_revision uuid=4167b082-b5a7-43fe-be4c-7098dd18697c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] create_initial_revision uuid=463eb27a-e5a8-4c99-bef0-171adcd47ab0, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] create_initial_revision uuid=9acdf79c-c9d2-4493-b735-9ed4220a2f1a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (cd574b00-617d-4260-96a2-ff452c041fa5), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_cd574b00_617d_4260_96a2_ff452c041fa5, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'cd574b00-617d-4260-96a2-ff452c041fa5'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_cd574b00_617d_4260_96a2_ff452c041fa5, direction=to-lport, priority=1002, match=outport == @pg_cd574b00_617d_4260_96a2_ff452c041fa5 && ip4 && ip4.src == $pg_cd574b00_617d_4260_96a2_ff452c041fa5_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0fc67438-69f6-409a-8909-d81252d7135e'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_cd574b00_617d_4260_96a2_ff452c041fa5, direction=from-lport, priority=1002, match=inport == @pg_cd574b00_617d_4260_96a2_ff452c041fa5 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4167b082-b5a7-43fe-be4c-7098dd18697c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_cd574b00_617d_4260_96a2_ff452c041fa5, direction=to-lport, priority=1002, match=outport == @pg_cd574b00_617d_4260_96a2_ff452c041fa5 && ip6 && ip6.src == $pg_cd574b00_617d_4260_96a2_ff452c041fa5_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '463eb27a-e5a8-4c99-bef0-171adcd47ab0'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_cd574b00_617d_4260_96a2_ff452c041fa5, direction=from-lport, priority=1002, match=inport == @pg_cd574b00_617d_4260_96a2_ff452c041fa5 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9acdf79c-c9d2-4493-b735-9ed4220a2f1a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 610e9e54-099d-4585-98db-7f5fce3141d6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 33ab7fa8-e360-42e4-b69f-715cc22e283e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f26c45fe-d31d-4a21-9463-84c7de58390c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row fa95fc88-5103-4c1a-abdb-b78696851386 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 21c1674c-7dce-4e51-be72-fb170d961c0a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Successfully bumped revision number for resource cd574b00-617d-4260-96a2-ff452c041fa5 (type: security_groups) to 1 -Jan 03 20:40:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Successfully bumped revision number for resource 0fc67438-69f6-409a-8909-d81252d7135e (type: security_group_rules) to 0 -Jan 03 20:40:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Successfully bumped revision number for resource 4167b082-b5a7-43fe-be4c-7098dd18697c (type: security_group_rules) to 0 -Jan 03 20:40:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Successfully bumped revision number for resource 463eb27a-e5a8-4c99-bef0-171adcd47ab0 (type: security_group_rules) to 0 -Jan 03 20:40:43 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Successfully bumped revision number for resource 9acdf79c-c9d2-4493-b735-9ed4220a2f1a (type: security_group_rules) to 0 -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=cd574b00-617d-4260-96a2-ff452c041fa5,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-d68cf47c-e179-41df-9ede-03513802421f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=70d3e984749c43a1a550d5285f827bd9&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2131307 -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48770) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] Publish callbacks [] for security_group (cd574b00-617d-4260-96a2-ff452c041fa5), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (cd574b00-617d-4260-96a2-ff452c041fa5), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_cd574b00_617d_4260_96a2_ff452c041fa5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_cd574b00_617d_4260_96a2_ff452c041fa5 && ip4 && ip4.src == $pg_cd574b00_617d_4260_96a2_ff452c041fa5_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row fa95fc88-5103-4c1a-abdb-b78696851386 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 21c1674c-7dce-4e51-be72-fb170d961c0a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] delete_revision(0fc67438-69f6-409a-8909-d81252d7135e) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_cd574b00_617d_4260_96a2_ff452c041fa5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_cd574b00_617d_4260_96a2_ff452c041fa5 && ip6 && ip6.src == $pg_cd574b00_617d_4260_96a2_ff452c041fa5_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f26c45fe-d31d-4a21-9463-84c7de58390c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 21c1674c-7dce-4e51-be72-fb170d961c0a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] delete_revision(463eb27a-e5a8-4c99-bef0-171adcd47ab0) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (cd574b00-617d-4260-96a2-ff452c041fa5), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_cd574b00_617d_4260_96a2_ff452c041fa5, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 33ab7fa8-e360-42e4-b69f-715cc22e283e (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 21c1674c-7dce-4e51-be72-fb170d961c0a (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 610e9e54-099d-4585-98db-7f5fce3141d6 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] delete_revision(cd574b00-617d-4260-96a2-ff452c041fa5) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] delete_revisions(['4167b082-b5a7-43fe-be4c-7098dd18697c', '9acdf79c-c9d2-4493-b735-9ed4220a2f1a']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=cd574b00-617d-4260-96a2-ff452c041fa5,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:43 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-e6b89223-4eca-42b2-9f83-532b95c6a1b1 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/cd574b00-617d-4260-96a2-ff452c041fa5 HTTP/1.1" status: 204 len: 168 time: 0.1551833 -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48786) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (b0360d5e-fa6b-4d2f-91a6-1240de874beb), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] create_initial_revision uuid=b0360d5e-fa6b-4d2f-91a6-1240de874beb, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] create_initial_revision uuid=3738c8fb-2b93-4738-8521-981c7a36c9a1, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] create_initial_revision uuid=6f28190c-afc1-4b4f-a3c9-23dca6b1bd1a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] create_initial_revision uuid=95557218-ba91-4163-baa0-b3688079e26f, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] create_initial_revision uuid=bbae8eb0-cdee-45d3-899f-48c859c5d5fa, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b0360d5e-fa6b-4d2f-91a6-1240de874beb), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b0360d5e-fa6b-4d2f-91a6-1240de874beb'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, direction=to-lport, priority=1002, match=outport == @pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb && ip6 && ip6.src == $pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3738c8fb-2b93-4738-8521-981c7a36c9a1'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, direction=to-lport, priority=1002, match=outport == @pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb && ip4 && ip4.src == $pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6f28190c-afc1-4b4f-a3c9-23dca6b1bd1a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, direction=from-lport, priority=1002, match=inport == @pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '95557218-ba91-4163-baa0-b3688079e26f'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, direction=from-lport, priority=1002, match=inport == @pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bbae8eb0-cdee-45d3-899f-48c859c5d5fa'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4fe918ef-5ede-481d-9250-3f6bfa1d023a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row daea7a07-c7ff-4b07-9f8a-db753b17ada4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row cd754e21-913d-4e90-ae4c-053686f899a6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 464d687e-4857-4914-bdcf-85ea0896bf62 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a99d3e07-a013-4e29-b92c-a67177358ab1 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Successfully bumped revision number for resource b0360d5e-fa6b-4d2f-91a6-1240de874beb (type: security_groups) to 1 -Jan 03 20:40:47 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Successfully bumped revision number for resource 3738c8fb-2b93-4738-8521-981c7a36c9a1 (type: security_group_rules) to 0 -Jan 03 20:40:47 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Successfully bumped revision number for resource 6f28190c-afc1-4b4f-a3c9-23dca6b1bd1a (type: security_group_rules) to 0 -Jan 03 20:40:47 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Successfully bumped revision number for resource 95557218-ba91-4163-baa0-b3688079e26f (type: security_group_rules) to 0 -Jan 03 20:40:47 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Successfully bumped revision number for resource bbae8eb0-cdee-45d3-899f-48c859c5d5fa (type: security_group_rules) to 0 -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b0360d5e-fa6b-4d2f-91a6-1240de874beb,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-89d943d7-1ea4-4a2c-904f-9f9e4d097a3a ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=00601580a9d3499e9ffe81bf43143a57&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2087727 -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 48792) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] Publish callbacks [] for security_group (b0360d5e-fa6b-4d2f-91a6-1240de874beb), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (b0360d5e-fa6b-4d2f-91a6-1240de874beb), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb && ip6 && ip6.src == $pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row cd754e21-913d-4e90-ae4c-053686f899a6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 464d687e-4857-4914-bdcf-85ea0896bf62 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] delete_revision(3738c8fb-2b93-4738-8521-981c7a36c9a1) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb && ip4 && ip4.src == $pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row cd754e21-913d-4e90-ae4c-053686f899a6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a99d3e07-a013-4e29-b92c-a67177358ab1 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] delete_revision(6f28190c-afc1-4b4f-a3c9-23dca6b1bd1a) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (b0360d5e-fa6b-4d2f-91a6-1240de874beb), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b0360d5e_fa6b_4d2f_91a6_1240de874beb, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4fe918ef-5ede-481d-9250-3f6bfa1d023a (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row daea7a07-c7ff-4b07-9f8a-db753b17ada4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row cd754e21-913d-4e90-ae4c-053686f899a6 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] delete_revision(b0360d5e-fa6b-4d2f-91a6-1240de874beb) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] delete_revisions(['95557218-ba91-4163-baa0-b3688079e26f', 'bbae8eb0-cdee-45d3-899f-48c859c5d5fa']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b0360d5e-fa6b-4d2f-91a6-1240de874beb,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:40:47 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-cbb84760-cf6f-4a1f-bbbe-41b310fa74c2 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b0360d5e-fa6b-4d2f-91a6-1240de874beb HTTP/1.1" status: 204 len: 168 time: 0.1571593 -Jan 03 20:40:47 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=3 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:47 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=222,neutron:UPDATE=32,neutron:DELETE=13,neutron:INSERT=21 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:47 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=1 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:48 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=256,neutron:UPDATE=40,neutron:DELETE=19,neutron:INSERT=27 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:49 ubuntu neutron-server[115716]: DEBUG dbcounter [-] [115716] Writing DB stats neutron:SELECT=25 {{(pid=115716) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:49 ubuntu neutron-server[115716]: DEBUG dbcounter [-] [115716] Writing DB stats neutron:SELECT=21,neutron:UPDATE=1 {{(pid=115716) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:50 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:40:50 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:57 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=632,neutron:INSERT=78,neutron:UPDATE=71,neutron:DELETE=39 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:40:57 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=662,neutron:INSERT=82,neutron:UPDATE=51,neutron:DELETE=33 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 43270) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (7f368c86-758d-4c21-9bd2-d77dc282d98a), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] create_initial_revision uuid=7f368c86-758d-4c21-9bd2-d77dc282d98a, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] create_initial_revision uuid=2abbaa9f-0f30-44fc-b60f-79507b3d19ac, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] create_initial_revision uuid=f3cc307e-8999-443d-8496-c6422d9c92e9, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] create_initial_revision uuid=f4fc6ac9-54c7-4d45-8f60-8c80463310b2, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] create_initial_revision uuid=fe69e8d2-b1d4-49e9-9c2b-5910ea969ffe, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7f368c86-758d-4c21-9bd2-d77dc282d98a), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7f368c86-758d-4c21-9bd2-d77dc282d98a'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, direction=to-lport, priority=1002, match=outport == @pg_7f368c86_758d_4c21_9bd2_d77dc282d98a && ip4 && ip4.src == $pg_7f368c86_758d_4c21_9bd2_d77dc282d98a_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2abbaa9f-0f30-44fc-b60f-79507b3d19ac'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, direction=to-lport, priority=1002, match=outport == @pg_7f368c86_758d_4c21_9bd2_d77dc282d98a && ip6 && ip6.src == $pg_7f368c86_758d_4c21_9bd2_d77dc282d98a_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f3cc307e-8999-443d-8496-c6422d9c92e9'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, direction=from-lport, priority=1002, match=inport == @pg_7f368c86_758d_4c21_9bd2_d77dc282d98a && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f4fc6ac9-54c7-4d45-8f60-8c80463310b2'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, direction=from-lport, priority=1002, match=inport == @pg_7f368c86_758d_4c21_9bd2_d77dc282d98a && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fe69e8d2-b1d4-49e9-9c2b-5910ea969ffe'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 294f374d-b608-4370-a12d-6fa0c2a4f868 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4e89639f-89e7-408b-9b90-81deb11d24c7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a06586c4-a0e2-4c78-a198-6c2cf0e69f27 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 1aeff941-2798-4a9a-8f46-3061f92affeb (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 07e2a4b7-7b5d-40f3-8bee-ba42ec7830eb (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Successfully bumped revision number for resource 7f368c86-758d-4c21-9bd2-d77dc282d98a (type: security_groups) to 1 -Jan 03 20:41:00 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Successfully bumped revision number for resource 2abbaa9f-0f30-44fc-b60f-79507b3d19ac (type: security_group_rules) to 0 -Jan 03 20:41:00 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Successfully bumped revision number for resource f3cc307e-8999-443d-8496-c6422d9c92e9 (type: security_group_rules) to 0 -Jan 03 20:41:00 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Successfully bumped revision number for resource f4fc6ac9-54c7-4d45-8f60-8c80463310b2 (type: security_group_rules) to 0 -Jan 03 20:41:00 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Successfully bumped revision number for resource fe69e8d2-b1d4-49e9-9c2b-5910ea969ffe (type: security_group_rules) to 0 -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7f368c86-758d-4c21-9bd2-d77dc282d98a,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-91340694-35ed-4b75-9f0b-ce7486da282c ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=3093ab862fbe44c18273c0fc716c70b4&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2339628 -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 43286) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] Publish callbacks [] for security_group (7f368c86-758d-4c21-9bd2-d77dc282d98a), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (7f368c86-758d-4c21-9bd2-d77dc282d98a), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7f368c86_758d_4c21_9bd2_d77dc282d98a && ip4 && ip4.src == $pg_7f368c86_758d_4c21_9bd2_d77dc282d98a_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4e89639f-89e7-408b-9b90-81deb11d24c7 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 1aeff941-2798-4a9a-8f46-3061f92affeb (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] delete_revision(2abbaa9f-0f30-44fc-b60f-79507b3d19ac) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7f368c86_758d_4c21_9bd2_d77dc282d98a && ip6 && ip6.src == $pg_7f368c86_758d_4c21_9bd2_d77dc282d98a_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 294f374d-b608-4370-a12d-6fa0c2a4f868 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 1aeff941-2798-4a9a-8f46-3061f92affeb (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] delete_revision(f3cc307e-8999-443d-8496-c6422d9c92e9) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:00 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (7f368c86-758d-4c21-9bd2-d77dc282d98a), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7f368c86_758d_4c21_9bd2_d77dc282d98a, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a06586c4-a0e2-4c78-a198-6c2cf0e69f27 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 1aeff941-2798-4a9a-8f46-3061f92affeb (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] delete_revision(7f368c86-758d-4c21-9bd2-d77dc282d98a) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:00 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 07e2a4b7-7b5d-40f3-8bee-ba42ec7830eb (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] delete_revisions(['f4fc6ac9-54c7-4d45-8f60-8c80463310b2', 'fe69e8d2-b1d4-49e9-9c2b-5910ea969ffe']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7f368c86-758d-4c21-9bd2-d77dc282d98a,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:00 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-a37a4043-67db-4eed-baa8-06b0176aead4 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7f368c86-758d-4c21-9bd2-d77dc282d98a HTTP/1.1" status: 204 len: 168 time: 0.1490595 -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 43290) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (13002dd8-bd85-4073-a3c7-65317534b212), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] create_initial_revision uuid=13002dd8-bd85-4073-a3c7-65317534b212, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] create_initial_revision uuid=203b3c95-6749-430b-a55a-d61438c86b15, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] create_initial_revision uuid=2cfa950b-09c4-4254-a55b-3b97c800633c, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] create_initial_revision uuid=746978a5-6a5c-4096-b126-bafe1cf0f77f, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] create_initial_revision uuid=95c4d251-af05-4ddd-8b67-3bf22f1b1c86, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (13002dd8-bd85-4073-a3c7-65317534b212), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_13002dd8_bd85_4073_a3c7_65317534b212, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '13002dd8-bd85-4073-a3c7-65317534b212'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_13002dd8_bd85_4073_a3c7_65317534b212, direction=from-lport, priority=1002, match=inport == @pg_13002dd8_bd85_4073_a3c7_65317534b212 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '203b3c95-6749-430b-a55a-d61438c86b15'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_13002dd8_bd85_4073_a3c7_65317534b212, direction=to-lport, priority=1002, match=outport == @pg_13002dd8_bd85_4073_a3c7_65317534b212 && ip4 && ip4.src == $pg_13002dd8_bd85_4073_a3c7_65317534b212_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2cfa950b-09c4-4254-a55b-3b97c800633c'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_13002dd8_bd85_4073_a3c7_65317534b212, direction=from-lport, priority=1002, match=inport == @pg_13002dd8_bd85_4073_a3c7_65317534b212 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '746978a5-6a5c-4096-b126-bafe1cf0f77f'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_13002dd8_bd85_4073_a3c7_65317534b212, direction=to-lport, priority=1002, match=outport == @pg_13002dd8_bd85_4073_a3c7_65317534b212 && ip6 && ip6.src == $pg_13002dd8_bd85_4073_a3c7_65317534b212_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '95c4d251-af05-4ddd-8b67-3bf22f1b1c86'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 2dbb77c6-dde9-4507-a53b-b86cb3dd5b78 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 458f5270-eebd-40f0-b9ab-8691af74f22c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row f755acd3-52ab-43bd-aa8a-d0f937a7e165 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 8078c029-3f71-401c-968d-7c130c3a8aae (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row f54b2c59-2c2b-47cb-acb7-f664cbb4287d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Successfully bumped revision number for resource 13002dd8-bd85-4073-a3c7-65317534b212 (type: security_groups) to 1 -Jan 03 20:41:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Successfully bumped revision number for resource 203b3c95-6749-430b-a55a-d61438c86b15 (type: security_group_rules) to 0 -Jan 03 20:41:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Successfully bumped revision number for resource 2cfa950b-09c4-4254-a55b-3b97c800633c (type: security_group_rules) to 0 -Jan 03 20:41:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Successfully bumped revision number for resource 746978a5-6a5c-4096-b126-bafe1cf0f77f (type: security_group_rules) to 0 -Jan 03 20:41:01 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Successfully bumped revision number for resource 95c4d251-af05-4ddd-8b67-3bf22f1b1c86 (type: security_group_rules) to 0 -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=13002dd8-bd85-4073-a3c7-65317534b212,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-6dc859b6-e6c0-42fe-98fc-227e067369fa ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=e533d96c3c864f0ab58f7ed55c138203&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2430027 -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 43304) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] Publish callbacks [] for security_group (13002dd8-bd85-4073-a3c7-65317534b212), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (13002dd8-bd85-4073-a3c7-65317534b212), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_13002dd8_bd85_4073_a3c7_65317534b212, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_13002dd8_bd85_4073_a3c7_65317534b212 && ip4 && ip4.src == $pg_13002dd8_bd85_4073_a3c7_65317534b212_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 8078c029-3f71-401c-968d-7c130c3a8aae (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row f54b2c59-2c2b-47cb-acb7-f664cbb4287d (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] delete_revision(2cfa950b-09c4-4254-a55b-3b97c800633c) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_13002dd8_bd85_4073_a3c7_65317534b212, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_13002dd8_bd85_4073_a3c7_65317534b212 && ip6 && ip6.src == $pg_13002dd8_bd85_4073_a3c7_65317534b212_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 458f5270-eebd-40f0-b9ab-8691af74f22c (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 8078c029-3f71-401c-968d-7c130c3a8aae (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] delete_revision(95c4d251-af05-4ddd-8b67-3bf22f1b1c86) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (13002dd8-bd85-4073-a3c7-65317534b212), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_13002dd8_bd85_4073_a3c7_65317534b212, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 2dbb77c6-dde9-4507-a53b-b86cb3dd5b78 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row f755acd3-52ab-43bd-aa8a-d0f937a7e165 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 8078c029-3f71-401c-968d-7c130c3a8aae (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] delete_revision(13002dd8-bd85-4073-a3c7-65317534b212) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] delete_revisions(['203b3c95-6749-430b-a55a-d61438c86b15', '746978a5-6a5c-4096-b126-bafe1cf0f77f']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=13002dd8-bd85-4073-a3c7-65317534b212,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:01 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-7fb88624-7331-40db-81c1-7800ee8fc0a5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/13002dd8-bd85-4073-a3c7-65317534b212 HTTP/1.1" status: 204 len: 168 time: 0.1822352 -Jan 03 20:41:08 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:41:08 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:41:10 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=39,neutron:INSERT=8,neutron:UPDATE=3 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39474) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (067c32d8-238b-4501-beaf-e38d56dbe3b4), precommit_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] create_initial_revision uuid=067c32d8-238b-4501-beaf-e38d56dbe3b4, type=security_groups, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] create_initial_revision uuid=0ff4053e-33f5-480e-b237-aac33b974b88, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] create_initial_revision uuid=11cc96a4-51a7-46cd-a21f-ffd934a9e59b, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] create_initial_revision uuid=e68484b0-a43f-4f3e-94e8-04f241dfbd0e, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] create_initial_revision uuid=fedd4d0f-3125-4555-971d-874e9133c58a, type=security_group_rules, rev=-1 {{(pid=115712) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (067c32d8-238b-4501-beaf-e38d56dbe3b4), after_create {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '067c32d8-238b-4501-beaf-e38d56dbe3b4'}}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, direction=to-lport, priority=1002, match=outport == @pg_067c32d8_238b_4501_beaf_e38d56dbe3b4 && ip6 && ip6.src == $pg_067c32d8_238b_4501_beaf_e38d56dbe3b4_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0ff4053e-33f5-480e-b237-aac33b974b88'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, direction=to-lport, priority=1002, match=outport == @pg_067c32d8_238b_4501_beaf_e38d56dbe3b4 && ip4 && ip4.src == $pg_067c32d8_238b_4501_beaf_e38d56dbe3b4_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '11cc96a4-51a7-46cd-a21f-ffd934a9e59b'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, direction=from-lport, priority=1002, match=inport == @pg_067c32d8_238b_4501_beaf_e38d56dbe3b4 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e68484b0-a43f-4f3e-94e8-04f241dfbd0e'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, direction=from-lport, priority=1002, match=inport == @pg_067c32d8_238b_4501_beaf_e38d56dbe3b4 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fedd4d0f-3125-4555-971d-874e9133c58a'}) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115715]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115715) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115712) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 42cf42f0-27ba-4ef3-a3c9-31673dcc1574 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4a3dc8a2-c96a-49e9-ac45-e35b22ac1c30 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115713]: DEBUG neutron.common.ovn.hash_ring_manager [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115713) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row eb099165-3cd5-4e30-9bc8-625ba487c698 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row e3f67c13-a158-4b52-8367-31a7d43e9f2f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 60c2dab9-1219-491e-8d7e-f2992b1209b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Successfully bumped revision number for resource 067c32d8-238b-4501-beaf-e38d56dbe3b4 (type: security_groups) to 1 -Jan 03 20:41:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Successfully bumped revision number for resource 0ff4053e-33f5-480e-b237-aac33b974b88 (type: security_group_rules) to 0 -Jan 03 20:41:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Successfully bumped revision number for resource 11cc96a4-51a7-46cd-a21f-ffd934a9e59b (type: security_group_rules) to 0 -Jan 03 20:41:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Successfully bumped revision number for resource e68484b0-a43f-4f3e-94e8-04f241dfbd0e (type: security_group_rules) to 0 -Jan 03 20:41:11 ubuntu neutron-server[115712]: INFO neutron.db.ovn_revision_numbers_db [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Successfully bumped revision number for resource fedd4d0f-3125-4555-971d-874e9133c58a (type: security_group_rules) to 0 -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=067c32d8-238b-4501-beaf-e38d56dbe3b4,revision_number=1']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-3abe2739-cdae-4d30-a2c7-be64b642b713 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=dfa15a50eb7346e5b8bda30dfb904381&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2219539 -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.api.wsgi [-] (115712) accepted ('10.201.9.223', 39484) {{(pid=115712) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] Publish callbacks [] for security_group (067c32d8-238b-4501-beaf-e38d56dbe3b4), before_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (067c32d8-238b-4501-beaf-e38d56dbe3b4), precommit_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_067c32d8_238b_4501_beaf_e38d56dbe3b4 && ip6 && ip6.src == $pg_067c32d8_238b_4501_beaf_e38d56dbe3b4_ip6')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 60c2dab9-1219-491e-8d7e-f2992b1209b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 42cf42f0-27ba-4ef3-a3c9-31673dcc1574 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] delete_revision(0ff4053e-33f5-480e-b237-aac33b974b88) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_067c32d8_238b_4501_beaf_e38d56dbe3b4 && ip4 && ip4.src == $pg_067c32d8_238b_4501_beaf_e38d56dbe3b4_ip4')]) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row e3f67c13-a158-4b52-8367-31a7d43e9f2f (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 60c2dab9-1219-491e-8d7e-f2992b1209b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] delete_revision(11cc96a4-51a7-46cd-a21f-ffd934a9e59b) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (067c32d8-238b-4501-beaf-e38d56dbe3b4), after_delete {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_067c32d8_238b_4501_beaf_e38d56dbe3b4, if_exists=True) {{(pid=115712) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:11 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 60c2dab9-1219-491e-8d7e-f2992b1209b2 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4a3dc8a2-c96a-49e9-ac45-e35b22ac1c30 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row eb099165-3cd5-4e30-9bc8-625ba487c698 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] delete_revision(067c32d8-238b-4501-beaf-e38d56dbe3b4) {{(pid=115712) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.db.ovn_revision_numbers_db [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] delete_revisions(['e68484b0-a43f-4f3e-94e8-04f241dfbd0e', 'fedd4d0f-3125-4555-971d-874e9133c58a']) {{(pid=115712) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=067c32d8-238b-4501-beaf-e38d56dbe3b4,revision_number=None']} {{(pid=115712) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: DEBUG neutron_lib.callbacks.manager [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115712) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:11 ubuntu neutron-server[115712]: INFO neutron.api.wsgi [None req-375f2c63-e066-4836-ad36-ffd2528cfcab ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/067c32d8-238b-4501-beaf-e38d56dbe3b4 HTTP/1.1" status: 204 len: 168 time: 0.1726696 -Jan 03 20:41:17 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 59944) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:17 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (39e96995-ae1d-449e-a540-5caf6dea57ba), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] create_initial_revision uuid=39e96995-ae1d-449e-a540-5caf6dea57ba, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] create_initial_revision uuid=775a3a0b-ae44-406d-a6c7-cd1f18cc7a77, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] create_initial_revision uuid=7c53728b-904e-46f3-8638-f2fc58faed56, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] create_initial_revision uuid=c11a2dce-1702-45fc-82d7-c1c24fdb33e0, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] create_initial_revision uuid=c95c7456-5d72-485d-a69e-be31c95659fd, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (39e96995-ae1d-449e-a540-5caf6dea57ba), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '39e96995-ae1d-449e-a540-5caf6dea57ba'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, direction=from-lport, priority=1002, match=inport == @pg_39e96995_ae1d_449e_a540_5caf6dea57ba && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '775a3a0b-ae44-406d-a6c7-cd1f18cc7a77'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, direction=to-lport, priority=1002, match=outport == @pg_39e96995_ae1d_449e_a540_5caf6dea57ba && ip4 && ip4.src == $pg_39e96995_ae1d_449e_a540_5caf6dea57ba_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7c53728b-904e-46f3-8638-f2fc58faed56'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, direction=from-lport, priority=1002, match=inport == @pg_39e96995_ae1d_449e_a540_5caf6dea57ba && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c11a2dce-1702-45fc-82d7-c1c24fdb33e0'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, direction=to-lport, priority=1002, match=outport == @pg_39e96995_ae1d_449e_a540_5caf6dea57ba && ip6 && ip6.src == $pg_39e96995_ae1d_449e_a540_5caf6dea57ba_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c95c7456-5d72-485d-a69e-be31c95659fd'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row ac0f9c2d-3bdd-4266-a57d-de3247c6f1ae (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 4d97ab69-7cd6-4629-a928-7b1b32c6d79f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 4fad453f-e851-4648-9be6-dcfe2965ed09 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 98ab17fe-46e4-40b3-adb0-ec11ae1470e9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row a6677048-3084-414d-9016-878393e0a0f4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Successfully bumped revision number for resource 39e96995-ae1d-449e-a540-5caf6dea57ba (type: security_groups) to 1 -Jan 03 20:41:18 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Successfully bumped revision number for resource 775a3a0b-ae44-406d-a6c7-cd1f18cc7a77 (type: security_group_rules) to 0 -Jan 03 20:41:18 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Successfully bumped revision number for resource 7c53728b-904e-46f3-8638-f2fc58faed56 (type: security_group_rules) to 0 -Jan 03 20:41:18 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Successfully bumped revision number for resource c11a2dce-1702-45fc-82d7-c1c24fdb33e0 (type: security_group_rules) to 0 -Jan 03 20:41:18 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Successfully bumped revision number for resource c95c7456-5d72-485d-a69e-be31c95659fd (type: security_group_rules) to 0 -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=39e96995-ae1d-449e-a540-5caf6dea57ba,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-67c8403a-5bec-493e-98e4-111a382ce1dc ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=24b19edb70374b44855a0e50c32416df&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2195892 -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 59946) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] Publish callbacks [] for security_group (39e96995-ae1d-449e-a540-5caf6dea57ba), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (39e96995-ae1d-449e-a540-5caf6dea57ba), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_39e96995_ae1d_449e_a540_5caf6dea57ba && ip4 && ip4.src == $pg_39e96995_ae1d_449e_a540_5caf6dea57ba_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 98ab17fe-46e4-40b3-adb0-ec11ae1470e9 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 4d97ab69-7cd6-4629-a928-7b1b32c6d79f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] delete_revision(7c53728b-904e-46f3-8638-f2fc58faed56) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_39e96995_ae1d_449e_a540_5caf6dea57ba && ip6 && ip6.src == $pg_39e96995_ae1d_449e_a540_5caf6dea57ba_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row ac0f9c2d-3bdd-4266-a57d-de3247c6f1ae (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 4d97ab69-7cd6-4629-a928-7b1b32c6d79f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] delete_revision(c95c7456-5d72-485d-a69e-be31c95659fd) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (39e96995-ae1d-449e-a540-5caf6dea57ba), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_39e96995_ae1d_449e_a540_5caf6dea57ba, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:18 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 4fad453f-e851-4648-9be6-dcfe2965ed09 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row a6677048-3084-414d-9016-878393e0a0f4 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 4d97ab69-7cd6-4629-a928-7b1b32c6d79f (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] delete_revision(39e96995-ae1d-449e-a540-5caf6dea57ba) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] delete_revisions(['c11a2dce-1702-45fc-82d7-c1c24fdb33e0', '775a3a0b-ae44-406d-a6c7-cd1f18cc7a77']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=39e96995-ae1d-449e-a540-5caf6dea57ba,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:18 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-3071c129-4161-436f-aec2-bfe78beab5a6 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/39e96995-ae1d-449e-a540-5caf6dea57ba HTTP/1.1" status: 204 len: 168 time: 0.1607289 -Jan 03 20:41:21 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=1 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:21 ubuntu neutron-server[115715]: DEBUG dbcounter [-] [115715] Writing DB stats neutron:SELECT=1 {{(pid=115715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:21 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=184,neutron:DELETE=10,neutron:INSERT=19,neutron:UPDATE=7 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:21 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:SELECT=154,neutron:DELETE=14,neutron:INSERT=13,neutron:UPDATE=6 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:27 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:41:27 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=78,neutron:INSERT=6,neutron:UPDATE=3,neutron:DELETE=5 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=92,neutron:INSERT=18,neutron:UPDATE=7,neutron:DELETE=3 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 59298) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] create_initial_revision uuid=01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] create_initial_revision uuid=3811bb9b-8de4-45b0-81dc-fa0a0c57f767, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] create_initial_revision uuid=38443bd2-3e2e-449f-8448-d0e321100530, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] create_initial_revision uuid=76e98ed7-adbd-40ef-a4eb-84a2ae2b1897, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] create_initial_revision uuid=88b1871f-2e9a-4ca8-a6de-6ca66883230e, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, direction=from-lport, priority=1002, match=inport == @pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3811bb9b-8de4-45b0-81dc-fa0a0c57f767'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, direction=to-lport, priority=1002, match=outport == @pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea && ip6 && ip6.src == $pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '38443bd2-3e2e-449f-8448-d0e321100530'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, direction=from-lport, priority=1002, match=inport == @pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '76e98ed7-adbd-40ef-a4eb-84a2ae2b1897'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, direction=to-lport, priority=1002, match=outport == @pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea && ip4 && ip4.src == $pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '88b1871f-2e9a-4ca8-a6de-6ca66883230e'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row a5a83a7b-5d1c-4f71-b30b-14fead74cc77 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 06be200f-bc9b-4854-bf75-bfbc0dbb3ffe (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 0c63e07d-39a7-449c-b18d-73b6dfd51b38 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 226f6b34-7588-4449-8b38-6a533ab660a5 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 813e4a12-06e6-46ca-84ca-28e497f762b9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Successfully bumped revision number for resource 01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea (type: security_groups) to 1 -Jan 03 20:41:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Successfully bumped revision number for resource 3811bb9b-8de4-45b0-81dc-fa0a0c57f767 (type: security_group_rules) to 0 -Jan 03 20:41:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Successfully bumped revision number for resource 38443bd2-3e2e-449f-8448-d0e321100530 (type: security_group_rules) to 0 -Jan 03 20:41:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Successfully bumped revision number for resource 76e98ed7-adbd-40ef-a4eb-84a2ae2b1897 (type: security_group_rules) to 0 -Jan 03 20:41:28 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Successfully bumped revision number for resource 88b1871f-2e9a-4ca8-a6de-6ca66883230e (type: security_group_rules) to 0 -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-b1b80e7a-ff0a-4af8-9482-ea7d75817262 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=3a6c1799ef26472e88b16d7116337942&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2202246 -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 59312) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] Publish callbacks [] for security_group (01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea && ip6 && ip6.src == $pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] delete_revision(38443bd2-3e2e-449f-8448-d0e321100530) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 226f6b34-7588-4449-8b38-6a533ab660a5 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 813e4a12-06e6-46ca-84ca-28e497f762b9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea && ip4 && ip4.src == $pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 0c63e07d-39a7-449c-b18d-73b6dfd51b38 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "update" for row 813e4a12-06e6-46ca-84ca-28e497f762b9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] delete_revision(88b1871f-2e9a-4ca8-a6de-6ca66883230e) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_01b1398c_7f1f_4ed6_bb7d_99b3be8ec7ea, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row a5a83a7b-5d1c-4f71-b30b-14fead74cc77 (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 06be200f-bc9b-4854-bf75-bfbc0dbb3ffe (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 813e4a12-06e6-46ca-84ca-28e497f762b9 (table: Port_Group) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] delete_revision(01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] delete_revisions(['76e98ed7-adbd-40ef-a4eb-84a2ae2b1897', '3811bb9b-8de4-45b0-81dc-fa0a0c57f767']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:28 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-42d60ac8-9f59-4529-a7c4-2c2fbdf77c8f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/01b1398c-7f1f-4ed6-bb7d-99b3be8ec7ea HTTP/1.1" status: 204 len: 168 time: 0.1486106 -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 40446) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-1843640'] for security_group (bebca1a7-e2b4-4c06-bb25-3f321bc51147), precommit_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] create_initial_revision uuid=bebca1a7-e2b4-4c06-bb25-3f321bc51147, type=security_groups, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] create_initial_revision uuid=0391ef90-f08e-4319-b334-b31956b6af4c, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] create_initial_revision uuid=763900e4-bcc1-43d4-8d3b-9cc841acd5e1, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] create_initial_revision uuid=af7367aa-a94e-4674-a243-b66e6720f34d, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] create_initial_revision uuid=ba854a6b-5261-421f-98ef-a324058cff7f, type=security_group_rules, rev=-1 {{(pid=115713) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-1843633', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (bebca1a7-e2b4-4c06-bb25-3f321bc51147), after_create {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'bebca1a7-e2b4-4c06-bb25-3f321bc51147'}}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, direction=to-lport, priority=1002, match=outport == @pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147 && ip6 && ip6.src == $pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0391ef90-f08e-4319-b334-b31956b6af4c'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, direction=from-lport, priority=1002, match=inport == @pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '763900e4-bcc1-43d4-8d3b-9cc841acd5e1'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, direction=to-lport, priority=1002, match=outport == @pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147 && ip4 && ip4.src == $pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'af7367aa-a94e-4674-a243-b66e6720f34d'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, direction=from-lport, priority=1002, match=inport == @pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ba854a6b-5261-421f-98ef-a324058cff7f'}) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 6b2e1c3b-ae4c-4834-b6cc-07c9c42bc50c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 93f13b38-a01b-49ff-882e-c75d7fe1bcfe (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "create" for row 899aaaf8-fb49-4a05-ac78-aa98d81a3643 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row 9507dc77-dee2-4aa5-8ea6-58f7d21c1e56 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "create" for row aaa87ed3-fbb9-48c5-97f6-b8bed1f154f8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Successfully bumped revision number for resource bebca1a7-e2b4-4c06-bb25-3f321bc51147 (type: security_groups) to 1 -Jan 03 20:41:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Successfully bumped revision number for resource 0391ef90-f08e-4319-b334-b31956b6af4c (type: security_group_rules) to 0 -Jan 03 20:41:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Successfully bumped revision number for resource 763900e4-bcc1-43d4-8d3b-9cc841acd5e1 (type: security_group_rules) to 0 -Jan 03 20:41:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Successfully bumped revision number for resource af7367aa-a94e-4674-a243-b66e6720f34d (type: security_group_rules) to 0 -Jan 03 20:41:34 ubuntu neutron-server[115713]: INFO neutron.db.ovn_revision_numbers_db [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Successfully bumped revision number for resource ba854a6b-5261-421f-98ef-a324058cff7f (type: security_group_rules) to 0 -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=bebca1a7-e2b4-4c06-bb25-3f321bc51147,revision_number=1']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-cf0f1f16-0c52-4210-911e-9b090865fee5 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=e73ac4922afb4f4d8669b889861629f3&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2415767 -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.api.wsgi [-] (115713) accepted ('10.201.9.223', 40462) {{(pid=115713) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1037}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] Publish callbacks [] for security_group (bebca1a7-e2b4-4c06-bb25-3f321bc51147), before_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-1843626'] for security_group (bebca1a7-e2b4-4c06-bb25-3f321bc51147), precommit_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147 && ip6 && ip6.src == $pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147_ip6')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 93f13b38-a01b-49ff-882e-c75d7fe1bcfe (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 899aaaf8-fb49-4a05-ac78-aa98d81a3643 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] delete_revision(0391ef90-f08e-4319-b334-b31956b6af4c) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147 && ip4 && ip4.src == $pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147_ip4')]) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "update" for row 899aaaf8-fb49-4a05-ac78-aa98d81a3643 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] delete_revision(af7367aa-a94e-4674-a243-b66e6720f34d) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row aaa87ed3-fbb9-48c5-97f6-b8bed1f154f8 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-1843619', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-2122933'] for security_group (bebca1a7-e2b4-4c06-bb25-3f321bc51147), after_delete {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_bebca1a7_e2b4_4c06_bb25_3f321bc51147, if_exists=True) {{(pid=115713) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 6b2e1c3b-ae4c-4834-b6cc-07c9c42bc50c (table: ACL) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d2af9472-7247-45e0-b9b1-81c80c035603 None None] Hash Ring: Node 8c2bdbdd-2ca8-49f9-823c-6fded7a0d01c (host: ubuntu) handling event "delete" for row 899aaaf8-fb49-4a05-ac78-aa98d81a3643 (table: Port_Group) {{(pid=115713) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115712]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ca5e12cc-48dc-4f4c-881a-1984546c9168 None None] Hash Ring: Node 50c49e92-6f4e-4a0f-843f-6df0d00ecc3a (host: ubuntu) handling event "delete" for row 9507dc77-dee2-4aa5-8ea6-58f7d21c1e56 (table: ACL) {{(pid=115712) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] delete_revision(bebca1a7-e2b4-4c06-bb25-3f321bc51147) {{(pid=115713) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] delete_revisions(['ba854a6b-5261-421f-98ef-a324058cff7f', '763900e4-bcc1-43d4-8d3b-9cc841acd5e1']) {{(pid=115713) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=bebca1a7-e2b4-4c06-bb25-3f321bc51147,revision_number=None']} {{(pid=115713) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: DEBUG neutron_lib.callbacks.manager [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115713) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} -Jan 03 20:41:34 ubuntu neutron-server[115713]: INFO neutron.api.wsgi [None req-a9832dd7-e4b2-4e24-9f0d-596197912dd5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/bebca1a7-e2b4-4c06-bb25-3f321bc51147 HTTP/1.1" status: 204 len: 168 time: 0.1571376 -Jan 03 20:41:37 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:38 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:41:38 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:41:48 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=145,neutron:INSERT=12,neutron:UPDATE=7,neutron:DELETE=6 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:48 ubuntu neutron-server[115712]: DEBUG dbcounter [-] [115712] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=115712) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:48 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:DELETE=1 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:41:48 ubuntu neutron-server[115713]: DEBUG dbcounter [-] [115713] Writing DB stats neutron:SELECT=126,neutron:INSERT=20,neutron:UPDATE=6,neutron:DELETE=10 {{(pid=115713) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:42:04 ubuntu neutron-server[115717]: DEBUG neutron.db.agents_db [None req-30d82fc9-b49b-4a24-9009-a54a4b31c92f None None] Agent healthcheck: found 0 active agents {{(pid=115717) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} -Jan 03 20:42:04 ubuntu neutron-server[115717]: DEBUG dbcounter [-] [115717] Writing DB stats neutron:SELECT=2 {{(pid=115717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} -Jan 03 20:42:08 ubuntu neutron-server[115712]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115712) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} -Jan 03 20:42:08 ubuntu neutron-server[115713]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115713) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:35:19 ubuntu systemd[1]: Started Devstack devstack@q-svc.service. +Jan 14 22:35:20 ubuntu neutron-server[90162]: INFO neutron.common.config [-] Logging enabled! +Jan 14 22:35:20 ubuntu neutron-server[90162]: INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-server version 26.0.0.0b3.dev106 +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini {{(pid=90162) setup_logging /opt/stack/neutron/neutron/common/config.py:124}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] Configuration options gathered from: {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ================================================================================ {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] allow_bulk = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] api_extensions_path = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] api_paste_config = api-paste.ini {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] api_workers = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] auth_strategy = keystone {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] backlog = 4096 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] base_mac = fa:16:3e:00:00:00 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] bind_host = 0.0.0.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] bind_port = 9696 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] client_socket_timeout = 900 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] config_dir = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] config_source = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] control_exchange = neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] core_plugin = ml2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] debug = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] default_availability_zones = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] dhcp_agent_notification = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] dhcp_lease_duration = 86400 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] dns_domain = openstacklocal {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] enable_signals = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] enable_traditional_dhcp = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] external_dns_driver = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] filter_validation = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] global_physnet_mtu = 1500 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] host = ubuntu {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] http_retries = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] instance_format = [instance: %(uuid)s] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ipam_driver = internal {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ipv6_pd_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_color = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_config_append = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_dir = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_rotate_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_rotate_interval_type = days {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] log_rotation_type = none {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] max_dns_nameservers = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] max_header_line = 16384 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] max_logfile_count = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] max_logfile_size_mb = 200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] max_subnet_host_routes = 20 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] my_ip = 10.201.9.223 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] my_ipv6 = ::1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] network_link_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] notify_nova_on_port_data_changes = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] notify_nova_on_port_status_changes = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] pagination_max_limit = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] periodic_fuzzy_delay = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] periodic_interval = 40 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] publish_errors = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] rate_limit_burst = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] rate_limit_except_level = CRITICAL {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] rate_limit_interval = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] retry_until_window = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] rpc_response_max_timeout = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] rpc_state_report_workers = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] rpc_workers = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] send_events_interval = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] service_plugins = ['ovn-router'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] setproctitle = on {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] shell_completion = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] state_path = /opt/stack/data/neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] syslog_log_facility = LOG_USER {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] tcp_keepidle = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] transport_url = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] use_journal = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] use_json = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] use_ssl = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] use_stderr = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] use_syslog = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] vlan_transparent = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] watch_log_file = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] wsgi_default_pool_size = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] wsgi_keep_alive = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] wsgi_server_debug = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_concurrency.disable_process_locking = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.connection_string = messaging:// {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.es_doc_type = notification {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.es_scroll_size = 10000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.es_scroll_time = 2m {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.filter_error_trace = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.hmac_keys = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.sentinel_service_name = mymaster {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.socket_timeout = 0.1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.trace_requests = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler.trace_sqlalchemy = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler_jaeger.process_tags = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler_jaeger.service_name_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] profiler_otlp.service_name_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:20 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_process_name = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.enforce_new_defaults = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: WARNING oslo_config.cfg [-] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.enforce_scope = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.policy_default_rule = default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_policy.remote_timeout = 60.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] service_providers.service_provider = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.endpoint_type = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.region_name = RegionOne {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] nova.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.endpoint_type = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] placement.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.auth_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.cafile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.connect_retries = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.connect_retry_delay = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.enable_notifications = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.endpoint_override = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.interface = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.max_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.min_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.retriable_status_codes = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.service_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.service_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.status_code_retries = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.status_code_retry_delay = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.valid_interfaces = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ironic.version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] cli_script.dry_run = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_version = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_notifications.driver = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_notifications.retry = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_messaging_notifications.transport_url = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] oslo_reports.log_dir = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG oslo.service.wsgi [-] Loading app neutron from /etc/neutron/api-paste.ini {{(pid=90162) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "plugin-directory" by "neutron_lib.plugins.directory._create_plugin_directory" {{(pid=90162) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" acquired by "neutron_lib.plugins.directory._create_plugin_directory" :: waited 0.000s {{(pid=90162) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" "released" by "neutron_lib.plugins.directory._create_plugin_directory" :: held 0.000s {{(pid=90162) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "manager" by "neutron.manager.NeutronManager._create_instance" {{(pid=90162) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Lock "manager" acquired by "neutron.manager.NeutronManager._create_instance" :: waited 0.000s {{(pid=90162) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.manager [-] Loading core plugin: ml2 +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: network precommit_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network precommit_delete 0, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port provisioning_complete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > agent after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete 0, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: network configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: port configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnet configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnetpool configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group_rule configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'geneve'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.drivers.type_flat [-] Allowable flat physical_network names: ['public'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('public', [(1, 4094)])]) +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'local', 'vlan'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'local', 'vlan']) +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['port_security', 'qos'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['port_security', 'qos'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['port_security', 'qos'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn', 'logger'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn', 'logger'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn', 'logger'] +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_response 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_response 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] +Jan 14 22:35:21 ubuntu neutron-server[90162]: WARNING oslo_policy.policy [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] 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. +Jan 14 22:35:21 ubuntu neutron-server[90162]: WARNING oslo_policy.policy [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] 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. +Jan 14 22:35:21 ubuntu neutron-server[90162]: INFO dbcounter [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Registered counter for database neutron +Jan 14 22:35:21 ubuntu neutron-server[90162]: DEBUG oslo_db.sqlalchemy.engines [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=90162) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:35:22 ubuntu neutron-server[90162]: DEBUG dbcounter [-] [90162] Writer thread running {{(pid=90162) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Initializing driver for type 'local' +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Initializing driver for type 'vlan' +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.drivers.type_vlan [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] VlanTypeDriver initialization complete +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Initializing extension driver 'port_security' +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.extensions.port_security [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] PortSecurityExtensionDriver initialization complete +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Initializing extension driver 'qos' +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.plugins.ml2.extensions.qos [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] QosExtensionDriver initialization complete {{(pid=90162) initialize /opt/stack/neutron/neutron/plugins/ml2/extensions/qos.py:31}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Initializing mechanism driver 'ovn' +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Starting OVNMechanismDriver +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > process before_spawn 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > process after_init 55550000, True {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > segment after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > segment after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > segment after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group precommit_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group_rule precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group_rule before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > address_group after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > address_group after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > qos_plugin after_init 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > trunk_plugin after_init 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > logging-plugin after_init 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.services.logapi.drivers.ovn.driver [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] OVN logging driver registered +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Initializing mechanism driver 'logger' +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.plugins.ml2.plugin [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] neutron.plugins.ml2.plugin.Ml2Plugin method _start_rpc_notifiers called with arguments () {} {{(pid=90162) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > port after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > port after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > port after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > subnet after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > subnet after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > subnet after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > network after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > network after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > network after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group_rule after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > security_group_rule after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > address_group after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > address_group after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.plugins.ml2.ovo_rpc [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] ML2 OVO RPC backend initialized. {{(pid=90162) __init__ /opt/stack/neutron/neutron/plugins/ml2/ovo_rpc.py:117}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.quota [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded quota_driver: . +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.plugin [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Modular L2 Plugin initialization complete +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading services supported by the core plugin {{(pid=90162) _load_services_from_core_plugin /opt/stack/neutron/neutron/manager.py:169}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.plugins.ml2.managers [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Got port-security extension from driver 'port_security' +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.extensions.vlantransparent [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Disabled vlantransparent extension. +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading service plugins: ['ovn-router', 'auto_allocate', 'tag', 'timestamp', 'network_ip_availability', 'flavors', 'revisions'] {{(pid=90162) _load_service_plugins /opt/stack/neutron/neutron/manager.py:194}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading Plugin: ovn-router +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: port after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: port after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: subnet after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: subnetpool_address_scope after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: port before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: port after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > port precommit_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: port before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: port before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: subnet after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Tracking information for resource: router configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Tracking information for resource: floatingip configured {{(pid=90162) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.services.ovn_l3.plugin [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Starting OVNL3RouterPlugin +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > port_forwarding_plugin after_init 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router before_create 55550100, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_delete 55550100, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_create 55550100, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_update 55550100, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.services.provider_configuration [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service providers = [] {{(pid=90162) parse_service_provider_opt /opt/stack/neutron/neutron/services/provider_configuration.py:171}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.db.servicetype_db [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Adding provider configuration for service L3_ROUTER_NAT {{(pid=90162) add_provider_configuration /opt/stack/neutron/neutron/db/servicetype_db.py:42}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_create 55549900, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router_interface after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > floatingip after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > floatingip precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > floatingip precommit_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > floatingip after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > floatingip after_status_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > floatingip after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > port_forwarding after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router_interface after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router after_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router after_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > router after_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.services.service_base [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded 'neutron.services.ovn_l3.service_providers.ovn.OvnDriver' provider for service L3_ROUTER_NAT {{(pid=90162) load_drivers /opt/stack/neutron/neutron/services/service_base.py:49}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Successfully loaded L3_ROUTER_NAT plugin. Description: L3 Router Service Plugin for basic L3 forwarding using OVN {{(pid=90162) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading Plugin: auto_allocate +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: network precommit_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: network precommit_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Successfully loaded auto-allocated-topology plugin. Description: Auto Allocated Topology - aka get me a network. {{(pid=90162) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading Plugin: tag +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Successfully loaded TAG plugin. Description: Tag support {{(pid=90162) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading Plugin: timestamp +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Successfully loaded timestamp plugin. Description: Adds timestamps to Neutron resources with standard attributes {{(pid=90162) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading Plugin: network_ip_availability +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Successfully loaded network-ip-availability plugin. Description: Provides IP availability data for each network and subnet. {{(pid=90162) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading Plugin: flavors +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Successfully loaded FLAVORS plugin. Description: Neutron Flavors and Service Profiles manager plugin {{(pid=90162) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading Plugin: revisions +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Successfully loaded revision_plugin plugin. Description: Adds revision numbers to resources. {{(pid=90162) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Lock "manager" "released" by "neutron.manager.NeutronManager._create_instance" :: held 2.639s {{(pid=90162) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] get_extension_paths = OrderedDict([('/opt/stack/neutron/neutron/extensions', 1)]) {{(pid=90162) get_extensions_path /opt/stack/neutron/neutron/api/extensions.py:640}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Initializing extension manager. +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: __init__.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: __pycache__ {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: address_group.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Address group" alias="address-group" description="Support address group" updated="2020-07-15T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: address-group +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: address_scope.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Address scope" alias="address-scope" description="Address scopes extension." updated="2015-07-26T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: address-scope +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: ******_state_down_before_update.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Enforce Router's Admin State Down Before Update Extension" alias="router-******-state-down-before-update" description="Ensure that the ****** state of a router is DOWN (******_state_up=False) before updating the distributed attribute" updated="2019-07-02T15:56:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension router-******-state-down-before-update not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: agent.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="agent" alias="agent" description="The agent management extension." updated="2013-02-03T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: agent +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: agent_resources_synced.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Agent's Resource View Synced to Placement" alias="agent-resources-synced" description="Stores success/failure of last sync to Placement" updated="2018-12-19T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension agent-resources-synced not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: allowedaddresspairs.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Allowed Address Pairs" alias="allowed-address-pairs" description="Provides allowed address pairs" updated="2013-07-23T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: allowed-address-pairs +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: auto_allocated_topology.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Auto Allocated Topology Services" alias="auto-allocated-topology" description="Auto Allocated Topology Services." updated="2016-01-01T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: auto-allocated-topology +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: availability_zone.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Availability Zone" alias="availability_zone" description="The availability zone extension." updated="2015-01-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: availability_zone +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: availability_zone_filter.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Availability Zone Filter Extension" alias="availability_zone_filter" description="Add filter parameters to AvailabilityZone resource" updated="2018-06-22T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension availability_zone_filter not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: data_plane_status.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port data plane status extension" alias="data-plane-status" description="Expose status of underlying data plane" updated="2017-01-24T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension data-plane-status not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: default_subnetpools.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Default Subnetpools" alias="default-subnetpools" description="Provides ability to mark and use a subnetpool as the default." updated="2016-02-18T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: default-subnetpools +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: dhcpagentscheduler.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="DHCP Agent Scheduler" alias="dhcp_agent_scheduler" description="Schedule networks among dhcp agents" updated="2013-02-07T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: dhcp_agent_scheduler +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: dns.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="DNS Integration" alias="dns-integration" description="Provides integration with DNS." updated="2015-08-15T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: dns-integration +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: dns_domain_ports.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="dns_domain for ports" alias="dns-domain-ports" description="Allows the DNS domain to be specified for a network port." updated="2017-04-24T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: dns-domain-ports +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: dns_integration_domain_keywords.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="DNS domain names with keywords allowed" alias="dns-integration-domain-keywords" description="Allows to use keywords like , , and as DNS domain name" updated="2020-06-15T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: dns-integration-domain-keywords +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: dvr.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Distributed Virtual Router" alias="dvr" description="Enables configuration of Distributed Virtual Routers." updated="2014-06-1T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension dvr not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: ecmp_routes.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Equal Cost Multipath Routing" alias="ecmp_routes" description="Allows traffic to reach thesame destination via multiple different links " updated="2020-11-26T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension ecmp_routes not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: empty_string_filtering.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Empty String Filtering Extension" alias="empty-string-filtering" description="Allow filtering by attributes with empty string value" updated="2018-05-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension empty-string-filtering not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: expose_l3_conntrack_helper.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Expose CT target rules for conntrack helper" alias="expose-l3-conntrack-helper" description="Expose allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension expose-l3-conntrack-helper not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: expose_port_forwarding_in_fip.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Expose Floating IP port forwardings" alias="expose-port-forwarding-in-fip" description="Expose port forwarding fields in floating IP response" updated="2018-06-28T16:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: external_net.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron external network" alias="external-net" description="Adds external network attribute to network resource." updated="2013-01-14T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: external-net +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: extra_dhcp_opt.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Extra DHCP options" alias="extra_dhcp_opt" description="Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)" updated="2013-03-17T12:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: extra_dhcp_opt +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: extraroute.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Extra Route" alias="extraroute" description="Extra routes configuration for L3 router" updated="2013-02-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: extraroute +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: extraroute_atomic.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Atomically add/remove extra routes" alias="extraroute-atomic" description="Edit extra routes of a router on server side by atomically adding/removing extra routes" updated="2019-07-10T00:00:00+00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension extraroute-atomic not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: filter_validation.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Filter parameters validation" alias="filter-validation" description="Provides validation on filter parameters." updated="2018-07-04T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: filter-validation +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: fip_pf_description.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Floating IP Port Forwarding new attribute description" alias="floating-ip-port-forwarding-description" description="Add a description field to Port Forwarding rules" updated="2019-11-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: fip_pf_detail.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Floating IP port forwarding detail" alias="floating-ip-port-forwarding-detail" description="Allow list floating ip return more port forwarding data, include'id' and 'internal_port_id'" updated="2022-05-06T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: floating-ip-port-forwarding-detail +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: fip_pf_port_range.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Floating IP Port Forwarding support port ranges" alias="floating-ip-port-forwarding-port-ranges" description="Add support to port ranges" updated="2020-07-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: fip_port_details.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Floating IP Port Details Extension" alias="fip-port-details" description="Add port_details attribute to Floating IP resource" updated="2018-04-09T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: fip-port-details +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: flavors.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Service Flavors" alias="flavors" description="Flavor specification for Neutron advanced services." updated="2015-09-17T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: flavors +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: floating_ip_port_forwarding.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Floating IP Port Forwarding" alias="floating-ip-port-forwarding" description="Allow port forwarding from floating IP port to an internal port" updated="2018-01-19T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension floating-ip-port-forwarding not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: floatingip_pools.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Floating IP Pools Extension" alias="floatingip-pools" description="Provides a floating IP pools API." updated="2018-03-21T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: floatingip-pools +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: ip_allocation.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="IP Allocation" alias="ip_allocation" description="IP allocation extension." updated="2016-06-10T23:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension ip_allocation not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: ip_substring_port_filtering.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="IP address substring filtering" alias="ip-substring-filtering" description="Provides IP address substring filtering when listing ports" updated="2017-11-28T09:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension ip-substring-filtering not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l2_adjacency.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="L2 Adjacency" alias="l2_adjacency" description="Display L2 Adjacency for Neutron Networks." updated="2016-04-12T16:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension l2_adjacency not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron L3 Router" alias="router" description="Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway." updated="2012-07-20T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: router +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_conntrack_helper.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="L3 Conntrack helper" alias="l3-conntrack-helper" description="Allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension l3-conntrack-helper not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_enable_default_route_bfd.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Enable Default Route BFD" alias="enable-default-route-bfd" description="Enables configurable BFD behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: enable-default-route-bfd +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_enable_default_route_ecmp.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Enable Default Route ECMP" alias="enable-default-route-ecmp" description="Enables configurable ECMP behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: enable-default-route-ecmp +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_ext_gw_mode.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron L3 Configurable external gateway mode" alias="ext-gw-mode" description="Extension of the router abstraction for specifying whether SNAT should occur on the external gateway" updated="2013-03-28T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: ext-gw-mode +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_ext_ha_mode.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="HA Router extension" alias="l3-ha" description="Adds HA capability to routers." updated="2014-04-26T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: l3-ha +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_ext_ndp_proxy.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Router support to enable NDP proxy" alias="l3-ext-ndp-proxy" description="Router extension to enable ndp proxy" updated="2020-08-25T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension l3-ext-ndp-proxy not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_extra_gws.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron L3 External Gateway Multihoming" alias="external-gateway-multihoming" description="Allow multiple external gateway ports per router" updated="2023-01-18T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: external-gateway-multihoming +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_flavors.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Router Flavor Extension" alias="l3-flavors" description="Flavor support for routers." updated="2016-05-17T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: l3-flavors +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_ndp_proxy.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="name" alias="l3-ndp-proxy" description="description" updated="2021-06-29T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension l3-ndp-proxy not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3_port_ip_change_not_allowed.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Prevent L3 router ports IP address change extension" alias="l3-port-ip-change-not-allowed" description="Prevent change of IP address for some L3 router ports" updated="2018-10-09T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: l3agentscheduler.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="L3 Agent Scheduler" alias="l3_agent_scheduler" description="Schedule routers among l3 agents" updated="2013-02-07T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension l3_agent_scheduler not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: local_ip.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Local IP" alias="local_ip" description="Support Node Local Virtual IP" updated="2021-07-26T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension local_ip not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: logging.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Logging API Extension" alias="logging" description="Provides a logging API for resources such as security group and firewall." updated="2017-01-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension logging not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: metering.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Metering" alias="metering" description="Neutron Metering extension." updated="2013-06-12T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension metering not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: metering_source_and_destination_fields.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Metering with source and destination filtering" alias="metering_source_and_destination_fields" description="Neutron Metering extension that enables the use of source and destination IP prefixes to create metering label rules." updated="2020-08-21T08:12:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension metering_source_and_destination_fields not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: multiprovidernet.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Multi Provider Network" alias="multi-provider" description="Expose mapping of virtual networks to multiple physical networks" updated="2013-06-27T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: multi-provider +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: netmtu.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Network MTU" alias="net-mtu" description="Provides MTU attribute for a network resource." updated="2015-03-25T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: net-mtu +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: netmtu_writable.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Network MTU (writable)" alias="net-mtu-writable" description="Provides a writable MTU attribute for a network resource." updated="2017-07-12T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: net-mtu-writable +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: network_availability_zone.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Network Availability Zone" alias="network_availability_zone" description="Availability zone support for network." updated="2015-01-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: network_availability_zone +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: network_ha.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Network HA creation flag" alias="network_ha" description="Network high availability creation flag." updated="2023-04-27T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension network_ha not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: network_ip_availability.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Network IP Availability" alias="network-ip-availability" description="Provides IP availability data for each network and subnet." updated="2015-09-24T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: network-ip-availability +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: network_segment_range.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Network Segment Range" alias="network-segment-range" description="Provides support for the network segment range management" updated="2018-11-29T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension network-segment-range not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: pagination.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Pagination support" alias="pagination" description="Extension that indicates that pagination is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: pagination +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_device_profile.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port device profile" alias="port-device-profile" description="Expose the port device profile (Cyborg)" updated="2020-12-17T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: port-device-profile +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_hardware_offload_type.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port hardware offload" alias="port-hardware-offload-type" description="Expose port hardware offload extension" updated="2023-05-09T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-hardware-offload-type not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_hint_ovs_tx_steering.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port hint: Open vSwitch Tx steering" alias="port-hint-ovs-tx-steering" description="Enable Port hint: Open vSwitch Tx steering" updated="2023-01-01T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_hints.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port hints" alias="port-hints" description="Backend specific port hints to allow backend specific tuning" updated="2023-01-01T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-hints not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_mac_address_override.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Port MAC address override" alias="port-mac-override" description="Allow overriding the MAC address of a direct-physical Port via the active binding profile" updated="2022-03-18T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-mac-override not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_mac_address_regenerate.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Port MAC address regenerate" alias="port-mac-address-regenerate" description="Network port MAC address regenerate" updated="2018-05-03T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: port-mac-address-regenerate +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_numa_affinity_policy.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port NUMA affinity policy" alias="port-numa-affinity-policy" description="Expose the port NUMA affinity policy" updated="2020-07-08T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: port-numa-affinity-policy +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_numa_affinity_policy_socket.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port NUMA affinity policy "socket"" alias="port-numa-affinity-policy-socket" description="Adds "socket" to the supported port NUMA affinity policies" updated="2024-02-09T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: port-numa-affinity-policy-socket +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_resource_request.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port Resource Request" alias="port-resource-request" description="Expose resource request to Port" updated="2018-05-08T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-resource-request not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_resource_request_groups.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port Resource Request Groups" alias="port-resource-request-groups" description="Support requesting multiple groups of resources and traits from the same RP subtree in resource_request" updated="2021-08-02T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-resource-request-groups not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: port_trusted_vif.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port trusted vif" alias="port-trusted-vif" description="Expose port 'trusted' attribute in the API" updated="2024-07-10T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-trusted-vif not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: portbindings.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port Binding" alias="binding" description="Expose port bindings of a virtual port to external application" updated="2014-02-03T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: binding +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: portbindings_extended.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port Bindings Extended" alias="binding-extended" description="Expose port bindings of a virtual port to external application" updated="2017-07-17T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: binding-extended +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: portsecurity.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port Security" alias="port-security" description="Provides port security" updated="2012-07-23T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: port-security +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: project_id.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="project_id field enabled" alias="project-id" description="Extension that indicates that project_id field is enabled." updated="2016-09-09T09:09:09-09:09" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: project-id +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: providernet.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Provider Network" alias="provider" description="Expose mapping of virtual networks to physical networks" updated="2012-09-07T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: provider +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Quality of Service" alias="qos" description="The Quality of Service extension." updated="2015-06-08T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_bw_limit_direction.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Direction for QoS bandwidth limit rule" alias="qos-bw-limit-direction" description="Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress" updated="2017-04-10T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-bw-limit-direction not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_bw_minimum_ingress.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Ingress direction for QoS minimum bandwidth rule" alias="qos-bw-minimum-ingress" description="Allow to configure QoS minumum bandwidth rule with ingress direction." updated="2018-07-09T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-bw-minimum-ingress not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_default.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="QoS default policy" alias="qos-default" description="Expose the QoS default policy per project" updated="2017-041-06T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-default not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_fip.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Floating IP QoS" alias="qos-fip" description="The floating IP Quality of Service extension" updated="2017-07-20T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-fip not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_fip_network_policy.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="QoS floating IP network policy ID" alias="qos-fip-network-policy" description="Adds a the QoS network ID to the floating IP definition" updated="2021-11-15T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-fip-network-policy not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_gateway_ip.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Router gateway IP QoS" alias="qos-gateway-ip" description="The Router gateway IP Quality of Service extension" updated="2018-02-24T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-gateway-ip not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_port_network_policy.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="QoS port network policy ID" alias="qos-port-network-policy" description="Adds a the QoS network ID to the port definition" updated="2019-11-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-port-network-policy not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_pps_minimum_rule.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="QoS minimum packet rate rule" alias="qos-pps-minimum" description="Allow to configure QoS minimum packet rate rule." updated="2021-07-14T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-pps-minimum not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_pps_minimum_rule_alias.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="QoS minimum packet rate rule alias" alias="qos-pps-minimum-rule-alias" description="API to enable GET, PUT and DELETE operations on QoS minimum packet rate rule without specifying policy ID" updated="2021-10-22T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-pps-minimum-rule-alias not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_pps_rule.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="QoS Rule Type Packet per Second Extension" alias="qos-pps" description="Add QoS Rule Type Packet per Second" updated="2021-05-12T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-pps not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_rule_type_details.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Details of QoS rule types" alias="qos-rule-type-details" description="Expose details about QoS rule types supported by loaded backend drivers" updated="2017-06-22T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-rule-type-details not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_rule_type_filter.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Allow to filter the list of QoS rule types" alias="qos-rule-type-filter" description="Allows to filter the QoS rule type list adding two new flags. "all_rules" prints all implemented QoS rule types."all_supported" prints all supported QoS rule types by the loaded mechanism drivers" updated="2022-02-02T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-rule-type-filter not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: qos_rules_alias.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Quality of Service rules alias API" alias="qos-rules-alias" description="API to enable GET, PUT and DELETE operations on QoS policy rules without specifying policy ID" updated="2018-10-07T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension qos-rules-alias not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: quota_check_limit.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Quota engine limit check" alias="quota-check-limit" description="Support for checking the resource usage before applying a new quota limit" updated="2021-09-08T16:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: quota-check-limit +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: quota_check_limit_default.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Quota engine limit check by default" alias="quota-check-limit-default" description="By default, the Neutron quota engine checks the resource usage before applying a new quota limit" updated="2024-08-21T16:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: quota-check-limit-default +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: quotasv2.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Quota management support" alias="quotas" description="Expose functions for quotas management per project" updated="2012-07-29T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: quotas +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: quotasv2_detail.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Quota details management support" alias="quota_details" description="Expose functions for quotas usage statistics per project" updated="2017-02-10T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: quota_details +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: rbac.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="RBAC Policies" alias="rbac-policies" description="Allows creation and modification of policies that control tenant access to resources." updated="2015-06-17T12:15:12-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: rbac-policies +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: rbac_address_group.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Add address_group type to RBAC" alias="rbac-address-group" description="Add address_group type to network RBAC" updated="2021-01-20T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension rbac-address-group not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: rbac_address_scope.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Add address_scope type to RBAC" alias="rbac-address-scope" description="Add address_scope type to RBAC" updated="2020-02-12T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: rbac-address-scope +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: rbac_security_groups.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Add security_group type to network RBAC" alias="rbac-security-groups" description="Add security_group type to network RBAC" updated="2019-02-14T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: rbac-security-groups +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: rbac_subnetpool.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Add subnetpool type to RBAC" alias="rbac-subnetpool" description="Add subnetpool type to RBAC" updated="2020-02-05T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension rbac-subnetpool not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: revisionifmatch.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="If-Match constraints based on revision_number" alias="revision-if-match" description="Extension indicating that If-Match based on revision_number is supported." updated="2016-12-11T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: revision-if-match +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: revisions.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Resource revision numbers" alias="standard-attr-revisions" description="This extension will display the revision number of neutron resources." updated="2016-04-11T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: standard-attr-revisions +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: router_availability_zone.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Router Availability Zone" alias="router_availability_zone" description="Availability zone support for router." updated="2015-01-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: router_availability_zone +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: routerservicetype.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Router Service Type" alias="router-service-type" description="Provides router service type" updated="2013-01-29T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension router-service-type not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: security_groups_default_rules.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Default rules for security groups" alias="security-groups-default-rules" description="Configure set of security group rules used as default rules for every new security group" updated="2022-12-19T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: security-groups-default-rules +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: security_groups_normalized_cidr.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Normalized CIDR field for security group rules" alias="security-groups-normalized-cidr" description="Add new field with normalized remote_ip_prefix cidr in SG rule" updated="2020-07-28T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: security-groups-normalized-cidr +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: security_groups_port_filtering.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Port filtering on security groups" alias="port-security-groups-filtering" description="Provides security groups filtering when listing ports" updated="2018-01-09T09:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension port-security-groups-filtering not supported by any of loaded plugins +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: security_groups_remote_address_group.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Remote address group id field for security group rules" alias="security-groups-remote-address-group" description="Add new field of remote address group id in SG rules" updated="2020-08-25T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: security-groups-remote-address-group +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: security_groups_rules_belongs_to_default_sg.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Security group rule belongs to the project's default security group" alias="security-groups-rules-belongs-to-default-sg" description="Flag to determine if the security group rule belongs to the project's default security group" updated="2023-05-23T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: security-groups-rules-belongs-to-default-sg +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: security_groups_shared_filtering.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Security group filtering on the shared field" alias="security-groups-shared-filtering" description="Support filtering security groups on the shared field" updated="2021-10-05T09:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:23 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: security-groups-shared-filtering +Jan 14 22:35:23 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: securitygroup.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="security-group" alias="security-group" description="The security groups extension." updated="2012-10-05T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: security-group +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: segment.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Segment" alias="segment" description="Segments extension." updated="2016-02-24T17:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension segment not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: segments_peer_subnet_host_routes.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Segments peer-subnet host routes" alias="segments-peer-subnet-host-routes" description="Add host routes to subnets on a routed network (segments)" updated="2018-06-12T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension segments-peer-subnet-host-routes not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: servicetype.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Neutron Service Type Management" alias="service-type" description="API for retrieving service providers for Neutron advanced services" updated="2013-01-20T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: service-type +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: sorting.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Sorting support" alias="sorting" description="Extension that indicates that sorting is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: sorting +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: standard_attr_segment.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Standard Attribute Segment Extension" alias="standard-attr-segment" description="Add standard attributes to Segment resource" updated="2018-04-09T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension standard-attr-segment not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: standardattrdescription.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="standard-attr-description" alias="standard-attr-description" description="Extension to add descriptions to standard attributes" updated="2016-02-10T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: standard-attr-description +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: stateful_security_group.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Stateful security group" alias="stateful-security-group" description="Indicates if the security group is stateful or not" updated="2019-11-26T09:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: stateful-security-group +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: stdattrs_common.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Did not find expected name "Stdattrs_common" in /opt/stack/neutron/neutron/extensions/stdattrs_common.py +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: subnet_dns_publish_fixed_ip.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Subnet DNS publish fixed IP" alias="subnet-dns-publish-fixed-ip" description="Support choosing to publish DNS records for IPs from a subnet" updated="2019-05-24T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: subnet-dns-publish-fixed-ip +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: subnet_external_network.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Subnet belongs to an external network" alias="subnet-external-network" description="Informs if the subnet belongs to an external network" updated="2024-02-05T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: subnet-external-network +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: subnet_onboard.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Subnet Onboard" alias="subnet_onboard" description="Provides support for onboarding subnets into subnet pools" updated="2018-12-18T09:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension subnet_onboard not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: subnet_segmentid_writable.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Subnet SegmentID (writable)" alias="subnet-segmentid-writable" description="Provides a writable segment_id attribute for a subnet resource." updated="2018-03-12T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension subnet-segmentid-writable not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: subnet_service_types.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Subnet service types" alias="subnet-service-types" description="Provides ability to set the subnet service_types field" updated="2016-03-15T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: subnet-service-types +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: subnetallocation.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Subnet Allocation" alias="subnet_allocation" description="Enables allocation of subnets from a subnet pool" updated="2015-03-30T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: subnet_allocation +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: subnetpool_prefix_ops.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Subnet Pool Prefix Operations" alias="subnetpool-prefix-ops" description="Provides support for adjusting the prefix list of subnet pools" updated="2019-02-08T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: subnetpool-prefix-ops +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: tag_creation.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Tag creation extension" alias="tag-creation" description="Allow to create multiple tags for a resource" updated="2024-23-07T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: tag-creation +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: tag_ports_during_bulk_creation.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Tag Ports During Bulk Creation" alias="tag-ports-during-bulk-creation" description="Allow to tag ports during bulk creation" updated="2019-12-29T19:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: tagging.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Tag support for resources with standard attribute: port, subnet, subnetpool, network, security_group, router, floatingip, policy, trunk, network_segment_range" alias="standard-attr-tag" description="Enables to set tag on resources with standard attribute." updated="2017-01-01T00:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: standard-attr-tag +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: timestamp.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Resource timestamps" alias="standard-attr-timestamp" description="Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes." updated="2016-09-12T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loaded extension: standard-attr-timestamp +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: trunk.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Trunk Extension" alias="trunk" description="Provides support for trunk ports" updated="2016-01-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension trunk not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: trunk_details.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Trunk port details" alias="trunk-details" description="Expose trunk port details" updated="2016-01-01T10:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension trunk-details not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: uplink_status_propagation.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Uplink status propagation extension" alias="uplink-status-propagation" description="Provides ability to propagate port uplink status." updated="2018-05-31T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension uplink-status-propagation not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: uplink_status_propagation_updatable.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Uplink status propagation updatable extension" alias="uplink-status-propagation-updatable" description="Provides ability to update the port uplink status." updated="2024-09-03T18:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension uplink-status-propagation-updatable not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Loading extension file: vlantransparent.py {{(pid=90162) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Ext name="Vlantransparent" alias="vlan-transparent" description="Provides Vlan Transparent Networks" updated="2015-03-23T09:00:00-00:00" {{(pid=90162) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extension vlan-transparent not supported by any of loaded plugins +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:network +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:subnet +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:subnetpool +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:port +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service FLAVORS assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:router +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:floatingip +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=90162) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of CountableResource for resource:rbac_policy +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:security_group +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:security_group_rule +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service CORE assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:subnetpool +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] subnetpool is already registered +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service FLAVORS assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:router +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] router is already registered +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:floatingip +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] floatingip is already registered +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of CountableResource for resource:rbac_policy +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] rbac_policy is already registered +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:security_group +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] security_group is already registered +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:security_group_rule +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] security_group_rule is already registered +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.v2.resource_helper [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Service CORE assigned prefix: {{(pid=90162) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Creating instance of TrackedResource for resource:subnetpool +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING neutron.quota.resource_registry [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] subnetpool is already registered +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: extensions {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: address-groups {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: address-scopes {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: agents {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: auto-allocated-topology {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: availability_zones {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: dhcp-networks {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: dhcp-agents {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: flavors {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: service_profiles {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: next_providers {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: service_profiles {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: floatingip-pools {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: routers {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: floatingips {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: network-ip-availabilities {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: bindings {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: quotas {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: quotas {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: rbac-policies {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: default-security-group-rules {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: security-groups {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: security-group-rules {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: service-providers {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: subnetpools {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron.api.extensions [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Extended resource: tags {{(pid=90162) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING keystonemiddleware.auth_token [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:35:24 ubuntu neutron-server[90162]: WARNING keystonemiddleware.auth_token [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquiring lock "singleton_lock" {{(pid=90162) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquired lock "singleton_lock" {{(pid=90162) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Releasing lock "singleton_lock" {{(pid=90162) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Starting 2 workers +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Started child 90355 {{(pid=90162) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Started child 90356 {{(pid=90162) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Neutron service started, listening on 0.0.0.0:9696 +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.pre_fork_initialize-3955067'] for process (None), before_spawn {{(pid=90162) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.processutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Running cmd (subprocess): ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}] {{(pid=90162) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-3955022'] for process (None), after_init {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=90355) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=90355) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=90355) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-3955022'] for process (None), after_init {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring setup using multiprocess event lock {{(pid=90355) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=90356) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=90356) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=90356) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring setup using multiprocess event lock {{(pid=90356) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.processutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] CMD "ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}]" returned: 0 in 0.019s {{(pid=90162) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writer thread running {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO neutron.db.ovn_hash_ring_db [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Nodes from host "ubuntu" and group "mechanism_driver" removed from the Hash Ring +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Starting 1 workers +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writer thread running {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO neutron.db.ovn_hash_ring_db [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb from host "ubuntu" and group "mechanism_driver" added to the Hash Ring +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] calling RpcWorker wait() {{(pid=90359) _wait /opt/stack/neutron/neutron/service.py:132}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] returning from RpcWorker wait() {{(pid=90359) _wait /opt/stack/neutron/neutron/service.py:139}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=90355) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-3955022'] for process (None), after_init {{(pid=90359) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring probing thread for node 18f90ec8-8612-45dd-83fd-7ad0ce576beb has started +Jan 14 22:35:24 ubuntu neutron-server[90359]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Getting OvsdbNbOvnIdl for WorkerService with retry +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Started child 90359 {{(pid=90162) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Starting 1 workers +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Started child 90360 {{(pid=90162) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: INFO oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Starting 1 workers +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Started child 90361 {{(pid=90162) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG neutron_lib.callbacks.manager [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Publish callbacks [] for process (None), after_spawn {{(pid=90162) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=90162) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created lookup_table index Logical_Switch.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created lookup_table index Logical_Router.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created lookup_table index Load_Balancer.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Copp.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Meter.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Load_Balancer_Group.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index HA_Chassis_Group.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Address_Set.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Connection.target {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Gateway_Chassis.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Logical_Router_Port.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Port_Group.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Logical_Switch_Port.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] tcp:10.201.9.223:6641: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] tcp:10.201.9.223:6641: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.db.ovn_hash_ring_db [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Node 39c72d8d-a0e5-4739-b563-9f2748879914 from host "ubuntu" and group "mechanism_driver" added to the Hash Ring +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-3955022'] for process (None), after_init {{(pid=90360) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=90356) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring probing thread for node 39c72d8d-a0e5-4739-b563-9f2748879914 has started +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Getting OvsdbNbOvnIdl for WorkerService with retry +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config_source = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] debug = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for MaintenanceWorker with retry +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90361]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-3955022'] for process (None), after_init {{(pid=90361) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_color = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_dir = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_options = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created lookup_table index Logical_Switch.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created lookup_table index Logical_Router.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created lookup_table index Load_Balancer.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Copp.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Meter.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Load_Balancer_Group.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index HA_Chassis_Group.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Address_Set.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Connection.target {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Gateway_Chassis.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Logical_Router_Port.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Port_Group.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Logical_Switch_Port.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] tcp:10.201.9.223:6641: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] tcp:10.201.9.223:6641: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_journal = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_json = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Allow caching, nodes 2>=2 {{(pid=90355) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90355) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 3e12184c-72f3-418a-855f-137ecfa04a37 (table: Database) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 793fb567-b5ef-4522-8229-7f1dd7d873b9 (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 238a2f4d-74be-49da-8788-34df193e147c (table: Connection) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Getting OvsdbSbOvnIdl for WorkerService with retry +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Switch.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Router.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Load_Balancer.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Copp.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Meter.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Load_Balancer_Group.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index HA_Chassis_Group.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Address_Set.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Connection.target {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Gateway_Chassis.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Router_Port.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port_Group.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Switch_Port.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created lookup_table index Chassis.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created lookup_table index Port_Binding.logical_port {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Chassis_Private.name {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=90355) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] tcp:10.201.9.223:6642: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] tcp:10.201.9.223:6642: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Allow caching, nodes 2>=2 {{(pid=90355) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created lookup_table index Logical_Switch.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created lookup_table index Logical_Router.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created lookup_table index Load_Balancer.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Copp.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Meter.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Load_Balancer_Group.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index HA_Chassis_Group.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Address_Set.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Connection.target {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Gateway_Chassis.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Logical_Router_Port.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Port_Group.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Logical_Switch_Port.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbSbOvnIdl for MaintenanceWorker with retry +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90355) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row d98ac27a-efa5-4743-8ad4-3c05e89b1afa (table: Database) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] tcp:10.201.9.223:6641: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] tcp:10.201.9.223:6641: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90355) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90355) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 4c9c0373-3327-4f4e-896f-b22b5f2f68b1 (table: Encap) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f06dd49d-c6f3-49b2-88ad-90f15a9b8b36 None None] WorkerService process has finished the post initialization +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [-] (90355) wsgi starting up on http://0.0.0.0:9696 +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Chassis.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Port_Binding.logical_port {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Chassis_Private.name {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Datapath_Binding.tunnel_key {{(pid=90360) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writer thread running {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Allow caching, nodes 2>=2 {{(pid=90359) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=90162) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90359) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] config_source = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] debug = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Getting OvsdbSbOvnIdl for RpcWorker with retry +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_color = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_dir = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_options = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_update 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_update 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port precommit_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.services.portforwarding.drivers.ovn.driver.OVNPortForwarding.register-14617'] for port_forwarding_plugin (None), after_init {{(pid=90360) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_update 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment before_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete_associations 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_update 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_journal = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_json = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Allow caching, nodes 2>=2 {{(pid=90356) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created lookup_table index Chassis.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created lookup_table index Port_Binding.logical_port {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Chassis_Private.name {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG ovsdbapp.backend.ovs_idl [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=90359) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] tcp:10.201.9.223:6642: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] tcp:10.201.9.223:6642: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90356) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 7b357cb4-cc8f-4119-9f29-140a03658666 (table: Database) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row fc84094a-eed5-4c66-b0ce-33d7e1a3c36d (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row fd32a55b-761c-47c8-80d7-b5c1bb482583 (table: Port_Group) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Getting OvsdbSbOvnIdl for WorkerService with retry +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created lookup_table index Chassis.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created lookup_table index Port_Binding.logical_port {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Chassis_Private.name {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Created schema index Datapath_Binding.tunnel_key {{(pid=90356) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Allow caching, nodes 2>=2 {{(pid=90359) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] tcp:10.201.9.223:6642: connecting... +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] tcp:10.201.9.223:6642: connected +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90359) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90359) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90359) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] RpcWorker process has finished the post initialization +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.plugin [None req-7e4f32d3-1555-4aca-95d7-f56401be4d94 None None] neutron.plugins.ml2.plugin.Ml2Plugin method start_rpc_listeners called with arguments () {} {{(pid=90359) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:35:24 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=90162) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_create 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_update 55550000, False {{(pid=90360) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Allow caching, nodes 2>=2 {{(pid=90356) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fair_meter_consistency {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fdb_aging_settings {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_ha_chassis_group {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_igmp_snoop_support {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_inconsistencies {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_global_dhcp_opts {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_provider_distributed_ports {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.configure_nb_global {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_fip_distributed_flag {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_network_type {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_mac_aging_settings {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_distributed_flag {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_static_routes {{(pid=90360) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [-] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] Maintenance task thread has started +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] MaintenanceWorker process has finished the post initialization +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90356) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 09b71078-d580-469b-88d6-d6bcab2e987f (table: Database) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 1601fcb7-c443-4d25-9608-535aed856049 (table: Chassis) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90356) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=90356) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-538d9dee-106b-4329-bf36-92849c91ce1d None None] WorkerService process has finished the post initialization +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [-] (90356) wsgi starting up on http://0.0.0.0:9696 +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG dbcounter [-] [90360] Writer thread running {{(pid=90360) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Setting NB_Global options: {'fdb_removal_limit': '0'} {{(pid=90360) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'fdb_removal_limit': '0'})]), if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90355) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90359) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90356) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:24 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Maintenance task: No inconsistencies found. Skipping {{(pid=90360) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:378}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 58482) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [-] 10.201.9.223 "GET /networking HTTP/1.1" status: 302 len: 447 time: 0.0040126 +Jan 14 22:35:24 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [-] 10.201.9.223 "GET /networking/ HTTP/1.1" status: 200 len: 265 time: 0.0030720 +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: INFO neutron.db.ovn_hash_ring_db [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Cleaned up Hash Ring nodes older than 5 days +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Setting NB_Global options: {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'} {{(pid=90360) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Setting fip-distributed flag in NB_Global to False {{(pid=90360) set_fip_distributed_flag /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:1103}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('external_ids', {'neutron:fip-distributed': 'False'})]), if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Setting NB_Global options: {'mac_binding_removal_limit': '0'} {{(pid=90360) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLRouterMacAgeLimitCommand(_result=None, router=None, threshold=0) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' {{(pid=90360) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:35:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=90360) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:35:26 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 238a2f4d-74be-49da-8788-34df193e147c (table: Connection) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:31 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 58290) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:32 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [None req-188f2aa0-e570-4437-b633-9e42ce4e2cfc ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90356) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} +Jan 14 22:35:32 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-188f2aa0-e570-4437-b633-9e42ce4e2cfc ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.1994941 +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 58306) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.api.v2.base [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Request body: {'network': {'name': 'private', '******_state_up': True}} {{(pid=90356) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Made reservation on behalf of 060891d56d86497f8e505edca31d59fc for: {'network': 1} {{(pid=90356) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.policy [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=90356) register_rules /opt/stack/neutron/neutron/policy.py:65}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: WARNING oslo_policy.policy [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] 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. +Jan 14 22:35:33 ubuntu neutron-server[90356]: WARNING oslo_policy.policy [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] 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. +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for network (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks [] for security_group (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-3954835'] for security_group (09aee414-0a8f-495f-afa6-86195cdf657c), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_initial_revision uuid=09aee414-0a8f-495f-afa6-86195cdf657c, type=security_groups, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_initial_revision uuid=0f641061-3e05-41b1-aee7-d4722ec42ab2, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_initial_revision uuid=36e4e48b-2148-4eba-9f45-fc6e42e1abd2, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_initial_revision uuid=9a8681db-b1bd-4d78-8dfa-d16977ece228, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_initial_revision uuid=d8153ae2-57b6-4cf9-b33c-76da85b957b7, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-3954842', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068821'] for security_group (09aee414-0a8f-495f-afa6-86195cdf657c), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Starting OVNClientQosExtension +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Starting OVNClientPlacementExtension +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_09aee414_0a8f_495f_afa6_86195cdf657c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '09aee414-0a8f-495f-afa6-86195cdf657c'}}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_09aee414_0a8f_495f_afa6_86195cdf657c, direction=to-lport, priority=1002, match=outport == @pg_09aee414_0a8f_495f_afa6_86195cdf657c && ip4 && ip4.src == $pg_09aee414_0a8f_495f_afa6_86195cdf657c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0f641061-3e05-41b1-aee7-d4722ec42ab2'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_09aee414_0a8f_495f_afa6_86195cdf657c, direction=from-lport, priority=1002, match=inport == @pg_09aee414_0a8f_495f_afa6_86195cdf657c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '36e4e48b-2148-4eba-9f45-fc6e42e1abd2'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_09aee414_0a8f_495f_afa6_86195cdf657c, direction=from-lport, priority=1002, match=inport == @pg_09aee414_0a8f_495f_afa6_86195cdf657c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9a8681db-b1bd-4d78-8dfa-d16977ece228'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_09aee414_0a8f_495f_afa6_86195cdf657c, direction=to-lport, priority=1002, match=outport == @pg_09aee414_0a8f_495f_afa6_86195cdf657c && ip6 && ip6.src == $pg_09aee414_0a8f_495f_afa6_86195cdf657c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd8153ae2-57b6-4cf9-b33c-76da85b957b7'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 31b6d8fd-7a91-4749-87c9-60823c413c0e (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 3550b2e8-1a7d-4f02-b156-337dd137f5c6 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row a36ee0e6-c21a-41f5-b39f-95cc3e56e158 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 57ed9df2-dab1-4e36-9af7-953b4a2f534c (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 4d5b4785-d119-4ebe-aeba-71c92288804e (table: Port_Group) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Successfully bumped revision number for resource 09aee414-0a8f-495f-afa6-86195cdf657c (type: security_groups) to 1 +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Successfully bumped revision number for resource 0f641061-3e05-41b1-aee7-d4722ec42ab2 (type: security_group_rules) to 0 +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Successfully bumped revision number for resource 36e4e48b-2148-4eba-9f45-fc6e42e1abd2 (type: security_group_rules) to 0 +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Successfully bumped revision number for resource 9a8681db-b1bd-4d78-8dfa-d16977ece228 (type: security_group_rules) to 0 +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Successfully bumped revision number for resource d8153ae2-57b6-4cf9-b33c-76da85b957b7 (type: security_group_rules) to 0 +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Pushing event updated for resources: {'SecurityGroup': ['ID=09aee414-0a8f-495f-afa6-86195cdf657c,revision_number=1']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90355) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:33 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90356) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:33 ubuntu neutron-server[90162]: DEBUG dbcounter [-] [90162] Writing DB stats neutron:SELECT=5,neutron:INSERT=657 {{(pid=90162) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90359) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Tracked resource versions report: +Jan 14 22:35:33 ubuntu neutron-server[90356]: pushed versions: +Jan 14 22:35:33 ubuntu neutron-server[90356]: { 'AddressGroup': {'1.2'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'Agent': {'1.1'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'ConntrackHelper': {'1.0'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'LocalIPAssociation': {'1.0'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'Log': {'1.0'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'NDPProxy': {'1.0'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'Network': {'1.1'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'Port': {'1.10'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'PortForwarding': {'1.3'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'QosPolicy': {'1.10'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'SecurityGroup': {'1.6'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'SecurityGroupRule': {'1.3'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'SubPort': {'1.0'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'Subnet': {'1.2'}, +Jan 14 22:35:33 ubuntu neutron-server[90356]: 'Trunk': {'1.1'}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: consumer versions: +Jan 14 22:35:33 ubuntu neutron-server[90356]: {OVN Controller Gateway agent@ubuntu: {}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: {{(pid=90356) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.helpers [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] geneve segment allocate from pool success with {'geneve_vni': 19747} {{(pid=90356) allocate_partially_specified_segment /opt/stack/neutron/neutron/plugins/ml2/drivers/helpers.py:143}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.services.segments.db._add_segment_host_mapping_for_segment-8732937390525', 'neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-906515'] for segment (2a02b4c9-4105-419c-935d-edb1ca15977f), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.db.segments_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Added segment 2a02b4c9-4105-419c-935d-edb1ca15977f of type geneve for network 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.services.auto_allocate.db._ensure_external_network_default_value_callback-8732936605684'] for network (48d5152c-6691-449f-b111-e44ba4f4f95a), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Validating network segment with type geneve, segmentation ID 19747, physical network None {{(pid=90356) _validate_network_segments /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:577}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_initial_revision uuid=48d5152c-6691-449f-b111-e44ba4f4f95a, type=networks, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_network_precommit called with network settings {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'project_id': '060891d56d86497f8e505edca31d59fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:33Z', 'revision_number': 1} (original settings None) and network segments [{'id': '2a02b4c9-4105-419c-935d-edb1ca15977f', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 19747, 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a'}] +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_network_precommit: +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[provider:network_type], None -> geneve +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:33Z +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[name], None -> private +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[revision_number], None -> 1 +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[shared], None -> False +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[availability_zone_hints], None -> [] +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[vlan_transparent], None -> None +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[provider:segmentation_id], None -> 19747 +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[subnets], None -> [] +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[status], None -> ACTIVE +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[provider:physical_network], None -> None +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:33Z +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[mtu], None -> 1442 +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[ipv6_address_scope], None -> None +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[port_security_enabled], None -> True +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[ipv4_address_scope], None -> None +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[availability_zones], None -> [] +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[router:external], None -> False +Jan 14 22:35:33 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 10 +Jan 14 22:35:33 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068835'] for network (48d5152c-6691-449f-b111-e44ba4f4f95a), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Pushing event updated for resources: {'Network': ['ID=48d5152c-6691-449f-b111-e44ba4f4f95a,revision_number=1']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LsAddCommand(_result=None, switch=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, columns={'external_ids': {'neutron:network_name': 'private', 'neutron:mtu': '1442', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}, 'other_config': {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'}}, may_exist=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row e9b4125e-bad9-4e97-a338-75effb759aa3 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 6e923ec6-dc01-4fe4-b2fb-197c627f8982 (table: Datapath_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:33 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Successfully bumped revision number for resource 48d5152c-6691-449f-b111-e44ba4f4f95a (type: networks) to 1 +Jan 14 22:35:33 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for port (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks [] for port (46184947-85bb-4aea-9964-1fef322c615c), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] No provisioning block for port 46184947-85bb-4aea-9964-1fef322c615c since it does not have a host {{(pid=90356) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_initial_revision uuid=46184947-85bb-4aea-9964-1fef322c615c, type=ports, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_port_precommit called with port settings {'id': '46184947-85bb-4aea-9964-1fef322c615c', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:9b:a8:d8', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'project_id': '060891d56d86497f8e505edca31d59fc', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:33Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_port_precommit: +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:host_id], None -> +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[name], None -> +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[security_groups], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:vif_type], None -> unbound +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[status], None -> DOWN +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[port_security_enabled], None -> False +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:vif_details], None -> {} +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[device_owner], None -> network:distributed +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[network_id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[id], None -> 46184947-85bb-4aea-9964-1fef322c615c +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:profile], None -> {} +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 12 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:vnic_type], None -> normal +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[fixed_ips], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[mac_address], None -> fa:16:3e:9b:a8:d8 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[device_id], None -> ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:34 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648'] for port (46184947-85bb-4aea-9964-1fef322c615c), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Pushing event updated for resources: {'Port': ['ID=46184947-85bb-4aea-9964-1fef322c615c,revision_number=1']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=46184947-85bb-4aea-9964-1fef322c615c, lswitch=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, may_exist=True, columns={'addresses': ['fa:16:3e:9b:a8:d8'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "46184947-85bb-4aea-9964-1fef322c615c"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): QoSDelCommand(_result=None, switch=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "46184947-85bb-4aea-9964-1fef322c615c"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row e9b4125e-bad9-4e97-a338-75effb759aa3 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:34 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 1fa56102-a9bb-4a49-bef3-262dd24d25fc (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:34 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 3c279837-d7e9-4482-af2a-99ff5815f97e (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:34 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 1fa56102-a9bb-4a49-bef3-262dd24d25fc (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:INSERT=1,neutron:SELECT=3 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=8,neutron:INSERT=657,neutron:DELETE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Successfully bumped revision number for resource 46184947-85bb-4aea-9964-1fef322c615c (type: ports) to 1 +Jan 14 22:35:34 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_port_postcommit called with port settings {'id': '46184947-85bb-4aea-9964-1fef322c615c', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:9b:a8:d8', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'project_id': '060891d56d86497f8e505edca31d59fc', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:34Z', 'updated_at': '2025-01-14T22:35:34Z', 'revision_number': 1, 'network': {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:33Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:33Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_port_postcommit: +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:host_id], None -> +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[extra_dhcp_opts], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[name], None -> +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:34Z +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[revision_number], None -> 1 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[security_groups], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:vif_type], None -> unbound +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[network], None -> {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:33Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[status], None -> DOWN +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:34Z +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[port_security_enabled], None -> False +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:vif_details], None -> {} +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[device_owner], None -> network:distributed +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[network_id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[id], None -> 46184947-85bb-4aea-9964-1fef322c615c +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:profile], None -> {} +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 12 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[binding:vnic_type], None -> normal +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[fixed_ips], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[mac_address], None -> fa:16:3e:9b:a8:d8 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[device_id], None -> ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:34 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_network_postcommit called with network settings {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 10, 'shared': False, 'project_id': '060891d56d86497f8e505edca31d59fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:33Z', 'revision_number': 1} (original settings None) and network segments [{'id': '2a02b4c9-4105-419c-935d-edb1ca15977f', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 19747, 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a'}] +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] create_network_postcommit: +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[provider:network_type], None -> geneve +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:33Z +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[name], None -> private +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[revision_number], None -> 1 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[shared], None -> False +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[availability_zone_hints], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[vlan_transparent], None -> None +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[provider:segmentation_id], None -> 19747 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[subnets], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[status], None -> ACTIVE +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[provider:physical_network], None -> None +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:33Z +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[mtu], None -> 1442 +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[ipv6_address_scope], None -> None +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[port_security_enabled], None -> True +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[ipv4_address_scope], None -> None +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[availability_zones], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[router:external], None -> False +Jan 14 22:35:34 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 10 +Jan 14 22:35:34 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Attributes excluded by policy engine: ['standard_attr_id', 'provider:network_type', 'provider:physical_network', 'provider:segmentation_id', 'vlan_transparent'] {{(pid=90356) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] Publish callbacks [] for network (None), before_response {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:34 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-72c99f8a-e28c-4442-8168-29bf4ac85867 demo demo] 10.201.9.223 "POST /networking/v2.0/networks HTTP/1.1" status: 201 len: 729 time: 0.8605142 +Jan 14 22:35:34 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=3 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:34 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=8,neutron:INSERT=657 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Northbound DB sync process started @ 2025-01-14 22:35:34.358425 {{(pid=90360) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:102}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync port groups started @ 2025-01-14 22:35:34.360907 {{(pid=90360) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:176}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Southbound DB sync process started @ 2025-01-14 22:35:34.363246 {{(pid=90360) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1350}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] OVN-SB Sync hostname and physical networks started @ 2025-01-14 22:35:34.364713 {{(pid=90360) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1365}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync port groups completed @ 2025-01-14 22:35:34.391509 {{(pid=90360) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:234}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync networks, ports and DHCP options started @ 2025-01-14 22:35:34.391980 {{(pid=90360) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1090}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] New host ubuntu found in OVN SB DB, but not in Neutron. Add its SegmentHostMapping in Neutron +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG oslo_concurrency.lockutils [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] Acquiring lock "update_segment_host_mapping" by "neutron.services.segments.db.update_segment_host_mapping" {{(pid=90360) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG oslo_concurrency.lockutils [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] Lock "update_segment_host_mapping" acquired by "neutron.services.segments.db.update_segment_host_mapping" :: waited 0.000s {{(pid=90360) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.services.segments.db [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] Segments set() mapped to the host ubuntu {{(pid=90360) update_segment_host_mapping /opt/stack/neutron/neutron/services/segments/db.py:238}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG oslo_concurrency.lockutils [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] Lock "update_segment_host_mapping" "released" by "neutron.services.segments.db.update_segment_host_mapping" :: held 0.014s {{(pid=90360) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] OVN-SB Sync hostname and physical networks completed @ 2025-01-14 22:35:34.422980 {{(pid=90360) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1393}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-857f1766-9373-4314-9ee3-bdb7c0da5884 None None] OVN-Southbound DB sync process completed @ 2025-01-14 22:35:34.441940 {{(pid=90360) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1361}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.services.segments.db [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] neutron.services.segments.plugin.Plugin method get_segments called with arguments (,) {'filters': {'network_id': ['48d5152c-6691-449f-b111-e44ba4f4f95a'], 'is_dynamic': False}} {{(pid=90360) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync metadata ports started {{(pid=90360) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1035}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync metadata ports completed {{(pid=90360) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1087}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync DHCP options for Neutron subnets started {{(pid=90360) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:887}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync DHCP options for Neutron subnets completed @ 2025-01-14 22:35:34.550033 {{(pid=90360) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:960}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned started {{(pid=90360) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:965}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned completed {{(pid=90360) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1024}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync networks, ports and DHCP options completed @ 2025-01-14 22:35:34.551351 {{(pid=90360) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1259}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync ACLs started @ 2025-01-14 22:35:34.551576 {{(pid=90360) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:260}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync ACLs completed @ 2025-01-14 22:35:34.578940 {{(pid=90360) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:400}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync routers and router ports started @ 2025-01-14 22:35:34.579143 {{(pid=90360) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:563}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync routers and router ports completed @ 2025-01-14 22:35:34.629475 {{(pid=90360) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:882}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync port QoS policies started @ 2025-01-14 22:35:34.629798 {{(pid=90360) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1306}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] Starting OVNClientQosExtension +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync port QoS policies completed @ 2025-01-14 22:35:34.645307 {{(pid=90360) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1316}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync Floating IP QoS policies started @ 2025-01-14 22:35:34.645506 {{(pid=90360) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1321}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] Starting OVNClientQosExtension +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-NB Sync Floating IP QoS policies completed @ 2025-01-14 22:35:34.667653 {{(pid=90360) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1331}} +Jan 14 22:35:34 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-cfa184d5-1921-40c8-b653-b843bf33c809 None None] OVN-Northbound DB sync process completed @ 2025-01-14 22:35:34.667850 {{(pid=90360) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:114}} +Jan 14 22:35:35 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 58308) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:35 ubuntu neutron-server[90355]: DEBUG neutron.policy [None req-6517ef7f-f9d3-41bf-b8ec-5db6d5266542 demo ******] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=90355) register_rules /opt/stack/neutron/neutron/policy.py:65}} +Jan 14 22:35:35 ubuntu neutron-server[90355]: WARNING oslo_policy.policy [None req-6517ef7f-f9d3-41bf-b8ec-5db6d5266542 demo ******] 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. +Jan 14 22:35:35 ubuntu neutron-server[90355]: WARNING oslo_policy.policy [None req-6517ef7f-f9d3-41bf-b8ec-5db6d5266542 demo ******] 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. +Jan 14 22:35:35 ubuntu neutron-server[90355]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-6517ef7f-f9d3-41bf-b8ec-5db6d5266542 demo ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90355) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:35 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-6517ef7f-f9d3-41bf-b8ec-5db6d5266542 demo ******] 10.201.9.223 "GET /networking/v2.0/networks/48d5152c-6691-449f-b111-e44ba4f4f95a HTTP/1.1" status: 200 len: 823 time: 0.2823594 +Jan 14 22:35:35 ubuntu neutron-server[90355]: DEBUG neutron.api.v2.base [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Request body: {'subnet': {'cidr': '10.0.0.0/22', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'ip_version': 4, 'name': 'private-subnet'}} {{(pid=90355) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:35:35 ubuntu neutron-server[90355]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Made reservation on behalf of 060891d56d86497f8e505edca31d59fc for: {'subnet': 1} {{(pid=90355) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} +Jan 14 22:35:35 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Publish callbacks [] for subnet (None), before_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] create_initial_revision uuid=31c7ed45-300b-4e9d-90f1-d184e0e6677e, type=subnets, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] create_subnet_precommit called with subnet settings {'id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'name': 'private-subnet', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 13, 'gateway_ip': '10.0.0.1', 'cidr': '10.0.0.0/22', 'allocation_pools': [{'start': '10.0.0.2', 'end': '10.0.3.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:35:35Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 0, 'project_id': '060891d56d86497f8e505edca31d59fc'} (original settings None) +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] create_subnet_precommit: +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[created_at], None -> 2025-01-14T22:35:35Z +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[name], None -> private-subnet +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[revision_number], None -> 0 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[ipv6_address_mode], None -> None +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[shared], None -> False +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[host_routes], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[enable_dhcp], None -> True +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 13 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[dns_nameservers], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[ipv6_ra_mode], None -> None +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[cidr], None -> 10.0.0.0/22 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[updated_at], None -> 2025-01-14T22:35:35Z +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[gateway_ip], None -> 10.0.0.1 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[allocation_pools], None -> [{'start': '10.0.0.2', 'end': '10.0.3.254'}] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[ip_version], None -> 4 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[network_id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[id], None -> 31c7ed45-300b-4e9d-90f1-d184e0e6677e +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[description], None -> +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[tags], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[router:external], None -> False +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[subnetpool_id], None -> None +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[service_types], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068653'] for subnet (31c7ed45-300b-4e9d-90f1-d184e0e6677e), after_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Pushing event updated for resources: {'Subnet': ['ID=31c7ed45-300b-4e9d-90f1-d184e0e6677e,revision_number=0']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Tracked resource versions report: +Jan 14 22:35:36 ubuntu neutron-server[90355]: pushed versions: +Jan 14 22:35:36 ubuntu neutron-server[90355]: { 'AddressGroup': {'1.2'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'Agent': {'1.1'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'ConntrackHelper': {'1.0'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'LocalIPAssociation': {'1.0'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'Log': {'1.0'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'NDPProxy': {'1.0'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'Network': {'1.1'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'Port': {'1.10'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'PortForwarding': {'1.3'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'QosPolicy': {'1.10'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'SecurityGroup': {'1.6'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'SecurityGroupRule': {'1.3'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'SubPort': {'1.0'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'Subnet': {'1.2'}, +Jan 14 22:35:36 ubuntu neutron-server[90355]: 'Trunk': {'1.1'}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: consumer versions: +Jan 14 22:35:36 ubuntu neutron-server[90355]: {OVN Controller Gateway agent@ubuntu: {}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: {{(pid=90355) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Starting OVNClientQosExtension +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Starting OVNClientPlacementExtension +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8732937413017'] for port (46184947-85bb-4aea-9964-1fef322c615c), before_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.db.db_base_plugin_common [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Allocated IP 10.0.0.2 (48d5152c-6691-449f-b111-e44ba4f4f95a/31c7ed45-300b-4e9d-90f1-d184e0e6677e/46184947-85bb-4aea-9964-1fef322c615c) {{(pid=90355) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Publish callbacks [] for port (46184947-85bb-4aea-9964-1fef322c615c), precommit_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] No provisioning block for port 46184947-85bb-4aea-9964-1fef322c615c since it does not have a host {{(pid=90355) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] update_port_precommit called with port settings {'id': '46184947-85bb-4aea-9964-1fef322c615c', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:9b:a8:d8', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:34Z', 'updated_at': '2025-01-14T22:35:36Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc'} (original settings {'id': '46184947-85bb-4aea-9964-1fef322c615c', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:9b:a8:d8', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:34Z', 'updated_at': '2025-01-14T22:35:34Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] update_port_precommit: +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[fixed_ips], [] -> [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.2'}] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[updated_at], 2025-01-14T22:35:34Z -> 2025-01-14T22:35:36Z +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[revision_number], 1 -> 2 +Jan 14 22:35:36 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8732937394594', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189'] for port (46184947-85bb-4aea-9964-1fef322c615c), after_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] Pushing event updated for resources: {'Port': ['ID=46184947-85bb-4aea-9964-1fef322c615c,revision_number=2']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=46184947-85bb-4aea-9964-1fef322c615c, resource={'id': '46184947-85bb-4aea-9964-1fef322c615c', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:9b:a8:d8', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:34Z', 'updated_at': '2025-01-14T22:35:36Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'network': {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747}}, resource_type=ports, if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddDHCPOptionsCommand(_result=None, columns={'cidr': '10.0.0.0/22', 'options': {'server_id': '10.0.0.1', 'lease_time': '43200', 'mtu': '1442', 'router': '10.0.0.1', 'server_mac': 'fa:16:3e:9f:1c:31', 'dns_server': '{10.201.0.95}', 'classless_static_route': '{169.254.169.254/32,10.0.0.2, 0.0.0.0/0,10.0.0.1}'}, 'external_ids': {'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'neutron:revision_number': '0'}}, may_exist=True, subnet_id=31c7ed45-300b-4e9d-90f1-d184e0e6677e, port_id=None, new_insert=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=46184947-85bb-4aea-9964-1fef322c615c, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:cidrs': '10.0.0.2/22', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'localport', 'addresses': ['fa:16:3e:9b:a8:d8 10.0.0.2'], 'ha_chassis_group': []}, if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['46184947-85bb-4aea-9964-1fef322c615c'], if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 961fd335-ffeb-4660-bb9f-01389a64e61c (table: DHCP_Options) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 1fa56102-a9bb-4a49-bef3-262dd24d25fc (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 3c279837-d7e9-4482-af2a-99ff5815f97e (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] Successfully bumped revision number for resource 46184947-85bb-4aea-9964-1fef322c615c (type: ports) to 2 +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] update_port_postcommit called with port settings {'id': '46184947-85bb-4aea-9964-1fef322c615c', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:9b:a8:d8', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:34Z', 'updated_at': '2025-01-14T22:35:36Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc'} (original settings {'id': '46184947-85bb-4aea-9964-1fef322c615c', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:9b:a8:d8', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'device_owner': 'network:distributed', 'standard_attr_id': 12, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:34Z', 'updated_at': '2025-01-14T22:35:34Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] update_port_postcommit: +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[fixed_ips], [] -> [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.2'}] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[updated_at], 2025-01-14T22:35:34Z -> 2025-01-14T22:35:36Z +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[revision_number], 1 -> 2 +Jan 14 22:35:36 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.plugin [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] In _notify_port_updated(), no bound segment for port 46184947-85bb-4aea-9964-1fef322c615c on network 48d5152c-6691-449f-b111-e44ba4f4f95a {{(pid=90355) _notify_port_updated /opt/stack/neutron/neutron/plugins/ml2/plugin.py:1002}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] Successfully bumped revision number for resource 31c7ed45-300b-4e9d-90f1-d184e0e6677e (type: subnets) to 0 +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] create_subnet_postcommit called with subnet settings {'id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'name': 'private-subnet', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 13, 'gateway_ip': '10.0.0.1', 'cidr': '10.0.0.0/22', 'allocation_pools': [{'start': '10.0.0.2', 'end': '10.0.3.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:35:35Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 0, 'project_id': '060891d56d86497f8e505edca31d59fc', 'network': {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747}} (original settings None) +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] create_subnet_postcommit: +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[created_at], None -> 2025-01-14T22:35:35Z +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[name], None -> private-subnet +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[revision_number], None -> 0 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[ipv6_address_mode], None -> None +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[shared], None -> False +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[host_routes], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[enable_dhcp], None -> True +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[network], None -> {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 13 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[dns_nameservers], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[ipv6_ra_mode], None -> None +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[cidr], None -> 10.0.0.0/22 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[updated_at], None -> 2025-01-14T22:35:35Z +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[gateway_ip], None -> 10.0.0.1 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[allocation_pools], None -> [{'start': '10.0.0.2', 'end': '10.0.3.254'}] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[ip_version], None -> 4 +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[network_id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[id], None -> 31c7ed45-300b-4e9d-90f1-d184e0e6677e +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[description], None -> +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[tags], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[router:external], None -> False +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[subnetpool_id], None -> None +Jan 14 22:35:36 ubuntu neutron-server[90355]: key[service_types], None -> [] +Jan 14 22:35:36 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=90355) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-cbfb0c14-8545-4f40-9b2a-5a2a0d01030d None None] Publish callbacks [] for subnet (None), before_response {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-bcf306f9-c56e-4970-93bf-fc1f706f5109 demo ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 837 time: 0.6729891 +Jan 14 22:35:36 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90356) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:36 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90359) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90355) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:35:36 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:37 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 58322) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:37 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [None req-9d4bcb14-d72d-4c03-814d-d65ec5c58b17 ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90356) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} +Jan 14 22:35:37 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-9d4bcb14-d72d-4c03-814d-d65ec5c58b17 ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0320563 +Jan 14 22:35:39 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 54040) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:39 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [None req-32c748fc-fdf6-4295-864f-04d2f9a5dfe4 ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90355) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} +Jan 14 22:35:39 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-32c748fc-fdf6-4295-864f-04d2f9a5dfe4 ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0355217 +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 54054) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron.api.v2.base [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Request body: {'router': {'******_state_up': True, 'name': 'router1'}} {{(pid=90356) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Publish callbacks ['neutron.services.ovn_l3.service_providers.driver_controller.DriverController._check_router_request-1715976'] for router (6d7ef129-362f-4156-945c-332e54e8edf8), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OVN_L3_HA_db_mixin._precommit_router_create-15879', 'neutron.services.ovn_l3.plugin.RouterAvailabilityZoneMixin._process_az_request-3444964', 'neutron.services.ovn_l3.plugin.ExtraGatewaysDbOnlyMixin._process_bfd_ecmp_create-1764832', 'neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_router_create_precommit-16289', 'neutron.services.ovn_l3.service_providers.driver_controller.DriverController._set_router_provider-1716019'] for router (6d7ef129-362f-4156-945c-332e54e8edf8), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] create_initial_revision uuid=6d7ef129-362f-4156-945c-332e54e8edf8, type=routers, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Publish callbacks [] for router_controller (6d7ef129-362f-4156-945c-332e54e8edf8), precommit_add_association {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_router_create-16298'] for router (6d7ef129-362f-4156-945c-332e54e8edf8), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Starting OVNClientQosExtension +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Router 6d7ef129-362f-4156-945c-332e54e8edf8 does not have ID or gateway assigned {{(pid=90356) update_router /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/extensions/qos.py:480}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LrAddCommand(_result=None, router=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, may_exist=True, columns={'external_ids': {'neutron:router_name': 'router1', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': ''}, 'enabled': True, 'options': {'always_learn_from_arp_request': 'false', 'dynamic_neigh_routers': 'true', 'mac_binding_age_threshold': '0'}}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 3c9f91bd-c8d4-4574-a6e3-7b64acde86fd (table: Logical_Router) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 535487a8-7ecb-4211-906e-c2c8f9c41ab3 (table: Datapath_Binding) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Successfully bumped revision number for resource 6d7ef129-362f-4156-945c-332e54e8edf8 (type: routers) to 1 +Jan 14 22:35:40 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] Publish callbacks [] for router (None), before_response {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:40 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-8065bd39-f143-4c3e-b1fd-71d71a7c5b91 demo demo] 10.201.9.223 "POST /networking/v2.0/routers HTTP/1.1" status: 201 len: 770 time: 0.1947896 +Jan 14 22:35:42 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 54066) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:42 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [None req-3563cc5c-8dbb-48ad-96f9-de8033c71d13 ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90355) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} +Jan 14 22:35:42 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-3563cc5c-8dbb-48ad-96f9-de8033c71d13 ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0301151 +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 54068) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.api.v2.base [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Request body: {'network': {'is_default': True, 'provider:network_type': 'flat', '******_state_up': True, 'provider:physical_network': 'public', 'name': 'public', 'router:external': True}} {{(pid=90356) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Made reservation on behalf of aa6fef291c0e4913b9afb52e8e1e383b for: {'network': 1} {{(pid=90356) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for network (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-3954835'] for security_group (f5969c39-cfb9-41cf-9170-005ad6a8a07c), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_initial_revision uuid=f5969c39-cfb9-41cf-9170-005ad6a8a07c, type=security_groups, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_initial_revision uuid=107c0b45-cf41-4dd5-a565-4090a36e5fbb, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_initial_revision uuid=54f41674-80ad-4961-8a5e-4bf7e66a35f5, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_initial_revision uuid=e12f1c33-71d1-4b27-89f7-b1188701792f, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_initial_revision uuid=fe03df9d-275a-442b-a5d2-7bfd12a8daa3, type=security_group_rules, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-3954842', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068821'] for security_group (f5969c39-cfb9-41cf-9170-005ad6a8a07c), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'f5969c39-cfb9-41cf-9170-005ad6a8a07c'}}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c, direction=from-lport, priority=1002, match=inport == @pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '107c0b45-cf41-4dd5-a565-4090a36e5fbb'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c, direction=to-lport, priority=1002, match=outport == @pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c && ip6 && ip6.src == $pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '54f41674-80ad-4961-8a5e-4bf7e66a35f5'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c, direction=from-lport, priority=1002, match=inport == @pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e12f1c33-71d1-4b27-89f7-b1188701792f'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c, direction=to-lport, priority=1002, match=outport == @pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c && ip4 && ip4.src == $pg_f5969c39_cfb9_41cf_9170_005ad6a8a07c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fe03df9d-275a-442b-a5d2-7bfd12a8daa3'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 7b045233-ca45-4a57-a190-85058711cab8 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row f9711115-9a7f-4cf1-9f32-b01943675054 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row cdfec10e-3775-420a-b9f0-e6decb895618 (table: Port_Group) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 57d3372d-b392-41c0-8016-53fde1813de9 (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row c5dc3b01-2b69-423a-9023-6ed8afeabd13 (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Successfully bumped revision number for resource f5969c39-cfb9-41cf-9170-005ad6a8a07c (type: security_groups) to 1 +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Successfully bumped revision number for resource 107c0b45-cf41-4dd5-a565-4090a36e5fbb (type: security_group_rules) to 0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Successfully bumped revision number for resource 54f41674-80ad-4961-8a5e-4bf7e66a35f5 (type: security_group_rules) to 0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Successfully bumped revision number for resource e12f1c33-71d1-4b27-89f7-b1188701792f (type: security_group_rules) to 0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Successfully bumped revision number for resource fe03df9d-275a-442b-a5d2-7bfd12a8daa3 (type: security_group_rules) to 0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=f5969c39-cfb9-41cf-9170-005ad6a8a07c,revision_number=1']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.type_flat [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Reserving flat network on physical network public {{(pid=90356) reserve_provider_segment /opt/stack/neutron/neutron/plugins/ml2/drivers/type_flat.py:100}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.services.segments.db._add_segment_host_mapping_for_segment-8732937390525', 'neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-906515'] for segment (fde35bef-9002-4824-b05d-18f6a4fdeb46), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Unsubscribe: segment precommit_create {{(pid=90356) unsubscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:90}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.segments_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Added segment fde35bef-9002-4824-b05d-18f6a4fdeb46 of type flat for network 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.services.auto_allocate.db._ensure_external_network_default_value_callback-8732936605684'] for network (9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Validating network segment with type flat, segmentation ID None, physical network public {{(pid=90356) _validate_network_segments /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:577}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_initial_revision uuid=9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, type=networks, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_network_precommit called with network settings {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': True, 'router:external': True, 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None, 'is_default': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1} (original settings None) and network segments [{'id': 'fde35bef-9002-4824-b05d-18f6a4fdeb46', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0'}] +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_network_precommit: +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[provider:network_type], None -> flat +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:43Z +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[name], None -> public +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[revision_number], None -> 1 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[shared], None -> False +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[availability_zone_hints], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[vlan_transparent], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[provider:segmentation_id], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[subnets], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[status], None -> ACTIVE +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[provider:physical_network], None -> public +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:43Z +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[mtu], None -> 1500 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[ipv6_address_scope], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[port_security_enabled], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[ipv4_address_scope], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[availability_zones], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[is_default], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[router:external], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 20 +Jan 14 22:35:43 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068835'] for network (9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Pushing event updated for resources: {'Network': ['ID=9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0,revision_number=1']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LsAddCommand(_result=None, switch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, columns={'external_ids': {'neutron:network_name': 'public', 'neutron:mtu': '1500', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'flat'}, 'other_config': {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false', 'fdb_age_threshold': '0', 'broadcast-arps-to-all-routers': 'true'}}, may_exist=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddLSwitchPortCommand(_result=None, lport=provnet-fde35bef-9002-4824-b05d-18f6a4fdeb46, lswitch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {}, 'type': 'localnet', 'tag': None, 'options': {'network_name': 'public', 'mcast_flood_reports': 'true', 'mcast_flood': 'false', 'localnet_learn_fdb': 'false'}}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row ccd7c6fd-6566-4121-9636-a725514d7360 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 19c0db6b-b8fd-49b7-8f6d-11d318f21b2b (table: Port_Binding) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 32cca5ef-15f4-4606-a923-9843d53a231c (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 32cca5ef-15f4-4606-a923-9843d53a231c (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 3d32f41b-e5ac-4af4-8b70-de0853f11f51 (table: Datapath_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Successfully bumped revision number for resource 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 (type: networks) to 1 +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for port (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks [] for port (9dcd0400-d6f4-482f-90f8-796cbcd01f2e), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] No provisioning block for port 9dcd0400-d6f4-482f-90f8-796cbcd01f2e since it does not have a host {{(pid=90356) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_initial_revision uuid=9dcd0400-d6f4-482f-90f8-796cbcd01f2e, type=ports, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_port_precommit called with port settings {'id': '9dcd0400-d6f4-482f-90f8-796cbcd01f2e', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:23:ea:31', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_port_precommit: +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:host_id], None -> +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[name], None -> +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[security_groups], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:vif_type], None -> unbound +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[status], None -> DOWN +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[port_security_enabled], None -> False +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:vif_details], None -> {} +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[device_owner], None -> network:distributed +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[id], None -> 9dcd0400-d6f4-482f-90f8-796cbcd01f2e +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:profile], None -> {} +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 22 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:vnic_type], None -> normal +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[fixed_ips], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[mac_address], None -> fa:16:3e:23:ea:31 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[device_id], None -> ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648'] for port (9dcd0400-d6f4-482f-90f8-796cbcd01f2e), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Pushing event updated for resources: {'Port': ['ID=9dcd0400-d6f4-482f-90f8-796cbcd01f2e,revision_number=1']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=9dcd0400-d6f4-482f-90f8-796cbcd01f2e, lswitch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, may_exist=True, columns={'addresses': ['fa:16:3e:23:ea:31'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "9dcd0400-d6f4-482f-90f8-796cbcd01f2e"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): QoSDelCommand(_result=None, switch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "9dcd0400-d6f4-482f-90f8-796cbcd01f2e"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=883c1a2a-88ce-4f24-8c90-79c6d1662c3a, lport=9dcd0400-d6f4-482f-90f8-796cbcd01f2e, lswitch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, may_exist=True, columns={'addresses': ['fa:16:3e:23:ea:31'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': []}), if_exists=True, qos={'qos_max_rate': None, 'qos_burst': None, 'qos_min_rate': None}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row ccd7c6fd-6566-4121-9636-a725514d7360 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 8ac8f6d9-1358-43be-822b-304192d48976 (table: Logical_Switch_Port) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 130f0dea-47f0-4137-a810-7cebf10d03d6 (table: Port_Binding) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row 8ac8f6d9-1358-43be-822b-304192d48976 (table: Logical_Switch_Port) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Successfully bumped revision number for resource 9dcd0400-d6f4-482f-90f8-796cbcd01f2e (type: ports) to 1 +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_port_postcommit called with port settings {'id': '9dcd0400-d6f4-482f-90f8-796cbcd01f2e', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:23:ea:31', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1, 'network': {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_port_postcommit: +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:host_id], None -> +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[extra_dhcp_opts], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[name], None -> +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:43Z +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[revision_number], None -> 1 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[security_groups], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:vif_type], None -> unbound +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[network], None -> {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[status], None -> DOWN +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:43Z +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[port_security_enabled], None -> False +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:vif_details], None -> {} +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[device_owner], None -> network:distributed +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[id], None -> 9dcd0400-d6f4-482f-90f8-796cbcd01f2e +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:profile], None -> {} +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 22 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[binding:vnic_type], None -> normal +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[fixed_ips], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[mac_address], None -> fa:16:3e:23:ea:31 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[device_id], None -> ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_network_postcommit called with network settings {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 20, 'shared': False, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': True, 'router:external': True, 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None, 'is_default': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1} (original settings None) and network segments [{'id': 'fde35bef-9002-4824-b05d-18f6a4fdeb46', 'network_type': 'flat', 'physical_network': 'public', 'segmentation_id': None, 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0'}] +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] create_network_postcommit: +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[provider:network_type], None -> flat +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:43Z +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[name], None -> public +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[revision_number], None -> 1 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[shared], None -> False +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[availability_zone_hints], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[vlan_transparent], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[provider:segmentation_id], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[subnets], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[status], None -> ACTIVE +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[provider:physical_network], None -> public +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:43Z +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[mtu], None -> 1500 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[ipv6_address_scope], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[port_security_enabled], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[ipv4_address_scope], None -> None +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[availability_zones], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[is_default], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[router:external], None -> True +Jan 14 22:35:43 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 20 +Jan 14 22:35:43 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90356) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] Publish callbacks [] for network (None), before_response {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:43 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-98115bc2-5b12-4a6d-b6e2-3aff64721028 ****** ******] 10.201.9.223 "POST /networking/v2.0/networks HTTP/1.1" status: 201 len: 845 time: 0.4783185 +Jan 14 22:35:44 ubuntu neutron-server[90360]: DEBUG dbcounter [-] [90360] Writing DB stats neutron:SELECT=34 {{(pid=90360) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:44 ubuntu neutron-server[90360]: DEBUG dbcounter [-] [90360] Writing DB stats neutron:SELECT=69,neutron:INSERT=657,neutron:DELETE=1,neutron:UPDATE=1 {{(pid=90360) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 54076) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-f9b00332-fe99-4ee9-bd6b-000c2d67bd7b demo ******] Attributes excluded by policy engine: ['standard_attr_id', 'shared'] {{(pid=90355) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-f9b00332-fe99-4ee9-bd6b-000c2d67bd7b demo ******] 10.201.9.223 "GET /networking/v2.0/subnets/31c7ed45-300b-4e9d-90f1-d184e0e6677e HTTP/1.1" status: 200 len: 832 time: 0.0544617 +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-08648397-4deb-4359-8cda-e3a022ae9492 demo ******] 10.201.9.223 "GET /networking/v2.0/routers/6d7ef129-362f-4156-945c-332e54e8edf8 HTTP/1.1" status: 200 len: 777 time: 0.0689135 +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for port (None), before_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.db.db_base_plugin_common [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Allocated IP 10.0.0.1 (48d5152c-6691-449f-b111-e44ba4f4f95a/31c7ed45-300b-4e9d-90f1-d184e0e6677e/86d0c637-e8a8-4568-96d2-5d3b5798eb24) {{(pid=90355) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks [] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), precommit_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] No provisioning block for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 since it does not have a host {{(pid=90355) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] create_initial_revision uuid=86d0c637-e8a8-4568-96d2-5d3b5798eb24, type=ports, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] create_initial_revision uuid=86d0c637-e8a8-4568-96d2-5d3b5798eb24, type=router_ports, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] create_port_precommit called with port settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'project_id': '060891d56d86497f8e505edca31d59fc', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] create_port_precommit: +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:host_id], None -> +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[name], None -> +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[security_groups], None -> [] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:vif_type], None -> unbound +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[status], None -> DOWN +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[******_state_up], None -> True +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[port_security_enabled], None -> False +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:vif_details], None -> {} +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[device_owner], None -> network:router_interface +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[network_id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[id], None -> 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:profile], None -> {} +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 23 +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:vnic_type], None -> normal +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[fixed_ips], None -> [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[mac_address], None -> fa:16:3e:14:bf:1a +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[device_id], None -> 6d7ef129-362f-4156-945c-332e54e8edf8 +Jan 14 22:35:45 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648'] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), after_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Pushing event updated for resources: {'Port': ['ID=86d0c637-e8a8-4568-96d2-5d3b5798eb24,revision_number=1']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=86d0c637-e8a8-4568-96d2-5d3b5798eb24, lswitch=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "86d0c637-e8a8-4568-96d2-5d3b5798eb24"')], if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): QoSDelCommand(_result=None, switch=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "86d0c637-e8a8-4568-96d2-5d3b5798eb24"')], if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row e9b4125e-bad9-4e97-a338-75effb759aa3 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 02dfc65f-7316-4c17-af60-dd4069619e48 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Successfully bumped revision number for resource 86d0c637-e8a8-4568-96d2-5d3b5798eb24 (type: ports) to 1 +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] create_port_postcommit called with port settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'project_id': '060891d56d86497f8e505edca31d59fc', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'network': {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] create_port_postcommit: +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:host_id], None -> +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[extra_dhcp_opts], None -> [] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[name], None -> +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[created_at], None -> 2025-01-14T22:35:45Z +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[revision_number], None -> 1 +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[security_groups], None -> [] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[project_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:vif_type], None -> unbound +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[network], None -> {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[status], None -> DOWN +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[tenant_id], None -> 060891d56d86497f8e505edca31d59fc +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[updated_at], None -> 2025-01-14T22:35:45Z +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[******_state_up], None -> True +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[port_security_enabled], None -> False +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:vif_details], None -> {} +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[device_owner], None -> network:router_interface +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[network_id], None -> 48d5152c-6691-449f-b111-e44ba4f4f95a +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[id], None -> 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[description], None -> +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[tags], None -> [] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:profile], None -> {} +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 23 +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[binding:vnic_type], None -> normal +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[fixed_ips], None -> [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}] +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[mac_address], None -> fa:16:3e:14:bf:1a +Jan 14 22:35:45 ubuntu neutron-server[90355]: key[device_id], None -> 6d7ef129-362f-4156-945c-332e54e8edf8 +Jan 14 22:35:45 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks [] for router_interface (6d7ef129-362f-4156-945c-332e54e8edf8), before_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8732937413017'] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), before_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks [] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), precommit_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] No provisioning block for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 since it does not have a host {{(pid=90355) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] update_port_precommit called with port settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'} (original settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] update_port_precommit: +Jan 14 22:35:45 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8732937394594', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189'] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), after_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Pushing event updated for resources: {'Port': ['ID=86d0c637-e8a8-4568-96d2-5d3b5798eb24,revision_number=1']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=86d0c637-e8a8-4568-96d2-5d3b5798eb24, resource={'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc', 'network': {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747}}, resource_type=ports, if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLSwitchPortCommand(_result=None, lport=86d0c637-e8a8-4568-96d2-5d3b5798eb24, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {'mcast_flood_reports': 'true'}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'router', 'ha_chassis_group': []}, if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['86d0c637-e8a8-4568-96d2-5d3b5798eb24'], if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 02dfc65f-7316-4c17-af60-dd4069619e48 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Successfully bumped revision number for resource 86d0c637-e8a8-4568-96d2-5d3b5798eb24 (type: ports) to 1 +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateUpEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=86d0c637-e8a8-4568-96d2-5d3b5798eb24, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'mcast_flood_reports': 'true'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['unknown'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(up=[False]) {{(pid=90355) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] update_port_postcommit called with port settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'} (original settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] update_port_postcommit: +Jan 14 22:35:45 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_add_router_interface-16261'] for router_interface (6d7ef129-362f-4156-945c-332e54e8edf8), after_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Starting OVNClientQosExtension +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status up for port: 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLRouterPortCommand(_result=None, name=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, may_exist=True, columns={'mac': 'fa:16:3e:14:bf:1a', 'networks': ['10.0.0.1/22'], 'external_ids': {'neutron:revision_number': '1', 'neutron:subnet_ids': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '6d7ef129-362f-4156-945c-332e54e8edf8'}, 'options': {}}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=86d0c637-e8a8-4568-96d2-5d3b5798eb24, lrouter_port=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row ed69122e-52e6-487a-8ffb-0eb6979612f7 (table: Logical_Router_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row 3c9f91bd-c8d4-4574-a6e3-7b64acde86fd (table: Logical_Router) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateLogicalRouterPortEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=86d0c637-e8a8-4568-96d2-5d3b5798eb24, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(options={'mcast_flood_reports': 'true'}, addresses=['unknown']) {{(pid=90355) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 02dfc65f-7316-4c17-af60-dd4069619e48 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 9290f6f9-9063-4b41-9e49-9d5516159cf6 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron.db.provisioning_blocks [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Provisioning complete for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 triggered by entity L2. {{(pid=90355) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-899607'] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), provisioning_complete {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:45 ubuntu neutron-server[90355]: INFO neutron.plugins.ml2.plugin [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Attempt 1 to provision port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:35:46 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] Successfully bumped revision number for resource 86d0c637-e8a8-4568-96d2-5d3b5798eb24 (type: router_ports) to 1 +Jan 14 22:35:46 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-476fde78-c6b9-4985-a42b-e57f4ebb1999 demo ******] 10.201.9.223 "PUT /networking/v2.0/routers/6d7ef129-362f-4156-945c-332e54e8edf8/add_router_interface HTTP/1.1" status: 200 len: 508 time: 0.7943254 +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.plugin [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 cannot update to ACTIVE because it is not bound. {{(pid=90355) _port_provisioned /opt/stack/neutron/neutron/plugins/ml2/plugin.py:375}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.plugin [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Current status of the port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 is: DOWN; New status is: ACTIVE {{(pid=90355) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8732937413017'] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), before_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] No provisioning block for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 since it is active {{(pid=90355) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:772}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] update_port_precommit called with port settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:46Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc'} (original settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] update_port_precommit: +Jan 14 22:35:46 ubuntu neutron-server[90355]: key[status], DOWN -> ACTIVE +Jan 14 22:35:46 ubuntu neutron-server[90355]: key[updated_at], 2025-01-14T22:35:45Z -> 2025-01-14T22:35:46Z +Jan 14 22:35:46 ubuntu neutron-server[90355]: key[revision_number], 1 -> 2 +Jan 14 22:35:46 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=86d0c637-e8a8-4568-96d2-5d3b5798eb24, resource={'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:46Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'network': {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747}}, resource_type=ports, if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLSwitchPortCommand(_result=None, lport=86d0c637-e8a8-4568-96d2-5d3b5798eb24, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:cidrs': '10.0.0.1/22', 'neutron:device_owner': 'network:router_interface', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {'mcast_flood_reports': 'true', 'router-port': 'lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24'}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'router', 'ha_chassis_group': []}, if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['86d0c637-e8a8-4568-96d2-5d3b5798eb24'], if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 02dfc65f-7316-4c17-af60-dd4069619e48 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateLogicalRouterPortEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=86d0c637-e8a8-4568-96d2-5d3b5798eb24, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'mcast_flood_reports': 'true'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, options={'router-port': 'lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24'}) {{(pid=90355) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Successfully bumped revision number for resource 86d0c637-e8a8-4568-96d2-5d3b5798eb24 (type: ports) to 2 +Jan 14 22:35:46 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] update_port_postcommit called with port settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:46Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc'} (original settings {'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:45Z', 'revision_number': 1, 'project_id': '060891d56d86497f8e505edca31d59fc'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747} with segments to bind None +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] update_port_postcommit: +Jan 14 22:35:46 ubuntu neutron-server[90355]: key[status], DOWN -> ACTIVE +Jan 14 22:35:46 ubuntu neutron-server[90355]: key[updated_at], 2025-01-14T22:35:45Z -> 2025-01-14T22:35:46Z +Jan 14 22:35:46 ubuntu neutron-server[90355]: key[revision_number], 1 -> 2 +Jan 14 22:35:46 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8732937394594', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189'] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), after_update {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:46 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Pushing event updated for resources: {'Port': ['ID=86d0c637-e8a8-4568-96d2-5d3b5798eb24,revision_number=2']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 54080) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-34a6d46c-98e4-40a7-9ec8-2d76b2db1d95 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90356) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-34a6d46c-98e4-40a7-9ec8-2d76b2db1d95 ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 HTTP/1.1" status: 200 len: 840 time: 0.0516832 +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.api.v2.base [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Request body: {'subnet': {'name': 'public-subnet', 'cidr': '172.24.4.0/24', 'ip_version': 4, 'enable_dhcp': False, 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0'}} {{(pid=90356) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Made reservation on behalf of aa6fef291c0e4913b9afb52e8e1e383b for: {'subnet': 1} {{(pid=90356) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Publish callbacks [] for subnet (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] create_initial_revision uuid=2e40dc24-c635-4512-9eed-b95b6c562508, type=subnets, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] create_subnet_precommit called with subnet settings {'id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'name': 'public-subnet', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '172.24.4.1', 'cidr': '172.24.4.0/24', 'allocation_pools': [{'start': '172.24.4.2', 'end': '172.24.4.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:35:47Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 0, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'} (original settings None) +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] create_subnet_precommit: +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:47Z +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[name], None -> public-subnet +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[revision_number], None -> 0 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[ipv6_address_mode], None -> None +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[shared], None -> False +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[host_routes], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[enable_dhcp], None -> False +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 24 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[dns_nameservers], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[ipv6_ra_mode], None -> None +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[cidr], None -> 172.24.4.0/24 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:47Z +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[gateway_ip], None -> 172.24.4.1 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[allocation_pools], None -> [{'start': '172.24.4.2', 'end': '172.24.4.254'}] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[ip_version], None -> 4 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[id], None -> 2e40dc24-c635-4512-9eed-b95b6c562508 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[router:external], None -> True +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[subnetpool_id], None -> None +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[service_types], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.objects.ports [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Time-cost: Fetching 0 ports in 0 security groups {{(pid=90356) get_objects /opt/stack/neutron/neutron/objects/ports.py:499}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068653'] for subnet (2e40dc24-c635-4512-9eed-b95b6c562508), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Pushing event updated for resources: {'Subnet': ['ID=2e40dc24-c635-4512-9eed-b95b6c562508,revision_number=0']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Successfully bumped revision number for resource 2e40dc24-c635-4512-9eed-b95b6c562508 (type: subnets) to 0 +Jan 14 22:35:47 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] create_subnet_postcommit called with subnet settings {'id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'name': 'public-subnet', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '172.24.4.1', 'cidr': '172.24.4.0/24', 'allocation_pools': [{'start': '172.24.4.2', 'end': '172.24.4.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:35:47Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 0, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network': {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] create_subnet_postcommit: +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:47Z +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[name], None -> public-subnet +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[revision_number], None -> 0 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[ipv6_address_mode], None -> None +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[shared], None -> False +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[host_routes], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[enable_dhcp], None -> False +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[network], None -> {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 24 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[dns_nameservers], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[ipv6_ra_mode], None -> None +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[cidr], None -> 172.24.4.0/24 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:47Z +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[gateway_ip], None -> 172.24.4.1 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[allocation_pools], None -> [{'start': '172.24.4.2', 'end': '172.24.4.254'}] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[ip_version], None -> 4 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[id], None -> 2e40dc24-c635-4512-9eed-b95b6c562508 +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[router:external], None -> True +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[subnetpool_id], None -> None +Jan 14 22:35:47 ubuntu neutron-server[90356]: key[service_types], None -> [] +Jan 14 22:35:47 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=90356) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] Publish callbacks [] for subnet (None), before_response {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:47 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-80ed39b6-8193-4af1-90aa-583ad6ff43a1 ****** ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 844 time: 0.1952195 +Jan 14 22:35:48 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 56698) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:48 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-f543b473-6f23-43ac-a129-f56961613bfc demo ******] 10.201.9.223 "GET /networking/v2.0/routers/6d7ef129-362f-4156-945c-332e54e8edf8 HTTP/1.1" status: 200 len: 777 time: 0.0699151 +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-2ae2e9e8-09fc-4281-965f-2207f1ffe03b demo ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90356) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-2ae2e9e8-09fc-4281-965f-2207f1ffe03b demo ******] 10.201.9.223 "GET /networking/v2.0/networks/9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 HTTP/1.1" status: 200 len: 878 time: 0.0711427 +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [None req-2d4f72d2-bd22-401d-85f3-c80f65d01bb2 demo ******] http://10.201.9.223:9696/networking/v2.0/extensions/external-gateway-multihoming returned with HTTP 200 {{(pid=90356) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-2d4f72d2-bd22-401d-85f3-c80f65d01bb2 demo ******] 10.201.9.223 "GET /networking/v2.0/extensions/external-gateway-multihoming HTTP/1.1" status: 200 len: 426 time: 0.0028124 +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks [] for router_gateway (6d7ef129-362f-4156-945c-332e54e8edf8), precommit_update {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks [] for router_gateway (6d7ef129-362f-4156-945c-332e54e8edf8), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for port (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.db.db_base_plugin_common [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Allocated IP 172.24.4.113 (9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0/2e40dc24-c635-4512-9eed-b95b6c562508/7a561ee5-6038-408a-9605-1d5a1e9898d8) {{(pid=90356) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks [] for port (7a561ee5-6038-408a-9605-1d5a1e9898d8), precommit_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] No provisioning block for port 7a561ee5-6038-408a-9605-1d5a1e9898d8 since it does not have a host {{(pid=90356) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] create_initial_revision uuid=7a561ee5-6038-408a-9605-1d5a1e9898d8, type=ports, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] create_initial_revision uuid=7a561ee5-6038-408a-9605-1d5a1e9898d8, type=router_ports, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] create_port_precommit called with port settings {'id': '7a561ee5-6038-408a-9605-1d5a1e9898d8', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': '', 'mac_address': 'fa:16:3e:6f:cf:b6', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'ip_address': '172.24.4.113'}], 'project_id': '', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] create_port_precommit: +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:host_id], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[name], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[security_groups], None -> [] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[project_id], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:vif_type], None -> unbound +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[status], None -> DOWN +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[tenant_id], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[port_security_enabled], None -> False +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:vif_details], None -> {} +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[device_owner], None -> network:router_gateway +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[id], None -> 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:profile], None -> {} +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 25 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:vnic_type], None -> normal +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[fixed_ips], None -> [{'subnet_id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'ip_address': '172.24.4.113'}] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[mac_address], None -> fa:16:3e:6f:cf:b6 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[device_id], None -> 6d7ef129-362f-4156-945c-332e54e8edf8 +Jan 14 22:35:49 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648'] for port (7a561ee5-6038-408a-9605-1d5a1e9898d8), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Pushing event updated for resources: {'Port': ['ID=7a561ee5-6038-408a-9605-1d5a1e9898d8,revision_number=1']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=7a561ee5-6038-408a-9605-1d5a1e9898d8, lswitch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.113/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "7a561ee5-6038-408a-9605-1d5a1e9898d8"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): QoSDelCommand(_result=None, switch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "7a561ee5-6038-408a-9605-1d5a1e9898d8"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): UpdateLSwitchPortQosOptionsCommand(_result=None, lport=AddLSwitchPortCommand(_result=6cdbb4db-d89d-49d0-958b-2d0b7e047330, lport=7a561ee5-6038-408a-9605-1d5a1e9898d8, lswitch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, may_exist=True, columns={'addresses': ['unknown'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:project_id': '', 'neutron:cidrs': '172.24.4.113/24', 'neutron:device_owner': 'network:router_gateway', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'enabled': True, 'options': {'mcast_flood_reports': 'true'}, 'type': '', 'port_security': []}), if_exists=True, qos={'qos_max_rate': None, 'qos_burst': None, 'qos_min_rate': None}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row ccd7c6fd-6566-4121-9636-a725514d7360 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row d26dcd2c-ea00-4aa6-9c6c-6451060da108 (table: Logical_Switch_Port) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row d26dcd2c-ea00-4aa6-9c6c-6451060da108 (table: Logical_Switch_Port) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:49 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row f4377004-a728-4144-868e-8b30f6d8437e (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Successfully bumped revision number for resource 7a561ee5-6038-408a-9605-1d5a1e9898d8 (type: ports) to 1 +Jan 14 22:35:49 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] create_port_postcommit called with port settings {'id': '7a561ee5-6038-408a-9605-1d5a1e9898d8', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': '', 'mac_address': 'fa:16:3e:6f:cf:b6', '******_state_up': True, 'status': 'DOWN', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_gateway', 'standard_attr_id': 25, 'fixed_ips': [{'subnet_id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'ip_address': '172.24.4.113'}], 'project_id': '', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-14T22:35:49Z', 'updated_at': '2025-01-14T22:35:49Z', 'revision_number': 1, 'network': {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] create_port_postcommit: +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:host_id], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[extra_dhcp_opts], None -> [] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[name], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:35:49Z +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[revision_number], None -> 1 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[security_groups], None -> [] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[project_id], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:vif_type], None -> unbound +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[network], None -> {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[status], None -> DOWN +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[tenant_id], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:35:49Z +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[******_state_up], None -> True +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[allowed_address_pairs], None -> [] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[port_security_enabled], None -> False +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:vif_details], None -> {} +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[device_owner], None -> network:router_gateway +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[id], None -> 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[description], None -> +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:profile], None -> {} +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 25 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[binding:vnic_type], None -> normal +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[fixed_ips], None -> [{'subnet_id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'ip_address': '172.24.4.113'}] +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[mac_address], None -> fa:16:3e:6f:cf:b6 +Jan 14 22:35:49 ubuntu neutron-server[90356]: key[device_id], None -> 6d7ef129-362f-4156-945c-332e54e8edf8 +Jan 14 22:35:49 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks [] for router_gateway (6d7ef129-362f-4156-945c-332e54e8edf8), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks ['neutron.services.ovn_l3.plugin.ExtraGatewaysDbOnlyMixin._process_bfd_ecmp_update-1764863', 'neutron.services.ovn_l3.service_providers.driver_controller.DriverController._update_router_provider-1716013'] for router (6d7ef129-362f-4156-945c-332e54e8edf8), precommit_update {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:49 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Publish callbacks ['neutron.services.ovn_l3.service_providers.ovn.OvnDriver._process_router_update-16307'] for router (6d7ef129-362f-4156-945c-332e54e8edf8), after_update {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, resource={'id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'name': 'router1', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': {'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'external_fixed_ips': [{'subnet_id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'ip_address': '172.24.4.113'}], 'enable_snat': True}, 'gw_port_id': '7a561ee5-6038-408a-9605-1d5a1e9898d8', 'description': '', 'availability_zones': [], 'distributed': False, 'ha': True, 'ha_vr_id': 0, 'availability_zone_hints': [], 'enable_default_route_ecmp': False, 'enable_default_route_bfd': False, 'external_gateways': [{'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'external_fixed_ips': [{'ip_address': '172.24.4.113', 'subnet_id': '2e40dc24-c635-4512-9eed-b95b6c562508'}]}], 'routes': [], 'flavor_id': None, 'tags': [], 'created_at': '2025-01-14T22:35:40Z', 'updated_at': '2025-01-14T22:35:49Z', 'revision_number': 3, 'project_id': '060891d56d86497f8e505edca31d59fc'}, resource_type=routers, if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DeleteLRouterExtGwCommand(_result=None, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, if_exists=True, maintain_bfd=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): DeleteNATRuleInLRouterCommand(_result=None, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, type=snat, logical_ip=10.0.0.0/22, external_ip=172.24.4.113, if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): DelStaticRoutesCommand(_result=None, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, routes=[('0.0.0.0/0', '172.24.4.1')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): DelLRouterPortCommand(_result=None, name=lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=5): AddLRouterPortCommand(_result=None, name=lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, may_exist=True, columns={'mac': 'fa:16:3e:6f:cf:b6', 'networks': ['172.24.4.113/24'], 'external_ids': {'neutron:revision_number': '1', 'neutron:subnet_ids': '2e40dc24-c635-4512-9eed-b95b6c562508', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:is_ext_gw': 'True', 'neutron:router_name': '6d7ef129-362f-4156-945c-332e54e8edf8'}, 'options': {'reside-on-redirect-chassis': 'true', 'gateway_mtu': '1442'}}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=6): ScheduleNewGatewayCommand(_result=None, g_name=lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8, sb_api=, lrouter_name=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, ovn_client=, scheduler=, physnet=public, az_hints=[]) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [-] Chassis candidates for scheduling gateway router ports for "public" physical network: ['cc8c4e13-e896-489d-bf22-fc9b11d9234a'] {{(pid=90356) get_candidates_for_scheduling /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py:1646}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.scheduler.l3_ovn_scheduler [-] Gateway lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8 scheduled on chassis ['cc8c4e13-e896-489d-bf22-fc9b11d9234a'] {{(pid=90356) _schedule_gateway /opt/stack/neutron/neutron/scheduler/l3_ovn_scheduler.py:90}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [-] Schedule LRP lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8 on gateway cc8c4e13-e896-489d-bf22-fc9b11d9234a with priority 1 +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=7): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=7a561ee5-6038-408a-9605-1d5a1e9898d8, lrouter_port=lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8, is_gw_port=True, if_exists=True, lsp_address=router) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=8): AddStaticRouteCommand(_result=None, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, maintain_bfd=False, columns={'ip_prefix': '0.0.0.0/0', 'nexthop': '172.24.4.1', 'external_ids': {'neutron:is_ext_gw': 'true', 'neutron:subnet_id': '2e40dc24-c635-4512-9eed-b95b6c562508', 'neutron:is_static_route': 'true'}}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=9): AddNATRuleInLRouterCommand(_result=None, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, columns={'type': 'snat', 'logical_ip': '10.0.0.0/22', 'external_ip': '172.24.4.113'}) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=10): UpdateLRouterCommand(_result=None, name=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, columns={'external_ids': {'neutron:router_name': 'router1', 'neutron:revision_number': '3', 'neutron:availability_zone_hints': ''}, 'enabled': True}, if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=11): QoSDelCommand(_result=None, switch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "7a561ee5-6038-408a-9605-1d5a1e9898d8"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=12): QoSDelCommand(_result=None, switch=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "7a561ee5-6038-408a-9605-1d5a1e9898d8"')], if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row 3c9f91bd-c8d4-4574-a6e3-7b64acde86fd (table: Logical_Router) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row da9507e4-d01e-4ac5-a257-b30ad682ad0f (table: Logical_Router_Port) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row d26dcd2c-ea00-4aa6-9c6c-6451060da108 (table: Logical_Switch_Port) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row d26dcd2c-ea00-4aa6-9c6c-6451060da108 (table: Logical_Switch_Port) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateUpEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=7a561ee5-6038-408a-9605-1d5a1e9898d8, external_ids={'neutron:cidrs': '172.24.4.113/24', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_gateway', 'neutron:mtu': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'exclude-lb-vips-from-garp': 'true', 'nat-addresses': 'router', 'router-port': 'lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(up=[False]) {{(pid=90356) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status up for port: 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 2c17d951-87eb-4702-b73c-0042aa2b2d1b (table: Gateway_Chassis) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 92d381ea-58d1-4934-84f0-ad87a080c62e (table: Logical_Router_Static_Route) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 528bbeb4-cb78-450e-9c97-0a508e03ee32 (table: NAT) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 2e619b87-6b91-45c7-a420-9f8cd314e6fa (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row f4377004-a728-4144-868e-8b30f6d8437e (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row abbfc1b4-1978-4939-b0d8-5eae04b0f452 (table: Port_Binding) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.db.provisioning_blocks [None req-cbdcdec7-c07d-4c57-8b53-b02957a7cf1a None None] Provisioning complete for port 7a561ee5-6038-408a-9605-1d5a1e9898d8 triggered by entity L2. {{(pid=90356) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-cbdcdec7-c07d-4c57-8b53-b02957a7cf1a None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-899607'] for port (7a561ee5-6038-408a-9605-1d5a1e9898d8), provisioning_complete {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: INFO neutron.plugins.ml2.plugin [None req-cbdcdec7-c07d-4c57-8b53-b02957a7cf1a None None] Attempt 1 to provision port 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.plugin [None req-cbdcdec7-c07d-4c57-8b53-b02957a7cf1a None None] Port 7a561ee5-6038-408a-9605-1d5a1e9898d8 cannot update to ACTIVE because it is not bound. {{(pid=90356) _port_provisioned /opt/stack/neutron/neutron/plugins/ml2/plugin.py:375}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Successfully bumped revision number for resource 6d7ef129-362f-4156-945c-332e54e8edf8 (type: routers) to 3 +Jan 14 22:35:50 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] Successfully bumped revision number for resource 7a561ee5-6038-408a-9605-1d5a1e9898d8 (type: router_ports) to 1 +Jan 14 22:35:50 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] delete_revision(7a561ee5-6038-408a-9605-1d5a1e9898d8) {{(pid=90356) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:35:50 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-0ca90cc8-461e-41f9-a981-6853abec283b demo ******] 10.201.9.223 "PUT /networking/v2.0/routers/6d7ef129-362f-4156-945c-332e54e8edf8/update_external_gateways HTTP/1.1" status: 200 len: 1212 time: 1.2950284 +Jan 14 22:35:50 ubuntu neutron-server[90355]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] No hosting information found for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24: RuntimeError: No hosting information found for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, resource={'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:46Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc'}, resource_type=router_ports, if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): UpdateLRouterPortCommand(_result=None, name=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, columns={'external_ids': {'neutron:revision_number': '2', 'neutron:subnet_ids': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '6d7ef129-362f-4156-945c-332e54e8edf8'}, 'options': {}, 'networks': ['10.0.0.1/22'], 'ipv6_ra_configs': {}}, if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=86d0c637-e8a8-4568-96d2-5d3b5798eb24, lrouter_port=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row ed69122e-52e6-487a-8ffb-0eb6979612f7 (table: Logical_Router_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 9290f6f9-9063-4b41-9e49-9d5516159cf6 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.event [-] Matched UPDATE: LogicalSwitchPortUpdateLogicalRouterPortEvent(events=('update',), table='Logical_Switch_Port', conditions=None, old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=86d0c637-e8a8-4568-96d2-5d3b5798eb24, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old=Logical_Switch_Port(options={'router-port': 'lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'mcast_flood_reports': 'true'}) {{(pid=90355) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-4d778251-e6f0-40de-9e7d-9079f0302e18 None None] Successfully bumped revision number for resource 86d0c637-e8a8-4568-96d2-5d3b5798eb24 (type: router_ports) to 2 +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, resource={'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:46Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc'}, resource_type=router_ports, if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): UpdateLRouterPortCommand(_result=None, name=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, columns={'external_ids': {'neutron:revision_number': '2', 'neutron:subnet_ids': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '6d7ef129-362f-4156-945c-332e54e8edf8'}, 'options': {}, 'networks': ['10.0.0.1/22'], 'ipv6_ra_configs': {}}, if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=86d0c637-e8a8-4568-96d2-5d3b5798eb24, lrouter_port=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, resource={'id': '86d0c637-e8a8-4568-96d2-5d3b5798eb24', 'name': '', 'network_id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'tenant_id': '060891d56d86497f8e505edca31d59fc', 'mac_address': 'fa:16:3e:14:bf:1a', '******_state_up': True, 'status': 'ACTIVE', 'device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'device_owner': 'network:router_interface', 'standard_attr_id': 23, 'fixed_ips': [{'subnet_id': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'ip_address': '10.0.0.1'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:45Z', 'updated_at': '2025-01-14T22:35:46Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc'}, resource_type=router_ports, if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): UpdateLRouterPortCommand(_result=None, name=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, columns={'external_ids': {'neutron:revision_number': '2', 'neutron:subnet_ids': '31c7ed45-300b-4e9d-90f1-d184e0e6677e', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:is_ext_gw': 'False', 'neutron:router_name': '6d7ef129-362f-4156-945c-332e54e8edf8'}, 'options': {}, 'networks': ['10.0.0.1/22'], 'ipv6_ra_configs': {}}, if_exists=False) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLRouterPortInLSwitchPortCommand(_result=None, lswitch_port=86d0c637-e8a8-4568-96d2-5d3b5798eb24, lrouter_port=lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24, is_gw_port=False, if_exists=True, lsp_address=router) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:35:50 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:35:52 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 56708) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:35:52 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-607b939f-56cd-43a3-b09b-5b989e6522ac ****** ******] 10.201.9.223 "GET /networking/v2.0/ports?device_owner=network%3Arouter_gateway&fields=id&fields=name&fields=mac_address&fields=fixed_ips&fields=status HTTP/1.1" status: 200 len: 411 time: 0.0631793 +Jan 14 22:35:54 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:35:54 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:35:54 ubuntu neutron-server[90356]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-cbdcdec7-c07d-4c57-8b53-b02957a7cf1a None None] No hosting information found for port 7a561ee5-6038-408a-9605-1d5a1e9898d8: RuntimeError: No hosting information found for port 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:35:56 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writer thread running {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:36:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=495,neutron:INSERT=7,neutron:UPDATE=8 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=482,neutron:INSERT=13,neutron:UPDATE=9,neutron:DELETE=2 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=653,neutron:INSERT=698,neutron:UPDATE=26,neutron:DELETE=5 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=666,neutron:INSERT=46,neutron:UPDATE=14,neutron:DELETE=4 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:06 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=1 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:24 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:36:24 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:36:27 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=6,neutron:INSERT=657 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:27 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:36:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:45 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=1 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:45 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:36:54 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:36:54 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:37:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:04 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:37:04 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 60342) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:37:04 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [None req-1c8729fc-899e-4fe5-9bda-7ed9f6796d2f ****** ******] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90356) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} +Jan 14 22:37:04 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-1c8729fc-899e-4fe5-9bda-7ed9f6796d2f ****** ******] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14053 time: 0.0290258 +Jan 14 22:37:05 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 60354) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:37:05 ubuntu neutron-server[90355]: INFO neutron.pecan_wsgi.hooks.translation [None req-11ce8040-3360-43b4-bb4c-73ef7c398cbe ****** ******] GET failed (client error): The resource could not be found. +Jan 14 22:37:05 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-11ce8040-3360-43b4-bb4c-73ef7c398cbe ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/public HTTP/1.1" status: 404 len: 314 time: 0.0453215 +Jan 14 22:37:05 ubuntu neutron-server[90355]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-32a66ca3-1e39-4f2e-b201-7dc0274fece4 ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90355) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:37:05 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-32a66ca3-1e39-4f2e-b201-7dc0274fece4 ****** ******] 10.201.9.223 "GET /networking/v2.0/networks?name=public HTTP/1.1" status: 200 len: 881 time: 0.0666261 +Jan 14 22:37:06 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 60368) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.api.v2.base [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Request body: {'network': {'shared': True, '******_state_up': True, 'name': 'shared'}} {{(pid=90355) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Made reservation on behalf of aa6fef291c0e4913b9afb52e8e1e383b for: {'network': 1} {{(pid=90355) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for network (None), before_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: WARNING neutron.services.revisions.revision_plugin [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Could not find related network for resource to bump revision. +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.helpers [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] geneve segment allocate from pool success with {'geneve_vni': 48900} {{(pid=90355) allocate_partially_specified_segment /opt/stack/neutron/neutron/plugins/ml2/drivers/helpers.py:143}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks ['neutron.services.segments.db._add_segment_host_mapping_for_segment-8732937390525', 'neutron.plugins.ml2.plugin.Ml2Plugin._handle_segment_change-906515'] for segment (998182bd-8476-4aad-8eb9-199ddbdbadce), precommit_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.db.segments_db [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Added segment 998182bd-8476-4aad-8eb9-199ddbdbadce of type geneve for network ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks ['neutron.services.auto_allocate.db._ensure_external_network_default_value_callback-8732936605684'] for network (ffa97ed8-17ba-4ef4-808f-66711e169436), precommit_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Validating network segment with type geneve, segmentation ID 48900, physical network None {{(pid=90355) _validate_network_segments /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:577}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_initial_revision uuid=ffa97ed8-17ba-4ef4-808f-66711e169436, type=networks, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_network_precommit called with network settings {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1} (original settings None) and network segments [{'id': '998182bd-8476-4aad-8eb9-199ddbdbadce', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 48900, 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436'}] +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_network_precommit: +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[provider:network_type], None -> geneve +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[created_at], None -> 2025-01-14T22:37:07Z +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[name], None -> shared +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[revision_number], None -> 1 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[shared], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[availability_zone_hints], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[vlan_transparent], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[provider:segmentation_id], None -> 48900 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[subnets], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[status], None -> ACTIVE +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[provider:physical_network], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[updated_at], None -> 2025-01-14T22:37:07Z +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[******_state_up], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[mtu], None -> 1442 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[ipv6_address_scope], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[port_security_enabled], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[ipv4_address_scope], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[availability_zones], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[id], None -> ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[description], None -> +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[tags], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[router:external], None -> False +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 26 +Jan 14 22:37:07 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068835'] for network (ffa97ed8-17ba-4ef4-808f-66711e169436), after_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Pushing event updated for resources: {'Network': ['ID=ffa97ed8-17ba-4ef4-808f-66711e169436,revision_number=1']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90355) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:37:07 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90359) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90356) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90355) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:07 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90359) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90355) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90359) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Tracked resource versions report: +Jan 14 22:37:07 ubuntu neutron-server[90355]: pushed versions: +Jan 14 22:37:07 ubuntu neutron-server[90355]: { 'AddressGroup': {'1.2'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'Agent': {'1.1'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'ConntrackHelper': {'1.0'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'LocalIPAssociation': {'1.0'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'Log': {'1.0'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'NDPProxy': {'1.0'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'Network': {'1.1'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'Port': {'1.10'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'PortForwarding': {'1.3'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'QosPolicy': {'1.10'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'SecurityGroup': {'1.6'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'SecurityGroupRule': {'1.3'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'SubPort': {'1.0'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'Subnet': {'1.2'}, +Jan 14 22:37:07 ubuntu neutron-server[90355]: 'Trunk': {'1.1'}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: consumer versions: +Jan 14 22:37:07 ubuntu neutron-server[90355]: {OVN Metadata agent@ubuntu: {}, OVN Controller Gateway agent@ubuntu: {}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: {{(pid=90355) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90356) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90356) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): LsAddCommand(_result=None, switch=neutron-ffa97ed8-17ba-4ef4-808f-66711e169436, columns={'external_ids': {'neutron:network_name': 'shared', 'neutron:mtu': '1442', 'neutron:revision_number': '1', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}, 'other_config': {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'}}, may_exist=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row f4b53046-8679-4d6e-aef2-a1d8fe5870df (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 0f9fd60b-5733-4a37-842b-cb64f3f98402 (table: Datapath_Binding) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Successfully bumped revision number for resource ffa97ed8-17ba-4ef4-808f-66711e169436 (type: networks) to 1 +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123'] for port (None), before_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks [] for port (7ec6c468-42b5-4342-9675-23d2bccd4a54), precommit_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] No provisioning block for port 7ec6c468-42b5-4342-9675-23d2bccd4a54 since it does not have a host {{(pid=90355) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_initial_revision uuid=7ec6c468-42b5-4342-9675-23d2bccd4a54, type=ports, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_port_precommit called with port settings {'id': '7ec6c468-42b5-4342-9675-23d2bccd4a54', 'name': '', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:2f:bb:6e', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': []} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900} with segments to bind None +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_port_precommit: +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:host_id], None -> +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[name], None -> +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[security_groups], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:vif_type], None -> unbound +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[status], None -> DOWN +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[******_state_up], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[allowed_address_pairs], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[port_security_enabled], None -> False +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:vif_details], None -> {} +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[device_owner], None -> network:distributed +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[network_id], None -> ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[id], None -> 7ec6c468-42b5-4342-9675-23d2bccd4a54 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:profile], None -> {} +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 28 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:vnic_type], None -> normal +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[fixed_ips], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[mac_address], None -> fa:16:3e:2f:bb:6e +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[device_id], None -> ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:07 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648'] for port (7ec6c468-42b5-4342-9675-23d2bccd4a54), after_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Pushing event updated for resources: {'Port': ['ID=7ec6c468-42b5-4342-9675-23d2bccd4a54,revision_number=1']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): AddLSwitchPortCommand(_result=None, lport=7ec6c468-42b5-4342-9675-23d2bccd4a54, lswitch=neutron-ffa97ed8-17ba-4ef4-808f-66711e169436, may_exist=True, columns={'addresses': ['fa:16:3e:2f:bb:6e'], 'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'neutron:project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'neutron:cidrs': '', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-ffa97ed8-17ba-4ef4-808f-66711e169436', 'neutron:security_group_ids': '', 'neutron:revision_number': '1', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'enabled': True, 'options': {}, 'type': 'localport', 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': []}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): QoSDelCommand(_result=None, switch=neutron-ffa97ed8-17ba-4ef4-808f-66711e169436, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 2002), ('match', '=', 'outport == "7ec6c468-42b5-4342-9675-23d2bccd4a54"')], if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): QoSDelCommand(_result=None, switch=neutron-ffa97ed8-17ba-4ef4-808f-66711e169436, conditions=[('direction', '=', 'from-lport'), ('priority', '=', 2002), ('match', '=', 'inport == "7ec6c468-42b5-4342-9675-23d2bccd4a54"')], if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row 50075d9e-1af0-4deb-a191-7c84a55578fb (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 50075d9e-1af0-4deb-a191-7c84a55578fb (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row c03ed8b2-8cda-4415-9d66-ec14530f6261 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row f4b53046-8679-4d6e-aef2-a1d8fe5870df (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Successfully bumped revision number for resource 7ec6c468-42b5-4342-9675-23d2bccd4a54 (type: ports) to 1 +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_port_postcommit called with port settings {'id': '7ec6c468-42b5-4342-9675-23d2bccd4a54', 'name': '', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:2f:bb:6e', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1, 'network': {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900}} (original settings None) host (original host None) vif type unbound (original vif type None) vif details {} (original vif details None) binding levels None (original binding levels None) on network {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900} with segments to bind None +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_port_postcommit: +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:host_id], None -> +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[extra_dhcp_opts], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[name], None -> +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[created_at], None -> 2025-01-14T22:37:07Z +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[revision_number], None -> 1 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[security_groups], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:vif_type], None -> unbound +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[network], None -> {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900} +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[status], None -> DOWN +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[updated_at], None -> 2025-01-14T22:37:07Z +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[******_state_up], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[allowed_address_pairs], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[port_security_enabled], None -> False +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:vif_details], None -> {} +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[device_owner], None -> network:distributed +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[network_id], None -> ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[id], None -> 7ec6c468-42b5-4342-9675-23d2bccd4a54 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[description], None -> +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[tags], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:profile], None -> {} +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 28 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[binding:vnic_type], None -> normal +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[fixed_ips], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[mac_address], None -> fa:16:3e:2f:bb:6e +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[device_id], None -> ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:07 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_network_postcommit called with network settings {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'standard_attr_id': 26, 'shared': True, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'vlan_transparent': None, 'description': '', 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1} (original settings None) and network segments [{'id': '998182bd-8476-4aad-8eb9-199ddbdbadce', 'network_type': 'geneve', 'physical_network': None, 'segmentation_id': 48900, 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436'}] +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] create_network_postcommit: +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[provider:network_type], None -> geneve +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[created_at], None -> 2025-01-14T22:37:07Z +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[name], None -> shared +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[revision_number], None -> 1 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[shared], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[availability_zone_hints], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[vlan_transparent], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[provider:segmentation_id], None -> 48900 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[subnets], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[status], None -> ACTIVE +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[provider:physical_network], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[updated_at], None -> 2025-01-14T22:37:07Z +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[******_state_up], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[mtu], None -> 1442 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[ipv6_address_scope], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[port_security_enabled], None -> True +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[ipv4_address_scope], None -> None +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[availability_zones], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[id], None -> ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[description], None -> +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[tags], None -> [] +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[router:external], None -> False +Jan 14 22:37:07 ubuntu neutron-server[90355]: key[standard_attr_id], None -> 26 +Jan 14 22:37:07 ubuntu neutron-server[90355]: {{(pid=90355) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90355) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] Publish callbacks [] for network (None), before_response {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:07 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-3de2f1b6-8be9-49a1-82aa-0b5eb804d08c ****** ******] 10.201.9.223 "POST /networking/v2.0/networks HTTP/1.1" status: 201 len: 826 time: 0.4912004 +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 38592) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: INFO neutron.pecan_wsgi.hooks.translation [None req-6215f2e5-c19a-4461-a9ee-2c5ea42c2e8f ****** ******] GET failed (client error): The resource could not be found. +Jan 14 22:37:08 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-6215f2e5-c19a-4461-a9ee-2c5ea42c2e8f ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/shared HTTP/1.1" status: 404 len: 314 time: 0.0290306 +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-ec6a5612-dddb-4652-9476-639ceeeab34b ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=90356) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-ec6a5612-dddb-4652-9476-639ceeeab34b ****** ******] 10.201.9.223 "GET /networking/v2.0/networks?name=shared HTTP/1.1" status: 200 len: 824 time: 0.0514340 +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.api.v2.base [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Request body: {'subnet': {'cidr': '192.168.233.0/24', 'ip_version': 4, 'description': 'shared-subnet', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared-subnet'}} {{(pid=90356) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Made reservation on behalf of aa6fef291c0e4913b9afb52e8e1e383b for: {'subnet': 1} {{(pid=90356) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Publish callbacks [] for subnet (None), before_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] create_initial_revision uuid=a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35, type=subnets, rev=-1 {{(pid=90356) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] create_subnet_precommit called with subnet settings {'id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'name': 'shared-subnet', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 29, 'gateway_ip': '192.168.233.1', 'cidr': '192.168.233.0/24', 'allocation_pools': [{'start': '192.168.233.2', 'end': '192.168.233.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': True, 'description': 'shared-subnet', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:37:08Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 0, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'} (original settings None) +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] create_subnet_precommit: +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:37:08Z +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[name], None -> shared-subnet +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[revision_number], None -> 0 +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[ipv6_address_mode], None -> None +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[shared], None -> True +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[host_routes], None -> [] +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[enable_dhcp], None -> True +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 29 +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[dns_nameservers], None -> [] +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[ipv6_ra_mode], None -> None +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[cidr], None -> 192.168.233.0/24 +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:37:08Z +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[gateway_ip], None -> 192.168.233.1 +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[allocation_pools], None -> [{'start': '192.168.233.2', 'end': '192.168.233.254'}] +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[ip_version], None -> 4 +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[network_id], None -> ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[id], None -> a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35 +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[description], None -> shared-subnet +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[router:external], None -> False +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[subnetpool_id], None -> None +Jan 14 22:37:08 ubuntu neutron-server[90356]: key[service_types], None -> [] +Jan 14 22:37:08 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068653'] for subnet (a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35), after_create {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Pushing event updated for resources: {'Subnet': ['ID=a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35,revision_number=0']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Tracked resource versions report: +Jan 14 22:37:08 ubuntu neutron-server[90356]: pushed versions: +Jan 14 22:37:08 ubuntu neutron-server[90356]: { 'AddressGroup': {'1.2'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'Agent': {'1.1'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'ConntrackHelper': {'1.0'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'LocalIPAssociation': {'1.0'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'Log': {'1.0'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'NDPProxy': {'1.0'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'Network': {'1.1'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'Port': {'1.10'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'PortForwarding': {'1.3'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'QosPolicy': {'1.10'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'SecurityGroup': {'1.6'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'SecurityGroupRule': {'1.3'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'SubPort': {'1.0'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'Subnet': {'1.2'}, +Jan 14 22:37:08 ubuntu neutron-server[90356]: 'Trunk': {'1.1'}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: consumer versions: +Jan 14 22:37:08 ubuntu neutron-server[90356]: {OVN Controller Gateway agent@ubuntu: {}, OVN Metadata agent@ubuntu: {}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: {{(pid=90356) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1001123', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8732937413017'] for port (7ec6c468-42b5-4342-9675-23d2bccd4a54), before_update {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:08 ubuntu neutron-server[90356]: DEBUG neutron.db.db_base_plugin_common [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Allocated IP 192.168.233.2 (ffa97ed8-17ba-4ef4-808f-66711e169436/a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35/7ec6c468-42b5-4342-9675-23d2bccd4a54) {{(pid=90356) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Publish callbacks [] for port (7ec6c468-42b5-4342-9675-23d2bccd4a54), precommit_update {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] No provisioning block for port 7ec6c468-42b5-4342-9675-23d2bccd4a54 since it does not have a host {{(pid=90356) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] update_port_precommit called with port settings {'id': '7ec6c468-42b5-4342-9675-23d2bccd4a54', 'name': '', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:2f:bb:6e', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [{'subnet_id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'ip_address': '192.168.233.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'} (original settings {'id': '7ec6c468-42b5-4342-9675-23d2bccd4a54', 'name': '', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:2f:bb:6e', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900} with segments to bind None +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] update_port_precommit: +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[fixed_ips], [] -> [{'subnet_id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'ip_address': '192.168.233.2'}] +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[updated_at], 2025-01-14T22:37:07Z -> 2025-01-14T22:37:08Z +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[revision_number], 1 -> 2 +Jan 14 22:37:09 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068648', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8732937394594', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8732936605189'] for port (7ec6c468-42b5-4342-9675-23d2bccd4a54), after_update {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] Pushing event updated for resources: {'Port': ['ID=7ec6c468-42b5-4342-9675-23d2bccd4a54,revision_number=2']} {{(pid=90356) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=7ec6c468-42b5-4342-9675-23d2bccd4a54, resource={'id': '7ec6c468-42b5-4342-9675-23d2bccd4a54', 'name': '', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:2f:bb:6e', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [{'subnet_id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'ip_address': '192.168.233.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network': {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900}}, resource_type=ports, if_exists=True) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddDHCPOptionsCommand(_result=None, columns={'cidr': '192.168.233.0/24', 'options': {'server_id': '192.168.233.1', 'lease_time': '43200', 'mtu': '1442', 'router': '192.168.233.1', 'server_mac': 'fa:16:3e:ec:76:c1', 'dns_server': '{10.201.0.95}', 'classless_static_route': '{169.254.169.254/32,192.168.233.2, 0.0.0.0/0,192.168.233.1}'}, 'external_ids': {'subnet_id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'neutron:revision_number': '0'}}, may_exist=True, subnet_id=a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35, port_id=None, new_insert=False) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=7ec6c468-42b5-4342-9675-23d2bccd4a54, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'neutron:project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'neutron:cidrs': '192.168.233.2/24', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-ffa97ed8-17ba-4ef4-808f-66711e169436', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'localport', 'addresses': ['fa:16:3e:2f:bb:6e 192.168.233.2'], 'ha_chassis_group': []}, if_exists=False) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['7ec6c468-42b5-4342-9675-23d2bccd4a54'], if_exists=False) {{(pid=90356) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 4fef15d0-c04b-4148-b736-07c4a7f7f47e (table: DHCP_Options) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:09 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row c03ed8b2-8cda-4415-9d66-ec14530f6261 (table: Port_Binding) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:09 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 50075d9e-1af0-4deb-a191-7c84a55578fb (table: Logical_Switch_Port) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] Successfully bumped revision number for resource 7ec6c468-42b5-4342-9675-23d2bccd4a54 (type: ports) to 2 +Jan 14 22:37:09 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] update_port_postcommit called with port settings {'id': '7ec6c468-42b5-4342-9675-23d2bccd4a54', 'name': '', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:2f:bb:6e', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [{'subnet_id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'ip_address': '192.168.233.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'} (original settings {'id': '7ec6c468-42b5-4342-9675-23d2bccd4a54', 'name': '', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:2f:bb:6e', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'device_owner': 'network:distributed', 'standard_attr_id': 28, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:07Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900} with segments to bind None +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] update_port_postcommit: +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[fixed_ips], [] -> [{'subnet_id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'ip_address': '192.168.233.2'}] +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[updated_at], 2025-01-14T22:37:07Z -> 2025-01-14T22:37:08Z +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[revision_number], 1 -> 2 +Jan 14 22:37:09 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.plugin [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] In _notify_port_updated(), no bound segment for port 7ec6c468-42b5-4342-9675-23d2bccd4a54 on network ffa97ed8-17ba-4ef4-808f-66711e169436 {{(pid=90356) _notify_port_updated /opt/stack/neutron/neutron/plugins/ml2/plugin.py:1002}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: INFO neutron.db.ovn_revision_numbers_db [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] Successfully bumped revision number for resource a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35 (type: subnets) to 0 +Jan 14 22:37:09 ubuntu neutron-server[90356]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] create_subnet_postcommit called with subnet settings {'id': 'a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35', 'name': 'shared-subnet', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network_id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 29, 'gateway_ip': '192.168.233.1', 'cidr': '192.168.233.0/24', 'allocation_pools': [{'start': '192.168.233.2', 'end': '192.168.233.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': True, 'description': 'shared-subnet', 'router:external': False, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:37:08Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 0, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network': {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900}} (original settings None) +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] create_subnet_postcommit: +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[created_at], None -> 2025-01-14T22:37:08Z +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[name], None -> shared-subnet +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[revision_number], None -> 0 +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[ipv6_address_mode], None -> None +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[shared], None -> True +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[host_routes], None -> [] +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[enable_dhcp], None -> True +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[network], None -> {'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900} +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[standard_attr_id], None -> 29 +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[dns_nameservers], None -> [] +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[ipv6_ra_mode], None -> None +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[cidr], None -> 192.168.233.0/24 +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[updated_at], None -> 2025-01-14T22:37:08Z +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[gateway_ip], None -> 192.168.233.1 +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[allocation_pools], None -> [{'start': '192.168.233.2', 'end': '192.168.233.254'}] +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[ip_version], None -> 4 +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[network_id], None -> ffa97ed8-17ba-4ef4-808f-66711e169436 +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[id], None -> a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35 +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[description], None -> shared-subnet +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[tags], None -> [] +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[router:external], None -> False +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[subnetpool_id], None -> None +Jan 14 22:37:09 ubuntu neutron-server[90356]: key[service_types], None -> [] +Jan 14 22:37:09 ubuntu neutron-server[90356]: {{(pid=90356) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=90356) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: DEBUG neutron_lib.callbacks.manager [None req-f8412ffa-2e37-48a1-a0c2-5f4331a6b795 None None] Publish callbacks [] for subnet (None), before_response {{(pid=90356) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:09 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-a4dbedd8-5705-401b-8bdf-c80f22968a26 ****** ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 869 time: 0.4485643 +Jan 14 22:37:10 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90356) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:37:10 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90355) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:37:10 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:10 ubuntu neutron-server[90359]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=90359) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:37:17 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=2 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:17 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=2 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:17 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=92,neutron:INSERT=6,neutron:UPDATE=4 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:17 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=80,neutron:INSERT=8,neutron:UPDATE=3,neutron:DELETE=2 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:19 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=125,neutron:INSERT=6,neutron:UPDATE=2,neutron:DELETE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:19 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=153,neutron:INSERT=5,neutron:UPDATE=3,neutron:DELETE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:22 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:22 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:24 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:37:24 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:37:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:34 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:DELETE=1 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:41 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [-] (90356) accepted ('10.201.9.223', 40414) {{(pid=90356) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: DEBUG neutron.api.wsgi [None req-14370387-1789-435b-99c7-68b3973e9148 tempest-verify_tempest_config-2058294629 tempest-verify_tempest_config-2058294629-project-member] http://10.201.9.223:9696/networking/v2.0/extensions returned with HTTP 200 {{(pid=90356) __call__ /opt/stack/neutron/neutron/api/wsgi.py:730}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [None req-14370387-1789-435b-99c7-68b3973e9148 tempest-verify_tempest_config-2058294629 tempest-verify_tempest_config-2058294629-project-member] 10.201.9.223 "GET /networking/v2.0/extensions HTTP/1.1" status: 200 len: 14048 time: 0.0080070 +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 40422) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-3954835'] for security_group (350ab00a-9c5f-47f5-9acf-bbef2e9d254f), precommit_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] create_initial_revision uuid=350ab00a-9c5f-47f5-9acf-bbef2e9d254f, type=security_groups, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] create_initial_revision uuid=27c135f7-a715-43f6-b43a-7d446a60162a, type=security_group_rules, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] create_initial_revision uuid=da1303c6-9dcd-4e49-b54e-b7141fd87525, type=security_group_rules, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] create_initial_revision uuid=da454b04-981c-44e0-9c50-bc0e53c169cc, type=security_group_rules, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] create_initial_revision uuid=eadb1ccb-2350-4189-a2b7-73c581af13a6, type=security_group_rules, rev=-1 {{(pid=90355) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-3954842', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068821'] for security_group (350ab00a-9c5f-47f5-9acf-bbef2e9d254f), after_create {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '350ab00a-9c5f-47f5-9acf-bbef2e9d254f'}}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, direction=to-lport, priority=1002, match=outport == @pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f && ip6 && ip6.src == $pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '27c135f7-a715-43f6-b43a-7d446a60162a'}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, direction=to-lport, priority=1002, match=outport == @pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f && ip4 && ip4.src == $pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'da1303c6-9dcd-4e49-b54e-b7141fd87525'}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, direction=from-lport, priority=1002, match=inport == @pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'da454b04-981c-44e0-9c50-bc0e53c169cc'}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, direction=from-lport, priority=1002, match=inport == @pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'eadb1ccb-2350-4189-a2b7-73c581af13a6'}) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90355) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row c80106dc-6cde-4689-ac55-f01129d544bb (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row d22bb054-cdd3-4ef3-93af-8ff9706c27fa (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "create" for row e53a4881-a652-4e57-8945-d9219161a40d (table: Port_Group) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90356) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 80cbda3d-49db-40f5-8aab-9385c6e05462 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "create" for row 91482984-a287-4896-a99e-6600dd398f74 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90359) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Successfully bumped revision number for resource 350ab00a-9c5f-47f5-9acf-bbef2e9d254f (type: security_groups) to 1 +Jan 14 22:37:53 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Successfully bumped revision number for resource 27c135f7-a715-43f6-b43a-7d446a60162a (type: security_group_rules) to 0 +Jan 14 22:37:53 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Successfully bumped revision number for resource da1303c6-9dcd-4e49-b54e-b7141fd87525 (type: security_group_rules) to 0 +Jan 14 22:37:53 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Successfully bumped revision number for resource da454b04-981c-44e0-9c50-bc0e53c169cc (type: security_group_rules) to 0 +Jan 14 22:37:53 ubuntu neutron-server[90355]: INFO neutron.db.ovn_revision_numbers_db [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Successfully bumped revision number for resource eadb1ccb-2350-4189-a2b7-73c581af13a6 (type: security_group_rules) to 0 +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=350ab00a-9c5f-47f5-9acf-bbef2e9d254f,revision_number=1']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-d335f589-0edb-4705-a9ca-54700fef1e6a ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=4fef565b0e174eb1beb40aef10e02279&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2730284 +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.api.wsgi [-] (90355) accepted ('10.201.9.223', 40428) {{(pid=90355) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] Publish callbacks [] for security_group (350ab00a-9c5f-47f5-9acf-bbef2e9d254f), before_delete {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-3954817'] for security_group (350ab00a-9c5f-47f5-9acf-bbef2e9d254f), precommit_delete {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f && ip6 && ip6.src == $pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f_ip6')]) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row e53a4881-a652-4e57-8945-d9219161a40d (table: Port_Group) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] delete_revision(27c135f7-a715-43f6-b43a-7d446a60162a) {{(pid=90355) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "delete" for row 91482984-a287-4896-a99e-6600dd398f74 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f && ip4 && ip4.src == $pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f_ip4')]) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "delete" for row c80106dc-6cde-4689-ac55-f01129d544bb (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "update" for row e53a4881-a652-4e57-8945-d9219161a40d (table: Port_Group) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] delete_revision(da1303c6-9dcd-4e49-b54e-b7141fd87525) {{(pid=90355) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-3954824', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-3068821'] for security_group (350ab00a-9c5f-47f5-9acf-bbef2e9d254f), after_delete {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_350ab00a_9c5f_47f5_9acf_bbef2e9d254f, if_exists=True) {{(pid=90355) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "delete" for row d22bb054-cdd3-4ef3-93af-8ff9706c27fa (table: ACL) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 18f90ec8-8612-45dd-83fd-7ad0ce576beb (host: ubuntu) handling event "delete" for row e53a4881-a652-4e57-8945-d9219161a40d (table: Port_Group) {{(pid=90355) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "delete" for row 80cbda3d-49db-40f5-8aab-9385c6e05462 (table: ACL) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] delete_revision(350ab00a-9c5f-47f5-9acf-bbef2e9d254f) {{(pid=90355) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.db.ovn_revision_numbers_db [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] delete_revisions(['da454b04-981c-44e0-9c50-bc0e53c169cc', 'eadb1ccb-2350-4189-a2b7-73c581af13a6']) {{(pid=90355) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=350ab00a-9c5f-47f5-9acf-bbef2e9d254f,revision_number=None']} {{(pid=90355) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: DEBUG neutron_lib.callbacks.manager [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=90355) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:37:53 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [None req-83be2a70-c3d0-4119-9cc9-719224a211d7 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/350ab00a-9c5f-47f5-9acf-bbef2e9d254f HTTP/1.1" status: 204 len: 149 time: 0.1671643 +Jan 14 22:37:54 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:37:54 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:37:59 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:37:59 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:03 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=2 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:03 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=1 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:03 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=1 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=61,neutron:INSERT=5,neutron:UPDATE=5,neutron:DELETE=4 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=77,neutron:INSERT=11,neutron:UPDATE=2,neutron:DELETE=4 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:18 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:38:24 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:38:24 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:38:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:36 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:36 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:38:54 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:38:54 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:38:55 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:39:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:13 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=1 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:13 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=3 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:24 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:39:24 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:39:32 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:39:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:50 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:50 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:DELETE=1,neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:39:54 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:39:54 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:40:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:04 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:SELECT=1 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:04 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:09 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:40:24 ubuntu neutron-server[90356]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90356) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:40:24 ubuntu neutron-server[90355]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=90355) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG futurist.periodics [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=90360) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Maintenance task: Synchronizing Neutron and OVN databases started {{(pid=90360) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:381}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Maintenance task: Number of inconsistencies found at create/update: networks=3 {{(pid=90360) _log /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:362}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Maintenance task: Fixing resource 48d5152c-6691-449f-b111-e44ba4f4f95a (type: networks) at create/update {{(pid=90360) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, resource={'id': '48d5152c-6691-449f-b111-e44ba4f4f95a', 'name': 'private', 'tenant_id': '060891d56d86497f8e505edca31d59fc', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['31c7ed45-300b-4e9d-90f1-d184e0e6677e'], 'standard_attr_id': 10, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:35:33Z', 'updated_at': '2025-01-14T22:35:35Z', 'revision_number': 2, 'project_id': '060891d56d86497f8e505edca31d59fc', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19747}, resource_type=networks, if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-48d5152c-6691-449f-b111-e44ba4f4f95a, col_values=(('external_ids', {'neutron:network_name': 'private', 'neutron:mtu': '1442', 'neutron:revision_number': '2', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'})), if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-2a02b4c9-4105-419c-935d-edb1ca15977f, external_ids_update=None, columns={'tag': 19747}, if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90355]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90355) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:40:24 ubuntu neutron-server[90356]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90356) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:40:24 ubuntu neutron-server[90359]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=90359) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:40:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row e9b4125e-bad9-4e97-a338-75effb759aa3 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: INFO neutron.db.ovn_revision_numbers_db [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Successfully bumped revision number for resource 48d5152c-6691-449f-b111-e44ba4f4f95a (type: networks) to 2 +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Maintenance task: Fixing resource 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 (type: networks) at create/update {{(pid=90360) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, resource={'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:47Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}, resource_type=networks, if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, col_values=(('external_ids', {'neutron:network_name': 'public', 'neutron:mtu': '1500', 'neutron:revision_number': '2', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'flat'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false', 'fdb_age_threshold': '0', 'broadcast-arps-to-all-routers': 'true'})), if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-fde35bef-9002-4824-b05d-18f6a4fdeb46, external_ids_update=None, columns={'tag': []}, if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row ccd7c6fd-6566-4121-9636-a725514d7360 (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: INFO neutron.db.ovn_revision_numbers_db [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Successfully bumped revision number for resource 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 (type: networks) to 2 +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Maintenance task: Fixing resource ffa97ed8-17ba-4ef4-808f-66711e169436 (type: networks) at create/update {{(pid=90360) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-ffa97ed8-17ba-4ef4-808f-66711e169436, resource={'id': 'ffa97ed8-17ba-4ef4-808f-66711e169436', 'name': 'shared', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': ['a3f6b8cb-dee8-4cc9-8bca-aa29a641cb35'], 'standard_attr_id': 26, 'shared': True, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2025-01-14T22:37:07Z', 'updated_at': '2025-01-14T22:37:08Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48900}, resource_type=networks, if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-ffa97ed8-17ba-4ef4-808f-66711e169436, col_values=(('external_ids', {'neutron:network_name': 'shared', 'neutron:mtu': '1442', 'neutron:revision_number': '2', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'geneve'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false'})), if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-998182bd-8476-4aad-8eb9-199ddbdbadce, external_ids_update=None, columns={'tag': 48900}, if_exists=True) {{(pid=90360) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:40:24 ubuntu neutron-server[90356]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 39c72d8d-a0e5-4739-b563-9f2748879914 (host: ubuntu) handling event "update" for row f4b53046-8679-4d6e-aef2-a1d8fe5870df (table: Logical_Switch) {{(pid=90356) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:40:24 ubuntu neutron-server[90360]: INFO neutron.db.ovn_revision_numbers_db [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Successfully bumped revision number for resource ffa97ed8-17ba-4ef4-808f-66711e169436 (type: networks) to 2 +Jan 14 22:40:24 ubuntu neutron-server[90360]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-74393e89-dcb4-41de-9a0d-9219deb194c3 None None] Maintenance task: Synchronization completed (took 0.22 seconds) +Jan 14 22:40:27 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:27 ubuntu neutron-server[90361]: DEBUG dbcounter [-] [90361] Writing DB stats neutron:SELECT=2 {{(pid=90361) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:SELECT=2 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:34 ubuntu neutron-server[90355]: DEBUG dbcounter [-] [90355] Writing DB stats neutron:UPDATE=1,neutron:SELECT=1 {{(pid=90355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:34 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=1 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:34 ubuntu neutron-server[90356]: DEBUG dbcounter [-] [90356] Writing DB stats neutron:UPDATE=1,neutron:SELECT=3 {{(pid=90356) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:34 ubuntu neutron-server[90359]: DEBUG dbcounter [-] [90359] Writing DB stats neutron:SELECT=1 {{(pid=90359) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:34 ubuntu neutron-server[90360]: DEBUG dbcounter [-] [90360] Writing DB stats neutron:SELECT=79,neutron:UPDATE=1 {{(pid=90360) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:34 ubuntu neutron-server[90360]: DEBUG dbcounter [-] [90360] Writing DB stats neutron:SELECT=55,neutron:UPDATE=2 {{(pid=90360) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:40:46 ubuntu neutron-server[90361]: DEBUG neutron.db.agents_db [None req-3bc40bf4-733e-4656-af8a-dfae8f05a98a None None] Agent healthcheck: found 0 active agents {{(pid=90361) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:40:51 ubuntu systemd[1]: Stopping Devstack devstack@q-svc.service... +Jan 14 22:40:51 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Caught SIGTERM, stopping children +Jan 14 22:40:51 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=90162) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=90162) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=90162) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Stop services. {{(pid=90162) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: DEBUG neutron.service [-] calling RpcWorker stop() {{(pid=90162) stop /opt/stack/neutron/neutron/service.py:142}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Killing children. {{(pid=90162) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} +Jan 14 22:40:51 ubuntu neutron-server[90360]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquiring lock "singleton_lock" {{(pid=90360) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:51 ubuntu neutron-server[90360]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquired lock "singleton_lock" {{(pid=90360) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:51 ubuntu neutron-server[90360]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Releasing lock "singleton_lock" {{(pid=90360) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:51 ubuntu neutron-server[90359]: DEBUG neutron.service [-] calling RpcWorker stop() {{(pid=90359) stop /opt/stack/neutron/neutron/service.py:142}} +Jan 14 22:40:51 ubuntu neutron-server[90361]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquiring lock "singleton_lock" {{(pid=90361) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:51 ubuntu neutron-server[90359]: DEBUG neutron.service [-] calling stop on {{(pid=90359) stop /opt/stack/neutron/neutron/service.py:145}} +Jan 14 22:40:51 ubuntu neutron-server[90361]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquired lock "singleton_lock" {{(pid=90361) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:51 ubuntu neutron-server[90361]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Releasing lock "singleton_lock" {{(pid=90361) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Waiting on 5 children to exit +Jan 14 22:40:51 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Child 90360 exited with status 0 +Jan 14 22:40:51 ubuntu neutron-server[90355]: INFO neutron.db.ovn_hash_ring_db [None req-75f21b80-9bc7-428c-ae78-3eae7e0396c2 None None] Node "18f90ec8-8612-45dd-83fd-7ad0ce576beb" removed from the Hash Ring +Jan 14 22:40:51 ubuntu neutron-server[90355]: INFO neutron.api.wsgi [-] (90355) wsgi exited, is_accepting=True +Jan 14 22:40:51 ubuntu neutron-server[90355]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquiring lock "singleton_lock" {{(pid=90355) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:51 ubuntu neutron-server[90355]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquired lock "singleton_lock" {{(pid=90355) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:51 ubuntu neutron-server[90355]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Releasing lock "singleton_lock" {{(pid=90355) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:51 ubuntu neutron-server[90356]: INFO neutron.db.ovn_hash_ring_db [None req-f8efe450-9b2e-4b31-8c0e-500298f9792e None None] Node "39c72d8d-a0e5-4739-b563-9f2748879914" removed from the Hash Ring +Jan 14 22:40:51 ubuntu neutron-server[90356]: INFO neutron.api.wsgi [-] (90356) wsgi exited, is_accepting=True +Jan 14 22:40:51 ubuntu neutron-server[90356]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquiring lock "singleton_lock" {{(pid=90356) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:51 ubuntu neutron-server[90356]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquired lock "singleton_lock" {{(pid=90356) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Child 90361 exited with status 0 +Jan 14 22:40:51 ubuntu neutron-server[90356]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Releasing lock "singleton_lock" {{(pid=90356) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:51 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Child 90355 exited with status 0 +Jan 14 22:40:51 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Child 90356 exited with status 0 +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG neutron.service [-] calling stop on {{(pid=90359) stop /opt/stack/neutron/neutron/service.py:145}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG neutron.service [-] calling stop on {{(pid=90359) stop /opt/stack/neutron/neutron/service.py:145}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquiring lock "singleton_lock" {{(pid=90359) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Acquired lock "singleton_lock" {{(pid=90359) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG oslo_concurrency.lockutils [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Releasing lock "singleton_lock" {{(pid=90359) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] calling RpcWorker wait() {{(pid=90359) _wait /opt/stack/neutron/neutron/service.py:132}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] calling wait on {{(pid=90359) _wait /opt/stack/neutron/neutron/service.py:135}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: WARNING amqp [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] calling wait on {{(pid=90359) _wait /opt/stack/neutron/neutron/service.py:135}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: WARNING amqp [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] calling wait on {{(pid=90359) _wait /opt/stack/neutron/neutron/service.py:135}} +Jan 14 22:40:59 ubuntu neutron-server[90359]: WARNING amqp [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] Received method (60, 30) during closing channel 1. This method will be ignored +Jan 14 22:40:59 ubuntu neutron-server[90359]: DEBUG neutron.service [None req-10396211-f03a-482a-888a-9fb1731427b7 None None] returning from RpcWorker wait() {{(pid=90359) _wait /opt/stack/neutron/neutron/service.py:139}} +Jan 14 22:40:59 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Child 90359 exited with status 0 +Jan 14 22:40:59 ubuntu neutron-server[90162]: INFO oslo_service.service [-] Wait called after thread killed. Cleaning up. +Jan 14 22:40:59 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Stop services. {{(pid=90162) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:699}} +Jan 14 22:40:59 ubuntu neutron-server[90162]: DEBUG oslo_service.service [-] Killing children. {{(pid=90162) stop /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:704}} +Jan 14 22:40:59 ubuntu systemd[1]: devstack@q-svc.service: Deactivated successfully. +Jan 14 22:40:59 ubuntu systemd[1]: Stopped Devstack devstack@q-svc.service. +Jan 14 22:40:59 ubuntu systemd[1]: devstack@q-svc.service: Consumed 20.358s CPU time. +Jan 14 22:40:59 ubuntu systemd[1]: Started Devstack devstack@q-svc.service. +Jan 14 22:41:00 ubuntu neutron-server[115604]: INFO neutron.common.config [-] Logging enabled! +Jan 14 22:41:00 ubuntu neutron-server[115604]: INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-server version 26.0.0.0b3.dev106 +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini {{(pid=115604) setup_logging /opt/stack/neutron/neutron/common/config.py:124}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] Configuration options gathered from: {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ================================================================================ {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] allow_bulk = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] api_extensions_path = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] api_paste_config = api-paste.ini {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] api_workers = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] auth_strategy = keystone {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] backlog = 4096 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] base_mac = fa:16:3e:00:00:00 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] bind_host = 0.0.0.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] bind_port = 9696 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] client_socket_timeout = 900 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] config_dir = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] config_source = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] control_exchange = neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] core_plugin = ml2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] debug = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] default_availability_zones = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] dhcp_agent_notification = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] dhcp_lease_duration = 86400 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] dns_domain = openstacklocal {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] enable_signals = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] enable_traditional_dhcp = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] external_dns_driver = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] filter_validation = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] global_physnet_mtu = 1500 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] host = ubuntu {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] http_retries = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] instance_format = [instance: %(uuid)s] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ipam_driver = internal {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ipv6_pd_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_color = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_config_append = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_dir = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_rotate_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_rotate_interval_type = days {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] log_rotation_type = none {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] max_dns_nameservers = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] max_header_line = 16384 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] max_logfile_count = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] max_logfile_size_mb = 200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] max_subnet_host_routes = 20 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] my_ip = 10.201.9.223 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] my_ipv6 = ::1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] network_link_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] notify_nova_on_port_data_changes = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] notify_nova_on_port_status_changes = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] pagination_max_limit = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] periodic_fuzzy_delay = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] periodic_interval = 40 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] publish_errors = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] rate_limit_burst = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] rate_limit_except_level = CRITICAL {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] rate_limit_interval = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] retry_until_window = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] rpc_response_max_timeout = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] rpc_state_report_workers = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] rpc_workers = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] send_events_interval = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] service_plugins = ['ovn-router'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] setproctitle = on {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] shell_completion = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] state_path = /opt/stack/data/neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] syslog_log_facility = LOG_USER {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] tcp_keepidle = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] transport_url = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] use_journal = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] use_json = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] use_ssl = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] use_stderr = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] use_syslog = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] vlan_transparent = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] watch_log_file = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] wsgi_default_pool_size = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] wsgi_keep_alive = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] wsgi_server_debug = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_concurrency.disable_process_locking = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.connection_string = messaging:// {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.es_doc_type = notification {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.es_scroll_size = 10000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.es_scroll_time = 2m {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.filter_error_trace = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.hmac_keys = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.sentinel_service_name = mymaster {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.socket_timeout = 0.1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.trace_requests = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler.trace_sqlalchemy = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler_jaeger.process_tags = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler_jaeger.service_name_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] profiler_otlp.service_name_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_process_name = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.enforce_new_defaults = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: WARNING oslo_config.cfg [-] Deprecated: Option "enforce_scope" from group "oslo_policy" is deprecated for removal (This configuration was added temporarily to facilitate a smooth transition to the new RBAC. OpenStack will always enforce scope checks. This configuration option is deprecated and will be removed in the 2025.2 cycle.). Its value may be silently ignored in the future. +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.enforce_scope = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.policy_default_rule = default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_policy.remote_timeout = 60.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] service_providers.service_provider = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.endpoint_type = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.region_name = RegionOne {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] nova.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.endpoint_type = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] placement.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.auth_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.cafile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.connect_retries = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.connect_retry_delay = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.enable_notifications = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.endpoint_override = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.interface = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.max_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.min_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.retriable_status_codes = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.service_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.service_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.status_code_retries = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.status_code_retry_delay = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.valid_interfaces = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ironic.version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] cli_script.dry_run = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.ssl_version = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_notifications.driver = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_notifications.retry = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_messaging_notifications.transport_url = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_reports.file_event_handler_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] oslo_reports.log_dir = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG neutron.common.config [-] ******************************************************************************** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:41:00 ubuntu neutron-server[115604]: DEBUG oslo.service.wsgi [-] Loading app neutron from /etc/neutron/api-paste.ini {{(pid=115604) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "plugin-directory" by "neutron_lib.plugins.directory._create_plugin_directory" {{(pid=115604) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" acquired by "neutron_lib.plugins.directory._create_plugin_directory" :: waited 0.000s {{(pid=115604) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [-] Lock "plugin-directory" "released" by "neutron_lib.plugins.directory._create_plugin_directory" :: held 0.000s {{(pid=115604) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "manager" by "neutron.manager.NeutronManager._create_instance" {{(pid=115604) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [-] Lock "manager" acquired by "neutron.manager.NeutronManager._create_instance" :: waited 0.000s {{(pid=115604) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.manager [-] Loading core plugin: ml2 +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: network precommit_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: segment before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: agent before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment precommit_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > network precommit_delete 0, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port provisioning_complete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > agent after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete 0, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: network configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: port configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnet configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: subnetpool configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [-] Tracking information for resource: security_group_rule configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['local', 'flat', 'vlan', 'geneve'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.drivers.type_flat [-] Allowable flat physical_network names: ['public'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict([('public', [(1, 4094)])]) +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'local', 'vlan'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'local', 'vlan']) +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['port_security', 'qos'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['port_security', 'qos'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['port_security', 'qos'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn', 'logger'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn', 'logger'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn', 'logger'] +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_response 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port before_response 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] +Jan 14 22:41:01 ubuntu neutron-server[115604]: WARNING oslo_policy.policy [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] 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. +Jan 14 22:41:01 ubuntu neutron-server[115604]: WARNING oslo_policy.policy [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] 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. +Jan 14 22:41:01 ubuntu neutron-server[115604]: INFO dbcounter [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Registered counter for database neutron +Jan 14 22:41:01 ubuntu neutron-server[115604]: DEBUG oslo_db.sqlalchemy.engines [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=115604) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG dbcounter [-] [115604] Writer thread running {{(pid=115604) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Initializing driver for type 'local' +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Initializing driver for type 'vlan' +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.drivers.type_vlan [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] VlanTypeDriver initialization complete +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Initializing extension driver 'port_security' +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.extensions.port_security [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] PortSecurityExtensionDriver initialization complete +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Initializing extension driver 'qos' +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.plugins.ml2.extensions.qos [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] QosExtensionDriver initialization complete {{(pid=115604) initialize /opt/stack/neutron/neutron/plugins/ml2/extensions/qos.py:31}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Initializing mechanism driver 'ovn' +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Starting OVNMechanismDriver +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > process before_spawn 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > process after_init 55550000, True {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > segment after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > segment after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > segment after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group precommit_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group_rule precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group_rule before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > address_group after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > address_group after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > qos_plugin after_init 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > trunk_plugin after_init 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > logging-plugin after_init 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.services.logapi.drivers.ovn.driver [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] OVN logging driver registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Initializing mechanism driver 'logger' +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.plugins.ml2.plugin [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] neutron.plugins.ml2.plugin.Ml2Plugin method _start_rpc_notifiers called with arguments () {} {{(pid=115604) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > port after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > port after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > port after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > subnet after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > subnet after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > subnet after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > network after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > network after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > network after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group_rule after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group_rule after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > security_group_rule after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > address_group after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > address_group after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > address_group after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.plugins.ml2.ovo_rpc [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] ML2 OVO RPC backend initialized. {{(pid=115604) __init__ /opt/stack/neutron/neutron/plugins/ml2/ovo_rpc.py:117}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded quota_driver: . +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.plugin [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Modular L2 Plugin initialization complete +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading services supported by the core plugin {{(pid=115604) _load_services_from_core_plugin /opt/stack/neutron/neutron/manager.py:169}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.plugins.ml2.managers [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Got port-security extension from driver 'port_security' +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.extensions.vlantransparent [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Disabled vlantransparent extension. +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading service plugins: ['ovn-router', 'auto_allocate', 'tag', 'timestamp', 'network_ip_availability', 'flavors', 'revisions'] {{(pid=115604) _load_service_plugins /opt/stack/neutron/neutron/manager.py:194}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading Plugin: ovn-router +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: port after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: port after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: subnet after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: subnetpool_address_scope after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: port before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: port after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > port precommit_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: port before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: port before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: subnet after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Tracking information for resource: router configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Tracking information for resource: floatingip configured {{(pid=115604) set_tracked_resource /opt/stack/neutron/neutron/quota/resource_registry.py:203}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.services.ovn_l3.plugin [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Starting OVNL3RouterPlugin +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > port_forwarding_plugin after_init 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router before_create 55550100, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_delete 55550100, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_create 55550100, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_update 55550100, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.services.provider_configuration [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service providers = [] {{(pid=115604) parse_service_provider_opt /opt/stack/neutron/neutron/services/provider_configuration.py:171}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.db.servicetype_db [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Adding provider configuration for service L3_ROUTER_NAT {{(pid=115604) add_provider_configuration /opt/stack/neutron/neutron/db/servicetype_db.py:42}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_create 55549900, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router_interface after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > floatingip after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > floatingip precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > floatingip precommit_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > floatingip after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > floatingip after_status_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > floatingip after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > port_forwarding after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router_interface after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router after_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router after_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > router after_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.services.service_base [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded 'neutron.services.ovn_l3.service_providers.ovn.OvnDriver' provider for service L3_ROUTER_NAT {{(pid=115604) load_drivers /opt/stack/neutron/neutron/services/service_base.py:49}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Successfully loaded L3_ROUTER_NAT plugin. Description: L3 Router Service Plugin for basic L3 forwarding using OVN {{(pid=115604) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading Plugin: auto_allocate +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: network precommit_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: network precommit_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Successfully loaded auto-allocated-topology plugin. Description: Auto Allocated Topology - aka get me a network. {{(pid=115604) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading Plugin: tag +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Successfully loaded TAG plugin. Description: Tag support {{(pid=115604) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading Plugin: timestamp +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Successfully loaded timestamp plugin. Description: Adds timestamps to Neutron resources with standard attributes {{(pid=115604) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading Plugin: network_ip_availability +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Successfully loaded network-ip-availability plugin. Description: Provides IP availability data for each network and subnet. {{(pid=115604) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading Plugin: flavors +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Successfully loaded FLAVORS plugin. Description: Neutron Flavors and Service Profiles manager plugin {{(pid=115604) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading Plugin: revisions +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Successfully loaded revision_plugin plugin. Description: Adds revision numbers to resources. {{(pid=115604) _create_and_add_service_plugin /opt/stack/neutron/neutron/manager.py:229}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Lock "manager" "released" by "neutron.manager.NeutronManager._create_instance" :: held 1.413s {{(pid=115604) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] get_extension_paths = OrderedDict([('/opt/stack/neutron/neutron/extensions', 1)]) {{(pid=115604) get_extensions_path /opt/stack/neutron/neutron/api/extensions.py:640}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Initializing extension manager. +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: __init__.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: __pycache__ {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: address_group.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Address group" alias="address-group" description="Support address group" updated="2020-07-15T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: address-group +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: address_scope.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Address scope" alias="address-scope" description="Address scopes extension." updated="2015-07-26T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: address-scope +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: ******_state_down_before_update.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Enforce Router's Admin State Down Before Update Extension" alias="router-******-state-down-before-update" description="Ensure that the ****** state of a router is DOWN (******_state_up=False) before updating the distributed attribute" updated="2019-07-02T15:56:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension router-******-state-down-before-update not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: agent.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="agent" alias="agent" description="The agent management extension." updated="2013-02-03T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: agent +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: agent_resources_synced.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Agent's Resource View Synced to Placement" alias="agent-resources-synced" description="Stores success/failure of last sync to Placement" updated="2018-12-19T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension agent-resources-synced not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: allowedaddresspairs.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Allowed Address Pairs" alias="allowed-address-pairs" description="Provides allowed address pairs" updated="2013-07-23T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: allowed-address-pairs +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: auto_allocated_topology.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Auto Allocated Topology Services" alias="auto-allocated-topology" description="Auto Allocated Topology Services." updated="2016-01-01T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: auto-allocated-topology +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: availability_zone.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Availability Zone" alias="availability_zone" description="The availability zone extension." updated="2015-01-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: availability_zone +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: availability_zone_filter.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Availability Zone Filter Extension" alias="availability_zone_filter" description="Add filter parameters to AvailabilityZone resource" updated="2018-06-22T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension availability_zone_filter not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: data_plane_status.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port data plane status extension" alias="data-plane-status" description="Expose status of underlying data plane" updated="2017-01-24T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension data-plane-status not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: default_subnetpools.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Default Subnetpools" alias="default-subnetpools" description="Provides ability to mark and use a subnetpool as the default." updated="2016-02-18T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: default-subnetpools +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: dhcpagentscheduler.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="DHCP Agent Scheduler" alias="dhcp_agent_scheduler" description="Schedule networks among dhcp agents" updated="2013-02-07T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: dhcp_agent_scheduler +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: dns.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="DNS Integration" alias="dns-integration" description="Provides integration with DNS." updated="2015-08-15T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: dns-integration +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: dns_domain_ports.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="dns_domain for ports" alias="dns-domain-ports" description="Allows the DNS domain to be specified for a network port." updated="2017-04-24T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: dns-domain-ports +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: dns_integration_domain_keywords.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="DNS domain names with keywords allowed" alias="dns-integration-domain-keywords" description="Allows to use keywords like , , and as DNS domain name" updated="2020-06-15T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: dns-integration-domain-keywords +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: dvr.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Distributed Virtual Router" alias="dvr" description="Enables configuration of Distributed Virtual Routers." updated="2014-06-1T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension dvr not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: ecmp_routes.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Equal Cost Multipath Routing" alias="ecmp_routes" description="Allows traffic to reach thesame destination via multiple different links " updated="2020-11-26T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension ecmp_routes not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: empty_string_filtering.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Empty String Filtering Extension" alias="empty-string-filtering" description="Allow filtering by attributes with empty string value" updated="2018-05-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension empty-string-filtering not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: expose_l3_conntrack_helper.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Expose CT target rules for conntrack helper" alias="expose-l3-conntrack-helper" description="Expose allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension expose-l3-conntrack-helper not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: expose_port_forwarding_in_fip.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Expose Floating IP port forwardings" alias="expose-port-forwarding-in-fip" description="Expose port forwarding fields in floating IP response" updated="2018-06-28T16:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: external_net.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron external network" alias="external-net" description="Adds external network attribute to network resource." updated="2013-01-14T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: external-net +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: extra_dhcp_opt.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Extra DHCP options" alias="extra_dhcp_opt" description="Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)" updated="2013-03-17T12:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: extra_dhcp_opt +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: extraroute.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Extra Route" alias="extraroute" description="Extra routes configuration for L3 router" updated="2013-02-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: extraroute +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: extraroute_atomic.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Atomically add/remove extra routes" alias="extraroute-atomic" description="Edit extra routes of a router on server side by atomically adding/removing extra routes" updated="2019-07-10T00:00:00+00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension extraroute-atomic not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: filter_validation.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Filter parameters validation" alias="filter-validation" description="Provides validation on filter parameters." updated="2018-07-04T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: filter-validation +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: fip_pf_description.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Floating IP Port Forwarding new attribute description" alias="floating-ip-port-forwarding-description" description="Add a description field to Port Forwarding rules" updated="2019-11-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: fip_pf_detail.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Floating IP port forwarding detail" alias="floating-ip-port-forwarding-detail" description="Allow list floating ip return more port forwarding data, include'id' and 'internal_port_id'" updated="2022-05-06T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: floating-ip-port-forwarding-detail +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: fip_pf_port_range.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Floating IP Port Forwarding support port ranges" alias="floating-ip-port-forwarding-port-ranges" description="Add support to port ranges" updated="2020-07-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: fip_port_details.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Floating IP Port Details Extension" alias="fip-port-details" description="Add port_details attribute to Floating IP resource" updated="2018-04-09T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: fip-port-details +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: flavors.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Service Flavors" alias="flavors" description="Flavor specification for Neutron advanced services." updated="2015-09-17T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: flavors +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: floating_ip_port_forwarding.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Floating IP Port Forwarding" alias="floating-ip-port-forwarding" description="Allow port forwarding from floating IP port to an internal port" updated="2018-01-19T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension floating-ip-port-forwarding not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: floatingip_pools.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Floating IP Pools Extension" alias="floatingip-pools" description="Provides a floating IP pools API." updated="2018-03-21T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: floatingip-pools +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: ip_allocation.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="IP Allocation" alias="ip_allocation" description="IP allocation extension." updated="2016-06-10T23:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension ip_allocation not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: ip_substring_port_filtering.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="IP address substring filtering" alias="ip-substring-filtering" description="Provides IP address substring filtering when listing ports" updated="2017-11-28T09:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension ip-substring-filtering not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l2_adjacency.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="L2 Adjacency" alias="l2_adjacency" description="Display L2 Adjacency for Neutron Networks." updated="2016-04-12T16:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension l2_adjacency not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron L3 Router" alias="router" description="Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway." updated="2012-07-20T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: router +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_conntrack_helper.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="L3 Conntrack helper" alias="l3-conntrack-helper" description="Allow adding CT target rules for conntrack helper" updated="2019-04-04T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension l3-conntrack-helper not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_enable_default_route_bfd.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Enable Default Route BFD" alias="enable-default-route-bfd" description="Enables configurable BFD behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: enable-default-route-bfd +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_enable_default_route_ecmp.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Enable Default Route ECMP" alias="enable-default-route-ecmp" description="Enables configurable ECMP behavior for default routes" updated="2023-02-27T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: enable-default-route-ecmp +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_ext_gw_mode.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron L3 Configurable external gateway mode" alias="ext-gw-mode" description="Extension of the router abstraction for specifying whether SNAT should occur on the external gateway" updated="2013-03-28T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: ext-gw-mode +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_ext_ha_mode.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="HA Router extension" alias="l3-ha" description="Adds HA capability to routers." updated="2014-04-26T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: l3-ha +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_ext_ndp_proxy.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Router support to enable NDP proxy" alias="l3-ext-ndp-proxy" description="Router extension to enable ndp proxy" updated="2020-08-25T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension l3-ext-ndp-proxy not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_extra_gws.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron L3 External Gateway Multihoming" alias="external-gateway-multihoming" description="Allow multiple external gateway ports per router" updated="2023-01-18T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: external-gateway-multihoming +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_flavors.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Router Flavor Extension" alias="l3-flavors" description="Flavor support for routers." updated="2016-05-17T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: l3-flavors +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_ndp_proxy.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="name" alias="l3-ndp-proxy" description="description" updated="2021-06-29T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension l3-ndp-proxy not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3_port_ip_change_not_allowed.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Prevent L3 router ports IP address change extension" alias="l3-port-ip-change-not-allowed" description="Prevent change of IP address for some L3 router ports" updated="2018-10-09T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: l3agentscheduler.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="L3 Agent Scheduler" alias="l3_agent_scheduler" description="Schedule routers among l3 agents" updated="2013-02-07T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension l3_agent_scheduler not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: local_ip.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Local IP" alias="local_ip" description="Support Node Local Virtual IP" updated="2021-07-26T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension local_ip not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: logging.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Logging API Extension" alias="logging" description="Provides a logging API for resources such as security group and firewall." updated="2017-01-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension logging not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: metering.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Metering" alias="metering" description="Neutron Metering extension." updated="2013-06-12T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension metering not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: metering_source_and_destination_fields.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Metering with source and destination filtering" alias="metering_source_and_destination_fields" description="Neutron Metering extension that enables the use of source and destination IP prefixes to create metering label rules." updated="2020-08-21T08:12:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension metering_source_and_destination_fields not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: multiprovidernet.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Multi Provider Network" alias="multi-provider" description="Expose mapping of virtual networks to multiple physical networks" updated="2013-06-27T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: multi-provider +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: netmtu.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Network MTU" alias="net-mtu" description="Provides MTU attribute for a network resource." updated="2015-03-25T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: net-mtu +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: netmtu_writable.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Network MTU (writable)" alias="net-mtu-writable" description="Provides a writable MTU attribute for a network resource." updated="2017-07-12T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: net-mtu-writable +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: network_availability_zone.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Network Availability Zone" alias="network_availability_zone" description="Availability zone support for network." updated="2015-01-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: network_availability_zone +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: network_ha.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Network HA creation flag" alias="network_ha" description="Network high availability creation flag." updated="2023-04-27T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension network_ha not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: network_ip_availability.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Network IP Availability" alias="network-ip-availability" description="Provides IP availability data for each network and subnet." updated="2015-09-24T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: network-ip-availability +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: network_segment_range.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Network Segment Range" alias="network-segment-range" description="Provides support for the network segment range management" updated="2018-11-29T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension network-segment-range not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: pagination.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Pagination support" alias="pagination" description="Extension that indicates that pagination is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: pagination +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_device_profile.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port device profile" alias="port-device-profile" description="Expose the port device profile (Cyborg)" updated="2020-12-17T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: port-device-profile +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_hardware_offload_type.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port hardware offload" alias="port-hardware-offload-type" description="Expose port hardware offload extension" updated="2023-05-09T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-hardware-offload-type not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_hint_ovs_tx_steering.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port hint: Open vSwitch Tx steering" alias="port-hint-ovs-tx-steering" description="Enable Port hint: Open vSwitch Tx steering" updated="2023-01-01T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_hints.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port hints" alias="port-hints" description="Backend specific port hints to allow backend specific tuning" updated="2023-01-01T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-hints not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_mac_address_override.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Port MAC address override" alias="port-mac-override" description="Allow overriding the MAC address of a direct-physical Port via the active binding profile" updated="2022-03-18T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-mac-override not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_mac_address_regenerate.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Port MAC address regenerate" alias="port-mac-address-regenerate" description="Network port MAC address regenerate" updated="2018-05-03T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: port-mac-address-regenerate +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_numa_affinity_policy.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port NUMA affinity policy" alias="port-numa-affinity-policy" description="Expose the port NUMA affinity policy" updated="2020-07-08T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: port-numa-affinity-policy +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_numa_affinity_policy_socket.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port NUMA affinity policy "socket"" alias="port-numa-affinity-policy-socket" description="Adds "socket" to the supported port NUMA affinity policies" updated="2024-02-09T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: port-numa-affinity-policy-socket +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_resource_request.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port Resource Request" alias="port-resource-request" description="Expose resource request to Port" updated="2018-05-08T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-resource-request not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_resource_request_groups.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port Resource Request Groups" alias="port-resource-request-groups" description="Support requesting multiple groups of resources and traits from the same RP subtree in resource_request" updated="2021-08-02T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-resource-request-groups not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: port_trusted_vif.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port trusted vif" alias="port-trusted-vif" description="Expose port 'trusted' attribute in the API" updated="2024-07-10T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-trusted-vif not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: portbindings.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port Binding" alias="binding" description="Expose port bindings of a virtual port to external application" updated="2014-02-03T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: binding +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: portbindings_extended.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port Bindings Extended" alias="binding-extended" description="Expose port bindings of a virtual port to external application" updated="2017-07-17T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: binding-extended +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: portsecurity.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port Security" alias="port-security" description="Provides port security" updated="2012-07-23T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: port-security +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: project_id.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="project_id field enabled" alias="project-id" description="Extension that indicates that project_id field is enabled." updated="2016-09-09T09:09:09-09:09" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: project-id +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: providernet.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Provider Network" alias="provider" description="Expose mapping of virtual networks to physical networks" updated="2012-09-07T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: provider +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Quality of Service" alias="qos" description="The Quality of Service extension." updated="2015-06-08T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_bw_limit_direction.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Direction for QoS bandwidth limit rule" alias="qos-bw-limit-direction" description="Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress" updated="2017-04-10T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-bw-limit-direction not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_bw_minimum_ingress.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Ingress direction for QoS minimum bandwidth rule" alias="qos-bw-minimum-ingress" description="Allow to configure QoS minumum bandwidth rule with ingress direction." updated="2018-07-09T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-bw-minimum-ingress not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_default.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="QoS default policy" alias="qos-default" description="Expose the QoS default policy per project" updated="2017-041-06T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-default not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_fip.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Floating IP QoS" alias="qos-fip" description="The floating IP Quality of Service extension" updated="2017-07-20T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-fip not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_fip_network_policy.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="QoS floating IP network policy ID" alias="qos-fip-network-policy" description="Adds a the QoS network ID to the floating IP definition" updated="2021-11-15T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-fip-network-policy not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_gateway_ip.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Router gateway IP QoS" alias="qos-gateway-ip" description="The Router gateway IP Quality of Service extension" updated="2018-02-24T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-gateway-ip not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_port_network_policy.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="QoS port network policy ID" alias="qos-port-network-policy" description="Adds a the QoS network ID to the port definition" updated="2019-11-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-port-network-policy not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_pps_minimum_rule.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="QoS minimum packet rate rule" alias="qos-pps-minimum" description="Allow to configure QoS minimum packet rate rule." updated="2021-07-14T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-pps-minimum not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_pps_minimum_rule_alias.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="QoS minimum packet rate rule alias" alias="qos-pps-minimum-rule-alias" description="API to enable GET, PUT and DELETE operations on QoS minimum packet rate rule without specifying policy ID" updated="2021-10-22T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-pps-minimum-rule-alias not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_pps_rule.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="QoS Rule Type Packet per Second Extension" alias="qos-pps" description="Add QoS Rule Type Packet per Second" updated="2021-05-12T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-pps not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_rule_type_details.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Details of QoS rule types" alias="qos-rule-type-details" description="Expose details about QoS rule types supported by loaded backend drivers" updated="2017-06-22T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-rule-type-details not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_rule_type_filter.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Allow to filter the list of QoS rule types" alias="qos-rule-type-filter" description="Allows to filter the QoS rule type list adding two new flags. "all_rules" prints all implemented QoS rule types."all_supported" prints all supported QoS rule types by the loaded mechanism drivers" updated="2022-02-02T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-rule-type-filter not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: qos_rules_alias.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Quality of Service rules alias API" alias="qos-rules-alias" description="API to enable GET, PUT and DELETE operations on QoS policy rules without specifying policy ID" updated="2018-10-07T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension qos-rules-alias not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: quota_check_limit.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Quota engine limit check" alias="quota-check-limit" description="Support for checking the resource usage before applying a new quota limit" updated="2021-09-08T16:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: quota-check-limit +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: quota_check_limit_default.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Quota engine limit check by default" alias="quota-check-limit-default" description="By default, the Neutron quota engine checks the resource usage before applying a new quota limit" updated="2024-08-21T16:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: quota-check-limit-default +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: quotasv2.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Quota management support" alias="quotas" description="Expose functions for quotas management per project" updated="2012-07-29T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: quotas +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: quotasv2_detail.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Quota details management support" alias="quota_details" description="Expose functions for quotas usage statistics per project" updated="2017-02-10T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: quota_details +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: rbac.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="RBAC Policies" alias="rbac-policies" description="Allows creation and modification of policies that control tenant access to resources." updated="2015-06-17T12:15:12-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: rbac-policies +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: rbac_address_group.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Add address_group type to RBAC" alias="rbac-address-group" description="Add address_group type to network RBAC" updated="2021-01-20T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension rbac-address-group not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: rbac_address_scope.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Add address_scope type to RBAC" alias="rbac-address-scope" description="Add address_scope type to RBAC" updated="2020-02-12T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: rbac-address-scope +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: rbac_security_groups.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Add security_group type to network RBAC" alias="rbac-security-groups" description="Add security_group type to network RBAC" updated="2019-02-14T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: rbac-security-groups +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: rbac_subnetpool.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Add subnetpool type to RBAC" alias="rbac-subnetpool" description="Add subnetpool type to RBAC" updated="2020-02-05T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension rbac-subnetpool not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: revisionifmatch.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="If-Match constraints based on revision_number" alias="revision-if-match" description="Extension indicating that If-Match based on revision_number is supported." updated="2016-12-11T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: revision-if-match +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: revisions.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Resource revision numbers" alias="standard-attr-revisions" description="This extension will display the revision number of neutron resources." updated="2016-04-11T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: standard-attr-revisions +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: router_availability_zone.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Router Availability Zone" alias="router_availability_zone" description="Availability zone support for router." updated="2015-01-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: router_availability_zone +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: routerservicetype.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Router Service Type" alias="router-service-type" description="Provides router service type" updated="2013-01-29T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension router-service-type not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: security_groups_default_rules.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Default rules for security groups" alias="security-groups-default-rules" description="Configure set of security group rules used as default rules for every new security group" updated="2022-12-19T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: security-groups-default-rules +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: security_groups_normalized_cidr.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Normalized CIDR field for security group rules" alias="security-groups-normalized-cidr" description="Add new field with normalized remote_ip_prefix cidr in SG rule" updated="2020-07-28T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: security-groups-normalized-cidr +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: security_groups_port_filtering.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Port filtering on security groups" alias="port-security-groups-filtering" description="Provides security groups filtering when listing ports" updated="2018-01-09T09:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension port-security-groups-filtering not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: security_groups_remote_address_group.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Remote address group id field for security group rules" alias="security-groups-remote-address-group" description="Add new field of remote address group id in SG rules" updated="2020-08-25T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: security-groups-remote-address-group +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: security_groups_rules_belongs_to_default_sg.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Security group rule belongs to the project's default security group" alias="security-groups-rules-belongs-to-default-sg" description="Flag to determine if the security group rule belongs to the project's default security group" updated="2023-05-23T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: security-groups-rules-belongs-to-default-sg +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: security_groups_shared_filtering.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Security group filtering on the shared field" alias="security-groups-shared-filtering" description="Support filtering security groups on the shared field" updated="2021-10-05T09:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: security-groups-shared-filtering +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: securitygroup.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="security-group" alias="security-group" description="The security groups extension." updated="2012-10-05T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: security-group +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: segment.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Segment" alias="segment" description="Segments extension." updated="2016-02-24T17:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension segment not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: segments_peer_subnet_host_routes.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Segments peer-subnet host routes" alias="segments-peer-subnet-host-routes" description="Add host routes to subnets on a routed network (segments)" updated="2018-06-12T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension segments-peer-subnet-host-routes not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: servicetype.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Neutron Service Type Management" alias="service-type" description="API for retrieving service providers for Neutron advanced services" updated="2013-01-20T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: service-type +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: sorting.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Sorting support" alias="sorting" description="Extension that indicates that sorting is enabled." updated="2016-06-12T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: sorting +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: standard_attr_segment.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Standard Attribute Segment Extension" alias="standard-attr-segment" description="Add standard attributes to Segment resource" updated="2018-04-09T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension standard-attr-segment not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: standardattrdescription.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="standard-attr-description" alias="standard-attr-description" description="Extension to add descriptions to standard attributes" updated="2016-02-10T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: standard-attr-description +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: stateful_security_group.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Stateful security group" alias="stateful-security-group" description="Indicates if the security group is stateful or not" updated="2019-11-26T09:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: stateful-security-group +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: stdattrs_common.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Did not find expected name "Stdattrs_common" in /opt/stack/neutron/neutron/extensions/stdattrs_common.py +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: subnet_dns_publish_fixed_ip.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Subnet DNS publish fixed IP" alias="subnet-dns-publish-fixed-ip" description="Support choosing to publish DNS records for IPs from a subnet" updated="2019-05-24T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: subnet-dns-publish-fixed-ip +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: subnet_external_network.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Subnet belongs to an external network" alias="subnet-external-network" description="Informs if the subnet belongs to an external network" updated="2024-02-05T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: subnet-external-network +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: subnet_onboard.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Subnet Onboard" alias="subnet_onboard" description="Provides support for onboarding subnets into subnet pools" updated="2018-12-18T09:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension subnet_onboard not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: subnet_segmentid_writable.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Subnet SegmentID (writable)" alias="subnet-segmentid-writable" description="Provides a writable segment_id attribute for a subnet resource." updated="2018-03-12T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension subnet-segmentid-writable not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: subnet_service_types.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Subnet service types" alias="subnet-service-types" description="Provides ability to set the subnet service_types field" updated="2016-03-15T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: subnet-service-types +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: subnetallocation.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Subnet Allocation" alias="subnet_allocation" description="Enables allocation of subnets from a subnet pool" updated="2015-03-30T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: subnet_allocation +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: subnetpool_prefix_ops.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Subnet Pool Prefix Operations" alias="subnetpool-prefix-ops" description="Provides support for adjusting the prefix list of subnet pools" updated="2019-02-08T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: subnetpool-prefix-ops +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: tag_creation.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Tag creation extension" alias="tag-creation" description="Allow to create multiple tags for a resource" updated="2024-23-07T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: tag-creation +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: tag_ports_during_bulk_creation.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Tag Ports During Bulk Creation" alias="tag-ports-during-bulk-creation" description="Allow to tag ports during bulk creation" updated="2019-12-29T19:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: tagging.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Tag support for resources with standard attribute: port, subnet, subnetpool, network, security_group, router, floatingip, policy, trunk, network_segment_range" alias="standard-attr-tag" description="Enables to set tag on resources with standard attribute." updated="2017-01-01T00:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: standard-attr-tag +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: timestamp.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Resource timestamps" alias="standard-attr-timestamp" description="Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes." updated="2016-09-12T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loaded extension: standard-attr-timestamp +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: trunk.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Trunk Extension" alias="trunk" description="Provides support for trunk ports" updated="2016-01-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension trunk not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: trunk_details.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Trunk port details" alias="trunk-details" description="Expose trunk port details" updated="2016-01-01T10:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension trunk-details not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: uplink_status_propagation.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Uplink status propagation extension" alias="uplink-status-propagation" description="Provides ability to propagate port uplink status." updated="2018-05-31T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension uplink-status-propagation not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: uplink_status_propagation_updatable.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Uplink status propagation updatable extension" alias="uplink-status-propagation-updatable" description="Provides ability to update the port uplink status." updated="2024-09-03T18:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension uplink-status-propagation-updatable not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Loading extension file: vlantransparent.py {{(pid=115604) _load_all_extensions_from_path /opt/stack/neutron/neutron/api/extensions.py:449}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Ext name="Vlantransparent" alias="vlan-transparent" description="Provides Vlan Transparent Networks" updated="2015-03-23T09:00:00-00:00" {{(pid=115604) _check_extension /opt/stack/neutron/neutron/api/extensions.py:415}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extension vlan-transparent not supported by any of loaded plugins +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:network +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:subnet +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:subnetpool +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:port +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service FLAVORS assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:router +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:floatingip +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > rbac-policy before_create 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > rbac-policy before_update 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Subscribe: > rbac-policy before_delete 55550000, False {{(pid=115604) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of CountableResource for resource:rbac_policy +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:security_group +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:security_group_rule +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service CORE assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:subnetpool +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] subnetpool is already registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service FLAVORS assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service L3_ROUTER_NAT assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:router +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] router is already registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:floatingip +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] floatingip is already registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of CountableResource for resource:rbac_policy +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] rbac_policy is already registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:security_group +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] security_group is already registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:security_group_rule +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] security_group_rule is already registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.v2.resource_helper [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Service CORE assigned prefix: {{(pid=115604) build_resource_info /opt/stack/neutron/neutron/api/v2/resource_helper.py:77}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Creating instance of TrackedResource for resource:subnetpool +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING neutron.quota.resource_registry [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] subnetpool is already registered +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: extensions {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: address-groups {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: address-scopes {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: agents {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: auto-allocated-topology {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: availability_zones {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: dhcp-networks {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: dhcp-agents {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: flavors {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: service_profiles {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: next_providers {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: service_profiles {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: floatingip-pools {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: routers {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: floatingips {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: network-ip-availabilities {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: bindings {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: quotas {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: quotas {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: rbac-policies {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: default-security-group-rules {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: security-groups {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: security-group-rules {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: service-providers {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: subnetpools {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron.api.extensions [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Extended resource: tags {{(pid=115604) __init__ /opt/stack/neutron/neutron/api/extensions.py:156}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING keystonemiddleware.auth_token [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. +Jan 14 22:41:02 ubuntu neutron-server[115604]: WARNING keystonemiddleware.auth_token [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an ****** endpoint +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Acquiring lock "singleton_lock" {{(pid=115604) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Acquired lock "singleton_lock" {{(pid=115604) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.lockutils [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Releasing lock "singleton_lock" {{(pid=115604) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Starting 2 workers +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Started child 115614 {{(pid=115604) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Started child 115615 {{(pid=115604) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO neutron.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Neutron service started, listening on 0.0.0.0:9696 +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.pre_fork_initialize-664535'] for process (None), before_spawn {{(pid=115604) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.processutils [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Running cmd (subprocess): ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}] {{(pid=115604) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:383}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-664546'] for process (None), after_init {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=115614) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=115614) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=115614) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring setup using multiprocess event lock {{(pid=115614) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-664546'] for process (None), after_init {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "singleton_lock" {{(pid=115615) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:310}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "singleton_lock" {{(pid=115615) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:313}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "singleton_lock" {{(pid=115615) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:331}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring setup using multiprocess event lock {{(pid=115615) _setup_hash_ring_event /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:350}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writer thread running {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_hash_ring_db [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Nodes from host "ubuntu" and group "mechanism_driver" removed from the Hash Ring +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writer thread running {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_concurrency.processutils [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] CMD "ovsdb-client transact tcp:10.201.9.223:6641 --timeout 180 ["OVN_Northbound", {"op": "wait", "timeout": 0, "table": "Port_Group", "where": [["name", "==", "neutron_pg_drop"]], "until": "==", "rows": []}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "to-lport", "match": "outport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "droptoport"}, {"op": "insert", "table": "ACL", "row": {"action": "drop", "direction": "from-lport", "match": "inport == @neutron_pg_drop && ip", "priority": 1001}, "uuid-name": "dropfromport"}, {"op": "insert", "table": "Port_Group", "row": {"name": "neutron_pg_drop", "acls": ["set", [["named-uuid", "droptoport"], ["named-uuid", "dropfromport"]]]}}]" returned: 0 in 0.028s {{(pid=115604) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:421}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Starting 1 workers +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_hash_ring_db [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 from host "ubuntu" and group "mechanism_driver" added to the Hash Ring +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=115614) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO neutron.db.ovn_hash_ring_db [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 from host "ubuntu" and group "mechanism_driver" added to the Hash Ring +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring probing thread for node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 has started +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Periodic task found: HashRingHealthCheckPeriodics.touch_hash_ring_node {{(pid=115615) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Getting OvsdbNbOvnIdl for WorkerService with retry +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring probing thread for node 5035a516-cefa-41d9-a3af-e4e2998b0e56 has started +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Getting OvsdbNbOvnIdl for WorkerService with retry +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Started child 115617 {{(pid=115604) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Starting 1 workers +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Started child 115618 {{(pid=115604) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: INFO oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Starting 1 workers +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] calling RpcWorker wait() {{(pid=115617) _wait /opt/stack/neutron/neutron/service.py:132}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] returning from RpcWorker wait() {{(pid=115617) _wait /opt/stack/neutron/neutron/service.py:139}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Started child 115619 {{(pid=115604) _start_child /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:579}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG neutron_lib.callbacks.manager [None req-c9b6c4d2-1cb6-4969-a392-66c04426aaa1 None None] Publish callbacks [] for process (None), after_spawn {{(pid=115604) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-664546'] for process (None), after_init {{(pid=115617) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=115604) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for RpcWorker with retry +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config_source = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] debug = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-664546'] for process (None), after_init {{(pid=115618) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_color = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_dir = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_options = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for MaintenanceWorker with retry +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115619]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-664546'] for process (None), after_init {{(pid=115619) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created lookup_table index Logical_Switch.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created lookup_table index Logical_Router.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created lookup_table index Load_Balancer.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Copp.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Meter.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Load_Balancer_Group.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index HA_Chassis_Group.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Address_Set.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Connection.target {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Gateway_Chassis.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Logical_Router_Port.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Port_Group.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_journal = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Logical_Switch_Port.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_json = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] tcp:10.201.9.223:6641: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] tcp:10.201.9.223:6641: connected +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created lookup_table index Logical_Switch.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created lookup_table index Logical_Router.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created lookup_table index Load_Balancer.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Copp.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Meter.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Load_Balancer_Group.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index HA_Chassis_Group.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Address_Set.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Connection.target {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Gateway_Chassis.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Logical_Router_Port.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Port_Group.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Logical_Switch_Port.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] tcp:10.201.9.223:6641: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] tcp:10.201.9.223:6641: connected +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Allow caching, nodes 2>=2 {{(pid=115614) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created lookup_table index Logical_Switch.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created lookup_table index Logical_Router.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created lookup_table index Load_Balancer.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Copp.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Meter.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Load_Balancer_Group.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index HA_Chassis_Group.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Address_Set.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Connection.target {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Gateway_Chassis.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Logical_Router_Port.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Port_Group.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Logical_Switch_Port.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] tcp:10.201.9.223:6641: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] tcp:10.201.9.223:6641: connected +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Switch.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Logical_Router.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Load_Balancer.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Copp.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Meter.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Load_Balancer_Group.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index HA_Chassis_Group.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Address_Set.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Connection.target {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Gateway_Chassis.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Router_Port.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port_Group.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Logical_Switch_Port.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 57ed9df2-dab1-4e36-9af7-953b4a2f534c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6641: connected +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 793fb567-b5ef-4522-8229-7f1dd7d873b9 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7b045233-ca45-4a57-a190-85058711cab8 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f9711115-9a7f-4cf1-9f32-b01943675054 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4fef15d0-c04b-4148-b736-07c4a7f7f47e (table: DHCP_Options) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 961fd335-ffeb-4660-bb9f-01389a64e61c (table: DHCP_Options) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 92d381ea-58d1-4934-84f0-ad87a080c62e (table: Logical_Router_Static_Route) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ccd7c6fd-6566-4121-9636-a725514d7360 (table: Logical_Switch) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f4b53046-8679-4d6e-aef2-a1d8fe5870df (table: Logical_Switch) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1fa56102-a9bb-4a49-bef3-262dd24d25fc (table: Logical_Switch_Port) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=46184947-85bb-4aea-9964-1fef322c615c, external_ids={'neutron:cidrs': '10.0.0.2/22', 'neutron:device_id': 'ovnmeta-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:device_owner': 'network:distributed', 'neutron:mtu': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={}, parent_name=[], enabled=[True], type=localport, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['fa:16:3e:9b:a8:d8 10.0.0.2'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115614) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 50075d9e-1af0-4deb-a191-7c84a55578fb (table: Logical_Switch_Port) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=7ec6c468-42b5-4342-9675-23d2bccd4a54, external_ids={'neutron:cidrs': '192.168.233.2/24', 'neutron:device_id': 'ovnmeta-ffa97ed8-17ba-4ef4-808f-66711e169436', 'neutron:device_owner': 'network:distributed', 'neutron:mtu': '', 'neutron:network_name': 'neutron-ffa97ed8-17ba-4ef4-808f-66711e169436', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={}, parent_name=[], enabled=[True], type=localport, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['fa:16:3e:2f:bb:6e 192.168.233.2'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115614) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row d26dcd2c-ea00-4aa6-9c6c-6451060da108 (table: Logical_Switch_Port) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=7a561ee5-6038-408a-9605-1d5a1e9898d8, external_ids={'neutron:cidrs': '172.24.4.113/24', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_gateway', 'neutron:mtu': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'exclude-lb-vips-from-garp': 'true', 'nat-addresses': 'router', 'router-port': 'lrp-7a561ee5-6038-408a-9605-1d5a1e9898d8'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115614) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 46184947-85bb-4aea-9964-1fef322c615c +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Getting OvsdbSbOvnIdl for WorkerService with retry +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] Full set of CONF: {{(pid=115604) wait /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/service.py:653}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2804}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] Configuration options gathered from: {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2805}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] command line args: ['--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2806}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config files: ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2807}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ================================================================================ {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2809}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] agent_down_time = 75 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] allow_automatic_dhcp_failover = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] allow_bulk = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] allowed_conntrack_helpers = [{'amanda': 'tcp'}, {'ftp': 'tcp'}, {'h323': 'udp'}, {'h323': 'tcp'}, {'irc': 'tcp'}, {'netbios-ns': 'udp'}, {'pptp': 'tcp'}, {'sane': 'tcp'}, {'sip': 'udp'}, {'sip': 'tcp'}, {'snmp': 'udp'}, {'tftp': 'udp'}] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] api_extensions_path = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] api_paste_config = api-paste.ini {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] api_workers = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] auth_strategy = keystone {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] backdoor_port = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] backdoor_socket = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] backlog = 4096 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] base_mac = fa:16:3e:00:00:00 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] bind_host = 0.0.0.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] bind_port = 9696 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] client_socket_timeout = 900 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config_dir = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config_file = ['/etc/neutron/neutron.conf', '/etc/neutron/plugins/ml2/ml2_conf.ini'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] config_source = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] control_exchange = neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] core_plugin = ml2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] debug = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] default_availability_zones = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'oslo_policy=INFO', 'dogpile.core.dogpile=INFO', 'OFPHandler=INFO', 'OfctlService=INFO', 'os_ken.base.app_manager=INFO', 'os_ken.controller.controller=INFO'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_agent_notification = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_agents_per_network = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_lease_duration = 86400 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dhcp_load_type = networks {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dns_domain = openstacklocal {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] dvr_base_mac = fa:16:3f:00:00:00 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_default_route_bfd = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_default_route_ecmp = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_dvr = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_new_agents = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_services_on_agents_with_******_state_down = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_signals = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_snat_by_default = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] enable_traditional_dhcp = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] external_dns_driver = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] fatal_deprecations = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] filter_validation = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] global_physnet_mtu = 1500 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] graceful_shutdown_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] host = ubuntu {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] host_dvr_for_dhcp = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] http_retries = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] instance_format = [instance: %(uuid)s] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] instance_uuid_format = [instance: %(uuid)s] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ipam_driver = internal {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Allow caching, nodes 2>=2 {{(pid=115615) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ipv6_pd_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha_net_cidr = 169.254.192.0/18 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha_network_physical_name = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] l3_ha_network_type = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_color = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_config_append = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_date_format = %Y-%m-%d %H:%M:%S {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_dir = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_options = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_rotate_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_rotate_interval_type = days {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] log_rotation_type = none {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_exception_prefix = ERROR %(name)s %(instance)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_allowed_address_pair = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_dns_nameservers = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_header_line = 16384 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_l3_agents_per_router = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_logfile_count = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_logfile_size_mb = 200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_routes = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] max_subnet_host_routes = 20 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] my_ip = 10.201.9.223 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] my_ipv6 = ::1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_auto_schedule = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_link_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] notify_nova_on_port_data_changes = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] notify_nova_on_port_status_changes = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] pagination_max_limit = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] periodic_fuzzy_delay = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] periodic_interval = 40 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] publish_errors = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rate_limit_burst = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rate_limit_except_level = CRITICAL {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rate_limit_interval = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] retry_until_window = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] router_distributed = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_resources_processing_step = 20 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_response_max_timeout = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_response_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_state_report_workers = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] rpc_workers = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] send_events_interval = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] service_plugins = ['ovn-router'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] setproctitle = on {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] shell_completion = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] state_path = /opt/stack/data/neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] syslog_log_facility = LOG_USER {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] tcp_keepidle = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] transport_url = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_journal = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_json = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_ssl = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_stderr = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] use_syslog = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] vlan_transparent = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] watch_log_file = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_default_pool_size = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_keep_alive = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] wsgi_server_debug = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2817}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_concurrency.disable_process_locking = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_concurrency.lock_path = /opt/stack/data/neutron/lock {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.connection_string = messaging:// {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.es_doc_type = notification {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.es_scroll_size = 10000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created lookup_table index Chassis.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.es_scroll_time = 2m {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.filter_error_trace = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created lookup_table index Port_Binding.logical_port {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Chassis_Private.name {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.hmac_keys = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=115614) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.sentinel_service_name = mymaster {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] tcp:10.201.9.223:6642: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] tcp:10.201.9.223:6642: connected +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.socket_timeout = 0.1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.trace_requests = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler.trace_sqlalchemy = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler_jaeger.process_tags = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler_jaeger.service_name_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] profiler_otlp.service_name_prefix = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_buffer_size = 1000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_process_name = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_socket_file = /var/tmp/metrics_collector.sock {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_metrics.metrics_thread_stop_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.enforce_new_defaults = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.enforce_scope = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.policy_default_rule = default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.policy_dirs = ['policy.d'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.policy_file = /etc/neutron/policy.json {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_crt_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_client_key_file = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_policy.remote_timeout = 60.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_middleware.enable_proxy_headers_parsing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_middleware.http_basic_auth_user_file = /etc/htpasswd {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] service_providers.service_provider = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.auth_url = http://10.201.9.223/identity {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.default_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.default_domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.endpoint_type = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.project_name = service {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.region_name = RegionOne {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.system_scope = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.trust_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.user_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.user_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.user_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] nova.username = nova {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.endpoint_type = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] placement.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.auth_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.cafile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.collect_timing = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.connect_retries = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.connect_retry_delay = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.enable_notifications = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.endpoint_override = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.interface = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.max_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.min_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.retriable_status_codes = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.service_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.service_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.split_loggers = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.status_code_retries = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.status_code_retry_delay = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.valid_interfaces = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ironic.version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3e12184c-72f3-418a-855f-137ecfa04a37 (table: Database) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cli_script.dry_run = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7b357cb4-cc8f-4119-9f29-140a03658666 (table: Database) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_auto_delete = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.amqp_durable_queues = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_min_size = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.conn_pool_ttl = 1200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.direct_mandatory_flag = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.enable_cancel_on_failover = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_in_pthread = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_rate = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.heartbeat_timeout_threshold = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.hostname = ubuntu {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_compression = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_failover_strategy = round-robin {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_missing_consumer_retry_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.kombu_reconnect_delay = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.processname = neutron-server {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_ha_queues = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_interval_max = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_login_method = AMQPLAIN {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_qos_prefetch_count = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_delivery_limit = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_bytes = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_max_memory_length = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_quorum_queue = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_backoff = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_retry_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_stream_fanout = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_queues_ttl = 1800 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rabbit_transient_quorum_queue = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.rpc_conn_pool_size = 30 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_ca_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_cert_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_key_file = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.ssl_version = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_rabbit.use_queue_manager = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.driver = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.retry = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_messaging_notifications.transport_url = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] oslo_versionedobjects.fatal_exception_format_errors = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.default_quota = -1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_driver = neutron.db.quota.driver_nolock.DbQuotaNoLockDriver {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_floatingip = 50 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_network = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_port = 500 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_rbac_policy = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_router = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_security_group_rule = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.quota_subnet = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] QUOTAS.track_quota_usage = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.allowed_source_ranges = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.backends = ['disable_by_file'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.detailed = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.disable_by_file_path = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.ignore_proxied_requests = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] healthcheck.path = /healthcheck {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_tenant_name = ****** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_token = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.******_user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_******_prefix = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_host = 127.0.0.1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_port = 35357 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_protocol = https {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_section = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_type = password {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_uri = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_url = http://10.201.9.223/identity {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.auth_version = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.cache = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.cafile = /opt/stack/data/ca-bundle.pem {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.default_domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.delay_auth_decision = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.domain_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.enforce_token_bind = permissive {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.http_connect_timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.http_request_max_retries = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.identity_uri = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.include_service_catalog = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.insecure = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.interface = public {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_conn_get_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_dead_retry = 300 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_maxsize = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_socket_timeout = 3 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_pool_unused_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Allow caching, nodes 2>=2 {{(pid=115614) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_secret_key = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_security_strategy = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcache_use_advanced_pool = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.memcached_servers = ['localhost:11211'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.project_name = service {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.region_name = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles = ['service'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.service_token_roles_required = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.service_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.system_scope = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.token_cache_time = 300 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.trust_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.user_domain_name = Default {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.user_id = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.username = neutron {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] keystone_authtoken.www_authenticate_uri = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.backend = dogpile.cache.null {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.backend_argument = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.backend_expiration_time = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.config_prefix = cache.oslo {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.dead_timeout = 60.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.debug_cache_backend = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enable_retry_client = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enable_socket_keepalive = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.enforce_fips_mode = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.expiration_time = 600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.hashclient_retry_attempts = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.hashclient_retry_delay = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_dead_retry = 300 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_connection_get_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_flush_on_reconnect = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_maxsize = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_pool_unused_timeout = 60 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_sasl_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_servers = ['localhost:11211'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_socket_timeout = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.memcache_username = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.proxies = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_db = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_password = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_sentinel_service_name = mymaster {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_sentinels = ['localhost:26379'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_server = localhost:6379 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_socket_timeout = 1.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.redis_username = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.retry_attempts = 2 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.retry_delay = 0.0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.socket_keepalive_count = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.socket_keepalive_idle = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.socket_keepalive_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_allowed_ciphers = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_cafile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_certfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] cache.tls_keyfile = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.capabilities = [21, 12, 1, 2, 19] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.capabilities = [21, 12] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_dhcp_release.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.capabilities = [21, 12] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_ovs_vsctl.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.capabilities = [21] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_namespace.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.capabilities = [12] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_conntrack.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.capabilities = [12, 21] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.group = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.helper_command = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.logger_name = oslo_privsep.daemon {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.thread_pool_size = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] privsep_link.user = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] AGENT.root_helper = sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] AGENT.root_helper_daemon = sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] AGENT.use_helper_for_ns_read = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_ipset = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.enable_security_group = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.firewall_driver = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] SECURITYGROUP.permitted_ethertypes = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] experimental.ipv6_pd_enabled = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] experimental.linuxbridge = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.extension_drivers = ['port_security', 'qos'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.external_network_type = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.mechanism_drivers = ['ovn', 'logger'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.overlay_ip_version = 4 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.path_mtu = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.physical_network_mtus = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.tenant_network_types = ['geneve'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.tunnelled_network_rp_name = rp_tunnelled {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2.type_drivers = ['local', 'flat', 'vlan', 'geneve'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_flat.flat_networks = ['public'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_geneve.max_header_size = 38 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_geneve.vni_ranges = ['1:65536'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ml2_type_vlan.network_vlan_ranges = ['public'] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_log.burst_limit = 25 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_log.local_output_log_base = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] network_log.rate_limit = 100 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.asyncio_connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.asyncio_slave_connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.backend = sqlalchemy {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_debug = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_parameters = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_recycle_time = 3600 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.connection_trace = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_inc_retry_interval = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_max_retries = 20 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_max_retry_interval = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.db_retry_interval = 1 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.max_overflow = 50 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115614) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.max_pool_size = 5 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115614) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.max_retries = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.mysql_sql_mode = TRADITIONAL {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.mysql_wsrep_sync_wait = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.pool_timeout = None {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.retry_interval = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2e619b87-6b91-45c7-a420-9f8cd314e6fa (table: Port_Binding) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.slave_connection = **** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 3c279837-d7e9-4482-af2a-99ff5815f97e (table: Port_Binding) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.sqlite_synchronous = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] database.use_db_reconnect = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.broadcast_arps_to_all_routers = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.dhcp_default_lease_time = 43200 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writer thread running {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.disable_ovn_dhcp_for_baremetal_ports = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.dns_servers = [] {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.enable_distributed_floating_ip = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.fdb_age_threshold = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.localnet_learn_fdb = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.mac_binding_age_threshold = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.neutron_sync_mode = log {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_dhcp4_global_options = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_dhcp6_global_options = {} {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_emit_need_to_frag = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_l3_scheduler = leastloaded {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-635c9b86-97c6-40f7-a349-00cd0e805758 None None] WorkerService process has finished the post initialization +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_metadata_enabled = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_ca_cert = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_certificate = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_connection = tcp:10.201.9.223:6641 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_nb_private_key = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_router_indirect_snat = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_ca_cert = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_certificate = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_connection = tcp:10.201.9.223:6642 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovn_sb_private_key = {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_connection_timeout = 180 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_log_level = INFO {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_probe_interval = 60000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.ovsdb_retry_max_interval = 180 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn.vhost_sock_dir = /var/run/openvswitch {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.bridge_mac_table_size = 50000 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_flood = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [-] (115614) wsgi starting up on http://0.0.0.0:9696 +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_flood_reports = True {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_flood_unregistered = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.igmp_snooping_enable = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] OVS.ovsdb_timeout = 10 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn_nb_global.fdb_removal_limit = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn_nb_global.ignore_lsp_down = False {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ovn_nb_global.mac_binding_removal_limit = 0 {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2824}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 31b6d8fd-7a91-4749-87c9-60823c413c0e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115604]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=115604) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2828}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3550b2e8-1a7d-4f02-b156-337dd137f5c6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 57d3372d-b392-41c0-8016-53fde1813de9 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a36ee0e6-c21a-41f5-b39f-95cc3e56e158 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c5dc3b01-2b69-423a-9023-6ed8afeabd13 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row fc84094a-eed5-4c66-b0ce-33d7e1a3c36d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 238a2f4d-74be-49da-8788-34df193e147c (table: Connection) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 2c17d951-87eb-4702-b73c-0042aa2b2d1b (table: Gateway_Chassis) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3c9f91bd-c8d4-4574-a6e3-7b64acde86fd (table: Logical_Router) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row da9507e4-d01e-4ac5-a257-b30ad682ad0f (table: Logical_Router_Port) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Allow caching, nodes 2>=2 {{(pid=115617) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ed69122e-52e6-487a-8ffb-0eb6979612f7 (table: Logical_Router_Port) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e9b4125e-bad9-4e97-a338-75effb759aa3 (table: Logical_Switch) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 32cca5ef-15f4-4606-a923-9843d53a231c (table: Logical_Switch_Port) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=provnet-fde35bef-9002-4824-b05d-18f6a4fdeb46, external_ids={}, ha_chassis_group=[], options={'localnet_learn_fdb': 'false', 'mcast_flood': 'false', 'mcast_flood_reports': 'true', 'network_name': 'public'}, parent_name=[], enabled=[], type=localnet, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['unknown'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115615) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 42abbc93-6c06-4e8c-b82b-5a772e42ba42 (table: Logical_Switch_Port) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[True], name=86d0c637-e8a8-4568-96d2-5d3b5798eb24, external_ids={'neutron:cidrs': '10.0.0.1/22', 'neutron:device_id': '6d7ef129-362f-4156-945c-332e54e8edf8', 'neutron:device_owner': 'network:router_interface', 'neutron:mtu': '', 'neutron:network_name': 'neutron-48d5152c-6691-449f-b111-e44ba4f4f95a', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': '060891d56d86497f8e505edca31d59fc', 'neutron:revision_number': '2', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={'router-port': 'lrp-86d0c637-e8a8-4568-96d2-5d3b5798eb24'}, parent_name=[], enabled=[True], type=router, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['router'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115615) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 8ac8f6d9-1358-43be-822b-304192d48976 (table: Logical_Switch_Port) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.event [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Matched CREATE: LogicalSwitchPortCreateEvent(events=('create',), table='Logical_Switch_Port', conditions=[], old_conditions=None), priority=20 to row=Logical_Switch_Port(up=[False], name=9dcd0400-d6f4-482f-90f8-796cbcd01f2e, external_ids={'neutron:cidrs': '', 'neutron:device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:device_owner': 'network:distributed', 'neutron:mtu': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:port_capabilities': '', 'neutron:port_name': '', 'neutron:project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'neutron:revision_number': '1', 'neutron:security_group_ids': '', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:vnic_type': 'normal'}, ha_chassis_group=[], options={}, parent_name=[], enabled=[True], type=localport, dhcpv6_options=[], tag_request=[], port_security=[], addresses=['fa:16:3e:23:ea:31'], dynamic_addresses=[], dhcpv4_options=[], tag=[]) old= {{(pid=115615) matches /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/event.py:55}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 528bbeb4-cb78-450e-9c97-0a508e03ee32 (table: NAT) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4d5b4785-d119-4ebe-aeba-71c92288804e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row cdfec10e-3775-420a-b9f0-e6decb895618 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row fd32a55b-761c-47c8-80d7-b5c1bb482583 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-fde35bef-9002-4824-b05d-18f6a4fdeb46 +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Getting OvsdbSbOvnIdl for WorkerService with retry +Jan 14 22:41:02 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [-] Getting OvsdbSbOvnIdl for MaintenanceWorker with retry +Jan 14 22:41:02 ubuntu neutron-server[115617]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Getting OvsdbSbOvnIdl for RpcWorker with retry +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created lookup_table index Chassis.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created lookup_table index Port_Binding.logical_port {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Chassis_Private.name {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG ovsdbapp.backend.ovs_idl [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=115617) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] tcp:10.201.9.223:6642: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115617]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] tcp:10.201.9.223:6642: connected +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Chassis.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Port_Binding.logical_port {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Chassis_Private.name {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Datapath_Binding.tunnel_key {{(pid=115618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115618]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115618]: INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:10.201.9.223:6642: connected +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created lookup_table index Chassis.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created lookup_table index Port_Binding.logical_port {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Chassis_Private.name {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Created schema index Datapath_Binding.tunnel_key {{(pid=115615) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] tcp:10.201.9.223:6642: connecting... +Jan 14 22:41:02 ubuntu neutron-server[115615]: INFO ovsdbapp.backend.ovs_idl.vlog [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] tcp:10.201.9.223:6642: connected +Jan 14 22:41:02 ubuntu neutron-server[115614]: DEBUG neutron.db.provisioning_blocks [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Transition to ACTIVE for port object 46184947-85bb-4aea-9964-1fef322c615c will not be triggered until provisioned by entity L2. {{(pid=115614) add_provisioning_component /opt/stack/neutron/neutron/db/provisioning_blocks.py:74}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Allow caching, nodes 2>=2 {{(pid=115617) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Allow caching, nodes 2>=2 {{(pid=115615) _wait_startup_before_caching /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 09b71078-d580-469b-88d6-d6bcab2e987f (table: Database) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d98ac27a-efa5-4743-8ad4-3c05e89b1afa (table: Database) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115617) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:02 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115617) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:03 ubuntu neutron-server[115617]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] RpcWorker process has finished the post initialization +Jan 14 22:41:03 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.plugin [None req-ecf8a557-be5f-444d-b6ea-21fdb73e92c3 None None] neutron.plugins.ml2.plugin.Ml2Plugin method start_rpc_listeners called with arguments () {} {{(pid=115617) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_update 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip precommit_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > floatingip before_update 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port precommit_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Publish callbacks ['neutron.services.portforwarding.drivers.ovn.driver.OVNPortForwarding.register-15500998'] for port_forwarding_plugin (None), after_init {{(pid=115618) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_update 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port_forwarding after_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > router_interface after_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension +Jan 14 22:41:03 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment before_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet precommit_delete_associations 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1601fcb7-c443-4d25-9608-535aed856049 (table: Chassis) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment_host_mapping after_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] ChassisMetadataAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115615) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] ChassisAgentWriteEvent : Matched Chassis_Private, create, None None {{(pid=115615) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > port after_update 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > segment after_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_update 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0f9fd60b-5733-4a37-842b-cb64f3f98402 (table: Datapath_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3d32f41b-e5ac-4af4-8b70-de0853f11f51 (table: Datapath_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 535487a8-7ecb-4211-906e-c2c8f9c41ab3 (table: Datapath_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 6e923ec6-dc01-4fe4-b2fb-197c627f8982 (table: Datapath_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.plugin [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Current status of the port 46184947-85bb-4aea-9964-1fef322c615c is: DOWN; New status is: DOWN {{(pid=115614) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4c9c0373-3327-4f4e-896f-b22b5f2f68b1 (table: Encap) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 02dfc65f-7316-4c17-af60-dd4069619e48 (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 130f0dea-47f0-4137-a810-7cebf10d03d6 (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Starting OVNClientQosExtension +Jan 14 22:41:03 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Starting OVNClientPlacementExtension +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 19c0db6b-b8fd-49b7-8f6d-11d318f21b2b (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 9290f6f9-9063-4b41-9e49-9d5516159cf6 (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row abbfc1b4-1978-4939-b0d8-5eae04b0f452 (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c03ed8b2-8cda-4415-9d66-ec14530f6261 (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row f4377004-a728-4144-868e-8b30f6d8437e (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbRemoveCommand(_result=None, table=Logical_Switch_Port, record=46184947-85bb-4aea-9964-1fef322c615c, column=external_ids, values=('neutron:host_id',), keyvalues={}, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-456bf15c-48f1-45da-bfee-082979a3ca75 None None] WorkerService process has finished the post initialization +Jan 14 22:41:03 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] OVN reports status down for port: 7ec6c468-42b5-4342-9675-23d2bccd4a54 +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG neutron.db.provisioning_blocks [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Transition to ACTIVE for port object 7ec6c468-42b5-4342-9675-23d2bccd4a54 will not be triggered until provisioned by entity L2. {{(pid=115614) add_provisioning_component /opt/stack/neutron/neutron/db/provisioning_blocks.py:74}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.plugin [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Current status of the port 7ec6c468-42b5-4342-9675-23d2bccd4a54 is: DOWN; New status is: DOWN {{(pid=115614) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbRemoveCommand(_result=None, table=Logical_Switch_Port, record=7ec6c468-42b5-4342-9675-23d2bccd4a54, column=external_ids, values=('neutron:host_id',), keyvalues={}, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] OVN reports status up for port: 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:41:03 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [-] (115615) wsgi starting up on http://0.0.0.0:9696 +Jan 14 22:41:03 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] OVN reports status up for port: 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG neutron.db.provisioning_blocks [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Provisioning complete for port 7a561ee5-6038-408a-9605-1d5a1e9898d8 triggered by entity L2. {{(pid=115614) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1744788'] for port (7a561ee5-6038-408a-9605-1d5a1e9898d8), provisioning_complete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:03 ubuntu neutron-server[115614]: INFO neutron.plugins.ml2.plugin [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Attempt 1 to provision port 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.db.provisioning_blocks [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Provisioning complete for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 triggered by entity L2. {{(pid=115615) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:141}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1744788'] for port (86d0c637-e8a8-4568-96d2-5d3b5798eb24), provisioning_complete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.plugin [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Attempt 1 to provision port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:41:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.plugin [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] Port 7a561ee5-6038-408a-9605-1d5a1e9898d8 cannot update to ACTIVE because it is not bound. {{(pid=115614) _port_provisioned /opt/stack/neutron/neutron/plugins/ml2/plugin.py:375}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.plugin [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 cannot update to ACTIVE because it is not bound. {{(pid=115615) _port_provisioned /opt/stack/neutron/neutron/plugins/ml2/plugin.py:375}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet after_delete 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_create 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron_lib.callbacks.manager [-] Subscribe: > subnet before_update 55550000, False {{(pid=115618) subscribe /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:52}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fair_meter_consistency {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_fdb_aging_settings {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_ha_chassis_group {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_igmp_snoop_support {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_for_inconsistencies {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_global_dhcp_opts {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_provider_distributed_ports {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.configure_nb_global {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_fip_distributed_flag {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.set_network_type {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_mac_aging_settings {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_distributed_flag {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [-] Periodic task found: DBInconsistenciesPeriodics.update_router_static_routes {{(pid=115618) add_periodics /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:93}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [-] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] Maintenance task thread has started +Jan 14 22:41:03 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] MaintenanceWorker process has finished the post initialization +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG dbcounter [-] [115618] Writer thread running {{(pid=115618) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.plugin [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Current status of the port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 is: ACTIVE; New status is: ACTIVE {{(pid=115615) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} +Jan 14 22:41:03 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Starting OVNClientQosExtension +Jan 14 22:41:03 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Starting OVNClientPlacementExtension +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_baremetal_ports_dhcp_options' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fair_meter_consistency' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Setting NB_Global options: {'fdb_removal_limit': '0'} {{(pid=115618) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'fdb_removal_limit': '0'})]), if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_fdb_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_ha_chassis_group' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_igmp_snoop_support' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Maintenance task: No inconsistencies found. Skipping {{(pid=115618) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:378}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_global_dhcp_opts' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_localnet_port_has_learn_fdb' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_network_broadcast_arps_to_all_routers' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_provider_distributed_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_redirect_type_router_gateway_ports' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DelStaticRoutesCommand(_result=None, lrouter=neutron-6d7ef129-362f-4156-945c-332e54e8edf8, routes=[], if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_router_default_route_empty_dst_ip' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.cleanup_old_hash_ring_nodes' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: INFO neutron.db.ovn_hash_ring_db [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Cleaned up Hash Ring nodes older than 5 days +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Setting NB_Global options: {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'} {{(pid=115618) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'ignore_lsp_down': 'false', 'fdb_removal_limit': '0', 'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.configure_nb_global' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.remove_invalid_gateway_chassis_from_unbound_lrp' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Setting fip-distributed flag in NB_Global to False {{(pid=115618) set_fip_distributed_flag /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:1103}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('external_ids', {'neutron:fip-distributed': 'False'})]), if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_fip_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.set_network_type' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Setting NB_Global options: {'mac_binding_removal_limit': '0'} {{(pid=115618) set_nb_global_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py:901}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbSetCommand(_result=None, table=NB_Global, record=., col_values=dict_items([('options', {'mac_binding_removal_limit': '0'})]), if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): SetLRouterMacAgeLimitCommand(_result=None, router=None, threshold=0) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_mac_aging_settings' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_nat_floating_ip_with_gateway_port_reference' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_distributed_flag' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting immediate callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' {{(pid=115618) _process_immediates /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:673}} +Jan 14 22:41:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.update_router_static_routes' raised 'NeverAgain' exception, stopping any further execution of it. {{(pid=115618) _on_done /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:710}} +Jan 14 22:41:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 238a2f4d-74be-49da-8788-34df193e147c (table: Connection) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:07 ubuntu neutron-server[115615]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] No hosting information found for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24: RuntimeError: No hosting information found for port 86d0c637-e8a8-4568-96d2-5d3b5798eb24 +Jan 14 22:41:07 ubuntu neutron-server[115615]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] OVN reports status down for port: 9dcd0400-d6f4-482f-90f8-796cbcd01f2e +Jan 14 22:41:07 ubuntu neutron-server[115615]: DEBUG neutron.db.provisioning_blocks [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Transition to ACTIVE for port object 9dcd0400-d6f4-482f-90f8-796cbcd01f2e will not be triggered until provisioned by entity L2. {{(pid=115615) add_provisioning_component /opt/stack/neutron/neutron/db/provisioning_blocks.py:74}} +Jan 14 22:41:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.plugin [None req-9e5c42e0-4b36-4857-bb7e-393a2f81a3e2 None None] Current status of the port 9dcd0400-d6f4-482f-90f8-796cbcd01f2e is: DOWN; New status is: DOWN {{(pid=115615) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2415}} +Jan 14 22:41:07 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): DbRemoveCommand(_result=None, table=Logical_Switch_Port, record=9dcd0400-d6f4-482f-90f8-796cbcd01f2e, column=external_ids, values=('neutron:host_id',), keyvalues={}, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:07 ubuntu neutron-server[115614]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0953d954-b7b5-4a3f-b652-12a5ea67e52f None None] No hosting information found for port 7a561ee5-6038-408a-9605-1d5a1e9898d8: RuntimeError: No hosting information found for port 7a561ee5-6038-408a-9605-1d5a1e9898d8 +Jan 14 22:41:12 ubuntu neutron-server[115604]: DEBUG dbcounter [-] [115604] Writing DB stats neutron:SELECT=4 {{(pid=115604) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:12 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=8 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:12 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Northbound DB sync process started @ 2025-01-14 22:41:13.122172 {{(pid=115618) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:102}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync port groups started @ 2025-01-14 22:41:13.125095 {{(pid=115618) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:176}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [-] OVN-Southbound DB sync process started @ 2025-01-14 22:41:13.153229 {{(pid=115618) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1350}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] OVN-SB Sync hostname and physical networks started @ 2025-01-14 22:41:13.154765 {{(pid=115618) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1365}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync port groups completed @ 2025-01-14 22:41:13.175664 {{(pid=115618) sync_port_groups /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:234}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync networks, ports and DHCP options started @ 2025-01-14 22:41:13.176399 {{(pid=115618) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1090}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] New host ubuntu found in OVN SB DB, but not in Neutron. Add its SegmentHostMapping in Neutron +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG oslo_concurrency.lockutils [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] Acquiring lock "update_segment_host_mapping" by "neutron.services.segments.db.update_segment_host_mapping" {{(pid=115618) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:402}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG oslo_concurrency.lockutils [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] Lock "update_segment_host_mapping" acquired by "neutron.services.segments.db.update_segment_host_mapping" :: waited 0.000s {{(pid=115618) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:407}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.services.segments.db [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] Segments {'fde35bef-9002-4824-b05d-18f6a4fdeb46'} mapped to the host ubuntu {{(pid=115618) update_segment_host_mapping /opt/stack/neutron/neutron/services/segments/db.py:238}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG oslo_concurrency.lockutils [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] Lock "update_segment_host_mapping" "released" by "neutron.services.segments.db.update_segment_host_mapping" :: held 0.025s {{(pid=115618) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:421}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] OVN-SB Sync hostname and physical networks completed @ 2025-01-14 22:41:13.224743 {{(pid=115618) sync_hostname_and_physical_networks /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1393}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.services.segments.db [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] neutron.services.segments.plugin.Plugin method get_segments called with arguments (,) {'filters': {'network_id': ['9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0'], 'is_dynamic': False}} {{(pid=115618) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.services.segments.db [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] neutron.services.segments.plugin.Plugin method get_segments called with arguments (,) {'filters': {'network_id': ['48d5152c-6691-449f-b111-e44ba4f4f95a'], 'is_dynamic': False}} {{(pid=115618) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.services.segments.db [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] neutron.services.segments.plugin.Plugin method get_segments called with arguments (,) {'filters': {'network_id': ['ffa97ed8-17ba-4ef4-808f-66711e169436'], 'is_dynamic': False}} {{(pid=115618) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync metadata ports started {{(pid=115618) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1035}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync metadata ports completed {{(pid=115618) _sync_metadata_ports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1087}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync DHCP options for Neutron subnets started {{(pid=115618) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:887}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-e773fc9e-28a7-4878-8e3d-49d8af3a509d None None] OVN-Southbound DB sync process completed @ 2025-01-14 22:41:13.553047 {{(pid=115618) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1361}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync DHCP options for Neutron subnets completed @ 2025-01-14 22:41:13.553489 {{(pid=115618) _sync_subnet_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:960}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned started {{(pid=115618) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:965}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync DHCP options for Neutron ports with extra dhcp options assigned completed {{(pid=115618) _sync_port_dhcp_options /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1024}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync networks, ports and DHCP options completed @ 2025-01-14 22:41:13.554415 {{(pid=115618) sync_networks_ports_and_dhcp_opts /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1259}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync ACLs started @ 2025-01-14 22:41:13.554542 {{(pid=115618) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:260}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync ACLs completed @ 2025-01-14 22:41:13.605075 {{(pid=115618) sync_acls /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:400}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync routers and router ports started @ 2025-01-14 22:41:13.605280 {{(pid=115618) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:563}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync routers and router ports completed @ 2025-01-14 22:41:13.921307 {{(pid=115618) sync_routers_and_rports /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:882}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync port QoS policies started @ 2025-01-14 22:41:13.921534 {{(pid=115618) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1306}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] Starting OVNClientQosExtension +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync port QoS policies completed @ 2025-01-14 22:41:13.946762 {{(pid=115618) sync_port_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1316}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync Floating IP QoS policies started @ 2025-01-14 22:41:13.946965 {{(pid=115618) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1321}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] Starting OVNClientQosExtension +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] There are no commands to commit {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:78}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-NB Sync Floating IP QoS policies completed @ 2025-01-14 22:41:13.969914 {{(pid=115618) sync_fip_qos_policies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1331}} +Jan 14 22:41:13 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-f8ec0cf4-79c9-4899-b24a-036009d1a9e9 None None] OVN-Northbound DB sync process completed @ 2025-01-14 22:41:13.970092 {{(pid=115618) do_sync /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:114}} +Jan 14 22:41:17 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=55,neutron:INSERT=1 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:17 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=51,neutron:INSERT=1 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:17 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=64,neutron:DELETE=1,neutron:INSERT=1 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:17 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:INSERT=2,neutron:SELECT=54 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:23 ubuntu neutron-server[115618]: DEBUG dbcounter [-] [115618] Writing DB stats neutron:SELECT=272,neutron:INSERT=1,neutron:UPDATE=1 {{(pid=115618) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:23 ubuntu neutron-server[115618]: DEBUG dbcounter [-] [115618] Writing DB stats neutron:SELECT=255,neutron:DELETE=1,neutron:UPDATE=1 {{(pid=115618) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 57708) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: INFO neutron.pecan_wsgi.hooks.translation [None req-2247b103-4484-4420-be6a-33ae2211d55d ****** ******] GET failed (client error): The resource could not be found. +Jan 14 22:41:31 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-2247b103-4484-4420-be6a-33ae2211d55d ****** ******] 10.201.9.223 "GET /networking/v2.0/networks/public HTTP/1.1" status: 404 len: 314 time: 0.1990895 +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.policy [None req-734fb0b6-ab00-40ea-b85d-a40dcf91b72c ****** ******] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=115615) register_rules /opt/stack/neutron/neutron/policy.py:65}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: WARNING oslo_policy.policy [None req-734fb0b6-ab00-40ea-b85d-a40dcf91b72c ****** ******] 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. +Jan 14 22:41:31 ubuntu neutron-server[115615]: WARNING oslo_policy.policy [None req-734fb0b6-ab00-40ea-b85d-a40dcf91b72c ****** ******] 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. +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-734fb0b6-ab00-40ea-b85d-a40dcf91b72c ****** ******] Attributes excluded by policy engine: ['standard_attr_id', 'vlan_transparent'] {{(pid=115615) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-734fb0b6-ab00-40ea-b85d-a40dcf91b72c ****** ******] 10.201.9.223 "GET /networking/v2.0/networks?name=public HTTP/1.1" status: 200 len: 881 time: 0.1170609 +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.api.v2.base [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Request body: {'subnet': {'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'ip_version': 4, 'cidr': '192.168.1.0/24', 'name': 'public_subnet', 'allocation_pools': [{'start': '192.168.1.2', 'end': '192.168.1.100'}]}} {{(pid=115615) prepare_request_body /opt/stack/neutron/neutron/api/v2/base.py:718}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.pecan_wsgi.hooks.quota_enforcement [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Made reservation on behalf of aa6fef291c0e4913b9afb52e8e1e383b for: {'subnet': 1} {{(pid=115615) before /opt/stack/neutron/neutron/pecan_wsgi/hooks/quota_enforcement.py:66}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Publish callbacks [] for subnet (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ipam_backend_mixin [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Performing IP validity checks on allocation pools {{(pid=115615) validate_allocation_pools /opt/stack/neutron/neutron/db/ipam_backend_mixin.py:317}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ipam_backend_mixin [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Checking for overlaps among allocation pools and gateway ip {{(pid=115615) validate_allocation_pools /opt/stack/neutron/neutron/db/ipam_backend_mixin.py:338}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] create_initial_revision uuid=bc6dfbf7-c322-41ef-865c-d0d895b3da37, type=subnets, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] create_subnet_precommit called with subnet settings {'id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'name': 'public_subnet', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 35, 'gateway_ip': '192.168.1.1', 'cidr': '192.168.1.0/24', 'allocation_pools': [{'start': '192.168.1.2', 'end': '192.168.1.100'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:41:31Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 0, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'} (original settings None) +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] create_subnet_precommit: +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[ipv6_ra_mode], None -> None +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[host_routes], None -> [] +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[router:external], None -> True +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[tags], None -> [] +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[allocation_pools], None -> [{'start': '192.168.1.2', 'end': '192.168.1.100'}] +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[revision_number], None -> 0 +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[ip_version], None -> 4 +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[created_at], None -> 2025-01-14T22:41:31Z +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[cidr], None -> 192.168.1.0/24 +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[subnetpool_id], None -> None +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[updated_at], None -> 2025-01-14T22:41:31Z +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[dns_nameservers], None -> [] +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[service_types], None -> [] +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[gateway_ip], None -> 192.168.1.1 +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[standard_attr_id], None -> 35 +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[id], None -> bc6dfbf7-c322-41ef-865c-d0d895b3da37 +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[ipv6_address_mode], None -> None +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[description], None -> +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[shared], None -> False +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[name], None -> public_subnet +Jan 14 22:41:31 ubuntu neutron-server[115615]: key[enable_dhcp], None -> True +Jan 14 22:41:31 ubuntu neutron-server[115615]: {{(pid=115615) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:41:31 ubuntu neutron-server[115615]: DEBUG neutron.objects.ports [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Time-cost: Fetching 1 ports in 0 security groups {{(pid=115615) get_objects /opt/stack/neutron/neutron/objects/ports.py:499}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695554'] for subnet (bc6dfbf7-c322-41ef-865c-d0d895b3da37), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Pushing event updated for resources: {'Subnet': ['ID=bc6dfbf7-c322-41ef-865c-d0d895b3da37,revision_number=0']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Tracked resource versions report: +Jan 14 22:41:32 ubuntu neutron-server[115615]: pushed versions: +Jan 14 22:41:32 ubuntu neutron-server[115615]: { 'AddressGroup': {'1.2'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'Agent': {'1.1'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'ConntrackHelper': {'1.0'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'LocalIPAssociation': {'1.0'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'Log': {'1.0'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'NDPProxy': {'1.0'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'Network': {'1.1'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'Port': {'1.10'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'PortForwarding': {'1.3'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'QosPolicy': {'1.10'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'SecurityGroup': {'1.6'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'SecurityGroupRule': {'1.3'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'SubPort': {'1.0'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'Subnet': {'1.2'}, +Jan 14 22:41:32 ubuntu neutron-server[115615]: 'Trunk': {'1.1'}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: consumer versions: +Jan 14 22:41:32 ubuntu neutron-server[115615]: {} +Jan 14 22:41:32 ubuntu neutron-server[115615]: {{(pid=115615) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} +Jan 14 22:41:32 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115617) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:32 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115614) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115615) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Publish callbacks ['neutron.plugins.ml2.plugin.SecurityGroupDbMixin._ensure_default_security_group_handler-1829861', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8762530226594', 'neutron.db.l3_db.L3_NAT_dbonly_mixin._prevent_internal_ip_change_for_fip-8762531065923'] for port (9dcd0400-d6f4-482f-90f8-796cbcd01f2e), before_update {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.db.db_base_plugin_common [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Allocated IP 192.168.1.2 (9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0/bc6dfbf7-c322-41ef-865c-d0d895b3da37/9dcd0400-d6f4-482f-90f8-796cbcd01f2e) {{(pid=115615) _store_ip_allocation /opt/stack/neutron/neutron/db/db_base_plugin_common.py:131}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Publish callbacks [] for port (9dcd0400-d6f4-482f-90f8-796cbcd01f2e), precommit_update {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] No provisioning block for port 9dcd0400-d6f4-482f-90f8-796cbcd01f2e since it does not have a host {{(pid=115615) _is_port_provisioning_required /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py:777}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] update_port_precommit called with port settings {'id': '9dcd0400-d6f4-482f-90f8-796cbcd01f2e', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:23:ea:31', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [{'subnet_id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'ip_address': '192.168.1.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:32Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'} (original settings {'id': '9dcd0400-d6f4-482f-90f8-796cbcd01f2e', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:23:ea:31', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508', 'bc6dfbf7-c322-41ef-865c-d0d895b3da37'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 3, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] update_port_precommit: +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[fixed_ips], [] -> [{'subnet_id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'ip_address': '192.168.1.2'}] +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[updated_at], 2025-01-14T22:35:43Z -> 2025-01-14T22:41:32Z +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[revision_number], 1 -> 2 +Jan 14 22:41:32 ubuntu neutron-server[115615]: {{(pid=115615) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] Publish callbacks ['neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695612', 'neutron.db.l3_db.L3RpcNotifierMixin._notify_gateway_port_ip_changed-8762530941974', 'neutron.services.ovn_l3.plugin.OVNL3RouterPlugin._port_update-8762530226594'] for port (9dcd0400-d6f4-482f-90f8-796cbcd01f2e), after_update {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] Pushing event updated for resources: {'Port': ['ID=9dcd0400-d6f4-482f-90f8-796cbcd01f2e,revision_number=2']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=9dcd0400-d6f4-482f-90f8-796cbcd01f2e, resource={'id': '9dcd0400-d6f4-482f-90f8-796cbcd01f2e', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:23:ea:31', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [{'subnet_id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'ip_address': '192.168.1.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:32Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network': {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508', 'bc6dfbf7-c322-41ef-865c-d0d895b3da37'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 3, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}}, resource_type=ports, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): AddDHCPOptionsCommand(_result=None, columns={'cidr': '192.168.1.0/24', 'options': {'server_id': '192.168.1.1', 'lease_time': '43200', 'mtu': '1500', 'router': '192.168.1.1', 'server_mac': 'fa:16:3e:88:9e:84', 'dns_server': '{10.201.0.95}', 'classless_static_route': '{169.254.169.254/32,192.168.1.2, 0.0.0.0/0,192.168.1.1}'}, 'external_ids': {'subnet_id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'neutron:revision_number': '0'}}, may_exist=True, subnet_id=bc6dfbf7-c322-41ef-865c-d0d895b3da37, port_id=None, new_insert=False) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=9dcd0400-d6f4-482f-90f8-796cbcd01f2e, external_ids_update=None, columns={'external_ids': {'neutron:port_name': '', 'neutron:device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'neutron:cidrs': '192.168.1.2/24', 'neutron:device_owner': 'network:distributed', 'neutron:subnet_pool_addr_scope4': '', 'neutron:subnet_pool_addr_scope6': '', 'neutron:network_name': 'neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'neutron:security_group_ids': '', 'neutron:revision_number': '2', 'neutron:vnic_type': 'normal', 'neutron:port_capabilities': '', 'neutron:mtu': ''}, 'parent_name': [], 'tag': [], 'options': {}, 'enabled': True, 'port_security': [], 'dhcpv4_options': [], 'dhcpv6_options': [], 'type': 'localport', 'addresses': ['fa:16:3e:23:ea:31 192.168.1.2'], 'ha_chassis_group': []}, if_exists=False) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgDelPortCommand(_result=None, port_group=neutron_pg_drop, lsp=['9dcd0400-d6f4-482f-90f8-796cbcd01f2e'], if_exists=False) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 8ac8f6d9-1358-43be-822b-304192d48976 (table: Logical_Switch_Port) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 130f0dea-47f0-4137-a810-7cebf10d03d6 (table: Port_Binding) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4445eb28-aeb0-4fef-a8c3-357b8cca7938 (table: DHCP_Options) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] Successfully bumped revision number for resource 9dcd0400-d6f4-482f-90f8-796cbcd01f2e (type: ports) to 2 +Jan 14 22:41:32 ubuntu neutron-server[115615]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] update_port_postcommit called with port settings {'id': '9dcd0400-d6f4-482f-90f8-796cbcd01f2e', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:23:ea:31', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [{'subnet_id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'ip_address': '192.168.1.2'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:32Z', 'revision_number': 2, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'} (original settings {'id': '9dcd0400-d6f4-482f-90f8-796cbcd01f2e', 'name': '', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'mac_address': 'fa:16:3e:23:ea:31', '******_state_up': True, 'status': 'DOWN', 'device_id': 'ovnmeta-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'device_owner': 'network:distributed', 'standard_attr_id': 22, 'fixed_ips': [], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:35:43Z', 'revision_number': 1, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b'}) host (original host ) vif type unbound (original vif type unbound) vif details {} (original vif details {}) binding levels None (original binding levels None) on network {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508', 'bc6dfbf7-c322-41ef-865c-d0d895b3da37'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 3, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} with segments to bind None +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] update_port_postcommit: +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[fixed_ips], [] -> [{'subnet_id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'ip_address': '192.168.1.2'}] +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[updated_at], 2025-01-14T22:35:43Z -> 2025-01-14T22:41:32Z +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[revision_number], 1 -> 2 +Jan 14 22:41:32 ubuntu neutron-server[115615]: {{(pid=115615) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.plugin [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] In _notify_port_updated(), no bound segment for port 9dcd0400-d6f4-482f-90f8-796cbcd01f2e on network 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 {{(pid=115615) _notify_port_updated /opt/stack/neutron/neutron/plugins/ml2/plugin.py:1002}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] Successfully bumped revision number for resource bc6dfbf7-c322-41ef-865c-d0d895b3da37 (type: subnets) to 0 +Jan 14 22:41:32 ubuntu neutron-server[115615]: INFO neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] create_subnet_postcommit called with subnet settings {'id': 'bc6dfbf7-c322-41ef-865c-d0d895b3da37', 'name': 'public_subnet', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network_id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 35, 'gateway_ip': '192.168.1.1', 'cidr': '192.168.1.0/24', 'allocation_pools': [{'start': '192.168.1.2', 'end': '192.168.1.100'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'router:external': True, 'service_types': [], 'tags': [], 'created_at': '2025-01-14T22:41:31Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 0, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'network': {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508', 'bc6dfbf7-c322-41ef-865c-d0d895b3da37'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 3, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}} (original settings None) +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] create_subnet_postcommit: +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[ipv6_ra_mode], None -> None +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[host_routes], None -> [] +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[router:external], None -> True +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[tags], None -> [] +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[allocation_pools], None -> [{'start': '192.168.1.2', 'end': '192.168.1.100'}] +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[revision_number], None -> 0 +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[ip_version], None -> 4 +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[created_at], None -> 2025-01-14T22:41:31Z +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[cidr], None -> 192.168.1.0/24 +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[subnetpool_id], None -> None +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[updated_at], None -> 2025-01-14T22:41:31Z +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[dns_nameservers], None -> [] +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[network_id], None -> 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[service_types], None -> [] +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[network], None -> {'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508', 'bc6dfbf7-c322-41ef-865c-d0d895b3da37'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 3, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None} +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[gateway_ip], None -> 192.168.1.1 +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[standard_attr_id], None -> 35 +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[tenant_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[id], None -> bc6dfbf7-c322-41ef-865c-d0d895b3da37 +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[ipv6_address_mode], None -> None +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[description], None -> +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[shared], None -> False +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[project_id], None -> aa6fef291c0e4913b9afb52e8e1e383b +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[name], None -> public_subnet +Jan 14 22:41:32 ubuntu neutron-server[115615]: key[enable_dhcp], None -> True +Jan 14 22:41:32 ubuntu neutron-server[115615]: {{(pid=115615) _log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron.pecan_wsgi.hooks.policy_enforcement [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] Attributes excluded by policy engine: ['standard_attr_id', 'shared', 'network'] {{(pid=115615) _exclude_attributes_by_policy /opt/stack/neutron/neutron/pecan_wsgi/hooks/policy_enforcement.py:251}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f5ed6b66-8ecb-4598-8f37-2b01566e5219 None None] Publish callbacks [] for subnet (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-02c38f54-a122-492a-8e5a-7f64b92c89a0 ****** ******] 10.201.9.223 "POST /networking/v2.0/subnets HTTP/1.1" status: 201 len: 847 time: 0.8543210 +Jan 14 22:41:32 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:41:32 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:41:42 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=170,neutron:INSERT=5,neutron:UPDATE=6,neutron:DELETE=1 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:42 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:UPDATE=1 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:42 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=190,neutron:INSERT=5,neutron:UPDATE=1,neutron:DELETE=1 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:42 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=1 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 57648) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (8ada6c7a-f43c-4ee5-b66d-fe25271aa958), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] create_initial_revision uuid=8ada6c7a-f43c-4ee5-b66d-fe25271aa958, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] create_initial_revision uuid=67d8e9fe-4937-4e13-9558-ad9284813dd1, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] create_initial_revision uuid=88c9d050-7c09-4e77-9049-f826f4c560e8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] create_initial_revision uuid=da649c9c-0188-464e-9f17-746c41cee5b9, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] create_initial_revision uuid=f3bb798a-768a-4dfc-93d1-f69e21cb93c0, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (8ada6c7a-f43c-4ee5-b66d-fe25271aa958), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '8ada6c7a-f43c-4ee5-b66d-fe25271aa958'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, direction=from-lport, priority=1002, match=inport == @pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '67d8e9fe-4937-4e13-9558-ad9284813dd1'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, direction=from-lport, priority=1002, match=inport == @pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '88c9d050-7c09-4e77-9049-f826f4c560e8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, direction=to-lport, priority=1002, match=outport == @pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958 && ip6 && ip6.src == $pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'da649c9c-0188-464e-9f17-746c41cee5b9'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, direction=to-lport, priority=1002, match=outport == @pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958 && ip4 && ip4.src == $pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f3bb798a-768a-4dfc-93d1-f69e21cb93c0'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:44 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 593c4068-f214-4b16-a07a-2454ae1d58a3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 5f444625-4424-4333-8bb9-62172690902d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ba042a7f-4269-4516-a492-c52a63b2f07c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row cd85d6bf-95d5-404d-a4bd-dc598b4f0098 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 946a827f-2b5b-4560-845e-e44acc72be76 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Successfully bumped revision number for resource 8ada6c7a-f43c-4ee5-b66d-fe25271aa958 (type: security_groups) to 1 +Jan 14 22:41:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Successfully bumped revision number for resource 67d8e9fe-4937-4e13-9558-ad9284813dd1 (type: security_group_rules) to 0 +Jan 14 22:41:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Successfully bumped revision number for resource 88c9d050-7c09-4e77-9049-f826f4c560e8 (type: security_group_rules) to 0 +Jan 14 22:41:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Successfully bumped revision number for resource da649c9c-0188-464e-9f17-746c41cee5b9 (type: security_group_rules) to 0 +Jan 14 22:41:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Successfully bumped revision number for resource f3bb798a-768a-4dfc-93d1-f69e21cb93c0 (type: security_group_rules) to 0 +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=8ada6c7a-f43c-4ee5-b66d-fe25271aa958,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-5a834208-7334-44d3-8f8f-5a041529a04f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=d1d7bc1d30e24af6848c1109d0efd8ea&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2692566 +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 57664) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] Publish callbacks [] for security_group (8ada6c7a-f43c-4ee5-b66d-fe25271aa958), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (8ada6c7a-f43c-4ee5-b66d-fe25271aa958), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958 && ip6 && ip6.src == $pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row cd85d6bf-95d5-404d-a4bd-dc598b4f0098 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 946a827f-2b5b-4560-845e-e44acc72be76 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] delete_revision(da649c9c-0188-464e-9f17-746c41cee5b9) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958 && ip4 && ip4.src == $pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 5f444625-4424-4333-8bb9-62172690902d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 946a827f-2b5b-4560-845e-e44acc72be76 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] delete_revision(f3bb798a-768a-4dfc-93d1-f69e21cb93c0) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (8ada6c7a-f43c-4ee5-b66d-fe25271aa958), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_8ada6c7a_f43c_4ee5_b66d_fe25271aa958, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 593c4068-f214-4b16-a07a-2454ae1d58a3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ba042a7f-4269-4516-a492-c52a63b2f07c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 946a827f-2b5b-4560-845e-e44acc72be76 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] delete_revision(8ada6c7a-f43c-4ee5-b66d-fe25271aa958) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] delete_revisions(['67d8e9fe-4937-4e13-9558-ad9284813dd1', '88c9d050-7c09-4e77-9049-f826f4c560e8']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=8ada6c7a-f43c-4ee5-b66d-fe25271aa958,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:44 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-9b5083bc-00a9-408b-a9f0-101b738e598c ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/8ada6c7a-f43c-4ee5-b66d-fe25271aa958 HTTP/1.1" status: 204 len: 149 time: 0.1644466 +Jan 14 22:41:44 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writer thread running {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 57678) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] create_initial_revision uuid=00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] create_initial_revision uuid=5c3742d5-3351-4f1e-a276-a0aedf973bae, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] create_initial_revision uuid=63240f1a-d8ef-44d0-9a21-e7165e420460, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] create_initial_revision uuid=78cb95d9-6363-4511-a1d2-f9a9d71084d9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] create_initial_revision uuid=c07c762b-addf-47d8-a7a6-79697ece44d5, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, direction=to-lport, priority=1002, match=outport == @pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6 && ip4 && ip4.src == $pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5c3742d5-3351-4f1e-a276-a0aedf973bae'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, direction=from-lport, priority=1002, match=inport == @pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '63240f1a-d8ef-44d0-9a21-e7165e420460'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, direction=from-lport, priority=1002, match=inport == @pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '78cb95d9-6363-4511-a1d2-f9a9d71084d9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, direction=to-lport, priority=1002, match=outport == @pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6 && ip6 && ip6.src == $pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c07c762b-addf-47d8-a7a6-79697ece44d5'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1491610d-326b-4715-aaea-9354a703943e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row eef845c4-bcbf-4ddd-bc81-611f4582a810 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4652f3d6-75eb-453e-83e6-98f6138d3b5f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 9441cc13-a73d-4a58-bd44-477c0e3aaf9d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d9adbac7-24d2-42de-bf65-39aa9f5f458a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Successfully bumped revision number for resource 00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6 (type: security_groups) to 1 +Jan 14 22:41:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Successfully bumped revision number for resource 5c3742d5-3351-4f1e-a276-a0aedf973bae (type: security_group_rules) to 0 +Jan 14 22:41:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Successfully bumped revision number for resource 63240f1a-d8ef-44d0-9a21-e7165e420460 (type: security_group_rules) to 0 +Jan 14 22:41:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Successfully bumped revision number for resource 78cb95d9-6363-4511-a1d2-f9a9d71084d9 (type: security_group_rules) to 0 +Jan 14 22:41:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Successfully bumped revision number for resource c07c762b-addf-47d8-a7a6-79697ece44d5 (type: security_group_rules) to 0 +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Tracked resource versions report: +Jan 14 22:41:48 ubuntu neutron-server[115614]: pushed versions: +Jan 14 22:41:48 ubuntu neutron-server[115614]: { 'AddressGroup': {'1.2'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'Agent': {'1.1'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'ConntrackHelper': {'1.0'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'LocalIPAssociation': {'1.0'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'Log': {'1.0'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'NDPProxy': {'1.0'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'Network': {'1.1'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'Port': {'1.10'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'PortForwarding': {'1.3'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'QosPolicy': {'1.10'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'SecurityGroup': {'1.6'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'SecurityGroupRule': {'1.3'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'SubPort': {'1.0'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'Subnet': {'1.2'}, +Jan 14 22:41:48 ubuntu neutron-server[115614]: 'Trunk': {'1.1'}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: consumer versions: +Jan 14 22:41:48 ubuntu neutron-server[115614]: {OVN Controller Gateway agent@ubuntu: {}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: {{(pid=115614) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.policy [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] Loaded default policies from ['neutron'] under neutron.policies entry points {{(pid=115614) register_rules /opt/stack/neutron/neutron/policy.py:65}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: WARNING oslo_policy.policy [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] 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. +Jan 14 22:41:48 ubuntu neutron-server[115614]: WARNING oslo_policy.policy [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] 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. +Jan 14 22:41:48 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-5237a92e-18ab-4ab3-9063-8e1459cf630f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8f010970277d4e5785f400d40dcd0879&name=default HTTP/1.1" status: 200 len: 3116 time: 0.4588504 +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 57694) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] Publish callbacks [] for security_group (00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6 && ip4 && ip4.src == $pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 4652f3d6-75eb-453e-83e6-98f6138d3b5f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d9adbac7-24d2-42de-bf65-39aa9f5f458a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] delete_revision(5c3742d5-3351-4f1e-a276-a0aedf973bae) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6 && ip6 && ip6.src == $pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row eef845c4-bcbf-4ddd-bc81-611f4582a810 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 4652f3d6-75eb-453e-83e6-98f6138d3b5f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] delete_revision(c07c762b-addf-47d8-a7a6-79697ece44d5) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_00fb0bd8_2bf3_4e6d_9b2e_892e401fcaf6, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 9441cc13-a73d-4a58-bd44-477c0e3aaf9d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1491610d-326b-4715-aaea-9354a703943e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4652f3d6-75eb-453e-83e6-98f6138d3b5f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] delete_revision(00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] delete_revisions(['78cb95d9-6363-4511-a1d2-f9a9d71084d9', '63240f1a-d8ef-44d0-9a21-e7165e420460']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:48 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-0c13e4d4-7034-424a-83c1-5f66af325fc0 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/00fb0bd8-2bf3-4e6d-9b2e-892e401fcaf6 HTTP/1.1" status: 204 len: 149 time: 0.1643410 +Jan 14 22:41:54 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:54 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:54 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=89,neutron:INSERT=11,neutron:UPDATE=4,neutron:DELETE=4 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:54 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=48,neutron:INSERT=5,neutron:UPDATE=2,neutron:DELETE=4 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:54 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=7 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 52394) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (a7d4fc38-be0f-46f3-9c1d-98b68afdbe61), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] create_initial_revision uuid=a7d4fc38-be0f-46f3-9c1d-98b68afdbe61, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] create_initial_revision uuid=06491d07-8e07-40b6-bb2b-cd3d1ca0e684, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] create_initial_revision uuid=23fc90bf-3b35-4f6b-baa1-5284273c04d8, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] create_initial_revision uuid=c4fd172c-38ac-4f4c-a2b8-ab6c981b0377, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] create_initial_revision uuid=d24227cf-4c6a-488b-97e5-da92abaf3215, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a7d4fc38-be0f-46f3-9c1d-98b68afdbe61), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'a7d4fc38-be0f-46f3-9c1d-98b68afdbe61'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, direction=to-lport, priority=1002, match=outport == @pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61 && ip6 && ip6.src == $pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '06491d07-8e07-40b6-bb2b-cd3d1ca0e684'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, direction=from-lport, priority=1002, match=inport == @pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '23fc90bf-3b35-4f6b-baa1-5284273c04d8'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, direction=from-lport, priority=1002, match=inport == @pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c4fd172c-38ac-4f4c-a2b8-ab6c981b0377'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, direction=to-lport, priority=1002, match=outport == @pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61 && ip4 && ip4.src == $pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd24227cf-4c6a-488b-97e5-da92abaf3215'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 5837908b-c62f-4652-9e5f-3c6ff3f149a3 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row d35c3ac5-c300-40a7-8a89-633b3f1d1bc5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 82fc853f-0f5a-457f-9733-47ea4d0056a9 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b34230e4-4b1d-4c8a-864b-3be63fbb9c2f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 544939af-447e-49b4-8472-614cba08fc3f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Successfully bumped revision number for resource a7d4fc38-be0f-46f3-9c1d-98b68afdbe61 (type: security_groups) to 1 +Jan 14 22:41:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Successfully bumped revision number for resource 06491d07-8e07-40b6-bb2b-cd3d1ca0e684 (type: security_group_rules) to 0 +Jan 14 22:41:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Successfully bumped revision number for resource 23fc90bf-3b35-4f6b-baa1-5284273c04d8 (type: security_group_rules) to 0 +Jan 14 22:41:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Successfully bumped revision number for resource c4fd172c-38ac-4f4c-a2b8-ab6c981b0377 (type: security_group_rules) to 0 +Jan 14 22:41:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Successfully bumped revision number for resource d24227cf-4c6a-488b-97e5-da92abaf3215 (type: security_group_rules) to 0 +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=a7d4fc38-be0f-46f3-9c1d-98b68afdbe61,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-17bf8054-0050-41fd-ae8c-ec0a0d0b21bf ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=bfab34a9ae7c435cb81b6946cbcc0f88&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2363451 +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 52402) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] Publish callbacks [] for security_group (a7d4fc38-be0f-46f3-9c1d-98b68afdbe61), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (a7d4fc38-be0f-46f3-9c1d-98b68afdbe61), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61 && ip6 && ip6.src == $pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 544939af-447e-49b4-8472-614cba08fc3f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row d35c3ac5-c300-40a7-8a89-633b3f1d1bc5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] delete_revision(06491d07-8e07-40b6-bb2b-cd3d1ca0e684) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61 && ip4 && ip4.src == $pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] delete_revision(d24227cf-4c6a-488b-97e5-da92abaf3215) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 82fc853f-0f5a-457f-9733-47ea4d0056a9 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 544939af-447e-49b4-8472-614cba08fc3f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a7d4fc38-be0f-46f3-9c1d-98b68afdbe61), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_a7d4fc38_be0f_46f3_9c1d_98b68afdbe61, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 5837908b-c62f-4652-9e5f-3c6ff3f149a3 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b34230e4-4b1d-4c8a-864b-3be63fbb9c2f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] delete_revision(a7d4fc38-be0f-46f3-9c1d-98b68afdbe61) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 544939af-447e-49b4-8472-614cba08fc3f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] delete_revisions(['23fc90bf-3b35-4f6b-baa1-5284273c04d8', 'c4fd172c-38ac-4f4c-a2b8-ab6c981b0377']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=a7d4fc38-be0f-46f3-9c1d-98b68afdbe61,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:58 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-c69cf3ce-3d38-4694-a812-bfd7f6df4747 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/a7d4fc38-be0f-46f3-9c1d-98b68afdbe61 HTTP/1.1" status: 204 len: 149 time: 0.1569269 +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41378) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (e4063d9c-8fc2-4061-93eb-3a22fffa6691), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] create_initial_revision uuid=e4063d9c-8fc2-4061-93eb-3a22fffa6691, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] create_initial_revision uuid=02e9d3a5-8d12-4dd0-86c9-1426364e2bb4, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] create_initial_revision uuid=1a8991a0-c313-43d3-98a4-7628afaa5752, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] create_initial_revision uuid=4563d112-b89b-4d98-bc30-ce5153da3d7d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] create_initial_revision uuid=dc3e01bd-a738-4baf-b52e-13d3ff89ffdf, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (e4063d9c-8fc2-4061-93eb-3a22fffa6691), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'e4063d9c-8fc2-4061-93eb-3a22fffa6691'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, direction=to-lport, priority=1002, match=outport == @pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691 && ip4 && ip4.src == $pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '02e9d3a5-8d12-4dd0-86c9-1426364e2bb4'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, direction=to-lport, priority=1002, match=outport == @pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691 && ip6 && ip6.src == $pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1a8991a0-c313-43d3-98a4-7628afaa5752'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, direction=from-lport, priority=1002, match=inport == @pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4563d112-b89b-4d98-bc30-ce5153da3d7d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, direction=from-lport, priority=1002, match=inport == @pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dc3e01bd-a738-4baf-b52e-13d3ff89ffdf'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3dd892ae-d72e-4961-a0ff-c30ca258d7a2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 059b45c2-3d24-4889-b40e-de3b196ef9ba (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2e87b11b-430c-4b73-ac67-e3f98c235ea4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e665fad1-55aa-4a1b-ae02-83354df1e125 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row b355b6cc-468a-463f-8b05-95c8d758148c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Successfully bumped revision number for resource e4063d9c-8fc2-4061-93eb-3a22fffa6691 (type: security_groups) to 1 +Jan 14 22:41:59 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Successfully bumped revision number for resource 02e9d3a5-8d12-4dd0-86c9-1426364e2bb4 (type: security_group_rules) to 0 +Jan 14 22:41:59 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Successfully bumped revision number for resource 1a8991a0-c313-43d3-98a4-7628afaa5752 (type: security_group_rules) to 0 +Jan 14 22:41:59 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Successfully bumped revision number for resource 4563d112-b89b-4d98-bc30-ce5153da3d7d (type: security_group_rules) to 0 +Jan 14 22:41:59 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Successfully bumped revision number for resource dc3e01bd-a738-4baf-b52e-13d3ff89ffdf (type: security_group_rules) to 0 +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=e4063d9c-8fc2-4061-93eb-3a22fffa6691,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-a193b920-18ec-4635-9e7b-407a692fa3d2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=3331290deef2495ab1eecd76f0de8ee2&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2278233 +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41382) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] Publish callbacks [] for security_group (e4063d9c-8fc2-4061-93eb-3a22fffa6691), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (e4063d9c-8fc2-4061-93eb-3a22fffa6691), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691 && ip4 && ip4.src == $pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e665fad1-55aa-4a1b-ae02-83354df1e125 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row b355b6cc-468a-463f-8b05-95c8d758148c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] delete_revision(02e9d3a5-8d12-4dd0-86c9-1426364e2bb4) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691 && ip6 && ip6.src == $pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row b355b6cc-468a-463f-8b05-95c8d758148c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] delete_revision(1a8991a0-c313-43d3-98a4-7628afaa5752) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:59 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3dd892ae-d72e-4961-a0ff-c30ca258d7a2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (e4063d9c-8fc2-4061-93eb-3a22fffa6691), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_e4063d9c_8fc2_4061_93eb_3a22fffa6691, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 059b45c2-3d24-4889-b40e-de3b196ef9ba (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 2e87b11b-430c-4b73-ac67-e3f98c235ea4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row b355b6cc-468a-463f-8b05-95c8d758148c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] delete_revision(e4063d9c-8fc2-4061-93eb-3a22fffa6691) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] delete_revisions(['dc3e01bd-a738-4baf-b52e-13d3ff89ffdf', '4563d112-b89b-4d98-bc30-ce5153da3d7d']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=e4063d9c-8fc2-4061-93eb-3a22fffa6691,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:41:59 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-3ad7602f-625e-4143-bf28-678f595532e1 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/e4063d9c-8fc2-4061-93eb-3a22fffa6691 HTTP/1.1" status: 204 len: 149 time: 0.1495705 +Jan 14 22:42:02 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:42:02 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 41388) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] create_initial_revision uuid=7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] create_initial_revision uuid=4958a8c7-b8f3-4719-8dc1-60a188467f8b, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] create_initial_revision uuid=55109580-e439-472d-89fb-718de74eaed3, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] create_initial_revision uuid=77324e29-007b-4d30-b48f-1ab36b1012a0, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] create_initial_revision uuid=f4ba185e-64d5-4c42-b7c5-697c6fcb168a, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, direction=from-lport, priority=1002, match=inport == @pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4958a8c7-b8f3-4719-8dc1-60a188467f8b'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, direction=to-lport, priority=1002, match=outport == @pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b && ip6 && ip6.src == $pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '55109580-e439-472d-89fb-718de74eaed3'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, direction=from-lport, priority=1002, match=inport == @pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '77324e29-007b-4d30-b48f-1ab36b1012a0'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, direction=to-lport, priority=1002, match=outport == @pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b && ip4 && ip4.src == $pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f4ba185e-64d5-4c42-b7c5-697c6fcb168a'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3a89ef0e-5c43-44fb-b2a2-e789cb4290b2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0fd62e03-7e13-40b8-a5b3-0081a023143f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4c4d1eee-ca5f-4f69-8bcc-b5da927ed95c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Successfully bumped revision number for resource 7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b (type: security_groups) to 1 +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row da744007-89c4-4e95-90a2-8e515bcb34ab (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0b0ae725-0c0d-4098-9155-4c0be4e689ed (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Successfully bumped revision number for resource 4958a8c7-b8f3-4719-8dc1-60a188467f8b (type: security_group_rules) to 0 +Jan 14 22:42:03 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Successfully bumped revision number for resource 55109580-e439-472d-89fb-718de74eaed3 (type: security_group_rules) to 0 +Jan 14 22:42:03 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Successfully bumped revision number for resource 77324e29-007b-4d30-b48f-1ab36b1012a0 (type: security_group_rules) to 0 +Jan 14 22:42:03 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Successfully bumped revision number for resource f4ba185e-64d5-4c42-b7c5-697c6fcb168a (type: security_group_rules) to 0 +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-297ea051-46f2-4c85-b57e-6895fa0f9316 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=c241add073734a3eaad54e46b41fc0cb&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2682984 +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 41394) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] Publish callbacks [] for security_group (7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b && ip6 && ip6.src == $pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] delete_revision(55109580-e439-472d-89fb-718de74eaed3) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0fd62e03-7e13-40b8-a5b3-0081a023143f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0b0ae725-0c0d-4098-9155-4c0be4e689ed (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b && ip4 && ip4.src == $pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] delete_revision(f4ba185e-64d5-4c42-b7c5-697c6fcb168a) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4c4d1eee-ca5f-4f69-8bcc-b5da927ed95c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0b0ae725-0c0d-4098-9155-4c0be4e689ed (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7b8cb98a_7a41_4e81_a179_ad9d7bc6f38b, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row da744007-89c4-4e95-90a2-8e515bcb34ab (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3a89ef0e-5c43-44fb-b2a2-e789cb4290b2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] delete_revision(7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0b0ae725-0c0d-4098-9155-4c0be4e689ed (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] delete_revisions(['4958a8c7-b8f3-4719-8dc1-60a188467f8b', '77324e29-007b-4d30-b48f-1ab36b1012a0']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:03 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-dac27be6-d1f9-486f-a4e5-460bcac02335 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7b8cb98a-7a41-4e81-a179-ad9d7bc6f38b HTTP/1.1" status: 204 len: 149 time: 0.1633220 +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41404) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:03 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] create_initial_revision uuid=9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] create_initial_revision uuid=325e4059-4696-4e88-8a02-9493c786a482, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] create_initial_revision uuid=9de9fc46-d868-4dc7-a5d4-23126a433f29, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] create_initial_revision uuid=b2ce5808-f8d1-4449-ae2c-a6360550cfe0, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] create_initial_revision uuid=b840dd45-8c69-455f-b408-493feadc1aa3, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, direction=to-lport, priority=1002, match=outport == @pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896 && ip4 && ip4.src == $pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '325e4059-4696-4e88-8a02-9493c786a482'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, direction=to-lport, priority=1002, match=outport == @pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896 && ip6 && ip6.src == $pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9de9fc46-d868-4dc7-a5d4-23126a433f29'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, direction=from-lport, priority=1002, match=inport == @pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b2ce5808-f8d1-4449-ae2c-a6360550cfe0'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, direction=from-lport, priority=1002, match=inport == @pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b840dd45-8c69-455f-b408-493feadc1aa3'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 3d303b37-ce59-4d68-8186-114f845e0a0c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7bf9e4ed-1f03-4f7d-bace-57f0ccbc54f1 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 6866fa7f-b654-4bbf-b8f7-5979c4c9f52f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 69c1e3df-27bf-445a-81e1-7d8558300f1b (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 91320bc0-d3c7-4a03-ab97-37a61a26d8ad (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Successfully bumped revision number for resource 9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896 (type: security_groups) to 1 +Jan 14 22:42:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Successfully bumped revision number for resource 325e4059-4696-4e88-8a02-9493c786a482 (type: security_group_rules) to 0 +Jan 14 22:42:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Successfully bumped revision number for resource 9de9fc46-d868-4dc7-a5d4-23126a433f29 (type: security_group_rules) to 0 +Jan 14 22:42:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Successfully bumped revision number for resource b2ce5808-f8d1-4449-ae2c-a6360550cfe0 (type: security_group_rules) to 0 +Jan 14 22:42:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Successfully bumped revision number for resource b840dd45-8c69-455f-b408-493feadc1aa3 (type: security_group_rules) to 0 +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-df4f2fa3-e31c-46de-8dfb-e116cba105c5 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=a65d7e4b72784637b69315fe61a7957c&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1565278 +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41408) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] Publish callbacks [] for security_group (9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896 && ip4 && ip4.src == $pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 69c1e3df-27bf-445a-81e1-7d8558300f1b (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] delete_revision(325e4059-4696-4e88-8a02-9493c786a482) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 6866fa7f-b654-4bbf-b8f7-5979c4c9f52f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896 && ip6 && ip6.src == $pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7bf9e4ed-1f03-4f7d-bace-57f0ccbc54f1 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 69c1e3df-27bf-445a-81e1-7d8558300f1b (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] delete_revision(9de9fc46-d868-4dc7-a5d4-23126a433f29) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9b9ebfa9_9d3e_492a_b4aa_a6124c4ab896, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 3d303b37-ce59-4d68-8186-114f845e0a0c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 69c1e3df-27bf-445a-81e1-7d8558300f1b (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] delete_revision(9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 91320bc0-d3c7-4a03-ab97-37a61a26d8ad (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] delete_revisions(['b840dd45-8c69-455f-b408-493feadc1aa3', 'b2ce5808-f8d1-4449-ae2c-a6360550cfe0']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:04 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-f19d9db6-bb84-43e5-90d2-d6f4007fd82f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9b9ebfa9-9d3e-492a-b4aa-a6124c4ab896 HTTP/1.1" status: 204 len: 149 time: 0.1739671 +Jan 14 22:42:14 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:UPDATE=9,neutron:SELECT=64,neutron:INSERT=9,neutron:DELETE=4 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:14 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=72,neutron:INSERT=7,neutron:UPDATE=4,neutron:DELETE=4 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:14 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=284,neutron:INSERT=44,neutron:UPDATE=26,neutron:DELETE=19 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:14 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=260,neutron:UPDATE=17,neutron:DELETE=13,neutron:INSERT=20 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:14 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:42:31 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:31 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:32 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:42:32 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58790) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (1dea1a80-dc02-4c95-9795-6498746130f2), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] create_initial_revision uuid=1dea1a80-dc02-4c95-9795-6498746130f2, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] create_initial_revision uuid=56164ec4-8ca5-430b-bdca-ca3dc3ecf325, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] create_initial_revision uuid=91243791-39f8-4022-b5d0-2541c2fa7d71, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] create_initial_revision uuid=a2c86391-a093-4797-815b-00b820b9370c, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] create_initial_revision uuid=f2a111fe-bf44-4dd0-983e-6a40eabbb15e, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1dea1a80-dc02-4c95-9795-6498746130f2), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_1dea1a80_dc02_4c95_9795_6498746130f2, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '1dea1a80-dc02-4c95-9795-6498746130f2'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_1dea1a80_dc02_4c95_9795_6498746130f2, direction=from-lport, priority=1002, match=inport == @pg_1dea1a80_dc02_4c95_9795_6498746130f2 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '56164ec4-8ca5-430b-bdca-ca3dc3ecf325'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_1dea1a80_dc02_4c95_9795_6498746130f2, direction=from-lport, priority=1002, match=inport == @pg_1dea1a80_dc02_4c95_9795_6498746130f2 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '91243791-39f8-4022-b5d0-2541c2fa7d71'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_1dea1a80_dc02_4c95_9795_6498746130f2, direction=to-lport, priority=1002, match=outport == @pg_1dea1a80_dc02_4c95_9795_6498746130f2 && ip4 && ip4.src == $pg_1dea1a80_dc02_4c95_9795_6498746130f2_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a2c86391-a093-4797-815b-00b820b9370c'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_1dea1a80_dc02_4c95_9795_6498746130f2, direction=to-lport, priority=1002, match=outport == @pg_1dea1a80_dc02_4c95_9795_6498746130f2 && ip6 && ip6.src == $pg_1dea1a80_dc02_4c95_9795_6498746130f2_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f2a111fe-bf44-4dd0-983e-6a40eabbb15e'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:42:33 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 6a1a0a50-8294-4fa9-a36d-9dfabecf9598 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 997e0cad-f99e-41b8-87e4-b90bc8975124 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4cbd9cc9-9a95-444d-abd4-8b587f606d2e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7fa0eb08-ae6c-40b7-8448-43b39d5ce13e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row db7afac1-1409-495e-bcbf-2f22663bd046 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Successfully bumped revision number for resource 1dea1a80-dc02-4c95-9795-6498746130f2 (type: security_groups) to 1 +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Successfully bumped revision number for resource 56164ec4-8ca5-430b-bdca-ca3dc3ecf325 (type: security_group_rules) to 0 +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Successfully bumped revision number for resource 91243791-39f8-4022-b5d0-2541c2fa7d71 (type: security_group_rules) to 0 +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Successfully bumped revision number for resource a2c86391-a093-4797-815b-00b820b9370c (type: security_group_rules) to 0 +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Successfully bumped revision number for resource f2a111fe-bf44-4dd0-983e-6a40eabbb15e (type: security_group_rules) to 0 +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=1dea1a80-dc02-4c95-9795-6498746130f2,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115617) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.callbacks.version_manager [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] Tracked resource versions report: +Jan 14 22:42:33 ubuntu neutron-server[115615]: pushed versions: +Jan 14 22:42:33 ubuntu neutron-server[115615]: { 'AddressGroup': {'1.2'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'Agent': {'1.1'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'ConntrackHelper': {'1.0'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'LocalIPAssociation': {'1.0'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'Log': {'1.0'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'NDPProxy': {'1.0'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'Network': {'1.1'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'Port': {'1.10'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'PortForwarding': {'1.3'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'QosPolicy': {'1.10'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'SecurityGroup': {'1.6'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'SecurityGroupRule': {'1.3'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'SubPort': {'1.0'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'Subnet': {'1.2'}, +Jan 14 22:42:33 ubuntu neutron-server[115615]: 'Trunk': {'1.1'}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: consumer versions: +Jan 14 22:42:33 ubuntu neutron-server[115615]: {OVN Controller Gateway agent@ubuntu: {}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: {{(pid=115615) report /opt/stack/neutron/neutron/api/rpc/callbacks/version_manager.py:183}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115614) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115615) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:42:33 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-936eaf5c-0229-4f27-b222-53ff8e0f3d24 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=af264c5db608433da0586832af1e9b68&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2477288 +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58798) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] Publish callbacks [] for security_group (1dea1a80-dc02-4c95-9795-6498746130f2), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (1dea1a80-dc02-4c95-9795-6498746130f2), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1dea1a80_dc02_4c95_9795_6498746130f2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1dea1a80_dc02_4c95_9795_6498746130f2 && ip4 && ip4.src == $pg_1dea1a80_dc02_4c95_9795_6498746130f2_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7fa0eb08-ae6c-40b7-8448-43b39d5ce13e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 997e0cad-f99e-41b8-87e4-b90bc8975124 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] delete_revision(a2c86391-a093-4797-815b-00b820b9370c) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1dea1a80_dc02_4c95_9795_6498746130f2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1dea1a80_dc02_4c95_9795_6498746130f2 && ip6 && ip6.src == $pg_1dea1a80_dc02_4c95_9795_6498746130f2_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 6a1a0a50-8294-4fa9-a36d-9dfabecf9598 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 997e0cad-f99e-41b8-87e4-b90bc8975124 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] delete_revision(f2a111fe-bf44-4dd0-983e-6a40eabbb15e) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1dea1a80-dc02-4c95-9795-6498746130f2), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_1dea1a80_dc02_4c95_9795_6498746130f2, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4cbd9cc9-9a95-444d-abd4-8b587f606d2e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row db7afac1-1409-495e-bcbf-2f22663bd046 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 997e0cad-f99e-41b8-87e4-b90bc8975124 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] delete_revision(1dea1a80-dc02-4c95-9795-6498746130f2) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] delete_revisions(['56164ec4-8ca5-430b-bdca-ca3dc3ecf325', '91243791-39f8-4022-b5d0-2541c2fa7d71']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=1dea1a80-dc02-4c95-9795-6498746130f2,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-20314ba1-64cb-4000-b557-cd5ece8f0aa5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/1dea1a80-dc02-4c95-9795-6498746130f2 HTTP/1.1" status: 204 len: 149 time: 0.1570771 +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58808) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (af9f20d4-3995-4ac6-aac4-4651751270d5), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] create_initial_revision uuid=af9f20d4-3995-4ac6-aac4-4651751270d5, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] create_initial_revision uuid=123b9592-e2ad-4461-80a8-c82bb8a55dbc, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] create_initial_revision uuid=14d5af0c-d950-4807-9fa3-30dc694f6dd4, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] create_initial_revision uuid=1dba4150-6b54-4703-a808-adbc6295a0a7, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] create_initial_revision uuid=8fc284a5-ba0a-404d-9fc6-7cad7607e0d6, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (af9f20d4-3995-4ac6-aac4-4651751270d5), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'af9f20d4-3995-4ac6-aac4-4651751270d5'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, direction=from-lport, priority=1002, match=inport == @pg_af9f20d4_3995_4ac6_aac4_4651751270d5 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '123b9592-e2ad-4461-80a8-c82bb8a55dbc'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, direction=to-lport, priority=1002, match=outport == @pg_af9f20d4_3995_4ac6_aac4_4651751270d5 && ip6 && ip6.src == $pg_af9f20d4_3995_4ac6_aac4_4651751270d5_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '14d5af0c-d950-4807-9fa3-30dc694f6dd4'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, direction=from-lport, priority=1002, match=inport == @pg_af9f20d4_3995_4ac6_aac4_4651751270d5 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1dba4150-6b54-4703-a808-adbc6295a0a7'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, direction=to-lport, priority=1002, match=outport == @pg_af9f20d4_3995_4ac6_aac4_4651751270d5 && ip4 && ip4.src == $pg_af9f20d4_3995_4ac6_aac4_4651751270d5_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8fc284a5-ba0a-404d-9fc6-7cad7607e0d6'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 6d2e9208-9537-4151-8b07-c9cf72e56d25 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a77d5b25-636e-4400-8473-b62700cd37c4 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e617b936-fd8b-4b06-b2be-5e874c2b605c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 00784563-80ba-48ad-a922-e3aefe2913a1 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2b69c996-7f4d-4a36-8a56-ad68527a5353 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Successfully bumped revision number for resource af9f20d4-3995-4ac6-aac4-4651751270d5 (type: security_groups) to 1 +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Successfully bumped revision number for resource 123b9592-e2ad-4461-80a8-c82bb8a55dbc (type: security_group_rules) to 0 +Jan 14 22:42:33 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Successfully bumped revision number for resource 14d5af0c-d950-4807-9fa3-30dc694f6dd4 (type: security_group_rules) to 0 +Jan 14 22:42:34 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Successfully bumped revision number for resource 1dba4150-6b54-4703-a808-adbc6295a0a7 (type: security_group_rules) to 0 +Jan 14 22:42:34 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Successfully bumped revision number for resource 8fc284a5-ba0a-404d-9fc6-7cad7607e0d6 (type: security_group_rules) to 0 +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=af9f20d4-3995-4ac6-aac4-4651751270d5,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-1db68d9c-a99a-410e-9bf4-b9a9a63033dd ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=e92fbbba4ac240588d4ee2d43bc8e673&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1590350 +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58820) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] Publish callbacks [] for security_group (af9f20d4-3995-4ac6-aac4-4651751270d5), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (af9f20d4-3995-4ac6-aac4-4651751270d5), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_af9f20d4_3995_4ac6_aac4_4651751270d5 && ip6 && ip6.src == $pg_af9f20d4_3995_4ac6_aac4_4651751270d5_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a77d5b25-636e-4400-8473-b62700cd37c4 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row e617b936-fd8b-4b06-b2be-5e874c2b605c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] delete_revision(14d5af0c-d950-4807-9fa3-30dc694f6dd4) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_af9f20d4_3995_4ac6_aac4_4651751270d5 && ip4 && ip4.src == $pg_af9f20d4_3995_4ac6_aac4_4651751270d5_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row e617b936-fd8b-4b06-b2be-5e874c2b605c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 00784563-80ba-48ad-a922-e3aefe2913a1 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] delete_revision(8fc284a5-ba0a-404d-9fc6-7cad7607e0d6) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (af9f20d4-3995-4ac6-aac4-4651751270d5), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_af9f20d4_3995_4ac6_aac4_4651751270d5, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 2b69c996-7f4d-4a36-8a56-ad68527a5353 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 6d2e9208-9537-4151-8b07-c9cf72e56d25 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e617b936-fd8b-4b06-b2be-5e874c2b605c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] delete_revision(af9f20d4-3995-4ac6-aac4-4651751270d5) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] delete_revisions(['1dba4150-6b54-4703-a808-adbc6295a0a7', '123b9592-e2ad-4461-80a8-c82bb8a55dbc']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=af9f20d4-3995-4ac6-aac4-4651751270d5,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:34 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-b599d521-c798-46df-a418-7d5c0a1aef9d ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/af9f20d4-3995-4ac6-aac4-4651751270d5 HTTP/1.1" status: 204 len: 149 time: 0.1472466 +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55028) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (78b68694-5a2c-42d5-953d-b0cec0f2d94c), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] create_initial_revision uuid=78b68694-5a2c-42d5-953d-b0cec0f2d94c, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] create_initial_revision uuid=0d273ce6-2508-4cc4-a7be-9bb1b283bfe1, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] create_initial_revision uuid=14bc50a8-a090-4b1c-aeb8-ec4bddbe5f12, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] create_initial_revision uuid=4f47b64f-c3f3-46f6-a36d-4448e97ec038, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] create_initial_revision uuid=9dc67a43-30f8-40e3-8874-c29cbb7c7ac9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (78b68694-5a2c-42d5-953d-b0cec0f2d94c), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '78b68694-5a2c-42d5-953d-b0cec0f2d94c'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, direction=to-lport, priority=1002, match=outport == @pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c && ip4 && ip4.src == $pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0d273ce6-2508-4cc4-a7be-9bb1b283bfe1'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, direction=from-lport, priority=1002, match=inport == @pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '14bc50a8-a090-4b1c-aeb8-ec4bddbe5f12'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, direction=from-lport, priority=1002, match=inport == @pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4f47b64f-c3f3-46f6-a36d-4448e97ec038'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, direction=to-lport, priority=1002, match=outport == @pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c && ip6 && ip6.src == $pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9dc67a43-30f8-40e3-8874-c29cbb7c7ac9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:41 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 84852308-ab7b-4038-891c-a868917fda20 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:41 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1350b3ef-fc23-4718-a6ab-e8d071450af8 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 3b24a718-6c34-4602-a02c-fa8d11147d7d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a2b4bd5b-40fb-4251-b019-afea2b391d1a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row aa49c6a0-9655-4f5d-89d1-a7ac6f0d1f95 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Successfully bumped revision number for resource 78b68694-5a2c-42d5-953d-b0cec0f2d94c (type: security_groups) to 1 +Jan 14 22:42:41 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Successfully bumped revision number for resource 0d273ce6-2508-4cc4-a7be-9bb1b283bfe1 (type: security_group_rules) to 0 +Jan 14 22:42:41 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Successfully bumped revision number for resource 14bc50a8-a090-4b1c-aeb8-ec4bddbe5f12 (type: security_group_rules) to 0 +Jan 14 22:42:41 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Successfully bumped revision number for resource 4f47b64f-c3f3-46f6-a36d-4448e97ec038 (type: security_group_rules) to 0 +Jan 14 22:42:41 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Successfully bumped revision number for resource 9dc67a43-30f8-40e3-8874-c29cbb7c7ac9 (type: security_group_rules) to 0 +Jan 14 22:42:41 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=78b68694-5a2c-42d5-953d-b0cec0f2d94c,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:41 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-a8225897-685e-4cea-8641-a2c00d59faa7 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=2678eb85b7de4d4993b8f05df5a1220b&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2287471 +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55040) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] Publish callbacks [] for security_group (78b68694-5a2c-42d5-953d-b0cec0f2d94c), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (78b68694-5a2c-42d5-953d-b0cec0f2d94c), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c && ip4 && ip4.src == $pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a2b4bd5b-40fb-4251-b019-afea2b391d1a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] delete_revision(0d273ce6-2508-4cc4-a7be-9bb1b283bfe1) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1350b3ef-fc23-4718-a6ab-e8d071450af8 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c && ip6 && ip6.src == $pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 3b24a718-6c34-4602-a02c-fa8d11147d7d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] delete_revision(9dc67a43-30f8-40e3-8874-c29cbb7c7ac9) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1350b3ef-fc23-4718-a6ab-e8d071450af8 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (78b68694-5a2c-42d5-953d-b0cec0f2d94c), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_78b68694_5a2c_42d5_953d_b0cec0f2d94c, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 84852308-ab7b-4038-891c-a868917fda20 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1350b3ef-fc23-4718-a6ab-e8d071450af8 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row aa49c6a0-9655-4f5d-89d1-a7ac6f0d1f95 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] delete_revision(78b68694-5a2c-42d5-953d-b0cec0f2d94c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] delete_revisions(['4f47b64f-c3f3-46f6-a36d-4448e97ec038', '14bc50a8-a090-4b1c-aeb8-ec4bddbe5f12']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=78b68694-5a2c-42d5-953d-b0cec0f2d94c,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-3ce35494-6778-49ee-8e27-42a76addced5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/78b68694-5a2c-42d5-953d-b0cec0f2d94c HTTP/1.1" status: 204 len: 149 time: 0.1643007 +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 55048) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (037ec463-30fc-4d1e-a16e-89d97c5c38f0), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] create_initial_revision uuid=037ec463-30fc-4d1e-a16e-89d97c5c38f0, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] create_initial_revision uuid=0027b091-d738-405e-b716-7e3cbe558536, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] create_initial_revision uuid=15c59876-0161-4ff9-ba8a-002712979e5a, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] create_initial_revision uuid=9541e628-628c-4588-bc7f-a5f0ce38ff73, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] create_initial_revision uuid=e1840eb4-383d-4fe7-b1e6-dcb543493ee6, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (037ec463-30fc-4d1e-a16e-89d97c5c38f0), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '037ec463-30fc-4d1e-a16e-89d97c5c38f0'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, direction=to-lport, priority=1002, match=outport == @pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0 && ip6 && ip6.src == $pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0027b091-d738-405e-b716-7e3cbe558536'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, direction=from-lport, priority=1002, match=inport == @pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '15c59876-0161-4ff9-ba8a-002712979e5a'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, direction=from-lport, priority=1002, match=inport == @pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9541e628-628c-4588-bc7f-a5f0ce38ff73'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, direction=to-lport, priority=1002, match=outport == @pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0 && ip4 && ip4.src == $pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e1840eb4-383d-4fe7-b1e6-dcb543493ee6'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1592ab05-0c96-493e-bd67-75ae5d8f4aab (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 988b01ad-a637-4187-af54-1554b148bf93 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 9c260ace-bda8-462a-a943-5ba5b0f702de (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f281d289-84cc-47ff-bdec-295359a974e5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0d5c7de2-bbcc-4f99-a648-083e3599e8a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Successfully bumped revision number for resource 037ec463-30fc-4d1e-a16e-89d97c5c38f0 (type: security_groups) to 1 +Jan 14 22:42:42 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Successfully bumped revision number for resource 0027b091-d738-405e-b716-7e3cbe558536 (type: security_group_rules) to 0 +Jan 14 22:42:42 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Successfully bumped revision number for resource 15c59876-0161-4ff9-ba8a-002712979e5a (type: security_group_rules) to 0 +Jan 14 22:42:42 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Successfully bumped revision number for resource 9541e628-628c-4588-bc7f-a5f0ce38ff73 (type: security_group_rules) to 0 +Jan 14 22:42:42 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Successfully bumped revision number for resource e1840eb4-383d-4fe7-b1e6-dcb543493ee6 (type: security_group_rules) to 0 +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=037ec463-30fc-4d1e-a16e-89d97c5c38f0,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-4b4be368-5af4-4f13-9567-c14689d31cbe ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=86f260e756b540178c05a1df28cc5f5e&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1574757 +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 55054) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] Publish callbacks [] for security_group (037ec463-30fc-4d1e-a16e-89d97c5c38f0), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (037ec463-30fc-4d1e-a16e-89d97c5c38f0), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0 && ip6 && ip6.src == $pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] delete_revision(0027b091-d738-405e-b716-7e3cbe558536) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row f281d289-84cc-47ff-bdec-295359a974e5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0d5c7de2-bbcc-4f99-a648-083e3599e8a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0 && ip4 && ip4.src == $pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] delete_revision(e1840eb4-383d-4fe7-b1e6-dcb543493ee6) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 988b01ad-a637-4187-af54-1554b148bf93 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0d5c7de2-bbcc-4f99-a648-083e3599e8a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (037ec463-30fc-4d1e-a16e-89d97c5c38f0), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_037ec463_30fc_4d1e_a16e_89d97c5c38f0, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 9c260ace-bda8-462a-a943-5ba5b0f702de (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1592ab05-0c96-493e-bd67-75ae5d8f4aab (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0d5c7de2-bbcc-4f99-a648-083e3599e8a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] delete_revision(037ec463-30fc-4d1e-a16e-89d97c5c38f0) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] delete_revisions(['15c59876-0161-4ff9-ba8a-002712979e5a', '9541e628-628c-4588-bc7f-a5f0ce38ff73']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=037ec463-30fc-4d1e-a16e-89d97c5c38f0,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:42 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-bc131295-20f2-4acf-9b7b-bc0b87609b22 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/037ec463-30fc-4d1e-a16e-89d97c5c38f0 HTTP/1.1" status: 204 len: 149 time: 0.1444259 +Jan 14 22:42:43 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:43 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:43 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55060) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:43 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (3700b12a-bf89-4515-8c3c-86db1aaeed41), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] create_initial_revision uuid=3700b12a-bf89-4515-8c3c-86db1aaeed41, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] create_initial_revision uuid=3adef0c3-2854-4d1f-b2fa-c8460aa2a681, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] create_initial_revision uuid=58e02643-4c4b-4086-adde-843d0c3ba77f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] create_initial_revision uuid=86523414-6776-40d8-b3a1-deb77fc66f8e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] create_initial_revision uuid=d85b12d1-83d9-4992-bcea-ba4b00a5e9be, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3700b12a-bf89-4515-8c3c-86db1aaeed41), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '3700b12a-bf89-4515-8c3c-86db1aaeed41'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, direction=from-lport, priority=1002, match=inport == @pg_3700b12a_bf89_4515_8c3c_86db1aaeed41 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3adef0c3-2854-4d1f-b2fa-c8460aa2a681'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, direction=to-lport, priority=1002, match=outport == @pg_3700b12a_bf89_4515_8c3c_86db1aaeed41 && ip4 && ip4.src == $pg_3700b12a_bf89_4515_8c3c_86db1aaeed41_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '58e02643-4c4b-4086-adde-843d0c3ba77f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, direction=from-lport, priority=1002, match=inport == @pg_3700b12a_bf89_4515_8c3c_86db1aaeed41 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '86523414-6776-40d8-b3a1-deb77fc66f8e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, direction=to-lport, priority=1002, match=outport == @pg_3700b12a_bf89_4515_8c3c_86db1aaeed41 && ip6 && ip6.src == $pg_3700b12a_bf89_4515_8c3c_86db1aaeed41_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd85b12d1-83d9-4992-bcea-ba4b00a5e9be'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 10ce1538-6798-4085-999f-eb069723c98a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 35ec71f4-8409-480c-b10e-e38757fc4362 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 8bd67b72-2edc-482a-8872-e88389d21ea0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ad376b06-ac70-422d-9911-23712d613aab (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row cae85d9b-a51a-4b71-9e60-963f35dbe596 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Successfully bumped revision number for resource 3700b12a-bf89-4515-8c3c-86db1aaeed41 (type: security_groups) to 1 +Jan 14 22:42:44 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Successfully bumped revision number for resource 3adef0c3-2854-4d1f-b2fa-c8460aa2a681 (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Successfully bumped revision number for resource 58e02643-4c4b-4086-adde-843d0c3ba77f (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Successfully bumped revision number for resource 86523414-6776-40d8-b3a1-deb77fc66f8e (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Successfully bumped revision number for resource d85b12d1-83d9-4992-bcea-ba4b00a5e9be (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=3700b12a-bf89-4515-8c3c-86db1aaeed41,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-b2c31e08-2e2d-44eb-b140-2848e28587fe ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=09ed931dc8b34af19477dae1720f5f77&name=default HTTP/1.1" status: 200 len: 3116 time: 0.2272623 +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55066) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] Publish callbacks [] for security_group (3700b12a-bf89-4515-8c3c-86db1aaeed41), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (3700b12a-bf89-4515-8c3c-86db1aaeed41), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3700b12a_bf89_4515_8c3c_86db1aaeed41 && ip4 && ip4.src == $pg_3700b12a_bf89_4515_8c3c_86db1aaeed41_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row cae85d9b-a51a-4b71-9e60-963f35dbe596 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 8bd67b72-2edc-482a-8872-e88389d21ea0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] delete_revision(58e02643-4c4b-4086-adde-843d0c3ba77f) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3700b12a_bf89_4515_8c3c_86db1aaeed41 && ip6 && ip6.src == $pg_3700b12a_bf89_4515_8c3c_86db1aaeed41_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ad376b06-ac70-422d-9911-23712d613aab (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row cae85d9b-a51a-4b71-9e60-963f35dbe596 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] delete_revision(d85b12d1-83d9-4992-bcea-ba4b00a5e9be) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3700b12a-bf89-4515-8c3c-86db1aaeed41), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_3700b12a_bf89_4515_8c3c_86db1aaeed41, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 10ce1538-6798-4085-999f-eb069723c98a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 35ec71f4-8409-480c-b10e-e38757fc4362 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row cae85d9b-a51a-4b71-9e60-963f35dbe596 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] delete_revision(3700b12a-bf89-4515-8c3c-86db1aaeed41) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] delete_revisions(['3adef0c3-2854-4d1f-b2fa-c8460aa2a681', '86523414-6776-40d8-b3a1-deb77fc66f8e']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=3700b12a-bf89-4515-8c3c-86db1aaeed41,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-38242d39-faac-47b4-98f2-77bb03c049e5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/3700b12a-bf89-4515-8c3c-86db1aaeed41 HTTP/1.1" status: 204 len: 149 time: 0.1531756 +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 55070) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (97ada5cd-316c-4771-b112-4eb2494ef120), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] create_initial_revision uuid=97ada5cd-316c-4771-b112-4eb2494ef120, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] create_initial_revision uuid=0044da87-0dd1-42be-9d94-119d14365b19, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] create_initial_revision uuid=4dc12833-9500-4520-b80d-189a11767433, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] create_initial_revision uuid=61816183-c2a0-46ce-8c89-19eceb184947, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] create_initial_revision uuid=f4789df1-80ab-41ca-a5c4-4f62f2116239, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (97ada5cd-316c-4771-b112-4eb2494ef120), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_97ada5cd_316c_4771_b112_4eb2494ef120, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '97ada5cd-316c-4771-b112-4eb2494ef120'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_97ada5cd_316c_4771_b112_4eb2494ef120, direction=to-lport, priority=1002, match=outport == @pg_97ada5cd_316c_4771_b112_4eb2494ef120 && ip4 && ip4.src == $pg_97ada5cd_316c_4771_b112_4eb2494ef120_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0044da87-0dd1-42be-9d94-119d14365b19'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_97ada5cd_316c_4771_b112_4eb2494ef120, direction=to-lport, priority=1002, match=outport == @pg_97ada5cd_316c_4771_b112_4eb2494ef120 && ip6 && ip6.src == $pg_97ada5cd_316c_4771_b112_4eb2494ef120_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4dc12833-9500-4520-b80d-189a11767433'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_97ada5cd_316c_4771_b112_4eb2494ef120, direction=from-lport, priority=1002, match=inport == @pg_97ada5cd_316c_4771_b112_4eb2494ef120 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '61816183-c2a0-46ce-8c89-19eceb184947'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_97ada5cd_316c_4771_b112_4eb2494ef120, direction=from-lport, priority=1002, match=inport == @pg_97ada5cd_316c_4771_b112_4eb2494ef120 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f4789df1-80ab-41ca-a5c4-4f62f2116239'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0e57fa1b-4dd2-409a-8580-ed02007db8d3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 177fccd2-c9b2-429b-b3a8-6b8e54d29848 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row b45b1b40-f250-48ac-80fc-2b2c8c5a08ff (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row b708b9be-b1e0-4e22-963c-abcb84f974bf (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ff132239-7ca1-4dea-b732-c2c266b982b4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Successfully bumped revision number for resource 97ada5cd-316c-4771-b112-4eb2494ef120 (type: security_groups) to 1 +Jan 14 22:42:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Successfully bumped revision number for resource 0044da87-0dd1-42be-9d94-119d14365b19 (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Successfully bumped revision number for resource 4dc12833-9500-4520-b80d-189a11767433 (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Successfully bumped revision number for resource 61816183-c2a0-46ce-8c89-19eceb184947 (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Successfully bumped revision number for resource f4789df1-80ab-41ca-a5c4-4f62f2116239 (type: security_group_rules) to 0 +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=97ada5cd-316c-4771-b112-4eb2494ef120,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-30e6ca7a-b611-4749-b304-a802a40755c1 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=cdace2c89d3e47f8a73677c96f1b19e4&name=default HTTP/1.1" status: 200 len: 3116 time: 0.1590626 +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 55078) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] Publish callbacks [] for security_group (97ada5cd-316c-4771-b112-4eb2494ef120), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (97ada5cd-316c-4771-b112-4eb2494ef120), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_97ada5cd_316c_4771_b112_4eb2494ef120, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_97ada5cd_316c_4771_b112_4eb2494ef120 && ip4 && ip4.src == $pg_97ada5cd_316c_4771_b112_4eb2494ef120_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 177fccd2-c9b2-429b-b3a8-6b8e54d29848 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] delete_revision(0044da87-0dd1-42be-9d94-119d14365b19) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row ff132239-7ca1-4dea-b732-c2c266b982b4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_97ada5cd_316c_4771_b112_4eb2494ef120, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_97ada5cd_316c_4771_b112_4eb2494ef120 && ip6 && ip6.src == $pg_97ada5cd_316c_4771_b112_4eb2494ef120_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0e57fa1b-4dd2-409a-8580-ed02007db8d3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 177fccd2-c9b2-429b-b3a8-6b8e54d29848 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] delete_revision(4dc12833-9500-4520-b80d-189a11767433) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (97ada5cd-316c-4771-b112-4eb2494ef120), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_97ada5cd_316c_4771_b112_4eb2494ef120, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 177fccd2-c9b2-429b-b3a8-6b8e54d29848 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row b45b1b40-f250-48ac-80fc-2b2c8c5a08ff (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] delete_revision(97ada5cd-316c-4771-b112-4eb2494ef120) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:44 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row b708b9be-b1e0-4e22-963c-abcb84f974bf (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] delete_revisions(['f4789df1-80ab-41ca-a5c4-4f62f2116239', '61816183-c2a0-46ce-8c89-19eceb184947']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=97ada5cd-316c-4771-b112-4eb2494ef120,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:44 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-cc49195c-58ec-4bc1-a593-9fb5d97f239c ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/97ada5cd-316c-4771-b112-4eb2494ef120 HTTP/1.1" status: 204 len: 149 time: 0.1478100 +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55090) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (24ac9170-dc46-457a-bc9b-1cf8d0eaaae7), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] create_initial_revision uuid=24ac9170-dc46-457a-bc9b-1cf8d0eaaae7, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] create_initial_revision uuid=17e360ce-f6bb-400e-9079-db8b5ea7a265, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] create_initial_revision uuid=1d1839bb-3f70-4cf6-a2a5-2fa56696efd2, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] create_initial_revision uuid=2a6753a7-0e92-46f2-83bb-7504b8bec042, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] create_initial_revision uuid=aa925dfe-b55a-4596-94aa-977d85a79490, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (24ac9170-dc46-457a-bc9b-1cf8d0eaaae7), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '24ac9170-dc46-457a-bc9b-1cf8d0eaaae7'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, direction=to-lport, priority=1002, match=outport == @pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7 && ip6 && ip6.src == $pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '17e360ce-f6bb-400e-9079-db8b5ea7a265'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, direction=from-lport, priority=1002, match=inport == @pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1d1839bb-3f70-4cf6-a2a5-2fa56696efd2'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, direction=from-lport, priority=1002, match=inport == @pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2a6753a7-0e92-46f2-83bb-7504b8bec042'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, direction=to-lport, priority=1002, match=outport == @pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7 && ip4 && ip4.src == $pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'aa925dfe-b55a-4596-94aa-977d85a79490'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row b2015211-7f6f-49cc-b3ae-9f0a0b7a4cd3 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row c8f5be89-7bb2-4ebc-9cb5-c5e7e428c8ca (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1c3aae18-2bb9-4b6d-8bde-9997308df563 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 364eb584-66f9-42f5-94e7-35ec9a072a7c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d1a0035b-e949-40f0-a93d-7a4cfbed4529 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Successfully bumped revision number for resource 24ac9170-dc46-457a-bc9b-1cf8d0eaaae7 (type: security_groups) to 1 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Successfully bumped revision number for resource 17e360ce-f6bb-400e-9079-db8b5ea7a265 (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Successfully bumped revision number for resource 1d1839bb-3f70-4cf6-a2a5-2fa56696efd2 (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Successfully bumped revision number for resource 2a6753a7-0e92-46f2-83bb-7504b8bec042 (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Successfully bumped revision number for resource aa925dfe-b55a-4596-94aa-977d85a79490 (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=24ac9170-dc46-457a-bc9b-1cf8d0eaaae7,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-621fc65b-1139-4e1d-b4ee-b1195b7b4d70 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0d4db746a7a64175b5ca85fd2b4eed2a&name=default HTTP/1.1" status: 200 len: 3117 time: 0.2063141 +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55098) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] Publish callbacks [] for security_group (24ac9170-dc46-457a-bc9b-1cf8d0eaaae7), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (24ac9170-dc46-457a-bc9b-1cf8d0eaaae7), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7 && ip6 && ip6.src == $pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row c8f5be89-7bb2-4ebc-9cb5-c5e7e428c8ca (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 364eb584-66f9-42f5-94e7-35ec9a072a7c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] delete_revision(17e360ce-f6bb-400e-9079-db8b5ea7a265) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7 && ip4 && ip4.src == $pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1c3aae18-2bb9-4b6d-8bde-9997308df563 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 364eb584-66f9-42f5-94e7-35ec9a072a7c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] delete_revision(aa925dfe-b55a-4596-94aa-977d85a79490) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (24ac9170-dc46-457a-bc9b-1cf8d0eaaae7), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_24ac9170_dc46_457a_bc9b_1cf8d0eaaae7, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d1a0035b-e949-40f0-a93d-7a4cfbed4529 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row b2015211-7f6f-49cc-b3ae-9f0a0b7a4cd3 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 364eb584-66f9-42f5-94e7-35ec9a072a7c (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] delete_revision(24ac9170-dc46-457a-bc9b-1cf8d0eaaae7) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] delete_revisions(['1d1839bb-3f70-4cf6-a2a5-2fa56696efd2', '2a6753a7-0e92-46f2-83bb-7504b8bec042']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=24ac9170-dc46-457a-bc9b-1cf8d0eaaae7,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-0240fc7a-c49c-4ffe-ac94-adaa339ba1c7 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/24ac9170-dc46-457a-bc9b-1cf8d0eaaae7 HTTP/1.1" status: 204 len: 149 time: 0.1677814 +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55108) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (905bdc1a-77a1-4ab4-a258-c1942b3a0c9f), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] create_initial_revision uuid=905bdc1a-77a1-4ab4-a258-c1942b3a0c9f, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] create_initial_revision uuid=69a0154d-4a8f-4a3d-9dab-0f522e82ae6b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] create_initial_revision uuid=94a7bad2-2561-4002-9b9e-254cc1443ac3, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] create_initial_revision uuid=95363cc0-57c0-419e-bce0-c8b0fd4c0e78, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] create_initial_revision uuid=f8d72859-8b29-4c3f-bf92-43202099713d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (905bdc1a-77a1-4ab4-a258-c1942b3a0c9f), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '905bdc1a-77a1-4ab4-a258-c1942b3a0c9f'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, direction=to-lport, priority=1002, match=outport == @pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f && ip4 && ip4.src == $pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '69a0154d-4a8f-4a3d-9dab-0f522e82ae6b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, direction=from-lport, priority=1002, match=inport == @pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '94a7bad2-2561-4002-9b9e-254cc1443ac3'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, direction=to-lport, priority=1002, match=outport == @pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f && ip6 && ip6.src == $pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '95363cc0-57c0-419e-bce0-c8b0fd4c0e78'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, direction=from-lport, priority=1002, match=inport == @pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f8d72859-8b29-4c3f-bf92-43202099713d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 03ed7970-0a0d-49b9-a772-138ca0d34a2e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a11fd71e-078f-4b8a-ad9a-a7b17e9f4788 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a987209a-de12-4f7e-beb1-0046cdf57b5a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 80458a56-e398-4aa3-b2bc-02d443ec919d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 26b4c6c6-fbfe-4ef6-82d4-4c1ccd627a20 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Successfully bumped revision number for resource 905bdc1a-77a1-4ab4-a258-c1942b3a0c9f (type: security_groups) to 1 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Successfully bumped revision number for resource 69a0154d-4a8f-4a3d-9dab-0f522e82ae6b (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Successfully bumped revision number for resource 94a7bad2-2561-4002-9b9e-254cc1443ac3 (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Successfully bumped revision number for resource 95363cc0-57c0-419e-bce0-c8b0fd4c0e78 (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Successfully bumped revision number for resource f8d72859-8b29-4c3f-bf92-43202099713d (type: security_group_rules) to 0 +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=905bdc1a-77a1-4ab4-a258-c1942b3a0c9f,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-815abf0b-17e2-4531-8de1-673655de132c ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8be6ebc99db34508a95f37dc6c1493a6&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1521616 +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 55124) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] Publish callbacks [] for security_group (905bdc1a-77a1-4ab4-a258-c1942b3a0c9f), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (905bdc1a-77a1-4ab4-a258-c1942b3a0c9f), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f && ip4 && ip4.src == $pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 26b4c6c6-fbfe-4ef6-82d4-4c1ccd627a20 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 03ed7970-0a0d-49b9-a772-138ca0d34a2e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] delete_revision(69a0154d-4a8f-4a3d-9dab-0f522e82ae6b) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f && ip6 && ip6.src == $pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 26b4c6c6-fbfe-4ef6-82d4-4c1ccd627a20 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a11fd71e-078f-4b8a-ad9a-a7b17e9f4788 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] delete_revision(95363cc0-57c0-419e-bce0-c8b0fd4c0e78) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (905bdc1a-77a1-4ab4-a258-c1942b3a0c9f), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_905bdc1a_77a1_4ab4_a258_c1942b3a0c9f, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 80458a56-e398-4aa3-b2bc-02d443ec919d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 26b4c6c6-fbfe-4ef6-82d4-4c1ccd627a20 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a987209a-de12-4f7e-beb1-0046cdf57b5a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] delete_revision(905bdc1a-77a1-4ab4-a258-c1942b3a0c9f) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] delete_revisions(['f8d72859-8b29-4c3f-bf92-43202099713d', '94a7bad2-2561-4002-9b9e-254cc1443ac3']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=905bdc1a-77a1-4ab4-a258-c1942b3a0c9f,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:42:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-84848af6-807b-454e-9c61-1f0666689508 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/905bdc1a-77a1-4ab4-a258-c1942b3a0c9f HTTP/1.1" status: 204 len: 149 time: 0.1493790 +Jan 14 22:42:51 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:42:54 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:UPDATE=10,neutron:SELECT=296,neutron:INSERT=23,neutron:DELETE=20 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:54 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=250,neutron:INSERT=41,neutron:UPDATE=15,neutron:DELETE=12 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:56 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:UPDATE=14,neutron:SELECT=266,neutron:INSERT=41,neutron:DELETE=17 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:42:56 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=279,neutron:INSERT=23,neutron:UPDATE=11,neutron:DELETE=15 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 56482) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (dc0fb74d-c6dd-4722-8cb4-440222f83c48), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] create_initial_revision uuid=dc0fb74d-c6dd-4722-8cb4-440222f83c48, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] create_initial_revision uuid=23ea36b9-997d-4768-bcc3-58872185bd3b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] create_initial_revision uuid=6fc06dc3-493d-4eb9-960b-f1a7b044eabc, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] create_initial_revision uuid=97833fe1-1acd-4a3b-9029-160f942d4086, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] create_initial_revision uuid=97c96e85-a04d-4bb5-a0ee-9e83e1e101da, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (dc0fb74d-c6dd-4722-8cb4-440222f83c48), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'dc0fb74d-c6dd-4722-8cb4-440222f83c48'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, direction=from-lport, priority=1002, match=inport == @pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '23ea36b9-997d-4768-bcc3-58872185bd3b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, direction=to-lport, priority=1002, match=outport == @pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48 && ip6 && ip6.src == $pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6fc06dc3-493d-4eb9-960b-f1a7b044eabc'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, direction=to-lport, priority=1002, match=outport == @pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48 && ip4 && ip4.src == $pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '97833fe1-1acd-4a3b-9029-160f942d4086'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, direction=from-lport, priority=1002, match=inport == @pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '97c96e85-a04d-4bb5-a0ee-9e83e1e101da'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 04761b6d-4b98-4855-98ad-172f2af1dbfd (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0ba08e3b-142b-4f9e-9b68-e77a45046d39 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 6880e2a8-faf5-43a4-96e7-7a663decf827 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7c427f41-156e-421b-9f33-423db07eba71 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 46666c65-ed5f-4a42-970d-76dbf1474b8a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Successfully bumped revision number for resource dc0fb74d-c6dd-4722-8cb4-440222f83c48 (type: security_groups) to 1 +Jan 14 22:43:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Successfully bumped revision number for resource 23ea36b9-997d-4768-bcc3-58872185bd3b (type: security_group_rules) to 0 +Jan 14 22:43:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Successfully bumped revision number for resource 6fc06dc3-493d-4eb9-960b-f1a7b044eabc (type: security_group_rules) to 0 +Jan 14 22:43:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Successfully bumped revision number for resource 97833fe1-1acd-4a3b-9029-160f942d4086 (type: security_group_rules) to 0 +Jan 14 22:43:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Successfully bumped revision number for resource 97c96e85-a04d-4bb5-a0ee-9e83e1e101da (type: security_group_rules) to 0 +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=dc0fb74d-c6dd-4722-8cb4-440222f83c48,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-c96f40a6-ee9c-4cab-9e3c-77f0c0c7b5b8 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=67aac3bbe7fe4f40bf40831c418ba073&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2104874 +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 56494) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] Publish callbacks [] for security_group (dc0fb74d-c6dd-4722-8cb4-440222f83c48), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (dc0fb74d-c6dd-4722-8cb4-440222f83c48), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48 && ip6 && ip6.src == $pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0ba08e3b-142b-4f9e-9b68-e77a45046d39 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 46666c65-ed5f-4a42-970d-76dbf1474b8a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] delete_revision(6fc06dc3-493d-4eb9-960b-f1a7b044eabc) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48 && ip4 && ip4.src == $pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 6880e2a8-faf5-43a4-96e7-7a663decf827 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 46666c65-ed5f-4a42-970d-76dbf1474b8a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] delete_revision(97833fe1-1acd-4a3b-9029-160f942d4086) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (dc0fb74d-c6dd-4722-8cb4-440222f83c48), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_dc0fb74d_c6dd_4722_8cb4_440222f83c48, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 04761b6d-4b98-4855-98ad-172f2af1dbfd (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 7c427f41-156e-421b-9f33-423db07eba71 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] delete_revision(dc0fb74d-c6dd-4722-8cb4-440222f83c48) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 46666c65-ed5f-4a42-970d-76dbf1474b8a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] delete_revisions(['97c96e85-a04d-4bb5-a0ee-9e83e1e101da', '23ea36b9-997d-4768-bcc3-58872185bd3b']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=dc0fb74d-c6dd-4722-8cb4-440222f83c48,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:01 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-77934361-818c-4442-b981-a79eda9c394e ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/dc0fb74d-c6dd-4722-8cb4-440222f83c48 HTTP/1.1" status: 204 len: 149 time: 0.1554232 +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 56508) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (fd1f09f0-d048-4c50-a165-f1f972b836b8), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] create_initial_revision uuid=fd1f09f0-d048-4c50-a165-f1f972b836b8, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] create_initial_revision uuid=b9bff71f-9733-4bbd-bb4a-575e7a470b50, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] create_initial_revision uuid=c6783763-e1cc-434f-b42e-e9e2b381b14d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] create_initial_revision uuid=f2d042e8-5dd9-46fe-b3d4-2ffdba9fecfe, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] create_initial_revision uuid=fdaa1329-8cd8-4c30-b5f1-123198c5d820, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (fd1f09f0-d048-4c50-a165-f1f972b836b8), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'fd1f09f0-d048-4c50-a165-f1f972b836b8'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, direction=to-lport, priority=1002, match=outport == @pg_fd1f09f0_d048_4c50_a165_f1f972b836b8 && ip6 && ip6.src == $pg_fd1f09f0_d048_4c50_a165_f1f972b836b8_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b9bff71f-9733-4bbd-bb4a-575e7a470b50'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, direction=from-lport, priority=1002, match=inport == @pg_fd1f09f0_d048_4c50_a165_f1f972b836b8 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c6783763-e1cc-434f-b42e-e9e2b381b14d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, direction=from-lport, priority=1002, match=inport == @pg_fd1f09f0_d048_4c50_a165_f1f972b836b8 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f2d042e8-5dd9-46fe-b3d4-2ffdba9fecfe'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, direction=to-lport, priority=1002, match=outport == @pg_fd1f09f0_d048_4c50_a165_f1f972b836b8 && ip4 && ip4.src == $pg_fd1f09f0_d048_4c50_a165_f1f972b836b8_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fdaa1329-8cd8-4c30-b5f1-123198c5d820'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ab5c9f91-b1a3-49f9-be72-48b1adecab10 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row d06b9985-4d94-4252-93af-9d7a6e992105 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3e57b145-fff9-4402-903a-7284be4f477e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ceb405a7-0b5d-4ee7-82a8-82f4fcb0022f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 575684ac-da95-4a12-9827-24bcad3c8121 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Successfully bumped revision number for resource fd1f09f0-d048-4c50-a165-f1f972b836b8 (type: security_groups) to 1 +Jan 14 22:43:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Successfully bumped revision number for resource b9bff71f-9733-4bbd-bb4a-575e7a470b50 (type: security_group_rules) to 0 +Jan 14 22:43:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Successfully bumped revision number for resource c6783763-e1cc-434f-b42e-e9e2b381b14d (type: security_group_rules) to 0 +Jan 14 22:43:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Successfully bumped revision number for resource f2d042e8-5dd9-46fe-b3d4-2ffdba9fecfe (type: security_group_rules) to 0 +Jan 14 22:43:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Successfully bumped revision number for resource fdaa1329-8cd8-4c30-b5f1-123198c5d820 (type: security_group_rules) to 0 +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=fd1f09f0-d048-4c50-a165-f1f972b836b8,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-52b9cd1a-bda1-4e87-a6b0-7a90462e25d4 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=59e1f3350c004d5698a4adb9ad134f6e&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1650047 +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 56524) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] Publish callbacks [] for security_group (fd1f09f0-d048-4c50-a165-f1f972b836b8), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (fd1f09f0-d048-4c50-a165-f1f972b836b8), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fd1f09f0_d048_4c50_a165_f1f972b836b8 && ip6 && ip6.src == $pg_fd1f09f0_d048_4c50_a165_f1f972b836b8_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ceb405a7-0b5d-4ee7-82a8-82f4fcb0022f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 575684ac-da95-4a12-9827-24bcad3c8121 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] delete_revision(b9bff71f-9733-4bbd-bb4a-575e7a470b50) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fd1f09f0_d048_4c50_a165_f1f972b836b8 && ip4 && ip4.src == $pg_fd1f09f0_d048_4c50_a165_f1f972b836b8_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row ab5c9f91-b1a3-49f9-be72-48b1adecab10 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 575684ac-da95-4a12-9827-24bcad3c8121 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] delete_revision(fdaa1329-8cd8-4c30-b5f1-123198c5d820) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (fd1f09f0-d048-4c50-a165-f1f972b836b8), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_fd1f09f0_d048_4c50_a165_f1f972b836b8, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row d06b9985-4d94-4252-93af-9d7a6e992105 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3e57b145-fff9-4402-903a-7284be4f477e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] delete_revision(fd1f09f0-d048-4c50-a165-f1f972b836b8) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 575684ac-da95-4a12-9827-24bcad3c8121 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] delete_revisions(['f2d042e8-5dd9-46fe-b3d4-2ffdba9fecfe', 'c6783763-e1cc-434f-b42e-e9e2b381b14d']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=fd1f09f0-d048-4c50-a165-f1f972b836b8,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:02 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-665e51ff-199d-41d6-adbd-0d2432d1a3f2 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/fd1f09f0-d048-4c50-a165-f1f972b836b8 HTTP/1.1" status: 204 len: 149 time: 0.1612251 +Jan 14 22:43:02 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:43:02 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:43:08 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58318) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (7aea3a87-1ee8-47e5-8ffa-bd490d4092a3), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] create_initial_revision uuid=7aea3a87-1ee8-47e5-8ffa-bd490d4092a3, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] create_initial_revision uuid=1bd5e538-09e5-4f27-9e96-62e54e669296, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] create_initial_revision uuid=8209bab5-faae-423d-86b1-32d4aa70cddf, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] create_initial_revision uuid=d236c809-ab72-451e-9f2b-bf2e0c9f1fc9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] create_initial_revision uuid=e5cad4aa-bcc8-471c-8df6-491a58618d82, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (7aea3a87-1ee8-47e5-8ffa-bd490d4092a3), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '7aea3a87-1ee8-47e5-8ffa-bd490d4092a3'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, direction=from-lport, priority=1002, match=inport == @pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1bd5e538-09e5-4f27-9e96-62e54e669296'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, direction=to-lport, priority=1002, match=outport == @pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3 && ip6 && ip6.src == $pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8209bab5-faae-423d-86b1-32d4aa70cddf'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, direction=from-lport, priority=1002, match=inport == @pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd236c809-ab72-451e-9f2b-bf2e0c9f1fc9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, direction=to-lport, priority=1002, match=outport == @pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3 && ip4 && ip4.src == $pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e5cad4aa-bcc8-471c-8df6-491a58618d82'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 15f0bdf8-5755-44d3-b98b-1484a0c1e2e2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 5f828584-9ee1-40ca-9272-6d0a78caaf8c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4a26aaf0-ce40-4b53-9997-f98beb271120 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 8005deb1-8051-42db-b56c-f0269028c38c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 9a353733-cfaa-4e16-a1c2-52cd81642a34 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Successfully bumped revision number for resource 7aea3a87-1ee8-47e5-8ffa-bd490d4092a3 (type: security_groups) to 1 +Jan 14 22:43:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Successfully bumped revision number for resource 1bd5e538-09e5-4f27-9e96-62e54e669296 (type: security_group_rules) to 0 +Jan 14 22:43:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Successfully bumped revision number for resource 8209bab5-faae-423d-86b1-32d4aa70cddf (type: security_group_rules) to 0 +Jan 14 22:43:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Successfully bumped revision number for resource d236c809-ab72-451e-9f2b-bf2e0c9f1fc9 (type: security_group_rules) to 0 +Jan 14 22:43:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Successfully bumped revision number for resource e5cad4aa-bcc8-471c-8df6-491a58618d82 (type: security_group_rules) to 0 +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=7aea3a87-1ee8-47e5-8ffa-bd490d4092a3,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-9b5c49c8-94eb-4dd4-afbd-b5cd33616156 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f3c632b037314750b4b9b547ab0c9e6b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2688167 +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58332) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] Publish callbacks [] for security_group (7aea3a87-1ee8-47e5-8ffa-bd490d4092a3), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (7aea3a87-1ee8-47e5-8ffa-bd490d4092a3), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3 && ip6 && ip6.src == $pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 5f828584-9ee1-40ca-9272-6d0a78caaf8c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] delete_revision(8209bab5-faae-423d-86b1-32d4aa70cddf) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 9a353733-cfaa-4e16-a1c2-52cd81642a34 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3 && ip4 && ip4.src == $pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 15f0bdf8-5755-44d3-b98b-1484a0c1e2e2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] delete_revision(e5cad4aa-bcc8-471c-8df6-491a58618d82) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 9a353733-cfaa-4e16-a1c2-52cd81642a34 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (7aea3a87-1ee8-47e5-8ffa-bd490d4092a3), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_7aea3a87_1ee8_47e5_8ffa_bd490d4092a3, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] delete_revision(7aea3a87-1ee8-47e5-8ffa-bd490d4092a3) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4a26aaf0-ce40-4b53-9997-f98beb271120 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 8005deb1-8051-42db-b56c-f0269028c38c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 9a353733-cfaa-4e16-a1c2-52cd81642a34 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] delete_revisions(['1bd5e538-09e5-4f27-9e96-62e54e669296', 'd236c809-ab72-451e-9f2b-bf2e0c9f1fc9']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=7aea3a87-1ee8-47e5-8ffa-bd490d4092a3,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:11 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-306f38b4-97b9-4bb1-8f5c-d5a1d9a147cb ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/7aea3a87-1ee8-47e5-8ffa-bd490d4092a3 HTTP/1.1" status: 204 len: 149 time: 0.1545620 +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58338) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (bfd64874-c9b4-4134-b7f9-4c1ee7038ec9), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] create_initial_revision uuid=bfd64874-c9b4-4134-b7f9-4c1ee7038ec9, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] create_initial_revision uuid=10f848d2-a96f-4556-87cb-5d83aba54c14, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] create_initial_revision uuid=9228318c-6491-4c84-b83d-d7fddb0b6f87, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] create_initial_revision uuid=d018ab7e-5611-4f61-a132-63ebc8f74042, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] create_initial_revision uuid=d50f29a5-0225-4744-b98d-cb996d4ffcc4, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (bfd64874-c9b4-4134-b7f9-4c1ee7038ec9), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'bfd64874-c9b4-4134-b7f9-4c1ee7038ec9'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, direction=to-lport, priority=1002, match=outport == @pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9 && ip6 && ip6.src == $pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '10f848d2-a96f-4556-87cb-5d83aba54c14'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, direction=from-lport, priority=1002, match=inport == @pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9228318c-6491-4c84-b83d-d7fddb0b6f87'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, direction=from-lport, priority=1002, match=inport == @pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd018ab7e-5611-4f61-a132-63ebc8f74042'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, direction=to-lport, priority=1002, match=outport == @pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9 && ip4 && ip4.src == $pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd50f29a5-0225-4744-b98d-cb996d4ffcc4'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a44617e5-45ff-497a-9072-7865a4ad19d4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ea3925c7-58c6-4036-a0ef-6baa797dd368 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4b3854cf-1fbd-406d-9983-d944369e3d2c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 86d51ba1-21ef-49a1-b97d-9496eda8775d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ef2f7b3e-91dd-4359-bd38-4faf1f2b4cd7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Successfully bumped revision number for resource bfd64874-c9b4-4134-b7f9-4c1ee7038ec9 (type: security_groups) to 1 +Jan 14 22:43:12 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Successfully bumped revision number for resource 10f848d2-a96f-4556-87cb-5d83aba54c14 (type: security_group_rules) to 0 +Jan 14 22:43:12 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Successfully bumped revision number for resource 9228318c-6491-4c84-b83d-d7fddb0b6f87 (type: security_group_rules) to 0 +Jan 14 22:43:12 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Successfully bumped revision number for resource d018ab7e-5611-4f61-a132-63ebc8f74042 (type: security_group_rules) to 0 +Jan 14 22:43:12 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Successfully bumped revision number for resource d50f29a5-0225-4744-b98d-cb996d4ffcc4 (type: security_group_rules) to 0 +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=bfd64874-c9b4-4134-b7f9-4c1ee7038ec9,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-4068bd8e-9f7a-48b8-819a-70a0b3c9f1ac ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6e01a1d887c646a9bb63fee881a8c95b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1933074 +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58350) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] Publish callbacks [] for security_group (bfd64874-c9b4-4134-b7f9-4c1ee7038ec9), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (bfd64874-c9b4-4134-b7f9-4c1ee7038ec9), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9 && ip6 && ip6.src == $pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row ef2f7b3e-91dd-4359-bd38-4faf1f2b4cd7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] delete_revision(10f848d2-a96f-4556-87cb-5d83aba54c14) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:12 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row ea3925c7-58c6-4036-a0ef-6baa797dd368 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9 && ip4 && ip4.src == $pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a44617e5-45ff-497a-9072-7865a4ad19d4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row ef2f7b3e-91dd-4359-bd38-4faf1f2b4cd7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] delete_revision(d50f29a5-0225-4744-b98d-cb996d4ffcc4) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (bfd64874-c9b4-4134-b7f9-4c1ee7038ec9), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_bfd64874_c9b4_4134_b7f9_4c1ee7038ec9, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4b3854cf-1fbd-406d-9983-d944369e3d2c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 86d51ba1-21ef-49a1-b97d-9496eda8775d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ef2f7b3e-91dd-4359-bd38-4faf1f2b4cd7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] delete_revision(bfd64874-c9b4-4134-b7f9-4c1ee7038ec9) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] delete_revisions(['9228318c-6491-4c84-b83d-d7fddb0b6f87', 'd018ab7e-5611-4f61-a132-63ebc8f74042']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=bfd64874-c9b4-4134-b7f9-4c1ee7038ec9,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:12 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-a74fffb3-4cec-405a-b6a9-9739a5accfa3 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/bfd64874-c9b4-4134-b7f9-4c1ee7038ec9 HTTP/1.1" status: 204 len: 149 time: 0.1592064 +Jan 14 22:43:12 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=3,neutron:DELETE=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58366) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] create_initial_revision uuid=c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] create_initial_revision uuid=340d8ead-87fa-4cec-bb4b-6e85e682a802, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] create_initial_revision uuid=903f7d79-7c22-4ed2-8353-6a100720c1be, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] create_initial_revision uuid=e6da0ffd-585c-4e5a-99d2-b3d66ddf3441, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] create_initial_revision uuid=f766a84a-1363-4068-bf82-a22f4ba2d144, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, direction=from-lport, priority=1002, match=inport == @pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '340d8ead-87fa-4cec-bb4b-6e85e682a802'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, direction=from-lport, priority=1002, match=inport == @pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '903f7d79-7c22-4ed2-8353-6a100720c1be'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, direction=to-lport, priority=1002, match=outport == @pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b && ip6 && ip6.src == $pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e6da0ffd-585c-4e5a-99d2-b3d66ddf3441'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, direction=to-lport, priority=1002, match=outport == @pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b && ip4 && ip4.src == $pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f766a84a-1363-4068-bf82-a22f4ba2d144'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4e94e045-7cfa-4bfa-a8e2-c353cc318d58 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f87b289a-7fe9-4586-949a-b53a0e1a5226 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4dabb861-a903-4a0e-b99f-e8650901c30a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b350eb90-28ff-4f4c-9b77-b8f72d4e6b18 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d15faa7f-6e39-40ed-87de-9fb9c624b214 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Successfully bumped revision number for resource c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b (type: security_groups) to 1 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Successfully bumped revision number for resource 340d8ead-87fa-4cec-bb4b-6e85e682a802 (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Successfully bumped revision number for resource 903f7d79-7c22-4ed2-8353-6a100720c1be (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Successfully bumped revision number for resource e6da0ffd-585c-4e5a-99d2-b3d66ddf3441 (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Successfully bumped revision number for resource f766a84a-1363-4068-bf82-a22f4ba2d144 (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-5cb1b321-0568-4271-b093-462b1dc38557 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=4d710431b68c493e920d2e26f17d02da&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2144639 +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58374) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] Publish callbacks [] for security_group (c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b && ip6 && ip6.src == $pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row f87b289a-7fe9-4586-949a-b53a0e1a5226 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4dabb861-a903-4a0e-b99f-e8650901c30a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] delete_revision(e6da0ffd-585c-4e5a-99d2-b3d66ddf3441) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b && ip4 && ip4.src == $pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4e94e045-7cfa-4bfa-a8e2-c353cc318d58 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row f87b289a-7fe9-4586-949a-b53a0e1a5226 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] delete_revision(f766a84a-1363-4068-bf82-a22f4ba2d144) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c5823ede_9a3d_47a9_b5fe_d4c9ac4b200b, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b350eb90-28ff-4f4c-9b77-b8f72d4e6b18 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d15faa7f-6e39-40ed-87de-9fb9c624b214 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row f87b289a-7fe9-4586-949a-b53a0e1a5226 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] delete_revision(c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] delete_revisions(['340d8ead-87fa-4cec-bb4b-6e85e682a802', '903f7d79-7c22-4ed2-8353-6a100720c1be']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-eaaeb910-39d6-4764-8b02-6801d02035a7 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c5823ede-9a3d-47a9-b5fe-d4c9ac4b200b HTTP/1.1" status: 204 len: 149 time: 0.1606686 +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58378) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (c3f58af4-ca4c-4733-b584-9a5033f879f4), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] create_initial_revision uuid=c3f58af4-ca4c-4733-b584-9a5033f879f4, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] create_initial_revision uuid=0674f368-21ba-42ec-b5ef-1bd249b6eb3b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] create_initial_revision uuid=8b850737-cb22-4b17-aeb3-069df795d917, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] create_initial_revision uuid=bd3a243a-5a8b-4ab6-a379-93acca993df8, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] create_initial_revision uuid=d82cf1da-cc75-4ea7-ae00-90df0127a229, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c3f58af4-ca4c-4733-b584-9a5033f879f4), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c3f58af4-ca4c-4733-b584-9a5033f879f4'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, direction=to-lport, priority=1002, match=outport == @pg_c3f58af4_ca4c_4733_b584_9a5033f879f4 && ip6 && ip6.src == $pg_c3f58af4_ca4c_4733_b584_9a5033f879f4_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0674f368-21ba-42ec-b5ef-1bd249b6eb3b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, direction=to-lport, priority=1002, match=outport == @pg_c3f58af4_ca4c_4733_b584_9a5033f879f4 && ip4 && ip4.src == $pg_c3f58af4_ca4c_4733_b584_9a5033f879f4_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8b850737-cb22-4b17-aeb3-069df795d917'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, direction=from-lport, priority=1002, match=inport == @pg_c3f58af4_ca4c_4733_b584_9a5033f879f4 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bd3a243a-5a8b-4ab6-a379-93acca993df8'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, direction=from-lport, priority=1002, match=inport == @pg_c3f58af4_ca4c_4733_b584_9a5033f879f4 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd82cf1da-cc75-4ea7-ae00-90df0127a229'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 24643030-f84e-429c-afc5-0ff601e07f34 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 64461a8b-f103-48d6-b636-bedb977a5ff4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 690db814-0a2b-43ca-866f-fe477e26496e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 5751d44a-df8f-46da-a8cd-898a834ac881 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row f7db911e-2110-4651-868c-ba31a89c6505 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Successfully bumped revision number for resource c3f58af4-ca4c-4733-b584-9a5033f879f4 (type: security_groups) to 1 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Successfully bumped revision number for resource 0674f368-21ba-42ec-b5ef-1bd249b6eb3b (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Successfully bumped revision number for resource 8b850737-cb22-4b17-aeb3-069df795d917 (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Successfully bumped revision number for resource bd3a243a-5a8b-4ab6-a379-93acca993df8 (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Successfully bumped revision number for resource d82cf1da-cc75-4ea7-ae00-90df0127a229 (type: security_group_rules) to 0 +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c3f58af4-ca4c-4733-b584-9a5033f879f4,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-9e03843f-4951-462e-9b3e-d5ebb084fd30 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=665b916bd7e445bc98c78de1b3c2549e&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1509471 +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58384) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] Publish callbacks [] for security_group (c3f58af4-ca4c-4733-b584-9a5033f879f4), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (c3f58af4-ca4c-4733-b584-9a5033f879f4), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c3f58af4_ca4c_4733_b584_9a5033f879f4 && ip6 && ip6.src == $pg_c3f58af4_ca4c_4733_b584_9a5033f879f4_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] delete_revision(0674f368-21ba-42ec-b5ef-1bd249b6eb3b) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 24643030-f84e-429c-afc5-0ff601e07f34 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 5751d44a-df8f-46da-a8cd-898a834ac881 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c3f58af4_ca4c_4733_b584_9a5033f879f4 && ip4 && ip4.src == $pg_c3f58af4_ca4c_4733_b584_9a5033f879f4_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] delete_revision(8b850737-cb22-4b17-aeb3-069df795d917) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 64461a8b-f103-48d6-b636-bedb977a5ff4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 5751d44a-df8f-46da-a8cd-898a834ac881 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c3f58af4-ca4c-4733-b584-9a5033f879f4), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c3f58af4_ca4c_4733_b584_9a5033f879f4, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 690db814-0a2b-43ca-866f-fe477e26496e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row f7db911e-2110-4651-868c-ba31a89c6505 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:16 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] delete_revision(c3f58af4-ca4c-4733-b584-9a5033f879f4) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:17 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 5751d44a-df8f-46da-a8cd-898a834ac881 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:17 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] delete_revisions(['d82cf1da-cc75-4ea7-ae00-90df0127a229', 'bd3a243a-5a8b-4ab6-a379-93acca993df8']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:17 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c3f58af4-ca4c-4733-b584-9a5033f879f4,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:17 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:17 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-a1ac01de-b687-4af4-9720-9eaac678df10 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c3f58af4-ca4c-4733-b584-9a5033f879f4 HTTP/1.1" status: 204 len: 149 time: 0.1555200 +Jan 14 22:43:21 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:21 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:26 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=241,neutron:INSERT=45,neutron:UPDATE=16,neutron:DELETE=13 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:26 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=308,neutron:UPDATE=15,neutron:DELETE=11,neutron:INSERT=35 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:27 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=126,neutron:DELETE=14,neutron:INSERT=5,neutron:UPDATE=3 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:27 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:UPDATE=4,neutron:SELECT=142,neutron:DELETE=10,neutron:INSERT=11 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 47424) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:28 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (2a3a60cd-431a-4646-a365-ab9ec644e8db), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] create_initial_revision uuid=2a3a60cd-431a-4646-a365-ab9ec644e8db, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] create_initial_revision uuid=01bd75cc-71ab-4b04-b53a-8d66ceb5a9e0, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] create_initial_revision uuid=5ed4e0e1-536a-4e8c-9c80-205d7d06cbba, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] create_initial_revision uuid=87eb9b8f-c5a6-4deb-ac92-6d2d0586bb9f, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] create_initial_revision uuid=f954a5d6-75dc-49d8-8d88-45d67bdc3454, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (2a3a60cd-431a-4646-a365-ab9ec644e8db), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '2a3a60cd-431a-4646-a365-ab9ec644e8db'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, direction=to-lport, priority=1002, match=outport == @pg_2a3a60cd_431a_4646_a365_ab9ec644e8db && ip6 && ip6.src == $pg_2a3a60cd_431a_4646_a365_ab9ec644e8db_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '01bd75cc-71ab-4b04-b53a-8d66ceb5a9e0'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, direction=from-lport, priority=1002, match=inport == @pg_2a3a60cd_431a_4646_a365_ab9ec644e8db && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5ed4e0e1-536a-4e8c-9c80-205d7d06cbba'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, direction=to-lport, priority=1002, match=outport == @pg_2a3a60cd_431a_4646_a365_ab9ec644e8db && ip4 && ip4.src == $pg_2a3a60cd_431a_4646_a365_ab9ec644e8db_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '87eb9b8f-c5a6-4deb-ac92-6d2d0586bb9f'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, direction=from-lport, priority=1002, match=inport == @pg_2a3a60cd_431a_4646_a365_ab9ec644e8db && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f954a5d6-75dc-49d8-8d88-45d67bdc3454'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b8eb527c-010f-4224-ba7c-4e058ad2e1c0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row cec4ba49-1270-494f-a5b6-71929fd9cf10 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ebe818a6-1453-44d7-ac86-e6aba760acc5 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row f340d2f6-6419-4836-bafc-c84132830ad0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 44e985e5-ba89-4be1-b3e0-a279b79718a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Successfully bumped revision number for resource 2a3a60cd-431a-4646-a365-ab9ec644e8db (type: security_groups) to 1 +Jan 14 22:43:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Successfully bumped revision number for resource 01bd75cc-71ab-4b04-b53a-8d66ceb5a9e0 (type: security_group_rules) to 0 +Jan 14 22:43:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Successfully bumped revision number for resource 5ed4e0e1-536a-4e8c-9c80-205d7d06cbba (type: security_group_rules) to 0 +Jan 14 22:43:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Successfully bumped revision number for resource 87eb9b8f-c5a6-4deb-ac92-6d2d0586bb9f (type: security_group_rules) to 0 +Jan 14 22:43:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Successfully bumped revision number for resource f954a5d6-75dc-49d8-8d88-45d67bdc3454 (type: security_group_rules) to 0 +Jan 14 22:43:28 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=2a3a60cd-431a-4646-a365-ab9ec644e8db,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-c3142d6e-52ea-489d-832e-a021483bef05 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=403bccf71e974be8b4d139a427274cb6&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2203655 +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 47426) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] Publish callbacks [] for security_group (2a3a60cd-431a-4646-a365-ab9ec644e8db), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (2a3a60cd-431a-4646-a365-ab9ec644e8db), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2a3a60cd_431a_4646_a365_ab9ec644e8db && ip6 && ip6.src == $pg_2a3a60cd_431a_4646_a365_ab9ec644e8db_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b8eb527c-010f-4224-ba7c-4e058ad2e1c0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] delete_revision(01bd75cc-71ab-4b04-b53a-8d66ceb5a9e0) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 44e985e5-ba89-4be1-b3e0-a279b79718a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2a3a60cd_431a_4646_a365_ab9ec644e8db && ip4 && ip4.src == $pg_2a3a60cd_431a_4646_a365_ab9ec644e8db_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row f340d2f6-6419-4836-bafc-c84132830ad0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 44e985e5-ba89-4be1-b3e0-a279b79718a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] delete_revision(87eb9b8f-c5a6-4deb-ac92-6d2d0586bb9f) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (2a3a60cd-431a-4646-a365-ab9ec644e8db), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_2a3a60cd_431a_4646_a365_ab9ec644e8db, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row cec4ba49-1270-494f-a5b6-71929fd9cf10 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ebe818a6-1453-44d7-ac86-e6aba760acc5 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 44e985e5-ba89-4be1-b3e0-a279b79718a8 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] delete_revision(2a3a60cd-431a-4646-a365-ab9ec644e8db) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] delete_revisions(['f954a5d6-75dc-49d8-8d88-45d67bdc3454', '5ed4e0e1-536a-4e8c-9c80-205d7d06cbba']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=2a3a60cd-431a-4646-a365-ab9ec644e8db,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-5f24165b-06d1-46f9-894d-2e680f4e2d39 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/2a3a60cd-431a-4646-a365-ab9ec644e8db HTTP/1.1" status: 204 len: 149 time: 0.1606376 +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 47430) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (cace19b2-2891-4432-8b2a-2b55edd093a0), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] create_initial_revision uuid=cace19b2-2891-4432-8b2a-2b55edd093a0, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] create_initial_revision uuid=0d442355-7ac4-4c7b-bb02-4eaf0a61fe0f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] create_initial_revision uuid=3691081c-0b57-4eb7-898b-50791e928a17, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] create_initial_revision uuid=a0f06f7f-9646-49d1-8d1f-1ea3abc93788, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] create_initial_revision uuid=c481689c-a5cd-4c4a-b088-5ef5bdc2aa39, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (cace19b2-2891-4432-8b2a-2b55edd093a0), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'cace19b2-2891-4432-8b2a-2b55edd093a0'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, direction=from-lport, priority=1002, match=inport == @pg_cace19b2_2891_4432_8b2a_2b55edd093a0 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0d442355-7ac4-4c7b-bb02-4eaf0a61fe0f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, direction=to-lport, priority=1002, match=outport == @pg_cace19b2_2891_4432_8b2a_2b55edd093a0 && ip4 && ip4.src == $pg_cace19b2_2891_4432_8b2a_2b55edd093a0_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3691081c-0b57-4eb7-898b-50791e928a17'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, direction=from-lport, priority=1002, match=inport == @pg_cace19b2_2891_4432_8b2a_2b55edd093a0 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a0f06f7f-9646-49d1-8d1f-1ea3abc93788'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, direction=to-lport, priority=1002, match=outport == @pg_cace19b2_2891_4432_8b2a_2b55edd093a0 && ip6 && ip6.src == $pg_cace19b2_2891_4432_8b2a_2b55edd093a0_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c481689c-a5cd-4c4a-b088-5ef5bdc2aa39'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e34f86f3-8f29-4e9e-ad57-7e09fd4148f8 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 30334d4d-32d8-4caa-b45b-d79488d16257 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7bb96da2-1125-492c-bb1b-33bd830e8c2f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b103877e-ae11-4fa8-af45-071eb94585fd (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d9402983-7594-438a-bca5-c39edb75a40a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Successfully bumped revision number for resource cace19b2-2891-4432-8b2a-2b55edd093a0 (type: security_groups) to 1 +Jan 14 22:43:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Successfully bumped revision number for resource 0d442355-7ac4-4c7b-bb02-4eaf0a61fe0f (type: security_group_rules) to 0 +Jan 14 22:43:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Successfully bumped revision number for resource 3691081c-0b57-4eb7-898b-50791e928a17 (type: security_group_rules) to 0 +Jan 14 22:43:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Successfully bumped revision number for resource a0f06f7f-9646-49d1-8d1f-1ea3abc93788 (type: security_group_rules) to 0 +Jan 14 22:43:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Successfully bumped revision number for resource c481689c-a5cd-4c4a-b088-5ef5bdc2aa39 (type: security_group_rules) to 0 +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=cace19b2-2891-4432-8b2a-2b55edd093a0,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-ec05ac27-1e2c-4d47-b94e-52f43cf419d2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=c2b7468b8ad449d59b84bf057f8a5507&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1633582 +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 47440) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] Publish callbacks [] for security_group (cace19b2-2891-4432-8b2a-2b55edd093a0), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (cace19b2-2891-4432-8b2a-2b55edd093a0), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_cace19b2_2891_4432_8b2a_2b55edd093a0 && ip4 && ip4.src == $pg_cace19b2_2891_4432_8b2a_2b55edd093a0_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d9402983-7594-438a-bca5-c39edb75a40a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] delete_revision(3691081c-0b57-4eb7-898b-50791e928a17) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:29 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e34f86f3-8f29-4e9e-ad57-7e09fd4148f8 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_cace19b2_2891_4432_8b2a_2b55edd093a0 && ip6 && ip6.src == $pg_cace19b2_2891_4432_8b2a_2b55edd093a0_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 30334d4d-32d8-4caa-b45b-d79488d16257 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d9402983-7594-438a-bca5-c39edb75a40a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] delete_revision(c481689c-a5cd-4c4a-b088-5ef5bdc2aa39) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (cace19b2-2891-4432-8b2a-2b55edd093a0), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_cace19b2_2891_4432_8b2a_2b55edd093a0, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 7bb96da2-1125-492c-bb1b-33bd830e8c2f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b103877e-ae11-4fa8-af45-071eb94585fd (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d9402983-7594-438a-bca5-c39edb75a40a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] delete_revision(cace19b2-2891-4432-8b2a-2b55edd093a0) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] delete_revisions(['a0f06f7f-9646-49d1-8d1f-1ea3abc93788', '0d442355-7ac4-4c7b-bb02-4eaf0a61fe0f']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=cace19b2-2891-4432-8b2a-2b55edd093a0,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:29 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-28cc1efc-b538-4e4f-8628-c0c7588018b9 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/cace19b2-2891-4432-8b2a-2b55edd093a0 HTTP/1.1" status: 204 len: 149 time: 0.1523068 +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 47456) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (b2b3c7e3-79d7-42ac-a269-5ffb67224cd1), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] create_initial_revision uuid=b2b3c7e3-79d7-42ac-a269-5ffb67224cd1, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] create_initial_revision uuid=52bfbdb8-11e5-4873-be45-eaeda8cacf5c, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] create_initial_revision uuid=54b9d51d-fe08-4804-982a-7f144b99d5de, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] create_initial_revision uuid=6be43e58-599c-47f8-8446-b2b7a81e5b42, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] create_initial_revision uuid=983a2b4e-d59f-4843-ad57-12cb06474f65, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b2b3c7e3-79d7-42ac-a269-5ffb67224cd1), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b2b3c7e3-79d7-42ac-a269-5ffb67224cd1'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, direction=from-lport, priority=1002, match=inport == @pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '52bfbdb8-11e5-4873-be45-eaeda8cacf5c'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, direction=to-lport, priority=1002, match=outport == @pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1 && ip6 && ip6.src == $pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '54b9d51d-fe08-4804-982a-7f144b99d5de'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, direction=from-lport, priority=1002, match=inport == @pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6be43e58-599c-47f8-8446-b2b7a81e5b42'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, direction=to-lport, priority=1002, match=outport == @pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1 && ip4 && ip4.src == $pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '983a2b4e-d59f-4843-ad57-12cb06474f65'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3d7e596f-60ba-43c5-8c97-7efad1736c7a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ccd33a2f-560b-42b3-93bc-c7de4da43f09 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e36fa989-fe0d-4862-8c8b-4500576997c5 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4caa1a98-e54d-4f81-9bc7-8c8f0f337d96 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a433d1ba-a7ae-4d5f-bcb1-bcf554e8b71a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Successfully bumped revision number for resource b2b3c7e3-79d7-42ac-a269-5ffb67224cd1 (type: security_groups) to 1 +Jan 14 22:43:31 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Successfully bumped revision number for resource 52bfbdb8-11e5-4873-be45-eaeda8cacf5c (type: security_group_rules) to 0 +Jan 14 22:43:31 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Successfully bumped revision number for resource 54b9d51d-fe08-4804-982a-7f144b99d5de (type: security_group_rules) to 0 +Jan 14 22:43:31 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Successfully bumped revision number for resource 6be43e58-599c-47f8-8446-b2b7a81e5b42 (type: security_group_rules) to 0 +Jan 14 22:43:31 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Successfully bumped revision number for resource 983a2b4e-d59f-4843-ad57-12cb06474f65 (type: security_group_rules) to 0 +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b2b3c7e3-79d7-42ac-a269-5ffb67224cd1,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-0d8d4a60-add5-4e25-980e-96bbcddea8a2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=565d5d0ba4f74f6c9e534a19c5e0911d&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2044072 +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 47464) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] Publish callbacks [] for security_group (b2b3c7e3-79d7-42ac-a269-5ffb67224cd1), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (b2b3c7e3-79d7-42ac-a269-5ffb67224cd1), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1 && ip6 && ip6.src == $pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ccd33a2f-560b-42b3-93bc-c7de4da43f09 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 4caa1a98-e54d-4f81-9bc7-8c8f0f337d96 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] delete_revision(54b9d51d-fe08-4804-982a-7f144b99d5de) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1 && ip4 && ip4.src == $pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3d7e596f-60ba-43c5-8c97-7efad1736c7a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 4caa1a98-e54d-4f81-9bc7-8c8f0f337d96 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] delete_revision(983a2b4e-d59f-4843-ad57-12cb06474f65) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b2b3c7e3-79d7-42ac-a269-5ffb67224cd1), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b2b3c7e3_79d7_42ac_a269_5ffb67224cd1, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:31 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a433d1ba-a7ae-4d5f-bcb1-bcf554e8b71a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e36fa989-fe0d-4862-8c8b-4500576997c5 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4caa1a98-e54d-4f81-9bc7-8c8f0f337d96 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] delete_revision(b2b3c7e3-79d7-42ac-a269-5ffb67224cd1) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] delete_revisions(['52bfbdb8-11e5-4873-be45-eaeda8cacf5c', '6be43e58-599c-47f8-8446-b2b7a81e5b42']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b2b3c7e3-79d7-42ac-a269-5ffb67224cd1,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:31 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-c2d50035-5cb8-4a1a-8501-9029eee8cba0 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b2b3c7e3-79d7-42ac-a269-5ffb67224cd1 HTTP/1.1" status: 204 len: 149 time: 0.1672170 +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 47480) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (f54db267-d714-461e-8efd-8bd33d0c7059), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] create_initial_revision uuid=f54db267-d714-461e-8efd-8bd33d0c7059, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] create_initial_revision uuid=32405d6a-957b-457b-8e6d-b5e6ebe8ef59, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] create_initial_revision uuid=5960b0bc-fd0e-40c6-ae39-267572de62d1, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] create_initial_revision uuid=d03bfe46-4e27-4d83-a583-407548fc6519, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] create_initial_revision uuid=d060cca5-e3bf-4444-a36f-1479b8db2840, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (f54db267-d714-461e-8efd-8bd33d0c7059), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_f54db267_d714_461e_8efd_8bd33d0c7059, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'f54db267-d714-461e-8efd-8bd33d0c7059'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_f54db267_d714_461e_8efd_8bd33d0c7059, direction=to-lport, priority=1002, match=outport == @pg_f54db267_d714_461e_8efd_8bd33d0c7059 && ip4 && ip4.src == $pg_f54db267_d714_461e_8efd_8bd33d0c7059_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '32405d6a-957b-457b-8e6d-b5e6ebe8ef59'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_f54db267_d714_461e_8efd_8bd33d0c7059, direction=to-lport, priority=1002, match=outport == @pg_f54db267_d714_461e_8efd_8bd33d0c7059 && ip6 && ip6.src == $pg_f54db267_d714_461e_8efd_8bd33d0c7059_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5960b0bc-fd0e-40c6-ae39-267572de62d1'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_f54db267_d714_461e_8efd_8bd33d0c7059, direction=from-lport, priority=1002, match=inport == @pg_f54db267_d714_461e_8efd_8bd33d0c7059 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd03bfe46-4e27-4d83-a583-407548fc6519'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_f54db267_d714_461e_8efd_8bd33d0c7059, direction=from-lport, priority=1002, match=inport == @pg_f54db267_d714_461e_8efd_8bd33d0c7059 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd060cca5-e3bf-4444-a36f-1479b8db2840'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 678d628b-296a-47d1-b80e-829dd73dc4f9 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 9dde85d5-51ce-4fba-a43e-367d24604745 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 6ff7a864-77d2-4dec-8d40-236656f98eb8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e1b4af4a-24c2-47ad-83ba-5b426abc76aa (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 178a3846-e678-4891-9ab9-a29d9017f481 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Successfully bumped revision number for resource f54db267-d714-461e-8efd-8bd33d0c7059 (type: security_groups) to 1 +Jan 14 22:43:32 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Successfully bumped revision number for resource 32405d6a-957b-457b-8e6d-b5e6ebe8ef59 (type: security_group_rules) to 0 +Jan 14 22:43:32 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Successfully bumped revision number for resource 5960b0bc-fd0e-40c6-ae39-267572de62d1 (type: security_group_rules) to 0 +Jan 14 22:43:32 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Successfully bumped revision number for resource d03bfe46-4e27-4d83-a583-407548fc6519 (type: security_group_rules) to 0 +Jan 14 22:43:32 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Successfully bumped revision number for resource d060cca5-e3bf-4444-a36f-1479b8db2840 (type: security_group_rules) to 0 +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=f54db267-d714-461e-8efd-8bd33d0c7059,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-a7c113e8-2a59-4f2b-a01f-b46d7f451d97 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f0f8cab1b27949e3accfcc39a1868229&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2370908 +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 47492) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] Publish callbacks [] for security_group (f54db267-d714-461e-8efd-8bd33d0c7059), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (f54db267-d714-461e-8efd-8bd33d0c7059), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_f54db267_d714_461e_8efd_8bd33d0c7059, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_f54db267_d714_461e_8efd_8bd33d0c7059 && ip4 && ip4.src == $pg_f54db267_d714_461e_8efd_8bd33d0c7059_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 678d628b-296a-47d1-b80e-829dd73dc4f9 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] delete_revision(32405d6a-957b-457b-8e6d-b5e6ebe8ef59) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 178a3846-e678-4891-9ab9-a29d9017f481 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_f54db267_d714_461e_8efd_8bd33d0c7059, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_f54db267_d714_461e_8efd_8bd33d0c7059 && ip6 && ip6.src == $pg_f54db267_d714_461e_8efd_8bd33d0c7059_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] delete_revision(5960b0bc-fd0e-40c6-ae39-267572de62d1) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 6ff7a864-77d2-4dec-8d40-236656f98eb8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 178a3846-e678-4891-9ab9-a29d9017f481 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (f54db267-d714-461e-8efd-8bd33d0c7059), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_f54db267_d714_461e_8efd_8bd33d0c7059, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 9dde85d5-51ce-4fba-a43e-367d24604745 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] delete_revision(f54db267-d714-461e-8efd-8bd33d0c7059) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e1b4af4a-24c2-47ad-83ba-5b426abc76aa (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 178a3846-e678-4891-9ab9-a29d9017f481 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] delete_revisions(['d060cca5-e3bf-4444-a36f-1479b8db2840', 'd03bfe46-4e27-4d83-a583-407548fc6519']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=f54db267-d714-461e-8efd-8bd33d0c7059,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:32 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-f23c8e82-c945-4a78-8cc0-be965dfc2609 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/f54db267-d714-461e-8efd-8bd33d0c7059 HTTP/1.1" status: 204 len: 149 time: 0.1584413 +Jan 14 22:43:32 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:43:32 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:43:42 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=174,neutron:INSERT=15,neutron:UPDATE=10,neutron:DELETE=14 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:42 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=95,neutron:INSERT=17,neutron:UPDATE=7,neutron:DELETE=6 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:42 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=162,neutron:INSERT=17,neutron:UPDATE=3,neutron:DELETE=10 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:42 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=111,neutron:INSERT=15,neutron:UPDATE=6,neutron:DELETE=2 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:45 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:45 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=3 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 40676) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (c42f875f-0d83-4d23-98d3-ca33a57f6de2), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] create_initial_revision uuid=c42f875f-0d83-4d23-98d3-ca33a57f6de2, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] create_initial_revision uuid=22c192d3-e170-4053-81b1-a371d615d84b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] create_initial_revision uuid=7374778e-834e-4a0e-9e19-bec0a3b56527, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] create_initial_revision uuid=9d24400e-cd45-4f33-8563-0daf4e375684, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] create_initial_revision uuid=bb71bbd0-b551-4423-bf0d-e3fb5d6bded8, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c42f875f-0d83-4d23-98d3-ca33a57f6de2), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c42f875f-0d83-4d23-98d3-ca33a57f6de2'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, direction=from-lport, priority=1002, match=inport == @pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '22c192d3-e170-4053-81b1-a371d615d84b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, direction=from-lport, priority=1002, match=inport == @pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7374778e-834e-4a0e-9e19-bec0a3b56527'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, direction=to-lport, priority=1002, match=outport == @pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2 && ip4 && ip4.src == $pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9d24400e-cd45-4f33-8563-0daf4e375684'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, direction=to-lport, priority=1002, match=outport == @pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2 && ip6 && ip6.src == $pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bb71bbd0-b551-4423-bf0d-e3fb5d6bded8'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4b1ddbda-e530-46d3-bc25-1e31e9feb51f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4b79df6e-bc02-4b98-9afe-35b4a381a62a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 02da20d5-9238-4e8d-80ab-661f4d708673 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row df6b6c52-b2b1-4ee0-aa37-fdef67ca9ddf (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0de50e8f-ff07-408b-9747-fc23f7a5ba3b (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Successfully bumped revision number for resource c42f875f-0d83-4d23-98d3-ca33a57f6de2 (type: security_groups) to 1 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Successfully bumped revision number for resource 22c192d3-e170-4053-81b1-a371d615d84b (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Successfully bumped revision number for resource 7374778e-834e-4a0e-9e19-bec0a3b56527 (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Successfully bumped revision number for resource 9d24400e-cd45-4f33-8563-0daf4e375684 (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Successfully bumped revision number for resource bb71bbd0-b551-4423-bf0d-e3fb5d6bded8 (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c42f875f-0d83-4d23-98d3-ca33a57f6de2,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-18f1b51d-07a8-4c8a-8fcd-6b80dec859dd ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8f2abaf57a6b42c29670675273b91b7e&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2167361 +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 40692) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] Publish callbacks [] for security_group (c42f875f-0d83-4d23-98d3-ca33a57f6de2), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (c42f875f-0d83-4d23-98d3-ca33a57f6de2), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2 && ip4 && ip4.src == $pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 02da20d5-9238-4e8d-80ab-661f4d708673 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] delete_revision(9d24400e-cd45-4f33-8563-0daf4e375684) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 0de50e8f-ff07-408b-9747-fc23f7a5ba3b (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2 && ip6 && ip6.src == $pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4b1ddbda-e530-46d3-bc25-1e31e9feb51f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 0de50e8f-ff07-408b-9747-fc23f7a5ba3b (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] delete_revision(bb71bbd0-b551-4423-bf0d-e3fb5d6bded8) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c42f875f-0d83-4d23-98d3-ca33a57f6de2), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c42f875f_0d83_4d23_98d3_ca33a57f6de2, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4b79df6e-bc02-4b98-9afe-35b4a381a62a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row df6b6c52-b2b1-4ee0-aa37-fdef67ca9ddf (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] delete_revision(c42f875f-0d83-4d23-98d3-ca33a57f6de2) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0de50e8f-ff07-408b-9747-fc23f7a5ba3b (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] delete_revisions(['22c192d3-e170-4053-81b1-a371d615d84b', '7374778e-834e-4a0e-9e19-bec0a3b56527']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c42f875f-0d83-4d23-98d3-ca33a57f6de2,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-f35f3b91-4eb3-45ad-b2f2-4b71489db730 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c42f875f-0d83-4d23-98d3-ca33a57f6de2 HTTP/1.1" status: 204 len: 149 time: 0.1497030 +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 40702) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (9c6125df-da07-4e47-a6ad-3260a677c175), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] create_initial_revision uuid=9c6125df-da07-4e47-a6ad-3260a677c175, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] create_initial_revision uuid=5341bb05-4f30-4b1b-9b19-c53944ba69cf, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] create_initial_revision uuid=aa78c308-8c40-45bc-9d67-42acd211aa9e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] create_initial_revision uuid=d1baab4a-e89f-454c-b272-3d4743bbc82f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] create_initial_revision uuid=e6db800b-438c-474c-bde5-953a3830281f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9c6125df-da07-4e47-a6ad-3260a677c175), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9c6125df_da07_4e47_a6ad_3260a677c175, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9c6125df-da07-4e47-a6ad-3260a677c175'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9c6125df_da07_4e47_a6ad_3260a677c175, direction=to-lport, priority=1002, match=outport == @pg_9c6125df_da07_4e47_a6ad_3260a677c175 && ip4 && ip4.src == $pg_9c6125df_da07_4e47_a6ad_3260a677c175_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5341bb05-4f30-4b1b-9b19-c53944ba69cf'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9c6125df_da07_4e47_a6ad_3260a677c175, direction=to-lport, priority=1002, match=outport == @pg_9c6125df_da07_4e47_a6ad_3260a677c175 && ip6 && ip6.src == $pg_9c6125df_da07_4e47_a6ad_3260a677c175_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'aa78c308-8c40-45bc-9d67-42acd211aa9e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9c6125df_da07_4e47_a6ad_3260a677c175, direction=from-lport, priority=1002, match=inport == @pg_9c6125df_da07_4e47_a6ad_3260a677c175 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd1baab4a-e89f-454c-b272-3d4743bbc82f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9c6125df_da07_4e47_a6ad_3260a677c175, direction=from-lport, priority=1002, match=inport == @pg_9c6125df_da07_4e47_a6ad_3260a677c175 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e6db800b-438c-474c-bde5-953a3830281f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3c5b17fa-b782-4871-b0fe-d693354b9506 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 5897130f-ecec-4f0d-9d95-8fdf560ed5de (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row fc6e9b3b-f930-49c2-b64d-f623a6c567d1 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a11f59ca-135d-4b32-b095-e11eb75c41ed (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e58b93ff-38cf-4f6b-83e4-a4a2ce12bbf5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Successfully bumped revision number for resource 9c6125df-da07-4e47-a6ad-3260a677c175 (type: security_groups) to 1 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Successfully bumped revision number for resource 5341bb05-4f30-4b1b-9b19-c53944ba69cf (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Successfully bumped revision number for resource aa78c308-8c40-45bc-9d67-42acd211aa9e (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Successfully bumped revision number for resource d1baab4a-e89f-454c-b272-3d4743bbc82f (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Successfully bumped revision number for resource e6db800b-438c-474c-bde5-953a3830281f (type: security_group_rules) to 0 +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9c6125df-da07-4e47-a6ad-3260a677c175,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-8e24e44c-cbda-4a88-8fac-c1f1fa9a83be ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=06010f2bf25047129373ac9cbc2499d3&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1684332 +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59674) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] Publish callbacks [] for security_group (9c6125df-da07-4e47-a6ad-3260a677c175), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (9c6125df-da07-4e47-a6ad-3260a677c175), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9c6125df_da07_4e47_a6ad_3260a677c175, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9c6125df_da07_4e47_a6ad_3260a677c175 && ip4 && ip4.src == $pg_9c6125df_da07_4e47_a6ad_3260a677c175_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3c5b17fa-b782-4871-b0fe-d693354b9506 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] delete_revision(5341bb05-4f30-4b1b-9b19-c53944ba69cf) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row fc6e9b3b-f930-49c2-b64d-f623a6c567d1 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9c6125df_da07_4e47_a6ad_3260a677c175, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9c6125df_da07_4e47_a6ad_3260a677c175 && ip6 && ip6.src == $pg_9c6125df_da07_4e47_a6ad_3260a677c175_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 5897130f-ecec-4f0d-9d95-8fdf560ed5de (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row fc6e9b3b-f930-49c2-b64d-f623a6c567d1 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] delete_revision(aa78c308-8c40-45bc-9d67-42acd211aa9e) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9c6125df-da07-4e47-a6ad-3260a677c175), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9c6125df_da07_4e47_a6ad_3260a677c175, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:48 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row fc6e9b3b-f930-49c2-b64d-f623a6c567d1 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a11f59ca-135d-4b32-b095-e11eb75c41ed (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e58b93ff-38cf-4f6b-83e4-a4a2ce12bbf5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] delete_revision(9c6125df-da07-4e47-a6ad-3260a677c175) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] delete_revisions(['d1baab4a-e89f-454c-b272-3d4743bbc82f', 'e6db800b-438c-474c-bde5-953a3830281f']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9c6125df-da07-4e47-a6ad-3260a677c175,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:48 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-b2dc5890-dbe0-4af1-a793-1943b8c1a8be ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9c6125df-da07-4e47-a6ad-3260a677c175 HTTP/1.1" status: 204 len: 149 time: 0.1623008 +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59676) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (c7f3fbf8-6673-4ebc-b9cc-50153ba22a28), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] create_initial_revision uuid=c7f3fbf8-6673-4ebc-b9cc-50153ba22a28, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] create_initial_revision uuid=38cfbd1a-c2aa-4b75-adfc-b3c9f0d2ae04, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] create_initial_revision uuid=47a26829-cc29-46f3-9932-2cc10723fe13, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] create_initial_revision uuid=4bf2c30b-f3e9-4af2-b3d7-486483ecc9b9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] create_initial_revision uuid=b2a29142-6df4-40d1-a34b-db39f5b9fd34, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c7f3fbf8-6673-4ebc-b9cc-50153ba22a28), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c7f3fbf8-6673-4ebc-b9cc-50153ba22a28'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, direction=to-lport, priority=1002, match=outport == @pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28 && ip6 && ip6.src == $pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '38cfbd1a-c2aa-4b75-adfc-b3c9f0d2ae04'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, direction=from-lport, priority=1002, match=inport == @pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '47a26829-cc29-46f3-9932-2cc10723fe13'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, direction=to-lport, priority=1002, match=outport == @pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28 && ip4 && ip4.src == $pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4bf2c30b-f3e9-4af2-b3d7-486483ecc9b9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, direction=from-lport, priority=1002, match=inport == @pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b2a29142-6df4-40d1-a34b-db39f5b9fd34'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 50700b3c-a96c-4a1a-86fd-015b8a4c90d0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e2f824ae-44ad-4e95-8a86-aa91dfce7ce3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1f110af0-27a0-4f8c-a0fd-d03e01399103 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e5056fa8-1262-4bec-b2d4-5076c89160db (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1f5b34a8-88e9-4df5-a150-ccc469645154 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Successfully bumped revision number for resource c7f3fbf8-6673-4ebc-b9cc-50153ba22a28 (type: security_groups) to 1 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Successfully bumped revision number for resource 38cfbd1a-c2aa-4b75-adfc-b3c9f0d2ae04 (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Successfully bumped revision number for resource 47a26829-cc29-46f3-9932-2cc10723fe13 (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Successfully bumped revision number for resource 4bf2c30b-f3e9-4af2-b3d7-486483ecc9b9 (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Successfully bumped revision number for resource b2a29142-6df4-40d1-a34b-db39f5b9fd34 (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c7f3fbf8-6673-4ebc-b9cc-50153ba22a28,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-b88f5675-f274-4b75-9cdf-397faeccb5c0 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=7c856116edd546769ff9c6144da51370&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2264435 +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59688) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] Publish callbacks [] for security_group (c7f3fbf8-6673-4ebc-b9cc-50153ba22a28), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (c7f3fbf8-6673-4ebc-b9cc-50153ba22a28), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28 && ip6 && ip6.src == $pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e5056fa8-1262-4bec-b2d4-5076c89160db (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] delete_revision(38cfbd1a-c2aa-4b75-adfc-b3c9f0d2ae04) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1f5b34a8-88e9-4df5-a150-ccc469645154 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28 && ip4 && ip4.src == $pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e2f824ae-44ad-4e95-8a86-aa91dfce7ce3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] delete_revision(4bf2c30b-f3e9-4af2-b3d7-486483ecc9b9) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1f5b34a8-88e9-4df5-a150-ccc469645154 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c7f3fbf8-6673-4ebc-b9cc-50153ba22a28), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c7f3fbf8_6673_4ebc_b9cc_50153ba22a28, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 50700b3c-a96c-4a1a-86fd-015b8a4c90d0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1f5b34a8-88e9-4df5-a150-ccc469645154 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1f110af0-27a0-4f8c-a0fd-d03e01399103 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] delete_revision(c7f3fbf8-6673-4ebc-b9cc-50153ba22a28) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] delete_revisions(['47a26829-cc29-46f3-9932-2cc10723fe13', 'b2a29142-6df4-40d1-a34b-db39f5b9fd34']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c7f3fbf8-6673-4ebc-b9cc-50153ba22a28,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-9c56fd8c-c8ca-46d4-9f49-8edfbbb0ff19 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c7f3fbf8-6673-4ebc-b9cc-50153ba22a28 HTTP/1.1" status: 204 len: 149 time: 0.1637073 +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59696) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (41d99663-75f7-478c-b528-862481dad61d), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] create_initial_revision uuid=41d99663-75f7-478c-b528-862481dad61d, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] create_initial_revision uuid=31a23309-a99c-4c64-a8b2-65000107ba3b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] create_initial_revision uuid=771091ba-3c8b-4494-a1cd-1a61b37d1777, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] create_initial_revision uuid=a140b03e-1ca2-4676-8cd3-6daddb850899, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] create_initial_revision uuid=b2e7c366-b12e-485f-b6c1-8e914a9abe9a, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (41d99663-75f7-478c-b528-862481dad61d), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_41d99663_75f7_478c_b528_862481dad61d, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '41d99663-75f7-478c-b528-862481dad61d'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_41d99663_75f7_478c_b528_862481dad61d, direction=from-lport, priority=1002, match=inport == @pg_41d99663_75f7_478c_b528_862481dad61d && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '31a23309-a99c-4c64-a8b2-65000107ba3b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_41d99663_75f7_478c_b528_862481dad61d, direction=to-lport, priority=1002, match=outport == @pg_41d99663_75f7_478c_b528_862481dad61d && ip6 && ip6.src == $pg_41d99663_75f7_478c_b528_862481dad61d_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '771091ba-3c8b-4494-a1cd-1a61b37d1777'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_41d99663_75f7_478c_b528_862481dad61d, direction=from-lport, priority=1002, match=inport == @pg_41d99663_75f7_478c_b528_862481dad61d && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a140b03e-1ca2-4676-8cd3-6daddb850899'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_41d99663_75f7_478c_b528_862481dad61d, direction=to-lport, priority=1002, match=outport == @pg_41d99663_75f7_478c_b528_862481dad61d && ip4 && ip4.src == $pg_41d99663_75f7_478c_b528_862481dad61d_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b2e7c366-b12e-485f-b6c1-8e914a9abe9a'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4878c092-61ce-4c97-bab0-505cff0aac5e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d4178f4d-99f1-43f1-81e6-837fe30b27cd (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 098406a7-fc0c-46a3-9335-5935e5bc41c5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 3700f297-4440-4f4a-bf99-0fc0cd097bae (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e0bff8ad-a3a3-4bc0-9572-c5a108a64942 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Successfully bumped revision number for resource 41d99663-75f7-478c-b528-862481dad61d (type: security_groups) to 1 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Successfully bumped revision number for resource 31a23309-a99c-4c64-a8b2-65000107ba3b (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Successfully bumped revision number for resource 771091ba-3c8b-4494-a1cd-1a61b37d1777 (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Successfully bumped revision number for resource a140b03e-1ca2-4676-8cd3-6daddb850899 (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Successfully bumped revision number for resource b2e7c366-b12e-485f-b6c1-8e914a9abe9a (type: security_group_rules) to 0 +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=41d99663-75f7-478c-b528-862481dad61d,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-2fac163d-f33d-41c3-ac71-cdbb8e9876a5 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=136ccf45164c42168721d3234247afd8&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1602917 +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59698) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] Publish callbacks [] for security_group (41d99663-75f7-478c-b528-862481dad61d), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (41d99663-75f7-478c-b528-862481dad61d), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_41d99663_75f7_478c_b528_862481dad61d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_41d99663_75f7_478c_b528_862481dad61d && ip6 && ip6.src == $pg_41d99663_75f7_478c_b528_862481dad61d_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e0bff8ad-a3a3-4bc0-9572-c5a108a64942 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d4178f4d-99f1-43f1-81e6-837fe30b27cd (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] delete_revision(771091ba-3c8b-4494-a1cd-1a61b37d1777) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_41d99663_75f7_478c_b528_862481dad61d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_41d99663_75f7_478c_b528_862481dad61d && ip4 && ip4.src == $pg_41d99663_75f7_478c_b528_862481dad61d_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 3700f297-4440-4f4a-bf99-0fc0cd097bae (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d4178f4d-99f1-43f1-81e6-837fe30b27cd (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] delete_revision(b2e7c366-b12e-485f-b6c1-8e914a9abe9a) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (41d99663-75f7-478c-b528-862481dad61d), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_41d99663_75f7_478c_b528_862481dad61d, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4878c092-61ce-4c97-bab0-505cff0aac5e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d4178f4d-99f1-43f1-81e6-837fe30b27cd (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 098406a7-fc0c-46a3-9335-5935e5bc41c5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] delete_revision(41d99663-75f7-478c-b528-862481dad61d) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] delete_revisions(['a140b03e-1ca2-4676-8cd3-6daddb850899', '31a23309-a99c-4c64-a8b2-65000107ba3b']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=41d99663-75f7-478c-b528-862481dad61d,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:53 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-9bbebce2-e445-4c67-b9a7-b3fdc44e6007 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/41d99663-75f7-478c-b528-862481dad61d HTTP/1.1" status: 204 len: 149 time: 0.1721222 +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59710) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (08cb1324-4179-4272-9805-cf7e01e0a10d), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] create_initial_revision uuid=08cb1324-4179-4272-9805-cf7e01e0a10d, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] create_initial_revision uuid=603cf70d-fb9a-4168-a945-215729ba21ac, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] create_initial_revision uuid=8ae7b42b-9d40-4640-82e4-a2d0b0b505f5, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] create_initial_revision uuid=d83077bb-e430-4b01-8b72-5cf8bc78ea22, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] create_initial_revision uuid=ecd4eb19-b9d9-4fd0-af70-0dd41c842c90, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (08cb1324-4179-4272-9805-cf7e01e0a10d), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '08cb1324-4179-4272-9805-cf7e01e0a10d'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, direction=to-lport, priority=1002, match=outport == @pg_08cb1324_4179_4272_9805_cf7e01e0a10d && ip6 && ip6.src == $pg_08cb1324_4179_4272_9805_cf7e01e0a10d_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '603cf70d-fb9a-4168-a945-215729ba21ac'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, direction=to-lport, priority=1002, match=outport == @pg_08cb1324_4179_4272_9805_cf7e01e0a10d && ip4 && ip4.src == $pg_08cb1324_4179_4272_9805_cf7e01e0a10d_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8ae7b42b-9d40-4640-82e4-a2d0b0b505f5'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, direction=from-lport, priority=1002, match=inport == @pg_08cb1324_4179_4272_9805_cf7e01e0a10d && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd83077bb-e430-4b01-8b72-5cf8bc78ea22'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, direction=from-lport, priority=1002, match=inport == @pg_08cb1324_4179_4272_9805_cf7e01e0a10d && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ecd4eb19-b9d9-4fd0-af70-0dd41c842c90'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 82f928b1-5982-459f-91a1-23082dcb67ae (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b97ba2fb-3284-41a8-91dc-d7bb740a1b85 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c6b83522-4abf-4426-91fe-f11babd36cd4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 358d6de9-cba9-4fce-8d2a-d0157a23b747 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 763e38b3-9e9a-4e50-a07c-6bf0dbda2097 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Successfully bumped revision number for resource 08cb1324-4179-4272-9805-cf7e01e0a10d (type: security_groups) to 1 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Successfully bumped revision number for resource 603cf70d-fb9a-4168-a945-215729ba21ac (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Successfully bumped revision number for resource 8ae7b42b-9d40-4640-82e4-a2d0b0b505f5 (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Successfully bumped revision number for resource d83077bb-e430-4b01-8b72-5cf8bc78ea22 (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Successfully bumped revision number for resource ecd4eb19-b9d9-4fd0-af70-0dd41c842c90 (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=08cb1324-4179-4272-9805-cf7e01e0a10d,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115614) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:43:55 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115617) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115615) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:43:55 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-74cb6bc2-0d4b-47e2-b2f8-395debaf8b98 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0fc1581e8f0940d0b30bac152d2ba30b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2561600 +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59714) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] Publish callbacks [] for security_group (08cb1324-4179-4272-9805-cf7e01e0a10d), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (08cb1324-4179-4272-9805-cf7e01e0a10d), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_08cb1324_4179_4272_9805_cf7e01e0a10d && ip6 && ip6.src == $pg_08cb1324_4179_4272_9805_cf7e01e0a10d_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 82f928b1-5982-459f-91a1-23082dcb67ae (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row c6b83522-4abf-4426-91fe-f11babd36cd4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] delete_revision(603cf70d-fb9a-4168-a945-215729ba21ac) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_08cb1324_4179_4272_9805_cf7e01e0a10d && ip4 && ip4.src == $pg_08cb1324_4179_4272_9805_cf7e01e0a10d_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b97ba2fb-3284-41a8-91dc-d7bb740a1b85 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row c6b83522-4abf-4426-91fe-f11babd36cd4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] delete_revision(8ae7b42b-9d40-4640-82e4-a2d0b0b505f5) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (08cb1324-4179-4272-9805-cf7e01e0a10d), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_08cb1324_4179_4272_9805_cf7e01e0a10d, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 358d6de9-cba9-4fce-8d2a-d0157a23b747 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 763e38b3-9e9a-4e50-a07c-6bf0dbda2097 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c6b83522-4abf-4426-91fe-f11babd36cd4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] delete_revision(08cb1324-4179-4272-9805-cf7e01e0a10d) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] delete_revisions(['ecd4eb19-b9d9-4fd0-af70-0dd41c842c90', 'd83077bb-e430-4b01-8b72-5cf8bc78ea22']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=08cb1324-4179-4272-9805-cf7e01e0a10d,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-12b74cee-8e96-4b81-9c35-2052f9fa525c ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/08cb1324-4179-4272-9805-cf7e01e0a10d HTTP/1.1" status: 204 len: 149 time: 0.1534555 +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59718) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (1bf036d5-62d5-4719-97bb-189baa2d7458), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] create_initial_revision uuid=1bf036d5-62d5-4719-97bb-189baa2d7458, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] create_initial_revision uuid=4bdd57ce-8b2f-4584-a2f2-7271f67bdc3c, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] create_initial_revision uuid=8c8e996c-bb6e-41a1-b460-3f991a622203, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] create_initial_revision uuid=b45b05c5-f79a-4a11-ba45-8bd6b6241fc0, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] create_initial_revision uuid=efa5c742-783f-4ecc-8811-c9341247bfb8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1bf036d5-62d5-4719-97bb-189baa2d7458), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '1bf036d5-62d5-4719-97bb-189baa2d7458'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, direction=from-lport, priority=1002, match=inport == @pg_1bf036d5_62d5_4719_97bb_189baa2d7458 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4bdd57ce-8b2f-4584-a2f2-7271f67bdc3c'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, direction=from-lport, priority=1002, match=inport == @pg_1bf036d5_62d5_4719_97bb_189baa2d7458 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8c8e996c-bb6e-41a1-b460-3f991a622203'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, direction=to-lport, priority=1002, match=outport == @pg_1bf036d5_62d5_4719_97bb_189baa2d7458 && ip6 && ip6.src == $pg_1bf036d5_62d5_4719_97bb_189baa2d7458_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b45b05c5-f79a-4a11-ba45-8bd6b6241fc0'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, direction=to-lport, priority=1002, match=outport == @pg_1bf036d5_62d5_4719_97bb_189baa2d7458 && ip4 && ip4.src == $pg_1bf036d5_62d5_4719_97bb_189baa2d7458_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'efa5c742-783f-4ecc-8811-c9341247bfb8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 25c74664-83e3-4266-a790-e36f600a0ad6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 2c77290f-cd13-4592-9458-c4aefa3f5e06 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c985c987-0970-4710-b252-701c1fc9ff0c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 57b15d35-9176-4643-a2cf-46fbd298cf3e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 36597e7c-cad6-4409-a1dd-887f5af558a0 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Successfully bumped revision number for resource 1bf036d5-62d5-4719-97bb-189baa2d7458 (type: security_groups) to 1 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Successfully bumped revision number for resource 4bdd57ce-8b2f-4584-a2f2-7271f67bdc3c (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Successfully bumped revision number for resource 8c8e996c-bb6e-41a1-b460-3f991a622203 (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Successfully bumped revision number for resource b45b05c5-f79a-4a11-ba45-8bd6b6241fc0 (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Successfully bumped revision number for resource efa5c742-783f-4ecc-8811-c9341247bfb8 (type: security_group_rules) to 0 +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=1bf036d5-62d5-4719-97bb-189baa2d7458,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-99b41978-df21-40cc-bd24-48b1c8fc9d6d ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=5637c16486ae4818906f6ce8324fbc73&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1554458 +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59726) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] Publish callbacks [] for security_group (1bf036d5-62d5-4719-97bb-189baa2d7458), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (1bf036d5-62d5-4719-97bb-189baa2d7458), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1bf036d5_62d5_4719_97bb_189baa2d7458 && ip6 && ip6.src == $pg_1bf036d5_62d5_4719_97bb_189baa2d7458_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 2c77290f-cd13-4592-9458-c4aefa3f5e06 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 57b15d35-9176-4643-a2cf-46fbd298cf3e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] delete_revision(b45b05c5-f79a-4a11-ba45-8bd6b6241fc0) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1bf036d5_62d5_4719_97bb_189baa2d7458 && ip4 && ip4.src == $pg_1bf036d5_62d5_4719_97bb_189baa2d7458_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c985c987-0970-4710-b252-701c1fc9ff0c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 57b15d35-9176-4643-a2cf-46fbd298cf3e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] delete_revision(efa5c742-783f-4ecc-8811-c9341247bfb8) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1bf036d5-62d5-4719-97bb-189baa2d7458), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_1bf036d5_62d5_4719_97bb_189baa2d7458, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 25c74664-83e3-4266-a790-e36f600a0ad6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 36597e7c-cad6-4409-a1dd-887f5af558a0 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 57b15d35-9176-4643-a2cf-46fbd298cf3e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] delete_revision(1bf036d5-62d5-4719-97bb-189baa2d7458) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] delete_revisions(['8c8e996c-bb6e-41a1-b460-3f991a622203', '4bdd57ce-8b2f-4584-a2f2-7271f67bdc3c']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=1bf036d5-62d5-4719-97bb-189baa2d7458,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:55 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-ec047cab-9a1d-4ae9-b766-51a8c0b590f6 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/1bf036d5-62d5-4719-97bb-189baa2d7458 HTTP/1.1" status: 204 len: 149 time: 0.1597931 +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59742) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (561c0840-704d-42a2-8822-ecd1868f1b89), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] create_initial_revision uuid=561c0840-704d-42a2-8822-ecd1868f1b89, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] create_initial_revision uuid=397aedb3-7711-4d04-9049-3213d92d712d, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] create_initial_revision uuid=533120b2-fffa-42a4-8304-07fd79362f8c, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] create_initial_revision uuid=8988e751-adaf-498b-847b-0a1c766e6023, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] create_initial_revision uuid=9f9f5171-a55a-4f96-b6ff-df09b685d162, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (561c0840-704d-42a2-8822-ecd1868f1b89), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_561c0840_704d_42a2_8822_ecd1868f1b89, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '561c0840-704d-42a2-8822-ecd1868f1b89'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_561c0840_704d_42a2_8822_ecd1868f1b89, direction=to-lport, priority=1002, match=outport == @pg_561c0840_704d_42a2_8822_ecd1868f1b89 && ip6 && ip6.src == $pg_561c0840_704d_42a2_8822_ecd1868f1b89_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '397aedb3-7711-4d04-9049-3213d92d712d'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_561c0840_704d_42a2_8822_ecd1868f1b89, direction=to-lport, priority=1002, match=outport == @pg_561c0840_704d_42a2_8822_ecd1868f1b89 && ip4 && ip4.src == $pg_561c0840_704d_42a2_8822_ecd1868f1b89_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '533120b2-fffa-42a4-8304-07fd79362f8c'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_561c0840_704d_42a2_8822_ecd1868f1b89, direction=from-lport, priority=1002, match=inport == @pg_561c0840_704d_42a2_8822_ecd1868f1b89 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8988e751-adaf-498b-847b-0a1c766e6023'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_561c0840_704d_42a2_8822_ecd1868f1b89, direction=from-lport, priority=1002, match=inport == @pg_561c0840_704d_42a2_8822_ecd1868f1b89 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9f9f5171-a55a-4f96-b6ff-df09b685d162'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4d4e4771-4853-4290-ad44-b0d9558479dd (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row af05264b-57bd-4ee5-a5ce-f7ae774a6b3d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row fddea0c5-10d9-4bd8-ac2e-d48b6892aa2d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7bb50cbf-d15c-465c-949b-3cb25bfb967a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 999d54b4-2895-4298-af6d-19a5c69f7add (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Successfully bumped revision number for resource 561c0840-704d-42a2-8822-ecd1868f1b89 (type: security_groups) to 1 +Jan 14 22:43:58 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Successfully bumped revision number for resource 397aedb3-7711-4d04-9049-3213d92d712d (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Successfully bumped revision number for resource 533120b2-fffa-42a4-8304-07fd79362f8c (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Successfully bumped revision number for resource 8988e751-adaf-498b-847b-0a1c766e6023 (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Successfully bumped revision number for resource 9f9f5171-a55a-4f96-b6ff-df09b685d162 (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=561c0840-704d-42a2-8822-ecd1868f1b89,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-dbc52d4c-5c93-4082-9b67-6e444da93e40 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8780cdee01c24d0db6528f0d797119df&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2441270 +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41226) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] Publish callbacks [] for security_group (561c0840-704d-42a2-8822-ecd1868f1b89), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (561c0840-704d-42a2-8822-ecd1868f1b89), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_561c0840_704d_42a2_8822_ecd1868f1b89, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_561c0840_704d_42a2_8822_ecd1868f1b89 && ip6 && ip6.src == $pg_561c0840_704d_42a2_8822_ecd1868f1b89_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 999d54b4-2895-4298-af6d-19a5c69f7add (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] delete_revision(397aedb3-7711-4d04-9049-3213d92d712d) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 7bb50cbf-d15c-465c-949b-3cb25bfb967a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_561c0840_704d_42a2_8822_ecd1868f1b89, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_561c0840_704d_42a2_8822_ecd1868f1b89 && ip4 && ip4.src == $pg_561c0840_704d_42a2_8822_ecd1868f1b89_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4d4e4771-4853-4290-ad44-b0d9558479dd (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 7bb50cbf-d15c-465c-949b-3cb25bfb967a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] delete_revision(533120b2-fffa-42a4-8304-07fd79362f8c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (561c0840-704d-42a2-8822-ecd1868f1b89), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_561c0840_704d_42a2_8822_ecd1868f1b89, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row af05264b-57bd-4ee5-a5ce-f7ae774a6b3d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] delete_revision(561c0840-704d-42a2-8822-ecd1868f1b89) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row fddea0c5-10d9-4bd8-ac2e-d48b6892aa2d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 7bb50cbf-d15c-465c-949b-3cb25bfb967a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] delete_revisions(['9f9f5171-a55a-4f96-b6ff-df09b685d162', '8988e751-adaf-498b-847b-0a1c766e6023']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=561c0840-704d-42a2-8822-ecd1868f1b89,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-fb0f4365-a58c-4840-9874-15d037f64153 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/561c0840-704d-42a2-8822-ecd1868f1b89 HTTP/1.1" status: 204 len: 149 time: 0.1698358 +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41236) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (c6654782-a558-4d60-a238-f5838d3dcd39), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] create_initial_revision uuid=c6654782-a558-4d60-a238-f5838d3dcd39, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] create_initial_revision uuid=4834d5bd-b50f-4d79-9ab0-1673a41b766c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] create_initial_revision uuid=542ff1e1-d9f1-4cf5-9a34-ceb9c19fd287, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] create_initial_revision uuid=a925019d-0ef3-4911-9e8a-ab72b6752110, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] create_initial_revision uuid=e1d78fca-6563-44d9-b6c2-9c0532e9e480, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c6654782-a558-4d60-a238-f5838d3dcd39), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_c6654782_a558_4d60_a238_f5838d3dcd39, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'c6654782-a558-4d60-a238-f5838d3dcd39'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_c6654782_a558_4d60_a238_f5838d3dcd39, direction=to-lport, priority=1002, match=outport == @pg_c6654782_a558_4d60_a238_f5838d3dcd39 && ip6 && ip6.src == $pg_c6654782_a558_4d60_a238_f5838d3dcd39_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4834d5bd-b50f-4d79-9ab0-1673a41b766c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_c6654782_a558_4d60_a238_f5838d3dcd39, direction=to-lport, priority=1002, match=outport == @pg_c6654782_a558_4d60_a238_f5838d3dcd39 && ip4 && ip4.src == $pg_c6654782_a558_4d60_a238_f5838d3dcd39_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '542ff1e1-d9f1-4cf5-9a34-ceb9c19fd287'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_c6654782_a558_4d60_a238_f5838d3dcd39, direction=from-lport, priority=1002, match=inport == @pg_c6654782_a558_4d60_a238_f5838d3dcd39 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a925019d-0ef3-4911-9e8a-ab72b6752110'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_c6654782_a558_4d60_a238_f5838d3dcd39, direction=from-lport, priority=1002, match=inport == @pg_c6654782_a558_4d60_a238_f5838d3dcd39 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e1d78fca-6563-44d9-b6c2-9c0532e9e480'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:58 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4ecf0dab-1429-40cc-9b43-3f274407ea43 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4e2332e5-51f6-4597-bb99-88dcd0418702 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ac5cff97-fd4f-45a1-89d1-005194a88d3e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row fe9d6fd9-ef91-48fb-8f16-8afd88ab0740 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f1c05c6a-3150-4974-bfa7-ed088c82c103 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Successfully bumped revision number for resource c6654782-a558-4d60-a238-f5838d3dcd39 (type: security_groups) to 1 +Jan 14 22:43:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Successfully bumped revision number for resource 4834d5bd-b50f-4d79-9ab0-1673a41b766c (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Successfully bumped revision number for resource 542ff1e1-d9f1-4cf5-9a34-ceb9c19fd287 (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Successfully bumped revision number for resource a925019d-0ef3-4911-9e8a-ab72b6752110 (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Successfully bumped revision number for resource e1d78fca-6563-44d9-b6c2-9c0532e9e480 (type: security_group_rules) to 0 +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=c6654782-a558-4d60-a238-f5838d3dcd39,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-b015b9e5-5c93-411e-ac14-18a0354217e6 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=ed5f060151194ba9a8f84a6230d141ef&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1523905 +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41242) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:43:58 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] Publish callbacks [] for security_group (c6654782-a558-4d60-a238-f5838d3dcd39), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (c6654782-a558-4d60-a238-f5838d3dcd39), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c6654782_a558_4d60_a238_f5838d3dcd39, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c6654782_a558_4d60_a238_f5838d3dcd39 && ip6 && ip6.src == $pg_c6654782_a558_4d60_a238_f5838d3dcd39_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row fe9d6fd9-ef91-48fb-8f16-8afd88ab0740 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row f1c05c6a-3150-4974-bfa7-ed088c82c103 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] delete_revision(4834d5bd-b50f-4d79-9ab0-1673a41b766c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_c6654782_a558_4d60_a238_f5838d3dcd39, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_c6654782_a558_4d60_a238_f5838d3dcd39 && ip4 && ip4.src == $pg_c6654782_a558_4d60_a238_f5838d3dcd39_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4e2332e5-51f6-4597-bb99-88dcd0418702 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row f1c05c6a-3150-4974-bfa7-ed088c82c103 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] delete_revision(542ff1e1-d9f1-4cf5-9a34-ceb9c19fd287) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (c6654782-a558-4d60-a238-f5838d3dcd39), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_c6654782_a558_4d60_a238_f5838d3dcd39, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row ac5cff97-fd4f-45a1-89d1-005194a88d3e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row f1c05c6a-3150-4974-bfa7-ed088c82c103 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:59 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4ecf0dab-1429-40cc-9b43-3f274407ea43 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] delete_revision(c6654782-a558-4d60-a238-f5838d3dcd39) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] delete_revisions(['a925019d-0ef3-4911-9e8a-ab72b6752110', 'e1d78fca-6563-44d9-b6c2-9c0532e9e480']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=c6654782-a558-4d60-a238-f5838d3dcd39,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:43:59 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-69efd27c-e000-416e-aff7-c4bdb55bfec6 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/c6654782-a558-4d60-a238-f5838d3dcd39 HTTP/1.1" status: 204 len: 149 time: 0.1444802 +Jan 14 22:43:59 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:00 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41258) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:00 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (4cc3b5e7-917e-45a5-ac45-a43ce7c9c147), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] create_initial_revision uuid=4cc3b5e7-917e-45a5-ac45-a43ce7c9c147, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] create_initial_revision uuid=080c510c-4b22-41ed-9bb0-efe98065930c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] create_initial_revision uuid=71cab66d-5c0d-426a-aeaa-c21bb3a93175, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] create_initial_revision uuid=849a4520-4c30-4ac1-851c-5da19494d27f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] create_initial_revision uuid=ed83e767-6377-4a62-b9b5-ded255fa5ed4, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (4cc3b5e7-917e-45a5-ac45-a43ce7c9c147), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '4cc3b5e7-917e-45a5-ac45-a43ce7c9c147'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, direction=to-lport, priority=1002, match=outport == @pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147 && ip4 && ip4.src == $pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '080c510c-4b22-41ed-9bb0-efe98065930c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, direction=from-lport, priority=1002, match=inport == @pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '71cab66d-5c0d-426a-aeaa-c21bb3a93175'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, direction=from-lport, priority=1002, match=inport == @pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '849a4520-4c30-4ac1-851c-5da19494d27f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, direction=to-lport, priority=1002, match=outport == @pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147 && ip6 && ip6.src == $pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ed83e767-6377-4a62-b9b5-ded255fa5ed4'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0953c339-cf43-46ce-8251-ec45f8ceab95 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 9b36b05a-4883-43e8-bd1f-9d1b94b79fea (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a63b11e5-424f-4c8a-9432-026fb5d40e79 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row cc71387d-e1c6-49a8-9004-cede3f8be437 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1de309f4-f624-47fa-b1e8-7c191fef4808 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Successfully bumped revision number for resource 4cc3b5e7-917e-45a5-ac45-a43ce7c9c147 (type: security_groups) to 1 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Successfully bumped revision number for resource 080c510c-4b22-41ed-9bb0-efe98065930c (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Successfully bumped revision number for resource 71cab66d-5c0d-426a-aeaa-c21bb3a93175 (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Successfully bumped revision number for resource 849a4520-4c30-4ac1-851c-5da19494d27f (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Successfully bumped revision number for resource ed83e767-6377-4a62-b9b5-ded255fa5ed4 (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=4cc3b5e7-917e-45a5-ac45-a43ce7c9c147,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-87e20647-5f0f-4afd-a6f8-95f668d3ee21 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=ccb0b1793b4342ec85bef431277ef579&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2104402 +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41270) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] Publish callbacks [] for security_group (4cc3b5e7-917e-45a5-ac45-a43ce7c9c147), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (4cc3b5e7-917e-45a5-ac45-a43ce7c9c147), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147 && ip4 && ip4.src == $pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0953c339-cf43-46ce-8251-ec45f8ceab95 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 1de309f4-f624-47fa-b1e8-7c191fef4808 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] delete_revision(080c510c-4b22-41ed-9bb0-efe98065930c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147 && ip6 && ip6.src == $pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 9b36b05a-4883-43e8-bd1f-9d1b94b79fea (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 1de309f4-f624-47fa-b1e8-7c191fef4808 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] delete_revision(ed83e767-6377-4a62-b9b5-ded255fa5ed4) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (4cc3b5e7-917e-45a5-ac45-a43ce7c9c147), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_4cc3b5e7_917e_45a5_ac45_a43ce7c9c147, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a63b11e5-424f-4c8a-9432-026fb5d40e79 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row cc71387d-e1c6-49a8-9004-cede3f8be437 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1de309f4-f624-47fa-b1e8-7c191fef4808 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] delete_revision(4cc3b5e7-917e-45a5-ac45-a43ce7c9c147) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] delete_revisions(['849a4520-4c30-4ac1-851c-5da19494d27f', '71cab66d-5c0d-426a-aeaa-c21bb3a93175']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=4cc3b5e7-917e-45a5-ac45-a43ce7c9c147,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-abbbcdf6-b680-4836-b3f6-47fed582d7d1 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/4cc3b5e7-917e-45a5-ac45-a43ce7c9c147 HTTP/1.1" status: 204 len: 149 time: 0.1552355 +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 41278) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (8ef31887-4d63-41d4-91b8-9596cd3096b2), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] create_initial_revision uuid=8ef31887-4d63-41d4-91b8-9596cd3096b2, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] create_initial_revision uuid=38590858-c022-4ba8-b354-cff13fc27ccc, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] create_initial_revision uuid=3e3cbb4c-5b7c-404d-b490-b6c195532554, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] create_initial_revision uuid=47c03259-b14f-4009-8116-384628502fdb, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] create_initial_revision uuid=9ead1446-4363-495c-8609-8544636c86e8, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (8ef31887-4d63-41d4-91b8-9596cd3096b2), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '8ef31887-4d63-41d4-91b8-9596cd3096b2'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, direction=to-lport, priority=1002, match=outport == @pg_8ef31887_4d63_41d4_91b8_9596cd3096b2 && ip6 && ip6.src == $pg_8ef31887_4d63_41d4_91b8_9596cd3096b2_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '38590858-c022-4ba8-b354-cff13fc27ccc'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, direction=from-lport, priority=1002, match=inport == @pg_8ef31887_4d63_41d4_91b8_9596cd3096b2 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3e3cbb4c-5b7c-404d-b490-b6c195532554'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, direction=from-lport, priority=1002, match=inport == @pg_8ef31887_4d63_41d4_91b8_9596cd3096b2 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '47c03259-b14f-4009-8116-384628502fdb'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, direction=to-lport, priority=1002, match=outport == @pg_8ef31887_4d63_41d4_91b8_9596cd3096b2 && ip4 && ip4.src == $pg_8ef31887_4d63_41d4_91b8_9596cd3096b2_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9ead1446-4363-495c-8609-8544636c86e8'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7296e85c-370d-4f85-802b-8595f4f90fe7 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 8e5be2e5-95d4-4aa9-a017-24d3ae48e4cb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 37bc894b-5383-46c8-afbf-339311be71e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0f65155a-2499-4440-b894-f819ca60a6bc (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 25a4ce28-9fd7-4cc3-a4f7-f2b7397dfe98 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Successfully bumped revision number for resource 8ef31887-4d63-41d4-91b8-9596cd3096b2 (type: security_groups) to 1 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Successfully bumped revision number for resource 38590858-c022-4ba8-b354-cff13fc27ccc (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Successfully bumped revision number for resource 3e3cbb4c-5b7c-404d-b490-b6c195532554 (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Successfully bumped revision number for resource 47c03259-b14f-4009-8116-384628502fdb (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Successfully bumped revision number for resource 9ead1446-4363-495c-8609-8544636c86e8 (type: security_group_rules) to 0 +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=8ef31887-4d63-41d4-91b8-9596cd3096b2,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-0257e0c5-3922-4164-b6b8-714855450217 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=48b9d9e331554388b4d559a4f51a9136&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1496406 +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 41286) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] Publish callbacks [] for security_group (8ef31887-4d63-41d4-91b8-9596cd3096b2), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (8ef31887-4d63-41d4-91b8-9596cd3096b2), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8ef31887_4d63_41d4_91b8_9596cd3096b2 && ip6 && ip6.src == $pg_8ef31887_4d63_41d4_91b8_9596cd3096b2_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 25a4ce28-9fd7-4cc3-a4f7-f2b7397dfe98 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] delete_revision(38590858-c022-4ba8-b354-cff13fc27ccc) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 37bc894b-5383-46c8-afbf-339311be71e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_8ef31887_4d63_41d4_91b8_9596cd3096b2 && ip4 && ip4.src == $pg_8ef31887_4d63_41d4_91b8_9596cd3096b2_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] delete_revision(9ead1446-4363-495c-8609-8544636c86e8) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 8e5be2e5-95d4-4aa9-a017-24d3ae48e4cb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 37bc894b-5383-46c8-afbf-339311be71e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (8ef31887-4d63-41d4-91b8-9596cd3096b2), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_8ef31887_4d63_41d4_91b8_9596cd3096b2, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0f65155a-2499-4440-b894-f819ca60a6bc (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7296e85c-370d-4f85-802b-8595f4f90fe7 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 37bc894b-5383-46c8-afbf-339311be71e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] delete_revision(8ef31887-4d63-41d4-91b8-9596cd3096b2) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] delete_revisions(['3e3cbb4c-5b7c-404d-b490-b6c195532554', '47c03259-b14f-4009-8116-384628502fdb']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=8ef31887-4d63-41d4-91b8-9596cd3096b2,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:01 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-877a2e61-a540-4260-afbf-440f97120eed ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/8ef31887-4d63-41d4-91b8-9596cd3096b2 HTTP/1.1" status: 204 len: 149 time: 0.1534910 +Jan 14 22:44:02 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:44:02 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:44:05 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:05 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:05 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59740) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (b3c748c6-ce70-41cd-9502-a42310b26ebe), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] create_initial_revision uuid=b3c748c6-ce70-41cd-9502-a42310b26ebe, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] create_initial_revision uuid=27956be9-03c7-433b-b3ff-fc67b8d14525, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] create_initial_revision uuid=a797469e-95ca-4886-ab45-e9a93eeff9cd, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] create_initial_revision uuid=c6207096-6019-4093-a708-1110548bf310, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] create_initial_revision uuid=ebe0fb9f-d4aa-4cf4-a900-ed9c4257ea67, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b3c748c6-ce70-41cd-9502-a42310b26ebe), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b3c748c6-ce70-41cd-9502-a42310b26ebe'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, direction=from-lport, priority=1002, match=inport == @pg_b3c748c6_ce70_41cd_9502_a42310b26ebe && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '27956be9-03c7-433b-b3ff-fc67b8d14525'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, direction=to-lport, priority=1002, match=outport == @pg_b3c748c6_ce70_41cd_9502_a42310b26ebe && ip4 && ip4.src == $pg_b3c748c6_ce70_41cd_9502_a42310b26ebe_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a797469e-95ca-4886-ab45-e9a93eeff9cd'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, direction=from-lport, priority=1002, match=inport == @pg_b3c748c6_ce70_41cd_9502_a42310b26ebe && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c6207096-6019-4093-a708-1110548bf310'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, direction=to-lport, priority=1002, match=outport == @pg_b3c748c6_ce70_41cd_9502_a42310b26ebe && ip6 && ip6.src == $pg_b3c748c6_ce70_41cd_9502_a42310b26ebe_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ebe0fb9f-d4aa-4cf4-a900-ed9c4257ea67'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:09 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0bfc2dc0-3060-4c84-ba67-0294207c8f39 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 6faa54b1-1c00-4982-8eba-ca89761a72b6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:09 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row bfef6919-5833-4a3b-a3cb-19ba59c1068d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c919ff97-ff49-48cf-9d97-2ab7ae89f1c6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:09 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0cdd8da0-a906-4f86-90f4-f3e52fd3f578 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Successfully bumped revision number for resource b3c748c6-ce70-41cd-9502-a42310b26ebe (type: security_groups) to 1 +Jan 14 22:44:09 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Successfully bumped revision number for resource 27956be9-03c7-433b-b3ff-fc67b8d14525 (type: security_group_rules) to 0 +Jan 14 22:44:09 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Successfully bumped revision number for resource a797469e-95ca-4886-ab45-e9a93eeff9cd (type: security_group_rules) to 0 +Jan 14 22:44:09 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Successfully bumped revision number for resource c6207096-6019-4093-a708-1110548bf310 (type: security_group_rules) to 0 +Jan 14 22:44:09 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Successfully bumped revision number for resource ebe0fb9f-d4aa-4cf4-a900-ed9c4257ea67 (type: security_group_rules) to 0 +Jan 14 22:44:09 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b3c748c6-ce70-41cd-9502-a42310b26ebe,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:09 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-47d1c11b-3789-429f-ab19-8fa6fb9d865c ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8abcc94ddfb449abbd0d4efeacff95bc&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2450707 +Jan 14 22:44:09 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59756) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:09 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] Publish callbacks [] for security_group (b3c748c6-ce70-41cd-9502-a42310b26ebe), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:09 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (b3c748c6-ce70-41cd-9502-a42310b26ebe), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:09 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b3c748c6_ce70_41cd_9502_a42310b26ebe && ip4 && ip4.src == $pg_b3c748c6_ce70_41cd_9502_a42310b26ebe_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0cdd8da0-a906-4f86-90f4-f3e52fd3f578 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] delete_revision(a797469e-95ca-4886-ab45-e9a93eeff9cd) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c919ff97-ff49-48cf-9d97-2ab7ae89f1c6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b3c748c6_ce70_41cd_9502_a42310b26ebe && ip6 && ip6.src == $pg_b3c748c6_ce70_41cd_9502_a42310b26ebe_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row bfef6919-5833-4a3b-a3cb-19ba59c1068d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0cdd8da0-a906-4f86-90f4-f3e52fd3f578 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] delete_revision(ebe0fb9f-d4aa-4cf4-a900-ed9c4257ea67) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b3c748c6-ce70-41cd-9502-a42310b26ebe), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b3c748c6_ce70_41cd_9502_a42310b26ebe, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 6faa54b1-1c00-4982-8eba-ca89761a72b6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0bfc2dc0-3060-4c84-ba67-0294207c8f39 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0cdd8da0-a906-4f86-90f4-f3e52fd3f578 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] delete_revision(b3c748c6-ce70-41cd-9502-a42310b26ebe) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] delete_revisions(['c6207096-6019-4093-a708-1110548bf310', '27956be9-03c7-433b-b3ff-fc67b8d14525']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b3c748c6-ce70-41cd-9502-a42310b26ebe,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-c4fa148c-33b7-4dff-9f8d-225aa434cbdf ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b3c748c6-ce70-41cd-9502-a42310b26ebe HTTP/1.1" status: 204 len: 149 time: 0.1754732 +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59770) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (69e28ff6-667b-487e-9514-52dc4beefd04), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] create_initial_revision uuid=69e28ff6-667b-487e-9514-52dc4beefd04, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] create_initial_revision uuid=334e6dec-661e-4c68-a6a6-931de8cd7e0f, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] create_initial_revision uuid=8784f55b-044c-4480-8db8-3f33217edeb8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] create_initial_revision uuid=a9b3eb5d-7045-4855-929f-e49aa2ce49fc, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] create_initial_revision uuid=acea201b-427c-494b-b22e-576ae575cf6a, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (69e28ff6-667b-487e-9514-52dc4beefd04), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_69e28ff6_667b_487e_9514_52dc4beefd04, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '69e28ff6-667b-487e-9514-52dc4beefd04'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_69e28ff6_667b_487e_9514_52dc4beefd04, direction=to-lport, priority=1002, match=outport == @pg_69e28ff6_667b_487e_9514_52dc4beefd04 && ip4 && ip4.src == $pg_69e28ff6_667b_487e_9514_52dc4beefd04_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '334e6dec-661e-4c68-a6a6-931de8cd7e0f'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_69e28ff6_667b_487e_9514_52dc4beefd04, direction=to-lport, priority=1002, match=outport == @pg_69e28ff6_667b_487e_9514_52dc4beefd04 && ip6 && ip6.src == $pg_69e28ff6_667b_487e_9514_52dc4beefd04_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8784f55b-044c-4480-8db8-3f33217edeb8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_69e28ff6_667b_487e_9514_52dc4beefd04, direction=from-lport, priority=1002, match=inport == @pg_69e28ff6_667b_487e_9514_52dc4beefd04 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a9b3eb5d-7045-4855-929f-e49aa2ce49fc'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_69e28ff6_667b_487e_9514_52dc4beefd04, direction=from-lport, priority=1002, match=inport == @pg_69e28ff6_667b_487e_9514_52dc4beefd04 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'acea201b-427c-494b-b22e-576ae575cf6a'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0d917410-2204-4112-85d2-c6687df3569d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0548384a-8587-4c28-9062-d1a84fc019a7 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0f8c4a2a-7aa9-4d13-939f-7a4d9df4a7f7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b07bac88-fefd-4cfc-9799-790c9a27a8e1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row be0960db-2aa9-4a72-beef-bb783afa7e44 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Successfully bumped revision number for resource 69e28ff6-667b-487e-9514-52dc4beefd04 (type: security_groups) to 1 +Jan 14 22:44:10 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Successfully bumped revision number for resource 334e6dec-661e-4c68-a6a6-931de8cd7e0f (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Successfully bumped revision number for resource 8784f55b-044c-4480-8db8-3f33217edeb8 (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Successfully bumped revision number for resource a9b3eb5d-7045-4855-929f-e49aa2ce49fc (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Successfully bumped revision number for resource acea201b-427c-494b-b22e-576ae575cf6a (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=69e28ff6-667b-487e-9514-52dc4beefd04,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-17c8f456-0d3e-4ffb-a090-806d4bcff950 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0a72a83cda9c4a95bd4636159faf2b2b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1825466 +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59772) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] Publish callbacks [] for security_group (69e28ff6-667b-487e-9514-52dc4beefd04), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (69e28ff6-667b-487e-9514-52dc4beefd04), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_69e28ff6_667b_487e_9514_52dc4beefd04, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_69e28ff6_667b_487e_9514_52dc4beefd04 && ip4 && ip4.src == $pg_69e28ff6_667b_487e_9514_52dc4beefd04_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row be0960db-2aa9-4a72-beef-bb783afa7e44 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0548384a-8587-4c28-9062-d1a84fc019a7 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] delete_revision(334e6dec-661e-4c68-a6a6-931de8cd7e0f) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_69e28ff6_667b_487e_9514_52dc4beefd04, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_69e28ff6_667b_487e_9514_52dc4beefd04 && ip6 && ip6.src == $pg_69e28ff6_667b_487e_9514_52dc4beefd04_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0f8c4a2a-7aa9-4d13-939f-7a4d9df4a7f7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 0548384a-8587-4c28-9062-d1a84fc019a7 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] delete_revision(8784f55b-044c-4480-8db8-3f33217edeb8) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (69e28ff6-667b-487e-9514-52dc4beefd04), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_69e28ff6_667b_487e_9514_52dc4beefd04, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0d917410-2204-4112-85d2-c6687df3569d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0548384a-8587-4c28-9062-d1a84fc019a7 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b07bac88-fefd-4cfc-9799-790c9a27a8e1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] delete_revision(69e28ff6-667b-487e-9514-52dc4beefd04) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] delete_revisions(['a9b3eb5d-7045-4855-929f-e49aa2ce49fc', 'acea201b-427c-494b-b22e-576ae575cf6a']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=69e28ff6-667b-487e-9514-52dc4beefd04,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-c2333c15-b563-4388-9dd2-45c711cc3320 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/69e28ff6-667b-487e-9514-52dc4beefd04 HTTP/1.1" status: 204 len: 149 time: 0.1796422 +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59784) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (02650bb0-88a8-4523-bf76-0509099bd6ea), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] create_initial_revision uuid=02650bb0-88a8-4523-bf76-0509099bd6ea, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] create_initial_revision uuid=08f4e894-55e5-452b-92db-08d577750b3e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] create_initial_revision uuid=895edc96-f3a7-4de3-9ee6-090f82177426, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] create_initial_revision uuid=995c41e9-c855-4fe8-b26b-a02ac40d9f4f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] create_initial_revision uuid=d6299d83-0e60-40f3-92ca-661a2210e7d2, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (02650bb0-88a8-4523-bf76-0509099bd6ea), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '02650bb0-88a8-4523-bf76-0509099bd6ea'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, direction=to-lport, priority=1002, match=outport == @pg_02650bb0_88a8_4523_bf76_0509099bd6ea && ip4 && ip4.src == $pg_02650bb0_88a8_4523_bf76_0509099bd6ea_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '08f4e894-55e5-452b-92db-08d577750b3e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, direction=from-lport, priority=1002, match=inport == @pg_02650bb0_88a8_4523_bf76_0509099bd6ea && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '895edc96-f3a7-4de3-9ee6-090f82177426'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, direction=from-lport, priority=1002, match=inport == @pg_02650bb0_88a8_4523_bf76_0509099bd6ea && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '995c41e9-c855-4fe8-b26b-a02ac40d9f4f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, direction=to-lport, priority=1002, match=outport == @pg_02650bb0_88a8_4523_bf76_0509099bd6ea && ip6 && ip6.src == $pg_02650bb0_88a8_4523_bf76_0509099bd6ea_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd6299d83-0e60-40f3-92ca-661a2210e7d2'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 2aa056e0-ab0b-44ac-ad7c-270ba3f513e9 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row d976b0ce-92d3-41b8-97ac-a287321e8cc4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row adcce6ab-260d-4fa9-aec6-993a0eeb48de (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ee7f5374-4e30-49b2-8bf5-959025f33254 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 96ba85f1-50fa-4aa9-9238-0a05c956fa4a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Successfully bumped revision number for resource 02650bb0-88a8-4523-bf76-0509099bd6ea (type: security_groups) to 1 +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Successfully bumped revision number for resource 08f4e894-55e5-452b-92db-08d577750b3e (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Successfully bumped revision number for resource 895edc96-f3a7-4de3-9ee6-090f82177426 (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Successfully bumped revision number for resource 995c41e9-c855-4fe8-b26b-a02ac40d9f4f (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Successfully bumped revision number for resource d6299d83-0e60-40f3-92ca-661a2210e7d2 (type: security_group_rules) to 0 +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=02650bb0-88a8-4523-bf76-0509099bd6ea,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-6d411761-3c4a-4667-8c9c-d50a52d70e26 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=2ade485237da4ccd81b0d3d0a0fa4232&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1580355 +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 59800) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] Publish callbacks [] for security_group (02650bb0-88a8-4523-bf76-0509099bd6ea), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (02650bb0-88a8-4523-bf76-0509099bd6ea), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_02650bb0_88a8_4523_bf76_0509099bd6ea && ip4 && ip4.src == $pg_02650bb0_88a8_4523_bf76_0509099bd6ea_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 96ba85f1-50fa-4aa9-9238-0a05c956fa4a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row d976b0ce-92d3-41b8-97ac-a287321e8cc4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] delete_revision(08f4e894-55e5-452b-92db-08d577750b3e) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_02650bb0_88a8_4523_bf76_0509099bd6ea && ip6 && ip6.src == $pg_02650bb0_88a8_4523_bf76_0509099bd6ea_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] delete_revision(d6299d83-0e60-40f3-92ca-661a2210e7d2) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ee7f5374-4e30-49b2-8bf5-959025f33254 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 96ba85f1-50fa-4aa9-9238-0a05c956fa4a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (02650bb0-88a8-4523-bf76-0509099bd6ea), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_02650bb0_88a8_4523_bf76_0509099bd6ea, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 2aa056e0-ab0b-44ac-ad7c-270ba3f513e9 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] delete_revision(02650bb0-88a8-4523-bf76-0509099bd6ea) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row adcce6ab-260d-4fa9-aec6-993a0eeb48de (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 96ba85f1-50fa-4aa9-9238-0a05c956fa4a (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] delete_revisions(['895edc96-f3a7-4de3-9ee6-090f82177426', '995c41e9-c855-4fe8-b26b-a02ac40d9f4f']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=02650bb0-88a8-4523-bf76-0509099bd6ea,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:10 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-4ff796e1-a001-4a0d-a40d-8b2513c097cc ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/02650bb0-88a8-4523-bf76-0509099bd6ea HTTP/1.1" status: 204 len: 149 time: 0.1591232 +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59802) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (9946554e-9c30-44f0-bfb1-bb255e97ce8c), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] create_initial_revision uuid=9946554e-9c30-44f0-bfb1-bb255e97ce8c, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] create_initial_revision uuid=3da25f7d-f2d4-4c7e-9cd4-e0f5bc3a92f8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] create_initial_revision uuid=615c387b-fbbc-4c1a-bd9e-0534910f2fb9, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] create_initial_revision uuid=70dc2eaa-8bf4-4b15-8b93-a63e5a7ad1e3, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] create_initial_revision uuid=bf2d1c28-749b-410b-b343-37879af0f3a8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9946554e-9c30-44f0-bfb1-bb255e97ce8c), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9946554e-9c30-44f0-bfb1-bb255e97ce8c'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, direction=from-lport, priority=1002, match=inport == @pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3da25f7d-f2d4-4c7e-9cd4-e0f5bc3a92f8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, direction=from-lport, priority=1002, match=inport == @pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '615c387b-fbbc-4c1a-bd9e-0534910f2fb9'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, direction=to-lport, priority=1002, match=outport == @pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c && ip4 && ip4.src == $pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '70dc2eaa-8bf4-4b15-8b93-a63e5a7ad1e3'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, direction=to-lport, priority=1002, match=outport == @pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c && ip6 && ip6.src == $pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bf2d1c28-749b-410b-b343-37879af0f3a8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a11eb2f8-9c7c-417a-ae8a-c0c9a8380bde (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c87dc01c-1f60-41fa-a6c0-f905543854d1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7035db74-771e-430e-b28a-11daa7bd9258 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a8cbc9d1-5415-439f-82ae-4bcf64ac6dee (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 83a9607f-7c28-4e6f-be04-e2a27f38ece2 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Successfully bumped revision number for resource 9946554e-9c30-44f0-bfb1-bb255e97ce8c (type: security_groups) to 1 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Successfully bumped revision number for resource 3da25f7d-f2d4-4c7e-9cd4-e0f5bc3a92f8 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Successfully bumped revision number for resource 615c387b-fbbc-4c1a-bd9e-0534910f2fb9 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Successfully bumped revision number for resource 70dc2eaa-8bf4-4b15-8b93-a63e5a7ad1e3 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Successfully bumped revision number for resource bf2d1c28-749b-410b-b343-37879af0f3a8 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9946554e-9c30-44f0-bfb1-bb255e97ce8c,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-3ec40a22-7ad6-4aef-9994-d12202aa84be ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=a667ad6ae8b547ff96b11f6d1294db7b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2373936 +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59814) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] Publish callbacks [] for security_group (9946554e-9c30-44f0-bfb1-bb255e97ce8c), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (9946554e-9c30-44f0-bfb1-bb255e97ce8c), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c && ip4 && ip4.src == $pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 83a9607f-7c28-4e6f-be04-e2a27f38ece2 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a8cbc9d1-5415-439f-82ae-4bcf64ac6dee (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] delete_revision(70dc2eaa-8bf4-4b15-8b93-a63e5a7ad1e3) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c && ip6 && ip6.src == $pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a8cbc9d1-5415-439f-82ae-4bcf64ac6dee (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7035db74-771e-430e-b28a-11daa7bd9258 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] delete_revision(bf2d1c28-749b-410b-b343-37879af0f3a8) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9946554e-9c30-44f0-bfb1-bb255e97ce8c), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9946554e_9c30_44f0_bfb1_bb255e97ce8c, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a11eb2f8-9c7c-417a-ae8a-c0c9a8380bde (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c87dc01c-1f60-41fa-a6c0-f905543854d1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a8cbc9d1-5415-439f-82ae-4bcf64ac6dee (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] delete_revision(9946554e-9c30-44f0-bfb1-bb255e97ce8c) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] delete_revisions(['615c387b-fbbc-4c1a-bd9e-0534910f2fb9', '3da25f7d-f2d4-4c7e-9cd4-e0f5bc3a92f8']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9946554e-9c30-44f0-bfb1-bb255e97ce8c,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-c163266b-13b3-4e4e-ac49-c386fbfddca9 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9946554e-9c30-44f0-bfb1-bb255e97ce8c HTTP/1.1" status: 204 len: 149 time: 0.1630614 +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59830) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (3d37d708-a9e5-417c-9db5-f597777fd527), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] create_initial_revision uuid=3d37d708-a9e5-417c-9db5-f597777fd527, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] create_initial_revision uuid=0b8dc484-45ed-44de-af6f-9b3139d50743, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] create_initial_revision uuid=4bbcb270-183b-4adb-93cc-949e858e0397, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] create_initial_revision uuid=c159ff0d-1bcd-4c14-980e-2920220ffc58, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] create_initial_revision uuid=c7ccfe31-57fe-4870-a9f7-448666609995, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3d37d708-a9e5-417c-9db5-f597777fd527), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_3d37d708_a9e5_417c_9db5_f597777fd527, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '3d37d708-a9e5-417c-9db5-f597777fd527'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_3d37d708_a9e5_417c_9db5_f597777fd527, direction=from-lport, priority=1002, match=inport == @pg_3d37d708_a9e5_417c_9db5_f597777fd527 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0b8dc484-45ed-44de-af6f-9b3139d50743'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_3d37d708_a9e5_417c_9db5_f597777fd527, direction=to-lport, priority=1002, match=outport == @pg_3d37d708_a9e5_417c_9db5_f597777fd527 && ip4 && ip4.src == $pg_3d37d708_a9e5_417c_9db5_f597777fd527_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4bbcb270-183b-4adb-93cc-949e858e0397'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_3d37d708_a9e5_417c_9db5_f597777fd527, direction=from-lport, priority=1002, match=inport == @pg_3d37d708_a9e5_417c_9db5_f597777fd527 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c159ff0d-1bcd-4c14-980e-2920220ffc58'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_3d37d708_a9e5_417c_9db5_f597777fd527, direction=to-lport, priority=1002, match=outport == @pg_3d37d708_a9e5_417c_9db5_f597777fd527 && ip6 && ip6.src == $pg_3d37d708_a9e5_417c_9db5_f597777fd527_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c7ccfe31-57fe-4870-a9f7-448666609995'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2e024076-470a-49b0-961e-441ce66b4245 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 36225bfc-c2cd-41ce-9206-5721f2c4dd02 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 47d0c76f-5f97-4497-8b09-af1212464c7b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 5ec9b045-4d66-452a-9306-b53ff0901b8f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 5d712958-65f3-4fa1-a5a1-ad640623c6ea (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Successfully bumped revision number for resource 3d37d708-a9e5-417c-9db5-f597777fd527 (type: security_groups) to 1 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Successfully bumped revision number for resource 0b8dc484-45ed-44de-af6f-9b3139d50743 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Successfully bumped revision number for resource 4bbcb270-183b-4adb-93cc-949e858e0397 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Successfully bumped revision number for resource c159ff0d-1bcd-4c14-980e-2920220ffc58 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Successfully bumped revision number for resource c7ccfe31-57fe-4870-a9f7-448666609995 (type: security_group_rules) to 0 +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=3d37d708-a9e5-417c-9db5-f597777fd527,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-c328f705-5b8a-4b0e-baa5-d70ad75b1063 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=5c3c0071feaf4b3b83b3bdd74fa36a09&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1814144 +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 59832) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] Publish callbacks [] for security_group (3d37d708-a9e5-417c-9db5-f597777fd527), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (3d37d708-a9e5-417c-9db5-f597777fd527), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3d37d708_a9e5_417c_9db5_f597777fd527, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3d37d708_a9e5_417c_9db5_f597777fd527 && ip4 && ip4.src == $pg_3d37d708_a9e5_417c_9db5_f597777fd527_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 5ec9b045-4d66-452a-9306-b53ff0901b8f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 5d712958-65f3-4fa1-a5a1-ad640623c6ea (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] delete_revision(4bbcb270-183b-4adb-93cc-949e858e0397) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3d37d708_a9e5_417c_9db5_f597777fd527, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3d37d708_a9e5_417c_9db5_f597777fd527 && ip6 && ip6.src == $pg_3d37d708_a9e5_417c_9db5_f597777fd527_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 5ec9b045-4d66-452a-9306-b53ff0901b8f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 36225bfc-c2cd-41ce-9206-5721f2c4dd02 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] delete_revision(c7ccfe31-57fe-4870-a9f7-448666609995) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3d37d708-a9e5-417c-9db5-f597777fd527), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_3d37d708_a9e5_417c_9db5_f597777fd527, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 47d0c76f-5f97-4497-8b09-af1212464c7b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 2e024076-470a-49b0-961e-441ce66b4245 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] delete_revision(3d37d708-a9e5-417c-9db5-f597777fd527) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:15 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 5ec9b045-4d66-452a-9306-b53ff0901b8f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] delete_revisions(['c159ff0d-1bcd-4c14-980e-2920220ffc58', '0b8dc484-45ed-44de-af6f-9b3139d50743']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=3d37d708-a9e5-417c-9db5-f597777fd527,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:15 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-fccf076e-f4e5-47b5-a0ab-f7bf93a5f55a ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/3d37d708-a9e5-417c-9db5-f597777fd527 HTTP/1.1" status: 204 len: 149 time: 0.1793497 +Jan 14 22:44:20 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36798) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:20 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (73fc6a39-fb62-4c88-9e72-7119b894b0d1), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] create_initial_revision uuid=73fc6a39-fb62-4c88-9e72-7119b894b0d1, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] create_initial_revision uuid=49a8ec24-54ca-4d4b-889d-c87c65e44aff, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] create_initial_revision uuid=6fcf4f10-8b9b-412e-ab5c-f3e7454e5a93, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] create_initial_revision uuid=800e8605-717d-4c44-b856-80b12dfeda82, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] create_initial_revision uuid=dcaa9c21-843d-4af9-b2d2-c01f926a39fd, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (73fc6a39-fb62-4c88-9e72-7119b894b0d1), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '73fc6a39-fb62-4c88-9e72-7119b894b0d1'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, direction=to-lport, priority=1002, match=outport == @pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1 && ip4 && ip4.src == $pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '49a8ec24-54ca-4d4b-889d-c87c65e44aff'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, direction=from-lport, priority=1002, match=inport == @pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6fcf4f10-8b9b-412e-ab5c-f3e7454e5a93'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, direction=to-lport, priority=1002, match=outport == @pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1 && ip6 && ip6.src == $pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '800e8605-717d-4c44-b856-80b12dfeda82'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, direction=from-lport, priority=1002, match=inport == @pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dcaa9c21-843d-4af9-b2d2-c01f926a39fd'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2c094691-a858-477b-b90d-d45a2e7bb2d7 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 41bcb52c-1145-4ce4-9210-fc859f0dd52b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 8f9b20fe-68b1-4334-a602-95aad6ffda8d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 06cd4af8-93ea-4946-8d59-3d2caea3d2fe (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 07f66fdf-a87a-423a-b259-04a2d499dd79 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Successfully bumped revision number for resource 73fc6a39-fb62-4c88-9e72-7119b894b0d1 (type: security_groups) to 1 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Successfully bumped revision number for resource 49a8ec24-54ca-4d4b-889d-c87c65e44aff (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Successfully bumped revision number for resource 6fcf4f10-8b9b-412e-ab5c-f3e7454e5a93 (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Successfully bumped revision number for resource 800e8605-717d-4c44-b856-80b12dfeda82 (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Successfully bumped revision number for resource dcaa9c21-843d-4af9-b2d2-c01f926a39fd (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=73fc6a39-fb62-4c88-9e72-7119b894b0d1,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-82491142-4c24-4340-a7c9-cc9b39f2e825 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0bc77edcdfdf428390615e7ce291612c&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2222204 +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36810) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] Publish callbacks [] for security_group (73fc6a39-fb62-4c88-9e72-7119b894b0d1), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (73fc6a39-fb62-4c88-9e72-7119b894b0d1), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1 && ip4 && ip4.src == $pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 07f66fdf-a87a-423a-b259-04a2d499dd79 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] delete_revision(49a8ec24-54ca-4d4b-889d-c87c65e44aff) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 8f9b20fe-68b1-4334-a602-95aad6ffda8d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1 && ip6 && ip6.src == $pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 07f66fdf-a87a-423a-b259-04a2d499dd79 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 2c094691-a858-477b-b90d-d45a2e7bb2d7 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] delete_revision(800e8605-717d-4c44-b856-80b12dfeda82) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (73fc6a39-fb62-4c88-9e72-7119b894b0d1), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_73fc6a39_fb62_4c88_9e72_7119b894b0d1, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 06cd4af8-93ea-4946-8d59-3d2caea3d2fe (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 07f66fdf-a87a-423a-b259-04a2d499dd79 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] delete_revision(73fc6a39-fb62-4c88-9e72-7119b894b0d1) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 41bcb52c-1145-4ce4-9210-fc859f0dd52b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] delete_revisions(['6fcf4f10-8b9b-412e-ab5c-f3e7454e5a93', 'dcaa9c21-843d-4af9-b2d2-c01f926a39fd']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=73fc6a39-fb62-4c88-9e72-7119b894b0d1,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-26cdb87a-2131-4941-83f0-e5f8c5419294 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/73fc6a39-fb62-4c88-9e72-7119b894b0d1 HTTP/1.1" status: 204 len: 149 time: 0.2041428 +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36824) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (d21791cf-9aaf-4dae-b586-ed3c5d6234dd), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] create_initial_revision uuid=d21791cf-9aaf-4dae-b586-ed3c5d6234dd, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] create_initial_revision uuid=195633e0-da4b-4004-ae21-9f163465021b, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] create_initial_revision uuid=4458334d-cf6b-4a05-9682-e18ccee65899, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] create_initial_revision uuid=ce793656-8c58-4665-8c10-1e3d1900322f, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] create_initial_revision uuid=e418f6b1-6e21-4ba8-a419-72585a34f787, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (d21791cf-9aaf-4dae-b586-ed3c5d6234dd), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd21791cf-9aaf-4dae-b586-ed3c5d6234dd'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, direction=to-lport, priority=1002, match=outport == @pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd && ip6 && ip6.src == $pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '195633e0-da4b-4004-ae21-9f163465021b'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, direction=from-lport, priority=1002, match=inport == @pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4458334d-cf6b-4a05-9682-e18ccee65899'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, direction=to-lport, priority=1002, match=outport == @pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd && ip4 && ip4.src == $pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ce793656-8c58-4665-8c10-1e3d1900322f'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, direction=from-lport, priority=1002, match=inport == @pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e418f6b1-6e21-4ba8-a419-72585a34f787'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7c0e1e32-056e-4bb9-bacd-eff489780628 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 58c85814-0d93-4ce5-8064-fb086b1eae33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row b379c85a-cf5d-456e-b313-1937b10846aa (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row cb8cb2c8-6998-43ed-9c65-908bcdc31c7e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f357353e-d04f-4f11-9d03-0fe2e67d7251 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Successfully bumped revision number for resource d21791cf-9aaf-4dae-b586-ed3c5d6234dd (type: security_groups) to 1 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Successfully bumped revision number for resource 195633e0-da4b-4004-ae21-9f163465021b (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Successfully bumped revision number for resource 4458334d-cf6b-4a05-9682-e18ccee65899 (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Successfully bumped revision number for resource ce793656-8c58-4665-8c10-1e3d1900322f (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Successfully bumped revision number for resource e418f6b1-6e21-4ba8-a419-72585a34f787 (type: security_group_rules) to 0 +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d21791cf-9aaf-4dae-b586-ed3c5d6234dd,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-432aee10-ac12-461c-bd90-88092ab6bdaa ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=2fb1fac7b2f8429087638d8fb08c012f&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1687679 +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36834) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] Publish callbacks [] for security_group (d21791cf-9aaf-4dae-b586-ed3c5d6234dd), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (d21791cf-9aaf-4dae-b586-ed3c5d6234dd), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd && ip6 && ip6.src == $pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 58c85814-0d93-4ce5-8064-fb086b1eae33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] delete_revision(195633e0-da4b-4004-ae21-9f163465021b) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row b379c85a-cf5d-456e-b313-1937b10846aa (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd && ip4 && ip4.src == $pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 7c0e1e32-056e-4bb9-bacd-eff489780628 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 58c85814-0d93-4ce5-8064-fb086b1eae33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] delete_revision(ce793656-8c58-4665-8c10-1e3d1900322f) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (d21791cf-9aaf-4dae-b586-ed3c5d6234dd), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d21791cf_9aaf_4dae_b586_ed3c5d6234dd, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 58c85814-0d93-4ce5-8064-fb086b1eae33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row cb8cb2c8-6998-43ed-9c65-908bcdc31c7e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row f357353e-d04f-4f11-9d03-0fe2e67d7251 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] delete_revision(d21791cf-9aaf-4dae-b586-ed3c5d6234dd) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] delete_revisions(['e418f6b1-6e21-4ba8-a419-72585a34f787', '4458334d-cf6b-4a05-9682-e18ccee65899']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d21791cf-9aaf-4dae-b586-ed3c5d6234dd,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:21 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-79214b3a-0282-45bf-b5a2-3d9a6203d668 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d21791cf-9aaf-4dae-b586-ed3c5d6234dd HTTP/1.1" status: 204 len: 149 time: 0.1544905 +Jan 14 22:44:22 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:22 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=3 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 36836) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (3431e36b-c00b-4d14-88b4-4fe2cfba6d76), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] create_initial_revision uuid=3431e36b-c00b-4d14-88b4-4fe2cfba6d76, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] create_initial_revision uuid=02f7b5a6-725b-4216-8e16-60bd22e0069d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] create_initial_revision uuid=0426a5aa-f1bd-44f9-ac25-e20a13189ce2, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] create_initial_revision uuid=4be93970-9f3c-4a98-ad7a-2e6b6a05f021, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] create_initial_revision uuid=9cd64675-780a-470d-9cb6-08023c13f269, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3431e36b-c00b-4d14-88b4-4fe2cfba6d76), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '3431e36b-c00b-4d14-88b4-4fe2cfba6d76'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, direction=to-lport, priority=1002, match=outport == @pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76 && ip4 && ip4.src == $pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '02f7b5a6-725b-4216-8e16-60bd22e0069d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, direction=from-lport, priority=1002, match=inport == @pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0426a5aa-f1bd-44f9-ac25-e20a13189ce2'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, direction=from-lport, priority=1002, match=inport == @pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4be93970-9f3c-4a98-ad7a-2e6b6a05f021'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, direction=to-lport, priority=1002, match=outport == @pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76 && ip6 && ip6.src == $pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9cd64675-780a-470d-9cb6-08023c13f269'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 860894af-deed-4e06-88dd-fea6c87ef119 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 9fdcab9f-1891-47f6-9cdb-612b0d229510 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row fe2bc8f5-37e6-4e66-822c-7064cc9db178 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 043bdf7a-ba0b-4799-a6a1-36dcd9893d09 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 37c25c31-d28c-4213-9e3c-9f148a0563f5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Successfully bumped revision number for resource 3431e36b-c00b-4d14-88b4-4fe2cfba6d76 (type: security_groups) to 1 +Jan 14 22:44:25 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Successfully bumped revision number for resource 02f7b5a6-725b-4216-8e16-60bd22e0069d (type: security_group_rules) to 0 +Jan 14 22:44:25 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Successfully bumped revision number for resource 0426a5aa-f1bd-44f9-ac25-e20a13189ce2 (type: security_group_rules) to 0 +Jan 14 22:44:25 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Successfully bumped revision number for resource 4be93970-9f3c-4a98-ad7a-2e6b6a05f021 (type: security_group_rules) to 0 +Jan 14 22:44:25 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Successfully bumped revision number for resource 9cd64675-780a-470d-9cb6-08023c13f269 (type: security_group_rules) to 0 +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=3431e36b-c00b-4d14-88b4-4fe2cfba6d76,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-de188622-2c08-45ee-b2d1-2b5a8e07efce ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6460a5744c6f47e08a26b837478db6f6&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2350304 +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36852) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] Publish callbacks [] for security_group (3431e36b-c00b-4d14-88b4-4fe2cfba6d76), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (3431e36b-c00b-4d14-88b4-4fe2cfba6d76), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76 && ip4 && ip4.src == $pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 9fdcab9f-1891-47f6-9cdb-612b0d229510 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 043bdf7a-ba0b-4799-a6a1-36dcd9893d09 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] delete_revision(02f7b5a6-725b-4216-8e16-60bd22e0069d) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76 && ip6 && ip6.src == $pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 860894af-deed-4e06-88dd-fea6c87ef119 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 043bdf7a-ba0b-4799-a6a1-36dcd9893d09 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] delete_revision(9cd64675-780a-470d-9cb6-08023c13f269) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3431e36b-c00b-4d14-88b4-4fe2cfba6d76), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_3431e36b_c00b_4d14_88b4_4fe2cfba6d76, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:25 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 37c25c31-d28c-4213-9e3c-9f148a0563f5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row fe2bc8f5-37e6-4e66-822c-7064cc9db178 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 043bdf7a-ba0b-4799-a6a1-36dcd9893d09 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] delete_revision(3431e36b-c00b-4d14-88b4-4fe2cfba6d76) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] delete_revisions(['0426a5aa-f1bd-44f9-ac25-e20a13189ce2', '4be93970-9f3c-4a98-ad7a-2e6b6a05f021']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=3431e36b-c00b-4d14-88b4-4fe2cfba6d76,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:25 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-3bcb62d4-6119-468a-9be0-5803041d8cef ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/3431e36b-c00b-4d14-88b4-4fe2cfba6d76 HTTP/1.1" status: 204 len: 149 time: 0.1611640 +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 36860) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (47c031c3-e53d-42e2-b2f2-1d91e4bfc243), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] create_initial_revision uuid=47c031c3-e53d-42e2-b2f2-1d91e4bfc243, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] create_initial_revision uuid=217afc9b-eb16-4749-94bb-1b1b2048fd56, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] create_initial_revision uuid=a0760a2d-d6f7-4f9e-ad8b-82e305c359a9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] create_initial_revision uuid=e6695b42-165f-41cf-b16c-3fa2ea4f3cbc, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] create_initial_revision uuid=fb364121-476c-4e3f-8118-effd296039f3, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (47c031c3-e53d-42e2-b2f2-1d91e4bfc243), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '47c031c3-e53d-42e2-b2f2-1d91e4bfc243'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, direction=to-lport, priority=1002, match=outport == @pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243 && ip6 && ip6.src == $pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '217afc9b-eb16-4749-94bb-1b1b2048fd56'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, direction=from-lport, priority=1002, match=inport == @pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a0760a2d-d6f7-4f9e-ad8b-82e305c359a9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, direction=from-lport, priority=1002, match=inport == @pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e6695b42-165f-41cf-b16c-3fa2ea4f3cbc'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, direction=to-lport, priority=1002, match=outport == @pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243 && ip4 && ip4.src == $pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fb364121-476c-4e3f-8118-effd296039f3'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 5bd16d46-acc3-48ef-ac1e-6e361bbbc72d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1ee1c09e-50df-4e89-ba3d-216baaa04762 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row bf8d7157-3b6b-4653-978d-43f487c9ab05 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row cfa13586-30bd-49f0-ba7b-7ab623d76ede (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row d5f488bc-e883-46da-9910-46d7e8b97544 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Successfully bumped revision number for resource 47c031c3-e53d-42e2-b2f2-1d91e4bfc243 (type: security_groups) to 1 +Jan 14 22:44:26 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Successfully bumped revision number for resource 217afc9b-eb16-4749-94bb-1b1b2048fd56 (type: security_group_rules) to 0 +Jan 14 22:44:26 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Successfully bumped revision number for resource a0760a2d-d6f7-4f9e-ad8b-82e305c359a9 (type: security_group_rules) to 0 +Jan 14 22:44:26 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Successfully bumped revision number for resource e6695b42-165f-41cf-b16c-3fa2ea4f3cbc (type: security_group_rules) to 0 +Jan 14 22:44:26 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Successfully bumped revision number for resource fb364121-476c-4e3f-8118-effd296039f3 (type: security_group_rules) to 0 +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=47c031c3-e53d-42e2-b2f2-1d91e4bfc243,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-28b6975a-9971-4bf9-8906-876be6635ed3 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6a3d022a52984e40b3257f10a13c4fa2&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1649404 +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 36870) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] Publish callbacks [] for security_group (47c031c3-e53d-42e2-b2f2-1d91e4bfc243), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (47c031c3-e53d-42e2-b2f2-1d91e4bfc243), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243 && ip6 && ip6.src == $pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row bf8d7157-3b6b-4653-978d-43f487c9ab05 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1ee1c09e-50df-4e89-ba3d-216baaa04762 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] delete_revision(217afc9b-eb16-4749-94bb-1b1b2048fd56) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243 && ip4 && ip4.src == $pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 5bd16d46-acc3-48ef-ac1e-6e361bbbc72d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1ee1c09e-50df-4e89-ba3d-216baaa04762 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] delete_revision(fb364121-476c-4e3f-8118-effd296039f3) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (47c031c3-e53d-42e2-b2f2-1d91e4bfc243), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_47c031c3_e53d_42e2_b2f2_1d91e4bfc243, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:26 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1ee1c09e-50df-4e89-ba3d-216baaa04762 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row cfa13586-30bd-49f0-ba7b-7ab623d76ede (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row d5f488bc-e883-46da-9910-46d7e8b97544 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] delete_revision(47c031c3-e53d-42e2-b2f2-1d91e4bfc243) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] delete_revisions(['a0760a2d-d6f7-4f9e-ad8b-82e305c359a9', 'e6695b42-165f-41cf-b16c-3fa2ea4f3cbc']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=47c031c3-e53d-42e2-b2f2-1d91e4bfc243,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:26 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-d2b5f499-9e05-40f7-9363-e288fdeec613 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/47c031c3-e53d-42e2-b2f2-1d91e4bfc243 HTTP/1.1" status: 204 len: 149 time: 0.1586025 +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36872) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (ac13c9d5-69ed-4b04-b424-da16d66b4c5d), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] create_initial_revision uuid=ac13c9d5-69ed-4b04-b424-da16d66b4c5d, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] create_initial_revision uuid=8f639cd8-0ee0-4987-84b8-a17a079b0698, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] create_initial_revision uuid=c21c4ebb-e618-4d60-81a6-9795fe9a83d6, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] create_initial_revision uuid=d9e52d72-4581-4f08-960e-620c6f3b50d9, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] create_initial_revision uuid=f9f5e077-21d1-4d4d-8bc9-31096a9b2fc1, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (ac13c9d5-69ed-4b04-b424-da16d66b4c5d), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'ac13c9d5-69ed-4b04-b424-da16d66b4c5d'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, direction=from-lport, priority=1002, match=inport == @pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8f639cd8-0ee0-4987-84b8-a17a079b0698'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, direction=from-lport, priority=1002, match=inport == @pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c21c4ebb-e618-4d60-81a6-9795fe9a83d6'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, direction=to-lport, priority=1002, match=outport == @pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d && ip6 && ip6.src == $pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd9e52d72-4581-4f08-960e-620c6f3b50d9'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, direction=to-lport, priority=1002, match=outport == @pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d && ip4 && ip4.src == $pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f9f5e077-21d1-4d4d-8bc9-31096a9b2fc1'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 99522493-0273-44f9-920b-46d9f5faa543 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b15fa65c-1cd3-4ae6-ae14-93dce5fb5658 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row fee1059c-f373-4e61-9c87-736bb03b3312 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 69a6c982-1f7b-4397-a6aa-769516e92f8c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:27 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row eae72ff6-9400-4a54-bf6b-b5da6c81335e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Successfully bumped revision number for resource ac13c9d5-69ed-4b04-b424-da16d66b4c5d (type: security_groups) to 1 +Jan 14 22:44:27 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Successfully bumped revision number for resource 8f639cd8-0ee0-4987-84b8-a17a079b0698 (type: security_group_rules) to 0 +Jan 14 22:44:27 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Successfully bumped revision number for resource c21c4ebb-e618-4d60-81a6-9795fe9a83d6 (type: security_group_rules) to 0 +Jan 14 22:44:27 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Successfully bumped revision number for resource d9e52d72-4581-4f08-960e-620c6f3b50d9 (type: security_group_rules) to 0 +Jan 14 22:44:27 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Successfully bumped revision number for resource f9f5e077-21d1-4d4d-8bc9-31096a9b2fc1 (type: security_group_rules) to 0 +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=ac13c9d5-69ed-4b04-b424-da16d66b4c5d,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-5106ca9a-5872-4ba1-ab68-96ff2acdc15f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=fc0f251a6be24acfb2fd0fa332d84e45&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2106311 +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36884) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] Publish callbacks [] for security_group (ac13c9d5-69ed-4b04-b424-da16d66b4c5d), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (ac13c9d5-69ed-4b04-b424-da16d66b4c5d), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d && ip6 && ip6.src == $pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b15fa65c-1cd3-4ae6-ae14-93dce5fb5658 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 69a6c982-1f7b-4397-a6aa-769516e92f8c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] delete_revision(d9e52d72-4581-4f08-960e-620c6f3b50d9) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:27 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d && ip4 && ip4.src == $pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 99522493-0273-44f9-920b-46d9f5faa543 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 69a6c982-1f7b-4397-a6aa-769516e92f8c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] delete_revision(f9f5e077-21d1-4d4d-8bc9-31096a9b2fc1) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (ac13c9d5-69ed-4b04-b424-da16d66b4c5d), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_ac13c9d5_69ed_4b04_b424_da16d66b4c5d, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row eae72ff6-9400-4a54-bf6b-b5da6c81335e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row fee1059c-f373-4e61-9c87-736bb03b3312 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 69a6c982-1f7b-4397-a6aa-769516e92f8c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] delete_revision(ac13c9d5-69ed-4b04-b424-da16d66b4c5d) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] delete_revisions(['c21c4ebb-e618-4d60-81a6-9795fe9a83d6', '8f639cd8-0ee0-4987-84b8-a17a079b0698']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=ac13c9d5-69ed-4b04-b424-da16d66b4c5d,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-bc5e063b-2dd3-49f9-b2d4-e6fcffd73d07 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/ac13c9d5-69ed-4b04-b424-da16d66b4c5d HTTP/1.1" status: 204 len: 149 time: 0.1498258 +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36888) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (e0125be1-7639-4ccd-a386-1d3f6a411b10), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] create_initial_revision uuid=e0125be1-7639-4ccd-a386-1d3f6a411b10, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] create_initial_revision uuid=15bf865a-9799-48c4-9851-69cecbbfdd54, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] create_initial_revision uuid=8f16e477-62b5-4266-83a4-e34a6d04dcbd, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] create_initial_revision uuid=ac59fcc7-cddf-494f-9c1b-b174eb424056, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] create_initial_revision uuid=cfd73b10-cd5c-4394-b974-faf87d757b1c, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (e0125be1-7639-4ccd-a386-1d3f6a411b10), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'e0125be1-7639-4ccd-a386-1d3f6a411b10'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, direction=to-lport, priority=1002, match=outport == @pg_e0125be1_7639_4ccd_a386_1d3f6a411b10 && ip6 && ip6.src == $pg_e0125be1_7639_4ccd_a386_1d3f6a411b10_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '15bf865a-9799-48c4-9851-69cecbbfdd54'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, direction=from-lport, priority=1002, match=inport == @pg_e0125be1_7639_4ccd_a386_1d3f6a411b10 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8f16e477-62b5-4266-83a4-e34a6d04dcbd'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, direction=to-lport, priority=1002, match=outport == @pg_e0125be1_7639_4ccd_a386_1d3f6a411b10 && ip4 && ip4.src == $pg_e0125be1_7639_4ccd_a386_1d3f6a411b10_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ac59fcc7-cddf-494f-9c1b-b174eb424056'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, direction=from-lport, priority=1002, match=inport == @pg_e0125be1_7639_4ccd_a386_1d3f6a411b10 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'cfd73b10-cd5c-4394-b974-faf87d757b1c'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a391c676-4299-4166-8ad2-2614f37c1971 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2f6ce85b-620f-4557-87b7-2b191094ddb5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row b150b7d8-19da-485a-b75b-38f9d59f3ad4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e2e2e62f-1be6-4dd0-b692-36004dd14946 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 10e7fe41-1e34-475a-9514-6e4a22778cd5 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Successfully bumped revision number for resource e0125be1-7639-4ccd-a386-1d3f6a411b10 (type: security_groups) to 1 +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Successfully bumped revision number for resource 15bf865a-9799-48c4-9851-69cecbbfdd54 (type: security_group_rules) to 0 +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Successfully bumped revision number for resource 8f16e477-62b5-4266-83a4-e34a6d04dcbd (type: security_group_rules) to 0 +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Successfully bumped revision number for resource ac59fcc7-cddf-494f-9c1b-b174eb424056 (type: security_group_rules) to 0 +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Successfully bumped revision number for resource cfd73b10-cd5c-4394-b974-faf87d757b1c (type: security_group_rules) to 0 +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=e0125be1-7639-4ccd-a386-1d3f6a411b10,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-fec828c2-6db3-4658-b086-3e64ec51c16a ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=003e773bc7af46019b25955337aefd73&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1445670 +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 36900) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] Publish callbacks [] for security_group (e0125be1-7639-4ccd-a386-1d3f6a411b10), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (e0125be1-7639-4ccd-a386-1d3f6a411b10), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e0125be1_7639_4ccd_a386_1d3f6a411b10 && ip6 && ip6.src == $pg_e0125be1_7639_4ccd_a386_1d3f6a411b10_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a391c676-4299-4166-8ad2-2614f37c1971 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] delete_revision(15bf865a-9799-48c4-9851-69cecbbfdd54) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 10e7fe41-1e34-475a-9514-6e4a22778cd5 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_e0125be1_7639_4ccd_a386_1d3f6a411b10 && ip4 && ip4.src == $pg_e0125be1_7639_4ccd_a386_1d3f6a411b10_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row b150b7d8-19da-485a-b75b-38f9d59f3ad4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] delete_revision(ac59fcc7-cddf-494f-9c1b-b174eb424056) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 10e7fe41-1e34-475a-9514-6e4a22778cd5 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (e0125be1-7639-4ccd-a386-1d3f6a411b10), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_e0125be1_7639_4ccd_a386_1d3f6a411b10, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 2f6ce85b-620f-4557-87b7-2b191094ddb5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] delete_revision(e0125be1-7639-4ccd-a386-1d3f6a411b10) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e2e2e62f-1be6-4dd0-b692-36004dd14946 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 10e7fe41-1e34-475a-9514-6e4a22778cd5 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] delete_revisions(['8f16e477-62b5-4266-83a4-e34a6d04dcbd', 'cfd73b10-cd5c-4394-b974-faf87d757b1c']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=e0125be1-7639-4ccd-a386-1d3f6a411b10,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:28 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-239a3c0f-baa1-41e8-935d-9462017e4127 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/e0125be1-7639-4ccd-a386-1d3f6a411b10 HTTP/1.1" status: 204 len: 149 time: 0.1463203 +Jan 14 22:44:31 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:31 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:32 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:44:32 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 46908) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (595f66d7-eb52-43f4-abca-ff6f5927a2e8), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] create_initial_revision uuid=595f66d7-eb52-43f4-abca-ff6f5927a2e8, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] create_initial_revision uuid=161b6fd0-3164-453d-983c-cd6ffe75585d, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] create_initial_revision uuid=3867335d-04cd-4e0f-b139-87328179ecb6, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] create_initial_revision uuid=6b33c5f3-7755-4823-b274-4af46b8abc33, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] create_initial_revision uuid=d95f5a95-b814-46be-b3e0-53cdce63b1a7, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (595f66d7-eb52-43f4-abca-ff6f5927a2e8), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '595f66d7-eb52-43f4-abca-ff6f5927a2e8'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, direction=from-lport, priority=1002, match=inport == @pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '161b6fd0-3164-453d-983c-cd6ffe75585d'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, direction=to-lport, priority=1002, match=outport == @pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8 && ip6 && ip6.src == $pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3867335d-04cd-4e0f-b139-87328179ecb6'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, direction=from-lport, priority=1002, match=inport == @pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6b33c5f3-7755-4823-b274-4af46b8abc33'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, direction=to-lport, priority=1002, match=outport == @pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8 && ip4 && ip4.src == $pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd95f5a95-b814-46be-b3e0-53cdce63b1a7'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 509fe07a-2840-4050-a89d-5930e9530642 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 50df5df5-276b-42d8-b0cd-e29d015e027d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7fb9b0ee-a0eb-49f9-8db1-a0e83d8a534c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7d702957-fcca-457d-9d0e-2fe3cc5983a5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e73844c6-7571-4542-83ae-552f44216ec4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Successfully bumped revision number for resource 595f66d7-eb52-43f4-abca-ff6f5927a2e8 (type: security_groups) to 1 +Jan 14 22:44:34 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Successfully bumped revision number for resource 161b6fd0-3164-453d-983c-cd6ffe75585d (type: security_group_rules) to 0 +Jan 14 22:44:34 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Successfully bumped revision number for resource 3867335d-04cd-4e0f-b139-87328179ecb6 (type: security_group_rules) to 0 +Jan 14 22:44:34 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Successfully bumped revision number for resource 6b33c5f3-7755-4823-b274-4af46b8abc33 (type: security_group_rules) to 0 +Jan 14 22:44:34 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Successfully bumped revision number for resource d95f5a95-b814-46be-b3e0-53cdce63b1a7 (type: security_group_rules) to 0 +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=595f66d7-eb52-43f4-abca-ff6f5927a2e8,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-1a7a5370-247c-468b-802b-795e5eb909ff ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=3e291928bd5b404ab8ed03a7b2a0e70c&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2126887 +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 46922) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] Publish callbacks [] for security_group (595f66d7-eb52-43f4-abca-ff6f5927a2e8), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (595f66d7-eb52-43f4-abca-ff6f5927a2e8), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8 && ip6 && ip6.src == $pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 509fe07a-2840-4050-a89d-5930e9530642 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 7fb9b0ee-a0eb-49f9-8db1-a0e83d8a534c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] delete_revision(3867335d-04cd-4e0f-b139-87328179ecb6) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8 && ip4 && ip4.src == $pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 7fb9b0ee-a0eb-49f9-8db1-a0e83d8a534c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7d702957-fcca-457d-9d0e-2fe3cc5983a5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] delete_revision(d95f5a95-b814-46be-b3e0-53cdce63b1a7) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (595f66d7-eb52-43f4-abca-ff6f5927a2e8), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_595f66d7_eb52_43f4_abca_ff6f5927a2e8, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 50df5df5-276b-42d8-b0cd-e29d015e027d (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 7fb9b0ee-a0eb-49f9-8db1-a0e83d8a534c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e73844c6-7571-4542-83ae-552f44216ec4 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] delete_revision(595f66d7-eb52-43f4-abca-ff6f5927a2e8) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] delete_revisions(['6b33c5f3-7755-4823-b274-4af46b8abc33', '161b6fd0-3164-453d-983c-cd6ffe75585d']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=595f66d7-eb52-43f4-abca-ff6f5927a2e8,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-002a05f0-f037-4f87-8848-33f2f058b6c8 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/595f66d7-eb52-43f4-abca-ff6f5927a2e8 HTTP/1.1" status: 204 len: 149 time: 0.1492295 +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 46930) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (1cf14f6f-51f2-4d65-bb5a-5f121109dfd5), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] create_initial_revision uuid=1cf14f6f-51f2-4d65-bb5a-5f121109dfd5, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] create_initial_revision uuid=7f382066-0a4e-48a8-8db4-6f3d11716488, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] create_initial_revision uuid=8647829b-61d6-4e7b-bc1e-8ab3477f65de, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] create_initial_revision uuid=b92326ab-8667-48e3-8c8d-99fe104b3e94, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] create_initial_revision uuid=bf56cd4e-95a2-460a-8e87-7d342905aae1, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1cf14f6f-51f2-4d65-bb5a-5f121109dfd5), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '1cf14f6f-51f2-4d65-bb5a-5f121109dfd5'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, direction=to-lport, priority=1002, match=outport == @pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5 && ip6 && ip6.src == $pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7f382066-0a4e-48a8-8db4-6f3d11716488'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, direction=to-lport, priority=1002, match=outport == @pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5 && ip4 && ip4.src == $pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8647829b-61d6-4e7b-bc1e-8ab3477f65de'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, direction=from-lport, priority=1002, match=inport == @pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b92326ab-8667-48e3-8c8d-99fe104b3e94'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, direction=from-lport, priority=1002, match=inport == @pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bf56cd4e-95a2-460a-8e87-7d342905aae1'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 15c045c6-54d5-4f4c-a84e-5926e7517755 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 6551c1fa-871f-463a-a69c-cfb2d827bc1e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row c8aa4dad-c7f1-415f-9b51-a0823ba90a60 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 8d1cfa48-4259-4392-a14f-c09bcc1e025c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 906ec8f8-67e0-45bf-bbb4-7ec3a421dea3 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Successfully bumped revision number for resource 1cf14f6f-51f2-4d65-bb5a-5f121109dfd5 (type: security_groups) to 1 +Jan 14 22:44:35 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Successfully bumped revision number for resource 7f382066-0a4e-48a8-8db4-6f3d11716488 (type: security_group_rules) to 0 +Jan 14 22:44:35 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Successfully bumped revision number for resource 8647829b-61d6-4e7b-bc1e-8ab3477f65de (type: security_group_rules) to 0 +Jan 14 22:44:35 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Successfully bumped revision number for resource b92326ab-8667-48e3-8c8d-99fe104b3e94 (type: security_group_rules) to 0 +Jan 14 22:44:35 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Successfully bumped revision number for resource bf56cd4e-95a2-460a-8e87-7d342905aae1 (type: security_group_rules) to 0 +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=1cf14f6f-51f2-4d65-bb5a-5f121109dfd5,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-05aaa758-fa17-429a-8601-c4a89ec3ac74 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f821a1bf9483483790914830ddc8e3ad&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1626840 +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 46932) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] Publish callbacks [] for security_group (1cf14f6f-51f2-4d65-bb5a-5f121109dfd5), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (1cf14f6f-51f2-4d65-bb5a-5f121109dfd5), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5 && ip6 && ip6.src == $pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row c8aa4dad-c7f1-415f-9b51-a0823ba90a60 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] delete_revision(7f382066-0a4e-48a8-8db4-6f3d11716488) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 906ec8f8-67e0-45bf-bbb4-7ec3a421dea3 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5 && ip4 && ip4.src == $pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 6551c1fa-871f-463a-a69c-cfb2d827bc1e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] delete_revision(8647829b-61d6-4e7b-bc1e-8ab3477f65de) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 906ec8f8-67e0-45bf-bbb4-7ec3a421dea3 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1cf14f6f-51f2-4d65-bb5a-5f121109dfd5), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_1cf14f6f_51f2_4d65_bb5a_5f121109dfd5, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 8d1cfa48-4259-4392-a14f-c09bcc1e025c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 906ec8f8-67e0-45bf-bbb4-7ec3a421dea3 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 15c045c6-54d5-4f4c-a84e-5926e7517755 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] delete_revision(1cf14f6f-51f2-4d65-bb5a-5f121109dfd5) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] delete_revisions(['bf56cd4e-95a2-460a-8e87-7d342905aae1', 'b92326ab-8667-48e3-8c8d-99fe104b3e94']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=1cf14f6f-51f2-4d65-bb5a-5f121109dfd5,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:35 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-1e5d037d-b050-4d6c-9a69-3c456970a188 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/1cf14f6f-51f2-4d65-bb5a-5f121109dfd5 HTTP/1.1" status: 204 len: 149 time: 0.1871469 +Jan 14 22:44:39 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39840) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:39 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (9d59efa4-e2a8-4293-a36e-abcf51cb7628), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] create_initial_revision uuid=9d59efa4-e2a8-4293-a36e-abcf51cb7628, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] create_initial_revision uuid=14879069-706c-4313-8cda-1a69f4b38a71, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] create_initial_revision uuid=32a4cb55-1f3a-4ea3-8a0e-63166b18d104, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] create_initial_revision uuid=b1598ec8-1132-45e7-ab90-049bb041ed27, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] create_initial_revision uuid=f9bc09cb-c805-4742-a17a-89227496f2b5, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9d59efa4-e2a8-4293-a36e-abcf51cb7628), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9d59efa4-e2a8-4293-a36e-abcf51cb7628'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, direction=from-lport, priority=1002, match=inport == @pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '14879069-706c-4313-8cda-1a69f4b38a71'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, direction=to-lport, priority=1002, match=outport == @pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628 && ip6 && ip6.src == $pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '32a4cb55-1f3a-4ea3-8a0e-63166b18d104'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, direction=from-lport, priority=1002, match=inport == @pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b1598ec8-1132-45e7-ab90-049bb041ed27'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, direction=to-lport, priority=1002, match=outport == @pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628 && ip4 && ip4.src == $pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f9bc09cb-c805-4742-a17a-89227496f2b5'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7efb3449-dd6d-48e7-806a-dbdc1b5cdb67 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1c77500b-008a-4754-a7f5-58d3b02294ef (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0a1bffe6-d418-4fe6-9f9a-1f090e8c74f4 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 373dd144-3903-475b-b9c8-efc6a75a37fb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e2cbad39-0159-44ef-94ab-e435b7d76fad (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Successfully bumped revision number for resource 9d59efa4-e2a8-4293-a36e-abcf51cb7628 (type: security_groups) to 1 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Successfully bumped revision number for resource 14879069-706c-4313-8cda-1a69f4b38a71 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Successfully bumped revision number for resource 32a4cb55-1f3a-4ea3-8a0e-63166b18d104 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Successfully bumped revision number for resource b1598ec8-1132-45e7-ab90-049bb041ed27 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Successfully bumped revision number for resource f9bc09cb-c805-4742-a17a-89227496f2b5 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9d59efa4-e2a8-4293-a36e-abcf51cb7628,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-2033e6e9-4de2-4ea8-bb68-b232d9beb970 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=b0fe450acc314bd688d36ff928d91d4f&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2017210 +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39846) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] Publish callbacks [] for security_group (9d59efa4-e2a8-4293-a36e-abcf51cb7628), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (9d59efa4-e2a8-4293-a36e-abcf51cb7628), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628 && ip6 && ip6.src == $pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 1c77500b-008a-4754-a7f5-58d3b02294ef (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] delete_revision(32a4cb55-1f3a-4ea3-8a0e-63166b18d104) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e2cbad39-0159-44ef-94ab-e435b7d76fad (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628 && ip4 && ip4.src == $pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7efb3449-dd6d-48e7-806a-dbdc1b5cdb67 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 1c77500b-008a-4754-a7f5-58d3b02294ef (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] delete_revision(f9bc09cb-c805-4742-a17a-89227496f2b5) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9d59efa4-e2a8-4293-a36e-abcf51cb7628), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9d59efa4_e2a8_4293_a36e_abcf51cb7628, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1c77500b-008a-4754-a7f5-58d3b02294ef (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] delete_revision(9d59efa4-e2a8-4293-a36e-abcf51cb7628) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0a1bffe6-d418-4fe6-9f9a-1f090e8c74f4 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 373dd144-3903-475b-b9c8-efc6a75a37fb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] delete_revisions(['14879069-706c-4313-8cda-1a69f4b38a71', 'b1598ec8-1132-45e7-ab90-049bb041ed27']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9d59efa4-e2a8-4293-a36e-abcf51cb7628,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-1cd40c4f-8bb8-45b4-a198-9cd2ab7fac54 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9d59efa4-e2a8-4293-a36e-abcf51cb7628 HTTP/1.1" status: 204 len: 149 time: 0.1429377 +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39862) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (6bf1c8ec-fd93-4077-9b41-1ef1529b6e95), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] create_initial_revision uuid=6bf1c8ec-fd93-4077-9b41-1ef1529b6e95, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] create_initial_revision uuid=4816c031-96ec-4d75-aef7-616c63ebc34c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] create_initial_revision uuid=71c9f9e8-8ec5-4a2d-8108-41759ec2f149, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] create_initial_revision uuid=bb441fd5-a84e-49ee-a2d9-fc4d390898c5, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] create_initial_revision uuid=c4ff02da-5204-4a64-b90a-a7b01a56fbba, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6bf1c8ec-fd93-4077-9b41-1ef1529b6e95), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '6bf1c8ec-fd93-4077-9b41-1ef1529b6e95'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, direction=to-lport, priority=1002, match=outport == @pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95 && ip6 && ip6.src == $pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4816c031-96ec-4d75-aef7-616c63ebc34c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, direction=from-lport, priority=1002, match=inport == @pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '71c9f9e8-8ec5-4a2d-8108-41759ec2f149'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, direction=from-lport, priority=1002, match=inport == @pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bb441fd5-a84e-49ee-a2d9-fc4d390898c5'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, direction=to-lport, priority=1002, match=outport == @pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95 && ip4 && ip4.src == $pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c4ff02da-5204-4a64-b90a-a7b01a56fbba'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 322b6e43-446c-4ec9-a93f-834673036d5a (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 46f4a20e-7612-4e19-a1e4-53ccf3da1a74 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 5d8316a1-23d7-4ae5-87a7-7ce23cad2d8a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 901ce721-c34e-46d7-b977-fe17d7f6bff8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row efe507b8-e474-4bcf-911e-b1db3cb9f926 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Successfully bumped revision number for resource 6bf1c8ec-fd93-4077-9b41-1ef1529b6e95 (type: security_groups) to 1 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Successfully bumped revision number for resource 4816c031-96ec-4d75-aef7-616c63ebc34c (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Successfully bumped revision number for resource 71c9f9e8-8ec5-4a2d-8108-41759ec2f149 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Successfully bumped revision number for resource bb441fd5-a84e-49ee-a2d9-fc4d390898c5 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Successfully bumped revision number for resource c4ff02da-5204-4a64-b90a-a7b01a56fbba (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=6bf1c8ec-fd93-4077-9b41-1ef1529b6e95,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-6a706b9a-66db-4900-b0be-76f24f2452a2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=9b3c527f17204637830dee1c7bb65e22&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1673963 +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39866) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] Publish callbacks [] for security_group (6bf1c8ec-fd93-4077-9b41-1ef1529b6e95), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (6bf1c8ec-fd93-4077-9b41-1ef1529b6e95), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95 && ip6 && ip6.src == $pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 322b6e43-446c-4ec9-a93f-834673036d5a (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] delete_revision(4816c031-96ec-4d75-aef7-616c63ebc34c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 5d8316a1-23d7-4ae5-87a7-7ce23cad2d8a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95 && ip4 && ip4.src == $pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 322b6e43-446c-4ec9-a93f-834673036d5a (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 901ce721-c34e-46d7-b977-fe17d7f6bff8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] delete_revision(c4ff02da-5204-4a64-b90a-a7b01a56fbba) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6bf1c8ec-fd93-4077-9b41-1ef1529b6e95), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_6bf1c8ec_fd93_4077_9b41_1ef1529b6e95, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 322b6e43-446c-4ec9-a93f-834673036d5a (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 46f4a20e-7612-4e19-a1e4-53ccf3da1a74 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] delete_revision(6bf1c8ec-fd93-4077-9b41-1ef1529b6e95) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row efe507b8-e474-4bcf-911e-b1db3cb9f926 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] delete_revisions(['71c9f9e8-8ec5-4a2d-8108-41759ec2f149', 'bb441fd5-a84e-49ee-a2d9-fc4d390898c5']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=6bf1c8ec-fd93-4077-9b41-1ef1529b6e95,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-f5920e11-e029-4eb6-8606-4e67e44d28e7 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/6bf1c8ec-fd93-4077-9b41-1ef1529b6e95 HTTP/1.1" status: 204 len: 149 time: 0.1532459 +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 39868) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (0f27dc61-bad4-4825-ad27-06157e1476a4), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] create_initial_revision uuid=0f27dc61-bad4-4825-ad27-06157e1476a4, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] create_initial_revision uuid=06692499-d8c3-4f5a-b5ca-2323c771ee84, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] create_initial_revision uuid=3ea8a658-2985-42c0-84d6-32fab793017a, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] create_initial_revision uuid=7d98d9b7-a55d-48a3-94fd-be5ce0b626c8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] create_initial_revision uuid=d7240d27-395e-42c5-9a0b-a14ecb375f5e, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (0f27dc61-bad4-4825-ad27-06157e1476a4), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '0f27dc61-bad4-4825-ad27-06157e1476a4'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, direction=to-lport, priority=1002, match=outport == @pg_0f27dc61_bad4_4825_ad27_06157e1476a4 && ip6 && ip6.src == $pg_0f27dc61_bad4_4825_ad27_06157e1476a4_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '06692499-d8c3-4f5a-b5ca-2323c771ee84'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, direction=to-lport, priority=1002, match=outport == @pg_0f27dc61_bad4_4825_ad27_06157e1476a4 && ip4 && ip4.src == $pg_0f27dc61_bad4_4825_ad27_06157e1476a4_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3ea8a658-2985-42c0-84d6-32fab793017a'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, direction=from-lport, priority=1002, match=inport == @pg_0f27dc61_bad4_4825_ad27_06157e1476a4 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7d98d9b7-a55d-48a3-94fd-be5ce0b626c8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, direction=from-lport, priority=1002, match=inport == @pg_0f27dc61_bad4_4825_ad27_06157e1476a4 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd7240d27-395e-42c5-9a0b-a14ecb375f5e'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 3c7b39ff-1a2a-47aa-b33f-dfccfade1291 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 6bd88fe6-b458-483c-82d3-5e28fab9fc28 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 8c1e2c13-1781-4c80-b7a9-43403eccb9e6 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d5b1bb7e-81f9-4681-bde7-3116d0003d7b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row bcff11ef-6c23-4f92-9693-afa9c83828df (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Successfully bumped revision number for resource 0f27dc61-bad4-4825-ad27-06157e1476a4 (type: security_groups) to 1 +Jan 14 22:44:40 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Successfully bumped revision number for resource 06692499-d8c3-4f5a-b5ca-2323c771ee84 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Successfully bumped revision number for resource 3ea8a658-2985-42c0-84d6-32fab793017a (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Successfully bumped revision number for resource 7d98d9b7-a55d-48a3-94fd-be5ce0b626c8 (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Successfully bumped revision number for resource d7240d27-395e-42c5-9a0b-a14ecb375f5e (type: security_group_rules) to 0 +Jan 14 22:44:40 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=0f27dc61-bad4-4825-ad27-06157e1476a4,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39884) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:40 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-081590bb-0fd0-45f9-a712-6150742ac2bd ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=65efdcace2d5450cb4173ec3451c6dd5&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1734290 +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] Publish callbacks [] for security_group (0f27dc61-bad4-4825-ad27-06157e1476a4), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (0f27dc61-bad4-4825-ad27-06157e1476a4), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0f27dc61_bad4_4825_ad27_06157e1476a4 && ip6 && ip6.src == $pg_0f27dc61_bad4_4825_ad27_06157e1476a4_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 8c1e2c13-1781-4c80-b7a9-43403eccb9e6 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] delete_revision(06692499-d8c3-4f5a-b5ca-2323c771ee84) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:41 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row bcff11ef-6c23-4f92-9693-afa9c83828df (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0f27dc61_bad4_4825_ad27_06157e1476a4 && ip4 && ip4.src == $pg_0f27dc61_bad4_4825_ad27_06157e1476a4_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 6bd88fe6-b458-483c-82d3-5e28fab9fc28 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] delete_revision(3ea8a658-2985-42c0-84d6-32fab793017a) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:41 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row bcff11ef-6c23-4f92-9693-afa9c83828df (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (0f27dc61-bad4-4825-ad27-06157e1476a4), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_0f27dc61_bad4_4825_ad27_06157e1476a4, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 3c7b39ff-1a2a-47aa-b33f-dfccfade1291 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:41 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d5b1bb7e-81f9-4681-bde7-3116d0003d7b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:41 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row bcff11ef-6c23-4f92-9693-afa9c83828df (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] delete_revision(0f27dc61-bad4-4825-ad27-06157e1476a4) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] delete_revisions(['7d98d9b7-a55d-48a3-94fd-be5ce0b626c8', 'd7240d27-395e-42c5-9a0b-a14ecb375f5e']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=0f27dc61-bad4-4825-ad27-06157e1476a4,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:41 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-bb7931a0-d7a7-4710-ad14-fdacfba5d3ec ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/0f27dc61-bad4-4825-ad27-06157e1476a4 HTTP/1.1" status: 204 len: 149 time: 0.1623282 +Jan 14 22:44:42 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39898) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=934,neutron:DELETE=53,neutron:INSERT=71,neutron:UPDATE=44 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=962,neutron:INSERT=137,neutron:UPDATE=60,neutron:DELETE=67 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (89ec02ea-44c5-44e2-9531-48b4c95b35fd), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] create_initial_revision uuid=89ec02ea-44c5-44e2-9531-48b4c95b35fd, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] create_initial_revision uuid=2fd2521c-edfb-4802-861a-754ac9adb555, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] create_initial_revision uuid=9f18541e-afff-4bb7-92c3-fd1a7a0fd89b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] create_initial_revision uuid=b9aef7b1-0926-4968-b3d7-08dc5d50c412, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] create_initial_revision uuid=c8d058b7-d703-4ed5-b539-faea9f208223, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (89ec02ea-44c5-44e2-9531-48b4c95b35fd), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '89ec02ea-44c5-44e2-9531-48b4c95b35fd'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, direction=to-lport, priority=1002, match=outport == @pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd && ip6 && ip6.src == $pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2fd2521c-edfb-4802-861a-754ac9adb555'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, direction=from-lport, priority=1002, match=inport == @pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9f18541e-afff-4bb7-92c3-fd1a7a0fd89b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, direction=to-lport, priority=1002, match=outport == @pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd && ip4 && ip4.src == $pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b9aef7b1-0926-4968-b3d7-08dc5d50c412'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, direction=from-lport, priority=1002, match=inport == @pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c8d058b7-d703-4ed5-b539-faea9f208223'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2a140066-8d92-4368-b929-cda36f71df3a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=816,neutron:INSERT=123,neutron:UPDATE=63,neutron:DELETE=48 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a34dd7ff-0f03-4760-981b-0e1b2c835074 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row eb56e99a-6e35-4891-ace1-0639466a442e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Successfully bumped revision number for resource 89ec02ea-44c5-44e2-9531-48b4c95b35fd (type: security_groups) to 1 +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row fa39e2f5-f3bc-4d3d-91e4-73fa49e7638e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 5ccaa625-3d43-4948-aee3-0a6c52ea994f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Successfully bumped revision number for resource 2fd2521c-edfb-4802-861a-754ac9adb555 (type: security_group_rules) to 0 +Jan 14 22:44:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Successfully bumped revision number for resource 9f18541e-afff-4bb7-92c3-fd1a7a0fd89b (type: security_group_rules) to 0 +Jan 14 22:44:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Successfully bumped revision number for resource b9aef7b1-0926-4968-b3d7-08dc5d50c412 (type: security_group_rules) to 0 +Jan 14 22:44:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Successfully bumped revision number for resource c8d058b7-d703-4ed5-b539-faea9f208223 (type: security_group_rules) to 0 +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=89ec02ea-44c5-44e2-9531-48b4c95b35fd,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-3ec96069-8c15-4d50-b069-48cd155fe2fc ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=5cafa484920c42d0920b66e8cdd063f0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2350760 +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39908) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] Publish callbacks [] for security_group (89ec02ea-44c5-44e2-9531-48b4c95b35fd), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (89ec02ea-44c5-44e2-9531-48b4c95b35fd), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd && ip6 && ip6.src == $pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] delete_revision(2fd2521c-edfb-4802-861a-754ac9adb555) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row fa39e2f5-f3bc-4d3d-91e4-73fa49e7638e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 5ccaa625-3d43-4948-aee3-0a6c52ea994f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd && ip4 && ip4.src == $pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] delete_revision(b9aef7b1-0926-4968-b3d7-08dc5d50c412) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a34dd7ff-0f03-4760-981b-0e1b2c835074 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 5ccaa625-3d43-4948-aee3-0a6c52ea994f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (89ec02ea-44c5-44e2-9531-48b4c95b35fd), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_89ec02ea_44c5_44e2_9531_48b4c95b35fd, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 2a140066-8d92-4368-b929-cda36f71df3a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] delete_revision(89ec02ea-44c5-44e2-9531-48b4c95b35fd) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row eb56e99a-6e35-4891-ace1-0639466a442e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 5ccaa625-3d43-4948-aee3-0a6c52ea994f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] delete_revisions(['9f18541e-afff-4bb7-92c3-fd1a7a0fd89b', 'c8d058b7-d703-4ed5-b539-faea9f208223']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=89ec02ea-44c5-44e2-9531-48b4c95b35fd,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-1f684d50-7ed7-4b23-a705-504a54cd99f4 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/89ec02ea-44c5-44e2-9531-48b4c95b35fd HTTP/1.1" status: 204 len: 149 time: 0.1500778 +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39918) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (2ffe2958-f1cd-4c69-b28a-cce21123a8c7), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] create_initial_revision uuid=2ffe2958-f1cd-4c69-b28a-cce21123a8c7, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] create_initial_revision uuid=707d64d3-9b91-4958-8a01-26d582bf0ff6, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] create_initial_revision uuid=83ef2817-45b7-47cd-84dc-816dea233aaf, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] create_initial_revision uuid=d101b80f-4c64-4264-a3a0-5c4101d02ea9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] create_initial_revision uuid=f8130cf3-8f1d-4ab4-bf11-ea2103f02ef9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (2ffe2958-f1cd-4c69-b28a-cce21123a8c7), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '2ffe2958-f1cd-4c69-b28a-cce21123a8c7'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, direction=to-lport, priority=1002, match=outport == @pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7 && ip4 && ip4.src == $pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '707d64d3-9b91-4958-8a01-26d582bf0ff6'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, direction=to-lport, priority=1002, match=outport == @pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7 && ip6 && ip6.src == $pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '83ef2817-45b7-47cd-84dc-816dea233aaf'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, direction=from-lport, priority=1002, match=inport == @pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd101b80f-4c64-4264-a3a0-5c4101d02ea9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, direction=from-lport, priority=1002, match=inport == @pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f8130cf3-8f1d-4ab4-bf11-ea2103f02ef9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row dcb88bbf-0cf4-400b-a512-25dabee6eef9 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 49dff7e1-ef7e-4880-9fc5-391aef338b57 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 67833164-8167-4b0a-803e-e61b85a1f8ff (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ed6b76ba-091e-4b3b-92e9-e0d5a3f5a0fe (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 223d3328-f86d-4e1b-8ac1-35004de5a76e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Successfully bumped revision number for resource 2ffe2958-f1cd-4c69-b28a-cce21123a8c7 (type: security_groups) to 1 +Jan 14 22:44:47 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Successfully bumped revision number for resource 707d64d3-9b91-4958-8a01-26d582bf0ff6 (type: security_group_rules) to 0 +Jan 14 22:44:47 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Successfully bumped revision number for resource 83ef2817-45b7-47cd-84dc-816dea233aaf (type: security_group_rules) to 0 +Jan 14 22:44:47 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Successfully bumped revision number for resource d101b80f-4c64-4264-a3a0-5c4101d02ea9 (type: security_group_rules) to 0 +Jan 14 22:44:47 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Successfully bumped revision number for resource f8130cf3-8f1d-4ab4-bf11-ea2103f02ef9 (type: security_group_rules) to 0 +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=2ffe2958-f1cd-4c69-b28a-cce21123a8c7,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-2ef93bbc-356f-4cdf-97b3-e0cee32bcc5d ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=edd8ea6caf5f4138b8b419d7687b8f60&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1796594 +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39934) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] Publish callbacks [] for security_group (2ffe2958-f1cd-4c69-b28a-cce21123a8c7), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (2ffe2958-f1cd-4c69-b28a-cce21123a8c7), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7 && ip4 && ip4.src == $pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] delete_revision(707d64d3-9b91-4958-8a01-26d582bf0ff6) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ed6b76ba-091e-4b3b-92e9-e0d5a3f5a0fe (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 223d3328-f86d-4e1b-8ac1-35004de5a76e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7 && ip6 && ip6.src == $pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] delete_revision(83ef2817-45b7-47cd-84dc-816dea233aaf) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 49dff7e1-ef7e-4880-9fc5-391aef338b57 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 223d3328-f86d-4e1b-8ac1-35004de5a76e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (2ffe2958-f1cd-4c69-b28a-cce21123a8c7), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_2ffe2958_f1cd_4c69_b28a_cce21123a8c7, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row dcb88bbf-0cf4-400b-a512-25dabee6eef9 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 67833164-8167-4b0a-803e-e61b85a1f8ff (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] delete_revision(2ffe2958-f1cd-4c69-b28a-cce21123a8c7) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 223d3328-f86d-4e1b-8ac1-35004de5a76e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] delete_revisions(['d101b80f-4c64-4264-a3a0-5c4101d02ea9', 'f8130cf3-8f1d-4ab4-bf11-ea2103f02ef9']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=2ffe2958-f1cd-4c69-b28a-cce21123a8c7,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:47 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-d22cb590-e1f8-4455-bca5-e9432e4733f4 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/2ffe2958-f1cd-4c69-b28a-cce21123a8c7 HTTP/1.1" status: 204 len: 149 time: 0.1455243 +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 35302) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (a51649f4-8c06-413d-82f1-a485e04d0908), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] create_initial_revision uuid=a51649f4-8c06-413d-82f1-a485e04d0908, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] create_initial_revision uuid=49719661-1881-4202-bf7a-6072019c9a00, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] create_initial_revision uuid=58b57a1a-fc39-4228-9fe8-d62a39fe4b6d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] create_initial_revision uuid=818d2b53-476a-4493-adab-ccb254ec8c19, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] create_initial_revision uuid=adc624c1-4d6a-48bc-b888-78f4fb092436, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a51649f4-8c06-413d-82f1-a485e04d0908), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_a51649f4_8c06_413d_82f1_a485e04d0908, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'a51649f4-8c06-413d-82f1-a485e04d0908'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_a51649f4_8c06_413d_82f1_a485e04d0908, direction=to-lport, priority=1002, match=outport == @pg_a51649f4_8c06_413d_82f1_a485e04d0908 && ip6 && ip6.src == $pg_a51649f4_8c06_413d_82f1_a485e04d0908_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '49719661-1881-4202-bf7a-6072019c9a00'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_a51649f4_8c06_413d_82f1_a485e04d0908, direction=to-lport, priority=1002, match=outport == @pg_a51649f4_8c06_413d_82f1_a485e04d0908 && ip4 && ip4.src == $pg_a51649f4_8c06_413d_82f1_a485e04d0908_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '58b57a1a-fc39-4228-9fe8-d62a39fe4b6d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_a51649f4_8c06_413d_82f1_a485e04d0908, direction=from-lport, priority=1002, match=inport == @pg_a51649f4_8c06_413d_82f1_a485e04d0908 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '818d2b53-476a-4493-adab-ccb254ec8c19'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_a51649f4_8c06_413d_82f1_a485e04d0908, direction=from-lport, priority=1002, match=inport == @pg_a51649f4_8c06_413d_82f1_a485e04d0908 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'adc624c1-4d6a-48bc-b888-78f4fb092436'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 8389c248-ffab-4d90-a881-ed956e96dea3 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row eb7e1c92-9cbb-4785-9b10-03e441fd4b18 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0ba346d0-835d-4347-87bc-d1209eede26f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 52556bf6-16ab-4d1f-ad70-9dcfec3d06b6 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 370fe65c-841b-4938-9257-ff4eda9fdf47 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Successfully bumped revision number for resource a51649f4-8c06-413d-82f1-a485e04d0908 (type: security_groups) to 1 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Successfully bumped revision number for resource 49719661-1881-4202-bf7a-6072019c9a00 (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Successfully bumped revision number for resource 58b57a1a-fc39-4228-9fe8-d62a39fe4b6d (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Successfully bumped revision number for resource 818d2b53-476a-4493-adab-ccb254ec8c19 (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Successfully bumped revision number for resource adc624c1-4d6a-48bc-b888-78f4fb092436 (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=a51649f4-8c06-413d-82f1-a485e04d0908,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-06905d97-59ec-41db-b697-a879d46e3681 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=1d4e56e860c9448681afe47d351cefe6&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2360926 +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 35308) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] Publish callbacks [] for security_group (a51649f4-8c06-413d-82f1-a485e04d0908), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (a51649f4-8c06-413d-82f1-a485e04d0908), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a51649f4_8c06_413d_82f1_a485e04d0908, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a51649f4_8c06_413d_82f1_a485e04d0908 && ip6 && ip6.src == $pg_a51649f4_8c06_413d_82f1_a485e04d0908_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row eb7e1c92-9cbb-4785-9b10-03e441fd4b18 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 52556bf6-16ab-4d1f-ad70-9dcfec3d06b6 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] delete_revision(49719661-1881-4202-bf7a-6072019c9a00) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a51649f4_8c06_413d_82f1_a485e04d0908, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a51649f4_8c06_413d_82f1_a485e04d0908 && ip4 && ip4.src == $pg_a51649f4_8c06_413d_82f1_a485e04d0908_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 52556bf6-16ab-4d1f-ad70-9dcfec3d06b6 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 370fe65c-841b-4938-9257-ff4eda9fdf47 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] delete_revision(58b57a1a-fc39-4228-9fe8-d62a39fe4b6d) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a51649f4-8c06-413d-82f1-a485e04d0908), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_a51649f4_8c06_413d_82f1_a485e04d0908, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0ba346d0-835d-4347-87bc-d1209eede26f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 8389c248-ffab-4d90-a881-ed956e96dea3 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 52556bf6-16ab-4d1f-ad70-9dcfec3d06b6 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] delete_revision(a51649f4-8c06-413d-82f1-a485e04d0908) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] delete_revisions(['818d2b53-476a-4493-adab-ccb254ec8c19', 'adc624c1-4d6a-48bc-b888-78f4fb092436']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=a51649f4-8c06-413d-82f1-a485e04d0908,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-c1b92ff2-5f12-427d-9500-08c1d1be5b71 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/a51649f4-8c06-413d-82f1-a485e04d0908 HTTP/1.1" status: 204 len: 149 time: 0.1609588 +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 35312) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (5cf9fecc-32ee-4882-9130-d179dda5b1da), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] create_initial_revision uuid=5cf9fecc-32ee-4882-9130-d179dda5b1da, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] create_initial_revision uuid=0e40cb1f-0c19-4887-b931-ad8faee5a98c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] create_initial_revision uuid=388a8d1b-ccd3-4894-9e24-7a543e1928ab, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] create_initial_revision uuid=b8c3b0b7-a1d8-4896-99cd-6653192a0be9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] create_initial_revision uuid=e91c312d-16a1-4364-b438-f5dd3236da6e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (5cf9fecc-32ee-4882-9130-d179dda5b1da), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '5cf9fecc-32ee-4882-9130-d179dda5b1da'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, direction=to-lport, priority=1002, match=outport == @pg_5cf9fecc_32ee_4882_9130_d179dda5b1da && ip4 && ip4.src == $pg_5cf9fecc_32ee_4882_9130_d179dda5b1da_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0e40cb1f-0c19-4887-b931-ad8faee5a98c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, direction=to-lport, priority=1002, match=outport == @pg_5cf9fecc_32ee_4882_9130_d179dda5b1da && ip6 && ip6.src == $pg_5cf9fecc_32ee_4882_9130_d179dda5b1da_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '388a8d1b-ccd3-4894-9e24-7a543e1928ab'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, direction=from-lport, priority=1002, match=inport == @pg_5cf9fecc_32ee_4882_9130_d179dda5b1da && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b8c3b0b7-a1d8-4896-99cd-6653192a0be9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, direction=from-lport, priority=1002, match=inport == @pg_5cf9fecc_32ee_4882_9130_d179dda5b1da && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e91c312d-16a1-4364-b438-f5dd3236da6e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a38a99e6-c801-4c9c-9ade-7b78ff61e167 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 9ba60d0e-ad6a-4100-bc8d-247c9d0b8166 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 27a8ed67-d872-4013-bd02-b9df7877a662 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 99a5e95b-211f-48b3-a36e-cf5dfa2f8b70 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c3398dbd-afaf-4e01-8f4a-8f03e2d84079 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Successfully bumped revision number for resource 5cf9fecc-32ee-4882-9130-d179dda5b1da (type: security_groups) to 1 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Successfully bumped revision number for resource 0e40cb1f-0c19-4887-b931-ad8faee5a98c (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Successfully bumped revision number for resource 388a8d1b-ccd3-4894-9e24-7a543e1928ab (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Successfully bumped revision number for resource b8c3b0b7-a1d8-4896-99cd-6653192a0be9 (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Successfully bumped revision number for resource e91c312d-16a1-4364-b438-f5dd3236da6e (type: security_group_rules) to 0 +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=5cf9fecc-32ee-4882-9130-d179dda5b1da,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-858eb658-c7f9-4c1d-ad03-56ba2713c9af ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=3f5845b4e35c4153ad8c8291aa1b7e99&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1441743 +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 35328) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] Publish callbacks [] for security_group (5cf9fecc-32ee-4882-9130-d179dda5b1da), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (5cf9fecc-32ee-4882-9130-d179dda5b1da), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5cf9fecc_32ee_4882_9130_d179dda5b1da && ip4 && ip4.src == $pg_5cf9fecc_32ee_4882_9130_d179dda5b1da_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 9ba60d0e-ad6a-4100-bc8d-247c9d0b8166 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 27a8ed67-d872-4013-bd02-b9df7877a662 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] delete_revision(0e40cb1f-0c19-4887-b931-ad8faee5a98c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_5cf9fecc_32ee_4882_9130_d179dda5b1da && ip6 && ip6.src == $pg_5cf9fecc_32ee_4882_9130_d179dda5b1da_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a38a99e6-c801-4c9c-9ade-7b78ff61e167 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 9ba60d0e-ad6a-4100-bc8d-247c9d0b8166 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] delete_revision(388a8d1b-ccd3-4894-9e24-7a543e1928ab) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (5cf9fecc-32ee-4882-9130-d179dda5b1da), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_5cf9fecc_32ee_4882_9130_d179dda5b1da, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 9ba60d0e-ad6a-4100-bc8d-247c9d0b8166 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 99a5e95b-211f-48b3-a36e-cf5dfa2f8b70 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] delete_revision(5cf9fecc-32ee-4882-9130-d179dda5b1da) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:49 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c3398dbd-afaf-4e01-8f4a-8f03e2d84079 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] delete_revisions(['e91c312d-16a1-4364-b438-f5dd3236da6e', 'b8c3b0b7-a1d8-4896-99cd-6653192a0be9']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=5cf9fecc-32ee-4882-9130-d179dda5b1da,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:49 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-19388b94-e712-4263-be1b-8e16e201eede ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/5cf9fecc-32ee-4882-9130-d179dda5b1da HTTP/1.1" status: 204 len: 149 time: 0.1852069 +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 35332) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (11373ffc-51bd-4dc7-8f79-7cfa8a43cca5), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] create_initial_revision uuid=11373ffc-51bd-4dc7-8f79-7cfa8a43cca5, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] create_initial_revision uuid=1455d307-f627-48fd-a4ca-82b09a0ddd29, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] create_initial_revision uuid=a1b437d8-642b-489a-b442-eb0c454bca22, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] create_initial_revision uuid=d4621a60-4153-4a76-8255-2e9a7cb8a8c9, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] create_initial_revision uuid=dd4dd86c-c465-4e9a-aa19-08344e4bd7a9, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (11373ffc-51bd-4dc7-8f79-7cfa8a43cca5), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '11373ffc-51bd-4dc7-8f79-7cfa8a43cca5'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, direction=from-lport, priority=1002, match=inport == @pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1455d307-f627-48fd-a4ca-82b09a0ddd29'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, direction=to-lport, priority=1002, match=outport == @pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5 && ip6 && ip6.src == $pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a1b437d8-642b-489a-b442-eb0c454bca22'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, direction=from-lport, priority=1002, match=inport == @pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd4621a60-4153-4a76-8255-2e9a7cb8a8c9'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, direction=to-lport, priority=1002, match=outport == @pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5 && ip4 && ip4.src == $pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'dd4dd86c-c465-4e9a-aa19-08344e4bd7a9'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0c8f6f87-8634-4eef-b675-888e2a9c23f2 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 866b6d43-4934-4baa-a8e2-4235844687ed (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row bd833c3a-d50e-4509-a9f3-c4c0ebdf9b4a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c0f3ffd2-6ccd-45ae-9f00-7fffda1c5cf0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ac76b066-262a-4606-a157-3f6b324b024e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Successfully bumped revision number for resource 11373ffc-51bd-4dc7-8f79-7cfa8a43cca5 (type: security_groups) to 1 +Jan 14 22:44:51 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Successfully bumped revision number for resource 1455d307-f627-48fd-a4ca-82b09a0ddd29 (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Successfully bumped revision number for resource a1b437d8-642b-489a-b442-eb0c454bca22 (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Successfully bumped revision number for resource d4621a60-4153-4a76-8255-2e9a7cb8a8c9 (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Successfully bumped revision number for resource dd4dd86c-c465-4e9a-aa19-08344e4bd7a9 (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=11373ffc-51bd-4dc7-8f79-7cfa8a43cca5,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-7ba7cc6d-2841-4021-b4c6-6abc9947e891 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=08b2af27aa3e459d9c031229baa616b4&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2227623 +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 35346) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] Publish callbacks [] for security_group (11373ffc-51bd-4dc7-8f79-7cfa8a43cca5), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (11373ffc-51bd-4dc7-8f79-7cfa8a43cca5), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5 && ip6 && ip6.src == $pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c0f3ffd2-6ccd-45ae-9f00-7fffda1c5cf0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row ac76b066-262a-4606-a157-3f6b324b024e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] delete_revision(a1b437d8-642b-489a-b442-eb0c454bca22) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5 && ip4 && ip4.src == $pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row ac76b066-262a-4606-a157-3f6b324b024e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] delete_revision(dd4dd86c-c465-4e9a-aa19-08344e4bd7a9) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0c8f6f87-8634-4eef-b675-888e2a9c23f2 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (11373ffc-51bd-4dc7-8f79-7cfa8a43cca5), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_11373ffc_51bd_4dc7_8f79_7cfa8a43cca5, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 866b6d43-4934-4baa-a8e2-4235844687ed (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ac76b066-262a-4606-a157-3f6b324b024e (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row bd833c3a-d50e-4509-a9f3-c4c0ebdf9b4a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] delete_revision(11373ffc-51bd-4dc7-8f79-7cfa8a43cca5) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] delete_revisions(['1455d307-f627-48fd-a4ca-82b09a0ddd29', 'd4621a60-4153-4a76-8255-2e9a7cb8a8c9']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=11373ffc-51bd-4dc7-8f79-7cfa8a43cca5,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-cd917da6-f08f-4cc5-919b-5dab07ca270f ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/11373ffc-51bd-4dc7-8f79-7cfa8a43cca5 HTTP/1.1" status: 204 len: 149 time: 0.1468716 +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 35352) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (fbde6b13-5903-43e7-8275-c29d4578b32d), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] create_initial_revision uuid=fbde6b13-5903-43e7-8275-c29d4578b32d, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] create_initial_revision uuid=342ab5ee-6a42-431b-974c-b71b19b5ec64, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] create_initial_revision uuid=9e888db9-c437-4e27-970a-ad645caae88b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] create_initial_revision uuid=ca0968d7-468c-4e7c-ac3e-18f5dfea7b86, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] create_initial_revision uuid=e3adfdaa-670c-4087-93dd-911da64ce22c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (fbde6b13-5903-43e7-8275-c29d4578b32d), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'fbde6b13-5903-43e7-8275-c29d4578b32d'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, direction=from-lport, priority=1002, match=inport == @pg_fbde6b13_5903_43e7_8275_c29d4578b32d && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '342ab5ee-6a42-431b-974c-b71b19b5ec64'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, direction=to-lport, priority=1002, match=outport == @pg_fbde6b13_5903_43e7_8275_c29d4578b32d && ip4 && ip4.src == $pg_fbde6b13_5903_43e7_8275_c29d4578b32d_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9e888db9-c437-4e27-970a-ad645caae88b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, direction=to-lport, priority=1002, match=outport == @pg_fbde6b13_5903_43e7_8275_c29d4578b32d && ip6 && ip6.src == $pg_fbde6b13_5903_43e7_8275_c29d4578b32d_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ca0968d7-468c-4e7c-ac3e-18f5dfea7b86'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, direction=from-lport, priority=1002, match=inport == @pg_fbde6b13_5903_43e7_8275_c29d4578b32d && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e3adfdaa-670c-4087-93dd-911da64ce22c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 679e2aa9-5e14-494e-8cc7-8d6d6bcde980 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 77415c67-b080-40a6-90a9-b3f603a85ec0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 93bde34a-74b4-4af0-b70e-7fbbf9d9ce82 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e29e216b-93ad-44ab-a7a4-e934469e1eea (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d36b2ae1-fcc7-465f-9ed7-e59407cc6088 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Successfully bumped revision number for resource fbde6b13-5903-43e7-8275-c29d4578b32d (type: security_groups) to 1 +Jan 14 22:44:51 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Successfully bumped revision number for resource 342ab5ee-6a42-431b-974c-b71b19b5ec64 (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Successfully bumped revision number for resource 9e888db9-c437-4e27-970a-ad645caae88b (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Successfully bumped revision number for resource ca0968d7-468c-4e7c-ac3e-18f5dfea7b86 (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Successfully bumped revision number for resource e3adfdaa-670c-4087-93dd-911da64ce22c (type: security_group_rules) to 0 +Jan 14 22:44:51 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=fbde6b13-5903-43e7-8275-c29d4578b32d,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:51 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-e37147a3-3403-4c66-9ae9-d5bb03b52176 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=bd2d1a33ebd64185aeba80cb14c6e248&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1466429 +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 35362) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:51 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] Publish callbacks [] for security_group (fbde6b13-5903-43e7-8275-c29d4578b32d), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (fbde6b13-5903-43e7-8275-c29d4578b32d), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fbde6b13_5903_43e7_8275_c29d4578b32d && ip4 && ip4.src == $pg_fbde6b13_5903_43e7_8275_c29d4578b32d_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 77415c67-b080-40a6-90a9-b3f603a85ec0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d36b2ae1-fcc7-465f-9ed7-e59407cc6088 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] delete_revision(9e888db9-c437-4e27-970a-ad645caae88b) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_fbde6b13_5903_43e7_8275_c29d4578b32d && ip6 && ip6.src == $pg_fbde6b13_5903_43e7_8275_c29d4578b32d_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e29e216b-93ad-44ab-a7a4-e934469e1eea (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d36b2ae1-fcc7-465f-9ed7-e59407cc6088 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] delete_revision(ca0968d7-468c-4e7c-ac3e-18f5dfea7b86) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (fbde6b13-5903-43e7-8275-c29d4578b32d), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_fbde6b13_5903_43e7_8275_c29d4578b32d, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 679e2aa9-5e14-494e-8cc7-8d6d6bcde980 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 93bde34a-74b4-4af0-b70e-7fbbf9d9ce82 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d36b2ae1-fcc7-465f-9ed7-e59407cc6088 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] delete_revision(fbde6b13-5903-43e7-8275-c29d4578b32d) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] delete_revisions(['e3adfdaa-670c-4087-93dd-911da64ce22c', '342ab5ee-6a42-431b-974c-b71b19b5ec64']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=fbde6b13-5903-43e7-8275-c29d4578b32d,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:52 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-5c55931c-bf21-4971-9508-5f7724b23030 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/fbde6b13-5903-43e7-8275-c29d4578b32d HTTP/1.1" status: 204 len: 149 time: 0.1667378 +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 35374) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (2cbac123-b43b-4e79-83a3-60cdc3a45c6a), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] create_initial_revision uuid=2cbac123-b43b-4e79-83a3-60cdc3a45c6a, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] create_initial_revision uuid=9659c5b9-e808-4f0c-b79c-4490b666cef3, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] create_initial_revision uuid=9f5d6369-8bb9-4e96-a035-674069b30b64, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] create_initial_revision uuid=9fc8e995-474e-494a-976d-b87142cdc38b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] create_initial_revision uuid=e7511748-d7ed-4842-abc9-ad23649c9f8e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (2cbac123-b43b-4e79-83a3-60cdc3a45c6a), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '2cbac123-b43b-4e79-83a3-60cdc3a45c6a'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, direction=to-lport, priority=1002, match=outport == @pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a && ip4 && ip4.src == $pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9659c5b9-e808-4f0c-b79c-4490b666cef3'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, direction=from-lport, priority=1002, match=inport == @pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9f5d6369-8bb9-4e96-a035-674069b30b64'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, direction=from-lport, priority=1002, match=inport == @pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9fc8e995-474e-494a-976d-b87142cdc38b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, direction=to-lport, priority=1002, match=outport == @pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a && ip6 && ip6.src == $pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e7511748-d7ed-4842-abc9-ad23649c9f8e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e8a67a75-bf1d-4be2-8360-fdfb88f9c13b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row d0762921-f37b-4944-af96-923b184425bf (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3391b304-6806-4c87-a50b-45b90cd64f42 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c3f9563a-758e-4d42-b3b1-05042d2260d7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row f9354da5-f41f-460f-9b9a-3cc43c39098c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Successfully bumped revision number for resource 2cbac123-b43b-4e79-83a3-60cdc3a45c6a (type: security_groups) to 1 +Jan 14 22:44:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Successfully bumped revision number for resource 9659c5b9-e808-4f0c-b79c-4490b666cef3 (type: security_group_rules) to 0 +Jan 14 22:44:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Successfully bumped revision number for resource 9f5d6369-8bb9-4e96-a035-674069b30b64 (type: security_group_rules) to 0 +Jan 14 22:44:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Successfully bumped revision number for resource 9fc8e995-474e-494a-976d-b87142cdc38b (type: security_group_rules) to 0 +Jan 14 22:44:53 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Successfully bumped revision number for resource e7511748-d7ed-4842-abc9-ad23649c9f8e (type: security_group_rules) to 0 +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=2cbac123-b43b-4e79-83a3-60cdc3a45c6a,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 35390) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-0fab47ee-f660-498c-9379-0843ea1ebb26 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=a17d14fe613c4cc18b7c37f806c04fc3&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2003565 +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=919,neutron:INSERT=94,neutron:UPDATE=73,neutron:DELETE=48 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] Publish callbacks [] for security_group (2cbac123-b43b-4e79-83a3-60cdc3a45c6a), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (2cbac123-b43b-4e79-83a3-60cdc3a45c6a), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a && ip4 && ip4.src == $pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] delete_revision(9659c5b9-e808-4f0c-b79c-4490b666cef3) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e8a67a75-bf1d-4be2-8360-fdfb88f9c13b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row d0762921-f37b-4944-af96-923b184425bf (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a && ip6 && ip6.src == $pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c3f9563a-758e-4d42-b3b1-05042d2260d7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] delete_revision(e7511748-d7ed-4842-abc9-ad23649c9f8e) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row d0762921-f37b-4944-af96-923b184425bf (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (2cbac123-b43b-4e79-83a3-60cdc3a45c6a), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_2cbac123_b43b_4e79_83a3_60cdc3a45c6a, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3391b304-6806-4c87-a50b-45b90cd64f42 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row f9354da5-f41f-460f-9b9a-3cc43c39098c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] delete_revision(2cbac123-b43b-4e79-83a3-60cdc3a45c6a) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:53 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row d0762921-f37b-4944-af96-923b184425bf (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] delete_revisions(['9f5d6369-8bb9-4e96-a035-674069b30b64', '9fc8e995-474e-494a-976d-b87142cdc38b']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:53 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=2cbac123-b43b-4e79-83a3-60cdc3a45c6a,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-5467a7e2-4490-4e75-98d8-26a7ee225540 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/2cbac123-b43b-4e79-83a3-60cdc3a45c6a HTTP/1.1" status: 204 len: 149 time: 0.1789534 +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 35392) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (3ce11a01-13b6-476b-97cb-b064ffa3aa9c), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] create_initial_revision uuid=3ce11a01-13b6-476b-97cb-b064ffa3aa9c, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] create_initial_revision uuid=351f4f22-11ca-4790-ad93-ab5f465f676c, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] create_initial_revision uuid=54b00945-72da-4c1d-8416-ef947ffeb824, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] create_initial_revision uuid=796b2895-ca5b-4d2f-9665-72ed33ab02c7, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] create_initial_revision uuid=b6e47b6d-06fd-400e-a2ce-a7fa71fe0155, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3ce11a01-13b6-476b-97cb-b064ffa3aa9c), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '3ce11a01-13b6-476b-97cb-b064ffa3aa9c'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, direction=from-lport, priority=1002, match=inport == @pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '351f4f22-11ca-4790-ad93-ab5f465f676c'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, direction=from-lport, priority=1002, match=inport == @pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '54b00945-72da-4c1d-8416-ef947ffeb824'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, direction=to-lport, priority=1002, match=outport == @pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c && ip6 && ip6.src == $pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '796b2895-ca5b-4d2f-9665-72ed33ab02c7'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, direction=to-lport, priority=1002, match=outport == @pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c && ip4 && ip4.src == $pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b6e47b6d-06fd-400e-a2ce-a7fa71fe0155'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 67aafdcb-a3fe-466d-9442-4c261c277cd4 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 9d96f28f-4479-46a6-a98d-3a5b4ac98078 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e2b788cc-ce69-4cd2-b7f1-2dd6f769724c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 18f93018-d846-447b-b699-f4b1cf38c306 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1fbeb714-4126-4ea4-8427-e9a4910fb60f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Successfully bumped revision number for resource 3ce11a01-13b6-476b-97cb-b064ffa3aa9c (type: security_groups) to 1 +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Successfully bumped revision number for resource 351f4f22-11ca-4790-ad93-ab5f465f676c (type: security_group_rules) to 0 +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Successfully bumped revision number for resource 54b00945-72da-4c1d-8416-ef947ffeb824 (type: security_group_rules) to 0 +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Successfully bumped revision number for resource 796b2895-ca5b-4d2f-9665-72ed33ab02c7 (type: security_group_rules) to 0 +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Successfully bumped revision number for resource b6e47b6d-06fd-400e-a2ce-a7fa71fe0155 (type: security_group_rules) to 0 +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=3ce11a01-13b6-476b-97cb-b064ffa3aa9c,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-a436b57c-9b0d-4ba7-86f2-2adcc13a0b7b ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8cc93b61398340ed9a7ba62fad7e6741&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1528292 +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 35394) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] Publish callbacks [] for security_group (3ce11a01-13b6-476b-97cb-b064ffa3aa9c), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (3ce11a01-13b6-476b-97cb-b064ffa3aa9c), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c && ip6 && ip6.src == $pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e2b788cc-ce69-4cd2-b7f1-2dd6f769724c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 18f93018-d846-447b-b699-f4b1cf38c306 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] delete_revision(796b2895-ca5b-4d2f-9665-72ed33ab02c7) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c && ip4 && ip4.src == $pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1fbeb714-4126-4ea4-8427-e9a4910fb60f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 18f93018-d846-447b-b699-f4b1cf38c306 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] delete_revision(b6e47b6d-06fd-400e-a2ce-a7fa71fe0155) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (3ce11a01-13b6-476b-97cb-b064ffa3aa9c), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_3ce11a01_13b6_476b_97cb_b064ffa3aa9c, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 67aafdcb-a3fe-466d-9442-4c261c277cd4 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 9d96f28f-4479-46a6-a98d-3a5b4ac98078 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 18f93018-d846-447b-b699-f4b1cf38c306 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] delete_revision(3ce11a01-13b6-476b-97cb-b064ffa3aa9c) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] delete_revisions(['54b00945-72da-4c1d-8416-ef947ffeb824', '351f4f22-11ca-4790-ad93-ab5f465f676c']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=3ce11a01-13b6-476b-97cb-b064ffa3aa9c,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:44:54 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-b8fb374e-ab80-4be8-bdf5-f3e27c712194 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/3ce11a01-13b6-476b-97cb-b064ffa3aa9c HTTP/1.1" status: 204 len: 149 time: 0.1489658 +Jan 14 22:44:59 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:44:59 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:01 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:02 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:45:02 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58408) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (a1c48471-c870-4a06-afea-cff196c9537e), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] create_initial_revision uuid=a1c48471-c870-4a06-afea-cff196c9537e, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] create_initial_revision uuid=1e6aebd9-122a-4bd5-a32f-3f0cf3eddf01, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] create_initial_revision uuid=6f8e8f13-7414-4487-b5e8-b6fbfba9ce8d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] create_initial_revision uuid=b31438fe-742a-4c84-bc08-78eb5c87b12c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] create_initial_revision uuid=bd244d39-e3d0-4ebd-9d1d-378db4a60f03, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a1c48471-c870-4a06-afea-cff196c9537e), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_a1c48471_c870_4a06_afea_cff196c9537e, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'a1c48471-c870-4a06-afea-cff196c9537e'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_a1c48471_c870_4a06_afea_cff196c9537e, direction=from-lport, priority=1002, match=inport == @pg_a1c48471_c870_4a06_afea_cff196c9537e && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1e6aebd9-122a-4bd5-a32f-3f0cf3eddf01'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_a1c48471_c870_4a06_afea_cff196c9537e, direction=to-lport, priority=1002, match=outport == @pg_a1c48471_c870_4a06_afea_cff196c9537e && ip6 && ip6.src == $pg_a1c48471_c870_4a06_afea_cff196c9537e_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6f8e8f13-7414-4487-b5e8-b6fbfba9ce8d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_a1c48471_c870_4a06_afea_cff196c9537e, direction=from-lport, priority=1002, match=inport == @pg_a1c48471_c870_4a06_afea_cff196c9537e && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b31438fe-742a-4c84-bc08-78eb5c87b12c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_a1c48471_c870_4a06_afea_cff196c9537e, direction=to-lport, priority=1002, match=outport == @pg_a1c48471_c870_4a06_afea_cff196c9537e && ip4 && ip4.src == $pg_a1c48471_c870_4a06_afea_cff196c9537e_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bd244d39-e3d0-4ebd-9d1d-378db4a60f03'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 13cb1bb8-e3d4-4c8c-b026-e5f1a5b9a490 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 3008abf8-4ba0-47f6-9fde-b67913ebad34 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 40ce6e42-964a-4417-bce2-c34177cd64a4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 8b51110e-4470-45d7-860d-5ab561cc4aec (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row a2be30d0-5ecc-4e43-ab98-e3db89cb1697 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Successfully bumped revision number for resource a1c48471-c870-4a06-afea-cff196c9537e (type: security_groups) to 1 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Successfully bumped revision number for resource 1e6aebd9-122a-4bd5-a32f-3f0cf3eddf01 (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Successfully bumped revision number for resource 6f8e8f13-7414-4487-b5e8-b6fbfba9ce8d (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Successfully bumped revision number for resource b31438fe-742a-4c84-bc08-78eb5c87b12c (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Successfully bumped revision number for resource bd244d39-e3d0-4ebd-9d1d-378db4a60f03 (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=a1c48471-c870-4a06-afea-cff196c9537e,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-238200da-032a-4337-8b98-d083215c8d02 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=a8a05f7fc80741f092961af8a53785d6&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2792671 +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 58416) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] Publish callbacks [] for security_group (a1c48471-c870-4a06-afea-cff196c9537e), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (a1c48471-c870-4a06-afea-cff196c9537e), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a1c48471_c870_4a06_afea_cff196c9537e, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a1c48471_c870_4a06_afea_cff196c9537e && ip6 && ip6.src == $pg_a1c48471_c870_4a06_afea_cff196c9537e_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 8b51110e-4470-45d7-860d-5ab561cc4aec (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] delete_revision(6f8e8f13-7414-4487-b5e8-b6fbfba9ce8d) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 40ce6e42-964a-4417-bce2-c34177cd64a4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a1c48471_c870_4a06_afea_cff196c9537e, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a1c48471_c870_4a06_afea_cff196c9537e && ip4 && ip4.src == $pg_a1c48471_c870_4a06_afea_cff196c9537e_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 13cb1bb8-e3d4-4c8c-b026-e5f1a5b9a490 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 40ce6e42-964a-4417-bce2-c34177cd64a4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] delete_revision(bd244d39-e3d0-4ebd-9d1d-378db4a60f03) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a1c48471-c870-4a06-afea-cff196c9537e), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_a1c48471_c870_4a06_afea_cff196c9537e, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row a2be30d0-5ecc-4e43-ab98-e3db89cb1697 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] delete_revision(a1c48471-c870-4a06-afea-cff196c9537e) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 3008abf8-4ba0-47f6-9fde-b67913ebad34 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 40ce6e42-964a-4417-bce2-c34177cd64a4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] delete_revisions(['b31438fe-742a-4c84-bc08-78eb5c87b12c', '1e6aebd9-122a-4bd5-a32f-3f0cf3eddf01']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=a1c48471-c870-4a06-afea-cff196c9537e,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115617) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115615) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115614) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-fecb6333-3f9b-416c-ae53-f4177b403fab ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/a1c48471-c870-4a06-afea-cff196c9537e HTTP/1.1" status: 204 len: 149 time: 0.1579738 +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58424) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (b86506e9-3d9e-44c3-866b-2df081bb089c), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] create_initial_revision uuid=b86506e9-3d9e-44c3-866b-2df081bb089c, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] create_initial_revision uuid=22aee6f5-226b-47a4-bc54-1943ec16f67a, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] create_initial_revision uuid=484e9d61-5932-4381-b5f9-cd98501cbdf9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] create_initial_revision uuid=5acc1cd9-886c-4b34-9c17-548da940460c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] create_initial_revision uuid=6fb8ffc2-b227-46f8-b4c8-e45442f03712, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b86506e9-3d9e-44c3-866b-2df081bb089c), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b86506e9-3d9e-44c3-866b-2df081bb089c'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, direction=to-lport, priority=1002, match=outport == @pg_b86506e9_3d9e_44c3_866b_2df081bb089c && ip6 && ip6.src == $pg_b86506e9_3d9e_44c3_866b_2df081bb089c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '22aee6f5-226b-47a4-bc54-1943ec16f67a'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, direction=to-lport, priority=1002, match=outport == @pg_b86506e9_3d9e_44c3_866b_2df081bb089c && ip4 && ip4.src == $pg_b86506e9_3d9e_44c3_866b_2df081bb089c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '484e9d61-5932-4381-b5f9-cd98501cbdf9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, direction=from-lport, priority=1002, match=inport == @pg_b86506e9_3d9e_44c3_866b_2df081bb089c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5acc1cd9-886c-4b34-9c17-548da940460c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, direction=from-lport, priority=1002, match=inport == @pg_b86506e9_3d9e_44c3_866b_2df081bb089c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '6fb8ffc2-b227-46f8-b4c8-e45442f03712'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 21b8b83d-33df-486c-af6b-aef0e762b09a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a8b528dc-4514-4998-887d-2a4e2273ea52 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row bc4f519a-c4ec-4e9e-9ccc-bbccac3f5952 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row abcf38ab-f304-4942-9d89-8563e277e4e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 016cfe68-4728-49b2-bcc3-bc568eaaaa4a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Successfully bumped revision number for resource b86506e9-3d9e-44c3-866b-2df081bb089c (type: security_groups) to 1 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Successfully bumped revision number for resource 22aee6f5-226b-47a4-bc54-1943ec16f67a (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Successfully bumped revision number for resource 484e9d61-5932-4381-b5f9-cd98501cbdf9 (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Successfully bumped revision number for resource 5acc1cd9-886c-4b34-9c17-548da940460c (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Successfully bumped revision number for resource 6fb8ffc2-b227-46f8-b4c8-e45442f03712 (type: security_group_rules) to 0 +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b86506e9-3d9e-44c3-866b-2df081bb089c,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-02b6ab4c-231d-48be-a986-1114153eb8af ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=951c63a8670c42698bc422672f754118&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1544538 +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58426) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] Publish callbacks [] for security_group (b86506e9-3d9e-44c3-866b-2df081bb089c), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (b86506e9-3d9e-44c3-866b-2df081bb089c), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b86506e9_3d9e_44c3_866b_2df081bb089c && ip6 && ip6.src == $pg_b86506e9_3d9e_44c3_866b_2df081bb089c_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row bc4f519a-c4ec-4e9e-9ccc-bbccac3f5952 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row abcf38ab-f304-4942-9d89-8563e277e4e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] delete_revision(22aee6f5-226b-47a4-bc54-1943ec16f67a) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b86506e9_3d9e_44c3_866b_2df081bb089c && ip4 && ip4.src == $pg_b86506e9_3d9e_44c3_866b_2df081bb089c_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a8b528dc-4514-4998-887d-2a4e2273ea52 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row abcf38ab-f304-4942-9d89-8563e277e4e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] delete_revision(484e9d61-5932-4381-b5f9-cd98501cbdf9) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b86506e9-3d9e-44c3-866b-2df081bb089c), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b86506e9_3d9e_44c3_866b_2df081bb089c, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 016cfe68-4728-49b2-bcc3-bc568eaaaa4a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 21b8b83d-33df-486c-af6b-aef0e762b09a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row abcf38ab-f304-4942-9d89-8563e277e4e0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] delete_revision(b86506e9-3d9e-44c3-866b-2df081bb089c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] delete_revisions(['5acc1cd9-886c-4b34-9c17-548da940460c', '6fb8ffc2-b227-46f8-b4c8-e45442f03712']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b86506e9-3d9e-44c3-866b-2df081bb089c,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:04 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-804f3db7-c429-46b2-9300-bfcf297c55e5 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b86506e9-3d9e-44c3-866b-2df081bb089c HTTP/1.1" status: 204 len: 149 time: 0.1594038 +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58430) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (07395cdc-99c6-4925-a446-6c187b9f9504), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] create_initial_revision uuid=07395cdc-99c6-4925-a446-6c187b9f9504, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] create_initial_revision uuid=1d11c96e-16a3-4a9d-b340-e17555cd830d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] create_initial_revision uuid=770afc11-f5a7-4ca5-ac90-8fdf96f6f08b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] create_initial_revision uuid=9cc58d34-7a0b-42f1-a937-58c888deaf57, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] create_initial_revision uuid=bdad82db-7001-4697-aae6-1714ccf99ebc, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (07395cdc-99c6-4925-a446-6c187b9f9504), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_07395cdc_99c6_4925_a446_6c187b9f9504, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '07395cdc-99c6-4925-a446-6c187b9f9504'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_07395cdc_99c6_4925_a446_6c187b9f9504, direction=from-lport, priority=1002, match=inport == @pg_07395cdc_99c6_4925_a446_6c187b9f9504 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1d11c96e-16a3-4a9d-b340-e17555cd830d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_07395cdc_99c6_4925_a446_6c187b9f9504, direction=to-lport, priority=1002, match=outport == @pg_07395cdc_99c6_4925_a446_6c187b9f9504 && ip6 && ip6.src == $pg_07395cdc_99c6_4925_a446_6c187b9f9504_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '770afc11-f5a7-4ca5-ac90-8fdf96f6f08b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_07395cdc_99c6_4925_a446_6c187b9f9504, direction=from-lport, priority=1002, match=inport == @pg_07395cdc_99c6_4925_a446_6c187b9f9504 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9cc58d34-7a0b-42f1-a937-58c888deaf57'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_07395cdc_99c6_4925_a446_6c187b9f9504, direction=to-lport, priority=1002, match=outport == @pg_07395cdc_99c6_4925_a446_6c187b9f9504 && ip4 && ip4.src == $pg_07395cdc_99c6_4925_a446_6c187b9f9504_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bdad82db-7001-4697-aae6-1714ccf99ebc'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 20f627dc-149c-4844-a587-cb6bfbcf4ccb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 6f01ec8e-c89c-46c8-87ef-b902bf58bfdc (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c1cdd61c-e890-4feb-89bb-2d035108f298 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row eeca7326-cd33-4947-a674-67eeb88412ba (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4ef74ce4-84e3-4b4e-b229-0cb97e68f190 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Successfully bumped revision number for resource 07395cdc-99c6-4925-a446-6c187b9f9504 (type: security_groups) to 1 +Jan 14 22:45:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Successfully bumped revision number for resource 1d11c96e-16a3-4a9d-b340-e17555cd830d (type: security_group_rules) to 0 +Jan 14 22:45:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Successfully bumped revision number for resource 770afc11-f5a7-4ca5-ac90-8fdf96f6f08b (type: security_group_rules) to 0 +Jan 14 22:45:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Successfully bumped revision number for resource 9cc58d34-7a0b-42f1-a937-58c888deaf57 (type: security_group_rules) to 0 +Jan 14 22:45:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Successfully bumped revision number for resource bdad82db-7001-4697-aae6-1714ccf99ebc (type: security_group_rules) to 0 +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=07395cdc-99c6-4925-a446-6c187b9f9504,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:05 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-24ba3de8-7ae2-4087-9c00-5baeb8ba93a5 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=0bb169b9cd154eaf994f076669441f7c&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2060885 +Jan 14 22:45:05 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58438) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] Publish callbacks [] for security_group (07395cdc-99c6-4925-a446-6c187b9f9504), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (07395cdc-99c6-4925-a446-6c187b9f9504), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_07395cdc_99c6_4925_a446_6c187b9f9504, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_07395cdc_99c6_4925_a446_6c187b9f9504 && ip6 && ip6.src == $pg_07395cdc_99c6_4925_a446_6c187b9f9504_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:06 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 4ef74ce4-84e3-4b4e-b229-0cb97e68f190 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 20f627dc-149c-4844-a587-cb6bfbcf4ccb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] delete_revision(770afc11-f5a7-4ca5-ac90-8fdf96f6f08b) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_07395cdc_99c6_4925_a446_6c187b9f9504, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_07395cdc_99c6_4925_a446_6c187b9f9504 && ip4 && ip4.src == $pg_07395cdc_99c6_4925_a446_6c187b9f9504_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:06 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c1cdd61c-e890-4feb-89bb-2d035108f298 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:06 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 4ef74ce4-84e3-4b4e-b229-0cb97e68f190 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] delete_revision(bdad82db-7001-4697-aae6-1714ccf99ebc) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (07395cdc-99c6-4925-a446-6c187b9f9504), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_07395cdc_99c6_4925_a446_6c187b9f9504, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:06 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row eeca7326-cd33-4947-a674-67eeb88412ba (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:06 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4ef74ce4-84e3-4b4e-b229-0cb97e68f190 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 6f01ec8e-c89c-46c8-87ef-b902bf58bfdc (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] delete_revision(07395cdc-99c6-4925-a446-6c187b9f9504) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] delete_revisions(['1d11c96e-16a3-4a9d-b340-e17555cd830d', '9cc58d34-7a0b-42f1-a937-58c888deaf57']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=07395cdc-99c6-4925-a446-6c187b9f9504,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-beeb4614-0287-4e54-8274-355c45570cd0 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/07395cdc-99c6-4925-a446-6c187b9f9504 HTTP/1.1" status: 204 len: 149 time: 0.1423814 +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58448) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:06 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (f52de835-f4ee-43f9-bfc5-1bc098c36903), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] create_initial_revision uuid=f52de835-f4ee-43f9-bfc5-1bc098c36903, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] create_initial_revision uuid=2366a6fa-46bd-4843-9b62-80acb4a96160, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] create_initial_revision uuid=33f0123a-2c70-4a77-b034-afc0b4689cc1, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] create_initial_revision uuid=e1b62226-f821-4609-b8d7-5e66e356304b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] create_initial_revision uuid=edba6131-1090-401d-9fd9-097e54ab4a63, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (f52de835-f4ee-43f9-bfc5-1bc098c36903), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'f52de835-f4ee-43f9-bfc5-1bc098c36903'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, direction=to-lport, priority=1002, match=outport == @pg_f52de835_f4ee_43f9_bfc5_1bc098c36903 && ip6 && ip6.src == $pg_f52de835_f4ee_43f9_bfc5_1bc098c36903_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2366a6fa-46bd-4843-9b62-80acb4a96160'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, direction=from-lport, priority=1002, match=inport == @pg_f52de835_f4ee_43f9_bfc5_1bc098c36903 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '33f0123a-2c70-4a77-b034-afc0b4689cc1'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, direction=to-lport, priority=1002, match=outport == @pg_f52de835_f4ee_43f9_bfc5_1bc098c36903 && ip4 && ip4.src == $pg_f52de835_f4ee_43f9_bfc5_1bc098c36903_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e1b62226-f821-4609-b8d7-5e66e356304b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, direction=from-lport, priority=1002, match=inport == @pg_f52de835_f4ee_43f9_bfc5_1bc098c36903 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'edba6131-1090-401d-9fd9-097e54ab4a63'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 649730e3-6cf0-4306-aa8f-0f51b78f619b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 75cae6f0-3272-43ff-b402-5edb2b4cc565 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 605e2d98-23ae-4c60-b41e-975179e12829 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 810a6718-ff22-462e-afd1-de88c10e2c64 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 9d1cb875-c66e-4dcb-a129-966d6a0bec33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Successfully bumped revision number for resource f52de835-f4ee-43f9-bfc5-1bc098c36903 (type: security_groups) to 1 +Jan 14 22:45:07 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Successfully bumped revision number for resource 2366a6fa-46bd-4843-9b62-80acb4a96160 (type: security_group_rules) to 0 +Jan 14 22:45:07 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Successfully bumped revision number for resource 33f0123a-2c70-4a77-b034-afc0b4689cc1 (type: security_group_rules) to 0 +Jan 14 22:45:07 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Successfully bumped revision number for resource e1b62226-f821-4609-b8d7-5e66e356304b (type: security_group_rules) to 0 +Jan 14 22:45:07 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Successfully bumped revision number for resource edba6131-1090-401d-9fd9-097e54ab4a63 (type: security_group_rules) to 0 +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=f52de835-f4ee-43f9-bfc5-1bc098c36903,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-03d93272-b10e-4283-a730-a6a598e31aaf ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=db59888c4f624cd6a72ef21eeb14e881&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2050266 +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 58452) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] Publish callbacks [] for security_group (f52de835-f4ee-43f9-bfc5-1bc098c36903), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (f52de835-f4ee-43f9-bfc5-1bc098c36903), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_f52de835_f4ee_43f9_bfc5_1bc098c36903 && ip6 && ip6.src == $pg_f52de835_f4ee_43f9_bfc5_1bc098c36903_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 75cae6f0-3272-43ff-b402-5edb2b4cc565 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 9d1cb875-c66e-4dcb-a129-966d6a0bec33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] delete_revision(2366a6fa-46bd-4843-9b62-80acb4a96160) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_f52de835_f4ee_43f9_bfc5_1bc098c36903 && ip4 && ip4.src == $pg_f52de835_f4ee_43f9_bfc5_1bc098c36903_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 810a6718-ff22-462e-afd1-de88c10e2c64 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 9d1cb875-c66e-4dcb-a129-966d6a0bec33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] delete_revision(e1b62226-f821-4609-b8d7-5e66e356304b) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (f52de835-f4ee-43f9-bfc5-1bc098c36903), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_f52de835_f4ee_43f9_bfc5_1bc098c36903, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 605e2d98-23ae-4c60-b41e-975179e12829 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 9d1cb875-c66e-4dcb-a129-966d6a0bec33 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 649730e3-6cf0-4306-aa8f-0f51b78f619b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] delete_revision(f52de835-f4ee-43f9-bfc5-1bc098c36903) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] delete_revisions(['edba6131-1090-401d-9fd9-097e54ab4a63', '33f0123a-2c70-4a77-b034-afc0b4689cc1']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=f52de835-f4ee-43f9-bfc5-1bc098c36903,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:07 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-d9303f6e-7e22-4fce-8862-114c23357598 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/f52de835-f4ee-43f9-bfc5-1bc098c36903 HTTP/1.1" status: 204 len: 149 time: 0.1481783 +Jan 14 22:45:12 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:DELETE=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45006) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (6413d30d-7cda-42d7-8f86-8073da1549b8), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] create_initial_revision uuid=6413d30d-7cda-42d7-8f86-8073da1549b8, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] create_initial_revision uuid=556cb385-2b09-4034-bfbd-c1ff8c03666e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] create_initial_revision uuid=60b221ac-6c47-4973-b839-d0949806367e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] create_initial_revision uuid=bba934ad-5e75-4a38-b7ec-5996b04fc81c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] create_initial_revision uuid=c2412a47-87e9-41a4-a017-c39ec3afd287, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6413d30d-7cda-42d7-8f86-8073da1549b8), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '6413d30d-7cda-42d7-8f86-8073da1549b8'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, direction=to-lport, priority=1002, match=outport == @pg_6413d30d_7cda_42d7_8f86_8073da1549b8 && ip6 && ip6.src == $pg_6413d30d_7cda_42d7_8f86_8073da1549b8_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '556cb385-2b09-4034-bfbd-c1ff8c03666e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, direction=to-lport, priority=1002, match=outport == @pg_6413d30d_7cda_42d7_8f86_8073da1549b8 && ip4 && ip4.src == $pg_6413d30d_7cda_42d7_8f86_8073da1549b8_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '60b221ac-6c47-4973-b839-d0949806367e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, direction=from-lport, priority=1002, match=inport == @pg_6413d30d_7cda_42d7_8f86_8073da1549b8 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'bba934ad-5e75-4a38-b7ec-5996b04fc81c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, direction=from-lport, priority=1002, match=inport == @pg_6413d30d_7cda_42d7_8f86_8073da1549b8 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c2412a47-87e9-41a4-a017-c39ec3afd287'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 8fba94fa-5fec-404f-ae4b-dd98800f533b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row a6c084cf-bf4d-4381-a1f2-7087e5f31c0b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row be6d256d-a09c-426a-82aa-b40f4eb8cec4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4f028b9d-5e49-4f0c-91db-26c85ec068d1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d554b76f-6e5a-407b-a599-f0034920d928 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Successfully bumped revision number for resource 6413d30d-7cda-42d7-8f86-8073da1549b8 (type: security_groups) to 1 +Jan 14 22:45:13 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Successfully bumped revision number for resource 556cb385-2b09-4034-bfbd-c1ff8c03666e (type: security_group_rules) to 0 +Jan 14 22:45:13 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Successfully bumped revision number for resource 60b221ac-6c47-4973-b839-d0949806367e (type: security_group_rules) to 0 +Jan 14 22:45:13 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Successfully bumped revision number for resource bba934ad-5e75-4a38-b7ec-5996b04fc81c (type: security_group_rules) to 0 +Jan 14 22:45:13 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Successfully bumped revision number for resource c2412a47-87e9-41a4-a017-c39ec3afd287 (type: security_group_rules) to 0 +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=6413d30d-7cda-42d7-8f86-8073da1549b8,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-6c863569-b269-43c6-b877-cc4bac6ce1e6 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f46584e7668b46d597305d28fbc0251c&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2209413 +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45016) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] Publish callbacks [] for security_group (6413d30d-7cda-42d7-8f86-8073da1549b8), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (6413d30d-7cda-42d7-8f86-8073da1549b8), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6413d30d_7cda_42d7_8f86_8073da1549b8 && ip6 && ip6.src == $pg_6413d30d_7cda_42d7_8f86_8073da1549b8_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row a6c084cf-bf4d-4381-a1f2-7087e5f31c0b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row be6d256d-a09c-426a-82aa-b40f4eb8cec4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] delete_revision(556cb385-2b09-4034-bfbd-c1ff8c03666e) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6413d30d_7cda_42d7_8f86_8073da1549b8 && ip4 && ip4.src == $pg_6413d30d_7cda_42d7_8f86_8073da1549b8_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row be6d256d-a09c-426a-82aa-b40f4eb8cec4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] delete_revision(60b221ac-6c47-4973-b839-d0949806367e) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:13 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4f028b9d-5e49-4f0c-91db-26c85ec068d1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6413d30d-7cda-42d7-8f86-8073da1549b8), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_6413d30d_7cda_42d7_8f86_8073da1549b8, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 8fba94fa-5fec-404f-ae4b-dd98800f533b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row be6d256d-a09c-426a-82aa-b40f4eb8cec4 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] delete_revision(6413d30d-7cda-42d7-8f86-8073da1549b8) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:13 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d554b76f-6e5a-407b-a599-f0034920d928 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] delete_revisions(['bba934ad-5e75-4a38-b7ec-5996b04fc81c', 'c2412a47-87e9-41a4-a017-c39ec3afd287']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=6413d30d-7cda-42d7-8f86-8073da1549b8,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:13 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-0f29264e-a882-43be-a5eb-57914e6a24a4 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/6413d30d-7cda-42d7-8f86-8073da1549b8 HTTP/1.1" status: 204 len: 149 time: 0.1732728 +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 45022) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] create_initial_revision uuid=971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] create_initial_revision uuid=14e2a0e0-c8eb-4f88-bad0-85bccf487e9d, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] create_initial_revision uuid=3b1f7cea-f5cc-4f01-bd17-0f767ed41d64, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] create_initial_revision uuid=3e1a1445-5de8-4774-90a4-57e21066fecc, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] create_initial_revision uuid=ace082fd-921a-4a72-8d5e-a77dc32c9926, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, direction=to-lport, priority=1002, match=outport == @pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58 && ip4 && ip4.src == $pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '14e2a0e0-c8eb-4f88-bad0-85bccf487e9d'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, direction=from-lport, priority=1002, match=inport == @pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3b1f7cea-f5cc-4f01-bd17-0f767ed41d64'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, direction=to-lport, priority=1002, match=outport == @pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58 && ip6 && ip6.src == $pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3e1a1445-5de8-4774-90a4-57e21066fecc'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, direction=from-lport, priority=1002, match=inport == @pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ace082fd-921a-4a72-8d5e-a77dc32c9926'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 400cb99a-6095-44d8-af93-b3fd920a5132 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1a3ee50f-7b7a-4a32-90d9-1bd7175f2e74 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 39286d44-86f2-4f47-9f32-042765a65b0a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f151ac38-1d7e-406d-892d-09d09ca05c4c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row df18cd01-0e1c-4107-836e-51662d26041f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Successfully bumped revision number for resource 971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58 (type: security_groups) to 1 +Jan 14 22:45:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Successfully bumped revision number for resource 14e2a0e0-c8eb-4f88-bad0-85bccf487e9d (type: security_group_rules) to 0 +Jan 14 22:45:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Successfully bumped revision number for resource 3b1f7cea-f5cc-4f01-bd17-0f767ed41d64 (type: security_group_rules) to 0 +Jan 14 22:45:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Successfully bumped revision number for resource 3e1a1445-5de8-4774-90a4-57e21066fecc (type: security_group_rules) to 0 +Jan 14 22:45:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Successfully bumped revision number for resource ace082fd-921a-4a72-8d5e-a77dc32c9926 (type: security_group_rules) to 0 +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-c26ca623-fc5c-48a9-9ffe-df274d0c0135 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=d7dbee0d185f49b8964c0b08d3fb71f0&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2345753 +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45036) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] Publish callbacks [] for security_group (971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58 && ip4 && ip4.src == $pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row f151ac38-1d7e-406d-892d-09d09ca05c4c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row df18cd01-0e1c-4107-836e-51662d26041f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] delete_revision(14e2a0e0-c8eb-4f88-bad0-85bccf487e9d) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58 && ip6 && ip6.src == $pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1a3ee50f-7b7a-4a32-90d9-1bd7175f2e74 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row df18cd01-0e1c-4107-836e-51662d26041f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] delete_revision(3e1a1445-5de8-4774-90a4-57e21066fecc) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_971bf5ac_a4be_4bd2_ac81_2c4f0aa1ef58, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 39286d44-86f2-4f47-9f32-042765a65b0a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row df18cd01-0e1c-4107-836e-51662d26041f (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] delete_revision(971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 400cb99a-6095-44d8-af93-b3fd920a5132 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] delete_revisions(['3b1f7cea-f5cc-4f01-bd17-0f767ed41d64', 'ace082fd-921a-4a72-8d5e-a77dc32c9926']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:14 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-8dc387fd-bf16-4b13-8ef3-f32fd00ca0e1 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/971bf5ac-a4be-4bd2-ac81-2c4f0aa1ef58 HTTP/1.1" status: 204 len: 149 time: 0.1600564 +Jan 14 22:45:14 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 45044) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (6bde83c5-3a35-447c-b50c-f72d21135d7b), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] create_initial_revision uuid=6bde83c5-3a35-447c-b50c-f72d21135d7b, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] create_initial_revision uuid=10349388-ce75-49d5-8ffd-a1f1c9c1994b, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] create_initial_revision uuid=23cf53a4-b7ca-4f26-8f9b-a79e4fa6fd62, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] create_initial_revision uuid=40bda727-9899-448b-847e-a3c6e051a389, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] create_initial_revision uuid=7f39e60c-b4db-4318-b213-67655692d83d, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6bde83c5-3a35-447c-b50c-f72d21135d7b), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '6bde83c5-3a35-447c-b50c-f72d21135d7b'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, direction=from-lport, priority=1002, match=inport == @pg_6bde83c5_3a35_447c_b50c_f72d21135d7b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '10349388-ce75-49d5-8ffd-a1f1c9c1994b'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, direction=from-lport, priority=1002, match=inport == @pg_6bde83c5_3a35_447c_b50c_f72d21135d7b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '23cf53a4-b7ca-4f26-8f9b-a79e4fa6fd62'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, direction=to-lport, priority=1002, match=outport == @pg_6bde83c5_3a35_447c_b50c_f72d21135d7b && ip6 && ip6.src == $pg_6bde83c5_3a35_447c_b50c_f72d21135d7b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '40bda727-9899-448b-847e-a3c6e051a389'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, direction=to-lport, priority=1002, match=outport == @pg_6bde83c5_3a35_447c_b50c_f72d21135d7b && ip4 && ip4.src == $pg_6bde83c5_3a35_447c_b50c_f72d21135d7b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7f39e60c-b4db-4318-b213-67655692d83d'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 034f1a68-3d7a-4d04-b310-45ab94cf8d80 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 05ef8d51-fe43-4989-8cab-42179dfebccb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0917f2ce-df01-4aca-8251-25781ef83b58 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 74762897-a5c6-43d7-88f3-65b165420d9d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row c04f5162-8db5-4501-9798-f6e566c221a9 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Successfully bumped revision number for resource 6bde83c5-3a35-447c-b50c-f72d21135d7b (type: security_groups) to 1 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Successfully bumped revision number for resource 10349388-ce75-49d5-8ffd-a1f1c9c1994b (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Successfully bumped revision number for resource 23cf53a4-b7ca-4f26-8f9b-a79e4fa6fd62 (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Successfully bumped revision number for resource 40bda727-9899-448b-847e-a3c6e051a389 (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Successfully bumped revision number for resource 7f39e60c-b4db-4318-b213-67655692d83d (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=6bde83c5-3a35-447c-b50c-f72d21135d7b,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-c7d9d868-9879-4a13-86c5-3889458d8889 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=190534e6d06d46b581247cd4fcc295e1&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2178197 +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 45060) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] Publish callbacks [] for security_group (6bde83c5-3a35-447c-b50c-f72d21135d7b), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (6bde83c5-3a35-447c-b50c-f72d21135d7b), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6bde83c5_3a35_447c_b50c_f72d21135d7b && ip6 && ip6.src == $pg_6bde83c5_3a35_447c_b50c_f72d21135d7b_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 05ef8d51-fe43-4989-8cab-42179dfebccb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row c04f5162-8db5-4501-9798-f6e566c221a9 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] delete_revision(40bda727-9899-448b-847e-a3c6e051a389) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6bde83c5_3a35_447c_b50c_f72d21135d7b && ip4 && ip4.src == $pg_6bde83c5_3a35_447c_b50c_f72d21135d7b_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] delete_revision(7f39e60c-b4db-4318-b213-67655692d83d) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 034f1a68-3d7a-4d04-b310-45ab94cf8d80 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row c04f5162-8db5-4501-9798-f6e566c221a9 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6bde83c5-3a35-447c-b50c-f72d21135d7b), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_6bde83c5_3a35_447c_b50c_f72d21135d7b, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0917f2ce-df01-4aca-8251-25781ef83b58 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] delete_revision(6bde83c5-3a35-447c-b50c-f72d21135d7b) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 74762897-a5c6-43d7-88f3-65b165420d9d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row c04f5162-8db5-4501-9798-f6e566c221a9 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] delete_revisions(['23cf53a4-b7ca-4f26-8f9b-a79e4fa6fd62', '10349388-ce75-49d5-8ffd-a1f1c9c1994b']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=6bde83c5-3a35-447c-b50c-f72d21135d7b,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-27bce79e-e8a2-4003-9239-7757ff6d83ef ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/6bde83c5-3a35-447c-b50c-f72d21135d7b HTTP/1.1" status: 204 len: 149 time: 0.1717687 +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 45072) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (0acec710-e7ff-4633-bb60-9a1d652b0072), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] create_initial_revision uuid=0acec710-e7ff-4633-bb60-9a1d652b0072, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] create_initial_revision uuid=75903619-9294-4986-a989-bb0973b33d90, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] create_initial_revision uuid=cd25a137-b874-4336-b8e3-8dc64b7cd306, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] create_initial_revision uuid=ee33f05d-5181-4591-934a-84bfe74962fc, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] create_initial_revision uuid=fa51e140-d6ab-4779-8bf1-f496f2a96860, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (0acec710-e7ff-4633-bb60-9a1d652b0072), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '0acec710-e7ff-4633-bb60-9a1d652b0072'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, direction=to-lport, priority=1002, match=outport == @pg_0acec710_e7ff_4633_bb60_9a1d652b0072 && ip6 && ip6.src == $pg_0acec710_e7ff_4633_bb60_9a1d652b0072_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '75903619-9294-4986-a989-bb0973b33d90'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, direction=from-lport, priority=1002, match=inport == @pg_0acec710_e7ff_4633_bb60_9a1d652b0072 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'cd25a137-b874-4336-b8e3-8dc64b7cd306'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, direction=from-lport, priority=1002, match=inport == @pg_0acec710_e7ff_4633_bb60_9a1d652b0072 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ee33f05d-5181-4591-934a-84bfe74962fc'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, direction=to-lport, priority=1002, match=outport == @pg_0acec710_e7ff_4633_bb60_9a1d652b0072 && ip4 && ip4.src == $pg_0acec710_e7ff_4633_bb60_9a1d652b0072_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fa51e140-d6ab-4779-8bf1-f496f2a96860'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7ae719f2-38cd-4f4d-a10b-f1469d9a7cfc (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 84681ec2-0c09-4a13-bbc8-92c9151aa899 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ce60576b-db06-40ac-a137-1601ac8e67eb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 67a1da42-66de-440d-bd3b-128cdea0a588 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row eeae8151-5b46-49db-8a37-16c3b700a332 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Successfully bumped revision number for resource 0acec710-e7ff-4633-bb60-9a1d652b0072 (type: security_groups) to 1 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Successfully bumped revision number for resource 75903619-9294-4986-a989-bb0973b33d90 (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Successfully bumped revision number for resource cd25a137-b874-4336-b8e3-8dc64b7cd306 (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Successfully bumped revision number for resource ee33f05d-5181-4591-934a-84bfe74962fc (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Successfully bumped revision number for resource fa51e140-d6ab-4779-8bf1-f496f2a96860 (type: security_group_rules) to 0 +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=0acec710-e7ff-4633-bb60-9a1d652b0072,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-e7b0f313-0c8a-45d2-a36e-43e2c399a392 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=31d1317df5dd4cb9be017fcc33f64b3a&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1371315 +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 38520) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] Publish callbacks [] for security_group (0acec710-e7ff-4633-bb60-9a1d652b0072), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (0acec710-e7ff-4633-bb60-9a1d652b0072), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0acec710_e7ff_4633_bb60_9a1d652b0072 && ip6 && ip6.src == $pg_0acec710_e7ff_4633_bb60_9a1d652b0072_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ce60576b-db06-40ac-a137-1601ac8e67eb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row eeae8151-5b46-49db-8a37-16c3b700a332 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] delete_revision(75903619-9294-4986-a989-bb0973b33d90) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_0acec710_e7ff_4633_bb60_9a1d652b0072 && ip4 && ip4.src == $pg_0acec710_e7ff_4633_bb60_9a1d652b0072_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 67a1da42-66de-440d-bd3b-128cdea0a588 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] delete_revision(fa51e140-d6ab-4779-8bf1-f496f2a96860) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row eeae8151-5b46-49db-8a37-16c3b700a332 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (0acec710-e7ff-4633-bb60-9a1d652b0072), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_0acec710_e7ff_4633_bb60_9a1d652b0072, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 7ae719f2-38cd-4f4d-a10b-f1469d9a7cfc (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 84681ec2-0c09-4a13-bbc8-92c9151aa899 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row eeae8151-5b46-49db-8a37-16c3b700a332 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] delete_revision(0acec710-e7ff-4633-bb60-9a1d652b0072) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] delete_revisions(['ee33f05d-5181-4591-934a-84bfe74962fc', 'cd25a137-b874-4336-b8e3-8dc64b7cd306']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=0acec710-e7ff-4633-bb60-9a1d652b0072,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:18 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-127295a5-d652-4741-8275-5b208ce1fdd8 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/0acec710-e7ff-4633-bb60-9a1d652b0072 HTTP/1.1" status: 204 len: 149 time: 0.1544626 +Jan 14 22:45:19 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:45:24 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=716,neutron:UPDATE=49,neutron:INSERT=106,neutron:DELETE=37 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:24 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=643,neutron:INSERT=70,neutron:UPDATE=36,neutron:DELETE=35 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:28 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=316,neutron:DELETE=21,neutron:INSERT=45,neutron:UPDATE=11 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:28 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:UPDATE=30,neutron:SELECT=394,neutron:INSERT=26,neutron:DELETE=27 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:32 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:45:32 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 33924) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (749ebf9f-10e6-40d9-b95c-6eb835132bd9), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] create_initial_revision uuid=749ebf9f-10e6-40d9-b95c-6eb835132bd9, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] create_initial_revision uuid=3f60c235-1e6c-413e-bbb1-915d457cfb78, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] create_initial_revision uuid=a2854d23-b2df-45bc-ab47-5c6e539a8f78, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] create_initial_revision uuid=be5dec86-c7d6-41ff-ae18-4d7bd6ae3294, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] create_initial_revision uuid=ce336781-d1d8-4ae7-be73-68652464ac09, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (749ebf9f-10e6-40d9-b95c-6eb835132bd9), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '749ebf9f-10e6-40d9-b95c-6eb835132bd9'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, direction=from-lport, priority=1002, match=inport == @pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3f60c235-1e6c-413e-bbb1-915d457cfb78'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, direction=to-lport, priority=1002, match=outport == @pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9 && ip6 && ip6.src == $pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a2854d23-b2df-45bc-ab47-5c6e539a8f78'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, direction=from-lport, priority=1002, match=inport == @pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'be5dec86-c7d6-41ff-ae18-4d7bd6ae3294'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, direction=to-lport, priority=1002, match=outport == @pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9 && ip4 && ip4.src == $pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ce336781-d1d8-4ae7-be73-68652464ac09'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 2672b33a-295c-422f-b52f-950aa9a6ec01 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 614c84c5-4d34-422a-bf01-83550e90d1d1 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7ee00052-edc7-464f-8a22-07a1fcca373e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ac6ccee4-c0b6-437e-bed7-436621aa5f46 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 96b9fd40-d442-460e-92ce-be7a805fd401 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Successfully bumped revision number for resource 749ebf9f-10e6-40d9-b95c-6eb835132bd9 (type: security_groups) to 1 +Jan 14 22:45:34 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Successfully bumped revision number for resource 3f60c235-1e6c-413e-bbb1-915d457cfb78 (type: security_group_rules) to 0 +Jan 14 22:45:34 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Successfully bumped revision number for resource a2854d23-b2df-45bc-ab47-5c6e539a8f78 (type: security_group_rules) to 0 +Jan 14 22:45:34 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Successfully bumped revision number for resource be5dec86-c7d6-41ff-ae18-4d7bd6ae3294 (type: security_group_rules) to 0 +Jan 14 22:45:34 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Successfully bumped revision number for resource ce336781-d1d8-4ae7-be73-68652464ac09 (type: security_group_rules) to 0 +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=749ebf9f-10e6-40d9-b95c-6eb835132bd9,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-ae42e859-aa0a-4e2e-ad3b-1cb8160eb60f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=57fb0abd696d4f53bd93fa45c2fe788f&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2398186 +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 33940) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] Publish callbacks [] for security_group (749ebf9f-10e6-40d9-b95c-6eb835132bd9), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (749ebf9f-10e6-40d9-b95c-6eb835132bd9), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9 && ip6 && ip6.src == $pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] delete_revision(a2854d23-b2df-45bc-ab47-5c6e539a8f78) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 614c84c5-4d34-422a-bf01-83550e90d1d1 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 96b9fd40-d442-460e-92ce-be7a805fd401 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9 && ip4 && ip4.src == $pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] delete_revision(ce336781-d1d8-4ae7-be73-68652464ac09) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row ac6ccee4-c0b6-437e-bed7-436621aa5f46 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 96b9fd40-d442-460e-92ce-be7a805fd401 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (749ebf9f-10e6-40d9-b95c-6eb835132bd9), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_749ebf9f_10e6_40d9_b95c_6eb835132bd9, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7ee00052-edc7-464f-8a22-07a1fcca373e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 96b9fd40-d442-460e-92ce-be7a805fd401 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 2672b33a-295c-422f-b52f-950aa9a6ec01 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] delete_revision(749ebf9f-10e6-40d9-b95c-6eb835132bd9) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] delete_revisions(['3f60c235-1e6c-413e-bbb1-915d457cfb78', 'be5dec86-c7d6-41ff-ae18-4d7bd6ae3294']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=749ebf9f-10e6-40d9-b95c-6eb835132bd9,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:34 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-7e62c27c-155e-4327-b1a5-8255ad61ab2c ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/749ebf9f-10e6-40d9-b95c-6eb835132bd9 HTTP/1.1" status: 204 len: 149 time: 0.1854792 +Jan 14 22:45:36 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:36 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 33942) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] create_initial_revision uuid=9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] create_initial_revision uuid=23491a63-f4bf-4330-a0c3-3a11eaa17ced, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] create_initial_revision uuid=4882e74e-c5c4-4d09-83df-366983a9d03d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] create_initial_revision uuid=49bc95ee-ae8b-4226-8769-d5660a8cf569, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] create_initial_revision uuid=ebb413a2-7748-466b-80a4-11468ceac455, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, direction=from-lport, priority=1002, match=inport == @pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '23491a63-f4bf-4330-a0c3-3a11eaa17ced'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, direction=to-lport, priority=1002, match=outport == @pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204 && ip4 && ip4.src == $pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4882e74e-c5c4-4d09-83df-366983a9d03d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, direction=from-lport, priority=1002, match=inport == @pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '49bc95ee-ae8b-4226-8769-d5660a8cf569'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, direction=to-lport, priority=1002, match=outport == @pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204 && ip6 && ip6.src == $pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ebb413a2-7748-466b-80a4-11468ceac455'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 6bfaf337-983c-439a-8257-f2a2e5b57e6f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4b90d56d-1323-4260-91ff-2ba086ff4553 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 7affc2da-b4ee-4c43-89c1-30f56f0b7350 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row db215dd1-014f-46d8-ac93-21c80a930c8f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 54e8b2ab-11a6-4d10-994f-2f5c565a25bc (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Successfully bumped revision number for resource 9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204 (type: security_groups) to 1 +Jan 14 22:45:38 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Successfully bumped revision number for resource 23491a63-f4bf-4330-a0c3-3a11eaa17ced (type: security_group_rules) to 0 +Jan 14 22:45:38 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Successfully bumped revision number for resource 4882e74e-c5c4-4d09-83df-366983a9d03d (type: security_group_rules) to 0 +Jan 14 22:45:38 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Successfully bumped revision number for resource 49bc95ee-ae8b-4226-8769-d5660a8cf569 (type: security_group_rules) to 0 +Jan 14 22:45:38 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Successfully bumped revision number for resource ebb413a2-7748-466b-80a4-11468ceac455 (type: security_group_rules) to 0 +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-0f546de1-8a68-48e0-adcd-6e663f88ef30 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6a91f9cfff4b4de3ab06c0ce5ceb87b7&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2093775 +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 53666) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] Publish callbacks [] for security_group (9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204 && ip4 && ip4.src == $pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] delete_revision(4882e74e-c5c4-4d09-83df-366983a9d03d) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 7affc2da-b4ee-4c43-89c1-30f56f0b7350 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 54e8b2ab-11a6-4d10-994f-2f5c565a25bc (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204 && ip6 && ip6.src == $pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row db215dd1-014f-46d8-ac93-21c80a930c8f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] delete_revision(ebb413a2-7748-466b-80a4-11468ceac455) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 54e8b2ab-11a6-4d10-994f-2f5c565a25bc (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9a8c71c5_15c4_4fd7_b4c3_7a7ca6109204, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 6bfaf337-983c-439a-8257-f2a2e5b57e6f (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] delete_revision(9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4b90d56d-1323-4260-91ff-2ba086ff4553 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 54e8b2ab-11a6-4d10-994f-2f5c565a25bc (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] delete_revisions(['49bc95ee-ae8b-4226-8769-d5660a8cf569', '23491a63-f4bf-4330-a0c3-3a11eaa17ced']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:38 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-30b3511f-fc90-4a11-b3b0-06ccc767189e ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9a8c71c5-15c4-4fd7-b4c3-7a7ca6109204 HTTP/1.1" status: 204 len: 149 time: 0.1498621 +Jan 14 22:45:44 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:44 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:44 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:UPDATE=1,neutron:SELECT=36,neutron:DELETE=2 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:44 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=32,neutron:DELETE=6 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 53676) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (1bf036e5-7ac7-406f-a842-bc8ca548f95f), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] create_initial_revision uuid=1bf036e5-7ac7-406f-a842-bc8ca548f95f, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] create_initial_revision uuid=23e48c8f-932f-4e96-81a0-34434b4c4e0b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] create_initial_revision uuid=4db730b0-70b7-402a-be21-a4ba6b52390a, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] create_initial_revision uuid=b5dc99e4-ef72-47f7-b8fe-891b89f046c9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] create_initial_revision uuid=ed92b187-c730-4b20-9efe-86082a879b6a, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1bf036e5-7ac7-406f-a842-bc8ca548f95f), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '1bf036e5-7ac7-406f-a842-bc8ca548f95f'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, direction=to-lport, priority=1002, match=outport == @pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f && ip4 && ip4.src == $pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '23e48c8f-932f-4e96-81a0-34434b4c4e0b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, direction=from-lport, priority=1002, match=inport == @pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4db730b0-70b7-402a-be21-a4ba6b52390a'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, direction=from-lport, priority=1002, match=inport == @pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b5dc99e4-ef72-47f7-b8fe-891b89f046c9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, direction=to-lport, priority=1002, match=outport == @pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f && ip6 && ip6.src == $pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ed92b187-c730-4b20-9efe-86082a879b6a'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0ddc9a6d-8c81-4fb9-bb12-1839e1c5e745 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 773bb8aa-9452-4395-b524-696e95d738c6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4a42f60e-802a-47ac-8565-1c9224db432e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4d8c5511-b5dd-4939-9553-78d1b1a4132e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row e9cea17c-58a8-4040-91f0-bf8083d9fb33 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Successfully bumped revision number for resource 1bf036e5-7ac7-406f-a842-bc8ca548f95f (type: security_groups) to 1 +Jan 14 22:45:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Successfully bumped revision number for resource 23e48c8f-932f-4e96-81a0-34434b4c4e0b (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Successfully bumped revision number for resource 4db730b0-70b7-402a-be21-a4ba6b52390a (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Successfully bumped revision number for resource b5dc99e4-ef72-47f7-b8fe-891b89f046c9 (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Successfully bumped revision number for resource ed92b187-c730-4b20-9efe-86082a879b6a (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=1bf036e5-7ac7-406f-a842-bc8ca548f95f,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 53678) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-9183fb86-dd99-4b06-b203-51339f3c9e99 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=372d8cc5641749a8b864e981b6916450&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2137036 +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] Publish callbacks [] for security_group (1bf036e5-7ac7-406f-a842-bc8ca548f95f), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (1bf036e5-7ac7-406f-a842-bc8ca548f95f), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f && ip4 && ip4.src == $pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0ddc9a6d-8c81-4fb9-bb12-1839e1c5e745 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row e9cea17c-58a8-4040-91f0-bf8083d9fb33 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] delete_revision(23e48c8f-932f-4e96-81a0-34434b4c4e0b) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f && ip6 && ip6.src == $pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] delete_revision(ed92b187-c730-4b20-9efe-86082a879b6a) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4a42f60e-802a-47ac-8565-1c9224db432e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row e9cea17c-58a8-4040-91f0-bf8083d9fb33 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (1bf036e5-7ac7-406f-a842-bc8ca548f95f), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_1bf036e5_7ac7_406f_a842_bc8ca548f95f, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 773bb8aa-9452-4395-b524-696e95d738c6 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4d8c5511-b5dd-4939-9553-78d1b1a4132e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row e9cea17c-58a8-4040-91f0-bf8083d9fb33 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] delete_revision(1bf036e5-7ac7-406f-a842-bc8ca548f95f) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] delete_revisions(['b5dc99e4-ef72-47f7-b8fe-891b89f046c9', '4db730b0-70b7-402a-be21-a4ba6b52390a']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=1bf036e5-7ac7-406f-a842-bc8ca548f95f,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-427163d1-3b9b-48a7-bfd3-173960667991 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/1bf036e5-7ac7-406f-a842-bc8ca548f95f HTTP/1.1" status: 204 len: 149 time: 0.1628940 +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 53680) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (b74d5785-4567-40d6-8017-704a368c5a0c), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] create_initial_revision uuid=b74d5785-4567-40d6-8017-704a368c5a0c, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] create_initial_revision uuid=1926933c-ede7-4aa2-a081-7250064e7a94, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] create_initial_revision uuid=73e0fd64-c3a4-4fc2-9102-fd6fe8c63328, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] create_initial_revision uuid=961d7c84-e594-453d-9818-b3769f1e13dd, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] create_initial_revision uuid=e31acfc6-4d9e-403e-a306-acf6759784fc, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b74d5785-4567-40d6-8017-704a368c5a0c), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b74d5785_4567_40d6_8017_704a368c5a0c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b74d5785-4567-40d6-8017-704a368c5a0c'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b74d5785_4567_40d6_8017_704a368c5a0c, direction=to-lport, priority=1002, match=outport == @pg_b74d5785_4567_40d6_8017_704a368c5a0c && ip4 && ip4.src == $pg_b74d5785_4567_40d6_8017_704a368c5a0c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1926933c-ede7-4aa2-a081-7250064e7a94'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b74d5785_4567_40d6_8017_704a368c5a0c, direction=to-lport, priority=1002, match=outport == @pg_b74d5785_4567_40d6_8017_704a368c5a0c && ip6 && ip6.src == $pg_b74d5785_4567_40d6_8017_704a368c5a0c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '73e0fd64-c3a4-4fc2-9102-fd6fe8c63328'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b74d5785_4567_40d6_8017_704a368c5a0c, direction=from-lport, priority=1002, match=inport == @pg_b74d5785_4567_40d6_8017_704a368c5a0c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '961d7c84-e594-453d-9818-b3769f1e13dd'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b74d5785_4567_40d6_8017_704a368c5a0c, direction=from-lport, priority=1002, match=inport == @pg_b74d5785_4567_40d6_8017_704a368c5a0c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e31acfc6-4d9e-403e-a306-acf6759784fc'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 64240a11-550e-4be7-a197-657a1646b988 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 86eded5a-e809-4556-aba3-a65f96f360b8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 15882c9a-6a75-4b3a-acc8-2a0007e1bf68 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 4f19384f-4368-418c-b4d5-6cabe68d44fe (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 3fe6b8f8-238e-4879-9a78-31a265ad931d (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:46 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Successfully bumped revision number for resource b74d5785-4567-40d6-8017-704a368c5a0c (type: security_groups) to 1 +Jan 14 22:45:46 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Successfully bumped revision number for resource 1926933c-ede7-4aa2-a081-7250064e7a94 (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Successfully bumped revision number for resource 73e0fd64-c3a4-4fc2-9102-fd6fe8c63328 (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Successfully bumped revision number for resource 961d7c84-e594-453d-9818-b3769f1e13dd (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Successfully bumped revision number for resource e31acfc6-4d9e-403e-a306-acf6759784fc (type: security_group_rules) to 0 +Jan 14 22:45:46 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b74d5785-4567-40d6-8017-704a368c5a0c,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-e387f687-c920-4d99-8d41-956656568733 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=6bece417b6d24522bbe6cf3144961942&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1694872 +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 53684) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] Publish callbacks [] for security_group (b74d5785-4567-40d6-8017-704a368c5a0c), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (b74d5785-4567-40d6-8017-704a368c5a0c), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b74d5785_4567_40d6_8017_704a368c5a0c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b74d5785_4567_40d6_8017_704a368c5a0c && ip4 && ip4.src == $pg_b74d5785_4567_40d6_8017_704a368c5a0c_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 86eded5a-e809-4556-aba3-a65f96f360b8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 3fe6b8f8-238e-4879-9a78-31a265ad931d (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] delete_revision(1926933c-ede7-4aa2-a081-7250064e7a94) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b74d5785_4567_40d6_8017_704a368c5a0c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b74d5785_4567_40d6_8017_704a368c5a0c && ip6 && ip6.src == $pg_b74d5785_4567_40d6_8017_704a368c5a0c_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 15882c9a-6a75-4b3a-acc8-2a0007e1bf68 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] delete_revision(73e0fd64-c3a4-4fc2-9102-fd6fe8c63328) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 3fe6b8f8-238e-4879-9a78-31a265ad931d (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b74d5785-4567-40d6-8017-704a368c5a0c), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b74d5785_4567_40d6_8017_704a368c5a0c, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 64240a11-550e-4be7-a197-657a1646b988 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 4f19384f-4368-418c-b4d5-6cabe68d44fe (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 3fe6b8f8-238e-4879-9a78-31a265ad931d (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] delete_revision(b74d5785-4567-40d6-8017-704a368c5a0c) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] delete_revisions(['961d7c84-e594-453d-9818-b3769f1e13dd', 'e31acfc6-4d9e-403e-a306-acf6759784fc']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b74d5785-4567-40d6-8017-704a368c5a0c,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-f3caf4dc-9244-4928-b8dd-2ce62c717c24 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b74d5785-4567-40d6-8017-704a368c5a0c HTTP/1.1" status: 204 len: 149 time: 0.1579897 +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 53686) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (a45c4306-443d-429d-8997-291b261b2136), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] create_initial_revision uuid=a45c4306-443d-429d-8997-291b261b2136, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] create_initial_revision uuid=50a1ec71-54ef-4224-9bd4-2a0fc618900d, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] create_initial_revision uuid=e111ccd3-f174-4c1b-af37-ad1d103aa3bc, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] create_initial_revision uuid=e6368414-ae95-4015-94ca-253004083b5a, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] create_initial_revision uuid=fc197425-b190-44ae-998f-60763dcba4c8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a45c4306-443d-429d-8997-291b261b2136), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_a45c4306_443d_429d_8997_291b261b2136, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'a45c4306-443d-429d-8997-291b261b2136'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_a45c4306_443d_429d_8997_291b261b2136, direction=from-lport, priority=1002, match=inport == @pg_a45c4306_443d_429d_8997_291b261b2136 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '50a1ec71-54ef-4224-9bd4-2a0fc618900d'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_a45c4306_443d_429d_8997_291b261b2136, direction=from-lport, priority=1002, match=inport == @pg_a45c4306_443d_429d_8997_291b261b2136 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e111ccd3-f174-4c1b-af37-ad1d103aa3bc'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_a45c4306_443d_429d_8997_291b261b2136, direction=to-lport, priority=1002, match=outport == @pg_a45c4306_443d_429d_8997_291b261b2136 && ip4 && ip4.src == $pg_a45c4306_443d_429d_8997_291b261b2136_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e6368414-ae95-4015-94ca-253004083b5a'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_a45c4306_443d_429d_8997_291b261b2136, direction=to-lport, priority=1002, match=outport == @pg_a45c4306_443d_429d_8997_291b261b2136 && ip6 && ip6.src == $pg_a45c4306_443d_429d_8997_291b261b2136_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fc197425-b190-44ae-998f-60763dcba4c8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row aab1f802-b1ef-4712-9a70-752d94ac5427 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e18a83c2-63bb-4f19-b082-43156620d563 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1010526c-c867-4515-b466-e09bd1fa8fba (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 370f678c-73b0-47ef-945d-0eaad52034a7 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row fe63c5cf-26cd-4b4f-bcaa-25ed2fd8a61a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Successfully bumped revision number for resource a45c4306-443d-429d-8997-291b261b2136 (type: security_groups) to 1 +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Successfully bumped revision number for resource 50a1ec71-54ef-4224-9bd4-2a0fc618900d (type: security_group_rules) to 0 +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Successfully bumped revision number for resource e111ccd3-f174-4c1b-af37-ad1d103aa3bc (type: security_group_rules) to 0 +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Successfully bumped revision number for resource e6368414-ae95-4015-94ca-253004083b5a (type: security_group_rules) to 0 +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Successfully bumped revision number for resource fc197425-b190-44ae-998f-60763dcba4c8 (type: security_group_rules) to 0 +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=a45c4306-443d-429d-8997-291b261b2136,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-f8a5315e-8ee1-44d2-ae99-148e7d54ec31 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=64bc052c333d453db44069c881c49e40&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1680956 +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 53688) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] Publish callbacks [] for security_group (a45c4306-443d-429d-8997-291b261b2136), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (a45c4306-443d-429d-8997-291b261b2136), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a45c4306_443d_429d_8997_291b261b2136, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a45c4306_443d_429d_8997_291b261b2136 && ip4 && ip4.src == $pg_a45c4306_443d_429d_8997_291b261b2136_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row fe63c5cf-26cd-4b4f-bcaa-25ed2fd8a61a (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1010526c-c867-4515-b466-e09bd1fa8fba (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] delete_revision(e6368414-ae95-4015-94ca-253004083b5a) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_a45c4306_443d_429d_8997_291b261b2136, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_a45c4306_443d_429d_8997_291b261b2136 && ip6 && ip6.src == $pg_a45c4306_443d_429d_8997_291b261b2136_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 370f678c-73b0-47ef-945d-0eaad52034a7 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1010526c-c867-4515-b466-e09bd1fa8fba (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] delete_revision(fc197425-b190-44ae-998f-60763dcba4c8) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (a45c4306-443d-429d-8997-291b261b2136), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_a45c4306_443d_429d_8997_291b261b2136, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row aab1f802-b1ef-4712-9a70-752d94ac5427 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e18a83c2-63bb-4f19-b082-43156620d563 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1010526c-c867-4515-b466-e09bd1fa8fba (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] delete_revision(a45c4306-443d-429d-8997-291b261b2136) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] delete_revisions(['e111ccd3-f174-4c1b-af37-ad1d103aa3bc', '50a1ec71-54ef-4224-9bd4-2a0fc618900d']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=a45c4306-443d-429d-8997-291b261b2136,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:47 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-b73a47e0-5d65-42f8-b1ee-57215d869c6d ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/a45c4306-443d-429d-8997-291b261b2136 HTTP/1.1" status: 204 len: 149 time: 0.1620553 +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45376) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (de3e0549-f0f7-4f18-8ff2-0487e8ba4855), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] create_initial_revision uuid=de3e0549-f0f7-4f18-8ff2-0487e8ba4855, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] create_initial_revision uuid=0b0de231-e692-4869-94ad-28c5fc2518da, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] create_initial_revision uuid=192a833e-714b-4950-9a3f-19f30681965c, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] create_initial_revision uuid=5d1a9e1c-6a34-4030-9bca-0c273237550f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] create_initial_revision uuid=d2dd548a-bc9f-428d-ad0e-23463250a8bb, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (de3e0549-f0f7-4f18-8ff2-0487e8ba4855), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'de3e0549-f0f7-4f18-8ff2-0487e8ba4855'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, direction=from-lport, priority=1002, match=inport == @pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '0b0de231-e692-4869-94ad-28c5fc2518da'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, direction=to-lport, priority=1002, match=outport == @pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855 && ip4 && ip4.src == $pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '192a833e-714b-4950-9a3f-19f30681965c'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, direction=from-lport, priority=1002, match=inport == @pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5d1a9e1c-6a34-4030-9bca-0c273237550f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, direction=to-lport, priority=1002, match=outport == @pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855 && ip6 && ip6.src == $pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd2dd548a-bc9f-428d-ad0e-23463250a8bb'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row bc954a78-f099-418e-bb39-87dfa0015caf (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 07de51fd-1139-4c2c-bb7e-6763083d9c54 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0d15d08a-7932-496e-aee4-77e8c70b8b1d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row bf08341a-176c-4ab8-948b-15a5f99a9520 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ebe7c1d6-5481-4891-8693-79f26994ef30 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Successfully bumped revision number for resource de3e0549-f0f7-4f18-8ff2-0487e8ba4855 (type: security_groups) to 1 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Successfully bumped revision number for resource 0b0de231-e692-4869-94ad-28c5fc2518da (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Successfully bumped revision number for resource 192a833e-714b-4950-9a3f-19f30681965c (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Successfully bumped revision number for resource 5d1a9e1c-6a34-4030-9bca-0c273237550f (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Successfully bumped revision number for resource d2dd548a-bc9f-428d-ad0e-23463250a8bb (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=de3e0549-f0f7-4f18-8ff2-0487e8ba4855,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-c878ca04-550d-4bf1-9d48-b1889f51e6f4 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=50e0cec8329c4fb1bf225c3f76702c51&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2405734 +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45386) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] Publish callbacks [] for security_group (de3e0549-f0f7-4f18-8ff2-0487e8ba4855), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (de3e0549-f0f7-4f18-8ff2-0487e8ba4855), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855 && ip4 && ip4.src == $pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row bf08341a-176c-4ab8-948b-15a5f99a9520 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] delete_revision(192a833e-714b-4950-9a3f-19f30681965c) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row bc954a78-f099-418e-bb39-87dfa0015caf (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855 && ip6 && ip6.src == $pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 07de51fd-1139-4c2c-bb7e-6763083d9c54 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] delete_revision(d2dd548a-bc9f-428d-ad0e-23463250a8bb) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row bc954a78-f099-418e-bb39-87dfa0015caf (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (de3e0549-f0f7-4f18-8ff2-0487e8ba4855), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_de3e0549_f0f7_4f18_8ff2_0487e8ba4855, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row bc954a78-f099-418e-bb39-87dfa0015caf (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0d15d08a-7932-496e-aee4-77e8c70b8b1d (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row ebe7c1d6-5481-4891-8693-79f26994ef30 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] delete_revision(de3e0549-f0f7-4f18-8ff2-0487e8ba4855) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] delete_revisions(['0b0de231-e692-4869-94ad-28c5fc2518da', '5d1a9e1c-6a34-4030-9bca-0c273237550f']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=de3e0549-f0f7-4f18-8ff2-0487e8ba4855,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-d46ba315-53ab-45aa-bac5-d7188c6a0d88 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/de3e0549-f0f7-4f18-8ff2-0487e8ba4855 HTTP/1.1" status: 204 len: 149 time: 0.1571703 +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45398) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (9d0f23de-44bd-4019-9af7-430c29569968), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] create_initial_revision uuid=9d0f23de-44bd-4019-9af7-430c29569968, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] create_initial_revision uuid=93ecdb01-2488-442c-8247-c04d80a1e70e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] create_initial_revision uuid=a495a0cd-2916-4506-9ff3-91372c6c3ec4, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] create_initial_revision uuid=ba062ff3-92c0-4bcf-bd55-1e3dd38dadbc, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] create_initial_revision uuid=d74c999a-1491-45bf-90be-f4a329b74791, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9d0f23de-44bd-4019-9af7-430c29569968), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_9d0f23de_44bd_4019_9af7_430c29569968, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '9d0f23de-44bd-4019-9af7-430c29569968'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_9d0f23de_44bd_4019_9af7_430c29569968, direction=to-lport, priority=1002, match=outport == @pg_9d0f23de_44bd_4019_9af7_430c29569968 && ip6 && ip6.src == $pg_9d0f23de_44bd_4019_9af7_430c29569968_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '93ecdb01-2488-442c-8247-c04d80a1e70e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_9d0f23de_44bd_4019_9af7_430c29569968, direction=from-lport, priority=1002, match=inport == @pg_9d0f23de_44bd_4019_9af7_430c29569968 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a495a0cd-2916-4506-9ff3-91372c6c3ec4'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_9d0f23de_44bd_4019_9af7_430c29569968, direction=to-lport, priority=1002, match=outport == @pg_9d0f23de_44bd_4019_9af7_430c29569968 && ip4 && ip4.src == $pg_9d0f23de_44bd_4019_9af7_430c29569968_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ba062ff3-92c0-4bcf-bd55-1e3dd38dadbc'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_9d0f23de_44bd_4019_9af7_430c29569968, direction=from-lport, priority=1002, match=inport == @pg_9d0f23de_44bd_4019_9af7_430c29569968 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'd74c999a-1491-45bf-90be-f4a329b74791'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 43b9f6ee-dd0c-4662-8d63-f77d53ef8ebc (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3543fefb-bbb6-498a-a114-2554bf8d38e7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 726be429-21f5-4920-8d91-7132c3d132eb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d2c47799-81e8-4f68-bf5d-e365bfffa86a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row bc78a8ac-1c1d-4bb9-914d-80c4ea821c8f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Successfully bumped revision number for resource 9d0f23de-44bd-4019-9af7-430c29569968 (type: security_groups) to 1 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Successfully bumped revision number for resource 93ecdb01-2488-442c-8247-c04d80a1e70e (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Successfully bumped revision number for resource a495a0cd-2916-4506-9ff3-91372c6c3ec4 (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Successfully bumped revision number for resource ba062ff3-92c0-4bcf-bd55-1e3dd38dadbc (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Successfully bumped revision number for resource d74c999a-1491-45bf-90be-f4a329b74791 (type: security_group_rules) to 0 +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=9d0f23de-44bd-4019-9af7-430c29569968,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-c61717d8-14e6-449c-adc8-8f6c7673812f ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=c43b31f83aac4adca81537db0a3e08fb&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1659594 +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45402) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:55 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] Publish callbacks [] for security_group (9d0f23de-44bd-4019-9af7-430c29569968), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (9d0f23de-44bd-4019-9af7-430c29569968), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9d0f23de_44bd_4019_9af7_430c29569968, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9d0f23de_44bd_4019_9af7_430c29569968 && ip6 && ip6.src == $pg_9d0f23de_44bd_4019_9af7_430c29569968_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d2c47799-81e8-4f68-bf5d-e365bfffa86a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row bc78a8ac-1c1d-4bb9-914d-80c4ea821c8f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] delete_revision(93ecdb01-2488-442c-8247-c04d80a1e70e) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_9d0f23de_44bd_4019_9af7_430c29569968, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_9d0f23de_44bd_4019_9af7_430c29569968 && ip4 && ip4.src == $pg_9d0f23de_44bd_4019_9af7_430c29569968_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 43b9f6ee-dd0c-4662-8d63-f77d53ef8ebc (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row bc78a8ac-1c1d-4bb9-914d-80c4ea821c8f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] delete_revision(ba062ff3-92c0-4bcf-bd55-1e3dd38dadbc) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (9d0f23de-44bd-4019-9af7-430c29569968), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_9d0f23de_44bd_4019_9af7_430c29569968, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3543fefb-bbb6-498a-a114-2554bf8d38e7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 726be429-21f5-4920-8d91-7132c3d132eb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] delete_revision(9d0f23de-44bd-4019-9af7-430c29569968) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row bc78a8ac-1c1d-4bb9-914d-80c4ea821c8f (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] delete_revisions(['d74c999a-1491-45bf-90be-f4a329b74791', 'a495a0cd-2916-4506-9ff3-91372c6c3ec4']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=9d0f23de-44bd-4019-9af7-430c29569968,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-439fbbd8-642a-4bdd-a5ec-fea34df751f8 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/9d0f23de-44bd-4019-9af7-430c29569968 HTTP/1.1" status: 204 len: 149 time: 0.1581366 +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45408) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (d9a88a57-c8af-403c-b9c9-18104df2c6f2), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] create_initial_revision uuid=d9a88a57-c8af-403c-b9c9-18104df2c6f2, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] create_initial_revision uuid=2632c62d-6ed9-4cd3-80f4-2b700b280dae, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] create_initial_revision uuid=65f53954-c2d7-4368-9bed-3e03d1cfaec8, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] create_initial_revision uuid=f526e786-d78d-494e-bdb1-a65ddbe06141, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] create_initial_revision uuid=f5ef86fc-b75b-410e-abda-86b20362a894, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (d9a88a57-c8af-403c-b9c9-18104df2c6f2), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd9a88a57-c8af-403c-b9c9-18104df2c6f2'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, direction=to-lport, priority=1002, match=outport == @pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2 && ip6 && ip6.src == $pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2632c62d-6ed9-4cd3-80f4-2b700b280dae'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, direction=to-lport, priority=1002, match=outport == @pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2 && ip4 && ip4.src == $pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '65f53954-c2d7-4368-9bed-3e03d1cfaec8'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, direction=from-lport, priority=1002, match=inport == @pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f526e786-d78d-494e-bdb1-a65ddbe06141'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, direction=from-lport, priority=1002, match=inport == @pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f5ef86fc-b75b-410e-abda-86b20362a894'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 2b12f5a8-c56f-410c-b86b-b7d18324d08c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 5fb9530c-f378-496c-a9e5-d8d3c1508004 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row dd27ad64-d372-422e-8d65-46ec1c427e40 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row f5a5e22b-38bd-4af3-add8-5682cf55d43e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1e98bd79-b116-45bc-862f-8050e4c7cc15 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Successfully bumped revision number for resource d9a88a57-c8af-403c-b9c9-18104df2c6f2 (type: security_groups) to 1 +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Successfully bumped revision number for resource 2632c62d-6ed9-4cd3-80f4-2b700b280dae (type: security_group_rules) to 0 +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Successfully bumped revision number for resource 65f53954-c2d7-4368-9bed-3e03d1cfaec8 (type: security_group_rules) to 0 +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Successfully bumped revision number for resource f526e786-d78d-494e-bdb1-a65ddbe06141 (type: security_group_rules) to 0 +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Successfully bumped revision number for resource f5ef86fc-b75b-410e-abda-86b20362a894 (type: security_group_rules) to 0 +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d9a88a57-c8af-403c-b9c9-18104df2c6f2,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-8cdee777-bc3a-43aa-ad62-45c8959921b0 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8da0870dae7b41efb7cb6777da2c86a9&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1863868 +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 45412) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] Publish callbacks [] for security_group (d9a88a57-c8af-403c-b9c9-18104df2c6f2), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (d9a88a57-c8af-403c-b9c9-18104df2c6f2), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2 && ip6 && ip6.src == $pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 5fb9530c-f378-496c-a9e5-d8d3c1508004 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1e98bd79-b116-45bc-862f-8050e4c7cc15 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] delete_revision(2632c62d-6ed9-4cd3-80f4-2b700b280dae) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2 && ip4 && ip4.src == $pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 1e98bd79-b116-45bc-862f-8050e4c7cc15 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row f5a5e22b-38bd-4af3-add8-5682cf55d43e (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] delete_revision(65f53954-c2d7-4368-9bed-3e03d1cfaec8) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (d9a88a57-c8af-403c-b9c9-18104df2c6f2), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d9a88a57_c8af_403c_b9c9_18104df2c6f2, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:45:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1e98bd79-b116-45bc-862f-8050e4c7cc15 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 2b12f5a8-c56f-410c-b86b-b7d18324d08c (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row dd27ad64-d372-422e-8d65-46ec1c427e40 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] delete_revision(d9a88a57-c8af-403c-b9c9-18104df2c6f2) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] delete_revisions(['f526e786-d78d-494e-bdb1-a65ddbe06141', 'f5ef86fc-b75b-410e-abda-86b20362a894']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d9a88a57-c8af-403c-b9c9-18104df2c6f2,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:45:56 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-f8e94e7c-5f94-4375-a6a7-edc415d4ff67 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d9a88a57-c8af-403c-b9c9-18104df2c6f2 HTTP/1.1" status: 204 len: 149 time: 0.1438320 +Jan 14 22:45:56 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:45:57 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=166,neutron:DELETE=12,neutron:INSERT=19,neutron:UPDATE=8 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:45:57 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=169,neutron:DELETE=12,neutron:INSERT=13,neutron:UPDATE=4 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:02 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:46:02 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: DEBUG futurist.periodics [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.DBInconsistenciesPeriodics.check_for_inconsistencies' {{(pid=115618) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Maintenance task: Synchronizing Neutron and OVN databases started {{(pid=115618) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:381}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Maintenance task: Number of inconsistencies found at create/update: networks=1 {{(pid=115618) _log /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:362}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Maintenance task: Fixing resource 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 (type: networks) at create/update {{(pid=115618) check_for_inconsistencies /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py:391}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): CheckRevisionNumberCommand(_result=None, name=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, resource={'id': '9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0', 'name': 'public', 'tenant_id': 'aa6fef291c0e4913b9afb52e8e1e383b', '******_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2e40dc24-c635-4512-9eed-b95b6c562508', 'bc6dfbf7-c322-41ef-865c-d0d895b3da37'], 'standard_attr_id': 20, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-01-14T22:35:43Z', 'updated_at': '2025-01-14T22:41:31Z', 'revision_number': 3, 'project_id': 'aa6fef291c0e4913b9afb52e8e1e383b', 'provider:network_type': 'flat', 'provider:physical_network': 'public', 'provider:segmentation_id': None}, resource_type=networks, if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=1): DbSetCommand(_result=None, table=Logical_Switch, record=neutron-9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0, col_values=(('external_ids', {'neutron:network_name': 'public', 'neutron:mtu': '1500', 'neutron:revision_number': '3', 'neutron:availability_zone_hints': '', 'neutron:provnet-network-type': 'flat'}), ('other_config', {'mcast_snoop': 'false', 'mcast_flood_unregistered': 'false', 'vlan-passthru': 'false', 'fdb_age_threshold': '0', 'broadcast-arps-to-all-routers': 'true'})), if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=2): SetLSwitchPortCommand(_result=None, lport=provnet-fde35bef-9002-4824-b05d-18f6a4fdeb46, external_ids_update=None, columns={'tag': []}, if_exists=True) {{(pid=115618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:03 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row ccd7c6fd-6566-4121-9636-a725514d7360 (table: Logical_Switch) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:03 ubuntu neutron-server[115618]: INFO neutron.db.ovn_revision_numbers_db [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Successfully bumped revision number for resource 9fca54ae-5aec-4f6b-9f52-07dc7c40e8d0 (type: networks) to 3 +Jan 14 22:46:03 ubuntu neutron-server[115618]: INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance [None req-14c5eae0-d56d-44bf-9462-52ec738dd0de None None] Maintenance task: Synchronization completed (took 0.10 seconds) +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 43882) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (cfd08562-1100-4aab-b2eb-44a845aeb7c4), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] create_initial_revision uuid=cfd08562-1100-4aab-b2eb-44a845aeb7c4, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] create_initial_revision uuid=915d69c6-d880-4d5b-afa3-95abf00550b4, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] create_initial_revision uuid=a3e184e7-236a-45f7-bb46-cb35fc621d09, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] create_initial_revision uuid=c30ab35f-3685-4fbd-a451-8d2bf8b8cd06, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] create_initial_revision uuid=e371e67c-aeea-4dd9-ac55-b6d9ff4cd4a2, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (cfd08562-1100-4aab-b2eb-44a845aeb7c4), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'cfd08562-1100-4aab-b2eb-44a845aeb7c4'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, direction=to-lport, priority=1002, match=outport == @pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4 && ip6 && ip6.src == $pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '915d69c6-d880-4d5b-afa3-95abf00550b4'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, direction=from-lport, priority=1002, match=inport == @pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a3e184e7-236a-45f7-bb46-cb35fc621d09'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, direction=to-lport, priority=1002, match=outport == @pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4 && ip4 && ip4.src == $pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c30ab35f-3685-4fbd-a451-8d2bf8b8cd06'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, direction=from-lport, priority=1002, match=inport == @pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'e371e67c-aeea-4dd9-ac55-b6d9ff4cd4a2'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 01c130f5-13f6-4c81-981d-9324dfeeba05 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 54321756-6f4a-4770-9013-629154bf2b29 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 53f7ba44-fb29-4830-be92-1716b9f25e41 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row ca1ddcf8-1da4-4ed8-b2b4-2bc684d3a93c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 6cc55095-b562-4dc7-a73d-43d12b512845 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Successfully bumped revision number for resource cfd08562-1100-4aab-b2eb-44a845aeb7c4 (type: security_groups) to 1 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Successfully bumped revision number for resource 915d69c6-d880-4d5b-afa3-95abf00550b4 (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Successfully bumped revision number for resource a3e184e7-236a-45f7-bb46-cb35fc621d09 (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Successfully bumped revision number for resource c30ab35f-3685-4fbd-a451-8d2bf8b8cd06 (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Successfully bumped revision number for resource e371e67c-aeea-4dd9-ac55-b6d9ff4cd4a2 (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=cfd08562-1100-4aab-b2eb-44a845aeb7c4,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-390874d3-22cd-4ed8-ba56-d4b34904998b ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=22b3113221b64a04be87e8fde0f63487&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2448077 +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 43888) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] Publish callbacks [] for security_group (cfd08562-1100-4aab-b2eb-44a845aeb7c4), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (cfd08562-1100-4aab-b2eb-44a845aeb7c4), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4 && ip6 && ip6.src == $pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row ca1ddcf8-1da4-4ed8-b2b4-2bc684d3a93c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] delete_revision(915d69c6-d880-4d5b-afa3-95abf00550b4) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 6cc55095-b562-4dc7-a73d-43d12b512845 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4 && ip4 && ip4.src == $pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 01c130f5-13f6-4c81-981d-9324dfeeba05 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row ca1ddcf8-1da4-4ed8-b2b4-2bc684d3a93c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] delete_revision(c30ab35f-3685-4fbd-a451-8d2bf8b8cd06) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (cfd08562-1100-4aab-b2eb-44a845aeb7c4), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_cfd08562_1100_4aab_b2eb_44a845aeb7c4, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 53f7ba44-fb29-4830-be92-1716b9f25e41 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row ca1ddcf8-1da4-4ed8-b2b4-2bc684d3a93c (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] delete_revision(cfd08562-1100-4aab-b2eb-44a845aeb7c4) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 54321756-6f4a-4770-9013-629154bf2b29 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] delete_revisions(['a3e184e7-236a-45f7-bb46-cb35fc621d09', 'e371e67c-aeea-4dd9-ac55-b6d9ff4cd4a2']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=cfd08562-1100-4aab-b2eb-44a845aeb7c4,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-3de2d9ef-4fdf-4fb2-b30a-318c8830c2e4 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/cfd08562-1100-4aab-b2eb-44a845aeb7c4 HTTP/1.1" status: 204 len: 149 time: 0.1679947 +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 43902) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (4df5254c-9249-46fb-a23a-fb1227bb05e6), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] create_initial_revision uuid=4df5254c-9249-46fb-a23a-fb1227bb05e6, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] create_initial_revision uuid=02c415dd-57be-44b1-bd0c-6fbbbe8c20d8, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] create_initial_revision uuid=03a940eb-f5f0-4375-84ea-dc90b7bc741d, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] create_initial_revision uuid=67124ac5-b5e8-4218-91e5-cd8199ca1a62, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] create_initial_revision uuid=cbe4c5ff-5762-40fe-87e0-f53d37fa1832, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (4df5254c-9249-46fb-a23a-fb1227bb05e6), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '4df5254c-9249-46fb-a23a-fb1227bb05e6'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, direction=from-lport, priority=1002, match=inport == @pg_4df5254c_9249_46fb_a23a_fb1227bb05e6 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '02c415dd-57be-44b1-bd0c-6fbbbe8c20d8'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, direction=to-lport, priority=1002, match=outport == @pg_4df5254c_9249_46fb_a23a_fb1227bb05e6 && ip6 && ip6.src == $pg_4df5254c_9249_46fb_a23a_fb1227bb05e6_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '03a940eb-f5f0-4375-84ea-dc90b7bc741d'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, direction=from-lport, priority=1002, match=inport == @pg_4df5254c_9249_46fb_a23a_fb1227bb05e6 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '67124ac5-b5e8-4218-91e5-cd8199ca1a62'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, direction=to-lport, priority=1002, match=outport == @pg_4df5254c_9249_46fb_a23a_fb1227bb05e6 && ip4 && ip4.src == $pg_4df5254c_9249_46fb_a23a_fb1227bb05e6_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'cbe4c5ff-5762-40fe-87e0-f53d37fa1832'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 3016b700-0877-4a02-a9d1-23db3363672c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 547ed0c3-a18b-42b5-81e1-8f5e7589c3af (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 68e46582-f81d-45c1-92b8-d8778b841be2 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row c0d7a287-5282-4fe9-bbef-fae4c15683a5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row ef0f0152-d9f4-4c24-b0d2-edc742cd5227 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Successfully bumped revision number for resource 4df5254c-9249-46fb-a23a-fb1227bb05e6 (type: security_groups) to 1 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Successfully bumped revision number for resource 02c415dd-57be-44b1-bd0c-6fbbbe8c20d8 (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Successfully bumped revision number for resource 03a940eb-f5f0-4375-84ea-dc90b7bc741d (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Successfully bumped revision number for resource 67124ac5-b5e8-4218-91e5-cd8199ca1a62 (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Successfully bumped revision number for resource cbe4c5ff-5762-40fe-87e0-f53d37fa1832 (type: security_group_rules) to 0 +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=4df5254c-9249-46fb-a23a-fb1227bb05e6,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): CheckLivenessCommand(_result=None) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115615) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row a92e904a-0ed7-4b35-b2c4-c46cca13b420 (table: NB_Global) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115614) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:46:04 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 24d707ef-12e0-4c0e-86f7-c92a7a12045d (table: Chassis_Private) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115617]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] ChassisAgentWriteEvent : Matched Chassis_Private, update, None None {{(pid=115617) matches /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:65}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:04 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-085ed021-3e64-4ae2-b5c9-bc00b60ccc09 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=f492c140e17b4c03b4906b3c63c39bd8&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1709235 +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 43916) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] Publish callbacks [] for security_group (4df5254c-9249-46fb-a23a-fb1227bb05e6), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (4df5254c-9249-46fb-a23a-fb1227bb05e6), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4df5254c_9249_46fb_a23a_fb1227bb05e6 && ip6 && ip6.src == $pg_4df5254c_9249_46fb_a23a_fb1227bb05e6_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] delete_revision(03a940eb-f5f0-4375-84ea-dc90b7bc741d) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 3016b700-0877-4a02-a9d1-23db3363672c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 547ed0c3-a18b-42b5-81e1-8f5e7589c3af (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_4df5254c_9249_46fb_a23a_fb1227bb05e6 && ip4 && ip4.src == $pg_4df5254c_9249_46fb_a23a_fb1227bb05e6_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row ef0f0152-d9f4-4c24-b0d2-edc742cd5227 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 547ed0c3-a18b-42b5-81e1-8f5e7589c3af (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] delete_revision(cbe4c5ff-5762-40fe-87e0-f53d37fa1832) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (4df5254c-9249-46fb-a23a-fb1227bb05e6), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_4df5254c_9249_46fb_a23a_fb1227bb05e6, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 68e46582-f81d-45c1-92b8-d8778b841be2 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 547ed0c3-a18b-42b5-81e1-8f5e7589c3af (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row c0d7a287-5282-4fe9-bbef-fae4c15683a5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] delete_revision(4df5254c-9249-46fb-a23a-fb1227bb05e6) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] delete_revisions(['67124ac5-b5e8-4218-91e5-cd8199ca1a62', '02c415dd-57be-44b1-bd0c-6fbbbe8c20d8']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=4df5254c-9249-46fb-a23a-fb1227bb05e6,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:04 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-9d1ccad1-62c4-4d7b-8409-e636893928ad ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/4df5254c-9249-46fb-a23a-fb1227bb05e6 HTTP/1.1" status: 204 len: 149 time: 0.1621540 +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 43924) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (95f640c1-4d2a-4694-a995-5c2eb04ba13b), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] create_initial_revision uuid=95f640c1-4d2a-4694-a995-5c2eb04ba13b, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] create_initial_revision uuid=3ea97b74-3d40-4c13-ab76-54a62baa998b, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] create_initial_revision uuid=434e0b98-649b-437f-8f1e-998f5414e240, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] create_initial_revision uuid=8e14908d-ec07-4a5a-a2fa-88130dab9268, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] create_initial_revision uuid=90dae452-5f11-421d-9bfc-2e2b77992632, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (95f640c1-4d2a-4694-a995-5c2eb04ba13b), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '95f640c1-4d2a-4694-a995-5c2eb04ba13b'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, direction=to-lport, priority=1002, match=outport == @pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b && ip4 && ip4.src == $pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3ea97b74-3d40-4c13-ab76-54a62baa998b'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, direction=from-lport, priority=1002, match=inport == @pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '434e0b98-649b-437f-8f1e-998f5414e240'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, direction=from-lport, priority=1002, match=inport == @pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8e14908d-ec07-4a5a-a2fa-88130dab9268'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, direction=to-lport, priority=1002, match=outport == @pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b && ip6 && ip6.src == $pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '90dae452-5f11-421d-9bfc-2e2b77992632'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1ae55fbb-d31b-4f7f-abd8-0e03266d9225 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 87595404-7a8a-4954-ac48-2ffa57f30e8a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 787caf97-ec2f-4b8c-bf02-4163d9ef93c0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e38c33fb-4577-47fd-aa96-c73a06a2daf8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row f3aae474-3990-4fd2-bf22-de80e91a8cf7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Successfully bumped revision number for resource 95f640c1-4d2a-4694-a995-5c2eb04ba13b (type: security_groups) to 1 +Jan 14 22:46:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Successfully bumped revision number for resource 3ea97b74-3d40-4c13-ab76-54a62baa998b (type: security_group_rules) to 0 +Jan 14 22:46:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Successfully bumped revision number for resource 434e0b98-649b-437f-8f1e-998f5414e240 (type: security_group_rules) to 0 +Jan 14 22:46:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Successfully bumped revision number for resource 8e14908d-ec07-4a5a-a2fa-88130dab9268 (type: security_group_rules) to 0 +Jan 14 22:46:05 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Successfully bumped revision number for resource 90dae452-5f11-421d-9bfc-2e2b77992632 (type: security_group_rules) to 0 +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=95f640c1-4d2a-4694-a995-5c2eb04ba13b,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-0874dc13-eabd-464e-9369-fe3384ada263 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=7d637e2bdd514e52aed2c39f85d97dcc&name=default HTTP/1.1" status: 200 len: 3120 time: 0.1537263 +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 43930) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] Publish callbacks [] for security_group (95f640c1-4d2a-4694-a995-5c2eb04ba13b), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (95f640c1-4d2a-4694-a995-5c2eb04ba13b), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b && ip4 && ip4.src == $pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1ae55fbb-d31b-4f7f-abd8-0e03266d9225 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 787caf97-ec2f-4b8c-bf02-4163d9ef93c0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] delete_revision(3ea97b74-3d40-4c13-ab76-54a62baa998b) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b && ip6 && ip6.src == $pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 787caf97-ec2f-4b8c-bf02-4163d9ef93c0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] delete_revision(90dae452-5f11-421d-9bfc-2e2b77992632) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row f3aae474-3990-4fd2-bf22-de80e91a8cf7 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (95f640c1-4d2a-4694-a995-5c2eb04ba13b), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_95f640c1_4d2a_4694_a995_5c2eb04ba13b, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 87595404-7a8a-4954-ac48-2ffa57f30e8a (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e38c33fb-4577-47fd-aa96-c73a06a2daf8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 787caf97-ec2f-4b8c-bf02-4163d9ef93c0 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] delete_revision(95f640c1-4d2a-4694-a995-5c2eb04ba13b) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] delete_revisions(['434e0b98-649b-437f-8f1e-998f5414e240', '8e14908d-ec07-4a5a-a2fa-88130dab9268']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=95f640c1-4d2a-4694-a995-5c2eb04ba13b,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:05 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-9dea2426-06b4-4c3a-8e04-57ffe2efb5f9 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/95f640c1-4d2a-4694-a995-5c2eb04ba13b HTTP/1.1" status: 204 len: 149 time: 0.1524427 +Jan 14 22:46:10 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 50232) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (544b5163-8096-45bf-ad4b-007b565efa3f), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] create_initial_revision uuid=544b5163-8096-45bf-ad4b-007b565efa3f, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] create_initial_revision uuid=b84681a1-3590-4026-b4f9-7dfbb9d660f9, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] create_initial_revision uuid=f352db16-e403-46b9-94a0-845729e61f14, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] create_initial_revision uuid=fe5ca063-e9f3-4cee-9ab0-9b565b61fb7f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] create_initial_revision uuid=ff224cfb-6a3c-4265-8715-13640e5cd098, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (544b5163-8096-45bf-ad4b-007b565efa3f), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_544b5163_8096_45bf_ad4b_007b565efa3f, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '544b5163-8096-45bf-ad4b-007b565efa3f'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_544b5163_8096_45bf_ad4b_007b565efa3f, direction=to-lport, priority=1002, match=outport == @pg_544b5163_8096_45bf_ad4b_007b565efa3f && ip4 && ip4.src == $pg_544b5163_8096_45bf_ad4b_007b565efa3f_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b84681a1-3590-4026-b4f9-7dfbb9d660f9'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_544b5163_8096_45bf_ad4b_007b565efa3f, direction=from-lport, priority=1002, match=inport == @pg_544b5163_8096_45bf_ad4b_007b565efa3f && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f352db16-e403-46b9-94a0-845729e61f14'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_544b5163_8096_45bf_ad4b_007b565efa3f, direction=to-lport, priority=1002, match=outport == @pg_544b5163_8096_45bf_ad4b_007b565efa3f && ip6 && ip6.src == $pg_544b5163_8096_45bf_ad4b_007b565efa3f_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'fe5ca063-e9f3-4cee-9ab0-9b565b61fb7f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_544b5163_8096_45bf_ad4b_007b565efa3f, direction=from-lport, priority=1002, match=inport == @pg_544b5163_8096_45bf_ad4b_007b565efa3f && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'ff224cfb-6a3c-4265-8715-13640e5cd098'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 04834867-4fdf-4cb8-89f8-a41b995ba85c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 17ac19fa-a2e3-4ab0-969b-f4a40d10c0dc (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 2d361fd2-ad68-430f-a39b-b9f340b22c58 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row f3968897-98b8-4b5a-a29c-ff5baa29cd5e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 2f087d21-4047-4cc8-99f2-168b25b8dfe4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Successfully bumped revision number for resource 544b5163-8096-45bf-ad4b-007b565efa3f (type: security_groups) to 1 +Jan 14 22:46:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Successfully bumped revision number for resource b84681a1-3590-4026-b4f9-7dfbb9d660f9 (type: security_group_rules) to 0 +Jan 14 22:46:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Successfully bumped revision number for resource f352db16-e403-46b9-94a0-845729e61f14 (type: security_group_rules) to 0 +Jan 14 22:46:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Successfully bumped revision number for resource fe5ca063-e9f3-4cee-9ab0-9b565b61fb7f (type: security_group_rules) to 0 +Jan 14 22:46:11 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Successfully bumped revision number for resource ff224cfb-6a3c-4265-8715-13640e5cd098 (type: security_group_rules) to 0 +Jan 14 22:46:11 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=544b5163-8096-45bf-ad4b-007b565efa3f,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:11 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-ab703786-dcd5-4742-8eac-f201e83150a2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=5206485a63584be9a8778512fb04d8af&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2104707 +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 50240) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] Publish callbacks [] for security_group (544b5163-8096-45bf-ad4b-007b565efa3f), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (544b5163-8096-45bf-ad4b-007b565efa3f), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_544b5163_8096_45bf_ad4b_007b565efa3f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_544b5163_8096_45bf_ad4b_007b565efa3f && ip4 && ip4.src == $pg_544b5163_8096_45bf_ad4b_007b565efa3f_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 2d361fd2-ad68-430f-a39b-b9f340b22c58 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 2f087d21-4047-4cc8-99f2-168b25b8dfe4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] delete_revision(b84681a1-3590-4026-b4f9-7dfbb9d660f9) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_544b5163_8096_45bf_ad4b_007b565efa3f, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_544b5163_8096_45bf_ad4b_007b565efa3f && ip6 && ip6.src == $pg_544b5163_8096_45bf_ad4b_007b565efa3f_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 04834867-4fdf-4cb8-89f8-a41b995ba85c (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 2f087d21-4047-4cc8-99f2-168b25b8dfe4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] delete_revision(fe5ca063-e9f3-4cee-9ab0-9b565b61fb7f) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (544b5163-8096-45bf-ad4b-007b565efa3f), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_544b5163_8096_45bf_ad4b_007b565efa3f, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 17ac19fa-a2e3-4ab0-969b-f4a40d10c0dc (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row f3968897-98b8-4b5a-a29c-ff5baa29cd5e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 2f087d21-4047-4cc8-99f2-168b25b8dfe4 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] delete_revision(544b5163-8096-45bf-ad4b-007b565efa3f) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] delete_revisions(['ff224cfb-6a3c-4265-8715-13640e5cd098', 'f352db16-e403-46b9-94a0-845729e61f14']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=544b5163-8096-45bf-ad4b-007b565efa3f,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:11 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-983ce8e4-5552-45f2-b57f-3878e1b8c151 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/544b5163-8096-45bf-ad4b-007b565efa3f HTTP/1.1" status: 204 len: 149 time: 0.1654150 +Jan 14 22:46:13 ubuntu neutron-server[115618]: DEBUG dbcounter [-] [115618] Writing DB stats neutron:SELECT=15 {{(pid=115618) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:13 ubuntu neutron-server[115618]: DEBUG dbcounter [-] [115618] Writing DB stats neutron:SELECT=31,neutron:UPDATE=1 {{(pid=115618) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:13 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=3 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:13 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 50246) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (6c3a6507-b7d3-490f-9012-5f9f4a7a1091), precommit_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] create_initial_revision uuid=6c3a6507-b7d3-490f-9012-5f9f4a7a1091, type=security_groups, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] create_initial_revision uuid=16d1998a-6193-4214-86f9-04a46400889d, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] create_initial_revision uuid=3e9a4b55-8dcd-46c0-8e80-b334fc009550, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] create_initial_revision uuid=5ec6840b-ef27-4feb-ad3d-4f657baeb5ab, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] create_initial_revision uuid=a5c3da48-a7ee-4feb-bc89-b476f68b3c00, type=security_group_rules, rev=-1 {{(pid=115615) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6c3a6507-b7d3-490f-9012-5f9f4a7a1091), after_create {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '6c3a6507-b7d3-490f-9012-5f9f4a7a1091'}}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, direction=from-lport, priority=1002, match=inport == @pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '16d1998a-6193-4214-86f9-04a46400889d'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, direction=to-lport, priority=1002, match=outport == @pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091 && ip4 && ip4.src == $pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3e9a4b55-8dcd-46c0-8e80-b334fc009550'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, direction=to-lport, priority=1002, match=outport == @pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091 && ip6 && ip6.src == $pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5ec6840b-ef27-4feb-ad3d-4f657baeb5ab'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, direction=from-lport, priority=1002, match=inport == @pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a5c3da48-a7ee-4feb-bc89-b476f68b3c00'}) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c47e967a-9901-4b1e-872e-40ee954cd99b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 0126495c-39a9-426c-94ea-ef1d863cbc51 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 1c3d5010-f399-498b-8021-06217d12d374 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 52290217-e9e1-4838-a5fc-ae1b959482c9 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 5bf22a58-901f-47f5-9238-d0b753f833ad (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Successfully bumped revision number for resource 6c3a6507-b7d3-490f-9012-5f9f4a7a1091 (type: security_groups) to 1 +Jan 14 22:46:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Successfully bumped revision number for resource 16d1998a-6193-4214-86f9-04a46400889d (type: security_group_rules) to 0 +Jan 14 22:46:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Successfully bumped revision number for resource 3e9a4b55-8dcd-46c0-8e80-b334fc009550 (type: security_group_rules) to 0 +Jan 14 22:46:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Successfully bumped revision number for resource 5ec6840b-ef27-4feb-ad3d-4f657baeb5ab (type: security_group_rules) to 0 +Jan 14 22:46:14 ubuntu neutron-server[115615]: INFO neutron.db.ovn_revision_numbers_db [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Successfully bumped revision number for resource a5c3da48-a7ee-4feb-bc89-b476f68b3c00 (type: security_group_rules) to 0 +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=6c3a6507-b7d3-490f-9012-5f9f4a7a1091,revision_number=1']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-79535aaf-d96f-4ff9-8a42-9cf801062b33 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=3a1747f9d8f54720945acd016df942a3&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2381110 +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 50260) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] Publish callbacks [] for security_group (6c3a6507-b7d3-490f-9012-5f9f4a7a1091), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:14 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=1 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (6c3a6507-b7d3-490f-9012-5f9f4a7a1091), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:14 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=3 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091 && ip4 && ip4.src == $pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] delete_revision(3e9a4b55-8dcd-46c0-8e80-b334fc009550) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c47e967a-9901-4b1e-872e-40ee954cd99b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 0126495c-39a9-426c-94ea-ef1d863cbc51 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091 && ip6 && ip6.src == $pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 1c3d5010-f399-498b-8021-06217d12d374 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] delete_revision(5ec6840b-ef27-4feb-ad3d-4f657baeb5ab) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 0126495c-39a9-426c-94ea-ef1d863cbc51 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (6c3a6507-b7d3-490f-9012-5f9f4a7a1091), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_6c3a6507_b7d3_490f_9012_5f9f4a7a1091, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 52290217-e9e1-4838-a5fc-ae1b959482c9 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 5bf22a58-901f-47f5-9238-d0b753f833ad (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] delete_revision(6c3a6507-b7d3-490f-9012-5f9f4a7a1091) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:14 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 0126495c-39a9-426c-94ea-ef1d863cbc51 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] delete_revisions(['a5c3da48-a7ee-4feb-bc89-b476f68b3c00', '16d1998a-6193-4214-86f9-04a46400889d']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=6c3a6507-b7d3-490f-9012-5f9f4a7a1091,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:14 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-e084fe65-e5b5-403f-b61e-31338e0b5cf3 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/6c3a6507-b7d3-490f-9012-5f9f4a7a1091 HTTP/1.1" status: 204 len: 149 time: 0.1618159 +Jan 14 22:46:24 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=178,neutron:INSERT=24,neutron:UPDATE=11,neutron:DELETE=7 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:24 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:UPDATE=18,neutron:SELECT=168,neutron:INSERT=24,neutron:DELETE=9 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:24 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:UPDATE=25,neutron:SELECT=515,neutron:INSERT=83,neutron:DELETE=21 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:24 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=509,neutron:INSERT=45,neutron:UPDATE=33,neutron:DELETE=35 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 38848) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (41346b64-4037-4022-b4e6-d651add7b181), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] create_initial_revision uuid=41346b64-4037-4022-b4e6-d651add7b181, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] create_initial_revision uuid=3cab73f4-0062-4f4a-9c1e-941a0e02d56e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] create_initial_revision uuid=743be68e-02a3-4ee2-b669-9993069b30e5, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] create_initial_revision uuid=91fe9e49-98f3-4287-9bbb-994ec9fa5f67, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] create_initial_revision uuid=96f634a8-6d99-402d-9086-fb282025cbdb, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (41346b64-4037-4022-b4e6-d651add7b181), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_41346b64_4037_4022_b4e6_d651add7b181, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '41346b64-4037-4022-b4e6-d651add7b181'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_41346b64_4037_4022_b4e6_d651add7b181, direction=to-lport, priority=1002, match=outport == @pg_41346b64_4037_4022_b4e6_d651add7b181 && ip6 && ip6.src == $pg_41346b64_4037_4022_b4e6_d651add7b181_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '3cab73f4-0062-4f4a-9c1e-941a0e02d56e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_41346b64_4037_4022_b4e6_d651add7b181, direction=to-lport, priority=1002, match=outport == @pg_41346b64_4037_4022_b4e6_d651add7b181 && ip4 && ip4.src == $pg_41346b64_4037_4022_b4e6_d651add7b181_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '743be68e-02a3-4ee2-b669-9993069b30e5'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_41346b64_4037_4022_b4e6_d651add7b181, direction=from-lport, priority=1002, match=inport == @pg_41346b64_4037_4022_b4e6_d651add7b181 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '91fe9e49-98f3-4287-9bbb-994ec9fa5f67'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_41346b64_4037_4022_b4e6_d651add7b181, direction=from-lport, priority=1002, match=inport == @pg_41346b64_4037_4022_b4e6_d651add7b181 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '96f634a8-6d99-402d-9086-fb282025cbdb'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 64504b77-3ade-4a2b-9503-8ceec28da70b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:28 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 8e17e72c-328e-42a2-bb5a-dd6f8ab99612 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 155de720-830e-4db7-8d23-9f2dcaaf0dc1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 25601ca1-9252-475c-bca2-546b0407f99b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 106ec020-83cf-4fef-ae45-ea2bcdeab608 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Successfully bumped revision number for resource 41346b64-4037-4022-b4e6-d651add7b181 (type: security_groups) to 1 +Jan 14 22:46:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Successfully bumped revision number for resource 3cab73f4-0062-4f4a-9c1e-941a0e02d56e (type: security_group_rules) to 0 +Jan 14 22:46:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Successfully bumped revision number for resource 743be68e-02a3-4ee2-b669-9993069b30e5 (type: security_group_rules) to 0 +Jan 14 22:46:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Successfully bumped revision number for resource 91fe9e49-98f3-4287-9bbb-994ec9fa5f67 (type: security_group_rules) to 0 +Jan 14 22:46:29 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Successfully bumped revision number for resource 96f634a8-6d99-402d-9086-fb282025cbdb (type: security_group_rules) to 0 +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=41346b64-4037-4022-b4e6-d651add7b181,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-d6b09892-1f12-4352-bff8-8d77d1c17a02 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=fa1c6342ed5a49b0b8e556468740e792&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2044549 +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 38862) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] Publish callbacks [] for security_group (41346b64-4037-4022-b4e6-d651add7b181), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (41346b64-4037-4022-b4e6-d651add7b181), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_41346b64_4037_4022_b4e6_d651add7b181, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_41346b64_4037_4022_b4e6_d651add7b181 && ip6 && ip6.src == $pg_41346b64_4037_4022_b4e6_d651add7b181_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 155de720-830e-4db7-8d23-9f2dcaaf0dc1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 106ec020-83cf-4fef-ae45-ea2bcdeab608 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] delete_revision(3cab73f4-0062-4f4a-9c1e-941a0e02d56e) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_41346b64_4037_4022_b4e6_d651add7b181, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_41346b64_4037_4022_b4e6_d651add7b181 && ip4 && ip4.src == $pg_41346b64_4037_4022_b4e6_d651add7b181_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 8e17e72c-328e-42a2-bb5a-dd6f8ab99612 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 106ec020-83cf-4fef-ae45-ea2bcdeab608 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] delete_revision(743be68e-02a3-4ee2-b669-9993069b30e5) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (41346b64-4037-4022-b4e6-d651add7b181), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_41346b64_4037_4022_b4e6_d651add7b181, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 64504b77-3ade-4a2b-9503-8ceec28da70b (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 25601ca1-9252-475c-bca2-546b0407f99b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] delete_revision(41346b64-4037-4022-b4e6-d651add7b181) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:29 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 106ec020-83cf-4fef-ae45-ea2bcdeab608 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] delete_revisions(['91fe9e49-98f3-4287-9bbb-994ec9fa5f67', '96f634a8-6d99-402d-9086-fb282025cbdb']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=41346b64-4037-4022-b4e6-d651add7b181,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-29b34309-d66e-4f62-a4a4-b69378c7a5f6 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/41346b64-4037-4022-b4e6-d651add7b181 HTTP/1.1" status: 204 len: 149 time: 0.1511481 +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 38870) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:29 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (132c62ec-701a-4f26-9a4c-91e797bbdf7c), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] create_initial_revision uuid=132c62ec-701a-4f26-9a4c-91e797bbdf7c, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] create_initial_revision uuid=2dd4107c-97b1-4db4-b89a-7412ed980a33, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] create_initial_revision uuid=8d60a8ca-7779-4a21-a961-e19598e7de4f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] create_initial_revision uuid=a01c3744-7cdf-4138-96e8-b8711b11b2cb, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] create_initial_revision uuid=eb0b6454-6cf8-4096-8879-41e2886ca64e, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (132c62ec-701a-4f26-9a4c-91e797bbdf7c), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': '132c62ec-701a-4f26-9a4c-91e797bbdf7c'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, direction=to-lport, priority=1002, match=outport == @pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c && ip4 && ip4.src == $pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '2dd4107c-97b1-4db4-b89a-7412ed980a33'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, direction=from-lport, priority=1002, match=inport == @pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '8d60a8ca-7779-4a21-a961-e19598e7de4f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, direction=to-lport, priority=1002, match=outport == @pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c && ip6 && ip6.src == $pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'a01c3744-7cdf-4138-96e8-b8711b11b2cb'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, direction=from-lport, priority=1002, match=inport == @pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'eb0b6454-6cf8-4096-8879-41e2886ca64e'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row bdffbecf-7f5a-448a-bdab-51f91d424044 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 645f1f17-499c-4f77-b5e0-5833179e57a0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 83d262b5-0070-47af-85b4-beeac02cdcf8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row b0f91160-daa4-46fc-b906-6e01d1ea56e1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row e79d67da-1998-4271-8888-5e7632a2f812 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Successfully bumped revision number for resource 132c62ec-701a-4f26-9a4c-91e797bbdf7c (type: security_groups) to 1 +Jan 14 22:46:30 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Successfully bumped revision number for resource 2dd4107c-97b1-4db4-b89a-7412ed980a33 (type: security_group_rules) to 0 +Jan 14 22:46:30 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Successfully bumped revision number for resource 8d60a8ca-7779-4a21-a961-e19598e7de4f (type: security_group_rules) to 0 +Jan 14 22:46:30 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Successfully bumped revision number for resource a01c3744-7cdf-4138-96e8-b8711b11b2cb (type: security_group_rules) to 0 +Jan 14 22:46:30 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Successfully bumped revision number for resource eb0b6454-6cf8-4096-8879-41e2886ca64e (type: security_group_rules) to 0 +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=132c62ec-701a-4f26-9a4c-91e797bbdf7c,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-2f2dd600-cbb2-41bc-a172-fdd5d1a90b07 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=e99c82c2cd71422d9383d567917800bf&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2184687 +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 38876) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] Publish callbacks [] for security_group (132c62ec-701a-4f26-9a4c-91e797bbdf7c), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (132c62ec-701a-4f26-9a4c-91e797bbdf7c), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c && ip4 && ip4.src == $pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row b0f91160-daa4-46fc-b906-6e01d1ea56e1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row e79d67da-1998-4271-8888-5e7632a2f812 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] delete_revision(2dd4107c-97b1-4db4-b89a-7412ed980a33) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c && ip6 && ip6.src == $pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 83d262b5-0070-47af-85b4-beeac02cdcf8 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row e79d67da-1998-4271-8888-5e7632a2f812 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] delete_revision(a01c3744-7cdf-4138-96e8-b8711b11b2cb) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (132c62ec-701a-4f26-9a4c-91e797bbdf7c), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_132c62ec_701a_4f26_9a4c_91e797bbdf7c, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 645f1f17-499c-4f77-b5e0-5833179e57a0 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row bdffbecf-7f5a-448a-bdab-51f91d424044 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row e79d67da-1998-4271-8888-5e7632a2f812 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] delete_revision(132c62ec-701a-4f26-9a4c-91e797bbdf7c) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] delete_revisions(['eb0b6454-6cf8-4096-8879-41e2886ca64e', '8d60a8ca-7779-4a21-a961-e19598e7de4f']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=132c62ec-701a-4f26-9a4c-91e797bbdf7c,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:30 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-b44b79c3-3c59-4239-8462-d8ebb7f0d41b ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/132c62ec-701a-4f26-9a4c-91e797bbdf7c HTTP/1.1" status: 204 len: 149 time: 0.1586266 +Jan 14 22:46:32 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:46:32 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:46:33 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39030) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (d22bc5bc-bd23-4c5e-a8cd-bcdece81e147), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] create_initial_revision uuid=d22bc5bc-bd23-4c5e-a8cd-bcdece81e147, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] create_initial_revision uuid=14c3d1ef-0b8d-47ea-838d-0f9b81770bbd, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] create_initial_revision uuid=1a4fa547-1673-403e-8498-fb07aacbf5bb, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] create_initial_revision uuid=324556f0-7283-4662-999e-e5813871b3d3, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] create_initial_revision uuid=4420df20-1d82-473c-b80a-35a8ed175b5d, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (d22bc5bc-bd23-4c5e-a8cd-bcdece81e147), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'd22bc5bc-bd23-4c5e-a8cd-bcdece81e147'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, direction=to-lport, priority=1002, match=outport == @pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147 && ip6 && ip6.src == $pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '14c3d1ef-0b8d-47ea-838d-0f9b81770bbd'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, direction=from-lport, priority=1002, match=inport == @pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '1a4fa547-1673-403e-8498-fb07aacbf5bb'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, direction=to-lport, priority=1002, match=outport == @pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147 && ip4 && ip4.src == $pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '324556f0-7283-4662-999e-e5813871b3d3'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, direction=from-lport, priority=1002, match=inport == @pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '4420df20-1d82-473c-b80a-35a8ed175b5d'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:39 ubuntu neutron-server[115617]: DEBUG neutron.common.ovn.hash_ring_manager [-] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115617) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.common.ovn.hash_ring_manager [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115614) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 7cb7f26a-8a95-46bb-af02-967193e4fac0 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row fd0a88ea-07d9-4c41-aec7-e899efe72889 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:39 ubuntu neutron-server[115615]: DEBUG neutron.common.ovn.hash_ring_manager [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring loaded. 2 active nodes. 0 offline nodes {{(pid=115615) _load_hash_ring /opt/stack/neutron/neutron/common/ovn/hash_ring_manager.py:102}} +Jan 14 22:46:39 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d25fa72c-75e2-4aba-be9d-6edaf5c2fd9b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:39 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row f0b2ec73-a0f7-4845-a7f2-a7fc72b430e3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:39 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 573b2e92-7b27-406b-996a-43a9f2f235b7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Successfully bumped revision number for resource d22bc5bc-bd23-4c5e-a8cd-bcdece81e147 (type: security_groups) to 1 +Jan 14 22:46:39 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Successfully bumped revision number for resource 14c3d1ef-0b8d-47ea-838d-0f9b81770bbd (type: security_group_rules) to 0 +Jan 14 22:46:39 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Successfully bumped revision number for resource 1a4fa547-1673-403e-8498-fb07aacbf5bb (type: security_group_rules) to 0 +Jan 14 22:46:39 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Successfully bumped revision number for resource 324556f0-7283-4662-999e-e5813871b3d3 (type: security_group_rules) to 0 +Jan 14 22:46:39 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Successfully bumped revision number for resource 4420df20-1d82-473c-b80a-35a8ed175b5d (type: security_group_rules) to 0 +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=d22bc5bc-bd23-4c5e-a8cd-bcdece81e147,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-1787f882-dde1-4ac5-8d92-c0b8bc8329e6 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=8e658465ce2e4856bfa6292173b31a51&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2197924 +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39038) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] Publish callbacks [] for security_group (d22bc5bc-bd23-4c5e-a8cd-bcdece81e147), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:39 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (d22bc5bc-bd23-4c5e-a8cd-bcdece81e147), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147 && ip6 && ip6.src == $pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d25fa72c-75e2-4aba-be9d-6edaf5c2fd9b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] delete_revision(14c3d1ef-0b8d-47ea-838d-0f9b81770bbd) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 573b2e92-7b27-406b-996a-43a9f2f235b7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147 && ip4 && ip4.src == $pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row fd0a88ea-07d9-4c41-aec7-e899efe72889 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 573b2e92-7b27-406b-996a-43a9f2f235b7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] delete_revision(324556f0-7283-4662-999e-e5813871b3d3) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (d22bc5bc-bd23-4c5e-a8cd-bcdece81e147), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_d22bc5bc_bd23_4c5e_a8cd_bcdece81e147, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 7cb7f26a-8a95-46bb-af02-967193e4fac0 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] delete_revision(d22bc5bc-bd23-4c5e-a8cd-bcdece81e147) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row f0b2ec73-a0f7-4845-a7f2-a7fc72b430e3 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:40 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 573b2e92-7b27-406b-996a-43a9f2f235b7 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] delete_revisions(['4420df20-1d82-473c-b80a-35a8ed175b5d', '1a4fa547-1673-403e-8498-fb07aacbf5bb']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=d22bc5bc-bd23-4c5e-a8cd-bcdece81e147,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:40 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-2637673a-1e97-42c1-8768-3d5bcadefb30 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/d22bc5bc-bd23-4c5e-a8cd-bcdece81e147 HTTP/1.1" status: 204 len: 149 time: 0.1519473 +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 39044) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (b3752dac-8968-46ea-93da-da709c00347b), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] create_initial_revision uuid=b3752dac-8968-46ea-93da-da709c00347b, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] create_initial_revision uuid=432524b8-1295-4d4c-a28c-556ed296c630, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] create_initial_revision uuid=7882faa5-91c1-4005-aadd-a03504fe1592, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] create_initial_revision uuid=9735db6a-d797-4b51-abfe-e4350a8a7737, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] create_initial_revision uuid=b24ede1e-2e98-467e-87ae-775389b38672, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b3752dac-8968-46ea-93da-da709c00347b), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_b3752dac_8968_46ea_93da_da709c00347b, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'b3752dac-8968-46ea-93da-da709c00347b'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_b3752dac_8968_46ea_93da_da709c00347b, direction=to-lport, priority=1002, match=outport == @pg_b3752dac_8968_46ea_93da_da709c00347b && ip4 && ip4.src == $pg_b3752dac_8968_46ea_93da_da709c00347b_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '432524b8-1295-4d4c-a28c-556ed296c630'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_b3752dac_8968_46ea_93da_da709c00347b, direction=from-lport, priority=1002, match=inport == @pg_b3752dac_8968_46ea_93da_da709c00347b && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7882faa5-91c1-4005-aadd-a03504fe1592'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_b3752dac_8968_46ea_93da_da709c00347b, direction=from-lport, priority=1002, match=inport == @pg_b3752dac_8968_46ea_93da_da709c00347b && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '9735db6a-d797-4b51-abfe-e4350a8a7737'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_b3752dac_8968_46ea_93da_da709c00347b, direction=to-lport, priority=1002, match=outport == @pg_b3752dac_8968_46ea_93da_da709c00347b && ip6 && ip6.src == $pg_b3752dac_8968_46ea_93da_da709c00347b_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b24ede1e-2e98-467e-87ae-775389b38672'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 0c40a68c-f3fb-423e-9954-716a37095fbb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 1d615d29-1725-4719-b89e-b83bf664d22b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 6a23fd89-f97a-44c3-8f11-9ff5a1446beb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c33bd8c5-89fe-42f8-8dd5-9c106698c175 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 4cac4735-578c-4709-bb55-73af14b60f85 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Successfully bumped revision number for resource b3752dac-8968-46ea-93da-da709c00347b (type: security_groups) to 1 +Jan 14 22:46:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Successfully bumped revision number for resource 432524b8-1295-4d4c-a28c-556ed296c630 (type: security_group_rules) to 0 +Jan 14 22:46:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Successfully bumped revision number for resource 7882faa5-91c1-4005-aadd-a03504fe1592 (type: security_group_rules) to 0 +Jan 14 22:46:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Successfully bumped revision number for resource 9735db6a-d797-4b51-abfe-e4350a8a7737 (type: security_group_rules) to 0 +Jan 14 22:46:46 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Successfully bumped revision number for resource b24ede1e-2e98-467e-87ae-775389b38672 (type: security_group_rules) to 0 +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=b3752dac-8968-46ea-93da-da709c00347b,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-6d220cd2-fedf-4c4d-b79b-9f4d998d05d2 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=fad46d0adef34921933449eeeb5a7ce5&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2573605 +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.api.wsgi [-] (115615) accepted ('10.201.9.223', 39048) {{(pid=115615) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] Publish callbacks [] for security_group (b3752dac-8968-46ea-93da-da709c00347b), before_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (b3752dac-8968-46ea-93da-da709c00347b), precommit_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b3752dac_8968_46ea_93da_da709c00347b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b3752dac_8968_46ea_93da_da709c00347b && ip4 && ip4.src == $pg_b3752dac_8968_46ea_93da_da709c00347b_ip4')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 1d615d29-1725-4719-b89e-b83bf664d22b (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 4cac4735-578c-4709-bb55-73af14b60f85 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] delete_revision(432524b8-1295-4d4c-a28c-556ed296c630) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_b3752dac_8968_46ea_93da_da709c00347b, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_b3752dac_8968_46ea_93da_da709c00347b && ip6 && ip6.src == $pg_b3752dac_8968_46ea_93da_da709c00347b_ip6')]) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 6a23fd89-f97a-44c3-8f11-9ff5a1446beb (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row 4cac4735-578c-4709-bb55-73af14b60f85 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] delete_revision(b24ede1e-2e98-467e-87ae-775389b38672) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (b3752dac-8968-46ea-93da-da709c00347b), after_delete {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_b3752dac_8968_46ea_93da_da709c00347b, if_exists=True) {{(pid=115615) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:46 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 0c40a68c-f3fb-423e-9954-716a37095fbb (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c33bd8c5-89fe-42f8-8dd5-9c106698c175 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 4cac4735-578c-4709-bb55-73af14b60f85 (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] delete_revision(b3752dac-8968-46ea-93da-da709c00347b) {{(pid=115615) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.db.ovn_revision_numbers_db [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] delete_revisions(['9735db6a-d797-4b51-abfe-e4350a8a7737', '7882faa5-91c1-4005-aadd-a03504fe1592']) {{(pid=115615) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=b3752dac-8968-46ea-93da-da709c00347b,revision_number=None']} {{(pid=115615) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: DEBUG neutron_lib.callbacks.manager [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115615) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:46 ubuntu neutron-server[115615]: INFO neutron.api.wsgi [None req-c530d3f6-e06f-431a-9781-710308a95b73 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/b3752dac-8968-46ea-93da-da709c00347b HTTP/1.1" status: 204 len: 149 time: 0.1658454 +Jan 14 22:46:49 ubuntu neutron-server[115617]: DEBUG dbcounter [-] [115617] Writing DB stats neutron:SELECT=2 {{(pid=115617) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:50 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:50 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=3 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=219,neutron:INSERT=44,neutron:UPDATE=12,neutron:DELETE=8 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=194,neutron:INSERT=20,neutron:UPDATE=13,neutron:DELETE=8 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=69,neutron:DELETE=8 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=64,neutron:DELETE=8,neutron:UPDATE=1 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 42988) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (ac9f4227-99df-4cd1-9e7e-2790e6fb6465), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] create_initial_revision uuid=ac9f4227-99df-4cd1-9e7e-2790e6fb6465, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] create_initial_revision uuid=11823602-dc26-4bf2-bff2-3fbebf1a250f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] create_initial_revision uuid=5f3b4b19-16db-4886-ba89-f3aeca161754, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] create_initial_revision uuid=7ebfc21e-e14f-4d91-afa9-83cf770d70d6, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] create_initial_revision uuid=f44fb833-ea2f-4e6e-b048-d102e46a4c9f, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (ac9f4227-99df-4cd1-9e7e-2790e6fb6465), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'ac9f4227-99df-4cd1-9e7e-2790e6fb6465'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, direction=from-lport, priority=1002, match=inport == @pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465 && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '11823602-dc26-4bf2-bff2-3fbebf1a250f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, direction=from-lport, priority=1002, match=inport == @pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465 && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5f3b4b19-16db-4886-ba89-f3aeca161754'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, direction=to-lport, priority=1002, match=outport == @pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465 && ip4 && ip4.src == $pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '7ebfc21e-e14f-4d91-afa9-83cf770d70d6'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, direction=to-lport, priority=1002, match=outport == @pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465 && ip6 && ip6.src == $pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'f44fb833-ea2f-4e6e-b048-d102e46a4c9f'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 00f2cbfb-abb4-4dc5-a106-7f1d244900b1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d11fb539-d80a-40ca-bacc-b08ed585f25e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row d2a11f98-6b33-4629-8521-fdf2dcea6eaa (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 31fa0804-48cb-4c1f-b4f9-1b44c4ca8a87 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row b9a5603b-88bb-4801-a7a2-27f1491b2460 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Successfully bumped revision number for resource ac9f4227-99df-4cd1-9e7e-2790e6fb6465 (type: security_groups) to 1 +Jan 14 22:46:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Successfully bumped revision number for resource 11823602-dc26-4bf2-bff2-3fbebf1a250f (type: security_group_rules) to 0 +Jan 14 22:46:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Successfully bumped revision number for resource 5f3b4b19-16db-4886-ba89-f3aeca161754 (type: security_group_rules) to 0 +Jan 14 22:46:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Successfully bumped revision number for resource 7ebfc21e-e14f-4d91-afa9-83cf770d70d6 (type: security_group_rules) to 0 +Jan 14 22:46:56 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Successfully bumped revision number for resource f44fb833-ea2f-4e6e-b048-d102e46a4c9f (type: security_group_rules) to 0 +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=ac9f4227-99df-4cd1-9e7e-2790e6fb6465,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-56322ba1-4a02-4ca5-8276-b6a703186842 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=bf9591606baf4273a4d36d561418be8f&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2216363 +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 42998) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] Publish callbacks [] for security_group (ac9f4227-99df-4cd1-9e7e-2790e6fb6465), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (ac9f4227-99df-4cd1-9e7e-2790e6fb6465), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465 && ip4 && ip4.src == $pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d11fb539-d80a-40ca-bacc-b08ed585f25e (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d2a11f98-6b33-4629-8521-fdf2dcea6eaa (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] delete_revision(7ebfc21e-e14f-4d91-afa9-83cf770d70d6) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465 && ip6 && ip6.src == $pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] delete_revision(f44fb833-ea2f-4e6e-b048-d102e46a4c9f) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 00f2cbfb-abb4-4dc5-a106-7f1d244900b1 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "update" for row d2a11f98-6b33-4629-8521-fdf2dcea6eaa (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (ac9f4227-99df-4cd1-9e7e-2790e6fb6465), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_ac9f4227_99df_4cd1_9e7e_2790e6fb6465, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 31fa0804-48cb-4c1f-b4f9-1b44c4ca8a87 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row b9a5603b-88bb-4801-a7a2-27f1491b2460 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row d2a11f98-6b33-4629-8521-fdf2dcea6eaa (table: Port_Group) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] delete_revision(ac9f4227-99df-4cd1-9e7e-2790e6fb6465) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:46:56 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] delete_revisions(['5f3b4b19-16db-4886-ba89-f3aeca161754', '11823602-dc26-4bf2-bff2-3fbebf1a250f']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:46:57 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=ac9f4227-99df-4cd1-9e7e-2790e6fb6465,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:46:57 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:46:57 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-6f807716-a929-4d70-b881-58505e4a9739 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/ac9f4227-99df-4cd1-9e7e-2790e6fb6465 HTTP/1.1" status: 204 len: 149 time: 0.1748209 +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 36692) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Publish callbacks [] for security_group (None), before_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group_precommit-663695'] for security_group (df4c08fa-35fd-4c13-a796-a43a5ceb88bf), precommit_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] create_initial_revision uuid=df4c08fa-35fd-4c13-a796-a43a5ceb88bf, type=security_groups, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] create_initial_revision uuid=5d9a026f-6828-4395-8d6e-9591ea5d0a99, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] create_initial_revision uuid=b0ab8129-dea1-411d-a6c0-4151a79428e0, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] create_initial_revision uuid=b49d5226-f336-481a-8b5c-1844df524234, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] create_initial_revision uuid=c0e8591a-72fc-4c2b-8b08-3eb756a25f36, type=security_group_rules, rev=-1 {{(pid=115614) create_initial_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:98}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._create_security_group-663734', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (df4c08fa-35fd-4c13-a796-a43a5ceb88bf), after_create {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAddCommand(_result=None, name=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, may_exist=False, columns={'acls': [], 'external_ids': {'neutron:security_group_id': 'df4c08fa-35fd-4c13-a796-a43a5ceb88bf'}}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=1): PgAclAddCommand(_result=None, entity=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, direction=to-lport, priority=1002, match=outport == @pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf && ip6 && ip6.src == $pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf_ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': '5d9a026f-6828-4395-8d6e-9591ea5d0a99'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=2): PgAclAddCommand(_result=None, entity=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, direction=to-lport, priority=1002, match=outport == @pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf && ip4 && ip4.src == $pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf_ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b0ab8129-dea1-411d-a6c0-4151a79428e0'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=3): PgAclAddCommand(_result=None, entity=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, direction=from-lport, priority=1002, match=inport == @pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf && ip6, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'b49d5226-f336-481a-8b5c-1844df524234'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=4): PgAclAddCommand(_result=None, entity=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, direction=from-lport, priority=1002, match=inport == @pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf && ip4, action=allow-related, log=False, may_exist=True, severity=[], name=[], meter=None, external_ids={'neutron:security_group_rule_id': 'c0e8591a-72fc-4c2b-8b08-3eb756a25f36'}) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row 19fd03a4-5d83-4df0-8858-e0797f6536e2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row c75c4835-93ac-483e-a446-526b599cc57f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "create" for row cc7fd99d-254b-448f-bfe7-4f4927dc0f00 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 52187844-0a4f-4c9f-a577-ecec4e43c2b5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "create" for row 70adbf82-c46f-4817-9c8c-39806efc0739 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Successfully bumped revision number for resource df4c08fa-35fd-4c13-a796-a43a5ceb88bf (type: security_groups) to 1 +Jan 14 22:47:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Successfully bumped revision number for resource 5d9a026f-6828-4395-8d6e-9591ea5d0a99 (type: security_group_rules) to 0 +Jan 14 22:47:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Successfully bumped revision number for resource b0ab8129-dea1-411d-a6c0-4151a79428e0 (type: security_group_rules) to 0 +Jan 14 22:47:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Successfully bumped revision number for resource b49d5226-f336-481a-8b5c-1844df524234 (type: security_group_rules) to 0 +Jan 14 22:47:02 ubuntu neutron-server[115614]: INFO neutron.db.ovn_revision_numbers_db [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Successfully bumped revision number for resource c0e8591a-72fc-4c2b-8b08-3eb756a25f36 (type: security_group_rules) to 0 +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] Pushing event updated for resources: {'SecurityGroup': ['ID=df4c08fa-35fd-4c13-a796-a43a5ceb88bf,revision_number=1']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-324b14dc-73ba-4dfa-8468-e2a2fb4c2535 ****** ******] 10.201.9.223 "GET /networking/v2.0/security-groups?tenant_id=ea9f9b05945b4720bea7a98d3be7a69b&name=default HTTP/1.1" status: 200 len: 3120 time: 0.2312744 +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.api.wsgi [-] (115614) accepted ('10.201.9.223', 36696) {{(pid=115614) server /opt/stack/data/venv/lib/python3.10/site-packages/eventlet/wsgi.py:1073}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] Publish callbacks [] for security_group (df4c08fa-35fd-4c13-a796-a43a5ceb88bf), before_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:47:02 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group_precommit-663713'] for security_group (df4c08fa-35fd-4c13-a796-a43a5ceb88bf), precommit_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf && ip6 && ip6.src == $pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf_ip6')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 52187844-0a4f-4c9f-a577-ecec4e43c2b5 (table: ACL) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 70adbf82-c46f-4817-9c8c-39806efc0739 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] delete_revision(5d9a026f-6828-4395-8d6e-9591ea5d0a99) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgAclDelCommand(_result=None, entity=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, if_exists=False, conditions=[('direction', '=', 'to-lport'), ('priority', '=', 1002), ('match', '=', 'outport == @pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf && ip4 && ip4.src == $pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf_ip4')]) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "update" for row 70adbf82-c46f-4817-9c8c-39806efc0739 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] delete_revision(b0ab8129-dea1-411d-a6c0-4151a79428e0) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:47:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row cc7fd99d-254b-448f-bfe7-4f4927dc0f00 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] Publish callbacks ['neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver._delete_security_group-663720', 'neutron.plugins.ml2.ovo_rpc._ObjectChangeHandler.handle_event-14695947'] for security_group (df4c08fa-35fd-4c13-a796-a43a5ceb88bf), after_delete {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG ovsdbapp.backend.ovs_idl.transaction [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Running txn n=1 command(idx=0): PgDelCommand(_result=None, name=pg_df4c08fa_35fd_4c13_a796_a43a5ceb88bf, if_exists=True) {{(pid=115614) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-da68970a-cdec-40d0-936a-888fb6cb0d50 None None] Hash Ring: Node 1ba8ba4f-90ff-4455-bd3e-7b26abc495e8 (host: ubuntu) handling event "delete" for row 70adbf82-c46f-4817-9c8c-39806efc0739 (table: Port_Group) {{(pid=115614) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] delete_revision(df4c08fa-35fd-4c13-a796-a43a5ceb88bf) {{(pid=115614) delete_revision /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:112}} +Jan 14 22:47:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row 19fd03a4-5d83-4df0-8858-e0797f6536e2 (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115615]: DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-7cdadbea-734d-4f27-9f1a-404638e7df11 None None] Hash Ring: Node 5035a516-cefa-41d9-a3af-e4e2998b0e56 (host: ubuntu) handling event "delete" for row c75c4835-93ac-483e-a446-526b599cc57f (table: ACL) {{(pid=115615) notify /opt/stack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py:852}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.db.ovn_revision_numbers_db [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] delete_revisions(['c0e8591a-72fc-4c2b-8b08-3eb756a25f36', 'b49d5226-f336-481a-8b5c-1844df524234']) {{(pid=115614) delete_revisions /opt/stack/neutron/neutron/db/ovn_revision_numbers_db.py:127}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron.api.rpc.handlers.resources_rpc [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] Pushing event deleted for resources: {'SecurityGroup': ['ID=df4c08fa-35fd-4c13-a796-a43a5ceb88bf,revision_number=None']} {{(pid=115614) push /opt/stack/neutron/neutron/api/rpc/handlers/resources_rpc.py:237}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: DEBUG neutron_lib.callbacks.manager [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] Publish callbacks [] for security_group (None), before_response {{(pid=115614) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} +Jan 14 22:47:02 ubuntu neutron-server[115614]: INFO neutron.api.wsgi [None req-03b7b3d6-82e0-4dc6-98f5-f62a785d2053 ****** ******] 10.201.9.223 "DELETE /networking/v2.0/security-groups/df4c08fa-35fd-4c13-a796-a43a5ceb88bf HTTP/1.1" status: 204 len: 149 time: 0.1655715 +Jan 14 22:47:10 ubuntu neutron-server[115619]: DEBUG neutron.db.agents_db [None req-d9e14ef9-8e05-4b5f-af12-9d868946a3d7 None None] Agent healthcheck: found 0 active agents {{(pid=115619) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} +Jan 14 22:47:12 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:UPDATE=1 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:12 ubuntu neutron-server[115615]: DEBUG dbcounter [-] [115615] Writing DB stats neutron:SELECT=1 {{(pid=115615) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:12 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:DELETE=1 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:12 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=146,neutron:INSERT=24,neutron:UPDATE=9,neutron:DELETE=10 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:12 ubuntu neutron-server[115614]: DEBUG dbcounter [-] [115614] Writing DB stats neutron:SELECT=125,neutron:UPDATE=4,neutron:DELETE=6,neutron:INSERT=8 {{(pid=115614) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:27 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:27 ubuntu neutron-server[115619]: DEBUG dbcounter [-] [115619] Writing DB stats neutron:SELECT=2 {{(pid=115619) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} +Jan 14 22:47:32 ubuntu neutron-server[115615]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115615) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}} +Jan 14 22:47:32 ubuntu neutron-server[115614]: DEBUG futurist.periodics [-] Submitting periodic callback 'neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance.HashRingHealthCheckPeriodics.touch_hash_ring_node' {{(pid=115614) _process_scheduled /opt/stack/data/venv/lib/python3.10/site-packages/futurist/periodics.py:638}}